/* IPC — Professional UI polish (content unchanged) */

:root {
    --shadow-sm: 0 2px 8px rgba(12, 31, 61, 0.05);
    --shadow-md: 0 8px 32px rgba(12, 31, 61, 0.08);
    --shadow-lg: 0 20px 50px rgba(12, 31, 61, 0.12);
    --radius-card: 20px;
    --radius-input: 12px;
}

body.site-design-pro {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ── Sections ─────────────────────────────────────────────── */
body.site-design-pro .section-padding.bg-white {
    position: relative;
    background: #fff;
}

body.site-design-pro .section-alt {
    background:
        radial-gradient(ellipse 100% 80% at 50% 0%, rgba(0, 85, 136, 0.04), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, var(--background) 100%);
}

body.site-design-pro .section-dark-cta {
    position: relative;
    overflow: hidden;
}

body.site-design-pro .section-dark-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(0, 102, 136, 0.2), transparent 45%),
        radial-gradient(circle at 80% 30%, rgba(0, 85, 136, 0.15), transparent 40%);
    pointer-events: none;
}

body.site-design-pro .section-dark-cta .web-container {
    position: relative;
    z-index: 1;
}

/* ── Section headings ─────────────────────────────────────── */
body.site-design-pro .section-badge {
    box-shadow: var(--shadow-sm);
    letter-spacing: 0.06em;
}

body.site-design-pro .section-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-light);
    flex-shrink: 0;
}

/* ── Cards ────────────────────────────────────────────────── */
body.site-design-pro .premium-card {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm);
}

body.site-design-pro .lead-form-wrap {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

body.site-design-pro .lead-form-wrap::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
}

body.site-design-pro .sidebar-panel {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm);
}

/* ── Forms ────────────────────────────────────────────────── */
.form-field {
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: var(--navy);
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius-input);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field::placeholder {
    color: #94a3b8;
}

.form-field:hover {
    border-color: rgba(0, 85, 136, 0.35);
}

.form-field:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 85, 136, 0.15);
}

textarea.form-field {
    min-height: 88px;
    resize: vertical;
}

/* ── Hero ─────────────────────────────────────────────────── */
body.site-design-pro .hero-mesh {
    background:
        radial-gradient(ellipse 90% 70% at 15% -10%, rgba(0, 102, 136, 0.4), transparent 50%),
        radial-gradient(ellipse 60% 50% at 95% 40%, rgba(0, 136, 170, 0.18), transparent 45%),
        linear-gradient(168deg, var(--navy) 0%, var(--navy-mid) 42%, #0a2540 100%);
}

body.site-design-pro .content-panel-dark {
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.site-design-pro .hero-highlight-card {
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) {
    body.site-design-pro .hero-highlight-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    }
}

/* ── Page hero (inner pages) ──────────────────────────────── */
body.site-design-pro .page-hero .hero-grid-pattern,
body.site-design-pro section.hero-mesh .hero-grid-pattern {
    opacity: 1;
}

/* ── Chips & tiles ────────────────────────────────────────── */
body.site-design-pro .chip-link {
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8125rem;
    box-shadow: var(--shadow-sm);
}

body.site-design-pro .chip-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 85, 136, 0.12);
}

/* ── FAQ ──────────────────────────────────────────────────── */
body.site-design-pro .premium-card .border-b {
    transition: background 0.2s ease;
}

body.site-design-pro .premium-card button[aria-expanded]:hover {
    background: var(--accent-soft);
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 8px;
}

/* ── Testimonials ─────────────────────────────────────────── */
body.site-design-pro .premium-card .w-9.h-9.rounded-full {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff;
    font-weight: 700;
}

/* ── Process steps ────────────────────────────────────────── */
body.site-design-pro .step-card {
    border-radius: var(--radius-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
    body.site-design-pro .step-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
    }
}

/* ── Company contact ──────────────────────────────────────── */
body.site-design-pro .contact-info-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
    body.site-design-pro .contact-info-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }
}

body.site-design-pro .company-contact a[href^="tel"],
body.site-design-pro .company-contact a[href^="mailto"] {
    transition: color 0.2s ease;
}

/* ── Floating actions ─────────────────────────────────────── */
body.site-design-pro .floating-wa-pill {
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
    backdrop-filter: blur(8px);
}

body.site-design-pro .floating-call-fab {
    box-shadow: 0 10px 36px rgba(0, 85, 136, 0.45);
}

