/* ─────────────────────────────────────────
   LUMETTRA S.A — Enseñanza Artística
   Paleta: Violeta profundo + Rosa vivo + Lima eléctrico + Crema cálida
   ───────────────────────────────────────── */
:root{
  --cream:   #FDF6EC;
  --warm:    #F7EDD8;
  --surface: #FFF9F2;
  --white:   #FFFFFF;
  --ink:     #1A0A3D;
  --rose:    #E8445A;
  --rose2:   #C73347;
  --rose-lt: rgba(232,68,90,0.10);
  --lime:    #D4F54A;
  --lime2:   #B8DC2E;
  --violet:  #6B35C4;
  --mid:     #5C3D7A;
  --muted:   #9B7FAB;
  --border:  rgba(26,10,61,0.09);
  --border2: rgba(26,10,61,0.05);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.65;overflow-x:hidden}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:var(--cream)}
::-webkit-scrollbar-thumb{background:var(--rose);border-radius:2px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 5%;background:rgba(253,246,236,0.94);
  backdrop-filter:blur(20px);border-bottom:1px solid var(--border);
  transition:padding 0.3s;
}
nav.scrolled{padding:0.75rem 5%;box-shadow:0 2px 24px rgba(26,10,61,0.07)}
.nav-logo img{height:46px;width:auto}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{font-size:0.82rem;font-weight:600;letter-spacing:0.05em;color:var(--mid);transition:color 0.3s;position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--rose);transform:scaleX(0);transition:transform 0.3s;border-radius:2px}
.nav-links a:hover{color:var(--rose)}
.nav-links a:hover::after{transform:scaleX(1)}
.nav-cta{background:var(--ink);color:var(--lime)!important;padding:0.6rem 1.6rem;border-radius:6px;font-weight:700!important;transition:background 0.3s!important}
.nav-cta::after{display:none!important}
.nav-cta:hover{background:var(--rose)!important;color:var(--white)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;z-index:200}
.hamburger span{width:24px;height:1.5px;background:var(--ink);display:block;transition:0.3s}

/* ── HERO — centrado editorial ── */
#hero{
  min-height:100vh;display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;
  position:relative;z-index:1;padding:9rem 5% 6rem;
  background:var(--ink);overflow:hidden;
}
.hero-bg-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);
  background-size:60px 60px;pointer-events:none;
}
.hero-blob{
  position:absolute;border-radius:50%;pointer-events:none;
}
.hero-blob-1{
  width:500px;height:500px;top:-100px;left:-150px;
  background:radial-gradient(circle,rgba(232,68,90,0.25) 0%,transparent 70%);
}
.hero-blob-2{
  width:400px;height:400px;bottom:-80px;right:-100px;
  background:radial-gradient(circle,rgba(107,53,196,0.3) 0%,transparent 70%);
}
.hero-blob-3{
  width:300px;height:300px;top:30%;left:60%;
  background:radial-gradient(circle,rgba(212,245,74,0.12) 0%,transparent 70%);
}
.hero-pill{
  display:inline-flex;align-items:center;gap:0.6rem;
  background:rgba(212,245,74,0.12);border:1px solid rgba(212,245,74,0.3);
  border-radius:100px;padding:0.45rem 1.2rem;margin-bottom:2rem;
  font-size:0.72rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;
  color:var(--lime);position:relative;z-index:2;
}
.hero-pill-dot{width:6px;height:6px;background:var(--lime);border-radius:50%;animation:blink 2s ease infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0.2}}
.hero-title{
  font-family:'Fraunces',serif;
  font-size:clamp(3.5rem,8vw,8rem);
  font-weight:900;line-height:0.9;
  color:var(--white);letter-spacing:-0.03em;
  position:relative;z-index:2;
}
.hero-title em{font-style:italic;color:var(--rose)}
.hero-title span{color:var(--lime)}
.hero-sub{
  margin-top:2rem;font-size:1.05rem;font-weight:300;
  color:rgba(255,255,255,0.55);max-width:560px;line-height:1.8;
  position:relative;z-index:2;
}
.hero-sub strong{color:rgba(255,255,255,0.9);font-weight:600}
.hero-actions{
  margin-top:2.8rem;display:flex;gap:1rem;flex-wrap:wrap;
  justify-content:center;position:relative;z-index:2;
}
.btn-rose{
  background:var(--rose);color:var(--white);padding:1rem 2.4rem;
  border-radius:100px;font-weight:700;font-size:0.9rem;
  transition:background 0.3s,transform 0.2s;display:inline-block;
}
.btn-rose:hover{background:var(--rose2);transform:translateY(-2px)}
.btn-ghost-w{
  border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.7);
  padding:1rem 2.4rem;border-radius:100px;font-weight:500;font-size:0.9rem;
  transition:border-color 0.3s,color 0.3s;display:inline-block;
}
.btn-ghost-w:hover{border-color:var(--lime);color:var(--lime)}
.hero-disciplines{
  display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;
  margin-top:3rem;position:relative;z-index:2;
}
.hero-disc{
  padding:0.45rem 1.1rem;border-radius:100px;
  border:1px solid rgba(255,255,255,0.12);
  font-size:0.75rem;font-weight:600;color:rgba(255,255,255,0.45);
  letter-spacing:0.06em;transition:border-color 0.3s,color 0.3s;
}
.hero-disc:hover{border-color:var(--rose);color:var(--rose)}
.hero-scroll{
  position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:0.5rem;
  font-size:0.65rem;letter-spacing:0.2em;text-transform:uppercase;
  color:rgba(255,255,255,0.3);z-index:2;
}
.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,0.3),transparent)}

