body.gp-theme {
    background:
        radial-gradient(circle at top right, rgba(126, 204, 231, 0.22), transparent 26%),
        radial-gradient(circle at top left, rgba(67, 131, 164, 0.16), transparent 30%),
        linear-gradient(180deg, #eefaff 0%, #f5fcff 38%, #ffffff 100%);
    color: #17303b;
    font-family: "Trebuchet MS", "Segoe UI Variable", "Gill Sans", sans-serif;
}

.gp-theme main {
    padding-bottom: 4rem;
}

.gp-theme .site-header-shell {
    background: rgba(244, 252, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(23, 48, 59, 0.08);
    box-shadow: 0 18px 48px rgba(33, 77, 96, 0.08);
}

.gp-theme .header-main {
    background: transparent !important;
}

.gp-theme .desktop-header,
.gp-theme .mobile-topbar {
    padding: 1rem 0;
}

.gp-theme .brand-lockup {
    gap: 0.25rem;
}

.gp-theme .header-brand-title,
.gp-theme .footer-brand-title {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #123244;
}

.gp-theme .header-brand-city,
.gp-theme .footer-brand-city {
    color: var(--primary-color);
}

.gp-theme .header-brand-subtitle,
.gp-theme .footer-brand-subtitle {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(18, 50, 68, 0.64);
}

.gp-theme .logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.gp-theme .brand-logo-mark {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(66, 132, 165, 0.22);
}

.gp-theme .brand-logo-mark--footer {
    width: 68px;
    height: 68px;
}

.gp-theme .brand-logo-mark--drawer {
    margin-inline: auto;
    margin-bottom: 0.85rem;
}

.gp-theme .nav-menu {
    gap: 0.55rem;
}

.gp-theme .nav-menu > li > a,
.gp-theme .quick-menu-item {
    border-radius: 999px;
    padding: 0.78rem 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(61, 124, 153, 0.12);
    color: #1a4357;
    font-weight: 700;
}

.gp-theme .nav-menu > li > a:hover,
.gp-theme .nav-menu > li > a.active,
.gp-theme .quick-menu-item.active,
.gp-theme .quick-menu-item:hover {
    background: linear-gradient(135deg, var(--primary-color), color-mix(in srgb, var(--secondary-color) 35%, var(--primary-color)));
    color: #fff;
    border-color: transparent;
    transform: translateY(-1px);
}

.gp-theme .dropdown-menu,
.gp-theme .mobile-nav,
.gp-theme .contact-widget,
.gp-theme .info-widget,
.gp-theme .features-card,
.gp-theme .content-section,
.gp-theme .service-detail-card,
.gp-theme .team-card,
.gp-theme .blog-card,
.gp-theme .shared-city-gallery-shell {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(64, 37, 31, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(38, 24, 20, 0.08);
}

.gp-theme .contact-cta,
.gp-theme .btn-primary,
.gp-theme .btn-outline-primary,
.gp-btn-primary,
.gp-btn-secondary {
    border-radius: 999px;
    padding: 0.88rem 1.25rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gp-theme .btn-primary,
.gp-theme .contact-cta--whatsapp,
.gp-btn-primary {
    background: linear-gradient(135deg, var(--primary-color), color-mix(in srgb, var(--secondary-color) 48%, var(--primary-color)));
    border: 0;
    color: #fff;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--primary-color) 24%, transparent);
}

.gp-theme .btn-primary:hover,
.gp-theme .contact-cta--whatsapp:hover,
.gp-btn-primary:hover,
.gp-btn-secondary:hover,
.gp-theme .btn-outline-primary:hover,
.gp-theme .contact-cta--phone:hover {
    transform: translateY(-2px);
}

.gp-theme .btn-outline-primary,
.gp-theme .contact-cta--phone,
.gp-btn-secondary {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid color-mix(in srgb, var(--primary-color) 24%, white);
    color: #173c4d;
}

.gp-theme .footer-main {
    margin-top: 4rem;
    background:
        linear-gradient(135deg, rgba(11, 42, 58, 0.98), rgba(29, 81, 106, 0.98)),
        #0c2d3d;
    color: #f2fbff;
}

.gp-theme .footer-bottom {
    background: rgba(255, 255, 255, 0.04);
}

.gp-theme .footer-links a,
.gp-theme .footer-contact a,
.gp-theme .footer-bottom a {
    color: rgba(255, 247, 241, 0.88);
}

.gp-theme .footer-links a:hover,
.gp-theme .footer-bottom a:hover {
    color: #fff;
}

.gp-theme .whatsapp-float,
.gp-theme .floating-action,
.gp-theme .floating-social-link {
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(20, 18, 18, 0.18);
}

.gp-theme .floating-action-stack,
.gp-theme .floating-social-stack {
    position: fixed;
    top: auto !important;
    right: 1rem;
}

.gp-theme .floating-action-stack {
    bottom: 1.25rem;
}

.gp-theme .floating-social-stack {
    display: none;
}

.gp-page-hero,
.gp-theme .page-header {
    position: relative;
    overflow: hidden;
    padding: 7.5rem 0 4.5rem;
    background:
        linear-gradient(135deg, rgba(15, 60, 82, 0.96), rgba(55, 122, 151, 0.92)),
        radial-gradient(circle at top right, rgba(188, 235, 248, 0.28), transparent 34%);
    color: #f3fcff;
}

.gp-page-hero::after,
.gp-theme .page-header::after {
    content: "";
    position: absolute;
    inset: auto -6rem -6rem auto;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(191, 240, 250, 0.22);
    filter: blur(8px);
}

.gp-page-hero .container,
.gp-theme .page-header .container {
    position: relative;
    z-index: 1;
}

.gp-page-hero h1,
.gp-theme .page-title {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    line-height: 0.98;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
}

.gp-page-hero p,
.gp-theme .page-subtitle {
    max-width: 52rem;
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.75;
    color: rgba(243, 252, 255, 0.84);
}

.gp-kicker,
.gp-sidecard-kicker,
.gp-price-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: max-content;
    max-width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(98, 164, 194, 0.34);
    background: linear-gradient(135deg, rgba(214, 244, 251, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 12px 28px rgba(76, 144, 177, 0.14);
    color: #2c6d8e;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-kicker {
    margin-bottom: 1.25rem;
}

.gp-page-hero .gp-kicker,
.gp-theme .page-header .gp-kicker {
    border-color: rgba(214, 244, 251, 0.24);
    background: rgba(214, 244, 251, 0.12);
    box-shadow: 0 14px 30px rgba(8, 29, 38, 0.14);
    color: #f0fcff;
}

.gp-marquee-section {
    overflow: hidden;
    padding: 1.1rem 0 0.75rem;
    background:
        linear-gradient(180deg, rgba(255, 247, 243, 0.92), rgba(255, 255, 255, 0));
}

.gp-marquee-top {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.8fr);
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.gp-marquee-intro h2 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 0.7rem;
    color: #201614;
}

.gp-marquee-intro p {
    margin: 0;
    max-width: 44rem;
    color: #62524e;
    line-height: 1.75;
}

.gp-marquee-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.gp-marquee-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(52, 31, 26, 0.08);
    box-shadow: 0 14px 34px rgba(38, 24, 20, 0.08);
    color: #4f403c;
    font-weight: 700;
}

.gp-marquee-badges strong {
    color: var(--primary-color);
}

.gp-marquee-viewport {
    overflow: hidden;
}

.gp-marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    padding-inline: 1rem;
    animation: gp-marquee-move 34s linear infinite;
}

.gp-marquee-card {
    position: relative;
    width: 20rem;
    height: 11.75rem;
    overflow: hidden;
    flex: 0 0 auto;
    margin: 0;
    border-radius: 24px;
    background: #1f1618;
    box-shadow: 0 18px 42px rgba(42, 23, 22, 0.12);
}

.gp-marquee-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-marquee-card figcaption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem 1.05rem;
    background: linear-gradient(180deg, transparent, rgba(24, 17, 18, 0.88));
    color: #fff;
    font-size: 0.96rem;
    font-weight: 700;
}

.gp-hero-section {
    padding-top: 1.4rem;
}

.gp-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 2.2rem;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 249, 244, 0.96), rgba(255, 255, 255, 0.88)),
        #fff;
    border: 1px solid rgba(60, 34, 29, 0.08);
    box-shadow: 0 26px 60px rgba(44, 26, 24, 0.12);
}

