:root {
  --purple: #74559E;
  --purple-dark: #2E245A;
  --purple-mid: #B6A7D1;
  --purple-soft: #ECE8F4;
  --ink: #17151B;
  --muted: #6E6875;
  --line: #E7E2EA;
  --paper: #FFFFFF;
  --soft: #F8F6FA;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(52, 40, 65, 0.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

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

.section { padding: 92px 0; }
.alt { background: var(--soft); }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(182, 167, 209, 0.28);
}

.nav-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand img {
  width: 235px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #4D4851;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a { transition: 0.2s ease; }
.main-nav a:hover { color: var(--purple); }

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--purple-mid);
  border-radius: 12px;
  color: var(--purple-dark);
}

.nav-cta:hover { background: var(--purple-soft); }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--purple-dark);
  font-size: 25px;
  cursor: pointer;
}

/* TYPOGRAPHY */
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.eyebrow.light { color: #D8C8E8; }

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.7vw, 74px);
}

h1 span { color: var(--purple); }

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 50px);
}

h3 {
  margin-bottom: 13px;
  font-size: 24px;
}

p { color: var(--muted); }

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  background:
    radial-gradient(circle at 92% 22%, rgba(182, 167, 209, 0.24), transparent 28%),
    linear-gradient(180deg, #FFFFFF, #FBF9FC);
}

.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(236, 232, 244, 0.62);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 70px;
  align-items: center;
}

.lead {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 19px;
}

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

.btn {
  display: inline-flex;
  min-height: 49px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

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

.btn-primary {
  background: var(--purple);
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(116, 85, 158, 0.22);
}

.btn-primary:hover { background: var(--purple-dark); }

.btn-secondary {
  border-color: var(--purple-mid);
  background: #FFFFFF;
  color: var(--purple-dark);
}

.btn-light {
  background: #FFFFFF;
  color: var(--purple-dark);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-highlight {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.highlight-dot {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--purple);
}

.hero-highlight strong {
  display: block;
  margin-bottom: 3px;
  color: var(--purple-dark);
  font-size: 12px;
}

.hero-highlight small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.portrait-card {
  min-height: 540px;
  padding: 14px;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--purple-soft), #D9CEE6);
  box-shadow: var(--shadow);
}

.portrait-placeholder {
  min-height: 512px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.58), transparent 32%),
    linear-gradient(160deg, #D8CCE5, #A995BE);
  color: #FFFFFF;
  text-align: center;
}

.portrait-symbol {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 32px;
  font-weight: 800;
}

.portrait-placeholder p {
  margin: 20px 0 3px;
  color: #FFFFFF;
  font-weight: 700;
}

.portrait-placeholder small {
  opacity: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* SECTIONS */
.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.compact { margin-bottom: 30px; }

/* TRES PUERTAS — composición editorial propia */

.pathways {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.pathways-shell {
  position: relative;
}

.pathways-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}

.pathways-intro h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.pathways-intro-copy {
  max-width: 470px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid var(--purple-mid);
  font-size: 16px;
}

.pathways-list {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
}

.pathway-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 34px;
  align-items: center;
  min-height: 230px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  transition: 0.25s ease;
}

.pathway-row:hover {
  padding-left: 14px;
  padding-right: 14px;
  background: linear-gradient(90deg, rgba(236, 232, 244, 0.62), rgba(255, 255, 255, 0));
}

.pathway-row-accent {
  position: relative;
}

.pathway-row-accent::before {
  content: "";
  position: absolute;
  left: -24px;
  width: 4px;
  height: 70px;
  border-radius: 999px;
  background: var(--purple);
}

.pathway-number {
  align-self: start;
  padding-top: 4px;
  color: var(--purple-mid);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pathway-main {
  max-width: 560px;
}

.pathway-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pathway-main h3 {
  margin-bottom: 12px;
  color: var(--purple-dark);
  font-size: clamp(29px, 3vw, 40px);
}

.pathway-main p {
  margin: 0;
  font-size: 15px;
}

.pathway-meta {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.pathway-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pathway-tags span {
  padding: 6px 10px;
  border: 1px solid rgba(182, 167, 209, 0.55);
  border-radius: 999px;
  color: #5B4B70;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.pathway-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  color: var(--purple-dark);
  font-size: 14px;
  font-weight: 800;
}

.pathway-link span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple-soft);
  color: var(--purple);
  transition: 0.2s ease;
}

