@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url(../fonts/Gotham-Medium.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'gotham';
    font-size: 62.72px;
    color: #000;
    margin: 0 0 0px;
    text-transform: uppercase;
    font-weight: 500;
}

h2 {
    font-family: 'gotham';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'gotham';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

/* ============================================
   PREMIUM HEADER — .nlrc-header
   ============================================ */

.nlrc-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(13, 17, 21, 0.97) 0%, rgba(27, 33, 39, 0.95) 52%, rgba(11, 14, 18, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 36px rgba(4, 8, 12, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.admin-bar .nlrc-header {
    top: 32px;
}

.nlrc-header::before,
.nlrc-header::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nlrc-header::before {
    z-index: 0;
    background:
        radial-gradient(circle at top center, rgba(243, 205, 70, 0.08) 0, rgba(243, 205, 70, 0) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0) 32%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0) 38%);
}

.nlrc-header::after {
    z-index: 0;
    inset: auto 0 0;
    height: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0) 100%);
    opacity: 0.55;
}

.nlrc-header__inner {
    position: relative;
    z-index: 1;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

/* ---- Desktop navigation ---- */

.nlrc-header__nav .nlrc-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.nlrc-header__nav .nlrc-nav-list > li {
    position: relative;
}

.nlrc-header__nav .nlrc-nav-list > li > a {
    color: rgba(247, 249, 251, 0.92);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    transition: color 0.25s ease, opacity 0.25s ease;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    background: none;
    border-radius: 0;
}

.nlrc-header__nav .nlrc-nav-list > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f3cd46 0%, #caac4a 100%);
    transition: width 0.25s ease;
}

.nlrc-header__nav .nlrc-nav-list > li > a:hover::after,
.nlrc-header__nav .nlrc-nav-list > li.current-menu-item > a::after,
.nlrc-header__nav .nlrc-nav-list > li.current_page_item > a::after {
    width: 100%;
}

.nlrc-header__nav .nlrc-nav-list > li > a:hover,
.nlrc-header__nav .nlrc-nav-list > li.current-menu-item > a,
.nlrc-header__nav .nlrc-nav-list > li.current_page_item > a {
    color: #f3cd46;
}

/* ---- Dropdowns ---- */

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20, 24, 29, 0.98) 0%, rgba(12, 15, 19, 0.98) 100%);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1000;
    list-style: none;
}

.nlrc-header__nav .nlrc-nav-list li:hover > ul.sub-menu {
    display: block;
}

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu li {
    display: block;
    margin: 0;
}

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu li + li {
    margin-top: 2px;
}

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu li a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: rgba(232, 236, 240, 0.9) !important;
    background: none !important;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    border-radius: 12px;
}

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu li a::after {
    display: none;
}

.nlrc-header__nav .nlrc-nav-list li ul.sub-menu li a:hover {
    background: rgba(243, 205, 70, 0.14) !important;
    color: #fff !important;
}

/* nested sub-menus */
.nlrc-header__nav .nlrc-nav-list li ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}

/* ---- Logo ---- */

.nlrc-header__logo {
    flex: 0 0 auto;
    line-height: 0;
}

.nlrc-header__logo a {
    display: block;
}

.nlrc-header__logo img {
    height: 75px;
    width: auto;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

/* ---- Right group ---- */

.nlrc-header__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* ---- Phone CTA pill ---- */

.nlrc-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #f3d56b 0%, #caac4a 55%, #b78620 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    color: #171109;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0.04em;
}

.nlrc-header__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32), 0 0 0 4px rgba(202, 172, 74, 0.12);
    color: #171109;
}

.nlrc-header__cta i {
    font-size: 14px;
}

/* ---- Hamburger (hidden on desktop) ---- */

.nlrc-header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    cursor: pointer;
    padding: 6px;
    z-index: 10;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nlrc-header__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nlrc-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nlrc-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.nlrc-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---- Mobile drawer (hidden by default) ---- */

.nlrc-header__drawer {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99998;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    padding: 18px 24px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, rgba(15, 19, 23, 0.98) 0%, rgba(9, 11, 14, 0.98) 100%);
    box-shadow: 0 28px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.nlrc-header__drawer.is-open {
    display: block;
}

.nlrc-header__drawer .nlrc-drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nlrc-header__drawer .nlrc-drawer-list li a {
    display: block;
    color: rgba(240, 243, 246, 0.92);
    text-decoration: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s ease;
    text-transform: capitalize;
}

.nlrc-header__drawer .nlrc-drawer-list li a:hover,
.nlrc-header__drawer .nlrc-drawer-list li.current-menu-item a {
    color: #f3cd46;
}

.nlrc-header__drawer .nlrc-drawer-list li ul.sub-menu {
    list-style: none;
    padding: 4px 0 0 14px;
    margin: 0;
    border-left: 1px solid rgba(243, 205, 70, 0.22);
}

.nlrc-header__drawer .nlrc-drawer-list li ul.sub-menu li a {
    font-size: 14px;
    padding: 10px 0;
    color: rgba(201, 207, 213, 0.82);
}

.nlrc-header__drawer .nlrc-header__cta--mobile {
    margin-top: 22px;
    justify-content: center;
    width: 100%;
}

/* Hide mobile-menu plugin output globally */
.mob-menu-header-holder {
    display: none !important;
}

/* ---- Legacy overrides so old scoped sub-menu rules don't bleed ---- */
.nlrc-header ul.sub-menu * {
    color: inherit !important;
    background: inherit !important;
}

/* ---- Header responsive (duplicated here because responsive.css may 404 publicly) ---- */

@media only screen and (max-width: 1199px) {
    .nlrc-header__inner { height: 82px; padding: 0 28px; }
    .nlrc-header__nav .nlrc-nav-list { gap: 20px; }
    .nlrc-header__nav .nlrc-nav-list > li > a { font-size: 13px; }
    .nlrc-header__cta { font-size: 14px; padding: 11px 22px; }
    .nlrc-header__logo img { height: 68px; }
    .nlrc-header__right { gap: 20px; }
}

@media only screen and (max-width: 991px) {
    .nlrc-header__nav--left,
    .nlrc-header__nav--right,
    .nlrc-header__right .nlrc-header__cta { display: none; }
    .nlrc-header__hamburger { display: flex; }
    .nlrc-header__inner { height: 74px; padding: 0 20px; }
    .nlrc-header__logo img { height: 58px; }
    .nlrc-header__drawer { max-height: calc(100vh - 74px); padding: 16px 20px 24px; }
}

@media only screen and (max-width: 782px) {
    body.admin-bar .nlrc-header { top: 46px; }
}

@media only screen and (max-width: 767px) {
    .nlrc-header { box-shadow: 0 14px 30px rgba(4, 8, 12, 0.24); }
    .nlrc-header__inner { padding: 0 16px; }
    .nlrc-header__logo img { height: 52px; }
    .nlrc-header__drawer .nlrc-drawer-list li a { font-size: 15px; }
}

html .mob-menu-header-holder { display: none !important; }
html body.mob-menu-overlay,
body.mob-menu-slideout,
body.mob-menu-slideout-over,
body.mob-menu-slideout-top { padding-top: 0 !important; }

/* Header Section End */

.container-fluid {
    padding: 0 5%;
}

.btn-1 {
    font-size: 18px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px 15px 20px;
    background-image: url(../images/btn-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    font-weight: 500;
}

/* Home  Baner Section  */

.home-banner-sec {
    position: relative;
    z-index: 1;
}

img.home-banner-imag {
    width: 100%;
    object-fit: cover;
}

.home-banner-box {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.theme-baner {
    position: relative;
    z-index: 1;
    display: inline-flex;
    background: #262626;
    color: #fff;
    padding: 0 5px;
}

.home-baner-text p {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 15px 0;
}

.btn-1.btn-2 {
    background-image: unset;
    background-color: #252424;
    color: #fff;
}

.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
}


/* Home  Baner Section  */


/* Brand Slider Start */

.brand-sec {
    padding: 30px 0;
}

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider img {
    width: auto;
    height: auto;
}


/* Brand Slider End */


/* About Section */

.about-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.about-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/about-bg2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: inherit;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-sec::after {
    position: absolute;
    content: '';
    width: 58%;
    height: 100%;
    background-image: url(../images/about-bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    bottom: 0;
    right: 0;
}

.theme-head {
    font-size: 24px;
    color: #caac4a;
    font-family: 'Montserrat';
}

.about-content h2 {
    font-size: 54px;
    color: #000000;
    font-weight: 500;
    font-family: 'gotham';
    text-transform: uppercase;
    margin: 10px 0;
}

.margin {
    margin-top: 40px;
}

ul.about-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

ul.about-list li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 8px 0px;
}

ul.about-list p {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

ul.about-list li i {
    font-size: 10px;
    color: #caac4a;
}

.about-content .btn-3 {
    background: #caac4a;
    color: #fff;
}


/* About Section */


/* Service Section */

.service-sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-image: url(https://www.newlifers.net/wp-content/uploads/2025/07/Rosa-After-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h6 {
    color: #000;
}

.sec-head h2 {
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
}

.service-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.service-image .serv-1 {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-image .ser-icon {
    width: 70px;
    height: 70px;
    background: #caac4a;
    padding: 5px;
    border-radius: 10px;
    object-fit: none;
    display: grid;
    place-content: center;
    margin: -30px 30px 0 auto;
    z-index: 2;
    position: relative;
}

.service-text {
    padding: 25px 25px;
}

.service-slider .slick-slide {
    opacity: 1;
}

.service-text h3 {
    font-size: 23.54px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 5px;
}

.service-text p {
    font-size: 12.21px;
    color: #151515;
    line-height: 20px;
}

.service-text a {
    font-size: 16.62px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-top: 1px solid #989898;
    padding-top: 15px;
    margin-top: 20px;
    transition: .3s all;
}

.service-text a:hover {
    letter-spacing: 1px;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    /* content: '\f178'; */
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
}

.service-slider .slick-prev {
    left: -60px;
}


/* Service Section */


/* Why Choose Section */

.why-choose-sec {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.why-choose-sec::after,
.why-choose-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: -7px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/ch-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: inherit;
    z-index: -1;
}

.why-choose-sec::after {
    background-image: url(../images/ch-2.png);
    right: 0;
    left: auto;
    background-position: bottom;
    width: 25%;
    bottom: -11px;
}

.why-choose-text h2 {
    font-size: 50px;
    color: #050505;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.why-choose-text span {
    color: #caac4a;
}

.why-choose-text p {
    font-size: 15px;
    color: #848488;
    margin: 10px 0;
}

.why-choose-images {
    position: relative;
    z-index: 1;
}

img.chose-1 {
    width: 70%;
    margin-left: auto;
    display: block;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(189, 116, 39);
    box-shadow: 0px 14px 114px 0px rgba(0, 0, 0, 0.4);
}

img.chose-2 {
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(189, 116, 39);
    box-shadow: 0px 14px 114px 0px rgba(0, 0, 0, 0.4);
    margin: -200px 0 0 0;
}

img.chose-3 {
    position: absolute;
    right: -4%;
    bottom: 13%;
}

img.chose-4 {
    position: absolute;
    left: 34%;
    bottom: 7px;
}

.why-choose-sec .row {
    align-items: center;
}

.why-choose-text {
    padding-left: 20px;
    width: 95%;
}


/* Why Choose Section */

.women-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/women-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.women-sec .row {
    align-items: center;
}

.woment-content h2 {
    font-size: 55.34px;
    color: #050505;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.woment-content h2>span {
    color: #caac4a;
}

.woment-content p {
    font-size: 14px;
    color: #1e1e2a;
    margin-bottom: 20px;
}

.woment-content .btn-1 {
    background: transparent;
    border: 1px solid #7d7c7a;
}

.women-imag {
    width: 130%;
    height: 600px;
}

.women-imag img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 660px;
}


/* Women Section Start */


/* Gallery Section  */

.galery-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.gallery-image a,
.gallery-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* margin: 10px 0; */
    border-radius: 10px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.29);
    background: transparent;
}

.gallery-image {
    margin: 10px 0;
}


/* Gallery Section  */


/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 80px 0;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-sec .sec-head p {
    font-size: 12px;
}

.quoma {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    border-radius: 15px;
    border-top-right-radius: 0;
    position: absolute;
    top: -30px;
    background: linear-gradient(0deg, rgb(225, 192, 76) 0%, 30.9369%, rgb(220, 177, 64) 61.8738%, 80.9369%, rgb(204, 156, 48) 100%);
    display: grid;
    place-content: center;
}

.testi-box {
    padding: 80px 30px 40px 30px;
    position: relative;
    margin: 35px 0;
    z-index: 1;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.32);
}

.testi-text p {
    font-size: 15.16px;
    color: #000000;
}

ul.testi-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 35px;
    border-top: 1px solid #999999;
    padding-top: 30px;
}

ul.testi-profile-list img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
}

ul.testi-profile-list h5,
ul.testi-profile-list h4 {
    font-size: 17.66px;
    color: #000000;
    font-family: 'Montserrat';
}

.testi-slider .slick-slide {
    opacity: 1;
}

.testi-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: .5s all;
    border-radius: 15px;
    background: linear-gradient(0deg, rgb(225, 192, 76) 0%, 30.9369%, rgb(220, 177, 64) 61.8738%, 80.9369%, rgb(204, 156, 48) 100%);
}

.quoma img {
    object-fit: none;
    display: grid;
    place-content: center;
    place-content: baseline;
}

.testi-slider .slick-center .testi-box .quoma img {
    filter: brightness(0);
}

.testi-slider .slick-center .testi-box .quoma {
    background: #fff;
}

.testi-box:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testi-box:hover .testi-text * {
    color: #fff;
}

.testi-text {
    transition: 1s all;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    position: absolute;
    content: '\f104';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.testi-slider .slick-next:before {
    content: '\f105';
}

.testi-slider .slick-center .testi-box:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testi-slider .slick-center .testi-box * {
    color: #fff;
}

.testi-slider .slick-center .testi-box img.quma {
    /* background: #caac4a; */
}

ul.testi-profile-list h4 {
    color: #caac4a;
}

.testi-slider .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.testi-slider .slick-dots li {
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    margin: 0 5px;
}

.testi-slider .slick-dots li:before {
    display: none !important;
}

.testi-slider .slick-dots li button:before {
    display: none;
}

.testi-slider .slick-dots li.slick-active {
    background: #caac4a;
    opacity: 1;
}


/* Testimonial Section End */


/* Footer Section Start */

footer.footer-sec {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 86px 0 34px;
    background: linear-gradient(180deg, #151a1f 0%, #0f1318 32%, #090b0f 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer.footer-sec::before,
footer.footer-sec::after,
section.bottom-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

footer.footer-sec::before {
    z-index: 0;
    background:
        radial-gradient(circle at top left, rgba(243, 205, 70, 0.13) 0, transparent 36%),
        radial-gradient(circle at 85% 20%, rgba(96, 110, 124, 0.16) 0, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0) 18%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0) 32%);
}

footer.footer-sec::after {
    z-index: 0;
    background: radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.28) 100%);
}

footer.footer-sec .container,
section.bottom-nav .container {
    position: relative;
    z-index: 1;
}

footer.footer-sec .row {
    row-gap: 26px;
}

footer.footer-sec .row > [class*="col-"] {
    display: flex;
}

.footer-text {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 34px 28px 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.018) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, rgba(243, 205, 70, 0.95) 0, rgba(243, 205, 70, 0) 100%);
}

.footer-text .widget {
    margin-bottom: 20px;
}

.footer-text .widget:last-child {
    margin-bottom: 0;
}

.footer-text img {
    width: min(188px, 100%);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 24px;
    margin-bottom: 0;
    gap: 8px;
}

ul.footer-social-list li {
    display: flex;
    flex: 0 0 auto;
}

ul.footer-social-list li.imgicon {
    width: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

ul.footer-social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

ul.footer-social-list li i {
    font-size: 18px;
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    color: #f7f8fa;
}

ul.footer-social-list li i:hover {
    background: transparent;
    color: #f7f8fa;
}

ul.footer-social-list li.imgicon a {
    padding: 11px;
}

ul.footer-social-list li.imgicon img {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    max-width: none;
    max-height: none;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

ul.footer-social-list li.imgicon a::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

ul.footer-social-list li.imgicon a[href*="bbb.org"]::before {
    background-image: url(../images/footer-bbb-mark-white.png);
}

ul.footer-social-list li.imgicon a[href*="nextdoor.com"]::before {
    background-image: url(../images/footer-nextdoor-mark-white.png);
}

ul.footer-social-list li a:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-color: rgba(243, 205, 70, 0.32);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}

.footer-text h2 {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: 24px !important;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.footer-text h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 2px;
    background: linear-gradient(90deg, #caac4a 0%, rgba(202, 172, 74, 0) 100%);
}

.footer-text h2 span {
    color: #e0bb57;
}

ul.footer-link {
    display: block;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 24px;
}

ul.footer-link li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    break-inside: avoid;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

ul.footer-link li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(240, 244, 248, 0.92);
    line-height: 1.6;
    font-weight: 500;
    text-transform: capitalize;
    transition: color 0.25s ease;
}

ul.footer-link li:hover {
    padding-left: 0;
    border-color: rgba(202, 172, 74, 0.34);
    transform: translateX(4px);
    color: inherit;
}

ul.footer-link li a:hover,
ul.footer-link li:hover a {
    color: #e0bb57;
}

ul.footer-link-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 0 18px;
    padding-right: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.25s ease;
}

ul.footer-link-list li i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 17px;
    color: #caac4a;
    background: linear-gradient(180deg, rgba(243, 205, 70, 0.18) 0%, rgba(243, 205, 70, 0.06) 100%);
    border: 1px solid rgba(243, 205, 70, 0.16);
}

ul.footer-link-list li p {
    font-size: 14px;
    color: rgba(232, 237, 242, 0.9);
    line-height: 1.75;
    text-align: left;
    margin: 0;
}

ul.footer-link-list li a {
    color: rgba(245, 247, 250, 0.92);
    text-decoration: none;
    transition: color 0.25s ease;
}

ul.footer-link-list li a:hover {
    color: #e0bb57;
}

.footer-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 58px;
    padding: 16px 18px 16px 56px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.footer-form input::placeholder {
    color: rgba(229, 234, 239, 0.58);
}

.footer-form input:focus {
    outline: none;
    border-color: rgba(202, 172, 74, 0.55);
    box-shadow: 0 0 0 4px rgba(202, 172, 74, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.footer-form i {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 16px;
    color: #caac4a;
    z-index: 9;
}

footer.footer-sec .footr-btn .btn-1,
footer.footer-sec .footr-btn button {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(135deg, #f2d46e 0%, #c89e36 100%);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #161109;
    letter-spacing: 0.04em;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

footer.footer-sec .footr-btn .btn-1:hover,
footer.footer-sec .footr-btn button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.24);
}

footer.footer-sec .hf-form .hf-message {
    margin-top: 12px;
    color: #f5eed0;
    font-size: 14px;
}

.footer-text p {
    margin: 16px 0 0;
    color: rgba(226, 233, 239, 0.78);
    font-size: 14px;
    line-height: 1.8;
}

section.bottom-nav {
    position: relative;
    overflow: hidden;
    padding: 18px 0 22px;
    background: linear-gradient(180deg, #090b0f 0%, #050608 100%);
    border-top: 1px solid rgba(202, 172, 74, 0.18);
    text-transform: none;
}

section.bottom-nav::before {
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0) 0%, rgba(202, 172, 74, 0.65) 50%, rgba(202, 172, 74, 0) 100%);
    opacity: 0.9;
}

section.bottom-nav p {
    font-size: 14px;
    color: rgba(225, 230, 236, 0.64);
    text-align: center;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.04em;
}

section.bottom-nav a {
    color: #f2d46e;
}

.no-border:before {
    display: none;
}

@media only screen and (max-width: 1199px) {
    footer.footer-sec {
        padding: 78px 0 30px;
    }

    .footer-text {
        padding: 30px 24px 26px;
    }

    ul.footer-link {
        column-gap: 18px;
    }
}

@media only screen and (max-width: 991px) {
    footer.footer-sec {
        padding: 70px 0 28px;
    }

    .footer-text {
        padding: 28px 22px 24px;
    }

    ul.footer-link {
        column-count: 1;
    }
}

@media only screen and (max-width: 767px) {
    footer.footer-sec {
        padding: 60px 0 24px;
    }

    .footer-text {
        padding: 26px 20px 22px;
        border-radius: 22px;
    }

    .footer-text::after {
        left: 20px;
    }

    .footer-text h2 {
        font-size: 22px !important;
    }

    ul.footer-social-list {
        gap: 10px;
    }

    ul.footer-social-list li a {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .footer-form input {
        height: 56px;
        padding-left: 52px;
    }

    .footer-form i {
        left: 18px;
    }

    section.bottom-nav {
        padding: 16px 0 20px;
    }

    section.bottom-nav p {
        font-size: 12px;
        letter-spacing: 0.06em;
    }
}


/* Footer Section End */


/* Inner Page  Start */


/* About Page Start */

.inner-banner-imag {
    height: 450px;
    object-fit: cover;
}


/* About Page End */


/* Service PAge Start */

.service-page {
    background-image: unset;
}

.service-page .service-box {
    box-shadow: 0 0 4px 1px #989898;
    margin: 20px 0;
}

.service-page .service-box .service-text h3 {
    font-size: 22px;
}

.service-page .service-box {
    height: 100%;
}

.service-page .service-text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-page .service-text h3 {
    min-height: 70px;
}

.service-page .service-text p {
    flex: 1 1 auto;
}

.service-page .service-text a {
    margin-top: auto;
}

.page-id-20 .service-page .service-box {
    margin: 0;
    min-height: 525px;
}

.page-id-20 .service-page .row {
    row-gap: 28px;
}

.page-id-20 .service-page .service-image {
    aspect-ratio: 16 / 10;
}

.page-id-20 .service-page .service-image a {
    height: 100%;
}

.page-id-20 .service-page .service-text {
    padding: 26px 26px 22px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
}

.page-id-20 .service-page .service-text h3 {
    min-height: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.page-id-20 .service-page .service-text p {
    min-height: 0;
    margin: 0;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.page-id-20 .service-page .service-text a {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .page-id-20 .service-page .service-box {
        min-height: 0;
    }

    .page-id-20 .service-page .service-text h3,
    .page-id-20 .service-page .service-text p {
        min-height: 0;
    }
}


/* Service PAge End */


/* Residential Service Page Start */

.page-id-20 .nlrc-residential-page {
    --nlrc-residential-bg-dark: #0b1621;
    --nlrc-residential-bg-dark-2: #112131;
    --nlrc-residential-bg-warm: #f5f0e8;
    --nlrc-residential-bg-soft: #fbf8f2;
    --nlrc-residential-card: #ffffff;
    --nlrc-residential-ink: #0f1822;
    --nlrc-residential-body: #4f5b67;
    --nlrc-residential-accent: #c89d46;
    --nlrc-residential-accent-soft: #f0ddba;
    --nlrc-residential-border: rgba(12, 24, 36, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0b1621 0%, #122131 16%, #f5f0e8 16%, #f5f0e8 100%);
}

.page-id-20 {
    overflow-x: hidden;
}

.page-id-20 .nlrc-residential-page .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
}

.page-id-20 .nlrc-residential-hero__copy,
.page-id-20 .nlrc-residential-hero__visual,
.page-id-20 .nlrc-residential-section__intro > *,
.page-id-20 .nlrc-residential-proof__header > *,
.page-id-20 .nlrc-residential-upgrades__layout > *,
.page-id-20 .nlrc-residential-cta__panel > * {
    min-width: 0;
}

.page-id-20 .nlrc-residential-page h1,
.page-id-20 .nlrc-residential-page h2,
.page-id-20 .nlrc-residential-page h3 {
    text-transform: none;
}

.page-id-20 .nlrc-residential-page__eyebrow,
.page-id-20 .nlrc-residential-hero__panel-label,
.page-id-20 .nlrc-residential-proof__commitments-label,
.page-id-20 .nlrc-residential-review-card__label,
.page-id-20 .nlrc-residential-service-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-page__eyebrow::before,
.page-id-20 .nlrc-residential-hero__panel-label::before,
.page-id-20 .nlrc-residential-proof__commitments-label::before,
.page-id-20 .nlrc-residential-review-card__label::before,
.page-id-20 .nlrc-residential-service-card__eyebrow::before {
    width: 52px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(200, 157, 70, 0.95), rgba(200, 157, 70, 0));
}

.page-id-20 .nlrc-residential-page__eyebrow,
.page-id-20 .nlrc-residential-service-card__eyebrow,
.page-id-20 .nlrc-residential-review-card__label {
    color: #906820;
}

.page-id-20 .nlrc-residential-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, #d6ad5b 0%, #f0d696 100%);
    box-shadow: 0 18px 38px rgba(11, 22, 33, 0.18);
    color: #101822;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease, color 0.32s ease;
}

.page-id-20 .nlrc-residential-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(11, 22, 33, 0.22);
    color: #101822;
}

.page-id-20 .nlrc-residential-button--ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    color: #ffffff;
}

.page-id-20 .nlrc-residential-button--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.page-id-20 .nlrc-residential-page a:focus-visible,
.page-id-20 .nlrc-residential-button:focus-visible {
    outline: 2px solid var(--nlrc-residential-accent);
    outline-offset: 4px;
}

.page-id-20 .nlrc-residential-section {
    position: relative;
    padding: 92px 0;
}

.page-id-20 .nlrc-residential-section__intro {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.page-id-20 .nlrc-residential-section__intro h2 {
    margin: 0;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-section__intro p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 16px;
    line-height: 1.78;
}

.page-id-20 .nlrc-residential-section__intro--centered {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-id-20 .nlrc-residential-section__intro--centered .nlrc-residential-page__eyebrow {
    justify-content: center;
}

.page-id-20 .nlrc-residential-section__intro--split {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
    align-items: end;
}

.page-id-20 .nlrc-residential-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(200, 157, 70, 0.24) 0%, rgba(200, 157, 70, 0) 28%),
        linear-gradient(135deg, #08131e 0%, #0e1b28 44%, #152638 100%);
}

.page-id-20 .nlrc-residential-hero::before,
.page-id-20 .nlrc-residential-hero::after,
.page-id-20 .nlrc-residential-values::before,
.page-id-20 .nlrc-residential-showcase::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.page-id-20 .nlrc-residential-hero::before {
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 11, 18, 0.94) 0%, rgba(6, 11, 18, 0.84) 34%, rgba(6, 11, 18, 0.54) 70%, rgba(6, 11, 18, 0.18) 100%);
}

.page-id-20 .nlrc-residential-hero::after {
    left: -180px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(200, 157, 70, 0.2) 0%, rgba(200, 157, 70, 0) 68%);
}

.page-id-20 .nlrc-residential-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
    gap: 34px;
    align-items: end;
    padding: clamp(136px, 13vw, 184px) 0 84px;
}

.page-id-20 .nlrc-residential-hero__copy,
.page-id-20 .nlrc-residential-hero__visual {
    position: relative;
    z-index: 1;
    animation: nlrcResidentialFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-id-20 .nlrc-residential-hero__visual {
    animation-delay: 0.12s;
}

.page-id-20 .nlrc-residential-hero .nlrc-residential-page__eyebrow,
.page-id-20 .nlrc-residential-hero__panel-label {
    color: rgba(241, 232, 208, 0.84);
}

.page-id-20 .nlrc-residential-hero__copy h1 {
    margin: 18px 0 18px;
    max-width: 11.2ch;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.page-id-20 .nlrc-residential-hero__copy p {
    max-width: 39rem;
    margin: 0;
    color: rgba(229, 236, 243, 0.86);
    font-size: 18px;
    line-height: 1.76;
}

.page-id-20 .nlrc-residential-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.page-id-20 .nlrc-residential-hero__trust-list,
.page-id-20 .nlrc-residential-proof__chips,
.page-id-20 .nlrc-residential-proof__commitments ul,
.page-id-20 .nlrc-residential-process__grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-id-20 .nlrc-residential-hero__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.page-id-20 .nlrc-residential-hero__trust-list li {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f4efe4;
    font-size: 12px;
    line-height: 1.4;
}

.page-id-20 .nlrc-residential-hero__visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
    gap: 18px;
}

.page-id-20 .nlrc-residential-hero__feature,
.page-id-20 .nlrc-residential-hero__stack figure,
.page-id-20 .nlrc-residential-service-card,
.page-id-20 .nlrc-residential-upgrades__feature,
.page-id-20 .nlrc-residential-upgrade-card,
.page-id-20 .nlrc-residential-process__step,
.page-id-20 .nlrc-residential-review-card,
.page-id-20 .nlrc-residential-showcase__item,
.page-id-20 .nlrc-residential-cta__panel {
    box-shadow: 0 26px 62px rgba(8, 16, 26, 0.12);
}

.page-id-20 .nlrc-residential-hero__feature {
    position: relative;
    min-height: 560px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
}

.page-id-20 .nlrc-residential-hero__feature::before,
.page-id-20 .nlrc-residential-showcase__item::before {
    position: absolute;
    inset: 0;
    content: '';
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 16, 25, 0.06) 0%, rgba(7, 16, 25, 0.22) 42%, rgba(7, 16, 25, 0.82) 100%);
}

.page-id-20 .nlrc-residential-hero__feature img,
.page-id-20 .nlrc-residential-hero__stack img,
.page-id-20 .nlrc-residential-service-card__media img,
.page-id-20 .nlrc-residential-upgrades__feature img,
.page-id-20 .nlrc-residential-showcase__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-20 .nlrc-residential-hero__feature figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    max-width: 72%;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(7, 16, 25, 0.7);
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.page-id-20 .nlrc-residential-hero__support {
    display: grid;
    gap: 18px;
}

.page-id-20 .nlrc-residential-hero__panel {
    position: relative;
    padding: 24px 22px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(9, 17, 26, 0.78);
    overflow: hidden;
}

.page-id-20 .nlrc-residential-hero__panel::after {
    position: absolute;
    inset: 1px;
    content: '';
    border: 1px solid rgba(200, 157, 70, 0.16);
    border-radius: 27px;
    pointer-events: none;
}

.page-id-20 .nlrc-residential-hero__panel strong {
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-hero__panel p {
    margin: 14px 0 0;
    color: rgba(229, 236, 243, 0.8);
    font-size: 14px;
    line-height: 1.72;
}

.page-id-20 .nlrc-residential-hero__stack {
    display: grid;
    gap: 18px;
}

.page-id-20 .nlrc-residential-hero__stack figure {
    min-height: 186px;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
}

.page-id-20 .nlrc-residential-values {
    position: relative;
    padding-top: 70px;
}

.page-id-20 .nlrc-residential-values::before {
    top: 120px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(17, 33, 49, 0.14) 0%, rgba(17, 33, 49, 0) 70%);
}

.page-id-20 .nlrc-residential-values__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.page-id-20 .nlrc-residential-value-card {
    position: relative;
    min-height: 100%;
    padding: 28px 24px 24px;
    border-radius: 28px;
    overflow: hidden;
}

.page-id-20 .nlrc-residential-value-card:nth-child(odd) {
    border: 1px solid rgba(200, 157, 70, 0.2);
    background: linear-gradient(145deg, #ffffff 0%, #f8f0e2 100%);
}

.page-id-20 .nlrc-residential-value-card:nth-child(even) {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, #0e1b29 0%, #183149 100%);
}

.page-id-20 .nlrc-residential-value-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(200, 157, 70, 0.14);
    color: #8d6721;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.page-id-20 .nlrc-residential-value-card:nth-child(even) .nlrc-residential-value-card__index {
    background: rgba(255, 255, 255, 0.08);
    color: #f0ddba;
}

.page-id-20 .nlrc-residential-value-card h3 {
    margin: 18px 0 10px;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-value-card:nth-child(even) h3 {
    color: #ffffff;
}

.page-id-20 .nlrc-residential-value-card p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-residential-value-card:nth-child(even) p {
    color: rgba(229, 236, 243, 0.8);
}

.page-id-20 .nlrc-residential-services {
    padding-top: 26px;
}

.page-id-20 .nlrc-residential-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.page-id-20 .nlrc-residential-service-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--nlrc-residential-border);
    border-radius: 30px;
    background: linear-gradient(180deg, #fbf7f0 0%, #ffffff 34%, #ffffff 100%);
    overflow: hidden;
    transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.32s ease;
}

.page-id-20 .nlrc-residential-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 157, 70, 0.34);
    box-shadow: 0 30px 68px rgba(8, 16, 26, 0.16);
}

.page-id-20 .nlrc-residential-service-card__media {
    display: block;
    min-height: 250px;
    overflow: hidden;
}

.page-id-20 .nlrc-residential-service-card__media img {
    min-height: 250px;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-id-20 .nlrc-residential-service-card:hover .nlrc-residential-service-card__media img {
    transform: scale(1.05);
}

.page-id-20 .nlrc-residential-service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 14px;
    padding: 28px 26px 24px;
}

.page-id-20 .nlrc-residential-service-card__body h3 {
    margin: 0;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-service-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.page-id-20 .nlrc-residential-service-card__body p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-residential-service-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(12, 24, 36, 0.1);
    color: var(--nlrc-residential-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-service-card__link i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #132333;
    color: #ffffff;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-id-20 .nlrc-residential-service-card:hover .nlrc-residential-service-card__link i {
    transform: translateX(4px);
    background: var(--nlrc-residential-accent);
    color: #101822;
}

.page-id-20 .nlrc-residential-services__note {
    display: grid;
    gap: 8px;
    margin-top: 26px;
    padding: 24px 26px;
    border: 1px solid rgba(200, 157, 70, 0.2);
    border-radius: 24px;
    background: linear-gradient(140deg, #fffaf2 0%, #f7ecd8 100%);
}

.page-id-20 .nlrc-residential-services__note strong {
    color: var(--nlrc-residential-ink);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-services__note p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 15px;
    line-height: 1.72;
}

.page-id-20 .nlrc-residential-upgrades {
    overflow: hidden;
    background: linear-gradient(180deg, #f5f0e8 0%, #faf7f1 100%);
}

.page-id-20 .nlrc-residential-upgrades__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 24px;
    align-items: stretch;
}

.page-id-20 .nlrc-residential-upgrades__feature {
    position: relative;
    min-height: 100%;
    margin: 0;
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
}

.page-id-20 .nlrc-residential-upgrades__feature::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(7, 16, 25, 0.08) 0%, rgba(7, 16, 25, 0.24) 42%, rgba(7, 16, 25, 0.84) 100%);
}

.page-id-20 .nlrc-residential-upgrades__feature figcaption {
    position: absolute;
    right: 26px;
    bottom: 24px;
    z-index: 1;
    display: grid;
    gap: 8px;
    max-width: 24rem;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(7, 16, 25, 0.7);
}

