/* ═══════════════════════════════════════════
   Andrei Lupu – Cabinet de Avocat
   style.css
═══════════════════════════════════════════ */

:root {
  --navy:     #0c1a2e;
  --navy2:    #152236;
  --gold:     #c9a84c;
  --gold2:    #d4b060;
  --white:    #ffffff;
  --cream:    #f7f4ef;
  --text:     #1a1a2e;
  --text2:    #4a4855;
  --text3:    #8a8898;
  --border:   #e0dcd4;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NAVBAR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 64px;
  background: transparent;
  transition: background .4s, padding .4s, box-shadow .4s;
}
#nav.solid {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 2px 30px rgba(0,0,0,.07);
  padding: 14px 64px;
}
#nav.solid .nlogo-text        { color: var(--navy); }
#nav.solid .nlogo-text b      { color: var(--gold); }
#nav.solid .nlogo-sub         { color: var(--gold); }
#nav.solid .nlinks a          { color: var(--navy); }
#nav.solid .ncta              { border-color: var(--navy); color: var(--navy); }
#nav.solid .ncta:hover        { background: var(--navy); color: #fff; }

.nlogo {
  display: flex; flex-direction: column;
  text-decoration: none;
  border: 1.5px solid var(--gold);
  padding: 9px 15px;
}
.nlogo-text {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 22px; letter-spacing: 2px; color: #fff; line-height: 1;
}
.nlogo-text b { color: var(--gold); font-weight: 800; }
.nlogo-sub {
  font-size: 7.5px; letter-spacing: 4px;
  color: var(--gold); text-transform: uppercase; margin-top: 4px;
}

.nlinks { display: flex; align-items: center; gap: 44px; list-style: none; }
.nlinks a {
  font-size: 10.5px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: rgba(255,255,255,.9);
  text-decoration: none; transition: color .3s; position: relative;
}
.nlinks a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.nlinks a:hover { color: var(--gold); }
.nlinks a:hover::after { transform: scaleX(1); }

.ncta {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: #fff; border: 1.5px solid rgba(255,255,255,.7);
  padding: 11px 24px; text-decoration: none; transition: all .3s;
}
.ncta:hover { background: #fff; color: var(--navy); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HERO
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('../images/hero.webp') center / cover no-repeat;
  transform: scale(1.06);
  animation: hzoom 12s ease-out forwards;
}
@keyframes hzoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0);  }
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(10,20,38,.97) 0%,
    rgba(10,20,38,.88) 42%,
    rgba(10,20,38,.45) 68%,
    rgba(10,20,38,.20) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  padding: 140px 64px 100px; max-width: 640px;
}

.h-eyebrow {
  display: flex; align-items: center; gap: 18px; margin-bottom: 36px;
  opacity: 0; animation: fadeUp .8s .3s ease forwards;
}
.h-eyebrow::before { content: ''; display: block; width: 44px; height: 1px; background: var(--gold); }
.h-eyebrow span { font-size: 9.5px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); }

.h-t1 {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  opacity: 0;
  animation: fadeUp .8s .5s ease forwards;
  margin-left: 60px;
}
.h-t2 {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
  line-height: 1.05;
  display: block;
  letter-spacing: -1px;
  opacity: 0;
  animation: fadeUp .8s .65s ease forwards;
  margin-left: 60px;
}
.h-rule {
  width: 300px; height: 1px; background: rgba(201,168,76,.35);
  margin: 28px 0;
  opacity: 0; animation: fadeUp .6s .8s ease forwards;
}
.h-desc {
  font-size: 13.5px; font-weight: 300; line-height: 1.9;
  color: rgba(255,255,255,.72); max-width: 460px; margin: 34px 0 52px 60px;
  opacity: 0; animation: fadeUp .8s .95s ease forwards;
}
.h-btn {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 21px 46px; text-decoration: none; position: relative; overflow: hidden;
  opacity: 0; animation: fadeUp .8s 1.1s ease forwards;
  transition: transform .3s;
  margin-left: 60px;
}
.h-btn::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,.15);
  transform: translateX(-100%); transition: transform .4s;
}
.h-btn:hover::after { transform: translateX(0); }
.h-btn:hover        { transform: translateY(-2px); }

