/* Pagina /margo — extras din 5.YUKA-MarGo-FINAL-DESIGN-ECHILIBRAT-hero-corectat, scopat ca sa nu strice header/footer-ul site-ului. */

body.site_static_page {
  background-color: var(--paper, #F2F1EC);
}
body.site_static_page .maincontentw {
  background-color: var(--paper, #F2F1EC);
}

html {
  height: auto !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
  overscroll-behavior-x: none;
}

body.site_static_page {
  height: auto !important;
  max-width: 100%;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}
body.site_static_page .maincontentw {
  width: 100% !important;
  max-width: 100%;
  overflow-x: clip;
}

.margo-page {
  overflow-x: visible;
  max-width: 100%;
}

.margo-page .wrap {
  display: block;
  width: 100%;
  max-width: var(--maxw, 1200px);
  min-width: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}


/* ============ TOKENS ============ */
.margo-page{
  --paper:#F2F1EC;
  --paper-2:#FFFFFF;
  --ink:#141413;
  --muted:#6E6E66;
  --line:#DEDCD4;
  --line-soft:#E9E7E0;

  --dark:#141413;
  --dark-2:#1E1E1C;
  --dark-line:rgba(245,245,240,.12);
  --dark-text:#F5F5F0;
  --dark-muted:#A3A39B;

  --accent:#00A402;
  --accent-ink:#056B0A;

  --s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:24px;
  --s6:28px; --s7:40px; --s8:48px; --s9:64px; --s10:88px;

  --maxw:1200px;
  --radius:4px;

  --display:"Montserrat",system-ui,sans-serif;
  --body:"Source Sans 3",system-ui,sans-serif;
}

/* ============ ADAOSURI: play video hero + benzi an inainte/dupa ============ */
.margo-page .figure{position:relative}
.margo-page .figure__play{
  position:absolute;left:var(--s5);top:var(--s5);right:var(--s5);
  display:flex;align-items:center;gap:var(--s3);
  color:var(--dark-text);text-decoration:none;
}
.margo-page .figure__play span{
  width:44px;height:44px;flex:0 0 44px;border-radius:50%;
  border:1px solid var(--accent);background:rgba(0,164,2,.14);
  display:grid;place-items:center;
}
.margo-page .figure__play span::after{
  content:"";width:0;height:0;margin-left:3px;
  border-left:11px solid var(--accent);
  border-top:7px solid transparent;border-bottom:7px solid transparent;
}
.margo-page .figure__play b{font-family:var(--display);font-weight:600;font-size:14px;line-height:1.3}
.margo-page .figure__play em{display:block;font-style:normal;font-size:12px;color:var(--dark-muted)}

.margo-page .access{
  margin-top:var(--s7);padding:var(--s6);border:1px solid var(--line);border-radius:var(--radius);
  background:var(--paper);display:grid;grid-template-columns:1fr auto;gap:var(--s7);align-items:center;
}
.margo-page .access h3{margin-bottom:var(--s3)}
.margo-page .access p{color:var(--muted);font-size:16px;line-height:1.55;max-width:56ch}
.margo-page .access__cta{text-align:right}
@media (max-width:900px){
  .margo-page .access{grid-template-columns:1fr;gap:var(--s5)}
  .margo-page .access__cta{text-align:left}
}

@media (max-width:640px){
  .margo-page .figure__play{position:static;margin-bottom:var(--s4)}
}

/* ============ RESET ============ */
.margo-page, .margo-page *,.margo-page *::before,.margo-page *::after{box-sizing:border-box}
.margo-page{scroll-behavior:smooth}
.margo-page{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:var(--body);font-size:17px;line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.margo-page img{max-width:100%;display:block}
.margo-page a{color:inherit}
.margo-page h1,.margo-page h2,.margo-page h3,.margo-page h4{font-family:var(--display);font-weight:700;letter-spacing:-.02em;margin:0}
.margo-page p{margin:0}
.margo-page ul{margin:0;padding:0;list-style:none}

/* ============ SEMNĂTURA: rigla de milimetru ============ */
.margo-page .tick{
  height:10px;
  background-image:repeating-linear-gradient(to right,var(--line) 0 1px,transparent 1px 8px);
  border-bottom:1px solid var(--line);
}
.margo-page .tick--dark{
  background-image:repeating-linear-gradient(to right,var(--dark-line) 0 1px,transparent 1px 8px);
  border-bottom:1px solid var(--dark-line);
}
.margo-page .tick--accent{
  background-image:repeating-linear-gradient(to right,var(--accent) 0 1px,transparent 1px 8px);
  border-bottom:none;height:6px;opacity:.5;
}

/* ============ LAYOUT ============ */
.margo-page .wrap{max-width:var(--maxw);margin:0 auto;padding-left:var(--s5);padding-right:var(--s5)}
.margo-page .section{padding-top:var(--s9);padding-bottom:var(--s9)}
.margo-page .section--tight{padding-top:var(--s8);padding-bottom:var(--s8)}
.margo-page .band{background:var(--dark);color:var(--dark-text)}
.margo-page .band .lede,.margo-page .band .muted{color:var(--dark-muted)}

.margo-page .eyebrow{
  font-family:var(--display);font-weight:600;font-size:12px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--accent-ink);
  display:inline-flex;align-items:center;gap:var(--s2);margin-bottom:var(--s5);
}
.margo-page .band .eyebrow{color:var(--accent)}
.margo-page .eyebrow::before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%}

.margo-page h1{font-size:clamp(38px,6vw,68px);line-height:1.02}
.margo-page h2{font-size:clamp(30px,4.2vw,48px);line-height:1.06}
.margo-page h3{font-size:20px;line-height:1.25;letter-spacing:-.01em}
.margo-page .lede{font-size:clamp(17px,1.5vw,20px);color:var(--muted);max-width:62ch;line-height:1.55}
.margo-page .section a:not(.btn){color:var(--accent-ink);text-decoration:underline;text-underline-offset:3px}
.margo-page .section a:not(.btn):hover{text-decoration:none}
.margo-page .muted{color:var(--muted)}
.margo-page .small{font-size:15px}
.margo-page .callout{border-left:3px solid var(--accent);padding-left:var(--s5);font-weight:600;font-size:17px;line-height:1.5}
.margo-page .tiny{font-size:13px;letter-spacing:.02em}

/* ============ BUTOANE ============ */
.margo-page .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:var(--s2);
  font-family:var(--display);font-weight:600;font-size:15px;letter-spacing:.01em;
  padding:15px 26px;border-radius:var(--radius);text-decoration:none;
  border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.margo-page .btn--primary{background:var(--accent);color:#0B0B0A}
.margo-page .btn--primary:hover{background:#00B802}
.margo-page .btn--ghost{border-color:var(--line);color:var(--ink);background:transparent}
.margo-page .btn--ghost:hover{border-color:var(--ink)}
.margo-page .band .btn--ghost{border-color:var(--dark-line);color:var(--dark-text)}
.margo-page .band .btn--ghost:hover{border-color:var(--dark-text)}
.margo-page .hero .btn--ghost{border-color:var(--dark-line);color:var(--dark-text)}
.margo-page .hero .btn--ghost:hover{border-color:var(--dark-text)}
.margo-page .btn:focus-visible,.margo-page a:focus-visible,.margo-page summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

/* ============ HEADER ============ */
.margo-page .skip{position:absolute;left:-9999px}
.margo-page .skip:focus{left:var(--s4);top:var(--s4);background:var(--ink);color:#fff;padding:var(--s3) var(--s4);z-index:100}

.margo-page .header{position:sticky;top:0;z-index:50;background:rgba(242,241,236,.94);backdrop-filter:blur(8px)}
.margo-page .header__in{display:flex;align-items:center;gap:var(--s6);height:72px}
.margo-page .logo{font-family:var(--display);font-weight:700;font-size:21px;letter-spacing:.06em;text-decoration:none}
.margo-page .logo span{color:var(--accent)}
.margo-page .nav{display:flex;gap:var(--s5);margin-left:auto;font-size:15px}
.margo-page .nav a{text-decoration:none;color:var(--muted);padding-bottom:2px;border-bottom:1px solid transparent}
.margo-page .nav a:hover,.margo-page .nav a[aria-current="page"]{color:var(--ink);border-bottom-color:var(--accent)}
.margo-page .header__cta{display:flex;align-items:center;gap:var(--s4)}
.margo-page .header__tel{font-family:var(--display);font-weight:600;font-size:15px;text-decoration:none;white-space:nowrap}
.margo-page .burger{display:none;background:none;border:1px solid var(--line);border-radius:var(--radius);padding:10px 14px;font-family:var(--display);font-weight:600;font-size:14px;cursor:pointer}

/* ============ SUBNAV ============ */
.margo-page .subnav{position:sticky;top:72px;z-index:40;background:var(--paper);border-bottom:1px solid var(--line)}
.margo-page .header{position:sticky}
@media (max-width:1024px){
  .margo-page .header.is-open .nav{
    display:flex;flex-direction:column;gap:var(--s4);
    position:absolute;top:100%;left:0;right:0;
    background:var(--paper);padding:var(--s5);border-bottom:1px solid var(--line);
  }
}
.margo-page .subnav__in{display:flex;gap:var(--s5);overflow-x:auto;padding-top:var(--s3);padding-bottom:var(--s3);scrollbar-width:none}
.margo-page .subnav__in::-webkit-scrollbar{display:none}
.margo-page .subnav a{
  font-family:var(--display);font-weight:600;font-size:13px;letter-spacing:.02em;
  white-space:nowrap;text-decoration:none;color:var(--muted);
}
.margo-page .subnav a:hover{color:var(--ink)}

/* ============ HERO ============ */
.margo-page .hero{background:var(--dark);color:var(--dark-text);padding-top:var(--s9);padding-bottom:var(--s9)}
.margo-page .hero .tick{margin-top:var(--s8)}
.margo-page .hero__grid{display:grid;grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);gap:var(--s8);align-items:start}
.margo-page .hero h1{max-width:14ch}
.margo-page .hero__sub{margin-top:var(--s5);font-size:18px;line-height:1.6;color:var(--dark-muted);max-width:54ch}
.margo-page .hero__actions{display:flex;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s6)}
.margo-page .hero__note{margin-top:var(--s4);font-size:14px;color:var(--dark-muted);max-width:46ch}

.margo-page .hero__online{margin-top:var(--s7);display:grid;grid-template-columns:1.2fr .8fr;gap:var(--s6);padding:var(--s6) 0;border-top:1px solid var(--dark-line)}
.margo-page .hero__online strong{font-family:var(--display);font-size:18px;line-height:1.35;display:block}
.margo-page .hero__online p{color:var(--dark-muted);font-size:15px;max-width:60ch}
@media (max-width:900px){.margo-page .hero__online{grid-template-columns:1fr}}

.margo-page .figure{
  border:1px solid var(--dark-line);border-radius:var(--radius);
  aspect-ratio:4/5;display:flex;flex-direction:column;justify-content:flex-end;
  padding:var(--s5);background:var(--dark-2);
}
.margo-page .figure__label{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
.margo-page .figure__brief{font-size:14px;color:var(--dark-muted);margin-top:var(--s2)}

.margo-page .stats{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--s5);margin-top:var(--s7);padding:var(--s5) 0;border-top:1px solid var(--dark-line)}
.margo-page .stats__num{font-family:var(--display);font-weight:700;font-size:clamp(26px,3vw,36px);letter-spacing:-.02em;line-height:1}
.margo-page .stats__lbl{font-size:14px;color:var(--dark-muted);margin-top:var(--s2)}

/* ============ GRILE ============ */
.margo-page .split{display:grid;grid-template-columns:1fr 1fr;gap:var(--s8)}
.margo-page .head{display:grid;grid-template-columns:1fr 1fr;gap:var(--s7);align-items:end;margin-bottom:var(--s7)}
.margo-page .head p{align-self:end}

.margo-page .checklist li{position:relative;padding-left:26px;margin-bottom:var(--s4);line-height:1.5}
.margo-page .checklist li::before{content:"";position:absolute;left:0;top:10px;width:10px;height:2px;background:var(--accent)}
.margo-page .crosslist li{position:relative;padding-left:26px;margin-bottom:var(--s4);line-height:1.5;color:var(--muted)}
.margo-page .crosslist li::before{content:"";position:absolute;left:0;top:10px;width:10px;height:2px;background:var(--line)}

.margo-page .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.margo-page .card{background:var(--paper-2);padding:var(--s6)}
.margo-page .card h3{margin-bottom:var(--s3)}
.margo-page .card p{font-size:16px;color:var(--muted);line-height:1.55}
.margo-page .card__tag{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink);display:block;margin-bottom:var(--s3)}
.margo-page .card--wide{grid-column:1/-1;display:grid;grid-template-columns:1.5fr .5fr;gap:var(--s6);align-items:center}
.margo-page .card--wide h3{font-size:24px}
.margo-page .card--wide .specs{margin-top:var(--s4);font-size:14px;color:var(--muted);display:flex;flex-wrap:wrap;gap:var(--s2) var(--s5)}
.margo-page .card--wide .specs b{font-weight:600;color:var(--ink)}
@media (max-width:900px){.margo-page .card--wide{grid-template-columns:1fr}}

/* ============ FAZE ============ */
.margo-page .phases{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--s5);margin-top:var(--s6)}
.margo-page .phase{padding-top:var(--s4);border-top:2px solid var(--accent-ink)}
.margo-page .phase__range{font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.06em;color:var(--accent-ink)}
.margo-page .phase__name{font-family:var(--display);font-weight:600;font-size:17px;margin-top:var(--s2);line-height:1.25}
.margo-page .phase__desc{font-size:14px;color:var(--muted);margin-top:var(--s2);line-height:1.5}

