:root {
  --lp-navy: #061f4f;
  --lp-blue: #0d4da2;
  --lp-cobalt: #1766ce;
  --lp-gold: #f6ac0a;
  --lp-gold-soft: #ffd86a;
  --lp-ink: #10213d;
  --lp-muted: #66748a;
  --lp-mist: #f2f6fb;
  --lp-line: #dfe7f0;
  --lp-radius: 22px;
  --lp-shadow: 0 26px 80px rgba(4, 29, 76, .14);
}

.landing-page {
  overflow-x: hidden;
  color: var(--lp-ink);
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.landing-page .container {
  width: min(1240px, calc(100% - 48px));
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  font-family: "Playfair Display", Georgia, serif;
  text-wrap: balance;
}

#assessment,
#countries,
#eligibility,
#process,
#faqs {
  scroll-margin-top: 105px;
}

.lp-announcement {
  position: relative;
  z-index: 110;
  background: var(--lp-navy);
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
}

.lp-announcement .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-announcement i,
.lp-announcement strong {
  color: var(--lp-gold-soft);
}

.lp-announcement i {
  margin-right: 7px;
}

.lp-header {
  position: sticky;
  z-index: 105;
  top: 0;
  border-bottom: 1px solid rgba(6, 31, 79, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}

.lp-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lp-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.lp-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.lp-brand strong {
  color: var(--lp-navy);
  font-size: 1.23rem;
  font-weight: 800;
  letter-spacing: .045em;
}

.lp-brand small {
  margin-top: 7px;
  color: #cf8400;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .2em;
}

.lp-header nav {
  display: flex;
  gap: 28px;
  color: #31415b;
  font-size: .87rem;
  font-weight: 700;
}

.lp-header nav a {
  transition: color .2s;
}

.lp-header nav a:hover {
  color: var(--lp-cobalt);
}

.lp-header__cta,
.lp-button,
.lp-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font: 800 .88rem/1.2 "Poppins", sans-serif;
  transition: transform .25s, box-shadow .25s, background .25s;
}

.lp-header__cta {
  background: var(--lp-navy);
  color: #fff;
}

.lp-header__cta:hover,
.lp-button:hover,
.lp-submit:hover {
  transform: translateY(-2px);
}

.lp-hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 15%, rgba(44, 117, 221, .32), transparent 29%),
    radial-gradient(circle at 82% 72%, rgba(246, 172, 10, .17), transparent 26%),
    linear-gradient(105deg, rgba(3, 22, 56, .97) 0%, rgba(5, 35, 82, .91) 48%, rgba(6, 43, 94, .74) 100%),
    url("../images/university-campus-hero.jpg") center 48% / cover no-repeat;
}

.lp-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255, 255, 255, .5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .5) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.lp-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.lp-orbit::after {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: var(--lp-gold);
  box-shadow: 0 0 22px var(--lp-gold);
}

.lp-orbit--one {
  width: 560px;
  height: 560px;
  top: -320px;
  right: 16%;
}

.lp-orbit--two {
  width: 760px;
  height: 760px;
  right: -480px;
  bottom: -490px;
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(380px, .87fr);
  gap: 76px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.lp-hero__copy {
  position: relative;
  min-width: 0;
  color: rgba(255, 255, 255, .77);
}

.lp-kicker,
.lp-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #be7900;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.lp-kicker {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--lp-gold-soft);
  background: rgba(255, 255, 255, .07);
}

.lp-hero h1 {
  max-width: 710px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.6rem, 6.2vw, 6.7rem);
  line-height: .96;
  letter-spacing: -.068em;
}

.lp-hero h1 em {
  display: block;
  color: var(--lp-gold);
  font-style: normal;
}

.lp-hero__lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .77);
  font-size: 1.08rem;
  line-height: 1.75;
}

.lp-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 28px 0;
  font-size: .82rem;
  font-weight: 700;
}

.lp-hero__points i {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  background: rgba(246, 172, 10, .17);
  color: var(--lp-gold-soft);
  font-size: .66rem;
}

.lp-hero__proof {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
}

.lp-hero__proof div {
  min-width: 135px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  padding: 15px 20px;
}

