.fce-hero,
.fce-hero *,
.fce-logo-marquee,
.fce-logo-marquee * {
  box-sizing: border-box;
}

.fce-hero {
  --fce-navy: #272b72;
  --fce-cyan: #61dafb;
  --fce-ink: #1e234f;
  --fce-muted: #a9b1c3;
  --fce-light: #eef5ff;
  width: 100%;
  overflow: visible;
  background: linear-gradient(110deg, var(--fce-navy) 0%, #303a82 47%, var(--fce-cyan) 100%);
  color: #fff;
  font-family: inherit;
}

.fce-hero__inner {
  width: min(1760px, calc(100% - 48px));
  min-height: 850px;
  margin: 0 auto;
  padding: clamp(54px, 5vw, 90px) 0 clamp(48px, 5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fce-hero__content {
  width: 100%;
  text-align: center;
}

.fce-hero__trustpilot {
  display: block;
  width: clamp(240px, 23vw, 380px);
  height: auto;
  margin: 0 auto clamp(28px, 3vw, 48px);
}

.fce-hero h1 {
  max-width: 1680px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(52px, 5.15vw, 100px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
  text-align: center;
  text-wrap: balance;
}

.fce-hero__copy {
  max-width: 1650px;
  margin: clamp(36px, 4vw, 72px) auto clamp(30px, 3vw, 54px);
  color: #fff;
  font-size: clamp(18px, 1.55vw, 31px);
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.fce-hero__form {
  width: min(1690px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 58px) clamp(24px, 4vw, 84px) clamp(22px, 2.2vw, 42px);
  display: grid;
  gap: clamp(18px, 1.8vw, 30px);
  border-radius: clamp(24px, 2vw, 34px);
  background: #fff;
  box-shadow: 0 18px 30px rgba(22, 28, 68, .24);
}

.fce-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fce-airport-field {
  position: relative;
  min-width: 0;
}

.fce-airport-field__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(18px, 2vw, 30px);
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.fce-airport-field input {
  width: 100%;
  height: clamp(70px, 6vw, 98px);
  padding: 0 clamp(20px, 2vw, 32px) 0 clamp(62px, 5vw, 88px);
  border: 2px solid #d3d3d3;
  border-radius: clamp(12px, 1vw, 17px);
  outline: 0;
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 13px rgba(0, 0, 0, .18);
  font: inherit;
  font-size: clamp(18px, 1.55vw, 30px);
  font-weight: 650;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fce-airport-field input::placeholder {
  color: var(--fce-muted);
  opacity: 1;
}

.fce-airport-field input:focus {
  border-color: #4c65a7;
  box-shadow: 0 0 0 4px rgba(97, 218, 251, .22), 0 8px 13px rgba(0, 0, 0, .16);
}

.fce-airport-suggestions {
  position: absolute;
  z-index: 999;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #d9e1ed;
  border-radius: 14px;
  background: #fff;
  color: #17223a;
  text-align: left;
  box-shadow: 0 16px 35px rgba(13, 35, 76, .2);
}

.fce-airport-suggestions.is-open {
  display: block;
}

.fce-airport-option {
  padding: 13px 16px;
  cursor: pointer;
  border-bottom: 1px solid #edf0f5;
  font-size: 16px;
}

.fce-airport-option:last-child {
  border-bottom: 0;
}

.fce-airport-option:hover,
.fce-airport-option.is-active {
  background: var(--fce-light);
}

.fce-airport-option small {
  display: block;
  margin-top: 2px;
  color: #64748b;
}

.fce-hero__submit {
  width: 100%;
  min-height: clamp(76px, 7vw, 116px);
  margin-top: clamp(8px, 1vw, 18px);
  padding: 16px 24px;
  border: 0;
  border-radius: clamp(13px, 1vw, 18px);
  background: linear-gradient(110deg, var(--fce-navy) 0%, #394b91 50%, var(--fce-cyan) 100%);
  color: #fff;
  box-shadow: 0 12px 17px rgba(17, 23, 61, .28);
  font: inherit;
  font-size: clamp(20px, 1.55vw, 31px);
  font-weight: 800;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.fce-hero__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 14px 20px rgba(17, 23, 61, .32);
}

.fce-hero__submit:focus-visible {
  outline: 4px solid rgba(39, 43, 114, .28);
  outline-offset: 3px;
}

.fce-hero__error {
  margin: -4px 0;
  color: #b42318;
  font-size: 15px;
  text-align: left;
}

.fce-hero__benefits {
  margin: clamp(8px, 1.2vw, 18px) 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px clamp(28px, 3.5vw, 66px);
  color: var(--fce-ink);
  list-style: none;
  font-size: clamp(16px, 1.35vw, 27px);
  font-weight: 500;
}

.fce-hero__benefits li {
  white-space: nowrap;
}

.fce-logo-marquee {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  background: #fff;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}

.fce-logo-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: fce-logo-marquee-scroll 22s linear infinite;
}

.fce-logo-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}

.fce-logo-marquee__group img {
  display: block;
  width: auto;
  height: 70px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(110%) contrast(85%) sepia(10%) hue-rotate(200deg);
  opacity: .75;
  transition: opacity .3s ease;
}

.fce-logo-marquee__group img:hover {
  opacity: 1;
}

.fce-logo-marquee:hover .fce-logo-marquee__track,
.fce-logo-marquee:focus-within .fce-logo-marquee__track {
  animation-play-state: paused;
}

@keyframes fce-logo-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

#fce-stepsPro,
#fce-stepsPro * {
  box-sizing: border-box;
}

#fce-stepsPro {
  --fce-steps-blue: #2e3192;
  --fce-steps-blue2: #3a47a3;
  --fce-steps-cyan: #61dafb;
  --fce-steps-ink: #0b1220;
  --fce-steps-muted: #5b6576;
  --fce-steps-card: #fff;
  --fce-steps-stroke: rgba(17, 24, 39, .10);
  --fce-steps-shadow: 0 18px 50px rgba(11, 18, 32, .10);
  --fce-steps-shadow-hover: 0 28px 75px rgba(11, 18, 32, .14);
  width: 100%;
  overflow: hidden;
  padding: 76px 18px;
  background:
    radial-gradient(900px 420px at 15% -10%, rgba(97, 218, 251, .18), transparent 60%),
    radial-gradient(900px 500px at 90% 5%, rgba(46, 49, 146, .10), transparent 62%),
    linear-gradient(180deg, #fff 0%, #fbfcff 55%, #fff 100%);
  color: var(--fce-steps-ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

#fce-stepsPro .fce-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

#fce-stepsPro .fce-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

#fce-stepsPro .fce-head h2 {
  margin: 0 0 14px;
  color: var(--fce-steps-blue);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
}

#fce-stepsPro .fce-head p {
  max-width: 72ch;
  margin: 0 auto;
  color: var(--fce-steps-muted);
  font-size: 18px;
  line-height: 1.65;
}

#fce-stepsPro .fce-head strong {
  color: var(--fce-steps-blue);
  font-weight: 800;
}

#fce-stepsPro .fce-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 26px;
}

#fce-stepsPro .fce-card {
  position: relative;
  min-height: 460px;
  padding: 22px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fce-steps-stroke);
  border-radius: 24px;
  background: var(--fce-steps-card);
  box-shadow: var(--fce-steps-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

#fce-stepsPro .fce-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--fce-steps-shadow-hover);
}

#fce-stepsPro .fce-card::before {
  position: absolute;
  top: -110px;
  right: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 30%,
    rgba(97, 218, 251, .45),
    rgba(46, 49, 146, .16) 60%,
    transparent 72%
  );
  content: "";
  pointer-events: none;
}

