/* CSS exclusivo de la sección modelo-formativo.
   El CSS global fp-site.css queda protegido y no debe viajar en este paquete. */

.gn-mf {
    --gn-mf-purple: #65257d;
    --gn-mf-purple-dark: #421952;
    --gn-mf-pink: #eb6f9d;
    --gn-mf-pink-soft: #f6d9e8;
    --gn-mf-lilac: #eadff0;
    --gn-mf-cream: #fffafd;
    --gn-mf-ink: #4f4652;
    --gn-mf-muted: #746b76;
    --gn-mf-white: #fff;
    --gn-mf-border: rgba(101, 37, 125, .13);
    --gn-mf-shadow: 0 24px 60px rgba(70, 31, 84, .11);
    --gn-mf-radius-lg: 34px;
    --gn-mf-radius-md: 24px;
    --gn-mf-radius-sm: 16px;
    color: var(--gn-mf-ink);
    background: var(--gn-mf-cream);
    overflow: hidden;
    font-family: inherit;
}

.gn-mf *, .gn-mf *::before, .gn-mf *::after { box-sizing: border-box; }
.gn-mf img, .gn-mf svg { display: block; max-width: 100%; }
.gn-mf a { color: inherit; }
.gn-mf p { margin: 0 0 1rem; line-height: 1.72; }

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

