/* ============================================
   HUB PROFESIONAL — shared stylesheet
   Palette: deep navy + bronze/gold accent + cream
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #13213b;
  --navy-2: #1d3358;
  --navy-3: #2a4470;
  --ink: #14181f;
  --ink-2: #454b57;
  --ink-3: #6d7380;
  --cream: #f8f6f1;
  --cream-2: #f1ede4;
  --white: #ffffff;
  --gold: #b8863f;
  --gold-light: #c79a4b;
  --gold-pale: #f7efdd;
  --border: #e4e0d6;
  --border-dark: #2a3a5c;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(19,33,59,.08);
  --shadow-md: 0 8px 40px rgba(19,33,59,.12);
  --shadow-lg: 0 20px 60px rgba(19,33,59,.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

.serif { font-family: 'Playfair Display', serif; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--border-dark);
}
/* Fundalul + blur-ul sunt pe un pseudo-element, nu direct pe <nav> — dacă ar sta pe <nav>,
   backdrop-filter transformă <nav> în "containing block" pentru orice copil cu position:fixed
   (regulă CSS modernă, la fel ca transform/filter), ceea ce strică meniul mobil (.nav-links
   fixed) pe iOS/Safari: în loc să acopere tot ecranul, se raportează doar la caseta îngustă
   a barei de sus, iar restul paginii se suprapune peste el. Mutat aici, <nav> rămâne "curat"
   și meniul mobil se poziționează corect față de tot ecranul. */
nav::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: rgba(19,33,59,.97);
  backdrop-filter: blur(16px);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 10px; color: var(--white); }
.logo-mark {
  width: 38px; height: 38px; border-radius: 9px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--navy); font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px; line-height: 1;
  flex-shrink: 0;
}
.logo-mark i {
  font-style: italic; font-family: 'Playfair Display', serif;
  color: var(--navy); font-size: 10px; font-weight: 700;
  letter-spacing: .02em; margin-top: 1px;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-text b { font-family: 'Playfair Display', serif; font-size: 18px; letter-spacing: .02em; }
.logo-text span { font-size: 11px; color: var(--gold-light); letter-spacing: .08em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  color: rgba(255,255,255,.82); font-size: 14.5px; font-weight: 500;
  transition: color .15s;
}
.nav-links a:hover { color: var(--white); }
.nav-links .lang-switch {
  display: flex; align-items: center; gap: 6px;
  border-left: 1px solid rgba(255,255,255,.2); padding-left: 22px;
  font-size: 13px; letter-spacing: .04em;
}
.nav-links .lang-switch a { color: rgba(255,255,255,.55); }
.nav-links .lang-switch a.active { color: var(--gold-light); font-weight: 700; }
.nav-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 9px 18px; border-radius: 100px;
  font-weight: 700; font-size: 14px;
}
.nav-cta:hover { background: var(--gold-light); }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .nav-links { position: fixed; inset: 64px 0 0 0; background: var(--navy); flex-direction: column;
    align-items: flex-end; text-align: right; padding: 28px 24px; gap: 22px; transform: translateY(-8px);
    opacity: 0; pointer-events: none; transition: all .2s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links .lang-switch { border-left: none; padding-left: 0; }
  .nav-toggle {
    display: flex; background: none; border: none; color: var(--white);
    font-size: 26px; cursor: pointer;
  }
}

/* ── NEWS RIBBON (banner "Ce e nou" pe homepage) ── */
.news-ribbon {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  box-shadow: 0 2px 10px rgba(184,134,63,.35);
  color: var(--navy); font-weight: 600; font-size: 14px;
  padding: 13px 24px; text-align: center;
  /* Sticky sub navbar — top-ul exact se calculează în JS (înălțimea reală a <nav>-ului,
     care diferă ușor între desktop/mobil), ca să nu rămână un gol sau o suprapunere. */
  position: sticky; top: 68px; z-index: 99;
}
.news-ribbon .news-badge {
  display: inline-flex; align-items: center;
  background: var(--navy); color: var(--gold-light);
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  padding: 3px 10px; border-radius: 100px;
  flex-shrink: 0;
}
.news-ribbon i.ph-sparkle { font-size: 17px; flex-shrink: 0; }
.news-ribbon:hover { filter: brightness(1.05); }
.news-ribbon i.ph-arrow-right { transition: transform .15s; flex-shrink: 0; }
.news-ribbon:hover i.ph-arrow-right { transform: translateX(3px); }
@media (max-width: 600px) {
  .news-ribbon { font-size: 13px; padding: 10px 16px; line-height: 1.4; gap: 8px; }
}

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
  color: var(--white);
  padding: 96px 0 88px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 400px at 85% 20%, rgba(199,154,75,.16), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 760px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold-light); font-size: 13px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--gold-light); }
