
    :root {
      --rosa:       #DA7074;
      --verde:      #34443E;
      --rosa-claro: #FED3DC;
      --marron:     #8E6769;
      --crema:      #FDF7F4;
      --blanco:     #FFFFFF;
      --texto:      #2A2A2A;
      --texto-suave:#6B5B5C;
      --borde:      #EDD8DA;
      --f-display: 'Poppins', Georgia, serif;
      --f-body:    'Raleway', system-ui, sans-serif;
      --r-sm: 8px; --r-md: 16px; --r-lg: 24px;
      --shadow-sm: 0 2px 12px rgba(52,68,62,.07);
      --shadow-md: 0 8px 32px rgba(52,68,62,.12);
      --shadow-lg: 0 20px 60px rgba(52,68,62,.16);
      --max: 1280px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body { font-family: var(--f-body); background: var(--crema); color: var(--texto); line-height: 1.65; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }

    .container { max-width: var(--max); margin: 0 auto;}
    .section { padding: clamp(5rem, 10vw, 8rem) 0; }
    .section > .container { position: relative; z-index: 1; }
    .section--dark { background: var(--verde); color: var(--crema); }
    .section--pink { background: var(--rosa-claro); }

    .eyebrow { font-family: var(--f-body); font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--rosa); margin-bottom: 1rem; display: block; }
    .section--dark .eyebrow { color: var(--rosa-claro); opacity: .8; }
    h1,h2,h3,h4 { font-family: var(--f-display); line-height: 1.2; }
    h1 { font-size: 3.6rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }

    .btn { display: inline-flex; align-items: center; gap: .55rem; padding: .85rem 1.8rem; border-radius: 50px; font-family: var(--f-body); font-size: .9rem; font-weight: 500; cursor: pointer; border: 2px solid transparent; transition: all .25s ease; white-space: nowrap; }
    .btn--primary { background: var(--rosa); color: var(--blanco); border-color: var(--rosa); }
    .btn--primary:hover { background: #c8595d; border-color: #c8595d; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(218,112,116,.35); }
    .btn--outline { background: transparent; color: var(--verde); border-color: var(--verde); }
    .btn--outline:hover { background: var(--verde); color: var(--blanco); transform: translateY(-2px); }
    .btn svg { width: 18px; height: 18px; flex-shrink: 0; }

    .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: .1s; } .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; } .reveal-delay-4 { transition-delay: .4s; }
    .reveal-delay-5 { transition-delay: .5s; }

    /* ══ NAV ══ */
    .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.1rem 0; transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
    .nav.scrolled { background: rgba(253,247,244,.95); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--borde); padding: .7rem 0; }
    .nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
    .nav__logo { width: 112px;}
    .nav__links { display: flex; align-items: center; gap: 2rem; }
    .nav__links a { font-size: .85rem; color: var(--verde); opacity: .8; transition: opacity .2s, color .2s; font-weight: 500; position: relative; }
    .nav__links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 2px; background: var(--rosa); border-radius: 2px; transition: width .25s ease; }
    .nav__links a:hover { opacity: 1; color: var(--rosa); }
    .nav__links a:hover::after { width: 100%; }
    .nav__right { display: flex; align-items: center; gap: 1rem; }
    .lang-toggle { display: flex; align-items: center; background: var(--borde); border-radius: 50px; padding: 3px; gap: 2px; }
    .lang-toggle__btn { font-family: var(--f-body); font-size: .75rem; font-weight: 500; padding: .3rem .7rem; border-radius: 50px; border: none; background: transparent; color: var(--marron); cursor: pointer; transition: all .2s ease; letter-spacing: .04em; }
    .lang-toggle__btn.active { background: var(--verde); color: var(--blanco); }
    .nav__cta { font-size: .82rem; padding: .6rem 1.3rem; }
    .nav__burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
    .nav__burger span { display: block; width: 24px; height: 2px; background: var(--verde); border-radius: 2px; transition: all .3s ease; }
    .nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav__burger.open span:nth-child(2) { opacity: 0; }
    .nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ══ HERO ══ */
    .hero { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; padding-top: 5rem; padding-bottom: 3rem; position: relative;}
    .hero-container::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(254,211,220,.45) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(218,112,116,.08) 0%, transparent 60%); pointer-events: none; }
    .hero__content { position: relative; z-index: 1; }
    .hero__title { margin-bottom: 1.5rem; }
    .hero__title em { color: var(--rosa); font-style: italic; }
    .hero__tagline { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-bottom: 1.75rem; }
    .hero__tagline span { font-size: .82rem; font-weight: 500; color: var(--marron); letter-spacing: .04em; display: flex; align-items: center; gap: .4rem; }
    .hero__tagline span::before { content: '✔'; color: var(--rosa); font-size: .75rem; }
    .hero__subtitle { font-size: clamp(.95rem, 2vw, 1.1rem); color: var(--texto-suave); margin-bottom: 2.5rem; font-weight: 300; line-height: 1.7; }
    .hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
    .hero__trust { display: flex; align-items: center; gap: 1rem; font-size: .8rem; color: var(--texto-suave); }
    .hero__trust-dots { display: flex; gap: 4px; }
    .hero__trust-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--rosa); opacity: .3; }
    .hero__trust-dots span:first-child { opacity: 1; } .hero__trust-dots span:nth-child(2) { opacity: .6; }
    .hero__image-wrap { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; }
    .hero__photo-frame { width: min(420px, 100%); aspect-ratio: 3/4; border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%; overflow: hidden; box-shadow: var(--shadow-lg); animation: morphFrame 12s ease-in-out infinite; }
    @keyframes morphFrame { 0%,100% { border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%; } 33% { border-radius: 55% 45% 40% 60% / 60% 55% 45% 40%; } 66% { border-radius: 45% 55% 60% 40% / 40% 60% 55% 45%; } }
    .hero__photo-placeholder { width: 100%; height: 100%; background: linear-gradient(145deg, var(--rosa-claro) 0%, var(--borde) 50%, #e8c4c6 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--marron); }
    .hero__photo-placeholder svg { width: 64px; height: 64px; opacity: .4; }
    .hero__photo-placeholder p { font-size: .8rem; opacity: .6; text-align: center; }
    .hero__photo-placeholder img {
      height: 100%;
    }
    .hero__badge { position: absolute; background: var(--blanco); border-radius: var(--r-md); padding: .75rem 1rem; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 500; color: var(--verde); animation: float 4s ease-in-out infinite; }
    .hero__badge--1 { bottom: 10%; left: -8%; }
    .hero__badge--2 { top: 12%; right: 0%; animation-delay: 1.5s; }
    .hero__badge svg { width: 20px; height: 20px; color: var(--rosa); flex-shrink: 0; }
    @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

    /* ══ SERVICIOS ══ */
    #servicios {
      background-color: #FFFFFF;
    }
    .services__intro { max-width: 600px; margin-bottom: 4rem; }
    .services__intro p { margin-top: 1rem; color: var(--texto-suave); font-size: 1rem; }
    .services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

    .service-card { background: var(--blanco); border-radius: var(--r-lg); padding: 2rem; border: 1px solid var(--borde); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; color: inherit; text-decoration: none; cursor: pointer; }
    .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rosa); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
    .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--rosa-claro); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-card:hover .service-card__arrow { background: var(--rosa); color: var(--blanco); }
    .service-card__arrow {
      display: flex; align-items: center; gap: .5rem;
      margin-top: 1.5rem;
      align-self: flex-end;
      background: var(--rosa-claro);
      border-radius: 50px;
      padding: .45rem 1rem .45rem .75rem;
      color: var(--rosa);
      font-size: .78rem;
      font-weight: 500;
      transition: background .25s ease, color .25s ease;
      width: fit-content;
    }
    .service-card__arrow svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform .25s ease; }
    .service-card:hover .service-card__arrow svg { transform: translateX(3px); }
    .service-card__icon { width: 52px; height: 52px; background: var(--rosa-claro); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: var(--rosa); }
    .service-card__icon svg { width: 26px; height: 26px; }
    .service-card h3 { margin-bottom: 1rem; color: var(--verde); }
    .service-card__tag { display: inline-block; align-self: flex-start; margin-bottom: 1rem; font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--rosa); background: var(--rosa-claro); padding: .25rem .7rem; border-radius: 50px; }

    /* lista de items dentro de card */
    .service-list { display: flex; flex-direction: column; gap: .4rem; flex: 1; }
    .service-list li { font-size: .875rem; color: var(--texto-suave); padding-left: 1.1rem; position: relative; line-height: 1.5; }
    .service-list li::before { content: '·'; position: absolute; left: 0; color: var(--rosa); font-weight: 700; }

    /* highlight row — "Atención personalizada..." */
    .services__highlights { display: flex; flex-wrap: wrap; gap: .6rem 2rem; margin-bottom: 3rem; }
    .services__highlights span { font-size: .82rem; font-weight: 500; color: var(--marron); display: flex; align-items: center; gap: .4rem; }
    .services__highlights span::before { content: '✔'; color: var(--rosa); }

    /* ══ CREDENCIAL CARDS ══ */
    .cred-stack { display: flex; flex-direction: column; gap: .65rem; width: 100%; }
    .cred-stack__eyebrow {
      color: rgba(253,247,244,.45) !important;
      margin-bottom: .4rem;
      font-size: .68rem;
    }
    .cred-card {
      display: flex; align-items: center; gap: 1rem;
      background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11);
      border-radius: var(--r-md); padding: .9rem 1.1rem;
      transition: background .2s;
    }
    .cred-card:hover { background: rgba(255,255,255,.12); }
    .cred-card__logo {
      width: 44px; height: 44px; flex-shrink: 0;
      background: #fff; border-radius: var(--r-sm);
      display: flex; align-items: center; justify-content: center;
      overflow: hidden; padding: 6px;
    }
    .cred-card__logo img { width: 100%; height: 100%; object-fit: contain; }
    .cred-card__body { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
    .cred-card__name { font-size: .88rem; font-weight: 500; color: #FDF7F4; margin: 0; }
    .cred-card__desc { font-size: .75rem; color: rgba(253,247,244,.55); margin: 0; line-height: 1.4; }

    /* blockquote diferencial */
    .dif-quote {
      margin-top: 1.5rem;
      padding: 1.25rem 1.5rem;
      border-left: 3px solid var(--rosa);
      background: rgba(218,112,116,.08);
      border-radius: 0 var(--r-md) var(--r-md) 0;
    }
    .dif-quote p {
      font-family: var(--f-display);
      font-size: .95em;
      font-style: italic;
      color: rgba(253,247,244,.82);
      line-height: 1.65;
      margin: 0 0 .6rem;
    }
    .dif-quote cite {
      font-size: .78rem;
      font-style: normal;
      color: var(--rosa);
      font-weight: 500;
      letter-spacing: .04em;
    }

    /* logos en sobre mí */
    .logo-inst-img { height: 44px; width: auto; object-fit: contain; filter: grayscale(30%); opacity: .85; transition: opacity .2s, filter .2s; }
    .logo-inst-img:hover { opacity: 1; filter: grayscale(0); }

    /* Hero: comillas */
    .hero::after {
      content: '\201C';
      position: absolute; top: 3rem; right: -1rem;
      font-family: var(--f-display);
      font-size: clamp(16rem, 26vw, 28rem);
      color: var(--rosa-claro); opacity: .3;
      line-height: 1; pointer-events: none; z-index: 0;
      user-select: none;
    }

        .diferencial { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .diferencial__items { display: flex; flex-direction: column; gap: 1.25rem; }
    .dif-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; border-radius: var(--r-md); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); transition: background .25s; }
    .dif-item:hover { background: rgba(255,255,255,.1); }
    .dif-item__icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(218,112,116,.2); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; color: var(--rosa-claro); }
    .dif-item__icon svg { width: 22px; height: 22px; }
    .dif-item h4 { font-size: 1rem; margin-bottom: .3rem; color: var(--blanco); }
    .dif-item p { font-size: .88rem; color: rgba(253,247,244,.7); line-height: 1.6; }
    .diferencial__visual { position: relative; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 2.5rem; }
    .diferencial__card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--r-lg); padding: 2.5rem; text-align: center; backdrop-filter: blur(8px); max-width: 320px; width: 100%; }
    .diferencial__card-num { font-family: var(--f-display); font-size: 4rem; color: var(--rosa); line-height: 1; margin-bottom: .5rem; }
    .diferencial__card p { color: rgba(253,247,244,.8); font-size: .9rem; }
    .diferencial__card-sep { margin: 1.5rem auto; width: 40px; height: 1px; background: rgba(255,255,255,.2); }

    /* ══ SOBRE MÍ ══ */
    .sobre { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
    .sobre__photo-wrap { position: relative; }
    .sobre__photo { width: 100%; aspect-ratio: 4/5; border-radius: 12px 48px 12px 48px; overflow: hidden; box-shadow: var(--shadow-lg); }
    .sobre__photo-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, var(--rosa-claro) 0%, #e8c4c6 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--marron); }
    .sobre__photo-placeholder svg { width: 56px; height: 56px; opacity: .4; }
    .sobre__photo-placeholder p { font-size: .8rem; opacity: .6; }
    .sobre__credential { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--verde); color: var(--crema); border-radius: var(--r-md); padding: 1rem 1.25rem; font-size: .82rem; box-shadow: var(--shadow-md); line-height: 1.5; }
    .sobre__credential strong { display: block; font-family: var(--f-display); font-size: 1rem; color: var(--blanco); margin-bottom: .15rem; }
    .sobre__content h2 { margin-bottom: 1.25rem; }
    .sobre__content p { color: var(--texto-suave); margin-bottom: 1rem; font-size: .97rem; line-height: 1.75; }
    .sobre__matriculas { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.5rem; margin-bottom: 2rem; }
    .matricula-link { display: flex; align-items: center; gap: .75rem; font-size: .88rem; color: var(--verde); font-weight: 500; transition: gap .2s; }
    .matricula-link:hover { gap: 1rem; }
    .matricula-link svg { width: 16px; height: 16px; color: var(--rosa); flex-shrink: 0; }
    .logos-inst { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--borde); }
    .logos-inst__label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--texto-suave); margin-bottom: 1.25rem; display: block; }
    .logos-inst__row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
    .logo-placeholder { height: 44px; padding: 0 1rem; background: var(--borde); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 500; color: var(--marron); opacity: .7; white-space: nowrap; }

    /* ══ FAQ ══ */
    .faq__layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }
    .faq__intro h2 { margin-bottom: 1rem; }
    .faq__intro p { color: var(--texto-suave); font-size: .97rem; margin-bottom: 2rem; }
    .faq__list { display: flex; flex-direction: column; gap: .75rem; }
    .faq-item { border-radius: var(--r-md); border: 1px solid var(--borde); background: var(--blanco); overflow: hidden; }
    .faq-item__btn { width: 100%; background: none; border: none; cursor: pointer; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; font-family: var(--f-body); font-size: .95rem; font-weight: 500; color: var(--verde); transition: background .2s; }
    .faq-item__btn:hover { background: var(--crema); }
    .faq-item__btn svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--rosa); transition: transform .3s ease; }
    .faq-item.open .faq-item__btn 
    svg { transform: rotate(45deg); }
    .faq-item__body { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; padding: 0 1.5rem; }
    .faq-item.open .faq-item__body { max-height: 500px; padding: 1.25rem 1.5rem 1.25rem; }
    .faq-item__body p { font-size: .9rem; color: var(--texto-suave); line-height: 1.75; }

    /* ══ CONTACTO ══ */
    .contacto__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
    .contacto__info h2 { margin-bottom: 1rem; color: var(--blanco); }
    .contacto__info > p { color: rgba(253,247,244,.75); margin-bottom: 2.5rem; font-size: .97rem; line-height: 1.7; }
    .contacto__items { display: flex; flex-direction: column; gap: 1rem; }
    .contacto__item { display: flex; align-items: center; gap: 1rem; }
    .contacto__item svg { width: 20px; height: 20px; color: var(--rosa); flex-shrink: 0; }
    .contacto__item-icon {
      width: 44px; height: 44px; flex-shrink: 0;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: var(--r-sm);
      display: flex; align-items: center; justify-content: center;
    }
    .contacto__item-icon svg { width: 18px; height: 18px; color: var(--rosa); }
    .contacto__item-body { display: flex; flex-direction: column; gap: .1rem; }
    .contacto__item-label {
      font-size: .65rem;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(253,247,244,.4);
    }
    .contacto__item-body a,
    .contacto__item-body span { font-size: .92rem; color: rgba(253,247,244,.88); }
    .contacto__social { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
    .contacto__social p { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(253,247,244,.4); margin-bottom: 1rem; }
    .contacto__social-links { display: flex; gap: 0.5rem; flex-wrap: wrap; }
    .social-btn { display: flex; align-items: center; gap: .5rem; padding: .6rem 1.1rem; border-radius: 50px; border: 1px solid rgba(255,255,255,.2); font-size: .82rem; color: var(--crema); transition: all .2s; }
    .social-btn:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }
    .social-btn svg { width: 16px; height: 16px; }
    .contacto__form { background: var(--blanco); border-radius: var(--r-lg); padding: 2.5rem; box-shadow: var(--shadow-lg); }
    .contacto__form h3 { font-size: 1.2rem; margin-bottom: .4rem; color: var(--verde); }
    .contacto__form > p { font-size: .85rem; color: var(--texto-suave); margin-bottom: 2rem; }
    .form-group { margin-bottom: 1.25rem; }
    .form-group label { display: block; font-size: .8rem; font-weight: 500; color: var(--verde); margin-bottom: .4rem; }
    .form-group input, .form-group select, .form-group textarea { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--borde); border-radius: var(--r-sm); background: var(--crema); font-family: var(--f-body); font-size: .9rem; color: var(--texto); outline: none; transition: border-color .2s; appearance: none; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--rosa); }
    .form-group textarea { resize: vertical; min-height: 110px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-submit { width: 100%; margin-top: .5rem; justify-content: center; border-radius: var(--r-sm); }
    /* file input */
    .form-group input[type="file"] { padding: .6rem 1rem; cursor: pointer; }
    .form-group input[type="file"]::file-selector-button { font-family: var(--f-body); font-size: .8rem; background: var(--rosa-claro); color: var(--verde); border: none; padding: .35rem .75rem; border-radius: 4px; cursor: pointer; margin-right: .75rem; }

    /* ══ FOOTER ══ */
    .footer { background: #1e2b26; color: rgba(253,247,244,.6); padding: 3rem 0 2rem; }
    .footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
    .footer__logo { font-family: var(--f-display); font-size: 1.1rem; color: var(--crema); }
    .footer__logo span { display: block; font-family: var(--f-body); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(253,247,244,.4); margin-top: .15rem; }
    .footer__links { display: flex; gap: 2rem; flex-wrap: wrap; }
    .footer__links a { font-size: .82rem; transition: color .2s; }
    .footer__links a:hover { color: var(--rosa-claro); }
    .footer__copy { width: 100%; text-align: center; font-size: .78rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.07); }
    .footer__credit { display: block; margin-top: .4rem; opacity: .4; font-size: .72rem; }
    .footer__credit a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); transition: opacity .2s; }
    .footer__credit a:hover { opacity: .8; }

    /* ══ WA FAB ══ */
    .wa-fab { position: fixed; bottom: 2rem; right: 2rem; z-index: 99; display: flex; align-items: center; gap: .75rem; background: #25D366; color: var(--blanco); border-radius: 50px; padding: .9rem 1.4rem .9rem 1rem; box-shadow: 0 6px 24px rgba(37,211,102,.4); border: none; font-family: var(--f-body); font-size: .88rem; font-weight: 500; transition: transform .25s, box-shadow .25s; text-decoration: none; }
    .wa-fab:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(37,211,102,.5); }
    .wa-fab svg { width: 22px; height: 22px; flex-shrink: 0; }

    /* ══ RESPONSIVE ══ */

    @media (max-width: 1440px) {
      .container { max-width: 90%; }
    }

    /* Laptop: 1100–1440px — reducir tipografía y corregir hero */
    @media (max-width: 1380px) and (min-width: 1101px) {
      h1 { font-size: clamp(2.6rem, 4vw, 3.4rem); }
      h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); }
      body { font-size: 15px; }
      .hero {
        padding-top: 7rem;
        padding-bottom: 2.5rem;
        gap: 3rem;
        min-height: auto;
      }
      .hero__subtitle { font-size: 1rem; }
      .section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
    }

    @media (max-width: 1100px) {
      .services__grid { grid-template-columns: repeat(2, 1fr); }
      h1 { font-size: 2.8rem; }
    }

    @media (max-width: 900px) {
      h1 { font-size: 2.4rem; }
      h2 { font-size: 1.75rem; }
      .hero { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; }
      .hero__subtitle { margin: 0 auto 2.5rem; }
      .hero__tagline { justify-content: center; }
      .hero__actions { justify-content: center; }
      .hero__trust { justify-content: center; }
      .hero__image-wrap { display: none; }
      .diferencial { grid-template-columns: 1fr; gap: 3rem; }
      .diferencial__visual { padding-top: 0; }
      .sobre { grid-template-columns: 1fr; gap: 4rem; }
      .sobre__credential { right: 0; bottom: -1rem; }
      .faq__layout { grid-template-columns: 1fr; gap: 2.5rem; }
      .contacto__layout { grid-template-columns: 1fr; gap: 3rem; }
      .nav__links { display: none; }
      .nav__cta {
        display: none;
      }
      .nav__burger { display: flex; }
      .nav__links.open { display: flex; flex-direction: column; position: fixed; inset: 0; top: 80px; background: var(--crema); align-items: center; justify-content: center; gap: 2.5rem; padding: 2rem; z-index: 99; }
      .nav__links.open a { font-size: 1.2rem; }
      .hero::after { display: none; }
      .services__grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
      h1 { font-size: 2rem; }
      .services__grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; gap: 0; }
      .hero__badge { display: none; }
      .wa-fab span { display: none; }
      .contacto__form {
        padding: 2rem 1.5rem;
      }
      .contacto__form p {
        margin-bottom: 1rem;
      }
      .wa-fab { border-radius: 50%; padding: 1rem; }
      .lang-toggle__btn { padding: .3rem .55rem; }
      .logos-inst__row { gap: 1rem; }
      .logo-inst-img { height: 36px; }
      .cred-stack { gap: .5rem; }
      .footer__inner { flex-direction: column; gap: 1.5rem; }
      .footer__links { gap: 0.6rem; }
      .footer__logo {
        text-align: center;
      }
    }