:root {
  color-scheme: light;
  --ink: #102033;
  --muted: #5d6978;
  --line: #dde7f0;
  --soft: #f4f8fb;
  --blue: #0b5ed7;
  --blue-dark: #073d88;
  --teal: #10a99a;
  --gold: #f2b84b;
  --paper: #ffffff;
  --shadow: 0 18px 45px rgba(16, 32, 51, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Inter", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(221, 231, 240, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: min(300px, 42vw);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #2f3f52;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
  background: var(--blue-dark);
  box-shadow: 0 10px 20px rgba(11, 94, 215, 0.18);
}

.button.secondary {
  background: #fff;
  color: var(--blue-dark);
  border-color: var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 150px);
  isolation: isolate;
  background: #eaf7ff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: transparent;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 78px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 76%);
  pointer-events: none;
}

.hero-bg-layer,
.hero-light-trails,
.hero-object-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg-layer {
  z-index: -3;
  background-image: url("./assets/hero/hero-abstract-bg.png");
  background-size: cover;
  background-position: center center;
  transform: translate3d(0, calc(var(--scroll-y, 0px) * 0.06), 0) scale(1.01);
  will-change: transform;
}

.hero-light-trails {
  z-index: -1;
  opacity: 0;
  transform: translate3d(calc(var(--scroll-y, 0px) * -0.05), calc(var(--scroll-y, 0px) * -0.025), 0);
  will-change: transform;
}

.hero-object-layer {
  z-index: 1;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translate3d(calc(var(--scroll-y, 0px) * 0.025), calc(var(--scroll-y, 0px) * 0.055), 0);
  will-change: transform;
}

.hero-object-layer img {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 302px;
  width: min(710px, 47vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 42px rgba(13, 55, 105, 0.12));
  transform: translateX(-18%);
}

@media (min-width: 961px) {
  .hero-bg-layer {
    background-position: center 58%;
  }

  .hero-object-layer img {
    bottom: 220px;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  min-height: calc(100vh - 245px);
  margin: 0 auto;
  padding: 28px 0 18px;
  display: flex;
  align-items: flex-start;
}

.hero-content {
  width: min(830px, 55vw);
  max-width: 830px;
  padding: 8px 0 26px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: 24px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 2px;
  background: var(--teal);
  transform: rotate(45deg);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  max-width: 1040px;
  font-size: clamp(44px, 5.9vw, 86px);
  color: #081b33;
  text-shadow: 0 12px 28px rgba(255, 255, 255, 0.52);
}

.company-name {
  display: block;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.08;
  white-space: nowrap;
}

.title-nowrap {
  display: block;
  white-space: nowrap;
  color: var(--blue);
  font-size: clamp(36px, 4.25vw, 64px);
}

h2 {
  font-size: clamp(30px, 4.4vw, 48px);
}

h3 {
  font-size: 21px;
}

.hero-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: #26384c;
  font-size: 20px;
  text-wrap: balance;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.86);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .button {
  min-height: 77px;
  padding: 19px 34px;
  font-size: 24px;
}

.mobile-hero-visual {
  display: none;
}

.proof-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof {
  min-height: 126px;
  padding: 18px;
  display: grid;
  grid-template-columns: 62px 1px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(209, 230, 246, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(9, 57, 112, 0.1), 0 0 28px rgba(54, 177, 255, 0.1);
  backdrop-filter: blur(12px);
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.proof:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(9, 57, 112, 0.16);
}

.proof strong {
  display: block;
  color: var(--blue-dark);
  font-size: 48px;
  line-height: 1.1;
}

.metric-value {
  font-size: 48px !important;
  font-weight: 900;
  letter-spacing: 0;
}

.proof .metric-value span,
.proof .metric-value {
  font-size: 48px !important;
  line-height: 1.1;
  color: var(--blue-dark);
}

.proof span {
  color: var(--muted);
  font-size: 14px;
}

.proof-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.proof-divider {
  width: 1px;
  height: 72px;
  background: #c9d8e8;
}

.proof-copy {
  min-width: 0;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
}

.proof .proof-copy .metric-value,
.proof .proof-copy .metric-value span {
  display: inline-block;
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 900;
  color: var(--blue-dark) !important;
  vertical-align: baseline;
}

.proof .proof-copy .metric-value {
  flex: 0 0 54px;
  min-height: 54px;
  margin: 0 0 8px;
  white-space: nowrap;
}

.proof .proof-copy > span:last-child {
  display: block;
  line-height: 1.55;
}

.hero-dynamic-icons {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--scroll-y, 0px) * 0.025), calc(var(--scroll-y, 0px) * 0.04), 0);
  will-change: transform;
}

