/* IPC — Professional / service-business theme (clean, trustworthy) */

body.site-professional {
    background: #f7f9fc;
    color: var(--navy);
}

/* ── No splash loader ───────────────────────────────────────── */
body.site-professional #page-loader {
    display: none !important;
}

/* ── Header: solid white bar ────────────────────────────────── */
body.site-professional .site-nav-v3 {
    padding: 0.75rem 1rem 0;
}

body.site-professional .site-nav-v3__bar--hero .site-nav-v3__logo img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

body.site-professional .site-nav-v3__bar--scrolled .site-nav-v3__logo img {
    filter: none;
    transition: filter 0.3s ease;
}

body.site-professional .site-nav-v3__bar,
body.site-professional .site-nav-v3__bar--hero {
    background: var(--navy);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 24px rgba(12, 31, 61, 0.2);
    backdrop-filter: none;
}

body.site-professional .site-nav-v3__bar--scrolled {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(12, 31, 61, 0.08);
    box-shadow: 0 4px 24px rgba(12, 31, 61, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.site-professional .site-nav-v3__link--hero {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: none;
}

body.site-professional .site-nav-v3__link--hero:hover {
    color: #fff;
}

body.site-professional .site-nav-v3__link--scrolled {
    color: var(--navy);
    text-shadow: none;
}

body.site-professional .site-nav-v3__link--scrolled:hover {
    color: var(--primary);
}

body.site-professional .site-nav-v3__bar--hero .location-picker__pin,
body.site-professional .site-nav-v3__bar--hero .location-picker__label,
body.site-professional .site-nav-v3__bar--hero .location-picker__chevron {
    color: rgba(255, 255, 255, 0.95);
}

body.site-professional .site-nav-v3__bar--scrolled .location-picker__pin,
body.site-professional .site-nav-v3__bar--scrolled .location-picker__label,
body.site-professional .site-nav-v3__bar--scrolled .location-picker__chevron {
    color: var(--navy);
}

body.site-professional .site-nav-v3__bar--hero .location-picker__city {
    color: rgba(226, 232, 240, 0.85);
}

body.site-professional .site-nav-v3__bar--scrolled .location-picker__city {
    color: var(--muted);
}

body.site-professional .site-nav-v3__bar--hero .location-picker__trigger {
    border-right-color: rgba(255, 255, 255, 0.2);
}

body.site-professional .site-nav-v3__bar--scrolled .location-picker__trigger {
    border-right-color: var(--border);
}

body.site-professional .site-nav-v3 .location-picker {
    flex-shrink: 0;
}

body.site-professional .site-nav-v3 .location-picker__trigger {
    min-width: 112px;
    flex-shrink: 0;
    opacity: 1;
}

body.site-professional .site-nav-v3 .location-picker__label,
body.site-professional .site-nav-v3 .location-picker__city,
body.site-professional .site-nav-v3 .location-picker__pin,
body.site-professional .site-nav-v3 .location-picker__chevron {
    opacity: 1;
    visibility: visible;
}

body.site-professional .site-nav-v3__bar--hero .nav-search__icon,
body.site-professional .nav-search-wrap--hero .nav-search__icon {
    color: var(--muted);
}

body.site-professional .site-nav-v3__bar--hero .nav-search__input,
body.site-professional .nav-search-wrap--hero .nav-search__input {
    color: var(--navy);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

body.site-professional .site-nav-v3__bar--hero .nav-search__input::placeholder,
body.site-professional .nav-search-wrap--hero .nav-search__input::placeholder {
    color: var(--muted);
}

body.site-professional .site-nav-v3__bar--hero .nav-search__input:focus,
body.site-professional .nav-search-wrap--hero .nav-search__input:focus {
    border-color: var(--primary);
}

body.site-professional .site-nav-v3__bar--hero .site-nav-v3__menu-btn {
    color: #fff;
}

body.site-professional .site-nav-v3__bar--scrolled .site-nav-v3__menu-btn {
    color: var(--navy);
}

body.site-professional .site-nav-v3__phone-cta--hero {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

body.site-professional .site-nav-v3__phone-cta--scrolled {
    color: var(--navy);
    border-color: var(--border);
    background: #fff;
}

/* ── Homepage: no extra main padding (pests or hero is first) ─── */
body.site-professional main#main-content:has(.home-page--hero-first),
body.site-professional main#main-content:has(.home-page--pests-first) {
    padding-top: 0;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh--primary {
    margin-top: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 55%, #eef4f9 100%);
    color: var(--navy);
    border-bottom: 1px solid #d8e2ec;
}

body.site-professional #hero-mesh.hero-mesh {
    color: var(--navy);
}

body.site-professional #hero-mesh .hero-grid-pattern,
body.site-professional #hero-mesh > .absolute.pointer-events-none:not(.hero-mesh__inner) {
    display: none !important;
}

/* Hero is first child — pad below fixed nav */
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh--primary:first-child .hero-mesh__inner {
    padding-top: calc(5.25rem + 1.25rem);
    padding-bottom: 2.75rem;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh--primary:first-child .hero-mesh__inner {
        padding-top: calc(5.25rem + 1.75rem);
        padding-bottom: 3.25rem;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh--primary:first-child .hero-mesh__inner {
        padding-top: calc(5.25rem + 2rem);
        padding-bottom: 3.75rem;
    }
}

/* Hero follows pests section */
body.site-professional .home-page--pests-first > #hero-mesh.hero-mesh--primary .hero-mesh__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
}

@media (min-width: 640px) {
    body.site-professional .home-page--pests-first > #hero-mesh.hero-mesh--primary .hero-mesh__inner {
        padding-top: 3rem;
        padding-bottom: 3.25rem;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--pests-first > #hero-mesh.hero-mesh--primary .hero-mesh__inner {
        padding-top: 3.5rem;
        padding-bottom: 3.75rem;
    }
}

/* Hero copy — prominent headline */
body.site-professional #hero-mesh .hero-copy__title {
    color: var(--navy);
    text-shadow: none;
    font-weight: 800;
    font-size: 2.125rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

/* ── Hero balanced layout (home) ───────────────────────────── */
body.site-professional .home-page--hero-first #hero-mesh .hero-layout {
    row-gap: 2rem;
    align-items: stretch;
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-layout {
        column-gap: 2.5rem !important;
        row-gap: 0;
        align-items: start;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
    min-width: 0;
    overflow: visible;
    container-type: inline-size;
    container-name: hero-copy;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy {
        padding-top: 1.5rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy {
        padding-top: 1.75rem;
        padding-bottom: 1rem;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__pills {
    justify-content: center !important;
    margin: 0 0 1rem !important;
    padding-top: 0.25rem;
    gap: 0.5rem;
}

body.site-professional .home-page--hero-first #hero-mesh .hero-pill {
    font-size: 0.8125rem;
    padding: 0.4375rem 0.875rem;
}

/* Headline — clear hierarchy, wraps cleanly (no clipping) */
body.site-professional .home-page--hero-first #hero-mesh .hero-copy__title--balanced {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto 1rem !important;
    padding: 0 0 1.25rem;
    text-align: center !important;
    white-space: normal;
    text-wrap: balance;
    overflow: visible;
    font-size: clamp(1.375rem, 4.2vw, 1.9375rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__title--balanced {
        max-width: 28rem;
        font-size: clamp(1.5rem, 3.8vw, 2rem);
        margin-bottom: 1.125rem !important;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__title--balanced {
        max-width: 100%;
        font-size: clamp(1.5rem, 3.25cqi, 1.9375rem);
        line-height: 1.3;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__title--balanced .hero-accent-text {
    white-space: normal;
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__subtitle {
    font-size: 0.9375rem;
    line-height: 1.65;
    max-width: 32rem;
    margin: 0 auto 1.5rem !important;
    padding: 0 0.25rem;
    text-align: center !important;
    color: var(--muted);
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__subtitle {
        font-size: 1rem;
        margin-bottom: 1.625rem !important;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__subtitle {
        font-size: 1.0625rem;
        max-width: 100%;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas {
    width: 100%;
    max-width: 24rem;
    margin: 0 auto 1.25rem !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas {
        flex-direction: row !important;
        flex-wrap: wrap;
        max-width: none;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas .btn-primary,
body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas .btn-whatsapp {
    min-height: 2.75rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas .btn-primary,
    body.site-professional .home-page--hero-first #hero-mesh .hero-copy__ctas .btn-whatsapp {
        min-width: 10.5rem;
        width: auto;
    }
}

body.site-professional .home-page--hero-first #hero-mesh .hero-copy__links {
    justify-content: center !important;
    gap: 0.75rem 1.25rem !important;
    margin: 0 !important;
    font-size: 0.875rem;
}

body.site-professional .home-page--hero-first #hero-mesh .hero-trust-panel-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.site-professional .home-page--hero-first #hero-mesh .hero-trust-panel {
    padding: 0;
}

body.site-professional .home-page--hero-first #hero-mesh .hero-highlights {
    margin-top: 2.75rem;
    padding-top: 2rem;
}

body.site-professional #hero-mesh .hero-accent-text {
    color: var(--primary) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--primary) !important;
    font-weight: 800;
}

body.site-professional #hero-mesh .hero-copy__subtitle {
    color: var(--muted);
    text-shadow: none;
}

body.site-professional #hero-mesh .hero-pill {
    color: var(--navy);
    background: #fff;
    border: 1px solid #d8e2ec;
    backdrop-filter: none;
}

body.site-professional #hero-mesh .hero-pill svg {
    color: var(--primary);
}

body.site-professional #hero-mesh .hero-copy__links a {
    color: var(--muted);
}

body.site-professional #hero-mesh .hero-copy__links a:hover {
    color: var(--primary);
}

body.site-professional #hero-mesh .hero-copy__links svg {
    color: var(--primary);
}

