@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

/* Variables */
:root {
    --primary-color: #0B1220;
    --secondary-color: #10b981;
    --bg-color: #F4F8FF;
    --text-color: #334155;
    --text-muted: #475569;
    --text-light: #64748b;
    --border-color: #e2e8f0;
    --bg-light: #F4F8FF;
    --white: #ffffff;
    --border-radius: 8px;
    --radius-md: 14px;
    --radius-lg: 16px;
    --radius-xl: 18px;
    --radius-pill: 999px;
    --shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.12);
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --container-width: 1100px;
    --font-main: "Poppins", system-ui, sans-serif;
    --font-display: "Poppins", system-ui, sans-serif;
}

/* Fluid scaling: only scales up on large screens (1440px+) */
@media (min-width: 1440px) {
    html {
        font-size: calc(16px + 0.25vw);
    }
    :root {
        --container-width: 1320px;
    }
}
@media (min-width: 1920px) {
    :root {
        --container-width: 1500px;
    }
}
@media (min-width: 1440px) {
}

/* Reset & Base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

/* Layout */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 4rem 0;
}

.bg-light {
    background-color: var(--bg-light);
}

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

.section-title {
    font-size: 2rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2rem;
    color: var(--text-muted);
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: rgba(15, 23, 42, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.2);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    backdrop-filter: blur(22px) saturate(140%);
}

.header-container {
    max-width: 1210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin: 0 auto;
    padding: 0 24px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.site-logo img,
.site-logo-svg {
    height: 44px;
    width: auto;
    display: block;
}


.site-branding {
    text-align: center;
}

.site-nav {
    display: none;
}

.site-menu {
    display: flex;
    gap: 1.2rem;
    list-style: none;
    align-items: center;
}

.site-menu a {
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--white);
}

.site-menu a:hover {
    color: #a7f3d0;
}

/* Navigation (removed in header) */

/* Hero */
.hero-section {
    background-color: var(--primary-color);
    background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.65)), var(--hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 6rem 0;
    text-align: center;
}

.site-main {
    padding-top: 96px;
}

.site-main.home-page {
    padding-top: 0;
}
.site-main.home1-page {
    padding-top: 0;
}
.site-main.gbx-service-page,
.site-main.areas-page,
.site-main.gbx-areas-page {
    padding-top: 60px;
}
.site-main.services-page {
    padding-top: 60px;
}
.site-main.about-page,
.site-main.faq-page,
.site-main.contact-page,
.site-main.terms-page,
.site-main.cancellation-page {
    padding-top: 0;
}

body.gk-booking-only .site-main {
    padding-top: 0;
}

body.gk-policy-embed .site-main {
    padding-top: 0;
}

.hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle,
.service-hero-subtitle {
    display: none;
}

.hero-content {
    max-width: 760px;
    margin: 0 auto;
}

/* Home TV hero (style-only refresh) */
.home-tv-hero {
    background: radial-gradient(circle at top left, rgba(16, 185, 129, 0.25), transparent 55%),
        linear-gradient(130deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.62)),
        var(--hero-image);
    background-position: right center;
    text-align: left;
}

.home-tv-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 3rem;
    align-items: center;
}

.home-tv-hero-copy .hero-title {
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    line-height: 1.06;
    margin: 0 0 1rem;
    text-wrap: balance;
}

.home-tv-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.95rem;
}

.home-tv-lead {
    font-size: 1.1rem;
    max-width: 560px;
    margin-bottom: 1.9rem;
    color: rgba(255, 255, 255, 0.86);
}

.home-tv-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
}

.home-tv-hero .btn-secondary {
    border-color: rgba(255, 255, 255, 0.4);
    color: #e2e8f0;
}

.home-tv-trust {
    display: flex;
    gap: 1.3rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.home-tv-hero-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.home-tv-hero-image {
    height: 290px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.home-tv-hero-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-tv-hero-badge::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.82);
    flex-shrink: 0;
}

.home-tv-hero-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: transform 0.2s, opacity 0.2s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.btn-primary {
    background-color: var(--secondary-color);
    color: var(--white);
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background-color: var(--primary-color);
    color: var(--white);
    margin-top: 1rem;
}

/* Cards & Grid */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.card {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card h3 {
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.page-banner {
    background: var(--primary-color);
    color: var(--white);
    padding: calc(3rem + 64px) 0 3.5rem;
    text-align: left;
}

.page-banner .page-eyebrow {
    display: none;
}

.page-banner .page-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
    max-width: 700px;
}

.page-banner .page-subtitle {
    display: none;
}

.gk-service-hero .btn {
    margin-top: 1.5rem;
}

.service-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.booking-grid-single {
    max-width: 520px;
    margin: 0 auto;
}

.service-card--compact .card-media {
    min-height: 120px;
}

.service-card--compact .card-body {
    padding: 1rem 1.25rem;
}

.card-media {
    min-height: 190px;
    background-size: cover;
    background-position: center;
}

.service-card:not(.service-card--link) .card-media {
    background-position: center 40%;
}

.card-body {
    padding: 1.75rem;
}

.card-body p {
    margin-bottom: 1rem;
}

.services-grid .service-card:not(.service-card--link) .btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: max-content;
    min-height: 46px;
    padding: 0.75rem 1.25rem;
    line-height: 1.2;
}

.faq-section {
    padding-top: 3rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: 1rem 1.25rem;
}

.faq-item summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary:focus,
.faq-item summary:active {
    background-color: transparent;
}

.faq-item summary:focus-visible {
    outline: 2px solid rgba(16, 185, 129, 0.35);
    outline-offset: 4px;
    border-radius: 10px;
}

.faq-item summary::after {
    content: "+";
    float: right;
    font-weight: 700;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin-top: 0.75rem;
    color: var(--text-color);
}

.faq-entry {
    display: grid;
    gap: 2rem;
    max-width: 1120px;
    margin: 0 auto;
}

.faq-entry h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.6rem, 2.8vw, 2.25rem);
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.faq-entry p {
    margin: 0;
    color: #475569;
    line-height: 1.72;
}

.faq-start-card,
.faq-final-card {
    display: grid;
    gap: 1.35rem;
    padding: 1.65rem;
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.12), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.faq-start-card > div:first-child,
.faq-final-card > div:first-child,
.faq-group-head {
    display: grid;
    gap: 0.75rem;
}

.faq-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.faq-route-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    color: #0f172a;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-route-card:hover,
.faq-route-card:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(16, 185, 129, 0.28);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.faq-route-card strong {
    color: #0f172a;
    line-height: 1.3;
}

.faq-route-card span {
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.55;
}

.faq-group {
    display: grid;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.faq-entry .faq-list {
    gap: 0.8rem;
}

.faq-entry .faq-item {
    padding: 0;
    border-color: #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.faq-entry .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    color: #0f172a;
    line-height: 1.45;
}

.faq-entry .faq-item summary::after {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.1);
    color: #047857;
    flex-shrink: 0;
}

.faq-entry .faq-item p {
    margin: 0;
    padding: 0 1.2rem 1.15rem;
    color: #475569;
}

.faq-final-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.22), transparent 38%),
        linear-gradient(135deg, #0f172a 0%, #14532d 100%);
}

.faq-final-card h2 {
    color: #ffffff;
}

.faq-final-card p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.78);
}

.faq-final-card .btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.38);
}

.faq-final-card .btn-secondary:hover,
.faq-final-card .btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.68);
}

.page-title {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: inherit;
    opacity: 0.9;
}


.gk-contact-bubble {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(16, 185, 129, 0.2);
    z-index: 1002;
    gap: 8px;
    padding: 0 16px;
}

.gk-contact-bubble:hover {
    opacity: 0.92;
}

.gk-contact-bubble-text {
    display: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .gk-contact-bubble {
        right: 16px;
        bottom: calc(18px + env(safe-area-inset-bottom));
    }

    body.has-gk-mobile-book-cta .gk-contact-bubble {
        bottom: calc(96px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 768px) {
    body.gk-booking-active #gk-booking.gk-summary-active ~ .gk-contact-bubble {
        left: 50%;
        right: auto;
        width: min(520px, 92%);
        bottom: env(safe-area-inset-bottom);
        height: 36px;
        border-radius: 999px;
        background: var(--white);
        justify-content: center;
        transform: translateX(-50%);
        box-shadow: 0 8px 16px rgba(16, 185, 129, 0.12);
    }

    body.gk-booking-active #gk-booking.gk-summary-active {
        padding-bottom: calc(56px + env(safe-area-inset-bottom));
    }

    body.gk-booking-active #gk-booking.gk-summary-active ~ .gk-contact-bubble-text {
        display: inline-flex;
    }
}

/* Benefits */
.benefits-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.benefit-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    display: grid;
    gap: 0.75rem;
    align-content: start;
    min-height: 220px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.12);
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.benefit-card p {
    margin: 0;
    color: var(--text-muted);
}

@media (max-width: 980px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .benefit-card {
        min-height: 0;
    }
}

/* Contact Page */
.contact-page--modern {
    background: var(--bg-light);
    font-family: var(--font-display);
}

.contact-hero {
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.24), transparent 44%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.7)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 84px 0 4.6rem;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: 2.5rem;
    align-items: stretch;
}

.contact-hero-copy,
.contact-hero-card,
.contact-hero-links {
    display: flex;
    flex-direction: column;
}

.contact-hero-copy {
    justify-content: center;
    gap: 0.9rem;
    max-width: 640px;
}

.contact-eyebrow,
.contact-stat-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--green-dark, #059669);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-eyebrow::before,
.contact-stat-label::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.contact-hero .contact-eyebrow {
    color: rgba(255, 255, 255, 0.88);
}

.contact-hero .contact-eyebrow::before {
    background: rgba(255, 255, 255, 0.82);
}

.contact-hero-copy h1,
.contact-section-head h2,
.contact-method-copy h2 {
    margin: 0;
    line-height: 1.06;
}

