:root {
  --blue-950: #0b1738;
  --blue-900: #13255a;
  --blue-800: #1f2f68;
  --blue-700: #2c3f86;
  --blue-100: #eef2ff;
  --green: #1fae6b;
  --green-900: #137647;
  --gold: #f4b63f;
  --ink: #162033;
  --muted: #667085;
  --soft: #f6f8fb;
  --paper: #ffffff;
  --line: #dfe5ee;
  --line-strong: #cbd5e1;
  --shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
  --radius: 18px;
  --container: min(1160px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  transform: translateY(-150%);
  background: #fff;
  color: var(--blue-800);
  border: 1px solid var(--blue-800);
  padding: 10px 14px;
  border-radius: 10px;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 229, 238, 0.84);
  backdrop-filter: blur(16px);
  transition: box-shadow 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  width: min(210px, 100%);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.site-menu a,
.header-cta {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--blue-800);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--blue-800);
  border-radius: 999px;
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 800;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
  background: var(--blue-800);
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--blue-800);
  border-radius: 14px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero {
  position: relative;
  min-height: clamp(700px, 84svh, 860px);
  overflow: hidden;
  color: #fff;
}

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

.hero-bg {
  background-image: url("assets/grupo-nexo-hero.webp");
  background-size: cover;
  background-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 23, 56, 0.94) 0%, rgba(19, 37, 90, 0.84) 36%, rgba(19, 37, 90, 0.48) 62%, rgba(19, 37, 90, 0.2) 100%),
    linear-gradient(180deg, rgba(11, 23, 56, 0.18), rgba(11, 23, 56, 0.48));
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.52fr);
  gap: 48px;
  align-items: center;
  padding: clamp(54px, 6vw, 84px) 0;
}

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.hero-badge span {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.hero h1,
.section-title,
.final-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(44px, 5.4vw, 76px);
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.7vw, 21px);
}

.hero-support {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: #fff;
  border-color: #fff;
  color: var(--blue-900);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-100);
}

