* {
  box-sizing: border-box;
}

:root {
  --bg: #ffffff;
  --bg-soft: #f7fbff;
  --text: #0d1728;
  --muted: #607086;
  --blue-1: #8bc8f6;
  --blue-2: #5da9e9;
  --line: #d9e8f5;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

[data-reveal] {
  --reveal-delay: 0s;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(8px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease,
    filter 0.72s ease;
  transition-delay: var(--reveal-delay);
}

[data-reveal="fade"] {
  transform: none;
  filter: blur(4px);
}

[data-reveal="left"] {
  transform: translate3d(-32px, 0, 0);
  filter: blur(6px);
}

[data-reveal="right"] {
  transform: translate3d(32px, 0, 0);
  filter: blur(6px);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  -webkit-text-size-adjust: 100%;
}

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 78px 24px 52px;
  background: #eef4fa;
  isolation: isolate;
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* A layered veil gives the text contrast without erasing the motion in the background. */
    linear-gradient(96deg, rgba(247, 250, 253, 0.94) 0%, rgba(247, 250, 253, 0.82) 34%, rgba(247, 250, 253, 0.38) 62%, rgba(247, 250, 253, 0.18) 100%),
    radial-gradient(circle at 22% 34%, rgba(255, 255, 255, 0.22) 0%, transparent 28%),
    linear-gradient(180deg, rgba(15, 28, 52, 0.08) 0%, rgba(15, 28, 52, 0.02) 24%, rgba(247, 250, 253, 0.1) 62%, rgba(247, 250, 253, 0.54) 100%);
}

.hero__video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  opacity: 0.52;
  filter: saturate(0.9) contrast(0.92) brightness(0.82);
  transform: translateZ(0) scale(1.01);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 28%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(246, 250, 254, 0.1) 48%, rgba(249, 252, 255, 0.44) 84%, rgba(249, 252, 255, 0.72) 100%);
  opacity: 1;
  filter: none;
  transform: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0) 0%, rgba(247, 251, 255, 0.06) 30%, rgba(248, 252, 255, 0.16) 58%, rgba(249, 252, 255, 0.8) 88%, #f9fcff 100%);
}

