/* ============================================================
   Digital Garden: design system
   Tokens: Montserrat · #fffcf2 · #161616 · #f7941d · #f15a29
   ============================================================ */

:root {
  --cream: #fffcf2;
  --ink: #161616;
  --orange: #f7941d;
  --red: #f15a29;
  --grad: linear-gradient(105deg, #f7941d 0%, #f15a29 100%);

  --ink-80: rgba(22, 22, 22, .80);
  --ink-60: rgba(22, 22, 22, .60);
  --ink-12: rgba(22, 22, 22, .12);
  --cream-70: rgba(255, 252, 242, .72);
  --cream-50: rgba(255, 252, 242, .50);
  --cream-12: rgba(255, 252, 242, .12);

  --maxw: 1200px;
  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-h: 76px;

  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: 880px; }
.center { text-align: center; }

.sr-only, .skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto; clip: auto;
  background: var(--ink); color: var(--cream); padding: 10px 16px; border-radius: 8px; z-index: 200;
}

/* ---------- typography ---------- */
.eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: 12.5px;
  font-weight: 700; color: var(--red); margin: 0 0 14px;
}
.eyebrow.center { text-align: center; }
.section-dark .eyebrow, .section-category .eyebrow, .section-newsletter .eyebrow { color: var(--orange); }

.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.section-title {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.06; font-weight: 800; letter-spacing: -.02em; margin: 0;
}
#suite .section-head { max-width: none; }
#suite .section-title { font-size: clamp(1.85rem, 3.7vw, 2.9rem); }
.section-title.one-line { white-space: nowrap; }
@media (max-width: 680px) { .section-title.one-line { white-space: normal; } }
.section-intro { margin: 18px 0 0; max-width: 640px; color: var(--ink-60); font-size: 1.05rem; }
.center .section-intro, .section-head.center .section-intro { margin-left: auto; margin-right: auto; }
.section-dark .section-intro { color: var(--cream-70); }

.lead { font-size: 1.25rem; font-weight: 600; margin: 0 0 18px; }
.muted { color: var(--ink-60); margin: 0 0 16px; }
.section-dark .muted { color: var(--cream-70); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  padding: 12px 22px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 22px rgba(241, 90, 41, .28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(241, 90, 41, .38); }
.btn-outline { background: transparent; border-color: var(--cream-50); color: var(--cream); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink-12); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }

.link-arrow { font-weight: 700; color: var(--red); font-size: .95rem; }
.link-arrow:hover { color: var(--orange); }

/* ---------- header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(255, 252, 242, .82); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.site-header.scrolled { border-bottom-color: var(--ink-12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.brand-mark { display: inline-flex; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; display: block; }
.site-footer .brand-logo { width: 40px; height: 40px; }
.brand-accent { color: var(--red); }

.main-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 4px; }
.nav-link {
  font-family: inherit; font-size: 14.5px; font-weight: 600; color: var(--ink-80);
  background: none; border: 0; cursor: pointer; padding: 10px 13px; border-radius: 10px;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  transition: color .2s, background .2s;
}
.has-menu > .nav-link::after { content: ""; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; }
.nav-link:hover { color: var(--ink); background: rgba(22, 22, 22, .05); }

.has-menu { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--cream); border: 1px solid var(--ink-12); border-radius: 14px; padding: 8px;
  min-width: 230px; display: grid; gap: 2px; opacity: 0; visibility: hidden;
  box-shadow: 0 20px 50px rgba(22, 22, 22, .14); transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.has-menu:hover .dropdown, .has-menu:focus-within .dropdown, .has-menu.open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a { padding: 10px 14px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: var(--ink-80); }
.dropdown a:hover { background: rgba(247, 148, 29, .12); color: var(--ink); }
.dropdown-sep { display: block; padding: 12px 14px 5px; margin-top: 5px; border-top: 1px solid var(--ink-12); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-60); }

.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu is injected into <body>; hidden by default, shown only at mobile widths */
.mobile-menu { display: none; }

