.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-dark);
  letter-spacing: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 12px;
}

.brand-mark {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1;
}

.brand-mark strong {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark small {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--blue);
  font-size: clamp(0.58rem, 0.78vw, 0.74rem);
  font-weight: 850;
  letter-spacing: 0.12em;
}

.brand-mark small i {
  display: block;
  flex: 1 1 auto;
  max-width: calc(100% - 62px);
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  opacity: 0.78;
}

.brand-mark small i:last-child {
  display: none;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 650;
}

nav a:hover {
  color: var(--blue);
}

.nav-cta,
.primary-button,
.secondary-button,
.lead-form button,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
}

.cta-short {
  display: none;
}

.nav-cta,
.primary-button,
.lead-form button {
  color: var(--white);
  background: var(--blue);
}

.secondary-button {
  color: var(--blue-dark);
  background: var(--white);
  border-color: var(--line);
}

.hero-announcement {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
}

.hero-announcement span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: 999px;
  font-weight: 750;
}

.country-badge i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background:
    linear-gradient(#fcd116, #fcd116) 0 0 / 100% 50% no-repeat,
    linear-gradient(#003893, #003893) 0 50% / 100% 25% no-repeat,
    linear-gradient(#ce1126, #ce1126) 0 75% / 100% 25% no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.hero-announcement p,
.lead-form p {
  margin: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lead {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

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

.secondary-button svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: currentColor;
}

.hero-actions .secondary-button {
  color: var(--whatsapp-dark);
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.24);
}

.hero-actions .secondary-button:hover {
  color: var(--white);
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: var(--blue-dark);
  background: rgba(7, 94, 168, 0.08);
  border: 1px solid rgba(7, 94, 168, 0.12);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 750;
}

.hero-proof svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: var(--blue);
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(420px, 42vw, 560px);
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
  transform: translate(
    calc(var(--mx, 0) * -8px),
    calc(var(--my, 0) * -8px)
  );
  transition: transform 180ms ease-out;
}

.visual-flow {
  position: absolute;
  inset: -18px -12px auto auto;
  z-index: 0;
  display: grid;
  gap: 10px;
  width: min(300px, 56%);
  pointer-events: none;
}

.visual-flow span {
  height: 10px;
  background: linear-gradient(90deg, rgba(7, 94, 168, 0), rgba(31, 157, 138, 0.5), rgba(7, 94, 168, 0));
  border-radius: 999px;
}

.visual-flow span:nth-child(2) {
  width: 78%;
  margin-left: auto;
}

.visual-flow span:nth-child(3) {
  width: 58%;
  margin-left: 18%;
}

.visual-card {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  width: min(300px, calc(100% - 40px));
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(9, 33, 59, 0.14);
  backdrop-filter: blur(14px);
  transform: translate(
    calc(var(--mx, 0) * 10px),
    calc(var(--my, 0) * 10px)
  );
  transition: transform 180ms ease-out;
}

.visual-card strong,
footer strong {
  display: block;
  color: var(--blue-dark);
}

.visual-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
}

.impact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 24px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(31, 157, 138, 0.24), transparent 28%),
    linear-gradient(135deg, var(--blue-dark), #07487f 62%, #086e9e);
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(4, 45, 87, 0.2);
}

.impact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 26%, #000 78%, transparent);
  opacity: 0.18;
  transform: translate(
    calc(var(--mx, 0) * 12px),
    calc(var(--my, 0) * 12px)
  );
  transition: transform 180ms ease-out;
}

.impact > * {
  position: relative;
  z-index: 1;
}

.impact-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 280px;
}

.impact-copy .eyebrow,
.impact-copy h2 {
  color: var(--white);
}

.impact-copy p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.impact-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}

