/* Fitoria — fitoria.org
   Dark, luxury sport. One accent. Mobile first. */

:root {
  --bg: #050505;
  --s1: #0a0a0a;
  --s2: #111;
  --s3: #171717;
  --line: #222;
  --line-2: #2e2e2e;
  --text: #f4f4f2;
  --soft: #cfcfcb;
  --muted: #a6a6a2;
  --dim: #8a8a86;
  --accent: #e8121f;
  --accent-hi: #ff2432;
  --accent-text: #ff4450;
  --ok: #3ddc84;
  --display: 'Barlow Condensed', 'Arial Narrow', 'Roboto Condensed', Impact, sans-serif;
  --body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --gutter: clamp(20px, 5vw, 48px);
  --max: 1240px;
  --nav-h: 64px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  color-scheme: dark;
}

@media (min-width: 960px) {
  :root { --nav-h: 76px; }
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 700; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--accent); color: #fff; }

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 6px;
}

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

.skip {
  position: absolute; left: 16px; top: -100px; z-index: 100;
  background: #fff; color: #000; padding: 10px 16px; border-radius: 8px;
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }

main:focus { outline: none; }

.wrap { width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { width: 100%; max-width: calc(720px + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }

.icon { flex: none; }

/* ---------- Type ---------- */

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-text);
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.eyebrow__num { color: var(--text); letter-spacing: 0.1em; }
.eyebrow:has(.eyebrow__num)::before { display: none; }

.section__title,
.feature__title,
.page-hero__title,
.legal__title,
.cta__title,
.nf__title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.005em;
}
.section__title em, .feature__title em, .page-hero__title em, .cta__title em, .nf__title em {
  font-style: normal; color: var(--accent);
}
.section__title { font-size: clamp(40px, 7vw, 84px); }
.section__lead { margin: 22px 0 0; color: var(--muted); font-size: 18px; max-width: 36em; }
.section__lead a { color: var(--text); }
.section__head { margin-bottom: clamp(48px, 8vw, 96px); }
.section__head--center { text-align: center; }
.section__head--center .section__lead { margin-inline: auto; }
.section { padding-block: clamp(88px, 12vw, 168px); }

/* ---------- Buttons & badges ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 28px;
  border-radius: 999px; border: 1px solid transparent;
  font-size: 14px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s var(--ease);
}
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-hi); }
.btn--ghost { border-color: var(--line-2); color: var(--text); background: transparent; }
.btn--ghost:hover { border-color: #fff; }
.btn--sm { min-height: 40px; padding: 0 18px; font-size: 12px; }
.btn--block { width: 100%; }

.badges { display: flex; flex-wrap: wrap; gap: 12px; }
.badges--center { justify-content: center; }
.badge {
  display: inline-flex; align-items: center; gap: 12px;
  height: 58px; padding: 0 22px 0 18px; min-width: 180px;
  background: #000; color: #fff;
  border: 1px solid #3a3a3a; border-radius: 14px;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
}
a.badge:hover { border-color: #fff; background: #0c0c0c; }
.badge__logo { width: 26px; height: 26px; }
.badge__text { display: flex; flex-direction: column; line-height: 1.1; }
.badge__text small { font-size: 11px; font-weight: 600; color: var(--soft); letter-spacing: 0.02em; }
.badge__text strong { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.badge--soon { opacity: 0.8; border-style: dashed; cursor: default; }
.badge--soon .badge__text small { color: var(--accent-text); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 800; font-size: 10px; }

.icon-btn {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--line-2); background: transparent; cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
.icon-btn:hover { border-color: #fff; }
.icon-btn:disabled { opacity: 0.35; cursor: default; border-color: var(--line-2); }

/* ---------- Nav ---------- */

