@charset "UTF-8";

.student-page {
  --student-orange: #FF5900;
  --student-black: #231F20;
  --student-arena: #997747;
  --student-paper: #ffffff;
  --student-soft: #f7f4ef;
  --student-muted: #6f7480;
  min-height: 100vh;
  background: #ffffff;
  color: var(--student-black);
  font-family: 'Roboto', sans-serif;
}

.student-training-page {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f5 46%, #ffffff 100%);
}

.student-page .font-zilla,
.student-hero__title {
  font-family: 'Zilla Slab', serif;
}

.student-page .nav-link {
  transition: all 0.3s ease;
}

.student-page .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) and (max-width: 980px) {
  .student-page .site-nav-links {
    gap: 0.25rem;
  }

  .student-page .site-nav-links .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0.88rem;
  }
}

.student-main {
  flex: 1 0 auto;
  width: 100%;
}

.student-content-page {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f5 54%, #ffffff 100%);
}

.student-content-header {
  padding: 5rem 1rem 6rem;
  text-align: center;
  border-bottom: 1px solid rgba(35, 31, 32, 0.08);
  background: #ffffff;
}

.student-content-header__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

.student-content-header__kicker {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--student-arena);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.student-content-header__title {
  margin: 0;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.student-content-header__title span {
  color: var(--student-orange);
}

.student-content-header__copy {
  max-width: 690px;
  margin: 2rem auto 0;
  color: var(--student-muted);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}

.student-content-main {
  padding: 5rem 1rem 6rem;
}

.student-content-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.student-content-page .content-sections-wrap {
  margin-top: 0;
}

.student-quick-shell {
  padding: 3rem;
}

.student-content-page .section-heading {
  margin-bottom: 2.4rem;
}

.student-content-page .section-kicker {
  letter-spacing: 0;
}

.student-content-page .section-title {
  max-width: 1040px;
  font-size: 3.2rem;
  line-height: 1.02;
}

.student-content-page .section-copy {
  max-width: 850px;
  color: var(--student-muted);
  font-size: 1.05rem;
  font-weight: 500;
}

.student-quick-grid {
  position: relative;
  z-index: 1;
}

.student-content-page .quick-link-card {
  min-height: 126px;
}

.student-content-page .quick-link-text strong {
  font-size: 1rem;
}

.student-content-page .quick-link-text small {
  font-size: 0.8rem;
}

.student-guides-section {
  scroll-margin-top: 110px;
}

.student-content-page .student-guides-section .section-title {
  max-width: 760px;
  font-size: clamp(1.75rem, 2.8vw, 2.55rem);
  line-height: 1.1;
}

.student-content-page .student-guides-section .section-copy {
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.7;
}

.student-guides-section .guide-panel {
  display: block;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  padding: 24px 0 0;
}

.canvas-student-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.88)),
    url("../img/conectores.svg") center / cover no-repeat;
}

.canvas-student-overview__shell {
  background:
    linear-gradient(135deg, rgba(255, 89, 0, 0.08), rgba(153, 119, 71, 0.08)),
    #ffffff;
}

.canvas-student-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.canvas-student-feature {
  min-height: 210px;
  padding: 1.5rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.045);
}

.canvas-student-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  background: var(--student-orange);
  color: #ffffff;
}

.canvas-student-feature h3 {
  margin: 0 0 0.75rem;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.canvas-student-feature p {
  margin: 0;
  color: var(--student-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.canvas-student-downloads {
  scroll-margin-top: 110px;
}

.canvas-student-downloads__shell {
  display: grid;
  gap: 2rem;
  background:
    linear-gradient(135deg, rgba(35, 31, 32, 0.035), transparent 44%),
    #ffffff;
}

.canvas-student-downloads__intro {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.canvas-student-download-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.canvas-student-download-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  gap: 1.35rem;
  align-items: stretch;
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(35, 31, 32, 0.055);
}

.canvas-student-download-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.35rem;
}

.canvas-student-download-card__heading {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.canvas-student-download-card__heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--student-orange);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 89, 0, 0.16);
}

.canvas-student-download-card h3 {
  margin: 0 0 0.55rem;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.08;
}

