/* =========================================================
   GULF DROPSHIP PROFESSIONAL HOME PAGE
========================================================= */

/* Make homepage full width */
body.home .gds-main,
body.front-page .gds-main {
    padding: 0 !important;
}

body.home .gds-container,
body.front-page .gds-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .gds-content-card,
body.front-page .gds-content-card {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.gds-home-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Hero */
.gds-home-hero {
    width: 100%;
    padding: 76px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 34%),
        radial-gradient(circle at top right, rgba(244, 189, 53, 0.18), transparent 32%),
        linear-gradient(135deg, #f7fbff 0%, #eef6ff 48%, #fffaf0 100%);
    border-bottom: 1px solid #dbe7f6;
}

.gds-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) 470px;
    gap: 50px;
    align-items: center;
}

.gds-hero-badge {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    color: #2378a7;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 43, 95, 0.06);
}

.gds-hero-badge span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.14);
}

.gds-hero-content h1 {
    margin: 18px 0 18px;
    color: #08245c;
    font-size: clamp(42px, 5vw, 72px) !important;
    line-height: 1.03 !important;
    font-weight: 800 !important;
    letter-spacing: -0.06em !important;
}

.gds-hero-content h1 strong {
    display: block;
    color: #d89a13;
    font-weight: 800;
    font-style: italic;
}

.gds-hero-content p {
    max-width: 760px;
    margin: 0 0 28px;
    color: #475569 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

.gds-hero-actions,
.gds-section-action {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gds-home-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.gds-home-btn-primary {
    background: linear-gradient(135deg, #f4bd35 0%, #ffd86d 100%);
    color: #08245c !important;
    box-shadow: 0 12px 24px rgba(244, 189, 53, 0.25);
}

.gds-home-btn-outline {
    background: #ffffff;
    color: #08245c !important;
    border: 1px solid #cfe0f5;
}

.gds-home-btn-outline-dark {
    background: #08245c;
    color: #ffffff !important;
}

.gds-home-btn:hover {
    transform: translateY(-2px);
}

.gds-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 30px;
}

.gds-hero-stats div {
    min-height: 88px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    box-shadow: 0 10px 26px rgba(15, 43, 95, 0.055);
}

.gds-hero-stats strong {
    display: block;
    color: #08245c;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.gds-hero-stats span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

/* Launch board */
.gds-launch-board {
    background:
        radial-gradient(circle at top right, rgba(244, 189, 53, 0.18), transparent 34%),
        linear-gradient(180deg, #08245c 0%, #061a43 100%);
    border-radius: 30px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(8, 36, 92, 0.24);
}

.gds-launch-board-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.gds-launch-board-head span {
    color: #ffd86d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.gds-launch-board-head h3 {
    margin: 5px 0 0;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

.gds-launch-board-head > strong {
    height: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    color: #86efac;
    font-size: 11px;
    font-weight: 800;
}

.gds-launch-flow {
    display: grid;
    gap: 12px;
}

.gds-launch-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.gds-launch-step > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #ffffff;
    color: #08245c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.gds-launch-step strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.gds-launch-step small {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.4;
}

.gds-launch-step.is-profit {
    background: rgba(244, 189, 53, 0.16);
    border-color: rgba(244, 189, 53, 0.35);
}

.gds-market-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.gds-market-strip span {
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

/* Sections */
.gds-home-section {
    padding: 70px 0;
    background: #f7faff;
}

.gds-home-section:nth-of-type(even) {
    background: #ffffff;
}

.gds-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.gds-section-head > span {
    display: inline-block;
    margin-bottom: 9px;
    color: #d89a13;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gds-section-head h2 {
    margin: 0 0 10px;
    color: #08245c;
    font-size: clamp(30px, 3.4vw, 48px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em !important;
}

.gds-section-head h2 em {
    color: #d89a13;
    font-style: italic;
}

.gds-section-head p {
    margin: 0;
    color: #64748b !important;
    font-size: 15px !important;
}

/* Steps */
.gds-steps-grid,
.gds-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gds-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gds-step-card,
.gds-feature-card {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 43, 95, 0.055);
}

.gds-step-card.is-featured {
    background:
        radial-gradient(circle at top left, rgba(244, 189, 53, 0.18), transparent 38%),
        #ffffff;
    border-color: #f3df9d;
}

.gds-step-icon,
.gds-feature-card > div {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #eef6ff;
    color: #08245c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.gds-step-number {
    display: block;
    color: #d89a13;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.gds-step-card h3,
.gds-feature-card h3 {
    margin: 0 0 10px;
    color: #08245c;
    font-size: 19px !important;
    font-weight: 800 !important;
}

.gds-step-card p,
.gds-feature-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Products */
.gds-home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gds-home-product-card {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 43, 95, 0.055);
    display: flex;
    flex-direction: column;
}

.gds-home-product-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8fbff;
    overflow: hidden;
}

.gds-home-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gds-home-product-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gds-product-label {
    width: fit-content;
    margin-bottom: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff6db;
    color: #b77900;
    font-size: 10px;
    font-weight: 800;
}

.gds-home-product-body h3 {
    margin: 0 0 10px;
    color: #08245c;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.gds-product-country-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
}

.gds-product-country-chips span {
    padding: 5px 7px;
    border-radius: 999px;
    background: #eef6ff;
    color: #2378a7;
    font-size: 10px;
    font-weight: 800;
}

.gds-home-product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: auto;
}

.gds-product-view-btn,
.gds-product-sell-btn {
    min-height: 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}

.gds-product-view-btn {
    background: #f4f8ff;
    color: #08245c !important;
}

.gds-product-sell-btn {
    background: #f4bd35;
    color: #08245c !important;
}

.gds-empty-products {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px dashed #cfe0f5;
    border-radius: 22px;
    padding: 34px;
    text-align: center;
}

.gds-section-action {
    justify-content: center;
    margin-top: 28px;
}

/* Pricing */
.gds-pricing-table-wrap {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 14px 36px rgba(15, 43, 95, 0.06);
    overflow-x: auto;
}

.gds-pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.gds-pricing-table th,
.gds-pricing-table td {
    padding: 16px;
    border-bottom: 1px solid #edf2f7;
    text-align: center;
    color: #08245c;
    font-size: 13px;
    font-weight: 700;
}

.gds-pricing-table th:first-child,
.gds-pricing-table td:first-child {
    text-align: left;
}

.gds-pricing-table th {
    background: #f8fbff;
    font-weight: 800;
}

.gds-pricing-table th strong,
.gds-pricing-table th span,
.gds-pricing-table td small {
    display: block;
}

.gds-pricing-table td strong {
    display: block;
    color: #08245c;
}

.gds-pricing-table td small {
    color: #64748b;
    font-size: 11px;
}

.gds-free-pill {
    padding: 6px 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    font-weight: 800;
}

.gds-pricing-note {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 16px;
    padding: 18px;
    border-radius: 20px;
    background: #fffaf0;
    border: 1px solid #f2dfa3;
}

.gds-pricing-note-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.gds-pricing-note h3 {
    margin: 0 0 4px;
    color: #08245c;
    font-size: 18px !important;
}

.gds-pricing-note p {
    margin: 0;
    color: #64748b !important;
    font-size: 13px !important;
}

.gds-pricing-note > strong {
    color: #15803d;
    font-size: 18px;
    font-weight: 800;
}

/* Trust */
.gds-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 26px;
    align-items: start;
}

.gds-trust-list {
    display: grid;
    gap: 14px;
}

.gds-trust-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
}

.gds-trust-item > span {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.gds-trust-item h3 {
    margin: 0 0 5px;
    color: #08245c;
    font-size: 17px !important;
}

.gds-trust-item p {
    margin: 0;
    color: #64748b !important;
    font-size: 13px !important;
}

.gds-trust-stat-card {
    background: linear-gradient(180deg, #08245c 0%, #061a43 100%);
    border-radius: 28px;
    padding: 26px;
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(8, 36, 92, 0.22);
}

.gds-trust-stat-card > strong {
    display: block;
    color: #ffd86d;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.gds-trust-stat-card > span {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
}

.gds-trust-stat-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.gds-trust-stat-card li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gds-trust-stat-card li span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.gds-trust-stat-card li strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

/* WhatsApp CTA */
.gds-home-whatsapp {
    padding: 48px 0 70px;
    background: #f7faff;
}

.gds-whatsapp-box {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.16), transparent 34%),
        linear-gradient(135deg, #08245c 0%, #0f4c81 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(8, 36, 92, 0.20);
}

.gds-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: #ffffff;
    color: #08245c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.gds-whatsapp-box span {
    color: #86efac;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.gds-whatsapp-box h2 {
    margin: 4px 0 6px;
    color: #ffffff !important;
    font-size: 30px !important;
}

.gds-whatsapp-box h2 em {
    color: #ffd86d;
    font-style: italic;
}

.gds-whatsapp-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
}

