:root {
     /* Primary Colors */
     --navy: #1b1b1b;
     --navy-mid: #1b1b1b;
     --navy-light: #1b1b1b;

     /* Accent Colors */
     --orange: #F4C430;
     --orange-dark: #FFC200;
     --orange-light: #FFF1E6;

     /* Neutral Colors */
     --white: #FFFFFF;
     --off-white: #F7F9FC;

     --gray: #6B7280;
     --gray-light: #E5E7EB;

     /* Text */
     --text: #1F2937;
}

* {
     box-sizing: border-box;
}

html {
     scroll-behavior: smooth;
}

body {
     font-family: 'Lato', sans-serif;
     color: var(--text);
     background: var(--white);
     overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
     font-family: 'Barlow Condensed', sans-serif;
     font-weight: 700;
     letter-spacing: 0.02em;
}

h4 a {
     text-decoration: none;
     color: var(--orange) !important;
}

h4 a:hover {
     color: var(--navy) !important;
     text-decoration: underline;
}

/* ── TOPBAR ───────────────────────────────── */
.topbar {
     background: var(--orange);
     padding: 8px 0;
     font-size: 17px;
     font-weight: 700;
     letter-spacing: 0.04em;
}

.topbar a {
     color: var(--white);
     text-decoration: none;
}

.topbar a:hover {
     text-decoration: underline;
}

/* ── NAVBAR ───────────────────────────────── */
.navbar {
     background: var(--navy) !important;
     padding: 14px 0;
     position: sticky;
     top: 0;
     z-index: 1000;
     box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.navbar-brand img {
     height: 44px;
}

.navbar-brand span {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 22px;
     font-weight: 800;
     color: var(--white);
     letter-spacing: 0.05em;
     line-height: 1;
}

.navbar-brand span em {
     color: var(--orange);
     font-style: normal;
}

.navbar .nav-link {
     color: rgba(255, 255, 255, 0.85) !important;
     font-weight: 700;
     font-size: 15px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     padding: 8px 14px !important;
     transition: color 0.2s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
     color: var(--orange) !important;
}

.navbar .dropdown-menu {
     background: var(--navy-mid);
     border: 1px solid var(--navy-light);
     border-radius: 4px;
     min-width: 230px;
}

.navbar .dropdown-item {
     color: rgba(255, 255, 255, 0.8);
     font-size: 17px;
     font-weight: 600;
     padding: 9px 18px;
     transition: background 0.15s, color 0.15s;
}

.navbar .dropdown-item:hover {
     background: var(--orange);
     color: var(--white);
}

.btn-call {
     background: var(--orange);
     color: var(--white) !important;
     font-size: 13px !important;
     font-weight: 700 !important;
     letter-spacing: 0.06em !important;
     padding: 10px 20px !important;
     border-radius: 4px !important;
     border: none;
     transition: background 0.2s, transform 0.1s;
}

.btn-call:hover {
     background: var(--orange-dark) !important;
     transform: translateY(-1px);
}

.navbar-toggler {
     border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
     transition: transform 0.3s ease;
     z-index: 999;
}

.nav-hide {
     transform: translateY(-100%);
}

/* ── HERO ─────────────────────────────────── */
.hero {
     background: var(--navy);
     position: relative;
     overflow: hidden;
     padding: 90px 0 80px;
     min-height: 88vh;
     display: flex;
     align-items: center;
}

.hero::before {
     content: '';
     position: absolute;
     inset: 0;
     background:
          repeating-linear-gradient(-45deg,
               transparent,
               transparent 40px,
               rgba(255, 255, 255, 0.018) 40px,
               rgba(255, 255, 255, 0.018) 41px);
}

.hero::after {
     content: '';
     position: absolute;
     right: -100px;
     top: -60px;
     /* width: 700px; */
     height: 700px;
     background: radial-gradient(circle, rgba(244, 124, 32, 0.14) 0%, transparent 65%);
     pointer-events: none;
}

.hero-eyebrow {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(244, 124, 32, 0.15);
     border: 1px solid rgba(244, 124, 32, 0.4);
     color: var(--orange);
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     padding: 7px 16px;
     border-radius: 2px;
     margin-bottom: 22px;
}

.hero h1 {
     font-size: clamp(44px, 6vw, 78px);
     line-height: 0.95;
     color: var(--white);
     margin-bottom: 24px;
     text-transform: uppercase;
}

.hero h1 span {
     color: var(--orange);
}

.hero-sub {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.7);
     font-weight: 300;
     line-height: 1.7;
     /* max-width: 520px; */
     margin-bottom: 36px;
}

.hero-cta-group {
     display: flex;
     gap: 14px;
     flex-wrap: wrap;
     align-items: center;
}

.btn-primary-hero {
     background: var(--orange);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 14px 32px;
     border-radius: 4px;
     border: none;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: background 0.2s, transform 0.15s;
}

.btn-primary-hero:hover {
     background: var(--orange-dark);
     color: var(--white);
     transform: translateY(-2px);
}

.btn-outline-hero {
     border: 2px solid rgba(255, 255, 255, 0.35);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 14px 32px;
     border-radius: 4px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: border-color 0.2s, background 0.2s;
}

.btn-outline-hero:hover {
     border-color: var(--orange);
     background: rgba(244, 124, 32, 0.1);
     color: var(--white);
}

.hero-trust {
     display: flex;
     gap: 28px;
     margin-top: 44px;
     flex-wrap: wrap;
}

.trust-pill {
     display: flex;
     align-items: center;
     gap: 8px;
     color: rgba(255, 255, 255, 0.65);
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 0.04em;
}

.trust-pill i {
     color: var(--orange);
     font-size: 18px;
}

.hero-card {
     background: var(--navy-mid);
     border: 1px solid var(--navy-light);
     border-radius: 8px;
     padding: 32px;
     position: relative;
     z-index: 1;
}

.hero-card .card-title {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 22px;
     font-weight: 700;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 20px;
     padding-bottom: 14px;
     border-bottom: 2px solid var(--orange);
}

.hero-card .form-control,
.hero-card .form-select {
     background: var(--navy-light);
     border: 1px solid rgba(255, 255, 255, 0.15);
     color: var(--white);
     font-size: 14px;
     padding: 12px 14px;
     border-radius: 4px;
     margin-bottom: 12px;
}

