/* GENERADO por scripts/build-css.mjs — no editar a mano.
   Fuentes: resources/landing/head.css, public/assets/css/ds/design-system.css, resources/landing/landing-source.css, resources/landing/tail.css
   Podado contra: https://mancii.test/inicio, https://mancii.test/para-universidades, https://mancii.test/registro
   358/1908 reglas, 2/8 @keyframes. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/poppins-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/poppins-latin-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/poppins-latin-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); font-family: var(--font-sans); font-size: 16px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.app { min-height: 100vh; overflow: hidden; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.topbar, .result-header, .flow-header { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: var(--wine); border: 0; padding: 0; background: transparent; }
.brand img { display: block; width: 126px; height: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--pink); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 18px; height: 2px; background: currentColor; }
.eyebrow--light { color: #f5bedc; }
.button { border: 0; border-radius: 12px; min-height: 52px; padding: 0 22px; font-size: 16px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; gap: 18px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--pink); box-shadow: 0 10px 30px rgba(242, 0, 135, .25); }
.button--primary:hover { background: var(--pink-dark); }
.button--large { min-height: 60px; padding-inline: 28px; }
.button--light { background: white; color: var(--wine); }
.button--secondary { background: white; color: var(--primary); border: 1px solid var(--primary); box-shadow: none; }
.button--secondary:hover { background: #f9eef5; }
.button:disabled { background: #bc9abf; box-shadow: none; cursor: default; transform: none; }
.landing { background: var(--white); padding-top: 80px; }
.landing .topbar { position: fixed; z-index: 40; top: 0; left: 0; right: 0; width: 100%; padding-inline: max(24px, calc((100% - 1160px) / 2)); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(230,226,231,.85); }
.hero-badge { display: inline-flex; padding: 9px 14px; background: #f9e8f2; color: var(--pink); border-radius: 999px; font-size: 14px; font-weight: 700; }
.hero { min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 55px 90px; }
.hero-copy h1 { font-size: 46px; font-weight: 700; line-height: 1.2; letter-spacing: -.035em; margin: 22px 0; color: var(--wine); max-width: 720px; }
.hero-copy h1 em, .celebration h1 em, .full-hero h1 em { color: var(--pink); font-style: normal; }
.hero-copy > p { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 570px; margin: 0 0 30px; }
.trust-line { display: flex; gap: 26px; margin-top: 22px; color: var(--muted); font-size: 14px; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line svg { color: var(--success); }
.hero-visual { display: flex; justify-content: center; }
.profile-preview { width: min(470px, 100%); }
.preview-label { display: block; color: var(--primary); text-transform: uppercase; font-size: 14px; font-weight: 700; letter-spacing: .06em; margin: 0 0 14px 8px; }
.identity-card { width: min(470px, 100%); aspect-ratio: .92; color: white; padding: 34px; border-radius: 32px; position: relative; overflow: hidden; animation: profile-in .65s cubic-bezier(.2,.8,.2,1) both; }
.identity-card--connectora { background: #418afa; box-shadow: 28px 32px 0 #dbe9ff; }
.identity-card--creadora { background: #dc2f7b; box-shadow: 28px 32px 0 #f9d9e7; }
.identity-card--constructora { background: #67da8a; color: var(--wine); box-shadow: 28px 32px 0 #ddf7e5; }
.identity-card::after { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; background: white; opacity: .12; right: -100px; top: -70px; }
.identity-card--constructora .card-kicker, .identity-card--constructora .card-answer span, .identity-card--constructora .card-answer p { color: rgba(46,23,46,.70); }
.profile-traits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; position: relative; z-index: 2; }
.profile-traits span { padding: 9px 13px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 14px; font-weight: 600; }
.identity-card--constructora .profile-traits span { color: var(--wine); background: rgba(255,255,255,.35); border-color: rgba(46,23,46,.12); }
.card-answer { position: absolute; bottom: 34px; left: 34px; right: 34px; }
.card-answer span { display: block; font-size: 14px; color: rgba(255,255,255,.75); margin-bottom: 7px; }
.card-answer strong { font-size: clamp(32px, 4vw, 50px); line-height: 1; letter-spacing: -.04em; }
.card-answer p { margin: 12px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.5; }
.how { padding-block: 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.how .section-heading { position: sticky; top: 120px; }
.how-body { display: grid; gap: 34px; }
.section-heading span { color: var(--pink); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.section-heading h2 { color: var(--wine); font-size: 38px; font-weight: 700; line-height: 1.2; letter-spacing: -.03em; margin: 10px 0 0; max-width: 730px; }
.section-heading p { color: var(--muted); line-height: 1.6; max-width: 600px; }
.steps { display: grid; grid-template-columns: 1fr; gap: 0; border-left: 1px solid var(--line); padding-left: 38px; }
.steps article { min-height: 205px; padding: 22px 0; border-bottom: 1px solid var(--line); position: relative; display: grid; grid-template-columns: 52px 148px 1fr; grid-template-rows: 1fr 1fr; column-gap: 22px; align-items: center; }
.steps article:last-child { border-bottom: 0; }
.step-number { color: var(--pink); font-size: 14px; font-weight: 700; }
.step-number { grid-column: 1; grid-row: 1 / 3; }
.step-asset { grid-column: 2; grid-row: 1 / 3; width: 140px; height: 140px; object-fit: contain; display: block; margin: 0; filter: drop-shadow(0 14px 20px rgba(46,23,46,.10)); }
.steps h3 { grid-column: 3; align-self: end; color: var(--wine); font-size: 24px; line-height: 1.25; margin: 0 0 10px; }
.steps p { grid-column: 3; align-self: start; color: var(--muted); line-height: 1.55; margin: 0; font-size: 18px; }
.receive { background: var(--surface); color: var(--text); padding-block: 105px; }
.receive .section-heading h2 { color: var(--wine); }
.receive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 48px; }
.receive-grid article { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; position: relative; overflow: hidden; display: grid; grid-template-columns: 145px 1fr; grid-template-rows: auto auto 1fr; column-gap: 22px; align-items: start; transition: transform .25s, box-shadow .25s; }
.receive-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(99,31,82,.09); }
.receive-visual { grid-column: 1; grid-row: 1 / 4; height: 100%; min-height: 170px; display: flex; align-items: center; justify-content: center; }
.receive-visual img { width: 155px; height: 155px; object-fit: contain; filter: drop-shadow(0 15px 18px rgba(99,31,82,.14)); }
.receive-grid article > span, .receive-grid h3, .receive-grid p { grid-column: 2; }
.receive-grid article > span { color: var(--pink); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.receive-grid h3 { color: var(--wine); font-size: 22px; line-height: 1.3; margin: 12px 0 10px; }
.receive-grid p { color: var(--muted); font-size: 16px; line-height: 1.55; margin: 0; }
.section-cta--receive { margin-top: 38px; }
.testimonials { padding-block: 115px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.quote-grid blockquote { margin: 0; padding: 28px; min-height: 300px; border: 0; border-radius: 20px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.quote--0 { background: #edf4ff; }
.quote--1 { background: #fcebf3; }
.quote--2 { background: #eaf9ef; }
.quote-mark { position: absolute; right: 22px; top: 8px; color: rgba(46,23,46,.10); font-size: 90px; font-weight: 700; line-height: 1; }
.quote-grid p { color: var(--wine); font-size: 17px; line-height: 1.65; margin: 28px 0; position: relative; }
.quote-grid footer { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 14px; }
.quote-grid footer > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--wine); border-radius: 50%; font-weight: 700; }
.quote-grid footer strong { font-weight: 600; }
.section-cta--testimonials { margin-top: 36px; }
.faq { padding-block: 115px 35px; }
.faq .section-heading { max-width: 720px; margin-inline: auto; }
.faq-list { max-width: 720px; margin: 48px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 72px; padding: 18px 0; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; color: var(--wine); font-size: 16px; font-weight: 600; text-align: left; cursor: pointer; }
.faq-question span { color: var(--pink); font-size: 24px; line-height: 1; transition: transform .3s cubic-bezier(.22,1,.36,1); }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }
.faq-answer { overflow: hidden; }
.faq-answer p { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 0 45px 22px 0; }
.final-cta { padding-block: 100px; }
.final-cta-panel { min-height: 540px; padding: 70px; border-radius: 28px; background: var(--wine); color: white; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; overflow: hidden; position: relative; }
.final-cta-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to right, transparent, black); }
.final-cta-copy { position: relative; z-index: 2; }
.final-cta h2 { font-size: 38px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2; margin: 18px 0; }
.final-cta p { color: #d4c8d4; font-size: 17px; line-height: 1.7; max-width: 540px; margin: 0 0 20px; }
.cta-assurances { display: flex; gap: 18px; margin-bottom: 30px; color: white; font-size: 14px; font-weight: 600; }
.cta-assurances span { display: inline-flex; align-items: center; gap: 6px; }
.cta-profile-stack { min-height: 300px; position: relative; z-index: 2; }
.stack-card { position: absolute; width: 270px; height: 110px; border-radius: 18px; padding: 22px; display: flex; align-items: flex-end; color: white; font-size: 16px; font-weight: 700; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.stack-card::before { content: "Tu perfil podría ser"; position: absolute; top: 17px; left: 22px; font-size: 14px; letter-spacing: .02em; opacity: .72; }
.stack-card--pink { background: #dc2f7b; left: 70px; top: 0; transform: rotate(7deg); }
.stack-card--blue { background: #418afa; left: 0; top: 90px; transform: rotate(-6deg); z-index: 2; }
.stack-card--green { background: #67da8a; color: var(--wine); left: 80px; top: 185px; transform: rotate(4deg); z-index: 3; }
.field-control { min-height: 56px; width: 100%; padding: 0 14px; border: 1px solid #bbb8bd; border-radius: 12px; background: white; color: var(--muted); display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; transition: border .2s, box-shadow .2s; }
.field-control input, .field-control select { min-width: 0; width: 100%; min-height: 54px; padding: 0; border: 0; background: transparent; color: var(--text); font-size: 16px; outline: 0; }
.field-control input::placeholder { color: #9c969e; }
.field-control select { appearance: auto; cursor: pointer; }
.button:disabled { cursor: not-allowed; opacity: .5; transform: none!important; box-shadow: none!important; }
.section-cta { margin-top: 32px; min-height: 48px; padding: 0 2px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--primary); font-size: 16px; font-weight: 600; display: inline-flex; align-items: center; gap: 12px; }
.section-cta svg { color: var(--pink); transition: transform .2s; }
.section-cta:hover svg { transform: translateX(4px); }
@media (max-width: 820px) {
.shell, .flow-header { width: min(100% - 32px, 640px); }
.topbar, .result-header, .flow-header { height: 66px; }
.landing { padding-top: 66px; }
.landing .topbar { padding-inline: 16px; }
.brand img { width: 108px; }
.hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 45px 80px; }
.hero-copy h1 { font-size: clamp(43px,13vw,62px); }
.hero-copy > p { font-size: 16px; }
.button--large { width: 100%; }
.trust-line { gap: 12px; flex-wrap: wrap; }
.profile-preview { width: 100%; }
.identity-card { width: calc(100% - 16px); padding: 26px; }
.identity-card--connectora { box-shadow: 16px 18px 0 #dbe9ff; }
.identity-card--creadora { box-shadow: 16px 18px 0 #f9d9e7; }
.identity-card--constructora { box-shadow: 16px 18px 0 #ddf7e5; }
.card-answer { left: 26px; bottom: 27px; }
.profile-traits { margin-top: 25px; }
.profile-traits span { padding: 8px 10px; font-size: 14px; }
.how { padding-block: 80px; }
.steps { grid-template-columns: 1fr; }
.steps article, .steps article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; display: grid; grid-template-columns: 105px 1fr; column-gap: 12px; align-items: center; }
.steps .step-number { grid-column: 1; align-self: start; }
.steps .step-asset { grid-column: 1; grid-row: 2 / 4; width: 105px; height: 105px; margin: 0; }
.steps h3, .steps p { grid-column: 2; }
.steps h3 { align-self: end; }
.steps p { align-self: start; }
.receive { padding-block: 75px; }
.receive-grid { grid-template-columns: 1fr; }
.receive-grid article { min-height: 335px; }
.receive-visual { height: 150px; }
.receive-visual img, .receive-card--1 .receive-visual img, .receive-card--2 .receive-visual img { width: 175px; height: 160px; }
.receive-grid h3 { margin-top: 12px; }
.testimonials { padding-block: 80px; }
.quote-grid { grid-template-columns: 1fr; }
.quote-grid blockquote { min-height: 235px; }
.faq { padding-block: 80px 10px; }
.final-cta { padding-block: 70px; }
.final-cta-panel { min-height: auto; padding: 45px 24px; grid-template-columns: 1fr; gap: 45px; border-radius: 22px; }
.final-cta .button { width: 100%; }
.cta-assurances { flex-wrap: wrap; gap: 10px 16px; }
.cta-profile-stack { min-height: 260px; transform: scale(.9); transform-origin: left top; }
.stack-card--pink { left: 55px; }
.stack-card--green { left: 65px; top: 165px; }
.hero-copy h1, .celebration h1, .full-hero h1, .processing h1 { font-size: 38px; line-height: 1.2; }
.section-heading h2, .final-cta h2 { font-size: 30px; line-height: 1.2; }
.section-cta { margin-top: 26px; font-size: 16px; }
.how { display: block; }
.how .section-heading { position: static; }
.steps { margin-top: 42px; border-left: 0; padding-left: 0; }
.steps article, .steps article + article { min-height: 155px; grid-template-rows: auto auto auto; }
.steps .step-number { grid-row: 1; }
.receive-grid article, .receive-card--0, .receive-card--3 { grid-column: auto; min-height: 350px; padding: 24px; grid-template-columns: 1fr; grid-template-rows: 160px auto auto auto; }
.receive-visual, .receive-card--3 .receive-visual { grid-column: 1; grid-row: 1; min-height: 150px; height: 150px; }
.receive-card--3 > span, .receive-card--3 h3, .receive-card--3 p, .receive-grid article > span, .receive-grid h3, .receive-grid p { grid-column: 1; }
.receive-visual img, .receive-card--0 .receive-visual img, .receive-card--3 .receive-visual img { width: 175px; height: 160px; }
.quote-grid { grid-template-rows: auto; }
.quote--0 { grid-row: auto; min-height: 300px!important; }
.quote--0 p { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .01ms!important; }
}
:root {
  --font-sans: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --pink: #f20087;
  --pink-dark: #c90070;
  --wine: #2e172e;
  --primary: #631f52;
  --primary-700: #3b132d;
  --lavender: #dbcbdf;
  --surface: #f5f3f6;
  --text: #222022;
  --muted: #6f6a72;
  --line: #e6e2e7;
  --white: #ffffff;
  --success: #30a46c;
  --blue: #418afa;
  --yellow: #e1d532;
  --mint: #67da8a;

  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;

  /* Escala tipográfica semántica. */
  --font-size-h1: 48px;
  --font-size-h2: 40px;
  --font-size-h3: 32px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-h6: 18px;
  --font-size-body: 16px;
  --font-size-body-small: 14px;
  --line-height-heading: 1.2;
  --line-height-body: 1.4;

  /* Escala de espaciado: múltiplos de 4 y 8 para todo el producto. */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-28: 112px;

  /* Tokens de composición responsive. */
  --page-gutter: var(--space-6);
  --header-height: var(--space-20);
  --section-space: var(--space-28);
  --section-content-gap: var(--space-12);
  --grid-gap: var(--space-6);
  --card-padding: var(--space-8);

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --radius: 16px;
  --shadow: 0 16px 50px rgba(46, 23, 46, .10);
  --shadow-card: var(--shadow);
  --shadow-accent: 0 10px 30px rgba(242, 0, 135, .22);

  --color-accent: var(--pink);
  --color-accent-hover: var(--pink-dark);
  --color-accent-soft: #fff0f8;
  --color-primary: var(--primary);
  --color-primary-dark: var(--primary-700);
  --color-primary-soft: #f4eaf3;
  --color-ink: var(--text);
  --color-muted: var(--muted);
  --color-muted-light: #9a949d;
  --color-surface: var(--surface);
  --color-white: var(--white);
  --color-line: var(--line);
  --color-line-strong: #bbb8bd;
  --color-success: var(--success);
  --color-success-soft: #e6f6ec;
  --color-danger: #b42318;
  --color-focus: rgba(242, 0, 135, .24);

  --duration-fast: 160ms;
  --duration-normal: 320ms;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}
