/*
 * Garage Door Manvel TX
 * Organized site stylesheet
 * Breakpoints follow Bootstrap 5: 1199.98px, 991.98px, 767.98px, 575.98px.
 */

/* ==================================================
   DESIGN TOKENS
================================================== */

:root {
    --primary: #d86b12;
    --primary-dark: #aa4e08;
    --primary-soft: #fff0e3;
    --secondary: #f28a2b;
    --secondary-dark: #c45d0b;
    --navy: #0b1f33;
    --navy-2: #132d46;
    --ink: #17212b;
    --muted: #6c7480;
    --text: var(--muted);
    --border: #e7e1da;
    --light: #fff8f1;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(11, 31, 51, .16);
    --radius: 18px;
}

/* ==================================================
   RESET AND BASE ELEMENTS
================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2 {
    margin: 0 0 1.25rem;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.035em;
}

h1 {
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

p {
    margin: 0 0 1.25rem;
    color: var(--muted);
    font-size: 0.9rem;
}

/* ==================================================
   GLOBAL UTILITIES
================================================== */

.section-space {
    padding: 6rem 0;
}

.bg-soft-blue {
    background: var(--primary-soft);
}

.min-vh-75 {
    min-height: 75vh;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}

.eyebrow--light {
    color: var(--secondary);
}

.section-heading {
    max-width: 720px;
    margin-inline: auto;
}

/* ==================================================
   BUTTONS
================================================== */

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .78rem 1.35rem;
    border-radius: 4px;
    font-weight: 700;
    border-width: 0;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(24, 50, 102, .16);
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-dark);
    color: var(--ink);
}

.btn-warning {
    background: var(--secondary);
    color: var(--navy);
}

.btn-warning:hover,
.btn-warning:focus {
    background: var(--secondary-dark);
    color: var(--navy);
}

/* ==================================================
   TOP STRIP, HEADER AND NAVIGATION
================================================== */

.top-strip {
    padding: .42rem 0;
    color: rgba(255, 255, 255, .78);
    background: #22281f;
    font-size: .78rem;
}

.top-strip i {
    margin-right: .4rem;
    color: var(--secondary);
}

.top-strip a {
    color: var(--white);
    font-weight: 700;
}

.site-header {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 18px rgba(20, 30, 60, .05);
    backdrop-filter: blur(12px);
}

.site-header .navbar {
    min-height: 60px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: var(--navy);
    font-size: 1.4rem;
    font-weight: 900;
}

.navbar-toggler-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    background-image: none;
    color: var(--primary);
}

.navbar-toggler-icon i {
    color: var(--primary);
    font-size: 1.4rem;
}

.brand-mark {
    width: 90px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--white);
}

.brand-dot {
    color: var(--primary);
}

.navbar-nav {
    gap: .2rem;
}

.nav-link {
    position: relative;
    padding: .7rem .85rem !important;
    color: #30354c;
    font-size: .92rem;
    font-weight: 700;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: .85rem;
    right: .85rem;
    bottom: .35rem;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform .25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

/* ==================================================
   HERO SECTION
================================================== */

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 840px;
    color: var(--white);
    background: linear-gradient(90deg, rgba(10, 15, 39, .98) 0%, rgba(13, 18, 46, .9) 52%, rgba(17, 22, 50, .52) 100%), url("../images/hero-background.webp") center/cover no-repeat;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: linear-gradient(30deg, transparent 0 48%, rgba(155, 29, 29, 0.04) 49% 51%, transparent 52% 100%), linear-gradient(150deg, transparent 0 48%, rgba(255, 255, 255, .04) 49% 51%, transparent 52% 100%);
    background-size: 96px 96px;
}

.hero-section__overlay {
    position: absolute;
    inset: auto -12% -42% auto;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: var(--secondary);
    opacity: .95;
}

.hero-section .container {
    z-index: 1;
}

.hero-section h1 {
    max-width: 680px;
    color: var(--white);
    text-transform: uppercase;
}

.hero-section__lead {
    max-width: 630px;
    color: rgba(255, 255, 255, .76);
    font-size: 0.9rem;
}

.hero-section__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 2rem;
}

.hero-phone {
    display: grid;
    grid-template-columns: 44px auto;
    grid-template-rows: auto auto;
    column-gap: .75rem;
    color: var(--white);
}

.hero-phone > span {
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--navy);
    background: var(--white);
}

.hero-phone small {
    color: rgba(255, 255, 255, .65);
    font-size: .72rem;
}

.hero-phone strong {
    font-size: 1.02rem;
}

.hero-section__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.4rem;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
}

.hero-section__trust i {
    color: var(--secondary);
}

.hero-worker {
    position: relative;
    min-height: 600px;
}

.hero-worker > img {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: min(100%, 610px);
    height: 610px;
    object-fit: contain;
    object-position: bottom;
}

.floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 210px;
    padding: .95rem 1rem;
    color: var(--ink);
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.floating-card__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--primary-soft);
}

.floating-card strong,
.floating-card small {
    display: block;
}

.floating-card strong {
    font-size: .92rem;
}

.floating-card small {
    color: var(--muted);
    font-size: .72rem;
}

.floating-card--rating {
    top: 25%;
    right: -4%;
}

.floating-card--service {
    bottom: 14%;
    left: 2%;
}

/* ==================================================
   ABOUT SECTION
================================================== */

.about-intro {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: radial-gradient( circle at 8% 20%, rgba(236, 137, 48, 0.12), transparent 24rem ), linear-gradient( 180deg, var(--white) 0%, var(--primary-soft) 100% );
}

.about-intro::before {
    content: "";
    position: absolute;
    top: -8rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    border: 4rem solid rgba(17, 22, 46, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.about-intro::after {
    content: "";
    position: absolute;
    bottom: -7rem;
    left: -7rem;
    width: 18rem;
    height: 18rem;
    background: rgba(236, 137, 48, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.about-intro .container {
    position: relative;
    z-index: 1;
}

.about-intro__wrapper {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.84);
    border: 0.0625rem solid rgba(17, 22, 46, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.about-intro__media {
    position: relative;
    max-width: 36rem;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
}

.about-intro__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 76%;
    height: 78%;
    background: var(--primary);
    border-radius: 1.5rem;
    transform: rotate(-4deg);
}

.about-intro__shape::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
}

.about-intro__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--navy);
    border: 0.5rem solid var(--white);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3.5rem rgba(17, 22, 46, 0.2);
}

.about-intro__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, transparent 60%, rgba(17, 22, 46, 0.28) 100% );
    pointer-events: none;
}

.about-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-intro__experience {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 13rem;
    padding: 1rem 1.15rem;
    color: var(--white);
    background: var(--navy);
    border: 0.25rem solid var(--white);
    border-radius: 1rem;
    box-shadow: 0 1.25rem 2.5rem rgba(17, 22, 46, 0.22);
}