/* Trust / booking card */
body.site-professional .hero-trust-panel {
    background: #fff;
    border: 1px solid #d8e2ec;
    box-shadow: 0 4px 20px rgba(12, 31, 61, 0.08);
    backdrop-filter: none;
}

body.site-professional .hero-trust-panel__glow {
    display: none;
}

body.site-professional .hero-trust-panel__eyebrow {
    color: var(--navy);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.site-professional .hero-trust-panel__intro {
    margin: 0.375rem 0 0;
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.5;
}

body.site-professional .hero-trust-panel__section + .hero-trust-panel__section {
    border-top-color: #e8eef4;
}

body.site-professional .hero-trust-panel__benefits {
    background: var(--accent-soft);
    border-color: #e8eef4;
}

body.site-professional .hero-trust-panel__benefit {
    color: var(--navy);
}

body.site-professional .hero-trust-panel__benefit-icon {
    background: rgba(0, 85, 136, 0.12);
    color: var(--primary);
}

body.site-professional #hero-mesh .hero-trust-panel-wrap {
    padding-top: 0;
}

@media (min-width: 1024px) {
    body.site-professional #hero-mesh .hero-trust-panel-wrap {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* Trust highlight row */
body.site-professional #hero-mesh .hero-highlights {
    border-top: 1px solid #d8e2ec;
    margin-top: 2.5rem;
    padding-top: 2rem;
}

