/* =========================================================
   HOMEPAGE — page-specific styles
   Loaded AFTER style.css. Reuses --oa-* tokens and shared
   components (oa-about-section, oa-about-eyebrow, oa-feature-card,
   oa-why-item, oa-story-media/badge, btn-oa) defined there.
========================================================= */

/* ---------- shared small pieces this page needs ---------- */
.btn-oa-outline {
    background: transparent;
    color: var(--oa-purple);
    border: 1px solid var(--oa-line);
}
.btn-oa-outline:hover {
    background: var(--oa-purple);
    border-color: var(--oa-purple);
    color: #fff;
    transform: translateY(-2px);
}
.oa-section-head.center {
    display: block;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}
.oa-section-head.center::after {
    left: 50%; right: auto; transform: translateX(-50%);
}
.oa-section-head.center p { max-width: none; margin: 12px auto 0; }

/* =========================================================
   HERO
========================================================= */
.oa-home-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 130px 0 100px;
    background:
        linear-gradient(100deg, rgba(26,15,50,.92) 10%, rgba(75,46,131,.72) 65%),
        url("../images/images.jpg") center/cover no-repeat;
}
.oa-home-hero .ring-a {
    position: absolute; width: 460px; height: 460px; right: -160px; top: -180px;
    border: 1px solid rgba(255,255,255,.12); border-radius: 50%; z-index: 1;
}
.oa-home-hero .ring-b {
    position: absolute; width: 180px; height: 180px; left: 6%; bottom: -80px;
    border: 22px solid rgba(217,243,62,.08); border-radius: 50%; z-index: 1;
}
.oa-home-hero > .container-oa { position: relative; z-index: 2; }
.oa-home-hero-copy { max-width: 640px; }
.oa-home-hero h1 {
    color: #fff; margin: 14px 0 20px;
    font-size: clamp(2.4rem, 2rem + 2.6vw, 3.8rem); line-height: 1.08;
}
.oa-home-hero h1 em { color: var(--oa-acid); font-style: normal; }
.oa-home-hero p.lead {
    max-width: 540px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; margin: 0 0 28px;
}
.oa-home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.oa-home-hero .btn-oa-outline { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; }
.oa-home-hero .btn-oa-outline:hover { background: #fff; color: var(--oa-purple); }
.oa-home-hero-note { display: flex; flex-wrap: wrap; gap: 24px; }
.oa-home-hero-note span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: 13px; }
.oa-home-hero-note i { color: var(--oa-acid); }

.oa-home-hero-corner {
    position: absolute; right: 6%; bottom: -30px; z-index: 3;
    width: 260px; padding: 24px; border-radius: 20px;
    background: #fff; box-shadow: var(--oa-shadow-premium);
}
.oa-home-hero-corner small {
    color: var(--oa-purple); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.oa-home-hero-corner h3 { font-size: 20px; line-height: 1.25; margin: 8px 0; }
.oa-home-hero-corner p { margin: 0; color: var(--oa-text); font-size: 13px; }
.oa-home-hero-corner a { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--oa-purple); font-size: 12px; font-weight: 700; }

/* ---------- floating stat bar ---------- */
.oa-home-stats { position: relative; z-index: 5; margin-top: -46px; }
.oa-home-stat-bar {
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: #fff; border-radius: 22px; box-shadow: var(--oa-shadow-premium); overflow: hidden;
}
.oa-home-stat { padding: 26px 28px; border-right: 1px solid var(--oa-line); }
.oa-home-stat:last-child { border-right: 0; }
.oa-home-stat strong { display: block; color: var(--oa-purple); font-family: "Playfair Display", serif; font-size: 30px; line-height: 1; }
.oa-home-stat span { display: block; margin-top: 6px; color: var(--oa-ink); font-size: 12px; font-weight: 700; }
.oa-home-stat small { display: block; margin-top: 2px; color: var(--oa-muted); font-size: 11px; }

/* =========================================================
   APPLY NOW
========================================================= */
.oa-apply-card { position: relative; max-width: 1100px; margin: 0 auto 64px; }
.oa-apply-image { border-radius: 26px; overflow: hidden; height: 360px; box-shadow: var(--oa-shadow-premium); }
.oa-apply-image img { width: 100%; height: 100%; object-fit: cover; }
.oa-apply-form {
    position: relative; margin: -46px 6% 0; padding: 26px 30px; border-radius: 20px;
    background: #fff; box-shadow: 0 24px 55px rgba(20,13,35,.16);
}
.oa-apply-form h3 { font-size: 22px; margin-bottom: 16px; }
.oa-form-mini .form-control, .oa-form-mini .form-select {
    height: 46px; border: 1px solid var(--oa-line); border-radius: 12px; font-size: 13px;
}
.oa-form-mini .form-control:focus, .oa-form-mini .form-select:focus { border-color: var(--oa-purple); box-shadow: none; }

