.vpn-reseller-page {
    --reseller-surface: var(--neutral-900, #18181B);
    --reseller-surface-soft: var(--neutral-800, #27272A);
    --reseller-surface-raised: var(--neutral-950, #09090B);
    --reseller-border: rgba(0, 0, 0, 0.08);
    --reseller-muted: var(--neutral-600, #52525B);
    overflow: hidden;
}

.platform-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--neutral-700, #3F3F46);
    background: rgba(14, 89, 242, 0.08);
    border: 1px solid rgba(14, 89, 242, 0.16);
    border-radius: 99px;
    margin: 0 4px;
    transition: all 0.2s ease;
}

.platform-badge:hover {
    background: #0E59F2;
    color: #ffffff;
}

.service-card.featured-reseller {
    border: 2px solid #0E59F2 !important;
    box-shadow: 0 12px 32px rgba(14, 89, 242, 0.12) !important;
}

/* Pricing card modifier — stacks on top of base .service-card */
.reseller-pricing-card {
    display: flex;
    flex-direction: column;
}

/* Price display wrapper inside pricing cards */
.reseller-price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.reseller-price-wrap .price-val {
    line-height: 1;
}

/* Revenue calculator container */
.reseller-calc-container {
    background: #FFFFFF;
}

/* Calculator results card */
.calc-results-card {
    background: #F8FAFC;
}

.vpn-reseller-page div[id] {
    scroll-margin-top: 100px;
}

.reseller-hero {
    position: relative;
    display: flex;
    min-height: 850px;
    align-items: center;
    padding: 175px 0 100px;
    overflow: hidden;
    background: #0b0d15;
}

.reseller-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(11, 13, 21, 0.96) 0%, rgba(11, 13, 21, 0.78) 52%, rgba(11, 13, 21, 0.45) 100%),
        linear-gradient(180deg, rgba(11, 13, 21, 0.15), rgba(11, 13, 21, 0.8));
    pointer-events: none;
}

.reseller-hero .hero-image {
    z-index: 0;
    opacity: 0.08;
}

.reseller-hero-grid {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.reseller-hero-orb {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.reseller-hero-orb-one {
    top: 12%;
    right: 5%;
    width: 420px;
    height: 420px;
    background: rgba(14, 89, 242, 0.25);
}

.reseller-hero-orb-two {
    bottom: -10%;
    left: 12%;
    width: 320px;
    height: 320px;
    background: rgba(108, 52, 250, 0.15);
}

.reseller-hero-row {
    position: relative;
    z-index: 2;
    min-height: 570px;
}

.reseller-hero-title .text-gradient-1 {
    background: linear-gradient(100deg, #ffffff 12%, #77a8ff 92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reseller-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 15px;
    color: var(--neutral-200);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1px solid var(--reseller-border);
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.reseller-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45e5a6;
    box-shadow: 0 0 0 5px rgba(69, 229, 166, 0.12);
}

.reseller-hero-title {
    max-width: 760px;
    margin-bottom: 26px;
    color: var(--white);
    font-size: clamp(54px, 6vw, 86px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.reseller-hero-title span {
    display: inline-block;
}

.reseller-hero-copy {
    max-width: 680px;
    margin-bottom: 34px;
    color: var(--neutral-300);
    font-size: 18px;
    line-height: 1.7;
}

.reseller-hero-actions,
.reseller-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.reseller-secondary-action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    border: 1px solid var(--reseller-border);
    border-radius: 99px;
}

.reseller-platforms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 38px;
}

.reseller-platforms span {
    padding: 7px 12px;
    color: var(--neutral-400);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.reseller-dashboard-preview {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 0%, rgba(14, 89, 242, 0.16), transparent 35%),
        rgba(17, 17, 21, 0.88);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
}

.reseller-dashboard-preview::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    padding: 1px;
    content: "";
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%, rgba(14, 89, 242, 0.42));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.reseller-preview-topbar,
.reseller-preview-revenue,
.reseller-cashflow-header,
.reseller-demo-welcome,
.reseller-demo-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reseller-preview-topbar>div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.reseller-preview-label {
    color: var(--brand);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.reseller-preview-topbar strong {
    color: var(--white);
    font-size: 18px;
}

.reseller-online-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    color: #87edc4;
    font-size: 12px;
    border: 1px solid rgba(69, 229, 166, 0.18);
    border-radius: 99px;
    background: rgba(69, 229, 166, 0.08);
}

.reseller-online-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #45e5a6;
}

.reseller-preview-revenue {
    align-items: flex-end;
    margin-top: 36px;
}

.reseller-preview-revenue>span {
    position: absolute;
    margin-bottom: 42px;
    color: var(--neutral-500);
    font-size: 12px;
}

.reseller-preview-revenue strong {
    color: var(--white);
    font-size: 36px;
    line-height: 1;
}

.reseller-preview-revenue small {
    color: #45e5a6;
    font-size: 11px;
}

.reseller-chart {
    display: flex;
    height: 150px;
    align-items: flex-end;
    gap: 11px;
    margin: 26px 0;
    padding-top: 20px;
    border-bottom: 1px solid var(--reseller-border);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 100% 34px;
}

.reseller-chart span {
    width: 100%;
    min-height: 18px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to top, rgba(14, 89, 242, 0.28), var(--brand));
    box-shadow: 0 0 24px rgba(14, 89, 242, 0.14);
}

.reseller-chart span:first-child {
    height: 32%;
}

.reseller-chart span:nth-child(2) {
    height: 48%;
}

.reseller-chart span:nth-child(3) {
    height: 41%;
}

.reseller-chart span:nth-child(4) {
    height: 64%;
}

.reseller-chart span:nth-child(5) {
    height: 58%;
}

.reseller-chart span:nth-child(6) {
    height: 78%;
}

.reseller-chart span:last-child {
    height: 91%;
}

.reseller-preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.reseller-preview-metrics div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.reseller-preview-metrics span {
    color: var(--neutral-500);
    font-size: 10px;
}

.reseller-preview-metrics strong {
    color: var(--neutral-100);
    font-size: 18px;
}

.reseller-preview-event {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.reseller-event-icon {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    border-radius: 10px;
    background: rgba(14, 89, 242, 0.13);
}

.reseller-preview-event>div:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.reseller-preview-event strong {
    overflow: hidden;
    color: var(--neutral-200);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reseller-preview-event span {
    color: var(--neutral-500);
    font-size: 10px;
}

.reseller-preview-event b {
    color: #45e5a6;
    font-size: 12px;
}

.reseller-trust-strip {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--reseller-border);
    border-bottom: 1px solid var(--reseller-border);
    background: #0d0d10;
}

.reseller-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.reseller-trust-grid div {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid var(--reseller-border);
}

.reseller-trust-grid div:first-child {
    border-left: 1px solid var(--reseller-border);
}

.reseller-trust-grid strong {
    color: var(--white);
    font-size: 24px;
}

.reseller-trust-grid span {
    color: var(--neutral-500);
    font-size: 13px;
}

.reseller-how-section,
.reseller-calculator-section,
.reseller-features-section {
    background: var(--white);
}

.reseller-section-copy {
    max-width: 700px;
    margin: 24px auto 0;
    color: var(--neutral-500);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.reseller-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.reseller-steps::before {
    position: absolute;
    top: 64px;
    right: 16%;
    left: 16%;
    z-index: 0;
    height: 1px;
    content: "";
    border-top: 1px dashed rgba(14, 89, 242, 0.28);
}

.reseller-step-card {
    position: relative;
    z-index: 1;
    padding: 32px;
    border: 1px solid var(--neutral-200);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 18px 50px rgba(9, 9, 11, 0.055);
}

.reseller-step-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: var(--neutral-300);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.reseller-step-icon,
.reseller-feature-icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    color: var(--brand);
    font-size: 25px;
    border: 1px solid rgba(14, 89, 242, 0.15);
    border-radius: 18px;
    background: rgba(14, 89, 242, 0.07);
    box-shadow: 0 12px 35px rgba(14, 89, 242, 0.1);
}

.reseller-step-card h3,
.reseller-feature-card h3 {
    margin-bottom: 13px;
    color: var(--neutral-950);
    font-size: 22px;
    font-weight: 600;
}

.reseller-step-card p,
.reseller-feature-card p {
    margin-bottom: 22px;
    color: var(--neutral-500);
    line-height: 1.7;
}

.reseller-step-meta {
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
}

.reseller-center-action {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.reseller-pricing-section {
    position: relative;
    background:
        radial-gradient(circle at 50% 0%, rgba(14, 89, 242, 0.09), transparent 30%),
        #0e0e12;
}

.reseller-pricing-section .heading-title {
    background: linear-gradient(95deg, #ffffff 5%, #a1a1aa 92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reseller-pricing-section .reseller-section-copy {
    color: var(--neutral-400);
}

.reseller-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 22px;
}

.reseller-price-card {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 34px;
    flex-direction: column;
    border: 1px solid var(--reseller-border);
    border-radius: 24px;
    background: var(--reseller-surface);
}

.reseller-price-card.featured {
    border-color: var(--brand);
    background:
        radial-gradient(circle at 90% 0%, rgba(14, 89, 242, 0.18), transparent 34%),
        var(--reseller-surface-soft);
    box-shadow: 0 24px 80px rgba(14, 89, 242, 0.13);
}

.reseller-popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 10px;
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 99px;
    background: var(--brand);
}

.reseller-plan-label {
    display: block;
    margin-bottom: 12px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reseller-price-heading h3 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
}

.reseller-price-heading p {
    min-height: 52px;
    color: var(--neutral-500);
    line-height: 1.6;
}

.reseller-price {
    display: flex;
    min-height: 92px;
    align-items: flex-start;
    margin: 24px 0 12px;
    color: var(--white);
}

.reseller-price sup {
    top: 7px;
    margin-right: 4px;
    color: var(--neutral-300);
    font-size: 18px;
}

.reseller-price strong {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
}

.reseller-price>span {
    max-width: 92px;
    align-self: flex-end;
    margin: 0 0 6px 10px;
    color: var(--neutral-500);
    font-size: 11px;
    line-height: 1.35;
}

.reseller-custom-price {
    flex-direction: column;
    gap: 6px;
}

.reseller-custom-price>span {
    align-self: flex-start;
    max-width: none;
    margin: 0;
}

.reseller-price-range {
    padding-bottom: 22px;
    color: var(--neutral-300);
    font-size: 13px;
    border-bottom: 1px solid var(--reseller-border);
}

.reseller-plan-features {
    display: flex;
    margin: 25px 0 30px;
    padding: 0;
    flex: 1;
    flex-direction: column;
    gap: 14px;
}

.reseller-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--neutral-300);
    font-size: 14px;
    line-height: 1.5;
}