.hero__container {
  width: min(1280px, 100%);
  margin: 0 auto;
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__content {
  width: min(100%, 580px);
  max-width: 580px;
  padding: 10px 0 18px;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
  z-index: 2;
}

.hero__title {
  margin: 0 0 22px;
  max-width: 10.4ch;
  font-size: clamp(2.75rem, 4.85vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: #081225;
  opacity: 1;
  text-wrap: balance;
}

.hero__title span {
  display: block;
  margin-top: 6px;
  color: #6baee6;
  font-weight: 700;
  opacity: 1;
}

.hero__description {
  margin: 0;
  max-width: 31rem;
  font-size: 1.06rem;
  line-height: 1.82;
  color: rgba(53, 70, 96, 0.92);
  opacity: 1;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero__highlights {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
  margin: 30px 0 0;
  padding: 0;
}

.hero__highlight {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(194, 215, 232, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 12px 26px rgba(17, 34, 62, 0.06);
  color: #3f5473;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  backdrop-filter: blur(10px);
  opacity: 1;
}

.hero__check {
  flex: 0 0 auto;
  display: inline-block;
  color: #4f9ee2;
  font-size: 1rem;
  font-weight: 800;
}

.hero__btn {
  /* Buttons keep the same structure, but with more nuanced borders and shadows. */
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

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

.hero__btn:focus-visible {
  outline: 3px solid rgba(92, 169, 232, 0.28);
  outline-offset: 3px;
}

.hero__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7fc2f2 0%, #5faeea 54%, #4b96db 100%);
  border-color: rgba(94, 170, 232, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 34px rgba(76, 132, 193, 0.24);
}

.hero__btn--primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 24px 40px rgba(76, 132, 193, 0.28);
}

.hero__btn--secondary {
  color: #11213b;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(198, 219, 237, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 14px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 18px 30px rgba(15, 23, 42, 0.08);
}

.process {
  position: relative;
  padding: 112px 24px 108px;
  background:
    radial-gradient(circle at 14% 18%, rgba(142, 196, 241, 0.12), transparent 24%),
    radial-gradient(circle at 84% 86%, rgba(213, 236, 251, 0.34), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.process__container {
  --process-timeline-offset: 116px;
  --process-rail-width: 82px;
  --process-line-x: calc(var(--process-timeline-offset) + (var(--process-rail-width) / 2));
  width: min(1100px, 100%);
  margin: 0 auto;
}

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

.process__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(124, 165, 232, 0.26);
  background: rgba(255, 255, 255, 0.82);
  color: #6c85c6;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(155, 186, 230, 0.12);
}

.process__title {
  margin: 22px 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #0a1427;
  text-align: center;
  margin-inline: auto;
}

.process__subtitle {
  margin: 0;
  font-size: clamp(1.04rem, 2vw, 1.4rem);
  line-height: 1.7;
  color: #4b5c78;
  text-align: center;
  margin-inline: auto;
}

.process__timeline {
  position: relative;
  padding-left: var(--process-timeline-offset);
  --process-progress: 0;
}

.process__timeline::before {
  content: "";
  position: absolute;
  left: var(--process-line-x);
  top: 10px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(180deg, #d8e4f1 0%, #e8eff7 100%);
}

.process__timeline::after {
  content: "";
  position: absolute;
  left: var(--process-line-x);
  top: 10px;
  width: 2px;
  height: calc((100% - 42px) * var(--process-progress));
  background: linear-gradient(180deg, #7fc2f2 0%, #5ca9e8 100%);
  box-shadow: 0 0 18px rgba(92, 169, 232, 0.24);
  transition: height 0.16s ease-out;
}

.process__step {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 26px;
}

.process__step:last-child .process__card {
  border-bottom: 0;
}

.process__rail {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.process__dot {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid rgba(191, 202, 223, 0.9);
  box-shadow:
    0 10px 26px rgba(19, 33, 67, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #4d5b74;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.process__step--active .process__dot {
  background: linear-gradient(180deg, #7fc2f2 0%, #5ca9e8 100%);
  border-color: rgba(92, 169, 232, 0.34);
  box-shadow:
    0 18px 34px rgba(92, 169, 232, 0.24),
    0 0 0 10px rgba(127, 194, 242, 0.10);
  color: #fff;
  transform: scale(1.03);
}

.process__card {
  padding: 4px 0 34px;
  border-bottom: 1px solid rgba(214, 224, 237, 0.78);
}

.process__meta {
  margin-bottom: 8px;
  color: #627497;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process__content {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) 1.35fr;
  gap: 22px;
  align-items: start;
}

.process__step-title {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #131d31;
}

.process__text {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #55647e;
}

.process__cta-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 18px;
  margin-top: 34px;
  padding-left: 0;
}

.process__cta-wrap::before {
  content: "";
  position: absolute;
  left: var(--process-line-x);
  top: -34px;
  width: 2px;
  height: 78px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #5ca9e8 0%, rgba(92, 169, 232, 0.08) 100%);
}

.process__cta-wrap::after {
  content: "";
  position: absolute;
  left: var(--process-line-x);
  top: 40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #5ca9e8;
  box-shadow: 0 0 0 8px rgba(127, 194, 242, 0.12);
  transform: translateX(-50%);
}

.process__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  min-height: 66px;
  padding: 10px 12px 10px 28px;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #1d223d 0%, #111425 100%);
  box-shadow:
    0 18px 40px rgba(18, 24, 45, 0.28),
    0 10px 24px rgba(92, 169, 232, 0.18),
    0 0 0 2px rgba(255, 255, 255, 0.24) inset;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.process__cta::before {
  content: "";
  position: absolute;
  inset: auto -10% -150%;
  height: 260%;
  border-radius: 42%;
  background:
    radial-gradient(circle at 18% 38%, rgba(255, 255, 255, 0.22) 0 8%, transparent 9%),
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.16) 0 7%, transparent 8%),
    linear-gradient(180deg, #8dd0fb 0%, #5ca9e8 58%, #4e98dd 100%);
  transform: translateY(78%) rotate(-8deg);
  transform-origin: center;
  transition: transform 0.55s ease;
  z-index: -1;
}

.process__cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 48px rgba(18, 24, 45, 0.30),
    0 14px 30px rgba(92, 169, 232, 0.22),
    0 0 0 2px rgba(255, 255, 255, 0.24) inset;
}

.process__cta:hover::before {
  transform: translateY(-4%) rotate(2deg);
}

.process__cta > span {
  position: relative;
  z-index: 1;
}

.process__cta-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 1.5rem;
  line-height: 1;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.process__cta:hover .process__cta-icon {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateX(2px);
}

.process__cta-note {
  margin: 0;
  color: #616f8a;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 35;
  width: 62px;
  height: 62px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #2fe06f 0%, #1fb455 100%);
  box-shadow:
    0 18px 34px rgba(16, 24, 40, 0.16),
    0 10px 20px rgba(41, 211, 102, 0.22);
  color: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 40px rgba(16, 24, 40, 0.18),
    0 14px 26px rgba(41, 211, 102, 0.28);
  filter: saturate(1.03);
}

.whatsapp-float__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float__icon svg {
  width: 30px;
  height: 30px;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}