/* =========================================================
   PROGRAM DISCOVERY — TABS
========================================================= */
.oa-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.oa-tab {
    min-width: 160px; padding: 12px 20px; border-radius: 999px; border: 1px solid var(--oa-line);
    background: #fff; color: var(--oa-purple); font-size: 12px; font-weight: 700; text-align: center; transition: .25s var(--oa-ease);
}
.oa-tab.active { background: var(--oa-purple); border-color: var(--oa-purple); color: #fff; }
.oa-tab:hover:not(.active) { border-color: var(--oa-purple); }

/* =========================================================
   PARTNER UNIVERSITIES
========================================================= */
.oa-uni-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.oa-uni-card {
    padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--oa-line);
    box-shadow: 0 10px 26px rgba(49,24,96,.05); transition: .35s var(--oa-ease);
}
.oa-uni-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--oa-shadow-premium); }
.oa-uni-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.oa-uni-badge {
    padding: 5px 12px; border-radius: 999px; background: var(--oa-lavender); color: var(--oa-purple);
    font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
}
.oa-uni-logo {
    width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%;
    background: var(--oa-lavender); color: var(--oa-purple); font-family: "Playfair Display", serif;
    font-size: 19px; font-weight: 700; margin-bottom: 18px;
}
.oa-uni-card h3 { font-size: 21px; line-height: 1.2; margin: 0 0 8px; }
.oa-uni-card p { margin: 0 0 16px; color: var(--oa-text); font-size: 13.5px; line-height: 1.7; }
.oa-uni-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.oa-uni-tags span { padding: 5px 11px; border-radius: 999px; background: var(--oa-lilac); color: var(--oa-purple); font-size: 10.5px; font-weight: 600; }
.oa-uni-card > a.oa-uni-link {
    display: inline-flex; align-items: center; gap: 7px; color: var(--oa-purple); font-size: 12px; font-weight: 800;
    letter-spacing: .04em; text-transform: uppercase; padding-top: 16px; border-top: 1px solid var(--oa-line); width: 100%;
}
.oa-uni-card > a.oa-uni-link i { transition: transform .3s var(--oa-ease); }
.oa-uni-card:hover > a.oa-uni-link i { transform: translate(3px, -3px); }