@media (max-width: 1023px) {
:root {
    --font-size-h1: 40px;
    --font-size-h2: 36px;
    --font-size-h3: 28px;
    --font-size-h4: 24px;
    --font-size-h5: 20px;
    --page-gutter: var(--space-6);
    --header-height: 72px;
    --section-space: var(--space-20);
    --section-content-gap: var(--space-10);
    --grid-gap: var(--space-5);
    --card-padding: var(--space-6);
  }
}
@media (max-width: 767px) {
:root {
    --font-size-h1: 36px;
    --font-size-h2: 28px;
    --font-size-h3: 24px;
    --font-size-h4: 20px;
    --font-size-h5: 16px;
    --page-gutter: var(--space-4);
    --header-height: var(--space-16);
    --section-space: var(--space-20);
    --section-content-gap: var(--space-10);
    --grid-gap: var(--space-5);
    --card-padding: var(--space-5);
  }
}
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; border-radius: var(--radius-sm); background: var(--color-ink); color: var(--color-white); }
.skip-link:focus { transform: none; }
.screen-enter { animation: rise var(--duration-normal) var(--ease-out) backwards; }
.icon { width: 1.05em; height: 1.05em; display: inline-block; flex: 0 0 auto; vertical-align: -.15em; stroke-width: 1.9; }
.brand img { width: 142px; }
.register-form .button:disabled, .button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }
.topbar, .result-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; width: 100%; padding-inline: max(24px, calc((100% - 1160px) / 2)); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(230,226,231,.9); }
.faq-answer { max-height: 0; opacity: 0; transition: max-height var(--duration-normal) var(--ease-out), opacity var(--duration-fast) ease; }
.faq-item.is-open .faq-answer { max-height: 220px; opacity: 1; }
.trust-line .icon, .cta-assurances .icon, .result-context .icon, .sample-career li .icon, .partial-result-cta__items .icon { color: currentColor; }
@media (prefers-reduced-motion: reduce) {
.screen-enter, .processing-cloud, .processing-cloud-aura, .processing-cloud-ring { animation: none; }
}
.identity-card {
  --profile-accent: var(--pink);
  --profile-soft: #fff0f7;
  --profile-shadow: #f8d8e7;
  display: flex;
  min-height: 510px;
  aspect-ratio: auto;
  flex-direction: column;
  padding: 28px 30px 26px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--profile-accent) 22%, var(--line));
  border-top: 7px solid var(--profile-accent);
  border-radius: 28px;
  background: var(--white);
  color: var(--wine);
  box-shadow: 22px 24px 0 var(--profile-shadow), 0 20px 55px rgba(46, 23, 46, .09);
}
.identity-card--connectora { --profile-accent: #2563c8; --profile-soft: #edf5ff; --profile-shadow: #dceaff; background: var(--white); }
.identity-card--creadora { --profile-accent: #d92f7b; --profile-soft: #fff0f7; --profile-shadow: #f8d8e7; background: var(--white); }
.identity-card--constructora { --profile-accent: #268557; --profile-soft: #ebf8f0; --profile-shadow: #d8f2e2; background: var(--white); color: var(--wine); }
.identity-card::after { display: none; }
.card-answer { position: static; margin-top: 28px; }
.card-answer span { margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.card-answer strong { display: block; color: var(--wine); font-size: clamp(34px, 3.5vw, 46px); line-height: .98; letter-spacing: -.05em; }
.card-answer p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.profile-traits { gap: 7px; margin-top: 18px; }
.profile-traits span,
.identity-card--constructora .profile-traits span { padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--profile-accent) 20%, transparent); background: var(--profile-soft); color: var(--profile-accent); font-size: 11px; font-weight: 700; }
.profile-value { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; margin-top: 22px; padding: 15px; border-radius: 16px; background: var(--profile-soft); }
.profile-value__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--white); color: var(--profile-accent); box-shadow: 0 6px 18px color-mix(in srgb, var(--profile-accent) 12%, transparent); }
.profile-value__icon .icon { width: 18px; height: 18px; }
.profile-value small { display: block; margin-bottom: 4px; color: var(--profile-accent); font-size: 10px; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.profile-value strong { display: block; color: var(--wine); font-size: 13px; font-weight: 600; line-height: 1.42; }
.profile-path { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.profile-path span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 600; }
.profile-path span .icon { color: var(--profile-accent); }
.profile-path strong { color: var(--profile-accent); font-size: 12px; text-align: right; }
.how { gap: clamp(48px, 6vw, 84px); padding-block: 88px; }
.how .section-heading { top: 104px; }
.how-intro { max-width: 390px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.how-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 390px; margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-meta > span { display: grid; gap: 2px; padding: 16px 14px 16px 0; }
.how-meta > span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.how-meta strong { color: var(--wine); font-size: 18px; letter-spacing: -.025em; }
.how-meta small { color: var(--muted); font-size: 11px; }
.how-heading-cta { margin-top: 24px; }
.how-body { gap: 0; }
.steps article { min-height: 184px; }
@media (max-width: 620px) {
.brand img, .result-page .brand img { width: 118px; }
.hero-visual, .profile-preview { width: 100%; min-width: 0; }
.identity-card { width: calc(100% - 14px); max-width: 100%; min-height: 500px; padding: 24px 22px 22px; border-radius: 24px; box-shadow: 14px 16px 0 var(--profile-shadow), 0 16px 40px rgba(46, 23, 46, .08); }
.card-answer { margin-top: 24px; }
.card-answer strong { font-size: clamp(34px, 11vw, 43px); }
.profile-value { margin-top: 19px; padding: 14px; }
.profile-path { align-items: flex-start; flex-direction: column; gap: 8px; }
.profile-path strong { text-align: left; }
.how { padding-block: 64px; }
.how-intro { font-size: 14px; }
.how-meta { margin-top: 22px; }
.how-heading-cta { width: 100%; margin-top: 20px; }
.steps { margin-top: 34px; }
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.hero-actions > .button { margin: 0; }
.resume-link { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 8px; border: 0; background: transparent; color: var(--primary); font: 600 13px/1 var(--font-sans); text-decoration: underline; text-underline-offset: 4px; }
.resume-link:hover { color: var(--pink-dark); }
@media (max-width: 620px) {
.hero-actions { display: grid; }
.resume-link { justify-content: center; }
}
:root {
  --figma-h1: 46px;
  --figma-h2: 38px;
  --figma-h3: 30px;
  --figma-h4: 24px;
  --figma-h5: 20px;
  --figma-h6: 18px;
  --figma-body-md: 16px;
  --figma-body-sm: 14px;
  --figma-primary-100: #dbcbdf;
  --figma-primary: #631f52;
  --figma-ink: #222022;
  --figma-ink-soft: #555157;
  --figma-border: #d3ccd3;
  --figma-radius-md: 8px;
  --figma-radius-lg: 12px;
  --figma-radius-xl: 16px;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-actions .button {
  min-height: 46px;
  margin: 0;
  font-size: 16px;
}
.topbar-resume {
  border-color: #dbcadd;
  background: var(--white);
  color: var(--primary);
  box-shadow: none;
}
.topbar-resume:hover {
  border-color: var(--pink);
  background: var(--color-accent-soft);
  color: var(--pink-dark);
}
.resume-link {
  font-size: 16px;
}
.landing {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6 {
  line-height: var(--line-height-heading);
}
.landing h1 { font-size: var(--font-size-h1); }
.landing h2 { font-size: var(--font-size-h2); }
.landing h3 { font-size: var(--font-size-h3); }
.landing p {
  line-height: var(--line-height-body);
}
.landing .hero-badge,
.landing .preview-label,
.landing .trust-line,
.landing .section-heading > span,
.landing .section-cta,
.landing .step-number,
.landing .receive-grid article > span,
.landing .quote-grid footer,
.landing .eyebrow,
.landing .cta-assurances {
  font-size: var(--font-size-body-small);
}
.landing .identity-card {
  min-height: 570px;
}
.landing .card-kicker,
.landing .card-type,
.landing .card-answer p,
.landing .profile-traits span,
.landing .profile-value small,
.landing .profile-value strong,
.landing .profile-path span,
.landing .profile-path strong {
  font-size: var(--font-size-body-small);
}
.landing .card-answer {
  margin-top: 4px;
}
.landing .card-answer > span {
  margin-bottom: 8px;
  font-size: var(--font-size-body);
  font-weight: 600;
  line-height: var(--line-height-body);
}
.landing .card-answer p {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.landing .card-answer strong {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-heading);
}
.landing .profile-traits {
  margin-top: 15px;
}
.landing .profile-traits span {
  padding: 7px 11px;
}
.landing .profile-value {
  margin-top: 18px;
}
.landing .profile-value small {
  line-height: var(--line-height-body);
}
.landing .profile-value strong,
.landing .profile-path span,
.landing .profile-path strong {
  line-height: var(--line-height-body);
}
.landing .how-intro,
.landing .how-meta small,
.landing .steps p,
.landing .receive-grid p,
.landing .quote-grid footer strong,
.landing .faq-answer p {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.landing .steps h3,
.landing .receive-grid h3 {
  font-size: var(--font-size-h3);
}
.landing .quote-grid p {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.landing .final-cta p {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.landing .stack-card {
  font-size: 18px;
}
.landing .stack-card::before {
  font-size: var(--font-size-body-small);
}
.topbar-label--mobile {
  display: none;
}
.landing .topbar-actions .button,
.landing .topbar-actions .button > span {
  white-space: nowrap;
}
.landing-motion {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms cubic-bezier(.22, 1, .36, 1),
    transform 520ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--landing-delay, 0ms);
}
.receive-card.landing-motion,
.quote.landing-motion,
.final-cta-panel.landing-motion {
  transform: translateY(12px) scale(.995);
}
@media (max-width: 760px) {
.topbar-actions {
    gap: 7px;
  }
.topbar-actions .button {
    min-height: 42px;
    padding-inline: 11px;
  }
.landing .identity-card {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
.landing .topbar {
    height: var(--header-height);
    gap: var(--space-2);
    padding-inline: var(--page-gutter);
  }
.landing .brand img {
    width: 100px;
  }
.landing {
    padding-top: var(--header-height);
  }
.landing .shell {
    width: calc(100% - (var(--page-gutter) * 2));
  }
.landing .topbar-actions {
    gap: var(--space-2);
  }
.landing .topbar-actions .button {
    min-height: 44px;
    padding-inline: var(--space-3);
    font-size: var(--font-size-body-small);
    gap: var(--space-2);
  }
.topbar-resume .icon {
    display: none;
  }
.topbar-label--desktop {
    display: none;
  }
.topbar-label--mobile {
    display: inline;
  }
.landing .topbar-start .icon {
    width: 16px;
    height: 16px;
  }
.landing .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: var(--space-14);
    padding-block: var(--space-10) var(--section-space);
  }
.landing .hero-copy h1 {
    margin: var(--space-4) 0;
    font-size: var(--font-size-h1);
    line-height: var(--line-height-heading);
  }
.landing .hero-copy > p {
    margin-bottom: var(--space-6);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
  }
.landing .hero-actions {
    gap: var(--space-3);
    margin-top: var(--space-6);
  }
.landing .hero-actions .button--large {
    width: auto;
    min-height: 48px;
    padding-inline: var(--space-5);
  }
.landing .resume-link {
    min-height: 44px;
    font-size: var(--font-size-body-small);
    white-space: nowrap;
  }
.landing .trust-line {
    display: grid;
    gap: var(--space-2);
    margin-top: var(--space-4);
  }
.landing .profile-preview {
    width: 100%;
  }
.landing .preview-label {
    margin: 0 0 var(--space-3);
  }
.landing .identity-card {
    width: calc(100% - var(--space-3));
    min-height: 0;
    aspect-ratio: auto;
    padding: var(--card-padding);
    border-radius: var(--space-6);
    box-shadow: var(--space-3) var(--space-4) 0 var(--profile-shadow), 0 var(--space-4) var(--space-10) rgba(46, 23, 46, .08);
  }
.landing .card-answer {
    margin-top: 0;
  }
.landing .card-answer strong {
    font-size: 32px;
  }
.landing .profile-traits,
  .landing .profile-value {
    margin-top: var(--space-4);
  }
.landing .profile-value {
    padding: var(--space-3);
  }
.landing .profile-path {
    margin-top: var(--space-5);
    padding-top: var(--space-4);
  }
.landing .how,
  .landing .receive,
  .landing .testimonials,
  .landing .faq,
  .landing .final-cta {
    padding-block: var(--section-space);
  }
.landing .how {
    display: block;
  }
.landing .how .section-heading {
    position: static;
  }
.landing .section-heading h2,
  .landing .final-cta h2 {
    font-weight: 600;
  }
.landing .how-intro {
    margin-top: var(--space-4);
  }
.landing .how-meta {
    margin-top: var(--space-5);
  }
.landing .how-heading-cta {
    margin-top: var(--space-5);
  }
.landing .steps {
    margin-top: var(--section-content-gap);
    padding-left: 0;
    border-left: 0;
  }
.landing .steps article,
  .landing .steps article + article {
    min-height: 0;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: var(--space-4);
    padding: var(--space-6) 0;
  }
.landing .steps .step-number {
    grid-column: 1;
    grid-row: 1;
  }
.landing .steps .step-asset {
    grid-column: 1;
    grid-row: 2 / 4;
    width: 88px;
    height: 88px;
  }
.landing .steps h3,
  .landing .steps p {
    grid-column: 2;
  }
.landing .steps h3 {
    margin-bottom: var(--space-2);
    font-weight: 600;
  }
.landing .receive-grid {
    grid-template-columns: 1fr;
    gap: var(--grid-gap);
    margin-top: var(--section-content-gap);
  }
.landing .receive-grid article,
  .landing .receive-card--0,
  .landing .receive-card--3 {
    min-height: 0;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: var(--space-4);
    padding: var(--card-padding);
  }
.landing .receive-visual,
  .landing .receive-card--3 .receive-visual {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 0;
    height: auto;
  }
.landing .receive-visual img,
  .landing .receive-card--0 .receive-visual img,
  .landing .receive-card--1 .receive-visual img,
  .landing .receive-card--2 .receive-visual img,
  .landing .receive-card--3 .receive-visual img {
    width: 88px;
    height: 88px;
  }
.landing .receive-grid article > span,
  .landing .receive-grid h3,
  .landing .receive-grid p,
  .landing .receive-card--3 > span,
  .landing .receive-card--3 h3,
  .landing .receive-card--3 p {
    grid-column: 2;
  }
.landing .receive-grid h3 {
    margin: var(--space-1) 0 var(--space-2);
    font-weight: 600;
  }
.landing .section-cta--receive,
  .landing .section-cta--testimonials {
    margin-top: var(--space-8);
  }
.landing .quote-grid {
    width: calc(100% + var(--page-gutter));
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    gap: var(--grid-gap);
    margin-top: var(--section-content-gap);
    padding-right: var(--page-gutter);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
.landing .quote-grid::-webkit-scrollbar {
    display: none;
  }
.landing .quote-grid blockquote,
  .landing .quote--0 {
    min-height: 240px !important;
    padding: var(--card-padding);
    scroll-snap-align: start;
  }
.landing .quote--0 p {
    font-size: var(--font-size-body);
  }
.landing .faq {
    padding-bottom: var(--space-8);
  }
.landing .faq-list {
    margin-top: var(--section-content-gap);
  }
.landing .faq-question {
    min-height: var(--space-16);
    padding-block: var(--space-4);
    font-size: var(--font-size-body);
  }
.landing .faq-answer p {
    margin: 0 var(--space-8) var(--space-4) 0;
  }
.landing .final-cta-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: var(--space-8);
    padding: var(--space-8) var(--card-padding);
    border-radius: var(--space-6);
  }
.landing .final-cta h2 {
    margin: var(--space-3) 0;
  }
.landing .final-cta p {
    margin-bottom: var(--space-4);
  }
.landing .cta-assurances {
    gap: var(--space-2) var(--space-4);
    margin-bottom: var(--space-6);
  }
.landing .cta-profile-stack {
    min-height: 224px;
    transform: scale(.82);
    transform-origin: left top;
  }
.landing .final-cta .button {
    width: auto;
    min-height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
.landing-motion,
  .receive-card.landing-motion,
  .quote.landing-motion,
  .final-cta-panel.landing-motion {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 767px) {
.field-control,
  .text-field,
  .text-answer,
  .multi-search,
  .modal input,
  .register-form input,
  .register-form select {
    min-height: 52px;
    padding: 12px 16px;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
  }
}
.landing-motion { opacity: 1; transform: none; }
html.js .landing-motion:not(.is-visible) { opacity: 0; transform: translateY(14px); }
@media (prefers-reduced-motion: reduce) {
html.js .landing-motion:not(.is-visible) { opacity: 1; transform: none; }
.landing-motion, .screen-enter { transition: none !important; animation: none !important; }
}
.button,
.section-cta,
.brand { text-decoration: none; }
.step-asset,
.receive-visual img { max-width: 100%; height: auto; }
.brand img { height: auto; }
.profile-rotator { display: grid; }
.profile-rotator > .identity-card {
  grid-area: 1 / 1;
  animation: none;
}
.profile-rotator > .identity-card:not(.is-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.profile-rotator > .identity-card.is-active {
  opacity: 1;
  visibility: visible;
  animation: profile-in .65s cubic-bezier(.2, .8, .2, 1) both;
}
@media (prefers-reduced-motion: reduce) {
.profile-rotator > .identity-card.is-active { animation: none; }
}
@media (max-width: 384px) {
.landing .topbar {
    gap: 10px;
    padding-inline: 12px;
  }
.landing .topbar-actions { gap: 6px; }
.landing .brand img { width: 100px; }
.landing .topbar-actions .button {
    padding-inline: 9px;
    font-size: 13px;
  }
}
@media (max-width: 344px) {
.landing .topbar-resume > span { display: none; }
.landing .topbar-resume .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
.landing .topbar-resume {
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
    justify-content: center;
  }
.landing .topbar-start .icon { display: none; }
}
@keyframes profile-in { from { opacity: .45; transform: translateY(10px) rotate(-1.2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }