@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
}

.top-banner {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    background: #141617;
}

.top-banner-p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-align: center;
    color: #FFFFFF;
}

.top-banner-yellow {
    color: #F5B51E;
}

.top-banner-a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-align: center;
    color: #EF1C23;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.top-banner-a:hover {
    opacity: 0.7;
}

.navbar-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #F3F4F6;
}

.navbar-top-left {
    display: flex;
    flex-direction: row;
    align-items: left;
    width: 150px;
    height: auto;
}

.navbar-top-logo {
    width: 100%;
}

.navbar-top-right {
    display: flex;
    flex-direction: row;
    align-items: right;
    gap: 10px;
}

.navbar-top-btns-phone {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    background: #141617;
    border-radius: 16777200px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.navbar-top-btns-phone:hover {
    background: #2B2E30;
    transform: translateY(-1px);
}

.navbar-top-btns-phone-icon {
    width: 11px;
    height: auto;
}

.navbar-top-btns {
    display: flex;
    flex-direction: column;
    align-items: left; 
}

.navbar-top-btns-eb-phone {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    color: #FFFFFF99;
}

.navbar-top-btns {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18.75px;
    letter-spacing: -0.38px;
    color: #FFFFFF;
}

.navbar-top-btns-quote {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    background: #EF1C23;
    border-radius: 16777200px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.navbar-top-btns-quote:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.navbar-top-btns-quote-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.navbar-top-btns-quote:hover .navbar-top-btns-quote-icon {
    transform: translateX(3px);
}

.navbar-top-btns-eb-quote {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    color: #FFFFFFB2;
}

.navbar-top-btns-bbb {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #003F87;
    background: #003F87;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.navbar-top-btns-bbb:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 63, 135, 0.28);
}

.navbar-top-btns-bbb-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 11px;
}

.navbar-btns-bbb {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.navbar-top-btns-bbb-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    background: #FFFFFF;
}

.navbar-top-btns-bbb-plus {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #003F87;
}

.navbar-top-btns-bbb-accredited {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.8px;
    color: #555555;
}

.navbar {
    width: 100%;
    background: #FFFFFF;
}

.navbar-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.navbar-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #141617;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.navbar-item {
    position: relative;
}

.navbar-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    gap: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #333333;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    background: #EF1C23;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.navbar-link:hover {
    color: #EF1C23;
}

.navbar-link:hover::after {
    transform: scaleX(1);
}

.navbar-down-arrow {
    width: 5px;
    height: 2.5px;
    transition: transform 0.2s ease;
}

.navbar-item:hover .navbar-down-arrow {
    transform: rotate(180deg);
}

.navbar-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 220px;
    padding: 8px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    z-index: 20;
}

.navbar-item:hover .navbar-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}

.navbar-item:first-child .navbar-dropdown {
    left: 0;
    transform: translate(0, 6px);
}

.navbar-item:first-child:hover .navbar-dropdown {
    transform: translate(0, 0);
}

.navbar-item:last-child .navbar-dropdown {
    left: auto;
    right: 0;
    transform: translate(0, 6px);
}

.navbar-item:last-child:hover .navbar-dropdown {
    transform: translate(0, 0);
}

.navbar-dropdown-link {
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.navbar-dropdown-link:hover {
    background: #F3F4F6;
    color: #EF1C23;
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .navbar-top-btns-bbb {
        display: none;
    }

    .navbar-toggle {
        display: flex;
    }

    .navbar {
        display: grid;
        grid-template-rows: 0fr;
        border-top: 1px solid #F3F4F6;
        transition: grid-template-rows 0.3s ease;
    }

    .navbar.is-open {
        grid-template-rows: 1fr;
    }

    .navbar-inner {
        flex-direction: column;
        align-items: stretch;
        overflow: hidden;
    }

    #site-navbar .navbar-item {
        width: 100%;
        border-bottom: 1px solid #F3F4F6;
    }

    #site-navbar .navbar-link {
        width: 100%;
        justify-content: space-between;
        padding: 16px 24px;
    }

    #site-navbar .navbar-link::after {
        display: none;
    }

    #site-navbar .navbar-down-arrow {
        display: none;
    }

    #site-navbar .navbar-dropdown {
        position: static;
        display: flex;
        min-width: 0;
        width: 100%;
        margin: 0;
        padding: 0 24px 14px 36px;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    #site-navbar .navbar-dropdown-link {
        padding: 8px 0;
        font-size: 13px;
        color: #666666;
    }

    #site-navbar .navbar-dropdown-link:hover {
        background: transparent;
        color: #EF1C23;
        transform: none;
    }
}

