:root {
    --hali-ink: #10201c;
    --hali-muted: #60716c;
    --hali-green: #0f766e;
    --hali-deep: #092f35;
    --hali-sky: #0ea5e9;
    --hali-mint: #ccfbf1;
    --hali-soft: #f5fbfa;
    --hali-white: #ffffff;
    --hali-border: rgba(15, 118, 110, 0.16);
    --hali-action-bg:
        radial-gradient(circle at 18% 10%, rgba(14, 165, 233, 0.24), transparent 30%),
        linear-gradient(135deg, #071f27, #0b3b42 58%, #0f766e);
    --hali-gold: #f3c96b;
    --hali-champagne: #fff2c6;
    --hali-night: #101828;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--hali-ink);
    background: var(--hali-soft);
}

a { transition: 0.2s ease; }

.hali-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    padding: 14px 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 253, 250, 0.86)),
        rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(15, 118, 110, 0.14);
    box-shadow: 0 16px 44px rgba(9, 47, 53, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
}

.hali-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.14), transparent 28%, rgba(15, 118, 110, 0.12));
    opacity: 0.55;
}

.hali-mobile-menu {
    display: none;
}

.hali-nav-inner,
.hali-nav-actions,
.hali-language,
.hali-actions,
.hali-footer-inner,
.hali-socials,
.hali-nav-socials {
    display: flex;
    align-items: center;
}

.hali-nav-inner {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    gap: 20px;
}

.hali-brand {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--hali-ink);
    text-decoration: none;
    padding: 9px 16px 9px 12px;
    border-radius: 14px;
    background: var(--hali-action-bg);
    border: 1px solid rgba(204, 251, 241, 0.24);
    box-shadow: 0 14px 34px rgba(9, 47, 53, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hali-brand::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -45%;
    width: 38%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.65s ease;
}

.hali-brand::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hali-brand:hover {
    transform: translateY(-1px);
    border-color: rgba(125, 211, 252, 0.48);
    box-shadow: 0 18px 42px rgba(9, 47, 53, 0.28), 0 0 0 4px rgba(14, 165, 233, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hali-brand:hover::before {
    left: 112%;
}

.hali-brand img {
    position: relative;
    z-index: 1;
    width: 190px;
    height: 58px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.24));
}

.hali-brand strong {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hali-nav-links {
    display: flex;
    gap: 8px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(15, 118, 110, 0.09);
}

.hali-nav-links a,
.hali-language a,
.hali-call {
    color: #31514d;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
}

.hali-nav-links a {
    position: relative;
    padding: 9px 13px;
    border-radius: 999px;
}

.hali-nav-links a:hover,
.hali-language a:hover {
    color: var(--hali-green);
}

.hali-nav-links a:hover {
    background: rgba(204, 251, 241, 0.72);
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.hali-nav-actions {
    gap: 10px;
}

.hali-language {
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(15, 118, 110, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(9, 47, 53, 0.06);
}

.hali-language a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 999px;
    line-height: 1;
}

.hali-language img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.14);
}

.hali-language span {
    font-size: 0.78rem;
}

.hali-language a.active {
    color: #ffffff;
    background: var(--hali-action-bg);
    box-shadow: 0 10px 20px rgba(15, 118, 110, 0.22);
}

.hali-language a.active img {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 5px 12px rgba(9, 47, 53, 0.18);
}

.hali-call {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    box-shadow: 0 14px 30px rgba(14, 165, 233, 0.22), 0 7px 16px rgba(15, 118, 110, 0.18);
}

@media (max-width: 1400px) {
    .hali-brand img {
        width: 172px;
        height: 54px;
    }

    .hali-nav-links a {
        padding: 9px 11px;
        font-size: 0.86rem;
    }

    .hali-call {
        padding: 11px 14px;
        font-size: 0.84rem;
    }

    .hali-nav-socials a {
        width: 39px;
        height: 39px;
    }
}

.hali-call-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: var(--hali-green);
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(9, 47, 53, 0.16);
}

.hali-call-icon svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.hali-call::before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -55%;
    width: 42%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transition: left 0.55s ease;
}

.hali-call:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(14, 165, 233, 0.28), 0 9px 20px rgba(15, 118, 110, 0.22);
}

.hali-call:hover::before {
    left: 112%;
}

.hali-nav-socials {
    gap: 7px;
}

.hali-nav-socials a,
.hali-mobile-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--hali-action-bg);
    border: 1px solid rgba(204, 251, 241, 0.2);
    box-shadow: 0 12px 24px rgba(9, 47, 53, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hali-nav-socials a:hover,
.hali-mobile-socials a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(9, 47, 53, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hali-nav-socials img,
.hali-mobile-socials img {
    width: 19px;
    height: 19px;
    filter: brightness(0) invert(1);
}

.hali-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--hali-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 24px rgba(9, 47, 53, 0.08);
}

.hali-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: var(--hali-ink);
}

.hali-hero {
    position: relative;
    min-height: 82vh;
    background: var(--hali-deep);
}

.hali-brand-strip {
    position: absolute;
    z-index: 14;
    left: 50%;
    top: 118px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(92vw, 980px);
    padding: 9px 18px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(7, 31, 39, 0.48);
    border: 1px solid rgba(204, 251, 241, 0.2);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    pointer-events: none;
}

.hali-brand-strip span {
    display: inline-block;
    opacity: 0;
    transform: translateY(8px);
    font-size: clamp(0.8rem, 1.4vw, 1.08rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    animation: haliLetterLoop 5s ease infinite;
    animation-delay: calc(var(--i) * 0.055s);
}

.hali-strip-space {
    width: 1.05em;
}

@keyframes haliLetterLoop {
    0%,
    5% {
        opacity: 0;
        transform: translateY(8px);
    }

    16%,
    78% {
        opacity: 1;
        transform: translateY(0);
    }

    92%,
    100% {
        opacity: 0;
        transform: translateY(-4px);
    }
}

.hali-slider,
.hali-slide {
    position: relative;
    min-height: 82vh;
}

.hali-slide {
    display: none;
    align-items: center;
    padding: 118px 0 74px;
    overflow: hidden;
    color: #ffffff;
}

.hali-slide.active {
    display: flex;
}

.hali-slide-media,
.hali-slide-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hali-slide-media {
    object-fit: cover;
    object-position: center;
}

.hali-slide-overlay {
    background:
        linear-gradient(90deg, rgba(6, 30, 32, 0.86) 0%, rgba(6, 30, 32, 0.56) 48%, rgba(6, 30, 32, 0.18) 100%),
        linear-gradient(0deg, rgba(6, 30, 32, 0.35), rgba(6, 30, 32, 0.1));
}

.hali-slide-overlay:not(.dark) {
    background: linear-gradient(90deg, rgba(6, 30, 32, 0.72), rgba(6, 30, 32, 0.2));
}

.hali-slide-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hali-eyebrow,
.hali-section-head span,
.hali-contact-box > div > span,
.hali-areas span,
.hali-gallery-grid span,
.hali-before-after-head span {
    display: inline-flex;
    color: var(--hali-mint);
    font-weight: 900;
    margin-bottom: 14px;
}

.hali-section-head span,
.hali-contact-box > div > span,
.hali-areas span,
.hali-gallery-grid span,
.hali-before-after-head span {
    color: var(--hali-green);
}

.hali-eyebrow.dark {
    color: var(--hali-mint);
}

.hali-slide h1,
.hali-section-head h2,
.hali-promotions h2,
.hali-member h2,
.hali-areas h2,
.hali-contact-box h2 {
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
}

.hali-slide h1 {
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    margin: 0 0 22px;
}

.hali-title-mobile {
    display: none;
}

.hali-hero-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.02rem, 1.7vw, 1.22rem);
    line-height: 1.65;
    margin: 0;
}

.hali-hero-small {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.7;
    margin: 14px 0 0;
}

.hali-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hali-btn-primary,
.hali-btn-glass {
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 900;
}

.hali-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--hali-green), var(--hali-sky));
    border: 0;
    box-shadow: 0 16px 34px rgba(15, 118, 110, 0.3);
}

.hali-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.hali-btn-glass {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.hali-btn-glass:hover {
    color: var(--hali-ink);
    background: #ffffff;
}

.hali-slider-controls {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.hali-slider-controls button {
    width: 42px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

.hali-slider-controls button.active {
    background: #ffffff;
}

.hali-slider-arrow {
    position: absolute;
    z-index: 13;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(9, 47, 53, 0.28);
    backdrop-filter: blur(8px);
    font-size: 3rem;
    line-height: 1;
    display: grid;
    place-items: center;
}

.hali-slider-arrow:hover,
.hali-slider-arrow:focus {
    background: rgba(9, 47, 53, 0.58);
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 2px;
}

.hali-slider-arrow-prev {
    left: 18px;
}

.hali-slider-arrow-next {
    right: 18px;
}

.hali-message-wrap {
    margin-top: 24px;
}

.hali-message {
    padding: 14px 18px;
    border-radius: 8px;
    color: #065f46;
    background: #d1fae5;
    font-weight: 800;
}

.hali-trust {
    padding: 34px 0 36px;
    background:
        linear-gradient(180deg, rgba(245, 251, 250, 0.2), var(--hali-soft) 42%),
        var(--hali-soft);
}

.hali-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.hali-trust-grid div {
    position: relative;
    overflow: hidden;
    min-height: 126px;
    padding: 22px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    column-gap: 15px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.88));
    border: 1px solid rgba(15, 118, 110, 0.13);
    box-shadow: 0 18px 50px rgba(16, 32, 28, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hali-trust-grid div::after {
    content: "";
    position: absolute;
    right: -28px;
    top: -34px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.1);
}

.hali-trust-grid div::before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -55%;
    width: 42%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    transition: left 0.65s ease;
    z-index: 2;
    pointer-events: none;
}

.hali-trust-grid div:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: 0 24px 64px rgba(16, 32, 28, 0.12);
}