.lp-hero__proof div:last-child {
  border-right: 0;
}

.lp-hero__proof strong,
.lp-hero__proof span {
  display: block;
}

.lp-hero__proof strong {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
}

.lp-hero__proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .58);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lp-assessment {
  align-self: center;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 28px;
  padding: 32px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .25);
  color: var(--lp-ink);
}

.lp-assessment__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.lp-assessment__top span {
  color: #c57d00;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.lp-assessment__top h2 {
  margin: 5px 0 0;
  font-size: 1.72rem;
  letter-spacing: -.035em;
}

.lp-assessment__top > strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eaf1fa;
  color: var(--lp-blue);
  font-size: .7rem;
}

.lp-progress {
  height: 5px;
  margin: 22px 0 30px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eef5;
}

.lp-progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lp-gold), #ffc945);
  transition: width .35s cubic-bezier(.2, .7, .2, 1);
}

.lp-form-alert {
  margin: 0 0 18px;
  border-left: 3px solid #c5372b;
  border-radius: 7px;
  padding: 12px 14px;
  background: #fff0ef;
  color: #8c271f;
  font-size: .76rem;
  line-height: 1.5;
}

.lp-form-alert ul {
  margin: 6px 0 0;
  padding-left: 17px;
}

.lp-form-step {
  min-width: 0;
  border: 0;
  margin: 0 0 34px;
  padding: 0;
}

.lp-form.is-enhanced {
  min-height: 450px;
  overflow: hidden;
}

.lp-form.is-enhanced .lp-form-step {
  display: none;
  margin: 0;
}

.lp-form.is-enhanced .lp-form-step.is-active {
  display: block;
}

.lp-form-step legend {
  width: 100%;
  margin-bottom: 22px;
  color: var(--lp-navy);
  font: 800 1.42rem/1.28 "Poppins", sans-serif;
  letter-spacing: -.025em;
}

.lp-form-step legend small {
  display: block;
  margin-bottom: 7px;
  color: var(--lp-muted);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lp-options > div {
  display: grid;
  gap: 10px;
}

.lp-options > div > div {
  position: relative;
}

.lp-options label {
  display: flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  padding: 12px 15px;
  background: #f9fbfd;
  color: #33445e;
  cursor: pointer;
  font-size: .86rem;
  font-weight: 700;
  transition: border-color .2s, background .2s, transform .2s;
}

.lp-options label:hover {
  transform: translateX(3px);
  border-color: rgba(23, 102, 206, .45);
  background: #f2f7fd;
}

.lp-options input {
  width: 17px;
  height: 17px;
  margin: 0 11px 0 0;
  accent-color: var(--lp-blue);
}

.lp-options label:has(input:checked) {
  border-color: var(--lp-blue);
  background: #edf5ff;
  color: var(--lp-navy);
  box-shadow: 0 0 0 3px rgba(23, 102, 206, .08);
}

.lp-select-wrap {
  position: relative;
}

.lp-select-wrap select,
.lp-contact-fields input {
  width: 100%;
  height: 56px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  padding: 0 16px;
  background: #f9fbfd;
  color: var(--lp-ink);
  font: 600 .88rem/1.2 "Poppins", sans-serif;
  outline: none;
}

.lp-select-wrap select {
  appearance: none;
  padding-right: 44px;
}

.lp-select-wrap i {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  color: var(--lp-blue);
  pointer-events: none;
}

.lp-select-wrap select:focus,
.lp-contact-fields input:focus {
  border-color: var(--lp-blue);
  box-shadow: 0 0 0 4px rgba(23, 102, 206, .1);
}

.lp-contact-fields {
  display: grid;
  gap: 13px;
}

.lp-contact-fields label {
  color: var(--lp-navy);
  font-size: .72rem;
  font-weight: 800;
}

.lp-contact-fields label span {
  color: var(--lp-muted);
  font-weight: 600;
}

.lp-contact-fields input {
  display: block;
  margin-top: 6px;
}

.lp-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  color: var(--lp-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.lp-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--lp-blue);
}

