:root {
  --navy: #06184a;
  --navy-2: #0b225f;
  --blue: #005bff;
  --blue-2: #146bff;
  --cyan: #00b8b0;
  --green: #25d366;
  --text: #0b1b4a;
  --muted: #5b6885;
  --soft: #eef6ff;
  --soft-2: #f6faff;
  --line: #dce8f6;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(6, 24, 74, .08);
  --shadow: 0 22px 60px rgba(6, 24, 74, .13);
  --shadow-blue: 0 22px 55px rgba(0, 91, 255, .22);
  --radius: 28px;
  --radius-lg: 36px;
  --container: 1220px;
}

/* Clean vertical pages */
.rubro-clean-page {
  --sector-accent: #8b6a14;
  --sector-accent-2: #1a7f74;
  --sector-soft: #f6f9ff;
}

.autos-page {
  --sector-accent: #9b6b12;
  --sector-accent-2: #176f7a;
}

.rubro-clean-page .sector-hero {
  padding-bottom: 54px;
}

.rubro-clean-page .hero-grid {
  align-items: center;
}

.rubro-clean-page .hero-copy {
  max-width: 660px;
}

.rubro-clean-page .lead {
  max-width: 590px;
}

.rubro-clean-page .rubro-hero-visual {
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 0;
}

.sector-hero-card {
  position: relative;
  width: min(100%, 540px);
  min-height: 500px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(0, 91, 255, .12);
  background:
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--sector-accent) 14%, transparent), transparent 35%),
    radial-gradient(circle at 12% 88%, color-mix(in srgb, var(--sector-accent-2) 14%, transparent), transparent 35%),
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
  box-shadow: 0 24px 70px rgba(6, 24, 74, .12);
  overflow: hidden;
}

.sector-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 91, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 91, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  opacity: .65;
  pointer-events: none;
}

.sector-icon-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border-radius: 42px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(0, 91, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 20px 54px rgba(6, 24, 74, .1);
}

.sector-main-icon {
  width: 76%;
  height: 76%;
  display: block;
  overflow: visible;
}

.sector-main-icon path,
.sector-main-icon circle {
  fill: none;
  stroke: var(--sector-accent);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sector-main-icon .stage-ring {
  stroke: color-mix(in srgb, var(--sector-accent-2) 38%, #d8e7f7);
  stroke-width: 3;
  stroke-dasharray: 8 14;
}

.sector-main-icon .car-line {
  stroke: #23406d;
  stroke-width: 5;
}

.sector-main-icon .car-wheel {
  stroke: #23406d;
  stroke-width: 6;
}

.sector-main-icon .stage-check {
  stroke: var(--sector-accent-2);
  stroke-width: 7;
}

.sector-token {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(0, 91, 255, .1);
  box-shadow: 0 12px 28px rgba(6, 24, 74, .11);
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.token-one { left: -12px; top: 42px; }
.token-two { right: -10px; top: 102px; }
.token-three { left: 18px; bottom: 42px; }

.sector-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sector-flow span {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 13px 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 91, 255, .1);
  color: #22345f;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
  box-shadow: var(--shadow-sm);
}

.rubro-clean-page .problem-section {
  background: #fff;
}

.rubro-clean-page .problem-grid {
  align-items: start;
}

.rubro-clean-page .problem-copy {
  display: grid;
  gap: 14px;
}

.rubro-clean-page .problem-copy p {
  font-size: 19px;
  color: #2f3f69;
}

.sector-ready-section {
  background:
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.sector-work-grid {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.sector-core-card,
.sector-action-card,
.sector-card,
.sector-rule-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 91, 255, .1);
  box-shadow: 0 14px 36px rgba(6, 24, 74, .065);
  overflow: hidden;
}

.sector-core-card {
  align-content: center;
  min-height: 300px;
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--sector-accent) 11%, transparent), transparent 36%),
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.sector-core-card h3,
.sector-action-card h3,
.sector-card h3,
.sector-rule-card h3 {
  color: var(--navy);
  font-size: 20px;
}

.sector-core-card p,
.sector-action-card p,
.sector-card p,
.sector-rule-card p {
  color: #30406b;
  font-size: 15px;
  line-height: 1.45;
}

.sector-big-icon,
.sector-icon,
.sector-contact-mark {
  display: grid;
  place-items: center;
  color: var(--sector-accent);
  background:
    radial-gradient(circle at 72% 24%, color-mix(in srgb, var(--sector-accent) 9%, transparent), transparent 38%),
    #eef6ff;
  border: 1px solid rgba(0, 91, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 28px rgba(6, 24, 74, .08);
}

.sector-big-icon {
  width: 118px;
  height: 118px;
  border-radius: 30px;
}

.sector-icon {
  width: 74px;
  height: 74px;
  border-radius: 22px;
}

.sector-big-icon svg,
.sector-icon svg,
.sector-contact-mark svg {
  width: 64%;
  height: 64%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.sector-action-card {
  min-height: 192px;
}

.sector-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sector-card {
  min-height: 218px;
}

.sector-rule-shell {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

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

.sector-rule-card {
  min-height: 186px;
}

.sector-contact-card {
  grid-template-columns: 116px 1.2fr .95fr 1fr;
}

.sector-contact-mark {
  width: 96px;
  height: 96px;
  border-radius: 28px;
}

.rubro-clean-page .faq-grid h2 {
  margin-bottom: 0;
}

.rubro-clean-page .faq-grid > div:first-child {
  display: grid;
  gap: 12px;
  align-content: start;
}

@media (max-width: 980px) {
  .rubro-clean-page .hero-copy,
  .rubro-clean-page .split-copy {
    display: grid;
  }

  .rubro-clean-page .rubro-hero-visual {
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
  }

  .sector-hero-card {
    min-height: auto;
  }

  .sector-work-grid,
  .sector-rule-shell {
    grid-template-columns: 1fr;
  }

  .sector-card-grid,
  .sector-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-contact-card {
    grid-template-columns: 96px 1fr;
  }

  .sector-contact-card .contact-info,
  .sector-contact-card .contact-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .rubro-clean-page .hero-copy,
  .rubro-clean-page .split-copy {
    display: grid;
    gap: 16px;
  }

  .rubro-clean-page .rubro-hero-visual {
    order: 2;
    padding-top: 4px;
  }

  .sector-hero-card {
    width: 100%;
    padding: 18px;
    border-radius: 26px;
    gap: 16px;
  }

  .sector-icon-stage {
    width: min(100%, 290px);
    border-radius: 30px;
  }

  .sector-token {
    min-height: 30px;
    padding: 7px 9px;
    border-radius: 11px;
    font-size: 11px;
  }

  .token-one { left: -4px; top: 28px; }
  .token-two { right: -4px; top: 84px; }
  .token-three { left: 10px; bottom: 30px; }

  .sector-flow {
    grid-template-columns: 1fr;
  }

  .sector-flow span {
    min-height: 48px;
  }

  .sector-action-grid,
  .sector-card-grid,
  .sector-rule-grid {
    grid-template-columns: 1fr;
  }

  .sector-core-card,
  .sector-action-card,
  .sector-card,
  .sector-rule-card {
    min-height: 0;
    padding: 20px;
  }

  .sector-core-card {
    text-align: left;
  }

  .sector-big-icon {
    width: 92px;
    height: 92px;
    border-radius: 25px;
  }

  .sector-icon {
    width: 68px;
    height: 68px;
  }

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

  .sector-contact-mark {
    width: 86px;
    height: 86px;
  }
}

/* Home hero pilot */
.home-page .hero-wow {
  position: relative;
  isolation: isolate;
  padding: 58px 0 50px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(246,250,255,.94) 42%, rgba(226,241,255,.92) 100%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 78%, #fff 100%);
}

.home-page .hero-wow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,91,255,.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(6,24,74,.05) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.home-page .hero-flow-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .74;
  pointer-events: none;
}

.home-page .hero-wow .hero-grid {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  min-height: 0;
  text-align: center;
}

.home-page .hero-wow .hero-copy {
  gap: 22px;
  max-width: 860px;
  margin-inline: auto;
}

.home-page .hero-wow h1 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(44px, 4.45vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.home-page .hero-wow .lead {
  max-width: 610px;
  margin-inline: auto;
  color: #1e2f5d;
  font-weight: 650;
}

.home-page .hero-wow .hero-actions {
  justify-content: center;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-inline: auto;
}

.hero-proof-grid span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(197, 218, 243, .88);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 32px rgba(6,24,74,.06);
  color: #263662;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.hero-proof-grid i {
  margin-inline: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(0,91,255,.09);
}

@media (max-width: 1180px) {
  .home-page .hero-wow .hero-grid {
    gap: 36px;
  }
}

@media (max-width: 980px) {
  .home-page .hero-wow {
    padding-top: 38px;
  }

  .home-page .hero-wow .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .hero-wow .hero-copy {
    max-width: 760px;
  }

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

}

@media (max-width: 620px) {
  .home-page .hero-wow {
    padding: 30px 0 34px;
  }

  .home-page .hero-wow h1 {
    font-size: clamp(38px, 10.6vw, 52px);
  }

  .home-page .hero-proof-grid {
    order: 6;
    grid-template-columns: 1fr;
  }

  .home-page .hero-actions {
    order: 4;
  }

  .home-page .hero-wow .trust-line {
    order: 7;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
  }

  .home-page .hero-proof-grid,
  .home-page .hero-wow .trust-line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-flow-canvas {
    opacity: .32;
  }

}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { color: #fff; background: var(--blue); }
.skip-link {
  position: absolute; left: 12px; top: -50px; z-index: 999;
  background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 12px;
  box-shadow: var(--shadow-sm); transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: 92px 0; position: relative; scroll-margin-top: 112px; }
.section-soft {
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 91, 255, .14), transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 62%, #fff 100%);
}
.section-kicker,
.eyebrow {
  display: inline-block;
  width: fit-content;
  color: var(--navy-2);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}
.eyebrow svg { display: none; }
.eyebrow.small { font-size: 14px; padding: 0; }
.section-kicker,
.eyebrow.small,
.hero-copy > .eyebrow,
.industry-card > span {
  display: none;
}
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.055em; color: var(--navy); }
h1 { font-size: clamp(44px, 5.1vw, 76px); font-weight: 900; }
h1 span, h2 span { color: var(--blue); }
h2 { font-size: clamp(34px, 3.4vw, 55px); font-weight: 900; }
h3 { font-size: 20px; font-weight: 850; letter-spacing: -.035em; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(18px, 1.55vw, 22px); color: #20305f; max-width: 600px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 850;
  letter-spacing: -.025em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover { box-shadow: 0 28px 70px rgba(0, 91, 255, .30); }
.btn-outline {
  color: var(--blue);
  border-color: rgba(0, 91, 255, .45);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-sm);
}
.btn-outline:hover { border-color: var(--blue); background: #fff; }
.home-page .hero-actions .btn-ai-ring {
  position: relative;
  border-color: transparent;
}
.home-page .hero-actions .btn-ai-ring:hover {
  border-color: transparent;
}
.home-page .hero-actions .btn-ai-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--ai-ring-angle), #4285f4, #34a853, #fbbc05, #ea4335, #8b5cf6, #4285f4);
  pointer-events: none;
  animation: turnoAiRingSpin 2.8s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.btn-small { min-height: 48px; padding-inline: 20px; border-radius: 12px; font-size: 14px; }

@property --ai-ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes turnoAiRingSpin {
  to { --ai-ring-angle: 360deg; }
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(220, 232, 246, .75);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 58px; width: auto; }
.desktop-nav {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 24px);
  color: #1d2b5f; font-weight: 750; font-size: 14.5px;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 3px; border-radius: 9px;
  background: var(--cyan); transform: scaleX(0); transform-origin: center; transition: transform .2s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }
