/* ==========================================================================
   Solidar Move — stiluri principale
   Culori de brand: navy #0D2B4F · verde lime #9CC91E (extrase din logo)
   ========================================================================== */

/* ---------- Fonturi (găzduite local, fără Google Fonts) ---------- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/open-sans-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/open-sans-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Design tokens ---------- */
:root {
  --navy: #0D2B4F;
  --navy-900: #081D37;
  --navy-700: #163B66;
  --navy-600: #244C81;
  --lime: #9CC91E;
  --lime-600: #8AB419;
  --lime-200: #D7EAA0;
  --lime-100: #EAF4CF;
  --lime-50: #F5FAE8;
  --green-ink: #536B10;
  --teal: #11474C;

  --ink: #0D2B4F;
  --text: #2B3A4E;
  --muted: #56657A;
  --line: #E1E7EE;
  --line-strong: #C5D0DC;
  --bg: #FFFFFF;
  --bg-soft: #F4F7FA;
  --on-navy: #FFFFFF;
  --on-navy-muted: #CAD0D8;

  --danger: #C62828;
  --danger-bg: #FDEEEE;
  --success: #2E7D32;
  --success-bg: #EAF5EA;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --pill: 999px;

  --shadow-sm: 0 1px 2px rgba(13, 43, 79, .06), 0 2px 6px rgba(13, 43, 79, .06);
  --shadow: 0 10px 24px rgba(13, 43, 79, .10);
  --shadow-lg: 0 22px 48px rgba(13, 43, 79, .18);

  --font-head: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --container: 1240px;
  --gutter: 20px;
  --header-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --z-header: 100;
  --z-bar: 90;
  --z-menu: 200;
}
@media (min-width: 768px) { :root { --gutter: 28px; --header-h: 76px; } }
@media (min-width: 1280px) { :root { --gutter: 32px; } }