.hali-trust-grid div:hover::before {
    left: 112%;
}

.hali-trust-grid strong,
.hali-trust-grid small {
    display: block;
    grid-column: 2;
}

.hali-trust-grid strong {
    position: relative;
    z-index: 1;
    font-size: 1.08rem;
    line-height: 1.2;
    margin-top: 0;
    align-self: end;
}

.hali-trust-grid small {
    position: relative;
    z-index: 1;
    color: var(--hali-muted);
    margin-top: 6px;
    font-weight: 700;
    line-height: 1.45;
    align-self: start;
}

.hali-trust-icon {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: var(--hali-action-bg);
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(9, 47, 53, 0.18);
}

.hali-trust-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.hali-section,
.hali-promotions,
.hali-gallery,
.hali-member,
.hali-areas,
.hali-contact {
    padding: 92px 0;
}

.hali-section {
    background: #ffffff;
}

.hali-section-divider {
    --divider-line: rgba(12, 118, 109, 0.34);
    --divider-line-deep: rgba(4, 47, 46, 0.58);
    --divider-ring: rgba(4, 47, 46, 0.68);
    --divider-ring-soft: rgba(4, 47, 46, 0.22);
    --divider-ring-faint: rgba(20, 184, 166, 0.12);
    --divider-glow: rgba(20, 184, 166, 0.18);
    --divider-medallion: linear-gradient(145deg, #063f3c, #0f766e 58%, #14b8a6);
    --divider-pattern: rgba(209, 250, 229, 0.92);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 52%, var(--divider-glow), transparent 29%),
        #ffffff;
}

.hali-section-divider::before,
.hali-section-divider::after {
    content: "";
    width: min(35vw, 390px);
    height: 8px;
    background:
        linear-gradient(90deg, transparent, var(--divider-line), var(--divider-line-deep)),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7));
    filter: drop-shadow(0 8px 12px rgba(9, 47, 53, 0.06));
}

.hali-section-divider::before {
    clip-path: polygon(0 47%, 100% 0, 100% 100%, 0 53%);
}

.hali-section-divider::after {
    background:
        linear-gradient(270deg, transparent, var(--divider-line), var(--divider-line-deep)),
        linear-gradient(270deg, transparent, rgba(255, 255, 255, 0.7));
    clip-path: polygon(0 0, 100% 47%, 100% 53%, 0 100%);
}

.hali-section-divider span {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.34), transparent 23%),
        var(--divider-medallion);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 18px 42px rgba(9, 47, 53, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hali-section-divider span::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background:
        linear-gradient(45deg, transparent 41%, var(--divider-pattern) 42% 48%, transparent 49%),
        linear-gradient(-45deg, transparent 41%, var(--divider-pattern) 42% 48%, transparent 49%),
        linear-gradient(90deg, transparent 30%, rgba(255, 255, 255, 0.34) 31% 35%, transparent 36% 64%, rgba(255, 255, 255, 0.34) 65% 69%, transparent 70%);
    background-size: 12px 12px, 12px 12px, 100% 100%;
    background-position: center;
    box-shadow:
        0 0 0 1px rgba(209, 250, 229, 0.34),
        0 10px 22px rgba(4, 47, 46, 0.24);
}

.hali-section-divider span::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid var(--divider-ring-soft);
    border-top-color: var(--divider-ring);
    border-right-color: var(--divider-ring-faint);
    box-shadow: 0 0 18px var(--divider-glow);
    animation: haliDividerOrbit 5.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.hali-section-divider.ocean {
    --divider-line: rgba(14, 165, 233, 0.32);
    --divider-line-deep: rgba(12, 74, 110, 0.62);
    --divider-ring: rgba(12, 74, 110, 0.76);
    --divider-ring-soft: rgba(12, 74, 110, 0.24);
    --divider-ring-faint: rgba(14, 165, 233, 0.12);
    --divider-glow: rgba(14, 165, 233, 0.16);
    --divider-medallion: linear-gradient(145deg, #073b4c, #0ea5e9 56%, #67e8f9);
    --divider-pattern: rgba(224, 242, 254, 0.94);
}

.hali-section-divider.rose {
    --divider-line: rgba(244, 114, 182, 0.28);
    --divider-line-deep: rgba(157, 23, 77, 0.5);
    --divider-ring: rgba(157, 23, 77, 0.68);
    --divider-ring-soft: rgba(157, 23, 77, 0.22);
    --divider-ring-faint: rgba(244, 114, 182, 0.12);
    --divider-glow: rgba(244, 114, 182, 0.15);
    --divider-medallion: linear-gradient(145deg, #4a1630, #be185d 54%, #f9a8d4);
    --divider-pattern: rgba(252, 231, 243, 0.95);
}

.hali-section-divider.champagne {
    --divider-line: rgba(232, 177, 76, 0.32);
    --divider-line-deep: rgba(120, 72, 25, 0.62);
    --divider-ring: rgba(120, 72, 25, 0.76);
    --divider-ring-soft: rgba(120, 72, 25, 0.24);
    --divider-ring-faint: rgba(232, 177, 76, 0.14);
    --divider-glow: rgba(232, 177, 76, 0.22);
    --divider-medallion: linear-gradient(145deg, #211833, #6f4b24 52%, #c89345);
    --divider-pattern: rgba(255, 224, 161, 0.9);
}

.hali-section-divider.violet {
    --divider-line: rgba(167, 139, 250, 0.28);
    --divider-line-deep: rgba(76, 29, 149, 0.52);
    --divider-ring: rgba(76, 29, 149, 0.72);
    --divider-ring-soft: rgba(76, 29, 149, 0.22);
    --divider-ring-faint: rgba(167, 139, 250, 0.12);
    --divider-glow: rgba(167, 139, 250, 0.15);
    --divider-medallion: linear-gradient(145deg, #25164d, #7c3aed 54%, #c4b5fd);
    --divider-pattern: rgba(237, 233, 254, 0.95);
}

@keyframes haliDividerOrbit {
    0% {
        transform: rotate(0deg) scale(0.96);
        opacity: 0.72;
    }
    50% {
        transform: rotate(180deg) scale(1.04);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg) scale(0.96);
        opacity: 0.72;
    }
}

.hali-services-showcase {
    position: relative;
    overflow: hidden;
    background: #071f27;
}

.hali-services-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(7, 31, 39, 0.92), rgba(15, 118, 110, 0.74)),
        url("https://lh3.googleusercontent.com/utPJHQ0VqyiKLhZrQ8SY2xP9tqAdG3NeOf8Rr8hTuKSl-a4OoDv9UIhQnjmuvPcY8Qd2SMrsj0gERomaEMutVxIhln0y7Q9XeZXS=l80-w1500-e365") center / cover;
    filter: saturate(1.1);
}

.hali-services-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 16% 24%, rgba(14, 165, 233, 0.22), transparent 30%),
        radial-gradient(circle at 88% 15%, rgba(204, 251, 241, 0.14), transparent 26%);
    pointer-events: none;
}

.hali-services-showcase .container {
    position: relative;
    z-index: 1;
}

.hali-services-showcase .hali-section-head {
    color: #ffffff;
}

.hali-services-showcase .hali-section-head span {
    color: var(--hali-mint);
}

.hali-services-showcase .hali-section-head h2 {
    max-width: 900px;
}

.hali-service-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 0;
}

.hali-service-feature {
    position: relative;
    overflow: hidden;
    display: grid;
    min-height: 100%;
    border-radius: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(204, 251, 241, 0.18);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hali-service-feature::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -55%;
    z-index: 3;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
}

.hali-service-feature:hover {
    transform: translateY(-8px);
    border-color: rgba(204, 251, 241, 0.34);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(14, 165, 233, 0.08);
}

.hali-service-feature:hover::before {
    left: 112%;
}

.hali-service-feature-media {
    position: relative;
    overflow: hidden;
}

.hali-service-feature-media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
    transition: transform 0.45s ease;
}

.hali-service-feature-3 .hali-service-feature-media img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.hali-service-feature-3 .hali-service-feature-media {
    background:
        radial-gradient(circle at center, rgba(204, 251, 241, 0.14), transparent 46%),
        linear-gradient(135deg, rgba(7, 31, 39, 0.92), rgba(15, 118, 110, 0.72));
}