.pathway-link:hover span {
  transform: translateX(4px);
  background: var(--purple);
  color: #FFFFFF;
}

.pathways-watermark {
  position: absolute;
  right: -120px;
  top: 78px;
  width: 360px;
  opacity: 0.025;
  pointer-events: none;
  user-select: none;
}

.mini-card,
.resource-card,
.info-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #FFFFFF;
  padding: 30px;
}

.text-link {
  margin-top: auto;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
}

.split-grid,
.about-grid,
.pro-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 30px;
}

.chip-row span,
.tag {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 700;
}

.info-panel hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.info-panel strong { font-size: 14px; }
.info-panel p { margin-bottom: 0; }

.cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mini-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.mini-card .tag {
  align-self: flex-start;
  margin-bottom: 18px;
}


/* PSICOTERAPIA — bloque editorial / clínico */

.therapy-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #FBFAFC 0%, #FFFFFF 38%, #FFFFFF 100%);
}

.therapy-section::before {
  content: "";
  position: absolute;
  left: -210px;
  top: 80px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(182, 167, 209, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.therapy-shell {
  position: relative;
  z-index: 1;
}

.therapy-heading {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.therapy-heading h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.therapy-intro {
  padding-left: 26px;
  border-left: 2px solid var(--purple-mid);
}

.therapy-intro p {
  margin: 0;
  font-size: 15px;
}

.therapy-intro p + p {
  margin-top: 14px;
}

.therapy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 54px;
  align-items: stretch;
}

.therapy-process {
  border-top: 1px solid var(--line);
}

.therapy-process-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--line);
}

.therapy-process-title span {
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.therapy-process-title small {
  color: var(--muted);
}

.therapy-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.therapy-step-index {
  color: var(--purple-mid);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.therapy-step h3 {
  margin-bottom: 7px;
  color: var(--purple-dark);
  font-size: 21px;
}

.therapy-step p {
  max-width: 600px;
  margin: 0;
  font-size: 14px;
}

.therapy-focus {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(182, 167, 209, 0.7);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(236, 232, 244, 0.72), rgba(255, 255, 255, 0.96));
  box-shadow: 0 20px 50px rgba(46, 36, 90, 0.07);
}

.therapy-focus::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(116, 85, 158, 0.08);
}

.therapy-focus-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.therapy-focus-label {
  max-width: 220px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.therapy-focus-number {
  color: rgba(116, 85, 158, 0.28);
  font-size: 54px;
  font-weight: 700;
  line-height: 0.8;
}

.therapy-focus-list {
  position: relative;
  z-index: 1;
}

.therapy-focus-item {
  padding: 18px 0;
  border-top: 1px solid rgba(182, 167, 209, 0.52);
}

.therapy-focus-item span {
  display: block;
  margin-bottom: 4px;
  color: var(--purple-dark);
  font-size: 15px;
  font-weight: 800;
}

.therapy-focus-item small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.therapy-focus-note {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(182, 167, 209, 0.52);
}

.therapy-focus-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.therapy-focus-note p {
  margin: 0;
  font-size: 13px;
}

.therapy-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
}

.therapy-secondary-link {
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 800;
}

.therapy-statement {
  display: grid;
  grid-template-columns: 54px minmax(0, 720px);
  gap: 18px;
  align-items: start;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.therapy-statement-mark {
  color: var(--purple-mid);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 0.7;
}

.therapy-statement p {
  margin: 0;
  color: var(--purple-dark);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.025em;
}



/* FORMACIÓN Y ASESORÍA — composición de recorrido */

.learning-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #F8F6FA 0%, #F5F1F8 100%);
}