/* ---------- sections ---------- */
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section-light { background: var(--cream); color: var(--ink); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center, .center .section-head { margin-left: auto; margin-right: auto; }

/* ---------- hero ---------- */
.hero {
  min-height: 100vh; display: flex; align-items: center; padding-top: var(--header-h);
  position: relative; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.grid-glow {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--cream-12) 1px, transparent 1px), linear-gradient(90deg, var(--cream-12) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 0%, transparent 75%);
  opacity: .5;
}
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.orb-1 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(247,148,29,.55), transparent 70%); top: -120px; right: -80px; }
.orb-2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(241,90,41,.45), transparent 70%); bottom: -120px; left: -60px; }
.hero-inner { position: relative; z-index: 1; }
.hero-title { font-size: clamp(2.15rem, 7vw, 5.6rem); line-height: 1.02; font-weight: 900; letter-spacing: -.03em; margin: 0 0 24px; max-width: 14ch; }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--cream-70); max-width: 600px; margin: 0 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 52px; padding-bottom: 28px; }
.stat { display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.stat-num { font-size: 1.35rem; font-weight: 800; }
.stat-label { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--cream-50); }

/* ---------- hero visual: agentic orbit ---------- */
.hero-inner > :not(.hero-visual) { position: relative; z-index: 1; }
.hero-visual {
  position: absolute; top: 52%; right: 8px; width: 512px; height: 512px;
  transform: translateY(-50%); z-index: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(100deg, transparent 2%, #000 28%);
  mask-image: linear-gradient(100deg, transparent 2%, #000 28%);
  animation: hv-in 1s var(--ease) .3s both;
}
@keyframes hv-in {
  from { opacity: 0; transform: translateY(calc(-50% + 20px)); }
  to { opacity: 1; transform: translateY(-50%); }
}
@keyframes hv-in-mobile {
  from { opacity: 0; }
  to { opacity: 1; }
}
.hv-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--cream-12); }
.hv-ring.r2 { inset: 84px; border-color: rgba(247, 148, 29, .25); }
.hv-ring.r3 { inset: 156px; border-color: rgba(241, 90, 41, .22); }
.hv-ring.dashed { inset: 24px; border-style: dashed; border-color: rgba(255, 252, 242, .10); animation: hv-rot 80s linear infinite; }
@keyframes hv-rot { to { transform: rotate(1turn); } }
.orbit-core {
  position: absolute; top: 50%; left: 50%; width: 116px; height: 116px; margin: -58px;
  border-radius: 50%; background: var(--grad); color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; gap: 3px; padding: 0 12px;
  box-shadow: 0 0 0 0 rgba(247, 148, 29, .35), 0 18px 44px rgba(241, 90, 41, .35);
  animation: hv-pulse 3.2s ease-out infinite;
}
.orbit-core strong { font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; }
.orbit-core small { font-size: .56rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; line-height: 1.25; opacity: .9; }
@keyframes hv-pulse {
  0% { box-shadow: 0 0 0 0 rgba(247, 148, 29, .35), 0 18px 44px rgba(241, 90, 41, .35); }
  70% { box-shadow: 0 0 0 26px rgba(247, 148, 29, 0), 0 18px 44px rgba(241, 90, 41, .35); }
  100% { box-shadow: 0 0 0 0 rgba(247, 148, 29, 0), 0 18px 44px rgba(241, 90, 41, .35); }
}
/* each ring is a spinning container; faces counter-spin so products stay upright */
.ring-orbit { position: absolute; inset: 0; animation: hv-rot var(--dur, 60s) linear infinite; }
.ring-orbit.rev { animation-direction: reverse; }
.ro-slot { position: absolute; top: 50%; left: 50%; transform: rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a))); }
.ro-face {
  display: block; width: var(--s, 46px); height: var(--s, 46px);
  margin: calc(var(--s, 46px) / -2) 0 0 calc(var(--s, 46px) / -2);
  border-radius: 50%; overflow: hidden; background: #fff; border: 3px solid #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .55), 0 0 0 5px rgba(255, 252, 242, .07);
  animation: hv-rot var(--dur, 60s) linear infinite reverse;
}
.ring-orbit.rev .ro-face { animation-direction: normal; }
.ro-face img { width: 100%; height: 100%; object-fit: cover; background: #fff; }
/* rectangular VTON model cards for the inner ring */
.ring-orbit.cards .ro-face {
  width: 52px; height: 72px; margin: -36px 0 0 -26px;
  border-radius: 9px; border-width: 3px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .6), 0 0 0 5px rgba(255, 252, 242, .07);
}
.hv-chip {
  position: absolute; padding: 7px 12px; border-radius: 999px;
  background: rgba(22, 22, 22, .72); border: 1px solid var(--cream-12); backdrop-filter: blur(6px);
  color: var(--cream); font-size: .68rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap;
  animation: hv-float 6s ease-in-out infinite alternate;
}
.hv-chip b { color: var(--orange); font-weight: 800; }
.chip-1 { top: 3%; left: 30%; animation-delay: -1.5s; }
.chip-2 { top: 27%; right: 2%; animation-delay: -3s; }
.chip-3 { top: 51%; right: 4%; animation-delay: -4.5s; }
.chip-4 { bottom: 22%; right: 3%; animation-delay: -2.2s; }
.chip-5 { bottom: 4%; left: 28%; animation-delay: -3.8s; }
@keyframes hv-float { from { transform: translateY(-5px); } to { transform: translateY(6px); } }
@media (max-width: 1199px) and (min-width: 861px) {
  .hero-visual {
    position: relative; top: auto; right: auto; left: auto;
    transform: scale(.72); transform-origin: top center;
    margin: 40px auto -143px;
    -webkit-mask-image: none; mask-image: none;
    animation: hv-in-mobile 1s var(--ease) .3s both;
  }
}
@media (max-width: 860px) {
  .hero-visual {
    position: relative; top: auto; right: auto; left: auto;
    transform: scale(.56); transform-origin: top center;
    margin: 32px auto -225px;
    -webkit-mask-image: none; mask-image: none;
    animation: hv-in-mobile 1s var(--ease) .3s both;
  }
}
@media (max-width: 480px) {
  .hero-visual { transform: scale(.46); margin: 28px auto -277px; }
}

