/*
Theme Name: SPN Sorop Alexandru Oliviu si Popa Cornel Rares
Theme URI: https://notarpubliccraiova.ro
Author: Societate profesionala notariala Sorop Alexandru Oliviu si Popa Cornel Rares
Description: Temă premium pentru societatea profesională notarială din Craiova, Strada Arieș 21. Design profesional în albastru royal, alb și auriu, SEO integrat (JSON-LD Notary/LocalBusiness), servicii notariale și formular de contact cu anti-spam.
Version: 1.8.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: notariat-sorop
*/

/* ═══════════════ Design tokens ═══════════════ */
:root {
  --ink: #123A78;
  --ink-mid: #174C99;
  --ink-soft: #315A85;
  --stone: #627089;
  --gold: #B89445;
  --gold-light: #D0B36C;
  --burgundy: #722F37;
  --cream: #F1F4F9;
  --cream-dark: #E2E8F2;
  --ivory: #F8FAFD;
  --paper: #FFFFFF;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ═══════════════ Reset & bază ═══════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; background: none; border: none; cursor: pointer; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ═══════════════ Utilitare ═══════════════ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 48px; } }

.eyebrow {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
}
.line-gold {
  display: block; width: 48px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.text-gold-gradient {
  background: linear-gradient(135deg, #B89445 0%, #D0B36C 45%, #B89445 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; font-style: italic;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.06; letter-spacing: -0.015em; font-weight: 600;
}

/* Reveal la scroll (main.js adaugă .in-view) */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ═══════════════ Butoane ═══════════════ */
.btn-primary, .btn-outline, .btn-outline-dark {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 1.05rem 2.25rem; min-height: 48px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 2px; transition: all 0.3s ease; cursor: pointer;
}
.btn-primary {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 8px 28px rgba(184, 148, 69, 0.28);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(184, 148, 69, 0.38); }
.btn-outline { border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.85); font-weight: 600; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(184,148,69,0.06); }
.btn-outline-dark { border: 1px solid rgba(18,58,120,0.25); color: var(--ink); font-weight: 600; }
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold); background: rgba(184,148,69,0.06); }

/* ═══════════════ Header ═══════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 72px;
  transition: background 0.5s ease, border 0.5s ease;
}
.site-header.scrolled, .site-header.menu-open {
  background: rgba(18, 58, 120, 0.92);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(184, 148, 69, 0.16);
}
.header-inner {
  height: 72px; max-width: 1536px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
}
@media (min-width: 768px) { .header-inner { padding: 0 40px; } }
.brand { display: flex; align-items: center; gap: 10px; z-index: 10; min-width: 0; }
.brand > span { display: block; min-width: 0; }
.header-inner .brand { max-width: 300px; }
.brand-name { color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.15; }
.brand-sub { color: var(--gold-light); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; margin-top: 3px; line-height: 1.15; }
@media (max-width: 420px) {
  .brand { gap: 8px; }
  .brand svg { width: 34px; height: 34px; }
  .brand-name { font-size: 9px; letter-spacing: 0.08em; }
  .brand-sub { font-size: 8px; letter-spacing: 0.06em; }
}

.main-nav { display: none; align-items: center; gap: 22px; }
@media (min-width: 1024px) { .main-nav { display: flex; } }
@media (min-width: 1280px) { .main-nav { gap: 28px; } }
.main-nav a {
  position: relative; font-size: 11px; font-weight: 600; letter-spacing: 0.13em;
  text-transform: uppercase; color: rgba(255,255,255,0.7); padding: 8px 0;
  transition: color 0.3s ease;
}
@media (min-width: 1280px) { .main-nav a { letter-spacing: 0.16em; } }
.main-nav a:hover { color: #fff; }
.main-nav a.active { color: var(--gold-light); }
.main-nav a::after {
  content: ''; position: absolute; bottom: 2px; left: 0; height: 1px; width: 0;
  background: var(--gold-light); transition: width 0.3s ease;
}
.main-nav a.active::after { width: 100%; }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown > a svg { transition: transform 0.22s ease; }
.nav-dropdown:hover > a svg,
.nav-dropdown:focus-within > a svg { transform: rotate(180deg); }
.service-dropdown {
  position: absolute; left: 50%; top: 100%; z-index: 60; width: 350px;
  transform: translate(-50%, 12px); opacity: 0; visibility: hidden;
  padding: 12px; background: rgba(18,58,120,0.97);
  border: 1px solid rgba(208,179,108,0.18); border-radius: 2px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.service-dropdown::before { content: ''; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-dropdown:hover .service-dropdown,
.nav-dropdown:focus-within .service-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.service-dropdown a { letter-spacing: 0; text-transform: none; padding: 0; color: inherit; }
.service-dropdown a::after { display: none; }
.service-dropdown-all {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-bottom: 8px; padding: 12px !important; border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7) !important; font-size: 10px !important;
  font-weight: 700 !important; letter-spacing: 0.16em !important; text-transform: uppercase !important;
}
.service-dropdown-link {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 12px !important; transition: background 0.2s ease;
}
.service-dropdown-link:hover { background: rgba(255,255,255,0.045); }
.service-dropdown-link strong { display: block; font-family: var(--font-serif); color: #fff; font-size: 18px; line-height: 1.1; font-weight: 600; }
.service-dropdown-link small { display: block; margin-top: 4px; color: rgba(255,255,255,0.48); font-size: 12px; line-height: 1.35; font-weight: 300; }
.service-dropdown-link > svg { margin-top: 4px; color: var(--gold-light); flex-shrink: 0; }
.header-cta { display: none; }
@media (min-width: 1280px) { .header-cta { display: block; } }
.header-cta .btn-primary { font-size: 10px; padding: 12px 20px; min-height: 0; }

.menu-toggle { display: block; color: #fff; padding: 8px; z-index: 10; }
.menu-toggle:hover { color: var(--gold-light); }
@media (min-width: 1024px) { .menu-toggle { display: none; } }
.menu-toggle svg { width: 26px; height: 26px; }
.menu-toggle .icon-close { display: none; }
.menu-open .menu-toggle .icon-open { display: none; }
.menu-open .menu-toggle .icon-close { display: block; }

/* Meniu mobil */
.mobile-nav {
  position: fixed; inset: 0; z-index: 40; display: none;
  flex-direction: column; align-items: center; justify-content: flex-start;
  background: rgba(18, 58, 120, 0.98); backdrop-filter: blur(16px);
  padding: 112px 24px 48px; overflow-y: auto; text-align: center;
}
.mobile-nav.open { display: flex; }
.mobile-nav a.nav-link, .mobile-nav button.nav-link {
  display: block; font-family: var(--font-serif); font-size: 2rem;
  color: rgba(255,255,255,0.85); padding: 10px 16px; transition: color 0.3s;
}
.mobile-nav button.nav-link { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 0; }
.mobile-nav button.nav-link svg { transition: transform 0.22s ease; }
.mobile-nav button.nav-link.open svg { transform: rotate(180deg); }
.mobile-nav a.nav-link:hover, .mobile-nav button.nav-link:hover { color: var(--gold-light); }
.mobile-nav a.nav-link.active, .mobile-nav button.nav-link.active { color: var(--gold-light); font-style: italic; }
.mobile-service-cats {
  width: min(84vw, 360px); margin: 6px 0 10px; padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-service-cats a {
  display: block; padding: 9px 14px; font-family: var(--font-serif);
  color: rgba(255,255,255,0.82); font-size: 1.25rem; transition: color 0.25s ease;
}
.mobile-service-cats a:first-child {
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.mobile-service-cats a:hover { color: var(--gold-light); }
.mobile-nav .btn-primary { margin-top: 32px; }
body.no-scroll { overflow: hidden; }

/* ═══════════════ Hero pagina principală ═══════════════ */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  overflow: hidden; background: var(--ink);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.06); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,58,120,0.82) 0%, rgba(18,58,120,0.62) 45%, rgba(18,58,120,0.85) 100%); }
@media (min-width: 768px) {
  .hero-overlay { background: linear-gradient(100deg, rgba(18,58,120,0.94) 0%, rgba(18,58,120,0.82) 45%, rgba(18,58,120,0.45) 100%); }
}
.hero-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 128px; background: linear-gradient(to bottom, transparent, var(--ink)); }
.hero-line { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); z-index: 10; }
.hero-content {
  position: relative; z-index: 10; flex: 1; display: grid; align-items: center;
  padding-top: calc(72px + 4vh); padding-bottom: 6vh;
  max-width: 1280px; margin: 0 auto; width: 100%;
  grid-template-columns: 1fr; gap: 48px; padding-left: 24px; padding-right: 24px;
}
@media (min-width: 768px) { .hero-content { padding-left: 48px; padding-right: 48px; } }
@media (min-width: 1024px) { .hero-content { grid-template-columns: 1fr auto; } }
.hero h1 {
  font-family: var(--font-serif); color: #fff; font-weight: 600;
  font-size: 4.35rem; line-height: 1.06;
  letter-spacing: 0; max-width: 16ch; margin: 26px 0;
}
.hero-sub { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 40px; }
.hero-sub .line-gold { margin-top: 12px; flex-shrink: 0; width: 48px; }
.hero-sub p { color: rgba(255,255,255,0.6); font-weight: 300; max-width: 46ch; font-size: clamp(0.9rem, 1.2vw, 1.1rem); }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.hero-seal { display: none; }
@media (min-width: 1024px) { .hero-seal { display: block; } }
.hero-seal { animation: seal-float 7s ease-in-out infinite; }
@keyframes seal-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hero-seal { animation: none; } }

