/* ============================================================
   OC & Selective Online Pvt. Ltd. — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --navy:        #1a237e;
  --primary:     #2563eb;
  --primary-dk:  #1d4ed8;
  --primary-lt:  #eff6ff;
  --accent:      #10b981;
  --accent-lt:   #ecfdf5;
  --orange:      #ea580c;
  --bg:          #ffffff;
  --bg-alt:      #f8fafc;
  --surface:     #f1f5f9;
  --text:        #0f172a;
  --text-sec:    #64748b;
  --border:      #e2e8f0;
  --shadow:      0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:   0 12px 40px rgba(0,0,0,.12);
  --radius:      16px;
  --radius-sm:   8px;
  --nav-h:       68px;
  --transition:  .2s ease;
}

/* ── RESET ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img   { max-width: 100%; display: block; height: auto; }
a     { color: inherit; text-decoration: none; }
ul,ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
p     { color: var(--text-sec); }

/* ── LAYOUT ─────────────────────────────────────────────────────────── */
.container  { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 96px 0; }
.section--alt { background: var(--bg-alt); }
body        { padding-top: var(--nav-h); }

/* ── TYPOGRAPHY ─────────────────────────────────────────────────────── */
h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
h3 { font-size: 22px; font-weight: 600; }
h4 { font-size: 16px; font-weight: 700; }
.section-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); margin-bottom: 10px; display: block; }
.section-title { margin-bottom: 14px; }
.section-desc  { font-size: 18px; max-width: 560px; }
.section-header { margin-bottom: 52px; }
.section-header.text-center .section-desc { margin: 0 auto; }
.text-center { text-align: center; }

/* ── BUTTONS ────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; transition: all var(--transition); white-space: nowrap; }
.btn-primary { background: var(--primary); color: #fff !important; }
.btn-primary:hover { background: var(--primary-dk); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,99,235,.35); }
.btn-outline { border: 2px solid var(--border); color: var(--text) !important; background: #fff; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary) !important; transform: translateY(-1px); }
.btn-lg  { padding: 16px 32px; font-size: 16px; border-radius: 10px; }
.btn-sm  { padding: 8px 16px; font-size: 14px; }
.btn-orange { background: var(--orange); color: #fff !important; }
.btn-orange:hover { background: #c2410c; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(234,88,12,.35); }

/* ── BADGE ──────────────────────────────────────────────────────────── */
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 99px; font-size: 13px; font-weight: 600; }
.badge-blue  { background: var(--primary-lt); color: var(--primary); }
.badge-green { background: var(--accent-lt);  color: var(--accent); }

