:root {
  --navy: #123A5A;
  --cyan: #63A9E6;
  --paper: #F4F8FB;
  --text: #163248;
  --muted: #4a6273;
  --green: #16A34A;
  --secondary: #2E6E9E;
  --deep: #0A2740;
  --soft: rgba(18, 58, 90, .08);
  --header: 64px;
  --dock: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
  padding-bottom: calc(var(--dock) + env(safe-area-inset-bottom));
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #fff;
  padding: 8px 12px;
  z-index: 40;
}
.skip:focus { left: 8px; }

a, button, summary { -webkit-tap-highlight-color: rgba(36, 100, 136, .18); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 10px 22px rgba(22, 163, 74, .22);
  touch-action: manipulation;
}
.btn:hover,
.btn:focus-visible { background: #15803d; }
.btn.ghost {
  background: rgba(10, 39, 64, .35);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .18);
  box-shadow: none;
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(18, 58, 90, .08);
  backdrop-filter: blur(8px);
}
.top-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  gap: 12px;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}
.brand img {
  height: 45px;
  width: auto;
  max-width: min(100%, 200px);
  object-fit: contain;
  object-position: left center;
}
.menu-btn {
  min-height: 44px;
  min-width: 64px;
  border: 1px solid rgba(18, 58, 90, .14);
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  color: var(--navy);
  touch-action: manipulation;
}
.nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header);
  background: #fff;
  flex-direction: column;
  padding: 8px 16px 16px;
  box-shadow: 0 12px 24px rgba(11,29,54,.08);
}
.nav.is-open { display: flex; }
.nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  border-bottom: 1px solid #eef2f6;
}

.hero {
  --primary: #123A5A;
  --secondary: #2E6E9E;
  --accent: #63A9E6;
  --backgroundLight: #F4F8FB;
  --textDark: #163248;
  --white: #FFFFFF;
  --whatsapp: #16A34A;
  --heroDeep: #0E3150;
  --heroDeeper: #0A2740;
  --softBorder: rgba(255, 255, 255, .18);
  --mutedText: rgba(255, 255, 255, .82);
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 40px 0 44px;
  background:
    radial-gradient(circle at top right, rgba(99, 169, 230, .18), transparent 28%),
    radial-gradient(ellipse 48% 56% at 8% 18%, rgba(46, 110, 158, .22), transparent 58%),
    linear-gradient(135deg, #123A5A 0%, #103552 40%, #0A2740 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 58%;
  height: 70%;
  background: radial-gradient(circle at 18% 12%, rgba(99, 169, 230, .14), transparent 62%);
  pointer-events: none;
}
.hero > .wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
}
.hero-grid { display: grid; gap: 28px; }
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero .selo {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  color: rgba(244, 248, 251, .78);
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .16em;
  line-height: 1.4;
  max-width: none;
  text-transform: uppercase;
}
.hero .selo:after {
  content: "";
  width: 52px;
  height: 1px;
  background: rgba(255, 255, 255, .32);
  flex: 0 0 52px;
}
.hero h1 {
  margin: 0 0 16px;
  line-height: 1.08;
  -webkit-font-smoothing: antialiased;
}
.hero-main {
  display: block;
  color: var(--white);
  font-size: clamp(32px, 8vw, 58px);
  font-weight: 800;
  letter-spacing: -.038em;
  line-height: 1.05;
  text-wrap: balance;
}
.hero-sub {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(17px, 4.2vw, 24px);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.3;
  text-wrap: balance;
}
.hero p.hero-lead {
  color: var(--mutedText);
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  max-width: 34em;
  letter-spacing: .01em;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}
