/* demo-site-seguros.css — clone estrutural do mockup "ShieldGuard" */
:root{
  --blue:#1e9be0;
  --blue-deep:#0f7cc0;
  --navy:#0d2c52;
  --navy-deep:#081c37;
  --ink:#1c2733;
  --muted:#5b6b7d;
  --bg-alt:#f4f8fc;
  --border:#e2e8f0;
  --white:#fff;
}
*{box-sizing:border-box;}
body{margin:0;font-family:'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--white);}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
.container{max-width:1180px;margin:0 auto;padding:0 24px;}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--border);}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1180px;margin:0 auto;}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:var(--navy);}
.brand svg{width:30px;height:30px;color:var(--blue);}
.nav-main{display:flex;gap:26px;}
.nav-main a{font-size:.85rem;font-weight:700;color:var(--ink);}
.nav-main a.active{color:var(--blue);border-bottom:2px solid var(--blue);padding-bottom:4px;}
.header-actions{display:flex;align-items:center;gap:18px;}
.btn-header{background:var(--blue);color:#fff;padding:11px 22px;border-radius:6px;font-weight:700;font-size:.82rem;white-space:nowrap;}
.link-login{font-size:.85rem;font-weight:700;color:var(--ink);}

/* hero */
.hero-seg{position:relative;background:var(--navy);min-height:460px;display:flex;align-items:center;overflow:hidden;}
.hero-seg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9;}
.hero-seg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,44,82,.92) 30%,rgba(13,44,82,.15) 75%);}
.hero-seg-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:70px 24px;width:100%;}
.hero-seg-inner h1{font-size:2.7rem;line-height:1.15;color:#fff;font-weight:800;margin:0 0 18px;max-width:560px;}
.hero-seg-inner p{font-size:1rem;color:#d3e2f0;max-width:480px;margin:0 0 26px;}
.hero-seg-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.btn-blue{background:var(--blue);color:#fff;padding:13px 26px;border-radius:6px;font-weight:700;font-size:.85rem;}
.btn-outline-navy{border:2px solid #fff;color:#fff;padding:11px 26px;border-radius:6px;font-weight:700;font-size:.85rem;}

/* product cards - overlapping hero like reference */
.products-wrap{max-width:1180px;margin:-56px auto 0;padding:0 24px;position:relative;z-index:3;}
.products-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.product-card-seg{background:#fff;border-radius:10px;padding:26px 22px;box-shadow:0 10px 30px rgba(13,44,82,.12);}
.product-card-seg .icon-circle{width:52px;height:52px;border-radius:50%;background:#e6f4fd;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--blue);}
.product-card-seg .icon-circle svg{width:26px;height:26px;}
.product-card-seg h3{font-size:1.02rem;font-weight:800;color:var(--navy);margin:0 0 8px;}
.product-card-seg p{font-size:.85rem;color:var(--muted);line-height:1.5;margin:0 0 14px;min-height:44px;}
.product-card-seg .learn-more{font-size:.8rem;font-weight:700;color:var(--blue);}
@media (max-width:900px){.products-grid-4{grid-template-columns:repeat(2,1fr);}.products-wrap{margin-top:-30px;}}
@media (max-width:560px){.products-grid-4{grid-template-columns:1fr;}}

/* section */
.section{padding:72px 0 56px;}
.section-title{text-align:center;font-size:1.7rem;font-weight:800;color:var(--navy);margin:0 0 40px;}

/* why choose */
.why-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center;}
.why-item-seg .icon-circle{width:66px;height:66px;border-radius:50%;background:#e6f4fd;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--blue);}
.why-item-seg .icon-circle svg{width:30px;height:30px;}
.why-item-seg h3{font-size:.95rem;font-weight:800;color:var(--navy);margin:0 0 8px;}
.why-item-seg p{font-size:.82rem;color:var(--muted);line-height:1.5;margin:0;}
@media (max-width:900px){.why-grid-4{grid-template-columns:repeat(2,1fr);}}

/* testimonials carousel */
.testimonials-seg{background:var(--bg-alt);}
.testimonials-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.testimonial-seg{background:#fff;border-radius:10px;overflow:hidden;border:1px solid var(--border);}
.testimonial-seg img{width:100%;height:190px;object-fit:cover;}
.testimonial-seg-body{padding:18px 20px;}
.testimonial-seg-body p{font-size:.88rem;font-style:italic;color:var(--ink);margin:0 0 12px;}
.testimonial-seg-body h4{font-size:.9rem;font-weight:800;color:var(--navy);margin:0;}
.testimonial-seg-body .loc{font-size:.78rem;color:var(--muted);margin:2px 0 0;}
.dots-row{display:flex;justify-content:center;gap:8px;margin-top:28px;}
.dots-row span{width:8px;height:8px;border-radius:50%;background:#c4d3e2;}
.dots-row span.active{background:var(--blue);}
@media (max-width:900px){.testimonials-grid-3{grid-template-columns:1fr;}}

/* carriers + quote box */
.carriers-quote{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:start;}
.carriers-quote h3{font-size:1.15rem;font-weight:800;color:var(--navy);margin:0 0 20px;}
.carriers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.carrier-logo{border:1px solid var(--border);border-radius:6px;padding:16px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;color:var(--navy);background:#fff;text-align:center;}
.quote-box{background:var(--blue);border-radius:12px;padding:28px;color:#fff;}
.quote-box h3{font-size:1.2rem;font-weight:800;margin:0 0 18px;color:#fff;}
.quote-form{display:flex;flex-direction:column;gap:12px;}
.quote-form .row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.quote-form input,.quote-form select{border:none;border-radius:6px;padding:12px 14px;font-size:.85rem;font-family:inherit;}
.quote-form button{margin-top:4px;background:var(--navy-deep);color:#fff;border:none;padding:13px;border-radius:6px;font-weight:800;font-size:.85rem;cursor:pointer;}
@media (max-width:900px){.carriers-quote{grid-template-columns:1fr;}}

/* footer */
.site-footer{background:var(--navy-deep);color:#c7d5e5;padding:44px 0 24px;}
.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px;}
.footer-brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#fff;font-size:1.05rem;margin-bottom:14px;}
.footer-brand svg{width:24px;height:24px;color:var(--blue);}
.social-icons{display:flex;gap:10px;}
.social-icons a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;}
.social-icons svg{width:15px;height:15px;}
.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;margin:0 0 14px;}
.footer-col a,.footer-col li{display:block;font-size:.85rem;color:#c7d5e5;margin-bottom:10px;}
.footer-bottom{text-align:center;font-size:.78rem;color:#93a5ba;}

/* whatsapp fab shared */
.wa-fab{position:fixed;bottom:22px;right:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:60;}
.wa-fab svg{width:30px;height:30px;color:#fff;}