.hali-service-feature:hover .hali-service-feature-media img {
    transform: scale(1.12);
}

.hali-service-feature.hali-service-feature-3:hover .hali-service-feature-media img {
    transform: scale(1.12);
}

.hali-service-feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 31, 39, 0.86));
}

.hali-service-feature-body {
    padding: 24px;
}

.hali-service-feature-body h3 {
    font-size: 1.42rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.hali-service-feature-body p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 18px;
}

.hali-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.hali-service-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    color: #dffcf5;
    background: rgba(204, 251, 241, 0.12);
    border: 1px solid rgba(204, 251, 241, 0.16);
    font-size: 0.78rem;
    font-weight: 800;
}

.hali-service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(9, 47, 53, 0.2);
}

.hali-service-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.hali-section-head {
    max-width: 780px;
    margin-bottom: 44px;
}

.hali-section-head.light {
    color: #ffffff;
}

.hali-section-head.light span {
    color: var(--hali-mint);
}

.hali-section-head h2,
.hali-promotions h2,
.hali-member h2,
.hali-areas h2,
.hali-contact-box h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.hali-card,
.hali-promo-card,
.hali-process article,
.hali-review,
.hali-contact-box {
    border-radius: 8px;
    border: 1px solid var(--hali-border);
    box-shadow: 0 18px 55px rgba(16, 32, 28, 0.06);
}

.hali-card {
    height: 100%;
    padding: 28px;
    background: var(--hali-soft);
}

.hali-service-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hali-card > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 8px;
    color: var(--hali-green);
    background: var(--hali-mint);
    font-weight: 900;
}

.hali-card h3,
.hali-promo-card h3,
.hali-process h3,
.hali-gallery-grid h3,
.hali-review h3 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.hali-card p,
.hali-promo-card p,
.hali-process p,
.hali-gallery-grid p,
.hali-review p,
.hali-member p,
.hali-contact-box p {
    color: var(--hali-muted);
    line-height: 1.75;
}

.hali-card a,
.hali-promo-card a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--hali-green);
    font-weight: 900;
    text-decoration: none;
}

.hali-promotions,
.hali-member {
    color: #ffffff;
    background: linear-gradient(135deg, #0f766e, #092f35);
}

.hali-promotions {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(243, 201, 107, 0.28), transparent 28%),
        radial-gradient(circle at 82% 15%, rgba(255, 242, 198, 0.18), transparent 24%),
        linear-gradient(135deg, #080d18 0%, #101828 48%, #1f2937 100%);
}

.hali-promotions::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 242, 198, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 242, 198, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hali-promotions .container {
    position: relative;
    z-index: 1;
}

.hali-promo-stage {
    display: grid;
    grid-template-columns: 0.82fr 1.2fr 0.86fr;
    gap: 24px;
    align-items: stretch;
}

.hali-promo-stage-copy {
    align-self: center;
}

.hali-promo-stage-copy > span,
.hali-promo-badge,
.hali-promo-mini > span {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    color: #3d2a05;
    background: linear-gradient(135deg, var(--hali-champagne), var(--hali-gold));
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(243, 201, 107, 0.16);
}

.hali-promo-stage-copy h2 {
    max-width: 440px;
    margin: 18px 0 18px;
    font-size: clamp(2.2rem, 4.6vw, 4.3rem);
    font-weight: 900;
    line-height: 0.98;
}

.hali-promo-stage-copy p,
.hali-promo-spotlight p,
.hali-promo-mini p,
.hali-member p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.hali-promo-spotlight {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 24px;
    background:
        radial-gradient(circle at 70% 16%, rgba(243, 201, 107, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 242, 198, 0.06));
    border: 1px solid rgba(243, 201, 107, 0.32);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34), 0 0 0 4px rgba(243, 201, 107, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px) saturate(150%);
}

.hali-promo-spotlight::before,
.hali-promo-mini::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -60%;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 242, 198, 0.42), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
}

.hali-promo-spotlight:hover::before,
.hali-promo-mini:hover::before {
    left: 112%;
}

.hali-promo-orbit {
    position: absolute;
    inset: 28px 28px auto auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid rgba(243, 201, 107, 0.26);
    background:
        radial-gradient(circle, rgba(255, 242, 198, 0.22), transparent 58%),
        conic-gradient(from 0deg, transparent, rgba(243, 201, 107, 0.64), transparent, rgba(255, 242, 198, 0.5), transparent);
    filter: blur(0.2px);
    animation: haliOrbit 8s linear infinite;
    opacity: 0.72;
}

@keyframes haliOrbit {
    to {
        transform: rotate(360deg);
    }
}

.hali-promo-spotlight h3 {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 22px 0 14px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
}

.hali-promo-spotlight p,
.hali-promo-badge,
.hali-promo-meta,
.hali-promo-spotlight a {
    position: relative;
    z-index: 1;
}

.hali-promo-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 24px;
}

.hali-promo-meta span {
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--hali-champagne);
    background: rgba(243, 201, 107, 0.1);
    border: 1px solid rgba(243, 201, 107, 0.18);
    font-size: 0.82rem;
    font-weight: 850;
}

.hali-promo-spotlight a,
.hali-promo-mini a {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 999px;
    color: #1f2937;
    background: linear-gradient(135deg, var(--hali-champagne), var(--hali-gold));
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(243, 201, 107, 0.2);
}

.hali-promo-spotlight a:hover,
.hali-promo-mini a:hover {
    color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(243, 201, 107, 0.28);
}

.hali-promo-side {
    display: grid;
    gap: 16px;
}

.hali-promo-mini {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(243, 201, 107, 0.18);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.hali-promo-mini.accent {
    background:
        radial-gradient(circle at top right, rgba(243, 201, 107, 0.2), transparent 38%),
        rgba(255, 255, 255, 0.12);
}

.hali-promo-mini h3 {
    margin: 16px 0 10px;
    font-size: 1.25rem;
    font-weight: 900;
}

.hali-promo-mini p {
    font-size: 0.95rem;
}

.hali-process-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 252, 0.95)),
        repeating-linear-gradient(45deg, rgba(14, 165, 233, 0.055) 0 2px, transparent 2px 16px),
        repeating-linear-gradient(-45deg, rgba(20, 184, 166, 0.045) 0 2px, transparent 2px 18px),
        #f6fbfc;
}

.hali-process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(14, 165, 233, 0.13), transparent 28%),
        radial-gradient(circle at 78% 84%, rgba(139, 92, 246, 0.1), transparent 30%);
    background-size: auto;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
    pointer-events: none;
}

.hali-process-section::after {
    content: "";
    position: absolute;
    right: -14vw;
    top: 12%;
    width: 42vw;
    height: 42vw;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12), transparent 66%);
    pointer-events: none;
}

.hali-process-section .container {
    position: relative;
    z-index: 1;
}

.hali-process-section .hali-section-head {
    max-width: 640px;
    margin-bottom: 52px;
}

.hali-process-section .hali-section-head span {
    color: #0369a1;
}

.hali-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hali-process::before {
    content: "";
    position: absolute;
    left: 9%;
    right: 9%;
    top: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0ea5e9, #14b8a6, #f59e0b, #8b5cf6);
    box-shadow: 0 10px 28px rgba(14, 165, 233, 0.2);
}

.hali-process article {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    padding: 96px 24px 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 255, 0.78));
    border: 1px solid rgba(14, 165, 233, 0.16);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(8, 47, 73, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hali-process article::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -58%;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    transition: left 0.65s ease;
    pointer-events: none;
}

.hali-process article::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 116px;
    height: 116px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.14), transparent 68%);
}

.hali-process article:hover {
    transform: translateY(-8px);
    border-color: rgba(14, 165, 233, 0.34);
    box-shadow: 0 30px 78px rgba(8, 47, 73, 0.13);
}

.hali-process article:hover::before {
    left: 112%;
}

