:root {
  --blue-950: #042d5f;
  --blue-900: #073b77;
  --blue-800: #074b92;
  --blue-600: #0878be;
  --blue-500: #1294d8;
  --blue-100: #eaf6ff;
  --aqua: #22c7d5;
  --sand: #f6e6c8;
  --sun: #ffd447;
  --green: #09b850;
  --green-dark: #079842;
  --orange: #ff8d2a;
  --purple: #8364e8;
  --text: #0c2342;
  --muted: #596a80;
  --line: #e6edf5;
  --white: #ffffff;
  --offwhite: #fbfdff;
  --shadow: 0 20px 45px rgba(7, 59, 119, 0.12);
  --shadow-soft: 0 12px 32px rgba(7, 59, 119, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1260px;
  --lower-title-height: 38px;
  --lower-card-height: 150px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 48%, #f6fbff 100%);
  line-height: 1.5;
}

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

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

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

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 1rem;
  z-index: 100;
  background: var(--blue-900);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: var(--radius-md);
}

.skip-link:focus { top: 1rem; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230, 237, 245, 0.78);
}

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

.brand {
  width: 220px;
  flex: 0 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 32px);
  margin-left: auto;
  font-size: .92rem;
  color: var(--blue-950);
}

.nav a {
  position: relative;
  padding: 28px 0;
  font-weight: 600;
  transition: color 180ms ease;
}
.nav a:hover,
.nav a.active {
  color: var(--blue-600);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-500);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav a:hover::after,
.nav a.active::after { width: 100%; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  min-height: 50px;
  padding: 0 24px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn img { width: 26px; height: 26px; }
.btn.big img { width: 34px; height: 34px; }

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

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  box-shadow: none;
  min-height: 68px;
  font-size: 1.15rem;
  padding: 0 28px;
  gap: 16px;
}
.btn-whatsapp img {
  width: 52px;
  height: 52px;
}
.btn-whatsapp.big {
  min-height: 90px;
  font-size: 1.3rem;
  padding: 0 36px;
  gap: 20px;
}
.btn-whatsapp.big img {
  width: 68px;
  height: 68px;
}
.btn-whatsapp:hover {
  background: var(--green-dark);
}

.btn-light {
  background: #fff;
  color: var(--blue-900);
  box-shadow: var(--shadow-soft);
}

.hero-actions .btn-whatsapp { display: none; }
.cta-final .btn-whatsapp.big { display: none; }

.header-cta { display: none; }

.section { padding: 46px 0; }

.section-bleed {
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 22%, rgba(25, 183, 230, .11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-grid {
  min-height: 70vh;
  display: grid;
  grid-template-columns: minmax(0, 800px);
  align-items: center;
  gap: 34px;
  padding: 38px 0 30px;
  position: relative;
  z-index: 3;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-600);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero h1,
.section-title h2,
.support-copy h2,
.plans h2,
.lower-grid h2,
.faq h2,
.cta-final h2 {
  margin: 0;
  color: var(--blue-900);
  letter-spacing: -0.04em;
  line-height: .98;
}

.hero h1 { font-size: clamp(2.85rem, 5vw, 4.8rem); }

.wave {
  display: block;
  width: 54px;
  height: 16px;
  margin: 20px 0 18px;
  background: url("data:image/svg+xml,%3Csvg width='74' height='20' viewBox='0 0 74 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12C11.5 3.5 20 3.5 28.5 12C37 20.5 45.5 20.5 54 12C59.5 6.5 65 4.5 71 6' stroke='%231294D8' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wave.small { margin: 6px auto 0; width: 38px; height: 12px; }

.hero-text {
  max-width: 470px;
  margin: 0;
  color: #22364e;
  font-size: 1.07rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-actions .btn {
  min-height: 68px;
  font-size: 1.15rem;
  padding: 0 28px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 545px;
  margin-top: 46px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-900);
  font-size: .83rem;
  font-weight: 650;
}

.trust-item img { width: 34px; height: 34px; }

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.04) contrast(1.01);
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.96) 24%, rgba(255,255,255,0.82) 48%, rgba(255,255,255,0) 80%);
  pointer-events: none;
}

.section-title { margin-bottom: 30px; }
.centered { text-align: center; }
.section-title h2 { font-size: clamp(2rem, 3vw, 2.65rem); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 16px;
  row-gap: 40px;
}

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

.service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.37 / 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: #edf6fb;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms ease;
}

.service-card:hover img { transform: scale(1.045); }

.service-card h3 {
  margin: 14px 0 4px;
  color: var(--blue-900);
  font-size: 1rem;
}

.service-card p {
  margin: 0;
  color: #263f58;
  font-size: .88rem;
}

.about-band { padding-top: 22px; }

