:root {
  --text: #171717;
  --muted: #8a8a8a;
  --light: #f2f2f2;
  --line: #dedede;
  --gold: #a67c4f;
  --content: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  height: 50px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  position: sticky;
  top: 0;
  z-index: 30;
}

.nav {
  width: min(100%, 1680px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr repeat(2, 1fr);
  align-items: center;
  column-gap: 42px;
  padding: 0 58px;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}

.brand {
  justify-self: center;
}

.brand img {
  width: 92px;
  height: auto;
}

.contact-btn {
  justify-self: end;
  width: 190px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

.hero {
  position: relative;
  width: min(100%, 1680px);
  height: 500px;
  margin: 0 auto;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 46.8% 53.2%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-copy {
  padding: 142px 0 0 88px;
}

.hero-copy h1 {
  margin: 0;
  font-size: 55px;
  line-height: 1.28;
  font-weight: 800;
}

.hero-copy p {
  margin: 18px 0 0;
  color: #c7c7c7;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 200;
}

.hero-copy h2 {
  margin: 42px 0 0;
  font-size: 35px;
  line-height: 1.55;
  font-weight: 800;
}

.hero-copy-large {
  padding-top: 102px;
}

.hero-copy-large h1 {
  font-size: 43px;
}

.hero-copy-large p {
  font-size: 34px;
}

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

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 2px;
  transform: translateX(-50%);
  z-index: 5;
}

.hero-dots button {
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.hero-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.hero-dots button.is-active::after {
  background: #000;
}

.intro {
  width: min(calc(100% - 48px), 760px);
  margin: 112px auto 54px;
  text-align: center;
}

.intro h2,
.solution-intro h2,
.section h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}

.intro p,
.solution-intro p {
  margin: 22px 0 0;
  color: #777;
  font-size: 19px;
  line-height: 1.7;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--light);
  padding: 56px max(40px, calc((100vw - var(--content)) / 2));
  text-align: center;
}

.metrics strong {
  font-size: 42px;
  font-weight: 400;
}

.metrics span {
  margin-left: 5px;
  font-size: 22px;
}

.metrics p {
  margin: 9px 0 0;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}

.section {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
}

.citizenship {
  padding: 120px 0 76px;
}

.citizenship h2 {
  margin-bottom: 26px;
  text-align: center;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.country-grid img {
  width: 100%;
  aspect-ratio: 742 / 431;
  object-fit: cover;
}

.country-grid h3 {
  margin: 38px 0 14px;
  font-size: 24px;
  font-weight: 500;
}

.country-grid p {
  min-height: 46px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.country-grid a {
  color: var(--gold);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.solution-intro {
  background: var(--light);
  padding: 62px 24px 58px;
  text-align: center;
}

.service-grid {
  width: min(calc(100% - 180px), 1280px);
  margin: 72px auto 96px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px;
  text-align: center;
}

.service-icon {
  width: 22px;
  height: 22px;
  margin: 0 auto 28px;
  object-fit: contain;
}

.service-grid h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.news {
  border-top: 1px solid var(--line);
  padding: 58px 0 76px;
}

.news h2 {
  margin-bottom: 28px;
}

.news-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.news h3 {
  margin: 30px 0 14px;
  font-size: 20px;
}

.news p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact {
  border-top: 1px solid var(--line);
  padding: 60px 0 78px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 170px;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-copy p {
  margin: 0 0 48px;
  color: #777;
  font-size: 16px;
}

.contact-copy a {
  display: block;
  width: max-content;
  margin-top: 22px;
  font-size: 22px;
  border-bottom: 1px solid #000;
}

.contact-form {
  padding-top: 4px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

input,
textarea,
button {
  width: 100%;
  border-radius: 0;
  font: inherit;
}

input,
textarea {
  border: 1px solid #222;
  padding: 9px 12px;
  color: #111;
  font-size: 13px;
}

textarea {
  min-height: 72px;
  resize: vertical;
}

button {
  height: 36px;
  margin-top: 12px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.form-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--gold);
  font-size: 13px;
}

.site-footer {
  background: var(--light);
}

.footer-inner {
  width: min(calc(100% - 170px), var(--content));
  margin: 0 auto;
  min-height: 318px;
  padding: 72px 0 42px;
  display: grid;
  grid-template-columns: 0.86fr 1.72fr;
  gap: 120px;
  position: relative;
}

.footer-brand > img {
  width: 160px;
  height: auto;
  margin-bottom: 55px;
}

.footer-brand p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 18px;
  margin: 0 0 34px;
  align-items: center;
}

.socials a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand small {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
  padding-top: 16px;
}

.footer-links strong {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}

.footer-links a {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.copyright {
  width: min(calc(100% - 170px), var(--content));
  height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-top: 1px solid #d0d0d0;
  color: #999;
  font-size: 18px;
}

.footer-company-info {
  height: auto;
  min-height: 54px;
  padding: 13px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 20px;
  line-height: 1.65;
}

.footer-company-info > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-contact-line {
  white-space: nowrap;
}

.citizen-page {
  background: #fff;
}

.citizen-hero {
  width: min(calc(100% - 220px), 1480px);
  margin: 0 auto;
  padding: 42px 0 128px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 95px;
  align-items: start;
}

.citizen-hero-copy {
  padding-top: 46px;
}

.citizen-hero h1 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.42;
  font-weight: 800;
}

.citizen-hero p,
.meaning-copy p,
.project-card p,
.citizen-closing p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.citizen-hero p {
  margin: 0 0 12px;
}

.citizen-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.meaning-section {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 118px;
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 86px;
  align-items: start;
}

.meaning-image {
  width: 100%;
  max-width: 330px;
}

.meaning-copy h2 {
  margin: 0 0 26px;
  font-size: 28px;
  line-height: 1.3;
}

.meaning-copy article {
  margin-bottom: 18px;
}

.meaning-copy h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.meaning-copy p {
  margin: 0;
}

.project-heading {
  background: var(--light);
  text-align: center;
  padding: 48px 24px 42px;
}

.project-heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
}

.project-grid {
  width: min(calc(100% - 260px), 1320px);
  margin: 66px auto 86px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 82px 70px;
}

.project-card img {
  width: 100%;
  aspect-ratio: 1495 / 718;
  object-fit: cover;
}

.project-card h3 {
  margin: 24px 0 14px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
}

.project-card p {
  margin: 0;
}

.country-media-link,
.project-media-link {
  display: block;
}

.country-grid h3 a,
.project-card h3 a {
  text-decoration: none;
}

.project-featured {
  grid-column: auto;
  display: block;
}

.citizen-closing {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 78px;
  padding: 64px 0 0;
  border-top: 1px solid var(--line);
}

.citizen-closing p {
  margin: 0 0 22px;
}

.citizen-contact {
  width: min(calc(100% - 260px), 1320px);
  min-height: 245px;
  margin: 0 auto 76px;
  background: var(--light);
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  align-items: center;
  overflow: visible;
}

.citizen-contact div {
  padding-left: 70px;
}

.citizen-contact h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.citizen-contact p {
  margin: 0 0 26px;
  color: #777;
  font-size: 16px;
}

.citizen-contact a {
  width: 190px;
  height: 34px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.citizen-contact img {
  width: 116%;
  max-width: none;
  justify-self: end;
}

.solution-page {
  background: #fff;
}

.solution-hero {
  width: min(calc(100% - 220px), 1480px);
  margin: 0 auto;
  padding: 42px 0 122px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 108px;
  align-items: start;
}

.solution-hero-copy {
  padding-top: 75px;
}

.solution-hero h1 {
  margin: 0 0 28px;
  font-size: 34px;
  line-height: 1.48;
  font-weight: 800;
}

.solution-hero p,
.solution-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.solution-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.solution-group {
  width: min(calc(100% - 300px), 1320px);
  margin: 0 auto 104px;
}

.solution-title {
  margin: 0 auto 58px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.solution-title h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
}

.solution-title p {
  margin: 2px 0 0;
  color: #e1e1e1;
  font-size: 17px;
  line-height: 1.2;
}

.solution-card-grid {
  display: grid;
  gap: 54px 46px;
}

.solution-card-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.solution-card-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.solution-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.solution-card img {
  width: 100%;
  aspect-ratio: 1495 / 718;
  object-fit: cover;
  margin-bottom: 14px;
}

.three-col .solution-card img {
  aspect-ratio: 989 / 439;
}

.contact-page {
  background: #fff;
}

.contact-hero {
  width: min(calc(100% - 260px), 1560px);
  margin: 0 auto;
  padding: 86px 0 112px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 86px;
  align-items: center;
}

.contact-hero-copy h1 {
  margin: 0 0 34px;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
}

.contact-hero-copy p {
  margin: 0;
  max-width: 650px;
  color: #696969;
  font-size: 17px;
  line-height: 1.8;
}

.contact-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.contact-form-wrap {
  width: min(calc(100% - 440px), 1230px);
  margin: 0 auto 96px;
}

.contact-form-panel {
  padding: 96px 96px 86px;
  background: #fff;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px 70px;
}

.contact-form-panel label {
  display: block;
}

.contact-form-panel label span {
  display: block;
  margin-bottom: 12px;
  color: #222;
  font-size: 18px;
  line-height: 1.35;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  background: transparent;
  color: #444;
  font: inherit;
  outline: 0;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: #aaa;
}

.phone-input {
  display: grid;
  grid-template-columns: 30px 112px 1fr;
  gap: 12px;
  align-items: end;
}

.phone-flag {
  width: 28px;
  height: 18px;
  align-self: center;
  object-fit: cover;
}

.phone-input select {
  color: #888;
}

.message-field {
  margin-top: 64px;
}

.contact-form-panel textarea {
  min-height: 170px;
  padding: 14px;
  border: 1px solid #cfcfcf;
  resize: vertical;
}

.privacy-check {
  margin-top: 16px;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.privacy-check input {
  width: 14px;
  min-height: 14px;
  accent-color: #000;
}

.privacy-check span {
  margin: 0 !important;
  color: #777 !important;
  font-size: 14px !important;
}

.privacy-copy {
  margin: 4px 0 42px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.7;
}

.contact-form-panel button {
  width: 300px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3em;
}

.form-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.submit-result {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px;
  background: #f6f6f6;
}

.submit-result div {
  width: min(100%, 520px);
  padding: 56px 46px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.submit-result img {
  width: 150px;
  margin: 0 auto 34px;
}

.submit-result h1 {
  margin: 0 0 18px;
  font-size: 28px;
}

.submit-result p {
  margin: 0 0 30px;
  color: #777;
  line-height: 1.7;
}

.submit-result a {
  width: 190px;
  height: 36px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

.insight-page {
  background: #fff;
}

.insight-hero {
  width: min(calc(100% - 220px), 1480px);
  margin: 0 auto;
  padding: 42px 0 112px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 108px;
  align-items: start;
}

.insight-hero-copy {
  padding-top: 82px;
}

.insight-hero h1 {
  margin: 0 0 34px;
  font-size: 38px;
  line-height: 1.48;
  font-weight: 800;
}

.insight-hero p,
.insight-list p,
.insight-brand-news p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.insight-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.insight-list-section,
.insight-brand-news,
.insight-contact-form {
  width: min(calc(100% - 300px), 1320px);
  margin: 0 auto;
}

.insight-section-title {
  margin-bottom: 70px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.insight-section-title h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
}

.insight-section-title p {
  margin: 2px 0 0;
  color: #dedede;
  font-size: 18px;
}

.insight-list {
  display: grid;
  gap: 88px;
  padding-bottom: 90px;
  border-bottom: 1px solid var(--line);
}

.insight-list article {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 58px;
  align-items: center;
}

.insight-list img {
  width: 100%;
  aspect-ratio: 883 / 495;
  object-fit: cover;
}

.insight-list h3 {
  margin: 0 0 34px;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
}

.insight-brand-news {
  padding: 82px 0 86px;
  border-bottom: 1px solid var(--line);
}

.insight-brand-news h2 {
  margin: 0 0 28px;
  font-size: 28px;
}

.insight-brand-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 26px;
}

.insight-brand-images img {
  width: 100%;
  aspect-ratio: 1026 / 576;
  object-fit: cover;
}

.insight-brand-news h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.insight-contact-form {
  padding: 58px 0 86px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 92px;
  align-items: start;
}

.insight-contact-copy h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.insight-contact-copy p {
  margin: 0 0 34px;
  color: #777;
}

.insight-contact-copy a {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.mini-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}

.mini-contact-form input,
.mini-contact-form select,
.mini-contact-form textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  min-height: 36px;
}

.mini-contact-form textarea {
  min-height: 82px;
  margin-top: 12px;
}

.mini-privacy {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #888;
  font-size: 12px;
}

.mini-privacy input {
  width: 14px;
  min-height: 14px;
}

.mini-contact-form button {
  width: 100%;
  height: 38px;
  margin-top: 10px;
  letter-spacing: 0.4em;
}

.about-page {
  background: #fff;
}

.about-hero {
  width: min(calc(100% - 220px), 1480px);
  margin: 0 auto;
  padding: 42px 0 112px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 108px;
  align-items: start;
}

.about-hero-copy {
  padding-top: 76px;
}

.about-hero-copy p {
  margin: 0 0 18px;
  color: #777;
  font-size: 18px;
  line-height: 1.45;
}

.about-hero h1,
.about-hero h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.48;
  font-weight: 800;
}

.about-hero h2 {
  margin-top: 8px;
}

.about-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.about-who {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: 76px;
  align-items: start;
}

.about-office {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.about-who-copy {
  column-count: 2;
  column-gap: 58px;
}

.about-who-copy h2 {
  column-span: all;
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.35;
}

.about-who-copy p,
.about-network p,
.about-team p,
.about-malta-team p,
.about-malta-team li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.about-who-copy p {
  margin: 0 0 16px;
}

.about-stats {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.about-stats strong,
.about-team-stats strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}

.about-stats span {
  margin-left: 4px;
  font-size: 16px;
}

.about-stats p,
.about-team-stats p {
  margin: 8px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}

.about-network {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 94px;
}

.about-network img {
  width: 100%;
  aspect-ratio: 2047 / 358;
  object-fit: cover;
}

.about-network p {
  width: min(100%, 840px);
  margin: 26px auto 0;
  text-align: center;
}

.about-advantages {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 124px;
  text-align: center;
}

.about-advantages h2,
.about-team h2,
.about-malta-team h2 {
  margin: 0 0 46px;
  font-size: 30px;
  line-height: 1.35;
}

.about-advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 64px;
}

.about-advantage-grid img {
  width: 42px;
  height: 42px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.about-advantage-grid h3 {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.3;
}

.about-advantage-grid p {
  margin: 0 0 12px;
  color: #bda07f;
  font-size: 13px;
}

.about-advantage-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.78;
}

.about-team {
  background: var(--light);
  padding: 72px max(80px, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 78px;
  align-items: center;
}

.about-team h2 {
  margin-bottom: 20px;
}

.about-team h3,
.about-malta-team h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.45;
}

.about-team p {
  margin: 0 0 16px;
}

.about-team img {
  width: 100%;
  object-fit: contain;
}

.about-team-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  background: var(--light);
  padding: 34px max(100px, calc((100vw - 1000px) / 2)) 58px;
  text-align: center;
}

.about-malta-team {
  width: min(calc(100% - 260px), 1320px);
  margin: 92px auto 110px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: start;
}

.about-malta-team h2 {
  margin-bottom: 22px;
}

.about-malta-team p {
  margin: 0 0 44px;
}

.about-malta-team ul {
  margin: 0;
  padding-left: 1.2em;
}

.about-malta-team li {
  margin-bottom: 8px;
}

.about-malta-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-malta-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-malta-wide {
  grid-column: 1 / -1;
  aspect-ratio: 1021 / 562;
}

.about-malta-images img:not(.about-malta-wide) {
  aspect-ratio: 1 / 1.28;
}

.about-contact {
  margin-bottom: 76px;
}

.program-page {
  background: #fff;
}

.program-hero {
  width: min(calc(100% - 220px), 1480px);
  margin: 0 auto;
  padding: 42px 0 118px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 108px;
  align-items: start;
}

.program-hero-copy {
  padding-top: 86px;
}

.program-hero h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
}

.program-subtitle {
  margin: 16px 0 54px !important;
  color: #bdbdbd !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 200;
}

.program-hero p,
.program-info-panel p,
.program-info-panel li,
.program-body p,
.program-body li {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.85;
}

.program-hero p {
  margin: 0 0 8px;
}

.program-hero img {
  width: 100%;
  aspect-ratio: 1751 / 1039;
  object-fit: cover;
}

.program-info-panel {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
}

.program-country-info {
  min-height: 330px;
  padding: 86px 70px;
  background: var(--gold);
  color: #fff;
}

.program-country-info h2 {
  margin: 0 0 46px;
  font-size: 24px;
  font-weight: 500;
}

.program-country-info ul,
.program-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-country-info li {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
}

.program-country-info li::before,
.program-body li::before {
  content: "- ";
}

.program-requirements {
  min-height: 330px;
  padding: 58px 72px;
  background: var(--light);
}

.program-requirements h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
}

.program-requirements h3 {
  margin: 26px 0 4px;
  font-size: 19px;
  line-height: 1.35;
}

.program-requirements p {
  margin: 0;
}

.program-body {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 108px;
  display: grid;
  grid-template-columns: 0.66fr 0.34fr;
  gap: 92px;
  align-items: start;
}

.program-body article {
  margin-bottom: 46px;
}

.program-body h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.4;
}

