:root {
  --midnight: #041328;
  --navy: #062a5c;
  --blue: #0877c7;
  --cyan: #18c7e8;
  --aqua: #e9fbff;
  --mint: #18bd74;
  --gold: #d7b46a;
  --ink: #0b1f36;
  --muted: #60738b;
  --line: rgba(8, 119, 199, 0.16);
  --white: #ffffff;
  --surface: #f7fbfd;
  --shadow: 0 22px 70px rgba(2, 18, 43, 0.16);
  --radius: 8px;
  --font-heading: "Heebo", "Assistant", Arial, sans-serif;
  --font-body: "Assistant", "Heebo", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

#top,
#services,
#experience,
#offers,
#guide,
#construction,
#care-maintenance,
#packages,
#why,
#gallery,
#reviews,
#faq,
#social,
#contact,
#lead-form,
#guide-lead {
  scroll-margin-top: 104px;
}

body {
  width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
  line-height: 1.55;
  font-weight: 500;
  overflow-x: hidden;
}

body::selection {
  color: var(--white);
  background: var(--blue);
}

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

img {
  max-width: 100%;
}

.mobile-only-break {
  display: none;
}

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

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
  min-width: 0;
}

.site-header .container {
  width: min(1760px, calc(100% - 40px));
}

.hero-grid > *,
.experience-grid > *,
.showcase-grid > *,
.gallery-grid > *,
.contact-grid > *,
.guide-teaser-grid > *,
.guide-hero-grid > *,
.guide-form-grid > *,
.packages-table-wrap,
.lead-card {
  min-width: 0;
}

.promo-bar {
  position: relative;
  z-index: 35;
  color: var(--white);
  background: linear-gradient(135deg, #035fa8, var(--blue), var(--cyan));
  box-shadow: 0 10px 26px rgba(8, 119, 199, 0.22);
}

.promo-bar-inner {
  min-height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
}

.promo-bar-inner span,
.promo-bar-inner a {
  white-space: nowrap;
}

.promo-bar-inner a {
  direction: ltr;
  font-size: 22px;
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(8, 119, 199, 0.12);
  backdrop-filter: blur(20px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.brand-mark {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(8, 119, 199, 0.18);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(4, 19, 40, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-text strong span {
  color: var(--cyan);
}

.brand-text small {
  margin-top: 5px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.main-nav a {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #183a62;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue);
  background: rgba(8, 119, 199, 0.08);
}

.open-status {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(4, 19, 40, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(2, 18, 43, 0.08);
  direction: rtl;
  white-space: nowrap;
}

.open-status strong {
  font-size: 15px;
  font-weight: 950;
}

.open-status-dot {
  width: 12px;
  height: 12px;
  background: #49c738;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(73, 199, 56, 0.14);
}

.open-status time {
  direction: ltr;
  font-size: 16px;
  font-weight: 950;
}

.header-cta {
  flex: 0 0 auto;
  width: 224px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 14px;
  padding: 0 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--midnight) 0%, var(--blue) 58%, var(--cyan) 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(8, 119, 199, 0.38);
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

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

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(8, 119, 199, 0.48);
}

.phone-bounce {
  flex: 0 0 auto;
  animation: phoneWiggle 1.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes phoneWiggle {
  0%,
  100% {
    transform: translateX(0) rotate(0);
  }

  12% {
    transform: translateX(4px) rotate(8deg);
  }

  24% {
    transform: translateX(-4px) rotate(-8deg);
  }

  36% {
    transform: translateX(3px) rotate(6deg);
  }

  48% {
    transform: translateX(0) rotate(0);
  }
}

.header-cta svg,
.btn svg,
.trust-row svg,
.signal-grid svg,
.service-card svg,
.benefit-list svg,
.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background: url("assets/pool-hero.jpeg") center 48% / cover no-repeat;
  transform: scale(1.02);
}

.construction-page .hero-media {
  background-image: url("assets/construction-hero.png");
  background-position: center;
}

.construction-page .hero-overlay {
  background:
    radial-gradient(circle at 18% 20%, rgba(24, 199, 232, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(4, 19, 40, 0.3), rgba(4, 19, 40, 0.94) 65%),
    linear-gradient(180deg, rgba(4, 19, 40, 0.1), rgba(4, 19, 40, 0.72));
}

.construction-page .hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 5.8vw, 78px);
}

.hero-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 16% 24%, rgba(24, 199, 232, 0.3), transparent 28%),
    linear-gradient(90deg, rgba(4, 19, 40, 0.22), rgba(4, 19, 40, 0.92) 64%),
    linear-gradient(180deg, rgba(4, 19, 40, 0.08), rgba(4, 19, 40, 0.62));
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  height: 92px;
  content: "";
  background: var(--surface);
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}

.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding-block: 84px 126px;
}

.hero-copy {
  max-width: 720px;
  min-width: 0;
}

.eyebrow,
.section-head p,
.lead-card-head p {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 18px;
  font-weight: 950;
}

.hero .eyebrow {
  margin-bottom: 22px;
  color: #bff5ff;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.08;
  font-weight: 950;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 24px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 17px;
  font-weight: 950;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--midnight);
  background: linear-gradient(135deg, #ffffff, #9eefff);
  box-shadow: 0 18px 42px rgba(24, 199, 232, 0.26);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(16px);
}

.btn-dark {
  color: var(--white);
  background: var(--midnight);
  box-shadow: 0 18px 36px rgba(4, 19, 40, 0.2);
}

.btn-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, #16a85e, var(--mint));
  box-shadow: 0 18px 36px rgba(24, 189, 116, 0.22);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.trust-row span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 850;
  backdrop-filter: blur(16px);
}

.lead-card {
  display: grid;
  gap: 15px;
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 32px 80px rgba(2, 18, 43, 0.32);
  backdrop-filter: blur(20px);
}

.lead-card-head {
  margin-bottom: 4px;
}

.lead-card-head p {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 950;
}

.lead-card-head h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 31px;
  line-height: 1.14;
  font-weight: 900;
}

.lead-card label {
  display: grid;
  gap: 7px;
  color: #17365e;
  font-size: 15px;
  font-weight: 900;
}

.lead-card input,
.lead-card select,
.lead-card textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f6fbfe;
  border: 1px solid rgba(8, 119, 199, 0.18);
  border-radius: var(--radius);
  outline: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.lead-card textarea {
  resize: vertical;
}

.lead-card input:focus,
.lead-card select:focus,
.lead-card textarea:focus {
  background: var(--white);
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(24, 199, 232, 0.15);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.lead-card .form-submit {
  color: var(--white);
  background: linear-gradient(135deg, #128c4e, var(--mint));
  box-shadow: 0 18px 42px rgba(24, 189, 116, 0.32);
}

.lead-card .form-submit:hover,
.lead-card .form-submit:focus-visible {
  box-shadow: 0 24px 52px rgba(24, 189, 116, 0.42);
}

.form-note {
  margin: 0;
  color: var(--midnight);
  text-align: center;
  font-size: 14px;
  font-weight: 750;
}

.form-status {
  min-height: 22px;
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 850;
}

.form-status.is-success {
  color: #128c4e;
}

.form-status.is-error {
  color: #b42318;
}

.form-status a {
  color: var(--blue);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-status-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 8px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.leader-submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.signal-strip {
  position: relative;
  z-index: 4;
  margin-top: -58px;
}

.signal-grid {
  min-height: 138px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.signal-grid > * {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 26px;
  color: var(--navy);
  border-left: 1px solid var(--line);
  font-size: 26px;
  font-weight: 950;
}

.signal-grid > *:last-child {
  border-left: 0;
}

.signal-grid svg {
  width: 42px;
  height: 42px;
  color: var(--blue);
}

.section {
  padding: 104px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-head-center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.experience-section {
  padding: 108px 0;
  background:
    linear-gradient(180deg, #ffffff, #f5f8fb),
    radial-gradient(circle at 90% 12%, rgba(24, 199, 232, 0.16), transparent 28%);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.experience-collage {
  position: relative;
  min-height: 560px;
}

.experience-img {
  position: absolute;
  width: 48%;
  height: 238px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 20px 54px rgba(2, 18, 43, 0.16);
}

.experience-img-top {
  top: 0;
  right: 0;
}

.experience-img-side {
  top: 76px;
  left: 0;
  height: 420px;
}

.experience-img-bottom {
  right: 0;
  bottom: 0;
  height: 270px;
}

.experience-badge {
  position: absolute;
  top: 250px;
  right: 50%;
  z-index: 3;
  width: 176px;
  height: 176px;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--white);
  text-align: center;
  background: rgba(4, 19, 40, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(4, 19, 40, 0.26);
  transform: translateX(50%);
}

.experience-badge strong {
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 0.95;
  font-weight: 900;
}

.experience-badge span {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 850;
}

.experience-copy h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
}

.experience-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #263d58;
  font-size: 22px;
}

.experience-checks {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.experience-checks span {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding-right: 38px;
  color: #232c38;
  font-size: 20px;
  font-weight: 900;
}

.experience-checks span::before {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  content: "✓";
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--midnight);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}

.services,
.treatments {
  background:
    linear-gradient(180deg, var(--surface), #ffffff 48%, #f1fbff),
    radial-gradient(circle at 8% 20%, rgba(24, 199, 232, 0.18), transparent 28%);
}

.treatments-head {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}

.treatments-head h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.96;
  font-weight: 900;
}

.treatments-head p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #49647f;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 850;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: stretch;
}

.treatment-card {
  grid-column: span 2;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: 26px;
  box-shadow: 0 22px 58px rgba(2, 18, 43, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.treatment-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 199, 232, 0.42);
  box-shadow: 0 30px 76px rgba(2, 18, 43, 0.16);
}

.treatment-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.treatment-card div {
  min-height: 198px;
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 0, rgba(24, 199, 232, 0.28), transparent 34%),
    linear-gradient(135deg, #063462, #0b6fae);
}

.treatment-card h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 29px;
  line-height: 1.1;
  font-weight: 900;
}

.treatment-card h3 span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 0.7em;
  line-height: 1.05;
  font-weight: 850;
  opacity: 0.86;
}

.treatment-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}

.construction-page .pool-types-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
  background:
    radial-gradient(circle at 10% 8%, rgba(24, 199, 232, 0.2), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(8, 119, 199, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 48%, #eef8fd 100%);
}

.construction-page .pool-types-section::before {
  position: absolute;
  inset: 38px 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(8, 119, 199, 0.22), transparent);
}

.pool-types-head {
  max-width: 1080px;
}

.pool-types-head > p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
}