/* ── MARQUEE ── */
.marquee-wrap{overflow:hidden;background:var(--rose);padding:0.85rem 0;position:relative;z-index:1}
.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite}
.marquee-item{display:flex;align-items:center;gap:2rem;padding:0 2.5rem;white-space:nowrap;font-family:'Fraunces',serif;font-size:1rem;font-style:italic;font-weight:700;color:rgba(255,255,255,0.9)}
.marquee-sep{font-style:normal;font-size:0.6rem;color:rgba(255,255,255,0.4)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── SECTIONS BASE ── */
section{position:relative;z-index:1}
.section-tag{font-size:0.68rem;font-weight:700;letter-spacing:0.25em;text-transform:uppercase;color:var(--rose);display:flex;align-items:center;gap:0.8rem;margin-bottom:1rem}
.section-tag::before{content:'';width:20px;height:2px;background:var(--rose);border-radius:2px}
h2.section-title{font-family:'Fraunces',serif;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:900;line-height:1.05;color:var(--ink);letter-spacing:-0.02em}
h2.section-title em{font-style:italic;color:var(--rose)}
h2.section-title span{color:var(--violet)}
.on-dark .section-tag{color:var(--lime)}
.on-dark .section-tag::before{background:var(--lime)}
.on-dark h2.section-title{color:var(--white)}
.on-dark h2.section-title em{color:var(--rose)}

/* ── DISCIPLINAS — masonry asimétrico ── */
#disciplinas{padding:7rem 5%;background:var(--surface)}
.disc-top{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4rem}
.disc-top p{color:var(--muted);font-size:0.96rem;line-height:1.8;margin-top:1rem}
.disc-masonry{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-template-rows:220px 220px;
  gap:12px;
}
.disc-card{position:relative;overflow:hidden;border-radius:16px;background:var(--warm);cursor:default;transition:transform 0.4s}
.disc-card:hover{transform:translateY(-4px)}
.disc-card:nth-child(1){grid-column:span 5;grid-row:span 2}
.disc-card:nth-child(2){grid-column:span 4}
.disc-card:nth-child(3){grid-column:span 3}
.disc-card:nth-child(4){grid-column:span 3}
.disc-card:nth-child(5){grid-column:span 4}
.disc-card:nth-child(6){grid-column:span 5;grid-row:span 0}
.disc-card img{width:100%;height:100%;object-fit:cover;filter:brightness(0.7) saturate(0.6);transition:transform 0.6s,filter 0.5s}
.disc-card:hover img{transform:scale(1.04);filter:brightness(0.85) saturate(0.8)}
.disc-card-info{
  position:absolute;inset:0;display:flex;flex-direction:column;
  justify-content:flex-end;padding:1.5rem;
  background:linear-gradient(to top,rgba(26,10,61,0.85) 0%,transparent 60%);
}
.disc-cat{font-size:0.62rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--lime);margin-bottom:0.4rem}
.disc-name{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:700;color:var(--white);font-style:italic}
.disc-tag{display:inline-flex;margin-top:0.6rem;background:rgba(232,68,90,0.9);color:var(--white);font-size:0.62rem;font-weight:700;letter-spacing:0.1em;padding:0.25rem 0.7rem;border-radius:100px;text-transform:uppercase}