.program-body p {
  margin: 0 0 10px;
}

.program-body li {
  margin-bottom: 8px;
}

.program-detail-image {
  width: 100%;
  aspect-ratio: 765 / 874;
  object-fit: cover;
  margin-top: 10px;
}

.program-contact {
  margin-bottom: 76px;
}

.program-banner {
  width: min(100%, 1680px);
  margin: 0 auto 92px;
}

.program-banner img {
  width: 100%;
  height: auto;
}

.country-program-section,
.country-program-body {
  width: min(calc(100% - 260px), 1320px);
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: 0.62fr 0.38fr;
  gap: 92px;
  align-items: start;
}

.country-program-section + .country-program-section {
  padding-top: 74px;
  border-top: 1px solid var(--line);
}

.country-program-copy h1,
.country-program-copy h2,
.country-program-copy h3,
.country-program-body h1,
.country-program-body h2,
.country-program-body h3 {
  margin: 0 0 18px;
  line-height: 1.38;
}

.country-program-copy h1,
.country-program-body h1 {
  font-size: 34px;
}

.country-program-copy h2,
.country-program-body h2 {
  color: var(--gold);
  font-size: 28px;
}

.country-program-copy h3,
.country-program-body h3 {
  margin-top: 34px;
  font-size: 21px;
}