body.site-professional .hero-highlight-card {
    background: #fff;
    border: 1px solid #d8e2ec;
    border-radius: 12px;
    box-shadow: none;
}

body.site-professional .hero-highlight-card:hover {
    transform: none;
    box-shadow: 0 2px 12px rgba(12, 31, 61, 0.08);
    border-color: #c5d4e0;
}

body.site-professional .hero-highlight-card h2 {
    color: var(--navy) !important;
}

body.site-professional .hero-highlight-card p {
    color: var(--muted) !important;
}

body.site-professional .hero-highlight-card .trust-stat-icon {
    background: var(--accent-soft);
    color: var(--primary);
    border-radius: 10px;
}

/* ── Sections ───────────────────────────────────────────────── */
body.site-professional .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.site-professional .section-alt {
    background: #fff;
}

body.site-professional .section-padding.bg-white {
    background: #fff;
}

body.site-professional .home-pests {
    background: #fff;
    border-color: #e8eef4;
}

body.site-professional .section-badge {
    background: var(--accent-soft);
    border: 1px solid #dce8f0;
    color: var(--primary);
    box-shadow: none;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.site-professional .section-badge::before {
    display: none;
}

body.site-professional .premium-card {
    border-radius: 12px;
    border: 1px solid #e8eef4;
    box-shadow: 0 1px 3px rgba(12, 31, 61, 0.04);
}

body.site-professional .premium-card:hover {
    transform: none;
    box-shadow: 0 4px 16px rgba(12, 31, 61, 0.08);
}

body.site-professional .service-card.premium-card:hover {
    transform: none;
}

body.site-professional .pest-gallery-card,
body.site-professional .pest-tile {
    border-radius: 12px;
}

/* ── Pest gallery — prominent (homepage tiles) ──────────────── */
/* Pests at top of homepage — clear fixed nav */
body.site-professional .home-page--pests-first > #pests.home-pests--first.home-pests--compact.section-padding {
    padding-top: calc(5.25rem + 1rem);
    padding-bottom: 2.5rem;
    border-top: 0;
    background: #fff;
}