/* ── METODOLOGÍA ── */
#metodologia{padding:7rem 5%;background:var(--ink)}
.met-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:5rem}
.met-header p{color:rgba(255,255,255,0.45);font-size:0.95rem;line-height:1.8;margin-top:1rem}
.met-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.met-step{
  background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);
  border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden;
  transition:background 0.4s,border-color 0.4s;
}
.met-step:hover{background:rgba(232,68,90,0.08);border-color:rgba(232,68,90,0.25)}
.met-step-num{
  font-family:'Fraunces',serif;font-size:6rem;font-weight:900;
  font-style:italic;color:rgba(212,245,74,0.06);line-height:1;
  position:absolute;top:-0.5rem;right:1rem;
}
.met-step-icon{font-size:2.2rem;margin-bottom:1.5rem}
.met-step-title{font-family:'Fraunces',serif;font-size:1.4rem;font-weight:700;font-style:italic;color:var(--white);margin-bottom:0.8rem}
.met-step-text{font-size:0.85rem;color:rgba(255,255,255,0.4);line-height:1.75}

/* ── NOSOTROS ── */
#nosotros{background:var(--warm)}
.nos-grid{display:grid;grid-template-columns:1fr 1fr}
.nos-content{padding:6rem 5rem;display:flex;flex-direction:column;justify-content:center}
.nos-content p{color:var(--mid);font-size:0.96rem;line-height:1.85;margin-top:1.2rem}
.nos-highlights{margin-top:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.nos-hl{
  background:var(--surface);border-radius:14px;padding:1.5rem;
  border:1px solid var(--border);transition:border-color 0.3s,box-shadow 0.3s;
}
.nos-hl:hover{border-color:rgba(232,68,90,0.3);box-shadow:0 4px 20px rgba(232,68,90,0.08)}
.nos-hl-num{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:900;color:var(--rose);line-height:1}
.nos-hl-text{font-size:0.78rem;color:var(--muted);margin-top:0.3rem;font-weight:500;line-height:1.4}
.nos-img{position:relative;overflow:hidden;min-height:580px}
.nos-img img{width:100%;height:100%;object-fit:cover;filter:brightness(0.8) saturate(0.8)}
.nos-img-ov{position:absolute;inset:0;background:linear-gradient(to left,transparent 50%,var(--warm) 100%)}
.nos-quote{
  position:absolute;bottom:3rem;right:3rem;
  background:var(--ink);color:var(--white);
  border-radius:16px;padding:1.5rem 2rem;max-width:260px;
  border-left:3px solid var(--rose);
}
.nos-quote-text{font-family:'Fraunces',serif;font-size:1rem;font-style:italic;line-height:1.5}
.nos-quote-text span{color:var(--lime)}

/* ── POR QUÉ ── */
#porque{padding:7rem 5%;background:var(--surface)}
.porque-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.porque-visual{position:relative}
.porque-visual img{width:100%;height:500px;object-fit:cover;border-radius:24px;filter:brightness(0.8) saturate(0.75)}
.porque-sticker{
  position:absolute;top:-2rem;right:-2rem;
  width:110px;height:110px;border-radius:50%;
  background:var(--lime);display:flex;align-items:center;justify-content:center;
  flex-direction:column;text-align:center;
  box-shadow:0 8px 30px rgba(212,245,74,0.4);
  animation:spin-slow 10s linear infinite;
}
@keyframes spin-slow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.porque-sticker-text{font-size:0.65rem;font-weight:800;color:var(--ink);letter-spacing:0.08em;text-transform:uppercase;line-height:1.3}
.porque-card{
  position:absolute;bottom:-2rem;left:-2rem;
  background:var(--white);border-radius:16px;padding:1.2rem 1.5rem;
  box-shadow:0 8px 40px rgba(26,10,61,0.12);min-width:200px;
}
.porque-card-num{font-family:'Fraunces',serif;font-size:2rem;font-weight:900;color:var(--violet);line-height:1}
.porque-card-text{font-size:0.75rem;color:var(--mid);margin-top:0.3rem;line-height:1.4}
.razones{margin-top:2.5rem;display:flex;flex-direction:column;gap:0}
.razon{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;padding:1.4rem 0;border-bottom:1px solid var(--border2);cursor:default}
.razon:first-child{border-top:1px solid var(--border2)}
.razon-icon{
  width:44px;height:44px;background:var(--rose-lt);border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;
  flex-shrink:0;transition:background 0.3s;
}
.razon:hover .razon-icon{background:var(--rose)}
.razon-title{font-size:0.93rem;font-weight:700;color:var(--ink);margin-bottom:0.3rem;padding-left:0.5rem}
.razon-text{font-size:0.82rem;color:var(--muted);line-height:1.6;padding-left:0.5rem}

/* ── FAQ ── */
#faq{padding:7rem 5%;background:var(--warm)}
.faq-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:6rem;align-items:start}
.faq-left{position:sticky;top:120px}
.faq-left p{color:var(--muted);font-size:0.95rem;line-height:1.8;margin-top:1rem}
.faq-items{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 0;cursor:pointer;font-size:0.92rem;font-weight:600;color:var(--ink);transition:color 0.3s}
.faq-q:hover{color:var(--rose)}
.faq-toggle{width:30px;height:30px;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--rose);flex-shrink:0;transition:0.3s}
.faq-item.open .faq-toggle{background:var(--rose);color:var(--white);border-color:var(--rose);transform:rotate(45deg)}
.faq-ans{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.faq-item.open .faq-ans{max-height:250px}
.faq-ans-inner{padding:0 0 1.2rem;font-size:0.85rem;color:var(--muted);line-height:1.8}

/* ── CONTACTO / INSCRIPCIÓN ── */
#contacto{padding:7rem 5%;background:var(--ink);scroll-margin-top:80px}
.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:start}
.contact-left p{color:rgba(255,255,255,0.45);font-size:0.95rem;line-height:1.8;margin-top:1.2rem}
.contact-info{margin-top:2.5rem;display:flex;flex-direction:column;gap:0}
.cinfo-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.07);transition:background 0.3s}
.cinfo-item:first-child{border-top:1px solid rgba(255,255,255,0.07)}
.cinfo-icon{width:38px;height:38px;background:rgba(232,68,90,0.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:0.95rem;flex-shrink:0}
.cinfo-label{font-size:0.62rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:0.2rem;font-weight:700}
.cinfo-val{font-size:0.9rem;color:rgba(255,255,255,0.8);font-weight:500}
.cinfo-val a{color:rgba(255,255,255,0.8);transition:color 0.3s}
.cinfo-val a:hover{color:var(--lime)}
.contact-form{background:var(--cream);border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,0.3)}
.form-title{font-family:'Fraunces',serif;font-size:1.6rem;font-weight:900;color:var(--ink);font-style:italic;margin-bottom:0.3rem}
.form-sub{font-size:0.82rem;color:var(--muted);margin-bottom:1.8rem}
.fg{margin-bottom:1.2rem}
.fg label{display:block;font-size:0.65rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--mid);margin-bottom:0.5rem}
.fg input,.fg textarea,.fg select{width:100%;background:var(--warm);border:1.5px solid var(--border);color:var(--ink);padding:0.85rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.9rem;outline:none;transition:border-color 0.3s;border-radius:10px;-webkit-appearance:none}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--rose);box-shadow:0 0 0 3px var(--rose-lt)}
.fg textarea{min-height:100px;resize:vertical}
.fg select option{background:var(--cream)}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-btn{width:100%;background:var(--ink);color:var(--lime);border:none;padding:1rem;font-family:'DM Sans',sans-serif;font-weight:700;font-size:0.9rem;letter-spacing:0.05em;cursor:pointer;border-radius:100px;transition:background 0.3s,color 0.3s}
.form-btn:hover{background:var(--rose);color:var(--white)}
.form-msg{display:none;margin-top:1rem;padding:0.9rem 1rem;font-size:0.84rem;border-radius:10px}
.form-msg.ok{background:rgba(212,245,74,0.15);color:var(--violet);border:1px solid rgba(212,245,74,0.4)}
.form-msg.err{background:rgba(232,68,90,0.1);color:var(--rose);border:1px solid rgba(232,68,90,0.3)}

