:root{
  --hartie:#F2F4EE;
  --padure:#14352A;
  --verde:#2E6B4F;
  --auriu:#C7A13B;
  --auriu-deschis:#E8D9A8;
  --text-secundar:#5C6B60;
  --linie:#D8DED3;
  --alb:#FDFDFB;
  --maxw:1120px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Albert Sans",sans-serif;
  background:var(--hartie);
  color:var(--padure);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
.serif{font-family:"Fraunces",serif}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
:focus-visible{outline:3px solid var(--verde);outline-offset:3px;border-radius:4px}

/* ---------- NAV ---------- */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(242,244,238,.93);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--linie);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{
  font-family:"Fraunces",serif;
  font-weight:600;font-size:1.25rem;
  color:var(--padure);text-decoration:none;
}
.logo em{font-style:italic;color:var(--verde)}
.nav-links{display:flex;gap:30px;align-items:center;list-style:none}
.nav-links a{
  text-decoration:none;color:var(--padure);
  font-size:.94rem;font-weight:500;
}
.nav-links a:hover{color:var(--verde)}
.btn{
  display:inline-block;text-decoration:none;font-weight:700;
  padding:15px 30px;border-radius:999px;
  border:1.5px solid var(--padure);
  font-size:.98rem;
  transition:transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.btn-plin{background:var(--padure);color:var(--hartie)}
.btn-plin:hover{background:var(--verde);border-color:var(--verde);transform:translateY(-2px);box-shadow:0 10px 24px -12px rgba(20,53,42,.5)}
.btn-gol{background:transparent;color:var(--padure)}
.btn-gol:hover{background:var(--padure);color:var(--hartie);transform:translateY(-2px)}
.nav .btn{padding:10px 22px;font-size:.9rem}
.menu-toggle{display:none;background:none;border:none;font-size:1.7rem;cursor:pointer;color:var(--padure)}

/* ---------- HERO ---------- */
.hero{padding:92px 0 84px;text-align:center;position:relative;overflow:hidden}
.hero::before{
  content:"";position:absolute;top:-10%;left:50%;transform:translateX(-50%);
  width:min(760px,90%);height:420px;
  background:radial-gradient(ellipse at center, rgba(46,107,79,.10), transparent 68%);
  z-index:-1;pointer-events:none;
}
.eticheta{
  display:inline-block;
  font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--verde);font-weight:700;
  margin-bottom:26px;
}
.eticheta::before,.eticheta::after{content:"·";color:var(--auriu);margin:0 10px}
h1{
  font-family:"Fraunces",serif;
  font-optical-sizing:auto;
  font-weight:550;
  font-size:clamp(2.5rem,6vw,4.4rem);
  line-height:1.08;
  letter-spacing:-.015em;
  max-width:19ch;
  margin:0 auto;
}
h1 em{font-style:italic;color:var(--verde)}
.hero .sub{
  font-size:1.16rem;color:var(--text-secundar);
  max-width:58ch;margin:26px auto 0;
}
.hero .sub strong{color:var(--padure)}

/* Bara de căutare — elementul semnătură */
.cautare{
  margin:46px auto 14px;
  max-width:560px;
  background:var(--alb);
  border:1.5px solid var(--linie);
  border-radius:999px;
  padding:16px 24px;
  display:flex;align-items:center;gap:14px;
  box-shadow:0 18px 44px -22px rgba(20,53,42,.28);
  text-align:left;
}
.cautare svg{flex:none}
.cautare .text{
  font-size:1.05rem;color:var(--padure);
  white-space:nowrap;overflow:hidden;
}
.cursor{
  display:inline-block;width:2px;height:1.15em;
  background:var(--verde);vertical-align:text-bottom;
  animation:clipire 1s steps(1) infinite;
}
@keyframes clipire{50%{opacity:0}}
.cautare-nota{
  font-size:.92rem;color:var(--text-secundar);
  margin-bottom:40px;font-style:italic;
  font-family:"Fraunces",serif;
}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}


/* ---------- DRUMUL CLIENTULUI ---------- */
.hero-drum{
  margin:32px auto 0;display:flex;align-items:center;justify-content:center;
  gap:12px;flex-wrap:wrap;color:var(--text-secundar);font-size:.88rem;font-weight:700;
}
.hero-drum span{
  display:inline-flex;align-items:center;gap:8px;padding:8px 14px;
  border:1px solid var(--linie);background:rgba(253,253,251,.72);border-radius:999px;
}
.hero-drum span::before{
  content:"";width:7px;height:7px;border-radius:50%;background:var(--auriu);
  box-shadow:0 0 0 4px rgba(199,161,59,.13);
}
.hero-drum .activ{color:var(--padure);border-color:var(--verde);background:var(--alb)}
.hero-drum .sageata{font-family:"Fraunces",serif;color:var(--verde);font-size:1.15rem}
.hero-alerta{
  max-width:680px;margin:24px auto 36px;padding:15px 20px;
  border-left:4px solid var(--auriu);background:rgba(232,217,168,.28);
  border-radius:10px;text-align:left;color:var(--text-secundar);font-size:.96rem;
}
.hero-alerta strong{color:var(--padure)}
.hero-garantii{
  margin-top:22px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap;
  font-size:.84rem;color:var(--text-secundar)
}
.hero-garantii span{display:inline-flex;align-items:center;gap:7px}
.hero-garantii span::before{content:"✓";color:var(--verde);font-weight:800}