.reseller-plan-features i {
    margin-top: 3px;
    color: #45e5a6;
    font-size: 12px;
}

.reseller-plan-button {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--reseller-border);
    border-radius: 99px;
}

.reseller-pricing-note {
    display: flex;
    max-width: 760px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px auto 0;
    color: var(--neutral-400);
    font-size: 13px;
    text-align: center;
}

.reseller-pricing-note i {
    color: var(--brand);
    font-size: 17px;
}

.reseller-billing-section {
    position: relative;
    background:
        radial-gradient(circle at 10% 30%, rgba(14, 89, 242, 0.13), transparent 34%),
        var(--neutral-950);
}

.reseller-billing-copy {
    max-width: 630px;
    margin-bottom: 30px;
    color: var(--neutral-400);
    font-size: 17px;
    line-height: 1.75;
}

.reseller-billing-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
}

.reseller-billing-benefits span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--neutral-300);
    font-size: 14px;
}

.reseller-billing-benefits i {
    margin-top: 3px;
    color: #45e5a6;
    font-size: 12px;
}

.reseller-cashflow-card {
    padding: 30px;
    border: 1px solid var(--reseller-border);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.reseller-cashflow-header {
    margin-bottom: 32px;
}

.reseller-cashflow-header span {
    color: var(--neutral-500);
    font-size: 13px;
}

.reseller-cashflow-header strong {
    color: var(--white);
    font-size: 18px;
}

.reseller-cashflow-line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reseller-cashflow-icon {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
}

.reseller-cashflow-icon.received {
    color: #45e5a6;
    background: rgba(69, 229, 166, 0.1);
}

.reseller-cashflow-icon.charged {
    color: var(--brand);
    background: rgba(14, 89, 242, 0.12);
}

.reseller-cashflow-line>div:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.reseller-cashflow-line span {
    color: var(--neutral-500);
    font-size: 11px;
}

.reseller-cashflow-line strong {
    color: var(--neutral-200);
    font-size: 14px;
}

.reseller-cashflow-line b {
    color: var(--white);
    font-size: 14px;
}

.reseller-cashflow-divider {
    width: 1px;
    height: 30px;
    margin: 5px 0 5px 23px;
    border-left: 1px dashed rgba(255, 255, 255, 0.18);
}

.reseller-cashflow-summary {
    display: flex;
    margin-top: 28px;
    padding: 18px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(14, 89, 242, 0.2);
    border-radius: 15px;
    background: rgba(14, 89, 242, 0.08);
}

.reseller-cashflow-summary span {
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.reseller-cashflow-summary strong {
    color: var(--neutral-200);
    font-size: 15px;
}

.reseller-calculator-intro {
    margin: 0;
    color: var(--neutral-500);
    font-size: 17px;
    line-height: 1.7;
}

.reseller-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    overflow: hidden;
    border: 1px solid var(--neutral-200);
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 30px 90px rgba(9, 9, 11, 0.1);
}

.reseller-calculator-controls {
    padding: 46px;
}

.reseller-calculator-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 54px;
}