h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5.2vw, 4rem);
  line-height: 1.08; font-weight: 700; letter-spacing: -.01em;
  margin-bottom: 22px;
}
h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: 18.5px; color: rgba(255,255,255,.82); max-width: 620px; margin-bottom: 34px;
}
.hero-tags {
  display: grid; grid-template-columns: repeat(3, auto); column-gap: 20px; row-gap: 10px;
  max-width: 620px; margin-bottom: 34px; justify-content: start;
}
.hero-tags span { color: rgba(255,255,255,.9); font-size: 15px; font-weight: 600; position: relative; padding-right: 20px; }
.hero-tags span::after { content: '·'; position: absolute; right: 4px; color: var(--gold-light); font-weight: 700; }
.hero-tags span:nth-child(3n), .hero-tags span:last-child { padding-right: 0; }
.hero-tags span:nth-child(3n)::after, .hero-tags span:last-child::after { content: ''; }
@media (max-width: 560px) { .hero-tags { grid-template-columns: repeat(2, auto); } .hero-tags span:nth-child(3n)::after { content: '·'; } .hero-tags span:nth-child(3n) { padding-right: 20px; } .hero-tags span:nth-child(2n) { padding-right: 0; } .hero-tags span:nth-child(2n)::after { content: ''; } }
@media (max-width: 380px) { .hero-tags { grid-template-columns: 1fr; } .hero-tags span { padding-right: 0; } .hero-tags span::after { content: ''; } }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 100px; font-weight: 700; font-size: 15px;
  transition: all .15s; border: 1.5px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-dark:hover { background: var(--navy-2); }

.hero-address {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.68); font-size: 14.5px;
}
.hero-address-top {
  color: var(--white); font-size: 15.5px; font-weight: 600; margin-bottom: 28px;
}
.hero-address-top i { color: var(--gold-light); font-size: 18px; }

/* ── SECTIONS ── */
section { padding: 92px 0; }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head.left { margin: 0 0 44px; text-align: left; }
.tag {
  display: inline-block; color: var(--gold); font-weight: 700; font-size: 13px;
  letter-spacing: .09em; text-transform: uppercase; margin-bottom: 14px;
}
h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 700; letter-spacing: -.01em; color: var(--navy); margin-bottom: 14px;
}
.lead { color: var(--ink-2); font-size: 17px; }

.about { background: var(--white); }
/* Intro auriu pentru pagina Noutăți (nu atinge .about, folosit și pe homepage) — același
   gradient auriu ca butonul Contact / .cta-band, pentru consecvență cu restul site-ului. */
.news-intro { background: linear-gradient(135deg, var(--gold-light), var(--gold)); padding: 44px 0; }
.news-intro .lead { color: var(--navy); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about-figure {
  background: var(--cream-2); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px; display: flex; flex-direction: column; gap: 20px;
}
.about-figure .stat b {
  font-family: 'Playfair Display', serif; font-size: 2.1rem; color: var(--navy); display: block;
}
.about-figure .stat span { color: var(--ink-3); font-size: 14px; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ── SERVICES GRID ── */
.services { background: var(--cream); }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; transition: all .18s;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--gold-light); }
.service-icon {
  width: 50px; height: 50px; border-radius: 12px;
  background: var(--gold-pale); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
  margin-bottom: 18px;
}
.service-photo {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 1.5px solid var(--border); margin-bottom: 18px;
}
/* Grup de poze suprapuse, pentru un card de serviciu cu mai multe persoane (ex. Juridic) */
.service-photo-group { display: flex; margin-bottom: 18px; }
.service-photo-group img {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 2px solid var(--white); box-shadow: 0 0 0 1px var(--border);
  margin-left: -14px;
}
.service-photo-group img:first-child { margin-left: 0; }
.service-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card p { color: var(--ink-2); font-size: 14.5px; margin-bottom: 16px; }
.service-card .link { color: var(--gold); font-weight: 700; font-size: 13.5px; display: inline-flex; align-items: center; gap: 6px; }