.hero-card .form-control::placeholder {
     color: rgba(255, 255, 255, 0.4);
}

.hero-card .form-control:focus,
.hero-card .form-select:focus {
     background: var(--navy-light);
     border-color: var(--orange);
     box-shadow: 0 0 0 3px rgba(244, 124, 32, 0.2);
     color: var(--white);
}

.hero-card .form-select option {
     background: var(--navy-mid);
}

.hero-card .btn-submit {
     width: 100%;
     background: var(--orange);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 14px;
     border: none;
     border-radius: 4px;
     cursor: pointer;
     transition: background 0.2s;
}

.hero-card .btn-submit:hover {
     background: var(--orange-dark);
}

.hero-card .guarantee-note {
     text-align: center;
     font-size: 17px;
     color: rgba(255, 255, 255, 0.45);
     margin-top: 12px;
}

/* ── STATS BAND ───────────────────────────── */
.stats-band {
     background: var(--orange);
     padding: 28px 0;
}

.stat-item {
     text-align: center;
     padding: 8px 0;
}

.stat-num {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 46px;
     font-weight: 800;
     color: var(--white);
     line-height: 1;
}

.stat-label {
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, 0.8);
     margin-top: 4px;
}

.stat-divider {
     width: 1px;
     background: rgba(255, 255, 255, 0.3);
     height: 48px;
     align-self: center;
}

/* ── SECTION STYLES ───────────────────────── */
.section-label {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.14em;
     text-transform: uppercase;
     color: var(--orange);
     margin-bottom: 12px;
}

.section-label::before {
     content: '';
     display: block;
     width: 28px;
     height: 2px;
     background: var(--orange);
}

.section-title {
     font-size: clamp(34px, 4vw, 52px);
     color: var(--navy);
     text-transform: uppercase;
     line-height: 1;
     margin-bottom: 16px;
}

.section-title span {
     color: var(--orange);
}

.section-sub {
     font-size: 17px;
     /* color: var(--gray); */
     font-weight: 300;
     line-height: 1.7;
     /* max-width: 540px; */
}

/* ── WHY US ───────────────────────────────── */
.why-us {
     padding: 90px 0;
     background: var(--off-white);
}

.feature-card {
     background: var(--white);
     border-radius: 6px;
     padding: 32px 28px;
     height: 100%;
     border: 1px solid var(--gray-light);
     border-top: 4px solid transparent;
     transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
     position: relative;
}

.feature-card:hover {
     border-top-color: var(--orange);
     transform: translateY(-4px);
     box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.feature-icon {
     width: 56px;
     height: 56px;
     background: var(--orange-light);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 18px;
}

.feature-icon i {
     font-size: 24px;
     color: var(--orange);
}

.feature-card h4 {
     font-size: 20px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 10px;
}

.feature-card p {
     font-size: 17px;
     /* color: var(--gray); */
     line-height: 1.7;
     margin: 0;
}

/* ── SERVICES ─────────────────────────────── */
.services {
     padding: 90px 0;
     background: var(--white);
}

.service-card {
     background: var(--navy);
     border-radius: 6px;
     overflow: hidden;
     height: 100%;
     transition: transform 0.25s, box-shadow 0.25s;
     cursor: pointer;
}

.service-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 20px 60px rgba(11, 22, 40, 0.35);
}

.service-card-body {
     padding: 30px 24px 28px;
}

.service-num {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 52px;
     font-weight: 800;
     color: rgb(255 255 255 / 38%);
     line-height: 1;
     margin-bottom: -8px;
}

.service-card h4 {
     font-size: 20px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 10px;
}

.service-card p {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.55);
     line-height: 1.65;
     margin-bottom: 20px;
}

.service-card .learn-more {
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: var(--orange);
     text-decoration: none;
     display: flex;
     align-items: center;
     gap: 6px;
     transition: gap 0.2s;
}

.service-card:hover .learn-more {
     gap: 10px;
}

/* ── VIOLATIONS ───────────────────────────── */
.violations {
     padding: 90px 0;
     background: var(--navy);
}

.violation-item {
     display: flex;
     gap: 16px;
     align-items: flex-start;
     padding: 20px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.violation-item:last-child {
     border-bottom: none;
}

.violation-dot {
     width: 10px;
     height: 10px;
     background: var(--orange);
     border-radius: 50%;
     margin-top: 6px;
     flex-shrink: 0;
}

.violation-item h3 {
     font-size: 20px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 4px;
}

.violation-item p {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.5);
     line-height: 1.6;
     margin: 0;
}

.process-step {
     text-align: center;
     padding: 0 10px;
}

.step-num {
     width: 64px;
     height: 64px;
     border: 2px solid var(--orange);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 16px;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 28px;
     font-weight: 800;
     color: var(--orange);
}

.process-step h3 {
     font-size: 20px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 8px;
}

.process-step p {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.5);
     line-height: 1.6;
}

.process-connector {
     height: 2px;
     background: linear-gradient(90deg, var(--orange), rgba(244, 124, 32, 0.2));
     margin-top: 30px;
}

/* ── AREAS ────────────────────────────────── */
.areas {
     padding: 90px 0;
     background: var(--off-white);
}

.borough-card {
     background: var(--white);
     border-radius: 6px;
     overflow: hidden;
     border: 1px solid var(--gray-light);
     transition: transform 0.25s, box-shadow 0.25s;
     text-align: center;
     padding: 36px 20px 28px;
     height: 100%;
     cursor: pointer;
     text-decoration: none;
     display: block;
}

.borough-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
     border-color: var(--orange);
}

.borough-card img {
     height: 70px;
     margin: 0 auto 28px;
}

.borough-card h3 {
     font-size: 22px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 8px;
}

.borough-card p {
     font-size: 17px;
     color: var(--gray);
     margin: 0;
}

/* ── TESTIMONIALS ─────────────────────────── */
.testimonials {
     padding: 90px 0;
     background: var(--white);
}

.testimonial-card {
     background: var(--off-white);
     border-radius: 6px;
     padding: 28px;
     border: 1px solid var(--gray-light);
     border-left: 4px solid var(--orange);
     height: 100%;
}

.stars {
     color: var(--orange);
     font-size: 15px;
     margin-bottom: 14px;
}

