/**
 * 21st Century Cancer Care — Ambulance Services Page
 * Depends on: cc-cancer-care.css
 * Version: 1.1.0 — Uses site primary color scheme (same as Medical Tourism)
 */

/* ===== FULL-WIDTH OVERRIDE ===== */
.cc-amb-page {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

/* ===== HERO ===== */
.cc-amb-hero {
    background: linear-gradient(135deg, var(--cc-primary) 0%, #0131b8 50%, var(--cc-secondary) 100%);
    padding: 5rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.cc-amb-hero-orb { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.cc-amb-hero-orb-1 { width: 400px; height: 400px; background: var(--cc-accent); opacity: 0.1; top: -150px; right: -100px; }
.cc-amb-hero-orb-2 { width: 300px; height: 300px; background: var(--cc-secondary); opacity: 0.08; bottom: -100px; left: -80px; }

.cc-amb-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 0.88rem; margin-bottom: 1rem; }
.cc-amb-breadcrumb a { color: rgba(255,255,255,0.6) !important; text-decoration: none !important; transition: color 0.2s; }
.cc-amb-breadcrumb a:hover { color: var(--cc-accent) !important; }
.cc-amb-breadcrumb .material-symbols-outlined { font-size: 16px; color: rgba(255,255,255,0.3); }
.cc-amb-breadcrumb > span:last-child { color: var(--cc-accent); font-weight: 600; }

.cc-amb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(166,206,56,0.15);
    border: 1px solid rgba(166,206,56,0.3);
    color: var(--cc-accent);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.4rem 1rem;
    border-radius: 60px;
    margin-bottom: 1.25rem;
}

.cc-amb-pulse {
    width: 10px; height: 10px;
    background: var(--cc-accent);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation: cc-amb-pulse-anim 2s ease-in-out infinite;
}

.cc-amb-pulse::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: var(--cc-accent);
    opacity: 0.4;
    animation: cc-amb-pulse-ring 2s ease-in-out infinite;
}

@keyframes cc-amb-pulse-anim { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes cc-amb-pulse-ring { 0%,100% { transform: scale(1); opacity: 0.4; } 50% { transform: scale(1.8); opacity: 0; } }

.cc-amb-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.cc-amb-hero-title span { color: var(--cc-accent); }

.cc-amb-hero-desc {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    max-width: 540px;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cc-amb-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.cc-amb-call-btn { font-size: 1.05rem !important; }

.cc-amb-btn-outline {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    cursor: pointer;
}

.cc-amb-btn-outline:hover { background: rgba(255,255,255,0.2) !important; transform: translateY(-2px); }

/* Hero Stats */
.cc-amb-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }

.cc-amb-stat-card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1.25rem;
    padding: 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.cc-amb-stat-icon { font-size: 24px; color: var(--cc-accent); }
.cc-amb-stat-value { font-size: 1.4rem; font-weight: 900; color: #fff; }
.cc-amb-stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

/* ===== SECTIONS COMMON ===== */
.cc-amb-section { padding: 5rem 0; width: 100%; }
.cc-amb-section:nth-child(odd) { background: var(--cc-surface); }
.cc-amb-section:nth-child(even) { background: var(--cc-surface-alt); }

.cc-amb-section-header { text-align: center; margin-bottom: 3rem; }

.cc-amb-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 0.5rem 1.25rem; background: rgba(0,32,130,0.06);
    border-radius: 60px; font-size: 0.78rem; font-weight: 700;
    color: var(--cc-primary); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem;
}

.cc-amb-eyebrow .material-symbols-outlined { font-size: 18px; color: var(--cc-accent); }

.cc-amb-section-header h2 {
    font-size: 2.5rem; font-weight: 900; color: var(--cc-primary);
    letter-spacing: -0.02em; margin-bottom: 0.75rem; line-height: 1.15;
}

.cc-amb-section-header p { font-size: 1rem; color: var(--cc-text-muted); max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* ===== FLEET CARDS ===== */
.cc-amb-fleet-card {
    background: #fff; border-radius: 1.5rem; padding: 2rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 12px rgba(0,0,0,0.03); height: 100%;
}

.cc-amb-fleet-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: rgba(0,32,130,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;
}

.cc-amb-fleet-icon .material-symbols-outlined { font-size: 28px; color: var(--cc-primary); }
.cc-amb-fleet-icon-secondary { background: rgba(22,105,101,0.08) !important; }
.cc-amb-fleet-icon-secondary .material-symbols-outlined { color: var(--cc-secondary) !important; }
.cc-amb-fleet-icon-accent { background: rgba(166,206,56,0.12) !important; }
.cc-amb-fleet-icon-accent .material-symbols-outlined { color: var(--cc-accent-dark) !important; }

.cc-amb-fleet-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--cc-primary); margin-bottom: 0.5rem; }
.cc-amb-fleet-card > p { font-size: 0.88rem; color: var(--cc-text-muted); line-height: 1.6; margin-bottom: 1.25rem; }

.cc-amb-fleet-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.cc-amb-fleet-features li {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.82rem; font-weight: 600; color: var(--cc-text);
}
.cc-amb-fleet-features li .material-symbols-outlined { font-size: 18px; color: var(--cc-accent-dark); }

/* ===== SERVICE AREA ===== */
.cc-amb-area-grid {
    display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 1.5rem;
}

.cc-amb-area-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1px solid rgba(0,0,0,0.06);
    padding: 0.6rem 1.25rem; border-radius: 60px;
    font-size: 0.88rem; font-weight: 600; color: var(--cc-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.25s ease;
}

.cc-amb-area-tag .material-symbols-outlined { font-size: 16px; color: var(--cc-secondary); }
.cc-amb-area-tag:hover { background: var(--cc-primary); color: #fff; transform: translateY(-2px); }
.cc-amb-area-tag:hover .material-symbols-outlined { color: #fff; }

.cc-amb-area-note {
    display: flex; align-items: center; gap: 6px; justify-content: center;
    font-size: 0.85rem; color: var(--cc-text-muted); text-align: center;
}

/* ===== WHEN TO CALL ===== */
.cc-amb-when-card {
    display: flex; align-items: flex-start; gap: 1rem;
    background: #fff; border-radius: 1.25rem; padding: 1.5rem;
    border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: all 0.3s ease; height: 100%;
}

.cc-amb-when-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }

.cc-amb-when-card > .material-symbols-outlined {
    font-size: 28px; color: var(--cc-primary); flex-shrink: 0;
    width: 48px; height: 48px; background: rgba(0,32,130,0.06);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
}

.cc-amb-when-card h3 { font-size: 0.95rem; font-weight: 800; color: var(--cc-primary); margin-bottom: 0.3rem; }
.cc-amb-when-card p { font-size: 0.85rem; color: var(--cc-text-muted); line-height: 1.5; margin: 0; }

/* ===== HOW IT WORKS STEPS ===== */
.cc-amb-steps {
    display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
}

.cc-amb-step {
    background: #fff; border-radius: 1.5rem; padding: 2rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    text-align: center; flex: 1; min-width: 220px; max-width: 300px;
}

.cc-amb-step-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--cc-primary); color: #fff; font-weight: 900; font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem; box-shadow: 0 4px 12px rgba(0,32,130,0.25);
}

