/* ===================================================
   DepannPC — Styles principaux
   Mobile-first, accessible, haute conversion
   =================================================== */

/* --- MASCOT IMAGES --- */
.mascot-img {
    filter: drop-shadow(0 18px 40px rgba(27, 94, 140, 0.28));
    transform: translateY(-4px);
    display: block;
}


/* Decorative blob/aura behind mascot */
.mascot-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.mascot-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60%;
    background: radial-gradient(ellipse at center bottom, rgba(27, 94, 140, 0.10) 0%, rgba(27, 94, 140, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.mascot-wrap img {
    position: relative;
    z-index: 1;
}

/* Mascot on light blue bg — blob is orange tinted */
.mascot-wrap--orange::before {
    background: radial-gradient(ellipse at center bottom, rgba(232, 113, 58, 0.12) 0%, rgba(232, 113, 58, 0) 70%);
}

/* Mascot on dark bg — blob is white tinted */
.mascot-wrap--white::before {
    background: radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 70%);
}

/* Section with mascot beside content */
.section-with-mascot {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.section-with-mascot .mascot-side {
    display: none; /* Hidden on mobile, shown on desktop */
    flex: 0 0 auto;
    width: 160px;
    margin: 0 auto;
}

.section-mascot-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #E8F4FD;
    border-radius: 20px;
    padding: 24px 28px;
    margin-bottom: 40px;
    border: 1px solid rgba(27, 94, 140, 0.10);
}

.section-mascot-banner img {
    width: 72px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 12px rgba(27, 94, 140, 0.18));
}

.section-mascot-banner p {
    font-size: 16px;
    color: #1B5E8C;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* Coverage mascot inline */
.coverage-mascot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #E8F4FD;
}

.coverage-mascot img {
    width: 120px;
    filter: drop-shadow(0 8px 20px rgba(27, 94, 140, 0.18));
}

.coverage-mascot p {
    font-size: 16px;
    color: #4a5568;
    text-align: center;
    font-style: italic;
}

/* Pricing mascot beside card */
.pricing-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.pricing-mascot {
    width: 140px;
    flex-shrink: 0;
    filter: drop-shadow(0 10px 24px rgba(27, 94, 140, 0.18));
    display: none; /* Show on desktop only */
}

/* Trust section mascot banner */
.trust-mascot-intro {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 24px;
    margin-bottom: 36px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecf1;
}

.trust-mascot-intro img {
    width: 64px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 12px rgba(27, 94, 140, 0.15));
}

.trust-mascot-intro p {
    font-size: 16px;
    color: #2D3436;
    line-height: 1.6;
    margin: 0;
}

/* CTA mascot — reworked for mobile */
.cta-mascot-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.cta-mascot {
    display: block;
    width: 110px;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.22));
}

/* Local hero mascot */
.hero--local .hero-inner {
    flex-direction: column;
    align-items: center;
}

.local-hero-mascot {
    margin-top: 24px;
}

.local-hero-mascot img {
    width: 160px;
    max-width: 160px;
    filter: drop-shadow(0 10px 28px rgba(27, 94, 140, 0.20));
}

/* Problems section mascot banner */
.problems-mascot-callout {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #E8F4FD 0%, #f0f7fc 100%);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 36px;
    border-left: 4px solid #1B5E8C;
}

.problems-mascot-callout img {
    width: 60px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 10px rgba(27, 94, 140, 0.18));
}

.problems-mascot-callout p {
    font-size: 15px;
    color: #1B5E8C;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* --- RESET & BASE --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #2D3436;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1B5E8C;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus-visible {
    color: #E8713A;
}

a:focus-visible {
    outline: 3px solid #E8713A;
    outline-offset: 2px;
    border-radius: 4px;
}

ul {
    list-style: none;
}

h1, h2, h3, h4 {
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a2e;
}

/* --- CONTAINER --- */
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- BUTTONS --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1.2;
}

.btn-primary {
    background: #E8713A;
    color: #fff;
    padding: 16px 32px;
    box-shadow: 0 4px 14px rgba(232, 113, 58, 0.35);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: #d4622e;
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 113, 58, 0.45);
    transform: translateY(-1px);
}

