.hero{background:linear-gradient(135deg, var(--clr-dark) 0%, var(--clr-navy) 60%, var(--clr-primary) 100%);flex-direction:column;justify-content:center;min-height:480px;padding:56px 5% 48px;display:flex;position:relative;overflow:hidden}.hero-inner{max-width:860px}.hero h1{color:#fff;letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;line-height:1.12}.hero p{color:#ffffffc7;max-width:580px;font-size:1rem;line-height:1.76}.hero-badges{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.hero-badge{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:.78rem;font-weight:500;display:flex}.hero-badge .dot{background:#5de3b4;border-radius:50%;flex-shrink:0;width:6px;height:6px}.page-wrap{max-width:1000px;margin:0 auto;padding:40px 5% 80px}.mode-switcher{margin-bottom:28px}.mode-switcher-label{color:var(--clr-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:700}.mode-cards{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.mode-card{border:2px solid var(--clr-border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;background:#fff;padding:20px 22px;font-family:inherit;transition:all .2s}.mode-card:hover{border-color:var(--clr-primary);background:var(--clr-bg-alt)}.mode-card.active-impl,.mode-card.active-opt,.mode-card.active-po{border-color:var(--clr-primary);background:var(--clr-bg-alt);box-shadow:0 0 0 3px #006fb71f}.mode-card-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex}.icon-impl,.icon-opt,.icon-po{background:var(--clr-primary)}.mode-card-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.mode-card-title{color:var(--clr-heading);margin-bottom:5px;font-size:.92rem;font-weight:700}.mode-card-desc{color:var(--clr-text-muted);font-size:.76rem;line-height:1.55}.mode-tag{background:var(--clr-bg-alt);color:var(--clr-navy);border-radius:20px;margin-top:10px;padding:2px 9px;font-size:.68rem;font-weight:700;display:inline-block}.calc-card{border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:#fff;overflow:hidden;box-shadow:0 4px 32px #006fb712}.calc-header{border-bottom:1px solid var(--clr-border);background:var(--clr-bg-alt);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 28px;display:flex}.calc-header-left{align-items:center;gap:14px;display:flex}.calc-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.calc-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.ci-impl,.ci-opt,.ci-po{background:var(--clr-primary)}.calc-title{color:var(--clr-heading);font-size:1rem;font-weight:700}.calc-subtitle{color:var(--clr-text-muted);margin-top:2px;font-size:.78rem}.kx-badge{background:var(--clr-bg-alt);color:var(--clr-navy);border:1px solid #b5d4ef;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:.75rem;font-weight:600;display:flex}.calc-body{padding:28px}.section-label{letter-spacing:.08em;text-transform:uppercase;border-bottom:1.5px solid var(--clr-bg-alt);margin-bottom:14px;padding-bottom:8px;font-size:.7rem;font-weight:700}.sl-impl,.sl-opt,.sl-po{color:var(--clr-primary)}.grid-2{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.field{flex-direction:column;gap:5px;display:flex}.field label{color:var(--clr-body);font-size:.8rem;font-weight:600}.field select,.field input[type=number]{color:var(--clr-body);border:1.5px solid var(--clr-border);border-radius:var(--radius-sm);background:#fff;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.875rem;transition:border-color .2s}.field select:focus,.field input:focus{border-color:var(--clr-primary)}.field .hint{color:var(--clr-text-muted);font-size:.72rem}.divider{border:none;border-top:1px solid var(--clr-border);margin:20px 0}.check-group{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.check-label{cursor:pointer;color:var(--clr-body);border:1.5px solid var(--clr-border);user-select:none;background:#fff;border-radius:20px;align-items:center;gap:7px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.check-label input{display:none}.chip-dot{background:var(--clr-border);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .15s}.check-label:has(input:checked){background:var(--clr-bg-alt);border-color:var(--clr-primary);color:var(--clr-navy)}.check-label:has(input:checked) .chip-dot{background:var(--clr-primary)}.scenario-wrap{margin-bottom:22px}.scenario-hint{color:var(--clr-text-muted);margin-bottom:10px;font-size:.78rem;font-weight:600}.scenario-tabs{border:1.5px solid var(--clr-border);border-radius:var(--radius-sm);gap:0;width:fit-content;display:flex;overflow:hidden}.scenario-tabs button{cursor:pointer;border:none;border-right:1.5px solid var(--clr-border);color:var(--clr-text-muted);background:#fff;padding:8px 22px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.scenario-tabs button:last-child{border-right:none}.scenario-tabs button.active{background:var(--clr-primary);color:#fff}.scenario-tabs button:not(.active):hover{background:var(--clr-bg-alt);color:var(--clr-body)}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.metric-card{border-radius:var(--radius-md);border:1px solid var(--clr-border);padding:14px 16px}.mc-green{background:#f0fdf8}.mc-impl{background:var(--clr-bg-alt)}.metric-card .m-label{color:var(--clr-text-muted);margin-bottom:6px;font-size:.72rem;line-height:1.4}.metric-card .m-val{font-size:1.25rem;font-weight:700}.m-val.green{color:#166534}.m-val.blue{color:var(--clr-navy)}.benefit-banner{border-radius:var(--radius-lg);background:#f0fdf8;border:1.5px solid #1d9e75;margin-bottom:18px;padding:22px 24px}.benefit-banner.po-banner{border-color:var(--clr-primary);background:var(--clr-bg-alt)}.benefit-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.benefit-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:#166534;margin-bottom:4px;font-size:.72rem;font-weight:700}.benefit-eyebrow.po-ey{color:var(--clr-navy)}.benefit-num{letter-spacing:-.03em;color:#166534;font-size:2.6rem;font-weight:800;line-height:1}.benefit-num.po-num{color:var(--clr-navy)}.benefit-scenario{color:var(--clr-text-muted);margin-top:5px;font-size:.78rem}.benefit-right{text-align:right;flex-direction:column;gap:7px;display:flex}.meta-row{color:var(--clr-text-muted);font-size:.82rem}.meta-row strong{color:var(--clr-heading);font-weight:700}.bar-section{border-top:1px solid #1d9e7540;padding-top:14px}.po-banner .bar-section{border-top-color:#006fb733}.bar-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--clr-text-muted);margin-bottom:10px;font-size:.72rem;font-weight:700}.bar-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.bar-label{color:var(--clr-text-muted);flex-shrink:0;width:200px;font-size:.78rem}.bar-track{background:#1d9e7526;border-radius:4px;flex:1;height:7px;overflow:hidden}.po-banner .bar-track{background:#006fb71f}.bar-fill{border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.bar-val{color:#166534;text-align:right;flex-shrink:0;width:76px;font-size:.78rem;font-weight:600}.po-kpi-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.po-kpi-card{border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:4px;padding:14px 18px;display:flex}.po-kpi-val{color:var(--clr-navy);font-size:1.4rem;font-weight:800;line-height:1}.po-kpi-label{color:var(--clr-text-muted);font-size:.73rem;line-height:1.4}.benefit-breakdown{border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:#fff;margin-bottom:20px;padding:18px 20px}.card-head{color:var(--clr-heading);align-items:center;gap:8px;margin-bottom:14px;font-size:.82rem;font-weight:700;display:flex}.head-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ben-icon{background:#f0fdf8}.ben-icon-po{background:var(--clr-bg-alt)}.head-icon svg{fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.ben-icon svg{stroke:#166534}.ben-icon-po svg{stroke:var(--clr-primary)}.line-item{border-bottom:1px solid var(--clr-bg-alt);justify-content:space-between;align-items:center;padding:6px 0;font-size:.8rem;display:flex}.line-item:last-child{border-bottom:none}.line-label{color:var(--clr-text-muted)}.line-val{color:#166534;font-weight:700}.line-val.teal{color:var(--clr-navy)}.total-row{border-top:1.5px solid var(--clr-border);justify-content:space-between;margin-top:5px;padding:9px 0 0;font-size:.86rem;font-weight:700;display:flex}.t-green{color:#166534}.simbus-panel{background:var(--clr-bg-alt);border:1px solid var(--clr-border);border-radius:var(--radius-lg);margin-bottom:20px;padding:20px 24px}.panel-head{color:var(--clr-heading);align-items:center;gap:8px;margin-bottom:14px;font-size:.86rem;font-weight:700;display:flex}.panel-head-icon{background:var(--clr-primary);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:30px;height:30px;display:flex}.panel-head-icon svg{fill:none;stroke:#fff;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.services-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.svc-item{color:var(--clr-text-muted);align-items:flex-start;gap:8px;font-size:.78rem;line-height:1.5;display:flex}.svc-dot{border-radius:var(--radius-sm);background:var(--clr-bg-alt);flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.svc-dot svg{fill:none;width:10px;height:10px;stroke:var(--clr-primary);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.disclaimer{color:var(--clr-text-muted);background:var(--clr-bg-alt);border-radius:var(--radius-sm);border-left:3px solid var(--clr-border);margin-bottom:20px;padding:14px 16px;font-size:.74rem;line-height:1.65}.disclaimer strong{color:var(--clr-body)}.cta-row{flex-wrap:wrap;gap:10px;display:flex}.btn-primary,.btn-amber,.btn-teal{background:var(--clr-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:11px 22px;font-family:inherit;font-size:.84rem;font-weight:700;transition:background .2s}.btn-primary:hover,.btn-amber:hover,.btn-teal:hover{background:var(--clr-navy)}@media (width<=860px){.mode-cards,.metrics-grid,.services-grid,.grid-3{grid-template-columns:1fr 1fr}.calc-body{padding:18px}}@media (width<=600px){.mode-cards{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.grid-2,.grid-3,.services-grid,.po-kpi-row{grid-template-columns:1fr}.btn-primary,.btn-amber,.btn-teal{padding:9px 16px;font-size:.76rem}}@media (width<=400px){.metrics-grid{grid-template-columns:1fr}}#metricsGrid{min-height:72px}#benTotal{min-height:2.9rem;display:block}#benefitBars{min-height:155px}#benefitLines{min-height:220px}#servicesGrid{min-height:100px}#ctaRow{min-height:40px}@media (width<=860px){#metricsGrid{min-height:152px}#benefitBars{min-height:200px}#benefitLines{min-height:260px}#servicesGrid{min-height:132px}}@media (width<=600px){#metricsGrid{min-height:304px}#benefitBars{min-height:240px}#benefitLines{min-height:300px}#servicesGrid{min-height:264px}}