.cc-amb-step h3 { font-size: 1rem; font-weight: 800; color: var(--cc-primary); margin-bottom: 0.5rem; }
.cc-amb-step p { font-size: 0.85rem; color: var(--cc-text-muted); line-height: 1.6; margin: 0; }

.cc-amb-step-arrow { color: var(--cc-secondary); font-size: 1.5rem; }
.cc-amb-step-arrow .material-symbols-outlined { font-size: 28px; }

/* ===== EMERGENCY CTA ===== */
.cc-amb-cta-section { background: var(--cc-surface) !important; }

.cc-amb-cta-card {
    background: linear-gradient(135deg, var(--cc-primary) 0%, #0131b8 50%, var(--cc-secondary) 100%);
    border-radius: 2rem; padding: 4rem; position: relative; overflow: hidden; text-align: center;
}

.cc-amb-cta-orb {
    position: absolute; width: 300px; height: 300px; border-radius: 50%;
    background: var(--cc-accent); filter: blur(140px); opacity: 0.12;
    top: -80px; right: -60px; pointer-events: none;
}

.cc-amb-cta-inner { position: relative; z-index: 1; }

.cc-amb-cta-pulse-ring {
    width: 80px; height: 80px; border-radius: 50%;
    border: 3px solid rgba(166,206,56,0.4);
    margin: 0 auto 1.5rem;
    animation: cc-amb-cta-ring 2s ease-in-out infinite;
    display: flex; align-items: center; justify-content: center;
}

@keyframes cc-amb-cta-ring { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.15); opacity: 0.6; } }

.cc-amb-cta-card h2 { font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 0.75rem; }
.cc-amb-cta-inner > p { color: rgba(255,255,255,0.7); font-size: 1rem; margin-bottom: 1.5rem; }

.cc-amb-cta-call {
    font-size: 1.3rem !important; padding: 1.25rem 3rem !important;
    box-shadow: 0 8px 24px rgba(166,206,56,0.3) !important;
}

.cc-amb-cta-alt {
    margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem;
}

.cc-amb-cta-alt a {
    color: rgba(255,255,255,0.6) !important; text-decoration: none !important;
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.9rem; font-weight: 600; transition: color 0.2s;
}

.cc-amb-cta-alt a:hover { color: #fff !important; }
.cc-amb-cta-alt a .material-symbols-outlined { font-size: 18px; }
.cc-amb-cta-divider { color: rgba(255,255,255,0.2); }

.cc-amb-cta-address {
    margin-top: 1.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.4);
    display: flex; align-items: center; justify-content: center; gap: 4px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .cc-amb-hero { padding: 3.5rem 0 3rem; }
    .cc-amb-section { padding: 3.5rem 0; }
    .cc-amb-cta-card { padding: 3rem 2rem; }
    .cc-amb-section-header h2 { font-size: 2rem; }
    .cc-amb-steps { flex-direction: column; }
    .cc-amb-step { max-width: 100%; }
    .cc-amb-step-arrow { transform: rotate(90deg); }
}

@media (max-width: 768px) {
    .cc-amb-hero { padding: 3rem 0 2.5rem; }
    .cc-amb-section { padding: 3rem 0; }
    .cc-amb-section-header h2 { font-size: 1.75rem; }
    .cc-amb-cta-card { padding: 2.5rem 1.5rem; border-radius: 1.5rem; }
    .cc-amb-cta-card h2 { font-size: 1.6rem; }
    .cc-amb-hero-actions { flex-direction: column; }
    .cc-amb-hero-actions .btn-custom { width: 100%; justify-content: center; }
    .cc-amb-cta-call { font-size: 1.1rem !important; padding: 1rem 2rem !important; }
}