.impact-main,
.impact-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.impact-main {
  border-color: rgba(217, 164, 65, 0.36);
  background:
    radial-gradient(circle at 86% 12%, rgba(217, 164, 65, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.11);
}

.impact-item:nth-child(1) {
  border-color: rgba(217, 164, 65, 0.26);
}

.impact-item:nth-child(2) {
  border-color: rgba(252, 209, 22, 0.22);
}

.metric-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--gold-soft);
  background: rgba(217, 164, 65, 0.14);
  border: 1px solid rgba(217, 164, 65, 0.22);
  border-radius: 14px;
}

.metric-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.impact-main .metric-icon {
  width: 48px;
  height: 48px;
  color: var(--gold-soft);
  background: rgba(217, 164, 65, 0.18);
  border-color: rgba(217, 164, 65, 0.28);
}

.impact-main .metric-icon svg {
  width: 24px;
  height: 24px;
}

.impact-main::after,
.impact-item::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -80%;
  width: 48%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
}

.impact-main {
  display: grid;
  align-content: end;
  min-height: 210px;
  padding: 26px;
  --metric-delay: 0ms;
}

.impact-main span,
.metric-value {
  color: var(--gold-soft);
  font-weight: 850;
  line-height: 0.88;
}

.impact-main span {
  font-size: clamp(4.6rem, 7.8vw, 7.4rem);
  letter-spacing: 0;
}

.metric-value {
  display: inline;
}

.metric-word,
.metric-char {
  display: inline-block;
  white-space: nowrap;
  transform-origin: 50% 80%;
}

.impact-main strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.impact-main p {
  max-width: 320px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.metric-line {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.metric-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--teal), rgba(255, 255, 255, 0.88));
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
}

.impact-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.impact-item {
  display: grid;
  align-content: center;
  min-height: 94px;
  padding: 20px;
}

.impact-item:nth-child(1) {
  --metric-delay: 45ms;
}

.impact-item:nth-child(2) {
  --metric-delay: 90ms;
}

.impact-item:nth-child(3) {
  --metric-delay: 135ms;
}

.impact-item span {
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1;
}

.impact-item strong {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
}

.solutions-section {
  display: grid;
  gap: 28px;
}

.solutions-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.solutions-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 14px auto 0;
  color: var(--muted);
}

.solution-grid article,
.trust-panel article,
.process-grid article,
.process-aside,
.faq-grid article,
.lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(9, 33, 59, 0.06);
}

.solution-grid article,
.faq-grid article {
  position: relative;
  min-height: 168px;
  padding: 20px;
  overflow: hidden;
}

.faq-grid article {
  display: grid;
  align-content: start;
  min-height: 190px;
  border-radius: 8px;
}

.faq-grid article::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 8px;
  font-weight: 850;
}

.faq-grid article.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 14%, rgba(31, 157, 138, 0.22), transparent 32%),
    linear-gradient(135deg, var(--blue-dark), #073d70 72%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(9, 33, 59, 0.13);
}

.faq-grid article.featured::before {
  color: var(--ink);
  background: var(--gold);
}

.faq-grid article.featured span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
}

.faq-grid article.featured h3 {
  color: var(--white);
}

.faq-grid article.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.process {
  position: relative;
}

.section-heading p:not(.eyebrow) {
  max-width: 610px;
  margin: 14px auto 0;
  color: var(--muted);
}

.process-panel {
  position: relative;
  align-items: stretch;
}

.process-grid {
  position: relative;
  counter-reset: process;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 11%;
  left: 11%;
  height: 3px;
  background: linear-gradient(90deg, rgba(7, 94, 168, 0.18), rgba(31, 157, 138, 0.5));
  border-radius: 999px;
}

.process-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 238px;
  padding: 18px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(234, 244, 255, 0.72), rgba(255, 255, 255, 0) 46%),
    var(--white);
}

