@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #002A3A;
  --orange: #F07E53;
  --blue-gray: #AAC6C9;
  --gray: #72707C;
  --yellow: #FFC844;
  --white: #FFFFFF;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--navy);
  background: var(--white);
}

.portal-shell {
  min-height: 100vh;
  background: var(--white);
}

.kids-login-header {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 170px;
  background: var(--navy);
  overflow: visible;
}

.kids-login-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse at 72% 35%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(ellipse at 62% 62%, rgba(170, 198, 201, 0.24) 0%, rgba(170, 198, 201, 0.08) 28%, rgba(170, 198, 201, 0) 62%),
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.28) 0 1.6px, transparent 2px),
    radial-gradient(circle at 32% 58%, rgba(255, 200, 68, 0.24) 0 1.6px, transparent 2px),
    radial-gradient(circle at 46% 22%, rgba(255, 255, 255, 0.22) 0 1.3px, transparent 1.9px),
    radial-gradient(circle at 66% 72%, rgba(255, 255, 255, 0.2) 0 1.4px, transparent 2px),
    radial-gradient(circle at 84% 44%, rgba(255, 255, 255, 0.2) 0 1.4px, transparent 2px);
  opacity: 0.72;
}

.kids-login-header::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -18px;
  height: 36px;
  background: var(--white);
  border-top-left-radius: 52% 100%;
  border-top-right-radius: 52% 100%;
}

.kids-login-header-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 28px 90px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.kids-header-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.kids-logo {
  width: auto;
  height: 96px;
  background: transparent;
  display: block;
  object-fit: contain;
  margin-left: -18px;
}

.kids-header-divider {
  width: 1px;
  height: 82px;
  background: rgba(255, 255, 255, 0.45);
}

.kids-header-title {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.kids-title-accent {
  font-size: 62px;
  font-weight: 600;
  color: var(--yellow);
  letter-spacing: -0.01em;
}

.kids-title-rest {
  margin-top: -22px;
  margin-left: 288px;
  align-self: center;
  font-family: "Dancing Script", cursive;
  font-size: 66px;
  font-weight: 500;
  color: var(--white);
}

.header-top-decor {
  position: relative;
  width: 340px;
  height: 116px;
  pointer-events: none;
}

.header-trail {
  position: absolute;
  left: -100px;
  top: 0;
  width: 292px;
  height: 96px;
}

.header-trail path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 4.4;
  stroke-dasharray: 9 11;
}

.header-star-art {
  position: absolute;
  right: -10px;
  top: -6px;
  width: 132px;
  height: auto;
  display: block;
  opacity: 0.94;
}

.kids-login-main {
  max-width: 1600px;
  margin: 0 auto;
  padding: 90px 90px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 80px;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 285px);
  overflow: visible;
}

