:root {
  --navy-950:#050b18;
  --navy-900:#071226;
  --navy-800:#0c1b36;
  --navy-700:#152a4f;
  --blue:#2563ff;
  --blue-2:#5c8dff;
  --mint:#16d29a;
  --mint-2:#6fe9c3;
  --teal:#0fbf9d;
  --amber:#ffb75e;
  --rose:#ff7b91;
  --ink:#0c1730;
  --muted:#64748b;
  --line:#dbe4f1;
  --soft:#f4f8fc;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(8,24,54,.13);
  --shadow-sm:0 12px 34px rgba(8,24,54,.09);
  --radius:24px;
  --radius-sm:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:rgba(37,99,255,.08);border:1px solid rgba(37,99,255,.15);font-weight:800;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:var(--blue)}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(22,210,154,.12)}
.section{padding:96px 0}
.section-sm{padding:64px 0}
.section-dark{background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:#fff;position:relative;overflow:hidden}
.section-dark::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.section-soft{background:linear-gradient(180deg,#f8fbff,#eef5fb)}
.section-mint{background:linear-gradient(145deg,#e9fff8,#f5fffc)}
.section-head{max-width:760px;margin-bottom:44px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
h1,h2,h3,h4{line-height:1.08;margin:0 0 16px;letter-spacing:-.035em}
h1{font-size:clamp(2.9rem,7vw,5.7rem);font-weight:850}
h2{font-size:clamp(2.1rem,4.8vw,3.8rem);font-weight:820}
h3{font-size:1.38rem;font-weight:800}
p{margin:0 0 18px}.lead{font-size:clamp(1.08rem,2vw,1.32rem);color:#52627b;max-width:780px}.section-dark .lead{color:#b7c5da}.muted{color:var(--muted)}
.gradient-text{background:linear-gradient(90deg,var(--blue),var(--mint));-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer;min-height:52px}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#174bdb);color:#fff;box-shadow:0 14px 30px rgba(37,99,255,.28)}
.btn-mint{background:linear-gradient(135deg,var(--mint),#0db88a);color:#041d18;box-shadow:0 14px 30px rgba(22,210,154,.25)}
.btn-ghost{background:#fff;border-color:var(--line);box-shadow:var(--shadow-sm)}
.btn-dark{background:var(--navy-900);color:#fff}
.btn-sm{min-height:42px;padding:10px 15px;border-radius:11px;font-size:.92rem}
.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf3ff;color:var(--blue);font-weight:800;font-size:.76rem}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,228,241,.75)}
.nav-wrap{height:92px;display:flex;align-items:center;justify-content:flex-start;gap:24px}
.logo{width:239px;flex:0 0 auto}.logo img{width:100%;height:auto}
.site-nav{display:flex;align-items:center;gap:7px;margin-left:auto}.site-nav>a{padding:10px 11px;border-radius:10px;font-size:.94rem;font-weight:720;color:#31405b}.site-nav>a:hover,.site-nav>a.active{background:#eef4ff;color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:9px;margin-left:0}.menu-btn{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;font-size:1.3rem}
.mobile-panel{display:none}


/* Compact navigation, services dropdown and WhatsApp action */
.nav-item{position:relative}
.nav-link{border:0;background:transparent;padding:10px 11px;border-radius:10px;font-size:.94rem;font-weight:720;color:#31405b;cursor:pointer;display:flex;align-items:center;gap:6px}
.nav-link:hover,.nav-link.active{background:#eef4ff;color:var(--blue)}
.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:245px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:none;z-index:80}
.dropdown-menu::before{content:"";position:absolute;top:-11px;left:0;right:0;height:12px}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:grid}
.dropdown-menu a{padding:11px 12px;border-radius:10px;white-space:nowrap}
.dropdown-menu a:hover,.dropdown-menu a.active{background:#eef4ff;color:var(--blue)}
.whatsapp-btn{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.2s ease}
.whatsapp-btn:hover{transform:translateY(-2px);border-color:#25D366;box-shadow:0 14px 30px rgba(37,211,102,.22)}
.whatsapp-btn img{width:27px;height:27px}
.mobile-submenu{border-radius:10px}
.mobile-submenu summary{padding:12px;cursor:pointer;font-weight:800;list-style:none;display:flex;justify-content:space-between}
.mobile-submenu summary::after{content:"+";color:var(--blue)}
.mobile-submenu[open] summary::after{content:"−"}
.mobile-submenu div{display:grid;padding:0 8px 8px 18px}
.mobile-submenu div a{font-weight:650;color:#53627a}
.mobile-whatsapp{display:flex!important;align-items:center;gap:10px;background:#eafff2;color:#087c3d!important;margin-top:6px}
.mobile-whatsapp img{width:26px;height:26px}

/* Hero */
.hero{position:relative;overflow:hidden;padding:82px 0 96px;background:radial-gradient(circle at 85% 18%,rgba(22,210,154,.18),transparent 30%),radial-gradient(circle at 8% 10%,rgba(37,99,255,.14),transparent 28%),linear-gradient(180deg,#fbfdff,#f4f8fd)}
.hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(9,26,53,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(9,26,53,.04) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:56px}.hero-copy .lead{max-width:650px}.hero h1{max-width:800px}.hero-note{display:flex;align-items:center;gap:11px;margin-top:20px;color:#5c6d85;font-size:.92rem}.hero-note strong{color:var(--ink)}
.proof-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px}.proof-item{display:flex;align-items:center;gap:10px;font-weight:750;color:#374761}.check{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dcfff3;color:#078662;font-weight:900;font-size:.82rem}

/* Dashboard mockup */
.dashboard{background:linear-gradient(145deg,#071226,#0e2244);border-radius:30px;padding:20px;box-shadow:0 30px 80px rgba(5,16,37,.28);position:relative;isolation:isolate}
.dashboard::before{content:"";position:absolute;inset:-20px;background:linear-gradient(135deg,rgba(37,99,255,.24),rgba(22,210,154,.18));filter:blur(35px);z-index:-1;border-radius:45px}
.dash-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800}.dash-brand img{width:38px;height:38px}.status-dot{display:flex;align-items:center;gap:7px;color:#92f2d1;font-size:.8rem;font-weight:800}.status-dot::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(22,210,154,.12)}
.dash-main{background:#f8fbff;border-radius:20px;padding:18px}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat{background:#fff;border:1px solid #e1e9f3;border-radius:14px;padding:14px}.stat small{color:#748198}.stat strong{display:block;font-size:1.42rem;margin-top:5px}.stat.good strong{color:#07966c}.stat.warn strong{color:#dd7d13}
.dash-list{margin-top:13px;background:#fff;border:1px solid #e1e9f3;border-radius:15px;overflow:hidden}.dash-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid #edf1f7}.dash-item:last-child{border-bottom:0}.doc-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e8f0ff;color:var(--blue);font-weight:900}.dash-item b{display:block;font-size:.9rem}.dash-item span{display:block;font-size:.76rem;color:#748198}.pill{padding:6px 8px;border-radius:999px;font-size:.7rem;font-weight:850}.pill.green{background:#ddfff2;color:#0a815f}.pill.amber{background:#fff1dc;color:#a65b00}.pill.blue{background:#e8efff;color:#184dbf}

/* Cards and grids */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.card.flat{box-shadow:none}.card.dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}.card.dark p{color:#b8c6db}.card:hover{transform:translateY(-3px);transition:.2s ease}.icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#e7efff,#eefbf7);color:var(--blue);font-size:1.45rem;margin-bottom:20px}.icon.mint{background:#e5fff6;color:#078662}.icon.amber{background:#fff2df;color:#c56d06}.icon.rose{background:#ffebef;color:#d64b68}.card ul,.checklist{padding:0;margin:18px 0 0;list-style:none}.card li,.checklist li{position:relative;padding-left:27px;margin:10px 0;color:#4a5a73}.card li::before,.checklist li::before{content:"✓";position:absolute;left:0;top:0;color:#0eaa7b;font-weight:900}.section-dark .card li,.section-dark .checklist li{color:#c2cee0}
.feature-card{padding:28px;border-radius:22px;background:linear-gradient(145deg,#fff,#f6f9fd);border:1px solid var(--line)}
.feature-card .number{font-size:.76rem;font-weight:900;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}

/* split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.visual-panel{min-height:440px;border-radius:30px;background:linear-gradient(145deg,var(--navy-900),var(--navy-700));padding:30px;color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.visual-panel::after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(22,210,154,.25);filter:blur(55px);right:-60px;top:-40px}.visual-stack{position:relative;z-index:2;display:grid;gap:13px}.mini-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:16px;display:flex;gap:13px;align-items:center}.mini-card strong{display:block}.mini-card small{color:#b7c5da}.mini-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(22,210,154,.14);color:#79f1cc;font-weight:900}


.compare{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.compare th,.compare td{padding:16px;border-bottom:1px solid var(--line);text-align:center}.compare th:first-child,.compare td:first-child{text-align:left}.compare th{background:#f3f7fc}.compare tr:last-child td{border-bottom:0}

/* Stats */
.stats-band{display:grid;grid-template-columns:repeat(4,1fr);border-radius:24px;overflow:hidden;background:var(--navy-900);color:#fff}.stats-band div{padding:30px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}.stats-band div:last-child{border-right:0}.stats-band strong{display:block;font-size:2rem;color:var(--mint)}.stats-band span{font-size:.9rem;color:#c4d0e0}

/* Testimonials / quotes */
.quote{font-size:1.08rem;color:#33435d}.person{display:flex;align-items:center;gap:12px;margin-top:20px}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--mint));color:#fff;font-weight:900}.person b{display:block}.person small{color:var(--muted)}

/* FAQ */
.faq{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:830;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary::after{content:"+";color:var(--blue);font-size:1.2rem}.faq details[open] summary::after{content:"−"}.faq details p{color:var(--muted);margin:13px 0 2px;max-width:850px}

/* CTA */
.cta{border-radius:32px;padding:54px;background:radial-gradient(circle at 90% 20%,rgba(22,210,154,.25),transparent 27%),linear-gradient(145deg,var(--navy-950),var(--navy-700));color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;overflow:hidden;position:relative}.cta p{color:#bdc9da;max-width:700px}.cta .btn{white-space:nowrap}

/* Page hero */
.page-hero{padding:78px 0 70px;background:radial-gradient(circle at 80% 0,rgba(22,210,154,.16),transparent 28%),linear-gradient(180deg,#fbfdff,#f1f6fc);border-bottom:1px solid var(--line)}.page-hero .inner{max-width:860px}.page-hero h1{font-size:clamp(2.7rem,6vw,4.7rem)}.crumbs{display:flex;gap:8px;align-items:center;font-size:.86rem;color:var(--muted);margin-bottom:20px}.crumbs a{color:var(--blue);font-weight:800}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.contact-card{background:var(--navy-900);color:#fff;border-radius:26px;padding:30px}.contact-card p{color:#bdc9dc}.contact-item{display:flex;gap:14px;align-items:flex-start;margin:22px 0}.contact-item .icon{margin:0;width:44px;height:44px;flex:0 0 auto}.form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow-sm)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.86rem;font-weight:800;color:#42516a}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #cad6e5;border-radius:12px;background:#fbfdff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,255,.1)}.field textarea{min-height:140px;resize:vertical}

/* Industry */
.industry-card{display:flex;gap:18px;align-items:flex-start;padding:24px;border-radius:20px;border:1px solid var(--line);background:#fff}.industry-card .icon{flex:0 0 auto;margin:0}.industry-card p{color:var(--muted);margin:7px 0 0}

/* Footer */
.footer{background:#050b18;color:#fff;padding:64px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.75fr);gap:40px}.footer-logo{width:200px;margin-bottom:18px}.footer p{color:#9eb0c8}.footer h4{font-size:1rem;margin-bottom:18px}.footer-links{display:grid;gap:10px}.footer-links a{color:#aebdd0;font-size:.92rem}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#8294ad;font-size:.84rem}

/* misc */
.notice{padding:15px 17px;border-radius:14px;background:#fff8e9;border:1px solid #f3d69d;color:#805719;font-size:.9rem}.legal-note{font-size:.78rem;color:#75839a}.logo-strip{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;color:#75849b;font-weight:850;filter:grayscale(1)}
.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:54px 1fr;gap:17px;align-items:start}.timeline-num{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--navy-900);color:#fff;font-weight:900}
.badges{display:flex;flex-wrap:wrap;gap:9px}.badge{padding:8px 11px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:750;font-size:.85rem;color:#475670}

@media(max-width:1050px){
  .site-nav{display:none}.nav-actions{margin-left:auto}.nav-actions .btn-ghost{display:none}.menu-btn{display:flex}
  .mobile-panel.open{display:grid;position:absolute;top:92px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.mobile-panel>a{padding:12px;border-radius:10px;font-weight:750}.mobile-panel>a:hover{background:#eef4ff}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{padding-top:58px}.dashboard{max-width:700px;margin:auto}.pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card.featured{transform:none}.grid-4{grid-template-columns:repeat(2,1fr)}.flow{grid-template-columns:repeat(2,1fr)}.flow-step:not(:last-child)::after{display:none}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.cta{grid-template-columns:1fr}.stats-band{grid-template-columns:repeat(2,1fr)}.stats-band div:nth-child(2){border-right:0}.stats-band div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,var(--max))}.section{padding:74px 0}.section-sm{padding:50px 0}.nav-wrap{height:78px}.logo{width:215px}.mobile-panel.open{top:78px;left:12px;right:12px}.nav-actions .btn-primary{display:none}
  h1{font-size:2.75rem}h2{font-size:2.25rem}.hero-grid{gap:35px}.dash-stats{grid-template-columns:1fr}.dash-item{grid-template-columns:38px 1fr}.dash-item .pill{grid-column:2}.grid-2,.grid-3,.grid-4,.pricing-grid,.form-grid{grid-template-columns:1fr}.price-card.featured{order:0}.flow{grid-template-columns:1fr}.stats-band{grid-template-columns:1fr}.stats-band div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)!important}.stats-band div:last-child{border-bottom:0!important}.cta{padding:34px 24px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.compare-wrap{overflow:auto}.compare{min-width:760px}.contact-card,.form{padding:23px}.page-hero{padding:58px 0 50px}.proof-row{display:grid;gap:12px}.btn-row .btn{width:100%}.visual-panel{min-height:auto}.section-head{margin-bottom:32px}
}


/* Floating WhatsApp chat button */
.floating-whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:200;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 16px 11px 11px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  font-weight:850;
  box-shadow:0 16px 38px rgba(15,23,42,.24),0 8px 20px rgba(37,211,102,.28);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.floating-whatsapp:hover{
  transform:translateY(-3px);
  background:#20bd5a;
  box-shadow:0 20px 44px rgba(15,23,42,.28),0 10px 24px rgba(37,211,102,.34);
}
.floating-whatsapp img{
  width:34px;
  height:34px;
  flex:0 0 34px;
}
.floating-whatsapp span{
  white-space:nowrap;
}
@media(max-width:640px){
  .floating-whatsapp{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
    padding:0;
    justify-content:center;
  }
  .floating-whatsapp img{
    width:34px;
    height:34px;
  }
  .floating-whatsapp span{
    display:none;
  }
}


@media(max-width:640px){
  .billing-switch{
    width:100%;
    max-width:380px;
  }
  .billing-option{
    flex:1;
    min-width:0;
    padding:10px 9px;
  }
  .billing-option span{
    display:none;
  }
}


/* Premium monthly process */
.process-section{
  background:
    radial-gradient(circle at 15% 20%,rgba(37,99,255,.16),transparent 30%),
    radial-gradient(circle at 85% 75%,rgba(22,210,154,.13),transparent 28%),
    linear-gradient(145deg,#050d1d,#0b1b37);
}
.process-heading{position:relative;z-index:2}
.process-heading .lead{margin-inline:auto;max-width:720px}
.process-track{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  padding-top:34px;
}
.process-progress{
  position:absolute;
  left:8%;
  right:8%;
  top:58px;
  height:2px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}
.process-progress span{
  display:block;
  width:42%;
  height:100%;
  background:linear-gradient(90deg,transparent,var(--blue),var(--mint),transparent);
  animation:processFlow 4.5s linear infinite;
}
.process-card{
  position:relative;
  min-height:292px;
  padding:24px 22px 25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  backdrop-filter:blur(15px);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
  overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease;
}
.process-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,255,.09),transparent 44%,rgba(22,210,154,.08));
  opacity:0;
  transition:opacity .35s ease;
}
.process-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  right:-54px;
  bottom:-58px;
  background:rgba(22,210,154,.14);
  filter:blur(3px);
}
.process-card:hover{
  transform:translateY(-12px);
  border-color:rgba(107,238,202,.48);
  box-shadow:0 30px 70px rgba(0,0,0,.34),0 0 0 1px rgba(22,210,154,.08);
}
.process-card:hover::before{opacity:1}
.process-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:36px;
}
.process-number{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),#5090ff);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 26px rgba(37,99,255,.3);
}
.process-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(22,210,154,.12);
  border:1px solid rgba(122,241,204,.22);
}
.process-icon svg{width:24px;height:24px;fill:#79f1cc}
.process-label{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:8px;
  color:#71e8c4;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.process-card h3{
  position:relative;
  z-index:2;
  color:#fff;
  font-size:1.12rem;
  margin-bottom:10px;
}
.process-card p{
  position:relative;
  z-index:2;
  color:#aebdd2;
  font-size:.89rem;
  line-height:1.68;
  margin:0;
}
@keyframes processFlow{
  from{transform:translateX(-110%)}
  to{transform:translateX(330%)}
}

/* Premium pricing system */
.pricing-showcase{
  background:
    radial-gradient(circle at 15% 0%,rgba(37,99,255,.07),transparent 26%),
    radial-gradient(circle at 88% 10%,rgba(22,210,154,.08),transparent 24%),
    #fff;
}
.pricing-module{position:relative}
.billing-switch-wrap{
  display:grid;
  justify-items:center;
  gap:12px;
  margin:0 0 42px;
  text-align:center;
}
.billing-switch{
  display:inline-flex;
  align-items:center;
  padding:6px;
  border:1px solid #dbe5f1;
  border-radius:999px;
  background:linear-gradient(180deg,#f7faff,#eef4fb);
  box-shadow:0 14px 34px rgba(16,37,71,.10);
}
.billing-option{
  border:0;
  background:transparent;
  color:#65748a;
  min-width:150px;
  min-height:50px;
  padding:10px 18px;
  border-radius:999px;
  font-weight:900;
  cursor:pointer;
  transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.billing-option:hover{transform:translateY(-1px)}
.billing-option span{
  display:inline-flex;
  margin-left:6px;
  padding:4px 8px;
  border-radius:999px;
  background:#dffbf2;
  color:#07785b;
  font-size:.67rem;
  vertical-align:middle;
}
.billing-option.active{
  background:#fff;
  color:var(--ink);
  box-shadow:0 10px 24px rgba(8,24,54,.12);
}
.billing-option.active[data-billing-mode="yearly"]{
  background:linear-gradient(135deg,#071226,#173361);
  color:#fff;
}
.billing-option.active[data-billing-mode="yearly"] span{
  background:var(--mint);
  color:#06231b;
}
.billing-caption{
  margin:0;
  max-width:680px;
  color:var(--muted);
  font-size:.92rem;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.price-card{
  --plan-accent:var(--blue);
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:26px 24px 24px;
  border:1px solid #dce6f2;
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.98));
  box-shadow:0 16px 42px rgba(20,44,80,.10);
  overflow:hidden;
  isolation:isolate;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease;
}
.price-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:5px;
  background:linear-gradient(90deg,var(--plan-accent),color-mix(in srgb,var(--plan-accent) 35%,white));
}
.price-card::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  right:-78px;
  top:-82px;
  background:color-mix(in srgb,var(--plan-accent) 12%,transparent);
  z-index:-1;
}
.price-card:hover{
  transform:translateY(-12px);
  border-color:color-mix(in srgb,var(--plan-accent) 45%,#dce6f2);
  box-shadow:0 28px 72px rgba(20,44,80,.18);
}
.plan-launch{--plan-accent:#2563ff}
.plan-grow{--plan-accent:#7a5cff}
.plan-scale{--plan-accent:#08a77a}
.plan-complete{--plan-accent:#10c995}
.price-card.featured{
  overflow:visible;
  padding-top:34px;
  border:2px solid #11c995;
  background:
    radial-gradient(circle at 90% 0%,rgba(22,210,154,.15),transparent 30%),
    linear-gradient(180deg,#ffffff,#f5fffb);
  box-shadow:0 26px 72px rgba(10,124,92,.20);
}
.price-card.featured:hover{
  box-shadow:0 34px 82px rgba(10,124,92,.28);
}
.popular{
  position:absolute;
  top:-17px;
  left:50%;
  right:auto;
  transform:translateX(-50%);
  z-index:8;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--mint));
  color:#fff;
  font-size:.69rem;
  font-weight:950;
  letter-spacing:.04em;
  box-shadow:0 10px 22px rgba(37,99,255,.18);
}
.plan-head{
  display:flex;
  gap:13px;
  align-items:flex-start;
  min-height:74px;
  margin-bottom:18px;
}
.plan-number{
  width:43px;
  height:43px;
  flex:0 0 43px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:color-mix(in srgb,var(--plan-accent) 12%,white);
  color:var(--plan-accent);
  font-size:.75rem;
  font-weight:950;
  letter-spacing:.08em;
}
.price-card .plan{
  display:block;
  margin-bottom:5px;
  color:var(--ink);
  font-size:1.12rem;
  font-weight:950;
}
.plan-description{
  margin:0;
  color:#66758b;
  font-size:.88rem;
  line-height:1.5;
}
.price-zone{
  padding:17px 0 18px;
  border-top:1px solid #edf2f7;
  border-bottom:1px solid #edf2f7;
}
.price{
  min-height:58px;
  display:flex;
  align-items:baseline;
  gap:5px;
  color:var(--ink);
  font-size:2.55rem;
  line-height:1;
  font-weight:950;
  letter-spacing:-.065em;
  white-space:nowrap;
}
.price small{
  color:#66758b;
  font-size:.79rem;
  font-weight:800;
  letter-spacing:0;
}
.annual{
  display:grid;
  gap:5px;
  margin-top:12px;
  color:#375266;
  font-size:.82rem;
}
.annual strong{
  color:#0b7d60;
  font-size:.88rem;
}
.discount-badge{
  width:max-content;
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#e7fbf4;
  color:#087a5c;
  font-size:.7rem;
  font-weight:950;
}
.yearly-saving{
  color:#0b7d60;
  font-size:.76rem;
  font-weight:850;
}
.plan-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:18px 0 4px;
}
.plan-metrics span{
  padding:9px 10px;
  border-radius:12px;
  background:#f2f6fb;
  color:#607087;
  font-size:.72rem;
  text-align:center;
}
.plan-metrics b{
  color:var(--ink);
  font-size:.84rem;
}
.price-card ul{
  flex:1;
  list-style:none;
  padding:0;
  margin:18px 0 24px;
}
.price-card li{
  position:relative;
  padding-left:24px;
  margin:10px 0;
  color:#465870;
  font-size:.88rem;
  line-height:1.5;
}
.price-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:12px;
  height:7px;
  border-left:2px solid var(--plan-accent);
  border-bottom:2px solid var(--plan-accent);
  transform:rotate(-45deg);
}
.price-card .btn{
  width:100%;
  margin-top:auto;
}
.interactive-pricing.is-changing .price-zone{
  opacity:.38;
  transform:translateY(4px);
}
.price-zone{
  transition:opacity .15s ease,transform .15s ease;
}
.price-card[data-billing="yearly"]{
  border-color:color-mix(in srgb,var(--plan-accent) 36%,#dce6f2);
}
.price-card[data-billing="yearly"] .price{
  color:var(--plan-accent);
}
.price-foot{
  margin-top:24px;
  color:#718097;
  font-size:.8rem;
  text-align:center;
}

/* Reveal and subtle motion */
[data-reveal]{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1);
}
[data-reveal].is-visible{
  opacity:1;
  transform:none;
}
.pricing-grid [data-reveal]:nth-child(2),
.process-track [data-reveal]:nth-of-type(2){transition-delay:.07s}
.pricing-grid [data-reveal]:nth-child(3),
.process-track [data-reveal]:nth-of-type(3){transition-delay:.14s}
.pricing-grid [data-reveal]:nth-child(4),
.process-track [data-reveal]:nth-of-type(4){transition-delay:.21s}
.process-track [data-reveal]:nth-of-type(5){transition-delay:.28s}

@media(max-width:1100px){
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-progress{display:none}
}
@media(max-width:720px){
  .pricing-grid{grid-template-columns:1fr}
  .price-card.featured{order:0}
  .process-track{grid-template-columns:1fr}
  .process-card{min-height:auto}
  .billing-switch{width:100%;max-width:390px}
  .billing-option{flex:1;min-width:0;padding:10px 8px}
  .billing-option span{display:none}
  .price{font-size:2.35rem}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}
  [data-reveal]{opacity:1;transform:none;transition:none}
}


/* Centred featured-plan badge */
.price-card.featured .popular{
  left:50%;
  right:auto;
  top:-17px;
  transform:translateX(-50%);
  white-space:nowrap;
}


/* Expanded industry catalogue */
.industries-expanded{
  background:
    radial-gradient(circle at 8% 4%,rgba(37,99,255,.07),transparent 25%),
    radial-gradient(circle at 92% 7%,rgba(22,210,154,.08),transparent 24%),
    #fff;
}
.industries-grid{
  margin-top:38px;
}
.industries-grid .industry-card{
  min-height:190px;
  padding:24px;
  border-radius:22px;
  background:linear-gradient(145deg,#ffffff,#f8fbff);
  border:1px solid #dfe8f3;
  box-shadow:0 14px 34px rgba(16,37,71,.08);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.industries-grid .industry-card:hover{
  transform:translateY(-8px);
  border-color:#9ec1ff;
  box-shadow:0 24px 52px rgba(16,37,71,.14);
}
.industries-grid .industry-card h3{
  margin-bottom:8px;
}
.industries-grid .industry-card p{
  margin:0;
}
@media(max-width:900px){
  .industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .industries-grid{grid-template-columns:1fr}
}


/* Version 9 — simplified corporate pricing colours */
.pricing-showcase{
  background:#f8fafc;
}
.billing-switch{
  background:#f3f5f8;
  border-color:#d9e0e8;
  box-shadow:0 8px 22px rgba(15,23,42,.07);
}
.billing-option{
  color:#64748b;
}
.billing-option span{
  background:#e8f8f2;
  color:#08785b;
}
.billing-option.active{
  background:#ffffff;
  color:#0f1f3d;
  box-shadow:0 5px 14px rgba(15,23,42,.10);
}
.billing-option.active[data-billing-mode="yearly"]{
  background:#0f1f3d;
  color:#ffffff;
}
.billing-option.active[data-billing-mode="yearly"] span{
  background:#17c997;
  color:#05251b;
}

.price-card,
.price-card.plan-launch,
.price-card.plan-grow,
.price-card.plan-scale,
.price-card.plan-complete{
  --plan-accent:#0f6b57;
  background:#ffffff;
  border:1px solid #dce3eb;
  box-shadow:0 12px 30px rgba(15,23,42,.07);
}
.price-card::before{
  height:3px;
  background:#dbe3ec;
}
.price-card::after{
  display:none;
}
.price-card:hover{
  transform:translateY(-7px);
  border-color:#b9c7d5;
  box-shadow:0 20px 42px rgba(15,23,42,.11);
}

.price-card.featured{
  background:#ffffff;
  border:2px solid #14b889;
  box-shadow:0 16px 40px rgba(20,184,137,.13);
}
.price-card.featured::before{
  background:#14b889;
}
.price-card.featured:hover{
  border-color:#0ea879;
  box-shadow:0 22px 48px rgba(20,184,137,.18);
}

.plan-number{
  background:#eef2f6;
  color:#0f1f3d;
}
.price-card.featured .plan-number{
  background:#e4f8f1;
  color:#0b7c60;
}

.price-card .plan{
  color:#0f1f3d;
}
.plan-description{
  color:#66758b;
}
.price{
  color:#0f1f3d;
}
.price-card[data-billing="yearly"] .price{
  color:#0f6b57;
}
.annual{
  color:#53657a;
}
.annual strong{
  color:#0f6b57;
}
.discount-badge{
  background:#e8f8f2;
  color:#0b7459;
}
.yearly-saving{
  color:#0b7459;
}
.plan-metrics span{
  background:#f4f6f8;
  color:#66758b;
}
.plan-metrics b{
  color:#0f1f3d;
}
.price-card li{
  color:#465870;
}
.price-card li::before{
  border-color:#0f6b57;
}
.popular{
  background:#0f1f3d;
  color:#ffffff;
  box-shadow:none;
}
.price-card.featured .popular{
  background:#0f1f3d;
}


/* Version 10 — remove duplicate top line from Complete pricing card */
.price-card.featured::before{
  display:none;
}


/* Version 12 — consistent pricing alignment and three-mode colour theme */
html{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Pricing plan headings use a fixed three-line description area on desktop. */
.plan-head{min-height:122px}
.plan-description{
  min-height:4.5em;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.logo{position:relative}
.logo-dark{display:none}
html[data-theme="dark"] .logo-light{display:none}
html[data-theme="dark"] .logo-dark{display:block}

.theme-picker{position:relative;z-index:90}
.theme-trigger{min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#31405b;cursor:pointer;box-shadow:0 6px 18px rgba(8,24,54,.06);transition:.2s ease}
.theme-trigger:hover,.theme-trigger[aria-expanded="true"]{border-color:#aebed2;transform:translateY(-1px)}
.theme-trigger-icons{width:20px;height:20px;display:grid;place-items:center}
.theme-state-icon{display:none;width:19px;height:19px;fill:currentColor}
html[data-theme-preference="system"] .theme-system-icon,html[data-theme-preference="light"] .theme-light-icon,html[data-theme-preference="dark"] .theme-dark-icon{display:block}
.theme-trigger-label{font-size:.82rem;font-weight:820}
.theme-caret{width:14px;height:14px;fill:currentColor;transition:transform .2s ease}
.theme-trigger[aria-expanded="true"] .theme-caret{transform:rotate(180deg)}
.theme-menu{position:absolute;top:calc(100% + 10px);right:0;width:252px;display:none;gap:5px;padding:9px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 22px 60px rgba(8,24,54,.16)}
.theme-picker.open .theme-menu{display:grid}
.theme-option{width:100%;display:grid;grid-template-columns:34px 1fr 18px;gap:10px;align-items:center;padding:10px;border:0;border-radius:12px;background:transparent;color:#34445e;text-align:left;cursor:pointer}
.theme-option:hover{background:#f1f5fa}
.theme-option svg{width:21px;height:21px;fill:currentColor;color:#63738a}
.theme-option span{display:grid}
.theme-option strong{font-size:.86rem}
.theme-option small{color:#7a899d;font-size:.7rem}
.theme-option i{opacity:0;color:#0b8c68;font-style:normal;font-weight:950}
.theme-option.is-active{background:#edf7f4;color:#0d604d}
.theme-option.is-active i{opacity:1}

html[data-theme="dark"]{--ink:#e7eef8;--muted:#9cafc6;--line:#263750;--soft:#0b1729;--white:#0e1a2d;--shadow:0 24px 70px rgba(0,0,0,.34);--shadow-sm:0 12px 34px rgba(0,0,0,.24)}
html[data-theme="dark"] body{background:#07101f;color:var(--ink)}
html[data-theme="dark"] .lead,html[data-theme="dark"] .muted,html[data-theme="dark"] .hero-note,html[data-theme="dark"] .proof-item,html[data-theme="dark"] .quote,html[data-theme="dark"] .industry-card p,html[data-theme="dark"] .plan-description,html[data-theme="dark"] .billing-caption,html[data-theme="dark"] .price-foot{color:#aab9ce}
html[data-theme="dark"] .hero-note strong{color:#f4f8ff}
html[data-theme="dark"] .site-header{background:rgba(5,11,24,.91);border-bottom-color:rgba(56,74,101,.65)}
html[data-theme="dark"] .site-nav>a,html[data-theme="dark"] .nav-link{color:#c4d1e2}
html[data-theme="dark"] .site-nav>a:hover,html[data-theme="dark"] .site-nav>a.active,html[data-theme="dark"] .nav-link:hover,html[data-theme="dark"] .nav-link.active{background:#13233c;color:#74a2ff}
html[data-theme="dark"] .dropdown-menu,html[data-theme="dark"] .mobile-panel,html[data-theme="dark"] .theme-menu{background:#0d1a2d;border-color:#273a55;box-shadow:0 24px 60px rgba(0,0,0,.42)}
html[data-theme="dark"] .dropdown-menu a{color:#c5d2e3}
html[data-theme="dark"] .dropdown-menu a:hover,html[data-theme="dark"] .dropdown-menu a.active,html[data-theme="dark"] .mobile-panel>a:hover,html[data-theme="dark"] .theme-option:hover{background:#162740;color:#fff}
html[data-theme="dark"] .mobile-submenu div a{color:#aebdd1}
html[data-theme="dark"] .menu-btn,html[data-theme="dark"] .theme-trigger{background:#0d1a2d;border-color:#2b3d57;color:#d8e3f1;box-shadow:none}
html[data-theme="dark"] .theme-option{color:#cad6e5}
html[data-theme="dark"] .theme-option svg{color:#98abc2}
html[data-theme="dark"] .theme-option small{color:#8295ad}
html[data-theme="dark"] .theme-option.is-active{background:#11352f;color:#8be8cb}
html[data-theme="dark"] .hero{background:radial-gradient(circle at 85% 18%,rgba(22,210,154,.13),transparent 30%),radial-gradient(circle at 8% 10%,rgba(37,99,255,.17),transparent 28%),linear-gradient(180deg,#07101f,#0a1628)}
html[data-theme="dark"] .hero::after{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px)}
html[data-theme="dark"] .page-hero{background:radial-gradient(circle at 80% 0,rgba(22,210,154,.11),transparent 28%),linear-gradient(180deg,#07101f,#0b1729);border-color:#263750}
html[data-theme="dark"] .section-soft{background:linear-gradient(180deg,#0a1526,#0d1a2d)}
html[data-theme="dark"] .savings-section{background:radial-gradient(circle at 12% 12%,rgba(37,99,255,.18),transparent 42%),radial-gradient(circle at 88% 16%,rgba(22,210,154,.15),transparent 46%),linear-gradient(180deg,#0a1526 0%,#0b1f27 100%)}
html[data-theme="dark"] .section-mint{background:linear-gradient(145deg,#08221e,#0b1d25)}
html[data-theme="dark"] .pricing-showcase,html[data-theme="dark"] .industries-expanded{background:#081322}
html[data-theme="dark"] .industries-expanded{background-image:radial-gradient(circle at 8% 4%,rgba(37,99,255,.11),transparent 25%),radial-gradient(circle at 92% 7%,rgba(22,210,154,.09),transparent 24%)}
html[data-theme="dark"] .btn-ghost{background:#101e32;border-color:#2a3c57;color:#eef4fc;box-shadow:none}
html[data-theme="dark"] .tag{background:#122747;color:#79a5ff}
html[data-theme="dark"] .card,html[data-theme="dark"] .feature-card,html[data-theme="dark"] .form,html[data-theme="dark"] .industry-card,html[data-theme="dark"] .industries-grid .industry-card{background:#0e1b2f;border-color:#263a55;box-shadow:0 14px 36px rgba(0,0,0,.22)}
html[data-theme="dark"] .card li,html[data-theme="dark"] .checklist li{color:#b9c7d9}
html[data-theme="dark"] .icon{background:linear-gradient(135deg,#132746,#123129)}
html[data-theme="dark"] .icon.mint{background:#10372e}
html[data-theme="dark"] .icon.amber{background:#392b19}
html[data-theme="dark"] .icon.rose{background:#3a2029}
html[data-theme="dark"] .badge{background:#101e32;border-color:#2c3f59;color:#c6d3e3}
html[data-theme="dark"] .notice{background:#332817;border-color:#5c4725;color:#f0cc8d}
html[data-theme="dark"] .logo-strip{color:#7f91aa}
html[data-theme="dark"] .dash-main{background:#0c192b}
html[data-theme="dark"] .stat,html[data-theme="dark"] .dash-list{background:#101f35;border-color:#2a3d58}
html[data-theme="dark"] .dash-item{border-color:#263851}
html[data-theme="dark"] .stat small,html[data-theme="dark"] .dash-item span{color:#91a4bd}
html[data-theme="dark"] .doc-icon{background:#182d50;color:#83a9ff}
html[data-theme="dark"] .compare{background:#0e1b2f;border-color:#2a3c56}
html[data-theme="dark"] .compare th{background:#122239}
html[data-theme="dark"] .compare th,html[data-theme="dark"] .compare td{border-color:#283a54}
html[data-theme="dark"] .field label{color:#c5d2e2}
html[data-theme="dark"] .field input,html[data-theme="dark"] .field select,html[data-theme="dark"] .field textarea{background:#0a1728;border-color:#2c405c;color:#edf3fb}
html[data-theme="dark"] .field input::placeholder,html[data-theme="dark"] .field textarea::placeholder{color:#71849c}
html[data-theme="dark"] .billing-switch{background:#0c192a;border-color:#2a3c55;box-shadow:0 8px 24px rgba(0,0,0,.22)}
html[data-theme="dark"] .billing-option{color:#9eb0c7}
html[data-theme="dark"] .billing-option.active{background:#17263d;color:#fff;box-shadow:none}
html[data-theme="dark"] .billing-option.active[data-billing-mode="yearly"]{background:#dce9ff;color:#0b1830}
html[data-theme="dark"] .price-card,html[data-theme="dark"] .price-card.plan-launch,html[data-theme="dark"] .price-card.plan-grow,html[data-theme="dark"] .price-card.plan-scale,html[data-theme="dark"] .price-card.plan-complete{background:#0e1b2f;border-color:#293c57;box-shadow:0 14px 36px rgba(0,0,0,.23)}
html[data-theme="dark"] .price-card.featured{background:#0e1d2d;border-color:#18bd8f;box-shadow:0 18px 44px rgba(0,0,0,.26)}
html[data-theme="dark"] .price-card .plan,html[data-theme="dark"] .plan-metrics b,html[data-theme="dark"] .price{color:#f0f5fc}
html[data-theme="dark"] .price-card[data-billing="yearly"] .price{color:#69e1bc}
html[data-theme="dark"] .price-zone{border-color:#263950}
html[data-theme="dark"] .plan-number,html[data-theme="dark"] .plan-metrics span{background:#15243a;color:#c5d1e1}
html[data-theme="dark"] .price-card li{color:#b5c3d6}
html[data-theme="dark"] .annual{color:#9fb0c4}
html[data-theme="dark"] .annual strong,html[data-theme="dark"] .yearly-saving{color:#6de0bd}
html[data-theme="dark"] .discount-badge{background:#10372e;color:#75dfc0}

@media(max-width:720px){
  .plan-head{min-height:auto}
  .plan-description{min-height:auto;-webkit-line-clamp:unset;display:block}
  .theme-trigger{width:44px;padding:8px;justify-content:center}
  .theme-trigger-label,.theme-caret{display:none}
  .theme-menu{right:-52px;width:min(252px,calc(100vw - 28px))}
}


/* Version 13 — case studies, report previews and calculators */
.cases-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.case-card{
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.featured-case{
  border-color:#bfe7da;
  box-shadow:0 18px 44px rgba(20,184,137,.10);
}
.case-tag{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#eef5ff;
  color:#2563ff;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.case-copy{
  color:var(--muted);
  margin:0 0 18px;
}
.case-compare{
  display:grid;
  grid-template-columns:1fr 46px 1fr;
  gap:14px;
  align-items:center;
  margin:20px 0;
}
.cost-box{
  padding:18px;
  border-radius:20px;
  background:#f7fafc;
  border:1px solid #e1e9f2;
}
.cost-box span{
  display:block;
  color:#6a7b90;
  font-size:.78rem;
  margin-bottom:8px;
}
.cost-box strong{
  display:block;
  font-size:1.8rem;
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:6px;
}
.cost-box small{
  display:block;
  color:#7f90a5;
  font-size:.78rem;
}
.cost-box.accent{
  background:#f0fbf7;
  border-color:#bde7da;
}
.case-vs{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0f1f3d;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  font-size:.8rem;
}
.case-save{
  margin-bottom:18px;
  padding:15px 16px;
  border-radius:18px;
  background:#0f1f3d;
  color:#fff;
}
.case-save strong{
  display:block;
  font-size:1rem;
  margin-bottom:4px;
}
.case-save span{
  color:#bfd2ea;
  font-size:.86rem;
}

.report-preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.report-screen{
  padding:22px;
  border:1px solid #deE7f0;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.screen-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:16px;
}
.screen-head span{
  font-weight:900;
  color:var(--ink);
}
.screen-head small{
  color:#76879d;
  font-size:.8rem;
}
.kpi-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:14px;
}
.kpi-strip div{
  padding:14px;
  border-radius:16px;
  background:#f6f9fc;
}
.kpi-strip span{
  display:block;
  color:#6f8299;
  font-size:.74rem;
  margin-bottom:4px;
}
.kpi-strip strong{
  font-size:1rem;
}
.report-svg{
  width:100%;
  height:auto;
}
.expense-donut{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:22px;
  align-items:center;
}
.donut-ring{
  width:110px;
  height:110px;
  border-radius:50%;
  background:conic-gradient(#2563ff 0 42%, #18b889 42% 66%, #ff9d42 66% 84%, #d9e2ec 84% 100%);
  position:relative;
}
.donut-ring::after{
  content:"";
  position:absolute;
  inset:20px;
  border-radius:50%;
  background:#fff;
}
.donut-legend{
  display:grid;
  gap:10px;
}
.donut-legend span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#5f7188;
  font-size:.88rem;
}
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  display:inline-block;
}
.dot.blue{background:#2563ff}
.dot.green{background:#18b889}
.dot.orange{background:#ff9d42}
.dot.grey{background:#d9e2ec}

.bar-trend{
  height:140px;
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:8px;
  align-items:end;
  padding:10px 0 0;
}
.bar-trend span{
  display:block;
  border-radius:10px 10px 0 0;
  background:linear-gradient(180deg,#9ed5ff,#2563ff);
}
.trend-note{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  color:#62748b;
  font-size:.86rem;
}
.trend-note strong{
  color:var(--ink);
}
.daily-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.daily-grid div{
  padding:14px 12px;
  border-radius:16px;
  background:#f6f9fc;
}
.daily-grid span{
  display:block;
  color:#7b8ba0;
  font-size:.76rem;
  margin-bottom:5px;
}
.daily-grid b{
  color:var(--ink);
  font-size:.92rem;
}
.cta-row{
  margin-top:28px;
}

.calculator-teaser-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.loan-card{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid #dfe8f1;
  box-shadow:var(--shadow-sm);
}
.loan-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#edf5ff;
  font-size:1.45rem;
  margin-bottom:16px;
}

.calculator-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.calc-card{
  padding:24px;
  border-radius:26px;
  border:1px solid #dfe8f1;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.calc-head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:18px;
}
.calc-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#edf5ff;
  font-size:1.3rem;
}
.calc-head h3{
  margin-bottom:6px;
}
.calc-head p{
  color:var(--muted);
  margin:0;
}
.calc-form{
  display:grid;
  gap:12px;
}
.calc-form label{
  display:grid;
  gap:7px;
  color:var(--ink);
  font-size:.88rem;
  font-weight:700;
}
.calc-form input{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border:1px solid #d6e0ea;
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font:inherit;
}
.calc-results{
  display:grid;
  gap:10px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e3eaf2;
}
.calc-results div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius:14px;
  background:#f6f9fc;
}
.calc-results span{
  color:#708198;
  font-size:.84rem;
}
.calc-results strong{
  color:var(--ink);
  font-size:.98rem;
}

html[data-theme="dark"] .case-card,
html[data-theme="dark"] .report-screen,
html[data-theme="dark"] .loan-card,
html[data-theme="dark"] .calc-card{
  background:#0e1b2f;
  border-color:#263a55;
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}
html[data-theme="dark"] .case-tag{
  background:#112341;
  color:#8ab0ff;
}
html[data-theme="dark"] .cost-box{
  background:#132238;
  border-color:#2b3d57;
}
html[data-theme="dark"] .cost-box span,
html[data-theme="dark"] .cost-box small,
html[data-theme="dark"] .screen-head small,
html[data-theme="dark"] .kpi-strip span,
html[data-theme="dark"] .trend-note,
html[data-theme="dark"] .daily-grid span,
html[data-theme="dark"] .calc-results span{
  color:#9fb0c5;
}
html[data-theme="dark"] .cost-box.accent{
  background:#11352f;
  border-color:#1a6a57;
}
html[data-theme="dark"] .case-save{
  background:#14304f;
  color:#fff;
}
html[data-theme="dark"] .case-save span{
  color:#bed4f0;
}
html[data-theme="dark"] .report-screen,
html[data-theme="dark"] .kpi-strip div,
html[data-theme="dark"] .daily-grid div,
html[data-theme="dark"] .calc-results div{
  background:#0e1b2f;
}
html[data-theme="dark"] .kpi-strip div,
html[data-theme="dark"] .daily-grid div,
html[data-theme="dark"] .calc-results div{
  border:1px solid #24364f;
}
html[data-theme="dark"] .report-svg rect{
  fill:#102038;
}
html[data-theme="dark"] .donut-ring::after{
  background:#0e1b2f;
}
html[data-theme="dark"] .loan-icon,
html[data-theme="dark"] .calc-icon{
  background:#142947;
}
html[data-theme="dark"] .calc-form input{
  background:#0b1728;
  border-color:#2d405a;
  color:#edf3fb;
}
html[data-theme="dark"] .calc-results{
  border-top-color:#263950;
}

@media(max-width:1100px){
  .cases-grid,
  .calculator-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .report-preview-grid,
  .calculator-teaser-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .case-compare{
    grid-template-columns:1fr;
  }
  .case-vs{
    margin-inline:auto;
  }
  .kpi-strip{
    grid-template-columns:1fr;
  }
  .expense-donut{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .daily-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* Version 14 — clearer pricing-card and button hover states */
.price-card{
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    border-color .28s ease,
    background-color .28s ease,
    box-shadow .28s ease;
}
.price-card:hover{
  transform:translateY(-8px);
  border-color:#13b889;
  background:#f7fffc;
  box-shadow:0 24px 52px rgba(15,23,42,.14);
}
.price-card:hover .plan-number{
  background:#dff7ef;
  color:#08785b;
}
.price-card:hover .price{
  color:#0c765c;
}
.price-card .btn{
  transition:
    transform .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}
.price-card .btn-ghost:hover{
  background:#0f1f3d;
  border-color:#0f1f3d;
  color:#fff;
  box-shadow:0 12px 26px rgba(15,31,61,.20);
}
.price-card.featured:hover{
  border-color:#0b9d73;
  background:#f2fff9;
  box-shadow:0 28px 58px rgba(16,185,137,.20);
}
.price-card.featured .btn-mint:hover{
  background:#0f1f3d;
  border-color:#0f1f3d;
  color:#fff;
  box-shadow:0 12px 28px rgba(15,31,61,.22);
}

/* Dark-mode pricing hover states */
html[data-theme="dark"] .price-card:hover,
html[data-theme="dark"] .price-card.plan-launch:hover,
html[data-theme="dark"] .price-card.plan-grow:hover,
html[data-theme="dark"] .price-card.plan-scale:hover,
html[data-theme="dark"] .price-card.plan-complete:hover{
  background:#14243a;
  border-color:#36d6aa;
  box-shadow:0 26px 58px rgba(0,0,0,.42);
}
html[data-theme="dark"] .price-card:hover .plan-number{
  background:#153e35;
  color:#7ce6c7;
}
html[data-theme="dark"] .price-card:hover .price{
  color:#74e3c1;
}
html[data-theme="dark"] .price-card .btn-ghost:hover{
  background:#27c999;
  border-color:#27c999;
  color:#041d18;
  box-shadow:0 12px 28px rgba(39,201,153,.22);
}
html[data-theme="dark"] .price-card.featured:hover{
  background:#133128;
  border-color:#47e0b6;
  box-shadow:0 28px 62px rgba(0,0,0,.46);
}
html[data-theme="dark"] .price-card.featured .btn-mint:hover{
  background:#ffffff;
  border-color:#ffffff;
  color:#0b1830;
  box-shadow:0 12px 28px rgba(255,255,255,.12);
}

/* Plain bookkeeping scope note */
.scope-note-section{
  padding:20px 0 34px;
}
.scope-note{
  max-width:1000px;
  margin:0 auto;
  color:#718097;
  font-size:.82rem;
  line-height:1.65;
  text-align:center;
}
html[data-theme="dark"] .scope-note{
  color:#8295ad;
}


/* Version 15 — upgraded homepage reports and embedded animated calculator */
.scenario-two .case-compare{
  grid-template-columns:1fr 54px 1.12fr;
  gap:18px;
}
.scenario-two .cost-box.accent{
  padding-left:22px;
}
.reports-upgraded{
  background:
    radial-gradient(circle at 10% 0, rgba(37,99,255,.07), transparent 22%),
    radial-gradient(circle at 90% 0, rgba(24,184,137,.08), transparent 24%);
}
.reports-advanced-layout{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.floating-card{
  animation:floatCard 5.8s ease-in-out infinite;
}
.delay-1{animation-delay:.35s}
.delay-2{animation-delay:.75s}
.delay-3{animation-delay:1.15s}
@keyframes floatCard{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
.report-dashboard-main{
  padding:24px;
  border:1px solid #dfe7f0;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:var(--shadow);
}
.report-topbar{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:18px;
}
.report-topbar strong{
  display:block;
  font-size:1.15rem;
}
.report-topbar small{
  color:#72839a;
}
.live-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#eef6ff;
  color:#2563ff;
  font-weight:800;
  font-size:.78rem;
}
.live-pill i{
  width:9px;height:9px;border-radius:50%;background:#18b889;
  box-shadow:0 0 0 0 rgba(24,184,137,.6);
  animation:pulseDot 1.8s infinite;
}
@keyframes pulseDot{
  0%{box-shadow:0 0 0 0 rgba(24,184,137,.6)}
  70%{box-shadow:0 0 0 10px rgba(24,184,137,0)}
  100%{box-shadow:0 0 0 0 rgba(24,184,137,0)}
}
.dashboard-kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}
.dash-kpi{
  padding:16px;
  border-radius:18px;
  background:#f6f9fc;
  border:1px solid #e3ebf2;
}
.dash-kpi span{
  display:block;
  color:#6c7e95;
  font-size:.76rem;
  margin-bottom:7px;
}
.dash-kpi strong{
  display:block;
  font-size:1.22rem;
  line-height:1.05;
  letter-spacing:-.03em;
  margin-bottom:4px;
}
.dash-kpi small{
  color:#18a57a;
  font-size:.75rem;
  font-weight:700;
}
.dashboard-chart-card{
  padding:18px;
  border-radius:22px;
  background:#0f1f3d;
  color:#fff;
}
.mini-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}
.mini-head span{
  font-weight:900;
}
.mini-head small{
  color:#9db2cf;
}
.animated-line-chart{
  width:100%;
  height:auto;
  overflow:visible;
}
.chart-path{
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  animation:drawLine 2.2s ease forwards;
}
.expense-path{animation-delay:.25s}
.profit-path{animation-delay:.45s}
@keyframes drawLine{
  to{stroke-dashoffset:0}
}
.chart-legend{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:10px;
  color:#cdd8e9;
  font-size:.84rem;
}
.legend-dot{
  width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px;
}
.legend-dot.blue{background:#4b8cff}
.legend-dot.orange{background:#ffb155}
.legend-dot.green{background:#32d5a7}

.reports-side-grid.advanced{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.advanced-donut{
  min-height:130px;
}
.donut-ring.animated{
  animation:spinReveal 1.8s ease;
}
@keyframes spinReveal{
  from{transform:scale(.88) rotate(-70deg);opacity:.4}
  to{transform:scale(1) rotate(0);opacity:1}
}
.cash-bars{
  display:grid;
  gap:14px;
}
.cash-bars div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 12px;
  align-items:center;
}
.cash-bars span{
  color:#596b82;
  font-size:.86rem;
}
.cash-bars b{
  color:var(--ink);
  font-size:.84rem;
}
.cash-bars i{
  grid-column:1 / -1;
  position:relative;
  display:block;
  height:10px;
  border-radius:999px;
  background:#edf3f9;
  overflow:hidden;
}
.cash-bars i::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:var(--fill);
  border-radius:999px;
  background:linear-gradient(90deg,#2563ff,#16d29a);
  transform:scaleX(0);
  transform-origin:left center;
  animation:growX 1.1s ease forwards;
}
@keyframes growX{
  to{transform:scaleX(1)}
}
.daily-bars{
  height:172px;
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
  align-items:end;
}
.daily-bars div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}
.daily-bars span,.daily-bars b{
  font-size:.74rem;
  color:#6e8097;
}
.daily-bars b{
  color:var(--ink);
  font-weight:800;
}
.daily-bars i{
  width:100%;
  height:120px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(37,99,255,.15),rgba(24,184,137,.08));
  position:relative;
  overflow:hidden;
}
.daily-bars i::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:var(--bar);
  border-radius:14px;
  background:linear-gradient(180deg,#56a6ff,#18b889);
  transform:scaleY(0);
  transform-origin:bottom center;
  animation:growY 1.1s ease forwards;
}
@keyframes growY{
  to{transform:scaleY(1)}
}
.aging-list{
  display:grid;
  gap:12px;
}
.aging-list div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:6px 12px;
  align-items:center;
}
.aging-list span{
  color:#687990;
  font-size:.84rem;
}
.aging-list b{
  font-size:.84rem;
}
.aging-list i{
  grid-column:1 / -1;
  display:block;
  height:9px;
  background:#eef3f8;
  border-radius:999px;
  overflow:hidden;
  position:relative;
}
.aging-list i::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:var(--line);
  background:linear-gradient(90deg,#18b889,#7be3c5);
  border-radius:999px;
  transform:scaleX(0);
  transform-origin:left center;
  animation:growX 1.1s ease forwards;
}
.status-stack{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:16px;
}
.status-stack div{
  padding:14px 10px;
  border-radius:16px;
  background:#f6f9fc;
  text-align:center;
}
.status-stack span{
  display:block;
  color:#708198;
  font-size:.72rem;
  margin-bottom:4px;
}
.status-stack strong{
  font-size:1.02rem;
}
.status-progress{
  height:12px;
  border-radius:999px;
  background:#ebf3f8;
  overflow:hidden;
}
.status-progress i{
  display:block;
  width:0%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#2563ff,#18b889);
  animation:progressBar 1.3s ease forwards;
}
@keyframes progressBar{
  to{width:97%}
}
.snapshot-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.snapshot-grid div{
  padding:14px;
  border-radius:16px;
  background:#f6f9fc;
}
.snapshot-grid small{
  display:block;
  color:#72839a;
  font-size:.74rem;
  margin-bottom:6px;
}
.snapshot-grid strong{
  font-size:1rem;
}
.report-tag-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:28px;
}

.calculator-showcase-section{
  background:linear-gradient(180deg,#f8fbff,#f1f6fb);
}
.finance-calculator-shell{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.96fr);
  gap:26px;
  align-items:stretch;
}
.finance-calculator-controls,
.finance-calculator-result{
  border-radius:34px;
  overflow:hidden;
}
.finance-calculator-controls{
  padding:32px 34px;
  border:1px solid #dfe8f1;
  background:#ffffff;
  box-shadow:var(--shadow-sm);
}
.finance-calculator-result{
  padding:32px 34px;
  background:linear-gradient(135deg,#0d2248,#0f2f66);
  color:#fff;
  box-shadow:0 24px 70px rgba(9,27,63,.24);
  position:relative;
}
.finance-calculator-result::before{
  content:"";
  position:absolute;
  width:280px;height:280px;
  right:-70px;top:-90px;
  background:radial-gradient(circle,rgba(68,255,204,.18),transparent 60%);
  pointer-events:none;
}
.finance-calc-tabs{
  display:inline-flex;
  padding:8px;
  border-radius:999px;
  background:#f1f5fa;
  margin-bottom:26px;
  gap:8px;
}
.finance-tab{
  border:0;
  border-radius:999px;
  padding:14px 18px;
  background:transparent;
  color:#5e7088;
  font-weight:900;
  letter-spacing:.02em;
  cursor:pointer;
  transition:.2s ease;
}
.finance-tab.active,
.finance-tab:hover{
  background:#10274d;
  color:#fff;
  box-shadow:0 10px 22px rgba(16,39,77,.22);
}
.calc-slider-group{
  display:grid;
  gap:22px;
}
.calc-slider-row{
  display:grid;
  gap:14px;
}
.calc-slider-row.is-hidden{
  display:none;
}
.calc-slider-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.calc-label{
  color:#8b9cb1;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.calc-slider-head strong{
  font-size:1.2rem;
  color:#0f2447;
}
.calc-slider-row input[type="range"]{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,#2563ff 0%, #2563ff var(--track-fill,50%), #d9e1eb var(--track-fill,50%), #d9e1eb 100%);
  outline:none;
}
.calc-slider-row input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:24px;height:24px;border-radius:50%;
  background:#fff;
  border:4px solid #2563ff;
  box-shadow:0 8px 18px rgba(37,99,255,.22);
  cursor:pointer;
}
.calc-slider-row input[type="range"]::-moz-range-thumb{
  width:24px;height:24px;border-radius:50%;
  background:#fff;
  border:4px solid #2563ff;
  box-shadow:0 8px 18px rgba(37,99,255,.22);
  cursor:pointer;
}
.calc-range-meta{
  display:flex;
  justify-content:space-between;
  color:#97a6b8;
  font-size:.78rem;
}
.calc-note-box{
  margin-top:24px;
  padding:18px 20px;
  border-radius:18px;
  background:#f5f7fb;
  color:#7c8ea4;
  font-size:.9rem;
  line-height:1.6;
}
.result-kicker{
  color:#a3b4d2;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.result-hero{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}
.result-hero strong{
  font-size:4rem;
  line-height:.95;
  letter-spacing:-.05em;
}
.result-hero span{
  color:#acc0dd;
  font-size:1.35rem;
  margin-bottom:8px;
}
.result-summary{
  display:grid;
  gap:0;
  margin-bottom:20px;
}
.result-summary div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.result-summary span{
  color:#c0cde1;
}
.result-summary strong{
  color:#fff;
}
.result-donut-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:22px 0 18px;
}
.calc-interest-donut{
  width:142px;
  height:142px;
  border-radius:50%;
  background:conic-gradient(#48dcb5 0 var(--interest-angle), #4b7fff var(--interest-angle) 360deg);
  display:grid;
  place-items:center;
  animation:spinReveal 1.1s ease;
}
.calc-interest-donut > div{
  width:98px;height:98px;border-radius:50%;
  background:#0d2248;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  text-align:center;
}
.calc-interest-donut strong{
  display:block;
  font-size:2rem;
  line-height:1;
}
.calc-interest-donut span{
  display:block;
  color:#adc0da;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.result-legend{
  display:grid;
  gap:12px;
  color:#d7e3f3;
  font-size:.88rem;
}
.calc-advice{
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  color:#cbdaee;
  line-height:1.6;
  margin-bottom:22px;
}
.calc-wa-btn{
  width:100%;
  justify-content:center;
  min-height:54px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.report-screen:hover,
.report-dashboard-main:hover,
.finance-calculator-controls:hover,
.finance-calculator-result:hover{
  transform:translateY(-6px);
}
.finance-calculator-controls,
.finance-calculator-result,
.report-screen,
.report-dashboard-main{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.finance-calculator-controls:hover{
  box-shadow:0 18px 44px rgba(15,23,42,.12);
}
.finance-calculator-result:hover{
  box-shadow:0 28px 72px rgba(9,27,63,.30);
}

html[data-theme="dark"] .reports-upgraded{
  background:
    radial-gradient(circle at 10% 0, rgba(37,99,255,.12), transparent 22%),
    radial-gradient(circle at 90% 0, rgba(24,184,137,.10), transparent 24%);
}
html[data-theme="dark"] .report-dashboard-main,
html[data-theme="dark"] .finance-calculator-controls{
  background:#0e1b2f;
  border-color:#263a55;
  box-shadow:0 14px 36px rgba(0,0,0,.24);
}
html[data-theme="dark"] .live-pill{
  background:#132746;
  color:#8ab0ff;
}
html[data-theme="dark"] .dash-kpi,
html[data-theme="dark"] .status-stack div,
html[data-theme="dark"] .snapshot-grid div{
  background:#132238;
  border-color:#2b3d57;
}
html[data-theme="dark"] .dash-kpi span,
html[data-theme="dark"] .dash-kpi small,
html[data-theme="dark"] .report-topbar small,
html[data-theme="dark"] .cash-bars span,
html[data-theme="dark"] .daily-bars span,
html[data-theme="dark"] .aging-list span,
html[data-theme="dark"] .snapshot-grid small,
html[data-theme="dark"] .calc-note-box{
  color:#97a9c1;
}
html[data-theme="dark"] .dashboard-chart-card{
  background:#081528;
}
html[data-theme="dark"] .report-screen{
  background:#0e1b2f;
  border-color:#263a55;
}
html[data-theme="dark"] .cash-bars i,
html[data-theme="dark"] .aging-list i,
html[data-theme="dark"] .status-progress{
  background:#14243a;
}
html[data-theme="dark"] .daily-bars i{
  background:linear-gradient(180deg,rgba(37,99,255,.16),rgba(24,184,137,.08));
}
html[data-theme="dark"] .status-stack span,
html[data-theme="dark"] .result-kicker,
html[data-theme="dark"] .result-hero span,
html[data-theme="dark"] .result-summary span,
html[data-theme="dark"] .result-legend,
html[data-theme="dark"] .calc-advice{
  color:#bdcde4;
}
html[data-theme="dark"] .calculator-showcase-section{
  background:linear-gradient(180deg,#091425,#0c182a);
}
html[data-theme="dark"] .finance-calc-tabs{
  background:#132238;
}
html[data-theme="dark"] .finance-tab{
  color:#aebdd1;
}
html[data-theme="dark"] .finance-tab.active,
html[data-theme="dark"] .finance-tab:hover{
  background:#ffffff;
  color:#0b1830;
}
html[data-theme="dark"] .calc-slider-head strong{
  color:#f0f5fc;
}
html[data-theme="dark"] .calc-note-box{
  background:#132238;
}
html[data-theme="dark"] .calc-slider-row input[type="range"]{
  background:linear-gradient(90deg,#63a2ff 0%, #63a2ff var(--track-fill,50%), #2d405a var(--track-fill,50%), #2d405a 100%);
}
html[data-theme="dark"] .calc-interest-donut > div{
  background:#0f2a54;
}
html[data-theme="dark"] .report-dashboard-main:hover,
html[data-theme="dark"] .report-screen:hover,
html[data-theme="dark"] .finance-calculator-controls:hover,
html[data-theme="dark"] .finance-calculator-result:hover{
  box-shadow:0 24px 52px rgba(0,0,0,.34);
}

@media(max-width:1180px){
  .reports-advanced-layout,
  .finance-calculator-shell{
    grid-template-columns:1fr;
  }
}
@media(max-width:920px){
  .dashboard-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .reports-side-grid.advanced{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .scenario-two .case-compare{
    grid-template-columns:1fr;
  }
  .scenario-two .cost-box.accent{
    padding-left:18px;
  }
  .dashboard-kpis{
    grid-template-columns:1fr;
  }
  .result-hero strong{
    font-size:3rem;
  }
  .result-donut-wrap{
    flex-direction:column;
    align-items:flex-start;
  }
  .finance-calculator-controls,
  .finance-calculator-result{
    padding:24px 20px;
    border-radius:24px;
  }
  .finance-calc-tabs{
    display:grid;
    width:100%;
    grid-template-columns:1fr;
    border-radius:20px;
  }
}


/* Version 16 — larger, cleaner footer branding */
.footer-grid{
  grid-template-columns:minmax(500px,1.45fr) repeat(3,minmax(150px,.68fr));
  gap:34px;
}
.footer-logo{
  width:500px;
  max-width:none;
  height:auto;
  margin-bottom:24px;
}
.footer-grid > div:first-child p{
  max-width:500px;
}

@media(max-width:1180px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .footer-logo{
    width:420px;
    max-width:100%;
  }
}

@media(max-width:700px){
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-logo{
    width:100%;
    max-width:460px;
  }
}


/* Version 17 — premium homepage refinements, trust section and smoother theme switching */
html.theme-transition *,
html.theme-transition *::before,
html.theme-transition *::after{
  transition:background-color .42s ease,color .42s ease,border-color .42s ease,box-shadow .42s ease,fill .42s ease,stroke .42s ease !important;
}
body,
.site-header,
.footer,
.section-soft,
.section-mint,
.case-card,
.savings-proof-card,
.report-dashboard-main,
.report-screen,
.insight-card,
.trust-stat-card,
.testimonial-card,
.faq-item,
.btn,
.theme-trigger,
.theme-menu,
.finance-calculator-controls,
.finance-calculator-result,
.price-card{
  transition:background-color .32s ease,color .32s ease,border-color .32s ease,box-shadow .32s ease,transform .32s ease;
}

.savings-section .section-head{margin-bottom:38px}
.cases-grid{align-items:stretch}
.case-card{
  position:relative;
  overflow:hidden;
}
.case-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 100% 0, rgba(37,99,255,.07), transparent 34%);
  pointer-events:none;
}
.case-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(8,24,54,.13);
}
.case-compare{
  grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr);
}
.case-compare > *{min-width:0}
.cost-box{min-width:0}
.cost-box strong{
  font-size:clamp(1.55rem,2.45vw,2.15rem);
}
.case-copy{max-width:58ch}
.scenario-two .case-compare{
  grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);
  gap:16px;
}
.scenario-two .cost-box.accent{
  padding-inline:18px;
}
.savings-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.savings-proof-card{
  padding:22px;
  border:1px solid #dfe8f1;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.savings-proof-card.highlight{
  background:linear-gradient(180deg,#0d2248,#123062);
  color:#fff;
  border-color:#173a74;
}
.savings-proof-card.accent{
  background:linear-gradient(180deg,#eefaf6,#f7fffc);
  border-color:#cfeee3;
}
.proof-kicker,
.trust-kicker{
  display:block;
  color:#6480a0;
  font-size:.74rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:10px;
}
.savings-proof-card.highlight .proof-kicker{color:#9fc1ff}
.savings-proof-card strong{
  display:block;
  font-size:1.85rem;
  line-height:1.03;
  margin-bottom:8px;
  letter-spacing:-.04em;
}
.savings-proof-card p{
  margin:0;
  color:#5f7289;
  font-size:.92rem;
}
.savings-proof-card.highlight p{color:#c7d7eb}

.reports-preview-section.charts-active .chart-path{animation:drawLine 2s ease forwards}
.reports-preview-section .chart-path{animation:none;stroke-dasharray:1000;stroke-dashoffset:1000}
.reports-preview-section .donut-ring.animated{animation:none}
.reports-preview-section .cash-bars i::after,
.reports-preview-section .daily-bars i::after,
.reports-preview-section .aging-list i::after,
.reports-preview-section .status-progress i,
.report-insight-strip .insight-meter i::after{animation:none}
.reports-preview-section.charts-active .donut-ring.animated{animation:spinReveal 1.8s ease forwards}
.reports-preview-section.charts-active .cash-bars i::after,
.reports-preview-section.charts-active .aging-list i::after{animation:growX 1.1s ease forwards}
.reports-preview-section.charts-active .daily-bars i::after{animation:growY 1.1s ease forwards}
.reports-preview-section.charts-active .status-progress i,
.reports-preview-section.charts-active .report-insight-strip .insight-meter i::after{animation:growX 1.1s ease forwards}
.report-dashboard-main::after,
.report-screen::after{
  content:"";
  position:absolute;
  inset:auto -20% -30% auto;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(22,210,154,.12), transparent 62%);
  pointer-events:none;
}
.report-dashboard-main,
.report-screen{
  position:relative;
  overflow:hidden;
}
.report-screen:hover,
.report-dashboard-main:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 52px rgba(8,24,54,.14);
}
.report-insight-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:26px 0 12px;
}
.insight-card{
  padding:18px;
  border-radius:22px;
  border:1px solid #dfe8f1;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.insight-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-end;
  margin-bottom:10px;
}
.insight-head span{
  font-weight:800;
  color:var(--ink);
}
.insight-head strong{
  font-size:1.18rem;
  line-height:1;
}
.insight-card p{
  margin:0 0 14px;
  color:#677990;
  font-size:.88rem;
}
.insight-meter{
  height:10px;
  background:#edf3f8;
  border-radius:999px;
  overflow:hidden;
}
.insight-meter i{
  position:relative;
  display:block;
  height:100%;
}
.insight-meter i::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:var(--meter);
  border-radius:999px;
  background:linear-gradient(90deg,#2563ff,#18b889);
  transform:scaleX(0);
  transform-origin:left center;
}

.home-proof-section{
  background:linear-gradient(180deg,#f9fbff,#eef4fb);
}
.trust-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:26px;
}
.trust-stat-card,
.testimonial-card,
.faq-intro-card,
.faq-item{
  border:1px solid #dfe8f1;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.trust-stat-card{
  padding:22px;
}
.trust-stat-card strong{
  display:block;
  font-size:1.55rem;
  line-height:1.05;
  margin-bottom:10px;
}
.trust-stat-card p{
  margin:0;
  color:#64758b;
  font-size:.92rem;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:30px 0 34px;
}
.testimonial-card{
  padding:24px;
  position:relative;
  overflow:hidden;
}
.testimonial-card::before{
  content:"";
  position:absolute;
  top:-40px;
  right:-40px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(37,99,255,.08), transparent 60%);
}
.quote-mark{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:#eef5ff;
  color:#2563ff;
  font-size:1.8rem;
  font-weight:900;
  margin-bottom:14px;
}
.testimonial-card p{
  margin:0 0 18px;
  color:#55667e;
}
.testimonial-meta strong{
  display:block;
  margin-bottom:2px;
}
.testimonial-meta span{
  color:#78899f;
  font-size:.86rem;
}
.faq-wrap{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:24px;
  align-items:start;
}
.faq-intro-card{
  padding:26px;
  position:sticky;
  top:118px;
}
.faq-intro-card h3{
  margin-top:10px;
  font-size:1.75rem;
}
.faq-intro-card p{
  color:#5f7087;
  margin-bottom:20px;
}
.faq-list{display:grid;gap:12px}
.faq-item{
  padding:0;
  overflow:hidden;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  font-weight:800;
  color:var(--ink);
  padding:20px 52px 20px 22px;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf3ff;
  color:#2563ff;
  font-size:1.1rem;
  font-weight:900;
}
.faq-item[open] summary::after{content:"–"; background:#eaf9f3; color:#14906b}
.faq-answer{padding:0 22px 20px}
.faq-answer p{margin:0;color:#5f7087}
.faq-item[open]{border-color:#c9e8dc; box-shadow:0 16px 34px rgba(22,210,154,.08)}

html[data-theme="dark"] .savings-proof-card,
html[data-theme="dark"] .insight-card,
html[data-theme="dark"] .trust-stat-card,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .faq-intro-card,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .report-dashboard-main,
html[data-theme="dark"] .report-screen{
  background:#0e1b2f;
  border-color:#263a55;
  box-shadow:0 18px 40px rgba(0,0,0,.26);
}
html[data-theme="dark"] .home-proof-section{background:linear-gradient(180deg,#0a1526,#0d1a2d)}
html[data-theme="dark"] .savings-proof-card p,
html[data-theme="dark"] .insight-card p,
html[data-theme="dark"] .trust-stat-card p,
html[data-theme="dark"] .testimonial-card p,
html[data-theme="dark"] .faq-intro-card p,
html[data-theme="dark"] .faq-answer p{color:#a6b5c8}
html[data-theme="dark"] .proof-kicker,
html[data-theme="dark"] .trust-kicker{color:#88a0bf}
html[data-theme="dark"] .savings-proof-card.highlight{
  background:linear-gradient(180deg,#10254b,#173665);
  border-color:#21467e;
}
html[data-theme="dark"] .savings-proof-card.accent{
  background:linear-gradient(180deg,#0d2b28,#112420);
  border-color:#245447;
}
html[data-theme="dark"] .quote-mark,
html[data-theme="dark"] .faq-item summary::after{background:#132742;color:#7fa8ff}
html[data-theme="dark"] .faq-item[open] summary::after{background:#11372f;color:#8be8cb}
html[data-theme="dark"] .insight-meter,
html[data-theme="dark"] .status-progress,
html[data-theme="dark"] .cash-bars i,
html[data-theme="dark"] .aging-list i{background:#13233b}
html[data-theme="dark"] .savings-proof-card.highlight p{color:#c5d5ea}

@media(max-width:1180px){
  .savings-proof-strip,
  .trust-stat-grid,
  .report-insight-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .testimonial-grid{grid-template-columns:1fr 1fr}
  .faq-wrap{grid-template-columns:1fr}
  .faq-intro-card{position:static}
}
@media(max-width:980px){
  .reports-advanced-layout,
  .finance-calculator-shell{grid-template-columns:1fr}
  .reports-side-grid.advanced{grid-template-columns:1fr 1fr}
  .case-compare,
  .scenario-two .case-compare{grid-template-columns:1fr;}
  .case-vs{margin-inline:auto}
}
@media(max-width:720px){
  .cases-grid,
  .savings-proof-strip,
  .report-insight-strip,
  .trust-stat-grid,
  .testimonial-grid,
  .reports-side-grid.advanced{grid-template-columns:1fr}
  .faq-item summary{padding-right:48px}
}


/* Version 18 — full-width monthly dashboard and readable two-column report grid */
.reports-advanced-layout{
  display:block;
}
.report-dashboard-main{
  width:100%;
  margin-bottom:28px;
  padding:30px;
}
.report-topbar{
  margin-bottom:24px;
}
.report-topbar strong{
  font-size:1.35rem;
}
.report-topbar small{
  display:block;
  margin-top:4px;
  font-size:.9rem;
}
.dashboard-kpis{
  gap:18px;
  margin-bottom:22px;
}
.dash-kpi{
  padding:20px;
  min-height:122px;
}
.dash-kpi span{
  font-size:.84rem;
}
.dash-kpi strong{
  font-size:1.55rem;
  margin:8px 0 6px;
}
.dash-kpi small{
  font-size:.8rem;
}
.dashboard-chart-card{
  padding:24px 26px 20px;
  border-radius:24px;
}
.mini-head{
  margin-bottom:18px;
}
.mini-head span{
  font-size:1.08rem;
}
.mini-head small{
  font-size:.86rem;
}
.animated-line-chart{
  min-height:330px;
}
.chart-legend{
  gap:24px;
  font-size:.92rem;
  padding-top:6px;
}

/* Main report is full width; all other reports use two columns. */
.reports-side-grid.advanced{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.reports-side-grid.advanced .report-screen{
  width:100%;
  min-height:330px;
  padding:28px;
  border-radius:26px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.reports-side-grid.advanced .screen-head{
  align-items:flex-start;
  margin-bottom:24px;
}
.reports-side-grid.advanced .screen-head span{
  font-size:1.18rem;
  line-height:1.25;
}
.reports-side-grid.advanced .screen-head small{
  max-width:170px;
  font-size:.86rem;
  line-height:1.4;
  text-align:right;
}
.reports-side-grid.advanced .expense-donut{
  grid-template-columns:160px 1fr;
  gap:34px;
  flex:1;
}
.reports-side-grid.advanced .donut-ring{
  width:160px;
  height:160px;
}
.reports-side-grid.advanced .donut-ring::after{
  inset:29px;
}
.reports-side-grid.advanced .donut-legend{
  gap:15px;
}
.reports-side-grid.advanced .donut-legend span{
  font-size:.96rem;
}
.reports-side-grid.advanced .cash-bars{
  gap:22px;
  flex:1;
}
.reports-side-grid.advanced .cash-bars span,
.reports-side-grid.advanced .cash-bars b{
  font-size:.94rem;
}
.reports-side-grid.advanced .cash-bars i{
  height:13px;
}
.reports-side-grid.advanced .daily-bars{
  height:230px;
  gap:14px;
  flex:1;
}
.reports-side-grid.advanced .daily-bars i{
  height:165px;
  border-radius:18px;
}
.reports-side-grid.advanced .daily-bars span,
.reports-side-grid.advanced .daily-bars b{
  font-size:.82rem;
}
.reports-side-grid.advanced .aging-list{
  gap:21px;
  flex:1;
}
.reports-side-grid.advanced .aging-list span,
.reports-side-grid.advanced .aging-list b{
  font-size:.94rem;
}
.reports-side-grid.advanced .aging-list i{
  height:13px;
}
.reports-side-grid.advanced .status-stack{
  gap:16px;
  margin:12px 0 26px;
}
.reports-side-grid.advanced .status-stack div{
  min-height:116px;
  padding:22px 12px;
  display:grid;
  align-content:center;
}
.reports-side-grid.advanced .status-stack span{
  font-size:.8rem;
}
.reports-side-grid.advanced .status-stack strong{
  font-size:1.45rem;
}
.reports-side-grid.advanced .status-progress{
  height:15px;
}
.reports-side-grid.advanced .snapshot-grid{
  gap:16px;
  flex:1;
}
.reports-side-grid.advanced .snapshot-grid div{
  min-height:116px;
  padding:22px;
  display:grid;
  align-content:center;
}
.reports-side-grid.advanced .snapshot-grid small{
  font-size:.82rem;
}
.reports-side-grid.advanced .snapshot-grid strong{
  font-size:1.35rem;
}

/* Calculator remains a free self-service estimation tool only. */
.calc-advice{
  margin-bottom:16px;
}
.calculator-disclaimer{
  margin:0;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  color:#b9cbe4;
  font-size:.82rem;
  line-height:1.55;
  text-align:center;
}
.calc-wa-btn{
  display:none !important;
}

html[data-theme="dark"] .calculator-disclaimer{
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  color:#b9cbe4;
}

@media(max-width:1000px){
  .reports-side-grid.advanced{
    grid-template-columns:1fr;
  }
  .reports-side-grid.advanced .report-screen{
    min-height:auto;
  }
}
@media(max-width:760px){
  .report-dashboard-main{
    padding:22px 18px;
  }
  .animated-line-chart{
    min-height:240px;
  }
  .reports-side-grid.advanced .report-screen{
    padding:22px 18px;
  }
  .reports-side-grid.advanced .expense-donut{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .reports-side-grid.advanced .screen-head{
    display:grid;
  }
  .reports-side-grid.advanced .screen-head small{
    text-align:left;
  }
  .dashboard-kpis{
    grid-template-columns:1fr;
  }
}


/* Version 19 — clearer trust section and safe card typography */
.home-proof-section .section-head{
  max-width:820px;
}
.home-proof-section .section-head h2{
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.08;
  overflow-wrap:anywhere;
}
.home-proof-section .section-head .lead{
  font-size:clamp(1rem,1.8vw,1.2rem);
  line-height:1.65;
}

.home-proof-section *,
.trust-stat-card *,
.testimonial-card *,
.faq-intro-card *,
.faq-item *{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}

.trust-stat-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.trust-stat-card{
  padding:20px;
  overflow:hidden;
}
.trust-kicker{
  font-size:.67rem;
  line-height:1.45;
  letter-spacing:.11em;
}
.trust-stat-card strong{
  display:block;
  font-size:clamp(1.15rem,1.8vw,1.5rem);
  line-height:1.12;
  letter-spacing:-.025em;
  margin-bottom:10px;
  white-space:normal;
}
.trust-stat-card p{
  font-size:.84rem;
  line-height:1.58;
}

.testimonial-section-head{
  max-width:760px;
  margin:44px auto 22px;
  text-align:center;
}
.testimonial-section-head h3{
  margin:14px 0 10px;
  font-size:clamp(1.7rem,3vw,2.45rem);
}
.testimonial-section-head p{
  margin:0;
  color:#64758b;
  font-size:.9rem;
  line-height:1.6;
}

.testimonial-grid{
  align-items:stretch;
}
.testimonial-card{
  padding:22px;
  overflow:hidden;
}
.testimonial-label{
  display:inline-flex;
  margin-bottom:11px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef5ff;
  color:#2563ff;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.testimonial-card p{
  font-size:.88rem;
  line-height:1.65;
}
.testimonial-meta strong{
  font-size:.88rem;
  line-height:1.4;
}
.testimonial-meta span{
  font-size:.78rem;
}

.faq-intro-card h3{
  font-size:clamp(1.35rem,2.4vw,1.8rem);
  line-height:1.18;
}
.faq-intro-card p,
.faq-answer p{
  font-size:.88rem;
  line-height:1.62;
}
.faq-item summary{
  font-size:.92rem;
  line-height:1.45;
}

/* Prevent report and calculator labels from escaping their cards. */
.report-screen *,
.report-dashboard-main *,
.finance-calculator-shell *{
  min-width:0;
  overflow-wrap:anywhere;
}
.reports-side-grid.advanced .screen-head span{
  font-size:1.05rem;
}
.reports-side-grid.advanced .screen-head small{
  font-size:.78rem;
}
.reports-side-grid.advanced .status-stack span{
  font-size:.72rem;
}
.reports-side-grid.advanced .snapshot-grid strong{
  font-size:1.2rem;
}
.result-hero strong{
  font-size:clamp(2.8rem,5vw,4rem);
}
.result-hero span{
  font-size:clamp(1rem,2vw,1.35rem);
}
.finance-tab{
  font-size:.88rem;
}
.calc-slider-head strong{
  font-size:1.08rem;
}

html[data-theme="dark"] .testimonial-section-head p{
  color:#a6b5c8;
}
html[data-theme="dark"] .testimonial-label{
  background:#132742;
  color:#85adff;
}

@media(max-width:1180px){
  .trust-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .trust-stat-grid{
    grid-template-columns:1fr;
  }
  .trust-stat-card strong{
    font-size:1.35rem;
  }
}


/* Version 20 — corrected savings layout and contained typography */
.savings-section{
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(37,99,255,.10), transparent 42%),
    radial-gradient(circle at 88% 16%, rgba(22,210,154,.13), transparent 46%),
    linear-gradient(180deg,#f1f7ff 0%,#ecf8f1 100%);
}
.cases-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  align-items:stretch;
}
.case-card{
  min-width:0;
  padding:28px;
}
.case-card > *{
  min-width:0;
}
.case-card h3{
  font-size:clamp(1.28rem,2vw,1.55rem);
  line-height:1.24;
}
.case-copy{
  font-size:.96rem;
  line-height:1.65;
}
.case-compare,
.scenario-two .case-compare{
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.cost-box{
  min-width:0;
  width:100%;
  padding:18px 16px;
  overflow:hidden;
}
.cost-box > span{
  display:block;
  font-size:.75rem;
  line-height:1.4;
  margin-bottom:8px;
}
.cost-box strong{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:3px;
  max-width:100%;
  margin-bottom:8px;
  line-height:1;
  white-space:normal;
}
.cost-box strong b{
  min-width:0;
  max-width:100%;
  color:inherit;
  font-size:clamp(1.35rem,2vw,1.82rem);
  line-height:1.02;
  letter-spacing:-.045em;
  overflow-wrap:anywhere;
}
.cost-box strong small{
  flex:0 0 auto;
  color:#65778e;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:0;
}
.cost-box em{
  display:block;
  color:#7c8da2;
  font-size:.72rem;
  line-height:1.5;
  font-style:normal;
  overflow-wrap:anywhere;
}
.case-vs{
  width:44px;
  height:44px;
  font-size:.75rem;
}
.case-save{
  padding:16px;
}
.case-save strong{
  font-size:.95rem;
  line-height:1.4;
}
.case-save span{
  font-size:.82rem;
}

/* Proof cards occupy the full page width in a stable 2 × 2 layout. */
.savings-proof-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:100%;
  margin-top:30px;
}
.savings-proof-card{
  min-width:0;
  min-height:190px;
  padding:24px;
  overflow:hidden;
}
.savings-proof-card *{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
}
.savings-proof-card .proof-kicker{
  font-size:.68rem;
  line-height:1.45;
  letter-spacing:.1em;
}
.savings-proof-card strong{
  font-size:clamp(1.35rem,2.1vw,1.8rem);
  line-height:1.08;
  letter-spacing:-.035em;
  white-space:normal;
}
.savings-proof-card p{
  font-size:.86rem;
  line-height:1.58;
}

/* Testimonial company names stay inside each card. */
.testimonial-meta strong{
  max-width:100%;
  font-size:.86rem;
  line-height:1.42;
  overflow-wrap:anywhere;
}

html[data-theme="dark"] .cost-box strong small{
  color:#9fb0c7;
}
html[data-theme="dark"] .cost-box em{
  color:#93a5bd;
}

@media(max-width:1100px){
  .case-compare,
  .scenario-two .case-compare{
    grid-template-columns:1fr;
  }
  .case-vs{
    margin-inline:auto;
  }
}
@media(max-width:850px){
  .cases-grid,
  .savings-proof-strip{
    grid-template-columns:1fr;
  }
}
@media(max-width:540px){
  .case-card,
  .savings-proof-card{
    padding:20px;
  }
  .cost-box strong b{
    font-size:1.42rem;
  }
}


/* Version 21 — client-name testimonials and redesigned About workflow */
.testimonial-section-head .eyebrow{
  margin-bottom:4px;
}
.testimonial-company{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid #e6edf4;
}
.company-mark{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(135deg,#2563ff,#18b889);
  color:#fff;
  font-size:.95rem;
  font-weight:950;
}
.testimonial-company > div{
  min-width:0;
}
.testimonial-company strong{
  display:block;
  color:var(--ink);
  font-size:.92rem;
  line-height:1.38;
  overflow-wrap:anywhere;
}
.testimonial-company small{
  display:block;
  margin-top:3px;
  color:#7a8ba1;
  font-size:.76rem;
}
.testimonial-card .quote-mark{
  width:34px;
  height:34px;
  margin-bottom:12px;
  font-size:1.5rem;
}
.testimonial-card .testimonial-meta{
  margin-top:auto;
}
.testimonial-card .testimonial-meta span{
  color:#7a8ba1;
  font-size:.78rem;
}

/* About workflow */
.about-pipeline-section{
  background:
    radial-gradient(circle at 8% 5%,rgba(37,99,255,.07),transparent 24%),
    radial-gradient(circle at 92% 8%,rgba(24,184,137,.08),transparent 24%),
    #fff;
}
.about-pipeline-section .section-head{
  max-width:880px;
}
.about-pipeline-section .section-head h2{
  max-width:820px;
  margin-inline:auto;
  font-size:clamp(2.15rem,5vw,4rem);
  line-height:1.05;
  letter-spacing:-.055em;
}
.about-pipeline-section .section-head .lead{
  max-width:720px;
  margin-inline:auto;
}
.about-steps-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:42px;
  align-items:stretch;
}
.about-step-card{
  min-width:0;
  min-height:310px;
  padding:24px 21px;
  border:1px solid #dfe8f1;
  border-radius:25px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 14px 34px rgba(16,37,71,.08);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
  overflow:hidden;
  position:relative;
}
.about-step-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-65px;
  bottom:-65px;
  border-radius:50%;
  background:rgba(24,184,137,.08);
}
.about-step-card:hover{
  transform:translateY(-9px);
  border-color:#9ec6ba;
  box-shadow:0 24px 54px rgba(16,37,71,.14);
}
.about-step-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:32px;
}
.about-step-number{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:#0f1f3d;
  color:#fff;
  font-size:.8rem;
  font-weight:950;
  letter-spacing:.08em;
}
.about-step-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:#eaf9f3;
  color:#0d8264;
  font-size:1.25rem;
}
.about-step-card h3{
  margin-bottom:12px;
  color:var(--ink);
  font-size:1.08rem;
  line-height:1.3;
}
.about-step-card p{
  margin:0;
  color:#63758b;
  font-size:.88rem;
  line-height:1.68;
}
html[data-theme="dark"] .testimonial-company{
  border-bottom-color:#263950;
}
html[data-theme="dark"] .testimonial-company strong{
  color:#edf3fb;
}
html[data-theme="dark"] .testimonial-company small,
html[data-theme="dark"] .testimonial-card .testimonial-meta span{
  color:#91a4bc;
}
html[data-theme="dark"] .about-pipeline-section{
  background:
    radial-gradient(circle at 8% 5%,rgba(37,99,255,.12),transparent 24%),
    radial-gradient(circle at 92% 8%,rgba(24,184,137,.09),transparent 24%),
    #081322;
}
html[data-theme="dark"] .about-step-card{
  background:linear-gradient(180deg,#0e1b2f,#101f35);
  border-color:#263a55;
  box-shadow:0 16px 38px rgba(0,0,0,.24);
}
html[data-theme="dark"] .about-step-card:hover{
  border-color:#34c9a0;
  box-shadow:0 26px 58px rgba(0,0,0,.38);
}
html[data-theme="dark"] .about-step-number{
  background:#dce8ff;
  color:#0b1830;
}
html[data-theme="dark"] .about-step-icon{
  background:#11372f;
  color:#87e5c7;
}
html[data-theme="dark"] .about-step-card h3{
  color:#eef4fc;
}
html[data-theme="dark"] .about-step-card p{
  color:#a8b8ca;
}

@media(max-width:1180px){
  .about-steps-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .about-steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .about-steps-grid{
    grid-template-columns:1fr;
  }
  .about-step-card{
    min-height:auto;
  }
}


/* Version 22 — cleaner packages, simple comparisons and service slogan */
.hero-slogan-v22{
  display:inline-flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:22px;
  padding:13px 17px;
  border:1px solid #cfe8df;
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(15,31,61,.08);
  color:#0f1f3d;
  font-size:.95rem;
}
.hero-slogan-v22 strong{
  color:#0b8a68;
}
.hero-slogan-v22 span{
  font-weight:850;
}

.pricing-grid-v22{
  gap:18px;
}
.pricing-card-v22{
  padding:30px 26px 24px;
  border-radius:25px;
  overflow:visible;
}
.pricing-card-v22::after{
  display:none;
}
.v22-plan-heading{
  min-height:126px;
  margin-bottom:2px;
}
.v22-plan-heading .plan{
  font-size:1.16rem;
}
.v22-plan-heading .plan-description{
  min-height:4.7em;
  margin-top:10px;
  font-size:.9rem;
  line-height:1.58;
}
.pricing-card-v22 .price{
  font-size:clamp(2.1rem,3vw,2.75rem);
}
.package-volume-v22{
  min-height:94px;
  margin:18px 0 4px;
  padding:14px 15px;
  border-radius:16px;
  background:#edf9f5;
  color:#0b7459;
}
.package-volume-v22 strong{
  display:block;
  margin-bottom:6px;
  font-size:.82rem;
  line-height:1.45;
}
.package-volume-v22 span{
  display:block;
  font-size:.75rem;
  line-height:1.45;
}
.package-feature-list{
  flex:1;
  margin-top:17px !important;
}
.package-feature-list li{
  font-size:.86rem;
}
.package-badge{
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  z-index:8;
  padding:8px 15px;
  border-radius:999px;
  background:#13b889;
  color:#fff;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.05em;
  white-space:nowrap;
}
.package-badge.dark{
  background:#0f1f3d;
}
.most-popular-plan{
  border:2px solid #13b889 !important;
}
.premium-plan{
  border-color:#cfd9e5;
}
.pricing-card-v22 .btn-dark{
  background:#0f1f3d;
  color:#fff;
  border-color:#0f1f3d;
}
.pricing-card-v22 .btn-dark:hover{
  background:#13b889;
  border-color:#13b889;
  color:#06231b;
}

/* Clear salary comparison */
.cost-overview-v22{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);
  gap:28px;
  margin-bottom:30px;
  align-items:center;
}
.cost-overview-copy{
  padding:12px 6px;
}
.cost-overview-copy h3{
  font-size:clamp(1.8rem,3.2vw,2.7rem);
  line-height:1.1;
}
.cost-overview-copy p{
  max-width:650px;
  color:#61738a;
  line-height:1.7;
}
.monthly-cost-table-v22{
  padding:27px;
  border:1px solid #dfe8f1;
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.cost-table-label{
  display:inline-flex;
  margin-bottom:15px;
  padding:7px 11px;
  border-radius:999px;
  background:#eaf9f3;
  color:#0b785c;
  font-size:.72rem;
  font-weight:900;
}
.cost-table-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:17px 0;
  border-bottom:1px solid #e5ecf3;
  color:#52647c;
}
.cost-table-row strong{
  color:#0f1f3d;
  white-space:nowrap;
}
.cost-table-row.winner{
  margin-top:8px;
  padding:17px 15px;
  border:0;
  border-radius:16px;
  background:#eaf9f3;
  color:#0d604d;
  font-weight:850;
}
.cost-table-row.winner strong{
  color:#0b875f;
}
.monthly-cost-table-v22 > p{
  margin:17px 0 0;
  color:#75869c;
  font-size:.78rem;
  line-height:1.55;
}

.scenario-grid-v22{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.scenario-card-v22{
  min-width:0;
  padding:28px;
  border:1px solid #f3dcc0;
  border-radius:28px;
  background:linear-gradient(180deg,#fff8f0,#fff2e2);
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.scenario-card-v22.featured{
  border-color:#f0d0a6;
  background:linear-gradient(180deg,#fff6ea,#ffeeda);
}
.scenario-heading-v22{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
}
.scenario-heading-v22 > div{
  min-width:0;
}
.scenario-heading-v22 h3{
  margin:0 0 7px;
  font-size:1.24rem;
  line-height:1.3;
}
.scenario-heading-v22 p{
  margin:0;
  color:#66788f;
  font-size:.88rem;
}
.scenario-label{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:#edf4ff;
  color:#2563ff;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.scenario-comparison-v22{
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);
  gap:13px;
  align-items:center;
}
.scenario-cost-v22{
  min-width:0;
  padding:18px;
  border:1px solid #dfe7ef;
  border-radius:19px;
  background:#f7f9fc;
}
.scenario-cost-v22.wecount{
  border-color:#bce5d8;
  background:#edf9f5;
}
.scenario-cost-v22 span,
.scenario-cost-v22 small{
  display:block;
  color:#708198;
  font-size:.74rem;
  line-height:1.45;
}
.scenario-cost-v22 strong{
  display:block;
  margin:7px 0 6px;
  color:#0f1f3d;
  font-size:clamp(1.35rem,2.25vw,1.85rem);
  line-height:1;
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
}
.scenario-arrow-v22{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0f1f3d;
  color:#fff;
  font-weight:950;
}
.scenario-saving-v22{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  margin:20px 0;
  padding:17px 18px;
  border-radius:17px;
  background:#0f1f3d;
  color:#fff;
}
.scenario-saving-v22 span{
  display:block;
  margin-bottom:3px;
  color:#bcd0e9;
  font-size:.74rem;
}
.scenario-saving-v22 strong{
  font-size:1.12rem;
}
.scenario-saving-v22 em{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:#13b889;
  color:#05251b;
  font-size:.76rem;
  font-style:normal;
  font-weight:950;
}
.scenario-benefits-v22{
  list-style:none;
  padding:0;
  margin:0;
}
.scenario-benefits-v22 li{
  position:relative;
  padding-left:24px;
  margin:10px 0;
  color:#4e6077;
  font-size:.87rem;
}
.scenario-benefits-v22 li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0ca879;
  font-weight:950;
}
.scenario-disclaimer-v22{
  max-width:980px;
  margin:24px auto 0;
  color:#78899e;
  font-size:.78rem;
  line-height:1.6;
  text-align:center;
}

html[data-theme="dark"] .hero-slogan-v22{
  background:#102039;
  border-color:#29405c;
  color:#e9f1fb;
}
html[data-theme="dark"] .package-volume-v22{
  background:#11372f;
  color:#79dfc0;
}
html[data-theme="dark"] .monthly-cost-table-v22,
html[data-theme="dark"] .scenario-card-v22{
  background:#0e1b2f;
  border-color:#293d58;
}
html[data-theme="dark"] .scenario-card-v22.featured{
  background:linear-gradient(180deg,#0e1b2f,#102a26);
  border-color:#276b59;
}
html[data-theme="dark"] .cost-overview-copy p,
html[data-theme="dark"] .scenario-heading-v22 p,
html[data-theme="dark"] .scenario-benefits-v22 li{
  color:#aab9cb;
}
html[data-theme="dark"] .cost-table-row{
  border-bottom-color:#293b54;
  color:#a7b7ca;
}
html[data-theme="dark"] .cost-table-row strong,
html[data-theme="dark"] .scenario-cost-v22 strong{
  color:#f1f6fd;
}
html[data-theme="dark"] .cost-table-row.winner,
html[data-theme="dark"] .scenario-cost-v22.wecount{
  background:#11372f;
}
html[data-theme="dark"] .scenario-cost-v22{
  background:#132238;
  border-color:#2b3e59;
}
html[data-theme="dark"] .monthly-cost-table-v22 > p,
html[data-theme="dark"] .scenario-disclaimer-v22{
  color:#91a4ba;
}

@media(max-width:1100px){
  .pricing-grid-v22{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cost-overview-v22{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .scenario-grid-v22{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .pricing-grid-v22{
    grid-template-columns:1fr;
  }
  .scenario-comparison-v22{
    grid-template-columns:1fr;
  }
  .scenario-arrow-v22{
    margin-inline:auto;
    transform:rotate(90deg);
  }
  .scenario-saving-v22{
    align-items:flex-start;
    flex-direction:column;
  }
  .cost-table-row{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* Version 23 — animated homepage finance overview */
.dashboard-rotator{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.dashboard-slogan-banner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(17,48,94,.88),rgba(12,31,61,.88));
  color:#f8fbff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.slogan-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(19,184,137,.26),rgba(37,99,255,.16));
  color:#dff9f1;
  font-weight:900;
  letter-spacing:.01em;
}
.dashboard-slogan-banner strong{
  font-size:1rem;
  letter-spacing:-.02em;
}
.dashboard-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.dashboard-tab{
  appearance:none;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#b9cbe6;
  padding:9px 13px;
  border-radius:999px;
  font:inherit;
  font-size:.82rem;
  font-weight:850;
  cursor:pointer;
  transition:all .22s ease;
}
.dashboard-tab:hover,
.dashboard-tab.is-active{
  color:#fff;
  background:rgba(19,184,137,.18);
  border-color:rgba(19,184,137,.32);
  transform:translateY(-1px);
}
.dashboard-stage{
  position:relative;
  min-height:390px;
  overflow:hidden;
}
.dash-screen{
  position:absolute;
  inset:18px;
  display:flex;
  flex-direction:column;
  opacity:0;
  transform:translateY(16px);
  pointer-events:none;
  transition:opacity .5s ease, transform .5s ease;
}
.dash-screen.is-active{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.dash-screen-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:14px;
}
.dash-screen-head h4{
  margin:0 0 5px;
  font-size:1.18rem;
}
.dash-screen-head p{
  margin:0;
  color:#70829b;
  font-size:.86rem;
}
.dash-screen-head > span{
  padding:8px 10px;
  border-radius:999px;
  background:#eef5ff;
  color:#3f5f85;
  font-size:.75rem;
  font-weight:850;
}
.dash-kpi-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-bottom:16px;
}
.dash-kpi-card{
  padding:15px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e4ebf4;
}
.dash-kpi-card small{
  display:block;
  color:#7a8aa0;
  margin-bottom:7px;
}
.dash-kpi-card strong{
  font-size:1.75rem;
  letter-spacing:-.05em;
  line-height:1;
}
.dash-bar-board{
  margin-top:2px;
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e4ebf4;
}
.dash-bar-row + .dash-bar-row{
  margin-top:14px;
}
.dash-bar-copy{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
}
.dash-bar-copy span{
  color:#6e8099;
  font-size:.82rem;
}
.dash-bar-track{
  position:relative;
  height:11px;
  border-radius:999px;
  background:#e8eef7;
  overflow:hidden;
}
.dash-bar-fill{
  display:block;
  width:var(--bar);
  height:100%;
  border-radius:999px;
  transform-origin:left center;
  transform:scaleX(0);
}
.dash-screen.is-active .dash-bar-fill{
  animation:dashGrow .9s ease forwards;
}
.dash-bar-fill.blue{background:linear-gradient(90deg,#2563ff,#4ab8ff)}
.dash-bar-fill.amber{background:linear-gradient(90deg,#f6a74d,#ffd36f)}
.dash-bar-fill.mint{background:linear-gradient(90deg,#14b889,#49dfbd)}
@keyframes dashGrow{
  to{transform:scaleX(1)}
}
.dash-note-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.dash-note-strip > div{
  padding:14px;
  border-radius:15px;
  background:#fff;
  border:1px solid #e4ebf4;
}
.dash-note-strip span{
  display:block;
  margin-bottom:6px;
  color:#7b8da4;
  font-size:.74rem;
}
.dash-note-strip strong{
  font-size:1.28rem;
}
.dash-cash-grid{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:16px;
  align-items:center;
}
.dash-meter-card{
  display:grid;
  place-items:center;
  padding:10px;
}
.meter-ring{
  --angle: calc(var(--meter) * 3.6deg);
  width:150px;
  height:150px;
  border-radius:50%;
  background:conic-gradient(#14b889 0 var(--angle), #2563ff var(--angle) calc(var(--angle) + 70deg), #e6edf7 calc(var(--angle) + 70deg) 360deg);
  display:grid;
  place-items:center;
  position:relative;
}
.meter-ring::before{
  content:"";
  width:104px;
  height:104px;
  border-radius:50%;
  background:#f8fbff;
}
.meter-ring > div{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
}
.meter-ring strong{
  font-size:2rem;
  line-height:1;
}
.meter-ring span{
  color:#71829b;
  font-size:.78rem;
  font-weight:800;
}
.dash-cash-list{
  display:grid;
  gap:12px;
}
.dash-cash-item{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e4ebf4;
}
.dash-cash-item span{
  color:#6f8098;
  font-size:.84rem;
}
.dash-cash-item strong{
  font-size:1.2rem;
}
.dash-mini-columns{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
  align-items:end;
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e4ebf4;
}
.mini-col{
  display:grid;
  justify-items:center;
  gap:7px;
}
.mini-col small{
  color:#7e8ea3;
  font-size:.72rem;
}
.mini-col span{
  width:100%;
  max-width:34px;
  height:82px;
  border-radius:999px;
  background:linear-gradient(180deg,#cfd9eb 0%, #eff4fb 100%);
  overflow:hidden;
  position:relative;
}
.mini-col span::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:var(--col);
  border-radius:999px;
  background:linear-gradient(180deg,#4ca3ff,#17c89a);
  transform:scaleY(0);
  transform-origin:bottom center;
}
.dash-screen.is-active .mini-col span::after{
  animation:dashGrowY .85s ease forwards;
}
@keyframes dashGrowY{
  to{transform:scaleY(1)}
}
.mini-col b{
  color:#20324c;
  font-size:.76rem;
}
.dashboard-progress{
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}
.dashboard-progress span{
  display:block;
  height:100%;
  width:0;
  border-radius:999px;
  background:linear-gradient(90deg,#2563ff,#13b889);
}

html[data-theme="dark"] .dashboard-slogan-banner{
  background:linear-gradient(135deg,rgba(8,19,39,.92),rgba(10,27,54,.92));
}
html[data-theme="dark"] .dashboard-tab{
  background:rgba(255,255,255,.04);
  color:#a9bbd3;
}
html[data-theme="dark"] .dashboard-tab:hover,
html[data-theme="dark"] .dashboard-tab.is-active{
  background:rgba(19,184,137,.18);
  color:#fff;
}
html[data-theme="dark"] .dash-screen-head p,
html[data-theme="dark"] .dash-cash-item span,
html[data-theme="dark"] .dash-kpi-card small,
html[data-theme="dark"] .dash-note-strip span,
html[data-theme="dark"] .dash-screen-head > span,
html[data-theme="dark"] .mini-col small,
html[data-theme="dark"] .mini-col b,
html[data-theme="dark"] .meter-ring span{
  color:#a4b5c9;
}
html[data-theme="dark"] .dash-kpi-card,
html[data-theme="dark"] .dash-bar-board,
html[data-theme="dark"] .dash-note-strip > div,
html[data-theme="dark"] .dash-cash-item,
html[data-theme="dark"] .dash-mini-columns{
  background:#101f35;
  border-color:#29405c;
}
html[data-theme="dark"] .dash-screen-head > span{
  background:#13253f;
}
html[data-theme="dark"] .dash-bar-track{
  background:#23354e;
}
html[data-theme="dark"] .meter-ring::before{
  background:#0c192b;
}
html[data-theme="dark"] .mini-col span{
  background:linear-gradient(180deg,#20324c 0%, #162338 100%);
}

@media (max-width: 1100px){
  .dashboard-stage{min-height:430px}
}
@media (max-width: 760px){
  .dashboard-tabs{gap:6px}
  .dashboard-tab{font-size:.74rem;padding:8px 11px}
  .dash-screen{inset:14px}
  .dashboard-stage{min-height:540px}
  .dash-screen-head,
  .dash-cash-grid{
    grid-template-columns:1fr;
    display:grid;
  }
  .dash-kpi-grid,
  .dash-note-strip{
    grid-template-columns:1fr;
  }
  .dash-mini-columns{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media (max-width: 520px){
  .dashboard-slogan-banner{padding:12px 14px}
  .dashboard-slogan-banner strong{font-size:.92rem}
  .dashboard-stage{min-height:620px}
  .dash-mini-columns{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}


/* Version 28 — smaller colorful two-line hero tagline */
.hero-visual{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.hero-tagline-large{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  margin:0 0 6px;
}
.hero-tagline-large span,
.hero-tagline-large strong{
  display:block;
  font-weight:950;
  letter-spacing:-.048em;
  line-height:.92;
  white-space:nowrap;
  text-wrap:nowrap;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  text-shadow:0 10px 30px rgba(37,99,255,.10);
}
.hero-tagline-large span{
  font-size:clamp(1.85rem,4.4vw,3.2rem);
  background-image:linear-gradient(92deg,#2260ff 0%,#3b82ff 45%,#4aa3ff 100%);
}
.hero-tagline-large strong{
  font-size:clamp(1.95rem,4.8vw,3.45rem);
  background-image:linear-gradient(92deg,#ff7a18 0%,#ff9f43 60%,#ffb765 100%);
}
.dashboard-rotator{
  gap:12px;
}
@media (max-width:1100px){
  .hero-visual{
    max-width:700px;
    width:100%;
    margin-inline:auto;
  }
}
@media (max-width:760px){
  .hero-tagline-large{
    gap:3px;
    margin-bottom:2px;
  }
  .hero-tagline-large span{
    font-size:clamp(1.45rem,7.2vw,2.3rem);
  }
  .hero-tagline-large strong{
    font-size:clamp(1.55rem,7.8vw,2.5rem);
  }
}


/* Version 25 — corrected annual-sales bands and custom quotation */
.custom-quote-band-v25{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  margin-top:24px;
  padding:24px 26px;
  border:1px solid #cfe3dc;
  border-radius:24px;
  background:linear-gradient(135deg,#f4fbf8,#edf5ff);
  box-shadow:0 14px 34px rgba(16,37,71,.08);
}
.custom-quote-band-v25 > div{
  min-width:0;
}
.custom-quote-kicker{
  display:block;
  margin-bottom:7px;
  color:#0b8464;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.custom-quote-band-v25 strong{
  display:block;
  margin-bottom:5px;
  color:#0f1f3d;
  font-size:1.2rem;
}
.custom-quote-band-v25 p{
  max-width:760px;
  margin:0;
  color:#60738a;
  font-size:.86rem;
  line-height:1.55;
}
.custom-quote-band-v25 .btn{
  flex:0 0 auto;
  min-width:205px;
}
html[data-theme="dark"] .custom-quote-band-v25{
  border-color:#294a45;
  background:linear-gradient(135deg,#102821,#102039);
}
html[data-theme="dark"] .custom-quote-band-v25 strong{
  color:#f1f6fd;
}
html[data-theme="dark"] .custom-quote-band-v25 p{
  color:#a9b9cc;
}
@media(max-width:760px){
  .custom-quote-band-v25{
    align-items:flex-start;
    flex-direction:column;
    padding:21px;
  }
  .custom-quote-band-v25 .btn{
    width:100%;
    min-width:0;
  }
}

/* v26 remove pricing card top frame line */
.price-card::before{display:none !important;}


/* Version 27 — use Mil abbreviation and remove custom-quote kicker */
.custom-quote-band-v25 strong{
  margin-top:0;
}
