.final-v2-summary-screen {
  background: linear-gradient(135deg, #f4f2ff 0%, #fff 52%, #f7ffd7 100%);
}

.final-course-warmup {
  display: grid;
  gap: 18px;
}

.final-journey > .final-phone-form {
  order: 0;
}

.final-course-warmup section {
  border-radius: 24px;
}

.final-warmup-heading {
  max-width: 760px;
}

.final-warmup-heading h2 {
  max-width: 20ch;
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.035em;
}

.final-warmup-heading p {
  max-width: 62ch;
  margin: 12px 0 0;
  color: #5e5d67;
  font-size: 17px;
  line-height: 1.45;
}

.final-possibilities,
.final-portfolio-path,
.final-work-directions {
  border: 1px solid #dedde8;
  background: rgb(255 255 255 / 88%);
  padding: 28px;
}

.final-possibilities__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.final-possibilities__grid article {
  grid-column: span 2;
  min-height: 160px;
  border-radius: 18px;
  background: #f2f1f8;
  padding: 18px;
}

.final-possibilities__grid article:nth-child(4),
.final-possibilities__grid article:nth-child(5) {
  grid-column: span 3;
  min-height: 130px;
}

.final-possibilities__grid b,
.final-course-practice__projects span {
  color: #4a47ef;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-possibilities__grid h3,
.final-course-practice__projects h3,
.final-portfolio-path__steps h3,
.final-work-directions__grid h3 {
  max-width: none;
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.08;
}

.final-possibilities__grid p,
.final-course-practice__projects p,
.final-portfolio-path__steps p,
.final-work-directions__grid p {
  margin: 8px 0 0;
  color: #5e5d67;
  line-height: 1.4;
}

.final-course-practice {
  background: #18181d;
  padding: 30px;
  color: #fff;
}

.final-course-practice .final-section-label {
  color: #d8ff28;
}

.final-course-practice .final-warmup-heading p {
  color: rgb(255 255 255 / 72%);
}

.final-course-practice__projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.final-course-practice__projects article {
  min-height: 190px;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 18px;
  background: #24242b;
  padding: 20px;
}

.final-course-practice__projects h3 {
  color: #fff;
}

.final-course-practice__projects p {
  color: rgb(255 255 255 / 68%);
}

.final-course-practice__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.final-course-practice__skills li {
  border: 1px solid rgb(216 255 40 / 42%);
  border-radius: 999px;
  padding: 8px 12px;
  color: #d8ff28;
  font-size: 13px;
  font-weight: 750;
}

.final-portfolio-path {
  background: #d8ff28;
}

.final-portfolio-path .final-section-label {
  color: #17171c;
}

.final-portfolio-path .final-warmup-heading p,
.final-portfolio-path__steps p {
  color: rgb(23 23 28 / 70%);
}

.final-portfolio-path__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.final-portfolio-path__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding-right: 18px;
}

.final-portfolio-path__steps li + li {
  border-left: 1px solid rgb(23 23 28 / 22%);
  padding-left: 18px;
}

.final-portfolio-path__steps b {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #17171c;
  color: #fff;
  place-items: center;
}

.final-portfolio-path__steps h3 {
  margin-top: 0;
  font-size: 18px;
}

.final-work-directions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.final-work-directions__grid article {
  min-height: 135px;
  border: 1px solid #dedde8;
  border-radius: 18px;
  padding: 18px;
}

.final-work-directions__grid h3 {
  max-width: none;
  margin: 0;
  font-size: 21px;
}

.final-return-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #3835ff 0%, #18181d 72%);
  padding: clamp(28px, 5vw, 52px);
  color: #fff;
}

.final-return-cta::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgb(216 255 40 / 45%);
  border-radius: 50%;
  box-shadow: 0 0 80px rgb(216 255 40 / 14%);
  content: "";
}

.final-return-cta > * {
  position: relative;
  z-index: 1;
}

.final-return-cta > span {
  color: #d8ff28;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-return-cta h2 {
  max-width: 18ch;
  margin: 10px 0 0;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: .98;
}

.final-return-cta p {
  max-width: 58ch;
  margin: 16px 0 0;
  color: rgb(255 255 255 / 74%);
  font-size: 17px;
  line-height: 1.45;
}

.final-return-cta .btn {
  width: fit-content;
  margin-top: 24px;
  background: #d8ff28;
  color: #17171c;
}

.final-return-cta .btn:hover {
  background: #e4ff71;
}

@media (max-width: 760px) {
  .final-course-warmup {
    gap: 12px;
  }

  .final-course-warmup section {
    border-radius: 20px;
  }

  .final-possibilities,
  .final-course-practice,
  .final-portfolio-path,
  .final-work-directions,
  .final-return-cta {
    padding: 20px 18px;
  }

  .final-warmup-heading h2,
  .final-return-cta h2 {
    font-size: 30px;
  }

  .final-warmup-heading p,
  .final-return-cta p {
    font-size: 16px;
  }

  .final-possibilities__grid,
  .final-course-practice__projects,
  .final-portfolio-path__steps,
  .final-work-directions__grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .final-possibilities__grid article,
  .final-possibilities__grid article:nth-child(4),
  .final-possibilities__grid article:nth-child(5),
  .final-course-practice__projects article,
  .final-work-directions__grid article {
    grid-column: auto;
    min-height: 0;
  }

  .final-possibilities__grid h3,
  .final-course-practice__projects h3 {
    margin-top: 12px;
  }

  .final-portfolio-path__steps {
    gap: 16px;
  }

  .final-portfolio-path__steps li,
  .final-portfolio-path__steps li + li {
    border: 0;
    padding: 0;
  }

  .final-return-cta .btn {
    width: 100%;
  }
}

/* Unlocked result and gift: the lead is submitted once on the teaser screen. */
.unlocked-profile-screen,
.profile-gift-screen {
  background:
    radial-gradient(circle at 85% 8%, rgb(216 255 40 / 18%), transparent 26%),
    #f7f7ff;
}

.unlocked-profile {
  width: min(1120px, calc(100% - 48px));
  padding-bottom: 104px;
}