.hali-process strong {
    position: absolute;
    left: 24px;
    top: 22px;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(145deg, #075985, #0ea5e9);
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hali-process-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #075985;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
        linear-gradient(145deg, rgba(224, 242, 254, 0.96), rgba(186, 230, 253, 0.58));
    border: 1px solid rgba(14, 165, 233, 0.16);
    box-shadow: 0 14px 30px rgba(8, 47, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hali-process-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.hali-process h3,
.hali-process p {
    position: relative;
    z-index: 1;
}

.hali-process article:nth-child(2) strong {
    background: linear-gradient(145deg, #0f766e, #14b8a6);
}

.hali-process article:nth-child(2) .hali-process-icon {
    color: #0f766e;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
        linear-gradient(145deg, rgba(204, 251, 241, 0.96), rgba(153, 246, 228, 0.58));
}

.hali-process article:nth-child(3) strong {
    background: linear-gradient(145deg, #92400e, #f59e0b);
}

.hali-process article:nth-child(3) .hali-process-icon {
    color: #92400e;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
        linear-gradient(145deg, rgba(254, 243, 199, 0.96), rgba(253, 230, 138, 0.62));
}

.hali-process article:nth-child(4) strong {
    background: linear-gradient(145deg, #5b21b6, #8b5cf6);
}

.hali-process article:nth-child(4) .hali-process-icon {
    color: #5b21b6;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
        linear-gradient(145deg, rgba(237, 233, 254, 0.96), rgba(221, 214, 254, 0.64));
}

.hali-gallery,
.hali-quality {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(20, 184, 166, 0.13), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(14, 165, 233, 0.14), transparent 24%),
        linear-gradient(180deg, #ffffff, #f3fbfa);
}

.hali-quality::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(15, 118, 110, 0.045) 0 1px, transparent 1px 22px),
        repeating-linear-gradient(0deg, rgba(14, 165, 233, 0.035) 0 1px, transparent 1px 22px);
    opacity: 0.7;
    pointer-events: none;
}

.hali-quality .container {
    position: relative;
    z-index: 1;
}

.hali-quality-layout {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 28px;
    align-items: stretch;
}

.hali-quality-cards {
    display: grid;
    gap: 16px;
}

.hali-quality-card {
    position: relative;
    overflow: hidden;
    min-height: 172px;
    padding: 24px 24px 24px 92px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 118, 110, 0.13);
    box-shadow: 0 22px 60px rgba(9, 47, 53, 0.08);
    backdrop-filter: blur(14px) saturate(145%);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hali-quality-card::after {
    content: "";
    position: absolute;
    inset: 0 0 0 42%;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.4) 42%, rgba(255, 255, 255, 0.14)),
        url("https://lh3.googleusercontent.com/UZST-dv83mdzADPbrVavLXGfI2_oJsW9KFPBby_dRbOsppOlW0y7YAdj9Mgsu2EMalsF1QPCYq1c0FB46xlfx1tSo25E_8MYMaQ=l80-w1500-e365") right center / cover;
    filter: blur(1.5px) saturate(1.04);
    opacity: 0.42;
    pointer-events: none;
}

.hali-quality-card:nth-child(2)::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.42) 42%, rgba(255, 255, 255, 0.16)),
        url("../img/hali/before-after-chair-tight.jpg") right center / cover;
}

.hali-quality-card:nth-child(3)::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.42) 42%, rgba(255, 255, 255, 0.16)),
        url("https://lh3.googleusercontent.com/SmEf_tb2NSkGntSPZxkAJoOPWCrq2WCuS2C8SMNm39fvOjhHiD0opEWzCx1V6hO3eo3xtWMn87mM9oOLOlonD6OwYMfGNc2Xv4NG=l80-w1500-e365") right center / cover;
}

.hali-quality-card::before,
.hali-before-after::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -58%;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
}

.hali-quality-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 28px 78px rgba(9, 47, 53, 0.12);
}

.hali-quality-card:hover::before,
.hali-before-after:hover::before {
    left: 112%;
}

.hali-quality-icon {
    position: absolute;
    left: 24px;
    top: 26px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(145deg, #075985, #0ea5e9);
    box-shadow: 0 14px 30px rgba(14, 165, 233, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hali-quality-icon.amber {
    background: linear-gradient(145deg, #92400e, #f59e0b);
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hali-quality-icon.violet {
    background: linear-gradient(145deg, #5b21b6, #8b5cf6);
    box-shadow: 0 14px 30px rgba(139, 92, 246, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hali-quality-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.hali-quality-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-size: 1.18rem;
    font-weight: 900;
}

.hali-quality-card p {
    position: relative;
    z-index: 1;
    color: var(--hali-muted);
    line-height: 1.7;
}

.hali-before-after {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 24px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(7, 31, 39, 0.94), rgba(15, 118, 110, 0.88));
    border: 1px solid rgba(204, 251, 241, 0.22);
    box-shadow: 0 28px 90px rgba(9, 47, 53, 0.24);
}

.hali-before-after-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #ffffff;
}

.hali-before-after-head span,
.hali-quality-slide div span {
    color: var(--hali-mint);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.hali-before-after-frame {
    position: relative;
    overflow: hidden;
    min-height: 490px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 44%, rgba(204, 251, 241, 0.14), transparent 46%),
        rgba(255, 255, 255, 0.08);
}

.hali-quality-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(7%);
    transition: opacity 0.42s ease, transform 0.42s ease;
    pointer-events: none;
}

.hali-quality-slide.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.hali-quality-slide img,
.hali-quality-slide video {
    width: 100%;
    height: 100%;
    min-height: 490px;
    object-fit: contain;
    object-position: center center;
    display: block;
    background: rgba(7, 31, 39, 0.78);
}

.hali-quality-controls {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
}

.hali-quality-controls > button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(204, 251, 241, 0.22);
    font-size: 1.7rem;
    line-height: 1;
}

.hali-quality-controls > button:hover,
.hali-quality-controls > button:focus {
    background: rgba(255, 255, 255, 0.22);
    outline: 2px solid rgba(204, 251, 241, 0.42);
    outline-offset: 2px;
}

.hali-quality-controls div {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.hali-quality-controls div button {
    width: 32px;
    height: 5px;
    border-radius: 999px;
    background: rgba(204, 251, 241, 0.28);
    border: 0;
}

.hali-quality-controls div button.active {
    background: var(--hali-mint);
}

.hali-member {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(250, 204, 21, 0.2), transparent 26%),
        radial-gradient(circle at 85% 18%, rgba(14, 165, 233, 0.2), transparent 24%),
        linear-gradient(135deg, #111827 0%, #132f35 52%, #071f27 100%);
}

.hali-member::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 24px),
        linear-gradient(30deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.hali-member .container {
    position: relative;
    z-index: 1;
}

.hali-member-shell {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
    align-items: center;
}

.hali-member-copy h2 {
    max-width: 560px;
    margin-bottom: 18px;
}

.hali-member-copy p {
    max-width: 560px;
}

.hali-member-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 24px;
    padding: 13px 20px;
    border-radius: 999px;
    color: #102018;
    background: linear-gradient(135deg, #fef3c7, #facc15 58%, #f59e0b);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(250, 204, 21, 0.22);
}

.hali-member-cta::before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -60%;
    width: 45%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
    transition: left 0.6s ease;
}

.hali-member-cta:hover::before {
    left: 112%;
}

.hali-member-panel {
    position: relative;
    display: grid;
    gap: 16px;
}

.hali-google-card,
.hali-member-list article {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px) saturate(145%);
}

.hali-google-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: center;
    padding: 24px;
}

.hali-google-card::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -54px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: conic-gradient(from 20deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
    filter: blur(10px);
    opacity: 0.22;
}

.hali-google-mark {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.hali-google-mark b {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hali-google-card h3,
.hali-member-list h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-size: 1.16rem;
    font-weight: 900;
}

.hali-google-card p,
.hali-member-list p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.62;
}

.hali-member-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hali-member-list article {
    min-height: 230px;
    padding: 22px;
}

.hali-member-list article::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -60%;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transition: left 0.65s ease;
}

.hali-member-list article:hover::before {
    left: 112%;
}

.hali-member-mini-icon {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #3d2a05;
    background: linear-gradient(145deg, #fef3c7, #facc15);
    box-shadow: 0 14px 28px rgba(250, 204, 21, 0.2);
}

.hali-member-mini-icon.teal {
    color: #ffffff;
    background: linear-gradient(145deg, #0f766e, #14b8a6);
}

.hali-member-mini-icon.violet {
    color: #ffffff;
    background: linear-gradient(145deg, #5b21b6, #8b5cf6);
}

.hali-member-mini-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

#reviews {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(20, 184, 166, 0.12), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(139, 92, 246, 0.1), transparent 24%),
        linear-gradient(180deg, #ffffff, #f4fbfa);
}

#reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(15, 118, 110, 0.04) 0 1px, transparent 1px 24px),
        repeating-linear-gradient(0deg, rgba(14, 165, 233, 0.03) 0 1px, transparent 1px 24px);
    pointer-events: none;
}

#reviews .container {
    position: relative;
    z-index: 1;
}

.hali-review-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    max-width: none;
}

.hali-review-add {
    position: relative;
    overflow: hidden;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    border: 0;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(9, 47, 53, 0.16);
}

.hali-review-add::before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -60%;
    width: 45%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
    transition: left 0.6s ease;
}

.hali-review-add:hover::before {
    left: 112%;
}

.hali-review-slider {
    position: relative;
}

.hali-review-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 2px 22px;
    scrollbar-width: thin;
}

.hali-review-item {
    flex: 0 0 min(390px, 86vw);
    scroll-snap-align: start;
}

.hali-review {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 28px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.12), transparent 26%),
        linear-gradient(145deg, #ffffff, #f4fbfa);
    border: 1px solid rgba(15, 118, 110, 0.12);
    box-shadow: 0 22px 60px rgba(9, 47, 53, 0.08);
}

