/* =====================================================================
   Lead Qualifi: Landing site styles
   Brand: Poppins · Navy #0B1D3A · Teal #00BFA5 · Gold #E8B84B
   ===================================================================== */

:root {
  --navy: #0B1D3A;
  --navy-2: #0d2c4d;
  --navy-deep: #071528;
  --teal: #00BFA5;
  --teal-dark: #008f7c;
  --gold: #E8B84B;
  --gold-dark: #C8902A;
  --ink: #0B1D3A;
  --slate: #52617A;
  --slate-2: #6B7890;
  --muted: #7886A0;
  --line: #E7EDF3;
  --bg-soft: #F4F7FA;
  --maxw: 1200px;
}

/* ---------- Reset / base ---------- */
* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: var(--ink);
  line-height: 1.5;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }


.container { max-width: var(--maxw); margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; border-radius: 12px; cursor: pointer; border: none; font-family: inherit; transition: background .15s, border-color .15s, transform .15s; }
.btn-sm { padding: 11px 22px; font-size: 14.5px; border-radius: 10px; }
.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(11,29,58,.18); }
.btn-dark:hover { background: #13294f; }
.btn-primary { background: linear-gradient(135deg, var(--navy), var(--teal)); color: #fff; font-size: 16px; padding: 16px 30px; box-shadow: 0 14px 32px rgba(0,191,165,.3); }
.btn-outline { background: #fff; color: var(--navy); font-size: 16px; padding: 16px 28px; border: 1.5px solid #E1E7EE; }
.btn-outline:hover { border-color: var(--teal); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #3a2705; font-size: 16px; padding: 16px 32px; box-shadow: 0 14px 32px rgba(200,144,42,.35); }
.btn-gold:hover { filter: brightness(1.04); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border-bottom: 1px solid #EAEEF3; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.logo img { height: 54px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14.5px; font-weight: 500; color: #46566E; }
.nav a:hover { color: var(--teal); }

/* ---------- Section scaffold ---------- */
.section { padding: 96px 0; }
.section-label { color: var(--teal); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.section-title { font-size: 40px; line-height: 1.15; font-weight: 700; letter-spacing: -1px; margin-top: 14px; color: var(--navy); }
.section-sub { font-size: 18px; line-height: 1.65; color: var(--slate); margin-top: 18px; }
.overview-tagline { font-size: 21px; line-height: 1.4; font-weight: 600; color: var(--teal-dark); margin-top: 16px; }
.overview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.overview-highlight { background: linear-gradient(150deg, var(--navy), var(--navy-2)); border-radius: 22px; padding: 36px 32px; box-shadow: 0 20px 50px rgba(11,29,58,.2); display: flex; flex-direction: column; gap: 26px; }
.overview-highlight-row { display: flex; align-items: center; gap: 18px; }
.overview-highlight-num { font-size: 32px; font-weight: 700; color: var(--teal); min-width: 96px; flex-shrink: 0; }
.overview-highlight-label { font-size: 14.5px; line-height: 1.5; color: #cdd8e8; }
.overview-highlight-row + .overview-highlight-row { border-top: 1px solid rgba(255,255,255,.1); padding-top: 26px; }
.center { text-align: center; }
.center .section-title { margin-left: auto; margin-right: auto; }
.head-narrow { max-width: 640px; margin: 0 auto; }

/* ---------- Scroll reveal (generic, reused across every card grid) ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2)  { transition-delay: .08s; }
.reveal:nth-child(3)  { transition-delay: .16s; }
.reveal:nth-child(4)  { transition-delay: .24s; }
.reveal:nth-child(5)  { transition-delay: .32s; }
.reveal:nth-child(6)  { transition-delay: .40s; }
.reveal:nth-child(7)  { transition-delay: .48s; }
.reveal:nth-child(8)  { transition-delay: .56s; }
.reveal:nth-child(9)  { transition-delay: .64s; }
.reveal:nth-child(10) { transition-delay: .72s; }
.reveal:nth-child(11) { transition-delay: .80s; }

/* ---------- Hero ---------- */
.hero { background: radial-gradient(1200px 500px at 80% -10%, rgba(0,191,165,.08), transparent 60%), radial-gradient(#E7EDF3 1.2px, transparent 1.2px) 0 0/18px 18px, #fff; padding: 64px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: #E7FBF7; color: var(--teal-dark); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 100px; letter-spacing: .2px; animation: heroIn .5s ease .05s both; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.hero-title { font-size: 54px; line-height: 1.08; font-weight: 700; letter-spacing: -1.5px; margin-top: 22px; color: var(--navy); animation: heroIn .6s ease .15s both; }
.hero-title .accent { color: var(--teal); }
.hero-sub { font-size: 19px; line-height: 1.6; color: var(--slate); margin-top: 22px; max-width: 560px; animation: heroIn .6s ease .25s both; }
.hero-sub strong { color: var(--navy); font-weight: 600; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; animation: heroIn .6s ease .35s both; }
.power-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 30px; font-size: 13px; font-weight: 600; color: var(--slate); background: #F4F7FA; border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px; animation: heroIn .6s ease .45s both; }
.hero-visual { display: flex; justify-content: center; align-self: stretch; align-items: center; min-width: 0; }
.hero-visual-frame { position: relative; width: 100%; max-width: 720px; min-width: 0; padding: 22px; border-radius: 32px; box-shadow: 0 30px 70px rgba(11,29,58,.16); animation: heroIn .7s ease .2s both; }
.hero-arch { width: 100%; max-width: 640px; height: auto; display: block; margin: 0 auto; border-radius: 20px; }
.hero-arch-mobile { display: none; width: 100%; max-width: 340px; height: auto; margin: 0 auto; border-radius: 20px; }
.fig-label { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; fill: var(--slate-2); text-transform: uppercase; }
.arch-line { fill: none; stroke: var(--line); stroke-width: 1.6; }
.arch-pulse { filter: drop-shadow(0 0 4px rgba(0,191,165,.6)); }
.arch-chip rect { fill: #fff; stroke: var(--line); stroke-width: 1.4; }
.arch-chip text { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; fill: var(--navy); text-anchor: middle; dominant-baseline: middle; letter-spacing: .2px; }
.arch-chip--gold rect { stroke: var(--gold); }
.arch-chip--gold text { fill: var(--gold-dark); }
.arch-center-label { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; fill: #fff; text-anchor: middle; }
.arch-center-sub { font-family: 'Poppins', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; fill: #7FEAD9; text-anchor: middle; }
@keyframes heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Stats bar ---------- */
.stats { background: var(--navy); }
.stats .container { padding-top: 40px; padding-bottom: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.08); }
.stat-num { font-size: 38px; font-weight: 700; letter-spacing: -1px; color: #fff; }
.stat-num.teal { color: var(--teal); }
.stat-label { font-size: 13.5px; color: #9fb0c9; margin-top: 4px; line-height: 1.4; }

/* ---------- Problem ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.problem-card { border-radius: 16px; padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.problem-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(11,29,58,.09); }
.problem-card.red { background: #FFF6F4; border: 1px solid #FBE3DC; }
.problem-card.amber { background: #FFF9EF; border: 1px solid #F5E6C8; }
.problem-card.blue { background: #F4F8FF; border: 1px solid #DDE8FA; }
.problem-card h3 { font-size: 17px; font-weight: 600; margin: 12px 0 6px; color: var(--navy); }
.problem-card p { font-size: 14.5px; line-height: 1.55; color: var(--slate-2); }
.problem-bottleneck { margin-top: 48px; max-width: 760px; }
.problem-bottleneck h3 { font-size: 24px; font-weight: 700; color: var(--navy); }
.drain-wrap { margin-top: 48px; }
.drain-cap { font-size: 14px; font-style: italic; color: var(--muted); margin-bottom: 16px; }
.callout-amber { margin-top: 22px; background: #FFF9EF; border: 1px solid #F5E6C8; border-left: 4px solid var(--gold); border-radius: 12px; padding: 18px 22px; font-size: 14.5px; line-height: 1.6; color: #6B5A2E; }
.callout-amber strong { color: #8a6a12; }

/* ---------- Problem vs Solution ---------- */
.arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.arch-card { border-radius: 18px; padding: 30px; }
.arch-card.problem { background: #FFF6F4; border: 1px solid #FBE3DC; }
.arch-card.solution { background: #F0FBF9; border: 1px solid #BFEDE4; }
.arch-cap { display: block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.arch-card.problem .arch-cap { color: #C2564A; }
.arch-card.solution .arch-cap { color: var(--teal-dark); }
.arch-card h3 { font-size: 19px; font-weight: 600; color: var(--navy); margin-top: 8px; }

/* Animated flow timeline (nodes are 58px tall: 10px padding + 38px icon + 10px padding) */
.flow { position: relative; margin: 24px 0 0; padding-left: 6px; }
.flow-node { position: relative; display: flex; align-items: center; gap: 13px; padding: 10px 0; opacity: 0; transform: translateX(-8px); animation: flowNodeIn .5s ease forwards; }
.flow-node:nth-child(3) { animation-delay: .15s; }
.flow-node:nth-child(4) { animation-delay: .35s; }
.flow-node:nth-child(5) { animation-delay: .55s; }
.flow-node:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 48px; width: 2px; height: 20px; background: var(--line); }
.flow-ico { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex: none; position: relative; z-index: 1; box-shadow: 0 2px 6px rgba(11,29,58,.08); }
.flow-problem .flow-ico { border: 1.5px solid #F3C9BE; }
.flow-solution .flow-ico { border: 1.5px solid #A9E8DC; }
.flow-label { font-size: 13px; font-weight: 600; color: var(--navy); }
.flow-pulse { position: absolute; left: 14px; top: 29px; width: 10px; height: 10px; border-radius: 50%; z-index: 2; box-shadow: 0 0 0 4px rgba(255,255,255,.9); }
.flow-problem .flow-pulse { background: #E8896F; animation: flowPulseStutter 4s cubic-bezier(.65,0,.35,1) infinite; }
.flow-solution .flow-pulse { background: var(--teal); animation: flowPulseSmooth 3s linear infinite; }
@keyframes flowNodeIn { to { opacity: 1; transform: translateX(0); } }
@keyframes flowPulseSmooth {
  0%   { top: 29px; opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { top: 203px; opacity: 0; }
}
@keyframes flowPulseStutter {
  0%   { top: 29px; opacity: 0; }
  6%   { opacity: 1; }
  26%  { top: 87px; }
  28%  { top: 81px; }
  30%  { top: 87px; }
  58%  { top: 145px; }
  60%  { top: 139px; }
  62%  { top: 145px; }
  90%  { opacity: 1; top: 203px; }
  100% { opacity: 0; top: 203px; }
}
.arch-result { display: inline-block; margin-top: 18px; font-size: 12.5px; font-weight: 700; padding: 6px 14px; border-radius: 100px; }
.arch-card.problem .arch-result { background: #FDE3DE; color: #B4382C; }
.arch-card.solution .arch-result { background: #D3F5EE; color: var(--teal-dark); }
.arch-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.arch-list li { font-size: 14px; line-height: 1.55; color: var(--slate-2); padding-left: 18px; position: relative; }
.arch-list li::before { content: "•"; position: absolute; left: 0; color: var(--muted); }
.arch-list li strong { color: var(--navy); }

/* ---------- How it works ---------- */
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 54px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(11,29,58,.09); }
.step-num { position: absolute; top: 24px; right: 26px; font-size: 46px; font-weight: 800; color: #EEF2F7; letter-spacing: -2px; line-height: 1; }
.step-icon { width: 46px; height: 46px; border-radius: 12px; background: #E7FBF7; display: flex; align-items: center; justify-content: center; }
.step-card h3 { font-size: 18px; font-weight: 600; margin: 20px 0 8px; color: var(--navy); }
.step-card p { font-size: 14.5px; line-height: 1.6; color: var(--slate-2); }

/* ---------- Four Operating Layers: stepper + row list ---------- */
.layers-stepper { position: relative; display: flex; justify-content: space-between; margin-top: 56px; }
.layers-stepper::before { content: ""; position: absolute; top: 23px; left: 23px; right: 23px; height: 2px; background: var(--line); }
.stepper-pulse { position: absolute; top: 18px; left: 23px; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); z-index: 1; box-shadow: 0 0 0 4px #fff, 0 0 14px rgba(0,191,165,.5); animation: stepperTravel 3.6s linear infinite; }
@keyframes stepperTravel {
  0%   { left: 23px; opacity: 0; }
  6%   { opacity: 1; }
  94%  { opacity: 1; }
  100% { left: calc(100% - 23px); opacity: 0; }
}
.stepper-node { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; width: 25%; }
.stepper-ico { width: 46px; height: 46px; border-radius: 50%; background: #E7FBF7; border: 3px solid #fff; box-shadow: 0 0 0 1px var(--line); display: flex; align-items: center; justify-content: center; }
.stepper-node:nth-child(2) .stepper-ico { animation: stepperPing 3.6s ease-in-out .1s infinite; }
.stepper-node:nth-child(3) .stepper-ico { animation: stepperPing 3.6s ease-in-out 1.1s infinite; }
.stepper-node:nth-child(4) .stepper-ico { animation: stepperPing 3.6s ease-in-out 2.1s infinite; }
.stepper-node:nth-child(5) .stepper-ico { animation: stepperPing 3.6s ease-in-out 3.1s infinite; }
@keyframes stepperPing {
  0%, 78%, 100% { box-shadow: 0 0 0 1px var(--line), 0 0 0 0 rgba(0,191,165,0); }
  10% { box-shadow: 0 0 0 1px var(--line), 0 0 0 8px rgba(0,191,165,.2); }
}
.stepper-label { font-size: 12.5px; font-weight: 600; color: var(--navy); text-align: center; max-width: 130px; line-height: 1.3; }

.layers-list { margin-top: 52px; display: flex; flex-direction: column; }
.layer-row { display: grid; grid-template-columns: 320px 1fr; gap: 36px; padding: 30px 0; border-top: 1px solid var(--line); align-items: start; }
.layer-row:first-child { border-top: none; padding-top: 6px; }
.layer-row-head { display: flex; gap: 16px; align-items: flex-start; }
.layer-row-icon { width: 50px; height: 50px; border-radius: 13px; background: #E7FBF7; display: flex; align-items: center; justify-content: center; flex: none; }
.layer-row-cap { display: block; font-size: 12px; font-weight: 700; color: var(--teal-dark); letter-spacing: .8px; text-transform: uppercase; }
.layer-row-head h3 { font-size: 19px; font-weight: 600; color: var(--navy); margin: 3px 0 8px; }
.layer-row-head p { font-size: 14px; line-height: 1.55; color: var(--slate-2); }
.layer-row .arch-list { margin-top: 0; }
@media (max-width: 1000px) {
  .stepper-label { display: none; }
  .layers-stepper { margin-top: 40px; }
}
@media (max-width: 760px) {
  .layer-row { grid-template-columns: 1fr; gap: 16px; }
}

/* ---------- Qualification in action ---------- */
.qa-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.qa-title { font-size: 38px; line-height: 1.15; font-weight: 700; letter-spacing: -1px; margin-top: 14px; color: var(--navy); }
.legend { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.legend-row { display: flex; align-items: center; gap: 14px; }
.legend-row .dot { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.legend-row span.t { font-size: 15.5px; color: #3A4A63; }
.legend-row span.t strong { color: var(--navy); }

/* ---------- Business impact ---------- */
.impact-stats-card { background: var(--navy); border-radius: 22px; padding: 40px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.impact-stats-card .stat + .stat { border-left: 1px solid rgba(255,255,255,.08); }

/* ---------- Dashboard mockup ---------- */
.dash { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 60px rgba(11,29,58,.12); overflow: hidden; }
.dash-top { background: var(--navy); padding: 15px 22px; display: flex; align-items: center; justify-content: space-between; }
.dash-brand { display: flex; align-items: center; gap: 10px; }
.dash-logo { width: 30px; height: 30px; border-radius: 8px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 3px; }
.dash-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.dash-brand .t { font-size: 14px; font-weight: 600; color: #fff; }
.dash-actions { display: flex; align-items: center; gap: 8px; }
.dash-pill { font-size: 11px; color: #9fb0c9; background: rgba(255,255,255,.08); padding: 5px 11px; border-radius: 8px; }
.dash-export { font-size: 11px; color: #04241f; font-weight: 600; background: var(--teal); padding: 5px 11px; border-radius: 8px; display: inline-flex; align-items: center; gap: 5px; }
.dash-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 22px 22px 8px; }
.dash-tile { border-radius: 14px; padding: 16px; transition: transform .2s ease; }
.dash-tile:hover { transform: translateY(-3px); }
.dash-tile.hot { background: #FFF1F1; border: 1px solid #FBDADA; }
.dash-tile.warm { background: #FFF9EC; border: 1px solid #F6E6C2; }
.dash-tile.cold { background: #F1F6FF; border: 1px solid #D7E5FB; }
.dash-tile .cap { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.dash-tile.hot .cap { color: #d24348; }
.dash-tile.warm .cap { color: #b5860e; }
.dash-tile.cold .cap { color: #3268c4; }
.dash-tile .cap .dot { width: 8px; height: 8px; border-radius: 50%; }
.dash-tile.hot .cap .dot { background: #FF5A5F; }
.dash-tile.warm .cap .dot { background: #F5A623; }
.dash-tile.cold .cap .dot { background: #3B82F6; }
.dash-tile .big { font-size: 30px; font-weight: 700; color: var(--navy); margin-top: 8px; letter-spacing: -1px; }
.dash-tile .sub { font-size: 11px; color: #9aa6ba; margin-top: 2px; }
.dash-list { padding: 14px 22px 22px; }
.dash-list-title { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }
.dash-rows { display: flex; flex-direction: column; gap: 8px; }
.dash-row { display: flex; align-items: center; gap: 12px; background: #F8FAFC; border: 1px solid #EEF2F7; border-radius: 12px; padding: 11px 14px; }
.dash-row .ava { width: 34px; height: 34px; border-radius: 9px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; flex: none; }
.dash-row .info { flex: 1; }
.dash-row .info .n { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.dash-row .info .m { font-size: 11.5px; color: #8a97ad; }
.dash-row .tag { font-size: 11px; font-weight: 600; color: #fff; padding: 4px 10px; border-radius: 100px; flex: none; }
.dash-row .tag.hot { background: #FF5A5F; }
.dash-row .tag.warm { background: #F5A623; }
.dash-row .tag.cold { background: #3B82F6; }

/* ---------- Features (dark) ---------- */
.features { background: var(--navy); }
.features .section-title { color: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.feature-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 26px; transition: transform .2s ease, background .2s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); }
.feature-card h3 { font-size: 16px; font-weight: 600; color: #fff; margin: 14px 0 6px; }
.feature-card p { font-size: 13.5px; line-height: 1.55; color: #9fb0c9; }

/* ---------- ROI ---------- */
.roi-wrap { max-width: 1080px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 46px; }
.roi-card { border-radius: 18px; padding: 32px; }
.roi-card.before { background: #fff; border: 1px solid var(--line); }
.roi-card.after { background: linear-gradient(150deg, var(--navy), var(--navy-2)); box-shadow: 0 20px 50px rgba(11,29,58,.25); }
.roi-cap { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.roi-card.before .roi-cap { color: #94A2B8; }
.roi-card.after .roi-cap { color: var(--teal); }
.roi-rows { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.roi-row { display: flex; justify-content: space-between; font-size: 15px; }
.roi-card.before .roi-row { color: var(--slate); }
.roi-card.before .roi-row strong { color: var(--navy); }
.roi-card.after .roi-row { color: #b9c6dc; }
.roi-card.after .roi-row strong { color: #fff; }
.roi-row.total { border-top: 1px solid #EEF2F7; padding-top: 16px; }
.roi-card.after .roi-row.total { border-top-color: rgba(255,255,255,.1); }
.roi-row.total strong { font-size: 18px; }
.roi-save { margin-top: 24px; background: rgba(0,191,165,.14); border-radius: 12px; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; }
.roi-save span { font-size: 14px; color: #bff4ec; }
.roi-save strong { color: var(--teal); font-size: 24px; letter-spacing: -.5px; }

/* ---------- Comparison table ---------- */
.compare-table-wrap { margin-top: 48px; overflow-x: auto; border-radius: 18px; box-shadow: 0 20px 50px rgba(11,29,58,.08); }
.compare-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; }
.compare-table th, .compare-table td { padding: 16px 20px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.compare-table thead th { background: #fff; color: var(--navy); font-weight: 600; font-size: 13.5px; }
.compare-table .row-label { font-weight: 600; color: var(--navy); white-space: nowrap; }
.compare-table td.no { color: var(--muted); }
.compare-table td.ok { color: var(--slate); }
.compare-table th.highlight, .compare-table td.highlight { background: var(--navy); border-bottom-color: rgba(255,255,255,.12); color: #fff; }
.compare-table td.highlight.yes { color: #fff; font-weight: 600; }
.compare-table th.highlight { color: #fff; }
.compare-table tbody tr:last-child td { border-bottom: none; }

/* ---------- Ideal Target Audience ---------- */
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.persona-card { border-radius: 18px; padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease; }
.persona-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(11,29,58,.10); }
.persona-card.red { background: #FFF6F4; border: 1px solid #FBE3DC; }
.persona-card.amber { background: #FFF9EF; border: 1px solid #F5E6C8; }
.persona-card.blue { background: #F4F8FF; border: 1px solid #DDE8FA; }
.persona-card.teal { background: #F0FBF9; border: 1px solid #BFEDE4; }
.persona-ico { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #fff; box-shadow: 0 2px 8px rgba(11,29,58,.07); }
.persona-card h3 { font-size: 17px; font-weight: 600; color: var(--navy); margin: 18px 0 8px; }
.persona-card p { font-size: 14px; line-height: 1.55; color: var(--slate-2); }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 50px; align-items: start; max-width: 820px; margin-left: auto; margin-right: auto; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px; transition: transform .2s ease, box-shadow .2s ease; }
.plan:not(.plan--featured):hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(11,29,58,.09); }
.plan h3 { font-size: 19px; font-weight: 600; color: var(--navy); }
.plan .desc { font-size: 14px; color: var(--muted); margin-top: 6px; }
.plan-price { margin: 22px 0 4px; display: flex; align-items: baseline; gap: 4px; }
.plan-price .amt { font-size: 42px; font-weight: 700; color: var(--navy); letter-spacing: -1px; }
.plan-price .per { font-size: 15px; color: var(--muted); }
.plan-cta { display: block; text-align: center; margin: 22px 0 26px; background: #F2F4F7; color: var(--navy); font-weight: 600; font-size: 15px; padding: 13px; border-radius: 11px; transition: background .15s; }
.plan-cta:hover { background: var(--line); }
.plan-features { display: flex; flex-direction: column; gap: 13px; }
.plan-features span { font-size: 14.5px; color: #46566E; }
/* featured */
.plan--featured { background: linear-gradient(160deg, var(--navy), var(--navy-2)); border: 1.5px solid rgba(224,168,60,.55); position: relative; overflow: hidden; box-shadow: 0 24px 56px rgba(11,29,58,.28), 0 0 0 4px rgba(224,168,60,.08); transform: translateY(-8px); }
.plan--featured:hover { transform: translateY(-11px); }
.plan--featured::after { content: ""; position: absolute; top: -60%; left: -70%; width: 45%; height: 220%; background: linear-gradient(115deg, transparent, rgba(255,255,255,.14), transparent); transform: rotate(10deg); animation: shineSweep 5s ease-in-out infinite; pointer-events: none; }
@keyframes shineSweep { 0%, 55% { left: -70%; } 100% { left: 140%; } }
.plan--featured h3 { color: #fff; }
.plan--featured .desc { color: #9fb0c9; }
.plan--featured .plan-price .amt { color: var(--gold); }
.plan--featured .plan-price .per { color: #9fb0c9; }
.plan--featured .plan-features span { color: #cdd8e8; }
.plan-cta--gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #3a2705; font-weight: 700; box-shadow: 0 10px 24px rgba(200,144,42,.35); }
.plan-cta--gold:hover { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); filter: brightness(1.04); }
.pricing-note { text-align: center; font-size: 13.5px; color: #94A2B8; margin-top: 28px; }
.pricing-note a { color: var(--teal); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 24px; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 16.5px; font-weight: 600; color: var(--navy); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .sign { color: var(--teal); font-size: 22px; line-height: 1; transition: transform .2s; }
.faq-item[open] summary .sign { transform: rotate(45deg); }
.faq-item p { font-size: 15px; line-height: 1.6; color: #5B6B82; margin: 0 0 20px; }

/* ---------- Closing CTA ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); padding: 64px 0; text-align: center; }
.cta-band h2 { color: #fff; font-size: 32px; font-weight: 700; letter-spacing: -.5px; }
.cta-band p { color: #b9c6dc; font-size: 16.5px; line-height: 1.6; margin: 14px auto 0; max-width: 560px; }
.cta-band .btn { margin-top: 28px; }

/* ---------- Enquiry ---------- */
.enquire { padding: 96px 0; background: linear-gradient(135deg, #0B1D3A 0%, #0d2c4d 55%, #0a3b54 130%); position: relative; overflow: hidden; }
.enquire-blob { position: absolute; bottom: -140px; left: -100px; width: 420px; height: 420px; border-radius: 50%; background: rgba(0,191,165,.14); filter: blur(30px); }
.enquire-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; position: relative; }
.enquire h2 { font-size: 40px; line-height: 1.12; font-weight: 700; letter-spacing: -1px; margin-top: 14px; color: #fff; }
.enquire-lead { font-size: 18px; line-height: 1.65; color: #b9c6dc; margin-top: 18px; max-width: 420px; }
.contact-list { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; }
.contact-row { display: flex; align-items: center; gap: 12px; color: #cdd8e8; font-size: 15px; }
.contact-ico { width: 38px; height: 38px; border-radius: 10px; background: rgba(0,191,165,.16); display: flex; align-items: center; justify-content: center; flex: none; }
.form-card { background: #fff; border-radius: 22px; padding: 36px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 600; color: #46566E; }
.field-label .opt { font-weight: 400; color: #9aa6ba; }
.input { font-family: inherit; font-size: 15px; padding: 12px 14px; border: 1.5px solid #E1E7EE; border-radius: 10px; outline: none; color: var(--navy); background: #fff; width: 100%; }
.input:focus { border-color: var(--teal); }
textarea.input { resize: vertical; }
.submit { margin-top: 4px; background: linear-gradient(135deg, var(--navy), var(--teal)); color: #fff; font-family: inherit; font-size: 16px; font-weight: 600; padding: 15px; border: none; border-radius: 12px; cursor: pointer; box-shadow: 0 14px 30px rgba(0,191,165,.3); }
.form-fine { font-size: 12px; color: #9aa6ba; text-align: center; margin-top: 2px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { font-size: 14px; color: #C2564A; background: #FDECE9; border-radius: 10px; padding: 10px 14px; margin: 4px 0 0; }
.thanks { text-align: center; padding: 30px 10px; }
.thanks-check { width: 64px; height: 64px; border-radius: 50%; background: #E7FBF7; display: flex; align-items: center; justify-content: center; margin: 0 auto; animation: popIn .4s ease; }
.thanks-check path { stroke-dasharray: 24; stroke-dashoffset: 24; animation: drawCheck .5s ease .15s forwards; }
@keyframes popIn { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); } }
@keyframes drawCheck { to { stroke-dashoffset: 0; } }
.thanks h3 { font-size: 24px; font-weight: 700; color: var(--navy); margin-top: 22px; }
.thanks p { font-size: 16px; line-height: 1.6; color: #5B6B82; margin-top: 12px; }
.thanks button { margin-top: 24px; background: #F2F4F7; color: var(--navy); font-family: inherit; font-size: 14.5px; font-weight: 600; padding: 11px 22px; border: none; border-radius: 10px; cursor: pointer; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); padding: 54px 0 36px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 34px; }
.footer-brand { max-width: 340px; }
.footer-logo { display: flex; align-items: center; gap: 12px; }
.footer-logo .mark { width: 44px; height: 44px; border-radius: 11px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 5px; }
.footer-logo .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-logo .word { display: flex; align-items: baseline; gap: 5px; font-size: 19px; font-weight: 700; }
.footer-logo .word .a { color: #fff; }
.footer-logo .word .b { color: var(--teal); }
.footer-brand p { font-size: 14px; line-height: 1.6; color: #8295b0; margin-top: 16px; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col .ttl { font-size: 12.5px; font-weight: 600; color: #5d7090; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a { font-size: 14px; color: #a7b6cd; }
.footer-col a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 26px; }
.footer-bottom, .footer-bottom a { font-size: 13px; color: #5d7090; }
.footer-bottom a:hover { color: var(--teal); }

/* ---------- Legal pages ---------- */
.legal-band { background: linear-gradient(135deg, #0B1D3A 0%, #0d2c4d 55%, #0a3b54 130%); padding: 64px 0 58px; }
.legal-band h1 { font-size: 46px; line-height: 1.1; font-weight: 700; letter-spacing: -1.2px; margin-top: 12px; color: #fff; }
.legal-band .updated { font-size: 15px; color: #9fb0c9; margin-top: 16px; }
.legal-main { max-width: 820px; margin: 0 auto; padding: 56px 32px 72px; }
.legal-intro { font-size: 16px; line-height: 1.75; color: #46566E; margin-bottom: 28px; }
.legal-sections { display: flex; flex-direction: column; gap: 34px; }
.legal-sections h2 { font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 12px; letter-spacing: -.4px; }
.legal-sections p { font-size: 15.5px; line-height: 1.75; color: var(--slate); }
.legal-sections p + p { margin-top: 10px; }
.legal-sections ul { font-size: 15.5px; line-height: 1.8; color: var(--slate); margin: 0; padding-left: 20px; }
.legal-sections strong { color: var(--navy); font-weight: 600; }
.legal-sections a { color: var(--teal); font-weight: 600; }
.legal-callout { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; }
.legal-callout h2 { font-size: 20px; margin-bottom: 10px; }
.legal-back { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 600; color: #46566E; }
.legal-back:hover { color: var(--teal); }
.legal-footer { background: var(--navy-deep); padding: 32px 0; }
.legal-footer .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.legal-footer span, .legal-footer a { font-size: 13px; color: #5d7090; }
.legal-footer .links { display: flex; gap: 22px; }
.legal-footer a { color: #a7b6cd; }
.legal-footer a:hover { color: var(--teal); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid, .qa-grid, .enquire-grid, .overview-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .feature-grid, .how-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .plan--featured { transform: none; }
}
@media (max-width: 760px) {
  .container, .roi-wrap, .faq-wrap { padding-left: 20px; padding-right: 20px; }
  .nav { display: none; }
  .section { padding: 64px 0; }
  .hero { padding: 44px 0 52px; }
  .hero-title { font-size: 38px; letter-spacing: -1px; }
  .hero-sub { font-size: 17px; }
  .section-title, .qa-title, .enquire h2, .legal-band h1 { font-size: 30px; }
  .stats .container { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .stat:nth-child(3) { border-left: none; }
  .stat + .stat { border-left: none; }
  .problem-grid, .how-grid, .feature-grid, .roi-grid, .arch-grid, .impact-stats-card, .audience-grid { grid-template-columns: 1fr; }
  .impact-stats-card .stat + .stat { border-left: none; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .stat-num { font-size: 32px; }
  .dash-tiles { grid-template-columns: 1fr; }
  .legal-main { padding-left: 20px; padding-right: 20px; }
  .power-badge { font-size: 12px; line-height: 1.4; border-radius: 14px; white-space: normal; }
  .hero-arch { display: none; }
  .hero-arch-mobile { display: block; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * , *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .flow-pulse { display: none; }
  .arch-pulse { display: none; }
}
