/* ═══════════════════════════════════════════════════════════
   VIAROM — Shared Stylesheet
   All pages: index, despre, expertiza, proiecte,
              sustenabilitate, agentii, contact, cariere
═══════════════════════════════════════════════════════════ */

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --alb:       #ffffff;
  --ab-50:     #f0f4ff;
  --ab-100:    #f5f8ff;
  --ab-200:    #e5edff;
  --ab-300:    #d1dfff;
  --ab-400:    #7995d2;
  --ab-500:    #395dac;
  --ab-800:    #002169;
  --ab-900:    #00184d;
  --grey-100:  #f7f7f8;
  --grey-200:  #ebebec;
  --grey-300:  #bfc1c6;
  --grey-400:  #9196A1;
  --grey-500:  #6b7280;
  --grey-800:  #2b303b;
  --rosu:      #db0032;
  --rosu-800:  #8a0f2b;
  --body:      'Barlow', sans-serif;
  --cond:      'Barlow Condensed', sans-serif;
}

/* ─── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--body); font-size: 15px; line-height: 1.6; color: var(--grey-800); background: var(--alb); -webkit-font-smoothing: antialiased; }
img  { display: block; max-width: 100%; }
ul   { list-style: none; }
a    { text-decoration: none; color: inherit; }
button { font-family: inherit; }

/* ─── SKIP LINK ──────────────────────────────────────────── */
.skip { position: absolute; top: -48px; left: 0; padding: 8px 16px; background: var(--ab-800); color: #fff; font-family: var(--cond); font-weight: 700; font-size: 15px; z-index: 9999; transition: top .2s; }
.skip:focus { top: 0; }

/* ─── LAYOUT ─────────────────────────────────────────────── */
.wrap { max-width: 1512px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 576px)  { .wrap { padding: 0 40px; } }
@media (min-width: 1024px) { .wrap { padding: 0 80px; } }

/* ─── COLOR UTILITIES ────────────────────────────────────── */
.c-dark  { color: var(--grey-800); }
.c-red   { color: var(--rosu); }
.c-blue  { color: var(--ab-800); }
.c-white { color: #fff; }

/* ─── EYEBROW ────────────────────────────────────────────── */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.eyebrow__line { width: 24px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.eyebrow__text { font-family: var(--cond); font-size: 15px; font-weight: 500; letter-spacing: .45px; color: var(--rosu); }
.eyebrow__text--blue { color: var(--ab-200); }

/* ─── SECTION HEADER ─────────────────────────────────────── */
.sec-header { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 48px; }
@media (min-width: 1024px) { .sec-header { margin-bottom: 64px; } }
.sec-title { font-family: var(--cond); font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; line-height: 1.05; margin-bottom: 6px; }
.sec-desc  { font-size: 15px; line-height: 1.6; color: var(--grey-800); }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn-filled { display: inline-flex; align-items: center; height: 48px; padding: 0 32px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; border: 1px solid #fff; background: var(--ab-800); color: #fff; white-space: nowrap; cursor: pointer; transition: background .2s; }
.btn-filled:hover { background: var(--ab-900); color: #fff; }

.btn-outline { display: inline-flex; align-items: center; height: 48px; padding: 0 32px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; border: 1px solid #fff; background: transparent; color: #fff; white-space: nowrap; cursor: pointer; transition: background .2s; }
.btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }

.btn-primary { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 32px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; background: var(--rosu); border: 1px solid var(--rosu); color: #fff; white-space: nowrap; cursor: pointer; transition: background .2s; }
.btn-primary:hover { background: var(--rosu-800); color: #fff; }

.btn-secondary { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 32px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; background: transparent; border: 1px solid var(--ab-800); color: var(--ab-800); white-space: nowrap; cursor: pointer; transition: all .2s; }
.btn-secondary:hover { background: var(--ab-800); color: #fff; }

.btn-career { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 32px; background: #fff; border: 1px solid var(--rosu); font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; color: var(--rosu); white-space: nowrap; cursor: pointer; transition: background .2s; }
.btn-career:hover { background: rgba(255,255,255,.9); color: var(--rosu); }

/* ─── TOP IMAGE BAR (inner pages) ───────────────────────── */
.top-bar { position: relative; height: 110px; overflow: hidden; background: var(--ab-900); }
.top-bar__img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.top-bar__back { position: absolute; left: 9px; top: 43px; width: 24px; height: 24px; background: none; border: none; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: opacity .2s; }
.top-bar__back:hover { opacity: .7; }
.top-bar__back:focus-visible { outline: 2px solid #fff; border-radius: 2px; }

/* ─── MAIN HEADER ────────────────────────────────────────── */
.main-header { background: var(--ab-800); box-shadow: 0 4px 7px rgba(0,0,0,.12); position: sticky; top: 0; z-index: 100; }
/* When preceded by a top-bar, header scrolls naturally (not sticky) */
.top-bar + .main-header { position: relative; top: auto; }
.main-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 16px; }

/* Logo */
.logo { display: flex; flex-shrink: 0; align-items: center; }
.logo__img { height: 32px; width: auto; }
.logo__text { font-family: var(--cond); font-size: 26px; font-weight: 800; color: #fff; letter-spacing: 2px; }

/* Desktop nav */
.desk-nav { flex: 1; display: none; justify-content: center; }
@media (min-width: 1024px) { .desk-nav { display: flex; } }
.desk-nav ul { display: flex; align-items: center; }
.desk-nav ul li a { display: inline-flex; align-items: center; height: 48px; padding: 0 20px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; color: var(--grey-300); white-space: nowrap; transition: color .2s; position: relative; }
.desk-nav ul li a:hover { color: #fff; }
.desk-nav ul li a.active { color: #fff; }
.desk-nav ul li a.active::after { content: ''; position: absolute; bottom: 0; left: 20px; right: 20px; height: 2px; background: var(--rosu); }

/* Hamburger */
.hamburger { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; flex-shrink: 0; }
.hamburger:hover { opacity: .8; }
@media (min-width: 1024px) { .hamburger { display: none; } }

/* Careers button */
.careers-btn { display: inline-flex; align-items: center; flex-shrink: 0; min-height: 48px; padding: 12px 20px; background: var(--rosu); border: 1px solid var(--rosu); font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; color: #fff; white-space: nowrap; transition: background .2s; cursor: pointer; }
.careers-btn:hover { background: var(--rosu-800); color: #fff; }
@media (min-width: 576px) { .careers-btn { padding: 12px 32px; } }

/* Mobile menu */
.mob-menu { max-height: 0; overflow: hidden; background: var(--ab-900); transition: max-height .35s ease; }
.mob-menu.open { max-height: 480px; }
.mob-menu ul  { padding: 8px 0 16px; }
.mob-menu ul li a { display: block; padding: 12px 28px; font-family: var(--cond); font-size: 16px; font-weight: 700; color: var(--grey-300); transition: color .2s, background .2s; }
.mob-menu ul li a:hover { color: #fff; background: rgba(255,255,255,.05); }
.mob-menu ul li a.active { color: #fff; }
.mob-menu__career { padding: 16px 28px 8px; border-top: 1px solid rgba(255,255,255,.08); }
.mob-menu__career a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--rosu); font-family: var(--cond); font-size: 15px; font-weight: 700; color: #fff; }

/* ─── LOCATION BAR ───────────────────────────────────────── */
.location-bar { background: var(--ab-200); }
.location-bar__scroll { display: flex; align-items: center; overflow-x: auto; min-height: 50px; -ms-overflow-style: none; scrollbar-width: none; }
.location-bar__scroll::-webkit-scrollbar { display: none; }
.loc-btn { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; height: 50px; padding: 0 24px; background: transparent; border: none; border-left: 1px solid var(--ab-300); border-right: 1px solid var(--ab-300); margin-right: -1px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .3px; color: var(--ab-800); white-space: nowrap; cursor: pointer; transition: background .2s; }
.loc-btn:hover { background: var(--ab-100); }
.loc-btn.active { background: var(--ab-300); }
.loc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ab-500); flex-shrink: 0; }
.loc-btn.active .loc-dot { background: var(--rosu); }

/* ─── PAGE HERO (inner pages) ────────────────────────────── */
.page-hero { position: relative; min-height: 360px; background: linear-gradient(0deg, rgba(0,23,74,.70), rgba(0,23,74,.70)), url('') center/cover no-repeat; display: flex; align-items: flex-end; overflow: hidden; }
@media (min-width: 768px) { .page-hero { min-height: 440px; } }
.page-hero__inner { width: 100%; padding: 64px 24px 56px; }
@media (min-width: 576px)  { .page-hero__inner { padding-left: 40px; padding-right: 40px; } }
@media (min-width: 1024px) { .page-hero__inner { padding-left: 80px; padding-right: 80px; padding-bottom: 72px; } }
.page-hero__block { max-width: 760px; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.page-hero__eyebrow-line { width: 24px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.page-hero__eyebrow-text { font-family: var(--cond); font-size: 15px; font-weight: 500; letter-spacing: .45px; color: rgba(255,255,255,.7); }
.page-hero__title { font-family: var(--cond); font-size: clamp(44px, 7vw, 80px); font-weight: 800; line-height: .96; color: #fff; }
.page-hero__title span { color: var(--rosu); }
.page-hero__desc { margin-top: 20px; max-width: 540px; font-size: 15px; font-weight: 500; line-height: 1.6; color: rgba(255,255,255,.75); }
.page-hero__deco { position: absolute; right: 80px; bottom: 0; pointer-events: none; opacity: .06; display: none; }
@media (min-width: 1024px) { .page-hero__deco { display: block; } }
.page-hero__deco svg { width: 420px; height: auto; }

/* ─── HOMEPAGE HERO ──────────────────────────────────────── */
.hero-section { position: relative; min-height: 742px; background: linear-gradient(0deg, rgba(0,23,74,.62), rgba(0,23,74,.62)), url('https://images.pexels.com/photos/1078884/pexels-photo-1078884.jpeg?auto=compress&cs=tinysrgb&w=1920&h=800&fit=crop') center/cover no-repeat; display: flex; align-items: flex-end; }
.hero-section__inner { width: 100%; padding: 120px 24px 64px; }
@media (min-width: 576px)  { .hero-section__inner { padding-left: 40px; padding-right: 40px; } }
@media (min-width: 1024px) { .hero-section__inner { padding-left: 80px; padding-right: 80px; } }
.hero-block { max-width: 737px; display: flex; flex-direction: column; gap: 40px; }
.hero-heading { font-family: var(--cond); font-size: clamp(52px, 9vw, 88px); font-weight: 800; line-height: .96; }
.hero-heading__solid { display: block; color: #fff; }
.hero-heading__red   { display: block; color: var(--rosu); }
.hero-heading__outline { font-family: var(--cond); font-size: clamp(52px, 9vw, 88px); font-weight: 800; line-height: .96; color: transparent; -webkit-text-stroke: 1px #fff; margin-left: -1px; display: block; }
.hero-desc { max-width: 517px; font-size: 15px; font-weight: 700; line-height: 1.6; color: var(--grey-300); }
.hero-btns { display: flex; flex-wrap: wrap; gap: 24px; }

/* ─── STATS SECTION ──────────────────────────────────────── */
.stats-section { position: relative; background: var(--grey-100); padding: 64px 0; overflow: hidden; }
@media (min-width: 1024px) { .stats-section { padding: 96px 0; } }
.stats-deco { position: absolute; right: 0; top: 0; width: 32%; height: 100%; pointer-events: none; overflow: hidden; display: none; }
@media (min-width: 1024px) { .stats-deco { display: block; } }
.stats-deco svg { position: absolute; right: -8%; top: -18%; width: 100%; height: auto; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 11px; }
@media (min-width: 768px)  { .stats-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-card { background: #fff; padding: 16px; min-height: 92px; display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; transition: box-shadow .2s; }
.stat-card:hover { box-shadow: 0 2px 12px rgba(0,33,105,.1); }
.stat-row { display: flex; align-items: flex-end; gap: 5px; }
.stat-num  { font-family: var(--cond); font-size: clamp(28px, 4vw, 48px); font-weight: 700; line-height: 1; color: var(--ab-800); }
.stat-unit { font-family: var(--cond); font-size: clamp(14px, 2vw, 24px); font-weight: 700; line-height: 1.4; color: var(--rosu); margin-bottom: 2px; }
.stat-label { font-size: 15px; line-height: 1.5; color: var(--grey-800); }

/* ─── EXPERTISE SECTION ──────────────────────────────────── */
.expertise-section { position: relative; background: #fff; border-top: 1px solid var(--ab-300); border-bottom: 1px solid var(--ab-300); padding: 96px 0 64px; box-shadow: inset 0 0 44px 4px rgba(0,33,105,.15); }
.expertise-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 576px)  { .expertise-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .expertise-grid { grid-template-columns: repeat(4, 1fr); } }
.exp-card { overflow: hidden; }
.exp-card__img-wrap { overflow: hidden; }
.exp-card__img { aspect-ratio: 334/236; width: 100%; background-size: cover; background-position: center; transition: transform .4s ease; }
.exp-card:hover .exp-card__img { transform: scale(1.04); }
.exp-card__info { background: #fff; padding: 8px 16px 16px; min-height: 78px; display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; }
.exp-card__num { font-family: var(--cond); font-size: 13px; color: var(--ab-500); }
.exp-card__title { font-family: var(--cond); font-size: 15px; font-weight: 500; letter-spacing: .45px; color: var(--ab-800); line-height: 1.3; }

/* Expertise page — full detail cards */
.exp-detail-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px)  { .exp-detail-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .exp-detail-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
.exp-detail-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ab-200); transition: box-shadow .25s; }
.exp-detail-card:hover { box-shadow: 0 4px 20px rgba(0,33,105,.12); }
.exp-detail-card__img { height: 280px; background-size: cover; background-position: center; transition: transform .4s; }
.exp-detail-card:hover .exp-detail-card__img { transform: scale(1.03); }
.exp-detail-card__img-wrap { overflow: hidden; flex-shrink: 0; }
.exp-detail-card__body { padding: 24px; background: #fff; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.exp-detail-card__num { font-family: var(--cond); font-size: 13px; color: var(--ab-500); }
.exp-detail-card__title { font-family: var(--cond); font-size: 22px; font-weight: 700; color: var(--ab-800); line-height: 1.2; }
.exp-detail-card__desc { font-size: 15px; line-height: 1.6; color: var(--grey-800); flex: 1; }

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testimonials-section { background: #fff; padding: 64px 0; }
@media (min-width: 1024px) { .testimonials-section { padding: 96px 0; } }
.testimonials-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px)  { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testi-card { padding: 40px 16px 24px; min-height: 226px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; border: 1px solid var(--ab-300); margin: -1px 0 0 -1px; }
.testi-quote { font-size: 15px; line-height: 1.6; color: var(--grey-800); font-style: normal; }
.testi-foot { display: flex; align-items: flex-start; gap: 16px; }
.testi-qmark { font-family: var(--cond); font-size: 52px; font-weight: 800; line-height: .8; color: var(--ab-300); flex-shrink: 0; display: block; width: 34px; height: 22px; overflow: hidden; }
.testi-author { display: flex; flex-direction: column; gap: 4px; }
.author-name { font-family: var(--cond); font-size: 15px; font-weight: 500; letter-spacing: .45px; color: var(--ab-800); }
.author-role { font-size: 13px; color: var(--ab-800); }

/* ─── PROJECTS SECTION ───────────────────────────────────── */
.projects-section { background: var(--ab-100); padding: 96px 0 64px; }
.projects-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 576px)  { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .projects-grid { grid-template-columns: repeat(4, 1fr); } }
.proj-card { display: flex; flex-direction: column; overflow: hidden; cursor: pointer; }
.proj-card__img-wrap { overflow: hidden; flex-shrink: 0; }
.proj-card__img { position: relative; height: 302px; background-size: cover; background-position: center; transition: transform .4s ease; }
.proj-card:hover .proj-card__img { transform: scale(1.03); }
.proj-badge { position: absolute; left: 16px; top: 16px; background: var(--rosu); color: #fff; font-family: var(--cond); font-size: 13px; font-weight: 500; padding: 4px 8px; }
.proj-card__body { background: #fff; padding: 16px 16px 8px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.proj-date  { font-family: var(--cond); font-size: 13px; color: var(--ab-900); }
.proj-title { font-family: var(--cond); font-size: 15px; font-weight: 500; letter-spacing: .45px; color: var(--ab-800); line-height: 1.3; }
.proj-desc  { font-size: 13px; line-height: 1.38; color: var(--grey-800); flex: 1; }
.proj-foot  { display: flex; justify-content: flex-end; margin-top: 8px; }
.proj-arrow { background: none; border: none; color: var(--ab-400); font-size: 18px; display: flex; align-items: center; padding: 4px; cursor: pointer; transition: color .2s, transform .2s; }
.proj-card:hover .proj-arrow { color: var(--ab-800); transform: translateX(4px); }

/* Projects page filter */
.proj-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.filter-btn { display: inline-flex; align-items: center; height: 40px; padding: 0 20px; font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: .3px; background: #fff; border: 1px solid var(--ab-300); color: var(--ab-800); cursor: pointer; transition: all .2s; }
.filter-btn:hover { background: var(--ab-200); border-color: var(--ab-400); }
.filter-btn.active { background: var(--ab-800); border-color: var(--ab-800); color: #fff; }

/* ─── CAREER CTA SECTION ─────────────────────────────────── */
.career-section { position: relative; background: var(--rosu-800); padding: 40px 0; overflow: hidden; }
@media (min-width: 1024px) { .career-section { padding: 64px 0; } }
.career-deco { position: absolute; right: 0; top: 0; height: 100%; width: auto; pointer-events: none; display: flex; align-items: center; }
.career-deco svg { height: 370px; width: auto; }
.career-inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 1024px) { .career-inner { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 64px; } }
.career-text { max-width: 517px; display: flex; flex-direction: column; gap: 8px; }
.career-heading { font-family: var(--cond); font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; line-height: 1.05; color: #fff; }
.career-desc { font-size: 15px; line-height: 1.6; color: #fff; }
.career-action { flex-shrink: 0; }

/* ─── ABOUT PAGE ─────────────────────────────────────────── */
.about-intro { padding: 80px 0; background: #fff; }
@media (min-width: 1024px) { .about-intro { padding: 96px 0; } }
.about-intro__grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .about-intro__grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.about-intro__text { display: flex; flex-direction: column; gap: 24px; }
.about-intro__body { font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.about-intro__body p + p { margin-top: 16px; }
.about-intro__img { position: relative; }
.about-intro__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-intro__year-badge { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px; background: var(--rosu); display: flex; flex-direction: column; align-items: center; justify-content: center; }
@media (max-width: 576px) { .about-intro__year-badge { width: 90px; height: 90px; right: 0; bottom: 0; } }
.about-intro__year-badge strong { font-family: var(--cond); font-size: 36px; font-weight: 800; color: #fff; line-height: 1; }
.about-intro__year-badge span { font-family: var(--cond); font-size: 13px; font-weight: 500; color: rgba(255,255,255,.8); text-align: center; }

/* Values */
.values-section { background: var(--grey-100); padding: 80px 0; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 576px)  { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .values-grid { grid-template-columns: repeat(4, 1fr); } }
.value-card { background: #fff; padding: 32px 24px; display: flex; flex-direction: column; gap: 16px; transition: box-shadow .2s; }
.value-card:hover { box-shadow: 0 4px 20px rgba(0,33,105,.1); }
.value-card__icon { width: 48px; height: 48px; background: var(--ab-200); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 24px; color: var(--ab-800); }
.value-card__title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: var(--ab-800); }
.value-card__desc { font-size: 14px; line-height: 1.6; color: var(--grey-800); }

/* Management */
.management-section { background: #fff; padding: 80px 0; }
.mgmt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px)  { .mgmt-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .mgmt-grid { grid-template-columns: repeat(4, 1fr); } }
.mgmt-card { display: flex; flex-direction: column; overflow: hidden; }
.mgmt-card__photo { aspect-ratio: 1/1; background-size: cover; background-position: top center; filter: grayscale(20%); transition: filter .3s; }
.mgmt-card:hover .mgmt-card__photo { filter: grayscale(0); }
.mgmt-card__info { background: var(--ab-100); padding: 16px; display: flex; flex-direction: column; gap: 4px; }
.mgmt-card__name { font-family: var(--cond); font-size: 15px; font-weight: 700; color: var(--ab-800); }
.mgmt-card__role { font-size: 13px; color: var(--grey-500); }

/* History Timeline */
.history-section { background: var(--ab-900); padding: 80px 0; }
.history-section .sec-title,
.history-section .sec-desc { color: #fff; }
.history-section .eyebrow__line { background: var(--rosu); }
.timeline { position: relative; margin-top: 48px; }
.timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.15); }
@media (min-width: 768px) { .timeline::before { left: 50%; transform: translateX(-50%); } }
.timeline-item { position: relative; padding-left: 56px; margin-bottom: 40px; }
@media (min-width: 768px) { .timeline-item { padding-left: 0; display: grid; grid-template-columns: 1fr 40px 1fr; gap: 24px; align-items: start; }
  .timeline-item:nth-child(even) .tl-content { grid-column: 3; grid-row: 1; }
  .timeline-item:nth-child(even) .tl-dot-wrap { grid-column: 2; grid-row: 1; }
  .timeline-item:nth-child(even) .tl-year { grid-column: 1; grid-row: 1; text-align: right; }
  .timeline-item:nth-child(odd) .tl-content { grid-column: 1; }
  .timeline-item:nth-child(odd) .tl-dot-wrap { grid-column: 2; }
  .timeline-item:nth-child(odd) .tl-year { grid-column: 3; }
}
.tl-dot-wrap { display: flex; justify-content: center; padding-top: 4px; }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--rosu); border: 2px solid var(--ab-900); box-shadow: 0 0 0 2px var(--rosu); flex-shrink: 0; }
.tl-dot-wrap::before { content: ''; position: absolute; left: 14px; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--rosu); }
@media (min-width: 768px) { .tl-dot-wrap::before { display: none; } }
.tl-year { font-family: var(--cond); font-size: 32px; font-weight: 800; color: var(--rosu); line-height: 1; padding-top: 2px; }
.tl-content { display: flex; flex-direction: column; gap: 6px; }
.tl-title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: #fff; }
.tl-desc { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.65); }

/* Certifications */
.cert-section { background: var(--grey-100); padding: 80px 0; }
.cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 576px)  { .cert-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cert-grid { grid-template-columns: repeat(5, 1fr); } }
.cert-card { background: #fff; padding: 24px 16px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; border: 1px solid var(--ab-200); transition: box-shadow .2s; }
.cert-card:hover { box-shadow: 0 2px 12px rgba(0,33,105,.1); }
.cert-card__logo { width: 64px; height: 64px; background: var(--ab-100); display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-size: 11px; font-weight: 700; color: var(--ab-800); text-align: center; padding: 8px; }
.cert-card__name { font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-800); line-height: 1.3; }

/* ─── SUSTAINABILITY PAGE ────────────────────────────────── */
.sustain-pillars { background: #fff; padding: 80px 0; }
.pillars-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 576px)  { .pillars-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pillars-grid { grid-template-columns: repeat(4, 1fr); } }
.pillar-card { display: flex; flex-direction: column; overflow: hidden; }
.pillar-card__img { height: 240px; background-size: cover; background-position: center; position: relative; }
.pillar-card__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,24,77,.7), transparent); }
.pillar-card__body { background: var(--ab-100); padding: 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pillar-card__icon { font-size: 28px; color: var(--ab-800); }
.pillar-card__title { font-family: var(--cond); font-size: 20px; font-weight: 700; color: var(--ab-800); }
.pillar-card__desc { font-size: 14px; line-height: 1.6; color: var(--grey-800); }

.sustain-commitment { background: var(--ab-900); padding: 80px 0; }
.sustain-commitment .sec-title { color: #fff; }
.sustain-commitment .sec-desc  { color: rgba(255,255,255,.7); }
.sustain-commitment .eyebrow__line { background: var(--rosu); }
.commit-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 768px) { .commit-grid { grid-template-columns: repeat(3, 1fr); } }
.commit-item { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; border-top: 2px solid var(--rosu); }
.commit-item__num { font-family: var(--cond); font-size: 48px; font-weight: 800; color: #fff; line-height: 1; }
.commit-item__label { font-family: var(--cond); font-size: 15px; font-weight: 500; color: rgba(255,255,255,.7); }

.sustain-initiatives { background: var(--grey-100); padding: 80px 0; }
.initiatives-list { display: flex; flex-direction: column; gap: 0; }
.initiative-item { display: grid; grid-template-columns: 1fr; gap: 0; border-bottom: 1px solid var(--ab-200); }
@media (min-width: 768px) { .initiative-item { grid-template-columns: 1fr 1fr; } }
.initiative-item:nth-child(even) .initiative-img { order: -1; }
@media (min-width: 768px) { .initiative-item:nth-child(even) .initiative-img { order: 2; } }
.initiative-img { height: 320px; background-size: cover; background-position: center; }
.initiative-body { padding: 48px 40px; background: #fff; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
@media (max-width: 767px) { .initiative-body { padding: 32px 24px; } }
.initiative-body__tag { font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--rosu); letter-spacing: .45px; }
.initiative-body__title { font-family: var(--cond); font-size: clamp(20px, 2.5vw, 28px); font-weight: 800; color: var(--ab-800); line-height: 1.15; }
.initiative-body__desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); }

/* ─── AGENCIES PAGE ──────────────────────────────────────── */
.agencies-section { background: #fff; padding: 80px 0; }
.agencies-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 576px)  { .agencies-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .agencies-grid { grid-template-columns: repeat(3, 1fr); } }
.agency-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ab-200); transition: box-shadow .25s; }
.agency-card:hover { box-shadow: 0 4px 20px rgba(0,33,105,.12); }
.agency-card__img { height: 200px; background-size: cover; background-position: center; position: relative; }
.agency-card__img-label { position: absolute; left: 0; bottom: 0; background: var(--ab-800); color: #fff; font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .45px; padding: 4px 12px; }
.agency-card__body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.agency-card__name { font-family: var(--cond); font-size: 20px; font-weight: 800; color: var(--ab-800); }
.agency-card__info { display: flex; flex-direction: column; gap: 8px; }
.agency-info-row { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--grey-800); }
.agency-info-row i { color: var(--ab-500); font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.agency-card__action { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--ab-200); }
.agency-card__action a { display: inline-flex; align-items: center; gap: 6px; font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-800); transition: color .2s; }
.agency-card__action a:hover { color: var(--rosu); }

/* Headquarters featured card */
.hq-card { grid-column: 1 / -1; }
@media (min-width: 576px) { .hq-card { grid-column: 1 / -1; } }
.hq-card .agency-card__img { height: 280px; }
@media (min-width: 768px) {
  .hq-card { display: grid; grid-template-columns: 1fr 1fr; }
  .hq-card .agency-card__img { height: 100%; min-height: 280px; }
}

/* ─── CONTACT PAGE ───────────────────────────────────────── */
.contact-section { background: #fff; padding: 80px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 5fr 4fr; gap: 80px; } }

.contact-form-wrap { display: flex; flex-direction: column; gap: 32px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 576px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-label { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .45px; color: var(--ab-800); }
.form-input, .form-select, .form-textarea {
  width: 100%; height: 48px; padding: 0 16px;
  background: var(--grey-100); border: 1px solid var(--grey-200);
  font-family: var(--body); font-size: 15px; color: var(--grey-800);
  transition: border-color .2s, background .2s;
  appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--ab-500); background: #fff; }
.form-input.error, .form-select.error, .form-textarea.error { border-color: var(--rosu); }
.form-textarea { height: 140px; padding-top: 12px; resize: vertical; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23395dac' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }
.form-error { font-size: 13px; color: var(--rosu); }
.form-consent { display: flex; align-items: flex-start; gap: 12px; }
.form-consent input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--ab-800); cursor: pointer; }
.form-consent label { font-size: 13px; line-height: 1.5; color: var(--grey-500); cursor: pointer; }
.form-consent a { color: var(--ab-800); text-decoration: underline; }

.contact-info { display: flex; flex-direction: column; gap: 32px; }
.contact-info-block { display: flex; flex-direction: column; gap: 16px; }
.contact-info-block__title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: var(--ab-800); padding-bottom: 8px; border-bottom: 2px solid var(--rosu); }
.contact-detail-row { display: flex; align-items: flex-start; gap: 12px; }
.contact-detail-row i { font-size: 18px; color: var(--ab-500); flex-shrink: 0; margin-top: 1px; }
.contact-detail-row div { display: flex; flex-direction: column; gap: 2px; }
.contact-detail-row strong { font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-800); letter-spacing: .3px; }
.contact-detail-row span { font-size: 14px; color: var(--grey-800); }
.contact-detail-row a { font-size: 14px; color: var(--ab-800); transition: color .2s; }
.contact-detail-row a:hover { color: var(--rosu); }

/* ─── CAREERS PAGE ───────────────────────────────────────── */
.careers-why { background: #fff; padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 576px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.why-card { background: var(--ab-100); padding: 32px 24px; display: flex; flex-direction: column; gap: 16px; transition: background .2s; }
.why-card:hover { background: var(--ab-200); }
.why-card__icon { font-size: 32px; color: var(--ab-800); }
.why-card__title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: var(--ab-800); }
.why-card__desc { font-size: 14px; line-height: 1.6; color: var(--grey-800); }

.jobs-section { background: var(--grey-100); padding: 80px 0; }
.jobs-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.jobs-list { display: flex; flex-direction: column; gap: 8px; }
.job-card { background: #fff; display: flex; flex-direction: column; gap: 0; border: 1px solid var(--ab-200); transition: box-shadow .2s; }
.job-card:hover { box-shadow: 0 2px 16px rgba(0,33,105,.1); }
.job-card__header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; gap: 16px; cursor: pointer; }
.job-card__left { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.job-card__title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: var(--ab-800); line-height: 1.2; }
.job-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.job-meta-tag { display: inline-flex; align-items: center; gap: 5px; font-family: var(--cond); font-size: 13px; color: var(--grey-500); }
.job-meta-tag i { font-size: 14px; }
.job-card__arrow { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--ab-100); color: var(--ab-800); font-size: 18px; flex-shrink: 0; transition: background .2s, transform .3s; }
.job-card.open .job-card__arrow { transform: rotate(90deg); background: var(--ab-800); color: #fff; }
.job-card__body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.job-card.open .job-card__body { max-height: 400px; }
.job-card__body-inner { padding: 0 24px 24px; border-top: 1px solid var(--ab-200); }
.job-card__desc { font-size: 14px; line-height: 1.7; color: var(--grey-800); margin-top: 16px; }
.job-card__requirements { margin-top: 16px; }
.job-req-title { font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-800); margin-bottom: 8px; }
.job-req-list { display: flex; flex-direction: column; gap: 6px; }
.job-req-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--grey-800); }
.job-req-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--rosu); flex-shrink: 0; margin-top: 7px; }
.job-card__apply { margin-top: 20px; }

/* Process steps */
.process-section { background: #fff; padding: 80px 0; }
.process-steps { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .process-steps { grid-template-columns: repeat(4, 1fr); } }
.process-step { display: flex; flex-direction: column; gap: 16px; padding: 32px 24px; border-left: 1px solid var(--ab-200); position: relative; }
@media (max-width: 767px) { .process-step { border-left: none; border-top: 1px solid var(--ab-200); padding: 24px 0; } }
.process-step__num { font-family: var(--cond); font-size: 56px; font-weight: 800; color: var(--ab-200); line-height: 1; }
.process-step__title { font-family: var(--cond); font-size: 18px; font-weight: 700; color: var(--ab-800); }
.process-step__desc { font-size: 14px; line-height: 1.6; color: var(--grey-800); }

/* ─── FOOTER ─────────────────────────────────────────────── */
.site-footer { background: var(--ab-900); padding: 32px 0; }
@media (min-width: 1024px) { .site-footer { padding: 48px 0 40px; } }
.footer-top { display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 1024px) { .footer-top { flex-direction: row; align-items: flex-start; justify-content: space-between; } }
.footer-brand { flex-shrink: 0; }
.footer-logo { display: inline-block; }
.footer-logo img { height: 26px; width: auto; }
.footer-logo__text { font-family: var(--cond); font-size: 20px; font-weight: 800; color: var(--ab-200); letter-spacing: 2px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; flex: 1; }
@media (min-width: 768px) { .footer-nav { grid-template-columns: repeat(4, 1fr); gap: 0 32px; margin: 0 32px; } }
.footer-col { display: flex; flex-direction: column; }
.footer-col__title { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .45px; color: rgba(255,255,255,.4); padding: 8px 16px; text-transform: uppercase; }
.footer-col a { display: inline-block; padding: 6px 16px; font-size: 13px; color: var(--ab-300); transition: color .2s; white-space: nowrap; }
.footer-col a:hover { color: #fff; }
.footer-social { flex-shrink: 0; display: flex; gap: 8px; align-items: flex-start; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,.08); color: var(--ab-300); font-size: 18px; transition: background .2s, color .2s; }
.social-btn:hover { background: var(--rosu); color: #fff; }
.footer-divider { height: 1px; background: rgba(255,255,255,.08); margin: 24px 0 20px; }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.5); }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-legal a:hover { color: #fff; }

/* ─── ANIMATIONS ─────────────────────────────────────────── */
.anim { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.anim.in { opacity: 1; transform: none; }
.anim-left { opacity: 0; transform: translateX(-20px); transition: opacity .6s ease, transform .6s ease; }
.anim-left.in { opacity: 1; transform: none; }
.anim-right { opacity: 0; transform: translateX(20px); transition: opacity .6s ease, transform .6s ease; }
.anim-right.in { opacity: 1; transform: none; }

/* ─── MISC ───────────────────────────────────────────────── */
.section-divider { height: 1px; background: var(--ab-200); }

/* Dark background eyebrow override */
.on-dark .eyebrow__line { background: var(--rosu); }
.on-dark .eyebrow__text { color: rgba(255,255,255,.6); }
.on-dark .sec-title { color: #fff; }
.on-dark .sec-desc { color: rgba(255,255,255,.65); }

/* ─── DESPRE PAGE ────────────────────────────────────────── */

/* Hero (light bg, two-column) */
.despre-hero { background: var(--ab-100); padding: 80px 0 64px; overflow: hidden; }
@media (min-width: 1024px) { .despre-hero { padding: 96px 0 80px; } }
.despre-hero__grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .despre-hero__grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.despre-hero__heading { font-family: var(--cond); font-size: clamp(44px,6vw,76px); font-weight: 800; line-height: .96; margin-bottom: 24px; }
.despre-hero__heading .line-dark { display: block; color: var(--ab-800); }
.despre-hero__heading .line-red  { display: block; color: var(--rosu); }
.despre-hero__desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); max-width: 480px; margin-bottom: 32px; font-weight: 700; }
.romania-map-wrap { position: relative; width: 100%; max-width: 560px; margin: 0 auto; }
.romania-map-wrap svg { width: 100%; height: auto; display: block; }

/* About intro */
.despre-intro { background: #fff; padding: 80px 0; }
@media (min-width: 1024px) { .despre-intro { padding: 96px 0; } }
.despre-intro__grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start; }
@media (min-width: 1024px) { .despre-intro__grid { grid-template-columns: 3fr 2fr; gap: 80px; } }
.despre-intro__text { display: flex; flex-direction: column; gap: 24px; }
.despre-intro__body p { font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.despre-intro__body p + p { margin-top: 16px; }
.despre-intro__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* History Timeline – light bg */
.history-section-light { background: var(--ab-100); padding: 80px 0; position: relative; overflow: hidden; }
.history-section-light::after { content: ''; position: absolute; right: 0; bottom: 0; width: 40%; height: 80%; background: var(--ab-200); clip-path: polygon(100% 0,100% 100%,0 100%); pointer-events: none; z-index: 0; }
.history-section-light .wrap { position: relative; z-index: 1; }
.timeline-light { margin-top: 48px; display: flex; flex-direction: column; }
.tl-row { display: grid; grid-template-columns: 72px 28px 1fr; gap: 0 16px; align-items: start; padding: 24px 0; border-top: 1px solid var(--ab-300); }
@media (min-width: 768px) { .tl-row { grid-template-columns: 120px 28px 1fr; gap: 0 24px; padding: 28px 0; } }
.tl-year-light { font-family: var(--cond); font-size: clamp(20px,2.5vw,28px); font-weight: 800; color: var(--ab-800); line-height: 1.1; padding-top: 2px; }
.tl-dot-col { display: flex; flex-direction: column; align-items: center; }
.tl-dot-light { width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid var(--ab-500); flex-shrink: 0; margin-top: 4px; }
.tl-dot-light--active { background: var(--rosu); border-color: var(--rosu); }
.tl-content-light { display: flex; flex-direction: column; gap: 6px; }
.tl-title-light { font-family: var(--cond); font-size: clamp(15px,1.8vw,18px); font-weight: 700; color: var(--ab-800); line-height: 1.2; }
.tl-desc-light { font-size: 14px; line-height: 1.6; color: var(--grey-800); }

/* Photo gallery strip */
.photo-gallery-section { background: #fff; padding: 0; }
.photo-gallery { display: grid; grid-template-columns: 1fr; gap: 4px; }
@media (min-width: 576px) { .photo-gallery { grid-template-columns: repeat(3, 1fr); } }
.photo-gallery__item { position: relative; overflow: hidden; }
.photo-gallery__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .4s ease; }
.photo-gallery__item:hover .photo-gallery__img { transform: scale(1.04); }
.photo-gallery__caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(0,24,77,.75),transparent); padding: 20px 16px 12px; }
.photo-gallery__caption-text { font-family: var(--cond); font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .3px; }

/* Vision / Mission / Values */
.vmv-section { background: #fff; padding: 80px 0; }
@media (min-width: 1024px) { .vmv-section { padding: 96px 0; } }
.vmv-grid { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 64px; }
@media (min-width: 768px) { .vmv-grid { grid-template-columns: repeat(3, 1fr); gap: 48px; } }
.vmv-col { display: flex; flex-direction: column; gap: 16px; padding-top: 24px; border-top: 3px solid var(--rosu); }
.vmv-col__title { font-family: var(--cond); font-size: clamp(20px,2.5vw,26px); font-weight: 800; color: var(--ab-800); line-height: 1.1; }
.vmv-col__text { font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.values-icons-row { display: flex; flex-wrap: wrap; gap: 8px; }
.value-icon-item { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; flex: 1 1 100px; padding: 24px 16px; background: var(--ab-100); transition: background .2s; }
.value-icon-item i { font-size: 28px; color: var(--ab-800); }
.value-icon-label { font-family: var(--cond); font-size: 12px; font-weight: 700; color: var(--ab-800); letter-spacing: .3px; line-height: 1.3; }

/* Territorial representation */
.territory-section { background: var(--ab-800); padding: 80px 0; }
@media (min-width: 1024px) { .territory-section { padding: 96px 0; } }
.territory-section .sec-title { color: #fff; }
.territory-section .sec-desc  { color: rgba(255,255,255,.7); }
.territory-section .eyebrow__text { color: rgba(255,255,255,.6); }
.territory-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start; }
@media (min-width: 1024px) { .territory-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.territory-map-wrap { max-width: 480px; width: 100%; }
.territory-map-wrap svg { width: 100%; height: auto; display: block; }
.agency-list { display: flex; flex-direction: column; }
.agency-list-item { display: flex; gap: 20px; align-items: flex-start; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.agency-list-item__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.agency-list-item__dot--hq { background: var(--rosu); }
.agency-list-item__dot--branch { background: var(--ab-400); }
.agency-list-item__body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.agency-list-item__name { font-family: var(--cond); font-size: 18px; font-weight: 700; color: #fff; line-height: 1.1; }
.agency-list-item__desc { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.65); }

/* Management team */
.team-section { background: #fff; padding: 80px 0; }
@media (min-width: 1024px) { .team-section { padding: 96px 0; } }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 576px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .team-grid { grid-template-columns: repeat(5, 1fr); } }
.team-card { display: flex; flex-direction: column; overflow: hidden; }
.team-card__photo { aspect-ratio: 3/4; background-size: cover; background-position: top center; filter: grayscale(15%); transition: filter .3s; }
.team-card:hover .team-card__photo { filter: grayscale(0); }
.team-card__info { background: var(--ab-100); padding: 12px 16px; display: flex; flex-direction: column; gap: 3px; }
.team-card__name { font-family: var(--cond); font-size: 15px; font-weight: 700; color: var(--ab-800); line-height: 1.2; }
.team-card__role { font-size: 12px; color: var(--grey-500); line-height: 1.4; }

/* ─── EXPERTIZA PAGE ─────────────────────────────────────── */

/* Sticky section nav */
.section-nav { background: var(--ab-200); border-bottom: 1px solid var(--ab-300); position: sticky; top: 88px; z-index: 90; }
.section-nav__scroll { display: flex; align-items: center; overflow-x: auto; min-height: 50px; -ms-overflow-style: none; scrollbar-width: none; }
.section-nav__scroll::-webkit-scrollbar { display: none; }
.section-nav__link { display: inline-flex; align-items: center; flex-shrink: 0; height: 50px; padding: 0 20px; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .3px; color: var(--ab-800); border-left: 1px solid var(--ab-300); border-right: 1px solid var(--ab-300); margin-right: -1px; white-space: nowrap; text-decoration: none; transition: background .2s, color .2s; }
.section-nav__link:hover { background: var(--ab-300); }
.section-nav__link.active { background: var(--ab-800); color: #fff; }

/* Hero */
.expertiza-hero { background: var(--ab-100); padding: 80px 0 64px; overflow: hidden; }
.expertiza-hero__grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .expertiza-hero__grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.expertiza-hero__heading { font-family: var(--cond); font-size: clamp(40px,5.5vw,68px); font-weight: 800; line-height: .95; margin-bottom: 24px; }
.expertiza-hero__heading .line-dark { display: block; color: var(--ab-800); }
.expertiza-hero__heading .line-red  { display: block; color: var(--rosu); }
.expertiza-hero__desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); max-width: 480px; margin-bottom: 32px; }
.hero-photos-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.hero-photos-grid__main { grid-row: 1 / 3; }
.hero-photos-grid__main img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; }
.hero-photos-grid__sub img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* Service sections – the large alternating content blocks */
.svc-section { padding: 80px 0; }
.svc-section--white { background: #fff; }
.svc-section--light { background: var(--ab-100); }
.svc-section--dark  { background: var(--ab-900); }
.svc-section--dark .svc-desc { color: rgba(255,255,255,.75); }
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
@media (min-width: 1024px) { .svc-grid { grid-template-columns: 3fr 2fr; gap: 80px; } }
@media (min-width: 1024px) { .svc-grid--rev .svc-left { order: 2; } .svc-grid--rev .svc-right { order: 1; } }

.svc-heading { font-family: var(--cond); font-size: clamp(48px,6.5vw,88px); font-weight: 800; line-height: .93; margin-bottom: 24px; }
.svc-heading .line-dark { display: block; color: var(--ab-800); }
.svc-heading .line-red  { display: block; color: var(--rosu); }
.svc-heading--on-dark .line-dark { color: #fff; }
.svc-desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.svc-desc p + p { margin-top: 16px; }

/* Detail blocks (right column content) */
.detail-blocks { display: flex; flex-direction: column; gap: 28px; }
.detail-block { display: flex; flex-direction: column; gap: 10px; }
.detail-block__label { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .8px; color: var(--rosu); text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid var(--ab-200); }
.detail-block__label--on-dark { color: rgba(255,255,255,.4); border-bottom-color: rgba(255,255,255,.1); }
.detail-block__subtitle { font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-800); }
.detail-block__subtitle--on-dark { color: rgba(255,255,255,.85); }
.detail-block__text { font-size: 14px; line-height: 1.6; color: var(--grey-800); }
.detail-block__text--on-dark { color: rgba(255,255,255,.65); }
.detail-list { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; }
.detail-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: var(--grey-800); }
.detail-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--rosu); flex-shrink: 0; margin-top: 6px; }
.detail-list--on-dark li { color: rgba(255,255,255,.75); }
.detail-list--on-dark li::before { background: rgba(255,255,255,.4); }

/* Side photos */
.svc-photos { display: flex; flex-direction: column; gap: 8px; }
.svc-photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.svc-photos-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-photos-2col .svc-photo { aspect-ratio: 4/3; }

/* Bottom expertise grid */
.expertiza-final { background: var(--ab-100); padding: 80px 0; }

/* Sustainability teaser */
.sustain-teaser { background: var(--ab-900); padding: 80px 0; }
.sustain-teaser .sec-title { color: #fff; }
.sustain-teaser .sec-desc { color: rgba(255,255,255,.7); }
.sustain-teaser .eyebrow__text { color: rgba(255,255,255,.55); }
.sustain-teaser .eyebrow__line { background: var(--rosu); }

/* ─── PROIECTE PAGE ──────────────────────────────────────── */

/* Hero */
.proiecte-hero { background: var(--ab-100); padding: 80px 0 64px; overflow: hidden; }
.proiecte-hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .proiecte-hero__grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.proiecte-hero__heading { font-family: var(--cond); font-size: clamp(40px,5.5vw,72px); font-weight: 800; line-height: .93; margin-bottom: 24px; }
.proiecte-hero__heading .line-dark { display: block; color: var(--ab-800); }
.proiecte-hero__heading .line-red  { display: block; color: var(--rosu); }
.proiecte-hero__desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); max-width: 480px; margin-bottom: 32px; }
.proiecte-hero__img img { width: 100%; display: block; object-fit: cover; max-height: 440px; }

/* Filter bar */
.filter-bar { background: var(--ab-800); padding: 0; }
.filter-bar__inner { display: flex; flex-wrap: wrap; align-items: stretch; gap: 0; min-height: 72px; }
.filter-bar__group { display: flex; flex-direction: column; gap: 2px; padding: 12px 20px; flex: 1; min-width: 160px; border-right: 1px solid rgba(255,255,255,.1); }
.filter-bar__group:last-of-type { border-right: none; }
.filter-bar__label { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .6px; color: rgba(255,255,255,.5); text-transform: uppercase; }
.filter-bar__input,
.filter-bar__select { background: transparent; border: none; outline: none; font-family: var(--cond); font-size: 15px; font-weight: 500; color: #fff; padding: 0; cursor: pointer; }
.filter-bar__input::placeholder { color: rgba(255,255,255,.4); font-weight: 400; }
.filter-bar__select option { color: var(--ab-800); background: #fff; }
.filter-bar__btn { display: flex; align-items: center; gap: 8px; padding: 0 32px; background: var(--rosu); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: .5px; color: #fff; cursor: pointer; white-space: nowrap; transition: background .2s; flex-shrink: 0; }
.filter-bar__btn:hover { background: var(--rosu-dark); }
.filter-bar__btn i { font-size: 16px; }

/* Projects count heading */
.proj-count-section { background: #fff; padding: 48px 0 0; }
.proj-count-heading { font-family: var(--cond); font-size: clamp(36px,5vw,64px); font-weight: 800; line-height: .95; }
.proj-count-heading .num { color: var(--ab-800); }
.proj-count-heading .label { color: var(--rosu); }

/* Full projects grid (3 cols) */
.proj-full-section { background: #fff; padding: 40px 0 64px; }
.proj-full-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .proj-full-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .proj-full-grid { grid-template-columns: repeat(3, 1fr); } }

/* Full project card */
.pfcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ab-200); transition: box-shadow .2s, transform .2s; }
.pfcard:hover { box-shadow: 0 8px 32px rgba(0,24,77,.1); transform: translateY(-2px); }
.pfcard__photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.pfcard__body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pfcard__badge { display: inline-block; font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: var(--rosu); color: #fff; padding: 3px 10px; line-height: 1.4; align-self: flex-start; }
.pfcard__title { font-family: var(--cond); font-size: 17px; font-weight: 700; line-height: 1.25; color: var(--ab-800); }
.pfcard_description { font-family: var(--cond); font-size: 16px; font-weight: 500; line-height: 1.25; color: var(--ab-800); }
.pfcard__meta { display: flex; flex-direction: column; gap: 3px; }
.pfcard__loc { font-size: 13px; color: var(--grey-700); display: flex; align-items: start; gap: 6px; }
.pfcard__loc i { font-size: 12px; color: var(--ab-500); }
.pfcard__date { font-size: 13px; color: var(--grey-500); }
.pfcard__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.pfcard__tag { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .3px; color: var(--ab-700); background: var(--ab-100); border: 1px solid var(--ab-200); padding: 2px 8px; }
.pfcard__foot { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--ab-100); }
.pfcard__link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--rosu); text-decoration: none; letter-spacing: .3px; transition: gap .2s; }
.pfcard__link:hover { gap: 10px; }
.pfcard:hover .pfcard_description{ color: #fff; }

/* Load more */
.load-more-wrap { display: flex; justify-content: center; padding: 40px 0 64px; }
.load-more-btn { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--ab-300); background: transparent; font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-800); padding: 14px 32px; cursor: pointer; letter-spacing: .4px; transition: border-color .2s, background .2s; }
.load-more-btn:hover { border-color: var(--ab-800); background: var(--ab-100); }

/* Sustain banner */
.sustain-banner { background: var(--ab-800); padding: 64px 0; }
.sustain-banner__inner { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 768px) { .sustain-banner__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; } }
.sustain-banner__text { max-width: 600px; }
.sustain-banner__title { font-family: var(--cond); font-size: clamp(32px,4vw,56px); font-weight: 800; color: #fff; line-height: 1; margin-bottom: 16px; }
.sustain-banner__desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.7); }
.sustain-banner__btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,.3); background: transparent; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 14px 32px; cursor: pointer; letter-spacing: .4px; text-decoration: none; white-space: nowrap; transition: background .2s, border-color .2s; }
.sustain-banner__btn:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }

/* ─── SUSTENABILITATE PAGE ───────────────────────────────── */

/* Hero */
.sust-hero { background: var(--ab-100); padding: 80px 0 64px; overflow: hidden; }
.sust-hero__grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .sust-hero__grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.sust-hero__heading { font-family: var(--cond); font-size: clamp(40px,5.5vw,72px); font-weight: 800; line-height: .93; margin-bottom: 24px; }
.sust-hero__heading .line-dark { display: block; color: var(--ab-800); }
.sust-hero__heading .line-red  { display: block; color: var(--rosu); }
.sust-hero__desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); max-width: 480px; margin-bottom: 32px; }
.sust-hero__photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.sust-hero__photos-main { grid-row: 1 / 3; }
.sust-hero__photos-main img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; }
.sust-hero__photos-sub img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* Angajament (centered stats) */
.sust-angajament { background: #fff; padding: 80px 0; }
.sust-angajament__text { max-width: 640px; margin: 24px 0 56px; font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.sust-stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (min-width: 768px) { .sust-stats-row { grid-template-columns: repeat(4, 1fr); } }
.sust-stat { display: flex; flex-direction: column; gap: 6px; padding: 24px 0; border-top: 3px solid var(--ab-200); }
.sust-stat__num { font-family: var(--cond); font-size: clamp(36px,4vw,56px); font-weight: 800; color: var(--ab-800); line-height: 1; }
.sust-stat__label { font-size: 13px; color: var(--grey-600); line-height: 1.4; }

/* Pilier sections */
.sust-pilier { padding: 80px 0; }
.sust-pilier--white { background: #fff; }
.sust-pilier--light { background: var(--ab-100); }
.sust-pilier__grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
@media (min-width: 1024px) { .sust-pilier__grid { grid-template-columns: 3fr 2fr; gap: 80px; } }
@media (min-width: 1024px) { .sust-pilier__grid--rev .sust-left { order: 2; } .sust-pilier__grid--rev .sust-right { order: 1; } }
.pilier-eyebrow { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; margin-bottom: 4px; }
.pilier-heading { font-family: var(--cond); font-size: clamp(48px,6.5vw,88px); font-weight: 800; line-height: .93; margin-bottom: 24px; color: var(--ab-800); }
.pilier-heading .line-red { color: var(--rosu); }
.pilier-desc { font-size: 15px; line-height: 1.7; color: var(--grey-800); }
.pilier-desc p + p { margin-top: 14px; }
.pilier-list { display: flex; flex-direction: column; gap: 0; list-style: none; padding: 0; margin: 24px 0 0; }
.pilier-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-top: 1px solid var(--ab-200); }
.pilier-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--rosu); flex-shrink: 0; margin-top: 7px; }
.pilier-list__head { font-size: 15px; font-weight: 700; color: var(--ab-800); line-height: 1.3; }
.pilier-list__body { font-size: 14px; color: var(--grey-700); line-height: 1.5; margin-top: 3px; }
.pilier-photo { width: 100%; object-fit: cover; display: block; }
.pilier-photo--tall { aspect-ratio: 4/5; }
.pilier-photo--wide { aspect-ratio: 4/3; }