.contact-hero-copy h1 {
    font-size: clamp(2.35rem, 4.5vw, 4.2rem);
    color: var(--white);
    text-wrap: balance;
}

.contact-section-head h2,
.contact-method-copy h2 {
    color: var(--primary-color);
}

.contact-hero-copy p,
.contact-stat-card p,
.contact-method-copy p,
.contact-meta-list span,
.contact-checklist li,
.contact-empty {
    margin: 0;
    line-height: 1.72;
}

.contact-hero-copy p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    max-width: 54ch;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 0.25rem;
}

.contact-hero-actions .btn {
    min-width: 180px;
    text-align: center;
}

.contact-hero-actions .btn-secondary {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    box-shadow: none;
}

.contact-hero-actions .btn-secondary:hover,
.contact-hero-actions .btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
}

.contact-hero-card,
.contact-method-card,
.contact-panel {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.contact-hero-card {
    gap: 1rem;
    padding: 1.2rem;
    color: var(--primary-color);
}

.contact-stat-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--border-color);
}

.contact-stat-card strong,
.contact-method-copy strong,
.contact-meta-list strong,
.contact-hero-link strong {
    color: var(--primary-color);
    font-size: 1.14rem;
    line-height: 1.35;
}

.contact-stat-card p,
.contact-method-copy p,
.contact-meta-list span,
.contact-checklist li,
.contact-empty {
    color: var(--text-muted);
}

.contact-hero-links {
    gap: 0.75rem;
}

.contact-hero-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: var(--primary-color);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-hero-link:hover,
.contact-hero-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(16, 185, 129, 0.25);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
}

.contact-hero-link-label {
    color: var(--text-light);
    font-size: 0.84rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-shell {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.75rem;
    margin-top: -2.8rem;
    padding: 0 0 4rem;
}

.contact-page--secondary .contact-shell,
.contact-shell--secondary {
    margin-top: 0;
    padding-top: 0.5rem;
}

.contact-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
    gap: 1rem;
    align-items: start;
}

.contact-method-stack {
    display: grid;
    gap: 1rem;
}

.contact-method-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1.2rem;
}

.contact-method-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    font-size: 1.2rem;
}

.contact-method-copy {
    display: grid;
    gap: 0.35rem;
}

.contact-action-link,
.contact-shortcut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border-radius: 16px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-action-link {
    border: 1px solid rgba(16, 185, 129, 0.2);
    background: rgba(16, 185, 129, 0.09);
    color: #047857;
    font-weight: 700;
}

.contact-action-link:hover,
.contact-action-link:focus-visible,
.contact-shortcut:hover,
.contact-shortcut:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
}

.contact-method-stack .contact-method-card {
    grid-template-columns: auto minmax(0, 1fr);
}

.contact-method-stack .contact-action-link {
    grid-column: 2;
    justify-self: start;
}

.contact-panel {
    padding: 1.35rem;
}

.contact-section-head {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.95rem;
}

.contact-checklist,
.contact-meta-list {
    display: grid;
    gap: 0.95rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-checklist li,
.contact-meta-list li {
    position: relative;
    padding-left: 1.3rem;
}

.contact-checklist li::before,
.contact-meta-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--secondary-color);
}

.contact-meta-list li {
    display: grid;
    gap: 0.35rem;
}

.contact-route-panel .contact-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-service-shortcuts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.contact-shortcut {
    justify-content: space-between;
    border: 1px solid #dbe5f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--primary-color);
    font-weight: 700;
}

.contact-shortcut i {
    color: var(--secondary-color);
}

.contact-intake-panel {
    display: grid;
    gap: 1.2rem;
}

.contact-intake-form {
    display: grid;
    gap: 1.15rem;
}

.contact-intake-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-intake-field {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.contact-intake-field--full {
    grid-column: 1 / -1;
}

.contact-intake-field span {
    color: var(--primary-color);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.contact-intake-field input,
.contact-intake-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-intake-field textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-intake-field input:focus,
.contact-intake-field input:focus-visible,
.contact-intake-field textarea:focus,
.contact-intake-field textarea:focus-visible {
    outline: none;
    border-color: rgba(16, 185, 129, 0.45);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.contact-intake-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1rem;
}

.contact-intake-note {
    margin: 0;
    color: var(--text-muted);
    max-width: 42rem;
}

.contact-intake-status {
    padding: 0.95rem 1rem;
    border: 1px solid transparent;
    border-radius: 16px;
}

.contact-intake-status--success {
    color: #166534;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.contact-intake-status--error {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.contact-intake-status ul {
    margin: 0;
    padding-left: 1.1rem;
}

.contact-intake-status li + li {
    margin-top: 0.35rem;
}

.contact-intake-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1180px) {
    .contact-hero-grid,
    .contact-overview-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-card {
        max-width: 760px;
    }
}

@media (max-width: 980px) {
    .contact-hero {
        padding-bottom: 4rem;
    }

    .contact-shell {
        margin-top: -2rem;
    }

    .contact-method-stack .contact-method-card,
    .contact-route-panel .contact-checklist,
    .contact-service-shortcuts,
    .contact-intake-grid {
        grid-template-columns: 1fr;
    }

    .contact-method-stack .contact-action-link {
        grid-column: auto;
    }

    .faq-route-grid,
    .faq-final-card {
        grid-template-columns: 1fr;
    }

    .faq-final-card .gbx-action-row {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 72px 0 4.25rem;
    }
    .contact-method-card,
    .contact-panel,
    .contact-hero-card {
        border-radius: 20px;
    }

    .contact-hero-card,
    .contact-panel {
        padding: 1.2rem;
    }

    .contact-shell {
        gap: 1.25rem;
        margin-top: -2rem;
        padding-bottom: 3rem;
    }

    .contact-hero-copy h1 {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    .contact-hero-copy p {
        font-size: 1rem;
    }

    .contact-hero-actions,
    .contact-hero-links {
        width: 100%;
    }

    .contact-hero-actions .btn,
    .contact-hero-link,
    .contact-action-link {
        width: 100%;
    }

    .contact-method-card {
        grid-template-columns: 1fr;
        padding: 1.2rem;
    }

    .contact-action-link {
        justify-content: flex-start;
    }

    .contact-intake-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-intake-actions .btn {
        width: 100%;
    }

    .contact-section-head h2,
    .contact-method-copy h2 {
        font-size: 1.5rem;
    }

    .faq-start-card,
    .faq-final-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .faq-entry .faq-item summary {
        padding: 1rem;
    }

    .faq-entry .faq-item p {
        padding: 0 1rem 1rem;
    }
}
/* Footer */
.site-footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 2rem 0;
    text-align: center;
    margin-top: auto;
}

body.booking-only-page .gk-contact-bubble,
body.booking-only-page .gk-contact-bubble-text {
    display: none !important;
}

.gk-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 156px;
    z-index: 999;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.gk-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gk-back-to-top:hover,
.gk-back-to-top:focus-visible {
    background: var(--secondary-color);
    color: var(--white);
}

.gk-back-to-top:focus-visible {
    outline: 2px solid rgba(16, 185, 129, 0.35);
    outline-offset: 2px;
}

.gk-back-to-top__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .header-container {
        height: 56px;
        padding: 0 16px;
    }

    .gk-back-to-top {
        right: 16px;
        bottom: calc(156px + env(safe-area-inset-bottom));
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-section {
        min-height: 78vh;
        display: flex;
        align-items: center;
    }

    .home-tv-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .home-tv-hero-card {
        order: -1;
    }

    .home-tv-hero-image {
        height: 220px;
    }

    .home-tv-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-tv-hero-actions .btn {
        width: auto;
        min-width: 180px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (min-width: 769px) {
    .site-nav {
        display: block;
    }
}

/* Service landing (modern) */
.service-landing-modern {
    background: var(--bg-light);
    font-family: var(--font-display);
}

.service-hero {
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.25), transparent 45%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.65)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 32vh;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 84px 0 1.25rem;
}

.service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 3rem;
    align-items: center;
}

.service-hero-copy h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 1rem;
}

.service-hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.service-hero-subtitle {
    font-size: 1.1rem;
    max-width: 520px;
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.86);
}

.service-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.service-hero-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.service-hero-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
}

.service-hero-image {
    height: 260px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.service-hero-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-hero-tag::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.82);
    flex-shrink: 0;
}

.service-hero-info {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* Guarantee */
.service-guarantee {
    padding: 0 0 2rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.service-guarantee-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: var(--white);
    border-radius: 0 0 16px 16px;
    padding: 2rem;
    border-left: 4px solid var(--secondary-color);
    box-shadow: var(--shadow-md);
    width: 100%;
    margin: 0;
}

.service-guarantee-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 12px;
    color: var(--secondary-color);
}

.service-guarantee-body h2 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
    color: var(--primary-color);
}

.service-guarantee-body p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .service-guarantee-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        border-left: none;
        border-top: 4px solid var(--secondary-color);
    }
}

/* Social proof / Reviews */
.service-social-proof {
    background: transparent;
}

.service-social-proof-card {
    text-align: center;
    background: transparent;
}

.service-social-proof-header {
    margin-bottom: 2.5rem;
}

.service-social-proof-stars svg {
    width: 28px;
    height: 28px;
    margin: 0 2px;
}

.service-social-proof-rating {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-light);
    font-weight: 500;
}

.service-social-proof-marquee {
    overflow: hidden;
    background: transparent;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.service-social-proof-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
}

.service-social-proof-quote {
    flex: 0 0 320px;
    background: var(--bg-light);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-social-proof-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
}

.service-social-proof-quote p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-style: italic;
}

.service-social-proof-quote cite {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-color);
}