.pool-types-head h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(50px, 6.2vw, 88px);
}

.pool-types-head span {
  display: block;
  max-width: 860px;
  margin: 22px auto 0;
  color: #405873;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 760;
}

.pool-types-layout {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pool-type-intro-card,
.pool-type-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.pool-type-intro-card {
  min-height: auto;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  grid-template-areas:
    "kicker stats"
    "title stats"
    "copy cta";
  align-items: center;
  gap: 24px;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 14% 0, rgba(24, 199, 232, 0.28), transparent 34%),
    linear-gradient(145deg, #06152c 0%, #0a315f 56%, #0877c7 100%);
  box-shadow: 0 30px 80px rgba(2, 18, 43, 0.2);
}

.pool-type-intro-card::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 68%);
  opacity: 0.75;
}

.pool-type-kicker {
  grid-area: kicker;
  width: fit-content;
  padding: 9px 14px;
  color: #bdf5ff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.pool-type-intro-card h3 {
  grid-area: title;
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 950;
}

.pool-type-intro-card p {
  grid-area: copy;
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 730;
}

.pool-type-mini-stats {
  grid-area: stats;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.pool-type-mini-stats span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 850;
}

.pool-type-mini-stats strong {
  color: #67e8ff;
  font-size: 24px;
  font-weight: 950;
}

.pool-type-intro-card .btn {
  grid-area: cta;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 58px;
}

.pool-type-card {
  --type-accent: var(--blue);
  display: flex;
  min-height: 530px;
  grid-column: span 2;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(8, 119, 199, 0.14);
  box-shadow: 0 24px 70px rgba(2, 18, 43, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.pool-type-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--type-accent), #67e8ff);
  z-index: 2;
}

.pool-type-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--type-accent), white 34%);
  box-shadow: 0 34px 86px rgba(2, 18, 43, 0.18);
}

.pool-type-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.pool-type-card:hover img {
  transform: scale(1.04);
}

.pool-type-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.pool-type-tag {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: var(--type-accent);
  background: color-mix(in srgb, var(--type-accent), white 88%);
  border: 1px solid color-mix(in srgb, var(--type-accent), white 70%);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.pool-type-card h3 {
  margin: 0 0 12px;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 950;
}

.pool-type-card p {
  margin: 0;
  color: #405873;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 740;
}

.pool-type-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
}

.pool-type-footer span,
.pool-type-footer strong {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.pool-type-footer span {
  color: #263d57;
  background: #eef7fb;
}

.pool-type-footer strong {
  color: var(--white);
  background: linear-gradient(135deg, var(--type-accent), #062a5c);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--type-accent), transparent 72%);
}

.pool-type-vinyl {
  --type-accent: #0ea5e9;
}

.pool-type-infinity {
  --type-accent: #1155cc;
}

.pool-type-classic {
  --type-accent: #18bd74;
}

.pool-type-lap {
  --type-accent: #253e8f;
}

.pool-type-freeform {
  --type-accent: #0f8f86;
}

.pool-type-lap,
.pool-type-freeform {
  grid-column: span 3;
}

.pool-comparison-section {
  padding: 116px 0;
  background:
    radial-gradient(circle at 88% 0, rgba(24, 199, 232, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff, #f3f9fc);
}

.pool-comparison-head {
  margin-bottom: 34px;
}

.pool-compare-accordion {
  display: grid;
  gap: 18px;
}

.pool-compare-card {
  --compare-accent: var(--blue);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(8, 119, 199, 0.14);
  border-radius: 24px;
  box-shadow: 0 20px 58px rgba(2, 18, 43, 0.09);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.pool-compare-card[open] {
  border-color: color-mix(in srgb, var(--compare-accent), white 48%);
  box-shadow: 0 30px 78px rgba(2, 18, 43, 0.14);
}

.pool-compare-card summary {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(250px, 1.2fr) minmax(220px, 0.8fr) 210px 54px;
  gap: 18px;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  list-style: none;
}

.pool-compare-card summary::-webkit-details-marker {
  display: none;
}

.pool-compare-card summary::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--compare-accent), #67e8ff);
  opacity: 0.92;
}

.pool-compare-card summary::after {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "+";
  justify-self: end;
  color: var(--compare-accent);
  background: color-mix(in srgb, var(--compare-accent), white 90%);
  border: 1px solid color-mix(in srgb, var(--compare-accent), white 72%);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  font-weight: 850;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.pool-compare-card[open] summary::after {
  content: "−";
  color: var(--white);
  background: linear-gradient(135deg, var(--compare-accent), #062a5c);
  transform: rotate(180deg);
}

.pool-compare-number {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--compare-accent), #062a5c);
  border-radius: 18px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--compare-accent), transparent 74%);
}

.pool-compare-title strong {
  display: block;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 950;
}

.pool-compare-title small {
  display: block;
  margin-top: 5px;
  color: var(--compare-accent);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.pool-compare-fit {
  color: #304962;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.pool-compare-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  padding: 10px 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--compare-accent), #062a5c);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--compare-accent), transparent 76%);
}

.pool-compare-card[open] .pool-compare-action {
  color: var(--compare-accent);
  background: color-mix(in srgb, var(--compare-accent), white 90%);
  box-shadow: none;
}

.pool-compare-details {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  padding: 0 24px 24px;
}

.pool-compare-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 0, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(145deg, var(--compare-accent), #062a5c);
  border-radius: 22px;
  box-shadow: 0 24px 60px color-mix(in srgb, var(--compare-accent), transparent 76%);
}

.pool-compare-price span {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 900;
}

.pool-compare-price strong {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.pool-compare-price strong span {
  display: block;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.pool-compare-price strong em {
  display: block;
  margin: 4px 0;
  color: #bdf5ff;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 950;
}

.pool-compare-price small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

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

.pool-compare-info section {
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(8, 119, 199, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(2, 18, 43, 0.06);
}

.pool-compare-info h3 {
  margin: 0 0 10px;
  color: var(--compare-accent);
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.08;
  font-weight: 950;
}

.pool-compare-info p {
  margin: 0;
  color: #3d5570;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 760;
}

.pool-compare-vinyl {
  --compare-accent: #0ea5e9;
}

.pool-compare-infinity {
  --compare-accent: #1155cc;
}

.pool-compare-classic {
  --compare-accent: #18bd74;
}

.pool-compare-lap {
  --compare-accent: #253e8f;
}

.pool-compare-freeform {
  --compare-accent: #0f8f86;
}

.pool-comparison-table-wrap {
  overflow: hidden;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.06), rgba(24, 199, 232, 0.1)),
    var(--white);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: 24px;
  box-shadow: 0 30px 86px rgba(2, 18, 43, 0.12);
}

.pool-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  direction: rtl;
}

.pool-comparison-table th {
  padding: 20px 18px;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
  background: linear-gradient(135deg, var(--midnight), #123b70);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.pool-comparison-table th:first-child {
  border-radius: 0 18px 0 0;
}

.pool-comparison-table th:last-child {
  border-radius: 18px 0 0 0;
}

.pool-comparison-table td {
  padding: 22px 18px;
  color: #344b65;
  background: var(--white);
  border-bottom: 1px solid rgba(8, 119, 199, 0.12);
  border-inline-start: 1px solid rgba(8, 119, 199, 0.08);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 760;
  vertical-align: top;
}

.pool-comparison-table tbody tr:nth-child(even) td {
  background: #f7fbfd;
}

.pool-comparison-table tbody tr:hover td {
  background:
    linear-gradient(270deg, rgba(24, 199, 232, 0.08), transparent 50%),
    #ffffff;
}

.pool-comparison-table td:first-child {
  border-inline-start: 0;
  color: var(--midnight);
}

.pool-comparison-table td::before {
  display: none;
}

.pool-comparison-table td strong {
  display: block;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.pool-comparison-table td small {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 950;
}

.price-range {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 13px;
  color: var(--white);
  background: linear-gradient(135deg, #0877c7, #063462);
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.pool-comparison-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 0, rgba(24, 199, 232, 0.28), transparent 35%),
    linear-gradient(135deg, var(--midnight), var(--navy));
  border-radius: 20px;
  box-shadow: 0 26px 72px rgba(2, 18, 43, 0.16);
}

.pool-comparison-note strong {
  color: #67e8ff;
  font-size: 20px;
  font-weight: 950;
  white-space: nowrap;
}

.pool-comparison-note > span {
  flex: 1;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 780;
}

.pool-comparison-note .btn {
  flex: 0 0 auto;
  color: var(--white);
  background: linear-gradient(135deg, #061c3f, #157fca);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 20px 46px rgba(0, 22, 55, 0.32);
}

.pool-comparison-note .btn span {
  color: inherit;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.offers {
  background:
    radial-gradient(circle at 14% 0, rgba(24, 199, 232, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff, #f5fcff);
}

.coupon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.coupon-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 32px;
  overflow: hidden;
  background: var(--white);
  border: 2px dashed rgba(8, 119, 199, 0.38);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(2, 18, 43, 0.1);
}

.coupon-card::before,
.coupon-card::after {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  content: "";
  background: #f5fcff;
  border: 2px dashed rgba(8, 119, 199, 0.38);
  border-radius: 50%;
  transform: translateY(-50%);
}

.coupon-card::before {
  right: -18px;
}

.coupon-card::after {
  left: -18px;
}

.coupon-card-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 12%, rgba(24, 199, 232, 0.24), transparent 34%),
    linear-gradient(135deg, var(--midnight), var(--navy));
  border-color: rgba(24, 199, 232, 0.58);
}

.coupon-card-dark::before,
.coupon-card-dark::after {
  background: #f5fcff;
  border-color: rgba(24, 199, 232, 0.58);
}

.coupon-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 2px dashed rgba(8, 119, 199, 0.28);
}

.coupon-card-dark .coupon-top {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.coupon-label {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--blue);
  background: rgba(24, 199, 232, 0.12);
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 950;
}

.coupon-card-dark .coupon-label {
  color: #bff5ff;
  background: rgba(255, 255, 255, 0.1);
}

.coupon-top strong {
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 78px;
  line-height: 0.82;
  font-weight: 900;
}

.coupon-card-dark .coupon-top strong {
  color: var(--white);
}

.coupon-card h3 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 31px;
  line-height: 1.12;
  font-weight: 900;
}

.coupon-card-dark h3 {
  color: var(--white);
}

.coupon-card p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.coupon-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.coupon-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 24px;
  border-top: 2px dashed rgba(8, 119, 199, 0.28);
}

.coupon-card-dark .coupon-code-row {
  border-top-color: rgba(255, 255, 255, 0.24);
}

.coupon-code-row code {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--midnight);
  background: #eefaff;
  border: 1px solid rgba(8, 119, 199, 0.18);
  border-radius: var(--radius);
  direction: ltr;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.coupon-card-dark .coupon-code-row code {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.copy-coupon {
  min-height: 54px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(8, 119, 199, 0.24);
}

.coupon-card-dark .copy-coupon {
  color: var(--midnight);
  background: linear-gradient(135deg, #ffffff, #9eefff);
}

.coupon-note {
  margin: 24px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 17px;
  font-weight: 800;
}

.construction-offer-grid .coupon-card-sale {
  border-color: rgba(24, 199, 232, 0.72);
  box-shadow: 0 30px 78px rgba(3, 29, 62, 0.18);
}

.construction-offer-grid .coupon-card-sale .coupon-top strong {
  font-size: 96px;
}

.construction-offer-grid .coupon-card-sale h3 {
  font-size: 36px;
}

.guide-teaser-section {
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 199, 232, 0.18), transparent 30%),
    linear-gradient(135deg, #041328, #063462 58%, #0877c7);
}

.guide-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.guide-teaser-copy {
  color: var(--white);
}

.guide-teaser-copy .eyebrow {
  color: #bff5ff;
}

.guide-teaser-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.7vw, 68px);
  line-height: 1.04;
  font-weight: 900;
}

.guide-teaser-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1.6;
}

.guide-teaser-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 32px;
}