/* ═══════════════ Hero pagini interioare ═══════════════ */
.page-hero {
  position: relative; padding: 122px 0 58px; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,26,58,0.90) 0%, rgba(18,58,120,0.76) 54%, rgba(18,58,120,0.55) 100%),
    url("assets/images/office-exterior-3.webp") center 48% / cover no-repeat;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 85% 20%, rgba(184,148,69,0.12) 0%, transparent 55%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--font-serif); color: #fff; font-weight: 600;
  font-size: 3.75rem; line-height: 1.04;
  letter-spacing: 0; margin: 16px 0 18px; max-width: 20ch;
}
.page-hero .lead { color: rgba(255,255,255,0.70); font-weight: 300; font-size: 1rem; max-width: 56ch; line-height: 1.65; }
@media (max-width: 1023px) {
  .hero h1 { font-size: 3.7rem; }
  .page-hero h1 { font-size: 3.2rem; }
}
@media (max-width: 767px) {
  .hero h1 { font-size: 2.65rem; max-width: 15ch; }
  .page-hero { padding: 108px 0 46px; }
  .page-hero h1 { font-size: 2.55rem; }
}

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; }
.breadcrumbs a { color: rgba(255,255,255,0.4); transition: color 0.3s; }
.breadcrumbs a:hover { color: var(--gold-light); }
.breadcrumbs .sep { color: rgba(255,255,255,0.25); }
.breadcrumbs .current { color: var(--gold-light); }

/* ═══════════════ Secțiuni ═══════════════ */
.section { padding: 96px 0; }
@media (min-width: 768px) { .section { padding: 128px 0; } }
.section-ivory { background: var(--ivory); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); }
.section-head { margin-bottom: 64px; }
.section-head .section-title { margin-top: 20px; }
.section-dark .section-title, .section-dark h2, .section-dark h3 { color: #fff; }

/* Textură hârtie */
.paper-texture { position: relative; }
.paper-texture::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.035'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.paper-texture > * { position: relative; }

/* ═══════════════ Grids & Carduri ═══════════════ */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-2, .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--paper); border: 1px solid rgba(184,148,69,0.14); border-radius: 2px;
  padding: 32px;
  transition: transform 0.5s var(--ease), box-shadow 0.5s ease, border-color 0.4s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(18,58,120,0.10); border-color: rgba(184,148,69,0.3); }
@media (prefers-reduced-motion: reduce) { .card:hover { transform: none; } }
.card.card-static {
  cursor: default;
  transition: transform 0.5s var(--ease), box-shadow 0.5s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.card.card-static:hover {
  transform: translateY(-6px);
  border-color: rgba(184,148,69,.34);
  background: #fff;
  box-shadow: 0 24px 56px rgba(18,58,120,.1);
}
@media (prefers-reduced-motion: reduce) { .card.card-static:hover { transform: none; } }
.card-icon {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--gold-light); margin-bottom: 24px;
}
.card-icon svg { width: 22px; height: 22px; }
.card h3, .card .card-title { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.card p { font-size: 0.875rem; font-weight: 300; color: var(--stone); line-height: 1.7; flex: 1; }
.card .card-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--gold); transition: gap 0.3s ease;
}
.card:hover .card-link { gap: 14px; }

/* Card articol (cu imagine) */
.card-article { padding: 0; overflow: hidden; }
.card-article .card-img { aspect-ratio: 16/9; overflow: hidden; }
.card-article .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.card-article:hover .card-img img { transform: scale(1.05); }
.card-article .card-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.card-date { font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600; color: var(--gold); margin-bottom: 12px; }

/* ═══════════════ Notari — prezentare exclusiv textuală ═══════════════ */
.notar-grid { display: grid; grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; border: 1px solid rgba(184,148,69,.28); }
@media (min-width: 640px) { .notar-grid { grid-template-columns: 1fr 1fr; } }
.notar-card { display: grid; align-content: start; min-height: 270px; padding: 36px; text-align: left; background: var(--paper); transition: background .25s ease; }
.notar-card + .notar-card { border-top: 1px solid rgba(184,148,69,.28); }
@media (min-width: 640px) { .notar-card + .notar-card { border-top: 0; border-left: 1px solid rgba(184,148,69,.28); } }
.notar-card:hover { background: #f5f0e7; }
.notar-index { display: block; margin-bottom: 24px; color: var(--gold); font-family: var(--font-serif); font-size: 2rem; line-height: 1; }
.notar-card h3, .notar-card .notar-name { font-family: var(--font-serif); font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 600; line-height: 1.1; color: var(--ink); }
.notar-card .notar-name { display: block; }
.notar-card .line-gold { margin: 16px 0; width: 40px; }
.notar-focus { display: block; margin-top: 20px; color: var(--stone); font-size: 14px; font-weight: 300; line-height: 1.65; }

.home-category-grid { align-items: stretch; }
.home-category-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 38px;
  border-top: 3px solid var(--gold);
  background: var(--paper);
}
.home-category-card::after {
  content: '';
  position: absolute;
  right: -72px;
  bottom: -86px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(184,148,69,.16);
  border-radius: 50%;
  pointer-events: none;
}
.home-category-index {
  position: absolute;
  top: 28px;
  right: 32px;
  color: rgba(18,58,120,.12);
  font-family: var(--font-serif);
  font-size: 3.8rem;
  line-height: 1;
}
.home-category-card .eyebrow { display: block; margin: 4px 0 14px; }

