/* ============================================
   FOR TOUR GUIDES PAGE  —  /for-tour-guides
   Prefix: guide-
   ============================================ */

.guide-page {
    width: 100%;
    overflow-x: hidden;
}

/* ── Hero ────────────────────────────────────── */
.guide-hero {
    position: relative;
    min-height: 82dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--antologa-secondary);
}

.guide-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
}

.guide-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 79, 113, 0.88) 0%,
        rgba(7, 130, 130, 0.74) 55%,
        rgba(0, 0, 0, 0.62) 100%
    );
}

.guide-hero-content {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
}

.guide-hero-eyebrow {
    display: block;
    color: var(--antologa-contrast) !important;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
}

.guide-hero-heading {
    font-family: Inter, sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: white !important;
    margin-bottom: 1.5rem;
}

.guide-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.88);
    max-width: 38rem;
    line-height: 1.68;
    margin-bottom: 2.5rem;
}

.guide-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── Shared button variants ──────────────────── */
.guide-btn-primary {
    background-color: var(--antologa-primary) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

    .guide-btn-primary:hover {
        background-color: #056666 !important;
        box-shadow: 0 4px 16px rgba(7,130,130,0.4) !important;
    }

.guide-btn-outline {
    border: 2px solid rgba(255,255,255,0.75) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

    .guide-btn-outline:hover {
        background: rgba(255,255,255,0.12) !important;
        border-color: white !important;
    }

/* ── Shared section typography ───────────────── */
.guide-eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.guide-section-heading {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.guide-section-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1.05rem;
    max-width: 40rem;
    margin: 0 auto;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.guide-section-header {
    margin-bottom: 3rem;
}

/* ── Why Section ─────────────────────────────── */
.guide-why-section {
    padding: 6rem 0;
    background-color: var(--antologa-white);
}

.guide-reason-card {
    background: white;
    border: 1px solid var(--antologa-light-gray);
    border-radius: 1.25rem;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .guide-reason-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    }

.guide-reason-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.guide-reason-title {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: var(--antologa-dark) !important;
    margin-bottom: 0.6rem;
}

.guide-reason-body {
    font-family: Nunito, sans-serif !important;
    color: #505050 !important;
    line-height: 1.68 !important;
}

/* ── Tools Section ───────────────────────────── */
.guide-tools-section {
    padding: 6rem 0;
    background: linear-gradient(160deg, var(--antologa-secondary) 0%, #005a7a 100%);
}

    .guide-tools-section .guide-section-heading {
        color: white !important;
    }

    .guide-tools-section .guide-eyebrow {
        color: var(--antologa-contrast) !important;
    }

.guide-tool-card {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    transition: background 0.2s ease;
}

    .guide-tool-card:hover {
        background: rgba(255,255,255,0.14);
    }

.guide-tool-icon {
    font-size: 1.75rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.guide-tool-title {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 0.35rem;
}

.guide-tool-body {
    font-family: Nunito, sans-serif !important;
    color: rgba(255,255,255,0.78) !important;
    line-height: 1.6 !important;
}

/* ── Experience Types ────────────────────────── */
.guide-experiences-section {
    padding: 6rem 0;
    background-color: var(--antologa-light-gray);
}

.guide-exp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    justify-content: center;
}

.guide-exp-chip {
    background: white;
    border: 1.5px solid var(--antologa-primary);
    color: var(--antologa-primary);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    transition: background 0.15s ease, color 0.15s ease;
    cursor: default;
}

    .guide-exp-chip:hover {
        background: var(--antologa-primary);
        color: white;
    }

/* ── Requirements ────────────────────────────── */
.guide-requirements-section {
    padding: 6rem 0;
    background-color: var(--antologa-white);
}

.guide-req-card {
    background: var(--antologa-light-gray) !important;
    border-radius: 1.5rem !important;
    padding: 3rem !important;
}

.guide-req-intro {
    font-family: Nunito, sans-serif !important;
    font-size: 1.05rem !important;
    color: #505050 !important;
    line-height: 1.72 !important;
    margin-bottom: 2rem;
}

.guide-req-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.guide-req-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

.guide-req-icon {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.guide-req-text {
    font-family: Nunito, sans-serif !important;
    color: var(--antologa-dark) !important;
    line-height: 1.6 !important;
}

/* ── Onboarding Steps ────────────────────────── */
.guide-steps-section {
    padding: 6rem 0;
    background-color: var(--antologa-light-gray);
}

.guide-step-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2.25rem 1.75rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.guide-step-number {
    width: 3rem;
    height: 3rem;
    background: var(--antologa-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0 auto 1.25rem auto;
}

.guide-step-title {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: var(--antologa-dark) !important;
    margin-bottom: 0.6rem;
}

.guide-step-body {
    font-family: Nunito, sans-serif !important;
    color: #505050 !important;
    line-height: 1.68 !important;
}

/* ── Final CTA ───────────────────────────────── */
.guide-cta-section {
    background-color: var(--antologa-secondary);
    padding: 6rem 1.5rem;
}

.guide-cta-heading {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: white !important;
    margin-bottom: 1rem;
}

.guide-cta-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    max-width: 36rem;
    margin: 0 auto 2.75rem auto;
    line-height: 1.72;
}

.guide-cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
    .guide-hero { min-height: 72dvh; }

    .guide-hero-actions,
    .guide-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .guide-btn-primary,
    .guide-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .guide-why-section,
    .guide-tools-section,
    .guide-experiences-section,
    .guide-requirements-section,
    .guide-steps-section,
    .guide-cta-section {
        padding: 3.5rem 0;
    }

    .guide-req-card {
        padding: 2rem !important;
    }
}
