* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.7;
    background:
        radial-gradient(circle at 8% 8%, rgba(99, 101, 167, .16), transparent 34rem),
        radial-gradient(circle at 92% 12%, rgba(200, 155, 60, .14), transparent 28rem),
        #fbfbff;
}

body.menu-open {
    overflow: hidden;
}

.container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(35, 36, 59, .08);
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--heading);
    font-family: var(--font-heading, Inter, sans-serif);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -.04em;
}

.logo-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(35, 36, 59, .16);
}

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

.desktop-nav {
    align-items: center;
    gap: 20px;
}

.desktop-nav a,
.mobile-nav a {
    color: #23243B;
    font-size: 18px;
    font-weight: 750;
    text-decoration: none;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
    color: #6365A7;
}

.mobile-menu-toggle {
    display: inline-flex !important;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 36, 59, .15);
    border-radius: 16px;
    background: #fff;
    color: #23243B;
    cursor: pointer;
}

.mobile-menu-toggle span,
.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: #23243B;
    content: "";
}

.mobile-menu-toggle span::before {
    transform: translateY(-7px);
}

.mobile-menu-toggle span::after {
    transform: translateY(5px);
}

.mobile-panel {
    position: fixed;
    inset: 76px 0 auto 0;
    z-index: 49;
    display: none;
    padding: 22px 16px 28px;
    border-bottom: 1px solid rgba(35, 36, 59, .08);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 60px rgba(35, 36, 59, .16);
    backdrop-filter: blur(18px);
}

.mobile-panel.open {
    display: block;
}

.mobile-nav {
    display: grid;
    gap: 15px;
}

.phone-button,
.primary-button,
.secondary-button,
.mobile-sticky-call {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.phone-button,
.primary-button {
    border: 1px solid rgba(255, 255, 255, .16);
    background: linear-gradient(135deg, #23243B, #6365A7);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(35, 36, 59, .24);
}

.phone-button {
    padding: 0 20px;
}

.primary-button {
    padding: 0 24px;
}

.secondary-button {
    border: 1px solid rgba(35, 36, 59, .16);
    background: rgba(255, 255, 255, .72);
    color: #111827 !important;
}

.phone-button:hover,
.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(35, 36, 59, .22);
}

.hero {
    position: relative;
    isolation: isolate;
    padding: 34px 0 42px;
    background: linear-gradient(135deg, rgba(247, 247, 252, .94), rgba(255, 255, 255, .96));
}

.hero::before,
.hero::after,
.shape {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    pointer-events: none;
}

.hero::before {
    width: 190px;
    height: 190px;
    right: 5%;
    top: 18%;
    border-radius: 46px;
    background: linear-gradient(135deg, rgba(99, 101, 167, .22), rgba(200, 155, 60, .18));
    filter: blur(.2px);
    transform: rotate(18deg);
}

.hero::after {
    width: 240px;
    height: 240px;
    left: -80px;
    bottom: 18px;
    border-radius: 999px;
    background: rgba(99, 101, 167, .12);
}

.hero-grid {
    display: grid;
    gap: 28px;
    align-items: stretch;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(99, 101, 167, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    color: #23243B;
    font-size: 16px;
    font-weight: 850;
}

h1 {
    max-width: 760px;
    margin: 0;
    font-size: 35px;
    line-height: 1.04;
    letter-spacing: -.06em;
}

h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -.045em;
}

h3,
h4 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.025em;
}

p {
    margin: 0 0 14px;
    font-size: 16px;
}

.stars {
    margin: 16px 0 12px;
    color: #C89B3C;
    font-size: 23px;
    letter-spacing: .08em;
}

.trust-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.trust-icons img {
    width: auto;
    height: 48px;
    max-width: 31%;
    object-fit: contain;
    border: 1px solid rgba(99, 101, 167, .18);
    border-radius: 14px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 10px 24px rgba(35, 36, 59, .08);
}

.hero-copy {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 34px;
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 30px 80px rgba(35, 36, 59, .11);
    backdrop-filter: blur(22px);
}

.hero-lead {
    max-width: 680px;
    color: #374151;
    font-size: 18px;
}

.cta-line {
    margin: 16px 0 14px;
    color: #23243B;
    font-size: 18px;
    font-weight: 850;
}

.hero-actions,
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-visual {
    position: relative;
    min-height: 340px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(35, 36, 59, .18);
}

.hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.visual-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    max-width: 260px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 20px;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    backdrop-filter: blur(16px);
}

.section {
    padding: 58px 0;
}

.section.dark {
    background:
        radial-gradient(circle at 15% 20%, rgba(99, 101, 167, .4), transparent 26rem),
        linear-gradient(135deg, #171827, #23243B);
    color: #F9FAFB;
}

.section.dark h2,
.section.dark h3,
.section.dark h4 {
    color: #fff;
}

.section.dark p,
.section.dark li {
    color: #E5E7EB;
}

.split-card {
    display: grid;
    gap: 24px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(99, 101, 167, .15);
    border-radius: 34px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 24px 70px rgba(35, 36, 59, .09);
    backdrop-filter: blur(18px);
}

.dark .split-card {
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .08);
}

