:root {
  --ink: #111a38;
  --ink-soft: #253152;
  --violet: #7653d6;
  --violet-dark: #5539a9;
  --lilac: #a994f2;
  --lilac-pale: #e9e4ff;
  --mint: #36c9b5;
  --mint-pale: #daf8f1;
  --blue: #4169d8;
  --blue-pale: #e0e8ff;
  --coral: #f05a4f;
  --paper: #fbfaf7;
  --sand: #f2efe9;
  --line: #d9d8d2;
  --muted: #65708c;
  --white: #ffffff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(17, 26, 56, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }

.site-header { height: 82px; width: min(1320px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; gap: 36px; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: baseline; font-size: 20px; font-weight: 700; letter-spacing: -.06em; white-space: nowrap; }
.brand b { color: var(--violet); font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.main-nav a { color: var(--ink-soft); font-size: 13px; font-weight: 600; position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--violet); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-aside { display: flex; align-items: center; gap: 20px; margin-left: 16px; }
.microcopy { color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 14px 23px; background: var(--coral); color: white; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; box-shadow: 0 8px 18px rgba(240, 90, 79, .18); }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(240, 90, 79, .25); background: #e34e44; }
.button-small { padding: 11px 17px; font-size: 12px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.text-link span { font-size: 19px; font-weight: 400; line-height: 0; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.menu-toggle { display: none; background: none; border: 0; }

.hero { min-height: 640px; display: grid; grid-template-columns: 45% 55%; align-items: center; padding: 68px 0 94px; gap: 24px; }
.eyebrow { color: var(--violet); font-size: 11px; font-weight: 700; letter-spacing: .17em; margin: 0 0 18px; }
.hero h1, .inner-hero h1 { font-family: var(--serif); font-size: clamp(60px, 7.1vw, 104px); line-height: .91; letter-spacing: -.07em; font-weight: 600; margin: 0 0 28px; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.hero-lead { color: var(--ink-soft); max-width: 490px; font-size: 18px; line-height: 1.45; margin: 0 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-note { color: var(--muted); font-size: 11px; display: flex; align-items: center; gap: 8px; margin: 30px 0 0; }
.status-dot { display: inline-block; width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px var(--mint-pale); }

.cycle-visual { height: 480px; position: relative; max-width: 640px; justify-self: end; width: 100%; }
.cycle-orbit { position: absolute; border: 1.5px solid rgba(118, 83, 214, .33); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 344px; height: 344px; }
.orbit-two { width: 440px; height: 440px; border-color: rgba(118, 83, 214, .10); border-style: dashed; }
.cycle-center { width: 142px; height: 142px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; text-align: center; background: var(--white); border: 1px solid var(--lilac); border-radius: 50%; box-shadow: 0 15px 40px rgba(118, 83, 214, .13); }
.cycle-center::before { content: ""; width: 24px; height: 24px; border: 3px solid var(--lilac); border-right-color: transparent; border-radius: 50%; margin: 0 auto 7px; }
.cycle-center span, .cycle-center strong { font-size: 11px; letter-spacing: .08em; line-height: 1.15; }
.cycle-center strong { font-weight: 700; }
.cycle-center small { color: var(--muted); font-size: 9px; margin-top: 6px; }
.cycle-node { position: absolute; width: 126px; height: 126px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--ink); box-shadow: 0 15px 30px rgba(17,26,56,.11); border: 7px solid var(--paper); z-index: 2; }
.cycle-node .node-icon { font-size: 26px; line-height: 1; margin-bottom: 9px; }
.cycle-node small { font-size: 10px; line-height: 1.15; font-weight: 700; letter-spacing: .05em; }
.node-know { top: 10px; left: 50%; transform: translateX(-50%); background: var(--mint); }
.node-change { right: 8px; top: 50%; transform: translateY(-50%); background: var(--blue); color: var(--white); }
.node-test { bottom: 8px; left: 50%; transform: translateX(-50%); background: var(--lilac); }
.node-transform { left: 8px; top: 50%; transform: translateY(-50%); background: var(--violet); color: var(--white); }
.cycle-arrow { position: absolute; color: var(--violet); font-size: 25px; font-weight: 700; z-index: 3; }
.arrow-one { top: 90px; right: 95px; transform: rotate(25deg); }
.arrow-two { bottom: 93px; right: 98px; transform: rotate(115deg); }
.arrow-three { bottom: 93px; left: 95px; transform: rotate(205deg); }
.arrow-four { top: 90px; left: 96px; transform: rotate(295deg); }
.cycle-caption { position: absolute; font-size: 10px; font-weight: 700; letter-spacing: .13em; color: var(--violet); }
.caption-start { bottom: 12px; left: 19%; }
.caption-future { top: 22px; right: 2%; text-align: left; }

.stage-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 43px 0 49px; }
.stage-item { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding-right: 38px; }
.stage-item + .stage-item { border-left: 1px solid var(--line); padding-left: 36px; }
.stage-number { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; font-size: 11px; font-weight: 700; }
.number-mint { background: var(--mint); }
.number-lilac { background: var(--lilac); }
.number-violet { background: var(--violet); color: white; }
.stage-kicker { font-size: 11px; color: var(--violet); font-weight: 700; letter-spacing: .14em; margin: 3px 0 7px; }
.stage-item h2 { font-family: var(--serif); font-size: 25px; line-height: 1.05; letter-spacing: -.04em; margin: 0 0 12px; }
.stage-item p:not(.stage-kicker) { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; max-width: 260px; }

.human-section, .principles-section { background: var(--ink); color: white; }
.human-grid { min-height: 390px; display: grid; grid-template-columns: 40% 60%; gap: 70px; align-items: center; }
.eyebrow-light { color: var(--lilac); }
.human-section h2, .principles-section h2 { font-family: var(--serif); font-size: clamp(35px, 4vw, 56px); line-height: .98; letter-spacing: -.06em; margin: 0 0 22px; }
.body-light { color: #bdc8e3; font-size: 15px; line-height: 1.55; max-width: 415px; margin: 0 0 25px; }
.link-light { color: white; }
.equation { display: flex; align-items: center; justify-content: center; gap: 17px; }
.equation-item { width: 150px; height: 170px; border: 1px solid rgba(255,255,255,.19); border-radius: 85px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: rgba(118,83,214,.65); }
.equation-item span { color: white; font-size: 29px; line-height: 1; margin-bottom: 10px; }
.equation-item strong { font-size: 12px; letter-spacing: .08em; }
.equation-item small { color: #e4e5ff; font-size: 10px; line-height: 1.35; margin-top: 10px; }
.eq-ai { background: rgba(169,148,242,.78); color: var(--ink); }
.eq-ai small { color: var(--ink-soft); }
.eq-new { background: var(--violet); }
.operator { font-size: 26px; font-weight: 400; color: var(--lilac); }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-top: 104px; padding-bottom: 104px; }
.newsletter h2, .next-section h2 { font-family: var(--serif); font-size: clamp(40px, 4.5vw, 65px); line-height: .94; letter-spacing: -.06em; margin: 0; }
.newsletter-form label { display: block; color: var(--ink-soft); font-size: 15px; max-width: 390px; margin-bottom: 16px; }
.input-row { display: flex; gap: 8px; align-items: center; }
.input-row input { min-width: 0; flex: 1; padding: 14px 17px; border: 1px solid var(--line); background: white; border-radius: 999px; color: var(--ink); outline: none; }
.input-row input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px var(--lilac-pale); }
.newsletter-form small { color: var(--muted); font-size: 11px; display: block; margin-top: 12px; }
.site-footer { background: var(--sand); }
.footer-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand-footer { font-size: 16px; }
.footer-inner p { color: var(--muted); font-size: 12px; margin: 0; }
.footer-links { margin-left: auto; display: flex; gap: 21px; color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--violet); }

/* Cómo funciona */
.inner-hero { padding: 104px 0 86px; max-width: 1080px; }
.inner-hero h1 { font-size: clamp(56px, 7vw, 95px); max-width: 840px; }
.inner-lead { color: var(--ink-soft); font-size: 20px; line-height: 1.48; max-width: 660px; margin: 0; }
.mini-cycle { display: flex; align-items: center; width: min(620px, 100%); margin-top: 58px; }
.mini-dot { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); font-size: 11px; font-weight: 700; flex: 0 0 auto; }
.mini-cycle i { height: 1px; background: var(--line); flex: 1; position: relative; }
.mini-cycle i::after { content: "→"; position: absolute; right: -3px; top: -12px; color: var(--violet); font-style: normal; font-size: 16px; }
.dot-mint { background: var(--mint); }.dot-blue { background: var(--blue); color: white; }.dot-lilac { background: var(--lilac); }.dot-violet { background: var(--violet); color: white; }
.mini-cycle .loop-line { width: 32px; flex: 0 0 32px; transform: rotate(90deg); background: var(--violet); }
.method-section { padding: 28px 0 112px; }
.method-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; }
.method-heading h2 { font-family: var(--serif); font-size: clamp(38px, 4.6vw, 64px); line-height: .94; letter-spacing: -.06em; margin: 0; }
.method-list { display: grid; gap: 15px; }
.method-card { min-height: 202px; display: grid; grid-template-columns: 68px 1fr 170px; align-items: center; gap: 30px; padding: 30px 40px; border-radius: 4px; position: relative; overflow: hidden; }
.method-card::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 300px; height: 300px; border-radius: 50%; border: 1px solid currentColor; opacity: .12; }
.card-mint { background: var(--mint-pale); }.card-blue { background: var(--blue-pale); }.card-lilac { background: var(--lilac-pale); }.card-violet { background: var(--violet); color: white; }
.method-index { font-family: var(--serif); font-size: 45px; line-height: 1; opacity: .45; }
.method-content .stage-kicker { margin-top: 0; }.card-violet .stage-kicker { color: #d9d0ff; }
.method-content h3 { font-family: var(--serif); font-size: 29px; line-height: 1; letter-spacing: -.04em; margin: 0 0 10px; }
.method-content > p:not(.stage-kicker) { max-width: 590px; margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-soft); }.card-violet .method-content > p:not(.stage-kicker) { color: #e4e4fa; }
.method-content ul { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; padding: 0; margin: 18px 0 0; color: var(--ink-soft); font-size: 11px; }.card-violet .method-content ul { color: #d9d9f0; }
.method-content li::before { content: "—"; margin-right: 7px; color: var(--violet); }.card-violet .method-content li::before { color: var(--lilac); }
.method-mark { font-size: 80px; line-height: 1; color: var(--violet); opacity: .8; text-align: center; }.card-violet .method-mark { color: white; }
.principles-grid { min-height: 410px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.principle-stack { border-top: 1px solid rgba(255,255,255,.2); }
.principle-stack div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.principle-stack strong { color: var(--lilac); font-size: 12px; letter-spacing: .15em; }.principle-stack span { font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.next-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 102px; padding-bottom: 102px; }

@media (max-width: 980px) {
  .site-header { width: min(100% - 40px, 720px); gap: 18px; }.header-aside .microcopy { display: none; }.main-nav { gap: 16px; }.main-nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }.hero-copy { max-width: 670px; }.cycle-visual { justify-self: center; margin-top: -15px; }.human-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; padding-bottom: 70px; }.equation { justify-content: start; }.newsletter { gap: 35px; }
}
@media (max-width: 680px) {
  .section-shell { width: min(100% - 40px, 520px); }.site-header { width: calc(100% - 40px); height: 70px; }.main-nav, .header-aside { display: none; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; margin-left: auto; padding: 8px; }.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }.site-header.menu-open .main-nav { display: flex; flex-direction: column; position: absolute; top: 62px; right: 0; align-items: flex-start; padding: 18px 24px; background: white; box-shadow: var(--shadow); gap: 9px; width: 190px; }.site-header.menu-open .header-aside { display: block; position: absolute; top: 250px; right: 0; }
  .hero { padding: 65px 0 65px; min-height: auto; }.hero h1 { font-size: clamp(58px, 16vw, 83px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.cycle-visual { height: 360px; margin-top: 24px; transform: scale(.78); transform-origin: top center; width: 128%; margin-left: -14%; margin-bottom: -60px; }.orbit-two { width: 420px; height: 420px; }.stage-strip { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; }.stage-item { padding-right: 0; }.stage-item + .stage-item { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 26px; }.human-grid { padding-top: 60px; padding-bottom: 60px; }.equation { gap: 5px; }.equation-item { width: 92px; height: 125px; }.equation-item strong { font-size: 10px; }.equation-item small { font-size: 8px; }.operator { font-size: 18px; }.newsletter { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }.input-row { align-items: stretch; flex-direction: column; }.input-row .button { width: 100%; }.footer-inner { flex-wrap: wrap; padding-top: 25px; padding-bottom: 25px; }.footer-inner p { order: 3; width: 100%; }.footer-links { margin-left: auto; }
  .inner-hero { padding: 73px 0 63px; }.inner-hero h1 { font-size: clamp(53px, 15vw, 79px); }.inner-lead { font-size: 17px; }.mini-cycle { margin-top: 38px; }.method-heading { display: block; }.method-card { grid-template-columns: 38px 1fr; gap: 16px; padding: 25px 22px; }.method-mark { position: absolute; right: 19px; top: 17px; font-size: 48px; }.method-content { grid-column: 2; }.method-index { grid-row: 1; font-size: 31px; }.method-content h3 { font-size: 25px; padding-right: 30px; }.method-content ul { display: block; }.method-content li { margin-top: 5px; }.principles-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 65px; padding-bottom: 65px; }.next-section { align-items: flex-start; flex-direction: column; padding-top: 70px; padding-bottom: 70px; }
}

/* Producto integral */
.hidden { display: none !important; }
.assessment-shell { padding: 100px 0 120px; min-height: 660px; }
.assessment-intro { max-width: 700px; }.assessment-intro h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 98px); line-height: .91; letter-spacing: -.07em; margin: 0 0 27px; }.assessment-intro .inner-lead { margin-bottom: 28px; }.assessment-meta { color: var(--muted); font-size: 11px; margin-top: 18px; }
.assessment-card { width: min(760px, 100%); margin: 0 auto; padding: 38px 46px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 5px; }.progress-top { display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 700; }.progress-bar { height: 3px; background: var(--sand); margin-top: 11px; }.progress-bar span { display: block; height: 100%; width: 12%; background: var(--violet); transition: width .25s ease; }.question-index { color: var(--violet); font-family: var(--serif); font-size: 24px; margin: 43px 0 13px; }.assessment-card h2 { font-family: var(--serif); font-size: clamp(34px, 4.7vw, 56px); line-height: .98; letter-spacing: -.055em; margin: 0; }.question-subtitle { color: var(--muted); margin: 13px 0 25px; }.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.option { border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: 17px 15px; display: grid; grid-template-columns: 28px 1fr 16px; gap: 8px; text-align: left; align-items: center; cursor: pointer; min-height: 65px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }.option:hover { transform: translateY(-2px); border-color: var(--violet); }.option span { color: var(--violet); font-size: 11px; font-weight: 700; }.option b { color: var(--violet); font-size: 17px; font-weight: 400; }.option.selected { border-color: var(--violet); background: var(--lilac-pale); box-shadow: inset 4px 0 var(--violet); }.assessment-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; }.text-button { border: 0; background: none; padding: 8px 0; color: var(--ink-soft); font-weight: 700; font-size: 13px; cursor: pointer; }.text-button:hover { color: var(--violet); }.shake { animation: shake .3s ease; }@keyframes shake { 25% { transform: translateX(-6px); } 75% { transform: translateX(6px); } }
.assessment-result { max-width: 1000px; margin: 0 auto; }.assessment-result h2 { font-family: var(--serif); font-size: clamp(48px, 6vw, 80px); line-height: .93; letter-spacing: -.065em; margin: 0 0 22px; }.result-intro { color: var(--muted); max-width: 570px; font-size: 17px; }.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 42px 0 22px; }.result-path { min-height: 250px; padding: 26px; display: flex; flex-direction: column; border-radius: 4px; }.result-path > span { font-size: 10px; letter-spacing: .15em; font-weight: 700; }.result-path h3 { font-family: var(--serif); font-size: 27px; line-height: 1; letter-spacing: -.04em; margin: 33px 0 10px; }.result-path p { color: var(--ink-soft); font-size: 13px; line-height: 1.45; margin: 0 0 18px; }.result-path a { margin-top: auto; font-size: 12px; font-weight: 700; }.path-mint { background: var(--mint-pale); }.path-lilac { background: var(--lilac-pale); }.path-violet { background: var(--violet); color: white; }.path-violet p { color: #e6e3f9; }.result-advantage { background: var(--ink); color: white; padding: 28px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-bottom: 30px; }.result-advantage h3 { font-family: var(--serif); font-size: 30px; line-height: 1; margin: 0; }.result-advantage .eyebrow { margin-bottom: 9px; }.result-advantage p:last-child { color: #c6cee5; font-size: 14px; margin: 0; }
.assessment-trust { background: var(--sand); }.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 30px; padding-bottom: 30px; }.trust-grid div { display: flex; flex-direction: column; gap: 4px; padding: 0 25px; border-left: 1px solid var(--line); }.trust-grid div:first-child { padding-left: 0; border-left: 0; }.trust-grid strong { font-size: 12px; }.trust-grid span { color: var(--muted); font-size: 12px; }
.explore-stat-row { display: flex; gap: 0; margin-top: 48px; width: min(720px, 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 21px 0; }.explore-stat-row div { flex: 1; display: flex; flex-direction: column; gap: 6px; padding-left: 20px; border-left: 1px solid var(--line); }.explore-stat-row div:first-child { padding-left: 0; border-left: 0; }.explore-stat-row strong { color: var(--violet); font-family: var(--serif); font-size: 25px; line-height: .9; }.explore-stat-row span { color: var(--muted); font-size: 11px; line-height: 1.3; }.case-section { padding-bottom: 105px; }.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }.section-title-row h2, .case-detail h2, .community-hero h1, .shop-hero h1, .mentor-hero h1, .faq-hero h1, .legal-page h1 { font-family: var(--serif); font-size: clamp(47px, 5.3vw, 75px); line-height: .93; letter-spacing: -.065em; margin: 0; }.section-intro { max-width: 345px; color: var(--muted); font-size: 14px; margin: 0; }.filter-row { display: flex; gap: 7px; }.filter { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 8px 13px; font-size: 11px; color: var(--muted); cursor: pointer; }.filter.active, .filter:hover { background: var(--violet); color: white; border-color: var(--violet); }.profession-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.profession-card { min-height: 308px; display: flex; flex-direction: column; padding: 23px 21px; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }.profession-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.card-tag, .offer-label { color: var(--violet); font-size: 10px; font-weight: 700; letter-spacing: .13em; margin: 0; }.profession-card h3 { font-family: var(--serif); font-size: 30px; line-height: 1; letter-spacing: -.045em; margin: 28px 0 10px; }.profession-card > p { color: var(--muted); font-size: 12px; line-height: 1.45; margin: 0 0 15px; }.case-line { display: flex; gap: 10px; font-size: 10px; border-top: 1px solid var(--line); padding: 8px 0 0; margin-top: 5px; }.case-line b { color: var(--violet); font-size: 9px; letter-spacing: .1em; }.case-line span { color: var(--muted); }.profession-card > a { margin-top: auto; font-size: 11px; font-weight: 700; }.case-detail { padding: 78px 0 100px; display: grid; grid-template-columns: 40% 60%; gap: 70px; align-items: start; border-top: 1px solid var(--line); }.case-detail-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }.case-detail-grid div { padding: 19px 0; border-bottom: 1px solid var(--line); }.case-detail-grid span { font-size: 10px; color: var(--violet); font-weight: 700; letter-spacing: .14em; }.case-detail-grid p { max-width: 510px; color: var(--muted); font-size: 14px; margin: 5px 0 0; }.dark-cta, .community-membership, .mentor-process, .resources-shop, .contact-section { background: var(--ink); color: white; }.dark-cta-inner { min-height: 280px; display: flex; justify-content: space-between; align-items: center; }.dark-cta h2, .community-membership h2, .mentor-process h2 { font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: .93; letter-spacing: -.065em; margin: 0; }
.community-hero, .mentor-hero { min-height: 455px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 45px; }.community-hero h1, .mentor-hero h1 { font-size: clamp(63px, 7vw, 102px); }.community-signal, .mentor-orbit { justify-self: end; width: 325px; height: 325px; border-radius: 50%; border: 1px solid var(--violet); display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--lilac-pale); color: var(--ink); position: relative; transform: rotate(-7deg); }.community-signal::before, .mentor-orbit::before { content: ""; position: absolute; width: 275px; height: 275px; border-radius: 50%; border: 1px dashed var(--lilac); }.community-signal span, .mentor-orbit span { color: var(--violet); font-size: 11px; font-weight: 700; letter-spacing: .14em; z-index: 1; }.community-signal strong { font-family: var(--serif); font-size: 47px; line-height: .84; text-align: center; z-index: 1; }.community-signal i { color: var(--violet); font-size: 38px; font-style: normal; margin-top: 12px; z-index: 1; }.content-library { padding: 84px 0 105px; }.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.library-card { min-height: 245px; background: white; padding: 24px; border: 1px solid var(--line); display: flex; flex-direction: column; }.library-card:hover { border-color: var(--violet); }.library-card:nth-child(2) { background: var(--mint-pale); }.library-card:nth-child(3) { background: var(--lilac-pale); }.library-card:nth-child(4) { background: var(--blue-pale); }.library-card:nth-child(5) { background: var(--ink); color: white; }.library-card:nth-child(5) .card-tag, .library-card:nth-child(5) a { color: var(--lilac); }.library-card:nth-child(6) { background: var(--sand); }.library-icon { color: var(--violet); font-size: 25px; line-height: 1; margin-bottom: 24px; }.library-card h3 { font-family: var(--serif); font-size: 26px; line-height: 1; letter-spacing: -.04em; margin: 8px 0 10px; }.library-card > p:not(.card-tag) { color: var(--muted); font-size: 12px; line-height: 1.4; margin: 0; }.library-card:nth-child(5) > p:not(.card-tag) { color: #c5cee6; }.library-card a { color: var(--violet); margin-top: auto; font-size: 11px; font-weight: 700; }.membership-grid { min-height: 500px; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 90px; }.check-list { list-style: none; padding: 0; margin: 27px 0 0; color: #d7dcef; font-size: 13px; }.check-list li { margin: 10px 0; }.check-list li::before { content: "✓"; color: var(--mint); margin-right: 10px; }.membership-card { background: white; color: var(--ink); padding: 34px 31px; }.membership-card h3 { font-family: var(--serif); font-size: 32px; line-height: 1; margin: 28px 0 30px; }.price-line { display: flex; align-items: baseline; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }.price-line strong { font-family: var(--serif); font-size: 45px; letter-spacing: -.06em; }.price-line span { color: var(--muted); font-size: 12px; }.annual { margin: 14px 0 25px; color: var(--muted); font-size: 12px; }.annual strong { color: var(--ink); font-size: 21px; }.annual b { color: var(--violet); font-size: 10px; margin-left: 5px; }.membership-card small { display: block; color: var(--muted); font-size: 10px; margin-top: 14px; }.newsletter-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding-top: 90px; padding-bottom: 90px; }.newsletter-band h2 { font-family: var(--serif); font-size: clamp(43px, 5vw, 66px); line-height: .93; letter-spacing: -.06em; margin: 0 0 14px; }.newsletter-band p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.shop-hero { padding-bottom: 78px; }.offer-section { padding-bottom: 110px; }.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.offer-card { min-height: 355px; padding: 26px 22px; display: flex; flex-direction: column; }.offer-card h2 { font-family: var(--serif); font-size: 33px; line-height: .93; letter-spacing: -.05em; margin: 37px 0 14px; }.offer-card > p { color: var(--muted); font-size: 13px; line-height: 1.42; margin: 0; }.offer-card ul { color: var(--muted); font-size: 11px; list-style: none; padding: 0; line-height: 1.9; margin: 17px 0 0; }.offer-card li::before { content: "—"; color: var(--violet); margin-right: 6px; }.offer-card a { margin-top: auto; font-size: 12px; font-weight: 700; }.offer-free { border: 1px solid var(--line); background: white; }.offer-starter { background: var(--mint-pale); }.offer-roadmap { background: var(--lilac-pale); }.offer-path { background: var(--violet); color: white; }.offer-path .offer-label { color: #ded7ff; }.offer-path > p, .offer-path ul { color: #e4e4fa; }.offer-path a { color: white; }.resources-shop { padding: 85px 0 100px; }.resources-shop .section-title-row { align-items: start; }.resource-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.2); }.resource-row article { min-height: 180px; padding: 22px 20px 0; border-left: 1px solid rgba(255,255,255,.2); }.resource-row article:first-child { border-left: 0; padding-left: 0; }.resource-row span { color: var(--lilac); font-size: 10px; letter-spacing: .15em; font-weight: 700; }.resource-row h3 { font-family: var(--serif); font-size: 24px; line-height: 1; max-width: 250px; margin: 27px 0 20px; }.resource-row a { color: white; font-size: 12px; font-weight: 700; }.learning-section { padding: 95px 0; }.learning-section h2 { font-family: var(--serif); font-size: clamp(43px, 5vw, 68px); line-height: .93; letter-spacing: -.06em; margin: 0 0 48px; }.learning-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.learning-grid > div { padding: 21px 17px 0; border-left: 1px solid var(--line); min-height: 175px; }.learning-grid > div:first-child { border-left: 0; padding-left: 0; }.learning-grid strong { color: var(--violet); font-size: 11px; }.learning-grid h3 { font-family: var(--serif); font-size: 25px; line-height: 1; margin: 27px 0 10px; }.learning-grid p { color: var(--muted); font-size: 12px; margin: 0; }
.mentor-hero { padding-bottom: 85px; }.mentor-orbit { background: var(--mint-pale); transform: rotate(5deg); gap: 10px; }.mentor-orbit i { color: var(--violet); font-size: 24px; font-style: normal; z-index: 1; }.mentor-orbit strong { color: var(--violet); font-size: 34px; z-index: 1; margin-top: 12px; }.mentor-options { padding-bottom: 110px; }.mentor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.mentor-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; }.mentor-group { background: var(--lilac-pale); }.mentor-individual { background: var(--violet); color: white; }.mentor-individual .card-tag { color: #ddd5ff; }.mentor-card h3 { font-family: var(--serif); font-size: 40px; line-height: .93; margin: 30px 0 14px; }.mentor-card > p:not(.card-tag) { max-width: 410px; color: var(--muted); font-size: 14px; }.mentor-individual > p:not(.card-tag) { color: #e2def6; }.mentor-card ul { list-style: none; padding: 0; color: var(--muted); font-size: 12px; margin: 12px 0 25px; }.mentor-individual ul { color: #e5e2fa; }.mentor-card li { margin: 6px 0; }.mentor-card li::before { content: "✓"; color: var(--violet); margin-right: 9px; }.mentor-individual li::before { color: var(--mint); }.mentor-card .button { align-self: flex-start; margin-top: auto; }.mentor-process { padding: 90px 0 100px; }.mentor-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 51px; border-top: 1px solid rgba(255,255,255,.2); }.mentor-steps > div { min-height: 150px; padding: 22px 20px 0; border-left: 1px solid rgba(255,255,255,.2); }.mentor-steps > div:first-child { padding-left: 0; border-left: 0; }.mentor-steps span { color: var(--lilac); font-size: 11px; }.mentor-steps strong { display: block; font-family: var(--serif); font-size: 27px; margin: 24px 0 7px; }.mentor-steps p { color: #c3cce3; font-size: 12px; max-width: 240px; margin: 0; }
.faq-hero { padding-bottom: 60px; }.faq-section { padding-bottom: 110px; max-width: 930px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }.faq-list summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 24px; line-height: 1.05; padding-right: 28px; position: relative; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 2px; color: var(--violet); font-family: var(--sans); font-size: 23px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 690px; color: var(--muted); font-size: 14px; line-height: 1.55; margin: 16px 0 3px; }.contact-grid { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }.contact-form label { color: #c7cfe4; font-size: 11px; margin-top: 8px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); color: white; background: transparent; padding: 9px 0; border-radius: 0; outline: none; resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7e8ba9; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lilac); }.contact-form select { color: #c7cfe4; }.contact-form textarea, .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form button { grid-column: 1 / -1; }.contact-form button { justify-self: start; margin-top: 18px; }
.legal-page { padding: 100px 0 130px; max-width: 980px; }.legal-page h1 { font-size: clamp(52px, 6vw, 84px); }.legal-updated { color: var(--muted); font-size: 12px; margin: 27px 0 60px; }.legal-copy { max-width: 740px; }.legal-copy h2 { font-family: var(--serif); font-size: 29px; line-height: 1; margin: 38px 0 13px; }.legal-copy p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; }.legal-note { margin-top: 45px; padding: 18px 20px; background: var(--lilac-pale); }
@media (max-width: 980px) { .profession-grid { grid-template-columns: repeat(2, 1fr); }.offer-grid { grid-template-columns: repeat(2, 1fr); }.membership-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 72px; padding-bottom: 72px; }.membership-card { max-width: 460px; }.community-hero, .mentor-hero { gap: 35px; }.case-detail, .contact-grid { gap: 45px; }.mentor-options { padding-bottom: 75px; } }
@media (max-width: 680px) { .assessment-shell { padding: 72px 0 80px; }.assessment-card { padding: 25px 20px; }.option-grid { grid-template-columns: 1fr; }.option { min-height: 57px; }.result-grid { grid-template-columns: 1fr; }.result-path { min-height: 190px; }.result-advantage { grid-template-columns: 1fr; gap: 12px; }.trust-grid { grid-template-columns: 1fr; gap: 18px; }.trust-grid div, .trust-grid div:first-child { padding: 0; border-left: 0; }.explore-stat-row { gap: 12px; }.explore-stat-row div { padding-left: 12px; }.explore-stat-row strong { font-size: 19px; }.section-title-row { align-items: start; flex-direction: column; }.filter-row { flex-wrap: wrap; }.profession-grid, .offer-grid, .library-grid { grid-template-columns: 1fr; }.profession-card { min-height: 260px; }.case-detail, .contact-grid { grid-template-columns: 1fr; }.dark-cta-inner { align-items: flex-start; flex-direction: column; padding-top: 60px; padding-bottom: 60px; }.community-hero, .mentor-hero { min-height: 430px; grid-template-columns: 1fr; padding-bottom: 45px; }.community-signal, .mentor-orbit { justify-self: center; width: 260px; height: 260px; }.community-signal::before, .mentor-orbit::before { width: 220px; height: 220px; }.community-signal strong { font-size: 38px; }.newsletter-band { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }.resource-row, .learning-grid, .mentor-grid, .mentor-steps { grid-template-columns: 1fr; }.resource-row article, .learning-grid > div, .mentor-steps > div, .resource-row article:first-child, .learning-grid > div:first-child, .mentor-steps > div:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 18px 0; min-height: auto; }.learning-grid > div { border-color: var(--line); }.mentor-card { min-height: 350px; }.contact-form { grid-template-columns: 1fr; }.contact-form textarea, .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form button { grid-column: auto; }.legal-page { padding-top: 70px; padding-bottom: 90px; }.legal-copy h2 { font-size: 25px; } }