.canvas-student-download-card p {
  margin: 0;
  color: var(--student-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.canvas-student-download-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: fit-content;
  min-height: 46px;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: var(--student-black);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.canvas-student-download-card__button:hover {
  background: var(--student-orange);
  box-shadow: 0 12px 24px rgba(255, 89, 0, 0.18);
  transform: translateY(-2px);
}

.canvas-student-download-card__qr {
  display: grid;
  place-items: center;
  width: 164px;
  min-height: 164px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.canvas-student-download-card__qr img {
  display: block;
  width: 144px;
  height: 144px;
}

.student-materials-section {
  display: grid;
  gap: 2rem;
  padding-top: 1.75rem;
  scroll-margin-top: 110px;
}

.student-materials-heading {
  max-width: 980px;
  padding-top: 1rem;
}

.student-resource-topic {
  display: grid;
  gap: 1rem;
  scroll-margin-top: 110px;
}

.student-resource-topic__heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--student-black);
}

.student-resource-topic__heading svg {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 8px;
  background: rgba(255, 89, 0, 0.1);
  color: var(--student-orange);
}

.student-resource-topic__heading h3 {
  margin: 0;
  font-family: 'Zilla Slab', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.08;
}

.student-resource-topic__heading-copy {
  display: grid;
  gap: 0.35rem;
}

.student-resource-topic__copy {
  margin: 0;
  color: var(--student-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.student-material-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.student-material-block {
  min-width: 0;
}

.student-material-block--full {
  scroll-margin-top: 110px;
}

.student-content-page .student-material-block .topic-block-title {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.student-content-page .student-material-block .topic-block-sub {
  font-size: 0.95rem;
}

.student-content-page .student-material-block .video-resource-list {
  grid-template-columns: 1fr;
}

.student-content-page .student-material-block .infographic-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.student-content-page .student-material-block--full .video-resource-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
}

.student-content-page .student-material-block .video-frame {
  min-height: clamp(220px, 29vw, 360px);
}

.student-hero {
  position: relative;
  overflow: hidden;
  min-height: min(720px, calc(100vh - 84px));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.86)),
    url("../img/conectores.svg") center / cover no-repeat;
  border-bottom: 1px solid rgba(35, 31, 32, 0.08);
}

.student-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.student-hero__content {
  max-width: 760px;
}

.student-hero__kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.2rem;
  color: var(--student-arena);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.student-hero__title {
  margin: 0;
  color: var(--student-black);
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

.student-hero__title span {
  color: var(--student-orange);
}

.student-hero__copy {
  max-width: 560px;
  margin: clamp(1.35rem, 3vw, 2.25rem) 0 0;
  color: var(--student-muted);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
}

.student-status {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: fit-content;
  margin-top: clamp(1.8rem, 4vw, 3rem);
  padding: 0.95rem 1.15rem;
  border-radius: 8px;
  background: var(--student-black);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 20px 44px rgba(35, 31, 32, 0.18);
}

.student-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--student-orange);
  color: #ffffff;
  flex: 0 0 auto;
}

.student-hero__aside {
  justify-self: end;
  width: min(100%, 360px);
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1.4rem;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(35, 31, 32, 0.1);
}

.student-hero__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  border-radius: 8px;
  background: var(--student-orange);
  color: #ffffff;
}

.student-hero__mark svg {
  width: 76px;
  height: 76px;
  stroke-width: 1.65;
}

.student-hero__aside p {
  margin: 0;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.student-footer .footer-logo-img.logo-1 {
  max-width: 170px;
  height: auto;
}

.student-footer .footer-logo-img.logo-2 {
  max-width: 210px;
  height: auto;
}

.student-training-page .plan-hero__kicker,
.student-training-page .training-plan-card__kicker {
  letter-spacing: 0;
}

.student-training-page .plan-hero__title {
  font-size: 4.6rem;
}

.student-training-page .plan-hero__copy {
  font-size: 1.12rem;
}

.student-training-page .section-title {
  font-size: 2.45rem;
}

.student-training-card {
  transform: none;
}

.student-training-card h2 {
  font-size: 2rem;
}

.student-recording-card {
  width: min(100%, 510px);
  padding: clamp(1.45rem, 3vw, 2rem);
  border: 10px solid rgba(255, 255, 255, 0.92);
  background: #ffffff;
}

.student-recording-card__heading {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.35rem;
}

.student-recording-card__icon {
  width: 50px;
  height: 50px;
  margin: 0;
  background: rgba(255, 89, 0, 0.1);
  color: var(--student-orange);
  box-shadow: none;
}

.student-recording-card h2 {
  margin: 0;
  color: var(--student-black);
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 1.65rem);
  font-weight: 500;
  line-height: 1.2;
}

