@import url('./jcs-theme.css');
:root{--ink:#142c32;--muted:#64767a;--green:#12b981;--green-dark:#079669;--mint:#eafaf4;--navy:#102e35;--cream:#f6f8f5;--line:#dfe8e5;--white:#fff;--shadow:0 24px 70px rgba(16,46,53,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",sans-serif}button,input,select{font:inherit}button,a{cursor:pointer}a{color:inherit;text-decoration:none}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:20px}.brand>span:last-child>span{color:var(--green)}.brand-mark{width:36px;height:36px;border-radius:10px;background:var(--green);display:grid;place-items:center;color:white;font-size:19px}.topbar nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.topbar nav>a{color:#4c6267}.button{border:0;border-radius:10px;padding:14px 22px;font-weight:700;transition:.2s;display:inline-flex;align-items:center;justify-content:center;gap:10px}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--green);color:white;box-shadow:0 10px 28px rgba(18,185,129,.22)}.button-primary:hover{background:var(--green-dark)}.button-ghost{background:white;border:1px solid var(--line);color:var(--ink)}.button-small{padding:10px 17px}.hero{min-height:650px;background:linear-gradient(110deg,#f5fbf8 0%,#f8fbf9 53%,#e7f7f1 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:74px max(24px,calc((100vw - 1180px)/2));overflow:hidden}.hero-copy{max-width:590px}.eyebrow{color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;display:flex;align-items:center;gap:9px}.eyebrow>span{width:25px;height:2px;background:var(--green)}h1,h2,h3{font-family:Manrope,sans-serif}.hero h1{font-size:56px;line-height:1.08;letter-spacing:-2.8px;margin:20px 0}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:540px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.quiet{font-size:13px;color:#6b7e81}.quiet strong{color:var(--green)}.proof-row{display:flex;margin-top:48px;gap:42px}.proof-row div{display:flex;flex-direction:column}.proof-row strong{font-family:Manrope;font-size:19px}.proof-row span{font-size:12px;color:#819093;margin-top:3px}.hero-visual{min-height:490px;display:grid;place-items:center;position:relative}.glow{position:absolute;width:450px;height:450px;background:rgba(47,203,151,.19);border-radius:50%;filter:blur(3px)}.preview-card{width:390px;background:white;border-radius:18px;box-shadow:var(--shadow);padding:23px 28px 27px;position:relative;z-index:2;transform:rotate(-1deg)}.preview-head{display:flex;justify-content:space-between;border-bottom:1px solid #edf1ef;padding-bottom:16px;font-size:11px;color:#8a999b}.dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#d7e0dd;margin-right:5px}.recommendation-badge{font-size:10px;letter-spacing:.8px;font-weight:800;color:#078d63;background:#e7faf3;border-radius:20px;padding:6px 10px;display:inline-block;margin-top:20px}.preview-label{display:block;font-size:11px;color:#829194;margin-top:19px}.preview-title{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.preview-title span{font-family:Manrope;font-weight:800;font-size:21px}.preview-title strong{font-size:10px;background:#f0f4f2;border-radius:5px;padding:5px 7px}.preview-rate{margin:19px 0;display:flex;align-items:end;gap:10px}.preview-rate strong{font-family:Manrope;font-size:38px;line-height:1}.preview-rate span{font-size:10px;color:#879496}.mini-bars{padding:15px 0;border-top:1px solid #edf1ef}.mini-bars div{display:grid;grid-template-columns:65px 1fr 37px;gap:7px;align-items:center;font-size:9px;margin:9px 0}.mini-bars i{height:6px;border-radius:5px;background:#edf2f0;overflow:hidden}.mini-bars b{display:block;height:100%;background:var(--green);border-radius:5px}.mini-bars div:nth-child(2) b{background:#bdcbc7}.saving-box{padding:12px 15px;border-radius:8px;background:var(--mint);display:flex;justify-content:space-between;align-items:center;font-size:10px}.saving-box strong{font-size:14px;color:#087e59}.floating-card{position:absolute;z-index:3;background:white;border-radius:12px;box-shadow:0 14px 40px rgba(16,46,53,.13);padding:12px 15px;display:flex;gap:10px;align-items:center;font-size:11px}.floating-card>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green-dark);font-weight:bold}.floating-card div{display:flex;flex-direction:column}.floating-card small{color:#829194}.floating-top{top:53px;right:-10px}.floating-bottom{bottom:70px;left:-5px}.floating-bottom strong{font-size:14px;color:var(--green-dark)}.steps-section{padding:110px 24px;max-width:1180px;margin:auto}.section-heading{text-align:center;max-width:670px;margin:auto}.section-heading .eyebrow{justify-content:center}.section-heading h2{font-size:39px;letter-spacing:-1.5px;margin:16px 0 10px}.section-heading p{color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:58px}.steps-grid article{border:1px solid var(--line);border-radius:15px;padding:29px;position:relative;transition:.2s}.steps-grid article:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(16,46,53,.08)}.step-number{position:absolute;right:24px;top:22px;color:#c9d5d1;font-family:Manrope;font-weight:800}.step-icon{width:48px;height:48px;border-radius:12px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center;font-size:23px}.steps-grid h3{font-size:18px;margin:24px 0 9px}.steps-grid p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.trust-section{background:var(--navy);color:white;max-width:1180px;margin:0 auto 90px;padding:58px 65px;border-radius:22px;display:flex;justify-content:space-between;align-items:center}.eyebrow.light{color:#6be3bb}.trust-section h2{font-size:35px;line-height:1.2;margin:13px 0 0}.trust-list p{display:flex;align-items:center;gap:12px;color:#d3e0de}.trust-list span{width:24px;height:24px;background:rgba(33,207,148,.14);color:#52d7aa;border-radius:50%;display:grid;place-items:center}footer{border-top:1px solid var(--line);padding:40px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr 1fr;align-items:center;color:var(--muted)}footer>p{text-align:right}footer>small{grid-column:1/-1;margin-top:25px;padding-top:20px;border-top:1px solid var(--line)}
.modal{position:fixed;inset:0;background:rgba(8,31,36,.65);z-index:20;display:none;padding:24px;overflow:auto}.modal.open{display:grid;place-items:center}.modal-shell{width:min(1100px,100%);min-height:680px;background:white;border-radius:20px;display:grid;grid-template-columns:330px 1fr;overflow:hidden;box-shadow:var(--shadow);position:relative}.modal-close{position:absolute;right:18px;top:14px;z-index:3;width:36px;height:36px;border:0;background:#f0f5f3;border-radius:50%;font-size:23px;color:#557074}.sim-aside{background:var(--navy);color:white;padding:38px;display:flex;flex-direction:column}.brand-light>span:last-child{color:white}.progress-copy{margin-top:120px}.progress-copy>span{font-size:10px;color:#6be3bb;font-weight:800;letter-spacing:1.5px}.progress-copy h2{font-size:28px;line-height:1.2;margin:15px 0}.progress-copy p{color:#a9bfbd;font-size:14px;line-height:1.6}.progress-track{height:5px;background:#29464c;border-radius:8px;margin-top:22px;overflow:hidden}.progress-track i{display:block;width:25%;height:100%;background:var(--green);transition:.3s}.aside-note{margin-top:auto;display:flex;gap:12px;border-top:1px solid #29464c;padding-top:25px}.aside-note>span{width:25px;height:25px;border:1px solid #547076;border-radius:50%;display:grid;place-items:center;font-size:12px}.aside-note p{font-size:11px;color:#9db3b1;margin:0;display:flex;flex-direction:column;line-height:1.5}.aside-note strong{color:white}.sim-content{padding:70px 62px 32px;display:flex;flex-direction:column}.sim-content form{height:100%;display:flex;flex-direction:column}.form-step{display:none}.form-step.active{display:block;animation:fade .25s ease}@keyframes fade{from{opacity:0;transform:translateX(7px)}}.form-kicker{font-size:10px;color:var(--green-dark);font-weight:800;letter-spacing:1.5px}.form-step h2,.results-head h2{font-size:31px;margin:10px 0 7px}.form-intro,.results-head p{margin:0 0 30px;color:var(--muted);font-size:14px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.choice-card{border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:15px;position:relative;cursor:pointer}.choice-card:has(input:checked){border:2px solid var(--green);background:#f8fdfa}.choice-card input{position:absolute;opacity:0}.choice-card>i{display:none;position:absolute;right:14px;top:14px;background:var(--green);color:white;width:20px;height:20px;border-radius:50%;font-style:normal;font-size:12px;place-items:center}.choice-card:has(input:checked)>i{display:grid}.choice-icon{width:43px;height:43px;background:var(--mint);border-radius:10px;display:grid;place-items:center;color:var(--green-dark);font-size:22px}.choice-card>span:nth-of-type(2){display:flex;flex-direction:column;gap:5px}.choice-card small{color:var(--muted);font-size:12px}.choice-card b{font-size:9px;color:#8a999b;margin-top:4px}.choice-card.disabled{opacity:.6;cursor:not-allowed}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-grid label,.select-label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}.field-grid label>small,.select-label>small{color:#849395;font-size:10px;font-weight:400}.money-input{height:51px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;padding:0 14px;gap:10px}.money-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(18,185,129,.1)}.money-input span{color:#8b999b;font-size:12px}.money-input input{width:100%;border:0;outline:0;font-size:17px;font-weight:700;color:var(--ink)}.toggle-row{margin-top:28px;border:1px solid var(--line);border-radius:11px;padding:15px;display:flex;align-items:center;gap:13px;cursor:pointer}.toggle-row input{display:none}.toggle-row>span{width:38px;height:22px;border-radius:20px;background:#cbd7d4;position:relative;transition:.2s}.toggle-row>span:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:white;top:3px;left:3px;transition:.2s}.toggle-row input:checked+span{background:var(--green)}.toggle-row input:checked+span:after{left:19px}.toggle-row div{display:flex;flex-direction:column}.toggle-row strong{font-size:13px}.toggle-row small{color:var(--muted);font-size:10px;margin-top:2px}.select-label{margin-top:24px}.select-label select{height:51px;border:1px solid var(--line);border-radius:9px;background:white;padding:0 12px;color:var(--ink)}.review-card{background:#f6f9f8;border-radius:12px;padding:7px 20px}.review-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e4ebe8;font-size:13px}.review-row:last-child{border:0}.review-row span{color:var(--muted)}.consent{display:flex;gap:10px;margin-top:22px;font-size:11px;line-height:1.5;color:#65787b}.consent input{accent-color:var(--green)}.form-nav{margin-top:auto;padding-top:35px;display:flex;justify-content:space-between}.button-back{background:transparent;color:#63777a;padding-left:0}.results{display:none}.results.show{display:block;animation:fade .3s ease}.results-head{display:flex;justify-content:space-between;align-items:start}.results-head .button{padding:10px 15px;font-size:12px}.result-highlight{background:linear-gradient(110deg,#12363c,#0e4a45);color:white;border-radius:15px;padding:25px 28px;display:flex;justify-content:space-between;align-items:center}.result-highlight .recommendation-badge{margin:0;background:rgba(36,213,153,.15);color:#75e5c0}.result-highlight h3{font-size:25px;margin:10px 0 3px}.result-highlight p{margin:0;color:#b4cac6;font-size:12px}.annual-saving{text-align:right;display:flex;flex-direction:column}.annual-saving span{font-size:10px;color:#a9c1bd}.annual-saving strong{font-family:Manrope;font-size:29px;color:#66e0b7}.annual-saving small{color:#b6cbc8}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.regime-card{border:1px solid var(--line);border-radius:11px;padding:17px}.regime-card.best{border-color:#80dabe;background:#f7fcfa}.regime-card-head{display:flex;justify-content:space-between;align-items:start}.regime-card h4{margin:0;font-size:13px}.regime-card .rate{font-family:Manrope;font-size:22px;font-weight:800}.regime-card p{font-size:10px;color:var(--muted);margin:4px 0 0}.regime-card .amount{display:flex;justify-content:space-between;margin-top:13px;padding-top:12px;border-top:1px solid var(--line);font-size:11px}.regime-card .amount strong{font-size:13px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.result-grid article{border:1px solid var(--line);border-radius:11px;padding:15px;display:flex;gap:12px}.result-icon{width:32px;height:32px;border-radius:8px;background:var(--mint);display:grid;place-items:center;color:var(--green-dark);font-weight:bold;flex:none}.result-grid article div{display:flex;flex-direction:column}.result-grid small{color:var(--muted);font-size:9px}.result-grid strong{font-size:14px;margin:2px 0}.result-grid p{font-size:9px;color:var(--muted);margin:0;line-height:1.4}.assumptions{margin-top:15px;background:#f7f9f8;border-radius:10px;padding:14px 18px}.assumptions h3{font-size:12px;margin:0}.assumptions ul{margin:8px 0 0;padding-left:17px;color:var(--muted);font-size:9px;line-height:1.6}.results-actions{display:flex;align-items:center;gap:18px;margin-top:15px}.results-actions .button{font-size:12px;padding:10px 17px}.results-actions p{font-size:9px;color:var(--muted)}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{margin:auto;text-align:center}.hero .eyebrow,.hero-actions{justify-content:center}.proof-row{justify-content:center}.hero-visual{min-height:480px}.steps-grid{grid-template-columns:1fr}.trust-section{margin-left:20px;margin-right:20px;flex-direction:column;align-items:start;gap:30px}.modal{padding:0}.modal-shell{border-radius:0;min-height:100vh;grid-template-columns:230px 1fr}.sim-aside{padding:25px}.sim-content{padding:70px 35px 25px}}
@media(max-width:650px){.topbar nav>a{display:none}.hero{padding-top:42px}.hero h1{font-size:39px;letter-spacing:-1.8px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.proof-row{gap:24px}.preview-card{width:320px;padding:20px}.floating-top{right:0}.floating-bottom{left:0}.section-heading h2{font-size:31px}.trust-section{padding:40px 28px}.modal-shell{display:block}.sim-aside{padding:20px 24px;height:150px}.sim-aside .brand,.aside-note,.progress-copy p{display:none}.progress-copy{margin-top:20px}.progress-copy h2{font-size:17px;margin:7px 0}.progress-track{margin-top:10px}.sim-content{padding:55px 22px 22px;min-height:calc(100vh - 150px)}.profile-grid,.field-grid,.comparison,.result-grid{grid-template-columns:1fr}.form-step h2,.results-head h2{font-size:25px}.form-nav{position:sticky;bottom:0;background:white;padding:18px 0 3px}.result-highlight,.results-head{align-items:start;flex-direction:column;gap:18px}.annual-saving{text-align:left}.results-head .button{display:none}.results-actions{align-items:start;flex-direction:column}footer{display:block}footer>p{text-align:left}}
@media print{body>*:not(.modal){display:none}.modal{display:block;position:static;background:white;padding:0}.modal-shell{display:block;box-shadow:none}.sim-aside,.modal-close,.results-head button,.results-actions{display:none}.sim-content{padding:0}.results{display:block!important}.result-highlight{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
body,.brand,h1,h2,h3,.proof-row strong,.preview-title span,.preview-rate strong,.step-number,.annual-saving strong,.regime-card .rate{font-family:"Segoe UI",Arial,sans-serif}
.owner-compensation{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;background:#f6f9f8;border-radius:11px;padding:14px}.owner-compensation div{display:flex;flex-direction:column;padding:0 10px;border-right:1px solid var(--line)}.owner-compensation div:last-child{border:0}.owner-compensation small{font-size:9px;color:var(--muted)}.owner-compensation strong{font-size:15px;margin:3px 0}.owner-compensation p{font-size:8px;color:var(--muted);margin:0}@media(max-width:650px){.owner-compensation{grid-template-columns:1fr}.owner-compensation div{border-right:0;border-bottom:1px solid var(--line);padding:8px}}
.tools-section{padding:0 24px 110px;max-width:1180px;margin:auto}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.tools-grid article{position:relative;border:1px solid var(--line);border-radius:18px;padding:32px;background:white;overflow:hidden}.tools-grid article:nth-child(2){background:linear-gradient(145deg,#f4fbf8,#e8f8f2)}.tools-grid h3{font-size:22px;margin:20px 0 8px}.tools-grid p{color:var(--muted);margin:0 0 24px}.tool-tag{position:absolute;right:24px;top:24px;font-size:9px;font-weight:800;letter-spacing:1px;color:var(--green-dark)}.seller-fields{display:none;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.seller-fields.show{display:block}.seller-fields .field-grid{margin-top:18px}.price-shell{width:min(1180px,100%);min-height:760px}.price-content{overflow:auto;max-height:calc(100vh - 48px)}.price-content form{display:block;height:auto}.price-base-grid{grid-template-columns:repeat(4,1fr)}.costs-head{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.costs-head h3{font-size:16px;margin:0}.costs-head p{font-size:11px;color:var(--muted);margin:4px 0}.cost-list{display:flex;flex-direction:column;gap:8px}.cost-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 34px;gap:8px}.cost-row>input,.cost-row select{border:1px solid var(--line);border-radius:8px;padding:0 11px;min-width:0;background:white}.cost-row .money-input{height:43px}.remove-cost{border:0;border-radius:8px;background:#f2f5f4;color:#6f8285;font-size:19px}.price-submit{margin-top:24px;width:100%}.price-results{display:none}.price-results.show{display:block;animation:fade .3s ease}.price-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:white;border-radius:15px;padding:27px}.price-hero>div{display:flex;flex-direction:column}.price-hero>div+div{border-left:1px solid #345159;padding-left:28px}.price-hero small{font-size:9px;color:#6be3bb;letter-spacing:1px}.price-hero strong{font-size:32px;margin:5px 0}.price-hero p{font-size:10px;color:#abc0bd;margin:0}.pricing-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.pricing-metrics article{border:1px solid var(--line);border-radius:10px;padding:15px;display:flex;flex-direction:column}.pricing-metrics small{font-size:9px;color:var(--muted)}.pricing-metrics strong{font-size:17px;margin-top:4px}.negative{color:#ca4545}.cost-breakdown{margin-top:15px;border:1px solid var(--line);border-radius:11px;padding:18px}.cost-breakdown h3{font-size:13px;margin:0 0 14px}.breakdown-row{display:grid;grid-template-columns:180px 1fr 90px;gap:10px;align-items:center;font-size:10px;margin:10px 0}.breakdown-row i{height:7px;background:#edf2f0;border-radius:5px;overflow:hidden}.breakdown-row b{display:block;height:100%;background:var(--green)}.breakdown-row strong{text-align:right}.cost-detail{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:13px;border-top:1px solid var(--line)}.cost-detail span{font-size:9px;background:#f3f7f5;padding:6px 8px;border-radius:5px}@media(max-width:900px){.price-base-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.tools-grid,.price-base-grid,.pricing-metrics{grid-template-columns:1fr}.cost-row{grid-template-columns:1fr 1fr 34px}.cost-row>input{grid-column:1/-1}.price-hero{grid-template-columns:1fr;gap:18px}.price-hero>div+div{border-left:0;border-top:1px solid #345159;padding:18px 0 0}.breakdown-row{grid-template-columns:1fr 60px}.breakdown-row i{display:none}.costs-head{align-items:start;gap:12px}.price-content{max-height:none}}
.profile-grid{grid-template-columns:repeat(3,1fr)}.price-choice{background:linear-gradient(145deg,#fbfefd,#effaf6)}.lead-capture-card{margin-top:16px;padding:20px;border-radius:13px;background:linear-gradient(120deg,#f0faf6,#f8fbfa);border:1px solid #d5ece3}.lead-copy h3{font-size:17px;margin:6px 0}.lead-copy p{font-size:11px;color:var(--muted);margin:0 0 16px}.lead-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}.lead-fields label{display:flex;flex-direction:column;gap:5px;font-size:9px;font-weight:700}.lead-fields input{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:white}.lead-consent{display:flex;gap:7px;align-items:center;font-size:9px;color:var(--muted);margin:11px 0}.lead-consent input{accent-color:var(--green)}.lead-capture-card form>.button{font-size:11px;padding:10px 15px}.lead-success{display:none;align-items:center;gap:12px}.lead-success.show{display:flex}.lead-success>span{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white}.lead-success strong{font-size:12px}.lead-success p{font-size:9px;color:var(--muted);margin:3px 0}@media(max-width:750px){.profile-grid,.lead-fields{grid-template-columns:1fr}}
.brand>span:last-child{display:flex;flex-direction:column;line-height:1}.brand>span:last-child>small{font-family:"Segoe UI",Arial,sans-serif;font-size:7px;font-weight:600;color:#7b8c8f;margin-top:4px;letter-spacing:.15px}.brand-light>span:last-child>small{color:#8eb0ad}.whatsapp-button{background:#19a968;color:white;font-size:11px;padding:10px 14px}.whatsapp-button:hover{background:#128351}.lead-success .whatsapp-button{display:inline-flex;margin-top:6px}footer a{text-decoration:underline;text-underline-offset:3px}