.desktop-nav-group {
  position: relative;
  display: flex;
  align-items: center;
}
.desktop-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.desktop-nav-trigger::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  order: 2;
  opacity: .72;
}
.desktop-subnav {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 120;
  min-width: 370px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(196, 216, 240, .95);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 62px rgba(6, 24, 74, .18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.desktop-subnav::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}
.desktop-nav-group:hover .desktop-subnav,
.desktop-nav-group:focus-within .desktop-subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.desktop-nav-group:hover .desktop-nav-trigger::after,
.desktop-nav-group:focus-within .desktop-nav-trigger::after {
  transform: scaleX(1);
}
.desktop-subnav a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}
.desktop-subnav a::after {
  display: none;
}
.desktop-subnav a:hover {
  background: #eef6ff;
  color: var(--blue);
}
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid transparent; background: transparent; padding: 0;
  flex-direction: column; gap: 6px; justify-content: center; align-items: center;
  border-radius: 16px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.menu-toggle span { width: 24px; height: 2px; border-radius: 99px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle {
  background: #eef6ff;
  border-color: rgba(173, 202, 234, .9);
  box-shadow: 0 12px 28px rgba(6, 24, 74, .1);
}
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: max(16px, calc((100vw - var(--container)) / 2));
  right: max(16px, calc((100vw - var(--container)) / 2));
  z-index: 105;
  max-height: calc(100dvh - 100px);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,255,.98));
  border: 1px solid rgba(196, 216, 240, .95);
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(6, 24, 74, .2);
  overflow-y: auto;
}
.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  font-weight: 850;
  color: var(--navy);
  border-bottom: 0;
  border-radius: 15px;
}
.mobile-menu-home {
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid rgba(220,232,246,.95);
  box-shadow: 0 12px 28px rgba(6, 24, 74, .06);
}
.mobile-menu-home::after {
  content: "→";
  color: var(--blue);
  font-weight: 950;
}
.mobile-submenu {
  margin: 0 0 8px;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(220,232,246,.95);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(6, 24, 74, .04);
  overflow: hidden;
}
.mobile-submenu summary {
  min-height: 50px;
  align-items: center;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}
