/* MedChifaGiz — Home / Landing
   Brand colors: green → teal → blue (existing platform palette) */

:root {
  --home-ink: #0b1b33;
  --home-muted: #3d4f6a;
  --home-green: #5fe85c;
  --home-teal: #3ecfc4;
  --home-blue: #3f4de0;
  --home-cream: #f3f7fb;
  --home-white: #ffffff;
  --home-line: rgba(11, 27, 51, 0.1);
  --home-radius: 18px;
  --home-font-display: "Fraunces", "Cairo", Georgia, serif;
  --home-font-ui: "Outfit", "Cairo", sans-serif;
  --home-font-ar: "Cairo", "Outfit", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.home-page {
  margin: 0;
  min-height: 100vh;
  color: var(--home-ink);
  font-family: var(--home-font-ui);
  background: var(--home-cream);
  overflow-x: hidden;
}

html[lang="ar"] body.home-page {
  font-family: var(--home-font-ar);
}

.home-page section > .home-section-head,
.home-page section > * {
  max-width: 100%;
}

/* Shared section heading */
.home-section-head {
  max-width: 640px;
  margin: 0 0 clamp(32px, 5vw, 52px);
}

.home-section-head h2 {
  margin: 0 0 12px;
  font-family: var(--home-font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--home-ink);
}

.home-section-head p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 52ch;
}

.home-section-head-light h2,
.home-section-head-light p {
  color: #fff;
}

.home-section-head-light p {
  color: rgba(255, 255, 255, 0.82);
}

/* ── Top bar ── */
.home-top {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(16px, 4vw, 40px);
  /* room for fixed AR/FR switcher */
  padding-inline-end: 130px;
}

.home-brand-mark img {
  width: 44px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(11, 27, 51, 0.18));
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-nav a {
  text-decoration: none;
  color: var(--home-ink);
  font-weight: 600;
  font-size: 0.92rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.home-nav a:hover { opacity: 1; }

.home-nav-login {
  padding: 8px 14px;
  border: 1.5px solid rgba(11, 27, 51, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
}

/* Mobile nav toggle (hidden on desktop) */
.home-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 31;
}

.home-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--home-ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.home-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.home-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero: one composition, full bleed ── */
.home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  padding:
    clamp(96px, 14vh, 140px)
    clamp(16px, 5vw, 56px)
    clamp(40px, 8vh, 72px);
  overflow: hidden;
  color: #fff;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(165deg, #6ff36b 0%, #4ecdc4 42%, #4a55ec 100%);
}

.home-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, #000 20%, transparent 75%);
  opacity: 0.55;
  animation: homeGridDrift 18s linear infinite;
}

.home-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  animation: homeOrbFloat 10s ease-in-out infinite;
}

.home-hero-orb-a {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  background: rgba(255, 255, 255, 0.35);
  top: -8%;
  inset-inline-start: -6%;
}

.home-hero-orb-b {
  width: min(55vw, 480px);
  height: min(55vw, 480px);
  background: rgba(15, 23, 42, 0.22);
  bottom: -18%;
  inset-inline-end: -10%;
  animation-delay: -4s;
}

