/* =================================================================
   EXPAR — Stil principal (mobile-first)
   Paletă: petrol + lime accent + cream + auriu discret
   Font: Exo 2 (titluri) / Inter (text)
   ================================================================= */

:root{
  --brand:#137066;
  --brand-700:#0E3D34;
  --brand-900:#0A2A24;
  --accent:#9FD356;
  --accent-600:#8BC53F;
  --accent-glow:rgba(159,211,86,.35);
  --gold:#C9A84C;
  --cream:#F6F4EF;
  --paper:#FFFFFF;
  --ink:#13211D;
  --muted:#5B6B63;
  --line:#E4E9E5;
  --danger:#E5484D;

  --font-head:'Exo 2','Exo',Segoe UI,sans-serif;
  --font-body:'Inter',Segoe UI,system-ui,-apple-system,sans-serif;

  --radius:14px;
  --radius-lg:20px;
  --radius-pill:100px;
  --shadow-sm:0 1px 3px rgba(13,46,38,.06),0 1px 2px rgba(13,46,38,.04);
  --shadow-md:0 10px 30px -12px rgba(13,46,38,.18);
  --shadow-lg:0 24px 60px -20px rgba(13,46,38,.28);

  --maxw:1180px;
  --gap:clamp(1rem,4vw,2rem);
  --t:.25s cubic-bezier(.16,.84,.44,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
ul{list-style:none}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.12;color:var(--ink);letter-spacing:-.01em}

/* ---------- Layout helpers ---------- */
.ex-container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,5vw,2rem)}
.ex-section{padding-block:clamp(3.2rem,8vw,6rem)}
.ex-section--tight{padding-block:clamp(2.4rem,6vw,4rem)}
.ex-bg-cream{background:var(--cream)}
.ex-bg-brand{background:var(--brand);color:#fff}
.ex-bg-deep{background:var(--brand-700);color:#fff}
.ex-center{text-align:center}

.ex-kicker{
  display:inline-flex;align-items:center;gap:.5em;
  font-family:var(--font-head);font-weight:700;
  font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--brand);
}
.ex-bg-brand .ex-kicker,.ex-bg-deep .ex-kicker{color:var(--accent)}
.ex-kicker::before,.ex-kicker::after{
  content:"";width:18px;height:18px;flex:0 0 auto;background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3Cpath d='M12 4.6v4.8M6.4 17.2l3.7-2.7M17.6 17.2l-3.7-2.7'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3Cpath d='M12 4.6v4.8M6.4 17.2l3.7-2.7M17.6 17.2l-3.7-2.7'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity:.85;
}
.ex-kicker--plain::before,.ex-kicker--plain::after{display:none}

.ex-h2{font-size:clamp(1.7rem,4.2vw,2.6rem);margin-bottom:.6rem}
.ex-lead{font-size:clamp(1rem,2.4vw,1.15rem);color:var(--muted);max-width:54ch}
.ex-bg-brand .ex-lead,.ex-bg-deep .ex-lead{color:rgba(255,255,255,.8)}
.ex-bg-brand h1,.ex-bg-brand h2,.ex-bg-brand h3,.ex-bg-brand h4,
.ex-bg-deep h1,.ex-bg-deep h2,.ex-bg-deep h3,.ex-bg-deep h4{color:#fff}
.ex-section-head{margin-bottom:clamp(1.8rem,4vw,2.8rem)}
.ex-section-head.ex-center .ex-lead{margin-inline:auto}

/* ---------- Icons ---------- */
.ex-ic{width:24px;height:24px;flex-shrink:0}

/* ---------- Buttons ---------- */
.ex-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-family:var(--font-head);font-weight:700;font-size:.98rem;
  padding:.85em 1.5em;border-radius:var(--radius-pill);
  border:1.6px solid transparent;
  transition:transform var(--t),box-shadow var(--t),background var(--t),border-color var(--t),color var(--t);
  will-change:transform;
}
.ex-btn .ex-ic{width:20px;height:20px}
.ex-btn--primary{background:var(--accent);color:var(--brand-900);box-shadow:0 8px 20px -8px var(--accent-glow)}
.ex-btn--primary:hover{background:var(--accent-600);transform:translateY(-2px);box-shadow:0 14px 28px -10px var(--accent-glow)}
.ex-btn--ghost{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}
.ex-btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);transform:translateY(-2px)}
.ex-btn--dark{background:var(--brand);color:#fff}
.ex-btn--dark:hover{background:var(--brand-700);transform:translateY(-2px)}
.ex-btn--outline{background:transparent;border-color:var(--line);color:var(--ink)}
.ex-btn--outline:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px)}
.ex-btn--wa{background:#25D366;color:#0A2A24}
.ex-btn--wa:hover{background:#1ebe5a;transform:translateY(-2px)}
.ex-btn--block{width:100%}
.ex-btn--lg{font-size:1.05rem;padding:1em 1.8em}

/* ---------- Header ---------- */
.ex-header{
  position:sticky;top:0;z-index:60;
  background:var(--brand);
  color:#fff;
  transition:box-shadow var(--t),background var(--t);
}
.ex-header.is-scrolled{box-shadow:0 6px 24px -12px rgba(0,0,0,.5)}
.ex-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px}
.ex-logo{color:#fff;display:flex;align-items:center}
.ex-logo svg,.ex-logo img{height:38px;width:auto}
.ex-nav{display:none}
.ex-nav ul{display:flex;align-items:center;gap:1.6rem}
.ex-nav a{font-family:var(--font-head);font-weight:600;font-size:.95rem;color:rgba(255,255,255,.88);position:relative;padding-block:.4rem;transition:color var(--t)}
.ex-nav a:hover,.ex-nav a[aria-current="page"]{color:#fff}
.ex-nav a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--accent);border-radius:2px;transition:width var(--t)}
.ex-nav a:hover::after,.ex-nav a[aria-current="page"]::after{width:100%}
.ex-header__cta{display:none;align-items:center;gap:.6rem}
.ex-burger{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.06);color:#fff;
}
.ex-burger .ex-ic{width:22px;height:22px}