.gp-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(76, 144, 177, 0.08) 0, rgba(76, 144, 177, 0) 18%),
        radial-gradient(circle at top right, rgba(202, 241, 251, 0.22), transparent 32%);
    pointer-events: none;
}

.gp-hero-copy,
.gp-hero-visual {
    position: relative;
    z-index: 1;
}

.gp-hero-title {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(2.4rem, 4.8vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
    color: #143649;
}

.gp-hero-text {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #49616d;
    max-width: 38rem;
}

.gp-cta-row,
.gp-side-actions,
.gp-district-side-actions,
.gp-section-action,
.gp-quote-submit,
.gp-theme .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.gp-hero-metrics,
.gp-proof-grid,
.gp-service-grid,
.gp-review-grid,
.gp-price-grid,
.gp-district-grid,
.gp-gallery-grid {
    display: grid;
    gap: 1rem;
}

.gp-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.75rem;
}

.gp-metric-card,
.gp-proof-card,
.gp-service-card,
.gp-review-card,
.gp-price-card,
.gp-district-card,
.gp-blog-card,
.gp-directory-side,
.gp-district-side,
.gp-map-copy,
.gp-seo-checklist,
.gp-seo-article,
.gp-district-story,
.gp-contact-side,
.gp-quote-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 92, 117, 0.1);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(34, 92, 117, 0.08);
}