.nav {
  position: sticky; top: 0; z-index: 50;
  height: var(--nav-h);
  background: rgba(5, 5, 5, 0.82);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.3s, border-color 0.3s;
}
.page-home .nav:not(.is-scrolled):not(.is-open) {
  background: transparent; border-bottom-color: transparent;
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.nav__inner { height: 100%; display: flex; align-items: center; gap: 16px; }
.nav__brand { display: block; margin-right: auto; padding: 6px 0; }
.nav__brand img { height: 22px; width: auto; }
.nav__links ul { list-style: none; display: flex; gap: 4px; }
.nav__links a {
  display: block; padding: 10px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; color: var(--soft);
  transition: color 0.2s;
}
.nav__links a:hover, .nav__links a[aria-current='page'] { color: #fff; }
.nav__toggle {
  display: none; place-items: center;
  width: 44px; height: 44px; margin-right: -10px;
  background: none; border: 0; cursor: pointer; color: #fff;
}
.nav__icon-close { display: none; }

@media (max-width: 959px) {
  .js .nav__toggle { display: grid; }
  .js .nav__links {
    position: absolute; left: 0; right: 0; top: var(--nav-h);
    background: rgba(5, 5, 5, 0.97);
    -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 24px;
    visibility: hidden; opacity: 0; transform: translateY(-8px);
    transition: opacity 0.25s, transform 0.25s var(--ease), visibility 0s linear 0.25s;
  }
  .js .nav.is-open .nav__links { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
  .js .nav__links ul { flex-direction: column; gap: 0; }
  .js .nav__links a {
    padding: 16px 0; border-radius: 0; border-bottom: 1px solid var(--line);
    font-family: var(--display); font-size: 28px; letter-spacing: 0.02em; color: #fff;
  }
  .nav.is-open .nav__icon-open { display: none; }
  .nav.is-open .nav__icon-close { display: block; }
  /* Without JS: a compact scrollable row under the logo. */
  html:not(.js) .nav { height: auto; }
  html:not(.js) .nav__inner { flex-wrap: wrap; padding-block: 12px; }
  html:not(.js) .nav__links { order: 3; width: 100%; overflow-x: auto; }
  html:not(.js) .nav__links a { padding: 8px 10px; }
}

/* ---------- Phone mockup ---------- */

.phone {
  --pw: 240px;
  position: relative;
  width: var(--pw);
  padding: 9px;
  border-radius: 44px;
  background: linear-gradient(145deg, #262626, #0c0c0c 40%, #1a1a1a);
  box-shadow:
    0 0 0 1px #333,
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 50px 90px -30px rgba(0, 0, 0, 0.9),
    0 30px 60px -40px rgba(232, 18, 31, 0.25);
}
.phone__screen {
  position: relative;
  aspect-ratio: 390 / 844;
  border-radius: 36px;
  overflow: hidden;
  background: #0b0b0b;
  isolation: isolate;
}
.phone__screen::after {
  content: '';
  position: absolute; z-index: 3;
  top: 2.2%; left: 50%; transform: translateX(-50%);
  width: 30%; height: 3.4%;
  border-radius: 999px; background: #000;
}
.phone__img {
  position: absolute; inset: 0; z-index: 2;
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
}
.phone__fallback {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(232, 18, 31, 0.22), transparent 60%),
    linear-gradient(180deg, #151515, #070707);
}
.phone__fallback img { width: 34%; opacity: 0.9; }
.phone__fallback span {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 15px; letter-spacing: 0.2em; color: var(--dim);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  margin-top: calc(var(--nav-h) * -1);
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 72px;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: 60% 30%;
  opacity: 0.55;
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.65) 0%, rgba(5, 5, 5, 0.35) 30%, rgba(5, 5, 5, 0.85) 62%, var(--bg) 100%);
}
.hero__inner { display: grid; gap: 56px; align-items: center; }
.hero__eyebrow { margin-bottom: 22px; }
.hero__title {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(60px, 16vw, 148px);
  line-height: 0.86; letter-spacing: -0.01em;
}
.hero__title span { display: block; }
.hero__title .accent { color: var(--accent); }
.hero__lead { margin: 28px 0 32px; max-width: 30em; font-size: clamp(17px, 2vw, 20px); color: var(--soft); }
.hero__note { margin: 16px 0 0; font-size: 13px; color: var(--muted); letter-spacing: 0.02em; }

.hero__phones {
  --front: 210px;
  position: relative;
  height: calc(var(--front) * 2.16 + 70px);
}
.hero__phones .phone { position: absolute; top: 0; left: 50%; }
.hero__phones .phone--front { --pw: var(--front); transform: translateX(-18%); z-index: 2; }
.hero__phones .phone--back {
  --pw: calc(var(--front) * 0.9);
  transform: translateX(-88%) translateY(56px) rotate(-7deg);
  filter: brightness(0.6);
  z-index: 1;
}

@media (min-width: 960px) {
  .hero { min-height: min(100svh, 960px); display: flex; align-items: center; padding-bottom: 96px; }
  .hero__bg img { object-position: 70% 30%; opacity: 0.7; }
  .hero__bg::after {
    background:
      linear-gradient(90deg, var(--bg) 0%, rgba(5, 5, 5, 0.9) 30%, rgba(5, 5, 5, 0.35) 62%, rgba(5, 5, 5, 0.55) 100%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.5) 0%, transparent 25%, transparent 75%, var(--bg) 100%);
  }
  .hero__inner { grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
  .hero__phones { --front: 270px; }
}
@media (min-width: 1280px) {
  .hero__phones { --front: 290px; }
}

/* ---------- Trust strip ---------- */

.trust { border-block: 1px solid var(--line); background: var(--s1); }
.trust__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; }
.trust__list li {
  display: flex; align-items: center; gap: 12px;
  padding: 22px 0;
  font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--soft);
}
.trust__list .icon { color: var(--accent-text); }
@media (max-width: 639px) {
  .trust__list li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .trust__list li:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
}
@media (min-width: 640px) {
  .trust__list { grid-template-columns: repeat(4, 1fr); }
  .trust__list li { justify-content: center; padding: 28px 12px; }
  .trust__list li + li { border-left: 1px solid var(--line); }
}