.reseller-calculator-heading>div:first-child span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reseller-calculator-heading h3 {
    max-width: 390px;
    margin-top: 8px;
    color: var(--neutral-950);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.reseller-customer-count {
    display: flex;
    min-width: 130px;
    align-items: flex-end;
    flex-direction: column;
}

.reseller-customer-count strong {
    color: var(--neutral-950);
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.reseller-customer-count span {
    color: var(--neutral-500);
    font-size: 11px;
}

.reseller-slider-label {
    display: block;
    margin-bottom: 18px;
    color: var(--neutral-800);
    font-size: 14px;
    font-weight: 600;
}

.reseller-slider {
    width: 100%;
    height: 8px;
    appearance: none;
    cursor: pointer;
    border-radius: 99px;
    outline: none;
    background: linear-gradient(to right, var(--brand) var(--slider-progress, 0.9%), var(--neutral-200) var(--slider-progress, 0.9%));
}

.reseller-slider::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
    appearance: none;
    border: 5px solid var(--white);
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 4px 18px rgba(14, 89, 242, 0.35);
}

.reseller-slider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border: 5px solid var(--white);
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 4px 18px rgba(14, 89, 242, 0.35);
}

.reseller-slider-range {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: var(--neutral-400);
    font-size: 11px;
}

.reseller-rate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 42px;
}