@media (max-width: 600px) {
    .service-social-proof-quote {
        flex: 0 0 260px;
        padding: 1.5rem;
    }
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.service-detail-block {
    background: var(--white);
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-block:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.service-detail-block h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.service-detail-list {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    padding-left: 0;
}

.service-detail-list--muted li {
    color: var(--text-light);
}

.service-section-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.service-section-head h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.service-section-head p {
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto;
}

.service-options-grid,
.service-rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.service-option-card,
.service-rule-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.service-option-card {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.service-option-icon img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

@media (max-width: 768px) {
    .service-option-icon {
        display: flex;
        justify-content: center;
    }
    .service-option-icon img {
        max-width: 240px;
        width: 85%;
    }
    .service-option-text {
        font-size: 1.05rem;
        font-weight: 500;
    }
    .service-option-card {
        grid-template-columns: 110px 1fr;
        align-items: center;
        gap: 0.9rem;
    }
    .service-option-icon {
        justify-content: flex-start;
    }
    .service-option-icon img {
        width: 100%;
        max-width: 110px;
    }
}

.service-option-text {
    color: var(--text-muted);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.service-rule-card {
    background: #fff7ed;
    border-color: #fed7aa;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary:focus,
.service-faq-item summary:active {
    background-color: transparent;
}

.service-faq-item summary:focus-visible {
    outline: 2px solid rgba(16, 185, 129, 0.35);
    outline-offset: -4px;
    border-radius: 10px;
}

.service-faq-item summary::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.service-faq-item[open] summary::after {
    content: '\2212';
    color: var(--secondary-color);
}

.service-faq-item p {
    padding: 0 1.5rem 1.25rem;
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Frequency Cards */
.service-frequency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    max-width: 820px;
    margin: 0 auto;
}

.service-frequency-card {
    position: relative;
    background: var(--white);
    border-radius: 14px;
    padding: 1.5rem;
    border: 2px solid var(--border-color);
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-frequency-card:hover {
    transform: translateY(-3px);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-lg);
}

.service-frequency-card--popular {
    border-color: var(--secondary-color);
    background: rgba(16, 185, 129, 0.04);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}

.service-frequency-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-color);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

.service-frequency-label {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.service-frequency-discount {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary-color);
}

/* Room Checklist */
.service-room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.service-room-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-room-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.service-room-card h3 {
    font-size: 1.05rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(16, 185, 129, 0.2);
}

.service-room-card ul {
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.service-room-card li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.service-room-card li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: 700;
}

/* Extras Cards */
.service-extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.service-extra-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease;
}

.service-extra-card:hover {
    transform: translateY(-3px);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-lg);
}

.service-extra-label {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 0.95rem;
}

.service-extra-microcopy {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 0.15rem;
}

.service-extra-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--secondary-color);
    white-space: nowrap;
}

/* Includes / Excludes icons */
.service-detail-list {
    list-style: none;
}

.service-detail-list li {
    position: relative;
    padding-left: 1.75rem;
    line-height: 1.6;
}

.service-detail-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.6;
}

.service-detail-list--muted li::before {
    content: '\2717';
    color: #f87171;
}

/* Hero Microcopy */
.service-hero-microcopy {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}

/* Final CTA */
.service-booking-card {
    background: var(--bg-light);
}

.service-booking-card .service-section-head h2 {
    color: var(--primary-color);
}

.service-booking-card .service-section-head p {
    color: var(--text-muted);
}

.service-booking-cta--simple {
    text-align: center;
}

.service-booking-btn {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
}

.service-booking-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.service-booking-trust {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.service-booking-trust span {
    font-size: 0.82rem;
    color: var(--text-muted);
    position: relative;
    padding: 0.5rem 1rem 0.5rem 2.2rem;
    background: var(--white);
    border-radius: 999px;
    border: 1px solid var(--border-color);
}

.service-booking-trust span::before {
    content: '\2713';
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-weight: 700;
}

.service-booking {
    background: #ffffff;
}

.service-booking .container {
    background: #f8fafc;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.service-booking-card .container {
    background: #f8fafc;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.service-booking-cta {
    display: block;
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.service-booking-media {
    min-height: 140px;
    background-size: cover;
    background-position: center;
}

.service-booking-body {
    padding: 1.5rem;
}

.service-booking-body h3 {
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.service-booking-body p {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
}

.service-booking-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.service-booking-link:hover .service-booking-body h3 {
    color: var(--secondary-color);
}

@media (max-width: 900px) {
    .service-hero-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-copy h1 {
        font-size: 2.4rem;
    }

    .service-hero-card {
        order: -1;
    }

    .service-booking-cta {
        grid-template-columns: 1fr;
    }

    .service-booking-link {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .service-hero {
        padding: 4.5rem 0 4rem;
    }

    .service-hero-image {
        height: 220px;
    }

    .service-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Booking Only */
.booking-only-page {
    min-height: 100vh;
    min-height: 100dvh;
    background: radial-gradient(circle at top, rgba(16, 185, 129, 0.12), transparent 50%), #f8fafc;
    padding: 0;
    overflow-x: clip;
}

.booking-only-shell {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0px;
}

.booking-only-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.booking-only-page .gk-booking,
body.gk-booking-only .gk-booking,
body.gk-blank-page .gk-booking {
    max-width: 1020px !important;
}

.booking-only-card h1 {
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.booking-only-card p {
    margin-bottom: 2rem;
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .booking-only-page {
        padding: 0;
    }

    .booking-only-shell {
        padding: 0;
    }

    .booking-only-card {
        padding: 0;
    }
}

.service-card--link {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: var(--white);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.service-card--link::after {
    content: "\2192";
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 700;
}

.service-card--link .card-media {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    min-height: 66px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.service-card--link .card-body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.service-card--link .card-body h3 {
    margin: 0;
    color: var(--primary-color);
    font-size: 1rem;
    line-height: 1.3;
}

.service-card--link:hover {
    transform: translateY(-2px);
    border-color: rgba(16, 185, 129, 0.38);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

/* Header auth actions */
.site-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 18px;
}

.site-header-language-switcher {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.site-header-language-switcher .gk-language-switcher__link.is-active {
    display: none;
}

.site-header-language-switcher .gk-language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    color: rgba(248, 250, 252, 0.85);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-header-language-switcher .gk-language-switcher__link span {
    display: none;
}

.site-header-language-switcher .gk-language-switcher__link::before {
    content: '🌐 ' attr(data-label);
}

.site-header-language-switcher .gk-language-switcher__link:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.site-header-auth-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-header-auth-link:hover {
    transform: translateY(-1px);
}

.site-header-auth-link--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.site-header-auth-link--subtle {
    min-height: 40px;
    padding-inline: 14px;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.site-header-auth-link--subtle:hover,
.site-header-auth-link--subtle.is-active {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--white);
}

.site-header-auth-link--primary {
    background: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
    box-shadow: 0 12px 24px rgba(16, 185, 129, 0.24);
}

.site-header-auth-link.is-active {
    border-color: rgba(16, 185, 129, 0.44);
    background: rgba(16, 185, 129, 0.16);
}

.site-header-auth-link--primary.is-active {
    background: var(--secondary-color);
    color: var(--white);
}

.site-header-account-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 14px 6px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header-account-summary:hover,
.site-header-account-summary.is-active {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(16, 185, 129, 0.42);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.site-header-account-summary__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    flex-shrink: 0;
}

.site-header-account-summary__icon svg {
    width: 16px;
    height: 16px;
}

.site-header-account-summary__text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .site-nav {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .site-header-auth-link {
        min-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }

    .site-header-account-summary {
        min-height: 38px;
        padding-right: 12px;
    }

    .site-header-account-summary__text {
        font-size: 12px;
    }
}

.gk-site-auth-modal[hidden] {
    display: none;
}

.gk-site-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 18px;
}

.gk-site-auth-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 26, 0.68);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.gk-site-auth-modal__card {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(92vh, 900px);
    overflow: auto;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.96) 0%, rgba(15, 23, 42, 0.92) 100%);
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.38);
}

.gk-site-auth-modal__content {
    width: 100%;
}

.gk-site-auth-modal .gk-customer-auth {
    max-width: none;
}

.gk-site-auth-modal .gk-customer-auth__hero {
    display: none;
}

.gk-site-auth-modal .gk-customer-auth__card--hub {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 10px;
}

.gk-site-auth-modal .gk-customer-auth__footer {
    padding-top: 8px;
}

body.gk-site-auth-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .gk-site-auth-modal {
        padding: 10px;
    }

    .gk-site-auth-modal__card {
        padding: 12px;
        border-radius: 20px;
        width: 100%;
    }
}

/* Compact site auth modal */
.gk-site-auth-modal {
    padding: 14px;
}

.gk-site-auth-modal__card {
    width: min(460px, 100%);
    max-height: min(88vh, 760px);
    padding: 10px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.2);
}

.gk-site-auth-modal .gk-customer-auth {
    max-width: 410px;
    margin: 0 auto;
}

.gk-site-auth-modal .gk-customer-auth__card--hub {
    gap: 12px;
    padding: 8px 8px 4px;
}

.gk-site-auth-modal .gk-customer-auth__intro {
    gap: 6px;
}

.gk-site-auth-modal .gk-customer-auth__intro h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.gk-site-auth-modal .gk-customer-auth__intro p {
    font-size: 13px;
    line-height: 1.5;
}

.gk-site-auth-modal .gk-auth-methods {
    width: 100%;
    gap: 10px;
}

.gk-site-auth-modal .gk-auth-method__surface,
.gk-site-auth-modal .gk-auth-method__button {
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: none;
}

.gk-site-auth-modal .gk-auth-method__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
}

.gk-site-auth-modal .gk-auth-method__body strong,
.gk-site-auth-modal .gk-auth-method__copy strong {
    font-size: 14px;
}

.gk-site-auth-modal .gk-auth-method__body span,
.gk-site-auth-modal .gk-auth-method__copy span {
    font-size: 12px;
    line-height: 1.45;
}

.gk-site-auth-modal .gk-auth-divider {
    margin: 2px 0;
    font-size: 11px;
}

.gk-site-auth-modal .gk-customer-auth__footer {
    gap: 8px;
    padding-top: 2px;
}

.gk-site-auth-modal .gk-customer-auth.gk-auth-panel-active .gk-customer-auth__card--hub {
    display: none;
}

.gk-site-auth-modal .gk-auth-modal {
    position: static;
    inset: auto;
    display: block;
    padding: 0;
}

.gk-site-auth-modal .gk-auth-modal__backdrop {
    display: none;
}

.gk-site-auth-modal .gk-auth-modal__dialog {
    width: 100%;
    padding: 4px 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}


.gk-site-auth-modal .gk-auth-modal__header {
    gap: 8px;
    padding: 0 18px 0 0;
}

.gk-site-auth-modal .gk-auth-modal__header h4 {
    font-size: 22px;
}

@media (max-width: 768px) {
    .gk-site-auth-modal {
        padding: 10px;
    }

    .gk-site-auth-modal__card {
        width: min(100%, 420px);
        padding: 8px;
        border-radius: 20px;
    }

    .gk-site-auth-modal .gk-customer-auth {
        max-width: 100%;
    }

    .gk-site-auth-modal .gk-customer-auth__intro h3,
    .gk-site-auth-modal .gk-auth-modal__header h4 {
        font-size: 20px;
    }
}

/* Mobile header auth visibility fix */
@media (max-width: 768px) {
    .site-branding {
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-logo-svg {
        display: block;
        height: auto;
        width: min(118px, 32vw);
        max-width: 118px;
    }

    .site-header-actions {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 6px;
        margin-left: 0;
    }

    .site-header-auth-link {
        min-height: 32px;
        padding: 0 9px;
        font-size: 11px;
        border-color: rgba(255, 255, 255, 0.24);
    }
}

@media (max-width: 380px) {
    .site-logo-svg {
        width: min(104px, 30vw);
        max-width: 104px;
    }

    .site-header-auth-link {
        min-height: 30px;
        padding: 0 8px;
        font-size: 10px;
    }

    .site-header-language-switcher .gk-language-switcher__link {
        min-width: 20px;
        min-height: 15px;
        padding: 0 3px;
        font-size: 8px;
    }
}

/* Mobile hamburger menu */
.site-mobile-menu-toggle {
    display: none;
    appearance: none;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: background 0.2s ease;
}

.site-mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.18);
}