/* ============ ETAPE ============ */
.margo-page .steps{margin-top:var(--s7);border-top:1px solid var(--line)}
.margo-page .step{display:grid;grid-template-columns:88px 1fr 280px;gap:var(--s6);padding:var(--s6) 0;border-bottom:1px solid var(--line);align-items:start}
.margo-page .step__num{font-family:var(--display);font-weight:700;font-size:40px;line-height:1;color:var(--line);letter-spacing:-.03em}
.margo-page .step h3{margin-bottom:var(--s3)}
.margo-page .step p{color:var(--muted);font-size:16px;line-height:1.6;max-width:60ch}
.margo-page .step__meta{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink);display:block;margin-bottom:var(--s3)}
.margo-page .slot{
  border:1px dashed var(--line);border-radius:var(--radius);background:var(--paper-2);
  aspect-ratio:4/3;padding:var(--s4);display:flex;flex-direction:column;justify-content:flex-end;
}
.margo-page .slot__label{font-family:var(--display);font-weight:600;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink)}
.margo-page .slot__brief{font-size:13px;color:var(--muted);margin-top:6px;line-height:1.4}

/* ============ PROBĂ TEHNICĂ ============ */
.margo-page .proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s6);margin-top:var(--s7)}
.margo-page .proof{padding-top:var(--s4);border-top:1px solid var(--accent)}
.margo-page .proof h3{font-size:18px;margin-bottom:var(--s3)}
.margo-page .proof p{font-size:15px;color:var(--dark-muted);line-height:1.6}
.margo-page .proofs .quote{grid-column:1/-1;margin-top:var(--s4);max-width:none;font-size:clamp(19px,2.1vw,24px)}
.margo-page .proofs .quote span{display:block;max-width:56ch}
.margo-page .quote{
  margin-top:var(--s7);padding:var(--s6);border:1px solid var(--dark-line);border-radius:var(--radius);
  font-family:var(--display);font-weight:500;font-size:clamp(19px,2.4vw,26px);line-height:1.4;letter-spacing:-.01em;max-width:24ch;
}

/* ============ ÎNTREBĂRI ============ */
.margo-page .qlist{margin-top:var(--s8);border-top:1px solid var(--line)}
.margo-page .q{display:grid;grid-template-columns:56px 1fr 1fr;gap:var(--s5);padding:var(--s5) 0;border-bottom:1px solid var(--line);align-items:start}
.margo-page .q__n{font-family:var(--display);font-weight:700;font-size:22px;color:var(--accent);line-height:1.2}
.margo-page .q h3{font-size:19px;line-height:1.3}
.margo-page .q__why{font-size:15px;color:var(--muted);margin-top:var(--s3);line-height:1.55}
.margo-page .q__ans{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);padding:var(--s5);font-size:15px;line-height:1.55}
.margo-page .q__ans strong{font-family:var(--display);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink);display:block;margin-bottom:var(--s2)}

/* ============ PLĂȚI ============ */
.margo-page .pay{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-top:var(--s7)}
.margo-page .pay__cell{background:var(--paper-2);padding:var(--s5)}
.margo-page .pay__step{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.margo-page .pay__val{font-family:var(--display);font-weight:700;font-size:32px;line-height:1;color:var(--accent-ink);margin:var(--s3) 0 var(--s2)}
.margo-page .pay__note{font-size:12px;color:var(--muted);margin-top:-4px;margin-bottom:var(--s2)}
.margo-page .pay__name{font-family:var(--display);font-weight:600;font-size:16px;margin-bottom:var(--s2)}
.margo-page .pay__cell p{font-size:14px;color:var(--muted);line-height:1.5}
.margo-page .note{margin-top:var(--s6);padding-left:var(--s5);border-left:2px solid var(--accent);font-size:16px;color:var(--muted);max-width:70ch;line-height:1.6}

/* ============ FAQ ============ */
.margo-page .faq{margin-top:var(--s7);border-top:1px solid var(--line)}
.margo-page .faq details{border-bottom:1px solid var(--line)}
.margo-page .faq summary{
  cursor:pointer;list-style:none;padding:var(--s4) 0;
  font-family:var(--display);font-weight:600;font-size:17px;
  display:flex;justify-content:space-between;align-items:center;gap:var(--s5);
}
.margo-page .faq summary::-webkit-details-marker{display:none}
.margo-page .faq summary::after{content:"+";color:var(--accent);font-size:22px;font-weight:600;flex-shrink:0}
.margo-page .faq details[open] summary::after{content:"–"}
.margo-page .faq details p{padding-bottom:var(--s5);color:var(--muted);font-size:16px;line-height:1.6;max-width:72ch}

/* ============ CTA FINAL ============ */
.margo-page .cta__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--s8);align-items:center}
.margo-page .cta h2{max-width:16ch}
.margo-page .share{margin-top:var(--s7);padding-top:var(--s5);border-top:1px solid var(--dark-line)}
.margo-page .share__lbl{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-muted);display:block;margin-bottom:var(--s3)}

/* ============ PROIECTE RECENTE (standard) ============ */
.margo-page .works{padding:var(--s9) 0;background:var(--paper-2);border-top:1px solid var(--line)}
.margo-page .works__head{display:flex;justify-content:space-between;align-items:end;gap:var(--s5);margin-bottom:var(--s6);flex-wrap:wrap}
.margo-page .works__head h2{font-size:clamp(24px,3vw,32px)}
.margo-page .works__strip{display:grid;grid-auto-flow:column;grid-auto-columns:220px;gap:var(--s4);overflow-x:auto;padding-bottom:var(--s3);scroll-snap-type:x mandatory}
.margo-page .works__strip::-webkit-scrollbar{height:6px}
.margo-page .works__strip::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}
.margo-page .work{scroll-snap-align:start;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);aspect-ratio:3/2;position:relative;background:var(--paper)}
.margo-page .work img{width:100%;height:100%;object-fit:cover}
.margo-page .work__tag{position:absolute;left:var(--s3);bottom:var(--s3);font-family:var(--display);font-weight:600;font-size:11px;color:#fff;background:rgba(20,20,19,.72);padding:4px 10px;border-radius:3px}

/* ============ RECENZII (standard) ============ */
.margo-page .reviews{background:var(--dark);color:var(--dark-text);padding:var(--s9) 0}
.margo-page .reviews__head{display:flex;justify-content:space-between;align-items:center;gap:var(--s5);flex-wrap:wrap;margin-bottom:var(--s6)}
.margo-page .reviews__score{display:flex;align-items:baseline;gap:var(--s3);flex-wrap:wrap}
.margo-page .reviews__num{font-family:var(--display);font-weight:700;font-size:32px;line-height:1}
.margo-page .reviews__stars{color:var(--accent);font-size:16px;letter-spacing:2px}
.margo-page .reviews__count{font-size:14px;color:var(--dark-muted)}
.margo-page .reviews__actions{display:flex;gap:var(--s3);align-items:center;flex-wrap:wrap}
.margo-page .reviews__strip{display:grid;grid-auto-flow:column;grid-auto-columns:280px;gap:var(--s4);overflow-x:auto;padding-bottom:var(--s3);scroll-snap-type:x mandatory}
.margo-page .review{scroll-snap-align:start;background:var(--dark-2);border:1px solid var(--dark-line);border-radius:var(--radius);padding:var(--s5);display:flex;flex-direction:column;gap:var(--s3)}
.margo-page .review__who{display:flex;align-items:center;gap:var(--s3)}
.margo-page .review__avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#0B0B0A;font-family:var(--display);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.margo-page .review__name{font-family:var(--display);font-weight:600;font-size:14px}
.margo-page .review__time{font-size:12px;color:var(--dark-muted)}
.margo-page .review__stars{color:var(--accent);font-size:13px;letter-spacing:1px}
.margo-page .review__text{font-size:14px;color:var(--dark-muted);line-height:1.55}

/* ============ FOOTER ============ */
.margo-page .footer{background:var(--dark);color:var(--dark-muted);padding-top:var(--s8);padding-bottom:var(--s6);font-size:15px}
.margo-page .footer__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:var(--s7)}
.margo-page .footer .foot__h{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-text);margin-bottom:var(--s4)}
.margo-page .footer a{text-decoration:none}
.margo-page .footer a:hover{color:var(--dark-text)}
.margo-page .footer li{margin-bottom:var(--s3)}
.margo-page .rating{display:flex;align-items:center;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s5);padding-top:var(--s5);border-top:1px solid var(--dark-line)}
.margo-page .rating__txt{min-width:0}
.margo-page .footer__grid>*{min-width:0}
.margo-page .rating__val{font-family:var(--display);font-weight:700;font-size:34px;line-height:1;color:var(--accent)}
.margo-page .rating__txt{font-size:13px;line-height:1.45}
.margo-page .rating__txt a{color:var(--dark-text);text-decoration:underline;text-underline-offset:2px}
.margo-page .footer__bottom{margin-top:var(--s6);padding-top:var(--s5);border-top:1px solid var(--dark-line);display:flex;justify-content:space-between;gap:var(--s5);flex-wrap:wrap;font-size:13px}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .margo-page .hero__grid,.margo-page .split,.margo-page .head,.margo-page .cta__grid{grid-template-columns:1fr;gap:var(--s7)}
  .margo-page .figure{aspect-ratio:16/10}
  .margo-page .cards{grid-template-columns:repeat(2,1fr)}
  .margo-page .phases{grid-template-columns:repeat(2,1fr);gap:var(--s6)}
  .margo-page .step{grid-template-columns:64px 1fr;gap:var(--s5)}
  .margo-page .step .slot{grid-column:1/-1;aspect-ratio:16/9}
  .margo-page .q{grid-template-columns:40px 1fr;gap:var(--s4)}
  .margo-page .q__ans{grid-column:2/-1}
  .margo-page .pay{grid-template-columns:repeat(2,1fr)}
  .margo-page .footer__grid{grid-template-columns:1fr 1fr}
  .margo-page .nav{display:none}
  .margo-page .burger{display:block;margin-left:auto}
  .margo-page .header__tel{display:none}
}
@media (max-width:640px){
  .margo-page{font-size:16px}
  .margo-page .wrap{padding-left:var(--s4);padding-right:var(--s4)}
  .margo-page .section,.margo-page .section--tight{padding-top:var(--s7);padding-bottom:var(--s7)}
  .margo-page .hero{padding-top:var(--s7)}
  .margo-page .stats{grid-template-columns:repeat(2,1fr);gap:var(--s5);margin-top:var(--s7)}
  .margo-page .cards,.margo-page .phases,.margo-page .proofs,.margo-page .pay,.margo-page .footer__grid{grid-template-columns:1fr}
  .margo-page .step{grid-template-columns:1fr;gap:var(--s3)}
  .margo-page .step__num{font-size:32px}
  .margo-page .q{grid-template-columns:1fr;gap:var(--s3)}
  .margo-page .q__ans{grid-column:1/-1}
  .margo-page .btn{width:100%}
  .margo-page .footer .btn{width:auto}
  .margo-page .header__in{height:64px;gap:var(--s4)}
  .margo-page .subnav{display:none}
}
@media (prefers-reduced-motion:reduce){
  .margo-page{scroll-behavior:auto}
  .margo-page, .margo-page *{transition:none!important;animation:none!important}
}

/* ============================================================
   FIX: reguli lipsă din sistemul original cum-lucram.html
   (folosite deja în markup — .btn--text în secțiunea Recenzii —
   dar nedefinite în CSS-ul original al paginii)
   ============================================================ */
.margo-page .btn--text{font-family:var(--display);font-weight:600;font-size:13px;color:var(--dark-muted);text-decoration:underline;text-underline-offset:3px}
.margo-page .btn--text:hover{color:var(--dark-text)}
.margo-page .band .btn--text{color:var(--accent)}
.margo-page .band a:not(.btn){color:var(--accent)}
.margo-page .actions{display:flex;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s6)}

/* ============================================================
   COMPONENTE: pagina Home (bară de încredere, grilă proiecte,
   bandă categorii, listă cu bifă pentru benzi teaser)
   ============================================================ */