/* ---------- Bază ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video, picture { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -.01em;
  margin: 0 0 .55em;
}
h1, h2 { text-wrap: balance; }
h3, h4 { text-wrap: pretty; }
h1 { font-size: clamp(2.125rem, 1.35rem + 3.3vw, 3.625rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 1.3rem + 1.9vw, 2.625rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.0625rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
a { color: var(--navy-600); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--navy); }
strong { color: var(--ink); font-weight: 700; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--navy-600); outline-offset: 3px; border-radius: 6px; }
.on-dark :focus-visible, .section--navy :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .site-footer :focus-visible, .calc-summary :focus-visible, .calc-teaser :focus-visible, .aside-card--navy :focus-visible, .van-section :focus-visible { outline-color: var(--lime); }
main:focus { outline: none; }
::selection { background: var(--lime-200); color: var(--navy); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; color: #fff; }
.text-lime { color: var(--lime); }
.text-green { color: var(--green-ink); }
.nowrap { white-space: nowrap; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 880px; }

/* ---------- Secțiuni ---------- */
.section { padding-block: 64px; position: relative; }
.section--tight { padding-block: 40px 64px; }
.section--soft { background: var(--bg-soft); }
.section--lime { background: var(--lime-50); }
.section--navy { background: var(--navy); color: var(--on-navy-muted); }
.section--navy h2, .section--navy h3 { color: #fff; }
@media (min-width: 1024px) { .section { padding-block: 96px; } .section--tight { padding-block: 56px 96px; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .8125rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--green-ink);
  margin: 0 0 14px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 10px; flex: none;
  background:
    linear-gradient(var(--lime), var(--lime)) 0 0 / 100% 3px no-repeat,
    linear-gradient(var(--lime), var(--lime)) 8px 100% / calc(100% - 8px) 3px no-repeat;
  border-radius: 2px;
}
.eyebrow--light, .section--navy .eyebrow { color: var(--lime); }

.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head > :last-child { margin-bottom: 0; }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--split { max-width: none; display: grid; gap: 12px 48px; align-items: end; }
@media (min-width: 1024px) { .section-head--split { grid-template-columns: 1.1fr 1fr; margin-bottom: 48px; } }
.lead { font-size: 1.125rem; color: var(--muted); line-height: 1.6; }
.section--navy .lead { color: var(--on-navy-muted); }

/* ---------- Butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .7em 1.4em;
  border-radius: var(--pill); border: 2px solid transparent;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; line-height: 1.2;
  text-decoration: none; text-align: center; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.98); }
.btn .icon { width: 1.15em; height: 1.15em; }
.btn--primary { background: var(--lime); color: var(--navy); }
.btn--primary:hover { background: #AAD437; color: var(--navy); box-shadow: 0 8px 20px rgba(156, 201, 30, .35); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); color: #fff; box-shadow: var(--shadow); }
.btn--outline { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn--outline:hover { border-color: var(--navy); color: var(--navy); }
.btn--outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline-navy:hover { background: var(--navy); color: #fff; }
.btn--ghost-light { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .14); border-color: #fff; color: #fff; }
.btn--sm { min-height: 44px; padding: .55em 1.1em; font-size: .9375rem; }
.btn--lg { min-height: 56px; padding: .85em 1.7em; font-size: 1.0625rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; cursor: not-allowed; box-shadow: none; transform: none; }
.btn__arrow { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; margin-right: -.55em; transition: transform .2s var(--ease); }
.btn__arrow .icon { width: 16px; height: 16px; }
.btn:hover .btn__arrow { transform: translateX(3px); }
.btn.is-loading { pointer-events: none; opacity: .85; }
.btn.is-loading::after { content: ""; width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid currentColor; border-right-color: transparent; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--navy); text-decoration: none; }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .2s var(--ease); color: var(--green-ink); }
.link-arrow:hover { color: var(--navy); text-decoration: underline; }
.link-arrow:hover .icon { transform: translateX(3px); }
.link-btn { background: none; border: 0; padding: 8px 4px; min-height: 44px; font-weight: 600; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }

.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: #fff; color: var(--navy); text-decoration: none; transition: background-color .2s, border-color .2s, color .2s; }
.icon-btn:hover { border-color: var(--navy); color: var(--navy); }
.icon-btn--dark { background: transparent; border-color: rgba(255, 255, 255, .28); color: #fff; }
.icon-btn--dark:hover { background: var(--lime); border-color: var(--lime); color: var(--navy); }

/* ---------- Bara UE ---------- */
.eu-bar { background: #fff; border-bottom: 1px solid var(--line); }
.eu-bar__inner { display: flex; align-items: center; gap: 14px; min-height: 50px; padding-block: 6px; }
.eu-bar__logos { display: flex; align-items: center; gap: 12px; flex: none; }
.eu-bar__eu { height: 34px; width: auto; }
.eu-bar__gov { height: 34px; width: 34px; }
.eu-bar__text { margin: 0; font-size: .75rem; line-height: 1.35; color: var(--muted); }
.eu-bar__long { display: none; }
.eu-bar__link { display: none; margin-left: auto; align-items: center; gap: 6px; font-size: .8125rem; font-weight: 700; color: var(--navy); white-space: nowrap; text-decoration: none; min-height: 44px; }
.eu-bar__link .icon { width: 15px; height: 15px; }
.eu-bar__link:hover { text-decoration: underline; }
@media (max-width: 400px) { .eu-bar__text { display: none; } }
@media (min-width: 768px) {
  .eu-bar__eu { height: 42px; }
  .eu-bar__gov { height: 42px; width: 42px; }
  .eu-bar__link { display: inline-flex; }
}
@media (min-width: 1024px) {
  .eu-bar__long { display: inline; }
  .eu-bar__short { display: none; }
  .eu-bar__text { font-size: .8125rem; max-width: 560px; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease);
}
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(255, 255, 255, .9); backdrop-filter: saturate(1.4) blur(10px); } }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(13, 43, 79, .08); }
.site-header__inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: inline-flex; flex: none; border-radius: 8px; }
.brand img { height: 32px; width: auto; }
@media (min-width: 768px) { .brand img { height: 38px; } }
.nav { display: none; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.nav__link { position: relative; display: block; padding: 10px 11px; border-radius: 10px; font-family: var(--font-head); font-weight: 600; font-size: .9375rem; color: var(--navy); text-decoration: none; white-space: nowrap; transition: background-color .2s; }
.nav__link:hover { background: var(--bg-soft); color: var(--navy); }
.nav__link[aria-current="page"] { font-weight: 700; }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 3px; height: 3px; border-radius: 3px; background: var(--lime); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.header-phone { display: none; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--navy); text-decoration: none; white-space: nowrap; padding: 10px 6px; }
.header-phone .icon { color: var(--green-ink); }
.header-phone:hover { text-decoration: underline; }
.header-cta { display: none; }
.menu-toggle { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; border: 1.5px solid var(--line-strong); background: #fff; color: var(--navy); }
.menu-toggle .icon { width: 24px; height: 24px; }
@media (min-width: 560px) { .header-cta { display: inline-flex; } }
@media (min-width: 1200px) {
  .nav { display: block; margin-left: 12px; }
  .menu-toggle { display: none; }
}
@media (min-width: 1360px) { .header-phone { display: inline-flex; } }

/* Meniu mobil */
.mobile-menu { position: fixed; inset: 0; z-index: var(--z-menu); background: rgba(8, 29, 55, .55); }
.mobile-menu[hidden] { display: none; }
.mobile-menu__panel { position: absolute; inset: 0 0 0 auto; width: min(100%, 440px); background: #fff; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; padding: 0 var(--gutter) calc(24px + env(safe-area-inset-bottom)); animation: slideIn .28s var(--ease); }
@keyframes slideIn { from { transform: translateX(24px); opacity: 0; } }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.mobile-menu__list { list-style: none; margin: 0; padding: 0; }
.mobile-menu__link { display: flex; align-items: center; min-height: 56px; padding: 0 6px; font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-menu__link[aria-current="page"] { color: var(--green-ink); }
.mobile-menu__link[aria-current="page"]::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--lime); margin-right: 10px; }
.mobile-menu__actions { margin-top: auto; padding-top: 24px; display: grid; gap: 12px; }
.mobile-menu__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mobile-menu__meta { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 4px 0 0; font-size: .875rem; color: var(--muted); }
.mobile-menu__meta .icon { width: 16px; height: 16px; }
html.menu-open { overflow: hidden; }

/* Bară acțiuni mobil */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-bar);
  display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(13, 43, 79, .08);
}
.mobile-bar--two { grid-template-columns: 1fr 1fr; }
.mobile-bar__btn { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 14px; border: 1.5px solid var(--line-strong); background: #fff; color: var(--navy); font-family: var(--font-head); font-weight: 700; font-size: .9375rem; text-decoration: none; }
.mobile-bar__btn--primary { background: var(--lime); border-color: var(--lime); }
.mobile-bar__btn .icon { width: 19px; height: 19px; }
body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
@media (max-width: 400px) { .mobile-bar { gap: 6px; padding-inline: 8px; } .mobile-bar__btn { font-size: .875rem; gap: 6px; } }
@media (min-width: 1024px) { .mobile-bar { display: none; } body { padding-bottom: 0; } }

/* ---------- Elemente decorative de brand ---------- */
.deco-speed { position: absolute; color: #fff; opacity: .06; pointer-events: none; }
.curve { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 44px; z-index: 2; pointer-events: none; }
.curve path { fill: var(--bg); }
.curve--soft path { fill: var(--bg-soft); }
@media (min-width: 1024px) { .curve { height: 80px; } }
.dots { position: absolute; pointer-events: none; background-image: radial-gradient(circle, var(--lime) 2.4px, transparent 2.9px); background-size: 18px 18px; }

/* ---------- Hero (pagina principală) ---------- */
.hero { position: relative; background: var(--navy); color: var(--on-navy-muted); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(36, 76, 129, .75), rgba(36, 76, 129, 0) 60%); left: -320px; top: -420px; z-index: -1; }
.hero .deco-speed { width: 300px; left: -70px; bottom: 36px; opacity: .045; }
.hero__grid { display: grid; gap: 36px; padding-top: 40px; }
.hero__content { position: relative; z-index: 3; }
.hero__title { color: #fff; margin-bottom: .4em; }
.hero__lead { font-size: 1.125rem; color: var(--on-navy-muted); max-width: 560px; margin-bottom: 28px; }
.hero__actions { display: flex; flex-direction: column; gap: 12px; }
.hero__call { margin: 18px 0 0; font-size: .9375rem; color: var(--on-navy-muted); }
.hero__call a { color: #fff; font-weight: 700; }
.hero__trust { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.hero__trust li { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 600; font-size: .9375rem; }
.check-dot { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--lime); color: var(--navy); flex: none; }
.check-dot .icon { width: 15px; height: 15px; stroke-width: 3; }
.hero__media { position: relative; z-index: 1; margin-inline: calc(var(--gutter) * -0.25); }
.hero__img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; object-position: 50% 42%; border-radius: var(--radius-lg) var(--radius-lg) 0 0; position: relative; z-index: 1; }
.hero__arc { position: absolute; z-index: 0; width: 125%; aspect-ratio: 1; right: -58%; top: -22%; border: 10px solid var(--lime); border-radius: 50%; }
.hero__dots { width: 110px; height: 110px; left: -18px; top: -26px; z-index: 0; opacity: .85; }
.hero__card {
  position: absolute; z-index: 3; left: 14px; right: 14px; bottom: 58px;
  display: flex; align-items: center; gap: 12px;
  background: #fff; color: var(--text); text-decoration: none;
  border-radius: 18px; padding: 12px 14px; box-shadow: var(--shadow-lg);
  transition: transform .25s var(--ease);
}
.hero__card:hover { transform: translateY(-3px); color: var(--text); }
.hero__card-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--lime); color: var(--navy); flex: none; }
.hero__card strong { display: block; font-family: var(--font-head); font-size: 1rem; }
.hero__card span span { display: block; font-size: .875rem; color: var(--muted); line-height: 1.35; }
.hero__card-arrow { margin-left: auto; color: var(--navy); }
@media (min-width: 560px) {
  .hero__actions { flex-direction: row; flex-wrap: wrap; }
  .hero__trust { display: flex; flex-wrap: wrap; gap: 12px 24px; }
  .hero__card { right: auto; max-width: 320px; }
}
@media (min-width: 1024px) {
  .hero__grid { grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: end; padding-top: 64px; }
  .hero__content { padding-bottom: 128px; }
  .hero__media { margin: 0; }
  .hero__img { aspect-ratio: 4 / 5; max-height: 640px; border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
  .hero__arc { width: 118%; right: -62%; top: -8%; }
  .hero__dots { left: -44px; top: 36px; width: 130px; height: 130px; }
  .hero__card { left: -40px; bottom: 120px; }
}

/* ---------- Page hero (subpagini) ---------- */
.page-hero { position: relative; background: var(--navy); color: var(--on-navy-muted); overflow: hidden; isolation: isolate; padding: 32px 0 72px; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; top: -250px; border-radius: 50%; border: 10px solid var(--lime); opacity: .9; z-index: -1; }
.page-hero .deco-speed { width: 260px; right: 4%; bottom: 70px; opacity: .06; }
.page-hero h1 { color: #fff; max-width: 820px; margin-bottom: .35em; font-size: clamp(2rem, 1.35rem + 2.6vw, 3.125rem); }
.page-hero .lead { color: var(--on-navy-muted); max-width: 720px; margin: 0; }
.page-hero .eyebrow { color: var(--lime); }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; font-size: .9375rem; }
.page-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.page-hero__meta .icon { width: 18px; height: 18px; color: var(--lime); }
@media (max-width: 767px) { .page-hero::after { width: 260px; height: 260px; right: -150px; top: -160px; border-width: 8px; } .page-hero .deco-speed { display: none; } }
@media (min-width: 1024px) { .page-hero { padding: 48px 0 112px; } }

.breadcrumb ol { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 6px; font-size: .875rem; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "/"; opacity: .5; }
.breadcrumb a { color: var(--on-navy-muted); text-decoration: none; padding: 8px 0; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb [aria-current] { color: #fff; font-weight: 600; }

.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--pill); background: var(--lime); color: var(--navy); font-family: var(--font-head); font-weight: 700; font-size: .8125rem; letter-spacing: .02em; }
.pill--soft { background: var(--lime-100); color: var(--green-ink); }
.pill--navy { background: var(--navy); color: #fff; }
.pill .icon { width: 15px; height: 15px; }

/* ---------- Grid & carduri ---------- */
.grid { display: grid; gap: 22px; }
@media (min-width: 640px) { .grid--2, .grid--4, .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid { gap: 26px; } }
@media (min-width: 1140px) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.card > :last-child { margin-bottom: 0; }

.service-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__media { position: relative; aspect-ratio: 3 / 2; }
.service-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card__icon { position: absolute; left: 20px; bottom: -26px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--lime); color: var(--navy); box-shadow: 0 8px 18px rgba(13, 43, 79, .18); border: 4px solid #fff; }
.service-card__icon .icon { width: 24px; height: 24px; }
.service-card__body { display: flex; flex-direction: column; gap: 10px; flex: 1; padding: 42px 22px 24px; }
.service-card__body h3 { margin: 0; }
.service-card__body p { margin: 0; color: var(--muted); font-size: .96875rem; }
.service-card .link-arrow { margin-top: auto; padding-top: 6px; }
.service-card .link-arrow::after { content: ""; position: absolute; inset: 0; }

.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.feature-card h3 { margin: 18px 0 8px; }
.feature-card p { color: var(--muted); }
.feature-card > :last-child { margin-bottom: 0; }
.icon-tile { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--navy); color: var(--lime); flex: none; }
.icon-tile .icon { width: 26px; height: 26px; }
.icon-tile--lime { background: var(--lime); color: var(--navy); }
.icon-tile--soft { background: var(--lime-100); color: var(--green-ink); }
.mini-list { list-style: none; padding: 0; margin: 14px 0 18px; display: grid; gap: 8px; }
.mini-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .9375rem; }
.mini-list li::before { content: ""; width: 8px; height: 8px; margin-top: .55em; border-radius: 2px; background: var(--lime); flex: none; }
.feature-card .link-arrow { margin-top: auto; }

