/* ============================================================
   Educatie, Articole, Contact — layout-uri unice
============================================================ */

/* === EDUCATIE: editorial cu pull-quotes === */
.edu-hero{
  background:var(--white);padding:clamp(5rem,9vw,8rem) 0 0;
  position:relative;
}
.edu-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,6vw,6rem);align-items:end}
.edu-hero-content{padding-bottom:5rem}
.edu-hero h1{font-size:clamp(2.8rem,5.5vw,4.6rem);line-height:1.04;margin-bottom:1.5rem}
.edu-hero h1 em{font-style:italic;color:var(--sky)}
.edu-hero-sub{font-size:1.2rem;line-height:1.6;color:var(--body)}
.edu-hero-img{
  height:520px;background:linear-gradient(135deg,var(--sky),var(--navy));
  border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);
  position:relative;overflow:hidden;
}
.edu-hero-img::after{
  content:"";position:absolute;bottom:1.5rem;right:1.5rem;width:80px;aspect-ratio:1;
  background:var(--gold);border-radius:50%;
}

.edu-bar{background:var(--navy);color:var(--white);padding:2.5rem 0;position:relative;z-index:2}
.edu-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.edu-bar-item{position:relative;padding-left:1.5rem}
.edu-bar-item::before{
  content:"";position:absolute;left:0;top:.4rem;width:3px;height:38px;background:var(--gold);
}
.edu-bar-item strong{display:block;font-family:var(--font-serif);font-size:1.6rem;color:var(--white);line-height:1;margin-bottom:.3rem;font-weight:500}
.edu-bar-item span{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.4}

.edu-section{padding:clamp(5rem,8vw,7rem) 0}
.edu-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.edu-editorial-grid h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;line-height:1.1}
.edu-editorial-grid h2 em{font-style:italic;color:var(--sky)}
.edu-editorial-grid p{font-size:1.05rem;line-height:1.75;margin-bottom:1.2rem;max-width:none}
.edu-pull{
  background:var(--off-white);padding:2.5rem;border-radius:var(--radius-lg);
  border-left:4px solid var(--gold);position:relative;
  margin-top:2rem;
}
.edu-pull::before{
  content:"\201C";position:absolute;top:-1rem;left:1.5rem;font-family:var(--font-serif);
  font-size:5rem;color:var(--gold);line-height:1;
}
.edu-pull p{font-family:var(--font-serif);font-size:1.4rem;font-style:italic;color:var(--navy);line-height:1.5;margin:0}
.edu-pull-author{
  margin-top:1.5rem;font-family:var(--font-sans);font-size:.85rem;
  color:var(--gold-dark);font-weight:600;letter-spacing:.08em;text-transform:uppercase;
}

.edu-programs{background:var(--navy);color:var(--white);padding:clamp(5rem,8vw,7rem) 0}
.edu-programs h2{color:var(--white);margin-bottom:3rem}
.edu-programs h2 em{font-style:italic;color:var(--gold-light)}
.edu-programs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.edu-program{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-lg);padding:2.5rem;transition:all .3s;
}
.edu-program:hover{background:rgba(255,255,255,.07);border-color:var(--gold)}
.edu-program-num{
  display:inline-block;font-family:var(--font-serif);font-size:1.1rem;color:var(--gold);
  border:1.5px solid var(--gold);width:42px;height:42px;line-height:38px;text-align:center;border-radius:50%;
  margin-bottom:1.5rem;font-weight:500;
}
.edu-program h3{color:var(--white);font-size:1.5rem;margin-bottom:1rem;font-weight:500}
.edu-program p{color:rgba(255,255,255,.75);font-size:1rem;line-height:1.65;margin-bottom:1.5rem}
.edu-program ul{list-style:none}
.edu-program ul li{
  padding:.5rem 0 .5rem 1.6rem;font-size:.92rem;color:rgba(255,255,255,.8);
  position:relative;
}
.edu-program ul li::before{
  content:"→";position:absolute;left:0;color:var(--gold);
}

.edu-apply{background:var(--off-white);padding:clamp(5rem,8vw,7rem) 0;text-align:center}
.edu-apply h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem;line-height:1.1}
.edu-apply p{font-size:1.1rem;max-width:580px;margin:0 auto 2.5rem}

/* === ARTICOLE === */
.art-hero{
  background:linear-gradient(135deg,var(--navy),var(--navy-dark));color:var(--white);
  padding:clamp(5rem,9vw,8rem) 0 clamp(4rem,7vw,6rem);position:relative;overflow:hidden;
}
.art-hero::before{
  content:"";position:absolute;top:-20%;right:-10%;width:35%;aspect-ratio:1;
  background:var(--sky);opacity:.25;border-radius:50%;
}
.art-hero h1{color:var(--white);font-size:clamp(2.8rem,5vw,4.2rem);margin-bottom:1.5rem;position:relative;z-index:2}
.art-hero h1 em{font-style:italic;color:var(--gold-light)}
.art-hero p{color:rgba(255,255,255,.85);font-size:1.15rem;line-height:1.6;max-width:620px;position:relative;z-index:2}

.art-list{padding:clamp(5rem,8vw,7rem) 0;background:var(--white)}
.art-empty{
  text-align:center;padding:4rem 2rem;background:var(--off-white);border-radius:var(--radius-lg);
  border:1px dashed var(--line);
}
.art-empty h2{margin-bottom:1rem}
.art-empty p{max-width:520px;margin:0 auto 2rem;color:var(--body)}