.mobile-submenu summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  transition: transform .18s ease, margin .18s ease;
}
.mobile-submenu[open] summary {
  border-bottom: 1px solid rgba(220,232,246,.9);
}
.mobile-submenu[open] summary::after {
  content: "";
  margin-top: 6px;
  transform: rotate(-135deg);
}
.mobile-submenu-links {
  display: grid;
  gap: 2px;
  padding: 7px;
}
.mobile-submenu-links a {
  justify-content: flex-start;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 760;
  color: #253865;
  background: transparent;
}
.mobile-submenu-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 91, 255, .45);
  flex: 0 0 auto;
}
.mobile-submenu-links a:hover {
  background: #eef6ff;
}
.mobile-menu-actions { display: grid; gap: 10px; margin-top: 10px; }
.mobile-menu-actions .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  border-bottom: 0;
  white-space: normal;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 15px;
  font-size: 14px;
}
.mobile-menu-actions .btn-primary { color: #fff; }
.mobile-menu-actions .btn-outline { color: var(--navy); }

.hero { padding: 72px 0 58px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.hero-copy { display: grid; gap: 26px; position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 4px; }
.trust-line { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; }
.trust-icon {
  width: 36px; height: 36px; min-width: 36px; flex: 0 0 36px; aspect-ratio: 1 / 1; border-radius: 12px; display: grid; place-items: center; color: var(--blue);
  background: rgba(0,91,255,.08); border: 1px solid rgba(0,91,255,.12);
}
.trust-icon svg { width: 22px; height: 22px; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.visual-glow { position: absolute; inset: 8%; background: radial-gradient(circle, rgba(0, 91, 255,.18), transparent 60%); filter: blur(45px); }
.doctors-picture {
  position: relative; overflow: hidden; width: min(100%, 560px); aspect-ratio: 4 / 5; border-radius: 34px;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); background: #edf5ff;
}
.doctors-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 30%; }
.doctors-picture::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(6,24,74,.05)); pointer-events: none;
}
.float-card {
  position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid rgba(220, 232, 246, .8);
  border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.wa-card { top: 44px; left: -116px; width: 224px; padding: 16px; }
.wa-head { display: flex; align-items: center; gap: 10px; }
.wa-head strong { display: block; font-size: 14px; color: var(--navy); }
.wa-head small { display: block; color: var(--muted); font-weight: 650; }
.wa-icon, .success-dot {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green); color: #fff; font-weight: 900;
}
.wa-icon {
  font-size: 0;
  background: url("assets/icons/process-brain.webp") center / contain no-repeat;
}
.bubble { margin-top: 14px; padding: 12px 13px; border-radius: 14px; font-size: 13px; line-height: 1.35; color: var(--navy); }
.bubble.left { background: #f2f5fb; border-bottom-left-radius: 4px; }
.bubble.right { background: #dbf7e9; border-bottom-right-radius: 4px; margin-left: 24px; }
.appointments-card { top: 72px; right: -78px; width: 190px; padding: 16px; }
.appointments-card h3 { font-size: 16px; margin-bottom: 12px; }
.mini-row {
  display: grid; grid-template-columns: 48px 1fr; column-gap: 10px; row-gap: 1px;
  align-items: center; padding: 10px; border-radius: 12px; background: #f8fbff; border: 1px solid #e6eef8; margin-top: 8px;
}
.mini-row span { grid-row: span 2; color: var(--blue); background: #edf4ff; border-radius: 10px; padding: 8px 0; text-align: center; font-weight: 900; font-size: 13px; }
.mini-row b { font-size: 13px; color: var(--navy); }
.mini-row small { font-size: 11px; color: var(--muted); }
.metrics-card {
  left: -42px;
  bottom: 40px;
  width: 352px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,255,.95));
}
.metrics-card > strong {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 16px;
}
.metrics-card > strong::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(0,91,255,.1);
}
.metrics-caption {
  margin-top: 8px;
  color: #445476;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 750;
}
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 14px; }
.metric-grid span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px 6px;
  text-align: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e4edf8;
}
.metric-grid b { color: var(--blue); font-size: 25px; line-height: 1; }
.metric-grid small { color: var(--muted); font-size: 10.5px; line-height: 1.1; font-weight: 800; }
.chart-line {
  width: 100%;
  height: 104px;
  margin-top: 12px;
  overflow: visible;
  padding: 6px 0 0;
}
.chart-grid { fill: none; stroke: #dce8f6; stroke-width: 1.2; stroke-linecap: round; }
.chart-fill { fill: url(#dashboardFill); stroke: none; }
.chart-stroke { fill: none; stroke: var(--blue); stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; }
.chart-line circle { fill: #fff; stroke: var(--blue); stroke-width: 4; filter: drop-shadow(0 3px 5px rgba(0,91,255,.22)); }
.reminder-card { right: -36px; bottom: 44px; width: 210px; padding: 14px; }
.reminder-card p { margin-top: 12px; font-weight: 850; color: var(--navy); font-size: 14px; }
.success-dot { background: #2fb868; }

.logo-strip { padding: 18px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.9); }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: center; text-align: center; }
.strip-grid span { color: #4b5d85; font-size: 13px; font-weight: 850; }

.section-heading { display: grid; gap: 14px; margin-bottom: 40px; }
.section-heading.centered { justify-items: center; text-align: center; max-width: 760px; margin-inline: auto; }
.section-heading p { font-size: 18px; }
.feature-grid { display: grid; gap: 16px; }
.seven-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card {
  min-height: 205px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px;
  padding: 24px 16px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 40px rgba(6,24,74,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(0,91,255,.28); }
.feature-card p { font-size: 14px; color: #38466f; }
.feature-icon {
  width: 64px; height: 64px; border-radius: 22px; display: grid; place-items: center; background: #eef6ff; color: var(--blue);
}
.feature-icon.contact { background: rgba(37,211,102,.12); color: var(--green); }
.feature-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.contact svg { fill: currentColor; stroke: none; }

.split-section { background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); }
.split-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.split-copy { display: grid; gap: 22px; }
.split-copy p { font-size: 19px; color: #2e3d69; }
.rules-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rules-list span {
  display: flex; align-items: center; gap: 10px; padding: 13px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm);
  color: var(--navy); font-weight: 800; font-size: 14px;
}
.rules-list b { color: #2fb868; }
.dashboard-scene { position: relative; min-height: 460px; display: grid; place-items: center; }
.dashboard-scene picture {
  width: min(100%, 720px);
  aspect-ratio: 2200 / 1400;
  filter: drop-shadow(0 22px 45px rgba(6, 24, 74, .12));
}
.dashboard-scene img { width: 100%; height: 100%; object-fit: contain; }
.pending-card {
  position: absolute; right: 8px; top: 54px; width: 230px; padding: 18px;
  background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow);
}
.pending-card h3 { font-size: 17px; margin-bottom: 12px; }
.pending-card p { color: #2e3d69; font-size: 13px; padding: 9px 0; border-top: 1px solid #edf2f8; }
.pending-card span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; margin-right: 8px; color: #126b3b; background: #e7f8ed; font-weight: 900; }

.how { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; position: relative; }
.step-card {
  position: relative; min-height: 234px; padding: 24px 18px; border-radius: 22px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 11px;
}
.step-card:not(:last-child)::after {
  content: "→"; position: absolute; right: -17px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 24px; font-weight: 900; z-index: 1;
}
.step-card > span { display: none; }
.step-card h3 { font-size: 17px; }
.step-card p { font-size: 14px; color: #344369; }
.step-icon {
  width: 72px; height: 72px; display: block; color: var(--blue);
  margin-bottom: 4px;
  background-color: currentColor;
  mask-position: center; mask-repeat: no-repeat; mask-size: contain;
  -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain;
}
.step-icon.wa { color: var(--green); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 3a9 9 0 0 0-7.7 13.7L3 22l5.4-1.3A9 9 0 1 0 12 3zm4 13c-.3.8-1.7 1.4-2.4 1.4-.6 0-1.3.1-4.2-1.2-3.5-1.5-5.7-5-5.9-5.2-.2-.3-1.4-1.9-1.4-3.6s.9-2.5 1.2-2.9c.3-.3.7-.4.9-.4h.7c.2 0 .5.1.7.5l1 2.4c.1.3.1.5 0 .7l-.6.7c-.2.2-.4.4-.2.7.2.4 1 1.6 2.1 2.6 1.5 1.3 2.7 1.7 3.1 1.9.4.1.6.1.8-.2l1.2-1.5c.3-.4.6-.3 1-.2l2.3 1.1c.4.2.7.3.8.5.1.2.1 1-.2 1.7z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 3a9 9 0 0 0-7.7 13.7L3 22l5.4-1.3A9 9 0 1 0 12 3zm4 13c-.3.8-1.7 1.4-2.4 1.4-.6 0-1.3.1-4.2-1.2-3.5-1.5-5.7-5-5.9-5.2-.2-.3-1.4-1.9-1.4-3.6s.9-2.5 1.2-2.9c.3-.3.7-.4.9-.4h.7c.2 0 .5.1.7.5l1 2.4c.1.3.1.5 0 .7l-.6.7c-.2.2-.4.4-.2.7.2.4 1 1.6 2.1 2.6 1.5 1.3 2.7 1.7 3.1 1.9.4.1.6.1.8-.2l1.2-1.5c.3-.4.6-.3 1-.2l2.3 1.1c.4.2.7.3.8.5.1.2.1 1-.2 1.7z"/></svg>'); }
.step-icon.brain { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 3a4 4 0 0 0-4 4v.4A4.5 4.5 0 0 0 3 11a4.5 4.5 0 0 0 2 3.7V16a4 4 0 0 0 4 4c1.5 0 2.8-.8 3.5-2 .7 1.2 2 2 3.5 2a4 4 0 0 0 4-4v-1.3a4.5 4.5 0 0 0 2-3.7 4.5 4.5 0 0 0-2-3.6V7a4 4 0 0 0-4-4c-1.5 0-2.8.8-3.5 2A4 4 0 0 0 9 3zM12 5v13"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 3a4 4 0 0 0-4 4v.4A4.5 4.5 0 0 0 3 11a4.5 4.5 0 0 0 2 3.7V16a4 4 0 0 0 4 4c1.5 0 2.8-.8 3.5-2 .7 1.2 2 2 3.5 2a4 4 0 0 0 4-4v-1.3a4.5 4.5 0 0 0 2-3.7 4.5 4.5 0 0 0-2-3.6V7a4 4 0 0 0-4-4c-1.5 0-2.8.8-3.5 2A4 4 0 0 0 9 3zM12 5v13"/></svg>'); }
.step-icon.calendar, .price-icon.calendar { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 3v3h10V3h2v3h2v18H3V6h2V3h2zm-2 9h16V8H5v4zm3 3h3v3H8v-3zm5 0h3v3h-3v-3z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 3v3h10V3h2v3h2v18H3V6h2V3h2zm-2 9h16V8H5v4zm3 3h3v3H8v-3zm5 0h3v3h-3v-3z"/></svg>'); }
.step-icon.id { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4h16v16H4V4zm4 4h4v4H8V8zm8 1h-3v2h3V9zm1 4H7v2h10v-2zm0 4H7v1h10v-1z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4h16v16H4V4zm4 4h4v4H8V8zm8 1h-3v2h3V9zm1 4H7v2h10v-2zm0 4H7v1h10v-1z"/></svg>'); }
.step-icon.bell { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 16H6c1-2 2-4 2-8a4 4 0 1 1 8 0c0 4 1 6 2 8zM10 19h4a2 2 0 0 1-4 0z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 16H6c1-2 2-4 2-8a4 4 0 1 1 8 0c0 4 1 6 2 8zM10 19h4a2 2 0 0 1-4 0z"/></svg>'); }
.step-icon.human { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 18l5-5 4 4 7-9v5h2V4h-9v2h5l-5.2 6.6L9 9l-7 7 2 2z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 18l5-5 4 4 7-9v5h2V4h-9v2h5l-5.2 6.6L9 9l-7 7 2 2z"/></svg>'); }
.step-icon {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.step-icon.wa { background-image: url("assets/icons/process-human.webp"); }
.step-icon.brain { background-image: url("assets/icons/process-brain.webp"); }
.step-icon.calendar { background-image: url("assets/icons/process-calendar.webp"); }
.step-icon.id { background-image: url("assets/icons/process-id.webp"); }
.step-icon.bell { background-image: url("assets/icons/process-bell.webp"); }
.step-icon.human { background-image: url("assets/icons/process-human.webp"); }
.process-note {
  margin: 36px auto 0; max-width: 700px; padding: 18px 24px; border-radius: 20px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  background: linear-gradient(135deg, #eef6ff, #fff); color: var(--blue); font-weight: 850; text-align: center; border: 1px solid var(--line);
}
.process-note svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.benefits { background: linear-gradient(180deg, #f8fbff 0%, #fff 100%); }
.benefits-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.benefits h2 { margin: 15px 0 30px; }
.benefit-list { display: grid; gap: 20px; }
.benefit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
.benefit-list article > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #19924d; background: #e8f9ed; font-weight: 950; box-shadow: var(--shadow-sm); }
.benefit-list h3 { font-size: 20px; margin-bottom: 6px; }
.benefit-list p { color: #334267; }
.clinic-photo { overflow: hidden; border-radius: 34px; min-height: 520px; box-shadow: var(--shadow); border: 1px solid #fff; }
.clinic-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }

.use-cases { background: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.case-grid article {
  min-height: 190px; padding: 28px; border-radius: 24px; background: linear-gradient(180deg,#fff,#f8fbff); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.case-grid h3 { margin-bottom: 12px; }
.case-grid p { color: #334267; }

.audience { background: linear-gradient(180deg, #f8fbff, #fff); }
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 16px; }
.audience-grid article {
  min-height: 158px; display: flex; flex-direction: column; gap: 13px; align-items: center; justify-content: center; text-align: center;
  padding: 20px 14px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm);
}
.audience-grid h3 { font-size: 16px; line-height: 1.2; letter-spacing: -.03em; }
.aud-icon, .price-icon {
  width: 58px; height: 58px; display: block; border-radius: 20px; background: var(--blue);
  mask-position: center; mask-repeat: no-repeat; mask-size: 72%; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: 72%;
}
.aud-icon.doctor { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm-7 9a7 7 0 0 1 14 0H5zm7-5v5m-3-5l3 2 3-2"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm-7 9a7 7 0 0 1 14 0H5zm7-5v5m-3-5l3 2 3-2"/></svg>'); }
.aud-icon.clinic, .aud-icon.hospital { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 21V7h5V3h6v4h5v14H4zm8-14v4m-2-2h4M8 14h2v2H8zm6 0h2v2h-2z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 21V7h5V3h6v4h5v14H4zm8-14v4m-2-2h4M8 14h2v2H8zm6 0h2v2h-2z"/></svg>'); }
.aud-icon.tooth { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 3c2 0 2.5 1 4 1s2-1 4-1c3 0 5 2.5 5 6 0 4-2 10-4 12-1.5 1.5-2.5-5-5-5s-3.5 6.5-5 5C5 19 3 13 3 9c0-3.5 2-6 5-6z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 3c2 0 2.5 1 4 1s2-1 4-1c3 0 5 2.5 5 6 0 4-2 10-4 12-1.5 1.5-2.5-5-5-5s-3.5 6.5-5 5C5 19 3 13 3 9c0-3.5 2-6 5-6z"/></svg>'); }
.aud-icon.psych { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 3a7 7 0 0 0-7 7v2l-2 4h2v4h5v-3h5a5 5 0 0 0 5-5v-2a7 7 0 0 0-7-7h-1zm0 5l1 2 2 .3-1.5 1.5.3 2-1.8-1-1.8 1 .3-2L9 10.3l2-.3 1-2z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 3a7 7 0 0 0-7 7v2l-2 4h2v4h5v-3h5a5 5 0 0 0 5-5v-2a7 7 0 0 0-7-7h-1zm0 5l1 2 2 .3-1.5 1.5.3 2-1.8-1-1.8 1 .3-2L9 10.3l2-.3 1-2z"/></svg>'); }
.aud-icon.derma { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2c3 3 6 7 6 11a6 6 0 1 1-12 0c0-4 3-8 6-11zm-4 14c2-1 6-1 8 0"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2c3 3 6 7 6 11a6 6 0 1 1-12 0c0-4 3-8 6-11zm-4 14c2-1 6-1 8 0"/></svg>'); }
.aud-icon.sparkle { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l1.6 5.4L19 9l-5.4 1.6L12 16l-1.6-5.4L5 9l5.4-1.6L12 2zm7 12l.8 2.2L22 17l-2.2.8L19 20l-.8-2.2L16 17l2.2-.8L19 14zM5 15l.8 2.2L8 18l-2.2.8L5 21l-.8-2.2L2 18l2.2-.8L5 15z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l1.6 5.4L19 9l-5.4 1.6L12 16l-1.6-5.4L5 9l5.4-1.6L12 2zm7 12l.8 2.2L22 17l-2.2.8L19 20l-.8-2.2L16 17l2.2-.8L19 14zM5 15l.8 2.2L8 18l-2.2.8L5 21l-.8-2.2L2 18l2.2-.8L5 15z"/></svg>'); }
.aud-icon.therapy { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 7v10M6 21h12M5 12l7 3 7-3M8 15l-2 6m10-6l2 6"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 7v10M6 21h12M5 12l7 3 7-3M8 15l-2 6m10-6l2 6"/></svg>'); }
.aud-icon.lab { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 3h6v2l-1 1v5l5 8a1 1 0 0 1-.8 1.5H5.8A1 1 0 0 1 5 19l5-8V6L9 5V3zm2 12h4"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 3h6v2l-1 1v5l5 8a1 1 0 0 1-.8 1.5H5.8A1 1 0 0 1 5 19l5-8V6L9 5V3zm2 12h4"/></svg>'); }
.aud-icon {
  background-color: #eef6ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68%;
  border-radius: 50%;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.audience-grid .aud-icon { width: 76px; height: 76px; }
.aud-icon.doctor { background-image: url("assets/icons/audience-doctor.webp"); }
.aud-icon.clinic { background-image: url("assets/icons/audience-clinic.webp"); }
.aud-icon.hospital { background-image: url("assets/icons/audience-hospital.webp"); }
.aud-icon.tooth { background-image: url("assets/icons/audience-tooth.webp"); }
.aud-icon.psych { background-image: url("assets/icons/audience-psych.webp"); }
.aud-icon.derma { background-image: url("assets/icons/audience-derma.webp"); }
.aud-icon.sparkle { background-image: url("assets/icons/audience-sparkle.webp"); }
.aud-icon.therapy { background-image: url("assets/icons/audience-therapy.webp"); }
.aud-icon.lab { background-image: url("assets/icons/audience-lab.webp"); }

.control-section { padding-top: 32px; }
.control-card {
  display: grid; grid-template-columns: 1fr .85fr; gap: 36px; align-items: center;
  padding: 48px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy), #102e79); color: #fff; overflow: hidden; position: relative;
}
.control-card::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -120px; top: -120px; background: rgba(0,91,255,.28); filter: blur(25px); }
.control-card h2, .control-card p { color: #fff; position: relative; z-index: 1; }
.control-card p { color: rgba(255,255,255,.78); font-size: 18px; margin-top: 18px; }
.control-card .section-kicker { color: #dbe9ff; margin-bottom: 18px; }
.control-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; position: relative; z-index: 1; }
.control-points span { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); color: #fff; font-weight: 850; }

.pricing { background: linear-gradient(180deg, #fff, #f6faff); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 380px));
  justify-content: center;
  gap: 24px;
}
.price-card, .payment-card {
  padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-sm);
}
.price-card.highlighted { border-color: rgba(0,91,255,.38); box-shadow: var(--shadow); }
.price-icon { width: 64px; height: 64px; border-radius: 22px; background: var(--blue); margin-bottom: 20px; mask-size: 72%; -webkit-mask-size: 72%; }
.price-icon.rocket { mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 3c3 1 5 3 6 6l-4 4 1 4-4-1-4 4-2-6 4-4-4-4 6-2 1 3 4-4zM5 19l-2 2 2-6 4 4-6 2 2-2z"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 3c3 1 5 3 6 6l-4 4 1 4-4-1-4 4-2-6 4-4-4-4 6-2 1 3 4-4zM5 19l-2 2 2-6 4 4-6 2 2-2z"/></svg>'); }
.price-icon {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.price-icon.rocket { background-image: url("assets/icons/price-setup-v3.webp"); }
.price-icon.calendar { background-image: url("assets/icons/price-monthly-v3.webp"); }
.price { margin: 14px 0 2px; color: var(--navy); font-size: clamp(42px, 4vw, 60px); font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.price small { font-size: 18px; color: var(--blue); letter-spacing: -.03em; }
.price-card > p { color: #2f3f69; font-weight: 750; margin-bottom: 22px; }
ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
li { color: #334267; }
li::before { content: "✓"; color: #2fb868; font-weight: 950; margin-right: 10px; }
.payment-card { display: grid; gap: 16px; }
.payment-card p { display: flex; gap: 12px; color: #243665; font-weight: 650; }
.payment-card p span { color: var(--blue); }
.payment-card strong { color: var(--blue); }
.annual-box { padding: 20px; border-radius: 18px; background: #eef6ff; border: 1px solid #dce8f6; display: grid; gap: 4px; }
.annual-box small { color: var(--muted); font-weight: 800; }
.annual-box strong { color: var(--navy); font-size: 28px; letter-spacing: -.04em; }
.annual-box span { color: #2f3f69; font-size: 14px; }
.billing-note { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 17px 20px; border-radius: 18px; border: 1px solid var(--line); background: #fff; color: #2f3f69; text-align: center; font-weight: 750; }
.billing-note svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; }
.faq-grid h2 { margin: 15px 0; }
.faq-list { display: grid; gap: 14px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 0 20px; box-shadow: var(--shadow-sm); }
summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 900; color: var(--navy); display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; color: var(--blue); line-height: 1; }
details[open] summary::after { content: "−"; }
details p { padding: 0 0 20px; color: #334267; }

.contact { background: linear-gradient(180deg, #f6faff, #fff); }
.contact-card {
  display: grid; grid-template-columns: 230px 1.2fr .95fr 1fr; gap: 28px; align-items: center;
  background: linear-gradient(135deg, #fff, #eef6ff); border: 1px solid var(--line); border-radius: 30px; padding: 24px; box-shadow: var(--shadow);
}
.contact-photo { height: 220px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.contact-card h2 { font-size: clamp(28px, 2.4vw, 40px); margin: 10px 0; }
.contact-info { display: grid; gap: 12px; }
.contact-info a { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 900; white-space: nowrap; }
.contact-info .contact-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-info .contact-icon.email { background-image: url("assets/icons/contact-email-v2.webp"); }
.contact-info .contact-icon.phone { background-image: url("assets/icons/contact-phone-v2.webp"); }
.contact-actions { display: grid; gap: 12px; }
.contact-actions .btn { width: 100%; }

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% -18%, rgba(0, 91, 255, .36), transparent 38%),
    radial-gradient(circle at 12% 110%, rgba(48, 202, 142, .22), transparent 34%),
    var(--navy);
  color: #fff;
  padding: 66px 0 28px;
  font-weight: 400;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .7;
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: start;
  padding: 38px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-intro {
  display: grid;
  gap: 20px;
  max-width: 340px;
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand img {
  height: 74px;
  width: auto;
  opacity: 1;
}

.site-footer p {
  color: rgba(244, 249, 255, .88);
  max-width: 390px;
  font-size: 17px;
  line-height: 1.56;
  font-weight: 400;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(22px, 2.4vw, 34px);
  row-gap: 22px;
  align-items: start;
}

.site-footer h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.site-footer a {
  color: rgba(236, 246, 255, .74);
  font-weight: 400;
}

.site-footer strong,
.site-footer b {
  font-weight: 400;
}

.footer-links a {
  display: block;
  margin-top: 0;
  line-height: 1.32;
}

.site-footer a:hover {
  color: #fff;
}

.footer-rubros {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 12px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding-left: clamp(16px, 1.6vw, 24px);
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.footer-links > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.footer-rubros-group {
  grid-column: span 2;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 400;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-legal a {
  color: rgba(255, 255, 255, .68);
}
.floating-wa {
  position: fixed; right: 28px; bottom: 28px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: url("assets/icons/contact-phone-v2.webp") center / contain no-repeat; color: #fff; font-weight: 950; font-size: 0; box-shadow: 0 18px 38px rgba(0,91,255,.28); border: 3px solid #fff;
}

.legal-main { background: linear-gradient(180deg, #f8fbff 0%, #fff 42%); }
.legal-hero { padding: 84px 0 48px; }
.legal-hero .container { max-width: 980px; display: grid; gap: 18px; }
.legal-hero h1 { max-width: 850px; }
.legal-hero p { max-width: 760px; font-size: 19px; color: #2e3d69; }
.legal-meta {
  display: flex; flex-wrap: wrap; gap: 10px;
  color: var(--navy); font-weight: 850;
}
.legal-meta span {
  padding: 0; border-radius: 0; background: transparent; border: 0; box-shadow: none;
}
.legal-layout {
  display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 36px; align-items: start;
  padding-bottom: 84px;
}
.legal-toc {
  position: sticky; top: 104px;
  padding: 20px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.legal-toc h2 { font-size: 18px; margin-bottom: 12px; letter-spacing: -.03em; }
.legal-toc a { display: block; padding: 8px 0; color: #344369; font-weight: 750; font-size: 14px; }
.legal-toc a:hover { color: var(--blue); }
.legal-content {
  display: grid; gap: 18px;
}
.legal-section,
.legal-callout {
  padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.legal-section h2 { font-size: clamp(25px, 2.2vw, 34px); margin-bottom: 14px; }
.legal-section h3 { font-size: 18px; margin: 20px 0 8px; }
.legal-section p { margin-top: 10px; color: #334267; }
.legal-section ul,
.legal-section ol { margin-top: 14px; padding-left: 0; display: grid; gap: 10px; }
.legal-section li { color: #334267; padding-left: 28px; position: relative; }
.legal-section li::before { position: absolute; left: 0; margin: 0; }
.legal-section ol { counter-reset: legal-counter; list-style: none; }
.legal-section ol li { counter-increment: legal-counter; }
.legal-section ol li::before {
  content: counter(legal-counter) ".";
  color: var(--blue);
  font-weight: 950;
}
.legal-callout {
  background: linear-gradient(135deg, #eef6ff, #fff);
  border-color: rgba(0,91,255,.18);
}
.legal-callout strong { color: var(--navy); }
.legal-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #f6faff;
  border: 1px solid var(--line);
  color: #2e3d69;
  font-weight: 700;
}
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .seven-grid { grid-template-columns: repeat(4, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .step-card:not(:last-child)::after { display: none; }
  .contact-card { grid-template-columns: 180px 1fr 1fr; }
  .contact-actions { grid-column: 2 / 4; grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 980px) {
  .container { width: min(100% - 32px, var(--container)); }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: flex; margin-left: auto; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 78px 0 0;
    z-index: 90;
    background: rgba(6, 24, 74, .14);
    backdrop-filter: blur(8px);
  }
  .mobile-menu.is-open { display: grid; }
  .hero { padding-top: 36px; }
  .hero-grid, .split-grid, .benefits-grid, .faq-grid, .control-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: auto; padding-top: 20px; }
  .doctors-picture { width: 100%; max-width: 560px; }
  .float-card { position: relative; inset: auto; width: auto; }
  .hero-visual { grid-template-columns: 1fr 1fr; gap: 12px; place-items: stretch; }
  .visual-glow, .doctors-picture { grid-column: 1 / -1; justify-self: center; }
  .wa-card, .appointments-card, .metrics-card, .reminder-card { grid-column: auto; padding: 14px; }
  .metrics-card { grid-column: 1 / -1; }
  .metric-grid b { font-size: 22px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split-copy p { font-size: 17px; }
  .dashboard-scene { min-height: auto; padding-top: 20px; overflow: hidden; }
  .dashboard-scene picture { width: 100%; max-width: 100%; }
  .dashboard-scene img { max-width: 100%; }
  .pending-card { position: relative; inset: auto; width: 100%; margin-top: -20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; text-align: left; align-items: flex-start; padding-left: 96px; }
  .step-card > span { display: none; }
  .step-icon { position: absolute; left: 22px; top: 24px; width: 54px; height: 54px; margin-bottom: 0; }
  .case-grid, .pricing-grid { grid-template-columns: 1fr; }
  .control-card { padding: 34px 24px; }
  .control-points { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; padding: 20px; }
  .contact-photo { height: 280px; }
  .contact-actions { grid-column: auto; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 34px 0 30px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
  .footer-rubros-group { grid-column: 1 / -1; }
  .footer-rubros { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-bottom { flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: relative; top: auto; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 88px; }
  .section { padding: 70px 0; scroll-margin-top: 88px; }
  .nav-wrap { min-height: 70px; }
  .brand img { height: 50px; }
  .mobile-menu {
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    max-height: calc(100dvh - 86px);
    border-radius: 20px;
  }
  body.menu-open::before { inset: 70px 0 0; }
  h1 { font-size: clamp(38px, 11vw, 52px); }
  h2 { font-size: clamp(30px, 9vw, 42px); }
  .lead { font-size: 18px; }
  .hero { padding-bottom: 36px; }
  .hero-grid { gap: 22px; }
  .hero-copy,
  .split-copy,
  .benefits-grid > div { display: contents; }
  .hero-copy[data-reveal],
  .hero-visual[data-reveal],
  .split-copy[data-reveal],
  .benefits-grid > div[data-reveal] { opacity: 1; transform: none; }
  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-copy .lead { order: 3; }
  .hero-visual {
    order: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .visual-glow { display: none; }
  .doctors-picture,
  .wa-card,
  .appointments-card,
  .metrics-card,
  .reminder-card { order: 0; }
  .doctors-picture {
    grid-column: 1 / -1;
    grid-row: auto;
    width: min(100%, 340px);
    justify-self: center;
    max-width: none;
    margin-top: 0;
  }
  .hero-actions { order: 5; margin-top: 0; }
  .trust-line { order: 6; }
  .doctors-picture {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .doctors-picture::after { display: none; }
  .doctors-picture img { object-position: center; }
  .wa-card, .appointments-card { grid-column: auto; padding: 12px; }
  .wa-head { gap: 8px; }
  .wa-icon, .success-dot { width: 28px; height: 28px; }
  .wa-icon { font-size: 0; }
  .success-dot { font-size: 13px; }
  .bubble { margin-top: 9px; padding: 8px 9px; font-size: 11px; }
  .bubble.right { margin-left: 10px; }
  .appointments-card h3 { font-size: 14px; margin-bottom: 8px; }
  .mini-row { grid-template-columns: 40px 1fr; padding: 8px; column-gap: 8px; }
  .mini-row span { font-size: 11px; padding: 7px 0; }
  .mini-row b { font-size: 12px; }
  .mini-row small { font-size: 10px; }
  .metrics-card, .reminder-card { grid-column: 1 / -1; padding: 13px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid span { padding: 10px 8px; }
  .metric-grid small { font-size: 11.5px; }
  .reminder-card p { font-size: 12px; margin-top: 8px; }
  .appointments-card .mini-row:nth-of-type(3) { display: none; }
  .strip-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .feature-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon copy";
    column-gap: 16px;
    row-gap: 6px;
    text-align: left;
    align-items: center;
    padding: 20px 18px;
    width: 100%;
  }
  .feature-card > * { min-width: 0; }
  .feature-card h3 { grid-area: title; font-size: 22px; line-height: 1.08; }
  .feature-card p { grid-area: copy; font-size: 14px; line-height: 1.35; overflow-wrap: normal; }
  .feature-icon { grid-area: icon; width: 58px; height: 58px; align-self: center; }
  .split-copy .eyebrow { order: 1; }
  .split-copy h2 { order: 2; }
  .split-copy p { order: 3; }
  .dashboard-scene {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 12px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
  }
  .dashboard-scene picture { width: 112%; margin-inline: -6%; filter: none; overflow: hidden; }
  .dashboard-scene picture img { transform: scale(1.14); transform-origin: center; }
  .pending-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0;
    padding: 14px;
    border-radius: 16px;
    box-shadow: none;
  }
  .pending-card h3 { font-size: 14px; margin-bottom: 7px; }
  .pending-card p { font-size: 11px; padding: 6px 0; }
  .pending-card span { width: 20px; height: 20px; border-radius: 7px; margin-right: 6px; }
  .rules-list { order: 5; }
  .rules-list { grid-template-columns: 1fr; }
  .process-note { flex-direction: column; align-items: flex-start; text-align: left; }
  .benefits-grid .section-kicker { order: 1; }
  .benefits-grid h2 { order: 2; margin-bottom: 0; }
  .clinic-photo { order: 3; }
  .benefit-list { order: 4; margin-top: 8px; }
  .benefit-list article { grid-template-columns: 36px 1fr; }
  .benefit-list article > span { width: 36px; height: 36px; }
  .clinic-photo {
    width: min(76%, 280px);
    height: 190px;
    min-height: 0;
    justify-self: center;
    border-radius: 22px;
  }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid article { min-height: 142px; }
  .pricing-grid {
    gap: 14px;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
  .price-card, .payment-card { padding: 24px 20px; }
  .billing-note { align-items: flex-start; text-align: left; }
  .contact-card {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: center;
  }
  .contact-photo {
    grid-column: 1;
    grid-row: 1;
    height: 116px;
    border-radius: 18px;
  }
  .contact-card > div:nth-of-type(1) { grid-column: 2; }
  .contact-card h2 { font-size: 25px; }
  .contact-info,
  .contact-actions { grid-column: 1 / -1; }
  .site-footer { padding: 62px 0 32px; }
  .footer-main { gap: 30px; padding: 30px 0 28px; }
  .footer-brand img { height: 62px; }
  .site-footer p { font-size: 16px; line-height: 1.5; }
  .footer-links { grid-template-columns: 1fr; gap: 30px; }
  .footer-links > div { gap: 10px; padding-left: 0; border-left: 0; }
  .footer-rubros-group { grid-column: auto; }
  .footer-rubros { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
  .footer-bottom { gap: 12px; font-size: 12px; line-height: 1.35; padding-top: 2px; }
  .footer-legal { justify-content: flex-start; gap: 14px 18px; }
  .floating-wa { display: none; }
  .legal-hero { padding: 54px 0 32px; }
  .legal-section,
  .legal-callout,
  .legal-toc { padding: 20px; border-radius: 20px; }
  .legal-layout { gap: 20px; padding-bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* General AI operations home */
h1, h2, h3,
.btn,
.desktop-nav,
.section-kicker,
.eyebrow {
  letter-spacing: 0;
}

.operation-visual {
  min-height: 610px;
  display: block;
}

.image-slot {
  display: block;
  min-height: 320px;
  border: 1px solid rgba(220, 232, 246, .95);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.hero-slot {
  position: relative;
  width: min(100%, 560px);
  min-height: 600px;
  margin-left: auto;
  overflow: hidden;
}

.wide-slot {
  min-height: 440px;
}

.tall-slot {
  min-height: 540px;
}

.contact-slot {
  min-height: 180px;
  height: 100%;
}

.notification-card {
  right: -24px;
  top: 96px;
  width: 250px;
  padding: 18px;
}

.notification-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.notification-card p {
  color: #233363;
  font-size: 14px;
  line-height: 1.38;
}

.business-metrics {
  left: 0;
  bottom: 62px;
}

.home-page .business-metrics {
  left: 180px;
  bottom: 42px;
}

.home-page .image-slot {
  position: relative;
  border-color: rgba(199, 220, 243, .98);
  box-shadow: 0 16px 44px rgba(6, 24, 74, .08);
  overflow: hidden;
}

.home-page .image-slot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(0, 91, 255, .14);
  border-radius: 20px;
  pointer-events: none;
}

.home-page .section-heading p,
.home-page .problem-copy p,
.home-page .split-copy p,
.home-page .step-card p,
.home-page .industry-card p,
.home-page .price-card > p,
.home-page .faq-grid p,
.home-page .contact-card p,
.home-page .simple-benefits p {
  color: #2f3f69;
}

.home-page .price-card > p {
  font-weight: 700;
}

.home-page #faq .faq-grid > div:first-child {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-page .split-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.home-page .split-copy {
  gap: 18px;
}

.home-page .split-copy h2 {
  font-size: clamp(31px, 2.8vw, 42px);
  line-height: 1.08;
}

.home-page .split-copy p {
  font-size: 17px;
}

.home-page .pricing-grid {
  grid-template-columns: repeat(3, minmax(260px, 360px));
}

.home-page .hero {
  padding-bottom: 48px;
}

.home-page .hero-visual {
  min-height: 520px;
}

.home-page .hero-slot {
  min-height: 480px;
}

.home-page .wide-slot {
  min-height: 320px;
}

.home-page .tall-slot {
  min-height: 360px;
}

.home-page #rubros .industry-card {
  --rubro-muted: color-mix(in srgb, var(--rubro-accent) 60%, #53617f);
  justify-content: center;
  align-items: stretch;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 275px;
  gap: 10px;
  background:
    radial-gradient(circle at 87% 13%, color-mix(in srgb, var(--rubro-accent) 6%, transparent), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  color: var(--navy);
  border-color: rgba(0, 91, 255, .1);
  box-shadow: 0 14px 36px rgba(6, 24, 74, .065);
}

.home-page #rubros .industry-card h3 {
  width: 100%;
  text-align: center;
  color: var(--navy);
}

.home-page #rubros .industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,91,255,.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,91,255,.032) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .5;
}

.home-page #rubros .industry-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--rubro-muted), rgba(0, 91, 255, .1));
  opacity: .42;
}

.home-page #rubros .industry-card span {
  max-width: 100%;
  order: 1;
}

.industry-mark {
  position: relative;
  order: 2;
  align-self: center;
  width: min(136px, 52%);
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: var(--rubro-muted);
  background:
    radial-gradient(circle at 70% 22%, color-mix(in srgb, var(--rubro-accent) 5%, transparent), transparent 40%),
    #f2f7ff;
  border: 1px solid rgba(0, 91, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 14px 30px rgba(6, 24, 74, .075);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.industry-mark svg {
  width: 64%;
  height: 64%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page #rubros .industry-card h3 {
  order: 3;
}

.home-page #rubros .industry-card p {
  order: 4;
  color: #2f3f69;
}

.home-page #rubros .industry-card:hover .industry-mark {
  transform: translateY(-2px) scale(1.04);
  background:
    radial-gradient(circle at 70% 22%, color-mix(in srgb, var(--rubro-accent) 8%, transparent), transparent 40%),
    #f0f6ff;
  border-color: rgba(0, 91, 255, .16);
}

.home-page #rubros .industry-card:nth-child(1) { --rubro-accent: #0888b2; }
.home-page #rubros .industry-card:nth-child(2) { --rubro-accent: #bd7600; }
.home-page #rubros .industry-card:nth-child(3) { --rubro-accent: #149c55; }
.home-page #rubros .industry-card:nth-child(4) { --rubro-accent: #d24a94; }
.home-page #rubros .industry-card:nth-child(5) { --rubro-accent: #247fbd; }
.home-page #rubros .industry-card:nth-child(6) { --rubro-accent: #b88300; }
.home-page #rubros .industry-card:nth-child(7) { --rubro-accent: #735bd8; }
.home-page #rubros .industry-card:nth-child(8) { --rubro-accent: #159c86; }
.home-page #rubros .industry-card:nth-child(9) { --rubro-accent: #da6e5a; }

.home-page .alert-section,
.home-page .included-section,
.home-page .pricing,
.home-page .faq,
.home-page .contact {
  padding-block: 66px;
}

.home-page .alert-card {
  min-height: 178px;
  padding: 22px 20px 20px 76px;
  gap: 8px;
  align-content: center;
}

.home-page .alert-section h2,
.home-page .alert-section .section-heading p,
.home-page .alert-card h3,
.home-page .alert-card p {
  color: #fff;
}

.home-page .work-ready-section {
  position: relative;
  overflow: hidden;
  padding-block: 58px;
  background:
    radial-gradient(circle at 14% 24%, rgba(0, 184, 176, .18), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(0, 91, 255, .28), transparent 36%),
    linear-gradient(145deg, #04133a 0%, #06184a 54%, #08276f 100%);
}

.home-page .work-ready-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: .42;
  pointer-events: none;
}

.home-page .work-ready-section .section-heading h2 {
  color: #fff;
  text-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.home-page .work-ready-section .section-heading p {
  color: rgba(255,255,255,.92);
}

.work-ready-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 32px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}

.work-ready-panel::before {
  content: "";
  position: absolute;
  left: calc(31% - 12px);
  top: 50%;
  width: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,184,176,.9), rgba(110,231,255,.2));
  transform: translateY(-50%);
  pointer-events: none;
}

.work-ready-core {
  min-height: 390px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  padding: 34px 26px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 32%, rgba(110,231,255,.28), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  overflow: hidden;
}

.work-ready-orbit {
  width: min(184px, 72%);
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #8ff3ff;
  border-radius: 38px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 52px rgba(0,0,0,.22);
}

.work-ready-orbit svg {
  width: 68%;
  height: 68%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-ready-core span {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.work-ready-core h3 {
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

.work-ready-core p {
  max-width: 300px;
  margin: 0;
  color: rgba(244,249,255,.9);
  font-size: 16px;
}

.work-ready-panel .alert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.work-ready-panel .alert-card {
  --ready-accent: #00b8b0;
  position: relative;
  overflow: hidden;
  padding-left: 128px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(237,247,255,.93));
  border-color: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 44px rgba(0,0,0,.16);
}

.work-ready-panel .alert-card:nth-child(2) {
  --ready-accent: #3ddc84;
}

.work-ready-panel .alert-card:nth-child(3) {
  --ready-accent: #ffd166;
}

.work-ready-panel .alert-card:nth-child(4) {
  --ready-accent: #8ba8ff;
}

.home-page .work-ready-panel .alert-card h3 {
  color: #06184a;
}

.home-page .work-ready-panel .alert-card p {
  color: #2f3f69;
}

.work-ready-panel .alert-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 128px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ready-accent), rgba(0,91,255,.1));
}

.alert-icon {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  color: var(--ready-accent);
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(6,24,74,.08);
  box-shadow: 0 12px 26px rgba(6,24,74,.12);
}

.alert-icon svg {
  width: 54px;
  height: 54px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .contact-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}

.home-page .contact-card-clean {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr) minmax(240px, .9fr);
  padding: 32px;
}

.home-page .contact-card-clean > div {
  min-width: 0;
}

@media (min-width: 981px) {
  .operation-visual .wa-card {
    left: -72px;
  }

  .store-hero-visual .wa-card {
    left: -40px;
  }
}

.problem-section {
  padding: 64px 0 48px;
}

.problem-section + .section {
  padding-top: 58px;
}

.problem-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.problem-copy {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.problem-copy p {
  font-size: 20px;
  color: #263662;
}

.ai-ops-section {
  padding: 64px 0 78px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  overflow: hidden;
}

.ai-ops-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 40px;
  align-items: center;
}

.ai-ops-copy {
  display: grid;
  gap: 18px;
  max-width: 680px;
}

.ai-ops-copy h2 {
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.ai-ops-copy p {
  color: #263662;
  font-size: 19px;
  font-weight: 680;
  max-width: 620px;
}

.ai-ops-statement {
  position: relative;
  display: grid;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 22px 24px 22px 28px;
  overflow: hidden;
  border: 1px solid rgba(0,91,255,.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(6,24,74,.96), rgba(0,91,255,.9)),
    #06184a;
  box-shadow: 0 24px 56px rgba(0,91,255,.18);
}

.ai-ops-statement::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(45,212,191,.45);
}

.ai-ops-statement strong {
  position: relative;
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.ai-ops-statement span {
  position: relative;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
}

.ai-ops-visual {
  display: grid;
  gap: 16px;
  padding: 22px 22px 26px;
  border: 1px solid rgba(199, 220, 243, .92);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(238,246,255,.86));
  box-shadow: 0 26px 70px rgba(6, 24, 74, .11);
  overflow: hidden;
}

.ai-ops-verbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ai-ops-verbs span {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 18px 14px;
  overflow: hidden;
  border: 1px solid rgba(199, 220, 243, .95);
  border-radius: 18px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255,255,255,1), rgba(245,250,255,.98)),
    repeating-linear-gradient(135deg, rgba(0,91,255,.035) 0 1px, transparent 1px 18px);
  box-shadow: 0 16px 34px rgba(6,24,74,.075);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ai-ops-verbs span:hover {
  transform: translateY(-2px);
  border-color: rgba(0,91,255,.28);
  box-shadow: 0 16px 34px rgba(6,24,74,.09);
}

.verb-icon {
  position: relative;
  z-index: 2;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: block;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.42;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.ai-ops-verbs span b {
  position: relative;
  z-index: 2;
  font: inherit;
  font-size: 15px;
  line-height: 1.14;
}

.icon-solve .solve-orbit,
.icon-solve .solve-fragment,
.icon-solve .solve-core,
.icon-solve .solve-check {
  transform-origin: 12px 12px;
}

.icon-solve .solve-orbit-outer {
  opacity: .58;
  stroke-dasharray: 36 14;
  animation: solveOuterOrbit 3.1s ease-in-out infinite;
}

.icon-solve .solve-orbit-inner {
  opacity: .38;
  stroke: var(--cyan);
  stroke-dasharray: 14 12;
  animation: solveInnerOrbit 3.1s ease-in-out infinite;
}

.icon-solve .solve-scan {
  stroke: var(--cyan);
  stroke-width: 1.42;
  stroke-dasharray: 3.2;
  animation: solveScan 3.1s ease-in-out infinite;
}

.icon-solve .solve-fragment {
  fill: var(--navy);
  stroke: var(--navy);
  stroke-width: 0;
  opacity: .52;
  animation: solveFragment 3.1s ease-in-out infinite;
}

.icon-solve .solve-fragment-b,
.icon-solve .solve-fragment-d {
  animation-delay: .08s;
}

.icon-solve .solve-core {
  fill: var(--cyan);
  stroke: none;
  opacity: .74;
  animation: solveCore 3.1s ease-in-out infinite;
}

.icon-solve .solve-check {
  stroke: var(--cyan);
  stroke-width: 1.9;
  stroke-dasharray: 13.4;
  animation: solveCheck 3.1s ease-in-out infinite;
}

.icon-execute .execute-line {
  opacity: .42;
}

.icon-execute .execute-check {
  stroke: var(--cyan);
  stroke-width: 1.62;
  opacity: .46;
}

.icon-execute .execute-line-1,
.icon-execute .execute-check-1 {
  animation: executeStepOne 2.7s ease-in-out infinite;
}

.icon-execute .execute-line-2,
.icon-execute .execute-check-2 {
  animation: executeStepTwo 2.7s ease-in-out infinite;
}

.icon-execute .execute-line-3,
.icon-execute .execute-check-3 {
  animation: executeStepThree 2.7s ease-in-out infinite;
}

.icon-connect .connect-link {
  stroke: var(--cyan);
  opacity: .42;
}

.icon-connect .connect-link-top {
  animation: connectLinkTop 2.8s ease-in-out infinite;
}

.icon-connect .connect-link-bottom {
  animation: connectLinkBottom 2.8s ease-in-out infinite;
}

.icon-connect .connect-node {
  opacity: .56;
}

.icon-connect .connect-node-main {
  transform-origin: 6.5px 12px;
  animation: connectMainNode 2.8s ease-in-out infinite;
}

.icon-connect .connect-node-top {
  transform-origin: 17.5px 6.5px;
  animation: connectTopNode 2.8s ease-in-out infinite;
}

.icon-connect .connect-node-bottom {
  transform-origin: 17.5px 17.5px;
  animation: connectBottomNode 2.8s ease-in-out infinite;
}

.icon-close .close-card {
  transform-origin: 11.25px 12.9px;
  animation: closeCard 2.7s ease-in-out infinite;
}

.icon-close .close-fold {
  opacity: .58;
}

.icon-close .close-pending {
  opacity: .56;
  animation: closePending 2.7s ease-in-out infinite;
}

.icon-close .close-pending-2 {
  animation-delay: .12s;
}

.icon-close .close-check {
  stroke: var(--cyan);
  stroke-width: 1.9;
  stroke-dasharray: 13.2;
  transform-origin: 12.6px 12.7px;
  animation: closeCheck 2.7s ease-in-out infinite;
}

@keyframes solveOuterOrbit {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: .52; }
  24% { transform: rotate(18deg) scale(.96); opacity: .68; }
  56%, 80% { transform: rotate(42deg) scale(1.04); opacity: .96; }
}

@keyframes solveInnerOrbit {
  0%, 100% { transform: rotate(0deg) scale(.92); opacity: .32; }
  26% { transform: rotate(-24deg) scale(1.05); opacity: .78; }
  60%, 82% { transform: rotate(-54deg) scale(1.16); opacity: .18; }
}

@keyframes solveScan {
  0%, 100% { stroke-dashoffset: 3.2; opacity: .18; }
  16%, 34% { stroke-dashoffset: 0; opacity: .78; }
  50%, 86% { opacity: .22; }
}

@keyframes solveFragment {
  0%, 30% { transform: scale(1); opacity: .58; }
  42%, 100% { transform: scale(.2); opacity: 0; }
}

@keyframes solveCore {
  0%, 28% { transform: scale(.82); opacity: .72; }
  42%, 58% { transform: scale(1.45); opacity: 1; }
  72%, 100% { transform: scale(.18); opacity: 0; }
}

@keyframes solveCheck {
  0%, 42% { stroke-dashoffset: 13.4; opacity: 0; transform: scale(.94); }
  62%, 86% { stroke-dashoffset: 0; opacity: 1; transform: scale(1.05); }
  100% { stroke-dashoffset: 0; opacity: 1; transform: scale(1); }
}

@keyframes executeStepOne {
  0%, 100% { opacity: .42; }
  9%, 31% { opacity: 1; }
}

@keyframes executeStepTwo {
  0%, 28%, 100% { opacity: .42; }
  40%, 62% { opacity: 1; }
}

@keyframes executeStepThree {
  0%, 58%, 100% { opacity: .42; }
  70%, 92% { opacity: 1; }
}

@keyframes connectMainNode {
  0%, 100% { transform: scale(1); opacity: .68; }
  14%, 72% { transform: scale(1.12); opacity: 1; }
}

@keyframes connectTopNode {
  0%, 28%, 100% { transform: scale(1); opacity: .5; }
  40%, 78% { transform: scale(1.1); opacity: 1; }
}

@keyframes connectBottomNode {
  0%, 48%, 100% { transform: scale(1); opacity: .5; }
  60%, 90% { transform: scale(1.1); opacity: 1; }
}

@keyframes connectLinkTop {
  0%, 100% { opacity: .42; }
  28%, 68% { opacity: 1; }
}

@keyframes connectLinkBottom {
  0%, 34%, 100% { opacity: .42; }
  56%, 90% { opacity: 1; }
}

@keyframes closeCard {
  0%, 100% { transform: scale(1); opacity: .78; }
  48%, 78% { transform: scale(1.035); opacity: 1; }
}

@keyframes closePending {
  0%, 28% { opacity: .6; }
  44%, 78% { opacity: .22; }
  100% { opacity: .5; }
}

@keyframes closeCheck {
  0%, 34% { stroke-dashoffset: 13.2; opacity: 0; transform: scale(.94); }
  54%, 86% { stroke-dashoffset: 0; opacity: 1; transform: scale(1.04); }
  100% { stroke-dashoffset: 0; opacity: 1; transform: scale(1); }
}

.compact-steps {
  grid-template-columns: repeat(4, 1fr);
}

.compact-steps .step-card::after {
  display: none;
}

#como-funciona,
#rubros,
#faq,
#contacto {
  scroll-margin-top: 96px;
}

.industries {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

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

.industry-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(6, 24, 74, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.industry-grid > a.industry-card {
  color: inherit;
  text-decoration: none;
}

.industry-grid > a.industry-card:focus-visible {
  outline: 3px solid rgba(0, 91, 255, .3);
  outline-offset: 4px;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 91, 255, .28);
  box-shadow: var(--shadow);
}

.industry-card span {
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--navy-2);
  font-weight: 900;
  font-size: 13px;
  line-height: 1.35;
}

.industry-card p {
  color: #34436d;
  font-size: 15px;
}

.industry-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 850;
}

.industry-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-color: transparent;
  box-shadow: var(--shadow-blue);
}

.industry-card.featured h3,
.industry-card.featured p {
  color: #fff;
}

.industry-card.featured a {
  color: #fff;
}

.industry-card.featured span {
  color: #dbe9ff;
  background: transparent;
  border: 0;
}

.alert-section {
  background: var(--navy);
}

.alert-section .section-kicker {
  color: #fff;
  background: transparent;
  border-color: transparent;
}

.alert-section h2,
.alert-section .section-heading p {
  color: #fff;
}

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

.alert-card {
  min-height: 220px;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.alert-card h3 {
  color: #fff;
}

.alert-card p {
  color: rgba(255, 255, 255, .82);
}

.included-section {
  background: #f7fbff;
}

.home-page .install-card {
  display: grid;
  gap: 34px;
  padding: 40px;
  border: 1px solid rgba(199, 220, 243, .95);
  border-radius: 30px;
  background: linear-gradient(135deg, #fff, #eef6ff);
  box-shadow: 0 20px 56px rgba(6, 24, 74, .09);
}

.home-page .install-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.home-page .install-copy h2 {
  font-size: clamp(32px, 3vw, 48px);
}

.home-page .install-copy p {
  color: #2f3f69;
  font-size: 18px;
  font-weight: 680;
}

.home-page .install-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 220, 243, .95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(6, 24, 74, .12);
}

.home-page .install-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.home-page .install-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-page .install-grid article {
  min-height: 178px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.home-page .install-grid h3 {
  font-size: 19px;
}

.home-page .install-grid p {
  color: #334267;
  font-size: 14px;
}

.simple-benefits {
  margin-top: 26px;
}

.plan-label {
  display: inline-block;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  color: var(--navy-2);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.featured-price {
  border-color: rgba(0, 91, 255, .34);
  box-shadow: var(--shadow-blue);
}

@media (max-width: 1180px) {
  .industry-grid,
  .alert-grid,
  .compact-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .notification-card {
    right: 0;
  }
}

@media (max-width: 980px) {
  .operation-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hero-slot {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 420px;
    margin: 0;
  }

  .home-page .hero-slot {
    min-height: 240px;
  }

  .home-page .split-grid {
    grid-template-columns: 1fr;
  }

  .notification-card,
  .business-metrics {
    position: relative;
    inset: auto;
    width: auto;
  }

  .business-metrics {
    grid-column: 1 / -1;
  }

  .problem-grid,
  .ai-ops-grid,
  .compact-steps,
  .industry-grid,
  .alert-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .ai-ops-grid {
    gap: 24px;
  }

  .ai-ops-copy {
    max-width: 780px;
  }

  .ai-ops-visual {
    min-height: auto;
  }

  .wide-slot,
  .tall-slot {
    min-height: 340px;
  }

  .home-page .wide-slot,
  .home-page .tall-slot {
    min-height: 180px;
  }

  .industry-card,
  .alert-card {
    min-height: auto;
  }

  .home-page #rubros .industry-card {
    min-height: 196px;
  }

  .home-page .install-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .contact-card-clean {
    grid-template-columns: 1fr;
  }

  .home-page .contact-card-clean > div,
  .home-page .contact-card-clean .contact-info,
  .home-page .contact-card-clean .contact-actions {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .hero-slot {
    min-height: 280px;
    border-radius: 22px;
  }

  .operation-visual {
    grid-template-columns: 1fr;
    order: 4;
  }

  .notification-card,
  .business-metrics {
    grid-column: auto;
  }

  .problem-copy p {
    font-size: 17px;
  }

  .ai-ops-section {
    padding: 54px 0 64px;
  }

  .ai-ops-copy {
    gap: 16px;
  }

  .ai-ops-copy p {
    font-size: 16px;
  }

  .ai-ops-statement {
    padding: 18px 18px 18px 24px;
    border-radius: 21px;
  }

  .ai-ops-statement strong {
    font-size: 16px;
  }

  .ai-ops-statement span {
    font-size: 16px;
  }

  .ai-ops-visual {
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  .ai-ops-verbs {
    gap: 8px;
  }

  .ai-ops-verbs span {
    gap: 10px;
    min-height: 0;
    padding: 12px 8px;
  }

  .verb-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .ai-ops-visual > p {
    font-size: 16px;
  }

  .image-slot {
    min-height: 240px;
    border-radius: 22px;
  }

  .home-page .image-slot {
    min-height: 136px;
  }

  .home-page .pricing-grid {
    grid-template-columns: 1fr;
  }

  .home-page .operation-visual .wa-card {
    order: 1;
  }

  .home-page .operation-visual .notification-card {
    order: 2;
  }

  .home-page .operation-visual .business-metrics {
    order: 3;
  }

  .home-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .seguros-page .operation-visual .wa-card {
    order: 1;
  }

  .seguros-page .operation-visual .notification-card {
    order: 2;
  }

  .seguros-page .operation-visual .business-metrics {
    order: 3;
  }

  .seguros-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .autos-page .hero-actions {
    order: 4;
  }

  .autos-page .trust-line {
    order: 5;
  }

  .autos-page .hero-visual {
    order: 6;
  }

  .autos-page .operation-visual .wa-card {
    order: 1;
  }

  .autos-page .operation-visual .notification-card {
    order: 2;
  }

  .autos-page .operation-visual .business-metrics {
    order: 3;
  }

  .autos-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .talleres-page .hero-actions {
    order: 4;
  }

  .talleres-page .trust-line {
    order: 5;
  }

  .talleres-page .hero-visual {
    order: 6;
  }

  .talleres-page .operation-visual .wa-card {
    order: 1;
  }

  .talleres-page .operation-visual .notification-card {
    order: 2;
  }

  .talleres-page .operation-visual .business-metrics {
    order: 3;
  }

  .talleres-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .inmobiliarias-page .hero-actions {
    order: 4;
  }

  .inmobiliarias-page .trust-line {
    order: 5;
  }

  .inmobiliarias-page .hero-visual {
    order: 6;
  }

  .inmobiliarias-page .operation-visual .wa-card {
    order: 1;
  }

  .inmobiliarias-page .operation-visual .notification-card {
    order: 2;
  }

  .inmobiliarias-page .operation-visual .business-metrics {
    order: 3;
  }

  .inmobiliarias-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .tiendas-page .hero-actions {
    order: 4;
  }

  .tiendas-page .trust-line {
    order: 5;
  }

  .tiendas-page .hero-visual {
    order: 6;
  }

  .tiendas-page .operation-visual .wa-card {
    order: 1;
  }

  .tiendas-page .operation-visual .notification-card {
    order: 2;
  }

  .tiendas-page .operation-visual .business-metrics {
    order: 3;
  }

  .tiendas-page .hero-slot {
    order: 4;
    min-height: 120px;
  }

  .clinicas-page .clinic-hero-visual .wa-card {
    order: 1;
  }

  .clinicas-page .clinic-hero-visual .appointments-card {
    order: 2;
  }

  .clinicas-page .clinic-hero-visual .metrics-card {
    order: 3;
  }

  .clinicas-page .clinic-hero-visual .reminder-card {
    order: 4;
  }

  .clinicas-page .clinic-hero-slot {
    order: 5;
    min-height: 120px;
  }

  .contact-slot {
    min-height: 116px;
    height: 116px;
  }

  .contact-card > div:nth-of-type(1).contact-slot {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-card > div:nth-of-type(2) {
    grid-column: 2;
  }

  .wide-slot,
  .split-grid > .image-slot,
  .included-section .tall-slot {
    order: 4;
  }

  .home-page .wide-slot,
  .home-page .split-grid > .image-slot,
  .home-page .included-section .tall-slot {
    order: 5;
  }

  .home-page .rules-list {
    order: 4;
  }

  .home-page .contact-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .home-page .contact-card > div:nth-of-type(1).contact-slot {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .contact-card > div:nth-of-type(2) {
    grid-column: 1;
  }

  .home-page .contact-slot {
    min-height: 110px;
    height: 110px;
  }

  .home-page .contact-info,
  .home-page .contact-actions {
    grid-column: 1;
  }

  .home-page .contact-card h2 {
    font-size: 30px;
  }

  .home-page #rubros .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-page #rubros .industry-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }

  .home-page #rubros .industry-card {
    min-height: 218px;
    gap: 7px;
    padding: 16px 12px;
    border-radius: 18px;
  }

  .home-page #rubros .industry-card::after {
    width: 4px;
  }

  .industry-mark {
    top: auto;
    right: auto;
    width: min(86px, 62%);
    height: auto;
    border-radius: 20px;
  }

  .industry-mark svg {
    width: 64%;
    height: 64%;
  }

  .home-page #rubros .industry-card h3 {
    font-size: 16px;
  }

  .home-page #rubros .industry-card p {
    font-size: 11.8px;
    line-height: 1.34;
  }

  .home-page .install-card {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .home-page .install-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .install-grid article {
    min-height: auto;
    padding: 18px;
  }

  .home-page .section {
    padding-block: 46px;
  }

  .home-page .work-ready-section {
    padding-block: 44px;
  }

  .home-page .hero {
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .home-page .split-grid {
    gap: 28px;
  }

  .home-page .split-copy h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .home-page .alert-card {
    padding: 18px 18px 18px 68px;
  }

  .home-page .alert-card p {
    font-size: 14px;
    line-height: 1.45;
  }

  .work-ready-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 26px;
  }

  .work-ready-panel::before {
    display: none;
  }

  .work-ready-core {
    min-height: auto;
    padding: 20px 16px;
    border-radius: 22px;
    gap: 10px;
  }

  .work-ready-orbit {
    width: min(116px, 62%);
    height: auto;
    border-radius: 30px;
  }

  .work-ready-orbit svg {
    width: 68%;
    height: 68%;
  }

  .work-ready-core h3 {
    font-size: 28px;
  }

  .work-ready-core p {
    font-size: 14px;
    line-height: 1.45;
  }

  .work-ready-panel .alert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .work-ready-panel .alert-card {
    min-height: 208px;
    padding: 98px 12px 16px;
    text-align: center;
    justify-items: center;
  }

  .work-ready-panel .alert-card::after {
    inset: auto 12px 0 12px;
  }

  .alert-icon {
    left: 50%;
    top: 14px;
    width: 72px;
    height: 72px;
    border-radius: 21px;
    transform: translateX(-50%);
  }

  .alert-icon svg {
    width: 45px;
    height: 45px;
  }

  .home-page .alert-card h3 {
    font-size: 15px;
    line-height: 1.15;
  }

  .home-page .alert-card p {
    font-size: 12.2px;
    line-height: 1.35;
  }

  .home-page .site-footer {
    padding-top: 62px;
  }

  .home-page .footer-brand img {
    height: 62px;
  }

  @media (max-width: 360px) {
    .work-ready-panel .alert-grid {
      grid-template-columns: 1fr;
    }

    .work-ready-panel .alert-card {
      min-height: auto;
      padding: 98px 18px 18px;
    }

    .work-ready-panel .alert-card::after {
      inset: auto 18px 0 18px;
    }
  }

  .home-page .site-footer h3 {
    margin-bottom: 8px;
  }

  .home-page .site-footer a {
    margin-top: 0;
    line-height: 1.25;
  }
}

.pricing-grid.three-tier-pricing {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  max-width: 1120px;
  margin-inline: auto;
}

.clinicas-page .section-heading p,
.clinicas-page .feature-card p,
.clinicas-page .case-grid p,
.clinicas-page .step-card p,
.clinicas-page .price-card > p,
.clinicas-page .billing-note,
.clinicas-page .faq-grid p,
.clinicas-page .contact-card p {
  color: #2f3f69;
}

.clinicas-page .contact-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}

.clinicas-page .clinic-hero-visual .wa-card {
  left: 12px;
  top: 34px;
  width: 254px;
}

.inmobiliarias-page .section-heading p,
.inmobiliarias-page .problem-copy p,
.inmobiliarias-page .step-card p,
.inmobiliarias-page .industry-card p,
.inmobiliarias-page .price-card > p,
.inmobiliarias-page .faq-grid p,
.inmobiliarias-page .contact-card p,
.inmobiliarias-page .simple-benefits p {
  color: #2f3f69;
}

.inmobiliarias-page .industry-card.featured p,
.inmobiliarias-page .alert-section .section-heading p,
.inmobiliarias-page .alert-card p {
  color: rgba(255, 255, 255, .92);
}

.inmobiliarias-page .contact-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}

.inmobiliarias-page .site-footer p,
.inmobiliarias-page .footer-links a,
.inmobiliarias-page .site-footer span {
  color: rgba(255, 255, 255, .84);
}

.inmobiliarias-page .site-footer h3 {
  color: #fff;
}

.tiendas-page .section-heading p,
.tiendas-page .problem-copy p,
.tiendas-page .split-copy p,
.tiendas-page .step-card p,
.tiendas-page .industry-card p,
.tiendas-page .price-card > p,
.tiendas-page .faq-grid p,
.tiendas-page .contact-card p,
.tiendas-page .simple-benefits p {
  color: #2f3f69;
}

.tiendas-page h1,
.tiendas-page h2,
.tiendas-page h3,
.tiendas-page summary,
.tiendas-page .rules-list span {
  color: var(--navy);
}

.tiendas-page .industry-card.featured p,
.tiendas-page .alert-section h2,
.tiendas-page .alert-section .section-heading p,
.tiendas-page .alert-card p {
  color: #fff;
}

.tiendas-page .alert-card h3 {
  color: #fff;
}

.tiendas-page .contact-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}

.tiendas-page .image-slot {
  position: relative;
  border-color: rgba(199, 220, 243, .98);
  box-shadow: 0 16px 44px rgba(6, 24, 74, .08);
  overflow: hidden;
}

.tiendas-page .image-slot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(0, 91, 255, .14);
  border-radius: 20px;
  pointer-events: none;
}

.tiendas-page .site-footer p,
.tiendas-page .footer-links a,
.tiendas-page .site-footer span {
  color: rgba(255, 255, 255, .84);
}

.tiendas-page .site-footer h3 {
  color: #fff;
}

.servicios-page .section-heading p,
.servicios-page .problem-copy p,
.servicios-page .split-copy p,
.servicios-page .step-card p,
.servicios-page .industry-card p,
.servicios-page .price-card > p,
.servicios-page .faq-grid p,
.servicios-page .contact-card p,
.servicios-page .simple-benefits p {
  color: #2f3f69;
}

.servicios-page h1,
.servicios-page h2,
.servicios-page h3,
.servicios-page summary,
.servicios-page .rules-list span {
  color: var(--navy);
}

.servicios-page .industry-card.featured p,
.servicios-page .alert-section h2,
.servicios-page .alert-section .section-heading p,
.servicios-page .alert-card p {
  color: #fff;
}

.servicios-page .alert-card h3 {
  color: #fff;
}

.servicios-page .contact-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow-blue);
}

.servicios-page .image-slot {
  position: relative;
  border-color: rgba(199, 220, 243, .98);
  box-shadow: 0 16px 44px rgba(6, 24, 74, .08);
  overflow: hidden;
}

.servicios-page .image-slot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(0, 91, 255, .14);
  border-radius: 20px;
  pointer-events: none;
}

.servicios-page .site-footer p,
.servicios-page .footer-links a,
.servicios-page .site-footer span {
  color: rgba(255, 255, 255, .84);
}

.servicios-page .site-footer h3 {
  color: #fff;
}

@media (max-width: 980px) {
  .pricing-grid.three-tier-pricing {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .operation-visual .bubble {
    font-size: 12px;
    line-height: 1.38;
  }

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

  .contact-card.vertical-contact-card .contact-slot {
    grid-column: 1;
    grid-row: auto;
  }

  .contact-card.vertical-contact-card > div {
    grid-column: 1;
  }

  .clinic-hero-visual {
    grid-template-columns: 1fr;
  }

  .clinic-hero-visual .wa-card,
  .clinic-hero-visual .appointments-card,
  .clinic-hero-visual .metrics-card,
  .clinic-hero-visual .reminder-card {
    grid-column: 1;
  }

  .clinic-hero-visual .bubble {
    font-size: 12px;
    line-height: 1.38;
  }

  .clinic-hero-visual .mini-row b {
    font-size: 13px;
  }

  .clinic-hero-visual .mini-row small {
    font-size: 11px;
  }

  .clinicas-page .hero-actions {
    order: 4;
  }

  .clinicas-page .hero-visual {
    order: 5;
  }

  .clinicas-page .trust-line {
    order: 6;
  }

  .clinicas-page .clinic-hero-visual .metrics-card,
  .clinicas-page .clinic-hero-visual .reminder-card {
    display: none;
  }

  .clinicas-page .clinic-hero-slot {
    min-height: 170px;
  }

  .clinicas-page h1,
  .clinicas-page h2,
  .clinicas-page h3,
  .clinicas-page summary {
    color: var(--navy);
    opacity: 1;
  }

  .clinicas-page p,
  .clinicas-page li,
  .clinicas-page .feature-card p,
  .clinicas-page .case-grid p,
  .clinicas-page .step-card p,
  .clinicas-page .price-card > p,
  .clinicas-page details p,
  .clinicas-page .contact-card p {
    color: #1f2f59;
    opacity: 1;
  }

  .clinicas-page .section-kicker,
  .clinicas-page .eyebrow {
    color: var(--navy-2);
    background: transparent;
    border-color: transparent;
  }

  .clinicas-page .control-card h2,
  .clinicas-page .control-card h3,
  .clinicas-page .control-card p,
  .clinicas-page .control-points span {
    color: #fff;
  }

  .clinicas-page .control-card p {
    color: rgba(255, 255, 255, .86);
  }

  .inmobiliarias-page h1,
  .inmobiliarias-page h2,
  .inmobiliarias-page h3,
  .inmobiliarias-page summary {
    color: var(--navy);
    opacity: 1;
  }

  .inmobiliarias-page p,
  .inmobiliarias-page li,
  .inmobiliarias-page .step-card p,
  .inmobiliarias-page .industry-card p,
  .inmobiliarias-page .price-card > p,
  .inmobiliarias-page details p,
  .inmobiliarias-page .contact-card p {
    color: #1f2f59;
    opacity: 1;
  }

  .inmobiliarias-page .industry-card.featured h3,
  .inmobiliarias-page .industry-card.featured p,
  .inmobiliarias-page .alert-section h2,
  .inmobiliarias-page .alert-section .section-heading p,
  .inmobiliarias-page .alert-card h3,
  .inmobiliarias-page .alert-card p {
    color: #fff;
  }

  .inmobiliarias-page .section-kicker,
  .inmobiliarias-page .eyebrow {
    color: var(--navy-2);
    background: transparent;
    border-color: transparent;
  }

  .inmobiliarias-page .alert-section .section-kicker {
    color: #fff;
    background: transparent;
    border-color: transparent;
  }

  .tiendas-page h1,
  .tiendas-page h2,
  .tiendas-page h3,
  .tiendas-page summary {
    color: var(--navy);
    opacity: 1;
  }

  .tiendas-page p,
  .tiendas-page li,
  .tiendas-page .step-card p,
  .tiendas-page .industry-card p,
  .tiendas-page .price-card > p,
  .tiendas-page details p,
  .tiendas-page .contact-card p {
    color: #1f2f59;
    opacity: 1;
  }

  .tiendas-page .industry-card.featured h3,
  .tiendas-page .industry-card.featured p,
  .tiendas-page .alert-section h2,
  .tiendas-page .alert-section .section-heading p,
  .tiendas-page .alert-card h3,
  .tiendas-page .alert-card p {
    color: #fff;
  }

  .tiendas-page .section-kicker,
  .tiendas-page .eyebrow {
    color: var(--navy-2);
    background: transparent;
    border-color: transparent;
  }

  .tiendas-page .alert-section .section-kicker {
    color: #fff;
    background: transparent;
    border-color: transparent;
  }

  .servicios-page h1,
  .servicios-page h2,
  .servicios-page h3,
  .servicios-page summary {
    color: var(--navy);
    opacity: 1;
  }

  .servicios-page p,
  .servicios-page li,
  .servicios-page .step-card p,
  .servicios-page .industry-card p,
  .servicios-page .price-card > p,
  .servicios-page details p,
  .servicios-page .contact-card p {
    color: #1f2f59;
    opacity: 1;
  }

  .servicios-page .industry-card.featured h3,
  .servicios-page .industry-card.featured p,
  .servicios-page .alert-section h2,
  .servicios-page .alert-section .section-heading p,
  .servicios-page .alert-card h3,
  .servicios-page .alert-card p {
    color: #fff;
  }

  .servicios-page .section-kicker,
  .servicios-page .eyebrow {
    color: var(--navy-2);
    background: transparent;
    border-color: transparent;
  }

  .servicios-page .alert-section .section-kicker {
    color: #fff;
    background: transparent;
    border-color: transparent;
  }

  .servicios-page .site-footer p,
  .servicios-page .footer-links a,
  .servicios-page .site-footer span {
    color: rgba(255, 255, 255, .86);
  }

  .servicios-page .site-footer h3 {
    color: #fff;
  }

  .contact-actions .btn {
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
    padding-inline: 18px;
  }
}

/* Clean vertical pages final overrides */
.rubro-clean-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rubro-clean-page .sector-hero-simple {
  padding-block: 58px 46px;
}

.rubro-clean-page .sector-hero-simple .hero-grid {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.rubro-clean-page .sector-hero-simple .hero-copy {
  max-width: 820px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.rubro-clean-page .sector-hero-simple .lead {
  max-width: 700px;
}

.rubro-clean-page .sector-ready-section {
  padding-block: 34px;
}

.rubro-clean-page .industries,
.rubro-clean-page .included-section,
.rubro-clean-page .faq,
.rubro-clean-page .contact {
  padding-block: 56px;
}

.rubro-clean-page .sector-text-grid .sector-card {
  min-height: 138px;
}

.rubro-clean-page .sector-contact-card {
  grid-template-columns: 1.15fr .95fr 1fr;
}

@media (max-width: 980px) {
  .rubro-clean-page .hero-copy,
  .rubro-clean-page .split-copy {
    display: grid;
  }

  .rubro-clean-page .rubro-hero-visual {
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
  }

  .rubro-clean-page .sector-contact-card {
    grid-template-columns: 1fr;
  }

  .rubro-clean-page .sector-contact-card .contact-info,
  .rubro-clean-page .sector-contact-card .contact-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .rubro-clean-page .hero-copy,
  .rubro-clean-page .split-copy {
    display: grid;
    gap: 16px;
  }

  .rubro-clean-page .rubro-hero-visual {
    order: 2;
    grid-template-columns: 1fr;
  }

  .rubro-clean-page .sector-contact-card {
    grid-template-columns: 1fr;
  }

  .rubro-clean-page .industries,
  .rubro-clean-page .included-section,
  .rubro-clean-page .faq,
  .rubro-clean-page .contact {
    padding-block: 44px;
  }

  .rubro-clean-page .sector-text-grid .sector-card {
    min-height: 0;
  }
}
