:root {
  --cream: #FFFAEB; --yellow: #FEE26D; --blue: #6DABC6;
  --dark-teal: #243E4C; --black: #1E1E1E; --white: #FFFFFF;
  --gray: #F5F0E8; --text-muted: #6B7280;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--cream);
  color: var(--black);
  font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
a { text-decoration: none; color: inherit; }

#calendlyWidgetWrap .calendly-inline-widget * { font-family: inherit; }
#calendlyWidgetWrap { isolation: isolate; }

.announcement-bar { background: var(--blue); color: var(--white); text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.announcement-bar span { color: var(--yellow); }

nav { background: var(--cream); position: sticky; top: 0; z-index: 100; border-bottom: 1.5px solid rgba(36,62,76,0.1); padding: 0 48px; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; color: var(--dark-teal); white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--dark-teal); transition: color 0.2s; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.btn-phone { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--dark-teal); white-space: nowrap; }
.btn-phone:hover { opacity: 0.75; }
.btn-book { background: var(--dark-teal); color: var(--white); padding: 10px 22px; border-radius: 100px; font-size: 14px; font-weight: 600; transition: background 0.2s; white-space: nowrap; border: none; cursor: pointer; font-family: inherit; }
.btn-book:hover { background: #1a2e38; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark-teal); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--cream); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'DM Serif Display', Georgia, serif; font-size: 32px; color: var(--dark-teal); }
.mobile-close { position: absolute; top: 24px; right: 24px; font-size: 28px; cursor: pointer; color: var(--dark-teal); background: none; border: none; }

.hero { background: var(--blue); color: var(--white); padding: 64px 48px 64px; overflow: hidden; position: relative; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }

.hero-cleaner { position: absolute; pointer-events: none; z-index: 1; }
.hero-cleaner img { display: block; width: auto; }
.hero-cleaner-left { bottom: -40px; left: -90px; height: 92%; }
.hero-cleaner-left img { height: 100%; }
.hero-cleaner-right { right: -100px; top: 20px; height: 100%; }
.hero-cleaner-right img { height: 110%; }

.hero-booking { background: var(--white); border-radius: 28px; padding: 28px; box-shadow: 0 24px 80px rgba(36,62,76,0.25); width: 100%; }
.hero-booking-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 19px; color: var(--dark-teal); margin-bottom: 18px; line-height: 1.3; }
.hero-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; }
.hero-svc-btn { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 12px; border: 1.5px solid rgba(36,62,76,0.12); background: var(--white); cursor: pointer; font-size: 12.5px; font-weight: 600; color: var(--dark-teal); transition: border-color 0.15s, background 0.15s, color 0.15s; font-family: inherit; text-align: left; line-height: 1.3; }
.hero-svc-btn:hover { border-color: var(--blue); background: rgba(109,171,198,0.07); }
.hero-svc-btn.selected { border-color: var(--dark-teal); background: var(--dark-teal); color: var(--white); }
.hero-svc-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-svc-btn.selected .hero-svc-icon { background: rgba(255,255,255,0.12); }
.hero-svc-icon img { width: 17px; height: 17px; object-fit: contain; }
.hero-svc-btn.selected .hero-svc-icon img { filter: brightness(0) invert(1); }
.hero-booking-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1.5px solid rgba(36,62,76,0.07); }
.hero-step-label { font-size: 11px; color: var(--text-muted); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; display: flex; align-items: center; gap: 7px; }
.hero-step-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.btn-hero-next { background: var(--dark-teal); color: var(--white); padding: 11px 22px; border-radius: 100px; font-size: 13px; font-weight: 700; border: none; cursor: pointer; font-family: inherit; transition: background 0.15s, transform 0.1s, opacity 0.15s; opacity: 0.35; pointer-events: none; }
.btn-hero-next.ready { opacity: 1; pointer-events: auto; }
.btn-hero-next.ready:hover { background: #1a2e38; transform: translateY(-1px); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(254,226,109,0.15); border: 1px solid rgba(254,226,109,0.3); color: var(--yellow); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.hero h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(42px,5vw,68px); line-height: 1.05; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--yellow); }
.hero p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 420px; margin-bottom: 36px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary { background: var(--yellow); color: var(--dark-teal); padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 700; transition: transform 0.15s, box-shadow 0.15s; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: none; font-family: inherit; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(254,226,109,0.4); }
.btn-ghost { background: transparent; color: var(--white); padding: 14px 30px; border-radius: 100px; font-size: 15px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.3); transition: border-color 0.2s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 500; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; }
.hero-image-wrap { position: relative; align-self: center; display: flex; align-items: center; justify-content: center; }
.hero-image-wrap > img { width: 100%; max-width: 420px; max-height: 560px; border-radius: 24px; display: block; object-fit: contain; object-position: center; }
.hero-badge { position: absolute; top: 20px; left: 4px; background: var(--yellow); color: var(--dark-teal); border-radius: 16px; padding: 14px 18px; text-align: center; font-weight: 700; box-shadow: 0 8px 32px rgba(0,0,0,0.2); z-index: 2; max-width: calc(100% - 4px); }
.hero-badge .big { font-size: 28px; font-family: 'DM Serif Display', Georgia, serif; line-height: 1; }
.hero-badge .small { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; }