@media (max-width: 700px) {
    .navbar-top {
        padding: 12px 20px;
    }

    .navbar-top-left {
        width: 110px;
    }

    .navbar-top-right {
        gap: 8px;
    }

    .navbar-top-btns-phone,
    .navbar-top-btns-quote {
        padding: 10px;
    }

    .navbar-top-btns-phone .navbar-top-btns,
    .navbar-top-btns-quote .navbar-top-btns {
        display: none;
    }

    .top-banner {
        padding: 8px 16px;
    }

    .top-banner-p,
    .top-banner-a {
        font-size: 11px;
    }
}

.home-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 680px;
    background: url('../img/banner-bg.png') center center / cover no-repeat;
}

.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 22, 23, 0.88) 0%, rgba(20, 22, 23, 0.6) 50%, rgba(20, 22, 23, 0.35) 100%);
}

.home-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 40px;
}

.home-banner-left {
    max-width: 560px;
}

.home-banner-badge {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 24px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-banner-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 1.08;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home-banner-heading-yellow {
    color: #F5B51E;
}

.home-banner-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFFCC;
    max-width: 480px;
    margin-bottom: 32px;
}

.home-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.home-banner-btn-quote {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-banner-btn-quote:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.home-banner-btn-quote-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.home-banner-btn-phone {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF4D;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-banner-btn-phone:hover {
    background: #FFFFFF33;
    transform: translateY(-1px);
}

.home-banner-btn-phone-icon {
    width: 14px;
    height: auto;
}

.home-banner-card {
    flex-shrink: 0;
    width: 420px;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.home-banner-card-label {
    display: block;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-banner-card-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.home-banner-card-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    color: #1A1A1A;
}

.home-banner-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0033A01A;
    color: #EF1C23;
}

.home-banner-card-icon svg {
    width: 18px;
    height: 18px;
}

.home-banner-card-btn {
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: #F5B51E;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #141617;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-banner-card-btn:hover {
    background: #E0A415;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .home-banner-content {
        flex-direction: column;
        align-items: stretch;
        padding: 60px 24px;
    }

    .home-banner-left {
        max-width: 100%;
    }

    .home-banner-heading {
        font-size: 42px;
    }

    .home-banner-card {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .home-banner-heading {
        font-size: 32px;
    }

    .home-banner-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-banner-btn-quote,
    .home-banner-btn-phone {
        justify-content: center;
    }
}

.home-stats {
    display: flex;
    background: #EF1C23;
}

.home-stats-item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 20px;
    text-align: center;
}

.home-stats-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    bottom: 22%;
    right: 0;
    width: 1px;
    background: #FFFFFF4D;
}

.home-stats-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    color: #F5B51E;
}

.home-stats-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #FFFFFFE6;
}

.home-ticker {
    overflow: hidden;
    background: #141617;
    padding: 16px 0;
}

.home-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: home-ticker-scroll 30s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}

.home-ticker:hover .home-ticker-track {
    animation-play-state: paused;
}

.home-ticker-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.home-ticker-item {
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    color: #FFFFFF;
}

.home-ticker-diamond {
    font-size: 10px;
    color: #EF1C23;
}

@keyframes home-ticker-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-25%, 0, 0);
    }
}

@media (max-width: 700px) {
    .home-stats {
        flex-wrap: wrap;
    }

    .home-stats-item {
        flex: 0 0 50%;
        padding: 20px 12px;
    }

    .home-stats-item::after {
        display: none;
    }
}

.home-quality {
    background: #F7F8FA;
    padding: 90px 40px;
}

.home-quality-content {
    display: flex;
    align-items: center;
    gap: 64px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-quality-image {
    position: relative;
    flex: 1;
    max-width: 600px;
}

.home-quality-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home-quality-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 16px 20px;
    background: #EF1C23;
    border-radius: 14px;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.home-quality-badge-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.home-quality-badge-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}

.home-quality-text {
    flex: 1;
    max-width: 600px;
}

.home-quality-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-quality-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
    margin-bottom: 22px;
}

.home-quality-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    margin-bottom: 18px;
}

.home-quality-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    margin: 26px 0 32px;
}

.home-quality-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #141617;
}

.home-quality-check svg {
    width: 18px;
    height: 18px;
    color: #EF1C23;
    flex-shrink: 0;
}