.hali-stars {
    color: #f59e0b;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.hali-review-lang,
.hali-review-translation span {
    display: inline-flex;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(204, 251, 241, 0.72);
    font-size: 0.72rem;
    font-weight: 900;
}

.hali-review h3,
.hali-review-translation h4 {
    margin: 10px 0 8px;
    font-size: 1.16rem;
    font-weight: 900;
}

.hali-review p {
    color: var(--hali-muted);
    line-height: 1.7;
}

.hali-review-translation {
    margin-top: 16px;
    padding: 0 0 0 14px;
    border-left: 3px solid rgba(15, 118, 110, 0.36);
    color: var(--hali-muted);
}

.hali-review-translation span {
    margin-bottom: 6px;
    padding: 0;
    color: #0f766e;
    background: transparent;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hali-review-translation p {
    margin: 0;
    font-size: 0.94rem;
}

.hali-review-translation p strong {
    display: inline;
    color: var(--hali-ink);
    margin: 0 4px 0 0;
}

.hali-review > strong {
    display: block;
    color: var(--hali-green);
    margin-top: 18px;
}

.hali-review-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.hali-review-controls span {
    min-width: 56px;
    color: var(--hali-muted);
    font-size: 0.88rem;
    font-weight: 900;
    text-align: center;
}

.hali-review-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    border: 0;
    font-size: 1.7rem;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(9, 47, 53, 0.18);
}

.hali-review-controls button:hover,
.hali-review-controls button:focus {
    outline: 2px solid rgba(15, 118, 110, 0.24);
    outline-offset: 2px;
}

.hali-review-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    place-items: center;
    padding: 22px;
}

.hali-review-modal.open {
    display: grid;
}

.hali-review-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 39, 0.64);
    backdrop-filter: blur(8px);
}

.hali-review-modal-box {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    padding: 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.16), transparent 28%),
        #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.hali-review-modal-box > button {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    color: var(--hali-ink);
    background: rgba(15, 118, 110, 0.08);
    font-size: 1.4rem;
    line-height: 1;
}

.hali-review-modal-box .hali-google-mark {
    margin-bottom: 18px;
}

.hali-review-modal-box h3 {
    margin-bottom: 10px;
    font-weight: 900;
}

.hali-review-modal-box p {
    color: var(--hali-muted);
    line-height: 1.7;
}

.hali-review-modal-box a {
    display: inline-flex;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    text-decoration: none;
    font-weight: 900;
}

.hali-areas {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 72% 26%, rgba(20, 184, 166, 0.26), transparent 30%),
        radial-gradient(circle at 18% 78%, rgba(14, 165, 233, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(7, 31, 39, 0.96), rgba(9, 47, 53, 0.94)),
        url("../img/hali/hero-carpet-cleaning.png") center / cover;
}

.hali-areas::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(204, 251, 241, 0.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(204, 251, 241, 0.045) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    pointer-events: none;
}

.hali-areas .container {
    position: relative;
    z-index: 1;
}

.hali-areas-layout {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 42px;
    align-items: center;
}

.hali-areas-copy {
    text-align: left;
}

.hali-areas span {
    color: var(--hali-mint);
}

.hali-areas h2 {
    max-width: 620px;
    margin: 0 0 18px;
}

.hali-areas-copy p {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.hali-area-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.hali-area-badges strong {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    color: #d1fae5;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(204, 251, 241, 0.18);
    font-size: 0.9rem;
}

.hali-areas-copy a {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 999px;
    color: #092f35;
    background: linear-gradient(135deg, #ccfbf1, #5eead4);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(20, 184, 166, 0.2);
}

.hali-service-map {
    position: relative;
    min-height: 430px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 50%, rgba(20, 184, 166, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(204, 251, 241, 0.2);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px) saturate(145%);
}

.hali-map-route {
    position: absolute;
    inset: 54px;
    border-radius: 42% 58% 46% 54%;
    border: 2px dashed rgba(204, 251, 241, 0.38);
    animation: haliMapPulse 4s ease-in-out infinite;
}

.hali-map-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 999px;
    color: #092f35;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.95), transparent 28%),
        linear-gradient(145deg, #ccfbf1, #14b8a6);
    box-shadow: 0 20px 60px rgba(20, 184, 166, 0.34);
}

.hali-map-center b {
    font-size: 1.25rem;
    font-weight: 900;
}

.hali-map-center small {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.hali-map-pin {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(7, 31, 39, 0.74);
    border: 1px solid rgba(204, 251, 241, 0.22);
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.hali-map-pin::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #5eead4;
    box-shadow: 0 0 0 6px rgba(94, 234, 212, 0.12);
}

.hali-map-pin.mechelen {
    left: 16%;
    top: 26%;
}

.hali-map-pin.antwerp {
    right: 14%;
    top: 18%;
}

.hali-map-pin.brussels {
    left: 18%;
    bottom: 20%;
}

.hali-map-pin.leuven {
    right: 18%;
    bottom: 22%;
}

.hali-map-pin.herentals {
    left: 45%;
    top: 8%;
}

@keyframes haliMapPulse {
    0%,
    100% {
        opacity: 0.48;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

.hali-faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(14, 165, 233, 0.1), transparent 26%),
        radial-gradient(circle at 92% 20%, rgba(20, 184, 166, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff, #f6fbfc);
}

.hali-faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(45deg, rgba(15, 118, 110, 0.035) 0 1px, transparent 1px 18px),
        repeating-linear-gradient(-45deg, rgba(14, 165, 233, 0.028) 0 1px, transparent 1px 20px);
    pointer-events: none;
}

.hali-faq-section .container {
    position: relative;
    z-index: 1;
}

.hali-faq-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 34px;
    align-items: start;
}

.hali-faq-intro > span {
    display: inline-flex;
    color: var(--hali-green);
    font-weight: 900;
    margin-bottom: 14px;
}

.hali-faq-intro h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: 18px;
}

.hali-faq-intro > p {
    color: var(--hali-muted);
    line-height: 1.75;
}

.hali-faq-note {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    padding: 24px;
    border-radius: 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 12%, rgba(94, 234, 212, 0.24), transparent 28%),
        linear-gradient(145deg, #092f35, #0f766e);
    box-shadow: 0 24px 70px rgba(9, 47, 53, 0.18);
}

.hali-faq-note strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.hali-faq-note p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.hali-faq-note a {
    display: inline-flex;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    text-decoration: none;
    font-weight: 900;
}

.hali-faq-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 14px;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
}

.hali-faq-search {
    position: relative;
    display: block;
    width: min(25%, 260px);
    min-width: 210px;
    justify-self: end;
}

.hali-faq-search::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #0f766e;
    border-radius: 999px;
    transform: translateY(-58%);
    pointer-events: none;
}

.hali-faq-search::after {
    content: "";
    position: absolute;
    left: 29px;
    top: 50%;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: #0f766e;
    transform: translateY(4px) rotate(45deg);
    pointer-events: none;
}

.hali-faq-search input {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px 14px 48px;
    border-radius: 18px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    color: var(--hali-ink);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(9, 47, 53, 0.07);
    outline: none;
    font: inherit;
    font-weight: 800;
}

.hali-faq-search input:focus {
    border-color: rgba(15, 118, 110, 0.38);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08), 0 18px 50px rgba(9, 47, 53, 0.08);
}

.hali-faq {
    display: block;
    max-height: var(--faq-scroll-height, 430px);
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-color: rgba(15, 118, 110, 0.42) rgba(15, 118, 110, 0.08);
    scrollbar-width: thin;
}

.hali-faq details {
    position: relative;
    overflow: hidden;
    min-height: 82px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 118, 110, 0.12);
    box-shadow: 0 18px 50px rgba(9, 47, 53, 0.07);
}

.hali-faq details + details {
    margin-top: 14px;
}

.hali-faq details::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #0ea5e9, #14b8a6);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hali-faq details[open]::before {
    opacity: 1;
}

.hali-faq details.hidden {
    display: none;
}

.hali-faq summary {
    cursor: pointer;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 20px 22px;
    font-weight: 900;
    list-style: none;
}

.hali-faq summary::-webkit-details-marker {
    display: none;
}

.hali-faq summary span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: var(--hali-action-bg);
    font-size: 0.88rem;
}

.hali-faq p {
    margin: 0;
    padding: 0 22px 22px 78px;
    color: var(--hali-muted);
    line-height: 1.75;
}

.hali-faq-empty {
    display: none;
    margin: 0;
    padding: 18px;
    border-radius: 16px;
    color: var(--hali-muted);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 118, 110, 0.12);
    font-weight: 800;
}

.hali-faq-empty.visible {
    display: block;
}

.hali-contact {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7, 31, 39, 0.9), rgba(15, 118, 110, 0.72)),
        url("../img/hali/hero-carpet-cleaning.png") center / cover;
}

.hali-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(204, 251, 241, 0.16), transparent 28%),
        radial-gradient(circle at 90% 12%, rgba(14, 165, 233, 0.16), transparent 24%);
    pointer-events: none;
}

.hali-contact .container {
    position: relative;
    z-index: 1;
}

.hali-contact-box {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
    align-items: stretch;
    padding: 34px;
    border-radius: 28px;
    color: #ffffff;
    background: rgba(7, 31, 39, 0.46);
    border: 1px solid rgba(204, 251, 241, 0.2);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px) saturate(145%);
}

.hali-contact-copy {
    display: flex;
    flex-direction: column;
}

.hali-contact-copy > span {
    color: var(--hali-mint);
}

