:root {
  --royal: #0D1B2A;
  --royal-2: #0D1B2A;
  --ink: #2A2F36;
  --ink-2: #0D1B2A;
  --gold: #C8A96A;
  --gold-soft: #C8A96A;
  --ivory: #F7F4EF;
  --paper: #FFFFFF;
  --muted: #70747C;
  --line: rgba(13,27,42,.16);
  --surface: rgba(255,255,255,.92);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mx: 50%; --my: 40%; --scroll: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
section[id] { scroll-margin-top: 80px; }
#programare { scroll-margin-top: 90px; }
#taxa-judiciara { scroll-margin-top: 110px; }
#dobanda-inflatie { scroll-margin-top: 100px; }
body { margin: 0; min-width: 320px; background: var(--ivory); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--royal); }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -10rem; padding: .8rem 1rem; background: var(--gold); color: var(--royal); border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.scroll-progress { position: fixed; z-index: 150; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: calc(var(--scroll) * 1%); height: 100%; background: linear-gradient(90deg,var(--royal),var(--gold)); box-shadow: 0 0 12px var(--gold); }

.site-shell { --bg: var(--ivory); --text: var(--ink); --card: rgba(255,255,255,.88); --soft: var(--muted); --line: rgba(13,27,42,.16); background: var(--bg); color: var(--text); min-height: 100vh; }
.concept-2 { --bg: var(--ivory); --text: var(--ink); --card: rgba(255,255,255,.88); --soft: var(--muted); --line: rgba(13,27,42,.16); }
.concept-3 { --bg: #070b15; --text: #f8f2e8; --card: rgba(13,27,42,.06); --soft: #b7bdca; }
.container { width: min(1220px, calc(100% - clamp(28px, 4vw, 64px))); margin-inline: auto; }
.section { position: relative; padding: clamp(80px,10vw,148px) 0; overflow: hidden; overflow: clip; }
.section.compact { padding-block: clamp(56px,7vw,96px); }
.section-kicker { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.1rem; color: var(--gold); font-size: .72rem; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.section-title { margin: 0; max-width: 900px; font: 400 clamp(2.2rem,5.8vw,5.5rem)/.96 var(--serif); letter-spacing: -.045em; }
.section-lede { color: var(--soft); max-width: 670px; margin: 1.35rem 0 0; font-size: clamp(1rem,1.45vw,1.18rem); line-height: 1.75; }
.gold { color: var(--gold); }
.muted { color: var(--soft); }
.eyebrow { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.header { position: sticky; z-index: 100; top: 0; height: 78px; display: flex; align-items: center; border-bottom: 1px solid rgba(200,169,106,.28); background: rgba(247,244,239,.8); background: color-mix(in srgb, var(--bg) 80%, transparent); -webkit-backdrop-filter: blur(18px) saturate(130%); backdrop-filter: blur(18px) saturate(130%); }
.header-inner { width: min(1320px,calc(100% - 36px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; min-width: 228px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 1px solid var(--gold); color: var(--gold); font: 600 1rem/1 var(--serif); overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; inset: -80% 30%; background: rgba(255,255,255,.65); transform: rotate(22deg); animation: markGlint 6s ease-in-out infinite; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark.has-logo { width: 56px; aspect-ratio: 1.245; border: 0; border-radius: 0; }
.brand-mark.has-logo::after { opacity: .32; }
.header .brand { min-width: 76px; height: 100%; align-items: center; }
.header .brand-mark.header-logo { width: 70px; height: 46px; aspect-ratio: auto; overflow: hidden; transform: translateY(-3px); }
.header .brand-mark.header-logo::after { display: none; }
.header .brand-mark.header-logo img { object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 500 1rem/1.1 var(--serif); letter-spacing: .015em; }
.brand-copy small { color: var(--gold); font-size: .62rem; margin-top: .28rem; letter-spacing: .19em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1.45rem; }
.nav a, .nav button { border: 0; background: none; padding: .5rem 0; cursor: pointer; color: var(--soft); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .25s; }
.nav a:hover, .nav button:hover, .nav a:focus-visible { color: var(--gold); }
.nav a.active, .mobile-menu a.active { color: var(--gold); }
.tools-menu-item { position: relative; display: flex; align-items: center; }
.tools-menu-item::after { content: ""; position: absolute; top: 100%; left: -12px; right: -12px; height: 22px; }
.tools-mega-menu { position: absolute; top: calc(100% + 18px); left: 50%; transform: translate(-50%, 8px); width: min(620px, calc(100vw - 48px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0; background: transparent; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; z-index: 200; }
.tools-menu-item:hover .tools-mega-menu, .tools-menu-item:focus-within .tools-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.tools-mega-card { display: flex; min-height: 74px; align-items: center; justify-content: center; padding: 15px 12px; border: 1px solid rgba(200,169,106,.68); border-radius: 12px; background: #fbf8f2; color: var(--text); text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.tools-mega-card strong { font: 500 1rem/1.2 var(--serif); }
.tools-mega-card:hover, .tools-mega-card:focus-visible { transform: translateY(-2px); border-color: var(--gold); background: #fffaf0; color: var(--text); box-shadow: 0 9px 22px rgba(13,27,42,.1); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.concept-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.concept-switch a { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--soft); font-size: .68rem; }
.concept-switch a.active { background: var(--royal); color: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 49px; padding: .82rem 1.28rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 760; font-size: .82rem; letter-spacing: .035em; transition: transform .25s,background .25s,border-color .25s,color .25s,box-shadow .25s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.btn-primary { background: var(--royal); color: white; box-shadow: 0 14px 42px rgba(13,27,42,.18); }
.btn-primary:hover { background: var(--gold); color: var(--royal); box-shadow: 0 18px 50px rgba(200,169,106,.32); }
.btn-gold { background: var(--gold); color: var(--royal); }
.btn-ghost { border-color: var(--line); background: color-mix(in srgb,var(--bg) 72%,transparent); color: var(--text); }
.btn-sm { min-height: 40px; padding: .65rem .95rem; font-size: .72rem; }
.arrow { transition: transform .25s; }
.btn:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }

.hero { min-height: calc(100svh - 78px + 220px); display: grid; align-items: center; position: relative; overflow: hidden; overflow: clip; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--mx) var(--my),rgba(200,169,106,.78),rgba(200,169,106,.46) 24%,rgba(200,169,106,.20) 48%,rgba(200,169,106,.07) 65%,transparent 82%); transition: background .12s; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(34px,5vw,84px); padding: clamp(50px,7vw,100px) 0; }
.hero-copy { position: relative; z-index: 3; }
.hero-title { margin: .9rem 0 1.35rem; font: 400 clamp(3.2rem,7.4vw,7.5rem)/.84 var(--serif); letter-spacing: -.064em; max-width: 830px; }
.hero-title em { color: var(--gold); font-weight: 400; }
.hero-text { max-width: 620px; color: var(--soft); line-height: 1.7; font-size: clamp(1rem,1.4vw,1.2rem); }
.hero-cabinet-mark { position:absolute; z-index:3; top:calc(min(52vh,480px) + 1.5rem); left:4%; right:0; display:flex; flex-direction:column; align-items:center; gap:.18rem; margin:0; padding:1.25rem 0; color:#111; line-height:1.05; text-align:center; text-transform:uppercase; }
.hero-mark-rule { display:flex; align-items:center; justify-content:center; gap:1.1rem; width:min(100%,520px); margin-bottom:.55rem; color:var(--gold); }
.hero-mark-rule i { flex:1; height:1px; background:var(--gold); opacity:.75; }
.hero-mark-logo { display:block; width:52px; height:34px; object-fit:contain; object-position:center; }
.hero-mark-rule-bottom { margin-top:.55rem; margin-bottom:0; }
.hero-mark-rule-bottom i { max-width:100%; }
.hero-cabinet-mark span { font-size:.72rem; letter-spacing:.22em; }
.hero-cabinet-mark strong { font:400 clamp(1.2rem,2.3vw,2rem)/1.05 var(--serif); letter-spacing:.015em; }
.hero-cabinet-mark em { margin-top:.25rem; color:#111; font-size:.78rem; font-style:normal; font-weight:700; letter-spacing:.28em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.7rem; color: var(--soft); font-size: .74rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-trust i { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px var(--gold); }
.hero-visual { position: relative; min-height: min(72vh,730px); transform: translate3d(calc((var(--mx) - 50%) * .018),calc((var(--my) - 50%) * .018),0); }
.hero-frame { position: absolute; inset: 1% 0 auto 4%; width:96%; height:min(52vh,480px); overflow: hidden; border: 1px solid var(--line); border-radius: 45% 45% 5px 5px; box-shadow: 0 40px 110px rgba(0,0,0,.43); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position:center top; transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.hero:hover .hero-frame img { transform: scale(1.025); }
.hero-orbit { --orbit-radius: 72px; display: block; visibility: visible; opacity: 1; position: absolute; z-index: 4; width: 145px; height: 145px; right: -3%; top: 10%; border: 1px solid var(--gold); border-radius: 50%; pointer-events: none; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hero-orbit::before { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin-left: -4.5px; margin-top: -4.5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); transform-origin: center; -webkit-animation: orbitDot 8s linear infinite; animation: orbitDot 8s linear infinite; }
.hero-number { position: absolute; bottom: 16%; right: -7%; width: 140px; min-height: 124px; padding: 1rem; display:flex; flex-direction:column; justify-content:center; gap:.45rem; border: 1px solid var(--line); background: rgba(247,244,239,.78); background: color-mix(in srgb,var(--bg) 78%,transparent); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); color: var(--gold); text-align:center; }
.hero-number strong { font:400 3.2rem/1 var(--serif); }
.hero-number i { display:block; align-self:center; width:34px; height:1px; background:var(--gold); }
.hero-number small { color:var(--text); font-size:.68rem; line-height:1.25; }
.hero-caption { position:absolute; z-index:3; left:4%; right:0; bottom:0; display:flex; flex-direction:column; align-items:center; text-align:center; color:var(--text); }
.hero-caption strong { font:400 clamp(1.65rem,3vw,2.6rem)/1 var(--serif); text-transform:uppercase; }
.hero-caption-rule { display:flex; align-items:center; justify-content:center; gap:.55rem; width:min(180px,45%); margin:.55rem auto .35rem; color:var(--gold); }
.hero-caption-rule span { flex:1; height:1px; background:var(--gold); }
.hero-caption-rule i { font-size:.45rem; font-style:normal; }
.hero-caption span { margin-top:.35rem; color:#111; font-size:.7rem; font-weight:700; letter-spacing:.3em; text-transform:uppercase; }
.hero-caption p { max-width:470px; margin:.65rem auto 0; color:var(--muted); font-size:.78rem; line-height:1.45; }
.hero-line { position: absolute; z-index: 2; width: 1px; height: 38%; right: 4%; bottom: -12%; background: linear-gradient(transparent,var(--gold),transparent); animation: linePulse 4s ease-in-out infinite; }

@media (min-width: 761px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 0; min-height: calc(100svh - 78px + 220px); padding: 0; }
  .hero-copy { z-index: 5; }
  .hero-title { position: relative; z-index: 5; width: calc(100% + clamp(70px, 9vw, 150px)); max-width: none; }
  .hero-visual { min-height: calc(100svh - 78px); margin-left: clamp(-150px, -9vw, -80px); }
  .hero-frame { top: 0; height: calc(100% - 110px); }
  .hero-cabinet-mark { top: auto; right: 0; left: 0; bottom: 1.5rem; transform: translateX(-33%) translateY(6rem); }
}

.concept-2 .hero { background: linear-gradient(90deg,var(--ivory) 0 57%,#0c36a9 57%); }
.concept-2 .hero::before { background: radial-gradient(circle at 20% 20%,rgba(199,168,93,.17),transparent 28%); }
.concept-2 .hero-grid { grid-template-columns: 1.12fr .88fr; }
.concept-2 .hero-frame { inset: -4% -8% -4% 0; border-radius: 52% 0 0 52%; border-color: rgba(255,255,255,.28); }
.concept-2 .hero-number { background: var(--paper); }
.concept-2 .hero-orbit { border-color: var(--gold-soft); }
.concept-3 .hero-grid { grid-template-columns: .9fr 1.1fr; }
.concept-3 .hero-visual { order: -1; }
.concept-3 .hero-frame { inset: 3% 2% 7% 0; border-radius: 0; clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); }
.concept-3 .hero-title { font-style: italic; }
.concept-3 .hero-number { left: auto; right: -4%; bottom: 3%; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 1rem 0; background: color-mix(in srgb,var(--bg) 93%,var(--royal)); }
.marquee-track { width: max-content; display: flex; gap: 2.1rem; animation: marquee 34s linear infinite; color: var(--gold); font: italic 1.04rem/1 var(--serif); }
.marquee-track span::after { content: "✦"; margin-left: 2.1rem; font-style: normal; font-size: .62rem; }

.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(45px,8vw,120px); }
#despre { padding-bottom: clamp(36px,5vw,72px); }
.image-collage { min-height: 650px; position: relative; }
.image-collage .image-a { position: absolute; width: 72%; height: 78%; left: 0; top: 0; }
.image-collage .image-b { position: absolute; width: 48%; height: 50%; right: 0; bottom: 0; border: 0; }
.editorial-image { overflow: hidden; background: var(--ink-2); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1),filter .5s; }
.editorial-image:hover img { transform: scale(1.045); }
.editorial-image.about-section-framed-logo { background: var(--ink-2); }
.editorial-image.about-section-framed-logo img { object-fit: cover; transform: none; }
.editorial-image.about-section-framed-logo:hover img { transform: none; }
.about-copy .section-title { font-size: clamp(2.7rem,5.3vw,5rem); }
.about-copy .section-lede { text-align: justify; text-justify: inter-word; }
.quote { border-left: 1px solid var(--gold); margin: 2.5rem 0; padding: .4rem 0 .4rem 1.5rem; font: italic 1.35rem/1.45 var(--serif); color: var(--text); }
.values { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; margin: 2.2rem 0; }
.value { display:grid;grid-template-columns:72px 1fr;gap:1rem;align-items:start;padding:1.1rem;border:1px solid var(--line);color:var(--soft); }
.value-icon { width:58px;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--gold) 12%,var(--bg));color:var(--gold); }
.value-icon svg { width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5; }
.value-copy strong { display:block;margin-bottom:.25rem;color:var(--gold);font:italic 1rem/1 var(--serif); }
.value-copy h4 { margin:0;color:var(--text);font:400 1.25rem/1.15 var(--serif); }
.value-copy p { margin:.55rem 0 0;color:var(--soft);font-size:.82rem;line-height:1.55; }
.concept-2 .image-collage .image-a { border-radius: 45% 45% 3px 3px; }
.concept-2 .image-collage .image-b { border-radius: 50% 50% 4px 4px; }
.concept-3 .about-grid { grid-template-columns: 1.1fr .9fr; }
.concept-3 .image-collage { order: 2; }
.concept-3 .image-a { clip-path: polygon(0 0,88% 0,100% 100%,11% 100%); }

.practice-head { display: flex; justify-content: space-between; align-items: center; gap: 3rem; margin-bottom: 3rem; }
#practica { padding-top: clamp(52px,6vw,90px); }
.practice-description { flex: 0 1 45%; display:flex; flex-direction:column; gap:1rem; margin-top:-1rem; }
.practice-description i { display:block; width:min(130px,32%); height:1px; background:var(--gold); opacity:.8; }
.practice-description .section-lede { margin:0; }
.practice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.practice-card { position: relative; min-height: 400px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--bg); }
.practice-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.48); opacity: .57; transition: transform .8s,filter .5s,opacity .5s; }
.practice-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,var(--royal)); }
.practice-card:hover img { transform: scale(1.07); filter: saturate(.95) brightness(.6); opacity: .78; }
.practice-index { position: absolute; z-index: 2; left: 2rem; top: 1.8rem; color: var(--gold); font: italic .8rem var(--serif); }
.practice-card-content { position: relative; z-index: 2; }
.practice-card h3 { margin: 0 0 .7rem; color: white; font: 400 2rem/1.04 var(--serif); }
.practice-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.6; }
.practice-card-link { display:inline-block;margin-top:1rem;color:var(--gold);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase; }
.practice-card:focus-visible { outline:2px solid var(--gold);outline-offset:3px; }
.hero-identity { margin:.7rem 0 1.4rem;color:#111;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase; }
.concept-2 .practice-grid { gap: 1.2rem; border: 0; background: transparent; }
.concept-2 .practice-card { border-radius: var(--radius); min-height: 360px; box-shadow: 0 20px 50px rgba(10,47,156,.1); }
.concept-3 .practice-grid { grid-template-columns: 1.4fr .8fr .8fr; gap: 1rem; border: 0; background: transparent; }
.concept-3 .practice-card { border: 1px solid var(--line); }
.concept-3 .practice-card:nth-child(4),.concept-3 .practice-card:nth-child(5),.concept-3 .practice-card:nth-child(6) { min-height: 300px; }

.split-section { display: grid; grid-template-columns: .88fr 1.12fr; }
.split-visual { min-height: 720px; position: sticky; top: 78px; height: calc(100vh - 78px); }
.split-visual img { width: 100%; height: 100%; object-fit: cover; }
.split-content { padding: clamp(70px,9vw,140px) clamp(32px,7vw,110px); }
.motto-content { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.motto-mark { position: absolute; top: clamp(55px,7vw,105px); right: clamp(24px,5vw,90px); color: rgba(200,169,106,.13); font: 500 clamp(6rem,12vw,12rem)/.7 var(--serif); letter-spacing: -.1em; pointer-events: none; }
.motto-title { position: relative; max-width: 720px; margin-bottom: 1.25rem; font-size: clamp(3.7rem,5.8vw,6.8rem); line-height: .88; }
.motto-rule { width: 72px; height: 1px; margin: .3rem 0 1.2rem; background: var(--gold); }
.motto-translation { max-width: 530px; margin: 0; color: var(--text); font: italic clamp(1.3rem,1.9vw,2rem)/1.25 var(--serif); }
.motto-lede { max-width: 520px; margin-top: 1.4rem; text-align: justify; text-justify: inter-word; }
.motto-signature { display: flex; align-items: center; gap: 1rem; margin-top: 3.3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.motto-signature span { color: var(--gold); font: italic 1.2rem var(--serif); }
.motto-signature p { margin: 0; color: var(--soft); font-size: .72rem; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.steps { margin-top: 3rem; }
.step { position: relative; padding: 0 0 2.4rem 4.2rem; }
.step::before { content: ""; position: absolute; left: 19px; top: 34px; bottom: 0; width: 1px; background: var(--line); }
.step:last-child::before { display: none; }
.step-number { position: absolute; left: 0; top: -.25rem; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: var(--bg); font: italic .76rem var(--serif); }
.step h3 { margin: 0 0 .5rem; font: 400 1.55rem/1.1 var(--serif); }
.step p { margin: 0; color: var(--soft); line-height: 1.65; font-size: .88rem; }

.situations { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 3rem; border-top: 1px solid var(--line); }
.situation { position: relative; min-height: 145px; display: grid; grid-template-columns: 50px 1fr; gap: 1rem; align-items: start; padding: 1.55rem; border-bottom: 1px solid var(--line); }
.situation:nth-child(odd) { border-right: 1px solid var(--line); }
.situation-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold); border-radius: 50%; }
.situation h3 { margin: .15rem 0 .45rem; font: 500 1.05rem var(--serif); }
.situation p { margin: 0; color: var(--soft); font-size: .8rem; line-height: 1.55; }

.fees-wrap { margin-top: 3rem; border: 1px solid var(--line); background: var(--card); backdrop-filter: blur(12px); }
.fees-toolbar { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: .8rem; padding: 1rem; border-bottom: 1px solid var(--line); }
.field, .select, .textarea { width: 100%; color: var(--text); background: color-mix(in srgb,var(--bg) 86%,transparent); border: 1px solid var(--line); border-radius: 10px; padding: .88rem 1rem; outline: none; }
.field::placeholder,.textarea::placeholder { color: color-mix(in srgb,var(--soft) 70%,transparent); }
.field:focus,.select:focus,.textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,169,106,.12); }
.select option { color: #111; background: white; }
.fees-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1rem; color: var(--soft); font-size: .75rem; border-bottom: 1px solid var(--line); }
.fees-table { width: 100%; border-collapse: collapse; font-size: .79rem; }
.fees-table th { position: sticky; top: 77px; z-index: 2; padding: .9rem 1rem; background: var(--ink-2); color: var(--gold); text-align: left; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.concept-2 .fees-table th { background: #0b2d93; color: white; }
.fees-table td { padding: 1rem; border-top: 1px solid var(--line); vertical-align: top; line-height: 1.48; }
.fees-table-wrap { overflow-x: auto; }
.official-calculators .fees-table { display: table; min-width: 760px; }
.official-calculators .fees-table th { position: static; top: auto; }
.official-calculators .official-calculator-anchor { margin-top: clamp(2rem, 3vw, 3.5rem); }
.official-calculators #taxa-judiciara { margin-top: 2.25rem; }
.official-calculators #dobanda-inflatie { margin-top: clamp(4rem, 5.5vw, 6.5rem); }
.fee-amount { color: var(--gold); font-weight: 800; white-space: nowrap; }
.fee-source { display: block; margin-top: .28rem; color: var(--soft); font-size: .67rem; }
.fees-cards { display: none; padding: 1rem; gap: .8rem; }
.fee-card { padding: 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.fee-card h3 { margin: .35rem 0 .8rem; font: 500 1.08rem var(--serif); }
.fee-card p { color: var(--soft); font-size: .76rem; line-height: 1.5; }
.fee-pagination { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 1rem; border-top: 1px solid var(--line); }

.calculator-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; margin-top: 3rem; align-items: start; }
.panel { border: 1px solid var(--line); background: var(--card); padding: clamp(1.2rem,3vw,2.2rem); }
.calculator-grid > .panel { align-self: start; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; align-content: start; grid-auto-rows: max-content; }
.form-group { display: grid; gap: .45rem; align-self: start; }
.btn.full { align-self: start; height: auto; min-height: 49px; }
.field, .select, .textarea { height: auto; min-height: 48px; }
.field-note { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.form-group.full { grid-column: 1/-1; }
.form-group label, .input-label { color: var(--soft); font-size: .72rem; font-weight: 750; letter-spacing: .04em; }
.check { display: flex; align-items: start; gap: .7rem; color: var(--soft); font-size: .78rem; line-height: 1.5; }
.check input { margin-top: .18rem; accent-color: var(--royal); }
.estimate { position: sticky; top: 96px; align-self: start; overflow: hidden; }
.estimate::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: var(--royal); filter: blur(95px); opacity: .22; right: -110px; top: -90px; }
.estimate-value { position: relative; margin: 1.4rem 0 .5rem; color: var(--gold); font: 400 clamp(2.7rem,5vw,4.8rem)/1 var(--serif); }
.estimate-lines { position: relative; display: grid; gap: .72rem; margin: 1.7rem 0; }
.estimate-line { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .72rem; border-bottom: 1px solid var(--line); color: var(--soft); font-size: .75rem; }
.estimate-line strong { color: var(--text); text-align: right; }
.notice { padding: 1rem; border-left: 2px solid var(--gold); background: rgba(200,169,106,.10); color: var(--soft); font-size: .75rem; line-height: 1.6; }

.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 620px; margin-top: 3rem; border: 1px solid var(--line); }
.booking-visual { position: relative; overflow: hidden; min-height: 540px; }
.booking-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%,rgba(13,27,42,.9)); }
.booking-visual-copy { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 2rem; color: white; }
.booking-visual-copy h3 { margin: .5rem 0; font: 400 2.3rem/1.05 var(--serif); }
.booking-main { padding: clamp(1.4rem,4vw,3rem); background: var(--card); }
.booking-progress { display: flex; gap: .5rem; margin-bottom: 2rem; }
.booking-progress span { height: 3px; flex: 1; background: var(--line); transition: background .25s; }
.booking-progress span.active { background: var(--gold); }
.booking-step h3 { margin: 0 0 1.5rem; font: 400 2rem var(--serif); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; }
.choice { text-align: left; min-height: 88px; padding: 1rem; color: var(--text); background: transparent; border: 1px solid var(--line); cursor: pointer; transition: border .25s,background .25s,transform .25s; }
.choice:hover,.choice.selected { border-color: var(--gold); background: rgba(200,169,106,.10); transform: translateY(-2px); }
.choice strong { display: block; font: 500 1rem var(--serif); }
.choice small { display: block; margin-top: .35rem; color: var(--soft); }
.booking-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.date-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .6rem; }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: 1rem; }
.date-choice,.time-choice { min-height: 55px; border: 1px solid var(--line); background: transparent; color: var(--text); cursor: pointer; }
.date-choice.selected,.time-choice.selected { background: var(--royal); color: white; border-color: var(--royal); }