/* ---------- COMPARAȚIE ---------- */
.comparatie{
  margin-top:64px;display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:stretch;
}
.comparatie-card{
  border-radius:20px;padding:34px 32px;border:1px solid rgba(242,244,238,.16);
  background:rgba(242,244,238,.06);
}
.comparatie-card.bun{background:rgba(199,161,59,.10);border-color:rgba(199,161,59,.34)}
.comparatie-kicker{
  font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;
  color:#8FA396;margin-bottom:10px;
}
.comparatie-card.bun .comparatie-kicker{color:var(--auriu)}
.comparatie-card h3{font-family:"Fraunces",serif;font-size:1.55rem;margin-bottom:20px}
.comparatie-card ul{list-style:none;display:grid;gap:13px;color:#B9C6BC}
.comparatie-card li{position:relative;padding-left:26px}
.comparatie-card.rau li::before{content:"×";position:absolute;left:0;color:#D5A5A0;font-weight:800;font-size:1.15rem}
.comparatie-card.bun li::before{content:"✓";position:absolute;left:0;color:var(--auriu);font-weight:800}
.comparatie-sageata{display:flex;align-items:center;justify-content:center;color:var(--auriu);font-size:2rem;font-family:"Fraunces",serif}

/* ---------- CTA DE TRANZIȚIE ---------- */
.cta-rapida{padding:44px 0;background:var(--auriu-deschis);border-bottom:1px solid #D5C68E}
.cta-rapida-rand{display:flex;align-items:center;justify-content:space-between;gap:32px}
.cta-rapida h2{font-size:clamp(1.5rem,3vw,2.1rem);max-width:30ch;color:var(--padure)}
.cta-rapida p{margin-top:10px;color:var(--text-secundar);max-width:56ch}
.cta-rapida .btn{flex:none;background:var(--padure);color:var(--hartie)}
.cta-rapida .btn:hover{background:var(--verde);border-color:var(--verde);transform:translateY(-2px)}

/* ---------- OBIECȚII ---------- */
.obiectie-eticheta{
  display:inline-block;margin-left:10px;padding:4px 9px;border-radius:999px;
  background:var(--auriu-deschis);color:var(--padure);font-family:"Albert Sans",sans-serif;
  font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;vertical-align:middle;
}

@media(max-width:900px){
  .comparatie{grid-template-columns:1fr}
  .comparatie-sageata{transform:rotate(90deg);min-height:28px}
  .cta-rapida-rand{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .hero-drum .sageata{display:none}
  .hero-drum{gap:8px}
  .hero-drum span{width:100%;justify-content:flex-start;max-width:310px}
  .hero-alerta{margin-top:20px}
  .comparatie-card{padding:28px 24px}
}

/* ---------- DE CE ---------- */
.decor-linie{
  width:64px;height:3px;background:var(--auriu);
  border-radius:2px;margin-bottom:22px;
}
section{padding:92px 0}
.sectiune-intuneric{
  background:var(--padure);color:var(--hartie);
}
h2{
  font-family:"Fraunces",serif;
  font-weight:550;
  font-size:clamp(1.9rem,4vw,2.9rem);
  line-height:1.14;letter-spacing:-.01em;
  max-width:24ch;
}
h2 em{font-style:italic;color:var(--auriu)}
.sectiune-intro{max-width:60ch;color:var(--text-secundar);font-size:1.1rem;margin-top:18px}
.sectiune-intuneric .sectiune-intro{color:#B9C6BC}

.argumente{
  margin-top:60px;
  display:grid;grid-template-columns:1fr 1fr;gap:0;
  border-top:1px solid rgba(242,244,238,.18);
}
.argument{
  padding:42px 40px 46px;
  border-bottom:1px solid rgba(242,244,238,.18);
}
.argument:nth-child(odd){border-right:1px solid rgba(242,244,238,.18)}
.argument h3{
  font-family:"Fraunces",serif;
  font-weight:600;font-size:1.45rem;
  margin-bottom:12px;
}
.argument h3 .aur{color:var(--auriu)}
.argument p{color:#B9C6BC;font-size:1rem}
.argument p strong{color:var(--hartie)}

/* ---------- CE PRIMEȘTI ---------- */
.oferte{margin-top:56px;display:grid;gap:20px}
.oferta{
  background:var(--alb);
  border:1.5px solid var(--linie);
  border-radius:20px;
  padding:38px 40px;
  display:grid;grid-template-columns:1fr 1.6fr;gap:32px;
  align-items:start;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.oferta:hover{
  transform:translateY(-4px);
  border-color:var(--verde);
  box-shadow:0 20px 44px -24px rgba(20,53,42,.3);
}
.oferta h3{
  font-family:"Fraunces",serif;
  font-weight:600;font-size:1.55rem;line-height:1.2;
}
.oferta h3 em{font-style:italic;color:var(--verde)}
.oferta .pentru{
  margin-top:12px;font-size:.9rem;color:var(--text-secundar);
}
.oferta .pentru b{color:var(--verde);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;display:block;margin-bottom:4px}
.oferta p{color:var(--text-secundar);font-size:1.02rem}
.oferta p strong{color:var(--padure)}

/* ---------- CUM LUCRĂM ---------- */
.pasi{
  margin-top:56px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:44px;
}
.pas{position:relative;padding-top:26px}
.pas::before{
  content:"";position:absolute;top:0;left:0;
  width:44px;height:3px;background:var(--auriu);border-radius:2px;
}
.pas .nr{
  font-family:"Fraunces",serif;font-style:italic;
  color:var(--verde);font-size:1rem;
}
.pas h3{
  font-family:"Fraunces",serif;font-weight:600;
  font-size:1.4rem;margin:8px 0 10px;
}
.pas p{color:var(--text-secundar);font-size:1rem}
.promisiune{
  margin-top:64px;
  background:var(--alb);
  border:1.5px solid var(--linie);
  border-left:5px solid var(--auriu);
  border-radius:16px;
  padding:32px 38px;
  font-family:"Fraunces",serif;
  font-size:1.25rem;font-style:italic;
  color:var(--padure);
  max-width:760px;
}
.promisiune span{display:block;margin-top:10px;font-family:"Albert Sans",sans-serif;font-style:normal;font-size:.9rem;color:var(--text-secundar)}

/* ---------- DE ÎNCREDERE ---------- */
.valori{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.valoare{
  background:var(--alb);border:1.5px solid var(--linie);
  border-radius:20px;padding:34px 32px;
}
.valoare .semn{
  width:44px;height:44px;border-radius:50%;
  background:var(--auriu-deschis);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.valoare h3{font-family:"Fraunces",serif;font-weight:600;font-size:1.3rem;margin-bottom:10px}
.valoare p{color:var(--text-secundar);font-size:.98rem}

/* ---------- CONTACT ---------- */
.contact{text-align:center}
.contact h2{margin:0 auto}
.contact .sectiune-intro{margin-left:auto;margin-right:auto}
.contact-cta{margin-top:40px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.contact .canale{
  margin-top:48px;
  display:flex;gap:44px;justify-content:center;flex-wrap:wrap;
  font-size:.96rem;
}
.contact .canale a{color:var(--hartie);text-decoration:none;font-weight:600}
.contact .canale a:hover{color:var(--auriu)}
.contact .canale .k{display:block;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:#8FA396;margin-bottom:6px}
.sectiune-intuneric .btn-aur{background:var(--auriu);border-color:var(--auriu);color:var(--padure)}
.sectiune-intuneric .btn-aur:hover{background:#d9b555;border-color:#d9b555;transform:translateY(-2px)}
.sectiune-intuneric .btn-contur{border-color:#3E5A4C;color:var(--hartie)}
.sectiune-intuneric .btn-contur:hover{background:var(--hartie);color:var(--padure);border-color:var(--hartie)}

/* ---------- FOOTER ---------- */
footer{padding:28px 0;border-top:1px solid var(--linie)}
.footer-riga{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
  font-size:.86rem;color:var(--text-secundar);
}
footer a{color:var(--text-secundar);text-decoration:none}
footer a:hover{color:var(--verde)}

/* ---------- PORTOFOLIU ---------- */
.lucrari{margin-top:56px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.lucrare{
  background:var(--alb);
  border:1.5px solid var(--linie);
  border-radius:20px;overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lucrare:hover{transform:translateY(-5px);border-color:var(--verde);box-shadow:0 22px 48px -26px rgba(20,53,42,.35)}
/* ÎNLOCUIEȘTE fundalul .lucrare-imagine cu poza reală: background-image:url('poza-ta.jpg') */
.lucrare-imagine{
  aspect-ratio:16/10;
  background:
    radial-gradient(120% 120% at 20% 0%, rgba(46,107,79,.14), transparent 55%),
    linear-gradient(135deg,#E7ECE2,#DCE4D6);
  position:relative;
  display:flex;align-items:center;justify-content:center;
  border-bottom:1.5px solid var(--linie);
}
.lucrare-imagine .placeholder{
  display:flex;flex-direction:column;align-items:center;gap:10px;
  color:var(--verde);opacity:.7;
}
.lucrare-imagine .placeholder span{
  font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;
}
.lucrare-imagine .browser-bara{
  position:absolute;top:14px;left:16px;display:flex;gap:6px;
}
.lucrare-imagine .browser-bara i{width:9px;height:9px;border-radius:50%;background:rgba(20,53,42,.16);display:block}
.lucrare-info{padding:24px 26px 26px}
.lucrare-info .categorie{
  font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--verde);font-weight:700;
}
.lucrare-info h3{font-family:"Fraunces",serif;font-weight:600;font-size:1.35rem;margin:8px 0 6px}
.lucrare-info p{color:var(--text-secundar);font-size:.96rem}

/* ---------- PĂRERI CLIENȚI ---------- */
.pareri{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.parere{
  border-radius:20px;padding:32px 30px 30px;
  background:rgba(242,244,238,.06);
  border:1px solid rgba(242,244,238,.16);
  display:flex;flex-direction:column;
}
.parere .stele{color:var(--auriu);font-size:1rem;letter-spacing:2px;margin-bottom:16px}
.parere blockquote{
  font-family:"Fraunces",serif;font-size:1.12rem;line-height:1.5;
  color:var(--hartie);flex:1;
}
.parere .autor{
  margin-top:22px;display:flex;align-items:center;gap:12px;
  border-top:1px solid rgba(242,244,238,.14);padding-top:18px;
}
.parere .initiala{
  width:44px;height:44px;border-radius:50%;flex:none;
  background:var(--auriu);color:var(--padure);
  display:flex;align-items:center;justify-content:center;
  font-family:"Fraunces",serif;font-weight:600;font-size:1.2rem;
}
.parere .autor .nume{font-weight:700;font-size:.98rem;color:var(--hartie)}
.parere .autor .rol{font-size:.86rem;color:#8FA396}

/* ---------- DESPRE MINE ---------- */
.despre{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center;margin-top:12px}
.despre-foto{
  aspect-ratio:4/5;border-radius:20px;overflow:hidden;
  border:1.5px solid var(--linie);
  background:
    radial-gradient(120% 90% at 30% 10%, rgba(46,107,79,.16), transparent 60%),
    linear-gradient(150deg,#E7ECE2,#D9E1D4);
  display:flex;align-items:flex-end;justify-content:center;
  position:relative;
}
/* ÎNLOCUIEȘTE fundalul .despre-foto cu poza ta:
   background-image:url('poza-ta.jpg');background-size:cover;background-position:center */
.despre-foto .ph-persoana{
  color:var(--verde);opacity:.55;margin-bottom:0;
}
.despre-foto .eticheta-foto{
  position:absolute;top:16px;left:16px;
  background:var(--alb);border:1px solid var(--linie);
  border-radius:999px;padding:6px 14px;
  font-size:.76rem;font-weight:700;color:var(--verde);
  letter-spacing:.06em;text-transform:uppercase;
}
.despre-text .decor-linie{margin-bottom:22px}
.despre-text h2{margin-bottom:20px}
.despre-text p{color:var(--text-secundar);font-size:1.08rem;margin-bottom:16px}
.despre-text p strong{color:var(--padure)}
.despre-semnatura{
  font-family:"Fraunces",serif;font-style:italic;
  font-size:1.5rem;color:var(--verde);margin-top:8px;
}
.despre-fapte{
  margin-top:28px;display:flex;gap:36px;flex-wrap:wrap;
  border-top:1px solid var(--linie);padding-top:24px;
}
.despre-fapte .fapt .n{
  font-family:"Fraunces",serif;font-weight:600;font-size:1.7rem;color:var(--padure);line-height:1;
}
.despre-fapte .fapt .e{font-size:.9rem;color:var(--text-secundar);margin-top:6px}

/* ---------- ÎNTREBĂRI ---------- */
.faq{margin-top:52px;max-width:820px}
.intrebare{
  border-bottom:1px solid var(--linie);
}
.intrebare summary{
  list-style:none;cursor:pointer;
  padding:26px 48px 26px 0;
  font-family:"Fraunces",serif;font-weight:600;font-size:1.25rem;
  color:var(--padure);position:relative;
  transition:color .15s;
}
.intrebare summary::-webkit-details-marker{display:none}
.intrebare summary:hover{color:var(--verde)}
.intrebare summary::after{
  content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);
  font-size:1.5rem;color:var(--verde);font-family:"Albert Sans",sans-serif;
  transition:transform .2s ease;
}
.intrebare[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.intrebare .raspuns{
  padding:0 40px 28px 0;color:var(--text-secundar);font-size:1.05rem;
}
.intrebare .raspuns strong{color:var(--padure)}

/* ---------- REVEAL ---------- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}
.reveal.vizibil{opacity:1;transform:none}
.reveal[data-delay="1"]{transition-delay:.08s}
.reveal[data-delay="2"]{transition-delay:.16s}
.reveal[data-delay="3"]{transition-delay:.24s}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .argumente{grid-template-columns:1fr}
  .argument:nth-child(odd){border-right:none}
  .oferta{grid-template-columns:1fr;gap:16px}
  .pasi{grid-template-columns:1fr;gap:36px}
  .valori{grid-template-columns:1fr}
  .lucrari{grid-template-columns:1fr}
  .pareri{grid-template-columns:1fr}
  .despre{grid-template-columns:1fr;gap:32px}
  .despre-foto{max-width:340px;margin:0 auto}
}
@media(max-width:720px){
  .nav-links{
    display:none;position:absolute;top:72px;left:0;right:0;
    background:var(--hartie);border-bottom:1px solid var(--linie);
    flex-direction:column;padding:20px 24px;gap:18px;align-items:flex-start;
  }
  .nav-links.deschis{display:flex}
  .menu-toggle{display:block}
  .hero{padding:64px 0 60px}
  section{padding:64px 0}
  .argument{padding:32px 4px 36px}
  .oferta{padding:30px 26px}
  .promisiune{padding:26px 26px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}

/* ---------- FINISAJE VERSIUNEA FINALĂ ---------- */
h1,h2{text-wrap:balance}
.hero .sub,.sectiune-intro{text-wrap:pretty}
.principiu-nr{
  font-family:"Fraunces",serif;font-style:italic;font-weight:600;
  color:var(--auriu);font-size:1rem;letter-spacing:.08em;margin-bottom:16px;
}
.lucrare-info{min-height:154px}
.oferta p,.argument p,.valoare p,.pas p,.raspuns{max-width:72ch}
@media(max-width:720px){
  .hero .sub{font-size:1.06rem}
  .hero-garantii{gap:10px 16px}
  .contact .canale{gap:28px}
}



/* ---------- SELECTOR LIMBĂ ---------- */
.nav-actions{display:flex;align-items:center;gap:14px}
.lang-switcher{
  display:inline-flex;align-items:center;padding:4px;
  border:1px solid var(--linie);border-radius:999px;background:rgba(253,253,251,.78);
  box-shadow:0 8px 22px -18px rgba(20,53,42,.45)
}
.lang-btn{
  border:0;background:transparent;color:var(--text-secundar);cursor:pointer;
  min-width:38px;padding:7px 9px;border-radius:999px;font:700 .76rem/1 "Albert Sans",sans-serif;
  letter-spacing:.08em;transition:background .15s ease,color .15s ease,transform .15s ease
}
.lang-btn:hover{color:var(--padure)}
.lang-btn.activ{background:var(--padure);color:var(--hartie)}
.lang-btn:focus-visible{outline:3px solid var(--auriu);outline-offset:2px}
.mobile-cta{display:none}
.hero-brand-line{
  margin:24px auto 0;max-width:690px;font-family:"Fraunces",serif;font-size:1.08rem;
  color:var(--verde);font-style:italic
}
.scope-note{
  margin-top:22px;padding:18px 20px;border:1px solid var(--linie);border-radius:14px;
  background:rgba(253,253,251,.7);color:var(--text-secundar)
}
.scope-note strong{color:var(--padure)}
@media(max-width:880px){
  .nav-actions{gap:8px}
  .nav .btn{display:none}
}
@media(max-width:720px){
  .nav{gap:10px}
  .nav-actions{margin-left:auto}
  .lang-btn{min-width:34px;padding:7px 7px}
  .nav-links .mobile-cta{display:block}
}


/* ---------- CONTENUTI DAL PANNELLO ADMIN ---------- */
.despre-foto.has-photo{background:#dfe6dc}
.despre-foto .cms-profile-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.despre-foto.has-photo .ph-persoana{display:none}
.despre-foto.has-photo .eticheta-foto{z-index:2}
.lucrare-imagine .cms-project-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.lucrare-imagine.has-image .placeholder{display:none}
.lucrare-imagine.has-image .browser-bara{z-index:2}
.lucrare-info .cms-project-link{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--verde);font-weight:700;text-decoration:none}
.lucrare-info .cms-project-link:hover{text-decoration:underline}
.cms-empty-note{padding:24px;border:1px dashed var(--linie);border-radius:16px;color:var(--text-secundar);text-align:center}


/* FIX FOTO PROFILO MOBILE */
@media (max-width:900px){
  #cms-profile-photo{
    width:min(100%,340px);
    aspect-ratio:4/5;
    min-height:0;
    overflow:hidden;
  }

  #cms-profile-photo.reveal{
    opacity:1 !important;
    transform:none !important;
  }

  #cms-profile-photo .cms-profile-photo{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:absolute;
    inset:0;
    z-index:1;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center top !important;
  }
}
/* ---------- PAGINE INTERNE ---------- */
.nav-links a[aria-current="page"]{color:var(--padure)}
.nav-links a[aria-current="page"]::after{width:100%}
.nav-links{gap:26px}
.page-hero{
  padding:96px 0 88px;
  text-align:left;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--linie);
  background:linear-gradient(180deg,rgba(253,253,251,.88),rgba(242,244,238,.38));
}
.page-hero::before{content:none}
.page-hero .wrap{
  position:relative;
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  column-gap:64px;
  row-gap:24px;
  align-items:start;
}
.page-hero .eticheta{
  grid-column:1;
  grid-row:1 / span 2;
  display:block;
  margin:12px 0 0;
  padding-top:17px;
  border-top:3px solid var(--auriu);
  line-height:1.5;
}
.page-hero h1{
  grid-column:2;
  max-width:18ch;
  margin:0;
  font-size:clamp(3.15rem,5.8vw,5.25rem);
  line-height:.99;
  letter-spacing:-.035em;
}
.page-hero .sub{
  grid-column:2;
  max-width:64ch;
  margin:0;
  padding-left:22px;
  border-left:1px solid var(--linie);
  color:var(--text-secundar);
  font-size:clamp(1.04rem,1.6vw,1.18rem);
}
.subpage-main .cta-rapida{border-top:1px solid rgba(20,53,42,.08)}
.subpage-main #lucrari,
.subpage-main #despre,
.subpage-main #intrebari{padding-top:84px}

@media(max-width:1120px){
  .nav .btn{display:none}
  .nav-actions{gap:8px}
}
@media(max-width:900px){
  .page-hero{padding:80px 0 72px;text-align:center}
  .page-hero .wrap{display:block}
  .page-hero .eticheta{
    display:inline-block;
    margin:0 0 22px;
    padding-top:0;
    border-top:0;
  }
  .page-hero h1{margin:0 auto 24px;max-width:19ch}
  .page-hero .sub{
    margin:0 auto;
    padding-left:0;
    border-left:0;
    max-width:680px;
  }
}
@media(max-width:720px){
  .page-hero{padding:66px 0 58px}
  .page-hero h1{font-size:clamp(2.45rem,11vw,3.75rem);line-height:1.03}
  .page-hero .sub{font-size:1.04rem}
  .subpage-main #lucrari,
  .subpage-main #despre,
  .subpage-main #intrebari{padding-top:64px}
}


/* ---------- VISUAL REFINEMENT 2026 ---------- */

/* Card dei progetti: altezza uniforme e link allineati */
.lucrari{
  align-items:stretch;
}

.lucrare{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.lucrare:hover{
  transform:translateY(-4px);
  border-color:rgba(20,53,42,.18);
  box-shadow:0 22px 48px -34px rgba(20,53,42,.48);
}

.lucrare-info{
  display:flex;
  flex:1;
  flex-direction:column;
}

.lucrare-info .cms-project-link{
  align-self:flex-start;
  margin-top:auto;
  padding-top:20px;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}

.lucrare-info .cms-project-link:hover{
  color:var(--padure);
  text-decoration:none;
  transform:translateX(3px);
}

/* CTA più compatte */
.cta-rapida{
  padding:34px 0;
}

.cta-rapida-rand{
  gap:26px;
}

.cta-rapida h2{
  line-height:1.12;
}

.cta-rapida p{
  margin-top:7px;
}

/* Home: sezione scura più leggera e meno dispersiva */
body[data-page="home"] #dece{
  padding-top:76px;
  padding-bottom:76px;
  background:
    radial-gradient(circle at 92% 12%,rgba(199,161,59,.08),transparent 28%),
    var(--padure);
}

body[data-page="home"] #dece .sectiune-intro{
  max-width:68ch;
}

body[data-page="home"] #dece .argumente{
  margin-top:44px;
  row-gap:38px;
}

body[data-page="home"] #dece .argument{
  padding-right:24px;
}

body[data-page="home"] #dece .argument h3{
  line-height:1.17;
  margin-bottom:11px;
}

body[data-page="home"] #dece .argument p{
  line-height:1.68;
}

body[data-page="home"] #dece .comparatie{
  margin-top:48px;
}

body[data-page="home"] #dece .comparatie-card{
  padding:28px;
  border-radius:18px;
}

body[data-page="home"] #dece .comparatie-card h3{
  margin-bottom:16px;
}

body[data-page="home"] #dece .comparatie-card ul{
  gap:10px;
}

/* Tablet */
@media(max-width:900px){
  .cta-rapida{
    padding:32px 0;
  }

  .cta-rapida-rand{
    gap:20px;
  }

  body[data-page="home"] #dece{
    padding-top:66px;
    padding-bottom:66px;
  }

  body[data-page="home"] #dece .argumente{
    margin-top:38px;
    row-gap:30px;
  }

  body[data-page="home"] #dece .argument{
    padding-right:0;
  }

  body[data-page="home"] #dece .comparatie{
    margin-top:42px;
    gap:12px;
  }
}

/* Smartphone */
@media(max-width:560px){
  .cta-rapida{
    padding:28px 0;
  }

  .cta-rapida h2{
    font-size:1.42rem;
  }

  .cta-rapida p{
    font-size:.94rem;
    line-height:1.58;
  }

  .cta-rapida .btn{
    width:100%;
    justify-content:center;
  }

  body[data-page="home"] #dece{
    padding-top:56px;
    padding-bottom:56px;
  }

  body[data-page="home"] #dece .argumente{
    margin-top:32px;
    row-gap:28px;
  }

  body[data-page="home"] #dece .comparatie{
    margin-top:36px;
  }

  body[data-page="home"] #dece .comparatie-card{
    padding:24px 21px;
    border-radius:16px;
  }

  .lucrare:hover{
    transform:none;
  }

  .lucrare-info .cms-project-link{
    padding-top:16px;
  }
}


