/* DORAVISUAL — landing page styles
   Brand: #0C447C (deep blue). Browser-native, no build step. */

:root{
  --brand:#0C447C; --brand-2:#1466b8; --accent:#34b3e0;
  --ink:#0f1f33; --body:#3a4a5e; --muted:#64748b;
  --line:#e2e8f0; --bg:#ffffff; --bg-alt:#f5f8fc; --bg-dark:#0c2036;
  --red:#ef4444; --amber:#f59e0b; --green:#10b981; --purple:#8b5cf6; --teal:#14b8a6;
  --radius:14px; --maxw:1140px;
  --shadow:0 1px 2px rgba(12,68,124,.05),0 8px 30px rgba(12,68,124,.08);
  --font:"Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font);color:var(--body);background:var(--bg);
  line-height:1.6;-webkit-font-smoothing:antialiased;font-size:16px;}
h1,h2,h3,h4{color:var(--ink);line-height:1.2;margin:0 0 .5em;}
p{margin:0 0 1em;}
a{color:var(--brand-2);text-decoration:none;}
a:hover{text-decoration:underline;}
img,svg,video{max-width:100%;display:block;}
kbd{background:#eef2f7;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:5px;
  padding:1px 6px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.85em;color:var(--ink);}
code{background:#eef2f7;border-radius:4px;padding:1px 5px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.88em;color:var(--brand);}

.container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
section{padding:84px 0;}
section.alt{background:var(--bg-alt);}

/* Accessibility */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--brand);color:#fff;padding:10px 16px;border-radius:0 0 8px 0;z-index:200;}
.skip-link:focus{left:0;}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px;}

/* Buttons */
.btn{display:inline-block;font-weight:600;font-size:.95rem;padding:12px 22px;border-radius:10px;
  border:1px solid transparent;cursor:pointer;transition:transform .12s,box-shadow .12s,background .12s;text-align:center;}
.btn:hover{text-decoration:none;transform:translateY(-1px);}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 4px 14px rgba(12,68,124,.28);}
.btn-primary:hover{background:#0a3a6a;color:#fff;}
.btn-ghost-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.5);}
.btn-ghost-light:hover{background:rgba(255,255,255,.22);color:#fff;}
.btn-lg{padding:15px 30px;font-size:1.05rem;}

/* Header / nav */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.9);
  backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid var(--line);}
.nav{display:flex;align-items:center;gap:24px;height:64px;}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--ink);letter-spacing:.02em;}
.brand:hover{text-decoration:none;}
.brand-mark{width:26px;height:26px;border-radius:7px;background:
  radial-gradient(circle at 30% 30%,var(--accent),var(--brand) 70%);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.35);}