.home-quality-btn {
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-quality-btn:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.home-quality-btn-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
    .home-quality-content {
        flex-direction: column;
        align-items: stretch;
    }

    .home-quality-image,
    .home-quality-text {
        max-width: 100%;
    }

    .home-quality-heading {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    .home-quality {
        padding: 60px 24px;
    }

    .home-quality-checklist {
        grid-template-columns: 1fr;
    }
}

.home-types {
    padding: 90px 40px;
    background: #FFFFFF;
}

.home-types-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-types-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-types-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
    margin-bottom: 16px;
}

.home-types-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.home-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-types-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3.2;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-types-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.home-types-card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-types-card:hover .home-types-card-img {
    transform: scale(1.06);
}

.home-types-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
}

.home-types-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.home-types-card-subtitle {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFFCC;
}

@media (max-width: 992px) {
    .home-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-types-heading {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    .home-types {
        padding: 60px 24px;
    }

    .home-types-grid {
        grid-template-columns: 1fr;
    }
}

.home-proof {
    background: #1A1A1A;
    padding: 100px 40px;
}

.home-proof-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-proof-text {
    flex: 1;
    max-width: 560px;
}

.home-proof-badge {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 24px;
    background: #0033A026;
    border: 1px solid #0033A04D;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF8A80;
}

.home-proof-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.12;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.home-proof-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF8C;
    margin-bottom: 28px;
}

.home-proof-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
}

.home-proof-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    color: #FFFFFFBF;
}

.home-proof-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #EF1C23;
    color: #EF1C23;
}

.home-proof-icon-img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.home-proof-btn {
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-proof-btn:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.home-proof-btn-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.home-proof-gallery {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
    flex: 1;
    max-width: 600px;
    height: 560px;
}

.home-proof-gallery-main {
    position: relative;
    height: 100%;
}

.home-proof-gallery-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.home-proof-gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.home-proof-gallery-side .home-proof-gallery-img {
    flex: 1;
    min-height: 0;
}

.home-proof-gallery-badge {
    position: absolute;
    left: -60px;
    bottom: 20px;
    z-index: 2;
    padding: 12px 20px;
    background: #EF1C23;
    border-radius: 12px;
    box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
}

.home-proof-gallery-badge-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.home-proof-gallery-badge-label {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #FFFFFFB2;
}

@media (max-width: 992px) {
    .home-proof-content {
        flex-direction: column;
        align-items: stretch;
    }

    .home-proof-text,
    .home-proof-gallery {
        max-width: 100%;
    }

    .home-proof-heading {
        font-size: 34px;
    }

    .home-proof-gallery {
        height: 420px;
        margin-top: 20px;
    }

    .home-proof-gallery-badge {
        left: 16px;
        bottom: 16px;
    }
}

@media (max-width: 520px) {
    .home-proof {
        padding: 60px 24px;
    }

    .home-proof-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }

    .home-proof-gallery-main {
        height: 260px;
    }

    .home-proof-gallery-side {
        flex-direction: row;
        height: 160px;
    }
}

.home-offer {
    padding: 90px 40px;
    background: #FFFFFF;
}

.home-offer-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-offer-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0033A0;
}

.home-offer-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
}

.home-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-offer-card {
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.home-offer-card:hover {
    transform: translateY(-4px);
    border-color: #E5E7EB;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.home-offer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    background: #0033A01A;
    border-radius: 12px;
    color: #0033A0;
}

.home-offer-icon svg {
    width: 24px;
    height: 24px;
}

.home-offer-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #141617;
    margin-bottom: 10px;
}

.home-offer-card-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

@media (max-width: 992px) {
    .home-offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-offer-heading {
        font-size: 32px;
    }
}

@media (max-width: 620px) {
    .home-offer {
        padding: 60px 24px;
    }

    .home-offer-grid {
        grid-template-columns: 1fr;
    }
}

.home-builds {
    padding: 90px 40px;
    background: #141617;
}

.home-builds-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-builds-eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 18px;
    background: #0033A026;
    border: 1px solid #0033A04D;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6B9AFF;
}

.home-builds-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.home-builds-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF73;
}

.home-builds-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto 40px;
}

.home-builds-card {
    display: flex;
    flex-direction: column;
    background: #1B1D1F;
    border: 1px solid #2A2D30;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-builds-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.home-builds-card-image {
    position: relative;
}

.home-builds-card-image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-builds-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-builds-card-body {
    padding: 20px 22px 22px;
}

.home-builds-card-dims {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF66;
    margin-bottom: 8px;
}