.site-mobile-menu-toggle__bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-mobile-menu-toggle.is-open .site-mobile-menu-toggle__bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.site-mobile-menu-toggle.is-open .site-mobile-menu-toggle__bar:nth-child(2) {
    opacity: 0;
}

.site-mobile-menu-toggle.is-open .site-mobile-menu-toggle__bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.site-mobile-drawer[hidden] {
    display: none;
}

.site-mobile-drawer {
    display: none;
}

.site-mobile-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    margin: 0;
}

.site-mobile-menu a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    color: rgba(248, 250, 252, 0.85);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.site-mobile-menu .current-menu-item a,
.site-mobile-menu .current_page_item a {
    background: rgba(16, 185, 129, 0.12);
    color: #fff;
}

/* Drawer language toggle — single tap */
.site-mobile-drawer__switcher .gk-language-switcher {
    display: flex;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    gap: 0;
    border-radius: 0;
    box-shadow: none;
}

.site-mobile-drawer__switcher .gk-language-switcher__link.is-active {
    display: none;
}

.site-mobile-drawer__switcher .gk-language-switcher__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(248, 250, 252, 0.85);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    transition: background 0.2s ease;
}

.site-mobile-drawer__switcher .gk-language-switcher__link span {
    display: none;
}

.site-mobile-drawer__switcher .gk-language-switcher__link::before {
    content: '🌐 ' attr(data-label);
}

.site-mobile-drawer__switcher .gk-language-switcher__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.site-mobile-drawer__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-mobile-drawer__actions .site-header-auth-link {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 14px;
    border-radius: 12px;
}

.site-mobile-drawer__actions .site-header-account-summary {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    padding: 10px 14px;
    border-radius: 14px;
}

.site-mobile-drawer__actions .site-header-account-summary__text {
    font-size: 14px;
}

@media (max-width: 768px) {
    .site-header-actions--desktop {
        display: none !important;
    }

    .site-nav {
        display: none !important;
    }

    .site-mobile-menu-toggle {
        display: flex;
    }

    .site-mobile-drawer {
        display: block;
        position: absolute;
        top: calc(100% + 8px);
        left: 8px;
        right: 8px;
        border-radius: 16px;
        background: rgba(15, 23, 42, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.14);
        -webkit-backdrop-filter: blur(20px) saturate(130%);
        backdrop-filter: blur(20px) saturate(130%);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .site-mobile-drawer__content {
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
}

.booking-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 12px 8px;
}

.booking-topbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.booking-topbar__brand:hover {
    color: #0f172a;
}

.booking-topbar__brand-mark {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.14);
}

.booking-topbar__brand-text {
    font-size: 20px;
}

.booking-topbar__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-topbar__auth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.booking-topbar__auth:hover {
    color: #0f172a;
    transform: translateY(-1px);
}

.booking-topbar__auth--primary {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white);
}

.booking-topbar__auth--primary:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .booking-topbar {
        position: sticky;
        top: 0;
        z-index: 15;
        padding: 10px 10px 6px;
        margin-bottom: 4px;
        background: rgba(248, 250, 252, 0.9);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .booking-topbar__brand-text {
        font-size: 18px;
    }

    .booking-topbar__actions {
        gap: 6px;
    }

    .booking-topbar__auth {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .booking-topbar {
        gap: 8px;
        padding: 8px 8px 6px;
    }

    .booking-topbar__brand {
        gap: 8px;
    }

    .booking-topbar__brand-text {
        font-size: 16px;
    }

    .booking-topbar__auth {
        min-height: 30px;
        padding: 0 8px;
        font-size: 10px;
    }
}












.service-booking-cta.service-booking-cta--simple {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 2rem;
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--border-color);
    text-align: center;
}

.service-booking-cta--simple .service-booking-btn {
    min-width: min(100%, 320px);
}

.service-booking-cta--simple .service-booking-note {
    margin: 0;
    max-width: 560px;
    color: var(--text-muted);
    line-height: 1.6;
}

.service-booking-cta--simple .service-booking-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.service-booking-cta--simple .service-booking-trust span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 34px;
    padding: 0 14px 0 34px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
}

.service-booking-cta--simple .service-booking-trust span::before {
    left: 14px;
}

@media (max-width: 900px) {
    .service-booking-cta.service-booking-cta--simple {
        padding: 1.5rem;
    }

    .service-booking-cta--simple .service-booking-btn {
        width: 100%;
        min-width: 0;
    }
}

/* Mobile drawer overlay + light panel */
body.site-mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    body.site-mobile-menu-open::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(8, 15, 26, 0.55);
        z-index: 998;
    }

    .site-mobile-menu-toggle {
        position: relative;
        z-index: 1001;
    }

    .site-mobile-drawer {
        position: fixed;
        top: 88px;
        left: 12px;
        right: 12px;
        z-index: 1000;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(148, 163, 184, 0.24);
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
        -webkit-backdrop-filter: blur(18px) saturate(120%);
        backdrop-filter: blur(18px) saturate(120%);
        overflow: hidden;
    }

    .site-mobile-menu a {
        color: #0f172a;
        background: transparent;
    }

    .site-mobile-menu a:hover {
        background: rgba(15, 23, 42, 0.05);
        color: #0f172a;
    }

    .site-mobile-menu .current-menu-item a,
    .site-mobile-menu .current_page_item a {
        background: rgba(16, 185, 129, 0.12);
        color: #047857;
    }

    .site-mobile-drawer__switcher .gk-language-switcher__link {
        border: 1px solid rgba(148, 163, 184, 0.28);
        background: #f8fafc;
        color: #0f172a;
    }

    .site-mobile-drawer__switcher .gk-language-switcher__link:hover {
        background: rgba(15, 23, 42, 0.05);
        color: #0f172a;
    }

    .site-mobile-drawer__actions {
        border-top: 1px solid rgba(148, 163, 184, 0.18);
    }
}

/* Mobile drawer auth buttons on light panel */
@media (max-width: 768px) {
    .site-mobile-drawer__actions .site-header-auth-link--ghost {
        background: #f8fafc;
        border-color: rgba(148, 163, 184, 0.28);
        color: #0f172a;
        box-shadow: none;
    }

    .site-mobile-drawer__actions .site-header-auth-link--ghost:hover,
    .site-mobile-drawer__actions .site-header-auth-link--ghost.is-active {
        background: rgba(15, 23, 42, 0.05);
        border-color: rgba(148, 163, 184, 0.34);
        color: #0f172a;
    }

    .site-mobile-drawer__actions .site-header-auth-link--subtle {
        min-height: 48px;
        padding: 0 16px;
        justify-content: center;
        border: 1px solid rgba(148, 163, 184, 0.34);
        border-radius: 12px;
        background: #f8fafc;
        color: #0f172a;
        font-size: 14px;
        font-weight: 700;
        box-shadow: none;
    }

    .site-mobile-drawer__actions .site-header-auth-link--subtle:hover,
    .site-mobile-drawer__actions .site-header-auth-link--subtle.is-active {
        background: rgba(15, 23, 42, 0.04);
        border-color: rgba(148, 163, 184, 0.42);
        color: #0f172a;
    }

    .site-mobile-drawer__actions .site-header-auth-link--primary {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #ffffff;
    }
}

.gk-mobile-book-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: none;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 0.92) 42%, rgba(248, 250, 252, 0.98) 100%);
    pointer-events: none;
}

.gk-mobile-book-cta__inner {
    max-width: 560px;
    margin: 0 auto;
}

