:root {
  --ink: #26364a;
  --pink: #f7cbd7;
  --blue: #b9dff3;
  --mint: #ccebdc;
  --peach: #ffd8bd;
  --lav: #d9cef6;
  --cream: #fffaf3;
  --coral: #ed7188;
  --teal: #4f9f9b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  background: var(--cream);
  line-height: 1.65;
  padding-bottom: 58px;
}
a {
  color: inherit;
}
.hero {
  height: 33vh;
  min-height: 330px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #8fd1cc, #ef9cb5 45%, #f6c57b);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -5% -45px;
  background: var(--cream);
  height: 90px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.hero-inner {
  text-align: center;
  color: #fff;
  z-index: 2;
}
.city {
  font-family: Pacifico, cursive;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.9;
  margin: 0;
  transform: rotate(-5deg);
  text-shadow: 0 5px 18px #6d6a8b55;
}
.hero h1 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: 0.38em;
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  margin: 24px 0 5px;
  padding-left: 0.38em;
}
.hero-inner > p:last-child {
  margin: 0;
  font-weight: 600;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  background: #ffffff33;
}
.b1 {
  width: 210px;
  height: 210px;
  left: -50px;
  top: -40px;
}
.b2 {
  width: 300px;
  height: 300px;
  right: -90px;
  bottom: -130px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff9;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #fff;
  box-shadow: 0 8px 22px #5f799515;
}
.nav-links {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 16px;
}
.nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}
.menu-toggle {
  display: none;
}
.section {
  padding: 85px max(6vw, 24px);
  scroll-margin-top: 70px;
}
.cta {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.eyebrow,
.heading span {
  color: #d35f7b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
}
.cta h2,
.heading h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  margin: 10px 0 16px;
  font-weight: 400;
}
.actions,
.mini-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
  font: 800 0.95rem Montserrat;
  cursor: pointer;
  box-shadow: 0 12px 28px #475f7830;
}
.call {
  background: var(--coral);
  color: #fff;
}
.text {
  background: var(--teal);
  color: #fff;
}
.soft-blue {
  background: linear-gradient(180deg, #edf8fe, #f8f4ff);
}
.heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 42px;
}
.heading.left {
  text-align: left;
  margin-left: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: auto;
}
.steps article {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  position: relative;
  box-shadow: 0 16px 40px #7aa1bd20;
}
.steps article:nth-child(2) {
  transform: translateY(18px);
}
.steps b {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2rem;
  color: #dfc9f6;
}
.step-art {
  font-size: 3.5rem;
  background: var(--peach);
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 25px;
}
.steps article:nth-child(2) .step-art {
  background: var(--mint);
}
.steps article:nth-child(3) .step-art {
  background: var(--pink);
}
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 20px;
  background: linear-gradient(90deg, var(--pink), var(--peach), var(--mint));
  padding-top: 55px;
  padding-bottom: 55px;
}
.proof-number,
.stars {
  font: 400 3rem "DM Serif Display";
  display: block;
}
.stars {
  color: #fff;
  text-shadow: 0 2px 10px #c27a79;
}
.faq {
  max-width: 1000px;
  margin: auto;
}
.faq details {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  margin: 12px 0;
  box-shadow: 0 10px 30px #667b8b12;
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
}
.service {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 50px;
  align-items: center;
  background: var(--lav);
}
.service-card {
  background: #fff;
  padding: 35px;
  border-radius: 30px;
}
.service-card span {
  font-weight: 800;
  color: #d35f7b;
}
.service-card li {
  margin: 9px;
}
.directory-link {
  display: inline-block;
  margin-top: 14px;
  background: #fff;
  color: #b24d68;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
}
.payments {
  background: #fff;
}
.pay-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  max-width: 1100px;
  margin: auto;
}
.pay-grid span {
  min-height: 90px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-weight: 800;
  background: #f6edf8;
}
.pay-grid span:nth-child(2n) {
  background: #edf8f5;
}
.pay-grid span:nth-child(3n) {
  background: #fff1e7;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  background: #edf8f5;
}
.contact form {
  background: #fff;
  padding: 38px;
  border-radius: 30px;
  box-shadow: 0 16px 45px #56776e1c;
}
.contact label {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.contact input,
.contact textarea {
  width: 100%;
  margin-top: 6px;
  border: 2px solid #e3e8eb;
  border-radius: 12px;
  padding: 13px;
  font: inherit;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.invalid {
  border-color: #e34d6a !important;
}
.hp {
  position: absolute;
  left: -9999px;
}
.success {
  color: #23805b;
  font-weight: 700;
}
.error {
  color: #c73d56;
  font-weight: 700;
}
.mini-actions a {
  font-weight: 800;
  color: #b24d68;
}
.cityhall {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 520px;
  background: #d4ddea;
}
.cityhall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #ee9fb0aa, #98d7c9aa);
  mix-blend-mode: multiply;
}
.city-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: #ffffffd9;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.city-caption strong {
  font: 2rem "DM Serif Display";
}
.sticky-footer {
  position: fixed;
  z-index: 50;
  bottom: 16px;
  left: 0;
  right: 0;
  height: 42px;
  background: #25364a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  box-shadow: 0 -4px 16px #0003;
}
.language,
.footer-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.language a,
.footer-actions a {
  text-decoration: none;
}
.footer-actions a {
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--coral);
  padding: 6px 14px;
  border-radius: 999px;
}
.footer-actions a:last-child {
  background: var(--teal);
}
.credit {
  position: fixed;
  z-index: 51;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: #fff;
  text-align: center;
  font-size: 8px;
  line-height: 16px;
}
.credit a {
  font-weight: 700;
}
@media (max-width: 850px) {
  .steps,
  .proof,
  .pay-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps article:nth-child(2) {
    transform: none;
  }
  .service,
  .contact {
    grid-template-columns: 1fr;
  }
  .cityhall {
    min-height: 390px;
  }
  .menu-toggle {
    display: block;
    margin: 8px 14px;
    border: 0;
    background: transparent;
    font-size: 1.5rem;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    padding: 12px 20px;
  }
  .nav-links.open {
    display: flex;
  }
}
@media (max-width: 560px) {
  .hero {
    min-height: 260px;
  }
  .hero h1 {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }
  .steps,
  .proof,
  .pay-grid,
  .two {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 65px 20px;
  }
  .sticky-footer {
    padding: 0 10px;
  }
  .language span {
    font-size: 0.73rem;
  }
  .footer-actions a {
    padding: 5px 10px;
  }
  .contact form {
    padding: 25px;
  }
}
