*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:#1a1a2e;background:#f8f9fa;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}

/* Header */
.header{background:#fff;border-bottom:1px solid #e9ecef;padding:14px 20px;text-align:center}
.header .logo{font-size:14px;font-weight:700;color:#6c5ce7;letter-spacing:1px}
.header .tagline{font-size:11px;color:#adb5bd}

/* Hero */
.fin-hero{background:linear-gradient(135deg,#0c0c1d 0%,#1a1a3e 50%,#16213e 100%);color:#fff;padding:60px 24px 50px;text-align:center}
.fin-hero .badge{display:inline-block;background:rgba(108,92,231,.25);color:#a29bfe;font-size:12px;font-weight:600;padding:6px 16px;border-radius:20px;margin-bottom:20px;letter-spacing:.5px}
.fin-hero h1{font-size:clamp(24px,5vw,38px);font-weight:800;line-height:1.25;margin-bottom:16px;letter-spacing:-.5px}
.fin-hero h1 .highlight{color:#ffd93d;display:inline}
.fin-hero .lead{font-size:16px;color:#b2bec3;line-height:1.6;max-width:560px;margin:0 auto}

/* Comparison Section */
.comparison{max-width:800px;margin:0 auto;padding:48px 20px}
.comp-title{text-align:center;font-size:22px;font-weight:700;margin-bottom:8px}
.comp-subtitle{text-align:center;font-size:14px;color:#868e96;margin-bottom:32px}

.comp-grid{display:grid;grid-template-columns:1fr 60px 1fr;gap:0;align-items:stretch}
.comp-card{padding:32px 24px;border-radius:16px;position:relative}
.comp-card.bad{background:#fff5f5;border:2px solid #ffc9c9}
.comp-card.good{background:#f0fff4;border:2px solid #8ce99a}
.comp-vs{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#adb5bd}
.comp-card .card-icon{font-size:32px;margin-bottom:12px}
.comp-card h3{font-size:18px;font-weight:700;margin-bottom:16px}
.comp-card.bad h3{color:#e03131}
.comp-card.good h3{color:#2b8a3e}
.cost-line{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px}
.cost-line .label{color:#495057}
.cost-line .val{font-weight:700}
.comp-card.bad .val{color:#e03131}
.comp-card.good .val{color:#2b8a3e}
.total-line{margin-top:16px;padding-top:16px;border-top:2px solid currentColor;display:flex;justify-content:space-between;font-size:18px;font-weight:800}
.comp-card.bad .total-line{color:#e03131;border-color:#ffc9c9}
.comp-card.good .total-line{color:#2b8a3e;border-color:#8ce99a}

/* Calculator */
.calc-section{background:#fff;max-width:700px;margin:0 auto 48px;border-radius:20px;padding:40px 28px;box-shadow:0 4px 24px rgba(0,0,0,.06)}
.calc-title{font-size:22px;font-weight:700;text-align:center;margin-bottom:6px}
.calc-subtitle{font-size:14px;color:#868e96;text-align:center;margin-bottom:32px}
.calc-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f1f3f5}
.calc-row:last-of-type{border-bottom:none}
.calc-label{font-size:15px;font-weight:500;color:#495057}
.calc-label small{display:block;font-size:12px;color:#adb5bd;font-weight:400}
.calc-input{width:180px;text-align:right}
.calc-input input,.calc-input select{width:100%;padding:10px 14px;border:1px solid #dee2e6;border-radius:10px;font-size:15px;font-family:inherit;background:#f8f9fa;text-align:right;transition:border-color .2s}
.calc-input input:focus,.calc-input select:focus{outline:none;border-color:#6c5ce7}
.calc-btn{display:block;width:100%;margin-top:24px;padding:16px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s}
.calc-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(108,92,231,.35)}

/* Result */
.calc-result{display:none;margin-top:28px;padding:28px;background:linear-gradient(135deg,#f0fff4,#e3fcec);border-radius:16px;text-align:center;border:1px solid #8ce99a}
.calc-result.show{display:block;animation:fadeIn .5s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.result-waste{font-size:14px;color:#868e96;margin-bottom:4px}
.result-amount{font-size:clamp(28px,5vw,42px);font-weight:800;color:#e03131;margin-bottom:4px}
.result-vs{font-size:14px;color:#868e96;margin:12px 0 4px}
.result-save{font-size:clamp(24px,4vw,36px);font-weight:800;color:#2b8a3e}
.result-savings{display:inline-block;background:#2b8a3e;color:#fff;font-size:14px;font-weight:700;padding:6px 16px;border-radius:20px;margin-top:12px}

/* Benefits List */
.benefits{max-width:700px;margin:0 auto;padding:0 20px 48px}
.benefits h2{font-size:22px;font-weight:700;text-align:center;margin-bottom:28px}
.benefit-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f1f3f5}
.benefit-icon{width:44px;height:44px;border-radius:12px;background:#f0f0ff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.benefit-text h4{font-size:15px;font-weight:700;margin-bottom:2px}
.benefit-text p{font-size:14px;color:#6c757d;line-height:1.5}

/* CTA */
.cta-section{text-align:center;padding:48px 24px 60px;background:#0c0c1d;color:#fff}
.cta-section h2{font-size:clamp(22px,4vw,32px);font-weight:800;margin-bottom:12px}
.cta-section p{font-size:15px;color:#868e96;margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}
.cta-button{display:inline-block;background:linear-gradient(135deg,#ffd93d,#ff9f0a);color:#0c0c1d;font-size:17px;font-weight:800;padding:16px 44px;border-radius:14px;box-shadow:0 4px 20px rgba(255,217,61,.35);transition:all .3s}
.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,217,61,.5)}
.cta-sub{font-size:12px;color:#636e72;margin-top:10px}

.footer{text-align:center;padding:20px;font-size:11px;color:#ccc;background:#0c0c1d}

@media(max-width:700px){
  .comp-grid{grid-template-columns:1fr;gap:16px}
  .comp-vs{padding:8px 0}
  .calc-row{flex-direction:column;align-items:flex-start;gap:8px}
  .calc-input{width:100%}
}