/* Mobile drawer */
.ex-drawer{
  position:fixed;inset:0;z-index:80;
  background:var(--brand-700);color:#fff;
  display:flex;flex-direction:column;padding:1.2rem;
  transform:translateX(100%);transition:transform .32s cubic-bezier(.16,.84,.44,1);
  visibility:hidden;
}
.ex-drawer.is-open{transform:none;visibility:visible}
.ex-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.ex-drawer nav ul{display:flex;flex-direction:column;gap:.25rem}
.ex-drawer nav a{display:block;font-family:var(--font-head);font-weight:600;font-size:1.25rem;padding:.85rem .4rem;border-bottom:1px solid rgba(255,255,255,.08)}
.ex-drawer__actions{margin-top:auto;display:flex;flex-direction:column;gap:.7rem;padding-top:1.4rem}

/* ---------- Hero ---------- */
.ex-hero{position:relative;color:#fff;background:var(--brand-700);overflow:hidden}
.ex-hero__bg{position:absolute;inset:0;z-index:0}
.ex-hero__bg img{width:100%;height:100%;object-fit:cover}
.ex-hero__bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,42,36,.60) 100%,rgba(14,61,52,.86) 10%,rgba(19,112,102,.2) 50%)}
.ex-hero__deco{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:radial-gradient(60% 60% at 85% 10%,var(--accent-glow) 0%,transparent 0%)}
.ex-hero__inner{position:relative;z-index:2;padding-block:clamp(3rem,11vw,6.5rem)}
.ex-hero__eyebrow{display:inline-flex;align-items:center;gap:.5em;color:var(--accent);font-family:var(--font-head);font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.1rem}
.ex-hero h1{font-size:clamp(2.1rem,7vw,4rem);color:#fff;max-width:16ch;margin-bottom:.5rem}
.ex-hero__accent{color:var(--accent)}
.ex-hero__sub{font-family:var(--font-head);font-weight:600;font-size:clamp(1.05rem,3vw,1.4rem);color:rgba(255,255,255,.92);margin-bottom:1rem}
.ex-hero p.ex-hero__text{font-size:clamp(1rem,2.4vw,1.18rem);color:rgba(255,255,255,.82);max-width:50ch;margin-bottom:1.8rem}
.ex-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.2rem}
.ex-hero__trust{display:flex;flex-wrap:wrap;gap:1.1rem 1.6rem}
.ex-hero__trust li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:rgba(255,255,255,.85)}
.ex-hero__trust .ex-ic{width:20px;height:20px;color:var(--accent)}