/* ---------- Features ---------- */

.feature { display: grid; gap: 64px; align-items: center; }
.feature + .feature { margin-top: clamp(112px, 14vw, 200px); }
.feature__media { position: relative; padding-bottom: 12%; }
.feature__photo {
  width: 76%;
  aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 24px;
  filter: saturate(0.9) contrast(1.05);
}
.feature__media::before {
  content: ''; position: absolute; z-index: 1; top: 0; left: 0; width: 76%; aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 40%, rgba(5, 5, 5, 0.75) 100%);
  pointer-events: none;
}
.feature__phones { position: absolute; z-index: 2; right: 0; bottom: 0; width: 46%; }
.feature__phones .phone { --pw: 100%; }
.feature__phones .phone--front { position: relative; z-index: 2; }
.feature__phones .phone--back {
  position: absolute; z-index: 1; right: 58%; top: 9%; width: 86%;
  transform: rotate(-6deg); filter: brightness(0.55);
}
.feature--rev .feature__photo { margin-left: auto; }
.feature--rev .feature__media::before { left: auto; right: 0; }
.feature--rev .feature__phones { right: auto; left: 0; }
.feature--rev .feature__phones .phone--back { right: auto; left: 58%; transform: rotate(6deg); }

.feature__title { font-size: clamp(44px, 7.4vw, 88px); }
.feature__text { margin: 24px 0 28px; font-size: 18px; color: var(--muted); max-width: 32em; }
.ticks { list-style: none; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--soft); }
.ticks .icon { margin-top: 3px; color: var(--accent-text); }

@media (max-width: 599px) {
  .feature__phones--two .phone--back { display: none; }
}
@media (min-width: 960px) {
  .feature { grid-template-columns: 1fr 1fr; gap: clamp(56px, 7vw, 112px); }
  .feature--rev .feature__media { order: 2; }
  .feature__media { padding-bottom: 8%; }
}

/* ---------- Gallery ---------- */

.gallery { overflow: hidden; }
.gallery__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 56px; }
.gallery__nav { display: none; gap: 10px; }
.js .gallery__nav { display: flex; }
.gallery__track {
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  scrollbar-width: thin; scrollbar-color: #333 transparent;
  padding-bottom: 28px;
}
.gallery__track:focus-visible { outline-offset: -2px; border-radius: 0; }
.gallery__track::-webkit-scrollbar { height: 6px; }
.gallery__track::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }
.gallery__track ul {
  list-style: none; display: flex; gap: 28px; width: max-content;
  padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2));
}
.gallery__track li { scroll-snap-align: start; width: 210px; }
.gallery__track figure { margin: 0; }
.gallery__track .phone { --pw: 210px; }
.gallery__track figcaption { margin-top: 22px; }
.gallery__track figcaption strong {
  display: block; font-family: var(--display); font-size: 24px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}
