:root {
  --bg: #050505;
  --bg-elev: #0c0c0c;
  --bg-panel: #0a0a0a;
  --line: #1c1c1c;
  --line-strong: #2a2a2a;
  --text: #f2f2f0;
  --muted: #8c8c86;
  --gold: #c9a84c;
  --gold-hover: #d4b65e;
  --sage: #7c9e7e;
  --accent: var(--gold);
  --nav-h: 68px;
  --pad: clamp(20px, 4vw, 56px);
  --max: 1120px;
  --max-wide: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --space-section: clamp(72px, 12vw, 128px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--text); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold); }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ── Header ── */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s;
}
.site-header.scrolled {
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.site-header .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}
.logo:hover { color: var(--text); }
.logo span { color: var(--gold); }

.nav-desktop { display: none; gap: 4px; align-items: center; }
@media (min-width: 920px) { .nav-desktop { display: flex; } }
.nav-desktop a {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 450;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.nav-desktop a:hover,
.nav-desktop a.active { color: var(--text); }

.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 920px) { .menu-btn { display: none; } }

.mobile-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0,0,0,.72);
}
.mobile-drawer.open { display: block; }
.mobile-drawer panel {
  position: absolute;
  top: 0; right: 0;
  width: min(300px, 88vw);
  height: 100%;
  background: var(--bg-elev);
  border-left: 1px solid var(--line);
  padding: 28px 24px;
}
.mobile-drawer a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 15px;
}
.mobile-drawer a.active { color: var(--gold); }
.mobile-drawer .close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 20px;
  min-width: 44px;
  min-height: 44px;
}

/* ── Type ── */
h1, h2, h3 {
  font-family: "Outfit", sans-serif;
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}
h1 {
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  font-weight: 500;
}
h1.brand-hero {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 10vw, 6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
h1.brand-hero span { color: var(--gold); }
h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
}
h3 {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  font-weight: 550;
}

.label-sm {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}
.hero-gradient {
  color: var(--text);
  background: none;
  -webkit-text-fill-color: unset;
}
.hero-copy {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: var(--muted);
  font-weight: 400;
}
.trust-line {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 2px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: var(--gold);
  color: #0a0a0a;
}
.btn-primary:hover { background: var(--gold-hover); color: #0a0a0a; }
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.btn-outline:hover {
  border-color: #3a3a3a;
  color: var(--text);
}
.btn-link {
  background: none;
  border: none;
  color: var(--muted);
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 8px 4px;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn-link:hover { color: var(--text); }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 12px; }

/* ── Layout ── */
main { padding-top: var(--nav-h); }
.section {
  padding: var(--space-section) 0;
}
.section.tight { padding: clamp(36px, 6vw, 64px) 0; }

.hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(40px, 7vw, 72px) 0 clamp(36px, 6vw, 56px);
  overflow: hidden;
}
/* Home: brand-first full viewport — no product paths in first screen */
.hero.hero-home {
  min-height: calc(100svh - var(--nav-h));
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  padding: clamp(48px, 8vw, 88px) 0 clamp(56px, 9vw, 96px);
}
.hero-home-stage {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}
.hero-home .brand-hero {
  margin: 0;
  font-weight: 700;
  font-size: clamp(3rem, 11vw, 6.5rem);
}
.hero-home .hero-copy {
  margin-top: 1.35rem;
  max-width: 32rem;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  color: var(--text);
}
.hero-home .hero-tagline {
  margin: 0.75rem 0 0;
  max-width: 28rem;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.5;
  color: var(--muted);
  font-weight: 400;
}
.hero-home .hero-actions { margin-top: 2rem; }
.hero-trust { margin-top: 1.35rem; }
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-home-inner {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  align-items: end;
}
@media (min-width: 900px) {
  .hero-home-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(40px, 5vw, 64px);
  }
}
.path-list-hero { margin: 0; }
.path-list-hero .path-row { padding: 18px 0; }
.hero.left { text-align: left; }
.hero .container { position: relative; z-index: 1; width: 100%; }

