:root{--navy:#102a43;--teal:#0f8b72;--gold:#d9a441;--cream:#f7f5ef;--ink:#243b53;--muted:#6b7c8f;--line:#dce2e6;--white:#fff;--green:#087a55}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--navy);font-family:"DM Sans",sans-serif}button,input,select{font:inherit}.site-header{height:82px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(16,42,67,.13);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;font:800 19px "Manrope";letter-spacing:.12em;text-decoration:none;color:var(--navy)}.brand-mark{width:29px;height:29px;display:flex;align-items:flex-end;gap:2px;position:relative}.brand-mark i{display:block;width:7px;background:var(--navy)}.brand-mark i:nth-child(1){height:12px}.brand-mark i:nth-child(2){height:21px}.brand-mark i:nth-child(3){height:27px;background:var(--teal)}.brand-mark b{position:absolute;height:2px;width:31px;background:var(--gold);transform:rotate(-32deg);left:-1px;bottom:8px}.site-header nav{display:flex;gap:32px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.language{border:1px solid var(--navy);color:var(--navy);background:transparent;border-radius:99px;padding:8px 13px;font-weight:700;cursor:pointer}.hero{min-height:700px;display:grid;grid-template-columns:1.03fr .97fr;overflow:hidden}.hero-copy{padding:95px 6vw 70px max(6vw,calc((100vw - 1380px)/2));align-self:center}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--teal);margin:0 0 22px}.hero h1,.section-heading h2,.methodology h2{font:700 clamp(50px,6.2vw,92px)/.98 "Manrope";letter-spacing:-.065em;margin:0}.hero h1 em{font-style:normal;color:var(--teal)}.hero-lede{font-size:18px;line-height:1.65;color:var(--muted);max-width:590px;margin:30px 0}.primary-button{display:inline-flex;align-items:center;gap:40px;background:var(--navy);color:#fff;text-decoration:none;padding:17px 21px 17px 25px;border-radius:4px;font-weight:700;box-shadow:0 12px 28px rgba(16,42,67,.18)}.primary-button b{color:var(--gold);font-size:21px}.hero-trust{display:flex;gap:50px;margin-top:60px}.hero-trust span{display:flex;flex-direction:column;gap:5px}.hero-trust b{font:700 20px "Manrope"}.hero-trust small{color:var(--muted)}.hero-visual{background:var(--navy);position:relative;display:grid;place-items:center;min-height:620px}.visual-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.orbit-one{width:600px;height:600px}.orbit-two{width:390px;height:390px}.performance-card{position:relative;width:min(80%,470px);padding:32px;border-radius:10px;background:rgba(255,255,255,.97);box-shadow:0 35px 80px rgba(0,0,0,.32);transform:rotate(-2deg)}.card-top{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.card-top b{color:var(--teal)}.performance-card>p{font-size:13px;margin:35px 0 3px;color:var(--muted)}.performance-card>strong{font:800 60px "Manrope";letter-spacing:-.05em}.mini-chart{height:110px;display:flex;align-items:flex-end;gap:8px;margin:22px 0;border-bottom:1px solid var(--line)}.mini-chart i{flex:1;background:var(--teal);opacity:.18}.mini-chart i:nth-child(1){height:22%}.mini-chart i:nth-child(2){height:34%}.mini-chart i:nth-child(3){height:28%}.mini-chart i:nth-child(4){height:52%}.mini-chart i:nth-child(5){height:48%}.mini-chart i:nth-child(6){height:70%}.mini-chart i:nth-child(7){height:92%;opacity:.85}.card-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card-metrics span{display:flex;flex-direction:column}.card-metrics small{color:var(--muted);font-size:10px}.card-metrics b{font-size:13px;margin-top:5px}.calculator-section{padding:110px clamp(24px,5vw,76px);background:#eef2f1}.section-heading{max-width:1350px;margin:auto auto 55px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.section-heading h2,.methodology h2{font-size:clamp(42px,5vw,70px)}.section-heading>p{max-width:420px;color:var(--muted);line-height:1.6}.calculator-shell{max-width:1350px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;box-shadow:0 30px 80px rgba(16,42,67,.13)}.inputs-panel{background:#fff;padding:38px 48px}.segmented{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#eef2f1;border-radius:5px}.segmented button{border:0;background:transparent;padding:12px;cursor:pointer;color:var(--muted);font-weight:700;border-radius:3px}.segmented button.active{background:#fff;color:var(--navy);box-shadow:0 3px 12px rgba(16,42,67,.08)}.form-section{padding:34px 0;border-bottom:1px solid var(--line)}.form-section:last-child{border:0}.form-section-title{display:flex;gap:13px;align-items:center;margin-bottom:24px}.form-section-title>span{font-size:10px;color:var(--teal);font-weight:800}.form-section-title h3{margin:0;font:700 18px "Manrope"}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-grid label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted);font-weight:600}.field-grid label.full{grid-column:1/-1}.field-grid input,.field-grid select{width:100%;height:48px;border:1px solid var(--line);border-radius:3px;background:#fafbfa;color:var(--navy);padding:0 13px;outline:none}.field-grid input:focus,.field-grid select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,139,114,.1)}.money-field,.suffix-field{position:relative}.money-field input{padding-left:33px}.money-field b{position:absolute;left:13px;top:15px;color:var(--ink);z-index:1}.suffix-field input{padding-right:38px}.suffix-field b{position:absolute;right:13px;top:15px;color:var(--muted)}.results-panel{background:var(--navy);color:#fff;padding:42px;position:sticky;top:0;height:max-content}.results-header{display:flex;justify-content:space-between}.results-header p{font-size:10px;letter-spacing:.16em;color:#98aabc;margin:0 0 6px}.results-header h3{margin:0;font-size:15px}.live-dot{display:flex;align-items:center;gap:7px;font-size:11px;color:#a7d8ca}.live-dot i{width:7px;height:7px;background:#4fd1a8;border-radius:50%;box-shadow:0 0 0 5px rgba(79,209,168,.1)}.headline-result{margin:48px 0 35px;display:flex;flex-direction:column}.headline-result>span{font-size:13px;color:#aab8c6}.headline-result strong{font:800 64px "Manrope";letter-spacing:-.05em;margin:5px 0}.headline-result small{color:#7ce1bf}.results-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.15)}.results-grid div{padding:19px 0;border-bottom:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:5px}.results-grid div:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.results-grid div:nth-child(even){padding-left:20px}.results-grid span{color:#9aabbb;font-size:11px}.results-grid b{font-size:16px}.projection{margin-top:28px}.projection-top{display:flex;justify-content:space-between}.projection-top span{display:flex;flex-direction:column;gap:4px}.projection-top span:last-child{text-align:right}.projection-top small{color:#9aabbb}.projection-chart{height:70px;display:flex;align-items:flex-end;gap:5px;margin-top:15px}.projection-chart i{flex:1;background:linear-gradient(to top,rgba(15,139,114,.2),#43c4a1);min-height:5px}.projection-years{display:flex;justify-content:space-between;font-size:10px;color:#8294a5;margin-top:5px}.report-button{width:100%;margin-top:30px;padding:15px 18px;display:flex;justify-content:space-between;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;cursor:pointer;border-radius:3px;font-weight:700}.report-button:hover{background:#fff;color:var(--navy)}.results-note{color:#8597a8;font-size:10px;line-height:1.5;margin:18px 0 0}.methodology{padding:120px clamp(24px,5vw,76px);max-width:1500px;margin:auto}.method-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:70px;border:1px solid var(--line)}.method-cards article{background:var(--cream);padding:40px}.method-cards article>span{color:var(--gold);font-size:12px;font-weight:800}.method-cards h3{font:700 20px "Manrope";margin:50px 0 13px}.method-cards p{color:var(--muted);line-height:1.65;margin:0}footer{min-height:150px;background:var(--navy);color:#fff;padding:40px clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:20px}footer .brand{color:#fff}footer p{font-size:12px;color:#96a8b8}@media(max-width:950px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:75px 24px}.hero-visual{min-height:520px}.calculator-shell{grid-template-columns:1fr}.results-panel{position:relative}.section-heading{align-items:flex-start;flex-direction:column}.method-cards{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start}}@media(max-width:580px){.hero h1{font-size:48px}.hero-trust{gap:20px;justify-content:space-between}.hero-trust small{font-size:10px}.performance-card{width:90%;padding:24px}.inputs-panel{padding:28px 20px}.field-grid{grid-template-columns:1fr}.field-grid label.full{grid-column:auto}.results-panel{padding:30px 22px}.headline-result strong{font-size:55px}.calculator-section{padding:80px 14px}.site-header{padding:0 18px}.methodology{padding:80px 24px}}@media print{.site-header,.hero,.inputs-panel,.methodology,footer,.report-button{display:none!important}.calculator-section{padding:0;background:#fff}.section-heading{display:block;margin:0 0 20px}.calculator-shell{display:block;box-shadow:none}.results-panel{background:#fff;color:#102a43}.results-header p,.results-grid span,.results-note,.headline-result>span,.projection-top small{color:#566b7d}.results-grid{border-color:#ccd5db}.results-grid div{border-color:#ccd5db!important}.projection-chart i{background:#0f8b72}}