.lp-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.lp-back {
  border: 0;
  padding: 9px 0;
  background: transparent;
  color: var(--lp-muted);
  cursor: pointer;
  font: 700 .78rem/1 "Poppins", sans-serif;
}

.lp-back i {
  margin-right: 5px;
}

.lp-submit {
  min-height: 54px;
  background: var(--lp-gold);
  color: var(--lp-navy);
  box-shadow: 0 12px 28px rgba(246, 172, 10, .25);
  cursor: pointer;
}

.lp-field-error {
  display: block;
  margin-top: 8px;
  color: #b42318;
  font-size: .72rem;
}

.lp-privacy {
  margin: 13px 0 0;
  color: #7b8798;
  font-size: .65rem;
  text-align: right;
}

.lp-privacy i {
  margin-right: 4px;
}

.lp-trust-strip {
  border-bottom: 1px solid var(--lp-line);
  background: #fff;
}

.lp-trust-strip .container {
  min-height: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.lp-trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--lp-line);
  color: #3b4a61;
  font-size: .78rem;
  font-weight: 700;
}

.lp-trust-strip span:last-child {
  border-right: 0;
}

.lp-trust-strip i {
  color: #d48b00;
  font-size: 1rem;
}

.lp-section {
  padding: 110px 0;
}

.lp-section--mist {
  background: var(--lp-mist);
}

.lp-two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.lp-intro h2,
.lp-heading h2,
.lp-eligibility h2,
.lp-support h2,
.lp-faq-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: -.052em;
}

.lp-intro .lp-two-col > div:last-child {
  border-left: 1px solid var(--lp-line);
  padding-left: 60px;
}

.lp-lead {
  color: #33445e;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75;
}

.lp-intro p:last-child,
.lp-heading p,
.lp-support p,
.lp-faq-intro p {
  color: var(--lp-muted);
}

.lp-heading {
  max-width: 800px;
  margin-bottom: 50px;
}

.lp-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 80px;
}

.lp-heading--split p {
  max-width: 500px;
}

.lp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lp-benefit-grid article {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  padding: 30px;
  background: #fff;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}

.lp-benefit-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(246, 172, 10, .7);
  box-shadow: 0 20px 46px rgba(4, 29, 76, .09);
}

.lp-benefit-grid article > span {
  position: absolute;
  top: 22px;
  right: 25px;
  color: #e6ecf3;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.lp-benefit-grid i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 15px;
  background: #fff4dc;
  color: #d58a00;
  font-size: 1.25rem;
}

.lp-benefit-grid h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.lp-benefit-grid p {
  color: var(--lp-muted);
  font-size: .86rem;
  line-height: 1.65;
}

.lp-countries {
  background:
    linear-gradient(180deg, #fff 0%, #fff 64%, #f5f8fc 64%, #f5f8fc 100%);
}

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

.lp-country-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--lp-navy);
  box-shadow: 0 20px 55px rgba(4, 29, 76, .14);
}

.lp-country-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(3, 22, 56, .96));
}

.lp-country-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.lp-country-card:hover img {
  transform: scale(1.07);
}

.lp-country-card__flag {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  font-size: 1.5rem;
}

.lp-country-card > div {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 24px;
  left: 25px;
  color: #fff;
}

.lp-country-card small {
  color: var(--lp-gold-soft);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lp-country-card h3 {
  margin: 6px 0 18px;
  color: #fff;
  font-size: 2rem;
}

.lp-country-card > div > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 14px;
  color: rgba(255, 255, 255, .65);
  font-size: .72rem;
  font-weight: 700;
}

.lp-center {
  margin-top: 38px;
  text-align: center;
}

.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-navy);
  font-size: .88rem;
  font-weight: 800;
}

.lp-text-link i {
  color: #d58a00;
  transition: transform .2s;
}

.lp-text-link:hover i {
  transform: translateX(4px);
}

.lp-compliance {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(118deg, #03173b, #0a438e);
}

.lp-compliance::after {
  position: absolute;
  width: 430px;
  height: 430px;
  right: -240px;
  bottom: -280px;
  border: 65px solid rgba(246, 172, 10, .25);
  border-radius: 50%;
  content: "";
}

.lp-compliance__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}