/* ── STAT ───────────────────────────────────────────────────────────── */
.stat__number { font-size: 40px; font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 6px; }
.stat__label  { font-size: 14px; color: var(--text-sec); font-weight: 500; }
.stats__inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.stat         { padding: 32px 24px; background: #fff; text-align: center; }

/* ── NAV ────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: box-shadow var(--transition); }
.nav__inner { display: flex; align-items: center; height: 100%; gap: 32px; }
.nav__logo   { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav__logo-icon { font-size: 26px; }
.nav__logo-text { font-size: 14px; font-weight: 800; line-height: 1.2; color: var(--navy); font-style: italic; }
.nav__logo-text em { font-style: normal; display: block; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-sec); }
.nav__links  { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav__links a, .nav__links li a { padding: 8px 12px; border-radius: 6px; font-size: 14px; font-weight: 500; color: var(--text-sec); transition: all var(--transition); display: block; }
.nav__links a:hover, .nav__links li a:hover, .nav__links .current-menu-item > a { color: var(--text); background: var(--surface); }
.nav__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav__login { font-size: 14px; font-weight: 500; color: var(--text-sec); padding: 8px 14px; border-radius: 6px; transition: all var(--transition); }
.nav__login:hover { color: var(--text); background: var(--surface); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all var(--transition); }
.nav.open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── PAGE HERO ──────────────────────────────────────────────────────── */
.page-hero { padding: 72px 0; }
.page-hero--enquiry { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); color: #fff; }
.page-hero--enquiry .section-label { color: rgba(255,255,255,.8); }
.page-hero--enquiry h1 { color: #fff; }
.page-hero--enquiry .page-hero__subtitle { color: rgba(255,255,255,.8); font-size: 18px; margin-top: 14px; max-width: 520px; }
.page-hero h1  { margin-bottom: 14px; }
.page-hero__subtitle { font-size: 18px; margin-top: 12px; max-width: 500px; }
.page-header { margin-bottom: 36px; }
.page-title  { font-size: clamp(28px, 4vw, 40px); font-weight: 800; }

/* ── ENQUIRY PAGE ───────────────────────────────────────────────────── */
.enquiry-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.enquiry-form-col { }
.enquiry-info-col { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.info-card__icon { font-size: 28px; margin-bottom: 12px; }
.info-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.info-card p  { font-size: 14px; }
.info-card__link { font-size: 15px; font-weight: 600; color: var(--primary); word-break: break-all; }

/* ── ENQUIRY FORM ───────────────────────────────────────────────────── */
.oc-form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.oc-form-header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.oc-form-title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.oc-form-subtitle { font-size: 14px; color: var(--text-sec); }
.oc-form { }
.oc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.oc-form-group { margin-bottom: 16px; }
.oc-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.oc-label .req { color: #dc2626; }
.oc-input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 15px; outline: none; transition: border var(--transition), box-shadow var(--transition); background: #fff; color: var(--text); }
.oc-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.oc-input.has-error { border-color: #dc2626; }
.oc-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.oc-textarea { resize: vertical; min-height: 100px; }
.oc-field-error { display: none; font-size: 12px; color: #dc2626; margin-top: 4px; }
.oc-field-error.visible { display: block; }
.oc-submit-btn { width: 100%; padding: 15px; background: var(--orange); color: #fff; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700; cursor: pointer; transition: all var(--transition); display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 4px; font-family: inherit; }
.oc-submit-btn:hover { background: #c2410c; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(234,88,12,.3); }
.oc-submit-btn:disabled { opacity: .65; transform: none; cursor: not-allowed; }
.oc-form-privacy { font-size: 12px; color: var(--text-sec); text-align: center; margin-top: 12px; }
.oc-form-privacy a { color: var(--primary); }
.oc-notice { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.oc-notice__icon { font-size: 18px; flex-shrink: 0; }
.oc-notice--success { background: var(--accent-lt); color: #065f46; border: 1px solid #a7f3d0; }
.oc-notice--error   { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ── POSTS GRID ─────────────────────────────────────────────────────── */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card  { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; transition: all var(--transition); }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.post-card__thumb { display: block; aspect-ratio: 3/2; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__thumb img { transform: scale(1.04); }
.post-card__body  { padding: 24px; }
.post-card__meta  { font-size: 12px; color: var(--text-sec); margin-bottom: 10px; display: flex; gap: 8px; }
.post-card__title { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.35; }
.post-card__title a:hover { color: var(--primary); }
.post-card__excerpt { font-size: 14px; margin-bottom: 16px; }

/* ── ENTRY CONTENT (pages & posts) ─────────────────────────────────── */
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 28px 0 12px; }
.entry-content p  { margin-bottom: 18px; }
.entry-content ul, .entry-content ol { margin: 0 0 18px 24px; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: 6px; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content a  { color: var(--primary); text-decoration: underline; }
.entry-content blockquote { border-left: 4px solid var(--primary); padding: 12px 20px; background: var(--primary-lt); border-radius: 0 8px 8px 0; margin: 20px 0; font-style: italic; }

/* ── PAGINATION ─────────────────────────────────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers { padding: 8px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; color: var(--text-sec); transition: all var(--transition); }
.pagination .page-numbers:hover, .pagination .page-numbers.current { border-color: var(--primary); color: var(--primary); }
.pagination .page-numbers.current { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ── FOOTER ─────────────────────────────────────────────────────────── */
.footer { background: var(--text); color: rgba(255,255,255,.65); padding: 56px 0 28px; }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer__brand { }
.footer__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer__logo-icon { font-size: 28px; }
.footer__logo-text { font-size: 14px; font-weight: 800; line-height: 1.2; color: #fff; font-style: italic; }
.footer__logo-text span { font-style: normal; display: block; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.footer__tagline { font-size: 14px; line-height: 1.6; max-width: 280px; }
.footer__heading { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #fff; margin-bottom: 16px; }
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: 14px; transition: color var(--transition); }
.footer__links a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer__bottom a:hover { color: #fff; }

/* ── NO RESULTS ─────────────────────────────────────────────────────── */
.no-results { text-align: center; padding: 64px 0; }
.no-results h2 { margin-bottom: 12px; }
.no-results p  { margin-bottom: 24px; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .enquiry-layout { grid-template-columns: 1fr; }
  .enquiry-info-col { grid-row: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .stats__inner { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .nav__links { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: #fff; padding: 16px 24px 24px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-lg); flex-direction: column; gap: 4px; z-index: 99; }
  .nav__links.open { display: flex; }
  .nav__links li { width: 100%; }
  .nav__links a, .nav__links li a { padding: 10px 14px; border-radius: 6px; width: 100%; }
  .nav__toggle { display: flex; }
  .nav__actions .btn { display: none; }
  .posts-grid { grid-template-columns: 1fr; }
  .oc-form-row { grid-template-columns: 1fr; }
  .enquiry-info-col { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .stats__inner { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .stats__inner { grid-template-columns: 1fr 1fr; }
  .oc-form-wrap { padding: 24px 18px; }
}

/* ── HERO ───────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #1e3a8a 60%, #1d4ed8 100%); color: #fff; padding: 80px 0 72px; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero__badge { margin-bottom: 20px; }
.hero__title { font-size: clamp(36px, 5vw, 60px); font-weight: 900; line-height: 1.05; color: #fff; margin-bottom: 18px; letter-spacing: -.03em; }
.hero__title em { font-style: italic; color: #93c5fd; }
.hero__desc { font-size: 18px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 28px; max-width: 460px; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero__ctas .btn-outline { border-color: rgba(255,255,255,.4); color: #fff !important; background: rgba(255,255,255,.1); }
.hero__ctas .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.2); }
.hero__trust { display: flex; align-items: center; gap: 14px; }
.hero__trust-avatars { display: flex; }
.hero__trust-avatars span { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); border: 2px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; margin-left: -8px; }
.hero__trust-avatars span:first-child { margin-left: 0; }
.hero__trust-text { font-size: 14px; color: rgba(255,255,255,.75); }
.hero__trust-text strong { color: #fff; }
.hero__visual { position: relative; }
.hero__card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 32px 80px rgba(0,0,0,.35); color: var(--text); }
.hero__card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.hero__card-title { font-weight: 700; font-size: 16px; }
.hero__progress-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.progress-item__label { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; margin-bottom: 5px; }
.progress-item__bar { height: 6px; background: var(--surface); border-radius: 99px; overflow: hidden; }
.progress-item__fill { height: 100%; background: var(--primary); border-radius: 99px; transition: width .6s ease; }
.progress-item__fill--amber { background: #f59e0b; }
.progress-item__fill--green { background: var(--accent); }
.hero__mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 18px; border-top: 1px solid var(--border); }
.hero__mini-stat { text-align: center; }
.hero__mini-stat .num { display: block; font-size: 20px; font-weight: 800; color: var(--text); }
.hero__mini-stat .lbl { font-size: 11px; color: var(--text-sec); font-weight: 500; }
.hero__float { position: absolute; background: #fff; border-radius: 99px; padding: 8px 16px; font-size: 13px; font-weight: 600; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 8px; color: var(--text); white-space: nowrap; }
.hero__float--tl { top: -16px; left: -24px; }
.hero__float--br { bottom: -12px; right: -16px; color: var(--accent); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; animation: pulse 1.5s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.4;} }

/* ── FEATURES GRID ──────────────────────────────────────────────────── */
.features__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all var(--transition); }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.feature-card__icon { font-size: 32px; margin-bottom: 14px; display: block; }
.feature-card__title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.feature-card p { font-size: 15px; line-height: 1.65; }

/* ── HOW IT WORKS STEPS ─────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; position: relative; }
.steps::before { content: ''; position: absolute; top: 36px; left: calc(16.66% + 24px); right: calc(16.66% + 24px); height: 2px; background: var(--border); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step__num { width: 72px; height: 72px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 26px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 8px 24px rgba(37,99,235,.3); }
.step__title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.step p { font-size: 15px; line-height: 1.65; }

/* ── EXAM CARDS ─────────────────────────────────────────────────────── */
.exam-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.exam-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: #fff; display: flex; flex-direction: column; }
.exam-card__header { padding: 32px 32px 24px; }
.exam-card--oc .exam-card__header  { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); color: #fff; }
.exam-card--sel .exam-card__header { background: linear-gradient(135deg, #064e3b 0%, var(--accent) 100%); color: #fff; }
.exam-card__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .8; margin-bottom: 8px; }
.exam-card__title { font-size: 24px; font-weight: 800; margin-bottom: 10px; color: inherit; }
.exam-card__desc  { font-size: 15px; line-height: 1.65; opacity: .85; }
.exam-card__body  { padding: 28px 32px 32px; flex: 1; display: flex; flex-direction: column; }
.exam-card__list  { flex: 1; margin: 0 0 24px; }
.exam-card__list li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 15px; display: flex; align-items: center; gap: 10px; }
.exam-card__list li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.exam-card__list li:last-child { border-bottom: none; }

/* ── TESTIMONIALS ───────────────────────────────────────────────────── */
.testimonials__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.testimonial { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all var(--transition); }
.testimonial:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.testimonial__stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial__quote { font-size: 15px; line-height: 1.75; color: var(--text); margin-bottom: 20px; font-style: italic; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.testimonial__name   { font-weight: 700; font-size: 14px; }
.testimonial__school { font-size: 13px; color: var(--text-sec); }

/* ── CTA BAND ───────────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); color: #fff; padding: 72px 0; text-align: center; }
.cta-band h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 800; color: #fff; margin-bottom: 14px; }
.cta-band p  { font-size: 18px; color: rgba(255,255,255,.8); margin-bottom: 32px; }
.cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band__btns .btn-primary { background: #fff; color: var(--primary) !important; }
.cta-band__btns .btn-primary:hover { background: #f1f5f9; }
.cta-band__btns .btn-outline { border-color: rgba(255,255,255,.5); color: #fff !important; background: rgba(255,255,255,.1); }
.cta-band__btns .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.2); }

/* ── PAGE HERO VARIANTS ─────────────────────────────────────────────── */
.page-hero--oc  { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); color: #fff; }
.page-hero--oc  .section-label,
.page-hero--sel .section-label { color: rgba(255,255,255,.75); }
.page-hero--oc h1,
.page-hero--sel h1 { color: #fff; }
.page-hero--oc .page-hero__subtitle,
.page-hero--sel .page-hero__subtitle { color: rgba(255,255,255,.8); font-size: 18px; margin-top: 14px; max-width: 600px; }
.page-hero--sel { background: linear-gradient(135deg, #064e3b 0%, #10b981 100%); color: #fff; }
.page-hero--oc .btn-outline,
.page-hero--sel .btn-outline { border-color: rgba(255,255,255,.5); color: #fff !important; background: rgba(255,255,255,.1); }
.page-hero--oc .btn-outline:hover,
.page-hero--sel .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.2); }

/* ── TWO COLUMN LAYOUT ──────────────────────────────────────────────── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

/* ── PRICING CARDS ──────────────────────────────────────────────────── */
.pricing-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.pricing-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 32px; position: relative; transition: all var(--transition); }
.pricing-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.pricing-card--featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-lg); transform: scale(1.02); }
.pricing-card--featured:hover { transform: scale(1.02) translateY(-3px); }
.pricing-card__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 16px; border-radius: 99px; white-space: nowrap; }
.pricing-card__header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.pricing-card__name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-sec); margin-bottom: 10px; }
.pricing-card__price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.pricing-card__amount { font-size: 48px; font-weight: 900; color: var(--text); line-height: 1; }
.pricing-card__period { font-size: 16px; color: var(--text-sec); }
.pricing-card__tagline { font-size: 14px; color: var(--text-sec); margin-top: 4px; }
.pricing-card__features { margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.pricing-card__features li { font-size: 14px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pricing-card__features li::before { flex-shrink: 0; font-weight: 700; margin-top: 1px; }
.pricing-card__features li.yes { color: var(--text); }
.pricing-card__features li.yes::before { content: '✓'; color: var(--accent); }
.pricing-card__features li.no { color: var(--text-sec); text-decoration: line-through; opacity: .6; }
.pricing-card__features li.no::before { content: '✗'; color: #94a3b8; }

/* ── FAQ ────────────────────────────────────────────────────────────── */
.faq { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item:last-child { border-bottom: none; }
.faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-size: 16px; font-weight: 600; color: var(--text); background: #fff; text-align: left; cursor: pointer; transition: background var(--transition); }
.faq__question:hover { background: var(--surface); }
.faq__icon { flex-shrink: 0; font-size: 20px; font-weight: 400; color: var(--primary); line-height: 1; }
.faq__answer { padding: 0 24px 20px; }
.faq__answer p { font-size: 15px; line-height: 1.75; color: var(--text-sec); }

/* ── RESPONSIVE: NEW COMPONENTS ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { display: none; }
  .features__grid { grid-template-columns: repeat(2,1fr); }
  .pricing-cards { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pricing-card--featured { transform: none; }
  .pricing-card--featured:hover { transform: translateY(-3px); }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .exam-cards { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .features__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .two-col { gap: 28px; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .cta-band__btns { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .hero { padding: 48px 0; }
  .exam-card__header { padding: 24px 20px 18px; }
  .exam-card__body  { padding: 20px 20px 24px; }
}