.ticker { background: var(--dark-teal); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; animation: ticker-scroll 20s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 12px; padding: 0 28px; font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: var(--white); letter-spacing: 0.05em; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

section { padding: 96px 48px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark-teal); margin-bottom: 12px; }
.section-title { font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif; font-size: clamp(32px,4vw,52px); line-height: 1.1; color: var(--dark-teal); margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 500px; line-height: 1.7; }

img[onerror] { min-width: 0; min-height: 0; }
img:-moz-broken { opacity: 0; }
img::before { content: ''; display: block; }
.opt-icon img, .service-card-icon img, .why-icon img,
.freq-icon img, .dur-icon img { display: block; }
.opt-icon img:not([src]), .opt-icon img[src=""] { display: none; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(24,38,46,0.65); backdrop-filter: blur(4px); z-index: 900; align-items: center; justify-content: center; padding: 20px; animation: popFadeIn 0.35s ease; }
.popup-overlay.open { display: flex; }
@keyframes popFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes popSlideUp { from { opacity:0; transform:translateY(36px) scale(0.96); } to { opacity:1; transform:translateY(0) scale(1); } }

.popup-card { display: flex; flex-direction: row; background: var(--white); border-radius: 24px; overflow: hidden; width: 100%; max-width: 860px; box-shadow: 0 32px 80px rgba(0,0,0,0.45); animation: popSlideUp 0.4s cubic-bezier(0.34,1.56,0.64,1); position: relative; }
.popup-left { flex: 1 1 50%; padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.popup-headline { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(26px,3.5vw,34px); color: var(--dark-teal); line-height: 1.15; margin-bottom: 14px; }
.popup-headline .amt { color: var(--yellow); font-style: italic; }
.popup-urgency { font-size: 13.5px; color: var(--text-muted); margin-bottom: 26px; line-height: 1.5; display: flex; align-items: flex-start; gap: 7px; }
.popup-form { display: flex; flex-direction: column; gap: 14px; }
.popup-field-label { font-size: 12.5px; font-weight: 700; color: var(--dark-teal); margin-bottom: 5px; }
.popup-input { width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid rgba(36,62,76,0.18); background: var(--white); font-size: 14px; font-family: inherit; color: var(--dark-teal); outline: none; transition: border-color 0.2s; }
.popup-input::placeholder { color: rgba(36,62,76,0.32); }
.popup-input:focus { border-color: var(--blue); }
.popup-submit { width: 100%; background: var(--yellow); color: var(--dark-teal); padding: 15px; border-radius: 12px; border: none; font-size: 13.5px; font-weight: 800; font-family: inherit; cursor: pointer; transition: background 0.15s, transform 0.1s; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }
.popup-submit:hover { background: #f5d640; transform: translateY(-1px); }
.popup-no-spam { font-size: 11.5px; color: var(--text-muted); text-align: center; margin-top: 10px; }
.popup-skip { display: block; text-align: center; margin-top: 8px; font-size: 12px; color: var(--text-muted); cursor: pointer; background: none; border: none; font-family: inherit; transition: color 0.2s; }
.popup-skip:hover { color: var(--dark-teal); }
.popup-success { display: none; text-align: center; }
.popup-success.show { display: block; }
.popup-success-icon { font-size: 48px; margin-bottom: 12px; }
.popup-success-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; color: var(--dark-teal); margin-bottom: 10px; }
.popup-code-box { background: var(--yellow); color: var(--dark-teal); font-size: 26px; font-weight: 800; letter-spacing: 0.15em; padding: 14px 24px; border-radius: 14px; margin: 14px 0; font-family: 'DM Serif Display', Georgia, serif; }
.popup-success p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.popup-right { flex: 1 1 50%; position: relative; overflow: hidden; min-height: 480px; }
.popup-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.popup-close-btn { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; background: rgba(255,255,255,0.88); border: none; border-radius: 50%; color: var(--dark-teal); font-size: 14px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; }
.popup-close-btn:hover { background: var(--white); }
@media (max-width: 640px) { .popup-card { flex-direction: column; max-width: 420px; } .popup-right { display: none; } .popup-left { padding: 32px 24px; } }

.booking-overlay { display: none; position: fixed; inset: 0; background: rgba(24,38,46,0.8); backdrop-filter: blur(6px); z-index: 500; align-items: center; justify-content: center; padding: 20px; }
.booking-overlay.open { display: flex; }
.booking-modal { background: var(--cream); border-radius: 28px; width: 100%; max-width: 600px; max-height: 92vh; overflow-y: auto; position: relative; box-shadow: 0 32px 80px rgba(0,0,0,0.3); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; background: rgba(36,62,76,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; color: var(--dark-teal); z-index: 10; border: none; font-family: inherit; transition: background 0.2s; }
.modal-close:hover { background: rgba(36,62,76,0.15); }

.progress-wrap { padding: 28px 32px 0; }
.progress-label { font-size: 12px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; display: flex; justify-content: space-between; }
.progress-bar { height: 4px; background: rgba(36,62,76,0.1); border-radius: 4px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--yellow); border-radius: 4px; transition: width 0.4s ease; }

.booking-steps { padding: 24px 32px 32px; }
.step { display: none; }
.step.active { display: block; animation: stepIn 0.28s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
.step-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; color: var(--dark-teal); margin-bottom: 20px; }

.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.options-grid.three-col { grid-template-columns: 1fr 1fr 1fr; }
.opt-btn { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid rgba(36,62,76,0.14); background: var(--white); cursor: pointer; font-size: 13px; font-weight: 500; color: var(--dark-teal); transition: border-color 0.16s, background 0.16s; text-align: left; font-family: inherit; line-height: 1.3; }
.opt-btn:hover { border-color: var(--blue); background: rgba(109,171,198,0.06); }
.opt-btn.selected { border-color: var(--dark-teal); background: var(--dark-teal); color: var(--white); }
.opt-icon { font-size: 18px; flex-shrink: 0; }
.opt-icon img { width: 22px; height: 22px; object-fit: contain; display: block; }
.opt-btn.selected .opt-icon img { filter: brightness(0) invert(1); }
.opt-btn.wide { grid-column: 1 / -1; }
.check-box { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid rgba(36,62,76,0.2); background: transparent; margin-left: auto; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; transition: border-color 0.16s, background 0.16s, color 0.16s; }
.opt-btn.selected .check-box { border-color: var(--yellow); background: var(--yellow); color: var(--dark-teal); }

.step-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 8px; }
.btn-back { background: transparent; border: 1.5px solid rgba(36,62,76,0.15); color: var(--dark-teal); padding: 11px 22px; border-radius: 100px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.btn-back:hover { background: rgba(36,62,76,0.05); }
.btn-next { background: var(--dark-teal); color: var(--white); padding: 11px 28px; border-radius: 100px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; border: none; transition: background 0.15s, transform 0.1s; }
.btn-next:hover { background: #1a2e38; transform: translateY(-1px); }
.btn-next:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }

.price-summary { background: var(--dark-teal); border-radius: 18px; padding: 24px; color: var(--white); margin-bottom: 20px; text-align: center; }
.price-eyebrow { font-family: 'DM Serif Display', Georgia, serif; font-style: italic; font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 4px; }
.price-amount { font-family: 'DM Serif Display', Georgia, serif; font-size: 60px; color: var(--yellow); line-height: 1; margin-bottom: 4px; }
.price-note-sm { font-size: 13px; color: rgba(255,255,255,0.45); }

.frequency-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.frequency-grid.four-col { grid-template-columns: repeat(4, 1fr); }
.spin-btn { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(36,62,76,0.18); background: var(--white); color: var(--dark-teal); font-size: 20px; font-weight: 300; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s, color 0.15s, border-color 0.15s; line-height: 1; font-family: inherit; }
.spin-btn:hover { background: var(--dark-teal); color: var(--white); border-color: var(--dark-teal); }
.freq-btn { border: 1.5px solid rgba(36,62,76,0.14); background: var(--white); border-radius: 14px; padding: 14px 8px; text-align: center; cursor: pointer; transition: border-color 0.16s, background 0.16s; font-family: inherit; }
.freq-btn:hover { border-color: var(--blue); }
.freq-btn.selected { border-color: var(--dark-teal); background: var(--dark-teal); }
.freq-icon { font-size: 20px; margin-bottom: 6px; display:flex;align-items:center;justify-content:center; }
.freq-icon img { width: 28px; height: 28px; object-fit: contain; }
.freq-title { font-size: 13px; font-weight: 700; color: var(--dark-teal); display: block; }
.freq-btn.selected .freq-title { color: var(--white); }
.freq-discount { font-size: 11px; color: var(--dark-teal); font-weight: 600; display: block; margin-top: 2px; }
.freq-btn.selected .freq-discount { color: var(--yellow); }

.calendar-wrap { margin-bottom: 20px; }
.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cal-month { font-family: 'DM Serif Display', Georgia, serif; font-size: 20px; color: var(--dark-teal); }
.cal-nav-btn { background: none; border: 1.5px solid rgba(36,62,76,0.14); border-radius: 8px; width: 32px; height: 32px; cursor: pointer; font-size: 16px; color: var(--dark-teal); display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.cal-nav-btn:hover { background: rgba(36,62,76,0.06); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-day-label { text-align: center; font-size: 10px; font-weight: 700; color: var(--text-muted); letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 0; }
.cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-size: 13px; font-weight: 500; cursor: pointer; color: var(--dark-teal); transition: background 0.14s, border-color 0.14s; border: 1.5px solid transparent; }
.cal-day:hover:not(.disabled):not(.empty) { background: rgba(36,62,76,0.06); border-color: rgba(36,62,76,0.12); }
.cal-day.selected { background: var(--dark-teal); color: var(--white); }
.cal-day.today { border-color: var(--yellow); font-weight: 700; }
.cal-day.disabled { color: rgba(36,62,76,0.22); cursor: not-allowed; }
.cal-day.empty { cursor: default; }

.time-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px; }
.time-slot { padding: 10px; border-radius: 10px; border: 1.5px solid rgba(36,62,76,0.12); background: var(--white); font-size: 13px; font-weight: 500; color: var(--dark-teal); cursor: pointer; text-align: center; transition: border-color 0.14s, background 0.14s; font-family: inherit; }
.time-slot:hover { border-color: var(--blue); }
.time-slot.selected { background: var(--dark-teal); color: var(--white); border-color: var(--dark-teal); }
.time-slot.unavailable { opacity: 0.3; cursor: not-allowed; pointer-events: none; }

.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.form-field label { font-size: 11px; font-weight: 700; color: var(--dark-teal); letter-spacing: 0.07em; text-transform: uppercase; }
.form-field input, .form-field textarea { padding: 11px 14px; border-radius: 10px; border: 1.5px solid rgba(36,62,76,0.14); background: var(--white); font-size: 14px; font-family: inherit; color: var(--dark-teal); outline: none; transition: border-color 0.2s; width: 100%; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); }
.form-field textarea { resize: vertical; min-height: 76px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.stripe-wrap { padding: 11px 14px; border-radius: 10px; border: 1.5px solid rgba(36,62,76,0.14); background: var(--white); min-height: 42px; transition: border-color 0.2s; }
.stripe-wrap.StripeElement--focus { border-color: var(--blue); }

.gift-row { display: flex; gap: 9px; }
.gift-row input { flex: 1; }
.btn-apply { background: var(--yellow); color: var(--dark-teal); border: none; padding: 11px 18px; border-radius: 10px; font-weight: 700; font-size: 13px; cursor: pointer; font-family: inherit; white-space: nowrap; }
.btn-apply:hover { background: #f5d640; }
.gift-msg { font-size: 13px; font-weight: 600; margin-top: 6px; display: none; }
.gift-msg.success { color: #16a34a; display: block; }
.gift-msg.error { color: #dc2626; display: block; }

.summary-lines { background: var(--white); border-radius: 12px; padding: 16px 18px; margin-bottom: 18px; border: 1.5px solid rgba(36,62,76,0.08); }
.sum-line { display: flex; justify-content: space-between; font-size: 13px; color: var(--dark-teal); padding: 4px 0; }
.sum-line.total { font-weight: 800; font-size: 15px; border-top: 1.5px solid rgba(36,62,76,0.09); margin-top: 8px; padding-top: 10px; }
.sum-line .green { color: #16a34a; font-weight: 700; }

.btn-pay { width: 100%; background: var(--dark-teal); color: var(--white); padding: 15px; border-radius: 13px; border: none; font-size: 15px; font-weight: 800; font-family: inherit; cursor: pointer; transition: background 0.15s, transform 0.1s; display: flex; align-items: center; justify-content: center; gap: 10px; }
.btn-pay:hover { background: #1a2e38; transform: translateY(-1px); }

.booking-success { text-align: center; padding: 32px 24px; display: none; }
.duration-banner { background: var(--dark-teal); border-radius: 16px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; margin-bottom: 4px; flex-wrap: wrap; }
.dur-icon { font-size: 26px; flex-shrink: 0; }
.dur-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.dur-value { font-family: 'DM Serif Display', Georgia, serif; font-size: 28px; color: var(--yellow); line-height: 1.1; }
.dur-calendly-note { font-size: 12px; color: rgba(255,255,255,0.45); margin-left: auto; max-width: 140px; text-align: right; line-height: 1.4; }
.booking-success.show { display: block; }
.success-icon { font-size: 64px; margin-bottom: 16px; }
.success-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 28px; color: var(--dark-teal); margin-bottom: 10px; }
.success-sub { font-size: 15px; color: var(--text-muted); line-height: 1.7; max-width: 360px; margin: 0 auto 24px; }

.quote-card { background: var(--white); border-radius: 24px; padding: 40px; box-shadow: 0 4px 40px rgba(36,62,76,0.08); border: 1.5px solid rgba(36,62,76,0.08); text-align: center; }
.quote-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 26px; color: var(--dark-teal); margin-bottom: 10px; }
.quote-card p { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.7; }
.offer-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow); color: var(--dark-teal); border-radius: 100px; font-size: 13px; font-weight: 700; padding: 7px 16px; margin-bottom: 18px; }
.btn-open-booking { background: var(--dark-teal); color: var(--white); padding: 15px 34px; border-radius: 100px; font-size: 15px; font-weight: 700; border: none; cursor: pointer; font-family: inherit; transition: background 0.15s, transform 0.1s; display: inline-flex; align-items: center; gap: 10px; }
.btn-open-booking:hover { background: #1a2e38; transform: translateY(-2px); }

.services-section { background: var(--blue); color: var(--white); }
.services-section .section-title { color: var(--white); }
.services-section .section-label { color: var(--yellow); }
.services-carousel-wrap { margin-top: 48px; }
.services-carousel-viewport { overflow: hidden; }
.services-grid { display: flex; gap: 20px; transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94); }
.service-card { flex: 0 0 calc((100% - 40px) / 3); background: var(--white); border: none; border-radius: 28px; padding: 36px 28px 28px; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; box-shadow: 0 8px 32px rgba(36,62,76,0.13); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(36,62,76,0.18); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--yellow); border-radius: 28px 28px 0 0; }
.service-card-icon { width: 72px; height: 72px; background: var(--yellow); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 22px; }
.service-card-icon img { width: 36px; height: 36px; object-fit: contain; filter: brightness(0) saturate(0); }
.carousel-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 40px; }
.carousel-arrow { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); color: var(--white); cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s, border-color 0.2s; flex-shrink: 0; }
.carousel-arrow:hover:not(:disabled) { background: var(--yellow); color: var(--dark-teal); border-color: var(--yellow); }
.carousel-arrow:disabled { opacity: 0.3; cursor: not-allowed; }
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: background 0.25s, width 0.25s, border-radius 0.25s; border: none; padding: 0; }
.carousel-dot.active { background: var(--yellow); width: 22px; border-radius: 4px; }
.service-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; font-weight: 400; margin-bottom: 16px; color: var(--dark-teal); text-align: center; }
.service-card ul { list-style: none; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.service-card li { font-size: 13px; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; }
.service-card li::before { content: '—'; color: var(--blue); flex-shrink: 0; font-weight: 700; }
.service-card-cta { display: block; text-align: center; margin-top: 24px; padding-top: 20px; border-top: 1.5px solid rgba(36,62,76,0.07); font-size: 13px; font-weight: 700; color: var(--dark-teal); cursor: pointer; background: none; border-left: none; border-right: none; border-bottom: none; font-family: inherit; transition: color 0.2s; width: 100%; }
.service-card-cta:hover { color: var(--blue); }

.pricing-section { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.pricing-card { background: var(--white); border-radius: 20px; padding: 32px 26px; border: 1.5px solid rgba(36,62,76,0.1); position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(36,62,76,0.1); }
.pricing-card.featured { background: var(--dark-teal); color: var(--white); border-color: var(--dark-teal); }
.feat-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--dark-teal); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; white-space: nowrap; }
.plan-name { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark-teal); margin-bottom: 8px; }
.pricing-card.featured .plan-name { color: rgba(255,255,255,0.5); }
.pc-price { font-family: 'DM Serif Display', Georgia, serif; font-size: 44px; color: var(--dark-teal); line-height: 1; margin-bottom: 4px; }
.pricing-card.featured .pc-price { color: var(--yellow); }
.pc-note { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.pricing-card.featured .pc-note { color: rgba(255,255,255,0.45); }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.pricing-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: var(--dark-teal); }
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,0.8); }
.pcheck { color: var(--dark-teal); font-size: 15px; flex-shrink: 0; }
.pricing-card.featured .pcheck { color: var(--yellow); }
.btn-plan { display: block; width: 100%; text-align: center; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 700; transition: background 0.2s, color 0.2s, border-color 0.2s; border: 2px solid var(--dark-teal); color: var(--dark-teal); background: transparent; cursor: pointer; font-family: inherit; }
.btn-plan:hover { background: var(--dark-teal); color: var(--white); }
.pricing-card.featured .btn-plan { background: var(--yellow); color: var(--dark-teal); border-color: var(--yellow); }
.pricing-card.featured .btn-plan:hover { background: #f5d640; }

.why-section { background: var(--gray); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.why-card { background: var(--white); border-radius: 18px; padding: 26px 22px; text-align: center; border: 1.5px solid rgba(36,62,76,0.06); transition: transform 0.2s; }
.why-card:hover { transform: translateY(-4px); }
.why-icon { width: 54px; height: 54px; background: var(--yellow); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 14px; }
.why-icon img { width: 28px; height: 28px; object-fit: contain; filter: brightness(0) saturate(0) invert(0.15); }
.why-card h3 { font-size: 14px; font-weight: 700; color: var(--dark-teal); margin-bottom: 7px; }
.why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.loyalty-section { background: var(--blue); padding: 96px 48px; }
.loyalty-section .section-label { color: var(--yellow); }
.loyalty-section .section-title { color: var(--white); }
.loyalty-section .section-sub { color: rgba(255,255,255,0.7); }
.loyalty-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.loyalty-card { background: var(--dark-teal); border-radius: 28px; padding: 40px; color: var(--white); position: relative; overflow: hidden; }
.loyalty-card::after { content: ''; position: absolute; bottom: -40px; right: -40px; width: 180px; height: 180px; background: rgba(254,226,109,0.07); border-radius: 50%; }
.loyalty-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 34px; margin-bottom: 6px; }
.loyalty-title span { color: var(--yellow); }
.sticker-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 18px; }
.sticker { aspect-ratio: 1; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.sticker.earned { background: var(--yellow); }
.sticker.empty { background: rgba(255,255,255,0.09); }
.loyalty-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow); color: var(--dark-teal); padding: 12px 22px; border-radius: 100px; font-size: 14px; font-weight: 700; cursor: pointer; border: none; font-family: inherit; transition: transform 0.15s; }
.loyalty-cta:hover { transform: translateY(-2px); }