/* ---------- PROJECT CARD ENHANCEMENT 2026 ---------- */

.lucrare:has(.cms-project-link){
  cursor:pointer;
}

.lucrare-imagine{
  overflow:hidden;
  background:#e6ebe3;
}

.lucrare-imagine .cms-project-image{
  transform:scale(1.01);
  transition:
    transform .55s cubic-bezier(.2,.7,.2,1),
    filter .35s ease;
}

.lucrare:has(.cms-project-link):hover .cms-project-image{
  transform:scale(1.045);
  filter:saturate(1.05) contrast(1.02);
}

.lucrare-info .cms-project-link{
  min-height:42px;
  padding:11px 16px;
  margin-top:auto;
  border:1px solid rgba(43,112,81,.25);
  border-radius:999px;
  background:rgba(43,112,81,.06);
  line-height:1;
}

.lucrare-info .cms-project-link::after{
  content:"→";
  font-size:1.08rem;
  transition:transform .18s ease;
}

.lucrare-info .cms-project-link:hover{
  background:var(--padure);
  border-color:var(--padure);
  color:var(--hartie);
  transform:none;
}

.lucrare-info .cms-project-link:hover::after{
  transform:translateX(3px);
}

.lucrare:has(.cms-project-link):focus-visible{
  outline:3px solid var(--auriu);
  outline-offset:5px;
}

