:root {
  --navy: #0a3158;
  --navy-deep: #061f38;
  --blue: #1764a8;
  --ice: #eef5fa;
  --line: #d9e4ec;
  --ink: #102436;
  --muted: #607487;
  --green: #1f9d5a;
  --white: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f5f8fa;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
.booking-calendar { width: min(380px, calc(100vw - 24px)); box-sizing: border-box; max-height: 90vh; overflow: auto; padding: 18px; border: 0; border-radius: 18px; color: var(--navy); background: white; }
.booking-calendar::backdrop { background: rgba(9,30,50,.5); }
.calendar-nav { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.calendar-nav h2 { margin: 0; font-size: 1.1rem; text-transform: capitalize; }
.booking-calendar button { min-height: 44px; border: 1px solid #d4deea; border-radius: 8px; background: white; color: var(--navy); font-size: 1rem; cursor: pointer; }
.calendar-nav button { min-width: 44px; }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; text-align: center; }
.calendar-week { margin: 18px 0 8px; font-size: .875rem; }
.calendar-days button { padding: 0; }
.calendar-days button:disabled { text-decoration: line-through; background: #edf0f4; color: #717b89; cursor: not-allowed; }
.calendar-days button[aria-pressed="true"] { background: var(--blue); color: white; }
.booking-calendar p { font-size: .875rem; line-height: 1.5; }
.calendar-close { width: 100%; }
.booking-calendar button:focus-visible, .date-field:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.date-field[readonly] { cursor: pointer; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: linear-gradient(180deg, #f8fbfd 0, #edf3f7 100%); }
button, input, select, textarea { font: inherit; }
button, .service-option { -webkit-tap-highlight-color: transparent; }
.topbar { height: 82px; padding: 0 max(24px, calc((100vw - 1120px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-logo { width: 65px; height: 65px; flex-shrink: 0; display: block; object-fit: cover; border-radius: 50%; box-shadow: 0 7px 18px rgba(10,49,88,.2); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .76rem; }
.install-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1px solid #b9cad7; border-radius: 12px; background: white; color: var(--navy); font-weight: 750; cursor: pointer; }
.install-button:hover { background: var(--ice); }
main { max-width: 1120px; margin: 0 auto; padding: 68px 24px 82px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; }
.intro { position: sticky; top: 38px; padding-top: 48px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }
h1 { margin: 20px 0 22px; color: var(--navy-deep); font-size: clamp(2.7rem, 5vw, 4.65rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.intro > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #3c596d; font-size: .9rem; font-weight: 650; }
.trust-row span::first-letter { color: var(--green); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 24px 70px rgba(27,57,80,.11); overflow: hidden; }
.form-heading { padding: 28px 30px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, white, #f5f9fc); }
.form-heading > div { display: flex; align-items: center; gap: 12px; }
.form-heading h2 { margin: 0; font-size: 1.35rem; color: var(--navy); }
.step, .section-label span { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.secure { color: var(--muted); font-size: .72rem; }
form { padding: 30px; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 14px; font-weight: 780; color: var(--navy); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-option { position: relative; min-height: 94px; padding: 18px; display: flex; gap: 13px; align-items: flex-start; border: 1.5px solid var(--line); border-radius: 16px; cursor: pointer; transition: .18s ease; }
.service-option:has(input:checked) { border-color: var(--blue); background: #f1f7fc; box-shadow: 0 0 0 3px rgba(23,100,168,.08); }
.service-option input { position: absolute; opacity: 0; pointer-events: none; }
.option-icon { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: #e4f0fa; font-size: 1.35rem; }
.service-option strong, .service-option small { display: block; }
.service-option strong { color: var(--navy); }
.service-price { display: block; margin-top: 12px; color: var(--navy); font-size: 1.5rem; font-weight: 800; line-height: 1.3; }
.service-price span { display: inline-block; font-size: .875rem; font-weight: 600; }
.request-panel { display: grid; gap: 14px; min-width: 0; }
.professional-approval { margin: 0; padding: 18px 22px; border-left: 4px solid var(--blue); border-radius: 12px; background: #edf4fb; color: var(--navy); }
.professional-approval strong, .professional-approval span { display: block; }
.professional-approval strong { font-size: 1.0625rem; }
.professional-approval span { margin-top: 6px; font-size: .9375rem; line-height: 1.5; }
.service-option small { margin-top: 5px; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.section-label { margin: 30px 0 14px; padding-top: 25px; display: flex; gap: 10px; border-top: 1px solid #e7eef3; color: var(--navy); font-weight: 800; }
.fields.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; color: #29485f; font-size: .84rem; font-weight: 700; }
label > small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd9e3; border-radius: 11px; outline: none; color: var(--ink); background: white; transition: .15s ease; }
input, select { min-height: 48px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,100,168,.1); }
form > label { margin-top: 14px; }
.field-help { margin: -5px 0 13px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.date-row { margin-top: 12px; }
.contact-extra { margin-top: 14px; }
.occupancy-field { min-width: 0; }
.occupancy-field legend { margin-bottom: 7px; color: #29485f; font-size: .84rem; font-weight: 700; }
.occupancy-options { display: flex; flex-wrap: wrap; gap: 8px 14px; min-height: 48px; align-items: center; }
.occupancy-options label { display: flex; align-items: center; gap: 7px; min-height: 44px; cursor: pointer; font-size: .875rem; }
.occupancy-options input { appearance: auto; width: 18px; height: 18px; min-height: 18px; margin: 0; padding: 0; flex: 0 0 18px; accent-color: var(--blue); }
.occupancy-options input:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.media-upload { margin-top: 18px; }
.upload-zone { min-height: 82px; padding: 17px; display: flex; align-items: center; gap: 13px; border: 1.5px dashed #9bb5c8; border-radius: 14px; background: #f7fafc; cursor: pointer; }
.upload-zone:hover { border-color: var(--blue); background: #f1f7fc; }
.upload-icon { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 1.35rem; }
.upload-zone strong, .upload-zone small { display: block; }
.upload-zone strong { color: var(--navy); }
.upload-zone small { margin-top: 4px; color: var(--muted); font-weight: 500; }
.media-preview { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.media-item { min-width: 0; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.media-item img, .media-item video { width: 100%; height: 76px; display: block; object-fit: cover; border-radius: 7px; background: var(--ice); }
.media-item span { display: block; margin-top: 5px; overflow: hidden; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.media-help { margin: 8px 2px 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.consent { margin-top: 22px !important; display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .75rem; line-height: 1.45; font-weight: 500; }
.consent input { flex: 0 0 18px; width: 18px; min-height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.whatsapp-button { width: 100%; min-height: 58px; margin-top: 18px; padding: 14px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; background: var(--green); color: white; font-weight: 850; cursor: pointer; box-shadow: 0 10px 25px rgba(31,157,90,.24); }
.whatsapp-button span { font-size: .8rem; }
.whatsapp-button b { margin-left: auto; font-size: 1.2rem; }
.whatsapp-button:hover { background: #16864a; }
.or-divider { display: flex; align-items: center; gap: 12px; margin: 13px 0; color: #8193a1; font-size: .74rem; text-transform: uppercase; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.email-button { width: 100%; min-height: 56px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1.5px solid var(--navy); border-radius: 14px; background: white; color: var(--navy); font-weight: 820; cursor: pointer; }
.email-button b { margin-left: auto; font-size: 1.2rem; }
.email-button:hover { background: var(--ice); }
.submit-note { margin: 11px auto 0; max-width: 420px; color: var(--muted); font-size: .72rem; line-height: 1.45; text-align: center; }
footer { min-height: 110px; padding: 28px max(24px, calc((100vw - 1120px)/2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy-deep); color: white; }
.footer-brand { color: white; }
.footer-brand .brand-logo { box-shadow: 0 6px 18px rgba(0,0,0,.28); }
.footer-brand small { color: #adc3d3; }
footer a { color: white; text-decoration: none; font-weight: 750; }
.footer-contact { display: grid; gap: 6px; justify-items: end; }
.footer-contact a:last-child { color: #adc3d3; font-size: .78rem; font-weight: 550; }
dialog { width: min(420px, calc(100% - 32px)); padding: 32px; border: 0; border-radius: 22px; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.3); }
dialog::backdrop { background: rgba(6,31,56,.65); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; color: var(--muted); font-size: 1.7rem; cursor: pointer; }
.dialog-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px 6px 15px 6px; background: var(--navy); color: white; font-weight: 900; }
dialog h2 { margin: 18px 0 10px; color: var(--navy); }
dialog p { color: var(--muted); line-height: 1.55; }
dialog ol { padding-left: 22px; color: var(--muted); line-height: 1.7; }
.dialog-actions { display: grid; gap: 10px; margin-top: 22px; }
.dialog-primary, .dialog-secondary { min-height: 50px; padding: 13px 16px; display: grid; place-items: center; border-radius: 12px; text-align: center; text-decoration: none; font-weight: 800; }
.dialog-primary { background: var(--green); color: white; }
.dialog-secondary { border: 1px solid #b9cad7; background: white; color: var(--navy); cursor: pointer; }
.dialog-note { margin: 12px 0 0; font-size: .73rem; }
@media (max-width: 820px) {
  .topbar { height: 72px; padding: 0 16px; }
  .brand-logo { width: 57px; height: 57px; }
  .install-button { padding: 0 12px; font-size: .82rem; }
  main { padding: 30px 14px 52px; grid-template-columns: 1fr; gap: 30px; }
  .intro { position: static; padding: 18px 8px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .intro > p { font-size: 1rem; }
  .form-card { border-radius: 20px; }
}
@media (max-width: 560px) {
  .brand small { display: none; }
  .form-heading { padding: 22px 20px; }
  .secure { display: none; }
  form { padding: 22px 18px 26px; }
  .service-grid, .fields.two-cols { grid-template-columns: 1fr; }
  .media-preview { grid-template-columns: repeat(2, 1fr); }
  .service-option { min-height: 82px; }
  footer { align-items: flex-start; gap: 20px; flex-direction: column; }
  .footer-contact { justify-items: start; }
}
.owner-unknown-option { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; padding: 12px; margin-bottom: 18px; background: #eef4fc; border-radius: 10px; cursor: pointer; line-height: 1.5; }
.owner-unknown-option input[type="checkbox"] { width: 20px; height: 20px; min-height: 20px; flex: 0 0 20px; margin: 2px 0 0; accent-color: #12396b; }
#ownerContactFields[hidden] { display: none; }

/* Booking layout aligned with the supplied mobile reference. */
body { background: #f5f6fa; }
.topbar { padding-inline: max(18px, calc((100vw - 732px) / 2)); background: #fff; }
.brand { gap: 14px; }
.brand strong { font-size: 1.25rem; color: #101e42; }
.brand small { display: none; }
.brand-logo { box-shadow: 0 2px 4px rgba(10,30,60,.13); }
.install-button { border-color: var(--blue); border-radius: 7px; background: #eef6fc; color: var(--blue); font-weight: 500; white-space: nowrap; }
.install-button:hover { background: #e3f0fa; }
.install-button svg { width: 21px; height: 24px; flex-shrink: 0; }
main { max-width: 780px; padding-top: 28px; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.intro { position: static; padding: 0 2px; }
h1 { margin: 0 0 10px; font-size: clamp(1.65rem, 4.8vw, 2.3rem); line-height: 1.18; letter-spacing: -.025em; }
h1 em { font: inherit; color: var(--blue); }
.intro > p { max-width: none; font-size: 1rem; line-height: 1.5; color: #273043; }
.professional-approval { padding: 13px 16px; border: 1px solid #d5e2f3; border-left: 3px solid var(--blue); border-radius: 7px; background: #eaf3ff; }
.professional-approval strong { font-size: 1rem; }
.professional-approval span { font-size: .875rem; margin-top: 4px; }
.google-reviews { width: fit-content; margin: -7px 4px -3px; display: inline-flex; align-items: center; gap: 6px; color: #355c82; font-size: .875rem; font-weight: 650; line-height: 1.4; text-decoration: none; }
.google-reviews span { color: #f4a900; font-size: 1rem; line-height: 1; }
.google-reviews:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.google-reviews:focus-visible { border-radius: 4px; outline: 2px solid var(--blue); outline-offset: 3px; }
.form-card { background: transparent; border: 0; box-shadow: none; overflow: visible; }
#requestForm { padding: 0; display: grid; gap: 14px; }
.service-card, .details-card { min-width: 0; padding: 20px; border: 1px solid #eceef2; border-radius: 10px; background: white; box-shadow: 0 3px 9px rgba(27,40,65,.08); }
legend { font-weight: 500; color: #18233b; }
.form-heading { padding: 0 0 18px; border: 0; background: none; }
.form-heading h2 { font-size: 1.25rem; }
.step, .section-label span { font-size: 1.1rem; letter-spacing: 0; }
.details-card > .section-label:first-child { margin-top: 0; padding-top: 0; border: 0; font-size: 1.25rem; }
.service-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
.service-option { display: grid; grid-template-columns: 20px 36px minmax(0, 1fr); gap: 10px; align-items: center; padding: 13px 12px; min-height: 72px; border-radius: 10px; }
.service-option:has(.service-price) { grid-template-columns: 20px 36px minmax(0, 1fr) auto; }
.service-option input[type="radio"] { position: static; opacity: 1; pointer-events: auto; width: 20px; height: 20px; min-height: 20px; margin: 0; padding: 0; accent-color: var(--blue); }
.service-option:has(input:checked) { background: #edf5ff; box-shadow: none; }
.service-option:focus-within { outline: 2px solid var(--blue); outline-offset: 2px; }
.option-icon { width: 36px; height: 46px; background: none; border-radius: 0; }
.option-icon svg { width: 36px; height: 46px; }
.service-option strong { font-size: 1rem; line-height: 1.3; }
.service-option small { font-size: .875rem; font-weight: 400; line-height: 1.4; margin-top: 3px; color: #333a47; }
.service-price { margin: 0; align-self: start; text-align: right; font-size: 1.5rem; white-space: nowrap; }
.service-price span { display: block; margin-top: 3px; font-weight: 400; }
label { font-size: .875rem; }
.details-card > .section-label:first-child + .fields.two-cols { grid-template-columns: minmax(0, 1fr); }
.details-card input:not([type="radio"]):not([type="checkbox"]), .details-card textarea, .details-card select { border-radius: 6px; }
@media (max-width: 420px) {
  .service-card, .details-card { padding: 16px 12px; }
  .service-option { gap: 8px; padding: 12px 9px; grid-template-columns: 20px 29px minmax(0, 1fr); }
  .service-option:has(.service-price) { grid-template-columns: 20px 29px minmax(0, 1fr) auto; column-gap: 7px; }
  .service-price { font-size: 1.25rem; }
  .option-icon { width: 29px; }
  .option-icon svg { width: 29px; }
}
@media (max-width: 360px) {
  .topbar { padding-inline: 12px; gap: 8px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 1rem; }
  .brand-logo { width: 48px; height: 48px; }
  .install-button { padding-inline: 8px; gap: 4px; }
  .service-option { column-gap: 5px; padding-inline: 6px; }
  .service-option:has(.service-price) { column-gap: 5px; }
}