@media (min-width: 640px) {
    body.site-professional .home-page--pests-first > #pests.home-pests--first.home-pests--compact.section-padding {
        padding-top: calc(5.25rem + 1.25rem);
        padding-bottom: 3rem;
    }
}

.home-pests--first.section-padding {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    border-top: 0;
}

@media (min-width: 640px) {
    .home-pests--first.section-padding {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
}

.home-pests--compact.section-padding {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.home-pests--first.home-pests--compact.section-padding {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .home-pests--first.home-pests--compact.section-padding {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .home-pests--compact.section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--compact.section-padding {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

/* Section header */
#pests.home-pests .home-pests__header,
.home-pests--compact .home-pests__header {
    display: block;
    text-align: left !important;
    max-width: 46rem;
    margin: 0 0 2.25rem !important;
    padding: 0 !important;
}

@media (min-width: 640px) {
    #pests.home-pests .home-pests__header,
    .home-pests--compact .home-pests__header {
        margin-bottom: 2.75rem !important;
    }
}

#pests .home-pests__label,
.home-pests--compact .home-pests__label {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    line-height: 1.4;
    text-align: left !important;
}

#pests .home-pests__heading,
.home-pests--compact .home-pests__heading,
body.site-professional #pests .home-pests__heading {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
    font-size: 1.625rem !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    color: var(--navy) !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
    text-align: left !important;
}

@media (min-width: 640px) {
    #pests .home-pests__heading,
    .home-pests--compact .home-pests__heading {
        font-size: 1.875rem !important;
    }
}

@media (min-width: 1024px) {
    #pests .home-pests__heading,
    .home-pests--compact .home-pests__heading {
        font-size: 2.125rem !important;
    }
}

#pests .home-pests__subheading,
.home-pests--compact .home-pests__subheading,
body.site-professional #pests .home-pests__subheading {
    margin: 0.75rem 0 0 !important;
    padding: 0 !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    color: var(--muted) !important;
    text-align: left !important;
    max-width: 40rem !important;
}

@media (min-width: 640px) {
    #pests .home-pests__subheading,
    .home-pests--compact .home-pests__subheading {
        font-size: 1.125rem !important;
    }
}

/* Pest cards grid */
.home-pests--compact .home-pests__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .home-pests--compact .home-pests__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--compact .home-pests__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.75rem;
    }
}

.home-pests--compact .home-pests__item {
    display: flex;
    min-height: 0;
}

.home-pests--compact .pest-tile {
    align-items: center;
    gap: 1.375rem;
    width: 100%;
    height: 100%;
    padding: 1.25rem 1.375rem;
    border-radius: 14px;
    border-color: #e2eaf2;
    box-shadow: 0 2px 10px rgba(12, 31, 61, 0.06);
    min-height: 0;
}

@media (min-width: 640px) {
    .home-pests--compact .pest-tile {
        align-items: center;
        gap: 1.5rem;
        padding: 1.375rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--compact .pest-tile {
        padding: 1.5rem 1.625rem;
    }
}

@media (hover: hover) {
    body.site-professional .home-pests--compact .pest-tile--link:hover {
        transform: translateY(-2px);
        border-color: rgba(0, 85, 136, 0.3);
        box-shadow: 0 10px 28px rgba(12, 31, 61, 0.12);
    }
}

.home-pests--compact .pest-tile__thumb {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 14px;
    border-color: #e2eaf2;
}

@media (min-width: 640px) {
    .home-pests--compact .pest-tile__thumb {
        width: 10rem;
        height: 10rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--compact .pest-tile__thumb {
        width: 10.5rem;
        height: 10.5rem;
        border-radius: 16px;
    }
}

.home-pests--compact .pest-tile__icon {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
}

.home-pests--compact .pest-tile__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.home-pests--compact .pest-tile__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding-top: 0.125rem;
}

.home-pests--compact .pest-tile__title {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .home-pests--compact .pest-tile__title {
        font-size: 1.3125rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--compact .pest-tile__title {
        font-size: 1.375rem;
    }
}

.home-pests--compact .pest-tile__summary {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1;
}

@media (min-width: 640px) {
    .home-pests--compact .pest-tile__summary {
        font-size: 1.0625rem;
    }
}

.home-pests--compact .pest-tile__cta {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    gap: 0.4rem;
    min-height: 1.375rem;
}

.home-pests--compact .pest-tile__cta-arrow {
    width: 1rem;
    height: 1rem;
}

.home-pests--compact .pest-tile__chevron {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-self: center;
}

.home-pests--compact .pest-tile__chevron svg {
    width: 1.375rem;
    height: 1.375rem;
}

.home-pests--compact .home-pests__item[data-reveal] {
    opacity: 1;
    transform: none;
}

/* Top pest list — text-only (photos in mid-page showcase) */
.home-pests--text-only.section-padding {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

@media (min-width: 640px) {
    .home-pests--text-only.section-padding {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.home-pests--text-only .home-pests__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
}

@media (min-width: 640px) {
    .home-pests--text-only .home-pests__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .home-pests--text-only .home-pests__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.home-pests__link-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.75rem;
    padding: 0.875rem 1rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

@media (hover: hover) {
    .home-pests__link-card:hover {
        border-color: rgba(0, 85, 136, 0.35);
        box-shadow: 0 2px 10px rgba(12, 31, 61, 0.06);
    }

    .home-pests__link-card:hover .home-pests__link-arrow {
        color: var(--primary);
        transform: translateX(2px);
    }
}

.home-pests__link-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--navy);
    flex: 1 1 auto;
    min-width: 0;
}

.home-pests__link-summary {
    font-size: 0.8125rem;
    color: var(--muted);
    flex: 1 1 100%;
}

@media (min-width: 480px) {
    .home-pests__link-summary {
        flex: 1 1 auto;
        order: 2;
    }

    .home-pests__link-name {
        flex: 0 1 auto;
        order: 1;
    }

    .home-pests__link-arrow {
        order: 3;
        margin-left: auto;
    }
}

.home-pests__link-arrow {
    flex-shrink: 0;
    color: #94a3b8;
    transition: color 0.15s ease, transform 0.15s ease;
}

.home-pests--text-only .home-pests__link-item[data-reveal] {
    opacity: 1;
    transform: none;
}

/* Mid-page pest photo showcase */
.pest-photos {
    background: #f0f4f8;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.pest-photos.section-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 640px) {
    .pest-photos.section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.pest-photos__header {
    max-width: 42rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.pest-photos__label {
    display: block;
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
}

.pest-photos__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--navy);
    letter-spacing: -0.02em;
}

@media (min-width: 640px) {
    .pest-photos__title {
        font-size: 1.75rem;
    }
}

.pest-photos__subtitle {
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--muted);
}

.pest-photos__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .pest-photos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .pest-photos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.pest-photos__card {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(12, 31, 61, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.pest-photos__card--link {
    text-decoration: none;
    color: inherit;
}

@media (hover: hover) {
    .pest-photos__card--link:hover {
        border-color: rgba(0, 85, 136, 0.3);
        box-shadow: 0 10px 28px rgba(12, 31, 61, 0.12);
        transform: translateY(-3px);
    }

    .pest-photos__card--link:hover .pest-photos__img {
        transform: scale(1.04);
    }

    .pest-photos__card--link:hover .pest-photos__cta {
        color: var(--primary-light);
    }
}

.pest-photos__media {
    position: relative;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: #e8eef4;
}

@media (min-width: 1024px) {
    .pest-photos__media {
        aspect-ratio: 4 / 3;
    }
}

.pest-photos__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.pest-photos__caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.125rem 1.125rem;
}

.pest-photos__name {
    margin: 0 0 0.25rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
}

.pest-photos__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--muted);
}

.pest-photos__cta {
    display: inline-block;
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
    transition: color 0.15s ease;
}

.pest-photos__foot {
    margin: 1.75rem 0 0;
    text-align: center;
}

.pest-photos__foot-link {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.pest-photos__foot-link:hover {
    text-decoration: underline;
}

.pest-photos__item[data-reveal] {
    opacity: 1;
    transform: none;
}

/* Process — solid navy, no glow */
body.site-professional #process.section-dark {
    background: var(--navy);
}

body.site-professional .process-section__glow {
    display: none;
}

body.site-professional .process-step-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

body.site-professional .process-step-card:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.09);
}

