/* ================================================================
   OVERTIME — Home (Conversion)
   Ported from design: overtime-design-system/home-tests/Home - Conversion.html
   Tokens + mk-btn primitives come from the design system's tokens.css /
   marketing.css; page styles are translated verbatim. The design's
   .hero class is renamed .cv-hero to avoid clashing with theme.css.
   ================================================================ */

:root {
  --ot-bg:            #FEFDFB;
  --ot-bg-sunk:       #FAFAF8;
  --ot-surface:       #FFFFFF;
  --ot-text:          #1A1A2E;
  --ot-text-muted:    #6B7084;
  --ot-text-light:    #9A9BB0;

  --ot-mint:          #C8F5E3;
  --ot-mint-deep:     #7EE8BB;
  --ot-mint-ink:      #166534;

  --ot-lavender:      #E8DFF5;
  --ot-lavender-deep: #C4A8ED;
  --ot-lavender-ink:  #5B21B6;

  --ot-peach:         #FDE4D0;
  --ot-peach-deep:    #F9B88A;
  --ot-peach-ink:     #9A3412;

  --ot-yellow:        #FEF3C7;
  --ot-yellow-deep:   #FBBF24;
  --ot-yellow-ink:    #92400E;

  --ot-blue:          #DBEAFE;
  --ot-blue-deep:     #7CB3F4;
  --ot-blue-ink:      #1E40AF;

  --ot-pink:          #FCE7F3;
  --ot-pink-deep:     #F9A8D4;
  --ot-pink-ink:      #9D174D;

  --ot-success:       #22C55E;

  --ot-border:        rgba(0,0,0,0.06);
  --ot-border-soft:   rgba(0,0,0,0.04);
  --ot-border-strong: rgba(0,0,0,0.12);

  --ot-font-body:     'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --ot-ease:          cubic-bezier(0.4, 0, 0.2, 1);
}

body { background: #EFEAE2; }

/* ---- Buttons (marketing.css mk-btn family) ---- */
.mk-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--ot-font-body);
  font-weight: 600; font-size: 13.5px;
  padding: 10px 22px; border-radius: 100px;
  cursor: pointer; border: none;
  transition: transform 0.2s var(--ot-ease), box-shadow 0.2s var(--ot-ease), background 0.2s var(--ot-ease);
  text-decoration: none;
  white-space: nowrap;
}
.mk-btn-primary { background: var(--ot-text); color: #fff; }
.mk-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(26,26,46,0.2); }
.mk-btn-ghost { background: transparent; color: var(--ot-text); padding: 8px 14px; }
.mk-btn-ghost:hover { background: rgba(0,0,0,0.05); }
.mk-btn-secondary {
  background: #fff; color: var(--ot-text);
  border: 1px solid var(--ot-border);
}
.mk-btn-secondary:hover { border-color: var(--ot-border-strong); }
.mk-btn-lg { padding: 14px 28px; font-size: 15px; }

@keyframes ot-pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* ---- Page styles (design file, verbatim) ---- */
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.sec { padding: 92px 0; }
.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.face { overflow: hidden; }
.face img { width: 84%; height: 84%; object-fit: contain; transform: none; }
.shead { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.shead h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 44px; letter-spacing: -0.03em; line-height: 1.06; margin: 0 0 14px; }
.shead h2 em { font-style: italic; font-weight: 400; color: var(--ot-text-muted); }
.shead p { font-size: 16px; line-height: 1.6; color: var(--ot-text-muted); }
.cta-row { display: flex; gap: 12px; align-items: center; }
.risk { font-size: 13px; color: var(--ot-text-muted); display: flex; gap: 7px; align-items: center; }
.risk .ck { width: 16px; height: 16px; border-radius: 100px; background: var(--ot-mint); color: var(--ot-mint-ink); display: grid; place-items: center; font-size: 10px; font-weight: 800; flex-shrink: 0; }
.sec-cta { text-align: center; margin-top: 44px; display: flex; flex-direction: column; gap: 12px; align-items: center; }

/* ============ HERO ============ */
/* Design: padding 56px below an 88px in-flow sticky header. Our nav is
   72px and fixed, so 72 + 56 = 128px keeps the same visual gap. */