.home-builds-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.home-builds-card-body .home-builds-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF73;
    margin-bottom: 16px;
}

.home-builds-card-divider {
    height: 1px;
    background: #FFFFFF12;
    margin-bottom: 14px;
}

.home-builds-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF4D;
}

.home-builds-card-location svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.home-builds-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.home-builds-btn-primary {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-builds-btn-primary:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.home-builds-btn-primary-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.home-builds-btn-secondary {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    background: transparent;
    border: 1px solid #FFFFFF40;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-builds-btn-secondary:hover {
    background: #FFFFFF14;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .home-builds-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-builds-heading {
        font-size: 32px;
    }
}

@media (max-width: 620px) {
    .home-builds {
        padding: 60px 24px;
    }

    .home-builds-grid {
        grid-template-columns: 1fr;
    }

    .home-builds-actions {
        flex-direction: column;
    }

    .home-builds-btn-primary,
    .home-builds-btn-secondary {
        width: 100%;
    }
}

.home-people {
    padding: 90px 40px;
    background: #F9FAFB;
}

.home-people-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-people-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-people-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 41.6px;
    line-height: 62.4px;
    color: #141617;
    margin-bottom: 16px;
}

.home-people-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    color: #666666;
}

.home-people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto 24px;
}

.home-people-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-people-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.home-people-card-img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-people-card-body {
    padding: 24px;
}

.home-people-card-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    background: #0033A01A;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-people-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 21.25px;
    color: #141617;
    margin-bottom: 10px;
}

.home-people-card-body .home-people-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #666666;
}

.home-people-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 40px;
    background: #141617;
    border-radius: 16px;
}

.home-people-bar-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.home-people-bar-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF80;
}

.home-people-bar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.home-people-bar-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #FFFFFF;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #141617;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-people-bar-btn svg {
    width: 15px;
    height: 15px;
}

.home-people-bar-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.home-people-bar-btn-alt {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-people-bar-btn-alt svg {
    width: 15px;
    height: 15px;
}

.home-people-bar-btn-alt:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .home-people-grid {
        grid-template-columns: 1fr;
    }

    .home-people-heading {
        font-size: 32px;
    }

    .home-people-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-people-bar-actions {
        width: 100%;
    }

    .home-people-bar-btn,
    .home-people-bar-btn-alt {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 620px) {
    .home-people {
        padding: 60px 24px;
    }

    .home-people-bar {
        padding: 28px 24px;
    }

    .home-people-bar-actions {
        flex-direction: column;
    }
}

.home-reviews {
    padding: 90px 40px;
    background: #F9FAFB;
}

.home-reviews-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-reviews-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-reviews-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
    margin-bottom: 20px;
}

.home-reviews-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.home-reviews-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.home-reviews-rating-stars svg {
    width: 18px;
    height: 18px;
}

.home-reviews-rating-text {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666666;
}

.home-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-reviews-card {
    padding: 28px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-reviews-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.home-reviews-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.home-reviews-card-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.home-reviews-card-stars svg {
    width: 15px;
    height: 15px;
}

.home-reviews-quote-icon {
    color: #F5B51E4D;
}

.home-reviews-quote-icon svg {
    width: 28px;
    height: 28px;
}

.home-reviews-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #444444;
    margin-bottom: 24px;
}

.home-reviews-divider {
    height: 1px;
    background: #F3F4F6;
    margin-bottom: 18px;
}

.home-reviews-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-reviews-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EF1C23;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
}

.home-reviews-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #141617;
    margin-bottom: 2px;
}

.home-reviews-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.home-reviews-location svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .home-reviews-grid {
        grid-template-columns: 1fr;
    }

    .home-reviews-heading {
        font-size: 32px;
    }
}

@media (max-width: 620px) {
    .home-reviews {
        padding: 60px 24px;
    }
}

.home-faq {
    padding: 90px 40px;
    background: #FFFFFF;
}

.home-faq-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-faq-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-faq-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
}

.home-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 940px;
    margin: 0 auto 32px;
}

.home-faq-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-faq-item.is-open {
    border-color: #D1D5DB;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.home-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #141617;
}

.home-faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F3F4F6;
    color: #555555;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.home-faq-toggle svg {
    width: 14px;
    height: 14px;
}

.home-faq-item.is-open .home-faq-toggle {
    transform: rotate(180deg);
    background: #EF1C23;
    color: #FFFFFF;
}

.home-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.home-faq-item.is-open .home-faq-answer {
    grid-template-rows: 1fr;
}