.notar-profile { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 28px; padding: 52px 0; border-top: 1px solid rgba(184,148,69,.28); }
.notar-profile:last-of-type { border-bottom: 1px solid rgba(184,148,69,.28); margin-bottom: 64px; }
.notar-profile .notar-index { margin: 4px 0 0; font-size: clamp(2.7rem, 5vw, 4rem); }
@media (min-width: 768px) { .notar-profile { grid-template-columns: 120px minmax(0, 1fr); gap: 56px; padding: 68px 0; } }
.notar-profile h2 { font-family: var(--font-serif); font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 600; color: var(--ink); margin: 12px 0 20px; }
.notar-profile .bio { color: var(--stone); font-weight: 300; font-size: 15px; line-height: 1.75; margin-bottom: 24px; }
.notar-profile .focus-label { font-size: 0.6rem; }
.notar-profile .focus { color: var(--ink-soft); font-size: 14px; font-weight: 300; margin: 8px 0 24px; }
.badge-membership { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: var(--ink-soft); }
.badge-membership svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }

/* ═══════════════ Split (text + imagine) ═══════════════ */
.split { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; gap: 80px; } }
@media (min-width: 1024px) { .home-about-section .split { grid-template-columns: 1.14fr 0.86fr; gap: 64px; } }
.split-img { position: relative; }
.split-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; box-shadow: 0 25px 60px rgba(18,58,120,0.18); }
.split-img .frame {
  position: absolute; bottom: -16px; right: -16px; width: 100%; height: 100%;
  border: 1px solid rgba(184,148,69,0.35); z-index: -1; display: none;
}
@media (min-width: 768px) { .split-img .frame { display: block; } }
.split .prose p { color: var(--stone); font-weight: 300; font-size: 15px; line-height: 1.75; margin-bottom: 16px; }
.section-dark .split .prose p { color: rgba(255,255,255,0.55); }
.feature-list { display: flex; flex-wrap: wrap; gap: 16px 32px; margin-top: 36px; }
.feature-list span { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--ink); }
.feature-list svg { width: 17px; height: 17px; color: var(--gold); }
.notariat-e-carousel {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  aspect-ratio: 4 / 3;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: 0 24px 58px rgba(18,58,120,0.18);
  contain: layout paint;
  isolation: isolate;
}
.notariat-e-carousel-track {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}
.notariat-e-carousel-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  object-fit: cover;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.notariat-e-carousel-slide:first-child,
.notariat-e-carousel-slide.active { z-index: 1; opacity: 1; visibility: visible; }
.notariat-e-carousel-slide.active { z-index: 2; }
.notariat-e-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.office-carousel-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
.office-carousel-actions,
.office-carousel-dots { display: flex; align-items: center; gap: 7px; }
.office-carousel-actions { padding: 5px; background: rgba(8,26,58,0.86); backdrop-filter: blur(10px); }
.office-carousel-button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: auto;
  transition: color 0.2s ease, background 0.2s ease;
}
.office-carousel-button:hover { color: var(--gold-light); background: rgba(255,255,255,0.08); }
.office-carousel-button svg { width: 18px; height: 18px; }
.office-carousel-count { min-width: 52px; color: rgba(255,255,255,0.78); font-size: 11px; text-align: center; }
.office-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.46);
  pointer-events: auto;
  transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}
.office-carousel-dot.active { width: 22px; border-radius: 8px; background: var(--gold-light); }
@media (max-width: 639px) {
  .notariat-e-carousel { aspect-ratio: 4 / 5; }
  .office-carousel-controls { right: 12px; bottom: 12px; left: 12px; }
  .office-carousel-dots { display: none; }
}
.link-gold {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 36px;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--gold); transition: gap 0.3s ease;
}
.link-gold:hover { gap: 16px; }
.section-dark .link-gold { color: var(--gold-light); }

/* ═══════════════ Galerie ═══════════════ */
.gallery { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; } }
.gallery-item { position: relative; overflow: hidden; min-height: 240px; }
@media (min-width: 768px) { .gallery-item.wide { grid-column: span 2; grid-row: span 2; } }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }

/* ═══════════════ Valori (carduri mici) ═══════════════ */
.values-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .values-grid { grid-template-columns: 1fr 1fr; } }
.value-card { background: var(--paper); border: 1px solid rgba(184,148,69,0.16); border-radius: 2px; padding: 28px; }
.value-card h3 { font-family: var(--font-serif); font-size: 1.125rem; font-weight: 600; color: var(--ink); margin: 16px 0 12px; }
.value-card p { font-size: 0.875rem; font-weight: 300; color: var(--stone); line-height: 1.7; }

/* ═══════════════ FAQ ═══════════════ */
.faq-item { border-bottom: 1px solid rgba(18,58,120,0.1); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; text-align: left; color: var(--ink);
  font-family: var(--font-serif); font-size: 1.15rem; font-weight: 500; line-height: 1.4;
  transition: color 0.3s;
}
.faq-q:hover { color: var(--gold); }
.faq-q svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; transition: transform 0.25s ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 0 24px; font-size: 14.5px; font-weight: 300; color: var(--stone); line-height: 1.75; max-width: 65ch; }

/* ═══════════════ Serviciu detaliu ═══════════════ */
.service-layout { display: grid; grid-template-columns: 1fr; gap: 56px; }
@media (min-width: 1024px) { .service-layout { grid-template-columns: 1fr 360px; } }
.service-main h2 { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.5vw, 1.9rem); font-weight: 600; color: var(--ink); margin: 48px 0 24px; }
.service-main h2:first-child { margin-top: 0; }
.service-featured-image { margin: 0 0 40px; overflow: hidden; border-radius: 2px; box-shadow: 0 20px 50px rgba(18,58,120,0.14); }
.service-featured-image img { width: 100%; max-height: 520px; object-fit: cover; }
.service-main .prose p { color: var(--ink-soft); font-weight: 300; font-size: 15.5px; line-height: 1.8; margin-bottom: 20px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 300; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.check-list svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.note-hint { font-size: 12px; color: var(--stone); font-weight: 300; margin: -12px 0 24px; }
.document-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 24px;
}
.service-main .document-section-heading h2 { margin: 0 0 10px; }
.document-section-heading .note-hint { max-width: 68ch; margin: 0; line-height: 1.65; }
.document-print {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18,58,120,0.18);
  color: var(--ink);
  background: var(--paper);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.document-print:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.document-list {
  overflow: hidden;
  border: 1px solid rgba(18,58,120,0.14);
  border-radius: 2px;
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(18,58,120,0.08);
}
.legal-entity-documents { margin-top: 48px; }
.legal-entity-documents h3 { margin: 0 0 10px; color: var(--ink); font-family: var(--font-serif); font-size: clamp(1.55rem, 3vw, 2rem); }
.legal-entity-documents > p { margin: 0 0 20px; color: var(--stone); font-size: 13px; font-weight: 300; line-height: 1.65; }
.document-list-legal { box-shadow: none; }
.document-list-legal .document-row { grid-template-columns: auto minmax(0, 1fr); }
.document-item { border-bottom: 1px solid rgba(18,58,120,0.10); }
.document-item:last-child { border-bottom: 0; }
.document-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 18px;
}
.document-icon { display: inline-flex; color: var(--gold); }
.document-name { color: var(--ink-soft); font-size: 14.5px; font-weight: 400; line-height: 1.55; }
.document-badge {
  padding: 5px 9px;
  border: 1px solid rgba(184,148,69,0.28);
  border-radius: 2px;
  color: #7B5A18;
  background: #FBF7EC;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.document-info-toggle {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ink);
  transition: color 0.2s ease, background 0.2s ease, transform 0.25s ease;
}
.document-info-toggle:hover,
.document-info-toggle[aria-expanded="true"] { color: #fff; background: var(--ink); }
.document-info-toggle[aria-expanded="true"] { transform: rotate(180deg); }
.document-note {
  position: relative;
  margin: 0 18px 18px 48px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: #EDF3FC;
}
.document-note::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 10px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #EDF3FC;
  border-left: 8px solid transparent;
}
.document-note p { color: var(--ink-soft); font-size: 13.5px; font-weight: 300; line-height: 1.72; }
@media (max-width: 639px) {
  .document-section-heading { align-items: flex-start; }
  .document-row { grid-template-columns: auto minmax(0, 1fr) auto; padding: 13px 14px; }
  .document-badge { grid-column: 2 / 4; width: fit-content; }
  .document-note { margin: 0 14px 14px; }
}
.disclaimer { margin-top: 48px; padding: 24px; border-left: 2px solid var(--gold); background: var(--cream); }
.disclaimer p { font-size: 13px; font-weight: 300; color: var(--ink-soft); line-height: 1.7; }