/* Forms */
body.site-professional .lead-form-wrap {
    border-radius: 12px;
    border: 1px solid #e8eef4;
    box-shadow: none;
}

body.site-professional .lead-form-wrap::before {
    height: 3px;
    background: var(--primary);
}

/* ── Hero booking card — modern business style ─────────────── */
body.site-professional .lead-form-wrap.lead-form-wrap--hero {
    background: #fff;
    border: 1px solid #d8e2ec;
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(12, 31, 61, 0.04),
        0 16px 40px rgba(12, 31, 61, 0.1);
    overflow: hidden;
}

body.site-professional .lead-form-wrap.lead-form-wrap--hero::before {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, #2a9fd6 100%);
}

body.site-professional .lead-form-wrap--hero .lead-form-hero {
    padding: 0;
}

body.site-professional .lead-form-hero__header {
    padding: 1.375rem 1.25rem 1.125rem;
    text-align: center;
    background: linear-gradient(180deg, #f4f8fb 0%, #fafcfd 100%);
    border-bottom: 1px solid #e8eef4;
}

body.site-professional .lead-form-hero__badge {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.3125rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(0, 85, 136, 0.09);
    border: 1px solid rgba(0, 85, 136, 0.15);
    border-radius: 999px;
    line-height: 1.3;
}

body.site-professional .lead-form-hero__title {
    margin: 0 0 0.375rem;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--navy);
}