/* Home v1.1 — estética editorial de bloques planos */
.home-page { background: #fbfaf7; }
.home-page .site-header { width: min(1320px, calc(100% - 72px)); }
.home-page .hero { grid-template-columns: 42% 58%; min-height: 590px; padding-top: 74px; padding-bottom: 78px; }
.home-page .hero h1 { font-size: clamp(68px, 7.9vw, 112px); color: #111a38; }
.home-page .hero h1 em { color: #7653d6; }
.home-page .hero-lead { font-size: 17px; max-width: 455px; }
.home-page .hero .button, .home-page .header-aside .button { background: #f05a4f; }
.home-page .cycle-visual { height: 450px; max-width: 620px; }
.home-page .cycle-orbit { border-color: rgba(118,83,214,.38); }
.home-page .orbit-two { border-color: rgba(118,83,214,.14); }
.home-page .cycle-center { border: 0; box-shadow: none; background: #e9e4ff; width: 142px; height: 142px; }
.home-page .cycle-center::before { border-color: #7653d6; border-right-color: transparent; }
.home-page .cycle-node { border: 5px solid #fbfaf7; box-shadow: none; }
.home-page .node-know { background: #d9f7f0; color: #111a38; }
.home-page .node-change { background: #e0e8ff; color: #111a38; }
.home-page .node-test { background: #e9e4ff; color: #111a38; }
.home-page .node-transform { background: #7653d6; color: white; }
.home-page .cycle-arrow { color: #7653d6; }
.home-page .stage-strip { border: 0; padding: 0 0 86px; gap: 13px; }
.home-page .stage-item, .home-page .stage-item + .stage-item { border: 0; padding: 29px 29px 31px; display: flex; gap: 19px; min-height: 210px; }
.home-page .stage-item:nth-child(1) { background: #d9f7f0; }
.home-page .stage-item:nth-child(2) { background: #e9e4ff; }
.home-page .stage-item:nth-child(3) { background: #7653d6; color: white; }
.home-page .stage-item:nth-child(3) .stage-kicker { color: #ded7ff; }
.home-page .stage-item:nth-child(3) p:not(.stage-kicker) { color: #eeeaff; }
.home-page .stage-number { flex: 0 0 35px; background: transparent; border: 1px solid currentColor; color: inherit; }
.home-page .stage-item:nth-child(1) .stage-number { color: #111a38; }
.home-page .stage-item:nth-child(2) .stage-number { color: #7653d6; }
.home-page .stage-item:nth-child(3) .stage-number { color: white; }
.home-page .stage-item h2 { font-size: 27px; }
.home-page .stage-item p:not(.stage-kicker) { color: #65708c; }
.home-page .human-section { background: #111a38; }
.home-page .human-grid { min-height: 360px; }
.home-page .equation-item { border-radius: 2px; width: 140px; height: 150px; background: #7653d6; }
.home-page .eq-ai { background: #a994f2; }
.home-page .eq-new { background: #7653d6; }
.home-page .newsletter { padding-top: 96px; padding-bottom: 96px; }
.home-page .newsletter h2 em { color: #7653d6; }
.home-page .newsletter .button { background: #f05a4f; }
.home-page .site-footer { background: #f2efe9; }
@media (max-width: 980px) { .home-page .hero { grid-template-columns: 1fr; }.home-page .cycle-visual { justify-self: center; }.home-page .stage-item, .home-page .stage-item + .stage-item { padding: 24px; } }
@media (max-width: 680px) { .home-page .site-header { width: calc(100% - 40px); }.home-page .hero { padding-top: 55px; }.home-page .hero h1 { font-size: clamp(61px, 17vw, 86px); }.home-page .cycle-visual { transform: scale(.78); width: 128%; margin-left: -14%; margin-bottom: -58px; }.home-page .stage-strip { gap: 12px; }.home-page .stage-item, .home-page .stage-item + .stage-item { min-height: 180px; padding: 24px; } }

/* Asistente de atención */
.support-bot { position: fixed; right: 24px; bottom: 23px; z-index: 20; font-size: 13px; }
.support-bot-toggle { border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 12px 17px 12px 12px; display: flex; align-items: center; gap: 9px; cursor: pointer; box-shadow: 0 12px 30px rgba(17,26,56,.22); font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.support-bot-toggle:hover { transform: translateY(-2px); background: var(--violet); }
.bot-spark { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; background: var(--lilac); color: var(--ink); border-radius: 50%; font-size: 15px; }
.support-bot-panel { position: absolute; right: 0; bottom: 57px; width: 345px; background: white; border: 1px solid var(--line); box-shadow: 0 22px 65px rgba(17,26,56,.2); }
.support-bot-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 17px 14px; background: var(--ink); color: white; }.support-bot-head strong { display: block; font-size: 13px; }.support-bot-head small { display: block; color: #bfc9e4; font-size: 10px; margin-top: 3px; }.support-bot-head button { background: none; border: 0; color: white; font-size: 22px; cursor: pointer; line-height: 1; }
.support-bot-messages { height: 300px; overflow-y: auto; padding: 15px; background: var(--paper); }.bot-message, .user-message, .bot-thinking-message { width: fit-content; max-width: 90%; padding: 10px 12px; line-height: 1.4; font-size: 12px; margin-bottom: 10px; }.bot-message, .bot-thinking-message { background: var(--lilac-pale); color: var(--ink); }.bot-thinking-message { opacity: .65; font-style: italic; }.user-message { margin-left: auto; background: var(--ink); color: white; }.bot-suggestions { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 12px; }.bot-suggestions button { border: 1px solid var(--lilac); background: white; color: var(--violet-dark); padding: 7px 9px; font-size: 10px; text-align: left; cursor: pointer; }.bot-suggestions button:hover { background: var(--lilac-pale); }
.support-bot-form { display: flex; gap: 6px; padding: 11px; border-top: 1px solid var(--line); }.support-bot-form input { min-width: 0; flex: 1; border: 1px solid var(--line); padding: 10px 11px; outline: none; font-size: 12px; }.support-bot-form input:focus { border-color: var(--violet); }.support-bot-form button { width: 38px; border: 0; color: white; background: var(--coral); cursor: pointer; font-size: 17px; }.support-bot-disclaimer { display: block; color: var(--muted); padding: 0 12px 10px; font-size: 9px; background: white; }
@media (max-width: 680px) { .support-bot { right: 14px; bottom: 14px; }.support-bot-panel { right: -1px; width: min(345px, calc(100vw - 28px)); }.support-bot-toggle { padding-right: 13px; } }

/* Assessment completo */
.assessment-app { padding: 94px 0 115px; min-height: 700px; }
.assessment-welcome { max-width: 920px; }.assessment-welcome h1 { font-family: var(--serif); font-size: clamp(64px, 8vw, 112px); line-height: .9; letter-spacing: -.075em; margin: 0 0 25px; }.assessment-welcome .inner-lead { max-width: 670px; margin-bottom: 38px; }.welcome-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 780px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 36px 0 34px; padding: 20px 0; }.welcome-columns div { padding: 0 19px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; }.welcome-columns div:first-child { border-left: 0; padding-left: 0; }.welcome-columns strong { color: var(--violet); font-family: var(--serif); font-size: 25px; line-height: 1; }.welcome-columns span { color: var(--muted); font-size: 11px; line-height: 1.35; max-width: 180px; }.assessment-workspace { width: min(850px, 100%); margin: 0 auto; }.assessment-topline { display: flex; align-items: end; justify-content: space-between; margin-bottom: 11px; }.assessment-topline div { display: flex; align-items: center; gap: 16px; }.assessment-topline span { color: var(--violet); font-size: 10px; font-weight: 700; letter-spacing: .15em; }.assessment-topline b { color: var(--muted); font-size: 11px; font-weight: 500; }.save-exit { border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); padding: 2px 0; font-size: 11px; cursor: pointer; }.progress-wide { width: 100%; }.question-panel { background: white; border: 1px solid var(--line); margin-top: 28px; padding: 45px 52px 51px; box-shadow: var(--shadow); }.question-panel .question-index { color: var(--violet); font-family: var(--serif); font-size: 24px; margin: 0 0 12px; }.question-panel h2 { font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); line-height: .95; letter-spacing: -.065em; margin: 0; max-width: 700px; }.question-panel .question-subtitle { color: var(--muted); margin: 15px 0 29px; }.option-grid-wide { grid-template-columns: repeat(2, 1fr); }.option-grid-wide .option { min-height: 70px; background: var(--paper); }.option-grid-wide .option b { font-weight: 500; font-size: 13px; line-height: 1.35; }.option-grid-wide .option i { color: var(--violet); font-size: 18px; font-style: normal; }.assessment-workspace .assessment-actions { padding: 0 4px; margin-top: 24px; }.assessment-results { max-width: 1040px; margin: 0 auto; }.result-header h1 { font-family: var(--serif); font-size: clamp(57px, 7vw, 96px); line-height: .91; letter-spacing: -.07em; margin: 0 0 25px; }.result-header .result-intro { max-width: 710px; color: var(--muted); font-size: 17px; line-height: 1.5; }.profile-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 44px 0 15px; padding: 19px 0; }.profile-summary div { padding: 0 17px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }.profile-summary div:first-child { border-left: 0; padding-left: 0; }.profile-summary span { color: var(--violet); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }.profile-summary strong { font-family: var(--serif); font-size: 19px; line-height: 1.1; }.advantage-result { background: var(--ink); color: white; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 35px; padding: 43px 46px; margin: 15px 0 84px; }.advantage-result h2 { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); line-height: .96; letter-spacing: -.06em; margin: 0 0 17px; }.advantage-result h2 em { color: var(--lilac); }.advantage-result p:last-child { color: #bec8e3; font-size: 14px; line-height: 1.5; max-width: 540px; margin: 0; }.advantage-formula { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; }.advantage-formula span, .advantage-formula strong { min-width: 74px; height: 74px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; letter-spacing: .08em; background: var(--violet); }.advantage-formula span:nth-of-type(2) { background: var(--lilac); color: var(--ink); }.advantage-formula b { color: var(--lilac); font-size: 22px; font-weight: 400; }.advantage-formula strong { background: var(--mint); color: var(--ink); line-height: 1.1; }.paths-heading { margin-bottom: 33px; }.paths-heading h2 { font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); line-height: .93; letter-spacing: -.065em; margin: 0; }.full-path-grid { display: grid; gap: 15px; }.full-path { padding: 33px 35px 35px; }.path-mint { background: var(--mint-pale); }.path-lilac { background: var(--lilac-pale); }.path-violet { background: var(--violet); color: white; }.path-top { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .14em; font-weight: 700; color: var(--violet); }.path-violet .path-top { color: #e2dcff; }.full-path h3 { font-family: var(--serif); font-size: 40px; line-height: .95; letter-spacing: -.055em; margin: 27px 0 10px; }.path-why { max-width: 730px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; margin: 0; }.path-violet .path-why { color: #e8e5fa; }.path-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(17,26,56,.14); margin: 25px 0 27px; padding-top: 18px; }.path-violet .path-columns { border-color: rgba(255,255,255,.24); }.path-columns b { display: block; color: var(--violet); font-size: 10px; letter-spacing: .12em; }.path-violet .path-columns b { color: #ddd4ff; }.path-columns ul { list-style: none; padding: 0; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }.path-violet .path-columns ul { color: #e0ddf5; }.path-columns li { margin: 5px 0; }.path-columns li::before { content: "—"; color: var(--violet); margin-right: 7px; }.path-violet .path-columns li::before { color: var(--mint); }.path-select { background: var(--ink); box-shadow: none; }.path-violet .path-select { background: white; color: var(--ink); }.result-footnote { display: flex; gap: 20px; border-left: 3px solid var(--violet); margin: 35px 0; padding: 4px 0 4px 18px; }.result-footnote span { color: var(--violet); font-size: 10px; letter-spacing: .15em; font-weight: 700; }.result-footnote p { color: var(--muted); font-size: 12px; margin: 0; max-width: 690px; }.experiment-result { border-top: 1px solid var(--line); padding-top: 59px; margin-top: 54px; }.experiment-header { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 35px; }.experiment-header h2 { font-family: var(--serif); font-size: clamp(40px, 5vw, 65px); line-height: .93; letter-spacing: -.06em; margin: 0; }.experiment-header p:last-child { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }.experiment-list { border-top: 1px solid var(--line); }.experiment-day { min-height: 73px; display: grid; grid-template-columns: 34px 70px 1fr 25px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); cursor: pointer; }.experiment-day input { position: absolute; opacity: 0; }.day-number { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--violet); color: var(--violet); border-radius: 50%; font-size: 10px; font-weight: 700; }.experiment-day > span:nth-of-type(2) b { display: block; font-family: var(--serif); font-size: 19px; line-height: 1.1; }.experiment-day > span:nth-of-type(2) small { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; margin-top: 4px; }.experiment-day > i { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: transparent; border-radius: 50%; font-style: normal; font-size: 12px; }.experiment-day.done .day-number, .experiment-day.done > i { background: var(--mint); border-color: var(--mint); color: var(--ink); }.experiment-day.done > span:nth-of-type(2) { opacity: .55; }.experiment-reflection { background: var(--lilac-pale); padding: 30px 34px; margin-top: 28px; }.experiment-reflection h3 { font-family: var(--serif); font-size: 29px; line-height: 1; margin: 4px 0 10px; }.experiment-reflection p:last-child { color: var(--muted); font-size: 13px; margin: 0; }.result-actions { display: flex; align-items: center; gap: 22px; margin-top: 42px; }
@media (max-width: 680px) { .assessment-app { padding: 72px 0 80px; }.welcome-columns, .profile-summary { grid-template-columns: 1fr; gap: 16px; }.welcome-columns div, .welcome-columns div:first-child, .profile-summary div, .profile-summary div:first-child { border-left: 0; padding-left: 0; }.question-panel { padding: 31px 20px; }.assessment-topline div { align-items: start; flex-direction: column; gap: 3px; }.option-grid-wide { grid-template-columns: 1fr; }.advantage-result { grid-template-columns: 1fr; padding: 30px 23px; }.advantage-formula { justify-content: flex-start; gap: 6px; }.advantage-formula span, .advantage-formula strong { min-width: 61px; width: 61px; height: 61px; font-size: 8px; }.path-top { flex-direction: column; gap: 6px; }.full-path { padding: 27px 22px; }.full-path h3 { font-size: 34px; }.path-columns { grid-template-columns: 1fr; gap: 15px; }.result-footnote { display: block; }.result-footnote p { margin-top: 9px; }.experiment-header { grid-template-columns: 1fr; gap: 17px; }.experiment-day { grid-template-columns: 28px 54px 1fr 22px; gap: 8px; }.experiment-day > span:nth-of-type(2) small { font-size: 11px; }.experiment-reflection { padding: 25px 22px; } }

/* Asistente lateral persistente durante el scroll */
.support-bot { top: 50%; right: 22px; bottom: auto; transform: translateY(-50%); }
.support-bot-panel { top: 50%; bottom: auto; transform: translateY(-50%); }
.support-bot-toggle { writing-mode: horizontal-tb; }
@media (max-width: 680px) {
  .support-bot { top: auto; right: 14px; bottom: 14px; transform: none; }
  .support-bot-panel { top: auto; bottom: 57px; transform: none; }
}
