
/* ===================================================== 
   1. HERO BANNER SECTION 
   ===================================================== */

.ecom-hero { 
    background-color: #0d1117;  
    padding: 40px 24px 40px 24px;  
    width: 100%; 
    box-sizing: border-box; 
    overflow: hidden; 
} 
 
.ecom-hero-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center; 
} 
 
.ecom-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; 
} 
 
.ecom-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; 
} 
 
.ecom-title .text-purple { 
    color: #9D00FF;  
} 
 
.ecom-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%; 
} 
 
/* Borderless Hero CTA */ 
.ecom-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; 
} 
 
.ecom-cta-btn:hover { 
    transform: translate(-2px, -2px); 
    box-shadow: 8px 8px 0px #111827; 
    background-color: #ffffff;  
    border: 1px solid #111827;  
} 
 
/* =====================================================
   RIGHT SIDE — ECOMMERCE MASCOT IMAGE
   ===================================================== */

.ecom-hero-vector { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position: relative; 
    z-index: 1; 
}

.eccommerce-hero-image {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1024px) {

    .ecom-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .ecom-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ecom-desc {
        max-width: 700px;
    }

    .ecom-hero-vector {
        margin-top: 10px;
    }

    .eccommerce-hero-image {
        max-width: 560px;
    }
}

@media (max-width: 600px) {

    .ecom-hero {
        padding: 40px 20px 40px 20px;
    }

    .ecom-hero-container {
        gap: 30px;
    }

    .ecom-title {
        font-size: clamp(42px, 10vw, 58px);
    }

    .ecom-desc {
        font-size: 18px;
        max-width: 100%;
    }

    .eccommerce-hero-image {
        width: 105%;
        max-width: none;
        margin-left: -2.5%;
    }
}

/* =====================================================
   2. ECOMMERCE PRICING CARDS SECTION
   ================================================     */
.ecom-pricing-section {
    background-color: #ffffff; 
    padding: 40px 24px 60px 24px; 
    width: 100%;
    box-sizing: border-box;
}

.ecom-pricing-container {
    max-width: 1200px; 
    margin: 0 auto;
}

.ecom-main-heading-wrap {
    text-align: center;
    margin-bottom: 40px; 
}

.ecom-section-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(32px, 5vw, 48px); 
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
    letter-spacing: -1px;
}

.ecom-section-sub {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: #4B5563;
    margin: 0;
}

.ecom-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 32px; 
    align-items: start;
    max-width: 900px; 
    margin: 0 auto;
}

.ecom-card {
    background-color: #ffffff;
    border: 1px solid #E5E7EB; 
    border-right: 4px solid #111827; 
    border-bottom: 4px solid #111827;
    border-radius: 0; 
    padding: 32px 24px; 
    display: flex;
    flex-direction: column;
    position: relative; 
    box-shadow: 8px 8px 0px rgba(17, 24, 39, 0.05); 
}

.card-header-info {
    display: flex;
    flex-direction: column;
}

.card-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
}

.card-starting {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 14px;
    color: #6B7280;
    font-weight: 600;
    margin: 0 0 16px 0; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-price-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px; 
}

.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;
}

.card-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0; 
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 24px; 
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border 0.2s ease;
    background-color: #D1D5DB;
    color: #111827;
    border: 1px solid transparent; 
    box-shadow: 4px 4px 0px #111827;
}

.card-btn-outline:hover { 
    background-color: #ffffff; 
    color: #111827;
    border: 1px solid #111827;
    transform: translate(-2px, -2px);
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; 
    border-top: 1px solid #E5E7EB;
    padding-top: 20px; 
}

.card-features li {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #4B5563;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* =====================================================
   3. ECOMMERCE FEATURES OVERVIEW SECTION
   ================================================     */
.ecom-features-overview {
    background-color: #ffffff;
    padding: 100px 24px;
    width: 100%;
    box-sizing: border-box;
}

.ecom-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ef-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    color: #111827;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0 0 80px 0;
}

.ef-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 40px; 
}

.ef-sub-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.ef-paragraph {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px;
    color: #4B5563;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.ef-btn-solid {
    display: inline-block;
    background-color: #9D00FF;
    color: #ffffff;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid transparent; 
    box-shadow: 4px 4px 0px #111827;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.2s ease, border 0.2s ease;
}

.ef-btn-solid:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #111827;
    background-color: #7b00cc;
    border: 1px solid #111827;
}

.ef-vector-block {
    display: flex;
    justify-content: center;
}

.brutalist-grid-window {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border: 4px solid #111827;
    border-radius: 0;
    box-shadow: 12px 12px 0px #D1D5DB; 
    overflow: hidden;
}

.gw-header {
    background-color: #F8F9FA;
    border-bottom: 4px solid #111827;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
}

.gw-dots {
    display: flex;
    gap: 8px;
}

.gw-dots span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #111827;
}