.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 3rem; }
.resource-card { position: relative; min-height: 400px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.35rem; overflow: hidden; border: 1px solid var(--line); }
.resource-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) saturate(.65); transition: transform .7s,filter .5s; }
.resource-card:hover img { transform: scale(1.05); filter: brightness(.52) saturate(.9); }
.resource-card::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent,rgba(5,7,13,.94)); }
.resource-content { position: relative; z-index: 1; color: white; }
.resource-content h3 { font: 500 1.35rem/1.16 var(--serif); }
.resource-content p { color: rgba(255,255,255,.67); font-size: .75rem; line-height: 1.55; }
.text-link { color: var(--gold); font-size: .74rem; font-weight: 800; }
.articles-head { margin-top: clamp(70px,9vw,130px); }
.articles-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2.5rem;background:var(--line);border:1px solid var(--line); }
.article-card { position:relative;min-height:310px;padding:2rem;background:var(--bg); }
.article-card > span { position:absolute;right:1.4rem;top:1rem;color:color-mix(in srgb,var(--gold) 35%,transparent);font:italic 4rem var(--serif); }
.article-card h3 { position:relative;margin:1rem 0;font:400 2rem/1.05 var(--serif); }
.article-card > p:not(.eyebrow) { color:var(--soft);font-size:.82rem;line-height:1.65; }
.article-card button { padding:0;border:0;background:none;cursor:pointer; }
.concept-2 .article-card { background:var(--paper); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px,7vw,100px); margin-top: 3rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; color: var(--text); background: none; border: 0; text-align: left; cursor: pointer; font: 500 1.1rem/1.35 var(--serif); }
.faq-question span:last-child { flex:0 0 1.5rem; color: var(--gold); text-align:center; transition: transform .25s; }
.faq-symbol { font:400 1.35rem/1 var(--sans); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0 0 1.3rem; color: var(--soft); font-size: .85rem; line-height: 1.65; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.testimonials-empty { margin-top: 2rem; padding: 2rem; border: 1px dashed var(--line); color: var(--soft); text-align: center; font-size: .82rem; }
.contact-section { padding-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; margin-top: 3rem; }
.contact-card { padding: clamp(2rem,5vw,5rem); background: var(--royal); color: white; }
.contact-card h3 { margin: 0 0 2rem; font: 400 clamp(2.5rem,5vw,4.8rem)/.98 var(--serif); }
.contact-details { display: grid; gap: 1.2rem; }
.contact-details a,.contact-details div { display: grid; gap: .3rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-details small { color: var(--gold-soft); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.map { position: relative; min-height: 580px; overflow: hidden; background: var(--ivory); color: var(--ink); }
.map::before,.map::after { content:""; position:absolute; inset:-15%; background: repeating-linear-gradient(24deg,transparent 0 58px,rgba(13,27,42,.12) 59px 62px,transparent 63px 115px); transform: rotate(-7deg); }
.map::after { background: repeating-linear-gradient(108deg,transparent 0 86px,rgba(200,169,106,.28) 87px 90px,transparent 91px 142px); transform: rotate(4deg); }
.map-river { position: absolute; z-index: 1; width: 140%; height: 120px; left: -20%; top: 36%; background: rgba(13,27,42,.78); transform: rotate(-8deg); border-radius: 45%; }
.map-pin { position: absolute; z-index: 2; left: 52%; top: 46%; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--royal); color: var(--gold); box-shadow: 0 20px 38px rgba(13,27,42,.22); }
.map-pin span { transform: rotate(45deg); font: 600 1rem var(--serif); }
.map-label { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; padding: 1rem; max-width: 280px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.map-label strong { font: 500 1.2rem var(--serif); }
.map-label small { display:block; margin-top:.35rem; color:var(--muted); }

.footer { position: relative; overflow: hidden; padding: 70px 0 28px; background: var(--royal); color: white; border-top: 1px solid rgba(200,169,106,.28); }
.footer-mark { position: absolute; right: 2rem; bottom: 1rem; color: rgba(200,169,106,.2); font: 500 3rem/1 var(--serif); letter-spacing:.12em; pointer-events:none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.7fr repeat(2,1fr); gap: 2rem; }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.62); line-height: 1.65; font-size: .8rem; }
.footer-logo-full { display:block; width:clamp(280px,22vw,340px); margin:0 0 1.5rem; padding:14px 16px; box-sizing:border-box; background:rgba(247,244,239,.92); border:1px solid rgba(200,169,106,.3); border-radius:18px; box-shadow:0 8px 22px rgba(0,0,0,.08); backdrop-filter:blur(3px); }
.footer-logo-full img { display:block; width:100%; height:auto; object-fit:contain; filter:none; mix-blend-mode:normal; }
.footer h4 { color: var(--gold); margin: 0 0 1rem; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: .7rem; }
.footer-links a,.footer-links button { width:max-content; padding:0; background:none; border:0; color:rgba(255,255,255,.68); cursor:pointer; font-size:.75rem; }
.footer-links a:hover,.footer-links button:hover { color:white; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .67rem; }

.whatsapp { position: fixed; z-index: 95; right: 22px; bottom: calc(30px + env(safe-area-inset-bottom, 0px)); width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; gap: .7rem; box-sizing: border-box; overflow: hidden; border: 1px solid var(--gold); border-radius: 50%; background: var(--royal); color: white; box-shadow: 0 14px 42px rgba(0,0,0,.36); transition: width .25s ease, border-radius .25s ease, transform .25s ease; }
.whatsapp svg { width: 25px; flex: 0 0 25px; }
.whatsapp-label { display: none; max-width: 0; overflow: hidden; opacity: 0; white-space: nowrap; transform: translateX(8px); transition: max-width .25s ease, opacity .2s ease, transform .25s ease; }
.hero-phone { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; color: var(--ink); font-size: .9rem; font-weight: 600; text-decoration: none; }
.hero-phone svg { width: 1.05rem; color: var(--gold); }
.hero-phone:hover, .hero-phone:focus-visible { color: var(--gold); }
@media (min-width: 1024px) and (pointer: fine) {
  .whatsapp-label { display: block; }
  .whatsapp:hover, .whatsapp:focus-visible { width: 220px; border-radius: 999px; justify-content: flex-start; padding-inline: 1rem; transform: translateY(-4px); }
  .whatsapp:hover .whatsapp-label, .whatsapp:focus-visible .whatsapp-label { max-width: 160px; opacity: 1; transform: translateX(0); }
}
.assistant-toggle { position: fixed; z-index: 96; right: 22px; bottom: calc(100px + env(safe-area-inset-bottom, 0px)); width: 72px; height: 72px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:transparent; cursor:pointer; box-shadow:none; }
.assistant-toggle img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; }
.assistant-toggle::after { display:none; }
.assistant-panel { position: fixed; z-index: 120; right: 22px; bottom: calc(168px + env(safe-area-inset-bottom, 0px)); width: min(390px,calc(100vw - 28px)); max-height: min(640px,calc(100svh - 220px)); display: none; grid-template-rows: auto 1fr auto; overflow:hidden; border:1px solid var(--line); background:var(--royal); color:white; box-shadow:0 30px 100px rgba(0,0,0,.5); border-radius:18px; }
.assistant-panel.open { display:grid; animation:panelIn .35s both; }
.assistant-head { display:flex; justify-content:space-between; align-items:center; padding:1rem; border-bottom:1px solid rgba(255,255,255,.1); background:linear-gradient(110deg,var(--royal),var(--ink)); }
.assistant-head strong { font:500 1.12rem var(--serif); }
.assistant-head small { display:block; color:rgba(255,255,255,.7); margin-top:.15rem; }
.icon-btn { width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:none;color:white;cursor:pointer; }
.assistant-messages { overflow:auto;padding:1rem;display:grid;align-content:start;gap:.75rem; }
.message { max-width:88%; padding:.8rem .9rem; border-radius:13px; font-size:.78rem; line-height:1.55; white-space:pre-wrap; }
.message.bot { background:rgba(255,255,255,.08);border-bottom-left-radius:3px; }
.message.user { justify-self:end;background:var(--royal);border-bottom-right-radius:3px; }
.quick-actions { display:flex;gap:.45rem;overflow:auto;padding:.2rem 1rem .8rem;scrollbar-width:none; }
.quick-actions button { flex:0 0 auto;padding:.55rem .7rem;border:1px solid rgba(200,169,106,.38);border-radius:999px;background:none;color:var(--gold-soft);font-size:.66rem;cursor:pointer; }
.assistant-form { display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.8rem;border-top:1px solid rgba(255,255,255,.1); }
.assistant-form input { min-width:0;padding:.75rem;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);color:white; }
.assistant-form button { width:42px;border:0;border-radius:10px;background:var(--gold);color:var(--ink);cursor:pointer; }

