:root {
  --blue: #243472;
  --yellow: #e7a821;
  --ink: #20243d;
  --muted: #667085;
  --line: #dce3f0;
  --white: #fff;
  --soft: #f6f8fc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--blue);
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--white);
}

.top-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 clamp(20px, 3vw, 44px);
  color: var(--white);
  background: var(--blue);
}

.top-contact-items {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: clamp(.9rem, 1.15vw, 1.08rem);
  font-weight: 500;
}

.top-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 54px;
  border-radius: 999px;
  color: #171717;
  background: var(--yellow);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.main-nav {
  display: grid;
  grid-template-columns: 210px minmax(260px, 520px) 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  min-height: 104px;
  padding: 0 clamp(20px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}

section,
.visual-strip {
  scroll-margin-top: 120px;
}

.brand {
  display: block;
  text-decoration: none;
}

.brand img {
  width: 190px;
  height: auto;
  display: block;
}

.nav-search input {
  min-height: 54px;
  border: 1px solid #c7c9ce;
  border-radius: 999px;
  padding: 0 52px 0 22px;
  color: var(--ink);
  background: var(--white);
  font-size: 1.1rem;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 34px);
}

nav a,
.nav-cta,
button {
  font-weight: 700;
  text-decoration: none;
}

nav a {
  color: #0f1118;
  font-size: .98rem;
  text-transform: uppercase;
}

nav a.eu-nextstep-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px 0 12px;
  border: 2px solid #ffcc00;
  border-radius: 999px;
  color: #ffcc00;
  background: #003399;
  box-shadow: 0 10px 24px rgba(0, 51, 153, .18);
}

nav a.eu-nextstep-button:before {
  content: "";
  width: 32px;
  height: 21px;
  border-radius: 2px;
  background: url("assets/eu-flag.svg") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

nav a.eu-nextstep-button[aria-current="page"] {
  color: #003399;
  background: #ffcc00;
}

nav a.eu-nextstep-button[aria-current="page"]:before {
  background: url("assets/eu-flag.svg") center / cover no-repeat;
}

nav a.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 68px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(36, 52, 114, .22);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-size: .86rem;
  letter-spacing: .02em;
}

nav a.language-switch:before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 16px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .16);
}

nav a.language-switch[lang="de"]:before {
  background: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

nav a.language-switch[lang="ro"]:before {
  background: linear-gradient(to right, #002b7f 0 33.333%, #fcd116 33.333% 66.666%, #ce1126 66.666% 100%);
}

nav a.language-switch[aria-current="page"] {
  color: #171717;
  background: var(--yellow);
  border-color: var(--yellow);
}

nav a[aria-current="page"] {
  color: var(--blue);
}

@media (max-width: 1180px) {
  .main-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .nav-search input {
    width: min(100%, 520px);
  }
}

button {
  border: 0;
  border-radius: 8px;
  color: #171717;
  background: var(--yellow);
}

.hero {
  min-height: calc(100vh - 150px);
  display: grid;
  grid-template-columns: minmax(420px, 44%) minmax(0, 56%);
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--white);
}

.hero-copy {
  align-self: center;
  padding: clamp(34px, 5vw, 78px) clamp(28px, 5vw, 86px);
}

.hero-logo {
  width: min(300px, 70vw);
  height: auto;
  margin-bottom: 34px;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 610px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: clamp(2.35rem, 3.6vw, 4.35rem);
  line-height: 1.04;
  text-transform: uppercase;
}

h2 {
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

h3 {
  color: var(--blue);
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.7;
}

.lead strong {
  color: var(--blue);
  font-weight: 800;
}

.search-panel {
  max-width: 760px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .08);
}

.search-panel label {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
}

.search-panel div {
  display: flex;
  gap: 10px;
}

input {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}

button {
  min-height: 48px;
  padding: 0 22px;
  cursor: pointer;
}

.trust-card,
.category-grid article,
.source-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .06);
}

