
:root{color-scheme:light;}
html{scroll-behavior:smooth;}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;padding:.9rem 1.25rem;font-weight:700;transition:all .2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:#1E40AF;color:#fff}
.btn-primary:hover{background:#1D4ED8}
.btn-accent{background:#F97316;color:#fff}
.btn-accent:hover{background:#EA580C}
.btn-light{background:#fff;color:#1E40AF}
.btn-light:hover{background:#EFF6FF}
.content-wrap{max-width:7rem}
.content-section{margin-top:3rem;border:1px solid #E5E7EB;background:#fff;border-radius:1.5rem;padding:1.75rem;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.content-section h2{font-size:1.75rem;line-height:1.2;font-weight:800;color:#0F172A}
.content-section h3{font-size:1.1rem;font-weight:700;color:#0F172A}
.content-section p{margin-top:1rem;line-height:1.9;color:#475569}
.featured-snippet-block{margin:1.5rem 0;border:1px solid rgba(30,64,175,.15);background:linear-gradient(180deg,rgba(30,64,175,.08),rgba(59,130,246,.04));padding:1.1rem 1.2rem;border-radius:1.25rem;color:#1E293B;line-height:1.8}
.answer-capsule{margin-top:1rem;border-left:4px solid #F97316;padding-left:1rem;font-weight:700;color:#0F172A}
.qa-block{margin-top:1rem;border:1px solid #E5E7EB;border-radius:1rem;padding:1rem;background:#fff}
.qa-block p{margin-top:.5rem}
.feature-list{margin-top:1rem;display:grid;gap:.75rem}
.feature-list li{display:flex;gap:.75rem;align-items:flex-start;border:1px solid #E5E7EB;border-radius:1rem;padding:1rem;background:#F8FAFC}
.feature-list li::before{content:"✓";display:inline-flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:9999px;background:#DBEAFE;color:#1E40AF;font-weight:700;flex:none}
.price-table{width:100%;border-collapse:collapse}
.price-table th,.price-table td{padding:1rem;text-align:left;border-bottom:1px solid #E5E7EB}
.price-table thead th{background:#EFF6FF;color:#0F172A;font-size:.95rem}
.price-table tbody tr:hover td{background:#F8FAFC}
.price-table-wrap{margin-top:1.25rem}
.form-input{width:100%;border:1px solid #CBD5E1;border-radius:1rem;padding:.95rem 1rem;color:#0F172A;background:#fff}
.form-input:focus{outline:none;border-color:#3B82F6;box-shadow:0 0 0 4px rgba(59,130,246,.12)}
.faq-list{margin-top:1.5rem;display:grid;gap:1rem}
.faq-item{border:1px solid #E5E7EB;border-radius:1rem;background:#fff;padding:0 1rem}
.faq-item summary{cursor:pointer;list-style:none;padding:1rem 0;font-weight:700;color:#0F172A}
.faq-item p{margin:0;padding:0 0 1rem 0}
.faq-item summary::-webkit-details-marker{display:none}
.author-box{display:flex;gap:1rem;margin-top:2rem;border:1px solid #E5E7EB;background:#fff;border-radius:1.5rem;padding:1.25rem;align-items:flex-start}
.author-avatar{height:3rem;width:3rem;border-radius:9999px;background:#1E40AF;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.metric-card{border:1px solid #E5E7EB;background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.mobile-cta-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:1.2fr .8fr;gap:.75rem;padding:.85rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-top:1px solid #E5E7EB}
.mobile-cta-bar a{display:flex;justify-content:center;align-items:center;border-radius:9999px;padding:1rem 1rem;font-weight:700}
.mobile-cta-call{background:#F97316;color:#fff}
.mobile-cta-wa{background:#1E40AF;color:#fff}
.hero-grid-card{border:1px solid #E5E7EB;background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.inline-link{color:#1E40AF;font-weight:600}
.inline-link:hover{text-decoration:underline}
@media (max-width:1023px){
  body{padding-bottom:5.7rem}
}
