:root {
  --ink: #152249;
  --ink-2: #1f2f5c;
  --sky: #1FAEEA;
  --sky-deep: #0E8FC4;
  --amber: #F5A623;
  --amber-deep: #DC8A0E;
  --paper: #FAF8F3;
  --paper-2: #F2EEE3;
  --line: #DCD5C4;
  --ok: #1E8E5A;
  --text: #152249;
  --muted: #6B7280;
  --card: #FFFFFF;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--paper);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.display {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

.mono {
  font-family: 'IBM Plex Mono', monospace;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.foo-des {
  text-align: left;
}

.gradient-text {
  font-weight: 800;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- NAV ---------- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 6vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav img {
  height: 32px;
  width: auto;
}

.nav .help {
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav .help .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(30, 142, 90, .15);
}

/* ---------- HERO ---------- */
.hero {
  background: radial-gradient(1200px 500px at 85% -10%, #24407a 0%, var(--ink) 55%), var(--ink);
  color: #fff;
  padding: 56px 6vw 72px;
}

.hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: .08em;
  color: #BFE8FB;
  background: rgba(31, 174, 234, .12);
  border: 1px solid rgba(31, 174, 234, .35);
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.eyebrow .blink {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sky);
  animation: blink 1.6s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .25;
  }
}

.hero h1 {
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -.01em;
}

.hero h1 span {
  color: var(--amber);
}

.hero p.lead {
  font-size: 17px;
  line-height: 1.6;
  color: #C7CEE3;
  max-width: 520px;
  margin: 0 0 32px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
}

.stat {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 30px 10px;
  text-align: left;
}

.stat .num {
  font-family: 'Space Grotesk';
  font-size: 22px;
  font-weight: 700;
  color: var(--sky);
}

.stat .lbl {
  font-size: 11.5px;
  color: #AEB8D4;
  margin-top: 2px;
  line-height: 1.3;
}

/* ---------- REGION SLIDERS ---------- */
.region-sliders {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 560px;
  margin-top: 16px;
}

.region-slider {
  border-radius: 12px;
  padding: 14px 0 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .45);
}

.region-slider.grad-delhi {
  background: linear-gradient(120deg, #0BA5EC 0%, #5B6EF5 55%, #8B5CF6 100%);
}

.region-slider.grad-gujarat {
  background: linear-gradient(120deg, #FB8C1B 0%, #F5567E 60%, #D6249F 100%);
}

.region-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 10px;
}

.region-slider-head h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em;
}

.region-slider-head .tag {
  font-family: 'IBM Plex Mono';
  font-size: 10px;
  letter-spacing: .06em;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  padding: 3px 8px;
  border-radius: 100px;
  white-space: nowrap;
}

.region-slider-mask {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  overflow: hidden;
}

.region-slider-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: slide-left 18s linear infinite;
}

.region-slider.grad-gujarat .region-slider-track {
  animation: slide-left 22s linear infinite;
}

.region-slider:hover .region-slider-track {
  animation-play-state: paused;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 100px;
  white-space: nowrap;
  backdrop-filter: blur(2px);
}

.pill .dot2 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  opacity: .85;
}

/* ---------- HALL TICKET FORM ---------- */
.ticket-wrap {
  position: relative;
}

.ticket {
  background: var(--card);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(9, 15, 40, .55);
  position: relative;
}

.ticket-strip {
  background: repeating-linear-gradient(90deg, #0d1730 0 6px, #182755 6px 12px);
  height: 10px;
  width: 100%;
}

.ticket-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 26px 16px;
  border-bottom: 1.5px dashed var(--line);
  background: linear-gradient(180deg, #fff, #FCFBF7);
}

.ticket-head .title {
  font-size: 12px;
  letter-spacing: .09em;
  color: var(--muted);
  font-weight: 600;
}

.ticket-head h2 {
  font-size: 20px;
  margin: 4px 0 0;
  font-weight: 700;
  color: #0d1730;
}

.ticket-id {
  text-align: right;
}

.ticket-id .lbl {
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--muted);
}

.ticket-id .val {
  font-family: 'IBM Plex Mono';
  font-size: 14px;
  font-weight: 600;
  color: var(--sky-deep);
}

.ticket-body {
  padding: 22px 26px 26px;
  position: relative;
}

.ticket-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}

.punch-col {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
}

.section-label {
  font-family: 'IBM Plex Mono';
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--sky-deep);
  font-weight: 600;
  margin: 18px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-label:first-child {
  margin-top: 0;
}

.section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.field-row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
}

.field .req {
  color: var(--amber-deep);
}

.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=number],
.field select {
  border: 1.5px solid var(--line);
  border-radius: 9px;
  padding: 10px 11px;
  font-size: 13.5px;
  font-family: 'Inter';
  color: var(--text);
  background: var(--paper);
  width: 100%;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}