.margo-page .proofbar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.margo-page .proofcell{background:var(--paper-2);padding:var(--s6) var(--s5)}
.margo-page .proofcell h3{font-size:16px;margin-bottom:var(--s2)}
.margo-page .proofcell p{font-size:14px;color:var(--muted);line-height:1.5}
.margo-page .head{display:grid;grid-template-columns:1fr 1fr;gap:var(--s7);align-items:end;margin-bottom:var(--s7)}
.margo-page .pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s4)}
.margo-page .pcard{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper-2)}
.margo-page .pcard__img{aspect-ratio:5/4;background:var(--paper);display:flex;align-items:flex-end;padding:var(--s3);border-bottom:1px solid var(--line)}
.margo-page .pcard__img span{font-size:11px;color:var(--muted)}
.margo-page .pcard__meta{padding:var(--s4)}
.margo-page .pcard__meta h3{font-size:16px}
.margo-page .pcard__meta span{font-size:13px;color:var(--muted)}
.margo-page .catstrip{display:flex;flex-wrap:wrap;gap:var(--s6);margin-top:var(--s7);padding-top:var(--s6);border-top:1px solid var(--line)}
.margo-page .catstrip a{font-family:var(--display);font-weight:600;font-size:14px;text-decoration:none;color:var(--ink)}
.margo-page .catstrip a:hover{color:var(--accent-ink)}
.margo-page .teaser{display:grid;grid-template-columns:1fr 1fr;gap:var(--s8);align-items:center}
.margo-page .teaser__list{margin-top:var(--s5);display:grid;grid-template-columns:1fr 1fr;gap:var(--s3)}
.margo-page .teaser__list li{position:relative;padding-left:22px;font-size:14px}
.margo-page .teaser__list li::before{content:"✓";position:absolute;left:0;color:var(--accent)}
@media (max-width:900px){
  .margo-page .proofbar{grid-template-columns:repeat(2,1fr)}
  .margo-page .head,.margo-page .teaser{grid-template-columns:1fr}
  .margo-page .pgrid{grid-template-columns:repeat(2,1fr)}
  .margo-page .teaser__list{grid-template-columns:1fr}
}

/* ============================================================
   COMPONENTE: pagina De ce YUKA (probe tehnice, card hotă lată)
   ============================================================ */
.margo-page .proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s6);margin-top:var(--s7)}
.margo-page .proofs .quote{grid-column:1/-1;margin-top:var(--s4);max-width:none;font-size:clamp(19px,2.1vw,24px)}
.margo-page .proofs .quote span{display:block;max-width:56ch}
.margo-page .card--wide{border:1px solid var(--line);border-radius:var(--radius);padding:var(--s6);display:grid;grid-template-columns:1.5fr .5fr;gap:var(--s6);align-items:center;background:var(--paper-2)}
.margo-page .card--wide h3{font-size:24px;margin-bottom:var(--s3)}
.margo-page .card--wide p{font-size:16px;color:var(--muted);line-height:1.55}
.margo-page .specs{margin-top:var(--s4);font-size:14px;color:var(--muted);display:flex;flex-wrap:wrap;gap:var(--s2) var(--s5)}
.margo-page .specs b{font-weight:600;color:var(--ink)}
@media (max-width:900px){
  .margo-page .proofs{grid-template-columns:1fr}
  .margo-page .card--wide{grid-template-columns:1fr}
}

/* ============================================================
   COMPONENTE: pagina Blog (grilă articole)
   ============================================================ */
.margo-page .agrid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s6);margin-top:var(--s7)}
.margo-page .acard{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper-2);display:flex;flex-direction:column}
.margo-page .acard__img{aspect-ratio:16/10;background:var(--paper);display:flex;align-items:flex-end;padding:var(--s3);border-bottom:1px solid var(--line)}
.margo-page .acard__img span{font-size:11px;color:var(--muted)}
.margo-page .acard__body{padding:var(--s5);display:flex;flex-direction:column;flex:1}
.margo-page .acard__tag{font-family:var(--display);font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-ink);margin-bottom:var(--s3)}
.margo-page .acard h3{font-size:21px;line-height:1.25;margin-bottom:var(--s3)}
.margo-page .acard p{font-size:15px;color:var(--muted);line-height:1.55;flex:1}
.margo-page .acard__link{margin-top:var(--s4);font-family:var(--display);font-weight:600;font-size:14px;color:var(--accent-ink);text-decoration:underline;text-underline-offset:3px}
@media (max-width:700px){
  .margo-page .agrid{grid-template-columns:1fr}
}
.margo-page .agrid--3{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){
  .margo-page .agrid--3{grid-template-columns:1fr}
}

/* ============================================================
   Skeleton loader — pentru secțiunile dinamice (Proiecte recente,
   Recenzii) cât timp răspunde API-ul, ca să nu apară gol vizual
   sau salt de layout (Standard YUKA, secțiunea 11)
   ============================================================ */
.margo-page .skeleton-card{background:linear-gradient(90deg,var(--line-soft) 25%,var(--line) 50%,var(--line-soft) 75%);background-size:200% 100%;animation:skeleton-pulse 1.4s ease-in-out infinite;border-radius:var(--radius);min-height:220px}
@keyframes skeleton-pulse{0%{background-position:200% 0}100%{background-position:-200% 0}}

/* ============================================================
   Print — ascunde meniul și sticky CTA la salvare/imprimare
   (Standard YUKA, secțiunea 12)
   ============================================================ */