.testimonial-text {
     font-size: 15px;
     color: var(--text);
     line-height: 1.7;
     font-style: italic;
     margin-bottom: 18px;
}

.reviewer-name {
     font-weight: 700;
     font-size: 14px;
     color: var(--navy);
     text-transform: uppercase;
     letter-spacing: 0.06em;
}

.reviewer-role {
     font-size: 12px;
     color: var(--gray);
}

/* ── FAQ ──────────────────────────────────── */
.faq {
     padding: 90px 0;
     background: var(--off-white);
}

.accordion-item {
     border: 1px solid var(--gray-light) !important;
     border-radius: 6px !important;
     margin-bottom: 10px;
     overflow: hidden;
}

.accordion-button {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 19px;
     font-weight: 700;
     color: var(--navy) !important;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     background: var(--white) !important;
     padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
     color: var(--orange) !important;
     box-shadow: none !important;
     font-size: 22px;
}

.accordion-button::after {
     filter: none;
}

.accordion-body {
     font-size: 17px;
     /* color: var(--gray); */
     line-height: 1.7;
     background: var(--white);
     padding: 0 20px 20px;
}

/* ── CTA BANNER ───────────────────────────── */
.cta-banner {
     background: var(--orange);
     padding: 70px 0;
     position: relative;
     overflow: hidden;
}

.cta-banner::before {
     /* content: ''; */
     position: absolute;
     right: -80px;
     top: -80px;
     width: 400px;
     height: 400px;
     background: rgba(255, 255, 255, 0.06);
     border-radius: 50%;
}

.cta-banner h2 {
     font-size: clamp(32px, 4vw, 54px);
     color: var(--white);
     text-transform: uppercase;
     line-height: 1;
     margin-bottom: 14px;
}

.cta-banner p {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.85);
     font-weight: 300;
}

.btn-white {
     background: var(--white);
     color: var(--orange);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 14px 36px;
     border-radius: 4px;
     border: none;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: background 0.2s, transform 0.15s;
}

.btn-white:hover {
     background: var(--navy);
     color: var(--white);
     transform: translateY(-2px);
}

.btn-outline-white {
     border: 2px solid rgba(255, 255, 255, 0.6);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 14px 36px;
     border-radius: 4px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: border-color 0.2s, background 0.2s;
}

.btn-outline-white:hover {
     background: rgba(255, 255, 255, 0.15);
     border-color: var(--white);
     color: var(--white);
}

/* ── FOOTER ───────────────────────────────── */
footer {
     background: var(--navy);
     padding: 70px 0 0;
}

.footer-logo span {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 26px;
     font-weight: 800;
     color: var(--white);
     letter-spacing: 0.05em;
}

.footer-logo span em {
     color: var(--orange);
     font-style: normal;
}

footer p,
footer li {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.5);
     line-height: 1.7;
}

.footer-heading {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 17px;
     font-weight: 700;
     color: var(--white);
     text-transform: uppercase;
     letter-spacing: 0.08em;
     margin-bottom: 18px;
     padding-bottom: 10px;
     border-bottom: 2px solid var(--orange);
     display: inline-block;
}

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

footer ul li {
     margin-bottom: 8px;
}

footer ul li a {
     color: rgba(255, 255, 255, 0.5);
     text-decoration: none;
     font-size: 17px;
     transition: color 0.2s;
     display: flex;
     align-items: center;
     gap: 6px;
}

footer ul li a:hover {
     color: var(--orange);
}

footer ul li a i {
     font-size: 13px;
     color: var(--orange);
}

.footer-contact-item {
     display: flex;
     gap: 12px;
     margin-bottom: 14px;
     align-items: flex-start;
}

.footer-contact-item i {
     color: var(--orange);
     font-size: 18px;
     margin-top: 2px;
     flex-shrink: 0;
}

.footer-contact-item span {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.55);
     line-height: 1.5;
}

.footer-contact-item a {
     color: rgba(255, 255, 255, 0.55);
     text-decoration: none;
     transition: color 0.2s;
}

.footer-contact-item a:hover {
     color: var(--orange);
}

.footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.08);
     padding: 20px 0;
     margin-top: 50px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 12px;
}

.footer-bottom p {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.3);
     margin: 0;
}

.social-icons {
     display: flex;
     gap: 10px;
}

.social-icon {
     width: 36px;
     height: 36px;
     background: rgba(255, 255, 255, 0.07);
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgba(255, 255, 255, 0.55);
     text-decoration: none;
     font-size: 16px;
     transition: background 0.2s, color 0.2s;
}

.social-icon:hover {
     background: var(--orange);
     color: var(--white);
}

/* ── FLOATING CTA ─────────────────────────── */
.floating-cta {
     position: fixed;
     bottom: 28px;
     right: 28px;
     z-index: 9999;
     display: flex;
     flex-direction: column;
     align-items: flex-end;
     gap: 10px;
}

.float-btn {
     background: var(--orange);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 0.06em;
     padding: 12px 22px;
     border-radius: 50px;
     text-decoration: none;
     display: flex;
     align-items: center;
     gap: 8px;
     box-shadow: 0 6px 24px rgba(244, 124, 32, 0.45);
     transition: transform 0.2s, box-shadow 0.2s;
}

.float-btn:hover {
     color: var(--white);
     transform: translateY(-2px);
     box-shadow: 0 10px 32px rgba(244, 124, 32, 0.55);
}

/* ── ANIMATIONS ───────────────────────────── */
@keyframes fadeUp {
     from {
          opacity: 0;
          transform: translateY(24px);
     }

     to {
          opacity: 1;
          transform: translateY(0);
     }
}

.anim {
     animation: fadeUp 0.65s ease both;
}

.anim-delay-1 {
     animation-delay: 0.1s;
}

.anim-delay-2 {
     animation-delay: 0.2s;
}

.anim-delay-3 {
     animation-delay: 0.3s;
}

.anim-delay-4 {
     animation-delay: 0.45s;
}

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 991px) {
     .hero {
          min-height: unset;
          padding: 70px 0 60px;
     }

     .hero-card {
          margin-top: 40px;
     }

     .stat-divider {
          display: none;
     }

     .stat-item {
          padding: 10px;
     }
}

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

     .floating-cta {
          bottom: 16px;
          right: 16px;
     }

     .hero-cta-group {
          flex-direction: column;
          align-items: flex-start;
     }
}