#fce-stepsPro .fce-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

#fce-stepsPro .fce-stepNo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#fce-stepsPro .fce-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--fce-steps-blue), var(--fce-steps-cyan));
  box-shadow: 0 14px 26px rgba(46, 49, 146, .22);
  color: #fff;
  font-weight: 900;
}

#fce-stepsPro .fce-kicker {
  color: #1f2a44;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
  opacity: .95;
}

#fce-stepsPro .fce-illuWrap {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 4 / 3;
  margin: 10px auto 14px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46, 49, 146, .12);
  border-radius: 18px;
  background:
    radial-gradient(220px 120px at 25% 20%, rgba(97, 218, 251, .30), transparent 60%),
    radial-gradient(260px 160px at 85% 20%, rgba(46, 49, 146, .18), transparent 65%),
    linear-gradient(135deg, rgba(46, 49, 146, .06), rgba(255, 255, 255, .9));
}

#fce-stepsPro .fce-illuWrap svg {
  width: 100%;
  height: 100%;
}

#fce-stepsPro .fce-card h3 {
  margin: 6px 0 0;
  color: var(--fce-steps-blue);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.01em;
  text-align: center;
}

#fce-stepsPro .fce-card p {
  margin: 14px 0 0;
  color: var(--fce-steps-muted);
  font-size: 15.7px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 980px) {
  #fce-stepsPro {
    padding: 52px 14px;
  }

  #fce-stepsPro .fce-head {
    margin: 0 auto 26px;
  }

  #fce-stepsPro .fce-head h2 {
    font-size: 32px;
  }

  #fce-stepsPro .fce-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #fce-stepsPro .fce-card {
    min-height: auto;
    padding: 16px 14px;
    border-radius: 20px;
  }

  #fce-stepsPro .fce-card::before {
    display: none;
  }

  #fce-stepsPro .fce-top {
    margin-bottom: 6px;
  }

  #fce-stepsPro .fce-badge {
    width: 34px;
    height: 34px;
    border-radius: 14px;
    font-size: 14px;
  }

  #fce-stepsPro .fce-kicker {
    font-size: 13px;
  }

  #fce-stepsPro .fce-illuWrap {
    max-width: 220px;
    aspect-ratio: 16 / 9;
    margin: 8px auto 10px;
    border-radius: 16px;
  }

  #fce-stepsPro .fce-card h3 {
    margin-top: 4px;
    font-size: 18px;
  }

  #fce-stepsPro .fce-card p {
    margin-top: 10px;
    font-size: 14.6px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  #fce-stepsPro .fce-head h2 {
    font-size: 28px;
  }

  #fce-stepsPro .fce-head p {
    font-size: 16px;
  }

  #fce-stepsPro .fce-card {
    padding: 14px 12px;
  }

  #fce-stepsPro .fce-illuWrap {
    max-width: 200px;
  }
}