.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 78% 12%, rgba(201,168,76,0.14), transparent 58%),
    radial-gradient(ellipse 50% 45% at 8% 88%, rgba(255,255,255,0.04), transparent 52%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(201,168,76,0.03), transparent 70%);
  animation: atmosphere-breathe 12s ease-in-out infinite alternate;
}
.hero-terapie .hero-atmosphere {
  background:
    radial-gradient(ellipse 70% 55% at 78% 12%, rgba(124,158,126,0.16), transparent 58%),
    radial-gradient(ellipse 45% 40% at 12% 88%, rgba(255,255,255,0.035), transparent 52%);
}
.hero-terapie .label-sm { color: var(--sage); }
.hero-terapie .btn-primary {
  background: var(--sage);
  color: #0a0a0a;
}
.hero-terapie .btn-primary:hover {
  background: #8fb091;
  color: #0a0a0a;
}
@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere { animation: none; }
}
.grid-bg { display: none; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}
.hero-actions .btn { margin: 0; }

.hero-product {
  align-items: center;
  min-height: 0;
  padding-bottom: clamp(40px, 7vw, 64px);
}
.hero-split {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
@media (min-width: 900px) {
  .hero-split {
    /* Phone readable, copy still leads */
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(28px, 4vw, 48px);
  }
}
.hero-copy-col .hero-copy { margin-top: 1.25rem; }

/* Hero phone — same device language as kiosk tablet / TV */
.product-shot.device-phone {
  margin: 0;
  justify-self: center;
  width: min(72vw, 260px);
  max-width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
@media (min-width: 900px) {
  .product-shot.device-phone {
    width: min(100%, 340px);
    justify-self: end;
  }
}
.device-phone .device-shell {
  border-radius: 42px;
  padding: 10px 10px 8px;
  background:
    linear-gradient(152deg, #6a6a6a 0%, #3d3d3d 14%, #1c1c1c 42%, #101010 78%, #0a0a0a 100%);
  border: 1px solid rgba(230, 230, 230, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.65),
    0 18px 36px -12px rgba(0, 0, 0, 0.95),
    0 42px 84px -28px rgba(0, 0, 0, 0.8);
}
.device-phone .device-shell::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 28%;
  height: 6px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #0a0a0a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
}
.device-phone .device-screen {
  border-radius: 30px;
  aspect-ratio: 1356 / 2736;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.device-phone .device-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.device-phone .device-home {
  width: 34%;
  max-width: 84px;
  height: 4px;
  margin: 9px auto 3px;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 640px) {
  .product-shot.device-phone { width: min(68vw, 240px); }
  .device-phone .device-shell {
    border-radius: 34px;
    padding: 8px 8px 6px;
  }
  .device-phone .device-screen { border-radius: 24px; }
}

.section-head {
  max-width: 36rem;
  margin-bottom: clamp(36px, 6vw, 56px);
}
.section-head .label-sm {
  display: block;
  margin: 0 0 1rem;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-head h2 {
  margin: 0;
}
.section-head p:not(.label-sm) {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-elev);
}

/* ── Icon marks ── */
.mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: none;
  color: var(--gold);
  opacity: 0.9;
}
.mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.proof-item .mark {
  margin-bottom: 1.1rem;
}
.feature-list {
  border-top: 1px solid var(--line);
}
.feature-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
  .feature-item {
    grid-template-columns: 28px minmax(0, 0.85fr) minmax(0, 1.35fr);
    gap: 28px;
    padding: 26px 0;
  }
  .feature-item .feature-copy {
    display: contents;
  }
  .feature-item .feature-copy h3 { grid-column: 2; }
  .feature-item .feature-copy p { grid-column: 3; margin: 0; }
}
.feature-item .feature-copy h3 { margin: 0 0 6px; font-size: 1rem; }
.feature-item .feature-copy p { margin: 0; font-size: 0.95rem; }
.feature-list.compact .feature-item {
  padding: 16px 0;
}
@media (min-width: 720px) {
  .feature-list.compact .feature-item {
    padding: 18px 0;
    gap: 24px;
  }
}
.feature-list.compact .feature-item .feature-copy h3 { font-size: 0.95rem; }
.feature-list.compact .feature-item .feature-copy p { font-size: 0.9rem; }

/* ── Paths (no cards) ── */
.path-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.path-row {
  display: grid;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  position: relative;
  align-items: start;
  transition: color .25s var(--ease), padding-left .25s var(--ease);
}
.path-row > h3,
.path-row .path-copy h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0;
  color: var(--text);
}
.path-row > p,
.path-row .path-copy p {
  margin: 0;
  font-size: 0.95rem;
}
.path-row .go {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--gold);
  white-space: nowrap;
  transition: letter-spacing .25s var(--ease);
}
.path-row .mark {
  margin-top: 4px;
  color: var(--gold);
}
.path-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.path-row:hover {
  color: inherit;
  text-decoration: none;
  padding-left: 14px;
}
.path-row:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.path-row:hover .go {
  letter-spacing: 0.1em;
}
/* Mobile: mark + copy stacked; go under copy */
.path-row:has(> .mark) {
  grid-template-columns: 28px minmax(0, 1fr);
}
.path-row:has(> .mark) .path-copy { grid-column: 2; }
.path-row:has(> .mark) .go { grid-column: 2; }
@media (min-width: 720px) {
  /* Title | description | go */
  .path-row {
    grid-template-columns: minmax(7rem, 1.1fr) minmax(0, 1.5fr) auto;
    align-items: baseline;
    gap: 24px;
  }
  .path-row .path-copy {
    display: contents;
  }
  /* With icon mark: mark | title | description | go */
  .path-row:has(> .mark) {
    grid-template-columns: 28px minmax(7rem, 1.1fr) minmax(0, 1.5fr) auto;
  }
}