.gp-metric-card {
    padding: 1rem;
}

.gp-metric-card strong {
    display: block;
    font-size: 1.55rem;
    color: var(--primary-color);
}

.gp-metric-card span {
    color: #4d6671;
    font-size: 0.92rem;
}

.gp-hero-flags,
.gp-district-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.gp-hero-flags span,
.gp-district-checks span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.9rem;
    border-radius: 18px;
    background: rgba(76, 144, 177, 0.1);
    color: #2c5568;
    font-weight: 700;
}

.gp-hero-visual {
    display: grid;
    gap: 1rem;
}

.gp-hero-slider {
    position: relative;
    min-height: 32rem;
    border-radius: 28px;
    overflow: hidden;
    background: #12384a;
}

.gp-hero-slider .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.gp-hero-slider .hero-slide.active {
    opacity: 1;
}

.gp-hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-hero-sidecard {
    padding: 1.35rem;
}

.gp-sidecard-kicker,
.gp-price-label {
    margin-bottom: 0.85rem;
}

.gp-hero-sidecard h2,
.gp-proof-card h2,
.gp-price-copy h2,
.gp-seo-checklist h3,
.gp-seo-article h2,
.gp-contact-side h2,
.gp-quote-top h2,
.gp-map-copy h2,
.gp-directory-side h2,
.gp-district-side h2,
.gp-district-story h2 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: 0.9rem;
    color: #173548;
}

.gp-hero-sidecard ul,
.gp-directory-side ul,
.gp-seo-checklist ul {
    display: grid;
    gap: 0.7rem;
    padding-left: 1.1rem;
    margin-bottom: 0;
    color: #49606b;
}

.gp-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
}

.gp-proof-section,
.gp-process-section,
.gp-experience-section,
.gp-service-section,
.gp-price-section,
.gp-district-section,
.gp-seo-section,
.gp-gallery-section,
.gp-review-section,
.gp-faq-section,
.gp-blog-section,
.gp-contact-section,
.gp-map-section,
.gp-district-directory,
.gp-district-detail-section {
    padding: 4.8rem 0;
}

.gp-service-section,
.gp-price-section,
.gp-district-section,
.gp-seo-section,
.gp-gallery-section,
.gp-review-section,
.gp-faq-section,
.gp-blog-section,
.gp-contact-section,
.gp-map-section,
.gp-district-directory,
.gp-district-detail-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.gp-section-head {
    text-align: center;
    margin-bottom: 2rem;
}

.gp-section-head--left {
    text-align: left;
}

.gp-section-head h2 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 0.9rem;
    color: #173548;
}

.gp-section-head p,
.gp-proof-card p,
.gp-service-card p,
.gp-price-copy p,
.gp-contact-side p,
.gp-quote-top p,
.gp-map-copy p,
.gp-district-story p,
.gp-district-richtext,
.gp-directory-side p,
.gp-seo-article p,
.gp-seo-checklist li,
.gp-blog-card p,
.gp-review-card p,
.gp-district-card p,
.gp-price-row span,
.gp-contact-side-grid span {
    color: #4c6672;
    line-height: 1.75;
}