.reseller-rate-grid div {
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 8px;
    border: 1px solid var(--neutral-200);
    border-radius: 16px;
    background: var(--neutral-50);
}

.reseller-rate-grid span {
    color: var(--neutral-500);
    font-size: 12px;
}

.reseller-rate-grid strong {
    color: var(--neutral-950);
    font-size: 26px;
}

.reseller-calculator-results {
    display: flex;
    padding: 36px;
    flex-direction: column;
    gap: 14px;
    background:
        radial-gradient(circle at 90% 10%, rgba(14, 89, 242, 0.19), transparent 34%),
        var(--neutral-950);
}

.reseller-profit-card {
    display: flex;
    padding: 22px;
    flex-direction: column;
    border: 1px solid var(--reseller-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
}

.reseller-profit-card.primary {
    border-color: rgba(14, 89, 242, 0.35);
    background: rgba(14, 89, 242, 0.1);
}

.reseller-profit-card>span {
    color: var(--neutral-400);
    font-size: 12px;
}

.reseller-profit-card strong {
    margin: 6px 0;
    color: var(--white);
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.reseller-profit-card small {
    color: var(--neutral-500);
    font-size: 11px;
}

.reseller-calculator-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.reseller-calculator-stats div {
    display: flex;
    padding: 13px 8px;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.reseller-calculator-stats strong {
    color: var(--white);
    font-size: 16px;
}

.reseller-calculator-stats span {
    color: var(--neutral-500);
    font-size: 9px;
}

.reseller-calculator-cta {
    width: 100%;
    margin-top: auto;
}

.reseller-demo-section {
    background: #f7f7f8;
}

.reseller-demo-list {
    display: flex;
    margin: 28px 0 34px;
    padding: 0;
    flex-direction: column;
    gap: 13px;
}

.reseller-demo-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--neutral-700);
    font-size: 14px;
}

.reseller-demo-list i {
    color: var(--brand);
    font-size: 12px;
}

.reseller-demo-window {
    overflow: hidden;
    border: 1px solid var(--neutral-200);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 30px 90px rgba(9, 9, 11, 0.13);
}

.reseller-demo-browser {
    display: flex;
    height: 48px;
    align-items: center;
    gap: 18px;
    padding: 0 18px;
    color: var(--neutral-400);
    font-size: 10px;
    border-bottom: 1px solid var(--neutral-200);
    background: var(--neutral-50);
}

.reseller-demo-browser>span {
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reseller-demo-browser b {
    color: #16a36a;
    font-size: 10px;
}

.reseller-demo-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0e0e12;
    object-fit: contain;
}

.reseller-video-caption {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    color: var(--neutral-500);
    font-size: 11px;
    border-top: 1px solid var(--neutral-200);
    background: var(--white);
}

.reseller-video-caption i {
    color: var(--brand);
    font-size: 12px;
}

.reseller-video-caption a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    color: var(--brand);
    font-weight: 600;
}

