/* Specific pages styling (Radioterapie, Brahiterapie, Scopul, Urmarire) - Light Medical Theme */

/* Spacing from the menu - Targeted to main-content-container ONLY */
.main-content-container {
    margin-top: 30px; 
}

.page-hero {
    padding: 60px 0;
    text-align: center;
    background: #eef4fb; /* Light blue tint */
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.05);
}

.page-hero h1 {
    color: #1a2b3c;
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.page-hero .lead {
    font-size: 1.25rem;
    color: #5c6b7a;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}

.page-intro {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 35px;
    background: #fff;
    border-left: 5px solid #4a90e2; /* Blue color */
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border-radius: 0 15px 15px 0;
    color: #444;
}

.content-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    transition: transform 0.3s ease;
    border: 1px solid #f0f4f8;
}

.content-card:hover {
    transform: translateY(-5px);
}

.content-card h2, .content-card h3 {
    color: #1a2b3c;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.content-card h2:after, .content-card h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #4a90e2; /* Blue color */
    border-radius: 2px;
}

.content-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #5c6b7a;
}

/* Regions list styling */
.regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.region-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #fff;
    border: 1px solid #eef4fb;
    color: #1a2b3c;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.region-item a:hover {
    background: #eef4fb;
    color: #4a90e2;
    border-color: #4a90e2;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(74, 144, 226, 0.1);
}

/* Modals styling for 'Scopul' page */
.modal-content {
    border-radius: 25px;
    border: none;
    box-shadow: 0 25px 70px rgba(0,0,0,0.15);
}

.modal-header {
    background: #4a90e2; /* Blue color */
    color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 25px 40px;
}

.modal-title {
    font-weight: 800;
    color: #fff;
}

.modal-body {
    padding: 50px;
}

.modal-body h3 {
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 400;
    color: #444;
}

.btn-modal-trigger {
    background: #fff;
    color: #4a90e2;
    border: 2px solid #4a90e2;
    padding: 16px 35px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
    margin: 12px;
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.1);
}

.btn-modal-trigger:hover {
    background: #4a90e2;
    color: #fff;
    transform: scale(1.08) translateY(-3px);
    box-shadow: 0 10px 25px rgba(74, 144, 226, 0.2);
}

/* Mega Appointment Button (Consistent with Cine Sunt) */
.appointment-container {
    margin: 80px 0 120px;
    text-align: center;
}

.btn-appointment-main {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%) !important;
    color: #fff !important;
    padding: 20px 50px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 100px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 15px 35px rgba(74, 144, 226, 0.4) !important;
    display: inline-block;
    text-decoration: none !important;
    border: none !important;
}

.btn-appointment-main:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 20px 50px rgba(74, 144, 226, 0.5) !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .page-hero {
        padding: 40px 20px;
    }
    .page-hero h1 {
        font-size: 2rem;
    }
    .page-hero .lead {
        font-size: 1.1rem;
    }
    .page-intro {
        padding: 25px;
        font-size: 1.05em;
    }
    .content-card {
        padding: 30px 20px;
    }
    .content-card h2, .content-card h3 {
        font-size: 1.5rem;
    }
    .content-card p {
        font-size: 1.05rem;
    }
    .regions-grid {
        grid-template-columns: 1fr;
    }
    .btn-modal-trigger {
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
        padding: 14px 25px;
    }
    .btn-appointment-main {
        font-size: 16px !important;
        padding: 16px 35px !important;
        width: 90%;
    }
}
