.transfer-guide-v299 {
  background: #f6f9fc;
  color: #17273a;
}

.transfer-guide-v299 .site-header {
  background: rgba(255, 255, 255, .98);
}

.transfer-guide-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.6rem, 5vw, 5.5rem);
  padding-bottom: clamp(3.4rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 83% 15%, rgba(41, 163, 255, .22), transparent 28rem),
    linear-gradient(135deg, #071d34 0%, #0d4f8b 56%, #0b72b9 100%);
  color: #fff;
}

.transfer-guide-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -11rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, .035), 0 0 0 8rem rgba(255, 255, 255, .025);
  content: "";
}

.transfer-guide-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, .92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.transfer-guide-hero .section-kicker,
.transfer-guide-dark .section-kicker {
  color: #8dd6ff;
}

.transfer-guide-hero h1 {
  max-width: 14ch;
  margin: .8rem 0 1.15rem;
  color: #fff;
  font-size: clamp(2.45rem, 5.3vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.transfer-guide-lead {
  max-width: 45rem;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.7;
}

.transfer-guide-hero .route-landing-actions {
  margin-top: 2rem;
}

.transfer-guide-answer {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 1.7rem 4rem rgba(2, 18, 34, .3);
  backdrop-filter: blur(14px);
}

.transfer-guide-answer > span {
  display: inline-flex;
  padding: .42rem .75rem;
  border-radius: 999px;
  background: #f8c443;
  color: #102338;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.transfer-guide-answer h2 {
  margin: 1rem 0 .8rem;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.25;
}

.transfer-guide-answer p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.02rem;
  line-height: 1.76;
}

.transfer-guide-section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.transfer-guide-head {
  max-width: 52rem;
  margin-bottom: 2.3rem;
}

.transfer-guide-head h2 {
  margin: .55rem 0 .75rem;
  color: #102338;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.transfer-guide-head > p {
  margin: 0;
  color: #5e6f82;
  font-size: 1.08rem;
  line-height: 1.7;
}

.transfer-guide-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.transfer-guide-facts > div {
  min-height: 9rem;
  padding: 1.35rem;
  border: 1px solid #dce7f0;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 .7rem 1.8rem rgba(20, 53, 82, .06);
}

.transfer-guide-facts dt {
  margin-bottom: .55rem;
  color: #6b7f93;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.transfer-guide-facts dd {
  margin: 0;
  color: #112d48;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
}

.transfer-guide-soft {
  background: #eef5fb;
}

.transfer-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid #d4e2ee;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 2.8rem rgba(15, 52, 85, .08);
}

.transfer-guide-table-wrap table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
}

.transfer-guide-table-wrap th,
.transfer-guide-table-wrap td {
  padding: 1.25rem 1.35rem;
  border-bottom: 1px solid #e2ebf2;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.transfer-guide-table-wrap thead th {
  background: #0e4779;
  color: #fff;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.transfer-guide-table-wrap tbody th {
  width: 25%;
  color: #11365a;
  font-size: 1rem;
}

.transfer-guide-table-wrap tbody td {
  color: #52677a;
}

.transfer-guide-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.transfer-guide-criteria {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.transfer-guide-criteria article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem;
  border: 1px solid #dce7f0;
  border-radius: 1.1rem;
  background: #fff;
}

.transfer-guide-criteria article:last-child {
  grid-column: 1 / -1;
}

.transfer-guide-criteria article > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: .9rem;
  background: #e3f3ff;
  color: #0c63a6;
  font-weight: 900;
}

.transfer-guide-criteria h3 {
  margin: .1rem 0 .35rem;
  color: #123451;
  font-size: 1.06rem;
}

.transfer-guide-criteria p {
  margin: 0;
  color: #5b6f82;
  line-height: 1.62;
}

.transfer-guide-dark {
  background: #0b243b;
  color: #fff;
}

.transfer-guide-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, .78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.transfer-guide-dark h2 {
  margin: .55rem 0 .85rem;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.transfer-guide-dark p {
  color: #bed0df;
  line-height: 1.68;
}

.transfer-guide-dark ul {
  display: grid;
  gap: .75rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.transfer-guide-dark ul li {
  position: relative;
  padding-left: 1.8rem;
  color: #e7f2f9;
  line-height: 1.55;
}

.transfer-guide-dark ul li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  color: #57c7ff;
  content: "✓";
  font-weight: 900;
}

.transfer-guide-fit-grid > aside {
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .07);
}

.transfer-guide-fit-grid > aside h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.transfer-guide-fit-grid ol {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.transfer-guide-fit-grid ol li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: .8rem;
}

.transfer-guide-fit-grid ol span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border-radius: 50%;
  background: #f8c443;
  color: #132d43;
  font-weight: 900;
}

.transfer-guide-fit-grid ol p {
  margin: .25rem 0 0;
}

.transfer-guide-faq {
  max-width: 58rem;
}

.transfer-guide-faq details {
  margin-bottom: .8rem;
  border: 1px solid #d9e5ee;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(20, 53, 82, .045);
}

.transfer-guide-faq summary {
  padding: 1.15rem 3.1rem 1.15rem 1.25rem;
  color: #123654;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.transfer-guide-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: #586d80;
  line-height: 1.72;
}

.transfer-guide-source {
  padding-top: 0;
}

.transfer-guide-source .container > div {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.15rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid #bfdccf;
  border-radius: 1.2rem;
  background: #effaf4;
}

.transfer-guide-source .container > div > span {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 1rem;
  background: #147a4d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

.transfer-guide-source h2 {
  margin: 0 0 .35rem;
  color: #154b37;
  font-size: 1.35rem;
}

.transfer-guide-source p {
  margin: 0 0 .55rem;
  color: #376b55;
  line-height: 1.65;
}

.transfer-guide-source small {
  color: #527765;
  font-weight: 700;
}

.transfer-guide-final {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: #e5f3fc;
}

.transfer-guide-final .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.transfer-guide-final h2 {
  margin: 0 0 .4rem;
  color: #123654;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.transfer-guide-final p {
  max-width: 50rem;
  margin: 0;
  color: #557085;
}

@media (max-width: 900px) {
  .transfer-guide-hero-grid,
  .transfer-guide-fit-grid {
    grid-template-columns: 1fr;
  }

  .transfer-guide-hero h1 {
    max-width: 18ch;
  }

  .transfer-guide-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .transfer-guide-facts,
  .transfer-guide-criteria {
    grid-template-columns: 1fr;
  }

  .transfer-guide-criteria article:last-child {
    grid-column: auto;
  }

  .transfer-guide-final .container {
    align-items: stretch;
    flex-direction: column;
  }

  .transfer-guide-final .btn {
    width: 100%;
  }

  .transfer-guide-source .container > div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .transfer-guide-v299 * {
    scroll-behavior: auto !important;
  }
}