.floating-icon {
  position: absolute;
  width: clamp(62px, 5.8vw, 96px);
  height: auto;
  opacity: 0.82;
  filter: drop-shadow(0 14px 22px rgba(20, 105, 180, 0.22));
  animation: floatIcon 6s ease-in-out infinite;
  will-change: transform;
}

.icon-seo {
  top: 12%;
  right: 36%;
  animation-delay: -0.8s;
}

.icon-meta {
  top: 13%;
  right: 25%;
  animation-delay: -2.2s;
}

.icon-google {
  top: 20%;
  right: 6%;
  width: clamp(78px, 7vw, 118px);
  animation-delay: -3.2s;
}

.icon-email {
  top: 28%;
  right: 13%;
  animation-delay: -1.6s;
}

.icon-leads {
  top: 35%;
  right: 3%;
  width: clamp(76px, 6.8vw, 112px);
  animation-delay: -4s;
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg) scale(1);
  }

  50% {
    transform: translate3d(7px, -13px, 0) rotate(1.4deg) scale(1.03);
  }
}

.hero-footer {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  min-height: 36px;
  margin: -52px auto 0;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 22px;
  align-items: center;
  color: #5e7fa3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero-footer span:not(:last-of-type)::after {
  content: "×";
  margin-left: 22px;
  color: #8ba7c3;
}

.hero-footer strong {
  color: #0d4f94;
  letter-spacing: 0.22em;
  justify-self: end;
}

main {
  background: #fff;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.section.alt {
  width: 100%;
  background: var(--soft);
}

.section.alt > .section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.intro-card,
.info-card,
.step,
.course-card,
.press-card,
.contact-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.course-content-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 76px 0;
  background:
    radial-gradient(circle at 8% 22%, rgba(52, 176, 235, 0.12) 0 58px, transparent 59px),
    radial-gradient(circle at 97% 8%, rgba(52, 176, 235, 0.15) 0 96px, transparent 97px),
    radial-gradient(circle at 99% 82%, rgba(52, 176, 235, 0.1) 0 78px, transparent 79px),
    linear-gradient(180deg, #ffffff 0%, #f1faff 100%);
}

.course-content-section .section-heading {
  width: min(920px, calc(100% - 32px));
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.course-content-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 66px);
  color: #081b33;
}

.course-content-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.course-content-section .section-heading p {
  max-width: 910px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.7;
  color: #3c4d67;
}

