/* ============ Tokens (extracted from reference) ============ */
:root {
  --bg: #fff7ed;
  --fg: #1a0f1f;
  --primary: #ff6b35;   /* orange */
  --secondary: #6c5ce7; /* purple */
  --accent: #e84393;    /* pink */
  --muted: #fde8d4;
  --card: #ffffff;
  --border: #f5c9a8;
  --panel-dark: #2a1420;
  --panel-darker: #21101a;
  --grad: linear-gradient(100deg, var(--primary), var(--accent) 55%, var(--secondary));
  --shadow: 7px 7px 0 rgba(26, 15, 31, 0.9);
  --shadow-sm: 4px 4px 0 rgba(26, 15, 31, 0.9);
  --r-lg: 28px;
  --r-md: 20px;
  --max: 1160px;
  --display: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --body: "Figtree", ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background:
    radial-gradient(800px 500px at 12% 8%, rgba(232, 67, 147, 0.12), transparent 60%),
    radial-gradient(700px 450px at 88% 4%, rgba(255, 158, 60, 0.18), transparent 60%),
    radial-gradient(700px 500px at 92% 60%, rgba(108, 92, 231, 0.10), transparent 60%),
    var(--bg);
  color: var(--fg);
  font-family: var(--body);
  line-height: 1.55;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--display); font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Floating breakers (decorative, interactive) */
.fbrk {
  position: absolute; z-index: 5; cursor: pointer;
  display: flex; gap: 4px; align-items: center; justify-content: center;
  padding: 8px 9px; border: 2px solid var(--fg); border-radius: 12px;
  box-shadow: var(--shadow-sm); animation: bob 7s ease-in-out infinite;
  transition: transform 0.2s;
}
.fbrk:hover { scale: 1.08; }
.fbrk i {
  width: 13px; height: 34px; border-radius: 4px;
  background: rgba(20, 8, 16, 0.35); border: 1.5px solid rgba(255, 255, 255, 0.35);
  position: relative;
}
.fbrk i::after {
  content: ""; position: absolute; left: 2px; right: 2px; height: 12px; border-radius: 3px;
  top: 2px; background: #ffffff;                     /* OFF: handle up, white */
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  transition: top 0.16s ease-in, background 0.16s;
}
.fbrk.on i::after { top: calc(100% - 14px); background: var(--fg); } /* ON: handle down, dark */
/* tie bar across multi-pole handles */
.fbrk-orange::before, .fbrk-purple::before {
  content: ""; position: absolute; left: 13px; right: 13px; height: 3px; z-index: 2;
  background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 3px;
  top: 13px; transition: top 0.16s ease-in;
}
.fbrk-orange.on::before, .fbrk-purple.on::before { top: calc(100% - 19px); }
.fbrk-pink   { background: var(--accent); top: 150px; left: 5%; }
.fbrk-orange { background: #f5a623; top: 84px; left: 55%; animation-delay: -2s; }
.fbrk-purple { background: #7b6ff0; top: 580px; right: 7%; animation-delay: -4s; }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-14px) rotate(4deg); } }

/* ============ Pills & buttons ============ */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: 0.14em;
  background: var(--card); border: 2px solid var(--fg); border-radius: 999px;
  padding: 7px 16px; box-shadow: var(--shadow-sm);
}
.pill-light { background: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.85); color: #fff; box-shadow: none; }
.eyebrow { color: var(--primary); background: #fff1e4; border-color: transparent; box-shadow: none; letter-spacing: 0.2em; }
.dot-green { width: 8px; height: 8px; border-radius: 50%; background: #2ecc71; display: inline-block; }

.store-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fg); color: #fff; text-decoration: none;
  border-radius: 16px; padding: 9px 18px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.store-pill:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-sm); }
