.amber-home .sr-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:40px}.amber-home .sr-chart{background:#fff;border:1px solid var(--bd);border-radius:22px;padding:32px;box-shadow:var(--sh-m)}.amber-home .sr-chart svg{width:100%;height:auto}.amber-home .sr-legend{display:flex;gap:18px;margin-bottom:22px;font-family:var(--m);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.amber-home .sr-legend span{display:flex;align-items:center;gap:8px}.amber-home .sr-leg-gray{width:12px;height:2px;background:var(--ink-3);border-radius:1px;opacity:.5}.amber-home .sr-leg-amber{width:12px;height:2px;background:var(--amber-d);border-radius:1px}.amber-home .sr-steps{display:flex;flex-direction:column;gap:20px}.amber-home .sr-step{display:grid;grid-template-columns:auto 1fr;gap:16px;padding-bottom:20px;border-bottom:1px dashed var(--bd)}.amber-home .sr-step:last-child{border-bottom:none}.amber-home .sr-step__n{font-family:var(--m);font-size:13px;letter-spacing:.1em;color:var(--amber-d);padding-top:3px}.amber-home .sr-step h4{font-family:var(--d);font-size:15px;font-weight:700;margin:0 0 4px;color:var(--ink)}.amber-home .sr-step p{margin:0;font-size:13.5px;color:var(--ink-2);line-height:1.55}.sr-curve-line{stroke-dasharray:600;stroke-dashoffset:600;animation:sr-draw 1.6s cubic-bezier(.22,1,.36,1) forwards}.sr-curve-line--decay{animation-delay:.3s}.sr-curve-line--sr{animation-delay:.6s}.sr-curve-line--sr:nth-of-type(2){animation-delay:.7s}.sr-curve-line--sr:nth-of-type(3){animation-delay:.85s}.sr-curve-line--sr:nth-of-type(4){animation-delay:.95s}.sr-curve-line--sr:nth-of-type(5){animation-delay:1.05s}.sr-curve-line--sr:nth-of-type(6){animation-delay:1.15s}.sr-curve-line--sr:nth-of-type(7){animation-delay:1.25s}.sr-curve-line--sr:nth-of-type(8){animation-delay:1.35s}@keyframes sr-draw{to{stroke-dashoffset:0}}.sr-curve-dot{opacity:0;animation:sr-dot-in .3s cubic-bezier(.22,1,.36,1) forwards}.sr-curve-dot:first-of-type{animation-delay:.9s}.sr-curve-dot:nth-of-type(2){animation-delay:1.1s}.sr-curve-dot:nth-of-type(3){animation-delay:1.3s}@keyframes sr-dot-in{to{opacity:1}}@media (max-width:900px){.amber-home .sr-split{grid-template-columns:1fr;gap:32px}}@media (prefers-reduced-motion:reduce){.sr-curve-line{animation:none;stroke-dasharray:none;stroke-dashoffset:0}.sr-curve-dot{animation:none;opacity:1}}