.lp-compliance__icon {
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  color: var(--lp-gold-soft);
  font-size: 2.2rem;
}

.lp-section-tag--light {
  color: var(--lp-gold-soft);
}

.lp-compliance h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  letter-spacing: -.045em;
}

.lp-compliance p {
  max-width: 830px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .64);
  font-size: .9rem;
}

.lp-button--gold {
  background: var(--lp-gold);
  color: var(--lp-navy);
  box-shadow: 0 15px 35px rgba(246, 172, 10, .18);
}

.lp-button--navy {
  background: var(--lp-navy);
  color: #fff;
  box-shadow: 0 15px 35px rgba(4, 29, 76, .15);
}

.lp-eligibility {
  align-items: center;
}

.lp-note {
  display: flex;
  gap: 13px;
  border: 1px solid #f0dbac;
  border-radius: 14px;
  margin-top: 30px;
  padding: 17px 18px;
  background: #fff9eb;
}

.lp-note i {
  margin-top: 4px;
  color: #ce8400;
}

.lp-note p {
  margin: 0;
  color: #6a5a37;
  font-size: .78rem;
}

.lp-eligibility-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-eligibility-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 23px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(4, 29, 76, .05);
}

.lp-eligibility-list li > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  background: var(--lp-navy);
  color: var(--lp-gold-soft);
  font-size: .72rem;
  font-weight: 800;
}

.lp-eligibility-list strong {
  color: var(--lp-navy);
  font-size: .98rem;
}

.lp-eligibility-list p {
  margin: 4px 0 0;
  color: var(--lp-muted);
  font-size: .8rem;
  line-height: 1.55;
}

.lp-cost {
  background: linear-gradient(145deg, #edf4fb, #f9fbfd);
}

.lp-cost-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}

.lp-cost__visual {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: var(--lp-radius);
  padding: 46px;
  background:
    radial-gradient(circle at 90% 10%, rgba(246, 172, 10, .38), transparent 28%),
    linear-gradient(135deg, #041a43, #0b4c9f);
  box-shadow: var(--lp-shadow);
  color: rgba(255, 255, 255, .68);
}

.lp-cost__visual::after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 45px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.lp-cost__visual > span {
  color: var(--lp-gold-soft);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lp-cost__visual strong {
  display: block;
  max-width: 390px;
  margin: 26px 0;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.lp-cost__visual p {
  max-width: 390px;
  font-size: .85rem;
}

.lp-cost__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lp-cost__items > div {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
}

.lp-cost__items i {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 14px;
  background: #fff2d4;
  color: #d48900;
}

.lp-cost__items strong,
.lp-cost__items span {
  display: block;
}

.lp-cost__items strong {
  margin-bottom: 4px;
  color: var(--lp-navy);
}

.lp-cost__items span {
  color: var(--lp-muted);
  font-size: .8rem;
  line-height: 1.5;
}

.lp-process {
  background: #fff;
}

.lp-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  overflow: hidden;
}

.lp-process-grid article {
  position: relative;
  min-height: 300px;
  border-right: 1px solid var(--lp-line);
  padding: 32px 26px;
  background: #fff;
}

.lp-process-grid article:last-child {
  border-right: 0;
}

.lp-process-grid article > span {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #e6ebf2;
  font-size: 2.2rem;
  font-weight: 800;
}

.lp-process-grid i {
  display: grid;
  width: 57px;
  height: 57px;
  margin: 40px 0 30px;
  place-items: center;
  border-radius: 16px;
  background: var(--lp-navy);
  color: var(--lp-gold-soft);
}

.lp-process-grid h3 {
  font-size: 1.08rem;
}

.lp-process-grid p {
  color: var(--lp-muted);
  font-size: .78rem;
  line-height: 1.6;
}

.lp-support {
  background: var(--lp-mist);
}

.lp-support__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.lp-support__image {
  position: relative;
  padding: 0 28px 28px 0;
}

.lp-support__image::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  border-radius: 22px;
  content: "";
  background: var(--lp-gold);
}

.lp-support__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 560px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--lp-shadow);
}

