@charset "UTF-8";

:root {
    --ink: #102a32;
    --ink-soft: #456069;
    --brand: #0a5963;
    --brand-dark: #0a3641;
    --accent: #e9683a;
    --accent-dark: #c94e25;
    --mint: #e8f5f2;
    --sky: #eef6f8;
    --line: #d8e4e6;
    --paper: #ffffff;
    --canvas: #f7faf9;
    --radius: 18px;
    --shadow: 0 18px 45px rgba(10, 54, 65, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--canvas);
    font-family: "cbk_font", Verdana, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--brand); text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
button, input, textarea, select { font: inherit; }

.shell { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-140%); background: var(--paper); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,228,230,.9); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--brand-dark); line-height: 1; }
.brand img { flex: 0 0 46px; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-size: 1.15rem; letter-spacing: .02em; }
.brand small { color: var(--accent); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { color: var(--ink); font-weight: 700; font-size: .91rem; text-decoration: none; white-space: nowrap; }
.main-nav a[aria-current="page"] { color: var(--brand); }
.main-nav .nav-cta { color: #fff; background: var(--accent); border-radius: 999px; padding: 10px 15px; }
.main-nav .nav-cta:hover { color: #fff; background: var(--accent-dark); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.breadcrumbs { padding-top: 22px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: .9rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #9aadb2; }
.breadcrumbs a { color: var(--ink-soft); }

.hero { position: relative; overflow: hidden; padding: 74px 0 62px; background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 62%, #167783 100%); color: #fff; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.hero::before { width: 460px; height: 460px; right: -160px; top: -210px; }
.hero::after { width: 260px; height: 260px; right: 120px; bottom: -170px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 15px; color: #bfe8e2; font-weight: 800; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.025em; }
h1 { margin: 0 0 20px; font-size: clamp(2.35rem, 5vw, 4.65rem); max-width: 900px; }
.hero-lead { margin: 0; max-width: 760px; color: #e2f2f1; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); color: #fff; }
.button-light { background: #fff; color: var(--brand-dark); }
.button-light:hover { background: var(--mint); color: var(--brand-dark); }
.button-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.button-ghost:hover { background: var(--sky); color: var(--ink); }
.hero-trust { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; color: #e2f2f1; font-size: .95rem; }
.hero-trust li { display: flex; align-items: flex-start; gap: 10px; }
.hero-trust li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; color: var(--brand-dark); background: #bfe8e2; font-weight: 900; }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 26px; background: rgba(255,255,255,.11); box-shadow: 0 22px 60px rgba(0,0,0,.15); }
.hero-card img { display: block; width: 132px; margin: 0 auto 22px; }
.hero-card strong { display: block; font-size: 1.3rem; text-align: center; }
.hero-card p { margin: 8px 0 0; color: #e2f2f1; text-align: center; }

.section { padding: 76px 0; }
.section-tight { padding: 52px 0; }
.section-white { background: var(--paper); }
.section-mint { background: var(--mint); }
.section-title { max-width: 770px; margin-bottom: 34px; }
.section-title h2 { margin: 0 0 12px; font-size: clamp(1.9rem, 3.8vw, 3rem); color: var(--brand-dark); }
.section-title p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { height: 100%; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 24px rgba(10,54,65,.05); }
.card h2, .card h3 { margin: 0 0 10px; color: var(--brand-dark); }
.card h3 { font-size: 1.25rem; }
.card p { margin: 0; color: var(--ink-soft); }
.card-link { display: block; color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.card-link:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.card-link .text-link { display: inline-block; margin-top: 18px; color: var(--brand); font-weight: 800; }
.icon-badge { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 19px; border-radius: 14px; color: var(--brand); background: var(--mint); font-weight: 900; font-size: 1.1rem; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; align-items: start; }
.prose { max-width: 820px; }
.prose h2 { margin: 48px 0 14px; color: var(--brand-dark); font-size: clamp(1.55rem, 3vw, 2.25rem); }
.prose h3 { margin: 28px 0 8px; color: var(--brand-dark); font-size: 1.3rem; }
.prose p, .prose ul, .prose ol { margin-top: 0; margin-bottom: 20px; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: 8px; }
.prose .lead { font-size: 1.22rem; color: var(--ink-soft); }
.aside-card { position: sticky; top: 100px; padding: 25px; border-radius: var(--radius); background: var(--brand-dark); color: #fff; box-shadow: var(--shadow); }
.aside-card h2 { margin: 0 0 10px; font-size: 1.45rem; }
.aside-card p { color: #d8ebed; }
.aside-card .button { width: 100%; margin-top: 8px; }
.aside-card small { display: block; margin-top: 14px; color: #b9d2d6; }

.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--accent); font-weight: 900; }
.number-list { counter-reset: steps; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 0; list-style: none; }
.number-list li { counter-increment: steps; padding: 25px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.number-list li::before { content: counter(steps); display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 15px; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 900; }
.number-list strong { display: block; margin-bottom: 6px; color: var(--brand-dark); }

.local-strip { background: var(--brand-dark); color: #fff; }
.local-strip .shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 28px; }
.local-strip p { margin: 0; color: #d8ebed; }
.local-cities { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.local-cities span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .86rem; }

.faq-list { display: grid; gap: 13px; }
details.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); overflow: hidden; }
details.faq-item summary { position: relative; padding: 19px 52px 19px 20px; cursor: pointer; font-weight: 800; color: var(--brand-dark); list-style: none; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 15px; font-size: 1.55rem; color: var(--accent); }
details.faq-item[open] summary::after { content: "−"; }
details.faq-item div { padding: 0 20px 20px; color: var(--ink-soft); }
details.faq-item div p:last-child { margin-bottom: 0; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 38px; border-radius: 26px; background: linear-gradient(120deg, var(--brand-dark), var(--brand)); color: #fff; box-shadow: var(--shadow); }
.cta-panel h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
.cta-panel p { margin: 0; color: #d8ebed; }

.notice { padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: #fff4ef; }
.notice p { margin: 0; }
.source-box { margin-top: 42px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--sky); font-size: .92rem; }
.source-box h2 { margin: 0 0 10px; font-size: 1.15rem; }
.source-box ul { margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-card h2 { margin-top: 0; color: var(--brand-dark); }
.contact-lines { display: grid; gap: 12px; }
.contact-lines a, .contact-lines span { display: block; }

.site-footer { padding: 58px 0 24px; background: #071f26; color: #d7e5e8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 34px; }
.footer-grid h2 { margin: 0 0 13px; color: #fff; font-size: 1rem; letter-spacing: .04em; }
.footer-grid p { margin: 0 0 12px; color: #acc2c7; font-size: .93rem; }
.footer-grid a { display: block; margin: 8px 0; color: #d7e5e8; text-decoration: none; font-size: .93rem; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-brand { color: #fff !important; font-size: 1.3rem !important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8faab0; font-size: .84rem; }


.error-page { min-height: 60vh; display: grid; place-items: center; padding: 70px 0; text-align: center; }
.error-page strong { display: block; color: var(--accent); font-size: 5rem; line-height: 1; }

@media (max-width: 980px) {
    .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .content-layout { grid-template-columns: 1fr; }
    .aside-card { position: static; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 959px) {
    body { font-size: 16px; }
    .shell { width: min(100% - 28px, 1140px); }
    .nav-toggle { display: block; }
    .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 16px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(10,54,65,.12); }
    .main-nav.is-open { display: grid; gap: 4px; }
    .main-nav a { padding: 11px 8px; }
    .main-nav .nav-cta { margin-top: 6px; text-align: center; }
    .hero { padding: 58px 0 48px; }
    .hero-grid { grid-template-columns: 1fr; gap: 34px; }
    .hero-card { max-width: 460px; }
    .section { padding: 58px 0; }
    .number-list { grid-template-columns: 1fr; }
    .local-strip .shell { align-items: flex-start; flex-direction: column; }
    .local-cities { justify-content: flex-start; }
    .cta-panel { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    h1 { font-size: 2.25rem; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .cta-panel { padding: 27px; }
}

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


/* Extensii pentru arhitectura SEO și paginile legale */
html { scroll-padding-top: 96px; }
body { overflow-x: hidden; }
main { min-height: 55vh; }
.brand strong, .brand small, h1, h2, h3, .button, .main-nav a { font-family: "cbk_font", Verdana, Arial, sans-serif; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.hero-card .fas, .hero-card .far { display: grid; place-items: center; width: 132px; height: 132px; margin: 0 auto 22px; border-radius: 34px; background: rgba(255,255,255,.12); color: #fff; font-size: 62px; }
.breadcrumbs { background: var(--paper); }
.breadcrumbs .shell { padding-bottom: 20px; }
.profession-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.specialist-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card .card-list { margin: 15px 0 0; padding-left: 19px; color: var(--ink-soft); }
.card .card-list li + li { margin-top: 6px; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; }
.anchor-nav a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.anchor-nav a:hover { border-color: var(--accent); background: #fff7f2; }
.prose article, .legal-section { scroll-margin-top: 98px; }
.prose .subsection, .legal-section { margin-bottom: 20px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.prose .subsection h2, .legal-section h2 { margin-top: 0; }
.keywords-note { padding: 18px 20px; border-radius: 14px; background: var(--mint); color: var(--brand-dark); }
.term-list { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 10px 20px; margin: 0; }
.term-list dt { color: var(--ink-soft); font-weight: 800; }
.term-list dd { margin: 0; color: var(--brand-dark); font-weight: 800; }
.legal-toc { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 15px; margin: 22px 0 0; padding: 0; list-style: none; }
.legal-toc a { display: block; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.legal-toc a:hover { border-color: var(--accent); background: #fff7f2; }
.legal-content { max-width: 980px; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content li + li { margin-top: 7px; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.data-table th, .data-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { background: var(--sky); color: var(--brand-dark); }
.footer-grid { grid-template-columns: 1.25fr 1fr 1.2fr 1fr; }
.footer-external::after { content: " ↗"; }
.updated { color: var(--ink-soft); font-size: .9rem; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.inline-links a { white-space: normal; }
.list-columns { columns: 2; column-gap: 34px; }
.list-columns li { break-inside: avoid; }
.callout { margin: 24px 0; padding: 20px 22px; border-left: 4px solid var(--brand); border-radius: 0 14px 14px 0; background: var(--sky); }
.callout-warning { border-left-color: var(--accent); background: #fff5ef; }
.callout p:last-child { margin-bottom: 0; }
.mini-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 22px 0; }
.mini-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.mini-card h3 { margin-top: 0; }
.icon-badge .fas, .icon-badge .far { font-size: 1.25rem; }
.source-box a { overflow-wrap: anywhere; }

@media (max-width: 1120px) {
  .profession-grid, .specialist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-inner { gap: 16px; }
  .brand { gap: 8px; }
  .brand img { flex-basis: 42px; width: 42px; }
  .brand strong { font-size: 1.02rem; }
  .brand small { font-size: .72rem; }
  .main-nav { gap: 8px; }
  .main-nav a { font-size: .80rem; }
  .main-nav .nav-cta { padding: 9px 12px; }
}
@media (max-width: 820px) {
  .legal-toc, .mini-card-grid { grid-template-columns: 1fr; }
  .term-list { grid-template-columns: 1fr; gap: 3px; }
  .term-list dd { margin-bottom: 10px; }
  .list-columns { columns: 1; }
}
@media (max-width: 600px) {
  .profession-grid, .specialist-grid { grid-template-columns: 1fr; }
  .prose .subsection, .legal-section { padding: 21px 18px; }
}
