/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #091e3e;
  --secondary-color: #038ed5;
  --text-color: #1c2b39;
  --muted-color: #607487;
  --light-bg: #f5f8fb;
  --card-border: #e2edf5;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(9, 30, 62, 0.08);
  --shadow-md: 0 18px 46px rgba(9, 30, 62, 0.14);
}

body, p, span, li, button, a, div {
font-family: "Heebo", sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Nunito", sans-serif;
}


html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--light-bg);
  color: var(--text-color);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.3s ease;
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icons a:hover {
  background: #038ed5;
  border-color: #038ed5;
  transform: translateY(-2px);
}
img, svg { max-width: 100%; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== NAVBAR ===== */
.navbar {
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 0;
  box-shadow: 0 2px 18px rgba(9, 30, 62, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo { display: flex; align-items: center; flex-shrink: 0; }

.nav-logo-img { height: 60px; width: auto; display: block; }

.nav-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  letter-spacing: 0.2px;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-img,
.hero-bg-img img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg-img { z-index: 0; }

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 30, 62, 0.88) 0%, rgba(9, 30, 62, 0.68) 45%, rgba(9, 30, 62, 0.18) 100%),
    radial-gradient(circle at 18% 25%, rgba(3, 142, 213, 0.22), transparent 34%);
}

.hero-wrap {
  position: relative;
  z-index: 1;
  padding: 92px 24px;
}

.hero-logo {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.hero-logo img { height: 52px; width: auto; }

.hero-text {
  max-width: 620px;
  text-align: left;
}

.hero-eyebrow,
.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: rgba(255,255,255,0.86);
  margin-bottom: 18px;
}

.eyebrow-line {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: currentColor;
  opacity: 0.65;
  border-radius: 2px;
}

.eyebrow-line.short { width: 30px; }

.hero-text h1 {
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
  text-shadow: 0 10px 34px rgba(0,0,0,0.22);
}

.hero-subtitle {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.1px;
  margin-bottom: 12px;
  text-transform: none;
}

.hero-desc {
  max-width: 540px;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 28px;
  line-height: 1.75;
}

.hero-badge {
 display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
}

/* ===== COUNTRY SECTION ===== */
.country-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding: 76px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.country-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(3, 142, 213, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(9, 30, 62, 0.06) 0%, transparent 30%);
  pointer-events: none;
}

.country-section .container { position: relative; z-index: 1; }

.section-eyebrow {
  justify-content: center;
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  text-align: center;
}

.section-sub {
  max-width: 620px;
  margin: 0 auto 44px;
  font-size: 15.5px;
  color: var(--muted-color);
  text-align: center;
}

/* ===== CARDS ===== */
.cards-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 28px;
  justify-content: center;
  flex: 1;
}

.cards-deco { display: flex; flex-direction: column; gap: 16px; flex: 0 0 140px; }

.deco-stat,
.deco-badge {
  background: var(--white);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.deco-stat { padding: 16px 14px; text-align: center; }

.deco-num {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1.1;
  margin-bottom: 4px;
}

.deco-lbl { display: block; font-size: 11px; color: var(--muted-color); font-weight: 500; }

.deco-badge {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.4;
}

.card {
  position: relative;
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(3,142,213,0.08), transparent 44%);
  pointer-events: none;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(3, 142, 213, 0.24);
  box-shadow: var(--shadow-md);
}

.card-bg { position: absolute; inset: 0; z-index: 0; }
.card-bg-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.1; }

.card-content {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.flag-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #e8f4fb;
  box-shadow: 0 8px 20px rgba(9, 30, 62, 0.16);
  margin-bottom: 16px;
}

.flag-img { width: 100%; height: 100%; object-fit: cover; }