.learning-section::after {
  content: "DC";
  position: absolute;
  right: -28px;
  bottom: -110px;
  color: rgba(46, 36, 90, 0.035);
  font-size: 300px;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.learning-shell {
  position: relative;
  z-index: 1;
}

.learning-header {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 76px;
  align-items: end;
  margin-bottom: 54px;
}

.learning-header h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.learning-lead {
  max-width: 500px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid var(--purple);
  font-size: 15px;
}

.learning-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: stretch;
}

.learning-rail {
  padding: 30px 30px 26px;
  border: 1px solid rgba(182, 167, 209, 0.6);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.learning-rail-label {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.learning-rail-label span {
  display: block;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.learning-rail-label small {
  color: var(--muted);
}

.learning-rail-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.learning-rail-step:last-child {
  border-bottom: 0;
}

.learning-rail-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
}

.learning-rail-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--purple-dark);
  font-size: 15px;
}

.learning-rail-step p {
  margin: 0;
  font-size: 12px;
}

.learning-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.learning-offer {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  border-top: 4px solid var(--purple-mid);
  border-radius: 0 0 24px 24px;
  background: #FFFFFF;
  box-shadow: 0 18px 40px rgba(46, 36, 90, 0.06);
}

.learning-offer-primary {
  border-top-color: var(--purple);
}

.learning-offer-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.learning-offer-type {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learning-offer-status {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 10px;
  font-weight: 800;
}

.learning-offer-status.muted {
  background: #F1EEF4;
  color: #81788B;
}

.learning-offer h3 {
  max-width: 360px;
  margin-bottom: 14px;
  color: var(--purple-dark);
  font-size: 29px;
}

.learning-offer > p {
  margin-top: 0;
  font-size: 14px;
}

.learning-offer-points {
  display: grid;
  gap: 9px;
  margin: 22px 0 30px;
}

.learning-offer-points span {
  position: relative;
  padding-left: 18px;
  color: #514A58;
  font-size: 12px;
  font-weight: 600;
}

.learning-offer-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple-mid);
}

.learning-offer-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: auto;
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 800;
}

.learning-offer-link span {
  transition: 0.2s ease;
}

.learning-offer-link:hover span {
  transform: translateX(4px);
}

.learning-footer {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(182, 167, 209, 0.55);
}

.learning-footer > span {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.learning-footer p {
  max-width: 640px;
  margin: 0;
  font-size: 13px;
}


/* PROFESIONALES Y ORGANIZACIONES */

.pro-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 167, 209, 0.12), transparent 25%),
    linear-gradient(180deg, #2E245A 0%, #241C46 100%);
  color: #FFFFFF;
}

.pro-section::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.pro-shell {
  position: relative;
  z-index: 1;
}

.pro-header {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 76px;
  align-items: end;
  margin-bottom: 54px;
}

.pro-header h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.pro-header-copy {
  max-width: 470px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid rgba(182, 167, 209, 0.55);
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.pro-lines {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pro-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 46px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pro-line-active {
  position: relative;
}

.pro-line-active::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50px;
  width: 4px;
  height: 84px;
  border-radius: 999px;
  background: #B6A7D1;
}

.pro-line-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.pro-line-label {
  display: block;
  margin-bottom: 8px;
  color: #B6A7D1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pro-line h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(34px, 4vw, 52px);
}

.pro-status {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pro-status.active {
  border-color: rgba(182, 167, 209, 0.55);
  background: rgba(182, 167, 209, 0.10);
  color: #ECE8F4;
}

.pro-line-intro {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.pro-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 2px;
}

.pro-flow-node {
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}

.pro-flow-node span {
  display: block;
  margin-bottom: 18px;
  color: rgba(182, 167, 209, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pro-flow-node strong {
  color: #FFFFFF;
  font-size: 14px;
}

.pro-flow-arrow {
  color: rgba(182, 167, 209, 0.55);
  font-size: 22px;
}

.org-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: center;
  margin-top: 4px;
}

.org-flow-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.org-flow-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #B6A7D1;
  box-shadow: 0 0 0 5px rgba(182, 167, 209, 0.08);
}

.org-flow-item strong {
  display: block;
  margin-bottom: 4px;
  color: #FFFFFF;
  font-size: 13px;
}

.org-flow-item small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.org-flow-line {
  height: 1px;
  background: rgba(182, 167, 209, 0.28);
}

.pro-line-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.pro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pro-tags span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
}

.pro-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
}

