/* BeeFixPro v24 homepage polish
   Clearer service atlas, premium pricing clock and calmer responsive spacing. */

/* ---------------------------------------------------------
   JACKSONVILLE SERVICE ATLAS
   --------------------------------------------------------- */
.home-atlas__body {
    grid-template-columns: minmax(0, 1.42fr) minmax(390px, .58fr);
}

.home-atlas__map {
    min-height: 560px;
    background: #edf3f3;
}

.home-atlas__map-surface {
    background:
        radial-gradient(circle at 24% 9%, rgba(255, 255, 255, .98), transparent 34%),
        linear-gradient(145deg, #eef5f5 0%, #e9efef 100%);
}

.home-atlas__map-surface svg {
    inset: 82px 18px 52px;
    width: calc(100% - 36px);
    height: calc(100% - 134px);
    opacity: .96;
}

.home-atlas__map-label {
    top: 22px;
    right: 22px;
    left: 22px;
    min-height: 48px;
    justify-content: space-between;
    padding: 9px 14px;
    border-color: rgba(201, 204, 201, .84);
    border-radius: 15px;
    background: rgba(255, 255, 255, .88);
}

.home-atlas__map-label > span,
.home-atlas__map-label > small {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.home-atlas__map-label > small {
    color: #78736b;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .02em;
}

.home-atlas__map-label > small > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d99a20;
    box-shadow: 0 0 0 6px rgba(217, 154, 32, .12);
}

.home-atlas__map-open {
    right: 20px;
    bottom: 18px;
    min-height: 40px;
    padding-inline: 15px;
    border-color: rgba(198, 198, 192, .9);
    background: rgba(255, 255, 255, .94);
}

.home-atlas__active-case {
    position: absolute;
    z-index: 3;
    top: 96px;
    right: 23%;
    width: min(250px, 31%);
    min-height: 118px;
    padding: 18px 20px;
    border: 1px solid rgba(211, 161, 59, .5);
    border-radius: 19px;
    color: #312e28;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 216, 124, .25), transparent 38%),
        rgba(255, 255, 255, .94);
    box-shadow: 0 19px 38px rgba(37, 37, 33, .13), inset 0 1px 0 #fff;
    pointer-events: none;
    transition: opacity .2s ease, transform .25s ease;
}

.home-atlas__active-case::after {
    position: absolute;
    right: 18px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(211, 161, 59, .5);
    border-bottom: 1px solid rgba(211, 161, 59, .5);
    background: #fff;
    content: "";
    transform: rotate(45deg);
}

.home-atlas__active-case small,
.home-atlas__active-case strong,
.home-atlas__active-case em {
    display: block;
}

.home-atlas__active-case small {
    color: #936000;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-atlas__active-case strong {
    margin-top: 11px;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(18px, 1.55vw, 25px);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.home-atlas__active-case em {
    margin-top: 11px;
    color: #777168;
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
}

.home-atlas__pin {
    width: 54px;
    height: 54px;
    border-width: 3px;
    box-shadow:
        0 9px 24px rgba(65, 53, 29, .17),
        0 0 0 1px rgba(194, 138, 28, .62),
        0 0 0 7px rgba(255, 255, 255, .5);
}

.home-atlas__pin i {
    font-size: 16px;
}

.home-atlas__pin:hover,
.home-atlas__pin:focus-visible,
.home-atlas__pin.is-active {
    box-shadow:
        0 12px 28px rgba(125, 84, 11, .24),
        0 0 0 1px rgba(186, 124, 5, .72),
        0 0 0 10px rgba(223, 165, 49, .17);
}

.home-atlas__pin--fernandina { top: 24%; right: 13%; }
.home-atlas__pin--beach { top: 51%; right: 9%; }
.home-atlas__pin--ponte { right: 17%; bottom: 17%; }
.home-atlas__pin--orange { bottom: 12%; left: 27%; }

/* ---------------------------------------------------------
   PREMIUM PRICING CLOCK
   --------------------------------------------------------- */
.home-pricing-orbit__visual {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.home-pricing-orbit__clock {
    isolation: isolate;
    border: 1px solid rgba(169, 112, 18, .28);
    background:
        radial-gradient(circle at 31% 24%, rgba(255, 255, 255, .98), transparent 25%),
        radial-gradient(circle at center, #fffdf7 0 37%, #f8f4ea 37.4% 47%, #fcfcfa 47.4% 63%, #e9e8e2 63.5% 68%, #fbfaf6 68.5% 100%);
    box-shadow:
        0 28px 66px rgba(37, 37, 34, .14),
        0 0 0 8px rgba(255, 255, 255, .65),
        inset 0 0 0 9px rgba(255, 255, 255, .68),
        inset 0 0 0 10px rgba(170, 111, 15, .18),
        inset 0 -22px 42px rgba(87, 72, 44, .07);
}

.home-pricing-orbit__clock::before,
.home-pricing-orbit__clock::after {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-pricing-orbit__clock::before {
    inset: 32px;
    border: 1px solid rgba(163, 104, 8, .19);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .46);
}

.home-pricing-orbit__clock::after {
    inset: 76px;
    border: 1px solid rgba(164, 109, 18, .13);
    background: radial-gradient(circle at 36% 30%, rgba(255, 255, 255, .35), transparent 40%);
}

.home-pricing-orbit__ticks {
    z-index: 2;
    inset: 15px;
    background: repeating-conic-gradient(from -1deg, rgba(143, 91, 3, .62) 0 1.35deg, transparent 1.35deg 15deg);
}

.home-pricing-orbit__inner-ring {
    position: absolute;
    z-index: 2;
    inset: 25%;
    border: 1px solid rgba(167, 108, 10, .12);
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(199, 146, 43, .08);
    pointer-events: none;
}

.home-pricing-orbit__center {
    z-index: 6;
    border-color: rgba(168, 109, 12, .35);
    background:
        radial-gradient(circle at 35% 22%, rgba(255, 255, 255, .98), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 240, 198, .95));
    box-shadow:
        0 21px 46px rgba(48, 43, 32, .15),
        0 0 0 8px rgba(255, 255, 255, .58),
        0 0 0 9px rgba(176, 116, 17, .11),
        inset 0 1px 0 #fff;
}

.home-pricing-orbit__rotor {
    z-index: 5;
    border-color: rgba(165, 108, 16, .28);
}

.home-pricing-orbit__node > span {
    border-color: rgba(188, 145, 64, .42);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 251, 239, .96));
    box-shadow:
        0 14px 28px rgba(36, 35, 31, .13),
        inset 0 1px 0 #fff,
        inset 3px 0 0 rgba(224, 161, 39, .23);
}

.home-pricing-orbit__caption {
    position: static;
    right: auto;
    bottom: auto;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(201, 159, 79, .42);
    border-radius: 999px;
    color: #625b50;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(255, 246, 221, .95));
    box-shadow: 0 10px 25px rgba(58, 49, 34, .08), inset 0 1px 0 #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .025em;
    transform: none;
    white-space: nowrap;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-pricing-orbit__caption i:first-child {
    color: #a46700;
}

.home-pricing-orbit__caption i:last-child {
    color: #8a806f;
    font-size: 8px;
}

.home-pricing-orbit__caption:hover,
.home-pricing-orbit__caption:focus-visible {
    border-color: #d39a28;
    color: #3b352d;
    box-shadow: 0 14px 28px rgba(99, 73, 28, .12), inset 0 1px 0 #fff;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .home-atlas__body {
        grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    }

    .home-atlas__map {
        min-height: 520px;
    }

    .home-atlas__active-case {
        right: 19%;
        width: min(230px, 35%);
    }
}

@media (max-width: 991px) {
    .home-atlas__body {
        grid-template-columns: 1fr;
    }

    .home-atlas__map {
        min-height: 520px;
        border-right: 0;
        border-bottom: 1px solid #d8dad8;
    }

    .home-atlas__active-case {
        right: 21%;
        width: 230px;
    }
}

@media (max-width: 767px) {
    .home-atlas__map {
        min-height: 430px;
    }

    .home-atlas__map-label {
        top: 12px;
        right: 12px;
        left: 12px;
        min-height: 43px;
    }

    .home-atlas__map-label > small {
        font-size: 0;
    }

    .home-atlas__map-label > small::after {
        color: #78736b;
        content: "Tap an area";
        font-size: 7px;
    }

    .home-atlas__map-surface svg {
        inset: 64px 3px 52px;
        width: calc(100% - 6px);
        height: calc(100% - 116px);
    }

    .home-atlas__active-case {
        top: 69px;
        right: auto;
        left: 14px;
        width: min(210px, 58%);
        min-height: 88px;
        padding: 12px 14px;
        border-radius: 15px;
    }

    .home-atlas__active-case strong {
        margin-top: 7px;
        font-size: 17px;
    }

    .home-atlas__active-case em {
        margin-top: 7px;
    }

    .home-atlas__pin {
        width: 43px;
        height: 43px;
        border-width: 2px;
    }

    .home-atlas__pin--fernandina { top: 29%; right: 12%; }
    .home-atlas__pin--beach { top: 55%; right: 7%; }
    .home-atlas__pin--ponte { right: 15%; bottom: 14%; }
    .home-atlas__pin--orange { bottom: 12%; left: 24%; }

    .home-pricing-orbit__visual {
        gap: 15px;
    }

    .home-pricing-orbit__caption {
        max-width: 100%;
        min-height: 36px;
        justify-content: center;
        padding: 8px 12px;
        font-size: 8px;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .home-atlas__map {
        min-height: 395px;
    }

    .home-atlas__active-case {
        width: min(190px, 61%);
    }

    .home-pricing-orbit__clock {
        width: min(100%, 330px);
    }

    .home-pricing-orbit__clock::before { inset: 25px; }
    .home-pricing-orbit__clock::after { inset: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-pricing-orbit__rotor,
    .home-pricing-orbit__node > span {
        animation: none !important;
    }
}