/* Pași */
.steps { position: relative; list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.step__num { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--lime); font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; margin-bottom: 16px; box-shadow: 0 0 0 6px var(--bg-soft); }
.step h3 { font-size: 1.125rem; margin-bottom: 6px; }
.step p { margin: 0; color: var(--muted); font-size: .96875rem; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .steps::before { content: ""; position: absolute; top: 52px; left: 12%; right: 12%; border-top: 2px dashed var(--line-strong); z-index: 0; }
  .step { z-index: 1; }
}

/* Listă cu bife */
.checklist { list-style: none; padding: 0; margin: 0 0 1.5em; display: grid; gap: 14px; }
.checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.checklist .check-dot { margin-top: 1px; width: 28px; height: 28px; }
.checklist strong { display: block; }
.checklist span.desc { display: block; color: var(--muted); font-size: .96875rem; }
.checklist--light li { color: #fff; font-weight: 600; }
.checklist--light span.desc { color: var(--on-navy-muted); font-weight: 400; }

/* Split */
.split { display: grid; gap: 40px; align-items: center; }
.split__content > :last-child { margin-bottom: 0; }
.split__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 26px; }
@media (min-width: 1024px) {
  .split { grid-template-columns: 1fr 1fr; gap: 72px; }
  .split--wide-text { grid-template-columns: .9fr 1.1fr; }
  .split--reverse .split__media { order: 2; }
}
.media-frame { position: relative; isolation: isolate; margin: 0 14px 14px 0; }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.media-frame--tall img { aspect-ratio: 4 / 4.4; }
.media-frame::before { content: ""; position: absolute; z-index: -1; right: -14px; bottom: -14px; width: 62%; height: 62%; border-radius: var(--radius-xl); background: var(--lime); }
.media-frame--navy::before { background: var(--navy); }
.media-frame .dots { width: 96px; height: 96px; left: -24px; top: -24px; z-index: -1; }
.media-badge { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: .9375rem; }
.media-badge .icon { color: var(--green-ink); }