@media(max-width:560px){
  .lucrare-imagine{
    min-height:230px;
  }

  .lucrare-info .cms-project-link{
    width:100%;
    justify-content:center;
  }
}


/* ---------- MOBILE REFINEMENT 2026 ---------- */

@media(max-width:720px){

  html,
  body{
    overflow-x:hidden;
  }

  body{
    font-size:16px;
  }

  .wrap{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }

  /* Header e menu */
  .nav{
    height:64px;
    gap:9px;
  }

  .logo{
    flex:none;
    font-size:1.08rem;
    white-space:nowrap;
  }

  .nav-links{
    top:64px;
    max-height:calc(100vh - 64px);
    padding:22px 18px 26px;
    gap:6px;
    overflow-y:auto;
    background:rgba(242,244,238,.98);
    box-shadow:0 18px 35px -28px rgba(20,53,42,.65);
  }

  .nav-links a{
    display:block;
    width:100%;
    padding:10px 4px;
    font-size:1rem;
  }

  .nav-links .mobile-cta{
    width:100%;
    margin-top:8px;
  }

  .nav-links .mobile-cta .btn{
    display:flex;
    width:100%;
    justify-content:center;
    padding:13px 18px;
  }

  .nav-actions{
    margin-left:auto;
    gap:7px;
  }

  .lang-switcher{
    padding:3px;
  }

  .lang-btn{
    min-width:30px;
    padding:7px 5px;
    font-size:.68rem;
  }

  .menu-toggle{
    width:38px;
    height:38px;
    padding:0;
    line-height:1;
    border-radius:50%;
  }

  /* Hero della home */
  .hero{
    padding:52px 0 50px;
  }

  .hero h1{
    max-width:12ch;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.5rem,12vw,3.45rem);
    line-height:.98;
    letter-spacing:-.035em;
  }

  .hero .sub{
    margin-top:22px;
    font-size:1rem;
    line-height:1.65;
  }

  .hero-alerta{
    padding:14px 15px;
    font-size:.93rem;
    line-height:1.55;
  }

  .hero-cta{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:10px;
  }

  .hero-cta .btn{
    display:flex;
    width:100%;
    min-height:50px;
    align-items:center;
    justify-content:center;
    padding:13px 18px;
  }

  .hero-garantii{
    display:grid;
    grid-template-columns:1fr;
    justify-items:start;
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    gap:8px;
  }

  .hero-brand-line{
    margin-top:20px;
    font-size:1rem;
  }

  /* Hero delle pagine interne */
  .page-hero{
    padding:50px 0 48px;
  }

  .page-hero .eticheta{
    margin-bottom:17px;
  }

  .page-hero h1{
    max-width:12ch;
    margin-bottom:20px;
    font-size:clamp(2.45rem,11.5vw,3.4rem);
    line-height:.98;
    letter-spacing:-.035em;
  }

  .page-hero .sub{
    max-width:34ch;
    padding-left:0;
    border-left:0;
    font-size:1rem;
    line-height:1.62;
  }

  /* Sezioni e titoli */
  section{
    padding-top:56px;
    padding-bottom:56px;
  }

  .subpage-main #lucrari,
  .subpage-main #despre,
  .subpage-main #intrebari{
    padding-top:56px;
  }

  h2{
    font-size:clamp(2rem,9.5vw,2.7rem);
    line-height:1.04;
  }

  .sectiune-intro{
    margin-top:15px;
    font-size:1rem;
    line-height:1.62;
  }

  .decor-linie{
    width:48px;
    margin-bottom:17px;
  }

  /* Home scura */
  body[data-page="home"] #dece{
    padding-top:54px;
    padding-bottom:54px;
  }

  body[data-page="home"] #dece .argumente{
    margin-top:28px;
    row-gap:0;
  }

  body[data-page="home"] #dece .argument{
    padding:25px 0 28px;
  }

  body[data-page="home"] #dece .argument h3{
    font-size:1.35rem;
  }

  body[data-page="home"] #dece .comparatie{
    margin-top:32px;
  }

  body[data-page="home"] #dece .comparatie-card{
    padding:23px 19px;
  }

  body[data-page="home"] #dece .comparatie-sageata{
    min-height:22px;
    font-size:1.6rem;
  }

  /* Card di servizi e progetti */
  .oferta{
    padding:26px 20px;
    border-radius:16px;
  }

  .lucrari{
    margin-top:38px;
    gap:20px;
  }

  .lucrare{
    width:100%;
    border-radius:16px;
  }

  .lucrare-imagine{
    width:100%;
    min-height:0;
    aspect-ratio:16 / 10;
  }

  .lucrare-info{
    min-height:0;
    padding:21px 19px 22px;
  }

  .lucrare-info h3{
    font-size:1.28rem;
    line-height:1.2;
  }

  .lucrare-info p{
    font-size:.93rem;
    line-height:1.58;
  }

  .lucrare-info .cms-project-link{
    min-height:46px;
    margin-top:18px;
  }

  .scope-note{
    padding:16px;
    font-size:.9rem;
  }

  /* Chi sono */
  .despre{
    gap:28px;
  }

  #cms-profile-photo,
  .despre-foto{
    width:min(100%,320px);
    margin-left:auto;
    margin-right:auto;
  }

  .despre-text p{
    font-size:.98rem;
    line-height:1.65;
  }

  .despre-fapte{
    gap:18px;
  }

  /* FAQ */
  .faq{
    margin-top:34px;
  }

  .intrebare summary{
    min-height:58px;
    padding:18px 38px 18px 0;
    font-size:1rem;
    line-height:1.35;
  }

  .intrebare .raspuns{
    padding:0 8px 22px 0;
    font-size:.96rem;
    line-height:1.62;
  }

  /* CTA e contatti */
  .cta-rapida{
    padding:27px 0;
  }

  .cta-rapida-rand{
    gap:18px;
  }

  .cta-rapida .btn,
  .contact-cta .btn{
    display:flex;
    width:100%;
    min-height:50px;
    align-items:center;
    justify-content:center;
    padding:13px 17px;
    text-align:center;
  }

  .contact-cta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:28px;
  }

  .contact .canale{
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
    margin-top:36px;
  }

  /* Footer */
  .footer-riga{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    font-size:.85rem;
  }

  /* Su touch evitiamo movimenti indesiderati */
  .btn:hover,
  .lucrare:hover{
    transform:none;
  }
}

