.curriculum-page { background: #f7f3e9; }
.curriculum-hero { position: relative; display: grid; min-height: 670px; place-items: center; overflow: hidden; color: #fff; isolation: isolate; }
.curriculum-hero-bg, .curriculum-hero-overlay { position: absolute; inset: 0; }
.curriculum-hero-bg { inset: -6%; background: url("../images/banner/main-banner2.webp") center 42%/cover no-repeat; transform: scale(1.04); }
.curriculum-hero-overlay { background: linear-gradient(90deg, rgba(8,8,8,.82), rgba(12,12,12,.58) 53%, rgba(0,0,0,.25)), linear-gradient(0deg, rgba(0,0,0,.42), transparent); }
.curriculum-hero-content { position: relative; z-index: 2; width: 100%; padding-block: 90px; }
.curriculum-kicker { display: inline-flex; padding: 8px 15px; border: 1px solid rgba(247,202,62,.5); border-radius: 999px; color: #f7ca3e; background: rgba(0,0,0,.16); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.curriculum-hero h1 { max-width: 800px; margin: 20px 0; font-size: clamp(4rem, 7vw, 7.6rem); line-height: .86; letter-spacing: -.065em; text-shadow: 0 13px 38px rgba(0,0,0,.32); }
.curriculum-hero h1 em { color: #f7ca3e; font-style: normal; }
.curriculum-stroke { display: block; width: 84px; height: 5px; margin: 25px 0; border-radius: 9px; background: #f7ca3e; }
.curriculum-hero p { max-width: 660px; color: rgba(255,255,255,.88); font-size: 1.16rem; line-height: 1.75; }
.curriculum-hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.curriculum-hero-facts div { min-width: 145px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(3,42,25,.42); backdrop-filter: blur(8px); }
.curriculum-hero-facts strong, .curriculum-hero-facts span { display: block; }
.curriculum-hero-facts strong { color: #f7ca3e; font: 600 1rem var(--font-heading); }
.curriculum-hero-facts span { color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .04em; }
.curriculum-scroll { position: absolute; right: 34px; bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.curriculum-scroll span { width: 45px; height: 1px; background: #f7ca3e; }

.framework-section { padding: 95px 0; overflow: hidden; background: #f8f4ea; }
.framework-intro { max-width: 940px; margin: 0 auto 55px; text-align: center; }
.framework-intro > span, .curriculum-faq-heading > span, .curriculum-cta-box > span { color: #c99a13; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.framework-intro h2 { margin: 13px 0 18px; color: #10271b; font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.framework-intro h2 em { color: #167442; font-style: normal; }
.framework-intro p { max-width: 680px; margin: auto; color: #707771; line-height: 1.75; }
.framework-timeline { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 92px; max-width: 1130px; margin: auto; }
.framework-line { position: absolute; top: 38px; bottom: 38px; left: 50%; width: 2px; background: linear-gradient(#efd37a, #efc849, #efd37a); transform: translateX(-50%); }
.framework-line::before, .framework-line::after { content: ""; position: absolute; left: 50%; width: 11px; height: 11px; border: 3px solid #fff8dd; border-radius: 50%; background: #e8b932; box-shadow: 0 0 0 1px #e8c66a; transform: translateX(-50%); }
.framework-line::before { top: 22%; }.framework-line::after { bottom: 22%; }
.framework-card { position: relative; display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 22px; min-height: 205px; padding: 28px; border: 1px solid rgba(17,65,40,.08); border-radius: 22px; background: #fff; box-shadow: 0 18px 42px rgba(28,52,38,.08); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.framework-card:hover { z-index: 2; border-color: rgba(30,123,60,.25); box-shadow: 0 24px 55px rgba(23,74,45,.14); transform: translateY(-6px); }
.framework-card > img { display: block; width: 78px; height: 78px; padding: 9px; border: 1px solid #e9e2d2; border-radius: 20px; background: #fbf7ed; object-fit: contain; }
.framework-card:nth-of-type(odd)::after, .framework-card:nth-of-type(even)::before { content: ""; position: absolute; top: 50%; width: 47px; height: 1px; background: #e9ca6a; }
.framework-card:nth-of-type(odd)::after { right: -48px; }.framework-card:nth-of-type(even)::before { left: -48px; }
.framework-icon { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid #eee6d1; border-radius: 50%; color: #26764c; background: #fbf7ed; }
.framework-icon svg { width: 25px; }
.framework-card small { color: #d1a015; font-size: .75rem; font-weight: 700; }
.framework-card h3 { margin: 5px 0 8px; color: #11281c; font-size: 1.3rem; line-height: 1.15; }
.framework-card p { color: #707871; font-size: .9rem; line-height: 1.65; }
.methods-intro { display: flex; max-width: 1130px; align-items: end; justify-content: space-between; gap: 45px; margin: 88px auto 28px; }
.methods-intro > span { align-self: flex-start; color: #c6930b; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.methods-intro h2 { flex: 0 0 48%; color: #123421; font-size: clamp(2.7rem,4.6vw,4.9rem); line-height: .92; letter-spacing: -.055em; }
.methods-intro h2 em { color: var(--primary); font-style: normal; }
.methods-intro p { max-width: 430px; color: #6d7971; line-height: 1.75; }
.learning-methods { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; max-width: 1130px; margin: 0 auto; color: #173323; }
.learning-methods article { min-height: 260px; padding: 34px 25px; border: 1px solid rgba(17,65,40,.09); border-radius: 20px; background: #fff; box-shadow: 0 15px 38px rgba(28,52,38,.09); text-align: center; transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.learning-methods article:hover { border-color: rgba(30,123,60,.22); box-shadow: 0 22px 48px rgba(23,74,45,.14); transform: translateY(-5px); }
.learning-methods svg { width: 34px; height: 34px; margin-bottom: 34px; color: #f7ca3e; }
.learning-methods img { display: block; width: 76px; height: 76px; margin: 0 auto 28px; padding: 10px; border-radius: 18px; background: #fbf7ed; object-fit: contain; }
.learning-methods h3 { margin-bottom: 11px; color: #173323; font-size: 1.3rem; line-height: 1.15; }
.learning-methods p { color: #68766e; font-size: .9rem; line-height: 1.65; }

.curriculum-faq { padding: 100px 0; color: #fff; background: radial-gradient(circle at 8% 15%, rgba(247,202,62,.12), transparent 28%), #126b39; }
.curriculum-faq .container { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); align-items: start; gap: clamp(45px,7vw,100px); }
.curriculum-faq-heading { position: sticky; top: 120px; max-width: 560px; margin-bottom: 0; }
.curriculum-faq-heading > span { color: #f7ca3e; }
.curriculum-faq-heading h2 { margin: 10px 0 18px; font-size: clamp(2.7rem, 4.3vw, 4.7rem); line-height: .94; letter-spacing: -.05em; }
.curriculum-faq-heading p { max-width: 680px; color: rgba(255,255,255,.72); }
.curriculum-faq-list { display: grid; gap: 14px; }
.curriculum-faq-item { overflow: hidden; border-radius: 15px; color: #10251a; background: #fff; }
.curriculum-faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; border: 0; color: inherit; background: transparent; font: 600 .98rem var(--font-heading); text-align: left; cursor: pointer; }
.curriculum-faq-item button svg { flex: 0 0 34px; width: 34px; height: 34px; padding: 9px; border-radius: 50%; color: #173323; background: #f7ca3e; transition: transform .3s ease; }
.curriculum-faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .35s ease, opacity .35s ease; }
.curriculum-faq-answer > div { overflow: hidden; }
.curriculum-faq-answer p { max-width: 900px; padding: 0 72px 22px 24px; color: #68746d; font-size: .9rem; line-height: 1.7; }
.curriculum-faq-item.is-open .curriculum-faq-answer { grid-template-rows: 1fr; opacity: 1; }
.curriculum-faq-item.is-open button svg { transform: rotate(45deg); }

.curriculum-cta { padding: 70px 0 95px; background: #f8f4ea; }
.curriculum-cta-box { padding: 62px 35px; overflow: hidden; border-radius: 28px; color: #fff; background: radial-gradient(circle at 100% 100%, rgba(247,202,62,.12), transparent 32%), #063f2a; box-shadow: 0 25px 65px rgba(9,54,35,.2); text-align: center; }
.curriculum-cta-box { position: relative; }
.curriculum-cta-box::before, .curriculum-cta-box::after { position: absolute; border: 1px solid rgba(247,202,62,.2); border-radius: 50%; content: ""; }
.curriculum-cta-box::before { top: -110px; left: -80px; width: 260px; height: 260px; }
.curriculum-cta-box::after { right: -60px; bottom: -145px; width: 320px; height: 320px; }
.curriculum-cta-box > * { position: relative; z-index: 1; }
.curriculum-cta-box > span { color: #f7ca3e; }
.curriculum-cta-box h2 { margin: 12px 0; font-size: clamp(2rem,4vw,4.1rem); line-height: 1; letter-spacing: -.04em; }
.curriculum-cta-box p { margin-bottom: 24px; color: rgba(255,255,255,.72); }
.curriculum-cta-button { color: #14321f; background: #f7ca3e; border: 2px solid #f7ca3e; }
.curriculum-cta-button:hover { color: #14321f; background: #ffda60; transform: translateY(-3px); }
.curriculum-cta-button svg { width: 17px; }

@media (max-width: 900px) {
    .curriculum-hero { min-height: 620px; }
    .framework-timeline { gap: 18px; }
    .framework-line, .framework-card::before, .framework-card::after { display: none; }
    .framework-card { grid-template-columns: 54px 1fr; padding: 22px; }
    .framework-icon { width: 52px; height: 52px; }
    .learning-methods { grid-template-columns: 1fr 1fr; }
    .learning-methods article { min-height: 215px; }
    .methods-intro { align-items: flex-start; flex-direction: column; }
    .methods-intro > span { writing-mode: initial; transform: none; }
    .methods-intro h2 { flex-basis: auto; }
    .curriculum-faq .container { grid-template-columns: 1fr; }
    .curriculum-faq-heading { position: static; max-width: 760px; margin-bottom: 10px; }
}

@media (max-width: 640px) {
    .curriculum-hero { min-height: 580px; }
    .curriculum-hero-content { padding-block: 70px; }
    .curriculum-hero h1 { font-size: clamp(3.6rem,16vw,5.2rem); }
    .curriculum-hero-facts div { flex: 1 1 120px; min-width: 0; }
    .curriculum-scroll { display: none; }
    .framework-section, .curriculum-faq { padding: 70px 0; }
    .framework-intro { text-align: left; }
    .framework-timeline { grid-template-columns: 1fr; }
    .framework-card { grid-template-columns: 62px minmax(0,1fr); min-height: 175px; }
    .framework-card > img { width: 58px; height: 58px; padding: 7px; border-radius: 15px; }
    .methods-intro { margin-top: 65px; }
    .learning-methods { grid-template-columns: 1fr; }
    .learning-methods article { min-height: auto; }
    .learning-methods svg { margin-bottom: 18px; }
    .curriculum-faq-item button { padding: 18px; font-size: .9rem; }
    .curriculum-faq-answer p { padding: 0 55px 19px 18px; }
    .curriculum-cta { padding: 50px 0 70px; }
    .curriculum-cta-box { padding: 48px 20px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .curriculum-reveal { opacity: 1 !important; transform: none !important; }
}