.reseller-video-caption a:hover {
    color: var(--primary);
}

.reseller-video-caption a i {
    color: currentColor;
    font-size: 10px;
}

.reseller-demo-dots {
    display: flex;
    gap: 5px;
}

.reseller-demo-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--neutral-300);
}

.reseller-demo-dots span:first-child {
    background: #ff6b6b;
}

.reseller-demo-dots span:nth-child(2) {
    background: #ffc857;
}

.reseller-demo-dots span:last-child {
    background: #45d49b;
}

.reseller-demo-body {
    display: flex;
    min-height: 470px;
}

.reseller-demo-sidebar {
    display: flex;
    width: 68px;
    align-items: center;
    padding: 18px 0;
    flex-direction: column;
    gap: 13px;
    color: var(--neutral-500);
    background: var(--neutral-950);
}

.reseller-demo-logo,
.reseller-demo-sidebar>span {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.reseller-demo-logo {
    margin-bottom: 22px;
    color: var(--white);
    font-weight: 700;
    background: var(--brand);
}

.reseller-demo-sidebar>span.active {
    color: var(--white);
    background: var(--brand);
}

.reseller-demo-content {
    min-width: 0;
    padding: 26px;
    flex: 1;
    background: #fafafa;
}

.reseller-demo-welcome span {
    display: block;
    color: var(--neutral-400);
    font-size: 10px;
}

.reseller-demo-welcome strong {
    color: var(--neutral-950);
    font-size: 20px;
}

.reseller-demo-add-customer {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: var(--white);
    font-size: 10px;
    border-radius: 8px;
    background: var(--brand);
}

.reseller-demo-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.reseller-demo-metrics>div {
    display: flex;
    padding: 17px;
    flex-direction: column;
    border: 1px solid var(--neutral-200);
    border-radius: 13px;
    background: var(--white);
}

.reseller-demo-metrics span,
.reseller-demo-metrics small {
    color: var(--neutral-400);
    font-size: 9px;
}

.reseller-demo-metrics strong {
    margin: 6px 0;
    color: var(--neutral-950);
    font-size: 22px;
}

.reseller-demo-metrics small {
    color: #16a36a;
}

.reseller-demo-lower {
    display: grid;
    grid-template-columns: 1.55fr 0.75fr;
    gap: 12px;
}

.reseller-demo-activity,
.reseller-demo-network {
    min-width: 0;
    padding: 17px;
    border: 1px solid var(--neutral-200);
    border-radius: 13px;
    background: var(--white);
}

.reseller-demo-panel-heading strong {
    color: var(--neutral-900);
    font-size: 11px;
}

.reseller-demo-panel-heading span {
    color: var(--brand);
    font-size: 8px;
}

.reseller-demo-activity-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 0;
    border-bottom: 1px solid var(--neutral-100);
}

