/* SCUBA PAGE */

.scuba-page-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

/* reuse about-breadcrumb */

.scuba-page-header {
    background: linear-gradient(135deg, #1a3a6e 0%, #2557a0 100%);
    color: var(--white);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    margin-bottom: 1.5rem;
}

.scuba-page-header h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.scuba-page-header p {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.7;
    max-width: 680px;
    margin-bottom: 1.5rem;
}

.scuba-page-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.scuba-stat { text-align: center; }

.scuba-stat-num {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
}

.scuba-stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

.scuba-callout {
    background: #fef3cd;
    border: 1px solid #fcd34d;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 0.9rem 1.2rem;
    font-size: 0.9rem;
    color: #78350f;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.scuba-grid-section { }
