:root{--primary-dark:#fff;--secondary-dark:#f8f8f8;--tertiary-dark:#eee;--neon-green:#00b300;--neon-green-dim:rgba(0,179,0,.3);--neon-green-bright:#0c0;--text-light:#0a0a0a;--text-gray:#4a4a4a;--text-dim:#6a6a6a;--accent-red:#c00;--card-bg:hsla(0,0%,100%,.95);--border-color:rgba(0,179,0,.3);--shadow-color:rgba(0,0,0,.1)}body.dark-mode{--primary-dark:#0a0a0a;--secondary-dark:#1a1a1a;--tertiary-dark:#2a2a2a;--neon-green:#0f0;--neon-green-dim:rgba(0,255,0,.3);--neon-green-bright:#39ff39;--text-light:#fff;--text-gray:#ccc;--text-dim:#999;--accent-red:#f33;--card-bg:rgba(26,26,26,.9);--border-color:rgba(0,255,0,.2);--shadow-color:rgba(0,0,0,.5)}@media only screen and (min-width:0rem){.why-hero-section{background:#f8f8f8;overflow:hidden;padding:var(--sectionPadding);position:relative}.why-hero-section:before{background:radial-gradient(circle at 20% 30%,var(--neon-green-dim) 0,transparent 50%),radial-gradient(circle at 80% 70%,var(--neon-green-dim) 0,transparent 50%);bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.why-hero-section .cs-container{margin:auto;max-width:80rem;padding:0 1rem;position:relative;width:100%;z-index:1}.why-hero-section .why-hero-content{margin:0 auto;max-width:56.25rem;text-align:center}.why-hero-section .why-hero-title{color:#1a1a1a;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.why-hero-section .why-hero-subtitle{color:#666;font-size:clamp(1rem,2vw,1.375rem);line-height:1.5;margin-bottom:2rem}.why-hero-section .why-stats-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.why-hero-section .why-stat{background:#fff;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.why-hero-section .why-stat:hover{box-shadow:0 5px 20px rgba(0,0,0,.12);transform:translateY(-.125rem)}.why-hero-section .why-stat-number{color:#0c0;display:block;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:.5rem}.why-hero-section .why-stat-text{color:#666;font-size:.875rem;line-height:1.4}}@media only screen and (min-width:48rem){.why-hero-section .why-stats-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}.why-hero-section .why-stat{padding:2rem}}@media only screen and (min-width:0rem){.why-problems-section{background-color:#fff;padding:var(--sectionPadding)}.why-problems-section .cs-container{margin:auto;max-width:80rem;padding:0 1rem;width:100%}.why-problems-section .why-section-header{margin:0 auto 3rem;max-width:50rem;text-align:center}.why-problems-section .why-topper{color:#0c0;display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.why-problems-section .why-title{color:#1a1a1a;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2;margin-bottom:1rem}.why-problems-section .why-intro{color:#666;font-size:1rem;line-height:1.6}.why-problems-section .why-problems-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.why-problems-section .why-problem-card{background:#fff;border:1px solid #f0f0f0;border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.why-problems-section .why-problem-card:hover{border-color:#f44;box-shadow:0 5px 20px rgba(255,68,68,.1)}.why-problems-section .why-problem-card:hover .why-icon-wrapper{transform:scale(1.05)}.why-problems-section .why-icon-wrapper{align-items:center;background:rgba(255,68,68,.1);border-radius:50%;display:flex;height:3rem;justify-content:center;margin-bottom:1rem;transition:transform .3s ease;width:3rem}.why-problems-section .why-icon{height:1.5rem;width:1.5rem}.why-problems-section .why-problem-card h3{color:#1a1a1a;font-size:1.125rem;line-height:1.3;margin-bottom:.75rem}.why-problems-section .why-problem-card p{color:#666;font-size:.9375rem;line-height:1.6}}@media only screen and (min-width:48rem){.why-problems-section .why-section-header{margin-bottom:3rem}.why-problems-section .why-intro{font-size:1.125rem}.why-problems-section .why-problem-card{padding:2rem}}@media only screen and (min-width:64rem){.why-problems-section .why-problems-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:0rem){.why-benefits-section{background-color:#f8f8f8;overflow:hidden;padding:var(--sectionPadding);position:relative}.why-benefits-section:before{background:radial-gradient(circle at 20% 30%,var(--neon-green-dim) 0,transparent 50%),radial-gradient(circle at 80% 70%,var(--neon-green-dim) 0,transparent 50%);bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.why-benefits-section .cs-container{margin:auto;max-width:80rem;padding:0 1rem;position:relative;width:100%;z-index:1}.why-benefits-section .why-benefits-list{display:grid;gap:1.5rem;margin:0 auto;max-width:50rem}.why-benefits-section .why-benefit{background:#fff;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s ease}.why-benefits-section .why-benefit:hover{box-shadow:0 5px 20px rgba(0,0,0,.1);transform:translateY(-.125rem)}.why-benefits-section .why-benefit:hover .why-benefit-number{background:#0c0;color:#fff}.why-benefits-section .why-benefit-number{align-items:center;background:rgba(0,200,0,.1);border-radius:50%;color:#0c0;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.why-benefits-section .why-benefit-content h3{color:#1a1a1a;font-size:1.25rem;line-height:1.3;margin-bottom:.5rem}.why-benefits-section .why-benefit-content p{color:#666;font-size:.9375rem;line-height:1.6}.why-benefits-section .why-section-header{margin:0 auto 3rem;max-width:50rem;text-align:center}.why-benefits-section .why-topper{color:#0c0;display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.why-benefits-section .why-title{color:#1a1a1a;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2;margin-bottom:1rem}}@media only screen and (min-width:48rem){.why-benefits-section .why-benefit{flex-direction:row;gap:1.5rem;padding:2rem}.why-benefits-section .why-benefit-number{font-size:1.5rem;height:3.75rem;width:3.75rem}}@media only screen and (min-width:0rem){.why-comparison-section{background-color:#fff;padding:var(--sectionPadding)}.why-comparison-section .cs-container{margin:auto;max-width:80rem;padding:0 1rem;width:100%}.why-comparison-section .why-title{margin-bottom:2rem;text-align:center}.why-comparison-section .why-section-header{margin:0 auto 3rem;max-width:50rem;text-align:center}.why-comparison-section .why-comparison-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.why-comparison-section .why-new,.why-comparison-section .why-old{border-radius:.5rem;padding:1.5rem}.why-comparison-section .why-old{background:rgba(255,68,68,.05);border:2px solid rgba(255,68,68,.2)}.why-comparison-section .why-new{background:rgba(0,200,0,.05);border:2px solid rgba(0,200,0,.2)}.why-comparison-section .why-comparison-title{color:#1a1a1a;font-size:1.25rem;line-height:1.3;margin-bottom:1rem}.why-comparison-section .why-topper{color:#0c0;display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.why-comparison-section .why-title{color:#1a1a1a;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2;margin-bottom:1rem}.why-comparison-section .why-comparison-list{list-style:none;margin:0;padding:0}.why-comparison-section .why-comparison-list li{border-bottom:1px solid rgba(0,0,0,.1);color:#333;font-size:.9375rem;line-height:1.5;padding:.625rem 0}.why-comparison-section .why-comparison-list li:last-child{border-bottom:none}}@media only screen and (min-width:48rem){.why-comparison-section .why-new,.why-comparison-section .why-old{padding:2.5rem}.why-comparison-section .why-comparison-grid{gap:2rem}}@media only screen and (min-width:64rem){.why-comparison-section .why-comparison-grid{grid-template-columns:1fr 1fr}}@media only screen and (min-width:0rem){.why-roi-section{background:#f8f8f8;padding:var(--sectionPadding)}.why-roi-section .cs-container{margin:auto;max-width:80rem;padding:0 1rem;width:100%}.why-roi-section .why-roi-content{margin:0 auto;max-width:50rem;text-align:center}.why-roi-section .why-topper{color:#0c0;display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.why-roi-section .why-title{color:#1a1a1a;font-size:clamp(1.75rem,4vw,3rem);line-height:1.2;margin-bottom:1.5rem}.why-roi-section .why-roi-text{color:#333;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.why-roi-section .why-roi-box{background:#fff;border:2px solid #0c0;border-radius:.5rem;box-shadow:0 5px 20px rgba(0,200,0,.1);padding:1.5rem}.why-roi-section .why-roi-highlight{color:#333;font-size:1rem;line-height:1.8;margin-bottom:1rem}.why-roi-section .why-roi-highlight strong{color:#0c0;font-weight:600}.why-roi-section .why-roi-question{color:#1a1a1a;font-size:1.25rem;font-weight:700}}@media only screen and (min-width:48rem){.why-roi-section .why-roi-text{font-size:1.25rem;margin-bottom:3rem}.why-roi-section .why-roi-box{padding:2.5rem}.why-roi-section .why-roi-highlight{font-size:1.125rem;margin-bottom:1.5rem}.why-roi-section .why-roi-question{font-size:1.5rem}}body.dark-mode .why-hero-section{background:#0a0a0a}body.dark-mode .why-hero-section:before{background:radial-gradient(circle,rgba(0,255,0,.08) 0,transparent 70%)}body.dark-mode .why-hero-section .why-hero-title{color:#fff}body.dark-mode .why-hero-section .why-hero-subtitle{color:#ccc}body.dark-mode .why-hero-section .why-stat{background:#111;box-shadow:0 2px 10px rgba(0,255,0,.05)}body.dark-mode .why-hero-section .why-stat:hover{box-shadow:0 5px 20px rgba(0,255,0,.1)}body.dark-mode .why-hero-section .why-stat-number{color:#0f0}body.dark-mode .why-hero-section .why-stat-text{color:#aaa}body.dark-mode .why-problems-section{background-color:#111}body.dark-mode .why-problems-section .why-topper{color:#f66}body.dark-mode .why-problems-section .why-title{color:#fff}body.dark-mode .why-problems-section .why-intro{color:#ccc}body.dark-mode .why-problems-section .why-problem-card{background:#1a1a1a;border-color:#333}body.dark-mode .why-problems-section .why-problem-card:hover{border-color:#f66;box-shadow:0 5px 20px hsla(0,100%,70%,.15)}body.dark-mode .why-problems-section .why-icon-wrapper{background:hsla(0,100%,70%,.15)}body.dark-mode .why-problems-section .why-problem-card h3{color:#fff}body.dark-mode .why-problems-section .why-problem-card p{color:#ccc}body.dark-mode .why-benefits-section{background-color:#0a0a0a}body.dark-mode .why-benefits-section .why-topper{color:#0f0}body.dark-mode .why-benefits-section .why-title{color:#fff}body.dark-mode .why-benefits-section .why-benefit{background:#111;box-shadow:0 2px 10px rgba(0,255,0,.05)}body.dark-mode .why-benefits-section .why-benefit:hover{box-shadow:0 5px 20px rgba(0,255,0,.1)}body.dark-mode .why-benefits-section .why-benefit-number{background:rgba(0,255,0,.15);color:#0f0}body.dark-mode .why-benefits-section .why-benefit-content h3{color:#fff}body.dark-mode .why-benefits-section .why-benefit-content p{color:#ccc}body.dark-mode .why-comparison-section{background-color:#111}body.dark-mode .why-comparison-section .why-title{color:#fff}body.dark-mode .why-comparison-section .why-old{background:hsla(0,100%,70%,.08);border-color:hsla(0,100%,70%,.3)}body.dark-mode .why-comparison-section .why-new{background:rgba(0,255,0,.08);border-color:rgba(0,255,0,.3)}body.dark-mode .why-comparison-section .why-comparison-title{color:#fff}body.dark-mode .why-comparison-section .why-comparison-list li{border-bottom-color:hsla(0,0%,100%,.1);color:#ccc}body.dark-mode .why-roi-section{background:#0a0a0a}body.dark-mode .why-roi-section .why-topper{color:#0f0}body.dark-mode .why-roi-section .why-title{color:#fff}body.dark-mode .why-roi-section .why-roi-text{color:#ccc}body.dark-mode .why-roi-section .why-roi-box{background:#111;border-color:#0f0;box-shadow:0 5px 20px rgba(0,255,0,.15)}body.dark-mode .why-roi-section .why-roi-highlight{color:#ccc}body.dark-mode .why-roi-section .why-roi-highlight strong{color:#0f0}body.dark-mode .why-roi-section .why-roi-question{color:#fff}@media only screen and (max-width:30rem){.why-benefits-section,.why-comparison-section,.why-hero-section,.why-problems-section,.why-roi-section{padding:3.75rem 0}.why-hero-title{font-size:1.75rem}.why-title{font-size:1.5rem}.why-benefit,.why-new,.why-old,.why-problem-card{padding:1.25rem}.why-stats-grid{gap:1rem}.why-roi-box,.why-stat{padding:1.25rem}.why-roi-highlight{font-size:.875rem}}@media only screen and (min-width:0rem){li,p{font-size:clamp(.875rem,2vw,1rem)}h3{font-size:clamp(1.125rem,3vw,1.375rem)}}