.field input:focus,
.field select:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(31, 174, 234, .15);
  background: #fff;
}

.phone-field {
  display: flex;
}

.phone-field .code {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid var(--line);
  border-right: none;
  border-radius: 9px 0 0 9px;
  padding: 0 10px;
  background: var(--paper-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  white-space: nowrap;
}

.phone-field input {
  border-radius: 0 9px 9px 0;
}

/* multiselect */
.multiselect {
  position: relative;
}

.ms-control {
  border: 1.5px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
  padding: 9px 11px;
  font-size: 13.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 38px;
  flex-wrap: wrap;
}

.ms-control.open {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(31, 174, 234, .15);
}

.ms-placeholder {
  color: #9AA1AE;
}

.chip {
  background: #EAF7FE;
  color: var(--sky-deep);
  border: 1px solid #BEE7F8;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.chip button {
  border: none;
  background: none;
  color: var(--sky-deep);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  padding: 0;
}

.ms-caret {
  color: var(--muted);
  font-size: 11px;
  margin-left: auto;
}

.ms-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 30px -10px rgba(9, 15, 40, .25);
  padding: 8px;
  max-height: 220px;
  overflow-y: auto;
  display: none;
}

.ms-panel.show {
  display: block;
}

.ms-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 8px;
  border-radius: 7px;
  font-size: 13px;
  cursor: pointer;
}

.ms-option:hover {
  background: var(--paper-2);
}

.ms-option input {
  margin: 0;
  accent-color: var(--sky-deep);
}

.ms-hint {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}

.submit-row {
  margin-top: 20px;
  align-items: center;
  gap: 16px;
  margin-top: 2rem;
}

.btn-submit {
  background: var(--amber);
  color: #231400;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .12s, background .15s;
  margin-bottom: 1rem;
  box-shadow: 0 8px 18px -6px rgba(245, 166, 35, .6);
}

.btn-submit:hover {
  background: var(--amber-deep);
  transform: translateY(-1px);
}

.consent {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}

.success-msg {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #EAF9F1;
  border: 1px solid #BFEAD3;
  color: var(--ok);
  font-size: 13px;
  font-weight: 600;
}

.success-msg.show {
  display: block;
}

/* ---------- SECTION: HOW IT WORKS ---------- */
.section {
  padding: 72px 6vw;
  max-width: 1280px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}

.section-head .eyebrow2 {
  font-family: 'IBM Plex Mono';
  font-size: 11.5px;
  letter-spacing: .1em;
  color: var(--sky-deep);
  font-weight: 600;
}

.section-head h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin: 10px 0 0;
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}  

.timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 14px);
}

.tstep {
  position: relative;
  text-align: left;
}

.tstep .badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1faeea;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  font-size: 22px;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  border: 4px solid var(--paper);
  box-shadow: #ccc 3px 4px 10px;
}

.tstep h3 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 700;
}

.tstep p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* ---------- CTA BANNER ---------- */
.cta-banner {
  background: linear-gradient(120deg, #f4f5f8 0%, #d3dff8 100%);
  border: 1px solid #C9DCF5;
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.cta-banner h3 {
  font-size: 26px;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--ink);
}

.cta-banner p {
  font-size: 14px;
  color: #3F4B66;
  margin: 0;
  max-width: 520px;
  line-height: 1.55;
}

.cta-banner .coupon {
  background: var(--ok);
  color: #fff;
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12.5px;
}

.cta-banner .btn-cta {
  background: var(--ink);
  color: #fff;
  border: none;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

/* ---------- TESTIMONIALS ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}

.stars {
  color: var(--amber);
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 12px;
}

.review p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #3C4252;
  margin: 0 0 16px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.reviewer .name {
  font-weight: 600;
  font-size: 13px;
}

.reviewer .role {
  font-size: 11.5px;
  color: var(--muted);
}

footer {
  background: var(--ink);
  color: #AEB8D4;
  text-align: center;
  padding: 26px;
  font-size: 12.5px;
}

footer hr {
  border: 1px solid #26345f;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:980px) {
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stat-grid {
    max-width: none;
  }

  .region-sliders {
    display: none;
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }

  .timeline::before {
    display: none;
  }

  .reviews {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:600px) {
  .nav {
    padding: 14px 5vw;
  }

  .nav .help span.txt {
    display: none;
  }

  .hero {
    padding: 40px 5vw 56px;
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cols-2,
  .cols-3 {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 5vw;
  }

  .ticket-head {
    flex-direction: column;
    gap: 10px;
  }

  .ticket-id {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

input.error,
select.error {
  border: 2px solid #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .15);
}

.ms-control.error {
  border: 2px solid #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .15);
}

.error-message {
  color: #dc3545;
  font-size: 13px;
  margin-top: 6px;
}