/* page-hero */
.page-hero {
     position: relative;
     padding: 70px 0;
     overflow: hidden;
     background: linear-gradient(150deg, #1c1c1c 0%, #1c1c1c 50%, #1c1c1c 100%);
     text-align: center;
}

.page-hero::before {
     content: "";
     position: absolute;
     width: 500px;
     height: 500px;
     /* background: rgba(255, 191, 0, 0.2); */
     border-radius: 50%;
     top: -250px;
     right: -150px;
     filter: blur(50px);
}

.page-hero::after {
     content: "";
     position: absolute;
     width: 400px;
     height: 400px;
     /* background: rgba(255, 255, 255, 0.08); */
     border-radius: 50%;
     bottom: -200px;
     left: -100px;
     filter: blur(50px);
}

.page-hero .container {
     position: relative;
     z-index: 2;
}

.breadcrumb-nav {
     margin-bottom: 20px;
     font-size: 14px;
}

.breadcrumb-nav a {
     color: #ffac11fd;
     text-decoration: none;
     font-weight: 600;
}

.breadcrumb-nav span {
     color: rgba(255, 255, 255, .8);
     margin: 0 5px;
}

.page-hero h1 {
     color: #fff;
     font-size: 65px;
     font-weight: 900;
     line-height: 1.1;
     margin-bottom: 25px;
}

.page-hero h1 span {
     display: block;
     color: #ffac11fd;
}

.page-hero p {
     max-width: 800px;
     margin: 0 auto 35px;
     color: rgba(255, 255, 255, .9);
     font-size: 18px;
     line-height: 1.8;
}

.hero-buttons {
     display: flex;
     justify-content: center;
     gap: 15px;
     flex-wrap: wrap;
}

.hero-btn {
     padding: 15px 35px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 700;
     transition: .3s;
}

.primary-btn {
     background: #ffac11fd;
     color: #fff;
}

.primary-btn:hover {
     transform: translateY(-3px);
}

.secondary-btn {
     border: 2px solid rgba(255, 255, 255, .3);
     color: #fff;
}

.secondary-btn:hover {
     background: rgba(255, 255, 255, .1);
}

@media (max-width: 768px) {
     .page-hero {
          padding: 80px 0;
     }

     .page-hero h1 {
          font-size: 38px;
     }

     .page-hero p {
          font-size: 16px;
     }
}

/* certifications */
.certifications-row {
     margin-top: 40px;
}

.cert-card {
     background: #fff;
     border-radius: 20px;
     padding: 35px 25px;
     text-align: center;
     height: 100%;
     position: relative;
     overflow: hidden;
     border: 1px solid rgba(0, 0, 0, .06);
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
     transition: all .4s ease;
}

.cert-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 4px;
     /* background: linear-gradient(90deg, #0A2540, #FF6B00); */
}

.cert-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.cert-card i {
     width: 80px;
     height: 80px;
     line-height: 80px;
     font-size: 34px;
     color: #fff;
     background: linear-gradient(135deg, #1c1c1c, #1c1c1c);
     border-radius: 50%;
     margin-bottom: 20px;
     display: inline-block;
}

.cert-card h5 {
     font-size: 18px;
     font-weight: 700;
     color: #0A2540;
     margin: 0;
     line-height: 1.5;
}

/* service-detail */

.service-detail {
     padding: 80px 0;
     border-bottom: 1px solid var(--gray-light);
}

.service-detail:last-child {
     border-bottom: none;
}

.service-detail:nth-child(even) {
     background: var(--off-white);
}

.service-badge {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: var(--orange-light);
     color: var(--orange);
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     padding: 6px 14px;
     border-radius: 2px;
     margin-bottom: 14px;
}

.service-detail h2 {
     font-size: clamp(32px, 4vw, 48px);
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 16px;
}

.service-detail h2 span {
     color: var(--orange);
}

.service-detail p {
     font-size: 17px;
     /* color: var(--gray); */
     line-height: 1.8;
     margin-bottom: 16px;
}

.service-includes {
     list-style: none;
     padding: 0;
     margin: 20px 0;
}

.service-includes li {
     display: flex;
     gap: 10px;
     align-items: flex-start;
     font-size: 16px;
     /* color: var(--text); */
     margin-bottom: 10px;
}

.service-includes li i {
     color: var(--orange);
     font-size: 17px;
     margin-top: 1px;
     flex-shrink: 0;
}

.service-visual {
     background: var(--navy);
     border-radius: 8px;
     /* height: 510px; */
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 12px;
     position: relative;
     overflow: hidden;
}

.service-visual::before {
     content: '';
     position: absolute;
     inset: 0;
     background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 31px);
}

.service-visual i {
     font-size: 72px;
     color: var(--orange);
     opacity: 0.7;
     position: relative;
     z-index: 1;
}

.service-visual span {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 18px;
     font-weight: 700;
     color: rgba(255, 255, 255, 0.5);
     letter-spacing: 0.08em;
     text-transform: uppercase;
     position: relative;
     z-index: 1;
}

.price-note {
     background: var(--navy);
     color: var(--white);
     border-radius: 6px;
     padding: 18px 22px;
     display: flex;
     gap: 14px;
     align-items: center;
     margin-top: 20px;
}

.price-note i {
     font-size: 28px;
     color: var(--orange);
     flex-shrink: 0;
}

.price-note h5 {
     font-size: 16px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 4px;
}

.price-note p {
     font-size: 13px;
     color: rgba(255, 255, 255, 0.6);
     margin: 0;
}

/* contact us */
.contact-form-section {
     padding: 80px 0;
     background: var(--white);
}

