/* Generated by build-brand.py. */
/* Clean Way — services and price configuration. Content and calculation unchanged. */

#services {
  padding: 108px 0 116px;
  background: var(--paper);
}

#services .section-header,
#calculator .section-header {
  text-align: left;
  margin-bottom: 46px;
}

#services .section-desc,
#calculator .section-desc {
  margin-left: 0;
  max-width: 660px;
}

#services .tesla-tabs-container {
  display: block;
  margin-bottom: 38px;
}

#services .tesla-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

#services .tesla-tab-btn {
  min-height: 59px;
  padding: 15px 0 19px;
  margin-bottom: -1px;
  gap: 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--muted);
  text-align: left;
  transition: color 180ms ease, border-color 180ms ease;
}

#services .tesla-tab-btn i { font-size: 15px; }

#services .tesla-tab-btn.active,
#services .tesla-tab-btn:hover {
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

#services .tesla-tab-btn.active { border-bottom-color: var(--ink); }

#services .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

#services .service-card,
#services .service-card.highlighted,
#services .service-card:hover {
  min-width: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

#services .service-image-wrapper {
  height: auto;
  aspect-ratio: 1.35;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
}

#services .service-card-img {
  display: block;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(.2,.7,.2,1);
}

#services .service-card:hover .service-card-img { transform: scale(1.035); }

#services .popular-badge {
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  background: var(--paper);
  color: var(--ink);
  border: 0;
  border-radius: 3px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
}

#services .service-body { padding: 25px 0 0; }

#services .service-price-tag {
  margin-bottom: 11px;
  color: var(--brand);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

#services .service-title {
  margin-bottom: 16px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.9vw, 27px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.25;
}

#services .service-text {
  flex-grow: 1;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

#services .bullets-toggle-btn {
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 13px 0;
  margin: 0 0 14px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
}

#services .bullets-toggle-btn:hover { color: var(--brand); background: transparent; }
#services .bullets-toggle-btn .toggle-arrow { font-size: 10px; }
#services .collapsible-bullets { flex-shrink: 0; }
#services .collapsible-bullets.expanded { margin-bottom: 20px; }

#services .service-bullets { margin-bottom: 24px; }
#services .collapsible-bullets .service-bullets { margin-bottom: 0; }

#services .service-bullets li {
  gap: 10px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

#services .service-bullets li:last-child { border-bottom: 0; }
#services .service-bullets li i { color: var(--brand); font-size: 10px; margin-top: 5px; }

#services .service-body > .btn {
  min-height: 49px;
  padding: 13px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-top: auto;
}

#services .service-body > .btn-secondary {
  background: transparent;
  border: 1px solid #BED3DA;
  color: var(--ink);
  box-shadow: none;
}

#services .service-body > .btn-secondary:hover {
  background: var(--soft);
  border-color: var(--brand);
  transform: none;
}

#services .service-body > .btn-primary {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  box-shadow: none;
}

#services .service-body > .btn-primary:hover { background: var(--brand); transform: none; }

#services .window-service-container {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  align-items: center;
}

#services .window-service-info h3,
#services .furn-title,
#services .addons-intro h3 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.035em;
}

#services .window-service-info p,
#services .furn-subtitle {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

#services .window-prices { gap: 0; max-width: none; margin-bottom: 30px; }
#services .w-price-item { gap: 16px; padding: 15px 0; border-color: var(--line); }
#services .w-label { color: var(--muted); font-family: var(--font-body); font-size: 13px; }
#services .w-val { flex-shrink: 0; color: var(--ink); font-size: 16px; font-weight: 500; }

#services .window-service-visual {
  align-self: stretch;
  min-height: 450px;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
}

#services .window-service-img { position: absolute; inset: 0; }
#services .window-service-visual:hover .window-service-img { transform: scale(1.035); }

#services .visual-badge {
  left: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border: 0;
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 11px;
}

#services .furniture-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
#services .furn-column { min-width: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
#services .furn-title { align-items: flex-start; gap: 14px; margin-bottom: 15px; font-size: 25px; }
#services .furn-title i { color: var(--brand); font-size: 21px; margin-top: 5px; }
#services .furn-subtitle { margin-bottom: 22px; }
#services .furn-prices-list { gap: 0; border-top: 1px solid var(--line); }

#services .furn-price-item {
  gap: 20px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  font-size: 14px;
}

#services .furn-price-item span { color: var(--muted); }
#services .furn-price-item strong { flex-shrink: 0; color: var(--ink); font-weight: 500; }

#services .safety-badge {
  margin-top: 24px;
  padding: 18px 20px;
  border: 0;
  border-radius: 4px;
  background: var(--soft);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.7;
}

#services .safety-badge i { color: var(--brand); }
#services .addons-intro { text-align: left; margin-bottom: 28px; }
#services .addons-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 40px; }

#services .addon-mini-card {
  align-items: flex-start;
  min-width: 0;
  padding: 24px 0 10px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

#services .addon-icon { color: var(--brand); font-size: 27px; margin-bottom: 19px; }
#services .addon-name { color: var(--ink); font-family: var(--font-heading); font-size: 19px; font-weight: 500; }
#services .addon-desc { margin: 7px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
#services .addon-price { padding: 0; background: none; border: 0; border-radius: 0; font-size: 23px; color: var(--ink); font-weight: 500; }

/* A quiet workspace for options, with a clear fixed-price summary. */
#calculator { padding: 105px 0 112px; background: var(--soft); }
#calculator .calculator-grid { grid-template-columns: minmax(0, 1.55fr) minmax(330px, 1fr); gap: 28px; align-items: start; }

#calculator .calc-configurator {
  min-width: 0;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

#calculator .config-group { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
#calculator .config-group:last-child { margin: 0; padding: 0; border: 0; }

#calculator .config-label {
  margin-bottom: 19px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
}

#calculator .clean-type-selector { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }

#calculator .type-opt {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 19px 8px 16px;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease;
}

#calculator .type-opt i { margin-bottom: 2px; color: var(--muted); font-size: 22px; }
#calculator .type-opt span:first-of-type { color: var(--ink); font-family: var(--font-body); font-size: 12px; font-weight: 600; }
#calculator .type-price { color: var(--muted); font-size: 12px; font-weight: 400; }
#calculator .type-opt:hover { border-color: var(--brand); }
#calculator .type-opt.active { background: var(--soft); border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
#calculator .type-opt.active i { color: var(--brand); transform: none; }
#calculator .type-opt.active span:first-of-type,
#calculator .type-opt.active .type-price { color: var(--ink); }

#calculator .slider-header { gap: 20px; margin-bottom: 12px; }
#calculator .slider-header .config-label { margin: 0; }
#calculator .sqm-value { flex-shrink: 0; color: var(--ink); font-size: 30px; font-weight: 500; letter-spacing: -.05em; }
#calculator .slider-container { padding: 9px 0 0; }
#calculator .premium-slider { height: 4px; margin-bottom: 16px; border-radius: 0; background: var(--line); accent-color: var(--brand); }

#calculator .premium-slider::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border: 5px solid var(--surface);
  background: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}

#calculator .premium-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 5px solid var(--surface);
  background: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}

#calculator .premium-slider::-webkit-slider-thumb:hover { transform: none; background: var(--ink); box-shadow: 0 0 0 2px var(--brand); }
#calculator .premium-slider::-moz-range-thumb:hover { transform: none; background: var(--ink); }
#calculator .slider-ticks { color: var(--muted); font-size: 11px; }

#calculator .accordion-subgroup {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
}

#calculator .accordion-subgroup.active { border-color: var(--line); }
#calculator .accordion-trigger { min-height: 65px; padding: 18px 0; gap: 16px; color: var(--ink); font-family: var(--font-body); font-size: 13px; font-weight: 600; line-height: 1.7; }
#calculator .accordion-trigger:hover { background: transparent; color: var(--brand); }
#calculator .accordion-trigger i:first-of-type { color: var(--brand); margin-right: 10px; }
#calculator .accordion-trigger > i:last-of-type { flex-shrink: 0; color: var(--muted); font-size: 10px; }
#calculator .accordion-content { padding: 0 0 12px; border-top: 0; background: transparent; }
#calculator .calc-counter-row { gap: 20px; padding: 12px 0; border-color: var(--line); }
#calculator .counter-label { color: var(--muted); font-size: 12px; line-height: 1.7; }
#calculator .counter-control { flex-shrink: 0; padding: 0; border: 1px solid var(--line); border-radius: 3px; background: var(--surface); }
#calculator .counter-btn { width: 33px; height: 36px; color: var(--ink); background: transparent; border-radius: 2px; font-size: 18px; box-shadow: none; }
#calculator .counter-btn:hover { background: var(--soft); color: var(--ink); }
#calculator .counter-input { width: 28px; color: var(--ink); font-size: 13px; font-weight: 500; }

#calculator .calc-checkbox-grid { gap: 10px; margin-top: 24px; }
#calculator .checkbox-card { min-width: 0; }
#calculator .checkbox-content { min-height: 102px; height: 100%; gap: 12px; padding: 17px 8px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); box-shadow: none; justify-content: center; }
#calculator .checkbox-content i { color: var(--muted); font-size: 20px; }
#calculator .checkbox-content span { color: var(--muted); font-family: var(--font-body); font-size: 10px; font-weight: 500; line-height: 1.6; }
#calculator .calc-checkbox:checked + .checkbox-content { background: var(--soft); border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
#calculator .calc-checkbox:checked + .checkbox-content i,
#calculator .calc-checkbox:checked + .checkbox-content span { color: var(--ink); }
#calculator .calc-checkbox:focus-visible + .checkbox-content { outline: 2px solid var(--brand); outline-offset: 3px; }

#calculator .calc-summary {
  min-width: 0;
  margin-top: 0;
  position: sticky;
  top: 104px;
  padding: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

#calculator .summary-title {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #C6E0E4;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.3;
}

#calculator .summary-title::before { display: none; }
#calculator .summary-details { min-height: 100px; max-height: 320px; margin-bottom: 18px; padding-right: 5px; scrollbar-color: #8CB7C2 transparent; scrollbar-width: thin; }
#calculator .summary-details::-webkit-scrollbar-track { background: transparent; }
#calculator .summary-details::-webkit-scrollbar-thumb { background: #8CB7C2; }
#calculator .summary-item-row { gap: 18px; margin-bottom: 15px; color: #DBE9EE; font-size: 12px; line-height: 1.75; }
#calculator .summary-item-row > span { min-width: 0; }
#calculator .summary-item-row strong { flex-shrink: 0; color: #fff; font-weight: 500; }
#calculator .empty-summary { padding: 15px 0 24px; color: #DBE9EE; font-size: 13px; line-height: 1.7; text-align: left; }
#calculator .summary-discounts { margin-bottom: 18px; }
#calculator .summary-discounts:empty { margin: 0; }
#calculator .discount-tag { padding: 12px 14px; gap: 12px; border: 0; border-radius: 3px; background: #E5F6F8; color: #D6F0F5; font-size: 11px; font-weight: 500; line-height: 1.65; }
#calculator .summary-pricing { margin-bottom: 24px; padding: 22px 0 0; border-top: 1px solid #C6E0E4; border-radius: 0; background: transparent; }
#calculator .pricing-row { gap: 14px; color: #DBE9EE; font-size: 12px; line-height: 1.5; margin-bottom: 14px; }
#calculator .pricing-row > span:last-child { flex-shrink: 0; }
#calculator .discount-row { color: #DBEFF5; }
#calculator .pricing-row.total-row { align-items: baseline; padding-top: 8px; border: 0; color: #fff; font-size: 17px; }
#calculator .pricing-row.total-row span:last-of-type { color: #fff; font-size: clamp(33px, 3vw, 44px); font-weight: 500; letter-spacing: -.055em; }
#calculator .calc-notices { gap: 8px; margin-bottom: 26px; }
#calculator .notice-item { display: block; margin: 0; color: #D1E5EC; font-size: 10px; line-height: 1.85; }
#calculator .notice-item i { display: inline; margin: 0 5px 0 0; color: #BCDAE3; font-size: 10px; }
#calculator .notice-item strong { color: #fff; font-weight: 600; white-space: nowrap; }