.page-id-20 .nlrc-residential-upgrades__feature figcaption span {
    color: rgba(240, 221, 186, 0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-upgrades__feature figcaption strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-upgrades__cards {
    display: grid;
    gap: 16px;
}

.page-id-20 .nlrc-residential-upgrade-card {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 28px 26px 24px;
    border: 1px solid rgba(12, 24, 36, 0.08);
    border-radius: 28px;
    background: #ffffff;
}

.page-id-20 .nlrc-residential-upgrade-card::before,
.page-id-20 .nlrc-residential-process__step::before {
    position: absolute;
    top: 0;
    left: 24px;
    width: 140px;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, rgba(200, 157, 70, 0.94), rgba(200, 157, 70, 0));
}

.page-id-20 .nlrc-residential-upgrade-card h3 {
    margin: 0;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-upgrade-card p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 15px;
    line-height: 1.72;
}

.page-id-20 .nlrc-residential-upgrade-card span {
    color: #8c6722;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.page-id-20 .nlrc-residential-process {
    background: linear-gradient(135deg, #0b1621 0%, #112131 52%, #183049 100%);
}

.page-id-20 .nlrc-residential-process .nlrc-residential-page__eyebrow {
    color: rgba(241, 232, 208, 0.84);
}

.page-id-20 .nlrc-residential-process .nlrc-residential-page__eyebrow::before {
    background: linear-gradient(90deg, rgba(240, 221, 186, 0.88), rgba(240, 221, 186, 0));
}

.page-id-20 .nlrc-residential-process .nlrc-residential-section__intro h2,
.page-id-20 .nlrc-residential-process .nlrc-residential-section__intro p {
    color: #ffffff;
}

.page-id-20 .nlrc-residential-process .nlrc-residential-section__intro p {
    color: rgba(229, 236, 243, 0.8);
}

.page-id-20 .nlrc-residential-process__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.page-id-20 .nlrc-residential-process__step {
    position: relative;
    padding: 28px 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
}

.page-id-20 .nlrc-residential-process__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(200, 157, 70, 0.16);
    color: #f0ddba;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.page-id-20 .nlrc-residential-process__step h3 {
    margin: 18px 0 10px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-process__step p {
    margin: 0;
    color: rgba(229, 236, 243, 0.8);
    font-size: 14px;
    line-height: 1.72;
}

.page-id-20 .nlrc-residential-proof {
    background: linear-gradient(180deg, #f9f5ef 0%, #ffffff 100%);
}

.page-id-20 .nlrc-residential-proof__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 26px;
}

.page-id-20 .nlrc-residential-proof__copy {
    display: grid;
    gap: 16px;
}

.page-id-20 .nlrc-residential-proof__copy h2 {
    margin: 0;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-proof__copy p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 16px;
    line-height: 1.76;
}

.page-id-20 .nlrc-residential-proof__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-id-20 .nlrc-residential-proof__chips li {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(200, 157, 70, 0.16);
    border-radius: 999px;
    background: rgba(200, 157, 70, 0.08);
    color: #7b5a19;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.page-id-20 .nlrc-residential-proof__commitments {
    position: relative;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background: linear-gradient(145deg, #0d1825 0%, #173049 100%);
}

.page-id-20 .nlrc-residential-proof__commitments-label {
    color: rgba(241, 232, 208, 0.84);
}

.page-id-20 .nlrc-residential-proof__commitments ul {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.page-id-20 .nlrc-residential-proof__commitments li {
    position: relative;
    padding-left: 22px;
    color: rgba(229, 236, 243, 0.84);
    font-size: 14px;
    line-height: 1.7;
}

.page-id-20 .nlrc-residential-proof__commitments li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: var(--nlrc-residential-accent);
}

.page-id-20 .nlrc-residential-proof__reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-id-20 .nlrc-residential-review-card {
    display: grid;
    gap: 14px;
    min-height: 100%;
    padding: 26px 24px 22px;
    border: 1px solid rgba(12, 24, 36, 0.08);
    border-radius: 28px;
    background: #ffffff;
}

.page-id-20 .nlrc-residential-review-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.page-id-20 .nlrc-residential-review-card__stars {
    display: inline-flex;
    gap: 4px;
    color: var(--nlrc-residential-accent);
    font-size: 14px;
}

.page-id-20 .nlrc-residential-review-card h3 {
    margin: 0;
    color: var(--nlrc-residential-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-review-card p {
    margin: 0;
    color: var(--nlrc-residential-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-residential-review-card strong {
    color: var(--nlrc-residential-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-showcase {
    background: var(--nlrc-residential-bg-warm);
}

.page-id-20 .nlrc-residential-showcase::after {
    top: 80px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(17, 33, 49, 0.12) 0%, rgba(17, 33, 49, 0) 72%);
}

.page-id-20 .nlrc-residential-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 16px;
}

.page-id-20 .nlrc-residential-showcase__item {
    position: relative;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
}

.page-id-20 .nlrc-residential-showcase__item.is-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.page-id-20 .nlrc-residential-showcase__item.is-wide {
    grid-column: span 2;
}

.page-id-20 .nlrc-residential-showcase__item figcaption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: grid;
    gap: 6px;
    max-width: 70%;
}

.page-id-20 .nlrc-residential-showcase__item figcaption span {
    color: rgba(240, 221, 186, 0.88);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-residential-showcase__item figcaption strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-cta {
    padding-top: 10px;
}

.page-id-20 .nlrc-residential-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 36px clamp(24px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(135deg, #0b1621 0%, #112131 54%, #19314a 100%);
}

.page-id-20 .nlrc-residential-cta .nlrc-residential-page__eyebrow {
    color: rgba(241, 232, 208, 0.84);
}

.page-id-20 .nlrc-residential-cta__copy {
    display: grid;
    gap: 16px;
}

.page-id-20 .nlrc-residential-cta__copy h2 {
    margin: 0;
    max-width: 16ch;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-id-20 .nlrc-residential-cta__copy p {
    max-width: 38rem;
    margin: 0;
    color: rgba(229, 236, 243, 0.82);
    font-size: 16px;
    line-height: 1.76;
}

.page-id-20 .nlrc-residential-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 240px;
}

@supports ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))) {
    .page-id-20 .nlrc-residential-button--ghost,
    .page-id-20 .nlrc-residential-hero__trust-list li,
    .page-id-20 .nlrc-residential-hero__panel {
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }
}

@keyframes nlrcResidentialFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 26px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-id-20 .nlrc-residential-hero__copy,
    .page-id-20 .nlrc-residential-hero__visual,
    .page-id-20 .nlrc-residential-button,
    .page-id-20 .nlrc-residential-service-card,
    .page-id-20 .nlrc-residential-service-card__media img,
    .page-id-20 .nlrc-residential-service-card__link i {
        animation: none;
        transition: none;
    }
}


/* Residential Service Page End */


/* Residential Service Page v2 Start */

.page-id-20 .nlrc-homeowner-page {
    --nlrc-home-bg: #f6f1e8;
    --nlrc-home-paper: #fffdf9;
    --nlrc-home-paper-strong: #efe3ce;
    --nlrc-home-ink: #0f1720;
    --nlrc-home-body: #55616d;
    --nlrc-home-deep: #08111a;
    --nlrc-home-deep-2: #102131;
    --nlrc-home-deep-3: #17324b;
    --nlrc-home-accent: #c99e4a;
    --nlrc-home-accent-soft: #efd9ab;
    --nlrc-home-border: rgba(12, 23, 35, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #08111a 0%, #08111a 28%, #f6f1e8 28%, #f6f1e8 100%);
    color: var(--nlrc-home-ink);
    font-family: "Avenir Next", "Helvetica Neue", sans-serif;
}

.page-id-20 .nlrc-homeowner-page .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
}

.page-id-20 .nlrc-homeowner-page h1,
.page-id-20 .nlrc-homeowner-page h2,
.page-id-20 .nlrc-homeowner-page h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.98;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-transform: none;
}

.page-id-20 .nlrc-homeowner-page p,
.page-id-20 .nlrc-homeowner-page li,
.page-id-20 .nlrc-homeowner-page span,
.page-id-20 .nlrc-homeowner-page strong,
.page-id-20 .nlrc-homeowner-page blockquote {
    min-width: 0;
}

.page-id-20 .nlrc-homeowner-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #8d6720;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-page__eyebrow::before {
    width: 58px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(201, 158, 74, 0.95), rgba(201, 158, 74, 0));
}

.page-id-20 .nlrc-homeowner-page__eyebrow--light {
    color: rgba(241, 232, 210, 0.84);
}

.page-id-20 .nlrc-homeowner-page__eyebrow--light::before {
    background: linear-gradient(90deg, rgba(241, 232, 210, 0.88), rgba(241, 232, 210, 0));
}

.page-id-20 .nlrc-homeowner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, #d3ac5b 0%, #f0da9d 100%);
    box-shadow: 0 20px 44px rgba(8, 16, 26, 0.18);
    color: #101822;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-id-20 .nlrc-homeowner-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 54px rgba(8, 16, 26, 0.22);
    color: #101822;
}

.page-id-20 .nlrc-homeowner-button--ghost {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    color: #ffffff;
}

.page-id-20 .nlrc-homeowner-button--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.page-id-20 .nlrc-homeowner-page a:focus-visible,
.page-id-20 .nlrc-homeowner-button:focus-visible {
    outline: 2px solid var(--nlrc-home-accent);
    outline-offset: 4px;
}

.page-id-20 .nlrc-homeowner-section-heading {
    display: grid;
    gap: 16px;
    margin-bottom: 34px;
}

.page-id-20 .nlrc-homeowner-section-heading h2 {
    color: var(--nlrc-home-ink);
    font-size: clamp(34px, 4vw, 58px);
}

.page-id-20 .nlrc-homeowner-section-heading p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 16px;
    line-height: 1.76;
}

.page-id-20 .nlrc-homeowner-section-heading--split {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    align-items: end;
}

.page-id-20 .nlrc-homeowner-section-heading--centered {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-id-20 .nlrc-homeowner-section-heading--centered .nlrc-homeowner-page__eyebrow {
    justify-content: center;
}

.page-id-20 .nlrc-homeowner-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(124px, 11vw, 172px) 0 120px;
    background:
        radial-gradient(circle at top right, rgba(201, 158, 74, 0.22) 0%, rgba(201, 158, 74, 0) 26%),
        radial-gradient(circle at bottom left, rgba(23, 50, 75, 0.34) 0%, rgba(23, 50, 75, 0) 30%),
        linear-gradient(135deg, #07111a 0%, #0b1824 42%, #142434 100%);
}

.page-id-20 .nlrc-homeowner-hero::before,
.page-id-20 .nlrc-homeowner-hero::after,
.page-id-20 .nlrc-homeowner-standard::before,
.page-id-20 .nlrc-homeowner-services::after,
.page-id-20 .nlrc-homeowner-proof::before,
.page-id-20 .nlrc-homeowner-showcase::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.page-id-20 .nlrc-homeowner-hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 11, 18, 0.96) 0%, rgba(6, 11, 18, 0.88) 40%, rgba(6, 11, 18, 0.54) 78%, rgba(6, 11, 18, 0.16) 100%);
}

.page-id-20 .nlrc-homeowner-hero::after {
    top: -180px;
    right: -180px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(201, 158, 74, 0.28) 0%, rgba(201, 158, 74, 0) 70%);
}

.page-id-20 .nlrc-homeowner-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
    gap: 34px;
    align-items: end;
}

.page-id-20 .nlrc-homeowner-hero__copy,
.page-id-20 .nlrc-homeowner-hero__visual,
.page-id-20 .nlrc-homeowner-standard__intro,
.page-id-20 .nlrc-homeowner-standard__cards,
.page-id-20 .nlrc-homeowner-upgrades__copy,
.page-id-20 .nlrc-homeowner-upgrades__visual,
.page-id-20 .nlrc-homeowner-proof__layout > *,
.page-id-20 .nlrc-homeowner-cta__panel > * {
    min-width: 0;
}

.page-id-20 .nlrc-homeowner-hero__copy,
.page-id-20 .nlrc-homeowner-hero__visual {
    position: relative;
    z-index: 1;
    animation: nlrcHomeownerRise 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-id-20 .nlrc-homeowner-hero__visual {
    animation-delay: 0.12s;
}

.page-id-20 .nlrc-homeowner-hero__copy h1 {
    margin-top: 18px;
    max-width: 11ch;
    color: #ffffff;
    font-size: clamp(56px, 6.4vw, 92px);
    text-wrap: balance;
}

.page-id-20 .nlrc-homeowner-hero__copy p {
    max-width: 39rem;
    margin: 22px 0 0;
    color: rgba(231, 238, 244, 0.84);
    font-size: 18px;
    line-height: 1.78;
}

.page-id-20 .nlrc-homeowner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.page-id-20 .nlrc-homeowner-hero__badge-row,
.page-id-20 .nlrc-homeowner-hero__service-areas,
.page-id-20 .nlrc-homeowner-service-card__highlights,
.page-id-20 .nlrc-homeowner-proof__chips,
.page-id-20 .nlrc-homeowner-upgrades__brands,
.page-id-20 .nlrc-homeowner-upgrades__visual figcaption ul,
.page-id-20 .nlrc-homeowner-proof__assurance ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-id-20 .nlrc-homeowner-hero__badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.page-id-20 .nlrc-homeowner-hero__badge-row li {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(244, 239, 231, 0.94);
    font-size: 12px;
    line-height: 1.35;
}

.page-id-20 .nlrc-homeowner-hero__quote {
    position: relative;
    display: grid;
    gap: 10px;
    max-width: 32rem;
    margin-top: 24px;
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.page-id-20 .nlrc-homeowner-hero__quote::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 140px;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgba(201, 158, 74, 0.9), rgba(201, 158, 74, 0));
}

.page-id-20 .nlrc-homeowner-hero__quote-label {
    color: rgba(240, 221, 186, 0.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-hero__quote p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.72;
}

.page-id-20 .nlrc-homeowner-hero__quote strong {
    color: rgba(240, 221, 186, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-hero__visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
    gap: 18px;
}

.page-id-20 .nlrc-homeowner-hero__frame,
.page-id-20 .nlrc-homeowner-hero__detail-shot,
.page-id-20 .nlrc-homeowner-upgrades__visual,
.page-id-20 .nlrc-homeowner-showcase__item,
.page-id-20 .nlrc-homeowner-cta__visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    isolation: isolate;
}

.page-id-20 .nlrc-homeowner-hero__frame {
    min-height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    box-shadow: 0 30px 72px rgba(2, 8, 15, 0.26);
}

.page-id-20 .nlrc-homeowner-hero__frame::after,
.page-id-20 .nlrc-homeowner-hero__detail-shot::after,
.page-id-20 .nlrc-homeowner-upgrades__visual::after,
.page-id-20 .nlrc-homeowner-showcase__item::after,
.page-id-20 .nlrc-homeowner-cta__visual::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 16, 25, 0.06) 0%, rgba(7, 16, 25, 0.22) 42%, rgba(7, 16, 25, 0.84) 100%);
}

.page-id-20 .nlrc-homeowner-hero__frame img,
.page-id-20 .nlrc-homeowner-hero__detail-shot img,
.page-id-20 .nlrc-homeowner-upgrades__visual img,
.page-id-20 .nlrc-homeowner-showcase__item img,
.page-id-20 .nlrc-homeowner-cta__visual img,
.page-id-20 .nlrc-homeowner-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-20 .nlrc-homeowner-hero__frame figcaption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(7, 16, 25, 0.62);
}

.page-id-20 .nlrc-homeowner-hero__frame figcaption span,
.page-id-20 .nlrc-homeowner-showcase__item figcaption span {
    color: rgba(240, 221, 186, 0.88);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-hero__frame figcaption strong {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.08;
}

.page-id-20 .nlrc-homeowner-hero__rail {
    display: grid;
    gap: 18px;
}

.page-id-20 .nlrc-homeowner-hero__assurance {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 22px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
}

.page-id-20 .nlrc-homeowner-hero__assurance::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 110px;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgba(201, 158, 74, 0.94), rgba(201, 158, 74, 0));
}

.page-id-20 .nlrc-homeowner-hero__assurance h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.08;
}

.page-id-20 .nlrc-homeowner-hero__detail-shot {
    min-height: 204px;
    border-radius: 26px;
}

.page-id-20 .nlrc-homeowner-hero__detail-shot figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.page-id-20 .nlrc-homeowner-hero__service-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-id-20 .nlrc-homeowner-hero__service-areas span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(240, 221, 186, 0.12);
    color: rgba(240, 221, 186, 0.92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-standard {
    position: relative;
    margin-top: -70px;
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-standard::before {
    left: -180px;
    top: 120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(23, 50, 75, 0.16) 0%, rgba(23, 50, 75, 0) 72%);
}

.page-id-20 .nlrc-homeowner-standard__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 22px;
    align-items: start;
}

.page-id-20 .nlrc-homeowner-standard__intro {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 34px clamp(24px, 2.8vw, 40px) 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(145deg, #0b1620 0%, #112130 52%, #183048 100%);
    box-shadow: 0 30px 70px rgba(8, 16, 26, 0.14);
}

.page-id-20 .nlrc-homeowner-standard__intro h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
}

.page-id-20 .nlrc-homeowner-standard__intro p {
    margin: 0;
    color: rgba(229, 236, 243, 0.82);
    font-size: 16px;
    line-height: 1.8;
}

.page-id-20 .nlrc-homeowner-standard__band {
    padding: 18px 20px;
    border: 1px solid rgba(201, 158, 74, 0.2);
    border-radius: 22px;
    background: rgba(201, 158, 74, 0.08);
}

.page-id-20 .nlrc-homeowner-standard__band strong {
    color: rgba(241, 232, 210, 0.94);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.page-id-20 .nlrc-homeowner-standard__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.page-id-20 .nlrc-homeowner-standard-card,
.page-id-20 .nlrc-homeowner-service-card,
.page-id-20 .nlrc-homeowner-upgrade-card,
.page-id-20 .nlrc-homeowner-process-step,
.page-id-20 .nlrc-homeowner-proof__lead,
.page-id-20 .nlrc-homeowner-proof-card,
.page-id-20 .nlrc-homeowner-proof__assurance,
.page-id-20 .nlrc-homeowner-services__band,
.page-id-20 .nlrc-homeowner-cta__panel {
    box-shadow: 0 26px 62px rgba(8, 16, 26, 0.1);
}

.page-id-20 .nlrc-homeowner-standard-card {
    display: grid;
    gap: 12px;
    min-height: 100%;
    padding: 26px 24px 22px;
    border-radius: 28px;
}

.page-id-20 .nlrc-homeowner-standard-card:nth-child(odd) {
    border: 1px solid rgba(201, 158, 74, 0.2);
    background: linear-gradient(145deg, #fffaf2 0%, #f2e5cf 100%);
}

.page-id-20 .nlrc-homeowner-standard-card:nth-child(even) {
    border: 1px solid rgba(12, 23, 35, 0.08);
    background: #ffffff;
}

.page-id-20 .nlrc-homeowner-standard-card__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(201, 158, 74, 0.16);
    color: #8f6820;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.page-id-20 .nlrc-homeowner-standard-card h3 {
    color: var(--nlrc-home-ink);
    font-size: 30px;
}

.page-id-20 .nlrc-homeowner-standard-card p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 15px;
    line-height: 1.76;
}

.page-id-20 .nlrc-homeowner-services {
    position: relative;
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-services::after {
    right: -180px;
    top: 120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(201, 158, 74, 0.16) 0%, rgba(201, 158, 74, 0) 72%);
}

.page-id-20 .nlrc-homeowner-services__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.page-id-20 .nlrc-homeowner-service-card {
    position: relative;
    min-width: 0;
    border: 1px solid var(--nlrc-home-border);
    border-radius: 32px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-id-20 .nlrc-homeowner-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 158, 74, 0.32);
    box-shadow: 0 34px 76px rgba(8, 16, 26, 0.16);
}