/* ---------- Stats / count-up ---------- */
.ex-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}
.ex-stat{background:var(--paper);padding:1.4rem 1.2rem;text-align:center}
.ex-stat__num{font-family:var(--font-head);font-weight:800;font-size:clamp(1.8rem,6vw,2.6rem);color:var(--brand);line-height:1}
.ex-stat__num .ex-suffix{color:var(--accent-600)}
.ex-stat__label{font-size:.85rem;color:var(--muted);margin-top:.35rem}

/* ---------- Services ---------- */
.ex-services{display:grid;gap:1.1rem}
.ex-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:1.6rem;box-shadow:var(--shadow-sm);
  transition:transform var(--t),box-shadow var(--t),border-color var(--t);
  position:relative;overflow:hidden;
}
.ex-card::before{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--accent);transition:width .4s cubic-bezier(.16,.84,.44,1)}
.ex-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}
.ex-card:hover::before{width:100%}
.ex-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-700) 100%);color:var(--accent);margin-bottom:1.1rem}
.ex-card__icon .ex-ic{width:26px;height:26px}
.ex-card__kicker{font-size:.78rem;font-weight:600;color:var(--accent-600);letter-spacing:.02em;margin-bottom:.3rem;font-family:var(--font-head)}
.ex-card h3{font-size:1.25rem;margin-bottom:.5rem}
.ex-card p{color:var(--muted);font-size:.96rem;margin-bottom:1rem}
.ex-card__list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.92rem;padding-block:.28rem;color:var(--ink)}
.ex-card__list .ex-ic{width:18px;height:18px;color:var(--accent-600);margin-top:.18rem}

/* ---------- Process steps ---------- */
.ex-steps{display:grid;gap:1.4rem;counter-reset:step}
.ex-step{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.7rem 1.5rem}
.ex-bg-deep .ex-step__icon{background:rgba(159,211,86,.14);color:var(--accent)}
.ex-step__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;margin-bottom:1rem}
.ex-step__icon .ex-ic{width:26px;height:26px}
.ex-step__n{position:absolute;top:1.2rem;right:1.4rem;font-family:var(--font-head);font-weight:800;font-size:2.4rem;color:rgba(255,255,255,.1)}
.ex-step h3{color:#fff;font-size:1.2rem;margin-bottom:.45rem}
.ex-step p{color:rgba(255,255,255,.78);font-size:.95rem}

/* ---------- Abonamente (plans) ---------- */
.ex-plans{display:grid;gap:1.1rem}
@media(min-width:760px){.ex-plans{grid-template-columns:repeat(3,1fr);align-items:stretch}}
.ex-plan{position:relative;display:flex;flex-direction:column;gap:.55rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);padding:1.9rem 1.6rem}
.ex-plan__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgba(159,211,86,.14);color:var(--accent);margin-bottom:.4rem}
.ex-plan__icon .ex-ic{width:26px;height:26px}
.ex-plan__name{color:#fff;font-size:1.15rem;text-transform:uppercase;letter-spacing:.04em;margin:0}
.ex-plan__price{font-family:var(--font-head);font-weight:800;font-size:2rem;color:var(--accent);line-height:1;margin:.1rem 0 .3rem}
.ex-plan__price span{font-size:.92rem;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:0}
.ex-plan__desc{color:rgba(255,255,255,.78);font-size:.95rem;line-height:1.55;margin:0}
.ex-plan--gold{border-color:rgba(201,168,76,.55);background:linear-gradient(160deg,rgba(201,168,76,.16),rgba(255,255,255,.04));box-shadow:0 0 0 1px rgba(201,168,76,.25),0 22px 55px -24px rgba(201,168,76,.6)}
.ex-plan--gold .ex-plan__icon{background:rgba(201,168,76,.18);color:var(--gold)}
.ex-plan--gold .ex-plan__name,.ex-plan--gold .ex-plan__price{color:var(--gold)}
.ex-plan__badge{position:absolute;top:-12px;right:1.5rem;background:var(--gold);color:var(--brand-900);font-family:var(--font-head);font-weight:800;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;padding:.32rem .75rem;border-radius:100px;box-shadow:0 8px 18px -7px rgba(201,168,76,.85)}
@media(min-width:760px){.ex-plan--gold{transform:translateY(-10px)}}

/* ---------- Servicii — carduri expandabile ---------- */
.ex-svc-acc{max-width:900px;margin-inline:auto;display:grid;gap:1.1rem}
.ex-svc-item{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--t),box-shadow var(--t)}
.ex-svc-item[open]{border-color:var(--brand);box-shadow:var(--shadow-md)}
.ex-svc-summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:1.5rem;padding:1.35rem 1.6rem}
.ex-svc-summary::-webkit-details-marker{display:none}
.ex-svc-ico{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:16px;background:rgba(19,112,102,.10);color:var(--brand)}
.ex-svc-ico .ex-ic{width:28px;height:28px}
.ex-svc-head{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}
.ex-svc-kicker{font-family:var(--font-head);font-weight:600;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--brand)}
.ex-svc-title{font-family:var(--font-head);font-weight:700;font-size:1.3rem;color:var(--ink);line-height:1.2}
.ex-svc-chev{flex:0 0 auto;color:var(--brand);transition:transform var(--t)}
.ex-svc-chev .ex-ic{width:22px;height:22px}
.ex-svc-item[open] .ex-svc-chev{transform:rotate(90deg)}
.ex-svc-body{padding:0 1.6rem 1.6rem;color:var(--muted)}
.ex-svc-body .ex-svc-lead{font-size:1.06rem;color:var(--ink);font-weight:600;margin-bottom:.7rem}
.ex-svc-body p{margin-bottom:1rem;line-height:1.7;font-size:.97rem}
.ex-svc-points{display:grid;gap:.55rem;margin:.2rem 0 1.3rem}
.ex-svc-points li{display:flex;gap:.6rem;align-items:flex-start;font-size:.96rem;color:var(--ink)}
.ex-svc-points .ex-ic{width:20px;height:20px;color:var(--accent-600);flex-shrink:0;margin-top:.12rem}
@media(max-width:560px){
  .ex-svc-summary{gap:1rem;padding:1.05rem 1.1rem}
  .ex-svc-ico{width:48px;height:48px;border-radius:13px}
  .ex-svc-ico .ex-ic{width:24px;height:24px}
  .ex-svc-title{font-size:1.12rem}
  .ex-svc-body{padding:0 1.1rem 1.3rem}
}

