/*
  File role: /ro/ page-own stylesheet for the VOGO eBS ECM sections copied from
  /ecm/. Every rule is scoped under the .ro-ecm wrapper so it cannot affect the
  rest of the Romanian page, and the page's global rules cannot reach inside.
  Ported from ecm/assets/landing.css; rules unused by the copied markup dropped.
  Base rules note: .ro-ecm h1..h4 and .ro-ecm p set margin:0, so any rule here
  that sets a margin on a heading or a paragraph MUST keep the .ro-ecm prefix,
  otherwise the single-class rule loses on specificity and the margin is ignored.
  @file_version 1.0.1
*/
.ro-ecm { --navy-950: #050f29; --navy-900: #07173a; --navy-800: #0b2152; --navy-700: #122d68; --navy-600: #1c3f8f; --steel: #4d6bb3; --azure: #2f6bff; --azure-2: #5b8cff; --ro-blue: #0a3aa6; --ro-yellow: #ffcf2e; --ro-red: #d61f33; --paper: #f5f7fc; --paper-2: #eef2fb; --card: #ffffff; --ink: #0a1838; --muted: #56638a; --line: #dde4f3; --radius: 16px; --radius-l: 26px; --shadow: 0 20px 50px -24px rgba(7,23,58,.45); --shadow-s: 0 8px 22px -12px rgba(7,23,58,.40); --maxw: 1200px; --ease: cubic-bezier(.22,.61,.36,1); }
.ro-ecm { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--ink); background: var(--paper); }
.ro-ecm h1,
.ro-ecm h2,
.ro-ecm h3,
.ro-ecm h4 { font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-weight: 800; line-height: 1.1; letter-spacing: -.01em; margin: 0; }
.ro-ecm p { margin: 0; }
.ro-ecm img { max-width: 100%; display: block; }
.ro-ecm .egov-container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.ro-ecm .vogo-gov-hero,
.ro-ecm .vogo-gov-hero * { box-sizing: border-box; }
.ro-ecm .vogo-gov-hero-band { background: #fff; padding: 35px 10px 0; }
.ro-ecm .vogo-gov-hero { background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.08), transparent 45%), linear-gradient(135deg, #0C2F59 0%, #0a2648 55%, #01255C 100%); color: #fff; padding: 40px 36px 48px; border-radius: 0 0 12px 12px; max-width: 1104px; margin: 0 auto 28px; overflow: hidden; position: relative; font-family: "Inter Tight", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; }
.ro-ecm .vogo-gov-hero__inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.ro-ecm .vogo-gov-hero__title { font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: clamp(1.6rem, 3.6vw, 3rem); font-weight: 700; line-height: 1; letter-spacing: -.05em; margin: 0 0 18px; color: #fff; }
.ro-ecm .vogo-gov-hero__title span { color: #56B8E4; }
.ro-ecm .vogo-gov-hero__title .vogo-gov-hero__uline { border-bottom: 3px solid rgba(86,184,228,.55); padding-bottom: 4px; }
.ro-ecm .vogo-gov-hero__lead { font-size: clamp(1.05rem, 1.86vw, 1.5rem); line-height: 1.42; font-weight: 400; color: rgba(255,255,255,.88); max-width: none; text-align: justify; hyphens: auto; margin: 0 0 56px; }
.ro-ecm .vogo-gov-hero__strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; background: none; border: 0; }
.ro-ecm .vogo-gov-hero__strip-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-size: 13px; line-height: 1.4; padding: 13px 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.ro-ecm .vogo-gov-hero__strip-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.ro-ecm .vogo-gov-hero__strip-icon svg { width: 16px; height: 16px; }
.ro-ecm .vogo-gov-hero__strip-icon i { font-size: 16px; line-height: 1; }
.ro-ecm .vogo-gov-hero__strip-text strong { display: block; color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 1px; }
.ro-ecm .vogo-gov-hero__strip-text span { color: rgba(255,255,255,.7); font-size: 11.5px; }
@media (max-width: 860px) {
  .ro-ecm .vogo-gov-hero { padding: 36px 22px 32px; }
  .ro-ecm .vogo-gov-hero__title { font-size: 28px; }
  .ro-ecm .vogo-gov-hero__strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ro-ecm .vogo-gov-hero__title { font-size: 24px; }
  .ro-ecm .vogo-gov-hero__lead { font-size: 15px; }
  .ro-ecm .vogo-gov-hero { padding: 28px 18px 26px; }
}
@media (max-width: 480px) {
  .ro-ecm .vogo-gov-hero__strip { grid-template-columns: repeat(2, 1fr); padding: 12px; }
  .ro-ecm .vogo-gov-hero__title { font-size: 20px; }
}
@media (max-width: 600px) {
  .ro-ecm .egov-cta-btn { width: 100%; justify-content: center; }
  .ro-ecm .egov-intro-actions { gap: 10px; }
}
.ro-ecm .eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--steel); }
.ro-ecm .eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--ro-yellow); }
.ro-ecm .vogo-aud-switch { display: inline-flex; align-items: center; gap: 4px; margin: 0 0 20px; padding: 4px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-family: Inter, sans-serif; }
.ro-ecm .vogo-aud-switch a,
.ro-ecm .vogo-aud-switch span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 16px; border-radius: 999px; font-size: .82rem; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; transition: background .2s, color .2s; }
.ro-ecm .vogo-aud-switch .is-active { background: #fff; color: #0C2F59; }
.ro-ecm .vogo-aud-switch a:not(.is-active) { color: rgba(255,255,255,.85); }
.ro-ecm .vogo-aud-switch a:not(.is-active):hover { background: rgba(255,255,255,.14); color: #fff; }
@media (max-width: 480px) {
  .ro-ecm .vogo-aud-switch { flex-wrap: wrap; }
  .ro-ecm .vogo-aud-switch a,
.ro-ecm .vogo-aud-switch span { padding: 6px 12px; font-size: .76rem; }
}
.ro-ecm .egov-intro { background: var(--card); border-bottom: 1px solid var(--line); }
.ro-ecm .egov-intro .egov-container { padding-top: 54px; padding-bottom: 54px; }
.ro-ecm .egov-intro p { font-size: 1.18rem; line-height: 1.7; color: #2c3a63; max-width: 980px; }
.ro-ecm .egov-intro strong { color: var(--ink); }
.ro-ecm .section { padding: 92px 0; position: relative; }
.ro-ecm .section.alt { background: var(--paper-2); }
.ro-ecm .section.dark { background: linear-gradient(160deg, var(--navy-900), var(--navy-800)); color: #fff; }
.ro-ecm .section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.ro-ecm .section-head h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); margin-top: 14px; color: var(--ink); }
.ro-ecm .section.dark .section-head h2 { color: #fff; }
.ro-ecm .section-head .eyebrow { justify-content: center; }
.ro-ecm .section-head p { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.ro-ecm .section.dark .section-head p { color: rgba(226,233,250,.72); }
.ro-ecm .cards { display: grid; gap: 22px; }
.ro-ecm .cards.c3 { grid-template-columns: repeat(3, 1fr); }
.ro-ecm .cards.c2 { grid-template-columns: repeat(2, 1fr); }
.ro-ecm .card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-s); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; position: relative; overflow: hidden; }
.ro-ecm .card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--ro-blue), var(--ro-yellow), var(--ro-red)); transform: scaleY(0); transform-origin: top; transition: transform .35s var(--ease); }
.ro-ecm .card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #c7d3ee; }
.ro-ecm .card:hover::before { transform: scaleY(1); }
.ro-ecm .section.dark .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.ro-ecm .card-ic { width: 50px; height: 50px; border-radius: 13px; background: linear-gradient(135deg, var(--navy-700), var(--azure)); display: grid; place-items: center; margin-bottom: 18px; box-shadow: 0 10px 22px -10px rgba(28,63,143,.7); }
.ro-ecm #identitate .card-ic { position: absolute; top: 10px; right: 18px; left: auto; margin: 0; padding: 0; width: auto; height: auto; background: none; box-shadow: none; border-radius: 0; opacity: .15; z-index: 0; pointer-events: none; }
.ro-ecm #identitate .card-ic i { font-size: 126px; line-height: 1; color: #1c6fb5; }
.ro-ecm #identitate .card > :not(.card-ic) { position: relative; z-index: 1; }
.ro-ecm .card-ic i { font-size: 24px; color: #fff; }
.ro-ecm .card h3 { font-size: 1.22rem; color: var(--ink); }
.ro-ecm .section.dark .card h3 { color: #fff; }
.ro-ecm .card > p { margin-top: 10px; color: var(--muted); font-size: .96rem; }
.ro-ecm .section.dark .card > p { color: rgba(226,233,250,.72); }
.ro-ecm .card ul { margin: 14px 0 0; padding: 0; list-style: none; }
.ro-ecm .card ul li { position: relative; padding-left: 26px; margin-top: 10px; font-size: .93rem; color: #3c4a72; line-height: 1.5; }
.ro-ecm .section.dark .card ul li { color: rgba(226,233,250,.82); }
.ro-ecm .card ul li i { position: absolute; left: 0; top: 2px; color: var(--azure); font-size: 15px; }
.ro-ecm .wizard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ro-ecm .wstep { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; position: relative; box-shadow: var(--shadow-s); }
.ro-ecm .wstep .wnum { font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif; font-weight: 800; font-size: 2.4rem; background: linear-gradient(120deg, var(--azure), var(--navy-600)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.ro-ecm .wstep h3 { font-size: 1.08rem; margin-top: 10px; color: var(--ink); }
.ro-ecm .wstep p { font-size: .9rem; color: var(--muted); margin-top: 8px; }
.ro-ecm .wstep:not(:last-child)::after { content: "\F285"; font-family: "bootstrap-icons"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); color: var(--steel); z-index: 3; font-size: 16px; }
.ro-ecm .flow-extras { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 36px; }
.ro-ecm .flow-extras > div { display: flex; gap: 12px; align-items: flex-start; }
.ro-ecm .flow-extras .fx-ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg, var(--navy-700), var(--azure)); box-shadow: 0 8px 18px -10px rgba(28,63,143,.6); display: grid; place-items: center; }
.ro-ecm .flow-extras .fx-ic i { font-size: 17px; color: #fff; }
.ro-ecm .flow-extras b { display: block; color: var(--ink); font-size: .98rem; }
.ro-ecm .flow-extras span { color: var(--muted); font-size: .9rem; }
.ro-ecm .section.dark .flow-extras .fx-ic { background: linear-gradient(135deg, var(--navy-700), var(--azure)); }
.ro-ecm .section.dark .flow-extras .fx-ic i { color: #fff; }
.ro-ecm .section.dark .flow-extras b { color: #fff; }
.ro-ecm .section.dark .flow-extras span { color: rgba(226,233,250,.7); }
.ro-ecm .egov-intro-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.ro-ecm .egov-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border: 0; border-radius: 5px; cursor: pointer; text-decoration: none; font-family: Inter, sans-serif; font-weight: 700; font-size: .98rem; line-height: 1.1; color: #fff; background: linear-gradient(135deg, #0C2F59 0%, #0a2648 55%, #01255C 100%); box-shadow: 0 12px 28px -12px rgba(12,47,89,.7); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.ro-ecm .egov-cta-btn:hover { color: #fff; }
.ro-ecm .egov-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(12,47,89,.85); }
.ro-ecm .egov-cta-btn i { font-size: 18px; flex-shrink: 0; color: #56B8E4; }
.ro-ecm .egov-cta-btn--primary,
.ro-ecm .egov-cta-btn--alt { color: #fff; background: linear-gradient(135deg, #0C2F59 0%, #0a2648 55%, #01255C 100%); }
.ro-ecm .egov-cta-btn--primary i,
.ro-ecm .egov-cta-btn--alt i { color: #56B8E4; }
.ro-ecm .egov-cta-btn--demo { background: #fff; color: var(--vogo-green, #0f7b65); border: 1px solid var(--vogo-green, #0f7b65); box-shadow: 0 8px 22px -12px rgba(7,23,58,.22); }
.ro-ecm .egov-cta-btn--demo:hover { background: #f3faf7; color: var(--vogo-green, #0f7b65); }
.ro-ecm .egov-cta-btn--demo i { color: var(--vogo-green, #0f7b65); }
.ro-ecm .egov-cta-btn--seap { background: var(--vogo-green, #0f7b65); box-shadow: 0 12px 28px -12px rgba(15,123,101,.7); }
.ro-ecm .egov-cta-btn--seap:hover { background: var(--vogo-green-dark, #0a4f41); }
.ro-ecm .egov-cta-btn--seap i { color: #fff; }
.ro-ecm .egov-modal-overlay { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(5,15,41,.62); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease); }
.ro-ecm .egov-modal { width: 100%; max-width: 960px; max-height: 88vh; display: flex; flex-direction: column; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 50px 120px -30px rgba(5,15,41,.7); transform: translateY(24px) scale(.97); opacity: 0; transition: transform .35s var(--ease), opacity .35s var(--ease); font-family: "Open Sans", Inter, system-ui, sans-serif; }
.ro-ecm .egov-modal__head { position: relative; padding: 26px 30px; color: #fff; background: linear-gradient(135deg, #0C2F59 0%, #0a2648 55%, #01255C 100%); flex-shrink: 0; }
.ro-ecm .egov-modal__head::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--ro-blue) 0 33.33%, var(--ro-yellow) 33.33% 66.66%, var(--ro-red) 66.66% 100%); }
.ro-ecm .egov-modal__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #56B8E4; }
.ro-ecm .egov-modal__title { font-family: "Inter Tight", Inter, sans-serif; font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 8px; color: #fff; }
.ro-ecm .egov-modal__sub { margin-top: 8px; font-size: .96rem; color: rgba(226,233,250,.82); max-width: 720px; line-height: 1.5; }
.ro-ecm .egov-modal__close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; transition: background .2s; }
.ro-ecm .egov-modal__close:hover { background: rgba(255,255,255,.28); }
.ro-ecm .egov-modal__close i { font-size: 20px; }
.ro-ecm .egov-modal__body { padding: 26px 30px 32px; overflow-y: auto; }
.ro-ecm .ai-cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ro-ecm .ai-cat { border: 1px solid #e3e8ee; border-radius: 10px; padding: 24px; background: #fff; }
.ro-ecm .ai-cat-h { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ro-ecm .ai-cat-ic { width: 42px; height: 42px; border-radius: 10px; background: var(--vogo-green, #0f7b65); display: grid; place-items: center; flex-shrink: 0; }
.ro-ecm .ai-cat-ic i { font-size: 20px; color: #fff; }
.ro-ecm .ai-cat-h h3 { font-family: "Inter Tight", Inter, sans-serif; font-size: 1.05rem; font-weight: 600; color: #0C2F59; }
.ro-ecm .ai-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ro-ecm .ai-chip { font-family: "Open Sans", Inter, sans-serif; font-size: .82rem; font-weight: 600; color: #1a4d6e; background: #fff; border: 1px solid #e3e8ee; border-radius: 8px; padding: 6px 12px; line-height: 1.3; }
.ro-ecm .llm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ro-ecm .llm-prov { border: 1px solid #e3e8ee; border-radius: 10px; padding: 16px 18px; background: #fff; }
.ro-ecm .llm-prov-h { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ro-ecm .llm-prov-h .llm-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--vogo-green, #0f7b65); flex-shrink: 0; }
.ro-ecm .llm-prov-h h4 { font-family: "Inter Tight", Inter, sans-serif; font-size: .98rem; font-weight: 700; color: #0C2F59; margin: 0; }
@media (max-width: 760px) {
  .ro-ecm .ai-cat-grid,
.ro-ecm .llm-grid { grid-template-columns: 1fr; }
  .ro-ecm .egov-modal__body { padding: 20px; }
  .ro-ecm .egov-modal__head { padding: 22px 20px; }
  .ro-ecm .ai-cat { padding: 18px; }
}
@media (max-width: 980px) {
  .ro-ecm .cards.c3 { grid-template-columns: 1fr 1fr; }
  .ro-ecm .wizard { grid-template-columns: 1fr 1fr; }
  .ro-ecm .wstep:nth-child(2)::after { display: none; }
}
@media (max-width: 720px) {
  .ro-ecm .section { padding: 64px 0; }
  .ro-ecm .cards.c3,
.ro-ecm .cards.c2,
.ro-ecm .wizard,
.ro-ecm .flow-extras { grid-template-columns: 1fr; }
  .ro-ecm .wstep:not(:last-child)::after { display: none; }
}
.ro-ecm .card { border-radius: 5px; }
.ro-ecm .cards.c4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) {
  .ro-ecm .cards.c4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .ro-ecm .cards.c4 { grid-template-columns: 1fr; }
}
.ro-ecm .cards.c4 .card { position: relative; overflow: hidden; }
.ro-ecm .cards.c4 .card-ic { position: absolute; top: 8px; right: 14px; left: auto; margin: 0; padding: 0; width: auto; height: auto; background: none; box-shadow: none; border-radius: 0; opacity: .14; z-index: 0; pointer-events: none; }
.ro-ecm .cards.c4 .card-ic i { font-size: 112px; line-height: 1; color: #0660a2; }
.ro-ecm .cards.c4 .card > :not(.card-ic) { position: relative; z-index: 1; }
.ro-ecm .ecm-quick { margin-top: 44px; text-align: center; }
.ro-ecm .ecm-quick__label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); margin-bottom: 16px; }
.ro-ecm .ecm-quick__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ro-ecm .ecm-quick__chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 14px; font-weight: 600; color: var(--navy-700); }
.ro-ecm .ecm-quick__chip i { color: var(--azure); font-size: 15px; }
.ro-ecm .ecm-tmband { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; }
.ro-ecm .ecm-tmband__head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.ro-ecm .ecm-tmband__badge { height: 56px; width: auto; }
.ro-ecm .ecm-tmband__titles { flex: 1; min-width: 240px; }
.ro-ecm .ecm-tmband__titles h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: var(--ink); margin: 4px 0 0; }
.ro-ecm .ecm-tmband__titles p { color: var(--muted); margin-top: 6px; font-size: 15px; }
.ro-ecm .ecm-tmband__status { display: inline-flex; align-items: center; gap: 7px; background: #e8f6ee; color: #16a34a; border: 1px solid #bfe6cd; padding: 8px 15px; border-radius: 999px; font-weight: 700; font-size: 13px; white-space: nowrap; }
.ro-ecm .ecm-tmgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 26px; }
.ro-ecm .ecm-tmgrid > div { display: flex; flex-direction: column; gap: 3px; padding: 13px 0; border-top: 1px solid var(--line); }
.ro-ecm .ecm-tmgrid b { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--steel); font-weight: 700; }
.ro-ecm .ecm-tmgrid span { color: var(--ink); font-size: 14.5px; line-height: 1.4; }
.ro-ecm .ecm-tmline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 30px; padding: 22px 20px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 5px; }
.ro-ecm .ecm-tmline > div { text-align: center; }
.ro-ecm .ecm-tmline__dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--azure); margin: 0 auto 9px; box-shadow: 0 0 0 4px rgba(47,107,255,.14); }
.ro-ecm .ecm-tmline b { display: block; font-family: "Inter Tight", Inter, sans-serif; font-size: 14px; color: var(--navy-700); }
.ro-ecm .ecm-tmline > div > span:not(.ecm-tmline__dot) { font-size: 12px; color: var(--muted); line-height: 1.35; }
.ro-ecm .ecm-tmband__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
@media (max-width: 900px) {
  .ro-ecm .ecm-tmgrid { grid-template-columns: repeat(2, 1fr); }
  .ro-ecm .ecm-tmline { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 560px) {
  .ro-ecm .ecm-tmgrid { grid-template-columns: 1fr; }
  .ro-ecm .ecm-tmline { grid-template-columns: 1fr; }
}
.ro-ecm .flow-extras .fx-ic { width: auto; height: auto; background: none; box-shadow: none; border-radius: 0; display: inline-flex; }
.ro-ecm .flow-extras .fx-ic i { font-size: 26px; color: #0660a2; }
.ro-ecm .ecm-reltable { border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: #fff; box-shadow: var(--shadow-s); }
.ro-ecm .ecm-reltable__head { display: grid; grid-template-columns: 1.5fr .8fr 1fr 1fr 2.2fr; gap: 16px; padding: 14px 20px; align-items: center; }
.ro-ecm .ecm-reltable__head { background: var(--navy-700); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.ro-ecm .ecm-relver { font-weight: 700; color: var(--navy-700); }
.ro-ecm .ecm-relver em { font-style: normal; color: var(--azure); font-size: 12px; font-weight: 700; }
.ro-ecm .ecm-relnote { color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.ro-ecm .ecm-relbadge { display: inline-block; padding: 3px 11px; border-radius: 5px; font-size: 12px; font-weight: 700; }
.ro-ecm .ecm-relbadge--stable { background: #e8f6ee; color: #16a34a; border: 1px solid #bfe6cd; }
.ro-ecm .ecm-relbadge--active { background: #e8f0ff; color: #2f6bff; border: 1px solid #cfe0ff; }
.ro-ecm .ecm-relbadge--eol { background: #f1f2f5; color: #6b7280; border: 1px solid #e0e2e8; }
.ro-ecm .ecm-rel__foot { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.ro-ecm .ecm-rel__foot a { color: var(--azure); font-weight: 600; }
@media (max-width: 760px) {
  .ro-ecm .ecm-reltable__head { display: none; }
}
.ro-ecm .ecm-tmnote { margin-top: 22px; padding: 16px 18px; background: var(--paper-2); border-left: 3px solid var(--azure); border-radius: 0 5px 5px 0; color: var(--ink); font-size: 14px; line-height: 1.65; }
.ro-ecm .ecm-tmnote i { color: var(--azure); margin-right: 6px; }
.ro-ecm .ecm-tmnote a { color: var(--azure); font-weight: 600; }
.ro-ecm .ecm-rel { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ro-ecm .ecm-timeline { position: relative; max-width: 920px; margin: 0 auto; padding-left: 30px; }
.ro-ecm .ecm-timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.ro-ecm .ecm-tl { position: relative; margin-bottom: 28px; }
.ro-ecm .ecm-tl:last-child { margin-bottom: 0; }
.ro-ecm .ecm-tl::before { content: ""; position: absolute; left: -30px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--azure); box-shadow: 0 0 0 4px rgba(47,107,255,.15); }
.ro-ecm .ecm-tl__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.ro-ecm .ecm-ver { font-family: "Inter Tight", Inter, sans-serif; font-weight: 800; font-size: 18px; color: #fff; background: linear-gradient(135deg, var(--azure), var(--navy-700)); padding: 4px 14px; border-radius: 999px; }
.ro-ecm .ecm-tl__date { color: var(--muted); font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.ro-ecm .ecm-tl__date i { color: var(--azure); }
.ro-ecm .ecm-tl__tag { color: var(--azure); font-weight: 700; font-size: 13px; }
.ro-ecm .ecm-tl__card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-s); }
.ro-ecm .ecm-tl__card > p { color: var(--ink); margin: 0 0 16px; font-size: 15px; line-height: 1.55; }
.ro-ecm .ecm-tl__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ro-ecm .ecm-tl__cols h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--steel); margin: 0 0 9px; }
.ro-ecm .ecm-tl__cols ul { margin: 0; padding-left: 18px; }
.ro-ecm .ecm-tl__cols li { color: var(--muted); font-size: 14px; line-height: 1.5; margin-bottom: 6px; }
@media (max-width: 640px) {
  .ro-ecm .ecm-tl__cols { grid-template-columns: 1fr; gap: 14px; }
}
.ro-ecm .ecm-dark { background: linear-gradient(135deg, #0a2648 0%, #01255C 100%); color: #fff; }
.ro-ecm .ecm-dark .eyebrow { color: #8fb0e6; }
.ro-ecm .ecm-backlog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ro-ecm .ecm-bl { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 22px; }
.ro-ecm .ecm-bl i { font-size: 26px; color: var(--azure-2); }
.ro-ecm .ecm-bl h3 { font-size: 16px; margin: 12px 0 6px; color: #fff; }
.ro-ecm .ecm-bl p { font-size: 13.5px; color: rgba(255,255,255,.72); line-height: 1.5; margin: 0; }
.ro-ecm .ecm-dark__cta { text-align: center; margin-top: 32px; }
@media (max-width: 900px) {
  .ro-ecm .ecm-backlog { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .ro-ecm .ecm-backlog { grid-template-columns: 1fr; }
}
.ro-ecm .ecm-roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ro-ecm .ecm-rm { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-s); }
.ro-ecm .ecm-rm__phase { display: inline-block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--azure); background: rgba(47,107,255,.08); border: 1px solid rgba(47,107,255,.2); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.ro-ecm .ecm-rm ul { margin: 0; padding-left: 18px; }
.ro-ecm .ecm-rm li { color: var(--muted); font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
@media (max-width: 900px) {
  .ro-ecm .ecm-roadmap { grid-template-columns: 1fr; }
}
.ro-ecm .vogo-gov-hero-band { padding-bottom: 34px; }
.ro-ecm .vogo-gov-hero { margin-bottom: 0; }
.ro-ecm .ai-cat-ic { width: auto; height: auto; background: none; border-radius: 0; box-shadow: none; }
.ro-ecm .ai-cat-ic i { font-size: 24px; color: #0660a2; }
.ro-ecm .llm-prov-h .llm-dot { background: #0660a2; }
.ro-ecm .ecm-ver { background: #0660a2; border-radius: 5px; }
.ro-ecm .ecm-hist-head { margin-top: 52px; }
.ro-ecm .ecm-tl__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.ro-ecm .ecm-tl__btn { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 5px; text-decoration: none; background: #0660a2; color: #fff; border: 1px solid #0660a2; transition: filter .15s ease; }
.ro-ecm .ecm-tl__btn .bi { font-size: 14px; }
.ro-ecm .ecm-tl__btn--ghost { background: #fff; color: #0660a2; }
.ro-ecm .ecm-tl__btn:hover { filter: brightness(1.06); }
.ro-ecm .ecm-reg__sub { font-family: "Inter Tight", Inter, sans-serif; font-size: 18px; color: var(--navy-700); display: block; clear: both; margin: 76px 0 18px; }
.ro-ecm .ecm-reg__note { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 18px 0 0; }
.ro-ecm .ecm-reg__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.ro-ecm .ecm-reg__meta { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13.5px; line-height: 1.5; }
@media (max-width: 560px) {
  .ro-ecm .ecm-reg__sub { margin-top: 40px; font-size: 17px; }
}
.ro-ecm .ecm-gs__figure { margin: 34px 0 8px; }
.ro-ecm .ecm-gs__figure img { width: 100%; height: auto; max-width: 780px; margin: 0 auto; border-radius: var(--radius); box-shadow: var(--shadow-s); }
.ro-ecm .vogo-gov-hero__strip-item { position: relative; }
.ro-ecm .vogo-gov-hero__strip-item::after { content: ""; position: absolute; left: 100%; top: 50%; width: 12px; height: 1px; background: rgba(255,255,255,.32); pointer-events: none; }
.ro-ecm .vogo-gov-hero__strip-item::before { content: ""; position: absolute; top: 100%; left: 50%; height: 12px; width: 1px; background: rgba(255,255,255,.32); pointer-events: none; }
.ro-ecm .vogo-gov-hero__strip-item:nth-child(4n)::after { content: none; }
.ro-ecm .vogo-gov-hero__strip-item:nth-last-child(-n+4)::before { content: none; }
@media (max-width: 860px) {
  .ro-ecm .vogo-gov-hero__strip-item:nth-child(4n)::after { content: ""; }
  .ro-ecm .vogo-gov-hero__strip-item:nth-last-child(-n+4)::before { content: ""; }
  .ro-ecm .vogo-gov-hero__strip-item:nth-child(2n)::after { content: none; }
  .ro-ecm .vogo-gov-hero__strip-item:nth-last-child(-n+2)::before { content: none; }
}

/* ===================== Reperele din banda hero, ca legături =====================
   Fiecare pătrățel din bandă este o legătură către pagina capabilității din
   /ecm/all-cards/. Regulile de aici îi păstrează aspectul de dinainte: fără
   subliniere și cu aceeași culoare de text, inclusiv în starea :visited, unde
   regula implicită a browserului ar învinge altfel clasa. Prefixul .ro-ecm
   respectă convenția de scope a fișierului.
   Portat din ecm/assets/landing.css. */
.ro-ecm a.vogo-gov-hero__strip-item,
.ro-ecm a.vogo-gov-hero__strip-item:link,
.ro-ecm a.vogo-gov-hero__strip-item:visited,
.ro-ecm a.vogo-gov-hero__strip-item:hover,
.ro-ecm a.vogo-gov-hero__strip-item:focus {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
/* Stare de hover discretă: bordura se luminează puțin, fundalul cu o idee. */
.ro-ecm a.vogo-gov-hero__strip-item:hover {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.09);
}
.ro-ecm a.vogo-gov-hero__strip-item:focus-visible {
  outline: 2px solid rgba(255,255,255,.75);
  outline-offset: 2px;
}