body.site-professional .lead-form-hero__subtitle {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--muted);
}

body.site-professional .lead-form-hero__body {
    padding: 1.25rem 1.25rem 1.375rem;
}

body.site-professional .lead-form-hero__form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.site-professional .lead-form-hero__form .form-field {
    min-height: 44px;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    background: #f8fafc;
    border: 1px solid #dde5ed;
    border-radius: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.site-professional .lead-form-hero__form .form-field::placeholder {
    color: #94a3b8;
}

body.site-professional .lead-form-hero__form .form-field:hover {
    border-color: #c5d4e0;
    background: #fff;
}

body.site-professional .lead-form-hero__form .form-field:focus {
    background: #fff;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 85, 136, 0.12);
}

body.site-professional .lead-form-hero__form textarea.form-field {
    min-height: 4.5rem;
    padding-top: 0.625rem;
}

body.site-professional .lead-form-hero__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 46px;
    margin-top: 0.25rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 10px;
}

body.site-professional .lead-form-hero__foot {
    margin: 0;
    padding-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #94a3b8;
    text-align: center;
}

body.site-professional .lead-form-hero__success {
    padding: 2rem 1.25rem;
}

@media (min-width: 640px) {
    body.site-professional .lead-form-hero__header {
        padding: 1.5rem 1.375rem 1.25rem;
    }

    body.site-professional .lead-form-hero__body {
        padding: 1.375rem 1.375rem 1.5rem;
    }

    body.site-professional .lead-form-hero__title {
        font-size: 1.3125rem;
    }
}

