:root {
  --blue: #06306f;
  --blue-2: #0c63bd;
  --red: #ef343b;
  --gold: #ffd34d;
  --cream: #fff2bd;
  --ink: #101522;
  --muted: #667085;
  --glass: rgba(255,255,255,.16);
  --line: rgba(255,255,255,.26);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f6f8fc; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(4,31,77,.88), rgba(4,31,77,.12));
  color: #fff;
}
.brand img { width: min(220px, 42vw); }
.site-nav { display: flex; align-items: center; gap: 24px; font-weight: 750; font-size: 14px; }
.menu-button { display: none; color: #fff; border: 1px solid var(--line); background: var(--glass); border-radius: 999px; padding: 10px 14px; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 36px;
  padding: 112px clamp(18px, 4vw, 56px) 54px;
  color: #fff;
  background: radial-gradient(circle at 20% 30%, #1677d8 0, transparent 34%), linear-gradient(135deg, #061d4d 0%, #0757af 58%, #78bee6 100%);
}
.sky, .sky span { position: absolute; inset: 0; pointer-events: none; }
.sun { width: 190px; height: 190px; border-radius: 50%; left: auto; right: 14%; top: 18%; background: radial-gradient(circle, #fff 0 12%, #ffe789 35%, #ffb22d 62%, rgba(255,162,22,.05) 72%); box-shadow: 0 0 80px rgba(255,208,77,.45); animation: rise 18s ease-in-out infinite alternate; }
.cloud { inset: auto; width: 260px; height: 72px; border-radius: 999px; background: rgba(255,255,255,.28); filter: blur(10px); }
.cloud::before, .cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.cloud::before { width: 110px; height: 110px; left: 38px; bottom: 12px; }
.cloud::after { width: 130px; height: 130px; right: 28px; bottom: 0; }
.cloud-a { left: 4%; top: 28%; animation: drift 34s linear infinite; }
.cloud-b { right: 8%; top: 48%; animation: drift 42s linear infinite reverse; opacity: .8; }
.cloud-c { left: 32%; bottom: 10%; animation: drift 48s linear infinite; opacity: .55; }
.stars { background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 86px 86px; opacity: .35; }

.wish-pop {
  position: absolute;
  z-index: 4;
  top: 118px;
  right: clamp(18px, 5vw, 70px);
  width: min(430px, calc(100vw - 36px));
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 50px rgba(0,15,48,.24);
}
.wish-pop small { display: block; color: var(--gold); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wish-pop p { margin: 8px 0 0; font-weight: 800; line-height: 1.35; }

.hero-copy { position: relative; z-index: 5; max-width: 760px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 13px; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(52px, 7vw, 112px); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--cream); display: block; }
.hero-copy p:not(.eyebrow) { margin: 26px 0 0; max-width: 660px; font-size: clamp(19px, 2vw, 27px); line-height: 1.45; font-weight: 650; text-shadow: 0 3px 18px rgba(0,24,62,.5); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; cursor: pointer; }
.primary { color: #fff; background: var(--red); box-shadow: 0 20px 45px rgba(239,52,59,.24); }
.glass { color: #fff; background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.35); backdrop-filter: blur(18px); }
.dark { color: var(--ink); border-color: rgba(16,21,34,.15); }
.whatsapp { color: #fff; background: #20c765; }

.bappa-stage { position: relative; z-index: 3; min-height: 760px; display: grid; place-items: end center; }
.universe { position: absolute; width: min(760px, 56vw); aspect-ratio: 1; left: 50%; top: 48%; transform: translate(-50%,-50%); }
.orbit { position: absolute; inset: var(--inset); border: 1px solid rgba(255,221,91,.32); border-radius: 50%; animation: spin var(--speed) linear infinite; }
.orbit-1 { --inset: 32%; --speed: 14s; }
.orbit-2 { --inset: 22%; --speed: 22s; animation-direction: reverse; }
.orbit-3 { --inset: 12%; --speed: 34s; }
.orbit-4 { --inset: 2%; --speed: 48s; animation-direction: reverse; }
.planet { position: absolute; left: 50%; top: 0; width: 34px; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%,-50%); }
.earth { background: radial-gradient(circle at 35% 28%, #8de7ff, #156fc1 45%, #0b336f); }
.mars { background: linear-gradient(135deg, #ff9c66, #ad321f); }
.saturn { background: #ddb46c; box-shadow: 0 0 0 7px rgba(255,219,135,.38); }
.sun-planet { width: 62px; background: radial-gradient(circle, #fff, #ffd75b 42%, #ff8a00); box-shadow: 0 0 40px #ffc22f; }
.bappa { position: relative; z-index: 2; width: min(760px, 62vw); max-height: 78svh; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 44px rgba(0,18,52,.35)); animation: bappa 6s ease-in-out infinite; }
.bell { position: absolute; z-index: 5; right: 4%; top: 23%; width: 116px; display: grid; gap: 4px; place-items: center; padding: 16px 10px; color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.32); border-radius: 24px; backdrop-filter: blur(20px); font-weight: 900; }
.bell span { font-size: 44px; transform-origin: top center; }
.bell.ringing span { animation: bell 1s ease-in-out 2; }
.diya-row { position: absolute; z-index: 5; left: 50%; bottom: 24px; width: min(720px, 86%); display: flex; align-items: end; justify-content: space-between; transform: translateX(-50%); }
.diya { width: 58px; height: 38px; border-radius: 10px 10px 30px 30px; background: linear-gradient(135deg, #ffe17a, #c86700); position: relative; box-shadow: inset 0 4px rgba(255,255,255,.4), 0 0 0 3px rgba(255,205,66,.22); }
.diya::before { content: ""; position: absolute; width: 12px; height: 28px; left: 50%; bottom: 25px; border-radius: 60% 30% 60% 40%; background: radial-gradient(circle at 50% 75%, #fff, #ffd64a 38%, #ff781f 70%, transparent 72%); transform: translateX(-50%) scale(0); transform-origin: bottom; filter: drop-shadow(0 0 12px #ffbd28); }
.diya.lit::before { animation: flame .9s ease forwards, flicker 1.2s ease-in-out .9s infinite alternate; }
.centre { width: 98px; height: 52px; }
.centre::before { width: 20px; height: 46px; bottom: 38px; }
.ritual-status { position: absolute; z-index: 6; left: 50%; bottom: 100px; margin: 0; padding: 14px 18px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: rgba(2,37,87,.62); backdrop-filter: blur(18px); font-weight: 900; white-space: nowrap; }

.panel, .right-step, .pathways {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}
.panel { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(28px, 6vw, 76px); align-items: start; background: #fff; }
.panel h2, .section-head h2 { margin: 0; font-size: clamp(38px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.04em; }
.panel p, .section-head p:not(.eyebrow), .pathway-grid p, .routing-card p { color: var(--muted); font-size: 18px; line-height: 1.55; }
form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 850; color: #344054; }
input, textarea, select { width: 100%; border: 1px solid #d9e0ea; border-radius: 18px; padding: 15px 16px; background: #f9fbff; color: var(--ink); }
textarea { min-height: 150px; resize: vertical; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.journey-note { margin: 0; color: #667085; font-size: 14px; line-height: 1.5; }
.wish-terms { margin-top: 2px; color: #344054; }

.right-step { background: radial-gradient(circle at 8% 0, #ffe0e2, transparent 28%), linear-gradient(135deg, #f5f8ff, #fff7e1); }
.section-head { max-width: 980px; margin-bottom: 36px; }
.life-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.life-grid button, .routing-card, .pathway-grid a {
  border: 1px solid rgba(12,50,106,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 60px rgba(26,55,96,.09);
  backdrop-filter: blur(24px);
}
.life-grid button { min-height: 106px; padding: 18px; color: #102c56; font-weight: 950; text-align: left; cursor: pointer; }
.life-grid button.active { color: #fff; background: linear-gradient(135deg, #06306f, #0b6cd0); }
.routing-card { margin-top: 18px; padding: 24px; display: grid; gap: 8px; }
.routing-card small, .pathway-grid span { color: var(--red); font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.routing-card strong { font-size: clamp(26px, 3vw, 42px); }
.routing-card .btn { width: fit-content; }

.pathways { background: #061d4d; color: #fff; }
.pathways .section-head p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pathway-grid a { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); }
.pathway-grid h3 { margin: 20px 0 0; font-size: 34px; line-height: 1.04; letter-spacing: -.03em; }
.pathway-grid p { color: rgba(255,255,255,.72); }
.pathway-grid a:nth-child(1) { background: linear-gradient(145deg, rgba(23,111,220,.42), rgba(255,255,255,.08)); }
.pathway-grid a:nth-child(2) { background: linear-gradient(145deg, rgba(255,207,55,.45), rgba(255,255,255,.08)); }
.pathway-grid a:nth-child(3) { background: linear-gradient(145deg, rgba(188,139,50,.46), rgba(255,255,255,.08)); }
.pathway-grid a:nth-child(4) { background: linear-gradient(145deg, rgba(25,154,101,.42), rgba(255,255,255,.08)); }

/* Channel experiences */
.channel-page {
  --channel: #176fdc;
  --channel-deep: #052c69;
  --channel-soft: #eaf4ff;
  --channel-ink: #fff;
  background: var(--channel-soft);
}
.theme-fpc { --channel: #1779dc; --channel-deep: #042b68; --channel-soft: #edf6ff; --channel-ink: #fff; }
.theme-prime { --channel: #f4c42f; --channel-deep: #b97800; --channel-soft: #fff8d8; --channel-ink: #172033; }
.theme-lap { --channel: #d4ad54; --channel-deep: #4a3514; --channel-soft: #f8f0df; --channel-ink: #fff; }
.theme-ang { --channel: #16a06c; --channel-deep: #07573f; --channel-soft: #e9f8f1; --channel-ink: #fff; }
.channel-page .channel-nav { background: linear-gradient(180deg, color-mix(in srgb, var(--channel-deep) 94%, transparent), color-mix(in srgb, var(--channel-deep) 20%, transparent)); }
.channel-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  padding: 132px clamp(18px, 5vw, 72px) 72px;
  color: var(--channel-ink);
  background:
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--channel) 68%, white), transparent 30%),
    linear-gradient(140deg, var(--channel-deep), var(--channel) 72%, color-mix(in srgb, var(--channel) 68%, white));
  overflow: hidden;
}
.theme-prime .channel-hero { background: radial-gradient(circle at 84% 15%, #fff4a2, transparent 31%), linear-gradient(140deg, #f5cf43, #f0ad1c 70%, #ffe681); }
.channel-copy { position: relative; z-index: 2; max-width: 760px; }
.channel-copy h1 { font-size: clamp(52px, 6.5vw, 104px); }
.channel-copy > p:not(.channel-label):not(.wish-confirmation) { margin: 26px 0 0; max-width: 680px; font-size: clamp(19px, 2vw, 27px); line-height: 1.48; font-weight: 650; }
.channel-label { margin: 0 0 18px; color: color-mix(in srgb, var(--channel) 45%, white); font-size: 13px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.theme-prime .channel-label { color: #664400; }
.wish-confirmation { width: fit-content; margin: 0 0 22px; padding: 12px 16px; border-radius: 999px; color: var(--channel-ink); background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.34); font-weight: 900; }
.channel-primary { color: var(--channel-ink); background: var(--channel); box-shadow: 0 18px 42px color-mix(in srgb, var(--channel-deep) 28%, transparent); }
.theme-prime .channel-primary { color: #172033; background: #ffe25e; }
.channel-secondary { color: var(--channel-ink); background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); }
.theme-prime .channel-secondary { color: #362500; background: rgba(255,255,255,.35); border-color: rgba(76,50,0,.22); }
.channel-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 30px 0 0; padding: 0; list-style: none; font-weight: 850; }
.channel-trust li::before { content: "✓"; margin-right: 8px; color: color-mix(in srgb, var(--channel) 35%, white); }
.theme-prime .channel-trust li::before { color: #684600; }
.channel-visual { position: relative; z-index: 2; margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.36); border-radius: 42px; background: rgba(255,255,255,.18); box-shadow: 0 36px 100px rgba(0,20,55,.3); backdrop-filter: blur(22px); transform: rotate(1.5deg); }
.channel-visual img { width: 100%; min-height: 470px; max-height: 66svh; object-fit: cover; border-radius: 30px; }
.channel-visual figcaption { padding: 14px 8px 4px; font-weight: 850; }
.hero-lead-card { position: relative; z-index: 3; width: min(100%, 620px); justify-self: end; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 38px; background: rgba(255,255,255,.95); box-shadow: 0 36px 100px rgba(0,20,55,.3); backdrop-filter: blur(22px); }
.hero-lead-card figure { position: relative; margin: 0; }
.hero-lead-card figure img { width: 100%; height: clamp(135px, 18vh, 180px); object-fit: cover; }
.hero-lead-card figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; width: fit-content; padding: 8px 12px; color: #fff; border-radius: 999px; background: rgba(3,24,58,.68); font-size: 12px; font-weight: 850; backdrop-filter: blur(12px); }
.hero-lead-content { padding: clamp(20px, 3vw, 30px); }
.hero-lead-content .channel-label { margin-bottom: 8px; color: var(--channel-deep); }
.hero-lead-content h2 { margin: 0 0 16px; font-size: clamp(27px, 2.3vw, 36px); line-height: 1.04; letter-spacing: -.035em; }
.opening-hours { margin: 0 0 14px; color: #5d6676; font-size: 13px; line-height: 1.4; font-weight: 800; }
.quick-lead-form { grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-lead-form .prefilled-email, .quick-lead-form .lead-choice, .quick-lead-form .consent-row, .quick-lead-form .btn { grid-column: 1 / -1; }
.quick-lead-form label { gap: 6px; font-size: 13px; }
.quick-lead-form input, .quick-lead-form select { padding: 13px 14px; border-radius: 14px; background: #fff; }
.quick-lead-form .consent-row { grid-template-columns: 20px 1fr; font-size: 12px; }
.quick-lead-form .btn { min-height: 52px; width: 100%; }
.form-success.compact { padding: 18px 8px 12px; }
.form-success.compact > span { width: 54px; height: 54px; margin-bottom: 14px; font-size: 26px; }
.form-success.compact h3 { font-size: 29px; }
.form-success.compact p { margin-bottom: 0; font-size: 16px; }
.channel-page .somesh-connect { display: none; }
.channel-page .somesh-connect.docked { position: static; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 12px; }
.channel-page .somesh-connect.docked .somesh-card { max-width: 250px; padding: 7px 12px 7px 7px; box-shadow: none; background: var(--channel-soft); }
.channel-page .somesh-connect.docked .somesh-avatar img { width: 46px; height: 46px; }
.channel-page .somesh-connect.docked .somesh-card b { font-size: 14px; }
.channel-page .somesh-connect.docked .somesh-card small { font-size: 11px; }
.channel-page .somesh-connect.docked .somesh-card em { font-size: 11px; }
.channel-page .somesh-connect.docked .somesh-actions { padding: 5px; box-shadow: none; background: var(--channel-soft); }
.channel-page .somesh-connect.docked .somesh-actions a { min-height: 36px; padding: 8px 10px; font-size: 11px; }
.channel-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: color-mix(in srgb, var(--channel) 20%, white); }
.channel-metrics div { min-height: 190px; display: grid; align-content: center; justify-items: center; gap: 8px; padding: 26px; text-align: center; background: #fff; }
.channel-metrics strong { color: var(--channel-deep); font-size: clamp(44px, 6vw, 78px); line-height: 1; letter-spacing: -.05em; }
.channel-metrics span { color: #667085; font-weight: 850; }
.channel-section { padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px); background: var(--channel-soft); }
.channel-section .section-head { max-width: 940px; }
.channel-section .section-head h2, .channel-booking h2 { margin: 0; font-size: clamp(40px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.channel-section .section-head > p:not(.channel-label), .booking-intro > p:not(.channel-label) { color: #5d6676; font-size: 19px; line-height: 1.6; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.step-grid article { min-height: 270px; padding: 28px; border: 1px solid color-mix(in srgb, var(--channel) 22%, white); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: 0 22px 60px rgba(20,45,78,.08); }
.step-grid span { color: var(--channel-deep); font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.step-grid h3 { margin: 60px 0 12px; font-size: 29px; letter-spacing: -.03em; }
.step-grid p { margin: 0; color: #667085; font-size: 17px; line-height: 1.55; }
.channel-booking { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: start; padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px); background: #fff; }
.booking-intro { position: sticky; top: 120px; }
.booking-surface { padding: clamp(22px, 4vw, 42px); border-radius: 34px; background: linear-gradient(145deg, var(--channel-soft), #fff); border: 1px solid color-mix(in srgb, var(--channel) 22%, white); box-shadow: 0 26px 80px rgba(25,50,85,.12); }
.channel-form { gap: 18px; }
.mode-choice { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.mode-choice label { display: block; cursor: pointer; }
.mode-choice input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.mode-choice span { display: grid; gap: 5px; min-height: 96px; align-content: center; padding: 16px; border: 2px solid transparent; border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(19,45,80,.08); }
.mode-choice input:checked + span { border-color: var(--channel); background: color-mix(in srgb, var(--channel-soft) 72%, white); }
.mode-choice b { color: var(--ink); }
.mode-choice small { color: #667085; }
.consent-row { grid-template-columns: 22px 1fr; align-items: start; font-size: 14px; line-height: 1.45; }
.consent-row input { width: 20px; height: 20px; margin: 0; }
.form-success { text-align: center; padding: 34px 12px; }
.form-success > span { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 22px; border-radius: 50%; color: var(--channel-ink); background: var(--channel); font-size: 34px; font-weight: 950; }
.form-success h3 { margin: 0; font-size: 36px; }
.form-success p { color: #667085; font-size: 18px; line-height: 1.55; }
.form-success .btn { margin-top: 12px; }

.booking-panel { background: linear-gradient(135deg, #fff, #eef6ff); }
.assistant { display: inline-flex; align-items: center; gap: 14px; width: fit-content; padding: 10px 18px 10px 10px; border-radius: 999px; background: #fff; box-shadow: 0 18px 45px rgba(16,34,62,.12); }
.assistant img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.assistant strong, .assistant span { display: block; }
.assistant span { color: #22b764; font-weight: 850; }
.somesh-connect {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 12px;
  justify-items: end;
}
.somesh-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 330px;
  padding: 10px 18px 10px 10px;
  color: var(--ink);
  border: 1px solid rgba(16,21,34,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 60px rgba(10,28,58,.22);
  backdrop-filter: blur(22px);
  cursor: pointer;
}
.somesh-avatar { position: relative; display: block; flex: 0 0 auto; }
.somesh-avatar img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.somesh-avatar i {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #24c96b;
}
.somesh-card b, .somesh-card small, .somesh-card em { display: block; text-align: left; }
.somesh-card b { font-size: 17px; }
.somesh-card small { color: #667085; font-weight: 850; }
.somesh-card em { margin-top: 4px; color: #20b862; font-style: normal; font-weight: 900; }
.somesh-actions {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 44px rgba(10,28,58,.16);
  backdrop-filter: blur(20px);
}
.somesh-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(6,48,111,.1);
  color: #06306f;
  font-size: 13px;
  font-weight: 950;
}
.somesh-actions .wa { color: #fff; background: #20c765; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px clamp(18px, 5vw, 72px); background: #fff; color: #667085; font-weight: 800; }
footer img { width: 190px; }

.bajaj-group-metrics { padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 72px); color: #10182a; background: #f7f9fc; }
.bajaj-group-metrics.embedded { padding: 34px 0 0; background: transparent; }
.group-metrics-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.group-metrics-head p { margin: 0; color: #e7333e; font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.group-metrics-head h2 { max-width: 700px; margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.group-metrics-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: hidden; border: 1px solid #dbe3ee; border-radius: 28px; background: #dbe3ee; gap: 1px; }
.group-metrics-grid article { min-width: 0; min-height: 154px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 24px 20px; background: #fff; }
.group-metrics-grid strong { color: #07356f; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.group-metrics-grid span { color: #667085; font-size: 13px; line-height: 1.35; font-weight: 800; }
.sabka-channel-band { display: flex; align-items: end; justify-content: space-between; gap: 34px; padding: clamp(54px,7vw,88px) clamp(18px,5vw,72px); color: #fff; background: radial-gradient(circle at 85% 15%,rgba(255,214,82,.22),transparent 27%),#061f48; }
.sabka-channel-band > div { max-width: 920px; }
.sabka-channel-band p { margin: 0 0 12px; color: #ffd652; font-size: 12px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.sabka-channel-band h2 { margin: 0; font-size: clamp(34px,4.5vw,64px); line-height: 1.02; letter-spacing: -.045em; }
.sabka-channel-band span { display: block; max-width: 800px; margin-top: 18px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.55; }
.sabka-channel-band a { flex: 0 0 auto; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border-radius: 999px; color: #302200; background: #ffd652; font-weight: 900; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes rise { from { transform: translateY(70px); } to { transform: translateY(-20px); } }
@keyframes drift { 50% { transform: translateX(80px); } }
@keyframes bappa { 50% { transform: translateY(-8px) scale(1.015); } }
@keyframes flame { to { transform: translateX(-50%) scale(1); } }
@keyframes flicker { from { transform: translateX(-50%) scale(.92) rotate(-3deg); } to { transform: translateX(-50%) scale(1.1) rotate(3deg); } }
@keyframes bell { 20% { transform: rotate(14deg); } 45% { transform: rotate(-12deg); } 70% { transform: rotate(8deg); } }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 72px; left: 18px; right: 18px; padding: 18px; border-radius: 24px; background: rgba(4,31,77,.95); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 112px; text-align: center; }
  .wish-pop { position: relative; top: auto; right: auto; order: 1; margin: 0 auto; }
  .hero-copy { order: 2; margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .bappa-stage { order: 3; min-height: 620px; overflow: visible; }
  .bappa { width: min(680px, 96vw); max-height: none; }
  .universe { width: min(680px, 110vw); }
  .bell { top: 14%; right: 1%; }
  .panel { grid-template-columns: 1fr; }
  .life-grid, .pathway-grid { grid-template-columns: 1fr 1fr; }
  .channel-hero { min-height: auto; grid-template-columns: 1fr; }
  .channel-page .hero-lead-card { order: 1; }
  .channel-page .channel-copy { order: 2; }
  .channel-visual { max-width: 760px; transform: none; }
  .hero-lead-card { width: min(100%, 760px); justify-self: center; }
  .channel-booking { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .group-metrics-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-header { padding: 18px; }
  .brand img { width: 190px; }
  h1 { font-size: clamp(48px, 15vw, 74px); }
  .hero { gap: 24px; padding-left: 16px; padding-right: 16px; }
  .wish-pop { width: 100%; text-align: left; }
  .hero-copy p:not(.eyebrow) { font-size: 20px; }
  .btn { width: 100%; }
  .bappa-stage { min-height: 540px; margin-inline: -16px; }
  .bappa { width: 112vw; }
  .bell { width: 92px; font-size: 12px; }
  .diya-row { bottom: 12px; width: 94%; }
  .diya { width: 40px; height: 28px; }
  .centre { width: 74px; height: 42px; }
  .ritual-status { bottom: 72px; max-width: calc(100vw - 32px); white-space: normal; text-align: center; }
  .two, .life-grid, .pathway-grid { grid-template-columns: 1fr; }
  .step-grid, .mode-choice { grid-template-columns: 1fr; }
  .channel-metrics { grid-template-columns: 1fr; }
  .channel-metrics div { min-height: 145px; }
  .channel-hero { padding: 118px 16px 52px; gap: 36px; }
  .channel-copy h1 { font-size: clamp(46px, 13vw, 66px); }
  .channel-copy > p:not(.channel-label):not(.wish-confirmation) { font-size: 19px; }
  .channel-visual { padding: 9px; border-radius: 28px; }
  .channel-visual img { min-height: 330px; max-height: none; border-radius: 20px; }
  .hero-lead-card { border-radius: 26px; }
  .hero-lead-card figure img { height: 170px; }
  .quick-lead-form { grid-template-columns: 1fr; }
  .quick-lead-form .prefilled-email, .quick-lead-form .lead-choice, .quick-lead-form .consent-row, .quick-lead-form .btn { grid-column: auto; }
  .channel-page .somesh-connect.docked { flex-direction: column; align-items: stretch; }
  .channel-page .somesh-connect.docked .somesh-card { width: 100%; max-width: none; }
  .channel-section, .channel-booking { padding-left: 16px; padding-right: 16px; }
  .step-grid article { min-height: 220px; }
  .step-grid h3 { margin-top: 36px; }
  .booking-surface { padding: 18px; border-radius: 26px; }
  .panel, .right-step, .pathways { padding-left: 16px; padding-right: 16px; }
  .somesh-connect { left: 14px; right: 14px; bottom: 14px; justify-items: stretch; }
  .somesh-card { max-width: none; width: 100%; }
  .somesh-actions { justify-content: space-between; }
  .somesh-actions a { flex: 1; padding-inline: 8px; }
  footer { flex-direction: column; align-items: flex-start; }
  .group-metrics-head { display: block; }
  .group-metrics-head h2 { margin-top: 10px; }
  .group-metrics-grid { grid-template-columns: 1fr 1fr; border-radius: 22px; }
  .group-metrics-grid article { min-height: 132px; padding: 18px 15px; }
  .sabka-channel-band { display: block; }
  .sabka-channel-band a { width: 100%; margin-top: 28px; }
}