.gp-proof-grid,
.gp-service-grid,
.gp-review-grid,
.gp-district-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-review-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.gp-review-summary-card {
    padding: 1.15rem 1.25rem;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(235, 248, 252, 0.96)),
        #fff;
    border: 1px solid rgba(34, 92, 117, 0.1);
    box-shadow: 0 18px 44px rgba(34, 92, 117, 0.08);
}

.gp-review-summary-card strong {
    display: block;
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--primary-color);
    margin-bottom: 0.35rem;
}

.gp-review-summary-card span {
    color: #5f4e49;
    font-weight: 700;
}

.gp-process-grid,
.gp-trust-highlight-grid {
    display: grid;
    gap: 1rem;
}

.gp-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-process-card,
.gp-experience-copy,
.gp-trust-highlight-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 92, 117, 0.1);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(34, 92, 117, 0.08);
}

.gp-process-card {
    padding: 1.4rem;
    min-height: 100%;
}

.gp-process-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary-color), color-mix(in srgb, var(--secondary-color) 42%, var(--primary-color)));
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.gp-process-card h3 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: 1.18rem;
    line-height: 1.12;
    margin-bottom: 0.7rem;
    color: #173548;
}

.gp-process-card p {
    color: #4c6672;
    line-height: 1.75;
    margin-bottom: 0;
}

.gp-experience-copy {
    padding: 1.6rem;
    height: 100%;
}

.gp-experience-copy h2 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    color: #173548;
}

.gp-experience-copy p {
    color: #4c6672;
    line-height: 1.8;
}

.gp-service-card,
.gp-district-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.gp-service-media,
.gp-district-media {
    margin: -1.4rem -1.4rem 1rem;
    height: 13rem;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #d7edf6;
}

.gp-service-media img,
.gp-district-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-service-note {
    margin-top: -0.15rem;
    font-size: 0.94rem;
    font-weight: 700;
    color: #2f6b84;
}

.gp-service-card .gp-inline-link,
.gp-district-card .gp-inline-link {
    margin-top: auto;
    padding-top: 0.85rem;
}

.gp-district-media--detail {
    margin: 1.1rem 0 1rem;
    height: 20rem;
    border-radius: 24px;
}

.gp-experience-list {
    display: grid;
    gap: 0.75rem;
    padding-left: 1.15rem;
    margin: 1.1rem 0 0;
    color: #564742;
}

.gp-experience-list li::marker {
    color: var(--primary-color);
}

.gp-trust-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
}

.gp-trust-highlight-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    min-height: 10.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(254, 241, 235, 0.98)),
        #fff;
}

.gp-trust-highlight-card strong {
    display: block;
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: clamp(1.7rem, 3.5vw, 3rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--primary-color);
    margin-bottom: 0.45rem;
}

.gp-trust-highlight-card span {
    color: #5f4e49;
    font-weight: 700;
}

.gp-universal-bottom {
    padding: 4.8rem 0 1rem;
}

.gp-bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.gp-bottom-card {
    padding: 1.5rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(34, 92, 117, 0.1);
    box-shadow: 0 20px 48px rgba(34, 92, 117, 0.08);
}

.gp-bottom-card h3 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    color: #173548;
}

.gp-bottom-card p {
    color: #4c6672;
    line-height: 1.75;
}

.gp-bottom-map-frame {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(34, 92, 117, 0.1);
    min-height: 260px;
}

.gp-bottom-map-frame iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
}

.gp-bottom-review-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.gp-bottom-review-item {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 248, 252, 0.94));
    border: 1px solid rgba(34, 92, 117, 0.08);
}

.gp-bottom-review-item p {
    margin-bottom: 0;
}

.gp-bottom-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.35rem;
}

.gp-bottom-review-head strong {
    color: #173548;
}

.gp-bottom-review-head span {
    color: #f0b646;
    letter-spacing: 0.04em;
}

.gp-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1rem;
}

.gp-proof-card,
.gp-service-card,
.gp-review-card,
.gp-district-card,
.gp-directory-side,
.gp-district-side,
.gp-seo-checklist,
.gp-seo-article,
.gp-map-copy {
    padding: 1.4rem;
}

.gp-proof-icon,
.gp-service-icon {
    width: 3.3rem;
    height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary-color), color-mix(in srgb, var(--secondary-color) 42%, var(--primary-color)));
    color: #fff;
    font-size: 1.1rem;
}

