body {
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 5%, rgba(0, 212, 255, 0.18), transparent 28rem),
        radial-gradient(circle at 85% 15%, rgba(21, 93, 255, 0.2), transparent 32rem),
        linear-gradient(180deg, #030712 0%, #08111f 45%, #030712 100%);
}

.site-shell {
    position: relative;
    isolation: isolate;
}

.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    opacity: 0.34;
    background-image:
        radial-gradient(circle, rgba(34, 244, 209, 0.55) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(21, 93, 255, 0.45) 1px, transparent 1.5px);
    background-position: 0 0, 24px 36px;
    background-size: 92px 92px, 116px 116px;
    animation: particles 28s linear infinite;
}

.site-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 78%);
}

@keyframes particles {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-92px, -92px, 0); }
}

.glass {
    background: linear-gradient(145deg, rgba(13, 27, 47, 0.86), rgba(3, 7, 18, 0.72));
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.animated-border {
    position: relative;
    overflow: hidden;
}

.animated-border::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: conic-gradient(from var(--angle), transparent, rgba(34, 244, 209, 0.9), rgba(21, 93, 255, 0.9), transparent 32%);
    animation: spin-border 7s linear infinite;
}

.animated-border::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background: rgba(6, 14, 27, 0.92);
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes spin-border {
    to { --angle: 360deg; }
}

.container-wide {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #155dff, #22f4d1);
    box-shadow: 0 12px 36px rgba(34, 244, 209, 0.24);
}

.logo-text {
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.nav-link {
    color: #dbeafe;
    font-size: 18px;
    transition: color 180ms ease, transform 180ms ease;
}

.nav-link:hover {
    color: #22f4d1;
    transform: translateY(-1px);
}

.btn-primary,
.btn-secondary,
.mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #155dff, #00c2ff 52%, #22f4d1);
    box-shadow: 0 18px 42px rgba(0, 194, 255, 0.28);
}

.btn-primary:hover,
.mobile-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(34, 244, 209, 0.3);
}

.btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.hero-grid {
    min-height: 640px;
}

.hero-image-wrap {
    min-height: 360px;
    aspect-ratio: 1 / 1;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stars {
    color: #ffc857;
    letter-spacing: 0.16em;
    text-shadow: 0 0 22px rgba(255, 200, 87, 0.4);
}

.trust-badge-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    border-radius: 15px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.section-pad {
    padding: 76px 0;
}

.kicker {
    color: #22f4d1;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.18em;
    font-size: 13px;
}

.section-title {
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.045em;
    line-height: 1.03;
}

.body-copy {
    color: #dbeafe;
    font-size: 16px;
    line-height: 1.8;
}

.muted-copy {
    color: #b6c3d8;
}

.review-track {
    display: flex;
    transition: transform 400ms ease;
}

.review-slide {
    min-width: 100%;
    padding: 0 8px;
}

.review-card {
    height: 100%;
    border-radius: 28px;
    padding: 28px;
}

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #22f4d1;
    background: rgba(34, 244, 209, 0.1);
    border: 1px solid rgba(34, 244, 209, 0.22);
}

.service-card {
    border-radius: 30px;
    padding: 28px;
    background: linear-gradient(145deg, rgba(15, 35, 62, 0.88), rgba(3, 7, 18, 0.84));
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.split-card {
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: 30px;
    align-items: stretch;
    border-radius: 34px;
    padding: 26px;
}

.split-card.reverse {
    grid-template-columns: 35fr 65fr;
}

.split-card img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
    border-radius: 26px;
}

.pill-list span,
.zip-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 16px;
}

.faq-item summary {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.faq-item p {
    margin-top: 12px;
    color: #dbeafe;
    line-height: 1.75;
}

.mobile-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    min-height: 62px;
    border-radius: 22px 22px 0 0;
    color: #ffffff;
    background: linear-gradient(135deg, #155dff, #05c7ff, #22f4d1);
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 -20px 46px rgba(0, 0, 0, 0.42);
}

.mobile-call.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu {
    display: none;
}

.mobile-menu.is-open {
    display: block;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .review-slide {
        min-width: 50%;
    }
}

@media (min-width: 1024px) {
    .review-slide {
        min-width: 33.3333%;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 78px;
    }

    .section-pad {
        padding: 52px 0;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero-image-wrap {
        min-height: 300px;
    }

    h1 {
        font-size: 35px !important;
    }

    .hero-title {
        font-size: 35px !important;
    }

    .section-title {
        font-size: 28px;
    }

    .split-card,
    .split-card.reverse {
        grid-template-columns: 1fr;
    }

    .split-card.reverse .split-image {
        order: 2;
    }

    .split-card.reverse .split-text {
        order: 1;
    }

    .desktop-nav,
    .desktop-phone {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hamburger,
    .mobile-menu,
    .mobile-call {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