.store-pill.big { padding: 12px 22px; border-radius: 18px; }
.store-pill.dark { box-shadow: none; }
.store-pill.glassy { background: rgba(255, 255, 255, 0.22); backdrop-filter: blur(6px); }
.apple { width: 20px; height: 20px; flex: none; background: currentColor; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.05 12.54c-.03-2.5 2.04-3.7 2.13-3.76-1.16-1.7-2.97-1.93-3.61-1.96-1.54-.16-3 .9-3.78.9-.78 0-1.98-.88-3.25-.86-1.67.03-3.21.97-4.07 2.47-1.74 3.01-.44 7.46 1.25 9.9.83 1.2 1.81 2.54 3.1 2.49 1.25-.05 1.72-.8 3.22-.8 1.5 0 1.93.8 3.25.78 1.34-.02 2.19-1.21 3.01-2.42.95-1.39 1.34-2.73 1.36-2.8-.03-.01-2.6-1-2.61-3.94zM14.56 4.94c.69-.83 1.15-1.99 1.02-3.14-.99.04-2.18.66-2.89 1.49-.63.73-1.19 1.9-1.04 3.02 1.1.09 2.23-.56 2.91-1.37z"/></svg>') center / contain no-repeat; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.05 12.54c-.03-2.5 2.04-3.7 2.13-3.76-1.16-1.7-2.97-1.93-3.61-1.96-1.54-.16-3 .9-3.78.9-.78 0-1.98-.88-3.25-.86-1.67.03-3.21.97-4.07 2.47-1.74 3.01-.44 7.46 1.25 9.9.83 1.2 1.81 2.54 3.1 2.49 1.25-.05 1.72-.8 3.22-.8 1.5 0 1.93.8 3.25.78 1.34-.02 2.19-1.21 3.01-2.42.95-1.39 1.34-2.73 1.36-2.8-.03-.01-2.6-1-2.61-3.94zM14.56 4.94c.69-.83 1.15-1.99 1.02-3.14-.99.04-2.18.66-2.89 1.49-.63.73-1.19 1.9-1.04 3.02 1.1.09 2.23-.56 2.91-1.37z"/></svg>') center / contain no-repeat; }
.store-pill-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-pill-text small { font-size: 9px; letter-spacing: 0.12em; opacity: 0.85; }
.store-pill-text strong { font-family: var(--display); font-size: 16px; font-weight: 800; }

.ghost-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: 0.1em;
  color: var(--fg); text-decoration: none;
  border: 2px solid var(--fg); border-radius: 16px; padding: 14px 22px; background: var(--card);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ghost-btn:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-sm); }

/* Brutal card base */
.brut { border: 2.5px solid var(--fg); border-radius: var(--r-lg); box-shadow: var(--shadow); background: var(--card); }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 28px;
  background: rgba(255, 247, 237, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--fg); }