.about-section { background: var(--dark-teal); color: var(--white); }
.about-section .section-title { color: var(--white); }
.about-section .section-label { color: var(--yellow); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image { border-radius: 24px; overflow: hidden; position: relative; }
.about-image img { width: 100%; max-height: 520px; object-fit: contain; object-position: center; display: block; border-radius: 24px; }
.about-image-badge { position: absolute; bottom: 24px; left: 24px; background: var(--yellow); color: var(--dark-teal); border-radius: 13px; padding: 14px 18px; font-weight: 700; }
.about-image-badge .num { font-family: 'DM Serif Display', Georgia, serif; font-size: 30px; line-height: 1; }
.about-image-badge .lbl { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; }
.about-text p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 18px; }

.careers-section { background: var(--yellow); padding: 96px 48px; }
.careers-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center; }
.careers-section .section-title { color: var(--dark-teal); }
.careers-section .section-label { color: rgba(36,62,76,0.45); }
.careers-section .section-sub { color: rgba(36,62,76,0.65); margin-bottom: 30px; }
.btn-careers { display: inline-flex; align-items: center; gap: 8px; background: var(--dark-teal); color: var(--white); padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 700; transition: transform 0.15s, box-shadow 0.15s; }
.btn-careers:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(36,62,76,0.25); }
.careers-sparkle { font-family: 'DM Serif Display', Georgia, serif; font-size: 120px; color: rgba(36,62,76,0.08); text-align: center; line-height: 1; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 48px; }
.faq-item { background: var(--white); border-radius: 14px; border: 1.5px solid rgba(36,62,76,0.08); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: 14px; color: var(--dark-teal); gap: 12px; }
.faq-q .arrow { width: 26px; height: 26px; background: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.2s, background 0.2s; font-size: 11px; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); background: var(--yellow); }
.faq-a { display: none; padding: 0 22px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

footer { background: var(--dark-teal); color: var(--white); padding: 60px 48px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.09); margin-bottom: 30px; }
.footer-logo { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; color: var(--white); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.footer-logo span { color: var(--yellow); }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 22px; }
.footer-contact a { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.65); margin-bottom: 8px; transition: color 0.2s; }
.footer-contact a:hover { color: var(--yellow); }
.footer-col h3 { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col li a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.2s; cursor: pointer; }
.footer-col li a:hover { color: var(--white); }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 44px; height: 44px; background: rgba(255,255,255,0.07); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.55); transition: background 0.2s, color 0.2s; }
.social-btn:hover { background: var(--yellow); color: var(--dark-teal); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.65); }