.button-whatsapp {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: var(--green-900);
  border-color: var(--green-900);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.hero-metrics article {
  min-height: 142px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  color: var(--ink);
}

.hero-metrics strong {
  display: block;
  margin-top: 24px;
  color: var(--blue-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.hero-metrics p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  color: var(--blue-800);
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.icon-calendar::before {
  inset: 6px 4px 5px;
  border-radius: 7px;
}

.icon-calendar::after {
  left: 9px;
  right: 9px;
  top: 13px;
  height: 0;
  border-width: 2px 0 0;
}

.icon-family::before {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 3px;
  border-radius: 50%;
}

.icon-family::after {
  width: 24px;
  height: 14px;
  left: 5px;
  bottom: 4px;
  border-radius: 14px 14px 4px 4px;
}

.icon-nurse::before {
  inset: 4px 7px 5px;
  border-radius: 12px 12px 7px 7px;
}

.icon-nurse::after {
  left: 14px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.icon-home::before {
  width: 22px;
  height: 18px;
  left: 6px;
  bottom: 5px;
  border-radius: 4px;
}

.icon-home::after {
  width: 18px;
  height: 18px;
  left: 8px;
  top: 4px;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}

.icon-shield::before {
  inset: 3px 7px 4px;
  border-radius: 16px 16px 12px 12px;
}

.icon-shield::after {
  left: 13px;
  top: 10px;
  width: 7px;
  height: 12px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.icon-clipboard::before {
  inset: 4px 7px 3px;
  border-radius: 6px;
}

.icon-clipboard::after {
  left: 12px;
  right: 12px;
  top: 12px;
  height: 9px;
  border-width: 2px 0;
}

.icon-map::before {
  inset: 5px 7px 5px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-map::after {
  width: 6px;
  height: 6px;
  left: 14px;
  top: 12px;
  border-radius: 50%;
}

.section {
  padding: clamp(78px, 9vw, 124px) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-title {
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 62px);
}

.section-copy {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.trust-section {
  background: #fff;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.metric-item {
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.metric-item strong {
  display: block;
  color: var(--blue-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
}

.metric-item span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

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

.trust-card,
.service-card,
.difference-item,
.process-card,
.review-card,
.lead-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.04);
}

.trust-card {
  min-height: 260px;
  padding: 28px;
}

.trust-card h3,
.service-card h3,
.difference-item h3,
.process-card h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 500;
}

.trust-card p,
.service-card p,
.difference-item p,
.process-card p,
.review-card p {
  margin: 0;
  color: var(--muted);
}

.quote-block {
  margin: 28px 0 0;
  padding: clamp(28px, 4vw, 44px);
  background: var(--soft);
  border-left: 4px solid var(--blue-800);
  border-radius: var(--radius);
}

.quote-block p {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.24;
}

.quote-block cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.services-section {
  background: var(--soft);
}

.tab-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 760px;
  margin-bottom: 24px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.tab-control button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.tab-control button[aria-selected="true"] {
  background: var(--blue-800);
  color: #fff;
  box-shadow: 0 12px 30px rgba(31, 47, 104, 0.22);
}

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

.service-card {
  position: relative;
  min-height: 520px;
  padding: 30px;
  scroll-margin-top: 116px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card.is-selected {
  border-color: var(--blue-800);
  box-shadow: 0 24px 70px rgba(31, 47, 104, 0.16);
  transform: translateY(-6px);
}

.service-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  background: var(--blue-100);
  border: 1px solid rgba(31, 47, 104, 0.12);
  border-radius: 999px;
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge-featured {
  background: var(--blue-800);
  color: #fff;
}

.service-card h3 {
  margin-top: 74px;
  font-size: 32px;
}

.service-card ul,
.contact-benefits {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.service-card li,
.contact-benefits li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-weight: 650;
}

.service-card li::before,
.contact-benefits li::before,
.process-card em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.green-note {
  margin-top: 22px !important;
  padding: 14px 16px;
  background: rgba(31, 174, 107, 0.1);
  border: 1px solid rgba(31, 174, 107, 0.22);
  border-radius: 14px;
  color: var(--green-900) !important;
  font-size: 14px;
  font-weight: 800;
}

.difference-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.difference-image {
  min-height: 680px;
  background-image:
    linear-gradient(180deg, rgba(19, 37, 90, 0.04), rgba(19, 37, 90, 0.12)),
    url("assets/grupo-nexo-hero.webp");
  background-size: cover;
  background-position: center right;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.difference-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.difference-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
}

.difference-item span {
  color: var(--blue-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.difference-item h3 {
  margin: 0 0 8px;
  font-size: 23px;
}

.process-section {
  background: var(--soft);
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.process-card strong {
  color: var(--blue-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1;
  font-weight: 500;
}

.process-card h3 {
  margin: 0 0 8px;
}

.process-card em {
  position: relative;
  display: block;
  margin-top: 14px;
  padding-left: 28px;
  color: var(--green-900);
  font-style: italic;
  font-weight: 750;
}

.reviews-section {
  background: #fff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.review-card {
  min-height: 310px;
  padding: 24px;
}

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

.review-head span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--blue-100);
  border-radius: 50%;
  color: var(--blue-800);
  font-weight: 900;
}

.review-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
}

.review-head p {
  margin: 2px 0 0;
  font-size: 13px;
}

.stars {
  margin: 18px 0 14px;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.faq-section {
  background: var(--soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-item button {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 20px 0;
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.faq-item button span {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--blue-800);
  border-radius: 50%;
}

.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1px;
  background: var(--blue-800);
  transition: transform 180ms ease;
}

.faq-item button span::after {
  transform: rotate(90deg);
}

.faq-item.is-open button span::after {
  transform: rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 24px;
}

.contact-section {
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-benefits {
  margin-top: 30px;
}

.lead-form {
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 850;
}

.lead-form label:nth-child(5),
.lead-form label:nth-child(6),
.lead-form button,
.privacy-note {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 14px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue-800);
  box-shadow: 0 0 0 4px rgba(31, 47, 104, 0.1);
}

.lead-form .button-primary {
  background: var(--blue-800);
  border-color: var(--blue-800);
  color: #fff;
}

.lead-form .button-primary:hover,
.lead-form .button-primary:focus-visible {
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  padding: 52px 0;
  background: var(--soft);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 36px;
}

.footer-brand {
  display: inline-flex;
  width: min(230px, 88%);
}

.site-footer p {
  max-width: 390px;
  margin: 18px 0 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-top: 8px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 18px;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(31, 174, 107, 0.3);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(31, 174, 107, 0.52);
  border-radius: inherit;
  animation: pulse 2.4s ease-out infinite;
}

.whatsapp-float::after {
  animation-delay: 1.2s;
}

.whatsapp-float span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.whatsapp-float span::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-25deg);
}

@keyframes pulse {
  0% {
    opacity: 0.72;
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    transform: scale(1.38);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Editorial trust system panel */
.difference-system-panel {
  position: sticky;
  top: 128px;
  width: min(100%, 520px);
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  justify-self: center;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  padding: 36px;
  border: 1px solid rgba(44, 47, 143, 0.14) !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 8%, rgba(44, 47, 143, 0.12), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f8faff 54%, #edf3ff 100%) !important;
  background-image: none !important;
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.07) !important;
}

.difference-system-panel::before {
  content: "";
  position: absolute;
  right: -138px;
  bottom: -152px;
  width: 360px;
  height: 360px;
  border: 28px solid rgba(44, 47, 143, 0.055);
  border-radius: 50%;
  transform: rotate(-28deg);
}

.system-panel-head,
.system-flow,
.system-panel-footer {
  position: relative;
  z-index: 1;
}

.system-panel-head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(44, 47, 143, 0.09);
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-panel-head strong {
  display: block;
  max-width: 360px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.system-panel-head p {
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.system-flow {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.system-flow article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(44, 47, 143, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.04);
}

.system-flow h3 {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.system-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.system-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f0f2fb;
  color: var(--blue-800);
}

.system-icon::before,
.system-icon::after {
  content: "";
  position: absolute;
}

.system-icon-selection::before {
  width: 25px;
  height: 25px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%203h6l1%202h3v16H5V5h3l1-2Z'/%3E%3Cpath%20d='m8.5%2013%202.5%202.5L16%2010'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%203h6l1%202h3v16H5V5h3l1-2Z'/%3E%3Cpath%20d='m8.5%2013%202.5%202.5L16%2010'/%3E%3C/svg%3E") center / contain no-repeat;
}

.system-icon-selection::after {
  content: none;
}

.system-icon-affinity::before {
  width: 26px;
  height: 26px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='9'%20cy='8'%20r='3.5'/%3E%3Cpath%20d='M3.5%2020a5.5%205.5%200%200%201%2011%200'/%3E%3Cpath%20d='M17.5%207.2c1.4-1.6%204-.6%204%201.6%200%202.4-4%204.7-4%204.7s-4-2.3-4-4.7c0-2.2%202.6-3.2%204-1.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='9'%20cy='8'%20r='3.5'/%3E%3Cpath%20d='M3.5%2020a5.5%205.5%200%200%201%2011%200'/%3E%3Cpath%20d='M17.5%207.2c1.4-1.6%204-.6%204%201.6%200%202.4-4%204.7-4%204.7s-4-2.3-4-4.7c0-2.2%202.6-3.2%204-1.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.system-icon-affinity::after {
  content: none;
}

.system-icon-supervision::before {
  width: 26px;
  height: 26px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%2012s3.4-6%209-6%209%206%209%206-3.4%206-9%206-9-6-9-6Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='2.5'/%3E%3Cpath%20d='m16.5%2017.5%203%203'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%2012s3.4-6%209-6%209%206%209%206-3.4%206-9%206-9-6-9-6Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='2.5'/%3E%3Cpath%20d='m16.5%2017.5%203%203'/%3E%3C/svg%3E") center / contain no-repeat;
}

.system-icon-supervision::after {
  content: none;
}

.system-panel-footer {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(44, 47, 143, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.system-panel-footer p {
  margin: 0;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.system-mascot-mini {
  position: relative;
  width: 74px;
  height: 58px;
}

.system-mascot-head {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 62px;
  height: 48px;
  border-radius: 32px;
  background: linear-gradient(145deg, #0c3475 0%, #173f88 54%, #08265f 100%);
  box-shadow: 0 12px 22px rgba(12, 52, 117, 0.2);
  transform: translateX(-50%);
}

.system-mascot-head span {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 11px;
  height: 28px;
  border-radius: 24px;
  background: #fff;
}

.system-mascot-head span::before,
.system-mascot-head span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 6px;
  height: 10px;
  border-radius: 999px;
  background: #0f3475;
}

.system-mascot-head span::before {
  left: 14px;
}

.system-mascot-head span::after {
  right: 14px;
}

.system-mascot-mini i {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 17px;
  border: 3px solid #0f3475;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.system-mascot-mini i:nth-of-type(1) {
  left: 9px;
  transform: rotate(6deg);
}

.system-mascot-mini i:nth-of-type(2) {
  right: 9px;
  transform: rotate(-6deg);
}

@media (max-width: 980px) {
  .difference-system-panel {
    position: relative;
    top: auto;
    width: min(100%, 560px);
    aspect-ratio: auto;
    min-height: 0 !important;
  }
}

@media (max-width: 560px) {
  .difference-system-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .system-flow article,
  .system-panel-footer {
    grid-template-columns: 1fr;
  }

  .system-panel-footer {
    justify-items: start;
  }
}

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: 190px 1fr auto;
  }

  .hero-grid,
  .difference-layout,
  .contact-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-metrics,
  .difference-image {
    max-width: 620px;
  }

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

  .difference-image {
    min-height: 460px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 32px, 1160px);
  }

  .nav {
    min-height: 70px;
    grid-template-columns: 178px auto;
  }

  .site-menu,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-menu.is-open {
    position: fixed;
    inset: 70px 0 0;
    z-index: 98;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 24px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
  }

  .site-menu.is-open a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-position: 67% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(11, 23, 56, 0.96) 0%, rgba(19, 37, 90, 0.88) 58%, rgba(19, 37, 90, 0.58) 100%),
      linear-gradient(180deg, rgba(11, 23, 56, 0.24), rgba(11, 23, 56, 0.6));
  }

  .hero-grid {
    padding: 78px 0 56px;
  }

  .hero-metrics,
  .metric-row,
  .trust-card-grid,
  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tab-control {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav {
    grid-template-columns: 158px auto;
  }

  .hero h1 {
    font-size: clamp(41px, 12vw, 58px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-metrics article {
    min-height: auto;
  }

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

  .service-card h3 {
    margin-top: 56px;
  }

  .difference-item,
  .process-card {
    grid-template-columns: 1fr;
  }

  .difference-image {
    min-height: 340px;
  }

  .faq-item button {
    font-size: 20px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
  }
}

/* Reference-aligned refinements */
:root {
  --blue-800: #2f3192;
  --blue-900: #132c67;
  --soft: #f4f6fb;
  --radius: 14px;
  --container: min(1640px, calc(100% - 96px));
}

.site-header {
  position: sticky;
  background: rgba(255, 255, 255, 0.98);
}

.nav {
  min-height: 108px;
  grid-template-columns: 292px 1fr auto;
}

.brand {
  width: min(280px, 100%);
}

.site-menu {
  gap: 44px;
  font-size: 18px;
  font-weight: 500;
}

.header-cta {
  min-height: 60px;
  padding: 16px 30px;
  border-radius: 8px;
  background: #2f3192;
  border-color: #2f3192;
  color: #fff;
  font-size: 18px;
  gap: 10px;
}

.header-cta::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  transform: rotate(45deg);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.hero {
  min-height: calc(100svh - 108px);
}

.hero-bg {
  background-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(31, 33, 112, 0.9) 0%, rgba(54, 56, 148, 0.78) 48%, rgba(54, 56, 148, 0.48) 72%, rgba(11, 23, 56, 0.68) 100%),
    linear-gradient(180deg, rgba(31, 33, 112, 0.18), rgba(31, 33, 112, 0.68));
}

.hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.54fr);
  padding: 44px 0 54px;
}

.hero-badge {
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(50px, 6.2vw, 86px);
  line-height: 0.98;
}

.hero-subtitle {
  max-width: 760px;
  font-size: 25px;
  line-height: 1.45;
}

.hero-support {
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-actions {
  margin-top: 38px;
  gap: 16px;
}

.hero-actions .button {
  min-width: 240px;
  min-height: 80px;
  border-radius: 7px;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.hero-metrics {
  grid-template-columns: 1fr;
  gap: 20px;
  justify-self: end;
  width: min(430px, 100%);
  padding: 34px;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 14px;
}

.hero-metrics article {
  min-height: auto;
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 20px;
  align-items: center;
  padding: 0;
  background: transparent;
  color: #fff;
}

.hero-metrics .icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: #fff;
}

.hero-metrics strong {
  margin: 0;
  color: #fff;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.hero-metrics p {
  grid-column: 2;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  font-weight: 400;
}

.trust-section {
  padding-top: clamp(120px, 13vw, 180px);
  padding-bottom: 72px;
}

.trust-section .section-heading,
.services-section .section-heading,
.process-section .section-heading,
.reviews-section .section-heading,
.faq-section .section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.trust-section .section-copy,
.services-section .section-copy,
.process-intro,
.reviews-section .section-copy,
.faq-section .section-copy {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  color: #22279a;
  letter-spacing: 0.16em;
}

.metric-row {
  gap: 0;
  margin: 72px 0 74px;
  border-bottom: 1px solid var(--line);
}

.metric-item {
  padding: 0 20px 72px;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.metric-item strong {
  color: #2f3192;
  font-size: clamp(48px, 5vw, 68px);
}

.metric-item span {
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
}

.trust-card-grid {
  gap: 64px;
}

.trust-card {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.trust-card .icon {
  color: #2f3192;
  margin-bottom: 28px;
}

.trust-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.trust-card p {
  font-size: 18px;
  line-height: 1.56;
}

.quote-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-top: 84px;
  padding: 44px 48px;
  background: #f4f5fb;
  border: 1px solid #d9dced;
  border-left: 1px solid #d9dced;
  border-radius: 14px;
}

.quote-block p {
  position: relative;
  padding-left: 70px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
}

.quote-block p::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -12px;
  color: #2f3192;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  line-height: 1;
}

.quote-block cite {
  margin-left: 70px;
  color: #1f2490;
  font-size: 18px;
}

.quote-cta,
.service-action,
.button-blue {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: #2f3192;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.services-section {
  padding-top: clamp(118px, 13vw, 174px);
  background: #f4f6fb;
}

.services-section .section-title {
  color: var(--ink);
}

.services-section .section-title::first-line {
  color: #2f3192;
}

.tab-control {
  max-width: 660px;
  margin: 76px auto 54px;
  background: transparent;
  border: 0;
  gap: 12px;
}

.tab-control button {
  min-height: 50px;
  background: #fff;
  border: 1px solid var(--line);
  color: #344054;
  font-size: 18px;
  letter-spacing: 0;
  box-shadow: none;
}

.tab-control button[aria-selected="true"] {
  background: #2f3192;
  color: #fff;
}

.service-grid {
  gap: 38px;
  align-items: stretch;
}

.service-card {
  min-height: 640px;
  padding: 48px 40px 34px;
  border-radius: 14px;
  box-shadow: none;
}

.service-card.is-selected {
  transform: none;
  border: 2px solid #2f3192;
  border-top-width: 5px;
  box-shadow: none;
}

.service-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 38px;
  color: #2f3192;
  position: relative;
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
}

.service-icon-clock::before {
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.service-icon-clock::after {
  width: 7px;
  height: 8px;
  left: 11px;
  top: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.service-icon-sun::before {
  inset: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.service-icon-sun::after {
  inset: 0;
  border: 2px dotted currentColor;
  border-radius: 50%;
}

.service-icon-moon::before {
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-20deg);
}

.service-badge {
  position: absolute;
  top: 38px;
  right: 38px;
  min-height: 34px;
  background: #eef8ff;
  border: 0;
  border-radius: 999px;
  color: #00629d;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.badge-featured {
  background: #ececf7;
  color: #2f3192;
}

.service-card h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.service-card p,
.service-card li {
  color: #667085;
  font-size: 18px;
  line-height: 1.58;
}

.service-card ul {
  margin-top: 28px;
}

.service-card li {
  font-weight: 400;
}

.service-action {
  width: 100%;
  margin-top: 30px;
  background: #f8fafc;
  border: 1px solid var(--line);
  color: var(--ink);
}

.service-action.primary {
  background: #2f3192;
  border-color: #2f3192;
  color: #fff;
}

.green-note {
  background: #eafaf2;
  border-color: #bcebd4;
  color: #00845b !important;
}

.difference-section {
  background: #fff;
  padding-top: 92px;
}

.difference-layout {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: start;
}

.difference-image {
  position: sticky;
  top: 128px;
  min-height: 540px;
  background-position: center;
  border-radius: 12px;
}

.difference-image::after {
  content: "Personal verificado\\A Cédula profesional, antecedentes y evaluación psicológica.";
  white-space: pre-line;
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 230px;
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  color: var(--ink);
  box-shadow: var(--shadow);
  font-weight: 800;
  line-height: 1.35;
}

.difference-copy .section-title span {
  display: block;
  color: #2f3192;
}

.difference-intro {
  margin: 24px 0 36px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.55;
}

.difference-list {
  gap: 34px;
}

.difference-item {
  grid-template-columns: 42px 1fr;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.difference-item span {
  color: #2f3192;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0;
}

.difference-item span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.difference-item h3 {
  font-size: 22px;
  font-weight: 750;
}

.difference-item p {
  font-size: 19px;
  line-height: 1.56;
}

.process-section {
  padding-top: 110px;
  background: #f1f4fa;
}

.process-intro {
  max-width: 740px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
  margin-top: -18px;
  margin-bottom: 84px;
}

.process-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}

.process-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 34px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.process-card strong {
  color: #dedff0;
  font-size: 58px;
}

.process-card h3 {
  margin-top: 58px;
  font-size: 24px;
  font-weight: 750;
}

.process-card p {
  font-size: 18px;
}

.process-card em {
  margin-top: auto;
  color: #98a2b3;
  font-size: 16px;
}

.process-action {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}

.reviews-section {
  background: #f7f8fc;
}

.reviews-section .section-copy {
  max-width: 650px;
}

.review-grid {
  max-width: 1180px;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
  gap: 22px;
}

.review-card {
  min-height: 290px;
  padding: 26px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.review-head strong {
  margin-left: auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #4285f4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.review-head span {
  background: #edf1ff;
}

.stars {
  color: #fbbc04;
  font-size: 18px;
}

.review-card p {
  color: #475467;
  font-size: 16px;
  line-height: 1.55;
}

.faq-section {
  background: #fff;
}

.faq-layout {
  display: block;
  max-width: 1120px;
  margin-inline: auto;
}

.faq-section .section-copy {
  max-width: 740px;
}

.faq-list {
  margin-top: 80px;
  border: 0;
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-item button {
  min-height: 86px;
  padding: 24px 34px;
  color: #05112a;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.faq-item.is-open {
  border-color: #bfc3e8;
}

.faq-item.is-open button {
  color: #1f2490;
}

.faq-item button span {
  background: #f3f4f8;
  border: 0;
}

.faq-item.is-open button span {
  background: #2f3192;
}

.faq-item.is-open button span::before,
.faq-item.is-open button span::after {
  background: #fff;
}

.faq-answer > p {
  padding-inline: 34px;
  font-size: 18px;
  line-height: 1.6;
}

.faq-contact-card {
  margin: 66px auto 0;
  max-width: 980px;
  padding: 44px;
  background: #f4f5fb;
  border-radius: 14px;
  text-align: center;
}

.faq-contact-card h3 {
  margin: 12px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.faq-contact-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
}

.faq-contact-card div {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-section {
  background: #f4f6fb;
}

.contact-layout {
  align-items: center;
}

.lead-form {
  border-radius: 18px;
  box-shadow: none;
}

.site-footer {
  background: #edf1f7;
}

.whatsapp-float {
  width: 78px;
  height: 78px;
  min-height: 78px;
  padding: 0;
  font-size: 0;
  border: 10px solid rgba(31, 174, 107, 0.14);
  box-shadow: none;
}

.whatsapp-float span {
  width: 28px;
  height: 28px;
}

.whatsapp-float::before,
.whatsapp-float::after {
  inset: -14px;
  border-width: 10px;
  border-color: rgba(31, 174, 107, 0.16);
}

@media (max-width: 1120px) {
  :root {
    --container: min(100% - 64px, 1160px);
  }

  .nav {
    min-height: 92px;
    grid-template-columns: 220px 1fr auto;
  }

  .hero-grid,
  .difference-layout {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    justify-self: start;
  }

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

  .difference-image {
    position: relative;
    top: auto;
    min-height: 430px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 32px, 1160px);
  }

  .nav {
    min-height: 76px;
    grid-template-columns: 190px auto;
  }

  .brand {
    width: 190px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(44px, 12vw, 62px);
  }

  .hero-subtitle,
  .hero-support {
    font-size: 18px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 58px;
  }

  .hero-metrics {
    width: 100%;
    padding: 22px;
  }

  .metric-row,
  .trust-card-grid,
  .service-grid,
  .process-list,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .trust-section,
  .services-section,
  .process-section {
    padding-top: 84px;
  }

  .metric-row {
    margin-top: 44px;
  }

  .trust-card-grid {
    gap: 34px;
  }

  .quote-block {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .quote-block p {
    padding-left: 0;
    font-size: 21px;
  }

  .quote-block p::before {
    position: static;
    display: block;
    margin-bottom: -12px;
  }

  .quote-block cite {
    margin-left: 0;
  }

  .tab-control {
    margin-top: 46px;
    border-radius: 16px;
  }

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

  .difference-intro {
    font-size: 18px;
  }

  .process-intro {
    margin-bottom: 42px;
    font-size: 18px;
  }

  .faq-item button {
    padding: 20px;
    font-size: 18px;
  }

  .faq-answer > p {
    padding-inline: 20px;
  }
}

@media (max-width: 620px) {
  .nav {
    grid-template-columns: 168px auto;
  }

  .brand {
    width: 168px;
  }

  .hero-grid {
    padding: 48px 0;
  }

  .hero-metrics article {
    grid-template-columns: 48px 1fr;
  }

  .hero-metrics .icon {
    width: 48px;
    height: 48px;
  }

  .section-title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .service-badge {
    position: static;
    margin-bottom: 18px;
  }

  .service-card {
    padding: 28px 22px;
  }

  .difference-image::after {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }

  .faq-contact-card {
    padding: 30px 18px;
  }

  .faq-contact-card div {
    display: grid;
  }
}

/* Clean Montserrat spacing pass */
:root {
  --blue-950: #0c1533;
  --blue-900: #17265a;
  --blue-800: #2c2f8f;
  --blue-700: #38439a;
  --blue-100: #f0f2fb;
  --green: #16bd82;
  --green-900: #087e5a;
  --ink: #121827;
  --muted: #657184;
  --soft: #f7f8fb;
  --paper: #ffffff;
  --line: #e6eaf1;
  --line-strong: #d8dee9;
  --shadow: 0 18px 44px rgba(18, 24, 39, 0.07);
  --radius: 16px;
  --container: min(1640px, calc(100% - 128px));
}

* {
  letter-spacing: 0 !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

body {
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.hero h1,
.section-title,
.final-card h2,
.trust-card h3,
.service-card h3,
.difference-item h3,
.process-card h3,
.quote-block p,
.metric-item strong,
.hero-metrics strong,
.process-card strong,
.faq-contact-card h3 {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.site-header {
  border-bottom-color: rgba(230, 234, 241, 0.92);
  box-shadow: none;
}

.nav {
  min-height: 106px;
  gap: 56px;
}

.brand {
  width: 270px;
}

.site-menu {
  gap: 50px;
  color: #263044;
  font-size: 17px;
  font-weight: 500;
}

.header-cta {
  min-height: 58px;
  padding: 0 30px;
  background: var(--blue-800);
  border-color: var(--blue-800);
  border-radius: 7px;
  font-size: 17px;
  font-weight: 700;
}

.hero {
  min-height: 760px;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 27, 77, 0.88) 0%, rgba(44, 47, 143, 0.72) 52%, rgba(20, 27, 77, 0.55) 100%),
    linear-gradient(180deg, rgba(20, 27, 77, 0.14), rgba(20, 27, 77, 0.42));
}

.hero-grid {
  grid-template-columns: minmax(0, 0.95fr) 430px;
  gap: 104px;
  padding: 78px 0 92px;
}

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

.hero-badge {
  margin-bottom: 34px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 760px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.12;
}

.hero-subtitle {
  max-width: 790px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
  line-height: 1.75;
}

.hero-support {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 500;
}

.hero-actions {
  margin-top: 42px;
  gap: 18px;
}

.hero-actions .button {
  min-width: 248px;
  min-height: 66px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
}

.button {
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.hero-metrics {
  gap: 26px;
  width: 430px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
}

.hero-metrics article {
  grid-template-columns: 56px 1fr;
  column-gap: 22px;
}

.hero-metrics strong {
  font-size: 24px;
  font-weight: 700;
}

.hero-metrics p {
  font-size: 16px;
}

.section {
  padding: 132px 0;
}

.section-heading {
  max-width: 870px;
  margin-bottom: 72px;
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 700;
}

.section-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
}

.section-copy {
  max-width: 820px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.trust-section {
  padding-top: 154px;
  padding-bottom: 110px;
}

.metric-row {
  margin: 90px 0 90px;
  border-bottom-color: var(--line);
}

.metric-item {
  padding-bottom: 76px;
}

.metric-item strong {
  color: var(--blue-800);
  font-size: 54px;
  font-weight: 700;
}

.metric-item span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.trust-card-grid {
  gap: 86px;
}

.trust-card h3 {
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.trust-card p {
  font-size: 16px;
  line-height: 1.8;
}

.quote-block {
  margin-top: 96px;
  padding: 42px 48px;
  background: #f5f6fb;
  border-color: var(--line-strong);
}

.quote-block p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.75;
}

.quote-block p::before {
  content: "\\201C";
  color: var(--blue-800);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.quote-block cite {
  font-size: 16px;
}

.quote-cta,
.service-action,
.button-blue {
  min-height: 58px;
  padding: 0 28px;
  background: var(--blue-800);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
}

.services-section {
  padding-top: 138px;
  padding-bottom: 142px;
  background: var(--soft);
}

.services-section .section-title::first-line {
  color: inherit;
}

.services-section .section-title {
  max-width: 900px;
  margin-inline: auto;
}

.tab-control {
  max-width: 740px;
  margin: 84px auto 72px;
  gap: 16px;
}

.tab-control button {
  min-height: 52px;
  border-color: var(--line-strong);
  color: #313a4c;
  font-size: 16px;
  font-weight: 600;
}

.tab-control button[aria-selected="true"] {
  background: var(--blue-800);
  box-shadow: 0 14px 32px rgba(44, 47, 143, 0.14);
}

.service-grid {
  gap: 48px;
}

.service-card {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  padding: 54px 48px 44px;
  border-color: var(--line);
  box-shadow: 0 12px 32px rgba(18, 24, 39, 0.035);
}

.service-card.is-selected {
  border: 2px solid var(--blue-800);
  border-top-width: 4px;
  box-shadow: 0 22px 54px rgba(44, 47, 143, 0.1);
}

.service-badge {
  top: 42px;
  right: 42px;
  color: #006796;
  font-size: 14px;
  font-weight: 700;
}

.badge-featured {
  background: #eeeefa;
  color: var(--blue-800);
}

.service-card h3 {
  margin-bottom: 22px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.service-card p,
.service-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.service-card ul {
  gap: 14px;
  margin-top: 32px;
}

.service-action {
  margin-top: auto;
}

.green-note {
  margin-top: 26px !important;
  margin-bottom: 28px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.difference-section {
  padding-top: 140px;
  padding-bottom: 144px;
}

.difference-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 116px;
}

.difference-image {
  min-height: 620px;
  box-shadow: none;
}

.difference-image::after {
  padding: 30px;
  box-shadow: 0 18px 44px rgba(18, 24, 39, 0.11);
  font-size: 15px;
}

.difference-intro {
  margin: 30px 0 48px;
  font-size: 19px;
  line-height: 1.85;
}

.difference-list {
  gap: 42px;
}

.difference-item {
  grid-template-columns: 38px 1fr;
  gap: 22px;
}

.difference-item h3 {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
}

.difference-item p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.85;
}

.process-section {
  padding-top: 132px;
  padding-bottom: 144px;
  background: #f3f5fa;
}

.process-intro {
  max-width: 760px;
  margin-top: -34px;
  margin-bottom: 92px;
  font-size: 19px;
  line-height: 1.8;
}

.process-list {
  gap: 48px;
}

.process-card {
  min-height: 470px;
  padding: 44px 34px;
  border: 1px solid transparent;
  box-shadow: none;
}

.process-card strong {
  color: #dfe2ee;
  font-size: 56px;
  font-weight: 800;
}

.process-card h3 {
  margin-top: 62px;
  font-size: 21px;
  line-height: 1.35;
}

.process-card p {
  font-size: 16px;
  line-height: 1.85;
}

.process-card em {
  font-size: 15px;
  line-height: 1.65;
}

.reviews-section {
  padding-top: 138px;
  padding-bottom: 138px;
  background: #f7f8fc;
}

.review-grid {
  max-width: 1220px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 26px;
}

.review-card {
  min-height: 278px;
  padding: 30px;
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(18, 24, 39, 0.045);
}

.review-head span {
  background: #f0f2fb;
  color: var(--blue-800);
  font-size: 14px;
}

.review-head h3 {
  font-size: 15px;
  font-weight: 700;
}

.review-head p,
.review-card p {
  color: var(--muted);
}

.review-card p {
  font-size: 15px;
  line-height: 1.85;
}

.review-head strong {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.stars {
  margin: 20px 0 16px;
}

.faq-section {
  padding-top: 138px;
  padding-bottom: 138px;
}

.faq-list {
  margin-top: 78px;
  gap: 18px;
}

.faq-item {
  border-color: var(--line);
  border-radius: 15px;
}

.faq-item button {
  min-height: 86px;
  padding: 24px 34px;
  font-size: 19px;
  font-weight: 700;
}

.faq-answer > p {
  padding-inline: 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.faq-contact-card {
  margin-top: 72px;
  padding: 48px;
}

.faq-contact-card h3 {
  font-size: 24px;
  font-weight: 700;
}

.contact-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.contact-layout {
  gap: 108px;
}

.contact-benefits {
  gap: 22px;
  margin-top: 42px;
}

.contact-benefits li {
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
}

.lead-form {
  padding: 52px;
  gap: 22px;
  border-color: var(--line);
  box-shadow: 0 14px 40px rgba(18, 24, 39, 0.04);
}

.lead-form label {
  gap: 10px;
  color: #172033;
  font-size: 14px;
  font-weight: 600;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  min-height: 58px;
  border-radius: 9px;
  padding: 15px 16px;
}

.lead-form textarea {
  min-height: 130px;
}

.site-footer {
  padding: 74px 0;
  background: #eef2f7;
}

.footer-grid {
  gap: 80px;
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.site-footer h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.footer-about p strong {
  color: #071226;
  font-weight: 800;
}

.footer-brand {
  width: min(220px, 88%);
  margin-bottom: 18px;
}

.footer-trust {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.footer-trust li {
  position: relative;
  padding-left: 36px;
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
}

.footer-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--blue-800);
}

.footer-trust li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.footer-services a {
  margin-top: 18px;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 22px;
}

.footer-contact h3 {
  margin-bottom: 4px;
}

.footer-contact-item {
  position: relative;
  padding-left: 34px;
}

.footer-contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-800);
  border-radius: 50%;
}

.footer-contact-item span {
  margin: 0 0 2px;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.3;
}

.footer-contact-item a,
.footer-contact-item strong {
  display: block;
  margin: 0;
  color: #17265a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.whatsapp-float {
  width: 76px;
  height: 76px;
  min-height: 76px;
}

@media (max-width: 1120px) {
  :root {
    --container: min(100% - 64px, 1160px);
  }

  .nav {
    min-height: 90px;
    gap: 28px;
  }

  .brand {
    width: 220px;
  }

  .hero-grid {
    gap: 56px;
  }

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

  .section-title {
    font-size: 40px;
  }

  .service-grid,
  .process-list {
    gap: 28px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 40px, 1160px);
  }

  body {
    font-size: 15px;
  }

  .nav {
    min-height: 76px;
  }

  .brand {
    width: 174px;
  }

  .hero-grid {
    padding: 62px 0 72px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.14;
  }

  .hero-subtitle,
  .section-copy,
  .process-intro,
  .difference-intro {
    font-size: 17px;
  }

  .section {
    padding: 92px 0;
  }

  .section-heading {
    margin-bottom: 52px;
  }

  .section-title {
    font-size: 34px;
  }

  .metric-row {
    margin: 58px 0;
  }

  .metric-item {
    padding-bottom: 34px;
  }

  .trust-card-grid,
  .service-grid,
  .process-list,
  .review-grid {
    gap: 28px;
  }

  .service-card,
  .lead-form {
    padding: 34px 26px;
  }

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

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

  .quote-block,
  .faq-contact-card {
    padding: 32px 24px;
  }

  .contact-layout {
    gap: 52px;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 32px, 1160px);
  }

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

  .hero-badge {
    padding: 10px 14px;
    font-size: 12px;
  }

  .hero-actions {
    gap: 12px;
  }

  .section-title {
    font-size: 30px;
  }

  .metric-item strong {
    font-size: 42px;
  }

  .faq-item button {
    font-size: 16px;
  }
}

.faq-item button {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

/* 100% viewport scale pass: match the lighter 67% browser-zoom reference */
@media (min-width: 861px) {
  :root {
    --container: min(1640px, calc(100% - 172px));
  }

  body {
    font-size: 14px;
  }

  .nav {
    min-height: 78px;
    grid-template-columns: 210px 1fr auto;
    gap: 44px;
  }

  .brand {
    width: 186px;
  }

  .site-menu {
    gap: 48px;
    font-size: 14px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 22px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
  }

  .header-cta::before {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }

  .hero {
    min-height: calc(100svh - 78px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.98fr) 330px;
    gap: 88px;
    padding: 56px 0 64px;
  }

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

  .hero-badge {
    margin-bottom: 32px;
    padding: 10px 18px;
    font-size: 12px;
  }

  .hero-badge span {
    width: 7px;
    height: 7px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(42px, 4.1vw, 58px);
    line-height: 1.16;
  }

  .hero-subtitle {
    max-width: 690px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-support {
    margin-top: 22px;
    font-size: 13px;
  }

  .hero-actions {
    margin-top: 34px;
    gap: 14px;
  }

  .hero-actions .button {
    min-width: 202px;
    min-height: 48px;
    padding: 0 24px;
    font-size: 13px;
  }

  .hero-metrics {
    width: 330px;
    gap: 18px;
    padding: 24px;
    border-radius: 11px;
  }

  .hero-metrics article {
    grid-template-columns: 46px 1fr;
    column-gap: 18px;
  }

  .hero-metrics .icon {
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 8px;
  }

  .hero-metrics strong {
    font-size: 18px;
  }

  .hero-metrics p {
    margin-top: -2px;
    font-size: 13px;
    line-height: 1.45;
  }

  .section {
    padding: 94px 0;
  }

  .section-heading {
    max-width: 720px;
    margin-bottom: 56px;
  }

  .section-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .section-title {
    font-size: 34px;
    line-height: 1.22;
  }

  .section-copy {
    max-width: 700px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .trust-section {
    padding-top: 118px;
    padding-bottom: 88px;
  }

  .metric-row {
    margin: 72px 0 78px;
  }

  .metric-item {
    padding-bottom: 58px;
  }

  .metric-item strong {
    font-size: 44px;
  }

  .metric-item span {
    font-size: 13px;
  }

  .trust-card-grid {
    gap: 72px;
  }

  .trust-card .icon {
    margin-bottom: 22px;
  }

  .trust-card h3 {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .trust-card p {
    font-size: 14px;
    line-height: 1.75;
  }

  .quote-block {
    margin-top: 72px;
    padding: 34px 44px;
    grid-template-columns: 1fr auto;
  }

  .quote-block p {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .quote-block p::before {
    content: "";
    display: none;
  }

  .quote-block cite {
    margin-left: 0;
    font-size: 13px;
  }

  .quote-cta,
  .service-action,
  .button-blue {
    min-height: 44px;
    padding: 0 24px;
    font-size: 13px;
  }

  .services-section {
    padding-top: 104px;
    padding-bottom: 106px;
  }

  .tab-control {
    max-width: 560px;
    margin: 62px auto 54px;
    gap: 12px;
  }

  .tab-control button {
    min-height: 40px;
    font-size: 13px;
  }

  .service-grid {
    gap: 36px;
  }

  .service-card {
    min-height: 520px;
    padding: 38px 32px 30px;
    border-radius: 11px;
  }

  .service-card.is-selected {
    border-top-width: 3px;
  }

  .service-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 32px;
  }

  .service-badge {
    top: 30px;
    right: 30px;
    min-height: 26px;
    padding: 4px 12px;
    font-size: 11px;
  }

  .service-card h3 {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .service-card p,
  .service-card li {
    font-size: 13px;
    line-height: 1.75;
  }

  .service-card ul {
    gap: 10px;
    margin-top: 24px;
  }

  .green-note {
    margin-top: 22px !important;
    margin-bottom: 24px !important;
    font-size: 12px !important;
  }

  .difference-section {
    padding-top: 108px;
    padding-bottom: 112px;
  }

  .difference-layout {
    gap: 92px;
  }

  .difference-image {
    min-height: 460px;
  }

  .difference-image::after {
    width: 200px;
    padding: 22px;
    font-size: 13px;
  }

  .difference-intro {
    margin: 22px 0 38px;
    font-size: 15px;
  }

  .difference-list {
    gap: 32px;
  }

  .difference-item {
    gap: 18px;
  }

  .difference-item h3 {
    font-size: 15px;
  }

  .difference-item p {
    font-size: 13px;
  }

  .process-section {
    padding-top: 100px;
    padding-bottom: 108px;
  }

  .process-intro {
    margin-top: -22px;
    margin-bottom: 74px;
    font-size: 15px;
  }

  .process-list {
    gap: 36px;
  }

  .process-card {
    min-height: 350px;
    padding: 34px 28px;
  }

  .process-card strong {
    font-size: 44px;
  }

  .process-card h3 {
    margin-top: 46px;
    font-size: 16px;
  }

  .process-card p {
    font-size: 13px;
  }

  .process-card em {
    font-size: 12px;
  }

  .process-action {
    margin-top: 54px;
  }

  .reviews-section,
  .faq-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .review-grid {
    max-width: 1040px;
    gap: 22px;
  }

  .review-card {
    min-height: 235px;
    padding: 24px;
  }

  .review-card p {
    font-size: 13px;
  }

  .faq-layout {
    max-width: 960px;
  }

  .faq-list {
    margin-top: 58px;
    gap: 14px;
  }

  .faq-item button {
    min-height: 68px;
    padding: 18px 26px;
    font-size: 15px;
  }

  .faq-answer > p {
    padding-inline: 26px;
    font-size: 13px;
  }

  .faq-contact-card {
    margin-top: 54px;
    padding: 36px;
  }

  .contact-section {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .contact-layout {
    gap: 86px;
  }

  .lead-form {
    padding: 40px;
    gap: 18px;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    min-height: 46px;
    padding: 12px 14px;
  }

  .lead-form textarea {
    min-height: 104px;
  }

  .site-footer {
    padding: 56px 0;
  }

  .whatsapp-float {
    width: 60px;
    height: 60px;
    min-height: 60px;
    border-width: 8px;
  }

  .whatsapp-float span {
    width: 22px;
    height: 22px;
  }
}

/* Clean hero metric icons */
.hero-metrics .icon::before,
.hero-metrics .icon::after {
  content: "";
  position: absolute;
  border: 0;
}

.hero-metrics .icon-calendar::before {
  inset: 10px 9px 8px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.hero-metrics .icon-calendar::after {
  left: 14px;
  right: 14px;
  top: 16px;
  height: 0;
  border-top: 2px solid currentColor;
}

.hero-metrics .icon-family::before {
  width: 9px;
  height: 9px;
  left: 18px;
  top: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.hero-metrics .icon-family::after {
  width: 20px;
  height: 10px;
  left: 13px;
  top: 25px;
  border: 2px solid currentColor;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 0;
}

.hero-metrics .icon-nurse::before {
  inset: 10px 10px 9px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.hero-metrics .icon-nurse::after {
  left: 17px;
  top: 14px;
  width: 8px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.hero-metrics .icon-home::before {
  width: 20px;
  height: 15px;
  left: 13px;
  top: 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.hero-metrics .icon-home::after {
  width: 16px;
  height: 16px;
  left: 15px;
  top: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.quote-block p {
  padding-left: 0;
}

.quote-block p::before {
  content: "";
  display: none;
}

.quote-block cite {
  margin-left: 0;
}

/* Difference section repair + provided brand image */
.difference-image {
  background-image: url("assets/grupo-nexo-seguidores-03.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}

.difference-image::after {
  content: none;
  display: none;
}

.difference-item {
  align-items: start;
}

.difference-item span {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-top: 3px;
}

.difference-item h3,
.difference-item p {
  grid-column: 2;
}

.difference-item h3 {
  grid-row: 1;
}

.difference-item p {
  grid-row: 2;
  max-width: 760px;
}

/* Correct WhatsApp mark */
.whatsapp-float span {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23fff' d='M32.01 6.3C17.9 6.3 6.42 17.78 6.42 31.89c0 4.51 1.18 8.92 3.42 12.8L6.2 58.1l13.7-3.59a25.46 25.46 0 0 0 12.1 3.08h.01c14.11 0 25.59-11.48 25.59-25.59S46.12 6.3 32.01 6.3Zm0 46.96h-.01a21.24 21.24 0 0 1-10.83-2.97l-.78-.46-8.13 2.13 2.17-7.93-.51-.81a21.22 21.22 0 0 1-3.25-11.33c0-11.77 9.57-21.34 21.34-21.34 5.7 0 11.06 2.22 15.09 6.25a21.2 21.2 0 0 1 6.25 15.09c0 11.77-9.57 21.37-21.34 21.37Zm11.7-15.98c-.64-.32-3.79-1.87-4.38-2.08-.59-.21-1.02-.32-1.45.32-.43.64-1.66 2.08-2.03 2.51-.37.43-.75.48-1.39.16-.64-.32-2.7-1-5.14-3.17-1.9-1.69-3.18-3.79-3.55-4.43-.37-.64-.04-.99.28-1.31.29-.29.64-.75.96-1.12.32-.37.43-.64.64-1.07.21-.43.11-.8-.05-1.12-.16-.32-1.45-3.49-1.98-4.78-.52-1.25-1.05-1.08-1.45-1.1l-1.23-.02c-.43 0-1.12.16-1.71.8-.59.64-2.25 2.2-2.25 5.36s2.3 6.22 2.62 6.65c.32.43 4.52 6.9 10.94 9.67 1.53.66 2.72 1.05 3.65 1.35 1.53.49 2.93.42 4.03.26 1.23-.18 3.79-1.55 4.33-3.04.53-1.5.53-2.78.37-3.04-.16-.27-.59-.43-1.23-.75Z'/%3E%3C/svg%3E");
}

.whatsapp-float span::after {
  content: none;
  display: none;
}

.contact-banner {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 2.38 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 0 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 24, 39, 0.055);
}

.whatsapp-float {
  overflow: visible;
}

.whatsapp-float span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62%;
  height: 62%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
}

.whatsapp-float::before,
.whatsapp-float::after {
  pointer-events: none;
}

@media (min-width: 861px) {
  .contact-copy {
    align-self: start;
  }

  .contact-banner {
    max-width: 720px;
    margin-bottom: 34px;
  }
}

@media (max-width: 860px) {
  .contact-banner {
    margin-bottom: 30px;
    border-radius: 14px;
  }
}

@media (min-width: 861px) {
  .difference-image {
    min-height: 520px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid var(--line);
    box-shadow: 0 18px 44px rgba(18, 24, 39, 0.06);
  }
}

@media (max-width: 860px) {
  .difference-item {
    grid-template-columns: 1fr;
  }

  .difference-item span {
    grid-row: auto;
  }

  .difference-item h3,
  .difference-item p {
    grid-column: 1 / -1;
  }
}

/* Final hero scale and metric icon pass */
@media (min-width: 861px) {
  .nav {
    min-height: 72px;
  }

  .brand {
    width: 168px;
  }

  .site-menu {
    font-size: 13px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }

  .hero {
    min-height: calc(100svh - 72px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 620px) 285px;
    gap: clamp(74px, 11vw, 170px);
    padding: 52px 0 58px;
  }

  .hero-badge {
    margin-bottom: 28px;
    padding: 9px 17px;
    font-size: 11px;
  }

  .hero h1 {
    max-width: 590px;
    font-size: clamp(39px, 3.55vw, 52px);
    line-height: 1.04;
  }

  .hero-subtitle {
    max-width: 610px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-support {
    margin-top: 20px;
    font-size: 12px;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .hero-actions .button {
    min-width: 185px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
  }

  .hero-metrics {
    width: 285px;
    gap: 14px;
    padding: 20px;
  }

  .hero-metrics article {
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
    min-height: 38px;
  }

  .hero-metrics .icon {
    width: 38px;
    height: 38px;
  }

  .hero-metrics strong {
    font-size: 15px;
  }

  .hero-metrics p {
    font-size: 10.5px;
  }
}

.hero-metrics .icon-ribbon,
.hero-metrics .icon-heart,
.hero-metrics .icon-hourglass,
.hero-metrics .icon-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.hero-metrics .icon-ribbon::before,
.hero-metrics .icon-ribbon::after,
.hero-metrics .icon-heart::before,
.hero-metrics .icon-heart::after,
.hero-metrics .icon-hourglass::before,
.hero-metrics .icon-hourglass::after,
.hero-metrics .icon-home::before,
.hero-metrics .icon-home::after {
  content: none;
  display: none;
}

.hero-metrics .icon-ribbon {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a5 5 0 0 0-3 9v8l3-2 3 2v-8a5 5 0 0 0-3-9Z'/%3E%3Cpath d='M9 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z'/%3E%3C/svg%3E");
}

.hero-metrics .icon-heart {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E");
}

.hero-metrics .icon-hourglass {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2h12'/%3E%3Cpath d='M6 22h12'/%3E%3Cpath d='M17 2v6.2a4 4 0 0 1-1.2 2.8L12 14l-3.8-3A4 4 0 0 1 7 8.2V2'/%3E%3Cpath d='M7 22v-6.2a4 4 0 0 1 1.2-2.8L12 10l3.8 3a4 4 0 0 1 1.2 2.8V22'/%3E%3C/svg%3E");
}

.hero-metrics .icon-home {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

/* Clean service icons and button contrast */
.service-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.service-icon::before,
.service-icon::after {
  content: none;
  display: none;
}

.service-icon-clock {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.service-icon-sun {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E");
}

.service-icon-moon {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.8A8.5 8.5 0 1 1 11.2 3 6.7 6.7 0 0 0 21 12.8Z'/%3E%3C/svg%3E");
}

.service-action,
.service-action:visited,
.service-action.primary,
.service-action.primary:visited {
  background: var(--blue-800);
  border-color: var(--blue-800);
  color: #ffffff;
}

.service-action:hover,
.service-action:focus-visible {
  background: var(--blue-900);
  border-color: var(--blue-900);
  color: #ffffff;
}

/* Hero reference polish */
.hero-title-line {
  display: block;
}

.hero-title-white {
  color: #ffffff;
}

.hero-title-gray {
  color: #e5e6f1;
}

.hero-title-blue {
  color: #c8ccf4;
}

.hero-subtitle strong {
  color: #ffffff;
  font-weight: 800;
}

.header-cta::before {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  transform: none;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.61a2 2 0 0 1-.45 2.11L8 9.72a16 16 0 0 0 6.28 6.28l1.28-1.28a2 2 0 0 1 2.11-.45c.84.29 1.71.5 2.61.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

@media (min-width: 861px) {
  .hero-grid {
    grid-template-columns: minmax(0, 700px) 330px;
    align-items: center;
    gap: clamp(90px, 12vw, 210px);
  }

  .hero h1 {
    max-width: 640px;
    font-size: clamp(46px, 4vw, 60px);
    line-height: 1.02;
  }

  .hero-subtitle {
    max-width: 700px;
    line-height: 1.55;
  }

  .hero-metrics {
    align-self: center;
    justify-self: end;
    width: 310px;
    padding: 22px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 10px;
    backdrop-filter: blur(16px);
  }

  .hero-metrics article {
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
    min-height: 42px;
  }

  .hero-metrics .icon {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.14);
  }

  .hero-metrics strong {
    font-size: 16px;
    line-height: 1.1;
  }

  .hero-metrics p {
    font-size: 11px;
    line-height: 1.25;
  }
}

.hero-metrics .icon-ribbon::before,
.hero-metrics .icon-ribbon::after,
.hero-metrics .icon-heart::before,
.hero-metrics .icon-heart::after,
.hero-metrics .icon-hourglass::before,
.hero-metrics .icon-hourglass::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.hero-metrics .icon-ribbon::before {
  width: 12px;
  height: 15px;
  left: 15px;
  top: 9px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 5px 5px;
}

.hero-metrics .icon-ribbon::after {
  width: 10px;
  height: 8px;
  left: 16px;
  top: 23px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.hero-metrics .icon-heart::before {
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  border-radius: 0 0 0 5px;
}

.hero-metrics .icon-heart::after {
  width: 9px;
  height: 9px;
  left: 12px;
  top: 9px;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  border-radius: 9px 0 0 0;
  box-shadow: 8px 0 0 -2px currentColor;
}

.hero-metrics .icon-hourglass::before {
  width: 15px;
  height: 22px;
  left: 13px;
  top: 9px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.hero-metrics .icon-hourglass::after {
  width: 11px;
  height: 11px;
  left: 15px;
  top: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(135deg);
}

.hero-metrics .icon-home::before {
  width: 15px;
  height: 12px;
  left: 14px;
  top: 21px;
}

.hero-metrics .icon-home::after {
  width: 13px;
  height: 13px;
  left: 15px;
  top: 12px;
}

/* Process note alignment cleanup */
.process-card em {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 12px;
  align-items: start;
  padding-left: 0;
  color: #8b95a7;
  font-style: italic;
  font-weight: 750;
  line-height: 1.65;
}

.process-card em::before {
  position: static;
  width: 13px;
  height: 7px;
  margin-top: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

/* FAQ heading and contact icon polish */
.faq-heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.faq-heading .section-kicker,
.faq-heading .section-title,
.faq-heading .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.faq-heading .section-copy {
  max-width: 760px;
}

.faq-contact-card .icon {
  display: block;
  margin: 0 auto 18px;
}

.faq-support-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  fill: none;
  stroke: var(--blue-800);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-support {
  width: 40px;
  height: 40px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 22v-3.5C9 12.15 13.9 7 20 7s11 5.15 11 11.5V22' stroke='%232f3192' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M9 22c0-1.66 1.34-3 3-3h2v9h-2c-1.66 0-3-1.34-3-3v-3Z' stroke='%232f3192' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='M31 22c0-1.66-1.34-3-3-3h-2v9h2c1.66 0 3-1.34 3-3v-3Z' stroke='%232f3192' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='M25.5 31H21' stroke='%232f3192' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M31 25v1.5c0 2.49-2.01 4.5-4.5 4.5h-1' stroke='%232f3192' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-support::before {
  content: none;
}

.icon-support::after {
  content: none;
}

.faq-contact-card div {
  align-items: center;
}

.faq-contact-card > div {
  display: grid !important;
  width: min(100%, 320px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  gap: 0;
}

.faq-contact-card .button {
  display: flex;
  width: 100% !important;
  inline-size: 100% !important;
  max-width: 100%;
  min-width: 0;
  justify-content: center;
}

.faq-contact-card .button-whatsapp,
.faq-contact-card .button-blue {
  box-sizing: border-box;
  flex: none !important;
  inline-size: 100% !important;
  width: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .faq-contact-card > div {
    width: min(100%, 320px);
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-contact-card .button,
  .faq-contact-card .button-whatsapp,
  .faq-contact-card .button-blue {
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
  }
}

/* Footer reference match */
.site-footer {
  padding: 92px 0 72px;
  background: #eef2f7;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.28fr) minmax(260px, 0.78fr) minmax(320px, 0.82fr);
  gap: clamp(70px, 8vw, 132px);
  align-items: start;
}

.footer-brand {
  width: min(250px, 92%);
  margin: 0 0 52px;
}

.footer-about p {
  max-width: 610px;
  margin: 0;
  color: #5b6b7f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
}

.footer-about p strong {
  color: #071226;
  font-weight: 850;
}

.site-footer h3 {
  margin: 0 0 34px;
  color: #071226;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.footer-services a {
  max-width: 360px;
  margin: 0 0 27px;
  color: #5b6b7f;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-decoration: none;
}

.footer-services a:last-child {
  margin-bottom: 0;
}

.footer-trust {
  gap: 22px;
  margin-top: 46px;
}

.footer-trust li {
  min-height: 32px;
  padding-left: 56px;
  color: #5b6b7f;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.footer-trust li::before {
  top: 1px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--blue-800);
}

.footer-trust li::after {
  left: 8px;
  top: 11px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.footer-contact {
  display: grid;
  gap: 30px;
}

.footer-contact h3 {
  margin-bottom: 10px;
}

.footer-contact-item {
  min-height: 54px;
  padding-left: 54px;
}

.footer-contact-item::before {
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  border: 3px solid var(--blue-800);
  border-radius: 50%;
  background: transparent;
}

.footer-contact-item span {
  display: block;
  margin: 0 0 5px;
  color: #98a6b8;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.footer-contact-item a,
.footer-contact-item strong {
  display: block;
  margin: 0;
  color: #17265a;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 58px 72px;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding: 72px 0 58px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-brand {
    width: min(230px, 92%);
    margin-bottom: 34px;
  }

  .footer-about p,
  .footer-trust li,
  .footer-services a {
    font-size: 17px;
  }

  .site-footer h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-contact-item a,
  .footer-contact-item strong {
    font-size: 19px;
  }
}

/* Process discovery refresh */
.process-section .section-heading {
  max-width: 820px;
}

.process-section .process-intro {
  max-width: 780px;
  margin: -28px auto 58px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
}

.process-experience {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.process-discovery {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(44, 47, 143, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 16%, rgba(44, 47, 143, 0.12), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f7f9fd 58%, #eef4ff 100%);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.process-discovery-copy {
  position: relative;
  z-index: 2;
  max-width: 490px;
  padding: 46px 46px 20px;
}

.process-discovery-copy > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(44, 47, 143, 0.09);
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-discovery h3 {
  max-width: 430px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.process-discovery p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.discovery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.discovery-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(44, 47, 143, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.04);
}

.process-mascot {
  position: relative;
  z-index: 1;
  min-height: 236px;
  overflow: hidden;
}

.process-mascot::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(44, 47, 143, 0.08);
}

.process-mascot img {
  position: absolute;
  right: -78px;
  bottom: -226px;
  width: min(520px, 96%);
  max-width: none;
  transform: rotate(-2deg);
  filter: drop-shadow(0 24px 42px rgba(16, 24, 40, 0.16));
}

.process-steps {
  display: grid;
  gap: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 126px;
  padding: 26px 28px;
  border: 1px solid rgba(44, 47, 143, 0.13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.045);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.process-step:hover,
.process-step-featured {
  border-color: rgba(44, 47, 143, 0.42);
  box-shadow: 0 22px 60px rgba(44, 47, 143, 0.12);
  transform: translateY(-3px);
}

.process-step > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #f0f2fb;
  color: var(--blue-800);
  font-size: 20px;
  font-weight: 900;
}

.process-step-featured > span {
  background: var(--blue-800);
  color: #fff;
}

.process-step h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.3;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.process-step em {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 24px;
  color: #8590a4;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5;
}

.process-step em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.process-experience + .process-action {
  margin-top: 42px;
}

@media (max-width: 980px) {
  .process-experience {
    grid-template-columns: 1fr;
  }

  .process-discovery {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .process-section .process-intro {
    margin-bottom: 38px;
    font-size: 15px;
  }

  .process-discovery {
    min-height: 520px;
    border-radius: 22px;
  }

  .process-discovery-copy {
    padding: 30px 24px 12px;
  }

  .process-discovery h3 {
    font-size: 27px;
  }

  .process-mascot img {
    right: -118px;
    bottom: -200px;
    width: 480px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }
}

/* Classic process cards with interactive mascot */
.process-section {
  overflow: hidden;
}

.process-section .section-heading {
  max-width: 820px;
}

.process-section .process-intro {
  max-width: 800px;
  margin: -30px auto 74px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding-top: 62px;
}

.process-card {
  position: relative;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  padding: 28px 22px 24px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.035);
  outline: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.process-card:hover,
.process-card:focus-visible,
.process-card.is-process-active {
  z-index: 2;
  border-color: rgba(44, 47, 143, 0.5);
  box-shadow: 0 26px 72px rgba(44, 47, 143, 0.12);
  transform: translateY(-6px);
}

.process-card strong {
  color: #dfe2ee;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.process-card h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.32;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.process-card em {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 10px;
  align-items: start;
  margin-top: auto;
  padding-left: 0;
  color: #98a2b3;
  font-size: 12px;
  font-style: italic;
  font-weight: 850;
  line-height: 1.45;
}

.process-card em::before {
  content: "";
  position: static;
  width: 12px;
  height: 7px;
  margin-top: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.process-mascot-peek {
  --mascot-left: 50%;
  --mascot-top: 0px;
  position: absolute;
  top: var(--mascot-top);
  left: var(--mascot-left);
  z-index: 5;
  width: 128px;
  height: 104px;
  pointer-events: none;
  transform: translateX(-50%);
  transition:
    left 330ms cubic-bezier(0.22, 1, 0.36, 1),
    top 330ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms ease;
}

.process-mascot-peek::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 6px;
  height: 10px;
  border-radius: 999px;
  background: rgba(19, 54, 111, 0.12);
  filter: blur(6px);
}

.mascot-head {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 86px;
  height: 64px;
  border-radius: 42px;
  background: linear-gradient(145deg, #0c3475 0%, #163e88 52%, #08265f 100%);
  box-shadow: 0 16px 28px rgba(12, 52, 117, 0.22);
  transform: translateX(-50%);
}

.mascot-face {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 13px;
  height: 38px;
  border-radius: 28px;
  background: #fff;
  box-shadow: inset 0 -6px 14px rgba(16, 24, 40, 0.08);
}

.mascot-eye {
  position: absolute;
  top: 14px;
  width: 8px;
  height: 14px;
  border-radius: 999px;
  background: #0f3475;
}

.mascot-eye-left {
  left: 22px;
}

.mascot-eye-right {
  right: 22px;
}

.mascot-hand {
  position: absolute;
  bottom: 14px;
  width: 24px;
  height: 22px;
  border: 4px solid #0f3475;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 9px 18px rgba(12, 52, 117, 0.16);
}

.mascot-hand-left {
  left: 20px;
  transform: rotate(4deg);
}

.mascot-hand-right {
  right: 20px;
  transform: rotate(-4deg);
}

@media (max-width: 1180px) {
  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }
}

@media (max-width: 760px) {
  .process-section .process-intro {
    margin-bottom: 46px;
    font-size: 15px;
  }

  .process-list {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

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

  .process-card h3 {
    margin-top: 42px;
  }

  .process-card p {
    font-size: 14px;
  }
}

/* Footer final reset to match provided reference */
.site-footer {
  padding: 76px 0 54px !important;
  background: #eef2f7 !important;
  border-top: 1px solid #e1e7ef;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(420px, 1.1fr) minmax(270px, 0.62fr) minmax(340px, 0.72fr) !important;
  gap: clamp(56px, 6vw, 104px) !important;
  align-items: start !important;
}

.site-footer .footer-brand {
  display: inline-flex !important;
  width: 250px !important;
  max-width: 100% !important;
  margin: 0 0 46px !important;
}

.site-footer .footer-about p {
  max-width: 590px !important;
  margin: 0 !important;
  color: #5c6b7f !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-about p strong {
  color: #071226 !important;
  font-weight: 800 !important;
}

.site-footer h3 {
  margin: 0 0 30px !important;
  color: #071226 !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.site-footer .footer-services a {
  display: block !important;
  max-width: 330px !important;
  margin: 0 0 22px !important;
  color: #5c6b7f !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.site-footer .footer-services a:last-child {
  margin-bottom: 0 !important;
}

.site-footer .footer-trust {
  display: grid !important;
  gap: 18px !important;
  margin: 38px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-footer .footer-trust li {
  position: relative !important;
  min-height: 28px !important;
  padding-left: 48px !important;
  color: #5c6b7f !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-trust li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #2c2f8f !important;
}

.site-footer .footer-trust li::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 9px !important;
  width: 11px !important;
  height: 7px !important;
  border-left: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transform: rotate(-45deg) !important;
}

.site-footer .footer-contact {
  display: grid !important;
  gap: 26px !important;
  align-content: start !important;
}

.site-footer .footer-contact h3 {
  margin-bottom: 4px !important;
}

.site-footer .footer-contact-item {
  position: relative !important;
  min-height: 50px !important;
  padding-left: 50px !important;
}

.site-footer .footer-contact-item::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  width: 26px !important;
  height: 26px !important;
  border: 3px solid #2c2f8f !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.site-footer .footer-contact-item span {
  display: block !important;
  margin: 0 0 4px !important;
  color: #9aa7b8 !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-contact-item a,
.site-footer .footer-contact-item strong {
  display: block !important;
  margin: 0 !important;
  color: #17265a !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

@media (max-width: 1080px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 48px 64px !important;
  }

  .site-footer .footer-contact {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 58px 0 46px !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .site-footer .footer-contact {
    grid-column: auto !important;
  }

  .site-footer .footer-brand {
    width: 220px !important;
    margin-bottom: 30px !important;
  }

  .site-footer .footer-about p,
  .site-footer .footer-services a,
  .site-footer .footer-trust li {
    font-size: 16px !important;
  }

  .site-footer h3 {
    margin-bottom: 20px !important;
    font-size: 20px !important;
  }

  .site-footer .footer-contact-item a,
  .site-footer .footer-contact-item strong {
    font-size: 18px !important;
  }
}

/* Footer compact pass: reduce visual scale significantly */
.site-footer {
  padding: 44px 0 32px !important;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(270px, 1.08fr) minmax(190px, 0.62fr) minmax(230px, 0.72fr) !important;
  gap: clamp(34px, 4vw, 62px) !important;
}

.site-footer .footer-brand {
  width: 150px !important;
  margin-bottom: 28px !important;
}

.site-footer .footer-about p {
  max-width: 380px !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.site-footer h3 {
  margin-bottom: 18px !important;
  font-size: 14px !important;
}

.site-footer .footer-services a {
  max-width: 220px !important;
  margin-bottom: 13px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.site-footer .footer-trust {
  gap: 12px !important;
  margin-top: 24px !important;
}

.site-footer .footer-trust li {
  min-height: 20px !important;
  padding-left: 32px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.site-footer .footer-trust li::before {
  width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
}

.site-footer .footer-trust li::after {
  left: 5px !important;
  top: 6px !important;
  width: 8px !important;
  height: 5px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
}

.site-footer .footer-contact {
  gap: 16px !important;
}

.site-footer .footer-contact h3 {
  margin-bottom: 2px !important;
}

.site-footer .footer-contact-item {
  min-height: 32px !important;
  padding-left: 34px !important;
}

.site-footer .footer-contact-item::before {
  top: 3px !important;
  width: 18px !important;
  height: 18px !important;
  border-width: 2px !important;
}

.site-footer .footer-contact-item span {
  margin-bottom: 2px !important;
  font-size: 11px !important;
}

.site-footer .footer-contact-item a,
.site-footer .footer-contact-item strong {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1080px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px 42px !important;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 40px 0 30px !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
}

/* Footer icon correction */
.site-footer .footer-trust li {
  padding-left: 34px !important;
}

.site-footer .footer-trust li::before {
  top: -1px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #2c2f8f !important;
  box-shadow: 0 6px 14px rgba(44, 47, 143, 0.18) !important;
}

.site-footer .footer-trust li::after {
  left: 6px !important;
  top: 7px !important;
  width: 9px !important;
  height: 5px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
}

.site-footer .footer-trust .footer-trust-experience,
.site-footer .footer-trust .footer-trust-training {
  padding-left: 38px !important;
}

.site-footer .footer-trust .footer-trust-experience::before,
.site-footer .footer-trust .footer-trust-training::before {
  top: -2px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 8px !important;
  background-color: #eef2ff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 17px 17px !important;
  box-shadow: 0 7px 16px rgba(44, 47, 143, 0.12) !important;
}

.site-footer .footer-trust .footer-trust-experience::after,
.site-footer .footer-trust .footer-trust-training::after {
  content: none !important;
}

.site-footer .footer-trust .footer-trust-experience::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3v3M16 3v3M4 9h16'/%3E%3Crect x='4' y='5' width='16' height='16' rx='3'/%3E%3Cpath d='m9 14 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.site-footer .footer-trust .footer-trust-training::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 3 8l9 5 9-5-9-5Z'/%3E%3Cpath d='M7 11v4.5c0 1.4 2.25 2.5 5 2.5s5-1.1 5-2.5V11'/%3E%3Cpath d='M19 9v5'/%3E%3C/svg%3E") !important;
}

.site-footer .footer-contact-item {
  padding-left: 32px !important;
}

.site-footer .footer-contact-item::before {
  top: 3px !important;
  width: 17px !important;
  height: 17px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.site-footer .footer-contact-phone::before {
  width: 14px !important;
  height: 14px !important;
  top: 5px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.6 2.61a2 2 0 0 1-.45 2.11L8 9.7a16 16 0 0 0 6.3 6.3l1.26-1.26a2 2 0 0 1 2.11-.45c.84.28 1.71.48 2.61.6A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
}

.site-footer .footer-contact-whatsapp::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 64 64'%3E%3Cpath fill='%2319bf82' d='M32.01 6.3C17.9 6.3 6.42 17.78 6.42 31.89c0 4.51 1.18 8.92 3.42 12.8L6.2 58.1l13.7-3.59a25.46 25.46 0 0 0 12.1 3.08h.01c14.11 0 25.59-11.48 25.59-25.59S46.12 6.3 32.01 6.3Zm0 46.96h-.01a21.24 21.24 0 0 1-10.83-2.97l-.78-.46-8.13 2.13 2.17-7.93-.51-.81a21.22 21.22 0 0 1-3.25-11.33c0-11.77 9.57-21.34 21.34-21.34 5.7 0 11.06 2.22 15.09 6.25a21.2 21.2 0 0 1 6.25 15.09c0 11.77-9.57 21.37-21.34 21.37Zm11.7-15.98c-.64-.32-3.79-1.87-4.38-2.08-.59-.21-1.02-.32-1.45.32-.43.64-1.66 2.08-2.03 2.51-.37.43-.75.48-1.39.16-.64-.32-2.7-1-5.14-3.17-1.9-1.69-3.18-3.79-3.55-4.43-.37-.64-.04-.99.28-1.31.29-.29.64-.75.96-1.12.32-.37.43-.64.64-1.07.21-.43.11-.8-.05-1.12-.16-.32-1.45-3.49-1.98-4.78-.52-1.25-1.05-1.08-1.45-1.1l-1.23-.02c-.43 0-1.12.16-1.71.8-.59.64-2.25 2.2-2.25 5.36s2.3 6.22 2.62 6.65c.32.43 4.52 6.9 10.94 9.67 1.53.66 2.72 1.05 3.65 1.35 1.53.49 2.93.42 4.03.26 1.23-.18 3.79-1.55 4.33-3.04.53-1.5.53-2.78.37-3.04-.16-.27-.59-.43-1.23-.75Z'/%3E%3C/svg%3E") !important;
}

.site-footer .footer-contact-location::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
}

/* Hero metric icon set */
.hero-metrics .hero-metric-experience,
.hero-metrics .hero-metric-families,
.hero-metrics .hero-metric-nurses,
.hero-metrics .hero-metric-active {
  background-color: rgba(255, 255, 255, 0.13) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 28px 28px !important;
  border-radius: 10px !important;
}

.hero-metrics .hero-metric-experience::before,
.hero-metrics .hero-metric-experience::after,
.hero-metrics .hero-metric-families::before,
.hero-metrics .hero-metric-families::after,
.hero-metrics .hero-metric-nurses::before,
.hero-metrics .hero-metric-nurses::after,
.hero-metrics .hero-metric-active::before,
.hero-metrics .hero-metric-active::after {
  content: none !important;
}

.hero-metrics .hero-metric-experience {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3v3M16 3v3M4 9h16'/%3E%3Crect x='4' y='5' width='16' height='16' rx='3'/%3E%3Cpath d='m9 14 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.hero-metrics .hero-metric-families {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='9' r='4'/%3E%3Cpath d='M22 21v-2a3.4 3.4 0 0 0-2.6-3.3'/%3E%3Cpath d='M16.8 5.3a3.5 3.5 0 0 1 0 6.8'/%3E%3Cpath d='M2 21v-2a3.4 3.4 0 0 1 2.6-3.3'/%3E%3Cpath d='M7.2 5.3a3.5 3.5 0 0 0 0 6.8'/%3E%3C/svg%3E") !important;
}

.hero-metrics .hero-metric-nurses {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-3.5 7-10V5l-7-3-7 3v6c0 6.5 7 10 7 10Z'/%3E%3Cpath d='M12 8v6M9 11h6'/%3E%3C/svg%3E") !important;
}

.hero-metrics .hero-metric-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3Cpath d='m8 9 4 4 4-4'/%3E%3C/svg%3E") !important;
}

/* Conversion micro-interactions */
.trust-card-grid .reveal:nth-child(2),
.service-grid .reveal:nth-child(2),
.difference-list .reveal:nth-child(2),
.process-list .reveal:nth-child(2),
.review-grid .reveal:nth-child(2) {
  transition-delay: 90ms;
}

.trust-card-grid .reveal:nth-child(3),
.service-grid .reveal:nth-child(3),
.difference-list .reveal:nth-child(3),
.process-list .reveal:nth-child(3),
.review-grid .reveal:nth-child(3) {
  transition-delay: 180ms;
}

.trust-card-grid .reveal:nth-child(4),
.difference-list .reveal:nth-child(4),
.process-list .reveal:nth-child(4),
.review-grid .reveal:nth-child(4) {
  transition-delay: 270ms;
}

.difference-list .reveal:nth-child(5),
.review-grid .reveal:nth-child(5) {
  transition-delay: 360ms;
}

.difference-list .reveal:nth-child(6) {
  transition-delay: 450ms;
}

.service-card {
  overflow: hidden;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    box-shadow 320ms ease,
    background-color 320ms ease !important;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 20% 0%, rgba(44, 47, 143, 0.08), transparent 34%);
  opacity: 0;
  transition: opacity 320ms ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(44, 47, 143, 0.38) !important;
  box-shadow: 0 26px 60px rgba(16, 24, 40, 0.12) !important;
  transform: translateY(-8px) !important;
}

.service-card:hover::after,
.service-card:focus-within::after {
  opacity: 1;
}

.service-card.is-selected {
  transition-duration: 420ms !important;
}

.service-card.is-selected:hover,
.service-card.is-selected:focus-within {
  box-shadow: 0 30px 74px rgba(44, 47, 143, 0.2) !important;
  transform: translateY(-10px) !important;
}

.service-action {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease,
    color 240ms ease !important;
}

.service-action:hover,
.service-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(44, 47, 143, 0.16);
}

.tab-control {
  position: relative;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.04);
}

.tab-control button {
  position: relative;
  isolation: isolate;
  transition:
    color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease !important;
}

.tab-control button:hover,
.tab-control button:focus-visible {
  color: var(--blue-800);
  transform: translateY(-1px);
}

.tab-control button[aria-selected="true"] {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(44, 47, 143, 0.24) !important;
}

.tab-control button[aria-selected="true"]::after {
  content: none;
  display: none;
}

.service-card {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto auto 1fr auto;
  align-content: stretch;
  column-gap: 18px;
  overflow: hidden;
}

.service-card .service-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin: 0 0 42px !important;
}

.service-card .service-badge {
  position: static !important;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  width: fit-content !important;
  max-width: 100%;
  margin: 0 0 42px !important;
  white-space: nowrap;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-card .green-note,
.service-card .service-action {
  grid-column: 1 / -1;
}

.service-card h3 {
  grid-row: 2;
  margin: 0 0 22px !important;
  line-height: 1.18 !important;
}

.service-card > p:not(.green-note) {
  grid-row: 3;
  margin-top: 0 !important;
}

.service-card ul {
  grid-row: 4;
  margin-top: 24px !important;
}

.service-card .green-note {
  grid-row: 5;
  align-self: end;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.service-card .service-action {
  grid-row: 6;
  align-self: end;
  margin-top: 0 !important;
}

.difference-image {
  width: min(100%, 520px);
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  justify-self: center;
  background-size: cover;
  border: 0 !important;
  box-shadow: none !important;
}

.whatsapp-float {
  animation: whatsapp-float 4.8s ease-in-out infinite;
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 50px rgba(31, 174, 107, 0.36);
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-card-grid .reveal,
  .service-grid .reveal,
  .difference-list .reveal,
  .process-list .reveal,
  .review-grid .reveal {
    transition-delay: 0ms !important;
  }

  .whatsapp-float {
    animation: none !important;
  }
}

/* Grupo Nexo system section */
.nexo-system-section {
  padding: 110px 0 118px;
  background: #fff;
  overflow: hidden;
}

.nexo-system-heading {
  max-width: 980px;
  margin: 0 auto 68px;
  text-align: center;
}

.nexo-system-heading .section-title {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.nexo-system-heading .section-title span {
  display: block;
  color: #2f3192;
}

.nexo-system-heading .section-copy {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}

.nexo-orbit-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr) minmax(0, 1fr);
  grid-template-areas:
    "card1 mascot card4"
    "card2 mascot card5"
    "card3 mascot card6";
  gap: 26px 34px;
  align-items: center;
}

.nexo-orbit-grid::before {
  content: "";
  position: absolute;
  inset: 8% 24%;
  border: 1px solid rgba(44, 47, 143, 0.08);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(44, 47, 143, 0.05), transparent 64%);
  pointer-events: none;
}

.nexo-orbit-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  min-height: 238px;
  height: 238px;
  padding: 22px 24px;
  border: 1px solid rgba(210, 218, 232, 0.9);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.88));
  box-shadow: 0 20px 58px rgba(18, 24, 39, 0.055);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nexo-orbit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(44, 47, 143, 0.34);
  box-shadow: 0 28px 72px rgba(18, 24, 39, 0.09);
}

.nexo-orbit-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 850;
}

.nexo-orbit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.orbit-card-1 { grid-area: card1; }
.orbit-card-2 { grid-area: card2; }
.orbit-card-3 { grid-area: card3; }
.orbit-card-4 { grid-area: card4; }
.orbit-card-5 { grid-area: card5; }
.orbit-card-6 { grid-area: card6; }

.nexo-orbit-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(44, 47, 143, 0.11);
  border-radius: 16px;
  color: #2f3192;
  background: rgba(44, 47, 143, 0.07);
}

.nexo-orbit-icon::before {
  content: "";
  width: 27px;
  height: 27px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-history {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3v3M17 3v3M4 9h18M6 5h12a2 2 0 0 1 2 2v13H4V7a2 2 0 0 1 2-2Zm4.2 10.4 1.7 1.7 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-selection {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 9a7 7 0 0 1 11.5-5.3M17 18l1.6 1.6L22 16' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-supervision {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Zm9.5 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-family {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM3 21a5 5 0 0 1 8-4M13 21a5 5 0 0 1 8-4M12 15l2 2 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-location {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s7-5.5 7-12a7 7 0 1 0-14 0c0 6.5 7 12 7 12Zm0-9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-process {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h8l4 4v17H7V3Zm8 0v5h5M10 12h6M10 16h6M10 20h4M4 7v17h3' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nexo-orbit-center {
  grid-area: mascot;
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 520px;
}

.nexo-orbit-center::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(44, 47, 143, 0.1), rgba(44, 47, 143, 0.025) 62%, transparent 63%);
  transform: translateY(-18px);
  z-index: -1;
}

.nexo-css-mascot {
  position: relative;
  width: 220px;
  height: 268px;
  filter: drop-shadow(0 22px 32px rgba(18, 24, 39, 0.16));
}

.nexo-mascot-head {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-items: center;
  width: 174px;
  height: 126px;
  border-radius: 54px;
  background: linear-gradient(145deg, #0b2f78, #123f91);
  transform: translateX(-50%);
}

.nexo-mascot-face {
  position: relative;
  display: block;
  width: 126px;
  height: 76px;
  border-radius: 42px;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(11, 47, 120, 0.08);
}

.nexo-mascot-face i {
  position: absolute;
  top: 27px;
  width: 13px;
  height: 24px;
  border-radius: 999px;
  background: #123f91;
}

.nexo-mascot-face i:first-child {
  left: 38px;
}

.nexo-mascot-face i:last-child {
  right: 38px;
}

.nexo-mascot-body {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 136px;
  height: 126px;
  border: 2px solid rgba(44, 47, 143, 0.16);
  border-radius: 28px 28px 22px 22px;
  background: #fff;
  transform: translateX(-50%);
}

.nexo-mascot-arm {
  position: absolute;
  top: 138px;
  width: 62px;
  height: 26px;
  border-radius: 999px;
  background: #123f91;
}

.nexo-mascot-arm-left {
  left: 16px;
  transform: rotate(20deg);
}

.nexo-mascot-arm-right {
  right: 16px;
  transform: rotate(-20deg);
}

.nexo-center-copy {
  width: min(100%, 320px);
  margin-top: -4px;
  padding: 18px 20px;
  border: 1px solid rgba(210, 218, 232, 0.88);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: 0 18px 44px rgba(18, 24, 39, 0.055);
}

.nexo-center-copy strong {
  display: block;
  color: var(--blue-900);
  font-size: 18px;
  font-weight: 900;
}

.nexo-center-copy span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .nexo-orbit-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "mascot mascot"
      "card1 card2"
      "card3 card4"
      "card5 card6";
  }

  .nexo-orbit-center {
    min-height: 390px;
  }

  .nexo-orbit-card {
    min-height: 218px;
    height: auto;
  }
}

@media (max-width: 720px) {
  .nexo-system-section {
    padding: 78px 0 84px;
  }

  .nexo-system-heading {
    margin-bottom: 42px;
  }

  .nexo-orbit-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "mascot"
      "card1"
      "card2"
      "card3"
      "card4"
      "card5"
      "card6";
    gap: 18px;
  }

  .nexo-orbit-grid::before {
    display: none;
  }

  .nexo-orbit-center {
    min-height: 330px;
  }

  .nexo-orbit-card {
    min-height: 0;
    height: auto;
  }

  .nexo-css-mascot {
    width: 184px;
    height: 224px;
  }

  .nexo-mascot-head {
    width: 148px;
    height: 108px;
  }

  .nexo-mascot-face {
    width: 108px;
    height: 64px;
  }

  .nexo-mascot-face i {
    top: 23px;
    height: 20px;
  }

  .nexo-mascot-body {
    width: 116px;
    height: 106px;
  }

}

/* City SEO landing pages */
.city-hero {
  position: relative;
  padding: 168px 0 96px;
  background:
    linear-gradient(115deg, rgba(18, 31, 77, 0.94), rgba(44, 47, 143, 0.78)),
    url("assets/grupo-nexo-hero.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.city-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(18, 31, 77, 0), rgba(18, 31, 77, 0.35));
  pointer-events: none;
}

.city-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.city-hero-copy h1 {
  max-width: 880px;
  margin: 34px 0 28px;
  color: #fff;
  font-size: clamp(44px, 5.6vw, 86px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.city-hero-text {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.7;
}

.city-hero-text strong {
  color: #fff;
}

.city-hero-panel {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(5, 15, 45, 0.28);
  backdrop-filter: blur(16px);
}

.city-hero-panel img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.city-panel-metrics {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.city-panel-metrics strong {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.city-panel-metrics span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.city-section {
  background: #fff;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 52px;
  border: 1px solid rgba(210, 218, 232, 0.92);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 26px 70px rgba(18, 24, 39, 0.055);
  overflow: hidden;
}

.city-card {
  position: relative;
  min-height: 0;
  padding: 34px 36px 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition: background 220ms ease, transform 220ms ease;
}

.city-card + .city-card {
  border-left: 1px solid rgba(210, 218, 232, 0.76);
}

.city-card::before {
  content: "";
  position: absolute;
  inset: 26px auto auto 36px;
  width: 34px;
  height: 2px;
  background: var(--blue-800);
  opacity: 0.42;
}

.city-card:hover,
.city-card:focus-within {
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.city-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin: 22px 0 34px;
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid rgba(44, 47, 143, 0.18);
  border-radius: 999px;
  background: rgba(44, 47, 143, 0.055);
}

.city-card h3 {
  max-width: 300px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.22;
}

.city-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.city-discovery-section {
  padding: 92px 0 96px;
  background: #f3f6fb;
}

.city-discovery-heading {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.city-discovery-heading .section-title {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.city-discovery-heading .section-copy {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.discovery-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 880px;
  margin: 30px auto 0;
}

.discovery-pill-row span {
  position: relative;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.discovery-pill-row span + span {
  padding-left: 18px;
}

.discovery-pill-row span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(44, 47, 143, 0.32);
  transform: translateY(-50%);
}

.city-copy-block p,
.city-copy-block li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.city-zones {
  background: #f5f7fb;
}

.city-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.city-scroll-heading {
  position: sticky;
  top: 132px;
  align-self: start;
  padding-top: 10px;
  transition: opacity 220ms ease, transform 220ms ease;
}

.city-copy-block {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.city-copy-block ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.city-copy-block li {
  position: relative;
  padding-left: 30px;
}

.city-copy-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.city-zone-intro {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.city-zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.city-zone-list span {
  padding: 8px 12px;
  color: var(--blue-900);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.city-detail-section {
  background: #fff;
}

.city-include-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  margin-top: 44px;
}

.city-checklist-card,
.city-cases-mascot-card,
.city-cases-panel,
.city-proof-card,
.city-mid-cta {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 24, 39, 0.045);
}

.city-checklist-card {
  padding: 34px;
}

.city-cases-mascot-card {
  position: relative;
  display: grid;
  min-height: 560px;
  align-content: end;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 48% 25%, rgba(44, 47, 143, 0.08), transparent 36%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.city-cases-mascot-card::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 44px;
  left: 44px;
  height: 300px;
  border: 1px solid rgba(44, 47, 143, 0.07);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.city-cases-mascot-card::after {
  content: "";
  position: absolute;
  top: 252px;
  right: 24px;
  width: 112px;
  height: 2px;
  background: linear-gradient(90deg, rgba(44, 47, 143, 0), rgba(44, 47, 143, 0.28), rgba(44, 47, 143, 0));
}

.city-mascot-visual {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 1;
  width: min(74%, 330px);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.08);
  transform: translateX(-50%);
}

.city-mascot-visual picture,
.city-mascot-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-mascot-visual img {
  object-fit: cover;
  object-position: center 42%;
}

.city-mascot-pointer {
  position: absolute;
  right: -34px;
  top: 50%;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(44, 47, 143, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  transform: translateY(-50%);
}

.city-mascot-pointer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 50px;
  height: 2px;
  border-radius: 999px;
  background: rgba(44, 47, 143, 0.55);
}

.city-mascot-pointer::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 17px;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(44, 47, 143, 0.55);
  border-right: 2px solid rgba(44, 47, 143, 0.55);
  transform: rotate(45deg);
}

.city-mascot-copy {
  position: relative;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(210, 218, 232, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(18, 24, 39, 0.055);
}

.city-mascot-copy h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.city-mascot-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.city-cases-panel {
  padding: 30px;
}

.city-card-kicker {
  margin-bottom: 12px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-checklist-card h3 {
  max-width: 420px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
}

.city-checklist-intro {
  max-width: 460px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.city-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.city-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.city-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.city-case-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fbff;
}

.city-case-card-wide {
  grid-column: 1 / -1;
}

.city-case-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--blue-800);
  border-radius: 10px;
  background: rgba(44, 47, 143, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.city-case-card h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.city-case-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.city-proof-section {
  background: #fff;
}

.city-proof-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.city-proof-card {
  padding: 34px;
  background: #f5f7fb;
}

.city-proof-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.65;
}

.city-proof-meta {
  margin-top: 18px;
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 900;
}

.city-mid-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.city-mid-cta h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.18;
}

.city-mid-cta p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.city-mid-cta .button {
  align-self: flex-start;
}

@media (max-width: 980px) {
  .city-hero {
    padding: 138px 0 76px;
  }

  .city-hero-layout,
  .city-split,
  .city-include-layout,
  .city-proof-cta {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .city-hero-panel {
    max-width: 560px;
  }

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

  .city-card + .city-card {
    border-left: 0;
    border-top: 1px solid rgba(210, 218, 232, 0.76);
  }

  .city-scroll-heading {
    position: static;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .city-hero-copy h1 {
    font-size: 40px;
  }

  .city-card,
  .city-copy-block,
  .city-checklist-card,
  .city-cases-mascot-card,
  .city-cases-panel,
  .city-proof-card,
  .city-mid-cta {
    padding: 26px;
  }

  .city-cases-mascot-card {
    min-height: 460px;
  }

  .city-mascot-visual {
    top: 34px;
    width: min(78%, 250px);
  }

  .city-mascot-pointer {
    display: none;
  }

  .city-mascot-copy h3 {
    font-size: 21px;
  }

  .city-case-grid {
    grid-template-columns: 1fr;
  }
}

/* City page refinements */
.city-hero {
  padding: 118px 0 62px;
}

.city-hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.5fr);
  gap: 48px;
}

.city-hero-copy h1 {
  max-width: 720px;
  margin: 22px 0 18px;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.06;
}

.city-hero-text {
  max-width: 650px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.65;
}

.city-hero .hero-actions {
  margin-top: 28px;
}

.city-hero-panel {
  max-width: 420px;
  justify-self: end;
  padding: 12px;
  border-radius: 18px;
}

.city-hero-panel img {
  border-radius: 12px;
}

.city-panel-metrics {
  margin-top: 12px;
  padding: 12px 14px;
}

.city-panel-metrics strong {
  font-size: 22px;
}

.city-hero ~ .faq-section .faq-list {
  max-width: 1040px;
  margin: 0 auto;
  border-top: 0;
  display: grid;
  gap: 14px;
}

.city-hero ~ .faq-section .faq-item {
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.city-hero ~ .faq-section .faq-item button {
  min-height: 0;
  padding: 22px 28px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.city-hero ~ .faq-section .faq-item button::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f0f2f7;
  color: var(--blue-800);
  font-size: 22px;
  font-weight: 500;
}

.city-hero ~ .faq-section .faq-item.is-open button::after {
  content: "-";
}

.city-hero ~ .faq-section .faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.city-hero ~ .faq-section .faq-item.is-open > div {
  grid-template-rows: 1fr;
}

.city-hero ~ .faq-section .faq-item > div > p {
  overflow: hidden;
  margin: 0;
  padding: 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.city-hero ~ .faq-section .faq-item.is-open > div > p {
  padding-bottom: 24px;
}

/* City hero trust panel */
.city-hero-side {
  display: grid;
  align-self: center;
  justify-self: end;
  width: min(360px, 100%);
}

.city-hero-metrics {
  width: 100%;
  padding: 22px;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 64px rgba(8, 16, 45, 0.26);
  backdrop-filter: blur(14px);
}

.city-hero-metrics article {
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  min-height: 42px;
}

.city-hero-metrics .icon {
  width: 42px;
  height: 42px;
  border-radius: 9px;
}

.city-hero-metrics strong {
  font-size: 18px;
  line-height: 1.1;
}

.city-hero-metrics p {
  font-size: 12px;
  line-height: 1.35;
}

/* Match city landing heroes to the main homepage hero */
@media (min-width: 861px) {
  .city-hero {
    min-height: calc(100svh - 72px);
    padding: 0;
    background:
      linear-gradient(90deg, rgba(31, 33, 112, 0.9) 0%, rgba(54, 56, 148, 0.78) 48%, rgba(54, 56, 148, 0.48) 72%, rgba(11, 23, 56, 0.68) 100%),
      linear-gradient(180deg, rgba(31, 33, 112, 0.18), rgba(31, 33, 112, 0.68)),
      url("assets/grupo-nexo-hero.webp");
    background-size: cover;
    background-position: center right;
  }

  .city-hero::after {
    display: none;
  }

  .city-hero-layout {
    min-height: inherit;
    grid-template-columns: minmax(0, 700px) 330px;
    gap: clamp(90px, 12vw, 210px);
    align-items: center;
    padding: 52px 0 58px;
  }

  .city-hero-copy {
    max-width: 760px;
  }

  .city-hero .hero-badge {
    margin-bottom: 28px;
    padding: 9px 17px;
    font-size: 11px;
  }

  .city-hero-copy h1 {
    max-width: 640px;
    margin: 0;
    font-size: clamp(46px, 4vw, 60px);
    line-height: 1.02;
  }

  .city-hero-text {
    max-width: 700px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .city-hero .hero-actions {
    margin-top: 30px;
  }

  .city-hero .hero-actions .button {
    min-width: 185px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
  }

  .city-hero-side {
    align-self: center;
    justify-self: end;
    width: 310px;
  }

  .city-hero-metrics {
    width: 310px;
    padding: 22px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
  }

  .city-hero-metrics article {
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
    min-height: 42px;
  }

  .city-hero-metrics .icon {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.14);
  }

  .city-hero-metrics strong {
    font-size: 16px;
    line-height: 1.1;
  }

  .city-hero-metrics p {
    font-size: 11px;
    line-height: 1.25;
  }
}

@media (max-width: 980px) {
  .city-hero {
    padding: 112px 0 58px;
  }

  .city-hero-panel,
  .city-hero-side {
    justify-self: start;
  }
}

/* Header zones dropdown */
.zone-menu {
  position: relative;
}

.zone-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  color: inherit;
  transition: color 180ms ease;
}

.zone-menu summary::-webkit-details-marker {
  display: none;
}

.zone-menu summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.zone-menu[open] summary,
.zone-menu:hover summary,
.zone-menu:focus-within summary {
  color: var(--blue-800);
}

.zone-menu[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.zone-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  min-width: 210px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.zone-menu[open] .zone-dropdown,
.zone-menu:hover .zone-dropdown,
.zone-menu:focus-within .zone-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.zone-dropdown a {
  padding: 11px 12px;
  border-radius: 8px;
  color: #344054;
  white-space: nowrap;
}

.zone-dropdown a:hover,
.zone-dropdown a:focus-visible {
  background: #f3f5fb;
  color: var(--blue-800);
}

@media (max-width: 860px) {
  .site-menu.is-open .zone-menu {
    border-bottom: 1px solid var(--line);
  }

  .site-menu.is-open .zone-menu summary {
    padding: 18px 0;
    font-size: 16px;
  }

  .site-menu.is-open .zone-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 12px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-menu.is-open .zone-dropdown a {
    padding: 12px 0;
    border-bottom: 0;
    font-size: 15px;
  }
}

/* Trust section semantic icons */
.trust-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: #f1f3ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  box-shadow: inset 0 0 0 1px rgba(44, 47, 143, 0.08);
}

.trust-card .icon::before,
.trust-card .icon::after {
  content: none !important;
  display: none !important;
}

.trust-card .icon-calendar {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M8.8 12.2 7.5 21l4.5-2.6 4.5 2.6-1.3-8.8'/%3E%3Cpath d='m10.2 8 1.2 1.2 2.6-2.7'/%3E%3C/svg%3E");
}

.trust-card .icon-shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='3'/%3E%3Cpath d='M9 8h6'/%3E%3Ccircle cx='10' cy='12' r='2'/%3E%3Cpath d='M7.5 17a3.2 3.2 0 0 1 5 0'/%3E%3Cpath d='m14.2 14.7 1.3 1.3 2.7-3'/%3E%3C/svg%3E");
}

.trust-card .icon-clipboard {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h6l1 2h3v15H5V6h3l1-2Z'/%3E%3Cpath d='M9 10h6'/%3E%3Cpath d='M9 14h6'/%3E%3Cpath d='m8 18 1.1 1.1L12 16'/%3E%3C/svg%3E");
}

.trust-card .icon-map {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%232c2f8f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 21s-4-4.1-4-8a4 4 0 0 1 8 0c0 3.9-4 8-4 8Z'/%3E%3Ccircle cx='8' cy='13' r='1.5'/%3E%3Cpath d='M17 15s-3-3.1-3-6a3 3 0 1 1 6 0c0 2.9-3 6-3 6Z'/%3E%3Ccircle cx='17' cy='9' r='1'/%3E%3Cpath d='M12 19h6'/%3E%3C/svg%3E");
}

/* Local SEO coverage section */
.local-zones-section {
  background: #fff;
  border-top: 1px solid rgba(31, 47, 104, 0.06);
}

.local-zones-section.section {
  padding: clamp(46px, 5.4vw, 74px) 0;
}

.nap-card {
  width: min(760px, 100%);
  margin: 0 auto clamp(18px, 2.4vw, 28px);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.04);
}

.nap-item {
  min-height: 58px;
  padding: 9px 12px;
  display: grid;
  align-content: center;
  gap: 3px;
  background: linear-gradient(180deg, rgba(44, 47, 143, 0.045), rgba(44, 47, 143, 0.015));
  border: 1px solid rgba(44, 47, 143, 0.08);
  border-radius: 13px;
}

.nap-card span {
  color: var(--slate-400);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nap-card strong,
.nap-card a {
  color: var(--blue-900);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
}

.nap-card a {
  text-decoration: none;
}

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

.local-zone-card {
  padding: clamp(18px, 2vw, 24px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.04);
}

.local-zone-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--blue-800);
  background: rgba(44, 47, 143, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.local-zone-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
}

.local-zone-card p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
}

.local-zone-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.local-zone-card li {
  padding: 7px 10px;
  color: var(--blue-900);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.local-zone-card a {
  display: inline-flex;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.local-zone-card a:hover,
.local-zone-card a:focus-visible,
.nap-card a:hover,
.nap-card a:focus-visible {
  color: var(--blue-900);
  text-decoration: underline;
}

.verification-strip {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.verification-strip div {
  min-height: 112px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.04);
}

.verification-strip strong {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
}

.verification-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

@media (max-width: 760px) {
  .nap-card,
  .local-zones-grid,
  .verification-strip {
    grid-template-columns: 1fr;
  }

  .nap-card {
    text-align: left;
  }

  body {
    padding-bottom: 84px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-cta-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 54px rgba(16, 24, 40, 0.18);
    backdrop-filter: blur(14px);
  }

  .mobile-cta-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-cta-bar a:first-child {
    background: var(--blue-800);
  }

  .mobile-cta-bar a:last-child {
    background: var(--green);
  }
}

.privacy-note a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.privacy-note a:hover {
  text-decoration: underline;
}

.privacy-page {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.privacy-hero {
  padding: clamp(6rem, 10vw, 9rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.privacy-container {
  max-width: 920px;
}

.privacy-hero h1 {
  margin: 0 auto 1.1rem;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.privacy-hero p:not(.section-eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.8;
}

.privacy-content {
  padding: 0 0 clamp(5rem, 8vw, 7rem);
}

.privacy-card {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(31, 47, 104, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(31, 47, 104, 0.08);
}

.privacy-card h2 {
  margin: 0 0 0.8rem;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.privacy-card p {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.privacy-card a:not(.button) {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.privacy-card a:not(.button):hover {
  text-decoration: underline;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (max-width: 680px) {
  .privacy-hero {
    padding-top: 5rem;
  }

  .privacy-actions .button {
    width: 100%;
  }
}