.oa-uni-explore {
    display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px;
    padding: 26px 30px; border-radius: 22px; background: var(--oa-violet-deep); color: #fff;
}
.oa-uni-explore small { display: block; color: #E7D69A; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.oa-uni-explore strong { display: block; margin-top: 5px; font-family: "Playfair Display", serif; font-size: 18px; font-weight: 500; }
.oa-uni-explore > a {
    display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: #fff; font-size: 12px; font-weight: 800;
    letter-spacing: .04em; text-transform: uppercase;
}
.oa-uni-explore > a span {
    width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
    background: var(--oa-acid); color: var(--oa-ink); transition: .3s var(--oa-ease);
}
.oa-uni-explore > a:hover span { transform: translate(3px, -3px); }

/* =========================================================
   ELIGIBILITY
========================================================= */
.oa-eligibility-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.oa-eligibility-note {
    display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 16px 18px;
    border-radius: 16px; background: var(--oa-lilac);
}
.oa-eligibility-note .icon {
    width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%;
    background: var(--oa-purple); color: #fff; font-size: 15px;
}
.oa-eligibility-note strong { display: block; color: var(--oa-ink); font-size: 13.5px; }
.oa-eligibility-note span { display: block; margin-top: 2px; color: var(--oa-text); font-size: 12.5px; }

/* =========================================================
   MINI STAT ROW (Why Us trust bar)
========================================================= */
.oa-mini-stats { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--oa-line); }
.oa-mini-stats .num { color: var(--oa-purple); font-family: "Playfair Display", serif; font-size: 34px; font-weight: 700; line-height: 1; }
.oa-mini-stats .label { margin-top: 6px; color: var(--oa-muted); font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* =========================================================
   CAREER GOALS
========================================================= */
.oa-goal-tags { display: flex; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--oa-line); }
.oa-goal-tags span { padding: 4px 10px; border-radius: 999px; background: var(--oa-lilac); color: var(--oa-purple); font-size: 10.5px; font-weight: 700; }
.oa-feature-card.tone-gold .oa-goal-tags span,
.oa-feature-card.tone-purple .oa-goal-tags span { background: rgba(255,255,255,.18); color: #fff; }

/* =========================================================
   ADMISSION STEPS (horizontal strip)
========================================================= */
.oa-home-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.oa-home-step { text-align: center; padding: 30px 18px; border-radius: 20px; background: rgba(255,255,255,.06); }
.oa-home-step-num {
    width: 64px; height: 64px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4); background: var(--oa-violet); color: #fff;
    font-family: "Playfair Display", serif; font-size: 20px; font-weight: 700;
}
.oa-home-step h3 { color: #fff; font-size: 16px; margin-bottom: 6px; }
.oa-home-step p { margin: 0; color: rgba(255,255,255,.72); font-size: 12.5px; line-height: 1.6; }

/* =========================================================
   TESTIMONIAL
========================================================= */
.oa-testimonial-layout { display: grid; grid-template-columns: 1fr 1.35fr; gap: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--oa-shadow-premium); }
.oa-testimonial-photo { min-height: 380px; overflow: hidden; }
.oa-testimonial-photo img { width: 100%; height: 100%; object-fit: cover; }
.oa-testimonial-content { display: flex; flex-direction: column; justify-content: center; padding: 46px; background: #fff; }
.oa-stars { color: var(--oa-gold); letter-spacing: 2px; font-size: 14px; }
.oa-testimonial-content blockquote { margin: 16px 0; color: var(--oa-ink); font-family: "Playfair Display", serif; font-size: 21px; line-height: 1.5; font-style: italic; }
.oa-student { display: flex; align-items: center; gap: 12px; }
.oa-student img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.oa-student strong { display: block; color: var(--oa-ink); font-size: 13px; }
.oa-student span { display: block; color: var(--oa-muted); font-size: 11px; }

/* =========================================================
   FAQ
========================================================= */
.oa-faq-wrap { max-width: 920px; margin: auto; }
.oa-faq .accordion-item { margin-bottom: 10px; border: 1px solid var(--oa-line); border-radius: 16px !important; overflow: hidden; }
.oa-faq .accordion-button { padding: 18px 22px; background: #fff; box-shadow: none !important; color: var(--oa-ink); font-size: 14px; font-weight: 700; }
.oa-faq .accordion-button:not(.collapsed) { background: var(--oa-lilac); color: var(--oa-purple); }
.oa-faq .accordion-button::after { filter: none; }
.oa-faq .accordion-body { padding: 0 22px 20px; color: var(--oa-text); font-size: 13.5px; line-height: 1.75; }

/* =========================================================
   COUNSELLING FORM
========================================================= */
.oa-counselling-form { padding: 32px; border-radius: 24px; border: 1px solid var(--oa-line); background: #fff; box-shadow: 0 10px 28px rgba(49,24,96,.06); }
.oa-counselling-form label { display: block; margin-bottom: 6px; color: var(--oa-ink); font-size: 11.5px; font-weight: 700; }
.oa-counselling-form .form-control, .oa-counselling-form .form-select { min-height: 46px; border: 1px solid var(--oa-line); border-radius: 12px; font-size: 13.5px; }
.oa-counselling-form textarea { min-height: 100px; }
.oa-counselling-form .form-control:focus, .oa-counselling-form .form-select:focus { border-color: var(--oa-purple); box-shadow: 0 0 0 3px rgba(75,46,131,.10); }

/* =========================================================
   BLOG STRIP
========================================================= */
.oa-blog-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.oa-blog-feature { position: relative; height: 340px; border-radius: 24px; overflow: hidden; box-shadow: var(--oa-shadow-premium); }
.oa-blog-feature img { width: 100%; height: 100%; object-fit: cover; }
.oa-blog-overlay { position: absolute; inset: auto 0 0; padding: 26px; background: linear-gradient(transparent, rgba(20,10,35,.85)); }
.oa-blog-overlay span { color: var(--oa-acid); font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.oa-blog-overlay h3 { margin-top: 8px; color: #fff; font-size: 22px; line-height: 1.2; }
.oa-blog-list { display: flex; flex-direction: column; gap: 14px; }
.oa-blog-mini { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--oa-line); }
.oa-blog-mini img { width: 110px; height: 82px; object-fit: cover; border-radius: 14px; }
.oa-blog-mini small { color: var(--oa-purple); font-size: 10.5px; font-weight: 700; }
.oa-blog-mini h4 { margin-top: 4px; font-size: 14.5px; line-height: 1.35; font-weight: 700; }

/* ---------- scroll reveal (self-contained for this page) ---------- */
.oa-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s var(--oa-ease); }
.oa-reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199.98px) {
    .oa-home-hero-corner { right: 3%; }
}
@media (max-width: 991.98px) {
    .oa-home-hero { min-height: auto; padding: 160px 0 90px; }
    .oa-home-hero-corner { display: none; }
    .oa-home-stat-bar { grid-template-columns: 1fr 1fr; }
    .oa-home-stat { border-bottom: 1px solid var(--oa-line); }
    .oa-apply-form { margin: -46px 4% 0; }
    .oa-uni-grid { grid-template-columns: 1fr; }
    .oa-home-steps { grid-template-columns: repeat(3, 1fr); }
    .oa-testimonial-layout { grid-template-columns: 1fr; }
    .oa-testimonial-photo { min-height: 280px; }
    .oa-blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .oa-home-hero h1 { font-size: 2.2rem; }
    .oa-home-hero-actions .btn-oa { width: 100%; }
    .oa-home-stat-bar { grid-template-columns: 1fr 1fr; }
    .oa-apply-image { height: 260px; }
    .oa-apply-form { padding: 20px; }
    .oa-home-steps { grid-template-columns: 1fr 1fr; }
    .oa-blog-mini { grid-template-columns: 90px 1fr; }
    .oa-blog-mini img { width: 90px; height: 70px; }
}
@media (max-width: 575.98px) {
    .oa-home-steps { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .oa-reveal { opacity: 1 !important; transform: none !important; }
}