:root{--navy:#061c3b;--navy-2:#0b2c56;--cyan:#09cce0;--blue:#009de0;--lime:#78ee00;--lime-dark:#57b800;--ink:#10223b;--muted:#5f6d7d;--line:#dce5ed;--soft:#f3f7f9;--white:#fff;--shadow:0 22px 60px #061c3b1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #dce5ede6;grid-template-columns:220px 1fr auto;align-items:center;min-height:78px;padding:10px clamp(24px,5vw,80px);display:grid;position:sticky;top:0}.brand img{object-fit:contain;object-position:left center;width:180px;height:54px}.site-header nav{justify-content:center;gap:clamp(18px,3vw,38px);display:flex}.site-header nav a{color:#33465e;font-size:.92rem;font-weight:700}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--blue)}.button{cursor:pointer;letter-spacing:-.01em;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,.modal-close:focus-visible{outline-offset:3px;outline:3px solid #009de052}.button:disabled{cursor:wait;opacity:.7;transform:none}.button--primary{color:var(--navy);background:var(--lime);box-shadow:0 12px 26px #57b80033}.button--primary:hover{background:#8dff18}.button--ghost{color:var(--navy);background:var(--white);border-color:#bfcbd6}.button--small{min-height:42px;padding:0 18px;font-size:.88rem}.button--wide{width:100%}.button--light{color:var(--navy);background:var(--white)}.hero{background:radial-gradient(circle at 85% 10%,#09cce01f,#0000 30%),linear-gradient(135deg,#fff 0%,#f9fbfc 55%,#eef7f7 100%);grid-template-columns:minmax(0,1.07fr) minmax(360px,.93fr);align-items:center;gap:clamp(50px,7vw,110px);min-height:680px;padding:90px clamp(24px,7vw,112px);display:grid;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(90deg, var(--lime), var(--cyan));width:34%;height:5px;position:absolute;bottom:0;left:0}.hero-copy{z-index:2;max-width:720px;position:relative}.eyebrow{color:#087db3;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);letter-spacing:-.04em;line-height:1.08}.hero h1{max-width:700px;margin-bottom:24px;font-size:clamp(3.1rem,6vw,5.7rem)}.hero-lead{color:#405169;max-width:650px;margin-bottom:32px;font-size:clamp(1.08rem,1.7vw,1.32rem)}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.microcopy{color:var(--muted);margin:0;font-size:.85rem}.hero-panel{color:#fff;background:linear-gradient(145deg, #09cce021, transparent 42%), var(--navy);border-radius:28px;min-height:450px;padding:48px;position:relative;overflow:hidden;box-shadow:0 34px 80px #061c3b3b}.hero-panel:after{content:"";border:1px solid #78ee0059;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-115px;right:-90px}.paper-stack{width:150px;height:120px;margin:6px 0 52px;position:relative}.paper-stack span{border:2px solid #ffffffd6;width:138px;height:86px;position:absolute;transform:skewY(-7deg)}.paper-stack span:first-child{border-color:var(--lime);background:#78ee00ed;top:0;left:0}.paper-stack span:nth-child(2){background:var(--navy-2);top:12px;left:10px}.paper-stack span:nth-child(3){background:var(--navy);top:24px;left:20px}.paper-stack span:nth-child(4){background:var(--navy);top:36px;left:30px}.hero-panel__content{z-index:2;position:relative}.hero-panel__content p{color:#9eddeb;margin-bottom:6px;font-weight:800}.hero-panel__content strong{color:#fff;max-width:360px;margin-bottom:24px;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.08;display:block}.hero-panel ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.hero-panel li:before{color:var(--lime);content:"✓";margin-right:9px;font-weight:900}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);display:grid}.trust-strip div{border-right:1px solid var(--line);min-height:132px;padding:30px clamp(20px,3vw,46px)}.trust-strip div:last-child{border-right:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{color:var(--navy);margin-bottom:6px;font-size:1.04rem}.trust-strip span{color:var(--muted);font-size:.86rem;line-height:1.45}.section{padding:110px clamp(24px,7vw,112px)}.legacy-anchor{height:0;scroll-margin-top:78px;display:block}.section-heading{text-align:center;max-width:760px;margin:0 auto 62px}.section-heading--left{text-align:left;margin-left:0}.section-heading h2,.confidence h2,.final-cta h2{margin-bottom:18px;font-size:clamp(2.25rem,4.5vw,4rem)}.section-heading>p:last-child{color:var(--muted);font-size:1.05rem}.packages{background:var(--soft)}.package-group{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);gap:clamp(32px,5vw,72px);max-width:1220px;margin:0 auto 50px;display:grid}.package-group__heading{align-items:flex-start;gap:18px;padding-top:24px;display:flex}.package-group__heading>span{color:var(--blue);font-size:.8rem;font-weight:900}.package-group__heading h3{margin-bottom:7px;font-size:1.65rem}.package-group__heading p{color:var(--muted)}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.plan-card{border:1px solid var(--line);background:var(--white);border-radius:18px;flex-direction:column;min-height:520px;padding:34px;display:flex;position:relative;box-shadow:0 10px 30px #061c3b0a}.plan-card--featured{box-shadow:var(--shadow);border-color:#009de07a}.plan-badge{color:#08628d;background:#e5f8fc;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;position:absolute;top:22px;right:22px}.plan-card h3{margin-bottom:12px;font-size:1.68rem}.plan-description{min-height:52px;color:var(--muted);font-size:.93rem}.plan-price{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:end;margin:18px 0 26px;padding:22px 0;display:grid}.plan-price strong{color:var(--navy);letter-spacing:-.06em;font-size:clamp(2.1rem,3vw,3.05rem);line-height:1}.plan-price>span{color:var(--muted);margin:0 0 4px 7px;font-weight:700}.plan-price small{color:var(--muted);grid-column:1/-1;margin-top:7px;font-size:.78rem}.volume-list{flex:1;gap:16px;margin:0 0 28px;padding:0;list-style:none;display:grid}.volume-list li{align-items:center;gap:12px;display:flex}.volume-list strong,.volume-list span{display:block}.volume-list strong{color:var(--navy);font-size:1.12rem}.volume-list div span,.volume-list li>span:last-child{color:var(--muted);font-size:.84rem}.ink-dot{border-radius:65%/80% 80% 45% 45%;flex:none;width:16px;height:23px;transform:rotate(45deg)}.ink-dot--black{background:var(--navy)}.ink-dot--color{background:linear-gradient(135deg,#ec1677 0 33%,#ffd900 33% 66%,#00aee8 66%)}.check{width:25px;height:25px;color:var(--navy);background:var(--lime);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.custom-card{color:#fff;background:linear-gradient(110deg, transparent 56%, #009de02e), var(--navy);border-radius:22px;grid-template-columns:1.2fr .85fr auto;align-items:center;gap:40px;max-width:1220px;margin:70px auto 0;padding:46px;display:grid}.custom-card .eyebrow{color:var(--lime)}.custom-card h3{color:#fff;margin-bottom:10px;font-size:clamp(1.65rem,3vw,2.45rem)}.custom-card p,.custom-card li{color:#c8d7e6}.custom-card ul{margin:0;padding-left:20px}.package-note{max-width:1000px;color:var(--muted);text-align:center;margin:26px auto 0;font-size:.82rem}.overage-note{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1fr 1fr;max-width:780px;margin:28px auto 0;display:grid;overflow:hidden}.overage-note>div{justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;display:flex}.overage-note>div:first-child{border-right:1px solid var(--line)}.overage-note span{color:var(--muted);font-size:.85rem}.overage-note strong{color:var(--navy);font-size:1.3rem}.overage-note p{color:var(--muted);border-top:1px solid var(--line);background:var(--soft);text-align:center;grid-column:1/-1;margin:0;padding:13px 24px;font-size:.76rem}.included{background:#fff}.included-grid{border:1px solid var(--line);background:var(--line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1220px;display:grid;overflow:hidden}.included-grid article{background:#fff;min-height:230px;padding:34px}.included-grid article>span{color:var(--blue);font-size:.75rem;font-weight:900}.included-grid h3{margin:28px 0 10px;font-size:1.25rem}.included-grid p{color:var(--muted);margin:0;font-size:.9rem}.exclusion-note{color:#526273;border-left:4px solid var(--lime);background:var(--soft);max-width:1220px;margin-top:20px;padding:22px 26px;font-size:.88rem}.confidence{color:#fff;background:var(--navy);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;gap:clamp(50px,8vw,120px);display:grid}.confidence h2{color:#fff;max-width:760px}.confidence-copy>p:not(.eyebrow){color:#c8d7e6;max-width:760px;font-size:1.05rem}.confidence-copy small{color:#8fa5ba}.confidence-proof{border-left:1px solid #fff3;padding:24px 0 24px clamp(30px,5vw,70px)}.confidence-proof strong{color:var(--lime);letter-spacing:-.08em;font-size:clamp(5rem,10vw,9rem);line-height:.9;display:block}.confidence-proof span{margin:10px 0 22px;font-size:1.2rem;font-weight:800;display:block}.confidence-proof p{color:#aebed0;max-width:340px}.process{background:var(--soft)}.process-grid{grid-template-columns:repeat(4,1fr);max-width:1220px;margin:0 auto;padding:0;list-style:none;display:grid}.process-grid li{border-left:1px solid #c9d5df;padding:0 34px;position:relative}.process-grid li:last-child{border-right:1px solid #c9d5df}.process-grid li>span{width:42px;height:42px;color:var(--navy);background:var(--lime);border-radius:50%;place-items:center;margin-bottom:54px;font-weight:900;display:grid}.process-grid h3{font-size:1.17rem}.process-grid p{color:var(--muted);font-size:.9rem}.faq-list{max-width:980px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;color:var(--navy);padding:26px 56px 26px 0;font-weight:800;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--blue);font-size:1.5rem;font-weight:500;position:absolute;top:24px;right:10px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:820px;color:var(--muted);padding:0 0 26px}.final-cta{color:#fff;background:radial-gradient(circle at 95% 20%, #09cce040, transparent 28%), var(--navy);border-radius:24px;justify-content:space-between;align-items:center;gap:40px;margin:0 clamp(24px,4vw,70px) 70px;padding:64px clamp(30px,5vw,72px);display:flex}.final-cta h2{color:#fff;max-width:790px;margin:0}.final-cta .eyebrow{color:var(--lime)}footer{border-top:1px solid var(--line);background:#fff;grid-template-columns:1.4fr .7fr .7fr;gap:60px;padding:66px clamp(24px,7vw,112px) 28px;display:grid}.footer-brand img{object-fit:contain;object-position:left;width:205px;height:66px;margin-bottom:16px}footer strong,footer a{display:block}footer strong{color:var(--navy);margin-bottom:16px}footer a,footer p{color:var(--muted);margin-bottom:8px;font-size:.88rem}footer a:hover{color:var(--blue)}.copyright{border-top:1px solid var(--line);grid-column:1/-1;margin:30px 0 0;padding-top:22px}.whatsapp-float{z-index:28;color:#fff;background:#18b86c;border:3px solid #fff;border-radius:999px;align-items:center;gap:10px;min-height:54px;padding:0 18px 0 13px;font-size:.86rem;font-weight:900;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #061c3b3d}.whatsapp-float svg{fill:#fff;width:29px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030f21b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.quote-modal{background:#fff;border-radius:22px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:clamp(28px,5vw,52px);position:relative;overflow-y:auto;box-shadow:0 28px 90px #0000004d}.modal-close{width:40px;height:40px;color:var(--navy);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;font-size:1.7rem;line-height:1;display:grid;position:absolute;top:18px;right:18px}.modal-heading{padding-right:42px}.modal-heading h2,.success-state h2{margin-bottom:10px;font-size:clamp(1.85rem,4vw,2.7rem)}.modal-heading>p:last-child,.success-state>p{color:var(--muted)}.quote-form{gap:18px;margin-top:30px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.quote-form label{color:#263c55;gap:7px;font-size:.85rem;font-weight:800;display:grid}.quote-form input,.quote-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #becbd7;border-radius:9px}.quote-form input{min-height:48px;padding:0 13px}.quote-form textarea{resize:vertical;padding:12px 13px}.quote-form input[readonly]{color:#516374;background:var(--soft)}.optional{color:var(--muted);font-weight:500}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important;overflow:hidden!important}.quote-form .consent{color:var(--muted);align-items:flex-start;gap:10px;font-size:.78rem;font-weight:500;display:flex}.consent input{flex:none;width:18px;min-height:18px;margin-top:2px}.consent a,.form-error a{color:#007db8;text-decoration:underline}.form-note{color:var(--muted);text-align:center;margin:-8px 0 0;font-size:.76rem}.form-error{color:#8c2130;background:#fff3f4;border:1px solid #f2bcc3;border-radius:8px;padding:13px 15px;font-size:.82rem}.form-error p{margin-bottom:4px}.success-state{text-align:center;padding:24px 0 10px}.success-mark{width:66px;height:66px;color:var(--navy);background:var(--lime);border-radius:50%;place-items:center;margin:0 auto 24px;font-size:1.8rem;font-weight:900;display:grid}.success-actions{justify-content:center;gap:10px;margin-top:26px;display:flex}.legal-page{width:min(820px,100% - 40px);margin:0 auto;padding:70px 0 100px}.legal-brand img{object-fit:contain;object-position:left;width:210px;height:74px;margin-bottom:60px}.legal-page h1{margin-bottom:28px;font-size:clamp(2.4rem,5vw,4rem)}.legal-page h2{margin:38px 0 10px;font-size:1.35rem}.legal-page p{color:var(--muted)}.legal-page>.button{margin-top:30px}@media (width<=1050px){.site-header{grid-template-columns:190px 1fr}.site-header nav{justify-content:flex-end}.site-header>.button{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-panel{min-height:390px}.package-group{grid-template-columns:1fr;gap:12px}.custom-card{grid-template-columns:1fr 1fr}.custom-card .button{grid-column:1/-1}.included-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);gap:50px 0}.process-grid li:nth-child(2){border-right:1px solid #c9d5df}}@media (width<=760px){.site-header{grid-template-columns:1fr;min-height:70px;padding:8px 20px;position:relative}.brand img{width:166px;height:54px}.site-header nav{display:none}.hero{min-height:auto;padding:62px 22px 66px}.hero h1{font-size:clamp(2.75rem,13vw,4.3rem)}.hero-panel{border-radius:20px;min-height:410px;padding:36px 28px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:80px 22px}.section-heading{text-align:left;margin-bottom:42px}.plan-grid{grid-template-columns:1fr}.plan-card{min-height:0;padding:28px}.plan-description{min-height:0}.custom-card{grid-template-columns:1fr;gap:22px;padding:32px 28px}.custom-card .button{grid-column:auto}.overage-note{grid-template-columns:1fr}.overage-note>div:first-child{border-right:0;border-bottom:1px solid var(--line)}.included-grid{grid-template-columns:1fr}.included-grid article{min-height:190px}.confidence{grid-template-columns:1fr;gap:55px}.confidence-proof{border-top:1px solid #fff3;border-left:0;padding:40px 0 0}.process-grid{grid-template-columns:1fr;gap:0}.process-grid li,.process-grid li:nth-child(2),.process-grid li:last-child{border:0;border-top:1px solid #c9d5df;grid-template-columns:50px 1fr;column-gap:20px;padding:24px 0;display:grid}.process-grid li:last-child{border-bottom:1px solid #c9d5df}.process-grid li>span{grid-row:1/3;margin:0}.process-grid h3{margin-bottom:6px}.process-grid p{margin:0}.final-cta{margin:0 16px 50px;padding:42px 28px;display:grid}footer{grid-template-columns:1fr;gap:30px}.form-grid{grid-template-columns:1fr}.quote-modal{max-height:calc(100vh - 24px)}.modal-backdrop{padding:12px}.success-actions{flex-direction:column}.whatsapp-float{justify-content:center;width:56px;height:56px;min-height:56px;padding:0;bottom:14px;right:14px}.whatsapp-float span{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
