:root {
  font-family: 'Manrope', 'Noto Sans Tamil', system-ui, sans-serif;
  color: #18233a;
  background: #fffdf9;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #18233a;
  --muted: #68748a;
  --blue: #3158e6;
  --blue-soft: #edf1ff;
  --violet: #7655e7;
  --coral: #ff6e4a;
  --mint: #16b978;
  --cream: #fff9ee;
  --line: #e2e6ee;
}

* { box-sizing: border-box; }
html, body, #root { width: 100%; max-width: 100%; margin: 0; }
html { scroll-behavior: smooth; }
body { min-width: 0; background: #fffdf9; }
body, button, a { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { flex: 0 0 auto; }
.page { width: 100%; max-width: 100%; overflow-x: clip; }
main,section { width: 100%; max-width: 100%; }
.container { width: min(1180px, 100%); margin-inline: auto; padding-inline: clamp(18px, 4vw, 34px); }
.hero-layout > *, .event-panel > *, .schedule-list > *, .outcomes-grid > *, .journey-layout > *, .why-grid > *, .faq-layout > *, .final-panel > * { min-width: 0; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 18px; color: #2849b9; background: #edf2ff; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-align: center; }
.announcement span { display: inline-flex; align-items: center; gap: 6px; }.announcement svg { width: 13px; }.announcement-date { color: #6e7891; font-weight: 700; }
.header { border-bottom: 1px solid rgba(47,67,103,.1); background: rgba(255,253,249,.92); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.logo { min-width: 0; display: flex; align-items: center; gap: 11px; }.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--blue); box-shadow: 0 9px 23px rgba(49,88,230,.24); }.logo-mark svg { width: 20px; }.logo > span:last-child { min-width: 0; display: flex; flex-direction: column; }.logo strong { font-size: 10px; letter-spacing: 1.1px; }.logo small { margin-top: 4px; color: #8b95a6; font-size: 6px; font-weight: 800; letter-spacing: 1px; }
.header nav { justify-self: center; display: flex; align-items: center; gap: 28px; }.header nav a { color: #5f6a80; font-size: 10px; font-weight: 700; }.header nav a:hover { color: var(--blue); }
.join { width: min(100%, 350px); min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 14px; color: white; background: #13bc72; box-shadow: 0 12px 28px rgba(19,188,114,.2); font-size: 12px; font-weight: 800; text-align: center; transition: transform .2s, box-shadow .2s; }.join:hover { transform: translateY(-2px); box-shadow: 0 16px 33px rgba(19,188,114,.28); }.join > svg:last-child { opacity: .72; }.join-small { width: auto; min-height: 43px; padding-inline: 15px; border-radius: 11px; font-size: 9px; box-shadow: 0 8px 20px rgba(19,188,114,.16); }

.hero { position: relative; overflow: clip; padding: 92px 0 100px; background: radial-gradient(circle at 85% 15%, #f0eaff 0, transparent 25%), radial-gradient(circle at 8% 85%, #e8f8f3 0, transparent 24%), linear-gradient(135deg,#fffdf9 0%,#f7f9ff 64%,#fffafa 100%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }.shape-a { width: 420px; height: 420px; top: -120px; right: -230px; border: 1px solid rgba(71,83,205,.12); }.shape-b { width: 150px; height: 150px; left: -80px; bottom: 50px; background: rgba(255,110,74,.06); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, .86fr); align-items: center; gap: clamp(50px, 8vw, 105px); }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: #4e67c0; font-size: 8px; font-weight: 800; letter-spacing: 1.6px; }.kicker > span { width: 28px; height: 2px; border-radius: 2px; background: var(--coral); }
.hero h1 { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin: 20px 0 15px; font-family: 'Manrope','Noto Sans Tamil',sans-serif; line-height: 1.2; letter-spacing: -2px; }.hero h1 > span { display: block; max-width: 100%; overflow-wrap: anywhere; }.free-title { font-size: clamp(45px,5.4vw,72px); font-weight: 800; }.music-title { position: relative; color: var(--blue); font-size: clamp(47px,5.2vw,70px); font-weight: 800; }.music-title::after { content: ''; position: absolute; z-index: -1; left: 0; right: 5%; bottom: 4px; height: 11px; border-radius: 10px; background: #ffd9cf; transform: rotate(-1deg); }.tamil-title { font-size: clamp(43px,5.1vw,68px); font-weight: 700; }
.offer-line { width: fit-content; max-width: 100%; margin: 0 0 18px; padding: 8px 12px; border: 1px solid #dce2f0; border-radius: 999px; color: #4c5c78; background: rgba(255,255,255,.75); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.hero-description { max-width: 570px; margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil','Manrope',sans-serif; font-size: 13px; line-height: 1.9; }.hero-description strong { color: var(--ink); font-family: 'Manrope'; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 27px; }.learn-link { display: inline-flex; align-items: center; gap: 9px; color: #4d5b72; font-size: 10px; font-weight: 800; }.learn-link > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #d7deea; border-radius: 50%; color: var(--blue); background: white; }.learn-link svg { width: 13px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }.hero-trust span { display: flex; align-items: center; gap: 5px; color: #6f7b90; font-size: 8px; font-weight: 700; }.hero-trust svg { width: 15px; height: 15px; padding: 3px; border-radius: 50%; color: white; background: var(--mint); }

.hero-visual { position: relative; width: 100%; max-width: 520px; justify-self: end; padding: 18px; }.hero-visual::before { content: ''; position: absolute; inset: 6% -4% -5% 5%; border-radius: 32px; background: #dfe7ff; transform: rotate(4deg); }.image-frame { position: relative; z-index: 2; overflow: hidden; padding: 8px; border: 1px solid #d9e0ed; border-radius: 28px; background: white; box-shadow: 0 28px 65px rgba(38,54,89,.17); transform: rotate(-1deg); }.image-frame picture { display: block; }.image-frame img { width: 100%; aspect-ratio: .96 / 1; object-fit: cover; object-position: 49% center; border-radius: 21px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; background: rgba(255,255,255,.91); box-shadow: 0 13px 30px rgba(35,51,82,.15); backdrop-filter: blur(12px); }.floating-card > svg { width: 19px; color: var(--blue); }.floating-card > span:last-child { display: flex; flex-direction: column; }.floating-card small { color: #8894a8; font-size: 6px; font-weight: 800; letter-spacing: 1px; }.floating-card strong { margin-top: 3px; font-size: 9px; }.floating-date { top: 42px; left: -4px; }.floating-live { right: -3px; bottom: 72px; }.live-pulse { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #18c77b; box-shadow: 0 0 0 5px rgba(24,199,123,.13); }
.visual-caption { position: absolute; z-index: 4; left: 52px; right: 52px; bottom: 8px; min-width: 0; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.84); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 14px 30px rgba(31,46,75,.15); backdrop-filter: blur(14px); }.visual-caption > svg { width: 23px; color: var(--coral); }.visual-caption > span { min-width: 0; display: flex; flex-direction: column; }.visual-caption small { color: #7d899e; font-size: 6px; font-weight: 800; letter-spacing: 1px; }.visual-caption strong { overflow: hidden; margin-top: 3px; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }.visual-note { position: absolute; z-index: 3; color: rgba(49,88,230,.27); font-size: 28px; font-weight: 800; }.note-one { top: 4px; right: 5px; transform: rotate(12deg); }.note-two { bottom: 14px; left: 5px; transform: rotate(-12deg); }

.event-section { position: relative; z-index: 5; margin-top: -52px; padding-bottom: 88px; }.event-panel { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 18px; }.schedule-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding: 12px; border: 1px solid #dfe4ed; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(37,53,84,.09); }.schedule-item { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 14px; }.schedule-item + .schedule-item { border-left: 1px solid #e5e8ef; }.schedule-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; }.schedule-icon svg { width: 19px; }.schedule-icon.cobalt { color: var(--blue); background: #edf1ff; }.schedule-icon.coral { color: var(--coral); background: #fff0eb; }.schedule-icon.mint { color: #10a56a; background: #e8f8f2; }.schedule-item > span:last-child { min-width: 0; display: flex; flex-direction: column; }.schedule-item small { color: #8b95a7; font-size: 6px; font-weight: 800; letter-spacing: 1px; }.schedule-item strong { overflow-wrap: anywhere; margin-top: 5px; font-size: 11px; }
.countdown-block { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 11px; padding: 17px 19px; border: 1px solid #dfe4ed; border-radius: 22px; background: white; box-shadow: 0 18px 45px rgba(37,53,84,.09); }.countdown-heading { display: flex; align-items: center; gap: 9px; }.countdown-heading > span:last-child { display: flex; flex-direction: column; }.countdown-heading strong { font-family: 'Noto Sans Tamil'; font-size: 9px; }.countdown-heading small { margin-top: 3px; color: #9aa4b4; font-size: 5.5px; font-weight: 800; letter-spacing: 1px; }.countdown { min-width: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; }.time-unit { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 3px; }.time-unit strong { width: 100%; min-height: 41px; display: grid; place-items: center; border: 1px solid #dfe5f0; border-radius: 9px; color: var(--blue); background: #f8faff; font-size: 16px; }.time-unit small { color: #929caf; font-size: 5.5px; font-weight: 800; }.time-unit b { position: absolute; top: 10px; right: -5px; color: #b8c0ce; }

.outcomes-section { padding: 90px 0; background: #fff; }.section-heading { max-width: 670px; margin: 0 auto 38px; text-align: center; }.section-label { display: inline-flex; align-items: center; gap: 7px; color: #4e6ccc; font-size: 7px; font-weight: 800; letter-spacing: 1.5px; }.section-label svg { width: 14px; }.section-heading h2 { margin: 10px 0 7px; font-size: clamp(31px,4vw,44px); letter-spacing: -1.3px; }.section-heading p { margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 10px; line-height: 1.7; }.section-heading.compact { margin-bottom: 30px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }.outcome-card { position: relative; min-width: 0; min-height: 220px; padding: 23px 19px; overflow: hidden; border: 1px solid #e1e5ed; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(31,49,81,.045); transition: transform .2s, box-shadow .2s; }.outcome-card:hover { transform: translateY(-4px); box-shadow: 0 17px 36px rgba(31,49,81,.09); }.outcome-number { position: absolute; top: 16px; right: 17px; color: #d9dee8; font-size: 9px; font-weight: 800; }.outcome-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 14px; }.outcome-icon svg { width: 22px; }.outcome-icon.cobalt { color: var(--blue); background: #edf1ff; }.outcome-icon.violet { color: var(--violet); background: #f2edff; }.outcome-icon.mint { color: #10a56a; background: #e8f8f2; }.outcome-icon.coral { color: var(--coral); background: #fff0eb; }.outcome-icon.sky { color: #3980a0; background: #eaf6fb; }.outcome-card h3 { margin: 0; font-size: 17px; }.outcome-card p { margin: 7px 0 0; color: #768297; font-family: 'Noto Sans Tamil'; font-size: 9px; line-height: 1.7; }

.journey-section { padding: 95px 0; background: #f5f7fc; }.journey-layout { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); align-items: center; gap: clamp(45px,7vw,85px); }.journey-intro h2 { overflow-wrap: anywhere; margin: 11px 0 10px; font-family: 'Noto Sans Tamil'; font-size: clamp(31px,4vw,46px); line-height: 1.45; letter-spacing: -1px; }.journey-intro > p { margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 10px; line-height: 1.9; }.promise-card { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding: 15px; border: 1px solid #dfe4ee; border-radius: 15px; background: white; }.promise-card > svg { width: 38px; height: 38px; padding: 9px; border-radius: 11px; color: var(--violet); background: #f1edff; }.promise-card > span { display: flex; flex-direction: column; }.promise-card strong { font-size: 10px; }.promise-card small { margin-top: 4px; color: #7f8a9d; font-family: 'Noto Sans Tamil'; font-size: 7px; }
.days-list { display: grid; gap: 10px; }.day-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid #dfe4ed; border-radius: 16px; background: white; box-shadow: 0 8px 24px rgba(35,51,82,.035); }.day-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #edf1ff; }.day-icon svg { width: 20px; }.day-card:nth-child(2) .day-icon { color: var(--coral); background: #fff0eb; }.day-card:nth-child(3) .day-icon { color: var(--violet); background: #f2edff; }.day-card:nth-child(4) .day-icon { color: #10a56a; background: #e8f8f2; }.day-card small { color: #5571cd; font-size: 6px; font-weight: 800; letter-spacing: 1px; }.day-card h3 { overflow-wrap: anywhere; margin: 3px 0 2px; font-size: 12px; }.day-card p { margin: 0; color: #7a8699; font-family: 'Noto Sans Tamil'; font-size: 7.5px; }.day-card > svg { width: 18px; height: 18px; padding: 4px; border-radius: 50%; color: white; background: var(--mint); }

.why-section { padding: 90px 0; background: #fff; }.why-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.why-grid article { min-width: 0; display: flex; gap: 14px; padding: 22px; border: 1px solid #e1e5ed; border-radius: 18px; background: #fffdf9; }.why-grid article > span { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #edf1ff; }.why-grid article:nth-child(2) > span { color: #10a56a; background: #e8f8f2; }.why-grid article:nth-child(3) > span { color: var(--coral); background: #fff0eb; }.why-grid svg { width: 21px; }.why-grid h3 { margin: 2px 0 5px; font-family: 'Noto Sans Tamil'; font-size: 12px; }.why-grid p { margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 8px; line-height: 1.8; }

.faq-section { padding: 95px 0; background: #f7f8fc; }.faq-layout { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(45px,7vw,85px); }.faq-copy { width: 100%; }.faq-copy h2 { overflow-wrap: anywhere; margin: 10px 0 9px; font-family: 'Noto Sans Tamil'; font-size: clamp(29px,3.5vw,40px); line-height: 1.5; }.faq-copy > p { margin: 0 0 22px; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 9px; line-height: 1.8; }.faq-copy .join { min-height: 54px; font-size: 10px; }.faq-list { border-top: 1px solid #dce2eb; }.faq-item { border-bottom: 1px solid #dce2eb; }.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }.faq-item button span { font-family: 'Noto Sans Tamil'; font-size: 11px; font-weight: 700; }.faq-item button svg { width: 18px; color: #7a8699; transition: transform .2s; }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 8.5px; line-height: 1.9; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 35px 20px 0; }.faq-item.open button svg { color: var(--blue); transform: rotate(180deg); }

.final-section { padding: 0 0 85px; background: #f7f8fc; }.final-panel { min-height: 245px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 43px 50px; overflow: hidden; border: 1px solid #dce3ef; border-radius: 28px; background: radial-gradient(circle at 95% 0,#ece8ff,transparent 32%),radial-gradient(circle at 0 100%,#e5f8f1,transparent 30%),#fff; box-shadow: 0 22px 48px rgba(36,53,86,.09); }.final-mark { width: 73px; height: 73px; display: grid; place-items: center; border-radius: 22px; color: white; background: var(--blue); box-shadow: 0 14px 28px rgba(49,88,230,.2); transform: rotate(-4deg); }.final-mark svg { width: 31px; }.final-copy small { color: #5570ca; font-size: 7px; font-weight: 800; letter-spacing: 1.3px; }.final-copy h2 { overflow-wrap: anywhere; margin: 6px 0 4px; font-size: clamp(25px,3.1vw,36px); }.final-copy p { margin: 0; color: #748096; font-size: 9px; }.final-panel .join { width: auto; min-width: 260px; min-height: 56px; font-size: 11px; }
footer { min-height: 80px; display: flex; align-items: center; border-top: 1px solid #e3e7ee; color: #818b9d; background: #fffdf9; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 8px; }.footer-inner span { display: flex; align-items: center; gap: 6px; }.footer-inner svg { width: 15px; color: var(--blue); }.footer-inner small { font-size: 8px; }

.gallery-section { padding: 105px 0; overflow: clip; background: #fff; }
.gallery-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(38px,4.5vw,62px); }
.gallery-stage { position: relative; aspect-ratio: 1.5/1; overflow: hidden; border: 8px solid white; border-radius: 27px; background: #e9edf6; box-shadow: 0 26px 60px rgba(31,48,79,.17); }
.gallery-stage::after { content: ''; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent,rgba(15,28,53,.42)); pointer-events: none; }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .7s ease,transform 1.2s ease; }
.gallery-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.gallery-slide picture,.gallery-slide img { width: 100%; height: 100%; }
.gallery-slide img { object-fit: cover; }
.gallery-count { position: absolute; z-index: 3; left: 22px; bottom: 17px; display: flex; align-items: baseline; gap: 5px; color: white; }.gallery-count strong { font-size: 27px; }.gallery-count span { font-size: 11px; opacity: .65; }
.gallery-copy .section-label { margin-bottom: 18px; }.slide-copy { animation: slideCopy .45s ease both; }.slide-copy > small { display: inline-block; margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }.slide-copy h2 { overflow-wrap: anywhere; margin: 0 0 13px; font-family: 'Noto Sans Tamil'; font-size: clamp(32px,3.8vw,45px); line-height: 1.48; letter-spacing: -1px; }.slide-copy p { margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 15px; line-height: 1.9; }
.gallery-controls { display: flex; align-items: center; gap: 14px; margin-top: 25px; }.gallery-controls > button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #d9e0eb; border-radius: 50%; color: var(--blue); background: white; cursor: pointer; transition: background .2s,color .2s; }.gallery-controls > button:hover { color: white; background: var(--blue); }.gallery-controls svg { width: 18px; }.gallery-dots { display: flex; align-items: center; gap: 7px; }.gallery-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #cfd6e3; cursor: pointer; transition: width .25s,background .25s; }.gallery-dots button.active { width: 27px; background: var(--blue); }

.bonus-section { padding: 95px 0; background: #fff; }
.bonus-panel { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr) auto; align-items: center; gap: 30px; padding: 38px; overflow: hidden; border: 2px solid #dbe4ff; border-radius: 28px; background: radial-gradient(circle at 0 100%,#e8faf2,transparent 27%),radial-gradient(circle at 100% 0,#eee9ff,transparent 28%),linear-gradient(135deg,#f8faff,#fff); box-shadow: 0 24px 55px rgba(38,58,99,.1); }
.bonus-copy h2 { margin: 9px 0 8px; font-size: clamp(31px,3.2vw,42px); line-height: 1.15; letter-spacing: -1.2px; }
.bonus-copy p { margin: 0; color: var(--muted); font-family: 'Noto Sans Tamil'; font-size: 14px; font-weight: 600; line-height: 1.8; }
.bonus-grid { display: grid; gap: 10px; }
.bonus-grid article { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid #dfe5ef; border-radius: 16px; background: rgba(255,255,255,.92); }
.bonus-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #edf2ff; }.bonus-icon svg { width: 21px; }
.bonus-icon.training { color: #0da66a; background: #e8f8f1; }
.bonus-grid article > div { min-width: 0; }.bonus-grid small { color: #7185cf; font-size: 9px; font-weight: 850; letter-spacing: 1px; }.bonus-grid h3 { margin: 3px 0 2px; font-size: 16px; font-weight: 850; }.bonus-grid p { margin: 0; color: #778399; font-family: 'Noto Sans Tamil'; font-size: 12px; font-weight: 600; }
.bonus-action { display: flex; flex-direction: column; align-items: center; gap: 9px; }.bonus-action .join { width: 235px; }.bonus-action > small { display: flex; align-items: center; gap: 5px; color: #68758b; font-size: 10px; font-weight: 700; }.bonus-action > small svg { width: 14px; color: var(--mint); }

.floating-bottom-cta { position: fixed; z-index: 50; left: 50%; bottom: 20px; width: min(720px,calc(100% - 32px)); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 12px 11px 17px; border: 1px solid rgba(214,224,239,.95); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 20px 60px rgba(25,42,76,.23); backdrop-filter: blur(18px); transform: translateX(-50%); animation: floatingCtaIn .35s ease both; }
.floating-offer { min-width: 0; display: flex; align-items: center; gap: 10px; }.floating-offer > svg { width: 37px; height: 37px; padding: 9px; border-radius: 12px; color: var(--blue); background: #edf2ff; }.floating-offer > span { min-width: 0; display: flex; flex-direction: column; }.floating-offer small { color: #6e82ca; font-size: 8px; font-weight: 850; letter-spacing: 1px; }.floating-offer strong { margin-top: 2px; font-size: 14px; white-space: nowrap; }
.floating-bottom-cta .join-small { width: 250px; min-height: 52px; border-radius: 13px; font-size: 13px; }
@keyframes floatingCtaIn { from { opacity: 0; transform: translate(-50%,18px); } to { opacity: 1; transform: translate(-50%,0); } }

.testimonials-section { padding: 95px 0 105px; overflow: clip; background: #f5f7fc; }.testimonial-heading { margin-bottom: 40px; }.testimonial-marquee { width: 100%; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; cursor: grab; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }.testimonial-marquee:active { cursor: grabbing; }.testimonial-marquee::-webkit-scrollbar { display: none; }.testimonial-track { width: max-content; display: flex; gap: 14px; padding-block: 8px 18px; }.testimonial-card { width: clamp(330px,31vw,410px); min-height: 245px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #dfe4ed; border-radius: 20px; background: white; box-shadow: 0 12px 30px rgba(31,48,79,.06); }.testimonial-card > svg { width: 27px; color: #8ca0ea; }.testimonial-card > p { flex: 1; margin: 18px 0 24px; color: #344158; font-family: 'Noto Sans Tamil'; font-size: 15px; line-height: 1.9; }.testimonial-card > div { display: flex; align-items: center; gap: 11px; }.testimonial-card > div > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg,var(--blue),var(--violet)); font-size: 13px; font-weight: 800; }.testimonial-card strong { display: flex; flex-direction: column; font-size: 12px; }.testimonial-card small { margin-top: 3px; color: #8a95a7; font-size: 10px; font-weight: 600; }
@keyframes testimonialScroll { to { transform: translateX(calc(-50% - 7px)); } }
@keyframes slideCopy { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .header nav { display: none; }.header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .hero { padding: 75px 0 105px; }.hero-layout { grid-template-columns: minmax(0,1fr); gap: 55px; }.hero-copy { display: flex; flex-direction: column; align-items: center; text-align: center; }.hero h1 { align-items: center; }.offer-line { margin-inline: auto; }.hero-description { margin-inline: auto; }.hero-actions { justify-content: center; }.hero-trust { justify-content: center; }
  .hero-visual { justify-self: center; }.event-panel { grid-template-columns: minmax(0,1fr); max-width: 680px; }.event-section { margin-top: -55px; }.schedule-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .outcomes-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.journey-layout, .faq-layout { grid-template-columns: minmax(0,1fr); }.journey-intro, .faq-copy { max-width: 620px; margin-inline: auto; text-align: center; }.promise-card { width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }.faq-copy .join { margin-inline: auto; }.why-grid { grid-template-columns: minmax(0,1fr); max-width: 680px; margin-inline: auto; }
  .final-panel { grid-template-columns: auto minmax(0,1fr); }.final-panel .join { grid-column: 1/-1; width: min(100%,360px); min-width: 0; margin-inline: auto; }
  .gallery-layout { grid-template-columns: minmax(0,1fr); gap: 40px; }.gallery-stage { width: min(100%,760px); margin-inline: auto; }.gallery-copy { max-width: 670px; margin-inline: auto; text-align: center; }.gallery-controls { justify-content: center; }
  .bonus-panel { grid-template-columns: minmax(0,1fr); max-width: 720px; margin-inline: auto; }.bonus-copy { text-align: center; }.bonus-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.bonus-grid article { grid-template-columns: auto minmax(0,1fr); }.bonus-action .join { width: min(100%,360px); }
}

@media (max-width: 600px) {
  .container { padding-inline: clamp(15px,4.5vw,20px); }
  .announcement { min-height: 31px; font-size: 7px; }.announcement-date { display: none; }
  .header-inner { min-height: 66px; gap: 10px; }.logo-mark { width: 37px; height: 37px; border-radius: 11px; }.logo strong { font-size: 8px; }.logo small { font-size: 5px; }.header .join-small { width: 41px; min-width: 41px; height: 41px; padding: 0; }.header .join-small span,.header .join-small > svg:last-child { display: none; }
  .hero { padding: 58px 0 97px; }.hero-layout { gap: 36px; }.kicker { font-size: 6.5px; letter-spacing: 1.2px; }.hero h1 { width: 100%; gap: 0; margin: 15px 0 12px; line-height: 1.25; letter-spacing: -.9px; }.free-title { font-size: clamp(35px,10.8vw,46px); }.music-title { font-size: clamp(39px,10.5vw,42px); }.music-title::after { height: 7px; bottom: 3px; }.tamil-title { font-size: clamp(34px,10vw,43px); }.offer-line { padding: 7px 10px; font-size: 6.5px; letter-spacing: 1px; }.hero-description { font-size: 10px; line-height: 1.9; }.hero-actions { width: 100%; flex-direction: column; gap: 13px; margin-top: 21px; }.hero-actions .join { width: 100%; }.learn-link { font-size: 9px; }.hero-trust { gap: 8px 12px; margin-top: 15px; }.hero-trust span { font-size: 6.5px; }
  .hero-visual { max-width: 430px; padding: 12px; }.image-frame { padding: 6px; border-radius: 22px; }.image-frame img { aspect-ratio: 1.08/1; border-radius: 16px; }.floating-card { padding: 9px 10px; }.floating-date { top: 24px; left: 0; }.floating-live { right: 0; bottom: 58px; }.visual-caption { left: 34px; right: 34px; bottom: 2px; padding: 10px; }.visual-caption strong { font-size: 8px; }.visual-note { display: none; }
  .event-section { padding-bottom: 65px; }.event-panel { gap: 10px; }.schedule-list { grid-template-columns: minmax(0,1fr); gap: 0; padding: 8px 12px; border-radius: 18px; }.schedule-item { min-height: 65px; padding: 9px 4px; }.schedule-item + .schedule-item { border-left: 0; border-top: 1px solid #e5e8ef; }.schedule-icon { width: 39px; height: 39px; }.schedule-item strong { font-size: 11px; }.countdown-block { padding: 15px 12px; border-radius: 18px; }.countdown-heading { justify-content: center; }.countdown { gap: 5px; }.time-unit strong { min-height: 40px; font-size: 15px; }.time-unit b { right: -4px; }
  .outcomes-section { padding: 68px 0; }.section-heading { margin-bottom: 27px; }.section-heading h2 { font-size: 30px; }.section-heading p { font-size: 9px; }.outcomes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.outcome-card { min-height: 155px; padding: 17px 14px; }.outcome-card:last-child { grid-column: 1/-1; }.outcome-icon { width: 42px; height: 42px; margin-bottom: 17px; }.outcome-card h3 { font-size: 14px; }.outcome-card p { font-size: 8px; }.outcome-number { top: 12px; right: 13px; }
  .journey-section { padding: 70px 0; }.journey-intro h2 { font-size: 31px; }.journey-intro > p { font-size: 9px; }.promise-card { margin-top: 19px; }.days-list { gap: 8px; }.day-card { grid-template-columns: auto minmax(0,1fr); gap: 11px; padding: 13px; }.day-card > svg { display: none; }.day-icon { width: 40px; height: 40px; }.day-card h3 { font-size: 10px; }.day-card p { font-size: 7px; line-height: 1.6; }
  .why-section { padding: 68px 0; }.why-grid { gap: 9px; }.why-grid article { padding: 17px; }.why-grid h3 { font-size: 11px; }.why-grid p { font-size: 7.5px; }
  .faq-section { padding: 70px 0; }.faq-copy { max-width: 100%; }.faq-copy h2 { font-size: 28px; }.faq-copy .join { width: 100%; }.faq-item button { min-height: 68px; }.faq-item button span { font-size: 10px; }.faq-answer p { font-size: 8px; }
  .final-section { padding-bottom: 48px; }.final-panel { display: flex; flex-direction: column; gap: 15px; padding: 31px 18px; border-radius: 23px; text-align: center; }.final-mark { width: 59px; height: 59px; border-radius: 18px; }.final-copy h2 { font-size: 26px; }.final-copy p { font-size: 7.5px; }.final-panel .join { width: 100%; }
  footer { min-height: 90px; }.footer-inner { justify-content: center; }.footer-inner small { display: none; }
  .gallery-section { padding: 72px 0; }.gallery-layout { gap: 30px; }.gallery-stage { aspect-ratio: 1.28/1; border-width: 5px; border-radius: 20px; }.gallery-count { left: 15px; bottom: 12px; }.gallery-count strong { font-size: 22px; }.slide-copy h2 { font-size: 29px; }.slide-copy p { font-size: 13px; }.gallery-controls { margin-top: 20px; }.gallery-controls > button { width: 42px; height: 42px; }
  .bonus-section { padding: 68px 0; }.bonus-panel { gap: 22px; padding: 25px 20px; border-radius: 23px; }.bonus-copy h2 { font-size: 32px; }.bonus-copy p { font-size: 13px; }.bonus-grid { grid-template-columns: minmax(0,1fr); }.bonus-grid article { padding: 14px; }.bonus-grid h3 { font-size: 16px; }.bonus-grid p { font-size: 12px; }.bonus-action { width: 100%; }.bonus-action .join { width: 100%; }
  .floating-bottom-cta { bottom: max(9px,env(safe-area-inset-bottom)); width: calc(100% - 18px); gap: 8px; padding: 8px; border-radius: 17px; }.floating-offer { gap: 7px; }.floating-offer > svg { width: 34px; height: 34px; padding: 8px; }.floating-offer small { font-size: 7px; }.floating-offer strong { font-size: 11px; }.floating-bottom-cta .join-small { width: auto; min-width: 0; flex: 1; min-height: 50px; padding-inline: 10px; font-size: 12px; }
  .testimonials-section { padding: 72px 0 82px; }.testimonial-heading { margin-bottom: 28px; }.testimonial-marquee { -webkit-mask-image: none; mask-image: none; }.testimonial-card { width: min(82vw,340px); min-height: 230px; padding: 23px; }.testimonial-card > p { font-size: 14px; }.testimonial-track { animation-duration: 32s; }
}

@media (max-width: 340px) {
  .logo > span:last-child { max-width: 125px; }.free-title { font-size: 32px; }.music-title { font-size: 36px; }.tamil-title { font-size: 31px; }.hero-description { font-size: 9px; }.join { padding-inline: 12px; font-size: 10px; }.floating-card { transform: scale(.9); }.floating-date { left: -8px; }.floating-live { right: -8px; }.visual-caption { left: 20px; right: 20px; }.time-unit b { display: none; }
}

/* Readability pass for cold ad traffic. */
.announcement { font-size: 11px; }
.logo strong { font-size: 12px; }.logo small { font-size: 8px; }
.header nav a { font-size: 13px; }
.join { font-size: 15px; }.join-small { font-size: 11px; }
.kicker { font-size: 11px; }
.offer-line { font-size: 11px; }
.hero-description { font-size: 17px; }
.learn-link { font-size: 13px; }
.hero-trust span { font-size: 11px; }
.floating-card small,.visual-caption small { font-size: 9px; }.floating-card strong,.visual-caption strong { font-size: 12px; }
.schedule-item small { font-size: 10px; }.schedule-item strong { font-size: 15px; }
.countdown-heading strong { font-size: 13px; }.countdown-heading small { font-size: 8px; }.time-unit strong { font-size: 21px; }.time-unit small { font-size: 8px; }
.section-label { font-size: 10px; }.section-heading p { font-size: 14px; }
.outcome-card h3 { font-size: 20px; }.outcome-card p { font-size: 13px; }
.journey-intro > p { font-size: 14px; }.promise-card strong { font-size: 13px; }.promise-card small { font-size: 11px; }
.day-card small { font-size: 9px; }.day-card h3 { font-size: 16px; }.day-card p { font-size: 12px; }
.why-grid h3 { font-size: 16px; }.why-grid p { font-size: 13px; }
.faq-copy > p { font-size: 14px; }.faq-item button span { font-size: 15px; }.faq-answer p { font-size: 13px; }
.final-copy small { font-size: 10px; }.final-copy p { font-size: 13px; }
.footer-inner,.footer-inner small { font-size: 11px; }

@media (max-width: 600px) {
  .announcement { font-size: 9px; }.logo strong { font-size: 10px; }.logo small { font-size: 7px; }
  .kicker { font-size: 9px; }.offer-line { font-size: 9px; }.hero-description { font-size: 14px; }.learn-link { font-size: 12px; }.hero-trust span { font-size: 9px; }
  .floating-card small,.visual-caption small { font-size: 8px; }.floating-card strong,.visual-caption strong { font-size: 10px; }
  .schedule-item small { font-size: 9px; }.schedule-item strong { font-size: 14px; }.countdown-heading strong { font-size: 12px; }.countdown-heading small { font-size: 7px; }.time-unit strong { font-size: 18px; }.time-unit small { font-size: 7px; }
  .section-label { font-size: 9px; }.section-heading p { font-size: 12px; }.outcome-card h3 { font-size: 16px; }.outcome-card p { font-size: 11px; }
  .journey-intro > p { font-size: 12px; }.promise-card strong { font-size: 12px; }.promise-card small { font-size: 9px; }.day-card h3 { font-size: 13px; }.day-card p { font-size: 10.5px; }
  .why-grid h3 { font-size: 14px; }.why-grid p { font-size: 11px; }.faq-copy > p { font-size: 12px; }.faq-item button span { font-size: 13px; }.faq-answer p { font-size: 11px; }.final-copy p { font-size: 10px; }
}

/* Bold conversion pass: larger reading sizes, stronger cards and richer learner stories. */
.section-heading { max-width: 780px; }
.section-heading h2 { font-size: clamp(38px, 4.8vw, 56px); font-weight: 850; line-height: 1.22; letter-spacing: -1.8px; }
.section-heading p { max-width: 690px; margin-inline: auto; font-size: 16px; font-weight: 600; line-height: 1.9; }
.section-label { font-size: 11px; font-weight: 850; letter-spacing: 1.7px; }
.hero-description { font-size: 18px; font-weight: 550; }
.join { min-height: 62px; border-radius: 16px; font-size: 16px; }
.schedule-item strong { font-size: 17px; font-weight: 850; }
.outcome-card { min-height: 245px; padding: 26px 22px; border-width: 2px; }
.outcome-card h3 { font-size: 22px; font-weight: 850; }
.outcome-card p { font-size: 14px; font-weight: 600; }
.journey-intro > p { font-size: 16px; font-weight: 550; }
.day-card { min-height: 92px; padding: 18px 20px; border-width: 2px; }
.day-card h3 { font-size: 18px; font-weight: 850; }
.day-card p { font-size: 13px; font-weight: 550; }
.why-grid article { min-height: 150px; padding: 27px; border-width: 2px; }
.why-grid h3 { font-size: 19px; font-weight: 850; }
.why-grid p { font-size: 15px; font-weight: 550; }
.faq-item button span { font-size: 17px; font-weight: 800; }
.faq-answer p { font-size: 15px; font-weight: 550; }

.gallery-copy { padding: clamp(25px, 3.5vw, 42px); border: 2px solid #e1e6f2; border-radius: 26px; background: linear-gradient(145deg, #ffffff, #f7f9ff); box-shadow: 0 22px 55px rgba(35, 52, 85, .08); }
.slide-copy > small { margin-bottom: 12px; font-size: 12px; }
.slide-copy h2 { font-size: clamp(36px, 3.3vw, 46px); font-weight: 850; line-height: 1.42; }
.slide-copy p { font-size: 17px; font-weight: 600; line-height: 1.9; }

.testimonials-section { padding: 110px 0 125px; background: radial-gradient(circle at 6% 12%, #eaf0ff 0, transparent 22%), radial-gradient(circle at 94% 82%, #e9f9f2 0, transparent 22%), #f6f8fc; }
.testimonial-heading { margin-bottom: 48px; }
.testimonial-swipe-hint { display: none; }
.testimonial-track { gap: 20px; padding-block: 10px 24px; }
.testimonial-card { position: relative; width: clamp(410px, 38vw, 470px); min-height: 390px; padding: 32px; overflow: hidden; border: 2px solid #dfe5f0; border-radius: 26px; background: linear-gradient(165deg, #fff 0%, #fff 74%, #f8faff 100%); box-shadow: 0 20px 48px rgba(31, 48, 79, .09); }
.testimonial-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.testimonial-card.story-2::before { background: linear-gradient(90deg, var(--coral), #ffb146); }
.testimonial-card.story-3::before { background: linear-gradient(90deg, var(--mint), #61d5ad); }
.testimonial-card.story-4::before { background: linear-gradient(90deg, var(--violet), #b96fe7); }
.testimonial-card.story-5::before { background: linear-gradient(90deg, #2589b1, var(--blue)); }
.testimonial-card .testimonial-top { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.testimonial-card .testimonial-top > span { width: auto; height: auto; display: inline-flex; padding: 8px 11px; border-radius: 999px; color: #3d5fcb; background: #edf2ff; font-size: 10px; font-weight: 850; letter-spacing: 1.4px; }
.testimonial-card .testimonial-top svg { width: 31px; height: 31px; color: #7f95e7; }
.testimonial-card > p { flex: 0 0 auto; margin: 24px 0 22px; color: #202d46; font-size: 17px; font-weight: 650; line-height: 1.85; }
.testimonial-card .learner-profile { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 20px; border-top: 1px solid #e4e8f0; }
.testimonial-card .learner-profile > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; color: white; background: linear-gradient(145deg, var(--blue), var(--violet)); font-size: 17px; font-weight: 850; }
.testimonial-card .learner-profile > strong { display: flex; flex-direction: column; font-size: 15px; font-weight: 850; }
.testimonial-card .learner-profile small { margin-top: 4px; color: #758197; font-size: 11px; font-weight: 650; }

@media (max-width: 600px) {
  .section-heading h2 { font-size: clamp(32px, 9.6vw, 40px); line-height: 1.32; letter-spacing: -1.1px; }
  .section-heading p { font-size: 14px; line-height: 1.85; }
  .section-label { font-size: 10px; }
  .hero-description { font-size: 16px; line-height: 1.85; }
  .join { min-height: 60px; font-size: 15px; }
  .schedule-item strong { font-size: 16px; }
  .outcome-card { min-height: 180px; padding: 20px 17px; }
  .outcome-card h3 { font-size: 18px; }.outcome-card p { font-size: 12.5px; }
  .journey-intro > p { font-size: 14px; }.day-card { min-height: 96px; padding: 15px; }.day-card h3 { font-size: 15px; }.day-card p { font-size: 12px; }
  .why-grid article { min-height: 136px; padding: 21px; }.why-grid h3 { font-size: 17px; }.why-grid p { font-size: 13px; }
  .faq-item button span { font-size: 15px; }.faq-answer p { font-size: 13px; }
  .gallery-copy { padding: 25px 21px; border-radius: 22px; text-align: left; }
  .slide-copy h2 { font-size: 33px; line-height: 1.46; }.slide-copy p { font-size: 15px; }
  .gallery-controls { justify-content: flex-start; }
  .testimonials-section { padding: 82px 0 92px; }.testimonial-heading { margin-bottom: 34px; }
  .testimonial-swipe-hint { display: block; margin-top: 13px; color: #4f68bd; font-size: 11px; font-weight: 800; letter-spacing: .35px; }
  .testimonial-track { gap: 14px; }
  .testimonial-card { width: min(88vw, 380px); min-height: 420px; padding: 27px 23px; border-radius: 23px; }
  .testimonial-card > p { font-size: 15px; line-height: 1.85; }
  .testimonial-card .learner-profile > strong { font-size: 14px; }
  .testimonial-card .learner-profile small { font-size: 10px; }
}

/* Compact, high-impact mobile rhythm for paid-ad traffic. */
@media (max-width: 600px) {
  .announcement { min-height: 28px; padding-block: 4px; font-size: 9.5px; }
  .header-inner { min-height: 60px; }
  .hero { padding: 44px 0 76px; }
  .hero-layout { gap: 25px; }
  .hero h1 { margin-block: 12px 9px; }
  .hero-description { font-size: 17px; line-height: 1.8; }
  .hero-actions { gap: 10px; margin-top: 17px; }
  .hero-trust { margin-top: 12px; }
  .hero-trust span { font-size: 10px; }
  .hero-visual { padding: 8px; }
  .floating-date { top: 17px; }.floating-live { bottom: 53px; }

  .event-section { padding-bottom: 46px; }
  .event-panel { gap: 8px; }
  .schedule-list { padding-block: 5px; }
  .schedule-item { min-height: 61px; }
  .schedule-item strong { font-size: 17px; }
  .countdown-block { gap: 8px; padding-block: 13px; }
  .countdown-heading strong { font-size: 13px; }

  .outcomes-section { padding: 48px 0; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2 { font-size: clamp(34px, 10.2vw, 42px); }
  .section-heading p { font-size: 15px; line-height: 1.8; }
  .outcome-card { min-height: 166px; padding: 18px 16px; }
  .outcome-icon { width: 40px; height: 40px; margin-bottom: 12px; }
  .outcome-card h3 { font-size: 20px; }
  .outcome-card p { font-size: 14px; line-height: 1.65; }

  .journey-section { padding: 50px 0; }
  .journey-layout, .faq-layout { gap: 26px; }
  .journey-intro h2 { margin-block: 8px; font-size: 34px; }
  .journey-intro > p { font-size: 15px; line-height: 1.8; }
  .promise-card { margin-top: 14px; padding: 12px; }
  .promise-card strong { font-size: 13px; }.promise-card small { font-size: 10px; }
  .days-list { gap: 7px; }
  .day-card { min-height: 84px; padding: 13px; }
  .day-card h3 { font-size: 17px; }.day-card p { font-size: 13.5px; }

  .gallery-section { padding: 50px 0; }
  .gallery-layout { gap: 21px; }
  .gallery-stage { aspect-ratio: 1.5 / 1; }
  .gallery-copy { padding: 22px 19px; }
  .gallery-copy .section-label { margin-bottom: 12px; }
  .slide-copy > small { margin-bottom: 8px; font-size: 11px; }
  .slide-copy h2 { margin-bottom: 9px; font-size: 35px; line-height: 1.42; }
  .slide-copy p { font-size: 16px; line-height: 1.8; }
  .gallery-controls { margin-top: 15px; }

  .why-section { padding: 48px 0; }
  .section-heading.compact { margin-bottom: 20px; }
  .why-grid article { min-height: 121px; padding: 18px; }
  .why-grid h3 { font-size: 19px; }.why-grid p { font-size: 14.5px; line-height: 1.7; }

  .bonus-section { padding: 48px 0; }
  .bonus-panel { gap: 18px; padding: 22px 18px; }
  .bonus-copy h2 { margin-block: 7px; font-size: 34px; }
  .bonus-copy p { font-size: 14px; line-height: 1.75; }
  .bonus-grid { gap: 8px; }
  .bonus-grid h3 { font-size: 18px; }.bonus-grid p { font-size: 13px; }
  .bonus-action > small { font-size: 10px; }

  .testimonials-section { padding: 58px 0 66px; }
  .testimonial-heading { margin-bottom: 25px; }
  .testimonial-card { min-height: 405px; padding: 24px 21px; }
  .testimonial-card > p { margin-block: 19px 17px; font-size: 16px; line-height: 1.8; }
  .testimonial-card .learner-profile { margin-top: 17px; padding-top: 16px; }
  .testimonial-card .learner-profile > strong { font-size: 15px; }
  .testimonial-card .learner-profile small { font-size: 11px; }

  .faq-section { padding: 50px 0; }
  .faq-copy h2 { margin-block: 7px; font-size: 32px; }
  .faq-copy > p { margin-bottom: 15px; font-size: 14px; }
  .faq-item button { min-height: 62px; }
  .faq-item button span { font-size: 17px; }
  .faq-answer p { font-size: 14px; }
  .final-section { padding-bottom: 34px; }
  .final-panel { gap: 11px; padding-block: 25px; }
  footer { min-height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
  .testimonial-track { width: max-content; }
}

/* Mobile-first paid-ad opening: one strong image, one offer, one action. */
.hero-layout { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.hero-copy { order: 1; }
.hero-learner-collage {
  position: relative;
  order: 2;
  width: 100%;
  max-width: 600px;
  justify-self: end;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #dce3ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 64px rgba(35,52,85,.16);
}
.hero-learner-collage picture { display: block; overflow: hidden; border-radius: 21px; }
.hero-learner-collage img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-learner-collage > span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #18233a;
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 24px rgba(20,34,60,.15);
  font-size: 12px;
  font-weight: 850;
}
.kicker { gap: 0; color: #3158e6; font-size: clamp(15px,1.5vw,20px); letter-spacing: 2px; }
.kicker > span { display: none; }
.music-title::after { display: none; }
.offer-line {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #18233a;
  background: transparent;
  font-size: clamp(17px,1.7vw,23px);
  font-weight: 900;
  letter-spacing: .25px;
}
.hero-trust { margin-top: 18px; }
.hero-actions { margin-top: 23px; }
.event-section { margin-top: 0; padding-top: 24px; }
.faq-layout-simple { grid-template-columns: minmax(0,1fr); max-width: 840px; }
.faq-heading { margin-bottom: 24px; }

@media (max-width: 600px) {
  .hero { padding: 14px 0 28px; }
  .hero-layout { display: flex; flex-direction: column; gap: 22px; }
  .hero-learner-collage { order: -1; max-width: none; padding: 5px; border-radius: 21px; box-shadow: 0 16px 38px rgba(35,52,85,.14); }
  .hero-learner-collage picture { border-radius: 16px; }
  .hero-learner-collage > span { left: 14px; bottom: 14px; padding: 7px 10px; font-size: 10px; }
  .hero-copy { width: 100%; }
  .kicker { font-size: clamp(15px,4.5vw,18px); letter-spacing: 1.45px; }
  .hero h1 { margin: 13px 0 10px; line-height: 1.18; }
  .free-title { font-size: clamp(38px,11.8vw,48px); }
  .music-title { font-size: clamp(42px,12.6vw,51px); }
  .tamil-title { font-size: clamp(39px,11.8vw,48px); }
  .offer-line { margin-bottom: 13px; font-size: clamp(17px,5.1vw,21px); line-height: 1.35; }
  .hero-description { font-size: 16px; line-height: 1.7; }
  .hero-trust { justify-content: center; gap: 8px 12px; margin-top: 14px; }
  .hero-trust span { font-size: 10px; }
  .hero-actions { margin-top: 17px; }
  .event-section { margin-top: 0; padding-top: 12px; padding-bottom: 42px; }
  .faq-layout-simple { gap: 0; }
  .faq-heading { margin-bottom: 19px; }
  .faq-heading h2 { font-size: clamp(31px,9.4vw,39px); }
}

@media (max-width: 340px) {
  .free-title { font-size: 36px; }
  .music-title { font-size: 39px; }
  .tamil-title { font-size: 36px; }
  .offer-line { font-size: 16px; }
}

/* Compact panoramic hero and stronger event readability. */
.hero-learner-collage img { aspect-ratio: 2.6 / 1; }

@media (max-width: 600px) {
  .hero-learner-collage { padding: 4px; border-radius: 18px; }
  .hero-learner-collage picture { border-radius: 14px; }
  .hero-learner-collage img { aspect-ratio: 2.6 / 1; }
  .music-title {
    align-self: center;
    overflow-wrap: normal !important;
    white-space: nowrap;
    font-size: clamp(36px,10.8vw,44px);
  }
  .schedule-item { min-height: 72px; gap: 12px; }
  .schedule-icon { width: 44px; height: 44px; }
  .schedule-icon svg { width: 21px; }
  .schedule-item small { font-size: 11px; letter-spacing: 1.15px; }
  .schedule-item strong { margin-top: 4px; font-size: 18px; line-height: 1.35; }
  .countdown-heading strong { font-size: 15px; }
  .countdown-heading small { font-size: 9px; }
  .time-unit strong { min-height: 46px; font-size: 23px; }
  .time-unit small { font-size: 9px; }
}

@media (max-width: 340px) {
  .music-title { font-size: clamp(28px,10.5vw,34px); }
  .schedule-item strong { font-size: 17px; }
}

/* Compact section rhythm for mobile ad traffic. */
.event-section { padding-bottom: 52px; }
.outcomes-section { padding: 62px 0; }
.bonus-section { padding: 58px 0; }
.testimonials-section { padding: 68px 0 74px; }
.faq-section { padding: 58px 0; }
.final-section { padding-bottom: 48px; }

@media (max-width: 600px) {
  .hero h1 { margin-bottom: 11px; }
  .event-section { padding-top: 10px; padding-bottom: 25px; }
  .outcomes-section { padding: 33px 0 29px; }
  .outcomes-section .section-heading { margin-bottom: 18px; }
  .bonus-section { padding: 29px 0; }
  .bonus-panel { gap: 15px; }
  .testimonials-section { padding: 39px 0 43px; }
  .testimonial-heading { margin-bottom: 20px; }
  .faq-section { padding: 35px 0; }
  .faq-heading { margin-bottom: 14px; }
  .final-section { padding-bottom: 24px; }
  .final-panel { padding-block: 22px; }
  footer { min-height: 60px; }
}

/* High-intent CTA motion: visible, premium and never flashing. */
.join {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  animation: ctaGlow 2.6s ease-in-out infinite;
}
.join::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -35%;
  bottom: -35%;
  left: -38%;
  width: 24%;
  opacity: 0;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);
  transform: skewX(-18deg);
  animation: ctaShine 3.4s ease-in-out infinite;
}
.join > * { position: relative; z-index: 1; }
.join > svg:first-child { animation: ctaIconBeat 2.6s ease-in-out infinite; }
.join > svg:last-child { animation: ctaArrowNudge 1.35s ease-in-out infinite; }
.floating-bottom-cta .join { animation-duration: 2.15s; }

@keyframes ctaGlow {
  0%,100% { box-shadow: 0 12px 28px rgba(19,188,114,.20),0 0 0 0 rgba(19,188,114,.24); }
  48% { box-shadow: 0 16px 34px rgba(19,188,114,.30),0 0 0 9px rgba(19,188,114,0); }
}
@keyframes ctaShine {
  0%,58% { left: -38%; opacity: 0; }
  66% { opacity: .9; }
  86% { left: 118%; opacity: 0; }
  100% { left: 118%; opacity: 0; }
}
@keyframes ctaIconBeat {
  0%,38%,100% { transform: scale(1); }
  46% { transform: scale(1.12); }
  54% { transform: scale(1); }
  62% { transform: scale(1.08); }
}
@keyframes ctaArrowNudge {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
  .join,.join::before,.join > svg:first-child,.join > svg:last-child { animation: none !important; }
}

/* Heading rhythm after removing the small eyebrow labels. */
.outcomes-section .section-heading h2,
.bonus-copy h2,
.faq-heading h2 { margin-top: 0; }
.outcomes-section .section-heading { margin-bottom: 28px; }
.faq-heading { margin-bottom: 20px; }

@media (max-width: 600px) {
  .outcomes-section .section-heading { margin-bottom: 15px; }
  .bonus-copy h2 { margin-bottom: 8px; }
  .faq-heading { margin-bottom: 11px; }
}

/* Final viewport containment for narrow social-media webviews. */
html,body,#root { overflow-x: clip; }
.container,.hero-copy,.event-panel,.countdown-block,.outcomes-grid,.bonus-panel,.testimonial-marquee,.faq-layout,.final-panel { max-width: 100%; }
.testimonial-marquee { contain: inline-size; }

@media (max-width: 300px) {
  .container { padding-inline: 11px; }
  .free-title { font-size: 31px; }
  .music-title { font-size: 28px; }
  .tamil-title { font-size: 31px; }
  .kicker { font-size: 12px; letter-spacing: 1px; }
  .hero-description { font-size: 14px; }
  .floating-offer { display: none; }
  .floating-bottom-cta .join-small { width: 100%; }
}

/* Stronger CTA typography and a clearer final conversion block. */
.join {
  min-height: 64px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05px;
}
.join-small {
  min-height: 50px;
  font-size: 14px;
  font-weight: 900;
}
.final-copy small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.final-copy h2 {
  margin: 8px 0 7px;
  font-size: clamp(31px,3.5vw,42px);
  font-weight: 900;
  line-height: 1.15;
}
.final-copy p {
  color: #536079;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}
.final-panel .join { min-height: 64px; font-size: 18px; }

@media (max-width: 600px) {
  .join { min-height: 64px; padding-inline: 16px; font-size: 17px; }
  .floating-bottom-cta .join-small { min-height: 52px; font-size: 14px; }
  .final-copy small { font-size: 11px; }
  .final-copy h2 { font-size: clamp(30px,9vw,36px); }
  .final-copy p { font-size: 14px; }
  .final-panel .join { font-size: 17px; }
}

@media (max-width: 340px) {
  .join { gap: 7px; padding-inline: 10px; font-size: 15px; }
  .floating-bottom-cta .join-small { font-size: 13px; }
  .final-copy h2 { font-size: 28px; }
  .final-copy p { font-size: 13px; }
}

@media (max-width: 300px) {
  .floating-bottom-cta .join-small { font-size: 15px; }
}

/* Extra-strong mobile CTA and schedule hierarchy. */
@media (max-width: 600px) {
  .join,
  .final-panel .join,
  .floating-bottom-cta .join-small {
    min-height: 66px;
    font-size: clamp(18px,5.25vw,21px);
    font-weight: 950;
    letter-spacing: -.15px;
  }
  .join { gap: 9px; }
  .join span { white-space: nowrap; }
  .join > svg:last-child { display: none; }
  .floating-offer { display: none; }
  .floating-bottom-cta .join-small { width: 100%; flex: 1; }

  .schedule-item { min-height: 79px; }
  .schedule-icon { width: 48px; height: 48px; }
  .schedule-icon svg { width: 23px; }
  .schedule-item small { font-size: 12px; font-weight: 900; }
  .schedule-item strong { font-size: clamp(20px,5.3vw,22px); font-weight: 900; }
  .countdown-heading strong { font-size: 16px; font-weight: 900; }
  .countdown-heading small { font-size: 10px; }
  .time-unit strong { min-height: 50px; font-size: 26px; font-weight: 900; }
  .time-unit small { font-size: 10px; }
}

@media (max-width: 300px) {
  .join,
  .final-panel .join,
  .floating-bottom-cta .join-small { min-height: 62px; font-size: 17px; }
  .schedule-item strong { font-size: 18px; }
  .time-unit strong { font-size: 22px; }
}

/* Robust fallback for older social-media webviews that do not honor overflow: clip. */
html,body,#root,.page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body { position: relative; overscroll-behavior-x: none; }
main,section,.container { min-width: 0; max-width: 100%; }
.testimonial-marquee { overscroll-behavior-x: contain; }

@supports (overflow-x: clip) {
  html,body,#root,.page { overflow-x: clip; }
}