@media(max-width:380px){

  .wrap{
    padding-left:15px;
    padding-right:15px;
  }

  .logo{
    font-size:1rem;
  }

  .lang-btn{
    min-width:27px;
    font-size:.63rem;
  }

  .hero h1,
  .page-hero h1{
    font-size:2.35rem;
  }

  .menu-toggle{
    width:34px;
  }
}


/* TITOLI SEZIONI UNIFORMI SU MOBILE */
@media(max-width:560px){
  main section:not(.page-hero):not(.cta-rapida) h2{
    font-size:clamp(1.85rem,8.7vw,2.25rem);
    line-height:1.07;
    letter-spacing:-.02em;
  }
}


/* ---------- DE CE NEXT CHAPTER 2026 ---------- */

.de-ce-eu{
  padding:84px 0;
  background:var(--alb);
  border-bottom:1px solid var(--linie);
}

.de-ce-eu-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  column-gap:70px;
  align-items:end;
}

.de-ce-eu-intro .decor-linie,
.de-ce-eu-intro .eticheta,
.de-ce-eu-intro h2{
  grid-column:1;
}

.de-ce-eu-intro h2{
  max-width:18ch;
}

.de-ce-eu-intro .sectiune-intro{
  grid-column:2;
  grid-row:1 / span 3;
  align-self:end;
  margin:0;
  padding-left:24px;
  border-left:1px solid var(--linie);
}

.de-ce-eu-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  margin-top:58px;
  overflow:hidden;
  border:1px solid var(--linie);
  border-radius:20px;
  background:var(--linie);
}

.de-ce-eu-card{
  display:flex;
  min-height:330px;
  padding:34px 30px;
  flex-direction:column;
  background:var(--hartie);
  transition:background .2s ease;
}

.de-ce-eu-card:hover{
  background:#edf1e9;
}

.de-ce-eu-numar{
  display:block;
  margin-bottom:48px;
  color:var(--auriu);
  font-family:"Fraunces",serif;
  font-size:1rem;
  font-style:italic;
  font-weight:600;
}

.de-ce-eu-card h3{
  max-width:19ch;
  margin-bottom:15px;
  font-family:"Fraunces",serif;
  font-size:1.5rem;
  line-height:1.16;
}

.de-ce-eu-card p{
  color:var(--text-secundar);
  font-size:.96rem;
  line-height:1.65;
}

.de-ce-eu-actiune{
  margin-top:30px;
  text-align:right;
}

.link-editorial{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--padure);
  font-weight:700;
  text-decoration:none;
}

.link-editorial::after{
  content:"→";
  color:var(--auriu);
  font-family:"Fraunces",serif;
  font-size:1.3rem;
  transition:transform .18s ease;
}

.link-editorial:hover{
  color:var(--verde);
}

.link-editorial:hover::after{
  transform:translateX(4px);
}

@media(max-width:900px){
  .de-ce-eu{
    padding:68px 0;
  }

  .de-ce-eu-intro{
    display:block;
  }

  .de-ce-eu-intro .sectiune-intro{
    max-width:64ch;
    margin-top:18px;
    padding-left:0;
    border-left:0;
  }

  .de-ce-eu-grid{
    grid-template-columns:1fr;
    margin-top:40px;
  }

  .de-ce-eu-card{
    min-height:0;
  }

  .de-ce-eu-numar{
    margin-bottom:24px;
  }
}

@media(max-width:560px){
  .de-ce-eu{
    padding:56px 0;
  }

  .de-ce-eu-grid{
    margin-top:32px;
    border-radius:16px;
  }

  .de-ce-eu-card{
    padding:25px 21px 27px;
  }

  .de-ce-eu-card h3{
    max-width:none;
    font-size:1.34rem;
  }

  .de-ce-eu-numar{
    margin-bottom:19px;
  }

  .de-ce-eu-actiune{
    margin-top:24px;
    text-align:left;
  }
}


/* ---------- NAVIGATION FOOTER 2026 ---------- */

.site-footer{
  padding:0;
  border-top:0;
  background:var(--padure);
  color:var(--hartie);
}

.site-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(150px,.5fr) minmax(250px,.75fr);
  gap:68px;
  padding-top:62px;
  padding-bottom:56px;
}

