:root {
  --navy:#08275f;
  --blue:#0b46c7;
  --blue-2:#1d63ee;
  --teal:#6f9fca;
  --teal-2:#c7dceb;
  --ink:#102349;
  --muted:#5d6b84;
  --line:#dfe8f5;
  --soft:#f3f8ff;
  --white:#fff;
  --shadow:0 18px 50px rgba(13,55,126,.11);
  --radius:22px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:var(--container);margin-inline:auto}
.section{padding:42px 0}
.section-heading{text-align:center;margin-bottom:28px}
.section-heading.compact{margin-bottom:24px}
.section-heading span,.eyebrow{display:inline-block;color:var(--teal);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.section-heading h2{margin:4px 0 0;font-size:clamp(1.7rem,3vw,2.35rem);letter-spacing:-.035em;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0b33a6);color:white;box-shadow:0 12px 28px rgba(11,70,199,.22)}
.btn-whatsapp{color:#6f9fca;border-color:#9ec0df;background:white}

.site-header{position:sticky;top:0;z-index:50;padding:14px 0;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,231,245,.8)}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-logo{display:block;height:54px;width:auto;max-width:100%}
.footer-brand-logo{height:62px;padding:10px 14px;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(5,31,75,.16)}
.brand-mark{width:46px;height:48px;color:var(--blue)}
.brand-mark svg{width:100%;height:100%;stroke-width:2}.brand-mark .mark-main{fill:#e6f3ff;stroke:#0b46c7}.brand-mark .mark-inner{fill:none;stroke:#8cb5d8}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.55rem;color:var(--blue);letter-spacing:-.04em}.brand-copy small{text-transform:uppercase;letter-spacing:.18em;color:var(--navy);font-size:.55rem;font-weight:900;margin-top:6px}
.main-nav{display:flex;justify-content:center;gap:34px}.main-nav a{font-size:.93rem;font-weight:750;color:#15274e;padding:16px 0;position:relative}.main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:8px;height:2px;background:var(--blue);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{left:0;right:0}
.header-cta{min-height:44px;padding-inline:18px}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}

.hero{position:relative;isolation:isolate;padding:58px 0 34px;background:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;width:560px;height:560px;border:42px solid rgba(143,181,220,.58);border-radius:50%;top:-430px;left:22%;z-index:-1;pointer-events:none}
.hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-85px;height:160px;background:white;border-radius:50% 50% 0 0/100% 100% 0 0;z-index:-1}
.hero-glow{display:none}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:50px;align-items:center}
.hero-copy h1{font-size:clamp(2.65rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em;margin:12px 0 22px;color:var(--navy);max-width:650px}
.hero-copy>p{font-size:1.08rem;max-width:580px;color:#364869;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 30px}.whatsapp-dot{width:24px;height:24px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:.8rem;transform:rotate(-25deg)}
.hero-benefits{display:flex;gap:26px;flex-wrap:wrap}.hero-benefits>div{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:750;color:#25385e}.hero-benefits svg{width:30px;height:30px;color:var(--blue)}

.hero-carousel{width:100%;max-width:660px;justify-self:end}.carousel-shell{position:relative}.carousel-viewport{position:relative;overflow:hidden;padding:0;border-radius:28px;box-shadow:0 24px 56px rgba(8,39,95,.18);background:#dce7f5;height:520px}.carousel-track{position:relative;width:100%;height:100%}
.hero-slide{position:absolute;inset:0;overflow:hidden;background:#dce7f5;opacity:0;transform:translate3d(36px,0,0) scale(1.02);transition:transform .95s cubic-bezier(.22,.61,.36,1),opacity .95s cubic-bezier(.22,.61,.36,1);will-change:transform,opacity;pointer-events:none}.hero-slide.is-active{opacity:1;transform:translate3d(0,0,0) scale(1);z-index:3;pointer-events:auto}.hero-slide.is-prev{opacity:0;transform:translate3d(-36px,0,0) scale(1.02);z-index:2}.hero-slide.is-next{opacity:0;transform:translate3d(36px,0,0) scale(1.02);z-index:1}
.hero-slide img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(1.05) saturate(1.02);transform:scale(1.045);transition:transform 6s ease,filter .45s}.hero-slide.is-active img{transform:scale(1)}.hero-slide:hover img{filter:brightness(1.08) saturate(1.04)}
.slide-overlay{position:absolute;inset:auto 0 0;padding:86px 28px 28px;color:white;background:linear-gradient(transparent,rgba(2,20,53,.44) 48%,rgba(2,20,53,.82))}.slide-overlay span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;color:#d5e6f6;font-weight:900}.slide-overlay strong{display:block;font-size:1.32rem;line-height:1.15;margin-top:4px}.slide-overlay>*{transform:translateY(12px);opacity:0;transition:transform .75s ease,opacity .75s ease}.hero-slide.is-active .slide-overlay>*{transform:translateY(0);opacity:1}
.carousel-btn{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(216,230,245,.95);background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--blue);box-shadow:0 12px 30px rgba(10,52,116,.14);font-size:2rem;line-height:1;cursor:pointer;transition:all .3s ease}.carousel-prev{left:14px}.carousel-next{right:14px}.carousel-btn:hover{background:var(--blue);color:white;box-shadow:0 16px 34px rgba(10,52,116,.26)}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.carousel-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#cbd8ea;padding:0;cursor:pointer;transition:all .3s ease}.carousel-dots button.active{width:28px;border-radius:99px;background:var(--blue)}

.products{position:relative;isolation:isolate;overflow:hidden}.products:before{content:"";position:absolute;width:430px;height:430px;border:32px solid rgba(143,181,220,.28);border-radius:50%;right:-255px;top:70px;z-index:-1;pointer-events:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{padding:30px 24px;text-align:center;border:1px solid #e7eef8;border-radius:var(--radius);box-shadow:0 12px 32px rgba(17,62,123,.07);background:white;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card h3{color:var(--navy);font-size:1.15rem;margin:16px 0 8px}.product-card p{font-size:.9rem;color:var(--muted);min-height:68px}.product-card a{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-weight:850;margin-top:4px}.product-card a svg{width:18px}.icon-bubble{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:auto}.icon-bubble svg{width:42px;height:42px}.icon-bubble.blue{background:#eef4ff;color:var(--blue)}.icon-bubble.teal{background:#eef5fb;color:var(--teal)}.products-toggle-wrap{display:flex;justify-content:center;margin-top:24px}.btn-outline{background:white;color:var(--blue);border-color:#cfdcf0;box-shadow:0 10px 26px rgba(13,55,126,.07)}.btn-outline:hover{border-color:var(--blue);background:#f8fbff}.btn-outline svg{width:18px;transition:transform .25s ease}.products-toggle[aria-expanded="true"] svg{transform:rotate(90deg)}.more-products{margin-top:24px;padding-top:12px}.more-products-heading{text-align:left;margin-bottom:18px}.more-products-heading h3{margin:4px 0 0;font-size:clamp(1.35rem,2.3vw,1.8rem);letter-spacing:-.03em;color:var(--navy)}.more-product-grid{grid-template-columns:repeat(3,1fr)}.product-card-alt p{min-height:84px}

.reasons{padding-top:18px}.reasons-panel{position:relative;isolation:isolate;overflow:hidden;background:#fff;border-radius:26px;padding:34px 42px}.reasons-panel:after{content:"";position:absolute;width:250px;height:250px;border:22px solid rgba(143,181,220,.2);border-radius:50%;left:-150px;bottom:-155px;z-index:-1;pointer-events:none}.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.reason-grid article{display:flex;gap:16px;padding:4px 26px;border-right:1px solid #d8e4f3}.reason-grid article:last-child{border-right:0}.reason-icon{flex:0 0 54px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:white}.reason-icon svg{width:30px;height:30px}.reason-grid h3{font-size:.98rem;color:var(--navy);margin:0 0 7px}.reason-grid p{font-size:.78rem;color:var(--muted);margin:0}

.steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:22px}.step-card{position:relative;display:flex;align-items:center;gap:18px;padding:25px;border:1px solid #e0e9f4;border-radius:20px;background:white;box-shadow:0 10px 30px rgba(13,55,126,.06)}.step-card>b{position:absolute;top:-13px;left:18px;width:28px;height:28px;border-radius:50%;background:var(--blue);color:white;display:grid;place-items:center}.step-card>svg{flex:0 0 46px;width:46px;height:46px;color:var(--blue)}.step-card h3{font-size:1rem;margin:0 0 5px;color:var(--navy)}.step-card p{margin:0;color:var(--muted);font-size:.8rem}.step-arrow{font-size:2rem;color:var(--blue)}

.testimonials{padding-top:20px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-grid article{position:relative;padding:24px 24px 22px 86px;border:1px solid #e4ebf5;border-radius:20px;background:white;box-shadow:0 10px 30px rgba(13,55,126,.06)}.avatar{position:absolute;left:22px;top:25px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d8e9ff,#c7f7f2);color:var(--navy);font-weight:900}.testimonial-grid blockquote{margin:0 0 10px;color:#4f5f7a;font-size:.87rem}.testimonial-grid strong{font-size:.86rem;color:var(--navy)}.stars{color:#ffad1f;letter-spacing:2px;font-size:.85rem;margin-top:4px}

.quote{position:relative;padding-bottom:30px;overflow:hidden}.quote:before{content:"";position:absolute;width:360px;height:360px;border:30px solid rgba(143,181,220,.24);border-radius:50%;left:-235px;top:-90px;pointer-events:none}.quote-panel{position:relative;display:grid;grid-template-columns:.42fr .58fr;background:linear-gradient(135deg,#082968,#0948ce 46%,#0c2e6c);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.quote-copy{display:flex;align-items:center;gap:20px;padding:36px;color:white}.quote-shield{width:94px;height:94px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.1)}.quote-shield svg{width:58px;height:58px}.quote-copy h2{font-size:2rem;letter-spacing:-.03em;margin:0 0 8px}.quote-copy p{margin:0 0 18px;color:#dbe6ff}.quote-whatsapp{color:#c7dceb;font-weight:850}
.quote-form{background:white;margin:4px;padding:24px;border-radius:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form label{display:block}.quote-form label span{display:block;font-size:.75rem;font-weight:800;color:#445577;margin-bottom:5px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #dbe5f1;border-radius:10px;padding:12px 13px;outline:none;color:var(--ink);background:white}.quote-form textarea{resize:vertical;margin-bottom:12px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,70,199,.09)}.form-submit{width:100%;min-height:44px}.form-note{min-height:18px;margin:8px 0 0;font-size:.78rem;color:var(--teal)}

.site-footer{background:linear-gradient(110deg,#061f4e,#082c67);color:white}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr .75fr 1.2fr;gap:40px;padding:42px 0}.footer-brand .brand-copy strong{color:white}.footer-brand .brand-copy small{color:#c7dceb}.footer-brand .brand-mark .mark-main{fill:rgba(255,255,255,.06);stroke:white}.footer-brand .brand-mark .mark-inner{stroke:#a8c5e1}.footer-grid>div>p{color:#cfdaed;font-size:.86rem}.footer-grid h3{font-size:.92rem;margin:6px 0 15px}.footer-grid a:not(.brand){display:block;color:#d9e4f6;font-size:.86rem;margin:8px 0}.footer-grid p svg{width:17px;height:17px;vertical-align:-3px;margin-right:7px;color:#a8c5e1}.footer-tag{display:inline-block;border:1px solid #8cb5d8;border-radius:10px;padding:8px 12px;font-size:.78rem;color:#dce9f5}.footer-bottom{border-top:1px solid rgba(255,255,255,.14)}.footer-bottom .container{display:flex;justify-content:space-between;padding:16px 0;color:#aebbd1;font-size:.75rem}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:30;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;box-shadow:0 14px 30px rgba(37,211,102,.35);transition:transform .25s ease,box-shadow .25s ease}.floating-whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 18px 36px rgba(37,211,102,.42)}.floating-whatsapp svg{width:29px;height:29px;stroke:white;stroke-width:1.8;fill:none}

@media (max-width:1050px){
  .hero:before{width:440px;height:440px;border-width:34px;top:-345px;left:8%}.products:before{right:-300px}.header-inner{grid-template-columns:auto auto 1fr}.main-nav{position:absolute;top:78px;left:20px;right:20px;background:white;border-radius:18px;padding:16px;box-shadow:var(--shadow);display:none;flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:11px}.main-nav a:after{display:none}.menu-toggle{display:block;justify-self:end}.header-cta{justify-self:end}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-benefits{justify-content:center}.hero-carousel{max-width:660px;margin:auto}.carousel-viewport{height:460px}.product-grid,.reason-grid{grid-template-columns:repeat(2,1fr)}.more-product-grid{grid-template-columns:repeat(2,1fr)}.reason-grid article:nth-child(2){border-right:0}.reason-grid article{padding:18px}.reason-grid article:nth-child(-n+2){border-bottom:1px solid #d8e4f3}.quote-panel{grid-template-columns:1fr}.quote-copy{justify-content:center}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .hero:before{width:300px;height:300px;border-width:24px;top:-240px;left:-55px}.products:before{width:280px;height:280px;border-width:22px;right:-205px;top:95px}.reasons-panel:after{width:180px;height:180px;border-width:16px;left:-120px;bottom:-115px}.quote:before{width:240px;height:240px;border-width:20px;left:-175px;top:-40px}.section{position:relative}
  :root{--container:min(100% - 26px, 1180px)}
  .site-header{padding:9px 0}.brand-logo{height:44px}.footer-brand-logo{height:56px;padding:8px 12px}.header-cta{display:none}.header-inner{grid-template-columns:auto 1fr}.hero{padding-top:38px}.hero-copy h1{font-size:3rem}.hero-copy>p{font-size:.98rem}.hero-benefits{gap:18px}.hero-benefits>div{font-size:.72rem}.hero-carousel{max-width:100%}.carousel-viewport{padding:0;height:340px}.carousel-btn{width:40px;height:40px}.carousel-prev{left:10px}.carousel-next{right:10px}.slide-overlay{padding:56px 18px 18px}.slide-overlay strong{font-size:1.1rem}.product-grid,.reason-grid,.testimonial-grid,.more-product-grid{grid-template-columns:1fr}.product-card p{min-height:0}.reasons-panel{padding:28px 20px}.reason-grid article,.reason-grid article:nth-child(2){border-right:0;border-bottom:1px solid #d8e4f3}.reason-grid article:last-child{border-bottom:0}.steps-grid{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg);text-align:center}.quote-copy{align-items:flex-start;padding:30px 22px}.quote-shield{width:70px;height:70px}.quote-copy h2{font-size:1.7rem}.form-grid{grid-template-columns:1fr}.quote-form{padding:18px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom .container{flex-direction:column;gap:6px}.section{padding:34px 0}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.carousel-track,.product-card,.btn{transition:none!important}}


/* PRODUCT DETAIL PAGES v1.9 */
.product-page{background:#fff}
.product-hero{position:relative;isolation:isolate;overflow:hidden;padding:68px 0 64px;background:#fff}
.product-hero:before{content:"";position:absolute;width:460px;height:460px;border:36px solid rgba(143,181,220,.34);border-radius:50%;right:-260px;top:-250px;z-index:-1}
.product-hero:after{content:"";position:absolute;width:320px;height:320px;border:24px solid rgba(143,181,220,.18);border-radius:50%;left:-210px;bottom:-230px;z-index:-1}
.product-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:58px;align-items:center}
.product-breadcrumb{display:flex;align-items:center;gap:8px;color:#60718f;font-size:.8rem;font-weight:750;margin-bottom:22px}
.product-breadcrumb a{color:var(--blue)}
.product-hero h1{font-size:clamp(2.65rem,5vw,4.55rem);line-height:1;letter-spacing:-.055em;color:var(--navy);margin:9px 0 22px}
.product-hero-copy>p{max-width:620px;font-size:1.08rem;color:#3f506e;margin:0}
.product-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.product-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.product-highlight{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #dce8f5;background:rgba(255,255,255,.76);border-radius:16px;color:#284065;font-size:.79rem;font-weight:800;backdrop-filter:blur(7px)}
.product-highlight svg{flex:0 0 25px;width:25px;height:25px;color:var(--blue)}
.product-hero-media{position:relative;min-height:510px;border-radius:30px;overflow:hidden;box-shadow:0 24px 58px rgba(8,39,95,.18);background:#dfeafa}
.product-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.product-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(4,28,70,.54))}
.product-image-label{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:white;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.product-image-label strong{font-size:1.25rem}.product-image-label span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#d9ebfa;font-weight:900}
.product-intro{padding:58px 0 32px}
.product-copy-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.product-copy-grid h2{font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.045em;line-height:1.05;color:var(--navy);margin:4px 0 18px}
.product-copy-grid>div>p{color:var(--muted);font-size:1rem}
.product-note{padding:16px 18px;border-left:4px solid var(--teal);border-radius:0 14px 14px 0;background:#fff;color:#405575;font-size:.86rem;margin-top:24px}
.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.coverage-card{border:1px solid #e0eaf5;border-radius:20px;padding:24px;background:white;box-shadow:0 10px 30px rgba(13,55,126,.055)}
.coverage-card .coverage-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:#eef5fb;color:var(--blue);margin-bottom:17px}
.coverage-card .coverage-icon svg{width:29px;height:29px}
.coverage-card h3{font-size:1.02rem;color:var(--navy);margin:0 0 8px}.coverage-card p{font-size:.84rem;color:var(--muted);margin:0}
.plan-section{position:relative;overflow:hidden;padding:58px 0;background:#fff}
.plan-section:after{content:"";position:absolute;width:390px;height:390px;border:30px solid rgba(143,181,220,.19);border-radius:50%;right:-245px;bottom:-265px}
.plan-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.plan-card{position:relative;padding:30px 26px;border-radius:23px;border:1px solid #dce7f3;background:white;box-shadow:0 15px 38px rgba(13,55,126,.07)}
.plan-card.recommended{border:2px solid var(--blue);transform:translateY(-8px);box-shadow:0 20px 48px rgba(11,70,199,.14)}
.plan-badge{position:absolute;right:20px;top:-14px;background:var(--blue);color:white;border-radius:999px;padding:7px 13px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.plan-card>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);font-weight:900}.plan-card h3{font-size:1.45rem;color:var(--navy);margin:7px 0 12px}.plan-card p{font-size:.87rem;color:var(--muted)}
.plan-card ul{list-style:none;padding:0;margin:20px 0 0}.plan-card li{position:relative;padding:8px 0 8px 25px;color:#344866;font-size:.84rem;border-bottom:1px solid #edf2f7}.plan-card li:last-child{border-bottom:0}.plan-card li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.audience-section{padding:58px 0}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.audience-card{padding:28px;border-radius:22px;background:#fff;border:1px solid #e0e9f4;box-shadow:0 12px 32px rgba(13,55,126,.055)}.audience-card b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--blue);color:white;margin-bottom:16px}.audience-card h3{color:var(--navy);margin:0 0 8px}.audience-card p{color:var(--muted);font-size:.87rem;margin:0}
.product-steps{padding:58px 0;background:#fff}.product-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-step{position:relative;padding:28px 25px 25px;border-radius:21px;background:white;border:1px solid #e0e9f4}.product-step b{position:absolute;right:20px;top:18px;font-size:2.6rem;line-height:1;color:#dfeafb}.product-step svg{width:38px;height:38px;color:var(--blue);margin-bottom:14px}.product-step h3{color:var(--navy);margin:0 0 7px}.product-step p{font-size:.85rem;color:var(--muted);margin:0}
.product-cta{padding:58px 0 34px}.product-cta-panel{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;border-radius:27px;overflow:hidden;background:linear-gradient(135deg,#072961,#0b48ca);box-shadow:var(--shadow)}
.product-cta-copy{padding:40px;color:white;display:flex;flex-direction:column;justify-content:center}.product-cta-copy .eyebrow{color:#cfe2f3}.product-cta-copy h2{font-size:clamp(2rem,3.4vw,3rem);line-height:1.05;letter-spacing:-.045em;margin:8px 0 14px}.product-cta-copy p{color:#d7e3f7;margin:0 0 22px}.product-cta-copy .btn-whatsapp{align-self:flex-start;background:white}
.product-mini-form{margin:5px;background:white;border-radius:23px;padding:28px;box-shadow:0 12px 28px rgba(13,55,126,.06)}.product-mini-form h3{color:var(--navy);margin:0 0 18px;font-size:1.05rem;line-height:1.25}.product-mini-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.product-mini-form label{display:block}.product-mini-form label span{display:block;font-size:.83rem;font-weight:800;color:#445577;margin-bottom:7px}.product-mini-form input,.product-mini-form select,.product-mini-form textarea{width:100%;border:1px solid #dbe5f1;border-radius:12px;padding:13px 14px;outline:none;color:var(--ink);background:white}.product-mini-form textarea{resize:vertical;min-height:110px;margin-bottom:14px}.product-mini-form input:focus,.product-mini-form select:focus,.product-mini-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,70,199,.09)}.product-mini-form .form-submit{margin-top:2px}
.product-disclaimer{font-size:.75rem;color:#7888a0;text-align:center;margin:20px auto 0;max-width:920px}
.product-related{padding:30px 0 60px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-card{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid #e0e9f4;border-radius:18px;background:white;transition:.25s}.related-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(13,55,126,.08)}.related-card svg{flex:0 0 34px;width:34px;height:34px;color:var(--blue)}.related-card strong{display:block;color:var(--navy)}.related-card span{font-size:.76rem;color:var(--muted)}
.product-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 18px}
@media(max-width:1050px){.product-hero-grid,.product-copy-grid{grid-template-columns:1fr}.product-hero-copy{text-align:center}.product-hero-copy>p{margin-inline:auto}.product-hero-actions{justify-content:center}.product-highlights{max-width:760px;margin-inline:auto}.product-hero-media{min-height:470px;max-width:760px;width:100%;margin:auto}.coverage-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}.plan-card.recommended{transform:none}.product-cta-panel{grid-template-columns:1fr}.audience-grid,.product-steps-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.product-hero{padding:40px 0}.product-hero h1{font-size:2.85rem}.product-highlights{grid-template-columns:1fr}.product-hero-media{min-height:340px;border-radius:22px}.product-image-label{left:18px;right:18px;bottom:17px}.product-copy-grid{gap:30px}.coverage-grid,.plan-grid,.audience-grid,.product-steps-grid,.related-grid{grid-template-columns:1fr}.product-intro,.plan-section,.audience-section,.product-steps,.product-cta{padding:40px 0}.plan-card{padding:25px 22px}.product-cta-copy{padding:30px 23px}.product-mini-form{padding:21px}.product-mini-form .form-grid{grid-template-columns:1fr}.product-footer-links{grid-template-columns:1fr}}

/* ABOUT PAGE v1.13 */
.about-page{background:#fff}
.about-hero{position:relative;overflow:hidden;padding:70px 0 58px;background:#fff}
.about-hero:before{content:"";position:absolute;width:500px;height:500px;border:38px solid rgba(143,181,220,.32);border-radius:50%;right:-315px;top:-325px;pointer-events:none}
.about-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:64px;align-items:center}
.about-hero-copy h1{font-size:clamp(2.8rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin:12px 0 22px;max-width:720px}
.about-hero-copy>p{font-size:1.08rem;color:#415270;max-width:690px;margin:0}
.about-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 30px}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.about-stats>div{padding:18px;border:1px solid #dfe8f5;border-radius:17px;background:white;box-shadow:0 10px 28px rgba(13,55,126,.05)}
.about-stats strong{display:block;color:var(--blue);font-size:1.2rem;line-height:1.1;margin-bottom:5px}.about-stats span{display:block;color:#5d6b84;font-size:.75rem;font-weight:750}
.about-hero-media{position:relative;min-height:550px;border-radius:32px;overflow:hidden;box-shadow:0 24px 58px rgba(8,39,95,.18)}
.about-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.about-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(5,31,75,.62))}
.about-image-card{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;display:flex;align-items:center;gap:15px;padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(9px);box-shadow:0 12px 32px rgba(5,31,75,.18)}
.about-image-card svg{flex:0 0 38px;width:38px;height:38px;color:var(--blue)}.about-image-card span{display:block;color:var(--teal);font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.about-image-card strong{display:block;color:var(--navy);font-size:.93rem;line-height:1.3;margin-top:2px}
.about-story{padding:70px 0}.about-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.about-story-title h2{font-size:clamp(2rem,3.6vw,3.15rem);line-height:1.06;letter-spacing:-.045em;color:var(--navy);margin:7px 0}.about-story-copy>p{font-size:1rem;color:#53627b;margin:0 0 18px}.about-story-note{display:flex;gap:14px;align-items:flex-start;margin-top:28px;padding:20px;border-left:4px solid var(--blue);border-radius:0 16px 16px 0;background:#fff;box-shadow:0 10px 28px rgba(13,55,126,.06)}.about-story-note svg{flex:0 0 30px;width:30px;height:30px;color:var(--blue)}.about-story-note span{font-size:.88rem;color:#314766;font-weight:700}
.about-reasons{position:relative;overflow:hidden;padding:64px 0}.about-reasons:after{content:"";position:absolute;width:390px;height:390px;border:30px solid rgba(143,181,220,.18);border-radius:50%;right:-260px;bottom:-260px;pointer-events:none}.about-reason-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-reason-card{position:relative;padding:31px 27px;border:1px solid #dfe8f5;border-radius:24px;background:white;box-shadow:0 15px 38px rgba(13,55,126,.07);overflow:hidden}.about-reason-card.featured{border:2px solid var(--blue);transform:translateY(-7px)}.about-reason-number{position:absolute;right:18px;top:12px;font-size:3.3rem;line-height:1;color:#edf3fb;font-weight:900}.about-reason-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#eef4ff;color:var(--blue);margin-bottom:20px}.about-reason-icon svg{width:31px;height:31px}.about-reason-card h3{color:var(--navy);font-size:1.15rem;margin:0 0 10px}.about-reason-card p{color:var(--muted);font-size:.87rem;margin:0}
.claims-support{padding:52px 0 70px}.claims-support-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;padding:48px;border-radius:30px;background:linear-gradient(135deg,#071f50,#0b47c2);color:white;box-shadow:var(--shadow)}.claims-support-copy .eyebrow{color:#cfe1f2}.claims-support-copy h2{font-size:clamp(2rem,3.4vw,3.05rem);line-height:1.05;letter-spacing:-.045em;margin:9px 0 18px}.claims-support-copy p{color:#d8e3f5;margin:0 0 14px}.claims-support-copy .btn{margin-top:12px;background:white;color:var(--blue);box-shadow:none}.claims-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.claims-steps article{display:flex;gap:13px;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.07)}.claims-steps b{flex:0 0 35px;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--blue)}.claims-steps h3{font-size:.9rem;margin:1px 0 6px}.claims-steps p{font-size:.76rem;color:#d4e0f3;margin:0}
.purpose-section{padding:62px 0}.purpose-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.purpose-card{position:relative;padding:34px;border:1px solid #dfe8f5;border-radius:25px;background:white;box-shadow:0 14px 36px rgba(13,55,126,.06)}.purpose-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#eef4ff;color:var(--blue);margin-bottom:20px}.purpose-icon svg{width:32px;height:32px}.purpose-card>span{font-size:.72rem;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;font-weight:900}.purpose-card h2{font-size:1.55rem;color:var(--navy);margin:6px 0 11px}.purpose-card p{font-size:.9rem;color:var(--muted);margin:0}.values-wrap{margin-top:60px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.values-grid article{text-align:center;padding:25px 20px;border:1px solid #e1e9f4;border-radius:21px;background:white}.values-grid svg{width:36px;height:36px;color:var(--blue);margin-bottom:12px}.values-grid h3{color:var(--navy);margin:0 0 7px}.values-grid p{color:var(--muted);font-size:.8rem;margin:0}
.insurers-section{padding:65px 0}.section-lead{max-width:700px;margin:12px auto 0;color:var(--muted);font-size:.93rem}.insurers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.insurer-card{display:flex;min-height:150px;justify-content:center;align-items:center;text-align:center;padding:22px;border:1px solid #dce7f3;border-radius:22px;background:white;box-shadow:0 12px 32px rgba(13,55,126,.055);transition:.25s}.insurer-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(13,55,126,.09)}.insurer-logo-img{display:block;max-width:100%;width:260px;height:88px;object-fit:contain}.insurers-note{text-align:center;color:#7a899f;font-size:.74rem;margin:22px 0 0}
.about-cta{padding:40px 0 70px}.about-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:40px 44px;border:1px solid #dbe6f2;border-radius:27px;background:white;box-shadow:0 15px 38px rgba(13,55,126,.08)}.about-cta-panel h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.07;letter-spacing:-.04em;color:var(--navy);margin:7px 0 10px}.about-cta-panel p{color:var(--muted);margin:0;max-width:720px}.about-cta-actions{display:flex;flex:0 0 auto;flex-direction:column;gap:10px;min-width:235px}
@media(max-width:1050px){.about-hero-grid,.about-story-grid,.claims-support-panel{grid-template-columns:1fr}.about-hero-copy{text-align:center}.about-hero-copy>p{margin-inline:auto}.about-hero-actions{justify-content:center}.about-stats{max-width:800px;margin:auto}.about-hero-media{min-height:500px;max-width:780px;width:100%;margin:auto}.about-story-grid{gap:30px}.about-story-title{text-align:center}.about-reason-grid{grid-template-columns:1fr 1fr}.about-reason-card.featured{transform:none}.claims-support-panel{gap:35px}.insurers-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.about-cta-panel{flex-direction:column;text-align:center}.about-cta-actions{flex-direction:row;justify-content:center;min-width:0}}
@media(max-width:720px){.about-hero{padding:42px 0}.about-hero-copy h1{font-size:2.85rem}.about-stats,.about-reason-grid,.purpose-grid,.claims-steps,.values-grid,.insurers-grid{grid-template-columns:1fr}.about-hero-media{min-height:390px;border-radius:23px}.about-image-card{left:14px;right:14px;bottom:14px}.about-story,.about-reasons,.claims-support,.purpose-section,.insurers-section{padding:42px 0}.claims-support-panel{padding:28px 22px;border-radius:24px}.about-reason-card{padding:26px 22px}.purpose-card{padding:27px 23px}.values-wrap{margin-top:42px}.about-cta-panel{padding:30px 22px}.about-cta-actions{width:100%;flex-direction:column}.about-cta-actions .btn{width:100%}}
