/* ══════════════════════ CezarDesign — design tokens ══════════════════════ */
:root{
  --ink:#0a1322; --ink-2:#0d1a2e; --ink-3:#111f38;
  --steel:#7fa6c9; --steel-mid:#4d7ba3; --steel-strong:#2f5a82; --steel-glow:#a9c9ea;
  --paper:#f4f6f8; --white:#fff;
  --text-dark:#182433; --text-mute:#5b6b7d;
  --text-light:#eef2f6; --text-light-mute:#a7b4c4;
  --line-dark:rgba(169,201,234,.14); --line-light:rgba(1,31,75,.09);
  --display:'Exo 2',sans-serif; --sans:'Manrope',sans-serif;
  --ease:cubic-bezier(.22,.85,.32,1);
  --nav-h:72px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);background:var(--paper);color:var(--text-dark);-webkit-font-smoothing:antialiased}
body:not(.is-ready){overflow:hidden;height:100vh}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
h1,h2,h3,h4,h5{font-family:var(--display);margin:0}
p{margin:0}
ul{margin:0;padding:0}
button{font-family:inherit;background:none;border:none;cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

section{padding:8rem clamp(1.2rem,4vw,3rem)}
.section-light{background:var(--paper);color:var(--text-dark)}
.section-dark{background:var(--ink-2);color:var(--text-light)}
.section-tool{
  position:relative;overflow:hidden;color:var(--text-dark);
  background:linear-gradient(175deg,#eef2f9,#e6edf6 55%,#eaf0f8);
  --mx:78%; --my:22%;
}
/* un singur glow, mare și discret, care urmărește cursorul */
.section-tool-glow{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  background:radial-gradient(600px circle at var(--mx) var(--my), rgba(169,201,234,.4), transparent 62%);
  transition:background .6s var(--ease);
}
/* contur de fereastră, desenat lent în linie, ca element de brand */
.section-tool-sketch{
  position:absolute;top:50%;right:-4%;transform:translateY(-50%);z-index:0;pointer-events:none;
  width:min(46vw,560px);height:auto;opacity:.16;color:var(--steel-mid);
}
.section-tool-sketch path,.section-tool-sketch line{
  fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:1400;stroke-dashoffset:1400;
  transition:stroke-dashoffset 2.6s var(--ease);
}
.section-tool.is-sketched .section-tool-sketch path,
.section-tool.is-sketched .section-tool-sketch line{stroke-dashoffset:0}
.section-tool>*:not(.section-tool-glow):not(.section-tool-sketch){position:relative;z-index:1}
@media (prefers-reduced-motion:reduce){
  .section-tool-sketch path,.section-tool-sketch line{transition:none;stroke-dashoffset:0}
}
@media (max-width:900px){
  .section-tool-sketch{opacity:.1}
}

.section-head{max-width:640px;margin:0 auto 3rem;text-align:center}
.section-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-strong);margin-bottom:.7rem}
.story-layout p.about-story-kicker{color:var(--steel-mid)}
.section-dark .section-kicker{color:var(--steel-glow)}
.section-title{font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:600;line-height:1.15}
.section-note{margin-top:.9rem;font-size:1rem;color:var(--text-mute)}
.section-dark .section-note{color:var(--text-light-mute)}

.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.7rem;border-radius:999px;font-weight:700;font-size:.92rem;transition:transform .25s var(--ease),background .25s,border-color .25s,color .25s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;box-shadow:0 14px 30px rgba(47,90,130,.35)}
.btn-lg{padding:1.05rem 2.1rem;font-size:1rem}
.btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-ghost-dark{border:1px solid var(--line-light);color:var(--text-dark)}
.btn-ghost-dark:hover{border-color:var(--text-dark)}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.revealed{opacity:1;transform:none}

/* ─────────────── Preloader — logo peste primul clip, deja în redare ─────────────── */
#preloader{position:fixed;inset:0;z-index:920;background:transparent;display:flex;align-items:center;justify-content:center;transition:opacity .7s var(--ease),visibility .7s}
body.is-ready #preloader{opacity:0;visibility:hidden;pointer-events:none}
.preloader-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,24,.55) 0%,rgba(7,13,24,.25) 35%,rgba(7,13,24,.7) 100%)}
.preloader-inner{position:relative;text-align:center}
.preloader-mark{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.6rem}
.mark-line{width:40px;height:1px;background:linear-gradient(90deg,transparent,var(--steel-glow))}
.preloader-mark .mark-line:last-child{transform:scaleX(-1)}
.preloader-logo{width:min(220px,55vw);height:auto;filter:drop-shadow(0 6px 24px rgba(0,0,0,.45))}
.preloader-progress{display:flex;flex-direction:column;align-items:center;gap:.6rem}
.progress-track{width:280px;max-width:60vw;height:2px;background:rgba(255,255,255,.22);border-radius:2px;overflow:hidden}
.progress-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--steel-mid),var(--steel-glow));transition:width .1s linear}
.progress-num{font-size:.78rem;letter-spacing:.1em;color:var(--text-light-mute);text-shadow:0 1px 6px rgba(0,0,0,.5)}