.tag { display: none; }
.path-card .icon,
.path-card .icon-sm { display: none; }

/* legacy path-card → treat as path-row if still used */
.path-card {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  color: inherit;
  text-decoration: none;
}
.path-card:hover {
  border-color: var(--line);
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.path-card h3 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin: 0 0 8px; }
.path-card p { margin: 0; }

/* ── Editorial: statement / proof / decision ── */
.statement-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-elev);
  padding: clamp(56px, 10vw, 96px) 0;
}
.statement {
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.12;
}
.statement-lead {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: var(--muted);
}

.proof-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 800px) {
  .proof-list { grid-template-columns: repeat(3, 1fr); }
}
.proof-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .proof-item {
    padding: 32px 28px 8px 0;
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .proof-item:last-child { border-right: none; padding-right: 0; }
}
.proof-item h3 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}
.proof-item p {
  margin: 0;
  font-size: 0.95rem;
  max-width: 28ch;
}

/* ── Style Pro showcases (kiosk tablet + TV display) ── */
.showcase {
  padding: clamp(72px, 11vw, 120px) 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 90% 60% at 50% 18%, rgba(201, 168, 76, 0.07), transparent 58%),
    var(--bg);
}
.showcase-alt {
  background:
    radial-gradient(ellipse 80% 55% at 50% 82%, rgba(201, 168, 76, 0.06), transparent 55%),
    var(--bg-elev);
  border-bottom: 1px solid var(--line);
}
.showcase-copy {
  max-width: 30rem;
  margin: 0 auto clamp(40px, 7vw, 64px);
  text-align: center;
}
.showcase-copy .label-sm {
  display: block;
}
.showcase-copy h2 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.12;
  color: var(--text);
}
.showcase-copy p:not(.label-sm) {
  margin: 0 auto;
  max-width: 26rem;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: var(--muted);
}

/* Wider than page copy so UI pixels stay readable */
.showcase .container {
  max-width: min(100%, 1360px);
}