.cookie-banner { position: fixed; z-index: 130; left: 18px; bottom: 18px; width: min(490px,calc(100vw - 36px)); padding: 1.2rem; border:1px solid var(--line); background:rgba(13,27,42,.97);color:white;box-shadow:0 24px 80px rgba(0,0,0,.5);backdrop-filter:blur(16px); }
.cookie-banner h3 { margin:0 0 .5rem;font:500 1.25rem var(--serif); }
.cookie-banner p { margin:.5rem 0 1rem;color:rgba(255,255,255,.68);font-size:.75rem;line-height:1.55; }
.cookie-actions { display:flex;flex-wrap:wrap;gap:.6rem; }
.modal-backdrop { position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:20px;background:rgba(13,27,42,.78);backdrop-filter:blur(10px); }
.modal { width:min(620px,100%);max-height:90vh;overflow:auto;padding:2rem;background:var(--paper);color:var(--ink);border:1px solid var(--gold); }
.modal h2 { font:400 2.5rem/1 var(--serif);margin:0 0 1rem; }
.modal p { color:var(--muted);line-height:1.6;font-size:.84rem; }
.modal-actions { display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.5rem; }
.practice-modal ul { margin:1rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.8;font-size:.88rem; }
.practice-modal h3 { margin:1.8rem 0 .4rem;font:500 1.2rem var(--serif); }
.modal-close { float:right; }
.urgent-note { margin:1rem 0 0;padding:.85rem 1rem;border-left:2px solid var(--gold);background:rgba(200,169,106,.1);color:var(--muted);font-size:.8rem;line-height:1.55; }
.custom-time-label { display:block;margin-top:1rem;color:var(--muted);font-size:.78rem; }
.custom-date-label { display:block;color:var(--muted);font-size:.78rem; }
.custom-date { max-width:240px;margin-top:.45rem; }
.custom-time { max-width:220px;margin-top:.45rem; }
.urgent-option { display:flex;align-items:center;gap:.55rem;margin-top:1rem;color:var(--muted);font-size:.78rem; }
.urgent-option input { accent-color:var(--gold); }
.optional { color:var(--muted);font-size:.75em;font-weight:400; }
#toast-root { position:fixed;z-index:200;left:50%;bottom:24px;transform:translateX(-50%);pointer-events:none; }
.toast { padding:.85rem 1.1rem;border:1px solid var(--gold);background:var(--royal);color:white;box-shadow:0 16px 50px rgba(0,0,0,.4);font-size:.75rem;animation:toastIn .3s both; }

