:root{
	--black:#111;
	--white:#fff;
	--text:var(--black);
	--primary:#f0d222;
	--background:#faf9f5;
	--surface-light:#f0eee7;
	--surface-highlight:#fff9d7;
	--surface-dark:#1e1e1e;
	--border:#ddd;
	--border-dark:#333;
	--text-muted-dark:#66635b;
	--text-muted:#888;
	--text-muted-light:#aaa;
	--ice-blue:#5ec7f8;
	--gold:#534424;
	--gold-dark:#3a3316;
	--gold-muted:#736235;
	--gold-mid:#6b5330;
	--gold-chip:#5c4824;
	--gold-text:#d2d2b8;
	--cool-text:#9bb0ba;
	--cta-text:#c8d2dc;
	--radius:18px;
	--shadow-color:rgba(17,17,17,.09);
	--shadow:0 18px 50px var(--shadow-color);
	--shadow-subtle:rgba(0,0,0,.02);
	--shadow-strong:rgba(0,0,0,.14);
	--header-background:rgba(250,249,245,.92);
	--header-border:rgba(17,17,17,.06);
	--primary-shadow:rgba(240,210,34,.22)
}

*{box-sizing:border-box}html{scroll-behavior:smooth}body{width:100vw;margin:0;background:var(--background);color:var(--text);font-family:"DM Sans",sans-serif;line-height:1.45;overflow-x:hidden;}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 48px));margin:auto}h2{font-size:48px;}label{transition:border-color 0.13s ease,background-color 0.13s ease,box-shadow 0.13s ease}button{transition:color 0.13s ease,background-color 0.13s ease,border-color 0.13s ease,box-shadow 0.13s ease,transform 0.13s ease}input[type='checkbox']{display:none;}label:has(input:checked){border-color:var(--primary);background:var(--surface-highlight);box-shadow:inset 0 0 0 1px var(--primary);}
.site-header{position:sticky;top:0;z-index:20;background:var(--header-background);backdrop-filter:blur(16px);border-bottom:1px solid var(--header-border)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:32px}.brand{display:flex;}.brand img{width:74px;height:74px;object-fit:contain;mix-blend-mode:multiply}.main-nav{display:flex;gap:25px;margin-left:auto;font-size:13px;font-weight:600}.main-nav a{padding:29px 0;position:relative}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:3px;background:var(--primary)}.header-cta{background:var(--black);color:var(--white);padding:12px 17px;border-radius:99px;font-size:13px;font-weight:700}.menu-toggle{color:var(--black);display:none;border:0;background:none;font-size:24px;padding:6px;line-height:1}.logo-image{transition:opacity 0.35s ease-in-out,transform 0.35s ease-in-out;opacity:0;transform:translateY(-200%);}.logo-visible{opacity:1;transform:translateY(0);}
.intro-text{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;padding-top:50vh;height:93vh;}.intro-image{position:absolute;height:60%;width:auto;top:100px;animation:fade 0.55s ease;transition: all 0.1s ease;}.intro-subtitle{font-size:14px;letter-spacing:2px;font-weight:800;color:var(--white);padding:7px 14px;background-color:var(--black);border-radius:8px;}.freeze{color:var(--ice-blue);display:inline-block;animation:frozen 0.2s ease;animation-iteration-count:2;}.freeze>span {display:inline-block;animation:shiver 0.4s 2;}.freeze>span:nth-child(1){animation-delay:0s;}.freeze>span:nth-child(2){animation-delay:0.05s;}.freeze>span:nth-child(3){animation-delay:0.1s;}.freeze>span:nth-child(4){animation-delay:0.15s;}.freeze>span:nth-child(5){animation-delay:0.2s;}.freeze>span:nth-child(6){animation-delay:0.25s;}.freeze>span:nth-child(7){animation-delay:0.3s;}.marquee{display: flex;width: fit-content;white-space: nowrap;justify-content: space-around;gap: 32px;padding: 0 16px;font-weight: 900;letter-spacing: 2px;user-select: none;animation: scroll 30s linear infinite;}.marquee-section{overflow-x:clip;width: 100%;}
.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:90px 0}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;display:flex;gap:9px;align-items:center}.eyebrow span{width:28px;height:3px;background:var(--primary);display:inline-block}.eyebrow.dark span{background:var(--black)}.eyebrow.light{color:var(--white)}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(58px,7vw,94px);line-height:.91;letter-spacing:-5px;margin:25px 0}.hero h1 em,.section-head h2 em,.quote-copy h2 em,.cta h2 em{font-style:normal;color:var(--primary)}.hero-copy>p{max-width:540px;color:var(--text-muted-dark);font-size:17px}.hero-actions{display:flex;gap:26px;align-items:center;margin:30px 0 36px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:15px 22px;font-weight:800;font-size:13px}.btn-yellow{background:var(--primary);color:var(--black);box-shadow:0 8px 22px var(--primary-shadow)}.btn-dark{background:var(--black);color:var(--white)}.text-link{font-weight:800;font-size:13px}.hero-art{background:var(--black);overflow:hidden;border-radius:4px; width:fit-content;}
.promo-strip{background:var(--primary);color:var(--black)}.promo-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:28px;font-size:13px}.promo-inner>span{font-weight:900;background:var(--black);color:var(--white);padding:7px 10px;border-radius:4px;font-size:10px;letter-spacing:1px}.promo-inner a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}img{width:100%; height:auto;}
.products{padding:105px 0 90px}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-head h2,.quote-copy h2,.cta h2{font-family:Manrope,sans-serif;font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-3px;margin:17px 0 0}.section-head>p{max-width:390px;color:var(--text-muted);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:18px;transition:transform .25s,box-shadow .25s;box-shadow:0 1px 0 var(--shadow-subtle)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.product-card.featured{background:var(--black);color:var(--white);border-color:var(--black)}.card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center}.card-top{font-size:9px;letter-spacing:1.5px;font-weight:900;color:var(--text-muted)}.featured .card-top{color:var(--primary)}.product-visual{margin:18px 0;background:var(--surface-light);border-radius:12px}.featured .product-visual{background:var(--surface-dark)}.product-card h3{font-family:Manrope;font-size:24px;margin:0 0 6px}.product-card p{color:var(--text-muted);font-size:13px;min-height:55px}.featured p{color:var(--text-muted-light)}.card-bottom{border-top:1px solid var(--border);padding-top:15px}.featured .card-bottom{border-color:var(--border-dark)}.card-bottom strong{font-size:15px}.card-link{font-weight:800;font-size:12px}.featured .card-link{color:var(--primary)}
.feature-banner{background:var(--black);color:var(--white);position:relative;overflow:hidden}.feature-banner:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid var(--border-dark);right:-100px;top:-210px}.feature-inner{min-height:400px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.feature-inner h2{font-family:Manrope;font-size:55px;letter-spacing:-2px;margin:16px 0}.feature-inner p{max-width:560px;color:var(--text-muted-light)}.feature-stat{border:1px solid var(--border-dark);border-radius:50%;width:220px;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--surface-dark)}.feature-stat strong{font-size:70px;font-family:Manrope}.feature-stat strong span{color:var(--primary)}.feature-stat small{text-align:center;color:var(--text-muted-light)}
.quote-section{padding:100px 0;display:grid;grid-template-columns:.75fr 1.25fr 300px;gap:25px;align-items:start}.quote-copy p{color:var(--text-muted);font-size:14px;max-width:310px}.mini-note{font-size:11px;font-weight:700;margin-top:24px}.quote-builder{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:25px}.step{display:flex;gap:12px;align-items:center;margin-bottom:14px}.step>span{background:var(--black);color:var(--primary);width:25px;height:25px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:11px}.step b{display:block;font-size:13px}.step small{display:block;color:var(--text-muted-light);font-size:10px}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.choice{ color:var(--black); border:1px solid var(--border);background:var(--white);border-radius:8px;text-align:left;padding:12px;min-height:62px}.choice.active{border-color:var(--primary);background:var(--surface-highlight);box-shadow:inset 0 0 0 1px var(--primary)}.choice b,.choice small{display:block}.choice b{font-size:11px}.choice small{color:var(--text-muted);font-size:9px;margin-top:4px}.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:13px}.fields label{font-size:9px;color:var(--text-muted-dark)}.fields input,.fields select{width:100%;margin-top:4px;border:1px solid var(--border);border-radius:6px;padding:9px;background:var(--white);font-size:11px}.recommendation{background:var(--surface-highlight);border-radius:7px;padding:10px;font-size:10px;color:var(--gold-muted);margin-bottom:22px}.extras{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.extras label{border:1px solid var(--border);padding:11px;border-radius:8px;font-size:10px;display:flex;flex-direction:column;gap:7px}.extras strong{font-size:10px}.quote-summary{background:var(--black);color:var(--white);border-radius:14px;padding:22px;position:sticky;top:100px;box-shadow:0 20px 45px var(--shadow-strong)}.summary-kicker{font-size:9px;color:var(--text-muted-light);letter-spacing:1.5px}.quote-summary h3{font-family:Manrope;font-size:22px;margin:8px 0 20px}.quote-summary dl{margin:0;border-top:1px solid var(--border-dark)}.quote-summary dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border-dark);padding:10px 0;font-size:10px}.quote-summary dd{margin:0;color:var(--surface-light)}.total{display:flex;justify-content:space-between;align-items:center;margin:18px 0}.total strong{font-size:24px}.finance{display:flex;align-items:center;justify-content:center;background:var(--gold-dark);padding:12px;border-radius:7px;color:var(--primary);font-size:11px;font-weight:800;margin-bottom:10px;transition:background-color .18s ease,transform .18s ease}.finance:hover{background:var(--gold-chip);transform:translateY(-1px)}.full{width:100%;font-size:11px}.quote-summary>small{display:block;color:var(--text-muted);font-size:8px;margin-top:9px}
.how{padding:20px 0 100px}.centered{text-align:center;display:block}.centered .eyebrow{justify-content:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.steps article{text-align:center}.step-image{border-radius:13px;position:relative;overflow:hidden;background:var(--border)}.center{text-align:center;margin-top:25px}
.testimonial{padding:85px 0;background:var(--surface-light)}.testimonial-inner{text-align:center;max-width:760px}.quote-mark{font-family:Georgia;font-size:80px;height:55px;color:var(--primary)}blockquote{font-family:Georgia,serif;font-style:italic;font-size:18px;line-height:1.8;margin:20px 0}.testimonial p{font-size:11px;color:var(--text-muted)}
.cta{background:var(--gold);color:var(--white);min-height:330px;overflow:hidden}.cta-main{padding:55px}.cta-box{padding:55px 0;}.cta h2{margin-bottom:18px}.cta p{color:var(--cta-text);font-size:14px;margin-bottom:28px}.cta-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn-whatsapp{gap:9px;background:#25d366;color:#fff}.btn-whatsapp img{width:19px;height:19px;object-fit:contain}.btn-whatsapp:hover{background:#1fb858;transform:translateY(-1px)}.trust-box{background:var(--gold-mid);padding:55px}.trust-box h3{font-family:Manrope;font-size:24px;margin-top:0}.trust-box p{color:var(--gold-text);font-size:13px}.trust-box div{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-box span{background:var(--gold-chip);padding:9px 12px;border-radius:5px;font-size:10px}.pre-footer>.container{display:grid;grid-template-columns:5fr 3fr;}
.footer{background:var(--black);color:var(--white);padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:40px}.footer-brand img{width:95px;height:95px;object-fit:contain;}.footer p,.footer a,.footer span{color:var(--text-muted-light);font-size:11px;display:block;margin:7px 0}.footer h4{font-size:12px;margin:10px 0 18px;color:var(--primary)}.footer-bottom{border-top:1px solid var(--border-dark);margin-top:50px;padding-top:18px;display:flex;justify-content:space-between}.map{border-radius:12px;}
.footer-conversation{position:relative;min-width:0;overflow:hidden;padding:24px;border:1px solid #3b3b35;border-radius:16px;background:linear-gradient(145deg,#24241f,#171714);box-shadow:0 18px 45px rgba(0,0,0,.24)}.footer .footer-conversation p{position:relative;margin:0 0 11px;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.13em;line-height:1.4}.footer .footer-conversation a{position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:12px 16px;border:1px solid var(--primary);border-radius:9px;background:var(--primary);color:var(--black);font-size:11px;font-weight:800;line-height:1.2;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease}.footer .footer-conversation a:hover{transform:translateY(-2px);background:#f7df42;box-shadow:0 8px 24px rgba(240,210,34,.2)}.footer .footer-conversation a:focus-visible{outline:2px solid var(--white);outline-offset:3px}


@media(max-width:980px){.hero-art{display: none;}h2{font-size:24px;}.pre-footer>.container{display:flex;flex-direction:column;}.main-nav{display:none}.main-nav.open{display:flex;flex-direction:column;position:absolute;top:66px;left:14px;right:14px;background:var(--background);padding:15px 20px;border:1px solid var(--border);border-radius:12px}.menu-toggle{display:block;margin-left:auto}.header-cta{margin-left:auto}.hero,.quote-section{grid-template-columns:1fr}.hero-art{max-width:650px;margin:auto}.quote-summary{position:static}.product-grid,.steps{grid-template-columns:1fr 1fr}.steps article:last-child{grid-column:1/-1;width:calc(50% - 9px);justify-self:center}.trust-box{padding:40px 55px}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-conversation{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer .footer-conversation p{width:fit-content;max-width:none;margin:0;font-size:18px}}
@media(min-width:641px) and (max-width:980px){.hero-copy{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(250px,.9fr);column-gap:38px;align-items:start}.hero-copy .eyebrow{grid-column:1/-1}.hero-copy h1{grid-column:1;grid-row:2/5}.hero-copy>p{grid-column:2;grid-row:2;margin-top:30px}.hero-actions{grid-column:2;grid-row:3;margin:12px 0 0;align-items:center;flex-direction:row;gap:18px}.trust-box{width:100vw;margin-left:calc(50% - 50vw);padding-left:24px;padding-right:24px}}
@media(max-width:640px){.intro-image{max-width:100%;height:auto}.steps article:last-child{grid-column:auto;width:auto}.container{width:min(100% - 28px,1180px)}.pre-footer>.container{width:100%}.nav-wrap{height:66px}.brand img{width:60px;height:60px}.header-cta{font-size:11px;padding:10px 12px}.hero{padding:50px 0 60px}.hero h1{font-size:57px;letter-spacing:-3px}.promo-inner{flex-wrap:wrap;padding:12px;gap:10px}.products,.quote-section{padding:70px 0}.section-head{display:block}.section-head>p{margin-top:20px}.product-grid,.steps,.fields,.extras{grid-template-columns:1fr}.footer-conversation{grid-column:1/-1;min-height:110px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:24px}.footer .footer-conversation p{width:fit-content;max-width:none;margin:0;font-size:16px}.footer .footer-conversation a{flex:0 0 auto}.feature-inner{display:block;padding:65px 0}.feature-inner h2{font-size:43px}.feature-stat{width:150px;height:150px;margin:30px 0}.feature-stat strong{font-size:45px}.choices{grid-template-columns:1fr}.cta-main,.trust-box{padding:40px 28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{display:block}.footer-bottom span{margin:8px 0}.marquee{animation:scroll 16s linear infinite;}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.freeze,.freeze>span,.marquee{animation:none;transition:none}.marquee{display:none;}}
@keyframes fade{0%{opacity:0;transform:translateY(-40px);}100%{opacity:1;transform:translateY(0);}}@keyframes shiver {0%,100%{transform:translateY(0);}25%{transform:translateY(-6px);}50%{transform:translateY(4px);}}@keyframes frozen {0%{transform:translateX(0);}25%{transform:translateX(2px);}50%{transform:translateX(-2px);}75%{transform:translateX(2px);}100%{transform:translateX(0);}}@keyframes scroll {0%{transform: translateX(0);}100%{transform: translateX(-50%);}}
@supports (overflow: clip) {html,body {overflow-x: clip;}}
.btn,.header-cta,.finance,.choice,.quote-builder button,.quote-summary button{transition:background-color .24s ease,color .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease}.btn:hover,.header-cta:hover,.quote-summary button:hover{transform:translateY(-2px)}.btn-yellow:hover{background:#f7df48;box-shadow:0 11px 28px var(--primary-shadow)}.btn-dark:hover,.header-cta:hover{background:#292929}.choice:hover{border-color:#b9a113;background:var(--surface-highlight);transform:translateY(-1px)}.btn-whatsapp img{width:23px;height:23px}.btn-whatsapp:hover{background:#1fb858;transform:translateY(-2px);box-shadow:0 10px 24px rgba(37,211,102,.24)}
.footer-bottom span:nth-child(2){display:flex;align-items:center;gap:5px}.footer-bottom span:nth-child(2) a{display:inline;margin:0}
.footer-bottom>span{line-height:1.5}.footer-bottom>span a{margin:0;line-height:inherit;vertical-align:baseline}

/* Home quote builder readability */
.quote-copy p{font-size:15px;line-height:1.65}.mini-note{font-size:12px}.step>span{width:29px;height:29px;font-size:12px;flex:0 0 29px}.step b{font-size:15px}.step small{font-size:12px;line-height:1.45;margin-top:2px}.choice{padding:13px;min-height:70px}.choice b{font-size:13px}.choice small{font-size:11px;line-height:1.4;margin-top:5px}.fields label{font-size:12px;font-weight:600}.fields input,.fields select{padding:11px;font-size:14px}.recommendation{padding:12px;font-size:12px;line-height:1.5}.recommendation small{font-size:11px}.extras label{font-size:12px;line-height:1.35}.extras strong{font-size:11px}.summary-kicker{font-size:10px}.quote-summary h3{font-size:24px}.quote-summary dl div{font-size:12px;padding:12px 0}.total{font-size:13px}.finance,.full{font-size:12px}.quote-summary>small{font-size:10px;line-height:1.45}