.device {
  margin: 0 auto;
  max-width: min(100%, 1320px);
  padding: 0;
}
.device-tablet {
  max-width: min(100%, 1320px);
}
.device-shot {
  margin: 0 auto;
  max-width: min(100%, 1300px);
}
.device-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  outline: none;
  background: transparent;
}
.device-shell {
  position: relative;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.device-screen {
  position: relative;
  overflow: hidden;
  background: #050505;
  isolation: isolate;
}
.device-screen img,
.device-screen video {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  outline: none;
}
.device-still { display: none; }

/* Landscape tablet — thin bezel, max screen area */
.device-tablet .device-shell {
  border-radius: 28px;
  padding: 12px 12px 8px;
  background:
    linear-gradient(152deg, #6a6a6a 0%, #3d3d3d 14%, #1c1c1c 42%, #101010 78%, #0a0a0a 100%);
  border: 1px solid rgba(230, 230, 230, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.65),
    0 18px 36px -12px rgba(0, 0, 0, 0.95),
    0 42px 84px -28px rgba(0, 0, 0, 0.8);
}
.device-tablet .device-shell::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 35% 35%, #555, #1a1a1a 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  z-index: 2;
}
.device-tablet .device-screen {
  border-radius: 12px;
  aspect-ratio: 2554 / 1242;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.device-tablet .device-screen img,
.device-tablet .device-screen video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.device-home {
  display: block;
  width: 72px;
  height: 4px;
  margin: 8px auto 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

/* Salon display / TV */
.device-display {
  max-width: min(100%, 1300px);
}
.device-display .device-shell {
  border-radius: 18px;
  padding: 14px 14px 22px;
  background:
    linear-gradient(158deg, #5a5a5a 0%, #2a2a2a 18%, #141414 55%, #0a0a0a 100%);
  border: 1px solid rgba(230, 230, 230, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 22px 44px -14px rgba(0, 0, 0, 0.95),
    0 48px 96px -36px rgba(0, 0, 0, 0.75);
}
.device-display .device-screen {
  border-radius: 6px;
  aspect-ratio: 2551 / 1201;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.device-display .device-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.device-neck {
  display: block;
  width: 86px;
  height: 34px;
  margin: -2px auto 0;
  background: linear-gradient(180deg, #2a2a2a, #141414);
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.device-base {
  display: block;
  width: min(46%, 240px);
  height: 10px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, #3a3a3a, #151515);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.8);
}

@keyframes showcase-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.showcase-copy,
.device {
  animation: showcase-in .85s var(--ease) both;
}
.device { animation-delay: .12s; }

@media (max-width: 640px) {
  .device-tablet .device-shell {
    border-radius: 18px;
    padding: 8px 8px 6px;
  }
  .device-tablet .device-screen { border-radius: 8px; }
  .device-tablet .device-shell::before { left: 4px; width: 4px; height: 4px; }
  .device-home { width: 56px; margin-top: 6px; }
  .device-display .device-shell {
    border-radius: 12px;
    padding: 8px 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .device-video { display: none; }
  .device-still { display: block; }
  .showcase-copy,
  .device { animation: none; }
}

.decision {
  max-width: 36rem;
  padding: clamp(8px, 2vw, 16px) 0;
}
.decision h2 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}
.decision p {
  margin: 0;
  max-width: 28rem;
}

.card-grid { display: contents; }
.feature-card,
.card.feature-card {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}
@media (min-width: 720px) {
  .feature-card,
  .card.feature-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 32px;
    padding: 26px 0;
    align-items: start;
  }
}
.feature-card .icon-sm { display: none; }
.feature-card h3 { margin: 0; font-size: 1rem; }
.feature-card p { margin: 0; font-size: 0.95rem; }

.card-grid.cols-3 {
  display: block;
  border-top: 1px solid var(--line);
}

/* ── Steps ── */
.steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}
.steps > .step,
.steps > div {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .steps > .step,
  .steps > div {
    padding: 32px 28px 32px 0;
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .steps > .step:last-child,
  .steps > div:last-child { border-right: none; padding-right: 0; }
}
.steps .mark {
  margin-bottom: 14px;
}
.step-num {
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.steps h3 { margin: 0 0 10px; color: var(--text); }
.steps p:not(.step-num) { margin: 0; font-size: 0.95rem; }

/* ── FAQ ── */
.faq-item {
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: none;
  margin: 0;
  transition: background .25s var(--ease);
}
.faq-item[open] {
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.04), transparent 42%);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: none;
  width: 1.25rem;
  text-align: right;
  color: var(--gold);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .answer {
  padding: 0 0 26px;
  max-width: 40rem;
  color: var(--muted);
}

.faq-block {
  margin: 0;
  padding: 22px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: none;
}
.faq-block h3 { font-size: 1.05rem; margin: 0 0 8px; }
.faq-block p { margin: 0; font-size: 0.95rem; max-width: 40rem; }

/* ── CTA ── */
.cta-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-banner {
  margin: 0 auto clamp(48px, 8vw, 80px);
  max-width: var(--max);
  padding: clamp(40px, 7vw, 64px) 0;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 2px solid var(--gold);
  padding-top: clamp(36px, 6vw, 52px);
}
.cta-banner .label-sm {
  display: block;
  margin-bottom: 1rem;
}
.cta-banner h2 { margin: 0 0 12px; }
.cta-banner p { margin: 0 0 28px; max-width: 28rem; }

.card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 24px;
}

/* ── Legal ── */
.legal-section { margin-bottom: 36px; max-width: 40rem; }
.legal-section h3 {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
}
.legal-section h3::before { display: none; }
.legal-section ul { padding-left: 1.1rem; }
.legal-section li { margin-bottom: 8px; }

/* ── Contact steps ── */
.contact-steps {
  list-style: none;
  margin: 0 auto 48px;
  padding: 0;
  max-width: 560px;
  display: grid;
  gap: 20px;
}
.contact-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}
.contact-steps li > span {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
  padding-top: 2px;
}
.contact-steps strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.contact-steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

/* ── Forms ── */
.form-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-family: inherit;
  font-size: 16px;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.subject-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip {
  padding: 10px 16px;
  min-height: 44px;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}
.chip.active {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
  font-weight: 500;
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-error {
  padding: 12px 0;
  color: #e07070;
  font-size: 14px;
  margin-bottom: 12px;
}
.success-card { text-align: left; padding: 24px 0; }
.success-card .check {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: none;
  font-size: 18px;
}

.info-cards {
  display: grid;
  gap: 0;
  max-width: 720px;
  margin: 48px auto 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 640px) {
  .info-cards { grid-template-columns: repeat(3, 1fr); }
}
.info-card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  background: none;
  border-radius: 0;
}
@media (min-width: 640px) {
  .info-card {
    padding: 20px 20px 20px 0;
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .info-card:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.info-card .mark { margin-top: 2px; }
.info-card .ic { display: none; }
.info-card small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.info-card strong { color: var(--text); font-weight: 500; font-size: 0.95rem; }

/* ── Footer ── */
.site-footer {
  border-top: 1px solid var(--line);
  padding: clamp(48px, 8vw, 72px) 0 40px;
}
.footer-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
}
.footer-col h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
}
.footer-col h4 .mark {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}
.footer-mail {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: var(--text) !important;
}
.footer-mail .mark {
  width: 18px;
  height: 18px;
}
.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-col a:hover { color: var(--text); }
.footer-copy {
  margin-top: 16px;
  font-size: 12px;
  color: #555;
}
.footer-mobile .links { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0; }
.footer-mobile .links a { color: var(--muted); font-size: 14px; }

/* ── Cookie / chat ── */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 300;
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  padding: 18px var(--pad);
}
#cookie-banner.show { display: block; }
.cookie-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }

#chat-widget { position: fixed; bottom: 24px; right: 24px; z-index: 250; }
#chat-toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--text);
  color: var(--bg);
  border: none;
  cursor: pointer;
  font-size: 18px;
  box-shadow: none;
}
#chat-panel {
  display: none;
  position: absolute;
  bottom: 64px;
  right: 0;
  width: min(360px, calc(100vw - 40px));
  height: 460px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 0;
  flex-direction: column;
  overflow: hidden;
}
#chat-panel.open { display: flex; }
#chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.5;
}
.chat-msg.bot {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  align-self: flex-start;
}
.chat-msg.user {
  background: var(--text);
  color: var(--bg);
  align-self: flex-end;
}
#chat-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}
#chat-form input {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
}
#chat-form button {
  padding: 0 14px;
  min-height: 40px;
  border-radius: 2px;
  background: var(--gold);
  border: none;
  cursor: pointer;
  font-weight: 500;
}