/* ---------- agentic phases ---------- */
.phase-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: phase; }
.phase {
  position: relative; padding: 30px 26px; border-radius: var(--radius); background: #fff;
  border: 1px solid var(--ink-12); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.phase:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(22,22,22,.08); }
.phase-no { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--ink-60); }
.phase h3 { font-size: 1.5rem; margin: 8px 0 12px; font-weight: 800; }
.phase p { margin: 0; color: var(--ink-60); font-size: .98rem; }
.phase-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.phase-active .phase-no { color: var(--orange); }
.phase-active p { color: var(--cream-70); }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.layer-diagram { width: 100%; max-width: 380px; margin: 0 auto; }
.layer-diagram .ring { fill: none; stroke: var(--ink-12); stroke-width: 1.4; }
.layer-diagram .r1 { stroke: rgba(247,148,29,.4); }
.layer-diagram .r2 { stroke: rgba(241,90,41,.35); }
.layer-diagram .dlabel { fill: var(--ink-60); font-size: 12px; font-weight: 700; text-anchor: middle; font-family: inherit; }
.layer-diagram .dlabel-c { fill: #fff; font-size: 14px; font-weight: 800; text-anchor: middle; font-family: inherit; }
.layer-diagram .dlabel-c.small { font-size: 9px; font-weight: 600; fill: rgba(255,255,255,.85); }

/* ---------- ICP cards ---------- */
.icp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.icp-card {
  background: #fff; border: 1px solid var(--ink-12); border-radius: var(--radius); padding: 32px 28px; color: var(--ink);
  display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.icp-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(22,22,22,.10); border-color: var(--orange); }
.icp-role { display: inline-block; align-self: flex-start; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--red); background: rgba(241,90,41,.10); padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.icp-card h3 { font-size: 1.22rem; font-weight: 800; margin: 0 0 18px; line-height: 1.25; }
.icp-list { display: grid; gap: 4px; margin-bottom: 22px; }
.icp-list dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--ink-60); margin-top: 12px; }
.icp-list dd { font-size: .95rem; color: var(--ink-80); }
.icp-card .link-arrow { margin-top: auto; }

