/* Ezyo styles — assembled by build.py from src/assets/_*. */
:root {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Noto Sans", "Noto Sans Devanagari", Arial, sans-serif;
  color: #0b1f35;
  background: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --sky-950: #071827;
  --sky-900: #0b2746;
  --sky-800: #123f73;
  --sky-700: #1f5fbf;
  --sky-600: #2563eb;
  --sky-500: #38a7f0;
  --sky-300: #8ddcff;
  --sky-100: #edf7ff;
  --surface: rgba(255,255,255,.94);
  --border: rgba(25,68,112,.12);
  --muted: #64758b;
  --shadow: 0 20px 60px rgba(8,36,68,.10);
  --accent-indigo: #6d5ef7;
  --green: #0f9f6e;
  --green-soft: #eafaf4;
  --orange: #f59e0b;
  --max: 1200px;
  --premium-bg: #f8fafc;
  --premium-panel: #ffffff;
  --premium-purple: #6d5ef7;
  --premium-cyan: #22b8f0;
  --premium-emerald: #0f9f6e;
  --premium-gold: #d8942f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:#fff;color:var(--sky-950);line-height:1.65;font-size:1rem;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img,svg{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(19,63,105,.07)}
.navbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.04em;font-size:1.4375rem}
.brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--sky-500),var(--sky-800));box-shadow:0 12px 26px rgba(22,137,220,.28);font-size:1.125rem}
.brand em{font-style:normal;color:var(--green)}
.nav-links{display:flex;align-items:center;gap:23px;color:#405a76;font-size:0.875rem;font-weight:750}
.nav-links a:hover,.nav-links a.active{color:var(--sky-700)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{border:0;min-height:44px;border-radius:13px;padding:0 18px;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-weight:850;transition:.2s ease}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--sky-600),var(--sky-800));box-shadow:0 12px 28px rgba(22,137,220,.2)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(22,137,220,.27)}
.btn-secondary{color:#174d7c;background:#edf7fd;border:1px solid rgba(22,137,220,.12)}
.btn-outline{color:var(--sky-800);background:#fff;border:1px solid #d8e6f0}
.mobile-toggle{display:none;width:42px;height:42px;border-radius:12px;border:1px solid #dce8f1;background:#fff;color:var(--sky-800)}
.hero{position:relative;overflow:hidden;padding:92px 0 76px;background:radial-gradient(circle at 12% 4%,#dff6ff 0%,transparent 30%),radial-gradient(circle at 92% 10%,rgba(79,95,224,.11) 0%,transparent 26%),linear-gradient(145deg,#fbfdff 0%,#eef8ff 55%,#fff 100%)}
.hero:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-180px;bottom:-220px;background:linear-gradient(145deg,#a8e4ff,#e6f9ff);opacity:.7}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:62px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:0.6875rem;font-weight:900;color:var(--sky-700);background:rgba(231,247,255,.82);padding:8px 11px;border-radius:999px;border:1px solid rgba(22,137,220,.12)}
.hero h1,.page-hero h1{font-size:clamp(2.625rem,5vw,4rem);line-height:1.04;letter-spacing:-.045em;margin:22px 0 18px;color:var(--sky-950)}
.hero h1 .accent,.page-hero h1 .accent{color:var(--accent-indigo)}
.hero p,.page-hero p{max-width:680px;color:#566b82;font-size:1.0625rem;line-height:1.72;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:#58718c;font-size:0.8125rem;font-weight:750}
.hero-proof span{display:flex;align-items:center;gap:7px}.check{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:0.75rem;font-weight:900}
.product-preview{background:rgba(255,255,255,.87);border:1px solid rgba(255,255,255,.95);border-radius:28px;box-shadow:0 32px 90px rgba(14,86,143,.18);padding:18px;backdrop-filter:blur(18px);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}
.preview-top{display:flex;align-items:center;justify-content:space-between;padding:8px 6px 18px}.preview-dots{display:flex;gap:6px}.preview-dots i{width:9px;height:9px;border-radius:50%;background:#ff5f57}.preview-dots i:nth-child(2){background:#febc2e}.preview-dots i:nth-child(3){background:#28c840}.preview-label{font-size:0.625rem;font-weight:900;letter-spacing:.11em;color:var(--muted)}
.preview-shell{display:grid;grid-template-columns:86px 1fr;min-height:420px;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#f7fbfe}
.preview-sidebar{background:#fff;border-right:1px solid var(--border);padding:15px 10px}.preview-logo{width:34px;height:34px;margin:auto;border-radius:11px;background:linear-gradient(145deg,var(--sky-500),var(--sky-800));margin-bottom:18px}.preview-nav{display:grid;gap:9px}.preview-nav span{height:34px;border-radius:10px;background:#eff5fa}.preview-nav span:nth-child(1){background:linear-gradient(135deg,#eaf6ff,#dcf0ff)}
.preview-main{padding:18px}.preview-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.preview-head strong{font-size:0.9375rem}.preview-avatar{width:34px;height:34px;border-radius:50%;background:var(--sky-100)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-stat{min-height:84px;border-radius:14px;padding:13px;color:#fff;background:linear-gradient(135deg,#0872c7,#12a4ed)}.mini-stat:nth-child(2){background:linear-gradient(135deg,#5262d6,#8178ed)}.mini-stat:nth-child(3){background:linear-gradient(135deg,#159a78,#39c89a)}.mini-stat small{display:block;opacity:.84;font-size:0.5625rem}.mini-stat b{display:block;font-size:1.1875rem;margin-top:9px}.preview-chart{height:150px;margin-top:12px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:14px;display:flex;align-items:flex-end;gap:9px}.preview-chart span{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--sky-300),var(--sky-600))}.preview-table{margin-top:12px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px;display:grid;gap:8px}.preview-row{height:12px;border-radius:999px;background:#eef3f7}.preview-row:nth-child(2){width:88%}.preview-row:nth-child(3){width:74%}.preview-row:nth-child(4){width:92%}
.logo-strip{padding:25px 0;border-top:1px solid #eef3f7;border-bottom:1px solid #eef3f7;background:#fff}.trust-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.trust-wrap>span{color:var(--muted);font-size:0.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.trust-items{display:flex;gap:26px;flex-wrap:wrap;color:#5a7088;font-weight:850;font-size:0.875rem}.trust-items span{display:flex;align-items:center;gap:8px}.trust-bullet{width:28px;height:28px;border-radius:9px;background:#eff8ff;display:grid;place-items:center;color:var(--sky-700)}
.section{padding:88px 0}.section-soft{background:linear-gradient(180deg,#f8fbff 0%,#f5f8fc 100%)}.section-head{max-width:760px;margin-bottom:38px}.section-head.center{text-align:center;margin-inline:auto;margin-bottom:48px}.section-head h2{font-size:clamp(1.875rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.035em;margin:12px 0 14px}.section-head p{color:var(--muted);font-size:0.96875rem;margin:0;line-height:1.75}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{border:1px solid var(--border);background:var(--surface);border-radius:22px;box-shadow:0 14px 45px rgba(21,70,113,.07);padding:24px}.feature-card{min-height:250px;transition:.2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 20px 58px rgba(21,70,113,.12)}.icon-box{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--sky-500),var(--sky-700));box-shadow:0 10px 22px rgba(22,137,220,.2);font-size:1.25rem}.feature-card:nth-child(2) .icon-box{background:linear-gradient(145deg,#8a93f7,#4f5fe0)}.feature-card:nth-child(3) .icon-box{background:linear-gradient(145deg,#4fd6a0,#1a9e6f)}.feature-card:nth-child(4) .icon-box{background:linear-gradient(145deg,#ffb15c,#e58b1a)}.feature-card:nth-child(5) .icon-box{background:linear-gradient(145deg,#4fd0d6,#1a9ea3)}.feature-card:nth-child(6) .icon-box{background:linear-gradient(145deg,#c58af7,#9147d6)}.card h3{font-size:1.125rem;letter-spacing:-.015em;margin:18px 0 8px}.card p{color:var(--muted);font-size:0.90625rem;margin:0}.text-link{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:var(--sky-700);font-size:0.8125rem;font-weight:850}
.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.visual-card{border-radius:28px;background:linear-gradient(145deg,#edf8ff,#fff);border:1px solid var(--border);padding:24px;box-shadow:var(--shadow)}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.metric{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px}.metric b{display:block;font-size:1.6875rem;letter-spacing:-.04em;color:var(--sky-900)}.metric span{font-size:0.75rem;color:var(--muted)}.list-check{display:grid;gap:14px;margin-top:24px}.list-check div{display:flex;gap:12px;align-items:flex-start;color:#46617b}.list-check .check{flex:0 0 22px;margin-top:2px}
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{position:relative;overflow:hidden;min-height:300px;padding:26px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#0872c7,#12a4ed);box-shadow:var(--shadow)}.solution-card:nth-child(2){background:linear-gradient(145deg,#5262d6,#8178ed)}.solution-card:nth-child(3){background:linear-gradient(145deg,#159a78,#39c89a)}.solution-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-50px;top:-50px;background:rgba(255,255,255,.12)}.solution-card h3{font-size:1.625rem;letter-spacing:-.035em;margin:62px 0 10px}.solution-card p{color:rgba(255,255,255,.84);font-size:0.875rem}.solution-card .text-link{color:#fff}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.step{position:relative;padding-top:18px}.step:before{counter-increment:step;content:"0" counter(step);font-size:0.6875rem;font-weight:900;color:var(--sky-700);letter-spacing:.1em}.step h3{margin:10px 0 7px}.step:not(:last-child):after{content:"";position:absolute;top:29px;right:-10px;width:28px;height:1px;background:#c9ddea}
.testimonial{max-width:820px;margin:auto;text-align:center}.quote{font-size:clamp(1.625rem,3.5vw,2.4375rem);line-height:1.35;letter-spacing:-.035em;color:#173650}.quote-meta{margin-top:22px;color:var(--muted);font-size:0.8125rem}.quote-meta strong{display:block;color:var(--sky-900);font-size:0.875rem}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{position:relative}.price-card.featured{border:2px solid rgba(22,137,220,.4);transform:translateY(-8px)}.popular{position:absolute;top:16px;right:16px;background:var(--sky-100);color:var(--sky-700);border-radius:999px;padding:5px 9px;font-size:0.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.price{font-size:2.375rem;font-weight:900;letter-spacing:-.05em;margin:14px 0 0}.price small{font-size:0.8125rem;font-weight:700;color:var(--muted)}.price-list{display:grid;gap:11px;margin:22px 0}.price-list div{display:flex;gap:9px;color:#4f687f;font-size:0.8125rem}
.faq{display:grid;gap:10px;max-width:850px;margin:auto}.faq-item{border:1px solid var(--border);border-radius:16px;background:#fff;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;padding:18px 20px;display:flex;justify-content:space-between;gap:15px;text-align:left;font-weight:850;color:var(--sky-900)}
.cta-section{padding:74px 0}.cta-box{position:relative;overflow:hidden;border-radius:30px;padding:58px;background:linear-gradient(135deg,var(--sky-900),var(--sky-700) 58%,var(--sky-600));color:#fff;box-shadow:0 28px 75px rgba(8,41,81,.23)}.cta-box:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-90px;top:-120px;background:rgba(255,255,255,.09)}.cta-box h2{font-size:clamp(2rem,4vw,3.125rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 13px;max-width:700px}.cta-box p{color:rgba(255,255,255,.78);max-width:650px;margin:0}.cta-box .hero-actions{position:relative;z-index:2}.cta-box .btn-secondary{background:#fff;color:var(--sky-800)}
.footer{padding:58px 0 28px;background:#061827;color:#c4d4e4}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}.footer .brand{color:#fff}.footer-desc{max-width:330px;color:#8fa6bd;font-size:0.8125rem;margin-top:14px}.footer h4{color:#fff;margin:0 0 13px;font-size:0.8125rem}.footer-links{display:grid;gap:9px;font-size:0.75rem;color:#9db2c6}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08);padding-top:22px;margin-top:38px;font-size:0.6875rem;color:#8099b1}
.page-hero{padding:78px 0 64px;background:radial-gradient(circle at 8% 0,#dff6ff 0%,transparent 31%),linear-gradient(145deg,#fbfdff,#eef8ff)}.page-hero h1{font-size:clamp(2.5rem,5vw,3.875rem);max-width:900px}.breadcrumb{font-size:0.75rem;color:var(--muted);margin-bottom:16px}.breadcrumb a{color:var(--sky-700);font-weight:750}.content-prose{max-width:820px}.content-prose h2{font-size:2rem;letter-spacing:-.03em;margin:44px 0 12px}.content-prose h3{font-size:1.3125rem;margin:30px 0 8px}.content-prose p,.content-prose li{color:#58718c}.content-prose ul{padding-left:22px}.seo-callout{margin:28px 0;padding:22px;border-radius:18px;background:#eef8ff;border:1px solid rgba(22,137,220,.16)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.contact-card{padding:30px}.contact-form{display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field label{font-size:0.75rem;font-weight:850;color:#3f5670}.field input,.field textarea,.field select{width:100%;border:1px solid #dce8f2;background:#fff;border-radius:13px;min-height:46px;padding:0 13px;color:#17314f}.field textarea{min-height:125px;padding-top:12px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#60bcee;box-shadow:0 0 0 4px rgba(45,167,231,.1)}.form-status{font-size:0.8125rem;color:var(--green);font-weight:750;display:none}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{padding:0;overflow:hidden}.blog-thumb{height:160px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.35),transparent 24%),linear-gradient(135deg,var(--sky-600),var(--accent-indigo));display:flex;align-items:flex-end;padding:18px;color:#fff}.blog-thumb span{font-size:0.6875rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.blog-body{padding:20px}.blog-body h3{margin:0 0 8px}.blog-meta{font-size:0.6875rem;color:var(--muted);margin-top:15px}
@media (max-width: 980px){.nav-links,.nav-actions .btn-outline{display:none}.mobile-toggle{display:grid;place-items:center}.nav-links.open{display:grid;position:absolute;top:76px;left:20px;right:20px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.hero{padding-top:68px}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.product-preview{max-width:720px}.grid-4,.steps{grid-template-columns:repeat(2,1fr)}.grid-3,.solutions-grid,.pricing-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr repeat(2,1fr)}.footer-grid>div:nth-child(n+4){margin-top:12px}}
@media (max-width: 680px){.container{width:min(100% - 28px,var(--max))}.navbar{height:68px}.nav-links.open{top:68px}.hero,.page-hero{padding:58px 0 50px}.hero h1,.page-hero h1{font-size:2.625rem}.hero p,.page-hero p{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.preview-shell{grid-template-columns:64px 1fr;min-height:360px}.stats{grid-template-columns:1fr}.mini-stat:nth-child(3){display:none}.section{padding:66px 0}.grid-3,.grid-4,.solutions-grid,.steps,.pricing-grid,.blog-grid,.footer-grid,.form-row{grid-template-columns:1fr}.feature-card{min-height:0}.step:not(:last-child):after{display:none}.price-card.featured{transform:none}.cta-box{padding:38px 24px}.footer-grid{gap:26px}.contact-card{padding:22px}}


/* Ezyo premium automation additions */
.feature-chip{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#f1f6ff;border:1px solid rgba(37,99,235,.10);color:#345b91;font-size:0.625rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.demo-chip{position:absolute;right:24px;top:24px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(7,24,39,.82);color:#fff;font-size:0.5625rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.product-preview{position:relative}
.automation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.automation-card{position:relative;overflow:hidden;min-height:280px;padding:26px;border-radius:24px;border:1px solid rgba(25,68,112,.10);background:linear-gradient(155deg,#fff 0%,#f9fbfe 100%);box-shadow:0 16px 48px rgba(8,36,68,.07);transition:.22s ease}
.automation-card:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(8,36,68,.12)}
.automation-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-55px;top:-55px;background:radial-gradient(circle,rgba(56,167,240,.14),transparent 70%)}
.automation-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#2563eb,#1749a6);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.20);font-weight:900;font-size:1rem}
.automation-card:nth-child(2) .automation-icon{background:linear-gradient(145deg,#6d5ef7,#5143c6)}
.automation-card:nth-child(3) .automation-icon{background:linear-gradient(145deg,#0f9f6e,#087b54)}
.automation-card:nth-child(4) .automation-icon{background:linear-gradient(145deg,#d8942f,#b36b16)}
.automation-card:nth-child(5) .automation-icon{background:linear-gradient(145deg,#0f8fa8,#176b91)}
.automation-card:nth-child(6) .automation-icon{background:linear-gradient(145deg,#9a5ad7,#6d3db5)}
.automation-card h3{margin:20px 0 8px;font-size:1.1875rem;letter-spacing:-.02em}
.automation-card p{margin:0;color:var(--muted);font-size:0.90625rem}
.automation-trigger{margin-top:18px;padding-top:14px;border-top:1px solid #edf1f5;color:#415c76;font-size:0.75rem;font-weight:750}
.automation-trigger b{color:var(--sky-700)}
.premium-band{position:relative;overflow:hidden;background:linear-gradient(135deg,#071827 0%,#0b2746 48%,#123f73 100%);color:#fff}
.premium-band:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 18%,rgba(109,94,247,.28),transparent 28%),radial-gradient(circle at 15% 80%,rgba(34,184,240,.16),transparent 28%)}
.premium-band .container{position:relative;z-index:2}
.premium-band .section-head h2{color:#fff}.premium-band .section-head p{color:#b9c8d8}
.workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}
.workflow-step{position:relative;min-height:190px;padding:22px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(8px)}
.workflow-step small{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.12);font-weight:900;color:#d9ecff}
.workflow-step h3{font-size:1.0625rem;margin:17px 0 7px}.workflow-step p{color:#b9c8d8;font-size:0.84375rem;margin:0}
.flow-arrow{color:#78bdf9;font-weight:900;margin-top:12px;font-size:0.6875rem;letter-spacing:.06em;text-transform:uppercase}
.ai-capture{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:stretch}
.capture-phone{background:#071827;border:8px solid #0e2438;border-radius:30px;padding:16px;min-height:360px;box-shadow:0 24px 60px rgba(7,24,39,.20)}
.capture-screen{height:100%;border-radius:18px;background:linear-gradient(160deg,#f8fbff,#e8f3ff);padding:18px;display:grid;align-content:space-between;gap:20px}
.capture-frame{min-height:190px;border:2px dashed #82b7e7;border-radius:18px;display:grid;place-items:center;text-align:center;color:#5b7693;font-size:0.8125rem;background:rgba(255,255,255,.6)}
.capture-button{min-height:42px;border-radius:13px;display:grid;place-items:center;background:#2563eb;color:#fff;font-weight:850;font-size:0.8125rem}
.ai-fields{display:grid;gap:11px}.ai-field{background:#fff;border:1px solid var(--border);border-radius:15px;padding:14px}.ai-field small{display:block;color:var(--muted);font-size:0.625rem;text-transform:uppercase;letter-spacing:.07em;font-weight:850}.ai-field strong{font-size:0.8125rem;color:#173650}.ai-status{display:flex;align-items:center;gap:8px;color:#0f9f6e;font-size:0.75rem;font-weight:850}.ai-status i{width:9px;height:9px;border-radius:50%;background:#0f9f6e;box-shadow:0 0 0 5px rgba(15,159,110,.10)}
.qr-demo{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}
.id-card-demo{position:relative;overflow:hidden;min-height:270px;padding:24px;border-radius:24px;background:linear-gradient(145deg,#fff,#f3f7fc);border:1px solid var(--border);box-shadow:var(--shadow)}
.id-card-head{height:56px;border-radius:16px;background:linear-gradient(135deg,#071827,#174f91);margin:-8px -8px 18px;display:flex;align-items:center;padding:0 16px;color:#fff;font-weight:850}
.id-profile{display:grid;grid-template-columns:68px 1fr;gap:14px}.id-photo{width:68px;height:78px;border-radius:14px;background:linear-gradient(145deg,#dbeafe,#c7d2fe);display:grid;place-items:center;font-weight:900;color:#315b92}.id-lines{display:grid;gap:7px;align-content:center}.id-line{height:9px;border-radius:999px;background:#dce5ee}.id-line:nth-child(2){width:70%}.id-line:nth-child(3){width:52%}
.qr-box{position:absolute;right:22px;bottom:20px;width:72px;height:72px;border:7px solid #fff;outline:1px solid #dce5ee;border-radius:10px;background:repeating-linear-gradient(45deg,#071827 0 5px,#fff 5px 10px)}
.fee-card-demo{padding:24px;border-radius:24px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.fee-row{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #edf1f5;font-size:0.8125rem}.fee-row:last-child{border-bottom:0}.fee-row span{color:var(--muted)}.status-badge{padding:4px 8px;border-radius:999px;background:#eafaf4;color:#0f8a61;font-size:0.625rem;font-weight:900}
.lead-flow{display:grid;gap:12px;margin-top:22px}.lead-flow-item{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}.lead-flow-num{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#edf5ff;color:#1f5fbf;font-size:0.75rem;font-weight:900}.lead-flow-item strong{display:block;font-size:0.875rem;color:#183650}.lead-flow-item span{display:block;color:var(--muted);font-size:0.78125rem;margin-top:2px}
.form-help{color:var(--muted);font-size:0.71875rem;margin-top:-5px}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.check-option{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border:1px solid #dce8f2;border-radius:12px;background:#fbfdff;color:#405a76;font-size:0.75rem;font-weight:700}.check-option input{margin-top:2px;accent-color:#2563eb}.consent{display:flex;align-items:flex-start;gap:9px;color:#5e7186;font-size:0.71875rem}.consent input{margin-top:3px;accent-color:#2563eb}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.form-status.error{color:#bd4141}.form-status.success{color:#0f8a61}
.integration-note{margin-top:16px;padding:14px 16px;border-radius:14px;background:#f5f8fc;border:1px solid var(--border);color:#5c7186;font-size:0.75rem}.integration-note code{color:#174f91;font-weight:800}
@media(max-width:980px){.automation-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.ai-capture,.qr-demo{grid-template-columns:1fr}}
@media(max-width:680px){.automation-grid,.workflow,.checkbox-grid{grid-template-columns:1fr}.capture-phone{min-height:320px}.demo-chip{right:18px;top:18px}.automation-card{min-height:0}}


/* Smooth motion + ambient premium bubbles */
html{scroll-padding-top:92px}
body{overflow-x:hidden}
::selection{background:rgba(37,99,235,.16);color:var(--sky-950)}
.site-header,main,.footer{position:relative;z-index:2}
.site-header{transition:box-shadow .28s ease,background-color .28s ease,border-color .28s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(8,36,68,.07);border-bottom-color:rgba(19,63,105,.10)}

.ambient-bubbles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;contain:strict}
.ambient-bubble{position:absolute;border-radius:999px;opacity:.30;filter:blur(1px);will-change:transform;animation:ambientFloat 22s ease-in-out infinite alternate}
.ambient-bubble:nth-child(1){width:240px;height:240px;left:-90px;top:13%;background:radial-gradient(circle at 30% 28%,rgba(141,220,255,.82),rgba(56,167,240,.18) 55%,transparent 72%);animation-duration:25s}
.ambient-bubble:nth-child(2){width:180px;height:180px;right:-55px;top:24%;background:radial-gradient(circle at 34% 32%,rgba(164,156,255,.75),rgba(109,94,247,.16) 58%,transparent 73%);animation-duration:21s;animation-delay:-8s}
.ambient-bubble:nth-child(3){width:130px;height:130px;left:8%;top:66%;background:radial-gradient(circle at 30% 30%,rgba(137,239,208,.68),rgba(15,159,110,.12) 60%,transparent 74%);animation-duration:27s;animation-delay:-13s}
.ambient-bubble:nth-child(4){width:210px;height:210px;right:8%;top:74%;background:radial-gradient(circle at 35% 30%,rgba(134,205,255,.72),rgba(37,99,235,.13) 58%,transparent 74%);animation-duration:29s;animation-delay:-4s}
.ambient-bubble:nth-child(5){width:86px;height:86px;left:42%;top:9%;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.96),rgba(141,220,255,.26) 60%,transparent 73%);box-shadow:0 0 46px rgba(56,167,240,.12);animation-duration:19s;animation-delay:-10s}
.ambient-bubble:nth-child(6){width:110px;height:110px;left:68%;top:50%;background:radial-gradient(circle at 32% 30%,rgba(255,225,170,.55),rgba(216,148,47,.10) 62%,transparent 74%);animation-duration:24s;animation-delay:-16s}
@keyframes ambientFloat{0%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(22px,-28px,0) scale(1.04)}100%{transform:translate3d(-16px,22px,0) scale(.97)}}

.hero-grid>div:first-child,.page-hero .container{animation:heroEnter .72s cubic-bezier(.2,.7,.2,1) both}
.product-preview{animation:previewEnter .82s .08s cubic-bezier(.2,.7,.2,1) both,previewFloat 7s 1s ease-in-out infinite alternate;transform-origin:center}
@keyframes heroEnter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes previewEnter{from{opacity:0;transform:perspective(1200px) translateY(24px) rotateY(-2deg) rotateX(1deg) scale(.985)}to{opacity:1;transform:perspective(1200px) translateY(0) rotateY(-2deg) rotateX(1deg) scale(1)}}
@keyframes previewFloat{from{transform:perspective(1200px) translateY(0) rotateY(-2deg) rotateX(1deg)}to{transform:perspective(1200px) translateY(-8px) rotateY(-1deg) rotateX(.5deg)}}

.reveal-on-scroll{opacity:0;transform:translateY(22px);transition:opacity .66s cubic-bezier(.2,.7,.2,1),transform .66s cubic-bezier(.2,.7,.2,1)}
.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}
.automation-grid .reveal-on-scroll:nth-child(2),.grid-3 .reveal-on-scroll:nth-child(2),.grid-4 .reveal-on-scroll:nth-child(2){transition-delay:.05s}
.automation-grid .reveal-on-scroll:nth-child(3),.grid-3 .reveal-on-scroll:nth-child(3),.grid-4 .reveal-on-scroll:nth-child(3){transition-delay:.10s}
.automation-grid .reveal-on-scroll:nth-child(4),.grid-4 .reveal-on-scroll:nth-child(4){transition-delay:.15s}

.card,.automation-card,.solution-card,.price-card,.blog-card,.workflow-step,.metric,.id-card-demo,.fee-card-demo,.contact-card{transition:transform .26s cubic-bezier(.2,.7,.2,1),box-shadow .26s ease,border-color .26s ease}
.card:hover,.metric:hover,.id-card-demo:hover,.fee-card-demo:hover{transform:translateY(-3px);border-color:rgba(37,99,235,.18);box-shadow:0 22px 60px rgba(8,36,68,.10)}
.btn{transition:transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}
.btn:active{transform:translateY(0) scale(.985)}
.nav-links a{position:relative;transition:color .2s ease}
.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--sky-600),var(--accent-indigo));transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}

@media(max-width:680px){
  .ambient-bubble:nth-child(n+5){display:none}
  .ambient-bubble{opacity:.22}
  .ambient-bubble:nth-child(1){width:170px;height:170px}
  .ambient-bubble:nth-child(2){width:135px;height:135px}
  .ambient-bubble:nth-child(3){width:100px;height:100px}
  .ambient-bubble:nth-child(4){width:145px;height:145px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal-on-scroll{opacity:1!important;transform:none!important}
  .ambient-bubbles{display:none}
}

/* ===========================================================================
   Improvements layer
   Accessibility, new components, and utility classes that replace the inline
   style="" attributes from the original markup.
   =========================================================================== */

/* --- Self-hosted Inter -----------------------------------------------------
   The original CSS asked for Inter but never loaded it, so nearly every
   visitor saw a system font. Drop a subset woff2 into assets/fonts/, then
   uncomment this block and re-add the preload in src/layouts/base.html.

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-variable-latin.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F,
    U+20B9, U+2122, U+2191, U+2193, U+2212, U+FEFF;
}
--------------------------------------------------------------------------- */

/* --- Focus visibility ----------------------------------------------------- */
:focus-visible {
  outline: 3px solid var(--sky-600);
  outline-offset: 2px;
  border-radius: 6px;
}
.btn:focus-visible,
.faq-q:focus-visible,
.channel:focus-visible {
  outline: 3px solid var(--sky-900);
  outline-offset: 3px;
}
.footer a:focus-visible,
.btn-outline-on-dark:focus-visible,
.cta-box a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.field input:focus-visible,
.field textarea:focus-visible,
.field select:focus-visible {
  outline: 3px solid var(--sky-600);
  outline-offset: 1px;
  border-color: var(--sky-600);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 12px 18px;
  background: var(--sky-900);
  color: #fff;
  font-weight: 800;
  border-radius: 0 0 12px 0;
}
.skip-link:focus {
  left: 0;
}

.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;
}

/* --- Minimum readable sizes for real content -----------------------------
   The original set legal and footer text as low as 0.6875rem (11px). */
.consent,
.form-help,
.field-help,
.field-error,
.footer-links,
.footer-bottom,
.blog-meta,
.breadcrumb,
.post-meta,
.footer-hours {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.field label {
  font-size: 0.8125rem;
}
.footer-desc {
  font-size: 0.875rem;
}
.footer-heading {
  color: #fff;
  margin: 0 0 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* --- Header: responsive rebuild --------------------------------------------
   Two bugs fixed here.
   1) The base stylesheet sets .btn{width:100%} below 680px, which stretched
      the header buttons and forced the navbar onto a second line on phones.
   2) The nav only collapsed at 980px, but brand + 6 links + call + CTA need
      about 1100px. Between those widths the header wrapped. The hamburger now
      appears at 1100px, and the phone number collapses to an icon at 1280px.
   -------------------------------------------------------------------------- */
.navbar {
  flex-wrap: nowrap;
  gap: 18px;
}
.brand {
  flex: 0 0 auto;
  white-space: nowrap;
}
.nav-links {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.nav-links a {
  white-space: nowrap;
}
.nav-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.site-header .btn {
  width: auto;          /* beats the global .btn{width:100%} on mobile */
  flex: 0 0 auto;
  white-space: nowrap;
}
.nav-cta {
  padding: 0 16px;
}
.cta-short {
  display: none;
}
.nav-mobile-cta {
  display: none;
}

.btn-ghost {
  color: var(--sky-800);
  background: transparent;
  border: 1px solid transparent;
  font-weight: 800;
}
.btn-ghost:hover {
  background: var(--sky-100);
}
.nav-call {
  gap: 7px;
  padding: 0 12px;
}

.mobile-toggle-icon,
.mobile-toggle-icon::before,
.mobile-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mobile-toggle-icon::before,
.mobile-toggle-icon::after {
  content: "";
  position: relative;
}
.mobile-toggle-icon::before { top: -6px; }
.mobile-toggle-icon::after  { top: 4px; }
.mobile-toggle[aria-expanded="true"] .mobile-toggle-icon {
  background: transparent;
}
.mobile-toggle[aria-expanded="true"] .mobile-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}
.mobile-toggle[aria-expanded="true"] .mobile-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* Tighten before collapsing, so the links shrink rather than wrap. */
@media (max-width: 1280px) {
  .nav-links {
    gap: 15px;
    font-size: 0.8125rem;
  }
  .nav-call-text {
    display: none;
  }
}

/* Collapse to the hamburger while there is still room to spare. */
@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }
  .nav-links.open {
    display: grid;
    gap: 4px;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px;
    font-size: 0.9375rem;
    box-shadow: var(--shadow);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }
  .nav-links.open a {
    padding: 12px 10px;
    border-radius: 12px;
  }
  .nav-links.open a:hover,
  .nav-links.open a:focus-visible {
    background: var(--sky-100);
  }
  .nav-links.open a::after {
    display: none;         /* the desktop underline animation */
  }
  .nav-links.open .nav-mobile-cta {
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
  }
  .nav-links.open .nav-mobile-cta .btn {
    width: 100%;
  }
  .mobile-toggle {
    display: grid;
    place-items: center;
  }
  .nav-call {
    display: none;         /* now lives in the menu */
  }
}

@media (max-width: 680px) {
  .nav-links.open {
    top: 68px;
    left: 14px;
    right: 14px;
    max-height: calc(100vh - 88px);
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 1.25rem;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 0.9375rem;
  }
  .cta-full {
    display: none;
  }
  .cta-short {
    display: inline;
  }
  .navbar {
    gap: 10px;
  }
}

/* --- Breadcrumb as a real list ------------------------------------------- */
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--muted);
}
.breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: #a9bccd;
}
.breadcrumb a {
  color: var(--sky-700);
  font-weight: 700;
}

/* --- FAQ: <details>/<summary>, no JS ------------------------------------- */
.faq-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--sky-900);
  cursor: pointer;
  list-style: none;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q span:last-child {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-q span:last-child {
  transform: rotate(45deg);
}
.faq-a {
  display: block; /* base stylesheet hid this for the old JS accordion */
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.faq-a a {
  color: var(--sky-700);
  text-decoration: underline;
}

/* --- Footer contact block ------------------------------------------------ */
.footer-contact {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  font-size: 0.875rem;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dce8f4;
  font-weight: 700;
}
.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-hours {
  color: #8fa6bd;
}

/* --- Contact page channels ---------------------------------------------- */
.contact-channels {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.channel {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fbfdff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.channel:hover {
  border-color: rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}
.channel-icon {
  flex: 0 0 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.125rem;
  background: linear-gradient(145deg, var(--sky-500), var(--sky-800));
}
.channel-icon-wa {
  background: linear-gradient(145deg, #4fd6a0, #0f9f6e);
}
.channel strong {
  display: block;
  color: var(--sky-900);
  font-size: 0.9375rem;
}
.channel small {
  display: block;
  color: var(--muted);
  font-size: 0.8125rem;
}
.contact-address {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--muted);
}
.contact-address strong {
  color: var(--sky-900);
}
.contact-assurance {
  margin-top: 22px;
}

/* --- Form: labels, errors, fallback ------------------------------------- */
.form-intro {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 6px 0 18px;
}
.fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.fieldset legend {
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #3f5670;
  margin-bottom: 7px;
}
.req {
  color: #bd4141;
}
.field-error {
  margin: 0;
  color: #a3312f;
  font-weight: 700;
}
.field-help {
  margin: 0;
  color: var(--muted);
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #d38a8a;
  background: #fffafa;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4a5f74;
}
.consent a {
  color: var(--sky-700);
  text-decoration: underline;
}
.btn-submit {
  width: 100%;
}
.form-status {
  font-size: 0.875rem;
  font-weight: 700;
  display: none;
}
.form-status.is-visible {
  display: block;
}
.form-fallback {
  margin-top: 4px;
  padding: 16px;
  border-radius: 16px;
  background: #fff6f6;
  border: 1px solid #f0d3d3;
  font-size: 0.875rem;
  color: #7c4141;
}
.form-fallback p {
  margin: 0 0 12px;
}
.fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* --- Blog ---------------------------------------------------------------- */
.blog-card h2 {
  font-size: 1.125rem;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.blog-card h2 a:hover {
  color: var(--sky-700);
  text-decoration: underline;
}
.blog-meta {
  color: var(--muted);
  margin: 12px 0 0;
}
.post-meta {
  color: var(--muted);
  margin-top: 14px;
}
.content-prose a {
  color: var(--sky-700);
  text-decoration: underline;
}
.content-prose h2 {
  scroll-margin-top: 100px;
}

/* --- Utility classes replacing inline style="" -------------------------- */
.u-center-actions {
  justify-content: center;
}
.u-mt-16 {
  margin-top: 16px;
}
.u-mb-8 {
  margin: 0 0 8px;
}
.h2-compact {
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin: 14px 0 10px;
}
.eyebrow-on-dark {
  color: #dcecff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-on-dark {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-outline-on-dark:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* --- Performance: drop the ambient layer on small screens ---------------
   Six fixed, blurred, animated gradients are cheap on a laptop and not on a
   3GB Android, which is what most of this audience is browsing on. */
@media (max-width: 900px), (prefers-reduced-data: reduce) {
  .ambient-bubbles {
    display: none;
  }
  .site-header {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.97);
  }
  .product-preview {
    backdrop-filter: none;
    transform: none;
    animation: none;
  }
}

/* The hero is the LCP element; animating it from opacity 0 delays the largest
   paint. Fade the supporting content instead and leave the heading alone. */
.hero-grid > div:first-child,
.page-hero .container {
  animation: none;
}
.hero-grid > div:first-child > *:not(h1),
.page-hero .container > *:not(h1) {
  animation: heroEnter 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@media (max-width: 680px) {
  .nav-call-text {
    display: none;
  }
  .footer-heading {
    font-size: 0.875rem;
  }
}

/* --- Mock dashboard chart: heights were inline style="" attributes -------- */
.preview-chart span:nth-child(1) { height: 34%; }
.preview-chart span:nth-child(2) { height: 58%; }
.preview-chart span:nth-child(3) { height: 45%; }
.preview-chart span:nth-child(4) { height: 75%; }
.preview-chart span:nth-child(5) { height: 63%; }
.preview-chart span:nth-child(6) { height: 88%; }
.preview-chart span:nth-child(7) { height: 70%; }

.u-m-0 { margin: 0; }
.u-minh-0 { min-height: 0; }

/* --- Other responsive fixes ---------------------------------------------- */
.h2-compact {
  font-size: clamp(1.5rem, 4.5vw, 2rem);
}
@media (max-width: 460px) {
  .metric-grid,
  .checkbox-grid,
  .fallback-actions {
    grid-template-columns: 1fr;
  }
  .fallback-actions {
    display: grid;
  }
  .id-profile {
    grid-template-columns: 56px 1fr;
  }
  .qr-box {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }
  .channel {
    padding: 12px;
    gap: 10px;
  }
  .channel-icon {
    flex-basis: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .cta-box {
    padding: 30px 18px;
    border-radius: 22px;
  }
  .contact-card {
    padding: 18px;
  }
}

/* Long tokens (emails, endpoints) must not push the layout sideways. */
.content-prose,
.contact-card,
.integration-note,
.footer-contact {
  overflow-wrap: break-word;
}
.integration-note code {
  word-break: break-all;
}

/* --- Proof band ---------------------------------------------------------- */
.proof-band {
  padding: 34px 0;
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  border-top: 1px solid #e6eef7;
  border-bottom: 1px solid #e6eef7;
}
.proof-head {
  text-align: center;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.proof-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(21, 70, 113, 0.05);
}
.proof-item b {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--sky-800);
  line-height: 1.1;
}
.proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- "At a glance" fact block (quotable by AI answer engines) ------------ */
.glance {
  margin: 30px 0;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.glance h2 {
  font-size: 1.25rem;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.glance dl {
  display: grid;
  gap: 12px;
  margin: 0;
}
.glance div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
}
.glance dt {
  font-weight: 800;
  color: var(--sky-800);
  font-size: 0.875rem;
}
.glance dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}
@media (max-width: 640px) {
  .glance div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* --- Sticky header, restored -------------------------------------------------
   The motion layer's `.site-header,main,.footer{position:relative;z-index:2}`
   silently overrode `position:sticky;z-index:50` from the base layer, so the
   header never actually stuck on scroll. Same specificity, later rule won.
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