.hali-contact-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.hali-contact-guest {
    margin-top: 22px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(204, 251, 241, 0.18);
}

.hali-contact-guest strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.hali-contact-guest p {
    margin: 0;
}

.hali-contact-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.hali-contact-badges span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    font-weight: 900;
}

.hali-contact-lines {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
}

.hali-contact-lines a,
.hali-contact-lines span {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.hali-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.hali-form-full {
    grid-column: 1 / -1;
}

.hali-form input,
.hali-form select,
.hali-form textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--hali-border);
    border-radius: 12px;
    padding: 13px 15px;
    color: var(--hali-ink);
    font: inherit;
    outline: none;
    background: #ffffff;
}

.hali-form textarea {
    min-height: 118px;
}

.hali-form input:focus,
.hali-form select:focus,
.hali-form textarea:focus {
    border-color: var(--hali-green);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.hali-form small {
    display: block;
    margin-top: 6px;
    color: #dc2626;
    font-weight: 800;
}

.hali-whatsapp {
    position: fixed;
    z-index: 60;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    padding: 14px 20px;
    border-radius: 999px;
    color: #ffffff;
    background:
        radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(135deg, rgba(34, 197, 94, 0.94), rgba(15, 118, 110, 0.96) 55%, rgba(9, 47, 53, 0.98));
    border: 1px solid rgba(220, 252, 231, 0.42);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(34, 197, 94, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px) saturate(150%);
}

.hali-whatsapp::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -55%;
    width: 46%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
    transition: left 0.6s ease;
}

.hali-whatsapp::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.hali-whatsapp:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(34, 197, 94, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hali-whatsapp:hover::before {
    left: 112%;
}

.hali-footer {
    position: relative;
    overflow: hidden;
    padding: 56px 0 26px;
    color: rgba(255, 255, 255, 0.76);
    background:
        radial-gradient(circle at 14% 18%, rgba(20, 184, 166, 0.18), transparent 28%),
        linear-gradient(135deg, #061e20, #092f35 58%, #071f27);
    border-top: 1px solid rgba(204, 251, 241, 0.16);
}

.hali-footer-inner {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 1fr 0.7fr;
    gap: 28px;
    align-items: start;
}

.hali-footer p {
    max-width: 360px;
    margin: 12px 0 0;
    line-height: 1.7;
}

.hali-footer h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hali-footer-brand strong {
    display: block;
    color: #ffffff;
    font-size: 1.18rem;
}

.hali-footer-logo {
    display: inline-flex;
    width: 150px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(204, 251, 241, 0.18);
}

.hali-footer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hali-footer-links,
.hali-footer-contact,
.hali-socials {
    display: grid;
    gap: 10px;
}

.hali-footer a,
.hali-footer-contact span {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-weight: 800;
}

.hali-footer a:hover {
    color: var(--hali-mint);
}

.hali-socials a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hali-socials a:hover,
.hali-socials a:focus {
    color: #092f35;
    background: #ffffff;
    transform: translateY(-2px);
}

.hali-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.hali-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(204, 251, 241, 0.14);
    font-weight: 800;
}

.hali-footer-bottom a {
    color: var(--hali-mint);
}

.hali-auth-page {
    min-height: 100vh;
    background: #061e20;
}

.hali-auth {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 42px 18px;
    overflow: hidden;
}

.hali-auth-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(6, 30, 32, 0.92), rgba(15, 118, 110, 0.66)),
        url("../img/hali/hero-carpet-cleaning.png") center / cover;
}

.hali-auth-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 16%, rgba(204, 251, 241, 0.18), transparent 28%),
        radial-gradient(circle at 82% 78%, rgba(14, 165, 233, 0.18), transparent 28%);
}

.hali-auth-card {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
    padding: 32px;
    border-radius: 26px;
    color: #ffffff;
    background: rgba(7, 31, 39, 0.58);
    border: 1px solid rgba(204, 251, 241, 0.22);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px) saturate(145%);
}

.hali-auth-logo {
    display: inline-flex;
    width: 170px;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 16px;
    background: var(--hali-action-bg);
    border: 1px solid rgba(204, 251, 241, 0.22);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.hali-auth-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hali-auth-language {
    position: absolute;
    right: 28px;
    top: 28px;
    display: flex;
    gap: 7px;
}

.hali-auth-language a {
    width: 38px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(204, 251, 241, 0.16);
}

.hali-auth-language a.active {
    background: #ccfbf1;
}

.hali-auth-language img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 3px;
}

.hali-auth-card h1 {
    margin: 24px 0 12px;
    font-weight: 900;
    line-height: 1.04;
    font-size: clamp(2.1rem, 6vw, 3.6rem);
}

.hali-auth-card p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.hali-auth-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.hali-social-login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.hali-social-login button {
    position: relative;
    overflow: hidden;
    min-height: 58px;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(204, 251, 241, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font: inherit;
    text-align: left;
}

.hali-social-login button::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -60%;
    width: 42%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transition: left 0.6s ease;
}

.hali-social-login button:hover::before {
    left: 112%;
}

.hali-social-login button:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

.hali-social-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-weight: 900;
    background: #ffffff;
}

.hali-social-icon.google {
    color: #2563eb;
    font-size: 1.12rem;
}

.hali-social-icon.apple {
    color: #111827;
}

.hali-social-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.hali-social-login strong {
    position: relative;
    z-index: 1;
    font-size: 0.94rem;
}

.hali-social-login em {
    position: relative;
    z-index: 1;
    padding: 5px 8px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.hali-auth-full,
.hali-form-error {
    grid-column: 1 / -1;
}

.hali-auth-form input:not([type="checkbox"]) {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(204, 251, 241, 0.18);
    border-radius: 14px;
    padding: 14px 16px;
    color: var(--hali-ink);
    background: rgba(255, 255, 255, 0.96);
    font: inherit;
    outline: none;
}

.hali-auth-form input:focus {
    border-color: rgba(204, 251, 241, 0.64);
    box-shadow: 0 0 0 4px rgba(204, 251, 241, 0.12);
}

.hali-auth-form small,
.hali-form-error {
    display: block;
    margin-top: 6px;
    color: #fecaca;
    font-weight: 800;
}

.hali-form-error {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(127, 29, 29, 0.34);
    border: 1px solid rgba(254, 202, 202, 0.2);
}

.hali-auth-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
}

.hali-auth-check.dark-check {
    color: var(--hali-ink);
}

.hali-checkbox-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0;
    color: var(--hali-ink);
    font-weight: 900;
    line-height: 1.4;
}

.hali-checkbox-line input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
}

.hali-auth-check input {
    width: 18px;
    height: 18px;
}

.hali-auth-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hali-auth-switch a {
    display: inline-flex;
    padding: 11px 15px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    text-decoration: none;
    font-weight: 900;
}

.hali-auth-switch a:last-child {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(204, 251, 241, 0.2);
}

.hali-auth-message {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #064e3b;
    background: #ccfbf1;
    font-weight: 900;
}

.hali-dashboard-card {
    width: min(100%, 1120px);
}

.hali-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.hali-dashboard-user {
    display: grid;
    gap: 4px;
    margin: 22px 0;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(204, 251, 241, 0.18);
}

.hali-dashboard-user strong {
    font-size: 1.12rem;
}

.hali-dashboard-user span {
    color: rgba(255, 255, 255, 0.7);
}

.hali-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hali-dashboard-grid article {
    min-height: 150px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--hali-ink);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.hali-dashboard-grid span {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--hali-action-bg);
    font-weight: 900;
}

.hali-dashboard-grid h2 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 900;
}

.hali-dashboard-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 16px;
    margin-top: 22px;
}

.hali-panel-block {
    overflow: hidden;
    padding: 18px;
    border-radius: 20px;
    color: var(--hali-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(204, 251, 241, 0.2);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.hali-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hali-panel-head span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #ffffff;
    background: var(--hali-action-bg);
    font-weight: 900;
}

.hali-panel-head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
}

.hali-appointment-list,
.hali-member-review-list {
    display: grid;
    gap: 10px;
    padding-right: 4px;
}

.hali-member-review-list {
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.hali-appointment-list article,
.hali-member-review-list article {
    padding: 14px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.12), transparent 34%),
        #f8fffd;
    border: 1px solid rgba(15, 118, 110, 0.1);
}

.hali-appointment-list strong,
.hali-member-review-list strong {
    display: block;
    font-weight: 900;
}

.hali-appointment-list small,
.hali-member-review-list small,
.hali-panel-promo small {
    display: block;
    margin-top: 3px;
    color: var(--hali-green);
    font-weight: 900;
}

.hali-appointment-list p,
.hali-member-review-list p,
.hali-panel-promo p {
    margin: 8px 0 0;
    color: var(--hali-muted);
    line-height: 1.55;
}

.hali-appointment-list em {
    display: block;
    margin-top: 8px;
    color: #31514d;
    font-style: normal;
    line-height: 1.5;
}

.hali-panel-empty {
    margin: 0;
    padding: 16px;
    border-radius: 16px;
    color: var(--hali-muted);
    background: #f8fffd;
    border: 1px dashed rgba(15, 118, 110, 0.22);
    font-weight: 800;
}