.process-grid article:nth-child(4) {
  background:
    radial-gradient(circle at 88% 16%, rgba(217, 164, 65, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(234, 244, 255, 0.72), rgba(255, 255, 255, 0) 46%),
    var(--white);
  border-color: rgba(217, 164, 65, 0.34);
}

.solution-grid {
  align-items: stretch;
}

.solution-card {
  display: grid;
  align-content: start;
}

.solution-card.featured {
  background:
    radial-gradient(circle at 92% 12%, rgba(31, 157, 138, 0.13), transparent 32%),
    var(--white);
  border-color: rgba(7, 94, 168, 0.16);
  box-shadow: 0 18px 48px rgba(9, 33, 59, 0.09);
}

.solution-card small {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 6px 9px;
  color: var(--blue);
  background: rgba(7, 94, 168, 0.08);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.solution-grid article::after,
.process-grid article::after,
.faq-grid article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.solution-grid article:hover::after,
.process-grid article:hover::after,
.faq-grid article:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 14px;
  font-size: 1.18rem;
  font-weight: 850;
}

.card-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.solution-number,
.process-number {
  color: var(--teal);
  font-weight: 850;
}

.solution-grid p,
.trust-copy p,
.location-details span,
.process-grid p,
.process-aside li,
.form-intro p,
.faq-grid p,
.lead-form p {
  color: var(--muted);
}

.process-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border: 6px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(7, 94, 168, 0.2);
  font-size: 1.05rem;
}

.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 22px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 8px;
}

.process-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.process-grid h3 {
  margin-top: 14px;
}

.faq-grid h3 {
  margin-top: 4px;
}

.process-grid p {
  margin: 0;
  font-size: 0.93rem;
}

.faq-grid p {
  margin: 0;
  font-size: 0.93rem;
}

.process-aside {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(31, 157, 138, 0.16), transparent 32%),
    linear-gradient(135deg, var(--blue-dark), #073d70 74%);
  color: var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(9, 33, 59, 0.13);
}

.process-aside small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.process-aside h3 {
  margin: 8px 0 16px;
  color: var(--white);
  font-size: 1.25rem;
}

.process-aside ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-aside li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.process-aside li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 164, 65, 0.16);
}

.process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 850;
}

.trust {
  display: block;
  width: 100%;
  padding-inline: max(20px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 82% 8%, rgba(31, 157, 138, 0.22), transparent 30%),
    linear-gradient(135deg, var(--blue-dark), #073d70 72%);
}

.trust .eyebrow,
.trust h2 {
  color: var(--white);
}

.verified-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.verified-label svg {
  width: 19px;
  height: 19px;
  fill: var(--teal);
}

.trust-copy p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.72);
}

.trust-copy {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.trust-copy p {
  margin-inline: auto;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.office-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(230px, 0.72fr);
  gap: 14px;
  min-width: 0;
}

.office-card {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
}

.office-card picture {
  display: block;
}

.office-card img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.office-card-featured img {
  object-position: 58% 50%;
}

.office-gallery .office-card:not(.office-card-featured) img {
  object-position: 58% 50%;
}

.office-card figcaption {
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.location-details {
  display: grid;
  gap: 14px;
}

.location-details article {
  display: grid;
  align-content: center;
  min-height: 188px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
}

.location-card {
  position: relative;
  overflow: hidden;
}

.map-location {
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.map-embed {
  position: relative;
  min-height: 124px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 124px;
  border: 0;
}

.national-location {
  padding-top: 28px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 92% 18%, rgba(252, 209, 22, 0.28), transparent 32%);
}

.national-location::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, #fcd116 0 50%, #003893 50% 75%, #ce1126 75% 100%);
}

.country-ribbon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #fcd116 0 50%, #003893 50% 75%, #ce1126 75% 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  opacity: 0.95;
}

.country-ribbon::after {
  position: absolute;
  inset: 10px;
  content: "";
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.country-ribbon span {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.national-location small {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #0b3764;
  background: #fcd116;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.location-details strong {
  display: block;
  color: var(--white);
  font-size: 1.15rem;
}

.location-details span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
}

.location-details a {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 13px;
  color: var(--blue-dark);
  background: var(--white);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.allies-section {
  padding-top: 56px;
}

.ally-logos {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  padding: 4px 0;
}

.ally-logos::before,
.ally-logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 96px;
  pointer-events: none;
}

.ally-logos::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(248, 250, 252, 0));
}

