/* ════════════════════════════════════════════════════════════
   Kodeflow — Emerald edition · premium stylesheet
   Palette: soft black + charcoal · emerald primary · bronze accent · white type
   ════════════════════════════════════════════════════════════ */

:root {
  /* base — light classic-premium */
  --bg-0: #f4f1ea;          /* warm ivory */
  --bg-1: #ffffff;          /* white cards */
  --bg-2: #faf7f0;          /* raised */
  --bg-3: #ece7dc;

  /* emerald */
  --em: #10b981;
  --em-bright: #34d399;
  --em-deep: #047857;
  --em-dim: #0b7a55;
  --em-ink: #047857;        /* deep emerald for text on light */

  /* bronze */
  --bz: #b8895019;          /* unused placeholder */
  --bronze: #a9742f;
  --bronze-bright: #c79150;
  --bronze-deep: #8a5e25;

  /* type — dark on light */
  --ink: #15211b;
  --ink-soft: #3f4d46;
  --ink-mute: #66726b;
  --ink-faint: #97a199;

  /* glass */
  --glass: rgba(255, 255, 255, 0.66);
  --glass-2: rgba(255, 255, 255, 0.84);
  --glass-brd: rgba(16, 50, 36, 0.13);
  --glass-brd-soft: rgba(16, 50, 36, 0.08);
  --hair: rgba(16, 50, 36, 0.09);

  /* fx */
  --shadow-lg: 0 34px 80px -30px rgba(22,46,34,0.24), 0 10px 28px -14px rgba(22,46,34,0.14);
  --shadow-md: 0 22px 54px -26px rgba(22,46,34,0.16);
  --glow-em: 0 0 40px -10px rgba(16,185,129,0.28);
  --glow-bz: 0 0 36px -12px rgba(169,116,47,0.26);

  /* fonts */
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Space Grotesk", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  /* motion */
  --e-out: cubic-bezier(.16,1,.3,1);
  --e-in-out: cubic-bezier(.65,0,.35,1);

  --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-0);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: rgba(16,185,129,0.22); color: #08231a; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }

/* scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: #cdd6cf; border-radius: 10px; border: 2px solid var(--bg-0); }
::-webkit-scrollbar-thumb:hover { background: #b3bfb6; }

/* ── layout ─────────────────────────────────────────────── */
.wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
section { position: relative; }
.eyebrow {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--em-ink); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, var(--em)); }
.eyebrow.center::after { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--em), transparent); }