.about-intro__experience-icon {
    display: grid;
    place-items: center;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    color: var(--navy);
    background: var(--secondary);
    border-radius: 0.75rem;
    font-size: 1.35rem;
}

.about-intro__experience strong {
    display: block;
    color: var(--white);
    font-size: 1.6rem;
}

.about-intro__experience small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
}

.about-intro__content {
    max-width: 40rem;
}

.about-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.85rem;
    color: var(--primary-dark);
    background: rgba(236, 137, 48, 0.12);
    border: 0.0625rem solid rgba(236, 137, 48, 0.22);
    border-radius: 50rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.about-intro__eyebrow i {
    color: var(--primary);
    font-size: 1rem;
}

.about-intro__content h2 {
    position: relative;
    margin-bottom: 1.35rem;
    padding-bottom: 1.25rem;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3rem);
}

.about-intro__content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.5rem;
    height: 0.25rem;
    background: linear-gradient( 90deg, var(--primary) 0 72%, var(--navy) 72% 100% );
    border-radius: 2rem;
}

.about-intro__content > p {
    max-width: 36rem;
    margin-bottom: 1.25rem;
    color: var(--muted);
    font-size: 1rem;
}

.about-intro__features {
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 1.5rem 0 2rem;
    list-style: none;
}

.about-intro__features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    color: var(--navy);
    background: var(--white);
    border: 0.0625rem solid var(--border);
    border-radius: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 0.5rem 1.5rem rgba(17, 22, 46, 0.06);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-intro__features li:hover {
    border-color: rgba(236, 137, 48, 0.45);
    box-shadow: 0 0.8rem 1.8rem rgba(17, 22, 46, 0.09);
    transform: translateX(0.25rem);
}

.about-intro__features li i {
    display: grid;
    place-items: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    font-size: 1rem;
}

.about-intro__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.about-intro__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.4rem;
    padding: 0.8rem 1.4rem;
    color: var(--white);
    background: var(--primary);
    border: 0.0625rem solid var(--primary);
    border-radius: 0.75rem;
    font-weight: 700;
    box-shadow: 0 0.9rem 1.75rem rgba(236, 137, 48, 0.22);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-intro__actions .btn:hover {
    color: var(--white);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: 0 1rem 2rem rgba(236, 137, 48, 0.3);
    transform: translateY(-0.15rem);
}

.about-intro__phone {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--navy);
    text-decoration: none;
}

.about-intro__phone > span {
    display: grid;
    place-items: center;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    color: var(--primary);
    background: var(--primary-soft);
    border: 0.0625rem solid rgba(236, 137, 48, 0.22);
    border-radius: 50%;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.about-intro__phone small {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--muted);
    font-size: 0.72rem;
}

.about-intro__phone strong {
    display: block;
    color: var(--navy);
    font-size: 1rem;
    transition: color 0.25s ease;
}

.about-intro__phone:hover > span {
    color: var(--white);
    background: var(--primary);
    transform: rotate(-8deg);
}

.about-intro__phone:hover strong {
    color: var(--primary);
}

/* ==================================================
   SHARED MEDIA, BADGES AND LISTS
================================================== */

.media-frame {
    position: relative;
    padding: 0 0 1.5rem 1.5rem;
}

.media-frame::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 72%;
    border: 5px solid var(--secondary);
    border-radius: 0 0 0 22px;
}

.media-frame > img {
    position: relative;
    width: 100%;
    min-height: 420px;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.media-frame__badge {
    position: absolute;
    right: -1rem;
    top: 2rem;
    width: 138px;
    min-height: 118px;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--navy);
    background: var(--secondary);
    border-radius: 50%;
    border: 8px solid var(--white);
    box-shadow: var(--shadow);
}

.media-frame__badge strong,
.media-frame__badge small {
    display: block;
}

.media-frame__badge strong {
    font-size: 1.8rem;
    line-height: 1;
}

.media-frame__badge small {
    max-width: 92px;
    font-size: .7rem;
    font-weight: 700;
}

.media-frame--blue::before {
    border-color: var(--primary);
}

.check-list {
    display: grid;
    gap: .8rem;
    padding: 0;
    margin: 1.65rem 0 2rem;
    list-style: none;
}

.check-list li {
    color: #32374b;
    font-weight: 700;
}

.check-list i {
    width: 23px;
    height: 23px;
    display: inline-grid;
    place-items: center;
    margin-right: .6rem;
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    font-size: .7rem;
}

.check-list--compact {
    gap: .55rem;
}

.commitment-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 1.2rem;
    min-height: 500px;
    padding-left: 4.5rem;
}

.commitment-gallery img {
    width: 100%;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.commitment-gallery__large {
    height: 455px;
}

.commitment-gallery__small {
    height: 350px;
}

.experience-card {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 128px;
    min-height: 148px;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.experience-card strong,
.experience-card span {
    display: block;
}

.experience-card strong {
    font-size: 2.2rem;
}

.experience-card span {
    max-width: 90px;
    font-size: .75rem;
    font-weight: 700;
}

.round-seal {
    position: absolute;
    z-index: 2;
    top: 1.4rem;
    right: -1rem;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    color: var(--navy);
    background: var(--secondary);
    border-radius: 50%;
    border: 7px solid var(--white);
    box-shadow: var(--shadow);
    font-size: 1.35rem;
}

.round-seal--yellow {
    background: var(--secondary);
}

/* ==================================================
   SERVICES
================================================== */

.service-mini-card {
    height: 100%;
    padding: 1.4rem;
    background: var(--white);
    border: 1px solid var(--border);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-mini-card:hover {
    transform: translateY(-5px);
    border-color: rgba(47, 125, 246, .32);
    box-shadow: 0 18px 42px rgba(22, 45, 92, .1);
}

.service-mini-card > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 10px;
    font-size: 1.25rem;
}

.service-mini-card strong {
    display: block;
    margin-bottom: .55rem;
    font-size: 1rem;
}

.service-mini-card p {
    margin: 0;
    font-size: .88rem;
}

/* ==================================================
   OFFERS AND DEALS
================================================== */

.deal-section {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    color: var(--white);
    background: radial-gradient( circle at 12% 15%, rgba(236, 137, 48, 0.24), transparent 26rem ), linear-gradient( 135deg, var(--navy) 0%, var(--navy-2) 100% );
}

.deal-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
    background-image: linear-gradient( 45deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52% ), linear-gradient( -45deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52% );
    background-size: 7rem 7rem;
}

.deal-section::after {
    content: "";
    position: absolute;
    right: -10rem;
    bottom: -12rem;
    width: 32rem;
    height: 32rem;
    border: 5rem solid rgba(236, 137, 48, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

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

.deal-section__wrapper {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 0.0625rem solid rgba(255, 255, 255, 0.11);
    border-radius: var(--radius);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.75rem);
}

.deal-section__content {
    max-width: 48rem;
}

.deal-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.9rem;
    color: var(--secondary);
    background: rgba(236, 137, 48, 0.12);
    border: 0.0625rem solid rgba(236, 137, 48, 0.25);
    border-radius: 50rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.deal-section__eyebrow i {
    font-size: 1rem;
}

.deal-section h2 {
    margin-bottom: 1.5rem;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.deal-section__featured {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient( 135deg, var(--primary) 0%, var(--secondary-dark) 100% );
    border: 0.0625rem solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(236, 137, 48, 0.2);
}

.deal-section__featured-value {
    display: grid;
    place-items: center;
    flex: 0 0 5.5rem;
    width: 5.5rem;
    height: 5.5rem;
    color: var(--navy);
    background: var(--white);
    border-radius: 50%;
    font-size: 1.9rem;
    font-weight: 900;
    text-align: center;
}

.deal-section__featured-value small {
    display: block;
    margin-top: -0.8rem;
    font-size: 0.68rem;
    font-weight: 800;
}

.deal-section__featured strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--white);
    font-size: 1.25rem;
}

.deal-section__featured div span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.deal-section__offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055);
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
}