/* ---------- Trust band ---------- */
.ex-trust{display:grid;gap:1rem}
.ex-trust__item{display:flex;gap:.9rem;align-items:flex-start;padding:1.1rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}
.ex-trust__item .ex-ic{width:26px;height:26px;color:var(--brand);flex-shrink:0}
.ex-trust__item h3{font-size:1rem;margin-bottom:.2rem}
.ex-trust__item p{font-size:.88rem;color:var(--muted)}

/* ---------- Calculator wrappers ---------- */
.ex-calc-block{background:var(--cream)}
.ex-calc-shell{max-width:1060px;margin-inline:auto;padding:clamp(1rem,4vw,3rem)}
@media(min-width:768px){.ex-calc-shell{padding:clamp(2rem,5vw,4rem)}}

/* ---------- Testimonials ---------- */
.ex-quotes{display:grid;gap:1.2rem}
.ex-quote{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.7rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.1rem}
.ex-quote__stars{display:flex;gap:.15rem;color:var(--gold)}
.ex-quote__stars .ex-ic{width:18px;height:18px}
.ex-quote blockquote{font-size:1.05rem;line-height:1.6;color:var(--ink)}
.ex-quote__who{display:flex;align-items:center;gap:.8rem;margin-top:auto}
.ex-quote__who img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.ex-quote__name{font-family:var(--font-head);font-weight:700;font-size:.98rem}
.ex-quote__role{font-size:.82rem;color:var(--muted)}

/* ---------- Partners marquee ---------- */
.ex-partners{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.ex-partners__track{display:flex;align-items:center;gap:3rem;width:max-content;animation:ex-marquee 32s linear infinite}
.ex-partners:hover .ex-partners__track{animation-play-state:paused}
.ex-partners__track img{height:46px;width:auto;max-width:170px;object-fit:contain;opacity:.7;filter:grayscale(1);transition:opacity var(--t),filter var(--t)}
.ex-partners__track img:hover{opacity:1;filter:none}
@keyframes ex-marquee{to{transform:translateX(-50%)}}

/* ---------- CTA strip ---------- */
.ex-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--brand-700) 0%,var(--brand) 100%);color:#fff;border-radius:var(--radius-lg)}
.ex-cta__deco{position:absolute;inset:0;background:radial-gradient(50% 80% at 90% 20%,var(--accent-glow),transparent 60%);pointer-events:none}
.ex-cta__inner{position:relative;z-index:1;padding:clamp(2rem,6vw,3.6rem);text-align:center}
.ex-cta h2{color:#fff;font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:.6rem}
.ex-cta p{color:rgba(255,255,255,.82);max-width:46ch;margin:0 auto 1.6rem}
.ex-cta__actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}

