/* Edu2Future homepage — bright global education direction */

.home-page {
  --home-blue: #29439b;
  --home-blue-dark: #17265e;
  --home-blue-soft: #eef1ff;
  --home-gold: #ffbd18;
  --home-gold-soft: #fff3c7;
  --home-ink: #172044;
  --home-copy: #5d6684;
  --home-line: #dfe4f3;
  --home-bg: #fbfcff;
  background: var(--home-bg);
  color: var(--home-ink);
}

.home-page main { overflow: hidden; }
.home-page .topbar { background: var(--home-blue-dark); }
.home-page .topbar-mark,
.home-page .topbar-contact a:hover { color: var(--home-gold); }
.home-page .navbar { border-bottom-color: rgba(41, 67, 155, .09); }
.home-page .nav-link::after { background: var(--home-gold); }
.home-page .navbar-actions .btn-primary { background: var(--home-blue); border-color: var(--home-blue); }
.home-page .navbar-actions .btn-secondary { color: var(--home-blue); border-color: rgba(41, 67, 155, .3); }

.home-shell {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.home-hero { padding: clamp(28px, 5vw, 70px) 0 clamp(72px, 9vw, 116px); background: #fff; }
.home-hero .home-shell {
  width: min(100% - clamp(40px, 5vw, 96px), 1560px);
}
.home-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 690px;
  padding: clamp(50px, 6vw, 82px) clamp(30px, 5vw, 72px) 118px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 83% 12%, rgba(255, 189, 24, .16), transparent 25%),
    linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
  overflow: hidden;
}
.home-hero-copy { position: relative; z-index: 3; align-self: center; padding-right: clamp(10px, 3vw, 42px); }
.home-hero-copy > .home-kicker { animation: home-fade-up .7s cubic-bezier(.16,1,.3,1) .08s both; }
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--home-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.home-kicker-icon { color: var(--home-gold); font-size: 1rem; }
.home-kicker.is-light { color: #cdd6ff; }
.home-hero h1,
.home-section h2,
.home-final h2 {
  margin: 0;
  color: var(--home-ink);
  font-weight: 800;
  letter-spacing: -.045em;
}
.home-hero h1 { max-width: 620px; font-size: clamp(3.2rem, 6.2vw, 5.75rem); line-height: .98; }
.home-hero h1 { animation: home-fade-up .85s cubic-bezier(.16,1,.3,1) .16s both; }
.home-hero h1 span { position: relative; z-index: 1; color: var(--home-blue); white-space: nowrap; }
.home-hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.05em;
  bottom: .04em;
  left: -.04em;
  height: .25em;
  background: var(--home-gold);
  transform: rotate(-1.5deg);
  transform-origin: left center;
  border-radius: 3px;
  animation: home-underline .8s cubic-bezier(.16,1,.3,1) .78s both;
}
.home-hero-copy > p { max-width: 570px; margin: 30px 0 0; color: var(--home-copy); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.75; }
.home-hero-copy > p { animation: home-fade-up .75s cubic-bezier(.16,1,.3,1) .32s both; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 34px; }
.home-hero-copy > .home-actions { animation: home-fade-up .75s cubic-bezier(.16,1,.3,1) .43s both; }
.home-actions.is-centered { justify-content: center; }
.home-btn {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.home-btn:hover { transform: translateY(-2px); }
.home-btn > span:last-child { transition: transform .22s ease; }
.home-btn:hover > span:last-child { transform: translateX(4px); }
.home-btn-primary { background: var(--home-blue); color: #fff; box-shadow: 0 14px 28px rgba(41, 67, 155, .22); }
.home-btn-primary:hover { background: var(--home-blue-dark); color: #fff; box-shadow: 0 18px 32px rgba(41, 67, 155, .29); }
.home-btn-text { padding-inline: 7px; color: var(--home-ink); }
.home-btn-text:hover { color: var(--home-blue); }
.home-btn-outline { border-color: rgba(41, 67, 155, .28); color: var(--home-blue); background: #fff; }
.home-btn-outline:hover { border-color: var(--home-blue); color: var(--home-blue-dark); }
.home-btn-light { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.08); }
.home-btn-light:hover { background: #fff; color: var(--home-blue); }
.home-btn-gold { background: var(--home-gold); color: var(--home-ink); box-shadow: 0 13px 26px rgba(255, 189, 24, .22); }
.home-btn-gold:hover { background: #ffd15c; color: var(--home-ink); }
.home-play { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: var(--home-blue); box-shadow: 0 7px 18px rgba(27, 41, 88, .13); font-size: .7rem; padding-left: 2px; }
.home-btn-text:hover .home-play { animation: home-play-pulse .7s ease; }

.home-proof { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.home-proof { animation: home-fade-up .75s cubic-bezier(.16,1,.3,1) .54s both; }
.home-proof-avatars { display: flex; padding-left: 8px; }
.home-proof-avatars span { display: grid; width: 38px; height: 38px; margin-left: -8px; place-items: center; border: 3px solid #f2f4ff; border-radius: 50%; background: var(--home-blue); color: #fff; font-size: .62rem; font-weight: 800; }
.home-proof-avatars span:nth-child(2) { background: #6e80c4; }
.home-proof-avatars span:nth-child(3) { background: #ef9d19; }
.home-proof-avatars span:last-child { background: #fff; color: var(--home-blue); }
.home-proof p { margin: 0; color: var(--home-copy); font-size: .78rem; line-height: 1.5; }
.home-proof strong { color: var(--home-ink); font-size: .86rem; }

.home-hero-visual { position: relative; z-index: 2; display: flex; align-items: center; }
.home-hero-visual { animation: home-image-reveal 1.05s cubic-bezier(.16,1,.3,1) .18s both; }
.home-hero-image-wrap { position: relative; width: 100%; border: 10px solid rgba(255,255,255,.65); border-radius: 50% 50% 25% 25% / 36% 36% 18% 18%; box-shadow: 0 30px 65px rgba(39, 53, 107, .18); overflow: hidden; }
.home-hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(20,33,78,.25)); pointer-events: none; }
.home-hero-image-wrap img { display: block; width: 100%; aspect-ratio: 1 / .94; object-fit: cover; object-position: 51% center; }
.home-hero-image-wrap img { animation: home-image-breathe 14s ease-in-out 1.3s infinite alternate; }
.hero-image-label { position: absolute; z-index: 2; right: 22px; bottom: 20px; display: flex; flex-direction: column; padding: 12px 17px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--home-ink); box-shadow: 0 10px 28px rgba(23,32,68,.15); backdrop-filter: blur(8px); }
.hero-image-label { animation: home-label-in .7s cubic-bezier(.16,1,.3,1) .9s both; }
.hero-image-label b { font-size: .8rem; }
.hero-image-label small { color: var(--home-copy); font-size: .7rem; margin-top: 2px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(41,67,155,.12); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 600px; height: 600px; right: -130px; top: -135px; }
.hero-orbit-two { width: 450px; height: 450px; right: -52px; top: -60px; border-width: 44px; border-color: rgba(255,255,255,.35); }
.hero-orbit-one { animation: home-orbit 28s linear infinite; }
.hero-orbit-two { animation: home-orbit-reverse 34s linear infinite; }
.home-metrics { position: absolute; z-index: 4; right: clamp(30px, 5vw, 72px); bottom: 0; left: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 20px; border-radius: 26px 26px 0 0; background: var(--home-blue); color: #fff; box-shadow: 0 18px 44px rgba(41,67,155,.22); }
.home-metrics { animation: home-metrics-in .85s cubic-bezier(.16,1,.3,1) .62s both; }
.home-metrics div { display: flex; min-width: 0; padding: 0 26px; flex-direction: column; gap: 5px; border-right: 1px solid rgba(255,255,255,.17); }
.home-metrics div:last-child { border: 0; }
.home-metrics strong { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1; }
.home-metrics span { color: #dce2ff; font-size: .72rem; font-weight: 600; }

/* Official ICEF Agency Status badge. The vendor script injects the linked
   image and sets an inline width, so the responsive override is intentional. */
.home-metrics .home-metric-icef {
  display: flex;
  padding-block: 4px;
  align-items: center;
  justify-content: center;
}
#iasBadge {
  position: relative;
  display: grid;
  width: 60px;
  min-width: 60px;
  min-height: 70px;
  place-items: center;
  line-height: 0;
}
#iasBadge:empty::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, .24);
  border-top-color: var(--home-gold);
  border-radius: 50%;
  animation: home-badge-loading .8s linear infinite;
}
#iasBadge a {
  display: block;
  border-radius: 9px;
  line-height: 0;
}
#iasBadge img {
  display: block;
  width: auto !important;
  max-width: none;
  height: 70px !important;
  filter: drop-shadow(0 7px 12px rgba(6, 14, 48, .26));
  transition: transform .22s ease, filter .22s ease;
}
#iasBadge a:hover img {
  transform: translateY(-2px) scale(1.035);
  filter: drop-shadow(0 10px 16px rgba(6, 14, 48, .34));
}

.home-section { padding: clamp(76px, 9vw, 118px) 0; }
.home-section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: clamp(38px, 5vw, 58px); }
.home-section-head h2,
.home-why h2,
.home-partners h2 { font-size: clamp(2.35rem, 4.6vw, 4.25rem); line-height: 1.04; }
.home-section-head > p { max-width: 520px; margin: 0; color: var(--home-copy); line-height: 1.75; }
.home-section-head.is-centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.home-section-head.is-centered > p { margin: 20px auto 0; }

.home-audiences { background: #fff; }
.home-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-audience-card { position: relative; display: flex; min-height: 390px; padding: 34px; flex-direction: column; border: 1px solid var(--home-line); border-radius: 24px; background: var(--home-bg); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.home-audience-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 25px 55px rgba(34,49,100,.12); }
.home-audience-card.is-featured { background: var(--home-blue); border-color: var(--home-blue); color: #fff; }
.home-card-number { position: absolute; top: 25px; right: 28px; color: #c3cae1; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.is-featured .home-card-number { color: #95a5e2; }
.home-card-icon { display: grid; width: 62px; height: 62px; margin-bottom: 45px; place-items: center; border-radius: 18px; background: var(--home-blue-soft); color: var(--home-blue); }
.is-featured .home-card-icon { background: rgba(255,255,255,.12); color: var(--home-gold); }
.home-card-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.home-audience-card h3 { margin: 0 0 14px; color: var(--home-ink); font-size: 1.42rem; }
.home-audience-card.is-featured h3 { color: #fff; }
.home-audience-card p { margin: 0; color: var(--home-copy); line-height: 1.7; }
.home-audience-card.is-featured p { color: #dce2ff; }
.home-audience-card a { display: flex; margin-top: auto; padding-top: 28px; justify-content: space-between; align-items: center; color: var(--home-blue); font-weight: 750; }
.home-audience-card.is-featured a { color: var(--home-gold); }

.home-destinations { background: var(--home-blue-dark); }
.home-dest-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.home-dest-copy h2,
.home-partners h2 { color: #fff; }
.home-dest-copy h2 { font-size: clamp(2.45rem, 4.6vw, 4.2rem); line-height: 1.04; }
.home-dest-copy p { margin: 24px 0 32px; color: #bec8ea; line-height: 1.75; }
.home-dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.home-dest-grid a { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 3px 15px; min-height: 128px; padding: 24px; align-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.055); color: #fff; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.home-dest-grid a:hover { transform: translateY(-4px); border-color: rgba(255,189,24,.48); background: rgba(255,255,255,.1); }
.home-dest-grid a > span { grid-row: span 2; font-size: 2rem; }
.home-dest-grid strong { font-size: 1rem; align-self: end; }
.home-dest-grid small { color: #aeb9df; font-size: .72rem; align-self: start; }

.home-programs { background: #f4f6fc; }
.home-program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-program-card { position: relative; min-height: 320px; padding: 30px; border: 1px solid var(--home-line); border-radius: 22px; background: #fff; color: var(--home-ink); transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease; }
.home-program-card:hover { transform: translateY(-7px); background: var(--home-blue); color: #fff; box-shadow: 0 24px 48px rgba(41,67,155,.2); }
.home-program-card > span { display: inline-grid; width: 45px; height: 45px; margin-bottom: 48px; place-items: center; border-radius: 50%; background: var(--home-gold-soft); color: #9b6a00; font-size: .7rem; font-weight: 800; }
.home-program-card h3 { margin: 0 0 13px; color: inherit; font-size: 1.22rem; }
.home-program-card p { margin: 0; color: var(--home-copy); font-size: .9rem; line-height: 1.65; }
.home-program-card:hover p { color: #dce2ff; }
.home-program-card b { position: absolute; bottom: 28px; color: var(--home-blue); font-size: .82rem; }
.home-program-card:hover b { color: var(--home-gold); }
.home-centered-action { margin-top: 36px; text-align: center; }

.home-why { background: #fff; }
.home-why-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.home-why h2 span { color: var(--home-blue); }
.home-why-intro > p { max-width: 535px; margin: 26px 0 32px; color: var(--home-copy); line-height: 1.8; }
.home-why-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.home-why-list article { min-height: 190px; padding: 26px; border: 1px solid var(--home-line); border-radius: 20px; background: var(--home-bg); }
.home-why-list article > span { display: grid; width: 38px; height: 38px; margin-bottom: 26px; place-items: center; border-radius: 50%; background: var(--home-gold); color: var(--home-ink); font-weight: 900; }
.home-why-list h3 { margin: 0 0 8px; color: var(--home-ink); font-size: 1rem; }
.home-why-list p { margin: 0; color: var(--home-copy); font-size: .84rem; line-height: 1.6; }

.home-partners { padding-top: 0; background: #fff; }
.home-partner-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: clamp(45px, 6vw, 78px); border-radius: 30px; background: var(--home-blue); overflow: hidden; }
.home-partner-card p { max-width: 680px; margin: 23px 0 0; color: #d6ddfa; line-height: 1.75; }
.home-partner-actions { display: flex; flex-direction: column; gap: 12px; min-width: 200px; }

.home-stories { background: #f4f6fc; }
.home-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-story-card { position: relative; min-width: 0; margin: 0; border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(34,49,100,.08); overflow: hidden; }
.home-story-card video,
.home-story-card img { display: block; width: 100%; height: 480px; object-fit: cover; background: #0d1532; }
.home-story-card.is-message img { object-position: top; }
.home-story-card figcaption { display: flex; padding: 20px 22px; justify-content: space-between; gap: 12px; color: var(--home-ink); font-size: .86rem; font-weight: 750; }
.home-story-card figcaption span { color: var(--home-blue); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.home-tmedia-play { position: absolute; z-index: 2; top: 210px; left: 50%; display: grid; width: 62px; height: 62px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--home-gold); color: var(--home-ink); box-shadow: 0 13px 28px rgba(0,0,0,.2); cursor: pointer; transform: translateX(-50%); transition: transform .25s ease, opacity .25s ease; }
.home-tmedia-play:hover { transform: translateX(-50%) scale(1.08); }
.home-tmedia-play svg { width: 24px; height: 24px; fill: currentColor; }
.home-story-card.is-playing .home-tmedia-play { opacity: 0; pointer-events: none; }

.home-final { padding: clamp(88px, 10vw, 130px) 0; background: #fff; text-align: center; }
.home-final-inner { max-width: 850px; margin-inline: auto; }
.home-final h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.03; }
.home-final p { margin: 25px auto 0; color: var(--home-copy); font-size: 1.05rem; line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(30px); filter: blur(3px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1), filter .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.visible { filter: none; }
.reveal-children > * { opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.reveal-children.visible > * { opacity: 1; transform: none; }
.reveal-children.visible > *:nth-child(2) { transition-delay: .08s; }
.reveal-children.visible > *:nth-child(3) { transition-delay: .16s; }
.reveal-children.visible > *:nth-child(4) { transition-delay: .24s; }
.reveal-children.visible > *:nth-child(5) { transition-delay: .32s; }
.reveal-children.visible > *:nth-child(6) { transition-delay: .4s; }

@keyframes home-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes home-image-reveal {
  from { opacity: 0; transform: translateX(34px) scale(.96); clip-path: inset(0 0 100% 0 round 46% 46% 25% 25%); }
  to { opacity: 1; transform: none; clip-path: inset(0 0 0 0 round 46% 46% 25% 25%); }
}
@keyframes home-underline {
  from { transform: rotate(-1.5deg) scaleX(0); }
  to { transform: rotate(-1.5deg) scaleX(1); }
}
@keyframes home-metrics-in {
  from { opacity: 0; transform: translateY(38px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes home-badge-loading {
  to { transform: rotate(360deg); }
}
@keyframes home-label-in {
  from { opacity: 0; transform: translateY(16px) scale(.94); }
  to { opacity: 1; transform: none; }
}
@keyframes home-image-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}
@keyframes home-orbit {
  to { transform: rotate(360deg); }
}
@keyframes home-orbit-reverse {
  to { transform: rotate(-360deg); }
}
@keyframes home-play-pulse {
  0%, 100% { box-shadow: 0 7px 18px rgba(27, 41, 88, .13); }
  50% { box-shadow: 0 7px 18px rgba(27, 41, 88, .13), 0 0 0 8px rgba(41,67,155,.1); }
}

@media (max-width: 1024px) {
  .home-hero-card { min-height: 590px; padding-inline: 38px; }
  .home-hero h1 { font-size: clamp(3rem, 6vw, 4.5rem); }
  .home-proof { display: none; }
  .home-metrics { right: 38px; left: 38px; }
  .home-metrics div { padding-inline: 15px; }
  .home-program-grid { grid-template-columns: repeat(2, 1fr); }
  .home-program-card { min-height: 290px; }
  .home-dest-layout,
  .home-why-layout { grid-template-columns: 1fr; }
  .home-dest-copy { max-width: 680px; }
  .home-why-intro { max-width: 720px; }
}

@media (max-width: 780px) {
  .home-shell { width: min(100% - 28px, 1240px); }
  .home-hero { padding-top: 14px; }
  .home-hero-card { display: flex; min-height: 0; padding: 46px 22px 0; flex-direction: column; border-radius: 25px; }
  .home-hero-copy { padding: 0 4px; }
  .home-hero h1 { font-size: clamp(2.85rem, 13vw, 4.25rem); }
  .home-hero-copy > p { margin-top: 24px; }
  .home-actions { align-items: stretch; }
  .home-hero-copy .home-btn { width: 100%; }
  .home-btn-text { justify-content: center; }
  .home-hero-visual { margin-top: 42px; }
  .home-hero-image-wrap { border-width: 7px; border-radius: 46% 46% 16px 16px / 28% 28% 16px 16px; }
  .home-hero-image-wrap img { aspect-ratio: 1 / .86; }
  .home-metrics { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: repeat(2, 1fr); margin: 0 -22px; border-radius: 0; }
  .home-metrics div { padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .home-metrics div:nth-child(2) { border-right: 0; }
  .home-metrics .home-metric-icef { padding: 8px 14px; }
  #iasBadge { width: 52px; min-width: 52px; min-height: 61px; }
  #iasBadge img { width: auto !important; height: 61px !important; }
  .home-section-head { display: block; }
  .home-section-head > p { margin-top: 22px; }
  .home-audience-grid,
  .home-story-grid { grid-template-columns: 1fr; }
  .home-audience-card { min-height: 340px; }
  .home-dest-grid { grid-template-columns: 1fr; }
  .home-partner-card { grid-template-columns: 1fr; align-items: start; padding: 40px 25px; }
  .home-partner-actions { flex-direction: row; flex-wrap: wrap; }
  .home-story-card video,
  .home-story-card img { height: min(128vw, 580px); }
  .home-tmedia-play { top: calc(50% - 52px); }
}

@media (max-width: 520px) {
  .home-section { padding: 72px 0; }
  .home-section-head h2,
  .home-why h2,
  .home-partners h2 { font-size: 2.45rem; }
  .home-program-grid,
  .home-why-list { grid-template-columns: 1fr; }
  .home-program-card { min-height: 280px; }
  .home-partner-actions .home-btn { width: 100%; }
  .home-final h2 br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-copy > .home-kicker,
  .home-hero h1,
  .home-hero h1 span::after,
  .home-hero-copy > p,
  .home-hero-copy > .home-actions,
  .home-proof,
  .home-hero-visual,
  .home-hero-image-wrap img,
  .hero-image-label,
  .hero-orbit,
  .home-metrics {
    animation: none;
  }
  #iasBadge:empty::after { animation: none; }
  #iasBadge img { transition: none; }
  .reveal,
  .reveal-children > * { opacity: 1; transform: none; filter: none; transition: none; }
  .home-btn,
  .home-audience-card,
  .home-program-card,
  .home-dest-grid a { transition: none; }
}
