:root { 
  --max: 900px;
  --brand-green: #1f7a4a;
  --brand-green-dark: #165a36;
  --bg-white: #ffffff;
  --bg-light: #f5f5f5;
  --text-dark: #111111;
  --text-muted: #666666;
  --border-light: #e0e0e0;
}

/* ===== Premium UI System (Homepage) ===== */
:root{
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --muted2:#64748b;
  --card: #ffffff;
  --border: rgba(15,23,42,.10);
  --shadow: 0 10px 30px rgba(2,6,23,.08);
  --shadow2: 0 6px 16px rgba(2,6,23,.10);
  --radius: 18px;
  --radius2: 24px;
  --brand: #0f6a45;        /* keep MiniHire green vibe */
  --brand2:#0b5034;
  --accent: #10b981;
  --link: #0f6a45;
  --max: 1100px;
}

body{
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{ color: var(--link); }

/* ===== Sticky CTA Bar (homepage) ===== */
.sticky-cta-bar {
  position: sticky;
  top: 0;
  z-index: 102;
  min-height: 48px;
  background: var(--bg-white, #fff);
  border-bottom: 1px solid var(--border-light, rgba(15,23,42,.12));
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.sticky-cta-bar__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 20px;
  min-height: 48px;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.sticky-cta-bar__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}
.sticky-cta-bar__btn {
  padding: 12px 18px;
  min-height: 44px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .sticky-cta-bar__inner {
    padding: 8px 12px;
    gap: 8px;
    min-height: 44px;
  }
  .sticky-cta-bar__actions {
    gap: 6px;
  }
  .sticky-cta-bar__btn {
    padding: 10px 14px;
    min-height: 44px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .sticky-cta-bar__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sticky-cta-bar__actions {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sticky-cta-bar__btn {
    padding: 6px 8px;
    font-size: 11px;
    flex-shrink: 0;
  }
}
/* Homepage: header sticks below sticky bar (logo stays visible) */
body.has-sticky-cta .site-header {
  top: 56px;
}
/* Homepage desktop: hide sticky CTA bar (header has buttons; no duplicate) */
@media (min-width: 1024px) {
  body.home .sticky-cta-bar {
    display: none;
  }
  body.home.has-sticky-cta .site-header {
    top: 0;
  }
}
/* Homepage mobile: hide only header action buttons (no double Book/Enquire) */
@media (max-width: 640px) {
  body.home.has-sticky-cta .site-header .header-actions {
    display: none !important;
  }
}

#enquiryForm {
  scroll-margin-top: 120px;
}
@media (max-width: 640px) {
  #enquiryForm {
    scroll-margin-top: 100px;
  }
}

/* About section anchor: prevent content hidden under sticky bar */
#about {
  scroll-margin-top: 120px;
}
@media (max-width: 640px) {
  #about {
    scroll-margin-top: 100px;
  }
}

.about-section__photo {
  margin-bottom: 20px;
  text-align: center;
}
.about-section__photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  margin: 0 auto;
}
@media (min-width: 640px) {
  .about-section__photo {
    max-width: 320px;
    margin-left: 0;
    margin-right: auto;
  }
}

.about-section .card p {
  max-width: 65ch;
}
.about-section .card p + p {
  margin-top: 12px;
}