.gw-dots span:nth-child(1) { background-color: #ffffff; }
.gw-dots span:nth-child(2) { background-color: #ffffff; }
.gw-dots span:nth-child(3) { background-color: #ffffff; }

.gw-search-bar {
    width: 60%;
    height: 32px;
    background-color: #ffffff;
    border: 2px solid #111827;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.gw-search-bar svg {
    width: 16px;
    height: 16px;
}

.gw-body {
    padding: 24px;
    background-color: #ffffff;
}

.gw-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gw-card {
    border: 3px solid #111827;
    border-radius: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 3px 3px 0px rgba(17, 24, 39, 0.1);
}

.gw-img {
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px solid #111827;
    border-radius: 0;
}

.gw-img.purple { background-color: #9D00FF; }
.gw-img.silver { background-color: #D1D5DB; }
.gw-img.green { background-color: #10B981; }

.gw-line {
    width: 80%;
    height: 8px;
    background-color: #E5E7EB;
    border-radius: 0;
}

.ef-mini-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.ef-mini-item h4 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
}

.ef-mini-item p {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* =====================================================
   4. ECOMMERCE PLAN COMPARISON MATRIX
   ================================================     */
.ecom-matrix-section {
    background-color: #F8F9FA; 
    padding: 60px 24px; 
    width: 100%;
    box-sizing: border-box;
}

.ecom-matrix-container {
    max-width: 1100px; 
    margin: 0 auto;
}

.matrix-header-wrap {
    text-align: center;
    margin-bottom: 40px; 
}

.matrix-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(40px, 6vw, 64px); 
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    line-height: 1.1;
    letter-spacing: -1px;
}

.matrix-sub-heading {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 22px; 
    color: #4B5563;
    margin: 0;
}

.matrix-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.ecom-compare-table {
    width: 100%;
    min-width: 800px; 
    border-collapse: collapse;
    text-align: left;
}

.ecom-compare-table th {
    padding: 24px 16px 32px 16px;
    border-bottom: 4px solid #111827; 
    vertical-align: bottom;
}

.feature-col-header {
    width: 40%;
}

.plan-col-header {
    width: 30%;
    text-align: center;
}

.plan-th-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 24px; 
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-th-price {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 20px; 
    font-weight: 600;
    color: #4B5563;
    margin: 0 0 24px 0;
}

.plan-th-btn {
    display: inline-block;
    width: 80%;
    padding: 12px 0; 
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 18px; 
    font-weight: 700;
    text-decoration: none;
    color: #111827;
    background-color: #D1D5DB;
    border: 1px solid transparent; 
    border-radius: 0;
    box-shadow: 4px 4px 0px #111827;
    transition: all 0.2s ease;
}

.plan-th-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #111827;
    background-color: #ffffff;
    color: #111827;
    border: 1px solid #111827;
}

.plan-th-btn.btn-purple {
    background-color: #9D00FF;
    border-color: transparent;
    color: #ffffff;
}

.plan-th-btn.btn-purple:hover {
    background-color: #7b00cc;
    border: 1px solid #7b00cc;
    color: #ffffff;
}

.ecom-compare-table td {
    padding: 24px 16px; 
    border-bottom: 2px solid #E5E7EB; 
}

.ecom-compare-table tr:last-child td {
    border-bottom: none;
}

.feature-name {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 20px; 
    font-weight: 600;
    color: #111827;
}

.ecom-compare-table td:not(.feature-name) {
    text-align: center;
    vertical-align: middle;
}

.matrix-check {
    width: 32px; 
    height: 32px;
    fill: none;
    stroke: #111827;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: inline-block;
}

.matrix-text {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 18px; 
    font-weight: 600;
    color: #4B5563;
}

.matrix-dash {
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #D1D5DB;
    border-radius: 2px;
}

/* =====================================================
   5. SUPPORT SECTION 
   ================================================     */
.Vagocat-support-section {
    background-color: #ffffff; 
    padding: 100px 0;
    width: 100%;
}

.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;
}

/* =====================================================
   RESPONSIVE DESIGN (GLOBAL)
   ================================================     */
@media (max-width: 1024px) {
    .support-grid {
        padding: 0 24px;
    }
}

@media (max-width: 900px) {
    .ecom-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .ecom-desc {
        margin: 0 auto 40px auto;
    }
    .brutalist-store-window {
        margin: 0 auto;
    }
    .ef-split-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .ef-mini-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .ecom-grid-2 {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    .ecom-matrix-section {
        padding: 40px 20px;
    }
}

@media (max-width: 600px) {
    .ecom-hero {
        padding: 40px 20px 60px 20px;
    }
    .ecom-title {
        font-size: 40px;
    }
    .brutalist-store-window {
        box-shadow: 8px 8px 0px rgba(157, 0, 255, 0.25);
    }
    .store-body {
        height: 240px;
    }
    .ecom-pricing-section {
        padding: 40px 20px 60px 20px;
    }
    .ecom-features-overview {
        padding: 60px 20px;
    }
    .ef-main-heading {
        margin: 0 0 60px 0;
    }
    .ef-mini-features-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .gw-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gw-card:nth-child(5), .gw-card:nth-child(6) {
        display: none;
    }
    .Vagocat-support-section {
        padding: 60px 20px;
    }
    .support-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .support-massive-heading {
        margin-bottom: 60px;
    }
}