.lp-support__image > span {
  position: absolute;
  z-index: 2;
  right: -15px;
  bottom: 60px;
  max-width: 230px;
  border-radius: 15px;
  padding: 18px 20px;
  background: var(--lp-navy);
  box-shadow: var(--lp-shadow);
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
}

.lp-support__image strong {
  display: block;
  color: var(--lp-gold-soft);
  font-size: 1.7rem;
}

.lp-checks {
  display: grid;
  gap: 17px;
  margin: 30px 0 35px;
  padding: 0;
  list-style: none;
}

.lp-checks li {
  display: flex;
  gap: 13px;
}

.lp-checks i {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  background: #fff0cc;
  color: #c57d00;
  font-size: .7rem;
}

.lp-checks span {
  color: var(--lp-muted);
  font-size: .82rem;
}

.lp-checks strong {
  display: block;
  margin-bottom: 2px;
  color: var(--lp-navy);
  font-size: .92rem;
}

.lp-faq-section {
  background: #fff;
}

.lp-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 95px;
  align-items: start;
}

.lp-faq-intro {
  position: sticky;
  top: 120px;
}

.lp-faq-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--lp-blue);
  font-weight: 800;
}

.lp-faqs {
  border-top: 1px solid var(--lp-line);
}

.lp-faqs details {
  border-bottom: 1px solid var(--lp-line);
}

.lp-faqs summary {
  position: relative;
  padding: 25px 55px 25px 0;
  color: var(--lp-navy);
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.lp-faqs summary::-webkit-details-marker {
  display: none;
}

.lp-faqs summary span,
.lp-faqs summary span::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 2px;
  content: "";
  background: var(--lp-gold);
  transition: transform .25s;
}

.lp-faqs summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.lp-faqs details[open] summary span::after {
  transform: rotate(0);
}

.lp-faqs details p {
  max-width: 730px;
  padding: 0 50px 23px 0;
  color: var(--lp-muted);
  font-size: .86rem;
}

.lp-final {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(125deg, #031638, #0b438e);
  color: rgba(255, 255, 255, .68);
  text-align: center;
}

.lp-final__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -360px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(246, 172, 10, .3);
  filter: blur(80px);
}

.lp-final .container {
  position: relative;
  z-index: 1;
}

.lp-final h2 {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
  letter-spacing: -.06em;
}

.lp-final p {
  max-width: 690px;
  margin: 0 auto 34px;
}

.lp-final .container > div {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.lp-final__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
}

.lp-final__phone i {
  color: #4ee27f;
  font-size: 1.25rem;
}

