/* =====================================================
   1. RESELLER HERO BANNER SECTION
   ================================================     */
.reseller-hero {
    background-color: #0d1117; 
    padding: 60px 24px 220px 24px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.reseller-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Typography & Copy */
.reseller-pre-title {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.reseller-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 24px 0;
}

.reseller-desc {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 20px;
    line-height: 1.6;
    color: #8b949e;
    margin: 0 0 40px 0;
    max-width: 90%;
}

.reseller-cta-btn {
    display: inline-block;
    background-color: #D1D5DB; 
    color: #111827;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 18px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid transparent; 
    box-shadow: 6px 6px 0px #111827;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.2s ease, border 0.2s ease;
}

.reseller-cta-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #111827;
    background-color: #ffffff;
    border: 1px solid #111827; 
}

.reseller-hero-vector {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* =====================================================
   2. OVERLAPPING PRICING CARDS
   ================================================     */
.reseller-pricing-section {
    background-color: #ffffff; 
    padding: 0 0 80px 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid transparent; 
}

.reseller-pricing-container {
    max-width: 1100px;
    margin: -100px auto 0 auto; 
    padding: 0 24px;
    position: relative;
    z-index: 10;
}

.reseller-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
}

.reseller-card {
    background-color: #ffffff;
    border: 1px solid #E5E7EB; 
    border-right: 4px solid #111827; 
    border-bottom: 4px solid #111827;
    border-radius: 0; 
    padding: 40px 32px; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-shadow: 8px 8px 0px rgba(17, 24, 39, 0.05); 
}

.reseller-card-header {
    margin-bottom: 24px;
}

.reseller-plan-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(22px, 2vw, 26px);
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.reseller-badge {
    display: inline-block;
    background-color: #D1D5DB;
    color: #111827;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border: 2px solid #111827;
    border-radius: 0;
}

.badge-purple {
    background-color: #9D00FF;
    color: #ffffff;
}

.reseller-price-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.price-currency {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-top: 4px;
}

.price-amount {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: #111827;
}

.price-term {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #6B7280;
    margin-top: auto;
    margin-bottom: 8px;
    margin-left: 4px;
}

.reseller-renews {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #6B7280;
    font-weight: 600;
    margin: 0 0 32px 0;
}

.reseller-card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 32px; 
    background-color: #D1D5DB;
    color: #111827;
    border: 1px solid transparent; 
    box-shadow: 4px 4px 0px #111827;
    border-radius: 0;
    transition: all 0.2s ease;
}

.reseller-card-btn:hover { 
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #111827;
    background-color: #ffffff; 
    border: 1px solid #111827; 
}

.Vagocat-badge-recommended {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9D00FF; 
    color: #ffffff;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 0; 
    white-space: nowrap;
    border: 1px solid #111827;
    box-shadow: 4px 4px 0px rgba(17, 24, 39, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

.Vagocat-badge-recommended::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.reseller-card-recommended {
    border: 1px solid #E5E7EB;
    border-right: 4px solid #9D00FF;
    border-bottom: 4px solid #9D00FF;
    transform: translateY(-16px); 
    box-shadow: 12px 12px 0px rgba(157, 0, 255, 0.08);
}

.reseller-card-recommended .reseller-card-btn {
    background-color: #9D00FF;
    color: #ffffff;
    border: 1px solid transparent;
}

.reseller-card-recommended .reseller-card-btn:hover {
    background-color: #7b00cc;
    border: 1px solid #7b00cc;
}

.reseller-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.reseller-features li {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #4B5563;
    display: flex;
    align-items: center;
    gap: 12px;
}

.reseller-features strong {
    color: #111827;
    font-weight: 700;
}

/* =====================================================
   3. RESELLER FEATURES SECTION
   ================================================     */
.reseller-features-banner {
    background-color: #ffffff; 
    padding: 80px 24px 100px 24px; 
    width: 100%;
    box-sizing: border-box;
}

.reseller-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reseller-features-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(36px, 5vw, 56px); 
    font-weight: 700;
    color: #111827;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 auto 80px auto;
    max-width: 800px;
}

.reseller-features-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.reseller-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
}

.reseller-icon-box {
    width: 64px;
    height: 64px;
    background-color: #111827;
    border: 2px solid #111827;
    border-radius: 0;
    box-shadow: 6px 6px 0px #D1D5DB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reseller-feature-item:hover .reseller-icon-box {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px #9D00FF;
}

.reseller-icon-box svg {
    width: 32px;
    height: 32px;
}

.reseller-feature-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.reseller-feature-desc {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* =====================================================
   4. RESELLER: THE WHAT AND WHY SECTION
   ================================================     */
.reseller-what-why-section {
    background-color: #ffffff;
    padding: 80px 24px 100px 24px;
    width: 100%;
    box-sizing: border-box;
}

.reseller-ww-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reseller-ww-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    color: #111827;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0 0 80px 0;
}

.reseller-ww-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.reseller-ww-sub-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.reseller-ww-paragraph {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    line-height: 1.7;
    color: #4B5563;
    margin: 0 0 24px 0;
}

.reseller-ww-vector {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.reseller-ww-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
}

.reseller-ww-item h4 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
}

.reseller-ww-item p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* =====================================================
   5. RESELLER PLAN COMPARISON MATRIX SECTION
   ================================================     */
.Vagocat-matrix-section {
    background-color: #ffffff;
    padding: 80px 24px 120px 24px;
    width: 100%;
    box-sizing: border-box;
}

.matrix-container {
    max-width: 1200px;
    margin: 0 auto;
}

.matrix-header-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.matrix-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 700;
    color: #111827;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0;
}

