/* ===== PAGE HERO BASE (not in main.css) ===== */
.page-hero {
    padding: 108px 0 72px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.page-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}
.page-hero-title {
    font-family: var(--font-head);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 20px;
}
.page-hero-sub {
    font-size: 1.05rem;
    color: var(--muted);
    margin-bottom: 36px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 40px;
}
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb span[aria-current] { color: #0f172a; font-weight: 500; }

/* ===== HERO ===== */
.cl-hero {
    padding-bottom: 56px;
    text-align: left;
}
.cl-hero .breadcrumb { justify-content: flex-start; }
.cl-hero .page-hero-content { max-width: none; margin: 0; text-align: left; }
.cl-hero .page-hero-title { text-align: left; }
.cl-hero .page-hero-sub {
    max-width: 560px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
}
.cl-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 56px;
    align-items: center;
}
.cl-hero-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Phone block */
.cl-big-phone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 28px;
    background: rgba(245,158,11,0.07);
    border: 1.5px solid rgba(245,158,11,0.32);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(245,158,11,0.10);
    text-decoration: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.cl-big-phone::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245,158,11,0.08) 0%, transparent 60%);
    pointer-events: none;
}
@media (min-width: 641px) {
    .cl-big-phone { cursor: default; pointer-events: none; }
}
@media (max-width: 640px) {
    .cl-big-phone:hover { transform: translateY(-2px); }
}
.cl-phone-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.cl-phone-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b45309;
}
.cl-phone-number {
    font-family: var(--font-body);
    font-size: 1.55rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #92400e;
    line-height: 1;
    white-space: nowrap;
}
.cl-phone-hint {
    font-size: 0.76rem;
    color: var(--muted);
    margin-top: 2px;
}
.cl-hint-mobile { display: none; }
.cl-phone-status {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 0.74rem;
    font-weight: 600;
    color: #b45309;
}
.cl-phone-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d97706;
    box-shadow: 0 0 0 0 rgba(217,119,6,0.5);
    animation: cl-pulse 2.2s ease infinite;
    flex-shrink: 0;
}
@keyframes cl-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(217,119,6,0.5); }
    65%  { box-shadow: 0 0 0 10px rgba(217,119,6,0); }
    100% { box-shadow: 0 0 0 0 rgba(217,119,6,0); }
}

/* Action buttons */
.cl-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}
.cl-hero-actions .btn-primary,
.cl-hero-actions .btn-ghost {
    min-height: 54px;
    justify-content: center;
    line-height: 1;
}
.cl-mobile-action { display: none; }

/* ===== LOCAL INTRO ===== */
.cl-local-intro-section { padding: 0 0 56px; }
.cl-local-intro {
    max-width: 800px;
}
.cl-local-intro h2 {
    font-family: var(--font-head);
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}
.cl-local-intro p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.8;
}

/* ===== SERVICES GRID ===== */
.cl-services-section { padding: 0 0 64px; }
.cl-services-section .section-header { margin-bottom: 28px; }
.cl-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.cl-service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.cl-service-card:hover {
    border-color: rgba(37,99,235,0.35);
    box-shadow: 0 4px 16px rgba(37,99,235,0.10);
    transform: translateY(-1px);
}
.cl-service-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.cl-service-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}
.cl-service-price {
    font-size: 0.76rem;
    color: #b45309;
    font-weight: 600;
}
.cl-service-arrow {
    flex-shrink: 0;
    color: var(--muted);
    transition: color 0.2s, transform 0.2s;
}
.cl-service-card:hover .cl-service-arrow {
    color: var(--cyan);
    transform: translateX(3px);
}

/* ===== COMMON JOBS ===== */
.cl-jobs-section { padding: 0 0 64px; }
.cl-jobs-section .section-header { margin-bottom: 28px; }
.cl-jobs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.cl-job-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
    font-size: 0.88rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.4;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.cl-job-card svg { flex-shrink: 0; }

