@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Pacifico&display=swap');

:root {
  --pink: #ff0b67;
  --pink-dark: #d90055;
  --purple: #28107a;
  --purple-dark: #160555;
  --blue: #0648c8;
  --lavender: #f1edff;
  --ink: #17152a;
  --muted: #6e6b7b;
  --line: #e8e5ef;
  --white: #fff;
  --shadow: 0 20px 50px rgba(32, 14, 92, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #faf9fd;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-shell { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 76px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  transform: rotate(-2deg);
}
.brand-pt {
  color: var(--pink);
  font-weight: 900;
  font-size: 2rem;
  line-height: .8;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 rgba(40,16,122,.15);
}
.brand-cleans {
  font-family: Pacifico, cursive;
  color: var(--purple);
  font-size: 1.3rem;
}

.main-nav {
  display: flex;
  gap: 24px;
  font-weight: 700;
  font-size: .94rem;
}
.main-nav a:hover { color: var(--pink); }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px 0;
  border-radius: 999px;
  background: var(--purple);
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 30px;
  padding: 78px clamp(22px, 7vw, 110px);
  position: relative;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.9) 0 2px, transparent 3px) 0 0/34px 34px,
    linear-gradient(135deg, #eee8ff, #f9f4ff 48%, #e9e1ff);
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: var(--purple-dark);
  clip-path: ellipse(72% 50% at 60% 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.eyebrow {
  color: var(--pink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem;
  margin: 0 0 12px;
}
h1, h2, h3 { margin-top: 0; }
h1 {
  font-size: clamp(3.6rem, 8vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--purple);
  margin-bottom: 24px;
}
h1 span {
  color: var(--pink);
  font-family: Pacifico, cursive;
  font-weight: 400;
  letter-spacing: -.03em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: var(--purple);
  letter-spacing: -.04em;
}
.hero-copy {
  font-size: 1.25rem;
  color: var(--muted);
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 15px 24px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #ff006f);
  box-shadow: 0 12px 26px rgba(255,11,103,.3);
}
.btn-secondary {
  color: var(--purple);
  background: white;
  border: 1px solid #ddd6f3;
}
.trust-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.trust-row div {
  background: white;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--purple); font-size: .9rem; }
.trust-row span { color: var(--muted); font-size: .76rem; margin-top: 4px; }

.hero-art {
  position: relative;
  z-index: 2;
  min-height: 460px;
}
.bucket {
  position: absolute;
  width: 250px;
  height: 260px;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 24px 24px 90px 90px;
  background: linear-gradient(135deg, #4b1eb4, #1e0866);
  box-shadow: 0 30px 60px rgba(20,4,85,.35);
}
.bucket::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 38px;
  top: -12px;
  left: 23px;
  border-radius: 50%;
  background: #6e36da;
}
.spray {
  position: absolute;
  bottom: 180px;
  width: 64px;
  height: 180px;
  border-radius: 26px 26px 18px 18px;
}
.bottle-one { left: 45px; background: linear-gradient(#9be1ff, #effcff); }
.bottle-two { left: 126px; height: 205px; background: linear-gradient(#ffd28c, #fff6da); }
.spray::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 24px;
  border-radius: 7px 18px 5px 5px;
  background: var(--blue);
  top: -17px;
  left: 18px;
}
.brush {
  position: absolute;
  width: 26px;
  height: 285px;
  left: 188px;
  bottom: 145px;
  border-radius: 20px;
  background: linear-gradient(90deg,#ff9a22,#ffce54);
}
.brush::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: -28px;
  width: 82px;
  height: 64px;
  border-radius: 8px 8px 35px 35px;
  background: repeating-linear-gradient(90deg,#fff 0 6px,#d6ddff 6px 11px);
}
.sponge {
  position: absolute;
  width: 125px;
  height: 70px;
  background: #ffbd18;
  border-radius: 18px;
  bottom: 16px;
  right: 8%;
  transform: rotate(-12deg);
  box-shadow: inset 0 -12px 0 rgba(222,137,0,.25);
}
.bubble { position: absolute; border-radius: 50%; border: 2px solid rgba(86,43,180,.22); }
.b1 { width: 70px; height: 70px; top: 34px; right: 20%; }
.b2 { width: 32px; height: 32px; top: 130px; left: 12%; }
.b3 { width: 48px; height: 48px; top: 210px; right: 5%; }

.section {
  padding: 95px clamp(22px, 7vw, 110px);
  background: white;
}
.section:nth-of-type(even) { background: #faf9fd; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:not(.eyebrow) { color: var(--muted); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.service-card {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24,5,85,.05);
}
.service-card.full { grid-column: 1 / -1; }
.service-card h3 { margin-bottom: 7px; color: var(--purple); }
.service-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.service-card > strong { color: var(--pink); }
.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg,var(--pink),var(--purple));
  font-size: 1.4rem;
}

.booking-section {
  background: linear-gradient(180deg,#f8f5ff,#fff);
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 28px;
  align-items: start;
}
.booking-form { display: grid; gap: 18px; }
.form-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 10px 30px rgba(39,14,123,.06);
}
.form-panel h3 { color: var(--purple); }
.field-grid {
  display: grid;
  gap: 14px;
}
.field-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: .9rem;
  color: #343044;
}
input, select, textarea {
  width: 100%;
  border: 1px solid #ddd9e7;
  border-radius: 10px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255,11,103,.09);
}
.service-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.check-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px;
  cursor: pointer;
}
.check-card input { width: auto; accent-color: var(--pink); }
.check-card span { display: flex; justify-content: space-between; gap: 12px; width: 100%; }
.check-card small { color: var(--pink); font-weight: 800; }
.select-label { margin-top: 16px; }
.important-panel { border-left: 5px solid var(--pink); }
.important-panel p { color: var(--muted); line-height: 1.6; }
.confirm-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.confirm-check input { width: auto; margin-top: 3px; accent-color: var(--pink); }
.submit-btn { width: 100%; font-size: 1rem; }
.form-message { min-height: 22px; color: #b00020; margin: 0; font-weight: 700; }

.summary-card {
  position: sticky;
  top: 92px;
  padding: 28px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(160deg,var(--purple),var(--purple-dark));
  box-shadow: var(--shadow);
}
.summary-card h3 { font-size: 1.8rem; }
.summary-card dl { margin: 24px 0; }
.summary-card dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.summary-card dt { color: #d8d0ff; }
.summary-card dd { margin: 0; text-align: right; font-weight: 700; white-space: pre-line; }
.payment-options { display: grid; gap: 8px; }
.payment-options span { color: #d8d0ff; font-size: .9rem; }

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split-section p { color: var(--muted); line-height: 1.7; }
.feature-list { display: grid; gap: 16px; }
.feature-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 17px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.feature-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--pink);
}
.feature-list p { margin: 0; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
blockquote {
  margin: 0;
  padding: 26px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  color: var(--purple);
  font-size: 1.05rem;
  line-height: 1.65;
}
cite { display: block; margin-top: 18px; color: var(--muted); font-size: .84rem; }

.terms-contact {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
}
.terms-contact article {
  padding: 30px;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.terms-contact p { color: var(--muted); line-height: 1.7; }
.contact-placeholder { display: grid; gap: 10px; font-weight: 700; color: var(--purple); }

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px clamp(22px,7vw,110px);
  color: #d9d3f6;
  background: var(--purple-dark);
}
.footer-brand .brand-cleans { color: white; }

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(10,3,42,.75);
}
.success-modal.open { display: grid; }
.modal-card {
  width: min(470px,100%);
  text-align: center;
  padding: 40px;
  border-radius: 22px;
  background: white;
  position: relative;
  box-shadow: var(--shadow);
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
}
.success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .main-nav {
    position: absolute;
    top: 69px;
    right: 18px;
    display: none;
    flex-direction: column;
    width: 230px;
    padding: 20px;
    border-radius: 14px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-art { min-height: 380px; }
  .booking-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .split-section { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .hero { min-height: 0; padding-bottom: 120px; }
  .hero-art { display: none; }
  .service-grid,
  .field-grid.two,
  .service-options,
  .review-grid,
  .terms-contact { grid-template-columns: 1fr; }
  .service-card.full { grid-column: auto; }
  .service-card { grid-template-columns: 46px 1fr; }
  .service-card > strong { grid-column: 2; }
  .section { padding: 70px 20px; }
  h1 { font-size: clamp(3rem,17vw,5.4rem); }
  footer { flex-direction: column; gap: 18px; text-align: center; }
}