.kids-login-main.kids-login-body {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 96px 92px 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 78px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.kids-login-left {
  max-width: 700px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.kids-welcome-title {
  margin: 0;
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(50px, 4.4vw, 72px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.kids-welcome-title span {
  color: #F07E53;
}

.kids-welcome-subtitle {
  margin: 20px 0 0;
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.kids-welcome-copy {
  max-width: 540px;
  margin: 16px 0 0;
  color: rgba(0, 42, 58, 0.74);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.kids-info-card {
  width: 100%;
  max-width: 660px;
  margin-top: 58px;
  margin-left: -26px;
  padding: 30px 36px 32px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 200, 68, 0.36);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(0, 42, 58, 0.08);
}

.kids-info-card-top {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.kids-handprint-wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kids-handprint-wrap img {
  width: 112px;
  height: auto;
  display: block;
  object-fit: contain;
}

.kids-info-copy h3 {
  margin: 0;
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.kids-info-copy p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(0, 42, 58, 0.74);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.45;
}

.kids-info-divider {
  height: 1px;
  margin: 26px 0 28px;
  background: rgba(0, 42, 58, 0.14);
}

.kids-info-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.kids-info-feature {
  min-height: 92px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
  border-right: 1px solid rgba(0, 42, 58, 0.14);
}

.kids-info-feature:last-child {
  border-right: 0;
}

.kids-info-feature svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #002A3A;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kids-info-feature svg .accent {
  stroke: #F07E53;
}

.kids-info-feature span {
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.kids-login-right {
  width: 100%;
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.kids-login-card {
  width: min(560px, 100%);
  padding: 46px 48px 52px;
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 42, 58, 0.12);
}

.kids-login-card h2 {
  margin: 0;
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
}

.kids-login-card > p {
  margin: 14px 0 42px;
  color: rgba(0, 42, 58, 0.72);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 17px;
}

.kids-login-card form label {
  display: block;
  margin: 0 0 12px;
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.kids-input-wrap {
  height: 58px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 42, 58, 0.22);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  background: #FFFFFF;
}

.kids-input-wrap span {
  color: #002A3A;
  opacity: 0.74;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.kids-input-wrap span svg,
.kids-input-wrap button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #002A3A;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kids-input-wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  color: #002A3A;
  font-size: 16px;
  background: transparent;
}

.kids-input-wrap input::placeholder {
  color: rgba(0, 42, 58, 0.50);
}

.kids-input-wrap button {
  border: 0;
  background: transparent;
  color: #002A3A;
  opacity: 0.74;
  cursor: pointer;
  font-size: 20px;
}

.kids-login-card .error {
  margin: 0 0 16px;
  color: #F07E53;
  font-size: 13px;
  font-weight: 700;
}

.kids-login-options {
  margin: 8px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.kids-login-options label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 42, 58, 0.78);
  font-size: 15px;
  font-weight: 600;
}

.kids-login-options input {
  width: 18px;
  height: 18px;
}

.kids-login-options button {
  border: 0;
  background: transparent;
  color: #F07E53;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.kids-login-submit {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 10px;
  background: #F07E53;
  color: #FFFFFF;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.kids-login-help {
  margin: 36px 0 0;
  color: rgba(0, 42, 58, 0.72);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

.kids-login-help a {
  color: #F07E53;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .kids-login-main.kids-login-body {
    padding: 48px 22px 64px;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .kids-login-left {
    max-width: none;
  }

  .kids-info-card {
    margin-left: 0;
  }

  /* Stacking put the handprints hard against the left edge and turned the three
     shortcuts into a tall vertical list. Centre the artwork and keep the icons on
     one line, which fits comfortably at phone widths. */
  .kids-info-card-top {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }

  .kids-handprint-wrap {
    margin: 0 auto;
  }

  .kids-info-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kids-info-feature {
    border-right: 1px solid rgba(0, 42, 58, 0.14);
    border-bottom: 0;
    min-height: 84px;
    gap: 8px;
    padding-inline: 4px;
  }

  .kids-info-feature:last-child {
    border-right: 0;
  }

  .kids-info-feature svg {
    width: 36px;
    height: 36px;
  }

  .kids-info-feature span {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .kids-info-feature:last-child {
    border-bottom: 0;
  }
}
.decor-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.decoration-blob-yellow,
.decoration-blob-blue,
.decoration-cloud-right,
.decoration-dots,
.decoration-star,
.decoration-accent,
.decoration-trail {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.decoration-blob-yellow {
  left: -120px;
  bottom: 32px;
  width: 300px;
  height: 300px;
  border-radius: 58% 42% 48% 52%;
  background: rgba(255, 200, 68, 0.34);
}

.decoration-blob-blue {
  right: -170px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 58% 42% 52% 48%;
  background: rgba(170, 198, 201, 0.42);
}

.decoration-cloud-right {
  right: -120px;
  bottom: -18px;
  width: 280px;
  height: 140px;
  border-radius: 52% 48% 0 0;
  border: 4px solid rgba(170, 198, 201, 0.9);
  border-bottom: 0;
  background: transparent;
}

.decoration-dots {
  width: 86px;
  height: 110px;
  opacity: 0.6;
  background-image: radial-gradient(var(--blue-gray) 3.6px, transparent 3.6px);
  background-size: 18px 18px;
}

.dots-left {
  left: 72px;
  top: 42px;
}

.dots-right {
  right: 40px;
  top: 126px;
}

.decoration-star {
  width: 24px;
  height: 24px;
}

.decoration-star path {
  fill: none;
  stroke-width: 2;
}

.star-top-left {
  left: 156px;
  top: 56px;
  width: 52px;
  height: 52px;
}

.star-top-left path {
  stroke: var(--orange);
}

.star-mid-blue {
  left: 1010px;
  top: 300px;
  width: 58px;
  height: 58px;
}

.star-mid-blue path {
  stroke: var(--blue-gray);
}

.star-low-orange {
  left: 1048px;
  top: 470px;
  width: 58px;
  height: 58px;
}

.star-low-orange path {
  stroke: var(--orange);
}

.decoration-accent {
  left: 158px;
  top: 30px;
  width: 58px;
  height: 36px;
}

.decoration-accent path {
  fill: none;
  stroke: var(--orange);
  stroke-width: 2;
  stroke-linecap: round;
}

.decoration-trail {
  left: 500px;
  top: 636px;
  width: 220px;
  height: 34px;
}

.decoration-trail path {
  fill: none;
  stroke: var(--blue-gray);
  stroke-width: 2;
  stroke-dasharray: 6 8;
}

.welcome-column,
.login-column,
.create-account-card,
.login-card {
  position: relative;
  z-index: 2;
}

.welcome-column {
  max-width: 680px;
}

.welcome-column h1 {
  margin: 0;
  font-size: 72px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.welcome-column h1 span {
  color: var(--orange);
}

.welcome-sub {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy);
}

.welcome-copy {
  margin: 14px 0 0;
  max-width: 640px;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(0, 42, 58, 0.78);
}

.create-account-card {
  margin-top: 34px;
  width: 100%;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 200, 68, 0.2);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 42, 58, 0.08);
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
}

.create-account-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 200, 68, 0.34);
  display: grid;
  place-items: center;
}

.create-account-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 2;
}

.create-account-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.create-account-card p {
  margin: 10px 0 14px;
  color: rgba(0, 42, 58, 0.8);
  font-size: 16px;
  line-height: 1.42;
}

.create-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
}

.create-link span {
  font-size: 18px;
}

/* ===== Profile info card — exact approved style ===== */

.profile-info-card {
  width: 100%;
  max-width: 620px;
  min-height: 245px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 34px 38px 30px;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 200, 68, 0.35);
  box-shadow: 0 24px 54px rgba(0, 42, 58, 0.08);
}

.profile-info-main-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 0 !important;
}

