/* ===================================================
   HOMEPAGE BESPOKE LAYER
   Tokens, components, and overrides for index only.
   style.css provides the base; this layer elevates it.
   =================================================== */
:root {
  --ink:    #0a0a0a;
  --white:  #ffffff;
  --cream:  #f8f7f4;
  --sand:   #f0ede8;
  --mid:    #6a6a6a;
  --border: #e5e3de;
  --green:  #27c93f;
  --r:      16px;
  --r-lg:   28px;
  --pad:    clamp(5rem, 10vw, 9rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }

/* ── Utilities ── */
.eyebrow {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--mid); margin-bottom: 1rem;
}
.eyebrow-inv { color: rgba(255,255,255,.28); }
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ─────────────────────────────────────
   SHARED BUTTONS (homepage variants)
   ───────────────────────────────────── */
.btn-wh {
  background: var(--white); color: var(--ink);
  padding: .9rem 2rem; border-radius: 8px;
  font-size: .95rem; font-weight: 700; font-family: inherit;
  text-decoration: none; border: 2px solid var(--white);
  transition: all .25s; display: inline-flex; align-items: center; gap: .4rem;
}
.btn-wh:hover { background: #eee; transform: translateY(-2px); }

.btn-ghost-inv {
  background: transparent; color: rgba(255,255,255,.48);
  padding: .9rem 2rem; border-radius: 8px;
  font-size: .95rem; font-weight: 600; font-family: inherit;
  text-decoration: none; border: 2px solid rgba(255,255,255,.15);
  transition: all .25s; display: inline-flex; align-items: center; gap: .4rem;
}
.btn-ghost-inv:hover { color: var(--white); border-color: rgba(255,255,255,.38); transform: translateY(-2px); }

.btn-ink {
  background: var(--ink); color: var(--white);
  padding: .875rem 1.75rem; border-radius: 8px;
  font-size: .95rem; font-weight: 700; font-family: inherit;
  text-decoration: none; border: 2px solid var(--ink);
  transition: all .25s; display: inline-flex; align-items: center;
}
.btn-ink:hover { background: #333; transform: translateY(-2px); }

.btn-ol-dk {
  background: transparent; color: var(--ink);
  padding: .875rem 1.75rem; border-radius: 8px;
  font-size: .95rem; font-weight: 600; font-family: inherit;
  text-decoration: none; border: 2px solid var(--border);
  transition: all .25s; display: inline-flex; align-items: center;
}
.btn-ol-dk:hover { border-color: var(--ink); transform: translateY(-2px); }

.btn-ol-inv {
  background: transparent; color: rgba(255,255,255,.48);
  padding: .875rem 1.75rem; border-radius: 8px;
  font-size: .95rem; font-weight: 600; font-family: inherit;
  text-decoration: none; border: 2px solid rgba(255,255,255,.15);
  transition: all .25s; display: inline-flex; align-items: center;
}
.btn-ol-inv:hover { color: var(--white); border-color: rgba(255,255,255,.38); transform: translateY(-2px); }


/* ===========================================
   HERO
   =========================================== */
.hp-hero {
  background: var(--ink);
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative; overflow: hidden;
  padding: clamp(9rem,16vw,13rem) 0 clamp(5rem,10vw,8rem);
}
.hp-hero::before { display: none; /* replaced by .bv-dark-bg */ }
.hp-glow { display: none; /* replaced by .bv-dark-bg */ }
.hp-hero-inner {
  position: relative; z-index: 2;
  max-width: 800px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
  opacity: 0; transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.hp-hero-inner.in { opacity: 1; transform: translateY(0); }

.hp-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  border: 1px solid rgba(255,255,255,.09); border-radius: 100px;
  padding: .38rem 1.05rem;
  font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.3); margin-bottom: 2.5rem;
}
.hp-badge .bd { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.28); opacity: 0.45; /* static, no pulse */ }

