/* Summer Camp - Discover 2.0 Specific Styles */

:root {
    /* Earthy Palette */
    --sc-terracotta: #E2725B;
    --sc-sage: #9DC183;
    --sc-mustard: #E1AD01;
    --sc-sand: #F4EEE5;
    /* Keeping consistent with site bg */
    --sc-dark-text: #2c3e50;
    --sc-off-white: #fdfbf7;

    /* STREAM Vibrant Colors */
    --sc-science: #4A90E2;
    --sc-tech: #50E3C2;
    --sc-eng: #F5A623;
    --sc-art: #E05378;
    --sc-math: #9013FE;
    --sc-astro: #2C2C54;
}

body {
    background-color: var(--sc-off-white);
    color: var(--sc-dark-text);
}

.sc-section {
    padding: 80px 0;
}

/* Headers */
.sc-title-lg {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--sc-terracotta);
    margin-bottom: 20px;
}

.sc-title-md {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sc-dark-text);
    margin-bottom: 1.5rem;
}

.sc-text-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Buttons */
.btn-sc-primary {
    background-color: var(--sc-terracotta);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(226, 114, 91, 0.3);
}

.btn-sc-primary:hover {
    background-color: #d65a42;
    transform: translateY(-2px);
    color: white;
}

.btn-sc-secondary {
    background-color: transparent;
    border: 2px solid var(--sc-sage);
    color: var(--sc-sage);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-sc-secondary:hover {
    background-color: var(--sc-sage);
    color: white;
}

/* Hero Section */
.sc-hero {
    background-color: var(--sc-off-white);
    position: relative;
    padding-top: 160px;
    /* Account for sticky header */
    padding-bottom: 100px;
    overflow: hidden;
}

.sc-hero-badge {
    display: inline-block;
    background-color: var(--sc-mustard);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Philosophy Section */
.sc-philosophy-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid var(--sc-sage);
    transition: transform 0.3s ease;
}

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

/* 6 Weeks Odyssey Grid */
.sc-week-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.sc-week-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.sc-week-header {
    padding: 20px;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
}

.sc-week-body {
    padding: 25px;
}

/* Age Tracks */
.sc-track-card {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sc-track-icon {
    width: 80px;
    height: 80px;
    background: var(--sc-off-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--sc-terracotta);
}

/* Talent Blueprint */
.sc-blueprint-section {
    background-color: var(--sc-sage);
    color: white;
    border-radius: 30px;
    margin: 0 20px;
}

.sc-blueprint-section h2 {
    color: white;
}

/* Trust Signals */
.sc-trust-badge {
    background: var(--sc-mustard);
    color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: rotate(15deg);
    z-index: 10;
    line-height: 1.2;
    padding: 10px;
    font-size: 0.9rem;
}

/* Sticky Header Override for this page */
.header-sticky.active {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.sc-nav-link {
    color: var(--sc-dark-text) !important;
    font-weight: 600;
    padding: 10px 20px !important;
}

.sc-nav-link:hover {
    color: var(--sc-terracotta) !important;
}

.sc-details-icon {
    color: var(--sc-terracotta);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* FAQ Accordion Styles */
.sc-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 15px !important;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.sc-accordion .accordion-button {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--sc-dark-text);
    background-color: white;
    box-shadow: none;
    padding: 20px 25px;
}

.sc-accordion .accordion-button:not(.collapsed) {
    color: var(--sc-terracotta);
    background-color: #fff9f7;
    /* Very light terracotta tint */
}

.sc-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.sc-accordion .accordion-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    padding: 0 25px 25px 25px;
    background-color: white;
}

.sc-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E2725B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sc-faq-category {
    font-weight: 800;
    color: var(--sc-sage);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding-left: 10px;
}