.profile-info-main-icon svg {
  width: 80px;
  height: 80px;
  display: block;
}

.profile-info-main-icon img {
  width: 80px;
  height: auto;
  display: block;
  max-width: 100%;
}

.profile-icon-navy {
  fill: none;
  stroke: #002A3A;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-icon-yellow {
  fill: none;
  stroke: #FFC844;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-info-content h3 {
  margin: 0;
  color: #FFC844;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.profile-info-content p {
  max-width: 470px;
  margin: 16px 0 26px;
  color: rgba(0, 42, 58, 0.74);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.profile-info-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.profile-info-feature {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.profile-info-feature svg {
  width: 42px;
  height: 42px;
  display: block;
  background: transparent !important;
  border-radius: 0 !important;
}

.profile-info-feature span {
  color: #002A3A;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.feature-icon-navy {
  fill: none;
  stroke: #002A3A;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon-orange {
  fill: none;
  stroke: #F07E53;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Remove any old circles/backgrounds from the previous card */
.profile-info-card .icon-circle,
.profile-info-card .feature-circle,
.profile-info-card .badge,
.profile-info-card .tag,
.profile-info-card .info-card-icon {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Mobile */
@media (max-width: 780px) {
  .profile-info-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px;
  }

  .profile-info-features {
    grid-template-columns: minmax(0, 1fr);
  }
}

.login-column {
  justify-self: end;
}

.login-card {
  width: 570px;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 42, 58, 0.12);
  padding: 42px;
}

.login-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.login-subtitle {
  margin: 12px 0 0;
  color: rgba(0, 42, 58, 0.75);
  font-size: 17px;
  line-height: 1.2;
}

.field {
  margin-top: 18px;
}

.field label {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
}

.input-wrap {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
    left: 28px;
    top: 248px;
  stroke-width: 1.8;
}

.field input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(170, 198, 201, 0.65);
  border-radius: 10px;
  padding: 0 14px 0 44px;
  font-family: inherit;
  font-size: 15px;
  color: var(--navy);
  background: var(--white);
}

.field input::placeholder {
  color: rgba(114, 112, 124, 0.8);
}

.field input:focus {
  outline: none;
  border-color: var(--blue-gray);
  box-shadow: 0 0 0 3px rgba(170, 198, 201, 0.22);
}

.password-wrap input {
  padding-right: 46px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.toggle-password svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: rgba(0, 42, 58, 0.45);
  stroke-width: 1.8;
}

.error {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--orange);
  font-weight: 700;
}