/* ── Legal notice ─────────────────────────────────────────── */
body.site-design-pro .legal-notice {
    background: var(--accent-soft);
    border-top: 1px solid var(--border);
}

/* ── Blog / prose ─────────────────────────────────────────── */
body.site-design-pro .prose-ipc img {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
}

body.site-design-pro .prose.prose-gray {
    max-width: 48rem;
}

body.site-design-pro .prose.prose-gray h2 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

/* ── Inner page layout ──────────────────────────────────────── */
body.site-design-pro .sticky.top-24 {
    top: 6.5rem;
}

body.site-design-pro #main-content > .section-padding:first-of-type {
    scroll-margin-top: 6rem;
}

/* ── Nav glass refinement ───────────────────────────────────── */
body.site-design-pro .site-nav-v3__bar--scrolled {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 40px rgba(12, 31, 61, 0.1);
}

/* ── Footer ───────────────────────────────────────────────── */
body.site-design-pro .site-footer-v3 {
    background:
        linear-gradient(180deg, var(--navy) 0%, #081828 100%);
}

/* ── Pest showcase (horizontal tiles) ───────────────────────── */
.pest-showcase {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 85, 136, 0.06), transparent 60%),
        var(--background);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.pest-showcase__header .section-badge {
    margin-bottom: 0.75rem;
}

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

@media (min-width: 768px) {
    .pest-showcase__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.pest-tile {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(12, 31, 61, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    min-height: 0;
}

.pest-tile--link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

@media (hover: hover) {
    .pest-tile--link:hover {
        border-color: rgba(0, 85, 136, 0.35);
        box-shadow: 0 8px 28px rgba(12, 31, 61, 0.1);
        transform: translateY(-2px);
    }

    .pest-tile--link:hover .pest-tile__img {
        transform: scale(1.05);
    }

    .pest-tile--link:hover .pest-tile__cta {
        color: var(--primary-light);
    }

    .pest-tile--link:hover .pest-tile__chevron {
        color: var(--primary);
        transform: translateX(3px);
    }
}

.pest-tile--link:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}

.pest-tile__thumb {
    position: relative;
    flex-shrink: 0;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 14px;
    overflow: hidden;
    background: var(--accent-soft);
    border: 1px solid var(--border);
}

@media (min-width: 640px) {
    .pest-tile__thumb {
        width: 6rem;
        height: 6rem;
    }
}

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

.pest-tile__icon {
    position: absolute;
    bottom: 0.35rem;
    right: 0.35rem;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary);
    box-shadow: 0 2px 8px rgba(12, 31, 61, 0.12);
}

.pest-tile__icon svg {
    width: 1rem;
    height: 1rem;
}

.pest-tile__icon-img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.pest-tile__icon:has(.pest-tile__icon-img) {
    width: 2rem;
    height: 2rem;
    padding: 0.2rem;
}

.pest-tile__body {
    flex: 1;
    min-width: 0;
}

.pest-tile__title {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
    margin: 0;
}

.pest-tile__summary {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pest-tile__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3;
    transition: color 0.2s ease;
}

.pest-tile__cta-arrow {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}

.pest-tile__chevron {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--muted);
    transition: color 0.2s ease, transform 0.2s ease;
}

.pest-tile__chevron svg {
    width: 1.25rem;
    height: 1.25rem;
}

@media (min-width: 640px) {
    .pest-tile__chevron {
        display: flex;
    }
}

.pest-showcase__item[data-reveal] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: calc(var(--i, 0) * 0.06s);
}

.pest-showcase__item[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Hero layout & spacing ─────────────────────────────────── */
/* Pull hero under fixed nav (cancel main padding); pad content once below nav */
#hero-mesh.hero-mesh {
    margin-top: -5.25rem;
}

#hero-mesh .hero-mesh__inner {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

@media (min-width: 640px) {
    #hero-mesh .hero-mesh__inner {
        padding-top: 7.5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1024px) {
    #hero-mesh .hero-mesh__inner {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}

#hero-mesh .hero-layout {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
    align-items: start;
}

@media (min-width: 1024px) {
    #hero-mesh .hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 5rem;
        row-gap: 0;
        align-items: center;
    }
}

#hero-mesh .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy {
        align-items: flex-start;
        text-align: left;
        padding-right: 0.5rem;
    }
}

#hero-mesh .hero-copy__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem;
    margin: 0 0 1.75rem;
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy__pills {
        justify-content: flex-start;
    }
}

#hero-mesh .hero-pill {
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 640px) {
    #hero-mesh .hero-pill {
        font-size: 0.875rem;
        padding: 0.5rem 1.125rem;
    }
}