.hero-stat {
  position: absolute;
  left: 705px;
  bottom: 90px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  animation: fadeUp .8s 1.3s ease forwards;
}
.hs-label { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.hs-value { font-family: 'Playfair Display', serif; font-size: 38px; font-style: italic; color: var(--gold); }

.hero-scroll {
  position: absolute; bottom: 30px; left: 64px; z-index: 2;
  opacity: 0; animation: fadeIn 1s 1.6s ease forwards;
}
.hero-scroll span { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }

@keyframes fadeUp  { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn  { from { opacity:0; } to { opacity:1; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SCROLL REVEAL
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECTION HELPERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec-head-center { text-align: center; margin-bottom: 72px; }
.sec-head-center h2 {
  font-family: 'Playfair Display', serif; font-size: 54px; font-weight: 400;
  color: var(--text); margin-bottom: 18px;
}
.gold-line { width: 56px; height: 2px; background: var(--gold); margin: 0 auto; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PRACTICE AREAS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#arii { padding: 110px 64px; background: var(--white); }

.areas-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  max-width: 1200px; margin: 0 auto;
}
.ac {
  padding: 54px 44px; border: 1px solid var(--border);
  cursor: pointer; position: relative; background: #fff;
  transition: border-color .35s, box-shadow .35s, transform .35s, background .35s;
}
.ac:hover, .ac.on {
  border-color: var(--gold);
  box-shadow: 0 16px 60px rgba(0,0,0,.08);
  z-index: 2;
  transform: translateY(-6px);
  background: #fffefd;
}
.ac-num {
  font-family: 'Playfair Display', serif; font-size: 52px; font-style: italic;
  font-weight: 300; color: rgba(201,168,76,.18); margin-bottom: 20px; line-height: 1;
  transition: color .35s;
}
.ac.on .ac-num { color: var(--gold); }
.ac-title {
  font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 500;
  color: var(--text); margin-bottom: 14px;
}
.ac-desc { font-size: 12px; font-weight: 300; line-height: 1.85; color: var(--text2); }
.ac-link {
  display: none; margin-top: 26px; align-items: center; gap: 12px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); text-decoration: none; background: none; border: none; padding: 0; cursor: pointer;
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}
.ac:hover .ac-link {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.ac-link::after { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.ac-empty {
  padding: 54px 44px; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
}
.ac-empty span { font-size: 9px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MODAL ARII DE EXPERTIZĂ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.area-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.area-modal.active {
  display: flex;
}
.area-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,10,24,0.78);
  backdrop-filter: blur(10px);
}
.area-modal-dialog {
  position: relative;
  max-width: 760px;
  max-height: 80vh;
  background: #050a15;
  border: 1px solid rgba(201,168,76,.4);
  box-shadow: 0 40px 120px rgba(0,0,0,.65);
  padding: 32px 36px 30px;
  overflow: hidden;
  z-index: 1;
  animation: modalIn .45s ease forwards;
}
.area-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: 18px;
  cursor: pointer;
}
.area-modal-close:hover {
  color: #fff;
}
.area-modal-header {
  margin-bottom: 18px;
}
.area-modal-eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.area-modal-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.area-modal-body {
  margin-top: 14px;
  max-height: 58vh;
  overflow-y: auto;
}
.area-modal-body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255,255,255,.85);
  margin-bottom: 18px;
}
.area-modal-body p + p {
  margin-top: 4px;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   DESPRE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#despre { padding: 110px 64px; background: var(--white); }
.despre-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 90px; max-width: 1200px; margin: 0 auto; align-items: center;
}

.chat-widget {
  background: var(--navy); border-radius: 2px;
  box-shadow: 0 40px 100px rgba(10,20,38,.35); overflow: hidden;
}
.chat-hdr { padding: 22px 30px; border-bottom: 1px solid rgba(201,168,76,.2); }
.chat-mode-lbl { font-size: 8px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.chat-title-lbl { font-family: 'Playfair Display', serif; font-size: 26px; font-style: italic; color: #fff; }
.chat-body { padding: 30px; }
.chat-messages {
  max-height: 320px;
  overflow-y: auto;
  margin-bottom: 16px;
}
.chat-bubble {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.chat-bubble.user {
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.4);
  text-align: right;
  color: var(--gold2);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
.chat-bubble.bot {
  border-left: 2px solid var(--gold);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.9);
}
.chat-bubble.error {
  background: rgba(220,38,38,.15);
  border: 1px solid rgba(248,113,113,.6);
  color: #fecaca;
}
.chat-section-lbl { font-size: 8px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(201,168,76,.65); margin-bottom: 12px; }
.chat-right-lbl   { text-align: right; }
.cb-cabinet { border-left: 2px solid var(--gold); padding: 14px 18px; margin-bottom: 26px; }
.cb-cabinet p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: rgba(255,255,255,.92);
}
.cb-client { background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.28); padding: 16px 22px; margin-bottom: 26px; text-align: right; }
.cb-client p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--gold2); }
.chat-input { display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.12); padding: 13px 18px; margin-bottom: 14px; }
.chat-input input { flex: 1; background: none; border: none; outline: none; font-family: 'Montserrat', sans-serif; font-size: 11.5px; color: rgba(255,255,255,.45); }
.chat-input input::placeholder { color: rgba(255,255,255,.28); }
.chat-send-btn { background: none; border: none; cursor: pointer; color: var(--gold); font-size: 17px; line-height: 1; }
.chat-foot { display: flex; justify-content: space-between; }
.chat-foot span { font-size: 7.5px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.25); }