.gds-whatsapp-btn {
    background: #22c55e;
    color: #ffffff !important;
}

/* Mobile */
@media (max-width: 1024px) {
    .gds-home-hero-grid,
    .gds-trust-grid {
        grid-template-columns: 1fr;
    }

    .gds-home-products-grid,
    .gds-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gds-home-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gds-home-hero {
        padding: 38px 0 36px;
    }

    .gds-hero-content h1 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }

    .gds-hero-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .gds-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gds-home-btn {
        width: 100%;
        min-height: 46px;
    }

    .gds-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .gds-hero-stats div {
        min-height: 72px;
        padding: 12px 8px;
        border-radius: 14px;
    }

    .gds-hero-stats strong {
        font-size: 18px;
    }

    .gds-hero-stats span {
        font-size: 10px;
    }

    .gds-launch-board {
        border-radius: 22px;
        padding: 16px;
    }

    .gds-home-section {
        padding: 44px 0;
    }

    .gds-section-head {
        margin-bottom: 24px;
    }

    .gds-section-head h2 {
        font-size: 28px !important;
    }

    .gds-steps-grid,
    .gds-feature-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gds-home-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gds-home-product-body {
        padding: 12px;
    }

    .gds-home-product-body h3 {
        font-size: 13px !important;
    }

    .gds-home-product-actions {
        grid-template-columns: 1fr;
    }

    .gds-product-view-btn,
    .gds-product-sell-btn {
        min-height: 34px;
        font-size: 10px;
    }

    .gds-pricing-table-wrap {
        padding: 10px;
        border-radius: 18px;
    }

    .gds-pricing-note {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gds-pricing-note-icon {
        margin: 0 auto;
    }

    .gds-whatsapp-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px;
        border-radius: 22px;
    }

    .gds-whatsapp-icon {
        margin: 0 auto;
    }
}




















/* =========================================================
   HOME PAGE LIGHT THEME + MOBILE HERO COMPACT FIX
   Light banner + 2-column mobile hero + less long mobile view
========================================================= */

/* Main homepage background */
.gds-home-page {
    background:
        radial-gradient(circle at 8% 5%, rgba(20, 184, 166, 0.12), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(246, 194, 63, 0.12), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
}

/* Hero area light and premium */
.gds-home-hero,
.gds-home-hero-v2 {
    background:
        radial-gradient(circle at 8% 16%, rgba(20, 184, 166, 0.14), transparent 32%),
        radial-gradient(circle at 92% 16%, rgba(246, 194, 63, 0.14), transparent 30%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 52%, #ffffff 100%) !important;
    border-bottom: 1px solid #dbe8f7 !important;
}

/* Hero layout on desktop */
.gds-home-hero-grid {
    align-items: center !important;
    gap: 46px !important;
}

/* Left text */
.gds-hero-content h1 {
    color: #08245c !important;
}

.gds-hero-content h1 strong,
.gds-section-head h2 em {
    color: #e2a800 !important;
}

.gds-hero-content p {
    color: #445b76 !important;
}

/* Badge light */
.gds-hero-badge {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.06) !important;
}

.gds-hero-badge span {
    background: #14b8a6 !important;
}

/* Hero stat boxes */
.gds-hero-stats div {
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.08) !important;
}

.gds-hero-stats strong {
    color: #08245c !important;
}

.gds-hero-stats span {
    color: #526981 !important;
}

/* Right journey board should be light, not dark */
.gds-launch-board {
    background:
        radial-gradient(circle at 10% 12%, rgba(20, 184, 166, 0.12), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(246, 194, 63, 0.14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f2f9ff 100%) !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 24px 60px rgba(15, 43, 95, 0.12) !important;
}

.gds-launch-board-head span {
    color: #e2a800 !important;
}

.gds-launch-board-head h3 {
    color: #08245c !important;
}

.gds-launch-board-head strong {
    background: #dcfce7 !important;
    color: #15803d !important;
}

/* Journey steps light */
.gds-launch-step {
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.06) !important;
}

.gds-launch-step.is-profit {
    background: #fff8e7 !important;
    border-color: rgba(246, 194, 63, 0.45) !important;
}

.gds-launch-step span {
    background: #eef8ff !important;
    color: #08245c !important;
}