.contact-form-wrap {
     background: var(--white);
     border-radius: 8px;
     padding: 40px;
     border: 1px solid var(--gray-light);
     box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

.contact-form-wrap h3 {
     font-size: 28px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 6px;
}

.contact-form-wrap .sub {
     font-size: 14px;
     color: var(--gray);
     margin-bottom: 28px;
}

.map-section {
     padding: 0;
}

.map-section iframe {
     display: block;
     width: 100%;
     height: 400px;
     border: 0;
     filter: grayscale(20%);
}

.hours-table {
     width: 100%;
}

.hours-table tr {
     border-bottom: 1px solid var(--gray-light);
}

.hours-table tr:last-child {
     border-bottom: none;
}

.hours-table td {
     padding: 10px 0;
     font-size: 14px;
     color: var(--text);
}

.hours-table td:last-child {
     text-align: right;
     font-weight: 700;
     color: var(--navy);
}

.hours-table .today {
     background: var(--orange-light);
}

.hours-table .today td {
     color: var(--orange);
}

.social-contact {
     display: flex;
     gap: 12px;
     margin-top: 16px;
}

.social-contact a {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 10px 18px;
     border-radius: 4px;
     font-size: 13px;
     font-weight: 700;
     text-decoration: none;
     transition: opacity .2s;
}

.social-contact a:hover {
     opacity: .85;
}

.social-contact .fb {
     background: #1877F2;
     color: #fff;
}

.social-contact .pin {
     background: #E60023;
     color: #fff;
}

.alert-success-custom {
     background: #eaf7ec;
     border: 1px solid #b7e4be;
     color: #2d6a36;
     border-radius: 6px;
     padding: 14px 18px;
     font-size: 14px;
     font-weight: 600;
     display: none;
     margin-top: 16px;
}

.contact-card {
     display: flex;
     align-items: center;
     gap: 18px;
     padding: 22px 25px;
     background: #ffffff;
     border-radius: 18px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     border: 1px solid rgba(10, 37, 64, 0.08);
     transition: all 0.35s ease;
     position: relative;
     overflow: hidden;
}

/* top accent line */
.contact-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 4px;
     /* background: linear-gradient(90deg, #0A2540, #FF6B00); */
}

.contact-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.contact-icon {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     background: linear-gradient(135deg, #1b1b1b, #1b1b1bdc);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 24px;
     flex-shrink: 0;
}

.contact-content h5 {
     margin: 0;
     font-size: 18px;
     font-weight: 700;
     color: #0A2540;
}

.contact-content p {
     margin: 5px 0 0;
     color: #6B7280;
     font-size: 15px;
     line-height: 1.6;
}

.business-hours-box {
     background: var(--off-white);
     border-radius: 12px;
     padding: 24px;
     margin-top: 24px;
     border: 1px solid var(--gray-light);
}

.business-hours-box h5 {
     font-size: 17px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 16px;
     padding-bottom: 10px;
     border-bottom: 2px solid var(--orange);
}

.hours-table {
     width: 100%;
     border-collapse: collapse;
}

.hours-table td {
     padding: 10px 5px;
     font-size: 15px;
     color: var(--text);
     border-bottom: 1px solid #eee;
}

.hours-table tr.today td {
     background: #fff7f0;
     font-weight: 600;
}

.badge-today {
     font-size: 11px;
     background: var(--orange);
     color: #fff;
     padding: 2px 8px;
     border-radius: 10px;
     margin-left: 6px;
}

/* blog */
.blog-hero-post {
     background: var(--navy);
     border-radius: 8px;
     overflow: hidden;
     position: relative;
     padding: 50px 44px;
     margin-bottom: 40px;
}

.blog-hero-post::before {
     content: '';
     position: absolute;
     inset: 0;
     background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 31px);
}

.blog-hero-post::after {
     content: '';
     position: absolute;
     right: -60px;
     top: -60px;
     width: 350px;
     height: 350px;
     background: radial-gradient(circle, rgba(244, 124, 32, 0.15) 0%, transparent 65%);
}

.blog-hero-post .content {
     position: relative;
     z-index: 1;
}

.blog-hero-post h2 {
     font-size: clamp(28px, 3.5vw, 44px);
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 14px;
     line-height: 1.1;
}

.blog-hero-post h2 a {
     color: var(--white);
     text-decoration: none;
     transition: color .2s;
}

.blog-hero-post h2 a:hover {
     color: var(--orange);
}

.blog-hero-post p {
     font-size: 15px;
     color: rgba(255, 255, 255, 0.65);
     line-height: 1.75;
     max-width: 600px;
}

.sidebar-widget {
     background: var(--off-white);
     border-radius: 6px;
     padding: 24px;
     margin-bottom: 24px;
     border: 1px solid var(--gray-light);
}

.sidebar-widget h4 {
     font-size: 18px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 16px;
     padding-bottom: 10px;
     border-bottom: 2px solid var(--orange);
}

.sidebar-category {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 9px 0;
     border-bottom: 1px solid var(--gray-light);
     font-size: 14px;
     color: var(--text);
     text-decoration: none;
     transition: color .2s;
}

.sidebar-category:last-child {
     border-bottom: none;
}

.sidebar-category:hover {
     color: var(--orange);
}

.sidebar-category span {
     background: var(--orange-light);
     color: var(--orange);
     font-size: 11px;
     font-weight: 700;
     padding: 2px 9px;
     border-radius: 20px;
}

.recent-post {
     display: flex;
     gap: 12px;
     padding: 12px 0;
     border-bottom: 1px solid var(--gray-light);
     align-items: flex-start;
}

.recent-post:last-child {
     border-bottom: none;
}

.recent-post-icon {
     width: 50px;
     height: 50px;
     background: var(--navy);
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
}

.recent-post-icon i {
     font-size: 22px;
     color: var(--orange);
}

.recent-post h6 {
     font-size: 13px;
     font-weight: 700;
     color: var(--navy);
     margin-bottom: 4px;
     line-height: 1.3;
}

.recent-post h6 a {
     color: var(--navy);
     text-decoration: none;
     transition: color .2s;
}

.recent-post h6 a:hover {
     color: var(--orange);
}

.recent-post span {
     font-size: 11px;
     color: var(--gray);
}

.tag-cloud {
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
}

.tag {
     display: inline-block;
     background: var(--white);
     border: 1px solid var(--gray-light);
     color: var(--gray);
     font-size: 12px;
     font-weight: 700;
     padding: 5px 12px;
     border-radius: 20px;
     text-decoration: none;
     transition: all .2s;
}

.tag:hover {
     background: var(--orange);
     border-color: var(--orange);
     color: var(--white);
}

.pagination .page-link {
     color: var(--navy);
     border-color: var(--gray-light);
     font-weight: 700;
     font-size: 14px;
     padding: 10px 16px;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
     background: var(--orange);
     border-color: var(--orange);
     color: var(--white);
}


