:root {
  --wine: #7b1935;
  --wine-dark: #4d0d21;
  --wine-light: #a83250;
  --emerald: #09695a;
  --emerald-dark: #064a40;
  --gold: #e5a927;
  --gold-light: #f7d875;
  --cream: #f8efe2;
  --cream-deep: #ead9c5;
  --paper: #fffaf2;
  --ink: #30231f;
  --muted: #75665e;
  --danger: #a5253d;
  --shadow: 14px 16px 38px rgba(84, 49, 33, .15);
  --font-body: "DM Sans", sans-serif;
  --font-display: "Playfair Display", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #f4e9dc;
  font-family: var(--font-body);
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.rakhi-page main { position: relative; z-index: 2; }
.rakhi-background { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.rakhi-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 8%, rgba(232, 169, 39, .16), transparent 30rem),
    radial-gradient(circle at 88% 30%, rgba(123, 25, 53, .12), transparent 34rem),
    linear-gradient(135deg, #fbf4ea, #eee0d0 58%, #f7ecdf);
}
.festival-orb { position: absolute; border-radius: 50%; filter: blur(2px); animation: festivalDrift 12s ease-in-out infinite; }
.festival-orb-one { width: 260px; height: 260px; top: 8%; right: -90px; border: 1px solid rgba(229,169,39,.28); box-shadow: inset 0 0 80px rgba(229,169,39,.12); }
.festival-orb-two { width: 190px; height: 190px; bottom: 7%; left: -70px; border: 1px solid rgba(9,105,90,.18); box-shadow: inset 0 0 60px rgba(9,105,90,.1); animation-delay: -6s; }
.festival-thread { position: absolute; width: 38vw; height: 3px; opacity: .2; background: linear-gradient(90deg, transparent, var(--gold), var(--wine), transparent); transform: rotate(-24deg); }
.festival-thread-one { left: -8vw; top: 31%; }
.festival-thread-two { right: -9vw; bottom: 25%; transform: rotate(21deg); }
.festival-spark { position: absolute; color: rgba(197, 131, 7, .4); font-size: 1.1rem; animation: festivalSpark 3.6s ease-in-out infinite; }
.spark-one { left: 8%; top: 20%; }
.spark-two { right: 11%; top: 57%; animation-delay: -1.2s; }
.spark-three { left: 17%; bottom: 12%; animation-delay: -2.3s; }

.rakhi-transition {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle, #fff4d0 0%, #e8b944 25%, #8e203d 62%, #470b1d 100%);
  transition: visibility .1s linear 2.85s;
  animation: transitionFade 3s ease forwards;
}
.rakhi-transition img {
  position: relative;
  z-index: 2;
  width: min(880px, 105vw);
  max-width: none;
  filter: drop-shadow(0 25px 35px rgba(48, 6, 17, .34));
  animation: rakhiOpen 2.85s cubic-bezier(.22,.8,.22,1) forwards;
}
.rakhi-transition-glow { position: absolute; width: 32vw; aspect-ratio: 1; border-radius: 50%; background: rgba(255,241,179,.9); filter: blur(45px); animation: glowOpen 2.3s ease forwards; }
.rakhi-transition > span { position: absolute; z-index: 3; bottom: 11vh; color: #fff2bd; font-family: var(--font-display); font-size: clamp(1rem, 2.6vw, 1.8rem); letter-spacing: .08em; opacity: 0; animation: transitionWords 2.6s ease forwards; }
.rakhi-transition.is-complete { display: none; }
@keyframes rakhiOpen { 0% { opacity: 0; transform: rotate(-18deg) scale(.08); } 34% { opacity: 1; transform: rotate(0) scale(.72); } 72% { transform: rotate(0) scale(.92); } 100% { opacity: 0; transform: rotate(0) scale(3.8); } }
@keyframes glowOpen { 0% { opacity: 0; transform: scale(.1); } 55% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(4); } }
@keyframes transitionWords { 0%, 32% { opacity: 0; transform: translateY(10px); } 48%, 73% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(-10px); } }
@keyframes transitionFade { 0%, 80% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }

.rakhi-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
}
.rakhi-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.rakhi-brand img { width: 56px; height: 56px; object-fit: contain; }
.rakhi-brand span { display: flex; flex-direction: column; line-height: 1.15; }
.rakhi-brand strong { font-family: var(--font-display); font-size: 1.03rem; }
.rakhi-brand small { margin-top: 3px; color: var(--emerald); font-size: .61rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rakhi-home-link { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: #6f1931; background: rgba(255,250,242,.7); box-shadow: 6px 7px 16px rgba(83,49,34,.12), -5px -5px 13px rgba(255,255,255,.72); font-size: .75rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.rakhi-home-link:hover { transform: translateY(-2px); box-shadow: 9px 10px 20px rgba(83,49,34,.15), -6px -6px 15px rgba(255,255,255,.8); }

.rakhi-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, calc(100% - 40px));
  min-height: 540px;
  margin: 0 auto;
  padding: 58px 0 74px;
}
.rakhi-kicker, .section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--emerald); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rakhi-kicker { padding: 8px 12px; border: 1px solid rgba(9,105,90,.13); border-radius: 999px; background: rgba(255,250,242,.56); box-shadow: 5px 6px 13px rgba(84,49,33,.1), inset 0 1px 0 rgba(255,255,255,.85); }
.rakhi-kicker i { color: var(--gold); }
.rakhi-hero h1 { max-width: 680px; margin: 18px 0 18px; color: #3a171f; font-family: var(--font-display); font-size: clamp(3rem, 5.4vw, 5.3rem); line-height: .98; letter-spacing: -.045em; }
.rakhi-hero h1 span { display: block; margin-top: 8px; color: var(--wine); }
.rakhi-hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.78; }
.rakhi-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.rakhi-trust-row span { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; color: #5c4a42; background: rgba(255,250,242,.63); box-shadow: 5px 6px 13px rgba(84,49,33,.1), -4px -4px 10px rgba(255,255,255,.7); font-size: .7rem; font-weight: 800; }
.rakhi-trust-row i { color: var(--wine-light); }
.rakhi-hero-art { position: relative; display: grid; place-items: center; min-height: 500px; isolation: isolate; }
.rakhi-hero-art::before { content: ""; position: absolute; z-index: 1; width: 88%; aspect-ratio: 1; border-radius: 38%; background: radial-gradient(circle at 50% 45%, rgba(255,239,195,.72), rgba(179,63,63,.18) 55%, transparent 74%); filter: blur(24px); }
.rakhi-hero-art .rakhi-hero-creative-image { position: relative; z-index: 3; display: block; width: min(550px, 100%); max-width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.82); border-radius: 30px; background: #eadac8; box-shadow: 18px 24px 44px rgba(65,24,18,.2), -8px -8px 22px rgba(255,255,255,.65), inset 0 1px 0 rgba(255,255,255,.8); animation: heroCreativeFloat 6.5s ease-in-out infinite; }
.rakhi-art-ring { position: absolute; z-index: 1; width: min(390px, 80%); aspect-ratio: 1; border: 1px solid rgba(229,169,39,.35); border-radius: 50%; background: radial-gradient(circle, rgba(255,244,208,.9), rgba(235,195,102,.16) 48%, transparent 70%); box-shadow: 0 0 0 20px rgba(255,255,255,.22), 0 0 0 21px rgba(123,25,53,.08); animation: artRingPulse 4s ease-in-out infinite; }
.rakhi-art-caption { position: absolute; z-index: 4; right: 2%; bottom: 3%; padding: 10px 15px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; color: #7b1935; background: rgba(255,250,242,.8); box-shadow: var(--shadow); font-family: var(--font-display); font-size: .82rem; }

.reservation-shell { position: relative; width: min(1050px, calc(100% - 40px)); margin: 0 auto 80px; padding: clamp(28px, 5vw, 56px); border: 1px solid rgba(255,255,255,.72); border-radius: 34px; background: rgba(246,237,225,.88); box-shadow: 22px 26px 60px rgba(84,49,33,.16), -12px -12px 34px rgba(255,255,255,.72), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.reservation-shell::before { content: ""; position: absolute; top: 0; left: 9%; right: 9%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--gold), var(--wine), var(--emerald), transparent); }
.reservation-intro { max-width: 650px; margin-bottom: 27px; }
.reservation-intro h2 { margin: 8px 0 8px; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.reservation-intro p { margin: 0; color: var(--muted); font-size: .86rem; }

.rajpura-gate { display: grid; grid-template-columns: 64px 1fr; gap: 18px 20px; padding: clamp(22px, 4vw, 34px); border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: linear-gradient(145deg, #fbf3e8, #e7d6c2); box-shadow: 10px 12px 25px rgba(84,49,33,.14), -8px -8px 20px rgba(255,255,255,.78); }
.gate-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; color: #fff1ba; background: linear-gradient(145deg, var(--wine-light), var(--wine-dark)); box-shadow: 7px 8px 16px rgba(88,18,38,.23), inset 0 1px 0 rgba(255,226,147,.28); font-size: 1.3rem; }
.gate-copy > span { color: var(--wine); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gate-copy h3, .booking-panel h3, .otp-panel h3, .booking-success h3 { margin: 5px 0 7px; font-family: var(--font-display); font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.15; }
.gate-copy p, .booking-panel-head p, .otp-panel > p, .booking-success > p { max-width: 720px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.gate-actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 11px; }
.rakhi-primary-btn, .rakhi-secondary-btn, .rakhi-submit-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 0; border-radius: 15px; cursor: pointer; font-size: .76rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.rakhi-primary-btn, .rakhi-submit-btn { color: #fff8e4; background: linear-gradient(135deg, #9b2945, #68152e 60%, #0a6456); box-shadow: 8px 9px 18px rgba(92,23,42,.22), inset 0 1px 0 rgba(255,226,158,.28); }
.rakhi-secondary-btn { color: #6f5e55; background: #efe2d2; box-shadow: 6px 7px 15px rgba(84,49,33,.12), -5px -5px 13px rgba(255,255,255,.72); }
.rakhi-primary-btn:hover, .rakhi-submit-btn:hover, .rakhi-secondary-btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.rakhi-primary-btn:active, .rakhi-submit-btn:active, .rakhi-secondary-btn:active { transform: translateY(1px); box-shadow: inset 4px 4px 9px rgba(60,30,23,.2), inset -3px -3px 8px rgba(255,255,255,.35); }
.gate-decline-message { grid-column: 2; display: flex; align-items: flex-start; gap: 9px; padding: 13px 15px; border-left: 3px solid var(--gold); border-radius: 11px; color: #715f55; background: rgba(255,248,233,.7); font-size: .74rem; line-height: 1.55; }
.gate-decline-message i, .gate-decline-message a { color: var(--wine); }

.booking-panel, .otp-panel, .booking-success { animation: panelReveal .55s cubic-bezier(.22,.8,.22,1) both; }
.booking-panel { padding-top: 5px; }
.booking-panel-head { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; margin-bottom: 25px; }
.step-chip { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; color: var(--emerald); background: rgba(9,105,90,.09); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rajpura-confirmed { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 10px 13px; border: 1px solid rgba(9,105,90,.1); border-radius: 14px; color: var(--emerald); background: rgba(255,250,242,.58); box-shadow: 5px 6px 13px rgba(84,49,33,.09); }
.rajpura-confirmed i { font-size: 1rem; }
.rajpura-confirmed span { display: flex; flex-direction: column; font-size: .58rem; }
.rajpura-confirmed strong { margin-top: 2px; font-size: .7rem; }
.rakhi-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.rakhi-field { display: block; min-width: 0; }
.rakhi-field > span:first-child, .slot-fieldset legend { display: block; margin-bottom: 7px; color: #55453d; font-size: .72rem; font-weight: 800; }
.rakhi-field > small { display: block; margin: 6px 0 0 5px; color: #91837a; font-size: .62rem; }
.rakhi-input-wrap { display: grid; grid-template-columns: 38px 1fr; align-items: center; min-height: 52px; border: 1px solid rgba(255,255,255,.67); border-radius: 15px; background: #eee1d2; box-shadow: inset 4px 4px 9px rgba(101,72,50,.13), inset -4px -4px 9px rgba(255,255,255,.66); transition: box-shadow .2s ease; }
.rakhi-input-wrap:focus-within { box-shadow: inset 4px 4px 9px rgba(101,72,50,.13), inset -4px -4px 9px rgba(255,255,255,.66), 0 0 0 3px rgba(229,169,39,.18); }
.rakhi-input-wrap i { color: var(--wine-light); text-align: center; font-size: .78rem; }
.rakhi-input-wrap input { width: 100%; min-width: 0; height: 50px; padding: 0 12px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .78rem; }
.rakhi-input-wrap input::placeholder { color: #a5968c; }
.eligibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; margin-top: 24px; }
.instagram-eligibility { display: grid; grid-template-columns: 58px minmax(0,1fr); grid-template-rows: 1fr auto; gap: 15px 17px; align-items: center; min-width: 0; padding: 20px; border: 1px solid rgba(255,255,255,.76); border-radius: 21px; background: linear-gradient(145deg, rgba(249,238,230,.88), rgba(233,214,204,.8)); box-shadow: 8px 9px 19px rgba(84,49,33,.11), -6px -6px 16px rgba(255,255,255,.7); }
.instagram-eligibility:not(.post-eligibility) { grid-template-rows: auto 1fr; align-items: start; }
.instagram-eligibility:not(.post-eligibility) .instagram-confirmation { align-self: end; }
.instagram-mark { display: grid; width: 58px; aspect-ratio: 1; place-items: center; border-radius: 18px; color: #fff; background: radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 35%, #d62976 62%, #962fbf 83%, #4f5bd5 100%); box-shadow: 7px 8px 16px rgba(150,47,128,.2), inset 0 1px 0 rgba(255,255,255,.28); font-size: 1.45rem; }
.post-mark { background: linear-gradient(145deg, #b63461, #7b1935 58%, #126b5e); box-shadow: 7px 8px 16px rgba(123,25,53,.2), inset 0 1px 0 rgba(255,255,255,.28); }
.post-share-workflow { grid-column: 1 / -1; min-width: 0; }
.post-share-steps { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.post-share-steps li { display: flex; min-width: 0; }
.post-share-steps li:nth-child(n+3) { grid-column: 1 / -1; }
.post-step { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 9px; align-items: center; width: 100%; min-width: 0; min-height: 58px; padding: 8px 13px 8px 9px; border: 1px solid rgba(123,25,53,.08); border-radius: 14px; color: #57443c; background: rgba(255,250,244,.58); box-shadow: 4px 5px 10px rgba(84,49,33,.1), inset 0 1px 0 rgba(255,255,255,.6); font-size: 14px; font-weight: 800; line-height: 1.3; text-decoration: none; }
.post-step b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ae315e, #7b1935); font-size: 12px; }
.post-step > span { min-width: 0; overflow-wrap: anywhere; }
.post-step i { margin-right: 4px; color: #a32854; }
.post-step strong { display: block; margin: 2px 0 0; color: #9d245a; font-size: 14px; line-height: 1.25; overflow-wrap: normal; word-break: normal; }
.post-step.is-action { color: #fff; border-color: rgba(255,255,255,.22); background: linear-gradient(135deg, #b62d62, #8d2ba4 58%, #4f5bd5); box-shadow: 5px 6px 12px rgba(125,44,128,.18), inset 0 1px 0 rgba(255,255,255,.24); transition: transform .18s ease, filter .18s ease; }
.post-step.is-action b { color: #81304f; background: rgba(255,255,255,.88); }
.post-step.is-action i { color: #fff; }
.post-step.is-action:hover { color: #fff; filter: brightness(1.06); transform: translateY(-1px); }
.instagram-copy { min-width: 0; }
.eligibility-chip { display: inline-flex; min-height: 23px; align-items: center; padding: 0 8px; border-radius: 999px; color: #9d245a; background: rgba(214,41,118,.09); font-size: .55rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.instagram-copy h4 { margin: 7px 0 5px; color: #4a3029; font-family: var(--font-display); font-size: 1.12rem; }
.instagram-copy p { margin: 0; color: #7c6b62; font-size: .67rem; line-height: 1.55; }
.instagram-follow-link { display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 8px; min-height: 58px; margin-top: 12px; padding: 0 13px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #c32970, #8f2daf 58%, #4f5bd5); box-shadow: 5px 6px 13px rgba(125,44,128,.2), inset 0 1px 0 rgba(255,255,255,.24); font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .18s ease, filter .18s ease; }
.instagram-follow-link:hover { color: #fff; filter: brightness(1.05); transform: translateY(-1px); }
.instagram-follow-link .fa-arrow-up-right-from-square { font-size: .53rem; opacity: .82; }
.instagram-confirmation { grid-column: 1 / -1; display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: center; min-height: 58px; padding: 12px 13px; border-radius: 14px; background: rgba(255,250,244,.52); box-shadow: inset 3px 3px 8px rgba(84,49,33,.09), inset -3px -3px 8px rgba(255,255,255,.6); cursor: pointer; }
.instagram-confirmation input { position: absolute; opacity: 0; pointer-events: none; }
.instagram-check { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 8px; color: transparent; background: #eadbce; box-shadow: inset 3px 3px 7px rgba(84,49,33,.12), inset -3px -3px 7px rgba(255,255,255,.66); font-size: .6rem; }
.instagram-confirmation small { color: #6f5e55; font-size: .68rem; line-height: 1.45; }
.instagram-confirmation strong { color: #9d245a; }
.instagram-confirmation input:checked + .instagram-check { color: #fff; background: linear-gradient(135deg, #d62976, #8d36a9); box-shadow: inset 3px 3px 7px rgba(87,21,77,.25); }
.instagram-confirmation input:focus-visible + .instagram-check { outline: 3px solid rgba(214,41,118,.22); outline-offset: 3px; }
.post-link-field { grid-column: 1 / -1; display: block; min-width: 0; }
.post-link-field > span:first-child { display: block; margin: 0 0 7px 3px; color: #5d4b43; font-size: .65rem; font-weight: 800; }
.post-link-input { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; min-height: 58px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(238,225,210,.88); box-shadow: inset 4px 4px 9px rgba(101,72,50,.12), inset -4px -4px 9px rgba(255,255,255,.66); transition: box-shadow .2s ease; }
.post-link-input:focus-within { box-shadow: inset 4px 4px 9px rgba(101,72,50,.12), inset -4px -4px 9px rgba(255,255,255,.66), 0 0 0 3px rgba(214,41,118,.14); }
.post-link-input i { color: var(--wine-light); text-align: center; font-size: .72rem; }
.post-link-input input { width: 100%; min-width: 0; height: 56px; padding: 0 11px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .7rem; }
.post-link-input input::placeholder { color: #a5968c; }
.slot-fieldset { min-width: 0; margin: 27px 0 21px; padding: 0; border: 0; }
.slot-heading-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 13px; }
.slot-heading-row-refresh-only { justify-content: flex-end; }
.slot-heading-row p { margin: 0; color: var(--muted); font-size: .7rem; }
.refresh-slots { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; min-height: 34px; padding: 0 11px; border: 0; border-radius: 999px; color: var(--emerald); background: rgba(255,250,242,.6); box-shadow: 4px 5px 10px rgba(84,49,33,.1); cursor: pointer; font-size: .63rem; font-weight: 800; }
.refresh-slots.is-loading i { animation: spin .8s linear infinite; }
.slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.slot-card { position: relative; display: block; min-width: 0; cursor: pointer; }
.slot-card input { position: absolute; opacity: 0; pointer-events: none; }
.slot-card-inner { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 68px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.68); border-radius: 16px; background: #efe3d5; box-shadow: 5px 6px 12px rgba(84,49,33,.11), -4px -4px 10px rgba(255,255,255,.66); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.slot-card:hover .slot-card-inner { transform: translateY(-2px); }
.slot-time { display: flex; flex-direction: column; min-width: 0; }
.slot-time strong { color: #3f332d; font-size: .74rem; }
.slot-time small { margin-top: 3px; color: #8a7b72; font-size: .58rem; }
.slot-status { display: inline-flex; justify-content: center; flex: 0 0 auto; min-width: 69px; padding: 6px 7px; border-radius: 999px; color: #167066; background: rgba(9,105,90,.09); font-size: .57rem; font-weight: 800; }
.slot-card input:checked + .slot-card-inner { border-color: rgba(123,25,53,.25); background: #f1dfd6; box-shadow: inset 5px 5px 11px rgba(91,45,43,.14), inset -4px -4px 9px rgba(255,255,255,.65); transform: translateY(1px); }
.slot-card input:checked + .slot-card-inner .slot-status { color: #fff7dc; background: var(--wine); }
.slot-card input:focus-visible + .slot-card-inner { outline: 3px solid rgba(229,169,39,.36); outline-offset: 3px; }
.slot-card.is-booked { cursor: not-allowed; }
.slot-card.is-booked .slot-card-inner { opacity: .55; box-shadow: inset 3px 3px 7px rgba(84,49,33,.11); }
.slot-card.is-booked .slot-status { color: #fff; background: #8c7f77; }
.slot-card.is-reduced .slot-card-inner { border-color: rgba(214,154,35,.64); box-shadow: 0 0 0 2px rgba(229,169,39,.12), 5px 6px 12px rgba(84,49,33,.11), -4px -4px 10px rgba(255,255,255,.66); }
.slot-card.is-reduced input + .slot-card-inner .slot-status { color: #825600; background: rgba(229,169,39,.18); }
.slot-card.is-capacity-flash .slot-card-inner { animation: slotCapacityBlink 1.05s ease-in-out 2; }
.slot-card.is-low-capacity .slot-card-inner { border-color: rgba(171,35,67,.68); background: #f1dedb; box-shadow: 0 0 0 2px rgba(171,35,67,.1), 5px 6px 12px rgba(84,49,33,.12), -4px -4px 10px rgba(255,255,255,.62); }
.slot-card.is-low-capacity input + .slot-card-inner .slot-status { color: #fff8f3; background: linear-gradient(135deg, #c43759, #941f3d); box-shadow: 0 5px 12px rgba(148,31,61,.24); }

@keyframes slotCapacityBlink {
  0%, 100% { border-color: rgba(214,154,35,.64); box-shadow: 0 0 0 2px rgba(229,169,39,.12), 5px 6px 12px rgba(84,49,33,.11), -4px -4px 10px rgba(255,255,255,.66); }
  45% { border-color: rgba(229,169,39,.98); box-shadow: 0 0 0 4px rgba(229,169,39,.24), 0 0 20px rgba(229,169,39,.28), 5px 6px 12px rgba(84,49,33,.11), -4px -4px 10px rgba(255,255,255,.66); }
}
.slot-service-note { margin-top: 12px; padding: 11px 13px; border-left: 3px solid var(--gold); border-radius: 10px; color: #755e52; background: rgba(255,250,241,.58); font-size: .66rem; }
.rakhi-consent { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.rakhi-consent input { position: absolute; opacity: 0; pointer-events: none; }
.consent-box { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.68); border-radius: 8px; color: transparent; background: #eee1d2; box-shadow: inset 3px 3px 7px rgba(84,49,33,.12), inset -3px -3px 7px rgba(255,255,255,.66); font-size: .6rem; }
.rakhi-consent small { color: #706158; font-size: .69rem; line-height: 1.55; }
.rakhi-consent input:checked + .consent-box { color: #fff; background: var(--emerald); box-shadow: inset 3px 3px 7px rgba(1,54,46,.25); }
.rakhi-consent input:focus-visible + .consent-box { outline: 3px solid rgba(229,169,39,.34); outline-offset: 3px; }
.rakhi-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rakhi-form-message { display: none; gap: 8px; margin-top: 15px; padding: 12px 14px; border-radius: 12px; font-size: .7rem; line-height: 1.5; }
.rakhi-form-message.is-visible { display: flex; }
.rakhi-form-message.is-error { color: #8b2038; background: rgba(164,37,61,.09); border-left: 3px solid #a5253d; }
.rakhi-form-message.is-success { color: #086255; background: rgba(9,105,90,.09); border-left: 3px solid #09695a; }
.rakhi-submit-btn { width: 100%; min-height: 54px; margin-top: 18px; font-size: .82rem; }
.rakhi-submit-btn:disabled, .rakhi-primary-btn:disabled { opacity: .55; cursor: not-allowed; transform: none; filter: grayscale(.25); }

.otp-panel { max-width: 620px; margin: 0 auto; padding: clamp(25px, 5vw, 42px); border: 1px solid rgba(255,255,255,.72); border-radius: 25px; text-align: center; background: linear-gradient(145deg, #fbf3e8, #e6d3bf); box-shadow: 11px 13px 26px rgba(84,49,33,.14), -8px -8px 20px rgba(255,255,255,.75); }
.otp-rakhi-mark { width: 90px; height: 90px; margin: -8px auto 12px; }
.otp-rakhi-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(84,35,23,.18)); animation: heroRakhiFloat 4.5s ease-in-out infinite; }
.otp-panel > p { margin-inline: auto; }
.otp-booking-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 20px 0; padding: 12px 14px; border-radius: 13px; color: #6e5d53; background: rgba(255,250,242,.58); box-shadow: inset 3px 3px 8px rgba(84,49,33,.09); font-size: .7rem; }
.otp-booking-summary span { display: inline-flex; align-items: center; gap: 7px; }
.otp-booking-summary i { color: var(--wine); }
.otp-booking-summary strong { color: var(--emerald); font-size: .78rem; }
.otp-inputs { display: grid; grid-template-columns: repeat(6, minmax(42px, 56px)); justify-content: center; gap: 9px; }
.otp-inputs input { width: 100%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 13px; outline: 0; color: var(--wine); background: #eee1d2; box-shadow: inset 4px 4px 9px rgba(84,49,33,.13), inset -4px -4px 9px rgba(255,255,255,.66); font-size: 1.25rem; font-weight: 800; text-align: center; }
.otp-inputs input:focus { box-shadow: inset 3px 3px 7px rgba(84,49,33,.12), inset -3px -3px 7px rgba(255,255,255,.62), 0 0 0 3px rgba(229,169,39,.24); }
.otp-expiry { margin-top: 12px; color: #8a7a71; font-size: .65rem; }
.otp-expiry strong { color: var(--wine); }
.otp-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px; margin-top: 16px; }
.otp-actions button { padding: 4px; border: 0; color: var(--wine); background: transparent; cursor: pointer; font-size: .66rem; font-weight: 800; }
.otp-actions button:disabled { color: #a2948c; cursor: not-allowed; }

.booking-success { max-width: 680px; margin: 0 auto; padding: clamp(28px, 5vw, 48px); text-align: center; }
.success-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%; color: #fff5ce; background: linear-gradient(145deg, #158071, #075247); box-shadow: 9px 10px 21px rgba(9,105,90,.2), inset 0 1px 0 rgba(226,255,248,.3); font-size: 1.25rem; animation: successPop .55s cubic-bezier(.2,.9,.3,1.2) both; }
.booking-success > span { color: var(--emerald); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.booking-success > p { margin-inline: auto; }
.success-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.success-details div { display: flex; flex-direction: column; padding: 14px; border-radius: 14px; background: rgba(255,250,242,.58); box-shadow: inset 3px 3px 8px rgba(84,49,33,.09); }
.success-details small { color: #8c7c73; font-size: .59rem; text-transform: uppercase; }
.success-details strong { margin-top: 5px; color: var(--wine); font-size: .77rem; }
.success-home { margin-top: 4px; }
.rakhi-footer { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 90px; padding: 20px; color: #796a62; font-size: .68rem; }
.rakhi-footer img { width: 42px; height: 42px; object-fit: contain; }
.rakhi-footer a { color: var(--wine); font-weight: 800; }
.rakhi-noscript { position: fixed; z-index: 10000; inset: auto 15px 15px; padding: 15px; border-radius: 12px; color: #fff; background: #7b1935; text-align: center; }

@keyframes festivalDrift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-18px, 16px) scale(1.06); } }
@keyframes festivalSpark { 0%,100% { opacity: .25; transform: scale(.7) rotate(0); } 50% { opacity: .8; transform: scale(1.2) rotate(18deg); } }
@keyframes heroRakhiFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes heroCreativeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes artRingPulse { 0%,100% { transform: scale(.96); opacity: .72; } 50% { transform: scale(1.03); opacity: 1; } }
@keyframes panelReveal { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes successPop { from { opacity: 0; transform: scale(.55) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 991.98px) {
  .rakhi-hero { grid-template-columns: 1fr; padding-top: 38px; text-align: center; }
  .rakhi-hero-copy > p { margin-inline: auto; }
  .rakhi-trust-row { justify-content: center; }
  .rakhi-hero-art { min-height: 540px; }
  .rakhi-hero-art .rakhi-hero-creative-image { width: min(540px, 88vw); }
  .rakhi-art-ring { width: 320px; }
  .rakhi-art-caption { right: 10%; }
  .slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .rakhi-header { width: min(100% - 28px, 1180px); min-height: 72px; }
  .rakhi-brand img { width: 48px; height: 48px; }
  .rakhi-brand strong { font-size: .87rem; }
  .rakhi-home-link { width: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .rakhi-home-link { font-size: 0; }
  .rakhi-home-link i { font-size: .8rem; }
  .rakhi-hero { width: min(100% - 28px, 1180px); min-height: auto; padding: 36px 0 55px; }
  .rakhi-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .rakhi-hero-copy > p { font-size: .87rem; }
  .rakhi-hero-art { min-height: auto; margin-top: 28px; }
  .rakhi-hero-art .rakhi-hero-creative-image { width: min(100%, 500px); border-radius: 22px; }
  .rakhi-art-caption { right: 3%; bottom: 0; }
  .reservation-shell { width: min(100% - 20px, 1050px); margin-bottom: 40px; padding: 28px 17px; border-radius: 25px; }
  .reservation-intro { text-align: center; }
  .rajpura-gate { grid-template-columns: 1fr; padding: 20px; text-align: center; }
  .gate-icon { margin: 0 auto; }
  .gate-actions, .gate-decline-message { grid-column: 1; }
  .gate-actions { display: grid; }
  .booking-panel-head { display: block; text-align: center; }
  .rajpura-confirmed { width: max-content; margin: 15px auto 0; }
  .rakhi-form-grid { grid-template-columns: 1fr; }
  .eligibility-grid { grid-template-columns: 1fr; }
  .instagram-eligibility { grid-template-columns: 48px minmax(0,1fr); padding: 16px; }
  .instagram-mark { width: 48px; border-radius: 15px; font-size: 1.2rem; }
  .instagram-follow-link { width: 100%; justify-content: center; }
  .post-share-steps { grid-template-columns: 1fr; gap: 6px; }
  .post-step { min-height: 58px; }
  .slot-heading-row { align-items: flex-start; }
  .slot-grid { grid-template-columns: 1fr; }
  .slot-card-inner { min-height: 64px; }
  .otp-panel { padding: 25px 15px; }
  .otp-inputs { grid-template-columns: repeat(6, minmax(38px, 46px)); gap: 6px; }
  .success-details { grid-template-columns: 1fr; }
  .rakhi-footer { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .otp-inputs { grid-template-columns: repeat(6, 38px); gap: 5px; }
  .rakhi-trust-row span { padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rakhi-transition { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