.gallery__track figcaption span { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); line-height: 1.5; }
@media (min-width: 960px) {
  .gallery__track li { width: 240px; }
  .gallery__track .phone { --pw: 240px; }
}

/* ---------- How it works ---------- */

.how { background: var(--s1); border-block: 1px solid var(--line); }
.steps { list-style: none; display: grid; gap: 48px; }
.steps li { border-top: 1px solid var(--line-2); padding-top: 28px; }
.steps__num {
  display: block; margin-bottom: 20px;
  font-family: var(--display); font-weight: 700; font-size: 96px; line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1px #4a4a4a;
}
.steps li:first-child .steps__num { -webkit-text-stroke-color: var(--accent); }
.steps h3 { font-family: var(--display); font-size: 32px; text-transform: uppercase; line-height: 1; margin-bottom: 14px; }
.steps p { color: var(--muted); margin: 0; max-width: 26em; }
@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 40px; }
}

/* ---------- Pricing ---------- */

.plan-toggle {
  display: flex; width: max-content; margin: 0 auto 40px;
  padding: 5px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--s1);
}
.plan-toggle label {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 0 22px; border-radius: 999px; cursor: pointer;
  font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  transition: background-color 0.2s, color 0.2s;
}
.plan-toggle__save {
  padding: 2px 7px; border-radius: 999px; background: rgba(232, 18, 31, 0.16); color: var(--accent-text);
  font-size: 11px; letter-spacing: 0.04em;
}
#plan-yearly:checked ~ .plan-toggle label[for='plan-yearly'],
#plan-monthly:checked ~ .plan-toggle label[for='plan-monthly'] { background: #fff; color: #000; }
#plan-yearly:checked ~ .plan-toggle label[for='plan-yearly'] .plan-toggle__save { background: var(--accent); color: #fff; }
#plan-yearly:focus-visible ~ .plan-toggle label[for='plan-yearly'],
#plan-monthly:focus-visible ~ .plan-toggle label[for='plan-monthly'] { outline: 2px solid var(--accent-text); outline-offset: 3px; }
#plan-monthly:checked ~ .plans .only-yearly { display: none; }
#plan-yearly:checked ~ .plans .only-monthly { display: none; }

.plans { display: grid; gap: 20px; max-width: 900px; margin: 0 auto; }
.plan {
  position: relative; display: flex; flex-direction: column;
  padding: 36px 28px 28px; border-radius: 24px;
  background: var(--s1); border: 1px solid var(--line);
}
.plan .ticks { margin: 28px 0 32px; flex: 1; align-content: start; }
.plan--premium {
  border-color: rgba(232, 18, 31, 0.55);
  background:
    radial-gradient(120% 70% at 100% 0%, rgba(232, 18, 31, 0.18), transparent 60%),
    var(--s1);
}
.plan__flag {
  position: absolute; top: -13px; left: 28px; margin: 0;
  padding: 5px 12px; border-radius: 999px; background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}
.plan__name { font-family: var(--display); font-size: 28px; text-transform: uppercase; letter-spacing: 0.04em; }
.plan__price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 6px; }
.plan__amount { font-family: var(--display); font-weight: 700; font-size: 60px; line-height: 1; letter-spacing: -0.01em; }
.plan__per { color: var(--muted); font-weight: 600; }
.plan__sub { color: var(--muted); font-size: 14px; margin: 0; }
@media (min-width: 800px) {
  .plans { grid-template-columns: 1fr 1fr; }
  .plan { padding: 44px 40px 40px; }
}