/* Quote banners */
.sust-quote-banner { background: var(--ab-900); padding: 40px 0; }
.sust-quote-banner--center { text-align: center; }
.sust-quote-banner--center .sust-quote-banner__text { margin: 0 auto; }
.sust-quote-banner__text { font-family: var(--cond); font-size: clamp(15px,1.8vw,20px); font-weight: 500; color: rgba(255,255,255,.85); line-height: 1.6; max-width: 860px; }
.sust-quote-banner--italic .sust-quote-banner__text { font-style: italic; font-size: clamp(17px,2.2vw,26px); }
.sust-quote-banner__author { font-family: var(--cond); font-size: 13px; color: rgba(255,255,255,.4); margin-top: 10px; font-weight: 500; }

/* Bottom CTA */
.sust-cta { background: var(--ab-800); padding: 64px 0; }
.sust-cta__inner { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 768px) { .sust-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; } }
.sust-cta__heading { font-family: var(--cond); font-size: clamp(24px,3.5vw,44px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 12px; }
.sust-cta__desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.7); max-width: 560px; }
.sust-cta__btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; background: var(--rosu); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 32px; cursor: pointer; letter-spacing: .5px; text-decoration: none; white-space: nowrap; transition: background .2s; }
.sust-cta__btn:hover { background: var(--rosu-dark); }