/* ─────────────── Navbar ─────────────── */
.nav{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.2rem,4vw,3rem);background:rgba(10,19,34,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--line-dark);opacity:0;transform:translateY(-12px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
body.is-ready .nav{opacity:1;transform:none}
.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:700;letter-spacing:.04em;color:var(--text-light-mute);font-size:1.05rem}
.nav-mark{width:30px;height:auto}
.nav-logo-text span{color:var(--steel-mid)}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links>a,.nav-mega>a{font-size:.88rem;font-weight:600;color:var(--text-light-mute);transition:color .25s}
.nav-links>a:hover,.nav-mega>a:hover{color:#fff}
.nav-cta{padding:.75rem 1.5rem;border-radius:999px;background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;font-weight:700;font-size:.85rem;box-shadow:0 10px 24px rgba(47,90,130,.35);transition:transform .25s var(--ease)}
.nav-cta:hover{transform:translateY(-2px)}
.nav-burger{display:none;flex-direction:column;gap:5px;width:26px}
.nav-burger span{height:2px;background:#fff;border-radius:2px}

.nav-mega{position:relative}
.mega-panel{
  position:fixed;top:var(--nav-h);left:50%;transform:translateX(-50%) translateY(-8px);
  width:min(820px,94vw);max-width:calc(100vw - 2rem);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .25s var(--ease),visibility .25s,transform .25s var(--ease);
  z-index:940;
}
.nav-mega.is-open .mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.mega-panel-inner{
  margin-top:14px;
  background:rgba(10,19,34,.97);backdrop-filter:blur(16px);
  border:1px solid rgba(169,201,234,.16);border-radius:20px;
  padding:2rem;box-shadow:0 30px 70px rgba(0,0,0,.4);
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.9rem 2.2rem;
}
.mega-col{display:flex;flex-direction:column;gap:.5rem}
.mega-col a{font-size:.82rem;color:var(--text-light-mute);transition:color .25s;letter-spacing:.01em}
.mega-col a:hover{color:#fff}
.mega-cat{font-family:var(--display);font-weight:600;font-size:.9rem;color:#fff!important;margin-bottom:.2rem}
.mega-col-cta{align-items:flex-start;justify-content:center}
.mega-col-cta .btn{white-space:nowrap}

.nav-mobile{position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;z-index:890;background:var(--ink);transform:translateX(100%);transition:transform .4s var(--ease);overflow-y:auto;padding:2rem clamp(1.2rem,4vw,3rem)}
.nav-mobile.is-open{transform:translateX(0)}
.nav-mobile>a,.nav-mobile-cta{display:block;padding:1rem 0;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:1px solid var(--line-dark)}
.nav-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:1px solid var(--line-dark)}
.nav-mobile-toggle span{transition:transform .3s}
.nav-mobile-group.is-open .nav-mobile-toggle span{transform:rotate(180deg)}
.nav-mobile-sub{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.nav-mobile-group.is-open .nav-mobile-sub{max-height:600px}
.nav-mobile-sub a{display:block;padding:.65rem 0 .65rem 1rem;font-size:.92rem;color:var(--text-light-mute)}
.nav-mobile-cta{text-align:center;margin-top:1rem;border-radius:999px;background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));border:none}

@media (max-width:900px){
  .nav-links,.nav-cta{display:none}
  .nav-burger{display:flex}
}

/* ─────────────── Hero tur scroll-scrub (homepage) ─────────────── */
.tour{position:relative}
.tour-scrub{position:relative;height:500vh}
.tour-sticky{position:sticky;top:0;height:100vh;overflow:hidden}
.tour-sticky video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tour-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,24,.35) 0%,rgba(7,13,24,.15) 40%,rgba(7,13,24,.75) 100%)}
.chapter-caption{
  position:absolute;left:clamp(1.2rem,6vw,5rem);bottom:4.5rem;max-width:460px;color:#fff;
  opacity:0;visibility:hidden;transition:opacity .5s var(--ease);pointer-events:none;
}
.chapter-caption.is-active{opacity:1;visibility:visible;pointer-events:auto}
.chapter-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-glow);margin-bottom:.6rem}
.chapter-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:.8rem}
.chapter-text{font-size:1rem;color:var(--text-light-mute)}
.chapter-caption .prod-hero-ctas{justify-content:flex-start;margin-top:1.6rem}
.tour-rail{position:absolute;right:clamp(1rem,3vw,2.4rem);top:50%;transform:translateY(-50%);z-index:50;display:flex;flex-direction:column;gap:.9rem}
.tour-rail button{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);transition:background .3s,transform .3s var(--ease)}
.tour-rail button.is-active{background:#fff;transform:scale(1.4)}

/* ─────────────── Formular ofertă ─────────────── */
.quote-layout{max-width:700px;margin:0 auto}
.quote-form{background:#fff;border-radius:26px;padding:2.4rem;box-shadow:0 24px 60px rgba(1,31,75,.08);border:1px solid var(--line-light)}
.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.quote-form-status{display:flex;align-items:center;gap:.6rem;margin-top:1.2rem;padding:1rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:600;line-height:1.4}
.quote-form-status svg{width:18px;height:18px;flex:none}
.quote-form-status--ok{background:rgba(31,157,85,.1);color:#1f9d55}
.quote-form-status--err{background:rgba(192,57,43,.08);color:#c0392b}
.quote-form-status--err a{text-decoration:underline}
.field{margin-bottom:1.3rem}
.field label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}
.field input,.field select,.field textarea{
  width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--line-light);
  background:var(--paper);font-family:var(--sans);font-size:.92rem;color:var(--text-dark);
  transition:border-color .25s,box-shadow .25s,background .25s;
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--steel-mid);background:#fff;
  box-shadow:0 0 0 4px rgba(77,123,163,.14);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field-row[hidden]{display:none}

/* ─────────────── Confirmare câmp (bifă verde) ─────────────── */
.field-check{display:flex;align-items:center;gap:.4rem;margin-top:0;max-height:0;font-size:.78rem;font-weight:700;color:#1f9d55;opacity:0;overflow:hidden;transition:opacity .3s,max-height .3s,margin-top .3s}
.field-check.is-visible{opacity:1;max-height:24px;margin-top:.45rem}
.field-check svg{width:14px;height:14px;flex:none}

/* ─────────────── Estimator rapid de preț ─────────────── */
.estimator{max-width:760px;margin:0 auto}
.estimator-card{
  background:rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-radius:26px;padding:2.4rem;border:1px solid rgba(255,255,255,.6);
  box-shadow:0 24px 60px rgba(1,31,75,.16);
  transition:box-shadow .4s var(--ease),transform .4s var(--ease);
}
.estimator-card:hover{box-shadow:0 30px 70px rgba(1,31,75,.2);transform:translateY(-3px)}
.estimator-card .field label{color:var(--text-dark)}
.estimator-result{margin-top:1.8rem;padding-top:1.8rem;border-top:1px solid var(--line-light)}
.estimator-hint{font-size:.9rem;color:var(--text-mute);text-align:center}
.estimator-single-result{text-align:center;padding:1.6rem;border-radius:16px;background:var(--paper);border:1px solid var(--line-light);animation:priceReveal .5s var(--ease)}
@keyframes priceReveal{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
.estimator-single-note{font-size:.84rem;color:var(--text-mute);margin-bottom:.5rem}
.estimator-single-price{display:block;font-family:var(--display);font-size:2rem;font-weight:700;color:var(--text-dark)}
.estimator-single-breakdown{font-size:.78rem;color:var(--text-mute);margin-top:.6rem}
.estimator-disclaimer{font-size:.76rem;color:var(--text-mute);margin-top:1.2rem;text-align:center}
.estimator-cta{display:flex;gap:.8rem;justify-content:center;margin-top:1.4rem;flex-wrap:wrap}

/* ─────────────── Coș de estimări ─────────────── */
.estimator-cart{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--line-light)}
.estimator-cart-title{font-family:var(--display);font-size:1.1rem;margin-bottom:1rem;text-align:center}
.estimator-cart-items{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}
.estimator-cart-item,.form-cart-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:12px;background:var(--paper);border:1px solid var(--line-light)}
.estimator-cart-item-body,.form-cart-item-body{flex:1;font-size:.84rem}
.estimator-cart-item-body strong,.form-cart-item-body strong{display:block;font-size:.88rem;color:var(--text-dark)}
.estimator-cart-item-body span,.form-cart-item-body span{color:var(--text-mute);font-size:.78rem}
.estimator-cart-item-price{font-weight:700;color:var(--text-dark);white-space:nowrap}
.estimator-cart-item-remove,.form-cart-item-remove{flex:none;width:26px;height:26px;border-radius:50%;background:rgba(1,31,75,.06);color:var(--text-mute);font-size:.9rem;line-height:1;transition:background .2s,color .2s}
.estimator-cart-item-remove:hover,.form-cart-item-remove:hover{background:#fde2e2;color:#c0392b}
.estimator-cart-total{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-radius:12px;background:var(--ink-2);color:#fff;font-size:.92rem}
.estimator-cart-total strong{font-family:var(--display);font-size:1.2rem}

/* ─────────────── Coș în formularul de contact ─────────────── */
.form-cart{max-width:1100px;margin:0 auto 2.4rem;background:#fff;border-radius:20px;padding:1.8rem 2rem;box-shadow:0 16px 40px rgba(1,31,75,.06);border:1px solid var(--line-light)}
.form-cart-title{font-family:var(--display);font-size:1.05rem;margin-bottom:1rem}
.form-cart-items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}
.form-cart-total{display:flex;align-items:center;justify-content:space-between;font-size:.92rem;font-weight:700;color:var(--text-dark);padding-top:.8rem;border-top:1px solid var(--line-light)}

@media (max-width:640px){
  .estimator-card{padding:1.7rem}
  .estimator-cart-item,.form-cart-item{flex-wrap:wrap}
}

/* ─────────────── Recenzii ─────────────── */
.reviews-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.marquee-track{display:flex;gap:1.4rem;width:max-content;animation:marquee 100s linear infinite}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mini-review{width:340px;height:214px;flex:none;display:flex;flex-direction:column;background:#fff;border-radius:20px;padding:1.5rem 1.6rem;border:1px solid var(--line-light);box-shadow:0 12px 30px rgba(1,31,75,.06)}
.mini-review-stars{color:#f2b134;font-size:.9rem;margin-bottom:.6rem}
.mini-review p{flex:1;font-size:.88rem;color:var(--text-mute);margin-bottom:1rem;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.mini-review-author{display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:700;color:var(--text-dark);margin-top:auto}
.mini-review-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}

/* ─────────────── Culori / swatches ─────────────── */
.swatches{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.swatches-more{max-width:900px;margin:1.3rem auto 0;text-align:center;font-size:.9rem;color:var(--text-light-mute)}
.swatch-chip{height:96px;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(1,31,75,.08)}
.swatch-chip span{position:absolute;left:.7rem;bottom:.6rem;font-size:.72rem;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.swatch-chip--photo{background-size:cover;background-position:center}
.swatch-chip--photo[data-swatch="stejar-auriu"]{background:url('../assets/culori/stejar-auriu.webp') center/cover,linear-gradient(135deg,#b8863f,#8a6228)}
.swatch-chip--photo[data-swatch="nuc"]{background:url('../assets/culori/nuc.webp') center/cover,linear-gradient(135deg,#6b4a30,#4a3320)}
.swatch-chip--photo[data-swatch="mahon"]{background:url('../assets/culori/mahon.webp') center/cover,linear-gradient(135deg,#6b2f28,#451e1a)}
.swatch-chip--photo[data-swatch="wenge"]{background:url('../assets/culori/wenge.webp') center/cover,linear-gradient(135deg,#3a2a1e,#231810)}
.swatch-chip--photo[data-swatch="gri-antracit"]{background:url('../assets/culori/gri-antracit.webp') center/cover,linear-gradient(135deg,#4a4f52,#2a2d2f)}

/* ─────────────── Timeline proces ─────────────── */
.timeline{position:relative;max-width:760px;margin:0 auto;padding-left:60px}
.timeline-track{position:absolute;left:59px;top:6px;bottom:6px;width:2px;background:var(--line-dark)}
.timeline-fill{position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(180deg,var(--steel-mid),var(--steel-glow));transition:height .1s linear}
.tstep{position:relative;padding:0 0 3rem 2.2rem;opacity:.4;transition:opacity .4s}
.tstep.is-done{opacity:1}
.tstep:last-child{padding-bottom:0}
.tstep-dot{position:absolute;left:-42px;top:0;width:38px;height:38px;border-radius:50%;background:var(--ink-3);border:1px solid var(--line-dark);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;font-size:.9rem;color:var(--text-light-mute);transition:background .4s,color .4s,border-color .4s}
.tstep.is-done .tstep-dot{background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;border-color:transparent}
.tstep h4{font-size:1.05rem;margin-bottom:.5rem;color:#fff}
.tstep p{font-size:.88rem;color:var(--text-light-mute)}

/* ─────────────── Întrebări frecvente ─────────────── */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.9rem}
.faq-item{border-radius:16px;background:rgba(255,255,255,.04);border:1px solid var(--line-dark);overflow:hidden}
.section-light .faq-item{background:#fff;border-color:var(--line-light);box-shadow:0 8px 20px rgba(1,31,75,.05)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;text-align:left;font-family:var(--display);font-size:1rem;font-weight:600;color:#fff}
.section-light .faq-question{color:var(--text-dark)}
.faq-icon{flex:none;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);font-size:1.1rem;font-weight:700;line-height:1;transition:transform .3s var(--ease),background .3s}
.section-light .faq-icon{background:var(--paper);color:var(--text-dark)}
.faq-item.is-open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}
.faq-answer p{padding:0 1.4rem 1.3rem;font-size:.9rem;line-height:1.6;color:var(--text-light-mute)}
.section-light .faq-answer p{color:var(--text-mute)}
.faq-steps{counter-reset:faq-step;margin:0;padding:0 1.4rem 1.3rem;list-style:none}
.faq-steps li{counter-increment:faq-step;position:relative;padding-left:2.1rem;margin-bottom:.8rem;font-size:.9rem;line-height:1.55;color:var(--text-light-mute)}
.section-light .faq-steps li{color:var(--text-mute)}
.faq-steps li::before{content:counter(faq-step);position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;border-radius:50%;background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;font-size:.76rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}
.faq-steps li:last-child{margin-bottom:0}

/* ─────────────── Contact — clean & modern ─────────────── */
/* dreptunghi interactiv: telefon, email, whatsapp */
.contact-quick{max-width:900px;margin:0 auto 3rem;background:#fff;border-radius:24px;border:1px solid var(--line-light);box-shadow:0 16px 40px rgba(1,31,75,.06);overflow:hidden}
.contact-quick-row{display:flex;align-items:center;gap:1.1rem;padding:1.5rem 1.8rem;border-bottom:1px solid var(--line-light);transition:background .25s}
.contact-quick-row:last-child{border-bottom:none}
.contact-quick-row:hover{background:var(--paper)}
.contact-quick-icon{
  flex:none;width:48px;height:48px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;
  transition:transform .25s var(--ease);
}
.contact-quick-row:hover .contact-quick-icon{transform:scale(1.08)}
.contact-quick-icon svg{width:21px;height:21px}
.contact-quick-icon--whatsapp{background:linear-gradient(135deg,#2fd66b,#128c4a)}
.contact-quick-body{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}
.contact-quick-label{font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-mute)}
.contact-quick-body strong{font-size:1.02rem;font-weight:700;color:var(--text-dark)}
.contact-quick-sep{color:var(--text-mute);font-weight:400;margin:0 .15rem}
.contact-quick-arrow{flex:none;font-size:1.2rem;color:var(--text-mute);transition:transform .25s var(--ease),color .25s}
.contact-quick-row:hover .contact-quick-arrow{transform:translateX(4px);color:var(--steel-strong)}

/* cele două locații — hartă + adresă dedesubt */
.contact-maps{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.contact-map-card{border-radius:24px;overflow:hidden;border:1px solid var(--line-light);background:#fff;box-shadow:0 16px 40px rgba(1,31,75,.06)}
.contact-map{min-height:260px}
.contact-map iframe{width:100%;height:260px;border:0;display:block}
.contact-map-address{padding:1.4rem 1.6rem}
.contact-map-address strong{display:block;font-size:.98rem;color:var(--text-dark);margin-bottom:.3rem}
.contact-map-address p{font-size:.88rem;color:var(--text-mute);line-height:1.5}

/* ─────────────── CTA band final ─────────────── */
.cta-band{background:linear-gradient(135deg,var(--ink-3),var(--ink));text-align:center}
.cta-inner{max-width:640px;margin:0 auto}
.cta-title{font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:600;color:#fff;margin-bottom:1rem}
.cta-text{font-size:1rem;color:var(--text-light-mute);margin-bottom:2rem}

/* ─────────────── Footer ─────────────── */
.footer{background:var(--ink);color:var(--text-light-mute);text-align:center;padding:3rem 1.5rem}
.footer-logo{width:44px;margin:0 auto 1rem}
.footer p{margin-bottom:.4rem;font-size:.9rem}
.footer p strong{color:var(--text-light-mute)}
.footer p strong span{color:var(--steel-mid)}
.footer-small{font-size:.76rem;opacity:.7}
.footer-small a{color:inherit;text-decoration:underline}

/* ─────────────── Pagină legală (confidențialitate) ─────────────── */
.legal-page{max-width:760px;margin:0 auto;padding-top:1rem}
.legal-page h2{font-family:var(--display);font-size:1.4rem;font-weight:600;margin:2.2rem 0 .8rem;color:var(--text-dark)}
.legal-page h2:first-of-type{margin-top:0}
.legal-page p{margin-bottom:1rem;line-height:1.7;color:var(--text-mute)}
.legal-page a{color:var(--steel-strong);text-decoration:underline}
.legal-page ul{margin:0 0 1.2rem 1.3rem;padding:0}
.legal-page li{margin-bottom:.6rem;line-height:1.6;color:var(--text-mute)}
.legal-page li strong{color:var(--text-dark)}
.legal-disclaimer{margin-top:2.2rem;padding-top:1.2rem;border-top:1px solid var(--line-light);font-size:.82rem;font-style:italic}

/* ─────────────── Pagina „Cine suntem?" ─────────────── */
.about-hero{position:relative;min-height:56vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,rgba(6,14,28,.62),rgba(6,14,28,.72)),url('../assets/img/about-hero-bg.webp') center 38%/cover no-repeat;overflow:hidden;padding:9rem 1.5rem 4.5rem}
.about-hero-glow{position:absolute;inset:-25%;background:radial-gradient(circle at 32% 28%,rgba(127,166,201,.28),transparent 62%);animation:aboutGlow 14s ease-in-out infinite alternate;pointer-events:none}
@keyframes aboutGlow{from{transform:scale(1) translate(0,0)}to{transform:scale(1.18) translate(3%,-3%)}}
.about-hero-inner{position:relative;z-index:1;max-width:720px}
.about-hero-title{font-family:var(--display);font-size:clamp(2.3rem,5vw,3.6rem);font-weight:700;color:#fff;margin:.7rem 0 1.1rem;line-height:1.15}
.about-hero-sub{font-size:1.08rem;color:var(--text-light-mute)}

.story-layout{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:1.3rem}
.story-layout p{font-size:1.02rem;line-height:1.85;color:var(--text-mute)}
.story-layout strong{color:var(--text-dark)}
.story-quote{margin:.6rem 0;padding:1.6rem 2rem;border-left:4px solid var(--steel-mid);background:var(--paper);border-radius:0 16px 16px 0;font-family:var(--display);font-size:1.12rem;font-style:italic;color:var(--text-dark);line-height:1.6}

.stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-item{display:flex;flex-direction:column;align-items:center}
.stat-number-wrap{display:inline-flex;align-items:baseline;gap:.15rem}
.stat-number{font-family:var(--display);font-size:clamp(2.2rem,4.6vw,3rem);font-weight:700;color:#fff}
.stat-suffix{font-size:1.3rem;font-weight:600;color:var(--steel-glow)}
.stat-item p{color:var(--text-light-mute);font-size:.86rem;margin-top:.5rem}
.section-light .stat-number{color:var(--text-dark)}
.section-light .stat-suffix{color:var(--steel-strong)}
.section-light .stat-item p{color:var(--text-mute)}
@media (max-width:760px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.2rem 1.5rem}}

.milestones{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.milestone-chip{background:#fff;border-radius:18px;padding:1.5rem 1.3rem;text-align:center;box-shadow:0 12px 30px rgba(1,31,75,.08);border:1px solid var(--line-light);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.milestone-chip:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(1,31,75,.14)}
.milestone-year{display:block;font-family:var(--display);font-size:clamp(1.8rem,3.4vw,2.3rem);font-weight:700;color:var(--steel-strong);margin-bottom:.5rem}
.milestone-chip p{font-size:.85rem;line-height:1.5;color:var(--text-mute);margin:0}
@media (max-width:760px){.milestones{grid-template-columns:repeat(2,1fr);gap:1.1rem}}

/* manifest editorial — fin, fără iconițe, fără carduri, fără numere */
.manifesto{max-width:660px;margin:0 auto;display:flex;flex-direction:column;gap:.2rem}
.manifesto-item{position:relative;padding:1.5rem 0 1.5rem 1.7rem;border-left:1px solid var(--line-light)}
.manifesto-text{font-family:var(--display);font-size:clamp(1.02rem,1.6vw,1.18rem);font-weight:400;line-height:1.8;color:var(--text-mute);letter-spacing:.005em}
.manifesto-text span{color:var(--text-dark);font-weight:600}
.section-dark .manifesto-item{border-color:var(--line-dark)}
.section-dark .manifesto-text{color:var(--text-light-mute)}
.section-dark .manifesto-text span{color:#fff}
@media (max-width:600px){
  .manifesto-item{padding:1.2rem 0 1.2rem 1.2rem}
}

/* ══════════════════════ Pagina Produse ══════════════════════ */
.prod-hero-inner{max-width:640px;margin:0 auto;text-align:center;padding-top:calc(var(--nav-h) + 2rem)}
.prod-hero-inner p{font-size:1.02rem;color:var(--text-light-mute);max-width:600px;margin:0 auto 2.2rem}
.prod-hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* slideshow produse recomandate */
.prod-slideshow{position:relative;padding:0;margin-top:var(--nav-h)}
.slideshow-track{position:relative;height:min(560px,72vh)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .9s var(--ease);pointer-events:none}
.slide.is-active{opacity:1;pointer-events:auto}
.slide img{width:100%;height:100%;object-fit:cover}
.slide-shade{position:absolute;inset:0;background:linear-gradient(100deg,rgba(7,26,44,.92) 0%,rgba(7,26,44,.62) 45%,rgba(7,26,44,.12) 78%)}
.slide-caption{position:absolute;left:clamp(1.2rem,6vw,4.5rem);top:50%;transform:translateY(-50%);max-width:460px;color:#fff}
.slide-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-glow);margin-bottom:.7rem}
.slide-caption h3{font-family:var(--display);font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:500;color:#fff;margin-bottom:.7rem}
.slide-caption p{font-size:.95rem;color:var(--text-light-mute);margin-bottom:1.5rem;max-width:400px}
.slideshow-dots{position:absolute;bottom:1.6rem;left:0;right:0;display:flex;justify-content:center;gap:.55rem;z-index:5}
.slideshow-dots button{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.35);transition:background .3s,transform .3s var(--ease);padding:0}
.slideshow-dots button.is-active{background:#fff;transform:scale(1.35)}
.slideshow-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:6;
  width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);cursor:pointer;
  background:rgba(10,19,34,.4);color:#fff;backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;
  transition:background .25s,transform .2s;
}
.slideshow-arrow svg{width:22px;height:22px}
.slideshow-arrow:hover{background:rgba(10,19,34,.7);transform:translateY(-50%) scale(1.06)}
.slideshow-arrow-prev{left:1.4rem}
.slideshow-arrow-next{right:1.4rem}
@media (max-width:760px){
  .slide-caption{max-width:calc(100% - 2.4rem)}
  .slideshow-arrow{width:38px;height:38px;top:auto;bottom:4.6rem;transform:none}
  .slideshow-arrow svg{width:18px;height:18px}
  .slideshow-arrow:hover{transform:none}
  .slideshow-arrow-prev{left:.6rem}
  .slideshow-arrow-next{right:.6rem}
}

/* navigare sticky pe categorii */
.cat-nav{
  position:sticky;top:var(--nav-h);z-index:850;
  display:flex;gap:.4rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;
  background:rgba(255,255,255,.96);backdrop-filter:blur(14px);
  border-bottom:1px solid #e6e6e6;
  padding:.9rem clamp(1rem,4vw,3rem);
}
.cat-nav::-webkit-scrollbar{display:none}
.cat-nav a{
  flex:none;padding:.55rem 1.15rem;border-radius:999px;
  font-size:.83rem;font-weight:600;color:var(--text-dark);white-space:nowrap;
  transition:background .3s,color .3s;
}
.cat-nav a:hover{color:var(--steel-strong);background:rgba(47,90,130,.08)}
.cat-nav a.is-active{color:#fff;background:var(--steel-strong)}

/* titlu de secțiune produs */
.prod-section-head{max-width:760px;margin:0 auto 2.6rem}
.prod-section-head .section-title{margin-bottom:.7rem}

/* carduri de produs, generice */
.prod-cards{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.prod-cards--1{grid-template-columns:minmax(260px,380px);justify-content:center}
.prod-cards--2{grid-template-columns:repeat(2,minmax(260px,1fr));max-width:820px;justify-content:center}
.prod-card{border-radius:20px;padding:1.9rem}
.section-dark .prod-card{background:rgba(255,255,255,.04);border:1px solid var(--line-dark)}
.section-light .prod-card{background:#fff;border:1px solid rgba(1,31,75,.07);box-shadow:0 12px 32px rgba(1,31,75,.06)}
.prod-card h4{font-family:var(--display);font-size:1.08rem;font-weight:600;margin-bottom:.55rem}
.section-dark .prod-card h4{color:#fff}
.prod-card p{font-size:.88rem;color:var(--text-mute)}
.section-dark .prod-card p{color:var(--text-light-mute)}

/* comparație rulouri manual / electric — tabel cu tick-uri/x-uri */
.rul-compare{max-width:680px;margin:2.4rem auto 0;background:#fff;border-radius:18px;padding:1.5rem 1.8rem .4rem;border:1px solid var(--line-light)}
.rul-compare-head{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:.6rem;padding-bottom:.9rem;border-bottom:1px solid var(--line-light)}
.rul-compare-col-head{text-align:center;transition:color .3s var(--ease)}
.rul-compare-col-head h4{font-family:var(--display);font-size:.9rem;font-weight:600;color:var(--text-mute);margin:0}
.rul-compare-col-head[data-col="electric"] h4{color:var(--steel-strong)}
.rul-compare-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:.6rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--line-light)}
.rul-compare-row:last-child{border-bottom:none}
.rul-compare-label{font-size:.83rem;color:var(--text-dark);line-height:1.35}
.rul-compare-cell{display:block;text-align:center;font-size:1rem;font-weight:700;line-height:1}
.rul-compare-cell--yes{color:#1f9d5c}
.rul-compare-cell--no{color:#c0392b;opacity:.5;font-weight:600}
@media (max-width:640px){
  .rul-compare{padding:1.2rem 1rem .3rem}
  .rul-compare-head{grid-template-columns:1fr 60px 60px;gap:.3rem}
  .rul-compare-row{grid-template-columns:1fr 60px 60px;gap:.3rem}
  .rul-compare-label{font-size:.77rem}
}


/* galerii foto reale, pe categorie */
.photo-grid{max-width:1220px;margin:2.4rem auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.8rem}
.photo-grid .photo-card{flex:1 1 270px;max-width:300px}
.photo-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;background:linear-gradient(160deg,var(--steel-mid),var(--steel-strong));border:1px solid rgba(47,90,130,.14);box-shadow:0 14px 34px rgba(1,31,75,.16);transition:transform .35s var(--ease),box-shadow .35s var(--ease),opacity .35s var(--ease),filter .35s var(--ease);}
.photo-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(1,31,75,.22)}
@media (hover:hover){
  .photo-grid:hover .photo-card:not(:hover){opacity:.6;filter:saturate(.75)}
}
.section-dark .photo-card{background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.06)}
.section-dark .photo-card:hover{box-shadow:0 18px 44px rgba(0,0,0,.36)}
.photo-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.photo-card-body{padding:1.05rem 1.2rem 1.15rem;flex:1;display:flex;flex-direction:column;gap:.35rem}
.photo-card-body p{display:none}
.photo-card-body h4{font-size:.92rem;font-weight:700;color:#fff}
.photo-card-body p{font-size:.78rem;line-height:1.45;color:var(--text-light-mute)}
.section-dark .photo-card-body h4{color:var(--text-dark)}
.section-dark .photo-card-body p{color:var(--text-mute)}
.photo-card-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;font-size:.82rem;font-weight:700;color:#fff;transition:gap .25s var(--ease)}
.photo-card-link:hover{gap:.55rem}
.section-dark .photo-card-link{color:var(--steel-strong)}

/* etichetă mică deasupra unei galerii foto */
.gallery-label{max-width:1220px;margin:2.6rem auto 0;font-family:var(--display);font-weight:600;font-size:1.02rem;color:var(--text-dark)}
.section-dark .gallery-label{color:#fff}
.photo-grid + .gallery-label{margin-top:3rem}

/* grile restrânse, când o categorie are puține produse ilustrate */
.photo-grid--1{max-width:460px}
.photo-grid--1 .photo-card{flex:1 1 100%;max-width:460px}
.photo-grid--2{max-width:820px}
.photo-grid--2 .photo-card{flex:1 1 280px;max-width:390px}
.photo-grid--3{max-width:1060px}
.photo-grid--3 .photo-card{flex:1 1 260px;max-width:320px}
.photo-grid--swatch{max-width:560px}
.photo-grid--swatch .photo-card{flex:1 1 100%;max-width:560px}
.photo-grid--5{max-width:1400px;gap:1.6rem}
.photo-grid--5 .photo-card{flex:1 1 230px;max-width:258px}
.mini-slideshow--wide{aspect-ratio:5/4}

/* mini-slideshow în interiorul unui photo-card */
.mini-slideshow{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#0a1322}
.mini-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s var(--ease)}
.mini-slide.is-active{opacity:1}
.mini-dots{position:absolute;left:0;right:0;bottom:.6rem;display:flex;justify-content:center;gap:.32rem;z-index:5}
.mini-dots button{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);border:none;padding:0;cursor:pointer;transition:background .25s,transform .25s}
.mini-dots button.is-active{background:#fff;transform:scale(1.3)}
.mini-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:6;
  width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;
  background:rgba(10,19,34,.45);color:#fff;backdrop-filter:blur(4px);
  display:flex;align-items:center;justify-content:center;
  transition:background .25s,transform .2s;
}
.mini-arrow svg{width:18px;height:18px}
.mini-arrow:hover{background:rgba(10,19,34,.75);transform:translateY(-50%) scale(1.08)}
.mini-arrow-prev{left:.6rem}
.mini-arrow-next{right:.6rem}

/* sticlă — grosime în relief + carusel de tipuri */
.glass-thickness{max-width:720px;margin:0 auto 2.2rem;text-align:center;font-family:var(--display);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:500;line-height:1.4;color:var(--text-dark)}
.glass-thickness strong{color:var(--steel-strong);font-weight:700}
.section-dark .glass-thickness{color:#fff}
.section-dark .glass-thickness strong{color:var(--steel-glow)}
.glass-extra{max-width:600px;margin:1.6rem auto 0;text-align:center;font-size:.88rem;color:var(--text-mute)}
.section-dark .glass-extra{color:var(--text-light-mute)}

.type-carousel{position:relative;max-width:1100px;margin:0 auto;background:var(--ink-2);border-radius:26px;padding:2rem clamp(1rem,3vw,2rem) 1.6rem}
.type-carousel-track{display:flex;gap:1.1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.4rem .2rem 1rem}
.type-carousel-track::-webkit-scrollbar{display:none}
.type-card{
  flex:0 0 auto;width:168px;scroll-snap-align:center;background:#fff;border-radius:18px;padding:1.2rem 1.1rem;
  opacity:.42;filter:saturate(.35) brightness(.92);transform:scale(.93);
  transition:opacity .35s var(--ease),filter .35s var(--ease),transform .35s var(--ease);
}
.type-card.is-active{opacity:1;filter:none;transform:scale(1);box-shadow:0 16px 34px rgba(1,10,25,.3)}
.type-card-swatch{
  width:100%;height:64px;border-radius:12px;margin-bottom:.9rem;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(150deg,var(--tint-a),var(--tint-b));color:var(--text-dark);
}
.type-card-swatch svg{width:24px;height:24px;opacity:.75}
.type-card h4{font-size:.92rem;font-weight:700;color:var(--text-dark);margin:0 0 .35rem}
.type-card p{font-size:.78rem;line-height:1.4;color:var(--text-mute);margin:0}
.type-carousel-nav{display:flex;align-items:center;justify-content:center;gap:1rem}
.type-carousel-dots{display:flex;gap:.4rem}
.type-carousel-dots button{width:7px;height:7px;border-radius:50%;background:var(--line-dark);transition:background .2s,transform .2s}
.type-carousel-dots button.is-active{background:var(--steel-glow);transform:scale(1.3)}

.type-carousel-track{cursor:grab}
.type-carousel-track.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.type-carousel-edge{position:absolute;top:0;bottom:1.6rem;width:14%;max-width:130px;z-index:2;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s var(--ease)}
@media (hover:hover){
  .type-carousel-edge{pointer-events:auto}
}
.type-carousel-edge--prev{left:0;background:linear-gradient(90deg,var(--ink-2) 10%,transparent)}
.type-carousel-edge--next{right:0;background:linear-gradient(-90deg,var(--ink-2) 10%,transparent)}
@media (hover:hover){
  .type-carousel-edge:hover{opacity:1}
}

/* parteneri — wordmark simplu (fără fișiere logo separate) */
.partners-grid{max-width:1050px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 2.6rem}
.partner-logo{height:38px;width:auto;max-width:160px;object-fit:contain;filter:grayscale(1) opacity(.62);transition:filter .3s,transform .3s var(--ease),drop-shadow .3s}
.partner-logo:hover{filter:grayscale(0) opacity(1) drop-shadow(0 10px 18px rgba(1,31,75,.16));transform:translateY(-4px)}


.whatsapp-float{position:fixed;right:1.4rem;bottom:1.4rem;z-index:900;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(37,211,102,.4);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.whatsapp-float svg{width:28px;height:28px}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 14px 36px rgba(37,211,102,.5)}

.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:980;max-width:600px;margin:0 auto 0 1rem;background:var(--ink);color:var(--text-light);border-radius:16px;padding:1.2rem 1.4rem;box-shadow:0 20px 50px rgba(0,0,0,.35);display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between;opacity:0;transform:translateY(16px);transition:opacity .35s var(--ease),transform .35s var(--ease);pointer-events:none}
.cookie-banner.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.cookie-banner p{margin:0;font-size:.88rem;line-height:1.5;color:var(--text-light-mute);flex:1;min-width:220px}
.cookie-banner p a{color:var(--steel-glow);text-decoration:underline}
.cookie-banner-actions{display:flex;gap:.6rem;flex-shrink:0}
.cookie-banner-actions .btn{padding:.6rem 1.1rem;font-size:.85rem}
.cookie-banner-actions .btn-ghost-dark{border-color:rgba(255,255,255,.3);color:#fff}
.cookie-banner-actions .btn-ghost-dark:hover{border-color:#fff}
@media (max-width:600px){
  .cookie-banner{flex-direction:column;align-items:stretch;text-align:center}
  .cookie-banner-actions{justify-content:center}
}
@media (max-width:760px){
  .cookie-banner{left:.8rem;right:.8rem;margin:0;bottom:calc(74px + env(safe-area-inset-bottom) + .8rem)}
}
.mobile-cta-bar{display:none}
@media (max-width:760px){
  section{padding:4.5rem clamp(1.2rem,4vw,3rem)}
  body{padding-bottom:74px}
  .mobile-cta-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:895;gap:.7rem;align-items:center;padding:.7rem .9rem calc(.7rem + env(safe-area-inset-bottom));background:var(--white);box-shadow:0 -8px 24px rgba(1,31,75,.14)}
  .mobile-cta-bar .btn{flex:1;justify-content:center;padding:.85rem 1rem;font-size:.88rem}
  .mobile-cta-call{width:46px;height:46px;flex-shrink:0;border-radius:50%;background:var(--ink-2);color:#fff;display:flex;align-items:center;justify-content:center}
  .mobile-cta-call svg{width:20px;height:20px}
  .whatsapp-float{right:.9rem;bottom:calc(4.8rem + env(safe-area-inset-bottom));width:50px;height:50px}
  .whatsapp-float svg{width:25px;height:25px}
}

/* ─────────────── Responsive ─────────────── */
@media (max-width:1020px){
  .contact-maps{grid-template-columns:1fr}
  .contact-quick-row{padding:1.2rem 1.4rem}
  .contact-quick-arrow{display:none}
  .prod-cards{grid-template-columns:repeat(2,1fr)}
  .photo-grid .photo-card{flex-basis:45%;max-width:47%}
  .type-card{width:150px}
  .swatches{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .nav-links,.nav-cta{display:none}
  .nav-burger{display:flex}
  .mini-review{width:250px}
  .swatches{grid-template-columns:repeat(2,1fr);gap:1rem}
  .swatch-chip{height:84px}
  .timeline{padding-left:42px}
  .timeline-track{left:41px}
  .tstep{padding-left:1.6rem}
  .tstep-dot{width:32px;height:32px;left:-17px;font-size:.82rem}
  .field-row{grid-template-columns:1fr}
  .chapter-caption{left:1rem;right:1rem;bottom:5.2rem;max-width:none;padding:1.2rem 1.3rem}
  .tour-rail{right:auto;left:50%;top:auto;bottom:1.1rem;transform:translateX(-50%);flex-direction:row;gap:.9rem;background:rgba(10,19,34,.6);backdrop-filter:blur(10px);padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(169,201,234,.2)}
  .hero-ctas .btn{padding:.85rem 1.4rem;font-size:.88rem}
  .prod-cards{grid-template-columns:1fr}
  .photo-grid{gap:.7rem}
  .photo-grid .photo-card{flex-basis:46%;max-width:48%}
  .photo-grid--1 .photo-card,.photo-grid--swatch .photo-card{flex-basis:100%;max-width:420px}
  .photo-card-body{padding:.6rem .7rem .75rem;gap:.15rem}
  .photo-card-body h4{font-size:.76rem;line-height:1.25}
  .photo-card-link{font-size:.7rem;margin-top:.3rem}
  .photo-card-expand{width:26px;height:26px;top:.4rem;right:.4rem}
  .photo-card-expand svg{width:13px;height:13px}
  .compare-grid{grid-template-columns:1fr}
  .type-card{width:138px}
  .type-carousel{padding:1.6rem 1rem 1.2rem}
}

/* ─────────────── Ghid interactiv profil PVC (5/6/7 camere) ─────────────── */
.pvc-guide{max-width:900px;margin:0 auto 2.6rem}
.pvc-guide-intro{text-align:center;margin-bottom:2.4rem}
.pvc-guide-intro h3{font-family:var(--display);font-size:1.55rem;color:#fff;margin-bottom:.9rem}
.pvc-guide-intro p{font-size:1.02rem;color:var(--text-light-mute);line-height:1.7;max-width:680px;margin:0 auto 1rem}
.pvc-guide-intro p em{font-style:italic;color:var(--steel-glow);font-weight:600}

.pvc-tabs{display:flex;justify-content:center;gap:.6rem;margin-bottom:1.8rem;flex-wrap:wrap}
.pvc-tab{padding:.75rem 1.6rem;border-radius:999px;border:1px solid var(--line-dark);color:var(--text-light-mute);font-weight:700;font-size:.95rem;transition:background .3s,color .3s,border-color .3s,transform .25s var(--ease)}
.pvc-tab:hover{border-color:var(--steel-mid);color:#fff}
.pvc-tab.is-active{background:linear-gradient(135deg,var(--steel-mid),var(--steel-strong));color:#fff;border-color:transparent;transform:translateY(-2px)}

.pvc-panels{position:relative}
.pvc-panel{position:relative;display:none;background:#fff;border:1px solid rgba(1,31,75,.06);border-radius:20px;padding:1.7rem clamp(1.3rem,3.5vw,2.2rem) 2rem;box-shadow:0 20px 48px rgba(1,10,25,.26)}
.pvc-panel.is-active{display:block;animation:pvcFadeIn .45s var(--ease)}
@keyframes pvcFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

.pvc-panel-head{position:relative;padding-right:11.5rem;min-height:3.4rem;margin-bottom:1.6rem;display:flex;align-items:center;border-bottom:1px solid var(--line-light);padding-bottom:1.3rem}
.pvc-panel-tagline{font-family:var(--display);font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:700;line-height:1.22;color:var(--text-dark);letter-spacing:-.01em;margin:0}

.pvc-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2.2rem}
.pvc-panel-grid h4{font-size:.82rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--steel-strong);margin-bottom:.8rem}
.pvc-check-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem}
.pvc-check-list li{position:relative;padding-left:1.5rem;font-size:.96rem;color:var(--text-mute);line-height:1.45}
.pvc-check-list li::before{content:'✓';position:absolute;left:0;color:#1f9d5c;font-weight:700}
.pvc-bullet-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem}
.pvc-bullet-list li{position:relative;padding-left:1.1rem;font-size:.96rem;color:var(--text-mute);line-height:1.45}
.pvc-bullet-list li::before{content:'';position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--steel-mid)}

.pvc-sticker{
  position:absolute;top:-3.6rem;right:-2.4rem;width:210px;z-index:3;
  filter:drop-shadow(0 20px 34px rgba(1,10,25,.4));
  opacity:0;animation:pvcStickerIn .55s var(--ease) .15s forwards;
}
.pvc-sticker img{width:100%;display:block}
@keyframes pvcStickerIn{from{opacity:0;transform:translateY(16px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (prefers-reduced-motion:reduce){
  .pvc-sticker{animation:none;opacity:1;transform:none}
}

@media (max-width:760px){
  .pvc-panel-head{flex-direction:column;align-items:flex-start;padding-right:0;padding-top:10.5rem}
  .pvc-panel-grid{grid-template-columns:1fr;gap:1.4rem}
  .pvc-sticker{top:-1rem;right:auto;left:-1rem;width:190px}
}

/* ─────────────── Lightbox produs — vizualizare extinsă ─────────────── */
.photo-grid:not(.photo-grid--swatch) .photo-card{cursor:pointer;position:relative}
.photo-card-expand{position:absolute;top:.7rem;right:.7rem;width:34px;height:34px;border-radius:50%;background:rgba(10,19,34,.55);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.85);transition:opacity .25s,transform .25s;z-index:4;pointer-events:none}
.photo-card-expand svg{width:16px;height:16px}
.photo-card:hover .photo-card-expand{opacity:1;transform:scale(1)}

.lightbox{position:fixed;inset:0;z-index:950;display:none;align-items:center;justify-content:center;padding:1.6rem}
.lightbox.is-open{display:flex}
.lightbox-overlay{position:absolute;inset:0;background:rgba(5,12,24,.86);backdrop-filter:blur(4px)}
.lightbox-panel{position:relative;background:#fff;border-radius:24px;overflow:hidden;max-width:1280px;width:100%;height:90vh;max-height:900px;display:grid;grid-template-columns:1.5fr 1fr;box-shadow:0 30px 80px rgba(0,0,0,.4);animation:lightboxIn .3s var(--ease)}
@keyframes lightboxIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}
.lightbox-close{position:absolute;top:1rem;right:1rem;z-index:5;width:38px;height:38px;border-radius:50%;background:rgba(10,19,34,.55);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.lightbox-close:hover{background:rgba(10,19,34,.85)}
.lightbox-close svg{width:18px;height:18px}
.lightbox-media{position:relative;background:#0a1322;height:100%;overflow:hidden}
.lightbox-media .mini-slideshow{position:absolute;inset:0;aspect-ratio:auto;height:100%}
.lightbox-media .mini-slide{object-fit:contain;background:#0a1322}
.lightbox-info{padding:2.4rem 2.6rem;overflow-y:auto;display:flex;flex-direction:column;height:100%}
.lightbox-info h3{font-family:var(--display);font-size:1.5rem;color:var(--text-dark);margin-bottom:1.1rem}
.lightbox-info p{font-size:1rem;line-height:1.8;color:var(--text-mute);margin:auto 0}
.lightbox-actions{margin-top:2rem;flex-shrink:0}
.lightbox-actions .btn{width:100%;justify-content:center}

@media (max-width:760px){
  .lightbox{padding:0}
  .lightbox-panel{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:100%;max-height:100vh;border-radius:0;overflow-y:auto}
  .lightbox-media{height:auto;aspect-ratio:4/3}
  .lightbox-media .mini-slideshow{position:relative;height:auto;aspect-ratio:4/3}
  .lightbox-info{padding:1.6rem 1.4rem 2rem}
  .lightbox-info h3{font-size:1.2rem}
  .lightbox-info p{font-size:.9rem;line-height:1.65}
}

/* ─────────────── Pauză vizuală full-bleed, între categorii ─────────────── */
.chapter-break{position:relative;min-height:64vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:0}
.chapter-break img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.chapter-break-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,14,28,.35) 0%,rgba(6,14,28,.55) 60%,rgba(6,14,28,.8) 100%)}
.chapter-break-content{position:relative;z-index:1;max-width:620px;padding:0 1.5rem;color:#fff}
.chapter-break-kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-glow);margin-bottom:1rem}
.chapter-break h2{font-family:var(--display);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:500;margin-bottom:1.1rem}
.chapter-break p{font-size:1.02rem;line-height:1.75;color:var(--text-light-mute)}
@media (max-width:760px){
  .chapter-break{min-height:50vh}
}