.student-recording-card__list {
  gap: 0.72rem;
}

.student-recording-card__list li {
  color: #5f6673;
  font-size: 0.98rem;
  line-height: 1.38;
}

.student-recording-video {
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(35, 31, 32, 0.06);
}

.student-recording-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111111;
}

.student-recording-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.student-session-info__shell {
  display: grid;
  gap: 2rem;
}

.student-session-info__intro {
  max-width: 1040px;
}

.student-session-info__intro h2 {
  margin: 0 0 0.9rem;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.06;
}

.student-session-info__intro p {
  margin: 0;
  color: #4f5663;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.7;
}

.student-session-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.student-session-info__panel {
  min-height: 100%;
  padding: 1.65rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(35, 31, 32, 0.055);
}

.student-session-info__heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.student-session-info__heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(255, 89, 0, 0.1);
  color: var(--student-orange);
  flex: 0 0 auto;
}

.student-session-info__heading h3 {
  margin: 0;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.08;
}

.student-session-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.student-session-list li {
  position: relative;
  padding-left: 1.75rem;
  color: #4f5663;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

.student-session-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--student-orange);
  box-shadow: 0 0 0 4px rgba(255, 89, 0, 0.1);
}

.student-training-shell {
  display: grid;
  gap: 2rem;
}

.student-training-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 1.6rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: #231f20;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(35, 31, 32, 0.14);
}

.student-training-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: var(--student-orange);
  color: #ffffff;
}

.student-training-empty h3 {
  margin: 0 0 0.4rem;
  font-family: 'Zilla Slab', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.08;
}

.student-training-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.student-training-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.student-training-topics-block {
  width: 100%;
}

.student-training-topic-card {
  min-height: 235px;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(35, 31, 32, 0.06);
}

.student-training-topic-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1.6rem;
  border-radius: 8px;
  background: rgba(255, 89, 0, 0.1);
  color: var(--student-orange);
}

.student-training-topic-card h3 {
  margin: 0 0 1rem;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.12;
}