.intro { position:fixed;z-index:300;inset:0;display:grid;place-items:center;background:#090f19;color:white;overflow:hidden; }
.intro::before { content:"";position:absolute;width:min(62vw,760px);aspect-ratio:1;border-radius:50%;background:rgba(200,169,106,.08);filter:blur(130px);animation:introGlow 2.5s ease both; }
.intro-stage { position:relative;width:min(520px,80vw);text-align:center; }
.intro-symbol { position:relative;z-index:2;width:140px;aspect-ratio:1;margin:auto;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold);font:500 3.5rem var(--serif);clip-path:inset(0 100% 0 0);animation:symbolReveal 1.2s .7s cubic-bezier(.2,.7,.2,1) forwards; }
.intro-symbol.has-full-logo { width:min(270px,64vw);border:0;clip-path:none;opacity:0;transform:scale(.96);animation:introLogoReveal 1.1s .15s cubic-bezier(.2,.7,.2,1) forwards; }
.intro-symbol.has-full-logo img { width:100%;height:100%;object-fit:contain;filter:grayscale(1) contrast(1.8) invert(1);mix-blend-mode:lighten; }
.intro.is-leaving { animation:introLeave .72s cubic-bezier(.7,0,.3,1) forwards; }
.intro.is-leaving .intro-stage { animation:introLogoToHeader .72s cubic-bezier(.2,.7,.2,1) both; }