/* ============ UTILITARE (foste style="" inline) ============ */
.margo-page .u-mt-8{margin-top:var(--s8)}
.margo-page .u-mt-7{margin-top:var(--s7)}
.margo-page .u-mt-6{margin-top:var(--s6)}
.margo-page .u-mt-5{margin-top:var(--s5)}
.margo-page .u-ml-auto{margin-left:auto}
.margo-page .u-mb-0{margin-bottom:0}
.margo-page .u-jc-center{justify-content:center}
.margo-page .u-bt-dark{border-top:1px solid var(--dark-line)}
.margo-page .u-bt-light{border-top:1px solid var(--line)}
.margo-page .u-bg-paper2{background:var(--paper-2)}
.margo-page .u-center-narrow{text-align:center;max-width:760px}
.margo-page .u-lede-center{margin:var(--s5) auto 0;text-align:center}
.margo-page .u-badge-icon{height:34px;width:auto}
.margo-page .u-c-muted{color:var(--muted)}
.margo-page .u-c-accent{color:var(--accent-ink)}
.margo-page .u-c-darktext{color:var(--dark-text)}
.margo-page .u-figure-light{background:var(--paper-2);border-color:var(--line)}
.margo-page .u-social-row{display:flex;gap:var(--s3)}
.margo-page .u-social-icon{width:32px;height:32px;border-radius:50%;border:1px solid var(--dark-line);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:600;font-size:11px;color:var(--dark-text)}
.margo-page .u-footer-about{margin-top:var(--s4);max-width:32ch}
.margo-page .u-mt-3{margin-top:var(--s3)}
.margo-page .u-mb-5{margin-bottom:var(--s5)}
.margo-page .u-pt-8{padding-top:var(--s8)}
.margo-page .u-bt-light-bb{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.margo-page .u-aspect-1-1{aspect-ratio:1/1}
.margo-page .u-aspect-4-3{aspect-ratio:4/3}
.margo-page .u-mt-14{margin-top:14px}
.margo-page .u-mt-18{margin-top:18px}
.margo-page .u-mt-06{margin-top:6px}
.margo-page .u-c-accent-bright{color:var(--accent)}
.margo-page .u-google-suffix{font-size:15px;font-weight:500;color:var(--text-faint)}
.margo-page .u-cta-final-lede{color:var(--muted);opacity:1}

@media print{
  .margo-page .header,.margo-page .sticky-cta,.margo-page .burger{display:none!important}
}

/* ============================================================
   COMPONENTE: pagina Despre YUKA
   Tokens suplimentare — nuanțe folosite doar pe această pagină,
   derivate din paleta canonică, nu redefinesc tokens existenți.
   ============================================================ */
.margo-page{
  --text-faint: rgba(245,245,240,.5);
  --line-strong: rgba(245,245,240,.24);
  --dur: 200ms;
  --ease: cubic-bezier(.4,0,.2,1);
}

.margo-page .accent-line{ color:var(--accent); }
.margo-page .section-light .accent-line{ color:var(--accent); }
.margo-page .section-light{ background:var(--paper); color:var(--ink); }
.margo-page .icon{ width:22px; height:22px; flex:0 0 auto; }
.margo-page .icon-sm{ width:18px; height:18px; }
.margo-page .ph{ position:relative; overflow:hidden; border-radius:var(--radius); background:linear-gradient(140deg, #3a3527 0%, #221f18 55%, #15130e 100%); display:flex; align-items:flex-end; color:rgba(246,241,231,.4); border:1px solid rgba(246,241,231,.08); }
.margo-page .ph::after{ content:attr(data-ph); font-size:10px; letter-spacing:.04em; text-transform:uppercase; padding:9px 11px; }
.margo-page .ph-light{ background:linear-gradient(140deg,#cfc4ab 0%, #b9ac8d 55%, #9c8e6e 100%); border-color:var(--line); color:rgba(34,30,22,.4); }
.margo-page .video-ph{ cursor:pointer; }
.margo-page .play-btn{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
.margo-page .play-btn span{ width:48px; height:48px; border-radius:50%; background:rgba(23,20,15,.6); backdrop-filter:blur(3px); display:flex; align-items:center; justify-content:center; border:1px solid rgba(246,241,231,.3); transition:transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.margo-page .video-ph:hover .play-btn span{ transform:scale(1.08); background:var(--accent); border-color:var(--accent); }
.margo-page .play-btn svg{ width:17px; height:17px; color:var(--dark-text); margin-left:2px; }
/* ============ 01. HERO ============ */
.margo-page .hero-about{ padding-top:52px; padding-bottom:0; }
.margo-page .hero-grid{ display:grid; gap:36px; align-items:center; padding-bottom:52px; }
.margo-page .hero-media .ph{ aspect-ratio:11/9; }
@media (min-width:1024px){ .margo-page .hero-grid{ grid-template-columns:0.82fr 1fr; gap:52px; } }
@media (max-width:1023px){ .margo-page .hero-grid{ grid-template-columns:1fr; } .margo-page .hero-media{ order:2; margin-top:26px; } .margo-page .hero-media .ph{ aspect-ratio:16/12; } }
/* ============ 02. STATS BAR ============ */
.margo-page .stats-bar{ background:var(--dark-2); padding:0; border-top:1px solid var(--dark-line); border-bottom:1px solid var(--dark-line); }
.margo-page .stats-grid{ display:grid; padding:32px 0; }
.margo-page .stat-item{ display:flex; align-items:center; gap:12px; padding:0 22px; }
.margo-page .stat-item .icon{ color:var(--accent); }
.margo-page .stat-item h3{ font-size:13.5px; font-weight:700; letter-spacing:.02em; }
.margo-page .stat-item p{ font-size:12px; color:var(--text-faint); margin-top:2px; line-height:1.4; }
@media (min-width:1024px){ .margo-page .stats-grid{ grid-template-columns:repeat(5,1fr); } .margo-page .stat-item{ border-left:1px solid var(--dark-line); } .margo-page .stat-item:first-child{ border-left:none; padding-left:0; } }
@media (max-width:1023px){ .margo-page .stats-grid{ grid-template-columns:1fr 1fr; gap:22px 0; } .margo-page .stat-item{ padding:0 12px; } }
/* ============ 02. MESAJUL ADMINISTRATORULUI ============ */
.margo-page .admin-grid{ display:grid; gap:36px; align-items:center; }
.margo-page .admin-media .ph{ aspect-ratio:16/10; }
.margo-page .admin-quote{ font-size:17px; line-height:1.55; font-style:italic; color:var(--dark-text); }
.margo-page .admin-name{ margin-top:18px; font-size:14px; font-weight:700; }
.margo-page .admin-role{ font-size:12.5px; color:var(--text-faint); }
@media (min-width:1024px){ .margo-page .admin-grid{ grid-template-columns:1.05fr 0.95fr; } }
@media (max-width:1023px){ .margo-page .admin-grid{ grid-template-columns:1fr; } }
/* ============ 03. POVESTEA ============ */
.margo-page .story-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; flex-wrap:wrap; margin-bottom:44px; }
.margo-page .story-track{ display:grid; gap:20px; }
.margo-page .story-item .ph{ aspect-ratio:4/3; }
.margo-page .story-year{ display:flex; align-items:center; gap:8px; margin-top:14px; }
.margo-page .story-year .dot{ width:7px; height:7px; border-radius:50%; background:var(--accent); flex:0 0 auto; }
.margo-page .story-year span{ font-size:13px; font-weight:700; letter-spacing:.02em; }
.margo-page .story-item p{ font-size:12.5px; color:var(--muted); margin-top:6px; line-height:1.5; }
@media (min-width:1024px){ .margo-page .story-track{ grid-template-columns:repeat(5,1fr); } }
@media (max-width:1023px){ .margo-page .story-track{ grid-template-columns:1fr 1fr; } }
/* ============ 04. OAMENII ============ */
.margo-page .team-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; flex-wrap:wrap; margin-bottom:44px; }
.margo-page .team-grid{ display:grid; gap:18px; }
.margo-page .team-item .ph{ aspect-ratio:3/4; }
.margo-page .team-item h3{ font-size:15px; margin-top:12px; }
.margo-page .team-item p{ font-size:12.5px; color:var(--dark-muted); margin-top:4px; line-height:1.45; }
@media (min-width:1024px){ .margo-page .team-grid{ grid-template-columns:repeat(5,1fr); } }
@media (max-width:1023px){ .margo-page .team-grid{ grid-template-columns:1fr 1fr; } }
/* ============ 05. CE A RĂMAS CONSTANT ============ */
.margo-page .constant-grid{ display:grid; gap:1px; margin-top:40px; background:var(--dark-line); border:1px solid var(--dark-line); border-radius:var(--radius); overflow:hidden; }
.margo-page .constant-item{ background:var(--dark); padding:28px 22px; }
.margo-page .constant-item .icon{ color:var(--accent); margin-bottom:14px; }
.margo-page .constant-item h3{ font-size:14.5px; margin-bottom:6px; }
.margo-page .constant-item p{ font-size:12.5px; color:var(--dark-muted); }
.margo-page .constant-cta{ background:var(--accent); color:#0B0B0A; padding:28px 22px; display:flex; flex-direction:column; justify-content:center; gap:12px; }
.margo-page .constant-cta h3{ font-size:15px; }
.margo-page .constant-cta a{ font-size:12px; font-weight:700; letter-spacing:.03em; text-transform:uppercase; text-decoration:underline; text-underline-offset:3px; }
@media (min-width:1024px){ .margo-page .constant-grid{ grid-template-columns:repeat(5,1fr); } }
@media (max-width:1023px){ .margo-page .constant-grid{ grid-template-columns:1fr 1fr; } .margo-page .constant-cta{ grid-column:1 / -1; } }
/* ============ 06 / 07. VIDEO SECTIONS (parteneri / clienți) ============ */
.margo-page .video-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; flex-wrap:wrap; margin-bottom:40px; }
.margo-page .video-track{ display:grid; gap:20px; }
.margo-page .video-card .ph{ aspect-ratio:4/5; }
.margo-page .video-card .v-name{ font-size:14.5px; font-weight:700; margin-top:12px; }
.margo-page .video-card .v-role{ font-size:12px; color:var(--text-faint); margin-top:2px; line-height:1.4; }
.margo-page .google-card{ border:1px solid var(--line-strong); border-radius:var(--radius); padding:24px; display:flex; flex-direction:column; justify-content:center; gap:10px; background:var(--dark-2); }
.margo-page .google-card .g-label{ font-size:14px; font-weight:700; }
.margo-page .google-card .g-score{ font-size:26px; font-weight:700; }
.margo-page .google-card .g-stars{ color:var(--accent); font-size:13px; letter-spacing:2px; }
.margo-page .google-card .g-count{ font-size:12.5px; color:var(--text-faint); }
@media (min-width:1024px){ .margo-page .video-track{ grid-template-columns:repeat(3,1fr); } .margo-page .video-track.has-google{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:1023px){
  .margo-page .video-track{ grid-auto-flow:column; grid-auto-columns:70%; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:6px; }
  .margo-page .video-track > *{ scroll-snap-align:start; }
}
/* ============ 08. RECUNOAȘTERI ============ */
.margo-page .recog-group-title{ font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--text-faint); margin-bottom:18px; }
.margo-page .recog-grid{ display:grid; gap:20px; }
.margo-page .recog-item{ display:flex; align-items:flex-start; gap:14px; }
.margo-page .recog-item .icon{ color:var(--accent); margin-top:2px; }
.margo-page .recog-item h3{ font-size:14px; }
.margo-page .recog-item p{ font-size:12px; color:var(--text-faint); margin-top:2px; }
.margo-page .partners-row{ margin-top:44px; padding-top:36px; border-top:1px solid var(--dark-line); }
.margo-page .partners-logos{ display:flex; flex-wrap:wrap; align-items:center; gap:36px; margin-top:22px; }
.margo-page .partners-logos span{ font-size:19px; font-weight:700; color:var(--dark-muted); letter-spacing:.02em; }
.margo-page .partners-note{ font-size:12.5px; color:var(--text-faint); margin-top:18px; }
@media (min-width:1024px){ .margo-page .recog-grid{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:1023px){ .margo-page .recog-grid{ grid-template-columns:1fr 1fr; gap:24px 16px; } }
/* ============ 09. ISTORIC YUKA (arhivă video) ============ */
.margo-page .archive-track{ display:grid; gap:20px; margin-top:40px; }
.margo-page .archive-card .ph{ aspect-ratio:16/10; }
.margo-page .archive-year{ font-size:22px; font-weight:700; color:var(--accent); margin-top:14px; }
.margo-page .archive-card p{ font-size:12.5px; color:var(--dark-muted); margin-top:4px; }
@media (min-width:1024px){ .margo-page .archive-track{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:1023px){
  .margo-page .archive-track{ grid-auto-flow:column; grid-auto-columns:74%; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:6px; }
  .margo-page .archive-track > *{ scroll-snap-align:start; }
}
/* ============ 10. CTA FINAL ============ */
.margo-page .cta-final{ position:relative; padding:0; overflow:hidden; }
.margo-page .cta-final-inner{ position:relative; min-height:420px; display:flex; align-items:center; }
.margo-page .cta-final-inner .ph{ position:absolute; inset:0; border-radius:0; border:none; z-index:0; }
.margo-page .cta-final-overlay{ position:absolute; inset:0; background:linear-gradient(90deg, rgba(15,13,9,.86) 0%, rgba(15,13,9,.6) 50%, rgba(15,13,9,.25) 100%); z-index:1; }
.margo-page .cta-final .wrap{ position:relative; z-index:2; max-width:760px; padding-top:64px; padding-bottom:64px; }
.margo-page .cta-final-ctas{ display:flex; gap:18px; flex-wrap:wrap; margin-top:28px; }
@media (max-width:767px){ .margo-page .cta-final-inner{ min-height:0; } .margo-page .cta-final-ctas{ flex-direction:column; } .margo-page .cta-final-ctas .btn{ width:100%; } }

/* ============================================================
   COMPONENTE: pagina Cum lucrăm (v2 — structură 6 etape)
   Termene și cum achiți — listă cronologică cu separatoare, nu
   grilă de carduri (ca .steps / .faq / .qlist — același limbaj
   vizual folosit deja în restul paginii).
   ============================================================ */
.margo-page .terms-list{margin-top:var(--s7);border-top:1px solid var(--line)}
.margo-page .terms-row{display:grid;grid-template-columns:52px 1fr auto;gap:var(--s5);padding:var(--s5) 0;border-bottom:1px solid var(--line);align-items:baseline}
.margo-page .terms-row__num{font-family:var(--display);font-weight:700;font-size:14px;letter-spacing:.04em;color:var(--muted)}
.margo-page .terms-row__name{font-family:var(--display);font-weight:600;font-size:17px;margin-bottom:var(--s2)}
.margo-page .terms-row__desc{font-size:15px;color:var(--muted);line-height:1.55;max-width:60ch}
.margo-page .terms-row__val{font-family:var(--display);font-weight:700;font-size:22px;line-height:1.3;color:var(--accent-ink);display:flex;flex-direction:column;gap:2px;white-space:nowrap}
.margo-page .terms-row__note{font-family:var(--body);font-size:12px;font-weight:400;letter-spacing:0;color:var(--muted)}

@media (max-width:900px){
  .margo-page .terms-row{grid-template-columns:36px 1fr auto;gap:var(--s4)}
}
@media (max-width:640px){
  .margo-page .terms-row{grid-template-columns:1fr;gap:var(--s2);padding:var(--s5) 0}
  .margo-page .terms-row__val{margin-top:var(--s2)}
}

/* ============================================================
   COMPONENTE: pagina Cum lucrăm (v2 — structură 6 etape)
   Sigiliul YUKA — conturat la scroll (GSAP), cuvintele apar la cele
   3 capete (stânga-sus / dreapta-sus / jos), apoi umplere + „stampilă”.
   Fără JS sau fără GSAP: sigiliul rămâne static, plin, cu cele 3
   cuvinte vizibile — nimic nu depinde de animație pentru a fi citit.
   ============================================================ */
/* Secțiunea Filosofia e acum "band" (fond negru) — vezi #filosofia-noastra mai jos
   pentru fondul negru propriu-zis; regulile de aici țin doar de sigiliu. */
.margo-page .sigil{position:relative;width:100%;max-width:clamp(260px,34vw,440px);margin:0 0 0 32px;aspect-ratio:640/594}
.margo-page .sigil__mark{position:absolute;inset:0;transform-origin:50% 50%;filter:drop-shadow(0 0 14px rgba(0,164,2,.35))}
.margo-page .sigil__svg{width:100%;height:100%;display:block;overflow:visible}
.margo-page .sigil__path{fill:#419E30;stroke:none}
.margo-page .sigil__impact{position:absolute;left:50%;top:50%;width:58%;height:58%;border:1.5px solid var(--accent);border-radius:50%;transform:translate(-50%,-50%) scale(.6);opacity:0;pointer-events:none}

.margo-page .sigil__word{position:absolute;pointer-events:none;white-space:nowrap}
.margo-page .sigil__word__in{display:inline-block;font-family:var(--display);font-weight:600;font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:var(--dark-text);opacity:1;transform:translateY(0)}
.margo-page .sigil__word--left{left:7.03%;top:19.43%;transform:translate(-100%,-135%);text-align:right}
.margo-page .sigil__word--right{left:91.69%;top:9.6%;transform:translate(0,-135%);text-align:left}
.margo-page .sigil__word--bottom{left:41.76%;top:92.59%;transform:translate(-50%,35%);text-align:center}

/* stare "armată": adăugată de JS doar dacă animația poate porni efectiv
   (GSAP încărcat, fără prefers-reduced-motion) — vezi scriptul de la finalul paginii */
.margo-page .sigil.is-armed .sigil__path{fill:none;stroke:var(--accent);stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.margo-page .sigil.is-armed .sigil__word__in{opacity:0;transform:translateY(8px)}

.margo-page .sigil__note{margin-top:var(--s5);font-size:15px;color:var(--dark-muted);max-width:70ch;line-height:1.6}

@media (max-width:640px){
  .margo-page .sigil__word__in{font-size:11.5px;letter-spacing:.03em}
}
@media (max-width:480px){
  /* sub 480px conținutul combinat (eticheta stânga + sigiliu + eticheta
     dreapta) e mai lat decât ecranul dacă păstrăm marginea de 32px — o
     anulăm, micșorăm ușor sigiliul și apropiem ambele etichete de vârf,
     ca să încapă fără să iasă din ecran (verificat 320–480px) */
  .margo-page .sigil{margin-left:0;max-width:225px}
  .margo-page .sigil__word--left{transform:translate(-60%,-135%)}
  .margo-page .sigil__word--right{transform:translate(-20%,-135%)}
}

.margo-page .contact-form{max-width:520px;text-align:left}
.margo-page .contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--s4)}
.margo-page .contact-form input,.margo-page .contact-form select{width:100%;padding:var(--s4);margin-top:var(--s3);border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--ink);font-family:var(--body);font-size:15px}
.margo-page .contact-form input::placeholder{color:var(--muted)}
.margo-page .contact-form__submit{width:100%;margin-top:var(--s5)}
@media (max-width:640px){.margo-page .contact-form__row{grid-template-columns:1fr}}

.margo-page .vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


/* ============================================================
   CUM LUCRĂM — RESPONSIVE / GRAFICĂ ADAPTATĂ
   ============================================================ */

.margo-page main{overflow:hidden}

/* Hero: imaginea rămâne importantă, dar nu concurează cu mesajul */
.margo-page .hero__grid{align-items:center}
.margo-page .hero .figure{
  min-height:520px;
  aspect-ratio:auto;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)),
    var(--dark-2);
}
.margo-page .hero .figure::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid var(--dark-line);
  pointer-events:none;
}
.margo-page .hero .figure__label,.margo-page .hero .figure__brief{position:relative;z-index:1}

/* Sloturile media devin suprafețe vizuale clare, nu simple casete */
.margo-page #spatiul-real .slot,.margo-page #proiectare .slot,.margo-page #margo .slot{
  position:relative;
  overflow:hidden;
  min-height:250px;
  justify-content:flex-end;
  background:
    linear-gradient(180deg,rgba(0,164,2,.035),transparent 42%),
    var(--paper-2);
}
.margo-page #spatiul-real .slot::before,.margo-page #proiectare .slot::before,.margo-page #margo .slot::before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(0,164,2,.16);
  pointer-events:none;
}
.margo-page #spatiul-real .slot__label,.margo-page #spatiul-real .slot__brief,.margo-page #proiectare .slot__label,.margo-page #proiectare .slot__brief,.margo-page #margo .slot__label,.margo-page #margo .slot__brief{position:relative;z-index:1}

.margo-page #margo .slot{
  background:
    linear-gradient(180deg,rgba(0,164,2,.07),transparent 44%),
    var(--dark-2)!important;
}

/* Spațiul real — video dominant, apoi comparația în două imagini */
.margo-page #spatiul-real .teaser .slot{aspect-ratio:16/10;min-height:0}
.margo-page #spatiul-real > .wrap > .split .slot{aspect-ratio:4/3;min-height:0}

/* Proiectarea — ritm vizual și alinieri coerente */
.margo-page #proiectare > .wrap > h2{max-width:18ch}
.margo-page #proiectare .project-views{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.margo-page #proiectare .project-views .card{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.margo-page #proiectare .project-views .card > p{
  flex:1;
}
.margo-page #proiectare .project-views .slot{
  aspect-ratio:4/3;
  min-height:0;
  margin-top:var(--s5);
}
.margo-page #proiectare .teaser .slot{aspect-ratio:16/10;min-height:0}