.cmp { max-width: 900px; margin: 72px auto 0; }
.cmp table { width: 100%; border-collapse: collapse; font-size: 15px; }
.cmp th, .cmp td { padding: 16px 12px; border-bottom: 1px solid var(--line); text-align: center; }
.cmp thead th {
  font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  border-bottom-color: var(--line-2);
}
.cmp th[scope='row'], .cmp thead th:first-child { text-align: left; font-weight: 600; color: var(--soft); padding-left: 0; }
.cmp thead th:first-child { color: var(--muted); }
.cmp .cmp__premium { background: rgba(232, 18, 31, 0.05); }
.cmp thead .cmp__premium { color: var(--accent-text); }
.cmp td { width: 22%; }
.cmp__yes, .cmp__no { display: inline-grid; place-items: center; }
.cmp__yes { color: var(--accent-text); }
.cmp__no { color: #444; }
.cmp__text { font-weight: 700; font-size: 13px; color: var(--soft); }
@media (max-width: 599px) {
  .cmp table { font-size: 14px; }
  .cmp th, .cmp td { padding: 14px 6px; }
  .cmp thead th { font-size: 10px; letter-spacing: 0.08em; }
}
.pricing__fine { max-width: 720px; margin: 32px auto 0; text-align: center; font-size: 13px; color: var(--dim); }
.pricing__fine a { color: var(--soft); }

/* ---------- Principles ---------- */

.principles { display: grid; gap: 40px; }
.principle { border-top: 1px solid var(--line-2); padding-top: 28px; }
.principle .icon { color: var(--accent-text); margin-bottom: 22px; }
.principle h3 { font-family: var(--display); font-size: 28px; text-transform: uppercase; line-height: 1; margin-bottom: 12px; }
.principle p { color: var(--muted); margin: 0; }
@media (min-width: 640px) { .principles { grid-template-columns: 1fr 1fr; gap: 48px 40px; } }
@media (min-width: 1100px) { .principles { grid-template-columns: repeat(4, 1fr); } }

/* ---------- FAQ ---------- */

.faq { background: var(--s1); border-top: 1px solid var(--line); }
.faq__grid { display: grid; gap: 8px; }
.faq__list { border-top: 1px solid var(--line-2); }
.faq__item { border-bottom: 1px solid var(--line-2); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0; cursor: pointer; list-style: none;
  font-size: 18px; font-weight: 700; line-height: 1.4;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: #fff; }
.faq__item summary:focus-visible { outline-offset: 2px; }
.faq__chev { color: var(--muted); transition: transform 0.25s var(--ease); }
.faq__item[open] .faq__chev { transform: rotate(180deg); color: var(--accent-text); }
.faq__a { padding: 0 40px 26px 0; color: var(--muted); }
.faq__a p { margin: 0; }
.faq__a a, .faq__a strong { color: var(--text); }
@media (min-width: 1000px) {
  .faq__grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .faq__grid .section__head { position: sticky; top: calc(var(--nav-h) + 40px); margin-bottom: 0; }
}

/* ---------- Final CTA ---------- */

.cta { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(120px, 16vw, 220px); text-align: center; }
.cta__bg { position: absolute; inset: 0; z-index: -1; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; opacity: 0.5; }
.cta__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 50% 50%, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.85)),
    linear-gradient(180deg, var(--bg) 0%, transparent 25%, transparent 75%, var(--bg) 100%);
}
.cta__mark { width: 64px; margin: 0 auto 28px; }
.cta__title { font-size: clamp(48px, 9vw, 120px); }
.cta__lead { margin: 24px auto 36px; max-width: 30em; font-size: 18px; color: var(--soft); }

/* ---------- Footer ---------- */