.sidebar-card { background: var(--ink); border-radius: 2px; padding: 32px; }
.sidebar-card h3 { font-family: var(--font-serif); color: #fff; font-size: 1.5rem; font-weight: 600; line-height: 1.35; margin: 16px 0; }
.sidebar-card p { color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 300; line-height: 1.7; margin-bottom: 28px; }
.sidebar-card .btn-primary, .sidebar-card .btn-outline { width: 100%; margin-bottom: 14px; }
.sidebar-related { background: var(--paper); border: 1px solid rgba(184,148,69,0.16); border-radius: 2px; padding: 28px; margin-top: 24px; }
.sidebar-related a.rel-link {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid rgba(18,58,120,0.07);
  font-size: 14px; font-weight: 300; color: var(--ink-soft); transition: transform 0.3s;
}
.sidebar-related a.rel-link:last-of-type { border-bottom: 0; }
.sidebar-related a.rel-link:hover { transform: translateX(4px); }
.sidebar-related svg { width: 13px; height: 13px; color: var(--gold); flex-shrink: 0; }
@media (min-width: 1024px) { .sidebar-sticky { position: sticky; top: 96px; } }

/* ═══════════════ Articol ═══════════════ */
.article-body { max-width: 768px; margin: 0 auto; }
.article-body .featured-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 2px; box-shadow: 0 20px 50px rgba(18,58,120,0.15); margin-bottom: 56px; }
.article-body h2 { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.5vw, 1.75rem); font-weight: 600; color: var(--ink); margin: 40px 0 16px; }
.article-body p { color: var(--ink-soft); font-weight: 300; font-size: 15.5px; line-height: 1.8; margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 0 16px 20px; color: var(--ink-soft); font-weight: 300; font-size: 15.5px; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.read-also { margin-top: 64px; }
.read-also a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid rgba(18,58,120,0.08);
  font-family: var(--font-serif); font-size: 1.125rem; font-weight: 500; color: var(--ink);
  transition: transform 0.3s;
}
.read-also a:hover { transform: translateX(4px); }
.read-also svg { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }

/* ═══════════════ CTA band ═══════════════ */
.cta-band { position: relative; padding: 96px 0 112px; background: var(--ink); overflow: hidden; text-align: center; }
.cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 80% 50%, rgba(184,148,69,0.12) 0%, transparent 60%);
}
.cta-band .container { position: relative; }
.cta-band h2 { font-family: var(--font-serif); color: #fff; font-weight: 600; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.2; margin-bottom: 20px; }
.cta-band p { color: rgba(255,255,255,0.5); font-size: 15px; font-weight: 300; max-width: 56ch; margin: 0 auto 40px; line-height: 1.7; }
.cta-band .ctas { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
@media (min-width: 640px) { .cta-band .ctas { flex-direction: row; } }

/* ═══════════════ Contact ═══════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 56px; }
@media (min-width: 1024px) { .contact-layout { grid-template-columns: 1fr 1fr; gap: 80px; } }
.contact-info { background: var(--ink); border-radius: 2px; padding: 40px; position: relative; overflow: hidden; }
.contact-info::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 90% 10%, rgba(184,148,69,0.1) 0%, transparent 55%);
}
.contact-info > * { position: relative; }
.contact-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.contact-item:last-child { margin-bottom: 0; }
.contact-item .ico {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid rgba(184,148,69,0.35); color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
}
.contact-item .ico svg { width: 19px; height: 19px; }
.contact-item .label { color: rgba(255,255,255,0.4); font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; margin-bottom: 6px; }
.contact-item .value, .contact-item .value a { color: #fff; font-size: 15px; font-weight: 300; line-height: 1.6; }
.contact-item .value a:hover { color: var(--gold-light); }
.notariat-contact-phones { width: 100%; margin: 4px 0 28px; }
.notariat-contact-phones-label {
  margin: 0 0 12px;
  color: var(--stone);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.notariat-contact-phones-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.notariat-contact-phone-card {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(18,58,120,.14);
  border-radius: 2px;
  background: rgba(18,58,120,.035);
  color: var(--royal);
  transition: transform .3s var(--ease), border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.notariat-contact-phone-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184,148,69,.48);
  background: #fff;
  box-shadow: 0 14px 30px rgba(18,58,120,.1);
}
.notariat-contact-phone-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(184,148,69,.52);
  border-radius: 50%;
  color: var(--gold);
}
.notariat-contact-phone-icon svg { width: 18px; height: 18px; }
.notariat-contact-phone-details { min-width: 0; }
.notariat-contact-phone-details strong { display: block; color: var(--royal); font-size: 13px; font-weight: 600; line-height: 1.35; }
.notariat-contact-phone-details > span { display: block; margin-top: 5px; color: var(--stone); font-size: 14px; font-weight: 400; line-height: 1.25; }
.contact-info .notariat-contact-phones-label { color: rgba(255,255,255,.42); }
.contact-info .notariat-contact-phone-card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); }
.contact-info .notariat-contact-phone-card:hover { border-color: rgba(201,172,111,.5); background: rgba(255,255,255,.08); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.contact-info .notariat-contact-phone-details strong { color: #fff; }
.contact-info .notariat-contact-phone-details > span { color: rgba(255,255,255,.7); }
@media (prefers-reduced-motion: reduce) { .notariat-contact-phone-card:hover { transform: none; } }
@media (max-width: 560px) { .notariat-contact-phones-grid { grid-template-columns: 1fr; } }
.map-wrap,
.notariat-contact-map {
  width: 100%;
  min-height: 340px;
  aspect-ratio: 16/10;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(184,148,69,.22);
  border-radius: 2px;
  background: var(--cream-dark);
  box-shadow: 0 20px 50px rgba(18,58,120,0.15);
}
.map-wrap iframe,
.notariat-contact-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.04); }

.contact-form { background: var(--ink); border-radius: 2px; padding: 40px; position: relative; overflow: hidden; }
.form-field { position: relative; margin-bottom: 36px; }
.form-field input, .form-field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,0.18);
  border-radius: 0; padding: 20px 0 8px; color: #fff; font-family: var(--font-sans); font-size: 1rem;
  outline: none; transition: border-color 0.25s; resize: none;
}
.form-field input:focus, .form-field textarea:focus { border-bottom-color: var(--gold); }
.form-field label {
  position: absolute; left: 0; top: 14px; pointer-events: none;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600;
  color: rgba(255,255,255,0.4); transition: all 0.2s ease;
}
.form-field input:focus + label, .form-field textarea:focus + label,
.form-field input:not(:placeholder-shown) + label, .form-field textarea:not(:placeholder-shown) + label {
  top: -2px; font-size: 9px; color: var(--gold-light);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: transparent; }
.gdpr-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin-bottom: 32px; }
.gdpr-check input { margin-top: 4px; accent-color: var(--gold); width: 16px; height: 16px; flex-shrink: 0; }
.gdpr-check span { color: rgba(255,255,255,0.45); font-size: 12px; font-weight: 300; line-height: 1.6; }
.contact-form .btn-primary { width: 100%; }
.form-note { color: rgba(255,255,255,0.3); font-size: 10px; text-align: center; letter-spacing: 0.04em; margin-top: 20px; }
.hp-field { position: absolute; opacity: 0; z-index: -1; height: 0; overflow: hidden; }
.form-success { text-align: center; padding: 64px 24px; }
.form-success svg { width: 60px; height: 60px; color: var(--gold); margin: 0 auto 24px; }
.form-success h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.form-success p { color: var(--stone); font-weight: 300; max-width: 40ch; margin: 0 auto; }

/* ═══════════════ Footer ═══════════════ */
.site-footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.05); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 56px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-brand p.tagline { color: rgba(255,255,255,0.4); font-size: 12px; font-weight: 300; line-height: 1.7; margin-top: 20px; }
.site-footer .eyebrow { margin-bottom: 20px; display: block; }
.footer-nav a { display: block; color: rgba(255,255,255,0.45); font-size: 14px; font-weight: 300; margin-bottom: 10px; transition: color 0.3s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-nav a.more { color: rgba(208,179,108,0.8); margin-top: 12px; }
.footer-contact p, .footer-contact a { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 300; margin-bottom: 12px; line-height: 1.6; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 5px; color: rgba(255,255,255,0.5); }
.footer-disclaimer {
  color: rgba(255,255,255,0.25); font-size: 11px; font-weight: 300; line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; margin-bottom: 24px; max-width: 768px;
}
.footer-legal { display: flex; flex-direction: column; gap: 12px; color: rgba(255,255,255,0.25); font-size: 10px; letter-spacing: 0.02em; }
@media (min-width: 768px) { .footer-legal { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ═══════════════ 404 ═══════════════ */
.error-404 {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 96px 24px 64px;
  background: linear-gradient(160deg, #123A78 0%, #174C99 100%);
}
.error-404 h1 { font-family: var(--font-serif); color: #fff; font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 600; margin: 16px 0 24px; }
.error-404 p { color: rgba(255,255,255,0.5); font-weight: 300; max-width: 45ch; margin-bottom: 40px; line-height: 1.7; }
.error-404 .ctas { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 640px) { .error-404 .ctas { flex-direction: row; } }

/* ═══════════════ WordPress necesare ═══════════════ */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: var(--stone); text-align: center; padding: 8px 0; }
.sticky { display: block; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }

/* ═══════════════ Grupe de servicii (/servicii) ═══════════════ */
.notariat-dynamic-archive { width: 100%; }
.notariat-dynamic-disclaimer {
  max-width: 768px; margin: 56px auto 0; color: var(--stone);
  font-size: 12px; font-weight: 300; line-height: 1.7; text-align: center;
}
.service-group { margin-bottom: 64px; }
.service-group:last-of-type { margin-bottom: 0; }
.service-group-head { display: flex; align-items: center; gap: 20px; margin-bottom: 32px; }
.service-group-head h2 { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.5vw, 1.9rem); font-weight: 600; color: var(--ink); flex-shrink: 0; }
.service-group-head .rule { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(184,148,69,0.4), transparent); }
.service-search { max-width: 768px; margin: 0 auto 56px; }
.service-search .eyebrow { display: block; margin-bottom: 14px; }
.service-search-box {
  display: flex; align-items: center; gap: 14px;
  background: var(--paper); border: 1px solid rgba(184,148,69,0.2);
  border-radius: 2px; padding: 15px 18px;
  box-shadow: 0 18px 45px rgba(18,58,120,0.06);
}
.service-search-box svg { color: var(--gold); flex-shrink: 0; }
.service-search-box input {
  width: 100%; min-width: 0; border: 0; outline: none; background: transparent;
  color: var(--ink); font-family: var(--font-sans); font-size: 15px;
}
.service-search-box input::placeholder { color: rgba(98,112,137,0.72); }
.service-search-box button {
  width: 28px; height: 28px; display: none; align-items: center; justify-content: center;
  color: var(--stone); border-radius: 50%;
}
.service-search-box button.visible { display: inline-flex; }
.service-search-box button:hover { color: var(--ink); background: rgba(18,58,120,0.06); }
.service-search p { margin-top: 12px; color: var(--stone); font-size: 12px; font-weight: 300; }
.service-search-empty { max-width: 640px; margin: 48px auto; padding: 56px 24px; text-align: center; }
.service-search-empty h2 { font-family: var(--font-serif); font-size: clamp(1.7rem, 3vw, 2.25rem); font-weight: 600; color: var(--ink); margin-bottom: 14px; }
.service-search-empty p { color: var(--stone); font-size: 14px; font-weight: 300; line-height: 1.7; }
@media (max-width: 639px) {
  .service-search { margin-bottom: 40px; }
  .service-search-box { padding: 13px 14px; gap: 10px; }
  .service-search-box input { font-size: 14px; }
}

.service-category-grid {
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 768px) { .service-category-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .service-category-grid { grid-template-columns: repeat(5, 1fr); } }
.category-card {
  position: relative; min-height: 330px; display: flex; flex-direction: column;
  overflow: hidden; background: var(--paper); border: 1px solid rgba(184,148,69,0.14);
  border-radius: 2px; padding: 28px; transition: transform 0.5s var(--ease), box-shadow 0.5s ease, border-color 0.4s ease;
}
.category-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(18,58,120,0.10); border-color: rgba(184,148,69,0.3); }
.category-card-line {
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--gold), rgba(184,148,69,0.12));
}
.category-card .card-icon { width: 48px; height: 48px; margin-bottom: 24px; }
.category-title {
  display: block; font-family: var(--font-serif); font-size: 1.5rem;
  line-height: 1.1; font-weight: 600; color: var(--ink); margin-top: 12px;
}
.category-desc { display: block; margin-top: 16px; color: var(--stone); font-size: 14px; font-weight: 300; line-height: 1.7; }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.category-chips span {
  border: 1px solid rgba(184,148,69,0.18); border-radius: 999px;
  padding: 4px 10px; color: var(--ink-soft); font-size: 10px; font-weight: 500;
}
.category-card .card-link { margin-top: auto; padding-top: 28px; }
.service-search-results[hidden], .service-category-hub[hidden] { display: none !important; }
.service-result-title {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.service-result-title .card-icon { width: 44px; height: 44px; margin-bottom: 0; flex: 0 0 44px; }
.service-result-title .card-title { min-width: 0; margin-bottom: 0; }
.category-pills {
  display: flex; gap: 8px; overflow-x: auto; padding-bottom: 14px; margin-bottom: 40px;
  border-bottom: 1px solid rgba(184,148,69,0.18); -webkit-overflow-scrolling: touch;
}
.category-pills a {
  display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto;
  padding: 9px 14px; border: 1px solid rgba(184,148,69,0.18); border-radius: 999px;
  background: var(--paper); color: var(--stone); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.category-pills a.active, .category-pills a:hover { background: var(--cream-dark); color: var(--ink); border-color: var(--gold); }
.service-category-layout { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 1024px) { .service-category-layout { grid-template-columns: 0.85fr 1.6fr; } }
.category-info-card {
  background: var(--paper); border: 1px solid rgba(184,148,69,0.16); border-radius: 2px;
  padding: 28px;
}
@media (min-width: 1024px) { .category-info-card { position: sticky; top: 96px; } }
.category-info-card .eyebrow { display: block; margin-bottom: 16px; }
.category-info-card p { color: var(--ink-soft); font-size: 14px; font-weight: 300; line-height: 1.75; }
.category-info-card ul { display: grid; gap: 12px; margin-top: 24px; }
.category-info-card li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-soft); font-size: 14px; font-weight: 300; line-height: 1.7; }
.category-info-card li svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.category-note { margin-top: 28px; border-top: 1px solid rgba(184,148,69,0.16); padding-top: 20px; color: var(--stone) !important; font-size: 12px !important; }
.document-count { display: block; margin-top: 20px; color: var(--stone); font-size: 11px; font-weight: 300; }
@media (max-width: 639px) {
  .service-group-head { align-items: flex-start; gap: 14px; }
  .service-group-head h2 { max-width: 70%; line-height: 1.15; }
  .category-card { min-height: 0; padding: 24px; }
}