/* Cărțile „cu / fără designer” respiră mai bine */
.margo-page #proiectare .split .card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  min-width:0;
}

/* Linii de text controlate pe ecrane mari */
.margo-page #responsabilitate .wrap,.margo-page #spatiul-real .wrap,.margo-page #proiectare .wrap{min-width:0}
.margo-page #responsabilitate > .wrap > p:not(.callout){max-width:76ch}
.margo-page #spatiul-real > .wrap > .lede{max-width:78ch}
.margo-page #proiectare > .wrap > p:not(.callout){max-width:78ch}

/* TABLETĂ */
@media (max-width:1024px){
  .margo-page .hero .figure{
    min-height:0;
    aspect-ratio:16/9;
  }

  .margo-page #margo .teaser,.margo-page #despre-tine .teaser,.margo-page #spatiul-real .teaser,.margo-page #proiectare .teaser{
    grid-template-columns:1fr;
    gap:var(--s6);
  }

  .margo-page #proiectare .project-views{
    grid-template-columns:1fr;
    gap:var(--s4);
    background:transparent;
    border:0;
    overflow:visible;
  }

  .margo-page #proiectare .project-views .card{
    border:1px solid var(--line);
    border-radius:var(--radius);
  }

  .margo-page #proiectare .project-views .slot{
    aspect-ratio:16/9;
  }
}

/* TELEFON */
@media (max-width:640px){
  .margo-page h1{font-size:34px;line-height:1.04}
  .margo-page h2{font-size:29px;line-height:1.08}
  .margo-page h3{font-size:19px;line-height:1.3}

  .margo-page .hero{padding-top:42px;padding-bottom:40px}
  .margo-page .hero .tick{margin-top:28px}
  .margo-page .hero__sub{font-size:17px;line-height:1.52;margin-top:18px}
  .margo-page .hero__note{font-size:15px;line-height:1.55;margin-top:14px}
  .margo-page .hero .figure{
    aspect-ratio:4/3;
    padding:18px;
    margin-top:4px;
  }

  .margo-page .section,.margo-page .section--tight{
    padding-top:44px;
    padding-bottom:44px;
  }

  .margo-page .eyebrow{
    margin-bottom:16px;
    font-size:11px;
    letter-spacing:.13em;
  }

  .margo-page .lede{font-size:17px;line-height:1.55}

  .margo-page .callout{
    padding-left:16px;
    font-size:16px;
  }

  .margo-page #margo .actions .btn{width:100%}

  .margo-page #spatiul-real .teaser,.margo-page #proiectare .teaser{
    margin-top:34px;
  }

  .margo-page #spatiul-real .slot,.margo-page #proiectare .slot,.margo-page #margo .slot{
    min-height:0;
    padding:18px;
  }

  .margo-page #spatiul-real .teaser .slot,.margo-page #proiectare .teaser .slot{
    aspect-ratio:4/3;
  }

  .margo-page #spatiul-real > .wrap > .split{
    gap:14px;
  }

  .margo-page #proiectare .project-views{
    gap:14px;
  }

  .margo-page #proiectare .project-views .card{
    padding:20px;
  }

  .margo-page #proiectare .project-views .slot{
    aspect-ratio:4/3;
  }

  .margo-page #proiectare .split .card{
    padding:20px;
  }

  /* listele tehnice devin un singur flux pe mobil */
  .margo-page #proiectare .split{
    gap:0;
  }
  .margo-page #proiectare .split > div + div .checklist{
    margin-top:0;
  }

  .margo-page .u-mt-8{margin-top:44px}
  .margo-page .u-mt-7{margin-top:34px}
  .margo-page .u-mt-6{margin-top:26px}
  .margo-page .u-mt-5{margin-top:20px}

  /* Footer: coloane mai ușor de parcurs tactil */
  .margo-page .footer__grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .margo-page .footer li{margin-bottom:10px}
}

/* Ecrane foarte mici */
@media (max-width:390px){
  .margo-page h1{font-size:31px}
  .margo-page h2{font-size:27px}
  .margo-page .wrap{padding-left:15px;padding-right:15px}
  .margo-page #proiectare .project-views .card,.margo-page #proiectare .split .card{padding:18px}
}


/* ============ FINAL PAGINĂ: CTA + FAQ + PROIECTE + RECENZII ============ */
.margo-page #programare .u-cta-final-lede{max-width:62ch}
.margo-page #programare h2{max-width:22ch}
.margo-page #faq h2{max-width:20ch}
@media(max-width:640px){
  .margo-page #programare .contact-form{width:100%}
  .margo-page #faq h2{max-width:none}
  .margo-page .works__head{align-items:flex-start}
  .margo-page .works__head .btn{width:100%}
  .margo-page .reviews__actions{width:100%}
  .margo-page .reviews__actions .btn,.margo-page .reviews__actions .btn--text{width:100%;justify-content:center;text-align:center}
}


/* Slot vertical — 05 · Producție și montaj */
.margo-page .slot--factory-vertical{
  aspect-ratio:4/5;
  width:100%;
  max-width:420px;
  justify-self:end;
}
@media (max-width:900px){
  .margo-page .slot--factory-vertical{
    max-width:360px;
    justify-self:start;
  }
}


/* Slot vertical — ChatPoint */
.margo-page .slot--chatpoint-vertical{
  aspect-ratio:4/5;
  width:100%;
  max-width:420px;
}
@media (max-width:900px){
  .margo-page .slot--chatpoint-vertical{max-width:360px;}
}



/* ============================================================
   PAGINA MARGO — aceeași identitate vizuală cu „Cum lucrăm”
   ============================================================ */
.margo-page .margo-hero h1{max-width:18ch}
.margo-page .margo-hero .hero__sub{max-width:62ch}
.margo-page .margo-hero .figure{aspect-ratio:4/3}
.margo-page .margo-hero .figure__brief{max-width:34ch}

.margo-page .margo-section-title{max-width:19ch}
.margo-page .margo-copy{max-width:76ch}
.margo-page .margo-copy > p + p{margin-top:var(--s4)}
.margo-page .margo-copy .callout{margin-top:var(--s6)}

.margo-page .margo-grid{display:grid;grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);gap:var(--s8);align-items:start}
.margo-page .margo-grid--reverse{grid-template-columns:.95fr 1.05fr}
.margo-page .margo-grid--reverse .margo-visual{order:-1}
.margo-page .margo-visual{min-width:0}

.margo-page .margo-proof{margin-top:var(--s6);padding-top:var(--s4);border-top:1px solid var(--line)}
.margo-page .margo-proof strong{font-family:var(--display);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink);display:block;margin-bottom:var(--s2)}
.margo-page .margo-proof p{font-size:14px;color:var(--muted);line-height:1.55}
.margo-page .band .margo-proof{border-top-color:var(--dark-line)}
.margo-page .band .margo-proof strong{color:var(--accent)}
.margo-page .band .margo-proof p{color:var(--dark-muted)}

/* Mockup-uri vizuale — locuri pentru capturile reale, fără a inventa conținut de proiect */
.margo-page .ui-frame{border:1px solid var(--line);background:var(--paper-2);border-radius:var(--radius);overflow:hidden}
.margo-page .ui-frame--dark{border-color:var(--dark-line);background:var(--dark-2)}
.margo-page .ui-top{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 14px}
.margo-page .ui-frame--dark .ui-top{border-bottom-color:var(--dark-line)}
.margo-page .ui-dot{width:6px;height:6px;border-radius:50%;background:var(--line)}
.margo-page .ui-dot--accent{background:var(--accent)}
.margo-page .ui-body{padding:var(--s5)}
.margo-page .ui-label{font-family:var(--display);font-weight:600;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink)}
.margo-page .ui-frame--dark .ui-label{color:var(--accent)}
.margo-page .ui-muted{font-size:13px;color:var(--muted);line-height:1.45}
.margo-page .ui-frame--dark .ui-muted{color:var(--dark-muted)}

.margo-page .location-stack{display:grid;gap:12px;margin-top:18px}
.margo-page .location-card{border:1px solid var(--line);background:var(--paper);padding:15px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.margo-page .location-card b{font-family:var(--display);font-size:14px}
.margo-page .location-card span{font-size:12px;color:var(--muted)}
.margo-page .status-pill{font-family:var(--display);font-weight:600;font-size:10px;letter-spacing:.04em;padding:5px 8px;border:1px solid var(--line);white-space:nowrap}
.margo-page .status-pill--active{border-color:var(--accent);color:var(--accent-ink)}

.margo-page .project-map{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:18px}
.margo-page .project-map__cell{background:var(--paper-2);padding:16px;min-height:116px;display:flex;flex-direction:column;justify-content:space-between}
.margo-page .project-map__cell b{font-family:var(--display);font-size:14px}
.margo-page .project-map__cell span{font-size:12px;color:var(--muted)}
.margo-page .project-map__bar{height:2px;background:var(--line);margin-top:14px;position:relative}
.margo-page .project-map__bar::before{content:"";display:block;height:2px;width:var(--p,55%);background:var(--accent)}

.margo-page .wa-card{border:1px solid var(--dark-line);background:#191918;padding:18px;margin-top:18px}
.margo-page .wa-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px}
.margo-page .wa-head b{font-family:var(--display);font-size:13px}
.margo-page .wa-head span{font-size:11px;color:var(--dark-muted)}
.margo-page .wa-message{border-left:2px solid var(--accent);padding:12px 14px;background:rgba(255,255,255,.035);font-size:14px;line-height:1.5;color:var(--dark-text)}
.margo-page .wa-link{display:block;margin-top:10px;color:var(--accent);font-family:var(--display);font-size:11px;font-weight:600;letter-spacing:.04em}

.margo-page .real-messages{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.margo-page .messages-head{display:grid;grid-template-columns:1fr 1fr;gap:var(--s7);align-items:end}
.margo-page .messages-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,32%);gap:var(--s4);overflow-x:auto;scroll-snap-type:x mandatory;padding:var(--s6) 0 var(--s3)}
.margo-page .messages-track::-webkit-scrollbar{height:6px}.margo-page .messages-track::-webkit-scrollbar-thumb{background:var(--line)}
.margo-page .message-shot{scroll-snap-align:start;border:1px solid var(--line);background:var(--paper);min-height:260px;padding:var(--s5);display:flex;flex-direction:column;justify-content:space-between}
.margo-page .message-shot__top{font-family:var(--display);font-weight:600;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-ink)}
.margo-page .message-shot blockquote{margin:28px 0;font-family:var(--display);font-size:clamp(20px,2.2vw,27px);line-height:1.35;font-weight:600;letter-spacing:-.02em}
.margo-page .message-shot__note{font-size:12px;color:var(--muted)}