.pro-cta span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--purple-dark);
  transition: 0.2s ease;
}

.pro-cta:hover span {
  transform: translate(3px, -3px);
}

.future-note {
  color: rgba(255, 255, 255, 0.50);
  font-size: 11px;
  font-weight: 700;
}

.pro-principle {
  display: grid;
  grid-template-columns: 120px minmax(0, 740px);
  gap: 32px;
  align-items: start;
  margin-top: 34px;
  padding-top: 26px;
}

.pro-principle-index {
  color: #B6A7D1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pro-principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

/* SOBRE MÍ — composición editorial */

.about-section {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.about-section::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 80px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(182, 167, 209, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.about-shell {
  position: relative;
  z-index: 1;
}

.about-header {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 76px;
  align-items: end;
  margin-bottom: 56px;
}

.about-header h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.about-lead {
  max-width: 500px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid var(--purple-mid);
  font-size: 15px;
}

.about-editorial {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 310px;
  gap: 38px;
  align-items: stretch;
}

.about-signature {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(236, 232, 244, 0.70), rgba(255, 255, 255, 0.95));
}

.about-signature img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  opacity: 0.90;
}

.about-signature-copy {
  margin-top: 54px;
}

.about-signature-copy span {
  display: block;
  color: var(--purple-dark);
  font-size: 17px;
  font-weight: 800;
}

.about-signature-copy small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-areas {
  border-top: 1px solid var(--line);
}

.about-area {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.about-area-index {
  color: var(--purple-mid);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-area-label {
  display: block;
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-area h3 {
  margin-bottom: 8px;
  color: var(--purple-dark);
  font-size: 21px;
}

.about-area p {
  max-width: 620px;
  margin: 0;
  font-size: 13px;
}

.about-now {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 24px;
  background: var(--purple-dark);
  color: #FFFFFF;
}

.about-now-label {
  margin-bottom: 28px;
  color: #B6A7D1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-now p {
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
}

.about-now-links {
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 30px;
}

.about-now-links a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}

.about-now-links a span {
  color: #B6A7D1;
  transition: 0.2s ease;
}

.about-now-links a:hover span {
  transform: translateX(4px);
}

/* RECURSOS — biblioteca / laboratorio */

.resources-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #F8F6FA 0%, #FFFFFF 100%);
}

.resources-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 70px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(182, 167, 209, 0.08);
  pointer-events: none;
}

.resources-shell {
  position: relative;
  z-index: 1;
}

.resources-header {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 76px;
  align-items: end;
  margin-bottom: 56px;
}

.resources-header h2 {
  max-width: 730px;
  margin-bottom: 0;
}

.resources-lead {
  max-width: 500px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid var(--purple-mid);
  font-size: 15px;
}

.resources-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: stretch;
}

.resource-featured {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.20), transparent 28%),
    linear-gradient(145deg, #74559E 0%, #2E245A 100%);
  color: #FFFFFF;
  box-shadow: 0 22px 55px rgba(46, 36, 90, 0.14);
}

.resource-featured::after {
  content: "Ψ";
  position: absolute;
  right: -24px;
  bottom: -78px;
  color: rgba(255, 255, 255, 0.055);
  font-family: Georgia, serif;
  font-size: 310px;
  line-height: 1;
  pointer-events: none;
}

.resource-featured-top,
.resource-featured-body,
.resource-featured-footer {
  position: relative;
  z-index: 1;
}

.resource-featured-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.resource-featured-label {
  max-width: 280px;
  color: #ECE8F4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-featured-index {
  color: rgba(255, 255, 255, 0.32);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.resource-featured-body h3 {
  max-width: 520px;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: clamp(42px, 5vw, 66px);
}

.resource-featured-body p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.resource-featured-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
}