.page-id-20 .nlrc-homeowner-service-card--feature {
    display: grid;
    min-height: 100%;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-primary {
    grid-column: span 7;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    background: linear-gradient(135deg, #fffaf2 0%, #ffffff 42%);
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary {
    grid-column: span 5;
    grid-template-rows: minmax(260px, 1fr) auto;
    background: linear-gradient(145deg, #0c1723 0%, #122435 54%, #1a3248 100%);
    border-color: rgba(255, 255, 255, 0.08);
}

.page-id-20 .nlrc-homeowner-service-card__media {
    display: block;
    overflow: hidden;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-primary .nlrc-homeowner-service-card__media {
    min-height: 100%;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary .nlrc-homeowner-service-card__media {
    min-height: 260px;
}

.page-id-20 .nlrc-homeowner-service-card__media img {
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-id-20 .nlrc-homeowner-service-card:hover .nlrc-homeowner-service-card__media img {
    transform: scale(1.05);
}

.page-id-20 .nlrc-homeowner-service-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.page-id-20 .nlrc-homeowner-service-card--feature .nlrc-homeowner-service-card__body {
    padding: 30px 28px 26px;
}

.page-id-20 .nlrc-homeowner-service-card__topline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-id-20 .nlrc-homeowner-service-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(201, 158, 74, 0.14);
    color: #8d6721;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.page-id-20 .nlrc-homeowner-service-card__eyebrow {
    color: #8a631f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary .nlrc-homeowner-service-card__number {
    background: rgba(255, 255, 255, 0.08);
    color: var(--nlrc-home-accent-soft);
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary .nlrc-homeowner-service-card__eyebrow {
    color: rgba(240, 221, 186, 0.82);
}

.page-id-20 .nlrc-homeowner-service-card--feature h3 {
    font-size: clamp(34px, 3.4vw, 50px);
}

.page-id-20 .nlrc-homeowner-service-card--feature h3 a {
    color: inherit;
    text-decoration: none;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-primary h3,
.page-id-20 .nlrc-homeowner-service-card--feature.is-primary p {
    color: var(--nlrc-home-ink);
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary h3,
.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary p {
    color: #ffffff;
}

.page-id-20 .nlrc-homeowner-service-card--feature p {
    margin: 0;
    font-size: 15px;
    line-height: 1.76;
}

.page-id-20 .nlrc-homeowner-service-card__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-id-20 .nlrc-homeowner-service-card__highlights li {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(201, 158, 74, 0.12);
    color: #7b591b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary .nlrc-homeowner-service-card__highlights li {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 221, 186, 0.94);
}

.page-id-20 .nlrc-homeowner-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-top: auto;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-service-card__link i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #132333;
    color: #ffffff;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-id-20 .nlrc-homeowner-service-card--feature.is-secondary .nlrc-homeowner-service-card__link i,
.page-id-20 .nlrc-homeowner-proof-card__stars i,
.page-id-20 .nlrc-homeowner-proof__stars i {
    background: rgba(255, 255, 255, 0.08);
}

.page-id-20 .nlrc-homeowner-service-card:hover .nlrc-homeowner-service-card__link i {
    transform: translateX(4px);
    background: var(--nlrc-home-accent);
    color: #101822;
}

.page-id-20 .nlrc-homeowner-service-card--compact {
    grid-column: span 3;
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 24px 22px 22px;
    background: linear-gradient(145deg, #ffffff 0%, #faf6f0 100%);
}

.page-id-20 .nlrc-homeowner-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(201, 158, 74, 0.14);
    color: #8d6721;
    font-size: 18px;
}

.page-id-20 .nlrc-homeowner-service-card--compact h3 {
    font-size: 28px;
}

.page-id-20 .nlrc-homeowner-service-card--compact h3 a {
    color: var(--nlrc-home-ink);
    text-decoration: none;
}

.page-id-20 .nlrc-homeowner-service-card--compact p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-homeowner-services__band {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 24px 26px;
    border: 1px solid rgba(201, 158, 74, 0.18);
    border-radius: 26px;
    background: linear-gradient(140deg, #fffaf2 0%, #f2e5cf 100%);
}

.page-id-20 .nlrc-homeowner-services__band strong {
    color: var(--nlrc-home-ink);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-services__band p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-homeowner-upgrades {
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-upgrades__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
    gap: 22px;
    padding: 34px clamp(24px, 3vw, 40px);
    border-radius: 36px;
    background: linear-gradient(145deg, #0a121a 0%, #102131 52%, #183048 100%);
    box-shadow: 0 34px 76px rgba(8, 16, 26, 0.16);
}

.page-id-20 .nlrc-homeowner-upgrades__copy {
    display: grid;
    gap: 18px;
}

.page-id-20 .nlrc-homeowner-upgrades__copy h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
}

.page-id-20 .nlrc-homeowner-upgrades__copy p {
    margin: 0;
    color: rgba(229, 236, 243, 0.82);
    font-size: 16px;
    line-height: 1.78;
}

.page-id-20 .nlrc-homeowner-upgrades__matrix {
    display: grid;
    gap: 14px;
}

.page-id-20 .nlrc-homeowner-upgrade-card {
    position: relative;
    display: grid;
    gap: 10px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.page-id-20 .nlrc-homeowner-upgrade-card::before,
.page-id-20 .nlrc-homeowner-process-step::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 110px;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgba(201, 158, 74, 0.94), rgba(201, 158, 74, 0));
}

.page-id-20 .nlrc-homeowner-upgrade-card span {
    color: rgba(240, 221, 186, 0.82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-upgrade-card h3 {
    color: #ffffff;
    font-size: 28px;
}

.page-id-20 .nlrc-homeowner-upgrade-card p {
    margin: 0;
    color: rgba(229, 236, 243, 0.78);
    font-size: 14px;
    line-height: 1.72;
}

.page-id-20 .nlrc-homeowner-upgrades__brands {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-id-20 .nlrc-homeowner-upgrades__brands span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 221, 186, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-upgrades__visual {
    min-height: 100%;
    border-radius: 30px;
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 20px 20px 18px;
    border-radius: 22px;
    background: rgba(7, 16, 25, 0.62);
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption span {
    color: rgba(240, 221, 186, 0.88);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption strong {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.08;
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption ul {
    display: grid;
    gap: 8px;
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption li {
    position: relative;
    padding-left: 18px;
    color: rgba(229, 236, 243, 0.84);
    font-size: 14px;
    line-height: 1.66;
}

.page-id-20 .nlrc-homeowner-upgrades__visual figcaption li::before,
.page-id-20 .nlrc-homeowner-proof__assurance li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: var(--nlrc-home-accent);
}

.page-id-20 .nlrc-homeowner-process {
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-process__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.page-id-20 .nlrc-homeowner-process__timeline::before {
    position: absolute;
    top: 24px;
    left: 6%;
    right: 6%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(201, 158, 74, 0) 0%, rgba(201, 158, 74, 0.5) 16%, rgba(201, 158, 74, 0.5) 84%, rgba(201, 158, 74, 0) 100%);
}

.page-id-20 .nlrc-homeowner-process-step {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 32px 24px 24px;
    border: 1px solid rgba(12, 23, 35, 0.08);
    border-radius: 28px;
    background: #ffffff;
}

.page-id-20 .nlrc-homeowner-process-step:nth-child(even) {
    transform: translateY(22px);
}

.page-id-20 .nlrc-homeowner-process-step__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(201, 158, 74, 0.16);
    color: #8d6721;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.page-id-20 .nlrc-homeowner-process-step h3 {
    color: var(--nlrc-home-ink);
    font-size: 28px;
}

.page-id-20 .nlrc-homeowner-process-step p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 14px;
    line-height: 1.72;
}

.page-id-20 .nlrc-homeowner-proof {
    position: relative;
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-proof::before {
    top: 160px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(201, 158, 74, 0.12) 0%, rgba(201, 158, 74, 0) 72%);
}

.page-id-20 .nlrc-homeowner-proof__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
    gap: 22px;
}

.page-id-20 .nlrc-homeowner-proof__lead {
    display: grid;
    gap: 16px;
    padding: 34px clamp(24px, 3vw, 38px) 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(145deg, #0a121a 0%, #112131 52%, #183048 100%);
}

.page-id-20 .nlrc-homeowner-proof__stars,
.page-id-20 .nlrc-homeowner-proof-card__stars {
    display: inline-flex;
    gap: 5px;
    color: var(--nlrc-home-accent);
    font-size: 14px;
}

.page-id-20 .nlrc-homeowner-proof__lead h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
}

.page-id-20 .nlrc-homeowner-proof__lead blockquote {
    margin: 0;
    color: rgba(229, 236, 243, 0.86);
    font-size: 19px;
    line-height: 1.84;
}

.page-id-20 .nlrc-homeowner-proof__lead strong,
.page-id-20 .nlrc-homeowner-proof-card strong {
    color: rgba(240, 221, 186, 0.94);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-proof__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-id-20 .nlrc-homeowner-proof__chips li {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 221, 186, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-id-20 .nlrc-homeowner-proof__side {
    display: grid;
    gap: 16px;
}

.page-id-20 .nlrc-homeowner-proof__review-stack {
    display: grid;
    gap: 16px;
}

.page-id-20 .nlrc-homeowner-proof-card {
    display: grid;
    gap: 12px;
    padding: 24px 22px 20px;
    border: 1px solid var(--nlrc-home-border);
    border-radius: 26px;
    background: #ffffff;
}

.page-id-20 .nlrc-homeowner-proof-card h3 {
    color: var(--nlrc-home-ink);
    font-size: 28px;
}

.page-id-20 .nlrc-homeowner-proof-card p {
    margin: 0;
    color: var(--nlrc-home-body);
    font-size: 15px;
    line-height: 1.74;
}

.page-id-20 .nlrc-homeowner-proof__assurance {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 24px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: linear-gradient(145deg, #0d1825 0%, #173049 100%);
}

.page-id-20 .nlrc-homeowner-proof__assurance h3 {
    color: #ffffff;
    font-size: 30px;
}

.page-id-20 .nlrc-homeowner-proof__assurance ul {
    display: grid;
    gap: 10px;
}

.page-id-20 .nlrc-homeowner-proof__assurance li {
    position: relative;
    padding-left: 18px;
    color: rgba(229, 236, 243, 0.84);
    font-size: 14px;
    line-height: 1.7;
}

.page-id-20 .nlrc-homeowner-showcase {
    position: relative;
    padding: 0 0 106px;
}

.page-id-20 .nlrc-homeowner-showcase::after {
    right: -160px;
    bottom: 60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(23, 50, 75, 0.12) 0%, rgba(23, 50, 75, 0) 72%);
}

.page-id-20 .nlrc-homeowner-showcase__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 170px;
    gap: 16px;
}

.page-id-20 .nlrc-homeowner-showcase__item {
    border-radius: 30px;
}

.page-id-20 .nlrc-homeowner-showcase__item.is-primary {
    grid-column: span 7;
    grid-row: span 3;
}

.page-id-20 .nlrc-homeowner-showcase__item.is-tall {
    grid-column: span 5;
    grid-row: span 2;
}

.page-id-20 .nlrc-homeowner-showcase__item.is-small {
    grid-column: span 5;
    grid-row: span 1;
}

.page-id-20 .nlrc-homeowner-showcase__item.is-wide {
    grid-column: span 7;
    grid-row: span 1;
}

.page-id-20 .nlrc-homeowner-showcase__item figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: grid;
    gap: 6px;
}

.page-id-20 .nlrc-homeowner-showcase__item figcaption strong {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.08;
}

.page-id-20 .nlrc-homeowner-cta {
    padding: 0 0 86px;
}

.page-id-20 .nlrc-homeowner-cta__panel {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
    gap: 24px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(145deg, #0a121a 0%, #112131 52%, #183048 100%);
}

.page-id-20 .nlrc-homeowner-cta__visual {
    min-height: 100%;
    border-radius: 26px;
}

.page-id-20 .nlrc-homeowner-cta__visual figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.page-id-20 .nlrc-homeowner-cta__copy {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 12px 6px;
}

.page-id-20 .nlrc-homeowner-cta__copy h2 {
    max-width: 14ch;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 58px);
}

.page-id-20 .nlrc-homeowner-cta__copy p {
    max-width: 38rem;
    margin: 0;
    color: rgba(229, 236, 243, 0.84);
    font-size: 16px;
    line-height: 1.78;
}

.page-id-20 .nlrc-homeowner-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
    .page-id-20 .nlrc-homeowner-button--ghost,
    .page-id-20 .nlrc-homeowner-hero__badge-row li,
    .page-id-20 .nlrc-homeowner-hero__quote,
    .page-id-20 .nlrc-homeowner-hero__assurance {
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }
}

@keyframes nlrcHomeownerRise {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-id-20 .nlrc-homeowner-hero__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
        gap: 26px;
    }

    .page-id-20 .nlrc-homeowner-hero__copy h1 {
        font-size: clamp(48px, 5.6vw, 72px);
    }

    .page-id-20 .nlrc-homeowner-hero__frame {
        min-height: 560px;
    }

    .page-id-20 .nlrc-homeowner-standard__grid,
    .page-id-20 .nlrc-homeowner-proof__layout,
    .page-id-20 .nlrc-homeowner-upgrades__shell {
        gap: 18px;
    }

    .page-id-20 .nlrc-homeowner-service-card--feature.is-primary {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.92fr);
    }

    .page-id-20 .nlrc-homeowner-service-card--compact {
        grid-column: span 6;
    }

    .page-id-20 .nlrc-homeowner-process__timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-id-20 .nlrc-homeowner-process-step:nth-child(even) {
        transform: none;
    }

    .page-id-20 .nlrc-homeowner-showcase__item figcaption strong,
    .page-id-20 .nlrc-homeowner-proof__assurance h3,
    .page-id-20 .nlrc-homeowner-proof-card h3,
    .page-id-20 .nlrc-homeowner-standard-card h3,
    .page-id-20 .nlrc-homeowner-upgrade-card h3,
    .page-id-20 .nlrc-homeowner-service-card--compact h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .page-id-20 .nlrc-homeowner-hero {
        padding: 116px 0 92px;
    }

    .page-id-20 .nlrc-homeowner-hero__grid,
    .page-id-20 .nlrc-homeowner-standard__grid,
    .page-id-20 .nlrc-homeowner-upgrades__shell,
    .page-id-20 .nlrc-homeowner-proof__layout,
    .page-id-20 .nlrc-homeowner-cta__panel,
    .page-id-20 .nlrc-homeowner-section-heading--split {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-20 .nlrc-homeowner-hero__grid {
        gap: 24px;
    }

    .page-id-20 .nlrc-homeowner-hero__copy h1,
    .page-id-20 .nlrc-homeowner-section-heading h2,
    .page-id-20 .nlrc-homeowner-standard__intro h2,
    .page-id-20 .nlrc-homeowner-upgrades__copy h2,
    .page-id-20 .nlrc-homeowner-proof__lead h2,
    .page-id-20 .nlrc-homeowner-cta__copy h2 {
        max-width: none;
    }

    .page-id-20 .nlrc-homeowner-hero__visual {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
    }

    .page-id-20 .nlrc-homeowner-standard {
        margin-top: -46px;
        padding-bottom: 88px;
    }

    .page-id-20 .nlrc-homeowner-services,
    .page-id-20 .nlrc-homeowner-upgrades,
    .page-id-20 .nlrc-homeowner-process,
    .page-id-20 .nlrc-homeowner-proof,
    .page-id-20 .nlrc-homeowner-showcase {
        padding-bottom: 88px;
    }

    .page-id-20 .nlrc-homeowner-services__grid,
    .page-id-20 .nlrc-homeowner-showcase__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .page-id-20 .nlrc-homeowner-service-card--feature.is-primary,
    .page-id-20 .nlrc-homeowner-service-card--feature.is-secondary,
    .page-id-20 .nlrc-homeowner-service-card--compact {
        grid-column: span 6;
    }

    .page-id-20 .nlrc-homeowner-service-card--feature.is-primary {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.92fr);
    }

    .page-id-20 .nlrc-homeowner-service-card--compact {
        min-height: 100%;
    }

    .page-id-20 .nlrc-homeowner-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-20 .nlrc-homeowner-process__timeline::before,
    .page-id-20 .nlrc-homeowner-process-step:nth-child(even) {
        transform: none;
    }

    .page-id-20 .nlrc-homeowner-showcase__item.is-primary,
    .page-id-20 .nlrc-homeowner-showcase__item.is-wide,
    .page-id-20 .nlrc-homeowner-showcase__item.is-tall,
    .page-id-20 .nlrc-homeowner-showcase__item.is-small {
        grid-column: span 3;
        grid-row: span 2;
    }

    .page-id-20 .nlrc-homeowner-cta__copy {
        padding: 4px 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-id-20 .nlrc-homeowner-page {
        background: linear-gradient(180deg, #08111a 0%, #08111a 21%, #f6f1e8 21%, #f6f1e8 100%);
    }

    .page-id-20 .nlrc-homeowner-page__eyebrow {
        gap: 10px;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .page-id-20 .nlrc-homeowner-page__eyebrow::before {
        width: 38px;
    }

    .page-id-20 .nlrc-homeowner-section-heading {
        gap: 14px;
        margin-bottom: 24px;
    }

    .page-id-20 .nlrc-homeowner-section-heading h2,
    .page-id-20 .nlrc-homeowner-standard__intro h2,
    .page-id-20 .nlrc-homeowner-upgrades__copy h2,
    .page-id-20 .nlrc-homeowner-proof__lead h2,
    .page-id-20 .nlrc-homeowner-cta__copy h2 {
        font-size: clamp(30px, 8vw, 42px);
    }

    .page-id-20 .nlrc-homeowner-section-heading p,
    .page-id-20 .nlrc-homeowner-standard__intro p,
    .page-id-20 .nlrc-homeowner-upgrades__copy p,
    .page-id-20 .nlrc-homeowner-cta__copy p,
    .page-id-20 .nlrc-homeowner-proof__lead blockquote {
        font-size: 15px;
        line-height: 1.7;
    }

    .page-id-20 .nlrc-homeowner-hero {
        padding: 94px 0 64px;
    }

    .page-id-20 .nlrc-homeowner-hero__copy h1 {
        font-size: clamp(42px, 11.4vw, 62px);
    }

    .page-id-20 .nlrc-homeowner-hero__copy p {
        font-size: 16px;
        line-height: 1.68;
    }

    .page-id-20 .nlrc-homeowner-hero__actions,
    .page-id-20 .nlrc-homeowner-hero__badge-row,
    .page-id-20 .nlrc-homeowner-proof__chips,
    .page-id-20 .nlrc-homeowner-upgrades__brands,
    .page-id-20 .nlrc-homeowner-cta__actions {
        gap: 10px;
    }

    .page-id-20 .nlrc-homeowner-button {
        width: 100%;
        min-height: 50px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .page-id-20 .nlrc-homeowner-hero__visual {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-20 .nlrc-homeowner-hero__frame {
        min-height: 360px;
        border-radius: 24px;
    }

    .page-id-20 .nlrc-homeowner-hero__frame figcaption,
    .page-id-20 .nlrc-homeowner-upgrades__visual figcaption {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px 16px 14px;
        border-radius: 18px;
    }

    .page-id-20 .nlrc-homeowner-hero__frame figcaption strong,
    .page-id-20 .nlrc-homeowner-upgrades__visual figcaption strong,
    .page-id-20 .nlrc-homeowner-showcase__item figcaption strong {
        font-size: 24px;
    }

    .page-id-20 .nlrc-homeowner-hero__assurance,
    .page-id-20 .nlrc-homeowner-hero__quote,
    .page-id-20 .nlrc-homeowner-standard__intro,
    .page-id-20 .nlrc-homeowner-upgrades__shell,
    .page-id-20 .nlrc-homeowner-proof__lead,
    .page-id-20 .nlrc-homeowner-proof-card,
    .page-id-20 .nlrc-homeowner-proof__assurance,
    .page-id-20 .nlrc-homeowner-cta__panel,
    .page-id-20 .nlrc-homeowner-services__band {
        border-radius: 24px;
    }

    .page-id-20 .nlrc-homeowner-hero__assurance h2,
    .page-id-20 .nlrc-homeowner-proof__assurance h3,
    .page-id-20 .nlrc-homeowner-standard-card h3,
    .page-id-20 .nlrc-homeowner-proof-card h3,
    .page-id-20 .nlrc-homeowner-upgrade-card h3,
    .page-id-20 .nlrc-homeowner-process-step h3,
    .page-id-20 .nlrc-homeowner-service-card--compact h3 {
        font-size: 24px;
    }

    .page-id-20 .nlrc-homeowner-hero__detail-shot {
        min-height: 170px;
        border-radius: 22px;
    }

    .page-id-20 .nlrc-homeowner-hero__service-areas span,
    .page-id-20 .nlrc-homeowner-upgrades__brands span,
    .page-id-20 .nlrc-homeowner-proof__chips li,
    .page-id-20 .nlrc-homeowner-hero__badge-row li,
    .page-id-20 .nlrc-homeowner-service-card__highlights li {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 10px;
    }

    .page-id-20 .nlrc-homeowner-standard {
        margin-top: -24px;
        padding-bottom: 72px;
    }

    .page-id-20 .nlrc-homeowner-standard__cards,
    .page-id-20 .nlrc-homeowner-process__timeline,
    .page-id-20 .nlrc-homeowner-proof__review-stack {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-20 .nlrc-homeowner-services,
    .page-id-20 .nlrc-homeowner-upgrades,
    .page-id-20 .nlrc-homeowner-process,
    .page-id-20 .nlrc-homeowner-proof,
    .page-id-20 .nlrc-homeowner-showcase {
        padding-bottom: 72px;
    }

    .page-id-20 .nlrc-homeowner-services__grid,
    .page-id-20 .nlrc-homeowner-showcase__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-20 .nlrc-homeowner-service-card--feature.is-primary,
    .page-id-20 .nlrc-homeowner-service-card--feature.is-secondary,
    .page-id-20 .nlrc-homeowner-service-card--compact,
    .page-id-20 .nlrc-homeowner-showcase__item.is-primary,
    .page-id-20 .nlrc-homeowner-showcase__item.is-wide,
    .page-id-20 .nlrc-homeowner-showcase__item.is-tall,
    .page-id-20 .nlrc-homeowner-showcase__item.is-small {
        grid-column: auto;
        grid-row: auto;
    }

    .page-id-20 .nlrc-homeowner-service-card--feature.is-primary {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-20 .nlrc-homeowner-service-card--feature .nlrc-homeowner-service-card__body,
    .page-id-20 .nlrc-homeowner-service-card--compact,
    .page-id-20 .nlrc-homeowner-standard-card,
    .page-id-20 .nlrc-homeowner-proof-card,
    .page-id-20 .nlrc-homeowner-proof__assurance,
    .page-id-20 .nlrc-homeowner-process-step {
        padding: 22px 20px 20px;
    }

    .page-id-20 .nlrc-homeowner-service-card__topline {
        gap: 10px;
    }

    .page-id-20 .nlrc-homeowner-service-card--feature h3 {
        font-size: 32px;
    }

    .page-id-20 .nlrc-homeowner-service-card__link {
        width: 100%;
        justify-content: space-between;
    }

    .page-id-20 .nlrc-homeowner-upgrades__shell {
        padding: 22px 18px;
        border-radius: 28px;
    }

    .page-id-20 .nlrc-homeowner-upgrades__visual {
        min-height: 320px;
        border-radius: 22px;
    }

    .page-id-20 .nlrc-homeowner-upgrades__visual figcaption ul,
    .page-id-20 .nlrc-homeowner-proof__assurance ul {
        gap: 8px;
    }

    .page-id-20 .nlrc-homeowner-process__timeline::before,
    .page-id-20 .nlrc-homeowner-process-step:nth-child(even) {
        content: none;
        transform: none;
    }

    .page-id-20 .nlrc-homeowner-showcase__grid {
        grid-auto-rows: auto;
    }

    .page-id-20 .nlrc-homeowner-showcase__item {
        min-height: 280px;
        border-radius: 24px;
    }

    .page-id-20 .nlrc-homeowner-showcase__item figcaption {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .page-id-20 .nlrc-homeowner-cta {
        padding-bottom: 64px;
    }

    .page-id-20 .nlrc-homeowner-cta__panel {
        padding: 18px;
        gap: 18px;
        border-radius: 26px;
    }

    .page-id-20 .nlrc-homeowner-cta__visual {
        min-height: 240px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .page-id-20 .nlrc-homeowner-page {
        background: linear-gradient(180deg, #08111a 0%, #08111a 17%, #f6f1e8 17%, #f6f1e8 100%);
    }

    .page-id-20 .nlrc-homeowner-hero {
        padding: 84px 0 56px;
    }

    .page-id-20 .nlrc-homeowner-hero__copy h1 {
        font-size: clamp(36px, 11.8vw, 52px);
    }

    .page-id-20 .nlrc-homeowner-hero__copy p,
    .page-id-20 .nlrc-homeowner-standard__intro p,
    .page-id-20 .nlrc-homeowner-standard-card p,
    .page-id-20 .nlrc-homeowner-service-card--feature p,
    .page-id-20 .nlrc-homeowner-service-card--compact p,
    .page-id-20 .nlrc-homeowner-process-step p,
    .page-id-20 .nlrc-homeowner-proof-card p,
    .page-id-20 .nlrc-homeowner-proof__assurance li,
    .page-id-20 .nlrc-homeowner-services__band p,
    .page-id-20 .nlrc-homeowner-upgrade-card p,
    .page-id-20 .nlrc-homeowner-upgrades__visual figcaption li,
    .page-id-20 .nlrc-homeowner-cta__copy p {
        font-size: 13px;
        line-height: 1.64;
    }

    .page-id-20 .nlrc-homeowner-hero__quote,
    .page-id-20 .nlrc-homeowner-hero__assurance,
    .page-id-20 .nlrc-homeowner-standard__intro,
    .page-id-20 .nlrc-homeowner-proof__lead,
    .page-id-20 .nlrc-homeowner-proof-card,
    .page-id-20 .nlrc-homeowner-proof__assurance,
    .page-id-20 .nlrc-homeowner-services__band,
    .page-id-20 .nlrc-homeowner-cta__panel {
        padding: 20px 18px 18px;
    }

    .page-id-20 .nlrc-homeowner-hero__frame {
        min-height: 320px;
    }

    .page-id-20 .nlrc-homeowner-hero__frame figcaption strong,
    .page-id-20 .nlrc-homeowner-upgrades__visual figcaption strong,
    .page-id-20 .nlrc-homeowner-showcase__item figcaption strong,
    .page-id-20 .nlrc-homeowner-service-card--feature h3 {
        font-size: 26px;
    }

    .page-id-20 .nlrc-homeowner-standard-card h3,
    .page-id-20 .nlrc-homeowner-proof-card h3,
    .page-id-20 .nlrc-homeowner-proof__assurance h3,
    .page-id-20 .nlrc-homeowner-upgrade-card h3,
    .page-id-20 .nlrc-homeowner-process-step h3,
    .page-id-20 .nlrc-homeowner-service-card--compact h3 {
        font-size: 22px;
    }

    .page-id-20 .nlrc-homeowner-hero__detail-shot,
    .page-id-20 .nlrc-homeowner-upgrades__visual,
    .page-id-20 .nlrc-homeowner-showcase__item,
    .page-id-20 .nlrc-homeowner-cta__visual {
        min-height: 220px;
    }

    .page-id-20 .nlrc-homeowner-process-step__count,
    .page-id-20 .nlrc-homeowner-standard-card__count,
    .page-id-20 .nlrc-homeowner-service-card__number {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-id-20 .nlrc-homeowner-hero__copy,
    .page-id-20 .nlrc-homeowner-hero__visual,
    .page-id-20 .nlrc-homeowner-button,
    .page-id-20 .nlrc-homeowner-service-card,
    .page-id-20 .nlrc-homeowner-service-card__media img,
    .page-id-20 .nlrc-homeowner-service-card__link i {
        animation: none;
        transition: none;
    }
}


/* Residential Service Page v2 End */


/* Commercial Service Page Start */

.page-id-433 .commercial-services-hero {
    overflow: hidden;
    min-height: clamp(460px, 56vw, 660px);
    background:
        radial-gradient(circle at top right, rgba(202, 172, 74, 0.22) 0%, rgba(202, 172, 74, 0) 30%),
        linear-gradient(135deg, #07111b 0%, #0f1f31 48%, #162c42 100%);
}

.page-id-433 .commercial-services-hero::before,
.page-id-433 .commercial-services-hero::after,
.page-id-433 .commercial-services-page::before,
.page-id-433 .commercial-services-page::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.page-id-433 .commercial-services-hero::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 11, 18, 0.9) 0%, rgba(5, 11, 18, 0.78) 42%, rgba(5, 11, 18, 0.48) 74%, rgba(5, 11, 18, 0.2) 100%);
}

.page-id-433 .commercial-services-hero::after {
    top: -160px;
    right: -140px;
    z-index: 1;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.34) 0%, rgba(202, 172, 74, 0) 68%);
}

.page-id-433 .commercial-services-hero__box {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.page-id-433 .commercial-services-hero .container-fluid {
    width: 100%;
    padding-left: clamp(24px, 5vw, 72px);
    padding-right: clamp(24px, 5vw, 72px);
}

.page-id-433 .commercial-services-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.78fr);
    gap: 30px;
    align-items: end;
    padding: 120px 0 76px;
}

.page-id-433 .commercial-services-hero__eyebrow,
.page-id-433 .commercial-services-hero__panel-label,
.page-id-433 .commercial-services-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.page-id-433 .commercial-services-hero__eyebrow,
.page-id-433 .commercial-services-hero__panel-label {
    color: rgba(244, 232, 194, 0.82);
}

.page-id-433 .commercial-services-page__eyebrow {
    color: #b79535;
}

.page-id-433 .commercial-services-hero__eyebrow::before,
.page-id-433 .commercial-services-hero__panel-label::before,
.page-id-433 .commercial-services-page__eyebrow::before {
    width: 56px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.9), rgba(202, 172, 74, 0));
}

.page-id-433 .commercial-services-hero__copy h1 {
    margin: 18px 0 18px;
    max-width: 8ch;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 7.2vw, 88px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: none;
}

.page-id-433 .commercial-services-hero__copy p {
    max-width: 36rem;
    margin: 0;
    color: rgba(234, 238, 244, 0.86);
    font-size: 18px;
    line-height: 1.68;
}

.page-id-433 .commercial-services-hero__panel {
    position: relative;
    padding: 28px 28px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(10, 18, 29, 0.76);
    box-shadow: 0 24px 60px rgba(2, 8, 15, 0.34);
    overflow: hidden;
}

.page-id-433 .commercial-services-hero__panel::after {
    position: absolute;
    inset: 1px;
    content: '';
    border: 1px solid rgba(202, 172, 74, 0.16);
    border-radius: 27px;
    pointer-events: none;
}

.page-id-433 .commercial-services-hero__stat {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.page-id-433 .commercial-services-hero__stat strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.page-id-433 .commercial-services-hero__stat span {
    color: rgba(233, 238, 244, 0.78);
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-433 .commercial-services-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.page-id-433 .commercial-services-hero__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f4f0e8;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
    .page-id-433 .commercial-services-hero__panel {
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .page-id-433 .commercial-services-hero__chips span,
    .page-id-433 .commercial-service-card__count,
    .page-id-433 .commercial-service-card__cta-chip {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
}

.page-id-433 .commercial-services-page {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #09131e 0%, #101d2b 13%, #f5f0e8 13%, #f5f0e8 100%);
    overflow: hidden;
}

.page-id-433 .commercial-services-page::before {
    top: 180px;
    left: -200px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.18) 0%, rgba(202, 172, 74, 0) 68%);
}

.page-id-433 .commercial-services-page::after {
    right: -180px;
    bottom: 80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(13, 34, 55, 0.16) 0%, rgba(13, 34, 55, 0) 72%);
}

.page-id-433 .commercial-services-page .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
}

.page-id-433 .commercial-services-page__intro {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    grid-template-areas:
        "copy detail"
        "signals signals";
    gap: 18px;
    align-items: start;
    margin-top: -74px;
    margin-bottom: 30px;
    padding: 0;
    overflow: visible;
}

.page-id-433 .commercial-services-page__intro::after {
    content: none;
}

.page-id-433 .commercial-services-page__intro-copy {
    grid-area: copy;
    position: relative;
    padding: 30px clamp(22px, 2.4vw, 34px) 26px;
    border: 1px solid rgba(202, 172, 74, 0.24);
    border-radius: 34px;
    background: linear-gradient(140deg, #fffaf2 0%, #f6ead0 52%, #efd9ab 100%);
    box-shadow: 0 34px 84px rgba(10, 18, 29, 0.14);
    overflow: hidden;
}

.page-id-433 .commercial-services-page__intro-copy::before,
.page-id-433 .commercial-services-page__intro-copy::after,
.page-id-433 .commercial-services-page__intro-detail::before,
.page-id-433 .commercial-services-page__intro-detail::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.page-id-433 .commercial-services-page__intro-copy::before {
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, #caac4a 0%, #f2d88f 38%, rgba(242, 216, 143, 0) 100%);
}

.page-id-433 .commercial-services-page__intro-copy::after {
    right: -60px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(15, 27, 41, 0.12) 0%, rgba(15, 27, 41, 0) 70%);
}

.page-id-433 .commercial-services-page__intro-detail {
    grid-area: detail;
    position: relative;
    margin-top: 18px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background: linear-gradient(145deg, #0c1724 0%, #142537 56%, #183147 100%);
    box-shadow: 0 32px 76px rgba(4, 10, 18, 0.24);
    overflow: hidden;
}

.page-id-433 .commercial-services-page__intro-detail::before {
    top: 0;
    left: 24px;
    width: 140px;
    height: 3px;
    background: linear-gradient(90deg, #caac4a 0%, rgba(202, 172, 74, 0) 100%);
}

.page-id-433 .commercial-services-page__intro-detail::after {
    top: -90px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.18) 0%, rgba(202, 172, 74, 0) 70%);
}

.page-id-433 .commercial-services-page__intro-copy h2 {
    margin: 12px 0 0;
    max-width: 14ch;
    color: #0e1721;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.3vw, 48px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: none;
}

.page-id-433 .commercial-services-page__intro-copy h2 span {
    color: #7b5712;
}

.page-id-433 .commercial-services-page__intro-note {
    max-width: 34rem;
    margin: 14px 0 0;
    color: #314252;
    font-size: 15px;
    line-height: 1.72;
}

.page-id-433 .commercial-services-page__intro-detail p {
    margin: 0;
    color: rgba(233, 238, 244, 0.84);
    font-size: 15px;
    line-height: 1.68;
}

.page-id-433 .commercial-services-page__intro-band {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(202, 172, 74, 0.22);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.16) 0%, rgba(202, 172, 74, 0.06) 100%);
}

.page-id-433 .commercial-services-page__intro-band-label {
    color: rgba(244, 232, 194, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.page-id-433 .commercial-services-page__intro-band strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.08;
}

.page-id-433 .commercial-services-page__signal-grid {
    grid-area: signals;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: -2px;
}

.page-id-433 .commercial-services-page__signal {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 92px;
    padding: 16px 16px 14px;
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(10, 18, 29, 0.1);
    overflow: hidden;
}

.page-id-433 .commercial-services-page__signal::before {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
}

.page-id-433 .commercial-services-page__signal:nth-child(odd) {
    border: 1px solid rgba(202, 172, 74, 0.24);
    background: linear-gradient(145deg, #ffffff 0%, #f8efe0 100%);
}

.page-id-433 .commercial-services-page__signal:nth-child(odd)::before {
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.14) 0%, rgba(202, 172, 74, 0) 42%);
}

.page-id-433 .commercial-services-page__signal:nth-child(even) {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, #0d1825 0%, #173049 100%);
}

.page-id-433 .commercial-services-page__signal:nth-child(even)::before {
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.22) 0%, rgba(202, 172, 74, 0) 46%);
}

.page-id-433 .commercial-services-page__signal-index {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(202, 172, 74, 0.18);
    color: #8a671e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.page-id-433 .commercial-services-page__signal:nth-child(even) .commercial-services-page__signal-index {
    background: rgba(255, 255, 255, 0.08);
    color: #f2d88f;
}

.page-id-433 .commercial-services-page__signal strong {
    position: relative;
    z-index: 1;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.page-id-433 .commercial-services-page__signal:nth-child(even) strong {
    color: #ffffff;
}

.page-id-433 .commercial-services-grid {
    row-gap: 30px;
}

.page-id-433 .commercial-services-grid__item {
    display: flex;
}

.page-id-433 .commercial-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0;
    border: 1px solid rgba(11, 21, 33, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #0c1724 0%, #0f1d2b 43%, #ffffff 43.1%, #fbf8f3 100%);
    box-shadow: 0 20px 44px rgba(10, 18, 29, 0.12);
    overflow: hidden;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease, border-color 0.35s ease;
}

.page-id-433 .commercial-service-card::before,
.page-id-433 .commercial-service-card::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.page-id-433 .commercial-service-card::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.18) 0%, rgba(202, 172, 74, 0) 36%);
}

.page-id-433 .commercial-service-card::after {
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
}

.page-id-433 .commercial-service-card:hover {
    transform: translateY(-14px);
    border-color: rgba(202, 172, 74, 0.34);
    box-shadow: 0 34px 72px rgba(10, 18, 29, 0.22);
}

.page-id-433 .commercial-service-card__media {
    position: relative;
    display: block;
    min-height: 288px;
    overflow: hidden;
    isolation: isolate;
}

.page-id-433 .commercial-service-card__media::before,
.page-id-433 .commercial-service-card__media::after {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.page-id-433 .commercial-service-card__media::before {
    background: linear-gradient(180deg, rgba(6, 12, 19, 0.06) 0%, rgba(6, 12, 19, 0.2) 38%, rgba(6, 12, 19, 0.76) 100%);
}

.page-id-433 .commercial-service-card__media::after {
    inset: auto -18% -44% 34%;
    height: 190px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.46) 0%, rgba(202, 172, 74, 0) 70%);
}

.page-id-433 .commercial-service-card__media img {
    width: 100%;
    height: 100%;
    min-height: 288px;
    object-fit: cover;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s ease;
}

.page-id-433 .commercial-service-card:hover .commercial-service-card__media img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.page-id-433 .commercial-service-card__count,
.page-id-433 .commercial-service-card__cta-chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(7, 16, 25, 0.72);
    color: #ffffff;
}

.page-id-433 .commercial-service-card__count {
    top: 18px;
    left: 18px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    transition: transform 0.35s ease;
}

.page-id-433 .commercial-service-card:hover .commercial-service-card__count {
    transform: translateY(-4px);
}

.page-id-433 .commercial-service-card__cta-chip {
    right: 18px;
    bottom: 18px;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-433 .commercial-service-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 16px;
    padding: 30px 28px 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #f7f2ea 100%);
}

.page-id-433 .commercial-service-card__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-id-433 .commercial-service-card__pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(202, 172, 74, 0.14);
    color: #8b6a1f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-433 .commercial-service-card__rule {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.5), rgba(202, 172, 74, 0));
}

.page-id-433 .commercial-service-card__body h3 {
    min-height: 0;
    margin: 0;
    color: #0d1721;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-transform: none;
}

.page-id-433 .commercial-service-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.page-id-433 .commercial-service-card__body p {
    min-height: 0;
    margin: 0;
    color: #49515d;
    font-size: 15px;
    line-height: 1.76;
}

.page-id-433 .commercial-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(13, 23, 33, 0.12);
    color: #0d1721;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-433 .commercial-service-card__link i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0f1b29;
    color: #ffffff;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-id-433 .commercial-service-card:hover .commercial-service-card__link i {
    transform: translateX(4px);
    background: #caac4a;
    color: #111111;
}

.page-id-433 .commercial-service-card__media:focus-visible,
.page-id-433 .commercial-service-card__body h3 a:focus-visible,
.page-id-433 .commercial-service-card__link:focus-visible {
    outline: 2px solid #caac4a;
    outline-offset: 4px;
}

.page-id-433 .commercial-services-empty {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    padding: 46px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background: linear-gradient(135deg, #0d1825 0%, #162638 54%, #1c3147 100%);
    box-shadow: 0 28px 60px rgba(4, 10, 18, 0.28);
    text-align: center;
}

.page-id-433 .commercial-services-empty h2 {
    margin: 18px 0 14px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.04;
    text-transform: none;
}

.page-id-433 .commercial-services-empty p {
    max-width: 34rem;
    margin: 0 auto 22px;
    color: rgba(233, 238, 244, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.page-id-433.js-commercial-services .commercial-service-reveal {
    opacity: 0;
    transform: translate3d(0, 44px, 0) scale(0.98);
    filter: blur(10px);
    transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.72s ease, box-shadow 0.55s ease, border-color 0.35s ease;
}

.page-id-433.js-commercial-services .commercial-service-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    .page-id-433 .commercial-service-card,
    .page-id-433 .commercial-service-card__media img,
    .page-id-433 .commercial-service-card__count,
    .page-id-433 .commercial-service-card__link i,
    .page-id-433.js-commercial-services .commercial-service-reveal {
        transition: none;
    }

    .page-id-433.js-commercial-services .commercial-service-reveal {
        opacity: 1;
        transform: none;
        filter: none;
    }
}


/* Commercial Service Page End */


/* Service Detail Page Start */

.service-detail-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.service-det-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.service-det-text {
    margin-top: 20px;
}

.service-det-text p {
    margin: 15px 0;
}


/* Service Detail Page End */


/* Commercial Service Single Start */

.single-our_services .commercial-service-single-container {
    max-width: 1320px;
}

.single-our_services .commercial-service-story {
    position: relative;
    margin: 34px 0 90px;
    padding: 0;
    background: transparent;
}

.single-our_services .commercial-service-story::before,
.single-our_services .commercial-service-story::after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 0;
}

.single-our_services .commercial-service-story::before {
    top: -60px;
    left: -90px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.2) 0%, rgba(202, 172, 74, 0) 72%);
}

.single-our_services .commercial-service-story::after {
    right: -100px;
    bottom: 80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(14, 31, 49, 0.14) 0%, rgba(14, 31, 49, 0) 72%);
}

.single-our_services .commercial-service-story__hero,
.single-our_services .commercial-service-story__layout {
    position: relative;
    z-index: 1;
}

.single-our_services .commercial-service-story__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 36px;
    background: linear-gradient(140deg, #09131e 0%, #0f2032 46%, #183148 100%);
    box-shadow: 0 34px 80px rgba(4, 10, 18, 0.22);
    overflow: hidden;
}

.single-our_services .commercial-service-story__hero::before {
    position: absolute;
    inset: 0;
    content: '';
    background:
        radial-gradient(circle at top right, rgba(202, 172, 74, 0.26) 0%, rgba(202, 172, 74, 0) 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 48%);
    pointer-events: none;
}

.single-our_services .commercial-service-story__hero-copy,
.single-our_services .commercial-service-story__hero-side {
    position: relative;
    z-index: 1;
}

.single-our_services .commercial-service-story__hero-copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(8px, 1vw, 14px) 0;
}

.single-our_services .commercial-service-story__eyebrow,
.single-our_services .commercial-service-story__section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.single-our_services .commercial-service-story__eyebrow {
    color: rgba(244, 232, 194, 0.84);
}

.single-our_services .commercial-service-story__section-label {
    color: #a77c1f;
}

.single-our_services .commercial-service-story__eyebrow::before,
.single-our_services .commercial-service-story__section-label::before {
    width: 52px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.9), rgba(202, 172, 74, 0));
}

.single-our_services .commercial-service-story__title {
    margin: 0;
    max-width: 10ch;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 5vw, 74px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-transform: none;
}

.single-our_services .commercial-service-story__summary {
    max-width: 39rem;
    margin: 0;
    color: rgba(230, 236, 242, 0.86);
    font-size: 17px;
    line-height: 1.78;
}

.single-our_services .commercial-service-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 6px;
}

.single-our_services .commercial-service-story__phone,
.single-our_services .commercial-service-story__rail-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.single-our_services .commercial-service-story__phone:hover,
.single-our_services .commercial-service-story__rail-phone:hover {
    color: #f2d88f;
}

.single-our_services .commercial-service-story__hero-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.single-our_services .commercial-service-story__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.single-our_services .commercial-service-story__stat {
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.single-our_services .commercial-service-story__stat-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(244, 232, 194, 0.72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.single-our_services .commercial-service-story__stat strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.single-our_services .commercial-service-story__media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 24px 60px rgba(4, 10, 18, 0.24);
}

.single-our_services .commercial-service-story__media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(6, 12, 19, 0.02) 0%, rgba(6, 12, 19, 0.14) 44%, rgba(6, 12, 19, 0.46) 100%);
    pointer-events: none;
}

.single-our_services .commercial-service-story__image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.single-our_services .commercial-service-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.6fr);
    gap: 28px;
    margin-top: 30px;
    align-items: start;
}

.single-our_services .commercial-service-story__content,
.single-our_services .commercial-service-story__rail-card {
    border: 1px solid rgba(11, 21, 33, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
    box-shadow: 0 20px 48px rgba(10, 18, 29, 0.1);
}

.single-our_services .commercial-service-story__content {
    padding: 34px clamp(22px, 3vw, 42px);
}

.single-our_services .commercial-service-story__content-head {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
}

.single-our_services .commercial-service-story__content-head h2 {
    margin: 0;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-transform: none;
}

.single-our_services .commercial-service-story__body > :first-child {
    margin-top: 0;
}

.single-our_services .commercial-service-story__body > :last-child {
    margin-bottom: 0;
}

.single-our_services .commercial-service-story__body p,
.single-our_services .commercial-service-story__body ul li,
.single-our_services .commercial-service-story__body ol li {
    color: #334250;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
}

.single-our_services .commercial-service-story__body p {
    margin: 0 0 18px;
}

.single-our_services .commercial-service-story__body h3,
.single-our_services .commercial-service-story__body h4 {
    margin: 34px 0 12px;
    color: #111821;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-transform: none;
}

.single-our_services .commercial-service-story__body ul,
.single-our_services .commercial-service-story__body ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.single-our_services .commercial-service-story__body li + li {
    margin-top: 8px;
}

.single-our_services .commercial-service-story__rail {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 120px;
}

.single-our_services .commercial-service-story__rail-card {
    padding: 26px 24px 24px;
}

.single-our_services .commercial-service-story__rail-card--contact {
    background: linear-gradient(145deg, #0c1724 0%, #142537 56%, #183147 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 54px rgba(4, 10, 18, 0.2);
}

.single-our_services .commercial-service-story__rail-card--contact .commercial-service-story__section-label {
    color: rgba(244, 232, 194, 0.82);
}

.single-our_services .commercial-service-story__rail-card h3 {
    margin: 16px 0 12px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-transform: none;
}

.single-our_services .commercial-service-story__rail-card p {
    margin: 0 0 18px;
    color: rgba(230, 236, 242, 0.82);
    font-size: 15px;
    line-height: 1.8;
}

.single-our_services .commercial-service-story__rail-card--related .commercial-service-story__section-label {
    margin-bottom: 8px;
}

.single-our_services .commercial-service-story__related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-our_services .commercial-service-story__related-list li + li {
    margin-top: 10px;
}

.single-our_services .commercial-service-story__related-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(12, 23, 36, 0.04);
    color: #101821;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.single-our_services .commercial-service-story__related-list a:hover {
    transform: translateX(4px);
    background: rgba(202, 172, 74, 0.14);
    color: #7b5712;
}

.single-our_services .commercial-service-story__related-list i {
    flex: 0 0 auto;
}

.single-our_services .commercial-service-story__actions .btn-1,
.single-our_services .commercial-service-story__rail-card .btn-1 {
    min-height: 50px;
}


/* Commercial Service Single End */


/* Blog Page Start */

.blog-page {
    background-image: unset;
}

.blog-page .blog-box {
    margin: 20px 0;
}

.blog-page ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.blog-page ul.pagination a {
    font-size: 28px;
    color: #333;
    border: 0;
    box-shadow: 0 0 3px 0px #98989870;
}

.page-link:hover {
    background: #c8aa49;
    color: #fff !important;
    border: 0;
    border-radius: 5px;
}

.blog-page .page-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-page .page-item.active .page-link {
    background: #c9ab4a;
    border-radius: 5px;
}

.blog-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-sec .blog-head h2 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.blog-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.blog-text {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: -20px 0 0 0;
    width: 90%;
    position: relative;
    z-index: 1;
}

ul.blog-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 20px;
}

ul.blog-list span {
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 600;
}

ul.blog-list i {
    font-size: 18px;
    color: #000;
}