/* ===== Homepage: full-width panoramic hero (first visible element) ===== */
.hero-media {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #e2e8f0;
  display: block;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
@media (min-width: 768px) {
  .hero-media { height: 380px; }
}

.container{
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.section{
  padding: 36px 0;
}

.section-tight{ padding: 28px 0; }

.section.how-it-works { padding: 40px 0 36px; }

/* Instant price & availability checker (homepage) */
.price-checker {
  padding: 28px 0 32px;
}
.price-checker__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: var(--text, #0f172a);
}
.price-checker__subtext {
  font-size: 0.95rem;
  color: var(--muted, #475569);
  margin: 0 0 16px 0;
  line-height: 1.45;
}
.price-checker__form {
  max-width: 480px;
}
.price-checker__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: flex-end;
  margin-bottom: 12px;
}
.price-checker__inputs label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted, #475569);
  margin-bottom: 4px;
}
.price-checker__inputs input[type="date"] {
  padding: 10px 12px;
  border: 1px solid var(--border-light, #e0e0e0);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: var(--bg-white, #fff);
}
.price-checker__result {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 1.4em;
}
.price-checker__result--avail {
  color: var(--brand-green, #1f7a4a);
}
.price-checker__result--unavail {
  color: var(--text-muted, #666);
}
.price-checker__result--warn {
  color: var(--muted, #475569);
}
.price-checker__meta {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted, #475569);
  margin-top: 4px;
}
/* Part-day unlock banner — shared by calendar and homepage */
.partday-banner {
  font-weight: 700;
  color: #d32f2f;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.price-checker__partday-note {
  font-size: 12px;
  color: var(--muted, #475569);
  margin: 0 0 14px 0;
  line-height: 1.4;
}
.price-checker__btn {
  display: inline-block;
  margin-bottom: 6px;
}
.price-checker__microcopy {
  font-size: 12px;
  color: var(--muted, #475569);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .price-checker__inputs {
    flex-direction: column;
    align-items: stretch;
  }
  .price-checker__inputs input[type="date"] {
    width: 100%;
  }
}

/* ===== Homepage checker: custom date picker modal (unavailable days crossed out) ===== */
.price-checker__date-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-checker__date-field .date-display {
  display: none;
}
.checker-date-picker-ready .price-checker__date-field .checker-date-native {
  display: none;
}
.checker-date-picker-ready .price-checker__date-field .date-display {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border-light, #e0e0e0);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: var(--bg-white, #fff);
  color: var(--text-dark, #111);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.checker-date-picker-ready .price-checker__date-field .date-display:hover {
  border-color: var(--brand-green, #1f7a4a);
  background: rgba(31, 122, 74, 0.04);
}

.checker-date-modal,
.checker-date-modal * {
  box-sizing: border-box;
}
.checker-date-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.checker-date-modal[hidden] {
  display: none;
}
.checker-date-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.checker-date-modal__panel {
  position: relative;
  width: 100%;
  max-width: 360px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--bg-white, #fff);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-light, #e0e0e0);
}
.checker-date-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border-light, #e0e0e0);
}
.checker-date-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark, #111);
}
.checker-date-modal__close {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: var(--muted, #475569);
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checker-date-modal__close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--text-dark, #111);
}
.checker-date-modal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  gap: 12px;
}
.checker-date-modal__month {
  font-weight: 700;
  font-size: 16px;
  color: var(--text-dark, #111);
}
.checker-date-modal__prev,
.checker-date-modal__next {
  padding: 8px 14px;
  border: 1px solid var(--border-light, #e0e0e0);
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  color: var(--text-dark, #111);
}
.checker-date-modal__prev:hover,
.checker-date-modal__next:hover {
  border-color: var(--brand-green, #1f7a4a);
  background: rgba(31, 122, 74, 0.06);
}
.checker-date-modal__dow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  padding: 0 18px 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted, #475569);
  text-align: center;
}
.checker-date-modal__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  padding: 0 18px 16px;
  user-select: none;
}
.checker-date-cell {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light, #e0e0e0);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark, #111);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.checker-date-cell:hover:not(:disabled) {
  border-color: var(--brand-green, #1f7a4a);
  background: rgba(31, 122, 74, 0.08);
}
.checker-date-cell--muted {
  background: transparent;
  border-color: transparent;
  cursor: default;
  opacity: 0.3;
}
.checker-date-cell--past {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #999;
}
.checker-date-cell--past:hover {
  background: #f5f5f5;
  border-color: #e0e0e0;
}
.checker-date-cell--unavail {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(220, 53, 69, 0.08);
  border-color: rgba(220, 53, 69, 0.25);
  color: #999;
  text-decoration: line-through;
}
.checker-date-cell--unavail::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  background: rgba(220, 53, 69, 0.65);
  transform: rotate(-35deg);
  border-radius: 2px;
}
.checker-date-cell--sel-start,
.checker-date-cell--sel-end {
  background: var(--brand-green, #1f7a4a);
  color: #fff;
  border-color: var(--brand-green, #1f7a4a);
  opacity: 1;
}
.checker-date-cell--in-range {
  background: rgba(31, 122, 74, 0.18);
  border-color: rgba(31, 122, 74, 0.4);
  opacity: 1;
}
.checker-date-modal__actions {
  display: flex;
  gap: 10px;
  padding: 14px 18px;
  border-top: 1px solid var(--border-light, #e0e0e0);
  background: #fafafa;
  border-radius: 0 0 16px 16px;
}
.checker-date-modal__clear,
.checker-date-modal__done {
  flex: 1;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--border-light, #e0e0e0);
  background: #fff;
  color: var(--text-dark, #111);
}
.checker-date-modal__clear:hover,
.checker-date-modal__done:hover {
  border-color: var(--brand-green, #1f7a4a);
  background: rgba(31, 122, 74, 0.06);
}
.checker-date-modal__done {
  background: var(--brand-green, #1f7a4a);
  color: #fff;
  border-color: var(--brand-green, #1f7a4a);
}
.checker-date-modal__done:hover {
  background: var(--brand-green-dark, #165a36);
  border-color: var(--brand-green-dark, #165a36);
}
body.checker-date-modal-open {
  overflow: hidden;
}

/* Mobile: one-screen fit, no scroll */
@media (max-width: 480px) {
  .checker-date-modal {
    padding: 10px;
  }
  .checker-date-modal__panel {
    max-height: calc(100vh - 24px);
    overflow-y: visible;
  }
  .checker-date-modal__header {
    padding: 10px 10px;
  }
  .checker-date-modal__title {
    font-size: 16px;
  }
  .checker-date-modal__close {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .checker-date-modal__nav {
    padding: 6px 10px;
    gap: 8px;
  }
  .checker-date-modal__month {
    font-size: 14px;
  }
  .checker-date-modal__prev,
  .checker-date-modal__next {
    padding: 6px 10px;
    font-size: 14px;
  }
  .checker-date-modal__dow {
    padding: 0 10px 4px;
    gap: 2px;
    font-size: 10px;
  }
  .checker-date-modal__grid {
    padding: 0 10px 10px;
    gap: 3px;
  }
  .checker-date-cell {
    min-height: 34px;
    font-size: 13px;
    border-radius: 6px;
  }
  .checker-date-modal__actions {
    padding: 10px 10px;
  }
  .checker-date-modal__clear,
  .checker-date-modal__done {
    padding: 8px 12px;
    font-size: 13px;
  }
}

.kicker{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted2);
  font-weight: 700;
  margin-bottom: 4px;
}

.h1{
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  margin: 10px 0 14px;
  letter-spacing: -0.02em;
}

.hero .h1 { margin-top: 8px; margin-bottom: 18px; }

.h2{
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.lead{
  font-size: 17px;
  color: var(--muted);
  max-width: 62ch;
}

.hero .lead { margin-bottom: 4px; }

.hero{
  padding: 56px 0 36px;
  background:
    radial-gradient(900px 260px at 10% 0%, rgba(16,185,129,.18), transparent 60%),
    radial-gradient(700px 260px at 80% 10%, rgba(15,106,69,.18), transparent 55%),
    linear-gradient(180deg, rgba(2,6,23,.03), transparent 40%);
}

.hero-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: center;
}

@media (max-width: 900px){
  .hero-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero .actions { gap: 12px; }
  .hero .actions .btn-primary { padding: 13px 20px; font-size: 16px; }
}

.hero-card{
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 26px 24px;
  backdrop-filter: blur(8px);
}
@media (max-width: 640px) {
  .hero-card { padding: 20px 18px; }
}

.service-areas{
  margin-top: 18px;
}
.service-areas__label{
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
}
.service-areas__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.service-areas__list li{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.service-areas__list li::before{
  content: "✓";
  color: var(--brand2);
  font-weight: 900;
}

.hero-image{
  width: 100%;
  border-radius: var(--radius2);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image img{
  width: 100%;
  height: auto;
  display:block;
}

/* ===== Homepage Support Images (Non-hero) ===== */
.support-image{
  margin-top: 14px;
  margin-bottom: 18px;
  border-radius: var(--radius2);
  border: 1px solid var(--border);
  box-shadow: var(--shadow2);
  overflow: hidden;
  background: #fff;
}
.support-image img{
  width: 100%;
  height: auto;
  display: block;
}
.support-image--small{
  margin-top: 12px;
  margin-bottom: 14px;
  border-radius: var(--radius);
}

.badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
  background: #fff;
}

.actions{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero .actions { margin-top: 22px; gap: 14px; }

/* Trust row: areas, hours, WhatsApp help */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.trust-row__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: 14px;
}
.trust-row__label {
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.trust-row__val { color: var(--muted); }
.trust-row__link {
  color: var(--link);
  font-weight: 700;
  text-decoration: none;
  padding: 8px 4px;
  margin: -4px 0;
  display: inline-flex;
  align-items: center;
}
.trust-row__link:hover { text-decoration: underline; }
.trust-row__sep { color: var(--muted); font-weight: 400; }
@media (max-width: 640px) {
  .trust-row { gap: 12px 16px; margin-top: 16px; padding-top: 14px; }
  .trust-row__item { font-size: 13px; }
}

/* How it works 3-step */
.how-it-works__title {
  text-align: center;
  margin-bottom: 24px;
}
.how-it-works__grid { margin-top: 8px; }
.how-step {
  padding: 20px 18px;
  text-align: center;
}
.how-step__num {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, var(--brand), var(--brand2));
  border-radius: 50%;
  line-height: 1;
}
.how-step__title {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--text);
}
.how-step p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 640px) {
  .how-step { padding: 18px 16px; }
  .how-step__num { width: 40px; height: 40px; font-size: 18px; margin-bottom: 10px; }
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  text-decoration:none;
  box-shadow: 0 6px 18px rgba(2,6,23,.10);
  cursor: pointer;
}

.hero .actions .btn-primary {
  padding: 14px 24px;
  min-height: 48px;
  font-size: 17px;
  box-shadow: 0 8px 22px rgba(15,106,69,.28);
}

.btn-primary{
  background: linear-gradient(180deg, var(--brand), var(--brand2));
  color:#fff;
}

.btn-primary:active{ transform: translateY(1px); }

.btn-secondary{
  background:#fff;
  color: var(--text);
  border-color: var(--border);
  box-shadow: none;
}

.btn-secondary:hover{ border-color: rgba(15,23,42,.18); }

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 900px){
  .grid-3{ grid-template-columns: 1fr; }
}

.card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding: 16px;
}

.card p{ color: var(--muted); margin: 8px 0 0; }

.icon{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(16,185,129,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: var(--brand2);
  margin-bottom: 10px;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 900px){
  .split{ grid-template-columns: 1fr; }
}

.list{
  display:grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: var(--muted);
}
.check{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(16,185,129,.18);
  border: 1px solid rgba(16,185,129,.25);
  flex: 0 0 18px;
  margin-top: 2px;
}

.faq details{
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
}
.faq details + details{ margin-top: 10px; }
.faq summary{
  cursor:pointer;
  font-weight: 900;
}
.faq p{
  margin: 10px 0 0;
  color: var(--muted);
}

.value-strip{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.pill{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hr{
  height:1px;
  background: var(--border);
  margin: 8px 0 0;
}

.note{
  font-size: 13px;
  color: var(--muted2);
}

/* Call float above everything */
#callFloat { z-index: 9999 !important; }

/* Call CTA float (homepage) */
#callFloat, .call-float-btn {
  position: fixed;
  white-space: nowrap;
  right: 14px;
  bottom: 14px;
  z-index: 9999 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  background: var(--brand-green, #1f7a4a);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  opacity: 0.95;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

#callFloat:hover, .call-float-btn:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
  color: #fff;
}

/* FAQ float — above call float, secondary style */
#faqFloat {
  position: fixed;
  right: 14px;
  bottom: 74px;
  z-index: 9999 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  background: rgba(100, 116, 139, 0.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  opacity: 0.95;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
#faqFloat:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
  color: #fff;
}
#faqFloat:focus {
  outline: 2px solid var(--brand-green, #1f7a4a);
  outline-offset: 2px;
}

/* FAQ page */
.faq-search-wrap { margin-bottom: 16px; }
.faq-search-wrap .in { width: 100%; max-width: 100%; box-sizing: border-box; }
.faq-results-count { margin: 8px 0 0; font-size: 14px; color: var(--muted2, #64748b); }
.faq-section { margin-bottom: 24px; }
.faq-category { font-size: 18px; margin: 0 0 12px; color: var(--text-dark); }
.faq-item { margin-bottom: 8px; border: 1px solid var(--border-light, #e0e0e0); border-radius: 8px; overflow: hidden; }
.faq-item summary { padding: 12px 14px; cursor: pointer; font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { border-bottom: 1px solid var(--border-light, #e0e0e0); }
.faq-answer { padding: 12px 14px; background: var(--bg-light, #f5f5f5); }
.faq-cta-bar { margin-top: 32px; padding: 16px; background: var(--bg-light, #f5f5f5); border-radius: 8px; text-align: center; }
.faq-cta-btn { display: inline-block; padding: 12px 20px; font-weight: 700; text-decoration: none; background: var(--brand-green, #1f7a4a); color: #fff; border-radius: 999px; }
.faq-cta-btn:hover { color: #fff; }

/* Base */
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg-white);
  margin: 0;
  color: var(--text-dark);
  line-height: 1.6;
}
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px;
}
h1, h2, h3 {
  margin: 0 0 16px;
  font-weight: 700;
  color: var(--text-dark);
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
p { margin: 0 0 12px; }

/* Header */
.site-header {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  padding: 16px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.site-header .header-content {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.site-header--with-actions .header-content {
  justify-content: space-between;
  gap: 16px;
}

.header-actions{
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-btn{
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 900;
}

@media (max-width: 700px){
  .header-actions{
    gap: 8px;
  }
  .header-btn{
    padding: 8px 10px;
    font-size: 14px;
  }
}

.site-header .logo-link {
  display: inline-block;
  text-decoration: none;
}
.site-header .logo-link img {
  height: 50px;
  width: auto;
  display: block;
}

.site-logo{
  height: 64px;
  width: auto;
  max-width: 100%;
}

@media (max-width: 700px){
  .site-logo{
    height: 52px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }
  .site-header .logo-link img {
    height: 40px;
  }
}

/* ===== Funnel progress (display-only, sticky below header) ===== */
.funnel-progress {
  position: sticky;
  top: 90px; /* below site-header */
  z-index: 99;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  padding: 10px 20px;
  font-size: 13px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.funnel-progress__desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.funnel-progress__step {
  color: var(--text-muted);
  opacity: 0.6;
}
.funnel-progress__step.is-completed {
  opacity: 1;
  color: var(--brand-green);
}
.funnel-progress__step.is-completed::after {
  content: " ✓";
  font-weight: 700;
}
.funnel-progress__step.is-current {
  opacity: 1;
  color: var(--text-dark);
  font-weight: 700;
}
.funnel-progress__mobile {
  display: none;
  max-width: var(--max);
  margin: 0 auto;
  font-weight: 600;
  color: var(--text-dark);
}
@media (max-width: 820px) {
  .funnel-progress__desktop { display: none; }
  .funnel-progress__mobile { display: block; }
}
@media (max-width: 640px) {
  .funnel-progress { padding: 8px 16px; font-size: 12px; top: 70px; }
}

/* Container spacing */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 20px;
}
@media (max-width: 640px) {
  .container {
    padding: 20px 16px;
  }
}

/* Forms */
label { 
  display: block; 
  margin: 12px 0 8px; 
  font-weight: 600; 
  color: var(--text-dark);
  font-size: 14px;
}
input, select, textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 16px;
  background: var(--bg-white);
  color: var(--text-dark);
  transition: border-color 0.2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(31, 122, 74, 0.1);
}
button {
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
  background: var(--bg-light);
  color: var(--text-dark);
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s ease;
}
button:hover:not(:disabled) {
  background: #e8e8e8;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
button.primary {
  background: var(--brand-green);
  color: #fff;
  border-color: var(--brand-green);
}
button.primary:hover:not(:disabled) {
  background: var(--brand-green-dark);
  box-shadow: 0 4px 8px rgba(31, 122, 74, 0.3);
}
button:disabled { 
  opacity: 0.5; 
  cursor: not-allowed;
  transform: none;
}

/* Small helpers */
.card {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 24px;
  background: var(--bg-light);
  margin: 16px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.row { 
  display: flex; 
  gap: 12px; 
  flex-wrap: wrap;
}
.row > * { flex: 1; }
.small { 
  font-size: 13px; 
  color: var(--text-muted);
  line-height: 1.5;
}

/* Buttons (legacy styles used by some pages) */
.btn {
  border: 1px solid var(--border-light);
  background: var(--bg-light);
  color: var(--text-dark);
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 15px;
}
.btn:hover:not(:disabled) {
  background: #e8e8e8;
  border-color: #d0d0d0;
}
.btn.primary {
  background: var(--brand-green);
  color: #fff;
  border-color: var(--brand-green);
}
.btn.primary:hover:not(:disabled) {
  background: var(--brand-green-dark);
  box-shadow: 0 4px 8px rgba(31, 122, 74, 0.3);
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hide debug elements from public view */
#dbg, .debug-text, [id*="dbg"], [class*="debug"] {
  display: none !important;
}

/* ===================== ADMIN (scoped) ===================== */
.admin-wrap { max-width: 1200px; }
.admin-wrap .admin-head {
  display:flex; gap:14px; align-items:flex-end; justify-content:space-between;
  margin: 18px 0 12px;
}
.admin-wrap .admin-title { font-size: 22px; font-weight: 900; }
.admin-wrap .admin-sub { opacity: .85; font-size: 13px; }
.admin-wrap .admin-auth { display:flex; gap:8px; align-items:center; flex-wrap:wrap; justify-content:flex-end; }
.admin-wrap .admin-toolbar { display:flex; gap:14px; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; margin: 10px 0 14px; }
.admin-wrap .filters { display:flex; gap:10px; align-items:flex-end; flex-wrap:wrap; }
.admin-wrap .lbl { display:flex; flex-direction:column; gap:6px; font-size: 12px; opacity:.95; }
.admin-wrap .lbl.chk { flex-direction:row; align-items:center; gap:10px; }
.admin-wrap .in { padding:10px 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,.15); width: 100%; }
.admin-wrap .btn { padding: 10px 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,.15); background: rgba(0,0,0,.04); cursor:pointer; }
.admin-wrap .btn.primary { background: rgba(0,0,0,.85); color: #fff; border-color: rgba(0,0,0,.85); }
.admin-wrap .btn.danger { background: rgba(190, 0, 0, .10); border-color: rgba(190, 0, 0, .35); color: #7a0000; }
.admin-wrap .btn:hover { filter: brightness(0.98); }
.admin-wrap .card { border:1px solid rgba(0,0,0,.12); border-radius: 18px; padding: 14px; background: rgba(255,255,255,.75); }

.admin-wrap .warn { padding: 12px; border-radius: 14px; border: 1px solid rgba(190, 0, 0, .30); background: rgba(190, 0, 0, .07); margin: 10px 0; }
.admin-wrap .hint { padding: 10px 12px; border-radius: 14px; border: 1px solid rgba(0,0,0,.12); background: rgba(0,0,0,.03); margin: 10px 0; font-size: 13px; }
.admin-wrap .debug { padding: 12px; border-radius: 14px; border: 1px solid rgba(0,0,0,.18); background: rgba(0,0,0,.03); overflow:auto; max-height: 260px; }

.admin-wrap .admin-grid { display:grid; grid-template-columns: 430px 1fr; gap: 14px; align-items:start; }
@media (max-width: 980px){
  .admin-wrap .admin-grid { grid-template-columns: 1fr; }
}

.admin-wrap .cal-head { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom: 10px; }
.admin-wrap .cal-title { font-weight: 900; }
.admin-wrap .cal-actions { display:flex; gap:8px; align-items:center; }
.admin-wrap .cal-dow { display:grid; grid-template-columns: repeat(7, 1fr); gap:6px; font-size:12px; opacity:.75; margin-bottom: 6px; }
.admin-wrap .cal-dow > div { text-align:center; padding: 2px 0; }
.admin-wrap .cal-grid { display:grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.admin-wrap .cal-day { position:relative; height: 54px; border-radius: 14px; border: 1px solid rgba(0,0,0,.12); background: rgba(0,0,0,.03); cursor:pointer; padding: 8px; text-align:left; }
.admin-wrap .cal-day.muted { opacity:.45; }
.admin-wrap .cal-day.today { outline: 2px solid rgba(0,0,0,.35); }
.admin-wrap .cal-day.selected { outline: 2px solid rgba(0,0,0,.75); }
.admin-wrap .cal-day.booked { background: rgba(0,0,0,.08); }
.admin-wrap .cal-num { font-weight: 800; }
.admin-wrap .cal-badge { position:absolute; right: 8px; bottom: 8px; font-size: 12px; font-weight: 800; opacity:.8; }
.admin-wrap .cal-legend { margin-top: 10px; display:flex; gap: 14px; font-size: 12px; opacity:.8; align-items:center; }
.admin-wrap .dot { width: 10px; height:10px; border-radius: 999px; display:inline-block; border: 1px solid rgba(0,0,0,.2); }
.admin-wrap .dot.booked { background: rgba(0,0,0,.30); }
.admin-wrap .dot.today { background: rgba(0,0,0,.75); }

.admin-wrap .list-head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 10px; }
.admin-wrap .list-title { font-weight: 900; }

.admin-wrap .day-list { display:flex; flex-direction:column; gap: 10px; }
.admin-wrap .empty { padding: 12px; border-radius: 14px; border: 1px dashed rgba(0,0,0,.2); opacity:.8; }

.admin-wrap .bk-card { border: 1px solid rgba(0,0,0,.12); border-radius: 18px; padding: 12px; background: rgba(255,255,255,.85); }
.admin-wrap .bk-top { display:flex; gap: 12px; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; }
.admin-wrap .bk-left { min-width: 240px; }
.admin-wrap .bk-h { display:flex; gap: 10px; align-items:center; justify-content:space-between; }
.admin-wrap .bk-bt { font-weight: 900; font-size: 15px; }
.admin-wrap .bk-status { font-weight: 900; font-size: 12px; padding: 4px 10px; border-radius: 999px; border:1px solid rgba(0,0,0,.15); background: rgba(0,0,0,.04); }
.admin-wrap .bk-meta { margin-top: 6px; opacity:.8; font-size: 12px; }
.admin-wrap .bk-cust { margin-top: 8px; }
.admin-wrap .bk-custline { font-weight: 700; }
.admin-wrap .bk-custline.small { font-weight: 500; opacity:.85; font-size: 12px; }

.admin-wrap .bk-actions { display:flex; gap: 8px; flex-wrap:wrap; justify-content:flex-end; }

.admin-wrap .s-active { background: rgba(0, 90, 0, .10); border-color: rgba(0, 90, 0, .30); }
.admin-wrap .s-paid { background: rgba(0, 0, 0, .08); }
.admin-wrap .s-cancelled { background: rgba(190, 0, 0, .10); border-color: rgba(190, 0, 0, .30); }
.admin-wrap .s-refunded { background: rgba(190, 0, 0, .08); border-color: rgba(190, 0, 0, .22); }
.admin-wrap .s-incomplete { background: rgba(120, 120, 120, .10); border-color: rgba(120, 120, 120, .30); }

.admin-wrap .stats { display:flex; gap: 10px; align-items:flex-end; }
.admin-wrap .stat { border:1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 8px 10px; min-width: 90px; background: rgba(255,255,255,.6); }
.admin-wrap .stat .k { font-size: 11px; opacity:.75; }
.admin-wrap .stat .v { font-weight: 900; font-size: 16px; }

.admin-wrap .dlg { border: none; border-radius: 18px; padding: 0; width: min(820px, 96vw); }
.admin-wrap .dlg::backdrop { background: rgba(0,0,0,.35); }
.admin-wrap .dlg-head { display:flex; justify-content:space-between; align-items:center; gap:10px; padding: 12px 14px; border-bottom:1px solid rgba(0,0,0,.10); background: rgba(255,255,255,.95); }
.admin-wrap .dlg-title { font-weight: 900; }
.admin-wrap .dlg-body { padding: 12px 14px; }
.admin-wrap .dlg-actions { padding: 12px 14px; border-top:1px solid rgba(0,0,0,.10); display:flex; justify-content:flex-end; gap: 10px; background: rgba(255,255,255,.95); }
.admin-wrap .dlg-pre { margin: 0; padding: 12px 14px; max-height: 60vh; overflow:auto; background: rgba(0,0,0,.03); }
.admin-wrap .grid2 { display:grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.admin-wrap .grid2 .span2 { grid-column: 1 / -1; }
@media (max-width: 720px){
  .admin-wrap .grid2 { grid-template-columns: 1fr; }
  .admin-wrap .grid2 .span2 { grid-column: auto; }
}

/* Details display */
.admin-wrap .details-section { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,.08); }
.admin-wrap .details-section:last-child { border-bottom: none; }
.admin-wrap .details-section h3 { margin: 0 0 12px; font-size: 18px; font-weight: 900; }
.admin-wrap .details-field { margin: 8px 0; font-size: 14px; }
.admin-wrap .details-field strong { display: inline-block; min-width: 140px; font-weight: 700; }
.admin-wrap .details-images { margin-top: 12px; }
.admin-wrap .details-image-item { margin: 12px 0; }
.admin-wrap .details-image-item strong { display: block; margin-bottom: 6px; font-weight: 700; }
.admin-wrap .details-image-item img { border: 1px solid rgba(0,0,0,.15); border-radius: 8px; }
.admin-wrap .details-image-item a { display: inline-block; margin-top: 6px; color: var(--brand-green); text-decoration: none; font-size: 13px; }
.admin-wrap .details-image-item a:hover { text-decoration: underline; }

/* Site Footer */
.site-footer {
  border-top: 1px solid var(--border-light);
  padding: 20px;
  margin-top: 48px;
  background: var(--bg-white);
}

.site-footer .footer-content {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-facebook-link:hover {
  color: var(--text-dark);
}

.footer-facebook-link .fb-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666666'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
  flex-shrink: 0;
}

.footer-facebook-link:hover .fb-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111111'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}

.footer-facebook-link .fb-text {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .footer-facebook-link {
    font-size: 12px;
  }
  
  .footer-facebook-link .fb-icon {
    width: 14px;
    height: 14px;
  }
  
  .site-footer {
    padding: 16px;
    margin-top: 32px;
  }
}

/* ===== Calendar Page Premium Polish ===== */
.page-calendar .container {
  padding-top: 28px;
}

@media (max-width: 640px) {
  .page-calendar .container {
    padding-top: 36px;
  }
}

.page-calendar .cal-helper,
.page-calendar .cal-helper-note {
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.78);
}

.page-calendar .cal-helper-note {
  color: rgba(15, 23, 42, 0.68);
}

.page-calendar .card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.10);
}

@media (hover: hover) {
  .page-calendar #nextBtn:hover {
    filter: brightness(0.97);
  }
}

.page-calendar #nextBtn:active {
  transform: translateY(1px);
}

/* Calendar page: de-emphasize CALL PHIL so green Next remains primary CTA */
.page-calendar #callFloat {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(31, 122, 74, 0.75);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0.88;
}
.page-calendar #callFloat:hover {
  opacity: 1;
  background: var(--brand-green, #1f7a4a);
}

/* ===== Agreement Page Premium Polish ===== */
.acceptance-box{
  margin-top:20px;
  padding:18px;
  border:1px solid rgba(15,23,42,0.12);
  border-radius:16px;
  background:rgba(46,204,113,0.06);
  box-shadow:0 8px 24px rgba(0,0,0,0.18);
}
.acceptance-row{
  display:flex;
  align-items:flex-start;
  gap:14px;
  cursor:pointer;
}
.acceptance-row input[type="checkbox"]{
  width:24px;
  height:24px;
  margin-top:2px;
  flex:0 0 auto;
  cursor:pointer;
  accent-color:#0f6a45;
}
.acceptance-text{
  font-weight:800;
  color:var(--text, #0f172a);
  display:inline-block;
  line-height:1.4;
  font-size:15px;
}
.acceptance-help{
  margin-top:8px;
  color:rgba(15,23,42,0.72);
  font-size:13px;
  line-height:1.5;
}
@media (max-width:520px){
  .acceptance-box{ padding:16px; }
  .acceptance-row input[type="checkbox"]{ width:26px; height:26px; }
}

/* CTA button mobile full-width */
.cta-button{
  width:100%;
  margin-top:8px;
}
@media (min-width:521px){
  .cta-button{ width:auto; }
}

/* ===== ID Page Premium Polish ===== */
.consent-card{
  margin-top:16px;
  padding:12px;
  border:1px solid var(--border, rgba(15,23,42,0.12));
  border-radius:16px;
  background:rgba(46, 204, 113, 0.06);
  box-shadow:0 8px 24px rgba(0,0,0,0.18);
}
.consent-title{
  font-weight:900;
  color:var(--text, #0f172a);
  margin-bottom:10px;
  font-size:15px;
}
.consent-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  user-select:none;
  padding:4px 0;
}
.consent-row input[type="checkbox"]{
  width:24px;
  height:24px;
  margin-top:2px;
  flex:0 0 auto;
  accent-color:#0f6a45;
  min-width:24px;
  min-height:24px;
}
.consent-row span{
  font-weight:800;
  color:var(--text, #0f172a);
  line-height:1.35;
  font-size:14px;
}
.consent-help{
  margin-top:8px;
  color:var(--muted, rgba(15,23,42,0.72));
  font-size:14px;
  line-height:1.35;
}
@media (max-width:520px){
  .consent-card{ padding:10px; }
  .consent-row input[type="checkbox"]{ width:28px; height:28px; min-width:28px; min-height:28px; }
  .consent-row span{ font-size:13px; }
  .consent-title{ font-size:14px; }
}

.upload-status{
  color:var(--muted, rgba(15,23,42,0.72));
  font-size:14px;
}

.step-title{
  font-weight:900;
  font-size:20px;
  letter-spacing:-0.01em;
}

.photo-label{
  font-weight:700;
  color:var(--text, #0f172a);
  font-size:14px;
}

.photo-btn{
  padding:14px 20px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(2,6,23,0.10);
}

/* Force front & back ID examples to identical size */
.id-example{
  width: 320px !important;
  max-width: 320px !important;
  height: 240px !important;
  object-fit: fill;
  background: #f8f9fb;
  border-radius: 8px;
  display: block;
  margin: 0 auto 12px;
}

@media (max-width: 520px){
  .id-example{
    width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
    object-fit: fill;
  }
}

/* ===== Tow Page Premium Polish ===== */
.tow-page .card p{
  margin-bottom: 12px;
}

.tow-example{
  margin-top: 10px;
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.tow-example img{
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  object-position: center 65%;
  display: block;
}

@media (min-width: 768px){
  .tow-example img{
    max-height: 320px;
    object-position: center 65%;
  }
}

@media (max-width: 420px){
  .tow-page .card{
    padding: 14px;
  }
}

/* ===== Products Page Premium Polish ===== */
.products-page #priceDetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products-page #priceDetails > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.products-page #priceDetails > div > :first-child {
  opacity: 0.85;
  flex-shrink: 0;
}

.products-page #priceDetails > div > :last-child {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.products-page #priceDetails > div:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
  font-weight: 900;
  font-size: 22px;
}

.products-page #priceDetails > div:last-child > :first-child {
  opacity: 1;
}

.products-page .consent-card {
  padding: 18px;
}

.products-page .extras-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}

.products-page .extras-price {
  font-weight: 900;
  white-space: nowrap;
  font-size: 16px;
}

.products-page .extras-desc {
  margin-top: 6px;
  opacity: 0.9;
  line-height: 1.35;
  font-size: 13px;
  color: #666;
}

.products-page .consent-row {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
}

.products-page .consent-row:hover {
  background: rgba(46, 204, 113, 0.08);
}

.products-page .consent-row input[type="checkbox"] {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.products-page #continueBtn {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 16px;
}

.products-page #continueBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (min-width: 521px) {
  .products-page #continueBtn {
    width: auto;
  }
}

/* ===== Customer Page Premium Polish ===== */
.customer-page {
  padding-bottom: 90px;
}

.customer-page .section-title {
  font-weight: 800;
  margin: 14px 0 8px;
}

.customer-page label {
  display: block;
  margin-bottom: 6px;
}

.customer-page input[type="text"],
.customer-page input[type="email"],
.customer-page input[type="tel"],
.customer-page input[type="number"],
.customer-page input[type="date"],
.customer-page select,
.customer-page textarea {
  width: 100%;
  min-height: 44px;
}

.customer-page .consent-help {
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.35;
}

.customer-page .consent-row input[type="checkbox"] {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

@media (max-width: 420px) {
  .customer-page .card { padding: 14px; }
  .customer-page .consent-card { padding: 16px; }
}

/* ===== Bond Page Premium Polish ===== */
.bond-page {
  padding-bottom: 90px;
}

.bond-page .stripe-box {
  border: 2px solid rgba(15, 23, 42, 0.15);
  background: rgba(247, 250, 252, 0.6);
  border-radius: 16px;
  padding: 16px;
}

.bond-page .consent-row input[type="checkbox"] {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.bond-page button.primary:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  transform: none;
  filter: saturate(0.85);
}

.bond-page #msg {
  margin-top: 12px;
  padding: 10px 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 14px;
  line-height: 1.5;
  min-height: 20px;
}

.bond-page #msg.warn {
  color: #d97706;
}

.bond-page #msg.err {
  color: #dc2626;
}

.bond-page #msg.ok {
  color: #1f7a4a;
}

@media (max-width: 520px) {
  .bond-page .consent-row input[type="checkbox"] {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
}

/* ===== Home: Pickup Location Banner (Premium) ===== */
.pickup-banner {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(34, 197, 94, 0.06);
  padding: 16px 16px 18px;
  margin: 14px 0 18px;
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,0.06));
}

.pickup-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: rgba(34, 197, 94, 0.55);
}

.pickup-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-bottom: 8px;
}

.pickup-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.70);
  font-weight: 700;
}

.pickup-eyebrow::before {
  content: "●";
  font-size: 10px;
  color: rgba(34, 197, 94, 0.85);
}

.pickup-main {
  margin-left: 10px;
}

.pickup-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: rgba(15, 23, 42, 0.95);
  margin-bottom: 4px;
}

.pickup-subtitle {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.70);
  margin-bottom: 10px;
}

.pickup-lines {
  display: grid;
  gap: 6px;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.88);
  margin-bottom: 12px;
}

.pickup-date strong {
  font-weight: 800;
}

.pickup-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pickup-actions .btn.primary {
  padding: 12px 18px;
  font-weight: 800;
  border-radius: 14px;
}

.pickup-note {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.45;
  margin-top: 6px;
}

@media (max-width: 420px) {
  .pickup-banner {
    padding: 14px 14px 18px;
    margin: 12px 0 22px;
  }
  .pickup-title {
    font-size: 18px;
  }
  .pickup-lines {
    font-size: 14px;
  }
}

/* Extra space so floating call button doesn't cover banner on small screens */
@media (max-width: 520px) {
  .pickup-banner {
    margin-bottom: 28px;
  }
}

/* ===== Pickup Location Map ===== */
.pickup-map{
  margin-top: 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
}
.pickup-map iframe{
  display: block;
  width: 100%;
  height: 180px; /* mobile */
  border: 0;
}
@media (min-width: 768px){
  .pickup-map iframe{ height: 220px; }
}
.pickup-directions{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  text-decoration: none;
  font-weight: 700;
}