/* Override legacy hero form rules from design-pro */
body.site-professional .hero-trust-panel__form .lead-form-wrap.lead-form-wrap--hero {
    box-shadow:
        0 4px 6px rgba(12, 31, 61, 0.04),
        0 16px 40px rgba(12, 31, 61, 0.1) !important;
}

body.site-professional .hero-trust-panel__form .lead-form-wrap--hero > .lead-form-hero {
    padding: 0 !important;
}

body.site-professional .btn-primary {
    border-radius: 8px;
    box-shadow: none;
    font-weight: 600;
}

body.site-professional .btn-primary:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 85, 136, 0.25);
}

body.site-professional .btn-whatsapp {
    border-radius: 8px;
}

/* Footer — flat navy */
body.site-professional .site-footer-v3 {
    background: var(--navy);
}

/* CTA band */
body.site-professional .section-dark-cta {
    background: var(--navy);
}

body.site-professional .section-dark-cta::before {
    display: none;
}

/* Page hero inner pages — single nav offset (avoid double padding with main) */
body.site-professional main#main-content:has(> .page-hero--inner:first-child) {
    padding-top: 0;
}

body.site-professional .page-hero--inner.hero-mesh {
    margin-top: 0;
    padding-top: calc(5.25rem + 3.25rem);
    padding-bottom: 4rem;
    background: var(--navy);
}

@media (min-width: 640px) {
    body.site-professional .page-hero--inner.hero-mesh {
        padding-top: calc(5.25rem + 3.75rem);
        padding-bottom: 4.5rem;
    }
}

body.site-professional .page-hero--inner .page-hero__breadcrumb {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
}

body.site-professional .page-hero--inner .page-hero__breadcrumb ol {
    font-size: 1rem;
}

@media (min-width: 640px) {
    body.site-professional .page-hero--inner .page-hero__breadcrumb ol {
        font-size: 1.125rem;
    }
}

body.site-professional .page-hero--inner .page-hero__title {
    margin-top: 0;
    font-size: 2.125rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

@media (min-width: 640px) {
    body.site-professional .page-hero--inner .page-hero__title {
        font-size: 2.625rem;
    }
}

@media (min-width: 768px) {
    body.site-professional .page-hero--inner .page-hero__title {
        font-size: 3.25rem;
    }
}

body.site-professional .page-hero--inner .page-hero__subtitle {
    margin-top: 2rem;
    font-size: 1.1875rem;
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.95);
}

@media (min-width: 640px) {
    body.site-professional .page-hero--inner .page-hero__subtitle {
        font-size: 1.375rem;
    }
}

body.site-professional .page-hero--inner .page-hero__subtitle--single-line {
    max-width: none;
    white-space: nowrap;
    font-size: min(1.375rem, max(0.875rem, calc((100vw - 3.5rem) / 52)));
    line-height: 1.5;
}

@media (min-width: 1024px) {
    body.site-professional .page-hero--inner .page-hero__subtitle--single-line {
        font-size: 1.375rem;
    }
}