/* ── Pricing ── */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 900px) {
  .plans-grid { grid-template-columns: repeat(3, 1fr); }
}
.plan-card {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 32px 0;
}
@media (min-width: 900px) {
  .plan-card {
    padding: 32px 28px 32px 0;
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .plan-card:last-child { border-right: none; padding-right: 0; }
}
.plan-card.highlighted {
  border-color: var(--line);
  box-shadow: none;
}
.plan-name {
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 8px;
}
.plan-desc { font-size: 14px; margin: 0 0 20px; color: var(--muted); }
.plan-price { display: flex; align-items: baseline; gap: 6px; }
.price-amount {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text);
}
.price-period { font-size: 13px; color: var(--muted); }
.plan-annual { font-size: 12px; color: var(--muted); margin: 6px 0 0; }
.plan-features { list-style: none; padding: 0; margin: 24px 0 0; }
.plan-features li {
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.feat-icon { color: var(--gold); flex-shrink: 0; }
.feat-inherit { color: var(--text); font-weight: 500; }

.sms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
  margin: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 640px) { .sms-grid { grid-template-columns: 1fr 1fr; } }
.sms-card {
  background: none;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 24px 0;
  text-align: left;
}
@media (min-width: 640px) {
  .sms-card:first-child { padding-right: 24px; border-right: 1px solid var(--line); }
  .sms-card:last-child { padding-left: 24px; }
}
.sms-card h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 12px;
}
.sms-detail { font-size: 13px; margin: 12px 0 6px; }