h1, h2, h3 { font-weight: 500; line-height: 1.04; letter-spacing: -0.02em; }
.display {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 1.0; letter-spacing: -0.035em;
}
.h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); letter-spacing: -0.03em; }
.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.grad-em {
  background: linear-gradient(120deg, var(--em-bright), var(--em) 50%, var(--em-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-bz {
  background: linear-gradient(120deg, var(--bronze-bright), var(--bronze) 55%, var(--bronze-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--ink-soft); line-height: 1.6; max-width: 56ch; }
.muted { color: var(--ink-mute); }

/* ── buttons ────────────────────────────────────────────── */
.btn {
  position: relative; overflow: hidden; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px; border-radius: 999px;
  font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform .4s var(--e-out), box-shadow .4s var(--e-out), background .3s ease;
  will-change: transform;
}
.btn > * { position: relative; z-index: 2; }
.btn-primary {
  background: linear-gradient(180deg, var(--em-bright), var(--em-deep));
  color: #042016;
  box-shadow: 0 10px 30px -12px rgba(16,185,129,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover { box-shadow: 0 18px 44px -12px rgba(16,185,129,0.7), inset 0 1px 0 rgba(255,255,255,0.4); }
.btn-primary::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.5) 50%, transparent 80%);
  transform: translateX(-120%); transition: transform .7s var(--e-out);
}
.btn-primary:hover::before { transform: translateX(120%); }
.btn-ghost {
  background: var(--glass); color: var(--ink);
  border: 1px solid var(--glass-brd); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.btn-ghost:hover { background: var(--glass-2); border-color: rgba(110,231,183,0.3); box-shadow: var(--glow-em); }
.btn-bronze {
  background: linear-gradient(180deg, var(--bronze-bright), var(--bronze-deep));
  color: #1c1206; box-shadow: 0 10px 30px -12px rgba(199,154,91,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.kf-ripple {
  position: absolute; border-radius: 50%; pointer-events: none; transform: scale(0); z-index: 1;
  background: radial-gradient(circle, rgba(255,255,255,0.5), transparent 70%);
  animation: kfRipple .6s var(--e-out) forwards; mix-blend-mode: overlay;
}
@keyframes kfRipple { to { transform: scale(1); opacity: 0; } }

/* ── glass card + tilt ──────────────────────────────────── */
.card {
  position: relative; border-radius: 22px;
  background: var(--glass); border: 1px solid var(--glass-brd-soft);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset, var(--shadow-md);
  transition: transform .5s var(--e-out), box-shadow .5s var(--e-out), border-color .4s ease;
  overflow: hidden;
}
.card:hover {
  border-color: rgba(169,116,47,0.32);
  box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 40px 90px -34px rgba(22,46,34,0.30), 0 14px 34px -18px rgba(169,116,47,0.18);
}
.card::after { /* soft reflection */
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(150deg, rgba(255,255,255,0.55), transparent 30%);
}
.tilt { transform-style: preserve-3d; will-change: transform; }
.tilt-inner { transform: translateZ(40px); }
.glare {
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; z-index: 3;
  background: radial-gradient(220px circle at var(--gx,50%) var(--gy,50%), rgba(110,231,183,0.18), transparent 60%);
  transition: opacity .35s ease;
}
/* animated gradient border on feature cards */
.card-anim { position: relative; }
.card-anim::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; z-index: 0;
  background: conic-gradient(from var(--ang, 0deg), transparent, rgba(110,231,183,0.55), rgba(199,154,91,0.5), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .5s ease;
}
.card-anim:hover::before { opacity: 1; animation: spinAng 4s linear infinite; }
@keyframes spinAng { to { --ang: 360deg; } }
@property --ang { syntax: "<angle>"; initial-value: 0deg; inherits: false; }

/* ── reveal ─────────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--e-out), transform .9s var(--e-out); will-change: opacity, transform; }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal].in { transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--e-out), transform .8s var(--e-out); }
[data-stagger].in > * { opacity: 1; transform: none; }

/* ── background atmosphere ──────────────────────────────── */
.atmos { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.atmos .base {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(16,185,129,0.07), transparent 60%),
    radial-gradient(50% 45% at 90% 22%, rgba(169,116,47,0.06), transparent 60%),
    radial-gradient(55% 50% at 6% 60%, rgba(16,185,129,0.05), transparent 60%),
    radial-gradient(60% 55% at 80% 88%, rgba(169,116,47,0.05), transparent 62%),
    linear-gradient(180deg, #f6f3ec, #f1ede4 50%, #f5f1ea);
}
.atmos .grid {
  position: absolute; inset: 0; opacity: 0.6;
  background-image:
    linear-gradient(rgba(16,50,36,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,50,36,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask: radial-gradient(80% 70% at 50% 30%, #000, transparent 90%);
  mask: radial-gradient(80% 70% at 50% 30%, #000, transparent 90%);
}
#particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.18; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"); }

/* ── navbar ─────────────────────────────────────────────── */
.nav {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  z-index: 1000; width: calc(100% - 40px); max-width: 1180px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 12px 14px 12px 22px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.72); border: 1px solid var(--glass-brd-soft);
  backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 18px 50px -26px rgba(22,46,34,0.22);
  transition: transform .5s var(--e-out), background .4s ease, box-shadow .4s ease, top .4s var(--e-out);
}
.nav.hide { transform: translateX(-50%) translateY(-140%); }
.nav.scrolled { background: rgba(255, 255, 255, 0.88); box-shadow: 0 20px 60px -28px rgba(22,46,34,0.28); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 17px; letter-spacing: -0.02em; }
.brand .mk {
  width: 32px; height: 32px; border-radius: 9px; display: block;
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  position: relative; padding: 9px 15px; border-radius: 999px; font-size: 14.5px; color: var(--ink-soft);
  transition: color .3s ease, background .3s ease;
}
.nav-links a:hover { color: var(--ink); background: rgba(110,231,183,0.08); }
.nav-links a.active { color: var(--em-ink); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav .btn { padding: 11px 20px; font-size: 14px; }
.burger { display: none; width: 42px; height: 42px; border-radius: 12px; background: var(--glass); border: 1px solid var(--glass-brd-soft); }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto; border-radius: 2px; transition: .3s; }

/* mobile menu */
.mmenu {
  position: fixed; inset: 0; z-index: 999; background: rgba(244,241,234,0.98);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  opacity: 0; pointer-events: none; transition: opacity .5s var(--e-out);
}
.mmenu.open { opacity: 1; pointer-events: auto; }
.mmenu a { font-family: var(--serif); font-size: 2.4rem; color: var(--ink); padding: 12px 0; opacity: 0; transform: translateY(20px); }
.mmenu.open a { animation: mItem .6s var(--e-out) forwards; }
@keyframes mItem { to { opacity: 1; transform: none; } }

/* ── hero ───────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 150px 0 90px; z-index: 2; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: -1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; clip-path: inset(0 100% 0 0); transition: opacity .2s ease; }
.hero-slide.on { opacity: 1; clip-path: inset(0 0 0 0); animation: heroWipe 1.1s var(--e-out) both; }
@keyframes heroWipe { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.hero-slide-blur { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(30px) saturate(1.2) brightness(0.6); transform: scale(1.2); }
.hero-slide-img { position: absolute; inset: 0; background-size: cover; background-position: center 38%; background-repeat: no-repeat; }
.hero-slide.on::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(110,231,183,0.0) 40%, rgba(110,231,183,0.22) 50%, rgba(255,255,255,0.12) 52%, transparent 60%);
  transform: translateX(-100%); animation: heroSweep 1.1s var(--e-out) both; }
@keyframes heroSweep { to { transform: translateX(100%); } }
.hero-veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background:
  linear-gradient(100deg, rgba(6,13,10,0.86) 0%, rgba(6,13,10,0.6) 42%, rgba(6,13,10,0.32) 100%),
  linear-gradient(0deg, rgba(6,13,10,0.7), transparent 40%); }
.hero-copy { max-width: 680px; }
.hero-copy.in { animation: heroUp .9s var(--e-out) both; }
.hero-copy.out { opacity: 0; transform: translateY(-16px); filter: blur(4px); transition: opacity .55s ease, transform .55s ease, filter .55s ease; }
@keyframes heroUp { from { opacity: 0; transform: translateY(30px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: 999px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); font-size: 13px; color: #eef5f1;
  backdrop-filter: blur(12px); margin-bottom: 26px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--em-bright); box-shadow: 0 0 10px var(--em); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .4; } }
.hero h1 { margin-bottom: 22px; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,0.35); }
.hero .display { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; }
.hero .lead { margin-bottom: 30px; color: #eaf2ed; text-shadow: 0 1px 16px rgba(0,0,0,0.3); font-size: 0.92rem; max-width: 440px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 54px; }
.hero-stats { display: flex; gap: 38px; flex-wrap: wrap; }
.hstat .n { font-family: var(--serif); font-size: 2.6rem; line-height: 1; }
.hstat .l { font-size: 12.5px; color: #c2d2ca; margin-top: 6px; letter-spacing: 0.04em; }
.hero-dots { position: absolute; bottom: 30px; right: 32px; display: flex; gap: 9px; z-index: 3; }
.hdot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.32); transition: .3s; }
.hdot.on { background: var(--em-bright); width: 26px; border-radius: 6px; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); pointer-events: none; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; }
.scroll-cue .ln { width: 1px; height: 40px; background: linear-gradient(var(--em-bright), transparent); }
a, button, .btn, .calc-type, .calc-chip, .calc-seg, .nav-links a, .mmenu a, .hdot, .bp-chip, .bp-svc, [role="button"], input, textarea, select { touch-action: manipulation; }
.hero-copy.out { pointer-events: none; }
.tw-line { min-height: 1.1em; }
.tw-caret { display: inline-block; width: 3px; height: 0.9em; margin-left: 4px; vertical-align: -0.08em; background: var(--em-bright); animation: twBlink 0.7s step-end infinite; }
.tw-caret.done { animation: twBlink 1.1s step-end infinite; }
@keyframes twBlink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }

/* ── section heading block ──────────────────────────────── */
.shead { max-width: 720px; margin-bottom: 60px; }
.shead.center { margin-inline: auto; text-align: center; }
.shead .h2 { margin: 18px 0 16px; }
.section-pad { padding: 110px 0; }

/* ── services ───────────────────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { padding: 34px 30px 30px; min-height: 280px; display: flex; flex-direction: column; }
.svc .ic { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 22px;
  background: linear-gradient(160deg, #ffffff, #eef6f1); border: 1px solid var(--glass-brd); color: var(--em-deep);
  box-shadow: 0 8px 20px -10px rgba(16,120,80,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.svc h3 { font-size: 1.4rem; margin-bottom: 12px; }
.svc p { color: var(--ink-mute); font-size: 14.5px; flex: 1; }
.svc .tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.svc .tags span { font-family: var(--mono); font-size: 11px; padding: 5px 10px; border-radius: 999px; background: rgba(110,231,183,0.07); color: var(--ink-soft); border: 1px solid var(--hair); }
.svc.span2 { grid-column: span 2; }

/* ── process timeline ───────────────────────────────────── */
.proc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.proc::before { content: ""; position: absolute; top: 34px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, transparent, var(--em-dim), var(--bronze-deep), transparent); }
.pstep { padding: 0 20px; text-align: center; }
.pstep .num { width: 68px; height: 68px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; position: relative;
  font-family: var(--serif); font-style: italic; font-size: 1.7rem; color: var(--em-ink);
  background: var(--bg-1); border: 1px solid var(--glass-brd); box-shadow: var(--glow-em); }
.pstep h4 { font-size: 1.15rem; margin-bottom: 9px; }
.pstep p { font-size: 13.5px; color: var(--ink-mute); }

/* ── why / metrics ──────────────────────────────────────── */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 4px; }
.why-item { padding: 22px 0; border-top: 1px solid var(--hair); display: flex; gap: 18px; align-items: flex-start; transition: padding-left .4s var(--e-out); }
.why-item:hover { padding-left: 8px; }
.why-item:last-child { border-bottom: 1px solid var(--hair); }
.why-item .k { font-family: var(--serif); font-size: 2.2rem; color: var(--em-bright); min-width: 90px; line-height: 1; }
.why-item h4 { font-size: 1.1rem; margin-bottom: 5px; }
.why-item p { font-size: 13.5px; color: var(--ink-mute); }
.why-visual { aspect-ratio: 1/1.05; border-radius: 26px; position: relative; overflow: hidden; }

/* ── work / portfolio ───────────────────────────────────── */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.work { padding: 0; cursor: pointer; }
.work .shot { position: relative; aspect-ratio: 16/10.5; overflow: hidden; }
.work .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--e-out), filter .6s ease; filter: saturate(1.05); }
.work:hover .shot img { transform: scale(1.06); }
.work .meta { padding: 24px 26px 28px; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.work .meta h3 { font-size: 1.45rem; margin-bottom: 6px; }
.work .meta p { font-size: 13px; color: var(--ink-mute); }
.work .arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--glass-brd); display: grid; place-items: center; flex: none; color: var(--em-bright); transition: .4s var(--e-out); }
.work:hover .arrow { background: var(--em); color: #042016; transform: rotate(-45deg); }
.work .chips { position: absolute; top: 16px; left: 16px; display: flex; gap: 7px; z-index: 2; }
.work .chips span { font-family: var(--mono); font-size: 10.5px; padding: 5px 10px; border-radius: 999px; background: rgba(6,13,10,0.7); backdrop-filter: blur(8px); border: 1px solid var(--glass-brd-soft); }
.work.big { grid-column: span 2; }
.work.big .shot { aspect-ratio: 21/9; }
.work { cursor: pointer; }
.work::after { content: "View case study"; position: absolute; bottom: 26px; left: 26px; z-index: 2; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--em-ink); opacity: 0; transform: translateY(6px); transition: .4s var(--e-out); }
.work:hover::after { opacity: 0; }

/* ── case study overlay ─────────────────────────────────── */
.cs-overlay { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px;
  background: rgba(4, 9, 7, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); animation: csFade .35s var(--e-out); }
@keyframes csFade { from { opacity: 0; } }
.cs-modal { width: min(880px, 100%); max-height: 90vh; overflow-y: auto; display: grid; grid-template-columns: 1fr; padding: 0; animation: csRise .5s var(--e-out); }
@keyframes csRise { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.cs-close { position: absolute; top: 16px; right: 16px; z-index: 4; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(6,13,10,0.6); border: 1px solid var(--glass-brd); color: var(--ink); backdrop-filter: blur(8px); transition: .3s; }
.cs-close:hover { background: var(--em); color: #042016; transform: rotate(90deg); }
.cs-shot { position: relative; aspect-ratio: 21/9; overflow: hidden; }
.cs-shot img { width: 100%; height: 100%; object-fit: cover; }
.cs-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,20,15,0.85)); }
.cs-chips { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; gap: 7px; }
.cs-chips span { font-family: var(--mono); font-size: 10.5px; padding: 5px 10px; border-radius: 999px; background: rgba(6,13,10,0.7); backdrop-filter: blur(8px); border: 1px solid var(--glass-brd-soft); }
.cs-body { padding: 30px 36px 38px; }
.cs-sector { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--em-ink); }
.cs-title { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 10px 0 6px; letter-spacing: -0.02em; }
.cs-role { color: var(--ink-mute); font-size: 14px; margin-bottom: 24px; }
.cs-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 22px 0; margin-bottom: 8px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.cs-metric .k { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1; }
.cs-metric .v { font-size: 12px; color: var(--ink-mute); margin-top: 6px; }
.cs-block { margin-top: 22px; }
.cs-block h4 { font-size: 1.05rem; margin-bottom: 8px; color: var(--em-ink); }
.cs-block p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; }
.cs-stack { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 26px; }
.cs-stack span { font-family: var(--mono); font-size: 12px; padding: 6px 13px; border-radius: 999px; background: rgba(110,231,183,0.06); border: 1px solid var(--hair); color: var(--ink-soft); }
@media (min-width: 720px) { .cs-metrics { gap: 20px; } }

