@font-face {
  font-family: "SuisseIntl";
  src: url("./Fonttypes/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("./Fonttypes/SuisseIntl-Regular%20(1).otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("./Fonttypes/SuisseIntl-Light%20(1).otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Oxanium";
  src: url("./Fonttypes/Oxanium-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
}

:root {
  --bg: #101112;
  --panel: #18181a;
  --text: #fff8f0;
  --muted: #8a8785;
  --dim: #272628;
  --accent: #3300ff;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { background: var(--bg); color-scheme: dark; }

body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  font-family: "SuisseIntl", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-nav { padding: 32px 0 0; }

main { flex: 1; }

.hero {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 24px;
  padding-top: 80px;
  padding-bottom: 72px;
}

.hero--compact {
  padding-top: 64px;
  padding-bottom: 56px;
}

.hero-video-frame {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  margin-bottom: 36px;
  overflow: hidden;
  background: var(--panel);
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
}

.hero-intro {
  max-width: 600px;
  margin: 0;
  color: var(--text);
  font-family: "SuisseIntl", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(24px, 4vw, 33px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hero-details {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.code-action-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.inline-copy-code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 48px;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid var(--dim);
  border-radius: 2px;
  background: var(--bg);
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.inline-copy-code strong {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.add-code-link {
  color: var(--muted);
  font-family: "SuisseIntl", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.55;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 180ms ease;
}

.add-code-link:hover,
.add-code-link:focus-visible {
  color: var(--text);
  outline: none;
}

.manual-code-section {
  max-width: 580px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--dim);
}

.manual-code-section h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 3.2vw, 26px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.manual-step {
  margin-top: 28px;
}

.step-number {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manual-step h3 {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.plussa-link {
  text-underline-offset: 3px;
}

.plussa-link:hover,
.plussa-link:focus-visible {
  color: var(--muted);
  outline: none;
}

.checkout-note {
  max-width: 540px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.store-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.store-badges a {
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.store-badges a:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.store-badges img {
  display: block;
  width: auto;
}

.app-store-badge {
  height: 40px;
}

.google-play-badge {
  height: 52px;
}

.account-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.why-section {
  max-width: 580px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--dim);
}

.why-section h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 3.2vw, 26px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.why-section p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.inline-copy-code:hover,
.inline-copy-code:focus-visible {
  background: #131415;
  border-color: #3a3a3d;
  outline: none;
}

.inline-copy-code.is-copied {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.inline-copy-code.is-copied strong {
  font-family: "Oxanium", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-code-section {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding: 0 24px 72px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.support-actions {
  max-width: 600px;
}

.support-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}

.code-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-code-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 13px;
  border: 1px solid var(--dim);
  border-radius: 4px;
  background: var(--panel);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.copy-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  object-fit: contain;
  filter: invert(96%) sepia(6%) saturate(587%) hue-rotate(324deg) brightness(105%) contrast(102%);
}

.copy-icon::before {
  content: none;
}

.support-code-button:hover,
.support-code-button:focus-visible {
  border-color: var(--muted);
  background: #1d1d1f;
  outline: none;
}

.support-code-button strong {
  font-family: "SuisseIntl", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.add-code-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 13px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  font-family: "Oxanium", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.add-code-button:hover,
.add-code-button:focus-visible {
  border-color: #4c26ff;
  background: #4c26ff;
  outline: none;
}

.login-note {
  grid-column: 2;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.nav-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--dim);
}

.wordmark { text-decoration: none; }

.logo-img {
  width: auto;
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.nav-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 34px;
  height: 28px;
  flex-shrink: 0;
}

.share-button {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--dim);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  border-color: var(--muted);
  background: var(--panel);
  outline: none;
}

.share-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-feedback {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  color: var(--muted);
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer {
  border-top: 1px solid var(--dim);
}

.foot-inner {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.foot-copy {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-collaboration {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.foot-links {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-links a {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.foot-links a:hover,
.foot-links a:focus-visible {
  color: var(--text);
  outline: none;
}

@media (max-width: 640px) {
  .site-nav { padding-top: 20px; }

  .hero { padding-top: 64px; padding-bottom: 58px; }

  .hero--compact { padding-top: 48px; padding-bottom: 44px; }

  .hero-video-frame { margin-bottom: 28px; }

  .manual-code-section {
    margin-top: 40px;
    padding-top: 40px;
  }

  .support-code-section { padding-bottom: 58px; }

}

@media (max-width: 560px) {
  .foot-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .foot-collaboration {
    text-align: center;
  }
}