.trust-card {
  padding: 28px;
}

.trust-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 1.3rem;
}

.trust-card p,
.category-grid li,
.source-grid p,
.mission p {
  color: var(--muted);
  line-height: 1.65;
}

main > .section {
  color: var(--white);
}

main > .section h2,
main > .section .section-heading h2 {
  color: var(--white);
}

main > .section .section-heading p,
.intro-split .text-block p,
.mission p {
  color: rgba(255, 255, 255, .88);
}

.trust-card,
.category-grid article,
.source-grid article,
.disclosure,
.guide-format li,
.article-card {
  color: var(--ink);
}

.blue-band {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(4px, .35vw, 8px);
  padding-right: clamp(4px, .35vw, 8px);
  color: var(--white);
  overflow: hidden;
}

.blue-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  z-index: -1;
}

.blue-band .section-heading h2,
.blue-band .section-heading p {
  color: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3.4vw, 54px);
  width: 100%;
  margin: 0;
  padding: 0;
}

.services-heading {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.services-heading h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
}

.services-heading p {
  max-width: 1320px;
  color: var(--white);
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
  line-height: 1.55;
}

.service-grid article {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 40px);
  border: 2px solid rgba(255, 255, 255, .94);
  border-radius: 20px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--white);
}

.service-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-grid h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(1.4rem, 1.65vw, 1.82rem);
  line-height: 1.12;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.service-grid p {
  max-width: 100%;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  line-height: 1.45;
}

.service-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--white);
  background: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.service-button:after {
  content: "→";
  font-size: 1.4rem;
  line-height: 1;
}

.service-button-disabled {
  cursor: default;
}

.service-button-disabled:after {
  content: "";
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 28px;
  border-radius: 999px;
  color: var(--white);
  background: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.hero-button:after {
  content: "→";
  font-size: 1.4rem;
  line-height: 1;
}

.intro-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 44px;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
}

.about-split.reverse {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.about-split .text-block p + p {
  margin-top: 18px;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

.value-grid article {
  min-height: 310px;
  padding: clamp(26px, 3vw, 42px);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
}

.value-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: #171717;
  background: var(--yellow);
  font-weight: 800;
}

.value-grid h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2rem);
  text-transform: uppercase;
}

.value-grid p {
  color: rgba(255, 255, 255, .9);
  line-height: 1.65;
}

.consulting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 64px);
}

.consulting-grid article {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3.5vw, 52px);
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 20px;
}

.consulting-grid h3 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  text-transform: uppercase;
}

.consulting-grid p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.65;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.filter-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: var(--white);
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
}

.filter-pills a:first-child,
.filter-pills a:hover {
  border-color: var(--yellow);
  color: #171717;
  background: var(--yellow);
}

.info-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.info-category-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1000px rgba(18, 24, 45, .58);
}

.info-category-grid span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #171717;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.info-category-grid h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  text-transform: uppercase;
}

.info-category-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
  line-height: 1.55;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 24px;
}

.news-feature,
.news-list article {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.news-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.news-feature div {
  padding: clamp(24px, 3vw, 38px);
}

.news-feature h3,
.news-list h3 {
  color: var(--blue);
}

.news-feature p,
.news-list p {
  color: var(--muted);
  line-height: 1.65;
}

.news-list {
  display: grid;
  gap: 18px;
}

.news-list article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}

.news-list img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
}

.news-list div {
  padding: 22px;
}

.news-list h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
}

.contact-card-grid article {
  min-height: 300px;
  padding: clamp(28px, 3vw, 44px);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
}

.contact-card-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  border-radius: 50%;
  color: #171717;
  background: var(--yellow);
  font-weight: 800;
}

.contact-card-grid h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  text-transform: uppercase;
}

.contact-card-grid p {
  color: rgba(255, 255, 255, .9);
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.contact-form-card,
.contact-info-panel {
  padding: clamp(26px, 3vw, 42px);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .08);
}