.unlocked-profile__celebration {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid rgb(216 255 40 / 36%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 10%, rgb(216 255 40 / 24%), transparent 28%),
    linear-gradient(135deg, #17162b 0%, #292572 58%, #413dff 100%);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: 0 24px 60px rgb(38 31 130 / 22%);
  color: #fff;
}

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

.profile-celebration__badge,
.profile-celebration__stamp {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.profile-celebration__badge {
  gap: 8px;
  border: 1px solid rgb(216 255 40 / 48%);
  background: rgb(216 255 40 / 13%);
  padding: 9px 14px;
  color: #d8ff28;
}

.profile-celebration__badge::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8ff28;
  box-shadow: 0 0 16px #d8ff28;
  content: "";
}

.profile-celebration__stamp {
  gap: 7px;
  background: #d8ff28;
  padding: 8px 13px;
  color: #17171c;
  animation: profile-stamp-pop 700ms cubic-bezier(.2, .9, .25, 1.25) 500ms both;
}

.profile-celebration__stamp b {
  font-size: 18px;
}

.unlocked-profile__celebration h1 {
  position: relative;
  z-index: 2;
  max-width: 16ch;
  margin-top: 22px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: .94;
  letter-spacing: -.05em;
}

.unlocked-profile__celebration > p {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-top: 18px;
  color: rgb(255 255 255 / 76%);
  font-size: 18px;
  line-height: 1.45;
}

.profile-celebration__stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.profile-celebration__stats article {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 17px;
  background: rgb(255 255 255 / 8%);
  padding: 16px 18px;
  backdrop-filter: blur(8px);
  animation: profile-stat-rise 520ms ease-out both;
}

.profile-celebration__stats article:nth-child(1) { animation-delay: 620ms; }
.profile-celebration__stats article:nth-child(2) { animation-delay: 740ms; }
.profile-celebration__stats article:nth-child(3) { animation-delay: 860ms; }

.profile-celebration__stats strong,
.profile-celebration__stats span {
  display: block;
}

.profile-celebration__stats strong {
  overflow-wrap: anywhere;
  color: #d8ff28;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1;
}

.profile-celebration__stats span {
  margin-top: 7px;
  color: rgb(255 255 255 / 68%);
  font-size: 13px;
  line-height: 1.3;
}

.profile-celebration__confetti {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.profile-celebration__confetti i {
  position: absolute;
  top: -18px;
  left: var(--confetti-left);
  width: 9px;
  height: 17px;
  border-radius: 3px;
  background: #d8ff28;
  opacity: 0;
  transform: rotate(var(--confetti-rotate));
  animation: profile-confetti-fall 1.45s cubic-bezier(.18, .7, .32, 1) var(--confetti-delay) both;
}

.profile-celebration__confetti i:nth-child(3n) {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6f6cff;
}

.profile-celebration__confetti i:nth-child(3n + 2) {
  width: 13px;
  height: 8px;
  background: #fff;
}

.unlocked-profile__report {
  animation: profile-stat-rise 620ms ease-out 880ms both;
}

.unlocked-profile__gift-cta {
  animation: profile-cta-celebrate 700ms ease-out 1.15s both;
}

@keyframes profile-confetti-fall {
  0% { opacity: 0; transform: translate3d(0, -22px, 0) rotate(0); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(12px, 230px, 0) rotate(310deg); }
}

@keyframes profile-stamp-pop {
  0% { opacity: 0; transform: scale(.55) rotate(-8deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes profile-stat-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes profile-cta-celebrate {
  0% { opacity: 0; transform: translateX(50%) scale(.94); }
  65% { opacity: 1; transform: translateX(50%) scale(1.035); }
  100% { opacity: 1; transform: translateX(50%) scale(1); }
}

@media (max-width: 600px) {
  .unlocked-profile__celebration {
    border-radius: 22px;
    padding: 22px;
  }

  .profile-celebration__topline {
    align-items: flex-start;
  }

  .profile-celebration__badge,
  .profile-celebration__stamp {
    font-size: 10px;
  }

  .profile-celebration__stamp b {
    font-size: 14px;
  }

  .unlocked-profile__celebration h1 {
    margin-top: 18px;
    font-size: 40px;
  }

  .unlocked-profile__celebration > p {
    margin-top: 14px;
    font-size: 16px;
  }

  .profile-celebration__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .profile-celebration__stats article {
    padding: 13px;
  }

  .profile-celebration__stats article:last-child {
    grid-column: 1 / -1;
  }
}

.unlocked-profile__intro,
.profile-gift__intro {
  max-width: none;
  margin-bottom: 24px;
}

.unlocked-profile__intro h1,
.profile-gift__intro h1 {
  margin-top: 12px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .96;
  letter-spacing: -.045em;
}

.profile-gift__intro h1 {
  max-width: none;
  font-size: clamp(42px, 4.4vw, 60px);
}

.unlocked-profile__intro .lead,
.profile-gift__intro .lead {
  max-width: 720px;
  margin-top: 16px;
}

.unlocked-profile__report {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 14px;
  border: 1px solid #d8d7ef;
  border-radius: 28px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 20px 55px rgb(52 46 139 / 9%);
}

.unlocked-profile__hero {
  grid-row: 1 / span 2;
  min-height: 420px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 12%, rgb(216 255 40 / 30%), transparent 26%),
    linear-gradient(145deg, #504cff, #29257f);
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
}

.unlocked-profile__hero > span,
.unlocked-profile__insight > span,
.unlocked-profile__details article > span,
.profile-gift__card > div:last-child > span,
.profile-gift__contact > span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.unlocked-profile__hero > span {
  color: #d8ff28;
}

.unlocked-profile__hero h2 {
  max-width: 9ch;
  margin-top: 22px;
  font-size: clamp(45px, 5vw, 68px);
  line-height: .94;
  letter-spacing: -.05em;
}

.unlocked-profile__hero p {
  max-width: 34ch;
  margin-top: 18px;
  color: rgb(255 255 255 / 84%);
  font-size: 18px;
  line-height: 1.45;
}

.unlocked-profile__insights {
  display: grid;
  gap: 12px;
}

.unlocked-profile__insight,
.unlocked-profile__details article {
  border: 1px solid #cfcef8;
  border-radius: 20px;
  padding: 22px;
}

.unlocked-profile__insight--strength {
  background: #f0efff;
}

.unlocked-profile__insight--growth {
  border-color: #b8d719;
  background: #efffa5;
}

.unlocked-profile__insight > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4541ed;
}

.unlocked-profile__insight--growth > span {
  color: #27270f;
}

.unlocked-profile__insight > span b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #4541ed;
  color: #fff;
  font-size: 11px;
}

.unlocked-profile__insight--growth > span b {
  color: #d8ff28;
  background: #171717;
}

.unlocked-profile__insight p,
.unlocked-profile__details p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

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

.unlocked-profile__details article {
  background: #fafaff;
}

.unlocked-profile__details ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.unlocked-profile__details li {
  position: relative;
  padding-left: 18px;
  line-height: 1.35;
}

.unlocked-profile__details li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4541ed;
  content: "";
}

.unlocked-profile__more {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.unlocked-profile__gift-cta {
  position: fixed;
  right: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 70;
  width: min(560px, calc(100% - 32px));
  min-height: 62px;
  border: 0;
  border-radius: 18px;
  background: #413dff;
  box-shadow: 0 14px 36px rgb(42 37 189 / 34%);
  color: #fff;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  transform: translateX(50%);
  cursor: pointer;
}

.profile-gift {
  width: min(1040px, calc(100% - 48px));
}

.profile-gift__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 18px;
}

.profile-gift__card,
.profile-gift__contact {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
}

.profile-gift__card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, transparent 0 12px, rgb(255 255 255 / 16%) 12px 14px),
    #ffd767;
  color: #28200e;
}

.profile-gift__visual {
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 55%);
}

.profile-gift__visual span {
  font-size: 92px;
  filter: drop-shadow(0 14px 16px rgb(75 49 0 / 22%));
  animation: final-gift-float 2.2s ease-in-out infinite;
}

.profile-gift__content {
  align-self: center;
}

.profile-gift__duration {
  display: block;
  width: fit-content;
  margin-top: 18px;
  border: 2px solid #413dff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-gift__benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.profile-gift__benefits li {
  position: relative;
  padding-left: 31px;
  line-height: 1.35;
}

.profile-gift__benefits li::before {
  position: absolute;
  top: .04em;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #6f4328;
  color: #fff4dc;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.profile-gift__benefits strong {
  border-radius: 999px;
  background: #6f4328;
  color: #fff4dc;
  padding: 2px 7px;
  white-space: nowrap;
}

