/* Local CSS for home page (no Tailwind, no external) */

/* --- Grouped Countries Page Styles (local, no Tailwind) --- */
.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  justify-content: center;
  margin: 1.2rem auto 2rem auto;
  padding: 0.6rem 0.7rem;
  background: #f5faff;
  border-radius: 1.1rem;
  max-width: 700px;
}
.alphabet-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  font-size: 1.12rem;
  font-weight: 600;
  color: #2563eb;
  background: #eaf1fb;
  border-radius: 0.7rem;
  border: 1px solid #dbeafe;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, transform 0.16s;
}
.alphabet-pill:hover, .alphabet-pill:focus {
  background: #2563eb;
  color: #fff;
  transform: scale(1.12);
  border-color: #2563eb;
}
.grouped-countries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.1rem;
  margin-bottom: 2.5rem;
}
.country-group {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px 0 rgba(30, 64, 175, 0.07);
  border: 1px solid #e3e9f1;
  padding-bottom: 0.7rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.country-group-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 1.2rem 0.8rem 1.2rem;
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  border-bottom: 1px solid #e3e9f1;
}
.country-group-letter {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: #1e40af;
  border-radius: 0.7rem;
  padding: 0.2rem 1.1rem;
  margin-right: 0.7rem;
}
.country-group-count {
  color: #e0eaff;
  font-size: 1.08rem;
  font-weight: 400;
}
.country-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.9rem 0.6rem 0.2rem 0.6rem;
}
.country-list-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.58rem 1.1rem;
  border-radius: 0.7rem;
  color: #1e293b;
  font-size: 1.13rem;
  font-weight: 500;
  text-decoration: none;
  background: #f9fbff;
  border: 1px solid transparent;
  margin-bottom: 0.15rem;
  transition: background 0.17s, color 0.17s, border 0.17s, transform 0.16s;
}
.country-list-item:hover, .country-list-item:focus {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  transform: translateX(4px) scale(1.03);
}
.country-flag {
  font-size: 1.45rem;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  justify-content: center;
  background: #eaf1fb;
  border-radius: 50%;
}
.flag-emoji {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
}
.country-name {
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 700px) {
  .grouped-countries {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .country-group {
    margin-bottom: 1.1rem;
  }
}

/* --- Footer Section (matches live site) --- */
.footer {
  background: #f5f8fb;
  border-top: 1px solid #e3e9f1;
  margin-top: 3.5rem;
  font-family: inherit;
}
.footer-container {
  max-width: 1455px;
  margin: 0 auto;
  padding: 2.7rem 2.2rem 1.1rem 2.2rem;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-section {
  flex: 1 1 210px;
  min-width: 210px;
  margin-bottom: 1.5rem;
}
.footer-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 0.7rem;
  letter-spacing: 0.01em;
}
.footer-desc {
  color: #4b5e7a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.7rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.28rem;
}
.footer-links a {
  color: #2e3b4e;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.18s;
}
.footer-links a:hover {
  color: #1976d2;
  text-decoration: underline;
}
.footer-contact {
  color: #4b5e7a;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.footer-social-label {
  color: #7b8aad;
  font-size: 0.97rem;
  margin-bottom: 0.3rem;
}
.footer-socials {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #e8f1ff;
  transition: background 0.18s;
  font-size: 1.18rem;
  color: #fff;
  text-decoration: none;
}
.footer-social-wa {
  background: #25d366;
}
.footer-social-wa:hover {
  background: #1ebe57;
}
.footer-social-fb {
  background: #1877f3;
}
.footer-social-fb:hover {
  background: #145db2;
}
.footer-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #e3e9f1;
  margin-top: 1.7rem;
  padding-top: 1.1rem;
  text-align: center;
  color: #7b8aad;
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .footer-section {
    min-width: 0;
  }
  .footer-container {
    padding: 2.2rem 1.1rem 1.1rem 1.1rem;
  }
}


