/* ===== PAGE HERO BASE ===== */
.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;
    justify-content: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 32px;
}
.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 ===== */
.sa-hero {
    padding-bottom: 56px;
    text-align: left;
}
.sa-hero .breadcrumb { justify-content: flex-start; margin-bottom: 40px; }
.sa-hero .page-hero-content { max-width: none; margin: 0; text-align: left; }
.sa-hero .page-hero-title { text-align: left; }
.sa-hero .page-hero-sub {
    max-width: 560px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
}
.sa-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 56px;
    align-items: center;
}
.sa-hero-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Phone block — amber style */
.sa-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;
}
.sa-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) {
    .sa-big-phone { cursor: default; pointer-events: none; }
}
@media (max-width: 640px) {
    .sa-big-phone:hover { transform: translateY(-2px); }
}
.sa-phone-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.sa-phone-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b45309;
}
.sa-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;
}
.sa-phone-hint {
    font-size: 0.76rem;
    color: var(--muted);
    margin-top: 2px;
}
.sa-phone-status {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 0.74rem;
    font-weight: 600;
    color: #b45309;
}
.sa-phone-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d97706;
    box-shadow: 0 0 0 0 rgba(217,119,6,0.5);
    animation: sa-pulse 2.2s ease infinite;
    flex-shrink: 0;
}
@keyframes sa-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); }
}
.sa-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}
.sa-hero-actions .btn-primary,
.sa-hero-actions .btn-ghost {
    min-height: 54px;
    justify-content: center;
}

/* ===== MAP ===== */
.sa-map-section { padding: 0 0 64px; }

/* ===== CITIES ===== */
.sa-cities-section { padding: 0 0 64px; }
.sa-cities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.sa-city-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    text-decoration: none;
}
.sa-city-card:hover {
    box-shadow: 0 6px 18px rgba(15,23,42,0.09);
    border-color: rgba(37,99,235,0.25);
}
.sa-city-linked {
    background: rgba(37,99,235,0.06);
    border-color: rgba(37,99,235,0.22);
}
.sa-city-linked .sa-city-top strong {
    color: #1d4ed8;
}
.sa-city-linked:hover {
    background: rgba(37,99,235,0.10);
    border-color: rgba(37,99,235,0.45);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37,99,235,0.12);
}
.sa-city-top {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    color: #1d4ed8;
}
.sa-city-top strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    flex: 1;
}
.sa-city-arrow {
    color: var(--muted);
    transition: color 0.2s, transform 0.2s;
    flex-shrink: 0;
}
.sa-city-linked:hover .sa-city-arrow {
    color: var(--cyan);
    transform: translateX(3px);
}
.sa-group {
    margin-bottom: 32px;
}
.sa-group-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}
.sa-group-extended .sa-group-label { opacity: 0.7; }
.sa-extended-note {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 10px;
    font-style: italic;
}
.sa-cities-note {
    text-align: center;
    font-size: 0.86rem;
    color: var(--muted);
    margin-top: 8px;
}

/* ===== TRUST ===== */
.sa-trust-section { padding: 0 0 64px; }
.sa-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.sa-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 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);
}
.sa-trust-item svg { flex-shrink: 0; }
.sa-trust-item div { display: flex; flex-direction: column; gap: 2px; }
.sa-trust-item strong { font-size: 0.86rem; font-weight: 700; color: #0f172a; }
.sa-trust-item span  { font-size: 0.75rem; color: var(--muted); }

/* ===== FAQ ===== */
.sa-faq-section { padding: 0 0 64px; }

/* ===== FINAL CTA ===== */
.sa-final-cta { padding: 0 0 80px; }
.sa-cta-box {
    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);
}
.sa-cta-text h2 {
    font-family: var(--font-head);
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}
.sa-cta-text p { color: var(--muted); font-size: 0.92rem; }
.sa-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.sa-cta-mobile { display: none !important; }
.sa-cta-desktop { display: inline-flex; }

/* ===== TABLET ===== */
@media (max-width: 1000px) {
    .sa-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .sa-cities-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
    .sa-hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .sa-hero .breadcrumb { justify-content: center; }
    .sa-hero .page-hero-sub { max-width: 100%; }
    .sa-cities-grid { grid-template-columns: repeat(3, 1fr); }
    .sa-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
        gap: 20px;
    }
    .sa-cta-actions { width: 100%; flex-wrap: wrap; }
}

/* ===== MOBILE ===== */
@media (max-width: 640px) {
    .sa-cities-grid { grid-template-columns: repeat(2, 1fr); }
    .sa-trust-grid { grid-template-columns: 1fr 1fr; }
    .sa-cta-desktop { display: none !important; }
    .sa-cta-mobile  { display: inline-flex !important; }
    .sa-cta-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .sa-cta-box { padding: 24px 20px; }
}
@media (max-width: 400px) {
    .sa-trust-grid { grid-template-columns: 1fr; }
    .sa-cities-grid { grid-template-columns: 1fr 1fr; }
}
