/*
 * Hamida Traders
 * Site Map — Locked Final Design
 * Page scoped: .site-map-page
 */

.site-map-page {
    --sm-navy: #061a2d;
    --sm-navy2: #0a2946;
    --sm-blue: #1769d2;
    --sm-green: #168257;
    --sm-ink: #14283d;
    --sm-muted: #68798a;
    --sm-line: #dce5ed;
    --sm-page: #f3f7fa;
    --sm-max: 1180px;

    background: var(--sm-page);
    color: var(--sm-ink);
    line-height: 1.55;
}

/* =========================================================
   HERO
   ========================================================= */

.site-map-page .buyer-help-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #041522, #082a47 60%, #07364b);
    color: #fff;
}

.site-map-page .buyer-help-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -170px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 0 0 70px rgba(255,255,255,.025),
        0 0 0 140px rgba(255,255,255,.012);
    pointer-events: none;
}

.site-map-page .buyer-help-hero-inner {
    position: relative;
    z-index: 2;
    width: min(var(--sm-max), calc(100% - 30px));
    min-height: 535px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 58px;
    align-items: center;
    padding: 74px 0;
}

.site-map-page .buyer-help-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 4.8vw, 61px);
    line-height: 1.01;
    letter-spacing: -.045em;
    font-weight: 800;
}

.site-map-page .buyer-help-hero p {
    max-width: 660px;
    margin: 18px 0 0;
    color: #b3c5d5;
    font-size: 14px;
    line-height: 1.8;
}

.site-map-page .buyer-help-actions {
    display: flex;
    gap: 11px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.site-map-page .buyer-help-btn {
    min-height: 47px;
    padding: 0 17px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease;
}

.site-map-page .buyer-help-btn:hover {
    transform: translateY(-2px);
}

.site-map-page .buyer-help-btn-primary {
    background: #fff;
    color: var(--sm-navy);
    border: 0;
}

.site-map-page .buyer-help-btn-ghost {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.045);
    color: #fff;
}

/* =========================================================
   HERO DIRECTORY CARD
   ========================================================= */

.site-map-page .buyer-help-journey {
    justify-self: end;
    width: min(430px, 100%);
    padding: 23px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    background: rgba(255,255,255,.045);
}

.site-map-page .buyer-help-journey small {
    color: #70d5aa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.site-map-page .buyer-help-journey h3 {
    margin: 7px 0 16px;
    color: #fff;
    font-size: 18px;
}

.site-map-page .buyer-help-mini-steps {
    display: grid;
    gap: 8px;
}

.site-map-page .buyer-help-mini-step {
    display: grid;
    grid-template-columns: 29px 1fr;
    gap: 10px;
    align-items: center;
    padding: 9px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
}

.site-map-page .buyer-help-mini-step i {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(23,105,210,.16);
    color: #9bc2f4;
    font-style: normal;
    font-size: 9px;
    font-weight: 900;
}

.site-map-page .buyer-help-mini-step strong {
    display: block;
    color: #fff;
    font-size: 10.5px;
}

.site-map-page .buyer-help-mini-step span {
    display: block;
    margin-top: 1px;
    color: #9fb5c8;
    font-size: 8.8px;
}

/* =========================================================
   STANDARD SECTIONS
   ========================================================= */

.site-map-page .buyer-help-section {
    padding: 86px 16px;
}

.site-map-page .buyer-help-wrap {
    width: min(var(--sm-max), 100%);
    margin: auto;
}