/* --- NEW: Countries Section (live site markup) --- */
.countries-section {
  background: #fff;
  border-radius: 1.7rem;
  box-shadow: 0 8px 32px rgba(44,68,133,0.09);
  max-width: 1455px;
  margin: 2.5rem auto 2.7rem auto;
  padding: 2.5rem 2.5rem 2.2rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.countries-bg {
  position: absolute;
  inset: 0;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
}
.countries-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.countries-header {
  text-align: center;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}
.countries-header-badge {
  display: inline-block;
  background: linear-gradient(90deg,#1976d2 0%,#43a047 100%);
  color: #fff;
  border-radius: 1.4rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.6rem 2.8rem 0.6rem 2.2rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.11);
  margin: 0 auto 1.7rem auto;
}
.countries-header-title {
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.countries-header-emoji {
  font-size: 2.1rem;
  margin: 0 0.3rem;
}
.countries-header-sub {
  color: #1976d2;
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.countries-header-sub-emoji {
  font-size: 1.2rem;
}
.countries-header-info {
  color: #4b5e7a;
  font-size: 1.01rem;
  background: #e8f1ff;
  border-radius: 1rem;
  padding: 0.6rem 1.1rem;
  font-style: italic;
  max-width: 550px;
  margin: 0.5rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.countries-header-info-emoji {
  margin: 0 0.3rem;
}
.countries-search-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.countries-search-box {
  background: #fff;
  border-radius: 0.9rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.08);
  display: flex;
  align-items: center;
  padding: 0.1rem 0.8rem 0.1rem 1.1rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0.2rem;
}
.countries-search-input {
  border: none;
  background: transparent;
  font-size: 1.12rem;
  flex: 1 1 0%;
  padding: 0.7rem 0.4rem 0.7rem 0rem;
  outline: none;
  color: #222b44;
}
.countries-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.countries-alpha-nav {
  background: #f5faff;
  border-radius: 1.1rem;
  padding: 0.6rem 0.7rem 0.6rem 0.7rem;
  margin: 0 auto 1.4rem auto;
  width: 100%;
  max-width: none;
  box-shadow: 0 1px 6px rgba(44,68,133,0.06);
  overflow-x: auto;
}
.countries-alpha-list {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: flex-start;
}
.countries-alpha-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem 1.1rem;
  justify-content: center;
  align-items: center;
}
.countries-alpha-link {
  display: inline-block;
  font-size: 1.13rem;
  font-weight: 700;
  color: #1976d2;
  background: none;
  border-radius: 0.7rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  letter-spacing: 0.01em;
  margin-bottom: 0.08rem;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  position: relative;
}
.countries-alpha-link:hover {
  color: #fff;
  background: #1976d2;
  box-shadow: 0 2px 8px rgba(44,68,133,0.11);
}
.countries-letter-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.countries-letter-circle {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(44,68,133,0.13);
  margin-right: 0.8rem;
  flex-shrink: 0;
  background: #1976d2;
  letter-spacing: 0.03em;
}
.countries-letter-divider {
  height: 0.13rem;
  flex-grow: 1;
  background: linear-gradient(90deg,#bcd5f6 0%,#fff 100%);
  border-radius: 1rem;
  opacity: 0.7;
}
.countries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-top: 0.1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .countries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .countries-grid {
    grid-template-columns: 1fr;
  }
}
.countries-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 8px rgba(44,68,133,0.07);
  padding: 0.45rem 0.55rem 0.45rem 0.5rem;
  transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e8f1ff;
  min-height: 64px;
  position: relative;
}
.countries-card:hover {
  box-shadow: 0 6px 24px rgba(44,68,133,0.13);
  transform: translateY(-2px) scale(1.012);
  border-color: #1976d2;
  z-index: 2;
}
.countries-card-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.1rem;
  background: #1976d2;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(44,68,133,0.13);
  transition: background 0.18s;
}
.countries-card-svg {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
}
.countries-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countries-card-title {
  font-size: 1.09rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 0.2rem;
}
.countries-card-desc {
  font-size: 0.96rem;
  color: #4b5e7a;
}
.countries-card-arrow {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1976d2;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.countries-card-arrow-circle {
  background: #e8f1ff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(44,68,133,0.07);
}
.countries-card-arrow-svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}