.split-text {
    padding: 10px;
}

.split-media img,
.feature-image {
    width: 100%;
    border-radius: 26px;
    object-fit: cover;
    box-shadow: 0 24px 54px rgba(35, 36, 59, .16);
}

.split-media img {
    aspect-ratio: 3 / 2;
}

.service-grid,
.reason-grid,
.faq-grid {
    display: grid;
    gap: 16px;
}

.service-card,
.reason-card,
.faq-item,
.review-card,
.step-card,
.local-card {
    border: 1px solid rgba(99, 101, 167, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .84);
    color: #374151;
    box-shadow: 0 18px 44px rgba(35, 36, 59, .08);
}

.service-card,
.reason-card,
.faq-item,
.step-card,
.local-card {
    padding: 20px;
}

.service-card h3,
.reason-card h3,
.faq-item h3,
.step-card h3,
.local-card h3 {
    color: #111827;
}

.service-icon,
.reason-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(99, 101, 167, .16), rgba(200, 155, 60, .13));
    color: #23243B;
}

.service-icon svg,
.reason-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.list-clean {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-clean li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
}

.list-clean li::before {
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: #6365A7;
    content: "";
}

.steps-grid {
    display: grid;
    gap: 16px;
    counter-reset: step;
}

.step-card {
    position: relative;
    padding-left: 82px;
}

.step-card::before {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #23243B;
    color: #fff;
    content: counter(step);
    counter-increment: step;
    font-weight: 900;
}

.review-shell {
    position: relative;
}

.review-track {
    display: grid;
    grid-auto-columns: minmax(280px, 100%);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.review-card {
    min-height: 230px;
    padding: 22px;
    scroll-snap-align: start;
}

.review-name {
    color: #111827;
    font-weight: 900;
}

.review-stars {
    color: #C89B3C;
    font-size: 18px;
    letter-spacing: .05em;
}

.carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 12px;
}

.carousel-button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(35, 36, 59, .14);
    border-radius: 999px;
    background: #fff;
    color: #23243B;
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease;
}

.carousel-button:hover {
    transform: translateY(-2px);
    background: #F7F7FC;
}

.local-grid {
    display: grid;
    gap: 16px;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #F1F2FF;
    color: #23243B;
    font-size: 16px;
    font-weight: 800;
}

.cta-band {
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .24), transparent 24rem),
        linear-gradient(135deg, #23243B, #6365A7);
    color: #fff;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(35, 36, 59, .22);
}

.cta-band h2,
.cta-band h3 {
    color: #fff;
}

.cta-band p {
    color: #F9FAFB;
}

.site-footer {
    padding: 44px 0 96px;
    background: #111827;
    color: #D1D5DB;
    font-size: 14px;
}

.site-footer p,
.site-footer a,
.site-footer li {
    color: #D1D5DB;
    font-size: 14px;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
}

.footer-grid {
    display: grid;
    gap: 24px;
}

.footer-links {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.disclaimer {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.mobile-sticky-call {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: flex !important;
    width: 100%;
    min-height: 62px;
    border-radius: 20px 20px 0 0;
    background: #111827;
    color: #fff !important;
    box-shadow: 0 -18px 42px rgba(17, 24, 39, .26);
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
}

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

.animate-rise {
    animation: rise .7s ease both;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 640px) {
    .service-grid,
    .reason-grid,
    .faq-grid,
    .steps-grid,
    .local-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .desktop-nav {
        display: flex !important;
    }

    .desktop-phone {
        display: inline-flex !important;
    }

    .mobile-menu-toggle,
    .mobile-panel,
    .mobile-sticky-call {
        display: none !important;
    }

    .hero {
        padding: 58px 0 70px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    }

    .hero-copy,
    .hero-visual {
        min-height: 560px;
    }

    .hero-visual img {
        min-height: 560px;
    }

    h1 {
        font-size: clamp(52px, 5.3vw, 76px);
    }

    h2 {
        font-size: clamp(34px, 3.4vw, 48px);
    }

    .split-card {
        grid-template-columns: 65fr 35fr;
        padding: 26px;
    }

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

    .split-card.media-left .split-media {
        order: 1;
    }

    .split-card.media-left .split-text {
        order: 2;
    }

    .review-track {
        grid-auto-columns: calc((100% - 32px) / 3);
    }

    .service-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: 1.25fr .8fr 1fr;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    .hero-copy {
        padding: 20px;
    }

    .hero-actions .primary-button,
    .hero-actions .secondary-button,
    .mobile-nav .phone-button {
        width: 100%;
    }

    .site-footer {
        padding-bottom: 110px;
    }
}
