:root {
  color-scheme: light;
  --bg: #f6f9fd;
  --bg-deep: #e6eef7;
  --mint: #cde87d;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: rgba(255, 255, 255, 0.97);
  --line: rgba(17, 67, 107, 0.1);
  --text: #10253a;
  --text-soft: #52657a;
  --text-muted: #6e8398;
  --accent: #13a6e8;
  --accent-2: #0d6ddd;
  --accent-3: #ff9b32;
  --accent-4: #ff6630;
  --sand: #ffcb72;
  --hold: #f4b948;
  --danger: #ef745d;
  --shadow-lg: 0 28px 72px rgba(14, 55, 92, 0.12);
  --shadow-md: 0 18px 38px rgba(14, 55, 92, 0.1);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 14% 15%, rgba(19, 166, 232, 0.14), transparent 24%),
    radial-gradient(circle at 18% 84%, rgba(173, 218, 100, 0.16), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(255, 155, 50, 0.14), transparent 20%),
    radial-gradient(circle at 82% 74%, rgba(247, 220, 122, 0.18), transparent 24%),
    linear-gradient(180deg, #f9fbfe 0%, #eef4fa 44%, #f6f9fd 100%);
}

body::before {
  opacity: 0.35;
  background:
    linear-gradient(90deg, rgba(16, 37, 58, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(16, 37, 58, 0.03) 1px, transparent 1px);
}

.topbar,
.hero-copy,
.quote-panel,
.strip-card,
.booking-day,
.faq-list details,
.footer-bar {
  position: relative;
  z-index: 1;
}

.topbar {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(90deg, rgba(243, 251, 255, 0.94), rgba(255, 251, 236, 0.92)),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
}

.brand,
.footer-brand {
  max-width: min(100%, 560px);
}

.brand-mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 166, 232, 0.12);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.94), transparent 18%),
    linear-gradient(135deg, #67ddff 0%, #17a9eb 48%, #bfe35f 68%, #ffb94d 86%, #ff6b34 100%);
  box-shadow: 0 12px 24px rgba(14, 55, 92, 0.12);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
}

.brand-mark::before {
  left: 0.52rem;
  top: 0.55rem;
  width: 1.9rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  transform: rotate(-32deg);
}

.brand-mark::after {
  right: 0.42rem;
  bottom: 0.42rem;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 0.45rem 0.68rem 0.5rem 0.82rem;
  background: linear-gradient(145deg, #ffbc5e, #ff6833);
  transform: rotate(32deg);
}

.brand-copy strong,
.footer-brand-copy strong {
  color: var(--text);
}

.brand-copy span,
.footer-brand-copy span {
  color: #d96b1d;
}

.brand-copy small {
  color: var(--text-muted);
}

.topbar-actions a {
  color: var(--text-soft);
}

.topbar-actions a:hover {
  color: var(--text);
}

.nav-cta,
.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-4));
  box-shadow: 0 16px 30px rgba(255, 102, 48, 0.18);
}

.button-primary-alt {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 16px 30px rgba(19, 166, 232, 0.16);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.hero-copy,
.quote-panel,
.strip-card,
.booking-day,
.faq-list details,
.footer-bar {
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 254, 0.92)),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
}

.hero-copy {
  background:
    radial-gradient(circle at 16% 14%, rgba(19, 166, 232, 0.12), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 183, 73, 0.14), transparent 22%),
    radial-gradient(circle at 72% 74%, rgba(173, 218, 100, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 245, 0.94));
}

.quote-panel {
  background:
    radial-gradient(circle at top right, rgba(19, 166, 232, 0.08), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 203, 114, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
}

.hero-shell.hero-shell-single {
  grid-template-columns: minmax(0, 1fr);
}

.quote-panel-wide {
  padding: 1.35rem;
}

.booking-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(19, 166, 232, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 203, 114, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.92);
}

.booking-strip-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.hero-logo.booking-strip-logo {
  width: min(100%, 13rem);
  margin: 0;
  border-radius: 1rem;
  flex: 0 0 auto;
}