.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  width: 100%;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.hero-benefits .ico {
  width: 22px;
  height: 22px;
  padding: 9px;
  box-sizing: content-box;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #2E6E9E;
  color: #fff;
}
.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 0;
  width: 100%;
}
.hero-actions .btn .ico,
.hero-actions .hero-secondary .ico {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.hero-actions .hero-wa {
  width: 100%;
  gap: 12px;
  min-height: 54px;
  border-radius: 14px;
  background: var(--whatsapp);
  box-shadow: 0 10px 22px rgba(22, 163, 74, .28);
}
.hero-actions .hero-wa:hover,
.hero-actions .hero-wa:focus-visible {
  background: #15803d;
}
.hero-actions .hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 54px;
  padding: 12px 22px;
  border-radius: 14px;
  background: rgba(10, 39, 64, .35);
  color: var(--white);
  border: 1.5px solid var(--softBorder);
  box-shadow: none;
  transition: background .18s ease, border-color .18s ease;
}
.hero-actions .hero-secondary .ico { color: currentColor; }
.hero-actions .hero-secondary:hover,
.hero-actions .hero-secondary:focus-visible {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .4);
}
.photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #123A5A;
  line-height: 0;
  box-shadow: 0 16px 36px rgba(8, 20, 36, .12);
}
.photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.hero-visual {
  position: relative;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
.hero-slider {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  overflow: hidden;
  outline: 1px solid rgba(255, 255, 255, .1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .12),
    0 18px 40px rgba(8, 20, 36, .38);
}
.hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.hero-slider img.is-active { opacity: 1; }
.hero-dots {
  position: absolute;
  right: 12px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 6px;
}
.hero-dots button {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.hero-dots button:after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
}
.hero-dots button.is-on:after { background: #fff; }
@media (prefers-reduced-motion: reduce) {
  .hero-slider img { transition: none; }
}
@media (max-width: 859px) {
  .hero { padding: 32px 0 36px; }
  .hero-grid { gap: 24px; }
  .hero-copy { text-align: left; }
  .hero .selo {
    max-width: 100%;
    gap: 10px;
    font-size: 10px;
    letter-spacing: .12em;
  }
  .hero .selo:after {
    width: auto;
    flex: 1 1 auto;
    max-width: 72px;
  }
  .hero h1 { text-align: left; }
  .hero-main {
    font-size: clamp(28px, 8.2vw, 36px);
    letter-spacing: -.03em;
  }
  .hero-sub {
    width: auto;
    max-width: 100%;
    margin: 10px 0 0;
    font-size: clamp(16px, 4.4vw, 18px);
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.35;
    color: var(--white);
  }
  .hero p.hero-lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
  }
  .hero-actions {
    order: 2;
    margin-top: 22px;
  }
  .hero-actions .hero-wa { display: none; }
  .hero-benefits {
    order: 3;
    margin-top: 22px;
    gap: 14px 10px;
  }
  .hero-benefits li { font-size: 12.5px; }
  .hero-visual {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .hero-slider {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(8, 24, 40, .32);
  }
  .footer { text-align: left; }
}

.mirrors {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(99, 169, 230, .16), transparent 28%),
    linear-gradient(135deg, #123A5A 0%, #103552 40%, #0A2740 100%);
  color: #fff;
  padding: 40px 0;
  scroll-margin-top: calc(var(--header) + 10px);
}
.mirrors:before,
.mirrors:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(8px);
}
.mirrors:before {
  width: 280px;
  height: 280px;
  right: -60px;
  top: -90px;
  background: radial-gradient(circle, rgba(99, 169, 230, .28), transparent 68%);
}
.mirrors:after {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(46, 110, 158, .22), transparent 70%);
}
.mirrors h2 { color: #fff; }
.kicker.light { color: rgba(244, 248, 251, .78); }
.lead.light { color: rgba(255, 255, 255, .82); }
.mirror-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.mirror-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease;
}
.mirror-card:hover,
.mirror-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(99, 169, 230, .45);
  outline: none;
}
.mirror-card .photo {
  background: #102033;
  border-radius: 0;
  box-shadow: none;
}
.mirror-card.glow .photo {
  box-shadow: inset 0 0 0 1px rgba(99, 169, 230, .16);
}
.mirror-copy {
  display: block;
  padding: 16px;
}
.mirror-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.mirror-copy span { color: rgba(255, 255, 255, .82); font-size: 14px; }

@keyframes glow {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
  .mirrors:before { animation: none; }
}

.trust-row {
  background: #F4F8FB;
}
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 0 20px;
}
.trust p {
  margin: 0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(18, 58, 90, .08);
  padding: 14px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #163248;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(18, 58, 90, .04);
}
.trust .ico {
  width: 20px;
  height: 20px;
  padding: 9px;
  box-sizing: content-box;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #2E6E9E;
  color: #fff;
}

.section { padding: 40px 0; scroll-margin-top: calc(var(--header) + 10px); }
.section.alt { background: var(--paper); }
.kicker {
  color: #2E6E9E;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}
h2 {
  font-size: clamp(22px, 6vw, 32px);
  color: var(--navy);
  margin: 0 0 10px;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
}
h3 { font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif; font-weight: 700; }
.lead { color: var(--muted); margin: 0 0 16px; }

.split { display: grid; gap: 22px; }
.split .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.checks { padding: 0; margin: 0; list-style: none; }
.checks li { padding: 8px 0 8px 26px; position: relative; color: var(--text); font-weight: 600; }
.checks li:before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #2E6E9E;
  position: absolute;
  left: 0; top: 13px;
}

