body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f8fafc;color:#0f172a}
.container{width:min(100% - 32px,1120px);margin:auto}

.header{background:#fff;border-bottom:1px solid #e5e7eb}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:15px 0}
.brand-title{font-size:24px;font-weight:800}
.brand-subtitle{font-size:13px;color:#64748b}
.btn-phone{background:#ea580c;color:#fff;padding:12px 18px;border-radius:999px;font-weight:800;text-decoration:none;white-space:nowrap}

.hero{padding:64px 0;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%)}
.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:start}

.hero-card{background:#fff;padding:38px;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.10);border:1px solid #e2e8f0}
.eyebrow{display:inline-block;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase}
h1{font-size:44px;line-height:1.08;margin:18px 0;letter-spacing:-1.2px}
.subtitle{font-size:18px;color:#475569;margin:0 0 24px}

.benefit{background:#f8fafc;border:1px solid #e2e8f0;padding:14px 16px;margin:10px 0;border-radius:14px;font-weight:700}
.hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.btn-primary,.btn-secondary{padding:15px;border-radius:14px;text-align:center;font-weight:800;text-decoration:none}
.btn-primary{background:#ea580c;color:#fff;box-shadow:0 14px 28px rgba(234,88,12,.22)}
.btn-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}

.trust-badges{margin-top:22px;display:grid;grid-template-columns:1fr;gap:10px}
.trust-badges div{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;font-weight:700;color:#334155}

.form-card{background:#fff;padding:24px;border-radius:24px;box-shadow:0 30px 70px rgba(15,23,42,.12);border:1px solid #e2e8f0}
.form-badge{display:inline-block;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:7px 12px;font-weight:800;margin-bottom:10px}
.form-trust{font-size:14px;color:#334155;margin-bottom:12px}

.reviews,.steps{padding:70px 0;background:#fff}
.why{padding:70px 0;background:#f1f5f9}
.reviews h2,.steps h2,.why h2{text-align:center;font-size:34px;margin:0 0 34px}
.reviews-grid,.steps-grid,.why-grid{display:grid;gap:20px}
.reviews-grid{grid-template-columns:repeat(3,1fr)}
.steps-grid,.why-grid{grid-template-columns:repeat(4,1fr)}
.review,.step,.why-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.review{background:#f8fafc}
.review strong{display:block;margin-top:14px;color:#ea580c}
.step,.why-item{text-align:center;font-weight:700}

.footer{text-align:center;padding:24px;background:#0f172a;color:#fff}

.whatsapp-float{position:fixed;right:15px;bottom:80px;background:#25D366;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:25px;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:9999}
.call-mobile{display:none}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  h1{font-size:34px;text-align:center}
  .eyebrow{display:block;text-align:center}
  .subtitle{text-align:center}
  .hero-buttons{grid-template-columns:1fr}
  .reviews-grid,.steps-grid,.why-grid{grid-template-columns:1fr}
  .call-mobile{display:block;position:fixed;bottom:0;left:0;right:0;background:#ea580c;color:#fff;text-align:center;padding:15px;font-weight:bold;text-decoration:none;z-index:9999}
}