/* ── FOOTER — editorial 2 tonos ── */
footer{background:var(--ink)}
.footer-top{
  padding:4rem 5% 3rem;
  display:grid;grid-template-columns:2fr 1fr 1fr;
  gap:4rem;border-bottom:1px solid rgba(255,255,255,0.07);
}
.footer-brand img{height:42px;margin-bottom:1.2rem}
.footer-brand p{font-size:0.82rem;color:rgba(255,255,255,0.3);line-height:1.7;max-width:260px}
.footer-socials{display:flex;gap:0.6rem;margin-top:1.5rem}
.fsoc{
  width:36px;height:36px;border:1px solid rgba(255,255,255,0.1);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:0.78rem;color:rgba(255,255,255,0.3);transition:0.3s;
}
.fsoc:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}
.footer-col h4{font-family:'Fraunces',serif;font-size:1rem;font-style:italic;font-weight:700;color:var(--rose);margin-bottom:1.2rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.6rem}
.footer-col ul li a{font-size:0.82rem;color:rgba(255,255,255,0.3);transition:color 0.3s}
.footer-col ul li a:hover{color:var(--lime)}
.footer-mid{
  background:rgba(255,255,255,0.03);padding:2.5rem 5%;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.footer-mid-data{display:flex;flex-wrap:wrap;gap:2.5rem}
.fdata-group{display:flex;gap:0.7rem;align-items:flex-start;font-size:0.8rem}
.fdata-icon{color:var(--rose);flex-shrink:0;font-size:0.8rem;margin-top:1px}
.fdata-label{display:block;font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.25);margin-bottom:0.2rem;font-weight:700}
.fdata-val{color:rgba(255,255,255,0.5);font-size:0.8rem}
.fdata-val a{color:rgba(255,255,255,0.5);transition:color 0.3s}
.fdata-val a:hover{color:var(--lime)}
.footer-mid-cta{flex-shrink:0}
.footer-mid-cta a{
  display:inline-flex;align-items:center;gap:0.6rem;
  background:var(--rose);color:var(--white);
  padding:0.75rem 1.5rem;border-radius:100px;
  font-size:0.82rem;font-weight:700;transition:background 0.3s;
}
.footer-mid-cta a:hover{background:var(--rose2)}
.footer-legal{padding:2rem 5%;border-bottom:1px solid rgba(255,255,255,0.05)}
.ltabs{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,0.07);margin-bottom:2rem}
.ltab{padding:0.75rem 1.5rem;font-size:0.68rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.28);border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:0.3s}
.ltab.act,.ltab:hover{color:var(--rose);border-bottom-color:var(--rose)}
.lcontent{display:none}
.lcontent.act{display:block}
.lcontent h4{font-family:'Fraunces',serif;font-size:0.88rem;font-style:italic;font-weight:700;color:rgba(232,68,90,0.5);margin:1.5rem 0 0.5rem}
.lcontent h4:first-child{margin-top:0}
.lcontent p,.lcontent li{font-size:0.78rem;color:rgba(255,255,255,0.25);line-height:1.8;margin-bottom:0.3rem}
.lcontent ul{padding-left:1.2rem;list-style:disc}
.footer-bottom{padding:1.2rem 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:0.72rem;color:rgba(255,255,255,0.18)}
.footer-copy span{color:var(--rose)}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:0.7rem;color:rgba(255,255,255,0.18);transition:color 0.3s}
.footer-links a:hover{color:var(--white)}
.meta-bar{padding:0.8rem 5%;border-top:1px solid rgba(255,255,255,0.04);display:flex;flex-wrap:wrap;gap:2rem}
.mi{font-size:0.62rem;color:rgba(255,255,255,0.12)}
.mi strong{color:rgba(255,255,255,0.22)}

