.why-offer{background:var(--bg);color:var(--text)}.why-layout{align-items:center;display:grid;gap:60px;grid-template-columns:420px 1fr;margin-top:52px}.chart-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px}.chart-title{color:var(--text-muted);font-size:13px;font-weight:600;margin-bottom:4px}.chart-headline{color:var(--green);font-size:30px;font-weight:800;letter-spacing:-.02em;margin-bottom:6px}.chart-sub{color:var(--text-dim);font-size:12px;margin-bottom:22px}.chart-wrap{position:relative}.chart-wrap svg{display:block;height:auto;width:100%}.chart-yaxis{bottom:24px;display:flex;flex-direction:column;justify-content:space-between;left:-4px;pointer-events:none;position:absolute;top:0}.chart-ylabel{color:var(--text-dim);font-size:10px;text-align:right;transform:translateX(-40px);width:36px}#chart-line{stroke-dasharray:1000;stroke-dashoffset:1000}#chart-area{opacity:0}.chart-animated #chart-line{animation:drawLine 1.6s cubic-bezier(.4,0,.2,1) .3s forwards}.chart-animated #chart-area{animation:fadeArea .6s ease 1.5s forwards}.chart-animated #chart-dot{animation:popDot .4s cubic-bezier(.34,1.56,.64,1) 1.8s both}.chart-animated #chart-dot-pulse{animation:pulseDot 1.8s ease 2.2s infinite}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeArea{to{opacity:1}}@keyframes popDot{0%{transform:scale(0);transform-origin:346px 28px}to{transform:scale(1);transform-origin:346px 28px}}@keyframes pulseDot{0%,to{opacity:.35;r:7}50%{opacity:0;r:14}}.why-reasons{display:flex;flex-direction:column}.why-reason{border-bottom:1px solid var(--border);display:grid;gap:18px;grid-template-columns:44px 1fr;padding:26px 0}.why-reason:last-child{border-bottom:none}.why-num{align-items:center;background:var(--green);border-radius:50%;color:#051a10;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:34px;justify-content:center;margin-top:3px;width:34px}.why-reason h3{font-family:var(--ffP);font-size:15px;margin-bottom:6px}.why-reason p{color:var(--text-muted);font-size:18px;line-height:1.6}@media (max-width:900px){.why-layout{gap:40px;grid-template-columns:1fr}}