

    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }
    .twf-site-header-wrap,
    .twf-site-header-wrap * {
        box-sizing: border-box;
    }
    .twf-site-header-wrap {
        --twf-navy: #123047;
        --twf-dark: #050b14;
        --twf-accent: #06b6d4;
        --twf-accent-2: #2da7a7;
        --twf-line: #e5e7eb;
        --twf-muted: #cbd5e1;
        --twf-topbar-height: 46px;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        position: sticky;
        top: 0;
        z-index: 9999;
        overflow-x: clip;
        font-family:
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Arial,
            sans-serif;
    }
    body.twf-menu-open {
        overflow: hidden;
    }
    .twf-site-header-wrap a {
        color: inherit;
        text-decoration: none;
    }
    .twf-inner {
        width: min(1460px, 94vw);
        margin-left: auto;
        margin-right: auto;
    }
    .twf-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        width: 100%;
        background: var(--twf-dark);
        color: var(--twf-muted);
        font-size: 15px;
    }
    .twf-topbar .twf-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: 11px 0;
    }
    .twf-service-line {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .twf-location-icon {
        width: 13px;
        height: 13px;
        flex: 0 0 13px;
        fill: currentColor;
    }
    .twf-topbar strong {
        color: #ffffff;
        font-weight: 900;
    }
    .twf-header {
        position: fixed;
        top: var(--twf-topbar-height, 46px);
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        background: var(--twf-navy);
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        transition:
            background 0.2s ease,
            box-shadow 0.2s ease,
            color 0.2s ease;
    }
    .twf-header.is-scrolled {
        background: rgba(255, 255, 255, 0.96);
        color: #000000;
        box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
        border-bottom-color: rgba(229, 231, 235, 0.9);
    }
    .twf-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        min-height: 112px;
        padding: 18px 0;
        transition:
            min-height 0.2s ease,
            padding 0.2s ease;
    }
    .twf-header.is-scrolled .twf-nav {
        min-height: 112px;
        padding: 18px 0;
    }
    .twf-brand {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }
    .twf-brand-mark {
        width: 240px;
        height: 72px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        transition:
            width 0.2s ease,
            height 0.2s ease;
    }
    .twf-header.is-scrolled .twf-brand-mark {
        width: 240px;
        height: 72px;
    }
    .twf-brand-mark img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
    .twf-menu {
        display: flex;
        align-items: center;
        gap: 32px;
        color: currentColor;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        transition: font-size 0.2s ease;
    }
    .twf-header.is-scrolled .twf-menu {
        font-size: 18px;
    }
    .twf-menu a {
        white-space: nowrap;
        transition: color 0.2s ease;
    }
    .twf-menu a:hover {
        color: var(--twf-accent-2);
    }
    .twf-dropdown {
        position: relative;
        padding: 32px 0;
        margin: -32px 0;
    }
    .twf-dropdown-toggle {
        background: none;
        border: 0;
        color: inherit;
        font: inherit;
        font-weight: 900;
        cursor: pointer;
        padding: 0;
        white-space: nowrap;
    }
    .twf-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 290px;
        background: #ffffff;
        color: #123047;
        border: 1px solid var(--twf-line);
        border-radius: 8px;
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
        overflow: hidden;
        z-index: 10000;
    }
    .twf-dropdown.is-open .twf-dropdown-menu {
        display: block;
    }
    @media (hover: hover) and (pointer: fine) {
        .twf-dropdown:hover .twf-dropdown-menu {
            display: block;
        }
    }
    @media (min-width: 1181px) {
        .twf-dropdown-menu {
            max-height: min(70vh, 620px);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: contain;
        }
    }
    .twf-dropdown-menu a {
        display: block;
        padding: 14px 18px;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 800;
        border-bottom: 1px solid var(--twf-line);
        color: #123047;
    }
    .twf-dropdown-menu a:last-child {
        border-bottom: 0;
    }
    .twf-dropdown-menu a:hover {
        background: #f8fafc;
        color: var(--twf-accent-2);
    }
    .twf-header-actions {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }
    .twf-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 48px;
        padding: 0 22px;
        border-radius: 4px;
        border: 2px solid transparent;
        background: var(--twf-accent);
        color: #ffffff !important;
        box-shadow: 0 12px 30px rgba(95, 199, 199, 0.22);
        font-size: 14px;
        font-weight: 900;
        white-space: nowrap;
        transition:
            background 0.2s ease,
            transform 0.2s ease,
            min-height 0.2s ease,
            padding 0.2s ease,
            font-size 0.2s ease;
    }
    .twf-phone-btn,
    .twf-text-btn {
        letter-spacing: 0.02em;
    }
    .twf-text-btn {
        padding: 0 22px;
    }
    .twf-btn-icon {
        display: block;
        flex: 0 0 auto;
        fill: currentColor;
    }
    .twf-phone-icon {
        width: 21px;
        height: 21px;
    }
    .twf-text-icon {
        width: 18px;
        height: 18px;
    }
    .twf-header.is-scrolled .twf-btn {
        min-height: 48px;
        padding: 0 22px;
        gap: 8px;
        font-size: 14px;
    }
    .twf-header.is-scrolled .twf-phone-icon {
        width: 21px;
        height: 21px;
    }
    .twf-header.is-scrolled .twf-text-icon {
        width: 18px;
        height: 18px;
    }
    .twf-header.is-scrolled .twf-text-btn {
        padding: 0 18px;
    }
    .twf-btn:hover {
        background: #06b6d4;
        transform: translateY(-1px);
    }
    .twf-menu-toggle {
        display: none;
        width: 44px;
        height: 44px;
        border: 1px solid currentColor;
        background: transparent;
        color: currentColor;
        border-radius: 8px;
        padding: 9px;
        cursor: pointer;
    }
    .twf-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        border-radius: 999px;
        background: currentColor;
    }
    .twf-text-popup {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 24px;
        background: rgba(5, 11, 20, 0.62);
    }
    .twf-text-popup.is-open {
        display: flex;
    }
    .twf-text-popup-card {
        position: relative;
        width: min(420px, 92vw);
        background: #ffffff;
        color: #123047;
        border: 2px solid var(--twf-accent);
        border-radius: 14px;
        padding: 34px 30px 30px;
        text-align: center;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    }
    .twf-text-popup-title {
        margin: 0 0 12px;
        font-size: 28px;
        line-height: 1.15;
        font-weight: 900;
    }
    .twf-text-popup-card p {
        margin: 0 0 22px;
        color: #334155;
        font-size: 16px;
        line-height: 1.45;
    }
    .twf-text-popup-close {
        position: absolute;
        top: 10px;
        right: 14px;
        border: 0;
        background: transparent;
        color: #123047;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }
    .twf-text-popup-action {
        width: 100%;
        min-height: 48px;
        border: 0;
        border-radius: 6px;
        background: var(--twf-accent);
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        cursor: pointer;
    }
    .twf-text-popup-action:hover {
        background: #06b6d4;
    }
    @media (max-width: 1180px) {
        .twf-site-header-wrap {
            position: sticky;
            top: 0;
        }
        .twf-topbar {
            position: relative;
            min-height: 0;
        }
        .twf-header {
            position: relative;
            top: auto;
        }
        .twf-topbar .twf-inner {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            text-align: center;
            gap: 3px;
            padding: 7px 0;
        }
        .twf-service-line,
        .twf-topbar .twf-inner > span:first-child {
            display: block;
            min-width: 0;
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            line-height: 1.25;
        }
        .twf-topbar strong {
            white-space: nowrap;
        }
        .twf-nav {
            min-height: 74px;
            padding: 10px 0;
            gap: 7px;
        }
        .twf-header.is-scrolled .twf-nav {
            min-height: 74px;
            padding: 10px 0;
        }
        .twf-brand {
            order: 1;
            flex: 0 0 auto;
            min-width: 0;
        }
        .twf-brand-mark {
            width: clamp(102px, 29vw, 128px);
            height: clamp(31px, 8.7vw, 38px);
            aspect-ratio: 240 / 72;
        }
        .twf-header.is-scrolled .twf-brand-mark {
            width: clamp(102px, 29vw, 128px);
            height: clamp(31px, 8.7vw, 38px);
        }
        .twf-header-actions {
            order: 2;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            flex: 0 0 auto;
        }
        .twf-phone-btn,
        .twf-text-btn {
            min-height: clamp(33px, 9vw, 40px);
            padding: 0 10px;
            border-radius: 4px;
            gap: 5px;
            font-size: 10.5px;
            letter-spacing: 0;
            box-shadow: 0 8px 20px rgba(95, 199, 199, 0.18);
        }
        .twf-phone-icon {
            width: 17px;
            height: 17px;
        }
        .twf-text-icon {
            width: 15px;
            height: 15px;
        }
        .twf-header.is-scrolled .twf-phone-btn,
        .twf-header.is-scrolled .twf-text-btn {
            min-height: clamp(33px, 9vw, 40px);
            padding: 0 10px;
            gap: 5px;
            font-size: 10.5px;
        }
        .twf-header.is-scrolled .twf-phone-icon {
            width: 17px;
            height: 17px;
        }
        .twf-header.is-scrolled .twf-text-icon {
            width: 15px;
            height: 15px;
        }
        .twf-menu-toggle {
            order: 3;
            display: block;
            width: 42px;
            height: 42px;
            padding: 8px;
            flex: 0 0 auto;
        }
        .twf-header.is-menu-open,
        .twf-header.is-scrolled.is-menu-open {
            background: var(--twf-navy);
            color: #ffffff;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }
        .twf-menu,
        .twf-header.is-scrolled .twf-menu {
            order: 4;
            position: fixed;
            top: var(--twf-menu-top, 0px);
            left: 0;
            right: 0;
            bottom: auto;
            max-height: calc(100vh - var(--twf-menu-top, 0px));
            max-height: calc(100dvh - var(--twf-menu-top, 0px));
            z-index: 100001;
            display: none;
            flex-direction: column;
            align-items: stretch;
            gap: 0;
            background: #ffffff;
            color: #123047;
            border-bottom: 1px solid var(--twf-line);
            box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
            font-size: 1rem;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: contain;
        }
        .twf-menu.is-open,
        .twf-header.is-scrolled .twf-menu.is-open {
            display: flex;
        }
        .twf-menu > a {
            padding: 1rem 4vw;
            border-top: 1px solid var(--twf-line);
            background: #ffffff;
            color: #123047;
            justify-content: flex-start;
            text-align: left;
        }
        .twf-dropdown {
            width: 100%;
            padding: 0;
            margin: 0;
            background: #ffffff;
        }
        .twf-dropdown-toggle {
            width: 100%;
            padding: 1rem 4vw;
            border-top: 1px solid var(--twf-line);
            background: #ffffff;
            color: #123047;
            justify-content: flex-start;
            text-align: left;
        }
        .twf-dropdown-menu {
            position: static;
            min-width: 100%;
            max-height: none;
            display: none;
            border-left: 0;
            border-right: 0;
            border-radius: 0;
            box-shadow: none;
            overflow: visible;
            background: #ffffff;
        }
        .twf-dropdown.is-open .twf-dropdown-menu {
            display: block;
        }
        .twf-dropdown-menu a {
            padding: 0.9rem 8vw;
            background: #f8fafc;
            color: #123047;
            font-size: 15px;
        }
        .twf-text-popup {
            display: none !important;
        }
    }
    @media (max-width: 390px) {
        .twf-nav {
            gap: 6px;
        }
        .twf-brand-mark,
        .twf-header.is-scrolled .twf-brand-mark {
            width: clamp(82px, 23vw, 100px);
        }
        .twf-header-actions {
            gap: 5px;
        }
        .twf-phone-btn,
        .twf-text-btn,
        .twf-header.is-scrolled .twf-phone-btn,
        .twf-header.is-scrolled .twf-text-btn {
            min-height: 36px;
            padding: 0 6px;
            gap: 3px;
            font-size: 9px;
        }
        .twf-phone-icon,
        .twf-header.is-scrolled .twf-phone-icon {
            width: 14px;
            height: 14px;
        }
        .twf-text-icon,
        .twf-header.is-scrolled .twf-text-icon {
            width: 12px;
            height: 12px;
        }
        .twf-menu-toggle {
            width: 38px;
            height: 38px;
            padding: 7px;
        }
    }
    @media (max-width: 350px) {
        .twf-brand-mark,
        .twf-header.is-scrolled .twf-brand-mark {
            width: 74px;
        }
        .twf-phone-btn,
        .twf-text-btn,
        .twf-header.is-scrolled .twf-phone-btn,
        .twf-header.is-scrolled .twf-text-btn {
            min-height: 34px;
            padding: 0 5px;
            gap: 3px;
            font-size: 8px;
        }
        .twf-phone-icon,
        .twf-header.is-scrolled .twf-phone-icon {
            width: 13px;
            height: 13px;
        }
        .twf-text-icon,
        .twf-header.is-scrolled .twf-text-icon {
            width: 11px;
            height: 11px;
        }
        .twf-menu-toggle {
            width: 36px;
            height: 36px;
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .twf-header,
        .twf-nav,
        .twf-brand-mark,
        .twf-menu,
        .twf-btn,
        .twf-menu a {
            transition: none !important;
        }
    }
    :root {
        --bg: #123047;
        --text: #123047;
        --muted: #475569;
        --soft: #64748b;
        --line: #e2e8f0;
        --brand: #06b6d4;
        --brand-dark: #2da7a7;
        --green: #22c55e;
        --gold: #f59e0b;
        --max: 1180px;
        font-family:
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Arial,
            sans-serif;
    }
    * {
        box-sizing: border-box;
    }
    html {
        scroll-behavior: smooth;
        background: var(--bg);
        overflow-x: hidden;
    }
    body {
        margin: 0;
        color: var(--text);
        background: #050b14;
        overflow-x: clip;
        font-family:
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Arial,
            sans-serif;
        line-height: 1.6;
    }
    #main,
    .twf-footer {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        overflow-x: clip;
    }
    .twf-site-header-wrap,
    #main,
    .twf-footer {
        font-family:
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Arial,
            sans-serif;
        line-height: 1.6;
    }
    .twf-site-header-wrap *,
    .twf-site-header-wrap *::before,
    .twf-site-header-wrap *::after,
    #main *,
    #main *::before,
    #main *::after,
    .twf-footer *,
    .twf-footer *::before,
    .twf-footer *::after {
        box-sizing: border-box;
    }
    :where(#main, .twf-footer) :where(h1, h2, h3, h4, h5, h6, p) {
        margin: 0;
    }
    [id] {
        scroll-margin-top: 112px;
    }
    img {
        max-width: 100%;
        display: block;
        height: auto;
    }
    a {
        color: inherit;
        text-decoration: none;
    }
    button,
    input,
    textarea,
    select {
        font: inherit;
    }
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        border-radius: 6px;
        padding: 14px 24px;
        font-weight: 900;
        border: 2px solid transparent;
        cursor: pointer;
        transition: 0.2s ease;
        text-align: center;
        line-height: 1.1;
    }
    .btn-primary {
        background: var(--brand);
        color: white;
        box-shadow: 0 12px 28px rgba(6, 182, 212, 0.28);
    }
    .btn-primary:hover {
        background: #06b6d4;
        transform: translateY(-1px);
    }
    .btn-outline {
        background: transparent;
        color: white;
        border-color: rgba(255, 255, 255, 0.45);
    }
    .btn-outline:hover {
        border-color: white;
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }
    .btn-light {
        background: #fff;
        color: var(--text);
        border-color: var(--line);
    }
    .btn-light:hover {
        border-color: var(--brand);
        color: var(--brand-dark);
    }
    .hero {
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
    .hero:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    .hero-inner {
        width: min(1460px, 88vw);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.88fr);
        gap: 58px;
    }
    .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.78);
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 0 12px;
    }
    .eyebrow:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 99px;
        background: var(--brand);
        box-shadow: 0 0 0 7px rgba(6, 182, 212, 0.14);
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
    }
    h1 {
        font-size: clamp(34px, 2.85vw, 48px);
        font-weight: 650;
        line-height: 1.16;
        letter-spacing: -0.035em;
        margin-bottom: 26px;
        max-width: 760px;
    }
    h1 span,
    h2 span {
        color: var(--brand);
    }
    .hero-copy {
        color: rgba(255, 255, 255, 0.92);
        font-size: 17px;
        line-height: 1.42;
        max-width: 820px;
        margin-bottom: 12px;
    }
    .hero-copy + .hero-copy {
        color: rgba(255, 255, 255, 0.88);
        margin-bottom: 12px;
    }
    .hero-copy:last-of-type {
        margin-bottom: 0;
    }
    .hero-copy a {
        color: var(--brand);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
    }
    .hero-copy a:hover,
    .hero-copy a:focus-visible {
        color: #ffffff;
        text-decoration-color: var(--brand);
    }
    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 28px 0 18px;
    }
    .rating-line {
        color: rgba(255, 255, 255, 0.84);
        font-weight: 850;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }
    .stars {
        color: var(--gold);
        letter-spacing: 1px;
    }
    .form-card {
        background: rgba(245, 247, 249, 0.96);
        color: var(--text);
        border: 2px solid rgba(6, 182, 212, 0.7);
        border-radius: 14px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
        padding: 28px 46px 22px;
        backdrop-filter: blur(12px);
    }
    .form-card h2,
    .form-card h3,
    .form-card .form-card-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 16px;
        letter-spacing: -0.03em;
        text-align: center;
    }
    .form-card p {
        color: var(--muted);
        margin-bottom: 18px;
    }
