/* BeeFixPro homepage typography + section-header unification — v35.
   Scoped to index.html so internal/local pages preserve their existing designs. */

.index-page {
    --bfp-section-title-color: #101d32;
    --bfp-section-copy-color: #667085;
    --bfp-section-gold: #fdae02;
    --bfp-section-gold-deep: #9b6505;
}

/* ---------------------------------------------------------
   One heading system: match the Services section
   --------------------------------------------------------- */
.index-page #local-services .jacksonville-directory__intro h2,
.index-page .team-command__header h2,
.index-page .service-journey__heading h2,
.index-page .home-pricing-orbit__copy h2,
.index-page .home-library-shelf__header h2 {
    margin-top: 0;
    color: var(--bfp-section-title-color);
    font-family: var(--assimox-font, "Barlow", sans-serif);
    font-size: clamp(38px, 3.1vw, 52px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

/* One eyebrow / overline system: same visual language as Services. */
.index-page #local-services .jacksonville-directory__intro .jacksonville-eyebrow,
.index-page .team-command__eyebrow,
.index-page .service-journey__eyebrow,
.index-page .home-pricing-orbit__eyebrow,
.index-page .home-library-shelf__eyebrow {
    position: relative;
    display: inline-block;
    margin: 0 0 13px 30px;
    color: var(--bfp-section-gold);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.index-page #local-services .jacksonville-directory__intro .jacksonville-eyebrow::before,
.index-page .team-command__eyebrow::before,
.index-page .service-journey__eyebrow::before,
.index-page .home-pricing-orbit__eyebrow::before,
.index-page .home-library-shelf__eyebrow::before {
    position: absolute;
    top: 7px;
    left: -30px;
    width: 20px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background: var(--bfp-section-gold);
    content: "";
}

/* Atlas already contains a decorative span from the previous design. */
.index-page #local-services .jacksonville-directory__intro .jacksonville-eyebrow > span {
    display: none;
}

/* ---------------------------------------------------------
   Jacksonville atlas: remove the detached header-card look
   --------------------------------------------------------- */
.index-page #local-services.jacksonville-directory {
    padding: 70px 0 74px;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 183, 28, .055), transparent 25%),
        linear-gradient(180deg, #f7f8f8 0%, #fbfbfa 100%);
}

.index-page #local-services .jacksonville-directory__intro {
    width: auto;
    max-width: 700px;
    margin: 0 0 34px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.index-page #local-services .jacksonville-directory__intro::before {
    display: none;
}

.index-page #local-services .jacksonville-directory__intro h2 {
    max-width: 700px;
    margin-bottom: 0;
}

.index-page #local-services .jacksonville-directory__intro > p:last-child {
    max-width: 650px;
    margin: 16px 0 0;
    color: var(--bfp-section-copy-color);
    font-family: var(--assimox-font, "Roboto", sans-serif);
    font-size: 16px;
    line-height: 1.65;
}

/* ---------------------------------------------------------
   Team + journey intro copy: quieter premium editorial cards
   --------------------------------------------------------- */
.index-page .team-command__header,
.index-page .service-journey__heading {
    align-items: end;
    gap: clamp(28px, 4vw, 48px);
}

.index-page .team-command__header > p,
.index-page .service-journey__heading > p {
    position: relative;
    max-width: 430px;
    margin: 0 0 2px;
    padding: 14px 16px 14px 18px;
    border: 1px solid rgba(218, 165, 55, .18);
    border-left: 3px solid rgba(253, 174, 2, .72);
    border-radius: 0 14px 14px 0;
    color: #686b70;
    background: linear-gradient(105deg, rgba(255, 249, 234, .84), rgba(255, 255, 255, .5));
    box-shadow: 0 10px 24px rgba(37, 35, 31, .035);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
}

/* ---------------------------------------------------------
   Team console readability
   --------------------------------------------------------- */
.index-page .team-command__dossier-top {
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .065em;
}

.index-page .team-command__dossier-top span i {
    font-size: 8px;
}

.index-page .team-command__switcher button {
    font-size: 12px;
}

.index-page .team-command__switcher button span {
    font-size: 9px;
}

.index-page .team-command__identity > span {
    font-size: 10px;
    line-height: 1.4;
}

.index-page .team-command__identity h3 {
    font-size: clamp(40px, 4vw, 54px);
    line-height: .98;
}

.index-page .team-command__identity p {
    color: #66635d;
    font-size: 15px;
    line-height: 1.68;
}

.index-page .team-command__credentials b {
    overflow: visible;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
}

.index-page .team-command__credentials small {
    overflow: visible;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.3;
    text-overflow: clip;
    white-space: normal;
}

.index-page .team-command__dossier-bottom {
    font-size: 11px;
    line-height: 1.35;
}

.index-page .team-command__standard,
.index-page .team-command__standard strong {
    font-size: 11px;
}

.index-page .team-command__deck-note {
    font-size: 8px;
}