.svc { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.svc-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--soft);
  box-shadow: 0 8px 20px rgba(18, 58, 90, .05);
}
.svc-item summary {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 40px 16px 16px;
  min-height: 88px;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.svc-item summary:after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 22px;
  color: #2E6E9E;
  font-weight: 800;
}
.svc-item[open] summary:after { content: "–"; }
.svc-item summary::-webkit-details-marker { display: none; }
.svc-item[open] { box-shadow: 0 12px 28px rgba(18, 58, 90, .1); border-color: rgba(46, 110, 158, .18); }
.svc-subs {
  padding: 0 16px 16px;
}
.svc-subs p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
}
.svc-subs ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.svc-subs a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #EAF3FA;
  color: #123A5A;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.svc-all {
  display: inline-flex !important;
  background: var(--navy) !important;
  color: #fff !important;
}
.ico-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2E6E9E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ico { width: 24px; height: 24px; display: block; }
.ico-wrap .ico { width: 28px; height: 28px; }
.svc-copy h3 {
  display: block;
  color: var(--navy);
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.svc-copy span { color: var(--muted); font-size: 14px; }
.svc-photo {
  width: calc(100% - 32px);
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 16px 4px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
  counter-reset: none;
}
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(18, 58, 90, .04);
}
.step-n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2E6E9E;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-ico {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--navy);
}
.step-ico .ico { width: 22px; height: 22px; color: #2E6E9E; }
.step-ico strong { font-size: 16px; }
.step p:last-child { margin: 0; color: var(--muted); font-size: 14px; }

.seo-list { display: grid; gap: 12px; margin-top: 16px; }
.seo-list article {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(18, 58, 90, .04);
}
.seo-list h3 { margin: 0 0 6px; color: var(--navy); font-size: 18px; }
.seo-list p { margin: 0; color: var(--muted); }

.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pills span {
  background: #123A5A;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
}

.faq details {
  background: #fff;
  border-radius: 14px;
  padding: 4px 16px;
  margin: 8px 0;
  border: 1px solid var(--soft);
  box-shadow: 0 8px 18px rgba(18, 58, 90, .04);
}
.faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
}