.btn-large {
    font-size: 20px;
    padding: 18px 36px;
    border-radius: 14px;
}

.btn-secondary {
    background: #fff;
    color: #1B5E8C;
    padding: 14px 28px;
    border: 2px solid #1B5E8C;
    box-shadow: 0 2px 8px rgba(27, 94, 140, 0.10);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    background: #1B5E8C;
    color: #fff;
    box-shadow: 0 6px 20px rgba(27, 94, 140, 0.20);
    transform: translateY(-1px);
}

/* --- HEADER --- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 12px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-text {
    font-size: 22px;
    font-weight: 800;
    color: #1B5E8C;
    letter-spacing: -0.5px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #1B5E8C;
    background: #E8F4FD;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.header-phone:hover,
.header-phone:focus-visible {
    background: #1B5E8C;
    color: #fff;
}

.header-phone:hover svg,
.header-phone:focus-visible svg {
    stroke: #fff;
}

/* --- NAV --- */
.main-nav {
    display: none; /* caché sur mobile par défaut */
}

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

.nav-links a {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2d4a5e;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    background: #E8F4FD;
    color: #1B5E8C;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Burger button */
.burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.18s;
}

.burger-btn:hover,
.burger-btn:focus-visible {
    background: #E8F4FD;
    outline: none;
}

.burger-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #1B5E8C;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
    transform-origin: center;
}

/* Burger animé → croix */
.burger-btn[aria-expanded="true"] .burger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.burger-btn[aria-expanded="true"] .burger-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.burger-btn[aria-expanded="true"] .burger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Menu mobile déroulant */
@media (max-width: 767px) {
    .main-nav {
        display: block;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.07);
        box-shadow: 0 8px 24px rgba(27,94,140,0.10);
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease, padding 0.3s ease;
        z-index: 99;
    }

    .main-nav.open {
        max-height: 320px;
        padding: 8px 0;
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 16px;
    }

    .nav-links a {
        font-size: 16px;
        padding: 13px 8px;
        border-bottom: 1px solid rgba(27,94,140,0.07);
        border-radius: 0;
    }

    .nav-links li:last-child a {
        border-bottom: none;
    }

    /* Cache le burger sur desktop */
    .burger-btn {
        display: flex;
    }
}

/* Desktop : nav visible, burger caché */
@media (min-width: 768px) {
    .main-nav {
        display: block;
    }

    .burger-btn {
        display: none;
    }
}

/* --- HERO --- */
.hero {
    padding: 40px 0 48px;
    background: linear-gradient(170deg, #E8F4FD 0%, #f0f7fc 40%, #fff 100%);
    overflow: hidden;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.hero-content {
    text-align: center;
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #d0e8f5;
    color: #1B5E8C;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.hero-highlight {
    color: #1B5E8C;
    display: block;
    margin-top: 4px;
}

.hero-subtitle {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 24px;
    line-height: 1.7;
}

.hero-price-box {
    background: #fff;
    border: 2px solid #1B5E8C;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 28px;
    display: inline-block;
    text-align: center;
}

.hero-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 8px;
}

.price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #1B5E8C;
    line-height: 1;
}

.ttc-label {
    font-size: 0.45em;
    font-weight: 600;
    vertical-align: super;
    letter-spacing: 0.03em;
    opacity: 0.75;
}

.price-detail {
    font-size: 15px;
    color: #4a5568;
    text-align: left;
    line-height: 1.4;
}

.price-badge {
    display: inline-block;
    background: #e6f9ee;
    color: #1B9E5A;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
}

.hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-phone-number {
    font-size: 22px;
    font-weight: 700;
    color: #1B5E8C;
    letter-spacing: 0.5px;
}

.hero-reassurance {
    font-size: 14px;
    color: #718096;
}

.hero-illustration {
    width: 240px;
    max-width: 100%;
    flex-shrink: 0;
}

.hero-illustration img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* --- SECTION COMMON --- */
.section-title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