.gk-mobile-book-cta__button {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.88);
    background: var(--secondary-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(16, 185, 129, 0.28);
}

.gk-mobile-book-cta__button:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.gk-mobile-book-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
}

.gk-mobile-book-cta__label {
    white-space: nowrap;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 0;
    }

    body.has-gk-mobile-book-cta {
        padding-bottom: calc(96px + env(safe-area-inset-bottom));
    }

    .gk-mobile-book-cta {
        display: block;
    }

    body.has-gk-mobile-book-cta .gk-back-to-top {
        bottom: calc(108px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 380px) {
    .gk-mobile-book-cta__button {
        min-height: 52px;
        padding: 0 16px;
        font-size: 14px;
    }

    .gk-mobile-book-cta__icon {
        width: 32px;
        height: 32px;
    }
}












.site-mobile-menu--secondary {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.site-mobile-drawer__content > .site-mobile-menu + .site-mobile-menu--secondary {
    padding-top: 0;
    border-top: none;
}

@media (max-width: 768px) {
    .site-mobile-drawer__content > .site-mobile-menu + .site-mobile-menu--secondary {
        border-top: none;
        padding-top: 0;
    }
}


/* Auth entry pages */
.auth-entry-page {
    position: relative;
    min-height: calc(100vh - 140px);
    padding: 150px 0 88px;
    background:
        radial-gradient(circle at top left, rgba(16, 185, 129, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fbfc 0%, #eef4f7 100%);
}

.auth-entry-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    gap: 32px;
    align-items: start;
}

.auth-entry-copy {
    display: grid;
    gap: 20px;
    padding: 12px 0;
    max-width: 620px;
}

.auth-entry-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--green-dark, #059669);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auth-entry-eyebrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.auth-entry-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3.35rem);
    line-height: 1.04;
    color: #0f172a;
}

.auth-entry-copy p {
    margin: 0;
    max-width: 58ch;
    color: var(--text-muted);
    font-size: 1.03rem;
    line-height: 1.72;
}

.auth-entry-highlights {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth-entry-highlights li {
    position: relative;
    padding-left: 28px;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.65;
}

.auth-entry-highlights li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--secondary-color);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.14);
    transform: translateY(-50%);
}

.auth-entry-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.auth-entry-link {
    color: #047857;
    font-weight: 600;
    text-decoration: none;
}

.auth-entry-link:hover {
    color: #065f46;
    text-decoration: underline;
}