/* ---------- FAQ ---------- */
.ex-faq{max-width:780px;margin-inline:auto;display:grid;gap:.7rem}
.ex-faq__item{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:border-color var(--t),box-shadow var(--t)}
.ex-faq__item[open]{border-color:var(--brand);box-shadow:var(--shadow-sm)}
.ex-faq__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.3rem;font-family:var(--font-head);font-weight:600;font-size:1.02rem;list-style:none;cursor:pointer}
.ex-faq__q::-webkit-details-marker{display:none}
.ex-faq__q .ex-ic{color:var(--brand);transition:transform var(--t)}
.ex-faq__item[open] .ex-faq__q .ex-ic{transform:rotate(90deg)}
.ex-faq__a{padding:0 1.3rem 1.2rem;color:var(--muted);font-size:.96rem}

/* ---------- Footer ---------- */
.ex-footer{background:var(--brand-900);color:rgba(255,255,255,.78);padding-block:clamp(2.6rem,6vw,4rem) 1.5rem}
.ex-footer a{color:rgba(255,255,255,.78);transition:color var(--t)}
.ex-footer a:hover{color:#fff}
.ex-footer__grid{display:grid;gap:2rem}
.ex-footer__brand .ex-logo{color:#fff;margin-bottom:1rem}
.ex-footer__brand p{font-size:.92rem;max-width:36ch}
.ex-footer h4{color:#fff;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}
.ex-footer ul{display:grid;gap:.55rem;font-size:.94rem}
.ex-footer__contact li{display:flex;align-items:center;gap:.6rem}
.ex-footer__contact .ex-ic{width:18px;height:18px;color:var(--accent)}
.ex-footer__social{display:flex;gap:.6rem;margin-top:1rem}
.ex-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08)}
.ex-footer__social a:hover{background:var(--accent);color:var(--brand-900)}
.ex-footer__bottom{margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;justify-content:space-between;font-size:.84rem;color:rgba(255,255,255,.55)}

/* ---------- Sticky mobile CTA ---------- */
.ex-mobilebar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:flex;gap:.6rem;padding:.6rem;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-top:1px solid var(--line);box-shadow:0 -6px 20px -10px rgba(13,46,38,.2)}
.ex-mobilebar .ex-btn{flex:1;font-size:.92rem;padding:.75em 1em}
@media(min-width:900px){.ex-mobilebar{display:none}}
body{padding-bottom:72px}
@media(min-width:900px){body{padding-bottom:0}}

