:root {
  --blue: #2e3192;
  --blue-dark: #202472;
  --purple: #6a1b9a;
  --orange: #f7941d;
  --orange-dark: #e77e08;
  --ink: #1e294b;
  --body: #5b6175;
  --paper: #fffdfb;
  --line: rgba(46, 49, 146, 0.12);
  --shadow: 0 24px 70px rgba(30, 41, 75, 0.1);
  --soft-shadow: 0 12px 36px rgba(30, 41, 75, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }

body {
  font-family: "Poppins", "Noto Sans Devanagari", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body.modal-is-open { overflow: hidden; }

button, a, input { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

::selection { color: #fff; background: var(--purple); }

.skip-link {
  position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem;
  color: #fff; background: var(--blue); border-radius: .6rem; transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 40; height: 5rem;
  background: rgba(255, 253, 251, .84); border-bottom: 1px solid rgba(46, 49, 146, .08);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; }
.brand img { width: 12.6rem; height: auto; object-fit: contain; }

.button {
  display: inline-flex; min-height: 3rem; align-items: center; gap: .65rem; justify-content: center;
  padding: .7rem 1.1rem; border: 1px solid transparent; border-radius: 999px; font-size: .875rem;
  font-weight: 700; line-height: 1.25; letter-spacing: -.01em; text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .modal-close:focus-visible, .return-button:focus-visible, .social-links a:focus-visible, .faq-item summary:focus-visible, .more-videos summary:focus-visible { outline: 3px solid rgba(247, 148, 29, .45); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(115deg, var(--blue), var(--purple)); box-shadow: 0 12px 22px rgba(66, 45, 149, .2); }
.button-primary:hover { color: #fff; box-shadow: 0 17px 28px rgba(66, 45, 149, .3); }
.button-secondary { color: var(--blue); background: rgba(255,255,255,.72); border-color: rgba(46, 49, 146, .16); box-shadow: 0 7px 18px rgba(30, 41, 75, .04); }
.button-secondary:hover { color: var(--purple); background: #fff; }
.button-orange { color: #fff; background: linear-gradient(115deg, #faab42, var(--orange-dark)); box-shadow: 0 12px 24px rgba(231, 126, 8, .24); }
.button-small { min-height: 2.55rem; padding: .55rem .95rem; font-size: .78rem; }
.button[disabled] { cursor: wait; opacity: .75; transform: none; }
.button-loader { display: none; width: 1rem; height: 1rem; border: 2px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.button.is-loading .button-loader { display: block; }
.button.is-loading .button-label { display: none; }

.hero-section { background: linear-gradient(135deg, #fffdfb 0%, #fbf9ff 50%, #f5f4ff 100%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-orb-one { top: -15rem; right: -12rem; width: 38rem; height: 38rem; background: radial-gradient(circle, rgba(130, 80, 202, .17), rgba(130, 80, 202, 0) 68%); }
.hero-orb-two { bottom: -20rem; left: 25%; width: 35rem; height: 35rem; background: radial-gradient(circle, rgba(247, 148, 29, .12), rgba(247, 148, 29, 0) 69%); }

.eyebrow, .section-kicker { width: fit-content; font-size: .68rem; font-weight: 800; letter-spacing: .15em; line-height: 1.25; }
.eyebrow { display: inline-flex; gap: .35rem; align-items: center; padding: .45rem .78rem; color: var(--purple); background: rgba(106, 27, 154, .07); border: 1px solid rgba(106, 27, 154, .12); border-radius: 999px; }
.section-kicker { color: var(--purple); }
.text-gradient, .section-heading h2 span, .content-title span, .modal-card h2 span, .thankyou-card h1 span { background: linear-gradient(105deg, var(--blue), var(--purple), #b3258c); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.play-dot { display: grid; width: 1.28rem; height: 1.28rem; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: .48rem; }
.live-dot { width: .48rem; height: .48rem; background: #4abb78; border-radius: 50%; box-shadow: 0 0 0 .22rem rgba(74, 187, 120, .13); }

.benefit-check { display: flex; align-items: center; gap: .38rem; white-space: nowrap; }
.benefit-check::before { display: grid; width: 1rem; height: 1rem; flex: 0 0 auto; place-items: center; content: "✓"; color: #fff; background: linear-gradient(135deg, var(--purple), var(--blue)); border-radius: 50%; font-size: .66rem; }

.hero-visual { min-height: 22rem; padding: 1rem 2rem 1rem 1rem; }
.hero-image-shell { position: relative; height: clamp(19rem, 42vh, 32rem); overflow: hidden; border: 7px solid rgba(255, 255, 255, .8); border-radius: 2rem; background: #e4d9d2; box-shadow: 0 25px 55px rgba(30, 41, 75, .16); transform: rotate(1.3deg); }
.hero-image-shell::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 36%, rgba(31,32,73,.12)); }
.hero-image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.03); }
.hero-image-shine { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 31%, rgba(255,255,255,.3) 48%, transparent 64%); transform: translateX(-110%); animation: shine 7s ease-in-out infinite; }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: .55rem; padding: .62rem .7rem; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); border-radius: .85rem; box-shadow: 0 12px 27px rgba(30,41,75,.13); backdrop-filter: blur(9px); }
.float-card strong, .float-card small { display: block; line-height: 1.25; }
.float-card strong { font-size: .66rem; font-weight: 800; }
.float-card small { margin-top: .12rem; color: var(--body); font-size: .55rem; }
.float-icon { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; color: var(--orange); background: rgba(247,148,29,.12); border-radius: .56rem; font-size: 1rem; }
.trainer-icon { color: var(--purple); background: rgba(106,27,154,.1); }
.award-card { top: 5%; left: -2%; animation: floating 5s ease-in-out infinite; }
.review-card { right: 0; bottom: 12%; animation: floating 5.6s ease-in-out .6s infinite; }
.review-card .rating { display: block; color: var(--orange); font-size: .7rem; letter-spacing: -.05em; }
.trainer-card { bottom: 0; left: 8%; animation: floating 4.8s ease-in-out 1.1s infinite; }

.trust-strip { position: relative; z-index: 3; color: #fff; background: linear-gradient(100deg, var(--blue-dark), var(--blue), var(--purple)); box-shadow: 0 12px 35px rgba(39, 35, 119, .18); }
.trust-item { display: flex; min-height: 3.5rem; align-items: center; justify-content: center; gap: .7rem; padding: .45rem 1rem; }
.trust-item > span:last-child { min-width: 0; }
.trust-symbol { display: grid; width: 1.6rem; height: 1.6rem; flex: 0 0 auto; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: .8rem; }
.trust-item strong, .trust-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.trust-item strong { font-size: .7rem; font-weight: 700; }
.trust-item small { margin-top: .05rem; color: rgba(255,255,255,.63); font-size: .58rem; }

.section-shell { padding: 5rem 0; }
.section-heading h2, .content-title, .modal-card h2, .thankyou-card h1 { margin-top: .65rem; color: var(--ink); font-family: "Noto Sans Devanagari", "Poppins", sans-serif; font-size: clamp(1.75rem, 3vw, 2.8rem); font-weight: 800; line-height: 1.26; letter-spacing: -.035em; }
.section-heading > p:last-child { margin-top: .8rem; color: var(--body); font-size: .95rem; line-height: 1.75; }
.content-lead { max-width: 42rem; margin-top: 1rem; color: var(--body); font-size: 1rem; line-height: 1.8; }

.feature-card { position: relative; overflow: hidden; min-height: 15.5rem; padding: 1.5rem; background: rgba(255,255,255,.75); border: 1px solid rgba(46,49,146,.1); border-radius: 1.25rem; box-shadow: 0 7px 23px rgba(30,41,75,.04); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { border-color: rgba(106,27,154,.25); box-shadow: var(--soft-shadow); transform: translateY(-5px); }
.feature-card::before { position: absolute; top: 0; left: 0; width: 100%; height: .22rem; content: ""; background: linear-gradient(90deg, var(--blue), var(--purple), var(--orange)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.feature-card:hover::before { transform: scaleX(1); }
.feature-number { position: absolute; top: 1.2rem; right: 1.3rem; color: rgba(46,49,146,.16); font-size: 1.55rem; font-weight: 800; line-height: 1; }
.feature-icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; color: var(--purple); background: linear-gradient(135deg, rgba(106,27,154,.12), rgba(46,49,146,.08)); border-radius: .85rem; font-size: 1.35rem; }
.feature-card h3 { margin-top: 1.25rem; font-size: .98rem; font-weight: 800; }
.feature-card p { margin-top: .55rem; color: var(--body); font-size: .79rem; line-height: 1.7; }

.opportunity-section { overflow: hidden; background: linear-gradient(120deg, #f7f6ff, #fffdfb 55%, #fff8ef); }
.opportunity-art { position: relative; width: min(86vw, 26rem); aspect-ratio: 1; margin: 0 auto; }
.opportunity-ring { position: absolute; inset: 7%; border: 1px solid rgba(106,27,154,.21); border-radius: 50%; }
.ring-one { border-right-color: rgba(247,148,29,.5); border-bottom-color: rgba(247,148,29,.5); transform: rotate(-23deg); }
.ring-two { inset: 18%; border-top-color: rgba(46,49,146,.45); border-left-color: rgba(46,49,146,.45); transform: rotate(43deg); }
.opportunity-core { position: absolute; inset: 29%; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; background: linear-gradient(145deg, var(--blue), var(--purple)); border: 8px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 21px 44px rgba(46,49,146,.24); }
.opportunity-core::before { position: absolute; inset: .55rem; content: ""; border: 1px solid rgba(255,255,255,.26); border-radius: inherit; }
.opportunity-core span { font-size: .54rem; font-weight: 700; letter-spacing: .15em; }
.opportunity-core strong { margin-top: .25rem; font-size: clamp(1rem, 2.8vw, 1.55rem); font-weight: 800; line-height: 1.05; letter-spacing: .05em; }
.opportunity-core small { margin-top: .3rem; color: rgba(255,255,255,.7); font-size: .58rem; }
.orbit-chip { position: absolute; display: block; padding: .5rem .8rem; color: var(--ink); background: rgba(255,255,255,.86); border: 1px solid rgba(46,49,146,.1); border-radius: 999px; box-shadow: 0 9px 20px rgba(30,41,75,.09); font-size: .65rem; font-weight: 800; }
.orbit-one { top: 8%; left: 10%; color: var(--purple); }.orbit-two { right: 4%; bottom: 20%; color: var(--orange-dark); }.orbit-three { bottom: 10%; left: 12%; color: var(--blue); }
.opportunity-point { display: grid; grid-template-columns: 1.7rem 1fr; gap: .72rem; align-items: start; padding: .8rem; background: rgba(255,255,255,.61); border: 1px solid rgba(46,49,146,.08); border-radius: .85rem; }
.opportunity-point > span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; color: var(--purple); background: rgba(106,27,154,.1); border-radius: .45rem; font-size: .62rem; font-weight: 800; }
.opportunity-point p { color: var(--body); font-size: .7rem; line-height: 1.55; }.opportunity-point strong { display: block; color: var(--ink); font-size: .76rem; font-weight: 800; }

.about-section { background: #fff; }
.about-image-wrap { position: relative; width: min(100%, 28rem); margin: 0 auto; padding: 0 1rem 1rem 0; }
.about-image-accent { position: absolute; top: 2.5rem; right: 0; bottom: 0; left: 2.5rem; background: linear-gradient(145deg, var(--blue), var(--purple)); border-radius: 1.75rem; }
.about-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: .76; object-fit: cover; object-position: center top; border-radius: 1.75rem; box-shadow: var(--shadow); }
.credential-card { position: absolute; z-index: 2; right: -1rem; bottom: 2.5rem; max-width: 10rem; padding: .8rem 1rem; background: rgba(255,255,255,.95); border: 1px solid #fff; border-radius: .8rem; box-shadow: 0 12px 27px rgba(30,41,75,.15); }
.credential-card strong, .credential-card span { display: block; }.credential-card strong { color: var(--purple); font-size: .7rem; font-weight: 800; }.credential-card span { margin-top: .2rem; color: var(--body); font-size: .59rem; line-height: 1.35; }
.mini-credential { padding: .8rem .6rem; text-align: center; background: #f9f8ff; border: 1px solid rgba(46,49,146,.08); border-radius: .8rem; }.mini-credential strong, .mini-credential span { display: block; }.mini-credential strong { color: var(--blue); font-size: .8rem; font-weight: 800; }.mini-credential span { margin-top: .2rem; color: var(--body); font-size: .57rem; line-height: 1.3; }

.awards-section { background: linear-gradient(150deg, #232579, #4a247f 57%, #6a1b9a); }.awards-section .section-kicker { color: #f9bc67; }.awards-section .section-heading h2 { color: #fff; }.awards-section .section-heading h2 span { background: none; -webkit-text-fill-color: #ffc166; }
.award-figure { position: relative; min-height: 19rem; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 1.35rem; background: #191a50; }.award-figure img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease; }.award-figure:nth-child(1) img { object-position: center 40%; }.award-figure:nth-child(2) img { object-position: center 32%; }.award-figure:hover img { transform: scale(1.04); }.award-figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 42%, rgba(15,15,57,.82)); }.award-figure figcaption { position: absolute; z-index: 1; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; color: #fff; }.award-figure figcaption span, .award-figure figcaption strong { display: block; }.award-figure figcaption span { color: #fdc770; font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.award-figure figcaption strong { margin-top: .25rem; max-width: 18rem; font-size: .92rem; line-height: 1.45; }

.gallery-section { background: #fff; }.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 14rem; gap: 1rem; }.gallery-card { position: relative; overflow: hidden; border-radius: 1.2rem; background: #e7e0dd; }.gallery-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform .45s ease; }.gallery-card:hover img { transform: scale(1.05); }.gallery-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(30,41,75,.65)); }.gallery-card figcaption { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; color: #fff; font-size: .75rem; font-weight: 700; }.gallery-large { grid-row: span 2; }.gallery-quote { display: flex; flex-direction: column; justify-content: center; padding: 1.3rem; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); border-radius: 1.2rem; }.gallery-quote > span { color: rgba(255,255,255,.5); font-family: Georgia, serif; font-size: 3rem; line-height: .6; }.gallery-quote p { margin-top: .8rem; font-family: "Noto Sans Devanagari", sans-serif; font-size: .85rem; font-weight: 600; line-height: 1.6; }.gallery-quote small { margin-top: .8rem; color: rgba(255,255,255,.65); font-size: .52rem; font-weight: 700; letter-spacing: .11em; }

.videos-section { background: linear-gradient(180deg, #fbfaff, #fffdfb); }.video-card { position: relative; display: flex; min-height: 13.5rem; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 1.15rem; color: #fff; background: linear-gradient(145deg, #202472, #6a1b9a); border: 1px solid rgba(255,255,255,.32); border-radius: 1.15rem; box-shadow: 0 10px 23px rgba(46,49,146,.13); transition: transform .25s ease, box-shadow .25s ease; }.video-card::before { position: absolute; top: -45%; right: -40%; width: 13rem; height: 13rem; content: ""; background: radial-gradient(circle, rgba(247,148,29,.36), transparent 67%); }.video-card:hover { color: #fff; box-shadow: 0 17px 32px rgba(46,49,146,.24); transform: translateY(-4px); }.video-index { position: absolute; top: 1rem; left: 1.15rem; color: rgba(255,255,255,.54); font-size: .64rem; font-weight: 700; letter-spacing: .13em; }.video-play { position: absolute; top: 50%; left: 50%; display: grid; width: 3rem; height: 3rem; place-items: center; padding-left: .15rem; color: var(--purple); background: #fff; border-radius: 50%; box-shadow: 0 7px 22px rgba(0,0,0,.14); font-size: .86rem; transform: translate(-50%, -50%); }.video-card strong { position: relative; font-size: .88rem; }.video-card small { position: relative; margin-top: .2rem; color: rgba(255,255,255,.65); font-size: .62rem; }.more-videos { text-align: center; }.more-videos summary { display: inline-flex; gap: .5rem; align-items: center; color: var(--blue); cursor: pointer; font-size: .76rem; font-weight: 700; list-style: none; }.more-videos summary::-webkit-details-marker { display: none; }.more-videos summary span { transition: transform .2s ease; }.more-videos[open] summary span { transform: rotate(180deg); }

.text-testimonials { background: #fff; }.testimonial-card { display: flex; min-height: 18.5rem; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid rgba(46,49,146,.1); border-radius: 1.2rem; box-shadow: 0 10px 24px rgba(30,41,75,.05); }.quote-mark { color: var(--orange); font-family: Georgia, serif; font-size: 3rem; line-height: .7; }.testimonial-card > p { margin-top: .75rem; color: #4d556e; font-size: .78rem; font-weight: 500; line-height: 1.85; }.testimonial-card footer { display: flex; gap: .65rem; align-items: center; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }.testimonial-card footer img { width: 2.25rem; height: 2.25rem; object-fit: cover; object-position: top; border-radius: 50%; }.testimonial-card footer strong, .testimonial-card footer small { display: block; }.testimonial-card footer strong { font-size: .7rem; font-weight: 800; }.testimonial-card footer small { margin-top: .12rem; color: var(--body); font-size: .56rem; }

.faq-section { background: linear-gradient(135deg, #f8f6ff, #fffdfb); }.faq-list { display: grid; gap: .75rem; }.faq-item { padding: 0 1.1rem; background: rgba(255,255,255,.85); border: 1px solid rgba(46,49,146,.11); border-radius: .85rem; transition: border-color .2s ease, box-shadow .2s ease; }.faq-item[open] { border-color: rgba(106,27,154,.24); box-shadow: 0 8px 22px rgba(30,41,75,.05); }.faq-item summary { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1rem 0; color: var(--ink); cursor: pointer; font-size: .78rem; font-weight: 800; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { position: relative; width: 1.2rem; height: 1.2rem; flex: 0 0 auto; border: 1px solid rgba(46,49,146,.21); border-radius: 50%; }.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 50%; left: 50%; width: .5rem; height: 1px; content: ""; background: var(--purple); transform: translate(-50%, -50%); }.faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }.faq-item[open] summary span::after { transform: translate(-50%, -50%); }.faq-item p { padding: 0 0 1.1rem; color: var(--body); font-size: .76rem; line-height: 1.75; }

.registration-section { overflow: hidden; background: #fff; }.registration-panel { position: relative; overflow: hidden; background: linear-gradient(135deg, #222577, #5b2289 58%, #7b1d8c); border-radius: 1.65rem; box-shadow: 0 25px 50px rgba(46,49,146,.2); }.registration-panel::before { position: absolute; top: -14rem; right: -14rem; width: 33rem; height: 33rem; content: ""; background: radial-gradient(circle, rgba(247,148,29,.27), transparent 66%); }.registration-panel::after { position: absolute; bottom: -16rem; left: -14rem; width: 29rem; height: 29rem; content: ""; background: radial-gradient(circle, rgba(255,255,255,.1), transparent 66%); }.registration-benefit { position: relative; z-index: 1; display: flex; gap: .5rem; align-items: center; color: rgba(255,255,255,.86); font-size: .74rem; font-weight: 500; }.registration-benefit span { display: grid; width: 1.15rem; height: 1.15rem; place-items: center; color: var(--purple); background: #fff; border-radius: 50%; font-size: .62rem; font-weight: 800; }.lead-form { position: relative; z-index: 1; display: grid; gap: .85rem; padding: 1.2rem; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.75); border-radius: 1.1rem; box-shadow: 0 17px 36px rgba(23,21,83,.18); }.form-field { display: grid; gap: .35rem; }.form-field label { color: #39415b; font-size: .66rem; font-weight: 700; }.form-field label em { color: #d54141; font-style: normal; }.form-field label span { color: #81879a; font-weight: 500; }.form-field input { width: 100%; min-height: 2.75rem; padding: .65rem .8rem; color: var(--ink); background: #fff; border: 1px solid #dfe1ea; border-radius: .6rem; font-size: .78rem; outline: none; transition: border .2s ease, box-shadow .2s ease; }.form-field input::placeholder { color: #a1a6b5; }.form-field input:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(106,27,154,.1); }.form-field input.has-error { border-color: #d34141; }.field-error { min-height: .7rem; color: #c93d3d; font-size: .57rem; line-height: 1.2; }.form-note { position: relative; z-index: 1; color: rgba(255,255,255,.58); font-size: .55rem; line-height: 1.5; text-align: center; }.lead-form + .form-note, .modal-card .form-note { color: #84899a; }

.site-footer { color: #e7e8f4; background: #171942; }.footer-logo { width: 12rem; height: auto; filter: brightness(0) invert(1) contrast(.75); }.site-footer p { margin-top: .55rem; color: rgba(231,232,244,.58); font-size: .65rem; }.footer-contact { display: flex; gap: .8rem; flex-wrap: wrap; }.footer-contact a { color: rgba(255,255,255,.83); font-size: .7rem; font-weight: 600; }.footer-contact a:hover { color: #ffc166; }.footer-bottom { display: flex; gap: .8rem; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: .9rem max(1.25rem, calc((100% - 80rem) / 2)); border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; font-size: .55rem; }.social-links { display: flex; gap: .45rem; }.social-links a { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; color: #fff; background: rgba(255,255,255,.1); border-radius: 50%; font-size: .55rem; font-weight: 800; }.social-links a:hover { color: var(--orange); background: rgba(255,255,255,.18); }

.sticky-register { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; display: none; align-items: center; gap: .5rem; padding: .77rem 1rem; color: #fff; background: linear-gradient(115deg, var(--blue), var(--purple)); border: 0; border-radius: 999px; box-shadow: 0 12px 25px rgba(46,49,146,.29); font-size: .74rem; font-weight: 800; }

.modal-backdrop { position: fixed; z-index: 60; inset: 0; display: grid; overflow-y: auto; place-items: center; padding: 1rem; visibility: hidden; background: rgba(21, 22, 56, .58); opacity: 0; backdrop-filter: blur(6px); transition: opacity .23s ease, visibility .23s ease; }.modal-backdrop.is-open { visibility: visible; opacity: 1; }.modal-card { position: relative; width: min(100%, 29rem); padding: 2rem 1.4rem 1.35rem; background: #fff; border-radius: 1.25rem; box-shadow: 0 27px 75px rgba(12,14,43,.35); transform: translateY(1rem) scale(.98); transition: transform .23s ease; }.modal-backdrop.is-open .modal-card { transform: translateY(0) scale(1); }.modal-close { position: absolute; top: .75rem; right: .85rem; display: grid; width: 2rem; height: 2rem; place-items: center; color: #687087; background: #f4f4f9; border: 0; border-radius: 50%; font-size: 1.25rem; line-height: 1; transition: background .2s ease, color .2s ease; }.modal-close:hover { color: #fff; background: var(--purple); }.modal-card h2 { margin-top: .55rem; font-size: 1.6rem; }.modal-intro { margin-top: .6rem; color: var(--body); font-size: .72rem; line-height: 1.65; }.modal-form { margin-top: 1.25rem; padding: 0; box-shadow: none; }.modal-card .form-note { margin-top: .85rem; }.success-view { text-align: center; }.success-icon { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; margin: 0 auto 1.1rem; color: #fff; background: linear-gradient(140deg, #44bd7d, #269c63); border: .25rem solid #ddf6e9; border-radius: 50%; box-shadow: 0 9px 21px rgba(38,156,99,.21); font-size: 1.5rem; font-weight: 800; }.success-view .section-kicker { margin: 0 auto; }.success-view h2 { font-size: 1.7rem; }.success-view > p:not(.section-kicker) { margin: .8rem auto 1.25rem; color: var(--body); font-size: .76rem; line-height: 1.75; }.return-button { display: inline-block; margin-top: 1rem; color: var(--body); background: none; border: 0; font-size: .7rem; font-weight: 600; text-decoration: underline; text-underline-offset: .18rem; cursor: pointer; }

.thankyou-page { min-height: 100vh; background: radial-gradient(circle at 10% 8%, #f4e7ff, transparent 28%), radial-gradient(circle at 90% 90%, #ffe4bd, transparent 28%), #fffdfb; }.thankyou-main { display: flex; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; }.thankyou-brand { margin-bottom: 1.6rem; }.thankyou-brand img { width: min(15rem, 70vw); }.thankyou-card { width: min(100%, 32rem); padding: 2.2rem 1.5rem 1.5rem; text-align: center; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 1.4rem; box-shadow: var(--shadow); }.thankyou-card .section-kicker { margin: 0 auto; }.thankyou-card h1 { margin-top: .6rem; font-size: clamp(1.7rem, 7vw, 2.25rem); }.thankyou-card > p:not(.section-kicker) { margin: .85rem auto 1.3rem; color: var(--body); font-size: .82rem; line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(1.15rem); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.animate-in { animation: intro .5s ease both; }

@keyframes intro { from { opacity: 0; transform: translateY(.5rem); } to { opacity: 1; transform: translateY(0); } }
@keyframes floating { 50% { transform: translateY(-.4rem); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shine { 0%, 52%, 100% { transform: translateX(-110%); } 74% { transform: translateX(110%); } }

@media (min-width: 640px) {
  .section-shell { padding: 6rem 0; }
  .hero-visual { padding-right: 2.7rem; }
  .hero-image-shell { border-radius: 2.4rem; }
  .float-card { padding: .7rem .8rem; }.float-card strong { font-size: .72rem; }.float-card small { font-size: .6rem; }
  .award-figure { min-height: 23rem; }.gallery-grid { grid-auto-rows: 16rem; gap: 1.25rem; }.testimonial-card { padding: 1.7rem; }
}

@media (min-width: 1024px) {
  .hero-copy { padding: .5rem 0; }
  .hero-visual { min-height: 0; }
  .hero-image-shell { height: min(65vh, 31rem); }
  .section-shell { padding: 7rem 0; }
  .award-figure { min-height: 27rem; }
  .gallery-grid { grid-template-columns: 1.15fr .8fr .8fr; grid-auto-rows: 15rem; }.gallery-large { grid-row: span 2; }.gallery-quote { grid-column: 3; }
}

.faq-mobile-cta { display: none; }

@media (max-width: 639px) {
  .site-header { height: 4.25rem; }.brand img { width: 9.75rem; }.button-small { min-height: 2.25rem; padding: .45rem .72rem; font-size: .66rem; }
  .hero-section .hero-copy { padding-top: .2rem; }.hero-visual { margin-top: .2rem; min-height: 18rem; padding: .5rem 1.4rem .8rem .5rem; }.hero-image-shell { height: 17.5rem; border-width: 5px; border-radius: 1.5rem; }.hero-copy > p:nth-of-type(2) { line-height: 1.55; }.hero-copy h1 { max-width: 22rem; }.float-card { padding: .45rem .5rem; border-radius: .65rem; }.float-icon { width: 1.4rem; height: 1.4rem; border-radius: .4rem; font-size: .76rem; }.float-card strong { font-size: .53rem; }.float-card small { font-size: .45rem; }.award-card { top: 0; left: -.1rem; }.review-card { right: -.35rem; bottom: 11%; }.trainer-card { bottom: -.15rem; left: 3%; }
  .trust-item { justify-content: flex-start; min-height: 2.7rem; padding: .45rem .2rem; }.trust-strip .grid { padding-top: .35rem; padding-bottom: .35rem; }.trust-item strong { font-size: .65rem; }.trust-item small { font-size: .52rem; }.trust-symbol { width: 1.4rem; height: 1.4rem; }
  .section-shell { padding: 4rem 0; }.section-heading h2, .content-title { font-size: 1.7rem; }.content-lead { font-size: .9rem; }.feature-card { min-height: auto; }.about-image-wrap { width: min(100%, 22rem); }.credential-card { right: -.25rem; }.award-figure { min-height: 18rem; }.gallery-grid { grid-auto-rows: 12rem; gap: .75rem; }.gallery-quote p { font-size: .71rem; }.video-card { min-height: 11rem; }.testimonial-card { min-height: 0; }.registration-panel { margin-right: 1rem; margin-left: 1rem; border-radius: 1.25rem; }.registration-section { padding-right: 0; padding-left: 0; }.sticky-register { display: inline-flex; }.site-footer { padding-bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Conversion-focused image cards, gallery, stories, testimonials and footer refinements. */
[hidden] { display: none !important; }

.feature-card-image { min-height: 19.5rem; padding: 0; color: #fff; background: #242271; border: 0; isolation: isolate; }
.feature-card-image::before { display: none; }
.feature-card-image > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .65s cubic-bezier(.2,.65,.2,1); }
.feature-card-image:nth-child(3) > img { object-position: center center; }
.feature-card-image:hover > img { transform: scale(1.07); }
.feature-card-scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(20,20,65,.1) 20%, rgba(20,20,65,.35) 48%, rgba(22,21,67,.96) 100%); }
.feature-card-content { position: absolute; z-index: 2; right: 1.3rem; bottom: 1.25rem; left: 1.3rem; transform: translateY(.18rem); transition: transform .28s ease; }
.feature-card-image:hover .feature-card-content { transform: translateY(-.18rem); }
.feature-card-image .feature-number { position: static; display: inline-block; margin-bottom: .65rem; padding: .3rem .5rem; color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); border-radius: .38rem; font-size: .6rem; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(6px); }
.feature-card-image h3 { margin: 0; color: #fff; font-size: 1rem; }
.feature-card-image p { margin-top: .45rem; color: rgba(255,255,255,.8); font-size: .72rem; line-height: 1.65; }

.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: unset; gap: 1.25rem; }
.gallery-grid .gallery-card { height: clamp(21rem, 37vw, 30rem); }
.gallery-grid .gallery-card::after { background: linear-gradient(180deg, rgba(22,21,67,.04) 28%, rgba(18,17,58,.78) 100%); }
.gallery-grid .gallery-card img { object-position: center 26%; }
.gallery-quote-card .gallery-photo-quote { position: absolute; z-index: 1; right: 1.35rem; bottom: 1.3rem; left: 1.35rem; padding: .95rem 1rem; color: #fff; background: rgba(37, 25, 98, .68); border: 1px solid rgba(255,255,255,.22); border-radius: .85rem; backdrop-filter: blur(8px); }
.gallery-photo-quote > span { display: block; color: rgba(255,255,255,.58); font-family: Georgia, serif; font-size: 2.4rem; line-height: .45; }
.gallery-photo-quote p { margin-top: .65rem; font-family: "Noto Sans Devanagari", sans-serif; font-size: clamp(.72rem, 1.35vw, .92rem); font-weight: 700; line-height: 1.55; }
.gallery-photo-quote small { display: block; margin-top: .6rem; color: #ffc166; font-size: .52rem; font-weight: 800; letter-spacing: .12em; }

.video-card { min-height: 15.5rem; background: #202472; isolation: isolate; }
.video-card::before { z-index: 1; inset: 0; width: auto; height: auto; background: linear-gradient(180deg, rgba(17,16,48,.08) 18%, rgba(18,17,56,.28) 52%, rgba(18,17,56,.94) 100%); }
.video-thumbnail { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.video-card:hover .video-thumbnail { transform: scale(1.05); }
.video-card .video-index, .video-card .video-play, .video-card strong, .video-card small { z-index: 2; }
.video-card .video-play { border: 1px solid rgba(255,255,255,.45); }
.additional-videos { animation: contentReveal .5s ease both; }
.button-video-more { color: var(--blue); background: #eef0ff; border-color: rgba(46,49,146,.15); box-shadow: 0 8px 18px rgba(46,49,146,.1); }
.button-video-more:hover { color: #fff; background: var(--blue); box-shadow: 0 12px 22px rgba(46,49,146,.2); }

.testimonial-screenshot-card { min-height: 0; height: 31rem; padding: .7rem; overflow: hidden; background: #f4f5f8; border-radius: 1rem; box-shadow: 0 12px 28px rgba(30,41,75,.08); }
.testimonial-screenshot-card > img { width: 100%; height: calc(100% - 1.75rem); object-fit: contain; object-position: center top; background: #fff; border-radius: .65rem; box-shadow: 0 4px 12px rgba(30,41,75,.08); }
.testimonial-screenshot-card figcaption { padding: .5rem .25rem 0; color: #4e5873; font-size: .63rem; font-weight: 700; text-align: center; }

.site-footer { position: relative; overflow: hidden; background: linear-gradient(120deg, #14163e, #1e2060 55%, #3c1b70); }
.site-footer::before { position: absolute; top: -11rem; right: -10rem; width: 27rem; height: 27rem; content: ""; background: radial-gradient(circle, rgba(247,148,29,.18), transparent 66%); pointer-events: none; }
.footer-main { position: relative; z-index: 1; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)); }
.footer-brand { max-width: 22rem; }.footer-logo { width: 13.5rem; filter: none; }.site-footer .footer-brand p { max-width: 20rem; color: rgba(235,236,255,.67); font-size: .72rem; line-height: 1.7; }
.footer-column h2 { color: #ffc166; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.footer-column > a { display: block; width: fit-content; margin-top: .75rem; color: rgba(255,255,255,.91); font-size: .75rem; font-weight: 600; }.footer-column > a:hover { color: #ffc166; }.footer-column p { max-width: 12rem; color: rgba(235,236,255,.57); font-size: .64rem; line-height: 1.55; }.footer-column .social-links { margin-top: .8rem; }.footer-column .social-links a { width: 1.75rem; height: 1.75rem; background: rgba(255,255,255,.12); font-size: .62rem; }
.footer-bottom { position: relative; z-index: 1; display: grid; gap: 1rem; grid-template-columns: 1.25fr auto 1fr; align-items: center; padding-top: 1rem; padding-bottom: 1rem; border-top-color: rgba(255,255,255,.13); }.footer-bottom p { color: rgba(235,236,255,.57); font-size: .56rem; }.footer-legal-links { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; }.footer-legal-links a, .powered-by { color: rgba(255,255,255,.75); font-size: .58rem; font-weight: 600; }.footer-legal-links a:hover, .powered-by:hover { color: #ffc166; }.powered-by { justify-self: end; }.powered-by.is-placeholder { color: rgba(255,255,255,.47); cursor: default; }

@keyframes contentReveal { from { opacity: 0; transform: translateY(.7rem); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1023px) {
  .footer-main { grid-template-columns: 1.3fr 1fr; }.footer-brand { grid-column: span 2; max-width: 27rem; }.footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }.powered-by { justify-self: center; }
}

@media (max-width: 639px) {
  .feature-card-image { min-height: 18rem; }.gallery-grid { grid-template-columns: 1fr; gap: 1rem; }.gallery-grid .gallery-card { height: 23rem; }.gallery-quote-card .gallery-photo-quote { right: 1rem; bottom: 1rem; left: 1rem; }.video-card { min-height: 13rem; }.testimonial-screenshot-card { height: 27rem; }.footer-main { grid-template-columns: 1fr; gap: 1.7rem; }.footer-brand { grid-column: auto; }.footer-bottom { gap: .75rem; }.footer-legal-links { gap: .55rem .8rem; }
  .faq-section .faq-intro { text-align: center; }.faq-section .faq-intro .section-kicker { margin-right: auto; margin-left: auto; }.faq-section .faq-intro .content-lead { margin-right: auto; margin-left: auto; }.faq-section .faq-desktop-cta { display: none; }.faq-mobile-cta { display: flex; justify-content: center; }
}