.gds-launch-step strong {
    color: #08245c !important;
}

.gds-launch-step small {
    color: #526981 !important;
}

/* Countries strip light */
.gds-market-strip span {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #dbe8f7 !important;
}

/* Sections less heavy */
.gds-home-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.gds-home-products,
.gds-home-pricing {
    background: #f4f9ff !important;
}

/* =========================================================
   MOBILE FIX
   Banner in 2 columns, compact, not too long
========================================================= */

@media (max-width: 768px) {

    .gds-home-hero,
    .gds-home-hero-v2 {
        padding: 18px 10px 22px !important;
    }

    /* Banner 2 in 1 row on mobile */
    .gds-home-hero-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr) !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    .gds-hero-content {
        min-width: 0 !important;
    }

    .gds-hero-badge {
        min-height: 22px !important;
        padding: 4px 8px !important;
        margin-bottom: 8px !important;
        font-size: 8px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .gds-hero-content h1 {
        margin-bottom: 8px !important;
        font-size: 20px !important;
        line-height: 1.06 !important;
        letter-spacing: -0.04em !important;
    }

    .gds-hero-content p {
        margin-bottom: 10px !important;
        font-size: 9.5px !important;
        line-height: 1.45 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .gds-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .gds-home-btn {
        min-height: 32px !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 8.5px !important;
        white-space: nowrap !important;
    }

    .gds-hero-stats {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    .gds-hero-stats div {
        min-height: 52px !important;
        padding: 8px 6px !important;
        border-radius: 10px !important;
    }

    .gds-hero-stats strong {
        margin-bottom: 4px !important;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    .gds-hero-stats span {
        font-size: 7px !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
    }

    /* Right launch board compact */
    .gds-launch-board {
        min-width: 0 !important;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .gds-launch-board-head {
        margin-bottom: 8px !important;
    }

    .gds-launch-board-head span {
        font-size: 7px !important;
    }

    .gds-launch-board-head h3 {
        margin-top: 2px !important;
        font-size: 11px !important;
        line-height: 1.1 !important;
    }

    .gds-launch-board-head strong {
        min-height: 18px !important;
        padding: 0 6px !important;
        font-size: 7px !important;
    }

    .gds-launch-flow {
        gap: 6px !important;
    }

    .gds-launch-step {
        min-height: 34px !important;
        padding: 6px !important;
        gap: 6px !important;
        border-radius: 10px !important;
    }

    .gds-launch-step span {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        border-radius: 8px !important;
        font-size: 11px !important;
    }

    .gds-launch-step strong {
        font-size: 8.5px !important;
        line-height: 1.1 !important;
    }

    .gds-launch-step small {
        display: none !important;
    }

    .gds-market-strip {
        display: none !important;
    }

    /* Reduce long page spacing on mobile */
    .gds-home-section {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .gds-section-head {
        margin-bottom: 22px !important;
    }

    .gds-section-head span {
        font-size: 8px !important;
    }

    .gds-section-head h2 {
        font-size: 24px !important;
        line-height: 1.12 !important;
    }

    .gds-section-head p {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }
}

/* Extra small phones */
@media (max-width: 390px) {

    .gds-home-hero-grid {
        grid-template-columns: 1fr 0.9fr !important;
        gap: 8px !important;
    }

    .gds-hero-content h1 {
        font-size: 18px !important;
    }

    .gds-hero-content p {
        font-size: 8.8px !important;
        -webkit-line-clamp: 2 !important;
    }

    .gds-home-btn {
        font-size: 7.5px !important;
        min-height: 30px !important;
        padding: 0 6px !important;
    }

    .gds-launch-board {
        padding: 8px !important;
    }

    .gds-launch-step {
        min-height: 31px !important;
        padding: 5px !important;
    }

    .gds-launch-step span {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        font-size: 10px !important;
    }

    .gds-launch-step strong {
        font-size: 7.8px !important;
    }

    .gds-hero-stats div {
        min-height: 48px !important;
        padding: 7px 5px !important;
    }

    .gds-hero-stats strong {
        font-size: 12px !important;
    }

    .gds-hero-stats span {
        font-size: 6.5px !important;
    }
}























/* =========================================================
   HOME MOBILE PROFESSIONAL FIX
   Journey 2+2+1, stats clean, cards 2 per row, pricing fit
========================================================= */

@media (max-width: 768px) {

    /* Keep mobile banner compact */
    .gds-home-hero,
    .gds-home-hero-v2 {
        padding: 16px 8px 20px !important;
        overflow-x: hidden !important;
    }

    .gds-home-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    .gds-home-hero-grid {
        display: grid !important;
        grid-template-columns: 1fr 0.95fr !important;
        gap: 10px !important;
        align-items: stretch !important;
        width: 100% !important;
    }

    /* Left hero content compact */
    .gds-hero-content h1 {
        font-size: 19px !important;
        line-height: 1.08 !important;
        margin-bottom: 8px !important;
    }

    .gds-hero-content p {
        font-size: 9px !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .gds-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .gds-home-btn {
        min-height: 30px !important;
        padding: 0 7px !important;
        font-size: 7.5px !important;
        border-radius: 999px !important;
        white-space: nowrap !important;
    }

    /* Hero stats: professional compact boxes */
    .gds-hero-stats {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 5px !important;
        width: 100% !important;
    }

    .gds-hero-stats div {
        min-height: 58px !important;
        padding: 8px 5px !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 10px 22px rgba(15, 43, 95, 0.07) !important;
        text-align: left !important;
    }

    .gds-hero-stats strong {
        display: block !important;
        margin-bottom: 4px !important;
        color: #08245c !important;
        font-size: 13px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        white-space: nowrap !important;
    }

    .gds-hero-stats span {
        display: block !important;
        color: #526981 !important;
        font-size: 6.6px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
    }

    /* Journey board light and compact */
    .gds-launch-board {
        padding: 9px !important;
        border-radius: 16px !important;
        background:
            radial-gradient(circle at top left, rgba(20, 184, 166, 0.10), transparent 32%),
            linear-gradient(135deg, #ffffff 0%, #f2f9ff 100%) !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 16px 34px rgba(15, 43, 95, 0.10) !important;
        overflow: hidden !important;
    }

    .gds-launch-board-head {
        margin-bottom: 8px !important;
    }

    .gds-launch-board-head span {
        font-size: 6.5px !important;
        color: #e2a800 !important;
    }

    .gds-launch-board-head h3 {
        font-size: 10.5px !important;
        line-height: 1.1 !important;
        color: #08245c !important;
    }

    .gds-launch-board-head strong {
        min-height: 17px !important;
        padding: 0 5px !important;
        font-size: 6.5px !important;
    }

    /* Your order journey: 2 + 2 + 1 */
    .gds-launch-flow {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    .gds-launch-step {
        min-height: 48px !important;
        padding: 6px !important;
        display: grid !important;
        grid-template-columns: 22px minmax(0, 1fr) !important;
        gap: 5px !important;
        align-items: center !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 8px 16px rgba(15, 43, 95, 0.05) !important;
    }

    .gds-launch-step:nth-child(5) {
        grid-column: 1 / -1 !important;
        min-height: 44px !important;
        background: #fff8e7 !important;
        border-color: rgba(246, 194, 63, 0.55) !important;
    }

    .gds-launch-step > span {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        border-radius: 8px !important;
        background: #eef8ff !important;
        color: #08245c !important;
        font-size: 10px !important;
    }

    .gds-launch-step strong {
        display: block !important;
        color: #08245c !important;
        font-size: 7.2px !important;
        line-height: 1.15 !important;
        font-weight: 950 !important;
    }

    .gds-launch-step small {
        display: none !important;
    }

    /* Show all 6 countries flags under journey */
    .gds-market-strip {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 4px !important;
        margin-top: 8px !important;
    }

    .gds-market-strip span {
        min-height: 22px !important;
        padding: 0 4px !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        color: #08245c !important;
        font-size: 6.3px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    /* How it works cards: 2 in one row */
    .gds-steps-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .gds-step-card {
        min-height: 168px !important;
        padding: 16px 12px !important;
        border-radius: 18px !important;
    }

    .gds-step-card:nth-child(3) {
        grid-column: 1 / -1 !important;
        min-height: 145px !important;
    }

    .gds-step-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 13px !important;
        font-size: 16px !important;
    }

    .gds-step-number {
        font-size: 10px !important;
    }

    .gds-step-card h3 {
        font-size: 14px !important;
        line-height: 1.18 !important;
        margin-bottom: 8px !important;
    }

    .gds-step-card p {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }

    /* Tools section: 2 in one row */
    .gds-feature-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .gds-feature-card {
        min-height: 156px !important;
        padding: 16px 12px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 12px 26px rgba(15, 43, 95, 0.06) !important;
    }

    .gds-feature-card > div {
        width: 38px !important;
        height: 38px !important;
        border-radius: 13px !important;
        font-size: 16px !important;
    }

    .gds-feature-card h3 {
        font-size: 13.5px !important;
        line-height: 1.18 !important;
        margin-bottom: 8px !important;
    }

    .gds-feature-card p {
        font-size: 10.5px !important;
        line-height: 1.42 !important;
    }

    /* Delivery pricing: fit inside mobile screen */
    .gds-home-pricing {
        overflow-x: hidden !important;
    }

    .gds-pricing-table-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        border-radius: 20px !important;
        padding: 0 !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 14px 32px rgba(15, 43, 95, 0.08) !important;
    }

    .gds-pricing-table {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
    }

    .gds-pricing-table th,
    .gds-pricing-table td {
        padding: 10px 3px !important;
        font-size: 8.3px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        word-break: normal !important;
    }

    .gds-pricing-table th:first-child,
    .gds-pricing-table td:first-child {
        width: 33% !important;
        padding-left: 8px !important;
        text-align: left !important;
    }

    .gds-pricing-table th:not(:first-child),
    .gds-pricing-table td:not(:first-child) {
        width: 11.16% !important;
    }

    .gds-pricing-table th strong {
        display: block !important;
        font-size: 8px !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    .gds-pricing-table th span {
        display: block !important;
        font-size: 7px !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    .gds-pricing-table td strong {
        font-size: 8.2px !important;
        line-height: 1.2 !important;
    }

    .gds-pricing-table td small {
        display: none !important;
    }

    .gds-free-pill {
        min-height: 18px !important;
        padding: 0 5px !important;
        font-size: 6.5px !important;
        border-radius: 999px !important;
    }

    .gds-pricing-note {
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) auto !important;
        gap: 8px !important;
        align-items: center !important;
        margin: 8px !important;
        padding: 10px !important;
        border-radius: 15px !important;
    }

    .gds-pricing-note-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 14px !important;
    }

    .gds-pricing-note h3 {
        font-size: 10px !important;
        line-height: 1.2 !important;
        margin-bottom: 3px !important;
    }

    .gds-pricing-note p {
        font-size: 8px !important;
        line-height: 1.3 !important;
    }

    .gds-pricing-note > strong {
        font-size: 9px !important;
    }
}

/* Extra small phones */
@media (max-width: 390px) {

    .gds-home-hero-grid {
        grid-template-columns: 1fr 0.9fr !important;
        gap: 8px !important;
    }

    .gds-hero-content h1 {
        font-size: 17px !important;
    }

    .gds-hero-content p {
        font-size: 8.3px !important;
        -webkit-line-clamp: 2 !important;
    }

    .gds-launch-step {
        min-height: 43px !important;
        padding: 5px !important;
        grid-template-columns: 20px minmax(0, 1fr) !important;
    }

    .gds-launch-step > span {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        font-size: 9px !important;
    }

    .gds-launch-step strong {
        font-size: 6.5px !important;
    }

    .gds-market-strip span {
        font-size: 5.8px !important;
    }

    .gds-steps-grid,
    .gds-feature-grid {
        gap: 8px !important;
    }

    .gds-step-card,
    .gds-feature-card {
        padding: 14px 10px !important;
    }

    .gds-step-card h3,
    .gds-feature-card h3 {
        font-size: 12.5px !important;
    }

    .gds-step-card p,
    .gds-feature-card p {
        font-size: 9.5px !important;
    }

    .gds-pricing-table th,
    .gds-pricing-table td {
        font-size: 7.4px !important;
        padding: 9px 2px !important;
    }

    .gds-pricing-table th:first-child,
    .gds-pricing-table td:first-child {
        width: 31% !important;
        padding-left: 6px !important;
    }

    .gds-pricing-table th strong {
        font-size: 7.2px !important;
    }

    .gds-pricing-table th span {
        font-size: 6.2px !important;
    }
}












/* =========================================================
   WHY SELLERS CHOOSE US - FINAL PROFESSIONAL FIX
   Desktop + Mobile same style, lighter blue color
========================================================= */

/* Section background */
.gds-home-trust {
    background:
        radial-gradient(circle at 8% 12%, rgba(20, 184, 166, 0.08), transparent 30%),
        radial-gradient(circle at 92% 16%, rgba(246, 194, 63, 0.10), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 52%, #ffffff 100%) !important;
}

/* Main desktop layout */
.gds-trust-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.85fr) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

/* Left list */
.gds-trust-list {
    display: grid !important;
    gap: 16px !important;
}

.gds-trust-item {
    min-height: 94px !important;
    padding: 22px 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    border-radius: 22px !important;
    box-shadow: 0 12px 30px rgba(15, 43, 95, 0.055) !important;
}

/* Check icon */
.gds-trust-item > span {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 999px !important;
    background: #dcfce7 !important;
    color: #16a34a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.gds-trust-item h3 {
    margin: 0 0 7px !important;
    color: #08245c !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    font-weight: 950 !important;
}

.gds-trust-item p {
    margin: 0 !important;
    color: #526981 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
}

/* Right blue card - lighter than before */
.gds-trust-stat-card {
    min-height: 100% !important;
    padding: 34px 32px !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.24), transparent 32%),
        linear-gradient(135deg, #0f3f78 0%, #0f4f8a 55%, #12639a 100%) !important;
    box-shadow: 0 22px 52px rgba(15, 79, 138, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.gds-trust-stat-card > strong {
    display: block !important;
    margin-bottom: 14px !important;
    color: #ffd86d !important;
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
}

.gds-trust-stat-card > span {
    display: block !important;
    margin-bottom: 28px !important;
    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

.gds-trust-stat-card ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gds-trust-stat-card li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.gds-trust-stat-card li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gds-trust-stat-card li span {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.gds-trust-stat-card li strong {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

/* =========================================================
   MOBILE - SAME DESKTOP STYLE BUT FITTED
========================================================= */

@media (max-width: 768px) {

    .gds-home-trust {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .gds-home-trust .gds-section-head {
        margin-bottom: 24px !important;
    }

    .gds-home-trust .gds-section-head h2 {
        font-size: 25px !important;
        line-height: 1.12 !important;
    }

    /* Keep same style: left list + right blue card */
    .gds-trust-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1.55fr) minmax(118px, 0.75fr) !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    .gds-trust-list {
        display: grid !important;
        gap: 8px !important;
    }

    .gds-trust-item {
        min-height: 72px !important;
        padding: 10px 9px !important;
        gap: 8px !important;
        border-radius: 15px !important;
    }

    .gds-trust-item > span {
        width: 27px !important;
        height: 27px !important;
        min-width: 27px !important;
        font-size: 12px !important;
    }

    .gds-trust-item h3 {
        margin-bottom: 4px !important;
        font-size: 9.8px !important;
        line-height: 1.15 !important;
    }

    .gds-trust-item p {
        font-size: 7.6px !important;
        line-height: 1.35 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .gds-trust-stat-card {
        min-height: auto !important;
        padding: 13px 10px !important;
        border-radius: 16px !important;
        background:
            radial-gradient(circle at top right, rgba(20, 184, 166, 0.22), transparent 35%),
            linear-gradient(135deg, #0f3f78 0%, #0f4f8a 58%, #12639a 100%) !important;
        box-shadow: 0 14px 30px rgba(15, 79, 138, 0.18) !important;
    }

    .gds-trust-stat-card > strong {
        margin-bottom: 6px !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .gds-trust-stat-card > span {
        margin-bottom: 10px !important;
        font-size: 7.5px !important;
        line-height: 1.25 !important;
    }

    .gds-trust-stat-card li {
        padding: 8px 0 !important;
        gap: 5px !important;
    }

    .gds-trust-stat-card li span {
        font-size: 6.8px !important;
        line-height: 1.2 !important;
    }

    .gds-trust-stat-card li strong {
        font-size: 6.8px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }
}

/* Extra small mobile */
@media (max-width: 390px) {

    .gds-trust-grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(112px, 0.72fr) !important;
        gap: 8px !important;
    }

    .gds-trust-item {
        min-height: 68px !important;
        padding: 9px 8px !important;
    }

    .gds-trust-item h3 {
        font-size: 9px !important;
    }

    .gds-trust-item p {
        font-size: 7px !important;
    }

    .gds-trust-stat-card {
        padding: 12px 9px !important;
    }

    .gds-trust-stat-card > strong {
        font-size: 20px !important;
    }

    .gds-trust-stat-card li span,
    .gds-trust-stat-card li strong {
        font-size: 6.2px !important;
    }
}







/* =========================================================
   FINAL HOME PAGE SPACING CLEANUP
   Remove extra gaps before/after sections
   Professional compact desktop + mobile spacing
========================================================= */

/* Main page cleanup */
.gds-home-page {
    overflow-x: hidden !important;
    background: #f7faff !important;
}

/* Remove unwanted section gaps */
.gds-home-page section,
.gds-home-section,
.gds-home-hero,
.gds-home-products,
.gds-home-features,
.gds-home-pricing,
.gds-home-trust,
.gds-home-whatsapp {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Container consistent */
.gds-home-container {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Desktop hero spacing */
.gds-home-hero,
.gds-home-hero-v2 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

/* Desktop sections spacing */
.gds-home-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

/* Products/pricing/feature sections should not feel too tall */
.gds-home-products,
.gds-home-features,
.gds-home-pricing,
.gds-home-trust {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

/* Section heading compact */
.gds-section-head {
    margin-top: 0 !important;
    margin-bottom: 26px !important;
}

.gds-section-head > span {
    margin-bottom: 7px !important;
}

.gds-section-head h2 {
    margin-bottom: 8px !important;
}

.gds-section-head p {
    margin-top: 0 !important;
}

/* Cards/grid gaps */
.gds-steps-grid,
.gds-feature-grid,
.gds-home-products-grid,
.gds-trust-grid {
    margin-top: 0 !important;
}

.gds-section-action {
    margin-top: 22px !important;
}

/* Empty products box reduce height */
.gds-empty-products {
    padding: 24px 20px !important;
    border-radius: 18px !important;
}

.gds-empty-products h3 {
    margin-bottom: 6px !important;
}

.gds-empty-products p {
    margin-bottom: 0 !important;
}

/* Pricing area compact */
.gds-pricing-table-wrap {
    margin-top: 0 !important;
}

.gds-pricing-note {
    margin-top: 12px !important;
}

/* WhatsApp section compact */
.gds-home-whatsapp {
    padding-top: 42px !important;
    padding-bottom: 46px !important;
    background: #f7faff !important;
}

.gds-whatsapp-box {
    padding: 22px 26px !important;
    border-radius: 24px !important;
}

.gds-whatsapp-box h2 {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
}

.gds-whatsapp-box p {
    margin-bottom: 0 !important;
}

/* Footer should start cleanly after WhatsApp */
.gds-site-footer,
.gds-footer,
.gds-site-footer {
    margin-top: 0 !important;
}

/* =========================================================
   MOBILE FINAL SPACING CLEANUP
========================================================= */

@media (max-width: 768px) {

    .gds-home-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Hero compact */
    .gds-home-hero,
    .gds-home-hero-v2 {
        padding-top: 14px !important;
        padding-bottom: 18px !important;
    }

    .gds-home-hero-grid {
        gap: 8px !important;
    }

    .gds-hero-badge {
        margin-bottom: 6px !important;
    }

    .gds-hero-content h1 {
        margin-top: 0 !important;
        margin-bottom: 7px !important;
    }

    .gds-hero-content p {
        margin-bottom: 8px !important;
    }

    .gds-hero-actions {
        margin-bottom: 8px !important;
    }

    .gds-hero-stats {
        margin-top: 8px !important;
    }

    /* All mobile sections compact */
    .gds-home-section,
    .gds-home-products,
    .gds-home-features,
    .gds-home-pricing,
    .gds-home-trust {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    /* Section heading */
    .gds-section-head {
        margin-bottom: 18px !important;
    }

    .gds-section-head > span {
        margin-bottom: 5px !important;
        font-size: 7.5px !important;
    }

    .gds-section-head h2 {
        margin-bottom: 6px !important;
        font-size: 22px !important;
        line-height: 1.12 !important;
    }

    .gds-section-head p {
        font-size: 10.5px !important;
        line-height: 1.4 !important;
    }

    /* Card gaps */
    .gds-steps-grid,
    .gds-feature-grid,
    .gds-home-products-grid,
    .gds-trust-list {
        gap: 8px !important;
    }

    .gds-step-card,
    .gds-feature-card,
    .gds-trust-item {
        padding: 12px 10px !important;
    }

    .gds-step-card {
        min-height: 138px !important;
    }

    .gds-step-card:nth-child(3) {
        min-height: 120px !important;
    }

    .gds-feature-card {
        min-height: 132px !important;
    }

    /* Products empty area */
    .gds-empty-products {
        padding: 18px 12px !important;
        border-radius: 16px !important;
    }

    .gds-empty-products h3 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .gds-empty-products p {
        font-size: 9.5px !important;
        line-height: 1.4 !important;
    }

    .gds-section-action {
        margin-top: 16px !important;
    }

    /* Pricing section compact */
    .gds-pricing-table-wrap {
        margin-top: 0 !important;
    }

    .gds-pricing-note {
        margin-top: 8px !important;
    }

    /* Trust section compact */
    .gds-home-trust {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .gds-home-trust .gds-section-head {
        margin-bottom: 18px !important;
    }

    .gds-trust-grid {
        gap: 8px !important;
    }

    /* WhatsApp CTA compact */
    .gds-home-whatsapp {
        padding-top: 30px !important;
        padding-bottom: 34px !important;
    }

    .gds-whatsapp-box {
        padding: 16px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
    }

    .gds-whatsapp-icon {
        width: 48px !important;
        height: 48px !important;
        border-radius: 15px !important;
        font-size: 20px !important;
    }

    .gds-whatsapp-box span {
        font-size: 8px !important;
    }

    .gds-whatsapp-box h2 {
        font-size: 18px !important;
        line-height: 1.15 !important;
        margin: 2px 0 5px !important;
    }

    .gds-whatsapp-box p {
        font-size: 10px !important;
        line-height: 1.45 !important;
    }

    .gds-whatsapp-btn {
        min-height: 34px !important;
        font-size: 9px !important;
        max-width: 210px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Extra small phones */
@media (max-width: 390px) {

    .gds-home-section,
    .gds-home-products,
    .gds-home-features,
    .gds-home-pricing,
    .gds-home-trust {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .gds-section-head {
        margin-bottom: 15px !important;
    }

    .gds-section-head h2 {
        font-size: 20px !important;
    }

    .gds-home-whatsapp {
        padding-top: 26px !important;
        padding-bottom: 30px !important;
    }
}







/* =========================================================
   WHATSAPP SUPPORT BOX - LIGHT STYLE DESKTOP + MOBILE
========================================================= */

/* Section spacing */
.gds-home-whatsapp {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
    background: #f7faff !important;
}

/* Main support box */
.gds-whatsapp-box {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 24px 28px !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.10), transparent 34%),
        radial-gradient(circle at left center, rgba(246, 194, 63, 0.10), transparent 30%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 55%, #f9fdff 100%) !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 18px 42px rgba(15, 43, 95, 0.10) !important;
    color: #08245c !important;
}

/* Icon box */
.gds-whatsapp-icon {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    color: #0f4f8a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.08) !important;
}

/* Small label */
.gds-whatsapp-box span {
    display: block !important;
    margin-bottom: 4px !important;
    color: #10b981 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

/* Heading */
.gds-whatsapp-box h2 {
    margin: 0 0 6px !important;
    color: #08245c !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
}

.gds-whatsapp-box h2 em {
    color: #e2a800 !important;
    font-style: normal !important;
}

/* Paragraph */
.gds-whatsapp-box p {
    margin: 0 !important;
    color: #526981 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
}

/* Button */
.gds-whatsapp-btn,
.gds-whatsapp-box .gds-home-btn,
.gds-whatsapp-box a.gds-home-btn {
    min-height: 52px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #22c55e 0%, #34d399 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    border: 0 !important;
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.24) !important;
}

.gds-whatsapp-btn:hover,
.gds-whatsapp-box .gds-home-btn:hover,
.gds-whatsapp-box a.gds-home-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 30px rgba(34, 197, 94, 0.28) !important;
}

/* =========================================================
   MOBILE - KEEP SAME STYLE
========================================================= */

@media (max-width: 768px) {

    .gds-home-whatsapp {
        padding-top: 26px !important;
        padding-bottom: 30px !important;
    }

    /* Keep desktop-like style on mobile */
    .gds-whatsapp-box {
        grid-template-columns: 56px minmax(0, 1fr) !important;
        grid-template-areas:
            "icon content"
            "button button" !important;
        gap: 12px !important;
        padding: 16px 14px !important;
        border-radius: 22px !important;
        text-align: left !important;
    }

    .gds-whatsapp-icon {
        grid-area: icon !important;
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        border-radius: 18px !important;
        font-size: 22px !important;
        margin: 0 !important;
    }

    .gds-whatsapp-box > div,
    .gds-whatsapp-box .gds-whatsapp-content,
    .gds-whatsapp-box .gds-support-content {
        grid-area: content !important;
    }

    .gds-whatsapp-box span {
        margin-bottom: 3px !important;
        font-size: 9px !important;
        line-height: 1.1 !important;
    }

    .gds-whatsapp-box h2 {
        margin-bottom: 4px !important;
        font-size: 18px !important;
        line-height: 1.12 !important;
    }

    .gds-whatsapp-box p {
        font-size: 10px !important;
        line-height: 1.45 !important;
    }

    .gds-whatsapp-btn,
    .gds-whatsapp-box .gds-home-btn,
    .gds-whatsapp-box a.gds-home-btn {
        grid-area: button !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 40px !important;
        margin-top: 2px !important;
        padding: 0 14px !important;
        font-size: 11px !important;
        justify-content: center !important;
    }
}

/* Extra small mobile */
@media (max-width: 390px) {

    .gds-whatsapp-box {
        grid-template-columns: 50px minmax(0, 1fr) !important;
        padding: 14px 12px !important;
        gap: 10px !important;
    }

    .gds-whatsapp-icon {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        border-radius: 16px !important;
        font-size: 20px !important;
    }

    .gds-whatsapp-box h2 {
        font-size: 16px !important;
    }

    .gds-whatsapp-box p {
        font-size: 9.5px !important;
    }

    .gds-whatsapp-btn,
    .gds-whatsapp-box .gds-home-btn,
    .gds-whatsapp-box a.gds-home-btn {
        min-height: 38px !important;
        font-size: 10px !important;
    }
}







/* =========================================================
   HIDE WHATSAPP SUPPORT ICON ON MOBILE
========================================================= */

@media (max-width: 768px) {
    .gds-whatsapp-icon {
        display: none !important;
    }

    .gds-whatsapp-box {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "content"
            "button" !important;
    }
}













/* =========================================================
   MOBILE TRUST SECTION FINAL PROFESSIONAL FIX
   Fix "Why sellers choose us" on mobile
========================================================= */

@media (max-width: 768px) {

    /* Section background and spacing */
    .gds-home-trust {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
        background:
            radial-gradient(circle at top left, rgba(20, 184, 166, 0.09), transparent 30%),
            radial-gradient(circle at top right, rgba(246, 194, 63, 0.10), transparent 28%),
            linear-gradient(135deg, #f8fcff 0%, #eef8ff 55%, #ffffff 100%) !important;
    }

    .gds-home-trust .gds-section-head {
        margin-bottom: 18px !important;
    }

    .gds-home-trust .gds-section-head > span {
        font-size: 7.5px !important;
        margin-bottom: 5px !important;
    }

    .gds-home-trust .gds-section-head h2 {
        font-size: 22px !important;
        line-height: 1.12 !important;
        margin-bottom: 0 !important;
    }

    /* Main layout: professional mobile layout */
    .gds-trust-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        align-items: stretch !important;
    }

    /* Benefits: 2 cards in one row */
    .gds-trust-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .gds-trust-item {
        min-height: 122px !important;
        padding: 13px 10px !important;
        display: block !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #dbe8f7 !important;
        box-shadow: 0 10px 24px rgba(15, 43, 95, 0.06) !important;
    }

    .gds-trust-item > span {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        margin-bottom: 9px !important;
        border-radius: 999px !important;
        background: #dcfce7 !important;
        color: #16a34a !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .gds-trust-item h3 {
        margin: 0 0 6px !important;
        color: #08245c !important;
        font-size: 11.5px !important;
        line-height: 1.18 !important;
        font-weight: 950 !important;
        letter-spacing: -0.02em !important;
    }

    .gds-trust-item p {
        margin: 0 !important;
        color: #526981 !important;
        font-size: 9px !important;
        line-height: 1.38 !important;
        font-weight: 600 !important;
    }

    /* Stats card: full width, compact, professional */
    .gds-trust-stat-card {
        width: 100% !important;
        min-height: auto !important;
        padding: 18px 16px !important;
        border-radius: 22px !important;
        background:
            radial-gradient(circle at top right, rgba(20, 184, 166, 0.20), transparent 34%),
            linear-gradient(135deg, #0f4f8a 0%, #12639a 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        box-shadow: 0 16px 36px rgba(15, 79, 138, 0.18) !important;
    }

    .gds-trust-stat-card > strong {
        display: block !important;
        margin: 0 0 5px !important;
        color: #ffd86d !important;
        font-size: 28px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: -0.04em !important;
    }

    .gds-trust-stat-card > span {
        display: block !important;
        margin: 0 0 14px !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 10.5px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
    }

    /* Stats inside card: 2 in one row */
    .gds-trust-stat-card ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .gds-trust-stat-card li {
        min-height: 54px !important;
        padding: 10px !important;
        display: block !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.08) !important;
    }

    .gds-trust-stat-card li span {
        display: block !important;
        margin-bottom: 5px !important;
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
    }

    .gds-trust-stat-card li strong {
        display: block !important;
        color: #ffffff !important;
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        font-weight: 950 !important;
        text-align: left !important;
        white-space: normal !important;
    }
}

/* Extra small phones */
@media (max-width: 390px) {

    .gds-trust-list {
        gap: 8px !important;
    }

    .gds-trust-item {
        min-height: 116px !important;
        padding: 12px 9px !important;
    }

    .gds-trust-item h3 {
        font-size: 10.5px !important;
    }

    .gds-trust-item p {
        font-size: 8.4px !important;
    }

    .gds-trust-stat-card {
        padding: 16px 14px !important;
    }

    .gds-trust-stat-card > strong {
        font-size: 25px !important;
    }

    .gds-trust-stat-card li {
        min-height: 50px !important;
        padding: 9px !important;
    }

    .gds-trust-stat-card li span {
        font-size: 7.5px !important;
    }

    .gds-trust-stat-card li strong {
        font-size: 8.8px !important;
    }
}




/* 4 steps in one row on desktop */
@media (min-width: 769px) {
    .gds-steps-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* 2 cards per row on mobile */
@media (max-width: 768px) {
    .gds-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .gds-step-card:nth-child(3),
    .gds-step-card:nth-child(4) {
        grid-column: auto !important;
    }
}

















/* =========================================================
   HOME PAGE - TRENDING PRODUCTS SECTION
========================================================= */

.gds-home-trending-products {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    padding: 56px 0;
}

.gds-trending-head {
    margin-bottom: 28px;
}

.gds-trending-desktop-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.gds-trending-card {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.06);
    transition: all 0.22s ease;
}

.gds-trending-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(15, 43, 95, 0.10);
    border-color: #f4bd35;
}

.gds-trending-img {
    height: 172px;
    padding: 14px;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.gds-trending-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gds-trending-body {
    padding: 14px;
}

.gds-trending-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #fff8e6;
    color: #d89a13;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gds-trending-card h3 {
    margin: 9px 0 9px !important;
    min-height: 42px;
    color: #08245c !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em;
}

.gds-trending-card h3 a {
    color: #08245c !important;
    text-decoration: none !important;
}

.gds-trending-countries {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    min-height: 26px;
    margin-bottom: 12px;
}

.gds-trending-countries span {
    min-height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #eef6ff;
    color: #08245c;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.gds-trending-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.gds-trending-actions a {
    min-height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 950;
}

.gds-trending-actions a:first-child {
    background: #f8fbff;
    color: #08245c !important;
    border: 1px solid #dbe7f6;
}

.gds-trending-actions a:last-child {
    background: #f4bd35;
    color: #08245c !important;
    border: 1px solid #f4bd35;
}

.gds-trending-view-all {
    margin-top: 26px;
}

/* Hide mobile slider on desktop */
.gds-trending-mobile-wrap {
    display: none;
}

/* Tablet */
@media (max-width: 1180px) {
    .gds-trending-desktop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 768px) {
    .gds-home-trending-products {
        padding: 34px 0;
    }

    .gds-trending-desktop-grid {
        display: none;
    }

    .gds-trending-mobile-wrap {
        position: relative;
        display: block;
        width: 100%;
    }

    .gds-trending-mobile-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        scrollbar-width: none;
    }

    .gds-trending-mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .gds-trending-mobile-slide {
        flex: 0 0 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        scroll-snap-align: start;
        padding: 0 2px;
    }

    .gds-trending-card {
        border-radius: 18px;
    }

    .gds-trending-img {
        height: 132px;
        padding: 10px;
    }

    .gds-trending-body {
        padding: 10px;
    }

    .gds-trending-label {
        min-height: 20px;
        padding: 0 7px;
        font-size: 8.5px;
    }

    .gds-trending-card h3 {
        margin: 7px 0 !important;
        min-height: 36px;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .gds-trending-countries {
        gap: 4px;
        margin-bottom: 8px;
        min-height: 22px;
    }

    .gds-trending-countries span {
        min-height: 19px;
        padding: 0 5px;
        font-size: 8.5px;
    }

    .gds-trending-actions {
        gap: 6px;
    }

    .gds-trending-actions a {
        min-height: 32px;
        border-radius: 10px;
        font-size: 9.5px;
    }

    .gds-trending-arrow {
        position: absolute;
        top: 42%;
        z-index: 5;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #dbe7f6;
        background: #ffffff;
        color: #08245c;
        font-size: 24px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 24px rgba(15, 43, 95, 0.14);
    }

    .gds-trending-prev {
        left: -4px;
    }

    .gds-trending-next {
        right: -4px;
    }

    .gds-trending-view-all {
        margin-top: 18px;
    }
}

@media (max-width: 390px) {
    .gds-trending-mobile-slide {
        gap: 8px;
    }

    .gds-trending-img {
        height: 118px;
    }

    .gds-trending-card h3 {
        font-size: 11px !important;
    }

    .gds-trending-actions a {
        font-size: 9px;
    }
}











/* =========================================================
   HOME PRODUCT SECTIONS FINAL GRID
   Desktop: 5 + 5
   Mobile: 3 + 3 + 3
========================================================= */

/* Trending Products desktop */
.gds-trending-desktop-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

/* Fresh Arrivals desktop */
.gds-home-products-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

/* Hide old mobile slider if still exists */
.gds-trending-mobile-wrap {
    display: none !important;
}

/* Product card height balance */
.gds-trending-card,
.gds-home-product-card {
    height: 100% !important;
}

/* Desktop product image size */
.gds-trending-img,
.gds-home-product-img {
    height: 170px !important;
}

/* Desktop title control */
.gds-trending-card h3,
.gds-home-product-card h3 {
    min-height: 42px !important;
}

/* =========================================================
   MOBILE: 3 products per row, 3 rows only
========================================================= */

@media (max-width: 768px) {

    .gds-home-trending-products,
    .gds-home-products {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .gds-trending-desktop-grid,
    .gds-home-products-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    /* Mobile only show first 9 products */
    .gds-trending-desktop-grid .gds-trending-card:nth-child(n+10),
    .gds-home-products-grid .gds-home-product-card:nth-child(n+10) {
        display: none !important;
    }

    .gds-trending-card,
    .gds-home-product-card {
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    .gds-trending-img,
    .gds-home-product-img {
        height: 92px !important;
        padding: 7px !important;
    }

    .gds-trending-body,
    .gds-home-product-body {
        padding: 8px !important;
    }

    .gds-trending-label,
    .gds-product-label {
        min-height: 18px !important;
        padding: 0 6px !important;
        font-size: 7px !important;
        line-height: 1 !important;
    }

    .gds-trending-card h3,
    .gds-home-product-card h3 {
        margin: 6px 0 !important;
        min-height: 32px !important;
        font-size: 9.5px !important;
        line-height: 1.25 !important;
        font-weight: 950 !important;
    }

    .gds-trending-countries,
    .gds-product-country-chips {
        display: none !important;
    }

    .gds-trending-actions,
    .gds-home-product-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 5px !important;
    }

    .gds-trending-actions a,
    .gds-home-product-actions a,
    .gds-product-view-btn,
    .gds-product-sell-btn {
        min-height: 27px !important;
        border-radius: 9px !important;
        padding: 0 5px !important;
        font-size: 7.5px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
    }

    /* Hide View button on mobile, keep selling action cleaner */
    .gds-trending-actions a:first-child,
    .gds-product-view-btn {
        display: none !important;
    }

    .gds-trending-view-all,
    .gds-section-action {
        margin-top: 18px !important;
    }
}

/* Small mobile */
@media (max-width: 390px) {
    .gds-trending-desktop-grid,
    .gds-home-products-grid {
        gap: 7px !important;
    }

    .gds-trending-img,
    .gds-home-product-img {
        height: 82px !important;
    }

    .gds-trending-card h3,
    .gds-home-product-card h3 {
        font-size: 8.8px !important;
    }

    .gds-trending-actions a,
    .gds-home-product-actions a,
    .gds-product-view-btn,
    .gds-product-sell-btn {
        font-size: 7px !important;
    }
}