ul.blog-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.blog-text h3 {
    font-size: 25px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.blog-text p {
    font-size: 16px;
    margin: 10px 0;
}

.blog-text a {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    border-top: 1px solid #989889;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 10px;
    margin-top: 20px;
}


/* Blog Page End */


/* Blog Detail Page Start */


/* blog detail css */

section.blog-detail .blog-image>img {
    height: 580px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}

.recent-blog-tle>img {
    height: 140px;
    width: 210px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle h6 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    font-family: "Montserrat";
}

.arichve-sm {
    color: #ebebeb;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    padding: 10px 0;
}

.arichve-sm span i {
    margin-right: 5px;
    color: #caac4a;
    font-size: 21px;
}

section.blog-detail {
    padding: 100px 0px;
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

section.blog-detail::before {}

.recent-blog h3 {
    line-height: 1;
    color: #caac4a;
    font-size: 45px;
    font-family: "Montserrat";
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
}

.recent-blog {
    padding-top: 10px;
}

section.blog-detail h4 {
    font-size: 55px;
    color: #caac4a;
    margin: 20px 0px 20px;
    font-family: 'gotham';
    line-height: 40px;
    text-transform: capitalize;
}

.arichve-sm span {
    width: 50%;
    color: #000;
    font-size: 15px;
}

.arichve-sm span:nth-child(2) {
    text-align: right;
    border-left: 1px solid #ebebeb;
    padding: 7px;
}

.arichve-sm.no-bdr {
    justify-content: start;
    margin: 0px 0px 20px;
    width: 58%;
}

.arichve-sm.no-bdr span {
    width: auto;
}

.arichve-sm.no-bdr span:nth-child(2) {
    padding-left: 30px;
    margin-left: 30px;
}

.blog-detail p {
    margin-bottom: 20px;
    color: #000;
    line-height: 30px;
}

.blog-sec.blog-pg-sec .blog-sc-inn {
    margin-bottom: 60px;
}

.recent-blog-tle>div {
    margin-left: 20px;
}

.blog-detail .img-001 {
    position: absolute;
    z-index: -1;
    top: 0;
}

section.blog-detail::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #458ac71f;
    border-radius: 50px;
    top: 40%;
    right: 0;
    box-shadow: 0 0 280px 120px #458ac73d;
}


/* Blog Detail Page  End */


/* review Page Start */

.review-page .testi-box {
    padding: 80px 40px 40px 40px;
}


/* review Page End */


/*Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777675;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    color: #0c1015;
    font-weight: 400;
    font-family: 'gotham';
}

.contact2 ul li p {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
}

.contact2 .icon i {
    height: 85px;
    width: 85px;
    border: dashed 2px #535251;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact2 .icon i {
    font-size: 38px;
    color: #e2bc64;
}

section.contact_us {
    padding: 150px 0 80px;
    width: 100%;
    height: 100%;
    margin-top: -6%;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 10px;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.contact1 button {
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    height: 65px;
    border: none;
    transition: 1.5s;
    font-weight: 300;
    background: #caac4a;
    font-weight: 400;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

.contact1 h2,
.contact2 h2 {
    text-transform: uppercase;
}


/*Contact End*/


/* Inner Page  End */

@media only screen and (min-width: 1366px) and (max-width: 1899px) {
    .menuSec ul li a {
        /* padding: 8px 5px; */
        /* font-size: 13px; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* .menuSec ul li a {
        padding: 8px 5px;
        font-size: 11px;
    }
    .home-banner-box h1 {
        font-size: 52.72px;
    }
    ul.footer-link-list li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding-right: 7px;
        margin-bottom: 30px;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/* new css */

.home-banner-box h1 {
    font-size: 50px;
}







section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}



li.imgicon {
    width: 100%;
    height: 100%;
    padding-bottom: 0px !important;
}

li.imgicon img {
    width: 100px !important;
    max-width: 50px;
    padding: 10px;
    filter: grayscale(1);
}

li.imgicon {
    width: auto;
    background: #caac4a;
}







.home-banner-sec {
    position: relative;
    overflow: hidden;
    height: 100vh; /* optional, full screen */
}

.home-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



/*.home-banner-box {*/
/*    background-image: linear-gradient(45deg, #ffffff8f, transparent) !important;*/
/*}*/


.home-banner-box {
    background: #ffffff36;
}



.home-banner-sec {
    height: auto !important;
}




.home.page-template .home-banner-sec {
    height: 100vh !important;
}


.why-choose-text h2 {
    font-size: 40px;
}

.woment-content h2 {
    font-size: 40px;
}

.sec-head h2 {
    font-size: 40px;
}

h2 {
    font-size: 40px;
}


.post-template-default .post-thumbnail {
    margin-top: 30px;
}

.post-template-default .post-thumbnail img {
    border-radius: 20px;
    border: 0px;
    margin-bottom: 30px;
}



.post-template-default .entry-content p {
    color: #333333;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

.post-template-default .entry-content h4 {
    font-size: 27px;
    color: #000000;
    font-weight: 500;
    font-family: 'gotham';
    text-transform: uppercase;
    margin: 10px 0;
}



.post-template-default .entry-content ul li {
    list-style: circle;
    margin-left: 19px;
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
}



footer.entry-footer {
    display: none;
}

div#comments {
    display: none;
}

.post-template-default .entry-content {
    margin-bottom: 20px;
}



.single-our_services .post-thumbnail {
    display: none;
}





.menuSection .menuSec li a {
    font-size: 15px;
    padding: 10px 14px;
}




ul.sub-menu a:hover {
    background: #f3cd46 !important;
    color: #fff;
}

ul.sub-menu a:hover {
    background: #f3cd46 !important;
    color: #fff;
}

.over-flow-h {
    overflow: visible !important;
}
ul.sub-menu {
    z-index: 2 !important;
}

ul.sub-menu:hover a  {
    color: black !important;
}

ul.sub-menu * {
    color:black !important;
}

header {
    z-index: 99999 !important;
}




.testi-box .contentesti {
    height: 155px !important;
    overflow-y: scroll !important;
}




.testi-slider .slick-prev:before, .testi-slider .slick-next:before {
    font-family: 'FontAwesome' !important;
    color: black !important;
    background: #dfbb48;
    padding: 20px;
    border-radius: 41px;
    font-weight: 300 !important;
    font-size: 26px !important;
}




/* ============================================================
   HERO VIDEO FIX - force fill on desktop + mobile
   Fixes: black dead zone, video not filling container,
   gradient overlay covering full hero properly
   ============================================================ */

/* Step 1: Hero wrapper - must be the bounding box */
.home-banner-sec {
    position: relative !important;
    overflow: hidden !important;
    height: auto !important;
}

/* Desktop hero height */
@media (min-width: 992px) {
    .home-banner-sec {
        min-height: 85vh !important;
    }
}

/* Mobile hero height */
@media (max-width: 991px) {
    .home-banner-sec {
        min-height: 75vh !important;
    }
}

/* Step 2: Inner site-hero wrapper - transparent bg, fill parent */
.site-hero {
    background: transparent !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: unset !important;
    overflow: hidden !important;
}

/* Step 3: site-hero__video - fill container */
.site-hero__video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

/* Step 4: home-banner-video - hide since site-hero__video is the real one */
.home-banner-video {
    display: none !important;
}

/* Step 5: Overlay - absolute inset 0, above video, below text */
.site-hero__overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Step 6: site-hero::before gradient - contained, no dead zone */
.site-hero::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Step 7: Hero content above overlay */
.site-hero__content {
    position: absolute !important;
    z-index: 3 !important;
}

/* Step 8: home-baner-text wrapper - transparent, full size */
.home-baner-text {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

/* Step 9: home-banner-box should not add height/bg */
.home-banner-box {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}

/* ============================================================
   INNER PAGE FLOW FIXES
   Restores compact interior banners and tighter contact-page flow
   without changing the homepage hero behavior.
   ============================================================ */

.page-template-Pages .inner-banner-sec {
    min-height: 0 !important;
    height: auto !important;
}

.page-template-Pages .inner-banner-imag {
    display: block;
    width: 100%;
    height: clamp(120px, 12vw, 180px) !important;
}

.page-template-Pages .inner-banner-box {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: linear-gradient(90deg, rgba(12, 16, 21, 0.82) 0%, rgba(12, 16, 21, 0.48) 48%, rgba(12, 16, 21, 0.10) 100%) !important;
}

.page-template-Pages .inner-banner-box .container-fluid,
.page-template-Pages .inner-banner-box .row,
.page-template-Pages .inner-banner-box [class*="col-"] {
    height: 100%;
}

.page-template-Pages .inner-banner-box .row {
    align-items: stretch;
}

.page-template-Pages .inner-banner-text {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    height: 100% !important;
    padding: 74px 0 18px !important;
}

.page-template-Pages .inner-banner-text h1 {
    color: #fff;
    line-height: 0.95;
    margin: 0;
    max-width: none;
    font-size: clamp(34px, 3.8vw, 52px);
}

.page-template-PagesContactUs-php section.contact_us {
    padding: 30px 0 56px;
    margin-top: 0;
}

.page-template-PagesContactUs-php .contact1 h1 {
    font-family: 'gotham';
    font-size: 45px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.page-template-PagesContactUs-php .contact-layout {
    row-gap: 28px;
}

/* ============================================================
   TYPOGRAPHY + SPACING CLEANUP
   Consistent text rhythm, link color, and homepage hero alignment.
   ============================================================ */

:root {
    --nlrc-font-heading: 'gotham', 'Montserrat', sans-serif;
    --nlrc-font-body: 'Montserrat', 'Poppins', sans-serif;
    --nlrc-link-color: #b8871d;
    --nlrc-link-hover: #6f4f10;
}

body {
    word-break: normal;
    overflow-wrap: break-word;
    font-family: var(--nlrc-font-body);
    font-size: 16px;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--nlrc-font-heading);
    line-height: 1.12;
}

h4,
h5,
h6,
p,
li {
    font-family: var(--nlrc-font-body);
}

p,
li {
    font-size: 16px;
    line-height: 1.72;
}

a {
    color: var(--nlrc-link-color);
}

a:hover,
a:focus {
    color: var(--nlrc-link-hover);
}

.home.page-template-PagesHome-php .about-sec,
.home.page-template-PagesHome-php .service-sec,
.home.page-template-PagesHome-php .why-choose-sec,
.home.page-template-PagesHome-php .woment-sec,
.home.page-template-PagesHome-php .testimonial-sec {
    padding: clamp(48px, 6vw, 84px) 0;
}

.home.page-template-PagesHome-php .about-content,
.home.page-template-PagesHome-php .why-choose-text,
.home.page-template-PagesHome-php .woment-content,
.home.page-template-PagesHome-php .service-text,
.home.page-template-PagesHome-php .testi-text {
    display: grid;
    row-gap: 12px;
}

.home.page-template-PagesHome-php .about-sec {
    padding: clamp(34px, 4.5vw, 58px) 0;
}

.home.page-template-PagesHome-php .about-content {
    max-width: min(980px, 100%);
    row-gap: 0;
}

.home.page-template-PagesHome-php .about-content > * {
    margin: 0;
}

.home.page-template-PagesHome-php .about-content > * + * {
    margin-top: 14px;
}

.home.page-template-PagesHome-php .about-content p + h2,
.home.page-template-PagesHome-php .about-content p + h3 {
    margin-top: 26px;
}

.home.page-template-PagesHome-php .about-content .btn-3 {
    margin-top: 18px;
    justify-self: start;
}

.home.page-template-PagesHome-php .about-content::after {
    display: none !important;
    content: none !important;
}

.home.page-template-PagesHome-php .home-banner-sec {
    display: flex;
    align-items: stretch;
    min-height: clamp(560px, 86vh, 860px) !important;
}

.home.page-template-PagesHome-php .home-banner-box {
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(100deg, rgba(12, 15, 20, 0.76) 0%, rgba(12, 15, 20, 0.52) 46%, rgba(12, 15, 20, 0.24) 100%) !important;
}

.home.page-template-PagesHome-php .home-banner-box .container-fluid,
.home.page-template-PagesHome-php .home-banner-box .row,
.home.page-template-PagesHome-php .home-banner-box [class*="col-"] {
    height: 100%;
}

.home.page-template-PagesHome-php .home-banner-box .row {
    align-items: center;
}

.home.page-template-PagesHome-php .home-baner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    max-width: min(760px, 95%);
    padding: clamp(110px, 11vw, 160px) 0 clamp(70px, 8vw, 110px);
}

.home.page-template-PagesHome-php .home-baner-text h1,
.home.page-template-PagesHome-php .home-baner-text h2,
.home.page-template-PagesHome-php .home-baner-text h3 {
    margin: 0;
    max-width: 16ch;
    line-height: 1.03;
}

.home.page-template-PagesHome-php .home-baner-text p {
    margin: 0;
    max-width: 60ch;
}

@media (max-width: 991px) {
    .home.page-template-PagesHome-php .home-banner-sec {
        min-height: calc(100vh - 70px) !important;
    }

    .home.page-template-PagesHome-php .home-baner-text {
        max-width: 100%;
        padding: 96px 0 64px;
        gap: 12px;
    }

    .home.page-template-PagesHome-php .home-baner-text h1,
    .home.page-template-PagesHome-php .home-baner-text h2,
    .home.page-template-PagesHome-php .home-baner-text h3 {
        max-width: 14ch;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.65;
    }

    p,
    li {
        font-size: 15px;
        line-height: 1.65;
    }

    .home.page-template-PagesHome-php .home-baner-text {
        padding: 82px 0 54px;
    }
}

.page-template-PagesContactUs-php .contact-panel {
    width: 100%;
    height: 100%;
    padding: 40px 36px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(202, 172, 74, 0.20);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(12, 16, 21, 0.08);
}

.page-template-PagesContactUs-php .contact1 {
    width: 100%;
}

.page-template-PagesContactUs-php .contact1 p,
.page-template-PagesContactUs-php .contact2 > p {
    margin-bottom: 24px;
}

.page-template-PagesContactUs-php .contact2 h2 {
    margin-top: 0 !important;
}

.page-template-PagesContactUs-php .contact2 ul {
    margin-top: 28px;
    display: grid;
    gap: 18px;
}

.page-template-PagesContactUs-php .contact2 ul li {
    margin-bottom: 0;
    gap: 18px;
    align-items: flex-start;
}

.page-template-PagesContactUs-php .contact2 ul li h4 {
    font-size: 24px;
    margin-bottom: 6px;
}

.page-template-PagesContactUs-php .contact2 ul li p {
    font-size: 17px;
    line-height: 1.6;
}

.page-template-PagesContactUs-php .contact2 .icon i {
    width: 72px;
    height: 72px;
    font-size: 30px;
}

.page-template-PagesContactUs-php .map {
    margin-top: 28px;
}

.page-template-PagesContactUs-php .contact-map {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(12, 16, 21, 0.14);
}

.page-template-PagesContactUs-php .contact-map iframe {
    display: block;
    min-height: 420px;
}

@media (max-width: 991px) {
    .page-template-Pages .inner-banner-imag {
        height: 150px !important;
    }

    .page-template-Pages .inner-banner-text {
        padding: 66px 0 16px !important;
    }

    .page-template-PagesContactUs-php .contact-panel {
        padding: 32px 28px;
    }

    .page-template-PagesContactUs-php section.contact_us {
        padding-top: 26px;
    }
}

@media (max-width: 767px) {
    .page-template-Pages .inner-banner-imag {
        height: 124px !important;
    }

    .page-template-Pages .inner-banner-text {
        padding: 54px 0 12px !important;
    }

    .page-template-Pages .inner-banner-text h1 {
        font-size: 32px;
    }

    .page-template-PagesContactUs-php .contact-panel {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .page-template-PagesContactUs-php .contact1 h1 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .page-template-PagesContactUs-php section.contact_us {
        padding-top: 22px;
    }

    .page-template-PagesContactUs-php .contact2 ul {
        margin-top: 22px;
        gap: 16px;
    }

    .page-template-PagesContactUs-php .contact-map iframe {
        min-height: 320px;
    }
}

/* ============================================================
   GALLERY PAGE FLOW FIXES
   The live Gallery page is now curated as a proof page
   with grouped project sets instead of the raw WPBakery dump.
   ============================================================ */

.page-id-16.page-template-default .site-main {
    padding-top: 34px;
    padding-bottom: 72px;
}

.page-id-16.page-template-default .entry-header {
    margin-bottom: 18px;
}

.page-id-16.page-template-default .entry-title {
    margin: 0;
    line-height: 0.92;
    font-size: clamp(38px, 4.4vw, 58px);
    max-width: 10ch;
}

.page-id-16.page-template-default .entry-content {
    margin-top: 0 !important;
}

.page-id-16.page-template-default .proof-gallery-page {
    display: grid;
    gap: 30px;
}

.page-id-16.page-template-default .proof-gallery-page br {
    display: none;
}

.page-id-16.page-template-default .proof-gallery-intro,
.page-id-16.page-template-default .proof-gallery-section,
.page-id-16.page-template-default .proof-gallery-cta {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(12, 16, 21, 0.08);
    box-shadow: 0 24px 55px rgba(12, 16, 21, 0.08);
}

.page-id-16.page-template-default .proof-gallery-intro {
    padding: 34px 34px 30px;
    background:
        linear-gradient(135deg, rgba(202, 172, 74, 0.18) 0%, rgba(202, 172, 74, 0.04) 38%, rgba(255, 255, 255, 0.98) 100%),
        #fff;
}

.page-id-16.page-template-default .proof-gallery-kicker,
.page-id-16.page-template-default .proof-gallery-section__eyebrow,
.page-id-16.page-template-default .proof-gallery-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8d6b1f;
}

.page-id-16.page-template-default .proof-gallery-kicker::before,
.page-id-16.page-template-default .proof-gallery-section__eyebrow::before,
.page-id-16.page-template-default .proof-gallery-cta__eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(141, 107, 31, 0.5);
}

.page-id-16.page-template-default .proof-gallery-lead {
    max-width: 760px;
    margin: 0;
    color: #43505a;
    font-size: 18px;
    line-height: 1.7;
}

.page-id-16.page-template-default .proof-gallery-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.page-id-16.page-template-default .proof-gallery-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #f4f6f8;
    border: 1px solid rgba(12, 16, 21, 0.08);
    color: #20303c;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-id-16.page-template-default .proof-gallery-section {
    padding: 30px;
}

.page-id-16.page-template-default .proof-gallery-section__head {
    max-width: 760px;
    margin-bottom: 22px;
}

.page-id-16.page-template-default .proof-gallery-section__head h2,
.page-id-16.page-template-default .proof-gallery-cta h2 {
    margin: 0 0 12px;
    color: #0f1720;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.04;
}

.page-id-16.page-template-default .proof-gallery-section__head p,
.page-id-16.page-template-default .proof-gallery-cta p {
    margin: 0;
    color: #465560;
    font-size: 17px;
    line-height: 1.7;
}

.page-id-16.page-template-default .proof-gallery-grid,
.page-id-16.page-template-default .proof-gallery-video-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.page-id-16.page-template-default .proof-gallery-card,
.page-id-16.page-template-default .proof-gallery-video-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    background: #f8fafb;
    border: 1px solid rgba(12, 16, 21, 0.08);
}

.page-id-16.page-template-default .proof-gallery-card--pair {
    grid-column: span 12;
}

.page-id-16.page-template-default .proof-gallery-card a,
.page-id-16.page-template-default .proof-gallery-card img,
.page-id-16.page-template-default .proof-gallery-video-card video {
    display: block;
    width: 100%;
}

.page-id-16.page-template-default .proof-gallery-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.page-id-16.page-template-default .proof-gallery-video-card video {
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #0f1720;
}

.page-id-16.page-template-default .proof-gallery-copy {
    display: grid;
    gap: 10px;
    padding: 20px 20px 22px;
}

.page-id-16.page-template-default .proof-gallery-label {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8d6b1f;
}

.page-id-16.page-template-default .proof-gallery-copy h3 {
    margin: 0;
    color: #0f1720;
    font-size: 21px;
    line-height: 1.2;
}

.page-id-16.page-template-default .proof-gallery-copy p {
    margin: 0;
    color: #465560;
    font-size: 15px;
    line-height: 1.65;
}

.page-id-16.page-template-default .proof-gallery-media-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
}

.page-id-16.page-template-default .proof-gallery-media-pair a {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.page-id-16.page-template-default .proof-gallery-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 32, 0.84);
    color: #fff;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-16.page-template-default .proof-gallery-cta {
    padding: 32px 34px;
    background:
        linear-gradient(135deg, rgba(15, 23, 32, 0.94) 0%, rgba(27, 39, 52, 0.95) 55%, rgba(54, 68, 83, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.08);
}

.page-id-16.page-template-default .proof-gallery-cta__eyebrow,
.page-id-16.page-template-default .proof-gallery-cta h2,
.page-id-16.page-template-default .proof-gallery-cta p {
    color: #fff;
}

.page-id-16.page-template-default .proof-gallery-cta__eyebrow::before {
    background: rgba(255, 255, 255, 0.4);
}

.page-id-16.page-template-default .proof-gallery-cta .btn-1 {
    margin-top: 22px;
}

.page-id-16.page-template-default .proof-gallery-card a:hover img,
.page-id-16.page-template-default .proof-gallery-media-pair a:hover img {
    transform: scale(1.03);
}

.page-id-16.page-template-default .proof-gallery-card img,
.page-id-16.page-template-default .proof-gallery-media-pair img {
    transition: transform 220ms ease;
}

@media (max-width: 991px) {
    .page-id-16.page-template-default .proof-gallery-card,
    .page-id-16.page-template-default .proof-gallery-video-card {
        grid-column: span 6;
    }

    .page-id-16.page-template-default .proof-gallery-intro,
    .page-id-16.page-template-default .proof-gallery-section,
    .page-id-16.page-template-default .proof-gallery-cta {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .page-id-16.page-template-default .site-main {
        padding-top: 18px;
        padding-bottom: 48px;
    }

    .page-id-16.page-template-default .entry-header {
        margin-bottom: 12px;
    }

    .page-id-16.page-template-default .proof-gallery-page {
        gap: 20px;
    }

    .page-id-16.page-template-default .proof-gallery-intro,
    .page-id-16.page-template-default .proof-gallery-section,
    .page-id-16.page-template-default .proof-gallery-cta {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .page-id-16.page-template-default .proof-gallery-lead,
    .page-id-16.page-template-default .proof-gallery-section__head p,
    .page-id-16.page-template-default .proof-gallery-cta p {
        font-size: 15px;
    }

    .page-id-16.page-template-default .proof-gallery-card,
    .page-id-16.page-template-default .proof-gallery-video-card,
    .page-id-16.page-template-default .proof-gallery-card--pair {
        grid-column: span 12;
    }

    .page-id-16.page-template-default .proof-gallery-grid,
    .page-id-16.page-template-default .proof-gallery-video-grid {
        gap: 14px;
    }

    .page-id-16.page-template-default .proof-gallery-copy {
        padding: 18px 16px 18px;
    }

    .page-id-16.page-template-default .proof-gallery-copy h3 {
        font-size: 18px;
    }

    .page-id-16.page-template-default .proof-gallery-media-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================================
   BLOG HUB PAGE
   Page ID 11 is the live /blogs/ landing page. Keep this
   styling scoped so the premium treatment does not bleed into
   other default-template pages.
   ============================================================ */

.page-id-11.page-template-default {
    --blog-hub-bg: #f3efe6;
    --blog-hub-surface: rgba(255, 255, 255, 0.9);
    --blog-hub-panel: #ffffff;
    --blog-hub-ink: #111723;
    --blog-hub-muted: #5d6675;
    --blog-hub-accent: #c8aa49;
    --blog-hub-accent-deep: #8f6d1f;
    --blog-hub-border: rgba(17, 23, 35, 0.08);
    --blog-hub-shadow: 0 24px 60px rgba(10, 16, 24, 0.12);
}

.page-id-11.page-template-default .blog-hub-container {
    width: min(100% - 36px, 1320px);
    max-width: 1320px;
}

.page-id-11.page-template-default .site-main {
    position: relative;
    padding: 44px 0 88px;
}

.page-id-11.page-template-default .blog-hub-page {
    position: relative;
}

.page-id-11.page-template-default .blog-hub-page::before,
.page-id-11.page-template-default .blog-hub-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 999px;
}

.page-id-11.page-template-default .blog-hub-page::before {
    top: 26px;
    right: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(200, 170, 73, 0.22) 0%, rgba(200, 170, 73, 0) 72%);
}

.page-id-11.page-template-default .blog-hub-page::after {
    left: -70px;
    bottom: 90px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(17, 23, 35, 0.08) 0%, rgba(17, 23, 35, 0) 74%);
}

.page-id-11.page-template-default .entry-header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.95fr);
    gap: 26px;
    margin-bottom: 34px;
    padding: 46px 48px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
        linear-gradient(145deg, #121925 0%, #1e2939 55%, #2a3649 100%);
    box-shadow: var(--blog-hub-shadow);
}

.page-id-11.page-template-default .entry-header::before {
    content: "";
    position: absolute;
    inset: auto auto -80px -20px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 170, 73, 0.26) 0%, rgba(200, 170, 73, 0) 72%);
}

.page-id-11.page-template-default .blog-hub-header__copy,
.page-id-11.page-template-default .blog-hub-header__meta {
    position: relative;
    z-index: 1;
}

.page-id-11.page-template-default .blog-hub-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-11.page-template-default .blog-hub-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blog-hub-accent);
    box-shadow: 0 0 0 6px rgba(200, 170, 73, 0.14);
}

.page-id-11.page-template-default .entry-title {
    margin: 18px 0 18px;
    color: #fff;
    font-family: 'gotham';
    font-size: clamp(48px, 5.8vw, 78px);
    line-height: 0.9;
    letter-spacing: -0.03em;
    max-width: 10ch;
}

.page-id-11.page-template-default .blog-hub-intro {
    max-width: 60ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
}

.page-id-11.page-template-default .blog-hub-header__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: end;
}

.page-id-11.page-template-default .blog-hub-stat {
    min-height: 100%;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.page-id-11.page-template-default .blog-hub-stat__label,
.page-id-11.page-template-default .blog-hub-stat__detail {
    display: block;
}

.page-id-11.page-template-default .blog-hub-stat__label {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-11.page-template-default .blog-hub-stat__value {
    display: block;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.page-id-11.page-template-default .blog-hub-stat__value--date {
    font-size: 23px;
    line-height: 1.25;
}

.page-id-11.page-template-default .blog-hub-stat__detail {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.6;
}

.page-id-11.page-template-default .blog-hub-content {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}

.page-id-11.page-template-default .blog-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.page-id-11.page-template-default .blog-hub-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--blog-hub-border);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #ffffff 100%);
    box-shadow: 0 20px 48px rgba(10, 16, 24, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-id-11.page-template-default .blog-hub-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(10, 16, 24, 0.14);
    border-color: rgba(200, 170, 73, 0.34);
}

.page-id-11.page-template-default .blog-hub-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe5ea;
}

.page-id-11.page-template-default .blog-hub-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 16, 21, 0.02) 0%, rgba(12, 16, 21, 0.22) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.page-id-11.page-template-default .blog-hub-card:hover .blog-hub-card__media::after {
    opacity: 1;
}

.page-id-11.page-template-default .blog-hub-card__image,
.page-id-11.page-template-default .blog-hub-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.page-id-11.page-template-default .blog-hub-card:hover .blog-hub-card__image,
.page-id-11.page-template-default .blog-hub-card:hover .blog-hub-card__media img {
    transform: scale(1.04);
}

.page-id-11.page-template-default .blog-hub-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 26px 28px;
}

.page-id-11.page-template-default .blog-hub-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 16px;
}

.page-id-11.page-template-default .blog-hub-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(200, 170, 73, 0.14);
    color: var(--blog-hub-accent-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-id-11.page-template-default .blog-hub-date {
    color: var(--blog-hub-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-id-11.page-template-default .blog-hub-card__title {
    margin: 0 0 14px;
    color: var(--blog-hub-ink);
    font-family: 'Montserrat';
    font-size: clamp(23px, 1.8vw, 30px);
    line-height: 1.12;
}

.page-id-11.page-template-default .blog-hub-card__title a {
    color: inherit;
    text-decoration: none;
}

.page-id-11.page-template-default .blog-hub-card__title a:hover {
    color: var(--blog-hub-accent-deep);
}

.page-id-11.page-template-default .blog-hub-card__excerpt {
    margin: 0;
    color: var(--blog-hub-muted);
    font-size: 16px;
    line-height: 1.75;
}

.page-id-11.page-template-default .blog-hub-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 23, 35, 0.1);
    color: var(--blog-hub-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.page-id-11.page-template-default .blog-hub-card__link i {
    color: var(--blog-hub-accent-deep);
    transition: transform 0.3s ease;
}

.page-id-11.page-template-default .blog-hub-card:hover .blog-hub-card__link i {
    transform: translateX(4px);
}

.page-id-11.page-template-default .blog-hub-pagination {
    margin-top: 34px;
}

.page-id-11.page-template-default .blog-hub-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-id-11.page-template-default .blog-hub-pagination a,
.page-id-11.page-template-default .blog-hub-pagination span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blog-hub-border);
    border-radius: 16px;
    background: var(--blog-hub-panel);
    box-shadow: 0 16px 32px rgba(10, 16, 24, 0.08);
    color: var(--blog-hub-ink);
    font-weight: 600;
    text-decoration: none;
}

.page-id-11.page-template-default .blog-hub-pagination .current {
    border-color: transparent;
    background: linear-gradient(135deg, var(--blog-hub-accent) 0%, #d7bb67 100%);
    color: #fff;
}

.page-id-11.page-template-default .blog-hub-empty {
    padding: 34px 36px;
    border: 1px solid var(--blog-hub-border);
    border-radius: 28px;
    background: var(--blog-hub-panel);
    box-shadow: 0 20px 48px rgba(10, 16, 24, 0.08);
}

.page-id-11.page-template-default .blog-hub-empty h2 {
    margin: 0 0 10px;
    color: var(--blog-hub-ink);
    font-size: 30px;
    line-height: 1.08;
}

.page-id-11.page-template-default .blog-hub-empty p {
    margin: 0;
    color: var(--blog-hub-muted);
    font-size: 16px;
    line-height: 1.7;
}

/* ============================================================
   SINGLE BLOG POSTS
   Standard blog posts use single.php + content-post.php.
   Keep this scoped to .single-post so service singles stay on
   their existing template and styling.
   ============================================================ */

.single-post {
    --post-surface: #ffffff;
    --post-ink: #121926;
    --post-muted: #53606d;
    --post-accent: #c8aa49;
    --post-accent-deep: #8b681d;
    --post-border: rgba(18, 25, 38, 0.08);
    --post-shadow: 0 26px 60px rgba(12, 17, 24, 0.10);
    background:
        radial-gradient(circle at top right, rgba(200, 170, 73, 0.11), rgba(200, 170, 73, 0) 28%),
        linear-gradient(180deg, #f7f3eb 0%, #f2ede4 100%);
}

.single-post .blog-post-container {
    width: min(100% - 36px, 1180px);
    max-width: 1180px;
}

.single-post .site-main {
    position: relative;
    padding: 42px 0 88px;
}

.single-post .post-story {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
}

.single-post .post-story::before,
.single-post .post-story::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
}

.single-post .post-story::before {
    top: 38px;
    right: -60px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(200, 170, 73, 0.18) 0%, rgba(200, 170, 73, 0) 72%);
}

.single-post .post-story::after {
    left: -60px;
    bottom: 130px;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(18, 25, 38, 0.08) 0%, rgba(18, 25, 38, 0) 72%);
}

.single-post .post-story-header,
.single-post .post-story-content,
.single-post .post-navigation {
    width: min(100%, 900px);
    margin-left: auto;
    margin-right: auto;
}

.single-post .post-story-header {
    position: relative;
    overflow: hidden;
    padding: 36px 40px 34px;
    border: 1px solid var(--post-border);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(200, 170, 73, 0.13) 0%, rgba(200, 170, 73, 0.04) 24%, rgba(255, 255, 255, 0.98) 100%),
        var(--post-surface);
    box-shadow: var(--post-shadow);
}

.single-post .post-story-header::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -22px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 25, 38, 0.07) 0%, rgba(18, 25, 38, 0) 75%);
}

.single-post .post-story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 18px;
}

.single-post .post-story-pill,
.single-post .post-story-date,
.single-post .post-story-reading-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-post .post-story-pill {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(200, 170, 73, 0.14);
    color: var(--post-accent-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-post .post-story-date,
.single-post .post-story-reading-time {
    color: var(--post-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.single-post .post-story-title {
    position: relative;
    z-index: 1;
    max-width: 14ch;
    margin: 0;
    color: var(--post-ink);
    font-family: 'gotham';
    font-size: clamp(40px, 5vw, 68px);
    line-height: 0.94;
    letter-spacing: -0.035em;
    text-transform: none;
    overflow-wrap: anywhere;
}

.single-post .post-story-media {
    width: min(100%, 1020px);
    margin: 0 auto;
}

.single-post .post-story-media .post-thumbnail {
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 0 28px 64px rgba(12, 17, 24, 0.14);
}

.single-post .post-story-media .post-thumbnail img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.single-post .post-story-content {
    padding: 38px 40px 44px;
    border: 1px solid var(--post-border);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 52px rgba(12, 17, 24, 0.08);
}

.single-post .post-story-content > * {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post .post-story-content > * + * {
    margin-top: 16px;
}

.single-post .post-story-content > h2,
.single-post .post-story-content > h3,
.single-post .post-story-content > h4 {
    margin-top: 34px;
}

.single-post .post-story-content > h2:first-child,
.single-post .post-story-content > h3:first-child,
.single-post .post-story-content > h4:first-child {
    margin-top: 0;
}

.single-post .post-story-content h2,
.single-post .post-story-content h3,
.single-post .post-story-content h4 {
    color: var(--post-ink);
    font-family: 'gotham';
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-transform: none;
}

.single-post .post-story-content h2 {
    font-size: clamp(30px, 3.1vw, 40px);
}

.single-post .post-story-content h3 {
    font-size: clamp(25px, 2.5vw, 32px);
}

.single-post .post-story-content h4 {
    font-size: clamp(20px, 2vw, 24px);
}

.single-post .post-story-content h2 + p,
.single-post .post-story-content h3 + p,
.single-post .post-story-content h4 + p,
.single-post .post-story-content h2 + ul,
.single-post .post-story-content h3 + ul,
.single-post .post-story-content h4 + ul {
    margin-top: 12px;
}

.single-post .post-story-content p,
.single-post .post-story-content li {
    color: var(--post-muted);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0;
}

.single-post .post-story-content > p:first-of-type {
    color: #1d2732;
    font-size: clamp(19px, 2vw, 22px);
    line-height: 1.85;
}

.single-post .post-story-content ul,
.single-post .post-story-content ol {
    padding-left: 1.3em;
}

.single-post .post-story-content li + li {
    margin-top: 8px;
}

.single-post .post-story-content ul li {
    list-style: disc;
    margin-left: 0;
}

.single-post .post-story-content a {
    color: var(--post-accent-deep);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.single-post .post-story-content a:hover {
    color: #5c4512;
}

.single-post .post-story-content img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.single-post .post-story-content blockquote {
    margin: 26px 0;
    padding: 24px 28px;
    border-left: 4px solid var(--post-accent);
    border-radius: 0 24px 24px 0;
    background: rgba(200, 170, 73, 0.08);
}

.single-post .post-story-content blockquote p {
    color: #26303b;
}

.single-post .post-navigation {
    margin-top: 4px;
}

.single-post .post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
    min-width: 0;
}

.single-post .post-navigation a {
    display: grid;
    gap: 8px;
    min-height: 100%;
    padding: 22px 24px;
    border: 1px solid var(--post-border);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(12, 17, 24, 0.08);
    color: var(--post-ink);
    text-decoration: none;
}

.single-post .post-navigation .nav-subtitle {
    color: var(--post-accent-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-post .post-navigation .nav-title {
    color: var(--post-ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

/* ============================================================
   SINGLE BLOG POSTS V2
   Stronger editorial layout for standard posts only.
   ============================================================ */

.single-post {
    --post-v2-bg: #ede5d8;
    --post-v2-surface: #fffdf8;
    --post-v2-panel: #ffffff;
    --post-v2-ink: #111826;
    --post-v2-muted: #536070;
    --post-v2-accent: #c7a447;
    --post-v2-accent-deep: #7f5f1b;
    --post-v2-border: rgba(17, 24, 38, 0.08);
    --post-v2-shadow: 0 30px 70px rgba(10, 15, 24, 0.10);
    background:
        radial-gradient(circle at top left, rgba(199, 164, 71, 0.12) 0%, rgba(199, 164, 71, 0) 30%),
        linear-gradient(180deg, #f4efe6 0%, #ebe2d2 100%);
}

.single-post .blog-post-container {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
}

.single-post .site-main {
    padding: 46px 0 96px;
}

.single-post .post-story--editorial {
    gap: 0;
}

.single-post .post-story--editorial::before,
.single-post .post-story--editorial::after {
    display: none;
}

.single-post .post-story--editorial .post-story-header,
.single-post .post-story--editorial .post-story-media,
.single-post .post-story--editorial .post-story-body,
.single-post .post-story--editorial + .post-navigation {
    width: min(100%, 1140px);
    margin-left: auto;
    margin-right: auto;
}

.single-post .post-story--editorial .post-story-header {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
    gap: 24px;
    align-items: stretch;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(199, 164, 71, 0.16) 0%, rgba(199, 164, 71, 0) 28%),
        linear-gradient(145deg, #121a27 0%, #1a2433 58%, #243043 100%);
    box-shadow: 0 34px 84px rgba(10, 15, 24, 0.18);
}

.single-post .post-story--editorial .post-story-header::before {
    display: none;
}

.single-post .post-story--editorial .post-story-header__copy,
.single-post .post-story--editorial .post-story-brief {
    position: relative;
    z-index: 1;
}

.single-post .post-story--editorial .post-story-meta {
    gap: 10px 12px;
    margin-bottom: 16px;
}

.single-post .post-story--editorial .post-story-pill {
    background: rgba(199, 164, 71, 0.18);
    color: #f7df96;
    border: 1px solid rgba(247, 223, 150, 0.14);
}

.single-post .post-story--editorial .post-story-date,
.single-post .post-story--editorial .post-story-reading-time {
    color: rgba(255, 255, 255, 0.68);
}

.single-post .post-story-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.single-post .post-story-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(199, 164, 71, 0.85);
}

.single-post .post-story--editorial .post-story-title {
    max-width: 12ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.single-post .post-story-standfirst {
    max-width: 60ch;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
}

.single-post .post-story-brief {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    align-content: start;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
}

.single-post .post-story-brief__eyebrow,
.single-post .post-story-outline__label,
.single-post .post-story-rail__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3d98d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.single-post .post-story-brief__eyebrow::before,
.single-post .post-story-outline__label::before,
.single-post .post-story-rail__eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(243, 217, 141, 0.7);
}

.single-post .post-story-brief__stats {
    display: grid;
    gap: 14px;
}

.single-post .post-story-brief__stat {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-post .post-story-brief__stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.single-post .post-story-brief__stat span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-post .post-story-brief__stat strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.single-post .post-story-outline {
    display: grid;
    gap: 14px;
    padding-top: 4px;
}

.single-post .post-story-outline__list,
.single-post .post-story-rail__list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: article-outline;
}

.single-post .post-story-outline__item,
.single-post .post-story-rail__item {
    counter-increment: article-outline;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    cursor: pointer;
}

.single-post .post-story-outline__item::before,
.single-post .post-story-rail__item::before {
    content: counter(article-outline, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #f5de98;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.single-post .post-story-outline__item a,
.single-post .post-story-rail__item a {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    line-height: 1.52;
    transition: color 0.22s ease, transform 0.22s ease;
}

.single-post .post-story-outline__item.level-3 a,
.single-post .post-story-rail__item.level-3 a {
    padding-left: 0;
}

.single-post .post-story-outline__item.level-4 a,
.single-post .post-story-rail__item.level-4 a {
    padding-left: 0;
}

.single-post .post-story-outline__item a:hover {
    color: #ffffff;
}

.single-post .post-story-outline__item:hover::before,
.single-post .post-story-outline__item.is-active::before {
    background: #f5de98;
    color: #182232;
    box-shadow: 0 14px 28px rgba(245, 222, 152, 0.18);
}

.single-post .post-story-outline__item:hover a,
.single-post .post-story-outline__item.is-active a {
    color: #ffffff;
    transform: translateX(4px);
}

.single-post .post-story-outline__item a:focus-visible,
.single-post .post-story-rail__item a:focus-visible {
    outline: 2px solid rgba(199, 164, 71, 0.55);
    outline-offset: 4px;
    border-radius: 10px;
}

.single-post .post-story--editorial .post-story-media {
    position: relative;
    z-index: 2;
    margin-top: -38px;
    margin-bottom: 26px;
}

.single-post .post-story--editorial .post-story-media .post-thumbnail {
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.88);
    border-radius: 34px;
    box-shadow: 0 34px 74px rgba(10, 15, 24, 0.20);
}

.single-post .post-story--editorial .post-story-media .post-thumbnail img {
    aspect-ratio: 16 / 8.6;
}

.single-post .post-story-body {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.single-post .post-story-body--full {
    grid-template-columns: minmax(0, 1fr);
}

.single-post .post-story-rail {
    position: relative;
}

.single-post .post-story-rail__card {
    position: sticky;
    top: 118px;
    display: grid;
    gap: 18px;
    padding: 22px 20px 20px;
    border: 1px solid var(--post-v2-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 48px rgba(10, 15, 24, 0.08);
}

.single-post .post-story-rail__item a {
    color: var(--post-v2-ink);
}

.single-post .post-story-rail__item::before {
    background: rgba(199, 164, 71, 0.14);
    color: var(--post-v2-accent-deep);
}

.single-post .post-story-rail__item:hover::before,
.single-post .post-story-rail__item.is-active::before {
    background: rgba(199, 164, 71, 0.26);
    color: var(--post-v2-accent-deep);
    box-shadow: 0 14px 28px rgba(199, 164, 71, 0.18);
}

.single-post .post-story-rail__item:hover a,
.single-post .post-story-rail__item.is-active a {
    color: var(--post-v2-accent-deep);
    transform: translateX(4px);
}

.single-post .post-story-rail__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    color: var(--post-v2-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post .post-story-rail__cta i {
    color: var(--post-v2-accent-deep);
}

@media (max-width: 767px) {
    .single-post .post-story-outline__item,
    .single-post .post-story-rail__item {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 12px;
    }

    .single-post .post-story-outline__item::before,
    .single-post .post-story-rail__item::before {
        width: 26px;
        height: 26px;
        margin-top: 1px;
        font-size: 9px;
    }

    .single-post .post-story-outline__item a,
    .single-post .post-story-rail__item a {
        font-size: 14px;
        line-height: 1.5;
    }
}

.single-post .post-story--editorial .post-story-content {
    width: auto;
    margin: 0;
    padding: 46px 48px 50px;
    border: 1px solid var(--post-v2-border);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fffdf8 100%);
    box-shadow: 0 24px 60px rgba(10, 15, 24, 0.08);
}

.single-post .post-story--editorial .post-story-content > * + * {
    margin-top: 18px;
}

.single-post .post-story--editorial .post-story-content > h2,
.single-post .post-story--editorial .post-story-content > h3,
.single-post .post-story--editorial .post-story-content > h4 {
    position: relative;
    margin-top: 42px;
    padding-top: 24px;
    scroll-margin-top: 148px;
    transition: color 0.22s ease;
}

.single-post .post-story--editorial .post-story-content > h2::before,
.single-post .post-story--editorial .post-story-content > h3::before,
.single-post .post-story--editorial .post-story-content > h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, var(--post-v2-accent) 0%, rgba(199, 164, 71, 0.12) 100%);
    transition: width 0.22s ease, background 0.22s ease;
}

.single-post .post-story--editorial .post-story-content > h2:target,
.single-post .post-story--editorial .post-story-content > h3:target,
.single-post .post-story--editorial .post-story-content > h4:target,
.single-post .post-story--editorial .post-story-content > h2.is-active-section,
.single-post .post-story--editorial .post-story-content > h3.is-active-section,
.single-post .post-story--editorial .post-story-content > h4.is-active-section {
    color: var(--post-v2-accent-deep);
}

.single-post .post-story--editorial .post-story-content > h2:target::before,
.single-post .post-story--editorial .post-story-content > h3:target::before,
.single-post .post-story--editorial .post-story-content > h4:target::before,
.single-post .post-story--editorial .post-story-content > h2.is-active-section::before,
.single-post .post-story--editorial .post-story-content > h3.is-active-section::before,
.single-post .post-story--editorial .post-story-content > h4.is-active-section::before {
    width: 104px;
    background: linear-gradient(90deg, var(--post-v2-accent-deep) 0%, rgba(199, 164, 71, 0.24) 100%);
}

.single-post .post-story--editorial .post-story-content h2,
.single-post .post-story--editorial .post-story-content h3,
.single-post .post-story--editorial .post-story-content h4 {
    color: var(--post-v2-ink);
    line-height: 1.04;
}

.single-post .post-story--editorial .post-story-content h2 {
    font-size: clamp(34px, 3vw, 44px);
}

.single-post .post-story--editorial .post-story-content h3 {
    font-size: clamp(28px, 2.4vw, 34px);
}

.single-post .post-story--editorial .post-story-content h4 {
    font-size: clamp(22px, 2vw, 26px);
}

.single-post .post-story--editorial .post-story-content h2 + p,
.single-post .post-story--editorial .post-story-content h3 + p,
.single-post .post-story--editorial .post-story-content h4 + p,
.single-post .post-story--editorial .post-story-content h2 + ul,
.single-post .post-story--editorial .post-story-content h3 + ul,
.single-post .post-story--editorial .post-story-content h4 + ul {
    margin-top: 10px;
}

.single-post .post-story--editorial .post-story-content > p:first-of-type {
    position: relative;
    padding-left: 22px;
    color: #1b2431;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.9;
}

.single-post .post-story--editorial .post-story-content > p:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 4px;
    height: calc(100% - 0.9em);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--post-v2-accent) 0%, rgba(199, 164, 71, 0.18) 100%);
}

.single-post .post-story--editorial .post-story-content p,
.single-post .post-story--editorial .post-story-content li {
    color: var(--post-v2-muted);
    font-size: 18px;
    line-height: 1.92;
}

.single-post .post-story--editorial .post-story-content ul,
.single-post .post-story--editorial .post-story-content ol {
    padding-left: 0;
    margin-left: 0;
}

.single-post .post-story--editorial .post-story-content ul li,
.single-post .post-story--editorial .post-story-content ol li {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 28px;
}

.single-post .post-story--editorial .post-story-content ul li::before,
.single-post .post-story--editorial .post-story-content ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--post-v2-accent) 0%, rgba(199, 164, 71, 0.24) 72%);
}

.single-post .post-story--editorial .post-story-content blockquote {
    border-left: 0;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(199, 164, 71, 0.14) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.single-post .post-story--editorial + .post-navigation {
    margin-top: 24px;
}

.single-post .post-story--editorial + .post-navigation .nav-links {
    gap: 18px;
}

.single-post .post-story--editorial + .post-navigation a {
    padding: 24px 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
}

/* Reviews Page: Premium Proof */

.page-id-18 .nlrc-reviews-proof {
    position: relative;
    overflow: hidden;
    padding: 90px 0 110px;
    background:
        radial-gradient(circle at top left, rgba(199, 164, 71, 0.18) 0%, rgba(199, 164, 71, 0) 40%),
        radial-gradient(circle at bottom right, rgba(18, 33, 54, 0.12) 0%, rgba(18, 33, 54, 0) 42%),
        linear-gradient(180deg, #f2ede4 0%, #fcfbf7 44%, #f5f2eb 100%);
}

.page-id-18 .nlrc-reviews-proof::before,
.page-id-18 .nlrc-reviews-proof::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.page-id-18 .nlrc-reviews-proof::before {
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(17, 29, 45, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 29, 45, 0.065) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.76) 18%, rgba(0, 0, 0, 0.2) 100%);
}

.page-id-18 .nlrc-reviews-proof::after {
    top: 54px;
    left: 50%;
    width: min(90%, 1180px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(17, 29, 45, 0) 0%, rgba(17, 29, 45, 0.15) 18%, rgba(199, 164, 71, 0.6) 50%, rgba(17, 29, 45, 0.15) 82%, rgba(17, 29, 45, 0) 100%);
}

.page-id-18 .nlrc-reviews-proof .container {
    position: relative;
    z-index: 1;
}

.page-id-18 .nlrc-reviews-proof__shell {
    position: relative;
    padding: 42px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 40px 100px -60px rgba(17, 29, 45, 0.6);
    backdrop-filter: blur(8px);
}

.page-id-18 .nlrc-reviews-proof__header {
    display: grid;
    grid-template-columns: minmax(0, 1.78fr) minmax(260px, 0.66fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 38px;
}

.page-id-18 .nlrc-reviews-proof__copy {
    max-width: 760px;
}

.page-id-18 .nlrc-reviews-proof__eyebrow,
.page-id-18 .nlrc-reviews-proof__summary-label,
.page-id-18 .nlrc-reviews-proof__cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #9d6c21;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.page-id-18 .nlrc-reviews-proof__eyebrow::before,
.page-id-18 .nlrc-reviews-proof__summary-label::before,
.page-id-18 .nlrc-reviews-proof__cta-label::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 1px;
    background: rgba(157, 108, 33, 0.45);
}

.page-id-18 .nlrc-reviews-proof__copy h1,
.page-id-18 .nlrc-reviews-proof__copy h2 {
    margin: 0;
    color: #142133;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.page-id-18 .nlrc-reviews-proof__lede {
    max-width: 660px;
    margin: 22px 0 0;
    color: #4a5463;
    font-size: 18px;
    line-height: 1.85;
}

.page-id-18 .nlrc-reviews-proof__trust-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.page-id-18 .nlrc-reviews-proof__trust-strip::-webkit-scrollbar {
    display: none;
}

.page-id-18 .nlrc-reviews-proof__trust-strip li {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.page-id-18 .nlrc-reviews-proof__trust-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 16px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #243449;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 18px 28px -26px rgba(17, 29, 45, 0.5);
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.page-id-18 .nlrc-reviews-proof__trust-button:hover,
.page-id-18 .nlrc-reviews-proof__trust-button:focus-visible {
    border-color: rgba(199, 164, 71, 0.35);
    background: rgba(255, 255, 255, 0.98);
    color: #142133;
    box-shadow: 0 24px 36px -28px rgba(17, 29, 45, 0.52);
    transform: translateY(-2px);
}

.page-id-18 .nlrc-reviews-proof__trust-button:focus-visible {
    outline: 0;
    box-shadow:
        0 0 0 3px rgba(199, 164, 71, 0.22),
        0 24px 36px -28px rgba(17, 29, 45, 0.52);
}

.page-id-18 .nlrc-reviews-proof__trust-button.is-active {
    border-color: rgba(199, 164, 71, 0.28);
    background: linear-gradient(180deg, #1a283f 0%, #121d2e 100%);
    color: #f2d8a0;
    box-shadow: 0 24px 34px -24px rgba(17, 29, 45, 0.7);
}

.page-id-18 .nlrc-reviews-proof__summary {
    position: relative;
    width: min(100%, 390px);
    margin-left: auto;
    padding: 22px 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, #17253b 0%, #101a2a 100%);
    box-shadow: 0 28px 70px -42px rgba(17, 29, 45, 0.85);
}

.page-id-18 .nlrc-reviews-proof__summary::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.page-id-18 .nlrc-reviews-proof__summary-main {
    display: grid;
    gap: 6px;
}

.page-id-18 .nlrc-reviews-proof__summary-main strong {
    color: #ffffff;
    font-size: clamp(40px, 4.3vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.page-id-18 .nlrc-reviews-proof__summary-main span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.page-id-18 .nlrc-reviews-proof__summary-stars {
    display: inline-flex;
    gap: 8px;
    margin: 18px 0 14px;
    color: #d0a247;
    font-size: 15px;
}

.page-id-18 .nlrc-reviews-proof__summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.page-id-18 .nlrc-reviews-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.page-id-18 .nlrc-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
    padding: 28px 28px 24px;
    border: 1px solid rgba(17, 29, 45, 0.09);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 245, 239, 0.96) 100%);
    box-shadow: 0 26px 52px -34px rgba(17, 29, 45, 0.42);
    animation: nlrcReviewRise 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    animation-delay: calc(var(--review-order) * 0.06s);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-id-18 .nlrc-review-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    pointer-events: none;
}

.page-id-18 .nlrc-review-card.is-featured {
    background:
        radial-gradient(circle at top right, rgba(199, 164, 71, 0.16) 0%, rgba(199, 164, 71, 0) 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 246, 239, 0.97) 100%);
    box-shadow: 0 34px 64px -38px rgba(17, 29, 45, 0.5);
}

.page-id-18 .nlrc-review-card.is-filter-match {
    border-color: rgba(199, 164, 71, 0.28);
    box-shadow: 0 34px 72px -36px rgba(17, 29, 45, 0.5);
}

.page-id-18 .nlrc-review-card:hover {
    transform: translateY(-8px);
    border-color: rgba(199, 164, 71, 0.26);
    box-shadow: 0 34px 68px -34px rgba(17, 29, 45, 0.48);
}

.page-id-18 .nlrc-review-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.page-id-18 .nlrc-review-card__stars {
    display: inline-flex;
    gap: 6px;
    color: #d0a247;
    font-size: 14px;
}

.page-id-18 .nlrc-review-card__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 999px;
    background: rgba(245, 241, 232, 0.92);
    color: #2c3a4e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-id-18 .nlrc-review-card h3 {
    margin: 0;
    color: #142133;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.page-id-18 .nlrc-review-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.page-id-18 .nlrc-review-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-id-18 .nlrc-review-card__chips li {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(20, 33, 51, 0.05);
    color: #2b394c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-id-18 .nlrc-review-card__footer {
    display: grid;
    gap: 18px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(17, 29, 45, 0.09);
}

.page-id-18 .nlrc-review-card__reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-id-18 .nlrc-review-card__reviewer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(199, 164, 71, 0.4);
    border-radius: 18px;
    background: linear-gradient(180deg, #18263d 0%, #0f1827 100%);
    color: #f0d39a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page-id-18 .nlrc-review-card__reviewer-meta {
    display: grid;
    gap: 2px;
}

.page-id-18 .nlrc-review-card__reviewer-meta strong {
    color: #162234;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.page-id-18 .nlrc-review-card__reviewer-meta span {
    color: #6c7683;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-id-18 .nlrc-review-card__details {
    margin: 0;
}

.page-id-18 .nlrc-review-card__details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #162234;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.page-id-18 .nlrc-review-card__details summary::-webkit-details-marker {
    display: none;
}

.page-id-18 .nlrc-review-card__details summary i {
    color: #9d6c21;
    transition: transform 0.3s ease;
}

.page-id-18 .nlrc-review-card__details[open] summary i {
    transform: rotate(90deg);
}

.page-id-18 .nlrc-review-card__full-text {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 29, 45, 0.08);
}

.page-id-18 .nlrc-review-card__full-text p {
    margin-bottom: 14px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.82;
}

.page-id-18 .nlrc-review-card__full-text p:last-child {
    margin-bottom: 0;
}

.page-id-18 .nlrc-reviews-proof__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 34px;
    padding: 28px 30px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(20, 33, 51, 0.95) 0%, rgba(22, 39, 61, 0.88) 100%);
    box-shadow: 0 28px 58px -42px rgba(17, 29, 45, 0.9);
}

