/* ═══════════════════════════════════════
   DESIGN TOKENS — NEOBRUTALISM MAX
═══════════════════════════════════════ */
:root {
  --ink:      #0A0A0A;
  --white:    #FFFCF5;
  --cream:    #FFF3D0;
  --orange:   #FF4500;
  --orange-d: #CC3700;
  --yellow:   #FFE135;
  --lime:     #C8FF00;
  --pink:     #FF3CAC;
  --sky:      #B8EEFF;

  --b:    4px solid #0A0A0A;          /* border */
  --sh:   10px 10px 0 #0A0A0A;        /* shadow normal */
  --sh-lg: 18px 18px 0 #0A0A0A;      /* shadow large */
  --sh-sm: 5px 5px 0 #0A0A0A;        /* shadow small */

  --r:    10px;
  --r-lg: 14px;
}

/* ═══════════════════════════════════════
   BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--white);
  background-image: radial-gradient(rgba(10,10,10,.14) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ═══════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════ */
.will-reveal { opacity: 0; transform: translateY(36px); transition: opacity .45s, transform .45s; }
.will-reveal.in { opacity: 1; transform: none; }

/* ═══════════════════════════════════════
   SHARED COMPONENTS
═══════════════════════════════════════ */
.pill {
  display: inline-block;
  background: var(--orange); color: white;
  border: var(--b); border-radius: 100px;
  padding: 7px 20px; font-size: 11px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 2.5px;
  box-shadow: var(--sh-sm); transform: rotate(-1.5deg);
  margin-bottom: 20px;
}
.pill-yellow { background: var(--yellow); color: var(--ink); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: var(--b); border-radius: var(--r);
  padding: 15px 30px; font-size: 15px; font-weight: 900;
  box-shadow: var(--sh); cursor: pointer;
  transition: transform .07s, box-shadow .07s;
  white-space: nowrap; letter-spacing: -.2px;
}
.btn:hover  { transform: translate(-4px,-4px); box-shadow: var(--sh-lg); }
.btn:active { transform: translate(6px,6px);   box-shadow: none; }
.btn-orange { background: var(--orange); color: white; }
.btn-white  { background: white; color: var(--ink); }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-black  { background: var(--ink); color: white; }
.btn-lg     { padding: 18px 40px; font-size: 17px; border-radius: var(--r-lg); }

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: var(--yellow);
  border-bottom: var(--b);
  box-shadow: 0 5px 0 var(--ink);
}
.nav-wrap {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; height: 68px;
}
.logo {
  font-size: 23px; font-weight: 900; color: var(--ink);
  letter-spacing: -1px; flex-shrink: 0;
}
.logo span { color: var(--orange); }
nav { display: flex; gap: 2px; margin-left: 32px; flex: 1; }
nav a {
  font-size: 13px; font-weight: 800; color: var(--ink);
  padding: 7px 16px; border-radius: 8px; border: 2px solid transparent;
  transition: border-color .12s, background .12s;
}
nav a:hover { background: rgba(0,0,0,.08); border-color: var(--ink); }
.nav-end { display: flex; align-items: center; gap: 12px; }
.nav-sign { font-size: 13px; font-weight: 800; padding: 7px 14px; }
.nav-sign:hover { text-decoration: underline; text-decoration-thickness: 2.5px; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--ink); color: white;
  border: var(--b); border-radius: 100px;
  padding: 8px 22px; font-size: 13px; font-weight: 900;
  box-shadow: var(--sh-sm);
  transition: transform .07s, box-shadow .07s;
}
.nav-cta:hover  { transform: translate(-2px,-2px); box-shadow: var(--sh); }
.nav-cta:active { transform: translate(4px,4px); box-shadow: none; }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
  border-bottom: var(--b);
  padding: 140px 40px 96px;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lime); border: var(--b); border-radius: 100px;
  padding: 7px 20px; font-size: 12px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 1.5px;
  box-shadow: var(--sh-sm); margin-bottom: 28px;
}
.hero-tag-dot {
  width: 9px; height: 9px; background: var(--ink); border-radius: 50%;
  animation: blink 1.2s step-start infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.hero-h1 {
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 900; letter-spacing: -4px; line-height: 1.0;
  margin-bottom: 22px;
}
.hero-h1 em {
  font-style: normal; color: var(--orange);
  text-decoration: underline; text-decoration-thickness: 5px;
  text-underline-offset: 4px;
}
.hero-p { font-size: 18px; color: #555; margin-bottom: 36px; line-height: 1.65; max-width: 460px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-proof { display: flex; align-items: center; gap: 14px; }
.hp-faces { display: flex; }
.hp-faces img {
  width: 34px; height: 34px; border-radius: 50%; object-fit: cover;
  border: var(--b); margin-left: -10px;
}
.hp-faces img:first-child { margin-left: 0; }
.hero-proof p { font-size: 14px; font-weight: 700; color: #555; }
.hero-proof strong { color: var(--ink); }

/* ─── MOCKUP ─── */
.hero-right { position: relative; }
.hero-mockup {
  background: white; border: var(--b); border-radius: 18px;
  box-shadow: var(--sh-lg); overflow: hidden; position: relative; z-index: 2;
}
.hm-bar {
  background: var(--ink); padding: 12px 18px;
  display: flex; align-items: center; gap: 14px;
  border-bottom: var(--b);
}
.hm-dots { display: flex; gap: 7px; }
.hm-dots i { width: 12px; height: 12px; border-radius: 50%; font-style: normal; }
.hm-dots i:nth-child(1) { background: #FF5F57; }
.hm-dots i:nth-child(2) { background: #FFBD2E; }
.hm-dots i:nth-child(3) { background: #28C840; }
.hm-url {
  flex: 1; text-align: center; font-size: 11px; color: #888;
  background: #1A1A1A; border-radius: 6px; padding: 4px 12px; border: 2px solid #333;
}
.hm-rec {
  background: var(--orange); color: white; border-radius: 6px;
  padding: 4px 11px; font-size: 11px; font-weight: 900;
  display: flex; align-items: center; gap: 5px;
}
.hm-rec span {
  width: 7px; height: 7px; background: white; border-radius: 50%;
  animation: blink 1s step-start infinite;
}
.hm-body { background: #F5EFE3; }
.hm-screen { display: flex; min-height: 280px; position: relative; }
.hms-sidebar {
  width: 58px; background: white; border-right: var(--b);
  padding: 14px 9px; display: flex; flex-direction: column; gap: 10px;
}
.hms-logo { width: 32px; height: 32px; background: var(--orange); border-radius: 8px; border: 3px solid var(--ink); }
.hms-ni { height: 30px; background: #EDEAE4; border-radius: 8px; border: 2px solid #D5D0C8; }
.hms-ni.active { background: #FFE8DF; border-color: var(--orange); }
.hms-main { flex: 1; padding: 18px; }
.hms-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.hmsh-title { height: 14px; width: 140px; background: #DDD; border-radius: 5px; border: 2px solid #CCC; }
.hmsh-btns { display: flex; gap: 6px; }
.hmsh-btns div { width: 58px; height: 26px; background: #EEE; border-radius: 7px; border: 2px solid #CCC; }
.hmsh-btns .orange { background: var(--orange); border-color: var(--orange-d); }
.hms-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.hms-card { background: white; border: 2.5px solid #DDD; border-radius: 10px; padding: 10px; }
.hms-card.accent { background: #FFE8DF; border-color: var(--orange); border-width: 3px; }
.hmsca-n { font-size: 16px; font-weight: 900; margin-bottom: 5px; }
.hmsca-l { height: 7px; background: #EEE; border-radius: 4px; width: 70%; border: 1.5px solid #DDD; }
.hms-chart { display: flex; align-items: flex-end; gap: 6px; height: 68px; }
.hms-chart div { flex: 1; border-radius: 5px 5px 0 0; background: var(--orange); border: 2.5px solid var(--orange-d); opacity: .8; }
.hms-chart div:nth-child(4) { opacity: 1; }
.hm-cam { position: absolute; bottom: 14px; right: 14px; z-index: 3; }
.hm-cam img {
  width: 70px; height: 70px; border-radius: 50%; object-fit: cover;
  border: var(--b); box-shadow: var(--sh-sm);
  animation: float-cam 3.5s ease-in-out infinite;
}
@keyframes float-cam { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
.hm-controls {
  background: white; border-top: var(--b);
  padding: 11px 18px; display: flex; align-items: center; gap: 11px;
}
.hmc-play {
  width: 32px; height: 32px; background: var(--orange); border: var(--b);
  border-radius: 50%; color: white; font-size: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-sm); cursor: pointer;
}
.hmc-track { flex: 1; height: 7px; background: #EEE; border-radius: 4px; border: 2px solid #CCC; overflow: hidden; }
.hmc-fill { width: 46%; height: 100%; background: var(--orange); }
.hm-controls span { font-size: 11px; font-weight: 800; color: #777; }
.hmc-hd {
  background: var(--yellow); border: var(--b); border-radius: 6px;
  padding: 3px 9px; font-size: 10px; font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}

/* ─── STICKERS ─── */
.sticker {
  position: absolute; background: white;
  border: var(--b); border-radius: var(--r-lg);
  padding: 12px 16px; display: flex; align-items: center; gap: 11px;
  box-shadow: var(--sh); z-index: 6;
  transition: transform .12s ease-out;
  animation: float-st 4.2s ease-in-out infinite;
}
.sticker > div:first-child { font-size: 24px; flex-shrink: 0; }
.sticker b { display: block; font-size: 13px; font-weight: 900; }
.sticker span { font-size: 11px; color: #888; }
.s1 { top: 22px; left: -96px; animation-delay: 0s; transform: rotate(3deg); }
.s2 { top: 44%; right: -96px; animation-delay: .8s; transform: rotate(-2deg); }
.s3 { bottom: 42px; left: -96px; animation-delay: 1.6s; transform: rotate(2deg); }
@keyframes float-st { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ═══════════════════════════════════════
   MARQUEE BAND
═══════════════════════════════════════ */
.marquee-band {
  background: var(--orange);
  border-top: var(--b); border-bottom: var(--b);
  padding: 16px 0; overflow: hidden;
  box-shadow: 0 6px 0 var(--ink);
}
.marquee-track {
  display: flex; gap: 36px; white-space: nowrap;
  animation: marquee 16s linear infinite;
}
.marquee-track span { font-size: 15px; font-weight: 900; color: white; text-transform: uppercase; letter-spacing: .5px; }
.marquee-track b { color: rgba(255,255,255,.55); font-weight: 400; font-size: 20px; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ═══════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════ */
.how {
  background: var(--cream);
  border-bottom: var(--b);
  padding: 100px 40px;
}
.how-inner { max-width: 1280px; margin: 0 auto; }
.how-head { text-align: center; margin-bottom: 72px; }
.how-head h2 {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900; letter-spacing: -3px; line-height: 1.05;
}
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.how-step {
  background: white; border: var(--b); border-radius: var(--r-lg);
  padding: 44px 34px; box-shadow: var(--sh);
  position: relative; overflow: hidden;
  transition: transform .1s, box-shadow .1s;
}
.how-step::before {
  content: attr(data-n);
  position: absolute; top: -20px; right: -6px;
  font-size: 140px; font-weight: 900; color: rgba(0,0,0,.05);
  line-height: 1; pointer-events: none; user-select: none;
}
.how-step:nth-child(1) { transform: rotate(-2.5deg); box-shadow: var(--sh); }
.how-step:nth-child(2) { transform: translateY(-12px); }
.how-step:nth-child(3) { transform: rotate(2.5deg); box-shadow: var(--sh); }
.how-step:hover { transform: translate(-5px,-5px) rotate(0) !important; box-shadow: var(--sh-lg); }
.hs-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: var(--orange); color: white;
  border: var(--b); border-radius: 10px; font-size: 17px; font-weight: 900;
  box-shadow: var(--sh-sm); margin-bottom: 20px;
}
.how-step:nth-child(2) .hs-num { background: var(--yellow); color: var(--ink); }
.how-step:nth-child(3) .hs-num { background: var(--lime); color: var(--ink); }
.hs-icon { font-size: 44px; margin-bottom: 16px; }
.how-step h3 { font-size: 24px; font-weight: 900; margin-bottom: 10px; letter-spacing: -.6px; }
.how-step p { font-size: 15px; color: #666; line-height: 1.65; }

/* ═══════════════════════════════════════
   FEATURES BENTO
═══════════════════════════════════════ */
.bento {
  padding: 100px 40px;
  background: var(--white);
  border-bottom: var(--b);
}
.bento-inner { max-width: 1280px; margin: 0 auto; }
.bento-head { margin-bottom: 52px; }
.bento-head h2 {
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 900; letter-spacing: -2.5px; line-height: 1.06;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.bc {
  border: var(--b); border-radius: var(--r-lg);
  padding: 38px 34px; box-shadow: var(--sh);
  transition: transform .1s, box-shadow .1s;
  position: relative; overflow: hidden;
}
.bc:hover { transform: translate(-5px,-5px); box-shadow: var(--sh-lg); }
.bc-span2 { grid-column: span 2; }
.bc-white  { background: white; }
.bc-ink    { background: var(--ink); color: white; }
.bc-orange { background: var(--orange); color: white; }
.bc-yellow { background: var(--yellow); }
.bc-lime   { background: var(--lime); }
.bc-cream  { background: var(--cream); }
.bc-tag {
  font-size: 11px; font-weight: 900; letter-spacing: 2.5px;
  text-transform: uppercase; opacity: .5; margin-bottom: 10px;
}
.bc h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900; letter-spacing: -1px; line-height: 1.1; margin-bottom: 10px;
}
.bc p { font-size: 15px; opacity: .65; line-height: 1.6; }

/* Timeline */
.bc-timeline { margin-top: 26px; }
.bct-label { font-size: 11px; font-weight: 800; opacity: .45; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.bct-track {
  display: flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.09); border: 2.5px solid rgba(255,255,255,.18);
  border-radius: 10px; padding: 14px; margin-bottom: 16px;
}
.bct-seg { height: 10px; border-radius: 5px; min-width: 10px; }
.bct-on  { background: rgba(255,255,255,.9); }
.bct-off { background: rgba(255,255,255,.2); }
.bct-cut { font-size: 14px; opacity: .5; flex-shrink: 0; padding: 0 3px; }
.bct-result { display: flex; align-items: center; gap: 12px; }
.bct-from { font-size: 24px; font-weight: 900; opacity: .35; }
.bct-to   { font-size: 24px; font-weight: 900; }
.bct-arrow { opacity: .4; }
.bct-saved {
  margin-left: auto; background: rgba(255,255,255,.14);
  border: 2.5px solid rgba(255,255,255,.28); border-radius: 8px;
  padding: 5px 14px; font-size: 12px; font-weight: 900;
}

/* Quality ring */
.bc-ring {
  position: absolute; bottom: -36px; right: -36px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: 5px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 42px; font-weight: 900;
}

/* Transcript */
.bc-transcript { margin-top: 20px; }
.bct-line {
  display: flex; gap: 10px; padding: 8px 0;
  border-bottom: 2.5px solid rgba(0,0,0,.07); font-size: 13px; color: #666;
}
.bct-line:last-child { border: none; }
.bct-line.hl {
  background: #FFF0E8; border-radius: 8px;
  padding: 8px 10px; color: var(--ink); font-weight: 700; border: none;
}
.bct-line span:first-child { color: var(--orange); font-size: 10px; font-weight: 900; min-width: 30px; padding-top: 2px; }

/* Analytics bars */
.bc-analytics { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.bca-label { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.bca-bar { height: 11px; background: rgba(0,0,0,.1); border-radius: 6px; border: 2.5px solid rgba(0,0,0,.15); overflow: hidden; }
.bc-yellow .bca-bar { background: rgba(0,0,0,.08); border-color: rgba(0,0,0,.12); }
.bca-fill { height: 100%; background: var(--ink); border-radius: 4px; }

/* Link chip */
.bc-link {
  display: flex; align-items: center; gap: 10px;
  background: rgba(0,0,0,.06); border: var(--b); border-radius: 10px;
  padding: 12px 16px; margin-top: 22px; box-shadow: var(--sh-sm);
}
.bc-link span { font-size: 13px; color: #555; flex: 1; font-family: monospace; }
.bc-link button {
  background: var(--ink); color: white; border-radius: 8px;
  padding: 7px 16px; font-size: 12px; font-weight: 900;
  border: 2.5px solid var(--ink); cursor: pointer;
  box-shadow: 4px 4px 0 #555;
  transition: transform .07s, box-shadow .07s;
}
.bc-link button:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #333; }

/* ═══════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════ */
.reviews {
  background: var(--ink);
  border-top: var(--b); border-bottom: var(--b);
  padding: 100px 40px;
}
.reviews-inner { max-width: 1280px; margin: 0 auto; }
.reviews-head { margin-bottom: 56px; }
.reviews-head h2 {
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 900; letter-spacing: -2.5px; line-height: 1.06; color: white; margin-top: 12px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.rv {
  background: #141414; border: 3.5px solid #282828; border-radius: var(--r-lg);
  padding: 32px; box-shadow: 10px 10px 0 #1E1E1E;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .1s, box-shadow .1s;
}
.rv:hover { transform: translate(-5px,-5px); box-shadow: 16px 16px 0 #282828; }
.rv-big { grid-row: span 2; }
.rv-stars { color: var(--yellow); font-size: 16px; letter-spacing: 3px; }
.rv blockquote { font-size: 15px; color: #AAA; line-height: 1.75; flex: 1; }
.rv-big blockquote { font-size: 18px; color: #CCC; }
.rv-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.rv-person img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 3.5px solid #333; flex-shrink: 0; }
.rv-person strong { display: block; font-size: 14px; font-weight: 800; color: white; }
.rv-person span { font-size: 12px; color: #555; }

/* ═══════════════════════════════════════
   STATS ROW
═══════════════════════════════════════ */
.stats-row {
  background: var(--yellow);
  border-bottom: var(--b);
  box-shadow: 0 6px 0 var(--ink);
  display: flex; justify-content: space-around; flex-wrap: wrap;
  padding: 56px 40px; gap: 16px;
  /* diagonal stripes for extra punch */
  background-image:
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,.04) 0px, rgba(0,0,0,.04) 1px,
      transparent 1px, transparent 18px
    ),
    none;
  background-color: var(--yellow);
}
.sr-item { text-align: center; padding: 8px 36px; position: relative; }
.sr-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 15%; bottom: 15%;
  width: 4px; background: var(--ink); border-radius: 2px;
}
.sr-n { font-size: clamp(52px, 7vw, 88px); font-weight: 900; letter-spacing: -4px; line-height: 1; }
.sr-l { font-size: 13px; font-weight: 800; color: rgba(0,0,0,.5); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; }

/* ═══════════════════════════════════════
   PRICING
═══════════════════════════════════════ */
.pricing {
  background: var(--white);
  border-bottom: var(--b);
  padding: 100px 40px;
}
.pricing-inner { max-width: 1280px; margin: 0 auto; }
.pricing-head { margin-bottom: 56px; }
.pricing-head h2 {
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 900; letter-spacing: -2.5px; margin: 14px 0 12px; line-height: 1.06;
}
.pricing-head p { font-size: 16px; color: #777; font-weight: 600; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.plan {
  background: white; border: var(--b); border-radius: var(--r-lg);
  padding: 40px 34px; box-shadow: var(--sh);
  display: flex; flex-direction: column; position: relative;
  transition: transform .1s, box-shadow .1s;
}
.plan:hover { transform: translate(-5px,-5px); box-shadow: var(--sh-lg); }
.plan-pro { background: var(--ink); color: white; }
.plan-pro-badge {
  position: absolute; top: -16px; left: 28px;
  background: var(--yellow); color: var(--ink);
  border: var(--b); border-radius: 100px;
  font-size: 12px; font-weight: 900; padding: 5px 18px;
  box-shadow: var(--sh-sm); white-space: nowrap;
  transform: rotate(-1.5deg);
}
.plan-name {
  font-size: 11px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2.5px; opacity: .4; margin-bottom: 16px;
}
.plan-price { font-size: 66px; font-weight: 900; letter-spacing: -4px; line-height: 1; margin-bottom: 7px; }
.plan-pro .plan-price { color: white; }
.plan-price sub { font-size: 18px; font-weight: 700; letter-spacing: 0; vertical-align: baseline; opacity: .5; }
.plan-desc { font-size: 14px; opacity: .55; margin-bottom: 26px; }
.plan-cta {
  display: block; text-align: center; padding: 14px;
  border-radius: var(--r); font-size: 15px; font-weight: 900;
  border: var(--b); box-shadow: var(--sh-sm);
  margin-bottom: 30px;
  transition: transform .07s, box-shadow .07s;
}
.plan-cta:hover  { transform: translate(-3px,-3px); box-shadow: var(--sh); }
.plan-cta:active { transform: translate(5px,5px); box-shadow: none; }
.cta-yellow { background: var(--yellow); color: var(--ink); }
.cta-orange { background: var(--orange); color: white; }
.cta-white  { background: white; color: var(--ink); }
.plan-list { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pi {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; padding: 8px 0;
  border-bottom: 2.5px solid rgba(0,0,0,.05);
}
.plan-pro .pi { border-bottom-color: rgba(255,255,255,.07); color: #BBB; }
.pi:last-child { border: none; }
.pi-yes { color: var(--ink); }
.plan-pro .pi-yes { color: white; }
.pi-yes::before {
  content: '✓'; flex-shrink: 0; margin-top: 1px;
  width: 20px; height: 20px; background: #E6FFF0; color: #16A34A;
  border: 2.5px solid #A7F3D0; border-radius: 50%;
  font-size: 11px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.plan-pro .pi-yes::before { background: rgba(255,255,255,.08); color: #6EE7B7; border-color: rgba(255,255,255,.2); }
.pi-no { color: #BBBBB5; }
.pi-no::before { content: '–'; color: #BBBBB5; font-size: 14px; min-width: 20px; text-align: center; margin-top: 1px; }
.pricing-ent {
  max-width: 1280px; margin: 30px auto 0;
  text-align: center; font-size: 15px; color: #777; font-weight: 600;
}
.pricing-ent a { color: var(--orange); font-weight: 900; }
.pricing-ent a:hover { text-decoration: underline; text-decoration-thickness: 2.5px; }

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.faq {
  background: var(--cream);
  border-bottom: var(--b);
  padding: 100px 40px;
}
.faq-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 300px 1fr; gap: 88px;
}
.faq-left h2 {
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 900; letter-spacing: -2.5px; margin: 14px 0 18px; line-height: 1.06;
}
.faq-left p { font-size: 15px; color: #777; font-weight: 500; line-height: 1.65; }
.faq-left a { color: var(--orange); font-weight: 900; }
.faq-left a:hover { text-decoration: underline; text-decoration-thickness: 2.5px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: white; border: var(--b); border-radius: var(--r);
  box-shadow: var(--sh-sm); overflow: hidden;
  transition: box-shadow .1s, transform .1s;
}
.faq-item[open] { box-shadow: var(--sh); }
.faq-item summary {
  padding: 20px 24px; font-size: 16px; font-weight: 800; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { font-size: 26px; font-weight: 300; color: var(--ink); flex-shrink: 0; padding-left: 14px; transition: color .15s; }
.faq-item[open] .faq-icon { color: var(--orange); }
.faq-item p { padding: 0 24px 22px; font-size: 15px; color: #666; line-height: 1.75; font-weight: 500; }

/* ═══════════════════════════════════════
   CTA FINAL
═══════════════════════════════════════ */
.cta-final { padding: 88px 40px; }
.ctaf-box {
  max-width: 1280px; margin: 0 auto;
  background: var(--orange); border: var(--b); border-radius: 20px;
  padding: 88px 72px; display: grid; grid-template-columns: 1fr auto;
  gap: 72px; align-items: center; box-shadow: var(--sh-lg);
  position: relative; overflow: hidden;
}
.ctaf-box::before {
  content: '';
  position: absolute; bottom: -70px; right: 280px;
  width: 380px; height: 380px; border-radius: 50%;
  background: rgba(255,255,255,.07); pointer-events: none;
}
.ctaf-box::after {
  content: '▶';
  position: absolute; right: 40px; top: 40px;
  font-size: 96px; opacity: .07; line-height: 1;
}
.ctaf-tag {
  display: inline-block;
  background: rgba(255,255,255,.22); border: 2.5px solid rgba(255,255,255,.35);
  border-radius: 100px; padding: 6px 18px;
  font-size: 12px; font-weight: 900; color: white; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 18px;
}
.ctaf-left h2 {
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 900; letter-spacing: -3px; color: white; line-height: 1.02; margin-bottom: 16px;
}
.ctaf-left p { font-size: 18px; color: rgba(255,255,255,.75); margin-bottom: 32px; line-height: 1.65; }
.ctaf-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.ctaf-cards { display: flex; flex-direction: column; gap: 16px; }
.ctaf-card {
  background: white; border: var(--b); border-radius: var(--r);
  padding: 24px 28px; box-shadow: var(--sh); min-width: 190px;
}
.ctafc-icon { font-size: 30px; margin-bottom: 4px; }
.ctafc-label { font-size: 11px; font-weight: 800; color: #888; text-transform: uppercase; letter-spacing: 1.5px; }
.ctafc-big { font-size: 56px; font-weight: 900; letter-spacing: -3px; color: var(--orange); line-height: 1; }
.ctafc-row { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; padding: 8px 0; border-bottom: 2.5px solid #F0F0F0; }
.ctafc-row:last-child { border: none; }
.ctafc-row span { color: #16A34A; font-size: 17px; font-weight: 900; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.footer { background: var(--ink); border-top: var(--b); }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 80px 40px 0; }
.footer-top {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 88px; padding-bottom: 60px; border-bottom: 3.5px solid #1E1E1E;
}
.ft-brand .logo { color: white; display: inline-block; margin-bottom: 14px; }
.ft-brand p { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 14px; font-weight: 500; }
.ft-contact { display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; }
.ft-contact a { font-size: 13px; color: #666; font-weight: 700; transition: color .12s; }
.ft-contact a:hover { color: var(--yellow); }
.ft-social { display: flex; gap: 9px; flex-wrap: wrap; }
.ft-social a {
  display: inline-block;
  background: #161616; color: #888; border: 2.5px solid #2A2A2A;
  border-radius: 10px; padding: 8px 18px; font-size: 13px; font-weight: 800;
  transition: all .1s; box-shadow: 4px 4px 0 #222;
}
.ft-social a:hover { border-color: var(--orange); color: var(--orange); transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #333; }
.ft-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 52px; }
.ft-col { display: flex; flex-direction: column; gap: 11px; }
.ft-col strong { font-size: 11px; font-weight: 900; color: #3A3A3A; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 8px; }
.ft-col a { font-size: 14px; color: #555; font-weight: 500; transition: color .12s; }
.ft-col a:hover { color: white; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 0; font-size: 13px; color: #333; font-weight: 600;
  flex-wrap: wrap; gap: 8px;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-p { margin: 0 auto 36px; }
  .hero-btns, .hero-proof { justify-content: center; }
  .sticker { display: none; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .rv-big { grid-column: span 2; grid-row: span 1; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bc-span2 { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 820px) {
  nav { display: none; }
  .hero { padding: 116px 24px 72px; }
  .how { padding: 72px 24px; }
  .how-steps { grid-template-columns: 1fr; }
  .how-step:nth-child(1),.how-step:nth-child(2),.how-step:nth-child(3) { transform: none; }
  .bento { padding: 72px 24px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bc-span2 { grid-column: span 1; }
  .reviews { padding: 72px 24px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .rv-big { grid-column: span 1; }
  .stats-row { padding: 44px 24px; }
  .sr-item::after { display: none; }
  .pricing { padding: 72px 24px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .faq { padding: 72px 24px; }
  .faq-inner { grid-template-columns: 1fr; gap: 44px; }
  .cta-final { padding: 44px 24px; }
  .ctaf-box { grid-template-columns: 1fr; padding: 52px 32px; gap: 40px; }
  .ctaf-cards { flex-direction: row; flex-wrap: wrap; }
  .footer-inner { padding: 60px 24px 0; }
  .ft-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .hero-h1 { font-size: 44px; letter-spacing: -2.5px; }
  .ft-cols { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .ctaf-box { padding: 40px 22px; }
  .ctaf-left h2 { font-size: 38px; }
}

/* ═══════════════════════════════════════
   DOWNLOAD STRIP
═══════════════════════════════════════ */
.download-strip {
  background: var(--lime);
  border-bottom: var(--b);
  box-shadow: 0 5px 0 var(--ink);
  padding: 18px 40px;
}
.ds-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.ds-info { display: flex; align-items: center; gap: 18px; }
.ds-os {
  font-size: 15px; font-weight: 900;
  background: white; border: var(--b); border-radius: 8px;
  padding: 6px 14px; box-shadow: var(--sh-sm); white-space: nowrap;
}
.ds-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.ds-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: white;
  border: var(--b); border-radius: var(--r);
  padding: 12px 28px; font-size: 15px; font-weight: 900;
  box-shadow: var(--sh); white-space: nowrap;
  transition: transform .07s, box-shadow .07s;
}
.ds-btn:hover  { transform: translate(-4px,-4px); box-shadow: var(--sh-lg); }
.ds-btn:active { transform: translate(5px,5px); box-shadow: none; }

/* ═══════════════════════════════════════
   COOKIE BANNER
═══════════════════════════════════════ */
.cookie-banner {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 9999; width: calc(100% - 48px); max-width: 860px;
  background: var(--ink); border: var(--b); border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); animation: slide-up .35s cubic-bezier(.2,.8,.4,1);
}
@keyframes slide-up { from{opacity:0;transform:translateX(-50%) translateY(24px)} to{opacity:1;transform:translateX(-50%) translateY(0)} }
.cookie-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 20px 24px; flex-wrap: wrap;
}
.cookie-text { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 240px; }
.cookie-text strong { font-size: 15px; font-weight: 900; color: white; }
.cookie-text span { font-size: 13px; color: #AAA; line-height: 1.55; }
.cookie-text a { color: var(--yellow); font-weight: 700; text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn {
  padding: 10px 22px; font-size: 13px; font-weight: 900;
  border: var(--b); border-radius: var(--r); cursor: pointer;
  transition: transform .07s, box-shadow .07s; box-shadow: var(--sh-sm);
}
.cookie-accept { background: var(--yellow); color: var(--ink); }
.cookie-decline { background: #1E1E1E; color: #AAA; border-color: #444; box-shadow: 5px 5px 0 #333; }
.cookie-btn:hover { transform: translate(-2px,-2px); box-shadow: var(--sh); }
.cookie-btn:active { transform: translate(4px,4px); box-shadow: none; }
