.hero-block{padding:28px;border-radius:12px 12px 0 0;position:relative;overflow:hidden;color:#fff}
.hero-block::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.07);top:-90px;right:-50px}
.hero-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.hero-icon{width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;border:1px solid rgba(255,255,255,.15)}
.hero-name{font-size:20px;font-weight:800}
.hero-sub{font-size:12px;opacity:.7}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.hero-badge{padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.12)}
.hero-body{padding:24px 28px}
.hero-benefit{font-size:16px;line-height:1.6;color:#3d4250;margin-bottom:20px}
.hero-benefit strong{color:#171f32}

.promo-big{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff5eb;border:2px dashed #e0b080;border-radius:12px;cursor:pointer;transition:.2s;margin-bottom:16px}
.promo-big:hover{background:#fff0dc;border-color:#d4994a}
.promo-big.copied{background:#ecfbf3;border-color:#7dbf9c;border-style:solid}
.promo-big-left{flex:1}
.promo-big-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#62687f;margin-bottom:3px}
.promo-big-code{font-size:28px;font-weight:900;letter-spacing:-.4px}
.promo-big-status{font-size:12px;font-weight:700;color:#0a7f52;opacity:0;transition:.2s;margin-top:2px}
.promo-big.copied .promo-big-status{opacity:1}
.promo-big-btn{width:50px;height:50px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;color:#4a4e5a;box-shadow:0 2px 8px #0001;flex:0 0 auto;transition:.2s}
.promo-big.copied .promo-big-btn{background:#0d9b63;color:#fff}

.bonus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bonus-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0001;padding:20px;text-align:center}
.bonus-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:#fff;margin-bottom:10px}
.bonus-title{font-weight:700;font-size:15px;margin-bottom:4px}
.bonus-desc{font-size:13px;color:#62687f;margin-bottom:8px}
.bonus-value{font-weight:900;font-size:20px}

.steps{margin-left:20px;padding-left:24px;position:relative}
.steps::before{content:'';position:absolute;left:0;top:10px;bottom:10px;width:2px;background:#e8eaf2;border-radius:2px}
.step{padding:14px 0;position:relative}
.step::before{content:attr(data-n);position:absolute;left:-24px;top:14px;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #e8eaf2;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#62687f;z-index:1}
.step.active::before{background:#315EFB;border-color:#315EFB;color:#fff}
.step-title{font-size:15px;font-weight:700;margin-bottom:3px}
.step-desc{font-size:14px;color:#62687f}

.cond-table{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0001}
.cond-row{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff}
.cond-row:nth-child(even){background:#fafbff}
.cond-row:not(:last-child){border-bottom:1px solid #e8eaf2}
.cond-label{font-size:14px;color:#62687f}
.cond-val{font-size:15px;font-weight:700}
.cond-val.blue{color:#315EFB}.cond-val.green{color:#0d9b63}.cond-val.orange{color:#e65c00}

.pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pc-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0001;padding:20px}
.pc-title{font-weight:700;font-size:15px;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.pc-dot{width:8px;height:8px;border-radius:50%}
.pc-list{list-style:none}
.pc-list li{font-size:14px;color:#555a65;line-height:1.5;padding:5px 0 5px 18px;position:relative}
.pc-list li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%}
.pros-list li::before{background:#0d9b63}
.cons-list li::before{background:#dc2626}

@media(max-width:991px){.bonus-grid{grid-template-columns:1fr !important}.pc-grid{grid-template-columns:1fr}}
@media(max-width:599px){.hero-block{padding:20px}.hero-body{padding:20px}.promo-big-code{font-size:22px}}