.gn-mf__section { padding: 96px 0; position: relative; }
.gn-mf__eyebrow {
    margin: 0 0 18px;
    color: var(--gn-mf-pink);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.gn-mf__title {
    margin: 0;
    color: var(--gn-mf-purple);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.35rem, 4.3vw, 4.8rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
}
.gn-mf__title em { font-weight: 400; }
.gn-mf__intro {
    max-width: 850px;
    margin: 24px auto 0;
    color: var(--gn-mf-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}
.gn-mf__section-heading { max-width: 880px; margin-bottom: 52px; }
.gn-mf__section-heading--center { margin-inline: auto; text-align: center; }

.gn-mf__hero {
    min-height: 770px;
    display: grid;
    align-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 15%, rgba(238, 121, 165, .30), transparent 28%),
        linear-gradient(135deg, #f8eefa 0%, #d9b6e8 48%, #8d4ba9 100%);
}
.gn-mf__hero::after {
    content: '';
    position: absolute;
    inset: auto -8% -28% 40%;
    height: 58%;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    filter: blur(1px);
    z-index: -1;
}
.gn-mf__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 56px;
    align-items: center;
    padding-block: 80px;
}
.gn-mf__hero-copy { position: relative; z-index: 2; }
.gn-mf__hero-title {
    margin: 0 0 28px;
    max-width: 800px;
    color: var(--gn-mf-white);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3.4rem, 6.8vw, 7.4rem);
    line-height: .88;
    font-weight: 400;
    letter-spacing: -.055em;
}
.gn-mf__hero-title em {
    display: block;
    margin-top: 12px;
    color: var(--gn-mf-purple-dark);
    font-weight: 400;
}
.gn-mf__lead { max-width: 740px; color: rgba(255,255,255,.96); font-size: 1.18rem; }
.gn-mf__lead--secondary { max-width: 700px; color: rgba(255,255,255,.78); }
.gn-mf__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.gn-mf__button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    border: 2px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.gn-mf__button:hover { transform: translateY(-2px); }
.gn-mf__button:focus-visible { outline: 3px solid var(--gn-mf-purple-dark); outline-offset: 3px; }
.gn-mf__button--primary { color: #fff; background: var(--gn-mf-pink); box-shadow: 0 12px 28px rgba(190, 62, 111, .24); }
.gn-mf__button--secondary { color: var(--gn-mf-purple-dark); border-color: rgba(255,255,255,.82); background: rgba(255,255,255,.22); backdrop-filter: blur(8px); }

.gn-mf__hero-art { min-height: 600px; position: relative; display: grid; place-items: center; }
.gn-mf__hero-card {
    position: absolute;
    inset: 10% 2% auto 10%;
    min-height: 460px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 48% 52% 38% 62% / 55% 36% 64% 45%;
    background: linear-gradient(145deg, rgba(255,255,255,.38), rgba(255,255,255,.06));
    box-shadow: inset 0 1px rgba(255,255,255,.5), 0 30px 80px rgba(56,24,70,.18);
    backdrop-filter: blur(10px);
}
.gn-mf__hero-figure { width: min(430px, 88%); position: relative; z-index: 2; filter: drop-shadow(0 24px 18px rgba(74, 25, 87, .18)); }
.gn-mf__hero-card-label {
    position: absolute;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--gn-mf-purple-dark);
    background: rgba(255,255,255,.78);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.gn-mf__hero-card-label:nth-child(1) { top: 8%; left: 8%; }
.gn-mf__hero-card-label:nth-child(2) { top: 28%; right: 2%; }
.gn-mf__hero-card-label:nth-child(3) { bottom: 28%; left: 2%; }
.gn-mf__hero-card-label:nth-child(4) { bottom: 7%; right: 12%; }
.gn-mf__orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .45; }
.gn-mf__orb--one { width: 180px; height: 180px; right: 8%; top: 8%; background: #f7abc6; }
.gn-mf__orb--two { width: 110px; height: 110px; left: 3%; bottom: 8%; background: #fff; }

.gn-mf__section--intro { background: #fff; }
.gn-mf__split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.gn-mf__prose { font-size: 1.1rem; }

.gn-mf__section--areas { background: linear-gradient(180deg, #fffafd, #f8f0f8); }
.gn-mf__area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.gn-mf__area-card {
    min-height: 390px;
    padding: 30px 24px;
    border: 1px solid var(--gn-mf-border);
    border-radius: var(--gn-mf-radius-md);
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 40px rgba(76, 31, 88, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.gn-mf__area-card:hover { transform: translateY(-6px); box-shadow: var(--gn-mf-shadow); }
.gn-mf__icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 50%;
    background: var(--gn-mf-pink-soft);
}
.gn-mf__icon svg { width: 40px; height: 40px; fill: none; stroke: var(--gn-mf-pink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.gn-mf__area-card h3 { margin: 0 0 8px; color: var(--gn-mf-purple); font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; font-weight: 400; }
.gn-mf__card-kicker { min-height: 44px; color: var(--gn-mf-pink); font-size: .88rem; font-weight: 800; line-height: 1.4 !important; }
.gn-mf__area-card > p:last-child { color: var(--gn-mf-muted); font-size: .94rem; line-height: 1.62; }

.gn-mf__section--method { background: var(--gn-mf-purple-dark); color: rgba(255,255,255,.82); }
.gn-mf__section--method .gn-mf__eyebrow { color: #f3a0bd; }
.gn-mf__section--method .gn-mf__title { color: #fff; }
.gn-mf__method-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.gn-mf__method-copy { font-size: 1.05rem; }
.gn-mf__method-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gn-mf__method-list span {
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    color: #fff;
    background: rgba(255,255,255,.06);
}
.gn-mf__quote {
    margin: 64px 0 0;
    padding: 34px 46px;
    border-left: 4px solid var(--gn-mf-pink);
    border-radius: 0 var(--gn-mf-radius-md) var(--gn-mf-radius-md) 0;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.55rem, 2.5vw, 2.45rem);
    font-style: italic;
    line-height: 1.25;
}

.gn-mf__section--disciplines { background: #fff; }
.gn-mf__discipline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.gn-mf__discipline-card {
    min-height: 520px;
    position: relative;
    padding: 48px;
    border-radius: var(--gn-mf-radius-lg);
    overflow: hidden;
    box-shadow: var(--gn-mf-shadow);
}
.gn-mf__discipline-card::after {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    right: -130px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(255,255,255,.24);
}
.gn-mf__discipline-card--ballet { color: var(--gn-mf-purple-dark); background: linear-gradient(135deg, #f8dce9, #e9d5f1); }
.gn-mf__discipline-card--acro { color: #fff; background: linear-gradient(135deg, #7b3c92, #4e205f); }
.gn-mf__discipline-number { display: block; margin-bottom: 56px; font-size: .8rem; font-weight: 800; letter-spacing: .18em; }
.gn-mf__discipline-card h3 { margin: 0 0 20px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 400; }
.gn-mf__discipline-card p { max-width: 580px; position: relative; z-index: 2; }
.gn-mf__discipline-card a { display: inline-block; position: relative; z-index: 2; margin-top: 16px; font-weight: 800; text-underline-offset: 5px; }

.gn-mf__section--route { background: linear-gradient(180deg, #f8eff8, #fffafd); }
.gn-mf__tabs {
    border: 1px solid var(--gn-mf-border);
    border-radius: var(--gn-mf-radius-lg);
    background: #fff;
    box-shadow: var(--gn-mf-shadow);
    overflow: hidden;
}
.gn-mf__tab-list { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--gn-mf-border); background: #fbf7fb; }
.gn-mf__tab {
    min-height: 92px;
    padding: 18px;
    border: 0;
    border-right: 1px solid var(--gn-mf-border);
    color: var(--gn-mf-purple);
    background: transparent;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.gn-mf__tab:last-child { border-right: 0; }
.gn-mf__tab small { display: block; margin-top: 5px; color: var(--gn-mf-muted); font-size: .78rem; font-weight: 600; }
.gn-mf__tab.is-active { color: #fff; background: var(--gn-mf-purple); }
.gn-mf__tab.is-active small { color: rgba(255,255,255,.78); }
.gn-mf__tab:focus-visible { outline: 3px solid var(--gn-mf-pink); outline-offset: -4px; }
.gn-mf__tab-panel { padding: 52px; }
.gn-mf__level-intro { max-width: 820px; }
.gn-mf__level-intro span { color: var(--gn-mf-pink); font-weight: 800; }
.gn-mf__level-intro h3 { margin: 10px 0 16px; color: var(--gn-mf-purple); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; }
.gn-mf__check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 22px; margin: 34px 0; padding: 0; list-style: none; }
.gn-mf__check-grid li { position: relative; padding-left: 28px; color: var(--gn-mf-muted); }
.gn-mf__check-grid li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gn-mf-pink); font-weight: 900; }
.gn-mf__level-close { margin-bottom: 0 !important; padding: 20px 24px; border-radius: 16px; background: #fbf2f7; }

.gn-mf__section--progress { background: #fff; }
.gn-mf__progress-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.gn-mf__steps { margin: 0; padding: 0; list-style: none; }
.gn-mf__steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--gn-mf-border); }
.gn-mf__steps span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gn-mf-pink); font-size: .76rem; font-weight: 900; }
.gn-mf__steps strong { color: var(--gn-mf-purple); font-size: 1.15rem; }
.gn-mf__criteria { margin-top: 28px; padding: 26px; border-radius: var(--gn-mf-radius-md); background: var(--gn-mf-lilac); }
.gn-mf__criteria h3 { margin: 0 0 8px; color: var(--gn-mf-purple); }
.gn-mf__criteria p { margin: 0; }

.gn-mf__section--complementary { background: #f8eff8; }
.gn-mf__pill-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 980px; margin: 0 auto; }
.gn-mf__pill-grid span { padding: 14px 20px; border: 1px solid var(--gn-mf-border); border-radius: 999px; color: var(--gn-mf-purple); background: #fff; font-weight: 800; }
.gn-mf__center-note { max-width: 760px; margin: 34px auto 0 !important; text-align: center; }

.gn-mf__section--stage { color: rgba(255,255,255,.86); background: linear-gradient(145deg, #3c1749, #6a277f); }
.gn-mf__section--stage .gn-mf__title { color: #fff; }
.gn-mf__section--stage .gn-mf__eyebrow { color: #f5a4c0; }
.gn-mf__stage-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.gn-mf__stage-visual {
    min-height: 520px;
    position: relative;
    display: grid;
    place-items: end center;
    border-radius: var(--gn-mf-radius-lg);
    overflow: hidden;
    background: radial-gradient(circle at 50% 22%, rgba(255,255,255,.9), rgba(255,255,255,.15) 22%, transparent 48%), #2f1239;
}
.gn-mf__stage-visual > span { position: relative; z-index: 3; margin-bottom: 42px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 2.2rem; font-style: italic; }
.gn-mf__curtain { position: absolute; top: 0; width: 48%; height: 100%; background: linear-gradient(90deg, #8b2f58, #c44978); }
.gn-mf__curtain--left { left: 0; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.gn-mf__curtain--right { right: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%); background: linear-gradient(90deg, #c44978, #8b2f58); }
.gn-mf__spotlight { width: 110px; height: 230px; position: absolute; top: 18%; border-radius: 50%; background: rgba(255,255,255,.15); filter: blur(20px); }
.gn-mf__stage-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.gn-mf__stage-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); }
.gn-mf__quote--light { border-left-color: #f3a3bf; }

.gn-mf__section--vision { background: #fff; }
.gn-mf__vision-card { padding: 68px; border-radius: var(--gn-mf-radius-lg); background: linear-gradient(135deg, #f9e9f1, #e9dcf0); box-shadow: var(--gn-mf-shadow); }
.gn-mf__vision-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 40px; }
.gn-mf__vision-columns p { margin: 0; }

.gn-mf__section--cta { padding-top: 36px; background: #fff; }
.gn-mf__cta-card {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 40px;
    align-items: center;
    padding: 64px;
    border-radius: var(--gn-mf-radius-lg);
    color: rgba(255,255,255,.86);
    background: linear-gradient(135deg, #8b4aa3, #5a236d);
    box-shadow: var(--gn-mf-shadow);
}
.gn-mf__cta-card .gn-mf__title { color: #fff; }
.gn-mf__cta-card .gn-mf__eyebrow { color: #f5acc5; }
.gn-mf__cta-card .gn-mf__button--secondary { color: #fff; }
.gn-mf__cta-mark { width: 180px; height: 180px; display: grid; place-items: center; justify-self: end; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; color: rgba(255,255,255,.92); font-family: Georgia, 'Times New Roman', serif; font-size: 6rem; font-style: italic; background: rgba(255,255,255,.08); }

@media (max-width: 1100px) {
    .gn-mf__area-grid { grid-template-columns: repeat(3, 1fr); }
    .gn-mf__area-card:nth-child(4), .gn-mf__area-card:nth-child(5) { grid-column: span 1; }
    .gn-mf__hero-grid { grid-template-columns: 1fr .75fr; }
    .gn-mf__hero-title { font-size: clamp(3.2rem, 7vw, 6rem); }
}

@media (max-width: 900px) {
    .gn-mf__section { padding: 74px 0; }
    .gn-mf__hero { min-height: auto; }
    .gn-mf__hero-grid, .gn-mf__split, .gn-mf__method-grid, .gn-mf__progress-grid, .gn-mf__stage-grid { grid-template-columns: 1fr; }
    .gn-mf__hero-grid { gap: 12px; padding-top: 76px; }
    .gn-mf__hero-art { min-height: 430px; }
    .gn-mf__hero-card { inset: 2% 10% auto; min-height: 380px; }
    .gn-mf__area-grid { grid-template-columns: repeat(2, 1fr); }
    .gn-mf__discipline-grid { grid-template-columns: 1fr; }
    .gn-mf__tab-list { grid-template-columns: repeat(2, 1fr); }
    .gn-mf__tab:nth-child(2) { border-right: 0; }
    .gn-mf__tab:nth-child(-n+2) { border-bottom: 1px solid var(--gn-mf-border); }
    .gn-mf__check-grid { grid-template-columns: repeat(2, 1fr); }
    .gn-mf__vision-columns { grid-template-columns: 1fr; }
    .gn-mf__cta-card { grid-template-columns: 1fr; }
    .gn-mf__cta-mark { justify-self: start; }
}

@media (max-width: 640px) {
    .gn-mf__container { width: min(100% - 28px, 1180px); }
    .gn-mf__section { padding: 60px 0; }
    .gn-mf__hero-grid { padding-block: 54px 36px; }
    .gn-mf__hero-title { font-size: clamp(3rem, 14vw, 4.8rem); }
    .gn-mf__lead { font-size: 1rem; }
    .gn-mf__actions { align-items: stretch; flex-direction: column; }
    .gn-mf__button { width: 100%; text-align: center; }
    .gn-mf__hero-art { min-height: 360px; }
    .gn-mf__hero-card { min-height: 320px; }
    .gn-mf__hero-card-label { font-size: .66rem; }
    .gn-mf__title { font-size: clamp(2.15rem, 11vw, 3.5rem); }
    .gn-mf__area-grid { grid-template-columns: 1fr; }
    .gn-mf__area-card { min-height: auto; }
    .gn-mf__method-list { grid-template-columns: 1fr; }
    .gn-mf__quote { padding: 26px; font-size: 1.5rem; }
    .gn-mf__discipline-card { min-height: auto; padding: 34px 28px; }
    .gn-mf__discipline-number { margin-bottom: 34px; }
    .gn-mf__tab-list { grid-template-columns: 1fr; }
    .gn-mf__tab { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--gn-mf-border); }
    .gn-mf__tab:last-child { border-bottom: 0; }
    .gn-mf__tab-panel { padding: 30px 24px; }
    .gn-mf__check-grid { grid-template-columns: 1fr; }
    .gn-mf__stage-visual { min-height: 390px; }
    .gn-mf__vision-card, .gn-mf__cta-card { padding: 36px 26px; }
    .gn-mf__cta-mark { width: 120px; height: 120px; font-size: 4rem; }
}

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


/* Ajustes visuales v2 */
.gn-mf__hero-art {
    min-height: 600px;
    display: grid;
    place-items: center;
}
.gn-mf__hero-shell {
    position: relative;
    width: min(500px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 44px;
    background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.08));
    box-shadow: inset 0 1px rgba(255,255,255,.55), 0 30px 70px rgba(56,24,70,.18);
    backdrop-filter: blur(10px);
}
.gn-mf__hero-shell::before {
    content: '';
    position: absolute;
    inset: 10% 10% 12%;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
}
.gn-mf__hero-diagram {
    position: absolute;
    inset: 10% 10% 12%;
    width: auto;
    height: auto;
}
.gn-mf__hero-node {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    color: var(--gn-mf-purple-dark);
    box-shadow: 0 14px 28px rgba(74,25,87,.12);
}
.gn-mf__hero-node-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f7e0eb;
}
.gn-mf__hero-node-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #e97aa4;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gn-mf__hero-node-label {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.gn-mf__hero-node--art { top: 7%; left: 2%; }
.gn-mf__hero-node--body { top: 14%; right: -4%; }
.gn-mf__hero-node--creative { top: 43%; right: -8%; }
.gn-mf__hero-node--stage { bottom: 15%; right: -1%; }
.gn-mf__hero-node--wellbeing { bottom: 9%; left: 4%; }

.gn-mf__area-grid { gap: 22px; }
.gn-mf__area-card {
    min-height: 430px;
    padding: 30px 28px;
    background: rgba(255,255,255,.92);
}
.gn-mf__icon {
    width: 112px;
    height: 112px;
    margin-bottom: 28px;
    background: #fff;
    border: 1px solid rgba(101,37,125,.12);
    box-shadow: inset 0 0 0 12px #f8edf4;
}
.gn-mf__icon svg {
    width: 66px;
    height: 66px;
    fill: none;
    stroke: var(--gn-mf-pink);
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gn-mf__card-kicker {
    min-height: 56px;
    font-size: 1.02rem;
}

.gn-mf__stage-visual {
    min-height: 520px;
    border-radius: var(--gn-mf-radius-lg);
    background: transparent;
    overflow: visible;
}
.gn-mf__stage-visual svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 40px rgba(15, 4, 20, .22));
}

.gn-mf__cta-card {
    grid-template-columns: 1fr 250px;
}
.gn-mf__cta-brand {
    justify-self: end;
    display: grid;
    gap: 16px;
    justify-items: center;
}
.gn-mf__cta-logo-word {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .01em;
    text-transform: lowercase;
    line-height: 1;
}
.gn-mf__cta-logo-icon {
    width: 190px;
    height: auto;
}

@media (max-width: 900px) {
    .gn-mf__hero-shell {
        width: min(460px, 100%);
    }
    .gn-mf__hero-node {
        transform: scale(.94);
        transform-origin: center;
    }
    .gn-mf__cta-card { grid-template-columns: 1fr; }
    .gn-mf__cta-brand { justify-self: start; }
}

@media (max-width: 640px) {
    .gn-mf__hero-art { min-height: 440px; }
    .gn-mf__hero-shell { width: min(100%, 360px); border-radius: 30px; }
    .gn-mf__hero-node { gap: 8px; padding: 8px 12px 8px 8px; }
    .gn-mf__hero-node-label { font-size: .64rem; }
    .gn-mf__hero-node-icon { width: 30px; height: 30px; }
    .gn-mf__hero-node-icon svg { width: 18px; height: 18px; }
    .gn-mf__hero-node--art { top: 8%; left: -1%; }
    .gn-mf__hero-node--body { top: 13%; right: -2%; }
    .gn-mf__hero-node--creative { top: 44%; right: -5%; }
    .gn-mf__hero-node--stage { bottom: 16%; right: -1%; }
    .gn-mf__hero-node--wellbeing { bottom: 10%; left: 0; }
    .gn-mf__icon { width: 92px; height: 92px; box-shadow: inset 0 0 0 10px #f8edf4; }
    .gn-mf__icon svg { width: 52px; height: 52px; }
    .gn-mf__stage-visual { min-height: auto; }
    .gn-mf__cta-logo-word { font-size: 1.6rem; }
    .gn-mf__cta-logo-icon { width: 150px; }
}


/* Ajustes v3: fotografía real en hero e íconos oficiales del Home */
.gn-mf__hero-art {
    min-height: 620px;
    display: grid;
    place-items: center;
}

.gn-mf__hero-photo {
    width: min(500px, 100%);
    position: relative;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 42px;
    background: rgba(255, 255, 255, .18);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .65),
        0 34px 80px rgba(56, 24, 70, .23);
    backdrop-filter: blur(10px);
    transform: rotate(1.5deg);
}

.gn-mf__hero-photo::before {
    content: '';
    position: absolute;
    inset: 8% -7% -6% 8%;
    z-index: -1;
    border-radius: 42px;
    background: rgba(101, 37, 125, .20);
    filter: blur(1px);
}

.gn-mf__hero-photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 54%;
    border-radius: 29px;
}

.gn-mf__hero-photo-caption {
    position: absolute;
    right: -20px;
    bottom: 38px;
    display: grid;
    gap: 9px;
}

.gn-mf__hero-photo-caption span {
    width: max-content;
    padding: 9px 15px;
    border-radius: 999px;
    color: var(--gn-mf-purple-dark);
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 12px 25px rgba(61, 22, 73, .13);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gn-mf__hero-photo-caption span:nth-child(2) {
    margin-left: 24px;
}

.gn-mf__hero-photo-caption span:nth-child(3) {
    margin-left: 5px;
}

.gn-mf__area-card {
    min-height: 455px;
}

.gn-mf__icon {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.gn-mf__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.gn-mf__area-card h3,
.gn-mf__area-card .gn-mf__card-kicker {
    text-align: center;
}

@media (max-width: 900px) {
    .gn-mf__hero-art {
        min-height: 580px;
    }

    .gn-mf__hero-photo {
        width: min(460px, 92%);
    }
}

@media (max-width: 640px) {
    .gn-mf__hero-art {
        min-height: 480px;
    }

    .gn-mf__hero-photo {
        width: min(330px, 88%);
        padding: 11px;
        border-radius: 30px;
        transform: none;
    }

    .gn-mf__hero-photo img {
        border-radius: 22px;
    }

    .gn-mf__hero-photo-caption {
        right: -10px;
        bottom: 24px;
        gap: 6px;
    }

    .gn-mf__hero-photo-caption span {
        padding: 7px 11px;
        font-size: .62rem;
    }

    .gn-mf__icon {
        width: 132px;
        height: 132px;
    }
}


/* Ajustes v4: imagen real de gala y logo oficial */
.gn-mf__stage-visual {
    min-height: auto;
    border-radius: var(--gn-mf-radius-lg);
    overflow: hidden;
    background: transparent;
    box-shadow: 0 26px 60px rgba(19, 7, 29, .20);
}

.gn-mf__stage-photo {
    margin: 0;
}

.gn-mf__stage-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--gn-mf-radius-lg);
}

.gn-mf__cta-brand {
    align-self: center;
}

.gn-mf__cta-logo-image {
    width: min(320px, 100%);
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 24px rgba(29, 8, 40, .14));
}

@media (max-width: 900px) {
    .gn-mf__cta-logo-image {
        width: min(260px, 80%);
    }
}

@media (max-width: 640px) {
    .gn-mf__cta-logo-image {
        width: min(220px, 78%);
    }
}


/* =========================================================
   Navegación global de Danzarella
   ========================================================= */
.gn-mf__nav {
    position: relative;
    z-index: 20;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 20px;
}

.gn-mf__nav-logo {
    width: 145px;
    display: inline-flex;
    flex: 0 0 auto;
}

.gn-mf__nav-logo img {
    width: 100%;
    height: auto;
}

.gn-mf__menu--desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.gn-mf__menu a,
.gn-mf__mobile-menu-panel a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--gn-mf-pink), #df6592);
    box-shadow: 0 12px 26px rgba(83, 27, 105, .13);
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gn-mf__menu a:hover,
.gn-mf__mobile-menu-panel a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(83, 27, 105, .20);
}

.gn-mf__menu a.is-active,
.gn-mf__mobile-menu-panel a.is-active {
    border-color: rgba(255, 255, 255, .82);
    background: var(--gn-mf-purple-dark);
    box-shadow: 0 12px 28px rgba(55, 15, 71, .22);
}

.gn-mf__mobile-menu {
    display: none;
}

/* El hero ahora reserva su primera franja para la navegación. */
.gn-mf__hero {
    align-items: start;
}

.gn-mf__hero-grid {
    padding-top: 24px;
    padding-bottom: 80px;
}

@media (max-width: 900px) {
    .gn-mf__nav {
        min-height: 94px;
        padding-top: 14px;
    }

    .gn-mf__nav-logo {
        width: 122px;
    }

    .gn-mf__menu--desktop {
        display: none;
    }

    .gn-mf__mobile-menu {
        position: relative;
        z-index: 30;
        display: block;
        flex: 0 0 auto;
    }

    .gn-mf__mobile-menu > summary {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .76);
        border-radius: 50%;
        color: #fff;
        background: rgba(75, 29, 97, .24);
        cursor: pointer;
        list-style: none;
        backdrop-filter: blur(10px);
        -webkit-tap-highlight-color: transparent;
    }

    .gn-mf__mobile-menu > summary::-webkit-details-marker {
        display: none;
    }

    .gn-mf__mobile-menu > summary:focus-visible {
        outline: 3px solid rgba(255, 255, 255, .72);
        outline-offset: 3px;
    }

    .gn-mf__mobile-menu-icon {
        width: 22px;
        display: grid;
        gap: 4px;
    }

    .gn-mf__mobile-menu-icon i {
        height: 2px;
        display: block;
        border-radius: 999px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .gn-mf__mobile-menu[open] .gn-mf__mobile-menu-icon i:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .gn-mf__mobile-menu[open] .gn-mf__mobile-menu-icon i:nth-child(2) {
        opacity: 0;
    }

    .gn-mf__mobile-menu[open] .gn-mf__mobile-menu-icon i:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .gn-mf__mobile-menu-panel {
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: min(310px, calc(100vw - 28px));
        display: grid;
        gap: 9px;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, .38);
        border-radius: 22px;
        background: rgba(73, 25, 91, .97);
        box-shadow: 0 24px 54px rgba(31, 8, 39, .30);
        backdrop-filter: blur(18px);
    }

    .gn-mf__mobile-menu-panel a {
        width: 100%;
        border-radius: 14px;
    }

    .gn-mf__hero-grid {
        padding-top: 10px;
    }
}


/* Ajustes v2: tarjetas sin enlaces y texto blanco estable en CTA */
.gn-mf__cta-card .gn-mf__button,
.gn-mf__cta-card .gn-mf__button:link,
.gn-mf__cta-card .gn-mf__button:visited,
.gn-mf__cta-card .gn-mf__button:hover,
.gn-mf__cta-card .gn-mf__button:focus,
.gn-mf__cta-card .gn-mf__button:focus-visible,
.gn-mf__cta-card .gn-mf__button:active {
    color: #ffffff !important;
}

.gn-mf__cta-card .gn-mf__button--primary,
.gn-mf__cta-card .gn-mf__button--primary:link,
.gn-mf__cta-card .gn-mf__button--primary:visited,
.gn-mf__cta-card .gn-mf__button--primary:hover,
.gn-mf__cta-card .gn-mf__button--primary:focus,
.gn-mf__cta-card .gn-mf__button--primary:active {
    color: #ffffff !important;
}

.gn-mf__cta-card .gn-mf__button--secondary,
.gn-mf__cta-card .gn-mf__button--secondary:link,
.gn-mf__cta-card .gn-mf__button--secondary:visited,
.gn-mf__cta-card .gn-mf__button--secondary:hover,
.gn-mf__cta-card .gn-mf__button--secondary:focus,
.gn-mf__cta-card .gn-mf__button--secondary:active {
    color: #ffffff !important;
}