.deal-section__offer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    min-height: 8rem;
    padding: 1rem 0.75rem;
    text-align: center;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.deal-section__offer:last-child {
    border-right: 0;
}

.deal-section__offer::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.75rem;
    background: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 0 0.3rem rgba(236, 137, 48, 0.12);
}

.deal-section__offer span {
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
}

.deal-section__offer strong {
    color: var(--secondary);
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: 900;
    white-space: nowrap;
}

.deal-section__offer:hover {
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-0.2rem);
}

.deal-section__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.deal-section .btn-warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.4rem;
    padding: 0.85rem 1.4rem;
    color: var(--navy);
    background: var(--secondary);
    border: 0.0625rem solid var(--secondary);
    border-radius: 0.7rem;
    font-weight: 700;
    box-shadow: 0 1rem 2rem rgba(236, 137, 48, 0.23);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.deal-section .btn-warning:hover {
    color: var(--white);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-0.15rem);
}

.deal-section__phone {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--white);
    text-decoration: none;
}

.deal-section__phone > i {
    display: grid;
    place-items: center;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    color: var(--navy);
    background: var(--white);
    border-radius: 50%;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.deal-section__phone small {
    display: block;
    margin-bottom: 0.1rem;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.7rem;
}

.deal-section__phone strong {
    display: block;
    color: var(--white);
    font-size: 1rem;
    transition: color 0.25s ease;
}

.deal-section__phone:hover > i {
    color: var(--white);
    background: var(--primary);
    transform: rotate(-8deg);
}

.deal-section__phone:hover strong {
    color: var(--secondary);
}

.deal-section__terms {
    display: block;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.68rem;
}

.deal-section__media {
    position: relative;
    max-width: 31rem;
    margin-left: auto;
}

.deal-section__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--primary-soft);
    border: 0.5rem solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 1.75rem 4rem rgba(0, 0, 0, 0.25);
}

.deal-section__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, transparent 55%, rgba(17, 22, 46, 0.38) 100% );
    pointer-events: none;
}

.deal-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal-section__badge {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 7.75rem;
    height: 7.75rem;
    padding: 1rem;
    color: var(--navy);
    background: var(--secondary);
    border: 0.45rem solid var(--navy);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.25);
}

.deal-section__badge span,
.deal-section__badge small {
    font-size: 0.68rem;
    font-weight: 800;
}

.deal-section__badge strong {
    display: block;
    margin: -0.4rem 0;
    font-size: 1.75rem;
    font-weight: 900;
}

/* ==================================================
   PROCESS BANNER
================================================== */

.process-banner {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    color: var(--white);
    background: radial-gradient( circle at 15% 20%, rgba(236, 137, 48, 0.24), transparent 24rem ), linear-gradient( 135deg, var(--navy) 0%, var(--navy-2) 100% );
}

.process-banner::before,
.process-banner::after {
    content: "";
    position: absolute;
    width: 22rem;
    height: 22rem;
    border: 4rem solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.process-banner::before {
    top: -11rem;
    left: -8rem;
}

.process-banner::after {
    right: -8rem;
    bottom: -12rem;
    border-color: rgba(236, 137, 48, 0.08);
}

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

.process-banner__cta {
    max-width: 50rem;
    margin: 0 auto;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(0.75rem);
}

.process-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.9rem;
    color: var(--secondary);
    background: rgba(236, 137, 48, 0.12);
    border: 0.0625rem solid rgba(236, 137, 48, 0.24);
    border-radius: 50rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.process-banner h2 {
    margin-bottom: 1rem;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
}

.process-banner p {
    max-width: 42rem;
    margin: 0 auto 1.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.process-banner__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.process-banner .btn-warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.4rem;
    padding: 0.85rem 1.4rem;
    color: var(--navy);
    background: var(--secondary);
    border-color: var(--secondary);
    border-radius: 0.7rem;
    font-weight: 700;
    box-shadow: 0 1rem 2rem rgba(236, 137, 48, 0.24);
}

.process-banner .btn-warning:hover {
    color: var(--white);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-0.15rem);
}

.process-banner__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.4rem;
    padding: 0.85rem 1.25rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 0.0625rem solid rgba(255, 255, 255, 0.14);
    border-radius: 0.7rem;
    font-weight: 700;
    text-decoration: none;
}

.process-banner__phone i {
    color: var(--secondary);
}

.process-banner__phone:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
}

/* ==================================================
   FAQ
================================================== */

.faq-accordion {
    display: grid;
    gap: .8rem;
}

.faq-accordion .accordion-item {
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(21, 36, 75, .06);
}

.faq-accordion .accordion-button {
    padding: 1.15rem 1.25rem;
    color: var(--ink);
    background: var(--white);
    font-weight: 800;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--white);
    background: var(--primary);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
    color: var(--muted);
    background: var(--white);
}

/* ==================================================
   APPOINTMENT AND ESTIMATE FORMS
================================================== */

.quick-form,
.estimate-card__form {
    padding: 2rem;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.appointment-section {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: radial-gradient( circle at top left, rgba(47, 125, 246, 0.1), transparent 35% ), var(--light);
}

.appointment-section::before {
    position: absolute;
    top: 4rem;
    left: 4%;
    width: 10rem;
    height: 10rem;
    border: 1.5rem solid rgba(47, 125, 246, 0.05);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.appointment-section::after {
    position: absolute;
    right: 3%;
    bottom: 3rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(47, 125, 246, 0.05);
    content: "";
    pointer-events: none;
}

.appointment-section .container {
    position: relative;
    z-index: 2;
}

.appointment-form-wrapper {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    background: var(--white);
    box-shadow: 0 1.5rem 4rem rgba(20, 35, 60, 0.1);
}

.appointment-form-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: var(--primary);
    content: "";
}

.appointment-form-wrapper::after {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgba(47, 125, 246, 0.05);
    content: "";
    pointer-events: none;
}

.appointment-form-wrapper__heading {
    position: relative;
    z-index: 2;
    max-width: 46rem;
    margin: 0 auto 2.5rem;
}

.appointment-form-wrapper__heading .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.appointment-form-wrapper__heading h2 {
    margin-bottom: 1rem;
    color: var(--ink);
}

.appointment-form-wrapper__heading p {
    max-width: 40rem;
    margin: 0 auto;
    color: var(--text);
    font-size: 1rem;
}

.quick-form {
    position: relative;
    z-index: 2;
}

.quick-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.quick-form .form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    color: var(--ink);
    font-size: 0.85rem;
    font-weight: 800;
}