#calculator .calc-summary .btn-primary {
  min-height: 56px;
  padding: 15px 14px;
  border: 1px solid var(--mint);
  border-radius: 4px;
  background: var(--mint);
  box-shadow: none;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  white-space: normal;
  transform: none;
}

#calculator .calc-summary .btn-primary:hover { background: #EDF9FC; border-color: #EDF9FC; }

#services button:focus-visible,
#services a:focus-visible,
#calculator button:focus-visible,
#calculator .type-opt:focus-visible,
#calculator input:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
#calculator .calc-summary button:focus-visible { outline-color: var(--mint); }

@media (max-width: 1199px) {
  #services .services-grid { gap: 24px; }
  #services .tesla-tabs { gap: 0 24px; }
  #services .tesla-tab-btn { font-size: 13px; }
  #services .service-title { font-size: 23px; }
  #services .service-text { font-size: 13px; }
  #calculator .calculator-grid { grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr); gap: 22px; }
  #calculator .calc-configurator { padding: 27px; }
  #calculator .calc-summary { padding: 27px; }
}

@media (max-width: 1000px) {
  #services, #calculator { padding: 80px 0; }
  #services .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  #services .service-title { font-size: 21px; }
  #services .service-body { padding-top: 20px; }
  #services .service-body > .btn { font-size: 12px; padding-inline: 10px; }
  #services .popular-badge { top: 10px; right: 10px; font-size: 8px; padding: 7px 8px; }
  #services .window-service-container { gap: 30px; }
  #services .window-service-visual { min-height: 400px; }
  #services .furniture-grid { gap: 30px; }
  #calculator .calculator-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  #calculator .calc-configurator { padding: 32px; }
  #calculator .calc-summary { position: static; top: auto; padding: 32px; }
  #calculator .summary-details { min-height: 0; }
  #calculator .summary-pricing { margin-top: 20px; }
  #calculator .summary-item-row { font-size: 14px; }
  #calculator .notice-item { font-size: 11px; }
  #calculator .calc-summary .btn-primary { font-size: 13px; }
}

@media (max-width: 760px) {
  #services .section-header, #calculator .section-header { margin-bottom: 30px; }
  #services .tesla-tabs { gap: 0 24px; }
  #services .tesla-tab-btn { min-height: 54px; padding: 13px 0; font-size: 12px; }
  #services .services-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  #services .service-image-wrapper { aspect-ratio: 1.55; }
  #services .service-title { font-size: 28px; }
  #services .service-text { font-size: 14px; }
  #services .service-body > .btn { font-size: 13px; }
  #services .popular-badge { top: 16px; right: 16px; font-size: 10px; padding: 8px 12px; }
  #services .window-service-container { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  #services .window-service-visual { min-height: 340px; }
  #services .furniture-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  #services .addons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 26px; }
  #services .window-service-info h3, #services .addons-intro h3 { font-size: 28px; }
  #calculator .type-opt { min-height: 122px; }
  #calculator .type-opt span:first-of-type { font-size: 13px; }
  #calculator .checkbox-content span { font-size: 11px; }
}

@media (max-width: 480px) {
  #services, #calculator { padding: 64px 0; }
  #services .tesla-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; justify-content: start; }
  #services .tesla-tab-btn { width: auto; min-height: 56px; justify-content: flex-start; gap: 8px; font-size: 11px; }
  #services .tesla-tab-btn i { font-size: 13px; flex-shrink: 0; }
  #services .tesla-tabs-container { margin-bottom: 28px; }
  #services .service-image-wrapper { aspect-ratio: 1.28; }
  #services .service-title { font-size: 26px; }
  #services .service-text { font-size: 13px; }
  #services .window-service-info h3, #services .addons-intro h3, #services .furn-title { font-size: 25px; }
  #services .w-label { font-size: 12px; }
  #services .w-val { font-size: 14px; }
  #services .window-service-visual { min-height: 290px; }
  #services .furn-price-item { gap: 14px; font-size: 13px; }
  #services .addons-grid { gap: 20px; }
  #services .addon-name { font-size: 17px; }
  #services .addon-desc { font-size: 12px; }
  #calculator .calc-configurator, #calculator .calc-summary { padding: 23px 20px; border-radius: 6px; }
  #calculator .config-label { font-size: 12px; margin-bottom: 16px; }
  #calculator .config-group { margin-bottom: 25px; padding-bottom: 25px; }
  #calculator .clean-type-selector { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  #calculator .type-opt { flex-direction: row; justify-content: flex-start; min-height: 65px; gap: 12px; padding: 16px 13px; }
  #calculator .type-opt i { width: 22px; margin: 0; flex-shrink: 0; font-size: 20px; }
  #calculator .type-opt span:first-of-type { font-size: 12px; }
  #calculator .type-opt .type-price { margin-left: auto; font-size: 11px; white-space: nowrap; }
  #calculator .slider-header { gap: 12px; }
  #calculator .sqm-value { font-size: 27px; }
  #calculator .slider-ticks { font-size: 10px; }
  #calculator .accordion-trigger { font-size: 12px; gap: 12px; min-height: 64px; }
  #calculator .accordion-trigger i:first-of-type { margin-right: 5px; }
  #calculator .calc-counter-row { gap: 12px; }
  #calculator .counter-label { font-size: 11px; }
  #calculator .counter-btn { width: 28px; height: 38px; }
  #calculator .counter-input { width: 24px; }
  #calculator .calc-checkbox-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #calculator .checkbox-content { min-height: 96px; }
  #calculator .summary-title { font-size: 25px; }
  #calculator .summary-item-row { font-size: 12px; gap: 14px; }
  #calculator .pricing-row.total-row span:last-of-type { font-size: 36px; }
  #calculator .calc-summary .btn-primary { padding-inline: 10px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  #services .service-card-img,
  #services .window-service-img,
  #services .collapsible-bullets,
  #services .tesla-tab-btn,
  #calculator .type-opt,
  #calculator .checkbox-content { transition: none; }
}

/* Clean Way — company, reviews, booking and journal.
   Presentation only: the original content and interactive hooks are retained. */

#about {
  padding: 112px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

#about .about-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 80px;
  align-items: start;
}

#about .section-title {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.045em;
}

#about .about-content > p {
  max-width: 570px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

#about .about-bullet-grid {
  gap: 26px 28px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

#about .about-bullet {
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}

#about .about-bullet > i {
  flex-shrink: 0;
  width: 18px;
  margin-top: 4px;
  color: var(--brand);
  font-size: 16px;
}

#about .about-bullet h4 {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

#about .about-bullet p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

#about .about-specs-board {
  min-width: 0;
  padding-top: 74px;
}

#about .board-glass {
  padding: 32px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: none;
}

#about .board-header {
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 28px;
  border-color: var(--line);
}

#about .board-header h3 {
  max-width: 200px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .1em;
}

#about .status-indicator {
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

#about .status-indicator::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--brand);
  vertical-align: 1px;
}

#about .spec-line {
  align-items: baseline;
  gap: 16px;
  padding: 16px 0;
  border-color: var(--line);
  font-size: 12px;
  line-height: 1.6;
}

#about .spec-name {
  color: var(--muted);
  flex: 0 0 32%;
}

#about .spec-val {
  color: var(--ink);
  font-weight: 500;
  text-align: right;
}

#about .board-footer-stats {
  gap: 12px;
  margin-top: 28px;
  padding-top: 0;
  border: 0;
  text-align: left;
}

#about .mini-stat {
  padding-right: 10px;
  border-right: 1px solid var(--line);
}

#about .mini-stat:last-child {
  padding-right: 0;
  border-right: 0;
}

#about .mini-stat span {
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.04em;
  white-space: nowrap;
}

#about .mini-stat label {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 11px;
}

#testimonials {
  padding: 110px 0 100px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

#testimonials .section-header {
  max-width: 740px;
  margin: 0 0 52px;
  text-align: left;
}

#testimonials .section-title {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.045em;
}

#testimonials .section-desc {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

#testimonials .testimonials-container {
  padding: 0;
}

#testimonials .testimonials-slider {
  gap: 30px;
  align-items: stretch;
}

#testimonials .testimonial-card {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  padding: 28px 16px 4px 0;
  border: 0;
  border-top: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#testimonials .testimonial-card:hover {
  border-color: var(--ink);
  background: transparent;
  box-shadow: none;
  transform: none;
}

#testimonials .review-stars {
  margin-bottom: 26px;
  color: var(--brand);
  font-size: 10px;
  letter-spacing: .18em;
}

#testimonials .review-text {
  margin-bottom: 32px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -.015em;
}

#testimonials .review-author {
  gap: 13px;
}

#testimonials .author-avatar {
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--soft);
  color: var(--brand);
  font-size: 12px;
}

#testimonials .author-info h4 {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
}

#testimonials .author-info span {
  color: var(--muted);
  font-size: 11px;
}

#testimonials .slider-controls {
  justify-content: flex-end;
  gap: 18px;
  margin-top: 38px;
}

#testimonials .slider-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

#testimonials .slider-arrow:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
  box-shadow: none;
}

#testimonials .slider-dots {
  gap: 8px;
}

#testimonials .slider-dot,
#testimonials .slider-dot.active {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line);
}

#testimonials .slider-dot.active {
  background: var(--ink);
}

#booking {
  padding: 110px 0;
  background: var(--ink);
  color: var(--paper);
}

#booking .booking-layout {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  align-items: start;
  gap: 100px;
}

#booking .booking-info {
  padding-top: 18px;
}

#booking .section-subtitle {
  color: #D1E5EC;
}

#booking .section-subtitle::before {
  background: #D1E5EC;
}

#booking .section-title {
  max-width: 510px;
  margin-bottom: 24px;
  color: #F7FAFC;
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.045em;
}

#booking .booking-info > p {
  max-width: 440px;
  margin-bottom: 38px;
  color: #C8DCE3;
  font-size: 15px;
  line-height: 1.8;
}