.hp-h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(3.5rem,12vw,8rem);
  font-weight: 700; color: var(--white);
  line-height: .93; letter-spacing: -.035em; margin-bottom: .45em;
}
.hp-h1 .dim { color: rgba(255,255,255,.3); font-style: italic; }

.hp-hero-sub {
  font-size: clamp(1rem,2.4vw,1.28rem); font-weight: 300;
  color: rgba(255,255,255,.4); max-width: 520px;
  margin: 0 auto 3rem; line-height: 1.72;
}

.hp-hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 4rem; }

.hp-scroll {
  display: inline-flex; flex-direction: column; align-items: center; gap: .5rem;
  color: rgba(255,255,255,.14); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase;
  background: none; border: none; cursor: pointer; transition: color .3s;
}
.hp-scroll:hover { color: rgba(255,255,255,.38); }
.hp-scroll .sc-bar { width: 1px; height: 38px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.2)); }


/* ===========================================
   THESIS
   =========================================== */
.hp-thesis { background: var(--white); padding: var(--pad) 0; }
.hp-thesis-inner {
  max-width: 840px; margin: 0 auto; text-align: center;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
}
.hp-thesis-copy {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem,4vw,2.6rem); font-weight: 300;
  line-height: 1.4; letter-spacing: -.02em; color: var(--ink);
}
.hp-thesis-copy em { font-style: italic; color: var(--mid); }
.hp-thesis-sub {
  font-size: 1.05rem; color: var(--mid); line-height: 1.8;
  max-width: 600px; margin: 2rem auto 0;
}


/* ===========================================
   TRUST STRIP
   =========================================== */
.hp-trust { background: var(--ink); padding: 1.75rem 0; }
.hp-trust-list {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(.85rem,3vw,3rem); flex-wrap: wrap;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
}
.hp-trust-item {
  display: flex; align-items: center; gap: .52rem;
  font-size: .78rem; font-weight: 500;
  color: rgba(255,255,255,.35); white-space: nowrap;
}
.hp-trust-item svg { width: 13px; height: 13px; flex-shrink: 0; }
.hp-trust-sep { width: 1px; height: 13px; background: rgba(255,255,255,.08); }
@media (max-width:540px) { .hp-trust-sep { display: none; } }


/* ===========================================
   DEMO SECTION
   =========================================== */
.hp-demo-section { background: var(--cream); padding: var(--pad) 0; }
.hp-demo-wrap {
  max-width: 1140px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
}
.hp-demo-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem,6vw,5.5rem); align-items: center;
}
@media (max-width:880px) { .hp-demo-grid { grid-template-columns: 1fr; gap: 3rem; } }

.hp-demo-copy h2 {
  font-size: clamp(1.85rem,4vw,2.6rem); font-weight: 700;
  letter-spacing: -.03em; line-height: 1.12; color: var(--ink); margin-bottom: 1.1rem;
}
.hp-demo-copy p { color: var(--mid); font-size: 1.05rem; line-height: 1.8; margin-bottom: 2rem; }
.hp-demo-copy .btn-row { display: flex; gap: .85rem; flex-wrap: wrap; }