/* ─── AGENTII PAGE ───────────────────────────────────────── */

.agentii-section { background: #EDF1F9; padding: 80px 0 120px; position: relative; overflow: hidden; }
.agentii-section::after { content: ''; position: absolute; right: -80px; bottom: -60px; width: 420px; height: 340px; background: rgba(0,23,74,.07); transform: rotate(-18deg); pointer-events: none; }

.agentii-layout { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: start; }
@media (min-width: 1024px) { .agentii-layout { grid-template-columns: 300px 1fr; gap: 80px; align-items: center; } }

.agentii-map { display: flex; justify-content: center; }
.agentii-map img { width: 100%; max-width: 300px; object-fit: contain; }

.agentii-grid { display: grid; grid-template-columns: 1fr; gap: 32px 40px; }
@media (min-width: 640px) { .agentii-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .agentii-grid { grid-template-columns: repeat(3, 1fr); } }

.ag-item { display: flex; flex-direction: column; gap: 10px; }
.ag-item__head { display: flex; align-items: flex-start; gap: 12px; }
.ag-item__arrow { width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent var(--rosu); flex-shrink: 0; margin-top: 5px; }
.ag-item__name { font-family: var(--cond); font-size: clamp(22px,2.5vw,30px); font-weight: 800; color: var(--ab-800); line-height: 1.1; }
.ag-item__desc { font-size: 15px; line-height: 1.65; color: var(--grey-700); padding-left: 27px; }

/* ─── CONTACT PAGE ───────────────────────────────────────── */
.contact-pg { background: #fff; padding: 64px 0 80px; }
.contact-pg__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.contact-pg__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.contact-pg__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; }
.contact-pg__heading { font-family: var(--cond); font-size: clamp(32px,4.5vw,56px); font-weight: 800; line-height: .95; margin-bottom: 16px; color: var(--ab-800); }
.contact-pg__heading .line-red { color: var(--rosu); }
.contact-pg__intro { font-size: 15px; line-height: 1.7; color: var(--grey-700); margin-bottom: 40px; max-width: 500px; }

.contact-pg__layout { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 1024px) { .contact-pg__layout { grid-template-columns: 1fr 420px; gap: 48px; } }

/* Form */
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 580px) { .cf-row { grid-template-columns: 1fr; } }
.cf-field { display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; }
.cf-field--row { margin-bottom: 0; }
.cf-label { font-family: var(--cond); font-size: 12px; font-weight: 700; color: var(--ab-700); letter-spacing: .4px; padding: 0 2px; }
.cf-label--red { color: var(--rosu); }
.cf-input, .cf-select, .cf-textarea { border: 1px solid var(--ab-200); background: #fff; font-family: var(--sans); font-size: 14px; color: var(--ab-800); padding: 10px 14px; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.cf-input:focus, .cf-select:focus, .cf-textarea:focus { border-color: var(--ab-500); }
.cf-input::placeholder, .cf-textarea::placeholder { color: var(--grey-400); }
.cf-select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300174A' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.cf-textarea { resize: vertical; min-height: 100px; }
.cf-hint { font-size: 11px; color: var(--grey-400); padding: 0 2px; margin-top: 2px; }
.cf-upload { border: 1.5px dashed var(--ab-200); padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; transition: border-color .2s; margin-bottom: 20px; }
.cf-upload:hover { border-color: var(--ab-400); }
.cf-upload__icon { font-size: 24px; color: var(--ab-400); }
.cf-upload__label { font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-700); }
.cf-upload__hint { font-size: 12px; color: var(--grey-500); }
.cf-check-wrap { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
.cf-check-wrap input[type=checkbox] { width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--ab-800); margin-top: 2px; cursor: pointer; }
.cf-check-wrap label { font-size: 13px; line-height: 1.6; color: var(--grey-700); cursor: pointer; }
.cf-check-wrap a { color: var(--ab-800); font-weight: 700; text-decoration: none; }
.cf-check-wrap strong { color: var(--ab-800); }
.cf-submit { display: inline-flex; align-items: center; gap: 8px; background: var(--ab-800); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 32px; cursor: pointer; letter-spacing: .4px; transition: background .2s; float: right; }
.cf-submit:hover { background: var(--ab-700); }
.cf-map { margin-top: 32px; clear: both; }
.cf-map img { width: 100%; max-width: 320px; display: block; }