.fce2,
.fce2 * {
  box-sizing: border-box;
}

.fce2 {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: clamp(26px, 3vw, 44px) 0;
  background: #fff;
  color: inherit;
  font: inherit;
}

.fce2__wrap {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.fce2__head {
  margin-bottom: 14px;
  text-align: center;
}

.fce2__title {
  margin: 0 0 10px;
  color: #272b72;
  font: inherit;
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.fce2__sub {
  max-width: 780px;
  margin: 0 auto;
  color: #2b3445;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  opacity: .92;
}

.fce2__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fce2__track {
  width: 100%;
  padding: 10px 2px 2px;
  overflow-x: auto;
  display: flex;
  gap: 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fce2__track::-webkit-scrollbar {
  display: none;
}

.fce2__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

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

.fce2__card {
  min-height: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(39, 43, 114, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(11, 18, 32, .10);
}

.fce2__media {
  position: relative;
  height: 280px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #0b1220;
}

.fce2__media::before {
  position: absolute;
  inset: 0;
  background: var(--img) center / cover no-repeat;
  content: "";
}

.fce2__mediaOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(39, 43, 114, .08) 0%,
    rgba(58, 71, 163, .05) 45%,
    rgba(97, 218, 251, .03) 100%
  );
  opacity: .22;
  pointer-events: none;
}

.fce2__content {
  padding: 16px 16px 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.fce2__h3 {
  margin: 0;
  color: #272b72;
  font: inherit;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.fce2__p {
  margin: 0;
  color: #2b3445;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.fce2__p strong {
  color: #272b72;
  font-weight: 900;
}

.fce2__actions {
  margin-top: 6px;
}

.fce2__link {
  color: #272b72;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fce2__link:hover {
  color: #3a47a3;
}

.fce2__link:focus-visible,
.fce2__dot:focus-visible {
  outline: 3px solid rgba(97, 218, 251, .75);
  outline-offset: 4px;
}

.fce2__dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fce2__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(39, 43, 114, .28);
  cursor: pointer;
  opacity: .85;
  transition: width .18s ease, background .18s ease, opacity .18s ease;
}

.fce2__dot.is-active {
  width: 30px;
  background: #272b72;
  opacity: 1;
}

@media (max-width: 991px) {
  .fce2__media {
    height: 250px;
  }

  .fce2__card {
    min-height: 500px;
  }

  .fce2__h3 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .fce2__wrap {
    width: calc(100% - 24px);
  }

  .fce2__grid {
    gap: 12px;
  }

  .fce2__media {
    height: 210px;
  }

  .fce2__card {
    min-height: 470px;
  }

  .fce2__content {
    padding: 14px 12px 16px;
  }

  .fce2__h3 {
    font-size: 18px;
  }

  .fce2__p {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .fce2__media {
    height: 190px;
  }

  .fce2__card {
    min-height: 455px;
  }

  .fce2__content {
    padding: 14px 10px 16px;
  }
}

.fce-duo,
.fce-duo * {
  box-sizing: border-box;
}

.fce-duo {
  width: 100%;
  padding: 32px 20px 52px;
  overflow: hidden;
  background: #f2f3f5;
  color: #272b72;
  font: inherit;
}

.fce-duo__wrap {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 34px;
}

.fce-duo__card {
  position: relative;
  isolation: isolate;
  min-height: 0;
  height: auto;
  padding: clamp(26px, 2.3vw, 36px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(39, 43, 114, .12);
  border-radius: 32px;
}

.fce-duo__card--light {
  background:
    radial-gradient(circle at 2% 2%, rgba(97, 218, 251, .24), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #fafbfe 74%, #f2f3f7 100%);
  box-shadow: 0 22px 55px rgba(20, 31, 68, .08);
}

.fce-duo__card--risk {
  align-items: center;
  background:
    radial-gradient(circle at 5% 0%, rgba(255, 255, 255, .18), transparent 28rem),
    linear-gradient(135deg, #5163b7 0%, #292f91 52%, #489ff0 100%);
  box-shadow: 0 24px 60px rgba(39, 43, 114, .24);
  color: #fff;
  text-align: center;
}

.fce-duo__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fce-duo__pill {
  min-height: 64px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(39, 43, 114, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(39, 43, 114, .08);
  color: #272b72;
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
}

.fce-duo__pill strong {
  font-weight: 900;
}

.fce-duo__pill-dot {
  width: 12px;
  height: 24px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: #61dafb;
  box-shadow: 0 0 0 8px rgba(97, 218, 251, .15);
}

.fce-duo__avatars {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.fce-duo__avatar {
  width: 58px;
  height: 58px;
  margin-left: -10px;
  border: 3px solid #fff;
  border-radius: 18px;
  background-color: #dce4f2;
  background-position: center;
  background-size: cover;
  box-shadow: 0 6px 16px rgba(25, 37, 76, .18);
}

.fce-duo__avatar:first-child {
  margin-left: 0;
}

.fce-duo__title {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: clamp(22px, 2.2vw, 32px) auto 0;
  color: #272b72;
  font: inherit;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-align: center;
  text-wrap: balance;
}

.fce-duo__accent {
  display: block;
  color: #4056c0;
}

.fce-duo__text {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: clamp(16px, 1.7vw, 24px) auto 0;
  color: #637085;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.fce-duo__cta {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fce-duo__button {
  min-height: 62px;
  padding: 15px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39, 43, 114, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, #4056b6, #272b72);
  box-shadow: 0 13px 28px rgba(39, 43, 114, .22);
  color: #fff;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.fce-duo__button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(39, 43, 114, .28);
  text-decoration: none !important;
}

.fce-duo .fce-duo__button:visited,
.fce-duo .fce-duo__button:focus,
.fce-duo .fce-duo__button:active {
  text-decoration: none !important;
}

.fce-duo__button:focus-visible {
  outline: 4px solid rgba(97, 218, 251, .45);
  outline-offset: 4px;
}

.fce-duo__note {
  color: #6d788a;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 750;
  text-align: center;
}

.fce-duo__background {
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(97, 218, 251, .28), rgba(39, 43, 114, .08) 55%, transparent 72%);
  pointer-events: none;
}

.fce-duo__risk-pill {
  position: relative;
  z-index: 2;
  min-width: 160px;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 19px;
  font-weight: 850;
}

.fce-duo__title--white {
  max-width: 650px;
  margin-top: 28px;
  color: #fff;
}

.fce-duo__text--white {
  max-width: 650px;
  margin-top: clamp(18px, 2vw, 28px);
  color: rgba(255, 255, 255, .94);
}

.fce-duo__text--white strong {
  color: #fff;
  font-weight: 900;
}

.fce-duo__button--ghost {
  min-width: 290px;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 14px 30px rgba(14, 24, 82, .18);
  backdrop-filter: blur(8px);
}

.fce-duo__note--white {
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 980px) {
  .fce-duo {
    padding: 22px 14px 36px;
  }

  .fce-duo__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fce-duo__card {
    min-height: 0 !important;
    height: auto !important;
  }

  .fce-duo .fce-duo__card--risk {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .fce-duo {
    padding: 0;
  }

  .fce-duo__wrap {
    gap: 0;
  }

  .fce-duo__card {
    min-height: auto;
    height: auto;
    padding: 22px 16px 24px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .fce-duo__top {
    flex-direction: column;
    justify-content: center;
  }

  .fce-duo__pill {
    min-height: 54px;
    padding: 11px 17px;
    font-size: 15px;
  }

  .fce-duo__avatars {
    margin-top: -4px;
  }

  .fce-duo__avatar {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .fce-duo__title {
    margin-top: 20px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .fce-duo__text {
    margin-top: 14px;
    font-size: 16px;
  }

  .fce-duo__cta {
    margin-top: 16px;
    padding-top: 0;
  }

  .fce-duo__button {
    min-height: 56px;
    padding: 14px 22px;
    font-size: 17px;
  }

  .fce-duo__risk-pill {
    min-width: 140px;
    font-size: 16px;
  }

  .fce-duo__title--white {
    margin-top: 26px;
  }

  .fce-duo__text--white {
    margin-top: 34px;
  }

  .fce-duo__button--ghost {
    min-width: 250px;
  }
}

/* Compact laptop/desktop layout matched to the original website proportions.
   The mobile rules below remain unchanged. */
@media (min-width: 901px) {
  .fce-hero__inner {
    min-height: 0;
    padding: clamp(46px, 3.5vw, 60px) 0 clamp(40px, 3.5vw, 54px);
  }

  .fce-hero__trustpilot {
    width: clamp(130px, 13vw, 180px);
    margin-bottom: clamp(15px, 1.3vw, 20px);
  }

  .fce-hero h1 {
    max-width: 1100px;
    font-size: clamp(36px, 3.5vw, 52px);
    line-height: 1;
  }

  .fce-hero__copy {
    max-width: 1100px;
    margin: clamp(24px, 2.2vw, 34px) auto clamp(18px, 1.6vw, 24px);
    font-size: clamp(15px, 1.45vw, 19px);
    line-height: 1.45;
  }

  .fce-hero__form {
    width: min(1280px, 88.5%);
    padding: clamp(22px, 2.2vw, 30px) clamp(44px, 4vw, 58px) clamp(14px, 1.6vw, 24px);
    gap: clamp(8px, .8vw, 12px);
    border-radius: clamp(12px, 1.1vw, 16px);
  }

  .fce-airport-field__icon {
    left: clamp(10px, 1vw, 15px);
    font-size: clamp(14px, 1.3vw, 18px);
  }

  .fce-airport-field input {
    height: clamp(36px, 3.5vw, 48px);
    padding-right: clamp(12px, 1.3vw, 18px);
    padding-left: clamp(32px, 3.1vw, 44px);
    border-width: 1px;
    border-radius: clamp(6px, .6vw, 9px);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .18);
    font-size: clamp(13px, 1.2vw, 16px);
  }

  .fce-airport-field input:focus {
    box-shadow: 0 0 0 3px rgba(97, 218, 251, .22), 0 4px 7px rgba(0, 0, 0, .16);
  }

  .fce-hero__submit {
    min-height: clamp(44px, 4.2vw, 58px);
    margin-top: clamp(7px, .7vw, 10px);
    padding: 8px 18px;
    border-radius: clamp(6px, .6vw, 9px);
    box-shadow: 0 6px 9px rgba(17, 23, 61, .28);
    font-size: clamp(14px, 1.3vw, 18px);
  }

  .fce-hero__submit:hover {
    box-shadow: 0 8px 11px rgba(17, 23, 61, .32);
  }

  .fce-hero__benefits {
    gap: 10px clamp(24px, 3vw, 42px);
    margin-top: clamp(7px, .7vw, 10px);
    font-size: clamp(13px, 1.2vw, 16px);
  }
}

@media (max-width: 900px) {
  .fce-hero__inner {
    min-height: auto;
    padding: 54px 0;
  }

  .fce-hero h1 {
    font-size: clamp(42px, 7.5vw, 66px);
  }

  .fce-hero__copy {
    max-width: 760px;
    font-size: 20px;
  }

  .fce-hero__form {
    padding: 30px;
  }

  .fce-hero .fce-hero__benefits {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) !important;
    align-items: center;
    justify-items: center;
    gap: 12px 8px;
    font-size: 18px;
  }

  .fce-hero .fce-hero__benefits li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .fce-hero .fce-hero__benefits li:nth-child(3) {
    grid-column: 1 / -1 !important;
    width: auto;
  }
}

@media (max-width: 620px) {
  .fce-hero {
    background: linear-gradient(145deg, var(--fce-navy) 0%, #343d83 55%, var(--fce-cyan) 135%);
  }

  .fce-hero__inner {
    width: min(100% - 28px, 1760px);
    padding: 38px 0 42px;
  }

  .fce-hero__trustpilot {
    width: min(270px, 78vw);
    margin-bottom: 28px;
  }

  .fce-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.05;
  }

  .fce-hero h1 br {
    display: none;
  }

  .fce-hero__copy {
    margin: 28px auto 26px;
    font-size: 17px;
    line-height: 1.5;
  }

  .fce-hero__form {
    padding: 18px 14px 20px;
    gap: 16px;
    border-radius: 22px;
  }

  .fce-airport-field input {
    height: 64px;
    padding-left: 58px;
    border-radius: 12px;
    font-size: 16px;
  }

  .fce-airport-field__icon {
    left: 16px;
    font-size: 24px;
  }

  .fce-hero__submit {
    min-height: 68px;
    margin-top: 2px;
    border-radius: 12px;
    font-size: 18px;
  }

  .fce-hero .fce-hero__benefits {
    width: 100%;
    max-width: none;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) !important;
    align-items: center;
    justify-items: center;
    gap: 10px 6px;
    margin-top: 8px;
    font-size: clamp(10.5px, 2.9vw, 13px);
    font-weight: 650;
    line-height: 1.25;
  }

  .fce-hero .fce-hero__benefits li {
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap !important;
    text-align: center;
  }

  .fce-hero .fce-hero__benefits li:nth-child(3) {
    grid-column: 1 / -1 !important;
    width: auto;
  }
}

@media (max-width: 768px) {
  .fce-logo-marquee {
    padding: 13px 0;
  }

  .fce-logo-marquee__group {
    gap: 48px;
    padding-right: 48px;
  }

  .fce-logo-marquee__group img {
    height: 49px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fce-hero__submit,
  .fce-airport-field input {
    transition: none;
  }

  .fce-logo-marquee__track {
    animation-play-state: paused;
  }
}
