
:root{
  --blue:#0a57d5;
  --blue-dark:#073a91;
  --ink:#12213f;
  --muted:#66738a;
  --soft:#f4f8ff;
  --line:#dce7f7;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}
img{max-width:100%;display:block}
a{text-decoration:none}
.topbar{background:var(--blue-dark);color:#fff;padding:8px 0;font-size:14px}
.navbar{background:#fff!important;box-shadow:0 3px 20px rgba(27,60,120,.08)}
.navbar-brand{font-weight:800;font-size:26px;color:var(--blue)!important}
.nav-link{font-weight:600;color:#263653!important;margin:0 5px}
.nav-link:hover,.nav-link.active{color:var(--blue)!important}
.btn-main{background:var(--blue);color:#fff;border-radius:999px;padding:13px 24px;font-weight:700;border:2px solid var(--blue)}
.btn-main:hover{background:var(--blue-dark);color:#fff;border-color:var(--blue-dark)}
.btn-outline-main{border:2px solid var(--blue);color:var(--blue);border-radius:999px;padding:12px 22px;font-weight:700}
.btn-outline-main:hover{background:var(--blue);color:#fff}
.hero{background:#fff;padding:105px 0 85px;overflow:hidden}
.hero h1{font-size:clamp(48px,6vw,86px);line-height:1.03;color:var(--blue);font-weight:800;letter-spacing:-2px}
.hero p{font-size:20px;color:var(--muted);max-width:700px}
.hero-visual{position:relative}
.hero-visual:before{content:"";position:absolute;inset:-30px;border-radius:40px;background:linear-gradient(135deg,#edf5ff,#fff);z-index:-1}
.section{padding:90px 0}
.section-soft{background:var(--soft)}
.kicker{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--blue);font-weight:800}
.section-title{font-size:clamp(34px,4vw,54px);line-height:1.1;font-weight:800;color:#10234b}
.section-text{font-size:18px;color:var(--muted)}
.card-premium{height:100%;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 15px 45px rgba(15,62,133,.07);transition:.35s}
.card-premium:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(15,62,133,.12)}
.icon-circle{width:62px;height:62px;border-radius:18px;background:#e9f2ff;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:26px;margin-bottom:20px}
.stat{padding:22px;border-left:3px solid var(--blue)}
.stat strong{display:block;font-size:40px;color:var(--blue);line-height:1}
.process-step{position:relative;padding:28px 25px 28px 78px;background:#fff;border-radius:18px;border:1px solid var(--line);margin-bottom:18px}
.step-number{position:absolute;left:20px;top:22px;width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.badge-soft{display:inline-block;background:#e9f2ff;color:var(--blue);font-weight:700;padding:8px 14px;border-radius:999px;margin:4px}
.testimonial{background:#fff;border-radius:22px;border:1px solid var(--line);padding:28px;height:100%}
.quote{font-size:42px;color:#aac9f7;line-height:1}
.price-card{border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff;height:100%;position:relative}
.price-card.featured{border:2px solid var(--blue);transform:scale(1.02);box-shadow:0 20px 55px rgba(10,87,213,.15)}
.price{font-size:48px;font-weight:800;color:var(--blue)}
.faq .accordion-button{font-weight:700;color:#17305f;background:#fff}
.faq .accordion-button:not(.collapsed){color:var(--blue);background:#eef5ff}
.cta{background:linear-gradient(135deg,#0a57d5,#073a91);color:#fff;border-radius:30px;padding:60px}
.footer{background:#071a3a;color:#c8d3e8;padding:65px 0 25px}
.footer h5{color:#fff}
.footer a{color:#c8d3e8}
.footer a:hover{color:#fff}
.inner-hero{background:#fff;padding:85px 0;border-bottom:1px solid var(--line)}
.inner-hero h1{font-size:clamp(44px,6vw,74px);color:var(--blue);font-weight:800;line-height:1.05}
.form-control,.form-select{padding:14px 15px;border-radius:12px;border:1px solid #cfd9ea}
.table-clean{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(20,60,120,.08)}
.timeline{border-left:3px solid #cbdcf7;padding-left:28px}
.timeline-item{position:relative;margin-bottom:32px}
.timeline-item:before{content:"";position:absolute;left:-39px;top:7px;width:18px;height:18px;border-radius:50%;background:var(--blue);border:4px solid #e6f0ff}
@media(max-width:991px){.hero{padding-top:70px}.hero h1{letter-spacing:-1px}.price-card.featured{transform:none}}