.ally-logos::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(248, 250, 252, 0));
}

.ally-logo-track {
  display: flex;
  width: max-content;
  gap: 12px;
  will-change: transform;
}

.ally-logos:hover .ally-logo-track {
  animation-play-state: paused;
}

.ally-logo-card {
  flex: 0 0 184px;
  display: grid;
  place-items: center;
  min-height: 76px;
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(9, 33, 59, 0.045);
}

.ally-logo-card-dark {
  background: #073d70;
  border-color: rgba(255, 255, 255, 0.12);
}

.ally-logo-card-wide {
  flex-basis: 220px;
}

.ally-logo-card img {
  display: block;
  width: 100%;
  max-width: 164px;
  max-height: 44px;
  object-fit: contain;
}

.ally-logo-card-wide img {
  max-width: 194px;
}

.form-section {
  align-items: center;
}

.form-lead {
  max-width: 540px;
  margin: 14px 0 0;
  color: var(--muted);
}

.form-visual {
  position: relative;
  max-width: 440px;
  margin-top: 24px;
  padding: 22px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), #07659f);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(4, 45, 87, 0.17);
}

.form-visual span {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 42px;
  background:
    linear-gradient(var(--white), var(--white)) center / 24px 3px no-repeat,
    linear-gradient(90deg, var(--teal), #69d7c4);
  border-radius: 16px;
}

.form-visual::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 24px;
  width: 170px;
  height: 110px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) 0 0 / 100% 16px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34)) 0 34px / 78% 12px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34)) 0 58px / 92% 12px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34)) 0 82px / 64% 12px no-repeat;
  border-radius: 14px;
  opacity: 0.7;
}

.form-visual strong {
  display: block;
  font-size: 1.2rem;
}

.form-visual p {
  max-width: 280px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.form-visual ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.form-visual li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 650;
}

.form-visual li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 164, 65, 0.16);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(234, 244, 255, 0.72), rgba(255, 255, 255, 0) 42%),
    var(--white);
}

.form-card-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-card-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  color: var(--blue);
  background: rgba(7, 94, 168, 0.09);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.form-card-heading strong {
  color: var(--blue-dark);
  font-size: 1.25rem;
  line-height: 1.15;
}

.form-card-heading p {
  max-width: 430px;
  color: var(--muted);
  font-size: 0.9rem;
}

label {
  display: grid;
  gap: 7px;
  color: var(--blue-dark);
  font-size: 0.88rem;
  font-weight: 750;
}