.brand-name{font-size:1.12rem;}
.primary-nav{display:flex;gap:22px;margin-left:auto;}
.primary-nav a{color:var(--body);font-weight:500;font-size:.95rem;}
.primary-nav a:hover{color:var(--brand);text-decoration:none;}
.nav-cta{margin-left:4px;}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px;margin-left:auto;}
.nav-toggle span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:.2s;}
.mobile-nav{display:none;flex-direction:column;padding:10px 24px 18px;gap:4px;border-bottom:1px solid var(--line);background:#fff;}
.mobile-nav a{padding:10px 6px;border-radius:8px;color:var(--ink);font-weight:500;}
.mobile-nav a:hover{background:var(--bg-alt);text-decoration:none;}
.mobile-nav[hidden]{display:none;}

/* Hero */
.hero{background:
  radial-gradient(1200px 500px at 80% -10%,rgba(52,179,224,.25),transparent 60%),
  linear-gradient(160deg,#0c2036 0%,var(--brand) 60%,#0a3a6a 100%);
  color:#fff;padding:96px 0 88px;}
.hero-inner{max-width:820px;}
.hero-badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);
  color:#dbeafe;padding:6px 14px;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:22px;}
.hero h1{color:#fff;font-size:clamp(2.1rem,5vw,3.6rem);letter-spacing:-.02em;margin-bottom:18px;}
.hero h1 .accent{color:var(--accent);}
.lede{font-size:1.18rem;color:#dce6f2;max-width:680px;margin-bottom:30px;}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}

/* Stat bar */
.stats-section{background:var(--bg-dark);padding:0;}
.stat-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.08);}
.stat-item{background:var(--bg-dark);color:#fff;text-align:center;padding:28px 16px;}
.stat-num{font-size:2rem;font-weight:800;color:var(--accent);line-height:1;}
.stat-lbl{font-size:.82rem;color:#9fb3c8;margin-top:8px;}

/* Section headings */
.section-label{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--brand-2);margin-bottom:10px;}
.section-label-light{color:var(--accent);}
.section-title{font-size:clamp(1.6rem,3.2vw,2.4rem);letter-spacing:-.01em;margin-bottom:14px;max-width:760px;}
.section-sub{font-size:1.08rem;color:var(--muted);max-width:720px;margin-bottom:36px;}
.section-body{font-size:1.05rem;margin-bottom:1em;}

/* Two-column */
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center;}

/* Video grid */
.video-section{}
.video-tile{list-style:none;}

.video-head{text-align:center;margin-bottom:40px;}
.video-head .section-sub,.video-head .section-title{margin-left:auto;margin-right:auto;}
.video-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.video-wrap{aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;background:#dbe6f1;box-shadow:var(--shadow);}
.demo-video{width:100%;height:100%;object-fit:cover;}
.video-caption{margin:16px 0 4px;font-size:1.1rem;}
.video-sub{color:var(--muted);font-size:.95rem;margin:0;}

/* Tier diagram */
.tier-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);}
.tier-panel-title{font-weight:700;color:var(--ink);margin-bottom:16px;text-align:center;}
.tier-diagram{position:relative;width:280px;height:280px;margin:0 auto 18px;}
.ring{position:absolute;border:1.5px dashed #cdd9e6;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);}
.ring-1{width:120px;height:120px;}.ring-2{width:200px;height:200px;}.ring-3{width:280px;height:280px;}
.node{position:absolute;transform:translate(-50%,-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:.62rem;font-weight:700;color:#fff;text-align:center;line-height:1;box-shadow:0 2px 6px rgba(0,0,0,.18);}
.node-org{width:52px;height:52px;top:50%;left:50%;background:var(--brand);font-size:.6rem;}
.node-t1{width:30px;height:30px;background:var(--accent);}
.node-t2{width:26px;height:26px;background:var(--purple);}
.node-t3{width:22px;height:22px;background:var(--muted);font-size:.55rem;}
.t1-a{top:11%;left:50%;}.t1-b{top:74%;left:18%;}.t1-c{top:74%;left:82%;}
.t2-a{top:3%;left:80%;}.t2-b{top:60%;left:4%;}.t2-c{top:88%;left:56%;}
.t3-a{top:24%;left:6%;}.t3-b{top:20%;left:95%;}
.tier-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;font-size:.82rem;color:var(--body);}
.tier-legend li{display:flex;align-items:center;gap:6px;}
.dot{width:11px;height:11px;border-radius:50%;display:inline-block;}
.dot-org{background:var(--brand);}.dot-t1{background:var(--accent);}.dot-t2{background:var(--purple);}.dot-t3{background:var(--muted);}

/* Feature / card grids */
.feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.feature-grid-3{grid-template-columns:repeat(3,1fr);}
.feature-grid-4{grid-template-columns:repeat(4,1fr);}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);
  transition:transform .14s,box-shadow .14s;}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 34px rgba(12,68,124,.13);}
