:root {
  --purple: #560039;
  --purple-deep: #43002d;
  --pink: #ff6899;
  --yellow: #F5F0A0;
  --orange: #ffa85a;
  --cream: #f8f2e8;
  --white: #ffffff;
  --ink: #2b1d25;
  --muted: #75646d;
  --line: rgba(43, 29, 37, .14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 20px 55px rgba(86, 0, 57, .10);
  --serif: "Migra", "Times New Roman", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; width: 100%; max-width: 100%; overflow-x: hidden; }
body { margin: 0; width: 100%; max-width: 100%; font-family: var(--sans); background: var(--white); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
main, header, footer, section, .container, .hero-grid, .about-grid, .free-grid, .academy-grid, .final-cta-grid, .service-grid, .employment-grid, .team-grid, .testimonial-grid { min-width: 0; }
main, .site-header, .site-footer { max-width: 100%; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-yellow { background-color: var(--yellow); background-image: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--purple); color: white; padding: 12px 18px; border-radius: 99px; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* ── HEADER ── */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: var(--purple); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(60,0,40,.16); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-image { display: block; height: 90px; width: auto; flex: 0 0 auto; }
.brand-image img { height: 100%; width: auto; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .9rem; font-weight: 600; color: white; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--pink); transition: right .2s; }
.main-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

/* ── BUTTONS ── */
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border-radius: 999px; background: var(--purple); color: white; font-weight: 700; border: 1px solid var(--purple); transition: transform .2s, background .2s, box-shadow .2s; box-shadow: 0 9px 22px rgba(86,0,57,.15); }
.button:hover { transform: translateY(-2px); background: var(--purple-deep); box-shadow: 0 13px 27px rgba(86,0,57,.2); }
.main-nav .button { background: var(--yellow); color: var(--purple); border-color: var(--yellow); }
.button-small { min-height: 43px; padding-inline: 19px; font-size: .86rem; }
.button-light { background: var(--yellow); color: var(--purple); border-color: var(--yellow); }
.button-light:hover { background: var(--yellow); filter: brightness(.96); }
.button-full { width: 100%; margin-top: auto; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.eyebrow { margin: 0 0 16px; color: var(--purple); text-transform: uppercase; font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.eyebrow-light { color: var(--yellow); }

/* ── TYPOGRAPHY ── */
h1, h2, h3 { margin: 0; font-family: var(--serif); color: var(--purple); letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.2vw, 5.15rem); line-height: .86; }
h2 { font-size: clamp(2.5rem, 4.2vw, 4.25rem); line-height: .9; }
h3 { font-size: clamp(1.5rem, 2vw, 2rem); line-height: .98; }
h1 em, h2 em, h3 em { font-weight: 400; font-style: italic; color: var(--pink); }

/* ── HERO — desktop: gradiente amarillo+blanco ── */
.hero { min-height: 690px; display: grid; align-items: center; padding: 140px 0 68px; background: linear-gradient(90deg, var(--yellow) 0 52%, #fff 52%); }
.hero-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 62px; align-items: center; }
.hero-copy { max-width: 610px; padding-left: 0; }
.hero-text { max-width: 565px; margin: 25px 0; font-size: clamp(1rem, 1.35vw, 1.15rem); }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.hero-proof span { padding: 7px 13px; border: 1px solid rgba(86,0,57,.18); border-radius: 999px; font-size: .75rem; font-weight: 600; }
.hero-visual { position: relative; max-width: 440px; justify-self: end; }
.photo-frame { height: 560px; border-radius: 150px 150px 30px 30px; overflow: hidden; box-shadow: var(--shadow); background: var(--cream); margin: 0 auto; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.hero-sticker { position: absolute; right: 14px; top: 22px; width: 98px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--purple); color: var(--yellow); text-transform: uppercase; font-size: .74rem; font-weight: 800; line-height: 1.15; box-shadow: 0 13px 28px rgba(86,0,57,.23); }
.photo-caption { margin: 12px 8px 0; text-align: right; color: var(--muted); font-size: .82rem; }

/* ── MARQUEE ── */
.marquee { overflow: hidden; background: var(--purple); color: var(--yellow); padding: 14px 0; }
.marquee-track { display: flex; gap: 26px; width: max-content; align-items: center; font-family: var(--serif); font-size: 1.1rem; animation: marquee 28s linear infinite; }
.marquee-track i { color: var(--pink); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: center; }
.about-image { position: relative; max-width: 450px; }
.about-image::before { content: ""; position: absolute; inset: 24px -20px -20px 24px; border-radius: var(--radius-lg); background: var(--orange); }
.about-image img { position: relative; width: 100%; max-height: 540px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-copy p:not(.eyebrow):not(.highlight) { font-size: 1.02rem; }
.about-copy h2 { margin-bottom: 27px; }
.highlight { margin: 26px 0; padding-left: 18px; border-left: 4px solid var(--pink); color: var(--purple); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 23px; }
.section-heading > p:last-child { max-width: 650px; font-size: 1.03rem; }

/* ── SERVICES ── */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.service-card { min-height: 540px; display: flex; flex-direction: column; padding: 40px; border: 1px solid var(--purple); border-radius: var(--radius-lg); background: var(--purple); color: white; box-shadow: 0 17px 48px rgba(43,29,37,.12); }
.service-card h3, .service-card .card-kicker { color: var(--yellow); }
.service-card .check-list li { border-bottom-color: rgba(255,255,255,.15); color: white; }
.card-number { font-family: var(--serif); font-size: 3.4rem; line-height: 1; color: var(--pink); }
.card-kicker { margin: 20px 0 7px; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 700; }
.service-card h3 { margin-bottom: 17px; }
.check-list { list-style: none; padding: 0; margin: 21px 0 29px; }
.check-list li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid rgba(117,100,109,.18); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 800; }
.service-note { margin: 22px auto 0; text-align: center; color: var(--muted); font-size: .8rem; }

/* ── FREE / GRATIS ── */
.free-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 72px; align-items: center; }
.free-copy h2 { margin-bottom: 24px; }
.free-copy > p:not(.eyebrow) { max-width: 590px; font-size: 1.03rem; }
.free-actions { display: flex; align-items: center; gap: 22px; margin-top: 29px; flex-wrap: wrap; }
.free-cards { display: grid; gap: 13px; }
.free-cards a { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; min-height: 94px; padding: 21px; background: rgba(255,255,255,.72); border-radius: var(--radius-md); border: 1px solid rgba(86,0,57,.1); transition: transform .2s, background .2s; }
.free-cards a:hover { transform: translateX(5px); background: white; }
.free-cards span { color: var(--purple); text-transform: uppercase; font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.free-cards b { color: var(--purple); font-size: 1.2rem; }

/* ── ACADEMY ── */
.academy { background: var(--purple); color: white; }
.academy h2, .academy h3 { color: white; }
.academy-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: start; }
.academy-intro > p:not(.eyebrow) { max-width: 570px; font-size: 1.03rem; color: rgba(255,255,255,.78); }
.academy-intro h2 { margin-bottom: 25px; }
.coming-soon { display: inline-flex; margin-top: 21px; padding: 8px 14px; border-radius: 999px; background: var(--pink); color: var(--purple); font-weight: 800; text-transform: uppercase; font-size: .68rem; letter-spacing: .11em; }
.academy-list article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.academy-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.academy-list article > span { font-family: var(--serif); font-size: 2.1rem; color: var(--pink); }
.academy-list h3 { font-size: 1.65rem; margin-bottom: 7px; }
.academy-list p { margin: 0; color: rgba(255,255,255,.68); }

/* ── EMPLOYMENT ── */
.employment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.employment-card { display: grid; grid-template-columns: 78px 1fr; gap: 22px; padding: 34px; border-radius: var(--radius-lg); background: var(--cream); }
.employment-icon { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--purple); color: var(--yellow); font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.employment-card h3 { margin-bottom: 11px; }
.employment-card .text-link { margin-top: 10px; }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { padding: 30px; border-radius: var(--radius-lg); background: white; box-shadow: 0 15px 42px rgba(86,0,57,.07); }
.team-photo { width: 100%; height: 260px; margin-bottom: 24px; object-fit: cover; object-position: center 20%; border-radius: 22px; }
.team-card h3 { font-size: 1.65rem; }
.team-card > span { display: block; margin: 7px 0 15px; color: var(--pink); font-weight: 700; }
.team-card a { color: var(--purple); font-size: .8rem; font-weight: 700; overflow-wrap: anywhere; }

/* ── TESTIMONIALS ── */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid-two { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
.testimonial-card { margin: 0; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 31px; border-radius: var(--radius-lg); background: var(--cream); }
.testimonial-card p { margin: 0; font-family: var(--serif); font-size: 1.28rem; line-height: 1.22; color: var(--purple); }
.testimonial-card footer { display: flex; flex-direction: column; margin-top: 31px; }
.testimonial-card footer span { color: var(--muted); font-size: .82rem; }

/* ── FINAL CTA ── */
.final-cta { padding: 90px 0; background: var(--purple); color: white; }
.final-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: end; }
.final-cta h2 { color: white; }
.final-cta-grid > div:last-child p { margin: 0 0 24px; max-width: 460px; font-size: 1.03rem; color: rgba(255,255,255,.8); }

/* ── FOOTER ── */
.site-footer { padding: 68px 0 22px; background: var(--orange); color: var(--purple); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 44px; }
.brand-footer { color: var(--purple); margin-bottom: 16px; display: block; }
.footer-logo { height: 72px; width: auto; object-fit: contain; }
.footer-grid > div:first-child p { max-width: 300px; color: rgba(86,0,57,.72); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { color: var(--purple); margin-bottom: 5px; }
.footer-grid a:not(.brand) { color: rgba(86,0,57,.78); font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(86,0,57,.18); color: rgba(86,0,57,.64); font-size: .76rem; }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── TABLET (max 960px) ── */
@media (max-width: 960px) {
  .menu-toggle { display: block; z-index: 102; }
  .main-nav { position: fixed; inset: 0; padding: 120px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; background: var(--purple); transform: translateX(100%); transition: transform .3s ease; font-family: var(--serif); font-size: 2rem; }
  .main-nav.open { transform: none; }
  .main-nav .button { margin-top: 20px; font-family: var(--sans); font-size: 1rem; }
  .hero-grid, .about-grid, .free-grid, .academy-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy { padding-top: 25px; }
  .hero-visual { width: 100%; max-width: 430px; justify-self: center; }
  .photo-caption { text-align: center; }
  .about-grid { gap: 60px; }
  .service-grid, .employment-grid { grid-template-columns: 1fr; }
  .team-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  /* Hero móvil: fondo blanco, sin amarillo */
  .hero { background: var(--white); }
}

/* ── MOBILE (max 650px) ── */
@media (max-width: 650px) {
  html, body { overflow-x: hidden; width: 100%; max-width: 100%; }
  main, .site-header, .site-footer, section { position: relative; width: 100%; max-width: 100%; overflow-x: hidden; }
  .container { width: calc(100% - 48px); max-width: 1140px; }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 90px; }
  .brand-image { height: 80px; width: auto; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.55rem); }
  /* Hero móvil: fondo blanco */
  .hero { min-height: auto; padding-top: 92px; background: var(--white); }
  .hero-copy { padding-top: 0; }
  .hero-actions, .free-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .free-actions .button { width: 100%; }
  .photo-frame { width: min(100%, 390px); height: 440px; border-radius: 110px 110px 24px 24px; }
  .photo-frame img { object-position: center 15%; }
  .about-image { width: min(100%, 450px); margin-inline: auto; justify-self: center; }
  .about-image::before { right: 0; }
  .about-image img { object-position: center center; }
  .hero-sticker { right: 0; }
  .marquee { max-width: 100vw; overflow: hidden; }
  /* Sección gratis: amarillo correcto */
  .section-yellow, #gratis { background-color: var(--yellow); background-image: none; }
  .service-card { min-height: 0; padding: 28px; }
  .free-cards { width: 100%; }
  .free-cards a { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "label arrow" "description arrow"; align-content: center; gap: 4px 14px; width: 100%; min-height: 112px; padding: 20px; }
  .free-cards span { grid-area: label; }
  .free-cards strong { grid-area: description; min-width: 0; line-height: 1.3; }
  .free-cards b { grid-area: arrow; align-self: center; }
  .employment-card { grid-template-columns: 1fr; padding: 28px; }
  .team-grid, .testimonial-grid, .testimonial-grid-two { grid-template-columns: 1fr; }
  .team-photo { height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  #gratis .free-actions .text-link { width: fit-content; align-self: flex-start; }
}

/* ── VERY SMALL (max 380px) ── */
@media (max-width: 380px) {
  .container { width: calc(100% - 36px); }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
