:root {
  --night: #06152b;
  --night-2: #0b2444;
  --blue: #0f5fbd;
  --cyan: #2aa3c9;
  --cyan-bright: #72d9f2;
  --white: #f8fcff;
  --ink: #11243d;
  --muted: #708196;
  --line: #dce7ef;
  --soft: #f4f8fb;
  --green: #008f5d;
  --radius: 22px;
  font-family: 'Montserrat', 'Century Gothic', Arial, sans-serif;
  color: var(--ink);
  background: var(--night);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--night); }
button, input { font: inherit; }
button { cursor: pointer; }

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 37%, rgba(17, 111, 208, .36), transparent 28rem),
    radial-gradient(circle at 5% 90%, rgba(42, 163, 201, .16), transparent 28rem),
    linear-gradient(120deg, #06152b 0%, #08234a 60%, #06152b 100%);
  position: relative;
}

.page-shell::before { display: none; }

.page-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: linear-gradient(115deg, transparent 0 47%, rgba(55, 185, 238, .32) 47.1%, transparent 47.3%), linear-gradient(28deg, transparent 0 65%, rgba(55, 185, 238, .22) 65.1%, transparent 65.3%);
  background-size: 100% 100%, 100% 100%;
}

.topbar, .booking-layout, .footer { position: relative; z-index: 1; }
.topbar { display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: 0 auto; padding: 28px 38px; color: var(--white); }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.ventafy-lockup, .partner-lockup { color: inherit; text-decoration: none; display: flex; align-items: center; }
.ventafy-logo { display: block; width: 154px; height: auto; }
.partner-lockup { gap: 9px; padding: 8px 0 8px 15px; border-left: 1px solid rgba(255,255,255,.16); }
.partner-caption { font-size: 9px; letter-spacing: .08em; color: rgba(248,252,255,.58); text-transform: uppercase; }
.ampi-mark { display: grid; place-items: center; width: 25px; height: 25px; background: var(--green); color: white; border-radius: 7px 7px 7px 0; font-size: 14px; font-weight: 800; }
.ampi-word { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.ampi-word small { display: block; font-size: 7px; letter-spacing: .26em; margin-top: 2px; color: rgba(255,255,255,.68); }
.language-switcher { display: flex; align-items: center; gap: 7px; color: rgba(248,252,255,.38); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.language-button { border: 0; padding: 4px 2px; color: rgba(248,252,255,.48); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.language-button.is-active { color: var(--cyan-bright); }
.language-button:hover { color: white; }

.booking-layout { max-width: 1240px; margin: 0 auto; padding: 64px 38px 72px; display: grid; grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr); gap: clamp(48px, 8vw, 118px); align-items: center; }
.intro-column { padding-bottom: 14px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 100%; background: var(--cyan-bright); box-shadow: 0 0 0 5px rgba(114,217,242,.12); }
h1 { color: var(--white); font-size: clamp(42px, 5.15vw, 75px); line-height: .99; letter-spacing: -.065em; font-weight: 700; max-width: 590px; margin: 26px 0 28px; }
.intro-copy { color: rgba(248,252,255,.72); font-size: 16px; line-height: 1.75; max-width: 510px; margin: 0; }
.event-note { display: flex; gap: 15px; align-items: center; margin-top: 44px; max-width: 430px; padding: 18px 20px; border: 0; border-radius: 15px; background: rgba(16, 80, 145, .22); }
.event-icon { flex: 0 0 auto; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; color: white; background: rgba(17,36,61,.08); }
.event-icon-image { display: block; width: 21px; height: 21px; object-fit: contain; }
.event-note strong, .event-note span { display: block; }
.event-note strong { color: var(--white); font-size: 12px; margin-bottom: 6px; }
.event-note span { color: rgba(248,252,255,.6); font-size: 11px; line-height: 1.5; }
.event-access-note { display: flex; align-items: flex-start; gap: 11px; max-width: 430px; margin-top: 12px; padding: 13px 15px; border: 0; border-radius: 12px; background: rgba(3, 35, 73, .28); }
.event-access-icon { display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 auto; border-radius: 50%; color: var(--night); background: var(--cyan-bright); font-size: 12px; font-weight: 800; }
.event-access-note strong, .event-access-note > div > span { display: block; }
.event-access-note strong { color: var(--white); font-size: 10px; margin-bottom: 4px; }
.event-access-note > div > span { color: rgba(248,252,255,.58); font-size: 10px; line-height: 1.45; }
.connection-line { display: flex; align-items: center; gap: 7px; margin-top: 53px; }
.connection-line span { height: 2px; width: 30px; background: var(--cyan); opacity: .8; }
.connection-line span:nth-child(2) { width: 8px; opacity: .5; }
.connection-line span:nth-child(3) { width: 4px; opacity: .3; }
.micro-copy { font-size: 11px; color: rgba(248,252,255,.48); letter-spacing: .04em; margin-top: 15px; }

.booking-card { background: rgba(255,255,255,.98); border-radius: var(--radius); padding: 31px clamp(24px, 4vw, 44px) 22px; box-shadow: 0 24px 70px rgba(0, 10, 36, .36); max-width: 650px; width: 100%; justify-self: end; }
.card-topline { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.card-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
h2 { margin: 10px 0 0; color: var(--ink); font-size: clamp(22px, 2.6vw, 31px); letter-spacing: -.045em; }
.step-count { color: var(--blue); font-size: 20px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; flex: 0 0 auto; }
.step-count em { color: #a3afbc; font-size: 11px; font-style: normal; font-weight: 600; letter-spacing: .04em; }
.progress-track { height: 4px; border-radius: 10px; background: #e6eef3; margin-top: 25px; overflow: hidden; }
.progress-fill { display: block; height: 100%; width: 33.33%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue)); transition: width .35s ease; }
.progress-labels { display: flex; justify-content: space-between; margin-top: 9px; color: #a1adbb; font-size: 9px; font-weight: 600; }
.progress-labels span:first-child { color: var(--blue); }
.form-step { border: 0; padding: 36px 0 0; margin: 0; min-width: 0; }
.form-step[hidden], .company-field[hidden], .other-field[hidden], .success-state[hidden] { display: none; }
.step-title { display: block; width: 100%; color: var(--ink); font-size: 19px; font-weight: 700; line-height: 1.25; letter-spacing: -.04em; margin: 0 0 7px; }
.step-helper { margin: 7px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.field { display: block; margin-bottom: 18px; }
.field > span:first-child, .field-label { display: block; color: #53667b; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.field b, .field-label b { color: var(--cyan); }
.input-wrap { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: .2s ease; }
.input-wrap:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(42,163,201,.12); }
.input-wrap svg { color: #a0afbd; width: 17px; height: 17px; margin-left: 13px; flex: 0 0 auto; }
.input-wrap input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; padding: 13px 13px 13px 10px; font-size: 12px; }
.input-wrap input::placeholder { color: #aeb9c4; }
.question-block { margin: 23px 0; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card, .interest-card, .date-card, .time-card { position: relative; cursor: pointer; }
.choice-card { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; color: #54677a; font-size: 12px; font-weight: 600; transition: .2s ease; }
.choice-card:has(input:checked), .interest-card:has(input:checked), .date-card:has(input:checked), .time-card:has(input:checked) { border-color: var(--cyan); background: #f0fbfe; color: var(--blue); }
.choice-card input, .interest-card input, .date-card input, .time-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-ui, .check-ui, .radio-ui { display: grid; place-items: center; flex: 0 0 auto; width: 16px; height: 16px; border: 1.5px solid #bdcbd6; color: transparent; transition: .2s ease; }
.choice-ui { border-radius: 50%; }
.radio-ui { border-radius: 50%; background: #fff; }
.radio-ui::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); transform: scale(0); transition: transform .18s ease; }
.profile-grid .interest-card:has(input:checked) .radio-ui { border-color: var(--cyan); }
.profile-grid .interest-card:has(input:checked) .radio-ui::after { transform: scale(1); }
.choice-card:has(input:checked) .choice-ui { border: 5px solid var(--cyan); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.field-full { grid-column: 1 / -1; }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.interest-card { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 9px; padding: 11px 10px; color: #65778a; font-size: 10px; font-weight: 600; }
.check-ui { border-radius: 4px; font-size: 10px; font-weight: 800; }
.interest-card:has(input:checked) .check-ui { background: var(--cyan); border-color: var(--cyan); color: white; }
.other-field { margin: 14px 0 -2px; }
.primary-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 17px; border: 0; border-radius: 10px; padding: 15px 18px; color: white; background: linear-gradient(100deg, #1683c2, #0f5fbd); font-size: 12px; font-weight: 700; box-shadow: 0 9px 20px rgba(15,95,189,.22); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(15,95,189,.28); }
.primary-button > span:last-child { font-size: 19px; line-height: 0; font-weight: 400; }
.form-error { color: #c24646; min-height: 15px; font-size: 10px; margin: 0 0 10px; }
.back-button { border: 0; padding: 0; margin: 0 0 24px; color: #8392a1; background: transparent; font-size: 10px; }
.back-button span { margin-left: 5px; }
.date-picker-head, .time-picker-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.demo-note, .selected-day { color: #9aa8b5; font-size: 9px; }
.date-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
.date-card { display: flex; flex-direction: column; padding: 14px 12px; border: 1px solid var(--line); border-radius: 11px; color: #738496; transition: .2s ease; }
.date-card .date-day { color: #9aa8b5; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.date-card strong { margin: 6px 0 7px; color: var(--ink); font-size: 27px; letter-spacing: -.06em; }
.date-card span:last-child { font-size: 9px; }
.time-picker-head { margin-bottom: 10px; }
.time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 21px; }
.time-card { display: flex; align-items: center; justify-content: center; min-height: 43px; border: 1px solid var(--line); border-radius: 9px; color: #667a8e; font-size: 11px; font-weight: 600; transition: .2s ease; }
.time-card small { display: none; }
.time-card.is-disabled { opacity: .46; cursor: not-allowed; background: #f5f8fa; text-decoration: line-through; }
.time-card.is-disabled small { display: block; margin-left: 4px; color: #9aa8b5; font-size: 7px; text-decoration: none; }
.time-empty { grid-column: 1 / -1; border: 1px dashed #cbd9e2; border-radius: 9px; color: #93a1ae; font-size: 10px; line-height: 1.5; margin: 0; padding: 14px; text-align: center; }
.confirmation-intro { display: flex; gap: 14px; align-items: center; margin-bottom: 25px; }
.confirmation-intro .step-helper { margin-bottom: 0; }
.success-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); font-size: 19px; font-weight: 500; }
.summary-card { padding: 5px 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; color: #8291a0; font-size: 10px; }
.summary-row strong { color: var(--ink); font-size: 10px; font-weight: 700; text-align: right; }
.summary-divider { height: 1px; background: var(--line); }
.summary-highlight strong { color: var(--blue); line-height: 1.55; }
.summary-card + .form-error { margin-top: 20px; }
.success-state { text-align: center; padding: 55px 20px 45px; }
.success-icon-large { width: 58px; height: 58px; margin: 0 auto 23px; font-size: 28px; }
.success-state h3 { margin: 10px 0 12px; color: var(--ink); font-size: 31px; letter-spacing: -.06em; }
.success-state p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 auto 22px; max-width: 310px; }
.success-state p strong { color: var(--ink); }
.success-state .stand-confirmation { max-width: 100%; margin: 0 auto 22px; padding: 11px 14px; border-radius: 10px; color: var(--blue); background: #edf9fc; font-weight: 700; }
.text-button { border: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 700; }
.privacy-note { padding-top: 19px; border-top: 1px solid #edf2f5; color: #a7b3be; font-size: 9px; text-align: center; margin: 22px 0 0; }
.footer { max-width: 1240px; margin: 0 auto; padding: 0 38px 26px; display: flex; gap: 10px; color: rgba(248,252,255,.42); font-size: 9px; letter-spacing: .05em; }
.footer span:first-child { color: var(--cyan); font-weight: 800; letter-spacing: .14em; }
.footer-right { margin-left: auto; }
.admin-access { border: 0; padding: 0; color: rgba(248,252,255,.42); background: transparent; font-size: 9px; letter-spacing: .05em; transition: color .2s ease; }
.admin-access:hover { color: var(--cyan-bright); }
.admin-access span { color: var(--cyan); font-size: 12px; margin-left: 3px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; padding: 20px; background: rgba(3, 15, 34, .78); backdrop-filter: blur(9px); }
.modal-backdrop[hidden] { display: none; }
.admin-panel { position: relative; width: min(100%, 490px); max-height: min(740px, calc(100vh - 40px)); overflow: auto; border-radius: 20px; padding: 34px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: 0 25px 90px rgba(0,10,36,.5); }
.modal-close { position: absolute; top: 17px; right: 20px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #8291a0; background: #f0f5f8; font-size: 21px; line-height: 1; }
.modal-close:hover { color: var(--ink); background: #e5eef3; }
.admin-badge { display: inline-block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.admin-panel h2 { margin-top: 9px; }
.admin-helper { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 8px 0 25px; }
.firebase-setup-note { border: 1px solid #f2d7a3; border-radius: 9px; color: #765a27; background: #fff9ed; font-size: 10px; line-height: 1.5; margin: -7px 0 19px; padding: 11px 12px; }
.firebase-setup-note code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.dashboard-heading .admin-helper { margin-bottom: 0; }
.dashboard-heading .text-button { margin-top: 20px; white-space: nowrap; }
.dashboard-summary { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #edf2f5; border-bottom: 1px solid #edf2f5; color: #8291a0; font-size: 10px; padding: 14px 0; }
.dashboard-summary strong { color: var(--ink); font-size: 15px; margin-right: 3px; }
.live-indicator { color: var(--green); font-size: 9px; font-weight: 700; }
.live-indicator i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; background: var(--green); box-shadow: 0 0 0 3px rgba(0,143,93,.12); }
.appointments-list { display: grid; gap: 10px; padding-top: 17px; }
.appointment-item { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: var(--soft); }
.appointment-main { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.appointment-name { color: var(--ink); font-size: 12px; font-weight: 700; }
.appointment-email { color: #8291a0; font-size: 9px; margin-top: 5px; }
.appointment-slot { flex: 0 0 auto; color: var(--blue); font-size: 10px; font-weight: 700; text-align: right; }
.appointment-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.appointment-chip { border-radius: 999px; color: #5c7487; background: #e8f1f5; font-size: 8px; padding: 5px 8px; }
.empty-state { border: 1px dashed #cbd9e2; border-radius: 10px; color: #93a1ae; font-size: 10px; line-height: 1.5; margin: 0; padding: 20px 14px; text-align: center; }
body.modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .booking-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 45px; }
  .intro-column { max-width: 650px; }
  .booking-card { justify-self: stretch; max-width: none; }
  h1 { max-width: 600px; }
  .event-note { margin-top: 30px; }
  .connection-line { margin-top: 30px; }
}

@media (max-width: 600px) {
  .topbar { padding: 21px 20px; }
  .topbar-right { gap: 12px; }
  .partner-caption { display: none; }
  .partner-lockup { padding-left: 11px; }
  .booking-layout { padding: 34px 20px 54px; gap: 32px; }
  h1 { font-size: clamp(41px, 12vw, 60px); margin: 19px 0 21px; }
  .intro-copy { font-size: 14px; line-height: 1.65; }
  .event-note { margin-top: 25px; padding: 15px; }
  .booking-card { border-radius: 17px; padding: 25px 19px 19px; }
  h2 { font-size: 25px; }
  .form-step { padding-top: 31px; }
  .field-grid { display: block; }
  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .interest-card:last-child { grid-column: span 2; }
  .date-grid, .time-grid { gap: 7px; }
  .date-card { padding: 12px 9px; }
  .date-card strong { font-size: 24px; }
  .time-grid { grid-template-columns: repeat(4, 1fr); }
  .footer { padding: 0 20px 22px; flex-wrap: wrap; }
  .admin-access { width: 100%; text-align: left; margin-top: 7px; }
  .footer-right { width: 100%; margin-left: 0; margin-top: 7px; }
  .admin-panel { padding: 29px 20px 22px; }
  .dashboard-heading { display: block; }
  .dashboard-heading .text-button { margin-top: 0; }
  .appointment-main { display: block; }
  .appointment-slot { margin-top: 11px; text-align: left; }
}

@media (max-width: 380px) {
  .ventafy-logo { width: 145px; }
  .ampi-word { font-size: 10px; }
  .booking-card { padding-left: 15px; padding-right: 15px; }
}

/* Admin operations dashboard */
.admin-panel-wide { width: min(100%, 1180px); max-height: min(860px, calc(100vh - 40px)); padding: 36px 42px 34px; }
.admin-panel-wide .admin-dashboard-view { min-width: 0; }
.dashboard-heading-actions { display: flex; align-items: center; gap: 18px; padding-top: 12px; }
.dashboard-heading-actions .live-indicator { white-space: nowrap; }
.quiet-button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; padding: 9px 12px; color: #5d7387; background: white; font-size: 10px; font-weight: 700; transition: .2s ease; }
.quiet-button:hover { border-color: var(--cyan); color: var(--blue); background: #f3fbfd; }
.quiet-button span { color: var(--cyan); font-size: 15px; line-height: 0; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.dashboard-kpi { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 15px; padding: 16px 17px 14px; overflow: hidden; position: relative; }
.dashboard-kpi::after { content: ''; position: absolute; width: 105px; height: 105px; right: -48px; bottom: -55px; border-radius: 50%; background: rgba(255,255,255,.14); }
.dashboard-kpi span { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.dashboard-kpi strong { color: white; font-size: 34px; line-height: 1; letter-spacing: -.07em; }
.dashboard-kpi small { color: rgba(255,255,255,.65); font-size: 9px; }
.kpi-blue { border-color: #0d5ba9; background: linear-gradient(135deg, #0e579e, #0b78ba); }
.kpi-cyan { border-color: #229dbd; background: linear-gradient(135deg, #168eb0, #26b4c9); }
.kpi-green { border-color: #168965; background: linear-gradient(135deg, #087759, #12a177); }
.kpi-soft { border-color: #d7e8ef; background: #f1f9fb; }
.kpi-soft span, .kpi-soft small { color: #7690a0; }
.kpi-soft strong { color: var(--blue); }
.dashboard-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 28px; padding-bottom: 17px; border-bottom: 1px solid #edf2f5; }
.dashboard-schedule-controls { display: grid; gap: 10px; min-width: 0; }
.appointment-type-switcher { display: inline-flex; width: fit-content; padding: 3px; border-radius: 10px; background: #edf4f7; }
.type-tab { border: 0; border-radius: 8px; padding: 8px 13px; color: #7b8e9e; background: transparent; font-size: 9px; font-weight: 800; transition: .2s ease; }
.type-tab.is-active { color: var(--blue); background: white; box-shadow: 0 3px 10px rgba(26,68,98,.11); }
.dashboard-day-switcher { display: flex; gap: 9px; max-width: 520px; overflow-x: auto; padding: 1px 1px 4px; scrollbar-width: thin; }
.day-tab { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; color: #8a9baa; background: white; transition: .2s ease; }
.day-tab span, .day-tab small { font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.day-tab strong { color: var(--ink); font-size: 18px; letter-spacing: -.06em; }
.day-tab.is-active { border-color: var(--cyan); background: #effbfe; box-shadow: 0 4px 12px rgba(42,163,201,.12); }
.day-tab.is-active span, .day-tab.is-active small { color: var(--blue); }
.day-tab.is-active strong { color: var(--blue); }
.dashboard-filters { display: flex; align-items: center; gap: 10px; }
.dashboard-search { display: flex; align-items: center; width: min(100%, 245px); border: 1px solid var(--line); border-radius: 9px; background: white; }
.dashboard-search span { color: #9aabb8; font-size: 21px; line-height: 0; margin: 0 2px 0 11px; transform: rotate(-15deg); }
.dashboard-search input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 10px 10px 10px 5px; color: var(--ink); background: transparent; font-size: 10px; }
.dashboard-search:focus-within, .dashboard-select .input-wrap:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(42,163,201,.1); }
.dashboard-select { display: flex; align-items: center; gap: 7px; color: #8293a1; font-size: 9px; font-weight: 700; }
.dashboard-select select { border: 1px solid var(--line); border-radius: 9px; outline: 0; padding: 10px 24px 10px 10px; color: #587082; background: white; font-size: 10px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr); gap: 16px; margin-top: 18px; align-items: start; }
.next-appointment-card { min-height: 245px; display: flex; flex-direction: column; border-radius: 17px; padding: 20px; color: white; background: radial-gradient(circle at 90% 12%, rgba(114,217,242,.28), transparent 9rem), linear-gradient(145deg, #072b55, #0e5e99); box-shadow: 0 13px 28px rgba(6,39,77,.15); }
.next-card-top { display: flex; align-items: center; justify-content: space-between; }
.next-appointment-card .admin-badge { color: var(--cyan-bright); }
.next-pulse { width: 8px; height: 8px; border-radius: 50%; background: #72d9f2; box-shadow: 0 0 0 6px rgba(114,217,242,.12); }
.next-appointment-card h3 { margin: 37px 0 7px; color: white; font-size: 25px; letter-spacing: -.06em; }
.next-appointment-copy { min-height: 32px; margin: 0; color: rgba(255,255,255,.64); font-size: 10px; line-height: 1.55; }
.next-appointment-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.next-meta-item { color: rgba(255,255,255,.75); font-size: 9px; }
.next-meta-item b { color: white; font-size: 15px; }
.next-appointment-card .status-pill { color: #d7ffef; background: rgba(11,171,119,.28); }
.outline-button { align-self: flex-start; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; margin-top: 18px; padding: 9px 11px; color: white; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 700; }
.outline-button:hover { border-color: var(--cyan-bright); background: rgba(255,255,255,.16); }
.outline-button span { color: var(--cyan-bright); margin-left: 6px; font-size: 15px; line-height: 0; }
.agenda-card { min-width: 0; border: 1px solid var(--line); border-radius: 17px; padding: 20px 20px 8px; background: white; }
.agenda-card-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.agenda-card h3 { margin: 7px 0 0; color: var(--ink); font-size: 20px; letter-spacing: -.055em; }
.agenda-capacity { color: #8a9baa; font-size: 9px; white-space: nowrap; }
.agenda-timeline { max-height: 382px; overflow: auto; padding: 2px 3px 2px 0; }
.agenda-item { width: 100%; display: grid; grid-template-columns: 53px 15px 1fr; align-items: stretch; border: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.agenda-time { padding-top: 16px; color: #718699; font-size: 10px; font-weight: 800; text-align: right; }
.agenda-line { position: relative; display: flex; justify-content: center; }
.agenda-line::before { content: ''; position: absolute; top: 0; bottom: 0; width: 1px; background: #e4edf1; }
.agenda-line i { position: relative; z-index: 1; width: 7px; height: 7px; margin-top: 19px; border: 2px solid #8ed9e6; border-radius: 50%; background: white; }
.agenda-item:first-child .agenda-line::before { top: 22px; }
.agenda-item:last-child .agenda-line::before { bottom: calc(100% - 23px); }
.agenda-item-card { display: block; min-width: 0; border: 1px solid #e2edf1; border-radius: 11px; margin: 6px 0 6px 9px; padding: 11px 12px 9px; background: #fbfdfe; transition: .2s ease; }
.agenda-item:hover .agenda-item-card { border-color: var(--cyan); background: #f4fcfd; box-shadow: 0 5px 14px rgba(24,105,145,.08); }
.agenda-item-main, .agenda-item-right { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.agenda-item-main { justify-content: flex-start; min-width: 0; }
.agenda-avatar { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 9px; color: var(--blue); background: #dff4f8; font-size: 9px; font-weight: 800; }
.agenda-item-main strong, .agenda-item-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.agenda-item-main strong { color: var(--ink); font-size: 10px; }
.agenda-item-main small { max-width: 190px; margin-top: 4px; color: #8a9baa; font-size: 8px; }
.agenda-item-right { margin-top: -28px; }
.status-pill { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: 5px 8px; font-size: 8px; font-weight: 800; white-space: nowrap; }
.status-pending { color: #9a6b19; background: #fff1cc; }
.status-confirmed { color: #146c9b; background: #dff5fb; }
.status-done { color: #087652; background: #ddf6ea; }
.status-no-show { color: #8a5360; background: #fbe7eb; }
.status-cancelled { color: #75808b; background: #edf1f4; }
.note-mark { color: #a47b24; font-size: 8px; font-weight: 700; }
.agenda-item-interests { display: flex; flex-wrap: wrap; gap: 5px; margin: 9px 0 0 37px; }
.agenda-item-interests em { border-radius: 999px; padding: 4px 6px; color: #6d8493; background: #edf5f7; font-size: 7px; font-style: normal; }
.booking-type-pill { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: 5px 8px; font-size: 8px; font-weight: 800; white-space: nowrap; }
.type-forum { color: #0d6597 !important; background: #dff5fb !important; }
.type-video_call { color: #6849a5 !important; background: #eee7ff !important; }
.agenda-empty { display: grid; place-items: center; gap: 7px; min-height: 210px; border: 1px dashed #cbd9e2; border-radius: 11px; color: #93a1ae; text-align: center; }
.agenda-empty span { color: var(--cyan); font-size: 26px; }
.agenda-empty strong { color: #6d8191; font-size: 11px; }
.agenda-empty small { font-size: 9px; }
.appointment-drawer-backdrop { position: fixed; inset: 0; z-index: 20; display: flex; justify-content: flex-end; background: rgba(3,15,34,.42); backdrop-filter: blur(4px); }
.appointment-drawer-backdrop[hidden] { display: none; }
.appointment-drawer { width: min(100%, 440px); height: 100%; overflow: auto; padding: 38px 30px 28px; color: var(--ink); background: white; box-shadow: -20px 0 60px rgba(0,10,36,.24); animation: slide-in .25s ease both; }
@keyframes slide-in { from { transform: translateX(30px); opacity: .6; } to { transform: translateX(0); opacity: 1; } }
.detail-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-top: 8px; }
.detail-title-row h2 { margin-top: 0; font-size: 23px; }
.detail-slot { margin: 7px 0 0; color: var(--blue); font-size: 10px; font-weight: 700; }
.status-field { margin-top: 5px; }
.status-select-control { position: relative; display: flex; align-items: center; min-height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #fbfdfe, #f3f8fb); transition: .2s ease; }
.status-select-control::before { content: ''; width: 9px; height: 9px; flex: 0 0 auto; margin-left: 15px; border-radius: 50%; background: #d39a2b; box-shadow: 0 0 0 5px rgba(211,154,43,.12); }
.status-select-control::after { content: '⌄'; position: absolute; right: 15px; top: 50%; color: #7f93a3; font-size: 17px; line-height: 1; pointer-events: none; transform: translateY(-58%); }
.status-select-control:focus-within { border-color: var(--cyan); background: #f8fdfe; box-shadow: 0 0 0 4px rgba(42,163,201,.11); }
.status-select-control select { width: 100%; height: 48px; appearance: none; border: 0; outline: 0; padding: 0 42px 0 13px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.status-select-control option { color: var(--ink); background: white; font-size: 11px; }
.status-select-control:has(option[value="confirmada"]:checked)::before { background: #1994bf; box-shadow: 0 0 0 5px rgba(25,148,191,.12); }
.status-select-control:has(option[value="atendida"]:checked)::before { background: #0b9a6b; box-shadow: 0 0 0 5px rgba(11,154,107,.12); }
.status-select-control:has(option[value="no-asistio"]:checked)::before { background: #c36b7b; box-shadow: 0 0 0 5px rgba(195,107,123,.12); }
.status-select-control:has(option[value="cancelada"]:checked)::before { background: #8393a0; box-shadow: 0 0 0 5px rgba(131,147,160,.12); }
.detail-contact-card { display: flex; align-items: center; gap: 12px; margin: 24px 0; border-radius: 12px; padding: 13px; background: var(--soft); }
.detail-avatar { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; color: white; background: linear-gradient(135deg, #20a9c9, #0f5fbd); font-size: 13px; font-weight: 800; }
.detail-contact-card strong, .detail-contact-card span { display: block; }
.detail-contact-card strong { color: var(--ink); font-size: 12px; }
.detail-contact-card span { margin-top: 4px; color: #81919e; font-size: 9px; }
.detail-section { margin: 0 0 22px; }
.detail-section-label { display: block; margin-bottom: 9px; color: #53667b; font-size: 10px; font-weight: 700; }
.detail-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.detail-muted { color: #92a0ac; font-size: 9px; }
.detail-footnote { border-top: 1px solid #edf2f5; padding-top: 16px; color: #9aa8b3; font-size: 9px; line-height: 1.5; text-align: center; }
.textarea-wrap { align-items: stretch; }
.textarea-wrap textarea { width: 100%; min-height: 74px; resize: vertical; border: 0; outline: 0; padding: 12px; color: var(--ink); background: transparent; font: inherit; font-size: 11px; line-height: 1.55; }
.needs-field { margin-top: 20px; }
.detail-note-copy { margin: 0; color: #607487; font-size: 11px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.drawer-open { overflow: hidden; }

@media (max-width: 800px) {
  .admin-panel-wide { padding: 28px 22px 24px; }
  .dashboard-heading-actions { align-items: flex-start; flex-wrap: wrap; gap: 12px; padding-top: 17px; }
  .dashboard-kpis { grid-template-columns: repeat(2, 1fr); }
  .dashboard-toolbar { align-items: stretch; flex-direction: column; }
  .dashboard-day-switcher { max-width: 100%; }
  .dashboard-filters { flex-wrap: wrap; }
  .dashboard-search { flex: 1 1 190px; width: auto; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .next-appointment-card { min-height: 210px; }
}

@media (max-width: 520px) {
  .admin-panel-wide { width: 100%; max-height: calc(100vh - 20px); padding: 25px 16px 20px; border-radius: 16px; }
  .dashboard-heading-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .dashboard-heading-actions .live-indicator { grid-column: 1 / -1; }
  .dashboard-heading-actions .quiet-button, .dashboard-heading-actions .text-button { text-align: left; }
  .dashboard-kpi { min-height: 100px; padding: 13px; }
  .dashboard-kpi strong { font-size: 29px; }
  .dashboard-day-switcher { flex: 1; }
  .dashboard-schedule-controls { width: 100%; }
  .appointment-type-switcher { width: 100%; }
  .type-tab { flex: 1; }
  .day-tab { flex: 1; justify-content: center; padding: 8px 6px; }
  .dashboard-filters { display: grid; grid-template-columns: 1fr; }
  .dashboard-search { width: 100%; }
  .dashboard-select { justify-content: space-between; }
  .dashboard-select select { flex: 1; }
  .agenda-card { padding: 17px 12px 7px; }
  .agenda-card-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .agenda-item { grid-template-columns: 47px 13px 1fr; }
  .agenda-item-card { margin-left: 7px; padding: 10px 9px 8px; }
  .agenda-item-right { align-items: flex-end; flex-direction: column; gap: 5px; margin-top: -29px; }
  .agenda-item-interests { margin-left: 37px; }
  .appointment-drawer { width: 100%; padding: 32px 20px 22px; }
}

/* Dashboard readability refinements */
.next-appointment-card h2 { margin: 37px 0 7px; color: white; font-size: 25px; letter-spacing: -.06em; }
.agenda-item-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: 'main right' 'interests interests'; align-items: start; gap: 9px 10px; }
.agenda-item-main { grid-area: main; }
.agenda-item-right { grid-area: right; align-items: flex-end; flex-direction: column; margin-top: 0; }
.agenda-item-interests { grid-area: interests; margin: 0 0 0 37px; }

/* Standalone admin route */
.admin-route { min-height: 100vh; background: var(--night); }
.admin-page-shell { min-height: 100vh; background: radial-gradient(circle at 86% 18%, rgba(17,111,208,.35), transparent 28rem), linear-gradient(135deg, #06152b, #0a2b54 64%, #06152b); }
.admin-topbar { max-width: 1240px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; padding: 28px 38px; color: var(--white); }
.admin-topbar-right { display: flex; align-items: center; gap: 20px; }
.admin-topbar-label { color: rgba(248,252,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.back-to-booking { color: var(--cyan-bright); font-size: 10px; font-weight: 700; text-decoration: none; }
.back-to-booking:hover { color: white; }
.admin-main { max-width: 1240px; margin: 0 auto; padding: 42px 38px 70px; }
.admin-surface { min-height: 620px; border-radius: 24px; padding: 48px; background: rgba(255,255,255,.98); box-shadow: 0 25px 80px rgba(0,10,36,.3); }
.admin-surface > .admin-login-view { width: min(100%, 410px); margin: 90px auto 0; }
.admin-surface .admin-login-view h1, .admin-surface .admin-dashboard-view h1 { margin: 10px 0 0; color: var(--ink); font-size: clamp(25px, 3vw, 34px); line-height: 1.1; letter-spacing: -.06em; }
.admin-surface .admin-login-view .admin-helper { margin-bottom: 29px; }
.admin-surface .admin-login-view .primary-button { margin-top: 5px; }
.admin-surface .admin-dashboard-view h1 { font-size: clamp(26px, 3vw, 34px); }

@media (max-width: 800px) {
  .admin-topbar { padding: 22px 20px; }
  .admin-topbar-label { display: none; }
  .admin-main { padding: 25px 16px 45px; }
  .admin-surface { padding: 30px 22px; border-radius: 18px; }
  .admin-surface > .admin-login-view { margin-top: 58px; }
}

@media (max-width: 520px) {
  .admin-topbar .ventafy-logo { width: 140px; }
  .admin-topbar-right { gap: 0; }
  .admin-surface { min-height: 650px; padding: 25px 16px; }
  .admin-surface > .admin-login-view { margin-top: 66px; }
}

/* Public booking page — final Figma direction */
.page-shell {
  background:
    radial-gradient(circle at 75% 37%, rgba(17, 111, 208, .22), transparent 28rem),
    radial-gradient(circle at 5% 90%, rgba(42, 163, 201, .12), transparent 28rem),
    linear-gradient(116deg, rgba(6, 21, 43, .78) 0%, rgba(8, 35, 74, .64) 58%, rgba(6, 21, 43, .78) 100%),
    url('assets/ampi-event-stage.png') center / cover fixed;
}

.topbar { padding-top: 18px; padding-bottom: 18px; }
.ventafy-logo { width: 112px; height: 79px; object-fit: contain; object-position: left center; }
.topbar-right { align-self: flex-start; padding-top: 13px; }
.language-switcher { font-size: 10px; }
.language-button { font-size: 9px; }

.booking-layout {
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 8vw, 118px);
  padding-top: 55px;
  padding-bottom: 42px;
  align-items: start;
}
.intro-column { padding-top: 40px; }
.eyebrow { font-size: 10px; letter-spacing: .14em; }
h1 { max-width: 460px; font-size: clamp(50px, 5.1vw, 72px); line-height: 1.02; margin-top: 29px; }
.intro-copy { max-width: 460px; font-size: 15px; line-height: 1.75; }
.event-note, .event-access-note { max-width: 430px; background: linear-gradient(100deg, rgba(11, 79, 122, .95), rgba(8, 117, 197, .95)); backdrop-filter: blur(6px); }
.event-note { margin-top: 38px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.event-access-note { align-items: center; gap: 15px; padding: 13px 20px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.event-note strong { font-size: 12px; }
.event-note span { font-size: 10px; color: #d7eaf4; }
.event-access-icon { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 11px; color: #fafafa; background: rgba(17,36,61,.08); }
.access-check { display: grid; place-items: center; width: 100%; height: 100%; padding-bottom: 3px; color: #fafafa; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1; }
.event-access-note strong { font-size: 10px; }
.event-access-note > div > span { color: #fafafa; font-size: 10px; }
.connection-line { margin-top: 34px; }
.micro-copy { margin-top: 14px; }

.booking-card {
  max-width: 585px;
  padding: 0 44px 22px;
  border-radius: 22px;
  overflow: hidden;
}
.booking-column {
  display: flex;
  flex-direction: column;
  justify-self: end;
  max-width: 585px;
  width: 100%;
}
.booking-column[data-animating="true"] .booking-card { view-transition-name: booking-card; }
.booking-column[data-animating="true"] .video-call-button { view-transition-name: mode-toggle; }
::view-transition-group(booking-card),
::view-transition-group(mode-toggle) {
  animation-duration: 560ms;
  animation-timing-function: cubic-bezier(.22, 1, .36, 1);
}
::view-transition-old(booking-card),
::view-transition-old(mode-toggle) {
  animation: mode-view-out 180ms ease both;
}
::view-transition-new(booking-card),
::view-transition-new(mode-toggle) {
  animation: mode-view-in 360ms 65ms cubic-bezier(.22, 1, .36, 1) both;
}
::view-transition-old(root),
::view-transition-new(root) { animation: none; }
@keyframes mode-view-out {
  to { opacity: 0; filter: blur(2px); }
}
@keyframes mode-view-in {
  from { opacity: 0; filter: blur(2px); }
  to { opacity: 1; filter: blur(0); }
}
.video-call-button {
  position: relative;
  width: calc(100% - 88px);
  max-width: 498px;
  min-height: 60px;
  margin: 50px auto 0;
  padding: 0 86px 0 34px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(97.57deg, #1683c2 0%, #0875c5 100%);
  box-shadow: 0 9px 10px rgba(15, 95, 189, .22);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.video-call-button:disabled { cursor: progress; }
.video-call-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(15, 95, 189, .28);
}
.video-call-button img {
  position: absolute;
  top: 50%;
  right: 86px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.card-brandbar {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0 -44px;
  padding: 0 44px;
  color: #fafafa;
  background: linear-gradient(100deg, #0875c5 0%, #0c466a 100%);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.card-brandbar span { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.card-brandbar img { width: 178px; height: 52px; object-fit: contain; }
.booking-column.is-video .video-call-button { order: -1; margin: 0 auto 24px; }
.booking-column.is-video .card-brandbar { display: none; }
.booking-column.is-video .booking-card { padding-top: 0; }
.profile-grid { grid-template-columns: repeat(2, 1fr); }
.video-date-grid { display: block; }
.video-date-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 15px; color: #738496; background: linear-gradient(135deg, #fff, #f5fafc); }
.video-date-card span { font-size: 10px; font-weight: 600; line-height: 1.45; }
.video-date-card input { min-width: 168px; border: 1px solid #cad9e3; border-radius: 8px; outline: 0; padding: 10px 11px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 600; }
.video-date-card input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(42,163,201,.12); }

@media (prefers-reduced-motion: reduce) {
  .video-call-button { transition: none; }
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation-duration: 1ms !important; }
}
.card-topline { padding-top: 31px; }
.card-kicker { font-size: 10px; }
.booking-card h2 { max-width: 365px; margin-top: 10px; font-size: 26px; line-height: 1; }
.field-grid { display: flex; flex-direction: column; gap: 0; }
.field-grid > .field:has(#name) { order: 1; }
.field-grid > .field:has(#email) { order: 2; }
.progress-track { margin-top: 22px; }
.form-step { padding-top: 36px; }
.step-title { font-size: 19px; }
.primary-button { min-height: 45px; border-radius: 10px; font-size: 12px; }
.privacy-note { margin-top: 22px; }

@media (max-width: 900px) {
  .topbar { padding-top: 14px; }
  .booking-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 30px; }
  .intro-column { padding-top: 0; }
  .booking-column { justify-self: center; }
  .booking-card { max-width: 585px; }
}

@media (max-width: 600px) {
  .page-shell {
    background: linear-gradient(180deg, #06152b 0%, #08234a 55%, #06152b 100%);
  }
  .page-shell::before {
    display: block;
    position: fixed;
    z-index: 0;
    inset: 0;
    opacity: 1;
    background:
      linear-gradient(135deg, rgba(6, 21, 43, .43), rgba(8, 35, 74, .30) 58%, rgba(6, 21, 43, .43)),
      url('assets/ampi-event-stage.png') 58% 42% / cover no-repeat;
  }
  .topbar { align-items: flex-start; padding: 14px 20px 0; }
  .ventafy-logo { width: 91px; height: 65px; }
  .topbar-right { padding-top: 10px; }
  .booking-layout { padding: 27px 20px 44px; gap: 31px; }
  .eyebrow { font-size: 8px; letter-spacing: .12em; }
  h1 { max-width: 360px; margin: 20px 0 20px; font-size: clamp(42px, 12.5vw, 58px); line-height: 1.01; }
  .intro-copy { font-size: 13px; line-height: 1.65; }
  .event-note { margin-top: 25px; padding: 15px; }
  .event-access-note { padding: 13px 15px; }
  .connection-line { margin-top: 27px; }
  .booking-card { width: 100%; padding: 0 19px 19px; border-radius: 17px; }
  .video-call-button {
    width: 100%;
    min-height: 52px;
    margin-top: 24px;
    padding: 0 50px 0 18px;
    font-size: 11px;
  }
  .video-call-button img { right: 18px; }
  .booking-column.is-video .video-call-button { margin: 0 0 18px; }
  .card-brandbar { height: 78px; gap: 10px; margin: 0 -19px; padding: 0 19px; }
  .card-brandbar span { max-width: 110px; font-size: 7px; line-height: 1.35; text-align: right; }
  .card-brandbar img { width: 130px; height: 43px; }
  .card-topline { padding-top: 25px; }
  .booking-card h2 { max-width: 280px; font-size: 24px; line-height: 1.04; }
  .step-count { font-size: 17px; }
  .progress-track { margin-top: 22px; }
  .form-step { padding-top: 30px; }
  .step-helper { margin-bottom: 22px; }
  .field-grid { display: block; }
  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .interest-card:last-child { grid-column: span 2; }
  .profile-grid .interest-card:last-child { grid-column: auto; }
  .video-date-card { align-items: stretch; flex-direction: column; gap: 8px; }
  .video-date-card input { width: 100%; min-width: 0; }
  .date-grid { grid-template-columns: repeat(2, 1fr); }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .time-card { min-height: 41px; font-size: 10px; }
  .footer { padding: 0 20px 22px; }
}

@media (max-width: 380px) {
  .card-brandbar span { max-width: 95px; }
  .card-brandbar img { width: 116px; }
  .booking-card h2 { font-size: 22px; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Final Figma text hierarchy and footer treatment */
.intro-copy {
  color: #fafafa;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.event-note strong,
.event-access-note strong {
  color: #f8fcff;
  font-size: 16px;
  font-weight: 700;
}

.event-note span,
.event-access-note > div > span {
  color: #d7eaf4;
  font-size: 12px;
  line-height: 16.5px;
}

.event-access-note > div > span {
  color: #fafafa;
  line-height: 16.5px;
}

.ticket-link-note {
  max-width: 430px;
  margin-top: 20px;
  padding-left: 14px;
  color: #fafafa;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.5px;
}

.ticket-link-note .ticket-cta {
  color: #fafafa;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ticket-link-note .ticket-cta:hover,
.ticket-link-note .ticket-cta:focus-visible { color: var(--cyan-bright); }

.ticket-link-note .connection-line {
  margin-top: 13px;
}

.micro-copy {
  color: #fafafa;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 14.5px;
  margin-top: 18px;
}

.footer {
  align-items: center;
  color: rgba(248, 252, 255, .42);
  gap: 0;
  font-size: 9px;
  letter-spacing: .05em;
}

.footer-ventafy {
  color: #2aa3c9 !important;
  font-weight: 800;
  letter-spacing: .14em;
}

.footer-ampi {
  display: block;
  height: 18px;
  margin-right: 8px;
  margin-left: 10px;
  width: 40px;
}

.footer-ampi img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.admin-access {
  align-items: center;
  color: #2aa3c9;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .12em;
  margin: 0;
  text-decoration: none;
  width: auto;
}

.admin-access span:first-child {
  color: #2aa3c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-left: 0;
  text-decoration: none;
}

.admin-access .admin-arrow {
  color: rgba(248, 252, 255, .72);
  font-size: 10px;
  margin-left: 0;
  text-decoration: none;
}

.footer-right {
  color: #fafafa;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .05em;
}

@media (max-width: 600px) {
  .intro-copy {
    font-size: 13px;
    line-height: 21px;
  }

  .event-note strong,
  .event-access-note strong {
    font-size: 15px;
  }

  .event-note span,
  .event-access-note > div > span {
    font-size: 12px;
    line-height: 16px;
  }

  .ticket-link-note {
    margin-top: 17px;
  }

  .footer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .admin-access {
    margin-top: 0;
    width: auto;
  }

  .footer-ampi {
    margin-right: 7px;
    margin-left: 8px;
  }

  .footer-right {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }
}