#hero-mesh .hero-pill svg {
    width: 1rem;
    height: 1rem;
}

#hero-mesh .hero-copy__title {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

@media (min-width: 640px) {
    #hero-mesh .hero-copy__title {
        margin-bottom: 1.5rem;
        font-size: 2.875rem;
    }
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy__title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1280px) {
    #hero-mesh .hero-copy__title {
        font-size: 3.5rem;
    }
}

#hero-mesh .hero-accent-text {
    background: linear-gradient(90deg, #7ee0f7 0%, #4ec4e0 50%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--primary-light);
}

#hero-mesh .hero-copy__subtitle {
    margin: 0 0 1.75rem;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.0625rem;
    line-height: 1.65;
    font-weight: 400;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

@media (min-width: 640px) {
    #hero-mesh .hero-copy__subtitle {
        margin-bottom: 2rem;
        font-size: 1.1875rem;
    }
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy__subtitle {
        font-size: 1.25rem;
    }
}

#hero-mesh .hero-copy__ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
}

#hero-mesh .hero-copy__ctas .btn-primary,
#hero-mesh .hero-copy__ctas .btn-whatsapp {
    width: 100%;
    min-height: 48px;
    flex-shrink: 0;
    text-align: center;
}

@media (min-width: 640px) {
    #hero-mesh .hero-copy__ctas {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: none;
        gap: 1rem;
        margin-bottom: 1.75rem;
    }

    #hero-mesh .hero-copy__ctas .btn-primary,
    #hero-mesh .hero-copy__ctas .btn-whatsapp {
        width: auto;
        min-width: 11.5rem;
    }
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy__ctas {
        justify-content: flex-start;
    }
}

#hero-mesh .hero-copy__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.75rem;
    margin: 0;
}

@media (min-width: 1024px) {
    #hero-mesh .hero-copy__links {
        justify-content: flex-start;
    }
}

#hero-mesh .hero-trust-panel-wrap {
    margin-top: 5rem;
    padding-top: 1.5rem;
    width: 100%;
}

@media (min-width: 640px) {
    #hero-mesh .hero-trust-panel-wrap {
        margin-top: 5.5rem;
        padding-top: 1.75rem;
    }
}

@media (min-width: 1024px) {
    #hero-mesh .hero-trust-panel-wrap {
        margin-top: 0;
        padding-top: 3rem; /* clear space below floating nav / logo bar */
    }
}

/* ── Hero trust panel (Why Bangalore trusts IPC) ───────────── */
.hero-trust-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 85, 136, 0.14) 45%, rgba(12, 31, 61, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.05),
        0 24px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
    .hero-trust-panel {
        padding: 2.25rem 1.75rem;
        border-radius: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .hero-trust-panel {
        padding: 2.5rem 2rem;
    }
}

.hero-trust-panel__glow {
    position: absolute;
    top: -3rem;
    right: -2rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 102, 136, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.hero-trust-panel__section + .hero-trust-panel__section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 640px) {
    .hero-trust-panel__section + .hero-trust-panel__section {
        margin-top: 1.75rem;
        padding-top: 1.75rem;
    }
}

.hero-trust-panel__header {
    position: relative;
    margin: 0 0 0.25rem;
    padding: 0;
}

.hero-trust-panel__eyebrow {
    margin: 0;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-light);
    line-height: 1.4;
}

.hero-trust-panel__stats {
    position: relative;
}

.hero-trust-panel__benefits {
    list-style: none;
    margin: 0;
    padding: 1.25rem 1.375rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-trust-panel__benefit {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.hero-trust-panel__benefit-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 85, 136, 0.4);
    color: var(--primary-light);
}

.hero-trust-panel__form {
    position: relative;
}

.hero-trust-panel__form .lead-form-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.hero-trust-panel__form .lead-form-wrap::before {
    display: none;
}

.hero-trust-panel__form .lead-form-wrap > div {
    padding: 1.375rem 1.25rem !important;
}

@media (min-width: 640px) {
    .hero-trust-panel__form .lead-form-wrap > div {
        padding: 1.5rem 1.5rem !important;
    }
}

.hero-trust-panel__form .lead-form-wrap h3 {
    margin: 0 0 0.375rem;
    font-size: 1.125rem;
}

.hero-trust-panel__form .lead-form-wrap > div > p.text-sm {
    margin: 0 0 1.125rem;
}