/* Chips localități */
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: var(--pill); background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9375rem; color: var(--navy); }
.chip .icon { width: 16px; height: 16px; color: var(--green-ink); }
.chip--strong { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip--strong .icon { color: var(--lime); }
.chip--more { background: var(--lime-100); border-color: var(--lime-200); color: var(--green-ink); }
.chip-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip-nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px; border-radius: var(--pill); border: 1.5px solid rgba(255, 255, 255, .35); color: #fff; text-decoration: none; font-weight: 600; font-size: .9375rem; transition: background-color .2s, border-color .2s; }
.chip-nav a:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }
.chip-nav .icon { width: 18px; height: 18px; color: var(--lime); }

/* Coverage */
.coverage { display: grid; gap: 32px; align-items: center; }
@media (min-width: 1024px) { .coverage { grid-template-columns: .9fr 1.1fr; gap: 64px; } }
.coverage__panel { position: relative; background: var(--bg-soft); border-radius: var(--radius-xl); padding: 28px; border: 1px solid var(--line); }
.coverage__panel h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 16px; }

/* Calculator teaser */
.calc-teaser { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: var(--on-navy-muted); border-radius: var(--radius-xl); padding: 36px 24px; display: grid; gap: 32px; }
.calc-teaser h2 { color: #fff; }
.calc-teaser::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; border-radius: 50%; border: 10px solid var(--lime); right: -170px; bottom: -250px; }
.calc-teaser .deco-speed { display: none; width: 200px; right: 30px; top: 30px; opacity: .06; }
@media (min-width: 1024px) { .calc-teaser .deco-speed { display: block; } }
.calc-teaser__label { font-family: var(--font-head); font-weight: 700; color: #fff; margin-bottom: 14px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-tile { display: flex; flex-direction: column; gap: 12px; padding: 18px 16px; min-height: 120px; border-radius: 18px; background: #fff; color: var(--navy); text-decoration: none; font-family: var(--font-head); font-weight: 700; line-height: 1.3; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.quick-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .25); color: var(--navy); }
.quick-tile .icon-tile { width: 46px; height: 46px; border-radius: 12px; }
.quick-tile .icon-tile .icon { width: 22px; height: 22px; }
.quick-tile__go { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .8125rem; color: var(--green-ink); }
.quick-tile__go .icon { width: 15px; height: 15px; }
@media (min-width: 1024px) { .calc-teaser { grid-template-columns: 1.05fr .95fr; padding: 56px; gap: 56px; align-items: center; } }

/* Van */
.van-section { background: var(--navy); color: var(--on-navy-muted); overflow: hidden; isolation: isolate; }
.van-section h2 { color: #fff; }
.van-section .lead, .calc-teaser .lead { color: var(--on-navy-muted); }
.van { display: grid; gap: 28px; align-items: center; }
.van__visual { position: relative; margin-left: calc(var(--gutter) * -1); min-height: 240px; }
.van__shape { position: absolute; z-index: 0; left: 0; top: 8%; bottom: 0; width: 88%; border-radius: 0 var(--pill) var(--pill) 0; background: var(--teal); }
.van__ring { position: absolute; z-index: 0; width: 70%; aspect-ratio: 1; right: -6%; top: -18%; border-radius: 50%; border: 9px solid var(--lime); }
.van__img { position: relative; z-index: 1; width: 88%; max-width: 620px; filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .35)); }
.van__content .checklist { margin-top: 22px; }
@media (min-width: 1024px) {
  .van { grid-template-columns: 1fr 1fr; gap: 56px; }
  .van__visual { margin-left: calc((100vw - min(100vw, var(--container))) / -2 - var(--gutter)); min-height: 420px; display: flex; align-items: center; }
  .van__img { width: min(92%, 640px); }
}