.reseller-demo-activity-row:last-child {
    border-bottom: 0;
}

.reseller-avatar {
    display: flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--brand);
    font-size: 8px;
    font-weight: 700;
    border-radius: 8px;
    background: rgba(14, 89, 242, 0.09);
}

.reseller-avatar.purple {
    color: #7b45df;
    background: rgba(123, 69, 223, 0.1);
}

.reseller-avatar.green {
    color: #159865;
    background: rgba(21, 152, 101, 0.1);
}

.reseller-demo-activity-row>div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.reseller-demo-activity-row strong {
    overflow: hidden;
    color: var(--neutral-800);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reseller-demo-activity-row small {
    color: var(--neutral-400);
    font-size: 7px;
}

.reseller-demo-activity-row b {
    color: #159865;
    font-size: 7px;
}

.reseller-network-ring {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 36px auto 19px;
    flex-direction: column;
    border: 8px solid rgba(14, 89, 242, 0.12);
    border-top-color: var(--brand);
    border-right-color: var(--brand);
    border-radius: 50%;
    transform: rotate(18deg);
}

.reseller-network-ring span,
.reseller-network-ring small {
    transform: rotate(-18deg);
}

.reseller-network-ring span {
    color: var(--neutral-900);
    font-size: 15px;
    font-weight: 700;
}

.reseller-network-ring small {
    color: var(--neutral-400);
    font-size: 8px;
}

.reseller-demo-network p {
    color: #159865;
    font-size: 8px;
    text-align: center;
}

.reseller-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.reseller-feature-card {
    padding: 28px;
    border: 1px solid var(--neutral-200);
    border-radius: 20px;
    background: var(--white);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.reseller-feature-card:hover {
    border-color: rgba(14, 89, 242, 0.28);
    box-shadow: 0 18px 55px rgba(9, 9, 11, 0.07);
    transform: translateY(-4px);
}

.reseller-feature-card .reseller-feature-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    font-size: 20px;
    border-radius: 15px;
}

.reseller-feature-card p {
    margin-bottom: 0;
}

.reseller-final-cta {
    padding: 80px 0;
    background: var(--white);
}

.reseller-final-cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 48px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(14, 89, 242, 0.45), transparent 34%),
        var(--neutral-950);
}

.reseller-final-cta-inner::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
}

.reseller-final-cta-inner>* {
    position: relative;
    z-index: 1;
}