/* ---------- Page hero (interior) ---------- */
.ex-pagehero{background:var(--brand-700);color:#fff;position:relative;overflow:hidden}
.ex-pagehero::after{content:"";position:absolute;inset:0;background:radial-gradient(55% 70% at 88% 0%,var(--accent-glow),transparent 60%);pointer-events:none}
.ex-pagehero__inner{position:relative;z-index:1;padding-block:clamp(2.6rem,8vw,4.5rem)}
.ex-pagehero h1{color:#fff;font-size:clamp(2rem,6vw,3.2rem);max-width:18ch;margin-bottom:.6rem}
.ex-pagehero p{color:rgba(255,255,255,.82);max-width:54ch;font-size:clamp(1rem,2.4vw,1.15rem)}
.ex-breadcrumb{display:flex;gap:.4rem;align-items:center;font-size:.82rem;color:rgba(255,255,255,.6);margin-bottom:1rem}
.ex-breadcrumb a:hover{color:#fff}

/* ---------- Contact ---------- */
.ex-contact-grid{display:grid;gap:2rem}
.ex-contact-cards{display:grid;gap:.9rem}
.ex-contact-card{display:flex;gap:.9rem;align-items:flex-start;padding:1.2rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.ex-contact-card .ex-ic{width:24px;height:24px;color:var(--brand);flex-shrink:0;margin-top:.15rem}
.ex-contact-card h3{font-size:.95rem;margin-bottom:.15rem}
.ex-contact-card a,.ex-contact-card p{color:var(--muted);font-size:.95rem}
.ex-contact-card a:hover{color:var(--brand)}
.ex-form{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.4rem,4vw,2rem);box-shadow:var(--shadow-sm)}
.ex-field{margin-bottom:1.1rem}
.ex-field label{display:block;font-family:var(--font-head);font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.ex-field input,.ex-field textarea,.ex-field select{
  width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:var(--radius);
  font-family:var(--font-body);font-size:1rem;background:#fff;color:var(--ink);transition:border-color var(--t),box-shadow var(--t);
}
.ex-field input:focus,.ex-field textarea:focus,.ex-field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(19,112,102,.12)}
.ex-field textarea{min-height:130px;resize:vertical}
.ex-prog-title{display:flex;align-items:center;gap:.55rem;font-size:1.05rem;margin-bottom:.8rem}
.ex-prog-title .ex-ic{width:20px;height:20px;color:var(--brand);flex-shrink:0}
.ex-urgency-note{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-top:.8rem}
.ex-urgency-note .ex-ic{width:18px;height:18px;color:var(--danger);flex-shrink:0}
.ex-hours{display:grid;gap:.4rem}
.ex-hours li{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--line);font-size:.94rem}
.ex-hours li span:first-child{color:var(--muted)}
.ex-hours li span:last-child{font-weight:600}

/* ---------- Despre / prose ---------- */
.ex-prose{max-width:68ch}
.ex-prose--center{max-width:820px;margin-inline:auto}
.ex-prose p{margin-bottom:1.1rem;color:var(--ink)}
.ex-prose h2{font-size:clamp(1.3rem,3.2vw,1.8rem);margin:2.2rem 0 .7rem}
.ex-prose ul{margin:0 0 1.2rem 1.2rem;display:grid;gap:.55rem;color:var(--ink)}
.ex-prose li{line-height:1.65}
.ex-prose a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}
.ex-prose a:hover{color:var(--brand-700)}
.ex-pagehero--center .ex-pagehero__inner{max-width:880px;margin-inline:auto;text-align:center}
.ex-pagehero--center h1{max-width:none;margin-inline:auto}
.ex-pagehero--center p{max-width:60ch;margin-inline:auto}
.ex-pagehero--center .ex-hero__actions{justify-content:center}
.ex-values-wrap{margin-top:clamp(48px,9vw,120px)}
.ex-values-head{margin-bottom:clamp(1.6rem,4vw,2.6rem)}
.ex-values{display:grid;gap:1rem}
.ex-value{padding:1.4rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg)}
.ex-value .ex-ic{width:30px;height:30px;color:var(--brand);margin-bottom:.7rem}
.ex-value h3{font-size:1.1rem;margin-bottom:.35rem}
.ex-value p{font-size:.94rem;color:var(--muted)}

/* ---------- Reveal animation ---------- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1)}
.reveal.is-visible{opacity:1;transform:none}
.reveal[data-delay="1"]{transition-delay:.08s}
.reveal[data-delay="2"]{transition-delay:.16s}
.reveal[data-delay="3"]{transition-delay:.24s}

/* ---------- Skip link & a11y ---------- */
.ex-skip{position:absolute;left:-999px;top:0;background:#fff;color:var(--ink);padding:.7rem 1rem;border-radius:0 0 10px 0;z-index:100}
.ex-skip:focus{left:0}
:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px;border-radius:4px}

/* ================= Breakpoints ================= */
@media(min-width:600px){
  .ex-services{grid-template-columns:repeat(2,1fr)}
  .ex-trust{grid-template-columns:repeat(2,1fr)}
  .ex-quotes{grid-template-columns:repeat(2,1fr)}
  .ex-steps{grid-template-columns:repeat(3,1fr)}
  .ex-stats{grid-template-columns:repeat(4,1fr)}
  .ex-values{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:900px){
  .ex-nav{display:block}
  .ex-header__cta{display:flex}
  .ex-burger{display:none}
  .ex-trust{grid-template-columns:repeat(4,1fr)}
  .ex-quotes{grid-template-columns:repeat(3,1fr)}
  .ex-contact-grid{grid-template-columns:1.1fr .9fr;align-items:start}
  .ex-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr}
  .ex-hero__inner{max-width:760px}
}
@media(min-width:1024px){
  .ex-services{grid-template-columns:repeat(2,1fr);gap:1.4rem}
  .ex-values{grid-template-columns:repeat(3,1fr)}
}

/* ---------- Reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
  .ex-partners__track{animation:none}
}