/* ── REVEAL ── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.8s ease,transform 0.8s ease}
.reveal.visible{opacity:1;transform:none}
.rd1{transition-delay:0.1s}.rd2{transition-delay:0.2s}.rd3{transition-delay:0.3s}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .disc-top,.met-header,.porque-grid,.faq-layout,.contact-layout,.footer-top{grid-template-columns:1fr}
  #nosotros .nos-grid{grid-template-columns:1fr}.nos-img{min-height:50vw}.nos-content{padding:4rem 5%}
  .disc-masonry{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .disc-card{grid-column:span 1!important;grid-row:span 1!important;height:200px}
  .met-steps{grid-template-columns:1fr 1fr}
  .nos-highlights{grid-template-columns:1fr 1fr}
  .footer-mid{flex-direction:column;align-items:flex-start}
  .footer-mid-data{flex-direction:column;gap:1.5rem}
  .porque-sticker{top:1rem;right:1rem}.porque-card{bottom:1rem;left:1rem}
}
@media(max-width:768px){
  nav{padding:1rem 5%}.nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;inset:0;background:var(--cream);align-items:center;justify-content:center;gap:2.5rem;z-index:99}
  .nav-links.open a{font-size:1.1rem;color:var(--ink)}
  .hamburger{display:flex}
  #disciplinas,#metodologia,#porque,#faq,#contacto{padding:5rem 5%}
  .met-steps{grid-template-columns:1fr}
  .fg-row{grid-template-columns:1fr}
  .nos-highlights{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr;gap:2.5rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}