/* ===== LOCAL AREA ===== */
.cl-local-section { padding: 0 0 64px; }
.cl-local-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.cl-local-panel,
.cl-nearby-panel {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.cl-local-panel h2,
.cl-nearby-panel h2 {
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}
.cl-local-panel p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.95rem;
}
.cl-nearby-panel .section-tag { margin-bottom: 16px; }
.cl-nearby-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.cl-nearby-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15,23,42,0.05);
    border: 1px solid var(--border);
    color: #475569;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
a.cl-nearby-tag:hover {
    border-color: rgba(37,99,235,0.4);
    color: var(--cyan);
    background: rgba(37,99,235,0.05);
}

/* ===== DISCLAIMER ===== */
.cl-disclaimer-section { padding: 0 0 48px; }
.cl-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 24px;
    background: rgba(15,23,42,0.03);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}
.cl-disclaimer svg { flex-shrink: 0; margin-top: 2px; color: var(--muted); }
.cl-disclaimer p {
    font-size: 0.80rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ===== TRUST ===== */
.cl-trust-section { padding: 0 0 64px; }
.cl-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.cl-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.cl-trust-item svg { flex-shrink: 0; }
.cl-trust-item div { display: flex; flex-direction: column; gap: 2px; }
.cl-trust-item strong { font-size: 0.88rem; font-weight: 700; color: #0f172a; }
.cl-trust-item span  { font-size: 0.76rem; color: var(--muted); }

/* ===== FAQ ===== */
.cl-faq-section { padding-top: 24px; padding-bottom: 64px; }

/* ===== FINAL CTA ===== */
.cl-cta-mobile { display: none; }
.cl-final-cta { padding: 0 0 80px; }
.cl-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 48px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.cl-final-cta-text h2 {
    font-family: var(--font-head);
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}
.cl-final-cta-text p { color: var(--muted); font-size: 0.88rem; }
.cl-final-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* ===== TABLET 1060px ===== */
@media (max-width: 1060px) {
    .cl-services-grid { grid-template-columns: repeat(2, 1fr); }
    .cl-jobs-grid     { grid-template-columns: repeat(2, 1fr); }
    .cl-trust-grid    { grid-template-columns: repeat(2, 1fr); }
}

/* ===== TABLET 860px ===== */
@media (max-width: 860px) {
    .cl-hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .cl-hero .breadcrumb { justify-content: center; }
    .cl-hero .page-hero-sub { max-width: 100%; }
    .cl-local-grid {
        grid-template-columns: 1fr;
    }
    .cl-final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
        gap: 20px;
    }
    .cl-final-cta-actions { width: 100%; flex-wrap: wrap; }
}

/* ===== MOBILE 640px ===== */
@media (max-width: 640px) {
    .cl-services-grid { grid-template-columns: 1fr 1fr; }
    .cl-jobs-grid     { grid-template-columns: 1fr 1fr; }
    .cl-trust-grid    { grid-template-columns: 1fr 1fr; }
    .cl-local-panel, .cl-nearby-panel { padding: 24px 20px; }

    .cl-cta-desktop  { display: none !important; }
    .cl-cta-mobile   { display: inline-flex !important; }

    .cl-hint-desktop { display: none; }
    .cl-hint-mobile  { display: block; }
    .cl-big-phone    { cursor: pointer; pointer-events: auto; }

    .cl-desktop-action { display: none; }
    .cl-mobile-action  { display: inline-flex; }
    .cl-hero-actions {
        grid-template-columns: 1fr 1fr;
    }

    .cl-final-cta-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .cl-final-cta-inner { padding: 24px 20px; }
}

@media (max-width: 400px) {
    .cl-services-grid { grid-template-columns: 1fr; }
    .cl-jobs-grid     { grid-template-columns: 1fr; }
    .cl-trust-grid    { grid-template-columns: 1fr; }
}