.home-faq-answer-inner {
    overflow: hidden;
}

.home-faq-answer-inner p {
    padding: 0 26px 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.home-faq-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 940px;
    margin: 0 auto;
    padding: 28px 36px;
    background: #141617;
    border-radius: 16px;
}

.home-faq-cta-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.home-faq-cta-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #B7B9BC;
}

.home-faq-cta-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 16px 28px;
    background: #EF1C23;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-faq-cta-btn svg {
    width: 15px;
    height: 15px;
}

.home-faq-cta-btn:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .home-faq-heading {
        font-size: 32px;
    }

    .home-faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

    .home-faq-answer-inner p {
        padding: 0 20px 18px;
    }

    .home-faq-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .home-faq-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 620px) {
    .home-faq {
        padding: 60px 24px;
    }
}

.home-quote {
    padding: 90px 40px;
    background: #F7F8FA;
}

.home-quote-content {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-quote-image {
    flex: 0 0 38%;
    max-width: 500px;
}

.home-quote-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home-quote-form-wrap {
    flex: 1;
    min-width: 0;
}

.home-quote-header {
    max-width: 560px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-quote-eyebrow {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.home-quote-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.15;
    color: #141617;
    margin-bottom: 16px;
}

.home-quote-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.home-quote-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-quote-section {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
}

.home-quote-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 28px;
    background: #FAFAFA;
    border-bottom: 1px solid #E5E7EB;
}

.home-quote-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EF1C23;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
}

.home-quote-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #141617;
}

.home-quote-section-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
}

.home-quote-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home-quote-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-quote-field-half {
    max-width: calc(50% - 10px);
}

.home-quote-field label {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #141617;
}

.home-quote-required {
    color: #EF1C23;
}

.home-quote-field input[type="text"],
.home-quote-field input[type="email"],
.home-quote-field input[type="tel"],
.home-quote-field input[type="number"],
.home-quote-field select,
.home-quote-field textarea {
    width: 100%;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #141617;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-quote-field input::placeholder,
.home-quote-field textarea::placeholder {
    color: #9CA0A6;
}

.home-quote-field input:focus,
.home-quote-field select:focus,
.home-quote-field textarea:focus {
    outline: none;
    border-color: #EF1C23;
    box-shadow: 0 0 0 3px #EF1C231A;
}

.home-quote-field textarea {
    min-height: 110px;
    font-family: 'Lato', sans-serif;
    resize: vertical;
}

.home-quote-field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

.home-quote-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-quote-chip {
    position: relative;
}

.home-quote-chip input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.home-quote-chip span {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-quote-chip input:checked + span {
    background: #EF1C23;
    border-color: #EF1C23;
    color: #FFFFFF;
}

.home-quote-chip input:focus-visible + span {
    box-shadow: 0 0 0 3px #EF1C231A;
}

.home-quote-submit-wrap {
    padding-top: 8px;
    text-align: center;
}

.home-quote-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    background: #EF1C23;
    border: none;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-quote-submit-btn:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.home-quote-submit-icon {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
}

.home-quote-submit-note {
    margin-top: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666666;
}

.home-quote-submit-note a {
    font-weight: 700;
    color: #EF1C23;
    text-decoration: none;
}

.home-quote-success {
    display: none;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 26px;
    background: #E9F9EE;
    border: 1px solid #B7E4C7;
    border-radius: 14px;
    color: #1F7A3D;
}

.home-quote-success svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.home-quote-success-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}

.home-quote-success-desc {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2F8F52;
}

.home-quote-form.is-submitted .home-quote-section,
.home-quote-form.is-submitted .home-quote-submit-wrap {
    display: none;
}

.home-quote-form.is-submitted .home-quote-success {
    display: flex;
}

.home-quote-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.home-quote-submit-btn:disabled {
    cursor: not-allowed;
}

.home-quote-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #FFFFFF66;
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: hoover-quote-spin 0.7s linear infinite;
}

.home-quote-submit-btn.is-loading .home-quote-spinner {
    display: inline-block;
}

.home-quote-submit-btn.is-loading .home-quote-submit-icon {
    display: none;
}

@keyframes hoover-quote-spin {
    to {
        transform: rotate(360deg);
    }
}

.home-quote-error {
    display: none;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 26px;
    background: #FDECEC;
    border: 1px solid #F3B9B9;
    border-radius: 14px;
    color: #B42318;
}

.home-quote-error svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.home-quote-error-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}

.home-quote-error-desc {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #B42318;
    margin-bottom: 4px;
}

