.performance-chart{background:var(--dark);padding:50px clamp(20px,7vw,100px) 80px;box-sizing:border-box}.performance-chart__inner{max-width:1240px;margin:0 auto}.performance-chart__title{margin:0 0 32px;font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--gold)}.chart-card{background:var(--white);border-radius:20px;box-shadow:0 2px 6px rgba(13,10,44,.08);padding:28px 24px 24px}.chart-card__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.chart-card__legend{display:flex;flex-wrap:wrap;gap:12px}.chart-card__legend-item{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e5e5ef;border-radius:8px;font-size:12px;color:#1e1b39;font-family:Inter,Segoe UI,sans-serif}.chart-card__legend-dot{width:8px;height:8px}.chart-card__tabs{display:flex;align-items:center;background:#f8f8ff;border-radius:15px;padding:4px;gap:4px}.chart-card__tab{padding:10px 15px;border-radius:13px;font-size:14px;font-family:Inter,Segoe UI,sans-serif;color:#9291a5;background:transparent}.chart-card__tab--active{background:var(--gold);color:#000;font-weight:500}.chart-card__visual{position:relative;width:100%;min-height:280px}.chart-card__svg{width:100%;height:auto;display:block}.chart-card__legend-dot{border-radius:50%;flex-shrink:0}.chart-card__empty{margin:0;padding:40px;text-align:center;color:var(--text-muted)}@media (max-width:768px){.chart-card__toolbar{flex-direction:column;align-items:flex-start}}.strategy-card{background:var(--white);border-radius:20px;padding:30px 28px 32px;display:flex;flex-direction:column;min-height:605px}.strategy-card__title{margin:0;font-size:26px;font-weight:700;color:var(--dark);text-align:center}.strategy-card__managed{margin:8px 0 16px;font-size:14px;font-weight:700;color:var(--gold);text-align:center}.strategy-card__description{margin:0 0 20px;font-size:20px;line-height:1.35;color:var(--text-card);text-align:left}.strategy-card__rule{border:none;border-top:1px solid #e5e5e5;margin:0 0 20px}.strategy-card__metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 24px;gap:16px 24px;margin-bottom:20px}.strategy-card__metric{display:flex;flex-direction:column;gap:6px;text-align:center}.strategy-card__metric-label{font-size:16px;color:var(--text-card)}.strategy-card__metric-value{font-size:18px;font-weight:700;color:var(--dark)}.strategy-card__metric-value--positive{color:#02654d}.strategy-card__metric-value--negative{color:#ff0004}.strategy-card__details{margin:0 0 24px;flex:1 1}.strategy-card__detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:16px}.strategy-card__detail-row dt{color:var(--text-card);font-weight:400}.strategy-card__detail-row dd{margin:0;font-weight:700;color:var(--dark)}.strategy-card__cta{width:100%;max-width:288px;margin:0 auto;min-height:48px;font-size:24px;border-radius:200px}.strategy-compare{padding:48px 24px;background:var(--page-bg)}.strategy-compare__inner{max-width:1100px;margin:0 auto}.strategy-compare__title{margin:0 0 24px;text-align:center;font-size:28px;font-weight:700}.strategy-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.strategy-compare__table{width:100%;min-width:560px;border-collapse:collapse;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.strategy-compare__table td,.strategy-compare__table th{padding:14px 18px;text-align:center;border-bottom:1px solid #eee;font-size:14px}.strategy-compare__table thead th{background:var(--dark);color:var(--text-light);font-weight:700}.strategy-compare__table tbody th[scope=row]{text-align:left;font-weight:600;color:var(--text-muted);background:#fafafa}.strategy-compare__table tbody tr:last-child td,.strategy-compare__table tbody tr:last-child th{border-bottom:none}.products-page{width:100%;overflow-x:hidden;background:var(--page-bg)}.products-page__header{background:var(--dark);position:relative}.products-hero{padding:120px clamp(20px,7vw,100px) 60px;text-align:center;max-width:900px;margin:0 auto}.products-hero__title{margin:0 0 24px;font-size:clamp(36px,5vw,60px);font-weight:700;color:var(--gold);line-height:1.15}.products-hero__subtitle{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.6;color:#e9e7e7}.products-strategies{background:#f7e08e;padding:50px clamp(20px,7vw,100px) 60px;box-sizing:border-box}.products-strategies__inner{max-width:1240px;margin:0 auto}.products-strategies__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.products-features{background:var(--white);padding:60px clamp(20px,7vw,100px) 80px;box-sizing:border-box}.products-features__inner{max-width:1240px;margin:0 auto}.products-features__title{margin:0 0 40px;font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--gold)}.products-features__columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px 80px;gap:48px 80px}.products-features__list{margin:0;padding-left:1.25rem;font-size:clamp(18px,2vw,24px);color:var(--dark);line-height:1.8}.products-features__list li{margin-bottom:12px}@media (max-width:1100px){.products-strategies__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media (max-width:768px){.products-features__columns{grid-template-columns:1fr;gap:24px}}