.art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.art-card{
  background:var(--white);border:1px solid var(--line-soft);border-radius:var(--radius-lg);
  overflow:hidden;transition:all .3s;display:flex;flex-direction:column;
}
.art-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-2);border-color:transparent}
.art-card-img{
  aspect-ratio:16/10;background:linear-gradient(135deg,var(--sky),var(--navy));
  overflow:hidden;position:relative;
}
.art-card-cat{
  position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--navy-dark);
  padding:.3rem .8rem;border-radius:999px;font-size:.7rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
}
.art-card-body{padding:1.6rem;display:flex;flex-direction:column;flex:1}
.art-card-meta{font-size:.78rem;color:var(--body-soft);letter-spacing:.06em;margin-bottom:.7rem}
.art-card-body h3{font-size:1.2rem;line-height:1.3;margin-bottom:.8rem;font-weight:500}
.art-card-body p{font-size:.94rem;line-height:1.5;color:var(--body);flex:1;margin-bottom:1rem}

/* === CONTACT === */
.contact-hero{
  background:var(--off-white);padding:clamp(5rem,8vw,7rem) 0 clamp(3rem,5vw,5rem);
  position:relative;overflow:hidden;
}
.contact-hero::before{
  content:"";position:absolute;top:-30%;left:-10%;width:40%;aspect-ratio:1;
  background:var(--sky);opacity:.1;border-radius:50%;
}
.contact-hero-inner{position:relative;z-index:2;max-width:720px}
.contact-hero h1{font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.05;margin-bottom:1.5rem}
.contact-hero h1 em{font-style:italic;color:var(--sky)}
.contact-hero p{font-size:1.15rem;line-height:1.65;max-width:580px}

.contact-main{padding:clamp(3rem,5vw,5rem) 0 clamp(5rem,8vw,7rem);background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(3rem,5vw,5rem);align-items:start}

.contact-info-card{
  background:var(--navy);color:var(--white);border-radius:var(--radius-lg);
  padding:clamp(2rem,3vw,2.5rem);position:relative;overflow:hidden;
}
.contact-info-card::before{
  content:"";position:absolute;bottom:-30%;right:-15%;width:60%;aspect-ratio:1;
  background:var(--sky);opacity:.18;border-radius:50%;
}
.contact-info-card::after{
  content:"";position:absolute;bottom:1rem;right:1rem;width:50px;aspect-ratio:1;
  background:var(--gold);opacity:.85;border-radius:50%;
}
.contact-info-inner{position:relative;z-index:2}
.contact-info-card h2{color:var(--white);font-size:1.7rem;margin-bottom:.5rem;font-weight:500}
.contact-info-card>.contact-info-inner>p{color:rgba(255,255,255,.75);font-size:1rem;margin-bottom:2.5rem;max-width:340px}

.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}
.contact-info-item{display:flex;gap:1.2rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}
.contact-info-item:last-child{border-bottom:0;padding-bottom:0}
.contact-info-icon{
  width:44px;height:44px;border-radius:50%;background:rgba(201,169,97,.18);
  display:grid;place-items:center;color:var(--gold);flex-shrink:0;
}
.contact-info-icon svg{width:18px;height:18px}
.contact-info-text small{
  display:block;font-size:.72rem;color:var(--gold-light);
  letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin-bottom:.35rem;
}
.contact-info-text strong{display:block;color:var(--white);font-size:.98rem;line-height:1.45;font-weight:500}
.contact-info-text strong a:hover{color:var(--gold-light)}

.contact-form{
  background:var(--off-white);border-radius:var(--radius-lg);padding:clamp(2rem,3.5vw,3rem);
  border:1px solid var(--line-soft);
}
.contact-form h2{font-size:1.7rem;margin-bottom:.5rem;font-weight:500}
.contact-form>p{font-size:1rem;color:var(--body);margin-bottom:2.2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.2rem}
.form-group label{
  display:block;font-size:.8rem;font-weight:600;color:var(--navy);
  letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;
}
.form-group input,.form-group select,.form-group textarea{
  width:100%;padding:.85rem 1rem;background:var(--white);
  border:1.5px solid var(--line);border-radius:var(--radius);
  font-family:var(--font-sans);font-size:1rem;color:var(--navy);
  transition:border-color .2s,box-shadow .2s;
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,97,.15);
}
.form-group textarea{min-height:130px;resize:vertical;font-family:var(--font-sans)}
.form-check{display:flex;gap:.7rem;align-items:flex-start;margin:1.5rem 0;font-size:.88rem;color:var(--body);line-height:1.5}
.form-check input{margin-top:.2rem;flex-shrink:0;accent-color:var(--gold)}
.form-check a{color:var(--gold-dark);font-weight:600}
.contact-form button[type=submit]{width:100%;justify-content:center}

.contact-map{padding:0 0 clamp(5rem,8vw,7rem);background:var(--white)}
.contact-map-wrap{
  border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);
  aspect-ratio:21/9;
}
.contact-map-wrap iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.2) contrast(1.05)}

@media (max-width:1024px){
  .edu-hero-grid,.edu-editorial-grid,.contact-grid{grid-template-columns:1fr}
  .edu-hero-img{height:380px}
  .edu-bar-grid{grid-template-columns:repeat(2,1fr)}
  .edu-programs-grid{grid-template-columns:1fr}
  .art-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .edu-bar-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .art-grid{grid-template-columns:1fr}
  .contact-map-wrap{aspect-ratio:4/3}
}
