body {
    background-color: #f8f9fa;
}

.btn-nav-book {
    background-color: #d9b89c;
    border-color: #d9b89c;
    color: #2f241d;
}

.btn-nav-book:hover,
.btn-nav-book:focus {
    background-color: #cfab8c;
    border-color: #cfab8c;
    color: #2f241d;
}

.btn-hero {
    background-color: #d9b89c;
    border-color: #d9b89c;
    color: #2f241d;
}

.btn-hero:hover,
.btn-hero:focus {
    background-color: #cfab8c;
    border-color: #cfab8c;
    color: #2f241d;
}

.btn-hero-outline {
    background-color: transparent;
    border-color: #d9b89c;
    color: #d9b89c;
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
    background-color: rgba(217, 184, 156, 0.14);
    border-color: #d9b89c;
    color: #f7ede4;
}

.hero-banner {
    background-image: url('https://images.unsplash.com/photo-1513475382585-d06e58bcb0e0?auto=format&fit=crop&w=1600&q=80');
    background-position: center 28%;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100vh - 56px);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.4) 100%);
    min-height: calc(100vh - 56px);
}

.hero-shell {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 56px);
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.hero-copy {
    max-width: 640px;
}

.overview-section {
    padding: 4.5rem 0 5rem;
}

.overview-copy {
    max-width: 560px;
}

.overview-title {
    color: #433c37;
    font-size: clamp(2.2rem, 3.4vw, 4.1rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    margin-bottom: 2.5rem;
}

.overview-point {
    margin-bottom: 2rem;
}

.overview-point-title {
    color: #433c37;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.overview-point-copy {
    color: #766d66;
    font-size: 1rem;
    line-height: 1.7;
}

.overview-cta {
    background-color: #9b7d55;
    border-radius: 999px;
    color: #fff8f0;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.75rem;
    padding: 0.95rem 2.8rem;
}

.overview-cta:hover,
.overview-cta:focus {
    background-color: #8c704c;
    color: #fff8f0;
}

.text-primary {
    color: #9b7d55 !important;
}

.overview-image-wrap {
    border-radius: 2rem;
    box-shadow: 0 28px 60px rgba(84, 66, 47, 0.16);
    overflow: hidden;
}

.overview-image {
    display: block;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    width: 100%;
}

.programs-section {
    padding: 3rem 0 1rem;
}

.programs-header {
    max-width: 760px;
    margin-bottom: 4rem;
}

.programs-title {
    color: #433c37;
    font-size: clamp(2.2rem, 3vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}

.programs-subtitle {
    color: #766d66;
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.75;
}

.programs-grid {
    row-gap: 3rem;
}

.program-feature {
    margin: 0 auto;
    max-width: 320px;
}

.program-icon {
    align-items: center;
    background: #e8e1d9;
    border-radius: 1.5rem;
    display: inline-flex;
    height: 92px;
    justify-content: center;
    margin-bottom: 1.75rem;
    width: 92px;
}

.program-icon svg {
    fill: none;
    height: 40px;
    stroke: #9b7d55;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 40px;
}

.program-feature-title {
    color: #433c37;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.85rem;
}

.program-feature-copy {
    color: #766d66;
    font-size: 1rem;
    line-height: 1.55;
}

.faq-section {
    padding-bottom: 5rem;
    padding-top: 4rem;
}

.faq-shell {
    background:
        radial-gradient(circle at center, rgba(255, 225, 207, 0.42), transparent 36%),
        linear-gradient(180deg, rgba(255, 251, 246, 0.9), rgba(250, 246, 239, 0.94));
    border-radius: 2.25rem;
    box-shadow: 0 28px 60px rgba(84, 66, 47, 0.1);
    padding: 2.5rem;
}

.faq-intro {
    margin-bottom: 2rem;
}

.faq-kicker {
    color: #8b7257;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.faq-title {
    color: #364254;
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.03;
    margin-bottom: 0;
    max-width: 12ch;
}

.faq-callout {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 145, 102, 0.12);
    border-radius: 1.75rem;
    box-shadow: 0 24px 50px rgba(255, 124, 82, 0.08);
    padding: 1.9rem;
}

.faq-avatar {
    align-items: center;
    background: linear-gradient(135deg, #2f241d, #78553d);
    border-radius: 999px;
    color: #fff8f0;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 4.5rem;
}

.faq-avatar img {
    border-radius: 999px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.faq-callout-title {
    color: #364254;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.faq-callout-copy {
    color: #6e7886;
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.faq-callout-cta {
    background: #9b7d55;
    border-radius: 999px;
    box-shadow: 0 18px 30px rgba(155, 125, 85, 0.18);
    color: #fff8f0;
    display: inline-flex;
    font-weight: 600;
    padding: 0.95rem 2rem;
    text-decoration: none;
}

.faq-callout-cta:hover,
.faq-callout-cta:focus {
    background: #8c704c;
    color: #fff8f0;
}

.faq-accordion {
    display: grid;
    gap: 1rem;
}

.faq-item {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 145, 102, 0.12);
    border-radius: 1.5rem !important;
    box-shadow: 0 18px 40px rgba(255, 124, 82, 0.06);
    overflow: hidden;
}

.faq-item.accordion-item {
    border: 1px solid rgba(255, 145, 102, 0.12);
}

.faq-button {
    background: transparent;
    box-shadow: none !important;
    color: #364254;
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    padding: 1.55rem 1.6rem;
}

.faq-button:not(.collapsed) {
    background: transparent;
    color: #364254;
}

.faq-button::after {
    align-items: center;
    background-image: none !important;
    content: "+";
    display: inline-flex;
    font-size: 2rem;
    height: auto;
    justify-content: center;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transform: none;
    width: auto;
}

.faq-button::before {
    content: none !important;
}

.faq-button:not(.collapsed)::after {
    background-image: none !important;
    content: "×";
    transform: none;
}

.faq-answer {
    color: #6e7886;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 1.6rem 1.55rem;
    padding-top: 0;
}

@media (max-width: 991.98px) {
    .hero-banner,
    .hero-overlay,
    .hero-shell {
        min-height: auto;
    }

    .hero-shell {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .overview-section {
        padding: 3rem 0 3.5rem;
    }

    .overview-title {
        margin-bottom: 2rem;
    }

    .overview-point {
        margin-bottom: 1.5rem;
    }

    .overview-image {
        min-height: 360px;
    }

    .programs-section {
        padding-top: 1.5rem;
    }

    .programs-header {
        margin-bottom: 2.75rem;
    }

    .faq-shell {
        padding: 1.5rem;
    }

    .faq-title {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .faq-button {
        padding: 1.2rem 1.15rem;
    }

    .faq-answer {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}
