:root {
  --r-bg: #070707;
  --r-panel: #151515;
  --r-border: #2d2d2d;
  --r-text: #f8f8f8;
  --r-muted: #b4b4b4;
  --r-red: #ff1939;
  --r-red-dark: #da0822;
  --r-gold: #ffcb78;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--r-bg); color: var(--r-text); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.reseller-container { width: min(100% - 2.5rem, 1120px); margin-inline: auto; }

.reseller-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,7,7,.9); backdrop-filter: blur(14px); }
.reseller-nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.reseller-brand { font-size: 1rem; font-weight: 700; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.brand-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 99px; background: var(--r-red); box-shadow: 0 0 16px var(--r-red); }
.reseller-brand strong { color: var(--r-red); }
.reseller-nav nav { display: flex; gap: 1.25rem; }
.reseller-nav nav a { color: var(--r-muted); font-size: .8rem; text-decoration: none; }
.reseller-nav nav a:hover { color: #fff; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: .65rem 1rem; border-radius: 8px; font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.header-cta, .button-primary { background: var(--r-red); }
.header-cta:hover, .button-primary:hover { background: var(--r-red-dark); transform: translateY(-2px); }
.button-ghost { border: 1px solid #3a3a3a; background: transparent; }
.button-ghost:hover { border-color: #888; }

.reseller-hero { padding: 6.5rem 0 5.5rem; overflow: hidden; background: radial-gradient(circle at 77% 48%, rgba(255,25,57,.16), transparent 26%), radial-gradient(circle at 65% 5%, rgba(255,255,255,.05), transparent 24%); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 4rem; }
.eyebrow { display: inline-block; color: #ff6b7e; font-size: .71rem; font-weight: 800; letter-spacing: .13em; }
.reseller-hero h1 { max-width: 690px; margin: .75rem 0 1.05rem; font-size: clamp(2.4rem,5vw,4.7rem); line-height: 1.02; letter-spacing: -.065em; }
.reseller-hero h1 em { color: var(--r-red); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: #c4c4c4; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .7rem 1.3rem; margin-top: 1.45rem; color: #d2d2d2; font-size: .77rem; }

.dashboard-card { padding: 1.35rem; border: 1px solid #3a3a3a; border-radius: 16px; background: linear-gradient(145deg,#191919,#0b0b0b); box-shadow: 0 30px 70px rgba(0,0,0,.45), 0 0 80px rgba(255,25,57,.1); transform: rotate(2deg); }
.dashboard-top, .dashboard-line, .dashboard-stats { display: flex; justify-content: space-between; gap: 1rem; }
.dashboard-title { font-size: .82rem; font-weight: 800; }
.online { color: #8ee7b2; font-size: .68rem; }
.online i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5fe291; }
.dashboard-stats { margin: 1.1rem 0; }
.dashboard-stats div, .dashboard-line { width: 100%; padding: 1rem; border: 1px solid #313131; border-radius: 10px; background: #111; }
.dashboard-stats small, .dashboard-line span { display: block; color: #aaa; font-size: .65rem; }
.dashboard-stats strong { display: block; margin-top: .25rem; font-size: 1.6rem; }
.dashboard-line { align-items: center; }
.dashboard-line strong { color: var(--r-gold); font-size: .85rem; }
.dashboard-graph { display: flex; align-items: end; height: 95px; gap: 7px; padding: 1rem .5rem .5rem; border-bottom: 1px solid #333; }
.dashboard-graph i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#ff5168,#cc0620); }
.dashboard-graph i:nth-child(1) { height: 24%; }.dashboard-graph i:nth-child(2) { height: 44%; }.dashboard-graph i:nth-child(3) { height: 35%; }.dashboard-graph i:nth-child(4) { height: 66%; }.dashboard-graph i:nth-child(5) { height: 53%; }.dashboard-graph i:nth-child(6) { height: 80%; }.dashboard-graph i:nth-child(7) { height: 100%; }
.dashboard-label { display: block; margin-top: .65rem; color: #aaa; font-size: .63rem; text-align: right; }

.reseller-section { padding: 5rem 0; }
.section-heading { max-width: 700px; margin-bottom: 2rem; }
.section-heading h2 { margin: .45rem 0 .6rem; font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--r-muted); font-size: .92rem; }
.benefit-grid, .faq-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.benefit-card { min-height: 225px; padding: 1.45rem; border: 1px solid var(--r-border); border-radius: 12px; background: var(--r-panel); }
.benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,25,57,.55); border-radius: 50%; color: var(--r-gold); font-size: 1.2rem; }
.benefit-card h3 { margin: 1.2rem 0 .55rem; font-size: 1rem; }
.benefit-card p, .faq-grid p { margin: 0; color: var(--r-muted); font-size: .78rem; }
.steps-section, .pricing-section { background: #0b0b0b; }
.credit-note { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem 1.15rem; border: 1px solid #303030; border-left: 4px solid var(--r-red); border-radius: 10px; background: #191919; }
.credit-note span { color: var(--r-red); }.credit-note p { margin: 0; font-size: .78rem; }
.steps-list { position: relative; display: grid; gap: 1.15rem; max-width: 780px; margin: 2rem 0 0; padding: 0; list-style: none; }
.steps-list::before { position: absolute; top: 24px; bottom: 24px; left: 16px; width: 1px; background: #484848; content: ""; }
.steps-list li { position: relative; display: flex; gap: 1rem; }.steps-list li > span { z-index: 1; display: grid; flex: none; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: var(--r-red); font-size: .72rem; font-weight: 800; }.steps-list h3 { margin: 0; font-size: .87rem; }.steps-list p { margin: .15rem 0 0; color: var(--r-muted); font-size: .78rem; }

.server-toggle { display: flex; width: max-content; max-width: 100%; overflow: auto; margin-top: .5rem; border: 1px solid #343434; border-bottom: 0; border-radius: 10px 10px 0 0; background: #141414; }
.server-toggle button { min-width: 170px; padding: .8rem 1.2rem; border: 0; border-right: 1px solid #343434; background: transparent; color: #a9a9a9; font: 700 .8rem Inter,sans-serif; cursor: pointer; }.server-toggle button:last-child { border-right: 0; }.server-toggle button small { display: block; margin-top: .12rem; font-size: .62rem; font-weight: 500; }.server-toggle button.is-active { background: #242424; color: #fff; box-shadow: inset 0 -2px var(--r-red); }
.server-description { display: flex; gap: .55rem; align-items: center; padding: .85rem 1rem; border: 1px solid #343434; background: #151515; color: var(--r-muted); font-size: .75rem; }.server-description strong { color: #fff; }
.credit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; padding: 1.2rem; border: 1px solid #343434; border-top: 0; background: #111; }
.credit-card { position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 1.35rem 1rem 1rem; border: 1px solid #303030; border-radius: 12px; background: #0c0c0c; text-align: center; }
.credit-card.is-popular { border: 2px solid var(--r-red); background: linear-gradient(180deg,rgba(255,25,57,.12),#0c0c0c 38%); box-shadow: 0 0 30px rgba(255,25,57,.22); }
.popular-badge { position: absolute; top: -11px; left: 50%; padding: .22rem .6rem; border: 1px solid #ff5c72; border-radius: 999px; transform: translateX(-50%); background: var(--r-red); color: #fff; font-size: .56rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.credit-card h3 { margin: .2rem 0 .5rem; font-size: .9rem; color: var(--r-text) !important; display: block !important; opacity: 1 !important; visibility: visible !important; }
.credit-price { margin: 0; font-size: 1.65rem; font-weight: 800; letter-spacing: -.05em; }
.credit-unit { margin: .25rem 0 1.15rem; color: #aaa; font-size: .65rem; }
.credit-card .button { width: 100%; min-height: 40px; margin-top: auto; padding: .5rem; border: 1px solid #353535; background: transparent; font-size: .72rem; }
.credit-card.is-popular .button, .credit-card .button:hover { border-color: var(--r-red); background: var(--r-red); }
.pricing-footnote { margin: 1.1rem 0 0; color: #a9a9a9; font-size: .75rem; }
.pricing-footnote a { color: #ff6b7e; }

.comparison-section { background: #090909; }.comparison-wrap { overflow-x: auto; border: 1px solid #343434; border-radius: 12px; }.comparison-wrap table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: .76rem; }.comparison-wrap th, .comparison-wrap td { padding: .85rem 1rem; border-right: 1px solid #343434; border-bottom: 1px solid #343434; text-align: center; }.comparison-wrap tr:last-child > * { border-bottom: 0; }.comparison-wrap th:last-child, .comparison-wrap td:last-child { border-right: 0; }.comparison-wrap thead { background: #181818; }.comparison-wrap th:first-child { text-align: left; }.comparison-wrap tbody td:last-child { background: rgba(255,25,57,.035); color: #fff; }
.faq-section { padding-bottom: 5.5rem; }.faq-grid details { padding: 1.1rem; border: 1px solid var(--r-border); border-radius: 10px; background: #121212; }.faq-grid summary { cursor: pointer; font-size: .8rem; font-weight: 700; }.faq-grid p { margin-top: .7rem; }
.reseller-footer { padding: 1.4rem 0; border-top: 1px solid #242424; color: #999; font-size: .72rem; }.reseller-footer .reseller-container { display: flex; justify-content: space-between; gap: 1rem; }.reseller-footer a { color: #fff; }

@media (max-width:850px) { .reseller-nav nav { display: none; }.hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }.dashboard-card { width: 100%; max-width: 480px; justify-self: center; }.credit-grid { grid-template-columns: repeat(2,1fr); }.benefit-grid, .faq-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 0; }.reseller-section { padding: 3.75rem 0; } }
@media (max-width:560px) { .reseller-container { width: min(100% - 1.5rem,1120px); }.header-cta { display: none; }.reseller-hero { padding: 4rem 0; }.reseller-hero h1 { font-size: 2.55rem; }.hero-lead { font-size: .95rem; }.hero-points { display: grid; }.credit-grid { gap: .6rem; padding: .7rem; }.credit-card { min-height: 205px; padding: 1.2rem .7rem .75rem; }.credit-price { font-size: 1.35rem; }.server-description { flex-direction: column; align-items: flex-start; }.reseller-footer .reseller-container { flex-direction: column; }.dashboard-card { transform: none; } }