.home-quote-error-call {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #8A2A22;
}

.home-quote-error-call a {
    font-weight: 700;
    color: #B42318;
}

.home-quote-form.has-error .home-quote-error {
    display: flex;
}

@media (max-width: 1100px) {
    .home-quote-content {
        flex-direction: column;
    }

    .home-quote-image {
        flex: none;
        max-width: 100%;
    }

    .home-quote-image img {
        height: 360px;
    }
}

@media (max-width: 700px) {
    .home-quote {
        padding: 60px 24px;
    }

    .home-quote-heading {
        font-size: 32px;
    }

    .home-quote-row {
        grid-template-columns: 1fr;
    }

    .home-quote-section-body {
        padding: 22px;
    }

    .home-quote-field-half {
        max-width: 100%;
    }

    .home-quote-submit-btn {
        width: 100%;
    }
}

.home-cta {
    padding: 50px 40px;
    background: #EF1C23;
}

.home-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.home-cta-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.home-cta-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFFCC;
}

.home-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.home-cta-btn-phone {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #FFFFFF;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #EF1C23;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-cta-btn-phone svg {
    width: 15px;
    height: 15px;
}

.home-cta-btn-phone:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.home-cta-btn-quote {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #141617;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-cta-btn-quote:hover {
    background: #000000;
    transform: translateY(-1px);
}

.home-cta-btn-quote-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

@media (max-width: 700px) {
    .home-cta {
        padding: 40px 24px;
    }

    .home-cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-cta-heading {
        font-size: 26px;
    }

    .home-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .home-cta-btn-phone,
    .home-cta-btn-quote {
        width: 100%;
        justify-content: center;
    }
}

.site-footer {
    padding: 60px 40px 0;
    background: #141617;
}

.site-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.site-footer-logo {
    display: block;
    width: 170px;
    height: auto;
    margin-bottom: 18px;
}

.site-footer-desc {
    max-width: 320px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF66;
}

.site-footer-hours {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF4D;
}

.site-footer-hours svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.site-footer-heading {
    display: block;
    margin-bottom: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #EF1C23;
}

.site-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF66;
}

.site-footer-address svg {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    color: #EF1C23;
    flex-shrink: 0;
}

.site-footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF80;
    transition: color 0.2s ease;
}

.site-footer-phone svg {
    width: 14px;
    height: 14px;
    color: #EF1C23;
    flex-shrink: 0;
}

.site-footer-phone:hover {
    color: #EF1C23;
}

.site-footer-serving {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF66;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 0;
    border-top: 1px solid #FFFFFF14;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    color: #FFFFFF33;
}

@media (max-width: 992px) {
    .site-footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .site-footer {
        padding: 50px 24px 0;
    }

    .site-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

body.modal-open {
    overflow: hidden;
}

.quote-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #141617B2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.quote-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.quote-modal {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.25s ease;
}

.quote-modal-overlay.is-open .quote-modal {
    transform: translateY(0) scale(1);
}

.quote-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #F3F4F6;
    border: none;
    border-radius: 50%;
    color: #555555;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.quote-modal-close:hover {
    background: #E5E7EB;
    color: #141617;
}

.quote-modal-close svg {
    width: 16px;
    height: 16px;
}

.quote-modal-body {
    padding: 40px 32px 32px;
}

.quote-modal-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EF1C23;
}

.quote-modal-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    color: #141617;
    margin-bottom: 8px;
}

.quote-modal-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 24px;
}

.quote-modal-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.quote-modal-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: #EF1C23;
    border: none;
    border-radius: 16777200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.quote-modal-submit-btn:hover {
    background: #D8181F;
    transform: translateY(-1px);
}

.quote-modal-submit-btn:disabled {
    cursor: not-allowed;
}

.quote-modal-submit-note {
    margin-top: -6px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #666666;
}

.quote-modal-submit-note a {
    font-weight: 700;
    color: #EF1C23;
    text-decoration: none;
}

.quote-modal-form.is-submitted .home-quote-field,
.quote-modal-form.is-submitted .quote-modal-submit-btn,
.quote-modal-form.is-submitted .quote-modal-submit-note {
    display: none;
}

.quote-modal-form.is-submitted .home-quote-success {
    display: flex;
}

.quote-modal-form.has-error .home-quote-error {
    display: flex;
}

@media (max-width: 480px) {
    .quote-modal-body {
        padding: 32px 20px 24px;
    }

    .quote-modal-heading {
        font-size: 22px;
    }
}