.margo-page .measure-stack{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.margo-page .measure-card{background:var(--paper-2);padding:var(--s5);min-height:190px;display:flex;flex-direction:column;justify-content:flex-end}
.margo-page .measure-card:first-child{grid-column:1/-1;aspect-ratio:16/7}
.margo-page .measure-card b{font-family:var(--display);font-size:13px;margin-bottom:5px}.margo-page .measure-card span{font-size:12px;color:var(--muted)}

.margo-page .versions{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:var(--s7)}
.margo-page .version{background:var(--paper-2);min-width:0}
.margo-page .version__img{aspect-ratio:4/3;background:linear-gradient(145deg,var(--paper),#e5e3db);border-bottom:1px solid var(--line);padding:14px;display:flex;align-items:flex-end}
.margo-page .version__meta{padding:15px}.margo-page .version__meta b{font-family:var(--display);font-size:13px}.margo-page .version__meta span{display:block;font-size:12px;color:var(--muted);margin-top:3px}

.margo-page .chatpoint-demo{aspect-ratio:4/3;position:relative;border:1px solid var(--dark-line);background:linear-gradient(145deg,#292925,#171716);overflow:hidden}
.margo-page .chatpoint-gridline{position:absolute;background:var(--dark-line)}
.margo-page .chatpoint-gridline.v1{left:36%;top:0;bottom:0;width:1px}.margo-page .chatpoint-gridline.v2{left:70%;top:0;bottom:0;width:1px}.margo-page .chatpoint-gridline.h1{top:48%;left:0;right:0;height:1px}
.margo-page .chatpoint-dot{position:absolute;left:61%;top:37%;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#0b0b0a;display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:12px;box-shadow:0 0 0 8px rgba(0,164,2,.16)}
.margo-page .chatpoint-note{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(20,20,19,.94);border:1px solid var(--dark-line);padding:14px;font-size:13px;color:var(--dark-muted);line-height:1.45}
.margo-page .chatpoint-note b{display:block;color:var(--dark-text);font-family:var(--display);font-size:12px;margin-bottom:4px}

.margo-page .approval-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.margo-page .approval-card{background:var(--paper-2)}
.margo-page .approval-img{aspect-ratio:4/3;background:linear-gradient(145deg,#e9e7df,#d8d5ca);position:relative}
.margo-page .approval-check{position:absolute;right:12px;top:12px;width:26px;height:26px;border-radius:50%;background:var(--accent);display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:13px;color:#0b0b0a}
.margo-page .approval-meta{padding:13px}.margo-page .approval-meta b{font-family:var(--display);font-size:12px}.margo-page .approval-meta span{display:block;font-size:11px;color:var(--muted);margin-top:3px}

.margo-page .production-track{border-top:1px solid var(--line);margin-top:18px}
.margo-page .production-row{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}
.margo-page .production-row b{font-family:var(--display);font-size:13px}.margo-page .production-row span{font-size:12px;color:var(--muted)}
.margo-page .production-row .status-pill{margin-left:auto}

.margo-page .account-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:var(--s7)}
.margo-page .account-tool{background:var(--paper-2);padding:var(--s5);min-height:154px}
.margo-page .account-tool h3{font-size:16px;margin-bottom:8px}.margo-page .account-tool p{font-size:14px;color:var(--muted);line-height:1.5}
.margo-page .account-tool__icon{width:24px;height:24px;border:1px solid var(--accent);margin-bottom:16px;position:relative}
.margo-page .account-tool__icon::after{content:"";position:absolute;width:6px;height:6px;background:var(--accent);right:-3px;bottom:-3px}

.margo-page .benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s5);margin-top:var(--s7)}
.margo-page .benefit-item{padding-top:var(--s4);border-top:2px solid var(--accent)}
.margo-page .benefit-item h3{font-size:17px;margin-bottom:var(--s2)}
.margo-page .benefit-item p{font-size:14px;color:var(--dark-muted);line-height:1.55}

.margo-page .margo-final-actions{display:flex;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s6)}

/* Nota de implementare vizuală */
.margo-page .visual-note{font-size:11px;letter-spacing:.02em;color:var(--muted);margin-top:10px}
.margo-page .band .visual-note{color:var(--dark-muted)}

@media(max-width:1024px){
  .margo-page .margo-grid,.margo-page .margo-grid--reverse,.margo-page .messages-head{grid-template-columns:1fr;gap:var(--s7)}
  .margo-page .margo-grid--reverse .margo-visual{order:0}
  .margo-page .margo-hero .figure{aspect-ratio:16/10}
  .margo-page .account-tools{grid-template-columns:repeat(2,1fr)}
  .margo-page .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .margo-page .messages-track{grid-auto-columns:68%}
}
@media(max-width:640px){
  .margo-page .margo-hero h1{max-width:none}
  .margo-page .margo-hero .figure{aspect-ratio:4/3}
  .margo-page .margo-copy{max-width:none}
  .margo-page .project-map,.margo-page .measure-stack,.margo-page .versions,.margo-page .approval-grid,.margo-page .account-tools,.margo-page .benefit-grid{grid-template-columns:1fr}
  .margo-page .measure-card:first-child{grid-column:auto;aspect-ratio:4/3}
  .margo-page .messages-track{grid-auto-columns:86%}
  .margo-page .message-shot{min-height:235px}
  .margo-page .account-tool{min-height:0}
  .margo-page .margo-final-actions .btn{width:100%}
}




.margo-page .margo-image-slot{
  min-height:420px;
  aspect-ratio:4/3;
  align-self:stretch;
}
@media (max-width:1024px){
  .margo-page .margo-image-slot{min-height:0;aspect-ratio:16/10}
}



/* ============================================================
   MARGO · 01 — ierarhie vizuală aliniată la pagina „Cum lucrăm”
   ============================================================ */
.margo-page .margo-section--01{
  background:var(--paper);
}

.margo-page .margo-section--01 .margo-grid{
  display:grid;
  grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap:var(--s8);
  align-items:center;
}

.margo-page .margo-copy--hierarchy{
  max-width:680px;
}

.margo-page .margo-copy--hierarchy .eyebrow{
  margin-bottom:var(--s5);
  color:var(--accent-ink);
}

.margo-page .margo-copy--hierarchy .margo-section-title{
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.06;
  letter-spacing:-.02em;
  max-width:13ch;
  margin:0 0 var(--s6);
  color:var(--ink);
}

.margo-page .margo-copy--hierarchy .margo-lede{
  font-size:clamp(18px,1.55vw,21px);
  line-height:1.55;
  color:var(--ink);
  max-width:57ch;
  margin:0 0 var(--s6);
}

.margo-page .margo-copy--hierarchy .margo-body{
  border-top:1px solid var(--line);
  padding-top:var(--s5);
  max-width:62ch;
}

.margo-page .margo-copy--hierarchy .margo-body p{
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
  margin:0 0 var(--s5);
}

.margo-page .margo-copy--hierarchy .margo-body p:last-child{
  margin-bottom:0;
}

.margo-page .margo-copy--hierarchy .margo-note{
  position:relative;
  padding-left:var(--s5);
  color:var(--ink) !important;
  font-weight:600;
}

.margo-page .margo-copy--hierarchy .margo-note::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  bottom:.35em;
  width:3px;
  background:var(--accent);
}

.margo-page .margo-section--01 .margo-image-slot{
  min-height:500px;
  aspect-ratio:4/3;
  width:100%;
  align-self:stretch;
  background:var(--paper-2);
  border:1px dashed var(--line);
  border-radius:var(--radius);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.margo-page .margo-section--01 .slot__label{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent-ink);
}

.margo-page .margo-section--01 .slot__brief{
  margin-top:6px;
  font-size:13px;
  line-height:1.45;
  color:var(--muted);
  max-width:36ch;
}

@media (max-width:1024px){
  .margo-page .margo-section--01 .margo-grid{
    grid-template-columns:1fr;
    gap:var(--s7);
  }
  .margo-page .margo-copy--hierarchy{
    max-width:none;
  }
  .margo-page .margo-copy--hierarchy .margo-section-title{
    max-width:18ch;
  }
  .margo-page .margo-section--01 .margo-image-slot{
    min-height:0;
    aspect-ratio:16/10;
  }
}

@media (max-width:640px){
  .margo-page .margo-copy--hierarchy .margo-section-title{
    font-size:clamp(30px,10vw,40px);
    max-width:100%;
    margin-bottom:var(--s5);
  }
  .margo-page .margo-copy--hierarchy .margo-lede{
    font-size:18px;
    margin-bottom:var(--s5);
  }
  .margo-page .margo-copy--hierarchy .margo-body p{
    font-size:16px;
  }
  .margo-page .margo-section--01 .margo-image-slot{
    aspect-ratio:4/3;
  }
}



/* MARGO · 02 — ierarhie vizuală + ancore de scanare */
.margo-page .margo-section--02 .margo-copy--hierarchy{
  max-width:680px;
}
.margo-page .margo-section--02 .margo-copy--hierarchy .eyebrow{
  margin-bottom:var(--s5);
  color:var(--accent-ink);
}
.margo-page .margo-section--02 .margo-copy--hierarchy .margo-section-title{
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.06;
  letter-spacing:-.02em;
  max-width:15ch;
  margin:0 0 var(--s6);
  color:var(--ink);
}
.margo-page .margo-section--02 .margo-lede{
  font-size:clamp(18px,1.55vw,21px);
  line-height:1.55;
  color:var(--ink);
  max-width:58ch;
  margin:0 0 var(--s6);
}
.margo-page .margo-section--02 .margo-lede strong,.margo-page .margo-section--02 .margo-body strong{
  font-weight:600;
  color:var(--ink);
}
.margo-page .margo-section--02 .margo-body{
  border-top:1px solid var(--line);
  padding-top:var(--s5);
  max-width:62ch;
}
.margo-page .margo-section--02 .margo-body > p:not(.margo-note){
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
  margin:0 0 var(--s5);
}
.margo-page .margo-section--02 .margo-note{
  position:relative;
  padding-left:var(--s5);
  margin:var(--s6) 0;
  font-family:var(--display);
  font-size:17px;
  line-height:1.5;
  font-weight:600;
  color:var(--ink);
}
.margo-page .margo-section--02 .margo-note::before{
  content:"";
  position:absolute;
  left:0;
  top:.3em;
  bottom:.3em;
  width:3px;
  background:var(--accent);
}
@media (max-width:640px){
  .margo-page .margo-section--02 .margo-copy--hierarchy .margo-section-title{
    font-size:clamp(30px,10vw,40px);
    max-width:100%;
    margin-bottom:var(--s5);
  }
  .margo-page .margo-section--02 .margo-lede{
    font-size:18px;
    margin-bottom:var(--s5);
  }
  .margo-page .margo-section--02 .margo-body > p:not(.margo-note){
    font-size:16px;
  }
}



/* ============================================================
   MARGO · 02 — aceeași ierarhie vizuală ca 01
   ============================================================ */
.margo-page .margo-section--02{
  background:var(--paper-2);
}

.margo-page .margo-section--02 .margo-grid{
  display:grid;
  grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap:var(--s8);
  align-items:center;
}

.margo-page .margo-section--02 .margo-copy--hierarchy{
  max-width:680px;
}

.margo-page .margo-section--02 .margo-copy--hierarchy .eyebrow{
  margin-bottom:var(--s5);
  color:var(--accent-ink);
}

.margo-page .margo-section--02 .margo-copy--hierarchy .margo-section-title{
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.06;
  letter-spacing:-.02em;
  max-width:15ch;
  margin:0 0 var(--s6);
  color:var(--ink);
}

.margo-page .margo-section--02 .margo-lede{
  font-size:clamp(18px,1.55vw,21px);
  line-height:1.55;
  color:var(--ink);
  max-width:57ch;
  margin:0 0 var(--s6);
}

.margo-page .margo-section--02 .margo-lede strong,.margo-page .margo-section--02 .margo-body strong{
  font-weight:600;
  color:var(--ink);
}

.margo-page .margo-section--02 .margo-body{
  border-top:1px solid var(--line);
  padding-top:var(--s5);
  max-width:62ch;
}

.margo-page .margo-section--02 .margo-body p{
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
  margin:0 0 var(--s5);
}

.margo-page .margo-section--02 .margo-note{
  position:relative;
  padding-left:var(--s5);
  color:var(--ink) !important;
  font-weight:600;
}

.margo-page .margo-section--02 .margo-note::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  bottom:.35em;
  width:3px;
  background:var(--accent);
}

.margo-page .margo-section--02 .margo-image-slot{
  min-height:500px;
  aspect-ratio:4/3;
  background:var(--paper);
  border:1px dashed var(--line);
  border-radius:var(--radius);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

@media (max-width:1024px){
  .margo-page .margo-section--02 .margo-grid{
    grid-template-columns:1fr;
    gap:var(--s7);
  }

  .margo-page .margo-section--02 .margo-copy--hierarchy{
    max-width:none;
  }

  .margo-page .margo-section--02 .margo-section-title{
    max-width:18ch;
  }

  .margo-page .margo-section--02 .margo-image-slot{
    min-height:0;
    aspect-ratio:16/10;
  }
}

@media (max-width:640px){
  .margo-page .margo-section--02 .margo-section-title{
    font-size:clamp(30px,10vw,40px);
    max-width:100%;
    margin-bottom:var(--s5);
  }

  .margo-page .margo-section--02 .margo-lede{
    font-size:18px;
    margin-bottom:var(--s5);
  }

  .margo-page .margo-section--02 .margo-body p{
    font-size:16px;
  }

  .margo-page .margo-section--02 .margo-image-slot{
    aspect-ratio:4/3;
  }
}



/* ============================================================
   MARGO · CAPITOL 02
   Ierarhie inspirată direct din „Cum lucrăm”:
   eyebrow / H2 / callout / lede / body / small muted / concluzie
   ============================================================ */

.margo-page .margo02__grid{
  display:grid;
  grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap:var(--s8);
  align-items:center;
}

.margo-page .margo02__copy{
  max-width:720px;
}

.margo-page .margo02__copy > .eyebrow{
  margin-bottom:var(--s5);
}

/* H2 mare, negru */
.margo-page .margo02__copy > h2{
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.06;
  letter-spacing:-.02em;
  color:var(--ink);
  max-width:16ch;
}

/* Primul mesaj = callout, negru + linie verde */
.margo-page .margo02__intro{
  margin-top:var(--s6);
  max-width:61ch;
  color:var(--ink);
  font-size:18px;
  line-height:1.55;
}

.margo-page .margo02__intro strong{
  font-weight:700;
  color:var(--ink);
}

/* Al doilea mesaj = lede, mai mare și gri */
.margo-page .margo02__lede{
  margin-top:var(--s6);
  max-width:60ch;
  font-size:clamp(18px,1.5vw,20px);
  line-height:1.58;
  color:var(--muted);
}

.margo-page .margo02__lede strong{
  color:var(--ink);
  font-weight:600;
}

/* Corp normal = mai compact, negru */
.margo-page .margo02__body{
  margin-top:var(--s6);
  max-width:62ch;
  font-size:17px;
  line-height:1.62;
  color:var(--ink);
}

.margo-page .margo02__body strong{
  font-weight:700;
}

/* Informația de complexitate = secundară vizual */
.margo-page .margo02__secondary{
  margin-top:var(--s5);
  max-width:66ch;
  font-size:15px;
  line-height:1.6;
  color:var(--muted);
}

.margo-page .margo02__secondary strong{
  color:var(--ink);
  font-weight:600;
}

/* Concluzia = accent final, nu încă un paragraf */
.margo-page .margo02__conclusion{
  margin-top:var(--s7);
  padding-top:var(--s5);
  border-top:1px solid var(--line);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,2vw,22px);
  line-height:1.45;
  letter-spacing:-.01em;
  color:var(--ink);
}

.margo-page .margo02__conclusion span{
  color:var(--accent-ink);
}

/* Doar slot pentru imagine */
.margo-page .margo02__image{
  min-height:500px;
  aspect-ratio:4/3;
  width:100%;
  background:var(--paper);
  align-self:stretch;
}

@media (max-width:1024px){
  .margo-page .margo02__grid{
    grid-template-columns:1fr;
    gap:var(--s7);
  }
  .margo-page .margo02__copy{
    max-width:none;
  }
  .margo-page .margo02__copy > h2{
    max-width:19ch;
  }
  .margo-page .margo02__image{
    min-height:0;
    aspect-ratio:16/10;
  }
}

@media (max-width:640px){
  .margo-page .margo02__copy > h2{
    font-size:clamp(30px,10vw,40px);
    max-width:100%;
  }
  .margo-page .margo02__intro{
    font-size:17px;
  }
  .margo-page .margo02__lede{
    font-size:18px;
  }
  .margo-page .margo02__body{
    font-size:16px;
  }
  .margo-page .margo02__secondary{
    font-size:14px;
  }
  .margo-page .margo02__conclusion{
    font-size:18px;
  }
  .margo-page .margo02__image{
    aspect-ratio:4/3;
  }
}



/* MARGO · 02 — corecție finală:
   fără bold în corp, fără două culori în aceeași frază,
   verde doar la concluzia finală */
.margo-page .margo02__intro,.margo-page .margo02__lede,.margo-page .margo02__body,.margo-page .margo02__secondary{
  border-left:0 !important;
  padding-left:0 !important;
}

.margo-page .margo02__intro{
  color:var(--ink);
  font-weight:400;
}

.margo-page .margo02__lede{
  color:var(--muted);
  font-weight:400;
}

.margo-page .margo02__body{
  color:var(--ink);
  font-weight:400;
}

.margo-page .margo02__secondary{
  color:var(--muted);
  font-weight:400;
}

.margo-page .margo02__copy strong{
  font-weight:inherit !important;
  color:inherit !important;
}

/* Concluzia: o singură culoare + dunga verde */
.margo-page .margo02__conclusion{
  margin-top:var(--s7);
  padding:0 0 0 var(--s5);
  border-top:0;
  border-left:3px solid var(--accent);
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,2vw,22px);
  line-height:1.45;
  letter-spacing:-.01em;
  color:var(--ink);
}

.margo-page .margo02__conclusion span{
  color:inherit !important;
}



/* MARGO · 03 — slot vertical pentru screenshot real de telefon */
.margo-page .margo03-phone-slot{
  width:min(100%,390px);
  aspect-ratio:9/19.5;
  justify-self:center;
  align-self:center;
  border:1px dashed var(--dark-line);
  border-radius:18px;
  background:var(--dark-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.margo-page .margo03-phone-slot .slot__label{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
}

.margo-page .margo03-phone-slot .slot__brief{
  margin-top:6px;
  font-size:13px;
  line-height:1.45;
  color:var(--dark-muted);
}

@media (max-width:1024px){
  .margo-page .margo03-phone-slot{
    width:min(82vw,360px);
  }
}



/* ============================================================
   MARGO · CAPITOL 03
   Ierarhie vizuală ca în capitolul 02.
   Verde doar la concluzia finală.
   ============================================================ */
.margo-page .margo03__grid{
  display:grid;
  grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap:var(--s8);
  align-items:center;
}
.margo-page .margo03__copy{max-width:720px}
.margo-page .margo03__copy > .eyebrow{margin-bottom:var(--s5)}
.margo-page .margo03__copy > h2{
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.06;
  letter-spacing:-.02em;
  color:var(--dark-text);
  max-width:15ch;
}
.margo-page .margo03__intro{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--dark-text);
}
.margo-page .margo03__lede{
  margin-top:var(--s6);
  max-width:58ch;
  font-size:clamp(18px,1.5vw,20px);
  line-height:1.58;
  color:var(--dark-muted);
}
.margo-page .margo03__body{
  margin-top:var(--s6);
  max-width:62ch;
  font-size:17px;
  line-height:1.62;
  color:var(--dark-text);
}
.margo-page .margo03__secondary{
  margin-top:var(--s5);
  max-width:62ch;
  font-size:15px;
  line-height:1.6;
  color:var(--dark-muted);
}
.margo-page .margo03__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,2vw,22px);
  line-height:1.45;
  letter-spacing:-.01em;
  color:var(--dark-text);
}
.margo-page .margo03__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo03 .margo03-phone-slot{
  width:min(100%,390px);
  aspect-ratio:9/19.5;
  justify-self:center;
  align-self:center;
  border:1px dashed var(--dark-line);
  border-radius:18px;
  background:var(--dark-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo03 .margo03-phone-slot .slot__label{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
}
.margo-page .margo03 .margo03-phone-slot .slot__brief{
  margin-top:6px;
  font-size:13px;
  line-height:1.45;
  color:var(--dark-muted);
}

/* Mesajele reale: text puțin, dovada este în capturile WhatsApp. */
.margo-page .real-messages .messages-conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:62ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.8vw,21px);
  line-height:1.5;
  color:var(--ink);
}
.margo-page .real-messages .messages-conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .message-shot--placeholder{
  min-height:290px;
  justify-content:flex-end;
}

@media (max-width:1024px){
  .margo-page .margo03__grid{grid-template-columns:1fr;gap:var(--s7)}
  .margo-page .margo03__copy{max-width:none}
  .margo-page .margo03__copy > h2{max-width:19ch}
  .margo-page .margo03 .margo03-phone-slot{width:min(82vw,360px)}
}
@media (max-width:640px){
  .margo-page .margo03__copy > h2{font-size:clamp(30px,10vw,40px);max-width:100%}
  .margo-page .margo03__intro{font-size:17px}
  .margo-page .margo03__lede{font-size:18px}
  .margo-page .margo03__body{font-size:16px}
  .margo-page .margo03__secondary{font-size:14px}
  .margo-page .margo03__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 04
   Ierarhie vizuală ca în capitolele 02–03.
   Fără „Dovadă vizuală”. Verde doar la concluzie.
   ============================================================ */
.margo-page .margo04__intro{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--ink);
}
.margo-page .margo04__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
}
.margo-page .margo04__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--ink);
}
.margo-page .margo04__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
@media (max-width:640px){
  .margo-page .margo04__intro{font-size:17px}
  .margo-page .margo04__body{font-size:16px}
  .margo-page .margo04__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 05
   Mai puțin text; evoluția se vede în capturile reale.
   Verde doar la concluzia finală.
   ============================================================ */
.margo-page .margo05__intro{
  max-width:60ch;
  font-size:18px;
  line-height:1.58;
  color:var(--ink);
}

.margo-page .margo05__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
}