.testimonial-btn {
     width: 42px;
     height: 42px;
     border-radius: 50%;
     border: 2px solid #f59e0b;
     background: transparent;
     color: #f59e0b;
     font-size: 18px;
     cursor: pointer;
     transition: background .2s, color .2s;
     line-height: 1;
     display: inline-flex;
     align-items: center;
     justify-content: center;
}

.testimonial-btn:hover {
     background: #f59e0b;
     color: #fff;
}










.service-page-hero {
     background: var(--navy);
     padding: 80px 0 0;
     position: relative;
     overflow: hidden;
}

.service-page-hero::before {
     content: '';
     position: absolute;
     inset: 0;
     background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 255, 255, 0.018) 40px, rgba(255, 255, 255, 0.018) 41px);
}

.service-page-hero::after {
     content: '';
     position: absolute;
     right: -100px;
     top: -60px;
     width: 700px;
     height: 700px;
     background: radial-gradient(circle, rgba(244, 124, 32, 0.13) 0%, transparent 65%);
     pointer-events: none;
}

.hero-content {
     position: relative;
     z-index: 1;
     padding-bottom: 60px;
}

.service-badge-hero {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(244, 124, 32, 0.15);
     border: 1px solid rgba(244, 124, 32, 0.4);
     color: var(--orange);
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     padding: 7px 16px;
     border-radius: 2px;
     margin-bottom: 20px;
}

.service-page-hero h1 {
     font-size: clamp(40px, 5.5vw, 72px);
     line-height: 0.95;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 20px;
}

.service-page-hero h1 span {
     color: var(--orange);
}

.hero-lead {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.7);
     font-weight: 300;
     line-height: 1.75;
     max-width: 540px;
     margin-bottom: 30px;
}

.hero-trust-row {
     display: flex;
     gap: 24px;
     flex-wrap: wrap;
     margin-bottom: 36px;
}

.htrust {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 13px;
     font-weight: 700;
     color: rgba(255, 255, 255, 0.65);
}

.htrust i {
     color: var(--orange);
     font-size: 17px;
}

.hero-bottom-band {
     background: var(--orange);
     padding: 18px 0;
     position: relative;
     z-index: 1;
}

.hero-bottom-band .stat {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     font-weight: 700;
     color: var(--white);
     padding: 4px 0;
}

.hero-bottom-band .stat i {
     font-size: 20px;
}

/* ── STICKY SIDEBAR FORM ─────────────────── */
.sticky-form {
     position: sticky;
     top: 90px;
}

/* ── CONTENT SECTIONS ────────────────────── */
.content-section {
     padding: 70px 0;
}

.content-section.alt {
     background: var(--off-white);
}

.content-section h2 {
     font-size: clamp(28px, 3.5vw, 44px);
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 18px;
     line-height: 1.05;
}

.content-section h2 span {
     color: var(--orange);
}

.content-section h3 {
     font-size: 22px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 12px;
     margin-top: 28px;
}

.content-section p {
     font-size: 15px;
     color: var(--gray);
     line-height: 1.8;
     margin-bottom: 16px;
}

/* ── CHECKLIST ───────────────────────────── */
.check-list {
     list-style: none;
     padding: 0;
     margin: 20px 0;
}

.check-list li {
     display: flex;
     gap: 12px;
     align-items: flex-start;
     font-size: 15px;
     color: var(--text);
     margin-bottom: 12px;
     padding-bottom: 12px;
     border-bottom: 1px solid var(--gray-light);
}

.check-list li:last-child {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
}

.check-list li i {
     color: var(--orange);
     font-size: 19px;
     margin-top: 1px;
     flex-shrink: 0;
}

/* ── DAMAGE TYPES GRID ───────────────────── */
.damage-card {
     background: var(--white);
     border-radius: 6px;
     padding: 26px 22px;
     border: 1px solid var(--gray-light);
     border-top: 3px solid var(--orange);
     height: 100%;
     transition: transform 0.2s, box-shadow 0.2s;
}

.damage-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.damage-card .icon {
     font-size: 36px;
     color: var(--orange);
     margin-bottom: 14px;
     display: block;
}

.damage-card h4 {
     font-size: 18px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 8px;
}

.damage-card p {
     font-size: 13px;
     color: var(--gray);
     line-height: 1.65;
     margin: 0;
}

/* ── PROCESS TIMELINE ────────────────────── */
.process-timeline {
     position: relative;
}

.process-timeline::before {
     content: '';
     position: absolute;
     left: 27px;
     top: 0;
     bottom: 0;
     width: 2px;
     background: var(--gray-light);
}

.pt-item {
     display: flex;
     gap: 22px;
     margin-bottom: 36px;
     position: relative;
}

.pt-item:last-child {
     margin-bottom: 0;
}

.pt-num {
     width: 56px;
     height: 56px;
     background: var(--orange);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 22px;
     font-weight: 800;
     color: var(--white);
     position: relative;
     z-index: 1;
}

.pt-body {
     padding-top: 8px;
}

.pt-body h4 {
     font-size: 20px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 6px;
}

.pt-body p {
     font-size: 14px;
     color: var(--gray);
     line-height: 1.7;
     margin: 0;
}

/* ── COST TABLE ──────────────────────────── */
.cost-table {
     width: 100%;
     border-collapse: separate;
     border-spacing: 0;
}

.cost-table thead th {
     background: var(--navy);
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     padding: 14px 20px;
     text-align: left;
}

.cost-table thead th:first-child {
     border-radius: 6px 0 0 0;
}

.cost-table thead th:last-child {
     border-radius: 0 6px 0 0;
}

.cost-table tbody tr {
     border-bottom: 1px solid var(--gray-light);
}

.cost-table tbody tr:hover {
     background: var(--off-white);
}

.cost-table tbody td {
     padding: 14px 20px;
     font-size: 14px;
     color: var(--text);
     border-bottom: 1px solid var(--gray-light);
}

.cost-table tbody td:last-child {
     font-weight: 700;
     color: var(--orange);
}

.cost-note {
     background: var(--navy);
     color: rgba(255, 255, 255, 0.7);
     font-size: 13px;
     padding: 14px 20px;
     border-radius: 0 0 6px 6px;
}

.cost-note i {
     color: var(--orange);
}

/* ── BOROUGH COVERAGE ────────────────────── */
.borough-row {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     margin-top: 20px;
}