input,
select {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

input:focus,
select:focus {
  border-color: var(--blue);
  outline: 4px solid rgba(7, 94, 168, 0.12);
}

.checkbox {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 550;
}

.checkbox input {
  min-height: auto;
  margin-top: 3px;
}

.checkbox a,
.legal-link,
.legal-modal a {
  color: #8a641f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-link:hover,
.legal-modal a:hover {
  color: var(--ink);
}

.legal-link,
.footer-link-button {
  appearance: none;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.checkbox .legal-link {
  display: inline;
  min-height: 0;
  padding: 0;
  color: #8a641f;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  vertical-align: baseline;
}

.checkbox .legal-link:hover {
  color: var(--ink);
  background: transparent;
}

.footer-link-button {
  color: rgba(255, 255, 255, 0.78);
}

.footer-link-button:hover {
  color: var(--white);
}

.lead-form p {
  font-size: 0.8rem;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.form-status:not(:empty) {
  display: block;
}

.form-status[data-type="info"] {
  color: var(--blue-dark);
  background: rgba(7, 94, 168, 0.08);
}

.form-status[data-type="success"] {
  color: #14532d;
  background: rgba(34, 197, 94, 0.12);
}

.form-status[data-type="error"] {
  color: #7f1d1d;
  background: rgba(239, 68, 68, 0.12);
}

.legal-modal {
  width: min(720px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 28px));
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.legal-modal::backdrop {
  background: rgba(9, 17, 28, 0.48);
  backdrop-filter: blur(3px);
}

.legal-modal-panel {
  position: relative;
  display: grid;
  gap: 14px;
  max-height: min(760px, calc(100vh - 28px));
  padding: 28px;
  overflow-y: auto;
  background: #fffefa;
  border: 1px solid rgba(217, 164, 65, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(9, 17, 28, 0.22);
}

.legal-modal-panel h2 {
  max-width: 590px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.legal-modal-panel p,
.legal-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.legal-note {
  padding: 16px 18px;
  background: rgba(217, 164, 65, 0.1);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: rgba(9, 33, 59, 0.06);
  border: 1px solid rgba(9, 33, 59, 0.12);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.modal-close:hover {
  background: rgba(9, 33, 59, 0.11);
}

.payer-marquee {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 24px;
  overflow: hidden;
  padding: 4px 0;
}

.about-section {
  padding-top: 48px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(234, 244, 255, 0.72)),
    var(--white);
  border: 1px solid rgba(7, 94, 168, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(9, 33, 59, 0.08);
}

.about-copy {
  display: grid;
  align-content: center;
}

.about-copy h2 {
  max-width: 520px;
  font-size: clamp(1.75rem, 3vw, 2.85rem);
}

.about-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--muted);
}

.about-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  padding: 11px 15px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-weight: 800;
}

.about-proof {
  display: grid;
  gap: 12px;
}

.about-main-card,
.about-mini-grid article {
  border-radius: 8px;
}

.about-main-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(90deg, #fcd116 0 18%, #003893 18% 26%, #ce1126 26% 31%, transparent 31%),
    linear-gradient(135deg, var(--blue-dark), #075e90 72%);
  box-shadow: 0 18px 44px rgba(4, 45, 87, 0.18);
}

.about-main-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 126px;
  height: 86px;
  opacity: 0.16;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 20px 24px / 86px 9px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 20px 44px / 64px 9px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 20px 64px / 74px 9px no-repeat,
    rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
}

.about-main-card span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  color: var(--blue-dark);
  background: var(--gold);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.about-main-card strong {
  display: block;
  max-width: 430px;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  line-height: 1.04;
}

.about-main-card p {
  max-width: 360px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.about-mini-grid article {
  min-height: 118px;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(220, 229, 238, 0.95);
  box-shadow: 0 10px 30px rgba(9, 33, 59, 0.05);
}

.about-mini-grid strong {
  display: block;
  color: var(--blue-dark);
  font-size: 0.98rem;
}

.about-mini-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.payer-marquee::before,
.payer-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 88px;
  pointer-events: none;
}

.payer-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(248, 250, 252, 0));
}

.payer-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(248, 250, 252, 0));
}

.payer-track {
  display: flex;
  width: max-content;
  gap: 10px;
  will-change: transform;
}

.payer-marquee:hover .payer-track {
  animation-play-state: paused;
}

.payer-track span {
  flex: 0 0 auto;
  padding: 10px 15px;
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(9, 33, 59, 0.05);
  font-size: 0.9rem;
  font-weight: 750;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  gap: 9px;
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 16px 34px rgba(18, 140, 74, 0.26);
}

.floating-whatsapp:hover {
  background: var(--whatsapp-dark);
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, rgba(7, 94, 168, 0), rgba(7, 94, 168, 0.22), rgba(31, 157, 138, 0.26), rgba(7, 94, 168, 0));
}

.footer-main {
  padding: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(31, 157, 138, 0.2), transparent 30%),
    linear-gradient(135deg, var(--blue-dark), #073d70 74%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(9, 33, 59, 0.14);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.footer-logo strong {
  display: block;
  color: var(--white);
  font-size: 1.04rem;
  letter-spacing: 0.02em;
}

.footer-logo small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 850;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.96rem;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 2px 0;
}

.footer-bottom p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