.matrix-main-heading span {
    color: #9D00FF;
}

.matrix-tabs-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    padding: 4px 24px; 
    box-sizing: border-box;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; 
}

.matrix-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.matrix-tabs-bar {
    display: inline-flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
    border-right: 3px solid #111827;
    border-bottom: 3px solid #111827;
    border-radius: 0; 
    box-shadow: 6px 6px 0px rgba(209, 213, 219, 0.6); 
    margin: 0 auto; 
}

.matrix-tab-btn {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: #4B5563;
    background-color: transparent;
    border: none;
    border-right: 2px solid #111827;
    padding: 14px 28px;
    border-radius: 0; 
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.matrix-tab-btn:last-child {
    border-right: none;
}

.matrix-tab-btn:hover {
    background-color: #F8F9FA;
    color: #111827;
}

.matrix-tab-btn.is-active {
    background-color: #9D00FF;
    color: #ffffff;
}

.matrix-table-wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.matrix-table-head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    background-color: transparent;
    padding: 16px 24px 32px 24px;
    align-items: center;
    border: none;
    border-bottom: 3px solid #111827;
    margin-bottom: 0;
    min-width: 800px;
}

.matrix-col-plan {
    text-align: center;
    padding: 0 16px;
}

.mp-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
}

.mp-sub {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 12px;
    color: #6B7280;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.mp-price {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 32px;
    font-weight: 800;
    color: #9D00FF; 
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.mp-price span {
    font-size: 14px;
    color: #6B7280;
    font-weight: 600;
}

.mp-buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background-color: #D1D5DB;
    color: #111827;
    border: 2px solid transparent;
    box-shadow: 4px 4px 0px #111827;
    border-radius: 0;
    transition: all 0.2s ease;
}

.mp-buy-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #111827;
    background-color: #ffffff;
    border: 2px solid #111827;
}

.matrix-table-body {
    display: flex;
    flex-direction: column;
    border: none;
    background-color: transparent;
    min-width: 800px;
}

.matrix-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 20px 24px;
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
    transition: background-color 0.2s ease;
}

.matrix-row:hover {
    background-color: #F8F9FA;
}

.m-row-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.m-row-val {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 500;
    color: #4B5563;
    text-align: center;
}

.check-yes {
    color: #10B981;
    font-size: 20px;
}

/* =====================================================
   6. 24/7 SUPPORT SECTION
   ================================================     */
.Vagocat-support-section {
    background-color: #ffffff; 
    padding: 100px 24px;
    width: 100%;
    box-sizing: border-box;
}

.support-massive-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 72px); 
    font-weight: 700;
    color: #111827;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0 0 80px 0;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.support-geo-icon {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border: 3px solid #111827;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 4px 4px 0px #111827;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-item:hover .support-geo-icon {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #111827;
}

.support-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
}

.support-link {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #4B5563; 
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.support-link:hover {
    color: #111827;
}

/* =====================================================
   7. RESELLER FAQ SECTION
   ================================================     */
.Vagocat-faq-section {
    background-color: #F8F9FA; 
    padding: 100px 24px;
    width: 100%;
    box-sizing: border-box;
}

.faq-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(48px, 6vw, 80px); 
    font-weight: 700;
    color: #111827;
    text-align: center;
    line-height: 1.05; 
    letter-spacing: -2px;
    margin: 0 0 80px 0;
}

.faq-subtext {
    color: #4B5563;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
    letter-spacing: normal;
}

.faq-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.faq-block h4 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.faq-block p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

/* =====================================================
   RESPONSIVE MEDIA QUERIES
   ================================================     */
@media (max-width: 1024px) {
    .reseller-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 48px;
    }
    .reseller-desc {
        max-width: 100%;
        margin: 0 auto 40px auto;
    }
    .reseller-hero-text > div {
        justify-content: center;
    }
    .reseller-hero {
        padding: 40px 24px 180px 24px;
    }
    .reseller-grid-3 {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .reseller-card-recommended {
        transform: translateY(0);
    }
    .reseller-ww-split {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .reseller-ww-vector {
        order: -1;
    }
    .reseller-ww-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .reseller-features-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }
    .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }
    .faq-text-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .Vagocat-support-section, .Vagocat-faq-section {
        padding: 80px 24px;
    }
}

@media (max-width: 768px) {
    .reseller-ww-grid-6 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .matrix-tabs-wrapper {
        justify-content: center;
        padding: 4px 16px 32px 16px;
        overflow-x: visible; 
    }
    .matrix-tabs-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        border: none;
        box-shadow: none;
        margin: 0;
    }
    .matrix-tab-btn {
        font-size: 14px;
        padding: 10px 18px;
        border: 2px solid #111827 !important; 
        border-radius: 0; 
        box-shadow: 4px 4px 0px rgba(209, 213, 219, 0.6);
    }
    .matrix-tab-btn.is-active {
        box-shadow: 4px 4px 0px #9D00FF;
        transform: translate(-2px, -2px);
    }
    .matrix-table-wrapper {
        padding: 4px 24px 24px 24px;
    }
}

@media (max-width: 600px) {
    .reseller-features-grid-4 {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .reseller-feature-item {
        align-items: center;
        text-align: center;
    }
    .reseller-features-banner {
        padding: 60px 20px 80px 20px;
    }
    .reseller-features-main-heading {
        margin-bottom: 60px;
    }
    .support-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .support-massive-heading, .faq-main-heading {
        margin: 0 0 60px 0;
    }
    .faq-block h4 {
        font-size: 20px;
    }
    .Vagocat-support-section, .Vagocat-faq-section {
        padding: 60px 20px;
    }
}