.borough-tag {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     background: var(--navy);
     color: var(--white);
     font-size: 13px;
     font-weight: 700;
     padding: 9px 18px;
     border-radius: 4px;
     text-decoration: none;
     transition: background 0.2s;
}

.borough-tag:hover {
     background: var(--orange);
     color: var(--white);
}

.borough-tag i {
     color: var(--orange);
     font-size: 15px;
}

.borough-tag:hover i {
     color: var(--white);
}

/* ── TESTIMONIAL HIGHLIGHT ───────────────── */
.testimonial-featured {
     background: var(--navy);
     border-radius: 8px;
     padding: 36px;
     position: relative;
     overflow: hidden;
}

.testimonial-featured::before {
     content: '\201C';
     position: absolute;
     top: -10px;
     left: 20px;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 160px;
     font-weight: 800;
     color: rgba(244, 124, 32, 0.12);
     line-height: 1;
     pointer-events: none;
}

.testimonial-featured p {
     font-size: 18px;
     color: rgba(255, 255, 255, 0.85);
     line-height: 1.75;
     font-style: italic;
     margin-bottom: 20px;
     position: relative;
     z-index: 1;
}

.testimonial-featured .reviewer {
     position: relative;
     z-index: 1;
}

.testimonial-featured .reviewer strong {
     font-size: 15px;
     color: var(--white);
     font-family: 'Barlow Condensed', sans-serif;
     text-transform: uppercase;
     letter-spacing: .06em;
}

.testimonial-featured .reviewer span {
     font-size: 13px;
     color: rgba(255, 255, 255, 0.5);
     display: block;
     margin-top: 2px;
}

/* ── FAQ ─────────────────────────────────── */
.faq-section {
     padding: 70px 0;
     background: var(--off-white);
}

/* ── WHY CHOOSE BOX ──────────────────────── */
.why-box {
     background: var(--navy);
     border-radius: 8px;
     padding: 32px;
     color: var(--white);
}

.why-box h3 {
     font-size: 24px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 18px;
}

.why-item {
     display: flex;
     gap: 12px;
     margin-bottom: 14px;
     align-items: flex-start;
}

.why-item i {
     font-size: 20px;
     margin-top: 1px;
     flex-shrink: 0;
}

.why-item span {
     font-size: 14px;
     line-height: 1.6;
     color: rgba(255, 255, 255, 0.9);
}

/* ----------------------------------------------------- */
/* ── AREA HERO ───────────────────────────── */
.area-hero {
     background: var(--navy);
     padding: 80px 0 0;
     position: relative;
     overflow: hidden;
}

.area-hero::before {
     content: '';
     position: absolute;
     inset: 0;
     background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 255, 255, 0.018) 40px, rgba(255, 255, 255, 0.018) 41px);
}

.area-hero::after {
     content: '';
     position: absolute;
     right: -100px;
     top: -60px;
     width: 700px;
     height: 700px;
     background: radial-gradient(circle, rgba(244, 124, 32, 0.13) 0%, transparent 65%);
     pointer-events: none;
}

.area-hero .container {
     position: relative;
     z-index: 1;
}

.area-hero-content {
     padding-bottom: 60px;
}

.area-eyebrow {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(244, 124, 32, 0.15);
     border: 1px solid rgba(244, 124, 32, 0.4);
     color: var(--orange);
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     padding: 7px 16px;
     border-radius: 2px;
     margin-bottom: 20px;
}

.area-hero h1 {
     font-size: clamp(40px, 5.5vw, 72px);
     line-height: 0.95;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 20px;
}

.area-hero h1 span {
     color: var(--orange);
}

.area-hero-lead {
     font-size: 17px;
     color: rgba(255, 255, 255, 0.7);
     font-weight: 300;
     line-height: 1.75;
     max-width: 540px;
     margin-bottom: 30px;
}

.hero-trust-row {
     display: flex;
     gap: 24px;
     flex-wrap: wrap;
     margin-bottom: 34px;
}

.htrust {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 13px;
     font-weight: 700;
     color: rgba(255, 255, 255, 0.65);
}

.htrust i {
     color: var(--orange);
     font-size: 17px;
}

.area-band {
     background: var(--orange);
     padding: 18px 0;
     position: relative;
     z-index: 1;
}

.area-band .band-item {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     font-weight: 700;
     color: var(--white);
     padding: 4px 0;
}

.area-band .band-item i {
     font-size: 18px;
}

/* ── AREA MAP VISUAL ─────────────────────── */
.area-visual {
     background: var(--navy-mid);
     border: 1px solid var(--navy-light);
     border-radius: 8px;
     padding: 32px;
     text-align: center;
     position: relative;
     overflow: hidden;
}

.area-visual::before {
     content: '';
     position: absolute;
     inset: 0;
     background: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.015) 20px, rgba(255, 255, 255, 0.015) 21px);
}

.area-visual img {
     height: 180px;
}

.area-visual-icon {
     font-size: 80px;
     color: var(--orange);
     opacity: .65;
     position: relative;
     z-index: 1;
}

.area-visual h3 {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 28px;
     font-weight: 800;
     color: var(--white);
     text-transform: uppercase;
     margin: 12px 0 6px;
     position: relative;
     z-index: 1;
}

.area-visual p {
     font-size: 13px;
     color: rgba(255, 255, 255, 0.5);
     position: relative;
     z-index: 1;
     margin: 0;
}

.area-stat-row {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 1px;
     background: rgba(255, 255, 255, 0.08);
     border-radius: 6px;
     overflow: hidden;
     margin-top: 20px;
     position: relative;
     z-index: 1;
}

.area-stat {
     background: var(--navy);
     padding: 16px 10px;
     text-align: center;
}

.area-stat strong {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 28px;
     font-weight: 800;
     color: var(--orange);
     display: block;
     line-height: 1;
}

.area-stat span {
     font-size: 11px;
     color: rgba(255, 255, 255, 0.45);
     text-transform: uppercase;
     letter-spacing: .06em;
     margin-top: 4px;
     display: block;
}

/* ── NEIGHBORHOODS ───────────────────────── */
.neighborhood-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
     gap: 12px;
     margin-top: 24px;
}

.neighborhood-item {
     display: flex;
     align-items: center;
     gap: 10px;
     background: var(--white);
     border: 1px solid var(--gray-light);
     border-left: 3px solid var(--orange);
     border-radius: 4px;
     padding: 12px 16px;
     font-size: 14px;
     font-weight: 700;
     color: var(--text);
     text-decoration: none;
     transition: all .2s;
}

