/* Wisdom Study Circle LMS V2.3 — Creative 3D website, responsive banners and redesigned authentication */
:root {
  --w23-navy: #071a3b;
  --w23-ink: #13284a;
  --w23-blue: #2f6df6;
  --w23-violet: #7657ef;
  --w23-cyan: #35cce8;
  --w23-mint: #21c99a;
  --w23-yellow: #ffc94b;
  --w23-orange: #ff8a3d;
  --w23-pink: #f45f86;
  --w23-paper: #f8fbff;
  --w23-line: #dfe8f5;
  --w23-shadow: 0 28px 80px rgba(24, 58, 116, .14);
  --w23-soft-shadow: 0 16px 46px rgba(30, 60, 112, .09);
  --w23-radius: 30px;
}

/* Responsive banner: mobile artwork is displayed without destructive cropping. */
.v23-banner-zone { padding: 18px 0 0; background: linear-gradient(180deg, #f7faff, #fff); }
.v23-banner-zone .wsc-banner-carousel { border: 1px solid rgba(149, 173, 219, .35); border-radius: 30px; background: #0a224b; box-shadow: 0 22px 65px rgba(16, 52, 115, .17); }
.v23-banner-zone .wsc-banner-slide { aspect-ratio: 16 / 5.8; background: #0a224b; }
.v23-banner-zone .wsc-banner-slide picture { display: block; width: 100%; height: 100%; }
.v23-banner-zone .wsc-banner-slide img {
  width: 100%; height: 100%;
  object-fit: var(--desktop-fit, cover);
  object-position: var(--desktop-position, center);
}
.v23-banner-zone .wsc-banner-slide.overlay-minimal:after { background: linear-gradient(90deg, rgba(4, 16, 46, .76), rgba(4, 16, 46, .08) 58%, transparent); }
.v23-banner-zone .wsc-banner-slide.overlay-hidden:after,
.v23-banner-zone .wsc-banner-slide.overlay-hidden .wsc-banner-overlay { display: none; }
.v23-banner-zone .wsc-banner-overlay { max-width: 48%; }
.v23-banner-zone .wsc-banner-overlay b { text-shadow: 0 4px 20px rgba(0,0,0,.26); }

/* Header refinements */
.v22-site-header { border-bottom-color: rgba(212, 225, 245, .8); }
.v22-site-nav { min-height: 82px; }
.v22-site-links a { font-size: 10px; }
.v23-header-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: #eef4ff; color: #245cc9; font-size: 8px; font-weight: 900; letter-spacing: .08em; }

/* 3D landing hero */
.v23-home-hero { position: relative; overflow: hidden; padding: 70px 0 54px; background:
  radial-gradient(circle at 12% 18%, rgba(53, 204, 232, .17), transparent 25%),
  radial-gradient(circle at 88% 20%, rgba(255, 201, 75, .22), transparent 26%),
  linear-gradient(145deg, #f8fbff 0%, #edf4ff 50%, #fff9ed 100%); }
.v23-home-hero:before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(#7398cf 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.v23-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 48px; align-items: center; }
.v23-hero-copy h1 { max-width: 760px; margin: 16px 0 20px; color: var(--w23-navy); font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(48px, 6.2vw, 86px); line-height: .98; letter-spacing: -.06em; }
.v23-hero-copy h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(110deg, var(--w23-blue), var(--w23-violet) 55%, var(--w23-pink)); -webkit-background-clip: text; background-clip: text; }
.v23-hero-copy > p { max-width: 700px; margin: 0; color: #5c6f8d; font-size: 15px; line-height: 1.85; }
.v23-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(58, 111, 219, .18); border-radius: 999px; background: rgba(255,255,255,.78); color: #245ec8; box-shadow: 0 8px 25px rgba(46, 89, 171, .08); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.v23-kicker:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--w23-cyan), var(--w23-blue)); box-shadow: 0 0 0 5px rgba(53, 204, 232, .13); }
.v23-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.v23-primary-action, .v23-secondary-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 21px; border-radius: 16px; font-size: 12px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.v23-primary-action { color: #fff; background: linear-gradient(135deg, var(--w23-blue), var(--w23-violet)); box-shadow: 0 18px 35px rgba(70, 91, 224, .25); }
.v23-secondary-action { border: 1px solid #d6e2f2; background: rgba(255,255,255,.82); color: var(--w23-ink); }
.v23-primary-action:hover, .v23-secondary-action:hover { transform: translateY(-3px); }
.v23-hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.v23-hero-trust span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #e0e8f4; border-radius: 11px; background: rgba(255,255,255,.65); color: #52647e; font-size: 9px; font-weight: 800; }
.v23-hero-stage { position: relative; min-height: 610px; perspective: 1300px; }
.v23-hero-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(28,55,101,.18)); transform: rotateY(-5deg) rotateX(2deg); animation: w23-stage-float 6s ease-in-out infinite; }
.v23-stage-ring { position: absolute; border: 1px solid rgba(75, 112, 216, .22); border-radius: 50%; pointer-events: none; }
.v23-stage-ring.one { width: 450px; height: 450px; right: 8%; top: 6%; animation: w23-spin 24s linear infinite; }
.v23-stage-ring.two { width: 560px; height: 560px; right: -2%; top: -3%; border-style: dashed; animation: w23-spin 32s linear infinite reverse; }
.v23-stationery { position: absolute; z-index: 4; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.72); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: var(--w23-soft-shadow); backdrop-filter: blur(12px); font-size: 34px; transform-style: preserve-3d; animation: w23-object-float 4.8s ease-in-out infinite; }
.v23-stationery.book { left: 3%; top: 18%; transform: rotate(-11deg); }
.v23-stationery.pencil { right: 0; top: 28%; animation-delay: -.8s; transform: rotate(10deg); }
.v23-stationery.ruler { right: 11%; bottom: 8%; animation-delay: -1.5s; }
.v23-stationery.eraser { left: 10%; bottom: 12%; animation-delay: -2.2s; }
.v23-stationery.sharpener { right: 28%; top: 2%; width: 58px; height: 58px; font-size: 28px; animation-delay: -3s; transform: rotate(-8deg); }
.v23-stationery.candle { left: 32%; bottom: -1%; width: 58px; height: 58px; font-size: 28px; animation-delay: -3.7s; }
.v23-hero-stat { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.85); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 18px 44px rgba(30, 62, 120, .14); backdrop-filter: blur(15px); }
.v23-hero-stat.exam { left: 4%; bottom: 22%; }
.v23-hero-stat.cert { right: 0; bottom: 20%; }
.v23-hero-stat > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--w23-blue), var(--w23-violet)); }
.v23-hero-stat b, .v23-hero-stat small { display: block; }
.v23-hero-stat b { color: var(--w23-navy); font-size: 17px; }
.v23-hero-stat small { margin-top: 2px; color: #74839a; font-size: 8px; }

/* Moving subject ribbon */
.v23-learning-ribbon { overflow: hidden; padding: 14px 0; background: #071b3e; color: #fff; }
.v23-ribbon-track { display: flex; width: max-content; gap: 10px; animation: w23-marquee 28s linear infinite; }
.v23-ribbon-track span { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.07); color: #dceaff; font-size: 10px; font-weight: 800; white-space: nowrap; }
.v23-ribbon-track i { width: 8px; height: 8px; border-radius: 50%; background: var(--w23-yellow); }

/* Section system */
.v23-section { position: relative; padding: 92px 0; }
.v23-section-heading { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.v23-section-heading.left { max-width: none; margin-inline: 0; text-align: left; }
.v23-section-heading h2 { margin: 13px 0 12px; color: var(--w23-navy); font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
.v23-section-heading p { margin: 0; color: #687993; font-size: 13px; line-height: 1.8; }

/* Choice cards with study objects */
.v23-choice-section { background: #fff; }
.v23-choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.v23-choice-card { position: relative; overflow: hidden; min-height: 285px; padding: 25px; border: 1px solid var(--w23-line); border-radius: 27px; background: linear-gradient(160deg, #fff, #f7faff); box-shadow: var(--w23-soft-shadow); transform-style: preserve-3d; transition: transform .28s, box-shadow .28s; }
.v23-choice-card:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: var(--w23-shadow); }
.v23-choice-card:after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: var(--card-glow, #e4efff); }
.v23-choice-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 28px; border-radius: 24px; background: var(--card-bg, linear-gradient(135deg,#2f6df6,#7657ef)); color: #fff; font-size: 36px; box-shadow: 0 16px 35px rgba(45, 82, 180, .2); transform: translateZ(24px) rotate(-5deg); }
.v23-choice-card h3 { position: relative; z-index: 2; margin: 0 0 10px; color: var(--w23-navy); font-size: 17px; }
.v23-choice-card p { position: relative; z-index: 2; margin: 0; color: #6b7b92; font-size: 10px; line-height: 1.75; }

/* Story / about enhanced */
.v23-story-section { background: linear-gradient(180deg,#f6f9ff,#fff); }
.v23-story-grid { display: grid; grid-template-columns: minmax(380px,.85fr) minmax(0,1.15fr); gap: 64px; align-items: center; }
.v23-story-visual { position: relative; min-height: 520px; perspective: 1100px; }
.v23-story-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 38px; filter: drop-shadow(0 30px 45px rgba(25,59,115,.15)); transform: rotateY(7deg); }
.v23-story-note { position: absolute; z-index: 3; right: -10px; bottom: 40px; max-width: 230px; padding: 18px; border: 1px solid #fff; border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: var(--w23-shadow); }
.v23-story-note b, .v23-story-note span { display: block; }
.v23-story-note b { color: var(--w23-navy); }
.v23-story-note span { margin-top: 6px; color: #6f7e94; font-size: 9px; line-height: 1.55; }
.v23-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 25px; }
.v23-feature-list span { display: flex; align-items: center; gap: 9px; padding: 12px 13px; border: 1px solid var(--w23-line); border-radius: 14px; background: #fff; color: #415571; font-size: 10px; font-weight: 800; box-shadow: 0 8px 25px rgba(24,55,105,.04); }

/* Programs and subject cards */
.v23-program-section { overflow: hidden; background: #071b3e; color: #fff; }
.v23-program-section:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.25) 1px, transparent 1px); background-size: 50px 50px; }
.v23-program-section .v23-section-heading h2, .v23-program-section .v23-section-heading p { color: #fff; }
.v23-program-section .v23-section-heading p { color: #b7c9e4; }
.v23-program-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.v23-program-card { position: relative; overflow: hidden; min-height: 240px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(155deg,rgba(255,255,255,.11),rgba(255,255,255,.035)); backdrop-filter: blur(10px); transition: transform .25s, border-color .25s; }
.v23-program-card:hover { transform: translateY(-7px); border-color: rgba(83,215,255,.45); }
.v23-program-card > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: linear-gradient(135deg,var(--w23-cyan),var(--w23-blue)); color: #fff; font-size: 14px; font-weight: 900; }
.v23-program-card small { display: block; margin-top: 25px; color: #68d9ff; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.v23-program-card h3 { margin: 8px 0; font-size: 20px; }
.v23-program-card p { margin: 0; color: #b9cbe5; font-size: 10px; line-height: 1.7; }

.v23-subject-section { background: #f6f9ff; }
.v23-subject-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.v23-subject-card { min-height: 230px; padding: 18px; border: 1px solid var(--w23-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(27,57,110,.07); text-align: center; transition: transform .25s; }
.v23-subject-card:hover { transform: translateY(-7px) rotate(-1deg); }
.v23-subject-card .v23-subject-art { display: grid; place-items: center; height: 100px; margin-bottom: 14px; border-radius: 20px; background: linear-gradient(145deg,var(--subject-a,#e8f1ff),var(--subject-b,#fff5da)); font-size: 54px; }
.v23-subject-card h3 { margin: 0 0 8px; color: var(--w23-navy); font-size: 14px; }
.v23-subject-card p { margin: 0; color: #74839a; font-size: 9px; line-height: 1.55; }

/* Learning journey */
.v23-journey-grid { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.v23-journey-grid:before { content: ""; position: absolute; left: 8%; right: 8%; top: 36px; height: 3px; border-radius: 99px; background: linear-gradient(90deg,var(--w23-blue),var(--w23-cyan),var(--w23-yellow),var(--w23-pink)); }
.v23-journey-card { position: relative; z-index: 2; padding: 0 8px; text-align: center; }
.v23-journey-no { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 18px; border: 8px solid #fff; border-radius: 50%; background: linear-gradient(135deg,var(--w23-blue),var(--w23-violet)); color: #fff; box-shadow: 0 13px 30px rgba(58,85,190,.25); font-size: 18px; font-weight: 900; }
.v23-journey-card h3 { margin: 0 0 8px; color: var(--w23-navy); font-size: 14px; }
.v23-journey-card p { margin: 0; color: #75849a; font-size: 9px; line-height: 1.6; }

/* Head of institute */
.v23-head-section { background: linear-gradient(135deg,#071b3e,#113b79 60%,#543a91); }
.v23-head-card { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 38px; align-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: rgba(255,255,255,.08); color: #fff; box-shadow: 0 30px 80px rgba(2,11,32,.3); backdrop-filter: blur(14px); }
.v23-head-photo { position: relative; display: grid; place-items: center; height: 340px; overflow: hidden; border-radius: 27px; background: linear-gradient(145deg,#eaf3ff,#fff5db); }
.v23-head-photo img { width: 100%; height: 100%; object-fit: cover; }
.v23-head-photo > span { color: #245cc9; font-size: 100px; font-weight: 900; }
.v23-head-card h2 { margin: 10px 0 5px; font-size: clamp(32px,4vw,50px); }
.v23-head-card h3 { margin: 0; color: #a9c9f2; font-size: 11px; }
.v23-head-card blockquote { margin: 22px 0 0; padding: 20px 22px; border-left: 4px solid var(--w23-yellow); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.07); color: #edf5ff; font-size: 13px; line-height: 1.8; }
.v23-head-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.v23-head-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #cce0fb; font-size: 8px; }

/* Results */
.v23-result-section { background: linear-gradient(180deg,#fff,#f6f9ff); }
.v23-rank-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.v23-rank-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--w23-line); border-radius: 27px; background: #fff; box-shadow: var(--w23-soft-shadow); text-align: center; }
.v23-rank-card:first-child { background: linear-gradient(150deg,#fff8de,#fff); }
.v23-rank-no { position: absolute; top: 15px; left: 15px; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; background: linear-gradient(135deg,#ffcc52,#ff8a3d); color: #522d00; font-weight: 900; }
.v23-rank-photo { width: 104px; height: 104px; margin: 14px auto; overflow: hidden; border: 6px solid #eef4ff; border-radius: 50%; background: #eaf1ff; color: #285ab3; font-size: 38px; font-weight: 900; line-height: 92px; }
.v23-rank-photo img { width: 100%; height: 100%; object-fit: cover; }
.v23-rank-card h3 { margin: 6px 0 3px; color: var(--w23-navy); font-size: 17px; }
.v23-rank-card p { margin: 0; color: #78879a; font-size: 9px; }
.v23-rank-card > b { display: block; margin-top: 12px; color: #285dcc; font-size: 22px; }
.v23-result-placeholder { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.v23-result-placeholder article { padding: 24px; border: 1px solid var(--w23-line); border-radius: 24px; background: #fff; text-align: center; }
.v23-result-placeholder span { display: grid; place-items: center; width: 60px; height: 60px; margin: auto auto 15px; border-radius: 19px; background: #edf4ff; color: var(--w23-blue); }
.v23-result-placeholder b, .v23-result-placeholder small { display: block; }
.v23-result-placeholder small { margin-top: 6px; color: #76859b; }

/* Gallery */
.v23-gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 165px; gap: 14px; }
.v23-gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 24px; background: #eaf0fa; box-shadow: var(--w23-soft-shadow); }
.v23-gallery-grid figure:nth-child(6n+1) { grid-column: span 7; grid-row: span 2; }
.v23-gallery-grid figure:nth-child(6n+2) { grid-column: span 5; }
.v23-gallery-grid figure:nth-child(6n+3) { grid-column: span 5; }
.v23-gallery-grid figure:nth-child(6n+4), .v23-gallery-grid figure:nth-child(6n+5), .v23-gallery-grid figure:nth-child(6n+6) { grid-column: span 4; }
.v23-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.v23-gallery-grid figure:hover img { transform: scale(1.06); }
.v23-gallery-grid figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; border-radius: 13px; background: rgba(5,19,48,.72); color: #fff; font-size: 9px; backdrop-filter: blur(8px); }

/* Testimonials */
.v23-testimonial-section { background: #f6f9ff; }
.v23-testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.v23-testimonial-card { position: relative; min-height: 250px; padding: 25px; border: 1px solid var(--w23-line); border-radius: 26px; background: #fff; box-shadow: var(--w23-soft-shadow); }
.v23-testimonial-card:before { content: "“"; position: absolute; right: 20px; top: 6px; color: #e7effb; font-family: Georgia,serif; font-size: 82px; line-height: 1; }
.v23-testimonial-card p { position: relative; margin: 0; color: #566a87; font-size: 11px; line-height: 1.85; }
.v23-testimonial-person { display: flex; align-items: center; gap: 11px; margin-top: 24px; }
.v23-testimonial-person > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; background: linear-gradient(135deg,var(--w23-blue),var(--w23-violet)); color: #fff; font-weight: 900; }
.v23-testimonial-person b, .v23-testimonial-person small { display: block; }
.v23-testimonial-person b { color: var(--w23-navy); font-size: 11px; }
.v23-testimonial-person small { margin-top: 3px; color: #8290a3; font-size: 8px; }

/* FAQ */
.v23-faq-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 45px; align-items: start; }
.v23-faq-art { position: sticky; top: 120px; min-height: 420px; display: grid; place-items: center; border-radius: 35px; background: linear-gradient(145deg,#eef5ff,#fff4db); overflow: hidden; }
.v23-faq-art img { width: 92%; height: 92%; object-fit: contain; }
.v23-faq-list { display: grid; gap: 11px; }
.v23-faq-item { border: 1px solid var(--w23-line); border-radius: 17px; background: #fff; box-shadow: 0 8px 25px rgba(25,55,104,.04); }
.v23-faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; padding: 17px 18px; border: 0; background: transparent; color: var(--w23-navy); text-align: left; font-size: 11px; font-weight: 850; }
.v23-faq-item button span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: #eef4ff; color: var(--w23-blue); font-size: 18px; transition: transform .2s; }
.v23-faq-item.open button span { transform: rotate(45deg); }
.v23-faq-answer { display: none; padding: 0 18px 18px; color: #667991; font-size: 10px; line-height: 1.75; }
.v23-faq-item.open .v23-faq-answer { display: block; }

/* App and CTA refinements */
.v22-app-section { background: linear-gradient(145deg,#071b3e,#163f7e 58%,#5a3a91); }
.v22-app-grid { border-radius: 36px; }
.v22-final-cta { position: relative; overflow: hidden; }
.v22-final-cta:after { content: "📚  ✏️  📐  🧮  🎓"; position: absolute; right: 3%; bottom: -20px; color: rgba(255,255,255,.13); font-size: 72px; letter-spacing: 14px; transform: rotate(-4deg); }

/* Redesign authentication */
.v23-auth-body { min-height: 100vh; overflow-x: hidden; margin: 0; color: #fff; background:
  radial-gradient(circle at 12% 18%, rgba(53,204,232,.18), transparent 28%),
  radial-gradient(circle at 90% 82%, rgba(244,95,134,.16), transparent 30%),
  linear-gradient(145deg,#061632,#0b2c61 52%,#402368); }
.v23-auth-body:before { content: ""; position: fixed; inset: 0; opacity: .16; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 29px 29px; pointer-events: none; }
.v23-auth-home { position: fixed; z-index: 30; left: 20px; top: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(7,22,52,.55); color: #e8f2ff; backdrop-filter: blur(13px); font-size: 10px; font-weight: 800; }
.v23-auth-shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); width: min(1460px, calc(100% - 54px)); min-height: 790px; margin: 68px auto 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 36px; background: rgba(8,25,59,.64); box-shadow: 0 45px 120px rgba(0,0,0,.42); backdrop-filter: blur(22px); }
.v23-auth-showcase { position: relative; overflow: hidden; min-height: 790px; background: linear-gradient(145deg,rgba(19,58,125,.7),rgba(71,41,117,.75)); }
.v23-auth-brand { position: absolute; z-index: 8; left: 28px; top: 25px; display: flex; align-items: center; gap: 11px; }
.v23-auth-brand img { width: 190px; max-height: 64px; object-fit: contain; padding: 5px; border-radius: 13px; background: #fff; }
.v23-auth-art { position: absolute; z-index: 2; inset: 68px 0 0; display: grid; place-items: center; perspective: 1200px; }
.v23-auth-art > img { width: min(88%,760px); height: min(78%,650px); object-fit: contain; filter: drop-shadow(0 35px 50px rgba(0,0,0,.24)); animation: w23-stage-float 6s ease-in-out infinite; }
.v23-auth-message { position: absolute; z-index: 5; left: 42px; right: 42px; bottom: 35px; padding: 21px 23px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(4,19,49,.62); backdrop-filter: blur(15px); }
.v23-auth-message small { color: #69dcff; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.v23-auth-message h1 { margin: 8px 0 7px; font-family: "Plus Jakarta Sans",sans-serif; font-size: clamp(28px,3.2vw,48px); line-height: 1.05; letter-spacing: -.045em; }
.v23-auth-message p { margin: 0; max-width: 680px; color: #c0d2eb; font-size: 11px; line-height: 1.65; }
.v23-auth-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.v23-auth-chips span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.07); color: #d8e8ff; font-size: 8px; }
.v23-auth-form-stage { display: grid; place-items: center; padding: 45px; background: rgba(255,255,255,.98); color: var(--w23-ink); }
.v23-login-card { width: min(510px,100%); }
.v23-login-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.v23-login-brand img { width: 54px; height: 54px; object-fit: contain; padding: 6px; border: 1px solid #e1e9f5; border-radius: 16px; background: #fff; box-shadow: 0 10px 25px rgba(24,55,106,.08); }
.v23-login-brand b, .v23-login-brand span { display: block; }
.v23-login-brand b { color: var(--w23-navy); font-size: 16px; }
.v23-login-brand span { margin-top: 3px; color: #7a889d; font-size: 9px; }
.v23-portal-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 6px; border: 1px solid #e0e7f2; border-radius: 16px; background: #f4f7fc; }
.v23-portal-tabs a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; border-radius: 12px; color: #697a93; font-size: 10px; font-weight: 900; }
.v23-portal-tabs a.active { color: #fff; background: linear-gradient(135deg,var(--w23-blue),var(--w23-violet)); box-shadow: 0 11px 25px rgba(60,83,203,.2); }
.v23-login-heading { margin: 29px 0 20px; }
.v23-login-heading small { color: var(--w23-blue); font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.v23-login-heading h2 { margin: 8px 0; color: var(--w23-navy); font-size: 34px; line-height: 1.08; letter-spacing: -.04em; }
.v23-login-heading p { margin: 0; color: #718199; font-size: 10px; line-height: 1.65; }
.v23-login-form { display: grid; gap: 13px; }
.v23-field { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 68px; padding: 8px 12px; border: 1px solid #dce5f2; border-radius: 16px; background: #f9fbff; transition: border-color .2s, box-shadow .2s; }
.v23-field:focus-within { border-color: #89a7ff; box-shadow: 0 0 0 5px rgba(60,105,234,.08); background: #fff; }
.v23-field-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: #eaf1ff; font-size: 18px; }
.v23-field > div { min-width: 0; }
.v23-field small { display: block; color: #8290a4; font-size: 8px; font-weight: 800; }
.v23-field input { width: 100%; padding: 6px 0 0; border: 0; outline: 0; background: transparent; color: var(--w23-navy); font-size: 12px; }
.v23-field > button { border: 0; background: transparent; color: #6c7e99; cursor: pointer; }
.v23-login-options { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #718097; font-size: 9px; }
.v23-login-options label { display: flex; align-items: center; gap: 6px; }
.v23-login-options a { color: var(--w23-blue); font-weight: 850; }
.v23-login-submit { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border: 0; border-radius: 16px; background: linear-gradient(135deg,var(--w23-blue),var(--w23-violet)); color: #fff; box-shadow: 0 17px 35px rgba(57,81,204,.25); font-size: 12px; font-weight: 900; cursor: pointer; }
.v23-login-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; padding: 13px; border: 1px solid #dfe8f5; border-radius: 14px; background: #f7faff; }
.v23-login-note > span { font-size: 20px; }
.v23-login-note b, .v23-login-note small { display: block; }
.v23-login-note b { color: var(--w23-navy); font-size: 10px; }
.v23-login-note small { margin-top: 3px; color: #7a889c; font-size: 8px; line-height: 1.5; }
.v23-login-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; color: #8492a5; font-size: 8px; }
.v23-login-footer a { color: #416bd0; }
.v23-auth-alert { padding: 11px 13px; margin-bottom: 13px; border-radius: 12px; font-size: 9px; }
.v23-auth-alert.error { border: 1px solid #ffd0dc; background: #fff0f4; color: #a3284a; }
.v23-auth-alert.success { border: 1px solid #bfead9; background: #e9faf4; color: #087451; }

/* Banner editor */
.v23-banner-edit-notice { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 16px; padding: 14px 16px; border: 1px solid #cdddf8; border-radius: 15px; background: #f0f6ff; color: #254d8e; }
.v23-banner-current { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; grid-column: 1/-1; }
.v23-banner-current figure { margin: 0; padding: 8px; border: 1px solid var(--w23-line); border-radius: 15px; background: #fff; }
.v23-banner-current img { width: 100%; height: 180px; object-fit: contain; border-radius: 10px; background: #071b3e; }
.v23-banner-current figcaption { margin-top: 6px; color: #687a94; font-size: 9px; }
.banner-admin-card .academic-card-footer { flex-wrap: wrap; }

/* CMS editor extras */
.v23-cms-array-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.v23-cms-array-card { padding: 15px; border: 1px solid var(--w23-line); border-radius: 17px; background: #fbfcff; }
.v23-cms-array-card > span { display: block; margin-bottom: 11px; color: #2d64c8; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.v23-cms-array-card label { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; color: #465875; font-size: 9px; font-weight: 800; }
.v23-cms-array-card input, .v23-cms-array-card textarea { width: 100%; min-height: 42px; padding: 10px 11px; border: 1px solid #dfe6f1; border-radius: 11px; background: #fff; color: var(--w23-ink); }

/* Motion */
@keyframes w23-stage-float { 0%,100% { transform: translateY(0) rotateY(-5deg) rotateX(2deg); } 50% { transform: translateY(-15px) rotateY(-2deg) rotateX(0deg); } }
@keyframes w23-object-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -13px; } }
@keyframes w23-spin { to { transform: rotate(360deg); } }
@keyframes w23-marquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .v23-hero-stage > img, .v23-stationery, .v23-ribbon-track, .v23-stage-ring, .v23-auth-art > img { animation: none !important; }
}

@media (max-width: 1180px) {
  .v23-hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .v23-hero-stage { min-height: 520px; }
  .v23-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v23-subject-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .v23-journey-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .v23-journey-grid:before { display: none; }
  .v23-auth-shell { grid-template-columns: 1fr 460px; }
}

@media (max-width: 960px) {
  .v23-hero-grid, .v23-story-grid, .v23-faq-grid { grid-template-columns: 1fr; }
  .v23-hero-copy { text-align: center; }
  .v23-hero-copy > p { margin-inline: auto; }
  .v23-hero-actions, .v23-hero-trust { justify-content: center; }
  .v23-hero-stage { min-height: 560px; }
  .v23-program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v23-faq-art { position: relative; top: auto; min-height: 360px; }
  .v23-auth-shell { grid-template-columns: 1fr; width: min(760px,calc(100% - 34px)); }
  .v23-auth-showcase { min-height: 560px; }
  .v23-auth-form-stage { padding: 42px 30px; }
}

@media (max-width: 760px) {
  .v23-banner-zone { padding-top: 10px; }
  .v23-banner-zone .v22-site-container { width: min(100% - 18px,1180px); }
  .v23-banner-zone .wsc-banner-carousel { border-radius: 21px; }
  .v23-banner-zone .wsc-banner-slide { aspect-ratio: auto; min-height: 0; }
  .v23-banner-zone .wsc-banner-slide picture { aspect-ratio: 4 / 5; height: auto; display: grid; place-items: center; background: #071b3e; }
  .v23-banner-zone .wsc-banner-slide img { width: 100%; height: 100%; object-fit: var(--mobile-fit, contain); object-position: var(--mobile-position, center); }
  .v23-banner-zone .wsc-banner-slide:after { background: linear-gradient(0deg,rgba(4,15,42,.86),rgba(4,15,42,.08) 65%,transparent); }
  .v23-banner-zone .wsc-banner-overlay { left: 7%; right: 7%; top: auto; bottom: 7%; max-width: none; transform: none; gap: 5px; }
  .v23-banner-zone .wsc-banner-overlay b { font-size: 25px; }
  .v23-banner-zone .wsc-banner-overlay em { font-size: 10px; }

  .v23-home-hero { padding: 48px 0 30px; }
  .v23-hero-copy h1 { font-size: 46px; }
  .v23-hero-stage { min-height: 420px; }
  .v23-stage-ring { display: none; }
  .v23-stationery { width: 55px; height: 55px; border-radius: 17px; font-size: 26px; }
  .v23-stationery.book { left: 0; top: 14%; }
  .v23-stationery.pencil { right: 0; top: 20%; }
  .v23-stationery.ruler { right: 4%; bottom: 8%; }
  .v23-stationery.eraser { left: 4%; bottom: 9%; }
  .v23-stationery.sharpener, .v23-stationery.candle { display: none; }
  .v23-hero-stat { min-width: 150px; padding: 10px; }
  .v23-hero-stat.exam { left: 0; bottom: 17%; }
  .v23-hero-stat.cert { right: 0; bottom: 8%; }

  .v23-section { padding: 66px 0; }
  .v23-choice-grid, .v23-program-grid, .v23-subject-grid, .v23-journey-grid, .v23-rank-grid, .v23-result-placeholder, .v23-testimonial-grid { grid-template-columns: 1fr; }
  .v23-choice-card { min-height: 230px; }
  .v23-story-visual { min-height: 390px; }
  .v23-story-note { right: 5px; bottom: 10px; }
  .v23-feature-list { grid-template-columns: 1fr; }
  .v23-head-card { grid-template-columns: 1fr; padding: 22px; }
  .v23-head-photo { height: 320px; }
  .v23-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .v23-gallery-grid figure, .v23-gallery-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .v23-faq-art { min-height: 300px; }

  .v23-auth-home { left: 10px; top: 9px; }
  .v23-auth-shell { width: calc(100% - 16px); margin: 58px auto 10px; border-radius: 23px; }
  .v23-auth-showcase { min-height: 440px; }
  .v23-auth-brand { left: 18px; top: 17px; }
  .v23-auth-brand img { width: 145px; max-height: 52px; }
  .v23-auth-art { inset: 50px 0 60px; }
  .v23-auth-art > img { width: 95%; height: 85%; }
  .v23-auth-message { left: 16px; right: 16px; bottom: 14px; padding: 16px; }
  .v23-auth-message h1 { font-size: 29px; }
  .v23-auth-message p { font-size: 9px; }
  .v23-auth-chips { display: none; }
  .v23-auth-form-stage { padding: 28px 16px; }
  .v23-login-heading h2 { font-size: 29px; }
  .v23-login-options, .v23-login-footer { align-items: flex-start; flex-direction: column; }
  .v23-banner-current, .v23-cms-array-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .v23-hero-copy h1 { font-size: 39px; }
  .v23-hero-stage { min-height: 355px; }
  .v23-hero-stat { display: none; }
  .v23-section-heading h2 { font-size: 34px; }
  .v23-subject-card { min-height: 205px; }
  .v23-auth-showcase { min-height: 390px; }
  .v23-auth-message h1 { font-size: 25px; }
  .v23-portal-tabs a { font-size: 9px; }
}