.booking-strip-copy {
  display: grid;
  gap: 0.28rem;
}

.booking-strip-copy h1,
.booking-strip-copy p {
  margin: 0;
}

.booking-strip-copy h1 {
  color: var(--text);
  font-size: clamp(1.75rem, 3.8vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.booking-strip-copy p:last-child {
  color: var(--text-soft);
  line-height: 1.6;
}

.booking-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.hero-brand-panel {
  margin-bottom: 1.15rem;
  padding: 1.15rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  background:
    radial-gradient(circle at 20% 20%, rgba(19, 166, 232, 0.12), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(255, 155, 50, 0.12), transparent 20%),
    radial-gradient(circle at 55% 78%, rgba(173, 218, 100, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(250, 253, 255, 0.98), rgba(252, 250, 238, 0.96));
}

.hero-logo {
  display: block;
  width: min(100%, 44rem);
  margin: 0 auto;
  height: auto;
  border-radius: 1.2rem;
}

.hero-logo.is-original-logo {
  max-height: 24rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(16, 37, 58, 0.12));
}

.minimal-note-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.minimal-note-list p {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-soft);
}

.minimal-note-list strong {
  color: var(--text);
}

.brand-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.brand-highlight {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-highlight:nth-child(1) {
  background: rgba(209, 244, 255, 0.94);
}

.brand-highlight:nth-child(2) {
  background: rgba(245, 253, 202, 0.92);
}

.brand-highlight:nth-child(3) {
  background: rgba(255, 243, 196, 0.94);
}

.eyebrow {
  border-color: rgba(255, 155, 50, 0.16);
  color: #d97721;
  background: rgba(255, 155, 50, 0.08);
}

.hero-copy h1,
.calendar-heading h2,
.faq-heading h2,
.strip-card h2 {
  color: var(--text);
}

.hero-text,
.calendar-text,
.form-note,
.estimate-card p,
.faq-list p,
.calendar-note {
  color: var(--text-soft);
}

.hero-note {
  margin: 0 0 1.15rem;
  color: var(--text-soft);
  line-height: 1.7;
}

.contact-chip,
.footer-links a {
  border-color: rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.contact-chip:hover,
.footer-links a:hover {
  border-color: rgba(19, 166, 232, 0.18);
  background: rgba(255, 255, 255, 1);
}

.info-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid-compact .info-pill {
  min-height: auto;
  border: 1px solid rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.info-pill span,
.strip-label {
  color: #d97721;
}

.info-grid-compact .info-pill strong {
  display: none;
}

.info-grid-compact .info-pill p {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.info-grid-compact .info-pill:nth-child(1) {
  background: linear-gradient(180deg, rgba(231, 247, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.info-grid-compact .info-pill:nth-child(2) {
  background: linear-gradient(180deg, rgba(245, 253, 221, 0.96), rgba(255, 255, 255, 0.9));
}

.info-grid-compact .info-pill:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 247, 214, 0.96), rgba(255, 255, 255, 0.9));
}

.info-grid-compact .info-pill:nth-child(4) {
  background: linear-gradient(180deg, rgba(238, 248, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.booking-form label {
  color: var(--text-soft);
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 1rem;
  align-items: start;
}

.calculator-column,
.summary-column,
.calendar-column {
  display: grid;
  gap: 0.95rem;
}

.calculator-column,
.customer-panel {
  padding: 1rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(19, 166, 232, 0.06), transparent 24%),
    rgba(255, 255, 255, 0.84);
}

.customer-panel {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.workspace-head {
  display: grid;
  gap: 0.3rem;
}

.workspace-head h2,
.calendar-panel-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.25rem;
}

.sqft-presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.sqft-preset {
  min-height: 3rem;
  border: 1px solid rgba(17, 67, 107, 0.09);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.sqft-preset:hover {
  transform: translateY(-1px);
  border-color: rgba(19, 166, 232, 0.18);
}

.sqft-preset.is-active {
  border-color: rgba(19, 166, 232, 0.36);
  background: linear-gradient(180deg, rgba(231, 247, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 24px rgba(19, 166, 232, 0.1);
}

.condition-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.condition-field legend {
  margin-bottom: 0.55rem;
  padding: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.condition-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.condition-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.condition-option span {
  display: grid;
  gap: 0.28rem;
  min-height: 5rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-weight: 700;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.condition-option span small {
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.45;
}

.condition-option.is-selected span {
  border-color: rgba(19, 166, 232, 0.34);
  background: linear-gradient(180deg, rgba(233, 247, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 24px rgba(19, 166, 232, 0.1);
}

.mini-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.service-area-note {
  margin: -0.15rem 0 0.1rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-soft);
  line-height: 1.6;
}

.action-row-stack {
  flex-direction: column;
}

.customer-action-row {
  flex-wrap: wrap;
}

.customer-action-row .button {
  border: 1px solid rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-shadow: none;
}

.customer-action-row .button.is-active-channel {
  border-color: rgba(242, 150, 44, 0.42);
  background: linear-gradient(135deg, #f3a73d, #e27b19);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(242, 150, 44, 0.24);
}

.customer-action-row .button:hover {
  border-color: rgba(19, 166, 232, 0.18);
}

.customer-action-row .button.is-active-channel:hover {
  border-color: rgba(242, 150, 44, 0.42);
}

.customer-action-row .button.is-complete {
  border-color: rgba(53, 181, 118, 0.38);
  background: linear-gradient(135deg, #49be7d, #259a58);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(53, 181, 118, 0.22);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  border-color: rgba(17, 67, 107, 0.08);
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(19, 166, 232, 0.42);
  box-shadow: 0 0 0 3px rgba(19, 166, 232, 0.1);
}

.estimate-card {
  border-color: rgba(19, 166, 232, 0.16);
  background:
    radial-gradient(circle at top right, rgba(19, 166, 232, 0.09), transparent 34%),
    radial-gradient(circle at bottom left, rgba(173, 218, 100, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.estimate-head span {
  color: var(--text-muted);
}

.estimate-head strong {
  color: var(--text);
}

.estimate-meta span {
  border-color: rgba(17, 67, 107, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

#estimate-surge {
  background: rgba(255, 241, 206, 0.96);
  color: #be6d10;
}

.slot-note {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(17, 67, 107, 0.08);
  color: var(--text-soft);
}

.scope-card {
  padding: 1rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(255, 203, 114, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.9);
}

.scope-grid {
  display: grid;
  gap: 0.9rem;
}

.scope-block {
  display: grid;
  gap: 0.45rem;
}

.scope-block strong {
  color: var(--text);
  font-size: 0.92rem;
}

.scope-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.scope-materials {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.booking-preview {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(19, 166, 232, 0.14);
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(19, 166, 232, 0.1), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 203, 114, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 40px rgba(14, 55, 92, 0.08);
}

.booking-preview.is-sent {
  border-color: rgba(53, 181, 118, 0.22);
  background:
    radial-gradient(circle at top right, rgba(53, 181, 118, 0.11), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 203, 114, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.95);
}

.site-toast {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 40;
  max-width: min(24rem, calc(100vw - 2rem));
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(53, 181, 118, 0.22);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at top right, rgba(53, 181, 118, 0.12), transparent 28%),
    rgba(242, 255, 247, 0.98);
  box-shadow: 0 18px 40px rgba(14, 55, 92, 0.16);
}

.site-toast[hidden] {
  display: none !important;
}

.site-toast strong {
  color: var(--text);
  font-size: 0.98rem;
}

.site-toast p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.booking-preview-label {
  margin: 0 0 0.35rem;
  color: #d97721;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-preview h3,
.booking-preview p {
  margin: 0;
}

.booking-preview-body {
  margin: 0.85rem 0 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-x: auto;
}

.calendar-panel {
  padding: 1rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(19, 166, 232, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.94);
}

.calendar-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.calendar-cap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(245, 253, 221, 0.92);
  color: #698400;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.booking-steps span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.calendar-month-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.calendar-month-bar strong {
  color: var(--text);
  font-size: 1rem;
}

.calendar-nav {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  cursor: pointer;
  font-size: 1rem;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.calendar-nav:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(19, 166, 232, 0.18);
}

.calendar-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.calendar-weekdays span {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
}

.calendar-day-button {
  min-height: 4.3rem;
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 0.7rem 0.55rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  text-align: left;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.calendar-day-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(19, 166, 232, 0.18);
}

.calendar-day-button.is-selected {
  border-color: rgba(255, 155, 50, 0.4);
  box-shadow: 0 12px 24px rgba(255, 155, 50, 0.14);
  background: linear-gradient(180deg, rgba(255, 247, 214, 0.96), rgba(255, 255, 255, 0.98));
}

.calendar-day-button.is-outside {
  opacity: 0.6;
}

.calendar-day-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.calendar-day-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
}

.calendar-day-number {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
}

.calendar-day-hot {
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 238, 209, 0.96);
  color: #c2651a;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-slot-panel {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(17, 67, 107, 0.08);
}

.calendar-slot-panel-head {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.calendar-slot-panel-head h4 {
  margin: 0;
  color: var(--text);
  font-size: 1.06rem;
}

.calendar-slot-list {
  display: grid;
  gap: 0.65rem;
}

.calendar-slot-empty {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px dashed rgba(17, 67, 107, 0.12);
  border-radius: 1rem;
  color: var(--text-soft);
}

.strip-copy {
  margin: 0.95rem 0 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.booking-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.booking-day {
  cursor: default;
  padding: 0.9rem;
}

.booking-day-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.booking-day-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.booking-day-badge {
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(245, 253, 221, 0.92);
  color: #698400;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-day-badge-hot {
  background: rgba(255, 238, 209, 0.96);
  color: #c2651a;
}

.booking-day-slots {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.calendar-slot-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(17, 67, 107, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.calendar-slot-button:hover {
  transform: translateY(-1px);
  border-color: rgba(19, 166, 232, 0.16);
}

.calendar-slot-button.is-selected {
  border-color: rgba(255, 155, 50, 0.4);
  box-shadow: 0 12px 24px rgba(255, 155, 50, 0.14);
  background: linear-gradient(180deg, rgba(255, 247, 214, 0.96), rgba(255, 255, 255, 0.96));
}

.calendar-slot-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.calendar-slot-copy {
  display: grid;
  gap: 0.18rem;
}

.calendar-slot-label {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.calendar-slot-helper {
  color: var(--text-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.booking-weekday {
  color: #d97721;
}

.status-open {
  color: #0c6790;
  border-color: rgba(19, 166, 232, 0.18);
  background: rgba(19, 166, 232, 0.1);
}

.status-held {
  color: #9d6a08;
  border-color: rgba(244, 185, 72, 0.18);
  background: rgba(244, 185, 72, 0.12);
}

.status-booked {
  color: #b14c37;
  border-color: rgba(239, 116, 93, 0.16);
  background: rgba(239, 116, 93, 0.1);
}

.calendar-note {
  margin: 0.9rem 0 0;
  line-height: 1.7;
}

.faq-list summary {
  color: var(--text);
}

.footer-bar {
  background: rgba(255, 255, 255, 0.88);
}

@media (max-width: 840px) {
  .booking-workspace,
  .mini-form-grid,
  .condition-grid {
    grid-template-columns: 1fr;
  }

  .booking-strip,
  .booking-strip-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-strip-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .customer-action-row {
    flex-direction: column;
  }

  .calendar-month-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sqft-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-brand-panel {
    padding: 0.8rem;
  }

  .brand-copy strong,
  .footer-brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy span,
  .footer-brand-copy span {
    font-size: 0.83rem;
  }
}

@media (max-width: 640px) {
  .quote-panel-wide {
    padding: 1rem;
  }

  .booking-strip {
    padding: 0.9rem;
  }

  .hero-logo.booking-strip-logo {
    width: min(100%, 11rem);
  }

  .sqft-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-month-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .calendar-weekdays {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.25rem;
  }

  .calendar-day-button {
    min-height: 4rem;
    padding: 0.55rem 0.42rem;
  }
}