.cta-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 48px 0 52px;
  background:
    radial-gradient(circle at top right, rgba(99, 169, 230, .18), transparent 28%),
    radial-gradient(ellipse 48% 56% at 8% 18%, rgba(46, 110, 158, .22), transparent 58%),
    linear-gradient(135deg, #123A5A 0%, #103552 40%, #0A2740 100%);
}
.cta-section:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 58%;
  height: 70%;
  background: radial-gradient(circle at 18% 12%, rgba(99, 169, 230, .14), transparent 62%);
  pointer-events: none;
}
.cta-section:after { display: none; }
.cta-band {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-band .kicker {
  margin: 0 0 14px;
  color: rgba(244, 248, 251, .78);
}
.cta-band h2 {
  color: #fff;
  margin: 0 auto 16px;
  max-width: 18em;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
  text-align: center;
}
.cta-band .cta-lead {
  color: rgba(255, 255, 255, .82);
  margin: 0 auto 20px;
  max-width: 32em;
  line-height: 1.65;
  font-size: 16px;
  text-align: center;
}
.cta-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0 auto 28px;
  padding: 4px 0 0;
  max-width: 40em;
}
.cta-tags li { margin: 0; }
.cta-tags a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: background .18s ease, border-color .18s ease;
}
.cta-tags a:hover,
.cta-tags a:focus-visible {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .4);
  outline: none;
}
.cta-tags .ico {
  width: 18px;
  height: 18px;
  padding: 9px;
  box-sizing: content-box;
  flex: 0 0 18px;
  border-radius: 50%;
  background: #2E6E9E;
  color: #fff;
}
.cta-band .btn {
  width: min(100%, 380px);
  margin: 0 auto;
  gap: 12px;
}
.cta-foot {
  margin: 22px auto 0;
  max-width: 28em;
  color: rgba(244, 248, 251, .7);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.gallery-section { padding-bottom: 28px; }
.gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 18px;
  margin-bottom: 14px;
}
.gallery-head h2 { margin-bottom: 6px; }
.gallery-head .lead { margin: 0; max-width: 36em; }
.ig-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  border: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}
.ig-btn .ico { color: #fff; width: 20px; height: 20px; }
.gallery {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.gallery-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 6px;
  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card {
  flex: 0 0 72%;
  max-width: 280px;
  aspect-ratio: 16 / 10;
  max-height: 158px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #fff;
  scroll-snap-align: start;
  background: #123A5A;
  box-shadow: 0 12px 28px rgba(8, 20, 36, .16);
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.gallery-card:hover img,
.gallery-card:focus img { transform: scale(1.06); }
.gallery-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(transparent, rgba(7, 20, 36, .82));
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.gallery-nav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  box-shadow: 0 4px 14px rgba(11,29,54,.16);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.gallery-nav.prev { left: -8px; }
.gallery-nav.next { right: -8px; }

.nav-ig { color: var(--navy); }
.nav-wa {
  color: var(--green);
  gap: 10px;
}
.footer-ig { color: #fff; font-weight: 700; }
.footer-slogan {
  color: #63A9E6;
  font-weight: 600;
  letter-spacing: .02em;
}

.footer {
  background: #0A2740;
  color: rgba(244, 248, 251, .78);
  padding: 28px 0 20px;
  font-size: 14px;
}
.footer strong { color: #fff; }
.footer-in { display: grid; gap: 16px; }
.footer-main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-photo {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #123A5A;
  outline: 1px solid rgba(255, 255, 255, .12);
  line-height: 0;
}
.footer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-copy p { margin: 0 0 6px; }
.footer-copy p:last-child { margin: 0; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 0 2px; }
.footer-copyr { margin: 0; color: rgba(244, 248, 251, .5); font-size: 13px; }

.dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 30;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid rgba(18, 58, 90, .08);
}
.dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  background: #16A34A;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .22);
}
.hero-actions .hero-wa .ico-wa,
.cta-band .btn .ico-wa,
.dock a .ico-wa {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  padding: 0;
  background: none;
  color: #fff;
  overflow: visible;
}
.nav-wa .ico-wa {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  padding: 0;
  background: none;
  color: #fff;
  overflow: visible;
}

@media (min-width: 860px) {
  :root { --header: 90px; }
  body { padding-bottom: 0; }
  .brand { flex: 0 0 auto; }
  .brand img { height: 70px; max-width: 300px; }
  .footer { padding: 36px 0 28px; }
  .footer-photo { flex-basis: 88px; width: 88px; height: 88px; border-radius: 18px; }
  .menu-btn { display: none; }
  .nav {
    display: flex;
    position: static;
    flex-direction: row;
    gap: 18px;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .nav a {
    min-height: auto;
    border: 0;
    font-size: 15px;
  }
  .nav a.nav-ig,
  .nav a.nav-wa {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    color: #fff;
    gap: 8px;
  }
  .nav a.nav-ig { background: #123A5A; }
  .nav a.nav-wa { background: #16A34A; }
  .nav a.nav-wa .ico-wa {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    padding: 0;
    background: none;
    color: #fff;
  }
  .gallery-card {
    flex-basis: 210px;
    max-width: 210px;
    max-height: 132px;
  }
  .gallery-nav { display: flex; align-items: center; justify-content: center; }
  .gallery-section { padding-bottom: 40px; }
  .hero {
    padding: 80px 0 88px;
    background:
      radial-gradient(circle at top right, rgba(99, 169, 230, .18), transparent 28%),
      radial-gradient(ellipse 42% 52% at 6% 20%, rgba(46, 110, 158, .2), transparent 56%),
      linear-gradient(135deg, #123A5A 0%, #103552 40%, #0A2740 100%);
  }
  .mirrors { padding: 64px 0; }
  .mirror-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-grid {
    grid-template-columns: 1.22fr 1fr;
    align-items: center;
    gap: 56px;
  }
  .hero-main { letter-spacing: -.04em; }
  .hero-sub { font-size: 24px; }
  .hero p.hero-lead { font-size: 17px; line-height: 1.7; max-width: 34em; }
  .hero-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 12px;
    margin-top: 32px;
  }
  .hero-benefits li { font-size: 13px; }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    margin-top: 32px;
  }
  .hero-actions .btn { width: auto; }
  .hero-actions .hero-wa { width: auto; min-width: 292px; }
  .hero-actions .hero-wa .ico-wa,
  .cta-band .btn .ico-wa {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .hero-benefits .ico {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    padding: 9px;
  }
  .hero-actions .hero-secondary {
    width: auto;
    min-width: 168px;
  }
  .hero-visual {
    align-self: center;
    padding: 0;
  }
  .hero-slider {
    aspect-ratio: 16 / 10;
    max-height: 480px;
    border-radius: 22px;
  }
  .trust { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: .85fr 1.15fr; align-items: start; gap: 36px; }
  .steps { grid-template-columns: 1fr 1fr 1fr; }
  .svc { grid-template-columns: 1fr 1fr; }
  .svc-subs { padding-left: 86px; }
  .seo-list { grid-template-columns: 1fr 1fr; }
  .cta-section {
    background:
      radial-gradient(circle at top right, rgba(99, 169, 230, .18), transparent 28%),
      radial-gradient(ellipse 42% 52% at 6% 20%, rgba(46, 110, 158, .2), transparent 56%),
      linear-gradient(135deg, #123A5A 0%, #103552 40%, #0A2740 100%);
  }
  .cta-band h2 { max-width: 14em; }
  .cta-band .cta-lead { max-width: 34em; font-size: 17px; }
  .cta-band .btn { width: auto; min-width: 300px; }
  .section { padding: 64px 0; }
  .section.cta-section { padding: 72px 0 76px; }
  .dock { display: none; }
}