/* Elementor: continut full-width, fara containere sau spatieri impuse de tema. */
.notariat-elementor-content { width: 100%; min-height: 50vh; }
.notariat-elementor-content > .elementor { width: 100%; }
.notariat-elementor-content .elementor-widget-text-editor ul { list-style: disc; padding-left: 1.25em; }
.notariat-elementor-content .elementor-widget-text-editor ol { list-style: decimal; padding-left: 1.25em; }
.notariat-elementor-content .elementor-widget-text-editor li + li { margin-top: 0.4em; }
body.notariat-elementor-canvas { background: #fff; }

/* Elementor 4 Atomic: pagini editabile care pastreaza identitatea vizuala a temei. */
.notariat-elementor-content {
  --notariat-page-gutter: max(24px, calc((100vw - 1280px) / 2 + 48px));
  background: var(--ivory);
}
.notariat-elementor-content .notariat-e-section {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  padding: 96px var(--notariat-page-gutter) !important;
  overflow: hidden;
}
.notariat-elementor-content .notariat-e-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 !important;
}
.notariat-elementor-content .notariat-e-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px;
  min-width: 0;
  padding: 0 !important;
}
.notariat-elementor-content .notariat-e-split {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 72px;
  padding: 0 !important;
}
.notariat-elementor-content .notariat-e-split > * { min-width: 0 !important; max-width: 100%; }
.notariat-elementor-content .notariat-e-grid {
  display: grid !important;
  width: 100%;
  gap: 24px;
  padding: 18px 0 8px !important;
}
.notariat-elementor-content .notariat-e-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.notariat-elementor-content .notariat-e-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.notariat-elementor-content .notariat-e-ivory { background: var(--ivory); }
.notariat-elementor-content .notariat-e-cream { background: var(--cream); }
.notariat-elementor-content .notariat-e-dark,
.notariat-elementor-content .notariat-e-cta { background: var(--ink); color: #fff; }

.notariat-elementor-content .notariat-e-hero {
  min-height: 650px;
  justify-content: center;
  padding-top: 132px !important;
  padding-bottom: 82px !important;
  background: var(--ink);
  color: #fff;
}
.notariat-elementor-content .notariat-e-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8,26,58,0.90) 0%, rgba(8,26,58,0.68) 52%, rgba(8,26,58,0.26) 100%);
  pointer-events: none;
}
.notariat-elementor-content .notariat-e-hero-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.notariat-elementor-content .notariat-e-hero-content {
  width: min(100%, 690px);
  margin: 0 !important;
}
.notariat-elementor-content .notariat-e-page-hero {
  min-height: 350px;
  justify-content: flex-end;
  padding-top: 128px !important;
  padding-bottom: 58px !important;
  background:
    linear-gradient(90deg, rgba(8,26,58,0.88), rgba(18,58,120,0.52)),
    url("assets/images/office-exterior-3.webp") center 48% / cover no-repeat;
  color: #fff;
}
.notariat-elementor-content .notariat-e-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8,26,58,0.91) 0%, rgba(18,58,120,0.76) 54%, rgba(18,58,120,0.48) 100%);
  pointer-events: none;
}
.notariat-elementor-content .notariat-e-page-hero-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 48%;
}
.notariat-elementor-content .notariat-e-page-hero .notariat-e-inner { z-index: 2; max-width: 900px; margin-left: 0; }
.notariat-elementor-content .notariat-e-eyebrow {
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}
.notariat-elementor-content .notariat-e-title,
.notariat-elementor-content .notariat-e-section-title,
.notariat-elementor-content .notariat-e-card-title,
.notariat-elementor-content .notariat-e-profile-name,
.notariat-elementor-content .notariat-e-small-title,
.notariat-elementor-content .notariat-e-faq-title {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  color: inherit;
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0;
}
.notariat-elementor-content .notariat-e-hero-title {
  max-width: 690px;
  overflow-wrap: break-word;
  font-size: 4rem;
  line-height: 0.98;
}
.notariat-elementor-content .notariat-e-page-title {
  font-size: 3.7rem;
  line-height: 1;
}
.notariat-elementor-content .notariat-e-section-title {
  max-width: 800px;
  color: var(--ink);
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.06;
}
.notariat-elementor-content .notariat-e-dark .notariat-e-section-title,
.notariat-elementor-content .notariat-e-cta .notariat-e-section-title { color: #fff; }
.notariat-elementor-content .notariat-e-lead {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-width: 680px;
  color: var(--stone);
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.8;
}
.notariat-elementor-content .notariat-e-hero-lead,
.notariat-elementor-content .notariat-e-page-hero .notariat-e-lead,
.notariat-elementor-content .notariat-e-dark .notariat-e-lead,
.notariat-elementor-content .notariat-e-cta .notariat-e-lead { color: rgba(255,255,255,0.66); }
.notariat-elementor-content .notariat-e-copy,
.notariat-elementor-content .notariat-e-membership,
.notariat-elementor-content .notariat-e-contact-lines {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  color: var(--stone);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.8;
}
.notariat-elementor-content .notariat-e-dark .notariat-e-copy { color: rgba(255,255,255,0.62); }
.notariat-elementor-content .notariat-e-buttons {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 14px;
  padding: 14px 0 0 !important;
}
.notariat-elementor-content .notariat-e-button {
  display: inline-flex !important;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 15px 28px !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.notariat-elementor-content .notariat-e-button:hover { transform: translateY(-2px); }
.notariat-elementor-content .notariat-e-button-gold { background: var(--gold) !important; color: var(--ink) !important; }
.notariat-elementor-content .notariat-e-button-gold:hover { background: var(--gold-light) !important; }
.notariat-elementor-content .notariat-e-button-dark { background: var(--ink) !important; color: #fff !important; }
.notariat-elementor-content .notariat-e-button-dark:hover { background: var(--ink-soft) !important; }
.notariat-elementor-content .notariat-e-button-outline {
  background: transparent !important;
  border-color: rgba(255,255,255,0.34) !important;
  color: #fff !important;
}
.notariat-elementor-content .notariat-e-button-outline:hover { border-color: var(--gold) !important; color: var(--gold-light) !important; }
.notariat-elementor-content .notariat-e-text-link {
  display: inline-flex !important;
  width: fit-content;
  padding: 0 !important;
  background: transparent !important;
  color: var(--gold) !important;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.notariat-elementor-content .notariat-e-card,
.notariat-elementor-content .notariat-e-notary-card,
.notariat-elementor-content .notariat-e-faq-item {
  padding: 30px !important;
  border: 1px solid rgba(184,148,69,0.18);
  border-radius: 2px;
  background: var(--paper);
}
.notariat-elementor-content .notariat-e-card-title { color: var(--ink); font-size: 1.55rem; line-height: 1.16; }
.notariat-elementor-content .notariat-e-faq-title { color: var(--ink); font-size: 1.3rem; line-height: 1.25; }
.notariat-elementor-content .notariat-e-notary-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 42px 42px 42px 112px !important;
  border-top: 3px solid var(--gold);
  background: linear-gradient(135deg, #fff 0%, #f5f8fc 100%);
  box-shadow: 0 18px 42px rgba(18,58,120,.07);
}
.notariat-elementor-content .notariat-e-notary-card::after {
  content: '';
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(184,148,69,.18);
  border-radius: 50%;
  pointer-events: none;
}
.notariat-elementor-content .notariat-e-notary-index,
.notariat-elementor-content .notariat-e-profile-index { color: var(--gold); font-family: var(--font-serif); font-size: 2rem; line-height: 1; }
.notariat-elementor-content .notariat-e-notary-card .notariat-e-notary-index {
  position: absolute;
  top: 42px;
  left: 38px;
  font-size: 3rem;
}
.notariat-elementor-content .notariat-e-services-lead { max-width: 680px; }
.notariat-elementor-content .notariat-e-home-category-grid { margin-top: 16px; }
.notariat-elementor-content .notariat-e-service-category-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  justify-content: flex-start;
  padding: 38px 40px !important;
  border: 1px solid rgba(184,148,69,.2);
  border-top: 3px solid var(--gold);
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(18,58,120,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.notariat-elementor-content .notariat-e-service-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184,148,69,.45);
  box-shadow: 0 24px 52px rgba(18,58,120,.1);
}
.notariat-elementor-content .notariat-e-service-category-card::after {
  content: '';
  position: absolute;
  right: -72px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(184,148,69,.16);
  border-radius: 50%;
  pointer-events: none;
}
.notariat-elementor-content .notariat-e-service-category-card .notariat-e-category-index {
  position: absolute;
  top: 30px;
  right: 34px;
  color: rgba(18,58,120,.1);
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
}
.notariat-elementor-content .notariat-e-service-category-card .notariat-e-copy { max-width: 88%; }
.notariat-elementor-content .notariat-e-service-category-card .notariat-e-text-link { margin-top: auto; padding-top: 12px !important; }
.notariat-elementor-content .notariat-e-feature-image {
  width: 100% !important;
  min-height: 520px;
  height: 100% !important;
  object-fit: cover;
  border-radius: 2px;
}
.notariat-elementor-content .notariat-e-profiles { gap: 96px; }
.notariat-elementor-content .notariat-e-profile {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  gap: 56px !important;
  padding: 0 0 72px !important;
  border-bottom: 1px solid rgba(184,148,69,0.2);
}
.notariat-elementor-content .notariat-e-profile-index { font-size: clamp(3rem, 6vw, 4.5rem); }
.notariat-elementor-content .notariat-e-profile:last-child { padding-bottom: 0 !important; border-bottom: 0; }
.notariat-elementor-content .notariat-e-profile-name { color: var(--ink); font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.04; }
.notariat-elementor-content .notariat-e-small-title { color: var(--ink); font-size: 1.25rem; line-height: 1.2; margin-top: 10px; }
.notariat-elementor-content .notariat-e-membership { padding-top: 18px; border-top: 1px solid rgba(184,148,69,0.18); font-size: 0.85rem; }
.notariat-elementor-content .notariat-e-gallery { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.notariat-elementor-content .notariat-e-gallery-image {
  grid-column: span 4;
  width: 100% !important;
  height: 350px !important;
  object-fit: cover;
  border-radius: 2px;
}
.notariat-elementor-content .notariat-e-gallery-image:nth-child(1),
.notariat-elementor-content .notariat-e-gallery-image:nth-child(2) { grid-column: span 6; height: 440px !important; }
.notariat-elementor-content .notariat-e-center { align-items: center; text-align: center; }
.notariat-elementor-content .notariat-e-center .notariat-e-section-title,
.notariat-elementor-content .notariat-e-center .notariat-e-lead { margin-right: auto; margin-left: auto; }
.notariat-elementor-content .notariat-e-cta { padding-top: 92px !important; padding-bottom: 104px !important; }
.notariat-elementor-content .notariat-e-contact-grid { align-items: start; }
.notariat-elementor-content .notariat-e-contact-info,
.notariat-elementor-content .notariat-e-form-panel {
  width: 100%;
  padding: 40px !important;
  border: 1px solid rgba(184,148,69,0.18);
  border-radius: 2px;
  background: var(--paper);
}
.notariat-elementor-content .notariat-e-form-panel { background: var(--cream); }
.notariat-elementor-content .notariat-e-contact-map-widget,
.notariat-elementor-content .notariat-e-contact-map-widget .elementor-widget-container { width: 100% !important; }
.notariat-elementor-content .notariat-e-contact-phones-widget,
.notariat-elementor-content .notariat-e-contact-phones-widget .elementor-widget-container { width: 100% !important; }
.notariat-elementor-content .notariat-e-contact-info .notariat-contact-map { min-height: 360px; margin-top: 20px; }
.notariat-elementor-content .notariat-form-error { margin-bottom: 18px; color: #9e2730; font-size: 0.85rem; }
.notariat-elementor-content .elementor-widget-shortcode,
.notariat-elementor-content .notariat-e-inner > .elementor-widget-shortcode {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
}
.notariat-elementor-content .notariat-e-carousel-widget { align-self: stretch; }
.notariat-elementor-content .notariat-e-service-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 64px;
}
.notariat-elementor-content .notariat-e-service-main { gap: 18px; }
.notariat-elementor-content .notariat-e-service-heading {
  max-width: none;
  margin-top: 34px;
  font-size: 2.35rem;
  line-height: 1.08;
}
.notariat-elementor-content .notariat-e-service-main > .notariat-e-eyebrow + .notariat-e-service-heading { margin-top: 0; }
.notariat-elementor-content .notariat-e-list-item {
  padding: 13px 16px !important;
  border-left: 2px solid var(--gold);
  background: rgba(255,255,255,0.66);
}
.notariat-elementor-content .notariat-e-service-sidebar {
  position: sticky;
  top: 104px;
  gap: 18px;
  padding: 32px !important;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: 0 20px 48px rgba(8,26,58,0.14);
}
.notariat-elementor-content .notariat-e-service-sidebar .notariat-e-small-title { margin: 0; color: #fff; font-size: 1.55rem; }
.notariat-elementor-content .notariat-e-service-sidebar .notariat-e-copy { color: rgba(255,255,255,0.68); }
.notariat-elementor-content .notariat-e-disclaimer {
  margin-top: 20px;
  padding: 22px 24px !important;
  border-left: 3px solid var(--gold);
  background: rgba(184,148,69,0.10);
}
.notariat-elementor-content .notariat-e-disclaimer .notariat-e-copy { font-size: 0.86rem; line-height: 1.7; }
.notariat-elementor-content .notariat-e-service-main .notariat-service-documents { margin-top: 32px; }
.notariat-elementor-content .notariat-e-guide-content { max-width: 840px; gap: 20px; }
.notariat-elementor-content .notariat-e-category-content { gap: 18px; }
.notariat-elementor-content .notariat-e-category-content > .elementor-widget-shortcode { margin-top: 40px; }
.notariat-elementor-content .notariat-e-category-overview { max-width: 860px; }
.notariat-elementor-content .notariat-e-guide-image {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 2px;
}
.notariat-elementor-content .notariat-e-guide-heading {
  max-width: none;
  margin-top: 38px;
  font-size: 2.25rem;
  line-height: 1.1;
}
@media (min-width: 1024px) {
	.notariat-elementor-content .notariat-e-home-about { padding-top: 72px !important; padding-bottom: 72px !important; }
	.notariat-elementor-content .notariat-e-home-about .notariat-e-split {
		grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr);
		align-items: stretch;
		gap: 34px;
		max-width: 1280px;
	}
	.notariat-elementor-content .notariat-e-home-about .notariat-e-split > .notariat-e-stack:first-child {
		justify-content: center;
		min-height: 500px;
		padding: 52px !important;
		border: 1px solid rgba(184,148,69,.2);
		border-left: 3px solid var(--gold);
		background: var(--paper);
	}
	.notariat-elementor-content .notariat-e-home-about .notariat-e-split > .notariat-e-stack:first-child .notariat-e-copy:empty { display: none !important; }
	.notariat-elementor-content .notariat-e-home-about .notariat-e-carousel-widget,
	.notariat-elementor-content .notariat-e-home-about .notariat-e-carousel-widget > .elementor-widget-container { height: 100%; }
	.notariat-elementor-content .notariat-e-home-about .notariat-e-carousel {
		height: 500px !important;
		min-height: 500px;
		aspect-ratio: auto;
		border-radius: 2px;
		box-shadow: 0 24px 58px rgba(18,58,120,.16);
	}
}

@media (max-width: 1023px) {
  .notariat-elementor-content { --notariat-page-gutter: 40px; }
  .notariat-elementor-content .notariat-e-section { padding-top: 78px !important; padding-bottom: 78px !important; }
  .notariat-elementor-content .notariat-e-split { gap: 42px; }
  .notariat-elementor-content .notariat-e-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notariat-elementor-content .notariat-e-hero { min-height: 610px; padding-top: 126px !important; }
  .notariat-elementor-content .notariat-e-hero-title { font-size: 4rem; }
  .notariat-elementor-content .notariat-e-page-title { font-size: 3.15rem; }
  .notariat-elementor-content .notariat-e-service-layout { grid-template-columns: 1fr; gap: 44px; }
  .notariat-elementor-content .notariat-e-service-sidebar { position: static; }
}
@media (max-width: 767px) {
  .notariat-elementor-content { --notariat-page-gutter: 22px; }
  .notariat-elementor-content .notariat-e-section { padding-top: 64px !important; padding-bottom: 64px !important; }
  .notariat-elementor-content .notariat-e-split,
  .notariat-elementor-content .notariat-e-grid-2,
  .notariat-elementor-content .notariat-e-grid-3 { grid-template-columns: 1fr; }
  .notariat-elementor-content .notariat-e-split { gap: 36px; }
  .notariat-elementor-content .notariat-e-hero {
    min-height: 560px;
    justify-content: flex-end;
    padding-top: 108px !important;
    padding-bottom: 58px !important;
  }
  .notariat-elementor-content .notariat-e-hero::after {
    background: linear-gradient(180deg, rgba(8,26,58,0.60) 0%, rgba(8,26,58,0.88) 82%);
  }
  .notariat-elementor-content .notariat-e-page-hero { min-height: 310px; padding-top: 108px !important; padding-bottom: 46px !important; }
  .notariat-elementor-content .notariat-e-page-hero::after { background: linear-gradient(180deg, rgba(8,26,58,0.66) 0%, rgba(8,26,58,0.90) 100%); }
  .notariat-elementor-content .notariat-e-hero-title { max-width: 15ch; font-size: 2.7rem; }
  .notariat-elementor-content .notariat-e-page-title { font-size: 2.55rem; }
  .notariat-elementor-content .notariat-e-section-title { font-size: clamp(2.05rem, 11vw, 3rem); }
  .notariat-elementor-content .notariat-e-buttons { flex-direction: column !important; align-items: stretch; }
  .notariat-elementor-content .notariat-e-buttons .notariat-e-button { width: 100%; }
  .notariat-elementor-content .notariat-e-feature-image { min-height: 0; height: auto !important; aspect-ratio: 4 / 5; }
  .notariat-elementor-content .notariat-e-profile { grid-template-columns: 58px minmax(0, 1fr) !important; gap: 20px !important; }
  .notariat-elementor-content .notariat-e-profile { padding-bottom: 64px !important; }
  .notariat-elementor-content .notariat-e-profiles { gap: 64px; }
  .notariat-elementor-content .notariat-e-gallery-image,
  .notariat-elementor-content .notariat-e-gallery-image:nth-child(1),
  .notariat-elementor-content .notariat-e-gallery-image:nth-child(2) { grid-column: span 12; height: 310px !important; }
  .notariat-elementor-content .notariat-e-contact-info,
  .notariat-elementor-content .notariat-e-form-panel { padding: 26px !important; }
  .notariat-elementor-content .notariat-e-notary-card { min-height: 0; padding: 34px 28px 34px 82px !important; }
  .notariat-elementor-content .notariat-e-notary-card .notariat-e-notary-index { top: 34px; left: 26px; font-size: 2.35rem; }
  .notariat-elementor-content .notariat-e-service-category-card { min-height: 0; padding: 30px 28px !important; }
  .notariat-elementor-content .notariat-e-service-category-card .notariat-e-category-index { top: 24px; right: 24px; font-size: 3.2rem; }
  .notariat-elementor-content .notariat-e-service-category-card .notariat-e-copy { max-width: none; }
  .notariat-elementor-content .notariat-e-home-about .notariat-e-split { gap: 22px; }
  .notariat-elementor-content .notariat-e-home-about .notariat-e-split > .notariat-e-stack:first-child {
    padding: 34px 28px !important;
    border: 1px solid rgba(184,148,69,.2);
    border-left: 3px solid var(--gold);
    background: var(--paper);
  }
  .notariat-elementor-content .notariat-e-home-about .notariat-e-split > .notariat-e-stack:first-child .notariat-e-copy:empty { display: none !important; }
  .notariat-elementor-content .notariat-e-home-about .notariat-e-carousel { height: auto !important; min-height: 0; aspect-ratio: 4/3; border-radius: 2px; }
  .notariat-contact-map { min-height: 300px; aspect-ratio: 4/3; }
  .notariat-elementor-content .notariat-e-service-heading,
  .notariat-elementor-content .notariat-e-guide-heading { font-size: 1.9rem; }
  .notariat-elementor-content .notariat-e-service-sidebar { padding: 26px !important; }
}

@media print {
  .site-header, .site-footer, .cta-band, .sidebar-sticky, .document-print, .breadcrumbs { display: none !important; }
  .page-hero { min-height: 0; padding: 24px 0 !important; background: #fff !important; color: #000 !important; }
  .section { padding: 24px 0 !important; }
  .service-layout { display: block; }
  .document-note[hidden] { display: block !important; }
  .document-list { box-shadow: none; }
}