@media (max-width: 1024px) {
  nav { padding: 0 20px; }
  .nav-inner { height: 64px; gap: 0; justify-content: space-between; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .btn-phone-text { display: none; }
  .nav-actions { gap: 10px; }
  .nav-logo img { height: 34px; }
  .btn-book { padding: 9px 18px; font-size: 13px; }
  section, .loyalty-section, .careers-section { padding: 72px 24px; }
  footer { padding: 48px 24px 24px; }
  .hero { padding: 60px 24px 0; overflow: hidden; }
  .hero-inner { grid-template-columns: 1fr; width: 100%; margin: 0; max-width: 100%; gap: 32px 0; }
  .hero-image-wrap { display: flex; width: 100%; max-width: 100%; overflow: hidden; }
  .hero-booking { width: 100%; max-width: 100%; box-sizing: border-box; overflow: hidden; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card.featured { transform: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .loyalty-inner, .about-inner { grid-template-columns: 1fr; }
  .about-image { display: none; }
  .careers-inner { grid-template-columns: 1fr; }
  .careers-sparkle { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .hero-cleaner-left { display: none; }
  .hero-cleaner-right { height: 55%; right: 0; top: 0; }
  .hero-badge { left: 4px; }
}
@media (max-width: 768px) {
  .hero-cleaner-right { display: none; }
}
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero h1 { font-size: 38px; }
  .options-grid.three-col { grid-template-columns: 1fr 1fr; }
  .time-slots { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .frequency-grid { grid-template-columns: 1fr 1fr; }
  .frequency-grid.four-col { grid-template-columns: 1fr 1fr; }
  .booking-steps { padding: 18px 18px 24px; }
  .progress-wrap { padding: 20px 18px 0; }
  .hero-cleaner-left { display: none; }
  .hero-cleaner-right { display: none; }
}
@media (max-width: 380px) {
  .hero-svc-grid { grid-template-columns: 1fr; }
  .hero-booking { padding: 20px; }
}