.selector-page { min-height:100vh;background:#05070d;color:white; }
.selector-hero { position:relative;min-height:62vh;display:grid;align-items:end;padding:120px 0 70px;overflow:hidden; }
.selector-hero::before { content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 15%,rgba(13,27,42,.16),transparent 30%),radial-gradient(circle at 15% 90%,rgba(199,168,93,.12),transparent 28%); }
.selector-hero .container { position:relative; }
.selector-title { max-width:1000px;margin:.8rem 0 1.3rem;font:400 clamp(3rem,8vw,8rem)/.84 var(--serif);letter-spacing:-.065em; }
.selector-title em { color:var(--gold);font-weight:400; }
.selector-lede { max-width:720px;color:#aeb5c3;line-height:1.7; }
.concept-showcase { padding:50px 0 110px; }
.concept-card { display:grid;grid-template-columns:1.1fr .9fr;min-height:620px;margin-bottom:30px;border:1px solid var(--line);background:#090e18;overflow:hidden; }
.concept-card:nth-child(even) .concept-card-visual { order:2; }
.concept-card-visual { position:relative;overflow:hidden; }
.concept-card-visual img { width:100%;height:100%;object-fit:cover;transition:transform 1s; }
.concept-card:hover .concept-card-visual img { transform:scale(1.035); }
.concept-card-visual::after { content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(5,7,13,.45)); }
.concept-card-copy { display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,5rem); }
.concept-card-copy h2 { margin:.6rem 0 1rem;font:400 clamp(2.7rem,5vw,5.1rem)/.9 var(--serif); }
.concept-card-copy p { color:#aab1bf;line-height:1.7; }
.concept-tags { display:flex;flex-wrap:wrap;gap:.5rem;margin:1.3rem 0 2rem; }
.concept-tags span { padding:.55rem .7rem;border:1px solid rgba(199,168,93,.25);color:var(--gold-soft);font-size:.66rem;letter-spacing:.07em;text-transform:uppercase; }

.legal-page,.confirmation-page,.not-found { min-height:100vh;background:var(--ivory);color:var(--ink);padding:110px 0; }
.legal-article { width:min(850px,calc(100% - 40px));margin:auto; }
.legal-article h1,.confirmation-card h1,.not-found h1 { margin:.6rem 0 1.5rem;font:400 clamp(3rem,7vw,6rem)/.9 var(--serif);letter-spacing:-.05em; }
.legal-article h2 { margin:2.3rem 0 .7rem;font:500 1.6rem var(--serif); }
.legal-article p,.legal-article li { color:var(--muted);line-height:1.72;font-size:.9rem; }
.legal-nav { display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem; }
.legal-document-page { padding:clamp(72px,8vw,132px) 0 clamp(84px,10vw,148px); }
.legal-document { width:min(920px,calc(100% - clamp(32px,7vw,96px))); }
.legal-document-head { padding-bottom:clamp(1.8rem,4vw,3rem); border-bottom:1px solid rgba(200,169,106,.42); }
.legal-document-head h1 { margin:0; max-width:820px; color:var(--ink-2); font:400 clamp(2.8rem,6vw,5.8rem)/.96 var(--serif); letter-spacing:-.05em; }
.legal-updated { margin:1.25rem 0 0; color:var(--muted); font-size:.86rem; letter-spacing:.02em; }
.legal-document-body { padding-top:clamp(2rem,5vw,4rem); }
.legal-document-body h2 { margin:clamp(2.8rem,6vw,5rem) 0 1.1rem; color:var(--ink-2); font:500 clamp(1.65rem,3vw,2.35rem)/1.08 var(--serif); letter-spacing:-.025em; }
.legal-document-body h3 { margin:2.4rem 0 .8rem; color:var(--ink-2); font:500 clamp(1.25rem,2vw,1.55rem)/1.2 var(--serif); }
.legal-document-body p,.legal-document-body li { color:var(--muted); font-size:clamp(.98rem,1.15vw,1.08rem); line-height:1.82; }
.legal-document-body p { margin:0 0 1.2rem; }
.legal-document-body ul { margin:0 0 1.5rem; padding-left:1.35rem; }
.legal-document-body li { padding-left:.35rem; margin:.4rem 0; }
.legal-definitions { margin:1.1rem 0 1.8rem; }
.legal-definitions p { margin:0 0 1rem; }
.legal-definitions strong { color:var(--ink); font-weight:750; }
.legal-document-body a { color:var(--royal); text-decoration:underline; text-decoration-color:rgba(200,169,106,.8); text-underline-offset:.16em; }
.legal-document-body a:hover,.legal-document-body a:focus-visible { color:var(--gold); }
.legal-inline-link { color:var(--royal); text-decoration:underline; text-decoration-color:var(--gold); text-underline-offset:.16em; }
.confirmation-card,.not-found-card { width:min(760px,calc(100% - 40px));margin:auto;padding:clamp(2rem,6vw,5rem);border:1px solid rgba(13,27,42,.14);background:white;box-shadow:0 30px 100px rgba(13,27,42,.08); }
.confirmation-icon { width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:var(--royal);color:white;font-size:2rem; }
.summary-grid { display:grid;gap:.7rem;margin:2rem 0; }
.summary-row { display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid rgba(13,27,42,.12);color:var(--muted);font-size:.82rem; }
.summary-row strong { color:var(--ink);text-align:right; }
.not-found-card { text-align:center; }
.not-found-code { color:var(--gold);font:italic 1rem var(--serif); }

.reveal { opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.in-view { opacity:1;transform:none; }
.reveal-delay { transition-delay:.15s; }
.tilt-card { transform-style:preserve-3d; will-change:transform; }

@keyframes markGlint { 0%,72%{transform:translateX(-130%) rotate(22deg)} 88%,100%{transform:translateX(260%) rotate(22deg)} }
@-webkit-keyframes orbitDot {
  from { -webkit-transform: rotate(0deg) translateX(var(--orbit-radius)) rotate(0deg); transform: rotate(0deg) translateX(var(--orbit-radius)) rotate(0deg); }
  to { -webkit-transform: rotate(360deg) translateX(var(--orbit-radius)) rotate(-360deg); transform: rotate(360deg) translateX(var(--orbit-radius)) rotate(-360deg); }
}
@keyframes orbitDot {
  from { transform: rotate(0deg) translateX(var(--orbit-radius)) rotate(0deg); }
  to { transform: rotate(360deg) translateX(var(--orbit-radius)) rotate(-360deg); }
}
@keyframes linePulse { 0%,100%{opacity:.2;transform:translateY(-12%)}50%{opacity:1;transform:translateY(12%)} }
@keyframes marquee { to{transform:translateX(-50%)} }
@keyframes assistantPulse { 0%{transform:scale(.85);opacity:.8}100%{transform:scale(1.35);opacity:0} }
@keyframes panelIn { from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none} }
@keyframes toastIn { from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none} }
@keyframes introGlow { 0%{opacity:0;transform:scale(.65)}50%{opacity:1}100%{opacity:.35;transform:scale(1.05)} }
@keyframes statueReveal { 0%{opacity:0;transform:translate(-50%,-49%) scale(.88);filter:blur(10px) grayscale(1)}35%,82%{opacity:.33;transform:translate(-50%,-53%) scale(1);filter:blur(0) grayscale(.5)}100%{opacity:.08} }
@keyframes symbolReveal { to{clip-path:inset(0 0 0 0)} }
@keyframes introLogoReveal { to{opacity:1;transform:none} }
@keyframes nameReveal { to{transform:none} }
@keyframes fadeIn { to{opacity:1} }
@keyframes glint { from{left:-25%}to{left:110%} }
@keyframes introLeave { to{opacity:0;visibility:hidden;transform:scale(1.025)} }
@keyframes introLogoToHeader { to{transform:translate(-42vw,-42vh) scale(.22);opacity:.9} }

