:root {
  --ink: #153b54;
  --muted: #557287;
  --line: #c7dde7;
  --water: #d9f6fb;
  --water-strong: #a9e8f3;
  --white: #ffffff;
  --gold: #ffd43b;
  --coral: #f16c62;
  --shadow: 0 20px 55px rgba(21, 59, 84, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f7fcfd;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 252, 253, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  font-weight: 800;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(21, 59, 84, 0.2);
}

.brand strong,
.brand small {
  display: block;
}

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

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--ink);
}

.language-switch {
  display: flex;
  padding: 4px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lang-btn {
  width: 42px;
  height: 32px;
  color: var(--muted);
  font-weight: 800;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.lang-btn.is-active {
  color: var(--white);
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 77px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(120deg, rgba(217, 246, 251, 0.95), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at 12% 20%, rgba(255, 212, 59, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(169, 232, 243, 0.7), transparent 24%),
    #f7fcfd;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 800;
  border-radius: 8px;
}

.btn.primary {
  color: var(--white);
  background: var(--ink);
}

.btn.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
}

.clean-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 59, 84, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.main-clean-card {
  inset: 58px 24px 58px 24px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 4vw, 36px);
  overflow: hidden;
}

.card-label {
  width: max-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff3a6;
  border-radius: 8px;
}

.main-clean-card strong {
  max-width: 360px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.window-scene {
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: 36px;
  left: clamp(18px, 4vw, 42px);
  height: 190px;
  border-bottom: 8px solid rgba(241, 108, 98, 0.75);
}

.window-pane {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 170px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(21, 59, 84, 0.55) 49%, rgba(21, 59, 84, 0.55) 51%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(21, 59, 84, 0.55) 49%, rgba(21, 59, 84, 0.55) 51%, transparent 52%),
    #a9e8f3;
  border: 5px solid var(--ink);
  border-radius: 8px 8px 0 0;
}

.spray-bottle {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 54px;
  height: 90px;
  background: linear-gradient(180deg, #f2fbfd, #a9e8f3);
  border: 4px solid var(--ink);
  border-radius: 18px 18px 10px 10px;
}

.spray-bottle::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 9px;
  width: 46px;
  height: 24px;
  background: var(--ink);
  border-radius: 8px 8px 3px 3px;
}

.cloth {
  position: absolute;
  right: 8px;
  bottom: 64px;
  width: 86px;
  height: 64px;
  background: var(--coral);
  border-radius: 45% 55% 42% 58%;
  transform: rotate(-18deg);
}

.mini-card {
  z-index: 2;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
}

.top-card {
  top: 10px;
  right: 0;
}

.bottom-card {
  bottom: 0;
  left: 0;
}

.shine,
.bubble {
  position: absolute;
  pointer-events: none;
}

.shine {
  width: 34px;
  height: 34px;
}

.shine::before,
.shine::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 999px;
}

.shine::before {
  top: 15px;
  left: 0;
  width: 34px;
  height: 4px;
}

.shine::after {
  top: 0;
  left: 15px;
  width: 4px;
  height: 34px;
}

.shine.one {
  top: 40px;
  left: 18px;
}

.shine.two {
  right: 42px;
  bottom: 86px;
  transform: scale(0.75);
}

.bubble {
  width: 28px;
  height: 28px;
  background: rgba(169, 232, 243, 0.35);
  border: 2px solid rgba(21, 59, 84, 0.16);
  border-radius: 50%;
}

.bubble-one {
  top: 90px;
  left: 56px;
}

.bubble-two {
  right: 8px;
  bottom: 34px;
  width: 42px;
  height: 42px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 56px);
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
}

.trust-strip span,
.section p,
.schedule-list span,
.contact-section p {
  color: var(--muted);
  line-height: 1.55;
}

.section {
  padding: clamp(48px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article {
  min-height: 132px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 59, 84, 0.07);
}

.service-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--coral);
  font-weight: 800;
}

.areas-section {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(217, 246, 251, 0.64)),
    #ffffff;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-pills span {
  padding: 14px 18px;
  color: var(--ink);
  font-weight: 800;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 59, 84, 0.07);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--water);
}

.schedule-list {
  display: grid;
  gap: 12px;
}

.schedule-list div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 59, 84, 0.1);
  border-radius: 8px;
}

.schedule-list strong,
.schedule-list span {
  display: block;
}

.schedule-list strong {
  margin-bottom: 4px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background: var(--ink);
}

.contact-section .eyebrow,
.contact-section p {
  color: var(--water-strong);
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
}

.contact-card a {
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 14px;
  font-weight: 800;
  background: #f2fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 840px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

  .trust-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.45rem;
  }

  .brand small {
    display: none;
  }

  .btn {
    width: 100%;
  }
}