.page-id-18 .nlrc-reviews-proof__cta-copy p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.82;
}

.page-id-18 .nlrc-reviews-proof__cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
    gap: 14px;
}

.page-id-18 .nlrc-reviews-proof__cta-button,
.page-id-18 .nlrc-reviews-proof__cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 280px);
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.page-id-18 .nlrc-reviews-proof__cta-button {
    background: linear-gradient(180deg, #d3aa56 0%, #bf8d35 100%);
    color: #142133;
    box-shadow: 0 20px 34px -26px rgba(211, 170, 86, 0.95);
}

.page-id-18 .nlrc-reviews-proof__cta-link {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.page-id-18 .nlrc-reviews-proof__cta-button:hover,
.page-id-18 .nlrc-reviews-proof__cta-link:hover {
    transform: translateY(-2px);
}

.page-id-18 .nlrc-reviews-proof__cta-button:hover {
    color: #142133;
}

.page-id-18 .nlrc-reviews-proof__cta-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.page-id-18 .nlrc-reviews-proof__empty {
    padding: 34px 36px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
}

.page-id-18 .nlrc-reviews-proof__empty h3 {
    margin: 0 0 12px;
    color: #142133;
    font-size: 28px;
}

.page-id-18 .nlrc-reviews-proof__empty p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

@keyframes nlrcReviewRise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

@media (prefers-reduced-motion: reduce) {
    .page-id-18 .nlrc-review-card,
    .page-id-18 .nlrc-review-card:hover,
    .page-id-18 .nlrc-reviews-proof__cta-button,
    .page-id-18 .nlrc-reviews-proof__cta-link,
    .page-id-18 .nlrc-review-card__details summary i {
        animation: none;
        transition: none;
        transform: none;
    }
}

/* About Page: Premium Brand Profile */

.page-id-9 .nlrc-about-page {
    --about-bg: #ebe1d2;
    --about-surface: rgba(255, 255, 255, 0.82);
    --about-panel: #fffdf8;
    --about-ink: #111827;
    --about-muted: #536071;
    --about-accent: #cca652;
    --about-accent-deep: #7b5a1f;
    --about-green: #17382f;
    --about-green-strong: #10261f;
    --about-border: rgba(17, 24, 39, 0.08);
    --about-shadow: 0 28px 70px rgba(10, 15, 24, 0.10);
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(204, 166, 82, 0.12) 0%, rgba(204, 166, 82, 0) 28%),
        linear-gradient(180deg, #f3ece2 0%, var(--about-bg) 100%);
    color: var(--about-ink);
}

.page-id-9 .nlrc-about-page * {
    box-sizing: border-box;
}

.page-id-9 .nlrc-about-page a {
    text-decoration: none;
}

.page-id-9 .nlrc-about-page h1,
.page-id-9 .nlrc-about-page h2,
.page-id-9 .nlrc-about-page h3,
.page-id-9 .nlrc-about-page strong {
    font-family: 'gotham', 'Montserrat', sans-serif;
    letter-spacing: -0.03em;
}

.page-id-9 .nlrc-about-page p,
.page-id-9 .nlrc-about-page li,
.page-id-9 .nlrc-about-page span {
    font-family: 'Montserrat', sans-serif;
}

.page-id-9 .nlrc-about-section {
    padding: 88px 0 0;
}

.page-id-9 .nlrc-about-page__eyebrow,
.page-id-9 .nlrc-about-hero__summary-label,
.page-id-9 .nlrc-about-proof__summary-label,
.page-id-9 .nlrc-about-leadership__statement span,
.page-id-9 .nlrc-about-review-card__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--about-accent-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-page__eyebrow::before,
.page-id-9 .nlrc-about-hero__summary-label::before,
.page-id-9 .nlrc-about-proof__summary-label::before,
.page-id-9 .nlrc-about-leadership__statement span::before,
.page-id-9 .nlrc-about-review-card__label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: rgba(123, 90, 31, 0.56);
}

.page-id-9 .nlrc-about-section__intro {
    display: grid;
    gap: 16px;
    margin-bottom: 30px;
}

.page-id-9 .nlrc-about-section__intro h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1;
}

.page-id-9 .nlrc-about-section__intro p {
    margin: 0;
    color: var(--about-muted);
    font-size: 18px;
    line-height: 1.85;
}

.page-id-9 .nlrc-about-section__intro--centered {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-id-9 .nlrc-about-section__intro--centered .nlrc-about-page__eyebrow {
    justify-content: center;
}

.page-id-9 .nlrc-about-section__intro--split {
    grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.78fr);
    gap: 24px;
    align-items: end;
}

.page-id-9 .nlrc-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #d7b366 0%, #be8d36 100%);
    color: #162232;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 20px 34px -26px rgba(211, 170, 86, 0.95);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.page-id-9 .nlrc-about-button:hover {
    transform: translateY(-2px);
    color: #162232;
}

.page-id-9 .nlrc-about-button--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: none;
}

.page-id-9 .nlrc-about-button--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.page-id-9 .nlrc-about-hero {
    padding: 34px 0 0;
}

.page-id-9 .nlrc-about-hero__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 28px;
    padding: 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(204, 166, 82, 0.16) 0%, rgba(204, 166, 82, 0) 30%),
        linear-gradient(145deg, #121b28 0%, #1a2433 58%, #233042 100%);
    box-shadow: 0 34px 86px rgba(10, 15, 24, 0.18);
}

.page-id-9 .nlrc-about-hero__shell::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 166, 82, 0.22) 0%, rgba(204, 166, 82, 0) 72%);
}

.page-id-9 .nlrc-about-hero__copy,
.page-id-9 .nlrc-about-hero__visual {
    position: relative;
    z-index: 1;
}

.page-id-9 .nlrc-about-hero__copy {
    display: grid;
    align-content: start;
}

.page-id-9 .nlrc-about-hero__copy .nlrc-about-page__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.page-id-9 .nlrc-about-hero__copy .nlrc-about-page__eyebrow::before {
    background: rgba(204, 166, 82, 0.78);
}

.page-id-9 .nlrc-about-hero__copy h1 {
    max-width: 10.4ch;
    margin: 18px 0 20px;
    color: #ffffff;
    font-size: clamp(46px, 5.4vw, 76px);
    line-height: 0.94;
    overflow-wrap: anywhere;
}

.page-id-9 .nlrc-about-hero__copy > p {
    max-width: 58ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    line-height: 1.9;
}

.page-id-9 .nlrc-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.page-id-9 .nlrc-about-hero__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.page-id-9 .nlrc-about-hero__trust-list li {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-hero__visual {
    display: grid;
    gap: 18px;
    align-content: start;
}

.page-id-9 .nlrc-about-hero__feature,
.page-id-9 .nlrc-about-hero__support {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
}

.page-id-9 .nlrc-about-hero__feature {
    border: 10px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 32px 70px rgba(10, 15, 24, 0.20);
}

.page-id-9 .nlrc-about-hero__feature img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
}

.page-id-9 .nlrc-about-hero__feature figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.88) 0%, rgba(17, 24, 39, 0.68) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.page-id-9 .nlrc-about-hero__aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.88fr);
    gap: 18px;
    align-items: stretch;
}

.page-id-9 .nlrc-about-hero__summary {
    display: grid;
    gap: 16px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.page-id-9 .nlrc-about-hero__summary .nlrc-about-hero__summary-label {
    color: #f3d98d;
}

.page-id-9 .nlrc-about-hero__summary .nlrc-about-hero__summary-label::before {
    background: rgba(243, 217, 141, 0.68);
}

.page-id-9 .nlrc-about-hero__summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.75;
}

.page-id-9 .nlrc-about-hero__stats {
    display: grid;
    gap: 12px;
}

.page-id-9 .nlrc-about-hero__stat {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-id-9 .nlrc-about-hero__stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.page-id-9 .nlrc-about-hero__stat strong {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.page-id-9 .nlrc-about-hero__stat span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-hero__support {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.page-id-9 .nlrc-about-hero__support img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 0.92 / 1;
    object-fit: cover;
}

.page-id-9 .nlrc-about-hero__support figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(16, 27, 39, 0.78);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.page-id-9 .nlrc-about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
}

.page-id-9 .nlrc-about-story__intro,
.page-id-9 .nlrc-about-leadership__copy,
.page-id-9 .nlrc-about-proof__summary,
.page-id-9 .nlrc-about-review-card,
.page-id-9 .nlrc-about-trust-card {
    border: 1px solid var(--about-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 54px rgba(10, 15, 24, 0.08);
}

.page-id-9 .nlrc-about-story__intro {
    display: grid;
    gap: 18px;
    padding: 34px;
}

.page-id-9 .nlrc-about-story__intro h2,
.page-id-9 .nlrc-about-leadership__copy h2,
.page-id-9 .nlrc-about-proof__copy h2,
.page-id-9 .nlrc-about-cta__copy h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(36px, 3.2vw, 48px);
    line-height: 1;
}

.page-id-9 .nlrc-about-story__lead {
    position: relative;
    padding-left: 20px;
    margin: 0;
    color: #1a2431;
    font-size: 20px;
    line-height: 1.85;
}

.page-id-9 .nlrc-about-story__lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 4px;
    height: calc(100% - 0.9em);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--about-accent) 0%, rgba(204, 166, 82, 0.16) 100%);
}

.page-id-9 .nlrc-about-story__intro p:last-child {
    margin: 0;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.88;
}

.page-id-9 .nlrc-about-story__panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.page-id-9 .nlrc-about-story-card {
    display: grid;
    gap: 12px;
    padding: 26px 24px;
    border: 1px solid rgba(17, 24, 39, 0.07);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(10, 15, 24, 0.06);
}

.page-id-9 .nlrc-about-story-card h3,
.page-id-9 .nlrc-about-standard-card h3,
.page-id-9 .nlrc-about-trust-card h3,
.page-id-9 .nlrc-about-process__step h3,
.page-id-9 .nlrc-about-review-card h3 {
    margin: 0;
    color: var(--about-ink);
    font-size: 24px;
    line-height: 1.12;
}

.page-id-9 .nlrc-about-story-card p,
.page-id-9 .nlrc-about-standard-card p,
.page-id-9 .nlrc-about-trust-card p,
.page-id-9 .nlrc-about-process__step p,
.page-id-9 .nlrc-about-review-card p,
.page-id-9 .nlrc-about-leadership__copy p,
.page-id-9 .nlrc-about-proof__copy p,
.page-id-9 .nlrc-about-proof__summary p,
.page-id-9 .nlrc-about-cta__copy p {
    margin: 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.82;
}

.page-id-9 .nlrc-about-standard__shell,
.page-id-9 .nlrc-about-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
    gap: 24px;
    padding: 40px;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(204, 166, 82, 0.16) 0%, rgba(204, 166, 82, 0) 32%),
        linear-gradient(145deg, #121b28 0%, #1a2433 58%, #233042 100%);
    box-shadow: 0 34px 82px rgba(10, 15, 24, 0.18);
}

.page-id-9 .nlrc-about-standard__mission,
.page-id-9 .nlrc-about-standard__commitments,
.page-id-9 .nlrc-about-cta__copy,
.page-id-9 .nlrc-about-cta__actions {
    position: relative;
    z-index: 1;
}

.page-id-9 .nlrc-about-standard__mission {
    display: grid;
    gap: 18px;
    align-content: start;
}

.page-id-9 .nlrc-about-standard__mission .nlrc-about-page__eyebrow,
.page-id-9 .nlrc-about-cta__copy .nlrc-about-page__eyebrow {
    color: rgba(255, 255, 255, 0.74);
}

.page-id-9 .nlrc-about-standard__mission .nlrc-about-page__eyebrow::before,
.page-id-9 .nlrc-about-cta__copy .nlrc-about-page__eyebrow::before {
    background: rgba(204, 166, 82, 0.78);
}

.page-id-9 .nlrc-about-standard__mission h2,
.page-id-9 .nlrc-about-cta__copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 3.4vw, 52px);
    line-height: 0.98;
}

.page-id-9 .nlrc-about-standard__mission p,
.page-id-9 .nlrc-about-cta__copy p {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.9;
}

.page-id-9 .nlrc-about-standard__statement {
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: 'gotham', 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 1.45;
}

.page-id-9 .nlrc-about-standard__commitments {
    display: grid;
    gap: 16px;
}

.page-id-9 .nlrc-about-standard-card {
    display: grid;
    gap: 10px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.page-id-9 .nlrc-about-standard-card__index,
.page-id-9 .nlrc-about-trust-card__index,
.page-id-9 .nlrc-about-process__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(204, 166, 82, 0.18);
    color: var(--about-accent-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
}

.page-id-9 .nlrc-about-standard-card__index {
    background: rgba(255, 255, 255, 0.10);
    color: #f3d98d;
}

.page-id-9 .nlrc-about-standard-card h3 {
    color: #ffffff;
}

.page-id-9 .nlrc-about-standard-card p {
    color: rgba(255, 255, 255, 0.74);
}

.page-id-9 .nlrc-about-trust__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.page-id-9 .nlrc-about-trust-card {
    display: grid;
    gap: 14px;
    padding: 26px 24px;
}

.page-id-9 .nlrc-about-leadership__layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

.page-id-9 .nlrc-about-leadership__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: var(--about-shadow);
}

.page-id-9 .nlrc-about-leadership__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 0.95 / 1;
    object-fit: cover;
}

.page-id-9 .nlrc-about-leadership__media figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 15px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(16, 27, 39, 0.88) 0%, rgba(16, 27, 39, 0.70) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.page-id-9 .nlrc-about-leadership__copy {
    display: grid;
    gap: 18px;
    padding: 36px;
}

.page-id-9 .nlrc-about-leadership__statement {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(204, 166, 82, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.page-id-9 .nlrc-about-leadership__statement strong {
    color: var(--about-ink);
    font-size: 24px;
    line-height: 1.35;
}

.page-id-9 .nlrc-about-leadership__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.page-id-9 .nlrc-about-leadership__list li {
    position: relative;
    min-height: 100%;
    padding: 18px 18px 18px 42px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    background: rgba(246, 243, 236, 0.78);
    color: #283443;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.page-id-9 .nlrc-about-leadership__list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 1.35em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--about-accent) 0%, rgba(204, 166, 82, 0.28) 72%);
}

.page-id-9 .nlrc-about-showcase__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.page-id-9 .nlrc-about-showcase__item {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 56px rgba(10, 15, 24, 0.14);
}

.page-id-9 .nlrc-about-showcase__item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.page-id-9 .nlrc-about-showcase__item:hover img {
    transform: scale(1.03);
}

.page-id-9 .nlrc-about-showcase__item figcaption {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 6px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(10, 15, 24, 0) 0%, rgba(10, 15, 24, 0.82) 100%);
}

.page-id-9 .nlrc-about-showcase__item figcaption span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-showcase__item figcaption strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.18;
}

.page-id-9 .nlrc-about-showcase__item.is-featured {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 100%;
}

.page-id-9 .nlrc-about-showcase__item.is-featured img {
    aspect-ratio: 1 / 1.12;
}

.page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) {
    grid-column: span 5;
}

.page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) img {
    aspect-ratio: 1.1 / 0.92;
}

.page-id-9 .nlrc-about-showcase__item.is-wide {
    grid-column: span 12;
}

.page-id-9 .nlrc-about-showcase__item.is-wide img {
    aspect-ratio: 2.4 / 0.84;
}

.page-id-9 .nlrc-about-process {
    position: relative;
}

.page-id-9 .nlrc-about-process__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.page-id-9 .nlrc-about-process__step {
    display: grid;
    gap: 14px;
    padding: 26px 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(10, 15, 24, 0.06);
}

.page-id-9 .nlrc-about-proof__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: 24px;
    align-items: start;
}

.page-id-9 .nlrc-about-proof__copy {
    display: grid;
    gap: 16px;
}

.page-id-9 .nlrc-about-proof__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.page-id-9 .nlrc-about-proof__chips li {
    padding: 10px 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #2b3948;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-proof__summary {
    display: grid;
    gap: 14px;
    padding: 28px 28px 30px;
}

.page-id-9 .nlrc-about-proof__summary-main {
    display: grid;
    gap: 8px;
}

.page-id-9 .nlrc-about-proof__summary-main strong {
    color: var(--about-ink);
    font-size: clamp(46px, 5vw, 62px);
    line-height: 0.92;
}

.page-id-9 .nlrc-about-proof__summary-main span {
    color: var(--about-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.45;
    text-transform: uppercase;
}

.page-id-9 .nlrc-about-proof__summary-stars,
.page-id-9 .nlrc-about-review-card__stars {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    color: var(--about-accent);
}

.page-id-9 .nlrc-about-proof__summary-stars i,
.page-id-9 .nlrc-about-review-card__stars i {
    font-size: 15px;
}

.page-id-9 .nlrc-about-proof__reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.page-id-9 .nlrc-about-review-card {
    display: grid;
    gap: 16px;
    padding: 28px 26px;
}

.page-id-9 .nlrc-about-review-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.page-id-9 .nlrc-about-review-card h3 {
    font-size: 28px;
}

.page-id-9 .nlrc-about-review-card strong {
    color: var(--about-ink);
    font-size: 17px;
    line-height: 1.4;
}

.page-id-9 .nlrc-about-cta {
    padding-bottom: 96px;
}

.page-id-9 .nlrc-about-cta__panel {
    align-items: center;
}

.page-id-9 .nlrc-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
    align-items: center;
}

.page-id-9 .nlrc-about-cta__actions .nlrc-about-button--ghost {
    border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1199px) {
    .page-id-9 .nlrc-about-hero__shell,
    .page-id-9 .nlrc-about-standard__shell,
    .page-id-9 .nlrc-about-cta__panel,
    .page-id-9 .nlrc-about-proof__header,
    .page-id-9 .nlrc-about-section__intro--split {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-9 .nlrc-about-hero__feature img {
        aspect-ratio: 1.15 / 0.95;
    }

    .page-id-9 .nlrc-about-process__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-id-9 .nlrc-about-proof__reviews {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .page-id-9 .nlrc-about-section {
        padding-top: 72px;
    }

    .page-id-9 .nlrc-about-hero {
        padding-top: 26px;
    }

    .page-id-9 .nlrc-about-hero__shell,
    .page-id-9 .nlrc-about-standard__shell,
    .page-id-9 .nlrc-about-cta__panel {
        padding: 34px 28px;
    }

    .page-id-9 .nlrc-about-story__grid,
    .page-id-9 .nlrc-about-leadership__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-9 .nlrc-about-hero__aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-9 .nlrc-about-story__panels,
    .page-id-9 .nlrc-about-leadership__list,
    .page-id-9 .nlrc-about-proof__reviews,
    .page-id-9 .nlrc-about-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-9 .nlrc-about-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-9 .nlrc-about-showcase__item.is-featured,
    .page-id-9 .nlrc-about-showcase__item.is-wide,
    .page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) {
        grid-column: span 2;
    }

    .page-id-9 .nlrc-about-showcase__item.is-featured img,
    .page-id-9 .nlrc-about-showcase__item.is-wide img,
    .page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) img {
        aspect-ratio: 1.38 / 0.88;
    }

    .page-id-9 .nlrc-about-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .page-id-9 .nlrc-about-hero__shell,
    .page-id-9 .nlrc-about-standard__shell,
    .page-id-9 .nlrc-about-cta__panel {
        padding: 30px 22px;
        border-radius: 30px;
    }

    .page-id-9 .nlrc-about-story__intro,
    .page-id-9 .nlrc-about-leadership__copy,
    .page-id-9 .nlrc-about-proof__summary,
    .page-id-9 .nlrc-about-review-card,
    .page-id-9 .nlrc-about-trust-card {
        border-radius: 24px;
    }

    .page-id-9 .nlrc-about-hero__copy h1 {
        max-width: 11ch;
        font-size: clamp(38px, 11vw, 56px);
    }

    .page-id-9 .nlrc-about-hero__copy > p,
    .page-id-9 .nlrc-about-section__intro p,
    .page-id-9 .nlrc-about-standard__mission p,
    .page-id-9 .nlrc-about-cta__copy p {
        font-size: 16px;
        line-height: 1.78;
    }

    .page-id-9 .nlrc-about-story__lead {
        font-size: 18px;
    }

    .page-id-9 .nlrc-about-hero__aside,
    .page-id-9 .nlrc-about-story__panels,
    .page-id-9 .nlrc-about-leadership__list,
    .page-id-9 .nlrc-about-proof__reviews,
    .page-id-9 .nlrc-about-process__grid,
    .page-id-9 .nlrc-about-showcase__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-9 .nlrc-about-showcase__item.is-featured,
    .page-id-9 .nlrc-about-showcase__item.is-wide,
    .page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) {
        grid-column: span 1;
    }

    .page-id-9 .nlrc-about-showcase__item.is-featured img,
    .page-id-9 .nlrc-about-showcase__item.is-wide img,
    .page-id-9 .nlrc-about-showcase__item:not(.is-featured):not(.is-wide) img {
        aspect-ratio: 1.15 / 0.88;
    }

    .page-id-9 .nlrc-about-button {
        width: 100%;
    }

    .page-id-9 .nlrc-about-proof__chips {
        gap: 8px;
    }

    .page-id-9 .nlrc-about-proof__chips li,
    .page-id-9 .nlrc-about-hero__trust-list li {
        font-size: 11px;
        letter-spacing: 0.08em;
    }
}