/* Panel shell */
.demo-panel-shell {
  background: var(--white);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: 0 8px 48px rgba(0,0,0,.07), 0 2px 8px rgba(0,0,0,.04);
  overflow: hidden;
}
/* Chrome bar */
.demo-chrome {
  background: var(--cream); border-bottom: 1px solid var(--border);
  padding: .82rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
}
.demo-chrome-dots { display: flex; gap: 5px; }
.demo-chrome-dots span { width: 11px; height: 11px; border-radius: 50%; }
.demo-chrome-dots span:nth-child(1){background:#ff5f56}
.demo-chrome-dots span:nth-child(2){background:#ffbd2e}
.demo-chrome-dots span:nth-child(3){background:#27c93f}
.demo-chrome-label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); }
.demo-rst {
  font-size: .7rem; font-weight: 600; color: var(--mid);
  background: none; border: 1px solid var(--border);
  border-radius: 5px; padding: .25rem .65rem;
  cursor: pointer; transition: all .2s; font-family: inherit;
}
.demo-rst:hover { border-color: var(--ink); color: var(--ink); }

/* Progress bar */
.demo-progress-rail {
  padding: .95rem 1.25rem 0;
  display: flex; gap: 4px;
}
.demo-prog-seg {
  height: 3px; flex: 1; border-radius: 2px;
  background: var(--border); transition: background .3s;
}
.demo-prog-seg.done { background: var(--ink); }
.demo-prog-seg.active { background: var(--ink); animation: progseg 1.6s ease-in-out infinite; }
@keyframes progseg { 0%,100%{opacity:1} 50%{opacity:.5} }

/* Body */
.demo-body { padding: 1.4rem 1.25rem .9rem; min-height: 330px; }
.demo-card { display: none; animation: dcappear .35s ease; }
.demo-card.active { display: block; }
@keyframes dcappear { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }

/* Resolve collision with legacy .demo-card styles in style.css */
.hp-demo-section .demo-card {
  opacity: 1;
  transform: translateY(0);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.hp-demo-section .demo-card:hover {
  transform: translateY(0);
  box-shadow: none;
}

.dc-label { font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--mid); margin-bottom: .4rem; }
.dc-title { font-size: 1.02rem; font-weight: 700; color: var(--ink); margin-bottom: .3rem; }
.dc-desc { font-size: .83rem; color: var(--mid); line-height: 1.65; margin-bottom: 1.2rem; }

/* Broker row */
.dc-broker-row {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 10px; padding: .92rem 1.05rem; gap: 1rem;
}
.dc-broker-name { font-size: .88rem; font-weight: 700; color: var(--ink); }
.dc-broker-s { font-size: .74rem; color: var(--mid); margin-top: 2px; }
.dc-broker-s.ok { color: #1a8b2b; font-weight: 600; }

/* Behavior opts */
.dc-bhv {
  border: 1.5px solid var(--border); border-radius: 10px;
  padding: .88rem 1rem; cursor: pointer; transition: all .2s; margin-bottom: .5rem;
}
.dc-bhv:hover { border-color: var(--ink); }
.dc-bhv.sel { border-color: var(--ink); background: var(--cream); }
.dc-bhv-name { font-size: .87rem; font-weight: 700; color: var(--ink); margin-bottom: .18rem; }
.dc-bhv-desc { font-size: .76rem; color: var(--mid); line-height: 1.5; }

/* Playgrounds */
.dc-pg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: .75rem; }
.dc-pg {
  display: flex; align-items: center; gap: .42rem;
  border: 1.5px solid var(--border); border-radius: 8px;
  padding: .58rem .78rem;
  font-size: .83rem; font-weight: 600; cursor: pointer; transition: all .2s; color: var(--ink);
}
.dc-pg:hover { border-color: var(--ink); }
.dc-pg.sel { border-color: var(--ink); background: var(--cream); }
.dc-pg-chk {
  width: 14px; height: 14px; flex-shrink: 0;
  border: 1.5px solid var(--border); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; color: var(--white); transition: all .2s;
}
.dc-pg.sel .dc-pg-chk { background: var(--ink); border-color: var(--ink); }

/* Comfort */
.dc-comfort-wrap { padding: .25rem 0 .9rem; }
.dc-slider-hd { display: flex; justify-content: space-between; font-size: .73rem; color: var(--mid); margin-bottom: .65rem; }
.dc-slider {
  width: 100%; height: 5px; border-radius: 3px;
  background: var(--border); outline: none;
  -webkit-appearance: none; appearance: none;
}
.dc-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 17px; height: 17px; border-radius: 50%;
  background: var(--ink); cursor: pointer; transition: transform .2s;
}
.dc-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }
.dc-slider::-moz-range-thumb { width: 17px; height: 17px; border-radius: 50%; background: var(--ink); border: none; cursor: pointer; }
.dc-comfort-rd { text-align: center; margin-top: .8rem; }
.dc-cval { font-size: 1rem; font-weight: 700; color: var(--ink); }
.dc-csub { font-size: .73rem; color: var(--mid); margin-top: .12rem; }