.course-feature-grid {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.course-feature-card {
  min-height: 276px;
  padding: 24px 26px 26px;
  border: 1px solid rgba(203, 227, 245, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(16, 74, 128, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  text-align: center;
  transform: translateY(0);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.course-feature-card img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  display: block;
  margin: -14px auto 8px;
  filter: drop-shadow(0 12px 20px rgba(28, 142, 218, 0.18));
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.34s ease;
  will-change: transform;
}

.course-feature-card:hover {
  border-color: rgba(63, 178, 241, 0.72);
  box-shadow: 0 24px 48px rgba(16, 104, 172, 0.16), 0 0 34px rgba(35, 199, 236, 0.15);
  transform: translateY(-8px);
}

.course-feature-card:hover img {
  filter: drop-shadow(0 20px 28px rgba(28, 142, 218, 0.3));
  transform: translate3d(0, -12px, 0) scale(1.08) rotate(-2deg);
}

.course-feature-card span {
  display: block;
  width: 42px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #21d3df, #0f8ded);
}

.course-feature-card h3 {
  color: var(--blue-dark);
  font-size: 28px;
}

.course-feature-card p {
  margin: 12px auto 0;
  max-width: 330px;
  color: #455772;
  font-size: 17px;
  line-height: 1.55;
}

.section-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.press-section {
  padding: 76px 0 88px;
  background:
    radial-gradient(circle at 94% 18%, rgba(52, 176, 235, 0.12) 0 118px, transparent 119px),
    radial-gradient(circle at 5% 80%, rgba(52, 176, 235, 0.08) 0 72px, transparent 73px),
    linear-gradient(180deg, #f6fbff 0%, #eef8ff 100%);
}

.press-section .section-inner {
  width: min(1320px, calc(100% - 48px));
}

.press-section .section-heading {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.press-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 66px);
  color: #081b33;
}

.press-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.press-section .section-heading p {
  max-width: 940px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.7;
  color: #3c4d67;
}

.press-card {
  max-width: none;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  border-color: rgba(203, 227, 245, 0.96);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(16, 74, 128, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.press-copy {
  min-width: 0;
}

.press-logo {
  min-width: 126px;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff7a00, #ff9e00);
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(255, 126, 0, 0.22);
  vertical-align: middle;
}

.press-card h3 {
  max-width: 760px;
  color: var(--blue-dark);
  font-size: clamp(32px, 2.8vw, 44px);
  line-height: 1.2;
}

.press-title-line {
  white-space: nowrap;
}

.press-card p {
  max-width: 670px;
  margin: 20px 0 26px;
  color: #455772;
  font-size: 19px;
  line-height: 1.65;
}

.press-card .button {
  min-height: 64px;
  padding: 16px 34px;
  font-size: 22px;
}

.press-image {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 74, 128, 0.14);
}

.testimonials-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 76px 0 88px;
  background:
    radial-gradient(circle at 6% 22%, rgba(52, 176, 235, 0.1) 0 86px, transparent 87px),
    radial-gradient(circle at 94% 12%, rgba(52, 176, 235, 0.14) 0 116px, transparent 117px),
    linear-gradient(180deg, #ffffff 0%, #f1faff 100%);
}

.testimonials-section .section-inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.testimonials-section .section-heading {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.testimonials-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 66px);
  color: #081b33;
}

.testimonials-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.testimonials-section .section-heading p {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.7;
  color: #3c4d67;
}

.testimonial-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-video-card {
  overflow: hidden;
  border: 1px solid rgba(203, 227, 245, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(16, 74, 128, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.testimonial-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071a33;
}

.testimonial-video-body {
  padding: 22px 24px 26px;
}

.testimonial-video-body h3 {
  color: #081b33;
  font-size: 28px;
}

.testimonial-video-body p {
  margin: 10px 0 0;
  color: #455772;
  font-size: 17px;
  line-height: 1.6;
}

.testimonial-gallery {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-photo {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(203, 227, 245, 0.96);
  border-radius: 8px;
  background: #eaf4ff;
  box-shadow: 0 18px 34px rgba(16, 74, 128, 0.1);
}

.testimonial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.34s ease, filter 0.34s ease;
}

.testimonial-photo:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.04);
}

.testimonial-photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(8, 27, 51, 0.78);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.brochure-section .section-heading {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.brochure-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 66px);
  color: #081b33;
}

.brochure-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.brochure-section .section-heading p {
  max-width: 860px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.7;
  color: #3c4d67;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.course-card {
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.06);
}

.course-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e7eef6;
}

.course-body {
  padding: 18px;
}

.course-body p {
  min-height: 78px;
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.course-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.course-links a {
  min-height: 54px;
  padding: 11px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.rttp-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 7% 14%, rgba(52, 176, 235, 0.12) 0 110px, transparent 111px),
    radial-gradient(circle at 93% 16%, rgba(52, 176, 235, 0.1) 0 126px, transparent 127px),
    linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
}

.rttp-section .section-heading {
  width: min(980px, calc(100% - 32px));
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.rttp-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 70px);
  color: #081b33;
}

.rttp-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.rttp-section .section-heading p {
  max-width: 860px;
  margin: 30px auto 0;
  color: #3c4d67;
  font-size: 20px;
  line-height: 1.7;
}

.funding-grid {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.funding-highlight {
  position: relative;
  overflow: hidden;
  min-height: 405px;
  padding: 38px 44px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 24%, rgba(38, 127, 226, 0.26), transparent 34%),
    linear-gradient(135deg, #061a32, #0b376f 64%, #041326);
  color: #fff;
  box-shadow: 0 24px 48px rgba(6, 33, 76, 0.2);
}

.funding-highlight::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 22%;
  height: 64%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(-8deg);
}

.funding-highlight span {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}

.funding-highlight span::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #38c7ff;
}