.examples-list { max-width: 640px; margin: 0; border-top: 1px solid var(--line); }
.example-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 16px 0;
  text-align: left;
}
.example-row strong { color: var(--text); font-size: 14px; font-weight: 500; }
.example-row small { font-size: 12px; color: var(--muted); }
.example-price {
  color: var(--text);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.included-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
  margin: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 640px) { .included-grid { grid-template-columns: 1fr 1fr; } }
.included-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  background: none;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  text-align: left;
}
.included-item .mark {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.included-item .icon-sm { display: none; }

/* motion */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes atmosphere-breathe {
  from { opacity: 0.85; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}
@keyframes shot-in {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-home-stage > *,
.hero-copy-col > * {
  animation: rise .75s var(--ease) both;
}
.hero-home-stage > *:nth-child(2) { animation-delay: .08s; }
.hero-home-stage > *:nth-child(3) { animation-delay: .14s; }
.hero-home-stage > *:nth-child(4) { animation-delay: .2s; }
.hero-home-stage > *:nth-child(5) { animation-delay: .26s; }
.hero-copy-col > *:nth-child(2) { animation-delay: .07s; }
.hero-copy-col > *:nth-child(3) { animation-delay: .14s; }
.hero-copy-col > *:nth-child(4) { animation-delay: .2s; }
.product-shot {
  animation: shot-in .9s var(--ease) .18s both;
}
@media (prefers-reduced-motion: reduce) {
  .hero-home-stage > *,
  .hero-copy-col > *,
  .product-shot {
    animation: none;
  }
}
