:root {
  --pink: #f00057;
  --pink-dark: #bd0043;
  --black: #09090c;
  --ink: #17171b;
  --muted: #666671;
  --line: #e7e7ec;
  --soft: #f7f7f9;
  --white: #ffffff;
  --gray: #666671;
  --pink-soft: #fff0f5;
  --lime: #f2e9ee;
  --sky: #d9dce4;
  --shadow: 0 26px 76px rgba(12, 12, 16, .10);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

em {
  color: var(--pink);
  font-style: normal;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: height .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.scrolled {
  height: 70px;
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 180px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav > a {
  position: relative;
  color: #494951;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transition: right .2s ease;
}

.main-nav > a:hover::after,
.main-nav > a.active::after {
  right: 0;
}

.main-nav > a.active {
  color: var(--black);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--black);
  transition: transform .2s ease;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 3px;
  box-shadow: 0 14px 30px rgba(240, 0, 87, .16);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover {
  background: var(--pink-dark);
  border-color: var(--pink-dark);
  box-shadow: 0 18px 42px rgba(240, 0, 87, .22);
  transform: translateY(-3px);
}

.button-light {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button-light:hover {
  color: var(--white);
  background: transparent;
  border-color: var(--white);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  color: var(--white) !important;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link span {
  color: var(--pink);
  font-size: 1.2rem;
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #55555e;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--pink);
}

.eyebrow-light {
  color: rgba(255, 255, 255, .72);
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 74px 0 28px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 25%, rgba(240, 0, 87, .08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #fff5f8 100%);
}

.home-hero::after {
  content: "x10";
  position: absolute;
  right: -3rem;
  bottom: 4rem;
  color: transparent;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 12rem;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(240, 0, 87, .12);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 64px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.method-copy h2,
.disciplines-copy h2,
.cta-band h2,
.help-copy h2 {
  margin: 0;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.04;
}

.hero-copy h1 {
  max-width: 800px;
  font-size: 4.8rem;
}

.hero-lead {
  max-width: 660px;
  margin: 26px 0 34px;
  color: var(--muted);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-identity {
  min-height: 520px;
  display: grid;
  align-content: center;
}

.hero-choice {
  position: relative;
  gap: 16px;
}

.hero-choice::before {
  content: "";
  position: absolute;
  inset: 38px -18px 38px 48px;
  border: 1px solid rgba(240, 0, 87, .16);
  pointer-events: none;
}

.hero-choice-card {
  position: relative;
  z-index: 2;
  min-height: 230px;
  padding: 30px;
  display: grid;
  align-content: space-between;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(12, 12, 16, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hero-choice-card:hover {
  border-color: rgba(240, 0, 87, .28);
  box-shadow: 0 28px 72px rgba(12, 12, 16, .12);
  transform: translateY(-5px);
}

.hero-choice-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--pink);
  border: 1px solid rgba(240, 0, 87, .32);
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 900;
}

.hero-choice-card small {
  margin-top: 28px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-choice-card strong {
  max-width: 420px;
  margin-top: 6px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.hero-choice-card p {
  max-width: 430px;
  margin: 18px 0 0;
  color: var(--muted);
}

.hero-choice-professional {
  margin-right: 44px;
}

.hero-choice-personal {
  margin-left: 44px;
  color: var(--white);
  background: var(--black);
  border-color: rgba(255, 255, 255, .12);
}

.hero-choice-personal small,
.hero-choice-personal p {
  color: rgba(255, 255, 255, .68);
}

.hero-choice-personal span {
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
}

.hero-choice-note {
  position: relative;
  z-index: 3;
  width: min(270px, 70%);
  margin: -10px auto 0;
  padding: 17px 22px;
  display: grid;
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(240, 0, 87, .18);
}

.hero-choice-note b {
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

.hero-choice-note span {
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
}

.hero-proof {
  position: relative;
  z-index: 2;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero-proof p {
  min-height: 104px;
  margin: 0;
  padding: 22px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, .82);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-proof strong {
  color: var(--black);
  font-size: 1rem;
}

.hero-proof span {
  color: var(--muted);
  font-size: .86rem;
}

.section {
  padding: 110px 0;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 46px;
}

.section-heading h2 {
  max-width: 920px;
  font-size: 3.4rem;
}

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

.path-card {
  min-height: 430px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.path-card-curricular {
  background: var(--black);
}

.path-card-life {
  background: var(--pink);
}

.card-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  font-weight: 900;
}

.path-card h3 {
  max-width: 560px;
  margin: 0 0 18px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}

.path-card p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
}

.path-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.method-section {
  color: var(--white);
  background: var(--black);
}

.method-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.method-copy h2 {
  max-width: 620px;
  font-size: 3.25rem;
}

.method-copy p:not(.eyebrow) {
  max-width: 600px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, .68);
  font-size: 1.05rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.pillar-grid article {
  min-height: 240px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--black);
  transition: background .2s ease, transform .2s ease;
}

.pillar-grid article:hover {
  background: var(--pink);
  transform: translateY(-4px);
}

.pillar-grid span {
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
}

.pillar-grid h3 {
  margin: auto 0 10px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1.7rem;
}

.pillar-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.audience-card {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.audience-card:hover {
  color: var(--white);
  background: var(--pink);
  transform: translateY(-5px);
}

.audience-card span {
  color: var(--pink);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-card:hover span,
.audience-card:hover p {
  color: rgba(255, 255, 255, .78);
}

.audience-card h3 {
  margin: auto 0 12px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.audience-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.disciplines-section {
  background: var(--soft);
}

.disciplines-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.disciplines-copy h2 {
  font-size: 3rem;
}

.disciplines-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-cloud span {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-weight: 800;
}

.tag-cloud span:nth-child(3n),
.tag-cloud span:nth-child(4n) {
  border-color: rgba(240, 0, 87, .18);
  box-shadow: inset 0 -2px 0 rgba(240, 0, 87, .08);
}

.cta-section {
  padding-top: 0;
}

.cta-band {
  min-height: 300px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--white);
  background: var(--pink);
  border-radius: 3px;
}

.cta-band h2 {
  max-width: 760px;
  font-size: 3.1rem;
}

.help-section {
  padding: 84px 0 76px;
  background: var(--soft);
}

.help-panel {
  max-width: 930px;
  padding: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(10, 10, 13, .07);
}

.help-copy h2 {
  max-width: 760px;
  color: var(--black);
  font-size: 2.85rem;
}

.help-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.help-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.campus-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
  font-size: .84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.campus-link span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 6px;
}

.trusted-section {
  padding: 76px 0;
  overflow: hidden;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trusted-heading {
  margin-bottom: 38px;
  text-align: center;
}

.trusted-heading .eyebrow {
  justify-content: center;
}

.trusted-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 1.12;
}

.trusted-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.trusted-track {
  width: max-content;
  display: flex;
  animation: trusted-scroll 36s linear infinite;
}

.trusted-group {
  padding-right: 42px;
  display: flex;
  align-items: center;
  gap: 42px;
}

.trusted-logo {
  width: 170px;
  height: 90px;
  display: grid;
  place-items: center;
  flex: 0 0 170px;
}

.trusted-logo img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  opacity: .82;
  mix-blend-mode: multiply;
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--soft);
}

.footer-top {
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px;
}

.brand-footer {
  width: 160px;
}

.footer-tagline {
  margin-top: 22px;
  display: grid;
  gap: 8px;
  color: #3e3e45;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-tagline b {
  color: var(--pink);
}

.site-footer h4 {
  margin: 0 0 18px;
  color: var(--black);
  font-size: .8rem;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  margin-bottom: 9px;
  display: block;
  color: var(--muted);
  font-size: .9rem;
}

.site-footer a:hover {
  color: var(--pink);
}

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

.footer-bottom {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #90909a;
  border-top: 1px solid var(--line);
  font-size: .78rem;
  text-transform: uppercase;
}

.footer-bottom a {
  display: inline !important;
  margin: 0 !important;
  font-size: inherit !important;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes trusted-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .site-header,
  .site-header.scrolled {
    height: 70px;
  }

  .brand {
    width: 158px;
  }

  .menu-toggle {
    display: block;
    z-index: 52;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 51;
    inset: 0;
    padding: 100px 30px 40px;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    clip-path: inset(0 0 0 100%);
    transition: clip-path .25s ease, visibility 0s .25s;
  }

  .menu-open .main-nav {
    visibility: visible;
    clip-path: inset(0);
    transition-delay: 0s;
  }

  .main-nav > a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.02rem;
  }

  .main-nav .button-small {
    margin-top: 20px;
  }
}

@media (max-width: 920px) {
  .home-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero-grid,
  .method-grid,
  .disciplines-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-copy h1 {
    font-size: 3.7rem;
  }

  .hero-identity {
    min-height: 420px;
  }

  .hero-choice {
    max-width: 540px;
    margin-inline: auto;
  }

  .hero-proof,
  .path-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .method-copy h2,
  .disciplines-copy h2,
  .cta-band h2 {
    font-size: 2.55rem;
  }

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

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / 3;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero-copy h1 {
    font-size: 2.75rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    align-self: flex-start;
  }

  .home-hero::after {
    right: -2rem;
    bottom: 1rem;
    font-size: 7rem;
  }

  .hero-identity {
    min-height: 0;
  }

  .hero-choice::before {
    display: none;
  }

  .hero-choice-card {
    min-height: 220px;
    padding: 24px;
  }

  .hero-choice-professional,
  .hero-choice-personal {
    margin: 0;
  }

  .hero-choice-note {
    width: 100%;
    margin-top: 0;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .method-copy h2,
  .disciplines-copy h2,
  .cta-band h2,
  .help-copy h2 {
    font-size: 2.05rem;
  }

  .path-card {
    min-height: 22.5rem;
    padding: 26px;
  }

  .path-card h3 {
    font-size: 1.75rem;
  }

  .pillar-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .pillar-grid article,
  .audience-card {
    min-height: 220px;
  }

  .tag-cloud span {
    min-height: 42px;
    font-size: .88rem;
  }

  .cta-band,
  .help-panel {
    padding: 28px;
  }

  .help-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trusted-heading h2 {
    font-size: 1.8rem;
  }

  .trusted-group {
    gap: 30px;
    padding-right: 30px;
  }

  .trusted-logo {
    width: 140px;
    flex-basis: 140px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .trusted-track {
    animation: none;
  }
}

/* Bloque final aprobado: ayuda, carrusel y pie */
.help-section { position: relative; overflow: hidden; padding: 84px 0 78px; background: var(--soft); }
.help-section::after { content: ""; position: absolute; right: -150px; bottom: -180px; width: 22.5rem; height: 22.5rem; background: radial-gradient(circle, rgba(240,0,87,.11), transparent 66%); pointer-events: none; }
.help-panel { position: relative; z-index: 2; max-width: 920px; padding: 54px 58px 50px; background: rgba(255,255,255,.66); border: 1px solid rgba(232,232,236,.9); border-radius: 0; box-shadow: 0 22px 70px rgba(17,15,22,.07); }
.help-copy h2 { max-width: 780px; margin: 0; color: var(--black); font-size: clamp(40px, 5vw, 64px); line-height: .98; letter-spacing: -.065em; }
.help-copy h2 em { color: var(--pink); font-style: normal; }
.help-copy p:not(.eyebrow) { max-width: 720px; margin: 30px 0 0; color: var(--gray); font-size: clamp(18px, 2.1vw, 25px); line-height: 1.55; letter-spacing: -.025em; }
.help-actions { margin-top: 34px; display: grid; gap: 20px; justify-items: start; }
.help-actions .button { min-width: min(100%, 390px); min-height: 60px; padding: 0 28px; gap: 20px; font-size: 12px; letter-spacing: .12em; box-shadow: 0 18px 38px rgba(240,0,87,.17); }
.campus-link { display: inline-flex; align-items: center; gap: 17px; color: var(--black); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.campus-link span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: linear-gradient(135deg, #8ea7b8, #536b7c); border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 10px 22px rgba(21,39,51,.14); font-size: 15px; letter-spacing: 0; }
.campus-link:hover { color: var(--pink); transform: translateX(4px); }

.trusted-section { padding: 82px 0 76px; overflow: hidden; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trusted-heading { margin-bottom: 46px; text-align: center; }
.trusted-heading .eyebrow { justify-content: center; }
.trusted-heading h2 { max-width: 760px; margin: 0 auto; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.055em; }
.trusted-marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.trusted-track { width: max-content; display: flex; animation: trusted-scroll 58s linear infinite; }
.trusted-group { padding-right: 64px; display: flex; gap: 64px; align-items: center; }
.trusted-logo { width: 205px; height: 112px; flex: 0 0 205px; display: grid; place-items: center; }
.trusted-logo img { width: auto; max-width: 180px; height: auto; max-height: 86px; object-fit: contain; opacity: .82; mix-blend-mode: multiply; transition: opacity .25s ease, transform .25s ease; }
.trusted-logo:hover img { opacity: 1; transform: scale(1.06); }
.trusted-marquee:hover .trusted-track { animation-play-state: paused; }

.site-footer { padding: 75px 0 22px; background: var(--soft); }
.footer-brand .brand-footer { width: 164px; height: auto; overflow: visible; }
.footer-brand .brand-footer img { width: 164px; height: auto; object-fit: contain; }
.footer-tagline { max-width: 330px; margin-top: 24px; display: grid; gap: 10px; font-family: Montserrat, "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.footer-tagline span { position: relative; min-height: 19px; padding-left: 13px; display: flex; align-items: center; color: #3e3e45; font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1.35; }
.footer-tagline span::before { content: ""; position: absolute; top: 1px; bottom: 1px; left: 0; width: 2px; background: var(--pink); }
.footer-tagline .footer-result { color: var(--black); font-weight: 800; }
.footer-tagline .footer-result b { margin-right: 4px; color: var(--pink); font-weight: 800; text-transform: none; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 50px; padding-bottom: 60px; }
.footer-compact { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
.brand-footer { width: 230px; }
.footer-brand p { max-width: 330px; color: var(--gray); font-size: 13px; }
.footer-brand p strong { color: var(--ink); font-weight: 800; }
.brand-footer img { background: transparent; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-top h4 { margin: 0 0 10px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-top a, .footer-top p { margin: 0; color: var(--gray); font-size: 12px; }
.footer-top a:hover { color: var(--pink); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; color: #96969d; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { display: inline !important; margin: 0 !important; font-size: inherit !important; }

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-top > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .help-section { padding: 58px 0 56px; }
  .help-panel { padding: 36px 24px 34px; }
  .help-copy h2 { font-size: 38px; }
  .help-copy p:not(.eyebrow) { margin-top: 24px; font-size: 18px; }
  .help-actions { margin-top: 28px; }
  .help-actions .button { min-height: 56px; padding: 0 20px; font-size: 11px; }
  .campus-link { gap: 13px; font-size: 11px; }
  .campus-link span { width: 31px; height: 31px; border-radius: 7px; }
  .trusted-section { padding: 62px 0 56px; }
  .trusted-heading { margin-bottom: 34px; }
  .trusted-heading h2 { font-size: 34px; }
  .trusted-group { padding-right: 38px; gap: 38px; }
  .trusted-logo { width: 150px; height: 90px; flex-basis: 150px; }
  .trusted-logo img { max-width: 138px; max-height: 72px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-track { animation: none; }
}

/* Ajuste de escala y jerarquia visual */
.site-header {
  height: 74px;
}

.site-header.scrolled {
  height: 66px;
}

.nav-wrap {
  gap: 18px;
}

.brand {
  width: 156px;
}

.main-nav {
  gap: 14px;
}

.main-nav > a {
  font-size: .66rem;
  letter-spacing: .04em;
}

.button {
  min-height: 46px;
  padding: 0 20px;
  gap: 10px;
  font-size: .7rem;
  letter-spacing: .06em;
  box-shadow: 0 12px 26px rgba(240, 0, 87, .14);
}

.button-small {
  min-height: 38px;
  padding: 0 14px;
  font-size: .64rem;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: .72rem;
  letter-spacing: .14em;
}

.home-hero {
  min-height: auto;
  padding: 58px 0 34px;
  align-items: center;
  background:
    radial-gradient(circle at 86% 20%, rgba(240, 0, 87, .055), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 64%, #fff7fa 100%);
}

.home-hero::after {
  right: -1.4rem;
  bottom: 2rem;
  font-size: 7.5rem;
  -webkit-text-stroke-color: rgba(240, 0, 87, .075);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 42px;
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.7rem, 5vw, 4.05rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 590px;
  margin: 20px 0 26px;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-actions {
  gap: 16px;
}

.text-link {
  font-size: .74rem;
  letter-spacing: .08em;
}

.hero-identity {
  min-height: auto;
}

.hero-choice {
  max-width: 470px;
  margin-left: auto;
  display: grid;
  gap: 12px;
}

.hero-choice::before {
  inset: 24px -10px 24px 30px;
  border-color: rgba(240, 0, 87, .12);
}

.hero-choice-card {
  min-height: 176px;
  padding: 23px 24px;
  border-radius: 6px;
  box-shadow: 0 14px 42px rgba(12, 12, 16, .07);
}

.hero-choice-card:hover {
  box-shadow: 0 18px 52px rgba(12, 12, 16, .10);
  transform: translateY(-3px);
}

.hero-choice-card span {
  width: 36px;
  height: 36px;
  font-size: .64rem;
}

.hero-choice-card small {
  margin-top: 18px;
  font-size: .66rem;
  letter-spacing: .08em;
}

.hero-choice-card strong {
  max-width: 360px;
  font-size: clamp(1.38rem, 2.25vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.hero-choice-card p {
  max-width: 360px;
  margin-top: 11px;
  font-size: .9rem;
  line-height: 1.55;
}

.hero-choice-professional {
  margin-right: 22px;
}

.hero-choice-personal {
  margin-left: 22px;
}

.hero-choice-note {
  width: min(238px, 72%);
  margin-top: -4px;
  padding: 13px 16px;
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(240, 0, 87, .16);
}

.hero-choice-note b {
  font-size: .9rem;
}

.hero-choice-note span {
  font-size: .72rem;
  line-height: 1.35;
}

.hero-proof {
  margin-top: 36px;
}

.hero-proof p {
  min-height: 82px;
  padding: 17px 20px;
}

.hero-proof strong {
  font-size: .9rem;
}

.hero-proof span {
  font-size: .78rem;
  line-height: 1.45;
}

.section {
  padding: 78px 0;
}

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

.section-heading h2,
.method-copy h2,
.disciplines-copy h2,
.cta-band h2 {
  font-size: clamp(2rem, 3.65vw, 2.85rem);
  letter-spacing: -.045em;
}

.path-grid {
  gap: 16px;
}

.path-card {
  min-height: 315px;
  padding: 27px;
  border-radius: 6px;
}

.card-index {
  width: 36px;
  height: 36px;
  font-size: .78rem;
}

.path-card h3 {
  margin-bottom: 13px;
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
}

.path-card p {
  font-size: .94rem;
  line-height: 1.58;
}

.path-card a {
  font-size: .75rem;
}

.method-grid,
.disciplines-grid {
  gap: 46px;
}

.method-copy p:not(.eyebrow),
.disciplines-copy p:not(.eyebrow) {
  margin: 20px 0 26px;
  font-size: .98rem;
  line-height: 1.65;
}

.pillar-grid article {
  min-height: 176px;
  padding: 22px;
}

.pillar-grid h3 {
  font-size: 1.32rem;
}

.pillar-grid p {
  font-size: .84rem;
  line-height: 1.5;
}

.audience-card {
  min-height: 238px;
  padding: 22px;
}

.audience-card span {
  font-size: .72rem;
  letter-spacing: .08em;
}

.audience-card h3 {
  font-size: 1.22rem;
}

.audience-card p {
  font-size: .84rem;
  line-height: 1.5;
}

.tag-cloud {
  gap: 9px;
}

.tag-cloud span {
  min-height: 39px;
  padding: 0 14px;
  font-size: .86rem;
}

.cta-band {
  min-height: 220px;
  padding: 34px 38px;
  border-radius: 6px;
}

.help-section {
  padding: 62px 0 58px;
}

.help-panel {
  max-width: 860px;
  padding: 40px 44px 38px;
}

.help-copy h2 {
  max-width: 720px;
  font-size: clamp(31px, 4.1vw, 48px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.help-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.62;
}

.help-actions {
  margin-top: 26px;
  gap: 16px;
}

.help-actions .button {
  min-width: min(100%, 330px);
  min-height: 52px;
  padding: 0 22px;
  font-size: 11px;
}

.campus-link {
  gap: 13px;
  font-size: 11px;
  letter-spacing: .13em;
}

.trusted-section {
  padding: 58px 0 54px;
}

.trusted-heading {
  margin-bottom: 30px;
}

.trusted-heading h2 {
  max-width: 650px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.045em;
}

.trusted-group {
  padding-right: 46px;
  gap: 46px;
}

.trusted-logo {
  width: 168px;
  height: 88px;
  flex-basis: 168px;
}

.trusted-logo img {
  max-width: 152px;
  max-height: 70px;
}

.site-footer {
  padding-top: 56px;
}

.footer-top {
  gap: 38px;
  padding-bottom: 42px;
}

.brand-footer {
  width: 205px;
}

.footer-brand .brand-footer,
.footer-brand .brand-footer img {
  width: 150px;
}

.footer-tagline {
  margin-top: 18px;
}

.footer-tagline span {
  color: #2f2f35;
  font-weight: 800;
}

.footer-tagline .footer-result {
  color: var(--black);
}

.footer-tagline .footer-result b {
  color: var(--pink);
  font-weight: 900;
  text-transform: none;
}

@media (max-width: 1180px) {
  .site-header,
  .site-header.scrolled {
    height: 68px;
  }

  .brand {
    width: 148px;
  }

  .main-nav > a {
    font-size: .98rem;
    letter-spacing: .04em;
  }
}

@media (max-width: 920px) {
  .home-hero {
    padding-top: 46px;
  }

  .hero-grid,
  .method-grid,
  .disciplines-grid {
    gap: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 8vw, 3.2rem);
  }

  .hero-choice {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-choice-professional,
  .hero-choice-personal {
    margin: 0;
  }

  .section {
    padding: 62px 0;
  }

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

@media (max-width: 620px) {
  .container {
    width: min(100% - 30px, 1180px);
  }

  .home-hero {
    padding: 36px 0 26px;
  }

  .hero-copy h1 {
    font-size: 2.22rem;
    letter-spacing: -.045em;
  }

  .hero-choice-card {
    min-height: 0;
    padding: 21px;
  }

  .hero-choice-note {
    width: 100%;
    margin-top: 0;
  }

  .hero-proof {
    margin-top: 28px;
  }

  .section {
    padding: 52px 0;
  }

  .section-heading h2,
  .method-copy h2,
  .disciplines-copy h2,
  .cta-band h2,
  .help-copy h2 {
    font-size: 1.9rem;
  }

  .path-card,
  .audience-card,
  .pillar-grid article {
    min-height: 0;
  }

  .cta-band,
  .help-panel {
    padding: 25px;
  }

  .trusted-logo {
    width: 132px;
    height: 78px;
    flex-basis: 132px;
  }

  .trusted-logo img {
    max-width: 120px;
    max-height: 62px;
  }
}

/* Home: mas luz y estructura amable */
.method-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 12%, rgba(240, 0, 87, .11), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fff8fb 58%, #f6f8ff 100%);
  border-top: 1px solid rgba(240, 0, 87, .08);
  border-bottom: 1px solid var(--line);
}

.method-section .eyebrow-light {
  color: #55555d;
}

.method-copy p:not(.eyebrow) {
  color: var(--muted);
}

.method-section .button-light {
  color: var(--white);
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: 0 12px 26px rgba(240, 0, 87, .14);
}

.pillar-grid {
  background: rgba(240, 0, 87, .16);
  border-color: rgba(240, 0, 87, .16);
}

.pillar-grid article {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
}

.pillar-grid span {
  color: var(--pink);
}

.pillar-grid p {
  color: var(--muted);
}

.pillar-grid article:hover {
  color: var(--white);
  background: var(--pink);
}

.pillar-grid article:hover span,
.pillar-grid article:hover p {
  color: rgba(255, 255, 255, .78);
}

/* Home premium: estructura editorial, limpia y luminosa */
.home-hero-premium {
  padding: 70px 0 42px;
  background:
    radial-gradient(circle at 82% 10%, rgba(240, 0, 87, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fff9fb 58%, #f6f8ff 100%);
}

.home-hero-premium::after {
  display: none;
}

.home-premium-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 52px;
  align-items: center;
}

.home-premium-copy h1 {
  max-width: 820px;
  margin: 0;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(3rem, 5.6vw, 5.25rem);
  line-height: .96;
  letter-spacing: -.07em;
}

.home-premium-copy .hero-lead {
  max-width: 690px;
  margin: 24px 0 30px;
  color: var(--gray);
  font-size: 1.08rem;
  line-height: 1.72;
}

.home-fresh-panel {
  position: relative;
  display: grid;
  gap: 16px;
}

.home-fresh-panel::before {
  content: "";
  position: absolute;
  inset: 26px -18px -18px 34px;
  border: 1px solid rgba(240, 0, 87, .14);
  pointer-events: none;
}

.home-brand-space {
  position: relative;
  z-index: 2;
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(10, 10, 13, .12), rgba(10, 10, 13, .86)),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .62), transparent 18%),
    linear-gradient(135deg, #f00057 0%, #ff6f9f 48%, #17171b 100%);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(20, 18, 26, .12);
}

.home-brand-space::before,
.home-brand-space::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-brand-space::before {
  top: -70px;
  right: -80px;
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, .20);
}

.home-brand-space::after {
  left: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .24);
}

.home-brand-space span,
.home-brand-space strong,
.home-brand-space p {
  position: relative;
  z-index: 2;
}

.home-brand-space span {
  margin-bottom: 18px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-brand-space strong {
  max-width: 320px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.home-brand-space p {
  max-width: 310px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
}

.home-workflow-strip {
  margin-top: 48px;
  padding: 28px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at 96% 0%, rgba(240, 0, 87, .10), transparent 30%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(17, 15, 22, .06);
}

.home-workflow-copy {
  padding: clamp(10px, 2vw, 24px);
  display: grid;
  align-content: center;
}

.home-workflow-copy h3 {
  max-width: 640px;
  margin: 0;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.home-workflow-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--gray);
  font-size: .98rem;
  line-height: 1.72;
}

.home-workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-workflow-list article {
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, #fff 0%, #fff8fb 100%);
  border: 1px solid rgba(240, 0, 87, .14);
  border-radius: 14px;
}

.home-workflow-list span {
  color: var(--pink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.home-workflow-list strong {
  margin-top: auto;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.1;
}

.home-workflow-list p {
  margin: 12px 0 0;
  color: var(--gray);
  font-size: .88rem;
  line-height: 1.55;
}

.home-fresh-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.home-fresh-stats p {
  min-height: 104px;
  margin: 0;
  padding: 20px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.home-fresh-stats strong {
  color: var(--pink);
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.home-fresh-stats span {
  margin-top: 8px;
  color: var(--gray);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-quick-paths {
  position: relative;
  z-index: 3;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-quick-paths a {
  min-height: 170px;
  padding: 26px;
  display: grid;
  align-content: end;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(232, 232, 236, .95);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(17, 15, 22, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-quick-paths a:hover {
  border-color: rgba(240, 0, 87, .24);
  box-shadow: 0 22px 60px rgba(17, 15, 22, .10);
  transform: translateY(-4px);
}

.home-quick-paths span {
  color: var(--pink);
  font-size: .72rem;
  font-weight: 900;
}

.home-quick-paths strong {
  margin-top: 18px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-quick-paths p {
  max-width: 420px;
  margin: 10px 0 0;
  color: var(--gray);
  font-size: .94rem;
}

.home-identity-section {
  background: var(--white);
}

.home-identity-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.home-identity-copy {
  max-width: 680px;
  color: var(--gray);
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-identity-copy p {
  margin: 0 0 18px;
}

.home-values-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-values-grid article {
  min-height: 230px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.home-values-grid span {
  color: var(--pink);
  font-size: .75rem;
  font-weight: 900;
}

.home-values-grid h3 {
  margin: auto 0 10px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-values-grid p {
  margin: 0;
  color: var(--gray);
  font-size: .9rem;
}

.home-path-section {
  background:
    radial-gradient(circle at 90% 4%, rgba(240, 0, 87, .09), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fff7fa 100%);
}

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

.home-path-card {
  min-height: 380px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 58px rgba(17, 15, 22, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-path-card:hover {
  border-color: rgba(240, 0, 87, .28);
  box-shadow: 0 24px 70px rgba(17, 15, 22, .10);
  transform: translateY(-5px);
}

.home-path-card span {
  color: var(--pink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-path-card h3 {
  max-width: 560px;
  margin: 70px 0 16px;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.home-path-card p {
  max-width: 560px;
  margin: 0;
  color: var(--gray);
}

.home-path-card b {
  margin-top: 28px;
  color: var(--black);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-path-card-life {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .24), transparent 22%),
    linear-gradient(135deg, #f00057 0%, #cf004a 100%);
  color: var(--white);
  border-color: rgba(240, 0, 87, .2);
}

.home-path-card-life p {
  color: rgba(255, 255, 255, .72);
}

.home-path-card-life b {
  color: var(--white);
}

@media (max-width: 920px) {
  .home-premium-grid,
  .home-identity-grid,
  .home-path-grid,
  .home-workflow-strip {
    grid-template-columns: 1fr;
  }

  .home-fresh-panel {
    max-width: 560px;
  }

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

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

@media (max-width: 620px) {
  .home-hero-premium {
    padding-top: 42px;
  }

  .home-premium-copy h1 {
    font-size: 2.5rem;
  }

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

  .home-brand-space {
    min-height: 300px;
    padding: 25px;
  }

  .home-path-card {
    min-height: 0;
    padding: 26px;
  }

  .home-path-card h3 {
    margin-top: 48px;
  }
}