.home-hero-visual {
  position: absolute;
  width: min(52vw, 520px);
  max-width: 90%;
  inset-inline-end: clamp(-20px, 2vw, 40px);
  top: 50%;
  transform: translateY(-46%);
  opacity: 0.22;
  filter: drop-shadow(0 30px 50px rgba(11, 27, 51, 0.25));
  animation: homeLogoIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
  user-select: none;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  animation: homeCopyIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.home-brand {
  margin: 0 0 14px;
  font-family: var(--home-font-display);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-shadow: 0 10px 30px rgba(11, 27, 51, 0.22);
}

.home-brand span {
  font-weight: 600;
  opacity: 0.92;
}

.home-hero h1 {
  margin: 0 0 14px;
  font-family: var(--home-font-display);
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  max-width: 18ch;
  text-shadow: 0 6px 20px rgba(11, 27, 51, 0.18);
}

.home-lead {
  margin: 0 0 28px;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.65;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.home-btn:hover { transform: translateY(-2px); }

.home-btn-primary {
  background: #0b1b33;
  color: #fff;
}

.home-btn-primary:hover { background: #152842; }

.home-btn-ghost {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.home-btn-ghost:hover { background: rgba(255, 255, 255, 0.34); }

.home-btn-outline {
  background: transparent;
  color: var(--home-ink);
  border: 1.5px solid rgba(11, 27, 51, 0.25);
}

.home-btn-outline:hover { background: rgba(11, 27, 51, 0.06); }

.home-scroll-hint {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.home-scroll-hint:hover { color: #fff; }

/* ── Value proposition ── */
.home-value {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  background: var(--home-cream);
}

.home-value-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.home-value-grid li {
  padding-top: 18px;
  border-top: 2px solid var(--home-line);
}

.home-value-mark {
  display: block;
  font-family: var(--home-font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--home-teal);
  margin-bottom: 10px;
}

.home-value-grid h3 {
  margin: 0 0 8px;
  font-family: var(--home-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-value-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ── Fonctionnalités ── */
.home-features {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  background: #f7fafc;
}

.home-feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-feature-grid li {
  padding: 26px 24px;
  background: #fff;
  border-radius: var(--home-radius);
  border: 1px solid var(--home-line);
}

.home-feature-grid i {
  font-size: 1.3rem;
  color: var(--home-blue);
  margin-bottom: 14px;
  display: block;
}

.home-feature-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-feature-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ── AI section ── */
.home-ai {
  position: relative;
  padding: clamp(56px, 10vh, 96px) clamp(16px, 5vw, 56px);
  background: linear-gradient(160deg, #0b1b33 0%, #142c52 55%, #1a3a6b 100%);
  overflow: hidden;
}

.home-ai-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-ai-glow {
  position: absolute;
  width: 60vw;
  max-width: 620px;
  height: 60vw;
  max-height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 232, 92, 0.28), rgba(63, 77, 224, 0.12) 60%, transparent 72%);
  filter: blur(20px);
  top: -10%;
  inset-inline-end: -10%;
}

.home-ai-inner {
  position: relative;
  z-index: 1;
}

.home-ai-grid {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-ai-grid li {
  padding: 24px 22px;
  border-radius: var(--home-radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.home-ai-grid i {
  font-size: 1.25rem;
  color: var(--home-green);
  margin-bottom: 12px;
  display: block;
}

.home-ai-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.home-ai-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-ai-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  max-width: 60ch;
}

/* ── Comment ça marche ── */
.home-steps {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  background: var(--home-cream);
}

.home-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.home-steps-list li {
  padding-inline-start: 0;
}

.home-step-num {
  display: block;
  font-family: var(--home-font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--home-blue);
  margin-bottom: 10px;
}

.home-steps-list h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  color: var(--home-ink);
  line-height: 1.5;
}

.home-steps-track-pro {
  margin-top: clamp(40px, 6vh, 64px);
  padding-top: clamp(28px, 5vh, 44px);
  border-top: 1px solid var(--home-line);
}

.home-steps-subtitle {
  margin: 0 0 24px;
  font-family: var(--home-font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--home-ink);
}

.home-steps-note {
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 0.86rem;
  line-height: 1.6;
  max-width: 62ch;
}

/* ── Roles section ── */
.home-roles {
  padding: clamp(56px, 10vh, 96px) clamp(16px, 5vw, 56px);
  background:
    radial-gradient(ellipse 60% 50% at 10% 0%, rgba(62, 207, 196, 0.12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(95, 232, 92, 0.1), transparent 55%),
    #f7fafc;
}

.home-role-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-role-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 14px;
  border: 1px solid var(--home-line);
  animation: homeRoleIn 0.6s ease both;
}

.home-role-grid li:nth-child(2) { animation-delay: 0.04s; }
.home-role-grid li:nth-child(3) { animation-delay: 0.08s; }
.home-role-grid li:nth-child(4) { animation-delay: 0.12s; }
.home-role-grid li:nth-child(5) { animation-delay: 0.16s; }
.home-role-grid li:nth-child(6) { animation-delay: 0.2s; }
.home-role-grid li:nth-child(7) { animation-delay: 0.24s; }
.home-role-grid li:nth-child(8) { animation-delay: 0.28s; }

.home-role-grid i {
  color: var(--home-blue);
  font-size: 1.1rem;
  margin-top: 3px;
}

.home-role-grid h3 {
  margin: 0 0 4px;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-role-grid p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--home-muted);
  line-height: 1.5;
}

/* ── Solidarité ── */
.home-solidarity {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  background: var(--home-cream);
}

.home-solidarity-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.home-solidarity-grid li {
  padding: 30px 26px;
  border-radius: var(--home-radius);
  background: linear-gradient(160deg, rgba(95, 232, 92, 0.1), rgba(63, 77, 224, 0.08));
  border: 1px solid var(--home-line);
}

.home-solidarity-icon {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.home-solidarity-grid h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-solidarity-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ── Contact / Collaboration ── */
.home-contact {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  background: #f7fafc;
}

.home-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
  font-weight: 650;
  font-size: 0.95rem;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.home-contact-list a:hover {
  transform: translateY(-2px);
  border-color: var(--home-blue);
}

.home-contact-list i {
  color: var(--home-blue);
}

/* ── Final CTA ── */
.home-final-cta {
  padding: clamp(56px, 9vh, 88px) clamp(16px, 5vw, 56px);
  text-align: center;
  background: linear-gradient(150deg, #6ff36b 0%, #4ecdc4 55%, #4a55ec 100%);
  color: #fff;
}

.home-final-cta h2 {
  margin: 0 0 26px;
  font-family: var(--home-font-display);
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  font-weight: 700;
  max-width: 26ch;
  margin-inline: auto;
}

.home-final-cta .home-cta {
  justify-content: center;
}

.home-final-cta .home-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.home-final-cta .home-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ── Footer ── */
.home-foot {
  padding: clamp(40px, 6vh, 60px) clamp(16px, 5vw, 56px) 0;
  background: #0b1b33;
  color: rgba(255, 255, 255, 0.72);
}

.home-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-foot-logo {
  margin: 0 0 10px;
  font-family: var(--home-font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.home-foot-logo span {
  opacity: 0.85;
}

.home-foot-brand p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.62);
}

.home-foot-col h4 {
  margin: 0 0 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.home-foot-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-foot-col a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.88rem;
}

.home-foot-col a:hover { color: #fff; }

.home-foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  font-size: 0.85rem;
}

.home-foot-bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.home-foot-bottom a:hover { text-decoration: underline; }

/* Lang switcher — fallback floating position (only used if no header slot is found) */
body.home-page .mcg-lang-switch {
  position: fixed;
  top: 18px;
  inset-inline-end: 16px;
  z-index: 32;
}

/* Lang switcher — integrated into the header navigation (primary placement here) */
.home-nav-lang-slot {
  display: inline-flex;
  align-items: center;
}

.home-nav .mcg-lang-switch {
  position: static !important;
  top: auto !important;
  inset-inline-end: auto !important;
  z-index: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 10px;
  background: rgba(11, 27, 51, 0.06);
  border: 1px solid rgba(11, 27, 51, 0.14);
}

.home-nav .mcg-lang-btn {
  border: none;
  background: transparent;
  color: var(--home-ink);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  padding: 6px 10px;
  border-radius: 7px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-nav .mcg-lang-btn:hover { opacity: 1; }

.home-nav .mcg-lang-btn.is-active {
  opacity: 1;
  background: #fff;
  color: var(--home-blue);
  box-shadow: 0 2px 6px rgba(11, 27, 51, 0.14);
}

/* ── Motion ── */
@keyframes homeCopyIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes homeLogoIn {
  from { opacity: 0; transform: translateY(-40%) scale(0.92); }
  to { opacity: 0.22; transform: translateY(-46%) scale(1); }
}

@keyframes homeOrbFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(18px, -22px); }
}

@keyframes homeGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px; }
}

@keyframes homeRoleIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .home-value-grid,
  .home-feature-grid,
  .home-ai-grid,
  .home-steps-list,
  .home-role-grid,
  .home-solidarity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .home-top {
    padding-inline-end: clamp(16px, 4vw, 40px);
  }

  .home-nav-toggle {
    display: inline-flex;
  }

  .home-nav {
    position: fixed;
    inset-inline: 16px;
    top: 72px;
    z-index: 29;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 27, 51, 0.2);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .home-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .home-nav a {
    padding: 10px 8px;
    opacity: 1;
  }

  .home-nav-login {
    text-align: center;
    margin-top: 4px;
  }

  .home-nav-lang-slot {
    justify-content: center;
    padding: 6px 0;
  }

  .home-nav .mcg-lang-switch {
    width: 100%;
    justify-content: center;
  }

  .home-hero {
    align-items: center;
    text-align: center;
  }

  .home-hero-copy {
    margin-inline: auto;
  }

  .home-hero h1,
  .home-lead {
    max-width: none;
    margin-inline: auto;
  }

  .home-cta {
    justify-content: center;
  }

  .home-scroll-hint {
    display: block;
  }

  .home-hero-visual {
    opacity: 0.12;
    width: min(70vw, 320px);
    top: 28%;
  }

  .home-section-head {
    text-align: center;
    margin-inline: auto;
  }

  .home-section-head p {
    margin-inline: auto;
  }

  .home-value-grid,
  .home-feature-grid,
  .home-ai-grid,
  .home-steps-list,
  .home-role-grid,
  .home-solidarity-grid {
    grid-template-columns: 1fr;
  }

  .home-role-grid li {
    text-align: start;
  }

  .home-contact-list {
    justify-content: center;
  }

  .home-final-cta .home-cta {
    justify-content: center;
  }

  .home-foot-grid {
    grid-template-columns: 1fr;
  }

  .home-foot-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-copy,
  .home-hero-visual,
  .home-hero-orb,
  .home-hero-grid,
  .home-role-grid li {
    animation: none !important;
  }
}