/* Consent */
.dc-consent-row {
  display: flex; align-items: flex-start; gap: .68rem;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 10px; padding: .92rem;
}
.dc-chk-box {
  width: 16px; height: 16px; min-width: 16px;
  border: 1.5px solid var(--border); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; color: var(--white);
  cursor: pointer; transition: all .2s; margin-top: 1px;
}
.dc-chk-box.checked { background: var(--ink); border-color: var(--ink); }
.dc-consent-txt { font-size: .83rem; line-height: 1.65; color: #333; }

/* Flow messages */
.dc-flow-list {
  display: flex; flex-direction: column; gap: .52rem;
  max-height: 248px; overflow-y: auto; padding-right: 2px;
}
.dc-flow-msg {
  display: flex; align-items: flex-start; gap: .58rem;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 8px; padding: .62rem .78rem;
  animation: fmin .4s ease both;
}
@keyframes fmin { from{opacity:0;transform:translateX(-8px)} to{opacity:1;transform:translateX(0)} }
.dc-fdot {
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.dc-fdot.ok   { background: rgba(39,201,63,.13); color: #1a8b2b; }
.dc-fdot.info { background: rgba(59,130,246,.11); color: #3b82f6; }
.dc-fdot.mon  { background: rgba(245,158,11,.11); color: #d97706; }
.dc-ftext { font-size: .8rem; font-weight: 500; color: var(--ink); margin-bottom: .08rem; }
.dc-fmeta { font-size: .68rem; color: var(--mid); }

/* Demo footer */
.demo-foot {
  padding: .82rem 1.25rem; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
}
.demo-next-btn {
  font-size: .84rem; font-weight: 700; padding: .52rem 1.28rem;
  border-radius: 7px; border: none; cursor: pointer; font-family: inherit;
  background: var(--ink); color: var(--white); transition: background .2s;
}
.demo-next-btn:hover { background: #333; }
.demo-next-btn:disabled { opacity: .35; cursor: not-allowed; }
.dc-connect-btn {
  font-size: .79rem; font-weight: 700; padding: .43rem 1rem;
  background: var(--ink); color: var(--white);
  border: none; border-radius: 6px; cursor: pointer; font-family: inherit; transition: background .2s;
}
.dc-connect-btn:hover { background: #333; }
.dc-connect-btn:disabled { opacity: .42; cursor: not-allowed; }
.dc-connected-badge {
  display: inline-flex; align-items: center; gap: .38rem;
  font-size: .73rem; font-weight: 700; padding: .36rem .88rem;
  background: rgba(39,201,63,.1); color: #1a8b2b; border-radius: 100px;
}
.dc-connected-badge .gdot { width: 5px; height: 5px; background: #27c93f; border-radius: 50%; }


/* ===========================================
   BROKER LOGOS
   =========================================== */
.hp-brokers { background: var(--ink); padding: 2.5rem 0; }
.hp-brokers-lbl {
  text-align: center; font-size: .67rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.2); margin-bottom: 1.4rem;
}
.hp-logos-track { overflow: hidden; }
.hp-logos-row {
  display: flex; align-items: center;
  gap: clamp(2rem,5vw,4rem); width: max-content;
  animation: logos-scroll 22s linear infinite;
}
@keyframes logos-scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.hp-logos-row:hover { animation-play-state: paused; }
.hp-broker-logo img {
  height: clamp(22px,3.5vw,38px); width: auto;
  filter: grayscale(100%) brightness(.5); opacity: .48;
  transition: opacity .3s, filter .3s;
}
.hp-broker-logo img:hover { opacity: .8; filter: grayscale(30%) brightness(.85); }
.hp-brokers-note {
  text-align: center; margin-top: 1.2rem; font-size: .73rem;
  color: rgba(255,255,255,.17); font-style: italic; padding: 0 1.25rem;
}


/* ===========================================
   HOW IT WORKS
   =========================================== */
.hp-how { background: var(--white); padding: var(--pad) 0; }
.hp-sec-wrap { max-width: 1140px; margin: 0 auto; padding: 0 clamp(1.25rem,4vw,2.5rem); }
.hp-sec-hdr { text-align: center; margin-bottom: 4rem; }
.hp-sec-hdr h2 {
  font-size: clamp(2rem,4.2vw,2.75rem); font-weight: 700;
  letter-spacing: -.03em; line-height: 1.12; color: var(--ink); margin-bottom: 1rem;
}
.hp-sec-hdr p { color: var(--mid); font-size: 1.05rem; max-width: 480px; margin: 0 auto; line-height: 1.75; }

.hp-how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }
@media (max-width:780px) { .hp-how-grid { grid-template-columns: 1fr; } }
.hp-how-card {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 2.25rem;
  transition: box-shadow .3s, transform .3s;
}
.hp-how-card:hover { box-shadow: 0 14px 40px rgba(0,0,0,.06); transform: translateY(-3px); }
.hp-how-num { font-family: 'Fraunces',serif; font-size: 3.2rem; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 1.2rem; }
.hp-how-icon { width: 35px; height: 35px; color: var(--ink); margin-bottom: 1rem; }
.hp-how-card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: .58rem; letter-spacing: -.01em; }
.hp-how-card p { font-size: .87rem; color: var(--mid); line-height: 1.75; }


/* ===========================================
   STATS
   =========================================== */
.hp-stats { background: var(--ink); padding: 3.5rem 0; }
.hp-stats-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  border: 1px solid rgba(255,255,255,.07); border-radius: var(--r-lg);
  overflow: hidden; max-width: 860px; margin: 0 auto;
}
@media (max-width:640px) {
  .hp-stats-grid { grid-template-columns: 1fr; }
  .hp-stat-cell { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hp-stat-cell:last-child { border-bottom: none; }
}
.hp-stat-cell { padding: 2.5rem 2rem; text-align: center; border-right: 1px solid rgba(255,255,255,.07); }
.hp-stat-cell:last-child { border-right: none; }
.hp-stat-num { font-family: 'Fraunces',serif; font-size: clamp(2.2rem,5vw,3.4rem); font-weight: 700; color: var(--white); letter-spacing: -.04em; margin-bottom: .3rem; }
.hp-stat-lbl { font-size: .78rem; color: rgba(255,255,255,.3); font-weight: 500; letter-spacing: .04em; }


/* ===========================================
   WHY DIFFERENT
   =========================================== */
.hp-diff { background: var(--cream); padding: var(--pad) 0; }
.hp-diff-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5.5rem); align-items: center; }
@media (max-width:840px) { .hp-diff-inner { grid-template-columns: 1fr; gap: 3rem; } }
.hp-diff-text h2 { font-size: clamp(2rem,4.2vw,2.75rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.12; margin-bottom: 1.2rem; color: var(--ink); }
.hp-diff-text p { color: var(--mid); font-size: 1.05rem; line-height: 1.8; margin-bottom: .9rem; }
.hp-diff-text p:last-child { margin-bottom: 0; }
.hp-contrast { display: flex; flex-direction: column; }
.hp-cr { display: flex; align-items: flex-start; gap: 1rem; padding: 1.12rem 0; border-bottom: 1px solid var(--border); }
.hp-cr:first-child { border-top: 1px solid var(--border); }
.hp-cr .ci { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; }
.hp-cr .ci.neg { color: #ccc; } .hp-cr .ci.pos { color: var(--ink); }
.hp-cr-lbl { font-size: .83rem; font-weight: 700; margin-bottom: .18rem; }
.hp-cr-lbl.dim { color: #aaa; font-weight: 400; }
.hp-cr-desc { font-size: .78rem; color: var(--mid); line-height: 1.6; }


/* ===========================================
   CHILLA OVERVIEW
   =========================================== */
.hp-chilla { background: var(--white); padding: var(--pad) 0; }
.hp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5.5rem); align-items: center; }
@media (max-width:840px) { .hp-split { grid-template-columns: 1fr; gap: 3rem; } }
.hp-split-text h2 { font-size: clamp(2rem,4.2vw,2.75rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.12; margin-bottom: 1.1rem; color: var(--ink); }
.hp-split-text p { color: var(--mid); font-size: 1.05rem; line-height: 1.8; margin-bottom: .9rem; }
.hp-split-text p:last-of-type { margin-bottom: 1.75rem; }
.hp-pills { display: flex; flex-wrap: wrap; gap: .42rem; margin-bottom: 1.85rem; }
.hp-pill {
  display: inline-flex; align-items: center; gap: .28rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--border); border-radius: 100px; padding: .26rem .72rem; color: var(--mid);
}
.hp-pill svg { width: 10px; height: 10px; }

/* Code visual panel */
.hp-code-panel {
  background: var(--ink); border-radius: var(--r-lg); padding: 1.9rem 1.75rem;
  position: relative; overflow: hidden;
}
.hp-code-panel::before { display: none; }
.cp-bar { display:flex; gap:5px; margin-bottom:1.4rem; position:relative;z-index:1; }
.cp-bar span { width:10px;height:10px;border-radius:50%; }
.cp-bar span:nth-child(1){background:#ff5f56} .cp-bar span:nth-child(2){background:#ffbd2e} .cp-bar span:nth-child(3){background:#27c93f}
.cp-lines { position:relative;z-index:1; }
.cp-line { font-family:'SF Mono','Fira Code','Cascadia Code',monospace; font-size:.72rem; line-height:1.95; color:rgba(255,255,255,.24); }
.cpk{color:rgba(255,255,255,.5)} .cpv{color:rgba(255,255,255,.88)} .cpg{color:#27c93f} .cpy{color:#ffbd2e} .cpc{color:rgba(255,255,255,.16);font-style:italic}


/* ===========================================
   M-II SECTION
   =========================================== */
.hp-mii { background: var(--ink); padding: var(--pad) 0; position: relative; overflow: hidden; }
.hp-mii::before { display: none; }
.hp-mii-inner { position:relative;z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.5rem,6vw,5.5rem); align-items:center; }
@media (max-width:840px) { .hp-mii-inner { grid-template-columns:1fr; gap:3rem; } }
.hp-mii-text h2 { font-size:clamp(2rem,4.2vw,2.75rem); font-weight:700; letter-spacing:-.03em; line-height:1.12; color:var(--white); margin-bottom:1.1rem; }
.hp-mii-text p { color:rgba(255,255,255,.38); font-size:1.05rem; line-height:1.8; margin-bottom:.9rem; }
.hp-mii-text p:last-of-type { margin-bottom:0; }
.hp-mii-link {
  display:inline-flex; align-items:center; gap:.42rem;
  color:rgba(255,255,255,.42); text-decoration:none;
  font-size:.875rem; font-weight:600;
  border-bottom:1px solid rgba(255,255,255,.1); padding-bottom:.2rem; margin-top:1.75rem;
  transition:color .25s,border-color .25s;
}
.hp-mii-link:hover { color:var(--white); border-color:rgba(255,255,255,.35); }
.hp-mii-link svg { width:12px;height:12px; }
.hp-guarantees { background:rgba(255,255,255,.028); border:1px solid rgba(255,255,255,.07); border-radius:var(--r-lg); overflow:hidden; }
.hp-guar { display:flex; align-items:flex-start; gap:1rem; padding:1.32rem 1.55rem; border-bottom:1px solid rgba(255,255,255,.052); transition:background .3s; }
.hp-guar:last-child { border-bottom:none; }
.hp-guar:hover { background:rgba(255,255,255,.036); }
.hp-g-ico { flex-shrink:0; width:25px;height:25px; color:rgba(255,255,255,.36); }
.hp-guar h4 { font-size:.87rem; font-weight:700; color:var(--white); margin-bottom:.2rem; }
.hp-guar p { font-size:.76rem; color:rgba(255,255,255,.28); line-height:1.55; margin:0; }


/* ===========================================
   PRICING
   =========================================== */
.hp-pricing { background: var(--cream); padding: var(--pad) 0; }
.hp-plan-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.2rem; align-items:start; }
@media (max-width:980px) { .hp-plan-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px)  { .hp-plan-grid { grid-template-columns:1fr; } }
.hp-plan {
  background:var(--white); border:1.5px solid var(--border);
  border-radius:var(--r-lg); padding:1.95rem 1.7rem;
  position:relative; transition:box-shadow .3s,transform .3s;
}
.hp-plan:hover { box-shadow:0 14px 36px rgba(0,0,0,.07); transform:translateY(-3px); }
.hp-plan.featured { border-color:var(--ink); background:var(--ink); }
.hp-popular-tag {
  display:inline-block; font-size:.61rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase;
  background:var(--white); color:var(--ink); padding:.18rem .62rem; border-radius:100px; margin-bottom:1rem;
}
.hp-plan-name { font-size:.87rem; font-weight:700; color:var(--ink); margin-bottom:.42rem; }
.hp-plan.featured .hp-plan-name { color:rgba(255,255,255,.52); }
.hp-plan-amt { font-family:'Fraunces',serif; font-size:2.35rem; font-weight:700; letter-spacing:-.04em; color:var(--ink); line-height:1; }
.hp-plan.featured .hp-plan-amt { color:var(--white); }
.hp-plan-per { font-size:.77rem; color:var(--mid); font-weight:400; display:inline; }
.hp-plan.featured .hp-plan-per { color:rgba(255,255,255,.28); }
.hp-plan-note { font-size:.78rem; color:var(--mid); font-style:italic; margin:.82rem 0 1.3rem; }
.hp-plan.featured .hp-plan-note { color:rgba(255,255,255,.26); }
.hp-plan-feats { display:flex; flex-direction:column; gap:.52rem; margin-bottom:1.7rem; }
.hp-pf { display:flex; align-items:flex-start; gap:.52rem; font-size:.81rem; color:var(--mid); line-height:1.55; }
.hp-plan.featured .hp-pf { color:rgba(255,255,255,.42); }
.hp-pf svg { flex-shrink:0; width:12px;height:12px; margin-top:2px; color:var(--ink); }
.hp-plan.featured .hp-pf svg { color:rgba(255,255,255,.62); }
.hp-plan-btn {
  display:block; width:100%; text-align:center;
  padding:.76rem; border-radius:8px; font-size:.875rem; font-weight:700;
  text-decoration:none; transition:all .25s; font-family:inherit;
}
.hp-plan-btn.dark { background:var(--ink); color:var(--white); border:2px solid var(--ink); }
.hp-plan-btn.dark:hover { background:#333; transform:translateY(-1px); }
.hp-plan-btn.light { background:var(--white); color:var(--ink); border:2px solid var(--white); }
.hp-plan-btn.light:hover { background:#eee; transform:translateY(-1px); }
.hp-plan-btn.ol { background:transparent; color:var(--ink); border:2px solid var(--border); }
.hp-plan-btn.ol:hover { border-color:var(--ink); transform:translateY(-1px); }
.hp-pricing-note { text-align:center; margin-top:2rem; font-size:.83rem; color:var(--mid); }
.hp-pricing-note a { color:var(--ink); text-decoration:underline; }


/* ===========================================
   TESTIMONIALS
   =========================================== */
.hp-testi { background: var(--white); padding: var(--pad) 0; }
.hp-testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.45rem; }
@media (max-width:760px) { .hp-testi-grid { grid-template-columns:1fr; } }
.hp-tcard { background:var(--cream); border:1px solid var(--border); border-radius:var(--r-lg); padding:1.95rem; }
.hp-tquote { font-size:.94rem; color:var(--ink); line-height:1.75; font-style:italic; margin-bottom:1.2rem; }
.hp-tauthor { font-size:.78rem; font-weight:700; color:var(--mid); }
.hp-tdisc { text-align:center; margin-top:1.7rem; font-size:.76rem; color:#bbb; font-style:italic; max-width:600px; margin-left:auto; margin-right:auto; }


/* ===========================================
   FAQ
   =========================================== */
.hp-faq { background: var(--cream); padding: var(--pad) 0; }
.hp-faq-inner { max-width:820px; margin:0 auto; padding:0 clamp(1.25rem,4vw,2.5rem); }
.hp-faq-list { margin-top:3.5rem; }
.hp-faq-item { border-bottom:1px solid var(--border); }
.hp-faq-item:first-child { border-top:1px solid var(--border); }
.hp-faq-q {
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:1.28rem 0; cursor:pointer;
  font-size:.96rem; font-weight:600; color:var(--ink); list-style:none;
}
.hp-faq-q::-webkit-details-marker { display:none; }
.hp-faq-q .fqi { flex-shrink:0; width:16px;height:16px; color:var(--mid); transition:transform .3s; }
details[open] .hp-faq-q .fqi { transform:rotate(45deg); }
.hp-faq-a { font-size:.88rem; color:var(--mid); line-height:1.8; padding-bottom:1.28rem; max-width:630px; }


/* ===========================================
   ABOUT
   =========================================== */
.hp-about { background: var(--white); padding: var(--pad) 0; }
.hp-about-inner { display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.5rem,6vw,5.5rem); align-items:center; }
@media (max-width:840px) { .hp-about-inner { grid-template-columns:1fr; gap:3rem; } }
.hp-about-text h2 { font-size:clamp(2rem,4.2vw,2.75rem); font-weight:700; letter-spacing:-.03em; line-height:1.12; margin-bottom:1.2rem; color:var(--ink); }
.hp-about-lead { font-family:'Fraunces',Georgia,serif; font-size:1.18rem; font-style:italic; font-weight:300; line-height:1.55; color:var(--ink); margin-bottom:1.2rem; }
.hp-about-body { color:var(--mid); font-size:1rem; line-height:1.85; }
.hp-about-img { width:100%; border-radius:var(--r-lg); display:block; margin-bottom:1.5rem; }
.hp-astats { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; }
.hp-astat { background:var(--white); padding:1.35rem; }
.hp-astat .sn { font-family:'Fraunces',serif; font-size:1.85rem; font-weight:700; letter-spacing:-.04em; color:var(--ink); margin-bottom:.18rem; }
.hp-astat .sl { font-size:.74rem; color:var(--mid); font-weight:500; }
@media (max-width:460px) { .hp-astats { grid-template-columns:1fr; } }


/* ===========================================
   FINAL CTA
   =========================================== */
.hp-cta-final {
  background: var(--ink); padding: var(--pad) 0; text-align:center;
  position:relative; overflow:hidden;
}
.hp-cta-final::before { display: none; }
.hp-cta-inner { position:relative;z-index:1; max-width:600px; margin:0 auto; padding:0 clamp(1.25rem,4vw,2.5rem); }
.hp-cta-inner h2 { font-family:'Fraunces',Georgia,serif; font-size:clamp(2.5rem,6vw,4rem); font-weight:700; color:var(--white); letter-spacing:-.035em; line-height:1.05; margin-bottom:1.2rem; }
.hp-cta-inner p { color:rgba(255,255,255,.36); font-size:1.05rem; line-height:1.75; margin-bottom:2.4rem; max-width:440px; margin-left:auto; margin-right:auto; }
.hp-cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.hp-cta-note { font-size:.74rem; color:rgba(255,255,255,.17); margin-top:1.4rem; font-style:italic; }


/* ===========================================
   GLOBAL MOBILE
   =========================================== */
@media (max-width:480px) {
  .hp-hero-cta, .hp-cta-btns { flex-direction:column; align-items:center; }
  .hp-hero-cta a, .hp-cta-btns a { width:100%; max-width:300px; justify-content:center; }
  .hp-demo-copy .btn-row { flex-direction:column; }
  .hp-demo-copy .btn-row a { width:100%; max-width:300px; }
}