.feature-card-highlight{border-color:var(--brand,#0c447c);box-shadow:0 8px 30px rgba(12,68,124,.16);background:linear-gradient(180deg,#f8fbff 0%,#fff 60%);grid-column:1/-1;}
.feature-card-highlight h3{color:var(--brand,#0c447c);}
.feature-card h3{font-size:1.08rem;margin-bottom:8px;}
.feature-card p{color:var(--body);font-size:.95rem;margin:0;}
.feature-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:14px;}
.icon-blue{background:var(--brand);}.icon-purple{background:var(--purple);}.icon-teal{background:var(--teal);}
.icon-red{background:var(--red);}.icon-amber{background:var(--amber);}

/* Differentiators */
.differentiators{background:
  radial-gradient(900px 400px at 90% 0,rgba(52,179,224,.18),transparent 55%),
  linear-gradient(160deg,var(--brand) 0%,#0a3258 100%);color:#fff;}
.differentiators-inner{max-width:860px;}
.differentiators-title{color:#fff;font-size:clamp(1.7rem,3.4vw,2.5rem);margin-bottom:16px;}
.differentiators-body{color:#d6e3f1;font-size:1.12rem;margin-bottom:26px;}
.differentiators-pillars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.differentiators-pillars li{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:18px;font-size:.96rem;color:#eaf2fb;}
.differentiators-pillars strong{color:#fff;display:block;margin-bottom:4px;}

/* Check lists */
.check-list{list-style:none;margin:0;padding:0;}
.check-list li{position:relative;padding:0 0 14px 30px;font-size:1rem;color:var(--body);}
.check-list li::before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:50%;
  background:var(--green);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;}
.check-list strong{color:var(--ink);}
.check-list-2col{display:grid;grid-template-columns:1fr 1fr;gap:0 36px;}

/* Heatmap mockup */
.heatmap-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);}
.heatmap-title,.country-title{font-weight:700;color:var(--ink);font-size:.95rem;margin:0 0 14px;}
.country-title{margin-top:22px;}
.heatmap-row,.country-row{display:flex;align-items:center;gap:10px;margin-bottom:11px;font-size:.85rem;}
.hm-dot{width:9px;height:9px;border-radius:50%;flex:none;}
.dot-red{background:var(--red);}.dot-amber{background:var(--amber);}.dot-green{background:var(--green);}
.hm-name{flex:none;width:130px;color:var(--body);}
.hm-bar-bg,.cbar-bg{flex:1;height:8px;background:#eef2f7;border-radius:5px;overflow:hidden;}
.hm-bar,.cbar{display:block;height:100%;border-radius:5px;}
.bar-red,.cbar-red{background:var(--red);}.bar-amber{background:var(--amber);}.bar-green{background:var(--green);}
.cbar-blue{background:var(--brand-2);}.cbar-grey{background:#94a3b8;}
.bar-100{width:100%;}.bar-75{width:75%;}.bar-50{width:50%;}.bar-25{width:25%;}
.cbar-68{width:68%;}.cbar-48{width:48%;}.cbar-30{width:30%;}.cbar-20{width:20%;}.cbar-14{width:14%;}
.hm-score{flex:none;width:18px;text-align:center;font-weight:700;}
.score-red{color:var(--red);}.score-amber{color:var(--amber);}.score-green{color:var(--green);}
.cc{flex:none;width:30px;font-weight:700;font-size:.78rem;}
.cc-blue{color:var(--brand-2);}.cc-red{color:var(--red);}.cc-grey{color:#94a3b8;}
.cpct{flex:none;width:38px;text-align:right;font-weight:700;font-size:.8rem;}
.cpct-blue{color:var(--brand-2);}.cpct-red{color:var(--red);}.cpct-grey{color:#94a3b8;}

/* Export grid */
.export-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.export-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);position:relative;}
.export-tag{display:inline-block;background:var(--brand);color:#fff;font-family:ui-monospace,monospace;font-size:.72rem;
  font-weight:700;padding:3px 9px;border-radius:6px;margin-bottom:12px;}
.export-card h3{font-size:1rem;margin-bottom:6px;}
.export-card p{font-size:.9rem;color:var(--body);margin:0;}

/* Use-case grid */
.usecase-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.usecase-grid li{background:#fff;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:10px;
  padding:16px 18px;font-weight:500;color:var(--ink);font-size:.96rem;}

/* Tech pills */
.tech-pills{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px;}
.tech-pills li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;font-size:.84rem;font-weight:600;color:var(--brand);}

/* CTA / form */
.cta{background:var(--bg-alt);}
.cta-head{text-align:center;max-width:680px;margin:0 auto 36px;}
.cta-head h2{font-size:clamp(1.6rem,3.2vw,2.3rem);}
.demo-form{max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.field{margin-bottom:16px;display:flex;flex-direction:column;}
.field label{font-weight:600;font-size:.9rem;color:var(--ink);margin-bottom:6px;}
.field input,.field select,.field textarea{font:inherit;font-size:.95rem;padding:11px 13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:var(--ink);width:100%;}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-2);outline:none;box-shadow:0 0 0 3px rgba(20,102,184,.15);}
.field textarea{resize:vertical;}
.hp{position:absolute;left:-9999px;height:0;overflow:hidden;}
.btn-lg{width:100%;margin-top:6px;}
.form-status{margin:14px 0 0;font-weight:600;text-align:center;min-height:1.2em;}
.form-status.ok{color:var(--green);}.form-status.err{color:var(--red);}
.form-fineprint{margin:14px 0 0;font-size:.85rem;color:var(--muted);text-align:center;}

/* Footer */
.site-footer{background:var(--bg-dark);color:#9fb3c8;padding:54px 0 30px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px;}
.site-footer .brand-name{color:#fff;}
.footer-tag{margin-top:12px;font-size:.92rem;max-width:340px;}
.site-footer h4{color:#fff;font-size:.95rem;margin-bottom:12px;}
.site-footer nav{display:flex;flex-direction:column;gap:8px;}
.site-footer nav a{color:#9fb3c8;font-size:.92rem;}
.site-footer nav a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:22px;}
.footer-bottom p{font-size:.8rem;color:#7e93a8;margin:0;max-width:820px;}

/* Responsive */
@media (max-width:900px){
  .primary-nav,.nav-cta{display:none;}
  .nav-toggle{display:flex;}
  .two-col{grid-template-columns:1fr;gap:36px;}
  .video-grid,.feature-grid,.feature-grid-3,.feature-grid-4,.export-grid,.usecase-grid,.differentiators-pillars{grid-template-columns:1fr 1fr;}
  .check-list-2col{grid-template-columns:1fr;}
  .stat-bar{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:600px){
  section{padding:60px 0;}
  .video-grid,.feature-grid,.feature-grid-3,.feature-grid-4,.export-grid,.usecase-grid,.differentiators-pillars,.field-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .hero{padding:64px 0 56px;}
}

/* ---- App screenshots (real images, with graceful fallback to CSS mockups) ---- */
.app-shot{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
  box-shadow:0 12px 40px rgba(12,68,124,.18);background:#fff;line-height:0;}
.app-shot img{width:100%;height:auto;display:block;}
.app-shot .shot-fallback{display:none;}

/* Hero screenshot sits below the hero copy */
.hero-shot-wrap{margin-top:44px;}
.hero-shot{max-width:960px;margin:0 auto;}

/* Side screenshots replace the two-col CSS mockups when present */
.side-shot{width:100%;}

/* When the <img> fails to load, onerror adds .shot-missing:
   hide the broken frame and reveal the sibling CSS mockup again. */
.app-shot.shot-missing{display:none;}
/* Hero has no CSS-mockup fallback, so show a labelled placeholder instead. */
.hero-shot.shot-missing{display:block;border:1.5px dashed rgba(255,255,255,.45);
  background:rgba(255,255,255,.06);box-shadow:none;}
.hero-shot.shot-missing img{display:none;}
.hero-shot.shot-missing .shot-fallback{display:block;line-height:1.5;color:#cdddee;
  font-size:.95rem;text-align:center;padding:54px 24px;}
.hero-shot.shot-missing .shot-fallback code{background:rgba(255,255,255,.14);color:#fff;}

/* By default (no JS / image present) keep the CSS mockups; once a real
   screenshot loads next to them, fade the mockup so the photo leads. */
.app-shot:not(.shot-missing) + .tier-panel,
.app-shot:not(.shot-missing) + .heatmap-panel{display:none;}

/* ── FAQ accordion ──────────────────────────────────────────── */
.faq-list{max-width:820px;margin:0 auto;}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  margin-bottom:10px;box-shadow:var(--shadow);overflow:hidden;}
.faq-list summary{cursor:pointer;list-style:none;padding:16px 20px;font-weight:700;
  color:var(--brand);font-size:1rem;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.faq-list summary::-webkit-details-marker{display:none;}
.faq-list summary::after{content:"+";font-size:1.3rem;font-weight:400;color:var(--brand-2);flex-shrink:0;line-height:1;}
.faq-list details[open] summary::after{content:"\2013";}
.faq-list details[open] summary{border-bottom:1px solid var(--line);}
.faq-list details p{margin:0;padding:14px 20px 18px;color:var(--body);font-size:.95rem;}

/* ── Mid-page CTA band ──────────────────────────────────────── */
.cta-band{background:
  radial-gradient(900px 380px at 80% -20%,rgba(52,179,224,.25),transparent 60%),
  linear-gradient(160deg,#0c2036 0%,var(--brand) 65%,#0a3a6a 100%);
  color:#fff;text-align:center;}
.cta-band-inner{max-width:680px;}
.cta-band h2{color:#fff;font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:10px;}
.cta-band p{color:#dce6f2;font-size:1.08rem;margin-bottom:24px;}
.cta-band-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

/* ── Edition chooser (root landing page) ───────────────────────────────── */
.chooser{padding:56px 0 24px;}
.edition-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch;}
@media(max-width:820px){.edition-grid{grid-template-columns:1fr;}}
.edition-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:34px;display:flex;flex-direction:column;
  box-shadow:0 6px 24px rgba(12,68,124,.07);transition:transform .15s ease,box-shadow .15s ease;}
.edition-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(12,68,124,.14);}
.edition-card.is-financial{border-top:4px solid var(--brand);}
.edition-card.is-generic{border-top:4px solid #34a853;}
.edition-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:700;color:var(--brand-2);}
.edition-card.is-generic .edition-eyebrow{color:#2e9e4b;}
.edition-card h3{font-size:1.55rem;margin:.45rem 0 .55rem;color:var(--ink);line-height:1.15;}
.edition-pain{color:#475569;font-size:1.02rem;margin:0 0 1.1rem;}
.edition-list{list-style:none;padding:0;margin:0 0 1.6rem;}
.edition-list li{padding-left:1.5rem;position:relative;margin-bottom:.55rem;color:#334155;}
.edition-list li::before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:700;}
.edition-card.is-generic .edition-list li::before{color:#34a853;}
.edition-card .btn{margin-top:auto;align-self:flex-start;}
.edition-card.is-generic .btn-primary{background:#2e9e4b;box-shadow:0 4px 14px rgba(46,158,75,.28);}
.chooser-trust{text-align:center;color:#64748b;font-size:.95rem;margin:34px auto 0;max-width:640px;}

/* ── Language switch (flags) ─────────────────────────────────── */
.lang-switch{display:inline-flex;align-items:center;gap:7px;margin-left:4px;}
.lang-switch a{display:inline-flex;line-height:0;opacity:.5;transition:opacity .15s;border-radius:3px;}
.lang-switch a:hover{opacity:1;}
.lang-switch a.is-active{opacity:1;outline:2px solid var(--accent);outline-offset:1px;}
.flag{height:15px;width:22px;object-fit:cover;display:block;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.12);}

/* ── Pricing ─────────────────────────────────────────────────── */
.price-grid{list-style:none;margin:34px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;box-shadow:var(--shadow);display:flex;flex-direction:column;}
.price-card-featured{border-color:var(--accent);box-shadow:0 8px 30px rgba(52,179,224,.18);}
.price-card h3{margin:0 0 12px;font-size:1.15rem;color:var(--brand);}
.price-amount{font-size:2.2rem;font-weight:800;color:var(--ink);line-height:1;margin:0 0 20px;}
.price-amount span{display:block;font-size:.85rem;font-weight:600;color:var(--muted);margin-top:7px;}
.price-amount-quote{color:var(--brand-2);}
.price-card .check-list{flex:1 0 auto;margin:0 0 22px;}
.price-card .btn{align-self:flex-start;}
.price-note{font-size:.8rem;color:var(--muted);margin:12px 0 0;}
@media(max-width:720px){.price-grid{grid-template-columns:1fr;}}