@media (max-width: 575px) {
    .page-id-9 .nlrc-about-section {
        padding-top: 60px;
    }

    .page-id-9 .nlrc-about-hero__shell,
    .page-id-9 .nlrc-about-standard__shell,
    .page-id-9 .nlrc-about-cta__panel,
    .page-id-9 .nlrc-about-story__intro,
    .page-id-9 .nlrc-about-leadership__copy,
    .page-id-9 .nlrc-about-proof__summary,
    .page-id-9 .nlrc-about-review-card,
    .page-id-9 .nlrc-about-trust-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .page-id-9 .nlrc-about-hero__shell,
    .page-id-9 .nlrc-about-standard__shell,
    .page-id-9 .nlrc-about-cta__panel {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .page-id-9 .nlrc-about-story__intro,
    .page-id-9 .nlrc-about-leadership__copy,
    .page-id-9 .nlrc-about-proof__summary,
    .page-id-9 .nlrc-about-review-card,
    .page-id-9 .nlrc-about-trust-card {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .page-id-9 .nlrc-about-hero__feature {
        border-width: 8px;
    }

    .page-id-9 .nlrc-about-hero__feature figcaption,
    .page-id-9 .nlrc-about-hero__support figcaption,
    .page-id-9 .nlrc-about-leadership__media figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 12px 13px;
        font-size: 12px;
    }

    .page-id-9 .nlrc-about-story-card,
    .page-id-9 .nlrc-about-process__step,
    .page-id-9 .nlrc-about-standard-card,
    .page-id-9 .nlrc-about-leadership__statement,
    .page-id-9 .nlrc-about-leadership__list li {
        padding: 20px 18px;
    }

    .page-id-9 .nlrc-about-leadership__list li {
        padding-left: 40px;
    }

    .page-id-9 .nlrc-about-standard__statement {
        padding: 18px;
        font-size: 20px;
    }

    .page-id-9 .nlrc-about-showcase__item figcaption strong {
        font-size: 22px;
    }

    .page-id-9 .nlrc-about-review-card h3,
    .page-id-9 .nlrc-about-story-card h3,
    .page-id-9 .nlrc-about-standard-card h3,
    .page-id-9 .nlrc-about-trust-card h3,
    .page-id-9 .nlrc-about-process__step h3 {
        font-size: 22px;
    }

    .page-id-9 .nlrc-about-cta {
        padding-bottom: 76px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-id-9 .nlrc-about-button,
    .page-id-9 .nlrc-about-button:hover,
    .page-id-9 .nlrc-about-showcase__item img,
    .page-id-9 .nlrc-about-showcase__item:hover img {
        transition: none;
        transform: none;
    }
}

/* Homepage review cards */

.home.page-template-PagesHome-php .testimonial-sec--home-reviews {
    padding: 96px 0 108px;
    background: linear-gradient(180deg, #f7f5f1 0%, #efebe4 100%);
    background-image: none;
    background-attachment: scroll;
}

.home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head {
    margin-bottom: 34px;
}

.home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head h2 {
    margin-bottom: 16px;
}

.home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #494640;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider {
    position: relative;
    padding: 0 56px;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-list {
    margin: 0 -18px;
    padding: 34px 0 10px;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-slide {
    height: auto !important;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-slide > div {
    height: 100%;
    padding: 0 18px;
}

.home.page-template-PagesHome-php .nlrc-home-review-slide {
    height: 100%;
}

.home.page-template-PagesHome-php .nlrc-home-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 320px;
    height: 100%;
    padding: 22px 24px 20px;
    border: 1px solid rgba(17, 29, 45, 0.09);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 245, 239, 0.96) 100%);
    box-shadow: 0 26px 52px -34px rgba(17, 29, 45, 0.42);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.home.page-template-PagesHome-php .nlrc-home-review-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    pointer-events: none;
}

.home.page-template-PagesHome-php .nlrc-home-review-card:hover {
    transform: translateY(-8px);
    border-color: rgba(199, 164, 71, 0.26);
    box-shadow: 0 34px 68px -34px rgba(17, 29, 45, 0.48);
}

.home.page-template-PagesHome-php .nlrc-home-review-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__stars {
    display: inline-flex;
    gap: 5px;
    color: #d0a247;
    font-size: 13px;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(17, 29, 45, 0.08);
    border-radius: 999px;
    background: rgba(245, 241, 232, 0.92);
    color: #2c3a4e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__headline {
    margin: 0;
    color: #142133;
    font-size: clamp(20px, 1.75vw, 25px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__chips li {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(20, 33, 51, 0.05);
    color: #2b394c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__footer {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 29, 45, 0.09);
}

.home.page-template-PagesHome-php .nlrc-home-review-card__reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(199, 164, 71, 0.32);
    border-radius: 15px;
    background: linear-gradient(180deg, #18263d 0%, #0f1827 100%);
    color: #f0d39a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta {
    display: grid;
    gap: 2px;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta strong {
    color: #162234;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta span {
    color: #6c7683;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card {
    background: linear-gradient(180deg, #17253b 0%, #101a2a 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px -30px rgba(17, 29, 45, 0.82);
    transform: translateY(-4px);
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card::after {
    border-color: rgba(255, 255, 255, 0.06);
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__stars {
    color: #d0a247;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__label {
    border-color: rgba(208, 162, 71, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #d0a247;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__headline,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__excerpt,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__reviewer-meta strong,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__reviewer-meta span {
    color: #ffffff;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__excerpt,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__reviewer-meta span {
    color: rgba(255, 255, 255, 0.82);
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__chips li {
    background: rgba(255, 255, 255, 0.08);
    color: #f2d8a0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__reviewer-badge {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #f2d8a0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card__footer {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 4;
    border: 0;
    border-radius: 50%;
    background: #ddb13f;
    box-shadow: 0 14px 28px rgba(164, 122, 16, 0.28);
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev {
    left: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next {
    right: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev:before,
.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next:before {
    position: static;
    margin: 0;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    color: #111 !important;
    font-family: inherit !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1;
    opacity: 1;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev:before {
    content: '\2039' !important;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next:before {
    content: '\203A' !important;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0 20px;
    line-height: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 999px;
    background: #111;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots li button:before {
    content: none;
}

.home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots li.slick-active {
    background: #d5a423;
    transform: scale(1.15);
}

@media only screen and (max-width: 1199px) {
    .home.page-template-PagesHome-php .testimonial-sec--home-reviews {
        padding: 84px 0 92px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider {
        padding: 0 42px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-list {
        margin: 0 -14px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-slide > div {
        padding: 0 14px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card {
        min-height: 306px;
        gap: 14px;
        padding: 20px 20px 18px;
        border-radius: 24px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card::after {
        border-radius: 23px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__headline {
        font-size: 22px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__excerpt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .home.page-template-PagesHome-php .testimonial-sec--home-reviews {
        padding: 72px 0 82px;
    }

    .home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head {
        margin-bottom: 26px;
    }

    .home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head p {
        font-size: 15px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider {
        padding: 0 24px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-list {
        margin: 0 -10px;
        padding-top: 28px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-slide > div {
        padding: 0 10px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card {
        min-height: 292px;
        padding: 18px 18px 16px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__headline {
        font-size: 21px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__excerpt {
        -webkit-line-clamp: 3;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-badge {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 15px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev,
    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .home.page-template-PagesHome-php .testimonial-sec--home-reviews {
        padding: 58px 0 68px;
    }

    .home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head p {
        font-size: 14px;
        line-height: 1.7;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider {
        padding: 0;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-list {
        margin: 0;
        padding-top: 24px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-slide > div {
        padding: 0;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card {
        min-height: 0;
        gap: 14px;
        padding: 18px 16px 16px;
        border-radius: 20px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card:hover,
    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-center .nlrc-home-review-card {
        transform: none;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card::after {
        border-radius: 19px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__label {
        min-height: 28px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__headline {
        font-size: 19px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__excerpt {
        font-size: 14px;
        line-height: 1.58;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__footer {
        gap: 10px;
        padding-top: 14px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer {
        gap: 10px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-badge {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 14px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta strong {
        font-size: 14px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta span,
    .home.page-template-PagesHome-php .nlrc-home-review-card__chips li {
        letter-spacing: 0.08em;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-prev,
    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-next {
        display: none !important;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-slider .slick-dots {
        margin-top: 22px;
        gap: 8px;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 575px) {
    .home.page-template-PagesHome-php .testimonial-sec--home-reviews .sec-head h2 {
        margin-bottom: 12px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card {
        padding: 16px 14px 15px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__headline {
        font-size: 18px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__excerpt {
        font-size: 13px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__chips {
        gap: 6px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__chips li {
        padding: 6px 8px;
        font-size: 9px;
    }

    .home.page-template-PagesHome-php .nlrc-home-review-card__reviewer-meta strong {
        font-size: 13px;
    }
}

/* Homepage services artisan refresh */
.home.page-template-PagesHome-php .service-sec {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(62px, 6vw, 86px) 0 clamp(68px, 6vw, 92px);
    background: linear-gradient(135deg, #17120d 0%, #241d13 36%, #5e4824 74%, #9f7a33 100%);
}

.home.page-template-PagesHome-php .service-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 84% 18%, rgba(226, 188, 104, 0.18) 0%, rgba(226, 188, 104, 0) 28%),
        radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 30%);
}

.home.page-template-PagesHome-php .service-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.24) 100%),
        radial-gradient(circle at center, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.18) 100%);
}

.home.page-template-PagesHome-php .service-sec > .container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
}

.home.page-template-PagesHome-php .service-shell {
    position: relative;
    padding: 0;
}

.home.page-template-PagesHome-php .service-sec .sec-head {
    max-width: 920px;
    margin: 0 auto 40px;
}

.home.page-template-PagesHome-php .service-sec .sec-head h6,
.home.page-template-PagesHome-php .service-sec .sec-head .theme-head {
    font-family: 'Montserrat';
    font-size: clamp(14px, 0.88vw, 16px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(239, 217, 168, 0.92);
    margin: 0 0 14px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
}

.home.page-template-PagesHome-php .service-sec .sec-head h2 {
    font-family: 'gotham';
    font-size: clamp(36px, 3.8vw, 54px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff9ee;
    max-width: 17ch;
    margin: 0 auto;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.home.page-template-PagesHome-php .service-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    flex: 0 0 100%;
}

.home.page-template-PagesHome-php .service-slider .slick-list {
    margin: 0 -14px;
    padding: 12px 0 18px;
    overflow: hidden;
}

.home.page-template-PagesHome-php .service-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.home.page-template-PagesHome-php .service-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

.home.page-template-PagesHome-php .service-slider .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 14px;
}

.home.page-template-PagesHome-php .service-sec .service-box {
    width: 100%;
    height: 100%;
    min-height: 548px;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(12, 9, 5, 0.18), 0 8px 16px rgba(12, 9, 5, 0.08);
}

.home.page-template-PagesHome-php .service-sec .service-image {
    position: relative;
    display: block !important;
    order: 0;
    width: 100% !important;
    min-width: 0;
    flex: 0 0 auto !important;
    float: none !important;
    height: clamp(250px, 19vw, 300px);
    background: #d8d8d5;
    overflow: hidden;
}

.home.page-template-PagesHome-php .service-sec .service-image::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(18, 16, 12, 0) 0%, rgba(18, 16, 12, 0.16) 100%);
}

.home.page-template-PagesHome-php .service-sec .service-image a {
    display: block;
    height: 100%;
    width: 100%;
}

.home.page-template-PagesHome-php .service-sec .service-image .serv-1 {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.home.page-template-PagesHome-php .service-sec .service-text {
    order: 1;
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto !important;
    float: none !important;
    padding: 24px 24px 22px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    align-content: start;
}

.home.page-template-PagesHome-php .service-sec .service-text h3 {
    font-family: 'gotham';
    font-size: clamp(21px, 1.52vw, 25px);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #171410;
    width: 100%;
    max-width: none;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 3.42em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.home.page-template-PagesHome-php .service-sec .service-text p {
    font-family: 'Montserrat';
    font-size: clamp(14.5px, 0.95vw, 16px);
    font-weight: 400;
    line-height: 1.65;
    color: #4d4a45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 7.1em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.home.page-template-PagesHome-php .service-sec .service-text a {
    font-family: 'Montserrat';
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.3;
    color: #171410;
    gap: 12px;
    padding-top: 16px;
    margin-top: 18px;
    border-top: 1px solid rgba(23, 20, 16, 0.12);
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.home.page-template-PagesHome-php .service-sec .service-text a:hover {
    color: #7c5b22;
    letter-spacing: 0.02em;
}

.home.page-template-PagesHome-php .service-slider .slick-prev,
.home.page-template-PagesHome-php .service-slider .slick-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(240, 214, 161, 0.3);
    border-radius: 999px;
    background: rgba(23, 19, 14, 0.72);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
    z-index: 4;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.home.page-template-PagesHome-php .service-slider .slick-prev:hover,
.home.page-template-PagesHome-php .service-slider .slick-next:hover {
    background: rgba(34, 28, 20, 0.88);
    border-color: rgba(240, 214, 161, 0.5);
}

.home.page-template-PagesHome-php .service-slider .slick-prev {
    left: 0;
}

.home.page-template-PagesHome-php .service-slider .slick-next {
    right: 0;
}

.home.page-template-PagesHome-php .service-slider .slick-prev:before,
.home.page-template-PagesHome-php .service-slider .slick-next:before {
    position: absolute;
    inset: 0;
    margin: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: 28px;
    line-height: 1;
    color: #fff4d7;
    font-weight: 400;
    opacity: 1;
}

.home.page-template-PagesHome-php .service-slider .slick-prev:before {
    content: '\2039';
}

.home.page-template-PagesHome-php .service-slider .slick-next:before {
    content: '\203A';
}

.home.page-template-PagesHome-php .service-slider .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0 12px;
    line-height: 0;
}

.home.page-template-PagesHome-php .service-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 246, 226, 0.28);
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.home.page-template-PagesHome-php .service-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.home.page-template-PagesHome-php .service-slider .slick-dots li button:before {
    content: none;
}

.home.page-template-PagesHome-php .service-slider .slick-dots li.slick-active {
    background: #d7ad56;
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(215, 173, 86, 0.14);
}

@media only screen and (max-width: 1199px) {
    .home.page-template-PagesHome-php .service-slider .slick-list {
        margin: 0 -12px;
        padding: 10px 0 16px;
    }

    .home.page-template-PagesHome-php .service-slider .slick-slide > div {
        padding: 0 12px;
    }

    .home.page-template-PagesHome-php .service-slider {
        max-width: 1100px;
        padding: 0 44px;
    }

    .home.page-template-PagesHome-php .service-sec .service-box {
        min-height: 520px;
    }

    .home.page-template-PagesHome-php .service-sec .service-image {
        height: clamp(230px, 22vw, 270px);
    }

    .home.page-template-PagesHome-php .service-slider .slick-prev,
    .home.page-template-PagesHome-php .service-slider .slick-next {
        width: 44px;
        height: 44px;
    }

    .home.page-template-PagesHome-php .service-slider .slick-prev {
        left: 0;
    }

    .home.page-template-PagesHome-php .service-slider .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .home.page-template-PagesHome-php .service-sec {
        padding: 46px 0 56px;
    }

    .home.page-template-PagesHome-php .service-sec .sec-head {
        margin-bottom: 28px;
    }

    .home.page-template-PagesHome-php .service-sec .sec-head h2 {
        font-size: clamp(30px, 7vw, 40px);
        max-width: 15ch;
    }

    .home.page-template-PagesHome-php .service-slider {
        max-width: 100%;
        padding: 0;
    }

    .home.page-template-PagesHome-php .service-slider .slick-list {
        margin: 0 -10px;
        padding: 10px 0 16px;
    }

    .home.page-template-PagesHome-php .service-slider .slick-slide > div {
        padding: 0 10px;
    }

    .home.page-template-PagesHome-php .service-sec .service-image {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .home.page-template-PagesHome-php .service-sec .service-text {
        padding: 20px 18px 18px;
        display: flex;
        flex-direction: column;
    }

    .home.page-template-PagesHome-php .service-sec .service-box {
        min-height: 0;
    }

    .home.page-template-PagesHome-php .service-sec .service-text h3 {
        font-size: clamp(20px, 4.8vw, 24px);
        margin-bottom: 12px;
        min-height: 0;
    }

    .home.page-template-PagesHome-php .service-sec .service-text p {
        font-size: 15px;
        line-height: 1.6;
        min-height: 0;
    }

    .home.page-template-PagesHome-php .service-slider .slick-slide {
        display: block !important;
    }

    .home.page-template-PagesHome-php .service-slider .slick-prev,
    .home.page-template-PagesHome-php .service-slider .slick-next {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .home.page-template-PagesHome-php .service-sec {
        padding: 38px 0 46px;
    }

    .home.page-template-PagesHome-php .service-sec .sec-head h6,
    .home.page-template-PagesHome-php .service-sec .sec-head .theme-head {
        font-size: 12.5px;
        letter-spacing: 0.14em;
        margin-bottom: 12px;
    }

    .home.page-template-PagesHome-php .service-sec .sec-head h2 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .home.page-template-PagesHome-php .service-slider .slick-list {
        margin: 0;
        padding: 8px 0 12px;
    }

    .home.page-template-PagesHome-php .service-slider .slick-slide > div {
        padding: 0;
    }

    .home.page-template-PagesHome-php .service-sec .service-box {
        border-radius: 18px;
    }

    .home.page-template-PagesHome-php .service-sec .service-text {
        padding: 18px 16px 16px;
    }

    .home.page-template-PagesHome-php .service-sec .service-text h3 {
        font-size: 19px;
    }

    .home.page-template-PagesHome-php .service-sec .service-text p {
        font-size: 14px;
        line-height: 1.58;
        -webkit-line-clamp: 5;
    }

    .home.page-template-PagesHome-php .service-slider .slick-dots {
        margin-top: 20px;
        gap: 8px;
        padding: 0 8px;
    }
}

/* Homepage Why Choose alignment refinement */
.home.page-template-PagesHome-php .why-choose-sec {
    --nlrc-why-gap: clamp(30px, 4vw, 64px);
    --nlrc-why-copy-max: 620px;
    --nlrc-why-media-max: 430px;
    --nlrc-why-card-radius: 24px;
    --nlrc-why-card-border: 6px;
    --nlrc-why-card-shadow: 0 26px 56px rgba(5, 7, 10, 0.16), 0 14px 30px rgba(5, 7, 10, 0.11);
}

.home.page-template-PagesHome-php .why-choose-sec .row {
    align-items: center;
    row-gap: var(--nlrc-why-gap);
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-copy-col,
.home.page-template-PagesHome-php .why-choose-sec .why-choose-media-col {
    display: flex;
    align-items: center;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-copy-col {
    width: 54%;
    max-width: 54%;
    justify-content: flex-start;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-media-col {
    width: 46%;
    max-width: 46%;
    justify-content: flex-end;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text {
    width: 100%;
    max-width: var(--nlrc-why-copy-max);
    margin: 0;
    padding: 0 clamp(8px, 2.4vw, 34px) 0 0;
    display: grid;
    align-content: center;
    gap: clamp(14px, 1.8vw, 22px);
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :first-child {
    margin-top: 0;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :last-child {
    margin-bottom: 0;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :is(h2, h3) {
    margin: 0;
    max-width: 17ch;
    font-size: clamp(32px, 3.4vw, 44px);
    line-height: 1.08;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: normal;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :is(h2, h3) b,
.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :is(h2, h3) strong {
    font-weight: 800;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > p {
    margin: 0;
    max-width: 58ch;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.82;
    color: #5b6067;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding-top: 16px;
    border-top: 1px solid rgba(5, 5, 5, 0.12);
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 11px;
    border-radius: 50%;
    background: #caac4a;
    box-shadow: 0 0 0 6px rgba(202, 172, 74, 0.12);
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li p {
    margin: 0;
    font-size: clamp(15px, 1.04vw, 16px);
    line-height: 1.8;
    color: #4f545b;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li b,
.home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li strong {
    color: #050505;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-images {
    width: min(100%, var(--nlrc-why-media-max));
    min-height: 0;
    margin: 0 0 0 auto;
    padding: 0;
    display: grid;
    justify-items: stretch;
    align-content: start;
    row-gap: clamp(16px, 1.9vw, 22px);
    position: relative;
    isolation: isolate;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-image-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border: var(--nlrc-why-card-border) solid #ffffff;
    border-radius: var(--nlrc-why-card-radius);
    background: #eef1f4;
    box-shadow: var(--nlrc-why-card-shadow);
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-image-card--top {
    aspect-ratio: 16 / 8.8;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-image-card--bottom {
    aspect-ratio: 16 / 10.6;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home.page-template-PagesHome-php .why-choose-sec .why-choose-badge {
    display: block;
    width: clamp(88px, 18%, 114px);
    height: auto;
    position: absolute;
    right: clamp(10px, 3%, 22px);
    bottom: clamp(10px, 3%, 22px);
    border: 0;
    box-shadow: none;
    filter: drop-shadow(0 14px 28px rgba(5, 7, 10, 0.18));
}

/* ============================================================
   Homepage gallery refresh: premium champagne-to-antique-gold
   palette for the "A Closer Look At Our Craftsmanship" section.
   ============================================================ */

.home.page-template-PagesHome-php .galery-sec {
    --nlrc-gallery-gold-ivory: #fff5d6;
    --nlrc-gallery-gold-champagne: #f2dda0;
    --nlrc-gallery-gold-honey: #ddb252;
    --nlrc-gallery-gold-antique: #aa7620;
    --nlrc-gallery-gold-bronze: #72480f;
    position: relative;
    isolation: isolate;
    background-color: var(--nlrc-gallery-gold-honey);
    background-image:
        radial-gradient(circle at 16% 18%, rgba(255, 245, 214, 0.95) 0%, rgba(255, 245, 214, 0) 30%),
        radial-gradient(circle at 84% 14%, rgba(255, 236, 176, 0.8) 0%, rgba(255, 236, 176, 0) 28%),
        linear-gradient(135deg, #8c5d15 0%, #b78328 17%, #e4ba60 34%, #f8e4ab 52%, #ddb252 69%, #9f6c18 100%);
    background-position: center;
    background-size: cover;
}

.home.page-template-PagesHome-php .galery-sec::before,
.home.page-template-PagesHome-php .galery-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.home.page-template-PagesHome-php .galery-sec::before {
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 35%),
        linear-gradient(180deg, rgba(72, 45, 10, 0.08) 0%, rgba(72, 45, 10, 0.18) 100%);
}

.home.page-template-PagesHome-php .galery-sec::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(124, 82, 17, 0.14) 0%, rgba(124, 82, 17, 0.05) 44%, rgba(124, 82, 17, 0) 72%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, rgba(255, 255, 255, 0) 1px 24px);
    mix-blend-mode: soft-light;
    opacity: 0.9;
}

.home.page-template-PagesHome-php .galery-sec > .container {
    position: relative;
    z-index: 1;
}

.home.page-template-PagesHome-php .galery-sec .sec-head h2 {
    color: #221403;
}

.home.page-template-PagesHome-php .galery-sec .sec-head p {
    color: rgba(63, 40, 9, 0.92);
}

.home.page-template-PagesHome-php .galery-sec .gallery-image a,
.home.page-template-PagesHome-php .galery-sec .gallery-image img {
    border: 1px solid rgba(255, 246, 222, 0.55);
    box-shadow: 0 18px 34px rgba(73, 43, 7, 0.24);
}

.home.page-template-PagesHome-php .galery-sec .column video {
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(73, 43, 7, 0.18);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home.page-template-PagesHome-php .why-choose-sec {
        --nlrc-why-copy-max: 560px;
        --nlrc-why-media-max: 390px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text {
        padding-right: 22px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :is(h2, h3) {
        max-width: 16ch;
        font-size: clamp(30px, 3.1vw, 39px);
    }
}

@media only screen and (max-width: 991px) {
    .home.page-template-PagesHome-php .why-choose-sec .why-choose-copy-col,
    .home.page-template-PagesHome-php .why-choose-sec .why-choose-media-col {
        width: 100%;
        max-width: 100%;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text {
        max-width: none;
        padding-right: 0;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-images {
        width: min(100%, 620px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .home.page-template-PagesHome-php .why-choose-sec {
        --nlrc-why-gap: 28px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text > :is(h2, h3) {
        max-width: 15ch;
        font-size: clamp(28px, 8vw, 36px);
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul {
        gap: 14px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-text > ul li {
        column-gap: 12px;
        padding-top: 14px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-image-card {
        border-radius: 20px;
        border-width: 5px;
    }

    .home.page-template-PagesHome-php .why-choose-sec .why-choose-badge {
        width: clamp(74px, 20vw, 92px);
        right: 10px;
        bottom: 10px;
    }
}

/* Colleyville city page */
.nlrc-city-page {
    --nlrc-city-gold: #c7a548;
    --nlrc-city-gold-dark: #9f7d2a;
    --nlrc-city-green: #28b16d;
    --nlrc-city-ink: #161517;
    --nlrc-city-brown: #4f2d1f;
    --nlrc-city-text: #2e3138;
    --nlrc-city-card: #ffffff;
    --nlrc-city-border: rgba(38, 38, 38, 0.12);
    --nlrc-city-shadow: 0 30px 72px rgba(20, 19, 23, 0.2);
    --nlrc-city-shadow-soft: 0 18px 44px rgba(20, 19, 23, 0.1);
    --nlrc-city-radius: 24px;
    padding: 42px 0 76px;
    background:
        radial-gradient(circle at top left, rgba(199, 165, 72, 0.2), transparent 34%),
        radial-gradient(circle at 90% 0%, rgba(40, 177, 109, 0.11), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #f4f0e7 100%);
    color: var(--nlrc-city-text);
    position: relative;
    isolation: isolate;
}

.nlrc-city-page *,
.nlrc-city-page *::before,
.nlrc-city-page *::after {
    box-sizing: border-box;
}

.nlrc-city-page a {
    color: var(--nlrc-city-green);
    text-decoration: none;
}

.nlrc-city-page a:focus-visible,
.nlrc-city-btn:focus-visible {
    outline: 3px solid rgba(202, 172, 74, 0.5);
    outline-offset: 3px;
}

.nlrc-city-page a:hover,
.nlrc-city-page a:focus {
    color: var(--nlrc-city-ink);
}

.nlrc-city-page h1,
.nlrc-city-page h2,
.nlrc-city-page h3,
.nlrc-city-page p,
.nlrc-city-page li,
.nlrc-city-page a {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.nlrc-city-page h1,
.nlrc-city-page h2,
.nlrc-city-page h3 {
    margin: 0 0 14px;
    color: var(--nlrc-city-ink);
    font-family: 'Cormorant', 'Montserrat', serif;
    line-height: 1.15;
}

.nlrc-city-page p {
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.75;
}

.nlrc-city-page--colleyville p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}

.nlrc-city-page--grapevine p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}

.nlrc-city-page--colleyville h1 {
    margin-bottom: 20px;
}

.nlrc-city-page--grapevine h1 {
    margin-bottom: 20px;
}

.nlrc-city-page--colleyville h2 {
    margin-bottom: 14px;
}

.nlrc-city-page--colleyville h3 {
    margin-bottom: 10px;
}

.nlrc-city-page--colleyville .nlrc-city-section > .nlrc-city-shell > h2 {
    position: relative;
    padding-bottom: 10px;
}

.nlrc-city-page--colleyville .nlrc-city-section > .nlrc-city-shell > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.95), rgba(202, 172, 74, 0.35));
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq h3 {
    font-size: clamp(22px, 2.1vw, 27px);
    line-height: 1.2;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq p {
    font-size: 16px;
    line-height: 1.72;
}

.nlrc-city-page--colleyville #colleyville-next-steps p {
    max-width: 66ch;
}

.nlrc-city-page section[id] {
    scroll-margin-top: 132px;
}

.nlrc-city-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

/* Prevent trailing margins from adding extra gap before section bottom padding */
.nlrc-city-shell > *:last-child {
    margin-bottom: 0;
}

/* Clean up last checklist item margin */
.nlrc-city-checklist li:last-child {
    margin-bottom: 0;
}

/* Gap between consecutive stacked FAQ cards when not in a grid */
.nlrc-city-shell > .nlrc-city-card + .nlrc-city-card {
    margin-top: 16px;
}

.nlrc-city-section {
    padding: 30px 0;
    position: relative;
}

.nlrc-city-section--surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28));
}

.nlrc-city-section--accent {
    background: linear-gradient(135deg, rgba(199, 165, 72, 0.16), rgba(255, 255, 255, 0.24));
}

.nlrc-city-section + .nlrc-city-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.08) 18%, rgba(38, 38, 38, 0.08) 82%, rgba(38, 38, 38, 0));
}

.nlrc-city-hero {
    padding-bottom: 34px;
}

.nlrc-city-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(199, 165, 72, 0.36), transparent 42%),
        linear-gradient(130deg, rgba(68, 42, 32, 0.98), rgba(18, 19, 24, 0.98));
    color: #fff;
    box-shadow: var(--nlrc-city-shadow);
}

.nlrc-city-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 42%, rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.nlrc-city-hero-panel::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(202, 172, 74, 0.16);
    filter: blur(10px);
}

.nlrc-city-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.nlrc-city-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f4e5a9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nlrc-city-hero-copy h1 {
    max-width: 12ch;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.nlrc-city-hero-copy p {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
}

.nlrc-city-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    align-items: center;
}

.nlrc-city-hero-actions--center {
    justify-content: center;
}

.nlrc-city-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.nlrc-city-trust-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nlrc-city-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.25;
    transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.24s ease, background 0.24s ease;
}

.nlrc-city-btn:hover,
.nlrc-city-btn:focus {
    transform: translateY(-2px);
}

.nlrc-city-btn--primary {
    background: linear-gradient(135deg, #d2ae4a, var(--nlrc-city-gold-dark));
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(199, 165, 72, 0.3);
}

.nlrc-city-btn--primary:hover,
.nlrc-city-btn--primary:focus {
    color: #ffffff;
}

.nlrc-city-btn--secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.nlrc-city-btn--secondary:hover,
.nlrc-city-btn--secondary:focus,
.nlrc-city-btn--phone:hover,
.nlrc-city-btn--phone:focus {
    color: #ffffff;
}

.nlrc-city-hero-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 100%;
}

.nlrc-city-hero-card__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #f4e5a9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nlrc-city-hero-card h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(24px, 2.1vw, 30px);
    letter-spacing: -0.03em;
}

.nlrc-city-btn--hero-side {
    width: 100%;
}

.nlrc-city-hero-card .nlrc-city-checklist {
    margin-top: auto;
}

.nlrc-city-hero-card .nlrc-city-checklist li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nlrc-city-hero-card .nlrc-city-checklist li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.nlrc-city-hero-card .nlrc-city-checklist li::before {
    background: #f4e5a9;
    box-shadow: 0 0 0 6px rgba(244, 229, 169, 0.18);
}

.nlrc-city-checklist--hero-links {
    margin-top: 6px;
}

.nlrc-city-hero-card .nlrc-city-checklist a {
    color: #ffffff;
}

.nlrc-city-hero-card .nlrc-city-checklist a:hover,
.nlrc-city-hero-card .nlrc-city-checklist a:focus {
    color: #f4e5a9;
}

.nlrc-city-service-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.nlrc-city-service-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.nlrc-city-service-links a:hover,
.nlrc-city-service-links a:focus {
    background: rgba(202, 172, 74, 0.18);
    border-color: rgba(202, 172, 74, 0.44);
    color: #ffffff;
    transform: translateY(-2px);
}

.nlrc-city-hero-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.nlrc-city-hero-images figure {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--nlrc-city-shadow-soft);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.nlrc-city-hero-images figure:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(20, 19, 23, 0.16);
}

.nlrc-city-hero-images img {
    display: block;
    width: 100%;
    aspect-ratio: 1.15 / 1;
    object-fit: cover;
}

.nlrc-city-hero-images figcaption {
    padding: 14px 16px 16px;
    color: var(--nlrc-city-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    border-top: 1px solid rgba(38, 38, 38, 0.08);
}

.nlrc-city-split-grid,
.nlrc-city-dual-grid,
.nlrc-city-faq-grid,
.nlrc-city-map-grid,
.nlrc-city-proof-grid {
    display: grid;
    gap: 22px;
}

.nlrc-city-split-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.8fr);
}

.nlrc-city-dual-grid,
.nlrc-city-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nlrc-city-map-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    align-items: stretch;
}

.nlrc-city-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nlrc-city-card {
    position: relative;
    overflow: hidden;
    background: var(--nlrc-city-card);
    border: 1px solid var(--nlrc-city-border);
    border-radius: var(--nlrc-city-radius);
    box-shadow: var(--nlrc-city-shadow-soft);
    padding: 28px;
    min-height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nlrc-city-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.94), rgba(167, 134, 40, 0.55));
}

.nlrc-city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(20, 19, 23, 0.14);
}

.nlrc-city-card--intro {
    padding: 30px;
}

.nlrc-city-card--phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    text-align: left;
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.12), rgba(255, 255, 255, 0.95));
}

.nlrc-city-note-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-radius: var(--nlrc-city-radius);
    background: linear-gradient(180deg, rgba(202, 172, 74, 0.12), rgba(202, 172, 74, 0.04));
    border: 1px solid rgba(202, 172, 74, 0.22);
    box-shadow: var(--nlrc-city-shadow-soft);
    min-height: 100%;
}

.nlrc-city-note-card h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.nlrc-city-proof-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 24px 22px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
    border: 1px solid rgba(79, 45, 31, 0.12);
    box-shadow: var(--nlrc-city-shadow-soft);
}

.nlrc-city-proof-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(40, 177, 109, 0.75), rgba(199, 165, 72, 0.85));
}

.nlrc-city-proof-card h3 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 1.14;
}

.nlrc-city-proof-card p {
    margin-bottom: 0;
}

.nlrc-city-section-heading {
    max-width: 760px;
    margin-bottom: 20px;
}

.nlrc-city-section-heading h2 {
    font-size: clamp(28px, 2.8vw, 42px);
    letter-spacing: -0.03em;
    max-width: 18ch;
}

.nlrc-city-card--intro .nlrc-city-section-heading h2,
.nlrc-city-card--faq .nlrc-city-section-heading h2,
.nlrc-city-card--map .nlrc-city-section-heading h2,
.nlrc-city-card--contact .nlrc-city-section-heading h2 {
    max-width: none;
}

.nlrc-city-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(202, 172, 74, 0.14);
    color: var(--nlrc-city-brown);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nlrc-city-faq-label {
    margin-bottom: 8px;
    color: var(--nlrc-city-brown);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nlrc-city-checklist {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.nlrc-city-checklist li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    line-height: 1.65;
}

.nlrc-city-checklist li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nlrc-city-gold);
    box-shadow: 0 0 0 6px rgba(202, 172, 74, 0.16);
}

.nlrc-city-cta-band {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(202, 172, 74, 0.17), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(202, 172, 74, 0.22);
    box-shadow: var(--nlrc-city-shadow-soft);
    text-align: center;
}

.nlrc-city-cta-band p {
    max-width: 58ch;
    margin-right: auto;
    margin-left: auto;
}

.nlrc-city-cta-band .nlrc-city-section-heading {
    max-width: none;
}

.nlrc-city-cta-band .nlrc-city-section-heading h2 {
    max-width: none;
}

.nlrc-city-phone-link {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nlrc-city-phone-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px 18px;
    margin-left: auto;
}

.nlrc-city-phone-actions p {
    margin-bottom: 0;
}

.nlrc-city-phone-actions .nlrc-city-btn {
    min-height: 44px;
    padding: 10px 18px;
}

.nlrc-city-card--map {
    overflow: hidden;
}

.nlrc-city-map-frame {
    overflow: hidden;
    border-radius: 20px;
    min-height: 420px;
}

.nlrc-city-map-frame iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.nlrc-city-card--contact address {
    margin: 0 0 14px;
    font-style: normal;
    line-height: 1.75;
}

.nlrc-city-card--contact {
    display: flex;
    flex-direction: column;
}

.nlrc-city-card--contact .nlrc-city-phone-link {
    align-self: flex-start;
}

.nlrc-city-card--contact .nlrc-city-footer-links {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(38, 38, 38, 0.08);
}

.nlrc-city-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.nlrc-city-footer-links a {
    font-weight: 700;
}

.nlrc-city-faq-grid {
    align-items: stretch;
}

.nlrc-city-card--faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nlrc-city-card--faq h3 {
    font-size: 23px;
    letter-spacing: -0.02em;
}

.nlrc-city-card--faq p {
    margin-bottom: 0;
}

.nlrc-city-faq-grid .nlrc-city-card--faq:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 11px);
    justify-self: center;
}

#colleyville-intro .nlrc-city-card--intro {
    max-width: 980px;
    margin: 0 auto;
}

#colleyville-recent-work .nlrc-city-card--intro,
#colleyville-next-steps .nlrc-city-card--intro {
    max-width: 1040px;
    margin: 0 auto;
}

#colleyville-recent-work .nlrc-city-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}

#colleyville-recent-work .nlrc-city-checklist li {
    margin-bottom: 0;
    min-height: 100%;
    padding: 22px 20px 22px 48px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(202, 172, 74, 0.12), rgba(202, 172, 74, 0.03));
    border: 1px solid rgba(202, 172, 74, 0.18);
    box-shadow: var(--nlrc-city-shadow-soft);
}

#colleyville-recent-work .nlrc-city-checklist li::before {
    top: 24px;
    left: 20px;
}

#grapevine-recent-work .nlrc-city-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}

#grapevine-recent-work .nlrc-city-checklist li {
    margin-bottom: 0;
    min-height: 100%;
    padding: 22px 20px 22px 48px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(202, 172, 74, 0.12), rgba(202, 172, 74, 0.03));
    border: 1px solid rgba(202, 172, 74, 0.18);
    box-shadow: var(--nlrc-city-shadow-soft);
}

#grapevine-recent-work .nlrc-city-checklist li::before {
    top: 24px;
    left: 20px;
}

#colleyville-next-steps .nlrc-city-card--intro {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(202, 172, 74, 0.08));
}

#colleyville-next-steps .nlrc-city-section-heading,
#colleyville-phone .nlrc-city-section-heading {
    margin-bottom: 0;
}

#colleyville-phone .nlrc-city-shell {
    max-width: 920px;
}

#colleyville-phone .nlrc-city-phone-actions {
    gap: 14px 18px;
}

#colleyville-phone .nlrc-city-phone-actions p {
    margin-bottom: 0;
}

#colleyville-phone .nlrc-city-phone-link {
    white-space: nowrap;
}

/* Colleyville premium redesign */
.nlrc-city-page--colleyville {
    --nlrc-colleyville-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(249, 245, 236, 0.92) 100%);
    --nlrc-colleyville-panel-border: rgba(30, 29, 28, 0.08);
    --nlrc-colleyville-panel-shadow: 0 24px 60px rgba(23, 22, 20, 0.11);
    --nlrc-colleyville-panel-shadow-strong: 0 34px 86px rgba(23, 22, 20, 0.16);
    --nlrc-colleyville-copy-width: 68ch;
    --nlrc-colleyville-copy-width-tight: 44ch;
    --nlrc-colleyville-section-gap: clamp(14px, 2.1vw, 24px);
    padding: clamp(40px, 6vw, 86px) 0 clamp(68px, 9vw, 118px);
    background:
        radial-gradient(circle at top left, rgba(199, 165, 72, 0.24), transparent 24%),
        radial-gradient(circle at 90% 12%, rgba(40, 177, 109, 0.09), transparent 22%),
        linear-gradient(180deg, #fcfaf5 0%, #f3eee4 46%, #f7f3ec 100%);
}

.nlrc-city-page--colleyville h1,
.nlrc-city-page--colleyville h2,
.nlrc-city-page--colleyville h3 {
    text-wrap: balance;
}

.nlrc-city-page--colleyville p {
    text-align: left;
    text-align-last: auto;
    text-justify: auto;
}

.nlrc-city-page--colleyville .nlrc-city-section {
    padding: var(--nlrc-colleyville-section-gap) 0;
}

.nlrc-city-page--colleyville .nlrc-city-section + .nlrc-city-section::before {
    display: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 4vw, 48px);
    border-radius: clamp(24px, 3vw, 34px);
    border: 1px solid var(--nlrc-colleyville-panel-border);
    background: var(--nlrc-colleyville-panel-bg);
    box-shadow: var(--nlrc-colleyville-panel-shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.58), transparent 35%, rgba(199, 165, 72, 0.06));
    pointer-events: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell::after {
    content: "";
    position: absolute;
    top: -92px;
    right: -78px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 165, 72, 0.16) 0%, rgba(199, 165, 72, 0) 70%);
    pointer-events: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > * {
    position: relative;
    z-index: 1;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > :last-child,
.nlrc-city-page--colleyville .nlrc-colleyville-section-copy > :last-child {
    margin-bottom: 0;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 72px rgba(23, 22, 20, 0.14);
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > h2 {
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: clamp(31px, 3vw, 43px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    max-width: 16ch;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > h2::after {
    width: 72px;
    height: 4px;
    background: linear-gradient(90deg, rgba(199, 165, 72, 0.98), rgba(199, 165, 72, 0.24));
    box-shadow: 0 10px 24px rgba(199, 165, 72, 0.2);
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > p {
    max-width: var(--nlrc-colleyville-copy-width);
    font-size: clamp(16px, 1.08vw, 18px);
    line-height: 1.78;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell p a,
.nlrc-city-page--colleyville .nlrc-colleyville-shell li a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
    text-decoration-color: rgba(40, 177, 109, 0.35);
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell p a:hover,
.nlrc-city-page--colleyville .nlrc-colleyville-shell p a:focus,
.nlrc-city-page--colleyville .nlrc-colleyville-shell li a:hover,
.nlrc-city-page--colleyville .nlrc-colleyville-shell li a:focus {
    text-decoration-color: rgba(199, 165, 72, 0.52);
}

#colleyville-intro .nlrc-colleyville-shell {
    padding: clamp(38px, 5vw, 60px);
    border-color: rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 100% 0%, rgba(199, 165, 72, 0.3), transparent 38%),
        radial-gradient(circle at 0% 100%, rgba(40, 177, 109, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(18, 19, 24, 0.99), rgba(58, 40, 31, 0.96));
    box-shadow: 0 40px 110px rgba(16, 16, 19, 0.3);
}

#colleyville-intro .nlrc-colleyville-shell::before {
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 42%, rgba(255, 255, 255, 0.04));
}

#colleyville-intro .nlrc-colleyville-shell::after {
    top: auto;
    right: -90px;
    bottom: -165px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.3) 0%, rgba(202, 172, 74, 0) 70%);
}

#colleyville-intro h1 {
    margin-bottom: 18px;
    max-width: 11ch;
    color: #ffffff;
    font-size: clamp(46px, 5.2vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

#colleyville-intro p {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.35vw, 19px);
    line-height: 1.78;
    text-align: left;
    text-align-last: auto;
    text-justify: auto;
}

#colleyville-intro p:last-of-type {
    margin-bottom: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.74);
}

.nlrc-city-page--colleyville .nlrc-colleyville-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: clamp(24px, 3vw, 34px);
    align-items: center;
}

.nlrc-city-page--colleyville .nlrc-colleyville-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 62ch;
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 34px rgba(9, 9, 12, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-badge::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    border: 1px solid rgba(244, 229, 169, 0.08);
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-badge svg {
    width: 28px;
    height: 28px;
    stroke: #f4e5a9;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nlrc-city-page--colleyville .nlrc-colleyville-hero-media {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(170px, 0.78fr);
    gap: 18px;
    align-items: stretch;
}

.nlrc-city-page--colleyville .nlrc-colleyville-hero-stack {
    display: grid;
    gap: 18px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 100%;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 52px rgba(16, 16, 20, 0.2);
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 14, 18, 0) 34%, rgba(12, 14, 18, 0.34) 100%);
    z-index: 1;
    pointer-events: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 2;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card:hover img {
    transform: scale(1.08);
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card--hero-primary {
    aspect-ratio: 0.88;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card--hero-secondary,
.nlrc-city-page--colleyville .nlrc-colleyville-image-card--hero-tertiary {
    aspect-ratio: 1 / 1;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
    gap: clamp(24px, 3vw, 34px);
    align-items: center;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell--split .nlrc-colleyville-image-card {
    border-color: rgba(79, 45, 31, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 48px rgba(21, 20, 18, 0.12);
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell--split .nlrc-colleyville-image-card::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(29, 23, 17, 0.16) 100%);
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card--support {
    aspect-ratio: 1.02;
}

.nlrc-city-page--colleyville .nlrc-colleyville-section-copy > p:last-child {
    margin-bottom: 0;
}

#colleyville-roof-repair .nlrc-colleyville-shell,
#colleyville-storm-hail .nlrc-colleyville-shell,
#colleyville-recent-work .nlrc-colleyville-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 246, 236, 0.92));
}

#colleyville-roof-inspection .nlrc-colleyville-shell,
#colleyville-nearby-areas .nlrc-colleyville-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 245, 0.93));
}

#colleyville-roof-repair .nlrc-colleyville-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 26px;
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li {
    margin-bottom: 0;
    min-height: 100%;
    padding: 18px 18px 18px 54px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 233, 0.88));
    border: 1px solid rgba(202, 172, 74, 0.18);
    box-shadow: 0 16px 36px rgba(21, 20, 18, 0.09);
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li::before {
    top: 21px;
    left: 22px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 8px rgba(202, 172, 74, 0.1);
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
    align-items: start;
}

#colleyville-cost-faq .nlrc-city-card--faq {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 243, 232, 0.94));
    border: 1px solid rgba(79, 45, 31, 0.08);
    box-shadow: 0 20px 44px rgba(21, 20, 18, 0.1);
}

#colleyville-cost-faq .nlrc-city-card--faq::before {
    height: 6px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.98), rgba(40, 177, 109, 0.45));
}

#colleyville-cost-faq .nlrc-city-card--faq.is-open {
    border-color: rgba(202, 172, 74, 0.28);
    box-shadow: 0 26px 54px rgba(21, 20, 18, 0.14);
}

#colleyville-cost-faq .nlrc-colleyville-faq-heading {
    margin: 0;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 108px;
    padding: 28px 24px 16px;
    border: 0;
    background: transparent;
    color: var(--nlrc-city-ink);
    text-align: left;
    cursor: pointer;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle:focus-visible,
#colleyville-next-steps .nlrc-city-btn--primary:focus-visible,
#colleyville-nearby-areas a:focus-visible {
    outline: 2px solid rgba(202, 172, 74, 0.78);
    outline-offset: 3px;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-text {
    display: block;
    max-width: none;
    padding-right: 4px;
    font-family: 'Cormorant', 'Montserrat', serif;
    font-size: clamp(21px, 1.8vw, 27px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(202, 172, 74, 0.22);
    background: rgba(202, 172, 74, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::before,
#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--nlrc-city-brown);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#colleyville-cost-faq .nlrc-city-card--faq.is-open .nlrc-colleyville-faq-toggle-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

#colleyville-cost-faq .nlrc-colleyville-faq-panel {
    overflow: hidden;
    padding: 0 24px 0;
    max-height: none;
    transition: max-height 0.36s ease;
}

#colleyville-cost-faq .nlrc-colleyville-faq-panel p {
    max-width: 42ch;
    margin-bottom: 0;
    padding: 0 0 24px;
    font-size: 16px;
    line-height: 1.74;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-grid .nlrc-city-card--faq:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-grid .nlrc-city-card--faq:last-child:nth-child(odd) p {
    max-width: 48ch;
}

#colleyville-nearby-areas .nlrc-colleyville-shell {
    max-width: 920px;
    margin: 0 auto;
}

#colleyville-nearby-areas p {
    font-size: clamp(17px, 1.35vw, 19px);
}

#colleyville-nearby-areas a {
    display: inline-flex;
    align-items: center;
    margin-inline: 4px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(40, 177, 109, 0.16);
    background: rgba(40, 177, 109, 0.08);
    color: var(--nlrc-city-ink);
    box-shadow: 0 10px 22px rgba(20, 19, 23, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

#colleyville-nearby-areas a:hover,
#colleyville-nearby-areas a:focus {
    transform: translateY(-1px);
    border-color: rgba(202, 172, 74, 0.22);
    background: rgba(202, 172, 74, 0.12);
    color: var(--nlrc-city-ink);
}

#colleyville-recent-work .nlrc-colleyville-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 240, 226, 0.94));
}

#colleyville-recent-work .nlrc-colleyville-recent-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
    align-items: stretch;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 241, 230, 0.92));
    border: 1px solid rgba(202, 172, 74, 0.16);
    box-shadow: 0 22px 44px rgba(21, 20, 18, 0.11);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    min-height: 100%;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card:hover {
    transform: translateY(-4px);
    border-color: rgba(202, 172, 74, 0.28);
    box-shadow: 0 30px 62px rgba(21, 20, 18, 0.16);
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card::before {
    content: none;
}

#colleyville-recent-work .nlrc-colleyville-work-card__media {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 1.22;
}

#colleyville-recent-work .nlrc-colleyville-work-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 14, 18, 0.04) 0%, rgba(14, 14, 18, 0.32) 100%);
    pointer-events: none;
}

#colleyville-recent-work .nlrc-colleyville-work-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

#colleyville-recent-work .nlrc-colleyville-work-card:hover .nlrc-colleyville-work-card__media img {
    transform: scale(1.08);
}

#colleyville-recent-work .nlrc-colleyville-work-card__body {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 118px;
    padding: 26px 24px 28px;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.98), rgba(40, 177, 109, 0.4));
    transform: translateY(-2px);
}

#colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    margin: 0;
    max-width: 13ch;
    color: var(--nlrc-city-ink);
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

#colleyville-next-steps .nlrc-colleyville-shell {
    padding: clamp(16px, 1.8vw, 20px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 245, 236, 0.94));
}

.nlrc-city-page--colleyville .nlrc-colleyville-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy,
#colleyville-next-steps .nlrc-colleyville-map-wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 28px;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(32px, 4.2vw, 46px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(140deg, rgba(20, 21, 26, 0.98), rgba(62, 42, 31, 0.94));
    box-shadow: 0 30px 72px rgba(18, 18, 22, 0.24);
}

#colleyville-next-steps .nlrc-colleyville-cta-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 40%, rgba(199, 165, 72, 0.1));
    pointer-events: none;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy > * {
    position: relative;
    z-index: 1;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy h2 {
    max-width: none;
    margin-bottom: 14px;
    color: #ffffff;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy h2::after {
    background: linear-gradient(90deg, rgba(244, 229, 169, 0.98), rgba(244, 229, 169, 0.18));
    box-shadow: 0 10px 26px rgba(199, 165, 72, 0.28);
}

#colleyville-next-steps .nlrc-colleyville-cta-copy p {
    max-width: var(--nlrc-colleyville-copy-width-tight);
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.76;
    text-align: left;
    text-align-last: auto;
    text-justify: auto;
}

#colleyville-next-steps .nlrc-city-hero-actions {
    margin-top: 24px;
}

#colleyville-next-steps .nlrc-city-btn--primary {
    position: relative;
    overflow: hidden;
    min-height: 58px;
    padding: 16px 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #e0bc5b, #b98a28);
    box-shadow: 0 18px 42px rgba(199, 165, 72, 0.28);
    font-size: 15px;
    letter-spacing: 0.01em;
}

#colleyville-next-steps .nlrc-city-btn--primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.38), transparent 34%, transparent 64%, rgba(255, 255, 255, 0.18));
    opacity: 0;
    transform: translateX(-18%);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

#colleyville-next-steps .nlrc-city-btn--primary:hover::after,
#colleyville-next-steps .nlrc-city-btn--primary:focus::after {
    opacity: 1;
    transform: translateX(0);
}

#colleyville-next-steps .nlrc-colleyville-phone-row {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

#colleyville-next-steps .nlrc-colleyville-phone-row a {
    text-decoration: none;
}

#colleyville-next-steps .nlrc-city-phone-link {
    color: #ffffff;
    font-size: clamp(30px, 2.8vw, 40px);
    letter-spacing: -0.03em;
    text-shadow: 0 10px 24px rgba(9, 9, 12, 0.22);
}