.gp-service-card h3,
.gp-review-card h3,
.gp-blog-card h3,
.gp-district-card h3 {
    font-family: "Gill Sans", "Trebuchet MS", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    color: #173548;
}

.gp-price-section .row {
    align-items: stretch;
}

.gp-price-copy,
.gp-price-card {
    height: 100%;
    padding: 1.6rem;
}

.gp-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
}

.gp-price-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 252, 0.96)),
        #fff;
}

.gp-price-card--alt {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 244, 250, 0.98)),
        #fff;
}

.gp-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(48, 31, 27, 0.08);
}

.gp-price-row:first-of-type {
    border-top: 0;
}

.gp-price-row strong {
    display: block;
    color: #241816;
}

.gp-price-row b {
    color: var(--primary-color);
    white-space: nowrap;
}

.gp-district-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.gp-district-count {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(76, 144, 177, 0.14);
    color: var(--primary-color);
    font-weight: 800;
}

.gp-chip-group,
.gp-neighborhood-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.gp-chip-group span,
.gp-neighborhood-chip-row span,
.gp-contact-side-grid article,
.gp-fixed-city-row article {
    border-radius: 16px;
    background: rgba(76, 144, 177, 0.08);
    border: 1px solid rgba(76, 144, 177, 0.12);
}

.gp-chip-group span,
.gp-neighborhood-chip-row span {
    padding: 0.52rem 0.82rem;
    color: #2d596d;
    font-size: 0.88rem;
    font-weight: 700;
}

.gp-gallery-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gp-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 16rem;
    margin: 0;
    background: #241817;
    box-shadow: 0 20px 40px rgba(35, 20, 19, 0.16);
}

.gp-gallery-card:nth-child(1) {
    grid-column: span 7;
}

.gp-gallery-card:nth-child(2),
.gp-gallery-card:nth-child(3) {
    grid-column: span 5;
}

.gp-gallery-card:nth-child(4),
.gp-gallery-card:nth-child(5) {
    grid-column: span 6;
}

.gp-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-gallery-card figcaption {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(23, 17, 18, 0.62);
    color: #fff;
    backdrop-filter: blur(10px);
}

.gp-review-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.gp-review-top span {
    color: #f0a64f;
    letter-spacing: 0.12em;
}

.gp-review-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 244, 239, 0.98)),
        #fff;
}

.gp-blog-card {
    overflow: hidden;
}

.gp-blog-card img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.gp-blog-card-body {
    padding: 1.2rem 1.25rem 1.35rem;
}

.gp-blog-card-body > span {
    display: block;
    margin-bottom: 0.8rem;
    color: #7c6661;
    font-size: 0.9rem;
}

.gp-contact-side-grid,
.gp-fixed-city-row {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.3rem;
}

.gp-contact-side-grid article,
.gp-fixed-city-row article {
    padding: 0.95rem;
}

.gp-contact-side-grid strong,
.gp-fixed-city-row strong,
.gp-map-note strong,
.gp-quote-estimate span {
    display: block;
    color: #241816;
    margin-bottom: 0.3rem;
}

.gp-contact-side-grid a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
}

.gp-quote-shell {
    padding: 1.5rem;
}

.gp-quote-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.4rem;
}

.gp-quote-estimate,
.gp-map-note {
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(76, 144, 177, 0.1), rgba(215, 242, 251, 0.7));
}

.gp-quote-estimate strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.25rem;
    margin: 0.35rem 0 0.55rem;
}

.gp-form-control {
    min-height: 3.35rem;
    border-radius: 18px;
    border: 1px solid rgba(53, 32, 28, 0.12);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none !important;
}

.gp-form-control:focus {
    border-color: rgba(76, 144, 177, 0.38);
    box-shadow: 0 0 0 0.25rem rgba(76, 144, 177, 0.14) !important;
}

.gp-neighborhood-preview {
    margin-top: 0.7rem;
    min-height: 1rem;
}

.gp-neighborhood-preview strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    color: #5a4742;
}

.gp-map-frame {
    height: 100%;
    min-height: 26rem;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 48px rgba(36, 22, 20, 0.12);
}

.gp-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gp-directory-shell,
.gp-district-story {
    padding: 1.6rem;
}