.about-r .eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.about-r h2 { font-family: 'Playfair Display', serif; font-size: 50px; font-weight: 400; color: var(--text); line-height: 1.12; margin-bottom: 16px; }
.about-r h2 em { font-style: italic; }
.about-r .gold-line { margin: 0 0 28px; }
.about-r .body { font-size: 13.5px; font-weight: 300; line-height: 1.95; color: var(--text2); margin-bottom: 28px; }
.about-quote { border-left: 3px solid rgba(201,168,76,.3); padding: 12px 22px; margin-bottom: 40px; }
.about-quote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15.5px; color: var(--text2); line-height: 1.7; }
.creds { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cred-sec h4 { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.icon-sm { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--gold); flex-shrink: 0; }
.ci { padding-left: 20px; position: relative; margin-bottom: 16px; }
.ci::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-size: 11px; top: 1px; }
.ci strong { display: block; font-size: 12px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.ci span   { font-size: 11px; color: var(--text3); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RECENZII
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#recenzii { padding: 110px 64px; background: #fff; }
.rev-hdr { display: flex; justify-content: space-between; align-items: flex-end; max-width: 1200px; margin: 0 auto 60px; }
.rev-hdr h2 { font-family: 'Playfair Display', serif; font-size: 50px; font-weight: 400; color: var(--text); margin-bottom: 12px; }
.rev-hdr p  { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--text3); }
.rev-badge  { display: flex; align-items: center; gap: 14px; font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.rev-badge::before { content: ''; display: block; width: 52px; height: 1px; background: var(--gold); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1200px; margin: 0 auto; }
.rc { background: var(--cream); padding: 46px; transition: transform .3s, box-shadow .3s; }
.rc:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.07); }
.rc .stars { color: var(--gold); font-size: 15px; letter-spacing: 3px; margin-bottom: 22px; }
.rc .rtext { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17.5px; line-height: 1.72; color: var(--text); margin-bottom: 32px; }
.rc .rfoot { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.rc .rname { font-size: 10.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text); }
.rc .rrole { font-size: 9.5px; color: var(--text3); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }
.rc .rdot  { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); opacity: .45; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   CONTACT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact { padding: 110px 64px; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 110px; max-width: 1200px; margin: 0 auto; align-items: start; }
.cl .eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.cl h2 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 400; color: var(--text); line-height: 1.14; margin-bottom: 28px; }
.cl .bdesc { font-size: 13.5px; font-weight: 300; line-height: 1.95; color: var(--text2); margin-bottom: 46px; }
.cii { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 28px; }
.cii-bar { width: 3px; background: var(--gold); flex-shrink: 0; margin-top: 2px; align-self: stretch; }
.cii-lbl { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text); margin-bottom: 6px; }
.cii-val { font-size: 14px; font-weight: 300; color: var(--text2); }