.auth-entry-panel {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.auth-entry-panel .gk-customer-auth {
    max-width: none;
}

.auth-entry-fallback {
    display: grid;
    gap: 8px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #ffffff;
}

.auth-entry-fallback strong {
    color: #0f172a;
    font-size: 1.1rem;
}

.auth-entry-fallback p {
    margin: 0;
    color: var(--text-muted);
}

@media (max-width: 960px) {
    .auth-entry-page {
        padding: 132px 0 72px;
    }

    .auth-entry-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .auth-entry-copy {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .auth-entry-page {
        padding: 120px 0 56px;
    }

    .auth-entry-copy {
        gap: 16px;
    }

    .auth-entry-panel {
        padding: 12px;
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .auth-entry-page {
        padding-top: 108px;
    }

    .auth-entry-eyebrow {
        min-height: 32px;
        padding: 0 14px;
        font-size: 0.72rem;
    }

    .auth-entry-copy h1 {
        font-size: 1.9rem;
    }

    .auth-entry-copy p,
    .auth-entry-highlights li {
        font-size: 0.95rem;
    }
}

.auth-entry-panel .gk-customer-auth__hero {
    display: none;
}

.auth-entry-panel .gk-customer-auth__card,
.auth-entry-panel .gk-customer-auth__card--hub {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.auth-entry-panel .gk-customer-auth__card--hub::before,
.auth-entry-panel .gk-customer-auth__card::before {
    display: none;
}

.auth-entry-panel .gk-customer-auth__intro {
    gap: 6px;
}

.auth-entry-panel .gk-customer-auth__intro h3 {
    margin-bottom: 2px;
}

.auth-entry-panel .gk-customer-auth__footer {
    padding-top: 8px;
}


.home1-process-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e7f1;
}

.home1-process-visual img {
    display: block;
    width: min(100%, 220px);
    height: auto;
}

@media (min-width: 769px) {
    .header-container {
        position: relative;
    }

    .site-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        text-align: center;
        pointer-events: none;
    }

    .site-branding .site-logo {
        pointer-events: auto;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .site-branding {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: auto;
        text-align: left;
        pointer-events: auto;
    }

    .site-branding .site-logo {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .site-branding,
    .site-logo {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .site-logo img,
    .site-logo-image,
    .site-logo-svg {
        display: block;
        transform: translateY(1px);
    }
}

@media (max-width: 768px) {
    .header-container {
        align-items: center;
    }

    .site-branding {
        display: flex;
        align-items: center;
        align-self: center;
        height: 56px;
    }

    .site-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }

    .site-logo img,
    .site-logo-image,
    .site-logo-svg {
        display: block;
        margin: 0;
        transform: none;
    }
}

@media (max-width: 768px) {
    .header-container {
        position: relative;
    }

    .site-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        z-index: 2;
        text-align: center;
        pointer-events: none;
    }

    .site-branding .site-logo {
        justify-content: center;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .header-container {
        justify-content: flex-end;
    }

    .site-mobile-menu-toggle {
        margin-left: auto;
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 1024px) {
    .site-header-actions--desktop {
        display: none !important;
    }

    .site-nav {
        display: none !important;
    }

    .header-container {
        position: relative;
        justify-content: flex-end;
        align-items: center;
    }

    .site-branding,
    .site-logo {
        display: flex;
        align-items: center;
    }

    .site-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        height: auto;
        z-index: 2;
        text-align: center;
        pointer-events: none;
    }

    .site-branding .site-logo {
        justify-content: center;
        pointer-events: auto;
    }

    .site-mobile-menu-toggle {
        display: flex;
        margin-left: auto;
        position: relative;
        z-index: 1001;
    }

    .site-mobile-drawer {
        display: block;
        position: fixed;
        top: 88px;
        left: 12px;
        right: 12px;
        z-index: 1000;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(148, 163, 184, 0.24);
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
        -webkit-backdrop-filter: blur(18px) saturate(120%);
        backdrop-filter: blur(18px) saturate(120%);
        overflow: hidden;
    }

    .site-mobile-drawer__content {
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    body.site-mobile-menu-open::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(8, 15, 26, 0.55);
        z-index: 998;
    }

    .site-mobile-menu a {
        color: #0f172a;
        background: transparent;
    }

    .site-mobile-menu a:hover {
        background: rgba(15, 23, 42, 0.05);
        color: #0f172a;
    }

    .site-mobile-menu .current-menu-item a,
    .site-mobile-menu .current_page_item a {
        background: rgba(16, 185, 129, 0.12);
        color: #047857;
    }

    .site-mobile-drawer__switcher .gk-language-switcher__link {
        border: 1px solid rgba(148, 163, 184, 0.28);
        background: #f8fafc;
        color: #0f172a;
    }

    .site-mobile-drawer__switcher .gk-language-switcher__link:hover {
        background: rgba(15, 23, 42, 0.05);
        color: #0f172a;
    }

    .site-mobile-drawer__actions {
        border-top: 1px solid rgba(148, 163, 184, 0.18);
    }

    .site-mobile-drawer__actions .site-header-account-summary {
        background: #f8fafc;
        border: 1px solid rgba(148, 163, 184, 0.28);
        color: #0f172a;
        box-shadow: none;
    }

    .site-mobile-drawer__actions .site-header-account-summary:hover,
    .site-mobile-drawer__actions .site-header-account-summary.is-active {
        background: rgba(15, 23, 42, 0.04);
        border-color: rgba(148, 163, 184, 0.38);
        color: #0f172a;
        box-shadow: none;
        transform: none;
    }

    .site-mobile-drawer__actions .site-header-account-summary__text {
        color: #0f172a;
    }

    .site-mobile-drawer__actions .site-header-auth-link--ghost {
        background: #f8fafc;
        border-color: rgba(148, 163, 184, 0.28);
        color: #0f172a;
        box-shadow: none;
    }

    .site-mobile-drawer__actions .site-header-auth-link--ghost:hover,
    .site-mobile-drawer__actions .site-header-auth-link--ghost.is-active {
        background: rgba(15, 23, 42, 0.05);
        border-color: rgba(148, 163, 184, 0.34);
        color: #0f172a;
    }

    .site-mobile-drawer__actions .site-header-auth-link--subtle {
        min-height: 48px;
        padding: 0 16px;
        justify-content: center;
        border: 1px solid rgba(148, 163, 184, 0.34);
        border-radius: 12px;
        background: #f8fafc;
        color: #0f172a;
        font-size: 14px;
        font-weight: 700;
        box-shadow: none;
    }

    .site-mobile-drawer__actions .site-header-auth-link--subtle:hover,
    .site-mobile-drawer__actions .site-header-auth-link--subtle.is-active {
        background: rgba(15, 23, 42, 0.04);
        border-color: rgba(148, 163, 184, 0.42);
        color: #0f172a;
    }

    .site-mobile-drawer__actions .site-header-auth-link--primary {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #ffffff;
    }
}








/* Translation-safe mobile overflow guard */
@media (max-width: 768px) {
    .site-header-actions,
    .booking-topbar__actions,
    .home1-service-actions,
    .home1-final-cta-actions,
    .home-tv-hero-actions {
        flex-wrap: wrap;
    }

    .site-header-auth-link,
    .site-mobile-drawer__actions .site-header-auth-link,
    .booking-topbar__auth,
    .service-frequency-badge,
    .gk-mobile-book-cta__button,
    .gk-mobile-book-cta__label,
    .gk-contact-bubble-text,
    .site-header-language-switcher .gk-language-switcher__link,
    .site-mobile-drawer__switcher .gk-language-switcher__link {
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        line-height: 1.25;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .gk-mobile-book-cta__button {
        height: auto;
        min-height: 56px;
        padding: 10px 14px;
    }

    .service-frequency-badge {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .site-header-auth-link,
    .booking-topbar__auth {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Contact page translation-safe layout guards */
@media (max-width: 980px) {
    .contact-page--modern .contact-hero-grid,
    .contact-page--modern .contact-overview-grid,
    .contact-page--modern .contact-method-stack,
    .contact-page--modern .contact-service-shortcuts {
        min-width: 0;
    }

    .contact-page--modern .contact-hero-grid > *,
    .contact-page--modern .contact-overview-grid > *,
    .contact-page--modern .contact-method-stack > *,
    .contact-page--modern .contact-service-shortcuts > * {
        min-width: 0;
    }

    .contact-page--modern .contact-hero-copy,
    .contact-page--modern .contact-hero-card,
    .contact-page--modern .contact-hero-links,
    .contact-page--modern .contact-method-copy,
    .contact-page--modern .contact-panel,
    .contact-page--modern .contact-stat-card {
        min-width: 0;
        max-width: 100%;
    }

    .contact-page--modern .contact-hero-copy h1,
    .contact-page--modern .contact-hero-copy p,
    .contact-page--modern .contact-stat-card p,
    .contact-page--modern .contact-method-copy h2,
    .contact-page--modern .contact-method-copy p,
    .contact-page--modern .contact-meta-list span,
    .contact-page--modern .contact-checklist li,
    .contact-page--modern .contact-empty,
    .contact-page--modern .contact-shortcut span,
    .contact-page--modern .contact-action-link,
    .contact-page--modern .contact-hero-link strong,
    .contact-page--modern .contact-hero-link-label {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .contact-page--modern .contact-hero-link,
    .contact-page--modern .contact-shortcut,
    .contact-page--modern .contact-action-link {
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .contact-page--modern .contact-hero-grid,
    .contact-page--modern .contact-overview-grid {
        gap: 1rem;
    }

    .contact-page--modern .contact-hero-copy {
        max-width: 100%;
    }

    .contact-page--modern .contact-hero-copy h1,
    .contact-page--modern .contact-hero-copy p {
        max-width: 100%;
    }

    .contact-page--modern .contact-hero-link {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .contact-page--modern .contact-hero-link strong,
    .contact-page--modern .contact-hero-link-label {
        width: 100%;
    }

    .contact-page--modern .contact-hero-actions .btn {
        min-width: 0;
    }
}

/* Grenbee strategic home refresh */
.gb-home {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 26%, #f7faf8 100%);
}

.gb-home-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 48px;
    background:
        linear-gradient(140deg, rgba(7, 16, 34, 0.92), rgba(14, 92, 73, 0.86)),
        var(--gb-home-hero) center/cover no-repeat;
    color: #fff;
}

.gb-home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 30%);
    pointer-events: none;
}

.gb-home-hero__grid,
.gb-home-why__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    align-items: center;
}

.gb-home-hero__copy,
.gb-home-hero__panel,
.gb-home-final__card,
.gb-home-service-card,
.gb-home-value-stack__item,
.gb-home-process-card {
    position: relative;
    z-index: 1;
}

.gb-home-badge,
.gb-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #f8fafc;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gb-home-badge::before,
.gb-home-kicker::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    flex-shrink: 0;
}

.gb-home-kicker {
    color: var(--green-dark, #059669);
}

.gb-home-kicker--light {
    color: #fff;
}

.gb-home-eyebrow {
    margin: 18px 0 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    color: rgba(255,255,255,.84);
}

.gb-home-hero h1 {
    margin: 0;
    font-size: clamp(40px, 6vw, 66px);
    line-height: .95;
    letter-spacing: -.04em;
    max-width: 760px;
}

.gb-home-lead {
    margin: 20px 0 0;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.9);
}

.gb-home-hero__actions,
.gb-home-final__actions,
.gb-home-service-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gb-home-hero__actions {
    margin-top: 28px;
}

.gb-home-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gb-home-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: rgba(255,255,255,.92);
}

.gb-home-proof span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gb-home-hero-card,
.gb-home-service-card,
.gb-home-value-stack__item,
.gb-home-process-card,
.gb-home-final__card {
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.gb-home-hero-card {
    padding: 28px;
    background: rgba(255,255,255,.96);
    color: #0f172a;
}

.gb-home-hero-card__top p {
    margin: 0 0 6px;
    color: #0d9488;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.gb-home-hero-card__top strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
}

.gb-home-hero-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
    display: grid;
    gap: 12px;
}

.gb-home-hero-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.gb-home-hero-list a,
.gb-home-text-link {
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
}

.gb-home-hero-note {
    display: grid;
    gap: 6px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
    color: #334155;
    font-size: 15px;
    line-height: 1.6;
}

.gb-home-head {
    max-width: 840px;
    margin-bottom: 28px;
}

.gb-home-head--center {
    text-align: center;
    margin-inline: auto;
}

.gb-home-head h2,
.gb-home-why h2,
.gb-home-final h2 {
    margin: 14px 0 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -.03em;
    color: #0f172a;
}

.gb-home-head p,
.gb-home-why p,
.gb-home-final p {
    margin: 16px 0 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.gb-home-services__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gb-home-service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.gb-home-service-card__media {
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
}

.gb-home-service-card__body {
    padding: 24px;
}

.gb-home-service-card__eyebrow {
    margin: 0 0 10px;
    color: #0d9488;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gb-home-service-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    color: #0f172a;
}

.gb-home-service-card p {
    margin: 14px 0 0;
    color: #475569;
    line-height: 1.65;
}

.gb-home-service-card__actions {
    margin-top: 18px;
    align-items: center;
}

.gb-home-checklist {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.gb-home-checklist li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #0f172a;
}

.gb-home-checklist li::before {
    content: '•';
    position: absolute;
    left: 10px;
    top: -2px;
    color: #10b981;
    font-size: 26px;
    line-height: 1;
}

.gb-home-value-stack {
    display: grid;
    gap: 16px;
}

.gb-home-value-stack__item {
    padding: 22px 22px 24px;
    background: #fff;
    border: 1px solid #dbe5f0;
}

.gb-home-value-stack__item strong {
    display: block;
    font-size: 20px;
    color: #0f172a;
}

.gb-home-value-stack__item span {
    display: block;
    margin-top: 10px;
    color: #475569;
    line-height: 1.65;
}

.gb-home-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gb-home-process-card {
    padding: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
}

.gb-home-process-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    font-weight: 800;
}

.gb-home-process-card h3 {
    margin: 18px 0 0;
    font-size: 22px;
    color: #0f172a;
}

.gb-home-process-card p {
    margin: 12px 0 0;
    color: #475569;
    line-height: 1.65;
}

.gb-home-final {
    padding-bottom: 84px;
}

.gb-home-final__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%);
    color: #fff;
}

.gb-home-final__card h2,
.gb-home-final__card p {
    color: #fff;
}

@media (max-width: 1024px) {
    .gb-home-services__grid,
    .gb-home-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gb-home-hero__grid,
    .gb-home-why__grid,
    .gb-home-final__card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .gb-home-hero {
        padding-top: 72px;
    }

    .gb-home-hero h1 {
        font-size: 40px;
    }

    .gb-home-services__grid,
    .gb-home-process__grid {
        grid-template-columns: 1fr;
    }

    .gb-home-hero-card,
    .gb-home-final__card,
    .gb-home-service-card__body,
    .gb-home-process-card,
    .gb-home-value-stack__item {
        padding: 22px;
    }

    .gb-home-hero-list li {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Grenbee public refinement */
.gbx-home,
.gbx-service-page {
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 20%, #f8fbf9 100%);
}

.gbx-home-section {
    padding: 76px 0;
}

.gbx-home-section--soft {
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.04) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.gbx-home-section--flush-bottom {
    padding-bottom: 96px;
}

.gbx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--green-dark, #059669);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gbx-kicker::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gbx-kicker--light {
    color: rgba(255, 255, 255, 0.9);
}

.gbx-kicker--light::before {
    background: rgba(255, 255, 255, 0.82);
}

.gbx-section-head {
    max-width: 820px;
    margin-bottom: 32px;
}

.gbx-section-head .gbx-kicker,
.home1-section-head .gbx-kicker {
    width: fit-content;
    justify-self: start;
}

.gbx-section-head--center {
    text-align: center;
    margin-inline: auto;
}

.gbx-section-head--center .gbx-kicker,
.home1-section-head--center .gbx-kicker {
    justify-self: center;
}

.gbx-section-head h2,
.gbx-home-hero__copy h1,
.gbx-page-hero h1,
.gbx-service-hero__copy h1,
.gbx-final-card h2 {
    margin: 14px 0 0;
    font-size: clamp(2rem, 3.5vw, 2.85rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.gbx-home-hero__copy h1,
.gbx-service-hero__copy h1,
.gbx-final-card h2 {
    color: #ffffff;
}

.gbx-section-head p,
.gbx-home-hero__lead,
.gbx-page-hero p,
.gbx-service-hero__lead,
.gbx-final-card p,
.gbx-stack-card p,
.gbx-panel-card__note,
.gbx-panel-card--hero p {
    margin: 16px 0 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #475569;
}

.gbx-home-hero,
.gbx-service-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.gbx-home-hero {
    padding: 98px 0 74px;
    background:
        linear-gradient(140deg, rgba(8, 15, 31, 0.92), rgba(14, 92, 73, 0.82)),
        var(--gbx-home-hero) center/cover no-repeat;
}

.gbx-service-hero {
    padding: 70px 0 54px;
    background:
        linear-gradient(135deg, rgba(8, 15, 31, 0.94), rgba(8, 15, 31, 0.72)),
        var(--gbx-service-hero) center/cover no-repeat;
}

.gbx-home-hero::before,
.gbx-service-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%);
    pointer-events: none;
}

.gbx-home-hero__grid,
.gbx-page-hero__grid,
.gbx-service-hero__grid,
.gbx-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.gbx-home-hero__eyebrow,
.gbx-service-hero__microcopy {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.gbx-home-hero__lead,
.gbx-service-hero__lead,
.gbx-final-card p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
}

.gbx-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.gbx-action-row--compact {
    margin-top: 20px;
    align-items: center;
}

.gbx-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gbx-pill-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
}

.gbx-pill-row span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gbx-panel-card,
.gbx-service-card,
.gbx-stack-card,
.gbx-process-card,
.gbx-detail-card,
.gbx-room-card,
.gbx-addon-card,
.gbx-quote-card,
.gbx-frequency-card,
.gbx-rule-card,
.gbx-final-card {
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.gbx-panel-card {
    padding: 28px;
}

.gbx-panel-card--soft {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gbx-panel-card--hero {
    padding: 18px;
    background: rgba(255,255,255,0.96);
}

.gbx-panel-card__head p {
    margin: 0 0 6px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gbx-panel-card__head h2,
.gbx-panel-card__head strong {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
    color: #0f172a;
}

.gbx-home-service-list,
.gbx-inline-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.gbx-home-service-list li,
.gbx-inline-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.gbx-home-service-list strong,
.gbx-inline-list strong {
    display: block;
    color: #0f172a;
}

.gbx-home-service-list span,
.gbx-inline-list span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #64748b;
}

.gbx-home-service-list a,
.gbx-text-link {
    align-self: center;
    color: #0f766e;
    font-weight: 800;
    text-decoration: none;
}

.gbx-inline-list--cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gbx-inline-list--cards li,
.gbx-inline-list--summary li {
    justify-content: flex-start;
}

.gbx-service-grid,
.gbx-quote-grid,
.gbx-room-grid,
.gbx-addon-grid,
.gbx-rule-grid,
.gbx-frequency-grid,
.gbx-detail-grid,
.gbx-process-grid {
    display: grid;
    gap: 32px;
}

.gbx-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbx-service-card {
    overflow: hidden;
}

.gbx-service-card__media {
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
}
.gbx-service-card__media--empty {
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}

.gbx-service-card__body {
    padding: 24px;
}

.gbx-service-card__eyebrow {
    margin: 0 0 10px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gbx-service-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    color: #0f172a;
}

.gbx-service-card p,
.gbx-service-card__meta {
    margin: 14px 0 0;
    color: #475569;
    line-height: 1.65;
}

.gbx-service-card__meta {
    font-size: 14px;
    color: #0f766e;
    font-weight: 700;
}

.gbx-page-hero {
    padding: 56px 0 24px;
}

.gbx-page-hero--secondary {
    padding: 84px 0 20px;
}

.gbx-page-hero--secondary .gbx-page-hero__grid {
    gap: 18px;
}

.gbx-secondary-hero__content {
    display: grid;
    gap: 0.75rem;
    max-width: 760px;
}

.gbx-page-hero--secondary h1 {
    max-width: 16ch;
}

.gbx-page-hero--secondary p {
    max-width: 62ch;
}

.gbx-secondary-hero__points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gbx-secondary-hero__points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--text-muted);
}

.gbx-secondary-hero__points li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gbx-page-hero h1,
.gbx-page-hero p {
    color: #0f172a;
}

.gbx-page-hero p {
    max-width: 740px;
}

.gbx-service-hero__media {
    height: 240px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.gbx-service-hero__summary {
    padding: 22px 20px 20px;
}

.gbx-panel-card__head {
    margin-bottom: 18px;
}

.gbx-panel-card__head p {
    margin: 0 0 6px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gbx-service-hero__summary h2 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.2;
    color: #0f172a;
}

.gbx-service-hero__aside-actions {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.gbx-service-hero__aside-actions .btn-block {
    width: 100%;
}

.gbx-service-hero__mini-block {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.gbx-service-hero__mini-block strong {
    display: block;
    color: #0f172a;
    font-size: 0.98rem;
}

.gbx-service-hero__mini-block p {
    margin-top: 8px;
    font-size: 15px;
}

.gbx-service-hero__mini-block--muted {
    color: #475569;
}

.gbx-quote-card p,
.gbx-quote-card cite {
    margin: 0;
}

.gbx-quote-card p {
    color: #334155;
    line-height: 1.75;
    font-style: italic;
}

.gbx-quote-card cite {
    display: block;
    margin-top: 14px;
    color: #0f766e;
    font-style: normal;
    font-weight: 700;
}

.gbx-secondary-page-shell {
    padding-top: 1rem;
}

.gbx-secondary-page-shell--areas {
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.gbx-secondary-entry {
    display: grid;
    gap: 1.2rem;
    max-width: 900px;
    padding: 1.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.gbx-secondary-entry--policy {
    max-width: 920px;
}

.gbx-secondary-entry > * {
    margin-top: 0;
}

.gbx-secondary-entry h2,
.gbx-secondary-entry h3 {
    color: #0f172a;
}

.gbx-secondary-entry p,
.gbx-secondary-entry li {
    color: #475569;
}

.gbx-secondary-entry ul,
.gbx-secondary-entry ol {
    padding-left: 1.25rem;
}

.gbx-about-entry {
    max-width: 1120px;
    gap: 2rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.gbx-about-entry h2 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.gbx-about-entry h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.gbx-about-entry p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.gbx-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    gap: 1.5rem;
    align-items: stretch;
}

.gbx-about-intro > div,
.gbx-about-note,
.gbx-about-card,
.gbx-about-step {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.gbx-about-intro > div {
    display: grid;
    gap: 1rem;
    padding: 2rem;
}

.gbx-about-note {
    display: grid;
    gap: 0.85rem;
    align-content: center;
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.14), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
}

.gbx-about-note strong {
    color: #0f172a;
    font-size: 1.08rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.gbx-about-section {
    display: grid;
    gap: 1.15rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.gbx-about-grid,
.gbx-about-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gbx-about-card,
.gbx-about-step {
    display: grid;
    gap: 0.65rem;
    padding: 1.45rem;
}

.gbx-about-step {
    position: relative;
    padding-top: 2.75rem;
}

.gbx-about-step span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #10b981;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.gbx-about-section--split {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    align-items: start;
    gap: 1.5rem;
}

.gbx-about-section--split > div {
    display: grid;
    gap: 1rem;
}

.gbx-about-checklist {
    display: grid;
    gap: 0.85rem;
    padding: 1.35rem;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.gbx-about-checklist li {
    position: relative;
    padding-left: 1.55rem;
    color: #475569;
    line-height: 1.65;
}

.gbx-about-checklist li::before {
    content: '';
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.12);
}

.gbx-about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.65rem;
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.26), transparent 38%),
        linear-gradient(135deg, #0f172a 0%, #14532d 100%);
    border-radius: 26px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.gbx-about-cta > div:first-child {
    display: grid;
    gap: 0.65rem;
}

.gbx-about-cta h2 {
    color: #ffffff;
}

.gbx-about-cta p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
}

.gbx-about-cta .btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.38);
}

.gbx-about-cta .btn-secondary:hover,
.gbx-about-cta .btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.68);
}

.gbx-secondary-overview {
    display: grid;
    gap: 1rem;
}

.gbx-secondary-overview__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gbx-secondary-overview__stat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.gbx-secondary-overview__stat strong {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.35;
}

.gbx-secondary-overview__stat span {
    color: #475569;
    line-height: 1.55;
}

.gbx-secondary-overview__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gbx-secondary-overview__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--primary-color);
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.gbx-secondary-overview__chip::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gbx-secondary-overview__chip:hover,
.gbx-secondary-overview__chip:focus-visible {
    transform: translateY(-1px);
    color: var(--green-dark, #059669);
}

@media (max-width: 1100px) {
    .gbx-service-grid,
    .gbx-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gbx-home-hero__grid,
    .gbx-page-hero__grid,
    .gbx-service-hero__grid,
    .gbx-split-grid,
    .gbx-final-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .gbx-service-hero {
        padding-top: 72px;
    }

    .gbx-about-intro,
    .gbx-about-section--split,
    .gbx-about-cta {
        grid-template-columns: 1fr;
    }

    .gbx-about-grid,
    .gbx-about-steps {
        grid-template-columns: 1fr;
    }

    .gbx-about-cta .gbx-action-row {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .gbx-home-section {
        padding: 72px 0;
    }

    .gbx-home-hero,
    .gbx-service-hero {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .gbx-service-grid,
    .gbx-process-grid,
    .gbx-page-hero__grid,
    .gbx-home-hero__grid,
    .gbx-service-hero__grid,
    .gbx-split-grid {
        grid-template-columns: 1fr;
    }

    .gbx-service-grid,
    .gbx-process-grid,
    .gbx-room-grid,
    .gbx-quote-grid,
    .gbx-detail-grid,
    .gbx-addon-grid,
    .gbx-rule-grid,
    .gbx-frequency-grid {
        grid-template-columns: 1fr;
    }

    .gbx-home-service-list li,
    .gbx-inline-list li,
    .gbx-addon-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .gbx-panel-card,
    .gbx-service-card__body,
    .gbx-stack-card,
    .gbx-process-card,
    .gbx-detail-card,
    .gbx-room-card,
    .gbx-quote-card,
    .gbx-rule-card,
    .gbx-final-card {
        padding: 22px;
    }

    .gbx-page-hero {
        padding-top: 72px;
    }

    .gbx-page-hero--secondary {
        padding: 72px 0 18px;
    }

    .gbx-secondary-hero__points {
        flex-direction: row;
        align-items: flex-start;
    }

    .gbx-secondary-hero__points li {
        width: fit-content;
        max-width: max-content;
        justify-content: flex-start;
    }

    .gbx-secondary-entry {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .gbx-about-entry {
        padding: 0;
        border-radius: 0;
    }

    .gbx-secondary-overview__stats {
        grid-template-columns: 1fr;
    }
}

.site-main.gbx-service-page,
.site-main.areas-page,
.site-main.gbx-areas-page {
    padding-top: 0px;
}
.gbx-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}
.gbx-rating--lg {
    padding: 0.55rem 0.95rem;
    font-size: 1rem;
}
.gbx-rating--lg .gbx-rating__stars {
    font-size: 1.05rem;
}
.gbx-rating__stars {
    letter-spacing: 0.08em;
    color: #f59e0b;
}
.gbx-rating__count {
    color: #475569;
    font-weight: 500;
}
.gbx-rating--light {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}
.gbx-rating--light .gbx-rating__count {
    color: rgba(255, 255, 255, 0.75);
}
.gbx-rating--cta {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}
.gbx-rating--right {
    margin-left: auto;
    margin-top: 1rem;
}
.gbx-service-hero__copy .gbx-rating--cta {
    margin-top: 1.25rem;
}
.gbx-rating--mobile-only {
    display: none;
}

.gbx-rating--desktop-only {
    display: inline-flex;
}

.gbx-service-hero__rating {
    display: flex;
    width: 100%;
    margin-top: 1rem;
}
.gbx-service-hero__copy .gbx-service-hero__rating .gbx-rating {
    width: fit-content;
    max-width: 100%;
}
@media (max-width: 900px) {
    .gbx-service-hero__rating {
        justify-content: center;
        text-align: center;
    }

    .gbx-rating--desktop-only {
        display: none !important;
    }

    .gbx-rating--mobile-only {
        display: inline-flex;
    }

    .gbx-service-hero__grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .gbx-service-hero__copy {
        max-width: 720px;
        margin: 0 auto;
    }

    .gbx-service-hero__copy .gbx-service-hero__rating .gbx-rating,
    .gbx-rating--right {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (min-width: 901px) {
    .gbx-rating--mobile-only {
        display: none !important;
    }
}
@media (max-width: 640px) {
    .gbx-service-hero__copy .gbx-service-hero__rating .gbx-rating {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.35rem;
    }
}
@media (min-width: 901px) {
    .gbx-service-hero__aside {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 100%;
        width: 100%;
    }

    .gbx-service-hero__aside {
        align-self: center;
    }

    .gbx-service-hero__aside .gbx-rating--desktop-only {
        margin-top: 0;
        margin-left: 0;
        margin-right: clamp(0px, 1.5vw, 18px);
    }
}

/* Final v11: make How it works visuals larger in landings and match home to that treatment */
.gbx-process-card--icon img {
    width: 94%;
    height: auto;
    max-width: 196px;
}

@media (max-width: 980px) {
    .gbx-process-card--icon img {
        max-width: 186px;
    }
}

@media (max-width: 640px) {
    .gbx-process-card--icon img {
        max-width: 176px;
    }
}


/* Final v12: service landing editorial sections, icon fallback, and iPhone form zoom prevention */
.contact-method-icon svg,
.contact-shortcut svg {
    width: 1.2em;
    height: 1.2em;
    display: block;
    flex: 0 0 auto;
}

.contact-shortcut svg {
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
    select,
    textarea {
        font-size: 16px !important;
    }

    .contact-method-icon {
        width: 52px;
        height: 52px;
    }
}

/* Final v13: stronger conversion polish for services and landing quick navigation */
.gbx-service-card__price,
.gbx-service-card__meta--soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1.25;
}

.gbx-service-card__price {
    color: var(--primary-color);
    background: #eef2ff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    font-weight: 700;
}

.gbx-service-card__meta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.gbx-service-card__meta--soft {
    color: var(--text-muted);
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.gbx-hero-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.gbx-hero-jump-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gbx-hero-jump-links a:hover,
.gbx-hero-jump-links a:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
}

.gbx-service-hero__summary {
    width: min(100%, 420px);
}

.gbx-service-hero__rating-card {
    margin-top: 0;
}

.gbx-service-card__meta,
.gbx-service-card__best-for {
    font-size: 0.9rem;
}

.gbx-service-card--enhanced {
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.gbx-service-card--enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 56px rgba(15, 23, 42, 0.12);
    border-color: rgba(16, 185, 129, 0.22);
}

.gbx-service-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
}

.gbx-service-card__best-for {
    margin-top: 0.9rem;
    color: var(--text-muted);
}

.gbx-action-row--service-card {
    margin-top: 1.15rem;
}

.gbx-action-row--service-card .btn-secondary {
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--primary-color);
    background: #ffffff;
}

.gbx-action-row--service-card .btn-secondary:hover,
.gbx-action-row--service-card .btn-secondary:focus-visible {
    border-color: rgba(16, 185, 129, 0.34);
    background: rgba(16, 185, 129, 0.05);
    color: var(--primary-color);
}

@media (max-width: 980px) {
    .gbx-service-hero__summary {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .gbx-hero-jump-links a {
        width: 100%;
        justify-content: center;
    }

    .gbx-service-card__topline {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Refinement pass: micro hierarchy, card rhythm, and tighter mobile conversion */
.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    line-height: 1.15;
    text-align: center;
}

.btn-small {
    min-height: 44px;
}

.gbx-section-head {
    display: grid;
    gap: 0.5rem;
}

.gbx-section-head p {
    line-height: 1.7;
}

.gbx-panel-card--hero {
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.13);
}

.gbx-service-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.gbx-service-card h3 {
    margin-bottom: 0;
}

.gbx-service-card__body > p {
    margin: 0;
}

.gbx-service-card__best-for {
    margin: 0;
    padding: 0.78rem 0.9rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--text-muted);
    line-height: 1.55;
}

.gbx-service-card__meta-wrap {
    display: grid;
    gap: 0.6rem;
}

.gbx-action-row--service-card {
    margin-top: auto;
    padding-top: 0.35rem;
}

.gbx-action-row--service-card .btn {
    flex: 1 1 calc(50% - 6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.82rem 0.9rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

.home1-final-cta-actions .btn,
.gbx-final-card .gbx-action-row .btn,
.gbx-inline-cta .gbx-action-row .btn,
.gbx-service-hero__aside-actions .btn {
    min-width: 190px;
}

.gbx-hero-jump-links a {
    min-height: 40px;
}

.gbx-panel-card__head h2 {
    max-width: 18ch;
}

.gbx-service-hero__mini-block p,
.gbx-service-hero__mini-block strong {
    max-width: 28ch;
}

.gbx-service-page .gbx-section-head h2,
.gbx-service-page .gbx-detail-card h2,
.gbx-service-page .gbx-detail-card h3,
.gbx-service-page .gbx-room-card h3,
.gbx-service-page .gbx-stack-card strong,
.gbx-service-page .gbx-addon-card strong {
    font-weight: 600;
}

/* Stabilize current customer-style service cards.
   Older visual-card overrides could reveal background layers on hover. */
@media (max-width: 900px) {
    .home1-hero-grid,
    .gbx-service-hero__grid {
        gap: 1.5rem;
    }

    .home1-hero-card,
    .gbx-panel-card--hero,
    .gbx-inline-cta,
    .gbx-guarantee-card,
    .gbx-final-card {
        border-radius: 24px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 3.25rem 0;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home1-hero-card,
    .gbx-panel-card--hero,
    .gbx-inline-cta,
    .gbx-guarantee-card,
    .gbx-final-card {
        padding: 1.15rem;
    }

    .home1-hero-card h1,
    .gbx-page-hero h1 {
        letter-spacing: -0.03em;
    }

    .home1-hero-actions,
    .home1-final-cta-actions,
    .gbx-action-row,
    .gbx-action-row--service-card,
    .gbx-service-hero__aside-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home1-hero-actions .btn,
    .home1-final-cta-actions .btn,
    .gbx-action-row .btn,
    .gbx-action-row--service-card .btn,
    .gbx-service-hero__aside-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .gbx-service-card--enhanced {
        border-radius: 22px;
    }

    .gbx-service-card__media {
        height: 180px;
    }

    .gbx-service-card__body {
        padding: 1.15rem;
        gap: 0.7rem;
    }

    .gbx-service-card__best-for {
        font-size: 0.94rem;
    }

    .gbx-hero-jump-links a {
        min-height: 44px;
    }

    .gbx-hero-jump-links {
        gap: 0.55rem;
    }

    .gbx-service-hero__summary,
    .gbx-inline-cta,
    .gbx-guarantee-card,
    .gbx-final-card {
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
    }
}

@media (max-width: 480px) {
    .home1-hero-grid,
    .home1-hero-copy-shell {
        width: 100%;
        min-width: 0;
    }

    .home1-hero-card,
    .home1-hero-card--content {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home1-hero-badge {
        position: static;
        margin-bottom: 0.85rem;
        align-self: flex-start;
    }

    .home1-hero-card h1,
    .gbx-service-hero__copy h1 {
        font-size: clamp(1.95rem, 8vw, 2.45rem);
        line-height: 1.18;
        letter-spacing: 0.012em;
    }

    .gbx-service-card__media {
        height: 168px;
    }

    .home1-hero-meta {
        font-size: 0.85rem;
    }

    .gbx-hero-jump-links a {
        justify-content: flex-start;
    }
}

/* Decorative labels: keep text accents from stretching full width */
.gbx-kicker,
.contact-eyebrow,
.contact-stat-label,
.service-hero-eyebrow,
.service-hero-tag,
.home1-hero-badge,
.home-tv-hero-badge,
.gbx-secondary-hero__points li {
    width: fit-content;
    max-width: max-content;
    flex: 0 0 auto;
    align-self: flex-start;
    justify-self: start;
}

.gbx-secondary-hero__points {
    align-items: flex-start;
}