.guide-teaser-points span {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 12px 46px 12px 16px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 850;
  backdrop-filter: blur(16px);
}

.guide-teaser-points span::before {
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  content: "✓";
  display: grid;
  place-items: center;
  color: var(--midnight);
  background: var(--cyan);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}

.guide-cta-button {
  min-width: 340px;
  min-height: 74px;
  padding-inline: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(24, 199, 232, 0.28), transparent 34%),
    linear-gradient(135deg, #020d1e, #041328);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 23px;
  box-shadow:
    0 24px 58px rgba(2, 18, 43, 0.38),
    0 0 0 8px rgba(255, 255, 255, 0.08);
}

.guide-cta-button svg {
  width: 25px;
  height: 25px;
}

.guide-cta-button:hover,
.guide-cta-button:focus-visible {
  box-shadow:
    0 30px 72px rgba(2, 18, 43, 0.46),
    0 0 0 10px rgba(24, 199, 232, 0.16);
}

.guide-preview-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(2, 18, 43, 0.34);
}

.guide-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 74% center;
}

.guide-preview-card div {
  position: absolute;
  inset-inline: 22px;
  bottom: 22px;
  padding: 24px;
  color: var(--white);
  background: rgba(4, 19, 40, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.guide-preview-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 17px;
  font-weight: 950;
}

.guide-preview-card strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.12;
  font-weight: 900;
}

.construction-link-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(24, 199, 232, 0.22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(135deg, #041328, #062a5c 58%, #0877c7);
}

.maintenance-link-section {
  background:
    radial-gradient(circle at 16% 16%, rgba(24, 199, 232, 0.2), transparent 30%),
    linear-gradient(135deg, #041328, #07325d 58%, #0b6fb4);
}

.construction-preview-card img {
  object-position: center;
}

.maintenance-link-section .guide-preview-card img {
  object-position: 52% center;
}

.construction-page .contact-section {
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.96), rgba(6, 42, 92, 0.9)),
    url("assets/construction-hero.png") center / cover no-repeat;
}

.services .section-head p {
  color: var(--blue);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 950;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 285px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 46px rgba(2, 18, 43, 0.08);
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 199, 232, 0.44);
  box-shadow: 0 26px 60px rgba(2, 18, 43, 0.13);
}

.service-card svg {
  width: 46px;
  height: 46px;
  color: var(--blue);
  margin-bottom: 28px;
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 850;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.care-process-section {
  padding: 116px 0 108px;
  background:
    radial-gradient(circle at 12% 4%, rgba(24, 199, 232, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff, #f7fbfd);
}

.care-process-head {
  max-width: 980px;
  margin: 0 auto 58px;
  text-align: center;
}

.care-process-head p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.care-process-head h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.98;
  font-weight: 950;
}

.care-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}

.care-process-item {
  display: grid;
  justify-items: center;
  text-align: center;
}

.care-process-item img {
  width: 100%;
  aspect-ratio: 1 / 0.84;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(2, 18, 43, 0.12);
}

.care-process-item:nth-child(1) img {
  object-position: center;
}

.care-process-item:nth-child(2) img {
  object-position: 32% center;
}

.care-process-item:nth-child(3) img {
  object-position: 70% center;
}

.care-process-line {
  position: relative;
  width: 100%;
  height: 44px;
  margin-top: 18px;
  border-top: 1px solid rgba(4, 19, 40, 0.16);
}

.care-process-line::after {
  position: absolute;
  top: -11px;
  right: 50%;
  width: 22px;
  height: 22px;
  content: "";
  background: var(--blue);
  border: 4px solid #eaf8ff;
  border-radius: 50%;
  transform: translateX(50%);
  box-shadow: 0 8px 18px rgba(8, 119, 199, 0.26);
}

.care-process-number {
  display: block;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(66px, 7vw, 100px);
  line-height: 0.9;
  font-weight: 950;
  text-shadow: 0 4px 0 rgba(8, 119, 199, 0.1);
}

.care-process-item h3 {
  margin: 34px 0 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 950;
}

.care-process-item p {
  max-width: 390px;
  margin: 18px 0 0;
  color: #405873;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 750;
}

.care-process-item ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  color: #243b57;
  list-style: none;
  font-size: 17px;
  font-weight: 850;
}

.care-process-item li {
  position: relative;
  padding-right: 28px;
}

.care-process-item li::before {
  position: absolute;
  right: 0;
  content: "✓";
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.packages-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 88% 0, rgba(24, 199, 232, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fbfd, #ffffff);
}

.packages-head {
  max-width: 960px;
  margin: 0 auto 42px;
  text-align: center;
}

.packages-head p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.packages-head h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 950;
}

.packages-head span {
  display: block;
  max-width: 800px;
  margin: 18px auto 0;
  color: #405873;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 750;
}

.packages-table-wrap {
  overflow: hidden;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.06), rgba(24, 199, 232, 0.1)),
    var(--white);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: 22px;
  box-shadow: 0 30px 86px rgba(2, 18, 43, 0.12);
}

.packages-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  direction: rtl;
}

.packages-col-name {
  width: 31%;
}

.packages-col-frequency {
  width: 13%;
}

.packages-col-included {
  width: 31%;
}

.packages-col-fit {
  width: 25%;
}