#booking .contact-details-list {
  gap: 0;
  margin-bottom: 34px;
}

#booking .contact-detail-link {
  gap: 18px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(220, 239, 246, .19);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#booking .contact-detail-link:last-child {
  border-bottom: 1px solid rgba(220, 239, 246, .19);
}

#booking .contact-detail-link:hover {
  background: transparent;
  border-color: rgba(220, 239, 246, .4);
  box-shadow: none;
  transform: none;
}

#booking .c-icon {
  width: 26px;
  height: 34px;
  flex-shrink: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #D1E5EC;
  font-size: 17px;
}

#booking .c-info {
  min-width: 0;
  gap: 3px;
}

#booking .c-info span {
  color: #C8DCE3;
  font-family: var(--font-body);
  font-size: 11px;
}

#booking .c-info strong {
  color: #F7FAFC;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

#booking .contact-detail-link:last-child .c-info strong {
  font-family: var(--font-body);
  font-size: 14px;
}

#booking .social-channels h4 {
  margin-bottom: 17px;
  color: #D1E5EC;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#booking .social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
}

#booking .social-btn {
  justify-content: flex-start;
  min-height: 36px;
  padding: 5px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #F7FAFC;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  box-shadow: none;
}

#booking .social-btn i {
  font-size: 16px;
}

#booking .social-btn:hover {
  border: 0;
  background: transparent;
  color: #FFFFFF !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  box-shadow: none;
  transform: none;
}

#booking .social-sub-notice {
  max-width: 410px;
  margin: 17px 0 0;
  color: #C8DCE3;
  font-size: 11px;
  font-style: normal;
  line-height: 1.7;
}

#booking .booking-form-container {
  min-width: 0;
  border: 0;
  border-radius: 6px;
  background: var(--surface);
  box-shadow: none;
}

#booking .glass-form {
  padding: 42px;
  background: var(--surface);
  backdrop-filter: none;
}

#booking .form-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.035em;
}

#booking .form-subtitle {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

#booking .form-group {
  margin-bottom: 20px;
}

#booking .form-label {
  margin-bottom: 9px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
}

#booking .required {
  color: var(--brand);
}

#booking .input-wrapper > i {
  color: #8B9AA0;
  font-size: 13px;
}

#booking .form-input,
#booking .form-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #F7F9FA;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  box-shadow: none;
  color-scheme: light;
}

#booking .form-input::placeholder,
#booking .form-textarea::placeholder {
  color: #7C878E;
  opacity: 1;
}

#booking .form-input:focus,
#booking .form-textarea:focus {
  border-color: var(--brand);
  outline: 2px solid var(--mint);
  outline-offset: 1px;
  background: var(--surface);
  box-shadow: none;
}

#booking .form-textarea {
  height: 126px;
  resize: vertical;
}

#booking .form-terms-summary {
  margin-bottom: 24px;
  padding: 16px 0 16px 16px;
  border: 0;
  border-left: 2px solid var(--line);
  border-radius: 0;
  background: transparent;
}

#booking .form-terms-summary h4 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
}

#booking .form-terms-summary h4 i {
  color: var(--muted);
  font-size: 11px;
}

#booking .form-terms-summary li {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

#booking .form-terms-summary li::before {
  color: var(--muted);
}

#booking #btn-submit-booking {
  min-height: 56px;
  border-color: var(--brand);
  border-radius: 3px;
  background: var(--brand);
  color: #FFFFFF;
  font-size: 14px;
  box-shadow: none;
}

#booking #btn-submit-booking:hover {
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: none;
}

#booking .success-mask {
  background: var(--surface);
  backdrop-filter: none;
}

#booking .success-icon-ring {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--brand);
  box-shadow: none;
}

#booking .success-content h3 {
  color: var(--ink);
  font-weight: 500;
}

#booking .success-content p {
  color: var(--muted);
  line-height: 1.8;
}

.app-footer-bottom {
  padding: 76px 0 28px;
  border: 0;
  background: #22343D;
  color: #CBDCE3;
}

.app-footer-bottom .footer-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, .85fr) minmax(0, 1.2fr);
  gap: 50px;
  margin-bottom: 54px;
}

.app-footer-bottom .footer-col {
  min-width: 0;
}

.app-footer-bottom .logo {
  margin-bottom: 23px;
}

.app-footer-bottom .logo-img {
  width: 46px;
  height: 46px;
  padding: 3px;
  background: #F7F9FA;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  object-fit: contain;
}

.app-footer-bottom .logo-accent {
  color: #F7FAFC;
  -webkit-text-fill-color: #F7FAFC;
  background: none;
}

.app-footer-bottom .logo-sub {
  color: #CBDCE3;
}

.app-footer-bottom .footer-col h4 {
  margin-bottom: 22px;
  color: #F7FAFC;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
}

.app-footer-bottom .brand-col p,
.app-footer-bottom .support-col p {
  max-width: 280px;
  color: #BCD2DB;
  font-size: 12px;
  line-height: 1.85;
}

.app-footer-bottom .links-col li {
  margin-bottom: 11px;
}

.app-footer-bottom .links-col a {
  display: inline-block;
  color: #BCD2DB;
  font-size: 12px;
  line-height: 1.65;
}

.app-footer-bottom .links-col a:hover {
  padding-left: 0;
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.app-footer-bottom .footer-bottom-bar {
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid rgba(220, 239, 246, .14);
}

.app-footer-bottom .footer-bottom-bar p {
  color: #ADC8D2;
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 1200px) {
  #about .about-grid { gap: 48px; }
  #about .board-glass { padding: 26px; }
  #booking .booking-layout { gap: 58px; }
  #booking .glass-form { padding: 34px; }
  .app-footer-bottom .footer-grid { gap: 30px; }
}

@media (max-width: 1024px) {
  #about .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 34px; }
  #about .about-bullet-grid { grid-template-columns: 1fr; gap: 23px; }
  #about .about-specs-board { padding-top: 68px; }
  #about .board-glass { padding: 24px; }
  #about .spec-line { flex-wrap: wrap; gap: 5px; }
  #about .spec-name { flex-basis: 100%; }
  #about .spec-val { text-align: left; }
  #about .mini-stat span { font-size: 20px; }
  #testimonials .testimonial-card { flex-basis: calc((100% - 30px) / 2); min-width: calc((100% - 30px) / 2); width: calc((100% - 30px) / 2); }
  #booking .booking-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 40px; }
  #booking .glass-form { padding: 28px; }
  #booking .form-title { font-size: 26px; }
  .app-footer-bottom .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
  .app-footer-bottom .support-col { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(220, 239, 246, .14); }
  .app-footer-bottom .support-col p { max-width: 600px; }
}

@media (max-width: 768px) {
  #about, #testimonials, #booking { padding: 76px 0; }
  #about .about-grid { grid-template-columns: 1fr; gap: 36px; }
  #about .section-title { max-width: 600px; }
  #about .about-content > p { max-width: none; }
  #about .about-bullet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
  #about .about-specs-board { padding-top: 0; }
  #about .board-glass { padding: 30px; }
  #about .board-header h3 { max-width: none; }
  #about .spec-line { flex-wrap: nowrap; gap: 20px; }
  #about .spec-name { flex-basis: 32%; }
  #about .spec-val { text-align: right; }
  #about .mini-stat span { font-size: 26px; }
  #testimonials .section-header { margin-bottom: 38px; }
  #testimonials .testimonial-card { flex-basis: 100%; min-width: 100%; width: 100%; padding-right: 0; }
  #testimonials .review-text { max-width: 640px; font-size: 21px; }
  #testimonials .slider-controls { margin-top: 30px; }
  #booking .booking-layout { grid-template-columns: 1fr; gap: 42px; }
  #booking .booking-info { padding-top: 0; }
  #booking .booking-info > p { max-width: 600px; }
  #booking .contact-details-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  #booking .contact-detail-link:nth-last-child(2) { border-bottom: 1px solid rgba(220, 239, 246, .19); }
  #booking .c-info strong { font-size: 17px; }
  #booking .social-grid { column-gap: 24px; }
  #booking .glass-form { padding: 34px; }
  .app-footer-bottom { padding: 58px 0 26px; }
  .app-footer-bottom .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 30px; margin-bottom: 40px; }
  .app-footer-bottom .brand-col { grid-column: 1 / -1; }
  .app-footer-bottom .brand-col p { max-width: 480px; }
}