.section-subtitle {
    font-size: 18px;
    color: #4a5568;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* --- 2. PROBLEMS --- */
.problems {
    padding: 64px 0;
    background: #fff;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.problem-card {
    background: #F5F6FA;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e8ecf1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.problem-card:hover {
    border-color: #1B5E8C;
    box-shadow: 0 4px 16px rgba(27, 94, 140, 0.08);
}

.problem-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F4FD;
    border-radius: 12px;
    margin-bottom: 16px;
}

.problem-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.problem-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

/* --- 3. SERVICES --- */
.services {
    padding: 64px 0;
    background: #1B5E8C;
}

.services .section-title {
    color: #fff;
}

.services .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 22px 20px;
    transition: background 0.2s ease;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.16);
}

.service-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}

.service-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.service-item p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

/* --- 4. PRICING --- */
.pricing {
    padding: 64px 0;
    background: #F5F6FA;
}

.pricing-card {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 2px solid #E8F4FD;
}

.pricing-header {
    background: linear-gradient(135deg, #1B5E8C 0%, #1a4f75 100%);
    color: #fff;
    text-align: center;
    padding: 36px 24px 32px;
}

.pricing-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    display: block;
    margin-bottom: 12px;
}

.pricing-amount {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-bottom: 8px;
}

.pricing-currency {
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px;
}

.pricing-number {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.pricing-period {
    font-size: 16px;
    opacity: 0.85;
}

.pricing-features {
    padding: 28px 28px 20px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
    font-size: 17px;
    color: #2D3436;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li svg {
    flex-shrink: 0;
}

.pricing-footer {
    padding: 20px 28px 28px;
    text-align: center;
}

.pricing-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #E8F4FD;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    color: #1B5E8C;
    margin-bottom: 12px;
}

.pricing-guarantee {
    font-size: 15px;
    color: #1B9E5A;
    font-weight: 600;
}

/* --- 5. COVERAGE --- */
.coverage {
    padding: 64px 0;
    background: #fff;
}

.coverage-content {
    max-width: 900px;
    margin: 0 auto;
}

.coverage-main {
    text-align: center;
    margin-bottom: 40px;
}

.coverage-pin {
    margin-bottom: 12px;
}

.coverage-main h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.coverage-main p {
    font-size: 17px;
    color: #4a5568;
}

.coverage-zones {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.coverage-zone h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1B5E8C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E8F4FD;
}

.coverage-zone ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.coverage-zone li {
    font-size: 15px;
    color: #4a5568;
    background: #F5F6FA;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #e8ecf1;
}

.coverage-zone a {
    color: #2D3436;
    text-decoration: none;
}

.coverage-zone a:hover,
.coverage-zone a:focus-visible {
    color: #1B5E8C;
    background: #E8F4FD;
}

/* --- 6. TRUST --- */
.trust {
    padding: 64px 0;
    background: #F5F6FA;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.trust-item {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e8ecf1;
    text-align: center;
}

.trust-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F4FD;
    border-radius: 16px;
    margin: 0 auto 16px;
}

.trust-item h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.trust-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

/* --- 7. FINAL CTA --- */
.final-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, #1B5E8C 0%, #153d5e 100%);
    text-align: center;
}

.final-cta-content {
    max-width: 560px;
    margin: 0 auto;
}

.cta-mascot {
    display: block;
    margin: 0 auto 24px;
    width: 120px;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
}

.final-cta h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.final-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    line-height: 1.6;
}

.final-cta .btn-primary {
    margin-bottom: 20px;
}

.final-cta-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.separator {
    color: rgba(255, 255, 255, 0.3);
}