/* Agency contacts sidebar */
.contact-agencies-card { border: 1px solid var(--ab-200); background: #fff; padding: 32px 28px; }
.ca-item { padding: 20px 0; border-bottom: 1px solid var(--ab-100); }
.ca-item:last-child { border-bottom: none; padding-bottom: 0; }
.ca-item:first-child { padding-top: 0; }
.ca-item__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ca-item__arrow { width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent var(--rosu); flex-shrink: 0; }
.ca-item__name { font-family: var(--cond); font-size: clamp(18px,2vw,24px); font-weight: 800; color: var(--ab-800); line-height: 1; }
.ca-info-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 6px; }
.ca-info-row i { color: var(--ab-400); font-size: 13px; margin-top: 2px; flex-shrink: 0; }
.ca-info-row span, .ca-info-row a { font-size: 13px; color: var(--grey-700); text-decoration: none; line-height: 1.4; }
.ca-info-row a:hover { color: var(--ab-800); }

/* ─── CARIERE PAGE ───────────────────────────────────────── */

/* Hero */
.car-hero { background: #fff; padding: 64px 0 0; overflow: hidden; }
.car-hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .car-hero__grid { grid-template-columns: 1fr 1fr; gap: 0; } }
.car-hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.car-hero__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.car-hero__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; }
.car-hero__heading { font-family: var(--cond); font-size: clamp(52px,7vw,96px); font-weight: 800; line-height: .88; margin-bottom: 24px; }
.car-hero__heading .line-red { display: block; color: var(--rosu); }
.car-hero__heading .line-dim { display: block; color: rgba(0,23,74,.25); }
.car-hero__desc { font-size: 15px; line-height: 1.7; color: var(--grey-700); max-width: 460px; margin-bottom: 28px; }
.car-hero__photo-wrap { position: relative; display: flex; justify-content: flex-end; align-items: flex-end; }
.car-hero__deco { position: absolute; bottom: 0; left: 10%; width: 55%; padding-bottom: 55%; border-radius: 50%; background: #F5D9D9; z-index: 0; }
.car-hero__photo { position: relative; z-index: 1; width: 90%; max-width: 480px; object-fit: cover; display: block; }

/* Search bar */
.car-search { background: var(--rosu); padding: 18px 0; }
.car-search__inner { display: flex; gap: 0; align-items: stretch; flex-wrap: wrap; gap: 8px; }
@media (min-width: 768px) { .car-search__inner { flex-wrap: nowrap; gap: 0; } }
.car-search__text { flex: 1; min-width: 200px; border: none; background: #fff; font-family: var(--sans); font-size: 14px; color: var(--ab-800); padding: 12px 16px; outline: none; }
.car-search__text::placeholder { color: var(--grey-400); }
.car-search__select { border: none; border-left: 1px solid var(--ab-100); background: #fff; font-family: var(--sans); font-size: 13px; color: var(--ab-700); padding: 12px 32px 12px 14px; outline: none; cursor: pointer; min-width: 130px; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2300174A' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.car-search__label { font-family: var(--cond); font-size: 11px; font-weight: 700; color: rgba(255,255,255,.65); padding: 0 8px; display: flex; align-items: center; }
.car-search__btn { background: var(--ab-800); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 12px 28px; cursor: pointer; display: flex; align-items: center; gap: 8px; white-space: nowrap; letter-spacing: .4px; transition: background .2s; }
.car-search__btn:hover { background: var(--ab-700); }

/* Jobs section */
.car-jobs { background: #fff; padding: 64px 0; }
.car-jobs__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.car-jobs__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); }
.car-jobs__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); }
.car-jobs__count { font-family: var(--cond); font-size: clamp(36px,5vw,64px); font-weight: 800; color: var(--ab-800); line-height: 1; margin-bottom: 40px; }
.car-jobs__count span { color: var(--rosu); margin-right: 8px; }