.hali-panel-form {
    display: grid;
    gap: 10px;
}

.hali-panel-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hali-field-label {
    display: grid;
    gap: 6px;
    margin: 0;
}

.hali-field-label > span {
    color: var(--hali-ink);
    font-size: 0.82rem;
    font-weight: 900;
}

.hali-field-label small {
    color: var(--hali-muted);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.45;
}

.hali-slot-calendar {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.hali-slot-calendar > strong {
    font-size: 0.92rem;
    color: var(--hali-green);
    font-weight: 900;
}

.hali-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
}

.hali-slot-grid button {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 16px;
    color: var(--hali-ink);
    background:
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.12), transparent 36%),
        #f8fffd;
    border: 1px solid rgba(15, 118, 110, 0.14);
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hali-slot-grid button:hover,
.hali-slot-grid button.selected {
    transform: translateY(-2px);
    border-color: rgba(15, 118, 110, 0.42);
    box-shadow: 0 16px 34px rgba(9, 47, 53, 0.14);
}

.hali-slot-grid button.selected {
    color: #ffffff;
    background: var(--hali-action-bg);
}

.hali-slot-grid b {
    font-size: 1.05rem;
    font-weight: 900;
}

.hali-slot-grid span,
.hali-slot-grid em,
.hali-slot-grid small,
.hali-slot-grid i {
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 800;
}

.hali-slot-grid em {
    color: var(--hali-green);
}

.hali-slot-grid small,
.hali-slot-grid i {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.1);
}

.hali-slot-grid button.selected em,
.hali-slot-grid button.selected span {
    color: rgba(255, 255, 255, 0.82);
}

.hali-slot-grid button.selected small,
.hali-slot-grid button.selected i {
    color: #092f35;
    background: #ccfbf1;
}

.hali-panel-error {
    display: block;
    margin-top: -4px;
    color: #b91c1c;
    font-weight: 900;
}

.hali-panel-form input,
.hali-panel-form select,
.hali-panel-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--hali-border);
    border-radius: 12px;
    padding: 12px 14px;
    color: var(--hali-ink);
    background: #ffffff;
    font: inherit;
    outline: none;
}

.hali-panel-form textarea {
    min-height: 96px;
}

.hali-panel-form input:focus,
.hali-panel-form select:focus,
.hali-panel-form textarea:focus {
    border-color: var(--hali-green);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.hali-panel-promo {
    background:
        radial-gradient(circle at 92% 12%, rgba(244, 114, 182, 0.14), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.94));
}

.hali-panel-promo h3 {
    margin: 8px 0 0;
    font-size: 1.45rem;
    font-weight: 900;
}

.hali-panel-promo a {
    display: inline-flex;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #be185d, #f59e0b);
    text-decoration: none;
    font-weight: 900;
}

.hali-panel-reviews {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hali-panel-reviews .hali-panel-head {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.hali-calendar-panel {
    margin-top: 22px;
}

.hali-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.hali-calendar-head span {
    color: var(--hali-green);
    font-weight: 900;
}

.hali-calendar-head h2 {
    margin: 4px 0 0;
    font-size: 1.7rem;
    font-weight: 900;
}

.hali-calendar-nav {
    display: flex;
    gap: 8px;
}

.hali-calendar-nav a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
}

.hali-month-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.hali-month-grid > strong {
    padding: 8px 4px;
    color: var(--hali-muted);
    font-size: 0.78rem;
    text-align: center;
    text-transform: uppercase;
}

.hali-month-grid button {
    min-height: 116px;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
    color: var(--hali-ink);
    background: #f8fffd;
    border: 1px solid rgba(15, 118, 110, 0.12);
    text-align: left;
}

.hali-month-grid button:hover,
.hali-month-grid button.selected {
    border-color: rgba(15, 118, 110, 0.42);
    box-shadow: 0 14px 32px rgba(9, 47, 53, 0.12);
}

.hali-month-grid button.muted {
    opacity: 0.45;
}

.hali-month-grid button.today {
    outline: 2px solid rgba(14, 165, 233, 0.4);
}

.hali-month-grid button.closed {
    background: #fff7ed;
}

.hali-month-grid button > span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    font-size: 1rem;
    font-weight: 900;
}

.hali-month-grid button > span small {
    margin-left: auto;
    color: var(--hali-muted);
    font-size: 0.68rem;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.hali-month-grid button > em {
    width: fit-content;
    padding: 3px 7px;
    border-radius: 999px;
    color: #92400e;
    background: rgba(251, 191, 36, 0.18);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
}

.hali-month-grid button[data-calendar-status="open"] > em {
    display: none;
}

.hali-month-grid button i {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    padding: 5px 7px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--area-color);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hali-month-grid button i.request-chip {
    color: #092f35;
    background: #fde68a;
}

.hali-slot-grid button.hidden-slot {
    display: none;
}

.hali-no-day-slots {
    display: none;
    color: #7f1d1d !important;
    background: #fff7ed !important;
    border-color: rgba(234, 88, 12, 0.28) !important;
    box-shadow: inset 4px 0 0 #f97316;
}

.hali-no-day-slots.visible {
    display: block;
}

.hali-no-day-slots.is-blocked {
    color: #7f1d1d !important;
    background: #fee2e2 !important;
    border-color: rgba(220, 38, 38, 0.28) !important;
    box-shadow: inset 4px 0 0 #dc2626;
}

.hali-inline-form {
    display: inline-flex;
    margin-top: 12px;
    margin-right: 6px;
}

.hali-inline-form button,
.hali-request-actions button,
.hali-edit-request {
    border: 0;
    border-radius: 999px;
    padding: 9px 12px;
    color: #ffffff;
    background: var(--hali-action-bg);
    font-weight: 900;
}

.hali-panel-form button:disabled,
.hali-panel-form button.disabled {
    cursor: not-allowed;
    opacity: 0.55;
    filter: grayscale(0.25);
}

.hali-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 118, 110, 0.1);
}

.hali-request-actions form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hali-approve-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 5px 7px;
    border-radius: 999px;
    color: var(--hali-ink);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 118, 110, 0.16);
    font-weight: 900;
}

.hali-approve-time span {
    color: var(--hali-muted);
    font-size: 0.74rem;
}

.hali-approve-time select {
    min-width: 78px;
    border: 0;
    color: var(--hali-ink);
    background: transparent;
    font-weight: 900;
    outline: none;
}

.hali-request-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.hali-request-detail div {
    padding: 11px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.08), transparent 36%),
        rgba(15, 118, 110, 0.06);
    border: 1px solid rgba(15, 118, 110, 0.08);
}

.hali-request-detail span {
    color: var(--hali-green);
    font-size: 0.74rem;
    font-weight: 900;
}

.hali-request-detail p {
    margin: 2px 0 0;
    color: var(--hali-ink);
    line-height: 1.45;
    word-break: break-word;
}