.neighborhood-item:hover {
     background: var(--orange);
     color: var(--white);
     border-left-color: var(--orange);
     transform: translateY(-2px);
     box-shadow: 0 8px 24px rgba(244, 124, 32, 0.25);
}

.neighborhood-item i {
     color: var(--orange);
     font-size: 16px;
     flex-shrink: 0;
     transition: color .2s;
}

.neighborhood-item:hover i {
     color: var(--white);
}

/* ── CONTENT ─────────────────────────────── */
.content-block {
     padding: 70px 0;
}

.content-block.alt {
     background: var(--off-white);
}

.content-block h2 {
     font-size: clamp(28px, 3.5vw, 44px);
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 18px;
     line-height: 1.05;
}

.content-block h2 span {
     color: var(--orange);
}

.content-block h3 {
     font-size: 22px;
     color: var(--navy);
     text-transform: uppercase;
     margin: 28px 0 12px;
}

.content-block p {
     font-size: 17px;
     /* color: var(--gray); */
     line-height: 1.8;
     margin-bottom: 16px;
}

/* ── CHECK LIST ──────────────────────────── */
.check-list {
     list-style: none;
     padding: 0;
     margin: 20px 0;
}

.check-list li {
     display: flex;
     gap: 12px;
     align-items: flex-start;
     font-size: 15px;
     color: var(--text);
     margin-bottom: 12px;
     padding-bottom: 12px;
     border-bottom: 1px solid var(--gray-light);
}

.check-list li:last-child {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
}

.check-list li i {
     color: var(--orange);
     font-size: 19px;
     margin-top: 1px;
     flex-shrink: 0;
}

/* ── SERVICE MINI CARDS ──────────────────── */
.service-mini {
     background: var(--navy);
     border-radius: 6px;
     padding: 24px 20px;
     height: 100%;
     transition: transform .2s, box-shadow .2s;
     border-bottom: 3px solid transparent;
}

.service-mini:hover {
     transform: translateY(-4px);
     box-shadow: 0 16px 40px rgba(11, 22, 40, .35);
     border-bottom-color: var(--orange);
}

.service-mini i {
     font-size: 30px;
     color: var(--orange);
     margin-bottom: 14px;
     display: block;
}

.service-mini h4 {
     font-size: 18px;
     color: var(--white);
     text-transform: uppercase;
     margin-bottom: 8px;
}

.service-mini p {
     font-size: 17px;
     color: rgb(255, 255, 255);
     line-height: 1.65;
     margin: 0;
}

/* ── VIOLATION STEPS ─────────────────────── */
.vstep {
     display: flex;
     gap: 20px;
     align-items: flex-start;
     padding: 22px 0;
     border-bottom: 1px solid var(--gray-light);
}

.vstep:last-child {
     border-bottom: none;
}

.vstep-num {
     width: 48px;
     height: 48px;
     background: var(--orange);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 20px;
     font-weight: 800;
     color: var(--white);
}

.vstep h5 {
     font-size: 18px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 6px;
}

.vstep p {
     font-size: 17px;
     color: var(--gray);
     line-height: 1.7;
     margin: 0;
}

/* ── COST CARDS ──────────────────────────── */
.cost-card {
     background: var(--white);
     border-radius: 6px;
     border: 1px solid var(--gray-light);
     padding: 24px;
     text-align: center;
     height: 100%;
     transition: transform .2s, box-shadow .2s, border-color .2s;
}

.cost-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
     border-color: var(--orange);
}

.cost-card .cost-icon {
     font-size: 36px;
     color: var(--orange);
     margin-bottom: 12px;
     display: block;
}

.cost-card h4 {
     font-size: 17px;
     color: var(--navy);
     text-transform: uppercase;
     margin-bottom: 8px;
}

.cost-card .price {
     font-family: 'Barlow Condensed', sans-serif;
     font-size: 34px;
     font-weight: 800;
     color: var(--orange);
     line-height: 1;
     margin-bottom: 8px;
}

.cost-card .size {
     font-size: 12px;
     color: var(--gray);
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     margin-bottom: 12px;
}

.cost-card p {
     font-size: 17px;
     /* color: var(--gray); */
     line-height: 1.6;
     margin: 0;
}

/* ── OTHER BOROUGHS ──────────────────────── */
.borough-link {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 11px 16px;
     border-radius: 4px;
     background: var(--white);
     border: 1px solid var(--gray-light);
     font-size: 17px;
     font-weight: 700;
     color: var(--text);
     text-decoration: none;
     transition: all .2s;
     margin-bottom: 8px;
}

.borough-link:hover {
     background: var(--navy);
     color: var(--white);
     border-color: var(--navy);
}

.borough-link i {
     color: var(--orange);
     font-size: 16px;
}

.proj-slider-wrap {
     position: relative;
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 0 8px;
}

.proj-track-viewport {
     overflow: hidden;
     width: 100%;
}

.proj-track {
     display: flex;
     gap: 20px;
     transition: transform 0.5s ease;
}

.proj-img-box {
     position: relative;
     flex: 0 0 calc(33.333% - 14px);
     border-radius: 14px;
     overflow: hidden;
     box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}

.proj-img-box img {
     width: 100%;
     height: 350px;
     object-fit: cover;
     display: block;
     transition: transform 0.4s ease;
}

.proj-img-box:hover img {
     transform: scale(1.06);
}

.project-badge {
     position: absolute;
     left: 14px;
     bottom: 14px;
     background: var(--orange);
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: 0.02em;
     padding: 6px 14px;
     border-radius: 30px;
}

.proj-nav {
     flex: 0 0 auto;
     width: 44px;
     height: 44px;
     border-radius: 50%;
     background: rgba(0, 0, 0, 0.4);
     color: #fff;
     border: none;
     font-size: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: background 0.2s ease;
     z-index: 2;
}

.proj-nav:hover {
     background: var(--orange);
}

@media (max-width: 992px) {
     .proj-img-box {
          flex: 0 0 calc(50% - 10px);
     }
}

@media (max-width: 600px) {
     .proj-img-box {
          flex: 0 0 100%;
     }

     .proj-img-box img {
          height: 220px;
     }
}