/* ---------- suite ---------- */
.suite-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.suite-card {
  background: #fff; border: 1px solid var(--ink-12); border-radius: var(--radius); padding: 30px 24px;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.suite-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(22,22,22,.09); border-color: var(--orange); }
.suite-icon { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 14px; background: var(--grad); margin-bottom: 20px; }
.suite-icon svg { width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.suite-card h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 12px; }
.suite-card p { margin: 0; color: var(--ink-60); font-size: .95rem; }
.suite-flow { margin: 40px 0 0; padding: 32px clamp(20px, 4vw, 56px); background: #fff; border-radius: var(--radius); border: 1px solid var(--ink-12); box-shadow: 0 18px 44px rgba(22,22,22,.06); }
.suite-flow img { display: block; width: 100%; height: auto; max-width: 1000px; margin: 0 auto; }

/* ---------- use cases ---------- */
.usecase-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.usecase { padding: 28px 22px; border-radius: var(--radius-sm); border: 1px solid var(--ink-12); background: #fff; color: var(--ink); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.usecase:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(22,22,22,.08); }
.uc-no { font-size: .85rem; font-weight: 800; color: var(--red); }
.usecase h3 { font-size: 1.05rem; font-weight: 800; margin: 10px 0 8px; }
.usecase p { margin: 0; font-size: .9rem; color: var(--ink-60); }


/* ---------- proof ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-item { padding: 26px 22px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--ink-12); color: var(--ink); display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; justify-content: center; }
.proof-k { font-size: .78rem; letter-spacing: .02em; font-weight: 700; color: var(--ink-60); }
.proof-v { font-size: 1.1rem; font-weight: 800; }

/* ---------- fragmented ---------- */
.big-statement { font-size: clamp(2rem, 5.5vw, 4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.08; margin: 12px 0 0; text-align: center; }
.frag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 56px; margin: 48px 0; }
.frag-col p { font-size: 1.15rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--cream-12); margin: 0; color: var(--cream-70); }
.frag-resolve { text-align: center; font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 800; margin: 0; }

/* ---------- sustainability ---------- */
.sustain-chain { display: flex; align-items: stretch; justify-content: center; gap: 16px; flex-wrap: wrap; }
.chain-node { flex: 1; min-width: 220px; background: #fff; border: 1px solid var(--ink-12); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; gap: 8px; }
.chain-node strong { font-size: 1.2rem; font-weight: 800; }
.chain-node span { color: var(--ink-60); }
.chain-arrow { align-self: center; font-size: 1.8rem; color: var(--red); font-weight: 700; }

/* ---------- category ---------- */
.section-category { background: var(--ink); color: var(--cream); text-align: center; }
.category-tag { font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; letter-spacing: -.02em; margin: 24px 0 0; display: inline-block; }

/* ---------- subscription plans ---------- */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.plan-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--ink-12); border-radius: var(--radius); padding: 28px 24px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(22,22,22,.09); }
.plan-seg { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--red); }
.plan-name { font-size: 1.4rem; font-weight: 800; margin: 10px 0 8px; }
.plan-desc { font-size: .9rem; color: var(--ink-60); margin: 0 0 20px; line-height: 1.55; }
.plan-features { display: grid; gap: 10px; margin: 0 0 20px; }
.plan-features li { font-size: .9rem; font-weight: 600; color: var(--ink-80); padding-left: 26px; position: relative; }
.plan-features li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; border-radius: 50%;
  background: var(--grad); color: #fff; font-size: 10px; line-height: 17px; text-align: center; font-weight: 800;
}
.plan-meta { margin: auto 0 18px; font-size: .76rem; font-weight: 700; color: var(--ink-60); text-transform: uppercase; letter-spacing: .04em; padding-top: 16px; border-top: 1px solid var(--ink-12); }
.plan-cta { width: 100%; }
.plan-featured { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.plan-featured .plan-name { color: #fff; }
.plan-featured .plan-desc { color: var(--cream-70); }
.plan-featured .plan-seg { color: var(--orange); }
.plan-featured .plan-features li { color: var(--cream); }
.plan-featured .plan-meta { color: var(--cream-50); border-top-color: var(--cream-12); }
.plan-badge { position: absolute; top: 0; right: 0; background: var(--grad); color: #fff; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; padding: 6px 12px; border-radius: 0 var(--radius) 0 12px; }
.plan-enterprise {
  margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: var(--ink); color: var(--cream); border-radius: var(--radius); padding: 36px 40px;
}
.plan-enterprise .plan-seg { color: var(--orange); }
.plan-enterprise h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); font-weight: 800; margin: 10px 0 8px; color: #fff; }
.plan-enterprise p { margin: 0; color: var(--cream-70); max-width: 620px; font-size: .95rem; }

/* ---------- demo ---------- */
.demo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.demo-card { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(22,22,22,.18); background: var(--ink); box-shadow: 0 30px 70px rgba(22,22,22,.22); }
.demo-window { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--cream-12); }
.demo-dots { display: flex; gap: 6px; }
.demo-dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--cream-12); }
.demo-dots span:first-child { background: var(--red); }
.demo-dots span:nth-child(2) { background: var(--orange); }
.demo-url { font-size: .85rem; color: var(--cream-50); font-weight: 600; }
/* ---------- story swiper ---------- */
.stories-viewport { overflow: hidden; position: relative; }
/* prev / next look navigation — vertically centered, left & right edges */
.story-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 252, 242, .92); color: var(--ink);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  transition: background .2s, transform .2s var(--ease), opacity .2s;
}
.story-nav.prev { left: 8px; }
.story-nav.next { right: 8px; }
.story-nav:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.story-nav:active { transform: translateY(-50%) scale(.96); }
.story-nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 560px) { .story-nav { width: 34px; height: 34px; } .story-nav svg { width: 18px; height: 18px; } }
.stories-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.demo-story { flex: 0 0 100%; min-width: 0; }