/* Homepage contact — 50/50 columns on desktop */
body.site-professional .home-page #contact .home-contact__grid {
    gap: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    body.site-professional .home-page #contact .home-contact__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    body.site-professional .home-page #contact .home-contact__info {
        width: 100%;
    }

    body.site-professional .home-page #contact .home-contact__form.lead-form-wrap--compact {
        max-width: none;
        width: 100%;
        margin-inline: 0;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page #contact .home-contact__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 3rem;
        align-items: start;
    }

    body.site-professional .home-page #contact .home-contact__info,
    body.site-professional .home-page #contact .home-contact__form {
        width: 100%;
        max-width: none;
    }

    body.site-professional .home-page #contact .home-contact__form.lead-form-wrap--compact {
        max-width: none;
        width: 100%;
        margin-inline: 0;
    }
}

/* Contact page columns */
body.site-professional .contact-page__columns {
    gap: 3.5rem;
}

@media (min-width: 1024px) {
    body.site-professional .contact-page__columns {
        column-gap: 5.5rem;
    }

    body.site-professional .contact-page__col--form {
        padding-right: 2.75rem;
    }

    body.site-professional .contact-page__col--info {
        padding-left: 2.75rem;
        border-left-color: #e8eef4;
    }
}

/* Subtle reveals only */
body.site-professional [data-reveal] {
    opacity: 1;
    transform: none;
}

body.site-professional .testimonial-carousel {
    border-radius: 12px;
}

body.site-professional #why-us .premium-card:hover {
    transform: none;
}

body.site-professional .content-panel-navy {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(12, 31, 61, 0.12);
}

body.site-professional main#main-content {
    padding-top: 5.25rem;
}

/* Classic navy hero (restored homepage) */
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) {
    margin-top: -5.25rem !important;
    padding-top: 5.25rem !important;
    background:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(0, 102, 136, 0.35), transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 50%, rgba(0, 85, 136, 0.2), transparent 50%),
        linear-gradient(165deg, var(--navy) 0%, var(--navy-mid) 45%, #0a2540 100%) !important;
    color: #fff !important;
    border-bottom: none !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-grid-pattern {
    display: block !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-accent-text,
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) #hero-subtitle {
    color: inherit;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) #hero-subtitle {
    color: rgba(203, 213, 225, 0.95) !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-highlight-card {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-highlight-card h2 {
    color: #fff !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-highlight-card p {
    color: rgba(148, 163, 184, 0.95) !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .lead-form-panel {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border);
    overflow: hidden;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .lead-form-panel .lead-form-wrap {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 1.25rem 1.5rem;
}

/* Navy hero — larger headline, subtitle & CTAs */
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy h1 {
    font-size: clamp(1.75rem, 5vw, 2.25rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 1.25rem !important;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy h1 {
        font-size: clamp(2.25rem, 4.5vw, 2.85rem) !important;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy h1 {
        font-size: clamp(2.5rem, 3.2vw, 3.35rem) !important;
    }
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) #hero-subtitle {
    font-size: 1.0625rem !important;
    line-height: 1.65 !important;
    margin-bottom: 2rem !important;
    max-width: 36rem;
}

@media (min-width: 640px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) #hero-subtitle {
        font-size: 1.1875rem !important;
    }
}

@media (min-width: 1024px) {
    body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) #hero-subtitle {
        font-size: 1.25rem !important;
    }
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__ctas {
    gap: 0.875rem !important;
    margin-bottom: 0.25rem;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__ctas .btn-primary,
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__ctas .btn-whatsapp {
    min-height: 3.25rem !important;
    padding: 0.875rem 2rem !important;
    font-size: 1.0625rem !important;
    border-radius: 0.75rem !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__ctas .btn-primary svg,
body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__ctas .btn-whatsapp svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__links {
    margin-top: 1.25rem !important;
    gap: 0.75rem 1.5rem !important;
}

body.site-professional .home-page--hero-first > #hero-mesh.hero-mesh:not(.hero-mesh--primary) .hero-copy__links a {
    font-size: 1rem !important;
    font-weight: 500 !important;
}