.site-footer-logo{
  display:inline-block;
  margin-bottom:18px;
  color:var(--hartie);
  font-family:"Fraunces",serif;
  font-size:1.5rem;
  font-weight:600;
  text-decoration:none;
}

.site-footer-logo em{
  color:var(--auriu);
  font-style:italic;
}

.site-footer-brand p{
  max-width:43ch;
  color:#b9c6bc;
  font-size:.95rem;
  line-height:1.7;
}

.site-footer-label{
  margin-bottom:17px;
  color:#8fa396;
  font-size:.71rem;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.site-footer-nav ul{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.site-footer-nav li{
  margin:0;
  padding:0;
}

.site-footer-nav a{
  position:relative;
  display:inline-block;
  padding:3px 0;
  color:#dce4dc;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}

.site-footer-nav a:hover{
  color:var(--auriu);
  transform:translateX(3px);
}

.site-footer-nav a.is-current{
  color:var(--auriu);
  font-weight:700;
}

.site-footer-nav a.is-current::before{
  content:"—";
  position:absolute;
  right:calc(100% + 7px);
}

.site-footer-contact > p:not(.site-footer-label){
  max-width:30ch;
  color:#b9c6bc;
  line-height:1.65;
}

.site-footer-button{
  display:inline-flex;
  min-height:45px;
  margin-top:20px;
  padding:11px 20px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--auriu);
  border-radius:999px;
  background:var(--auriu);
  color:var(--padure);
  font-weight:700;
  text-decoration:none;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.site-footer-button:hover{
  background:transparent;
  color:var(--auriu);
  transform:translateY(-2px);
}

.site-footer-button.is-current{
  background:transparent;
  color:var(--auriu);
}

.site-footer-bottom{
  display:flex;
  padding-top:20px;
  padding-bottom:22px;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(242,244,238,.14);
  color:#8fa396;
  font-size:.82rem;
}

.site-footer-bottom p{
  margin:0;
}

.site-footer-bottom a{
  color:#b9c6bc;
  text-decoration:none;
}

.site-footer-bottom a:hover{
  color:var(--auriu);
}

@media(max-width:900px){
  .site-footer-main{
    grid-template-columns:1.15fr .85fr;
    gap:42px;
  }

  .site-footer-contact{
    grid-column:1 / -1;
  }
}

@media(max-width:560px){
  .site-footer-main{
    grid-template-columns:1fr;
    gap:36px;
    padding-top:46px;
    padding-bottom:40px;
  }

  .site-footer-contact{
    grid-column:auto;
  }

  .site-footer-button{
    width:100%;
  }

  .site-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
  }
}


/* ---------- EDITORIAL MOBILE MENU 2026 ---------- */

@media(max-width:720px){

  body:has(.nav-links.deschis){
    overflow:hidden;
  }

  .nav{
    position:relative;
  }

  .nav-links{
    position:fixed;
    z-index:45;
    top:64px;
    right:0;
    bottom:0;
    left:0;

    display:flex;
    width:100%;
    max-height:none;
    margin:0;
    padding:32px 20px 24px;

    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;

    overflow-y:auto;
    background:
      radial-gradient(
        circle at 85% 5%,
        rgba(199,161,59,.12),
        transparent 30%
      ),
      var(--hartie);

    border:0;
    border-top:1px solid var(--linie);
    box-shadow:none;

    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);

    transition:
      opacity .22s ease,
      transform .22s ease,
      visibility .22s ease;

    counter-reset:mobile-navigation;
  }

  .nav-links.deschis{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  .nav-links > li{
    width:100%;
    margin:0;
    padding:0;
  }

  .nav-links > li:not(.mobile-cta){
    counter-increment:mobile-navigation;
    border-bottom:1px solid var(--linie);
  }

  .nav-links > li:not(.mobile-cta) > a{
    position:relative;
    display:flex;
    width:100%;
    min-height:66px;
    padding:15px 32px 15px 0;

    align-items:center;
    justify-content:space-between;

    color:var(--padure);
    font-family:"Fraunces",serif;
    font-size:clamp(1.35rem,6.5vw,1.7rem);
    font-weight:500;
    line-height:1.15;
    text-decoration:none;
  }

  .nav-links > li:not(.mobile-cta) > a::before{
    content:"0" counter(mobile-navigation);
    order:2;
    flex:none;
    margin-left:18px;

    color:var(--auriu);
    font-family:"Albert Sans",sans-serif;
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.1em;
  }

  .nav-links > li:not(.mobile-cta) > a::after{
    display:none;
  }

  .nav-links > li:not(.mobile-cta) > a[aria-current="page"]{
    color:var(--verde);
    font-style:italic;
  }

  .nav-links > li:not(.mobile-cta) > a[aria-current="page"]::before{
    content:"—";
    font-family:"Fraunces",serif;
    font-size:1rem;
  }

  .nav-links .mobile-cta{
    margin-top:auto;
    padding-top:30px;
  }

  .nav-links .mobile-cta .btn{
    display:flex;
    width:100%;
    min-height:52px;
    padding:14px 18px;

    align-items:center;
    justify-content:center;

    border:1px solid var(--padure);
    border-radius:999px;
    background:var(--padure);
    color:var(--hartie);

    font-family:"Albert Sans",sans-serif;
    font-size:.96rem;
    font-style:normal;
    font-weight:700;
  }

  .menu-toggle{
    position:relative;
    z-index:51;
    display:flex;
    width:40px;
    height:40px;
    padding:0;

    align-items:center;
    justify-content:center;

    border:1px solid rgba(20,53,42,.15);
    border-radius:50%;
    background:rgba(253,253,251,.65);
    color:var(--padure);

    font-size:1.45rem;
    line-height:1;
    transition:
      background .18s ease,
      color .18s ease,
      border-color .18s ease;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible{
    background:var(--padure);
    border-color:var(--padure);
    color:var(--hartie);
  }
}

@media(max-width:380px){
  .nav-links{
    padding:25px 16px 20px;
  }

  .nav-links > li:not(.mobile-cta) > a{
    min-height:60px;
    font-size:1.3rem;
  }

  .menu-toggle{
    width:36px;
    height:36px;
  }
}


/* ---------- MOBILE MENU VIEWPORT FIX 2026 ---------- */

@media(max-width:720px){

  header{
    overflow:visible !important;
    background:rgba(242,244,238,.98);
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }

  .nav{
    position:static;
  }

  .nav-links{
    position:fixed !important;
    z-index:999 !important;

    top:64px !important;
    right:0 !important;
    bottom:auto !important;
    left:0 !important;

    width:100vw !important;
    height:calc(100vh - 64px) !important;
    height:calc(100dvh - 64px) !important;
    max-width:none !important;
    max-height:calc(100vh - 64px) !important;
    max-height:calc(100dvh - 64px) !important;

    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;

    background:
      radial-gradient(
        circle at 85% 4%,
        rgba(199,161,59,.13),
        transparent 31%
      ),
      var(--hartie) !important;
  }

  .nav-links.deschis{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }

  .menu-toggle{
    position:relative;
    z-index:1000;
  }
}


/* ---------- ATLANTIC BLUE PALETTE 2026 ---------- */

:root{
  --hartie:#F5F7F7;
  --padure:#183247;
  --verde:#356987;
  --auriu:#C39A59;
  --auriu-deschis:#DCE8ED;
  --text-secundar:#5E6971;
  --linie:#D7DEE1;
  --alb:#FCFCFA;
}

/* Base */
body{
  background:var(--hartie);
  color:var(--padure);
}

header{
  background:rgba(245,247,247,.96);
  border-bottom-color:var(--linie);
}

/* Grandi superfici blu notte */
.sectiune-intuneric,
.site-footer{
  background-color:var(--padure);
}

.sectiune-intuneric{
  color:#F5F7F7;
}

.sectiune-intuneric .sectiune-intro,
.sectiune-intuneric p,
.sectiune-intuneric li{
  color:#C4D0D6;
}

.sectiune-intuneric strong{
  color:#F7FAFB;
}

/* Accento blu oceano */
.logo em,
.hero em,
.page-hero em,
.de-ce-eu h2 em{
  color:var(--verde);
}

/* Oro limitato ai piccoli dettagli */
.eticheta,
.aur,
.de-ce-eu-numar,
.principiu-nr,
.site-footer-logo em{
  color:var(--auriu);
}

.decor-linie{
  background:var(--auriu);
}

/* Fasce CTA azzurro-nebbia */
.cta-rapida{
  background:var(--auriu-deschis);
  border-color:rgba(53,105,135,.18);
}

.cta-rapida h2{
  color:var(--padure);
}

.cta-rapida p{
  color:var(--text-secundar);
}

/* Card */
.lucrare,
.oferta,
.de-ce-eu-card,
.intrebare{
  border-color:var(--linie);
}

.de-ce-eu-card{
  background:var(--hartie);
}

.de-ce-eu-card:hover{
  background:#ECF2F4;
}

.lucrare:hover{
  border-color:rgba(53,105,135,.28);
  box-shadow:0 22px 48px -34px rgba(24,50,71,.45);
}

/* Link e pulsanti */
.link-editorial,
.lucrare-info .cms-project-link{
  color:var(--verde);
}

.btn-plin,
.cta-rapida .btn{
  background:var(--padure);
  border-color:var(--padure);
  color:#F5F7F7;
}

.btn-plin:hover,
.cta-rapida .btn:hover{
  background:var(--verde);
  border-color:var(--verde);
}

/* Confronto della Home */
.comparatie-card{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.14);
}

.comparatie-card.bun{
  background:rgba(53,105,135,.18);
  border-color:rgba(120,152,170,.42);
}

.comparatie-card.bun .comparatie-kicker,
.comparatie-card.bun li::before{
  color:#AFC7D4;
}

.comparatie-sageata{
  color:#AFC7D4;
}

/* Footer */
.site-footer-brand p,
.site-footer-contact > p:not(.site-footer-label){
  color:#C4D0D6;
}

.site-footer-label,
.site-footer-bottom{
  color:#91A7B3;
}

.site-footer-nav a,
.site-footer-bottom a{
  color:#D9E2E6;
}

.site-footer-nav a:hover,
.site-footer-nav a.is-current,
.site-footer-bottom a:hover{
  color:#AFC7D4;
}

.site-footer-button{
  background:#DCE8ED;
  border-color:#DCE8ED;
  color:var(--padure);
}

.site-footer-button:hover{
  background:transparent;
  border-color:#AFC7D4;
  color:#DCE8ED;
}

/* Menu mobile */
@media(max-width:720px){
  header{
    background:rgba(245,247,247,.99);
  }

  .nav-links{
    background:
      radial-gradient(
        circle at 84% 3%,
        rgba(53,105,135,.13),
        transparent 32%
      ),
      var(--hartie) !important;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible{
    background:var(--padure);
    border-color:var(--padure);
    color:#F5F7F7;
  }
}


/* ---------- ATLANTIC REFINED TEST 2026 ---------- */

:root{
  --hartie:#F6F7F5;
  --padure:#162F46;
  --verde:#2F6F98;
  --auriu:#B78E50;
  --auriu-deschis:#E1EBF0;
  --text-secundar:#5D6972;
  --linie:#D9E0E3;
  --alb:#FFFFFF;
}

/* Accento più chiaramente blu */
.logo em,
.hero em,
.page-hero em,
.de-ce-eu h2 em,
.link-editorial,
.lucrare-info .cms-project-link{
  color:var(--verde);
}

/* Sezioni scure più profonde */
.sectiune-intuneric,
.site-footer{
  background:#162F46;
}

/* Fasce CTA più luminose */
.cta-rapida{
  background:#E1EBF0;
  border-color:#CCDCE4;
}

/* Card leggermente più pulite */
.de-ce-eu-card{
  background:#F6F7F5;
}

.de-ce-eu-card:hover{
  background:#EDF3F6;
}

/* Footer coerente con la nuova fascia azzurra */
.site-footer-button{
  background:#E1EBF0;
  border-color:#E1EBF0;
  color:#162F46;
}

.site-footer-button:hover{
  background:transparent;
  border-color:#B8CDD8;
  color:#E1EBF0;
}

/* Header meno freddo */
header{
  background:rgba(246,247,245,.97);
}

@media(max-width:720px){
  header{
    background:rgba(246,247,245,.99);
  }

  .nav-links{
    background:
      radial-gradient(
        circle at 84% 3%,
        rgba(47,111,152,.12),
        transparent 32%
      ),
      #F6F7F5 !important;
  }
}


/* ---------- SIGNATURE MOTION 2026 ---------- */

/* Transizione multipagina progressiva */
@view-transition{
  navigation:auto;
}

::view-transition-old(root){
  animation:page-out .16s ease both;
}

::view-transition-new(root){
  animation:page-in .3s ease both;
}

@keyframes page-out{
  to{
    opacity:.72;
    transform:translateY(-4px);
  }
}

@keyframes page-in{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

/* Entrata del hero */
@media(prefers-reduced-motion:no-preference){

  .motion-enabled .hero .eticheta,
  .motion-enabled .hero h1,
  .motion-enabled .hero .sub,
  .motion-enabled .hero .hero-drum,
  .motion-enabled .hero .hero-alerta,
  .motion-enabled .hero .hero-cta,
  .motion-enabled .hero .hero-garantii,
  .motion-enabled .hero .hero-brand-line,
  .motion-enabled .page-hero .eticheta,
  .motion-enabled .page-hero h1,
  .motion-enabled .page-hero .sub{
    opacity:0;
    transform:translateY(18px);
  }

  .motion-entered .hero .eticheta,
  .motion-entered .hero h1,
  .motion-entered .hero .sub,
  .motion-entered .hero .hero-drum,
  .motion-entered .hero .hero-alerta,
  .motion-entered .hero .hero-cta,
  .motion-entered .hero .hero-garantii,
  .motion-entered .hero .hero-brand-line,
  .motion-entered .page-hero .eticheta,
  .motion-entered .page-hero h1,
  .motion-entered .page-hero .sub{
    opacity:1;
    transform:none;
    transition:
      opacity .72s cubic-bezier(.2,.7,.2,1),
      transform .72s cubic-bezier(.2,.7,.2,1);
  }

  .motion-entered .hero .eticheta,
  .motion-entered .page-hero .eticheta{
    transition-delay:.04s;
  }

  .motion-entered .hero h1,
  .motion-entered .page-hero h1{
    transition-delay:.12s;
  }

  .motion-entered .hero .sub,
  .motion-entered .page-hero .sub{
    transition-delay:.21s;
  }

  .motion-entered .hero .hero-drum{
    transition-delay:.29s;
  }

  .motion-entered .hero .hero-alerta{
    transition-delay:.34s;
  }

  .motion-entered .hero .hero-cta{
    transition-delay:.39s;
  }

  .motion-entered .hero .hero-garantii{
    transition-delay:.45s;
  }

  .motion-entered .hero .hero-brand-line{
    transition-delay:.5s;
  }

  /* Linee decorative */
  .reveal .decor-linie{
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .65s cubic-bezier(.2,.7,.2,1) .12s;
  }

  .reveal.vizibil .decor-linie{
    transform:scaleX(1);
  }

  /* Menu mobile sequenziale */
  .nav-links.deschis > li{
    animation:mobile-menu-item .38s cubic-bezier(.2,.7,.2,1) both;
  }

  .nav-links.deschis > li:nth-child(1){animation-delay:.03s}
  .nav-links.deschis > li:nth-child(2){animation-delay:.07s}
  .nav-links.deschis > li:nth-child(3){animation-delay:.11s}
  .nav-links.deschis > li:nth-child(4){animation-delay:.15s}
  .nav-links.deschis > li:nth-child(5){animation-delay:.19s}
  .nav-links.deschis > li:nth-child(6){animation-delay:.23s}

  @keyframes mobile-menu-item{
    from{
      opacity:0;
      transform:translateY(12px);
    }
    to{
      opacity:1;
      transform:none;
    }
  }

  /* Anteprime progetto vive */
  .lucrare-imagine.has-image .cms-project-image{
    top:0;
    bottom:auto;
    height:116%;
    transform:translateY(0) scale(1.01);
    transition:
      transform 3.8s cubic-bezier(.2,.65,.25,1),
      filter .35s ease;
    will-change:transform;
  }

  .lucrare:has(.cms-project-link):hover
  .lucrare-imagine.has-image .cms-project-image{
    transform:translateY(-13.5%) scale(1.025);
    filter:saturate(1.04) contrast(1.02);
  }

  /* Frecce e pulsanti */
  .btn,
  .site-footer-button,
  .link-editorial{
    position:relative;
    overflow:hidden;
  }

  .btn::before,
  .site-footer-button::before{
    content:"";
    position:absolute;
    top:-50%;
    bottom:-50%;
    left:-45%;
    width:24%;
    pointer-events:none;
    background:rgba(255,255,255,.18);
    transform:skewX(-18deg);
    transition:left .55s ease;
  }

  .btn:hover::before,
  .site-footer-button:hover::before{
    left:125%;
  }
}

/* Su touch le immagini rimangono ferme */
@media(max-width:720px){
  .lucrare-imagine.has-image .cms-project-image{
    top:0;
    bottom:0;
    height:100%;
    transform:none !important;
    will-change:auto;
  }
}

/* Sicurezza accessibilità */
@media(prefers-reduced-motion:reduce){
  ::view-transition-old(root),
  ::view-transition-new(root){
    animation:none;
  }

  .lucrare-imagine .cms-project-image,
  .nav-links > li,
  .decor-linie{
    animation:none !important;
    transition:none !important;
    transform:none !important;
  }
}


/* ---------- PROCESS TIMELINE 2026 ---------- */

.pasi{
  position:relative;
  --process-progress:0;
  padding-top:34px;
}

/* Linea di base */
.pasi::before,
.pasi::after{
  content:"";
  position:absolute;
  z-index:0;
  top:6px;
  right:0;
  left:0;
  height:2px;
  border-radius:999px;
}

/* Traccia */
.pasi::before{
  background:var(--linie);
}

/* Avanzamento */
.pasi::after{
  background:linear-gradient(
    90deg,
    var(--verde),
    var(--auriu)
  );
  transform:scaleX(var(--process-progress));
  transform-origin:left center;
  transition:transform .75s cubic-bezier(.2,.7,.2,1);
}

.pasi .pas{
  position:relative;
  z-index:1;
  padding-top:24px;
}

/* Il vecchio trattino diventa un nodo */
.pasi .pas::before{
  top:-34px;
  left:0;
  width:14px;
  height:14px;
  border:3px solid var(--hartie);
  border-radius:50%;
  background:var(--linie);
  box-shadow:0 0 0 1px var(--linie);
  transform:scale(.82);
  transition:
    background .35s ease,
    box-shadow .35s ease,
    transform .35s cubic-bezier(.2,.7,.2,1);
}

.pasi .pas.pas-activa::before{
  background:var(--verde);
  box-shadow:
    0 0 0 1px var(--verde),
    0 0 0 7px rgba(53,105,135,.10);
  transform:scale(1);
}

.pasi .pas .nr{
  transition:color .3s ease;
}

.pasi .pas.pas-activa .nr{
  color:var(--verde);
}

.pasi .pas h3{
  transition:color .3s ease,transform .35s ease;
}

.pasi .pas.pas-activa h3{
  color:var(--padure);
  transform:translateY(-2px);
}

/* Mobile: timeline verticale */
@media(max-width:900px){
  .pasi{
    display:grid;
    grid-template-columns:1fr;
    gap:38px;
    padding-top:0;
    padding-left:34px;
  }

  .pasi::before,
  .pasi::after{
    top:7px;
    right:auto;
    bottom:7px;
    left:6px;
    width:2px;
    height:auto;
  }

  .pasi::after{
    transform:scaleY(var(--process-progress));
    transform-origin:center top;
  }

  .pasi .pas{
    padding-top:0;
  }

  .pasi .pas::before{
    top:5px;
    left:-34px;
  }
}

@media(prefers-reduced-motion:reduce){
  .pasi{
    --process-progress:1 !important;
  }

  .pasi::after,
  .pasi .pas::before,
  .pasi .pas h3{
    transition:none !important;
  }
}


/* ---------- MOBILE FIRST CONVERSION 2026 ---------- */

/* Invisibile sul desktop */
.mobile-contact-bar{
  display:none;
}

@media(max-width:720px){

  /* Hero più compatto */
  .hero{
    padding-top:38px;
    padding-bottom:46px;
  }

  /*
   * Riordina soltanto la versione mobile:
   * titolo → descrizione → CTA → contenuti secondari
   */
  .hero .wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .hero .eticheta{order:1}
  .hero h1{order:2}
  .hero .sub{order:3}
  .hero .hero-cta{order:4}
  .hero .hero-drum{order:5}
  .hero .cautare-simulata{order:6}
  .hero .cautare-nota{order:7}
  .hero .hero-alerta{order:8}
  .hero .hero-garantii{order:9}
  .hero .hero-brand-line{order:10}

  .hero .eticheta{
    max-width:330px;
    margin-bottom:15px;
    font-size:.68rem;
    line-height:1.55;
    letter-spacing:.13em;
  }

  .hero h1{
    max-width:12ch;
    font-size:clamp(2.25rem,10.8vw,3rem);
    line-height:.97;
  }

  .hero .sub{
    max-width:35ch;
    margin-top:17px;
    font-size:.94rem;
    line-height:1.55;
  }

  .hero .hero-cta{
    width:100%;
    margin-top:23px;
    margin-bottom:27px;
  }

  .hero .hero-cta .btn{
    min-height:48px;
  }

  .hero-drum{
    margin-top:0;
  }

  .hero-alerta{
    margin-top:19px;
  }

  /* Animazioni più rapide sul telefono */
  .motion-entered .hero .eticheta,
  .motion-entered .hero h1,
  .motion-entered .hero .sub,
  .motion-entered .hero .hero-drum,
  .motion-entered .hero .hero-alerta,
  .motion-entered .hero .hero-cta,
  .motion-entered .hero .hero-garantii,
  .motion-entered .hero .hero-brand-line,
  .motion-entered .page-hero .eticheta,
  .motion-entered .page-hero h1,
  .motion-entered .page-hero .sub{
    transition-duration:.46s;
  }

  .motion-entered .hero .eticheta,
  .motion-entered .page-hero .eticheta{
    transition-delay:.01s;
  }

  .motion-entered .hero h1,
  .motion-entered .page-hero h1{
    transition-delay:.06s;
  }

  .motion-entered .hero .sub,
  .motion-entered .page-hero .sub{
    transition-delay:.12s;
  }

  .motion-entered .hero .hero-cta{
    transition-delay:.17s;
  }

  .motion-entered .hero .hero-drum{
    transition-delay:.21s;
  }

  .motion-entered .hero .hero-alerta{
    transition-delay:.24s;
  }

  .motion-entered .hero .hero-garantii{
    transition-delay:.27s;
  }

  .motion-entered .hero .hero-brand-line{
    transition-delay:.3s;
  }

  /* CTA persistente dopo il hero */
  .mobile-contact-bar{
    position:fixed;
    z-index:40;
    right:14px;
    bottom:max(12px,env(safe-area-inset-bottom));
    left:14px;

    display:flex;
    min-height:50px;
    padding:12px 20px;

    align-items:center;
    justify-content:center;

    border:1px solid var(--padure);
    border-radius:999px;
    background:rgba(24,50,71,.96);
    box-shadow:0 16px 35px -18px rgba(24,50,71,.65);
    color:#F5F7F7;

    font-size:.94rem;
    font-weight:700;
    text-align:center;
    text-decoration:none;

    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(18px);

    transition:
      opacity .25s ease,
      transform .25s ease,
      visibility .25s ease;
  }

  .mobile-contact-bar.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  body:has(.nav-links.deschis) .mobile-contact-bar{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(18px);
  }
}

@media(max-width:380px){
  .hero{
    padding-top:32px;
  }

  .hero h1{
    font-size:2.18rem;
  }

  .hero .sub{
    font-size:.91rem;
  }

  .mobile-contact-bar{
    right:10px;
    left:10px;
  }
}

@media(prefers-reduced-motion:reduce){
  .mobile-contact-bar{
    transition:none;
  }
}


/* ---------- RESTORE MOBILE HERO ORDER 2026 ---------- */

@media(max-width:720px){

  /*
   * Ripristina l’ordine naturale del contenuto:
   * titolo, testo, percorso di ricerca, messaggio e CTA.
   */
  .hero .wrap{
    display:block;
  }

  .hero .wrap > *{
    order:initial;
  }

  .hero .hero-cta{
    margin-top:26px;
    margin-bottom:0;
  }
}