/* Browse by Country Section - Styled like live site, no Tailwind */
.browse-countries-outer {
  background: #fff;
  border-radius: 1.7rem;
  box-shadow: 0 8px 32px rgba(44,68,133,0.09);
  max-width: 1220px;
  margin: 2.5rem auto 2.7rem auto;
  padding: 2.5rem 1.2rem 2.2rem 1.2rem;
  position: relative;
}
.browse-countries-header-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#1976d2 0%,#43a047 100%);
  color: #fff;
  border-radius: 1.4rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.6rem 2.8rem 0.6rem 2.2rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.11);
  margin: 0 auto 1.7rem auto;
  width: fit-content;
}
.browse-countries-header-pill-text {
  font-size: 2rem;
  font-weight: 800;
  margin-right: 0.8rem;
  letter-spacing: 0.02em;
}
.browse-countries-header-pill-emoji {
  font-size: 2.1rem;
  margin-left: 0.3rem;
}
.browse-countries-search-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.browse-countries-search-box {
  background: #fff;
  border-radius: 0.9rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.08);
  display: flex;
  align-items: center;
  padding: 0.1rem 0.8rem 0.1rem 1.1rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0.2rem;
}
.browse-countries-search-input {
  border: none;
  background: transparent;
  font-size: 1.12rem;
  flex: 1 1 0%;
  padding: 0.7rem 0.4rem 0.7rem 0rem;
  outline: none;
  color: #222b44;
}
.browse-countries-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.browse-countries-info-box {
  background: #f5faff;
  border-radius: 0.8rem;
  color: #1976d2;
  font-size: 1.01rem;
  box-shadow: 0 1px 6px rgba(44,68,133,0.05);
  padding: 0.6rem 1.2rem;
  text-align: center;
  font-style: italic;
  max-width: 550px;
  margin: 0 auto;
}
.browse-countries-info-emoji {
  margin: 0 0.3rem;
}
.browse-countries-alpha-box {
  background: #f5faff;
  border-radius: 1.1rem;
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  margin: 0 auto 1.4rem auto;
  max-width: 100%;
  box-shadow: 0 1px 6px rgba(44,68,133,0.06);
}
.country-alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem 1.1rem;
  justify-content: center;
  align-items: center;
}
.country-letter-link {
  display: inline-block;
  font-size: 1.13rem;
  font-weight: 700;
  color: #1976d2;
  background: none;
  border-radius: 0.7rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  letter-spacing: 0.01em;
  margin-bottom: 0.08rem;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  position: relative;
}
.country-letter-link:hover {
  color: #fff;
  background: #1976d2;
  box-shadow: 0 2px 8px rgba(44,68,133,0.11);
}
.country-letter-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.country-letter-circle {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(44,68,133,0.13);
  margin-right: 0.8rem;
  flex-shrink: 0;
  background: #1976d2;
  letter-spacing: 0.03em;
}
.country-letter-divider {
  height: 0.13rem;
  flex-grow: 1;
  background: linear-gradient(90deg,#bcd5f6 0%,#fff 100%);
  border-radius: 1rem;
  opacity: 0.7;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.15rem;
  margin-top: 0.1rem;
  padding-bottom: 0.5rem;
}
.country-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 8px rgba(44,68,133,0.07);
  padding: 0.45rem 0.55rem 0.45rem 0.5rem;
  transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e8f1ff;
  min-height: 64px;
  position: relative;
}
.country-card:hover {
  box-shadow: 0 6px 24px rgba(44,68,133,0.13);
  transform: translateY(-2px) scale(1.012);
  border-color: #1976d2;
  z-index: 2;
}