.quick-form .form-label i {
    color: var(--primary);
    font-size: 1rem;
}

.quick-form .form-control,
.quick-form .form-select {
    display: block;
    width: 100%;
    min-height: 2.25rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid var(--border);
    border-radius: 0.65rem;
    background-color: var(--white);
    color: var(--ink);
    font-size: 1rem;
    font-weight: 500;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.quick-form .form-control::placeholder {
    color: #7b8294;
    opacity: 1;
}

.quick-form .form-control:hover,
.quick-form .form-select:hover {
    border-color: rgba(47, 125, 246, 0.55);
}

.quick-form .form-control:focus,
.quick-form .form-select:focus {
    border-color: var(--primary);
    background-color: var(--white);
    box-shadow: 0 0 0 0.25rem rgba(47, 125, 246, 0.12);
    outline: 0;
    transform: translateY(-0.08rem);
}

.quick-form .form-control:disabled,
.quick-form .form-select:disabled {
    cursor: not-allowed;
    background-color: #f2f4f8;
    opacity: 0.7;
}

.quick-form textarea.form-control {
    min-height: 5rem;
    resize: vertical;
}

.quick-form .form-select {
    cursor: pointer;
}

.quick-form .form-control:required:valid,
.quick-form .form-select:required:valid {
    border-color: rgba(22, 163, 74, 0.45);
}

.quick-form .form-control:focus:required:valid,
.quick-form .form-select:focus:required:valid {
    border-color: #16a34a;
    box-shadow: 0 0 0 0.25rem rgba(22, 163, 74, 0.1);
}

.quick-form .form-control.is-invalid,
.quick-form .form-select.is-invalid {
    border-color: #dc3545;
}

.quick-form .form-control.is-invalid:focus,
.quick-form .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.12);
}

.quick-form .invalid-feedback {
    margin-top: 0.4rem;
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: 600;
}

.appointment-field-group {
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background: rgba(179, 184, 190, 0.035);
}

.appointment-field-group__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--ink);
    font-size: 0.85rem;
    font-weight: 800;
}

.appointment-field-group__title i {
    color: var(--primary);
    font-size: 1rem;
}

.appointment-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.6rem;
    margin-top: 0.5rem;
    padding: 0.9rem 1.5rem;
    border: 1px solid var(--primary);
    border-radius: 0.65rem;
    background: var(--primary);
    color: var(--white);
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.appointment-submit i {
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.appointment-submit:hover {
    border-color: var(--secondary);
    background: var(--secondary);
    color: var(--white);
    box-shadow: 0 0.8rem 1.8rem rgba(47, 125, 246, 0.2);
    transform: translateY(-0.15rem);
}

.appointment-submit:hover i {
    transform: translateX(0.3rem);
}

.appointment-submit:focus {
    color: var(--white);
    box-shadow: 0 0 0 0.25rem rgba(47, 125, 246, 0.2);
    outline: 0;
}

.appointment-submit:active {
    transform: translateY(0);
}

form.CUS .subject-field,
form.CUS input.subject {
    position: absolute;
    left: -9999px;
    display: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.quick-form input:-webkit-autofill,
.quick-form input:-webkit-autofill:hover,
.quick-form input:-webkit-autofill:focus,
.quick-form textarea:-webkit-autofill,
.quick-form select:-webkit-autofill {
    -webkit-text-fill-color: var(--ink);
    box-shadow: 0 0 0 1000px var(--white) inset;
    transition: background-color 9999s ease-in-out 0s;
}

.estimate-card__form {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

/* ==================================================
   GALLERY AND ESTIMATE CARD
================================================== */

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(13, 27, 61, .09);
    transition: transform .3s ease, filter .3s ease;
}

.gallery-grid img:hover {
    transform: scale(1.025);
    filter: saturate(1.08);
}

.estimate-card {
    overflow: hidden;
    max-width: 980px;
    margin: auto;
    background: var(--primary-soft);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.estimate-card__image {
    width: 100%;
    height: 100%;
    min-height: 620px;
}

/* ==================================================
   TESTIMONIALS
================================================== */

.testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonials-section::before,
.testimonials-section::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(47, 125, 246, .2), rgba(255, 191, 47, .3));
    filter: blur(1px);
}

.testimonials-section::before {
    left: 5%;
    bottom: 14%;
}

.testimonials-section::after {
    right: 6%;
    top: 24%;
}

.testimonial-card {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 3rem;
    text-align: center;
    background: transparent;
}

.testimonial-card__quote {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    font-size: 2rem;
}

.testimonial-card p {
    color: #5e657a;
    font-size: 1.08rem;
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card span {
    color: var(--muted);
    font-size: .82rem;
}

.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    border-radius: 50%;
    background: var(--primary);
    transform: translateY(-50%);
}

/* ==================================================
   PARTNERS
================================================== */

.partners-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.partners-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background: var(--primary);
}

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

.partner-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2.5rem;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.partner-card img {
    width: 100%;
    height: 56px;
    object-fit: contain;
    opacity: .9;
    filter: grayscale(0.05);
}

/* ==================================================
   BLOG
================================================== */

.blog-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    transition: transform .25s ease, box-shadow .25s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(17, 35, 75, .1);
}

.blog-card > img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
}

.blog-card__body {
    padding: 1.3rem;
}

.blog-card__body > span {
    display: inline-block;
    margin-bottom: .65rem;
    color: var(--primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-card__body strong {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.blog-card__body a {
    color: var(--primary);
    font-size: .82rem;
    font-weight: 800;
}

/* ==================================================
   NEWSLETTER AND MAP
================================================== */


.newsletter-card {
    padding: 0.1rem 0.1rem;
}

.location-map {
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* ==================================================
   FOOTER
================================================== */

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.72);
    background: radial-gradient( circle at 10% 20%, rgba(236, 137, 48, 0.16), transparent 26rem ), linear-gradient( 135deg, var(--navy) 0%, var(--navy-2) 100% );
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image: linear-gradient( 45deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52% ), linear-gradient( -45deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52% );
    background-size: 7.5rem 7.5rem;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: -8rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    border: 4rem solid rgba(236, 137, 48, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.site-footer p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 1rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
    color: var(--secondary);
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 1.75rem 2rem;
    background: rgba(255, 255, 255, 0.07);
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-left: 0.25rem solid var(--secondary);
    border-radius: var(--radius);
    box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(0.75rem);
}

.site-footer__top strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--white);
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.site-footer__top p {
    max-width: 38rem;
}

.site-footer__top-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.75rem;
}

.site-footer__top-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.25rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.65rem;
    font-weight: 700;
}