.hero-trust-panel__form .lead-form-wrap form.space-y-4 > * + * {
    margin-top: 0 !important;
}

.hero-trust-panel__form .lead-form-wrap form.space-y-4 {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.hero-trust-panel__form .lead-form-wrap .form-field {
    min-height: 46px;
}

.hero-trust-panel__form .lead-form-wrap form > p.text-xs {
    margin: 0.25rem 0 0;
    padding-top: 0.25rem;
}

.hero-trust-panel__stats-block {
    padding-top: 0;
    margin-top: 1.25rem;
    border-top: none;
}

@media (min-width: 640px) {
    .hero-trust-panel__stats-block {
        margin-top: 1.5rem;
    }
}

.hero-trust-panel__header + .hero-trust-panel__stats-block {
    margin-top: 1rem;
    padding-top: 0;
}

/* Bottom trust highlight cards */
#hero-mesh .hero-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
    #hero-mesh .hero-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
        margin-top: 4.5rem;
        padding-top: 3rem;
    }
}

#hero-mesh .hero-highlight-card {
    margin-top: 0;
}

/* ── Stats bar ──────────────────────────────────────────────── */
.ipc-stats {
    display: grid;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
}

.ipc-stats--light {
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 4px 24px rgba(12, 31, 61, 0.06);
}

.ipc-stats--dark {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
}

/* Hero panel: 2×2 equal-gap stat tiles */
.ipc-stats--hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

@media (min-width: 640px) {
    .ipc-stats--hero {
        gap: 0.875rem;
    }
}

.ipc-stats--hero .ipc-stats__item {
    flex-direction: row;
    align-items: center;
    min-height: 4.5rem;
    padding: 0.875rem 0.75rem;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (min-width: 640px) {
    .ipc-stats--hero .ipc-stats__item {
        padding: 1rem 0.875rem;
        min-height: 4.75rem;
    }
}

.ipc-stats--hero .ipc-stats__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: rgba(0, 85, 136, 0.45);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
}

.ipc-stats--hero .ipc-stats__icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.ipc-stats--hero .ipc-stats__value {
    font-size: 1.125rem;
    color: #fff;
}

@media (min-width: 640px) {
    .ipc-stats--hero .ipc-stats__value {
        font-size: 1.25rem;
    }
}

.ipc-stats--hero .ipc-stats__label {
    font-size: 0.6875rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 640px) {
    .ipc-stats--hero .ipc-stats__label {
        font-size: 0.75rem;
    }
}

.ipc-stats--light {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .ipc-stats--light {
        grid-template-columns: repeat(3, 1fr);
    }

    .ipc-stats--dark {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ipc-stats--dark {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ipc-stats__item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.25rem 1rem;
    text-align: left;
}

@media (min-width: 640px) {
    .ipc-stats__item {
        padding: 1.5rem 1.25rem;
    }
}

.ipc-stats--light .ipc-stats__item:not(:last-child) {
    border-bottom: 1px solid var(--border);
}

@media (min-width: 640px) {
    .ipc-stats--light .ipc-stats__item:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid var(--border);
    }
}

.ipc-stats--dark .ipc-stats__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
    .ipc-stats--dark .ipc-stats__item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ipc-stats--dark .ipc-stats__item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (min-width: 1024px) {
    .ipc-stats--dark .ipc-stats__item {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ipc-stats--dark .ipc-stats__item:last-child {
        border-right: none;
    }
}

.ipc-stats__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.ipc-stats--light .ipc-stats__icon {
    background: var(--accent-soft);
    color: var(--primary);
    border: 1px solid rgba(0, 85, 136, 0.15);
}

.ipc-stats--dark .ipc-stats__icon {
    background: rgba(0, 85, 136, 0.35);
    color: var(--primary-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ipc-stats__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.ipc-stats__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.ipc-stats__value {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

@media (min-width: 640px) {
    .ipc-stats__value {
        font-size: 1.5rem;
    }
}

.ipc-stats--light .ipc-stats__value {
    color: var(--navy);
}

.ipc-stats--dark .ipc-stats__value {
    color: #fff;
}

.ipc-stats__label {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
}

.ipc-stats--light .ipc-stats__label {
    color: var(--muted);
}

.ipc-stats--dark .ipc-stats__label {
    color: rgba(255, 255, 255, 0.65);
}

/* ── Reduced motion ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    body.site-design-pro .hero-item,
    body.site-design-pro [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.site-design-pro .page-loader__logo,
    body.site-design-pro .page-loader__bar-fill {
        animation: none !important;
    }
}