.profile-gift__card h2,
.profile-gift__contact h2 {
  margin-top: 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.profile-gift__card p,
.profile-gift__contact > p {
  margin-top: 16px;
  line-height: 1.48;
}

.profile-gift__contact {
  background: #252254;
  color: #fff;
}

.profile-gift__contact > span {
  width: fit-content;
  border-radius: 999px;
  background: #d8ff28;
  padding: 7px 11px;
  color: #111;
}

.profile-gift__contact dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.profile-gift__contact dl div {
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 14px;
  background: rgb(255 255 255 / 7%);
  padding: 12px 14px;
}

.profile-gift__contact dt {
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
}

.profile-gift__contact dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.profile-gift__contact .btn {
  width: 100%;
  margin-top: 22px;
  background: #d8ff28;
  color: #111;
}

@keyframes final-gift-float {
  50% { transform: translateY(-9px) rotate(3deg) scale(1.04); }
}

@media (max-width: 900px) {
  .unlocked-profile__report,
  .profile-gift__layout {
    grid-template-columns: 1fr;
  }

  .unlocked-profile__hero {
    grid-row: auto;
    min-height: 340px;
  }

  .profile-gift__card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .profile-gift__visual {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 901px) and (max-height: 760px) {
  .profile-gift-screen {
    padding-top: 88px;
  }

  .profile-gift__intro {
    margin-bottom: 14px;
  }

  .profile-gift__intro h1 {
    margin-top: 8px;
    font-size: 48px;
  }

  .profile-gift__intro .lead {
    margin-top: 10px;
  }

  .profile-gift__card,
  .profile-gift__contact {
    padding: 26px;
  }

  .profile-gift__card h2 {
    font-size: 32px;
  }

  .profile-gift__duration,
  .profile-gift__benefits {
    margin-top: 12px;
  }

  .profile-gift__benefits {
    gap: 7px;
    font-size: 14px;
  }

  .profile-gift__contact dl {
    margin-top: 14px;
  }

  .profile-gift__contact > p,
  .profile-gift__contact .btn {
    margin-top: 12px;
  }
}

@media (max-width: 600px) {
  .unlocked-profile,
  .profile-gift {
    width: calc(100% - 28px);
  }

  .unlocked-profile__intro h1,
  .profile-gift__intro h1 {
    font-size: 40px;
  }

  .unlocked-profile__report {
    padding: 10px;
  }

  .unlocked-profile__hero {
    min-height: 300px;
    padding: 24px;
  }

  .unlocked-profile__hero h2 {
    font-size: 48px;
  }

  .unlocked-profile__details,
  .profile-gift__card {
    grid-template-columns: 1fr;
  }

  .profile-gift__visual {
    width: 120px;
    height: 120px;
  }

  .profile-gift__visual span {
    font-size: 72px;
  }

  .profile-gift__card,
  .profile-gift__contact {
    border-radius: 22px;
    padding: 22px;
  }

  .profile-gift__duration {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-gift__visual span,
  .profile-celebration__confetti i,
  .profile-celebration__stamp,
  .profile-celebration__stats article,
  .unlocked-profile__report,
  .unlocked-profile__gift-cta {
    animation: none;
  }
}

.final-v2-summary {
  width: min(1160px, 100%);
  margin: auto;
  padding-block: clamp(18px, 3vh, 30px);
}

.final-v2-summary__hero {
  max-width: 850px;
}

.final-v2-summary__hero h1 {
  max-width: 13ch;
  margin: 10px 0 10px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.055em;
}

.final-v2-summary__hero p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.final-v2-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.final-v2-scenarios article {
  min-height: 118px;
  border: 1px solid #dcdbe8;
  border-radius: 22px;
  background: rgb(255 255 255 / 78%);
  padding: 16px;
}

.final-v2-scenarios b,
.final-v2-scenarios span,
.final-v2-learning-bridge > span,
.final-v2-form__kicker,
.final-v2-grant > span {
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.final-v2-scenarios b {
  color: #3d3bff;
}

.final-v2-scenarios span {
  margin-top: 10px;
}

.final-v2-scenarios p {
  margin: 7px 0 0;
  color: #555560;
  line-height: 1.35;
}

.final-v2-learning-bridge {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(260px, .75fr);
  gap: 22px;
  align-items: center;
  margin-top: 12px;
  border-radius: 22px;
  background: #17171c;
  padding: 16px;
  color: #fff;
}

.final-v2-learning-bridge > span {
  color: #d8ff28;
}

.final-v2-learning-bridge h2,
.final-v2-learning-bridge p {
  margin: 0;
}

.final-v2-learning-bridge h2 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
}

.final-v2-learning-bridge p {
  color: rgb(255 255 255 / 72%);
  line-height: 1.4;
}

.final-v2-summary > .action-row {
  margin-top: 18px;
}

.profile-teaser-screen .profile-growth-teaser {
  display: none;
}

.profile-teaser-screen .profile-teaser-layout {
  gap: 22px;
}

.profile-teaser-screen .profile-teaser-copy {
  gap: 12px;
}

.profile-teaser-screen .profile-route-benefits li:nth-child(4) {
  display: list-item;
}

.final-v2-form__kicker {
  width: fit-content;
  border-radius: 999px;
  background: #3d3bff;
  padding: 8px 12px;
  color: #fff;
}

.final-v2-grant {
  margin: 16px 0;
  border: 1px solid #d8ff28;
  border-radius: 18px;
  background: #17171c;
  padding: 16px;
  color: #fff;
}

.final-v2-grant > span {
  color: #d8ff28;
}

.final-v2-grant strong,
.final-v2-grant p {
  display: block;
  margin-top: 8px;
}

.final-v2-grant p {
  margin-bottom: 0;
  color: rgb(255 255 255 / 70%);
  line-height: 1.35;
}

.final-journey-screen {
  background: linear-gradient(145deg, #f6f5ff 0%, #fff 48%, #f9ffdf 100%);
  padding-block: 84px 70px;
}

.final-journey {
  display: grid;
  gap: 18px;
  width: min(980px, calc(100% - 48px));
}

.final-journey__intro {
  max-width: 980px;
}

.final-journey__intro h1 {
  max-width: 17ch;
  margin: 12px 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.05em;
}

.final-journey__intro .profile-person-name {
  display: inline;
}

.final-journey__intro .lead {
  max-width: 680px;
  margin: 0;
}

.final-profile-result {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  overflow: hidden;
  border: 1px solid #dedde8;
  border-radius: 24px;
  background: rgb(255 255 255 / 86%);
}

.final-profile-result article {
  padding: 22px;
}

.final-profile-result article + article {
  border-left: 1px solid #dedde8;
}

.final-profile-result span,
.final-section-label {
  display: block;
  color: #4a47ef;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.final-profile-result h2,
.final-profile-result h3,
.final-profile-result p {
  margin: 8px 0 0;
}

.final-profile-result h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.final-profile-result h3 {
  font-size: 19px;
  line-height: 1.2;
}

.final-profile-result p {
  color: #5e5d67;
  line-height: 1.4;
}

.final-route,
.final-consultation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
  gap: 18px;
  border: 1px solid #dedde8;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
}

.final-route__copy h2,
.final-consultation h2 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
}

.final-route__copy p,
.final-consultation__offer > p {
  margin: 0;
  color: #5e5d67;
  line-height: 1.45;
}

.final-route__locked {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f2f1f8;
  padding: 20px;
}

.final-route__locked::after {
  position: absolute;
  inset: 34% 0 30px;
  background: linear-gradient(180deg, rgb(242 241 248 / 18%), #f2f1f8 82%);
  content: "";
}

.final-route__locked strong,
.final-route__locked span,
.final-route__locked small {
  display: block;
}

.final-route__locked strong {
  margin-bottom: 14px;
  color: #444254;
}

.final-route__locked span {
  width: 88%;
  height: 11px;
  margin-top: 10px;
  border-radius: 999px;
  background: #8c899c;
  opacity: .3;
  filter: blur(3px);
}

.final-route__locked span:nth-of-type(2) {
  width: 70%;
}

.final-route__locked span:nth-of-type(3) {
  width: 78%;
}

.final-route__locked small {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  color: #55526f;
  font-weight: 750;
}

.final-route {
  align-items: stretch;
  background: linear-gradient(145deg, #fff 0%, #f7f6ff 100%);
}

.final-route__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.final-route__copy h2 {
  max-width: 17ch;
}

.final-route__insights {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.final-route__insight {
  border: 1px solid rgb(61 59 255 / 18%);
  border-radius: 16px;
  background: #f3f2ff;
  padding: 16px;
}

.final-route__insight--growth {
  border-color: rgb(173 207 24 / 52%);
  background: #efffb0;
}

.final-route__insight > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4a47ef;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.final-route__insight--growth > span {
  color: #363800;
}

.final-route__insight > span b {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #4a47ef;
  color: #fff;
  font-size: 11px;
  place-items: center;
}

.final-route__insight--growth > span b {
  background: #17171c;
  color: #d8ff28;
}

.final-route__insight p {
  margin-top: 10px;
  color: #292834;
  font-size: 15px;
}

.final-route__locked {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgb(216 255 40 / 46%);
  background:
    radial-gradient(circle at 92% 8%, rgb(216 255 40 / 20%), transparent 30%),
    linear-gradient(145deg, #28259e 0%, #191824 72%);
  box-shadow: 0 20px 50px rgb(41 37 158 / 20%);
  color: #fff;
  animation: final-route-locked-glow 3.4s ease-in-out infinite;
}

.final-route__locked::after {
  display: none;
}

.final-route__locked-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.final-route__locked .final-route__locked-head span {
  color: #d8ff28;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-route__locked-head > i,
.final-route__unlock > i {
  position: relative;
  display: block;
  width: 32px;
  height: 28px;
  flex: 0 0 32px;
  border: 2px solid #d8ff28;
  border-radius: 8px;
}

.final-route__locked-head > i::before,
.final-route__unlock > i::before {
  position: absolute;
  bottom: 19px;
  left: 7px;
  width: 14px;
  height: 12px;
  border: 2px solid #d8ff28;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  content: "";
}

.final-route__locked > small {
  margin: 0;
  color: rgb(255 255 255 / 58%);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.final-route__locked strong {
  margin: 6px 0 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.final-route__blurred {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 14px;
  background: rgb(255 255 255 / 8%);
  padding: 15px;
}

.final-route__blurred::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgb(25 24 36 / 44%) 72%, rgb(25 24 36 / 82%) 100%);
  content: "";
}

.final-route__locked .final-route__blurred p {
  max-width: 92%;
  margin: 0 0 14px;
  color: rgb(255 255 255 / 74%);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  filter: blur(5px);
  opacity: .82;
  user-select: none;
}

.final-route__unlock {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: -64px 0 10px;
  border: 1px solid rgb(216 255 40 / 50%);
  border-radius: 12px;
  background: rgb(18 17 34 / 92%);
  padding: 12px;
  box-shadow: 0 12px 28px rgb(8 7 38 / 36%);
}

.final-route__unlock > i {
  width: 25px;
  height: 22px;
  border-width: 1.5px;
  border-radius: 6px;
}

.final-route__unlock > i::before {
  bottom: 15px;
  left: 6px;
  width: 10px;
  height: 9px;
  border-width: 1.5px;
}

.final-route__locked .final-route__unlock small {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.final-route__down-arrows {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  gap: 7px;
  height: 12px;
  margin-top: 2px;
}

.final-route__down-arrows i {
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-right: 2px solid #d8ff28;
  border-bottom: 2px solid #d8ff28;
  opacity: .28;
  animation: final-route-arrow-pulse 1.55s ease-in-out infinite;
}

.final-route__down-arrows i:nth-child(2) {
  animation-delay: .16s;
}

.final-route__down-arrows i:nth-child(3) {
  animation-delay: .32s;
}

@keyframes final-route-arrow-pulse {
  0%, 100% {
    transform: translateY(-2px) rotate(45deg);
    opacity: .25;
  }

  45% {
    transform: translateY(3px) rotate(45deg);
    opacity: 1;
  }
}

@keyframes final-route-locked-glow {
  0%, 100% { box-shadow: 0 20px 50px rgb(41 37 158 / 18%); }
  50% { box-shadow: 0 24px 62px rgb(61 59 255 / 30%), 0 0 0 3px rgb(216 255 40 / 8%); }
}

.final-consultation {
  align-items: stretch;
  background: #f3f2ff;
}

.final-consultation__offer {
  padding: 4px 4px 12px 0;
}

.final-consultation h2 {
  max-width: 18ch;
}

.final-consultation .profile-route-benefits {
  margin-top: 18px;
}

.final-consultation .final-v2-grant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 24px;
}

.final-phone-form {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 10px 28px;
  align-items: end;
  width: 100%;
  max-width: none;
  padding: 28px;
}

.final-phone-form::before {
  grid-column: 1 / -1;
}

.final-phone-form__copy,
.final-phone-form__action {
  display: flex;
  flex-direction: column;
  align-self: start;
}

.final-phone-form__copy {
  gap: 12px;
}

.final-phone-form__copy h2 {
  max-width: 16ch;
  margin: 0;
}

.final-phone-form__copy .profile-form-context {
  max-width: 58ch;
  margin: 0;
}

.final-phone-form__action {
  gap: 10px;
}

.final-phone-form__discount {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 12px;
  align-items: center;
  overflow: hidden;
  max-width: none;
  margin: 0;
  border: 1px solid #bd8209;
  border-radius: 16px;
  background:
    repeating-linear-gradient(135deg, rgb(255 255 255 / 14%) 0 2px, transparent 2px 8px),
    linear-gradient(120deg, #fff2a5, #e9b42f 58%, #ffe78a);
  padding: 15px 18px;
  box-shadow: inset 0 1px rgb(255 255 255 / 70%), 0 10px 24px rgb(111 72 0 / 14%);
  color: #2d1c02;
}

.final-phone-form__discount-copy,
.final-phone-form__gift {
  position: relative;
  z-index: 1;
}

.final-phone-form__gift {
  display: block;
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 8px 10px rgb(87 51 0 / 24%));
  animation: final-phone-gift-float 3.6s ease-in-out infinite;
}

.final-phone-form__discount::after {
  position: absolute;
  top: -40%;
  left: -36%;
  width: 24%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 64%), transparent);
  content: "";
  animation: final-ticket-shimmer 5.4s ease-in-out infinite;
  pointer-events: none;
}

.final-phone-form__discount span,
.final-phone-form__discount strong,
.final-phone-form__discount p {
  display: block;
}

.final-phone-form__discount span {
  color: #6d4300;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-phone-form__discount strong {
  margin-top: 5px;
  font-size: 17px;
}

.final-phone-form__discount p {
  margin: 5px 0 0;
  color: rgb(45 28 2 / 72%);
  font-size: 14px;
  line-height: 1.35;
}

.final-phone-form__action .field-group,
.final-phone-form__action .btn {
  width: 100%;
  margin-top: 0;
}

.final-phone-form__action .btn {
  min-height: 56px;
}

.final-phone-form__action .form-submit-error {
  margin: 0;
}

@keyframes final-phone-gift-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-4px) rotate(2deg); }
}

@media (max-width: 760px) {
  .final-journey-screen {
    padding-top: 78px;
    padding-bottom: 28px;
  }

  .final-journey {
    gap: 12px;
    width: calc(100% - 32px);
  }

  .final-journey__intro h1 {
    max-width: none;
    margin-block: 8px;
    font-size: 40px;
  }

  .final-journey__intro .profile-person-name {
    display: inline;
  }

  .final-journey__intro .lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .final-profile-result,
  .final-route,
  .final-consultation,
  .final-phone-form {
    grid-template-columns: 1fr;
  }

  .final-profile-result article {
    padding: 16px;
  }

  .final-profile-result article + article {
    border-top: 1px solid #dedde8;
    border-left: 0;
  }

  .final-route,
  .final-consultation {
    gap: 14px;
    border-radius: 20px;
    padding: 18px;
  }

  .final-route__copy h2,
  .final-consultation h2 {
    font-size: 28px;
  }

  .final-route__locked {
    padding: 16px;
  }

  .final-consultation__offer {
    padding: 0;
  }

  .final-v2-grant {
    margin: 0;
  }

  .final-phone-form {
    gap: 10px;
    padding: 18px;
  }

  .final-phone-form__copy,
  .final-phone-form__action {
    width: 100%;
  }

  .final-phone-form__copy {
    gap: 8px;
  }

  .final-phone-form__action {
    gap: 8px;
  }

  .final-phone-form__discount {
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 8px;
    padding: 13px 14px;
  }

  .final-phone-form__gift {
    width: 58px;
    height: 58px;
  }

  .final-v2-summary {
    padding-block: 24px 34px;
  }

  .final-v2-summary__hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .final-v2-scenarios {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .final-v2-scenarios article {
    min-height: 0;
    padding: 16px;
  }

  .final-v2-scenarios span {
    margin-top: 8px;
  }

  .final-v2-learning-bridge {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }
}

/* Personalized result infographic. */
.final-profile-result {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
  grid-template-rows: repeat(2, minmax(174px, auto));
  gap: 12px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.final-profile-result article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(61 59 255 / 18%);
  border-radius: 24px;
  padding: 24px;
  animation: final-profile-card-in 620ms cubic-bezier(.2, .8, .2, 1) both;
}

.final-profile-result article + article {
  border-left: 1px solid rgb(61 59 255 / 18%);
}

.final-profile-result__scenario {
  display: flex;
  grid-row: 1 / 3;
  min-height: 360px;
  flex-direction: column;
  background: radial-gradient(circle at 88% 18%, rgb(216 255 40 / 25%), transparent 28%), linear-gradient(145deg, #4a47ef, #27249f);
  color: #fff;
}

.final-profile-result__strength {
  background: #d8ff28;
  color: #17171c;
  animation-delay: 150ms;
}

.final-profile-result__request {
  background: linear-gradient(145deg, #fff, #eeedff);
  color: #17171c;
  animation-delay: 300ms;
}

.final-profile-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.final-profile-card__top > b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  opacity: .58;
  place-items: center;
}

.final-profile-result .final-profile-card__top > span {
  color: #4a47ef;
}

.final-profile-result__scenario .final-profile-card__top > span {
  color: #d8ff28;
}

.final-profile-result__strength .final-profile-card__top > span {
  color: #17171c;
}

.final-profile-result h2,
.final-profile-result h3,
.final-profile-result p {
  margin: 12px 0 0;
}

.final-profile-result h2 {
  max-width: 10ch;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: .94;
  letter-spacing: -.045em;
}

.final-profile-result h3 {
  max-width: 30ch;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.17;
}

.final-profile-result p {
  max-width: 48ch;
  color: rgb(255 255 255 / 74%);
  line-height: 1.4;
}

.final-profile-result__copy {
  position: relative;
  z-index: 1;
}

.final-profile-scenario-path {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}

.final-profile-scenario-path span,
.final-profile-strength-signals span {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.final-profile-scenario-path span {
  padding: 8px 10px;
  background: rgb(255 255 255 / 12%);
  color: #fff;
  white-space: nowrap;
}

.final-profile-scenario-path i {
  position: relative;
  height: 2px;
  min-width: 18px;
  flex: 1 1 34px;
  overflow: hidden;
  background: rgb(255 255 255 / 24%);
}

.final-profile-scenario-path i::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #d8ff28, transparent);
  content: "";
  transform: translateX(-100%);
  animation: final-profile-path-run 2.6s ease-in-out 800ms infinite;
}

.final-profile-strength-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.final-profile-strength-signals span {
  padding: 7px 9px;
  border: 1px solid rgb(23 23 28 / 24%);
  opacity: 0;
  animation: final-profile-signal-in 420ms ease-out forwards;
}

.final-profile-strength-signals span:nth-child(1) {
  animation-delay: 600ms;
}

.final-profile-strength-signals span:nth-child(2) {
  animation-delay: 760ms;
}

.final-profile-strength-signals span:nth-child(3) {
  animation-delay: 920ms;
}

.final-profile-request-route {
  display: grid;
  grid-template-columns: auto minmax(48px, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #666477;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.final-profile-request-route i {
  position: relative;
  height: 2px;
  background: rgb(74 71 239 / 20%);
}

.final-profile-request-route i b {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4a47ef;
  box-shadow: 0 0 0 5px rgb(74 71 239 / 12%);
  transform: translateY(-50%);
  animation: final-profile-route-dot 2.8s ease-in-out 1s infinite alternate;
}

@keyframes final-profile-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes final-profile-path-run {
  0%, 20% {
    transform: translateX(-100%);
  }
  70%, 100% {
    transform: translateX(100%);
  }
}

@keyframes final-profile-signal-in {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes final-profile-route-dot {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 9px);
  }
}

@media (max-width: 760px) {
  .final-profile-result {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }

  .final-profile-result article {
    border-radius: 20px;
    padding: 20px;
  }

  .final-profile-result article + article {
    border-top: 1px solid rgb(61 59 255 / 18%);
    border-left: 1px solid rgb(61 59 255 / 18%);
  }

  .final-profile-result__scenario {
    grid-row: auto;
    min-height: 300px;
  }

  .final-profile-result h2 {
    font-size: 38px;
  }

  .final-profile-result h3 {
    font-size: 19px;
  }

  .final-profile-scenario-path {
    gap: 6px;
  }

  .final-profile-scenario-path span {
    padding: 7px 8px;
    font-size: 9px;
  }

  .final-profile-request-route {
    grid-template-columns: auto minmax(32px, 1fr) auto;
    gap: 7px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-profile-result article,
  .final-profile-scenario-path i::after,
  .final-profile-strength-signals span,
  .final-profile-request-route i b {
    animation: none;
  }

  .final-profile-strength-signals span {
    opacity: 1;
  }
}

/* 3D skill applications spotlight. */
.final-possibilities--spotlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 90% 12%, rgb(216 255 40 / 28%), transparent 24%),
    linear-gradient(145deg, #191824 0%, #28259e 58%, #3d3bff 100%);
  padding: 34px;
  color: #fff;
}

.final-possibilities--spotlight::after {
  position: absolute;
  right: -72px;
  bottom: -126px;
  width: 310px;
  height: 310px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  content: "";
}

.final-possibilities--spotlight .final-warmup-heading,
.final-possibilities--spotlight .final-possibilities__visual,
.final-possibilities--spotlight .final-possibilities__grid {
  position: relative;
  z-index: 1;
}

.final-possibilities--spotlight .final-section-label {
  color: #d8ff28;
}

.final-possibilities--spotlight .final-warmup-heading h2 {
  max-width: 17ch;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 58px);
}

.final-possibilities--spotlight .final-warmup-heading p {
  max-width: 54ch;
  color: rgb(255 255 255 / 72%);
}

.final-possibilities__visual {
  display: grid;
  width: 250px;
  min-height: 164px;
  align-self: center;
  justify-self: end;
  border: 1px solid rgb(216 255 40 / 55%);
  border-radius: 999px;
  background: rgb(18 17 34 / 40%);
  box-shadow: 0 0 0 18px rgb(216 255 40 / 7%), 0 0 70px rgb(216 255 40 / 18%);
  text-align: center;
  place-content: center;
  animation: final-possibilities-core 3.4s ease-in-out infinite alternate;
}

.final-possibilities__visual span {
  color: rgb(255 255 255 / 68%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.final-possibilities__visual strong {
  display: block;
  max-width: none;
  margin: 6px auto 0;
  color: #d8ff28;
  font-size: 26px;
  line-height: .95;
}

.final-possibilities--spotlight .final-possibilities__grid {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.final-possibilities--spotlight .final-possibilities__grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 9%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  animation:
    final-possibilities-card-in 520ms cubic-bezier(.2, .8, .2, 1) both,
    final-possibilities-card-scan 10s ease-in-out infinite;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(1) {
  animation-delay: 180ms, 0s;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(2) {
  animation-delay: 270ms, -8s;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(3) {
  animation-delay: 360ms, -6s;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(4) {
  animation-delay: 450ms, -4s;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(5) {
  animation-delay: 540ms, -2s;
}

.final-possibilities--spotlight .final-possibilities__grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #d8ff28, #fff36d);
  content: "";
  opacity: .22;
  transform: scaleX(.18);
  transform-origin: left;
  animation: final-possibilities-card-progress-1 10s linear infinite;
}

.final-possibilities--spotlight .final-possibilities__grid article:nth-child(2)::before { animation-name: final-possibilities-card-progress-2; }
.final-possibilities--spotlight .final-possibilities__grid article:nth-child(3)::before { animation-name: final-possibilities-card-progress-3; }
.final-possibilities--spotlight .final-possibilities__grid article:nth-child(4)::before { animation-name: final-possibilities-card-progress-4; }
.final-possibilities--spotlight .final-possibilities__grid article:nth-child(5)::before { animation-name: final-possibilities-card-progress-5; }

.final-possibilities--spotlight .final-possibilities__grid b {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(216 255 40 / 45%);
  border-radius: 50%;
  background: rgb(11 10 31 / 32%);
  color: #d8ff28;
  place-items: center;
}

.final-possibilities--spotlight .final-possibilities__grid h3 {
  color: inherit;
}

.final-possibilities--spotlight .final-possibilities__grid p {
  color: rgb(255 255 255 / 68%);
}

@keyframes final-possibilities-core {
  from {
    box-shadow: 0 0 0 12px rgb(216 255 40 / 5%), 0 0 48px rgb(216 255 40 / 12%);
    transform: scale(.98);
  }
  to {
    box-shadow: 0 0 0 22px rgb(216 255 40 / 8%), 0 0 84px rgb(216 255 40 / 23%);
    transform: scale(1.02);
  }
}

@keyframes final-possibilities-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes final-possibilities-card-scan {
  0%, 10%, 100% {
    border-color: #d8ff28;
    background: linear-gradient(145deg, rgb(216 255 40 / 24%), rgb(255 255 255 / 13%));
    box-shadow: 0 14px 34px rgb(8 7 38 / 32%), inset 0 0 0 1px rgb(216 255 40 / 18%);
  }
  18%, 92% {
    border-color: rgb(255 255 255 / 14%);
    background: rgb(255 255 255 / 9%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  }
}

@keyframes final-possibilities-card-progress-1 {
  0% {
    opacity: .22;
    transform: scaleX(.18);
  }
  20%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes final-possibilities-card-progress-2 {
  0%, 20% {
    opacity: .22;
    transform: scaleX(.18);
  }
  40%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes final-possibilities-card-progress-3 {
  0%, 40% {
    opacity: .22;
    transform: scaleX(.18);
  }
  60%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes final-possibilities-card-progress-4 {
  0%, 60% {
    opacity: .22;
    transform: scaleX(.18);
  }
  80%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes final-possibilities-card-progress-5 {
  0%, 80% {
    opacity: .22;
    transform: scaleX(.18);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 760px) {
  .final-possibilities--spotlight {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .final-possibilities--spotlight .final-warmup-heading h2 {
    font-size: 38px;
  }

  .final-possibilities__visual {
    width: 100%;
    height: auto;
    min-height: 94px;
    justify-self: stretch;
    border-radius: 18px;
  }

  .final-possibilities__visual strong {
    max-width: none;
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-possibilities__visual,
  .final-possibilities--spotlight .final-possibilities__grid article,
  .final-possibilities--spotlight .final-possibilities__grid article::before {
    animation: none;
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Real project windows. */
.final-course-practice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 24px;
}

.final-course-practice__gallery {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 10px;
  min-height: 250px;
}

.final-course-practice__gallery figure,
.final-portfolio-path__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #2a2931;
}

.final-course-practice__gallery figure {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 16%);
  animation: final-project-window-in 650ms cubic-bezier(.2, .8, .2, 1) both;
}

.final-course-practice__gallery figure:nth-child(2) {
  animation-delay: 140ms;
}

.final-course-practice__gallery img,
.final-portfolio-path__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.final-course-practice__gallery figure:first-child img {
  object-position: center 38%;
}

.final-course-practice__gallery figure:nth-child(2) img {
  object-position: center 58%;
}

.final-course-practice__gallery figcaption,
.final-portfolio-path__media figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  background: rgb(17 17 22 / 82%);
  padding: 9px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.final-course-practice__gallery figure:hover img,
.final-portfolio-path__media:hover img {
  transform: scale(1.035);
}

.final-course-practice__projects,
.final-course-practice__skills {
  grid-column: 1 / -1;
}

.final-course-practice__projects {
  margin-top: 0;
}

.final-portfolio-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 26px;
}

.final-portfolio-path__media {
  min-height: 260px;
  border: 1px solid rgb(23 23 28 / 20%);
  background: #17171c;
  box-shadow: 0 16px 34px rgb(23 23 28 / 12%);
  transform: rotate(1.3deg);
  animation: final-project-window-in 650ms cubic-bezier(.2, .8, .2, 1) 160ms both;
}

.final-portfolio-path__media img {
  object-position: center;
}

.final-portfolio-path__media figcaption {
  display: grid;
  gap: 3px;
}

.final-portfolio-path__media figcaption span {
  color: #d8ff28;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-portfolio-path__media figcaption strong {
  font-size: 13px;
  line-height: 1.25;
}

.final-portfolio-path__steps {
  grid-column: 1 / -1;
  margin-top: 2px;
}

@keyframes final-project-window-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .final-course-practice,
  .final-portfolio-path {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .final-course-practice__gallery {
    min-height: 220px;
  }

  .final-course-practice__gallery figcaption {
    padding: 8px;
    font-size: 11px;
  }

  .final-portfolio-path__media {
    min-height: 220px;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-course-practice__gallery figure,
  .final-portfolio-path__media {
    animation: none;
  }

  .final-course-practice__gallery img,
  .final-portfolio-path__media img {
    transition: none;
  }
}

/* Visual catalog of 3D work directions. */
.final-work-directions__grid article {
  overflow: hidden;
  min-height: 330px;
  padding: 0;
  background: #f7f7fb;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  animation: final-direction-card-in 520ms cubic-bezier(.2, .8, .2, 1) both;
}

.final-work-directions__grid article:nth-child(2) {
  animation-delay: 70ms;
}

.final-work-directions__grid article:nth-child(3) {
  animation-delay: 140ms;
}

.final-work-directions__grid article:nth-child(4) {
  animation-delay: 210ms;
}

.final-work-directions__grid article:nth-child(5) {
  animation-delay: 280ms;
}

.final-work-directions__grid article:nth-child(6) {
  animation-delay: 350ms;
}

.final-work-directions__grid article:hover {
  border-color: rgb(74 71 239 / 38%);
  box-shadow: 0 14px 34px rgb(40 37 158 / 12%);
  transform: translateY(-4px);
}

.final-work-direction__media {
  position: relative;
  overflow: hidden;
  height: 190px;
  margin: 0;
  background: #e9e8f2;
}

.final-work-direction__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.final-work-directions__grid article:hover .final-work-direction__media img {
  transform: scale(1.035);
}

.final-work-directions__grid article:nth-child(1) img { object-position: 62% center; }
.final-work-directions__grid article:nth-child(2) img { object-position: 52% center; }
.final-work-directions__grid article:nth-child(3) img { object-position: 55% center; }
.final-work-directions__grid article:nth-child(4) img { object-position: 48% center; }
.final-work-directions__grid article:nth-child(5) img { object-position: 52% center; }
.final-work-directions__grid article:nth-child(6) img { object-position: 57% center; }

.final-work-directions__grid article:hover img {
  transform: scale(1.045);
}

.final-work-directions__grid article > div {
  padding: 18px;
}

.final-work-directions__grid article > div h3 {
  margin: 0;
}

@keyframes final-direction-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .final-work-directions__grid article {
    min-height: 0;
    padding: 0;
  }

  .final-work-direction__media {
    height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-work-directions__grid article {
    animation: none;
    transition: none;
  }

  .final-work-direction__media img {
    transition: none;
  }
}

/* Final CTA spotlight: animated without changing the lead form or its behavior. */
.final-return-cta {
  isolation: isolate;
  border: 2px solid transparent;
  background:
    linear-gradient(130deg, #3835ff 0%, #211f74 40%, #18181d 76%) padding-box,
    linear-gradient(110deg, #d8ff28, #fff, #6562ff, #d8ff28) border-box;
  background-size: 100% 100%, 280% 280%;
  box-shadow:
    0 24px 70px rgb(56 53 255 / 24%),
    0 0 0 1px rgb(216 255 40 / 12%);
  animation:
    final-return-frame 5s linear infinite,
    final-return-breathe 2.8s ease-in-out infinite;
}

.final-return-cta::before {
  position: absolute;
  z-index: 0;
  top: -70%;
  left: -25%;
  width: 44%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 16%), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(16deg) translateX(-190%);
  animation: final-return-sheen 4.6s ease-in-out infinite;
}

.final-return-cta::after {
  z-index: 0;
  border-color: rgb(216 255 40 / 65%);
  background:
    radial-gradient(circle at center, rgb(216 255 40 / 13%) 0 34%, transparent 35%),
    repeating-radial-gradient(circle at center, transparent 0 31px, rgb(216 255 40 / 15%) 32px 33px);
  box-shadow:
    0 0 100px rgb(216 255 40 / 22%),
    inset 0 0 70px rgb(216 255 40 / 8%);
  pointer-events: none;
  animation: final-return-orbit 3.4s ease-in-out infinite;
}

.final-return-cta .btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 72%);
  box-shadow:
    0 0 0 0 rgb(216 255 40 / 46%),
    0 12px 34px rgb(216 255 40 / 24%);
  animation: final-return-button-pulse 2.1s ease-in-out infinite;
}

.final-return-cta .btn::after {
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -36%;
  width: 24%;
  height: 260%;
  background: rgb(255 255 255 / 58%);
  content: "";
  pointer-events: none;
  transform: rotate(18deg) translateX(-160%);
  animation: final-return-button-sheen 2.8s ease-in-out infinite;
}

.final-return-cta .btn:hover {
  background: #efff9a;
  box-shadow:
    0 0 0 7px rgb(216 255 40 / 18%),
    0 16px 42px rgb(216 255 40 / 34%);
  transform: translateY(-2px);
}

.final-return-cta .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

@keyframes final-return-frame {
  0% { background-position: 0 0, 0% 50%; }
  50% { background-position: 0 0, 100% 50%; }
  100% { background-position: 0 0, 0% 50%; }
}

@keyframes final-return-breathe {
  0%, 100% {
    box-shadow: 0 24px 70px rgb(56 53 255 / 22%), 0 0 0 1px rgb(216 255 40 / 10%);
  }
  50% {
    box-shadow: 0 28px 90px rgb(56 53 255 / 36%), 0 0 0 5px rgb(216 255 40 / 12%);
  }
}

@keyframes final-return-sheen {
  0%, 18% { transform: rotate(16deg) translateX(-190%); }
  62%, 100% { transform: rotate(16deg) translateX(620%); }
}

@keyframes final-return-orbit {
  0%, 100% { opacity: .64; transform: translate3d(0, 0, 0) scale(.96); }
  50% { opacity: 1; transform: translate3d(-14px, -10px, 0) scale(1.05); }
}

@keyframes final-return-button-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(216 255 40 / 42%), 0 12px 34px rgb(216 255 40 / 24%);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 8px rgb(216 255 40 / 0%), 0 16px 44px rgb(216 255 40 / 38%);
    transform: translateY(-2px);
  }
}

@keyframes final-return-button-sheen {
  0%, 24% { transform: rotate(18deg) translateX(-160%); }
  70%, 100% { transform: rotate(18deg) translateX(720%); }
}

@media (prefers-reduced-motion: reduce) {
  .final-return-cta,
  .final-return-cta::before,
  .final-return-cta::after,
  .final-return-cta .btn,
  .final-return-cta .btn::after {
    animation: none;
  }
}

@media (max-width: 760px) {
  .final-route__insight {
    padding: 14px;
  }

  .final-route__locked {
    min-height: auto;
  }

  .final-route__locked-head {
    margin-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-route__locked {
    animation: none;
  }

  .final-route__down-arrows i {
    animation: none;
    opacity: .85;
  }
}

/* Golden ticket: consultation + grant */
.final-consultation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 0;
  border: 1px solid #b2770b;
  background:
    radial-gradient(circle at 14% 8%, rgb(255 255 255 / 72%), transparent 24%),
    repeating-linear-gradient(135deg, rgb(255 255 255 / 10%) 0 2px, transparent 2px 8px),
    linear-gradient(118deg, #fff4a8 0%, #e9b329 38%, #fff0a0 64%, #c7830b 100%);
  padding: 10px;
  box-shadow: 0 24px 60px rgb(113 70 0 / 22%), inset 0 0 0 1px rgb(255 255 255 / 60%);
  color: #2b1b05;
}

.final-consultation::before {
  position: absolute;
  z-index: -1;
  top: -45%;
  left: -34%;
  width: 30%;
  height: 190%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 60%), transparent);
  content: "";
  animation: final-ticket-shimmer 5.4s ease-in-out infinite;
  pointer-events: none;
}

.final-consultation::after {
  position: absolute;
  z-index: -1;
  inset: 10px;
  border: 1px solid rgb(83 47 0 / 38%);
  border-radius: 17px;
  content: "";
  pointer-events: none;
}

.final-consultation__offer,
.final-consultation .final-v2-grant {
  position: relative;
  z-index: 1;
}

.final-consultation__offer {
  padding: 30px 34px 30px 30px;
}

.final-consultation .final-v2-form__kicker {
  border: 1px solid rgb(75 44 0 / 60%);
  background: #2b1b05;
  box-shadow: inset 0 1px rgb(255 255 255 / 18%);
  color: #ffe278;
}

.final-consultation h2 {
  max-width: 17ch;
  color: #241600;
  text-shadow: 0 1px rgb(255 255 255 / 45%);
}

.final-consultation__offer > p {
  color: rgb(49 30 3 / 72%);
}

.final-consultation .profile-route-benefits {
  display: grid;
  gap: 10px;
}

.final-consultation .profile-route-benefits li {
  color: #2c1b03;
}

.final-consultation .profile-route-benefits li::before {
  color: #7a4a00;
}

.final-consultation .final-v2-grant {
  overflow: hidden;
  justify-content: flex-end;
  min-height: 370px;
  margin: 0;
  border: 0;
  border-left: 2px dashed rgb(81 46 0 / 44%);
  border-radius: 0 16px 16px 0;
  background:
    radial-gradient(circle at 50% 28%, rgb(255 246 171 / 72%) 0 2%, transparent 2.5%),
    radial-gradient(circle at 50% 28%, transparent 0 18%, rgb(99 56 0 / 16%) 18.4% 18.8%, transparent 19.2%),
    linear-gradient(145deg, rgb(255 248 190 / 62%), rgb(172 100 3 / 16%));
  padding: 32px;
  color: #2b1b05;
}

.final-consultation .final-v2-grant::before {
  position: absolute;
  top: 34px;
  left: 50%;
  display: grid;
  width: 124px;
  height: 124px;
  transform: translateX(-50%) rotate(-7deg);
  border: 2px solid #6c4000;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f9d35d 0 54%, transparent 55%),
    conic-gradient(from 0deg, #8f5700, #ffe98c, #9f6300, #fff0a6, #8f5700);
  box-shadow: 0 0 0 7px rgb(255 241 152 / 60%), 0 12px 28px rgb(92 52 0 / 25%);
  color: #4e2d00;
  content: "3D";
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.06em;
  place-items: center;
}

.final-consultation .final-v2-grant::after {
  position: absolute;
  top: 93px;
  left: 50%;
  width: 90px;
  transform: translateX(-50%) rotate(-7deg);
  border-top: 1px solid #6c4000;
  border-bottom: 1px solid #6c4000;
  padding: 3px 0;
  color: #4e2d00;
  content: "SKILLBOX PASS";
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}

.final-consultation .final-v2-grant > span {
  color: #684000;
}

.final-consultation .final-v2-grant strong {
  max-width: 19ch;
  color: #211400;
  font-size: 22px;
  line-height: 1.15;
}

.final-consultation .final-v2-grant p {
  color: rgb(45 27 0 / 72%);
}

@keyframes final-ticket-shimmer {
  0%, 18% { left: -34%; opacity: 0; }
  32% { opacity: .72; }
  54%, 100% { left: 112%; opacity: 0; }
}

@media (max-width: 760px) {
  .final-consultation {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .final-consultation::after {
    inset: 8px;
    border-radius: 15px;
  }

  .final-consultation__offer {
    padding: 24px 20px 22px;
  }

  .final-consultation .final-v2-grant {
    min-height: 330px;
    border-top: 2px dashed rgb(81 46 0 / 44%);
    border-left: 0;
    border-radius: 0 0 14px 14px;
    padding: 26px 20px;
  }

  .final-consultation .final-v2-grant::before {
    top: 28px;
    width: 108px;
    height: 108px;
  }

  .final-consultation .final-v2-grant::after {
    top: 79px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-route__down-arrows i,
  .final-phone-form__discount::after,
  .final-phone-form__gift,
  .final-consultation::before {
    animation: none;
  }
}

/* Final result: one persistent conversion panel beside progressively revealed content. */
.final-journey {
  width: min(1180px, calc(100% - 48px));
}

.profile-teaser-screen .final-journey__intro {
  max-width: 760px;
  margin-bottom: 18px;
}

.profile-teaser-screen .final-journey__intro h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(42px, 4.2vw, 54px);
}

.profile-teaser-screen .final-journey__intro .lead {
  max-width: 680px;
  margin-top: 12px;
  font-size: 17px;
}

.final-results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 420px);
  grid-template-rows: auto 1fr;
  gap: 18px 24px;
  align-items: start;
}

.final-results-layout__primary {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.final-results-layout .final-profile-result {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.final-results-layout .final-profile-result__scenario {
  grid-row: auto;
  min-height: 190px;
}

.final-results-layout .final-profile-result h2 {
  font-size: clamp(38px, 3.8vw, 48px);
}

.final-results-layout .final-route__copy > h2 {
  max-width: none;
  font-size: clamp(32px, 3vw, 40px);
}

.final-results-layout .final-route__insights {
  margin-top: 0;
}

.final-results-layout .final-route {
  grid-template-columns: 1fr;
}

.final-route__blur-copy {
  display: inline-block;
  filter: blur(2.5px);
  opacity: .72;
  user-select: none;
}

.final-route__teaser-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px !important;
  border-radius: 12px;
  background: #191824;
  padding: 12px 14px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3 !important;
}

.final-route__teaser-note i {
  position: relative;
  display: block;
  width: 21px;
  height: 19px;
  flex: 0 0 21px;
  border: 1.5px solid #d8ff28;
  border-radius: 5px;
}

.final-route__teaser-note i::before {
  position: absolute;
  bottom: 13px;
  left: 5px;
  width: 8px;
  height: 7px;
  border: 1.5px solid #d8ff28;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.final-results-layout > .final-phone-form {
  position: sticky;
  top: 76px;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  max-height: calc(100vh - 82px);
  align-self: start;
  gap: 10px;
  margin-top: -280px;
  overflow-y: auto;
  padding: 16px;
}

.final-results-layout > .final-phone-form::before {
  grid-column: auto;
}

.final-results-layout .final-phone-form__copy {
  gap: 8px;
}

.final-results-layout .final-phone-form__copy h2 {
  max-width: none;
  font-size: clamp(26px, 2.2vw, 31px);
  line-height: 1.04;
}

.final-results-layout .final-phone-form__copy .profile-form-context {
  font-size: 14px;
  line-height: 1.4;
}

.final-results-layout .final-phone-form__action {
  gap: 8px;
}

.final-results-layout .final-phone-form__discount {
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 8px;
  padding: 10px 12px;
}

.final-results-layout .final-phone-form__discount strong {
  font-size: 15px;
}

.final-results-layout .final-phone-form__discount p {
  font-size: 11px;
}

.final-results-layout .final-phone-form__gift {
  width: 64px;
  height: 64px;
}

.final-results-layout .final-phone-form__action .field {
  min-height: 50px;
}

.final-results-layout .final-phone-form__action .btn {
  min-height: 52px;
  padding-inline: 16px;
  font-size: 15px;
}

.final-results-layout .final-phone-form .skb-consent__item,
.final-results-layout .final-phone-form .skb-consent__note {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}

.final-results-layout .final-phone-form .skb-consent__item {
  min-height: 0;
  padding: 0;
}

.final-mobile-result-cta {
  display: none;
}

@media (min-width: 981px) and (max-height: 640px) {
  .final-results-layout > .final-phone-form {
    top: 74px;
    max-height: calc(100vh - 74px);
    gap: 6px;
    margin-top: -280px;
    padding: 10px;
  }

  .final-results-layout .final-phone-form__copy .profile-form-context,
  .final-results-layout .final-phone-form__discount p {
    display: none;
  }

  .final-results-layout .final-phone-form__copy {
    gap: 4px;
  }

  .final-results-layout .final-phone-form__copy h2 {
    font-size: 27px;
  }

  .final-results-layout .final-phone-form__copy .profile-form-context {
    font-size: 13px;
    line-height: 1.25;
  }

  .final-results-layout .final-phone-form__action {
    gap: 5px;
  }

  .final-results-layout .final-phone-form__discount {
    padding: 6px 10px;
  }

  .final-results-layout .final-phone-form__action .field {
    min-height: 46px;
  }

  .final-results-layout .final-phone-form__action .btn {
    min-height: 48px;
  }
}

@media (max-width: 980px) {
  .final-results-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .final-results-layout__primary,
  .final-results-layout > .final-phone-form {
    grid-column: 1;
    grid-row: auto;
  }

  .final-results-layout > .final-phone-form {
    position: static;
    order: 0;
    display: grid;
    width: 100%;
    max-height: none;
    margin-top: 0;
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .final-journey-screen {
    padding-bottom: 108px;
  }

  .final-journey {
    width: calc(100% - 32px);
  }

  .final-results-layout .final-profile-result__scenario {
    min-height: 300px;
  }

  .final-results-layout > .final-phone-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .final-mobile-result-cta {
    position: fixed;
    right: 16px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 16px;
    z-index: 70;
    display: block;
    min-height: 58px;
    border: 0;
    border-radius: 16px;
    background: #413dff;
    box-shadow: 0 12px 30px rgb(42 37 189 / 30%);
    color: #fff;
    font: inherit;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
  }
}
