/* I.T. Embassy — foaie de stil (v3) */
:root {
  --ink: #0b1626; --ink-2: #121f35; --ink-3: #1a2a47;
  --paper: #f6f4ef; --paper-2: #ede9e1; --white: #ffffff;
  --text: #1c2432; --muted: #5f6979;
  --blue: #1230f5; --blue-dark: #0b1fb8; --blue-soft: #8fa3ff; --amber: #e9a23b;
  --on-dark: #f4f2ec; --on-dark-muted: #a8b1c2;
  --line: rgba(11, 22, 38, 0.12); --line-dark: rgba(244, 242, 236, 0.12);
  --shadow: 0 10px 30px -18px rgba(11, 22, 38, 0.35);
  --font: "Barlow", "Segoe UI", Tahoma, Arial, sans-serif;
  --wrap: 1200px; --gutter: clamp(16px, 4vw, 40px); --radius: 8px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.6; color: var(--text); background: var(--paper); }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); }
h1, h2, h3, h4 { margin: 0 0 0.5em; line-height: 1.15; font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
dl, dd, figure, blockquote, address { margin: 0; }
address { font-style: normal; }
button { font: inherit; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap.narrow { max-width: 860px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 8px 12px; background: var(--blue); color: #fff; }
.skip-link:focus { top: 12px; }
.lead { font-size: clamp(1.08rem, 1.4vw, 1.22rem); color: var(--muted); max-width: 64ch; line-height: 1.55; }
.note { font-size: 0.95rem; color: var(--muted); }
.meta { font-size: 0.92rem; color: var(--muted); margin-bottom: 0.4em; }
.eyebrow { display: inline-block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.more { font-weight: 600; text-decoration: none; }
.more::after { content: " \203A"; }
.more:hover { text-decoration: underline; }

/* butoane */
.btn { display: inline-block; padding: 0.75em 1.4em; border-radius: 6px; border: 1px solid transparent; font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background-color 0.15s, border-color 0.15s, color 0.15s; }
.btn-sm { padding: 0.55em 1em; font-size: 0.95rem; }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; }
.btn-secondary { background: transparent; color: inherit; border-color: currentColor; }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.08); }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: var(--paper); color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* header */
.site-header { background: var(--ink); color: var(--on-dark); border-bottom: 1px solid var(--line-dark); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 24px; }
.brand img { height: 26px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-list a { color: var(--on-dark-muted); text-decoration: none; font-weight: 500; font-size: 1rem; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--on-dark); border-bottom-color: var(--blue-soft); }
.nav-extra { display: flex; align-items: center; gap: 16px; }
.nav-phone { color: var(--on-dark); text-decoration: none; font-weight: 600; white-space: nowrap; }
.nav-phone:hover { color: var(--blue-soft); }
.lang-switch { font-size: 0.82rem; font-weight: 600; text-decoration: none; padding: 5px 8px; border: 1px solid var(--line-dark); border-radius: 4px; color: var(--on-dark-muted); }
.lang-switch:hover { color: var(--on-dark); border-color: var(--on-dark-muted); }
.nav-toggle { display: none; align-items: center; gap: 10px; background: none; color: var(--on-dark); border: 1px solid var(--line-dark); border-radius: 4px; padding: 8px 12px; cursor: pointer; font-weight: 600; }
.nav-toggle-bars { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; }
.nav-toggle-bars i { display: block; height: 2px; background: currentColor; }
@media (max-width: 1000px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line-dark); padding: 8px var(--gutter) 20px; }
  .site-nav.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line-dark); font-size: 1.1rem; }
  .nav-list a[aria-current="page"] { border-bottom-color: var(--line-dark); }
  .nav-extra { flex-wrap: wrap; padding-top: 16px; }
}