.form-wrap { border-top: 3px solid var(--navy); padding-top: 42px; }
.form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 29px; font-weight: 400; color: var(--text); margin-bottom: 38px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.fg { margin-bottom: 24px; }
.fg input, .fg textarea {
  width: 100%; border: none; border-bottom: 1px solid var(--border);
  padding: 12px 0; background: none; outline: none;
  font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--text);
  transition: border-color .3s;
}
.fg input::placeholder, .fg textarea::placeholder { color: var(--text3); }
.fg input:focus, .fg textarea:focus { border-color: var(--gold); }
.fg textarea { height: 100px; resize: none; text-transform: none; }
.form-consent { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 32px; }
.form-consent input { width: 14px; height: 14px; margin-top: 2px; flex-shrink: 0; accent-color: var(--navy); }
.form-consent label { font-size: 11px; font-weight: 300; color: var(--text2); line-height: 1.75; }
.form-consent a { color: var(--gold); text-decoration: none; }
.form-submit { width: 100%; background: var(--navy); color: #fff; border: none; padding: 19px; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; transition: all .3s; margin-bottom: 18px; }
.form-submit:hover { background: var(--gold); color: var(--navy); }
.form-note { text-align: center; font-size: 11px; color: var(--text3); font-style: italic; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer { background: var(--navy); color: #fff; padding: 76px 64px 42px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.6fr; gap: 60px; max-width: 1200px; margin: 0 auto 60px; }
.fb-name { font-family: 'Montserrat', sans-serif; font-size: 21px; font-weight: 800; letter-spacing: 2.5px; color: var(--gold); margin-bottom: 4px; }
.fb-sub  { font-size: 8px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.fb-desc { font-size: 12px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.5); }
.fc h4   { font-size: 9.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.fc ul   { list-style: none; }
.fc ul li { margin-bottom: 13px; }
.fc ul li a { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.55); text-decoration: none; transition: color .3s; }
.fc ul li a:hover { color: var(--gold); }
.fci { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.fci .ficon { width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(201,168,76,.35); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.fci span { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.55); line-height: 1.65; }
.flb { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; cursor: pointer; transition: border-color .3s; }
.flb:hover { border-color: var(--gold); }
.flb-l { display: flex; align-items: center; gap: 12px; }
.flb-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(201,168,76,.12); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--gold); }
.flb-icon.sm { font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.flb-t strong { display: block; font-size: 11px; font-weight: 600; color: #fff; letter-spacing: .4px; }
.flb-t span   { font-size: 8.5px; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.flb-arr { font-size: 13px; color: rgba(255,255,255,.35); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,.3); }
.fbl { display: flex; gap: 28px; }
.fbl a { font-size: 11px; color: rgba(255,255,255,.3); text-decoration: none; transition: color .3s; }
.fbl a:hover { color: var(--gold); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1100px) {
  #nav, #nav.solid { padding: 16px 32px; }
  .nlinks { display: none; }
  .ncta   { display: none; }
  .hero-content { padding: 130px 32px 90px; }
  .h-t1, .h-t2  { font-size: 58px; }
  #arii, #despre, #recenzii, #contact { padding: 80px 32px; }
  .areas-grid  { grid-template-columns: 1fr; }
  .despre-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .reviews-grid { grid-template-columns: 1fr; }
  footer { padding: 60px 32px 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .rev-hdr { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-stat { right: 32px; bottom: 70px; }
}