.logo-img {
  display: block; width: 38px; height: 38px; border-radius: 10px;
  border: 2px solid var(--fg); box-shadow: var(--shadow-sm);
}
.logo-img.small { width: 26px; height: 26px; border-radius: 7px; box-shadow: none; }
.logo-word { font-family: var(--display); font-weight: 900; font-size: 22px; letter-spacing: -0.02em; }
.logo-word em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav { display: flex; gap: 26px; }
.main-nav a { color: var(--fg); text-decoration: none; font-weight: 600; font-size: 15px; }
.main-nav a:hover { color: var(--primary); }
.header-right { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  font-family: var(--body); font-weight: 600; font-size: 13px; color: var(--fg);
  background: var(--card); border: 2px solid var(--fg); border-radius: 999px; padding: 8px 14px; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lang-toggle:hover { transform: translate(-1px, -1px); box-shadow: var(--shadow-sm); }

/* ============ Hero ============ */
.hero {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: start;
  max-width: var(--max); margin: 0 auto; padding: 40px 28px 56px;
}
.new-pill { margin-bottom: 18px; font-size: 11px; }
.hero-card { padding: 40px 38px; }
.hero h1 { font-size: clamp(40px, 4.6vw, 62px); }
.hero-sub { font-size: 18px; color: #4c3a52; margin: 20px 0 26px; max-width: 480px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.stat-card { padding: 26px 26px 20px; border-radius: 24px; }
.stat-orange { background: #f5a623; }
.stat-pink { background: var(--accent); color: #fff; }
.stat-big { font-family: var(--display); font-weight: 900; font-size: 52px; line-height: 1; display: block; }
.stat-big small { font-size: 28px; }
.stat-label { font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; display: block; margin-top: 8px; }

/* Live demo */
.demo-card { padding: 14px; background: #fff; }
.demo-head { display: flex; justify-content: space-between; align-items: center; padding: 6px 10px 12px; }
.demo-title { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: 0.12em; }
.demo-hint { font-size: 10px; letter-spacing: 0.16em; font-weight: 700; color: var(--primary); }
.demo-panel { background: var(--panel-dark); border-radius: 20px; padding: 12px; color: #f5e9df; }
.demo-panel-head { display: flex; justify-content: space-between; font-family: var(--display); font-size: 11px; letter-spacing: 0.14em; font-weight: 700; padding: 6px 8px 12px; color: #d9c5cf; }
.scan { display: inline-flex; gap: 6px; align-items: center; color: #7ce7a2; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.demo-row {
  display: flex; align-items: center; gap: 8px;
  background: var(--panel-darker); border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px; padding: 7px 10px; cursor: pointer; user-select: none;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;
  transition: border-color 0.15s, background 0.15s;
}
.demo-row .sw { width: 12px; height: 18px; flex: none; border-radius: 3px; background: #43303c; border: 1px solid rgba(255,255,255,0.15); position: relative; }
.demo-row .sw::after { content: ""; position: absolute; left: 2px; right: 2px; top: 2px; height: 6px; border-radius: 2px; background: #d9c5cf; }
.demo-row.on .sw::after { background: var(--primary); top: auto; bottom: 2px; }
.demo-row .n { color: #8d7383; font-size: 9px; }
.demo-row .nm { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-row .amp { color: #b79cab; font-size: 9.5px; }
.demo-row:hover { border-color: var(--primary); background: #3a1f2d; color: #ffd7c4; }
.demo-status {
  margin-top: 10px; display: flex; justify-content: space-between;
  background: #3a1f2d; border: 1.5px solid rgba(255, 107, 53, 0.5); border-radius: 10px;
  padding: 8px 12px; font-family: var(--display); font-weight: 700; font-size: 11.5px; letter-spacing: 0.1em; color: #ff9d73;
}

/* Step flow strip */
.steps-strip {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  max-width: var(--max); margin: 0 auto; padding: 26px 28px 8px;
}
.strip-pill {
  font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: 0.18em;
  border: 2px solid var(--fg); border-radius: 999px; padding: 9px 18px;
  box-shadow: var(--shadow-sm); white-space: nowrap;
}
.s-orange { background: #f5a623; }
.s-pink { background: var(--accent); color: #fff; }
.s-purple { background: #a99cf5; }
.s-white { background: var(--card); }
.strip-arrow { font-family: var(--display); font-weight: 900; font-size: 16px; color: #b89f8c; }

/* ============ Sections ============ */
.section { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 84px 28px 30px; }
.section-head { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: end; margin: 18px 0 40px; }
.section h2 { font-size: clamp(32px, 4vw, 52px); }
.center-h2 { text-align: left; margin: 18px 0 40px; }
.side-note { color: #6b5a72; font-size: 16px; margin: 0; }

/* Bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.bcard { padding: 30px 28px 48px; position: relative; border-radius: 26px; transition: transform 0.25s; }
.bcard:hover { transform: translate(-3px, -3px); }
.bcard:nth-child(1) { grid-column: span 4; }
.bcard:nth-child(2) { grid-column: span 2; }
.bcard:nth-child(3) { grid-column: span 2; }
.bcard:nth-child(4) { grid-column: span 2; }
.bcard:nth-child(5) { grid-column: span 2; }
.bcard:nth-child(6) { grid-column: span 6; }
.b-orange { background: #f5a623; }
.b-pink { background: var(--accent); color: #fff; }
.b-purple { background: #a99cf5; }
.b-white { background: var(--card); }
.bicon { display: grid; place-items: center; width: 46px; height: 46px; font-size: 20px; background: rgba(255, 255, 255, 0.75); border: 2px solid var(--fg); border-radius: 14px; margin-bottom: 16px; }
.b-pink .bicon { background: rgba(255, 255, 255, 0.25); border-color: #fff; }
.bcard h3 { font-size: 24px; margin-bottom: 8px; }
.bcard p { margin: 0; font-size: 15px; opacity: 0.9; }
.bindex { position: absolute; left: 28px; bottom: 16px; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; opacity: 0.55; }

/* ============ Journey ============ */
.journey-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.journey-sticky { position: sticky; top: 96px; }
.j-panel { background: var(--panel-dark); color: #f5e9df; padding: 14px; border-radius: 24px; }
.j-head { display: flex; justify-content: space-between; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #d9c5cf; padding: 6px 8px 12px; }
.j-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.j-slot {
  display: flex; align-items: center; gap: 8px;
  background: var(--panel-darker); border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px; padding: 6px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em;
  transition: border-color 0.4s;
}
.j-slot i { font-style: normal; color: #8d7383; font-size: 9px; }
.j-slot::after { content: "· · ·"; color: #5d4553; letter-spacing: 2px; }
.j-slot b { display: none; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 700; }
/* stage 2: panel photos pinned (overview + close-ups) */
.j-photos { display: flex; gap: 7px; padding: 0 8px 12px; opacity: 0; transform: translateY(-5px); transition: opacity 0.5s, transform 0.5s; }
.j-photos span {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; background: #3a1f2d; border: 1.5px solid rgba(255, 107, 53, 0.55);
  border-radius: 9px; padding: 6px 10px;
}
.j-photos b { font-family: var(--display); font-weight: 700; font-size: 8.5px; letter-spacing: 0.14em; color: #ffd7c4; }
.j-panel[data-stage="2"] .j-photos,
.j-panel[data-stage="3"] .j-photos,
.j-panel[data-stage="4"] .j-photos { opacity: 1; transform: none; }
/* stage 3+: names */
.j-panel[data-stage="3"] .j-slot::after, .j-panel[data-stage="4"] .j-slot::after { content: ""; }
.j-panel[data-stage="3"] .j-slot b, .j-panel[data-stage="4"] .j-slot b { display: block; }
.j-panel[data-stage="3"] .j-slot, .j-panel[data-stage="4"] .j-slot { border-color: rgba(255, 255, 255, 0.16); }
/* stage 4: PDF takes over the whole panel */
.j-panel { position: relative; }
.j-pdf {
  position: absolute; inset: 12px; z-index: 2;
  display: flex; flex-direction: column;
  background: #170b12; border: 1.5px solid rgba(255, 107, 53, 0.55); border-radius: 16px;
  padding: 12px;
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity 0.55s, transform 0.55s;
}
.j-panel[data-stage="4"] .j-pdf { opacity: 1; transform: none; }
.j-pdf-head { display: flex; justify-content: space-between; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: #ff9d73; margin-bottom: 10px; padding: 0 2px; }
.j-paper { flex: 1; display: flex; flex-direction: column; background: #fff; color: #1a0f1f; border-radius: 10px; padding: 14px 16px 12px; min-height: 0; }
.j-paper-title { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: 0.04em; text-align: center; border-bottom: 2px solid #1a0f1f; padding-bottom: 7px; margin-bottom: 9px; }
.j-pdf-rows { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; align-content: start; font-size: 11px; font-weight: 500; color: #3c3244; }
.j-pdf-rows span { border-bottom: 1px dashed #d9d2c8; padding: 4px 0; }
.j-brand { position: relative; border-top: 2px solid #1a0f1f; margin-top: 10px; padding-top: 9px; display: flex; flex-direction: column; gap: 1px; }
.j-brand-chip {
  position: absolute; top: -13px; right: 0;
  font-family: var(--display); font-weight: 800; font-size: 8px; letter-spacing: 0.12em;
  background: #ffd166; color: #4a3200; border: 1.5px solid var(--fg); border-radius: 999px; padding: 3px 9px;
}
.j-brand-name { font-family: var(--display); font-weight: 800; font-size: 13px; }
.j-brand-sub { font-size: 10.5px; color: #6b5a72; font-weight: 500; }
.j-progress { margin-top: 12px; font-family: var(--display); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; color: #7a6470; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px; }
.j-bar { flex-basis: 100%; height: 5px; background: #f3ddc8; border-radius: 99px; margin-top: 7px; overflow: hidden; }
.j-bar-fill { height: 100%; width: 25%; background: var(--grad); border-radius: 99px; transition: width 0.5s; }
.journey-steps { display: flex; flex-direction: column; }
.j-step { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; padding: 30px 0; }
.j-eyebrow { font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; color: var(--primary); margin-bottom: 12px; }
.j-step h3 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 14px; }
.j-step p { color: #55445c; font-size: 17px; max-width: 430px; margin: 0; }

/* ============ Before / After ============ */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ba-card { padding: 30px; border-radius: 26px; }
.ba-before { background: #fdf1e3; }
.ba-after { background: var(--grad); color: #fff; }
.ba-card ul { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; font-size: 16px; font-weight: 500; }
.ba-before li { color: #97848d; text-decoration: line-through; text-decoration-thickness: 1.5px; }
.ba-before li::before { content: "•"; margin-right: 10px; color: #d3b9a5; }
.ba-after li::before { content: "✓"; margin-right: 10px; font-weight: 800; }

/* ============ Pricing ============ */
.price-grid { display: grid; grid-template-columns: 1fr 1.08fr 1.08fr; gap: 24px; align-items: stretch; }
.price-card { padding: 34px 30px; border-radius: 26px; display: flex; flex-direction: column; }
.p-free { background: var(--card); }
.p-pro { background: var(--grad); color: #fff; position: relative; }
.p-ai { background: var(--panel-dark); color: #f5e9df; position: relative; }
.p-badge { position: absolute; top: 22px; right: 22px; font-size: 10px; }
.p-alt { margin: -12px 0 16px; font-size: 13px; font-weight: 600; opacity: 0.75; }
.plan-label { font-family: var(--display); font-weight: 800; font-size: 11px; letter-spacing: 0.2em; opacity: 0.85; margin: 4px 0 10px; }
.pro-plans { display: flex; flex-direction: column; gap: 8px; margin: 0 0 20px; }
.pro-plan {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 10px;
  background: rgba(20, 8, 16, 0.35); border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px; padding: 9px 14px;
}
.pro-plan.best { border-color: #ffd166; background: rgba(20, 8, 16, 0.5); position: relative; }
.plan-name { font-family: var(--display); font-weight: 800; font-size: 15px; }
.plan-chip {
  justify-self: start; font-family: var(--display); font-weight: 800; font-size: 9px; letter-spacing: 0.1em;
  background: #ffd166; color: #4a3200; border-radius: 999px; padding: 2px 8px;
}
.plan-sub { grid-column: 1 / 3; font-size: 11.5px; opacity: 0.75; font-weight: 500; }
.plan-price { grid-row: 1 / 3; grid-column: 3; font-family: var(--display); font-weight: 900; font-size: 18px; }
.pro-plan:not(.best) .plan-sub { grid-column: 1 / 3; }
.pro-plan:not(.best) .plan-name { grid-column: 1 / 3; }
.ai-packs { display: flex; flex-direction: column; gap: 8px; margin: 4px 0 14px; }
.ai-pack {
  display: flex; align-items: baseline; gap: 8px;
  background: var(--panel-darker); border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px; padding: 10px 14px;
}
.ai-pack.popular { border-color: rgba(255, 107, 53, 0.7); position: relative; }
.ai-pack.popular::after {
  content: "★"; position: absolute; right: -9px; top: -9px;
  display: grid; place-items: center; width: 22px; height: 22px;
  background: var(--primary); color: #fff; border: 2px solid var(--fg); border-radius: 50%; font-size: 11px;
}
.ai-n { font-family: var(--display); font-weight: 900; font-size: 22px; color: #ffd7c4; }
.ai-lbl { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: #b79cab; flex: 1; }
.ai-price { font-family: var(--display); font-weight: 800; font-size: 15px; color: #ff9d73; }
.ai-note { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: #b79cab; margin: 0 0 20px; }
.p-head { display: flex; justify-content: space-between; align-items: baseline; }
.p-head h3 { font-size: 28px; }
.p-tag { font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; color: #a08d95; }
.p-desc { margin: 8px 0 4px; opacity: 0.85; font-size: 15px; }
.p-price { font-family: var(--display); margin: 12px 0 18px; }
.p-price strong { font-size: 46px; font-weight: 900; }
.p-price span { font-weight: 700; opacity: 0.7; }
.p-list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; font-size: 15px; font-weight: 500; }
.p-list li::before { content: "✓"; color: var(--primary); font-weight: 800; margin-right: 10px; }
.p-list-light li::before { color: #fff; }
.price-card .store-pill { align-self: flex-start; margin-top: auto; }

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 16px; max-width: 760px; margin: 0 auto; }
.faq-item { border-radius: 22px; padding: 0; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: var(--display); font-weight: 800; font-size: 17px; padding: 20px 24px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus {
  display: grid; place-items: center; flex: none; width: 30px; height: 30px;
  background: var(--primary); color: #fff; border: 2px solid var(--fg); border-radius: 50%;
  font-size: 17px; font-weight: 700; transition: transform 0.25s;
}
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 24px 20px; color: #55445c; font-size: 15.5px; }

/* ============ Android waitlist ============ */
.android-card { text-align: center; padding: 48px 34px; border-radius: 30px; background: var(--card); }
.android-card h2 { font-size: clamp(28px, 3.6vw, 44px); margin: 16px 0 10px; }
.android-card > p { color: #55445c; max-width: 480px; margin: 0 auto 24px; }
.waitlist-form { display: inline-block; }
.wl-row { display: flex; gap: 10px; max-width: 440px; }
.wl-email {
  flex: 1; padding: 13px 16px; font-size: 15px; font-family: var(--body);
  background: #fff; color: var(--fg); border: 2px solid var(--fg); border-radius: 14px;
}
.wl-email:focus { outline: none; box-shadow: var(--shadow-sm); }
.wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wl-btn {
  font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: 0.04em;
  padding: 13px 22px; background: var(--primary); color: #fff;
  border: 2px solid var(--fg); border-radius: 14px; cursor: pointer; white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
}
.wl-btn:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-sm); }
.wl-btn:disabled { opacity: 0.6; }
.wl-status { font-size: 14px; font-weight: 600; min-height: 20px; margin: 12px 0 0; }
.wl-status.ok { color: #1e9e55; } .wl-status.err { color: #d63049; }

/* ============ Final CTA ============ */
#cta { padding-bottom: 90px; }
.cta-card { position: relative; text-align: center; padding: 74px 34px; border-radius: 34px; background: var(--grad); color: #fff; overflow: hidden; }
.cta-card .sun { position: absolute; top: 26px; right: 34px; font-size: 40px; animation: spin 14s linear infinite; opacity: 0.9; }
@keyframes spin { to { transform: rotate(360deg); } }
.cta-card h2 { font-size: clamp(36px, 5vw, 58px); margin: 20px auto 14px; max-width: 700px; }
.cta-card h2 em { font-style: italic; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 8px; }
.cta-card p { opacity: 0.9; margin: 0 0 28px; }

/* ============ Footer ============ */
.site-footer {
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
  max-width: var(--max); margin: 0 auto; padding: 34px 28px 44px;
  border-top: 2px solid rgba(26, 15, 31, 0.1); font-size: 14px; color: #6b5a72;
}
.foot-logo { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 800; color: var(--fg); }
.site-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
.site-footer a { color: #6b5a72; text-decoration: none; font-weight: 600; }
.site-footer a:hover { color: var(--primary); }

/* ============ Reveal on scroll ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in { opacity: 1; transform: none; }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .bcard:nth-child(n) { grid-column: span 6; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-sticky { position: relative; top: 0; }
  .j-step { min-height: 0; padding: 44px 0 10px; }
  .ba-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hero-card { padding: 30px 24px; }
  .fbrk { display: none; }
}
@media (max-width: 520px) {
  .stat-row { grid-template-columns: 1fr; }
  .wl-row { flex-direction: column; }
  .lang-toggle { padding: 7px 10px; }
  .store-pill .store-pill-text small { display: none; }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fbrk, .cta-card .sun { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