.site-footer__top-actions .btn-light {
    color: var(--navy);
    background: var(--white);
    border-color: var(--white);
}

.site-footer__top-actions .btn-light:hover {
    color: var(--white);
    background: transparent;
}

.site-footer__top-actions .btn-primary {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
}

.site-footer__top-actions .btn-primary:hover {
    color: var(--white);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.site-footer__eyebrow {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--secondary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer__business,
.site-footer__column {
    height: 100%;
}

.site-footer__brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.site-footer__brand img {
    display: block;
    width: auto;
    max-width: 13.75rem;
    height: auto;
    object-fit: contain;
}

.site-footer__business {
    padding-right: 1rem;
}

.site-footer__business-name {
    display: block;
    margin-bottom: 0.8rem;
    color: var(--white);
    font-size: 1.35rem;
}

.site-footer__business > p {
    max-width: 26rem;
}

.site-footer__highlights {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.site-footer__highlights span {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
}

.site-footer__highlights span i {
    color: var(--secondary);
}

.site-footer__column {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.045);
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
    border-radius: 0.875rem;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-footer__column:hover {
    background: rgba(255, 255, 255, 0.065);
    border-color: rgba(236, 137, 48, 0.34);
    transform: translateY(-0.2rem);
}

.site-footer__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
    padding-bottom: 0.9rem;
    color: var(--white);
    font-size: 1rem;
}

.site-footer__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.75rem;
    height: 0.1875rem;
    background: var(--secondary);
    border-radius: 2rem;
}

.site-footer__title i {
    color: var(--secondary);
    font-size: 1.1rem;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer__links {
    display: grid;
    gap: 0.45rem;
}

.site-footer__links--locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
}

.site-footer__links li {
    min-width: 0;
}

.site-footer__links a {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0;
    font-size: 0.88rem;
}

.site-footer__links a i {
    color: var(--secondary);
    font-size: 0.65rem;
    transition: transform 0.25s ease;
}

.site-footer__links a:hover i {
    transform: translateX(0.2rem);
}

.site-footer__zip-codes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.site-footer__zip-codes li {
    padding: 0.5rem 0.4rem;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.07);
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
    border-radius: 0.45rem;
    font-size: 0.78rem;
    text-align: center;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-footer__zip-codes li:hover {
    color: var(--navy);
    background: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-0.1rem);
}

.site-footer__details {
    display: grid;
    gap: 0.75rem;
}

.site-footer__details li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}

.site-footer__details li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.site-footer__details li > div {
    min-width: 0;
}

.site-footer__details li > div small {
    display: block;
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
}

.site-footer__details li > div a {
    overflow-wrap: anywhere;
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 700;
}

.site-footer__details li > div a:hover {
    color: var(--secondary);
}

.site-footer__details li > div p,
.site-footer__details li > div address {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    font-style: normal;
}

.site-footer__details-icon {
    display: grid;
    place-items: center;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    color: var(--secondary);
    background: rgba(236, 137, 48, 0.12);
    border: 0.0625rem solid rgba(236, 137, 48, 0.22);
    border-radius: 0.55rem;
}

.site-footer__contact-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 0.9rem 1rem;
    color: var(--white) !important;
    background: var(--primary);
    border-radius: 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.site-footer__contact-button span small {
    display: block;
    margin-bottom: 0.15rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 400;
}

.site-footer__contact-button > i {
    font-size: 1.15rem;
}

.site-footer__contact-button:hover {
    color: var(--white) !important;
    background: var(--primary-dark);
    transform: translateY(-0.15rem);
}

.site-footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.site-footer .social-links a {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.55rem;
}

.site-footer .social-links a:hover {
    color: var(--white);
    background: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-0.2rem);
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3.5rem;
    padding-top: 1.5rem;
    color: rgba(255, 255, 255, 0.52);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
}

.site-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

.site-footer__bottom nav a {
    font-size: 0.78rem;
}

/* ==================================================
   LIGHTWEIGHT ICON FALLBACKS
================================================== */

.fa-solid,
.fa-brands {
    display: inline-block;
    font-style: normal;
    line-height: 1;
}

.fa-solid::before,
.fa-brands::before {
    content: "•";
}

.fa-location-dot::before {
    content: "⌖";
}

.fa-phone::before,
.fa-phone-volume::before {
    content: "☎";
}

.fa-faucet-drip::before {
    content: "◉";
}

.fa-calendar-check::before {
    content: "▣";
}

.fa-circle-check::before,
.fa-check::before {
    content: "✓";
}

.fa-star::before {
    content: "★";
}

.fa-shield-halved::before {
    content: "◆";
}

.fa-truck-fast::before {
    content: "➜";
}

.fa-shower::before {
    content: "≋";
}

.fa-water::before {
    content: "≈";
}

.fa-award::before {
    content: "★";
}

.fa-quote-left::before {
    content: "“";
}

.fa-briefcase::before {
    content: "▰";
}

.fa-arrow-right::before {
    content: "→";
}

.fa-envelope::before {
    content: "✉";
}

.fa-clock::before {
    content: "◷";
}

.fa-facebook-f::before {
    content: "f";
}

.fa-instagram::before {
    content: "◎";
}

.fa-x-twitter::before {
    content: "X";
}

.fa-youtube::before {
    content: "▶";
}

/* ==================================================
   404 ERROR SECTION
================================================== */

.error-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 10rem);
    padding: 6rem 0;
    overflow: hidden;
    background: radial-gradient( circle at 12% 20%, rgba(255, 153, 0, 0.15), transparent 30% ), linear-gradient( 135deg, #112a39 0%, #183d4e 55%, #0d2633 100% );
}

.error-section::before {
    position: absolute;
    top: -10rem;
    right: -8rem;
    width: 30rem;
    height: 30rem;
    border: 3rem solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.error-section::after {
    position: absolute;
    bottom: -8rem;
    left: 35%;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgba(255, 153, 0, 0.04);
    content: "";
    pointer-events: none;
}

.error-section .container {
    position: relative;
    z-index: 2;
}

.error-section__content {
    max-width: 47rem;
}

.error-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10rem;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.error-section__eyebrow i {
    color: #ff9900;
}

.error-section__number {
    display: block;
    margin: 0.5rem 0 -1.5rem;
    color: transparent;
    font-size: clamp(7rem, 15vw, 12rem);
    font-weight: 900;
    -webkit-text-stroke: 0.18rem rgba(255, 255, 255, 0.17);
    user-select: none;
}

.error-section h1 {
    max-width: 43rem;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    font-weight: 900;
}

.error-section p {
    max-width: 43rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
}

.error-section__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.error-section__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.4rem;
    padding: 0.85rem 1.4rem;
    border-radius: 0.55rem;
    font-size: 1rem;
    font-weight: 800;
}