.support-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(90deg, #dff3ff 0%, #eff9ff 58%, #f8fcff 100%);
  box-shadow: var(--shadow-soft);
}

.support-image {
  min-height: 176px;
  overflow: hidden;
}
.support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% top;
  transform: scale(1.08);
  transform-origin: top center;
}

.support-copy {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
}
.support-copy h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.9rem);
  margin: 0;
  line-height: 1.2;
  color: var(--blue-900);
  letter-spacing: -0.01em;
}
.support-copy p { 
  margin: 0; 
  color: #284766; 
  font-size: 1.05rem; 
  line-height: 1.5; 
  padding: 14px 18px;
  border-left: 4px solid var(--blue-500);
  background: linear-gradient(90deg, rgba(232,247,255,0.8) 0%, rgba(232,247,255,0) 100%);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.check-list {
  margin: 10px;
  padding: 16px 20px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.74);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  list-style: none;
  display: grid;
  align-content: center;
  gap: 18px;
  align-self: stretch;
}

.check-list li {
  position: relative;
  padding-left: 36px;
  color: var(--blue-900);
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 3px solid var(--blue-500);
  border-radius: 999px;
  font-size: 12px;
  color: var(--blue-600);
  font-weight: 900;
}

.plans { padding-top: 34px; }

.plans-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.plan-card {
  min-height: 210px;
  padding: 15px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.plan-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.plan-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  margin-bottom: 14px;
  overflow: visible;
}

.plan-icon img { width: 30px; height: 30px; filter: brightness(0) invert(1); }
.plan-icon.bitmap {
  background: transparent;
}
.plan-icon.bitmap img {
  display: block;
  width: 58px;
  height: 58px;
  filter: none;
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: center;
}
.plan-icon.blue { background: var(--blue-600); }
.plan-icon.yellow { background: var(--sun); }
.plan-icon.teal { background: #29c7ba; }
.plan-icon.orange { background: var(--orange); }
.plan-icon.green { background: #56ba4c; }
.plan-icon.purple { background: var(--purple); }

.plan-card h3 {
  margin: 0 0 10px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-900);
  font-size: 1rem;
}
.plan-card p {
  margin: 0;
  min-height: 5.4em;
  color: #304861;
  font-size: .82rem;
}
.plan-card a {
  display: inline-flex;
  margin-top: auto;
  min-height: 34px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: var(--blue-600);
  background: #eff8ff;
  border: 1px solid #cce9ff;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.lower-content { padding-top: 10px; }

.lower-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.34fr) minmax(0, .98fr);
  gap: 22px;
  align-items: stretch;
}

.beach-services,
.testimonial,
.area {
  display: flex;
  flex-direction: column;
  min-height: calc(var(--lower-title-height) + var(--lower-card-height));
}

.lower-grid h2 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  min-height: var(--lower-title-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 10px 0;
  min-height: 20px;
  flex-grow: 1;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mini-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.mini-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mini-gallery picture:nth-child(1) img {
  transform: scale(1.05);
  object-position: center 44%;
}

.mini-gallery picture:nth-child(2) img {
  transform: scale(1.07);
  object-position: center 52%;
}

.mini-gallery picture:nth-child(3) img {
  transform: scale(1.06);
  object-position: center 56%;
}

.mini-gallery picture:nth-child(4) img {
  transform: scale(1.08);
  object-position: center 48%;
}

.testimonial {
  position: relative;
  justify-content: flex-start;
}

.testimonial-wrapper {
  position: relative;
  min-height: 20px;
  margin: 0 0 10px 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}

.testimonial-card {
  position: relative;
  z-index: 10;
  width: min(70%, 260px);
  margin: 10px auto 10px 10px;
  padding: 10px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.quote-mark {
  position: absolute;
  z-index: 99;
  left: 14px;
  top: -18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--blue-500);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 800;
}

.testimonial blockquote { margin: 0; color: #28506f; font-size: 1.0rem; line-height: 1.45; }
.stars { margin: auto 0 2px; color: #ffc72c; letter-spacing: 2px; font-size: 0.9rem; }
.customer { margin: 0; color: var(--blue-900); font-size: 0.85rem; font-weight: 700; }

.testimonial-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #e9f7ff;
}
.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: calc(100% + 100px) 42%;
  opacity: .92;
}
.testimonial-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(232,247,255,.98) 0%, rgba(232,247,255,.84) 42%, rgba(232,247,255,.14) 100%);
}

.area-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 12px;
  margin: 0 0 10px 0;
  min-height: 20px;
  padding: 10px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  flex-grow: 1;
}

.area-card p {
  margin: 0;
  color: #304861;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: left;
}

.area-card ul {
  margin: 0 0 0 10px;
  padding-left: 14px;
  color: #183d65;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: left;
}

.map-picture {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 110px;
}