/* FAQ */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .2s, border-color .2s; }
.faq details[open] { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; position: relative; padding: 18px 60px 18px 22px; min-height: 56px; font-family: var(--font-head); font-weight: 700; font-size: 1.0625rem; color: var(--navy); border-radius: var(--radius); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px; border-right: 2.5px solid var(--navy); border-bottom: 2.5px solid var(--navy); transform: translateY(-70%) rotate(45deg); transition: transform .2s var(--ease); }
.faq details[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
.faq summary:hover { background: var(--bg-soft); }
.faq__body { padding: 0 22px 20px; color: var(--text); }
.faq__body > :last-child { margin-bottom: 0; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; isolation: isolate; background: var(--lime); border-radius: var(--radius-xl); padding: 40px 26px; display: grid; gap: 24px; align-items: center; }
.cta-band h2 { margin-bottom: .3em; }
.cta-band p { margin: 0; color: var(--navy); font-size: 1.0625rem; }
.cta-band .deco-speed { color: #fff; opacity: .35; width: 170px; right: 28px; bottom: -16px; }
.cta-band .btn-row { position: relative; }
@media (min-width: 1024px) { .cta-band { grid-template-columns: 1.3fr auto; padding: 56px; gap: 40px; } .cta-band .btn-row { justify-content: flex-end; } }

/* Ghiduri */
.guide-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.guide-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.guide-card__body { display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 24px; flex: 1; }
.guide-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .8125rem; color: var(--muted); }
.guide-card__meta .icon { width: 15px; height: 15px; }
.guide-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.guide-card h3 { margin: 0; font-size: 1.1875rem; }
.guide-card h3 a { color: var(--navy); text-decoration: none; }
.guide-card h3 a::after { content: ""; position: absolute; inset: 0; }
.guide-card p { margin: 0; color: var(--muted); font-size: .96875rem; }
.guide-card .link-arrow { margin-top: auto; padding-top: 6px; }

/* Articol */
.article-layout { display: grid; gap: 40px; }
@media (min-width: 1100px) { .article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; } }
.article { max-width: 760px; font-size: 1.0625rem; }
.article > img, .article__hero { width: 100%; border-radius: var(--radius-xl); aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 32px; box-shadow: var(--shadow); }
.article h2 { font-size: clamp(1.375rem, 1.2rem + .8vw, 1.75rem); margin-top: 1.9em; scroll-margin-top: calc(var(--header-h) + 24px); }
.article h3 { font-size: 1.1875rem; margin-top: 1.5em; }
.article ul, .article ol { padding-left: 1.3em; }
.article li { margin-bottom: .45em; }
.article li::marker { color: var(--green-ink); font-weight: 700; }
.article .intro { font-size: 1.1875rem; color: var(--text); line-height: 1.6; }
.tip { display: grid; grid-template-columns: 44px 1fr; gap: 14px; background: var(--lime-50); border: 1px solid var(--lime-200); border-left: 5px solid var(--lime); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 20px; margin: 28px 0; }
.tip__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--lime); color: var(--navy); }
.tip__title { font-family: var(--font-head); font-weight: 700; color: var(--navy); margin: 0 0 4px; }
.tip p { margin: 0; font-size: 1rem; }
.note { background: var(--bg-soft); border-radius: var(--radius); padding: 18px 20px; border: 1px solid var(--line); margin: 24px 0; }
.note > :last-child { margin-bottom: 0; }
.toc { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 24px; }
.toc h2 { font-size: .8125rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 0 0 12px; }
.toc ol { margin: 0; padding-left: 1.2em; display: grid; gap: 6px; font-size: .96875rem; }
.toc a { color: var(--navy); text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.aside-sticky { display: grid; gap: 20px; }
@media (min-width: 1100px) { .aside-sticky { position: sticky; top: calc(var(--header-h) + 24px); } }
.aside-card { border-radius: var(--radius-lg); padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.aside-card h2, .aside-card h3 { font-size: 1.125rem; margin-bottom: 8px; }
.aside-card p { font-size: .9375rem; color: var(--muted); }
.aside-card > :last-child { margin-bottom: 0; }
.aside-card--navy { background: var(--navy); border-color: var(--navy); color: var(--on-navy-muted); }
.aside-card--navy h2, .aside-card--navy h3 { color: #fff; }
.aside-card--navy p { color: var(--on-navy-muted); }
.aside-card .btn { margin-top: 6px; }
.article-cta { margin-top: 48px; background: var(--navy); color: var(--on-navy-muted); border-radius: var(--radius-xl); padding: 32px 28px; position: relative; overflow: hidden; isolation: isolate; }
.article-cta h2 { color: #fff; margin-top: 0; font-size: 1.5rem; }
.article-cta p { color: var(--on-navy-muted); }
.article-cta::after { content: ""; position: absolute; z-index: -1; right: -120px; bottom: -160px; width: 300px; height: 300px; border-radius: 50%; border: 8px solid var(--lime); }

/* Checklist interactiv */
.task-group { margin: 28px 0; }
.task-group h2 { display: flex; align-items: center; gap: 12px; }
.task-group h2 .pill { font-size: .75rem; }
.task { display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px; margin: 0 0 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; transition: background-color .2s, border-color .2s; }
.task:hover { border-color: var(--line-strong); }
.task input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--navy); flex: none; cursor: pointer; }
.task span { font-size: 1rem; line-height: 1.5; }
.task:has(input:checked) { background: var(--lime-50); border-color: var(--lime-200); }
.task:has(input:checked) span { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(86, 101, 122, .6); }
.progress-card { position: sticky; top: calc(var(--header-h) + 12px); z-index: 5; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-sm); display: grid; gap: 10px; margin-bottom: 20px; }
.progress-card__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-weight: 600; color: var(--navy); }
.progress { height: 10px; border-radius: var(--pill); background: var(--line); overflow: hidden; }
.progress__bar { height: 100%; width: 0; background: var(--lime); border-radius: var(--pill); transition: width .3s var(--ease); }