.field {
        display: grid;
        gap: 6px;
        margin-bottom: 13px;
    }
    .field label {
        font-weight: 800;
        color: var(--text);
    }
    input,
    textarea,
    select {
        width: 100%;
        border: 1px solid #cbd5e1;
        background: #fff;
        border-radius: 10px;
        padding: 12px 13px;
        color: #123047;
        outline: none;
        transition: 0.2s ease;
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0);
    }
    input:focus,
    textarea:focus,
    select:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.13);
    }
    textarea {
        resize: vertical;
        min-height: 105px;
    }
    .form-card .btn {
        width: 100%;
        margin-top: 4px;
        border: 0;
        min-height: 48px;
        font-size: 16px;
    }
    .native-form-card {
        min-height: auto;
    }
    .native-lead-form {
        margin: 0;
    }
    .native-lead-form .hp-field {
        position: absolute !important;
        left: -9999px !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    .native-lead-form .field {
        position: relative;
    }
    .native-lead-form input,
    .native-lead-form select,
    .native-lead-form textarea {
        min-height: 46px;
    }
    .native-lead-form textarea {
        min-height: 96px;
    }
    .field-error {
        display: none;
        color: #b91c1c;
        font-size: 12px;
        font-weight: 750;
        margin-top: 2px;
    }
    .field.has-error input,
    .field.has-error select,
    .field.has-error textarea {
        border-color: #ef4444;
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
    }
    .field.has-error .field-error {
        display: block;
    }
    .sms-disclaimer {
        display: block !important;
        margin: 4px 0 12px !important;
        color: #64748b !important;
        font-size: 12px !important;
        line-height: 1.45;
        text-align: left;
    }
    .form-status {
        display: none;
        margin-top: 12px;
        padding: 12px 14px;
        border-radius: 10px;
        font-weight: 850;
        font-size: 14px;
        line-height: 1.4;
    }
    .form-status.show {
        display: block;
    }
    .form-status.success {
        background: #ecfdf5;
        color: #166534;
        border: 1px solid #bbf7d0;
    }
    .form-status.error {
        background: #fef2f2;
        color: #991b1b;
        border: 1px solid #fecaca;
    }
    .native-lead-form.is-submitting button[type="submit"] {
        opacity: 0.78;
        pointer-events: none;
    }
    .secure {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 12px 0 0 !important;
        color: var(--soft) !important;
        font-size: 13px;
        text-align: center;
        font-weight: 700;
    }
    .secure svg {
        width: 14px;
        height: 14px;
        flex: 0 0 auto;
        color: var(--brand);
        stroke-width: 2.4;
    }
    .trust-strip {
        background: #dff2fb;
        padding: 40px 18px;
        border-top: 1px solid rgba(18, 48, 71, 0.08);
    }
    .trust-title {
        margin: 0 auto 30px;
        text-align: center;
        font-size: clamp(32px, 3.2vw, 44px);
        line-height: 1.05;
        letter-spacing: -0.035em;
        font-weight: 950;
        color: #000;
    }
    .trust-title span {
        color: var(--brand);
    }
    .trust-inner {
        max-width: 900px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 42px;
        text-align: center;
        align-items: start;
    }
    .trust-item {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    .trust-icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 18px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #fff;
        color: var(--brand);
        font-size: 28px;
        box-shadow: 0 10px 24px rgba(8, 145, 178, 0.1);
    }
    .trust-icon svg {
        width: 30px;
        height: 30px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .trust-item strong {
        display: block;
        font-size: 19px;
        line-height: 1.2;
        color: #000;
        font-weight: 900;
    }
    section {
        padding: 40px 18px;
    }
    .section-light {
        background: #f8fafc;
        color: var(--text);
    }
    .section-white {
        background: #fff;
        color: var(--text);
    }
    .section-blue {
        background: #eefafa;
        color: var(--text);
    }
    .section-dark {
        background:
            radial-gradient(
                circle at 15% 10%,
                rgba(6, 182, 212, 0.18),
                transparent 30%
            ),
            linear-gradient(135deg, #123047, #050b14);
        color: #fff;
    }
    .container {
        max-width: var(--max);
        margin: 0 auto;
    }
    .section-head {
        max-width: 760px;
        margin: 0 auto 34px;
        text-align: center;
    }
    .section-head.left {
        margin-left: 0;
        text-align: left;
    }
    .kicker {
        color: var(--brand);
        letter-spacing: 0.22em;
        font-size: 14px;
        font-weight: 950;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .section-dark .kicker {
        color: var(--brand);
    }
    h2 {
        color: var(--text);
        font-size: clamp(32px, 4.4vw, 48px);
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -0.045em;
        margin-bottom: 18px;
    }
    .section-dark h2 {
        color: #ffffff;
    }
    .section-head p {
        font-size: 18px;
        line-height: 1.45;
        color: var(--muted);
    }
    .section-head p + p {
        margin-top: 14px;
    }
    .location-services-section .section-head,
    .why-section .why-head {
        max-width: 920px;
        margin: 0 auto 38px;
        text-align: center;
    }
    .location-services-section .section-head {
        display: block;
    }
    .location-services-section .section-head .kicker {
        margin-bottom: 10px;
    }
    .location-services-section .section-head h2,
    .why-section .why-head h2 {
        color: var(--text);
        font-size: clamp(34px, 4vw, 52px);
        line-height: 1.06;
        letter-spacing: -0.045em;
        margin: 0 auto 18px;
    }
    .location-services-section .section-head p,
    .why-section .why-head p {
        max-width: 880px;
        margin: 0 auto;
        text-align: center;
        color: #334155;
        font-size: 18px;
        line-height: 1.62;
    }
    .location-services-section .section-head p + p,
    .why-section .why-head p + p {
        margin-top: 14px;
    }
    .why-section .why-head {
        display: block;
    }
    .why-section .why-head .kicker {
        margin: 0 0 10px;
    }
    .why-section .why-head h2 + p {
        font-size: 18px;
        line-height: 1.62;
        color: #123047;
        font-weight: 400;
    }
    .service-card p + p,
    .why-card p + p,
    .process-card p + p,
    .problem-card p + p,
    .feature-card p + p,
    .ro-intro-section p + p {
        margin-top: 14px;
    }
    .service-card p:last-child,
    .why-card p:last-child,
    .process-card p:last-child,
    .problem-card p:last-child,
    .feature-card p:last-child,
    .ro-intro-section p:last-child {
        margin-bottom: 0;
    }
    .section-dark .section-head p,
    .section-dark p {
        color: rgba(255, 255, 255, 0.78);
    }
    .ro-intro-section {
        padding: 34px 18px;
        background: #f8fafc;
        color: var(--text);
    }
    .ro-intro-section .ro-intro-head,
    .ro-intro-section .ro-intro-grid {
        width: min(var(--max), calc(100% - 40px));
        margin-left: auto;
        margin-right: auto;
    }
    .ro-intro-section .ro-intro-head {
        margin-bottom: 24px;
        text-align: center;
    }
    .ro-intro-section .ro-intro-head h2 {
        max-width: 900px;
        margin: 0 auto;
        font-size: clamp(34px, 5vw, 64px);
        line-height: 1;
    }
    .ro-intro-section .ro-intro-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        align-items: stretch;
    }
    .ro-intro-section .copy {
        background: #ffffff;
        border: 1px solid rgba(6, 182, 212, 0.28);
        border-top: 4px solid var(--brand);
        border-radius: 8px;
        padding: 28px;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    }
    .ro-intro-section .copy h3 {
        font-size: 24px;
        line-height: 1.15;
        margin: 0 0 14px;
    }
    .ro-intro-section .copy p {
        color: var(--muted);
        margin: 0 0 12px;
    }
    .ro-intro-section .copy p:last-child,
    .ro-intro-section .check-list {
        margin-bottom: 0;
    }
    .ro-intro-section .check-list li:before {
        background: var(--brand);
        color: #ffffff;
    }
    .service-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 24px;
        align-items: stretch;
    }
    .service-card {
        background: #fff;
        border: 1px solid rgba(18, 48, 71, 0.1);
        border-top: 4px solid var(--brand);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 16px 42px rgba(18, 48, 71, 0.08);
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: 0.22s ease;
    }
    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 58px rgba(18, 48, 71, 0.14);
        border-color: rgba(6, 182, 212, 0.58);
        border-top-color: var(--brand-dark);
    }
    .service-title {
        padding: 20px 22px 10px;
        background: #ffffff;
        min-height: 76px;
        display: flex;
        align-items: flex-start;
    }
    .service-card img {
        width: auto;
        max-width: calc(100% - 44px);
        height: 225px;
        object-fit: contain;
        background: transparent;
        margin: 0 auto;
        border-radius: 0;
        box-shadow: 0 8px 22px rgba(18, 48, 71, 0.08);
    }
    .service-card .body {
        background: #fff;
        padding: 18px 22px 24px;
        display: flex;
        flex: 1;
        flex-direction: column;
    }
    .service-card h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -0.035em;
        margin: 0;
        color: #050b14;
    }
    .service-card p {
        color: var(--muted);
        margin-bottom: 20px;
        font-size: 15.5px;
        line-height: 1.58;
    }
    .service-card .text-link {
        margin-top: auto;
        color: #050b14;
        font-weight: 950;
    }
    .service-card .text-link:after {
        color: var(--brand);
        font-size: 20px;
        line-height: 1;
    }
    .service-card .text-link:hover {
        color: var(--brand-dark);
    }
    .text-link {
        margin-top: auto;
        color: var(--brand-dark);
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .text-link:after {
        content: "→";
        transition: transform 0.2s ease;
    }
    .text-link:hover:after {
        transform: translateX(3px);
    }
    .feature-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 56px;
        align-items: start;
        max-width: 1120px;
        margin: 0 auto;
    }
    .feature-card {
        display: grid;
        grid-template-columns: minmax(300px, 1.02fr) minmax(0, 0.98fr);
        gap: 34px;
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
    }
    .feature-card:nth-child(even) img {
        order: 2;
    }
    .feature-card:nth-child(even) .copy {
        order: 1;
    }
    .feature-card img {
        height: clamp(260px, 28vw, 360px);
        min-height: 0;
        object-fit: cover;
        width: 100%;
        border-radius: 0;
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    }
    .feature-card .copy {
        padding: 0 6px;
    }
    .feature-card h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.035em;
        margin-bottom: 12px;
    }
    .feature-card p {
        color: var(--muted);
        margin-bottom: 0;
    }
    .feature-card .check-list {
        margin: 18px 0 22px;
    }
    .feature-card .text-link {
        margin-top: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 22px;
        border-radius: 10px;
        background: var(--brand);
        color: #ffffff;
        font-size: 14px;
        font-weight: 900;
        box-shadow: 0 12px 28px rgba(6, 182, 212, 0.2);
    }
    .feature-card .text-link:after {
        display: none;
    }
    .feature-card .text-link:hover {
        background: var(--brand-dark);
        color: #ffffff;
        transform: translateY(-1px);
    }
    .check-list {
        list-style: none;
        padding: 0;
        margin: 18px 0 20px;
        display: grid;
        gap: 10px;
        color: #334155;
    }
    .check-list li {
        display: grid;
        grid-template-columns: 22px 1fr;
        gap: 8px;
        align-items: start;
    }
    .check-list li:before {
        content: "✓";
        color: white;
        background: var(--green);
        border-radius: 99px;
        width: 21px;
        height: 21px;
        display: grid;
        place-items: center;
        font-size: 13px;
        font-weight: 900;
        margin-top: 2px;
    }
    .advanced-services .check-list li:before {
        background: var(--brand);
    }
    .why-section {
        background: linear-gradient(180deg, #f8fbfd 0%, #eef4f7 100%);
        color: var(--text);
        padding: 40px 18px;
        border-top: 1px solid rgba(18, 48, 71, 0.06);
        border-bottom: 1px solid rgba(18, 48, 71, 0.06);
    }
    .why-head {
        max-width: 1180px;
        margin: 0 auto 42px;
        text-align: center;
    }
    .why-head .kicker {
        color: var(--brand);
        letter-spacing: 0.22em;
        font-size: 14px;
        font-weight: 950;
        margin: 0 0 24px;
    }
    .why-head .why-title {
        font-size: clamp(32px, 4.4vw, 48px);
        font-weight: 700;
        line-height: 1.12;
        letter-spacing: -0.055em;
        margin-bottom: 20px;
        color: var(--text);
    }
    .why-head .why-title span {
        color: var(--brand);
    }
    .why-head p {
        max-width: 1100px;
        margin: 0 auto;
        color: #334155;
        font-size: 21px;
        line-height: 1.45;
    }
    .why-grid {
        max-width: 1320px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
    .why-card {
        background: #ffffff;
        border: 1px solid rgba(18, 48, 71, 0.09);
        border-top: 4px solid var(--brand);
        border-radius: 16px;
        padding: 48px 46px 44px;
        min-height: 430px;
        box-shadow: 0 18px 48px rgba(18, 48, 71, 0.08);
        transition:
            transform 0.22s ease,
            box-shadow 0.22s ease,
            border-color 0.22s ease;
    }
    .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 26px 64px rgba(18, 48, 71, 0.13);
        border-color: rgba(6, 182, 212, 0.58);
        border-top-color: var(--brand-dark);
    }
    .why-icon {
        width: 64px;
        height: 64px;
        display: grid;
        place-items: center;
        margin: 0 auto 58px;
        border-radius: 18px;
        background: #dcf7fb;
        color: var(--brand);
    }
    .why-icon svg {
        width: 32px;
        height: 32px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .why-card h3 {
        color: #050b14;
        font-size: 29px;
        font-weight: 700;
        line-height: 1.16;
        letter-spacing: -0.035em;
        margin-bottom: 20px;
        text-align: center;
    }
    .why-card p {
        color: #334155;
        font-size: 17px;
        line-height: 1.65;
        margin: 0;
    }
    .problems-section {
        background: linear-gradient(
            90deg,
            rgba(238, 250, 250, 0.96),
            rgba(248, 250, 252, 1)
        );
        position: relative;
        overflow: hidden;
    }
    .problems-section:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(
                circle at 8% 16%,
                rgba(6, 182, 212, 0.12),
                transparent 32%
            ),
            radial-gradient(
                circle at 92% 8%,
                rgba(18, 48, 71, 0.08),
                transparent 28%
            );
        pointer-events: none;
    }
    .problems-layout {
        position: relative;
        display: grid;
        grid-template-columns: 0.72fr 1.58fr;
        gap: 34px;
        align-items: stretch;
    }
    .problem-intro {
        color: var(--text);
        padding: 0 18px 0 0;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .problem-intro .kicker {
        color: var(--brand);
        margin-bottom: 14px;
    }
    .problem-intro h2 {
        color: var(--text);
        font-size: clamp(36px, 4.2vw, 62px);
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: -0.05em;
        margin-bottom: 18px;
    }
    .problem-intro h2 span {
        color: var(--brand);
    }
    .problem-intro p {
        color: var(--muted);
        font-size: 18px;
        line-height: 1.55;
        margin-bottom: 26px;
    }
    .problem-intro .btn {
        width: fit-content;
        min-width: 230px;
        border-radius: 8px;
    }
    .problems-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .problem-card {
        background: #ffffff;
        border: 1px solid rgba(18, 48, 71, 0.1);
        border-top: 4px solid var(--brand);
        border-radius: 14px;
        padding: 28px 24px 26px;
        box-shadow: 0 16px 38px rgba(18, 48, 71, 0.08);
        min-height: 255px;
        transition:
            transform 0.22s ease,
            box-shadow 0.22s ease,
            border-color 0.22s ease;
    }
    .problem-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 54px rgba(18, 48, 71, 0.14);
        border-color: rgba(6, 182, 212, 0.5);
    }
    .problem-icon {
        width: 54px;
        height: 54px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #e6fbff;
        color: var(--brand);
        font-size: 24px;
        margin: 0 auto 22px;
        box-shadow: inset 0 0 0 1px rgba(6, 182, 212, 0.12);
    }
    .problem-icon svg {
        width: 27px;
        height: 27px;
        stroke: currentColor;
        stroke-width: 2.1;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .problem-card h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.16;
        margin-bottom: 12px;
        letter-spacing: -0.025em;
        color: #050b14;
        text-align: center;
    }
    .problem-card p {
        color: var(--muted);
        margin-bottom: 0;
        font-size: 15.5px;
        line-height: 1.58;
    }
    .process-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        counter-reset: process;
    }
    .process-card {
        position: relative;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 26px;
        min-height: 230px;
        overflow: hidden;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    }
    .process-num {
        color: var(--brand);
        font-size: 40px;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -0.06em;
        margin-bottom: 20px;
    }
    .process-card h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .process-card p {
        color: var(--muted);
        margin-bottom: 0;
    }
    .service-area-section {
        background: #ffffff;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .areas {
        display: grid;
        grid-template-columns: 1.02fr 0.98fr;
        gap: 46px;
        align-items: start;
    }
    .areas h2 {
        font-size: clamp(30px, 3vw, 40px);
        font-weight: 700;
        line-height: 1.12;
        letter-spacing: -0.035em;
        margin-bottom: 14px;
        color: #050b14;
    }
    .areas p {
        color: var(--muted);
        max-width: 980px;
        margin-bottom: 18px;
    }
    .area-list {
        column-count: 2;
        column-gap: 72px;
        padding: 0;
        list-style: none;
        margin: 18px 0 0;
        max-width: 700px;
    }
    .area-list li {
        break-inside: avoid;
        margin: 0 0 9px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #050b14;
        font-weight: 400;
        line-height: 1.2;
    }
    .area-list li:before {
        content: "✓";
        width: 16px;
        height: 16px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 999px;
        background: var(--brand);
        color: #ffffff;
        font-size: 11px;
        font-weight: 950;
    }
    .area-image {
        border-radius: 0;
        overflow: hidden;
        box-shadow: 0 18px 48px rgba(18, 48, 71, 0.14);
        min-height: 355px;
        align-self: end;
    }
    .area-image img {
        height: 100%;
        min-height: 355px;
        width: 100%;
        object-fit: cover;
    }
    .reviews-section {
        background:
            radial-gradient(
                circle at 15% 0%,
                rgba(6, 182, 212, 0.16),
                transparent 28%
            ),
            linear-gradient(135deg, #050b14 0%, #101a2b 100%);
        color: #ffffff;
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: hidden;
    }
    .reviews-head {
        text-align: center;
        margin-bottom: 42px;
    }
    .reviews-head h2 {
        color: #ffffff;
        font-size: clamp(38px, 4.6vw, 60px);
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: -0.045em;
        margin-bottom: 16px;
    }
    .reviews-head h2 span {
        color: var(--brand);
    }
    .reviews-head .kicker {
        color: var(--brand);
        margin-bottom: 0;
    }
    .reviews-slider {
        position: relative;
        max-width: 1250px;
        margin: 0 auto;
    }
    .testimonials {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        padding: 0 2px 10px;
    }
    .testimonials::-webkit-scrollbar {
        display: none;
    }
    .review-card {
        flex: 0 0 calc((100% - 48px) / 3);
        background: #ffffff;
        color: #123047;
        border: 1px solid rgba(226, 232, 240, 0.95);
        border-top: 4px solid var(--brand);
        border-radius: 8px;
        padding: 28px 26px 24px;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        min-height: 290px;
        scroll-snap-align: start;
    }
    .review-card .stars {
        margin-bottom: 18px;
        font-size: 16px;
        color: var(--brand);
        letter-spacing: 6px;
    }
    .review-card p {
        color: #334155;
        font-size: 15.5px;
        line-height: 1.58;
        display: -webkit-box;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .review-card.is-expanded p {
        display: block;
        overflow: visible;
    }
    .review-read {
        appearance: none;
        background: transparent;
        border: 0;
        color: #050b14;
        cursor: pointer;
        font-weight: 900;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 18px;
        padding: 0;
        text-align: left;
        width: fit-content;
    }
    .review-read:hover,
    .review-read:focus-visible {
        color: var(--brand-dark);
    }
    .review-person {
        display: flex;
        align-items: center;
        gap: 13px;
        margin-top: auto;
        padding-top: 0;
        border-top: 0;
    }
    .avatar {
        width: 52px;
        height: 52px;
        border-radius: 999px;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        color: #94a3b8;
        display: grid;
        place-items: center;
        font-weight: 950;
        font-size: 13px;
    }
    .review-person strong {
        display: block;
        line-height: 1.15;
        color: #050b14;
    }
    .review-person span {
        color: #475569;
        font-size: 13px;
        font-weight: 700;
    }
    .review-nav {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        z-index: 3;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: #ffffff;
        color: #050b14;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
        display: grid;
        place-items: center;
    }
    .review-nav:hover {
        background: var(--brand);
        color: #ffffff;
    }
    .review-nav.is-hidden {
        opacity: 0;
        pointer-events: none;
    }
    .review-prev {
        left: -22px;
    }
    .review-next {
        right: -22px;
    }
    .review-dots {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-top: 22px;
    }
    .review-dot {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.45);
        cursor: pointer;
        padding: 0;
    }
    .review-dot.is-active {
        background: #ffffff;
        transform: scale(1.12);
    }
    .cta {
        position: relative;
        padding: 40px 18px;
        background:
            linear-gradient(
                90deg,
                rgba(5, 11, 20, 0.86),
                rgba(18, 48, 71, 0.88)
            ),
            radial-gradient(
                circle at 18% 18%,
                rgba(255, 255, 255, 0.18) 0 3px,
                transparent 4px
            ),
            radial-gradient(
                circle at 72% 35%,
                rgba(255, 255, 255, 0.14) 0 5px,
                transparent 6px
            ),
            radial-gradient(
                circle at 42% 76%,
                rgba(255, 255, 255, 0.1) 0 4px,
                transparent 5px
            ),
            radial-gradient(
                circle at 88% 68%,
                rgba(255, 255, 255, 0.16) 0 3px,
                transparent 4px
            ),
            linear-gradient(135deg, #050b14 0%, #123047 100%);
        background-size:
            auto,
            170px 170px,
            230px 230px,
            210px 210px,
            190px 190px,
            auto;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }
    .cta:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(
                ellipse at 22% 20%,
                rgba(6, 182, 212, 0.18),
                transparent 35%
            ),
            radial-gradient(
                ellipse at 72% 32%,
                rgba(255, 255, 255, 0.1),
                transparent 32%
            );
        pointer-events: none;
    }
    .cta .container {
        position: relative;
        max-width: 880px;
    }
    .cta .kicker {
        color: var(--brand);
        margin-bottom: 18px;
    }
    .cta h2 {
        color: #ffffff;
        font-size: clamp(44px, 5.1vw, 74px);
        font-weight: 700;
        line-height: 1.16;
        letter-spacing: -0.05em;
        margin-bottom: 26px;
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    }
    .cta h2 span {
        color: var(--brand);
        display: inline-block;
    }
    .cta p {
        color: rgba(255, 255, 255, 0.92);
        font-size: 18px;
        line-height: 1.6;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta-actions {
        display: flex;
        justify-content: center;
        gap: 180px;
        flex-wrap: wrap;
        margin-top: 34px;
    }
    .cta .btn {
        min-width: 190px;
        border-radius: 12px;
    }
    .faq-section {
        background: #f8fbfc;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq-wrap {
        display: grid;
        grid-template-columns: 0.78fr 1.22fr;
        gap: 52px;
        align-items: start;
    }
    .faq-section .section-head.left {
        max-width: 440px;
        margin: 0;
        text-align: left;
    }
    .faq-section .section-head h2 {
        color: var(--text);
        font-size: clamp(44px, 5.1vw, 68px);
        font-weight: 700;
        line-height: 1.13;
        letter-spacing: -0.055em;
        margin-bottom: 24px;
    }
    .faq-section .section-head h2 span {
        color: var(--brand);
    }
    .faq-section .section-head p {
        font-size: 17px;
        line-height: 1.65;
        margin-bottom: 28px;
    }
    .faq-section .section-head .btn {
        width: fit-content;
        min-width: 190px;
        border-radius: 12px;
    }
    .faq-list {
        display: grid;
        gap: 12px;
    }
    .faq-item {
        background: #fff;
        border: 1px solid rgba(6, 182, 212, 0.45);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(18, 48, 71, 0.06);
    }
    .faq-item.active {
        border-color: rgba(6, 182, 212, 0.75);
        box-shadow: 0 16px 34px rgba(18, 48, 71, 0.09);
    }
    .faq-question {
        width: 100%;
        background: #ffffff;
        border: 0;
        padding: 18px 52px 18px 20px;
        position: relative;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        cursor: pointer;
        font-weight: 700;
        color: var(--text);
    }
    .faq-question span:first-child {
        line-height: 1.28;
    }
    .faq-question .plus {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 22px;
        height: 22px;
        color: #050b14;
        display: grid;
        place-items: center;
        font-size: 0;
        line-height: 1;
        transform: translateY(-50%);
        transition: color 0.2s ease;
        flex: 0 0 auto;
    }
    .faq-question .plus:before {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }
    .faq-item.active .faq-question {
        color: var(--brand-dark);
    }
    .faq-item.active .faq-question .plus {
        color: var(--brand);
    }
    .faq-item.active .faq-question .plus:before {
        transform: rotate(225deg);
    }
    .faq-answer {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.25s ease;
    }
    .faq-item.active .faq-answer {
        grid-template-rows: 1fr;
    }
    .faq-answer > div {
        overflow: hidden;
    }
    .faq-answer p {
        margin: 0;
        padding: 0 20px 22px;
        color: var(--muted);
        line-height: 1.65;
    }
    @media (max-width: 1060px) {
        .cta-actions {
            gap: 16px;
        }
        .faq-wrap {
            grid-template-columns: 1fr;
        }
        .faq-section .section-head.left {
            max-width: 760px;
        }
    }
    @media (max-width: 1180px) {
        .areas {
            grid-template-columns: 1fr;
        }
        .area-image {
            max-width: 760px;
        }
        .review-card {
            flex-basis: calc((100% - 24px) / 2);
        }
        .problems-layout {
            grid-template-columns: 1fr;
        }
        .problem-intro {
            text-align: center;
            align-items: center;
        }
        .problems-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 1060px) {
        .hero-inner,
        .areas,
        .faq-wrap {
            grid-template-columns: 1fr;
            width: min(1460px, 94vw);
        }
        .why-grid {
            grid-template-columns: 1fr;
            max-width: 760px;
        }
        .location-services-section .section-head p,
        .why-section .why-head p {
            max-width: 760px;
        }
        .why-card {
            min-height: auto;
        }
        .hero {
            padding-top: 26px;
        }
        .service-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .feature-grid {
            grid-template-columns: 1fr;
        }
        .trust-inner {
            grid-template-columns: repeat(2, 1fr);
            gap: 28px 18px;
        }
    }
    @media (max-width: 780px) {
        #main,
        #main section {
            width: 100%;
            max-width: 100%;
            overflow-x: clip;
        }
        #main,
        .twf-footer {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
        #main .container,
        #main .hero-inner,
        #main .form-card {
            max-width: 100%;
            min-width: 0;
        }
        #main .hero-inner {
            gap: 23px;
        }
        .cta {
            padding: 40px 18px;
        }
        .cta h2 {
            font-size: 42px;
        }
        .cta-actions {
            display: grid;
            gap: 14px;
        }
        .faq-section .section-head h2 {
            font-size: 44px;
        }
        .area-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-count: auto;
            column-gap: 14px;
            row-gap: 9px;
        }
        .area-list li {
            margin: 0;
        }
        .area-image,
        .area-image img {
            min-height: 260px;
        }
        .reviews-section {
            padding-top: 40px;
        }
        .review-card {
            flex-basis: 100%;
            min-height: auto;
        }
        .review-nav {
            width: 38px;
            height: 38px;
            font-size: 26px;
        }
        .review-prev {
            left: -6px;
        }
        .review-next {
            right: -6px;
        }
        .reviews-head {
            margin-bottom: 28px;
        }
        .hero-inner,
        .form-card {
            min-width: 0;
        }
        .hero {
            padding-bottom: 40px;
        }
        .hero-actions {
            display: grid;
        }
        .btn {
            width: 100%;
        }
        .service-grid,
        .ro-intro-section .ro-intro-grid,
        .problems-grid,
        .process-grid {
            grid-template-columns: 1fr;
        }
        .service-grid {
            grid-auto-rows: auto;
            align-items: start;
        }
        .service-card {
            height: auto;
        }
        .service-card .body {
            flex: 0 0 auto;
        }
        .service-card .text-link {
            margin-top: 0;
        }
        .feature-card {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .feature-card:nth-child(even) img,
        .feature-card:nth-child(even) .copy {
            order: initial;
        }
        .feature-card img {
            min-height: 240px;
            height: 240px;
        }
        .feature-card .copy {
            padding: 0;
        }
        section {
            padding: 40px 18px;
        }
        .service-area-section {
            padding-top: 18px;
        }
        .why-section {
            padding: 40px 18px;
        }
        .why-head {
            text-align: center;
            margin-bottom: 28px;
        }
        .why-head .kicker {
            font-size: 12px;
            letter-spacing: 0.14em;
            margin-bottom: 14px;
        }
        .why-head .why-title {
            text-align: center;
        }
        .why-head p {
            font-size: 17px;
        }
        .why-card {
            padding: 30px 24px;
        }
        .why-icon {
            margin: 0 auto 22px;
        }
        .why-card h3 {
            text-align: center;
            font-size: 24px;
        }
        .section-head {
            text-align: left;
            margin-left: 0;
        }
        .text-popup {
            bottom: 84px;
        }
    }
    @media (max-width: 780px) {
        .problem-intro {
            padding: 0;
            text-align: left;
            align-items: flex-start;
        }
        .problem-intro h2 {
            font-size: 38px;
        }
        .problem-intro .btn {
            width: 100%;
        }
        .problems-grid {
            grid-template-columns: 1fr;
        }
        .problem-card {
            min-height: auto;
            padding: 24px 20px;
        }
    }
    @media (max-width: 480px) {
        h1 {
            font-size: 36px;
        }
        .hero-copy {
            font-size: 16px;
        }
        .form-card {
            padding: 20px;
            border-radius: 12px;
        }
        .service-card img {
            width: auto;
            max-width: calc(100% - 32px);
            margin-left: auto;
            margin-right: auto;
            height: 190px;
        }
        .service-title {
            padding: 18px 16px 10px;
        }
        .service-card .body {
            padding: 16px 16px 22px;
        }
        .trust-icon {
            width: 54px;
            height: 54px;
            font-size: 26px;
        }
        .trust-item strong {
            font-size: 18px;
        }
    }
    #main {
        padding-top: 150px;
        background: #050b14;
    }
    @media (max-width: 1180px) {
        #main {
            padding-top: 142px;
        }
    }
    @media (max-width: 390px) {
        #main {
            padding-top: 136px;
        }
    }
    .hero {
        padding: 40px 18px !important;
    }
    .hero:before {
        z-index: 1 !important;
        background:
            linear-gradient(
                90deg,
                rgba(5, 11, 20, 0.88) 0%,
                rgba(5, 11, 20, 0.82) 52%,
                rgba(5, 11, 20, 0.62) 76%,
                rgba(5, 11, 20, 0.38) 100%
            ),
            radial-gradient(
                circle at 10% 18%,
                rgba(6, 182, 212, 0.16),
                transparent 30%
            ) !important;
    }
    .hero-inner {
        align-items: start !important;
    }
    .hero-inner > div:first-child {
        padding-top: 0 !important;
    }
    .form-card {
        align-self: start !important;
        padding: 22px 34px 18px !important;
    }
    .form-card h3,
    .form-card .form-card-title {
        font-size: 24px !important;
        margin-bottom: 12px !important;
        line-height: 1.12;
    }
    .native-lead-form .field,
    .field {
        margin-bottom: 9px !important;
    }
    .native-lead-form input,
    .native-lead-form select,
    .native-lead-form textarea,
    input,
    textarea,
    select {
        min-height: 42px !important;
        padding: 10px 12px !important;
    }
    .native-lead-form textarea,
    textarea {
        min-height: 68px !important;
    }
    .sms-disclaimer {
        font-size: 11px !important;
        line-height: 1.35 !important;
        margin: 0 0 10px !important;
    }
    .form-card .btn {
        min-height: 44px !important;
    }
    .secure {
        margin-top: 8px !important;
    }
    @media (max-width: 1060px) {
        .hero-inner {
            align-items: stretch !important;
        }
    }
    @media (max-width: 780px) {
        .form-card {
            padding: 18px !important;
        }
    }
    .hero,
    .hero-inner,
    .hero-inner > div,
    .hero h1,
    .hero-copy,
    .hero-actions,
    .rating-line,
    .form-card {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
    #twfLcpAnchor,
    .hero .hero-copy,
    .hero .hero-actions,
    .hero .rating-line,
    .hero .form-card,
    .hero .form-card * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }
    #main,
    #main .hero,
    #main .hero-inner,
    #main .hero-inner > div {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }
    .twf-header,
    .twf-header.is-scrolled {
        min-height: 0 !important;
    }
    @media (prefers-reduced-motion: reduce) {
        .twf-site-header-wrap .twf-header,
        .twf-site-header-wrap .twf-header::before,
        .twf-site-header-wrap .twf-nav,
        .twf-site-header-wrap .twf-brand-mark,
        .twf-site-header-wrap .twf-logo-dark,
        .twf-site-header-wrap .twf-logo-light,
        .twf-site-header-wrap .twf-menu,
        .twf-site-header-wrap .twf-header-actions,
        .twf-site-header-wrap .twf-btn,
        .twf-site-header-wrap .twf-btn-icon {
            transition: none !important;
        }
    }
