:root {
  --navy: #ffffff;
  --blue: #d8d8d8;
  --pink: #ffffff;
  --ink: #f5f5f5;
  --muted: #a5a5a5;
  --line: #353535;
  --soft: #0c0c0c;
  --white: #111111;
  --success: #47b881;
  --shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color: var(--ink);
  color-scheme: dark;
  background: #0c0c0c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
main { width: 100%; min-width: 0; flex: 1 0 auto; }
button, input, select { max-width: 100%; font: inherit; }
img, video { max-width: 100%; }
form, fieldset { min-width: 0; }
a { color: inherit; }
[hidden] { display: none !important; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 10; width: 100%; min-width: 0; overflow: hidden; background: #0c0c0c; border-bottom: 1px solid #2b2b2b; }
.topbar { background: var(--navy); color: #dce9f8; font-size: 12px; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; text-decoration: none; }
.navbar { height: 76px; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; }
.brand { flex: 0 1 220px; min-width: 0; height: 76px; display: flex; align-items: center; text-decoration: none; line-height: 1; overflow: hidden; }
.brand img { display: block; width: min(100%, 210px); height: auto; max-height: 76px; object-fit: contain; }
.brand-word { font-size: 30px; font-weight: 700; letter-spacing: -.06em; background: linear-gradient(90deg, var(--pink), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-subtitle { margin-top: 6px; color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: #2c3f59; font-size: 14px; font-weight: 500; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--pink); }
.register-link { padding: 11px 22px; border-radius: 4px; background: var(--pink); color: #fff !important; box-shadow: 0 8px 20px rgba(189, 29, 100, .22); }
.header-label { flex: none; color: #a5a5a5; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(105deg, rgba(11,40,80,.97), rgba(21,95,168,.9)), radial-gradient(circle at 80% 20%, var(--pink), transparent 46%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -220px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; padding-block: 66px 76px; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: #eeb6d0; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.page-hero h1 { margin: 0; max-width: 700px; font-size: clamp(34px, 5vw, 54px); line-height: 1.1; letter-spacing: -.035em; }
.page-hero p:last-child { max-width: 660px; margin: 18px 0 0; color: #d9e5f2; font-size: 16px; }

.registration-section { width: 100%; padding: clamp(20px, 4vw, 38px) 0 clamp(32px, 6vw, 54px); }
.registration-layout { display: block; width: min(940px, calc(100% - 40px)); max-width: none; }
.form-intro { position: sticky; top: 28px; padding: 18px 0; }
.form-intro .section-kicker, .success-panel .section-kicker { color: var(--pink); }
.form-intro h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.22; letter-spacing: -.03em; }
.form-intro > p { color: var(--muted); margin: 18px 0 28px; }
.trust-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.trust-list span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--blue); background: #e8f2fc; border-radius: 50%; }

.form-card { width: 100%; min-width: 0; padding: clamp(18px, 3.5vw, 30px); overflow: hidden; background: #111; border: 1px solid #2b2b2b; border-radius: 10px; box-shadow: 0 18px 48px rgba(0, 0, 0, .28); }
.stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0 0 34px; padding: 0; list-style: none; }
.stepper li { min-width: 0; position: relative; display: grid; justify-items: center; gap: 7px; color: #858585; font-size: 11px; font-weight: 600; text-align: center; }
.stepper small { width: 100%; overflow-wrap: anywhere; line-height: 1.25; }
.stepper li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; left: calc(50% + 22px); right: calc(-50% + 22px); top: 17px; height: 2px; background: var(--line); }
.stepper span { position: relative; z-index: 1; display: grid; place-items: center; width: 35px; height: 35px; border: 2px solid var(--line); border-radius: 50%; background: #111; }
.stepper li.active, .stepper li.done { color: var(--navy); }
.stepper li.active span { color: #000; background: #fff; border-color: #fff; box-shadow: 0 6px 18px rgba(255,255,255,.12); }
.stepper li.done span { color: #fff; background: #444; border-color: #666; }
.stepper li.done:not(:last-child)::after { background: var(--blue); }
.stage-heading { margin-bottom: 24px; }
.stage-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.stage-heading p { margin: 0 0 2px; color: #bdbdbd; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stage-heading h2 { margin: 0; color: var(--navy); font-size: clamp(20px, 4vw, 25px); line-height: 1.25; letter-spacing: -.02em; overflow-wrap: anywhere; }
.form-stage { display: none; }
.form-stage.show { display: block; animation: stage-in .28s ease both; }
@keyframes stage-in { from { opacity: 0; transform: translateY(8px); } }
.fields { display: grid; gap: 18px; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { width: 100%; min-width: 0; }
.field label { display: block; margin-bottom: 7px; color: #d8d8d8; font-size: 13px; font-weight: 600; }
.field label b { color: #fff; }
input, select { display: block; width: 100%; min-width: 0; min-height: 48px; padding: 11px 13px; color: #f5f5f5; background: #181818; border: 1px solid #444; border-radius: 5px; outline: none; transition: border-color .18s, box-shadow .18s; }
select option { color: #f5f5f5; background: #181818; }
input::placeholder { color: #777; }
input:focus, select:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.1); }
input:user-invalid, select:user-invalid { border-color: #d92d20; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.form-actions.end { justify-content: flex-end; }
.button { min-width: 118px; min-height: 47px; padding: 11px 24px; white-space: normal; line-height: 1.35; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 600; overflow-wrap: anywhere; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline: 3px solid rgba(255,255,255,.24); outline-offset: 2px; }
.button.primary { color: #000; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.button.primary:hover { background: #ddd; }
.button.primary:disabled { opacity: .6; cursor: wait; transform: none; }
.button.secondary { color: #fff; background: transparent; border-color: #555; }
.button.secondary:hover { background: #1e1e1e; border-color: #888; }
.member-card { width: 100%; min-inline-size: 0; margin: 0; padding: clamp(14px, 3vw, 20px); border: 1px solid #333; border-radius: 7px; background: #151515; }
.member-card + .member-card { margin-top: 18px; }
.member-card legend { padding: 0 8px; color: var(--navy); font-size: 14px; font-weight: 700; }
.compact-row { margin: 22px 0; }
.people-count { flex: none; padding: 8px 12px; color: #fff; background: #222; border: 1px solid #383838; border-radius: 99px; font-size: 12px; }
.people-count strong { margin-left: 5px; color: #fff; font-size: 18px; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.experience-option { min-width: 0; overflow: hidden; position: relative; border: 2px solid #333; border-radius: 8px; background: #151515; cursor: pointer; overflow-wrap: anywhere; transition: border-color .18s, transform .18s, box-shadow .18s; }
.experience-option:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(11,40,80,.1); }
.experience-option.selected { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.experience-option input { position: absolute; opacity: 0; pointer-events: none; }
.experience-option img, .experience-option video { display: block; width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; background: #222; }
.experience-copy { display: block; padding: 17px; }
.experience-copy h3 { margin: 0; color: var(--navy); font-size: 17px; }
.experience-copy p { margin: 7px 0 0; color: #aaa; font-size: 12px; }
.experience-copy ul { margin: 10px 0 0; padding-left: 18px; color: #ccc; font-size: 12px; }
.experience-duration { display: inline-block; margin-top: 12px; padding: 5px 9px; color: #fff; background: #292929; border-radius: 99px; font-size: 11px; font-weight: 700; }
.loading { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.selection-summary { max-width: 100%; margin-bottom: 20px; padding: 13px 15px; overflow-wrap: anywhere; color: #fff; background: #1d1d1d; border-left: 4px solid #fff; border-radius: 4px; font-size: 13px; font-weight: 600; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: #ccc; font-size: 13px; cursor: pointer; }
.consent input { flex: none; width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--pink); }
.helper { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.form-alert { margin-bottom: 22px; padding: 12px 14px; color: #ffd4d4; background: #351919; border: 1px solid #713030; border-radius: 5px; font-size: 13px; }

.otp-overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,20,40,.68); backdrop-filter: blur(5px); }
.otp-dialog { position: relative; width: min(430px, 100%); padding: 34px; text-align: center; background: #151515; border: 1px solid #333; border-radius: 10px; box-shadow: 0 26px 80px rgba(0,0,0,.5); }
.otp-dismiss { position: absolute; top: 10px; right: 13px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: #667085; background: transparent; cursor: pointer; font-size: 25px; }
.otp-symbol, .success-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 16px; color: #000; background: #fff; border-radius: 50%; font-size: 24px; }
.otp-dialog h2 { margin: 0; color: var(--navy); font-size: 23px; }
.otp-dialog p { color: var(--muted); font-size: 13px; }
.otp-dialog input { margin: 8px 0 14px; text-align: center; font-size: 22px; font-weight: 700; letter-spacing: .3em; }
.otp-dialog .button { width: 100%; }
.otp-error { min-height: 20px; color: #d92d20; font-size: 12px; }
.resend { margin-top: 12px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: 12px; }
.resend:disabled { color: #98a2b3; cursor: default; }

.success-panel { padding: 12px 6px; text-align: center; }
.success-icon { background: var(--success); font-weight: 700; }
.success-panel h2 { margin: 0; color: var(--navy); font-size: 30px; }
.success-panel > p:not(.section-kicker):not(.whatsapp-status) { color: var(--muted); }
.booking-code { display: inline-block; max-width: 100%; margin: 10px 0 24px; padding: 11px 18px; overflow-wrap: anywhere; color: #fff; background: #1d1d1d; border: 1px dashed #888; border-radius: 5px; font-size: clamp(17px, 5vw, 22px); letter-spacing: .06em; }
.success-details { width: min(520px, 100%); margin: 0 auto 22px; text-align: left; border-top: 1px solid var(--line); }
.success-details div { display: grid; grid-template-columns: 145px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.success-details dt { color: var(--muted); font-size: 12px; }
.success-details dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 600; }
.whatsapp-status { width: min(520px, 100%); margin: 0 auto 22px; padding: 11px 13px; color: #b9f6d5; background: #173127; border-radius: 5px; font-size: 12px; }
.whatsapp-status.warning { color: #ffe0a3; background: #332915; }

.site-footer { color: #888; background: #0c0c0c; border-top: 1px solid #2b2b2b; }
.footer-simple { min-height: 58px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 11px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr; gap: 50px; padding-block: 54px; }
.footer-brand .brand-subtitle { color: #c6d7e8; }
.site-footer p { max-width: 390px; color: #aebed0; font-size: 13px; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 14px; }
.site-footer h2 + a, .site-footer div > a + a { display: block; margin-top: 8px; color: #c8d4e2; font-size: 13px; text-decoration: none; }
.footer-contact { color: #fff !important; font-weight: 600; }
.footer-bottom { padding: 16px 0; color: #8fa3b8; background: #06172d; font-size: 11px; }

@media (max-width: 900px) {
  .registration-layout { width: min(100% - 30px, 940px); }
}

@media (max-width: 760px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .registration-layout { width: min(100% - 24px, 940px); }
  .navbar { height: 66px; min-height: 66px; }
  .brand { flex-basis: 190px; height: 66px; }
  .brand img { width: min(100%, 182px); max-height: 66px; }
  .header-label { font-size: 12px; }
  .registration-section { padding-block: 24px 40px; }
  .form-card { padding: 20px 18px; }
  .two-col, .experience-grid { grid-template-columns: 1fr; }
  .stage-heading.split { align-items: flex-start; }
  .people-count { white-space: nowrap; }
  .experience-option img, .experience-option video { aspect-ratio: 16 / 7.5; }
}

@media (max-width: 520px) {
  .site-shell, .registration-layout { width: min(100% - 16px, 940px); }
  .navbar { height: 60px; min-height: 60px; gap: 12px; }
  .brand { flex-basis: 170px; height: 60px; }
  .brand img { width: min(100%, 164px); max-height: 60px; }
  .header-label { font-size: 11px; }
  .registration-section { padding-block: 14px 28px; }
  .form-card { padding: 18px 12px; border-radius: 8px; box-shadow: 0 8px 24px rgba(15,42,80,.06); }
  .stepper { margin-bottom: 26px; }
  .stepper small { font-size: 9px; }
  .stepper li:not(:last-child)::after { left: calc(50% + 18px); right: calc(-50% + 18px); top: 15px; }
  .stepper span { width: 31px; height: 31px; }
  .stage-heading { margin-bottom: 20px; }
  .stage-heading.split { display: grid; gap: 10px; }
  .people-count { justify-self: start; }
  .fields { gap: 15px; }
  .member-card legend { font-size: 13px; }
  .form-actions, .form-actions.end { flex-direction: column; align-items: stretch; }
  .form-actions .button { width: 100%; min-width: 0; padding-inline: 12px; }
  .success-details div { grid-template-columns: 1fr; gap: 3px; }
  .otp-overlay { padding: 12px; }
  .otp-dialog { max-height: calc(100dvh - 24px); overflow-y: auto; padding: 30px 18px 22px; }
  .otp-dialog input { font-size: 20px; letter-spacing: .22em; }
  .footer-simple { min-height: 52px; padding-block: 12px; }
}

@media (max-width: 360px) {
  .site-shell, .registration-layout { width: min(100% - 10px, 940px); }
  .header-label { display: none; }
  .form-card { padding-inline: 10px; }
  .stepper small { font-size: 8px; }
  .stepper li:not(:last-child)::after { left: calc(50% + 15px); right: calc(-50% + 15px); top: 13px; }
  .stepper span { width: 27px; height: 27px; font-size: 11px; }
  input, select { min-height: 46px; padding-inline: 10px; font-size: 14px; }
}

/* Official-site treatment: black page shell with a white form surface. */
:root {
  --navy: #171717;
  --blue: #6f2bb7;
  --pink: #c80078;
  --ink: #242424;
  --muted: #6f6f6f;
  --line: #dedede;
  --soft: #000;
  --white: #fff;
}

body { color: var(--ink); background: #000; }
.site-header { background: #050505; border-bottom-color: #1f1f1f; }
.site-shell.navbar { width: min(1440px, calc(100% - 40px)); }
.header-label { color: #b6b6b6; }

.form-card {
  --form-pad-y: 30px;
  --form-pad-x: 30px;
  padding: var(--form-pad-y) var(--form-pad-x);
  color: var(--ink);
  background: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.stepper {
  margin: calc(var(--form-pad-y) * -1) calc(var(--form-pad-x) * -1) 30px;
  padding: 22px var(--form-pad-x) 20px;
  background: #0a0a0a;
  border-bottom: 1px solid #242424;
}
.stepper li { color: #909090; }
.stepper li:not(:last-child)::after { background: #3c3c3c; }
.stepper span { color: #aaa; background: #111; border-color: #484848; }
.stepper li.active, .stepper li.done { color: #fff; }
.stepper li.active span {
  color: #fff;
  background: linear-gradient(135deg, #e3007d, #6f2bb7);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(194, 0, 118, .28);
}
.stepper li.done span { color: #fff; background: #333; border-color: #555; }
.stepper li.done:not(:last-child)::after { background: #777; }

.stage-heading p { color: #777; }
.stage-heading h2,
.member-card legend,
.experience-copy h3,
.success-panel h2 { color: #171717; }
.field label { color: #3d3d3d; }
.field label b { color: #bf006f; }
input,
select {
  color: #222;
  background: #fff;
  border-color: #ccc;
}
select option { color: #222; background: #fff; }
input::placeholder { color: #999; }
input:focus,
select:focus { border-color: #222; box-shadow: 0 0 0 3px rgba(0, 0, 0, .08); }
input:user-invalid,
select:user-invalid { border-color: #c92b4a; }

.button.primary { color: #fff; background: #050505; box-shadow: none; }
.button.primary:hover { color: #fff; background: #292929; }
.button.secondary { color: #111; background: #fff; border-color: #999; }
.button.secondary:hover { color: #000; background: #f0f0f0; border-color: #555; }
.button:focus-visible { outline-color: rgba(111, 43, 183, .35); }

.member-card { background: #fafafa; border-color: #d9d9d9; }
.people-count { color: #171717; background: #f1f1f1; border-color: #ddd; }
.people-count strong { color: #171717; }
.experience-option { color: #222; background: #fff; border-color: #d8d8d8; }
.experience-option:hover { box-shadow: 0 10px 26px rgba(0, 0, 0, .1); }
.experience-option.selected { border-color: #111; box-shadow: 0 0 0 3px rgba(0, 0, 0, .08); }
.experience-option img,
.experience-option video { background: #eee; }
.experience-copy p { color: #666; }
.experience-copy ul { color: #444; }
.experience-duration { color: #222; background: #eee; }
.loading,
.helper { color: #777; }
.selection-summary { color: #222; background: #f3f3f3; border-left-color: #111; }
.consent { color: #444; }
.consent input { accent-color: #111; }
.form-alert { color: #9b1c1c; background: #fff2f2; border-color: #f0b9b9; }

.otp-overlay { background: rgba(0, 0, 0, .78); }
.otp-dialog { color: #222; background: #fff; border-color: #d2d2d2; }
.otp-dialog h2 { color: #171717; }
.otp-dialog p { color: #666; }
.otp-dialog input { color: #222; background: #fff; }
.otp-dismiss {
  color: #fff;
  background: linear-gradient(135deg, #e3007d, #6f2bb7);
}
.otp-symbol { color: #fff; background: linear-gradient(135deg, #e3007d, #6f2bb7); }
.resend { color: #6f2bb7; }
.resend:disabled { color: #999; }

.success-icon { color: #fff; background: var(--success); }
.booking-code { color: #111; background: #f4f4f4; border-color: #777; }
.success-details dt { color: #777; }
.success-details dd { color: #222; }
.whatsapp-status { color: #126647; background: #ecfdf5; }
.whatsapp-status.warning { color: #8a4b08; background: #fff7e6; }
.site-footer { color: #888; background: #050505; border-top-color: #1f1f1f; }

@media (max-width: 760px) {
  .site-shell.navbar { width: min(100% - 24px, 1440px); }
  .form-card { --form-pad-y: 22px; --form-pad-x: 18px; }
  .stepper { padding-top: 18px; padding-bottom: 17px; }
}

@media (max-width: 520px) {
  .site-shell.navbar { width: min(100% - 18px, 1440px); }
  .form-card { --form-pad-y: 18px; --form-pad-x: 12px; border-radius: 7px; }
  .stepper { margin-bottom: 24px; padding-top: 16px; padding-bottom: 15px; }
}

@media (max-width: 360px) {
  .site-shell.navbar { width: min(100% - 12px, 1440px); }
  .form-card { --form-pad-x: 10px; }
}