.funding-highlight img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 500px);
  margin: 22px 0 26px;
  filter: drop-shadow(0 14px 22px rgba(255, 194, 74, 0.18));
}

.funding-highlight p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.7;
}

.steps {
  display: grid;
  gap: 18px;
}

.step {
  display: grid;
  grid-template-columns: 74px 82px 1fr 24px;
  gap: 22px;
  align-items: center;
  padding: 26px 28px;
  border-color: rgba(203, 227, 245, 0.96);
  box-shadow: 0 18px 34px rgba(16, 74, 128, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.step-number {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.step-icon {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 10px 20px rgba(30, 123, 218, 0.14));
}

.step h3 {
  color: #081b33;
  font-size: 27px;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.step-arrow {
  color: #5e9df7;
  font-size: 42px;
  line-height: 1;
}

.apply-section {
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 0 0, rgba(52, 176, 235, 0.12) 0 140px, transparent 141px),
    radial-gradient(circle at 96% 94%, rgba(52, 176, 235, 0.1) 0 150px, transparent 151px),
    linear-gradient(180deg, #f7fcff 0%, #eef8ff 100%);
}

.apply-section .section-inner {
  width: min(1280px, calc(100% - 48px));
}

.apply-section .section-heading {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

.apply-section .section-heading h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(42px, 5vw, 66px);
  color: #081b33;
}

.apply-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d2df, #0b8eef);
  transform: translateX(-50%);
}

.apply-section .section-heading p {
  max-width: 860px;
  margin: 30px auto 0;
  color: #3c4d67;
  font-size: 20px;
  line-height: 1.7;
}

.apply-steps {
  display: grid;
  gap: 18px;
}

.apply-step {
  min-height: 132px;
  display: grid;
  grid-template-columns: 74px 96px 1px 1fr;
  gap: 26px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(203, 227, 245, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(16, 74, 128, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.apply-number {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.apply-icon {
  width: 88px;
  height: 88px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 12px 22px rgba(30, 123, 218, 0.16));
}

.apply-divider {
  width: 1px;
  height: 70px;
  background: #c8dff4;
}

.apply-step h3 {
  color: #081b33;
  font-size: 28px;
}

.apply-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.contact-band {
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(11, 94, 215, 0.1), rgba(16, 169, 154, 0.1)),
    #fff;
}

.contact-band p {
  margin: 10px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 34px 0;
  background: #081b33;
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

@media (max-width: 960px) {
  .hero-inner,
  .funding-grid,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(720px, calc(100% - 32px));
    min-height: auto;
    padding-top: 32px;
    display: flex;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0.72));
  }

  .hero-bg-layer {
    background-position: 62% center;
    opacity: 1;
  }

  .hero-object-layer {
    width: min(720px, calc(100% - 32px));
    opacity: 0.86;
  }

  .hero-object-layer img {
    left: 50%;
    right: auto;
    bottom: 280px;
    width: min(520px, 68vw);
    transform: translateX(-14%);
  }

  .hero-content {
    width: min(680px, 100%);
    padding-top: 120px;
  }

  .hero-dynamic-icons {
    width: min(720px, calc(100% - 32px));
  }

  .floating-icon {
    width: clamp(52px, 10vw, 76px);
    opacity: 0.68;
  }

  .icon-seo {
    top: 9%;
    right: 38%;
  }

  .icon-meta {
    top: 10%;
    right: 22%;
  }

  .icon-google {
    top: 16%;
    right: 2%;
  }

  .icon-email,
  .icon-leads {
    display: none;
  }

  .hero-footer {
    width: min(720px, calc(100% - 32px));
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 22px;
    letter-spacing: 0.16em;
  }

  .hero-footer span,
  .hero-footer strong {
    display: none;
  }

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

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

  .press-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .testimonial-video-grid,
  .testimonial-gallery {
    grid-template-columns: 1fr;
  }

  .funding-grid {
    width: min(720px, calc(100% - 32px));
  }
}

@media (max-width: 720px) {
  .nav {
    min-height: auto;
    padding: 10px 0;
    align-items: center;
  }

  .brand img {
    width: min(205px, 58vw);
  }

  .nav-links {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    width: min(680px, calc(100% - 28px));
    padding-top: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 18px;
    padding-bottom: 0;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
    margin-bottom: 14px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .company-name {
    font-size: clamp(16px, 4.52vw, 23px);
    line-height: 1.08;
    margin-bottom: 8px;
  }

  .title-nowrap {
    font-size: clamp(31px, 8.7vw, 48px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions {
    position: relative;
    z-index: 6;
    justify-content: center;
    margin-top: 24px;
  }

  .hero-actions .button {
    min-height: 68px;
    padding: 17px 24px;
    font-size: 22px;
  }

  .hero-dynamic-icons {
    display: none;
  }

  .hero-object-layer {
    display: none;
  }

  .mobile-hero-visual {
    position: relative;
    display: block;
    min-height: clamp(190px, 54vw, 255px);
    margin: 22px -6px 40px;
    pointer-events: none;
  }

  .mobile-hero-laptop {
    position: absolute;
    left: 50%;
    bottom: -20%;
    display: block;
    width: min(540px, 118vw);
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(13, 55, 105, 0.18));
    transform: translateX(-50%);
  }

  .mobile-floating-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: clamp(52px, 14vw, 74px);
    height: auto;
    filter: drop-shadow(0 12px 20px rgba(20, 105, 180, 0.22));
    animation: floatIcon 6s ease-in-out infinite;
  }

  .mobile-icon-seo {
    top: 6%;
    left: 5%;
    animation-delay: -0.8s;
  }

  .mobile-icon-meta {
    top: 0;
    left: 32%;
    animation-delay: -2.2s;
  }

  .mobile-icon-google {
    top: 4%;
    right: 5%;
    width: clamp(62px, 16vw, 86px);
    animation-delay: -3.2s;
  }

  .mobile-icon-email {
    top: 34%;
    left: 11%;
    animation-delay: -1.6s;
  }

  .mobile-icon-leads {
    top: 30%;
    right: 9%;
    width: clamp(58px, 15vw, 82px);
    animation-delay: -4s;
  }

  .proof-row {
    margin-top: 18px;
    gap: 10px;
  }

  .proof {
    min-height: auto;
    padding: 14px 16px;
    grid-template-columns: 52px 1px 1fr;
    gap: 12px;
  }

  .proof-icon {
    width: 52px;
    height: 52px;
  }

  .proof-divider {
    height: 58px;
  }

  .proof-row,
  .course-feature-grid,
  .course-grid {
    grid-template-columns: 1fr;
  }

  .course-content-section .section-heading h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .course-feature-card {
    min-height: auto;
    padding: 22px;
  }

  .press-section {
    padding: 62px 0;
  }

  .press-section .section-inner,
  .press-section .section-heading,
  .press-card {
    width: min(100% - 32px, 680px);
  }

  .press-card {
    padding: 24px;
  }

  .press-logo {
    min-width: 104px;
    min-height: 62px;
    font-size: 34px;
  }

  .press-card h3 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .press-title-line {
    white-space: normal;
  }

  .testimonials-section {
    padding: 62px 0;
  }

  .testimonials-section .section-inner,
  .testimonials-section .section-heading {
    width: min(100% - 32px, 680px);
  }

  .testimonials-section .section-heading h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .testimonial-video-body {
    padding: 20px;
  }

  .testimonial-photo {
    min-height: 240px;
  }

  .rttp-section {
    padding: 62px 0;
  }

  .rttp-section .section-heading h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .funding-highlight {
    min-height: auto;
    padding: 28px;
  }

  .step {
    grid-template-columns: 58px 58px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .step > div {
    min-width: 0;
  }

  .step-number {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .step-icon {
    width: 56px;
    height: 56px;
  }

  .step h3 {
    font-size: 23px;
  }

  .step p {
    font-size: 16px;
    line-height: 1.6;
  }

  .step-arrow {
    display: none;
  }

  .apply-section {
    padding: 62px 0;
  }

  .apply-section .section-inner {
    width: min(100% - 32px, 680px);
  }

  .apply-section .section-heading h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .apply-step {
    grid-template-columns: 58px 58px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .apply-number {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .apply-icon {
    width: 56px;
    height: 56px;
  }

  .apply-divider {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .contact-band {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .step {
    grid-template-columns: 50px 54px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 18px 16px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .step-icon {
    width: 52px;
    height: 52px;
  }

  .step > div {
    grid-column: 1 / -1;
  }

  .step h3 {
    font-size: 24px;
  }

  .step p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