/* fundaluri închise */
.dark { background: var(--ink); color: var(--on-dark); position: relative; isolation: isolate; }
.dark h1, .dark h2, .dark h3 { color: #fff; }
.dark .lead, .dark .note, .dark .meta { color: var(--on-dark-muted); }
.dark .eyebrow { color: var(--blue-soft); }
.dark .more { color: var(--blue-soft); }

/* hero */
.hero { padding: clamp(56px, 8vw, 104px) 0 clamp(48px, 6vw, 80px); overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -10%; bottom: -45%; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; z-index: -1; background: radial-gradient(closest-side, rgba(18, 48, 245, 0.35), rgba(18, 48, 245, 0) 70%); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.hero h1 { margin-bottom: 0.5em; }
.hero .lead { margin-bottom: 1.6em; }
.facts { display: flex; flex-wrap: wrap; gap: 28px 40px; list-style: none; margin: 44px 0 0; padding: 0; }
.facts li { display: flex; flex-direction: column; gap: 2px; }
.facts strong { font-size: 1.8rem; font-weight: 600; line-height: 1; color: #fff; }
.facts span { font-size: 0.9rem; color: var(--on-dark-muted); }
.soc { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.7); }
.soc-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line-dark); font-size: 0.88rem; }
.soc-title { font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.78rem; color: var(--on-dark-muted); }
.soc-status { display: inline-flex; align-items: center; gap: 8px; color: var(--on-dark); font-weight: 500; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(233, 162, 59, 0.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(233, 162, 59, 0); } 100% { box-shadow: 0 0 0 0 rgba(233, 162, 59, 0); } }
@media (prefers-reduced-motion: reduce) { .pulse { animation: none; } }
.soc-rows { list-style: none; margin: 0; padding: 10px 12px; display: flex; flex-direction: column; gap: 8px; }
.soc-rows li { background: rgba(244, 242, 236, 0.04); border-radius: 6px; padding: 10px 12px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
.soc-src { font-size: 0.78rem; color: var(--blue-soft); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.soc-time { font-size: 0.78rem; color: rgba(244, 242, 236, 0.45); font-variant-numeric: tabular-nums; grid-column: 2; grid-row: 1; }
.soc-msg { grid-column: 1; font-size: 0.95rem; line-height: 1.35; color: var(--on-dark); }
.soc-tag { grid-column: 2; grid-row: 2; align-self: end; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 8px; border-radius: 999px; background: rgba(143, 163, 255, 0.15); color: var(--blue-soft); white-space: nowrap; }
.soc-rows li.is-new { animation: rowin 0.5s ease; }
@keyframes rowin { from { opacity: 0; transform: translateY(-6px); } }
.soc-foot { margin: 0; padding: 10px 18px 14px; font-size: 0.78rem; color: rgba(244, 242, 236, 0.5); }
@media (max-width: 1000px) { .hero-inner { grid-template-columns: 1fr; } .soc { max-width: 640px; } }

/* bandă logo-uri */
.logo-strip { background: var(--paper-2); border-bottom: 1px solid var(--line); padding: 26px 0; }
.strip-label { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.logo-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; align-items: center; }
.logo-list img { width: 100%; max-width: 160px; margin: 0 auto; filter: grayscale(1); opacity: 0.7; transition: filter 0.2s, opacity 0.2s; }
.logo-list li:hover img { filter: none; opacity: 1; }
.logo-list.plain img { filter: none; opacity: 1; }
@media (max-width: 900px) { .logo-list { grid-template-columns: repeat(3, 1fr); } }

/* secțiuni */
.section { padding: clamp(56px, 7vw, 100px) 0; }
.section-alt { background: var(--paper-2); }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head .lead { margin-bottom: 0.4em; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }

/* carduri */
.cards { list-style: none; margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards-2 { grid-template-columns: 1fr 1fr; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform 0.15s, box-shadow 0.15s; }
.card:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -18px rgba(11, 22, 38, 0.4); }
.card h3 { margin-bottom: 8px; }
.card h3 a { text-decoration: none; color: var(--ink); }
.card h3 a:hover { color: var(--blue); }
.card p { color: var(--muted); margin-bottom: 0.6em; }
.card .more { margin-top: auto; padding-top: 10px; }
.card ul { color: var(--text); margin: 0; }
.dark .card { background: var(--ink-2); border-color: var(--line-dark); box-shadow: none; }
.dark .card h3 a { color: #fff; }
.dark .card h3 a:hover { color: var(--blue-soft); }
.dark .card p { color: var(--on-dark-muted); }
@media (max-width: 960px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .cards, .cards-2 { grid-template-columns: 1fr; } }

/* etape */
.process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 48px; counter-reset: pas; }
.process li { counter-increment: pas; position: relative; padding: 0 0 22px 56px; }
.process li::before { content: counter(pas); position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 600; display: grid; place-items: center; }
.process li::after { content: ""; position: absolute; left: 17px; top: 40px; bottom: 0; width: 2px; background: var(--line-dark); }
.process li:last-child::after, .process li:nth-child(4)::after { display: none; }
.process h3 { font-size: 1.1rem; margin-bottom: 4px; }
.process p { margin: 0; color: var(--on-dark-muted); font-size: 0.98rem; }
@media (max-width: 760px) { .process { grid-template-columns: 1fr; } .process li:nth-child(4)::after { display: block; } }

/* certificări */
.cert-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cert-list li { border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 12px; display: grid; place-items: center; }
.cert-caption { font-size: 0.9rem; color: var(--muted); margin-top: 10px; }
@media (max-width: 480px) { .cert-list { grid-template-columns: 1fr; } }

/* testimoniale */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quotes blockquote { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 28px 26px 22px; position: relative; }
.quotes blockquote::before { content: "\201C"; position: absolute; top: 8px; left: 20px; font-size: 4rem; line-height: 1; color: var(--blue-soft); opacity: 0.5; }
.quotes blockquote p { font-size: 1.08rem; margin: 18px 0 14px; }
.quotes footer { font-size: 0.92rem; color: var(--on-dark-muted); }
.quotes footer strong { color: #fff; }
@media (max-width: 860px) { .quotes { grid-template-columns: 1fr; } }

/* resurse */
.paper-list { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 14px; }
.paper-list li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; }
.paper-list h3 { font-size: 1.12rem; margin-bottom: 4px; }
.paper-list h3 a { text-decoration: none; color: var(--ink); }
.paper-list h3 a:hover { color: var(--blue); }
.paper-list p:last-child { margin: 0; color: var(--muted); }

/* bandă CTA */
.cta-band { background: var(--blue); color: #fff; padding: clamp(48px, 6vw, 80px) 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, 0.85); max-width: 60ch; }
.cta-band a:not(.btn) { color: #fff; font-weight: 600; }
.cta-inner { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 32px; align-items: center; }
.cta-details { justify-self: end; text-align: right; }
.cta-details p { font-size: 1.15rem; }
@media (max-width: 800px) { .cta-inner { grid-template-columns: 1fr; } .cta-details { justify-self: start; text-align: left; } }

/* newsletter + footer */
.newsletter { padding: clamp(40px, 5vw, 64px) 0; border-bottom: 1px solid var(--line-dark); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter form { margin: 0; }
.newsletter h2 { font-size: 1.4rem; }
.newsletter p { margin: 0; color: var(--on-dark-muted); }
.input-row { display: flex; gap: 10px; }
.input-row input { flex: 1; background: var(--ink-2); border-color: var(--line-dark); color: var(--on-dark); }
.input-row input::placeholder { color: rgba(244, 242, 236, 0.45); }
.form-note { font-size: 0.85rem; color: var(--on-dark-muted); margin: 10px 0 0; }
.newsletter-note { margin-top: 18px; max-width: 78ch; line-height: 1.6; }
.newsletter-note a { color: var(--on-dark-muted); text-decoration: underline; }
.newsletter-note a:hover { color: #fff; }
@media (max-width: 800px) { .newsletter-inner { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .input-row { flex-direction: column; } }
.site-footer { padding: clamp(40px, 5vw, 64px) 0 24px; font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr)); gap: 32px; }
.footer-about img { height: 24px; width: auto; margin-bottom: 16px; }
.footer-about p { color: var(--on-dark-muted); max-width: 40ch; }
.footer-about address { margin-top: 4px; }
.footer-about address { line-height: 1.7; color: var(--on-dark-muted); }
.footer-about a { text-decoration: none; color: var(--on-dark); font-weight: 600; }
.footer-col h2 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--on-dark-muted); margin-bottom: 12px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 7px; }
.footer-col a { color: var(--on-dark); text-decoration: none; opacity: 0.85; }
.footer-col a:hover { opacity: 1; color: var(--blue-soft); }
.social-links { display: flex; gap: 12px; margin-top: 18px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--line-dark); color: var(--on-dark-muted); transition: color 0.15s, border-color 0.15s, background-color 0.15s; }
.social-links a:hover { color: #fff; border-color: var(--blue-soft); background: rgba(255, 255, 255, 0.06); }
.social-links svg { width: 18px; height: 18px; }
.linklike { background: none; border: 0; padding: 0; font: inherit; color: var(--on-dark); opacity: 0.85; text-align: left; cursor: pointer; }
.linklike:hover { opacity: 1; color: var(--blue-soft); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: var(--on-dark-muted); font-size: 0.9rem; }
.footer-bottom p { margin: 0; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* pagini interioare */
.page-head { padding: clamp(44px, 6vw, 80px) 0 clamp(36px, 5vw, 60px); }
.page-head h1 { max-width: 30ch; margin-bottom: 0.4em; }
.page-head .lead { margin-bottom: 0; }
.page-head .actions { margin-top: 22px; }
.crumb { font-size: 0.92rem; margin-bottom: 10px; }
.crumb a { color: var(--blue-soft); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(32px, 5vw, 80px); align-items: start; }
.article p, .article li { max-width: 70ch; }
.article h2 { margin-top: 1.6em; font-size: 1.6rem; }
.article h3 { margin-top: 1.3em; }
.lead-block p { font-size: 1.12rem; }
.includes { list-style: none; margin: 0 0 1.5em; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.includes li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.includes strong { display: block; color: var(--ink); margin-bottom: 4px; }
.includes span { color: var(--muted); font-size: 0.97rem; }
.standards { margin-top: 1.5em; font-size: 0.98rem; color: var(--muted); }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .includes { grid-template-columns: 1fr; } }
.aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 94px; }
@media (max-width: 900px) { .aside { position: static; } }
.aside-nav { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.aside-nav h2 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 10px; }
.aside-nav ul { list-style: none; margin: 0; padding: 0; }
.aside-nav li { padding: 6px 0; font-size: 0.98rem; }
.aside-nav a { text-decoration: none; color: var(--text); }
.aside-nav a:hover { color: var(--blue); }
.aside-nav .is-current { font-weight: 600; color: var(--blue); }
.contact-card { background: var(--ink); color: var(--on-dark); border-radius: var(--radius); padding: 24px; }
.contact-card h2 { font-size: 1.15rem; color: #fff; margin-bottom: 8px; }
.contact-card p { font-size: 0.97rem; color: var(--on-dark-muted); }
.contact-card a:not(.btn) { color: #fff; text-decoration: none; font-weight: 600; }

/* contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact-list { display: grid; gap: 14px; }
.contact-list > div { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; }
.contact-list dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.contact-list dd a { text-decoration: none; font-weight: 600; }
.contact-list dd a:hover { text-decoration: underline; }
.contact-info > p { margin-top: 16px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* formulare */
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); box-shadow: var(--shadow); }
.form h2 { font-size: 1.4rem; }
.form-lead { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 0.95rem; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea { font: inherit; padding: 10px 12px; border: 1px solid #c9ced8; border-radius: 6px; background: #fff; color: var(--text); width: 100%; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
[aria-invalid="true"] { border-color: #c0392b; }
textarea { resize: vertical; }
.field-check { flex-direction: row; align-items: flex-start; gap: 10px; }
.field-check input { width: 18px; height: 18px; margin-top: 4px; flex: none; }
.field-check label { font-weight: 400; color: var(--muted); font-size: 0.95rem; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.form-status { margin: 0; font-weight: 600; }
.form-status.is-error { color: #c0392b; }
.form-status.is-success { color: #1e7e4c; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* cookie */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 3px solid var(--blue); box-shadow: 0 -10px 40px rgba(11, 22, 38, 0.2); padding: 22px 0 24px; font-size: 0.95rem; }
.cookie-banner[hidden], .cookie-options[hidden], .cookie-btn[hidden] { display: none !important; }
.cookie-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 56px; align-items: center; }
.cookie-text { max-width: 70ch; }
.cookie-text p { margin: 0; }
.cookie-text #ck-title { display: flex; align-items: center; gap: 9px; font-size: 1.05rem; color: var(--ink); margin-bottom: 6px; }
.cookie-text #ck-text { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
.cookie-text a { color: var(--blue); text-underline-offset: 2px; }
.cookie-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: var(--paper-2); color: var(--blue); flex: 0 0 auto; }
.cookie-icon svg { width: 19px; height: 19px; }
.cookie-actions { display: flex; align-items: center; gap: 10px; }
.cookie-btn { min-width: 156px; text-align: center; }
.cookie-accept { background: var(--blue); color: #fff; border-color: var(--blue); }
.cookie-accept:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.cookie-reject, .cookie-save { background: #fff; color: var(--ink); border-color: #c9ced8; }
.cookie-reject:hover, .cookie-save:hover { border-color: var(--ink); background: var(--paper); }
.cookie-link { background: none; border: 0; padding: 6px 2px; font: inherit; font-size: 0.9rem; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; white-space: nowrap; }
.cookie-link:hover { color: var(--blue); }
.cookie-options { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 32px; margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.cookie-opt { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; color: var(--muted); line-height: 1.5; cursor: pointer; }
.cookie-opt input { margin: 2px 0 0; width: 17px; height: 17px; accent-color: var(--blue); flex: 0 0 auto; }
.cookie-opt input:disabled { opacity: 0.55; }
.cookie-opt strong { display: block; color: var(--ink); font-size: 0.93rem; margin-bottom: 2px; }
@media (max-width: 1000px) {
  .cookie-inner { grid-template-columns: 1fr; gap: 16px; }
  .cookie-options { grid-template-columns: 1fr 1fr; }
  .cookie-actions { flex-wrap: wrap; }
  .cookie-btn { flex: 1 1 180px; }
}
@media (max-width: 620px) {
  .cookie-banner { padding: 18px 0 20px; max-height: 85vh; overflow-y: auto; }
  .cookie-options { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column; align-items: stretch; }
  .cookie-btn { width: 100%; min-width: 0; flex: 0 0 auto; }
  .cookie-link { text-align: center; padding: 8px 2px 0; }
}

/* legal */
.legal { font-size: 1rem; }
.legal article > * + * { margin-top: 1em; }
.legal h2, .legal h3 { margin-top: 1.5em; }

@media print { .site-header, .site-footer, .cookie-banner, .cta-band, .newsletter, .aside, .soc { display: none !important; } .dark { background: #fff; color: #000; } .article-grid { grid-template-columns: 1fr; } }

/* conținut HTML liber (pagini adăugate din panoul de administrare) */
.prose > * + * { margin-top: 1em; }
.prose h2 { margin-top: 1.6em; font-size: 1.6rem; }
.prose h3 { margin-top: 1.3em; }
.prose img { border-radius: var(--radius); margin: 1.5em 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose blockquote { border-left: 3px solid var(--blue); padding-left: 18px; color: var(--muted); }
.prose table { border-collapse: collapse; width: 100%; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }

/* ============ prima pagină: secțiuni de prezentare ============ */
.h-big { font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.08; max-width: 18ch; }
.center { text-align: center; margin-top: 8px; }
.band-head, .showcase-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px 48px; align-items: end; margin-bottom: clamp(28px, 4vw, 48px); }
.band-head .lead, .showcase-head .lead { margin: 0 0 6px; }
@media (max-width: 860px) { .band-head, .showcase-head { grid-template-columns: 1fr; align-items: start; } }

/* servicii: hartă de pictograme */
.showcase { position: relative; overflow: hidden; }

.tiles { list-style: none; margin: 0 0 32px; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tiles a { display: flex; flex-direction: column; gap: 18px; min-height: 168px; padding: 22px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 1.05rem; line-height: 1.25; box-shadow: var(--shadow); transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s; }
.tiles a:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 18px 36px -18px rgba(18, 48, 245, 0.45); }
.tiles .icon { width: 40px; height: 40px; color: var(--blue); }
.tiles span { margin-top: auto; }
@media (max-width: 1100px) { .tiles { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 800px) { .tiles { grid-template-columns: repeat(3, 1fr); } .tiles a { min-height: 140px; font-size: 0.98rem; } }
@media (max-width: 520px) { .tiles { grid-template-columns: repeat(2, 1fr); gap: 10px; } .tiles a { padding: 16px 14px; } }

/* proces: cronologie */
.process-band { background: var(--ink); background-image: radial-gradient(rgba(143, 163, 255, 0.14) 1px, transparent 1px); background-size: 22px 22px; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 26px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-soft)); }
.timeline li { position: relative; text-align: center; padding: 0 8px; }
.tl-num { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; background: var(--ink); border: 2px solid var(--blue-soft); color: #fff; font-weight: 700; font-size: 1.25rem; position: relative; z-index: 1; }
.timeline li:first-child .tl-num, .timeline li:last-child .tl-num { background: var(--blue); border-color: var(--blue); }
.tl-title { display: block; font-weight: 600; font-size: 1.02rem; line-height: 1.2; color: #fff; }
@media (max-width: 900px) {
  .timeline { grid-template-columns: repeat(4, 1fr); row-gap: 28px; }
  .timeline::before { display: none; }
}
@media (max-width: 520px) { .timeline { grid-template-columns: repeat(2, 1fr); } }

/* domenii: bandă cu pictograme mari */
.sectors-band { background: linear-gradient(135deg, #0f1d3a 0%, #142a5c 55%, #1230f5 140%); color: var(--on-dark); position: relative; overflow: hidden; }
.sectors-band h2 { color: #fff; }
.sectors-band .lead { color: var(--on-dark-muted); }
.sectors-band .eyebrow { color: var(--blue-soft); }
.sectors-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 60px solid rgba(255, 255, 255, 0.04); pointer-events: none; }
.sector-tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
@media (max-width: 1100px) { .sector-tiles { grid-template-columns: repeat(3, 1fr); } }
.sector-tiles li { display: flex; }
.sector-tiles a { display: flex; flex-direction: column; gap: 6px; padding: 28px 26px; min-height: 190px; width: 100%; border-radius: 12px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); text-decoration: none; color: #fff; transition: background-color 0.15s, transform 0.15s; }
.sector-tiles a:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-3px); }
.sector-tiles .icon { width: 44px; height: 44px; color: var(--blue-soft); }
.st-title { font-size: 1.2rem; font-weight: 600; line-height: 1.2; margin-top: 18px; }
.st-sub { font-size: 0.86rem; color: var(--on-dark-muted); letter-spacing: 0.04em; margin-top: auto; padding-top: 10px; }
@media (max-width: 860px) { .sector-tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sector-tiles { grid-template-columns: 1fr; } .sector-tiles a { min-height: 0; } }

/* cifre */
.stats-band { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(28px, 4vw, 44px) 0; }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stats li { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding-left: 18px; border-left: 3px solid var(--blue); }
.stats strong { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700; line-height: 1; color: var(--ink); }
.stats span { font-size: 0.95rem; color: var(--muted); }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr 1fr; } }

/* resurse: articol evidențiat */
.featured { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 20px; align-items: stretch; }
.featured-main { display: flex; flex-direction: column; gap: 14px; padding: clamp(24px, 3vw, 40px); border-radius: 12px; background: var(--ink); color: var(--on-dark); text-decoration: none; position: relative; overflow: hidden; }
.featured-main::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(closest-side, rgba(18, 48, 245, 0.55), rgba(18, 48, 245, 0)); }
.badge { display: inline-block; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: rgba(143, 163, 255, 0.18); color: var(--blue-soft); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.featured-title { font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; line-height: 1.15; color: #fff; position: relative; }
.featured-sum { color: var(--on-dark-muted); position: relative; }
.featured-main .meta { margin-top: auto; color: var(--on-dark-muted); position: relative; }
.featured-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.featured-list li { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }
.featured-list h3 { font-size: 1.1rem; margin: 0; }
.featured-list h3 a { text-decoration: none; color: var(--ink); }
.featured-list h3 a:hover { color: var(--blue); }
@media (max-width: 860px) { .featured { grid-template-columns: 1fr; } }

/* ============ pagini de listare: Servicii și Domenii ============ */
.anchors { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.anchors a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-dark); color: var(--on-dark); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.anchors a:hover { border-color: var(--blue-soft); color: var(--blue-soft); }
.group-head { margin-bottom: clamp(24px, 3vw, 36px); }
.features { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.features > li { display: flex; }
.features > li > .feature { width: 100%; }
.feature { display: grid; grid-template-columns: 84px 1fr; gap: 22px; padding: 26px; height: 100%; background: var(--white); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--text); box-shadow: var(--shadow); transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s; min-height: 190px; }
.feature:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 20px 40px -20px rgba(18, 48, 245, 0.45); }
.feature-icon { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 14px; background: linear-gradient(135deg, var(--ink) 0%, var(--ink-3) 100%); color: var(--blue-soft); }
.feature-icon .icon { width: 42px; height: 42px; }
.feature-body { display: flex; flex-direction: column; gap: 8px; }
.feature-title { font-size: 1.3rem; font-weight: 600; line-height: 1.2; color: var(--ink); }
.feature-sum { color: var(--muted); font-size: 0.98rem; }
.feature .more { margin-top: auto; padding-top: 6px; }
@media (max-width: 860px) { .features { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .feature { grid-template-columns: 1fr; } .feature-icon { width: 64px; height: 64px; } }

.sector-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(28px, 4vw, 56px); }
.sector-row { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.sector-row:nth-child(even) .sector-panel { order: 2; }
.sector-panel { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 18px; background: linear-gradient(135deg, #0f1d3a 0%, #142a5c 60%, #1230f5 150%); color: #fff; overflow: hidden; text-decoration: none; }
.sector-panel::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(143, 163, 255, 0.16) 1px, transparent 1px); background-size: 20px 20px; }
.sector-panel::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; border: 40px solid rgba(255, 255, 255, 0.05); }
.sector-panel .icon-xl { width: clamp(72px, 9vw, 120px); height: clamp(72px, 9vw, 120px); color: #fff; position: relative; stroke-width: 1.3; }
.sector-num { position: absolute; left: 22px; top: 18px; font-size: 1rem; font-weight: 600; color: var(--blue-soft); letter-spacing: 0.1em; }
.sector-text h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); }
.sector-text h2 a { color: var(--ink); text-decoration: none; }
.sector-text h2 a:hover { color: var(--blue); }
.sector-text > p { max-width: 58ch; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 20px; }
.pill { padding: 5px 11px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); font-size: 0.82rem; font-weight: 600; color: var(--ink); letter-spacing: 0.03em; }
@media (max-width: 800px) { .sector-row { grid-template-columns: 1fr; } .sector-row:nth-child(even) .sector-panel { order: 0; } .sector-panel { aspect-ratio: 16 / 7; } }

/* ============ pagina Resurse ============ */
.featured-wide { margin-bottom: 20px; min-height: 300px; }
.featured-wide .featured-title { font-size: clamp(1.7rem, 3vw, 2.6rem); max-width: 24ch; }
.featured-wide .featured-sum { font-size: 1.08rem; max-width: 64ch; }
.rcards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.rcard { display: flex; flex-direction: column; gap: 12px; height: 100%; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--text); box-shadow: var(--shadow); transition: transform 0.15s, border-color 0.15s; }
.rcard:hover { transform: translateY(-3px); border-color: var(--blue); }
.badge-light { background: rgba(18, 48, 245, 0.1); color: var(--blue); }
.rcard-title { font-size: 1.3rem; font-weight: 600; line-height: 1.2; color: var(--ink); }
.rcard-sum { color: var(--muted); }
.rcard .meta { margin-top: auto; }

/* ---- componente folosite în paginile libere (prose) ---- */
.prose .process { grid-template-columns: 1fr; gap: 0; margin: 1.2em 0 1.6em; }
.prose .process li { padding-bottom: 20px; }
.prose .process li::after { background: var(--line); }
.prose .process li:nth-child(4)::after { display: block; }
.prose .process li:last-child::after { display: none; }
.prose .process p { color: var(--muted); }
.prose .cards { margin: 1.2em 0 1.6em; }
.prose .card .eyebrow { margin-bottom: 6px; }
.prose .card h3 { margin-top: 0; }
.prose .pills { margin: 1em 0 1.6em; }
.prose .logo-list { margin: 1em 0 1.6em; }
.prose blockquote { margin: 1.4em 0; font-size: 1.05rem; }
.kv { display: grid; grid-template-columns: max-content 1fr; gap: 10px 28px; margin: 1.4em 0; padding: 22px 26px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); }
.kv dt { font-weight: 600; color: var(--ink); }
.kv dd { margin: 0; color: var(--text); }
@media (max-width: 520px) { .kv { grid-template-columns: 1fr; gap: 2px 0; } .kv dd { margin-bottom: 10px; } }
.legal .lead { font-size: 1.12rem; color: var(--muted); margin-bottom: 1.4em; }