#colleyville-next-steps .nlrc-city-phone-link:hover,
#colleyville-next-steps .nlrc-city-phone-link:focus {
    color: #f4e5a9;
}

#colleyville-next-steps .nlrc-colleyville-map-wrap {
    padding: 14px;
    border: 1px solid rgba(38, 38, 38, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 238, 0.88));
    box-shadow: 0 26px 60px rgba(21, 20, 18, 0.12);
}

#colleyville-next-steps .nlrc-colleyville-map-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    pointer-events: none;
}

#colleyville-next-steps .nlrc-colleyville-map-wrap > * {
    position: relative;
    z-index: 1;
}

#colleyville-next-steps .nlrc-city-map-frame {
    min-height: 100%;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

#colleyville-next-steps .nlrc-city-map-frame iframe {
    height: 100%;
    min-height: 460px;
}

/* Colleyville dark architectural UI refinement (visual only) */
.nlrc-city-page--colleyville {
    --nlrc-col-dark-bg: #020617;
    --nlrc-col-panel-bg: #0a192f;
    --nlrc-col-text: #f8fafc;
    --nlrc-col-text-muted: #94a3b8;
    --nlrc-col-gold: #c5a059;
    --nlrc-col-gold-strong: #d4af37;
    --nlrc-col-divider: rgba(255, 255, 255, 0.05);
    --nlrc-col-radius: 12px;
    --nlrc-col-shadow: 0 16px 34px rgba(2, 6, 23, 0.34);
    padding: clamp(36px, 5vw, 76px) 0 clamp(56px, 7vw, 96px);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.05), transparent 34%),
        radial-gradient(circle at 92% 8%, rgba(197, 160, 89, 0.12), transparent 28%),
        linear-gradient(180deg, #020617 0%, #071326 48%, #020617 100%);
    color: var(--nlrc-col-text);
}

.nlrc-city-page--colleyville h1,
.nlrc-city-page--colleyville h2,
.nlrc-city-page--colleyville h3 {
    color: var(--nlrc-col-text);
    letter-spacing: -0.024em;
    line-height: 1.08;
}

.nlrc-city-page--colleyville h1 {
    font-size: clamp(42px, 5.1vw, 74px);
    letter-spacing: -0.038em;
}

.nlrc-city-page--colleyville h2 {
    font-size: clamp(30px, 3vw, 44px);
}

.nlrc-city-page--colleyville h3 {
    font-size: clamp(21px, 2vw, 30px);
}

.nlrc-city-page--colleyville p,
.nlrc-city-page--colleyville li,
.nlrc-city-page--colleyville a {
    color: var(--nlrc-col-text-muted);
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: 0.004em;
}

.nlrc-city-page--colleyville a {
    color: var(--nlrc-col-gold);
}

.nlrc-city-page--colleyville a:hover,
.nlrc-city-page--colleyville a:focus {
    color: var(--nlrc-col-gold-strong);
}

.nlrc-city-page--colleyville .nlrc-city-section {
    padding: clamp(10px, 1.5vw, 18px) 0;
}

.nlrc-city-page--colleyville .nlrc-city-section + .nlrc-city-section::before {
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, rgba(255, 255, 255, 0));
}

.nlrc-city-page--colleyville .nlrc-city-shell {
    width: min(1420px, calc(100% - 10%));
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell {
    padding: clamp(22px, 2.8vw, 34px) 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
    transition: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell::before {
    content: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell::after {
    content: none;
}

#colleyville-intro .nlrc-colleyville-shell {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

#colleyville-intro p,
#colleyville-intro p:last-of-type,
.nlrc-city-page--colleyville .nlrc-colleyville-shell > p {
    color: var(--nlrc-col-text-muted);
}

.nlrc-city-page--colleyville .nlrc-colleyville-hero-grid {
    gap: clamp(18px, 2.2vw, 30px);
    align-items: start;
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-strip {
    gap: 10px;
    margin-top: 24px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-badge {
    width: 54px;
    height: 54px;
    border-radius: 0;
    border: 1px solid rgba(197, 160, 89, 0.34);
    background: rgba(2, 6, 23, 0.48);
    box-shadow: none;
}

.nlrc-city-page--colleyville .nlrc-colleyville-trust-badge svg {
    stroke: var(--nlrc-col-gold);
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card,
#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card,
#colleyville-cost-faq .nlrc-city-card--faq,
#colleyville-roof-repair .nlrc-colleyville-feature-list li {
    border-radius: 0;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card {
    border-color: var(--nlrc-col-divider);
    background: rgba(2, 6, 23, 0.3);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.34);
    border-radius: 0;
}

.nlrc-city-page--colleyville .nlrc-city-checklist li::before,
#colleyville-roof-repair .nlrc-colleyville-feature-list li::before {
    background: var(--nlrc-col-gold);
    box-shadow: 0 0 0 7px rgba(197, 160, 89, 0.16);
}

#colleyville-roof-repair .nlrc-colleyville-feature-list {
    gap: 12px;
    margin: 18px 0 20px;
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li {
    padding: 16px 16px 16px 46px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.9), rgba(7, 19, 38, 0.96));
    box-shadow: none;
    color: var(--nlrc-col-text-muted);
}

#colleyville-cost-faq .nlrc-city-card--faq {
    border: 1px solid var(--nlrc-col-divider);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.95), rgba(7, 19, 38, 0.98));
    box-shadow: none;
    border-radius: 0;
}

#colleyville-cost-faq .nlrc-city-card--faq::before {
    height: 3px;
    background: linear-gradient(90deg, #c5a059, #d4af37);
}

#colleyville-cost-faq .nlrc-city-card--faq.is-open {
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.42);
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle {
    min-height: 94px;
    padding: 22px 20px 14px;
    color: var(--nlrc-col-text);
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-text {
    color: var(--nlrc-col-text);
    font-size: clamp(20px, 1.6vw, 26px);
    line-height: 1.18;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon {
    border: 1px solid rgba(197, 160, 89, 0.38);
    background: rgba(197, 160, 89, 0.08);
    box-shadow: none;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::before,
#colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::after {
    background: #d4af37;
}

#colleyville-cost-faq .nlrc-colleyville-faq-panel p {
    color: var(--nlrc-col-text-muted);
    padding: 0 0 20px;
}

#colleyville-nearby-areas a {
    border-radius: 0;
    border-color: rgba(197, 160, 89, 0.3);
    background: rgba(197, 160, 89, 0.08);
    color: var(--nlrc-col-gold);
    box-shadow: none;
}

#colleyville-nearby-areas a:hover,
#colleyville-nearby-areas a:focus {
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(212, 175, 55, 0.12);
    color: var(--nlrc-col-gold-strong);
}

#colleyville-recent-work .nlrc-colleyville-recent-list {
    gap: 14px;
    margin-top: 20px;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    border: 1px solid var(--nlrc-col-divider);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.93), rgba(7, 19, 38, 0.98));
    box-shadow: none;
    border-radius: 0;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card:hover {
    transform: translateY(-2px);
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 12px 24px rgba(2, 6, 23, 0.4);
}

#colleyville-recent-work .nlrc-colleyville-work-card__body {
    min-height: 96px;
    padding: 18px 18px 20px;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body::before {
    left: 18px;
    width: 44px;
    height: 2px;
    background: linear-gradient(90deg, #c5a059, rgba(212, 175, 55, 0.38));
}

#colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    color: var(--nlrc-col-text);
    font-size: clamp(21px, 1.8vw, 27px);
    line-height: 1.2;
}

#colleyville-next-steps .nlrc-colleyville-shell {
    padding: clamp(12px, 1.3vw, 16px);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.9), rgba(7, 19, 38, 0.95));
}

#colleyville-next-steps .nlrc-colleyville-cta-grid {
    gap: 16px;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy,
#colleyville-next-steps .nlrc-colleyville-map-wrap {
    border-radius: 0;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, #c5a059, #d4af37);
    box-shadow: 0 16px 30px rgba(2, 6, 23, 0.36);
}

#colleyville-next-steps .nlrc-colleyville-cta-copy h2,
#colleyville-next-steps .nlrc-colleyville-cta-copy p,
#colleyville-next-steps .nlrc-colleyville-phone-row,
#colleyville-next-steps .nlrc-city-phone-link {
    color: #020617;
}

#colleyville-next-steps .nlrc-colleyville-phone-row {
    margin-top: 16px;
}

#colleyville-next-steps .nlrc-city-btn--primary {
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 0;
    border: 1px solid rgba(2, 6, 23, 0.45);
    background: #020617;
    box-shadow: none;
    color: #f8fafc;
    letter-spacing: 0.02em;
}

#colleyville-next-steps .nlrc-city-btn--primary:hover,
#colleyville-next-steps .nlrc-city-btn--primary:focus {
    background: #0a192f;
    color: #d4af37;
}

#colleyville-next-steps .nlrc-city-phone-link {
    font-size: clamp(28px, 2.5vw, 38px);
    text-shadow: none;
}

#colleyville-next-steps .nlrc-colleyville-map-wrap {
    padding: 10px;
    border: 1px solid var(--nlrc-col-divider);
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.84), rgba(10, 25, 47, 0.9));
    box-shadow: none;
}

#colleyville-next-steps .nlrc-city-map-frame {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (prefers-reduced-motion: reduce) {
    .nlrc-city-page *,
    .nlrc-city-page *::before,
    .nlrc-city-page *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }
}

/* Colleyville "Pro-Max" UI Refinement via Style 71 (Modern Dark Cinema) */
.nlrc-city-page--colleyville {
    --nlrc-col-bg: #020617;
    --nlrc-col-surface: #0a192f;
    --nlrc-col-text-main: #f8fafc;
    --nlrc-col-text-sub: #94a3b8;
    --nlrc-col-accent: #c5a059;
    --nlrc-col-accent-hover: #d4af37;
    --nlrc-col-border: rgba(255, 255, 255, 0.05); /* Architectural hairline */
    --nlrc-col-glass-white: rgba(255, 255, 255, 0.02);
    
    /* Rhythm & Geometry (8pt grid) */
    --nlrc-col-space-1: 16px;
    --nlrc-col-space-2: 32px;
    --nlrc-col-space-3: 64px;
    --nlrc-col-space-4: 128px;
    --nlrc-col-radius-sm: 2px; /* Precision sharpen */
    --nlrc-col-radius-md: 4px;
    
    /* Gutter alignment to site header */
    --nlrc-col-gutter: 10%;
    
    background-color: var(--nlrc-col-bg);
    color: var(--nlrc-col-text-sub);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell {
    padding: 0;
    max-width: 1420px;
    margin: 0 auto;
    width: calc(100% - 2 * var(--nlrc-col-gutter));
}

@media (max-width: 1420px) {
    .nlrc-city-page--colleyville .nlrc-colleyville-shell {
        width: calc(100% - 64px);
    }
}

@media (max-width: 768px) {
    .nlrc-city-page--colleyville .nlrc-colleyville-shell {
        width: calc(100% - 32px);
    }
}

/* 1. Header & Typography Refinement (Cinematic Hierarchy) */
.nlrc-city-page--colleyville h1,
.nlrc-city-page--colleyville h2,
.nlrc-city-page--colleyville h3 {
    color: var(--nlrc-col-text-main);
    font-family: 'Cormorant', 'Montserrat', serif;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.05;
}

.nlrc-city-page--colleyville h1 {
    font-size: clamp(48px, 6vw, 82px);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: var(--nlrc-col-space-2);
}

.nlrc-city-page--colleyville h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: var(--nlrc-col-space-1);
    position: relative;
    padding-bottom: 24px;
}

.nlrc-city-page--colleyville h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: var(--nlrc-col-accent);
}

.nlrc-city-page--colleyville h3 {
    font-size: clamp(24px, 2.5vw, 32px);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.nlrc-city-page--colleyville p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: var(--nlrc-col-space-2);
    color: var(--nlrc-col-text-sub);
}

/* 2. Glassmorphic Surface Cards (Pro-Max Depth) */
.nlrc-city-page--colleyville .nlrc-city-card,
.nlrc-city-page--colleyville .nlrc-colleyville-work-card,
.nlrc-city-page--colleyville .nlrc-city-card--faq {
    background: var(--nlrc-col-glass-white);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--nlrc-col-border);
    border-radius: var(--nlrc-col-radius-sm);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nlrc-city-page--colleyville .nlrc-city-card:hover,
.nlrc-city-page--colleyville .nlrc-colleyville-work-card:hover,
.nlrc-city-page--colleyville .nlrc-city-card--faq:hover {
    border-color: rgba(197, 160, 89, 0.3);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* 3. Section Spacing & Architectural Branding */
.nlrc-city-page--colleyville section,
.nlrc-city-page--colleyville .nlrc-city-section {
    padding: var(--nlrc-col-space-4) 0;
    border-bottom: 1px solid var(--nlrc-col-border);
    background: var(--nlrc-col-bg) !important;
}

.nlrc-city-page--colleyville section:last-of-type {
    border-bottom: none;
}

/* 4. CTA & Button Elevation (Cinema Action) */
.nlrc-city-page--colleyville a.nlrc-colleyville-cta-link {
    display: inline-flex;
    align-items: center;
    padding: 20px 48px;
    background: var(--nlrc-col-accent);
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 13px;
    border-radius: var(--nlrc-col-radius-sm);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.1);
}

.nlrc-city-page--colleyville a.nlrc-colleyville-cta-link:hover {
    background: var(--nlrc-col-accent-hover);
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(197, 160, 89, 0.2);
}

/* 5. FAQ Accordion Premium Polish */
.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle {
    padding: var(--nlrc-col-space-2);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-text {
    font-weight: 600;
    color: var(--nlrc-col-text-main);
    font-size: 22px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.4s ease;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-icon::before,
.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-icon::after {
    content: '';
    position: absolute;
    background: var(--nlrc-col-accent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-icon::before {
    width: 14px;
    height: 2px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-toggle-icon::after {
    width: 2px;
    height: 14px;
    transition: opacity 0.3s ease;
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-panel[open] .nlrc-colleyville-faq-toggle-icon {
    transform: rotate(90deg);
}

.nlrc-city-page--colleyville .nlrc-colleyville-faq-panel[open] .nlrc-colleyville-faq-toggle-icon::after {
    opacity: 0;
}

/* 6. Recent Work Grid Refinement */
.nlrc-city-page--colleyville .nlrc-colleyville-recent-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--nlrc-col-space-2);
}

@media (max-width: 991px) {
    .nlrc-city-page--colleyville .nlrc-colleyville-recent-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .nlrc-city-page--colleyville .nlrc-colleyville-recent-list {
        grid-template-columns: 1fr;
    }
}

.nlrc-city-page--colleyville .nlrc-colleyville-work-card__media {
    border-bottom: 2px solid var(--nlrc-col-accent);
    overflow: hidden;
    position: relative;
}

.nlrc-city-page--colleyville .nlrc-colleyville-work-card__media img {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    filter: brightness(0.85);
}

.nlrc-city-page--colleyville .nlrc-colleyville-work-card:hover img {
    transform: scale(1.1);
    filter: brightness(1);
}

/* 7. Suppression of Legacy Overlays */
.nlrc-city-page--colleyville section::before,
.nlrc-city-page--colleyville .row::before,
.nlrc-city-page--colleyville .nlrc-colleyville-shell::before,
.nlrc-city-page--colleyville .nlrc-city-section + .nlrc-city-section::before {
    content: none !important;
}

.nlrc-city-page--colleyville .white-box,
.nlrc-city-page--colleyville .gray-box {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* 8. Nearby Areas Shell Elevation */
#colleyville-nearby-areas .nlrc-colleyville-shell {
    padding: var(--nlrc-col-space-3);
    background: var(--nlrc-col-glass-white);
    border: 1px solid var(--nlrc-col-border);
    backdrop-filter: blur(12px);
    margin-top: var(--nlrc-col-space-3);
}

#colleyville-nearby-areas a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--nlrc-col-border);
    color: var(--nlrc-col-text-main) !important;
    transition: border-color 0.3s ease;
}

#colleyville-nearby-areas a:hover {
    border-color: var(--nlrc-col-accent);
}

/* 9. Hero Refinement */
#colleyville-intro .nlrc-colleyville-hero-grid {
    grid-template-columns: 1fr;
    max-width: 960px;
}

#colleyville-intro .nlrc-colleyville-trust-badge {
    background: var(--nlrc-col-glass-white);
    border: 1px solid var(--nlrc-col-border);
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li {
    background: var(--nlrc-col-glass-white);
    border: 1px solid var(--nlrc-col-border);
}


#colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    margin-top: 8px;
}

#colleyville-next-steps .nlrc-colleyville-shell {
    padding-top: var(--nlrc-col-space-2);
}

#colleyville-next-steps .nlrc-colleyville-cta-grid {
    gap: 12px;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy {
    padding: var(--nlrc-col-space-4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #c5a059, #d4af37);
}

#colleyville-next-steps .nlrc-colleyville-cta-copy p {
    color: #1e293b;
    max-width: 54ch;
}

#colleyville-next-steps .nlrc-city-hero-actions {
    margin-top: var(--nlrc-col-space-2);
}

#colleyville-next-steps .nlrc-colleyville-phone-row {
    margin-top: 12px;
}

#colleyville-next-steps .nlrc-colleyville-map-wrap {
    padding: 8px;
    border: 1px solid var(--nlrc-col-border);
    background: #0a192f;
}

/* Colleyville targeted issue fixes: 1,2,4,5,8,9,10 */
.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-trust-strip {
    display: none;
}

.nlrc-city-page--colleyville #colleyville-intro {
    background: #020617;
}

.nlrc-city-page--colleyville #colleyville-intro h1 {
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: 1.03;
    max-width: 9.5ch;
    margin-bottom: 18px;
}

.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-copy {
    max-width: 72ch;
}

.nlrc-city-page--colleyville .nlrc-city-section {
    padding: 28px 0;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > h2 {
    margin-bottom: 12px;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > p {
    margin-bottom: 14px;
}

.nlrc-city-page--colleyville #colleyville-cost-faq {
    background: #071326;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-grid {
    align-items: stretch;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq {
    min-height: 100%;
}

.nlrc-city-page--colleyville #colleyville-recent-work {
    background: #020617;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-recent-list {
    align-items: stretch;
    gap: 16px;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__media {
    aspect-ratio: 1.28;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0;
    min-height: 110px;
}

.nlrc-city-page--colleyville #colleyville-next-steps {
    background: #071326;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-grid {
    gap: 14px;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy {
    padding: 30px;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-map-wrap {
    padding: 10px;
}

/* Colleyville UI hotfix: remove light overlays and enforce clean dark system */
.nlrc-city-page--colleyville {
    background: #020617 !important;
    color: #f8fafc !important;
}

/* Grapevine layout upgrade aligned to the new city-page system */
.nlrc-city-page--grapevine {
    --nlrc-grapevine-bg: #020617;
    --nlrc-grapevine-surface: #0a192f;
    --nlrc-grapevine-surface-soft: #0f203a;
    --nlrc-grapevine-text: #f8fafc;
    --nlrc-grapevine-text-muted: #94a3b8;
    --nlrc-grapevine-accent: #c5a059;
    --nlrc-grapevine-accent-strong: #d4af37;
    --nlrc-grapevine-border: rgba(255, 255, 255, 0.08);
    padding: clamp(36px, 5vw, 76px) 0 clamp(56px, 7vw, 96px);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.05), transparent 34%),
        radial-gradient(circle at 92% 10%, rgba(197, 160, 89, 0.14), transparent 30%),
        linear-gradient(180deg, #020617 0%, #071326 48%, #020617 100%);
}

.nlrc-city-page--grapevine .nlrc-city-section {
    padding: clamp(14px, 2vw, 28px) 0;
}

.nlrc-city-page--grapevine .nlrc-city-section + .nlrc-city-section::before {
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, rgba(255, 255, 255, 0));
}

.nlrc-city-page--grapevine h1,
.nlrc-city-page--grapevine h2,
.nlrc-city-page--grapevine h3 {
    color: var(--nlrc-grapevine-text);
    line-height: 1.08;
    letter-spacing: -0.024em;
}

.nlrc-city-page--grapevine h1 {
    font-size: clamp(42px, 5.1vw, 74px);
    letter-spacing: -0.038em;
}

.nlrc-city-page--grapevine h2 {
    font-size: clamp(30px, 3vw, 44px);
}

.nlrc-city-page--grapevine h3 {
    font-size: clamp(21px, 2vw, 30px);
}

.nlrc-city-page--grapevine p,
.nlrc-city-page--grapevine li,
.nlrc-city-page--grapevine a {
    color: var(--nlrc-grapevine-text-muted);
    font-size: 16px;
    line-height: 1.72;
}

.nlrc-city-page--grapevine a {
    color: var(--nlrc-grapevine-accent);
}

.nlrc-city-page--grapevine a:hover,
.nlrc-city-page--grapevine a:focus {
    color: var(--nlrc-grapevine-accent-strong);
}

.nlrc-city-page--grapevine .nlrc-city-shell {
    width: min(1420px, calc(100% - 10%));
}

.nlrc-city-page--grapevine .nlrc-grapevine-shell {
    padding: clamp(24px, 2.8vw, 36px);
    border: 1px solid var(--nlrc-grapevine-border);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.95), rgba(7, 19, 38, 0.98));
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.34);
}

.nlrc-city-page--grapevine #grapevine-intro .nlrc-grapevine-shell {
    background: linear-gradient(135deg, rgba(18, 19, 24, 0.99), rgba(58, 40, 31, 0.96));
}

.nlrc-city-page--grapevine .nlrc-grapevine-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-hero-copy {
    max-width: 72ch;
}

.nlrc-city-page--grapevine .nlrc-grapevine-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-trust-badge {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 160, 89, 0.34);
    background: rgba(2, 6, 23, 0.48);
}

.nlrc-city-page--grapevine .nlrc-grapevine-trust-badge svg {
    width: 28px;
    height: 28px;
    stroke: var(--nlrc-grapevine-accent);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nlrc-city-page--grapevine .nlrc-grapevine-shell > h2 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}

.nlrc-city-page--grapevine .nlrc-grapevine-shell > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #c5a059, rgba(212, 175, 55, 0.38));
}

.nlrc-city-page--grapevine .nlrc-grapevine-shell--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
    gap: clamp(24px, 3vw, 34px);
    align-items: center;
}

.nlrc-city-page--grapevine .nlrc-grapevine-section-copy > p:last-child {
    margin-bottom: 0;
}

.nlrc-city-page--grapevine .nlrc-grapevine-image-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--nlrc-grapevine-border);
    background: rgba(2, 6, 23, 0.3);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.34);
}

.nlrc-city-page--grapevine .nlrc-grapevine-image-card--support {
    aspect-ratio: 1.22;
}

.nlrc-city-page--grapevine .nlrc-grapevine-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.nlrc-city-page--grapevine .nlrc-grapevine-image-card:hover img {
    transform: scale(1.08);
}

.nlrc-city-page--grapevine .nlrc-grapevine-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 20px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-feature-list li {
    margin-bottom: 0;
    padding: 16px 16px 16px 46px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(13, 31, 56, 0.92), rgba(8, 22, 42, 0.96));
}

.nlrc-city-page--grapevine .nlrc-grapevine-feature-list li::before {
    top: 19px;
    left: 18px;
    background: var(--nlrc-grapevine-accent);
    box-shadow: 0 0 0 7px rgba(197, 160, 89, 0.16);
}

.nlrc-city-page--grapevine .nlrc-grapevine-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.nlrc-city-page--grapevine #grapevine-cost-faq .nlrc-city-card--faq {
    margin-bottom: 0;
    padding: 22px 20px 18px;
    border: 1px solid var(--nlrc-grapevine-border);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.95), rgba(7, 19, 38, 0.98));
}

.nlrc-city-page--grapevine #grapevine-cost-faq .nlrc-city-card--faq::before {
    height: 3px;
    background: linear-gradient(90deg, #c5a059, #d4af37);
}

.nlrc-city-page--grapevine .nlrc-grapevine-faq-question {
    margin: 0 0 10px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-faq-answer {
    margin: 0;
    max-width: 44ch;
}

.nlrc-city-page--grapevine #grapevine-nearby-areas a {
    display: inline-flex;
    align-items: center;
    margin-inline: 4px;
    padding: 6px 14px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    background: rgba(197, 160, 89, 0.08);
}

.nlrc-city-page--grapevine .nlrc-grapevine-recent-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--nlrc-grapevine-border);
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.93), rgba(7, 19, 38, 0.98));
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card::before {
    content: none;
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 14, 18, 0.04) 0%, rgba(14, 14, 18, 0.32) 100%);
    pointer-events: none;
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card:hover .nlrc-grapevine-work-card__media img {
    transform: scale(1.08);
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card__body {
    min-height: 96px;
    padding: 18px;
    border-top: 2px solid rgba(197, 160, 89, 0.55);
}

.nlrc-city-page--grapevine .nlrc-grapevine-work-card__body h3 {
    margin: 0;
}

.nlrc-city-page--grapevine #grapevine-next-steps .nlrc-grapevine-shell {
    padding: 12px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.nlrc-city-page--grapevine .nlrc-grapevine-cta-copy {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, #c5a059, #d4af37);
}

.nlrc-city-page--grapevine .nlrc-grapevine-cta-copy h2,
.nlrc-city-page--grapevine .nlrc-grapevine-cta-copy p,
.nlrc-city-page--grapevine .nlrc-grapevine-phone-row,
.nlrc-city-page--grapevine .nlrc-grapevine-phone-row .nlrc-city-phone-link {
    color: #020617;
}

.nlrc-city-page--grapevine .nlrc-grapevine-phone-row {
    margin: 16px 0 0;
}

.nlrc-city-page--grapevine .nlrc-city-btn--primary {
    min-height: 52px;
    padding: 13px 24px;
    border: 1px solid rgba(2, 6, 23, 0.45);
    background: #020617;
    color: #f8fafc;
    letter-spacing: 0.02em;
}

.nlrc-city-page--grapevine .nlrc-city-btn--primary:hover,
.nlrc-city-page--grapevine .nlrc-city-btn--primary:focus {
    background: #0a192f;
    color: #d4af37;
}

.nlrc-city-page--grapevine .nlrc-grapevine-map-wrap {
    padding: 10px;
    border: 1px solid var(--nlrc-grapevine-border);
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.84), rgba(10, 25, 47, 0.9));
}