.contact-form-card h2,
.contact-info-panel h2 {
  color: var(--blue);
}

.site-form {
  display: grid;
  gap: 16px;
}

.site-form label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

.site-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-list article {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-info-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
}

.contact-info-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.map-placeholder {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(rgba(36, 52, 114, .68), rgba(36, 52, 114, .68)),
    url("uploads/images/contact2.png") center / cover;
}

.map-placeholder span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #171717;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.map-placeholder strong {
  font-size: 1.35rem;
}

.map-placeholder p {
  margin: 8px 0 0;
}

.consulting-detail {
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.consulting-detail.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
}

.check-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.6;
}

.check-list li:before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
}

.standard-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.standard-list article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .06);
}

.standard-list strong {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 1.2rem;
}

.standard-list p {
  color: var(--muted);
  line-height: 1.65;
}

.text-block p {
  line-height: 1.7;
}

.visual-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visual-strip article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1000px rgba(19, 27, 56, .48);
}

.visual-strip span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #171717;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.visual-strip strong {
  font-size: 1.25rem;
  line-height: 1.2;
}

.article-grid {
  display: grid;
  grid-template-columns: 1.25fr minmax(260px, .75fr);
  gap: 18px;
}

.article-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .06);
}

.article-card.large {
  grid-row: span 2;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.article-card.large img {
  aspect-ratio: 16 / 11;
}

.article-card div {
  padding: 24px;
}

.article-card a,
.news-list a {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.article-card a:after,
.news-list a:after {
  content: "→";
  margin-left: 8px;
  color: var(--yellow);
}

.article-detail {
  max-width: 980px;
  margin: 0 auto;
}

.article-detail .badge {
  margin-bottom: 18px;
}

.article-detail h1 {
  max-width: 920px;
  color: var(--white);
}

.article-meta {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.article-hero-image {
  width: 100%;
  max-height: 520px;
  margin: 24px 0 38px;
  border-radius: 8px;
  object-fit: cover;
}

.article-body {
  color: var(--white);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.75;
}

.article-body h2 {
  margin-top: 42px;
  color: var(--white);
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
}

.article-body p,
.article-body li {
  color: rgba(255, 255, 255, .9);
}

.article-body a { color: var(--gold); font-weight: 800; }
.article-body .news-info { display: flex; justify-content: space-between; gap: 16px; margin: 18px 0 28px; color: rgba(255,255,255,.82); font-weight: 800; }
.article-body .news-category-badge { color: var(--gold); text-transform: uppercase; }
.article-body img { max-width: 100%; height: auto; border-radius: 8px; }

.article-note {
  margin: 32px 0;
  padding: 24px;
  border-left: 5px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 700;
}

.article-body .article-note {
  color: var(--blue);
}

.badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(231, 168, 33, .18);
  font-size: 12px;
  font-weight: 800;
}

.article-card p,
.section-heading p,
.offer-card p,
.disclosure p {
  color: var(--muted);
  line-height: 1.65;
}

main > .section .section-heading p {
  color: rgba(255, 255, 255, .88);
}

main > .section .article-card p,
main > .section .disclosure p {
  color: var(--muted);
}

main > .section .article-card h3,
main > .section .trust-card strong,
main > .section .category-grid h3,
main > .section .source-grid h3,
main > .section .disclosure strong {
  color: var(--blue);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.section.blue-band {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 84px clamp(20px, 9vw, 140px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.category-grid,
.source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.monetization-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.path-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.path-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.path-grid span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #171717;
  background: var(--yellow);
  font-weight: 800;
}

.path-grid h3,
.path-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.path-grid h3 {
  margin-top: 24px;
}

.path-grid p {
  margin-bottom: 26px;
  color: var(--muted);
  line-height: 1.6;
}

.offer-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1000px rgba(18, 24, 45, .58);
}

.offer-card.telecom {
  background-image: url("uploads/informatii-utile/text-5g-gadgets-table.jpg");
}

.offer-card.energy {
  background-image: url("uploads/news/bulb-with-euro-banknotes-beside-it-increase-energy-tariffs-efficiency-energy-saving.jpg");
}

.offer-card.finance {
  background-image: url("uploads/informatii-utile/banci-si-societati-de-asigurare.png");
}

.offer-card.insurance {
  background-image: url("uploads/informatii-utile/persoane-juridice.jpg");
}

.offer-card h3,
.offer-card p,
.offer-card a {
  color: var(--white);
}

.offer-card a {
  margin-top: 16px;
  font-weight: 800;
}

.affiliate-box {
  margin-top: 42px;
  padding: 26px;
  border: 1px solid rgba(231, 168, 33, .45);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.affiliate-box h2 {
  margin-top: 0;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.affiliate-box .affiliate-disclosure {
  max-width: 860px;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
}

.affiliate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.affiliate-card {
  display: block;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  text-decoration: none;
}

.affiliate-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(231, 168, 33, .18);
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
}

.affiliate-card strong,
.article-body .affiliate-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.05rem;
}

.affiliate-card em,
.article-body .affiliate-card em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.disclosure {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.partner-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-visuals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-visuals span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(36, 52, 114, .06);
}

.category-grid article,
.source-grid article {
  padding: 28px;
}

.compact-structure .secondary-overview {
  display: none;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.guide-format ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.guide-format li {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 700;
  counter-increment: guide;
}

.guide-format li:before {
  content: counter(guide, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 12px;
}

.mission {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 40px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .top-contact,
  .top-contact-items,
  nav,
  .search-panel div {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-contact {
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .top-contact-button {
    min-width: 130px;
    min-height: 46px;
    font-size: 1rem;
  }

  .main-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  nav {
    gap: 12px;
  }

  .hero,
  .intro-split,
  .about-split,
  .about-split.reverse,
  .consulting-detail,
  .consulting-detail.reverse,
  .service-grid,
  .value-grid,
  .consulting-grid,
  .info-category-grid,
  .news-layout,
  .news-list article,
  .contact-card-grid,
  .contact-layout,
  .standard-list,
  .visual-strip,
  .article-grid,
  .article-grid.three,
  .category-grid,
  .source-grid,
  .path-grid,
  .monetization-layout,
  .affiliate-grid,
  .partner-banner,
  .guide-format ol,
  .mission {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .hero {
    padding-top: 40px;
  }

  .hero-image {
    min-height: 360px;
  }

  .blue-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-grid article {
    min-height: auto;
  }
}

.site-footer {
  background: #17245c;
  color: rgba(255, 255, 255, .82);
  padding: 32px clamp(20px, 7vw, 140px);
  border-top: 1px solid rgba(255,255,255,.18);
}

.site-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-legal {
  max-width: 640px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nextstep-page {
  background: var(--soft);
}

.nextstep-hero {
  min-height: 680px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fc 58%, #eef3ff 100%);
}

.nextstep-hero h1 {
  max-width: 760px;
  text-transform: none;
}

.nextstep-hero .lead {
  max-width: 740px;
}

.nextstep-hero-funding {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 26px 0 10px;
}

.nextstep-hero-funding div {
  min-height: 118px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(36, 52, 114, .08);
}

.nextstep-hero-funding span {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nextstep-hero-funding img {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.nextstep-funding-note {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.6;
}

.nextstep-hero-visual img {
  filter: saturate(.95);
}

.nextstep-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nextstep-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(36, 52, 114, .25);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.nextstep-section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.nextstep-section-heading h2 {
  max-width: 880px;
}

.nextstep-page > .section h2,
.nextstep-partners h2,
.nextstep-section-heading h2 {
  color: var(--blue);
}

.nextstep-section-heading p,
.nextstep-form-copy p,
.nextstep-partners p,
.nextstep-guide-copy p {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.7;
}

.nextstep-intro,
.nextstep-offer,
.nextstep-resources,
.nextstep-guide,
.nextstep-events,
.nextstep-impact,
.nextstep-archive {
  background: var(--soft);
}

.nextstep-stats,
.nextstep-responsibility,
.nextstep-audience-grid,
.nextstep-offer-grid,
.nextstep-resource-grid,
.nextstep-impact-grid,
.nextstep-archive-grid {
  display: grid;
  gap: 16px;
}

.nextstep-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nextstep-responsibility {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  margin-bottom: 28px;
}

.nextstep-stats article,
.nextstep-responsibility article,
.nextstep-offer-grid article,
.nextstep-resource-grid article,
.nextstep-impact-grid article,
.nextstep-archive-grid article,
.nextstep-event-list article,
.nextstep-testimonials article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(36, 52, 114, .06);
}

.nextstep-stats article {
  padding: 26px;
}

.nextstep-responsibility article {
  padding: 26px;
  border-left: 5px solid var(--blue);
}

.nextstep-org-logo {
  display: block;
  width: min(100%, 260px);
  max-height: 112px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.plusdiaspora-host-logo {
  max-width: 220px;
}

.nextstep-funder-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 280px;
  margin-bottom: 18px;
}

.nextstep-funder-logos img {
  display: block;
  width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.nextstep-responsibility span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nextstep-responsibility strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

.nextstep-responsibility p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.nextstep-stats strong,
.nextstep-impact-grid strong {
  display: block;
  color: var(--blue);
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
}

.nextstep-stats span,
.nextstep-impact-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.nextstep-blue {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 84px clamp(20px, 9vw, 140px);
  background: var(--blue);
}

.nextstep-blue .nextstep-section-heading h2,
.nextstep-blue .nextstep-section-heading p {
  color: var(--white);
}

.nextstep-blue .eyebrow {
  color: var(--yellow);
}

.nextstep-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nextstep-audience-grid article {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.nextstep-audience-grid span {
  display: inline-flex;
  margin-bottom: 60px;
  color: var(--yellow);
  font-weight: 800;
}

.nextstep-audience-grid h3,
.nextstep-audience-grid p {
  color: var(--white);
}

.nextstep-audience-grid h3,
.nextstep-offer-grid h3,
.nextstep-resource-grid h3,
.nextstep-event-list h3,
.nextstep-archive-grid h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
}

.nextstep-audience-grid p,
.nextstep-offer-grid p,
.nextstep-resource-grid p,
.nextstep-event-list p,
.nextstep-archive-grid p,
.nextstep-testimonials p {
  line-height: 1.65;
}

.nextstep-offer-grid,
.nextstep-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nextstep-offer-grid article,
.nextstep-resource-grid article,
.nextstep-archive-grid article {
  padding: 28px;
}

.nextstep-offer-grid article {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nextstep-offer-grid h3 {
  margin: 0;
  color: var(--blue);
}

.nextstep-offer-grid p {
  margin: 0;
  color: var(--muted);
}

.nextstep-resource-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(231, 168, 33, .18);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nextstep-resource-grid a,
.nextstep-event-list a,
.nextstep-archive-grid a {
  color: var(--blue);
  font-weight: 800;
}

.nextstep-resource-grid .nextstep-disabled-link {
  color: var(--muted);
  background: transparent;
  padding: 0;
  cursor: default;
  opacity: .72;
  text-transform: none;
}

.nextstep-form-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
  background: var(--white);
}

.nextstep-form-copy h2 {
  max-width: 720px;
}

.nextstep-form-note {
  max-width: 620px;
  margin-top: 26px;
  padding: 22px;
  border-left: 5px solid var(--yellow);
  border-radius: 8px;
  background: var(--soft);
}

.nextstep-form-note strong {
  color: var(--blue);
}

.nextstep-form-note p {
  margin: 8px 0 0;
}

.nextstep-form-card {
  box-shadow: 0 24px 70px rgba(36, 52, 114, .12);
}

.nextstep-form-pair {
  display: grid;
  grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr);
  gap: 14px;
}

.nextstep-checkboxes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nextstep-checkboxes legend {
  padding: 0 6px;
  color: var(--blue);
  font-weight: 800;
}

.nextstep-checkboxes label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 600;
}

.nextstep-checkboxes input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
}

.nextstep-blue .article-card {
  background: var(--white);
}

.nextstep-guide {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.nextstep-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
  counter-reset: nextstep-guide;
}

.nextstep-guide-list li {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 800;
  counter-increment: nextstep-guide;
}

.nextstep-guide-list li:before {
  content: counter(nextstep-guide, decimal-leading-zero);
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: .78rem;
}

.nextstep-event-list {
  display: grid;
  gap: 16px;
}

.nextstep-event-list article {
  display: grid;
  grid-template-columns: 160px minmax(260px, 1fr) minmax(190px, auto);
  align-items: center;
  gap: 28px;
  padding: 26px 30px;
}

.nextstep-event-list span {
  display: inline-flex;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: #171717;
  background: var(--yellow);
  font-weight: 800;
}

.nextstep-event-list h3,
.nextstep-event-list p {
  margin-bottom: 0;
}

.nextstep-event-list h3 {
  max-width: 560px;
  line-height: 1.18;
}

.nextstep-event-list p {
  grid-column: 2 / 3;
  margin-top: 8px;
}

.nextstep-event-list a {
  justify-self: end;
  white-space: nowrap;
}

.nextstep-impact-grid,
.nextstep-archive-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nextstep-impact-grid article {
  padding: 28px;
}

.nextstep-testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.nextstep-testimonials article {
  padding: 28px;
}

.nextstep-testimonials span {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.nextstep-partners {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  background: var(--white);
}

.nextstep-partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nextstep-partner-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: var(--soft);
  font-weight: 800;
}

@media (max-width: 900px) {
  .nextstep-hero,
  .nextstep-hero-funding,
  .nextstep-stats,
  .nextstep-responsibility,
  .nextstep-audience-grid,
  .nextstep-offer-grid,
  .nextstep-resource-grid,
  .nextstep-form-section,
  .nextstep-form-pair,
  .nextstep-guide,
  .nextstep-guide-list,
  .nextstep-event-list article,
  .nextstep-impact-grid,
  .nextstep-testimonials,
  .nextstep-partners,
  .nextstep-archive-grid {
    grid-template-columns: 1fr;
  }

  .nextstep-event-list article {
    align-items: start;
  }

  .nextstep-event-list p {
    grid-column: auto;
  }

  .nextstep-event-list a {
    justify-self: start;
    white-space: normal;
  }

  .nextstep-audience-grid article {
    min-height: auto;
  }

  .nextstep-audience-grid span {
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: static;
  }

  .top-contact {
    display: none;
  }

  .main-nav {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
    padding: 14px 18px 12px;
  }

  .brand img {
    width: min(180px, 58vw);
  }

  .nav-search input {
    width: 100%;
    min-height: 48px;
    font-size: 1rem;
  }

  .main-nav nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .main-nav nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav nav a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-size: .78rem;
    line-height: 1;
    white-space: nowrap;
  }

  .main-nav nav a.eu-nextstep-button {
    min-height: 40px;
    padding: 0 14px 0 10px;
    border-color: #ffcc00;
    color: #ffcc00;
    background: #003399;
  }

  .main-nav nav a.eu-nextstep-button[aria-current="page"] {
    color: #003399;
    background: #ffcc00;
  }

  .main-nav nav a.eu-nextstep-button:before {
    width: 26px;
    height: 17px;
  }

  .main-nav nav a.language-switch {
    min-width: auto;
    min-height: 38px;
    padding: 0 12px;
  }
}
