:root {
  --amber: #f6b23a;
  --amber-deep: #df9824;
  --black: #090909;
  --white: #fffdf8;
  --paper: #fffaf1;
  --ink: #111111;
  --muted: #5f5a52;
  --line: rgba(17, 17, 17, 0.12);
  --shadow-soft: 0 28px 70px rgba(17, 17, 17, 0.1);
  --shadow-card: 0 22px 44px rgba(17, 17, 17, 0.12);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(246, 178, 58, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, #ffffff 100%);
}

body.page-support {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(246, 178, 58, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 56%, var(--black) 56%, var(--black) 100%);
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header,
.section,
.site-footer {
  padding-left: clamp(18px, 4vw, 48px);
  padding-right: clamp(18px, 4vw, 48px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
  backdrop-filter: blur(14px);
  background: rgba(255, 253, 248, 0.72);
}

.site-header__spacer {
  min-height: 1px;
}

.brand {
  justify-self: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-decoration: none;
  text-transform: none;
}

.nav-toggle {
  justify-self: end;
  position: relative;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 17px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.24s ease, top 0.24s ease;
}

.nav-toggle span:first-child {
  top: 21px;
}

.nav-toggle span:last-child {
  top: 30px;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.nav-overlay.open {
  display: block;
}

.nav-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 9, 0.48);
  backdrop-filter: blur(8px);
}

.nav-panel {
  position: absolute;
  top: 18px;
  right: clamp(18px, 4vw, 48px);
  width: min(360px, calc(100vw - 36px));
  padding: 22px;
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.nav-panel__close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: var(--ink);
  font-size: 1.65rem;
  cursor: pointer;
}

.nav-panel a {
  display: block;
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  background: rgba(246, 178, 58, 0.16);
  transform: translateX(4px);
  outline: none;
}

.nav-panel a.is-active {
  background: var(--amber);
  color: var(--black);
}

main {
  overflow: clip;
}

body.page-support main {
  flex: 1 0 auto;
}

.section {
  width: 100%;
}

.section--hero,
.section--statement,
.section--features,
.section--support-band,
.page-hero,
.section--content {
  max-width: calc(var(--container) + 96px);
  margin: 0 auto;
}

.section--hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding-top: clamp(34px, 7vw, 86px);
  padding-bottom: clamp(50px, 8vw, 110px);
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-deep);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero__content {
  max-width: 760px;
}

.hero__mobile-intro {
  display: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 7vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}

.hero__headline-rest--mobile {
  display: none;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  width: 100%;
  justify-content: flex-start;
}

.store-badge {
  display: inline-flex;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
  outline: none;
}

.store-badge img {
  height: clamp(54px, 6vw, 72px);
  width: auto;
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.phone-frame {
  position: relative;
  width: min(100%, 390px);
  padding: 14px;
  border-radius: 56px;
  background: linear-gradient(160deg, #222 0%, #090909 35%, #2f2f2f 100%);
  box-shadow:
    0 40px 80px rgba(17, 17, 17, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -2px 12px rgba(255, 255, 255, 0.06);
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 72px;
  background: radial-gradient(circle at top, rgba(246, 178, 58, 0.28), transparent 45%);
  z-index: -1;
}

.phone-frame__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 38%;
  height: 30px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #050505;
  z-index: 2;
}

.phone-frame__screen {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  background: #0f0f0f;
  aspect-ratio: 9 / 19.5;
}

.phone-frame__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.phone-frame__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.24), transparent 30%, transparent 68%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.section--statement {
  padding-top: 10px;
  padding-bottom: clamp(28px, 5vw, 50px);
}

.statement {
  max-width: 1180px;
}

.statement h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 6.3vw, 5.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.section--features {
  padding-top: clamp(8px, 2vw, 24px);
  padding-bottom: clamp(60px, 8vw, 110px);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
}

.feature-card {
  position: relative;
  padding: 34px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 24%),
    var(--amber);
  box-shadow: var(--shadow-card);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(17, 17, 17, 0.06);
  pointer-events: none;
}

.feature-card h3 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 2.3vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-card p {
  margin: 0;
  max-width: 28ch;
  color: rgba(17, 17, 17, 0.82);
  font-size: 1rem;
  line-height: 1.72;
}

.feature-card--tall {
  min-height: 470px;
}

.feature-card--short {
  min-height: 360px;
}

.section--support-band,
.page-hero--support {
  padding-top: clamp(16px, 4vw, 30px);
  padding-bottom: clamp(42px, 7vw, 80px);
}

.page-home .section--support-band {
  max-width: none;
  margin-top: clamp(24px, 4vw, 44px);
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(54px, 8vw, 96px);
  background: var(--black);
  color: var(--white);
}

.page-home .section--support-band .support-layout {
  max-width: calc(var(--container) + 96px);
  margin: 0 auto;
}

.page-home .section--support-band .support-copy h2,
.page-home .section--support-band .support-copy__label,
.page-home .section--support-band .support-copy__mail {
  color: var(--white);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.support-copy {
  padding-top: 18px;
}

.support-copy h1,
.support-copy h2 {
  margin: 0 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.support-copy__label {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.support-copy__mail {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.support-card {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 34px;
  background: var(--amber);
  box-shadow: var(--shadow-card);
}

.contact-form h2 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--black);
}

.contact-form label {
  display: block;
  margin-top: 14px;
}

.contact-form label span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--black);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(17, 17, 17, 0.25);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  outline: none;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-error {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: #8a170e;
  font-size: 0.95rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.button--primary {
  background: var(--black);
  color: var(--white);
  font-weight: 800;
}

.page-main {
  padding-top: 24px;
}

.page-hero {
  padding-top: clamp(28px, 6vw, 60px);
  padding-bottom: clamp(18px, 3vw, 28px);
}

.page-hero__inner {
  max-width: 860px;
}

.page-support .page-main {
  position: relative;
}

.page-support .page-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(220px, 28vh, 360px);
  background: var(--black);
  z-index: -1;
}

.section--content {
  padding-top: 10px;
  padding-bottom: clamp(48px, 8vw, 90px);
}

.content-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
}

.content-card--light {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
}

.faq-list {
  display: grid;
  gap: 22px;
}

.faq-item {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.faq-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-item h2,
.legal-copy h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.faq-item p,
.legal-copy p,
.legal-copy li {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.legal-copy > * + * {
  margin-top: 14px;
}

.legal-copy ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.legal-copy__updated {
  padding-top: 16px;
  color: var(--ink);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
}

body.page-support .site-footer {
  margin-top: auto;
}

body.page-home {
  background:
    radial-gradient(circle at top, rgba(246, 178, 58, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, #ffffff 100%);
}

.site-footer--dark {
  background: var(--black);
  color: var(--white);
  border-top-color: rgba(255, 255, 255, 0.12);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.site-footer__links a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .site-footer {
    justify-content: center;
  }

  .site-footer__links {
    display: none;
  }

  .site-footer p {
    width: 100%;
    text-align: center;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 60;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(9, 9, 9, 0.92);
  color: var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, 130%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  text-align: center;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal--delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .toast,
  .nav-panel a,
  .store-badge,
  .button,
  .nav-toggle span {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .section--hero,
  .support-layout,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .statement,
  .page-hero__inner {
    max-width: none;
  }

  .hero__visual {
    order: 2;
  }

  .phone-frame {
    width: min(78vw, 390px);
  }

  .hero__mobile-intro {
    display: block;
    order: 1;
  }

  .hero__content {
    order: 3;
    text-align: center;
  }

  .hero__headline-intro {
    display: none;
  }

  .hero__headline-rest--desktop {
    display: none;
  }

  .hero__headline-rest--mobile {
    display: inline;
  }

  .feature-card--tall,
  .feature-card--short {
    min-height: auto;
  }

  .store-row {
    justify-content: center;
  }

  .support-layout .support-card {
    order: 1;
  }

  .support-layout .support-copy {
    order: 2;
    text-align: center;
    padding-top: 0;
    color: var(--white);
  }

  .support-layout .support-copy h1,
  .support-layout .support-copy h2,
  .support-layout .support-copy__label,
  .support-layout .support-copy__mail {
    color: var(--white);
  }
}

@media (min-width: 1500px) {
  .feature-card h3 {
    font-size: 2.2rem;
  }

  .features-grid {
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .store-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 330px;
    margin-inline: auto;
  }

  .store-badge img {
    width: 100%;
    height: auto;
  }

  .site-header {
    padding-top: 14px;
  }

  .brand {
    font-size: 0.9rem;
    letter-spacing: 0.32em;
  }

  .nav-panel {
    right: 18px;
    left: 18px;
    width: auto;
  }

  .site-footer p {
    text-align: center;
  }

  .content-card,
  .support-card,
  .feature-card {
    border-radius: 24px;
  }

  .phone-frame {
    width: min(86vw, 360px);
    border-radius: 44px;
  }

  .phone-frame__screen {
    border-radius: 32px;
  }
}