.error-section__phone {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    text-decoration: none;
}

.error-section__phone > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ff9900;
    font-size: 1.2rem;
}

.error-section__phone span {
    display: flex;
    flex-direction: column;
}

.error-section__phone small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
}

.error-section__phone strong {
    color: #ffffff;
    font-size: 1.1rem;
}

.error-section__phone:hover strong {
    color: #ff9900;
}

.error-section__features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2rem;
}

.error-section__features span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    font-weight: 700;
}

.error-section__features i {
    color: #ff9900;
}

.error-section__visual {
    position: relative;
    max-width: 31rem;
    margin-left: auto;
    padding: 2rem;
    border: 0.6rem solid rgba(255, 255, 255, 0.1);
    border-bottom-width: 1.2rem;
    border-radius: 1.2rem 1.2rem 0.5rem 0.5rem;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.25);
}

.error-section__visual::before {
    position: absolute;
    top: -1.3rem;
    left: 50%;
    width: calc(100% + 3rem);
    height: 1.4rem;
    border-radius: 0.4rem;
    background: #ff9900;
    content: "";
    transform: translateX(-50%);
}

.error-door {
    padding: 1rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.3);
    background: #eceff1;
}

.error-door__windows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.7rem;
}

.error-door__windows span {
    height: 3.5rem;
    border: 0.15rem solid #c2cbd1;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.7), rgba(53, 91, 112, 0.35) );
}

.error-door__panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
}

.error-door__panels span {
    height: 5rem;
    border: 0.2rem solid #cbd2d6;
    background: linear-gradient(145deg, #ffffff, #dfe4e7);
    box-shadow: inset 0 0 0 0.35rem #f4f6f7;
}

.error-section__tool {
    position: absolute;
    top: 3rem;
    left: -2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.75rem;
    height: 4.75rem;
    border: 0.35rem solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: #ff9900;
    color: #173747;
    font-size: 1.6rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.error-section__help {
    position: absolute;
    right: -2rem;
    bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 15rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.2);
}

.error-section__help > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: rgba(255, 153, 0, 0.13);
    color: #ff9900;
    font-size: 1.15rem;
}

.error-section__help div {
    display: flex;
    flex-direction: column;
}

.error-section__help strong {
    color: #173747;
    font-size: 0.9rem;
}

.error-section__help small {
    color: #68747c;
    font-size: 0.72rem;
}



/* ==================================================
   SERVICE LOCATIONS SECTION
================================================== */

.service-locations-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(216, 107, 18, 0.1),
            transparent 22rem
        ),
        linear-gradient(
            180deg,
            var(--white) 0%,
            var(--primary-soft) 100%
        );
}

.service-locations-section::before {
    position: absolute;
    top: -9rem;
    right: -8rem;
    width: 25rem;
    height: 25rem;
    border: 4rem solid rgba(11, 31, 51, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.service-locations-section::after {
    position: absolute;
    bottom: -8rem;
    left: -7rem;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgba(216, 107, 18, 0.05);
    content: "";
    pointer-events: none;
}

.service-locations-section .container {
    position: relative;
    z-index: 2;
}


/* ==================================================
   SECTION HEADING
================================================== */

.service-locations-section .section-heading {
    max-width: 49rem;
    margin-right: auto;
    margin-left: auto;
}

.service-locations-section .section-heading .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-locations-section .section-heading .eyebrow::before {
    display: none;
}

.service-locations-section .section-heading .eyebrow i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 0.9rem;
}

.service-locations-section .section-heading h2 {
    margin-bottom: 1rem;
    color: var(--navy);
}

.service-locations-section .section-heading p {
    max-width: 44rem;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1rem;
}


/* ==================================================
   PRIMARY SERVICE AREA
================================================== */

.service-locations-section__featured {
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem;
    overflow: hidden;
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background:
        radial-gradient(
            circle at right center,
            rgba(242, 138, 43, 0.18),
            transparent 18rem
        ),
        linear-gradient(
            135deg,
            var(--navy) 0%,
            var(--navy-2) 100%
        );
    box-shadow: var(--shadow);
}

.service-locations-section__featured::before {
    position: absolute;
    top: -6rem;
    right: -5rem;
    width: 15rem;
    height: 15rem;
    border: 2rem solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.service-locations-section__featured::after {
    position: absolute;
    bottom: -5rem;
    left: 35%;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgba(216, 107, 18, 0.05);
    content: "";
    pointer-events: none;
}

.service-locations-section__featured .row {
    position: relative;
    z-index: 2;
}

.service-locations-section__featured-content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.service-locations-section__featured-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: var(--secondary);
    color: var(--navy);
    font-size: 1.65rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
}

.service-locations-section__featured-content > div {
    display: flex;
    flex-direction: column;
}

.service-locations-section__featured-content small {
    margin-bottom: 0.2rem;
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-locations-section__featured-content strong {
    display: block;
    color: var(--white);
    font-size: 1.65rem;
}

.service-locations-section__featured-content p {
    max-width: 35rem;
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.service-locations-section__featured .btn-warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.3rem;
    padding: 0.8rem 1.25rem;
    border: 0.0625rem solid var(--secondary);
    border-radius: 0.65rem;
    background: var(--secondary);
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 0.9rem 2rem rgba(242, 138, 43, 0.2);
}

.service-locations-section__featured .btn-warning i {
    transition: transform 0.25s ease;
}

.service-locations-section__featured .btn-warning:hover {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
    color: var(--white);
}

.service-locations-section__featured .btn-warning:hover i {
    transform: translateX(0.25rem);
}


/* ==================================================
   LOCATION CARDS
================================================== */

.location-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 6rem;
    padding: 1.25rem;
    overflow: hidden;
    border: 0.0625rem solid var(--border);
    border-radius: 0.85rem;
    background: var(--white);
    color: var(--navy);
    text-decoration: none;
    box-shadow: 0 0.75rem 2rem rgba(11, 31, 51, 0.06);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.location-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background: linear-gradient(
        180deg,
        var(--primary),
        var(--secondary)
    );
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.25s ease;
}

.location-card::after {
    position: absolute;
    top: -3rem;
    right: -3rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: rgba(216, 107, 18, 0.035);
    content: "";
    transition: transform 0.3s ease;
}

.location-card:hover {
    border-color: rgba(216, 107, 18, 0.4);
    color: var(--navy);
    box-shadow: 0 1.2rem 2.75rem rgba(11, 31, 51, 0.12);
    transform: translateY(-0.3rem);
}

.location-card:hover::before {
    transform: scaleY(1);
}

.location-card:hover::after {
    transform: scale(1.25);
}

.location-card__icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border: 0.0625rem solid rgba(216, 107, 18, 0.16);
    border-radius: 0.75rem;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.2rem;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.location-card:hover .location-card__icon {
    background: var(--primary);
    color: var(--white);
    transform: rotate(-5deg);
}

.location-card > div {
    position: relative;
    z-index: 2;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    min-width: 0;
}

.location-card strong {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--navy);
    font-size: 1rem;
}

