.stack-ribbon { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 24px; color: #f4c58a; font-size: .7rem; letter-spacing: .1em; }
.stack-ribbon span { padding: 8px 10px; border: 1px solid rgba(244,197,138,.25); border-radius: 999px; background: rgba(244,197,138,.06); }
.stack-panel { margin-top: 12px; }
.stack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.stack-grid > div, .comparison-cards article { display: grid; gap: 9px; padding: 18px; border: 1px solid rgba(244,197,138,.18); border-radius: 16px; background: linear-gradient(145deg, rgba(244,197,138,.08), rgba(255,255,255,.025)); }
.stack-grid span, .comparison-cards span, .comparison-cards em { color: var(--muted, #a9a29b); font-size: .83rem; line-height: 1.45; font-style: normal; }
.comparison-preview { margin-top: 12px; }
.comparison-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 20px; }
.comparison-cards strong { font-size: 1rem; }
.comparison-cards em { color: #f4c58a; }
.comparison-link { margin: 20px 0 0; }
.comparison-link a { color: #f4c58a; }

.reseller-hero h1 { max-width: 850px; margin: 8px 0 18px; font-size: clamp(2.4rem, 7vw, 5.8rem); line-height: .95; }
.target-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; padding: 12px 14px; border: 1px solid rgba(244,197,138,.25); border-radius: 12px; background: rgba(244,197,138,.06); }
.target-banner span:last-child { color: var(--muted, #a9a29b); font-size: .8rem; }
.ops-grid, .route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 32px; }
.ops-grid article, .route-grid a { min-height: 170px; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; color: inherit; text-decoration: none; background: rgba(255,255,255,.035); }
.ops-grid article > span { color: #f4c58a; font-size: .72rem; letter-spacing: .12em; }
.ops-grid h2 { margin: 32px 0 10px; font-size: 1.12rem; }
.ops-grid p, .route-grid span { color: var(--muted, #a9a29b); font-size: .88rem; line-height: 1.45; }
.reseller-workspace { margin-top: 26px; padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(0,0,0,.13); }
.reseller-workspace h2 { margin: 0; }
.reseller-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.reseller-form label { display: grid; gap: 7px; color: var(--muted, #a9a29b); font-size: .8rem; }
.reseller-form input, .reseller-form select, .reseller-form textarea { width: 100%; box-sizing: border-box; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: inherit; background: rgba(255,255,255,.06); }
.reseller-form textarea { min-height: 110px; resize: vertical; }
.reseller-form label:nth-child(4) { grid-column: 1 / -1; }
.reseller-form button { justify-self: start; }
.route-grid { grid-template-columns: repeat(3, 1fr); margin-bottom: 0; }
.route-grid a { min-height: auto; display: grid; gap: 10px; }
.route-grid strong { font-size: 1.05rem; }
@media (max-width: 1000px) { .comparison-cards { grid-template-columns: repeat(3, 1fr); } .stack-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 800px) { .ops-grid, .route-grid { grid-template-columns: repeat(2, 1fr); } .reseller-form { grid-template-columns: 1fr 1fr; } .reseller-form label:nth-child(4) { grid-column: 1 / -1; } }
@media (max-width: 620px) { .comparison-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .ops-grid, .route-grid, .reseller-form, .stack-grid, .comparison-cards { grid-template-columns: 1fr; } .reseller-form label:nth-child(4) { grid-column: auto; } }