@media (max-width: 480px) {
  #about, #testimonials, #booking { padding: 62px 0; }
  #about .section-title, #testimonials .section-title { font-size: 34px; }
  #about .about-content > p { font-size: 14px; line-height: 1.8; }
  #about .about-bullet-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 26px; padding-top: 26px; }
  #about .about-bullet h4 { font-size: 15px; }
  #about .about-bullet p { font-size: 12px; }
  #about .board-glass { padding: 22px 18px; }
  #about .board-header { gap: 16px; padding-bottom: 22px; margin-bottom: 8px; }
  #about .board-header h3 { max-width: 175px; font-size: 10px; }
  #about .spec-line { flex-wrap: wrap; gap: 4px; padding: 13px 0; }
  #about .spec-name { flex-basis: 100%; font-size: 11px; }
  #about .spec-val { font-size: 13px; text-align: left; }
  #about .board-footer-stats { gap: 10px; margin-top: 24px; }
  #about .mini-stat { padding-right: 8px; }
  #about .mini-stat span { font-size: 21px; }
  #about .mini-stat label { font-size: 10px; }
  #testimonials .section-desc { font-size: 14px; }
  #testimonials .review-text { font-size: 18px; line-height: 1.7; }
  #testimonials .slider-controls { justify-content: space-between; }
  #booking .section-title { font-size: 40px; }
  #booking .booking-info > p { font-size: 14px; }
  #booking .contact-details-list { display: flex; }
  #booking .contact-detail-link:nth-last-child(2) { border-bottom: 0; }
  #booking .contact-detail-link { gap: 14px; }
  #booking .c-info strong { font-size: 18px; }
  #booking .social-grid { gap: 8px 20px; }
  #booking .glass-form { padding: 26px 20px; }
  #booking .form-title { font-size: 27px; }
  #booking .form-input, #booking .form-textarea { font-size: 16px; }
  #booking .form-terms-summary { padding-left: 12px; }
  #booking .form-terms-summary li { font-size: 11px; }
  #booking .success-mask { padding: 28px 22px; }
  .app-footer-bottom .footer-grid { column-gap: 22px; }
  .app-footer-bottom .links-col a { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
}

/* Clean Way / Water & Light — logo-led visual identity. */
:root {
  --ink: #1D1D1F; --muted: #6E6E73; --paper: #F5F5F7; --surface: #FFFFFF;
  --soft: #EFFBFB; --mint: #DDF7F6; --brand: #08C4C4; --brand-deep: #087884; --aqua: #08C4C4;
  --line: #DCE9EA; --lemon: #F8E078; --lemon-soft: #FFF8D8;
  --bg-dark: var(--paper); --bg-canvas: var(--surface); --bg-card: var(--surface);
  --bg-card-highlight: var(--surface); --primary: var(--brand); --secondary: var(--lemon-soft);
  --text-dark-cyan: var(--ink); --text-main: var(--ink); --text-muted: var(--muted); --text-light: var(--muted);
  --accent-mint: var(--mint); --accent-aqua: var(--aqua); --border-glass: var(--line); --border-glass-active: var(--aqua);
  --font-heading: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif;
  --font-subheading: var(--font-body); --font-logo: var(--font-heading);
  --shadow-premium: 0 16px 48px #163A4810; --shadow-card-hover: 0 24px 64px #163A481A;
  --transition-fast: 220ms ease; --transition-smooth: 550ms cubic-bezier(.22,1,.36,1);
}
html { background: var(--surface); scroll-padding-top: 100px; }
body { background: var(--surface); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
::selection { background: var(--mint); color: #005E69; }
button, input, textarea { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #00A4B5; outline-offset: 5px; }
h1,h2,h3,h4 { font-family: var(--font-heading); font-weight: 650; letter-spacing: -.045em; color: var(--ink); }
p { line-height: 1.65; }
.container,.header-container { width: calc(100% - 96px); max-width: 1280px; margin-inline: auto; padding-inline: 0; }
.glow-orb,.cleanliness-effects-container,.hero-brand-emblem-wrapper { display: none; }
.text-gradient { color: var(--brand); background: linear-gradient(105deg,#007D8D 15%,#0FB6C5 80%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-header { text-align: left; margin-bottom: 48px; }
.section-subtitle { padding: 0; background: transparent; border-radius: 0; margin-bottom: 20px; font-size: 15px; font-weight: 600; text-transform: none; letter-spacing: -.015em; color: var(--brand); }
.section-subtitle::before { display: none; }
.section-title { max-width: 840px; font-size: clamp(38px,4.3vw,62px); line-height: 1.06; font-weight: 650; letter-spacing: -.05em; margin-bottom: 24px; text-wrap: balance; }
.section-desc { max-width: 700px; margin: 0; font-size: 18px; line-height: 1.55; color: var(--muted); }
.btn { min-height: 50px; padding: 13px 25px; border-radius: 980px; font-size: 15px; font-weight: 500; line-height: 1.4; gap: 10px; text-shadow: none; transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.btn-primary { background: var(--brand); color: white; border: 1px solid transparent; box-shadow: 0 5px 18px #008B991A; }
.btn-primary:hover { background: #007986; color: white; transform: translateY(-2px); box-shadow: 0 10px 28px #008B9926; }
.btn-secondary { background: transparent; color: var(--brand); border-color: transparent; backdrop-filter: none; }
.btn-secondary:hover { color: #006E7B; background: #EAF8F9; transform: translateY(-2px); }
.btn-sm { min-height: 36px; padding: 9px 18px; font-size: 12px; }
.btn-lg { min-height: 52px; padding: 15px 28px; font-size: 16px; }
.btn:disabled { opacity: .6; cursor: wait; }

/* Full navigation, not a pair of action buttons. */
.app-header { background: #FFFFFFD9; border-bottom: 1px solid #DEE7E980; backdrop-filter: saturate(180%) blur(24px); -webkit-backdrop-filter: saturate(180%) blur(24px); padding: 0; transition: box-shadow 300ms, background 300ms; }
.app-header.shrunk { background: #FFFFFFE8; box-shadow: 0 4px 24px #142F3A08; }
.header-container { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; height: 78px; gap: 24px; }
.logo { gap: 10px; flex-shrink: 0; justify-self: start; }
.logo:hover { transform: none; opacity: 1; }
.logo-img { width: 52px; height: 56px; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; padding: 0; background: none; }
.logo-accent { font-size: 21px; line-height: 1; font-weight: 750; letter-spacing: -.055em; color: #008C9A; }
.logo-sub { margin-top: 7px; color: var(--muted); font-size: 8px; letter-spacing: .12em; font-weight: 550; }
.nav-menu { display: flex; justify-self: center; margin: 0; }
.nav-list { gap: 24px; align-items: center; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: #444449; padding: 5px 0; font-weight: 450; white-space: nowrap; }
.nav-link:hover,.nav-link.active { color: var(--brand); }
.nav-link::after { height: 2px; bottom: 3px; border-radius: 2px; background: var(--aqua); box-shadow: none; }
.header-actions { display: flex; justify-self: end; margin: 0; }
.header-actions .btn-primary { min-height: 36px; font-size: 12px; box-shadow: none; }
.menu-toggle { width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; gap: 6px; }
.menu-toggle .bar { width: 22px; height: 2px; background: var(--ink); }
.header-progress { position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; transform-origin: left; transform: scaleX(var(--page-progress,0)); background: linear-gradient(90deg,#00A6B5,#75DEEA); pointer-events: none; }

/* Airy type and a large immersive image, with a compact film preview. */
.hero-section { position: relative; display: block; padding: 128px 0 0; min-height: auto; background: linear-gradient(180deg,#F4FCFD 0%,#FFFFFF 43%,#FFFFFF 100%); overflow: hidden; }
.hero-content { display: block; text-align: center; }
.hero-main-layout { display: flex; flex-direction: column; width: 100%; gap: 44px; margin: 0; }
.hero-text-side { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: none; border: 0; border-radius: 0; padding: 0; margin: 0 0 21px; color: var(--brand); font-size: 14px; font-weight: 550; letter-spacing: -.015em; text-transform: none; }
.hero-badge i { display: none; }
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px #11B8C513; }
.hero-title { width: 100%; color: var(--ink); font-size: clamp(45px,5.5vw,80px); font-weight: 650; line-height: 1.01; letter-spacing: -.055em; margin: 0 0 24px; text-align: center; }
.hero-title-intro { display: block; text-transform: lowercase; }
.hero-title-intro::first-letter { text-transform: uppercase; }
.hero-title > br { display: none; }
.hero-title .text-gradient { display: block; font-size: 1.15em; font-weight: 700; letter-spacing: -.055em; text-transform: lowercase; line-height: 1.06; margin-top: 0; }
.hero-subtitle { max-width: 750px; font-size: 18px; font-weight: 400; line-height: 1.55; text-align: center; margin: 0 auto 24px !important; color: #646C70; }
.hero-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 0; }
.hero-buttons .btn-secondary::after { content: '›'; font-size: 25px; line-height: .7; margin-left: 2px; }
.hero-buttons .btn i { display: none; }
.hero-image-side { position: relative; display: block; width: 100%; height: 470px; border-radius: 36px; isolation: isolate; }
.hero-image-side .hero-bg-wrapper { display: block; position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; border-radius: inherit; overflow: hidden; background: #ECF0EF; }
.hero-bg-overlay { display: block; background: linear-gradient(90deg,#D8F6F70D,transparent 60%); z-index: 1; }
.hero-bg-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; opacity: 1; filter: none; transform: scale(calc(1.01 + var(--hero-travel,0) * .04)); will-change: transform; }
.hero-image-side::after { content: ''; position: absolute; inset: 0; border: 1px solid #FFFFFF80; border-radius: inherit; box-shadow: inset 0 0 45px #FFFFFF20; pointer-events: none; }
.hero-image-container { position: absolute; left: auto; right: 28px; bottom: 28px; width: 172px; height: 236px; max-width: none; aspect-ratio: auto; border: 5px solid #FFFFFFCA; border-radius: 22px; background: white; overflow: hidden; box-shadow: 0 15px 45px #183D3728; backdrop-filter: blur(20px); z-index: 2; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.hero-image-container:hover { transform: translateY(-5px); box-shadow: 0 18px 50px #183D3730; }
.hero-team-video { height: calc(100% - 40px); width: 100%; object-fit: cover; object-position: center; filter: none; transform: none; }
.hero-image-container:hover .hero-team-video { transform: none; }
.hero-image-overlay { display: none; }
.image-accent-badge { bottom: 0; left: 0; width: 100%; height: 40px; padding: 0 8px; border: 0; border-radius: 0; box-shadow: none; background: #FFFFFFE8; color: #3B555B; font-size: 8px; gap: 5px; font-weight: 600; animation: none; }
.image-accent-badge i { color: var(--brand); font-size: 10px; }
.media-toggle { position: absolute; right: 12px; bottom: 52px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #FFFFFFA0; border-radius: 50%; color: white; background: #008B99CC; cursor: pointer; z-index: 3; }
.media-toggle svg { width: 15px; height: 15px; fill: currentColor; }
.media-toggle .play-icon { display: none; }
.media-toggle.is-paused .play-icon { display: block; }
.media-toggle.is-paused .pause-icon { display: none; }
.hero-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); width: 100%; max-width: none; padding: 38px 18px 42px; margin: 0; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; background: white; gap: 28px; }
.stat-card { text-align: center; }
.stat-card:not(:last-child)::after { background: #E4ECEE; height: 60%; top: 20%; right: -14px; }
.stat-num { font-size: 34px; font-weight: 650; letter-spacing: -.05em; line-height: 1.1; color: var(--ink); margin-bottom: 8px; }
.stat-label { font-size: 13px; font-weight: 450; color: var(--muted); }
.scroll-indicator { display: none; }

/* A light bento arrangement rooted in the existing content. */
#why-us { padding: 100px 0; background: var(--paper); }
#why-us .section-header { max-width: 900px; }
#why-us .features-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-bottom: 48px; }
#why-us .feature-card { padding: 30px; border: 1px solid #FFFFFF; border-radius: 28px; min-width: 0; min-height: 330px; background: white; position: relative; overflow: hidden; box-shadow: 0 6px 18px #142F3A04; transition: transform 450ms cubic-bezier(.2,.8,.2,1),box-shadow 450ms; }
#why-us .feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px #142F3A0C; }
#why-us .feature-card:first-child,#why-us .feature-card:last-child { grid-column: span 2; padding-right: 45%; }
#why-us .feature-card:first-child { background: white url('assets/card_standard.png') right center / auto 100% no-repeat; }
#why-us .feature-card:last-child { background: white url('assets/card_office_small.png') right center / auto 100% no-repeat; }
#why-us .feature-card:first-child::before,#why-us .feature-card:last-child::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#FFFFFF 0%,#FFFFFFFA 34%,#FFFFFF20 86%); }
#why-us .feature-card:nth-child(2) { background: #E9F9FA; }
#why-us .feature-card:nth-child(5) { background: #F9F6EA; }
#why-us .feature-card > * { position: relative; z-index: 1; }
#why-us .feature-icon-wrapper { width: 44px; height: 44px; border-radius: 14px; background: #EAF7F8; color: var(--brand); font-size: 22px; margin-bottom: 22px; }
#why-us .feature-icon-wrapper::after { display: none; }
#why-us .feature-card-title { font-size: 23px; line-height: 1.12; font-weight: 650; margin-bottom: 15px; letter-spacing: -.04em; }
#why-us .feature-card-text { font-size: 14px; line-height: 1.55; color: #626D72; }
.promo-banner-glass { padding: 42px 48px; gap: 40px; border-radius: 28px; border: 1px solid #D4F0F3; background: linear-gradient(105deg,#E3F7F9,#F3FCFD 70%,#EDF6FA); box-shadow: none; }
.promo-content { max-width: 850px; }
.promo-badge { background: none; border: 0; border-radius: 0; padding: 0; font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--brand); margin-bottom: 12px; }
.promo-content h3 { font-size: 32px; font-weight: 650; line-height: 1.12; letter-spacing: -.04em; }
.promo-content p { font-size: 15px; color: #68777D; }
.promo-action { flex-shrink: 0; }

/* Services read like a considered product collection. */
#services { background: white; padding: 100px 0; }
#services .section-header { margin-bottom: 40px; }
#services .tesla-tabs-container { margin-bottom: 36px; }
#services .tesla-tabs { display: flex; flex-wrap: wrap; width: fit-content; gap: 4px; padding: 5px; border: 0; border-radius: 100px; background: var(--paper); }
#services .tesla-tab-btn { padding: 13px 22px; min-height: 48px; border: 0; border-radius: 100px; font-size: 14px; color: #65676B; font-weight: 550; gap: 9px; }
#services .tesla-tab-btn.active { color: var(--brand); background: white; box-shadow: 0 3px 12px #1D1D1F10; }
#services .tesla-tab-btn:hover { color: var(--brand); background: #FFFFFF95; }
#services .services-grid { gap: 24px; }
#services .service-card,#services .service-card.highlighted { border: 1px solid #E5ECEE; border-radius: 28px; overflow: hidden; background: white; box-shadow: 0 8px 20px #1D1D1F05; transition: transform 500ms cubic-bezier(.2,.8,.2,1),box-shadow 500ms; }
#services .service-card:hover { transform: translateY(-7px); background: white; border-color: #D1E8EB; box-shadow: 0 22px 50px #17495514; }
#services .service-image-wrapper { border-radius: 0; aspect-ratio: 1.28; }
#services .service-card-img { transition: transform 900ms cubic-bezier(.2,.8,.2,1); }
#services .service-card:hover .service-card-img { transform: scale(1.055); }
#services .service-body { padding: 28px; }
#services .service-title { font-size: 27px; font-weight: 650; line-height: 1.14; margin-bottom: 18px; }
#services .service-price-tag { font-size: 14px; color: var(--brand); }
#services .service-text { color: var(--muted); font-size: 14px; line-height: 1.65; }
#services .popular-badge { top: 16px; right: 16px; background: #FFFFFFE8; color: var(--brand); padding: 8px 13px; border-radius: 100px; font-size: 10px; letter-spacing: 0; text-transform: none; backdrop-filter: blur(16px); }
#services .bullets-toggle-btn { background: #F5F9FA; border-radius: 12px; padding: 13px 15px; color: var(--brand); border: 0; font-size: 13px; }
#services .service-body > .btn { min-height: 46px; margin-top: 24px; padding: 12px 18px; border-radius: 100px; background: var(--brand); border: 0; color: white; font-size: 13px; }
#services .service-body > .btn:hover { background: #007987; }
#services .window-service-container { background: #F4F9FA; padding: 40px; border-radius: 30px; }
#services .window-service-visual { border-radius: 22px; overflow: hidden; }
#services .furn-column { padding: 30px; background: var(--paper); border: 0; border-radius: 24px; }
#services .furn-title { font-weight: 650; }
#services .addon-mini-card { padding: 26px; background: var(--paper); border: 0; border-radius: 22px; }
#services .addon-icon { color: var(--brand); }
#services .safety-badge { background: var(--mint); color: #22646C; border-radius: 14px; }

/* A bright, product-like configurator. */
#calculator { background: var(--paper); padding: 100px 0; }
#calculator .calc-configurator { border: 0; border-radius: 30px; padding: 36px; box-shadow: 0 12px 36px #18344005; }
#calculator .calc-summary { border: 0; border-radius: 30px; padding: 36px; background: linear-gradient(145deg,#F4FEFF,#E3F4F7 80%); box-shadow: 0 12px 36px #18344006; color: var(--ink); }
#calculator .summary-title { color: var(--ink); font-size: 28px; font-weight: 650; padding-bottom: 25px; border-color: #CCE4E8; }
#calculator .summary-item-row,#calculator .summary-item-row strong,#calculator .empty-summary { color: #435960; font-size: 13px; }
#calculator .summary-details { min-height: 90px; }
#calculator .summary-pricing { border-color: #C6E0E4; }
#calculator .pricing-row { color: #54686D; font-size: 14px; }
#calculator .pricing-row.total-row { color: var(--ink); font-weight: 500; }
#calculator .pricing-row.total-row span:last-of-type { color: var(--brand); font-size: 48px; font-weight: 650; }
#calculator .discount-tag { background: #FFFFFFB5; color: #087384; border-radius: 12px; }
#calculator .notice-item,#calculator .notice-item i { color: #5A747C; font-size: 11px; }
#calculator .notice-item strong { color: #38545A; }
#calculator .calc-summary .btn-primary { background: var(--brand); border: 0; border-radius: 100px; color: white; font-size: 14px; }
#calculator .calc-summary .btn-primary:hover { background: #007986; }
#calculator .calc-summary button:focus-visible { outline-color: var(--brand); }
#calculator .type-opt { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: border-color 250ms,background 250ms,transform 250ms; }
#calculator .type-opt.active { border: 2px solid var(--aqua); background: #EFFBFC; box-shadow: 0 0 0 3px #11B8C509; }
#calculator .type-opt:hover { transform: translateY(-3px); border-color: var(--aqua); }
#calculator .type-opt i,#calculator .type-opt.active i,#calculator .type-opt.active span:first-of-type { color: var(--brand); }
#calculator .type-price { font-size: 13px; }
#calculator .accordion-subgroup { border-radius: 14px; }
#calculator .accordion-trigger { font-size: 14px; }
#calculator .counter-btn { min-width: 34px; height: 40px; color: var(--brand); }
#calculator .counter-control { background: #F3F7F8; border-radius: 11px; }
#calculator .checkbox-content { background: var(--paper); border: 1px solid transparent; border-radius: 17px; }
#calculator .calc-checkbox:checked + .checkbox-content { background: #E7F8FA; border-color: var(--aqua); }

/* Company, reviews and contact continue the same light material language. */
#about { background: white; padding: 100px 0; border: 0; }
#about .section-title { font-weight: 650; font-size: clamp(38px,4vw,58px); }
#about .about-content > p { font-size: 16px; }
#about .about-specs-board { padding-top: 45px; }
#about .board-glass { background: linear-gradient(150deg,#ECFAFC,#F6F7F9); border: 1px solid #E1F0F3; border-radius: 30px; padding: 36px; }
#about .board-header h3 { font-size: 13px; font-weight: 600; letter-spacing: 0; }
#about .status-indicator { background: white; padding: 6px 10px; border-radius: 100px; color: var(--brand); }
#about .spec-line { font-size: 13px; padding-block: 19px; border-color: #D6E9ED; }
#about .spec-val { font-weight: 500; }
#about .mini-stat span { color: var(--brand); font-weight: 650; }
#about .about-bullet { gap: 14px; }
#about .about-bullet > i { padding: 13px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--soft); color: var(--brand); }
#about .about-bullet h4 { font-size: 17px; font-weight: 600; }
#about .about-bullet p { font-size: 13px; }
#testimonials { background: var(--paper); padding: 100px 0; }
#testimonials .testimonials-slider { gap: 30px; }
#testimonials .testimonial-card { padding: 32px; border: 0; border-radius: 26px; background: white; box-shadow: 0 4px 18px #153A4605; }
#testimonials .review-stars { color: var(--brand); gap: 5px; }
#testimonials .review-text { font-size: 19px; font-weight: 450; line-height: 1.5; letter-spacing: -.025em; font-style: normal; }
#testimonials .author-avatar { background: var(--soft); color: var(--brand); border-radius: 50%; }
#testimonials .slider-arrow { background: white; border: 0; width: 44px; height: 44px; border-radius: 50%; }
#testimonials .slider-arrow:hover { background: var(--brand); color: white; }
#testimonials .slider-dot.active { background: var(--aqua); }
#booking { background: #EAF7FA; padding: 100px 0; }
#booking .section-subtitle { color: var(--brand); }
#booking .section-title { color: var(--ink); font-size: clamp(42px,4.4vw,64px); font-weight: 650; }
#booking .booking-info > p { color: #64767D; font-size: 17px; }
#booking .contact-detail-link { border-color: #CFE2E8; padding: 18px; border-radius: 18px; background: #FFFFFF60; margin-bottom: 10px; }
#booking .contact-detail-link:last-child { border-color: #CFE2E8; }
#booking .contact-detail-link:hover { border-color: #A2D5DD; background: #FFFFFF; }
#booking .c-icon { color: var(--brand); width: 32px; }
#booking .c-info span { color: #607981; font-size: 12px; }
#booking .c-info strong { color: var(--ink); font-size: 22px; font-weight: 550; }
#booking .social-channels h4,#booking .social-sub-notice { color: #54717C; }
#booking .social-btn { color: var(--brand); font-size: 13px; }
#booking .social-btn:hover { color: #006978 !important; }
#booking .booking-form-container { border-radius: 28px; background: white; overflow: hidden; box-shadow: 0 20px 60px #2E60700D; }
#booking .glass-form { padding: 40px; }
#booking .form-title { font-size: 32px; font-weight: 650; }
#booking .form-label { font-size: 13px; }
#booking .form-input,#booking .form-textarea { background: #F7F9FA; border-radius: 12px; border-color: #DDE6E9; font-size: 15px; }
#booking .input-wrapper > i { color: #8B9AA0; }
#booking .form-input:focus,#booking .form-textarea:focus { background: white; border-color: var(--aqua); box-shadow: 0 0 0 4px #11B8C510; }
#booking .form-terms-summary { padding: 18px; border: 0; border-radius: 14px; background: #F4F8F9; }
#booking .form-terms-summary h4 { color: #556D77; }
#booking .form-terms-summary li { color: #74838B; font-size: 11px; }
#booking .glass-form .btn-primary { border-radius: 100px; background: var(--brand); color: white; border: 0; }
.app-footer-bottom { background: #F5F5F7; color: #66717A; border: 0; padding-top: 64px; }
.app-footer-bottom .logo-accent { color: var(--brand); }
.app-footer-bottom .logo-sub,.app-footer-bottom p,.app-footer-bottom .links-col a { color: #68757A; }
.app-footer-bottom .footer-col h4 { color: var(--ink); }
.app-footer-bottom .links-col a:hover { color: var(--brand); }
.app-footer-bottom .footer-bottom-bar { border-color: #DBE3E6; }
.app-footer-bottom .logo-accent { -webkit-text-fill-color: var(--brand); }
.app-footer-bottom .brand-col p,.app-footer-bottom .support-col p,.app-footer-bottom .footer-bottom-bar p { color: #68757A; }
.app-footer-bottom .logo-img { background: transparent; border-radius: 0; padding: 0; }
#booking #btn-submit-booking { border-radius: 100px; background: var(--brand); }
#booking #btn-submit-booking:hover { background: #007986; border-color: #007986; }

/* A real journal layout, with a lead story and an uncluttered category control. */
.blog-page { background: var(--paper); }
.blog-hero { padding: 148px 0 50px; background: radial-gradient(ellipse at 50% 0%,#DDF6F9 0%,#F5F5F7 70%); }
.blog-hero .container { text-align: center; }
.blog-badge { background: transparent; color: var(--brand); border: 0; padding: 0; font-size: 14px; font-weight: 550; margin-bottom: 20px; text-transform: none; letter-spacing: 0; }
.blog-title { max-width: 1000px; margin: 0 auto 24px; font-size: clamp(44px,5.6vw,80px); font-weight: 650; letter-spacing: -.055em; line-height: 1.04; }
.blog-subtitle { max-width: 780px; margin: 0 auto; font-size: 18px; line-height: 1.55; color: var(--muted); }
.blog-content-section { padding: 0 0 100px; background: var(--paper); }
.category-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; width: fit-content; max-width: 100%; padding: 6px; margin: 0 auto 46px; border: 1px solid #E6EBED; border-radius: 100px; background: #FFFFFFAA; }
.category-tab { min-height: 42px; padding: 11px 19px; border: 0; border-radius: 100px; background: transparent; color: #6E6E73; font-size: 13px; font-weight: 500; line-height: 1.35; }
.category-tab.active { color: white; background: var(--brand); box-shadow: 0 3px 9px #008B991A; }
.category-tab:hover { color: var(--brand); background: #E9F6F8; }
.category-tab.active:hover { color: white; background: #007D8D; }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.blog-card { position: relative; min-width: 0; background: white; border: 0; border-radius: 26px; overflow: hidden; box-shadow: 0 5px 20px #15384506; transition: transform 550ms cubic-bezier(.2,.8,.2,1),box-shadow 550ms; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px #15384513; background: white; }
.blog-card { color: inherit; text-decoration: none; cursor: pointer; }
.blog-card:focus-visible { outline-offset: 5px; }
.blog-card:hover .blog-read-more i { transform: translateX(4px); }
.blog-read-more i { transition: transform 220ms ease; }
.blog-card-image-wrapper { aspect-ratio: 1.45; height: auto; border-radius: 0; overflow: hidden; }
.blog-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.8,.2,1); }
.blog-card:hover .blog-card-image { transform: scale(1.045); }
.blog-card-tag { top: 16px; left: 16px; bottom: auto; border: 0; padding: 8px 13px; border-radius: 100px; background: #FFFFFFDD; color: #167484; font-size: 11px; backdrop-filter: blur(18px); }
.blog-card-content { padding: 28px; }
.blog-card-meta { color: #889197; font-size: 11px; gap: 12px; margin-bottom: 17px; }
.blog-card-meta i { color: #889197; }
.blog-card-title { color: var(--ink); font-size: 25px; font-weight: 650; letter-spacing: -.035em; line-height: 1.15; margin-bottom: 17px; }
.blog-card-excerpt { color: var(--muted); font-size: 14px; line-height: 1.6; }
.blog-read-more { min-height: 44px; color: var(--brand); font-size: 13px; font-weight: 500; margin-top: 17px; border: 0; }
.blog-card:first-child { grid-column: 1/-1; min-height: 440px; }
.blog-card:first-child .blog-card-image-wrapper { position: absolute; inset: 0 auto 0 0; width: 56%; height: 100%; aspect-ratio: auto; }
.blog-card:first-child .blog-card-content { margin-left: 56%; padding: 44px; }
.blog-card:first-child .blog-card-title { font-size: clamp(28px,2.7vw,40px); }
.blog-card:first-child .blog-card-excerpt { font-size: 16px; }
.blog-pagination { margin-top: 42px; gap: 8px; }
.page-num { width: 40px; height: 40px; background: white; border: 0; border-radius: 50%; color: #6C7D84; }
.page-num.active { background: var(--brand); color: white; }
.blog-cta-banner { background: white; padding: 90px 0; }
.blog-cta-banner .container { padding: 0; background: none; border: 0; border-radius: 0; text-align: center; display: flex; flex-direction: column; align-items: center; }
.blog-cta-banner h2 { font-size: 48px; max-width: 800px; font-weight: 650; color: var(--ink); }
.blog-cta-banner p { color: var(--muted); }
.blog-cta-banner .cta-buttons { gap: 12px; justify-content: center; }
.blog-cta-banner .btn-primary { background: var(--brand); border-radius: 100px; color: white; }
.blog-cta-banner .btn-secondary { color: var(--brand); border: 0; border-radius: 100px; }

/* Readable long-form blog, with direct anchors for every article card. */
.article-page { background: #F5F7F8; }
.article-hero { padding: 148px 0 72px; background: linear-gradient(130deg,#FFFFFF 20%,#EAFBFB 72%,#FFF8D8 100%); border-bottom: 1px solid var(--line); }
.article-hero .container { max-width: 1080px; }
.article-back { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-bottom: 32px; color: var(--brand-deep); font-size: 14px; font-weight: 650; }
.article-hero h1 { max-width: 900px; margin: 0 0 24px; font-size: clamp(46px,6vw,78px); line-height: 1.02; text-wrap: balance; }
.article-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 19px; }
.article-content-section { padding: 88px 0 112px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0,820px); justify-content: center; gap: 72px; align-items: start; }
.article-toc { position: sticky; top: 112px; display: flex; flex-direction: column; gap: 4px; padding-top: 5px; }
.article-toc span { margin-bottom: 13px; color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-toc a { display: flex; align-items: center; min-height: 44px; padding: 9px 12px; border-left: 2px solid var(--line); color: #58656A; font-size: 14px; line-height: 1.35; }
.article-toc a:hover,.article-toc a:focus-visible { border-left-color: var(--brand); color: var(--brand-deep); background: #EAFBFB; }
.article-feed { min-width: 0; }
.article-entry { scroll-margin-top: 108px; padding: 0 0 80px; margin: 0 0 80px; border-bottom: 1px solid #D7E2E4; }
.article-entry:last-child { margin-bottom: 0; }
.article-entry:target { position: relative; }
.article-entry:target::before { content: ''; position: absolute; left: -28px; top: 4px; width: 6px; height: 64px; border-radius: 6px; background: var(--lemon); }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 24px; color: #6B777B; font-size: 12px; }
.article-meta span:first-child { color: #655400; font-weight: 700; }
.article-entry h2 { max-width: 780px; margin: 0 0 26px; font-size: clamp(36px,4.3vw,58px); line-height: 1.06; text-wrap: balance; }
.article-entry h3 { margin: 38px 0 16px; font-size: 25px; letter-spacing: -.025em; }
.article-entry p,.article-entry li { color: #48555A; font-size: 17px; line-height: 1.75; }
.article-entry .article-lead { color: #26363B; font-size: 21px; line-height: 1.62; }
.article-entry ul,.article-entry ol { display: grid; gap: 14px; margin: 18px 0 28px; padding-left: 24px; }
.article-entry li::marker { color: var(--brand-deep); font-weight: 750; }
.article-note { margin: 34px 0; padding: 24px 26px; border-left: 4px solid var(--lemon); background: var(--lemon-soft); color: #4D4930; font-size: 15px; line-height: 1.65; }
.article-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; margin-top: 16px; color: var(--brand-deep); font-size: 15px; font-weight: 700; }
.article-cta i { transition: transform 220ms ease; }
.article-cta:hover i { transform: translateX(5px); }
.article-final-cta { margin-top: 0; }

/* Search-focused article pages: readable, calm and clearly structured. */
.single-article-hero { padding-bottom: 66px; }
.single-article-hero .article-summary { max-width: 820px; color: #26363B; font-size: clamp(18px,2vw,22px); line-height: 1.6; }
.single-article-hero .article-meta { max-width: 900px; margin: 30px 0 0; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: #6B777B; font-size: 13px; }
.article-breadcrumbs a { color: var(--brand-deep); font-weight: 650; }
.article-breadcrumbs i { color: #AAB5B8; font-size: 9px; }
.article-breadcrumbs span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.single-article-entry { padding-bottom: 64px; margin-bottom: 64px; }
.single-article-entry section { scroll-margin-top: 112px; }
.single-article-entry section + section { margin-top: 54px; }
.single-article-entry h2 { margin: 0 0 20px; font-size: clamp(30px,3.4vw,46px); }
.single-article-entry h3 { margin-top: 30px; }
.article-related { scroll-margin-top: 112px; }
.article-related > h2 { margin: 10px 0 26px; font-size: clamp(30px,3.4vw,44px); }
.article-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.article-related-grid a { position: relative; display: flex; min-height: 170px; flex-direction: column; padding: 24px 22px; border: 1px solid var(--line); border-radius: 22px; background: #FFFFFF; color: var(--ink); box-shadow: 0 8px 24px #15384508; transition: transform 250ms ease,border-color 250ms ease,box-shadow 250ms ease; }
.article-related-grid a:hover { transform: translateY(-4px); border-color: #08C4C466; box-shadow: 0 18px 36px #15384510; }
.article-related-grid span { color: #6B777B; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-related-grid strong { margin-top: 12px; padding-right: 20px; font-size: 18px; line-height: 1.3; }
.article-related-grid i { position: absolute; right: 22px; bottom: 22px; color: var(--brand-deep); }
@media(max-width:900px) {
  .article-layout { grid-template-columns: 1fr; gap: 42px; }
  .article-toc { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-toc span { grid-column: 1/-1; }
  .article-entry:target::before { left: -14px; }
  .article-related-grid { grid-template-columns: 1fr; }
  .article-related-grid a { min-height: 132px; }
}
@media(max-width:540px) {
  .article-hero { padding: 116px 0 54px; }
  .article-hero h1 { font-size: 44px; }
  .article-hero p { font-size: 16px; }
  .article-content-section { padding: 56px 0 80px; }
  .article-toc { grid-template-columns: 1fr; }
  .article-toc span { grid-column: auto; }
  .article-entry { padding-bottom: 58px; margin-bottom: 58px; }
  .article-entry h2 { font-size: 36px; }
  .article-entry h3 { font-size: 23px; }
  .article-entry p,.article-entry li { font-size: 16px; }
  .article-entry .article-lead { font-size: 18px; }
  .article-meta { gap: 8px 12px; }
  .single-article-hero { padding-bottom: 48px; }
  .single-article-hero .article-summary { font-size: 17px; }
  .article-breadcrumbs span { max-width: 190px; }
  .single-article-entry section + section { margin-top: 44px; }
}

/* Motion is confined to the elements the person is looking at. */
.reveal-slide-up,.reveal-slide-left,.reveal-slide-right,.reveal-scale-in,.stagger-container > * { opacity: 1; transform: none; }
.motion-ready [data-motion] { opacity: 0; transform: translate3d(0,26px,0) scale(.985); transition: opacity 800ms ease,transform 900ms cubic-bezier(.16,1,.3,1); transition-delay: var(--reveal-delay,0ms); }
.motion-ready [data-motion].is-visible { opacity: 1; transform: none; }
.hero-text-side > * { animation: brand-arrive 950ms cubic-bezier(.16,1,.3,1) both; }
.hero-text-side > .hero-title { animation-delay: 90ms; }
.hero-text-side > .hero-subtitle { animation-delay: 180ms; }
.hero-text-side > .hero-buttons { animation-delay: 270ms; }
.hero-image-side { animation: brand-arrive 1200ms 350ms cubic-bezier(.16,1,.3,1) both; }
@keyframes brand-arrive { from { opacity: 0; transform: translateY(22px) scale(.985); filter: blur(5px); } to { opacity: 1; transform: none; filter: blur(0); } }
.tab-pane.active { animation: brand-pane 500ms ease both; }
@keyframes brand-pane { from { opacity: .2; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.youtube-facade { display: block; position: relative; width: 100%; height: calc(100% - 40px); padding: 0; border: 0; background: var(--soft); cursor: pointer; }
.youtube-poster { width: 100%; height: 100%; object-fit: cover; }
.youtube-play { position: absolute; inset: 0; margin: auto; width: 46px; height: 46px; display: grid; place-items: center; background: #008B99D9; border: 1px solid #FFFFFFB0; border-radius: 50%; color: white; }
.youtube-play svg { width: 24px; height: 24px; }
.youtube-dialog { width: min(960px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 48px 12px 12px; background: #192E35; border: 0; border-radius: 22px; overflow: auto; }
.youtube-dialog::backdrop { background: #162F3BC9; backdrop-filter: blur(12px); }
.youtube-dialog-player { width: 100%; min-height: 200px; aspect-ratio: 16/9; background: #000; }
.youtube-dialog-player iframe { width: 100%; height: 100%; min-height: 200px; border: 0; display: block; }
.youtube-close { position: absolute; top: 4px; right: 8px; width: 40px; height: 40px; border: 0; background: none; color: white; font-size: 29px; cursor: pointer; }

@media(min-width: 901px) and (max-width:1150px) {
  .header-container { gap: 16px; } .nav-list { gap: 15px; } .nav-link { font-size: 12px; }
  .logo-accent { font-size: 18px; } .logo-img { width: 42px; height: 46px; }
  .header-actions .btn { padding-inline: 13px; font-size: 11px; }
}
@media(max-width: 1024px) {
  .container,.header-container { width: calc(100% - 64px); }
  .hero-title { font-size: 65px; } .hero-image-side { height: 430px; }
  #why-us .features-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #why-us .feature-card:first-child,#why-us .feature-card:last-child { grid-column: auto; padding-right: 30px; background: white; }
  #why-us .feature-card:first-child::before,#why-us .feature-card:last-child::before { display: none; }
  #services .service-body { padding: 22px; } #services .service-title { font-size: 24px; }
  .blog-card:first-child .blog-card-content { padding: 32px; } .blog-card-content { padding: 24px; }
}
@media(max-width: 900px) {
  .header-container { display: flex; height: 72px; gap: 12px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: flex; order: 3; }
  .nav-menu { display: none; position: fixed; top: 72px; left: 0; width: 100%; height: auto; max-height: calc(100dvh - 72px); overflow-y: auto; padding: 22px 32px 34px; background: #FFFFfff5; backdrop-filter: blur(25px); border-bottom: 1px solid var(--line); transform: none; opacity: 1; pointer-events: auto; margin: 0; }
  .nav-menu.mobile-open { display: block; transform: none; }
  .nav-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 30px; }
  .nav-link { width: 100%; font-size: 22px; min-height: 58px; padding: 12px 0; border-bottom: 1px solid #EEF1F3; font-weight: 550; }
  .nav-link::after { display: none; }
  .menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
  .menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-title { font-size: 60px; } .hero-subtitle { font-size: 17px; max-width: 650px; }
  #services .tesla-tabs { border-radius: 22px; } #services .tesla-tab-btn { padding-inline: 17px; font-size: 13px; }
  .blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-card:first-child .blog-card-image-wrapper { width: 50%; }
  .blog-card:first-child .blog-card-content { margin-left: 50%; padding: 28px; }
  .blog-card:first-child .blog-card-title { font-size: 30px; }
}
@media(max-width: 768px) {
  .container,.header-container { width: calc(100% - 48px); }
  .section-title { font-size: 44px; } .section-desc { font-size: 17px; }
  .hero-section { padding-top: 116px; } .hero-title { font-size: 56px; }
  .hero-image-side { height: 360px; border-radius: 28px; } .hero-image-container { width: 145px; height: 205px; right: 20px; bottom: 20px; }
  .hero-stats-grid { padding-inline: 0; gap: 20px; } .stat-num { font-size: 28px; } .stat-label { font-size: 11px; }
  #why-us,#services,#calculator,#about,#testimonials,#booking { padding: 76px 0; }
  #why-us .feature-card { min-height: 0; padding: 27px; } #why-us .feature-card:first-child,#why-us .feature-card:last-child { padding-right: 27px; }
  .promo-banner-glass { padding: 32px; text-align: left; align-items: flex-start; gap: 24px; }
  .promo-content h3 { font-size: 28px; }
  #services .service-title { font-size: 29px; } #services .service-body { padding: 28px; }
  #services .window-service-container { padding: 28px; }
  #about .about-specs-board { padding-top: 0; }
  #booking .booking-info > p { max-width: 620px; }
  .blog-hero { padding-top: 120px; } .blog-title { font-size: 56px; }
  .category-tabs { border-radius: 24px; } .category-tab { padding: 10px 14px; font-size: 12px; }
  .blog-card:first-child { min-height: 0; } .blog-card:first-child .blog-card-image-wrapper { position: relative; width: 100%; height: 320px; }
  .blog-card:first-child .blog-card-content { margin-left: 0; padding: 28px; }
  .blog-cta-banner h2 { font-size: 38px; }
}
@media(max-width: 540px) {
  html { scroll-padding-top: 90px; }
  .container,.header-container { width: calc(100% - 32px); }
  .header-container { height: 68px; gap: 8px; }
  .logo-img { width: 40px; height: 46px; } .logo { gap: 7px; } .logo-accent { font-size: 18px; } .logo-sub { font-size: 7px; margin-top: 5px; }
  .header-actions .btn { font-size: 11px; padding-inline: 13px; }
  .nav-menu { top: 68px; max-height: calc(100dvh - 68px); padding: 16px 24px 28px; }
  .nav-list { grid-template-columns: 1fr; } .nav-link { font-size: 22px; min-height: 51px; padding: 10px 0; }
  .hero-section { padding-top: 106px; }
  .hero-badge { font-size: 11px; margin-bottom: 22px; gap: 8px; }
  .hero-title { font-size: clamp(32px,8.8vw,47px); margin-bottom: 22px; }
  .hero-title .text-gradient { font-size: 1.28em; }
  .hero-subtitle { font-size: 15px; line-height: 1.6; margin-bottom: 22px !important; }
  .hero-buttons { gap: 4px; } .hero-buttons .btn { min-height: 46px; font-size: 13px; padding: 12px 20px; }
  .hero-main-layout { gap: 30px; }
  .hero-image-side { height: 330px; border-radius: 24px; }
  .hero-bg-image { object-position: 55% center; }
  .hero-image-container { width: 126px; height: 180px; right: 12px; bottom: 12px; border-width: 4px; border-radius: 17px; }
  .image-accent-badge { font-size: 6.5px; gap: 3px; padding-inline: 5px; }
  .hero-stats-grid { grid-template-columns: repeat(2,1fr); gap: 27px 18px; padding-block: 30px; }
  .stat-num { font-size: 30px; } .stat-label { font-size: 11px; } .stat-card::after { display: none; }
  .section-subtitle { font-size: 13px; margin-bottom: 16px; }
  .section-title { font-size: 38px; letter-spacing: -.045em; } .section-desc { font-size: 16px; }
  #why-us,#services,#calculator,#about,#testimonials,#booking { padding: 64px 0; }
  #why-us .features-grid { grid-template-columns: 1fr; gap: 14px; }
  #why-us .feature-card,#why-us .feature-card:first-child,#why-us .feature-card:last-child { padding: 28px; border-radius: 24px; }
  #why-us .feature-card-title { font-size: 27px; } #why-us .feature-card-text { font-size: 15px; }
  #why-us .feature-card:first-child { padding-right: 36%; background: white url('assets/card_standard.png') right center/auto 100% no-repeat; }
  #why-us .feature-card:first-child::before { display: block; background: linear-gradient(90deg,white,#FFFFFFED 42%,#FFFFFF20); }
  .promo-banner-glass { padding: 28px; border-radius: 24px; } .promo-content h3 { font-size: 27px; }
  #services .tesla-tabs { width: 100%; gap: 4px; padding: 5px; justify-content: flex-start; }
  #services .tesla-tab-btn { min-height: 43px; font-size: 12px; padding: 10px 13px; width: auto; }
  #services .services-grid { gap: 24px; } #services .service-body { padding: 26px; }
  #services .service-title { font-size: 29px; }
  #services .window-service-container { padding: 24px; } #services .furn-column { padding: 24px; } #services .addon-mini-card { padding: 21px; }
  #calculator .calc-configurator,#calculator .calc-summary { padding: 25px 20px; border-radius: 24px; }
  #calculator .type-opt { border-radius: 15px; }
  #calculator .type-opt .type-price { font-size: 12px; }
  #calculator .accordion-trigger { font-size: 13px; }
  #calculator .pricing-row.total-row span:last-of-type { font-size: 40px; }
  #calculator .calc-summary .btn-primary { font-size: 12px; }
  #about .section-title { font-size: 38px; } #about .board-glass { padding: 27px; border-radius: 24px; }
  #about .board-header { gap: 10px; } #about .board-header h3 { font-size: 11px; }
  #about .spec-line { font-size: 12px; }
  #testimonials .testimonial-card { padding: 28px; }
  #booking .section-title { font-size: 44px; } #booking .c-info strong { font-size: 19px; }
  #booking .glass-form { padding: 28px 22px; } #booking .form-title { font-size: 29px; }
  #booking .form-input,#booking .form-textarea { font-size: 16px; }
  .blog-hero { padding: 116px 0 34px; } .blog-title { font-size: 45px; } .blog-subtitle { font-size: 16px; }
  .category-tabs { margin-bottom: 26px; justify-content: flex-start; gap: 3px; padding: 5px; }
  .category-tab { padding: 10px 12px; font-size: 11px; }
  .blog-grid { grid-template-columns: 1fr; gap: 23px; } .blog-card { border-radius: 24px; }
  .blog-card:first-child .blog-card-image-wrapper { height: auto; aspect-ratio: 1.2; }
  .blog-card:first-child .blog-card-content,.blog-card-content { padding: 26px; }
  .blog-card-title,.blog-card:first-child .blog-card-title { font-size: 28px; }
  .blog-card-excerpt,.blog-card:first-child .blog-card-excerpt { font-size: 15px; }
  .blog-cta-banner { padding: 64px 0; } .blog-cta-banner h2 { font-size: 37px; }
}
/* Requested hero layout: text on the left, the team film on the right. */
.hero-section { padding: 130px 0 0; background: linear-gradient(140deg,#FFFFFF 30%,#F0FBFC 100%); }
.hero-main-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr); gap: 72px; align-items: center; }
.hero-text-side { align-items: flex-start; text-align: left; }
.hero-brand-emblem-wrapper { display: flex; margin-bottom: 25px; align-self: flex-start; }
.hero-brand-emblem { width: 80px; height: 80px; border-radius: 22px; border: 1px solid #DBEFF2; box-shadow: 0 8px 28px #0096A40A; background: #FFFFFFB0; }
.hero-brand-emblem::before { animation-duration: 8s; }
.hero-brand-emblem .emblem-glow-img { width: 64px; height: 64px; filter: none; }
.hero-title { font-size: clamp(42px,4.4vw,64px); text-align: left; margin-bottom: 26px; }
.hero-title .text-gradient { font-size: 1.2em; }
.hero-subtitle { max-width: 655px; text-align: left; font-size: 17px; margin: 0 0 26px !important; }
.hero-buttons { justify-content: flex-start; }
.hero-image-side { height: 560px; display: flex; justify-content: center; align-items: center; border-radius: 0; }
.hero-image-side .hero-bg-wrapper,.hero-image-side::after { display: none; }
.hero-image-container { position: relative; inset: auto; width: 315px; height: 540px; border: 5px solid white; border-radius: 30px; box-shadow: 0 24px 70px #1557671C; background: white; }
.hero-team-video { height: calc(100% - 49px); object-fit: cover; }
.image-accent-badge { height: 49px; padding: 0 17px; gap: 8px; font-size: 11px; background: white; }
.image-accent-badge i { font-size: 13px; }
.media-toggle { width: 44px; height: 44px; bottom: 64px; right: 15px; }
.media-toggle svg { width: 17px; height: 17px; }
.hero-stats-grid { margin-top: 42px; background: transparent; padding-top: 32px; border-top: 1px solid #DDECEE; }
.youtube-facade { height: calc(100% - 49px); }
@media(max-width:1024px) {
  .hero-main-layout { gap: 36px; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); }
  .hero-title { font-size: 47px; }
  .hero-image-side { height: 530px; }
  .hero-image-container { width: 285px; height: 505px; }
  .hero-subtitle { font-size: 16px; }
  .hero-buttons .btn { font-size: 14px; padding-inline: 20px; }
}
@media(max-width:768px) {
  .hero-section { padding-top: 116px; }
  .hero-main-layout { gap: 24px; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); }
  .hero-title { font-size: 38px; }
  .hero-title .text-gradient { font-size: 1.17em; }
  .hero-subtitle { font-size: 14px; line-height: 1.65; }
  .hero-badge { font-size: 11px; }
  .hero-brand-emblem-wrapper { margin-bottom: 20px; }
  .hero-brand-emblem { width: 68px; height: 68px; border-radius: 18px; }
  .hero-brand-emblem .emblem-glow-img { width: 54px; height: 54px; }
  .hero-image-side { height: 500px; }
  .hero-image-container { width: 250px; height: 455px; border-radius: 25px; }
  .image-accent-badge { font-size: 9px; padding-inline: 12px; }
  .hero-buttons { gap: 5px; }
  .hero-buttons .btn { font-size: 12px; min-height: 46px; padding: 12px 17px; }
}
@media(max-width:600px) {
  .hero-section { padding-top: 102px; }
  .hero-main-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-title { font-size: clamp(32px,8.8vw,49px); }
  .hero-title .text-gradient { font-size: 1.28em; }
  .hero-subtitle { font-size: 15px; }
  .hero-image-side { height: 480px; }
  .hero-image-container { width: 275px; height: 475px; }
  .hero-brand-emblem-wrapper { margin-bottom: 19px; }
  .hero-brand-emblem { width: 64px; height: 64px; }
  .hero-brand-emblem .emblem-glow-img { width: 50px; height: 50px; }
  .hero-stats-grid { margin-top: 30px; }
  .image-accent-badge { font-size: 10px; }
}

/* Logo-derived palette and restored photographic backing. */
::selection { background: var(--lemon); color: #143D42; }
:focus-visible { outline-color: var(--brand); }
.text-gradient {
  color: var(--brand);
  background: linear-gradient(105deg,#08C4C4 5%,#0C94A4 58%,#087884 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-accent {
  color: var(--brand-deep);
  background: linear-gradient(105deg,#08C4C4,#0C94A4 60%,#087884);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-footer-bottom .logo-accent { color: var(--brand-deep); -webkit-text-fill-color: var(--brand-deep); }
.section-subtitle,.hero-badge,.nav-link:hover,.nav-link.active,.btn-secondary,
#services .service-price-tag,#services .addon-icon,#calculator .type-opt i,
#calculator .type-opt.active i,#calculator .type-opt.active span:first-of-type,
#calculator .counter-btn,#about .mini-stat span,#testimonials .review-stars,
#booking .c-icon,#booking .social-btn,.blog-read-more { color: var(--brand-deep); }
.btn-primary,#services .service-body > .btn,#calculator .calc-summary .btn-primary,
#booking .glass-form .btn-primary,#booking #btn-submit-booking,.category-tab.active,.page-num.active {
  background: var(--brand);
  color: #073F46;
  border-color: transparent;
  box-shadow: 0 8px 24px #08C4C424;
}
.btn-primary:hover,#services .service-body > .btn:hover,#calculator .calc-summary .btn-primary:hover,
#booking #btn-submit-booking:hover { background: #07B5B7; color: #073F46; }

/* Booking city and date controls */
#booking .city-fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

#booking .city-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#booking .city-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

#booking .city-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#booking .city-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #DDE6E9;
  border-radius: 12px;
  background: #F7F9FA;
  color: #60747C;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

#booking .city-option span i {
  position: static;
  transform: none;
  color: currentColor;
  font-size: 14px;
}

#booking .city-option:hover span {
  border-color: #9EDFE2;
  background: #F0FBFB;
  color: var(--brand-deep);
}

#booking .city-option input:checked + span {
  border-color: var(--brand);
  background: var(--brand);
  color: #073F46;
  box-shadow: 0 8px 22px #08C4C426;
}

#booking .city-option input:focus-visible + span {
  outline: 3px solid #08C4C438;
  outline-offset: 2px;
}

#booking .date-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

#booking .date-input-wrapper .form-input {
  min-width: 0;
  min-height: 56px;
  padding-right: 14px;
}

#booking .date-input-wrapper .date-leading-icon {
  left: 16px;
  color: var(--brand-deep);
}

#booking .form-input[type="date"]::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#booking .date-picker-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 142px;
  min-height: 56px;
  padding: 13px 18px;
  border: 1px solid var(--brand);
  border-radius: 12px;
  background: var(--brand);
  color: #073F46;
  font: 650 14px/1 var(--font-body);
  cursor: pointer;
  box-shadow: 0 8px 22px #08C4C42E;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#booking .date-picker-button i {
  position: static;
  transform: none;
  color: currentColor;
  font-size: 17px;
}

#booking .date-picker-button:hover {
  transform: translateY(-1px);
  background: #17CDCD;
  box-shadow: 0 11px 26px #08C4C43B;
}

#booking .date-picker-button:focus-visible {
  outline: 3px solid #08C4C438;
  outline-offset: 2px;
}

@media (max-width: 480px) {
  #booking .date-input-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #booking .date-picker-button {
    min-width: 58px;
    padding-inline: 16px;
  }

  #booking .date-picker-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}
.header-progress { background: linear-gradient(90deg,var(--brand),var(--lemon)); }
.hero-badge::before { background: var(--lemon); box-shadow: 0 0 0 5px #F8E07825; }
.promo-banner-glass { background: linear-gradient(120deg,var(--lemon-soft),#ECFBFB 72%); border-color: #F2E3A6; }
.promo-badge { color: #6A5900; }
#services .popular-badge,.blog-card-tag { background: var(--lemon-soft); color: #655400; }
.youtube-play { background: var(--brand); color: #073F46; border-color: #FFFFFFD0; box-shadow: 0 8px 28px #073F4640; }

.hero-section { background: linear-gradient(140deg,#FFFFFF 23%,#F1FCFC 72%,#FFFBE9 100%); }
.hero-main-layout { grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); gap: 56px; }
.hero-image-side {
  position: relative;
  display: block;
  height: 560px;
  border-radius: 34px;
  isolation: isolate;
}
.hero-image-side .hero-bg-wrapper {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #EAF4F4;
  z-index: 0;
}
.hero-bg-image { width: 100%; height: 100%; object-fit: cover; object-position: 51% 60%; }
.hero-bg-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,#08C4C414 0%,transparent 55%),linear-gradient(180deg,transparent 62%,#08788424 100%);
  z-index: 1;
}
.hero-image-side::after {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #FFFFFFA6;
  border-radius: inherit;
  box-shadow: inset 0 0 42px #FFFFFF24;
  pointer-events: none;
}
.hero-image-container {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 210px;
  height: 418px;
  border: 5px solid #FFFFFFE6;
  border-radius: 28px;
  box-shadow: 0 24px 64px #153E4552;
  background: white;
  z-index: 3;
}
.youtube-facade { height: calc(100% - 44px); }
.youtube-poster { object-position: 50% center; }
.image-accent-badge { height: 44px; font-size: 9px; padding-inline: 11px; }
.youtube-dialog { width: min(430px,calc(100vw - 32px)); }
.youtube-dialog-player { aspect-ratio: 9/16; }

@media(max-width:1024px) {
  .hero-main-layout { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 36px; }
  .hero-image-side { height: 520px; border-radius: 30px; }
  .hero-image-container { width: 185px; height: 368px; right: 18px; bottom: 18px; border-radius: 24px; }
}
@media(max-width:768px) {
  .hero-main-layout { grid-template-columns: minmax(0,1.16fr) minmax(0,.84fr); gap: 24px; }
  .hero-image-side { height: 475px; border-radius: 27px; }
  .hero-image-container { width: 162px; height: 326px; right: 14px; bottom: 14px; border-width: 4px; border-radius: 22px; }
  .image-accent-badge { height: 40px; font-size: 7px; }
  .youtube-facade { height: calc(100% - 40px); }
}
@media(max-width:600px) {
  .hero-main-layout { grid-template-columns: 1fr; }
  .hero-image-side { height: 360px; border-radius: 26px; }
  .hero-bg-image { object-position: 52% 63%; }
  .hero-image-container { width: 148px; height: 294px; right: 12px; bottom: 12px; border-radius: 20px; }
  .image-accent-badge { height: 38px; font-size: 6.5px; }
  .youtube-facade { height: calc(100% - 38px); }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .motion-ready [data-motion] { opacity: 1; transform: none; }
  .hero-bg-image { transform: none; will-change: auto; }
}