/* --- FOOTER --- */
.site-footer {
    padding: 48px 0 24px;
    background: #0f2d42;
    color: rgba(255, 255, 255, 0.7);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-brand .logo-text {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: #fff;
}

.footer-phone {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #E8713A;
    margin-bottom: 8px;
}

.footer-phone:hover,
.footer-phone:focus-visible {
    color: #f5915e;
}

.footer-contact p {
    font-size: 15px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

/* --- STICKY MOBILE CTA --- */
.mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-sticky-cta.visible {
    transform: translateY(0);
}

.btn-sticky {
    width: 100%;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* =========================
   RESPONSIVE — TABLET
   ========================= */
@media (min-width: 640px) {
    .section-with-mascot .mascot-side {
        display: flex;
        width: 180px;
    }

    .local-hero-mascot img {
        width: 200px;
        max-width: 200px;
    }

    .coverage-mascot img {
        width: 150px;
    }

    .cta-mascot {
        width: 130px;
    }

    .container {
        padding: 0 32px;
    }

    h1 {
        font-size: 38px;
    }

    .header-phone {
        font-size: 17px;
        padding: 10px 18px;
        gap: 8px;
    }

    .section-title {
        font-size: 32px;
    }

    .problems-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .coverage-zones {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================
   RESPONSIVE — DESKTOP
   ========================= */
@media (min-width: 960px) {
    .section-with-mascot .mascot-side {
        width: 220px;
        margin: 0;
    }

    .pricing-mascot {
        display: block;
    }

    .local-hero-mascot {
        margin-top: 0;
    }

    .local-hero-mascot img {
        width: 280px;
        max-width: 280px;
    }

    .hero--local .hero-inner {
        flex-direction: row;
        align-items: center;
    }

    .coverage-mascot {
        flex-direction: row;
        justify-content: center;
    }

    .coverage-mascot img {
        width: 130px;
    }

    .cta-mascot {
        width: 150px;
    }

    body {
        font-size: 18px;
    }

    .hero {
        padding: 64px 0 72px;
    }

    .hero-inner {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }

    .hero-content {
        text-align: left;
        flex: 1;
    }

    .hero-illustration {
        width: 340px;
    }

    h1 {
        font-size: 44px;
    }

    .hero-cta-group {
        flex-direction: row;
        align-items: center;
    }

    .section-title {
        font-size: 36px;
    }

    .problems-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

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

    .footer-inner {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .problems,
    .services,
    .pricing,
    .coverage,
    .trust {
        padding: 80px 0;
    }

    .final-cta {
        padding: 96px 0;
    }

    .final-cta h2 {
        font-size: 36px;
    }

    /* Hide sticky CTA on desktop */
    .mobile-sticky-cta {
        display: none;
    }
}

/* =========================
   RESPONSIVE — LARGE DESKTOP
   ========================= */
@media (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }

    .hero-illustration {
        width: 380px;
    }
}

/* =========================
   ACCESSIBILITY
   ========================= */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .btn-primary:hover {
        transform: none;
    }

    .mobile-sticky-cta {
        transition: none;
    }
}

/* High contrast adjustments */
@media (prefers-contrast: high) {
    .problem-card {
        border-width: 2px;
        border-color: #2D3436;
    }

    .btn-primary {
        border: 2px solid #fff;
    }

    .hero-badge {
        border-width: 2px;
    }
}

/* ===== SITEMAP SECTION ===== */
.sitemap-section {
    padding: 64px 0 48px;
    background: #F5F6FA;
    border-top: 1px solid #e8ecf1;
}

.sitemap-block {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8ecf1;
}

.sitemap-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sitemap-service-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #1B5E8C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.sitemap-service-title svg {
    flex-shrink: 0;
    stroke: #1B5E8C;
}

.sitemap-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    columns: 2;
    column-gap: 0;
}

.sitemap-links li {
    break-inside: avoid;
    padding-right: 16px;
}

.sitemap-links li a {
    font-size: 14px;
    color: #4a5568;
    text-decoration: none;
    line-height: 2;
    border-bottom: 1px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}

.sitemap-links li a:hover {
    color: #1B5E8C;
    border-bottom-color: #1B5E8C;
}

@media (min-width: 480px) {
    .sitemap-links {
        columns: 3;
    }
}

@media (min-width: 768px) {
    .sitemap-links {
        columns: 4;
    }
}

@media (min-width: 1024px) {
    .sitemap-links {
        columns: 6;
    }
}

/* Print styles */
@media print {
    .site-header,
    .mobile-sticky-cta,
    .final-cta .btn {
        display: none;
    }

    .hero {
        background: none;
    }

    body {
        font-size: 14px;
        color: #000;
    }

    a {
        color: #000;
    }

    .final-cta {
        background: none;
        color: #000;
    }

    .final-cta h2,
    .final-cta p {
        color: #000;
    }
}