.hali-request-phone,
.hali-request-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hali-request-phone span,
.hali-request-address span {
    min-width: 0;
    color: var(--hali-ink);
    font-size: 1rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.hali-request-phone a,
.hali-request-address a {
    flex: 0 0 auto;
    min-width: 52px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    text-align: center;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(8, 47, 73, 0.16);
}

.hali-request-phone a:hover,
.hali-request-phone a:focus,
.hali-request-address a:hover,
.hali-request-address a:focus {
    color: #ffffff;
    filter: brightness(1.05);
}

.hali-request-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.hali-request-top strong {
    font-size: 1.05rem;
}

.hali-request-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hali-request-title-row strong {
    min-width: 0;
}

.hali-request-quick-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.hali-request-quick-actions a {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 22px rgba(8, 47, 73, 0.16);
}

.hali-request-quick-actions a.map {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.hali-request-quick-actions a:hover,
.hali-request-quick-actions a:focus {
    color: #ffffff;
    filter: brightness(1.06);
}

.hali-request-top small {
    display: block;
    margin-top: 4px;
    color: var(--hali-muted);
    font-weight: 900;
}

.hali-request-top > span {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    color: #092f35;
    background: #ccfbf1;
    font-size: 0.76rem;
    font-weight: 900;
}

.hali-request-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.hali-request-time span {
    width: fit-content;
    max-width: calc(100% - 44px);
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--hali-action-bg);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
    box-shadow: 0 12px 24px rgba(8, 47, 73, 0.14);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hali-request-time::after {
    content: "›";
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-action-bg);
    box-shadow: 0 12px 24px rgba(8, 47, 73, 0.14);
    text-shadow: none;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.hali-request-time.is-open::after {
    transform: rotate(-90deg);
}

.hali-request-collapsible {
    display: block;
}

.hali-request-collapsible.is-collapsed {
    display: none;
}

.hali-request-actions form:last-child button,
.hali-inline-form button {
    background: linear-gradient(135deg, #991b1b, #ef4444);
}

.hali-edit-request {
    display: inline-flex;
    margin-top: 12px;
    margin-right: 6px;
    background: linear-gradient(135deg, #0f766e, #0ea5e9);
}

.hali-appointment-list article.hidden-route {
    display: none;
}

.hali-appointment-list small b {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 999px;
}

@media (max-width: 1199px) {
    .hali-nav-links {
        display: none;
    }

    .hali-menu-toggle {
        display: inline-block;
    }

    .hali-language-desktop {
        display: none;
    }

    .hali-mobile-menu.open {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 10px 0 16px;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid var(--hali-border);
        box-shadow: 0 24px 50px rgba(16, 32, 28, 0.12);
    }

    .hali-mobile-menu-inner {
        display: grid;
        gap: 8px;
    }

    .hali-mobile-menu-inner > a {
        padding: 12px 0;
        color: var(--hali-ink);
        text-decoration: none;
        font-weight: 900;
        border-bottom: 1px solid rgba(15, 118, 110, 0.1);
    }

    .hali-language-mobile {
        width: fit-content;
        margin-top: 8px;
    }

.hali-mobile-call {
    width: 100%;
    margin-top: 4px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hali-green);
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hali-mobile-call:hover,
.hali-mobile-call:focus {
    color: #ffffff;
}

.hali-mobile-call span:last-child {
    color: #ffffff;
}

.hali-mobile-socials {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

}

@media (max-width: 991px) {
    .hali-trust-grid,
    .hali-process,
    .hali-contact-box,
    .hali-service-showcase-grid,
    .hali-promo-stage {
        grid-template-columns: 1fr 1fr;
    }

    .hali-quality-layout {
        grid-template-columns: 1fr;
    }

    .hali-member-shell {
        grid-template-columns: 1fr;
    }

    .hali-member-list {
        grid-template-columns: 1fr 1fr;
    }

    .hali-areas-layout {
        grid-template-columns: 1fr;
    }

    .hali-faq-layout {
        grid-template-columns: 1fr;
    }

    .hali-promo-stage-copy {
        grid-column: 1 / -1;
    }

    .hali-process::before {
        left: 24%;
        right: 24%;
    }

    .hali-before-after-frame,
    .hali-quality-slide img,
    .hali-quality-slide video {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .hali-nav {
        padding: 10px 0;
    }

    .hali-brand strong {
        max-width: 140px;
    }

    .hali-brand img {
        width: 154px;
        height: 48px;
    }

    .hali-brand {
        box-shadow: 0 10px 24px rgba(9, 47, 53, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    }

    .hali-brand::before {
        display: none;
    }

    .hali-call,
    .hali-mobile-call {
        min-height: 44px;
        padding: 11px 15px;
        border-radius: 999px;
        background: var(--hali-action-bg);
        box-shadow: 0 10px 22px rgba(9, 47, 53, 0.18);
    }

    .hali-mobile-call {
        color: #ffffff;
    }

    .hali-call-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .hali-call-icon svg {
        width: 13px;
        height: 13px;
    }

    .hali-call {
        display: none;
    }

    .hali-nav-socials {
        display: none;
    }

    .hali-slide {
        min-height: 76vh;
        padding: 146px 0 74px;
    }

    .hali-hero,
    .hali-slider {
        min-height: 76vh;
    }

    .hali-title-desktop {
        display: none;
    }

    .hali-title-mobile {
        display: inline;
    }

    .hali-brand-strip {
        top: 94px;
        width: calc(100% - 28px);
        padding: 8px 10px;
        border-radius: 14px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
    }

    .hali-brand-strip span {
        font-size: clamp(0.68rem, 3.1vw, 0.92rem);
        letter-spacing: clamp(0.055em, 1vw, 0.14em);
        flex: 0 0 auto;
    }

    .hali-strip-space {
        width: 0.7em;
        height: auto;
    }

    .hali-slide-media {
        object-fit: cover;
        object-position: center top;
        background: var(--hali-deep);
    }

    .hali-slide-overlay {
        background:
            linear-gradient(180deg, rgba(6, 30, 32, 0.42) 0%, rgba(6, 30, 32, 0.78) 62%, rgba(6, 30, 32, 0.88) 100%),
            linear-gradient(90deg, rgba(6, 30, 32, 0.42), rgba(6, 30, 32, 0.24));
    }

    .hali-slider-arrow {
        display: none;
    }

    .hali-trust-grid,
    .hali-promo-stage,
    .hali-process,
    .hali-contact-box,
    .hali-service-showcase-grid,
    .hali-form {
        grid-template-columns: 1fr;
    }

    .hali-quality-card {
        min-height: auto;
        padding: 82px 20px 22px;
    }

    .hali-review-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hali-review-add {
        width: 100%;
    }

    .hali-service-map {
        min-height: 360px;
        border-radius: 20px;
    }

    .hali-map-route {
        inset: 42px 28px;
    }

    .hali-map-center {
        width: 92px;
        height: 92px;
    }

    .hali-map-pin {
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .hali-faq summary {
        grid-template-columns: 36px 1fr;
        padding: 18px;
    }

    .hali-faq-search {
        width: 100%;
        min-width: 0;
        justify-self: stretch;
    }

    .hali-footer-inner {
        grid-template-columns: 1fr;
    }

    .hali-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hali-auth {
        padding: 22px 12px;
    }

    .hali-auth-card {
        padding: 22px;
        border-radius: 20px;
    }

    .hali-auth-logo {
        width: 150px;
        height: 52px;
    }

    .hali-auth-language {
        position: static;
        margin-top: 16px;
    }

    .hali-auth-form,
    .hali-social-login,
    .hali-dashboard-layout,
    .hali-panel-reviews,
    .hali-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .hali-dashboard-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .hali-dashboard-top .hali-auth-switch {
        width: 100%;
    }

    .hali-auth-switch a,
    .hali-auth-form button {
        width: 100%;
        justify-content: center;
    }

    .hali-slot-grid {
        grid-template-columns: 1fr;
    }

    .hali-month-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hali-month-grid > strong {
        display: none;
    }

    .hali-panel-form-row {
        grid-template-columns: 1fr;
    }

    .hali-request-detail {
        grid-template-columns: 1fr;
    }

    .hali-request-top {
        flex-direction: column;
    }

    .hali-faq summary span {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .hali-faq p {
        padding: 0 18px 18px 68px;
    }

    .hali-member-list {
        grid-template-columns: 1fr;
    }

    .hali-google-card {
        grid-template-columns: 52px 1fr;
        padding: 20px;
    }

    .hali-google-mark {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .hali-google-mark b {
        font-size: 1.65rem;
    }

    .hali-member-list article {
        min-height: auto;
    }

    .hali-quality-icon {
        left: 20px;
        top: 20px;
    }

    .hali-before-after {
        padding: 18px;
        border-radius: 18px;
    }

    .hali-before-after-head {
        align-items: center;
    }

    .hali-before-after-frame,
    .hali-quality-slide img,
    .hali-quality-slide video {
        min-height: 390px;
    }

    .hali-process-section .hali-section-head {
        margin-bottom: 34px;
    }

    .hali-process {
        gap: 14px;
    }

    .hali-process::before {
        left: 38px;
        right: auto;
        top: 32px;
        bottom: 32px;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, #0ea5e9, #14b8a6, #f59e0b, #8b5cf6);
    }

    .hali-process article {
        min-height: auto;
        padding: 22px 20px 22px 92px;
    }

    .hali-process strong {
        left: 20px;
        top: 22px;
    }

    .hali-process-icon {
        position: relative;
        right: auto;
        top: auto;
        width: 42px;
        height: 42px;
        margin-bottom: 14px;
    }

    .hali-process article {
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
    }

    .hali-promo-spotlight {
        min-height: 360px;
        padding: 26px;
        border-radius: 18px;
    }

    .hali-promo-stage-copy h2 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .hali-promo-orbit {
        width: 128px;
        height: 128px;
    }

    .hali-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hali-trust-grid div {
        min-height: 106px;
        padding: 16px;
        grid-template-columns: 42px 1fr;
        column-gap: 12px;
    }

    .hali-trust-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .hali-trust-grid strong {
        font-size: 0.98rem;
    }

    .hali-trust-grid small {
        font-size: 0.84rem;
    }

    .hali-section,
    .hali-promotions,
    .hali-gallery,
    .hali-member,
    .hali-areas,
    .hali-contact {
        padding: 72px 0;
    }

    .hali-section-divider {
        min-height: 62px;
    }

    .hali-section-divider::before,
    .hali-section-divider::after {
        width: 28vw;
        height: 6px;
    }

    .hali-section-divider span {
        width: 38px;
        height: 38px;
        margin: 0 10px;
    }

    .hali-section-divider span::before {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        background-size: 10px 10px, 10px 10px, 100% 100%;
    }

    .hali-contact-box {
        padding: 24px;
    }

    .hali-form {
        padding: 18px;
    }

    .hali-actions .btn,
    .hali-form button {
        width: 100%;
    }

    .hali-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .hali-language a {
        padding: 7px 8px;
    }

    .hali-language-mobile a {
        padding: 8px 10px;
    }

    .hali-brand img {
        width: 142px;
        height: 44px;
    }

    .hali-mobile-call {
        width: 100%;
        justify-content: center;
    }

    .hali-slide h1 {
        font-size: 2.35rem;
    }
}