.reseller-final-cta-inner>div:first-child span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reseller-final-cta h2 {
    max-width: 650px;
    margin-top: 9px;
    color: var(--white);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.reseller-final-actions {
    min-width: 250px;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .reseller-hero {
        min-height: 780px;
    }

    .reseller-hero-title {
        font-size: clamp(48px, 5.8vw, 70px);
    }

    .reseller-dashboard-preview {
        padding: 20px;
    }

    .reseller-price-card {
        padding: 28px;
    }

    .reseller-demo-content {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .reseller-hero {
        min-height: auto;
        padding: 150px 0 90px;
    }

    .reseller-hero-row {
        gap: 65px;
    }

    .reseller-hero-title,
    .reseller-hero-copy {
        max-width: 760px;
    }

    .reseller-dashboard-preview {
        max-width: 620px;
        margin: 0 auto;
    }

    .reseller-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reseller-trust-grid div:nth-child(2) {
        border-right: 1px solid var(--reseller-border);
    }

    .reseller-trust-grid div:nth-child(-n+2) {
        border-bottom: 1px solid var(--reseller-border);
    }

    .reseller-steps,
    .reseller-pricing-grid {
        grid-template-columns: 1fr;
    }

    .reseller-steps::before {
        display: none;
    }

    .reseller-step-card,
    .reseller-price-card {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }

    .reseller-price-heading p {
        min-height: 0;
    }

    .reseller-calculator {
        grid-template-columns: 1fr;
    }

    .reseller-demo-window {
        max-width: 760px;
        margin: 25px auto 0;
    }

    .reseller-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reseller-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .reseller-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .reseller-hero {
        padding: 130px 0 75px;
    }

    .reseller-hero-title {
        font-size: clamp(44px, 13vw, 62px);
    }

    .reseller-hero-copy {
        font-size: 16px;
    }

    .reseller-dashboard-preview {
        border-radius: 22px;
    }

    .reseller-trust-grid div {
        min-height: 96px;
    }

    .reseller-trust-grid strong {
        font-size: 20px;
    }

    .reseller-steps,
    .reseller-pricing-grid {
        gap: 16px;
    }

    .reseller-billing-benefits,
    .reseller-features-grid {
        grid-template-columns: 1fr;
    }

    .reseller-calculator-controls,
    .reseller-calculator-results {
        padding: 28px;
    }

    .reseller-calculator-heading {
        margin-bottom: 42px;
    }

    .reseller-demo-body {
        min-height: 420px;
    }

    .reseller-demo-sidebar {
        width: 54px;
    }

    .reseller-demo-lower {
        grid-template-columns: 1fr;
    }

    .reseller-demo-network {
        display: none;
    }

    .reseller-final-cta-inner {
        padding: 36px 28px;
    }
}

@media (max-width: 575px) {

    .reseller-hero-actions,
    .reseller-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .reseller-hero-actions a,
    .reseller-final-actions a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .reseller-platforms {
        gap: 6px;
    }

    .reseller-preview-revenue strong {
        font-size: 30px;
    }

    .reseller-preview-revenue small {
        display: none;
    }

    .reseller-preview-metrics div {
        padding: 10px 7px;
    }

    .reseller-preview-metrics strong {
        font-size: 15px;
    }

    .reseller-preview-event b {
        display: none;
    }

    .reseller-trust-grid span {
        font-size: 11px;
    }

    .reseller-step-card,
    .reseller-price-card {
        padding: 25px;
    }

    .reseller-price strong {
        font-size: 46px;
    }

    .reseller-cashflow-card {
        padding: 22px;
    }

    .reseller-cashflow-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .reseller-calculator {
        border-radius: 20px;
    }

    .reseller-calculator-controls,
    .reseller-calculator-results {
        padding: 22px;
    }

    .reseller-calculator-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .reseller-customer-count {
        align-items: flex-start;
    }

    .reseller-rate-grid {
        grid-template-columns: 1fr;
    }

    .reseller-demo-sidebar {
        display: none;
    }

    .reseller-demo-content {
        padding: 14px;
    }

    .reseller-demo-add-customer {
        display: none;
    }

    .reseller-demo-metrics {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .reseller-demo-metrics>div {
        padding: 12px;
    }

    .reseller-demo-metrics strong {
        font-size: 18px;
    }

    .reseller-demo-activity-row:nth-child(n+4) {
        display: none;
    }

    .reseller-final-cta {
        padding: 55px 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .reseller-feature-card,
    .reseller-slider {
        transition: none;
    }
}