.map-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-card > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.faq {
  background: linear-gradient(180deg, transparent 0%, #eef9ff 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.faq h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.faq p { color: #304861; }

.not-doing { background-color: #f7fbff; }

.not-doing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  margin-top: 30px;
}

.not-doing-card {
  padding: 32px 24px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #e1e8f0;
  border-top: 5px solid var(--blue-500);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.not-doing-card .icon {
  margin-bottom: 20px;
}
.not-doing-card .icon img {
  width: 95px;
  height: 95px;
  object-fit: contain;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.not-doing-card h3 {
  color: var(--blue-900);
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.not-doing-card p {
  color: #304861;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}


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

.faq-list details {
  border: 1px solid #dbeaf5;
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 16px 20px;
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  color: var(--blue-900);
  font-weight: 850;
  cursor: pointer;
}

.faq-list details p { margin: 12px 0 0; font-size: .94rem; }

.cta-final {
  padding: 42px 0 36px;
  background: var(--blue-900);
  color: #fff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-final h2 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.cta-final p { margin: 10px 0 22px; font-size: 1.05rem; opacity: .93; }
.footer-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  font-size: .95rem;
  font-weight: 600;
  opacity: .96;
}
.footer-benefits span { display: flex; align-items: center; gap: 8px; }
.footer-benefits span svg { opacity: 0.9; }

.btn.big { min-width: 255px; min-height: 58px; font-size: 1.02rem; }

.site-footer {
  background: var(--blue-900);
  color: rgba(255,255,255,.84);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 46px 0 30px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 48px;
}

.footer-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.address-col,
.hours-col {
  align-items: flex-end;
  text-align: right;
}

.brand-col {
  max-width: 260px;
}

.brand-col img {
  width: 220px;
  height: auto;
  display: block;
}

.footer-col h4 {
  margin: 0;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.address-col .footer-list,
.hours-col .footer-list {
  align-items: flex-end;
}

.footer-list li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  margin-top: 8px;
  text-align: center;
}

.footer-copyright p {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
}

@media (min-width: 561px) {
  .footer-copyright p {
    white-space: nowrap;
  }
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 10px 25px rgba(9, 184, 80, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}
.float-whatsapp:hover {
  transform: scale(1.08);
}
.float-whatsapp img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: block;
  transform: translate(calc(-50% - 2px), -50%);
}

.back-to-top {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 60;
  display: none;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--blue-900);
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(7, 59, 119, 0.22);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}
.back-to-top:hover {
  background: var(--blue-600);
  transform: scale(1.08);
}
.back-to-top svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}
@media (max-width: 820px) {
  .back-to-top.visible {
    display: grid;
  }
}

@media (max-width: 1080px) {
  .header-inner { gap: 18px; }
  .brand { width: 190px; }
  .nav { gap: 18px; font-size: .86rem; }
  .header-cta { padding-inline: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); min-height: unset; }
  .hero-bg { position: relative; height: 336px; margin-inline: calc((100vw - 100%) / -2); z-index: 1; }
  .hero-bg img { border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
  .hero-bg-overlay { position: absolute; inset: auto 0 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.95)); }
  .support-card { grid-template-columns: minmax(0, 1fr); }
  .support-image { min-height: 224px; }
  .support-image img { transform: none; object-position: center top; }
  .support-copy h2 { max-width: none; font-size: clamp(1.8rem, 4vw, 2.35rem); }
  .lower-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .area { grid-column: 1 / -1; }
  .area-card { grid-template-columns: minmax(0, 1fr) 180px; }
  .plans-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { position: relative; }
  .header-inner { min-height: auto; padding: 14px 0; flex-wrap: wrap; }
  .brand { width: 210px; }
  .nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 6px 18px; overflow-x: visible; padding-bottom: 4px; }
  .nav a { padding: 6px 0; white-space: nowrap; }
  .nav a::after { bottom: 0; }
  .hero-grid { padding-top: 0; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 3.85rem); }
  .trust-row { grid-template-columns: minmax(0, 1fr); margin-top: 28px; }
  .lower-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-card { width: calc(100% - 40px); margin-top: 56px; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .hero-bg { height: 252px; }
  .hero-copy { padding-top: 24px; }
  .btn { width: 100%; }
  .plans-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card picture { max-height: 245px; }
  .support-copy { padding: 28px 22px; }
  .check-list { margin: 0 14px 20px; }
  .area-card { grid-template-columns: minmax(0, 1fr); }
  .map-picture { max-height: 240px; }
  .footer-benefits { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .footer-inner { padding: 34px 0 24px; gap: 28px; }
  .footer-columns { flex-direction: column; align-items: center; text-align: center; gap: 32px; }
  .footer-col, .address-col, .hours-col { align-items: center; text-align: center; }
  .footer-list, .address-col .footer-list, .hours-col .footer-list { align-items: center; }
}