/* ---------- Formulare ---------- */
.field { display: grid; gap: 7px; margin-bottom: 18px; min-width: 0; }
.field > label, .label, .field legend.label { font-family: var(--font-head); font-weight: 600; font-size: .9375rem; color: var(--navy); padding: 0; }
.req { color: var(--danger); margin-left: 2px; }
.optional { font-weight: 400; color: var(--muted); font-family: var(--font-body); font-size: .875rem; }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  border: 1.5px solid var(--line-strong); border-radius: 12px; background: #fff;
  font-size: 1rem; color: var(--text); line-height: 1.4;
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none; appearance: none;
}
.textarea { min-height: 120px; resize: vertical; }
.select { padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230D2B4F' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.input:hover, .select:hover, .textarea:hover { border-color: #9FB0C3; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 4px rgba(36, 76, 129, .2); }
.input::placeholder, .textarea::placeholder { color: #8391A3; }
[aria-invalid="true"] { border-color: var(--danger) !important; background-color: #FFFBFB; }
.field__hint { margin: 0; font-size: .875rem; color: var(--muted); }
.field__error { display: flex; align-items: flex-start; gap: 6px; margin: 0; font-size: .875rem; font-weight: 600; color: var(--danger); }
.field__error .icon { width: 17px; height: 17px; margin-top: 2px; }
.field-row { display: grid; gap: 0 18px; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } .field-row--wide-first { grid-template-columns: 1.4fr 1fr; } }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

.choice-grid { display: grid; gap: 12px; }
@media (min-width: 560px) { .choice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .choice-grid--4 { grid-template-columns: repeat(4, 1fr); } }
.choice { position: relative; display: block; }
.choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 2; }
.choice__box { position: relative; display: flex; align-items: center; gap: 14px; height: 100%; min-height: 72px; padding: 14px 44px 14px 16px; border: 1.5px solid var(--line-strong); border-radius: 16px; background: #fff; transition: border-color .15s, background-color .15s, box-shadow .15s; }
.choice__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--bg-soft); color: var(--navy); flex: none; transition: background-color .15s, color .15s; }
.choice__text strong { display: block; font-family: var(--font-head); font-size: 1rem; line-height: 1.3; }
.choice__text small { display: block; color: var(--muted); font-size: .8125rem; line-height: 1.35; margin-top: 2px; }
.choice__box::after { content: ""; position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-strong); background: #fff; transition: all .15s; }
.choice input:hover + .choice__box { border-color: #9FB0C3; }
.choice input:checked + .choice__box { border-color: var(--navy); background: var(--lime-50); box-shadow: 0 0 0 1px var(--navy); }
.choice input:checked + .choice__box .choice__icon { background: var(--lime); color: var(--navy); }
.choice input:checked + .choice__box::after { border-color: var(--navy); background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CC91E' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.choice input:focus-visible + .choice__box { outline: 3px solid var(--navy-600); outline-offset: 3px; }
.choice-group[aria-invalid="true"] .choice__box, fieldset[aria-invalid="true"] .choice__box { border-color: var(--danger); }

.field .segmented, .field > .segmented { justify-self: start; }
.segmented { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; border-radius: 16px; background: var(--bg-soft); border: 1px solid var(--line); }
.seg { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; width: 100%; height: 100%; }
.seg span { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 16px; border-radius: 12px; font-weight: 600; font-size: .9375rem; color: var(--navy); transition: background-color .15s, color .15s; white-space: nowrap; }
.seg input:hover + span { background: rgba(13, 43, 79, .06); }
.seg input:checked + span { background: var(--navy); color: #fff; }
.seg input:focus-visible + span { outline: 3px solid var(--navy-600); outline-offset: 2px; }

.check-row { display: flex; align-items: flex-start; gap: 12px; padding: 6px 0; cursor: pointer; font-size: .96875rem; line-height: 1.5; }
.check-row input { width: 22px; height: 22px; margin: 1px 0 0; flex: none; accent-color: var(--navy); cursor: pointer; }
.check-row--consent { padding: 16px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--line); margin-top: 8px; }

.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: var(--pill); background: #fff; flex: none; }
.qty button { display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--navy); }
.qty button:hover { background: var(--bg-soft); }
.qty button:disabled { color: #B3BECB; cursor: not-allowed; background: transparent; }
.qty button .icon { width: 18px; height: 18px; }
.qty input { width: 44px; min-height: 44px; border: 0; text-align: center; font-weight: 700; font-size: 1rem; color: var(--navy); background: transparent; -moz-appearance: textfield; appearance: textfield; font-variant-numeric: tabular-nums; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input:focus { outline: 2px solid var(--navy-600); border-radius: 8px; }

.item-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.item-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 12px 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .15s, background-color .15s; }
.item-row.is-active { border-color: var(--lime-600); background: var(--lime-50); }
.item-row__label { display: grid; gap: 2px; font-weight: 600; color: var(--navy); line-height: 1.35; font-size: .96875rem; }
.item-row__label small { font-weight: 400; color: var(--muted); font-size: .8125rem; }

.range-field { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; }
.range-num { display: inline-flex; align-items: center; gap: 6px; }
.range-num input { width: 84px; min-height: 44px; padding: 8px 10px; text-align: right; }
.range-num span { color: var(--muted); font-weight: 600; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 36px; background: transparent; cursor: pointer; --fill: 0%; }
input[type="range"]:focus { outline: none; }
input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(36, 76, 129, .35); }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: var(--pill); background: linear-gradient(90deg, var(--lime) var(--fill), var(--line) var(--fill)); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; margin-top: -9px; border-radius: 50%; background: var(--navy); border: 4px solid #fff; box-shadow: 0 1px 5px rgba(13, 43, 79, .45); }
input[type="range"]::-moz-range-track { height: 8px; border-radius: var(--pill); background: var(--line); }
input[type="range"]::-moz-range-progress { height: 8px; border-radius: var(--pill); background: var(--lime); }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--navy); border: 4px solid #fff; box-shadow: 0 1px 5px rgba(13, 43, 79, .45); }