.packages-table th {
  padding: 20px 22px;
  color: rgba(255, 255, 255, 0.88);
  text-align: right;
  background: linear-gradient(135deg, var(--midnight), var(--navy));
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.packages-table th:first-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.packages-table th:last-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.packages-table tbody tr {
  --package-color: var(--blue);
  --package-soft: rgba(8, 119, 199, 0.1);
  --package-strong: var(--blue);
  --package-border: rgba(8, 119, 199, 0.28);
  --package-glow: rgba(8, 119, 199, 0.18);
  transition: transform 170ms ease;
}

.packages-table tbody tr:hover {
  transform: translateY(-3px);
}

.package-complete {
  transform: translateY(-4px);
}

.package-complete:hover {
  transform: translateY(-7px);
}

.packages-table td {
  padding: 24px 22px;
  color: #314962;
  vertical-align: middle;
  background:
    linear-gradient(270deg, var(--package-soft), transparent 54%),
    var(--white);
  border-top: 1px solid rgba(8, 119, 199, 0.12);
  border-bottom: 1px solid rgba(8, 119, 199, 0.12);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 760;
  box-shadow: 0 16px 40px rgba(2, 18, 43, 0.06);
}

.packages-table td::before {
  display: none;
}

.packages-table td:first-child {
  border-inline-start: 8px solid var(--package-color);
  border-radius: 0 18px 18px 0;
}

.packages-table td:last-child {
  border-radius: 18px 0 0 18px;
}

.package-complete td {
  background:
    linear-gradient(270deg, rgba(255, 244, 207, 0.92), rgba(255, 255, 255, 0.98) 58%),
    var(--white);
  border-top: 2px solid var(--package-border);
  border-bottom: 2px solid var(--package-border);
  box-shadow:
    0 24px 64px rgba(215, 180, 106, 0.18),
    0 16px 42px rgba(2, 18, 43, 0.08);
}

.package-complete td:first-child {
  border-inline-start-width: 12px;
  border-inline-start-color: #a97a21;
}

.package-basic {
  --package-color: #18c7e8;
  --package-soft: rgba(24, 199, 232, 0.18);
  --package-strong: #0877c7;
  --package-border: rgba(24, 199, 232, 0.42);
  --package-glow: rgba(24, 199, 232, 0.2);
}

.package-standard {
  --package-color: #18bd74;
  --package-soft: rgba(24, 189, 116, 0.18);
  --package-strong: #128c4e;
  --package-border: rgba(24, 189, 116, 0.42);
  --package-glow: rgba(24, 189, 116, 0.2);
}

.package-complete {
  --package-color: #d7b46a;
  --package-soft: rgba(215, 180, 106, 0.22);
  --package-strong: #a97a21;
  --package-border: rgba(215, 180, 106, 0.48);
  --package-glow: rgba(215, 180, 106, 0.22);
}

.package-commercial {
  --package-color: #0b3d91;
  --package-soft: rgba(11, 61, 145, 0.18);
  --package-strong: #062a5c;
  --package-border: rgba(11, 61, 145, 0.44);
  --package-glow: rgba(11, 61, 145, 0.2);
}

.package-basic .package-name::before {
  background: linear-gradient(180deg, #d9fbff 0%, #18c7e8 36%, #0877c7 100%);
}

.package-standard .package-name::before {
  background: linear-gradient(180deg, #dcffef 0%, #18bd74 36%, #128c4e 100%);
}

.package-complete .package-name::before {
  background: linear-gradient(180deg, #fff4cf 0%, #d7b46a 36%, #9a6f1c 100%);
}

.package-commercial .package-name::before {
  background: linear-gradient(180deg, #dbe9ff 0%, #0b3d91 36%, #041328 100%);
}

.package-name {
  min-width: 250px;
  display: grid;
  grid-template-columns: 12px 58px minmax(0, 1fr);
  grid-template-areas:
    "stripe icon copy"
    "stripe icon badge";
  align-items: center;
  gap: 8px 14px;
}

.package-name::before {
  grid-area: stripe;
  width: 12px;
  height: 100%;
  min-height: 76px;
  content: "";
  background:
    linear-gradient(180deg, #ffffff 0%, var(--package-color) 18%, var(--package-strong) 100%);
  border-radius: 999px;
  box-shadow:
    0 16px 34px var(--package-glow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.package-icon {
  grid-area: icon;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--package-strong);
  background: var(--package-soft);
  border: 1px solid var(--package-border);
  border-radius: 18px;
  box-shadow: 0 14px 34px var(--package-glow);
}

.package-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.package-name > div {
  grid-area: copy;
  min-width: 0;
}

.package-name strong {
  display: block;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 950;
}

.package-name small {
  display: block;
  margin-top: 5px;
  color: var(--package-strong);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.package-name em {
  grid-area: badge;
  justify-self: start;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--white);
  background: linear-gradient(135deg, #128c4e, var(--mint));
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 950;
  text-align: center;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(24, 189, 116, 0.22);
}

.packages-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 26px;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0, rgba(24, 199, 232, 0.24), transparent 34%),
    linear-gradient(135deg, var(--midnight), var(--navy));
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(2, 18, 43, 0.14);
}

.packages-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.packages-cta .btn {
  flex: 0 0 auto;
}

.showcase {
  padding: 108px 0;
  color: var(--white);
  background: var(--midnight);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.showcase-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.showcase-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.showcase-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.showcase-copy p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.benefit-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 850;
}

.benefit-list svg {
  color: var(--cyan);
  flex: 0 0 auto;
}

.gallery {
  background: #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, 280px);
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--midnight);
  box-shadow: 0 18px 50px rgba(2, 18, 43, 0.16);
}

.gallery-feature {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 19, 40, 0.82));
}

.gallery-item figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  color: var(--white);
  font-size: 20px;
  font-weight: 950;
}

.before-after-section {
  padding: 112px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 8%, rgba(24, 199, 232, 0.2), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(18, 140, 78, 0.16), transparent 30%),
    linear-gradient(135deg, #041328, #082347 62%, #031225);
}

.before-after-shell {
  padding: 44px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

.before-after-head {
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.before-after-head p {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.before-after-head h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1;
  font-weight: 950;
}

.before-after-head span {
  max-width: 820px;
  display: block;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 760;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.before-after-card {
  position: relative;
  grid-column: span 6;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.before-after-feature {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.before-after-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--midnight);
}

.before-after-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.before-after-feature img {
  min-height: 430px;
}

.before-after-card:hover img {
  transform: scale(1.035);
}

.comparison-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 1px rgba(4, 19, 40, 0.18);
}

.comparison-line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  content: "";
  background:
    linear-gradient(90deg, transparent 39%, var(--cyan) 39% 46%, transparent 46% 54%, var(--cyan) 54% 61%, transparent 61%),
    rgba(4, 19, 40, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.comparison-chip {
  position: absolute;
  top: 16px;
  z-index: 3;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--white);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.before-chip {
  left: 16px;
  background: rgba(4, 19, 40, 0.78);
}

.after-chip {
  right: 16px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.before-after-card.is-reversed .before-chip {
  right: 16px;
  left: auto;
}

.before-after-card.is-reversed .after-chip {
  right: auto;
  left: 16px;
}

.before-after-card-copy {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
}

.before-after-feature .before-after-card-copy {
  padding: 34px;
  background:
    radial-gradient(circle at 20% 10%, rgba(24, 199, 232, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.055);
}

.before-after-card-copy span {
  color: var(--cyan);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.before-after-card-copy strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.12;
  font-weight: 950;
}

.before-after-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 760;
}

.before-after-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.before-after-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 820;
}

.before-after-cta .btn {
  flex: 0 0 auto;
}

.reviews {
  padding: 106px 0;
  background:
    radial-gradient(circle at 88% 0, rgba(24, 199, 232, 0.18), transparent 26%),
    var(--surface);
}

.reviews-subtitle {
  max-width: 780px;
  display: block;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.construction-page .google-review-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.google-review-card {
  min-height: 330px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 22px;
  background: #fbfbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(2, 18, 43, 0.08);
}

.google-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.google-review-top img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.stars {
  color: var(--gold);
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0;
}

.google-review-card p {
  max-height: 150px;
  margin: 0;
  overflow: auto;
  color: #626b7a;
  font-size: 19px;
  line-height: 1.48;
  font-weight: 650;
}

.review-category {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--blue);
  background: rgba(24, 199, 232, 0.1);
  border: 1px solid rgba(24, 199, 232, 0.16);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
}

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

.avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 50%;
  font-size: 20px;
  font-weight: 950;
}

.review-photo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: cover;
  border: 2px solid rgba(24, 199, 232, 0.28);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(2, 18, 43, 0.14);
}

.construction-page .google-review-card {
  min-height: 365px;
}

.construction-page .google-review-card p {
  max-height: none;
  overflow: visible;
}

.review-author strong {
  display: block;
  color: #2a3038;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 850;
}

.review-author small {
  display: block;
  margin-top: 3px;
  color: #586272;
  font-size: 14px;
  font-weight: 850;
}

.review-location {
  color: var(--blue) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.reviews-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.faq-section {
  padding: 106px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 0, rgba(24, 199, 232, 0.16), transparent 30%),
    linear-gradient(135deg, #151b24, #071427);
}

.faq-section .section-head h2,
.faq-section .section-head p {
  color: var(--white);
}

.faq-section .reviews-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.faq-list {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.faq-item {
  color: var(--ink);
  border-bottom: 1px solid rgba(8, 119, 199, 0.12);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 28px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(24, 199, 232, 0.28);
}

.faq-question {
  color: #263d58;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.faq-plus {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(8, 119, 199, 0.18);
  border-radius: 50%;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--blue);
  border-radius: 999px;
  transform: translate(50%, -50%);
}

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

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

.faq-answer {
  padding: 0 92px 28px 28px;
  color: #69788c;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 650;
}

.contact-section {
  padding: 90px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.96), rgba(6, 42, 92, 0.92)),
    url("assets/pool-hero.jpeg") center 58% / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.contact-grid h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.social-section {
  padding: 80px 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(24, 199, 232, 0.16), transparent 32%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.social-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.social-copy h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  font-weight: 950;
}

.social-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #40536b;
  font-size: 21px;
  line-height: 1.65;
  font-weight: 750;
}

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

.social-link {
  min-height: 186px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 22px 16px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(2, 18, 43, 0.1);
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(24, 199, 232, 0.52);
  box-shadow: 0 30px 70px rgba(8, 119, 199, 0.18);
}

.social-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(2, 18, 43, 0.16);
  overflow: hidden;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.social-icon-instagram {
  color: #fff;
  background:
    radial-gradient(circle at 28% 108%, #ffe66d 0 17%, #ff7a2f 34%, #ee2a7b 55%, #7b3ff2 78%, #0f75ff 100%);
}

.social-icon-instagram rect,
.social-icon-instagram circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-instagram circle:last-child {
  fill: currentColor;
  stroke: none;
}

.social-icon-facebook {
  color: #fff;
  background: linear-gradient(145deg, #1877f2, #0b5fc9);
  border-radius: 50%;
}

.social-icon-facebook path {
  fill: currentColor;
}

.social-icon-tiktok {
  color: #fff;
  background: linear-gradient(145deg, #05070d, #111827);
}

.social-icon-tiktok .tiktok-cyan {
  fill: #25f4ee;
  transform: translate(-0.7px, 0.7px);
}

.social-icon-tiktok .tiktok-red {
  fill: #fe2c55;
  transform: translate(0.8px, -0.3px);
}

.social-icon-tiktok .tiktok-main {
  fill: #fff;
}

.social-link strong {
  display: block;
  color: #061832;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.social-link small {
  display: block;
  margin-top: 8px;
  color: #61738a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.site-footer {
  color: var(--white);
  background: #020d1e;
}

.footer-inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand .brand-text small {
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.footer-links {
  display: grid;
  gap: 8px;
  text-align: left;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.agency-credit {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  color: #ffffff;
  background: #2a2a2a;
  border-top: 1px solid rgba(24, 199, 232, 0.34);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.agency-credit a {
  display: inline-flex;
  align-items: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.agency-credit a:hover,
.agency-credit a:focus-visible {
  opacity: 0.86;
  transform: translateY(-1px);
}

.agency-credit img {
  width: 138px;
  height: auto;
  display: block;
}

.agency-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #239bd7;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  filter: drop-shadow(0 0 10px rgba(35, 155, 215, 0.24));
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, #16a85e, var(--mint));
  border-radius: var(--radius);
  box-shadow: 0 20px 42px rgba(24, 189, 116, 0.28);
  font-size: 16px;
  font-weight: 950;
}

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

.accessibility-trigger {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 72;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0;
  font-weight: 950;
  letter-spacing: 0;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible {
  transform: translateY(-2px) scale(1.04);
}

.accessibility-trigger-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #0d63d8;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow:
    inset 0 -7px 12px rgba(2, 18, 43, 0.16),
    0 12px 26px rgba(13, 99, 216, 0.38);
}

.accessibility-trigger svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accessibility-trigger svg circle {
  fill: currentColor;
  stroke: none;
}

.accessibility-trigger > span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.accessibility-panel {
  position: fixed;
  top: 96px;
  bottom: 24px;
  left: 0;
  z-index: 84;
  width: min(440px, calc(100% - 24px));
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(233, 251, 255, 0.92), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(8, 119, 199, 0.18);
  border-inline-start: 0;
  border-radius: 0 24px 24px 0;
  box-shadow: 28px 28px 90px rgba(2, 18, 43, 0.22);
  direction: rtl;
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 18px;
  color: var(--white);
  background:
    radial-gradient(circle at 0 0, rgba(24, 199, 232, 0.36), transparent 32%),
    linear-gradient(135deg, var(--midnight), #0b3671);
}

.accessibility-panel-header .eyebrow {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
}

.accessibility-panel-header h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 950;
}

.accessibility-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.accessibility-panel-body {
  overflow: auto;
  padding: 18px;
  overscroll-behavior: contain;
}

.accessibility-intro {
  margin: 0 0 14px;
  color: #324963;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 750;
}

.accessibility-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.accessibility-action {
  min-height: 88px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 12px 10px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(2, 18, 43, 0.07);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.accessibility-action:hover,
.accessibility-action:focus-visible {
  border-color: rgba(24, 199, 232, 0.8);
  box-shadow: 0 16px 34px rgba(8, 119, 199, 0.13);
}

.accessibility-action.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #18aee8);
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(8, 119, 199, 0.25);
}

.accessibility-action-icon {
  min-width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: var(--blue);
  background: rgba(24, 199, 232, 0.12);
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 950;
}

.accessibility-action.is-active .accessibility-action-icon {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.accessibility-panel-footer {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(8, 119, 199, 0.12);
}

.accessibility-reset {
  min-height: 48px;
  color: var(--white);
  background: linear-gradient(135deg, #0a2244, var(--blue));
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 950;
}

.accessibility-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.accessibility-secondary-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--blue);
  background: rgba(8, 119, 199, 0.08);
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.accessibility-shortcuts {
  margin: 0;
  color: #3e5873;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
  text-align: center;
}

.accessibility-live {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

html.a11y-keyboard :focus-visible {
  outline: 4px solid #18c7e8 !important;
  outline-offset: 4px !important;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

html.a11y-readable-font body,
html.a11y-readable-font body * {
  font-family: Arial, Tahoma, sans-serif !important;
}

html.a11y-monochrome body {
  filter: grayscale(1);
}

html.a11y-sepia body {
  filter: sepia(0.82) saturate(0.85);
}

html.a11y-high-contrast body {
  filter: contrast(1.28) saturate(1.18);
}

html.a11y-invert body {
  filter: invert(1) hue-rotate(180deg);
}

html.a11y-black-yellow body,
html.a11y-black-yellow main,
html.a11y-black-yellow section,
html.a11y-black-yellow article,
html.a11y-black-yellow .site-header,
html.a11y-black-yellow .privacy-header,
html.a11y-black-yellow .lead-card,
html.a11y-black-yellow .service-card,
html.a11y-black-yellow .package-card,
html.a11y-black-yellow .review-card {
  color: #fff36a !important;
  background: #050505 !important;
}

html.a11y-black-yellow :where(h1, h2, h3, h4, h5, h6, p, a, span, li, strong, small, label, td, th) {
  color: #fff36a !important;
}

html.a11y-black-yellow :where(.btn, button:not(.accessibility-trigger):not(.accessibility-close)) {
  color: #050505 !important;
  background: #fff36a !important;
  border-color: #fff36a !important;
}

html.a11y-highlight-headings :where(h1, h2, h3, h4, h5, h6) {
  outline: 3px solid #18c7e8 !important;
  outline-offset: 6px !important;
  border-radius: 8px;
}

html.a11y-highlight-links a {
  color: #004fa8 !important;
  background: rgba(255, 221, 77, 0.32) !important;
  outline: 3px solid #ffcf2f !important;
  outline-offset: 3px !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

html[data-a11y-font-level="1"] body :where(p, span, a, button, label, input, textarea, select, li, td, th, small, strong, h1, h2, h3, h4, h5, h6) {
  font-size: calc(1em + 2px) !important;
}

html[data-a11y-font-level="2"] body :where(p, span, a, button, label, input, textarea, select, li, td, th, small, strong, h1, h2, h3, h4, h5, h6) {
  font-size: calc(1em + 4px) !important;
}

html[data-a11y-font-level="3"] body :where(p, span, a, button, label, input, textarea, select, li, td, th, small, strong, h1, h2, h3, h4, h5, h6) {
  font-size: calc(1em + 6px) !important;
}

html[data-a11y-font-level="-1"] body :where(p, span, a, button, label, input, textarea, select, li, td, th, small, strong, h1, h2, h3, h4, h5, h6) {
  font-size: calc(1em - 1px) !important;
}

html[data-a11y-font-level="-2"] body :where(p, span, a, button, label, input, textarea, select, li, td, th, small, strong, h1, h2, h3, h4, h5, h6) {
  font-size: calc(1em - 2px) !important;
}

html.a11y-large-cursor,
html.a11y-large-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M7 4l25 22-12 2-6 10z' fill='%23ffffff' stroke='%23041328' stroke-width='3'/%3E%3C/svg%3E") 5 5, auto !important;
}

html.a11y-black-cursor,
html.a11y-black-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M7 4l25 22-12 2-6 10z' fill='%23000000' stroke='%23ffffff' stroke-width='3'/%3E%3C/svg%3E") 5 5, auto !important;
}

html.a11y-reading-mode body {
  line-height: 1.85;
}

html.a11y-reading-mode :where(.guide-article, .privacy-content, .thank-you-card, .lead-card) {
  max-width: 980px;
  margin-inline: auto;
}

.a11y-alt-label {
  display: block;
  margin: 8px 0 0;
  padding: 8px 10px;
  color: var(--midnight);
  background: #fff7d6;
  border: 1px solid rgba(215, 180, 106, 0.45);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.cookie-popup {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 60;
  width: min(520px, calc(100% - 44px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
  color: var(--white);
  background: rgba(4, 19, 40, 0.96);
  border: 1px solid rgba(24, 199, 232, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(2, 18, 43, 0.34);
  backdrop-filter: blur(18px);
}

.cookie-popup[hidden] {
  display: none;
}

.cookie-copy h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.cookie-title-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.cookie-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.cookie-actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.cookie-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--cyan);
  border: 1px solid rgba(24, 199, 232, 0.24);
  border-radius: var(--radius);
  font-weight: 900;
}

.cookie-accept {
  min-height: 44px;
  padding: 0 18px;
  color: var(--midnight);
  background: linear-gradient(135deg, #ffffff, #9eefff);
  box-shadow: none;
}

.privacy-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(24, 199, 232, 0.16), transparent 30%),
    var(--surface);
}

.privacy-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.privacy-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.privacy-back {
  min-height: 48px;
}

.guide-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide-header-phone {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(8, 119, 199, 0.24);
  font-size: 19px;
  font-weight: 950;
}

.guide-header-phone svg,
.guide-form-contact-card svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-main {
  padding: 80px 0 96px;
}

.privacy-hero {
  max-width: 980px;
  margin-bottom: 36px;
}

.privacy-hero h1 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
  font-weight: 900;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 850px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 22px;
}

.privacy-content {
  display: grid;
  gap: 16px;
}

.privacy-content article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(2, 18, 43, 0.06);
}

.privacy-content h2 {
  margin: 0 0 12px;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.privacy-content p {
  margin: 0;
  color: #324963;
  font-size: 18px;
  line-height: 1.75;
}

.privacy-content p + p {
  margin-top: 12px;
}

.privacy-content a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.accessibility-content article {
  display: grid;
  gap: 12px;
}

.accessibility-feature-list,
.accessibility-contact-list {
  margin: 0;
  padding: 0 22px 0 0;
  color: #324963;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 650;
}

.accessibility-feature-list li::marker,
.accessibility-contact-list li::marker {
  color: var(--blue);
}

.accessibility-contact-list {
  font-weight: 800;
}

.guide-page {
  background:
    radial-gradient(circle at 12% 4%, rgba(24, 199, 232, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbfd, #ffffff);
}

.guide-main {
  padding-bottom: 96px;
}

.guide-hero {
  padding: 76px 0 54px;
}

.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.guide-hero h1 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.02;
  font-weight: 900;
}

.guide-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: #3a536f;
  font-size: 23px;
  line-height: 1.6;
}

.guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.guide-hero-image {
  min-height: 500px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(2, 18, 43, 0.16);
}

.guide-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.guide-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.guide-kpi-row span {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(2, 18, 43, 0.06);
}

.guide-kpi-row strong {
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.guide-kpi-row small {
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
}

.guide-content-wrap {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.guide-toc {
  position: sticky;
  top: 112px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(2, 18, 43, 0.08);
}

.guide-toc strong {
  display: block;
  margin-bottom: 14px;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.guide-toc a {
  min-height: 38px;
  display: flex;
  align-items: center;
  color: #405873;
  border-bottom: 1px solid rgba(8, 119, 199, 0.12);
  font-size: 16px;
  font-weight: 850;
}

.guide-toc a:last-child {
  border-bottom: 0;
}

.guide-toc a:hover,
.guide-toc a:focus-visible {
  color: var(--blue);
}

.guide-article {
  display: grid;
  gap: 18px;
}

.guide-article-section {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(2, 18, 43, 0.06);
}

.guide-article-section h2,
.guide-article-section h3 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--font-heading);
  line-height: 1.16;
  font-weight: 900;
}

.guide-article-section h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.guide-article-section h3 {
  margin-top: 24px;
  font-size: 26px;
}

.guide-article-section p {
  margin: 18px 0 0;
  color: #334a63;
  font-size: 20px;
  line-height: 1.8;
}

.guide-article-section ul,
.guide-article-section ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0 24px 0 0;
  color: #334a63;
  font-size: 19px;
  line-height: 1.7;
}

.guide-article-section li::marker {
  color: var(--blue);
  font-weight: 900;
}

.guide-highlight {
  margin-top: 22px;
  padding: 22px;
  color: var(--midnight);
  background:
    radial-gradient(circle at 10% 0, rgba(24, 199, 232, 0.18), transparent 34%),
    #eefaff;
  border: 1px solid rgba(8, 119, 199, 0.16);
  border-radius: var(--radius);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 850;
}

.guide-two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.guide-mini-card {
  padding: 22px;
  background: #f6fbfe;
  border: 1px solid rgba(8, 119, 199, 0.14);
  border-radius: var(--radius);
}

.guide-mini-card h3 {
  margin-top: 0;
}

.guide-cta-panel {
  padding: 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 12%, rgba(24, 199, 232, 0.3), transparent 34%),
    linear-gradient(135deg, var(--midnight), var(--navy));
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(2, 18, 43, 0.16);
}

.guide-cta-panel h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 900;
}

.guide-cta-panel p {
  max-width: 880px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
  line-height: 1.65;
}

.guide-cta-panel .btn {
  margin-top: 26px;
}

.guide-form-section {
  padding-top: 72px;
}

.guide-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 42px;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.96), rgba(6, 42, 92, 0.9)),
    url("assets/pool-hero.jpeg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 30px 86px rgba(2, 18, 43, 0.18);
}

.guide-form-copy {
  color: var(--white);
}

.guide-form-copy .eyebrow {
  color: #bff5ff;
}

.guide-form-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.guide-form-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
  line-height: 1.65;
}

.guide-form-contact-card {
  max-width: 560px;
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.guide-form-contact-card span {
  color: #bff5ff;
  font-size: 18px;
  font-weight: 900;
}

.guide-form-contact-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  font-weight: 950;
}

.guide-form-contact-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.9), rgba(6, 42, 92, 0.78)),
    url("assets/pool-hero.jpeg") center / cover no-repeat fixed;
}

.thank-you-page.thank-you-construction {
  background:
    linear-gradient(135deg, rgba(4, 19, 40, 0.88), rgba(9, 48, 104, 0.72)),
    url("assets/construction-hero.png") center / cover no-repeat fixed;
}

.thank-you-main {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 42px 0;
}

.thank-you-hero {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.thank-you-brand {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 20px 58px rgba(2, 18, 43, 0.22);
  backdrop-filter: blur(18px);
}

.thank-you-card {
  position: relative;
  width: min(940px, 100%);
  overflow: hidden;
  padding: 48px;
  color: var(--midnight);
  text-align: center;
  background:
    radial-gradient(circle at 15% 0, rgba(24, 199, 232, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  box-shadow: 0 36px 110px rgba(2, 18, 43, 0.36);
  backdrop-filter: blur(18px);
}

.thank-you-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-top: 8px solid var(--cyan);
}

.thank-you-confirmation {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--white);
  background: linear-gradient(135deg, #128c4e, var(--mint));
  border: 9px solid rgba(24, 189, 116, 0.16);
  border-radius: 50%;
  box-shadow: 0 24px 58px rgba(24, 189, 116, 0.3);
}

.thank-you-confirmation span {
  font-size: 46px;
  line-height: 1;
  font-weight: 950;
}

.thank-you-card h1 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 950;
}

.thank-you-card > p:not(.eyebrow):not(.thank-you-note) {
  max-width: 760px;
  margin: 22px auto 0;
  color: #405873;
  font-size: 22px;
  line-height: 1.65;
  font-weight: 750;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.thank-you-actions .btn {
  min-height: 66px;
  padding-inline: 28px;
  font-size: 19px;
}

.thank-you-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.thank-you-next article {
  min-height: 160px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 22px;
  background: #f6fbfe;
  border: 1px solid rgba(8, 119, 199, 0.14);
  border-radius: var(--radius);
}

.thank-you-next svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-you-next strong {
  color: var(--midnight);
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
}

.thank-you-next span {
  color: #536981;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 760;
}

.thank-you-note {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 18px 20px;
  color: #17365e;
  background: rgba(24, 199, 232, 0.1);
  border: 1px solid rgba(24, 199, 232, 0.18);
  border-radius: var(--radius);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 850;
}

.thank-you-back {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 1600px) {
  .header-inner {
    gap: 16px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .brand-text strong {
    font-size: 27px;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav a {
    padding-inline: 8px;
    font-size: 15px;
  }

  .open-status {
    gap: 8px;
    padding-inline: 12px;
  }

  .header-cta {
    width: 198px;
    padding-inline: 16px;
    font-size: 19px;
  }
}

@media (max-width: 1520px) {
  .container {
    width: min(1160px, calc(100% - 36px));
  }

  .header-inner {
    gap: 16px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .brand-text strong {
    font-size: 27px;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav a {
    padding-inline: 9px;
    font-size: 15px;
  }

  .open-status {
    gap: 8px;
    padding-inline: 12px;
  }

  .header-cta {
    width: 198px;
    padding-inline: 16px;
    font-size: 19px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(50px, 5.8vw, 84px);
  }
}

@media (max-width: 1320px) {
  .container {
    width: min(1120px, calc(100% - 32px));
  }

  .header-inner {
    gap: 12px;
  }

  .brand-text strong {
    font-size: 25px;
  }

  .brand-text small {
    font-size: 12px;
  }

  .main-nav a {
    min-height: 38px;
    padding-inline: 7px;
    font-size: 14px;
  }

  .open-status strong {
    font-size: 13px;
  }

  .open-status time {
    font-size: 14px;
  }

  .header-cta {
    width: 178px;
    min-height: 52px;
    gap: 10px;
    font-size: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(310px, 410px);
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(48px, 5.1vw, 70px);
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 22px;
  }
}

@media (max-width: 1240px) {
  .header-inner {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 16px;
    padding-block: 10px;
  }

  .brand {
    order: 1;
  }

  .open-status {
    order: 2;
  }

  .header-cta {
    order: 3;
  }

  .main-nav {
    order: 4;
    flex: 0 0 100%;
    justify-content: center;
  }

  .main-nav a {
    min-height: 36px;
    padding-inline: 10px;
    font-size: 15px;
  }
}

@media (max-width: 1120px) {
  .header-inner {
    gap: 18px;
  }

  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding-inline: 10px;
  }

  .open-status {
    padding-inline: 12px;
  }

  .open-status strong {
    font-size: 14px;
  }

  .open-status time {
    font-size: 15px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding-block: 72px 112px;
  }

  .hero {
    min-height: auto;
  }

  .social-shell {
    grid-template-columns: 1fr;
  }

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

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

  .lead-card {
    width: min(560px, 100%);
    max-width: 560px;
    justify-self: start;
  }

  .showcase-image img {
    height: 440px;
  }

  .gallery-grid {
    grid-template-rows: repeat(2, 240px);
  }

  .before-after-feature {
    grid-template-columns: 1fr;
  }

  .before-after-card {
    grid-column: span 12;
  }

  .before-after-feature img {
    min-height: 360px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatment-card {
    grid-column: auto;
  }

  .pool-types-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pool-type-intro-card {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .pool-type-card,
  .pool-type-lap,
  .pool-type-freeform {
    grid-column: auto;
  }

  .pool-comparison-table-wrap {
    overflow-x: auto;
  }

  .pool-comparison-table {
    min-width: 1120px;
  }

  .pool-compare-card summary {
    grid-template-columns: 64px minmax(220px, 1fr) minmax(180px, 0.7fr) 180px 50px;
  }

  .pool-compare-details {
    grid-template-columns: 1fr;
  }

  .care-process-grid {
    gap: 24px;
  }

  .care-process-item h3 {
    font-size: 25px;
  }

  .care-process-item p {
    font-size: 17px;
  }

  .packages-table-wrap {
    overflow-x: auto;
  }

  .packages-table {
    min-width: 980px;
  }

  .google-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .construction-page .google-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .experience-collage {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  html,
  body {
    direction: ltr;
  }

  body > * {
    direction: rtl;
  }

  html,
  body,
  main,
  .promo-bar,
  .site-header,
  .hero,
  .section,
  .experience-section,
  .guide-teaser-section,
  .care-process-section,
  .pool-comparison-section,
  .packages-section,
  .showcase,
  .social-section,
  .before-after-section,
  .reviews,
  .faq-section,
  .contact-section,
  .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, 680px);
  }

  .site-header .container {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    position: static;
  }

  .social-section {
    padding: 58px 0;
  }

  .social-shell {
    gap: 24px;
  }

  .social-copy {
    text-align: center;
  }

  .social-copy p:not(.eyebrow) {
    margin-inline: auto;
    font-size: 18px;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .social-link {
    min-height: 128px;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: center;
    justify-items: stretch;
    text-align: right;
  }

  .social-icon {
    width: 62px;
    height: 62px;
    padding: 13px;
    border-radius: 20px;
  }

  .social-icon-facebook {
    border-radius: 50%;
  }

  .header-inner {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 14px;
  }

  .promo-bar-inner {
    min-height: auto;
    flex-direction: column;
    gap: 4px;
    padding-block: 10px;
    font-size: 17px;
  }

  .promo-bar-inner span,
  .promo-bar-inner a {
    max-width: 100%;
    white-space: normal;
  }

  .promo-bar-inner a {
    font-size: 19px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .brand-text small {
    font-size: 12px;
  }

  .header-cta {
    order: 4;
    min-height: 44px;
    width: 100%;
    padding-inline: 18px;
    gap: 12px;
    border-radius: 999px;
    font-size: 18px;
    box-shadow: 0 18px 44px rgba(8, 119, 199, 0.34);
  }

  .header-cta-phone {
    display: none;
  }

  .header-cta-mobile {
    display: inline;
  }

  .open-status {
    order: 3;
    width: 100%;
    min-height: 42px;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 62px 112px;
  }

  .hero-copy {
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
    text-align: center;
  }

  .mobile-only-break {
    display: block;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 20% 18%, rgba(24, 199, 232, 0.22), transparent 30%),
      linear-gradient(180deg, rgba(4, 19, 40, 0.88), rgba(4, 19, 40, 0.66));
  }

  .hero h1 {
    font-size: 47px;
  }

  .construction-page .hero h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .construction-page .hero .eyebrow {
    font-size: 26px;
  }

  .construction-page .hero-copy > p:not(.eyebrow) {
    max-width: 330px;
    font-size: 18px;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-inline: auto;
    font-size: 20px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .hero .btn-ghost {
    color: var(--white);
    background: linear-gradient(135deg, #128c4e, var(--mint));
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(24, 189, 116, 0.32);
  }

  .btn {
    width: 100%;
    min-height: 56px;
  }

  .trust-row span {
    width: 100%;
  }

  .lead-card {
    padding: 22px;
  }

  .lead-card-head h2 {
    font-size: 27px;
  }

  .signal-strip {
    margin-top: -44px;
  }

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

  .signal-grid > * {
    min-height: 76px;
    justify-content: flex-start;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-grid > *:last-child {
    border-bottom: 0;
  }

  .section,
  .experience-section,
  .showcase,
  .before-after-section,
  .reviews,
  .faq-section {
    padding-block: 74px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .service-grid,
  .treatment-grid,
  .pool-types-layout,
  .care-process-grid,
  .google-review-grid {
    grid-template-columns: 1fr;
  }

  .construction-page .google-review-grid {
    grid-template-columns: 1fr;
  }

  .treatments-head {
    margin-bottom: 30px;
  }

  .treatments-head h2 {
    font-size: 48px;
  }

  .treatments-head p {
    font-size: 23px;
  }

  .construction-page .pool-types-section,
  .pool-comparison-section {
    padding-block: 74px;
  }

  .pool-types-head > p {
    font-size: 18px;
  }

  .pool-types-head h2 {
    font-size: 45px;
  }

  .pool-types-head span {
    font-size: 18px;
  }

  .pool-type-intro-card,
  .pool-type-card {
    border-radius: 20px;
  }

  .pool-type-intro-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .pool-type-intro-card h3 {
    font-size: 34px;
  }

  .pool-type-intro-card p {
    font-size: 17px;
  }

  .pool-type-card {
    min-height: auto;
  }

  .pool-type-card img {
    height: 220px;
  }

  .pool-type-card-body {
    padding: 22px;
  }

  .pool-type-card h3 {
    font-size: 27px;
  }

  .pool-type-footer {
    flex-wrap: wrap;
  }

  .pool-type-footer span,
  .pool-type-footer strong {
    white-space: normal;
  }

  .treatment-card {
    border-radius: 18px;
  }

  .treatment-card img {
    height: 230px;
  }

  .treatment-card div {
    min-height: auto;
    padding: 22px;
  }

  .treatment-card h3 {
    font-size: 25px;
  }

  .care-process-section {
    padding-block: 74px;
  }

  .care-process-head {
    margin-bottom: 34px;
  }

  .care-process-head h2 {
    font-size: 44px;
  }

  .care-process-item {
    padding-bottom: 22px;
  }

  .care-process-item img {
    aspect-ratio: 1 / 0.62;
  }

  .care-process-line {
    height: 32px;
  }

  .care-process-number {
    font-size: 72px;
  }

  .care-process-item h3 {
    margin-top: 22px;
  }

  .before-after-shell {
    padding: 22px;
    border-radius: 20px;
  }

  .before-after-head {
    margin-bottom: 24px;
  }

  .before-after-head h2 {
    font-size: 42px;
  }

  .before-after-head span,
  .before-after-cta p {
    font-size: 18px;
  }

  .before-after-feature img,
  .before-after-card img {
    min-height: 250px;
  }

  .before-after-card-copy,
  .before-after-feature .before-after-card-copy {
    padding: 20px;
  }

  .before-after-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .packages-section {
    padding-block: 74px;
  }

  .packages-head {
    margin-bottom: 28px;
  }

  .packages-head h2 {
    font-size: 40px;
  }

  .packages-head span {
    font-size: 18px;
  }

  .packages-table-wrap {
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .packages-table,
  .packages-table tbody,
  .packages-table tr,
  .packages-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .packages-table {
    border-spacing: 0;
  }

  .packages-table thead {
    display: none;
  }

  .packages-table tbody tr {
    margin-bottom: 18px;
    background: var(--white);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(2, 18, 43, 0.09);
  }

  .packages-table tbody tr.package-complete {
    box-shadow:
      0 22px 58px rgba(215, 180, 106, 0.2),
      0 16px 44px rgba(2, 18, 43, 0.08);
  }

  .packages-table tbody tr:hover {
    transform: none;
  }

  .packages-table td {
    display: grid;
    grid-template-columns: minmax(92px, 0.35fr) 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 0;
    border-bottom: 1px solid rgba(8, 119, 199, 0.12);
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
  }

  .packages-table td::before {
    display: block;
    content: attr(data-label);
    color: var(--package-color);
    font-size: 14px;
    font-weight: 950;
  }

  .packages-table td:first-child {
    grid-template-columns: 1fr;
    border-top: 7px solid var(--package-color);
    border-inline-start: 0;
    border-radius: 18px 18px 0 0;
  }

  .package-complete td:first-child {
    border-top-color: #a97a21;
    border-inline-start: 0;
  }

  .packages-table td:first-child::before {
    display: none;
  }

  .packages-table td:last-child {
    border-bottom: 0;
    border-radius: 0 0 18px 18px;
  }

  .package-name {
    min-width: 0;
  }

  .packages-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .packages-cta p {
    font-size: 18px;
  }

  .pool-comparison-head {
    margin-bottom: 26px;
  }

  .pool-compare-accordion {
    gap: 14px;
  }

  .pool-compare-card {
    border-radius: 18px;
  }

  .pool-compare-card summary {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .pool-compare-card summary::after {
    position: absolute;
    top: 22px;
    left: 18px;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .pool-compare-number {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 21px;
  }

  .pool-compare-title {
    padding-left: 48px;
  }

  .pool-compare-title strong {
    font-size: 25px;
  }

  .pool-compare-title small {
    font-size: 14px;
  }

  .pool-compare-fit,
  .pool-compare-action {
    grid-column: 1 / -1;
  }

  .pool-compare-fit {
    font-size: 17px;
  }

  .pool-compare-action {
    min-height: 48px;
    justify-self: stretch;
    font-size: 15px;
  }

  .pool-compare-details {
    grid-template-columns: 1fr;
    padding: 0 16px 16px;
  }

  .pool-compare-price {
    min-height: auto;
    padding: 24px;
    border-radius: 18px;
  }

  .pool-compare-price strong {
    font-size: clamp(34px, 9vw, 44px);
  }

  .pool-compare-info {
    grid-template-columns: 1fr;
  }

  .pool-compare-info section {
    padding: 18px;
  }

  .pool-compare-info h3 {
    font-size: 21px;
  }

  .pool-comparison-table-wrap {
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .pool-comparison-table,
  .pool-comparison-table tbody,
  .pool-comparison-table tr,
  .pool-comparison-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .pool-comparison-table thead {
    display: none;
  }

  .pool-comparison-table tr {
    overflow: hidden;
    margin-bottom: 18px;
    background: var(--white);
    border: 1px solid rgba(8, 119, 199, 0.14);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(2, 18, 43, 0.09);
  }

  .pool-comparison-table td {
    display: grid;
    grid-template-columns: minmax(92px, 0.34fr) 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 0;
    border-bottom: 1px solid rgba(8, 119, 199, 0.12);
    background: var(--white);
    font-size: 16px;
  }

  .pool-comparison-table tbody tr:nth-child(even) td,
  .pool-comparison-table tbody tr:hover td {
    background: var(--white);
  }

  .pool-comparison-table td::before {
    display: block;
    content: attr(data-label);
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
  }

  .pool-comparison-table td:first-child {
    grid-template-columns: 1fr;
    border-top: 7px solid var(--blue);
  }

  .pool-comparison-table td:first-child::before {
    display: none;
  }

  .pool-comparison-table td:last-child {
    border-bottom: 0;
  }

  .pool-comparison-table td strong {
    font-size: 23px;
  }

  .pool-comparison-note {
    flex-direction: column;
    align-items: stretch;
  }

  .pool-comparison-note strong {
    white-space: normal;
  }

  .coupon-card {
    min-height: auto;
    padding: 24px;
  }

  .guide-teaser-grid,
  .guide-hero-grid,
  .guide-content-wrap,
  .guide-form-grid {
    grid-template-columns: 1fr;
  }

  .guide-preview-card,
  .guide-preview-card img,
  .guide-hero-image,
  .guide-hero-image img {
    min-height: 360px;
  }

  .guide-toc {
    position: static;
  }

  .guide-two-column {
    grid-template-columns: 1fr;
  }

  .guide-form-grid {
    padding: 28px;
  }

  .thank-you-card {
    padding: 32px 22px;
  }

  .thank-you-next {
    grid-template-columns: 1fr;
  }

  .thank-you-card > p:not(.eyebrow):not(.thank-you-note) {
    font-size: 19px;
  }

  .coupon-top strong {
    font-size: 64px;
  }

  .coupon-code-row {
    grid-template-columns: 1fr;
  }

  .copy-coupon {
    width: 100%;
  }

  .service-card {
    min-height: auto;
  }

  .experience-collage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .experience-img,
  .experience-img-top,
  .experience-img-side,
  .experience-img-bottom {
    position: static;
    width: 100%;
    height: 230px;
  }

  .experience-badge {
    top: 50%;
    right: 50%;
    width: 156px;
    height: 156px;
  }

  .experience-badge strong {
    font-size: 38px;
  }

  .experience-badge span {
    font-size: 19px;
  }

  .experience-copy > p:not(.eyebrow) {
    font-size: 19px;
  }

  .experience-checks span {
    font-size: 18px;
  }

  .faq-item summary {
    min-height: 74px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 16px;
  }

  .faq-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 68px 22px 16px;
    font-size: 17px;
  }

  .showcase-image img {
    height: 420px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-feature {
    grid-row: auto;
  }

  .gallery-item {
    min-height: 330px;
  }

  .footer-inner {
    min-height: 140px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  .agency-credit {
    min-height: 72px;
    padding: 16px 14px;
    font-size: 15px;
  }

  .agency-credit img {
    width: 118px;
  }

  .landing-page {
    padding-bottom: 86px;
  }

  .accessibility-trigger {
    left: 12px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    font-size: 0;
  }

  .landing-page .accessibility-trigger {
    bottom: 104px;
  }

  .accessibility-trigger-icon {
    width: 54px;
    height: 54px;
  }

  .accessibility-panel {
    top: 12px;
    bottom: 14px;
    width: min(420px, calc(100% - 12px));
    border-radius: 0 20px 20px 0;
  }

  .landing-page .accessibility-panel {
    bottom: 96px;
  }

  .accessibility-panel-header {
    padding: 18px;
  }

  .accessibility-panel-header h2 {
    font-size: 26px;
  }

  .accessibility-action-grid {
    grid-template-columns: 1fr;
  }

  .accessibility-action {
    min-height: 68px;
    grid-template-columns: 48px 1fr;
    align-content: center;
    justify-items: start;
    text-align: right;
  }

  .accessibility-secondary-actions {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-cta-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 58;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(8, 119, 199, 0.16);
    box-shadow: 0 -18px 42px rgba(2, 18, 43, 0.16);
    backdrop-filter: blur(18px);
  }

  .mobile-cta-bar a {
    min-width: 0;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 8px;
    color: var(--white);
    border-radius: var(--radius);
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.1;
    font-weight: 950;
    text-align: center;
    box-shadow: 0 12px 28px rgba(2, 18, 43, 0.14);
  }

  .mobile-cta-bar svg {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-cta-bar span {
    min-width: 0;
  }

  .mobile-cta-call {
    background: linear-gradient(135deg, var(--midnight), var(--blue));
  }

  .mobile-cta-whatsapp {
    background: linear-gradient(135deg, #128c4e, var(--mint));
  }

  .mobile-cta-quote {
    background: linear-gradient(135deg, #0877c7, var(--cyan));
  }

  .cookie-popup {
    right: 14px;
    bottom: 104px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .privacy-header-inner {
    min-height: 116px;
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }

  .guide-header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .guide-form-contact-card {
    max-width: 100%;
  }

  .privacy-main {
    padding: 54px 0 72px;
  }

  .privacy-hero p:not(.eyebrow) {
    font-size: 19px;
  }

  .privacy-content article {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .header-inner {
    gap: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-text strong {
    font-size: 21px;
  }

  .header-cta-phone {
    display: none;
  }

  .header-cta {
    width: 100%;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 16px;
  }

  .header-cta-mobile {
    display: inline;
  }

  .guide-header-actions,
  .guide-header-phone,
  .guide-page .privacy-back {
    width: 100%;
  }

  .guide-header-phone,
  .guide-page .privacy-back {
    justify-content: center;
  }

  .open-status {
    gap: 8px;
    padding-inline: 12px;
  }

  .accessibility-trigger {
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
  }

  .accessibility-trigger > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .accessibility-panel {
    width: calc(100% - 8px);
  }

  .accessibility-panel-body {
    padding: 14px;
  }

  .guide-teaser-points,
  .guide-kpi-row {
    grid-template-columns: 1fr;
  }

  .guide-teaser-section,
  .guide-hero {
    padding-block: 64px;
  }

  .guide-article-section,
  .guide-cta-panel,
  .guide-form-grid {
    padding: 22px;
  }

  .guide-article-section p,
  .guide-article-section ul,
  .guide-article-section ol,
  .guide-form-copy p:not(.eyebrow),
  .guide-cta-panel p {
    font-size: 18px;
  }

  .thank-you-main {
    padding: 24px 0;
  }

  .thank-you-brand {
    border-radius: 18px;
  }

  .thank-you-card h1 {
    font-size: 36px;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .btn {
    width: 100%;
  }

  .hero h1 {
    font-size: 40px;
  }

  .construction-page .hero h1 {
    font-size: 30px;
  }

  .section-head h2,
  .care-process-head h2,
  .packages-head h2,
  .showcase-copy h2,
  .contact-grid h2 {
    font-size: 32px;
  }

  .package-name {
    align-items: flex-start;
  }

  .package-name strong {
    font-size: 22px;
  }

  .gallery-item {
    min-height: 280px;
  }

}
