:root {
  --primary: #14b8a6;
  --primary-deep: #0b1320;
  --accent: #22c55e;
  --accent-soft: #d7fff0;
  --gold: #22c55e;
  --pop-pink: #ff5fa2;
  --sun-yellow: #ffd54f;
  --white: #ffffff;
  --text: #f8fcfd;
  --muted: #b9c6d2;
  --line: rgba(255, 255, 255, 0.12);
  --surface: #102031;
  --surface-2: #0b1320;
  --surface-3: #123044;
  --shadow: 0 24px 60px rgba(11, 19, 32, 0.18);
  --shadow-soft: 0 16px 34px rgba(11, 19, 32, 0.12);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1160px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #04070d;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: #f8fcfd;
  line-height: 1.6;
}

.about-page {
  background: linear-gradient(180deg, #04070d 0, #04070d 220px, #f8fcfd 220px, #f8fcfd 100%);
}

.inner-page {
  background: #04070d;
}

.services-page {
  background: linear-gradient(180deg, #04070d 0, #04070d 240px, #f8fcfd 240px, #f8fcfd 100%);
}

.locations-page {
  background: linear-gradient(180deg, #04070d 0, #04070d 260px, #f8fcfd 260px, #f8fcfd 100%);
}

.why-page {
  background: linear-gradient(180deg, #04070d 0, #04070d 260px, #f8fcfd 260px, #f8fcfd 100%);
}

.quote-page {
  background: linear-gradient(180deg, #04070d 0, #04070d 240px, #f8fcfd 240px, #f8fcfd 100%);
}

body.nav-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
}

.container {
  width: min(calc(100% - 1.5rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: -2px;
  z-index: 90;
  background: transparent;
  backdrop-filter: none;
  border: none;
  border-top: none;
  box-shadow: none;
  outline: 0;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(11, 23, 35, 0.92);
  border: none;
  border-top: none;
  box-shadow: none;
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.brand-logo-shell {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.brand-logo {
  width: auto;
  height: 3.35rem;
  object-fit: contain;
  transform: scale(1.28);
  transform-origin: left center;
}

.nav-links {
  position: fixed;
  inset: var(--header-height) 1rem auto 1rem;
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(11, 19, 32, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
}

.nav-links.open {
  display: flex;
}

.nav-links a {
  padding: 0.88rem 0.95rem;
  border-radius: 14px;
  color: var(--muted);
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--white);
  background: rgba(20, 184, 166, 0.16);
}

.nav-links a[href$="quote/index.html"] {
  color: #173040;
  background: var(--sun-yellow);
}

.nav-links a[href$="quote/index.html"]:hover,
.nav-links a[href$="quote/index.html"][aria-current="page"] {
  color: #111111;
  background: #ffca2f;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.menu-toggle {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(11, 19, 32, 0.12);
}

.menu-toggle span {
  width: 1.15rem;
  height: 2px;
  margin: 0.14rem 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.28);
}

.button-primary:hover {
  background: var(--accent);
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.3);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(11, 19, 32, 0.12);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button-call {
  min-height: 3rem;
  padding-inline: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.18) 0%, rgba(20, 184, 166, 0.1) 100%);
  border-color: rgba(20, 184, 166, 0.28);
  color: var(--white);
  white-space: nowrap;
}

.hero,
.section {
  padding: 3.7rem 0;
}

.hero {
  margin-top: calc(var(--header-height) * -1);
  padding-top: calc(var(--header-height) + 1rem);
  padding-bottom: 2.8rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 0 #07121c;
  border-top: 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(96, 223, 255, 0.12), transparent 20%),
    radial-gradient(circle at 72% 22%, rgba(20, 184, 166, 0.12), transparent 24%),
    linear-gradient(180deg, #04070d 0%, #07121c 42%, #0b1826 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 320px;
  height: 320px;
  right: -90px;
  top: -80px;
  background: radial-gradient(circle, rgba(96, 223, 255, 0.26) 0%, rgba(96, 223, 255, 0.16) 34%, transparent 66%);
}

.hero::after {
  width: 280px;
  height: 280px;
  left: -100px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(20, 184, 166, 0.08) 38%, transparent 74%);
}

.section {
  color: #2a1d20;
  position: relative;
}

.section p {
  color: #655b5e;
}

.section-light {
  background: #f8fcfd;
}

.section-soft {
  background: #f2fbfa;
}

.section-services {
  padding-bottom: 2.8rem;
}

.how-works-section {
  padding-top: 0;
  padding-bottom: 2rem;
  background: #f8fcfd;
}

.how-works-card {
  padding: 1.4rem 1rem 1.15rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top center, rgba(20, 184, 166, 0.14), transparent 24%),
    linear-gradient(180deg, #1a4f58 0%, #1c5a61 100%);
  box-shadow: 0 18px 32px rgba(11, 19, 32, 0.12);
}

.section-head--how-works {
  margin-bottom: 0.8rem;
}

.how-works-heading-accent {
  color: var(--sun-yellow);
}

.how-works-list {
  display: grid;
}

.how-works-step {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.how-works-step:first-child {
  border-top: 0;
  padding-top: 0.25rem;
}

.how-works-step__number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.how-works-step__content h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.how-works-step__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.96rem;
  line-height: 1.6;
}

.how-works-cta {
  margin-top: 0.85rem;
  text-align: center;
}

.how-works-cta__button {
  min-width: min(100%, 16rem);
  min-height: 3.1rem;
  background: var(--sun-yellow);
  color: #111111;
  box-shadow: none;
}

.how-works-cta__button:hover {
  background: #ffca2f;
  color: #111111;
  box-shadow: none;
}

.how-works-cta p {
  margin: 0.42rem 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-soft--trust {
  background:
    radial-gradient(circle at top right, rgba(96, 223, 255, 0.1), transparent 24%),
    radial-gradient(circle at bottom left, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #0f1f31 0%, #10263a 100%);
}

.section-soft--reviews {
  background:
    radial-gradient(circle at top left, rgba(255, 213, 79, 0.12), transparent 20%),
    radial-gradient(circle at 78% 18%, rgba(20, 184, 166, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fcfd 0%, #eef8f8 100%);
  padding-top: 1.15rem;
  padding-bottom: 0.8rem;
  margin-top: 0.9rem;
}

.comparison-showcase {
  padding-top: 0.95rem;
  padding-bottom: 1.2rem;
  background:
    radial-gradient(circle at top center, rgba(20, 184, 166, 0.14), transparent 22%),
    linear-gradient(180deg, #1a4f58 0%, #1c5a61 100%);
}

.section-head--comparison-showcase {
  margin-bottom: 0.8rem;
  text-align: center;
}

.comparison-showcase__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
}

.comparison-showcase__column {
  padding: 0.95rem 0.72rem 0.85rem;
  background: rgba(17, 67, 73, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.92);
  display: grid;
  grid-template-rows: 4.2rem 1fr;
}

.comparison-showcase__column--left {
  border-right: 0;
  border-radius: 24px 0 0 24px;
}

.comparison-showcase__column--right {
  border-left: 0;
  border-radius: 0 24px 24px 0;
}

.comparison-showcase__column h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.2;
  text-align: left;
  display: flex;
  align-items: center;
}

.comparison-showcase__labels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(5, 4.35rem);
}

.comparison-showcase__labels li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.comparison-showcase__labels li:first-child {
  border-top: 0;
}

.comparison-showcase__center {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 26px;
  margin: 0 0.35rem;
  padding: 0.8rem 0.45rem 0.9rem;
  display: grid;
  grid-template-rows: 4.2rem 1fr;
  justify-items: center;
}

.comparison-showcase__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.comparison-showcase__brand img {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
}

.comparison-showcase__brand strong {
  color: #2b6d62;
  font-size: 0.92rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 5.1rem;
}

.comparison-showcase__checks {
  display: grid;
  grid-template-rows: repeat(5, 4.35rem);
  gap: 0;
  width: 100%;
  justify-items: center;
  align-items: stretch;
}

.comparison-check {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  align-self: center;
}

.comparison-check--yes {
  background: #2f8a5d;
  color: #ffffff;
}

.comparison-check--light {
  background: #ffffff;
  color: #2f8a5d;
}

.comparison-check--no {
  background: transparent;
  color: #ffffff;
  font-size: 1.7rem;
}

.comparison-showcase__cta {
  margin-top: 1rem;
  text-align: center;
}

.comparison-showcase__button {
  min-width: min(100%, 13.2rem);
  min-height: 2.95rem;
  padding-inline: 1.15rem;
  background: var(--sun-yellow);
  color: #173040;
  box-shadow: 0 14px 24px rgba(255, 213, 79, 0.18);
}

.comparison-showcase__button:hover {
  background: #ffca2f;
  color: #173040;
  box-shadow: 0 14px 24px rgba(255, 213, 79, 0.22);
}

.comparison-showcase__cta p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


.section-soft--call {
  background: linear-gradient(180deg, #f8fcfd 0%, #eef8f8 100%);
  padding-top: 0.95rem;
  padding-bottom: 1.1rem;
}

.stats-section + .section-soft--trust {
  margin-top: 0;
}

.section-work + .section-soft--trust {
  display: none;
}

.cleaner-showcase {
  padding: 0.1rem 0 0;
  background: linear-gradient(180deg, #f8fcfd 0%, #eefaf9 100%);
}

.cleaner-showcase__frame {
  display: flex;
  justify-content: center;
  padding: 0 0.3rem 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.cleaner-showcase--lead {
  padding-top: 0;
  padding-bottom: 0;
}

.cleaner-showcase__frame--lead {
  position: relative;
  padding: 0.35rem 0.3rem 0;
  border: 0;
  box-shadow: none;
}

.cleaner-showcase__frame--lead::before {
  content: "";
  position: absolute;
  inset: 0.6rem 0.5rem auto;
  height: 78%;
  border-radius: 32px;
  background: radial-gradient(circle at center, rgba(20, 184, 166, 0.2) 0%, rgba(96, 223, 255, 0.12) 36%, transparent 72%);
  pointer-events: none;
  filter: blur(2px);
}

.cleaner-showcase__frame img {
  width: min(100%, 20.625rem);
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  transform: translateY(-1.55rem);
}

.why-us--lead {
  margin-top: -1.5rem;
  padding-top: 1.4rem;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.section-head--reviews {
  margin-bottom: 0.95rem;
  text-align: center;
}

.section-head--reviews .dark-title {
  color: #173040;
}

.section-head--stats .dark-title,
.section-services .section-head .dark-title,
.section-work .section-head .dark-title,
.section-locations .section-head .dark-title {
  color: #173040;
}

.reviews-subtitle {
  margin: 0.25rem auto 0;
  max-width: 20rem;
  color: #4f6677 !important;
  font-size: 0.92rem;
}

.reviews-carousel {
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.reviews-track {
  display: flex;
  gap: 0.9rem;
  will-change: transform;
  transition: transform 0.7s ease;
}

.review-card {
  flex: 0 0 calc(100% - 1rem);
  padding: 1rem 1rem 1.05rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 252, 252, 0.98) 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.08);
}

.review-stars {
  color: var(--sun-yellow);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
}

.review-card p {
  margin: 0;
  color: #23384a !important;
  font-size: 0.95rem;
  line-height: 1.55;
}

.review-meta {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.08rem;
}

.review-meta strong {
  color: #173040;
  font-size: 0.95rem;
}

.review-meta span {
  color: #5f7282;
  font-size: 0.82rem;
}

.call-cta {
  padding: 1rem 1rem 1.05rem;
  border-radius: 24px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(20, 184, 166, 0.1), transparent 34%),
    linear-gradient(180deg, #10263a 0%, #123149 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 14px 26px rgba(11, 19, 32, 0.1);
  backdrop-filter: blur(12px);
}

.call-cta h2 {
  margin: 0 0 0.35rem;
}

.call-cta__subheading {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9rem;
  font-weight: 600;
}

.call-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.4rem;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: var(--sun-yellow);
  color: var(--primary-deep);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 28px rgba(255, 213, 79, 0.18);
}

.section-work {
  background: #f8fcfd;
}

.section-work--compact {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.section-contact {
  padding-top: 2rem;
}

.section-faq {
  padding-top: 1.3rem;
  padding-bottom: 2.6rem;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fcfd 0%, #eef8f8 100%);
}

.section-head--faq {
  margin-bottom: 1rem;
}

.section-head--faq .dark-title {
  color: #173040;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.08);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #173040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.95rem;
  text-align: left;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.faq-question span:first-child {
  flex: 1 1 auto;
}

.faq-plus {
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 1.1rem;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--sun-yellow);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-plus::after {
  opacity: 0;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.28s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 14rem;
}

.faq-answer p {
  margin: 0;
  padding: 0 1rem 0;
  color: #567082 !important;
  font-size: 0.92rem;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 0.22s ease, padding 0.22s ease;
}

.faq-item.is-open .faq-answer p {
  padding: 0 1rem 1rem;
  opacity: 1;
}

.hero-grid,
.trust-grid,
.services-grid,
.work-grid,
.features-grid,
.comparison-grid,
.locations-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.contact-grid {
  gap: 1.45rem;
}

.hero-grid {
  align-items: start;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}

.stats-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 1.15rem 0 1.15rem;
}

.section-head--stats {
  margin-bottom: 0.95rem;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.stat-card {
  padding: 1rem 0.8rem 0.9rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(18, 48, 68, 0.96) 0%, rgba(11, 27, 42, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 28px rgba(11, 19, 32, 0.12);
  text-align: center;
}

.stat-number {
  display: block;
  color: var(--sun-yellow);
  font-size: clamp(1.9rem, 7vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-shadow: 0 0 18px rgba(255, 213, 79, 0.12);
}

.stat-label {
  display: block;
  margin-top: 0.38rem;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2rem, 7vw, 4rem);
}

h2 {
  font-size: clamp(1.65rem, 5vw, 2.8rem);
}

h3 {
  font-size: clamp(1rem, 3vw, 1.28rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.34rem 0.76rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-copy h1 .accent,
.section-head .accent {
  color: var(--accent);
}

.hero-copy {
  padding-top: 0.15rem;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: 0.45rem;
}

.hero-copy h1 {
  max-width: none;
  margin-inline: auto;
  color: var(--white);
  text-wrap: unset;
  text-shadow: none;
  position: relative;
  font-size: clamp(1.88rem, 6.9vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  margin-bottom: 0;
}

.hero-copy h1::before {
  display: none;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line--teal {
  color: var(--primary);
}

.hero-accent {
  color: var(--primary);
  display: inline;
}

.hero-main {
  color: #ffffff;
  display: block;
}

.hero-main-inline {
  display: inline;
}

.hero-soft {
  color: #ffffff;
  display: block;
  white-space: nowrap;
  margin-top: 0.2rem;
}

.points-row {
  display: grid;
  gap: 0.9rem;
  margin: 1.1rem 0 0;
  max-width: 20rem;
  margin-inline: auto;
  justify-items: center;
}

.points-row--hero {
  width: 100%;
  max-width: 21rem;
  gap: 0.45rem;
  margin-top: 1rem;
  justify-items: center;
}

.point-chip {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: auto;
  text-align: center;
}

.point-chip::before {
  content: "✓";
  width: 1.1rem;
  height: 1.1rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sun-yellow);
  color: var(--primary-deep);
  flex: 0 0 1.1rem;
  margin-top: 0;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 0 0 4px rgba(255, 213, 79, 0.1);
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-actions .button {
  min-height: 3.05rem;
  border-radius: 18px;
  padding-inline: 1.25rem;
}

.hero-cta-primary {
  background: var(--sun-yellow);
  color: var(--primary-deep);
  box-shadow: 0 14px 24px rgba(255, 213, 79, 0.18);
}

.hero-cta-primary:hover {
  background: #ffca2f;
  box-shadow: 0 14px 24px rgba(255, 213, 79, 0.22);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-form-stack {
  position: relative;
  margin-top: -4.575rem;
  display: grid;
  gap: 0;
}

.hero-form-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: -1.1rem auto -1rem;
  width: min(100%, 23.5rem);
  pointer-events: none;
}

.hero-form-image::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0.55rem;
  height: 5.1rem;
  background: linear-gradient(180deg, rgba(7, 18, 28, 0) 0%, rgba(7, 18, 28, 0.94) 100%);
  border-radius: 999px;
}

.hero-form-image::before {
  content: "";
  position: absolute;
  inset: 8% 12% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 28%, transparent 58%),
    radial-gradient(circle at 50% 60%, rgba(20, 184, 166, 0.16) 0%, rgba(96, 223, 255, 0.12) 30%, transparent 62%);
  filter: blur(14px);
}

.hero-form-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(4, 12, 21, 0.26));
  position: relative;
  z-index: 1;
}

.form-card--hero {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.hero-panel,
.form-card,
.trust-card,
.service-card,
.work-slider,
.feature-card,
.comparison-card,
.location-card,
.contact-card,
.mini-contact {
  background: var(--white);
  border: 1px solid rgba(20, 184, 166, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.trust-card,
.service-card,
.feature-card,
.comparison-card,
.location-card,
.mini-contact {
  backdrop-filter: blur(6px);
}

.hero-panel {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 30px rgba(16, 32, 51, 0.08);
}

.hero-panel-compact {
  min-height: 180px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(96, 223, 255, 0.14), transparent 24%),
    rgba(255,255,255,0.88);
  position: relative;
  overflow: hidden;
}

.hero-panel-compact::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -30px;
  top: -30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.46);
}

.hero-panel-compact::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -18px;
  bottom: -18px;
  border-radius: 50%;
  background: rgba(20,184,166,0.08);
}

.hero-mini-stack {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  display: grid;
  gap: 0.7rem;
}

.hero-mini-box {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 184, 166, 0.12);
}

.hero-mini-box strong,
.hero-mini-box span {
  display: block;
}

.hero-mini-box strong {
  color: var(--primary);
}

.hero-mini-box span {
  color: #6e545a;
  font-size: 0.87rem;
}

.form-card {
  padding: 0.8rem 0.8rem 0.78rem;
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(20, 184, 166, 0.12), transparent 24%),
    linear-gradient(180deg, #102033 0%, #0f1b2d 100%);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 52px rgba(16, 32, 51, 0.18);
}

.form-card--hero {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.form-card h2 {
  max-width: none;
  margin: 0 auto 0.38rem;
  color: var(--white);
  font-size: clamp(1.08rem, 3.8vw, 1.5rem);
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.form-card.form-card--hero h2 {
  color: var(--white);
}

.form-card--booknow h2 {
  color: var(--white) !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #2a1d20;
  font-size: 0.9rem;
  font-weight: 600;
}

.field-label--inline {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
}

.input,
.select,
.textarea {
  width: 100%;
  padding: 0.72rem 0.84rem;
  border: 1px solid rgba(20, 184, 166, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  color: #23384a;
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.select {
  appearance: none;
}

.input::placeholder,
.select,
.textarea::placeholder {
  color: #9ea6b2;
}

.textarea {
  min-height: 78px;
  resize: vertical;
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: 2px solid rgba(20, 184, 166, 0.24);
  border-color: var(--primary);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.82rem;
  column-gap: 0;
}

.field-span-full {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
  min-height: 2.5rem;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
  background: var(--sun-yellow);
  color: var(--primary-deep);
  box-shadow: none;
}

.service-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.service-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.56rem 0.64rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
}

.service-check input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: var(--sun-yellow);
  margin: 0;
  flex: 0 0 auto;
}

.service-check span {
  line-height: 1.15;
}

.form-submit:hover {
  background: #ffca2f;
}

.contact-card--wide {
  width: min(100%, 32rem);
  margin-inline: auto;
}

.form-card--booknow {
  width: min(100%, 32rem);
  margin-inline: auto;
}

.section-head {
  max-width: 50rem;
  margin: 0 auto 1.1rem;
  text-align: center;
}

.section-head p {
  display: none;
}

.trust-card,
.service-card,
.feature-card,
.comparison-card,
.location-card,
.contact-card {
  padding: 1.25rem;
}

.trust-card,
.feature-card,
.comparison-card {
  text-align: center;
}

.dark-title {
  color: #2a1d20;
  text-shadow: none;
}

.dark-title--light {
  color: var(--white);
}

.trust-heading-teal {
  color: var(--sun-yellow);
}

.counter {
  display: block;
  color: var(--accent);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.trust-grid {
  gap: 0.9rem;
}

.trust-grid > .trust-card:first-child {
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,252,251,0.98) 100%);
}

.trust-grid > .trust-card:first-child .counter {
  color: var(--primary);
  text-shadow: 0 6px 18px rgba(20, 184, 166, 0.12);
}

.trust-highlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.trust-highlight {
  padding: 0.95rem 0.8rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20,184,166,0.08) 0%, rgba(255,255,255,0.98) 100%);
  border: 1px solid rgba(20,184,166,0.14);
  color: #173040;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.trust-highlight::before {
  content: "★";
  width: 1.35rem;
  height: 1.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 213, 79, 0.22);
  color: #c38a00;
  font-size: 0.8rem;
  flex: 0 0 1.35rem;
}

.mini-contact {
  margin-top: 1rem;
  padding: 1.25rem 1rem;
  text-align: center;
  color: #2a1d20;
  background: var(--white);
  border: 1px solid rgba(255, 213, 79, 0.22);
}

.mini-contact strong {
  display: block;
  font-size: 1.08rem;
  color: #173040;
}

.mini-contact .button {
  min-height: 3rem;
  padding-inline: 1.2rem;
}

.service-card {
  overflow: hidden;
  padding: 1rem 1.05rem 1.15rem;
  background: linear-gradient(180deg, #dff4fb 0%, #d6eef8 100%);
  border: 0;
  border-radius: 30px 30px 0 0;
  box-shadow: none;
  text-align: center;
}

.service-media {
  min-height: 158px;
  border-radius: 22px;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.24) 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(23, 48, 64, 0.52);
  font-size: 0.88rem;
  font-weight: 600;
}

.service-media img {
  width: 100%;
  height: 100%;
  min-height: 158px;
  object-fit: cover;
  display: block;
}

.service-card h2,
.service-card h3 {
  margin: 0 0 0.7rem;
  color: #173040 !important;
  font-size: 1.05rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: #173040 !important;
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-card .check-list {
  margin-top: 0.85rem;
  margin-bottom: 1.05rem;
  display: grid;
  gap: 0.7rem;
}

.service-card .check-list strong,
.service-card .check-list div,
.service-card .check-list li {
  color: #173040 !important;
}

.service-card .check-list li {
  display: block;
  text-align: center;
}

.service-card .check-list strong {
  display: inline-block;
  position: relative;
  padding-left: 0.95rem;
  margin-bottom: 0.14rem;
}

.service-card .check-list strong::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--sun-yellow);
  font-size: 0.62rem;
  line-height: 1;
}

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  color: #1ea8e7;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.service-link::after {
  content: "➜";
  margin-left: 0.45rem;
  font-size: 1.05rem;
}

.work-slider {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 1rem;
  background: var(--white);
}

.work-slide {
  position: absolute;
  inset: 1rem;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.work-slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.work-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.feature-card {
  background: var(--white);
}

.features-grid--trust {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.services-grid {
  gap: 1.1rem;
}

.services-hero-action {
  margin-top: 1.2rem;
}

.services-page .page-hero-copy .lead,
.services-page .page-hero-copy h1,
.services-page .panel h2,
.services-page .panel p {
  color: #ffffff;
}

.section-services-page,
.section-services-bundle,
.section-services-reviews,
.services-form-section {
  background: #f8fcfd;
}

.section-services-page {
  padding-top: 2.2rem;
  padding-bottom: 1.6rem;
}

.section-services-bundle {
  padding-top: 0.8rem;
  padding-bottom: 1.35rem;
}

.section-services-bundle .bundle-banner {
  text-align: center;
  padding: 1.25rem 1.1rem;
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at top center, rgba(255, 213, 79, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #10263a 0%, #0f1f31 100%);
  border: 1px solid rgba(255, 213, 79, 0.22);
  box-shadow: 0 16px 30px rgba(11, 19, 32, 0.16);
  overflow: hidden;
}

.section-services-bundle .bundle-banner h2 {
  margin: 0 0 0.55rem;
  color: var(--sun-yellow);
}

.section-services-bundle .bundle-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84) !important;
}

.bundle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 213, 79, 0.16);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 213, 79, 0.18);
}

.section-services-reviews {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.services-form-section {
  padding-top: 0.45rem;
}

.feature-card--trust {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 0.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 24px rgba(4, 12, 21, 0.12);
  backdrop-filter: blur(12px);
}

.feature-card--trust .feature-icon {
  width: 2.7rem;
  height: 2.7rem;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  position: relative;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.7rem;
}

.feature-card--trust .feature-icon::before {
  display: none;
}

.feature-card--trust:nth-child(1) .feature-icon::before,
.feature-card--trust:nth-child(3) .feature-icon::before {
  content: "✓";
}

.feature-card--trust:nth-child(2) .feature-icon::before {
  content: "$";
}

.feature-card--trust:nth-child(4) .feature-icon::before {
  content: "↗";
}

.feature-card--trust:nth-child(3) .feature-icon::before {
  content: "▣";
}

.feature-card--trust .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.feature-icon--plain {
  color: var(--sun-yellow);
  font-size: 1.55rem;
  font-weight: 800;
}

.feature-card--trust h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.features-grid--trust .feature-card h3,
.features-grid--trust .feature-card p,
.feature-card--trust h3 {
  color: #ffffff !important;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin: 0 auto 0.9rem;
  border-radius: 18px;
  background: rgba(20,184,166,0.12);
  color: var(--primary-deep);
  font-weight: 800;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.comparison-box {
  padding: 0.95rem;
  border-radius: 16px;
}

.comparison-box strong {
  display: block;
  margin-bottom: 0.25rem;
}

.comparison-box--ours {
  background: rgba(20, 184, 166, 0.1);
}

.comparison-box--others {
  background: rgba(11,19,32,0.04);
}

.locations-grid {
  gap: 0.85rem;
}

.section-locations {
  padding-top: 2.8rem;
}

.section-locations .section-head {
  margin-bottom: 1.45rem;
}

.location-card {
  text-align: center;
  padding: 1rem 0.8rem;
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.14), transparent 30%),
    linear-gradient(180deg, #10263a 0%, #123149 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.12);
  border-radius: 22px;
}

.location-card h3 {
  margin: 0;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
}

.locations-hero-panel {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.locations-page .page-hero-copy {
  text-align: center;
}

.locations-page .page-hero-copy h1,
.locations-page .page-hero-copy .lead {
  text-align: center;
}

.locations-page .page-hero-copy .hero-actions {
  justify-content: center;
}

.locations-hero-image {
  position: relative;
  width: 100%;
  max-width: 18.5rem;
  margin: -0.55rem auto 0.8rem;
  display: flex;
  justify-content: center;
  padding: 0;
}

.locations-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 34px 34px 18px 18px;
  filter: drop-shadow(0 14px 28px rgba(4, 12, 21, 0.18));
}

.section-locations-premium,
.section-locations-coverage,
.locations-final-cta {
  background: #f8fcfd;
}

.section-locations-premium {
  padding-top: 2.4rem;
  padding-bottom: 1.8rem;
}

.section-head--locations-premium .dark-title {
  color: #173040;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
}

.locations-premium-grid {
  display: grid;
  gap: 1rem;
}

.location-card--premium {
  text-align: center;
  padding: 1.15rem 1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 251, 251, 0.98) 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.location-card--premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(11, 19, 32, 0.1);
}

.location-card--premium h2 {
  margin: 0 0 0.42rem;
  color: #173040;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.location-card--premium p {
  margin: 0;
  color: #567082 !important;
  font-size: 0.92rem;
  line-height: 1.55;
}

.locations-trust-section {
  padding-top: 1.2rem;
  padding-bottom: 1.45rem;
}

.section-locations-coverage {
  padding-top: 1rem;
  padding-bottom: 1.45rem;
}

.coverage-panel {
  padding: 1.25rem 1.05rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(20, 184, 166, 0.1), transparent 24%),
    radial-gradient(circle at 78% 68%, rgba(255, 213, 79, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f2fbfb 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.08);
  position: relative;
  overflow: hidden;
}

.coverage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(20, 184, 166, 0.14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.3;
  pointer-events: none;
}

.coverage-panel .section-head {
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.coverage-panel p {
  margin: 0;
  color: #567082 !important;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  text-align: center;
}

.coverage-panel .dark-title {
  color: #173040;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.locations-final-cta {
  padding-top: 0.95rem;
  padding-bottom: 1.35rem;
}

.locations-final-cta .stack-actions {
  justify-content: center;
}

.locations-final-cta .stack-actions .button {
  flex: 1 1 10rem;
}

#locations-form {
  background: #f8fcfd;
}

.why-page-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(20, 184, 166, 0.14), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(255, 213, 79, 0.1), transparent 20%),
    linear-gradient(180deg, #04070d 0%, #07121c 44%, #0b1826 100%);
}

.why-page .page-hero-copy {
  text-align: center;
}

.why-hero-panel {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.why-intro-section,
.why-process-section,
.why-final-cta {
  background: #f8fcfd;
}

.why-intro-section {
  padding-top: 2.2rem;
  padding-bottom: 1.55rem;
}

.why-intro-card {
  padding: 1.15rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 14px 28px rgba(11, 19, 32, 0.08);
  display: grid;
  gap: 1rem;
}

.why-intro-media {
  min-height: 220px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(20, 184, 166, 0.18), transparent 42%),
    linear-gradient(180deg, #edf8fa 0%, #e3f4f7 100%);
  display: grid;
  place-items: center;
}

.why-intro-media img {
  width: min(100%, 18rem);
  height: auto;
}

.why-intro-copy {
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
}

.why-intro-copy .dark-title {
  color: #173040;
  margin-bottom: 0.7rem;
}

.why-intro-copy p {
  margin: 0;
  color: #567082 !important;
  line-height: 1.7;
}

.why-different-section {
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
}

.why-feature-card {
  min-height: 13.2rem;
}

.why-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

.why-stats-section {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: #f8fcfd;
}

.why-process-section {
  padding-top: 1rem;
  padding-bottom: 1.45rem;
}

.why-steps-grid {
  display: grid;
  gap: 1rem;
}

.why-step-card {
  padding: 1.15rem 1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.08);
  text-align: center;
}

.why-step-number {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.12);
  color: #173040;
  font-size: 1rem;
  font-weight: 800;
}

.why-step-card h3 {
  margin: 0 0 0.45rem;
  color: #173040 !important;
}

.why-step-card p {
  margin: 0;
  color: #567082 !important;
  line-height: 1.6;
}

.why-reviews-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-final-cta {
  padding-top: 0.95rem;
  padding-bottom: 1.35rem;
}

.why-final-cta .stack-actions {
  justify-content: center;
}

.why-final-cta .stack-actions .button {
  flex: 1 1 10rem;
}

@media (min-width: 760px) {
  .locations-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-intro-card {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
    align-items: center;
  }

  .why-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.yes {
  color: var(--primary);
  font-weight: 700;
}

.no {
  color: var(--accent);
  font-weight: 700;
}

.contact-card {
  padding: 1.35rem;
  background: #0b1320;
  box-shadow: 0 24px 56px rgba(11, 19, 32, 0.24);
}

.contact-card h2,
.contact-card h3,
.contact-card p,
.contact-card a,
.contact-card span,
.comparison-card h3,
.comparison-card p,
.service-card h3,
.service-card p,
.feature-card h3,
.feature-card p,
.location-card h3,
.location-card p,
.trust-card h3,
.trust-card p,
.form-card h2,
.form-card p {
  color: #2a1d20;
}

.contact-meta {
  display: grid;
  gap: 0.7rem;
}

.contact-card h2,
.contact-card h3,
.contact-card p,
.contact-card a,
.contact-card span {
  color: var(--white);
}

.contact-card p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.contact-card .button-primary {
  box-shadow: none;
}

.contact-card .button-primary:hover {
  box-shadow: none;
}

.contact-title-teal {
  color: var(--primary) !important;
}

.contact-title-white {
  color: #ffffff !important;
}

.contact-meta strong {
  display: block;
  margin-bottom: 0.1rem;
}

.footer {
  padding: 4rem 0 6rem;
  background: #0b1320;
  color: #f7edf0;
}

.footer p,
.footer a,
.footer span {
  color: rgba(247, 237, 240, 0.8);
}

.footer h3 {
  color: var(--white);
  margin-bottom: 1rem;
}

.footer-links,
.footer-list {
  display: grid;
  gap: 0.7rem;
}

.legal-row {
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(247, 237, 240, 0.14);
}

.mobile-sticky-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(0.85rem + env(safe-area-inset-bottom));
  z-index: 70;
  display: flex;
  gap: 0.75rem;
  padding: 0;
  background: transparent;
  border-top: 0;
  backdrop-filter: none;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-sticky-cta .button {
  flex: 1 1 0;
  min-height: 2.9rem;
  padding-inline: 0.95rem;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 24px rgba(11, 19, 32, 0.12);
}

.mobile-sticky-cta .button-primary {
  background: rgba(255, 95, 162, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(255, 95, 162, 0.2);
}

.mobile-sticky-cta .button-secondary {
  background: rgba(255, 213, 79, 0.88);
  color: var(--primary-deep);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(255, 213, 79, 0.18);
}

@media (min-width: 720px) {
  .hero-grid,
  .trust-grid,
  .services-grid,
  .comparison-grid,
  .contact-grid,
  .footer-grid,
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 680px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .review-card {
    flex-basis: calc(50% - 0.45rem);
  }
}

@media (min-width: 980px) {
  body {
    padding-bottom: 0;
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .review-card {
    flex-basis: calc((100% - 1.8rem) / 3);
  }

  .menu-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    inset: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-links a {
    padding: 0.65rem 0.9rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.96fr);
    align-items: start;
    gap: 1.4rem;
  }

  .hero-form-image {
    width: min(100%, 25.2rem);
    margin-bottom: -1.25rem;
  }

  .trust-grid,
  .services-grid,
  .features-grid,
  .comparison-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .locations-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 979px) {
  .hero-grid {
    gap: 0.35rem;
  }

  .form-card--hero {
    margin-top: 0.15rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.page-hero {
  margin-top: calc(var(--header-height) * -1);
  padding: calc(var(--header-height) + 0.65rem) 0 1.05rem;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 22%),
    radial-gradient(circle at 82% 14%, rgba(255, 213, 79, 0.12), transparent 24%),
    linear-gradient(180deg, #04070d 0%, #07121c 44%, #0b1826 100%);
}

.page-hero-grid,
.two-column,
.grid.grid-3 {
  display: grid;
  gap: 1rem;
}

.quote-page-shell {
  max-width: 34rem;
  margin: 0 auto;
}

.quote-page-copy {
  text-align: center;
  margin-bottom: 0.85rem;
}

.thank-you-shell {
  display: grid;
  gap: 1rem;
}

.thank-you-reassurance {
  max-width: 31rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.95rem;
  line-height: 1.65;
}

.thank-you-card,
.thank-you-contact {
  padding: 1.2rem 1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 28px rgba(4, 12, 21, 0.12);
}

.thank-you-card h2,
.thank-you-contact h2 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  text-align: center;
}

.thank-you-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.thank-you-list li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.thank-you-list li::before {
  content: "✅ ";
}

.thank-you-contact__meta {
  display: grid;
  gap: 0.65rem;
  text-align: center;
}

.thank-you-contact__meta a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 600;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.thank-you-actions .button {
  flex: 1 1 12rem;
}

.page-hero-copy {
  padding-top: 0;
}

.services-hero-image {
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin: -5.2rem auto 0.4rem;
  display: flex;
  justify-content: center;
}

.services-hero-image::after {
  content: "";
  position: absolute;
  left: -0.95rem;
  right: -0.95rem;
  bottom: 0;
  height: 0.1rem;
  background: rgba(20, 184, 166, 0.5);
  box-shadow: 0 0 6px rgba(20, 184, 166, 0.1);
}

.services-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.services-page .page-hero-copy {
  text-align: center;
}

.services-page .page-hero-copy h1,
.services-page .page-hero-copy .lead {
  text-align: center;
}

.about-hero-image {
  position: relative;
  width: 100%;
  max-width: 19rem;
  margin: -6.075rem auto 1rem;
  display: flex;
  justify-content: center;
}

.about-hero-image::after {
  content: "";
  position: absolute;
  left: -0.85rem;
  right: -0.85rem;
  bottom: 0;
  height: 0.1rem;
  background: rgba(20, 184, 166, 0.45);
  box-shadow: 0 0 6px rgba(20, 184, 166, 0.12);
}

.about-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page .page-hero-copy h1 {
  margin: 0 0 0.48rem;
  text-align: center;
}

.about-page .page-hero-copy .lead {
  margin-bottom: 0;
  text-align: center;
}

.about-page .page-hero-copy .hero-actions {
  margin-top: 1rem;
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 213, 79, 0.12);
  color: var(--sun-yellow);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-hero-copy h1 {
  margin: 0.1rem 0 0.65rem;
  color: #ffffff;
  font-size: clamp(1.95rem, 7.8vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}


.lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.98rem;
  line-height: 1.62;
}

.story-card,
.panel,
.cta-panel {
  padding: 1.1rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 32px rgba(4, 12, 21, 0.14);
  backdrop-filter: blur(12px);
}

.about-page .story-card,
.about-page .panel,
.about-page .cta-panel,
.about-page .form-card {
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at bottom left, rgba(20, 184, 166, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(18, 43, 67, 0.98) 0%, rgba(15, 35, 56, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 28px rgba(4, 12, 21, 0.12);
  overflow: hidden;
}

.story-card h2,
.story-card p,
.panel h2,
.panel p,
.panel strong,
.cta-panel h2,
.cta-panel p {
  color: #ffffff;
}

.story-card h2,
.panel h2,
.cta-panel h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.story-card p,
.panel p,
.cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.65;
}

.story-card p + p,
.panel p + p {
  margin-top: 0.75rem;
}

.check-list {
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
}

.icon-dot {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.16);
  color: var(--sun-yellow);
  font-weight: 800;
  flex: 0 0 1.5rem;
}

.check-list strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #ffffff;
}

.check-list div {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.52;
}

.panel-title-center {
  text-align: center;
}

.panel-title-yellow {
  color: var(--sun-yellow) !important;
}

.about-dark-heading {
  color: #173040;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.45rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.check-list--star {
  margin-top: 0.75rem;
}

.icon-dot--star {
  background: transparent;
  color: var(--sun-yellow);
  box-shadow: none;
  font-size: 1rem;
}

.section .panel,
.section .cta-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 213, 79, 0.1), transparent 28%),
    linear-gradient(180deg, #10263a 0%, #123149 100%);
}

.section-about-panels {
  padding-top: 2.2rem;
  padding-bottom: 1.45rem;
}

.section-about-trust {
  padding-top: 1.2rem;
  padding-bottom: 1.65rem;
  background:
    radial-gradient(circle at top center, rgba(20, 184, 166, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fcfd 0%, #eef8f8 100%);
}

.section-about-trust .section-head {
  margin-bottom: 1rem;
  text-align: center;
}

.section-about-trust .section-head p {
  max-width: 34rem;
  margin: 0 auto;
  color: #567082 !important;
  line-height: 1.7;
}

.section-about-cta {
  padding-top: 1.2rem;
  padding-bottom: 1.55rem;
}

.section .trust-card {
  padding: 1.15rem 1rem;
  text-align: left;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fcfc 100%);
  border: 1px solid rgba(20, 184, 166, 0.12);
  box-shadow: 0 10px 20px rgba(11, 19, 32, 0.08);
  border-radius: 28px;
}

.section .trust-card h3 {
  margin: 0 0 0.45rem;
  color: #173040 !important;
}

.section .trust-card p {
  margin: 0;
  color: #567082 !important;
}

.grid.grid-3 {
  grid-template-columns: 1fr;
}

.cta-panel {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at top center, rgba(20, 184, 166, 0.12), transparent 32%),
    linear-gradient(180deg, #10263a 0%, #0f1f31 100%);
}

.about-form-section {
  padding-top: 0.3rem;
}

.about-page .site-header,
.inner-page .site-header {
  background: transparent;
  border: 0;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-page .site-header.is-scrolled,
.inner-page .site-header.is-scrolled {
  background: rgba(6, 13, 24, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(14px);
}

.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.stack-actions .button {
  flex: 1 1 10rem;
}

@media (min-width: 760px) {
  .page-hero-grid,
  .two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