.resource-featured-flow span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 700;
}

.resource-featured-flow b {
  color: rgba(255, 255, 255, 0.36);
  font-weight: 500;
}

.resource-featured-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.resource-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.resource-inline-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
}

.resource-inline-link span {
  transition: 0.2s ease;
}

.resource-inline-link:hover span {
  transform: translateX(4px);
}

.resources-index {
  border-top: 1px solid var(--line);
}

.resource-index-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.resource-index-number {
  color: var(--purple-mid);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.resource-index-label {
  display: block;
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-index-content h3 {
  margin-bottom: 9px;
  color: var(--purple-dark);
  font-size: 23px;
}

.resource-index-content p {
  margin: 0 0 15px;
  font-size: 13px;
}

.resource-status {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.resource-small-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 800;
}

.resource-small-link span {
  color: var(--purple);
  transition: 0.2s ease;
}

.resource-small-link:hover span {
  transform: translateX(4px);
}

.resources-footer {
  display: grid;
  grid-template-columns: 180px minmax(0, 680px);
  gap: 28px;
  align-items: start;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.resources-footer > span {
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resources-footer p {
  margin: 0;
  font-size: 13px;
}

/* NOVEDADES — bloque editorial */

.newsletter-section {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(182, 167, 209, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.newsletter-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: start;
}

.newsletter-heading {
  max-width: 620px;
}

.newsletter-heading h2 {
  margin-bottom: 22px;
}

.newsletter-heading h2 span {
  color: var(--purple);
}

.newsletter-heading p {
  max-width: 560px;
  margin: 0;
  font-size: 15px;
}

.newsletter-layout {
  display: grid;
  gap: 24px;
}

.newsletter-index {
  border-top: 1px solid var(--line);
}

.newsletter-index-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.newsletter-index-number {
  color: var(--purple-mid);
  font-size: 15px;
  font-weight: 800;
}

.newsletter-index-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--purple-dark);
  font-size: 13px;
}

.newsletter-index-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.newsletter-form-panel {
  padding: 28px;
  border: 1px solid rgba(182, 167, 209, 0.55);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(236, 232, 244, 0.72), rgba(255, 255, 255, 0.98));
}

.newsletter-form-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.newsletter-form-top span {
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newsletter-form-top small {
  color: var(--muted);
  font-size: 10px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form label {
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 800;
}

.newsletter-input-row {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 8px;
}

.newsletter-form input {
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  background: #FFFFFF;
  color: var(--ink);
  font: inherit;
}

.newsletter-form input:focus {
  border-color: var(--purple-mid);
  box-shadow: 0 0 0 3px rgba(182, 167, 209, 0.16);
}

.newsletter-submit {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  background: var(--purple);
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}

.newsletter-submit:hover {
  background: var(--purple-dark);
  transform: translateX(2px);
}

.newsletter-privacy {
  color: var(--muted);
  font-size: 10px;
}

.newsletter-form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(182, 167, 209, 0.45);
}

.newsletter-form-footer span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #6B6273;
  font-size: 9px;
  font-weight: 700;
}

/* CONTACTO — cierre de la Home */

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #F8F6FA 0%, #FFFFFF 100%);
}

.contact-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(182, 167, 209, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.contact-shell {
  position: relative;
  z-index: 1;
}

.contact-header {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 76px;
  align-items: end;
  margin-bottom: 52px;
}

.contact-header h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.contact-lead {
  max-width: 500px;
  margin: 0 0 8px auto;
  padding-left: 24px;
  border-left: 2px solid var(--purple-mid);
  font-size: 15px;
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-option {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #FFFFFF;
  transition: 0.22s ease;
}

.contact-option:hover {
  transform: translateY(-4px);
  border-color: var(--purple-mid);
  box-shadow: 0 18px 45px rgba(46, 36, 90, 0.08);
}

.contact-option-primary {
  border-color: rgba(116, 85, 158, 0.24);
  background:
    linear-gradient(145deg, rgba(236, 232, 244, 0.88), #FFFFFF);
}

.contact-option-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.contact-option-index {
  color: var(--purple-mid);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.contact-option-badge {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-option-badge.muted {
  background: #F1EEF4;
  color: #776D80;
}

.contact-option-body {
  max-width: 520px;
}

.contact-option-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-option h3 {
  margin-bottom: 12px;
  color: var(--purple-dark);
  font-size: clamp(28px, 3vw, 38px);
}

.contact-option p {
  margin: 0;
  font-size: 14px;
}

.contact-option-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
}

.contact-option-footer b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: #FFFFFF;
  font-size: 13px;
  transition: 0.2s ease;
}

.contact-option:hover .contact-option-footer b {
  transform: translate(3px, -3px);
}

.contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-meta-label {
  display: block;
  margin-bottom: 5px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-meta p {
  max-width: 520px;
  margin: 0;
  font-size: 12px;
}

/* FOOTER — identidad y navegación */

.site-footer {
  padding: 58px 0 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(182, 167, 209, 0.08), transparent 22%),
    #17151B;
  color: #FFFFFF;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) 1fr 0.8fr;
  gap: 70px;
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-isotype-wrap {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #FFFFFF;
}

.footer-isotype-wrap img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
}

.footer-brand span {
  display: block;
  margin-top: 3px;
  color: #AFA8B6;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-nav-group {
  display: grid;
  gap: 14px;
}

.footer-nav-title {
  color: #B6A7D1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  color: #D2CCD7;
  font-size: 12px;
}

.footer-links a {
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #302C34;
  color: #8F8994;
  font-size: 10px;
}

.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}


/* RESPONSIVE */
@media (max-width: 1100px) {
  .brand img {
    width: 205px;
    max-height: 60px;
  }

  .main-nav { gap: 18px; }

  .hero-grid { gap: 45px; }

  .hero-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .menu-toggle { display: block; }

  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav.open { display: flex; }

  .hero-grid,
  .split-grid,
  .about-grid,
  .pro-grid,
  .contact-grid,
  .newsletter-card,
  .therapy-heading,
  .therapy-layout,
  .learning-header,
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .learning-header {
    gap: 24px;
  }

  .learning-lead {
    max-width: 680px;
    margin-left: 0;
  }

  .learning-offers {
    grid-template-columns: 1fr 1fr;
  }

  .therapy-heading {
    gap: 24px;
  }

  .therapy-intro {
    max-width: 680px;
  }

  .pathways-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pathways-intro-copy {
    max-width: 620px;
    margin-left: 0;
  }

  .pathway-row {
    grid-template-columns: 70px 1fr;
    gap: 24px;
  }

  .pathway-meta {
    grid-column: 2;
    min-height: auto;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .cards-2 { grid-template-columns: 1fr; }

  .portrait-card { min-height: 440px; }

  .portrait-placeholder { min-height: 412px; }

  .about-badge {
    width: 190px;
    height: 190px;
    border-radius: 50px;
  }

  .contact-actions { justify-content: flex-start; }
}

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

  .section { padding: 70px 0; }

  .nav-wrap { min-height: 76px; }

  .brand img {
    width: 185px;
    max-height: 56px;
  }

  .hero { padding: 58px 0 68px; }

  .hero-grid { gap: 42px; }

  h1 { font-size: 44px; }

  .pathway-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0;
  }

  .therapy-intro {
    padding-left: 18px;
  }

  .learning-offers {
    grid-template-columns: 1fr;
  }

  .learning-footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .learning-rail,
  .learning-offer {
    padding: 24px;
  }

  .therapy-step {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .therapy-focus {
    padding: 26px;
  }

  .therapy-statement {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .therapy-statement-mark {
    font-size: 58px;
  }

  .pathway-row:hover {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .pathway-row-accent::before {
    left: -8px;
  }

  .pathway-number {
    font-size: 30px;
  }

  .pathway-meta {
    grid-column: 1;
    min-height: auto;
  }

  .pathways-watermark {
    right: -150px;
    width: 280px;
  }

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

@media (max-width: 920px) {
  .pro-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pro-header-copy {
    max-width: 680px;
    margin-left: 0;
  }

  .pro-flow {
    grid-template-columns: 1fr 1fr;
  }

  .pro-flow-arrow {
    display: none;
  }

  .org-flow {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .org-flow-line {
    display: none;
  }
}

@media (max-width: 620px) {
  .pro-line-top,
  .pro-line-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .pro-flow,
  .org-flow {
    grid-template-columns: 1fr;
  }

  .pro-principle {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 1040px) {
  .about-editorial {
    grid-template-columns: 210px 1fr;
  }

  .about-now {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .about-now-links {
    margin-top: 30px;
  }
}

@media (max-width: 920px) {
  .about-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-lead {
    max-width: 680px;
    margin-left: 0;
  }

  .about-editorial {
    grid-template-columns: 1fr;
  }

  .about-signature {
    min-height: 240px;
  }

  .about-signature-copy {
    margin-top: 30px;
  }

  .about-now {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .about-area {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .about-signature,
  .about-now {
    padding: 24px;
  }
}

@media (max-width: 980px) {
  .resources-header,
  .resources-layout {
    grid-template-columns: 1fr;
  }

  .resources-header {
    gap: 24px;
  }

  .resources-lead {
    max-width: 680px;
    margin-left: 0;
  }

  .resource-featured {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .resource-featured {
    min-height: 470px;
    padding: 26px;
  }

  .resource-featured-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .resource-featured-flow b {
    display: none;
  }

  .resource-index-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .resources-footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .newsletter-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .newsletter-heading {
    max-width: 760px;
  }

  .newsletter-layout {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .newsletter-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .newsletter-form-panel {
    padding: 24px;
  }

  .newsletter-form-top {
    flex-direction: column;
    gap: 4px;
  }

  .newsletter-index-item {
    grid-template-columns: 38px 1fr;
  }
}

@media (max-width: 920px) {
  .contact-header,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .contact-header {
    gap: 24px;
  }

  .contact-lead {
    max-width: 680px;
    margin-left: 0;
  }

  .footer-main {
    gap: 38px;
  }
}

@media (max-width: 720px) {
  .contact-options,
  .contact-meta {
    grid-template-columns: 1fr;
  }

  .contact-option {
    min-height: 320px;
  }

  .contact-meta {
    gap: 24px;
  }
}

@media (max-width: 620px) {
  .contact-option {
    min-height: 300px;
    padding: 24px;
  }

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

  .footer-bottom-right {
    gap: 6px;
  }
}


/* =========================================================
   PULIDO GLOBAL v0.2
   ========================================================= */

:focus-visible {
  outline: 3px solid rgba(116, 85, 158, 0.38);
  outline-offset: 3px;
}

.footer-isotype-wrap {
  width: 76px;
  height: 76px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.footer-isotype-wrap img {
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.future-note-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.2s ease;
}

.future-note-link:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

@media (max-width: 620px) {
  .footer-isotype-wrap,
  .footer-isotype-wrap img {
    width: 68px;
    height: 68px;
  }
}

.pro-brand-subtitle {
  display: block;
  margin-top: -6px;
  color: #B6A7D1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   GROWTH / CRO POLISH v0.3
   ========================================================= */
:focus-visible {
  outline: 3px solid rgba(116, 85, 158, 0.30);
  outline-offset: 3px;
}

.newsletter-direct-panel {
  display: flex;
  flex-direction: column;
}

.newsletter-direct-copy {
  padding: 18px 0 8px;
  border-top: 1px solid rgba(182, 167, 209, 0.36);
}

.newsletter-direct-copy strong {
  display: block;
  color: var(--purple-dark);
  font-size: 14px;
}

.newsletter-direct-copy p {
  margin: 8px 0 0;
  font-size: 12px;
}

.newsletter-direct-action {
  width: fit-content;
  margin-top: 14px;
}

@media (max-width: 620px) {
  .newsletter-direct-action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