.location-card small {
    color: var(--muted);
    font-size: 0.75rem;
}

.location-card__arrow {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    color: #a2a8ae;
    font-size: 1rem;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.location-card:hover .location-card__arrow {
    color: var(--primary);
    transform: translate(0.2rem, -0.2rem);
}


/* ==================================================
   BOTTOM CONTACT
================================================== */

.service-locations-section__bottom {
    position: relative;
    margin-top: 3rem;
    padding: 2rem;
    border: 0.0625rem solid var(--border);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.7);
}

.service-locations-section__bottom p {
    margin-bottom: 0.75rem;
    color: var(--muted);
    font-size: 1rem;
}

.service-locations-section__bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
}

.service-locations-section__bottom a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    font-size: 0.85rem;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.service-locations-section__bottom a:hover {
    color: var(--primary);
}

.service-locations-section__bottom a:hover i {
    background: var(--primary-dark);
    transform: rotate(-8deg);
}


/* ==================================================
   RESPONSIVE STYLES
================================================== */

@media (max-width: 1199.98px) {
    /* HERO SECTION */
    .hero-section__overlay {
        right: -28%;
    }

    .floating-card--rating {
        right: 0;
    }

    /* ABOUT SECTION */
    .about-intro__media {
        max-width: 32rem;
    }

    /* OFFERS AND DEALS */
    .deal-section__offers {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .deal-section__offer:nth-child(3) {
        border-right: 0;
    }

    .deal-section__offer:nth-child(-n + 3) {
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
    }

    .deal-section__discount {
        right: 35%;
    }

    /* FOOTER */
    .site-footer__links--locations {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    /* GLOBAL UTILITIES */
    .section-space {
        padding: 4.5rem 0;
    }

    /* TOP STRIP, HEADER AND NAVIGATION */
    .site-header .navbar-collapse {
        padding: 1rem 0 1.25rem;
    }

    .navbar-nav {
        align-items: stretch !important;
    }

    .nav-link::after {
        display: none;
    }

    .site-header .btn {
        margin-top: .75rem;
        margin-left: 0 !important;
    }

    /* HERO SECTION */
    .hero-section {
        min-height: 610px;
    }

    .hero-section__overlay {
        right: -45%;
        bottom: -48%;
    }

    .hero-section .row {
        min-height: 610px;
        padding: 4rem 0;
    }

    /* ABOUT SECTION */
    .about-intro {
        padding: 4.5rem 0;
    }

    .about-intro__wrapper {
        padding: 1.5rem;
    }

    .about-intro__content {
        max-width: 100%;
    }

    .about-intro__content > p {
        max-width: 100%;
    }

    /* SHARED MEDIA, BADGES AND LISTS */
    .media-frame__badge {
        right: .5rem;
    }

    .commitment-gallery {
        margin-top: 1rem;
    }

    /* OFFERS AND DEALS */
    .deal-section {
        padding: 4.5rem 0;
    }

    .deal-section__wrapper {
        padding: 2rem;
    }

    .deal-section::after {
        right: -18%;
    }

    .deal-section__discount {
        right: 3rem;
    }

    /* APPOINTMENT AND ESTIMATE FORMS */
    .appointment-section {
        padding: 4rem 0;
    }

    .appointment-form-wrapper {
        padding: 2.5rem;
    }

    .appointment-section::before,
    .appointment-section::after {
        display: none;
    }

    /* PARTNERS */
    .partners-section::after {
        width: 18%;
    }

    /* NEWSLETTER AND MAP */
    .newsletter-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .newsletter-card__form {
        width: 100%;
    }

    /* FOOTER */
    .site-footer {
        padding-top: 4rem;
    }

    .site-footer__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__top-actions {
        width: 100%;
    }

    .site-footer__business {
        padding-right: 0;
    }

    .site-footer__links--locations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* 404 ERROR SECTION */
    .error-section {
        min-height: auto;
        padding: 5rem 0;
    }

    .error-section__content {
        max-width: none;
    }

    .error-section p {
        margin-right: auto;
        margin-left: auto;
    }

    .error-section__actions,
    .error-section__features {
        justify-content: center;
    }

    .error-section__visual {
        max-width: 30rem;
        margin: 2rem auto 0;
    }
      .service-locations-section {
        padding: 4.5rem 0;
    }

    .service-locations-section__featured {
        padding: 1.75rem;
        text-align: center;
    }

    .service-locations-section__featured-content {
        justify-content: center;
    }

    .service-locations-section__featured .text-lg-end {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    /* RESET AND BASE ELEMENTS */
    h1 {
        font-size: clamp(2.35rem, 13vw, 3.7rem);
    }

    h2 {
        font-size: clamp(1.8rem, 9vw, 2.6rem);
    }

    /* TOP STRIP, HEADER AND NAVIGATION */
    .top-strip .container {
        justify-content: center !important;
        text-align: center;
    }

    .top-strip span {
        display: none;
    }

    /* HERO SECTION */
    .hero-section__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-section__trust {
        display: grid;
        gap: .7rem;
    }

    /* ABOUT SECTION */
    .about-intro {
        padding: 3.5rem 0;
    }

    .about-intro__wrapper {
        padding: 1rem;
    }

    .about-intro__media {
        padding: 1rem 1rem 4rem;
    }

    .about-intro__experience {
        left: 1rem;
    }

    .about-intro__content h2 {
        font-size: 2rem;
    }

    /* SHARED MEDIA, BADGES AND LISTS */
    .media-frame {
        padding-left: .75rem;
    }

    .media-frame > img {
        min-height: 340px;
    }

    .media-frame__badge {
        width: 112px;
        min-height: 100px;
    }

    .commitment-gallery {
        grid-template-columns: 1fr 1fr;
        min-height: 400px;
        padding-left: 0;
        padding-top: 4rem;
    }

    .commitment-gallery__large {
        height: 360px;
    }

    .commitment-gallery__small {
        height: 290px;
    }

    .experience-card {
        width: 105px;
        min-height: 112px;
    }

    /* OFFERS AND DEALS */
    .deal-section {
        padding: 3.5rem 0;
    }

    .deal-section__wrapper {
        padding: 1.4rem;
    }

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

    .deal-section__offer {
        border-right: 0.0625rem solid rgba(255, 255, 255, 0.1);
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
    }

    .deal-section__offer:nth-child(even) {
        border-right: 0;
    }

    .deal-section__offer:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }

    .deal-section__featured {
        align-items: flex-start;
    }

    .deal-section__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .deal-section .btn-warning {
        width: 100%;
    }

    .deal-section__phone {
        justify-content: center;
    }

    .deal-section::after {
        top: auto;
        right: -40%;
        bottom: -260px;
    }

    .deal-section__discount {
        top: 1.2rem;
        right: 1.2rem;
        width: 72px;
        height: 72px;
        font-size: 1.1rem;
    }

    /* PROCESS BANNER */
    .process-banner {
        padding: 3.5rem 0;
    }

    .process-banner__cta {
        padding: 1.75rem 1.25rem;
    }

    .process-banner__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .process-banner .btn-warning,
    .process-banner__phone {
        width: 100%;
    }

    /* APPOINTMENT AND ESTIMATE FORMS */
    .appointment-section {
        padding: 3.5rem 0;
    }

    .appointment-form-wrapper {
        padding: 2rem 1.25rem;
        border-radius: 0.85rem;
    }

    .appointment-form-wrapper__heading {
        margin-bottom: 2rem;
    }

    .appointment-form-wrapper__heading h2 {
        font-size: 1.8rem;
    }

    .appointment-field-group {
        padding: 1rem;
    }

    .quick-form .form-control,
    .quick-form .form-select {
        min-height: 3.15rem;
        padding: 0.75rem 0.9rem;
    }

    .appointment-submit {
        min-height: 3.4rem;
        padding: 0.85rem 1rem;
    }

    .quick-form,
    .estimate-card__form {
        padding: 1.35rem;
    }

    /* GALLERY AND ESTIMATE CARD */
    .estimate-card__image {
        min-height: 420px;
    }

    /* TESTIMONIALS */
    .testimonial-card {
        padding: 2.4rem 2.7rem;
    }

    .testimonials-section .carousel-control-prev,
    .testimonials-section .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    /* PARTNERS */
    .partner-card {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem;
    }

    /* NEWSLETTER AND MAP */
    .newsletter-section {
        margin-bottom: -90px;
    }

    .newsletter-card {
        padding: 1.5rem;
    }

    .newsletter-card__form {
        flex-direction: column;
    }

    /* FOOTER */
    .site-footer__top {
        padding: 1.4rem;
    }

    .site-footer__top-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .site-footer__top-actions .btn {
        width: 100%;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__bottom nav {
        justify-content: flex-start;
    }

    .site-footer {
        padding-top: 10rem;
    }

    /* 404 ERROR SECTION */
    .error-section {
        padding: 4rem 0;
    }

    .error-section__number {
        margin-bottom: -0.5rem;
        font-size: 7rem;
    }

    .error-section h1 {
        font-size: 1.5rem;
    }

    .error-section__actions {
        flex-direction: column;
    }

    .error-section__actions .btn {
        width: 100%;
    }

    .error-section__phone {
        justify-content: center;
    }

    .error-section__features {
        flex-direction: column;
        gap: 0.7rem;
    }

    .error-section__visual {
        padding: 1.25rem;
    }

    .error-door__panels span {
        height: 4rem;
    }

    .error-section__tool {
        top: -2rem;
        left: 1rem;
        width: 4rem;
        height: 4rem;
    }

    .error-section__help {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
    }
     .service-locations-section {
        padding: 4rem 0;
    }

    .service-locations-section__featured {
        padding: 1.5rem 1.25rem;
    }

    .service-locations-section__featured-content {
        flex-direction: column;
    }

    .service-locations-section__featured-content strong {
        font-size: 1.4rem;
    }

    .service-locations-section__featured .btn-warning {
        width: 100%;
    }

    .location-card {
        min-height: 5.5rem;
    }

    .service-locations-section__bottom {
        margin-top: 2rem;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 575.98px) {
    /* GLOBAL UTILITIES */
    .section-space {
        padding: 4rem 0;
    }

    /* TOP STRIP, HEADER AND NAVIGATION */
    .brand-name {
        display: none !important;
    }

    .brand-mark {
        width: 60px;
        height: 40px;
    }

    /* HERO SECTION */
    .hero-section__overlay {
        inset: auto -75% -42% auto;
        width: 560px;
        height: 560px;
        opacity: .5;
    }

    /* ABOUT SECTION */
    .about-intro {
        padding: 3rem 0;
    }

    .about-intro__wrapper {
        padding: 0.75rem;
        border-radius: 1.25rem;
    }

    .about-intro__media {
        padding: 0.75rem 0.75rem 1rem;
    }

    .about-intro__shape {
        width: 85%;
    }

    .about-intro__experience {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: -1.5rem;
    }

    .about-intro__content h2 {
        font-size: 1.8rem;
    }

    .about-intro__features li {
        align-items: flex-start;
    }

    .about-intro__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-intro__actions .btn {
        width: 100%;
    }

    .about-intro__phone {
        justify-content: center;
    }

    /* SHARED MEDIA, BADGES AND LISTS */
    .commitment-gallery {
        gap: .7rem;
    }

    .commitment-gallery__large,
    .commitment-gallery__small {
        height: 280px;
    }

    /* OFFERS AND DEALS */
    .deal-section {
        padding: 3rem 0;
    }

    .deal-section__wrapper {
        padding: 1rem;
    }

    .deal-section__featured {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .deal-section__offers {
        grid-template-columns: 1fr;
    }

    .deal-section__offer,
    .deal-section__offer:nth-child(even),
    .deal-section__offer:last-child {
        grid-column: auto;
        min-height: 6rem;
        border-right: 0;
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
    }

    .deal-section__offer:last-child {
        border-bottom: 0;
    }

    /* APPOINTMENT AND ESTIMATE FORMS */
    .appointment-section {
        padding: 3rem 0;
    }

    .appointment-form-wrapper {
        padding: 1.75rem 1rem;
    }

    .appointment-form-wrapper__heading h2 {
        font-size: 1.6rem;
    }

    .appointment-form-wrapper__heading p {
        font-size: 1rem;
    }

    .appointment-field-group {
        padding: 0.9rem;
    }

    .quick-form .form-label,
    .appointment-field-group__title {
        font-size: 0.8rem;
    }

    /* GALLERY AND ESTIMATE CARD */
    .gallery-grid img {
        aspect-ratio: 1 / 1;
    }

    /* TESTIMONIALS */
    .testimonial-card {
        padding-inline: 2.1rem;
    }

    /* FOOTER */
    .site-footer {
        padding-top: 3rem;
    }

    .site-footer__column {
        padding: 1.25rem;
    }

    .site-footer__links--locations {
        grid-template-columns: 1fr;
    }

    .site-footer__zip-codes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .service-locations-section {
        padding: 3.5rem 0;
    }

    .location-card {
        padding: 1rem;
    }

    .location-card__icon {
        flex-basis: 3rem;
        width: 3rem;
    }
}