/* ── AI automation (dark feature band) ──────────────────── */
.ai-band { border-radius: 30px; overflow: hidden; position: relative; padding: 64px; background:
  radial-gradient(90% 120% at 12% 0%, rgba(16,185,129,0.14), transparent 55%),
  radial-gradient(80% 120% at 100% 100%, rgba(199,154,91,0.12), transparent 55%),
  linear-gradient(180deg, var(--bg-2), var(--bg-1)); border: 1px solid var(--glass-brd); }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ai-feats { display: grid; gap: 14px; }
.ai-feat { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 16px; background: var(--glass); border: 1px solid var(--glass-brd-soft); transition: transform .4s var(--e-out), border-color .3s; }
.ai-feat:hover { transform: translateX(6px); border-color: var(--glass-brd); }
.ai-feat .d { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid; place-items: center; background: rgba(16,185,129,0.14); color: var(--em-bright); }
.ai-feat h4 { font-size: 1.02rem; margin-bottom: 3px; }
.ai-feat p { font-size: 13px; color: var(--ink-mute); }
.ai-orb { aspect-ratio: 1; border-radius: 50%; position: relative; display: grid; place-items: center; }
.ai-orb > * { position: absolute; }
.orb-aura { inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(16,185,129,0.30), rgba(169,116,47,0.12) 55%, transparent 70%); filter: blur(26px); animation: orbAura 6s ease-in-out infinite; }
@keyframes orbAura { 50% { opacity: 0.62; transform: scale(1.1); } }
.orb-sphere { width: 54%; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  background:
    radial-gradient(circle at 32% 26%, #ffffff 0%, rgba(255,255,255,0.55) 9%, transparent 34%),
    radial-gradient(circle at 72% 80%, var(--bronze-bright), transparent 52%),
    radial-gradient(circle at 50% 46%, #3fe0a6, var(--em-deep) 66%, #04412f);
  box-shadow: 0 34px 80px -22px rgba(16,120,80,0.55), inset 0 -14px 36px rgba(0,40,26,0.4), inset 0 10px 26px rgba(255,255,255,0.45);
  animation: orbFloat 7s ease-in-out infinite; }
@keyframes orbFloat { 50% { transform: translateY(-14px); } }
.orb-sheen { inset: 0; border-radius: 50%; background: linear-gradient(140deg, rgba(255,255,255,0.5), transparent 46%); mix-blend-mode: screen; }
.orb-grid { inset: 0; opacity: 0.22;
  background-image: repeating-linear-gradient(0deg, transparent 0 8px, rgba(255,255,255,0.5) 8px 9px), repeating-linear-gradient(90deg, transparent 0 8px, rgba(255,255,255,0.35) 8px 9px);
  -webkit-mask: radial-gradient(circle, #000 58%, transparent 74%); mask: radial-gradient(circle, #000 58%, transparent 74%); animation: orbSpin 22s linear infinite; }
@keyframes orbSpin { to { transform: rotate(360deg); } }
.orb-ring { border-radius: 50%; animation: orbSpin 26s linear infinite; }
.orb-ring.rr1 { inset: 7%; border: 1px solid rgba(16,120,80,0.28); }
.orb-ring.rr2 { inset: -3%; border: 1px dashed rgba(169,116,47,0.30); animation-duration: 38s; animation-direction: reverse; }
.orb-orbit { border-radius: 50%; }
.orb-orbit.o1 { inset: 7%; animation: orbSpin 13s linear infinite; }
.orb-orbit.o2 { inset: -3%; animation: orbSpin 19s linear infinite reverse; }
.orb-orbit.o3 { inset: 18%; animation: orbSpin 9s linear infinite; }
.orb-orbit i { position: absolute; top: -6px; left: 50%; width: 11px; height: 11px; margin-left: -5.5px; border-radius: 50%; background: var(--em-bright); box-shadow: 0 0 16px var(--em), 0 0 4px #fff; }
.orb-orbit.o2 i { background: var(--bronze-bright); box-shadow: 0 0 16px var(--bronze); }
.orb-orbit.o3 i { width: 8px; height: 8px; margin-left: -4px; top: -4px; }
.orb-chip { display: flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 12px; font-size: 12px; color: var(--ink-soft);
  background: var(--glass-2); border: 1px solid var(--glass-brd); backdrop-filter: blur(14px); box-shadow: var(--shadow-md); white-space: nowrap; }
.orb-chip b { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--em-deep); }
.orb-chip.oc1 { top: 12%; left: -6%; animation: orbFloat 6s ease-in-out infinite; }
.orb-chip.oc2 { bottom: 12%; right: -8%; animation: orbFloat 7.5s ease-in-out 0.5s infinite; }
@media (max-width: 760px) { .orb-chip { display: none; } .ai-orb { max-width: 320px; margin: 0 auto; } }

/* ── AI workflow diagram ────────────────────────────────── */
.aiflow { margin-top: 46px; padding-top: 38px; border-top: 1px solid var(--hair); }
.aiflow-head { margin-bottom: 28px; }
.aiflow-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--em-ink); }
.aiflow-head h4 { font-size: 1.35rem; margin-top: 10px; max-width: 30ch; letter-spacing: -0.02em; }
.aiflow-rail { display: flex; align-items: stretch; gap: 0; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
.aiflow-node { flex: 1 1 0; min-width: 150px; padding: 20px 18px; border-radius: 16px; background: var(--glass); border: 1px solid var(--glass-brd-soft); transition: transform .4s var(--e-out), border-color .3s; }
.aiflow-node:hover { transform: translateY(-4px); border-color: var(--glass-brd); box-shadow: var(--glow-em); }
.afn-ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 14px; background: rgba(16,185,129,0.13); color: var(--em-bright); }
.afn-t { font-size: 14.5px; font-weight: 600; margin-bottom: 4px; }
.afn-d, .afn-s { font-size: 12px; color: var(--ink-mute); line-height: 1.45; }
.aiflow-link { flex: 0 0 36px; display: grid; place-items: center; position: relative; }
.aiflow-link::before { content: ""; position: absolute; left: 4px; right: 4px; top: 50%; height: 2px; background: linear-gradient(90deg, var(--em-dim), var(--bronze-deep)); opacity: 0.5; }
.aiflow-link span { width: 7px; height: 7px; border-radius: 50%; background: var(--em-bright); box-shadow: 0 0 10px var(--em); position: relative; z-index: 2; animation: afnPulse 2.4s ease-in-out infinite; animation-delay: calc(var(--i, 0) * 0.4s); }
@keyframes afnPulse { 0%,100% { transform: scale(0.7); opacity: 0.5; } 50% { transform: scale(1.3); opacity: 1; } }
.aiflow-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.aiflow-tools span { font-family: var(--mono); font-size: 12px; padding: 7px 14px; border-radius: 999px; background: rgba(110,231,183,0.06); border: 1px solid var(--hair); color: var(--ink-soft); }
.aiflow-tools span:nth-child(even) { color: var(--bronze-bright); }
@media (max-width: 760px) {
  .aiflow-rail { flex-direction: column; }
  .aiflow-link { flex: 0 0 24px; transform: rotate(90deg); }
}

/* ── testimonials ───────────────────────────────────────── */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tst { padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.tst .q { font-size: 1.05rem; line-height: 1.55; color: var(--ink-soft); flex: 1; }
.tst .q::first-letter { }
.tst .who { display: flex; align-items: center; gap: 12px; }
.tst .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(150deg, var(--em-deep), var(--bronze-deep)); display: grid; place-items: center; font-weight: 600; color: #042016; }
.tst .who .nm { font-size: 14px; font-weight: 600; }
.tst .who .rl { font-size: 12px; color: var(--ink-mute); }
.tst .stars { color: var(--bronze-bright); font-size: 13px; letter-spacing: 2px; }

/* ── pricing ────────────────────────────────────────────── */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price { padding: 36px 32px; display: flex; flex-direction: column; }
.price.feat { background: linear-gradient(180deg, rgba(16,185,129,0.10), var(--glass)); border-color: var(--glass-brd); box-shadow: var(--glow-em), var(--shadow-md); }
.price .tier { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--em-ink); margin-bottom: 16px; }
.price .amt { font-family: var(--serif); font-size: 3rem; line-height: 1; margin-bottom: 6px; }
.price .amt small { font-family: var(--sans); font-size: 0.95rem; color: var(--ink-mute); }
.price .desc { font-size: 13.5px; color: var(--ink-mute); margin-bottom: 24px; }
.price ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; flex: 1; }
.price li { display: flex; gap: 11px; font-size: 14px; color: var(--ink-soft); }
.price li svg { flex: none; color: var(--em-bright); margin-top: 2px; }
.price .badge-feat { align-self: flex-start; font-family: var(--mono); font-size: 11px; padding: 5px 12px; border-radius: 999px; background: var(--em); color: #042016; font-weight: 600; margin-bottom: 16px; }

/* ── faq ────────────────────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 4px; font-size: 1.15rem; font-weight: 500; color: var(--ink); }
.faq-q .pm { width: 28px; height: 28px; flex: none; border-radius: 50%; border: 1px solid var(--glass-brd); display: grid; place-items: center; color: var(--em-bright); transition: .4s var(--e-out); }
.faq-item.open .faq-q .pm { transform: rotate(135deg); background: var(--em); color: #042016; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--e-in-out); }
.faq-a p { padding: 0 4px 26px; color: var(--ink-mute); font-size: 14.5px; max-width: 90%; }

/* ── contact ────────────────────────────────────────────── */
.contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.contact-form { padding: 38px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12.5px; color: var(--ink-mute); margin-bottom: 8px; font-family: var(--mono); letter-spacing: 0.04em; }
.field input, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 13px; background: rgba(6,13,10,0.5);
  border: 1px solid var(--glass-brd-soft); color: var(--ink); font-size: 15px; transition: border-color .3s ease, box-shadow .3s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--em); box-shadow: 0 0 0 4px rgba(16,185,129,0.12); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-aside .ci { display: flex; gap: 14px; align-items: flex-start; padding: 20px 0; border-top: 1px solid var(--hair); }
.contact-aside .ci:last-child { border-bottom: 1px solid var(--hair); }
.contact-aside .ci .d { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; background: rgba(16,185,129,0.12); color: var(--em-bright); }
.contact-aside .ci h4 { font-size: 14px; margin-bottom: 3px; }
.contact-aside .ci p { font-size: 13.5px; color: var(--ink-mute); }
.form-note { font-size: 13px; margin-top: 6px; }

/* ── footer ─────────────────────────────────────────────── */
.footer { padding: 80px 0 40px; border-top: 1px solid var(--hair); margin-top: 40px; position: relative; z-index: 2; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer h5 { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--ink-soft); font-size: 14.5px; padding: 7px 0; transition: color .3s, padding-left .3s; }
.footer-col a:hover { color: var(--em-ink); padding-left: 5px; }
.footer-brand p { color: var(--ink-mute); font-size: 14px; max-width: 32ch; margin-top: 16px; }
.footer-bot { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 30px; border-top: 1px solid var(--hair); font-size: 13px; color: var(--ink-faint); flex-wrap: wrap; }
.bigmark { font-family: var(--serif); font-style: italic; font-size: clamp(4rem, 14vw, 11rem); line-height: 0.9; text-align: center; margin-top: 40px;
  background: linear-gradient(180deg, rgba(16,120,80,0.22), transparent 82%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ── intro loader ───────────────────────────────────────── */
.intro { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(130% 120% at 50% 36%, #ffffff 0%, #f4f1ea 58%, #ece7dc 100%); }
.intro.done { animation: introOut 0.9s var(--e-in-out) forwards; }
@keyframes introOut { to { opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0); } }
.intro-stage { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.intro.done .intro-stage { animation: introUp .8s var(--e-in-out) forwards; }
@keyframes introUp { to { transform: translateY(-16px); opacity: 0; } }
.intro-mk { position: relative; width: 96px; height: 96px; display: grid; place-items: center; }
.intro-mk svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.intro-mk .rbg { fill: none; stroke: rgba(110,231,183,0.1); stroke-width: 2; }
.intro-mk .rfg { fill: none; stroke: url(#ig); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 295; stroke-dashoffset: 295; transition: stroke-dashoffset .3s ease; filter: drop-shadow(0 0 6px rgba(16,185,129,0.7)); }
.intro-mk b { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--em-bright);
  opacity: 0; transform: scale(.5); animation: introK .9s var(--e-out) .1s forwards; }
@keyframes introK { to { opacity: 1; transform: none; } }
.intro-word { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -0.01em; overflow: hidden; display: flex; }
.intro-word span { display: inline-block; transform: translateY(110%); animation: introUpL .8s var(--e-out) forwards; }
@keyframes introUpL { to { transform: none; } }
.intro-bar { width: 200px; height: 2px; border-radius: 2px; background: rgba(110,231,183,0.12); overflow: hidden; }
.intro-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--em-deep), var(--em-bright)); box-shadow: 0 0 10px var(--em); transition: width .3s var(--e-out); }
.intro-pct { font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; color: var(--ink-mute); }

/* skeleton loader util */
.sk { position: relative; overflow: hidden; background: rgba(110,231,183,0.05); border-radius: 8px; }
.sk::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(110,231,183,0.12), transparent); transform: translateX(-100%); animation: sksweep 1.4s infinite; }
@keyframes sksweep { to { transform: translateX(100%); } }

/* ── tech marquee ───────────────────────────────────────── */
.marquee { position: relative; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-row { display: flex; gap: 14px; width: max-content; animation: marq 38s linear infinite; }
.marquee:hover .marquee-row { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }
.tchip { font-family: var(--mono); font-size: 14px; letter-spacing: 0.02em; color: var(--ink-soft); white-space: nowrap;
  padding: 13px 22px; border-radius: 999px; background: var(--glass); border: 1px solid var(--glass-brd-soft); }
.tchip:nth-child(even) { color: var(--bronze-bright); }

/* ── estimate calculator ────────────────────────────────── */
.calc { display: grid; grid-template-columns: 1.35fr 0.95fr; gap: 22px; align-items: start; }
.calc-config { display: flex; flex-direction: column; gap: 16px; }
.calc-group { background: var(--glass); border: 1px solid var(--glass-brd-soft); border-radius: 20px; padding: 22px 22px 24px; box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; }
.calc-grouphead { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.calc-grouphead .cg-n { width: 30px; height: 30px; flex: none; border-radius: 9px; display: grid; place-items: center; font-family: var(--mono); font-size: 14px; font-weight: 600; color: #042016; background: linear-gradient(150deg, var(--em-bright), var(--em-deep)); }
.calc-grouphead .cg-t { font-size: 1.1rem; font-weight: 600; line-height: 1.1; }
.calc-grouphead .cg-s { font-size: 12.5px; color: var(--ink-mute); margin-top: 2px; }
.calc-group .calc-block + .calc-block { margin-top: 18px; }
.calc-tworow { display: flex; gap: 16px; align-items: flex-start; flex-wrap: wrap; }
.calc-tworow .calc-block { margin-top: 0 !important; }
.calc-care { flex-wrap: wrap; }
.calc-care .calc-seg { flex: 1 1 calc(50% - 4px); }
.calc-label { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 12px; }
.calc-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.calc-type { display: flex; align-items: center; gap: 13px; padding: 18px 18px; border-radius: 16px; text-align: left;
  background: var(--glass); border: 1px solid var(--glass-brd-soft); color: var(--ink-soft); font-size: 15px; font-weight: 500;
  transition: transform .4s var(--e-out), border-color .3s, background .3s, color .3s; }
.calc-type:hover { transform: translateY(-2px); border-color: var(--glass-brd); }
.calc-type .ci { width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center; background: rgba(16,185,129,0.1); color: var(--em-bright); transition: .3s; }
.calc-type.on { background: linear-gradient(160deg, rgba(16,185,129,0.18), rgba(16,185,129,0.05)); border-color: var(--em); color: var(--ink); box-shadow: var(--glow-em); }
.calc-type.on .ci { background: var(--em); color: #042016; }
.calc-addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.calc-chip { display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px; border-radius: 13px; text-align: left;
  background: var(--glass); border: 1px solid var(--glass-brd-soft); color: var(--ink-soft); font-size: 14px;
  transition: transform .35s var(--e-out), border-color .3s, background .3s; }
.calc-chip:hover { transform: translateY(-2px); border-color: var(--glass-brd); }
.calc-chip .bx { width: 24px; height: 24px; flex: none; border-radius: 7px; display: grid; place-items: center; border: 1px solid var(--glass-brd); color: var(--em-bright); transition: .3s; }
.calc-chip .bx .plus { font-size: 16px; line-height: 1; color: var(--ink-mute); }
.calc-chip .lab { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.calc-chip .lab-t { font-size: 14px; line-height: 1.15; }
.calc-chip .lab-d { font-size: 11px; color: var(--ink-faint); line-height: 1.25; }
.calc-chip.on .lab-d { color: var(--ink-mute); }
.calc-chip .pr { font-family: var(--mono); font-size: 12.5px; color: var(--ink-mute); }
.calc-chip.on { background: rgba(16,185,129,0.1); border-color: var(--em); color: var(--ink); }
.calc-chip.on .bx { background: var(--em); border-color: var(--em); color: #042016; }
.calc-chip.on .pr { color: var(--em-ink); }
.calc-speed { display: flex; gap: 8px; background: var(--glass); border: 1px solid var(--glass-brd-soft); border-radius: 14px; padding: 6px; }
.calc-seg { flex: 1; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--ink-mute); transition: .3s var(--e-out); }
.calc-seg.on { background: linear-gradient(180deg, var(--em-bright), var(--em-deep)); color: #042016; box-shadow: var(--glow-em); }

.calc-result { position: sticky; top: 100px; padding: 32px 30px; display: flex; flex-direction: column; }
.cr-tier { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.cr-amt { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1; letter-spacing: -0.01em; }
.cr-dash { padding: 0 .12em; color: var(--ink-faint); -webkit-text-fill-color: var(--ink-faint); }
.cr-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; padding: 18px 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.cr-meta .k { display: block; font-size: 15px; font-weight: 600; color: var(--ink); }
.cr-meta .v { display: block; font-size: 11px; color: var(--ink-mute); margin-top: 3px; }
.cr-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; min-height: 40px; }
.cr-row { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--ink-soft); }
.cr-row span:last-child { font-family: var(--mono); color: var(--ink-mute); }
.cr-form { display: flex; gap: 8px; margin-bottom: 4px; }
.cr-form input { flex: 1; padding: 13px 14px; border-radius: 12px; background: rgba(6,13,10,0.5); border: 1px solid var(--glass-brd-soft); color: var(--ink); font-size: 14px; }
.cr-form input:focus { outline: none; border-color: var(--em); box-shadow: 0 0 0 4px rgba(16,185,129,0.12); }
.cr-form .btn { padding: 13px 20px; font-size: 14px; }
.cr-sent { display: flex; align-items: center; gap: 8px; padding: 13px; border-radius: 12px; background: rgba(16,185,129,0.12); color: var(--em-ink); font-size: 14px; }
.cr-sent svg { color: var(--em-bright); }
.cr-fine { font-size: 11.5px; color: var(--ink-faint); margin-top: 12px; text-align: center; }
.cr-order { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.cr-order input { padding: 13px 14px; border-radius: 12px; background: rgba(6,13,10,0.5); border: 1px solid var(--glass-brd-soft); color: var(--ink); font-size: 14px; }
.cr-order input:focus { outline: none; border-color: var(--em); box-shadow: 0 0 0 4px rgba(16,185,129,0.12); }
.cr-success { text-align: center; }
.cr-suc-ic { width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; background: rgba(16,185,129,0.15); color: var(--em-bright); }
.cr-suc-ic svg { width: 28px; height: 28px; }
.cr-suc-h { font-size: 1.5rem; letter-spacing: -0.02em; }
.cr-suc-p { font-size: 13.5px; color: var(--ink-mute); margin: 8px 0 20px; line-height: 1.55; }
.cr-suc-price { padding: 16px; border-radius: 14px; background: rgba(16,185,129,0.08); border: 1px solid var(--glass-brd); margin-bottom: 18px; }
.cr-suc-pl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.cr-suc-rows { display: flex; flex-direction: column; gap: 9px; text-align: left; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--hair); }
.cr-suc-rows .cr-row span:last-child { display: inline-flex; align-items: center; }
.cr-suc-rows .cr-row svg { width: 15px; height: 15px; color: var(--em-bright); }
.cr-suc-next { text-align: left; }
.cr-suc-nh { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--em-ink); margin-bottom: 12px; }
.cr-step { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--ink-soft); padding: 6px 0; }
.cr-step span { width: 24px; height: 24px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(16,185,129,0.12); color: var(--em-bright); font-size: 12px; font-weight: 600; font-family: var(--mono); }
.cr-monthly { font-size: 13px; color: var(--bronze-bright); margin-top: 6px; font-family: var(--mono); }
.calc-stepper { display: flex; align-items: center; gap: 14px; background: var(--glass); border: 1px solid var(--glass-brd-soft); border-radius: 14px; padding: 10px 14px; width: max-content; }
.calc-stepper button { width: 38px; height: 38px; border-radius: 10px; font-size: 22px; line-height: 1; color: var(--em-bright); background: rgba(16,185,129,0.1); border: 1px solid var(--glass-brd); transition: .25s; }
.calc-stepper button:hover { background: var(--em); color: #042016; }
.cs-val { min-width: 90px; text-align: center; display: flex; flex-direction: column; }
.cs-val b { font-family: var(--serif); font-size: 1.7rem; line-height: 1; color: var(--ink); }
.cs-val span { font-size: 11px; color: var(--ink-mute); margin-top: 2px; }

/* ── responsive ─────────────────────────────────────────── */
@media (max-width: 1080px) {
  .hero-stats { gap: 28px; }
  .svc-grid, .tst-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .svc.span2 { grid-column: span 2; }
  .proc { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .proc::before { display: none; }
  .why, .ai-grid, .contact { grid-template-columns: 1fr; gap: 40px; }
  .calc { grid-template-columns: 1fr; }
  .calc-result { position: relative; top: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 120px 0 80px; }
  .hero .display { font-size: clamp(1.5rem, 6vw, 1.9rem); }
  .hero .lead { font-size: 0.9rem; margin-bottom: 26px; }
  .hero-badge { font-size: 12px; margin-bottom: 18px; }
  .hstat .n { font-size: 2rem; }
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .burger { display: block; }
  .section-pad { padding: 72px 0; }
  .svc-grid, .tst-grid, .price-grid, .work-grid { grid-template-columns: 1fr; }
  .calc-types, .calc-addons { grid-template-columns: 1fr; }
  .svc.span2, .work.big { grid-column: span 1; }
  .proc { grid-template-columns: 1fr; }
  .ai-band { padding: 36px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .hero-stats { gap: 24px; }
  .price.feat { order: -1; }
  /* no heavy motion on mobile */
  .tilt { transform: none !important; }
  .glare { display: none; }
}
@media (hover: none) {
  .btn { transition: none; }
  .btn-primary::before { display: none; }
  .kf-ripple { display: none; }
  .card:hover { transform: none; }
  /* lighter blur on touch devices for smoother scrolling */
  .nav, .card, .btn-ghost, .ai-feat, .aiflow-node, .orb-chip, .kf-chat-panel { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
  .grain { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .intro { display: none; }
  .hero-slide { transition: opacity .4s ease; transform: none; }
}

/* ── chat widget ────────────────────────────────────────── */
.kf-chat { position: fixed; bottom: 22px; right: 22px; z-index: 1200; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.kf-chat-fab { position: relative; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: #042016; order: 2;
  background: linear-gradient(165deg, var(--em-bright), var(--em-deep)); box-shadow: 0 16px 38px -10px rgba(16,120,80,0.55), inset 0 1px 0 rgba(255,255,255,0.4); transition: transform .4s var(--e-out); }
.kf-chat-fab:hover { transform: scale(1.07) translateY(-2px); }
.kf-chat.open .kf-chat-fab { transform: rotate(90deg); }
.kf-fab-pulse { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--em-bright); animation: fabPulse 2.4s ease-out infinite; pointer-events: none; }
@keyframes fabPulse { 0% { opacity: .7; transform: scale(1); } 100% { opacity: 0; transform: scale(1.5); } }
.kf-chat.open .kf-fab-pulse { display: none; }
.kf-chat-panel { order: 1; width: 360px; max-width: calc(100vw - 36px); border-radius: 24px; overflow: hidden;
  background: var(--bg-1); border: 1px solid var(--glass-brd); box-shadow: var(--shadow-lg);
  transform: translateY(20px) scale(.94); opacity: 0; pointer-events: none; transform-origin: bottom right; transition: .45s var(--e-out); }
.kf-chat.open .kf-chat-panel { transform: none; opacity: 1; pointer-events: auto; }
.kf-chat-head { position: relative; display: flex; align-items: center; gap: 13px; padding: 20px 20px 22px;
  background: linear-gradient(155deg, var(--em-deep) 0%, #0a4a32 55%, #0d5a3c 100%); }
.kf-chat-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 22px; background: var(--bg-1); border-radius: 22px 22px 0 0; }
.kf-chat-av-wrap { position: relative; flex: none; }
.kf-chat-av { width: 48px; height: 48px; border-radius: 50%; display: block; overflow: hidden; object-fit: cover; object-position: center 22%;
  background: linear-gradient(150deg, var(--em-bright), var(--bronze-bright)); box-shadow: 0 4px 14px rgba(0,0,0,0.25); }
.kf-chat-on { position: absolute; right: 1px; bottom: 1px; width: 12px; height: 12px; border-radius: 50%; background: #41e3a3; border: 2.5px solid var(--em-deep); }
.kf-chat-meta { flex: 1; }
.kf-chat-t { font-weight: 600; font-size: 16px; color: #fff; letter-spacing: 0.01em; }
.kf-chat-s { font-size: 12px; color: rgba(255,255,255,0.78); margin-top: 2px; }
.kf-chat-x { position: relative; z-index: 1; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.12); transition: .2s; }
.kf-chat-x:hover { background: rgba(255,255,255,0.22); }
.kf-chat-body { position: relative; padding: 6px 20px 20px; }
.kf-chat-greet { margin-bottom: 16px; }
.kf-chat-greet p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 4px; }
.kf-chat-greet b { color: var(--em-deep); }
.kf-field { position: relative; display: flex; align-items: center; margin-bottom: 10px; }
.kf-field .kf-ic { position: absolute; left: 13px; top: 13px; width: 18px; height: 18px; color: var(--ink-faint); pointer-events: none; }
.kf-field .kf-ic svg { width: 100%; height: 100%; }
.kf-field-area .kf-ic { top: 13px; }
.kf-chat-body input, .kf-chat-body textarea { width: 100%; padding: 12px 14px 12px 40px; border-radius: 13px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); color: var(--ink); font-size: 14px; font-family: var(--sans); resize: vertical; transition: border-color .2s, box-shadow .2s; }
.kf-chat-body input::placeholder, .kf-chat-body textarea::placeholder { color: var(--ink-faint); }
.kf-chat-body input:focus, .kf-chat-body textarea:focus { outline: none; border-color: var(--em); box-shadow: 0 0 0 3px rgba(16,185,129,0.12); }
.kf-send { width: 100%; margin-top: 4px; justify-content: center; }
.kf-chat-err { font-size: 12.5px; color: #d9534f; margin-bottom: 10px; }
.kf-chat-fine { font-size: 11px; color: var(--ink-faint); margin-top: 12px; text-align: center; line-height: 1.4; }
.kf-chat-done { text-align: center; padding: 14px 6px; }
.kf-chat-check { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 14px; display: grid; place-items: center; background: rgba(16,185,129,0.15); color: var(--em-deep); }
.kf-chat-done h4 { font-size: 1.2rem; margin-bottom: 6px; }
.kf-chat-done p { font-size: 13.5px; color: var(--ink-mute); line-height: 1.5; }
@media (max-width: 480px) { .kf-chat { bottom: 16px; right: 16px; } .kf-chat-fab { width: 56px; height: 56px; } }

/* chat teaser bubble (pre-click) */
.kf-teaser { order: 3; position: absolute; bottom: 6px; right: 76px; width: 260px; display: flex; align-items: center; gap: 11px;
  padding: 11px 36px 11px 12px; border-radius: 16px 16px 4px 16px; cursor: pointer;
  background: var(--bg-1); border: 1px solid var(--glass-brd); box-shadow: var(--shadow-md);
  opacity: 0; transform: translateY(8px) scale(.9); transform-origin: bottom right; pointer-events: none; transition: .45s var(--e-out); }
.kf-chat.teasing .kf-teaser { opacity: 1; transform: none; pointer-events: auto; }
.kf-teaser-av { width: 40px; height: 40px; border-radius: 50%; flex: none; object-fit: cover; object-position: center 22%; box-shadow: 0 0 0 2px rgba(16,120,80,0.25); animation: teaseBob 3s ease-in-out 1s infinite; }
@keyframes teaseBob { 50% { transform: translateY(-4px); } }
.kf-teaser-txt { font-size: 12.5px; line-height: 1.45; color: var(--ink-soft); }
.kf-teaser-txt b { color: var(--em-deep); }
.kf-teaser-x { position: absolute; top: 7px; right: 8px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-faint); background: var(--bg-2); transition: .2s; }
.kf-teaser-x:hover { color: var(--ink); background: var(--bg-3); }
@media (max-width: 480px) { .kf-teaser { width: 210px; right: 70px; } }

/* ════════ Blueprint AI ════════ */
.bp-cta { position: relative; overflow: hidden; text-align: center; padding: 64px 56px; }
.bp-cta-glow { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 70%; height: 120%; pointer-events: none;
  background: radial-gradient(circle, rgba(16,185,129,0.14), transparent 62%); filter: blur(20px); }
.bp-cta .eyebrow, .bp-cta .h2, .bp-cta .lead, .bp-cta .bp-open, .bp-cta-meta { position: relative; z-index: 1; }
.bp-cta .lead { max-width: 640px; margin: 16px auto 30px; }
.bp-cta-meta { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-size: 13px; color: var(--ink-mute); }
@media (max-width: 600px) { .bp-cta { padding: 44px 24px; } }

.bp-modal { position: fixed; inset: 0; z-index: 4000; display: flex; align-items: center; justify-content: center; padding: 24px; }
.bp-backdrop { position: absolute; inset: 0; background: rgba(10,22,16,0.5); backdrop-filter: blur(8px); animation: bpFade .3s ease; }
@keyframes bpFade { from { opacity: 0; } }
.bp-shell { position: relative; width: min(960px, 100%); max-height: 92vh; display: flex; flex-direction: column; border-radius: 26px; overflow: hidden;
  background: var(--bg-1); border: 1px solid var(--glass-brd); box-shadow: var(--shadow-lg); animation: bpPop .45s var(--e-out); }
@keyframes bpPop { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.bp-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--hair); }
.bp-head-l { display: flex; align-items: center; gap: 12px; }
.bp-logo { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-size: 20px; color: #042016; background: linear-gradient(150deg, var(--em-bright), var(--bronze-bright)); }
.bp-head-t { font-weight: 600; font-size: 16px; }
.bp-head-s { font-size: 12.5px; color: var(--ink-mute); }
.bp-x { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-mute); background: var(--bg-2); transition: .2s; }
.bp-x:hover { background: var(--bg-3); color: var(--ink); }

.bp-progress { position: relative; display: flex; gap: 8px; padding: 16px 24px 18px; }
.bp-pstep { display: flex; align-items: center; gap: 8px; flex: 1; font-size: 13px; color: var(--ink-faint); }
.bp-pdot { width: 24px; height: 24px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: var(--bg-3); color: var(--ink-mute); transition: .3s; }
.bp-pstep.on .bp-pdot { background: linear-gradient(150deg, var(--em-bright), var(--em-deep)); color: #042016; }
.bp-pstep.done .bp-pdot { background: var(--em-deep); color: #fff; }
.bp-pstep.on, .bp-pstep.done { color: var(--ink); }
.bp-plabel { white-space: nowrap; }
.bp-pbar { position: absolute; left: 24px; right: 24px; bottom: 8px; height: 2px; background: var(--bg-3); border-radius: 2px; }
.bp-pbar i { display: block; height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--em-bright), var(--bronze-bright)); transition: width .5s var(--e-out); }
@media (max-width: 600px) { .bp-plabel { display: none; } }

.bp-body { flex: 1; overflow-y: auto; padding: 26px 28px; }
.bp-stepwrap { animation: bpFade .4s ease; }
.bp-q { display: flex; align-items: center; gap: 10px; font-size: 1.4rem; margin-bottom: 6px; }
.bp-q svg { width: 24px; height: 24px; color: var(--em-deep); }
.bp-hint { color: var(--ink-mute); font-size: 14px; margin-bottom: 18px; }
.bp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.bp-f { display: flex; flex-direction: column; gap: 8px; }
.bp-f-full, .bp-grid2 .bp-f-full { grid-column: 1 / -1; }
.bp-f > span { font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.bp-f input, .bp-f select, .bp-f textarea { width: 100%; padding: 12px 14px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); color: var(--ink); font-size: 14px; font-family: var(--sans); resize: vertical; }
.bp-f input:focus, .bp-f select:focus, .bp-f textarea:focus { outline: none; border-color: var(--em); box-shadow: 0 0 0 3px rgba(16,185,129,0.12); }
.bp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bp-chip { padding: 9px 15px; border-radius: 999px; font-size: 13px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); color: var(--ink-soft); transition: .2s; }
.bp-chip:hover { border-color: var(--em); }
.bp-chip.on { background: linear-gradient(150deg, var(--em-bright), var(--em-deep)); color: #042016; border-color: transparent; font-weight: 600; }
@media (max-width: 600px) { .bp-grid2 { grid-template-columns: 1fr; } }

.bp-svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.bp-svc { position: relative; text-align: left; padding: 16px; border-radius: 15px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); transition: .25s; }
.bp-svc:hover { border-color: var(--em); transform: translateY(-2px); }
.bp-svc.on { border-color: var(--em); background: rgba(16,185,129,0.07); box-shadow: 0 0 0 2px rgba(16,185,129,0.18) inset; }
.bp-svc-check { position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; color: #042016; background: var(--em-bright); opacity: 0; transform: scale(.5); transition: .2s; }
.bp-svc.on .bp-svc-check { opacity: 1; transform: none; }
.bp-svc-t { display: block; font-weight: 600; font-size: 14px; margin-bottom: 4px; padding-right: 22px; }
.bp-svc-p { font-size: 12px; color: var(--ink-mute); font-family: var(--mono); }

.bp-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px; border-top: 1px solid var(--hair); }

.bp-loading { text-align: center; padding: 50px 20px; }
.bp-loader { display: inline-flex; gap: 8px; margin-bottom: 24px; }
.bp-loader span { width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(150deg, var(--em-bright), var(--bronze-bright)); animation: bpBounce 1.2s ease-in-out infinite; }
.bp-loader span:nth-child(2) { animation-delay: .15s; } .bp-loader span:nth-child(3) { animation-delay: .3s; }
@keyframes bpBounce { 0%, 100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(-12px); opacity: 1; } }
.bp-loading h3 { font-size: 1.5rem; margin-bottom: 8px; }
.bp-load-line { color: var(--ink-mute); font-size: 14px; }

/* report */
.bp-report { animation: bpFade .5s ease; }
.bp-rhero { text-align: center; margin-bottom: 28px; }
.bp-pkg-badge { display: inline-block; padding: 7px 14px; border-radius: 999px; font-size: 12.5px; color: var(--em-deep); background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.25); margin-bottom: 14px; }
.bp-summary { max-width: 640px; margin: 14px auto 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.bp-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.bp-stat { padding: 18px; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); text-align: center; }
.bp-stat-n { font-family: var(--serif); font-size: 1.7rem; line-height: 1.1; }
.bp-stat-l { font-size: 12px; color: var(--ink-mute); margin-top: 5px; }
.bp-stat-sub { font-size: 10.5px; color: var(--ink-faint); margin-top: 2px; }
@media (max-width: 700px) { .bp-stats-row { grid-template-columns: 1fr 1fr; } }

.bp-rgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bp-rcard { padding: 22px; }
.bp-rcard-wide { grid-column: 1 / -1; }
.bp-rcard-h { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bp-rcard-h svg { width: 20px; height: 20px; color: var(--em-deep); flex: none; }
.bp-rcard-h h4 { font-size: 1.05rem; }
.bp-muted { color: var(--ink-mute); font-size: 13.5px; line-height: 1.55; }
.bp-pkg-name { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 6px; }
.bp-svc-pills, .bp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.bp-pill { padding: 6px 12px; border-radius: 999px; font-size: 12px; background: rgba(16,185,129,0.1); color: var(--em-deep); }
.bp-tag { padding: 6px 12px; border-radius: 8px; font-size: 12.5px; background: var(--bg-2); border: 1px solid var(--glass-brd-soft); color: var(--ink-soft); }
.bp-list { list-style: none; display: grid; gap: 8px; }
.bp-list li { position: relative; padding-left: 22px; font-size: 13.5px; color: var(--ink-soft); }
.bp-list li::before { content: "✓"; position: absolute; left: 0; color: var(--em-deep); font-weight: 700; }
.bp-roi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; }
.bp-roi span { display: block; font-family: var(--serif); font-size: 1.4rem; }
.bp-roi small { font-size: 11px; color: var(--ink-mute); }
.bp-fineprint, .bp-fineprint { font-size: 11px; color: var(--ink-faint); margin-top: 12px; }
.bp-auto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bp-auto { display: flex; gap: 10px; padding: 12px 14px; border-radius: 12px; background: var(--bg-2); font-size: 13.5px; color: var(--ink-soft); }
.bp-auto-n { font-family: var(--mono); font-size: 11px; color: var(--em-deep); }
.bp-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bp-stack-n { font-weight: 600; font-size: 14px; margin-bottom: 3px; }
.bp-timeline { display: flex; flex-direction: column; gap: 4px; }
.bp-tl-phase { display: flex; align-items: stretch; gap: 12px; }
.bp-tl-dot { width: 11px; height: 11px; border-radius: 50%; margin-top: 4px; flex: none; background: var(--em-deep); box-shadow: 0 0 0 4px rgba(16,185,129,0.15); }
.bp-tl-bar { padding: 0 0 16px; }
.bp-tl-t { font-weight: 600; font-size: 14px; } .bp-tl-t em { color: var(--em-deep); font-style: normal; font-family: var(--mono); font-size: 12px; }
.bp-seo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bp-seo h5 { font-size: 13px; color: var(--ink); margin-bottom: 9px; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--mono); }
@media (max-width: 700px) { .bp-rgrid, .bp-auto-grid, .bp-stack, .bp-seo { grid-template-columns: 1fr; } }

.bp-final { text-align: center; margin-top: 18px; padding: 32px; }
.bp-final h3 { font-size: 1.5rem; margin-bottom: 6px; }
.bp-final-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

@media print {
  body * { visibility: hidden; }
  .bp-modal, .bp-modal * { visibility: visible; }
  .bp-modal { position: absolute; inset: 0; padding: 0; }
  .bp-backdrop, .bp-head, .bp-progress, .bp-x, .bp-final-cta { display: none !important; }
  .bp-shell { box-shadow: none; max-height: none; border: none; width: 100%; }
  .bp-body { overflow: visible; }
}