.site-map-page .buyer-help-kicker {
    color: var(--sm-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}

.site-map-page .buyer-help-section h2 {
    margin: 9px 0 0;
    color: var(--sm-navy);
    font-size: clamp(32px, 4vw, 49px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.site-map-page .buyer-help-lead {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--sm-muted);
    font-size: 12.5px;
    line-height: 1.75;
}

/* =========================================================
   SITE DIRECTORY / INFORMATION CARDS
   ========================================================= */

.site-map-page .buyer-help-important {
    background: #fff;
}

.site-map-page .buyer-help-important-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.site-map-page .buyer-help-info {
    padding: 23px;
    border: 1px solid var(--sm-line);
    border-radius: 17px;
    background: #f8fbfd;
}

.site-map-page .buyer-help-info > i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    margin-bottom: 19px;
    background: #e9f6f0;
    color: var(--sm-green);
    font-style: normal;
    font-weight: 900;
}

.site-map-page .buyer-help-info h3 {
    margin: 0 0 7px;
    color: var(--sm-ink);
    font-size: 15px;
}

.site-map-page .buyer-help-info > p {
    margin: 0;
    color: var(--sm-muted);
    font-size: 11.5px;
    line-height: 1.65;
}

.site-map-page .buyer-help-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 16px;
}

.site-map-page .buyer-help-path {
    padding: 12px;
    border-radius: 11px;
    background: rgba(6,26,45,.045);
    color: var(--sm-ink);
    font-size: 10px;
}

.site-map-page .buyer-help-path b {
    display: block;
    margin-bottom: 3px;
    color: var(--sm-green);
}

.site-map-page .buyer-help-path a {
    color: var(--sm-ink);
    text-decoration: none;
}

.site-map-page .buyer-help-path a:hover {
    color: var(--sm-blue);
}

/* =========================================================
   DARK SPECIAL SECTIONS
   ========================================================= */

.site-map-page .buyer-help-special {
    background: linear-gradient(145deg, #061a2d, #0b3657);
    color: #fff;
}

.site-map-page .buyer-help-special-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: center;
}

.site-map-page .buyer-help-special h2 {
    color: #fff;
}

.site-map-page .buyer-help-special .buyer-help-lead {
    color: #a9bdcf;
}

.site-map-page .buyer-help-special-card {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}

.site-map-page .buyer-help-special-card small {
    color: #70d5aa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.site-map-page .buyer-help-special-card h3 {
    margin: 7px 0 10px;
    color: #fff;
    font-size: 19px;
}

.site-map-page .buyer-help-special-card > p {
    color: #a9bdcf;
    font-size: 11.5px;
    line-height: 1.7;
}

.site-map-page .buyer-help-special .buyer-help-path {
    background: rgba(255,255,255,.04);
    color: #d9e5ee;
}

.site-map-page .buyer-help-special .buyer-help-path b {
    color: #8ce0ba;
}

.site-map-page .buyer-help-special .buyer-help-path a {
    color: #fff;
}

/* =========================================================
   CTA
   ========================================================= */

.site-map-page .buyer-help-cta {
    padding: 24px 16px 88px;
    background: var(--sm-page);
}

.site-map-page .buyer-help-cta-box {
    width: min(var(--sm-max), 100%);
    margin: auto;
    padding: 38px;
    border-radius: 24px;
    background: linear-gradient(105deg, #071d31, #0b4b82 56%, #168257);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 25px 65px rgba(6,26,45,.16);
}

.site-map-page .buyer-help-cta-box h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 39px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.site-map-page .buyer-help-cta-box p {
    max-width: 650px;
    margin: 9px 0 0;
    color: #dceaff;
    font-size: 12px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {
    .site-map-page .buyer-help-hero-inner,
    .site-map-page .buyer-help-special-grid {
        grid-template-columns: 1fr;
    }

    .site-map-page .buyer-help-journey {
        justify-self: start;
    }

    .site-map-page .buyer-help-important-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .site-map-page .buyer-help-hero-inner {
        width: calc(100% - 24px);
        min-height: 500px;
        padding: 60px 0;
    }

    .site-map-page .buyer-help-journey {
        display: none;
    }

    .site-map-page .buyer-help-section {
        padding: 62px 12px;
    }

    .site-map-page .buyer-help-important-grid,
    .site-map-page .buyer-help-paths {
        grid-template-columns: 1fr;
    }

    .site-map-page .buyer-help-cta {
        padding: 15px 12px 64px;
    }

    .site-map-page .buyer-help-cta-box {
        padding: 27px 22px;
        flex-direction: column;
        align-items: flex-start;
    }
}