:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#5f6b7a;
  --line:#e2e8f0;
  --soft:#f8fafc;
  --green:#047857;
  --green-2:#10b981;
  --green-3:#065f46;
  --green-soft:#ecfdf5;
  --dark:#020617;
  --dark-2:#111827;
  --shadow:0 20px 60px rgba(15,23,42,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
.container{width:calc(100% - 64px);max-width:1720px;margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
  border-bottom:1px solid #d1fae5;
}
.header-inner{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 0;gap:20px;
}
.brand{
  font-size:12px;font-weight:800;letter-spacing:.34em;text-transform:uppercase;color:var(--green);
}
.brand-sub{margin-top:6px;font-size:14px;color:var(--muted)}
.desktop-nav{display:flex;align-items:center;gap:28px}
.desktop-nav a{font-size:14px;font-weight:600;color:#475569}
.nav-btn{padding:12px 18px}

.mobile-toggle{
  display:none;background:none;border:0;padding:8px;cursor:pointer
}
.mobile-toggle span{
  display:block;width:24px;height:2px;background:#0f172a;margin:5px 0;border-radius:2px
}
.mobile-nav{
  display:none;padding:0 32px 18px;border-top:1px solid #ecfdf5;background:#fff
}
.mobile-nav a{
  display:block;padding:12px 0;font-size:15px;font-weight:600;color:#334155;border-bottom:1px solid #f1f5f9
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 22px;border-radius:18px;font-weight:700;font-size:14px;
  transition:.2s ease; border:1px solid transparent;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(4,120,87,.22)}
.btn-dark{background:var(--dark);color:#fff}
.btn-outline{background:#fff;border-color:#a7f3d0;color:var(--green)}

.hero{
  position:relative;overflow:hidden;width:100%;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at top left, rgba(16,185,129,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(5,150,105,.14), transparent 36%);
}
.hero-grid{
  position:relative;
  display:grid;grid-template-columns:1.08fr .92fr;gap:64px;
  padding:88px 0 104px;
  width:100%;
}
.eyebrow,.section-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  border:1px solid #bbf7d0;background:var(--green-soft);
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:#065f46;
}
.hero h1{
  margin:28px 0 0;font-size:72px;line-height:.96;letter-spacing:-.045em;
  max-width:1000px;
}
.lead{
  margin:28px 0 0;max-width:880px;font-size:20px;line-height:1.75;color:var(--muted);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}
.highlight-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:36px;
}
.highlight-card{
  display:flex;align-items:center;gap:14px;
  padding:16px;border:1px solid #d1fae5;border-radius:22px;background:rgba(255,255,255,.82);
  box-shadow:0 8px 24px rgba(15,23,42,.04)
}
.icon-wrap{
  width:44px;height:44px;border-radius:16px;background:#d1fae5;
  display:flex;align-items:center;justify-content:center;flex:0 0 44px;color:var(--green)
}
.highlight-card span:last-child{font-size:14px;font-weight:600;color:#334155}
.trust-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-points span{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);
  border-radius:999px;background:#fff;font-size:12px;font-weight:700;color:#475569;
  box-shadow:0 8px 20px rgba(15,23,42,.03)
}
.trust-points .i{color:var(--green)}

.hero-panel{
  position:relative;
}
.hero-panel::before{
  content:"";position:absolute;inset:-16px;border-radius:40px;
  background:linear-gradient(135deg, rgba(167,243,208,.45), transparent, rgba(209,250,229,.55));
  filter:blur(18px);
}
.panel-badge{
  position:absolute;right:20px;top:20px;z-index:2;
  padding:8px 12px;border:1px solid #d1fae5;border-radius:999px;background:rgba(255,255,255,.9);
  font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--green);
  box-shadow:0 8px 20px rgba(15,23,42,.06);
  display:inline-flex;align-items:center;gap:8px;
}
.panel-main{
  position:relative;border:1px solid #d1fae5;border-radius:32px;background:#fff;padding:24px;
  box-shadow:0 30px 90px rgba(15,23,42,.10)
}
.panel-head{
  display:flex;justify-content:space-between;gap:20px;align-items:flex-start;
  padding-bottom:16px;border-bottom:1px solid #f1f5f9;
}
.panel-title{font-size:14px;font-weight:700;color:#065f46}
.panel-sub{margin-top:6px;font-size:14px;color:var(--muted)}
.panel-chip{
  padding:8px 12px;border-radius:999px;border:1px solid #bbf7d0;background:#fff;
  font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--green)
}
.panel-card{
  margin-top:16px;padding:16px;border:1px solid #d1fae5;border-radius:22px;background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.04)
}
.panel-card.muted{border-color:#e2e8f0;background:#f8fafc}
.panel-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.mini-label{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--green)}
.mini-label.muted-label{color:#64748b}
.mini-label.success{color:#86efac}
.mini-title{margin-top:8px;font-size:14px;font-weight:700}
.panel-card p,.panel-result p{margin:10px 0 0;font-size:14px;line-height:1.7;color:var(--muted)}
.mini-chip{
  padding:8px 12px;border-radius:14px;background:#d1fae5;font-size:12px;font-weight:700;color:var(--green)
}
.panel-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.panel-result{
  margin-top:16px;padding:20px;border:1px solid #0f172a;border-radius:22px;background:var(--dark);color:#fff;
  display:flex;justify-content:space-between;gap:20px;align-items:flex-start;
  box-shadow:0 20px 50px rgba(15,23,42,.18)
}
.result-title{color:#fff}
.panel-result p{color:#cbd5e1}
.result-icon{
  width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;color:#86efac
}
.stats-grid{
  margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px
}
.stat-card{
  padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff
}
.stat-big{font-size:32px;font-weight:700}
.stat-small{margin-top:8px;font-size:14px;color:var(--muted)}

.section{padding:104px 0;width:100%}
.section-muted{background:var(--soft);border-top:1px solid var(--line)}
.section-dark{background:var(--dark);color:#fff;border-top:1px solid var(--line)}
.section-copy{max-width:900px}
.section-eyebrow{padding:0;background:none;border:none}
.section-eyebrow.light{color:#86efac}
.section-eyebrow.green{color:#065f46}
.section h2{margin:16px 0 0;font-size:56px;line-height:1.02;letter-spacing:-.03em}
.section p{margin:22px 0 0;font-size:19px;line-height:1.8;color:var(--muted)}
.section-dark p,.section-dark h2{color:#fff}

.feature-grid,.process-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:56px
}
.feature-card,.process-card{
  padding:24px;border:1px solid var(--line);border-radius:28px;background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.04)
}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.08)}
.feature-icon{
  width:48px;height:48px;border-radius:18px;background:#d1fae5;color:var(--green);
  display:flex;align-items:center;justify-content:center
}
.feature-card h3,.process-card h3{margin:20px 0 0;font-size:20px}
.feature-card p,.process-card p{margin-top:16px;font-size:15px;line-height:1.8;color:var(--muted)}

.two-col{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:start}
.standards-list,.stack-list{display:grid;gap:20px}
.standard-card{
  padding:24px;border:1px solid #d1fae5;border-radius:28px;background:rgba(236,253,245,.6)
}
.standard-card p{margin-top:14px;font-size:15px;line-height:1.8;color:#334155}
.dark-card{
  padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.05);
  font-size:15px;line-height:1.8;color:#e2e8f0
}
.benefit-card{
  padding:18px;border:1px solid rgba(16,185,129,.2);border-radius:22px;background:rgba(16,185,129,.1);
  font-size:15px;line-height:1.8;color:#ecfdf5
}

.pricing-grid{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;margin-top:56px
}
.price-card{
  position:relative;padding:24px;border:1px solid var(--line);border-radius:30px;background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.04)
}
.price-card.featured{
  background:var(--dark);color:#fff;border-color:#6ee7b7;box-shadow:0 24px 60px rgba(2,44,34,.28)
}
.price-badge{
  position:absolute;top:-12px;left:24px;padding:6px 12px;border-radius:999px;background:var(--green-2);
  color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.22em
}
.price-icon{
  width:48px;height:48px;border-radius:18px;background:#d1fae5;color:var(--green);
  display:flex;align-items:center;justify-content:center
}
.price-card.featured .price-icon{background:rgba(16,185,129,.15);color:#86efac}
.price-card h3{margin:20px 0 0;font-size:22px}
.price-main{margin-top:20px;font-size:38px;font-weight:700;line-height:1.05}
.price-sub{margin-top:8px;font-size:14px;color:var(--muted)}
.price-card.featured .price-sub{color:#cbd5e1}
.price-card ul{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.price-card li{font-size:15px;line-height:1.6}
.btn-price{margin-top:28px;width:100%;border:1px solid var(--line);background:#fff;color:var(--text)}
.featured-btn{background:var(--green-2);border-color:transparent;color:#fff}

.step{
  font-size:13px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--green)
}
.contact-box{text-align:center;max-width:1180px}
.hero-actions.center{justify-content:center}
.contact-note{
  display:inline-flex;margin-top:24px;padding:10px 14px;border-radius:999px;border:1px solid #d1fae5;background:var(--green-soft);
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:#065f46
}

.site-footer{background:var(--dark);color:#fff;border-top:1px solid var(--line);padding-top:64px;width:100%}
.footer-grid{
  display:grid;grid-template-columns:1.3fr .7fr .7fr .7fr;gap:48px
}
.footer-brand{color:#86efac}
.site-footer h3{margin:16px 0 0;font-size:30px;line-height:1.15}
.site-footer p{margin-top:16px;font-size:15px;line-height:1.8;color:#94a3b8}
.footer-pill{
  display:inline-flex;margin-top:24px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:#cbd5e1
}
.footer-title{font-size:15px;font-weight:700;margin-bottom:16px}
.site-footer a{display:block;margin-top:12px;font-size:15px;color:#94a3b8}
.site-footer a:hover{color:#86efac}
.footer-bottom{
  margin-top:48px;padding:24px 0 28px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;justify-content:space-between;gap:20px;color:#64748b;font-size:14px
}

/* professional inline icons */
.i{
  display:inline-block;
  width:18px;height:18px;
  position:relative;flex:0 0 18px;
}
.i::before,.i::after{content:"";position:absolute;box-sizing:border-box}
.i-sparkles::before{left:8px;top:1px;width:2px;height:16px;background:currentColor;border-radius:2px}
.i-sparkles::after{left:1px;top:8px;width:16px;height:2px;background:currentColor;border-radius:2px}
.i-file::before{inset:1px 3px 1px 3px;border:2px solid currentColor;border-radius:4px}
.i-file::after{right:4px;top:4px;width:6px;height:2px;background:currentColor;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor;border-radius:2px}
.i-badge::before{inset:2px;border:2px solid currentColor;border-radius:50%}
.i-badge::after{left:7px;top:7px;width:4px;height:4px;background:currentColor;border-radius:50%}
.i-receipt::before{inset:1px 3px;border:2px solid currentColor;border-radius:3px}
.i-receipt::after{left:6px;top:5px;width:6px;height:2px;background:currentColor;box-shadow:0 4px 0 currentColor,0 8px 0 currentColor}
.i-build::before{left:2px;right:2px;bottom:2px;height:6px;border:2px solid currentColor;border-top:none}
.i-build::after{left:5px;top:2px;width:8px;height:8px;border:2px solid currentColor;border-bottom:none}
.i-check::before{left:3px;top:8px;width:5px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:2px}
.i-check::after{left:7px;top:7px;width:9px;height:2px;background:currentColor;transform:rotate(-45deg);border-radius:2px}
.i-lock::before{left:4px;right:4px;bottom:2px;height:10px;border:2px solid currentColor;border-radius:4px}
.i-lock::after{left:6px;top:1px;width:6px;height:7px;border:2px solid currentColor;border-bottom:none;border-radius:8px 8px 0 0}
.i-layers::before{left:2px;right:2px;top:3px;height:3px;border:2px solid currentColor;border-radius:3px}
.i-layers::after{left:4px;right:4px;bottom:3px;height:3px;border:2px solid currentColor;border-radius:3px}
.i-checkfile::before{inset:1px 3px;border:2px solid currentColor;border-radius:4px}
.i-checkfile::after{left:6px;top:9px;width:8px;height:4px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}
.i-shield::before{left:3px;right:3px;top:2px;bottom:2px;border:2px solid currentColor;border-radius:8px 8px 10px 10px}
.i-wallet::before{left:1px;right:1px;top:4px;bottom:4px;border:2px solid currentColor;border-radius:4px}
.i-wallet::after{right:4px;top:8px;width:4px;height:4px;background:currentColor;border-radius:50%}

.privacy-banner{
  position:fixed;left:24px;right:24px;bottom:24px;z-index:60;
  display:flex;justify-content:space-between;gap:16px;align-items:center;
  padding:14px 16px;border:1px solid #d1fae5;border-radius:18px;background:rgba(255,255,255,.96);
  box-shadow:0 20px 50px rgba(15,23,42,.18)
}
.privacy-banner__text{
  font-size:12px;line-height:1.6;color:#475569
}
.privacy-banner__text a{color:var(--green);font-weight:700}
.privacy-btn{padding:10px 16px;font-size:13px}

.legal-hero{
  padding:80px 0 32px;background:linear-gradient(180deg,#f0fdf4 0%, #fff 100%);
  border-bottom:1px solid #d1fae5
}
.legal-wrap{
  width:calc(100% - 64px);max-width:1100px;margin:0 auto;padding:48px 0 96px
}
.legal-wrap h1{font-size:54px;line-height:1.02;letter-spacing:-.03em;margin:0}
.legal-wrap p{font-size:18px;line-height:1.8;color:var(--muted)}
.legal-card{
  margin-top:24px;padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff
}
.legal-card h2{font-size:24px;margin:0 0 16px}
.legal-card p,.legal-card li{font-size:16px;line-height:1.8;color:#334155}
.legal-card ul{padding-left:20px}

@media (max-width:1400px){
  .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .feature-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero h1{font-size:62px}
  .section h2{font-size:48px}
}

@media (max-width:1100px){
  .container{width:calc(100% - 40px)}
  .desktop-nav{display:none}
  .mobile-toggle{display:block}
  body.nav-open .mobile-nav{display:block}
  .hero-grid,.two-col,.footer-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero h1{font-size:52px}
  .section h2{font-size:42px}
}

@media (max-width:780px){
  .container,.legal-wrap{width:calc(100% - 24px)}
  .hero-grid,.section{padding-top:64px;padding-bottom:64px}
  .highlight-grid,.panel-grid-2,.stats-grid,.feature-grid,.process-grid,.pricing-grid,.footer-grid{grid-template-columns:1fr}
  .panel-row,.panel-head,.footer-bottom,.privacy-banner{flex-direction:column;align-items:flex-start}
  .panel-chip,.mini-chip{align-self:flex-start}
  .hero h1{font-size:40px}
  .section h2,.legal-wrap h1{font-size:34px}
  .lead{font-size:18px}
  .btn{width:100%}
  .hero-actions{flex-direction:column}
  .trust-points{flex-direction:column}
  .trust-points span,.contact-note{width:100%}
  .privacy-banner{left:12px;right:12px;bottom:12px}
}


.legal-note{
  margin-top:20px;padding:14px 16px;border:1px solid #bbf7d0;border-radius:18px;background:#f0fdf4;
  font-size:13px;line-height:1.7;font-weight:700;color:#065f46
}
.legal-grid{display:grid;gap:14px}
.legal-data-row{
  display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:16px;padding:14px 0;border-top:1px solid #e2e8f0
}
.legal-data-row:first-child{border-top:none;padding-top:0}
.data-label{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#10b981}
.data-value{font-size:16px;line-height:1.8;color:#334155}
.legal-card a{color:#047857;font-weight:700}
.legal-card strong{color:#0f172a}
@media (max-width:780px){
  .legal-data-row{grid-template-columns:1fr;gap:6px}
}