.country-program-copy p,
.country-program-copy li,
.country-program-body p,
.country-program-body li {
  color: #6f6f6f;
  font-size: 17px;
  line-height: 1.88;
}

.country-program-copy p,
.country-program-body p {
  margin: 0 0 14px;
}

.country-program-copy ul,
.country-program-body ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.country-program-copy li,
.country-program-body li {
  margin-bottom: 6px;
}

.country-program-copy li::before,
.country-program-body li::before {
  content: "- ";
}

.country-program-image {
  width: 100%;
  object-fit: cover;
}

.country-program-section .country-program-image {
  aspect-ratio: 1 / 1;
}

.country-program-body .country-program-image {
  aspect-ratio: 765 / 874;
}

.placeholder-page {
  min-height: 68vh;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  text-align: center;
}

.placeholder-page section {
  width: min(100%, 680px);
}

.placeholder-page h1 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.35;
}

.placeholder-page p {
  margin: 0 0 30px;
  color: var(--muted);
  line-height: 1.8;
}

.placeholder-page a {
  width: 190px;
  height: 36px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

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

  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
    padding: 16px 24px 20px;
    font-size: 15px;
  }

  .brand {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .brand img {
    width: 116px;
  }

  .contact-btn {
    width: 128px;
    height: 36px;
  }

  .hero {
    width: 100%;
    height: auto;
  }

  .hero-slide {
    position: relative;
    display: none;
    grid-template-columns: 1fr;
  }

  .hero-slide.is-active {
    display: grid;
  }

  .hero-copy,
  .hero-copy-large {
    padding: 70px 28px 42px;
  }

  .hero-copy h1,
  .hero-copy-large h1 {
    font-size: 38px;
  }

  .hero-copy p,
  .hero-copy-large p {
    font-size: 28px;
  }

  .hero-copy h2 {
    margin-top: 28px;
    font-size: 25px;
  }

  .hero-image {
    height: auto;
  }

  .intro {
    margin: 78px auto 58px;
  }

  .metrics,
  .country-grid,
  .service-grid,
  .news-images,
  .contact,
  .citizen-hero,
  .meaning-section,
  .project-grid,
  .project-featured,
  .citizen-contact,
  .solution-hero,
  .contact-hero,
  .contact-form-grid,
  .insight-hero,
  .insight-list article,
  .insight-brand-images,
  .insight-contact-form,
  .mini-form-grid,
  .about-hero,
  .about-who,
  .about-team,
  .about-malta-team,
  .solution-card-grid.two-col,
  .solution-card-grid.three-col,
  .program-hero,
  .program-info-panel,
  .program-body,
  .country-program-section,
  .country-program-body,
  .footer-inner,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 28px;
    padding: 48px 24px;
  }

  .section,
  .service-grid,
  .citizen-hero,
  .meaning-section,
  .project-grid,
  .citizen-closing,
  .citizen-contact,
  .solution-hero,
  .solution-group,
  .contact-hero,
  .contact-form-wrap,
  .insight-hero,
  .insight-list-section,
  .insight-brand-news,
  .insight-contact-form,
  .about-hero,
  .about-who,
  .about-stats,
  .about-network,
  .about-advantages,
  .about-malta-team,
  .program-hero,
  .program-info-panel,
  .program-body,
  .program-banner,
  .country-program-section,
  .country-program-body,
  .footer-inner,
  .copyright {
    width: min(calc(100% - 48px), 720px);
  }

  .citizenship {
    padding: 84px 0 64px;
  }

  .country-grid {
    gap: 44px;
  }

  .country-grid h3 {
    margin-top: 18px;
  }

  .country-grid p {
    min-height: 0;
  }

  .service-grid {
    margin: 68px auto 78px;
    gap: 42px;
  }

  .service-grid p {
    text-align: center;
  }

  .contact {
    gap: 44px;
  }

  .citizen-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .citizen-hero-copy {
    padding-top: 0;
  }

  .citizen-hero h1 {
    font-size: 30px;
  }

  .meaning-section {
    gap: 34px;
    margin-bottom: 70px;
  }

  .meaning-image {
    max-width: 100%;
  }

  .project-heading h2 {
    font-size: 28px;
  }

  .project-grid {
    margin: 50px auto 60px;
    gap: 48px;
  }

  .project-featured {
    display: block;
  }

  .project-featured h3 {
    margin-top: 24px;
  }

  .citizen-closing {
    padding-top: 46px;
  }

  .citizen-contact {
    min-height: 0;
    margin-bottom: 48px;
  }

  .citizen-contact div {
    padding: 42px 28px 30px;
  }

  .citizen-contact img {
    width: 100%;
  }

  .solution-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .solution-hero-copy {
    padding-top: 0;
  }

  .solution-hero h1 {
    font-size: 30px;
  }

  .contact-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .contact-hero-copy h1 {
    font-size: 30px;
  }

  .contact-form-panel {
    padding: 46px 26px 42px;
  }

  .contact-form-grid {
    gap: 34px;
  }

  .phone-input {
    grid-template-columns: 30px 1fr;
    gap: 8px;
  }

  .phone-input input {
    grid-column: 1 / -1;
  }

  .message-field {
    margin-top: 34px;
  }

  .contact-form-panel button {
    width: 100%;
  }

  .insight-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .insight-hero-copy {
    padding-top: 0;
  }

  .insight-hero h1 {
    font-size: 30px;
  }

  .insight-section-title {
    margin-bottom: 46px;
  }

  .insight-list {
    gap: 54px;
    padding-bottom: 60px;
  }

  .insight-list article {
    gap: 24px;
  }

  .insight-list h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .insight-brand-news {
    padding: 58px 0 60px;
  }

  .insight-contact-form {
    padding: 46px 0 68px;
    gap: 34px;
  }

  .about-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .about-hero-copy {
    padding-top: 0;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: 30px;
  }

  .about-who {
    margin-bottom: 58px;
    gap: 34px;
  }

  .about-who-copy {
    column-count: 1;
  }

  .about-stats,
  .about-advantage-grid,
  .about-team-stats {
    grid-template-columns: 1fr 1fr;
    gap: 34px 28px;
  }

  .about-network {
    margin-bottom: 70px;
  }

  .about-advantages {
    margin-bottom: 76px;
  }

  .about-team {
    padding: 58px 24px;
    gap: 34px;
  }

  .about-malta-team {
    margin: 70px auto 70px;
    gap: 34px;
  }

  .solution-group {
    margin-bottom: 70px;
  }

  .solution-title {
    margin-bottom: 34px;
  }

  .solution-card-grid {
    gap: 42px;
  }

  .program-hero {
    padding: 58px 0 70px;
    gap: 34px;
  }

  .program-hero-copy {
    padding-top: 0;
  }

  .program-hero h1 {
    font-size: 30px;
  }

  .program-subtitle {
    margin-bottom: 32px !important;
    font-size: 30px !important;
  }

  .program-country-info,
  .program-requirements {
    min-height: 0;
    padding: 42px 28px;
  }

  .program-info-panel,
  .program-body {
    gap: 34px;
    margin-bottom: 64px;
  }

  .program-detail-image {
    margin-top: 0;
  }

  .program-banner {
    margin-bottom: 54px;
  }

  .country-program-section,
  .country-program-body {
    gap: 34px;
    margin-bottom: 64px;
  }

  .country-program-section + .country-program-section {
    padding-top: 52px;
  }

  .country-program-copy h1,
  .country-program-body h1 {
    font-size: 30px;
  }

  .country-program-copy h2,
  .country-program-body h2 {
    font-size: 25px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    min-height: 0;
    padding: 60px 0 40px;
    gap: 36px;
  }

  .footer-brand > img {
    margin-bottom: 34px;
  }

  .copyright {
    height: auto;
    padding: 18px 0;
    font-size: 14px;
  }
}