.alert { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1px solid; margin: 0 0 20px; font-size: .96875rem; }
.alert > .icon { width: 22px; height: 22px; margin-top: 1px; }
.alert p { margin: 0 0 .5em; }
.alert > div > :last-child { margin-bottom: 0; }
.alert--info { background: #EEF3FA; border-color: #C9D8EE; color: var(--navy); }
.alert--success { background: var(--success-bg); border-color: #B9DDBB; color: #1E5A22; }
.alert--error { background: var(--danger-bg); border-color: #F2C2C2; color: #8E1B1B; }
.alert--warn { background: #FFF8E6; border-color: #F1DDA6; color: #6B4E00; }
.alert .btn-row { margin-top: 12px; }

/* ---------- Calculator ---------- */
.calc { display: grid; gap: 28px; align-items: start; }
@media (min-width: 1024px) { .calc { grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr); gap: 36px; } }
.calc-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 18px; box-shadow: var(--shadow-sm); }
@media (min-width: 640px) { .calc-panel { padding: 32px; } }
.calc-service, .calc-block + .calc-block { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.calc-service[hidden] { display: none; }
.calc-block__title { float: left; width: 100%; display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 800; font-size: 1.1875rem; color: var(--navy); margin-bottom: 18px; padding: 0; }
.calc-block__title + * { clear: both; }
.num-badge { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: var(--lime); font-size: .9375rem; font-weight: 800; flex: none; }
.access-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .access-grid { grid-template-columns: 1fr 1fr; } }
.access-card { border: 1px solid var(--line); border-radius: 16px; padding: 16px; background: var(--bg-soft); }
.access-card h3 { font-size: .9375rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 12px; }
.access-card .field { margin-bottom: 12px; }
.access-card .field:last-child { margin-bottom: 0; }

.calc-summary { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: var(--on-navy-muted); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-lg); }
@media (min-width: 1024px) { .calc-summary { position: sticky; top: calc(var(--header-h) + 20px); } }
.calc-summary::after { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; right: -150px; top: -185px; border-radius: 50%; border: 8px solid var(--lime); opacity: .9; }
.calc-summary__label { font-family: var(--font-head); font-weight: 700; font-size: .8125rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); margin: 0 0 6px; }
.calc-summary__service { color: #fff; font-weight: 600; margin: 0 0 4px; }
.calc-total { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: clamp(2rem, 1.6rem + 1.6vw, 2.75rem); line-height: 1.1; margin: 8px 0 4px; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.calc-total small { font-size: .5em; color: var(--lime); font-weight: 700; letter-spacing: 0; margin-left: 4px; }
.calc-total--empty { font-size: 1.25rem; font-weight: 700; }
.calc-breakdown { margin: 20px 0; padding: 0; display: grid; gap: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.calc-breakdown div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed rgba(255, 255, 255, .16); font-size: .9375rem; }
.calc-breakdown dt { color: var(--on-navy-muted); }
.calc-breakdown dd { margin: 0; color: #fff; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc-note { display: flex; gap: 10px; font-size: .8125rem; line-height: 1.5; color: var(--on-navy-muted); margin: 0 0 20px; }
.calc-note .icon { width: 18px; height: 18px; color: var(--lime); margin-top: 1px; }
.calc-summary__actions { display: grid; gap: 10px; }
.calc-summary .link-btn { color: var(--on-navy-muted); justify-self: center; }
.calc-summary .link-btn .icon { width: 16px; height: 16px; }

.calc-float { position: fixed; left: 50%; bottom: calc(76px + env(safe-area-inset-bottom)); z-index: 95; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 18px; border: 0; border-radius: var(--pill); background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .9375rem; white-space: nowrap; box-shadow: var(--shadow-lg); }
.calc-float strong { color: var(--lime); font-variant-numeric: tabular-nums; }
.calc-float .icon { width: 18px; height: 18px; color: var(--lime); }
@media (min-width: 1024px) { .calc-float { display: none !important; } }
.price-tables { display: grid; gap: 22px; align-items: start; }
@media (min-width: 900px) { .price-tables { grid-template-columns: 1fr 1fr; } }
.price-table { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table h3 { display: flex; align-items: center; gap: 12px; margin: 0; padding: 18px 20px; font-size: 1.0625rem; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.price-table h3 .icon { color: var(--green-ink); }
.price-table table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.price-table th, .price-table td { padding: 11px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table tr:last-child td, .price-table tr:last-child th { border-bottom: 0; }
.price-table th { font-weight: 600; color: var(--text); }
.price-table td { text-align: right; white-space: nowrap; font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.price-table caption { caption-side: bottom; text-align: left; padding: 12px 20px 16px; font-size: .8125rem; color: var(--muted); }

/* ---------- Programare ---------- */
.booking { display: grid; gap: 32px; align-items: start; }
@media (min-width: 1100px) { .booking { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; } }
.booking-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 18px; box-shadow: var(--shadow-sm); }
@media (min-width: 640px) { .booking-panel { padding: 36px; } }
.form-progress { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.form-progress li { display: grid; gap: 8px; font-size: .8125rem; font-weight: 600; color: var(--muted); }
.form-progress__bar { height: 6px; border-radius: var(--pill); background: var(--line); transition: background-color .3s; }
.form-progress li.is-done .form-progress__bar, .form-progress li.is-current .form-progress__bar { background: var(--lime); }
.form-progress li.is-current { color: var(--navy); }
.form-progress__lbl { display: none; }
.form-progress li.is-current .form-progress__lbl { display: block; }
@media (min-width: 640px) { .form-progress__lbl { display: block; } }
.form-step[hidden] { display: none; }
.form-step__title { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.375rem, 1.2rem + .7vw, 1.625rem); color: var(--navy); margin: 0 0 6px; padding: 0; }
.form-step__intro { color: var(--muted); margin: 0 0 22px; }
.form-subtitle { font-size: 1.0625rem; margin: 26px 0 14px; display: flex; align-items: center; gap: 10px; }
.form-subtitle .icon { color: var(--green-ink); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-actions__right { display: flex; flex-wrap: wrap; gap: 12px; margin-left: auto; }
.no-js .form-step[hidden] { display: block; }
.no-js [data-js-only] { display: none !important; }
.js [data-nojs-only] { display: none !important; }

.summary-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; margin: 8px 0 18px; }
.summary-card h3 { font-size: 1rem; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.summary-card dl { margin: 0; display: grid; gap: 8px; }
.summary-card dl div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; font-size: .9375rem; }
.summary-card dt { color: var(--muted); }
.summary-card dd { margin: 0; color: var(--navy); font-weight: 600; overflow-wrap: anywhere; white-space: pre-line; }
@media (max-width: 480px) { .summary-card dl div { grid-template-columns: 1fr; gap: 0; } }

.booking-success { text-align: center; padding: 20px 0; }
.booking-success:focus { outline: none; }
.success-icon { display: grid; place-items: center; width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%; background: var(--lime); color: var(--navy); box-shadow: 0 0 0 10px var(--lime-100); }
.success-icon .icon { width: 40px; height: 40px; stroke-width: 3; }
.booking-success .summary-card { text-align: left; max-width: 560px; margin: 24px auto; }
.booking-success .btn-row { justify-content: center; }

/* Calendar */
.cal-wrap { display: grid; gap: 22px; }
@media (min-width: 900px) { .cal-wrap { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: start; } }
.cal { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px; background: #fff; }
.cal__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.cal__title { font-family: var(--font-head); font-weight: 800; font-size: 1.0625rem; color: var(--navy); margin: 0; text-transform: capitalize; }
.cal__nav { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: #fff; color: var(--navy); }
.cal__nav:hover:not(:disabled) { border-color: var(--navy); }
.cal__nav:disabled { opacity: .35; cursor: not-allowed; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__dow { text-align: center; font-size: .75rem; font-weight: 700; color: var(--muted); padding: 6px 0; text-transform: uppercase; letter-spacing: .04em; }
.cal__day { position: relative; display: grid; place-items: center; aspect-ratio: 1; min-height: 40px; border: 0; border-radius: 12px; background: var(--lime-50); color: var(--navy); font-weight: 700; font-size: .9375rem; font-variant-numeric: tabular-nums; transition: background-color .15s, color .15s, box-shadow .15s; }
.cal__day:hover:not([aria-disabled="true"]) { background: var(--lime-100); box-shadow: inset 0 0 0 2px var(--lime-600); }
.cal__day[aria-disabled="true"] { background: transparent; color: #A3AFBD; font-weight: 500; cursor: not-allowed; }
.cal__day.is-holiday { color: #C0848A; }
.cal__day.is-today::after { content: ""; position: absolute; bottom: 6px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.cal__day[aria-pressed="true"] { background: var(--navy); color: #fff; box-shadow: 0 0 0 3px var(--lime); }
.cal__day:focus-visible { outline: 3px solid var(--navy-600); outline-offset: 2px; }
.cal__blank { aspect-ratio: 1; }
.cal__legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 14px 0 0; padding: 0; list-style: none; font-size: .8125rem; color: var(--muted); }
.cal__legend li { display: inline-flex; align-items: center; gap: 6px; }
.cal__legend i { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }
.cal__legend .l-free { background: var(--lime-50); box-shadow: inset 0 0 0 1px var(--lime-200); }
.cal__legend .l-sel { background: var(--navy); }
.cal__legend .l-off { background: #fff; box-shadow: inset 0 0 0 1px var(--line-strong); }
.slots-box { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px; background: var(--bg-soft); }
.slots-box__date { float: left; width: 100%; font-family: var(--font-head); font-weight: 700; color: var(--navy); margin: 0 0 4px; padding: 0; }
.slots-box__date + * { clear: both; }
.slots-box .field__hint { margin-bottom: 14px; }
.slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.slot { position: relative; }
.slot input { position: absolute; opacity: 0; inset: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
.slot span { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 12px; border: 1.5px solid var(--line-strong); background: #fff; font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; font-size: .9375rem; transition: all .15s; }
.slot input:hover + span { border-color: var(--navy); }
.slot input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 0 0 3px var(--lime); }
.slot input:focus-visible + span { outline: 3px solid var(--navy-600); outline-offset: 2px; }
.slot input:disabled + span { background: transparent; color: #A3AFBD; border-style: dashed; cursor: not-allowed; text-decoration: line-through; }
.slot input:disabled { cursor: not-allowed; }

/* Contact */
.contact-cards { display: grid; gap: 16px; }
@media (min-width: 640px) { .contact-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .contact-cards { grid-template-columns: repeat(4, 1fr); } }
.contact-card { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); text-decoration: none; color: var(--text); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--text); }
.contact-card .icon-tile { margin-bottom: 10px; }
.contact-card strong { font-family: var(--font-head); font-size: 1.0625rem; }
.contact-card span { color: var(--muted); font-size: .9375rem; overflow-wrap: anywhere; }
.contact-card .contact-card__value { color: var(--navy); font-weight: 700; font-size: 1rem; }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.info-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.info-list .icon-tile { width: 48px; height: 48px; border-radius: 14px; }
.info-list .icon-tile .icon { width: 22px; height: 22px; }
.info-list strong { display: block; font-family: var(--font-head); }
.info-list p { margin: 0; color: var(--muted); }

.company-card { border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); padding: 22px 24px; background: #fff; }
.company-card dl { margin: 0; display: grid; gap: 10px; }
.company-card dl div { display: grid; grid-template-columns: 140px 1fr; gap: 12px; font-size: .9375rem; }
.company-card dt { color: var(--muted); }
.company-card dd { margin: 0; color: var(--navy); font-weight: 600; }
@media (max-width: 480px) { .company-card dl div { grid-template-columns: 1fr; gap: 0; } }

/* Proiect UE */
.eu-logos-panel { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 28px 48px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); }
.eu-logos-panel img.eu { height: 76px; width: auto; }
.eu-logos-panel img.gov { height: 88px; width: 88px; }
.fact-list { margin: 0; display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.fact-list div { display: grid; gap: 4px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.fact-list div:last-child { border-bottom: 0; }
.fact-list dt { font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.fact-list dd { margin: 0; font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.0625rem; }
@media (min-width: 640px) { .fact-list div { grid-template-columns: 220px 1fr; align-items: baseline; gap: 16px; } }

/* Legal */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.375rem; margin-top: 1.8em; }
.legal h3 { font-size: 1.0625rem; margin-top: 1.4em; }
.legal table { width: 100%; border-collapse: collapse; font-size: .9375rem; margin: 16px 0 24px; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--bg-soft); color: var(--navy); font-family: var(--font-head); }
.legal .updated { color: var(--muted); font-size: .9375rem; }
.table-wrap { overflow-x: auto; }

/* ---------- Finanțare & footer ---------- */
.funding { background: #fff; border-top: 1px solid var(--line); padding: 30px 0; }
.funding__inner { display: grid; gap: 18px 36px; align-items: center; }
.funding__logos { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.funding__eu { height: 52px; width: auto; }
.funding__gov { height: 56px; width: 56px; }
.funding__title { font-family: var(--font-body); font-size: .9375rem; font-weight: 700; color: var(--navy); margin: 0 0 4px; line-height: 1.45; letter-spacing: 0; }
.funding__text p { margin: 0; font-size: .875rem; color: var(--muted); }
.funding__text .funding__disclaimer { margin-top: 6px; font-size: .8125rem; font-style: italic; }
.funding__btn { justify-self: start; }
@media (min-width: 1024px) { .funding__inner { grid-template-columns: auto 1fr auto; } .funding__btn { justify-self: end; } }

.site-footer { background: var(--navy-900); color: var(--on-navy-muted); padding: 56px 0 28px; font-size: .9375rem; }
.site-footer a { color: var(--on-navy-muted); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; gap: 36px; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.35fr .8fr .9fr 1.25fr; gap: 48px; } }
.footer-logo { display: inline-block; }
.footer-logo img { height: 92px; width: auto; }
.footer-tagline { font-family: var(--font-head); font-weight: 700; color: var(--lime); margin: 18px 0 8px; font-size: 1.0625rem; }
.footer-brand p { max-width: 340px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a:hover { text-decoration: none; }
.footer-title { font-family: var(--font-head); font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin: 6px 0 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.footer-col li a { display: inline-block; padding: 6px 0; }
.footer-contact li { display: flex; align-items: center; gap: 10px; min-height: 36px; }
.footer-contact .icon { width: 18px; height: 18px; color: var(--lime); }
.footer-legal { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); display: grid; gap: 16px; font-size: .875rem; }
.footer-company { margin: 0; line-height: 1.6; }
.footer-company strong { color: #fff; }
.footer-legal__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 4px 20px; }
.footer-links a { display: inline-block; padding: 8px 0; }
.anpc { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border-radius: 12px; background: #fff; color: var(--navy) !important; text-decoration: none !important; line-height: 1.2; }
.anpc__tag { display: grid; place-items: center; padding: 8px 9px; border-radius: 8px; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .75rem; letter-spacing: .06em; }
.anpc__text { font-size: .75rem; font-weight: 700; }
.footer-copy { margin: 0; color: #9DA9B8; font-size: .8125rem; }

/* ---------- Animații ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Print ---------- */
@media print {
  .eu-bar, .site-header, .mobile-menu, .mobile-bar, .site-footer, .funding, .page-hero .deco-speed, .curve, .aside-sticky, .article-cta, .no-print { display: none !important; }
  body { padding: 0; color: #000; }
  .page-hero { background: none; color: #000; padding: 0 0 12px; }
  .page-hero h1, .page-hero .lead { color: #000; }
  .page-hero::after { display: none; }
  .task { break-inside: avoid; border-color: #999; }
  .article-layout { display: block; }
  a { color: #000; }
}