@media (max-width: 1050px) {
  section[id] { scroll-margin-top: 90px; }
  #programare { scroll-margin-top: 82px; }
  #taxa-judiciara { scroll-margin-top: 90px; }
  #dobanda-inflatie { scroll-margin-top: 90px; }
  .official-calculators .official-calculator-anchor { margin-top: 2rem; }
  .official-calculators #dobanda-inflatie { margin-top: 4rem; }
  .nav { display:none; }
  .tools-mega-menu { display:none; }
  .menu-toggle { display:grid;place-items:center; }
  .mobile-menu.open { position:fixed;z-index:99;inset:78px 0 auto;display:grid;padding:1rem 20px 1.5rem;background:rgba(247,244,239,.96);background:color-mix(in srgb,var(--bg) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line); }
  .mobile-menu a,.mobile-menu button { padding:1rem 0;border:0;border-bottom:1px solid var(--line);background:none;color:var(--text);text-align:left; }
  .mobile-tools-submenu { display:grid; margin:-.25rem 0 .4rem 1rem; }
  .mobile-tools-submenu a { padding:.65rem 0; font-size:.7rem; }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .practice-grid { grid-template-columns:repeat(2,1fr)!important; }
  .resource-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1.4fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column:2; }
}

@media (max-width: 760px) {
  .container { width:min(100% - 28px,1220px); }
  .hero::before { display:none; }
  .section { padding:75px 0; }
  .brand { min-width:auto; }
  .brand-copy strong { font-size:.88rem; }
  .brand-copy small { font-size:.54rem; }
  .header-actions .btn { display:none; }
  .concept-switch { display:none; }
  .hero,.concept-2 .hero { min-height:auto;background:var(--bg); }
  .hero-grid,.concept-2 .hero-grid,.concept-3 .hero-grid { grid-template-columns:1fr;padding:54px 0 40px; }
  .hero-copy { order:1; }
  .hero-visual,.concept-3 .hero-visual { order:2;min-height:calc(133.333vw + 185px);margin-top:1rem; }
  .hero-frame,.concept-2 .hero-frame,.concept-3 .hero-frame { inset:0 auto auto 0;width:100%;aspect-ratio:3 / 4;border-radius:42% 42% 3px 3px;clip-path:none; }
  .hero-frame img { object-position:center; }
  .hero-orbit { right:2%; top:-3%; width:120px; height:120px; --orbit-radius:59px; }
  .hero-title { font-size:clamp(3.4rem,17vw,5.2rem); }
  .hero-number { width:82px;min-height:88px;padding:.55rem;left:auto;right:2%;top:calc(133.333vw - 150px);bottom:auto;z-index:6; }
  .hero-number strong { font-size:1.95rem; }
  .hero-number i { width:25px; }
  .hero-number small { font-size:.56rem; }
  .hero-caption { left:0; bottom:12%; transform:none; }
  .hero-caption strong { font-size:1.55rem; }
  .hero-caption-rule { margin-top:.4rem; }
  .hero-caption p { max-width:235px;font-size:.68rem; }
  .hero-cabinet-mark { top:calc(133.333vw + 1.5rem); left:0; right:0; padding:1rem 0; }
  .hero-trust { gap:.7rem 1rem;margin-top:1.8rem; }
  .about-grid,.concept-3 .about-grid { grid-template-columns:1fr; }
  .image-collage,.concept-3 .image-collage { order:0;min-height:490px; }
  .practice-head { display:block; }
  .practice-description { margin-top:1rem; gap:.8rem; }
  .practice-grid,.concept-3 .practice-grid { grid-template-columns:1fr!important;gap:.8rem;background:transparent;border:0; }
  .practice-card,.concept-3 .practice-card:nth-child(n) { min-height:330px;border:1px solid var(--line); }
  .split-section { grid-template-columns:1fr; }
  .split-visual { position:relative;top:auto;height:55vh;min-height:430px; }
  .split-content { padding:70px 20px; }
  .motto-title { font-size:clamp(3.2rem,13vw,5.2rem); }
  .motto-mark { right:20px; }
  .situations { grid-template-columns:1fr; }
  .situation:nth-child(odd) { border-right:0; }
  .fees-toolbar { grid-template-columns:1fr; }
  .fees-table { display:none; }
  .fees-cards { display:grid; }
  .calculator-grid { grid-template-columns:1fr; }
  .form-grid { grid-template-columns:1fr; }
  .form-group.full { grid-column:auto; }
  .estimate { position:relative;top:auto; }
  .booking-shell { grid-template-columns:1fr; }
  .booking-visual { min-height:340px; }
  .choice-grid { grid-template-columns:1fr; }
  .date-grid { grid-template-columns:repeat(2,1fr); }
  .resource-grid { grid-template-columns:1fr; }
  .articles-grid { grid-template-columns:1fr;gap:.8rem;background:transparent;border:0; }
  .article-card { border:1px solid var(--line); }
  .resource-card { min-height:350px; }
  .faq-grid { grid-template-columns:1fr; }
  .contact-grid { grid-template-columns:1fr; }
  .map { min-height:460px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .whatsapp { right:14px;bottom:calc(24px + env(safe-area-inset-bottom, 0px));width:56px;height:56px; }
  .assistant-toggle { right:14px;bottom:calc(88px + env(safe-area-inset-bottom, 0px));width:56px;height:56px; }
  .assistant-panel { right:14px;bottom:calc(198px + env(safe-area-inset-bottom, 0px));max-height:min(590px,calc(100svh - 220px)); }
  .concept-card { grid-template-columns:1fr; }
  .concept-card:nth-child(even) .concept-card-visual { order:0; }
  .concept-card-visual { min-height:420px; }
  .concept-card-copy { padding:2rem 1.4rem; }
}

@media (max-width: 430px) {
  .header { height:70px; }
  .brand-mark { width:38px; }
  .brand-mark.has-logo { width:52px; }
  .header .brand-mark.header-logo { width:60px; height:40px; transform:translateY(-2px); }
  .intro-symbol.has-full-logo { width:min(210px,58vw); }
  .hero-title { font-size:3.65rem; }
  .hero-actions .btn { width:100%; }
  .values { grid-template-columns:1fr; }
  .image-collage { min-height:420px; }
  .image-collage .image-a { width:85%;height:80%; }
  .image-collage .image-b { width:53%;height:46%;border-width:6px; }
  .time-grid { grid-template-columns:repeat(2,1fr); }
  .booking-main { padding:1.1rem; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .footer-brand { text-align:center; }
  .footer-brand p { margin-inline:auto; }
  .footer-logo-full { width:min(260px,calc(100vw - 2rem)); margin-inline:auto; }
}

/* Keep the framed artwork's source ratio on mobile so the full vertical
   composition remains visible; the portrait stays anchored over its corner. */
@media (max-width: 760px) {
  .image-collage {
    min-height: 0;
  }

  .image-collage .image-a.about-section-framed-logo {
    position: relative;
    width: 85%;
    height: auto;
    min-height: 0;
    aspect-ratio: 2 / 3;
    left: auto;
    top: auto;
    overflow: visible;
  }

  .image-collage .image-a.about-section-framed-logo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
  }
}

/* Responsive desktop corrections: keep the editorial composition intact while
   allowing short laptop viewports to grow naturally instead of overflowing. */
@media (min-width: 901px) and (max-width: 1500px) {
  .container { width: min(1160px, calc(100% - clamp(24px, 3vw, 46px))); }
  .header-inner { width: min(1160px, calc(100% - 32px)); gap: .7rem; }
  .nav { gap: .7rem; }
  .nav a { font-size: .66rem; }
  .header-actions { gap: .5rem; }
  .practice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .articles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .calculator-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
  .booking-shell { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
  .footer-grid { grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(0, 1fr)); }
  .practice-card, .resource-card, .article-card, .panel, .booking-shell > * { min-width: 0; }
  .practice-card p, .resource-card p, .article-card p, .section-lede { overflow-wrap: anywhere; }
}

@media (min-width: 901px) and (max-width: 1500px) and (max-height: 850px) {
  .header { height: 68px; }
  .header .brand-mark.header-logo { width: 62px; height: 42px; }
  .section { padding-block: clamp(64px, 8vh, 104px); }
  .booking-shell { min-height: 540px; }
  .practice-card, .resource-card { min-height: 340px; }
}

@media (min-width: 901px) and (max-height: 720px) {
  .header { height: 64px; }
  .header .brand-mark.header-logo { width: 56px; height: 38px; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .nav { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .header-actions .btn { display: none; }
  .practice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); }
  .mobile-menu.open {
    position: fixed;
    z-index: 99;
    inset: 68px 0 auto;
    display: grid;
    padding: 1rem 20px 1.5rem;
    background: rgba(247,244,239,.96);
    background: color-mix(in srgb,var(--bg) 96%,transparent);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
  }
}

@media (min-width: 901px) and (max-width: 1050px) {
  .calculator-grid { grid-template-columns: 1fr; }
  .estimate { position: static; }
}

@media (min-width: 901px) and (max-width: 1180px) and (max-height: 720px) {
  .mobile-menu.open { inset: 64px 0 auto; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .container { width: min(100% - 32px, 1220px); }
  .hero-grid, .concept-2 .hero-grid, .concept-3 .hero-grid {
    grid-template-columns: 1fr;
    padding: 54px 0 40px;
  }
  .hero-copy { order: 1; }
  .hero-visual, .concept-3 .hero-visual {
    order: 2;
    min-height: calc(133.333vw + 185px);
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }
  .hero-frame, .concept-2 .hero-frame, .concept-3 .hero-frame {
    inset: 0 auto auto 0;
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 42% 42% 3px 3px;
    clip-path: none;
  }
  .hero-frame img { object-position: center; }
  .hero-orbit { right: 2%; top: -3%; width: 120px; height: 120px; --orbit-radius: 59px; }
  .hero-title { font-size: clamp(3.4rem, 12vw, 5.2rem); }
  .hero-number {
    width: 96px;
    min-height: 96px;
    padding: .65rem;
    left: auto;
    right: 2%;
    top: calc(133.333vw - 152px);
    bottom: auto;
    z-index: 6;
  }
  .hero-number strong { font-size: 2.1rem; }
  .hero-caption { left: 0; bottom: 12%; transform: none; }
  .hero-caption strong { font-size: 1.65rem; }
  .hero-caption-rule { margin-top: .4rem; }
  .hero-caption p { max-width: 300px; font-size: .72rem; }
  .hero-cabinet-mark { top: calc(133.333vw + 1.5rem); left: 0; right: 0; padding: 1rem 0; transform: none; }
  .calculator-grid { grid-template-columns: 1fr; }
  .estimate { position: relative; top: auto; }
  .practice-grid, .resource-grid, .articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1501px) {
  .practice-grid, .resource-grid, .articles-grid, .calculator-grid, .booking-shell, .footer-grid {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important; }
  .reveal { opacity:1;transform:none; }
  .hero-visual { transform:none; }
  .hero-orbit::before { -webkit-animation:none!important; animation:none!important; -webkit-transform:translateX(var(--orbit-radius)); transform:translateX(var(--orbit-radius)); }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(20px, 2.5vw, 32px);
    align-items: start;
    padding-block: clamp(24px, 4vh, 40px);
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
  }

  .hero-title {
    width: 100%;
    max-width: 560px;
    font-size: clamp(2.8rem, min(6.8vw, 8.5vh), 4.5rem);
    line-height: .9;
  }

  .hero-text {
    max-width: 500px;
    font-size: clamp(.88rem, 1.1vw, 1rem);
    line-height: 1.5;
  }

  .hero-visual {
    min-height: calc(clamp(330px, 47vh, 420px) + 200px);
    margin-left: 0;
  }

  .hero-frame {
    inset: 0 0 auto auto;
    width: 100%;
    height: clamp(330px, 47vh, 420px);
  }

  .hero-number {
    top: calc(clamp(330px, 47vh, 420px) - 24px);
    right: 0;
    bottom: auto;
    width: 96px;
    min-height: 88px;
    padding: .65rem;
  }

  .hero-number strong {
    font-size: 2.1rem;
  }

  .hero-cabinet-mark {
    top: calc(clamp(330px, 47vh, 420px) + 62px);
    right: 0;
    bottom: auto;
    left: 0;
    padding-block: .65rem;
    transform: none;
  }

  .hero-cabinet-mark strong {
    font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .concept-2 .hero-grid,
  .concept-3 .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 44px 28px;
  }

  .hero-visual,
  .concept-3 .hero-visual {
    order: 2;
    min-height: calc(133.333vw + 235px);
    margin: 1rem 0 0;
  }

  .hero-frame,
  .concept-2 .hero-frame,
  .concept-3 .hero-frame {
    inset: 0 auto auto 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 42% 42% 3px 3px;
    clip-path: none;
  }

  .hero-frame img {
    object-position: center top;
  }

  .hero-number {
    top: calc(133.333vw - 28px);
    right: 2%;
    bottom: auto;
    left: auto;
    width: 82px;
    min-height: 88px;
    padding: .55rem;
    z-index: 6;
  }

  .hero-number strong {
    font-size: 1.95rem;
  }

  .hero-cabinet-mark {
    top: calc(133.333vw + 76px);
    right: 0;
    bottom: auto;
    left: 0;
    padding-block: .8rem;
    transform: none;
  }

  .hero-cabinet-mark strong {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }
}

body.low-power .hero::before, body.low-power .assistant-toggle::after { display:none; }
body.low-power .hero-orbit { display:block; visibility:visible; opacity:1; }
body.low-power .hero-orbit::before { -webkit-animation:orbitDot 10s linear infinite; animation:orbitDot 10s linear infinite; }
body.low-power .reveal { opacity:1;transform:none; }

/* Expand the approved desktop hero for a near-full portrait presentation. */
@media (min-width: 1180px) {
  .hero {
    --hero-photo-height: clamp(816px, 48vw, 980px);
    --hero-identity-space: 200px;
    min-height: calc(var(--hero-photo-height) + var(--hero-identity-space));
  }

  .hero-grid {
    min-height: calc(var(--hero-photo-height) + var(--hero-identity-space));
  }

  .hero-visual {
    min-height: calc(var(--hero-photo-height) + var(--hero-identity-space));
  }

  .hero-frame {
    width: 88%;
    height: var(--hero-photo-height);
  }

  .hero-cabinet-mark {
    top: calc(var(--hero-photo-height) + 1.5rem);
    right: 0;
    bottom: auto;
    left: 0;
    padding-block: 1.25rem;
    transform: translateX(-230px);
  }

  .hero-number {
    right: 7%;
    bottom: var(--hero-identity-space);
  }
}