.student-training-topic-card p {
  margin: 0;
  color: var(--student-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.student-training-page .student-register-btn {
  background: #997747;
}

.student-training-page .student-register-btn:hover {
  background: #765a32;
}

.student-support-page {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f5 46%, #ffffff 100%);
}

.student-support-page .plan-hero__kicker,
.student-support-page .training-plan-card__kicker {
  letter-spacing: 0;
}

.student-support-page .plan-hero__title {
  font-size: 4.6rem;
}

.student-support-page .plan-hero__copy {
  font-size: 1.12rem;
}

.student-support-card {
  transform: none;
}

.student-support-card h2 {
  font-size: 2rem;
}

.student-support-intro {
  width: 100%;
  scroll-margin-top: 110px;
}

.student-support-intro__shell,
.student-support-guide__shell {
  display: grid;
  gap: 2rem;
}

.student-support-intro__copy {
  min-width: 0;
  max-width: 1040px;
}

.student-support-intro__copy h2,
.student-support-guide__intro h2,
.student-support-contact__content h2 {
  margin: 0 0 0.9rem;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.06;
}

.student-support-intro__copy p,
.student-support-guide__intro p,
.student-support-contact__content p {
  margin: 0;
  color: #4f5663;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.7;
}

.student-support-intro__copy strong,
.student-session-list strong {
  font-weight: 800;
}

.student-support-video-card {
  min-width: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(35, 31, 32, 0.06);
}

.student-support-video-frame {
  aspect-ratio: 16 / 9;
  background: #f6f6f6;
}

.student-support-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.student-support-video-info {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.student-support-video-info .video-kicker {
  margin-bottom: 0.8rem;
  color: var(--student-arena);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.student-support-video-info h3 {
  margin: 0;
  color: var(--student-black);
  font-family: 'Zilla Slab', serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.student-support-guide__intro,
.student-support-contact__content {
  max-width: 1040px;
}

.student-support-contact {
  scroll-margin-top: 110px;
}

.student-support-contact__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 89, 0, 0.08), rgba(153, 119, 71, 0.08)),
    #ffffff;
}

.student-support-email-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 1.15rem 1.25rem;
  border-radius: 8px;
  background: #231F20;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(35, 31, 32, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.student-support-email-card:hover {
  box-shadow: 0 22px 44px rgba(255, 89, 0, 0.16);
  transform: translateY(-2px);
}

.student-support-email-card svg {
  color: var(--student-orange);
}

.student-support-email-card span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.05rem, 2.3vw, 1.55rem);
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .student-hero__inner {
    grid-template-columns: 1fr;
  }

  .student-hero__title {
    font-size: 5rem;
  }

  .student-content-header__title {
    font-size: 3.7rem;
  }

  .student-content-page .section-title {
    font-size: 2.7rem;
  }

  .canvas-student-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .student-material-pair {
    grid-template-columns: 1fr;
  }

  .canvas-student-download-grid {
    grid-template-columns: 1fr;
  }

  .student-training-page .plan-hero__title {
    font-size: 3.7rem;
  }

  .student-training-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .student-support-contact__shell {
    grid-template-columns: 1fr;
  }

  .student-hero__aside {
    justify-self: start;
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .student-hero {
    min-height: auto;
  }

  .student-hero__inner {
    width: min(100% - 1.5rem, 720px);
    padding: 52px 0 64px;
  }

  .student-hero__title {
    font-size: 3.8rem;
  }

  .student-content-header {
    padding: 4rem 1rem 4.5rem;
  }

  .student-content-header__title {
    font-size: 3rem;
  }

  .student-content-header__copy {
    font-size: 1.05rem;
  }

  .student-content-main {
    padding: 3rem 0.75rem 4rem;
  }

  .student-quick-shell {
    padding: 1.5rem;
  }

  .student-content-page .section-title {
    font-size: 2.25rem;
  }

  .canvas-student-feature-grid {
    grid-template-columns: 1fr;
  }

  .canvas-student-feature {
    min-height: auto;
  }

  .canvas-student-download-card {
    grid-template-columns: 1fr;
  }

  .canvas-student-download-card__qr {
    justify-self: start;
  }

  .student-resource-topic__heading {
    align-items: flex-start;
  }

  .student-resource-topic__heading h3 {
    font-size: 1.7rem;
  }

  .student-training-page .plan-hero__title {
    font-size: 3.1rem;
  }

  .student-training-page .section-title {
    font-size: 2rem;
  }

  .student-session-info__intro h2 {
    font-size: 2.15rem;
  }

  .student-support-intro__copy h2,
  .student-support-guide__intro h2,
  .student-support-contact__content h2 {
    font-size: 2.15rem;
  }

  .student-session-info__intro p {
    font-size: 1.05rem;
  }

  .student-support-intro__copy p,
  .student-support-guide__intro p,
  .student-support-contact__content p {
    font-size: 1.05rem;
  }

  .student-session-info__grid {
    grid-template-columns: 1fr;
  }

  .student-training-empty {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .student-training-topics {
    grid-template-columns: 1fr;
  }

  .student-hero__copy {
    font-size: 1.15rem;
  }

  .student-status {
    align-items: flex-start;
    max-width: 100%;
    line-height: 1.3;
  }

  .student-hero__aside {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .student-hero__kicker {
    font-size: 0.75rem;
  }

  .student-status {
    width: 100%;
  }

  .student-hero__title {
    font-size: 3.1rem;
  }

  .student-content-header__title {
    font-size: 2.5rem;
  }

  .student-content-page .section-title {
    font-size: 1.95rem;
  }

  .canvas-student-download-card {
    padding: 1.2rem;
  }

  .canvas-student-download-card__heading {
    flex-direction: column;
  }

  .canvas-student-download-card__button,
  .canvas-student-download-card__qr {
    width: 100%;
  }

  .student-training-page .plan-hero__title {
    font-size: 2.65rem;
  }

  .student-support-intro__copy h2,
  .student-support-guide__intro h2,
  .student-support-contact__content h2 {
    font-size: 2.15rem;
  }

  .student-support-intro__copy p,
  .student-support-guide__intro p,
  .student-support-contact__content p {
    font-size: 1.05rem;
  }

  .student-support-email-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .student-support-email-card svg:last-child {
    display: none;
  }
}