.gp-district-directory-grid {
    display: grid;
    gap: 1rem;
}

.gp-district-card--directory {
    padding: 1.25rem;
}

.gp-district-story .gp-district-richtext {
    margin-top: 1rem;
}

.gp-chip-group--stacked {
    margin-top: 0;
}

.gp-chip-group--stacked span {
    width: 100%;
}

.gp-theme .accordion-item {
    border: 1px solid rgba(56, 35, 30, 0.08);
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 0.8rem;
    background: rgba(255, 255, 255, 0.92);
}

.gp-theme .accordion-button {
    background: rgba(255, 255, 255, 0.96);
    color: #241817;
    font-weight: 700;
    box-shadow: none !important;
}

.gp-theme .accordion-button:not(.collapsed) {
    background: rgba(76, 144, 177, 0.1);
    color: var(--primary-color);
}

.gp-theme .shared-city-gallery-section {
    padding-top: 0;
}

.gp-theme .shared-city-gallery-shell {
    padding: 1.5rem;
}

.gp-theme .shared-city-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gp-theme .shared-city-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 14rem;
}

.gp-theme .shared-city-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-theme .shared-city-gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem;
    background: linear-gradient(180deg, transparent, rgba(20, 17, 18, 0.9));
    color: #fff;
}

@media (max-width: 1199.98px) {
    .gp-proof-grid,
    .gp-process-grid,
    .gp-service-grid,
    .gp-review-grid,
    .gp-district-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .gp-hero-metrics,
    .gp-contact-side-grid,
    .gp-fixed-city-row,
    .gp-quote-top {
        grid-template-columns: 1fr;
    }

    .gp-quote-top {
        display: grid;
    }

    .gp-hero-slider {
        min-height: 24rem;
    }

    .gp-theme .mobile-quick-menu {
        background: rgba(255, 249, 244, 0.94);
        backdrop-filter: blur(18px);
        border-top: 1px solid rgba(48, 28, 24, 0.08);
    }

    .gp-theme .mobile-nav {
        background: rgba(255, 252, 249, 0.98);
    }
}

@media (max-width: 767.98px) {
    .gp-marquee-top {
        grid-template-columns: 1fr;
    }

    .gp-marquee-badges {
        justify-content: flex-start;
    }

    .gp-theme .desktop-header,
    .gp-theme .mobile-topbar {
        padding: 0.85rem 0;
    }

    .gp-theme .mobile-header-brand .header-brand-title {
        font-size: 0.92rem;
        letter-spacing: 0.05em;
    }

    .gp-theme .mobile-header-brand .header-brand-subtitle {
        display: none;
    }

    .gp-hero-shell,
    .gp-proof-card,
    .gp-service-card,
    .gp-review-card,
    .gp-district-card,
    .gp-price-copy,
    .gp-price-card,
    .gp-contact-side,
    .gp-quote-shell,
    .gp-directory-shell,
    .gp-directory-side,
    .gp-district-story,
    .gp-district-side,
    .gp-seo-article,
    .gp-seo-checklist,
    .gp-map-copy {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .gp-proof-grid,
    .gp-process-grid,
    .gp-service-grid,
    .gp-review-grid,
    .gp-review-summary,
    .gp-bottom-grid,
    .gp-district-grid,
    .gp-theme .shared-city-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gp-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gp-gallery-card:nth-child(1),
    .gp-gallery-card:nth-child(2),
    .gp-gallery-card:nth-child(3),
    .gp-gallery-card:nth-child(4),
    .gp-gallery-card:nth-child(5) {
        grid-column: auto;
        min-height: 13rem;
    }

    .gp-page-hero,
    .gp-theme .page-header {
        padding: 6rem 0 3.4rem;
    }

    .gp-marquee-card {
        width: 15rem;
        height: 9rem;
    }

    .gp-trust-highlight-grid {
        grid-template-columns: 1fr;
    }

    .gp-service-media,
    .gp-district-media {
        height: 11rem;
    }

    .gp-hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .gp-theme .header-brand-title {
        font-size: 1.05rem;
    }

    .gp-theme .floating-action-stack,
    .gp-theme .floating-social-stack {
        right: 0.75rem;
        bottom: 5.25rem;
    }

    .gp-theme .floating-action-stack {
        display: none;
    }
}

@keyframes gp-marquee-move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
