/* BeeFixPro v23 homepage harmony
   Compact Jacksonville service atlas, denser page rhythm, clickable reviews,
   and an expanded eight-point pricing orbit. */

/* ---------------------------------------------------------
   JACKSONVILLE SERVICE ATLAS
   --------------------------------------------------------- */
.home-atlas {
    position: relative;
    overflow: hidden;
    padding: 66px 0 68px;
    border-top: 1px solid rgba(36, 34, 29, .055);
    background:
        radial-gradient(circle at 92% 8%, rgba(215, 165, 62, .075), transparent 25%),
        linear-gradient(180deg, #f4f5f4 0%, #fafaf8 100%);
}

.home-atlas::before {
    position: absolute;
    right: -180px;
    bottom: -250px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(169, 106, 0, .09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-atlas .container {
    position: relative;
    z-index: 2;
}

.home-atlas__header {
    display: grid;
    align-items: end;
    gap: 46px;
    margin-bottom: 24px;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
}

.home-atlas__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #946000;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-atlas__eyebrow::before {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #a86900, #ffc84d);
    content: "";
}

.home-atlas__header h2 {
    max-width: 780px;
    margin: 10px 0 0;
    color: #28251f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(40px, 4.35vw, 60px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.home-atlas__intro p {
    margin: 0 0 14px;
    color: #6e6961;
    font-size: 14px;
    line-height: 1.65;
}

.home-atlas__intro a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #302d27;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 11px;
    font-weight: 900;
}

.home-atlas__intro a i {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    color: #8f5900;
    background: #ffe9b3;
    transition: transform .22s ease;
}

.home-atlas__intro a:hover i,
.home-atlas__intro a:focus-visible i {
    transform: translateX(3px);
}

.home-atlas__areas {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-atlas__areas a {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 82px;
    align-content: center;
    gap: 2px 10px;
    padding: 14px 17px;
    overflow: hidden;
    border: 1px solid #dadcd9;
    border-radius: 18px;
    color: #34312c;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 9px 23px rgba(40, 38, 33, .055), inset 0 1px 0 #fff;
    grid-template-columns: 42px minmax(0, 1fr);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.home-atlas__areas a > span {
    display: grid;
    width: 42px;
    height: 42px;
    align-self: center;
    grid-row: 1 / span 2;
    place-items: center;
    border: 1px solid #e0e0dd;
    border-radius: 13px;
    color: #77736c;
    background: #f3f4f3;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 900;
}

.home-atlas__areas strong,
.home-atlas__areas small {
    display: block;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-atlas__areas strong {
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 850;
}

.home-atlas__areas small {
    color: #878078;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
}

.home-atlas__areas a > i {
    position: absolute;
    right: 15px;
    bottom: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cfd2d0;
    box-shadow: 0 0 0 0 rgba(218, 155, 31, 0);
}

.home-atlas__areas a:hover,
.home-atlas__areas a:focus-visible,
.home-atlas__areas a.is-active {
    border-color: #d9a33b;
    color: #2e2a24;
    box-shadow: 0 14px 29px rgba(91, 66, 20, .10), inset 0 1px 0 #fff;
    transform: translateY(-2px);
}

.home-atlas__areas a.is-active > span {
    border-color: #e1ad45;
    color: #754a00;
    background: linear-gradient(145deg, #ffe6a3, #ffc545);
}

.home-atlas__areas a.is-active > i {
    background: #d89308;
    box-shadow: 0 0 0 6px rgba(218, 155, 31, .12);
}

.home-atlas__body {
    display: grid;
    overflow: hidden;
    border: 1px solid #d7dad8;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 25px 62px rgba(35, 34, 31, .095), inset 0 1px 0 #fff;
    grid-template-columns: minmax(0, 1.35fr) minmax(390px, .65fr);
}

.home-atlas__map {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border-right: 1px solid #d8dad8;
    background: #edf3f3;
}

.home-atlas__map-surface {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    color: #34312c;
    background:
        radial-gradient(circle at 20% 12%, rgba(255, 255, 255, .95), transparent 31%),
        linear-gradient(145deg, #eef5f5, #e8eded);
}

.home-atlas__map-surface svg {
    position: absolute;
    inset: 38px 12px 12px;
    width: calc(100% - 24px);
    height: calc(100% - 50px);
    transition: transform .4s ease;
}

.home-atlas__map-surface:hover svg,
.home-atlas__map-surface:focus-visible svg {
    transform: scale(1.015);
}

.home-atlas__map-label,
.home-atlas__map-open {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(201, 204, 201, .9);
    color: #45413b;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 25px rgba(41, 42, 39, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-atlas__map-label {
    top: 22px;
    left: 22px;
    gap: 9px;
    padding: 10px 13px;
    border-radius: 13px;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 900;
}

.home-atlas__map-label i,
.home-atlas__map-open i {
    color: #a26700;
}

.home-atlas__map-open {
    right: 20px;
    bottom: 18px;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 850;
}

.home-atlas__pin {
    position: absolute;
    z-index: 4;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .94);
    border-radius: 50%;
    color: #8f5900;
    background: #fff5d9;
    box-shadow: 0 7px 20px rgba(65, 53, 29, .18), 0 0 0 1px #ddb050;
    transition: color .23s ease, background .23s ease, box-shadow .23s ease, transform .23s ease;
}

.home-atlas__pin span {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    min-width: max-content;
    padding: 5px 8px;
    border: 1px solid #d9dad7;
    border-radius: 8px;
    color: #555149;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 6px 13px rgba(40, 39, 35, .08);
    font-size: 7px;
    font-weight: 850;
    transform: translateX(-50%);
}

.home-atlas__pin:hover,
.home-atlas__pin:focus-visible,
.home-atlas__pin.is-active {
    color: #3d2b0b;
    background: linear-gradient(145deg, #ffd973, #f3a700);
    box-shadow: 0 10px 24px rgba(125, 84, 11, .24), 0 0 0 7px rgba(223, 165, 49, .13);
    transform: translateY(-3px);
}

.home-atlas__pin--fernandina { top: 17%; right: 22%; }
.home-atlas__pin--beach { top: 49%; right: 12%; }
.home-atlas__pin--ponte { right: 19%; bottom: 20%; }
.home-atlas__pin--orange { bottom: 12%; left: 27%; }

.home-atlas__directory {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 25px;
    background:
        radial-gradient(circle at 100% 0, rgba(225, 173, 69, .11), transparent 25%),
        linear-gradient(150deg, #fff, #faf9f5);
}

.home-atlas__directory-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedfdb;
}

.home-atlas__directory-top label {
    margin: 0;
    color: #8c5a03;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-atlas__directory-top select {
    min-width: 174px;
    min-height: 39px;
    padding: 7px 32px 7px 11px;
    border: 1px solid #dbdcd8;
    border-radius: 11px;
    outline: none;
    color: #3f3b34;
    background: #fff;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 800;
}

.home-atlas__directory-top select:focus-visible {
    border-color: #d39a26;
    box-shadow: 0 0 0 3px rgba(211, 154, 38, .13);
}

.home-atlas__directory-heading {
    padding: 17px 0 15px;
}

.home-atlas__directory-heading > span {
    color: #a26700;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-atlas__directory-heading h3 {
    margin: 6px 0 8px;
    color: #2d2923;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(25px, 2.15vw, 34px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1;
}

.home-atlas__directory-heading p {
    min-height: 36px;
    margin: 0;
    color: #777169;
    font-size: 10px;
    line-height: 1.5;
}

.home-atlas__services {
    display: grid;
    gap: 6px;
}

.home-atlas__services a {
    display: grid;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    padding: 6px 9px;
    border: 1px solid #dfe0dd;
    border-radius: 13px;
    color: #3b3832;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 5px 12px rgba(38, 37, 33, .035);
    grid-template-columns: 31px minmax(0, 1fr) 24px;
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-atlas__services a > i:first-child {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 9px;
    color: #9c6200;
    background: #fff0c9;
    font-size: 10px;
}

.home-atlas__services a > i:last-child {
    color: #9b6200;
    font-size: 8px;
    transition: transform .22s ease;
}

.home-atlas__services a span {
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 11px;
    font-weight: 850;
}

.home-atlas__services a:hover,
.home-atlas__services a:focus-visible {
    border-color: #dcab4c;
    color: #2f2b25;
    background: #fffaf0;
    box-shadow: 0 9px 18px rgba(95, 67, 18, .08);
    transform: translateX(3px);
}

.home-atlas__services a:hover > i:last-child,
.home-atlas__services a:focus-visible > i:last-child {
    transform: translateX(3px);
}

/* ---------------------------------------------------------
   EIGHT-POINT PRICING CLOCK
   --------------------------------------------------------- */
.home-pricing-orbit__rotor,
.home-pricing-orbit__node > span {
    animation-duration: 46s;
}

.home-pricing-orbit__node {
    width: 98px;
    height: 58px;
}

.home-pricing-orbit__node > span {
    padding: 7px 8px;
    border-radius: 15px;
    grid-template-columns: 25px minmax(0, 1fr);
}

.home-pricing-orbit__node i {
    width: 25px;
    height: 25px;
    font-size: 10px;
}

.home-pricing-orbit__node b { font-size: 16px; }
.home-pricing-orbit__node small { font-size: 7px; }

.home-pricing-orbit__node--one { top: 0; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); }
.home-pricing-orbit__node--two { top: 14.65%; right: 14.65%; left: auto; bottom: auto; transform: translate(50%, -50%); }
.home-pricing-orbit__node--three { top: 50%; right: 0; left: auto; bottom: auto; transform: translate(50%, -50%); }
.home-pricing-orbit__node--four { right: 14.65%; bottom: 14.65%; top: auto; left: auto; transform: translate(50%, 50%); }
.home-pricing-orbit__node--five { bottom: 0; left: 50%; top: auto; right: auto; transform: translate(-50%, 50%); }
.home-pricing-orbit__node--six { bottom: 14.65%; left: 14.65%; top: auto; right: auto; transform: translate(-50%, 50%); }
.home-pricing-orbit__node--seven { top: 50%; left: 0; right: auto; bottom: auto; transform: translate(-50%, -50%); }
.home-pricing-orbit__node--eight { top: 14.65%; left: 14.65%; right: auto; bottom: auto; transform: translate(-50%, -50%); }

/* ---------------------------------------------------------
   CLICKABLE REVIEW DETAILS
   --------------------------------------------------------- */
.home-review-chip {
    text-decoration: none;
    transition: border-color .23s ease, box-shadow .23s ease, transform .23s ease;
}

.home-review-chip:hover,
.home-review-chip:focus-visible {
    border-color: #d6a54b;
    color: #34312c;
    box-shadow: 0 13px 28px rgba(88, 62, 17, .11);
    transform: translateY(-2px);
}

/* ---------------------------------------------------------
   MORE COHESIVE SECTION RHYTHM
   --------------------------------------------------------- */
#services.services-premium { padding: 70px 0 74px; }
.brands-premium { padding: 62px 0 58px; }
.team-command { padding: 68px 0 66px; }
.service-journey { padding: 66px 0 64px; }
.service-journey__heading { margin-bottom: 29px; }
.trust-premium { padding: 62px 0 58px; }
.faq-concierge { padding: 64px 0 68px; }
.home-library-shelf { padding: 60px 0 66px; }
.premium-discounts { padding-bottom: 44px; }

@media (max-width: 1199px) {
    .home-atlas__body { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); }
    .home-atlas__map { min-height: 500px; }
    .home-atlas__directory { padding: 22px; }
}

@media (max-width: 991px) {
    .home-atlas { padding: 56px 0 58px; }
    .home-atlas__header { gap: 20px; grid-template-columns: 1fr; }
    .home-atlas__intro { max-width: 680px; }
    .home-atlas__areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-atlas__body { grid-template-columns: 1fr; }
    .home-atlas__map { min-height: 480px; border-right: 0; border-bottom: 1px solid #d8dad8; }
    .home-atlas__directory-heading p { min-height: 0; }
    .home-atlas__services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-atlas__services a:last-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    #services.services-premium { padding: 43px 0 46px; }
    .home-atlas { padding: 43px 0 45px; }
    .home-atlas__header { margin-bottom: 19px; }
    .home-atlas__header h2 { font-size: clamp(36px, 10.2vw, 47px); }
    .home-atlas__intro p { font-size: 13px; line-height: 1.55; }
    .home-atlas__areas { gap: 8px; }
    .home-atlas__areas a { min-height: 72px; padding: 11px 12px; border-radius: 15px; grid-template-columns: 36px minmax(0, 1fr); }
    .home-atlas__areas a > span { width: 36px; height: 36px; border-radius: 11px; }
    .home-atlas__areas strong { font-size: 11px; }
    .home-atlas__body { border-radius: 23px; }
    .home-atlas__map { min-height: 350px; }
    .home-atlas__map-surface svg { inset: 45px 0 8px; width: 100%; height: calc(100% - 53px); }
    .home-atlas__map-label { top: 14px; left: 14px; }
    .home-atlas__map-open { right: 12px; bottom: 11px; }
    .home-atlas__pin { width: 41px; height: 41px; }
    .home-atlas__pin span { display: none; }
    .home-atlas__directory { padding: 19px 15px 17px; }
    .home-atlas__directory-top { align-items: flex-start; flex-direction: column; gap: 8px; }
    .home-atlas__directory-top select { width: 100%; }
    .home-atlas__directory-heading h3 { font-size: 27px; }
    .home-atlas__services { grid-template-columns: 1fr; }
    .home-atlas__services a:last-child { grid-column: auto; }

    .home-pricing-orbit__node { width: 82px; height: 50px; }
    .home-pricing-orbit__node > span { gap: 1px 5px; padding: 6px; grid-template-columns: 21px minmax(0, 1fr); }
    .home-pricing-orbit__node i { width: 21px; height: 21px; font-size: 8px; }
    .home-pricing-orbit__node b { font-size: 14px; }
    .home-pricing-orbit__node small { font-size: 6px; }
    .home-pricing-orbit__rotor { inset: 45px; }

    .brands-premium { padding: 42px 0 40px; }
    .team-command, .faq-concierge { padding: 45px 0 47px; }
    .service-journey { padding: 44px 0 43px; }
    .trust-premium { padding: 44px 0 42px; }
    .home-library-shelf { padding: 44px 0 49px; }
    .premium-discounts { padding-bottom: 35px; }
}

@media (max-width: 420px) {
    .home-atlas__areas { grid-template-columns: 1fr; }
    .home-atlas__areas a { min-height: 65px; }
    .home-atlas__map { min-height: 315px; }
    .home-atlas__map-surface svg { opacity: .94; }
    .home-atlas__pin--fernandina { top: 19%; right: 19%; }
    .home-atlas__pin--beach { top: 49%; right: 9%; }
    .home-atlas__pin--ponte { right: 14%; bottom: 18%; }
    .home-atlas__pin--orange { bottom: 10%; left: 22%; }
    .home-pricing-orbit__clock { width: min(100%, 340px); }
    .home-pricing-orbit__rotor { inset: 41px; }
    .home-pricing-orbit__node { width: 74px; height: 46px; }
    .home-pricing-orbit__node > span { grid-template-columns: 18px minmax(0, 1fr); }
    .home-pricing-orbit__node i { width: 18px; height: 18px; }
    .home-pricing-orbit__node b { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-atlas__areas a,
    .home-atlas__map-surface svg,
    .home-atlas__pin,
    .home-atlas__services a,
    .home-review-chip {
        transition: none !important;
    }
}
