*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.55;color:#1a1f2b;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin:0 0 .6em}
h1{font-size:clamp(1.8rem,4vw,2.75rem);line-height:1.15;letter-spacing:-.01em}
h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;letter-spacing:-.01em}
h3{font-size:1.15rem}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:12px;top:12px;background:#0b2545;color:#fff;padding:10px 14px;border-radius:6px;z-index:100}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,252,248,.92);-webkit-backdrop-filter:saturate(1.2) blur(10px);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid #eee}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.logo{display:flex;align-items:center}
.logo img{width:180px;height:auto}
.nav{display:flex;gap:22px;align-items:center}
.nav a{font-size:.95rem;color:#27324a;padding:8px 2px;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}
.nav a:hover,.nav a:focus,.nav a.active{border-color:#ed7d31;color:#ed7d31}
.btn{display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer;font-weight:600;font-size:.95rem;padding:12px 20px;border-radius:999px;transition:transform .1s ease, box-shadow .15s, background .15s;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:#0b2545;color:#fff}
.btn-primary:hover{background:#143a70}
.btn-wa{background:#25d366;color:#073b1f}
.btn-wa:hover{background:#1fbd59}
.btn-ghost{background:#fff;color:#0b2545;border:2px solid #0b2545}
.btn-ghost:hover{background:#0b2545;color:#fff}
.btn svg{width:18px;height:18px}
.nav-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}
.nav-toggle svg{width:28px;height:28px;color:#0b2545}

.hero{padding:72px 0 72px;background:linear-gradient(180deg,#0b2545 0%,#143a70 100%);color:#fff;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;top:-180px;right:-180px;width:560px;height:560px;background:radial-gradient(circle,rgba(237,125,49,.22) 0%,transparent 68%);pointer-events:none}
.hero::after{content:"";position:absolute;bottom:-220px;left:-220px;width:560px;height:560px;background:radial-gradient(circle,rgba(159,183,231,.18) 0%,transparent 70%);pointer-events:none}
.hero .container{position:relative;z-index:1}
.hero h1{color:#fff}
.hero h1 strong,.hero .lead strong{color:#ed7d31}
.hero .eyebrow{background:#ed7d31;color:#fff;border:0}
.hero .lead{color:#c5d3e8}
.hero .trust-inline{color:#a8b8d3}
.hero .trust-inline b{color:#fff}
.hero .trust-inline .sep{color:rgba(255,255,255,.2)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.eyebrow{display:inline-block;background:#0b2545;color:#fff;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:14px}
.hero p.lead{font-size:1.08rem;max-width:560px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.phone-line{margin-top:22px;font-size:.95rem;color:#5a6478}
.phone-line a{color:#0b2545;font-weight:700;border-bottom:1px dashed #0b2545}
.hero-card{background:#fff;border:1px solid #e6eaf2;border-radius:18px;padding:24px;box-shadow:0 18px 50px rgba(0,0,0,.18);position:relative;overflow:hidden}
.hero-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ed7d31 0%,#f5a623 100%)}
.trust{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.stars{color:#f5a623;letter-spacing:2px;font-size:1.15rem;line-height:1}
.trust-text{font-size:.9rem;color:#3b4559}
.trust-text b{color:#0b2545}
.review{padding:12px 0;border-top:1px solid #f0f2f6}
.review:first-of-type{border-top:0}
.review-name{font-weight:600;color:#0b2545;font-size:.9rem}
.review-text{font-size:.88rem;color:#3b4559;margin-top:4px}

section{padding:64px 0}
.section-label{color:#ed7d31;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}
.section-title{max-width:720px;margin:6px 0 36px}

.page-hero{background:linear-gradient(180deg,#0b2545 0%,#143a70 100%);color:#fff;padding:64px 0 56px}
.page-hero .eyebrow{background:#ed7d31;color:#fff}
.page-hero h1{color:#fff;max-width:840px}
.page-hero p{color:#c5d3e8;max-width:740px;font-size:1.05rem}

.prose{max-width:820px;color:#3b4559;font-size:1.05rem}
.prose p{margin:0 0 18px}
.prose h2{color:#0b2545;margin-top:28px}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cards-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid #e6eaf2;border-radius:16px;padding:26px;transition:transform .15s, box-shadow .2s, border-color .15s}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(11,37,69,.08);border-color:#cfd8e8}
.card .num{display:inline-flex;width:36px;height:36px;border-radius:10px;background:#0b2545;color:#fff;font-weight:700;align-items:center;justify-content:center;margin-bottom:14px}
.card h3{color:#0b2545;margin-bottom:10px}
.card ul{margin:0;padding-left:18px;color:#3b4559;font-size:.95rem}
.card ul li{margin:6px 0}
.card p{color:#3b4559;font-size:.95rem;margin:0 0 10px}
.card .icon{width:44px;height:44px;display:grid;place-items:center;background:#e9f0ff;border-radius:10px;margin-bottom:14px;color:#0b2545}
.card .icon svg{width:22px;height:22px}

.why{background:#0b2545;color:#fff}
.why .section-label{color:#9db7e7}
.why h2{color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px}
.why-item h3{color:#fff}
.why-item p{color:#c5d3e8;font-size:.95rem;margin:0}
.why-icon{width:44px;height:44px;display:grid;place-items:center;background:#143a70;border-radius:10px;margin-bottom:14px}
.why-icon svg{width:22px;height:22px;color:#fff}

.cta-banner{background:linear-gradient(135deg,#0b2545,#143a70);color:#fff;border-radius:22px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.cta-banner h2{color:#fff;margin:0}
.cta-banner p{color:#c5d3e8;margin:8px 0 0;max-width:560px}
.cta-banner .actions{display:flex;gap:12px;flex-wrap:wrap}
.cta-banner .btn-primary{background:#fff;color:#0b2545}
.cta-banner .btn-primary:hover{background:#e9f0ff}

.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
.contact-item{border:1px solid #e6eaf2;border-radius:14px;padding:22px;background:#fffcf8}
.contact-item h3{font-size:1rem;color:#0b2545;margin-bottom:4px}
.contact-item a{color:#0b2545;font-weight:600;border-bottom:1px dashed #0b2545}
.contact-item p{margin:0;color:#3b4559;font-size:.95rem}

.info-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:start}
.address-box{background:#fffcf8;border:1px solid #e6eaf2;border-radius:16px;padding:24px}
.address-box h3{color:#0b2545;margin-bottom:10px}
.address-box p{color:#3b4559;margin:0 0 6px}
.map{border:0;width:100%;height:320px;border-radius:16px;background:#e9eef6}

footer{background:#071a33;color:#cfd8e8;padding:36px 0;font-size:.9rem}
.foot-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center}
footer a:hover{color:#fff}

.wa-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25d366;box-shadow:0 10px 25px rgba(37,211,102,.45);display:grid;place-items:center;z-index:60;transition:transform .15s}
.wa-float:hover{transform:scale(1.06)}
.wa-float svg{width:30px;height:30px;color:#fff}

@media (max-width:860px){
  .nav{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;background:#fffcf8;border-bottom:1px solid #eee;padding:10px 20px}
  .nav.open{display:flex}
  .nav a{padding:12px 0;border-bottom:1px solid #f0f2f6;width:100%}
  .nav a:last-child{border-bottom:0}
  .nav-toggle{display:inline-flex}
  .header-cta{display:none}
  .hero{padding:44px 0}
  .hero-grid,.cards,.cards-2,.why-grid,.contact-grid,.info-grid{grid-template-columns:1fr;gap:18px}
  .cta-banner{grid-template-columns:1fr;padding:28px;text-align:left}
  section,.page-hero{padding:44px 0}
}

/* ===== SALES COMPONENTS ===== */
.trust-inline{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;margin-top:20px;font-size:.9rem;color:#3b4559}
.trust-inline span{display:inline-flex;align-items:center;gap:6px}
.trust-inline .sep{color:#cfd8e8}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:-24px 0 56px;position:relative;z-index:2}
.stat{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:20px;text-align:center;box-shadow:0 8px 28px rgba(11,37,69,.06);transition:transform .2s ease, box-shadow .2s ease}
.stat:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(11,37,69,.12)}
.stat-num,.stat>strong{display:block;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0b2545;line-height:1;letter-spacing:-.02em}
.stat-lbl,.stat>span{display:block;font-size:.85rem;color:#5a6478;margin-top:6px;line-height:1.35}

.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.pain{background:#fff;border:1px solid #f3d9d6;border-left:4px solid #e04a3f;border-radius:12px;padding:22px}
.pain h3{color:#9b2318;font-size:1rem;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.pain h3::before{content:"✕";width:22px;height:22px;background:#e04a3f;color:#fff;border-radius:50%;display:inline-grid;place-items:center;font-size:.85rem;flex-shrink:0}
.pain p{color:#3b4559;font-size:.95rem;margin:0}
.pain-bridge{margin-top:30px;padding:22px;background:#fff;border:1px solid #e6eaf2;border-radius:12px;text-align:center;color:#0b2545;font-weight:600;font-size:1.1rem}

.process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px;position:relative}
.process-step{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:22px;position:relative}
.process-step .step-num{display:inline-grid;place-items:center;width:36px;height:36px;background:#0b2545;color:#fff;border-radius:50%;font-weight:700;margin-bottom:12px}
.process-step h3{color:#0b2545;font-size:1.05rem;margin-bottom:6px}
.process-step p{color:#3b4559;font-size:.92rem;margin:0}

.compare{margin-top:28px;overflow-x:auto}
.compare table{width:100%;border-collapse:collapse;min-width:640px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(11,37,69,.06)}
.compare th,.compare td{padding:16px;text-align:left;border-bottom:1px solid #eef1f6;font-size:.95rem;vertical-align:top}
.compare thead{background:#f7f9fc}
.compare th{color:#0b2545;font-weight:700;font-size:.9rem;letter-spacing:.02em;text-transform:uppercase}
.compare th.col-us{background:#0b2545;color:#fff}
.compare tbody tr:last-child td{border-bottom:0}
.compare .row-label{color:#5a6478;font-weight:600}
.compare .yes{color:#0b8f5a;font-weight:600}
.compare .yes::before{content:"✓ ";font-weight:700}
.compare .no{color:#9b2318}
.compare .no::before{content:"✕ ";font-weight:700}

.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.review-card{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease, box-shadow .2s ease}
.review-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(11,37,69,.08)}
.review-card .r-stars{color:#f5a623;letter-spacing:2px;font-size:1.05rem;line-height:1}
.review-card .r-text{color:#27324a;font-size:.95rem;margin:0;flex:1}
.review-card .r-author{display:flex;align-items:center;gap:10px;margin-top:4px;padding-top:12px;border-top:1px solid #f0f2f6}
.review-card .r-avatar{width:36px;height:36px;border-radius:50%;background:#0b2545;color:#fff;display:grid;place-items:center;font-size:.85rem;font-weight:700}
.review-card .r-name{font-size:.92rem;color:#0b2545;font-weight:600;line-height:1.2}
.review-card .r-meta{font-size:.78rem;color:#7a8497}

.featured-review{background:linear-gradient(135deg,#0b2545,#143a70);color:#fff;border-radius:20px;padding:44px;margin-top:32px;position:relative}
.featured-review::before{content:"“";position:absolute;top:4px;left:26px;font-size:7rem;line-height:1;color:rgba(255,255,255,.12);font-family:Georgia,serif}
.featured-review p{font-size:1.3rem;line-height:1.45;color:#fff;position:relative;max-width:820px;margin:0 0 18px;font-weight:500}
.featured-review cite{font-style:normal;color:#c5d3e8;font-size:.95rem}
.featured-review cite strong{color:#fff;display:block;font-size:1rem;margin-bottom:2px}

.faq{margin-top:24px;max-width:820px}
.faq details{background:#fff;border:1px solid #e6eaf2;border-radius:12px;margin-bottom:10px;overflow:hidden}
.faq details[open]{border-color:#0b2545;box-shadow:0 8px 24px rgba(11,37,69,.06)}
.faq summary{padding:18px 22px;cursor:pointer;font-weight:600;color:#0b2545;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:#0b2545;line-height:1;flex-shrink:0;transition:transform .2s}
.faq details[open] summary::after{content:"−"}
.faq .faq-body{padding:0 22px 22px;color:#3b4559;font-size:.97rem;line-height:1.6}

.service-rich{background:#fff;border:1px solid #e6eaf2;border-radius:16px;padding:28px}
.service-rich h3{color:#0b2545;font-size:1.25rem;margin-bottom:8px}
.service-rich .tag{display:inline-block;background:#e9f0ff;color:#0b2545;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;margin-bottom:12px}
.service-rich p{color:#3b4559;font-size:.96rem;margin:0 0 14px}
.service-rich .includes{margin:0 0 18px;padding:0;list-style:none}
.service-rich .includes li{padding:8px 0 8px 28px;color:#27324a;font-size:.94rem;position:relative;border-top:1px solid #f0f2f6}
.service-rich .includes li:first-child{border-top:0}
.service-rich .includes li::before{content:"✓";position:absolute;left:0;top:8px;width:20px;height:20px;background:#0b8f5a;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:700}

.guarantee{background:#fffcf8;border:2px dashed #d8b87a;border-radius:14px;padding:22px;display:flex;gap:16px;align-items:flex-start;margin-top:28px}
.guarantee svg{width:44px;height:44px;color:#a07016;flex-shrink:0}
.guarantee h3{color:#5f4310;margin-bottom:4px;font-size:1.05rem}
.guarantee p{color:#6b5220;margin:0;font-size:.95rem}

.cities{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.cities span{background:#e9f0ff;color:#0b2545;font-size:.85rem;padding:6px 12px;border-radius:999px}

@media (max-width:860px){
  .stats{grid-template-columns:repeat(2,1fr);margin-top:-16px}
  .pain-grid,.process,.reviews-grid{grid-template-columns:1fr}
  .featured-review{padding:28px}
  .featured-review p{font-size:1.1rem}
  .guarantee{flex-direction:column}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important;scroll-behavior:auto!important}
}