.login-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.remember-me {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 42, 58, 0.8);
  font-size: 14px;
}

.remember-me input {
  width: 17px;
  height: 17px;
}

.forgot-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.login-submit {
  width: 100%;
  height: 58px;
  margin-top: 16px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.info-strip {
  margin-top: 14px;
  border: 1px solid rgba(170, 198, 201, 0.7);
  border-radius: 12px;
  background: rgba(170, 198, 201, 0.32);
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.info-strip svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #002A3A;
  stroke-width: 1.7;
}

.info-strip strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.info-strip span {
  display: block;
  color: rgba(0, 42, 58, 0.78);
  font-size: 13px;
}

.support-line {
  margin: 18px 0 0;
  text-align: center;
  color: rgba(0, 42, 58, 0.8);
  font-size: 15px;
  line-height: 1.45;
}

.support-line a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
}

.kids-login-footer {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 115px;
  background: var(--navy);
  overflow: hidden;
}

.kids-login-footer::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: -18px;
  height: 36px;
  background: var(--white);
  border-bottom-left-radius: 52% 100%;
  border-bottom-right-radius: 52% 100%;
}

.kids-login-footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 115px;
  padding: 0 90px;
  display: block;
  position: relative;
  z-index: 2;
}

.footer-decor {
  position: absolute;
  left: 74px;
  bottom: 20px;
  width: 250px;
  height: 82px;
  pointer-events: none;
  z-index: 1;
}

.footer-trail {
  position: absolute;
  left: -44px;
  bottom: 18px;
  width: 240px;
  height: 52px;
}

.footer-trail path {
  fill: none;
  stroke: rgba(170, 198, 201, 0.8);
  stroke-width: 4.2;
  stroke-dasharray: 8 9;
  stroke-linecap: round;
}

.footer-plane {
  position: absolute;
  left: 206px;
  bottom: -6px;
  width: 84px;
  height: auto;
  display: block;
  transform: rotate(40deg);
  transform-origin: center;
}

.footer-tagline {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  z-index: 3;
}

.footer-tagline .dream,
.footer-tagline .shine,
.footer-tagline .grow {
  letter-spacing: 0.09em;
}

.tagline-glitter {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.tagline-glitter path {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.9;
  filter: drop-shadow(0 0 4px rgba(255, 200, 68, 0.55));
}

.glitter-left {
  margin-right: 6px;
}

.glitter-right {
  margin-left: 6px;
}

.dream { color: var(--orange); }
.shine { color: var(--white); }
.grow { color: var(--yellow); }
.dot { color: var(--blue-gray); }

.footer-website {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 200 !important;
  font-synthesis: none;
  letter-spacing: 0.18em;
  line-height: 1;
  z-index: 3;
}

@media (max-width: 1200px) {
  .kids-login-header-inner,
  .kids-login-main,
  .kids-login-footer-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kids-login-main {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-website {
    right: 24px;
  }

  .login-column {
    justify-self: start;
  }

  .login-card {
    width: min(100%, 570px);
  }

  .footer-tagline {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .kids-login-header {
    min-height: 120px;
  }

  .kids-login-header-inner {
    min-height: 120px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-top-decor {
    display: none;
  }

  .kids-logo {
    width: 120px;
  }

  .kids-header-divider {
    height: 52px;
  }

  .kids-title-accent {
    font-size: 34px;
  }

  .kids-title-rest {
    font-size: 36px;
    margin-top: -4px;
    margin-left: 4px;
  }

  .kids-login-main {
    padding-top: 36px;
    padding-bottom: 36px;
    min-height: 0;
  }

  .welcome-column h1 {
    font-size: 56px;
  }

  .welcome-sub {
    font-size: 20px;
  }

  .welcome-copy {
    font-size: 16px;
  }

  .create-account-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .create-account-card h2 {
    font-size: 28px;
  }

  .create-account-card p {
    font-size: 15px;
  }

  .create-link {
    font-size: 14px;
  }

  .login-card {
    padding: 24px;
  }

  .login-card h2 {
    font-size: 38px;
  }

  .login-submit {
    font-size: 18px;
    height: 50px;
  }

  .decor-layer {
    display: none;
  }

  .kids-login-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-decor,
  .footer-website {
    display: none;
  }
}