.nlrc-city-page--grapevine .nlrc-city-map-frame {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nlrc-city-page--grapevine .nlrc-city-map-frame iframe {
    min-height: 420px;
}

/* Colleyville requested layout corrections */
.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-grid {
    grid-template-columns: 1fr;
    max-width: 72ch;
}

.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-copy {
    max-width: 72ch;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-shell--replacement {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: clamp(24px, 3vw, 34px);
    align-items: center;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-image-card--support {
    aspect-ratio: 1.32;
    width: 100%;
    max-width: 440px;
    justify-self: end;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-image--crop-timestamp {
    transform: scale(1.16) translateY(-9%) !important;
    transform-origin: center top;
}

.nlrc-city-page--colleyville a,
.nlrc-city-page--colleyville a:visited {
    color: #e7c983;
    text-decoration: none;
}

.nlrc-city-page--colleyville a:hover,
.nlrc-city-page--colleyville a:focus {
    color: #f4e5a9;
    text-decoration: none;
}

.nlrc-city-page--colleyville #colleyville-nearby-areas .nlrc-colleyville-shell {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.nlrc-city-page--colleyville #colleyville-nearby-areas p {
    max-width: 70ch;
}

.nlrc-city-page--colleyville #colleyville-nearby-areas a,
.nlrc-city-page--colleyville #colleyville-nearby-areas a:visited {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #e7c983 !important;
}

.nlrc-city-page--colleyville #colleyville-nearby-areas a:hover,
.nlrc-city-page--colleyville #colleyville-nearby-areas a:focus {
    color: #f4e5a9 !important;
    background: transparent;
    transform: none;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-shell {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 980px;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy,
.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-map-wrap {
    width: 100%;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-map-wrap {
    padding: 12px;
}

.nlrc-city-page--colleyville .nlrc-city-shell,
.nlrc-city-page--colleyville .nlrc-city-section + .nlrc-city-section::before {
    width: min(1420px, calc(100% - 68px)) !important;
}

.nlrc-city-page--colleyville .nlrc-city-section {
    padding: 26px 0 !important;
    background: #020617 !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement,
.nlrc-city-page--colleyville #colleyville-storm-hail,
.nlrc-city-page--colleyville #colleyville-cost-faq,
.nlrc-city-page--colleyville #colleyville-next-steps {
    background: #071326 !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell,
#colleyville-roof-repair .nlrc-colleyville-shell,
#colleyville-storm-hail .nlrc-colleyville-shell,
#colleyville-roof-inspection .nlrc-colleyville-shell,
#colleyville-recent-work .nlrc-colleyville-shell,
#colleyville-next-steps .nlrc-colleyville-shell {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell::before,
.nlrc-city-page--colleyville .nlrc-colleyville-shell::after,
.nlrc-city-page--colleyville .nlrc-colleyville-image-card::before,
.nlrc-city-page--colleyville .nlrc-colleyville-image-card::after,
#colleyville-recent-work .nlrc-colleyville-work-card__media::after,
#colleyville-next-steps .nlrc-colleyville-cta-copy::before,
#colleyville-next-steps .nlrc-colleyville-map-wrap::before {
    content: none !important;
}

.nlrc-city-page--colleyville h1,
.nlrc-city-page--colleyville h2,
.nlrc-city-page--colleyville h3 {
    color: #f8fafc !important;
}

.nlrc-city-page--colleyville p,
.nlrc-city-page--colleyville li,
.nlrc-city-page--colleyville a {
    color: #94a3b8 !important;
}

.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-trust-strip {
    display: none !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell--split {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr) !important;
    align-items: start !important;
    gap: 20px !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card,
#colleyville-cost-faq .nlrc-city-card--faq,
#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card,
#colleyville-roof-repair .nlrc-colleyville-feature-list li,
#colleyville-nearby-areas .nlrc-colleyville-shell,
#colleyville-next-steps .nlrc-colleyville-map-wrap {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: #0a192f !important;
    box-shadow: none !important;
}

#colleyville-recent-work .nlrc-colleyville-recent-list {
    gap: 14px !important;
    align-items: stretch !important;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__media {
    aspect-ratio: 1.3 !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body {
    min-height: 102px !important;
    padding: 16px !important;
    display: flex !important;
    align-items: flex-start !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    margin: 0 !important;
    color: #f8fafc !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-grid {
    gap: 12px !important;
    align-items: stretch !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle {
    min-height: 84px !important;
    padding: 16px 16px 12px !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle-text {
    color: #f8fafc !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-grid {
    gap: 10px !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy {
    padding: 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: linear-gradient(135deg, #c5a059, #d4af37) !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy h2,
#colleyville-next-steps .nlrc-colleyville-cta-copy p,
#colleyville-next-steps .nlrc-colleyville-phone-row,
#colleyville-next-steps .nlrc-city-phone-link {
    color: #020617 !important;
}

#colleyville-next-steps .nlrc-city-btn--primary {
    background: #020617 !important;
    color: #f8fafc !important;
    border: 1px solid rgba(2, 6, 23, 0.5) !important;
}

#colleyville-next-steps .nlrc-city-btn--primary:hover,
#colleyville-next-steps .nlrc-city-btn--primary:focus {
    color: #d4af37 !important;
    background: #0a192f !important;
}

/* ============================================================
   DEFAULT PAGE TEMPLATE — inner banner fix
   Applies the same compact + gradient treatment that .page-template-Pages
   uses, so pages like /roof-inspection/ render consistently.
   ============================================================ */
.page-template-default .inner-banner-imag {
    height: clamp(120px, 12vw, 180px) !important;
}

.page-template-default .inner-banner-box {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: linear-gradient(90deg, rgba(12,16,21,0.82) 0%, rgba(12,16,21,0.48) 48%, rgba(12,16,21,0.10) 100%) !important;
}

.page-template-default .inner-banner-box .container-fluid,
.page-template-default .inner-banner-box .row,
.page-template-default .inner-banner-box [class*="col-"] {
    height: 100%;
}

.page-template-default .inner-banner-box .row {
    align-items: stretch;
}

.page-template-default .inner-banner-text {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    height: 100% !important;
    padding: 74px 0 18px !important;
}

.page-template-default .inner-banner-text h1 {
    color: #fff;
    line-height: 0.95;
    margin: 0;
    max-width: none;
    font-size: clamp(34px, 3.8vw, 52px);
}

/* Remove the blank-white overlay that was causing the gap */
.page-template-default .home-banner-box {
    background: transparent !important;
}

/* Tighten container top padding on these stub pages */
.page-template-default:not(.page-id-11):not(.page-id-16) .container > .site-main {
    padding-top: 40px;
    padding-bottom: 48px;
}

/* ============================================================
   ROOF INSPECTION PAGE SERVICE SHELL
   Gives page 962 the same structured service layout used by
   service detail pages instead of the generic default page body.
   ============================================================ */
.page-id-962.page-template-default .container {
    max-width: 1320px;
}

.page-template-default.page-slug-roof-inspection .container {
    max-width: 1320px;
}

.page-id-962.page-template-default .site-main {
    padding-top: 24px;
    padding-bottom: 80px;
}

.page-template-default.page-slug-roof-inspection .site-main {
    padding-top: 24px;
    padding-bottom: 80px;
}

.page-template-default .roof-inspection-page {
    max-width: 1240px;
    margin: 24px auto 72px;
}

.page-template-default .roof-inspection-page__header {
    display: grid;
    gap: 16px;
    max-width: 760px;
    margin-bottom: 28px;
}

.page-template-default .roof-inspection-page__eyebrow,
.page-template-default .roof-inspection-page__section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.page-template-default .roof-inspection-page__eyebrow {
    color: #a77c1f;
}

.page-template-default .roof-inspection-page__section-label {
    color: #a77c1f;
}

.page-template-default .roof-inspection-page__eyebrow::before,
.page-template-default .roof-inspection-page__section-label::before {
    width: 52px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.9), rgba(202, 172, 74, 0));
}

.page-template-default .roof-inspection-page__title {
    margin: 0;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-transform: none;
}

.page-template-default .roof-inspection-page__summary {
    margin: 0;
    color: #465667;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Montserrat';
    font-weight: 500;
}

.page-template-default .roof-inspection-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
    gap: 28px;
    align-items: start;
}

.page-template-default .roof-inspection-page__content,
.page-template-default .roof-inspection-page__card {
    border: 1px solid rgba(11, 21, 33, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
    box-shadow: 0 20px 48px rgba(10, 18, 29, 0.08);
}

.page-template-default .roof-inspection-page__content {
    padding: 34px clamp(22px, 3vw, 42px);
}

.page-template-default .roof-inspection-page__content-head {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
}

.page-template-default .roof-inspection-page__content-head h2 {
    margin: 0;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 700;
    line-height: 1.06;
    text-transform: none;
}

.page-template-default .roof-inspection-page__body {
    display: grid;
    gap: 0;
}

.page-template-default .roof-inspection-page__body > :first-child {
    margin-top: 0;
}

.page-template-default .roof-inspection-page__body > :last-child {
    margin-bottom: 0;
}

.page-template-default .roof-inspection-page__body p,
.page-template-default .roof-inspection-page__body ul li,
.page-template-default .roof-inspection-page__body ol li,
.page-template-default .roof-inspection-page__card p,
.page-template-default .roof-inspection-page__related-list a {
    color: #334250;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
}

.page-template-default .roof-inspection-page__body p {
    margin: 0 0 14px;
}

.page-template-default .roof-inspection-page__body h3,
.page-template-default .roof-inspection-page__body h4,
.page-template-default .roof-inspection-page__card h3 {
    margin: 30px 0 12px;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: none;
}

.page-template-default .roof-inspection-page__rail {
    display: grid;
    gap: 22px;
}

.page-template-default .roof-inspection-page__card {
    padding: 28px 24px 24px;
}

.page-template-default .roof-inspection-page__actions {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.page-template-default .roof-inspection-page__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 32, 0.12);
    color: #0f1720;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.page-template-default .roof-inspection-page__related-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.page-template-default .roof-inspection-page__related-list li + li {
    margin-top: 14px;
}

.page-template-default .roof-inspection-page__related-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    color: #0f1720;
    text-decoration: none;
}

.page-id-962.page-template-default .commercial-service-story {
    position: relative;
    margin: 26px 0 80px;
}

.page-id-962.page-template-default .commercial-service-story::before,
.page-id-962.page-template-default .commercial-service-story::after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 0;
}

.page-id-962.page-template-default .commercial-service-story::before {
    top: -50px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(202, 172, 74, 0.18) 0%, rgba(202, 172, 74, 0) 72%);
}

.page-id-962.page-template-default .commercial-service-story::after {
    right: -90px;
    bottom: 70px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(14, 31, 49, 0.12) 0%, rgba(14, 31, 49, 0) 72%);
}

.page-id-962.page-template-default .commercial-service-story__hero,
.page-id-962.page-template-default .commercial-service-story__layout {
    position: relative;
    z-index: 1;
}

.page-id-962.page-template-default .commercial-service-story__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 36px;
    background: linear-gradient(140deg, #09131e 0%, #0f2032 46%, #183148 100%);
    box-shadow: 0 34px 80px rgba(4, 10, 18, 0.22);
    overflow: hidden;
}

.page-id-962.page-template-default .commercial-service-story__hero::before {
    position: absolute;
    inset: 0;
    content: '';
    background:
        radial-gradient(circle at top right, rgba(202, 172, 74, 0.26) 0%, rgba(202, 172, 74, 0) 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 48%);
    pointer-events: none;
}

.page-id-962.page-template-default .commercial-service-story__hero-copy,
.page-id-962.page-template-default .commercial-service-story__hero-side {
    position: relative;
    z-index: 1;
}

.page-id-962.page-template-default .commercial-service-story__hero-copy {
    display: grid;
    align-content: center;
    gap: 18px;
}

.page-id-962.page-template-default .commercial-service-story__eyebrow,
.page-id-962.page-template-default .commercial-service-story__section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.page-id-962.page-template-default .commercial-service-story__eyebrow {
    color: rgba(244, 232, 194, 0.84);
}

.page-id-962.page-template-default .commercial-service-story__section-label {
    color: #a77c1f;
}

.page-id-962.page-template-default .commercial-service-story__eyebrow::before,
.page-id-962.page-template-default .commercial-service-story__section-label::before {
    width: 52px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.9), rgba(202, 172, 74, 0));
}

.page-id-962.page-template-default .commercial-service-story__title {
    margin: 0;
    max-width: 10ch;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 5vw, 74px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-transform: none;
}

.page-id-962.page-template-default .commercial-service-story__summary {
    max-width: 39rem;
    margin: 0;
    color: rgba(230, 236, 242, 0.86);
    font-size: 17px;
    line-height: 1.78;
}

.page-id-962.page-template-default .commercial-service-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 6px;
}

.page-id-962.page-template-default .commercial-service-story__phone,
.page-id-962.page-template-default .commercial-service-story__rail-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.page-id-962.page-template-default .commercial-service-story__hero-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.page-id-962.page-template-default .commercial-service-story__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.page-id-962.page-template-default .commercial-service-story__stat {
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.page-id-962.page-template-default .commercial-service-story__stat-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(244, 232, 194, 0.72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.page-id-962.page-template-default .commercial-service-story__stat strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-id-962.page-template-default .commercial-service-story__media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 24px 60px rgba(4, 10, 18, 0.24);
}

.page-id-962.page-template-default .commercial-service-story__media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(6, 12, 19, 0.02) 0%, rgba(6, 12, 19, 0.14) 44%, rgba(6, 12, 19, 0.46) 100%);
    pointer-events: none;
}

.page-id-962.page-template-default .commercial-service-story__image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.page-id-962.page-template-default .commercial-service-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.6fr);
    gap: 28px;
    margin-top: 30px;
    align-items: start;
}

.page-id-962.page-template-default .commercial-service-story__content,
.page-id-962.page-template-default .commercial-service-story__rail-card {
    border: 1px solid rgba(11, 21, 33, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
    box-shadow: 0 20px 48px rgba(10, 18, 29, 0.1);
}

.page-id-962.page-template-default .commercial-service-story__content {
    padding: 34px clamp(22px, 3vw, 42px);
}

.page-id-962.page-template-default .commercial-service-story__content-head {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
}

.page-id-962.page-template-default .commercial-service-story__content-head h2 {
    margin: 0;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-transform: none;
}

.page-id-962.page-template-default .commercial-service-story__body > :first-child {
    margin-top: 0;
}

.page-id-962.page-template-default .commercial-service-story__body > :last-child {
    margin-bottom: 0;
}

.page-id-962.page-template-default .commercial-service-story__body p,
.page-id-962.page-template-default .commercial-service-story__body ul li,
.page-id-962.page-template-default .commercial-service-story__body ol li,
.page-id-962.page-template-default .commercial-service-story__rail-card p,
.page-id-962.page-template-default .commercial-service-story__related-list a {
    color: #334250;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
}

.page-id-962.page-template-default .commercial-service-story__body h3,
.page-id-962.page-template-default .commercial-service-story__body h4,
.page-id-962.page-template-default .commercial-service-story__rail-card h3 {
    margin: 32px 0 12px;
    color: #0f1720;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: none;
}

.page-id-962.page-template-default .commercial-service-story__rail {
    display: grid;
    gap: 22px;
}

.page-id-962.page-template-default .commercial-service-story__rail-card {
    padding: 28px 24px 24px;
}

.page-id-962.page-template-default .commercial-service-story__related-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.page-id-962.page-template-default .commercial-service-story__related-list li + li {
    margin-top: 14px;
}

.page-id-962.page-template-default .commercial-service-story__related-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    color: #0f1720;
    text-decoration: none;
}

/* Colleyville final typography + alignment normalization (page-scoped) */
.nlrc-city-page--colleyville {
    --nlrc-col-h1-size: clamp(38px, 4.4vw, 60px);
    --nlrc-col-h2-size: clamp(28px, 2.8vw, 40px);
    --nlrc-col-h3-size: clamp(20px, 1.9vw, 26px);
    --nlrc-col-body-size: 16px;
    --nlrc-col-body-lh: 1.78;
    --nlrc-col-tight-lh: 1.14;
    --nlrc-col-copy-width: 66ch;
    --nlrc-col-card-radius: 20px;
}

.nlrc-city-page--colleyville .nlrc-city-section {
    padding: 28px 0 !important;
}

.nlrc-city-page--colleyville h1,
.nlrc-city-page--colleyville h2,
.nlrc-city-page--colleyville h3 {
    font-family: 'Cormorant', 'Montserrat', serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.022em !important;
    line-height: var(--nlrc-col-tight-lh) !important;
}

.nlrc-city-page--colleyville h1 {
    font-size: var(--nlrc-col-h1-size) !important;
    letter-spacing: -0.034em !important;
    margin-bottom: 16px !important;
}

.nlrc-city-page--colleyville h2 {
    font-size: var(--nlrc-col-h2-size) !important;
    margin-bottom: 12px !important;
}

.nlrc-city-page--colleyville h3 {
    font-size: var(--nlrc-col-h3-size) !important;
    margin-bottom: 8px !important;
}

.nlrc-city-page--colleyville p,
.nlrc-city-page--colleyville li,
.nlrc-city-page--colleyville a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: var(--nlrc-col-body-size) !important;
    line-height: var(--nlrc-col-body-lh) !important;
    letter-spacing: 0.003em !important;
}

.nlrc-city-page--colleyville p {
    max-width: var(--nlrc-col-copy-width);
    margin: 0 0 14px !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell > :last-child {
    margin-bottom: 0 !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-shell--split {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) !important;
    align-items: center !important;
    column-gap: 24px !important;
}

.nlrc-city-page--colleyville .nlrc-colleyville-section-copy {
    max-width: 62ch;
}

.nlrc-city-page--colleyville .nlrc-colleyville-image-card--support {
    aspect-ratio: 1.32;
    width: 100%;
    max-width: 440px;
    justify-self: end;
}

#colleyville-roof-repair .nlrc-colleyville-feature-list {
    align-items: stretch;
    gap: 14px !important;
}

#colleyville-roof-repair .nlrc-colleyville-feature-list li {
    min-height: 100%;
    border-radius: var(--nlrc-col-card-radius) !important;
    padding: 16px 16px 16px 44px !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr;
    gap: 14px !important;
    align-items: stretch !important;
}

#colleyville-cost-faq .nlrc-city-card--faq {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border-radius: var(--nlrc-col-card-radius) !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-toggle {
    min-height: 96px !important;
    align-items: center !important;
    padding: 18px 18px 12px !important;
}

#colleyville-cost-faq .nlrc-colleyville-faq-panel {
    flex: 1 1 auto;
    display: flex;
}

#colleyville-cost-faq .nlrc-colleyville-faq-panel p {
    max-width: 58ch;
    margin-top: 0;
}

#colleyville-nearby-areas .nlrc-colleyville-shell {
    padding: 24px !important;
}

#colleyville-nearby-areas p {
    max-width: 72ch !important;
    margin-bottom: 0 !important;
}

#colleyville-nearby-areas a {
    margin-inline: 2px !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    font-weight: 700;
    line-height: 1.25 !important;
}

#colleyville-recent-work .nlrc-colleyville-recent-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr;
    gap: 14px !important;
    align-items: stretch !important;
}

#colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    height: 100% !important;
    border-radius: var(--nlrc-col-card-radius) !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__media {
    aspect-ratio: 1.35 !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body {
    display: flex !important;
    flex: 1 1 auto;
    align-items: flex-start !important;
    min-height: 96px !important;
    padding: 16px 16px 18px !important;
}

#colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    max-width: 18ch;
    line-height: 1.2 !important;
    margin: 0 !important;
}

#colleyville-next-steps .nlrc-colleyville-shell {
    padding: 14px !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy,
#colleyville-next-steps .nlrc-colleyville-map-wrap {
    border-radius: var(--nlrc-col-card-radius) !important;
    min-height: 100%;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy {
    justify-content: center !important;
    padding: 26px 24px !important;
}

#colleyville-next-steps .nlrc-colleyville-cta-copy p {
    max-width: 52ch !important;
}

#colleyville-next-steps .nlrc-city-hero-actions {
    margin-top: 16px !important;
}

#colleyville-next-steps .nlrc-colleyville-phone-row {
    margin-top: 12px !important;
}

#colleyville-next-steps .nlrc-city-map-frame,
#colleyville-next-steps .nlrc-city-map-frame iframe {
    min-height: 100%;
}

#colleyville-next-steps .nlrc-city-map-frame iframe {
    height: 100%;
}

/* Colleyville intro alignment match (reference screenshot) */
.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-shell--hero {
    padding: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-grid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: min(100%, 960px) !important;
    margin: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-copy {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nlrc-city-page--colleyville #colleyville-intro h1 {
    max-width: 13ch !important;
    margin: 0 0 18px !important;
    font-size: clamp(58px, 6.1vw, 76px) !important;
    font-weight: 700 !important;
    line-height: 0.96 !important;
    letter-spacing: -0.03em !important;
    color: #d4af37 !important;
    text-wrap: balance;
}

.nlrc-city-page--colleyville #colleyville-intro h1::first-line {
    color: #f8fafc;
}

.nlrc-city-page--colleyville #colleyville-intro p {
    max-width: min(100%, 60ch) !important;
    margin: 0 0 12px !important;
    font-size: clamp(17px, 1.35vw, 19px) !important;
    line-height: 1.62 !important;
    letter-spacing: 0.002em !important;
    color: #d7dfeb !important;
    text-align: left !important;
}

.nlrc-city-page--colleyville #colleyville-intro p:last-child {
    margin-bottom: 0 !important;
}

/* Colleyville paragraph alignment final override */
.nlrc-city-page--colleyville p,
.nlrc-city-page--colleyville #colleyville-intro p,
.nlrc-city-page--colleyville .nlrc-colleyville-shell > p {
    text-align: justify !important;
    text-align-last: auto !important;
    text-justify: inter-word;
}

/* Colleyville final CTA / map section separation */
.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-shell,
.nlrc-city-page--colleyville #colleyville-map .nlrc-colleyville-shell {
    padding: 14px !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-shell {
    padding: 38px 40px 30px !important;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #d7b147 0%, #c8921e 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 24px !important;
    box-shadow:
        0 24px 56px rgba(5, 12, 23, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-shell::before,
.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-shell::after {
    display: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy > :not(.nlrc-city-hero-actions) {
    width: 100% !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -8px !important;
    width: 112px !important;
    height: 112px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(7, 22, 41, 0.14) 0%, rgba(7, 22, 41, 0) 72%) !important;
    pointer-events: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy > * {
    position: relative !important;
    z-index: 1 !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy h2 {
    margin: 0 0 14px !important;
    padding-bottom: 14px !important;
    max-width: none !important;
    font-size: clamp(36px, 3vw, 44px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    color: #071629 !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy h2::after {
    width: 64px !important;
    height: 4px !important;
    background: linear-gradient(90deg, rgba(7, 22, 41, 0.9), rgba(7, 22, 41, 0.18)) !important;
    box-shadow: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-cta-copy p {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
    color: rgba(7, 22, 41, 0.9) !important;
    text-align: left !important;
    text-align-last: auto !important;
    text-justify: auto !important;
}

.nlrc-city-page--colleyville #colleyville-map {
    padding-top: 10px !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-colleyville-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 238, 0.94)) !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-colleyville-map-wrap {
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 12px !important;
    border-radius: var(--nlrc-col-card-radius) !important;
    border: 1px solid rgba(38, 38, 38, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 238, 0.88)) !important;
    box-shadow: 0 26px 60px rgba(21, 20, 18, 0.12) !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-colleyville-map-wrap::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) !important;
    pointer-events: none !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-colleyville-map-wrap > * {
    position: relative !important;
    z-index: 1 !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-city-map-frame,
.nlrc-city-page--colleyville #colleyville-map .nlrc-city-map-frame iframe {
    min-height: 380px !important;
    height: auto !important;
}

.nlrc-city-page--colleyville #colleyville-map .nlrc-city-map-frame {
    border-radius: 22px !important;
    overflow: hidden !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-hero-actions {
    margin-top: 22px !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-btn--primary {
    min-height: 52px !important;
    padding: 14px 22px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(135deg, #061527, #0b2240) !important;
    box-shadow: 0 18px 36px rgba(7, 22, 41, 0.22) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-btn--primary:hover,
.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-btn--primary:focus {
    transform: translateY(-1px) !important;
    box-shadow: 0 20px 40px rgba(7, 22, 41, 0.28) !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-colleyville-phone-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 8px !important;
    margin-top: 18px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(7, 22, 41, 0.14) !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: rgba(7, 22, 41, 0.74) !important;
    width: 100% !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-phone-link {
    font-size: clamp(19px, 1.85vw, 24px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: #071629 !important;
    text-shadow: none !important;
}

.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-phone-link:hover,
.nlrc-city-page--colleyville #colleyville-next-steps .nlrc-city-phone-link:focus {
    color: #0f3059 !important;
}

/* Colleyville recent-work photo sizing normalization */
.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__media {
    aspect-ratio: 4 / 3 !important;
    min-height: 220px !important;
    max-height: 220px !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Colleyville full-block paragraph containment */
.nlrc-city-page--colleyville #colleyville-intro .nlrc-colleyville-hero-copy,
.nlrc-city-page--colleyville .nlrc-colleyville-section-copy {
    width: 100% !important;
    max-width: none !important;
}

.nlrc-city-page--colleyville #colleyville-intro p,
.nlrc-city-page--colleyville #colleyville-intro p:last-of-type,
.nlrc-city-page--colleyville .nlrc-colleyville-shell > p,
.nlrc-city-page--colleyville .nlrc-colleyville-section-copy > p,
.nlrc-city-page--colleyville #colleyville-nearby-areas p {
    width: 100% !important;
    max-width: none !important;
}

/* Colleyville FAQ premium refinement */
.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 24px !important;
    align-items: stretch !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    border: 1px solid rgba(197, 160, 89, 0.16) !important;
    background: linear-gradient(180deg, rgba(8, 21, 41, 0.96), rgba(5, 15, 31, 0.98)) !important;
    box-shadow: 0 18px 40px rgba(3, 10, 22, 0.34) !important;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, rgba(197, 160, 89, 0.88), rgba(212, 175, 55, 0.3)) !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(212, 175, 55, 0.26) !important;
    box-shadow: 0 24px 48px rgba(3, 10, 22, 0.42) !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq.is-open {
    border-color: rgba(212, 175, 55, 0.3) !important;
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.98), rgba(7, 19, 38, 1)) !important;
    box-shadow: 0 26px 54px rgba(3, 10, 22, 0.48) !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-heading {
    margin: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-toggle {
    align-items: center !important;
    gap: 20px !important;
    min-height: 112px !important;
    padding: 24px 24px 18px !important;
    color: #f8fafc !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-toggle-text {
    max-width: none !important;
    padding-right: 0 !important;
    font-size: clamp(22px, 1.95vw, 30px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.025em !important;
    color: #f8fafc !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon {
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(197, 160, 89, 0.36) !important;
    background: rgba(197, 160, 89, 0.08) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::before,
.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-toggle-icon::after {
    width: 14px !important;
    height: 2px !important;
    background: #d4af37 !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-panel {
    padding: 0 24px 0 !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-panel p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 22px !important;
    color: #cbd5e1 !important;
    font-size: 15.5px !important;
    line-height: 1.68 !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-city-card--faq:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    justify-self: stretch !important;
}

/* Colleyville final link + nearby shell cleanup */
.nlrc-city-page--colleyville #colleyville-nearby-areas .nlrc-colleyville-shell {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.nlrc-city-page--colleyville #colleyville-nearby-areas .nlrc-colleyville-shell::before,
.nlrc-city-page--colleyville #colleyville-nearby-areas .nlrc-colleyville-shell::after {
    content: none !important;
}

.nlrc-city-page--colleyville a:not(.nlrc-city-btn):not(.nlrc-city-phone-link),
.nlrc-city-page--colleyville a:not(.nlrc-city-btn):not(.nlrc-city-phone-link):visited {
    color: #ffd66b !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}

.nlrc-city-page--colleyville a:not(.nlrc-city-btn):not(.nlrc-city-phone-link):hover,
.nlrc-city-page--colleyville a:not(.nlrc-city-btn):not(.nlrc-city-phone-link):focus {
    color: #fff0b3 !important;
    text-decoration: none !important;
}

/* Colleyville split-section alignment final (replacement/inspection/storm only) */
.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-shell,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-shell,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 380px !important;
    align-items: center !important;
    column-gap: 24px !important;
    row-gap: 24px !important;
    padding: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-section-copy,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-section-copy,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-section-copy {
    width: 100% !important;
    max-width: 62ch !important;
    justify-self: start !important;
    text-align: left !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-alignment-media,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-alignment-media {
    width: 380px !important;
    max-width: 380px !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: 300px !important;
    max-height: 300px !important;
    aspect-ratio: auto !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media .nlrc-colleyville-image,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-alignment-media .nlrc-colleyville-image,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-alignment-media .nlrc-colleyville-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image {
    transform: none !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement,
.nlrc-city-page--colleyville #colleyville-roof-inspection,
.nlrc-city-page--colleyville #colleyville-storm-hail {
    padding: 32px 0 !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-section-copy h2,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-section-copy h2,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-section-copy h2 {
    margin: 0 0 16px !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-section-copy p,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-section-copy p,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-section-copy p {
    margin: 0 0 18px !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media .nlrc-colleyville-image {
    object-position: 44% 18% !important;
    transform: scale(1.26) translate(-7%, -5%) !important;
    transform-origin: center top !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image {
    transform: scale(1.26) translate(-7%, -5%) !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-alignment-media {
    align-self: start !important;
    margin-top: clamp(112px, 8vw, 140px) !important;
    height: clamp(340px, 33vw, 410px) !important;
    max-height: clamp(340px, 33vw, 410px) !important;
}

.nlrc-city-page--colleyville #colleyville-roof-replacement .nlrc-colleyville-section-copy > :last-child,
.nlrc-city-page--colleyville #colleyville-roof-inspection .nlrc-colleyville-section-copy > :last-child,
.nlrc-city-page--colleyville #colleyville-storm-hail .nlrc-colleyville-section-copy > :last-child {
    margin-bottom: 0 !important;
}

/* Colleyville FAQ static minimal layout */
.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 24px !important;
    align-items: stretch !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-height: 100% !important;
    padding: 22px 22px 20px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(197, 160, 89, 0.14) !important;
    background: linear-gradient(180deg, rgba(8, 21, 41, 0.94), rgba(5, 15, 31, 0.98)) !important;
    box-shadow: 0 14px 32px rgba(3, 10, 22, 0.28) !important;
    transform: none !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-card::before,
.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-card::after {
    content: none !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-question {
    margin: 0 !important;
    padding: 0 0 10px !important;
    width: 100% !important;
    max-width: none !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.12) !important;
    font-size: clamp(21px, 1.75vw, 28px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.02em !important;
    color: #f8fafc !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-question::after {
    content: none !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-answer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #cbd5e1 !important;
    font-size: 15.5px !important;
    line-height: 1.68 !important;
}

.nlrc-city-page--colleyville #colleyville-cost-faq .nlrc-colleyville-faq-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    justify-self: stretch !important;
}

/* Colleyville Recent Work — bullet titles, equal cards, consistent image ratio */
.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-recent-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 16px !important;
    align-items: stretch !important;
    margin-top: 20px !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(197, 160, 89, 0.14) !important;
    background: linear-gradient(180deg, #0d1e35, #081627) !important;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.36) !important;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(197, 160, 89, 0.28) !important;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.5) !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card::before {
    content: none !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__media {
    flex: 0 0 auto !important;
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.02) !important;
    transition: transform 0.5s ease !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card:hover .nlrc-colleyville-work-card__media img {
    transform: scale(1.07) !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: relative !important;
    padding: 10px 12px 12px !important;
    min-height: auto !important;
    gap: 0 !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__body::before {
    content: none !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__body h3 {
    margin: 0 !important;
    padding-left: 1.1em !important;
    text-indent: -1.1em !important;
    max-width: 100% !important;
    font-size: clamp(13.5px, 1.2vw, 15px) !important;
    font-weight: 600 !important;
    line-height: 1.38 !important;
    letter-spacing: 0em !important;
    color: #e8f0fb !important;
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
}

.nlrc-city-page--colleyville #colleyville-recent-work .nlrc-colleyville-work-card__body h3::before {
    content: "•\00a0" !important;
    color: #d4af37 !important;
    font-size: 1em !important;
    line-height: inherit !important;
}

/* ============================================================
   Grand Prairie city page — mirrors Colleyville section styles
   ============================================================ */

.nlrc-city-page--grand-prairie {
    --nlrc-colleyville-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(249, 245, 236, 0.92) 100%);
    --nlrc-colleyville-panel-border: rgba(30, 29, 28, 0.08);
    --nlrc-colleyville-panel-shadow: 0 24px 60px rgba(23, 22, 20, 0.11);
    --nlrc-colleyville-panel-shadow-strong: 0 34px 86px rgba(23, 22, 20, 0.16);
    --nlrc-colleyville-copy-width: 68ch;
    --nlrc-colleyville-copy-width-tight: 44ch;
    --nlrc-colleyville-section-gap: clamp(14px, 2.1vw, 24px);
}

.nlrc-city-page--grand-prairie p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}

.nlrc-city-page--grand-prairie h1 {
    margin-bottom: 20px;
}

.nlrc-city-page--grand-prairie h2 {
    margin-bottom: 14px;
}

.nlrc-city-page--grand-prairie h3 {
    margin-bottom: 10px;
}

.nlrc-city-page--grand-prairie .nlrc-city-section {
    padding: var(--nlrc-colleyville-section-gap) 0;
}

.nlrc-city-page--grand-prairie .nlrc-city-section + .nlrc-city-section::before {
    content: none;
}

.nlrc-city-page--grand-prairie .nlrc-city-section > .nlrc-city-shell > h2 {
    position: relative;
    padding-bottom: 10px;
}

.nlrc-city-page--grand-prairie .nlrc-city-section > .nlrc-city-shell > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(202, 172, 74, 0.95), rgba(202, 172, 74, 0.35));
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-city-card--faq h3 {
    font-size: clamp(22px, 2.1vw, 27px);
    line-height: 1.2;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-city-card--faq p {
    font-size: 16px;
    line-height: 1.72;
}

.nlrc-city-page--grand-prairie #grand-prairie-next-steps p {
    max-width: 66ch;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement,
.nlrc-city-page--grand-prairie #grand-prairie-roof-inspection,
.nlrc-city-page--grand-prairie #grand-prairie-storm-hail {
    padding: 32px 0 !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-section-copy h2,
.nlrc-city-page--grand-prairie #grand-prairie-roof-inspection .nlrc-colleyville-section-copy h2,
.nlrc-city-page--grand-prairie #grand-prairie-storm-hail .nlrc-colleyville-section-copy h2 {
    margin: 0 0 16px !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-section-copy p,
.nlrc-city-page--grand-prairie #grand-prairie-roof-inspection .nlrc-colleyville-section-copy p,
.nlrc-city-page--grand-prairie #grand-prairie-storm-hail .nlrc-colleyville-section-copy p {
    margin: 0 0 18px !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-alignment-media .nlrc-colleyville-image {
    object-position: 44% 18% !important;
    transform: scale(1.26) translate(-7%, -5%) !important;
    transform-origin: center top !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image {
    transform: scale(1.26) translate(-7%, -5%) !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-alignment-media {
    align-self: start !important;
    margin-top: clamp(112px, 8vw, 140px) !important;
    height: clamp(340px, 33vw, 410px) !important;
    max-height: clamp(340px, 33vw, 410px) !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image,
.nlrc-city-page--grand-prairie #grand-prairie-roof-inspection .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image,
.nlrc-city-page--grand-prairie #grand-prairie-storm-hail .nlrc-colleyville-alignment-media:hover .nlrc-colleyville-image {
    transform: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-roof-replacement .nlrc-colleyville-section-copy > :last-child,
.nlrc-city-page--grand-prairie #grand-prairie-roof-inspection .nlrc-colleyville-section-copy > :last-child,
.nlrc-city-page--grand-prairie #grand-prairie-storm-hail .nlrc-colleyville-section-copy > :last-child {
    margin-bottom: 0 !important;
}

/* Grand Prairie FAQ */
.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 24px !important;
    align-items: stretch !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-height: 100% !important;
    padding: 22px 22px 20px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(197, 160, 89, 0.14) !important;
    background: linear-gradient(180deg, rgba(8, 21, 41, 0.94), rgba(5, 15, 31, 0.98)) !important;
    box-shadow: 0 14px 32px rgba(3, 10, 22, 0.28) !important;
    transform: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-card::before,
.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-card::after {
    content: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-question {
    margin: 0 !important;
    padding: 0 0 10px !important;
    width: 100% !important;
    max-width: none !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.12) !important;
    font-size: clamp(21px, 1.75vw, 28px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.02em !important;
    color: #f8fafc !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-question::after {
    content: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-answer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #cbd5e1 !important;
    font-size: 15.5px !important;
    line-height: 1.68 !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-cost-faq .nlrc-colleyville-faq-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    justify-self: stretch !important;
}

/* Grand Prairie Recent Work */
.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-recent-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 16px !important;
    align-items: stretch !important;
    margin-top: 20px !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(197, 160, 89, 0.14) !important;
    background: linear-gradient(180deg, #0d1e35, #081627) !important;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.36) !important;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(197, 160, 89, 0.28) !important;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.5) !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-recent-list li.nlrc-colleyville-work-card::before {
    content: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__media {
    flex: 0 0 auto !important;
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.02) !important;
    transition: transform 0.5s ease !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card:hover .nlrc-colleyville-work-card__media img {
    transform: scale(1.07) !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: relative !important;
    padding: 10px 12px 12px !important;
    min-height: auto !important;
    gap: 0 !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__body::before {
    content: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__body h3 {
    margin: 0 !important;
    padding-left: 1.1em !important;
    text-indent: -1.1em !important;
    max-width: 100% !important;
    font-size: clamp(13.5px, 1.2vw, 15px) !important;
    font-weight: 600 !important;
    line-height: 1.38 !important;
    letter-spacing: 0em !important;
    color: #e8f0fb !important;
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
}

.nlrc-city-page--grand-prairie #grand-prairie-recent-work .nlrc-colleyville-work-card__body h3::before {
    content: "•\00a0" !important;
    color: #d4af37 !important;
    font-size: 1em !important;
    line-height: inherit !important;
}