/* ── WHY ── */
.why { background: var(--navy); color: var(--white); }
.why .section-head h2, .why .tag { color: var(--white); }
.why .tag { color: var(--gold-light); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 960px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .why-grid { grid-template-columns: 1fr; } }
.why-card { padding: 8px; }
.why-card i { color: var(--gold-light); font-size: 30px; margin-bottom: 16px; display: block; }
.why-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,.68); font-size: 14px; }

/* ── LOCATION ── */
.location { background: var(--white); }

.building-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 36px; }
.building-gallery img {
  width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius-sm);
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
@media (max-width: 640px) { .building-gallery { grid-template-columns: 1fr; } .building-gallery img { height: 200px; } }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: stretch; }
@media (max-width: 860px) { .location-grid { grid-template-columns: 1fr; } }
.location-info {
  background: var(--cream-2); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px; display: flex; flex-direction: column; gap: 20px; justify-content: center;
}
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row i { color: var(--gold); font-size: 21px; flex-shrink: 0; margin-top: 2px; }
.info-row b { display: block; color: var(--navy); font-size: 14.5px; margin-bottom: 3px; }
.info-row span, .info-row a { color: var(--ink-2); font-size: 14.5px; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* ── TEAM PAGE ── */
.page-hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--white); padding: 68px 0 58px; text-align: center;
}
.page-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3rem); }
.page-hero p { color: rgba(255,255,255,.78); max-width: 620px; margin: 0 auto; font-size: 16.5px; }
.page-hero-photo {
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--gold-light); box-shadow: var(--shadow-lg);
  margin: 0 auto 22px; display: block;
}

/* ── ROUND GALLERY (poze rotunde tip "avatar", pentru pagini de tip noutăți/prezentare) ── */
.round-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin: 28px 0; }
.round-gallery figure { text-align: center; width: 132px; }
.round-gallery img {
  width: 132px; height: 132px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid var(--border); box-shadow: var(--shadow); display: block; margin: 0 auto 10px;
}
.round-gallery figcaption { font-size: 12.5px; color: var(--ink-3); }
@media (max-width: 480px) {
  .round-gallery figure, .round-gallery img { width: 100px; height: 100px; }
}

.team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px;
}
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr; } }

.team-grid-single { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }

.profile-back { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 700; font-size: 14px; margin-bottom: 22px; }
.profile-back:hover { color: var(--gold-light); }

.team-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.team-card-body { padding: 26px 30px 30px; display: flex; flex-direction: column; gap: 18px; }

.team-card-top { display: flex; gap: 16px; align-items: flex-start; }

.avatar-placeholder {
  width: 128px; height: 128px; border-radius: 50%; flex-shrink: 0;
  background: var(--cream-2); border: 1.5px dashed var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--ink-3); gap: 4px;
}
.avatar-placeholder i { font-size: 34px; }
.avatar-placeholder span { font-size: 10.5px; text-align: center; line-height: 1.2; letter-spacing: .02em; padding: 0 8px; }
.avatar-placeholder.avatar-photo { border: 1.5px solid var(--border); padding: 0; overflow: hidden; }
.avatar-placeholder.avatar-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

@media (max-width: 420px) {
  .avatar-placeholder { width: 92px; height: 92px; }
  .avatar-placeholder i { font-size: 26px; }
  .avatar-placeholder span { font-size: 9px; }
}

