* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #f5f7fb;
}

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

header {
  background: #07152f;
  color: #ffffff;
  padding: 1rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-image img {
  width: 250px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.7);
}

.site-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

nav a {
  margin-left: 1.5rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

nav a:hover {
  color: #ffffff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  padding: 4rem 4rem 3rem;
  background: radial-gradient(circle at top left, #1f4f8b 0, #07152f 45%, #020617 100%);
  color: #ffffff;
}

.hero-text h1 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1.02rem;
  max-width: 620px;
  line-height: 1.6;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.badge {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.3);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-primary {
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  background: #fbbf24;
  color: #111827;
  font-weight: 600;
  font-size: 0.9rem;
}

.btn-secondary {
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.4);
  font-size: 0.9rem;
}

.hero-image img {
  width: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5);
}

.section {
  padding: 3rem 4rem;
  background: #f5f7fb;
}

.section.alt {
  background: #ffffff;
}

.section.alt1 {
  background: #ffffff;
}

.section-header {
  margin-bottom: 2rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

.section-title {
  font-size: 1.8rem;
  margin: 0;
}

.section-subtitle {
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 640px;
}

.center-image img {
 margin-top: 4rem;
 width: 565px;
 height: 520px;
 border-radius: 15px;
 box-shadow: 0 20px 20px rgba(0, 0, 0, 0.9);
}

.center-image2 img {
 margin-top: 2rem;
 width: 565px;
 height: 620px;
 border-radius: 15px;
 box-shadow: 0 20px 20px rgba(0, 0, 0, 0.9);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.75rem;
}

.card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.card h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.card p {
  font-size: 0.9rem;
  color: #4b5563;
}

.tag1-image img {
  width: 180px;
  height: 43px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0px 0px 0px rgba(15, 23, 42, 0.7);
}

.tag2-image img {
  width: 180px;
  height: 43px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0px 0px 0px rgba(15, 23, 42, 0.7);
}

.tag3-image img {
  width: 180px;
  height: 43px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0px 0px 0px rgba(15, 23, 42, 0.7);
}

.tag {
  display: inline-block; 
  margin-top: 0.5rem; 
  padding: 0.2rem 0.6rem; 
  border-radius: 999px; 
  background: #eff6ff; color: #1d4ed8; font-size: 0.7rem; 
  text-transform: uppercase; 
  letter-spacing: 0.08em; 
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.two-column img {
  width: 100%; 
  border-radius: 1rem; 
  object-fit: cover; 
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18); 
}

.list {
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: #374151;
}

.list li {
  margin-bottom: 0.4rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.partner-card {
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  font-size: 0.9rem;
}

.partner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.partner-country {
  font-weight: 600;
}

.partner-flag {
  font-size: 1.1rem;
}

.partner-meta {
  font-size: 0.78rem;
  color: #6b7280;
  margin-bottom: 0.3rem;
}

.partner-card a {
  color: #1d4ed8;
  font-size: 0.82rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.contact-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.contact-card h3 {
  margin-top: 0;
}

.contact-item {
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
}

.sub-h {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-card2 {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 3rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.contact-card2 h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-item span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}


form {
  display: grid;
  gap: 1.2rem;
}

label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

input, textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid #d1d5db;
  font-size: 0.9rem;
  font-family: inherit;
}

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

footer {
  padding: 1.2rem 1.2rem;
  background: #020617;
  color: #9ca3af;
  font-size: 0.68rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* RESET OLD FOOTER STYLES */
footer, .site-footer {
  all: unset;
  display: block;
}

/* NEW FOOTER DESIGN */
.site-footer {
  background: #020617;
  padding: 1.5rem 2rem;
  color: #9ca3af;
  font-size: 0.8rem; 
}

.section-up {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.4rem;
}

.logo-footer img {
  width: 160px;
  height: 40px;
  }

.footer-menu {
   text-align: right;
   margin-bottom: 0.5rem;
}

.footer-menu a {
  color: #e5e7eb;
  margin-left: 1.2rem;
  font-size: 0.8rem;
}

.footer-menu a:hover {
  color: #ffffff;
  font-size: 0.9rem;
}

.policy-own a {
  color: #e5e7eb;
  margin-left: 1.2rem;
  font-size: 0.6rem;
}

.policy-own a:hover {
  color: #ffffff;
  font-size: 0.7rem;
}

/* LEFT‑ALIGNED BOTTOM TEXT */
.footer-bottom {
  text-align: left;   /* ← FIX: forces left alignment */
  line-height: 1.5;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-copy {
  font-size: 0.75rem;
}

.footer-subtext {
  font-size: 0.72rem;
  text-align: right;
  opacity: 0.7;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .footer-menu {
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1b263b;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none;
  z-index: 9999;
  font-size: 0.85rem;
}

.cookie-popup a {
  color: #38bdf8;
  text-decoration: underline;
}

.cookie-popup button {
  background: #38bdf8;
  border: none;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 6px;
}


/* STACK MAP + TEXT ON SMALLER SCREENS */ 
@media (max-width: 1200px) {
.section.alt { 
flex-direction: column; 
gap: 2rem;
} 
}

@media (max-width: 600px) {
.large-image img {
max-width: 100%;
} 
}

/* ================================
   CONTACT PAGE – MOBILE RESPONSIVE
   ================================ */

/* Tablet and below */
@media (max-width: 900px) {

  /* CONTACT LAYOUT STACKS */
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* SECTION PADDING */
  .section {
    padding: 2rem 1rem;
  }

  /* CONTACT CARDS */
  .contact-card,
  .contact-card2 {
    padding: 1.2rem;
  }

  /* TITLES */
  .section-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .section-subtitle {
    text-align: center;
    font-size: 0.95rem;
  }

  .section-header {
    text-align: center;
  }

  /* FORM BUTTON FULL WIDTH */
  .btn-primary {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
  }

  /* FORM FIELDS */
  input,
  textarea {
    font-size: 1rem;
    padding: 0.8rem;
  }
}

/* Small screens (phones) */
@media (max-width: 600px) {

  /* HEADER */
  header {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
  }

  nav a {
    margin: 0;
    font-size: 0.9rem;
  }

  /* CONTACT CARDS */
  .contact-card,
  .contact-card2 {
    padding: 1rem;
  }

  .sub-h {
    font-size: 1.1rem;
  }

  /* FORM */
  form {
    gap: 1rem;
  }

  label {
    font-size: 0.75rem;
  }

  input,
  textarea {
    font-size: 0.95rem;
  }

  /* FOOTER */
  .section-up {
    flex-direction: column;
    text-align: center;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