.margo-page .margo05__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:58ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--ink);
}

.margo-page .margo05__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}

.margo-page .margo05__versions{
  margin-top:0;
  grid-template-columns:1fr;
  gap:var(--s4);
}

.margo-page .margo05__versions .version{
  min-width:0;
}

@media (max-width:640px){
  .margo-page .margo05__intro{font-size:17px}
  .margo-page .margo05__body{font-size:16px}
  .margo-page .margo05__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 05 · vizual unic
   ============================================================ */
.margo-page .margo05__single-shot{
  min-height:420px;
  border:1px dashed var(--line);
  background:var(--paper);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo05__single-shot .margo05__shot-kicker{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent-ink);
}
.margo-page .margo05__single-shot .margo05__shot-title{
  margin-top:7px;
  font-family:var(--display);
  font-weight:600;
  font-size:16px;
  color:var(--ink);
}
.margo-page .margo05__single-shot .margo05__shot-note{
  margin-top:4px;
  font-size:13px;
  color:var(--muted);
}



.margo-page .margo06__intro{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--dark-text);
}
.margo-page .margo06__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--dark-muted);
}
.margo-page .margo06__secondary{
  margin-top:var(--s5);
  max-width:61ch;
  font-size:15px;
  line-height:1.6;
  color:var(--dark-muted);
}
.margo-page .margo06__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--dark-text);
}
.margo-page .margo06__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo06__shot{
  min-height:420px;
  border:1px dashed var(--dark-line);
  background:var(--dark-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo06__shot-kicker{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent);
}
.margo-page .margo06__shot-title{
  margin-top:7px;
  font-family:var(--display);
  font-weight:600;
  font-size:16px;
  color:var(--dark-text);
}
.margo-page .margo06__shot-note{
  margin-top:4px;
  font-size:13px;
  color:var(--dark-muted);
}
@media (max-width:640px){
  .margo-page .margo06__intro{font-size:17px}
  .margo-page .margo06__body{font-size:16px}
  .margo-page .margo06__secondary{font-size:14px}
  .margo-page .margo06__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 07 · Aprobarea
   Un singur vizual. Verde doar la concluzie.
   ============================================================ */
.margo-page .margo07__intro{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--ink);
}
.margo-page .margo07__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
}
.margo-page .margo07__secondary{
  margin-top:var(--s5);
  max-width:61ch;
  font-size:15px;
  line-height:1.6;
  color:var(--muted);
}
.margo-page .margo07__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--ink);
}
.margo-page .margo07__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo07__shot{
  min-height:420px;
  border:1px dashed var(--line);
  background:var(--paper-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo07__shot-kicker{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent-ink);
}
.margo-page .margo07__shot-title{
  margin-top:7px;
  font-family:var(--display);
  font-weight:600;
  font-size:16px;
  color:var(--ink);
}
.margo-page .margo07__shot-note{
  margin-top:4px;
  font-size:13px;
  color:var(--muted);
}
@media (max-width:640px){
  .margo-page .margo07__intro{font-size:17px}
  .margo-page .margo07__body{font-size:16px}
  .margo-page .margo07__secondary{font-size:14px}
  .margo-page .margo07__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 08 · Statusuri producție
   Un singur vizual. Verde doar la concluzie.
   ============================================================ */
.margo-page .margo08__intro{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--dark-text);
}
.margo-page .margo08__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--dark-muted);
}
.margo-page .margo08__secondary{
  margin-top:var(--s5);
  max-width:61ch;
  font-size:15px;
  line-height:1.6;
  color:var(--dark-muted);
}
.margo-page .margo08__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:60ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--dark-text);
}
.margo-page .margo08__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo08__shot{
  min-height:420px;
  border:1px dashed var(--dark-line);
  background:var(--dark-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo08__shot-kicker{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent);
}
.margo-page .margo08__shot-title{
  margin-top:7px;
  font-family:var(--display);
  font-weight:600;
  font-size:16px;
  color:var(--dark-text);
}
.margo-page .margo08__shot-note{
  margin-top:4px;
  font-size:13px;
  color:var(--dark-muted);
}
@media (max-width:640px){
  .margo-page .margo08__intro{font-size:17px}
  .margo-page .margo08__body{font-size:16px}
  .margo-page .margo08__secondary{font-size:14px}
  .margo-page .margo08__conclusion{font-size:18px}
}



/* ============================================================
   MARGO · CAPITOL 09 · După montaj
   ============================================================ */
.margo-page .margo09__intro{
  max-width:61ch;
  font-size:18px;
  line-height:1.58;
  color:var(--ink);
}
.margo-page .margo09__body{
  margin-top:var(--s6);
  max-width:61ch;
  font-size:17px;
  line-height:1.62;
  color:var(--muted);
}
.margo-page .margo09__secondary{
  margin-top:var(--s5);
  max-width:61ch;
  font-size:15px;
  line-height:1.6;
  color:var(--muted);
}
.margo-page .margo09__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:59ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(18px,1.9vw,21px);
  line-height:1.48;
  color:var(--ink);
}
.margo-page .margo09__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  bottom:.25em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo09__shot{
  min-height:420px;
  border:1px dashed var(--line);
  background:var(--paper-2);
  padding:var(--s5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.margo-page .margo09__shot-kicker{
  font-family:var(--display);
  font-weight:600;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent-ink);
}
.margo-page .margo09__shot-title{
  margin-top:7px;
  font-family:var(--display);
  font-weight:600;
  font-size:16px;
  color:var(--ink);
}
.margo-page .margo09__shot-note{
  margin-top:4px;
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
}

/* ============================================================
   MARGO · CAPITOL 10 · Finalul paginii
   ============================================================ */
.margo-page .margo10__inner{max-width:960px}
.margo-page .margo10 h2{max-width:20ch}
.margo-page .margo10__intro{
  margin-top:var(--s6);
  max-width:66ch;
  font-size:19px;
  line-height:1.58;
  color:var(--dark-text);
}
.margo-page .margo10__body{
  margin-top:var(--s6);
  max-width:64ch;
  font-size:17px;
  line-height:1.62;
  color:var(--dark-muted);
}
.margo-page .margo10__conclusion{
  position:relative;
  margin-top:var(--s7);
  padding-left:var(--s5);
  max-width:61ch;
  font-family:var(--display);
  font-weight:600;
  font-size:clamp(19px,2vw,23px);
  line-height:1.45;
  color:var(--dark-text);
}
.margo-page .margo10__conclusion::before{
  content:"";
  position:absolute;
  left:0;
  top:.22em;
  bottom:.22em;
  width:3px;
  background:var(--accent);
}
.margo-page .margo10 .margo-final-actions{margin-top:var(--s7)}

@media (max-width:640px){
  .margo-page .margo09__intro{font-size:17px}
  .margo-page .margo09__body{font-size:16px}
  .margo-page .margo09__secondary{font-size:14px}
  .margo-page .margo09__conclusion{font-size:18px}
  .margo-page .margo10__intro{font-size:18px}
  .margo-page .margo10__body{font-size:16px}
  .margo-page .margo10__conclusion{font-size:19px}
}



/* ============================================================
   YUKA · ECHILIBRARE VIZUALĂ FINALĂ
   Strat comun, adăugat după toate stilurile existente.
   Nu modifică textele, SEO, linkurile sau structura semantică.
   ============================================================ */
.margo-page{
  --yuka-reading:74ch;
  --yuka-section-y:64px;
  --yuka-section-y-mobile:44px;
}

.margo-page{font-size:17px;line-height:1.6}
.margo-page .section{padding-top:var(--yuka-section-y);padding-bottom:var(--yuka-section-y)}
.margo-page .section--tight{padding-top:48px;padding-bottom:48px}

.margo-page h1{
  font-size:clamp(42px,4.4vw,60px);
  line-height:1.04;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.margo-page h2{
  font-size:clamp(32px,3.35vw,44px);
  line-height:1.10;
  text-wrap:balance;
}
.margo-page h3{font-size:20px;line-height:1.28;text-wrap:balance}

.margo-page p,.margo-page li,.margo-page summary{overflow-wrap:normal;word-break:normal;hyphens:none}
.margo-page p{ text-wrap:pretty; }

.margo-page .eyebrow{
  font-size:12px;
  line-height:1.35;
  margin-bottom:18px;
}
.margo-page .lede{
  font-size:clamp(18px,1.35vw,20px);
  line-height:1.55;
  max-width:var(--yuka-reading);
}
.margo-page .small{font-size:15px}
.margo-page .callout{
  max-width:var(--yuka-reading);
  font-size:17px;
  line-height:1.5;
}

/* Hero: mai multă lățime pentru titlu, ca frazele să nu se rupă artificial. */
.margo-page .hero h1,.margo-page .home-hero h1,.margo-page .margo-hero h1{max-width:20ch}
.margo-page .hero__sub{max-width:60ch}
.margo-page .hero__note{max-width:58ch}

/* Titlurile de capitol rămân puternice, dar nu sunt forțate în coloane prea înguste. */
.margo-page .head h2,.margo-page .about-head h2,.margo-page .home-head h2,.margo-page .respect-intro h2,.margo-page .projects-showcase__head h2,.margo-page #despre-yuka-home .head h2,.margo-page .margo-copy h2,.margo-page .margo-section-title,.margo-page .margo02__copy > h2,.margo-page .margo03__copy > h2,.margo-page .margo10 h2,.margo-page #programare h2,.margo-page #faq h2{max-width:22ch}

.margo-page .head,.margo-page .about-head{gap:48px;align-items:start}

/* Mobil: valorile aprobate în arhitectura vizuală YUKA. */
@media (max-width:640px){
  .margo-page{font-size:16px;line-height:1.6}
  .margo-page .section,.margo-page .section--tight{
    padding-top:var(--yuka-section-y-mobile);
    padding-bottom:var(--yuka-section-y-mobile);
  }
  .margo-page h1{font-size:34px !important;line-height:1.04}
  .margo-page h2{font-size:29px !important;line-height:1.08}
  .margo-page h3{font-size:19px;line-height:1.3}
  .margo-page .eyebrow{font-size:11px;line-height:1.35;margin-bottom:16px}
  .margo-page .lede{font-size:17px;line-height:1.55;max-width:none}
  .margo-page .small{font-size:14.5px}
  .margo-page .callout{font-size:16px;line-height:1.5;padding-left:16px;max-width:none}
  .margo-page .hero h1,.margo-page .home-hero h1,.margo-page .margo-hero h1,.margo-page .head h2,.margo-page .about-head h2,.margo-page .home-head h2,.margo-page .respect-intro h2,.margo-page .projects-showcase__head h2,.margo-page #despre-yuka-home .head h2,.margo-page .margo-copy h2,.margo-page .margo-section-title,.margo-page .margo02__copy > h2,.margo-page .margo03__copy > h2,.margo-page .margo10 h2,.margo-page #programare h2,.margo-page #faq h2{max-width:none}
}

/* Nu micșorăm din nou titlurile sub 390 px. */
@media (max-width:390px){
  .margo-page h1{font-size:34px !important}
  .margo-page h2{font-size:29px !important}
}

/* ============ ADAOS: navigator lateral cu repere (tick nav) ============ */

.margo-page .snav{
  position:fixed;right:10px;top:50%;transform:translateY(-50%);z-index:45;
  display:flex;flex-direction:column;align-items:center;gap:2px;
  padding:6px 4px;opacity:.45;transition:opacity .25s ease;
}
.margo-page .snav:hover,.margo-page .snav:focus-within{opacity:1}
.margo-page .snav__arrow{
  display:grid;place-items:center;width:22px;height:20px;
  background:none;border:0;padding:0;cursor:pointer;color:var(--muted);
  opacity:.7;transition:opacity .2s ease,color .2s ease;
}
.margo-page .snav__arrow:hover{opacity:1;color:var(--ink)}
.margo-page .snav__arrow:disabled{opacity:.2;cursor:default}
.margo-page .snav__arrow svg{width:13px;height:13px}
.margo-page .snav__list{display:flex;flex-direction:column;align-items:center;gap:2px;margin:3px 0}
.margo-page .snav__item{position:relative;display:block;background:none;border:0;padding:3px 0;cursor:pointer;line-height:0}
.margo-page .snav__item::before{
  content:"";display:block;width:11px;height:1.5px;border-radius:1px;
  background:var(--muted);opacity:.55;
  transition:width .2s ease,opacity .2s ease,background-color .2s ease;
}
.margo-page .snav__item:hover::before{width:18px;opacity:1}
.margo-page .snav__item[aria-current="true"]::before{width:20px;opacity:1;background:var(--ink)}
.margo-page .snav__item:focus-visible{outline:none}
.margo-page .snav__item:focus-visible::before{width:20px;opacity:1;background:var(--accent-ink)}
.margo-page .snav__label{
  position:absolute;right:26px;top:50%;transform:translateY(-50%) translateX(4px);
  padding:7px 13px;border-radius:20px;
  background:rgba(20,20,19,.92);color:#fff;
  font-family:var(--body);font-size:13px;line-height:1.2;white-space:nowrap;
  pointer-events:none;opacity:0;transition:opacity .18s ease,transform .18s ease;
}
.margo-page .snav__item:hover .snav__label,
.margo-page .snav__item:focus-visible .snav__label{opacity:1;transform:translateY(-50%) translateX(0)}
@media(max-width:1200px){.margo-page .snav{display:none}}
@media(prefers-reduced-motion:reduce){
.margo-page .snav,.margo-page .snav__item::before,.margo-page .snav__label{transition:none}
}

.margo-page .hero .figure.margo-photo-slot,
.margo-page .margo-section--01 .margo-image-slot.margo-photo-slot,
.margo-page .margo02__image.margo-photo-slot,
.margo-page .margo03 .margo03-phone-slot.margo-photo-slot,
.margo-page .margo04__shot.margo-photo-slot,
.margo-page .margo05__single-shot.margo-photo-slot,
.margo-page .margo06__shot.margo-photo-slot,
.margo-page .margo07__shot.margo-photo-slot,
.margo-page .margo08__shot.margo-photo-slot,
.margo-page .margo09__shot.margo-photo-slot{
  position:relative;
  padding:0;
  overflow:hidden;
  border-style:solid;
}
.margo-page .hero .figure.margo-photo-slot::before{
  content:none;
}
.margo-page .margo-photo-slot img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  display:block;
}
.margo-page .margo04__shot{
  min-height:420px;
  aspect-ratio:4/3;
  border:1px solid var(--line);
  background:var(--paper-2);
  align-self:stretch;
}
.margo-page .message-shot{
  padding:0;
  min-height:0;
  display:block;
  overflow:hidden;
  background:var(--paper);
}
.margo-page .message-shot img{
  position:static;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
}
@media (max-width:1024px){
  .margo-page .margo04__shot{
    min-height:0;
    aspect-ratio:16/10;
  }
}
@media (max-width:640px){
  .margo-page .margo04__shot{aspect-ratio:4/3}
  .margo-page .message-shot{min-height:0}
}

@media (min-width:1025px){
  .margo-page .hero__grid,
  .margo-page .margo-grid,
  .margo-page .margo-section--01 .margo-grid,
  .margo-page .margo-section--02 .margo-grid,
  .margo-page .margo02__grid,
  .margo-page .margo03__grid{
    grid-template-columns:minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap:var(--s8);
  }
  .margo-page .hero .figure.margo-photo-slot,
  .margo-page .margo-section--01 .margo-image-slot.margo-photo-slot,
  .margo-page .margo02__image.margo-photo-slot,
  .margo-page .margo04__shot.margo-photo-slot,
  .margo-page .margo05__single-shot.margo-photo-slot,
  .margo-page .margo06__shot.margo-photo-slot,
  .margo-page .margo07__shot.margo-photo-slot,
  .margo-page .margo08__shot.margo-photo-slot,
  .margo-page .margo09__shot.margo-photo-slot{
    width:100%;
    min-width:0;
    min-height:0;
    aspect-ratio:4/3;
    align-self:start;
    justify-self:stretch;
  }
  .margo-page .margo03 .margo03-phone-slot.margo-photo-slot{
    width:min(100%,390px);
    justify-self:start;
    align-self:start;
  }
}

.margo-page .margo-photo-slot,
.margo-page .message-shot{
  cursor:zoom-in;
}
.margo-lightbox{
  position:fixed;
  top:0;right:0;bottom:0;left:0;
  width:100%;height:100%;
  z-index:100010;
  background:rgba(10,10,10,.92);
  overflow:hidden;
}
.margo-lightbox[hidden]{display:none !important}
.margo-lightbox.is-open{display:block}
.margo-lightbox__dialog{
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  width:100%;height:100%;
  overflow:hidden;
}
.margo-lightbox img{
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  width:100%;height:100%;
  max-width:none;max-height:none;
  object-fit:contain;
  display:block;
  margin:0;border-radius:0;box-shadow:none;
}
.margo-lightbox__prev,
.margo-lightbox__next{
  position:absolute;
  top:50%;
  z-index:30;
  width:52px;height:52px;padding:0;
  border:0;border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  cursor:pointer;
  display:grid;place-items:center;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.margo-lightbox__prev{
  left:16px;right:auto;transform:translateY(-50%);
}
.margo-lightbox__next{
  right:16px;left:auto;transform:translateY(-50%);
}
.margo-lightbox__prev:hover,
.margo-lightbox__next:hover,
.margo-lightbox__prev:focus-visible,
.margo-lightbox__next:focus-visible{
  background:rgba(255,255,255,.28);
}
.margo-lightbox__prev:focus-visible,
.margo-lightbox__next:focus-visible{
  outline:2px solid #00A402;outline-offset:2px;
}
.margo-lightbox__prev[hidden],
.margo-lightbox__next[hidden]{
  display:none;
}
.margo-lightbox__count{
  position:absolute;
  left:50%;right:auto;bottom:18px;
  transform:translateX(-50%);
  z-index:30;
  color:#fff;
  font-family:"Montserrat",system-ui,sans-serif;
  font-size:13px;letter-spacing:.04em;
  padding:6px 12px;border-radius:999px;
  background:rgba(0,0,0,.45);
  pointer-events:none;
}
.margo-lightbox__count[hidden]{display:none}
.margo-lightbox .pswp_close{
  position:absolute;
  top:12px;right:12px;left:auto;
  z-index:40;
  width:45px;height:45px;padding:0;margin:0;
  border:0;background:transparent;cursor:pointer;display:block;
  appearance:none;-webkit-appearance:none;
  touch-action:manipulation;-webkit-tap-highlight-color:transparent;
}
.margo-lightbox .pswp_close svg{width:100%;height:100%;display:block;pointer-events:none}
.margo-lightbox .pswp_close:focus-visible{outline:2px solid #00A402;outline-offset:2px;border-radius:50%}
body.margo-lightbox-open{overflow:hidden}
body.margo-lightbox-open #top_menu{z-index:1}
body.margo-lightbox-open #yuka-ai-chat,
body.margo-lightbox-open #main_back_to_top_btn{display:none !important}
@media (max-width:1024px){
  .margo-lightbox .pswp_close{
    position:fixed;
    top:calc(12px + env(safe-area-inset-top, 0px));
    right:calc(24px + env(safe-area-inset-right, 0px));
    left:auto;
  }
  .margo-lightbox__prev{left:12px;right:auto}
  .margo-lightbox__next{right:12px;left:auto}
}