.landing-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1080px) {
  .lp-header nav {
    display: none;
  }

  .lp-hero__inner {
    grid-template-columns: 1fr 420px;
    gap: 38px;
  }

  .lp-hero h1 {
    font-size: clamp(3.4rem, 6vw, 5.5rem);
  }

  .lp-hero__proof div {
    min-width: 112px;
    padding-inline: 14px;
  }

  .lp-two-col,
  .lp-support__inner {
    gap: 55px;
  }

  .lp-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-process-grid article:nth-child(3) {
    border-right: 0;
  }

  .lp-process-grid article:nth-child(n+4) {
    border-top: 1px solid var(--lp-line);
  }

  .lp-compliance__inner {
    grid-template-columns: auto 1fr;
  }

  .lp-compliance__inner .lp-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .landing-page .container {
    width: min(100% - 32px, 1240px);
  }

  .lp-hero {
    background:
      linear-gradient(180deg, rgba(3, 22, 56, .56) 0, rgba(3, 22, 56, .78) 360px, #031638 650px),
      url("../images/university-campus-hero.jpg") 38% -45px / auto 620px no-repeat,
      #031638;
  }

  .lp-announcement .container {
    justify-content: center;
  }

  .lp-announcement span {
    display: none;
  }

  .lp-header__cta {
    min-height: 44px;
    padding: 10px 16px;
  }

  .lp-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .lp-hero__copy {
    text-align: center;
  }

  .lp-hero h1,
  .lp-hero__lead {
    margin-inline: auto;
  }

  .lp-hero__points,
  .lp-hero__proof {
    justify-content: center;
    margin-inline: auto;
  }

  .lp-assessment {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .lp-trust-strip .container {
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
  }

  .lp-trust-strip span {
    min-height: 44px;
  }

  .lp-trust-strip span:nth-child(2) {
    border-right: 0;
  }

  .lp-two-col,
  .lp-heading--split,
  .lp-cost-grid,
  .lp-support__inner,
  .lp-faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lp-intro .lp-two-col > div:last-child {
    border-top: 1px solid var(--lp-line);
    border-left: 0;
    padding-top: 35px;
    padding-left: 0;
  }

  .lp-benefit-grid,
  .lp-country-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-compliance__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lp-compliance__icon,
  .lp-compliance__inner .lp-button {
    grid-column: 1;
    justify-self: center;
  }

  .lp-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-process-grid article,
  .lp-process-grid article:nth-child(3) {
    border-right: 1px solid var(--lp-line);
    border-top: 1px solid var(--lp-line);
  }

  .lp-process-grid article:nth-child(1),
  .lp-process-grid article:nth-child(2) {
    border-top: 0;
  }

  .lp-process-grid article:nth-child(even) {
    border-right: 0;
  }

  .lp-faq-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .lp-brand img {
    width: 45px;
    height: 45px;
  }

  .lp-brand strong {
    font-size: 1rem;
  }

  .lp-brand small {
    font-size: .5rem;
  }

  .lp-header__cta {
    width: 44px;
    min-height: 44px;
    overflow: hidden;
    padding: 0;
    color: transparent;
    gap: 0;
    font-size: 0;
  }

  .lp-header__cta i {
    color: #fff;
    font-size: .88rem;
  }

  .lp-hero__inner {
    padding-top: 48px;
    padding-bottom: 55px;
  }

  .lp-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .lp-hero__lead {
    font-size: .95rem;
  }

  .lp-hero__points {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .lp-hero__proof {
    width: 100%;
  }

  .lp-hero__proof div {
    min-width: 0;
    flex: 1;
    padding: 13px 9px;
  }

  .lp-hero__proof strong {
    font-size: 1.2rem;
  }

  .lp-hero__proof span {
    font-size: .52rem;
  }

  .lp-assessment {
    min-height: 0;
    border-radius: 21px;
    padding: 24px 20px;
  }

  .lp-assessment__top h2 {
    font-size: 1.42rem;
  }

  .lp-form-step legend {
    font-size: 1.2rem;
  }

  .lp-form.is-enhanced {
    min-height: 440px;
  }

  .lp-section {
    padding: 78px 0;
  }

  .lp-intro h2,
  .lp-heading h2,
  .lp-eligibility h2,
  .lp-support h2,
  .lp-faq-intro h2 {
    font-size: 2.45rem;
  }

  .lp-trust-strip .container,
  .lp-benefit-grid,
  .lp-country-grid,
  .lp-cost__items,
  .lp-process-grid {
    grid-template-columns: 1fr;
  }

  .lp-trust-strip span {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--lp-line);
    padding: 0 8px;
  }

  .lp-trust-strip span:last-child {
    border-bottom: 0;
  }

  .lp-country-card {
    min-height: 355px;
  }

  .lp-compliance {
    padding: 70px 0;
  }

  .lp-compliance__icon {
    width: 72px;
    height: 72px;
  }

  .lp-cost__visual {
    min-height: 330px;
    padding: 32px 27px;
  }

  .lp-cost__items > div {
    padding: 22px;
  }

  .lp-process-grid article,
  .lp-process-grid article:nth-child(3),
  .lp-process-grid article:nth-child(even) {
    min-height: 240px;
    border-right: 0;
    border-top: 1px solid var(--lp-line);
  }

  .lp-process-grid article:first-child {
    border-top: 0;
  }

  .lp-support__image {
    padding-right: 15px;
  }

  .lp-support__image img {
    height: 420px;
  }

  .lp-support__image > span {
    right: 0;
    bottom: 40px;
  }

  .lp-final {
    padding: 90px 0;
  }

  .lp-final h2 {
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-country-card img,
  .lp-benefit-grid article,
  .lp-header__cta,
  .lp-button,
  .lp-submit,
  .lp-options label {
    transition: none;
  }
}