.card-country {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.card-desc {
  min-height: 52px;
  font-size: 15px;
  color: var(--muted-color);
  margin-bottom: 20px;
  line-height: 1.65;
}

.card-list {
  list-style: none;
  text-align: left;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 26px;
}

.card-list li {
  font-size: 14.5px;
  color: #263b4f;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.check {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(3, 142, 213, 0.12);
  color: var(--secondary-color);
  font-weight: 800;
  font-size: 13px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  letter-spacing: 0.2px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}

.btn:hover { transform: translateY(-2px); }

.btn-teal { background: linear-gradient(135deg, #0b9fa8, var(--secondary-color)); color: var(--white); }

.btn-navy {
  background: linear-gradient(135deg, var(--secondary-color), #086fb1);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(3, 142, 213, 0.24);
  margin-top: auto;
}

.btn-navy:hover {
  background: linear-gradient(135deg, #086fb1, var(--primary-color));
  box-shadow: 0 14px 28px rgba(9, 30, 62, 0.22);
}

/* ===== LOVE LINE ===== */
.love-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--secondary-color);
}

.love-line p { max-width: 720px; font-size: 14.5px; color: #43586b; }

/* ===== STATS ===== */
.stats-section {
  background: var(--primary-color);
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
}

.stat-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.09);
}

.stat-icon svg * { stroke: #57c8ff; }
.stat-icon svg circle[fill], .stat-icon svg path[fill] { fill: #57c8ff; }

.stat-num { font-size: 26px; font-weight: 800; color: var(--white); line-height: 1.1; }
.stat-label { font-size: 12.5px; color: rgba(255,255,255,0.68); font-weight: 500; }

/* ===== FEATURES ===== */
.features-section {
  background: #ffffff;
  padding: 70px 0;
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}


.features-eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: var(--secondary-color);
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.features-heading {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.features-body { font-size: 15px; color: var(--muted-color); line-height: 1.8; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 900px;  margin: auto; width: 100%; }

.feature-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 48px 28px ;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(3, 142, 213, 0.24);
  box-shadow: var(--shadow-md);
}

.feature-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(3, 142, 213, 0.1);
}

.feature-card-icon svg { width: 34px; height: 34px; }

.feature-card-title { font-size: 16px; font-weight: 700; color: var(--primary-color); margin-bottom: 8px; }
.feature-card-label { font-size: 13.5px; color: var(--muted-color); font-weight: 400; line-height: 1.6; }

/* ===== FOOTER ===== */
.footer {
  background-color: var(--primary-color);
  padding: 12px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-copy { font-size: 13px; color: rgba(255,255,255,0.72); }

.footer-serving {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.header-serving-label { font-size: 13px; color: #607487; font-weight: 600; }
.navbar .header-serving-label { color: #51677b; }

.header-country-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  background: #f3f8fc;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-country-link:hover { color: var(--secondary-color); background: #eaf6fd; transform: translateY(-1px); }
.footer-flag { width: 22px; height: auto; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.header-sep { color: #b4c2cc; font-size: 16px; }

.d-flex { display: flex; align-items: center; gap: 8px; }
.pt-2 { padding-top: 0; }

.btn-social {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.06);
}

.btn-social:hover { color: #fff; background: var(--secondary-color); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero { min-height: 520px; }
  .cards { grid-template-columns: repeat(2, minmax(260px, 1fr)); }
  .features-intro { max-width: 680px; margin: 0 auto; padding-right: 0; }
}

@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .navbar { padding: 10px 0; }
  /* .nav-inner { align-items: flex-start; gap: 12px; } */
  .footer-serving { gap: 8px; }
  /* .navbar .footer-serving { max-width: 230px; justify-content: flex-end; } */
  .header-serving-label { font-size: 11px; }
  .header-country-link { min-height: 30px; padding: 6px 8px; font-size: 12px; }
  .header-sep { display: none; }
  .hero { min-height: auto; }
  .hero-overlay { background: linear-gradient(180deg, rgba(9,30,62,0.86), rgba(9,30,62,0.74)); }
  .hero-wrap { padding: 72px 18px; }
  .hero-text { max-width: 100%; text-align: center; }
  .hero-eyebrow { justify-content: center; font-size: 10px; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .country-section { padding: 56px 0 44px; }
  .section-sub { margin-bottom: 30px; }
  .cards-wrap { flex-direction: column; margin-bottom: 28px; }
  .cards-deco { display: none; }
  .cards { grid-template-columns: 1fr; width: 100%; gap: 20px; }
  .card-content { min-height: auto; padding: 30px 24px; }
  .card-desc { min-height: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { flex-direction: column; text-align: center; padding: 16px; }
  .features-section { padding: 56px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; justify-content: center; text-align: center; }
}

@media (max-width: 480px) {
  /* .nav-inner { flex-direction: column; align-items: center; } */
  /* .navbar .footer-serving, .header-serving-label { max-width: 100%; justify-content: center; text-align: center; } */
  .header-serving-label{ display: none;}
  .header-country-link{ font-size: 10px;}
  .hero-wrap { padding: 58px 18px; }
  .hero-text h1 { letter-spacing: -0.6px; }
  .hero-subtitle, .hero-desc { font-size: 14px; }
  .hero-badge {padding: 10px 14px; }
  .section-eyebrow, .hero-eyebrow { gap: 8px; }
  .eyebrow-line { width: 24px; }
  .card-content { padding: 28px 20px; }
  .card-country { font-size: 24px; }
  .btn { width: 100%; padding: 14px 20px; }
  .love-line { align-items: flex-start; text-align: left; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 20px;
  }
  .feature-card{ padding: 24px;}
}