/* ---------- demo screen ---------- */
.demo-screen { padding: 24px; }
.demo-row { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.demo-chip {
  font-family: inherit; font-size: .8rem; font-weight: 700; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--cream-50); color: var(--cream); background: rgba(255,252,242,.06); cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, transform .2s var(--ease);
}
.demo-chip:hover { color: #fff; border-color: var(--cream); }
.demo-chip.on { background: var(--grad); color: #fff; border-color: transparent; }
.demo-chip.on:hover { transform: translateY(-1px); }
.demo-panel { display: none; }
.demo-panel.active { display: block; animation: demo-fade .35s var(--ease); }
@keyframes demo-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.demo-hint { text-align: center; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; color: var(--cream-50); margin: 14px 0 0; }
.demo-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.demo-tiles span { aspect-ratio: 3/4; border-radius: 10px; background: linear-gradient(135deg, rgba(247,148,29,.18), rgba(241,90,41,.12)); }
.demo-tiles--outfit { grid-template-columns: repeat(3, 1fr); }
.demo-tiles--vto { grid-template-columns: 1fr; }
.demo-tiles--vto span { aspect-ratio: 4/5; max-width: 260px; margin: 0 auto; }
.demo-panel img { display: block; width: 100%; height: auto; border-radius: 10px; }

/* catalog intelligence — horizontal scrollable row (tap to enrich) */
.cat-scroll { padding-bottom: 2px; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cat-cell { padding: 0; border: 0; background: none; cursor: pointer; perspective: 800px; font-family: inherit; width: auto; }
.cc-inner { position: relative; width: 100%; aspect-ratio: 3/4; transform-style: preserve-3d; transition: transform .55s var(--ease); }
.cat-cell.flipped .cc-inner { transform: rotateY(180deg); }
.cc-face { position: absolute; inset: 0; border-radius: 10px; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; background: #fff; }
.cc-front img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
/* tap-to-enrich click affordance */
.cc-front::after {
  content: "";
  position: absolute; bottom: 8px; right: 8px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(22,22,22,.62) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11V6a2 2 0 0 1 4 0v5'/%3E%3Cpath d='M13 11V9a2 2 0 0 1 4 0v3'/%3E%3Cpath d='M17 12a2 2 0 0 1 4 0v4a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6v-1a2 2 0 0 1 4 0'/%3E%3C/svg%3E") center/18px no-repeat;
  transition: opacity .25s, transform .25s;
  pointer-events: none;
  z-index: 2;
}
.cat-cell:hover .cc-front::after,
.cat-cell:focus-visible .cc-front::after { opacity: 0; }
.cat-cell.flipped .cc-front::after { opacity: 0; }
/* hover overlay */
.cc-front::before {
  content: "";
  position: absolute; inset: 0; border-radius: 10px;
  background: rgba(247,148,29,.12);
  opacity: 0; transition: opacity .25s;
  pointer-events: none; z-index: 1;
}
.cat-cell:hover .cc-front::before,
.cat-cell:focus-visible .cc-front::before { opacity: 1; }
.cc-back { transform: rotateY(180deg); padding: 9px 4px 9px 9px; display: flex; flex-direction: column; }
.cc-back-h { font-size: .55rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; color: var(--red); margin-bottom: 5px; display: flex; justify-content: space-between; gap: 4px; align-items: baseline; flex: 0 0 auto; padding-right: 5px; }
.cc-back-h em { font-style: normal; color: var(--orange); }
.cc-feats { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 1px; overflow-y: auto; padding-right: 5px; }
.cc-feats::-webkit-scrollbar { width: 3px; }
.cc-feats::-webkit-scrollbar-thumb { background: var(--ink-12); border-radius: 3px; }
.cc-feat { display: flex; justify-content: space-between; gap: 6px; font-size: .54rem; line-height: 1.3; padding: 2px 0; border-bottom: 1px solid var(--ink-12); }
.cc-feat span { color: var(--ink-60); text-transform: uppercase; letter-spacing: .02em; font-weight: 700; flex: 0 0 auto; }
.cc-feat b { color: var(--ink); text-align: right; font-weight: 600; }

/* outfit generation — collage canvas */
.outfit-canvas, .vton-canvas { position: relative; border-radius: 12px; padding: 18px; background: linear-gradient(150deg, #fbf7ef, #f1ebdd); }
/* virtual try-on — model shot */
.vton-shot { border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22,22,22,.10); }
.vton-shot img { width: 100%; display: block; object-fit: contain; max-height: 420px; background: #fff; }
.oc-badge { position: absolute; top: 12px; right: 12px; z-index: 2; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 5px 10px; border-radius: 999px; background: var(--grad); color: #fff; }
.oc-collage { border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22,22,22,.10); }
.oc-collage img { width: 100%; display: block; object-fit: contain; max-height: 380px; background: #fff; }
/* outfit looks — 2x3 lookbook grid */
.oc-looks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.look-cell { margin: 0; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22, 22, 22, .10); }
.look-cell img { width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform .4s var(--ease); }
.look-cell:hover img { transform: scale(1.04); }
/* product variant — show full item on white, don't crop */
.look-cell.prod { background: #fff; }
.look-cell.prod img { object-fit: contain; padding: 8px; }
.oc-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.oc-duo-img { border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22,22,22,.10); }
.oc-duo-img img { width: 100%; display: block; object-fit: contain; max-height: 360px; background: #fff; }
/* legacy board kept for fallback */
.oc-board { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px; }
.oc-hero { border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22,22,22,.10); }
.oc-hero img { width: 100%; height: 100%; object-fit: cover; }
.oc-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.oc-items img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; background: #fff; box-shadow: 0 6px 14px rgba(22,22,22,.08); }

/* ---------- combo outfit layout (b2b "Kombini Tamamla" style) ---------- */
.combos-wrap { position: relative; }
.combos-track { position: relative; }
.combo-card { display: none; }
.combo-card.active { display: grid; grid-template-columns: 100px 1fr; grid-template-rows: auto auto; gap: 8px; align-items: start; }
.combo-base { position: relative; border-radius: 8px; overflow: hidden; background: #fff; }
.combo-base img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.combo-base-label { position: absolute; bottom: 5px; left: 5px; font-size: .52rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; background: var(--grad); color: #fff; padding: 3px 6px; border-radius: 4px; }
.combo-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; align-content: start; }
.combo-item { position: relative; border-radius: 6px; overflow: hidden; background: #fff; }
.combo-item img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.combo-cat { position: absolute; bottom: 0; left: 0; right: 0; font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); background: rgba(255,252,242,.88); padding: 3px 4px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.combo-label { grid-column: 1 / -1; text-align: center; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); padding-top: 4px; }
.combos-dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; }
.combo-dot { width: 7px; height: 7px; border-radius: 50%; border: 0; padding: 0; background: var(--cream-50); cursor: pointer; transition: background .2s, transform .2s; }
.combo-dot.active { background: var(--orange); transform: scale(1.3); }

/* virtual try-on placeholder */
.vton-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 3/4; border: 1.5px dashed var(--cream-12); }
.vton-coming { width: 44px; height: 44px; border-radius: 50%; background: rgba(247,148,29,.15); position: relative; }
.vton-coming::before { content: ""; position: absolute; inset: 10px; border: 2.5px solid var(--orange); border-radius: 50%; border-top-color: transparent; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.vton-placeholder figcaption { font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--cream-50); margin-top: 10px; position: static; background: none; padding: 0; }

/* virtual try-on */
.vton-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vton-slot { margin: 0; border-radius: 10px; overflow: hidden; position: relative; background: rgba(255,252,242,.05); border: 1px solid var(--cream-12); }
.vton-slot img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.vton-slot figcaption { position: absolute; bottom: 0; left: 0; right: 0; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--cream); padding: 6px 8px; background: linear-gradient(to top, rgba(22,22,22,.8), transparent); }
.vton-slot.empty { display: flex; align-items: center; justify-content: center; aspect-ratio: 3/4; }
.vton-slot.empty img { display: none; }
.vton-slot.empty::before { content: "VTON"; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-size: .7rem; font-weight: 800; letter-spacing: .1em; color: var(--cream-50); }

/* ---------- book a demo (embedded calendar) ---------- */
.book-embed { max-width: 920px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--ink-12); background: #fff; box-shadow: 0 22px 54px rgba(22, 22, 22, .10); }
.book-embed iframe { display: block; width: 100%; height: 700px; border: 0; }
@media (max-width: 560px) { .book-embed iframe { height: 640px; } }

/* ---------- partners (scrolling marquee) ---------- */
.partner-marquee {
  overflow: hidden; position: relative; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.partner-track {
  display: flex; align-items: stretch; width: max-content;
  animation: partner-scroll 48s linear infinite;
}
.partner-marquee:hover .partner-track { animation-play-state: paused; }
.partner-track li { flex: 0 0 auto; margin-right: 16px; }
.partner-track li a {
  display: flex; align-items: center; justify-content: center;
  width: 200px; min-height: 108px; padding: 22px 30px; border-radius: var(--radius-sm);
  border: 1px solid var(--ink-12); background: #fff;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.partner-track li a:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 16px 36px rgba(22,22,22,.08); }
.partner-track img {
  height: 44px; max-width: 150px; width: auto; object-fit: contain;
  filter: grayscale(1); opacity: .72; transition: filter .3s var(--ease), opacity .3s var(--ease);
}
.partner-track li a:hover img { filter: grayscale(0); opacity: 1; }
@keyframes partner-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .partner-track { animation: none; flex-wrap: wrap; justify-content: center; gap: 16px; } }

/* ---------- newsletter ---------- */
.section-newsletter { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; padding-top: clamp(44px, 6.5vw, 92px); padding-bottom: clamp(44px, 6.5vw, 92px); }
.section-newsletter::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(247,148,29,.18), transparent 70%); }
.section-newsletter .container { position: relative; }
.newsletter-form { margin-top: 32px; }
.nl-row { display: flex; gap: 12px; max-width: 540px; margin: 0 auto; }
.nl-row input {
  flex: 1; font-family: inherit; font-size: 16px; padding: 15px 20px; border-radius: 999px;
  border: 1.5px solid var(--cream-12); background: rgba(255,252,242,.06); color: var(--cream); outline: none;
  transition: border-color .25s;
}
.nl-row input::placeholder { color: var(--cream-50); }
.nl-row input:focus { border-color: var(--orange); }
.nl-message { margin: 16px 0 0; min-height: 22px; font-weight: 600; font-size: .95rem; }
.nl-message.ok { color: var(--orange); }
.nl-message.err { color: #ff8a6a; }


/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding: 72px 0 36px; border-top: 1px solid var(--cream-12); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 48px; }
.footer-contact .fc-address { margin: 0 0 12px; color: var(--cream-70); font-size: .92rem; line-height: 1.55; font-weight: 500; }
.footer-tag { color: var(--cream-70); font-size: .95rem; margin: 16px 0 20px; max-width: 280px; }
.app-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.app-badge { font-size: .82rem; font-weight: 700; padding: 9px 16px; border-radius: 10px; border: 1px solid var(--cream-12); color: var(--cream-70); transition: border-color .25s, color .25s; }
.app-badge:hover { border-color: var(--orange); color: var(--cream); }
.social-row { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.social-row a {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid var(--cream-12); color: var(--cream-70);
  transition: color .25s, border-color .25s, background .25s, transform .25s var(--ease);
}
.social-row a:hover { color: #fff; border-color: transparent; background: var(--grad); transform: translateY(-3px); }
.social-row svg { width: 18px; height: 18px; fill: currentColor; }
.footer-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--cream-50); margin: 0 0 16px; font-weight: 700; }
.footer-col a { display: block; padding: 6px 0; color: var(--cream-70); font-size: .95rem; font-weight: 500; transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-legal { display: flex; flex-direction: column; align-items: center; gap: 8px; padding-top: 28px; border-top: 1px solid var(--cream-12); text-align: center; }
.footer-legal p { margin: 0; font-size: .85rem; color: var(--cream-50); }
.footer-legal .footer-reg { font-size: .78rem; color: var(--cream-50); opacity: .85; }
.footer-legal a { color: var(--cream-70); }
.footer-legal a:hover { color: var(--orange); }

/* ---------- cookie consent ---------- */
.cookie-consent {
  position: fixed; left: 24px; bottom: 24px; z-index: 95; max-width: 400px;
  background: var(--ink); color: var(--cream); border: 1px solid var(--cream-12);
  border-radius: var(--radius); padding: 22px; box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
  display: flex; flex-direction: column; gap: 16px;
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
}
.cookie-consent.show { opacity: 1; visibility: visible; transform: none; }
.cookie-text { margin: 0; font-size: .88rem; line-height: 1.55; color: var(--cream-70); }
.cookie-text a { color: var(--orange); border-bottom: 1px solid currentColor; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-btn { flex: 1; padding: 11px 18px; font-size: 14px; }

/* ---------- back to top ---------- */
.to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 90;
  width: 52px; height: 52px; border: 0; border-radius: 50%; cursor: pointer;
  background: var(--grad); color: #fff; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(241, 90, 41, .38);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(.9);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s, box-shadow .3s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(241, 90, 41, .5); }
.to-top svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .2s; }

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 1024px) {
  .suite-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .demo-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-diagram { order: -1; }
}

@media (max-width: 860px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .site-header.menu-open { background: var(--cream); }

  .mobile-menu {
    position: fixed; inset: var(--header-h) 0 0; background: var(--cream); z-index: 99;
    padding: 24px 28px 40px; overflow-y: auto; transform: translateX(100%);
    transition: transform .35s var(--ease); display: flex; flex-direction: column; gap: 6px;
  }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu a { padding: 14px 4px; font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid var(--ink-12); }
  .mobile-menu .mm-sub { font-size: .92rem; font-weight: 600; color: var(--ink-60); padding-left: 16px; border: 0; }
  .mobile-menu .mm-cta { display: flex; gap: 12px; margin-top: 24px; }
  .mobile-menu .mm-cta .btn { flex: 1; }

  .phase-track { grid-template-columns: 1fr; }
  .icp-grid { grid-template-columns: 1fr; }
  .frag-grid { grid-template-columns: 1fr; gap: 0 0; }
  .hero-stats { gap: 28px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .suite-grid, .usecase-grid, .proof-grid, .plans-grid { grid-template-columns: 1fr; }
  .plan-enterprise { padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .nl-row { flex-direction: column; }
  .nl-row .btn { width: 100%; }
  .hero-stats .stat { flex: 1 1 40%; }
  .cookie-consent { left: 16px; right: 16px; bottom: 16px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