.team-id .office-tag {
  display: inline-block; background: var(--gold-pale); color: var(--gold);
  font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px; margin-bottom: 10px;
}
.team-name-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 3px; }
.team-id h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--navy); }
.team-id .role { color: var(--ink-3); font-size: 13.5px; font-style: italic; }
.team-motto {
  display: flex; align-items: flex-start; gap: 7px; margin-top: 10px;
  color: var(--gold); font-size: 13px; font-weight: 600; font-style: italic; line-height: 1.4;
}
.team-motto i { font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.team-motto:hover { color: var(--gold-light); }
.placeholder-text { color: #b3985f; background: var(--gold-pale); padding: 1px 6px; border-radius: 4px; font-style: normal; }

.team-block b { display: block; color: var(--navy); font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.team-block ul li { color: var(--ink-2); font-size: 14px; padding-left: 16px; position: relative; margin-bottom: 5px; }
.team-block ul li::before { content: '•'; position: absolute; left: 2px; color: var(--gold); font-weight: 700; }
.team-block ul li.prose { padding-left: 0; margin-bottom: 14px; line-height: 1.6; }
.team-block ul li.prose:last-child { margin-bottom: 0; }
.team-block ul li.prose::before { content: none; }

.team-hours { display: flex; align-items: center; gap: 7px; color: var(--ink-3); font-size: 13px; font-weight: 600; }
.team-hours i { color: var(--gold); font-size: 15px; }

.team-badges { display: flex; align-items: center; gap: 6px; }
.team-badges img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid var(--border); background: var(--white); }

.team-contact { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); align-items: center; }
.team-contact a {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  background: var(--cream-2); padding: 7px 12px; border-radius: 100px;
  border: 1px solid var(--border); transition: all .15s;
  /* keep phone + email on the same row even when the email is long — instead of pushing
     the pill onto its own line, the text truncates with an ellipsis inside a fixed share
     of the row's width. */
  flex: 1 1 140px; min-width: 0; max-width: 100%;
}
.team-contact a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.team-contact a:hover { background: var(--gold-pale); color: var(--gold); border-color: var(--gold-light); }
.team-contact a i { font-size: 15px; }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  padding: 60px 0; text-align: center;
}
.cta-band h2 { color: var(--navy); }
.cta-band p { color: rgba(19,33,59,.75); margin-bottom: 26px; }

/* ── FOOTER ── */
footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-grid h4 { color: var(--white); font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid a { font-size: 14px; color: rgba(255,255,255,.66); transition: color .15s; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.6); margin-top: 14px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.5);
}

.site-credit {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12.5px; color: rgba(255,255,255,.5); text-align: center;
}
.site-credit a {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.8); font-weight: 700; transition: color .15s;
}
.site-credit a:hover { color: var(--gold-light); }
.credit-mark {
  width: 22px; height: 22px; border-radius: 6px; background: #2a6049;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 10px; font-weight: 700; font-family: 'Inter', sans-serif; flex-shrink: 0;
}

/* ── POLICY PAGES ── */
.container-narrow { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.gdpr-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-pale); border: 1px solid var(--gold-light); border-radius: 10px;
  padding: 10px 16px; font-size: 13px; font-weight: 700; color: var(--gold); margin-bottom: 28px;
}
.policy-content {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 40px; box-shadow: var(--shadow);
}
.policy-content h2 {
  font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--navy);
  margin: 2rem 0 .6rem; padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.policy-content h2:first-child { margin-top: 0; }
.policy-content p { color: var(--ink-2); font-size: 15px; margin-bottom: .75rem; line-height: 1.75; }
.policy-content ul { color: var(--ink-2); font-size: 15px; margin: .25rem 0 .75rem 1.25rem; list-style: disc; }
.policy-content ul li { margin-bottom: .35rem; line-height: 1.7; }
.policy-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.policy-content a:hover { color: var(--gold-light); }
.page-date { font-size: 13.5px; color: rgba(255,255,255,.65); margin-top: 8px; }

/* ── CONTACT PAGE ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px;
}
.contact-card h3 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 21px; margin-bottom: 18px; }
.offices-list li {
  padding: 12px 0; border-bottom: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; font-size: 14.5px;
}
.offices-list li:last-child { border-bottom: none; }
.offices-list a { color: var(--gold); font-weight: 600; font-size: 13px; }

/* ── CONTACT FORM ── */
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 7px; letter-spacing: .02em; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; font-family: 'Inter', sans-serif; font-size: 14.5px; color: var(--ink);
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 11px 14px; transition: border-color .15s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--gold-light); background: var(--white);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 12.5px; color: var(--ink-3); margin-top: 14px; }