.cv-hero { padding: 128px 0 0; overflow: hidden; position: relative; }
.cv-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(26,26,46,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(26,26,46,0.045) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 32%, black 0%, transparent 100%); mask-image: radial-gradient(ellipse 75% 65% at 50% 32%, black 0%, transparent 100%); pointer-events: none; }
.cv-hero .wrap { position: relative; z-index: 1; }
/* floating depth tiles */
.floaties { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.fi { position: absolute; border-radius: 18px; background: #fff; border: 1px solid var(--ot-border); box-shadow: 0 12px 30px rgba(26,26,46,0.08); display: grid; place-items: center; animation: floatBob 7s ease-in-out infinite; }
.fi.facetile { overflow: hidden; }
.fi.facetile img { width: 80%; height: 80%; object-fit: contain; transform: none; }
.fi .gl { font-family: 'Fraunces', serif; font-weight: 600; }
.fi.dim { opacity: 0.5; filter: blur(1px); }
.fi.dimmer { opacity: 0.32; filter: blur(2px); }
.fi.faint { opacity: 0.2; filter: blur(2.5px); }
@keyframes floatBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@media (prefers-reduced-motion: reduce) { .fi { animation: none; } }
@media (max-width: 1180px) { .floaties { display: none; } }
.hero-inner { text-align: center; max-width: 880px; margin: 0 auto; }
.cv-hero h1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 70px; line-height: 0.99; letter-spacing: -0.038em; margin: 0 0 20px; }
.cv-hero h1 em { font-style: italic; font-weight: 400; background: linear-gradient(120deg, var(--ot-peach-deep), var(--ot-lavender-deep), var(--ot-mint-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cv-hero .lede { font-size: 19px; line-height: 1.55; color: var(--ot-text-muted); max-width: 600px; margin: 0 auto 30px; }
.cv-hero .lede b { color: var(--ot-text); font-weight: 600; white-space: nowrap; }
@media (max-width: 640px) { .cv-hero .lede b { white-space: normal; } }
.cv-hero .cta-row { justify-content: center; margin-bottom: 18px; }
.cv-hero .risks { display: flex; gap: 22px; justify-content: center; margin-bottom: 54px; flex-wrap: wrap; }

/* live demo */
.demo { max-width: 880px; margin: 0 auto; background: #fff; border: 1px solid var(--ot-border); border-radius: 26px 26px 0 0; border-bottom: none; box-shadow: 0 -20px 70px rgba(0,0,0,0.09); overflow: hidden; }
.demo-bar { display: flex; align-items: center; gap: 14px; padding: 16px 22px; border-bottom: 1px solid var(--ot-border); background: #FBFAF8; }
.demo-bar .dots { display: flex; gap: 7px; }
.demo-bar .dots i { width: 11px; height: 11px; border-radius: 100px; display: block; }
.demo-bar .dots i:nth-child(1) { background: #FF5F57; } .demo-bar .dots i:nth-child(2) { background: #FEBC2E; } .demo-bar .dots i:nth-child(3) { background: #28C840; }
.demo-bar .t { font-family: 'Fraunces', serif; font-weight: 500; font-size: 15px; }
.demo-bar .live { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ot-mint-ink); display: inline-flex; align-items: center; gap: 7px; }
.demo-bar .live .dot { width: 7px; height: 7px; border-radius: 100px; background: #22C55E; animation: ot-pulse-dot 2s infinite; }
.demo-body { padding: 24px 26px 0; }
.demo .kg { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 11px; margin-bottom: 16px; }
.demo .kk { border-radius: 15px; padding: 17px 18px; text-align: left; }
.demo .kk.m { background: var(--ot-mint); } .demo .kk.l { background: var(--ot-lavender); } .demo .kk.p { background: var(--ot-peach); }
.demo .kk .v { font-family: 'Fraunces', serif; font-weight: 500; font-size: 29px; line-height: 1; letter-spacing: -0.02em; }
.demo .kk.m .v { color: var(--ot-mint-ink); } .demo .kk.l .v { color: var(--ot-lavender-ink); } .demo .kk.p .v { color: var(--ot-peach-ink); }
.demo .kk .l2 { font-size: 11.5px; margin-top: 6px; opacity: 0.85; }
.demo .kk.m .l2 { color: var(--ot-mint-ink); } .demo .kk.l .l2 { color: var(--ot-lavender-ink); } .demo .kk.p .l2 { color: var(--ot-peach-ink); }
.feed { display: flex; flex-direction: column; gap: 7px; padding-bottom: 26px; }
.fl { display: flex; align-items: center; gap: 11px; padding: 11px 14px; background: #FAFAF8; border: 1px solid var(--ot-border-soft); border-radius: 12px; font-size: 13px; text-align: left; opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; }
.fl.in { opacity: 1; transform: none; }
.fl .av { width: 26px; height: 26px; border-radius: 100px; display: grid; place-items: center; font-family: 'Fraunces', serif; font-weight: 500; font-size: 12px; flex-shrink: 0; }
.fl .av.c { background: var(--ot-mint); color: var(--ot-mint-ink); }
.fl .av.t { background: var(--ot-blue); color: var(--ot-blue-ink); }
.fl .av.o { background: var(--ot-lavender); color: var(--ot-lavender-ink); }
.fl .tm { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--ot-text-light); width: 40px; flex-shrink: 0; }
.fl .bd { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 8.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; background: var(--ot-peach); color: var(--ot-peach-ink); flex-shrink: 0; white-space: nowrap; }
.fl .bd.ok { background: var(--ot-mint); color: var(--ot-mint-ink); }

/* ============ 5-SEC BAR ============ */
.fivesec { background: #1A1A2E; color: #fff; padding: 26px 0; }
.fivesec .row { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; font-size: 15.5px; }
.fivesec b { color: var(--ot-mint-deep); font-weight: 600; }
.fivesec .sep { color: rgba(255,255,255,0.25); }

/* ============ HOW (what happens when you click) ============ */
.how { background: #fff; border-top: 1px solid var(--ot-border); border-bottom: 1px solid var(--ot-border); }
.how .eyebrow { color: var(--ot-mint-ink); }
.timeline { max-width: 760px; margin: 0 auto; }
.tl { display: grid; grid-template-columns: 130px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--ot-border); }
.tl:last-child { border-bottom: none; }
.tl .when { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding-top: 4px; }
.tl.t1 .when { color: var(--ot-mint-ink); } .tl.t2 .when { color: var(--ot-lavender-ink); } .tl.t3 .when { color: var(--ot-blue-ink); } .tl.t4 .when { color: var(--ot-peach-ink); }
.tl h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 21px; margin: 0 0 7px; letter-spacing: -0.015em; }
.tl p { font-size: 14.5px; line-height: 1.6; color: var(--ot-text-muted); margin: 0; }
.tl p b { color: var(--ot-text); font-weight: 600; }

/* ============ DEPARTMENT / ROADMAP ============ */
.dept { background: #EFEAE2; padding-bottom: 52px; }
.dept .eyebrow { color: var(--ot-blue-ink); }
.dept-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 14px; }
.dcard { background: #fff; border: 1px solid var(--ot-border); border-radius: 20px; padding: 24px 22px; display: flex; flex-direction: column; }
.dcard .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dcard .av { width: 44px; height: 44px; border-radius: 100px; display: grid; place-items: center; font-family: 'Fraunces', serif; font-weight: 500; font-size: 19px; }
.dcard .st { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
.dcard .st.live { background: var(--ot-mint); color: var(--ot-mint-ink); display: inline-flex; align-items: center; gap: 6px; }
.dcard .st.live .dot { width: 6px; height: 6px; border-radius: 100px; background: #22C55E; animation: ot-pulse-dot 2s infinite; }
.dcard .st.soon { background: #F0EDE6; color: var(--ot-text-muted); }
.dcard h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 19px; letter-spacing: -0.015em; margin: 0 0 3px; }
.dcard .who { font-size: 12px; color: var(--ot-text-muted); margin-bottom: 12px; }
.dcard p { font-size: 13px; line-height: 1.55; color: var(--ot-text-muted); margin: 0; }
.dcard.dim { background: #FBFAF7; }
.dcard.dim .av { opacity: 0.75; }

/* AI CMO — premium card (matches the Overtime Premium treatment).
   HIDDEN site-wide for now (desktop + mobile). The markup + all styles below are kept
   intentionally — delete the single `.cmo { display: none; }` line to bring it back. */
.cmo { display: none; }
@keyframes cmoShimmer { 0% { background-position: 0% 0%; } 50% { background-position: 100% 100%; } 100% { background-position: 0% 0%; } }
@keyframes cmoPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(126,232,187,0.18); } 50% { box-shadow: 0 0 0 7px rgba(126,232,187,0.08); } }
.cmo { position: relative; border-radius: 20px; overflow: hidden; margin: 4px 0 0; background: linear-gradient(135deg, #1A1230 0%, #0A0A14 60%, #2A1820 100%); box-shadow: 0 18px 44px -18px rgba(20,10,40,0.5), inset 0 0 0 1px rgba(255,255,255,0.06); }
.cmo .shimmer { position: absolute; inset: 0; background: radial-gradient(80% 80% at 100% 0%, rgba(249,184,138,0.25) 0%, transparent 50%), radial-gradient(80% 80% at 0% 100%, rgba(126,232,187,0.18) 0%, transparent 50%), linear-gradient(135deg, rgba(196,168,237,0.18) 0%, transparent 60%); background-size: 200% 200%; animation: cmoShimmer 7s ease infinite; pointer-events: none; }
.cmo-body { position: relative; z-index: 1; padding: 22px 30px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 36px; align-items: center; }
.cmo .pro { display: inline-flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #F9B88A; margin-bottom: 8px; }
.cmo h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 22px; letter-spacing: -0.02em; line-height: 1.1; color: #fff; margin: 0 0 6px; }
.cmo h3 .grad { font-style: italic; font-weight: 400; background: linear-gradient(120deg, #C4A8ED 0%, #F9B88A 50%, #7EE8BB 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cmo p { font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,0.65); margin: 0; }
.cmo .foot { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.cmo .pulse { width: 7px; height: 7px; border-radius: 100px; background: #7EE8BB; animation: cmoPulse 1.8s ease-in-out infinite; flex-shrink: 0; }
.cmo .foot span { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .04em; color: rgba(255,255,255,0.55); }
.cmo-list { display: flex; flex-direction: column; gap: 0; }
.cmo-list .li { display: flex; gap: 9px; align-items: flex-start; padding: 6px 0; border-bottom: none; font-size: 12px; line-height: 1.45; color: rgba(255,255,255,0.8); white-space: nowrap; }
.cmo-list .li:last-child { border-bottom: none; }
.cmo-list .li .g { color: #F9B88A; flex-shrink: 0; font-size: 12px; padding-top: 1px; }
.dept-note { text-align: center; margin-top: 26px; font-size: 14px; color: var(--ot-text-muted); }
.dept-note b { color: var(--ot-text); font-weight: 700; }

/* ============ OLIVIA ============ */
.olivia { background: #fff; border-top: 1px solid var(--ot-border); }
.olivia .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.olivia .eyebrow { color: var(--ot-lavender-ink); margin-bottom: 16px; display: block; }
.olivia h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 44px; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 16px; }
.olivia h2 em { font-style: italic; font-weight: 400; color: var(--ot-lavender-ink); }
.olivia .lede2 { font-size: 16px; line-height: 1.6; color: var(--ot-text-muted); margin-bottom: 22px; max-width: 440px; }
.olivia .lede2 b { color: var(--ot-text); font-weight: 600; }
.olivia .points { display: flex; flex-direction: column; gap: 12px; }
.olivia .pt { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; }
.olivia .pt .ck { width: 20px; height: 20px; border-radius: 100px; background: var(--ot-lavender); color: var(--ot-lavender-ink); display: grid; place-items: center; font-size: 11px; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.olivia .pt b { font-weight: 600; }
.chatcard { background: #FBFAF8; border: 1px solid var(--ot-border); border-radius: 24px; padding: 22px; box-shadow: 0 20px 50px rgba(0,0,0,0.07); }
.chatcard .ch { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--ot-border); margin-bottom: 16px; }
.chatcard .ch .av { width: 38px; height: 38px; border-radius: 100px; background: var(--ot-lavender); color: var(--ot-lavender-ink); display: grid; place-items: center; font-family: 'Fraunces', serif; font-weight: 500; font-size: 17px; }
.chatcard .ch .nm { font-family: 'Fraunces', serif; font-weight: 500; font-size: 16px; }
.chatcard .ch .rl { font-size: 11.5px; color: var(--ot-text-muted); }
.chatcard .ch .on { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ot-mint-ink); display: inline-flex; align-items: center; gap: 6px; }
.chatcard .ch .on .dot { width: 6px; height: 6px; border-radius: 100px; background: #22C55E; animation: ot-pulse-dot 2s infinite; }
.msg { margin-bottom: 11px; max-width: 88%; }
.msg.me { margin-left: auto; }
.msg .bub { padding: 11px 15px; border-radius: 15px; font-size: 13.5px; line-height: 1.5; }
.msg.them .bub { background: #fff; border: 1px solid var(--ot-border-soft); border-bottom-left-radius: 5px; }
.msg.me .bub { background: var(--ot-text); color: #fff; border-bottom-right-radius: 5px; }
.msg .bub b { font-weight: 700; }

/* ============ CONTROL / TRUST ============ */
.control { padding-top: 52px; }
.control .eyebrow { color: var(--ot-lavender-ink); }
.ctrl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ctrl { background: #fff; border: 1px solid var(--ot-border); border-radius: 20px; padding: 28px 26px; }
.ctrl .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px; }
.ctrl.a .ic { background: var(--ot-lavender); } .ctrl.b .ic { background: var(--ot-mint); } .ctrl.c .ic { background: var(--ot-peach); }
.ctrl h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; margin: 0 0 9px; letter-spacing: -0.015em; }
.ctrl p { font-size: 14px; line-height: 1.6; color: var(--ot-text-muted); margin: 0; }
.ctrl p b { color: var(--ot-text); font-weight: 600; }

/* ============ PROOF ============ */
.proof { background: #fff; border-top: 1px solid var(--ot-border); border-bottom: 1px solid var(--ot-border); }
.proof .eyebrow { color: var(--ot-peach-ink); }
.proof-banner { background: #1A1A2E; color: #fff; border-radius: 20px; padding: 30px 38px; display: flex; align-items: center; gap: 36px; margin-bottom: 16px; }
.proof-banner .num { font-family: 'Fraunces', serif; font-weight: 500; font-size: 58px; letter-spacing: -0.03em; line-height: 1; color: var(--ot-mint-deep); white-space: nowrap; }
.proof-banner .lab { font-size: 16px; line-height: 1.5; color: rgba(255,255,255,0.75); max-width: 420px; }
.proof-banner .lab b { color: #fff; font-weight: 600; }
.proof-banner .mk-btn { margin-left: auto; background: #fff; color: var(--ot-text); flex-shrink: 0; }
.proof-banner .mk-btn:hover { background: var(--ot-peach-deep); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.pq { border: 1px solid var(--ot-border); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; }
.pq .stars { color: #F5A623; font-size: 13px; letter-spacing: 1.5px; margin-bottom: 14px; }
.pq .q { font-size: 15px; line-height: 1.62; margin-bottom: 20px; }
.pq .who { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.pq .who .av { width: 34px; height: 34px; border-radius: 100px; display: grid; place-items: center; font-family: 'Fraunces', serif; font-weight: 500; font-size: 14px; }
.pq .nm { font-size: 13px; font-weight: 700; } .pq .co { font-size: 11.5px; color: var(--ot-text-muted); }

/* ============ PRICING ============ */
.pricing { background: linear-gradient(180deg, #EFEAE2 0%, #F0EAF8 100%); }
.pricing .eyebrow { color: var(--ot-lavender-ink); }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.pcard { background: #fff; border: 1px solid var(--ot-border); border-radius: 22px; padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.pcard.pop { background: #1A1A2E; color: #fff; transform: translateY(-12px); box-shadow: 0 24px 56px rgba(0,0,0,0.18); }
.pcard .nm { font-family: 'Fraunces', serif; font-weight: 500; font-size: 23px; }
.pcard .desc { font-size: 13px; color: var(--ot-text-muted); line-height: 1.5; }
.pcard.pop .desc { color: rgba(255,255,255,0.7); }
.pcard .pr { font-family: 'Fraunces', serif; font-weight: 500; font-size: 52px; letter-spacing: -0.03em; line-height: 1; }
.pcard .pr .per { font-family: 'Outfit'; letter-spacing: normal; font-size: 13px; color: var(--ot-text-muted); font-weight: 500; }
.pcard.pop .pr .per { color: rgba(255,255,255,0.55); }
.pcard .spend { font-size: 13px; font-weight: 600; color: var(--ot-text); }
.pcard.pop .spend { color: rgba(255,255,255,0.85); }
.pcard .feats { list-style: none; padding: 14px 0 0; margin: 0; border-top: 1px solid var(--ot-border); display: flex; flex-direction: column; gap: 9px; }
.pcard.pop .feats { border-top-color: rgba(255,255,255,0.12); }
.pcard .feats li { display: flex; gap: 9px; font-size: 13px; line-height: 1.45; }
.pcard .feats li::before { content: '✓'; color: var(--ot-mint-ink); font-weight: 700; }
.pcard.pop .feats li::before { color: var(--ot-mint-deep); }
.pcard .pop-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--ot-peach-deep); color: var(--ot-text); font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; white-space: nowrap; }
.pcard .mk-btn { margin-top: auto; }
.pcard.pop .mk-btn-primary { background: #fff; color: var(--ot-text); }
.pricing .terms { margin-top: 30px; text-align: center; font-size: 13.5px; color: var(--ot-text-muted); }
.pricing .terms b { color: var(--ot-text); font-weight: 700; }

/* ============ FAQ ============ */
.faq { background: #fff; border-top: 1px solid var(--ot-border); }
.faq .eyebrow { color: var(--ot-mint-ink); }
.faq-grid { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 11px; }
.fitem { border: 1px solid var(--ot-border); border-radius: 16px; padding: 21px 25px; }
.fitem .q { font-family: 'Fraunces', serif; font-weight: 500; font-size: 17.5px; margin-bottom: 7px; }
.fitem .a { font-size: 14px; line-height: 1.6; color: var(--ot-text-muted); }
.fitem .a b { color: var(--ot-text); font-weight: 600; }

/* ============ FINAL ============ */
.final { background: linear-gradient(180deg, #EFEAE2 0%, #DCF1E0 100%); text-align: center; padding: 110px 0; }
.final h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 60px; letter-spacing: -0.035em; line-height: 0.99; margin: 0 auto 18px; max-width: 720px; }
.final h2 em { font-style: italic; font-weight: 400; color: var(--ot-mint-ink); }
.final p { font-size: 16.5px; color: var(--ot-text-muted); max-width: 460px; margin: 0 auto 30px; line-height: 1.55; }
.final .cta-row { justify-content: center; margin-bottom: 18px; }
.final .risks { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }

/* sticky bar */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: rgba(26,26,46,0.97); backdrop-filter: blur(10px); transform: translateY(110%); transition: transform .35s var(--ot-ease); }
.sticky::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--ot-mint-deep), var(--ot-lavender-deep), var(--ot-peach-deep), var(--ot-mint-deep)); background-size: 300% 100%; animation: stickyFlow 8s linear infinite; }
@keyframes stickyFlow { 0% { background-position: 0% 0; } 100% { background-position: 300% 0; } }
.sticky.show { transform: translateY(0); }
.sticky-inner { max-width: 1140px; margin: 0 auto; padding: 12px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sticky .l { color: #fff; display: flex; align-items: center; gap: 14px; min-width: 0; }
.sticky .tick-av { width: 38px; height: 38px; border-radius: 100px; display: grid; place-items: center; font-family: 'Fraunces', serif; font-weight: 500; font-size: 16px; flex-shrink: 0; position: relative; transition: background .4s ease, color .4s ease; }
.sticky .tick-av .face-clip { position: absolute; inset: 0; border-radius: 100px; overflow: hidden; display: grid; place-items: center; }
.sticky .tick-av .face-clip img { width: 82%; height: 82%; object-fit: contain; transform: none; }
.sticky .tick-av .on { position: absolute; right: -1px; bottom: -1px; width: 10px; height: 10px; border-radius: 100px; background: #22C55E; border: 2px solid #1A1A2E; animation: ot-pulse-dot 2s infinite; }
.sticky .tick { min-width: 0; }
.sticky .tick .nm { font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ot-mint-deep); margin-bottom: 2px; }
.sticky .tick .txt { font-size: 14px; color: #fff; line-height: 1.3; transition: opacity .35s ease, transform .35s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky .tick .txt.out { opacity: 0; transform: translateY(6px); }
.sticky .a { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.sticky .a .price { text-align: right; }
.sticky .a .price .p1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 15px; color: #fff; line-height: 1.1; }
.sticky .a .price .p2 { font-size: 10.5px; color: rgba(255,255,255,0.55); }
.sticky .mk-btn-primary { background: #fff; color: var(--ot-text); } .sticky .mk-btn-primary:hover { background: var(--ot-peach-deep); }
.sticky .cta-m { display: none; } /* mobile-only button label; swapped in below the 560px breakpoint */

@media (max-width: 920px) {
  .sec { padding: 56px 0; }            /* 92px sections are too airy on mobile — tighten the rhythm */
  .shead { margin-bottom: 32px; }
  .olivia .wrap { grid-template-columns: 1fr; gap: 32px; }
  .olivia h2 { font-size: 32px; }
  .proof-banner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px; }
  .proof-banner .mk-btn { margin-left: 0; }
  .cv-hero h1 { font-size: 44px; }
  .demo .kg, .ctrl-grid, .proof-grid, .pgrid { grid-template-columns: 1fr; }
  .dept-grid { grid-template-columns: 1fr 1fr; }
  .tl { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .shead h2 { font-size: 33px; } .final h2 { font-size: 38px; }
  .pcard.pop { transform: none; }
  .fivesec .row { flex-direction: column; gap: 8px; } .fivesec .sep { display: none; }
  .cta-row { flex-direction: column; width: 100%; } .cta-row .mk-btn { width: 100%; }
  .sticky-inner { flex-direction: column; gap: 10px; padding: 12px 20px; } .sticky .a { width: 100%; } .sticky .a .mk-btn { flex: 1; }
}

/* ---- Phone fit (not in the design file) ----
   The prototype overflows horizontally below ~560px: fixed-size display
   headings and a few nowrap elements force the document wider than the
   viewport, clipping the page. These rules only remove the overflow. */
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }           /* 32px side padding is wasteful on a phone */
  .sec { padding: 44px 0; }
  .cv-hero h1 { font-size: clamp(28px, 7.7vw, 44px); }
  .shead h2 { font-size: clamp(24px, 7vw, 33px); }
  .olivia h2 { font-size: clamp(24px, 7vw, 32px); }
  .final h2 { font-size: clamp(26px, 7.5vw, 38px); }
  .demo-bar { flex-wrap: wrap; row-gap: 6px; }
  .proof-banner .num { font-size: clamp(34px, 10vw, 58px); white-space: normal; }
  .cmo-list .li { white-space: normal; }

  /* Sticky CTA bar: the rotating ticker crams the bar on a phone — drop it and
     keep a clean, compact bar: centred trust line + full-width button. */
  .sticky-inner { flex-direction: column; align-items: stretch; gap: 8px; padding: 10px 16px 12px; }
  .sticky .l { display: none; }                /* drop the rotating ticker on phones */
  .sticky .a { width: 100%; }
  .sticky .a .price { display: none; }         /* the "14 days free…" text moves into the button label */
  .sticky .a .mk-btn { width: 100%; }
  .sticky .cta-d { display: none; }            /* desktop label off */
  .sticky .cta-m { display: inline; }          /* "Start 14-day free trial" */

  /* Activity feed: 6 rows runs the section the full height of the phone — show 3. */
  .feed .fl:nth-child(n+4) { display: none; }
  .feed { padding-bottom: 8px; }

  /* 5-second bar: replace the plain stacked lines with tidy hairline-divided rows. */
  .fivesec { padding: 18px 0; }
  .fivesec .row { flex-direction: column; gap: 0; font-size: 14px; }
  .fivesec .row > span:not(.sep) { width: 100%; text-align: center; padding: 9px 4px; border-top: 1px solid rgba(255,255,255,0.09); }
  .fivesec .row > span:not(.sep):first-child { border-top: none; }
  .fivesec .sep { display: none; }

  /* Department/service cards: stop the status pills ("LIVE NOW" / "COMING Q2") and the
     headings ("LinkedIn Ads") breaking onto two lines in the cramped 2-up phone grid. */
  .dcard { padding: 18px 14px; border-radius: 16px; }
  .dcard .top { gap: 8px; margin-bottom: 12px; }
  .dcard .av { width: 36px; height: 36px; font-size: 15px; }
  .dcard .st { font-size: 7.5px; padding: 4px 7px; letter-spacing: .06em; white-space: nowrap; }
  .dcard .st.live { gap: 5px; }
  .dcard h3 { font-size: 16px; }
  .dcard .who { font-size: 11.5px; margin-bottom: 9px; }
  .dcard p { font-size: 12px; line-height: 1.5; }
}