/* Match BOOK ONLINE exactly to the premium journey CTA. */
.index-page .team-command__dossier-bottom > a {
    min-height: 54px;
    min-width: 148px;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid rgba(208, 126, 0, .32);
    border-radius: 14px;
    color: #252a31;
    background: linear-gradient(145deg, #ffd66f 0%, #fdae02 100%);
    box-shadow: 0 10px 24px rgba(253, 174, 2, .28);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.index-page .team-command__dossier-bottom > a i {
    color: #252a31;
    font-size: 12px;
}

.index-page .team-command__dossier-bottom > a:hover,
.index-page .team-command__dossier-bottom > a:focus-visible {
    border-color: rgba(180, 110, 0, .46);
    color: #171a1f;
    background: linear-gradient(145deg, #ffe08a 0%, #ffb719 100%);
    box-shadow: 0 14px 30px rgba(253, 174, 2, .36);
    transform: translateY(-2px);
}

/* ---------------------------------------------------------
   Pricing + library spacing after title-size normalization
   --------------------------------------------------------- */
.index-page .home-pricing-orbit__copy h2 {
    max-width: 590px;
    margin: 0 0 16px;
}

.index-page .home-library-shelf__header h2 {
    max-width: 760px;
    margin: 0 0 9px;
}

/* FAQ phone CTA: keep label and phone visually connected. */
.index-page .faq-concierge__display-bottom > a {
    gap: 10px;
}

.index-page .faq-concierge__display-bottom > a span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    line-height: 1.1;
}

.index-page .faq-concierge__display-bottom > a small,
.index-page .faq-concierge__display-bottom > a b {
    margin: 0;
    line-height: 1.15;
}

.index-page .faq-concierge__display-bottom > a small {
    font-size: 9px;
    letter-spacing: .08em;
}

.index-page .faq-concierge__display-bottom > a b {
    font-size: 17px;
}

/* ---------------------------------------------------------
   Tablet + mobile
   --------------------------------------------------------- */
@media (max-width: 991px) {
    .index-page .team-command__header,
    .index-page .service-journey__heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .index-page .team-command__header > p,
    .index-page .service-journey__heading > p {
        max-width: 670px;
    }
}

@media (max-width: 767px) {
    .index-page #local-services.jacksonville-directory {
        padding: 52px 0 58px;
    }

    .index-page #local-services .jacksonville-directory__intro {
        width: auto;
        max-width: none;
        margin: 0 0 24px;
        padding: 0;
    }

    .index-page #local-services .jacksonville-directory__intro .jacksonville-eyebrow,
    .index-page .team-command__eyebrow,
    .index-page .service-journey__eyebrow,
    .index-page .home-pricing-orbit__eyebrow,
    .index-page .home-library-shelf__eyebrow {
        margin: 0 0 10px 30px;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: .1em;
    }

    .index-page #local-services .jacksonville-directory__intro .jacksonville-eyebrow::before,
    .index-page .team-command__eyebrow::before,
    .index-page .service-journey__eyebrow::before,
    .index-page .home-pricing-orbit__eyebrow::before,
    .index-page .home-library-shelf__eyebrow::before {
        top: 7px;
    }

    .index-page #local-services .jacksonville-directory__intro h2,
    .index-page .team-command__header h2,
    .index-page .service-journey__heading h2,
    .index-page .home-pricing-orbit__copy h2,
    .index-page .home-library-shelf__header h2 {
        font-size: clamp(29px, 9vw, 36px);
        line-height: 1.06;
    }

    .index-page #local-services .jacksonville-directory__intro > p:last-child {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.58;
    }

    .index-page .team-command__header > p,
    .index-page .service-journey__heading > p {
        max-width: none;
        padding: 12px 13px 12px 15px;
        border-radius: 0 12px 12px 0;
        font-size: 13px;
        line-height: 1.58;
    }

    .index-page .team-command__dossier-top {
        font-size: 9px;
        letter-spacing: .05em;
    }

    .index-page .team-command__identity h3 {
        font-size: 40px;
    }

    .index-page .team-command__identity p {
        font-size: 14px;
        line-height: 1.62;
    }

    .index-page .team-command__credentials > div {
        padding: 13px;
    }

    .index-page .team-command__credentials b {
        font-size: 12px;
    }

    .index-page .team-command__credentials small {
        font-size: 10px;
    }

    .index-page .team-command__dossier-bottom {
        gap: 10px;
        font-size: 11px;
    }

    .index-page .team-command__dossier-bottom > a {
        width: 100%;
        min-height: 54px;
        margin-top: 4px;
    }

    .index-page .team-command__standard,
    .index-page .team-command__standard strong {
        font-size: 10px;
    }

    .index-page .faq-concierge__display-bottom > a {
        gap: 8px;
    }

    .index-page .faq-concierge__display-bottom > a > i {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .index-page .faq-concierge__display-bottom > a small {
        font-size: 8px;
    }

    .index-page .faq-concierge__display-bottom > a b {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .index-page .team-command__header > p,
    .index-page .service-journey__heading > p {
        font-size: 12.5px;
    }

    .index-page .faq-concierge__display-bottom {
        gap: 12px;
    }

    .index-page .faq-concierge__display-bottom > a > i {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 12px;
    }
}