.country-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.country-card-title {
  font-size: 1.09rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 0.2rem;
}
.country-card-desc {
  font-size: 0.96rem;
  color: #4b5e7a;
}
.country-card-arrow {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1976d2;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.country-card-arrow-circle {
  background: #e8f1ff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(44,68,133,0.07);
}
.country-card-arrow-svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  max-width: 1300px;
  margin: 0 auto;
}
.browse-countries-header {
  text-align: center;
  margin-bottom: 2.2rem;
}
.browse-countries-header-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #1976d2 0%, #43a047 100%);
  color: #fff;
  border-radius: 2rem;
  padding: 0.6rem 2.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 10px rgba(44,68,133,0.10);
}
.browse-countries-header-emoji {
  margin: 0 0.6rem;
  font-size: 1.8rem;
  display: inline-block;
}
.browse-countries-header-title {
  background: linear-gradient(90deg, #fff 0%, #ffe082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.browse-countries-header-sub {
  color: #1976d2;
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}
.browse-countries-header-sub-emoji {
  margin: 0 0.4rem;
  font-size: 1.2rem;
}
.browse-countries-header-info {
  color: #4b5e7a;
  font-size: 1.01rem;
  background: #e8f1ff;
  border-radius: 1rem;
  padding: 0.6rem 1.1rem;
  margin: 0 auto 1.3rem auto;
  max-width: 640px;
  box-shadow: 0 1px 4px rgba(25,118,210,0.03);
  font-style: italic;
}

.country-alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  justify-content: center;
  margin-bottom: 1.7rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}
