
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
::selection { background: #22197f; color: #fff; }
html { scroll-behavior: smooth; background: #fff; }
body { font-family: 'Inter', sans-serif; background: #fff; color: #0E0048; -webkit-font-smoothing: antialiased; }

/* ═══ NAV ═══ */
nav { position:fixed; top:0; left:0; right:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:0 48px; height:62px; background:rgba(255,255,255,0.96); backdrop-filter:blur(10px); border-bottom:1px solid rgba(14,0,72,0.06); }
.nav-logo img { height:24px; width:auto; object-fit:contain; display:block; }
.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a { font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); text-decoration:none; letter-spacing:-0.01em; transition:color .18s; }
.nav-links a:hover { color:#0E0048; }
.nav-right { display:flex; align-items:center; gap:2px; }
.nav-sep { color:#ddd; margin:0 8px; }
.nav-link-btn { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s,color .15s; white-space:nowrap; }
.nav-link-btn:hover { background:rgba(14,0,72,0.04); color:#0E0048; }
.nav-cta { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:500; color:#0D2FAA; cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s; white-space:nowrap; }
.nav-cta:hover { background:rgba(13,47,170,0.06); }
.nav-hamburger { display:none; background:none; border:none; cursor:pointer; padding:8px; flex-direction:column; gap:5px; z-index:101; }
.nav-hamburger span { display:block; width:24px; height:1.5px; background:#0E0048; border-radius:2px; transition:transform .3s,opacity .3s; transform-origin:center; }
.nav-hamburger.is-open span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity:0; }
.nav-hamburger.is-open span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display:none; position:fixed; top:62px; left:0; right:0; background:#fff; border-bottom:1px solid rgba(14,0,72,0.08); z-index:99; flex-direction:column; padding:8px 24px 20px; box-shadow:0 8px 28px rgba(14,0,72,0.10); transform:translateY(-12px); opacity:0; transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .25s ease; pointer-events:none; }
.mobile-menu.is-open { display:flex !important; transform:translateY(0); opacity:1; pointer-events:all; }
.mobile-menu a { font-size:15px; font-weight:300; color:#0E0048; text-decoration:none; padding:13px 4px; border-bottom:1px solid rgba(14,0,72,0.05); display:block; }
.mobile-menu .m-cta { margin-top:12px; background:linear-gradient(135deg,#0E0048,#09227C); color:#fff; border:none; border-radius:10px; padding:14px 20px; font-family:'Inter',sans-serif; font-size:14px; font-weight:500; cursor:pointer; width:100%; }
@media (max-width: 768px) { nav { padding:0 20px; height:40px; } .nav-logo img { height:18px; } .nav-links, .nav-right { display:none; } .nav-hamburger { display:flex; } .mobile-menu { top:40px; } }

/* ── PAGE LAYOUT ── */
.page-wrap {
  min-height: 100vh;
  padding-top: 62px;
  display: flex;
  flex-direction: column;
}

/* ── HEADER SECTION ── */
.page-header {
  text-align: center;
  padding: 64px 24px 48px;
  border-bottom: 1px solid rgba(14,0,72,0.06);
}
.page-header .badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(13,47,170,0.09); color: #0D2FAA;
  border: 1px solid rgba(13,47,170,0.18);
  border-radius: 100px;
  padding: 7px 20px 7px 9px; font-size: 12.5px; font-weight: 400;
  letter-spacing: .01em; margin-bottom: 22px;
}
.badge-dot {
  width: 20px; height: 20px; background: #1a4fd6; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.badge-dot svg { width: 10px; height: 10px; }
.page-header h1 {
  font-size: clamp(30px, 4vw, 52px); font-weight: 400;
  letter-spacing: -0.04em; line-height: 1.1; color: #0E0048;
  margin-bottom: 14px;
}
.page-header h1 strong { font-weight: 600; color: #1e3ecd; }
.page-header p {
  font-size: 14px; font-weight: 300; color: rgba(14,0,72,0.45);
  line-height: 1.7; max-width: 480px; margin: 0 auto;
}

/* ── BOOKING CONTAINER ── */
.booking-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 24px 80px;
  gap: 40px;
}

/* ── LEFT PANEL: INFO ── */
.info-panel {
  width: 280px;
  flex-shrink: 0;
  padding-top: 4px;
}
.info-panel h2 {
  font-size: 15px; font-weight: 500; color: #0E0048;
  margin-bottom: 6px; letter-spacing: -0.02em;
}
.info-meta {
  display: flex; flex-direction: column; gap: 16px; margin-top: 24px;
}
.info-row {
  display: flex; align-items: flex-start; gap: 12px;
}
.info-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(14,0,72,0.04); display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.info-icon svg { width: 16px; height: 16px; color: #0E0048; opacity: .6; }
.info-text { padding-top: 1px; }
.info-text strong { display: block; font-size: 13px; font-weight: 500; color: #0E0048; margin-bottom: 2px; }
.info-text span { font-size: 12.5px; font-weight: 300; color: rgba(14,0,72,0.45); line-height: 1.5; }

.info-divider { height: 1px; background: rgba(14,0,72,0.06); margin: 28px 0; }

.info-testimonial {
  background: #f7f8fc; border-radius: 14px; padding: 18px 20px;
}
.info-testimonial p {
  font-size: 13px; font-weight: 300; color: rgba(14,0,72,0.65);
  line-height: 1.6; font-style: italic; margin-bottom: 12px;
}
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.author-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #0E0048, #1e3ecd);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 500; color: #fff; flex-shrink: 0;
}
.author-info strong { display: block; font-size: 12px; font-weight: 500; color: #0E0048; }
.author-info span { font-size: 11.5px; color: rgba(14,0,72,0.4); font-weight: 300; }

/* ── RIGHT PANEL: CALENDAR ── */
.booking-card {
  background: #fff;
  border: 1px solid rgba(14,0,72,0.08);
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(14,0,72,0.07);
}

/* Steps indicator */
.steps-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 0; padding: 20px 32px; border-bottom: 1px solid rgba(14,0,72,0.06);
}
.step-item {
  display: flex; align-items: center; gap: 8px; flex: 1; justify-content: center;
}
.step-circle {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid rgba(14,0,72,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 500; color: rgba(14,0,72,0.35);
  transition: all .3s; flex-shrink: 0; background: #fff;
}
.step-item.active .step-circle {
  background: #0E0048; border-color: #0E0048; color: #fff;
}
.step-item.done .step-circle {
  background: #067647; border-color: #067647; color: #fff;
}
.step-item.done .step-circle::after { content: '✓'; font-size: 12px; }
.step-item.done .step-num { display: none; }
.step-label {
  font-size: 12px; font-weight: 300; color: rgba(14,0,72,0.35);
  transition: color .3s; white-space: nowrap;
}
.step-item.active .step-label { color: #0E0048; font-weight: 500; }
.step-item.done .step-label { color: rgba(14,0,72,0.5); }
.step-connector {
  height: 1px; background: rgba(14,0,72,0.1); flex: 0 0 24px; margin: 0 4px;
}
.step-connector.done { background: #067647; }

/* Step panels */
.step-panel { display: none; }
.step-panel.active { display: block; }

/* ── STEP 1: DATE ── */
.calendar-wrap { padding: 28px 32px 24px; min-height: 370px; }
.cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.cal-title {
  font-size: 15px; font-weight: 500; color: #0E0048; letter-spacing: -0.02em;
}
.cal-arrow {
  width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(14,0,72,0.1);
  background: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s, border-color .15s; color: #0E0048;
}
.cal-arrow:hover { background: rgba(14,0,72,0.04); border-color: rgba(14,0,72,0.2); }
.cal-arrow:disabled { opacity: .3; cursor: not-allowed; }
.cal-arrow svg { width: 14px; height: 14px; }

.cal-grid-head {
  display: grid; grid-template-columns: repeat(7, 1fr);
  margin-bottom: 8px;
}
.cal-dow {
  text-align: center; font-size: 11px; font-weight: 500;
  color: rgba(14,0,72,0.3); letter-spacing: .06em; text-transform: uppercase;
  padding-bottom: 8px;
}
.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.cal-day {
  height: 36px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 300; color: #0E0048;
  border-radius: 9px; cursor: pointer;
  transition: background .15s, color .15s;
  border: 1.5px solid transparent;
}
.cal-day:hover:not(.disabled):not(.empty) {
  background: rgba(14,0,72,0.05);
}
.cal-day.today {
  border-color: rgba(14,0,72,0.15);
  font-weight: 500;
}
.cal-day.selected {
  background: #0E0048; color: #fff; font-weight: 500;
  border-color: #0E0048;
}
.cal-day.disabled {
  color: rgba(14,0,72,0.18); cursor: not-allowed;
}
.cal-day.empty { cursor: default; }
.cal-day.past { color: rgba(14,0,72,0.18); cursor: not-allowed; }

/* ── STEP 2: TIME ── */
.time-wrap { padding: 28px 32px 24px; min-height: 370px; }
.time-header { margin-bottom: 20px; }
.time-selected-date {
  font-size: 13px; font-weight: 500; color: #0E0048;
  margin-bottom: 4px;
}
.time-subline {
  font-size: 12px; font-weight: 300; color: rgba(14,0,72,0.4);
}
.time-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.time-slot {
  padding: 11px 8px; border-radius: 10px; border: 1.5px solid rgba(14,0,72,0.1);
  text-align: center; font-size: 13px; font-weight: 300; color: #0E0048;
  cursor: pointer; transition: all .15s; background: #fff;
  font-family: 'Inter', sans-serif;
}
.time-slot:hover { border-color: #0D2FAA; color: #0D2FAA; background: rgba(13,47,170,0.03); }
.time-slot.selected {
  background: #0E0048; border-color: #0E0048; color: #fff; font-weight: 500;
}
.time-slot.disabled,
.time-slot:disabled {
  border-color: rgba(14,0,72,0.06);
  background: #f5f6fb;
  color: rgba(14,0,72,0.22);
  cursor: not-allowed;
  box-shadow: none;
}
.time-slot.disabled:hover,
.time-slot:disabled:hover {
  border-color: rgba(14,0,72,0.06);
  background: #f5f6fb;
  color: rgba(14,0,72,0.22);
}

/* ── STEP 3: FORM ── */
.form-wrap { padding: 28px 32px 24px; min-height: 370px; }
.booking-summary {
  background: #f7f8fc; border-radius: 12px; padding: 14px 16px;
  margin-bottom: 24px; display: flex; align-items: center; gap: 12px;
}
.summary-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg,#0E0048,#1e3ecd);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.summary-icon svg { width: 16px; height: 16px; color: #fff; }
.summary-text strong { display: block; font-size: 13px; font-weight: 500; color: #0E0048; }
.summary-text span { font-size: 12px; font-weight: 300; color: rgba(14,0,72,0.5); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 12px; font-weight: 500; color: rgba(14,0,72,0.55); letter-spacing: .01em;
}
.form-input {
  border: 1.5px solid rgba(14,0,72,0.1); border-radius: 10px;
  padding: 11px 14px; font-family: 'Inter', sans-serif;
  font-size: 13.5px; font-weight: 300; color: #0E0048;
  outline: none; background: #fafafa;
  transition: border-color .2s, background .2s;
}
.form-input::placeholder { color: rgba(14,0,72,0.22); }
.form-input:focus { border-color: #0D2FAA; background: #fff; }

/* ── STEP 4: CONFIRMATION ── */
.confirm-wrap {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  overflow: hidden;
}
.confirm-hero {
  width: 100%; padding: 40px 32px 32px;
  background: linear-gradient(160deg, #f0f3ff 0%, #ffffff 60%);
  display: flex; flex-direction: column; align-items: center;
  border-bottom: 1px solid rgba(14,0,72,0.06);
}
.confirm-icon-ring {
  width: 68px; height: 68px; border-radius: 50%;
  background: linear-gradient(135deg, #0E0048, #1e3ecd);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  animation: pulse-ring 1.6s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(30,62,205,0.35); transform: scale(0.85); opacity: 0; }
  50%  { box-shadow: 0 0 0 18px rgba(30,62,205,0); transform: scale(1.05); opacity: 1; }
  100% { box-shadow: 0 0 0 0 rgba(30,62,205,0);   transform: scale(1);    opacity: 1; }
}
.confirm-icon-ring svg { width: 28px; height: 28px; color: #fff; }
.confirm-wrap h2 {
  font-size: 22px; font-weight: 500; color: #0E0048;
  letter-spacing: -0.03em; margin-bottom: 8px;
}
.confirm-wrap > .confirm-hero > p {
  font-size: 13px; font-weight: 300; color: rgba(14,0,72,0.5);
  line-height: 1.7; max-width: 340px;
}
.confirm-body { width: 100%; padding: 24px 28px 28px; }
.confirm-details {
  background: #f7f8fc; border-radius: 14px; padding: 4px 0;
  width: 100%; text-align: left; margin-bottom: 22px;
}
.confirm-detail-row {
  display: flex; align-items: center; gap: 12px; padding: 11px 18px;
  border-bottom: 1px solid rgba(14,0,72,0.05);
}
.confirm-detail-row:last-child { border-bottom: none; }
.confirm-detail-icon {
  width: 30px; height: 30px; border-radius: 8px; background: #fff;
  border: 1px solid rgba(14,0,72,0.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.confirm-detail-icon svg { width: 14px; height: 14px; opacity: .5; }
.confirm-detail-text { display: flex; flex-direction: column; gap: 1px; }
.confirm-detail-text small { font-size: 10.5px; font-weight: 400; color: rgba(14,0,72,0.35); letter-spacing: .04em; text-transform: uppercase; }
.confirm-detail-text span { font-size: 13px; font-weight: 400; color: #0E0048; }

.confirm-next-steps { text-align: left; width: 100%; margin-bottom: 22px; }
.confirm-next-steps h3 { font-size: 11px; font-weight: 500; color: rgba(14,0,72,0.35); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.next-step-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.next-step-row:last-child { margin-bottom: 0; }
.next-step-num {
  width: 22px; height: 22px; border-radius: 50%; background: rgba(14,0,72,0.06);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 10.5px; font-weight: 600; color: rgba(14,0,72,0.45); margin-top: 1px;
}
.next-step-text strong { display: block; font-size: 12.5px; font-weight: 500; color: #0E0048; }
.next-step-text span { font-size: 12px; font-weight: 300; color: rgba(14,0,72,0.45); }

.confirm-back-link {
  font-size: 12.5px; font-weight: 400; color: rgba(14,0,72,0.35);
  text-decoration: none; transition: color .15s;
}
.confirm-back-link:hover { color: #0D2FAA; }

/* ── FOOTER AREA (inside card) ── */
.card-footer {
  padding: 16px 32px 28px;
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(14,0,72,0.06);
}
.btn-back {
  background: none; border: 1.5px solid rgba(14,0,72,0.12); border-radius: 10px;
  padding: 10px 20px; font-family: 'Inter', sans-serif; font-size: 13px;
  font-weight: 400; color: rgba(14,0,72,0.5); cursor: pointer;
  transition: all .15s;
}
.btn-back:hover { border-color: rgba(14,0,72,0.25); color: #0E0048; }
.btn-next {
  background: linear-gradient(135deg, #0E0048 0%, #09227C 100%);
  color: #fff; border: none; border-radius: 10px;
  padding: 11px 28px; font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500; cursor: pointer;
  transition: transform .2s, box-shadow .2s; letter-spacing: .01em;
  box-shadow: 0 2px 12px rgba(14,0,72,0.2);
}
.btn-next:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(14,0,72,0.28); }
.btn-next:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* ═══ FOOTER CSS ═══ */
.tf-site-footer *,.tf-site-footer *::before,.tf-site-footer *::after{box-sizing:border-box;margin:0;padding:0;}
.tf-site-footer{background:#0a0f1e;width:100%;padding:64px 80px calc(24px + env(safe-area-inset-bottom,0px));position:relative;overflow:hidden;margin-top:-3px;margin-bottom:0;}
.tf-site-footer::after{content:'';position:absolute;left:0;right:0;bottom:-14px;height:24px;background:#0a0f1e;pointer-events:none;z-index:2;}
.tf-site-footer::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;height:6px;background:#0a0f1e;pointer-events:none;z-index:2;}
.tf-footer-inner{max-width:1400px;margin:0 auto;}
.tf-footer-top{display:grid;grid-template-columns:320px 1fr 1fr 1fr;gap:64px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.07);}
.tf-footer-logo-wrap{margin-bottom:16px;}
.tf-footer-logo-img{height:38px;width:auto;display:block;filter:brightness(0) invert(1);opacity:0.9;}
.tf-footer-brand-desc{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.75);margin-bottom:28px;font-weight:300;letter-spacing:0.01em;}
.tf-footer-contact-info{display:flex;flex-direction:column;gap:6px;margin-bottom:28px;}
.tf-footer-contact-info a{font-size:13.5px;color:rgba(255,255,255,0.78);text-decoration:none;transition:color 0.2s;}
.tf-footer-contact-info a:hover{color:rgba(255,255,255,0.85);}
.tf-footer-social-row{display:flex;gap:8px;}
.tf-footer-social-btn{width:34px;height:34px;border-radius:7px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all 0.2s;}
.tf-footer-social-btn:hover{background:rgba(59,130,246,0.2);border-color:rgba(59,130,246,0.4);transform:translateY(-1px);}
.tf-footer-social-btn svg{width:15px;height:15px;fill:rgba(255,255,255,0.6);}
.tf-footer-social-btn:hover svg{fill:rgba(255,255,255,0.9);}
.tf-footer-nav-col h5{font-size:11px;font-weight:600;letter-spacing:0.11em;text-transform:uppercase;color:rgba(255,255,255,0.65);margin-bottom:20px;}
.tf-footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:11px;}
.tf-footer-nav-col ul li{display:flex;align-items:center;gap:8px;}
.tf-footer-nav-col ul li a{font-size:14px;font-weight:400;color:rgba(255,255,255,0.82);text-decoration:none;transition:color 0.18s;}
.tf-footer-nav-col ul li a:hover{color:rgba(255,255,255,0.9);}
.tf-footer-badge-hiring{font-size:10px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;background:#1d4ed8;color:#fff;padding:2px 7px;border-radius:4px;}
.tf-footer-trust-bar{display:flex;align-items:center;gap:14px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,0.07);}
.tf-footer-avatar-stack{display:flex;align-items:center;flex-wrap:nowrap;}
.tf-footer-avatar{width:42px;height:42px;border-radius:50%;border:2.5px solid #0a0f1e;margin-left:-10px;overflow:hidden;flex-shrink:0;position:relative;}
.tf-footer-avatar:first-child{margin-left:0;}
.tf-footer-avatar img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 15%;transform:scale(1.4);transform-origin:center 25%;}
.tf-footer-trust-text{display:flex;flex-direction:column;gap:3px;}
.tf-footer-trust-count{font-size:14px;font-weight:600;color:rgba(255,255,255,0.9);letter-spacing:-0.02em;}
.tf-footer-trust-stars{display:flex;align-items:center;gap:6px;font-size:12.5px;color:rgba(255,255,255,0.7);}
.tf-footer-stars{color:#fbbf24;letter-spacing:1px;}
.tf-footer-trust-links a{color:#60a5fa;text-decoration:none;font-weight:500;cursor:pointer;transition:color 0.2s;}
.tf-footer-trust-links a:hover{color:#93c5fd;text-decoration:underline;}
.tf-footer-bottom{padding-top:18px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;}
.tf-footer-copyright{font-size:12.5px;color:rgba(255,255,255,0.55);}
.tf-footer-bottom-links{display:flex;gap:20px;}
.tf-footer-bottom-links a{font-size:12.5px;color:rgba(255,255,255,0.55);text-decoration:none;transition:color 0.18s;}
.tf-footer-bottom-links a:hover{color:rgba(255,255,255,0.6);}
.tf-footer-compliance-badges{display:flex;gap:10px;}
.tf-footer-compliance-badge{font-size:11px;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.2);padding:4px 10px;border-radius:100px;}
@media (min-width:769px) and (max-width:1024px){.tf-site-footer{padding:48px 40px calc(24px + env(safe-area-inset-bottom,0px));}.tf-footer-top{grid-template-columns:1fr 1fr;gap:40px;}}
@media (max-width:768px){.tf-site-footer{padding:40px 20px calc(24px + env(safe-area-inset-bottom,0px));}.tf-footer-top{grid-template-columns:1fr;gap:32px;}.tf-footer-trust-bar{flex-wrap:wrap;}.tf-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;}.tf-footer-bottom-links{flex-wrap:wrap;gap:12px;}.tf-footer-compliance-badges{flex-wrap:wrap;}}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .booking-wrap { flex-direction: column; align-items: center; gap: 28px; }
  .info-panel { width: 100%; max-width: 620px; }
}
@media (max-width: 600px) {
  .page-header { padding: 44px 20px 36px; }
  .calendar-wrap, .time-wrap, .form-wrap { padding: 20px; }
  .card-footer { padding: 14px 20px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-bar { padding: 14px 20px; gap: 0; }
  .step-label { display: none; }
  .booking-wrap { padding: 28px 16px 60px; }
}