.jobs-cards-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--ab-100); border: 1px solid var(--ab-100); }
@media (min-width: 640px) { .jobs-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .jobs-cards-grid { grid-template-columns: repeat(3, 1fr); } }

.jc { background: #fff; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.jc__badge { display: inline-flex; align-items: center; font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .5px; padding: 3px 8px; text-transform: uppercase; align-self: flex-start; }
.jc__badge--ing { background: #E8EEFF; color: #1A3A7A; }
.jc__badge--sant { background: #FFF0E6; color: #B84200; }
.jc__badge--util { background: #FFF0E6; color: #B84200; }
.jc__badge--fin { background: #F0E8FF; color: #5B1FA3; }
.jc__badge--it { background: #E6F7EE; color: #1A7A3A; }
.jc__title { font-family: var(--cond); font-size: clamp(16px,1.8vw,20px); font-weight: 800; color: var(--ab-800); line-height: 1.15; flex: 1; }
.jc__meta { font-size: 12px; color: var(--grey-500); }
.jc__tags { display: flex; flex-wrap: wrap; gap: 4px; }
.jc__tag { font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .3px; border: 1px solid var(--ab-200); color: var(--ab-600); padding: 2px 6px; }
.jc__link { font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-800); text-decoration: none; display: flex; align-items: center; gap: 6px; margin-top: 6px; transition: color .2s; }
.jc__link:hover { color: var(--rosu); }

/* Echipa CTA */
.car-team-cta { background: #8A0F2B; padding: 64px 0; position: relative; overflow: hidden; }
.car-team-cta::before { content: ''; position: absolute; right: -60px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; }
.car-team-cta::after { content: ''; position: absolute; right: 80px; bottom: -100px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; }
.car-team-cta__inner { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
@media (min-width: 768px) { .car-team-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; } }
.car-team-cta__label { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,.55); text-transform: uppercase; margin-bottom: 8px; }
.car-team-cta__heading { font-family: var(--cond); font-size: clamp(28px,4vw,52px); font-weight: 800; color: #fff; line-height: 1.05; margin-bottom: 12px; }
.car-team-cta__desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.7); max-width: 520px; }
.car-team-cta__btn { flex-shrink: 0; background: #fff; border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: var(--ab-800); padding: 16px 32px; cursor: pointer; letter-spacing: .4px; text-decoration: none; white-space: nowrap; transition: background .2s; }
.car-team-cta__btn:hover { background: var(--ab-100); }

/* Articles section */
.car-articles { background: #fff; padding: 64px 0; }
.car-articles__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.car-articles__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); }
.car-articles__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); }
.car-articles__heading { font-family: var(--cond); font-size: clamp(32px,4.5vw,56px); font-weight: 800; color: var(--ab-800); line-height: 1; margin-bottom: 40px; }
.car-articles__heading .line-red { color: var(--rosu); }

.articles-grid { display: grid; grid-template-columns: 1fr; gap: 0; border: 1px solid var(--ab-100); }
@media (min-width: 640px) { .articles-grid { grid-template-columns: repeat(3, 1fr); } }
.art-card { display: flex; flex-direction: column; border-right: 1px solid var(--ab-100); }
.art-card:last-child { border-right: none; }
.art-card__img { aspect-ratio: 16/9; overflow: hidden; }
.art-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.art-card:hover .art-card__img img { transform: scale(1.04); }
.art-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.art-card__badge { display: inline-flex; font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .5px; padding: 3px 8px; text-transform: uppercase; align-self: flex-start; }
.art-card__badge--cariere { background: #FFE6E6; color: var(--rosu); }
.art-card__badge--constr { background: #E8EEFF; color: #1A3A7A; }
.art-card__badge--stud { background: #E6F7EE; color: #1A7A3A; }
.art-card__date { font-size: 12px; color: var(--grey-400); font-weight: 500; }
.art-card__title { font-family: var(--cond); font-size: 16px; font-weight: 800; color: var(--ab-800); line-height: 1.2; }
.art-card__desc { font-size: 13px; line-height: 1.6; color: var(--grey-600); flex: 1; }

/* ─── RAPOARTE PAGE ──────────────────────────────────────── */

.rapp-section { padding: 80px 0; }
.rapp-section--hero { background: #EDF1F9; }
.rapp-section--white { background: #fff; }
.rapp-section--alt { background: #F5F7FA; }

.rapp-layout { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .rapp-layout { grid-template-columns: 1fr 1fr; gap: 64px; } }

.rapp-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rapp-eyebrow__line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.rapp-eyebrow__text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; }

.rapp-heading { font-family: var(--cond); font-size: clamp(36px, 5.5vw, 72px); font-weight: 800; line-height: .9; margin-bottom: 24px; color: var(--ab-800); }
.rapp-heading--hero { font-size: clamp(52px, 7vw, 96px); }
.rapp-heading .line-red { color: var(--rosu); display: block; }
.rapp-heading .inline-red { color: var(--rosu); }

.rapp-desc { font-size: 15px; line-height: 1.7; color: var(--grey-700); margin-bottom: 32px; max-width: 480px; }
.rapp-btns { display: flex; flex-wrap: wrap; gap: 12px; }

.btn-dl { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--ab-800); background: transparent; font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-800); padding: 12px 20px; cursor: pointer; letter-spacing: .3px; text-decoration: none; transition: background .2s, color .2s; }
.btn-dl:hover { background: var(--ab-800); color: #fff; }

.rapp-img { display: flex; align-items: center; justify-content: center; }
.rapp-img img { width: 100%; max-width: 520px; object-fit: contain; display: block; }

/* Stats bar */
.rapp-stats { background: #fff; padding: 56px 0; border-top: 1px solid var(--ab-100); }
.rapp-stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ab-100); }
@media (min-width: 768px) { .rapp-stats__grid { grid-template-columns: repeat(4, 1fr); } }
.rapp-stat { background: #fff; padding: 32px 24px; display: flex; flex-direction: column; gap: 6px; }
.rapp-stat__val { font-family: var(--cond); font-size: clamp(40px, 5vw, 64px); font-weight: 800; color: var(--ab-800); line-height: 1; }
.rapp-stat__val--red { color: var(--rosu); }
.rapp-stat__val .sup { font-size: 0.55em; vertical-align: super; }
.rapp-stat__val .small { font-size: 0.5em; font-weight: 700; vertical-align: baseline; margin-left: 2px; }
.rapp-stat__label { font-size: 13px; color: var(--grey-600); line-height: 1.4; }

/* ─── DETALII PROIECT PAGE ───────────────────────────────── */

.proj-pg { background: #fff; padding: 56px 0 0; }

/* Header */
.proj-badge-cat { display: inline-flex; background: var(--rosu); font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .5px; color: #fff; padding: 3px 10px; text-transform: uppercase; margin-bottom: 14px; }
.proj-title { font-family: var(--sans); font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: var(--ab-800); line-height: 1.2; margin-bottom: 12px; }
.proj-meta { font-size: 13px; color: var(--ab-600); margin-bottom: 14px; }
.proj-meta a { color: var(--ab-700); text-decoration: none; }
.proj-meta span { color: var(--grey-500); }
.proj-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 40px; }
.proj-tag { font-family: var(--cond); font-size: 12px; font-weight: 700; background: var(--ab-800); color: #fff; padding: 4px 10px; letter-spacing: .3px; }

/* Body text */
.proj-body { font-size: 15px; line-height: 1.75; color: var(--grey-800); margin-bottom: 28px; }
.proj-body p + p { margin-top: 16px; }

/* Full-width image inside content */
.proj-full-img { margin: 12px 0 36px; }
.proj-full-img img { width: 100%; display: block; object-fit: cover; max-height: 480px; }

/* Specs bar */
.proj-specs { background: #EDF1F9; padding: 40px 0; }
.proj-specs__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(0,23,74,.1); }
@media (min-width: 640px) { .proj-specs__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .proj-specs__grid { grid-template-columns: repeat(5, 1fr); } }
.proj-spec { background: #EDF1F9; padding: 24px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.proj-spec__icon { font-size: 28px; color: var(--ab-500); }
.proj-spec__label { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .4px; color: var(--ab-500); text-transform: uppercase; }
.proj-spec__val { font-family: var(--cond); font-size: 16px; font-weight: 800; color: var(--ab-800); line-height: 1.2; }

/* Gallery */
.proj-gallery { background: #fff; padding: 64px 0; }
.proj-gallery__main-wrap { position: relative; display: flex; align-items: center; gap: 0; margin-bottom: 12px; }
.proj-gallery__main { flex: 1; overflow: hidden; }
.proj-gallery__main img { width: 100%; max-height: 540px; object-fit: cover; display: block; }
.proj-gallery__arrow { flex-shrink: 0; background: none; border: none; font-size: 28px; color: var(--ab-400); cursor: pointer; padding: 8px 12px; transition: color .2s; }
.proj-gallery__arrow:hover { color: var(--ab-800); }
.proj-gallery__caption { font-size: 13px; color: var(--grey-500); text-align: center; margin-bottom: 16px; }
.proj-gallery__thumbs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 4px; }
.proj-gallery__thumb { width: 80px; height: 54px; flex-shrink: 0; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color .2s; }
.proj-gallery__thumb.active { border-color: var(--ab-700); }
.proj-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Project CTA */
.proj-cta { background: #EDF1F9; padding: 56px 0; }
.proj-cta__inner { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
@media (min-width: 768px) { .proj-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; } }
.proj-cta__heading { font-family: var(--cond); font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: var(--ab-800); line-height: 1.05; margin-bottom: 8px; }
.proj-cta__desc { font-size: 14px; color: var(--grey-700); line-height: 1.6; max-width: 540px; }
.proj-cta__btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; background: var(--ab-800); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 28px; cursor: pointer; letter-spacing: .4px; text-decoration: none; white-space: nowrap; transition: background .2s; }
.proj-cta__btn:hover { background: var(--ab-700); }

/* ─── ȘTIRI PAGE ─────────────────────────────────────────── */

.stiri-hero { background: #fff; padding: 52px 0 40px; }
.stiri-hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.stiri-hero__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.stiri-hero__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; }
.stiri-hero__heading { font-family: var(--cond); font-size: clamp(36px, 5.5vw, 60px); font-weight: 800; color: var(--ab-800); line-height: 1; }
.stiri-hero__heading .inline-red { color: var(--rosu); }

.stiri-section { background: #fff; padding: 0 0 64px; }

.stiri-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--ab-100); }
@media (min-width: 640px) { .stiri-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .stiri-grid { grid-template-columns: repeat(3, 1fr); } }

.stiri-card { border-right: 1px solid var(--ab-100); border-bottom: 1px solid var(--ab-100); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
@media (min-width: 960px) { .stiri-card:nth-child(3n) { border-right: none; } }
.stiri-card__img-wrap { position: relative; overflow: hidden; aspect-ratio: 3/2; }
.stiri-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.stiri-card:hover .stiri-card__img-wrap img { transform: scale(1.04); }
.stiri-card__badge { position: absolute; top: 0; left: 0; background: var(--rosu); font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .4px; color: #fff; padding: 5px 10px; text-transform: uppercase; }
.stiri-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.stiri-card__date { font-size: 12px; color: var(--grey-400); font-weight: 500; }
.stiri-card__title { font-family: var(--cond); font-size: 15px; font-weight: 800; color: var(--ab-800); line-height: 1.2; text-transform: uppercase; transition: color .2s; }
.stiri-card:hover .stiri-card__title { color: var(--rosu); }
.stiri-card__desc { font-size: 13px; line-height: 1.55; color: var(--grey-600); flex: 1; }

.stiri-load-more { display: flex; justify-content: center; padding: 40px 0 48px; }
.stiri-load-more-btn { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--ab-800); background: transparent; font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-800); padding: 14px 32px; cursor: pointer; letter-spacing: .4px; transition: background .2s, color .2s; }
.stiri-load-more-btn:hover { background: var(--ab-800); color: #fff; }

/* ─── DETALII ȘTIRE PAGE ─────────────────────────────────── */

.dstire-pg { background: #fff; padding: 52px 0 0; }

.dstire-title { font-family: var(--sans); font-size: clamp(24px, 3.5vw, 40px); font-weight: 700; color: var(--ab-800); line-height: 1.2; margin: 10px 0 10px; }
.dstire-meta { font-size: 13px; color: var(--ab-600); margin-bottom: 28px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dstire-meta__sep { color: var(--grey-300); }
.dstire-meta__author { color: var(--ab-500); }

.dstire-body { font-size: 15px; line-height: 1.75; color: var(--grey-800); }
.dstire-body p + p { margin-top: 18px; }
.dstire-body-end { padding: 32px 0; }

.dstire-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 40px 0; }
.dstire-img-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

.dstire-next { display: flex; justify-content: flex-end; padding: 32px 0 56px; }

/* Related articles "Jurnal de Șantier" */
.jurnal-section { background: #F5F7FA; padding: 56px 0 64px; }
.jurnal-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.jurnal-eyebrow__line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.jurnal-eyebrow__text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; }
.jurnal-heading { font-family: var(--cond); font-size: clamp(36px, 5.5vw, 56px); font-weight: 800; color: var(--ab-800); line-height: 1; margin-bottom: 32px; }
.jurnal-heading .inline-red { color: var(--rosu); }
.jurnal-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--ab-100); background: #F5F7FA; }
@media (min-width: 640px) { .jurnal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .jurnal-grid { grid-template-columns: repeat(3, 1fr); } }
.jurnal-card { background: #fff; border-right: 1px solid var(--ab-100); border-bottom: 1px solid var(--ab-100); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
@media (min-width: 960px) { .jurnal-card:nth-child(3n) { border-right: none; } }
.jurnal-card__img-wrap { position: relative; overflow: hidden; aspect-ratio: 3/2; }
.jurnal-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.jurnal-card:hover .jurnal-card__img-wrap img { transform: scale(1.04); }
.jurnal-card__badge { position: absolute; top: 0; left: 0; background: var(--rosu); font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .4px; color: #fff; padding: 5px 10px; text-transform: uppercase; }
.jurnal-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.jurnal-card__date { font-size: 12px; color: var(--grey-400); font-weight: 500; }
.jurnal-card__title { font-family: var(--cond); font-size: 15px; font-weight: 800; color: var(--ab-800); line-height: 1.2; text-transform: uppercase; transition: color .2s; }
.jurnal-card:hover .jurnal-card__title { color: var(--rosu); }
.jurnal-card__desc { font-size: 13px; line-height: 1.55; color: var(--grey-600); flex: 1; }

/* ─── DETALII AGENȚIE PAGE ───────────────────────────────── */

/* Hero */
.ag-hero { position: relative; min-height: 420px; background: var(--ab-800); overflow: hidden; display: flex; align-items: stretch; }
.ag-hero__bg { position: absolute; inset: 0; }
.ag-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.ag-hero__wrap { position: relative; z-index: 1; width: 100%; }
.ag-hero__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 80px 0 64px; }
.ag-hero__content { flex: 1; max-width: 500px; }
.ag-hero__eyebrow { font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: 1.2px; color: rgba(255,255,255,.55); text-transform: uppercase; margin-bottom: 12px; }
.ag-hero__title { font-family: var(--cond); font-size: clamp(40px, 7vw, 72px); font-weight: 800; color: #fff; line-height: .95; margin-bottom: 20px; }
.ag-hero__desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.78); margin-bottom: 28px; max-width: 420px; }
.ag-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.ag-hero__btn-outline { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid rgba(255,255,255,.7); background: transparent; font-family: var(--cond); font-size: 13px; font-weight: 700; color: #fff; padding: 12px 20px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.ag-hero__btn-outline:hover { background: #fff; color: var(--ab-800); border-color: #fff; }
.ag-hero__btn-red { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--rosu); background: var(--rosu); font-family: var(--cond); font-size: 13px; font-weight: 700; color: #fff; padding: 12px 20px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s, border-color .2s; }
.ag-hero__btn-red:hover { background: #b91c1c; border-color: #b91c1c; }
.ag-hero__map-col { flex-shrink: 0; width: 200px; opacity: .7; }
@media (max-width: 767px) { .ag-hero__map-col { display: none; } }

/* Generic section scaffolding */
.ag-section { background: #fff; padding: 60px 0; }
.ag-section--gray { background: #F5F7FA; }
.ag-section--dark { background: var(--ab-800); position: relative; overflow: hidden; }
.ag-section--dark::after { content: ''; position: absolute; right: -60px; top: -40px; width: 340px; height: 340px; background: rgba(255,255,255,.04); transform: rotate(30deg); pointer-events: none; clip-path: polygon(0 0, 100% 0, 100% 100%); }

.ag-eyebrow { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .5px; color: var(--rosu); text-transform: uppercase; margin-bottom: 10px; }
.ag-eyebrow::before { content: '— '; }
.ag-heading { font-family: var(--cond); font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--ab-800); line-height: 1.05; margin-bottom: 32px; }
.ag-heading .inline-red { color: var(--rosu); }

/* 2-column content layout */
.ag-2col { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .ag-2col { grid-template-columns: 1fr 1fr; align-items: start; } }
.ag-body { font-size: 15px; line-height: 1.75; color: var(--grey-800); }
.ag-body p + p { margin-top: 16px; }

/* Bullet list (right col) */
.ag-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.ag-bullets li { display: flex; gap: 12px; }
.ag-bullets__dot { flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--ab-500); margin-top: 5px; }
.ag-bullets__text { font-size: 14px; line-height: 1.55; color: var(--grey-700); }
.ag-bullets__label { font-family: var(--cond); font-weight: 700; font-size: 14px; color: var(--ab-800); display: block; margin-bottom: 3px; }

/* Checklist (left col, section 2) */
.ag-checklist { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-direction: column; gap: 14px; }
.ag-checklist li { display: flex; gap: 10px; font-size: 14px; line-height: 1.5; color: var(--grey-700); }
.ag-checklist__icon { flex-shrink: 0; color: var(--ab-500); font-size: 16px; margin-top: 1px; }
.ag-checklist__label { font-family: var(--cond); font-weight: 700; color: var(--ab-800); display: block; margin-bottom: 2px; }

/* Map/location box placeholder */
.ag-map-box { background: #E8EEF6; min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--ab-400); font-size: 13px; position: relative; overflow: hidden; }
.ag-map-box__icon { font-size: 32px; color: var(--ab-500); }
.ag-map-box__label { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--ab-600); }

/* Team cards */
.ag-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
@media (min-width: 640px) { .ag-team-grid { grid-template-columns: repeat(4, 1fr); } }
.ag-team-card { position: relative; overflow: hidden; }
.ag-team-card__img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: grayscale(20%); transition: filter .3s; }
.ag-team-card:hover .ag-team-card__img { filter: grayscale(0%); }
.ag-team-card__info { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,23,74,.85) 0%, transparent 100%); padding: 28px 14px 14px; }
.ag-team-card__name { font-family: var(--cond); font-size: 15px; font-weight: 800; color: #fff; line-height: 1.15; }
.ag-team-card__name span { color: var(--rosu); }
.ag-team-card__role { font-size: 11px; color: rgba(255,255,255,.65); margin-top: 2px; line-height: 1.3; }

/* Project cards (4-col for agency page) */
.ag-proj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--ab-100); margin-bottom: 28px; background: #F5F7FA; }
@media (min-width: 960px) { .ag-proj-grid { grid-template-columns: repeat(4, 1fr); } }
.ag-proj-card { background: #fff; border-right: 1px solid var(--ab-100); border-bottom: 1px solid var(--ab-100); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
@media (min-width: 960px) { .ag-proj-card:nth-child(4n) { border-right: none; } }
.ag-proj-card__img-wrap { position: relative; overflow: hidden; aspect-ratio: 3/2; }
.ag-proj-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.ag-proj-card:hover .ag-proj-card__img-wrap img { transform: scale(1.04); }
.ag-proj-card__badge { position: absolute; top: 0; left: 0; background: var(--rosu); font-family: var(--cond); font-size: 10px; font-weight: 700; color: #fff; padding: 4px 8px; text-transform: uppercase; }
.ag-proj-card__body { padding: 12px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.ag-proj-card__date { font-size: 11px; color: var(--grey-400); }
.ag-proj-card__title { font-family: var(--cond); font-size: 13px; font-weight: 800; color: var(--ab-800); line-height: 1.2; text-transform: uppercase; transition: color .2s; }
.ag-proj-card:hover .ag-proj-card__title { color: var(--rosu); }
.ag-proj-card__desc { font-size: 12px; line-height: 1.5; color: var(--grey-600); flex: 1; }
.ag-proj-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.ag-btn-fill { display: inline-flex; align-items: center; gap: 8px; background: var(--ab-800); border: none; font-family: var(--cond); font-size: 13px; font-weight: 700; color: #fff; padding: 14px 24px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s; }
.ag-btn-fill:hover { background: var(--ab-700); }

/* Contact dark section */
.ag-contact-eyebrow { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .5px; color: rgba(255,255,255,.45); text-transform: uppercase; margin-bottom: 8px; }
.ag-contact-eyebrow::before { content: '— '; }
.ag-contact-heading { font-family: var(--cond); font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; line-height: 1.05; margin-bottom: 40px; }
.ag-contact-heading .inline-red { color: var(--rosu); }
.ag-contact-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 640px) { .ag-contact-grid { grid-template-columns: repeat(3, 1fr); } }
.ag-contact-item { display: flex; flex-direction: column; gap: 8px; }
.ag-contact-item__icon { font-size: 22px; color: var(--rosu); }
.ag-contact-item__label { font-family: var(--cond); font-size: 11px; font-weight: 700; color: rgba(255,255,255,.45); letter-spacing: .5px; text-transform: uppercase; }
.ag-contact-item__val { font-size: 14px; color: #fff; line-height: 1.6; }

/* Agencies map section */
.ag-agencies { background: #fff; padding: 56px 0; }
.ag-agencies__title { font-family: var(--cond); font-size: 16px; font-weight: 700; color: var(--ab-400); letter-spacing: .5px; text-transform: uppercase; margin-bottom: 32px; }
.ag-agencies__inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 768px) { .ag-agencies__inner { grid-template-columns: 240px 1fr; } }
.ag-agencies__map { width: 100%; max-width: 240px; }
.ag-agencies__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 32px; }
@media (min-width: 640px) { .ag-agencies__cols { grid-template-columns: repeat(3, 1fr); } }
.ag-agencies__col h3 { font-family: var(--cond); font-size: 14px; font-weight: 800; color: var(--rosu); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.ag-agencies__col h3 i { font-size: 12px; }
.ag-agencies__col p { font-size: 13px; line-height: 1.55; color: var(--grey-600); }

/* ─── STUDENȚI PAGE ──────────────────────────────────────── */

/* Hero */
.stud-hero { background: #fff; padding: 56px 0 0; overflow: hidden; }
.stud-hero__inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: end; }
@media (min-width: 768px) { .stud-hero__inner { grid-template-columns: 1fr 1fr; } }
.stud-hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.stud-hero__eyebrow-line { width: 28px; height: 2px; background: var(--rosu); flex-shrink: 0; }
.stud-hero__eyebrow-text { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--grey-600); text-transform: uppercase; }
.stud-hero__title { font-family: var(--cond); font-size: clamp(42px, 7vw, 76px); font-weight: 800; color: var(--ab-800); line-height: .92; margin-bottom: 20px; }
.stud-hero__title .inline-red { color: var(--rosu); }
.stud-hero__desc { font-size: 15px; line-height: 1.65; color: var(--grey-700); margin-bottom: 28px; max-width: 460px; }
.stud-hero__btn { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--rosu); background: transparent; font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--rosu); padding: 12px 20px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s, color .2s; }
.stud-hero__btn:hover { background: var(--rosu); color: #fff; }
.stud-hero__img { width: 100%; max-height: 440px; object-fit: cover; object-position: center top; display: block; }

/* Internship count banner */
.stud-banner { background: var(--rosu); padding: 20px 0; }
.stud-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.stud-banner__text { font-family: var(--cond); font-size: clamp(20px, 3vw, 28px); font-weight: 800; color: #fff; letter-spacing: .3px; }
.stud-banner__btn { display: inline-flex; align-items: center; gap: 8px; background: var(--ab-800); border: none; font-family: var(--cond); font-size: 13px; font-weight: 700; color: #fff; padding: 12px 20px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s; flex-shrink: 0; }
.stud-banner__btn:hover { background: var(--ab-700); }

/* Partnership section */
.stud-partner { background: #fff; padding: 64px 0; }
.stud-partner__intro { font-size: 15px; line-height: 1.7; color: var(--grey-700); margin-bottom: 48px; max-width: 760px; }
.stud-partner__grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .stud-partner__grid { grid-template-columns: 2fr 3fr; align-items: start; } }
.stud-partner__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.stud-partner__items { display: flex; flex-direction: column; gap: 28px; }
.stud-partner__item { display: flex; gap: 14px; }
.stud-partner__chevron { flex-shrink: 0; color: var(--rosu); font-size: 18px; margin-top: 2px; }
.stud-partner__item-title { font-family: var(--cond); font-size: 16px; font-weight: 800; color: var(--ab-800); margin-bottom: 6px; }
.stud-partner__item-body { font-size: 14px; line-height: 1.6; color: var(--grey-600); }

/* Icon feature tabs */
.stud-features { background: #fff; border-top: 1px solid var(--ab-100); border-bottom: 1px solid var(--ab-100); }
.stud-features__inner { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .stud-features__inner { grid-template-columns: repeat(5, 1fr); } }
.stud-feature { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 28px 16px; text-align: center; border-right: 1px solid var(--ab-100); cursor: pointer; transition: background .2s; }
.stud-feature:last-child { border-right: none; }
.stud-feature:hover { background: #F5F7FA; }
.stud-feature__icon { font-size: 28px; color: var(--ab-500); }
.stud-feature__label { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .4px; color: var(--ab-700); text-transform: uppercase; line-height: 1.25; }

/* Testimonial section */
.stud-testimonial { background: #fff; padding: 64px 0; }
.stud-testimonial__grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .stud-testimonial__grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.stud-testimonial__body { font-size: 15px; line-height: 1.75; color: var(--grey-700); margin-bottom: 32px; }
.stud-quote { border-left: 3px solid var(--rosu); padding-left: 20px; margin: 0 0 20px; }
.stud-quote__text { font-size: 15px; line-height: 1.7; color: var(--grey-800); font-style: italic; margin-bottom: 14px; }
.stud-quote__author { font-family: var(--cond); font-size: 13px; font-weight: 800; color: var(--ab-800); }
.stud-quote__role { font-size: 12px; color: var(--grey-500); margin-top: 2px; }
.stud-testimonial__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* Articles / "De ce să lucrezi la noi" */
.stud-articles { background: #fff; padding: 64px 0; }
.stud-articles__grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--ab-100); }
@media (min-width: 640px) { .stud-articles__grid { grid-template-columns: repeat(3, 1fr); } }

/* Internship listings */
.stud-jobs { background: #F5F7FA; padding: 64px 0; }
.stud-jobs__grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 8px; }
@media (min-width: 640px) { .stud-jobs__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .stud-jobs__grid { grid-template-columns: repeat(3, 1fr); } }

/* CTA section */
.stud-cta { background: var(--ab-800); padding: 72px 0; }
.stud-cta__eyebrow { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,.45); text-transform: uppercase; margin-bottom: 16px; }
.stud-cta__heading { font-family: var(--sans); font-size: clamp(26px, 4vw, 42px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 20px; max-width: 600px; }
.stud-cta__desc { font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.7); margin-bottom: 32px; max-width: 560px; }
.stud-cta__btn { display: inline-flex; align-items: center; gap: 10px; background: var(--rosu); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 28px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s; }
.stud-cta__btn:hover { background: #b91c1c; }

/* ─── DETALII JOB PAGE ───────────────────────────────────── */

/* Job header */
.dj-header { background: #fff; padding: 52px 0 40px; position: relative; overflow: hidden; }
.dj-header::after { content: ''; position: absolute; right: -80px; top: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, #EDF3FF 0%, transparent 70%); pointer-events: none; }
.dj-cat { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--rosu); text-transform: uppercase; margin-bottom: 12px; }
.dj-title { font-family: var(--sans); font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: var(--ab-800); line-height: 1.15; margin-bottom: 10px; }
.dj-meta { font-size: 13px; color: var(--grey-500); margin-bottom: 16px; }
.dj-meta__sep { margin: 0 8px; color: var(--grey-300); }
.dj-tags-row { display: flex; flex-wrap: wrap; gap: 6px; }

/* Content sections */
.dj-content { background: #fff; padding: 48px 0; }
.dj-section { max-width: 740px; margin-bottom: 36px; }
.dj-section__heading { font-family: var(--sans); font-size: 15px; font-weight: 700; color: var(--ab-800); margin-bottom: 12px; }
.dj-body-text { font-size: 15px; line-height: 1.75; color: var(--grey-800); }
.dj-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.dj-list li { position: relative; padding-left: 16px; font-size: 14px; line-height: 1.6; color: var(--grey-700); }
.dj-list li::before { content: '•'; position: absolute; left: 0; color: var(--ab-500); }

/* Benefits icon row */
.dj-benefits { background: #F5F7FA; border-top: 1px solid var(--ab-100); border-bottom: 1px solid var(--ab-100); padding: 40px 0; }
.dj-benefits__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (min-width: 640px) { .dj-benefits__grid { grid-template-columns: repeat(4, 1fr); } }
.dj-benefit { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.dj-benefit__icon { font-size: 28px; color: var(--ab-500); }
.dj-benefit__label { font-family: var(--cond); font-size: 13px; font-weight: 700; color: var(--ab-700); }
.dj-benefit__desc { font-size: 12px; line-height: 1.5; color: var(--grey-500); }

/* Application form */
.dj-form-section { background: #fff; padding: 56px 0; }
.dj-form-heading { font-family: var(--sans); font-size: 20px; font-weight: 700; color: var(--ab-800); margin-bottom: 28px; }
.dj-form-row4 { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 12px; }
@media (min-width: 640px) { .dj-form-row4 { grid-template-columns: repeat(4, 1fr); } }
.dj-field { display: flex; flex-direction: column; gap: 4px; }
.dj-field label { font-size: 12px; font-weight: 600; color: var(--grey-600); }
.dj-input, .dj-select { width: 100%; border: 1px solid var(--ab-100); padding: 10px 12px; font-family: var(--sans); font-size: 14px; color: var(--ab-800); background: #fff; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.dj-input:focus, .dj-select:focus { border-color: var(--ab-500); }
.dj-input::placeholder { color: var(--grey-300); }
.dj-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; cursor: pointer; }
.dj-textarea { width: 100%; border: 1px solid var(--ab-100); padding: 12px; font-family: var(--sans); font-size: 14px; color: var(--ab-800); background: #fff; outline: none; resize: vertical; min-height: 100px; transition: border-color .2s; margin-bottom: 12px; }
.dj-textarea:focus { border-color: var(--ab-500); }
.dj-textarea::placeholder { color: var(--grey-300); }
.dj-upload { border: 1.5px dashed var(--ab-200); padding: 28px 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; transition: border-color .2s, background .2s; margin-bottom: 16px; }
.dj-upload:hover { border-color: var(--ab-500); background: #F5F7FA; }
.dj-upload__icon { font-size: 24px; color: var(--ab-400); }
.dj-upload__main { font-size: 14px; font-weight: 600; color: var(--ab-700); }
.dj-upload__sub { font-size: 12px; color: var(--grey-400); }
.dj-gdpr-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; font-size: 13px; line-height: 1.55; color: var(--grey-600); }
.dj-gdpr-row input[type="checkbox"] { flex-shrink: 0; margin-top: 2px; width: 16px; height: 16px; accent-color: var(--rosu); cursor: pointer; }
.dj-gdpr-row a { color: var(--rosu); font-weight: 600; text-decoration: none; }
.dj-gdpr-row a:hover { text-decoration: underline; }
.dj-form-actions { display: flex; justify-content: flex-end; }
.dj-submit { display: inline-flex; align-items: center; gap: 8px; background: var(--ab-800); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 32px; cursor: pointer; letter-spacing: .4px; transition: background .2s; }
.dj-submit:hover { background: var(--ab-700); }

/* Similar jobs */
.dj-similar { background: #F5F7FA; padding: 56px 0; }
.dj-similar__grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 8px; }
@media (min-width: 640px) { .dj-similar__grid { grid-template-columns: repeat(3, 1fr); } }

/* CTA banner (job page) */
.dj-cta { background: var(--ab-800); padding: 60px 0; position: relative; overflow: hidden; }
.dj-cta::after { content: ''; position: absolute; right: -100px; bottom: -100px; width: 500px; height: 500px; background: rgba(255,255,255,.03); border-radius: 50%; pointer-events: none; }
.dj-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; position: relative; z-index: 1; }
.dj-cta__text { flex: 1; }
.dj-cta__eyebrow { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,.45); text-transform: uppercase; margin-bottom: 10px; }
.dj-cta__heading { font-family: var(--sans); font-size: clamp(22px, 3.5vw, 34px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 12px; }
.dj-cta__desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.65); max-width: 480px; }
.dj-cta__btn { display: inline-flex; align-items: center; gap: 8px; background: var(--rosu); border: none; font-family: var(--cond); font-size: 14px; font-weight: 700; color: #fff; padding: 16px 28px; cursor: pointer; letter-spacing: .4px; text-decoration: none; transition: background .2s; flex-shrink: 0; }
.dj-cta__btn:hover { background: #b91c1c; }

/* ─── RESPONSIVE UTILITIES ───────────────────────────────── */
@media (max-width: 575px) {
  .hide-xs { display: none !important; }
}
@media (min-width: 576px) {
  .show-xs-only { display: none !important; }
}