.country-letter-link {
  display: inline-block;
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #1976d2 60%, #43a047 100%);
  border-radius: 50%;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(44,68,133,0.09);
  border: none;
  letter-spacing: 0.01em;
  margin-bottom: 0.08rem;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  position: relative;
}
.country-letter-link:hover {
  background: linear-gradient(120deg, #43a047 0%, #1976d2 100%);
  color: #ffe082;
  box-shadow: 0 3px 12px rgba(44,68,133,0.14);
}

.country-letter-section {
  margin-bottom: 2.2rem;
}
.country-letter-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.country-letter-circle {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(44,68,133,0.14);
  margin-right: 0.9rem;
  flex-shrink: 0;
  background: linear-gradient(120deg, #1976d2 60%, #43a047 100%);
  letter-spacing: 0.03em;
}
.country-letter-divider {
  height: 0.17rem;
  flex-grow: 1;
  background: linear-gradient(90deg,#bcd5f6 0%,#fff 100%);
  border-radius: 1rem;
  opacity: 0.75;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.08rem;
  margin-top: 0.1rem;
  padding-bottom: 0.5rem;
}

/* Country Card (browse by country) */
.country-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 8px rgba(44,68,133,0.07);
  padding: 0.45rem 0.55rem 0.45rem 0.5rem;
  transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e8f1ff;
  min-height: 64px;
  position: relative;
}
.country-card:hover {
  box-shadow: 0 6px 24px rgba(44,68,133,0.13);
  transform: translateY(-2px) scale(1.012);
  border-color: #1976d2;
  z-index: 2;
}
.country-card-icon {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
  box-shadow: 0 1px 5px rgba(44,68,133,0.11);
  transition: background 0.18s;
}
.country-card-svg {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
}
.country-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.country-card-title {
  font-size: 1.09rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 0.2rem;
}
.country-card-desc {
  font-size: 0.96rem;
  color: #4b5e7a;
}
.country-card-arrow {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1976d2;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.country-card-arrow-svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}


.country-card-title {
  font-size: 1.09rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 0.3rem;
}
.country-card-desc {
  font-size: 0.96rem;
  color: #4b5e7a;
}

.featured-section {
  margin-top: 2.5rem !important;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.featured-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(44,68,133,0.07);
  padding: 1.5rem 1.2rem;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e8f1ff;
}
.featured-card:hover {
  box-shadow: 0 6px 24px rgba(44,68,133,0.12);
  transform: translateY(-4px) scale(1.02);
}
.featured-title {
  font-size: 1.13rem;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
.featured-title:hover {
  text-decoration: underline;
  color: #0d47a1;
}
.featured-meta {
  color: #2e3b4e;
  font-size: 0.97rem;
  margin-bottom: 0.4rem;
}
.featured-views {
  color: #1976d2;
  font-size: 0.97rem;
  margin-top: 0.2rem;
  font-weight: 500;
}

body {
  background: linear-gradient(120deg, #f0f4fc 0%, #e8f1ff 100%);
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.main-home-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  margin-top: 2.5rem;
}
.hero-box {
  background: linear-gradient(120deg, #133a7c 0%, #2b62b6 100%);
  color: #fff;
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(44,68,133,0.13);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 48px 32px 40px 32px;
  position: relative;
  overflow: hidden;
}
.hero-box .hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.hero-box .hero-desc {
  font-size: 1.35rem;
  margin-bottom: 32px;
  color: #e0eaff;
  font-weight: 400;
}
.hero-box .stats-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hero-box .stat-box {
  background: rgba(255,255,255,0.11);
  border-radius: 1rem;
  padding: 20px 32px;
  min-width: 210px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(44,68,133,0.05);
}
.hero-box .stat-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}
.hero-box .stat-label {
  font-size: 1.1rem;
  color: #c9e0ff;
}
.hero-box .search-bar {
  margin: 0 auto;
  max-width: 480px;
  margin-top: 32px;
  display: flex;
  gap: 0;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(44,68,133,0.08);
}
.hero-box .search-bar input[type="text"] {
  flex: 1;
  padding: 0.9rem 1.3rem;
  border: none;
  font-size: 1.1rem;
  border-radius: 0.7rem 0 0 0.7rem;
  outline: none;
}
.hero-box .search-bar button {
  background: #1976d2;
  color: #fff;
  border: none;
  padding: 0 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 0 0.7rem 0.7rem 0;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-box .search-bar button:hover {
  background: #1257a8;
}
.featured-section {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(44,68,133,0.10);
  padding: 40px 32px;
  margin-bottom: 36px;
}
.featured-section h2 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 1.2rem;
}
.featured-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.featured-card {
  background: #f5f8fc;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.06);
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 400px;
  padding: 28px 24px 22px 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.featured-card:hover {
  box-shadow: 0 6px 28px rgba(44,68,133,0.14);
  transform: translateY(-4px) scale(1.02);
}
.featured-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none;
  margin-bottom: 0.4rem;
  transition: color 0.15s;
}
.featured-title:hover {
  color: #1257a8;
  text-decoration: underline;
}
.featured-meta {
  font-size: 1rem;
  color: #5a6e8c;
  margin-bottom: 0.6rem;
}
.featured-desc {
  font-size: 0.98rem;
  color: #3d4e63;
}
.countries-section {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(44,68,133,0.10);
  padding: 40px 32px;
  margin-bottom: 36px;
}
.countries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.country-card {
  background: #f5f8fc;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(44,68,133,0.06);
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 260px;
  padding: 18px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.country-card:hover {
  box-shadow: 0 6px 28px rgba(44,68,133,0.14);
  transform: translateY(-4px) scale(1.02);
}
.country-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none;
  margin-bottom: 0.2rem;
  transition: color 0.15s;
}
.country-title:hover {
  color: #1257a8;
  text-decoration: underline;
}
.country-meta {
  font-size: 0.93rem;
  color: #5a6e8c;
  margin-bottom: 0.3rem;
}
@media (max-width: 1100px) {
  .main-home-content {
    max-width: 98vw;
    padding: 0 8px;
  }
  .hero-box, .featured-section, .countries-section {
    padding: 24px 8px;
  }
  .featured-grid, .countries-grid {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .main-home-content {
    max-width: 100vw;
    padding: 0 2px;
  }
  .hero-box, .featured-section, .countries-section {
    padding: 12px 2px;
    border-radius: 0.7rem;
  }
  .featured-card, .country-card {
    min-width: 90vw;
    max-width: 100vw;
    padding: 12px 6px;
  }
}