.footer { border-top: 1px solid var(--line); padding: 72px 0 40px; background: var(--bg); }
.footer__top { display: grid; gap: 48px; }
.footer__brand img { height: 24px; width: auto; margin-bottom: 18px; }
.footer__brand p { color: var(--muted); max-width: 22em; margin: 0; }
.footer__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
.footer__cols h2 {
  font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px;
}
.footer__cols ul { list-style: none; display: grid; gap: 10px; }
.footer__cols a { color: var(--soft); text-decoration: none; font-size: 15px; overflow-wrap: anywhere; }
.footer__cols a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer__bottom {
  display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between;
  margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--dim);
}
.footer__bottom p { margin: 0; }
@media (min-width: 900px) {
  .footer__top { grid-template-columns: 1fr 1.6fr; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Inner page hero (support) ---------- */

.page-hero { padding: clamp(64px, 10vw, 128px) 0 clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.page-hero__title { font-size: clamp(52px, 10vw, 120px); }
.page-hero__lead { margin: 24px 0 0; max-width: 40em; color: var(--muted); font-size: 18px; }
.page-hero__lead a { color: var(--text); }

/* ---------- Legal ---------- */

.legal { padding-block: clamp(56px, 9vw, 112px) clamp(80px, 10vw, 140px); }
.legal__title { font-size: clamp(48px, 9vw, 88px); }
.legal__meta { margin: 18px 0 0; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
.legal__intro { margin-top: 28px; font-size: 18px; color: var(--soft); line-height: 1.7; }
.legal__intro p { margin: 0; }
.legal__intro a, .legal__body a { color: var(--text); text-decoration-color: var(--accent); text-underline-offset: 3px; }

.toc { margin: 48px 0 16px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--s1); }
.toc__title { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); margin-bottom: 14px; }
.toc ol { list-style: none; counter-reset: toc; display: grid; gap: 2px 28px; }
.toc li { counter-increment: toc; }
.toc a {
  display: flex; gap: 12px; padding: 6px 0; text-decoration: none; color: var(--soft); font-size: 15px; font-weight: 600;
}
.toc a::before { content: counter(toc, decimal-leading-zero); color: var(--accent-text); font-variant-numeric: tabular-nums; font-size: 13px; padding-top: 2px; }
.toc a:hover { color: #fff; }
@media (min-width: 640px) { .toc ol { grid-template-columns: 1fr 1fr; } }

.legal__body section { padding-top: 48px; }
.legal__body h2 {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--display); font-size: clamp(28px, 4vw, 36px); text-transform: uppercase; line-height: 1.05;
  margin-bottom: 18px;
}
.legal__num { font-size: 0.6em; color: var(--accent-text); letter-spacing: 0.04em; }
.legal__body p, .legal__body li, .legal__body td, .legal__body dd { color: #c4c4c0; font-size: 17px; line-height: 1.75; }
.legal__body strong { color: var(--text); }
.legal__body ul { padding-left: 0; list-style: none; display: grid; gap: 10px; margin-bottom: 1em; }
.legal__body ul li { position: relative; padding-left: 22px; }
.legal__body ul li::before { content: ''; position: absolute; left: 2px; top: 0.8em; width: 8px; height: 1px; background: var(--accent); }
.legal__table { overflow-x: auto; margin: 8px 0 20px; border: 1px solid var(--line); border-radius: 14px; }
.legal__table table { width: 100%; border-collapse: collapse; min-width: 520px; }
.legal__table th, .legal__table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.6; }
.legal__table tr:last-child > * { border-bottom: 0; }
.legal__table thead th { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); background: var(--s1); }
.legal__table tbody th { color: var(--text); font-weight: 700; width: 32%; font-size: 15px; }
.legal__table td { font-size: 15px; }
.legal__dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 24px; margin: 20px 0 0; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--s1); }
.legal__dl dt { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); padding-top: 4px; }
.legal__dl dd { margin: 0; font-size: 16px; overflow-wrap: anywhere; }
.legal__quote { margin: 8px 0 0; padding: 24px 26px; border-left: 2px solid var(--accent); background: var(--s1); border-radius: 0 14px 14px 0; color: var(--soft); font-size: 17px; line-height: 1.75; }
.legal__other { margin-top: 72px; padding-top: 32px; border-top: 1px solid var(--line); }
.legal__other h2 { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; }
.legal__other ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.legal__other a {
  display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px;
  border: 1px solid var(--line-2); border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; color: var(--soft);
}
.legal__other a:hover { border-color: #fff; color: #fff; }
@media (max-width: 479px) {
  .legal__dl { grid-template-columns: 1fr; gap: 2px; }
  .legal__dl dd + dt { margin-top: 12px; }
}

/* ---------- Support ---------- */

.support { display: grid; gap: 64px; padding-block: clamp(56px, 8vw, 96px) clamp(88px, 10vw, 140px); }
.support__h { font-family: var(--display); font-size: 36px; text-transform: uppercase; line-height: 1; margin-bottom: 28px; }
.card { padding: 32px 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--s1); }
@media (min-width: 640px) { .card { padding: 40px; } }
@media (min-width: 1040px) {
  .support { grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
  .support__form { position: sticky; top: calc(var(--nav-h) + 24px); }
}

.form { display: grid; gap: 20px; }
.form__row { display: grid; gap: 20px; }
@media (min-width: 560px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 8px; align-content: start; }
.field label { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--soft); }
.field__opt { font-weight: 600; letter-spacing: 0.02em; text-transform: none; color: var(--dim); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px;
  background: #0e0e0e; border: 1px solid #2c2c2c; border-radius: 12px;
  font-size: 16px; line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input::placeholder { color: #5f5f5c; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #3d3d3d; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232, 18, 31, 0.25);
}
.field--error input, .field--error select, .field--error textarea { border-color: var(--accent-text); }
.field__hint { margin: 0; font-size: 13px; color: var(--dim); }
.field__error { margin: 0; font-size: 13px; font-weight: 600; color: var(--accent-text); }
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select .icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted); }
.select option { background: #111; color: #fff; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form__fine { margin: 0; font-size: 13px; color: var(--dim); }
.form__fine a { color: var(--soft); }
.form .btn { justify-self: start; }

.alert { display: flex; gap: 14px; padding: 18px 20px; border-radius: 14px; margin-bottom: 24px; border: 1px solid; }
.alert p { margin: 6px 0 0; color: var(--soft); font-size: 15px; }
.alert a { color: #fff; }
.alert--ok { border-color: rgba(61, 220, 132, 0.4); background: rgba(61, 220, 132, 0.07); }
.alert--ok > .icon { color: var(--ok); margin-top: 2px; }
.alert--err { border-color: rgba(255, 68, 80, 0.45); background: rgba(232, 18, 31, 0.08); }

.support__direct {
  display: flex; gap: 14px; align-items: center; margin-top: 20px; padding: 20px 24px;
  border: 1px solid var(--line); border-radius: 18px;
}
.support__direct .icon { color: var(--accent-text); }
.support__direct strong { display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
.support__direct a { font-weight: 700; color: var(--text); overflow-wrap: anywhere; }

/* ---------- 404 ---------- */

.nf { position: relative; isolation: isolate; overflow: hidden; min-height: calc(100svh - var(--nav-h)); display: flex; align-items: center; padding-block: 96px; }
.nf__bg { position: absolute; inset: 0; z-index: -1; }
.nf__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 30%; opacity: 0.45; }
.nf__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 10%, rgba(5, 5, 5, 0.6) 60%, rgba(5, 5, 5, 0.4)), linear-gradient(180deg, transparent 60%, var(--bg)); }
.nf__code {
  margin: 0 0 8px; font-family: var(--display); font-weight: 700; font-size: clamp(120px, 26vw, 280px); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
}
.nf__title { font-size: clamp(48px, 9vw, 104px); }
.nf__lead { margin: 24px 0 36px; max-width: 30em; color: var(--soft); font-size: 18px; }
.nf__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Reveal on scroll ---------- */

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .btn, .badge, .plan, .card { border: 1px solid CanvasText; }
}

@media print {
  .nav, .footer, .toc, .legal__other, .skip { display: none !important; }
  body { background: #fff; color: #000; }
  .legal__body p, .legal__body li, .legal__body td, .legal__body dd, .legal__intro { color: #000; }
}

/* ---------- Small-screen refinements ---------- */

@media (max-width: 479px) {
  .badges { flex-wrap: nowrap; gap: 10px; }
  .badges .badge { flex: 1 1 0; min-width: 0; height: 54px; padding: 0 12px; gap: 9px; }
  .badges .badge__logo { width: 22px; height: 22px; }
  .badges .badge__text strong { font-size: 16px; white-space: nowrap; }
  .badges .badge__text small { white-space: nowrap; }
  .badges--center { max-width: 360px; margin-inline: auto; }
}
@media (max-width: 699px) {
  .section__title br, .cta__title br { display: none; }
}
.page-hero__cta { margin-top: 28px; }
