* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  background: #f7f5f1;
  color: #262926;
}

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

.navbar {
  height: 64px;
  padding: 0 7.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(250, 249, 246, 0.96);
  border-bottom: 1px solid #dedbd4;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 2.45rem;
  margin-left: 4.2rem;
  font-size: 1.02rem;
}

.contact-btn {
  border: 1px solid #b9b6ae;
  padding: 0.52rem 1.55rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 1.02rem;
}

.hero {
  height: 454px;
  background-image:
    linear-gradient(rgba(250, 250, 248, 0.62), rgba(250, 250, 248, 0.12)),
    url("images/hero.png");
  background-size: cover;
  background-position: center 56%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.hero-content {
  max-width: 840px;
  padding-top: 58px;
}

.hero h1 {
  font-size: 3.45rem;
  letter-spacing: 0.13em;
  font-weight: 400;
  margin-bottom: 0.65rem;
}

.hero h2 {
  font-size: 2.05rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.hero p {
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-buttons {
  margin-top: 2.1rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.btn {
  min-width: 196px;
  padding: 0.78rem 1.35rem;
  border: 1px solid #c9c5bd;
  background: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
}

.section {
  padding-left: 4.4%;
  padding-right: 4.4%;
}

.build-section {
  padding-top: 1.15rem;
}

.section-title {
  text-align: center;
  font-size: 2.05rem;
  font-weight: 400;
  margin-bottom: 1.35rem;
}

.three-card-grid {
  max-width: 1098px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e1ded8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.card-image {
  height: 170px;
  background-size: cover;
  background-position: center;
}

.product-img {
  background-image: url("images/productcard.png");
  background-position: center 56%;
}

.factory-img {
  background-image: url("images/factorycard.png");
  background-position: center;
}

.material-img {
  background-image: url("images/materialscard.png");
  background-position: center;
}

.card-body {
  min-height: 190px;
  padding: 1.15rem 1.35rem 1.2rem;
}

.card-body h3 {
  font-size: 1.42rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.card-body p {
  font-size: 1.03rem;
  line-height: 1.55;
  margin-bottom: 1.38rem;
}

.small-btn {
  display: inline-block;
  padding: 0.55rem 1.15rem;
  border: 1px solid #d2cec6;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  font-size: 1rem;
}

.divisions {
  padding-top: 1.35rem;
}

.section-subtitle {
  text-align: center;
  font-size: 1.05rem;
  margin-top: -0.55rem;
  margin-bottom: 1.55rem;
}

.division-row {
  max-width: 1098px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #dfdcd5;
  background: #fff;
}

.division-card {
  background: #fff;
  border-right: 1px solid #dfdcd5;
}

.division-card:last-child {
  border-right: 0;
}

.division-image {
  height: 132px;
  background-size: cover;
  background-position: center;
}

.coconuts-img {
  background-image: url("images/consumerbranddivisioncard.png");
}

.hydration-img {
  background-image: url("images/hydrationbeveragedivisioncard.png");
}

.industrial-img {
  background-image: url("images/industrialdivisioncard.png");
}

.division-body {
  padding: 1.15rem 1.35rem 1.05rem;
  min-height: 145px;
}

.division-body h3 {
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 0.55rem;
}

.division-body h3 span {
  font-size: 0.98rem;
}

.division-body p {
  font-size: 1rem;
  margin-bottom: 1.05rem;
}

.infrastructure-link {
  margin-top: 1.6rem;
  background: #ebe7e0;
  border-top: 1px solid #ddd8d0;
  border-bottom: 1px solid #d8d3ca;
  text-align: center;
}

.infrastructure-link a {
  display: block;
  padding: 1.05rem 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.footer {
  background: #202b24;
  color: #f5f1e9;
  padding: 2.25rem 7% 2.7rem;
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 3.5rem;
}

.footer-brand h2 {
  font-size: 2.15rem;
  line-height: 0.95;
  letter-spacing: 0.075em;
  font-weight: 400;
  margin-bottom: 1.05rem;
}

.footer-brand p {
  font-size: 1.05rem;
  color: rgba(245,241,233,0.88);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
  padding-top: 0.1rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  font-size: 1rem;
}

.footer-col a {
  color: rgba(245,241,233,0.88);
}

.footer-col a:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .navbar {
    padding: 0 5%;
  }

  .nav-left {
    display: none;
  }

  .hero {
    height: 520px;
  }

  .hero-content {
    padding: 55px 20px 0;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero h2 {
    font-size: 1.7rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .three-card-grid,
  .division-row,
  .footer,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .division-card {
    border-right: 0;
    border-bottom: 1px solid #dfdcd5;
  }

  .division-card:last-child {
    border-bottom: 0;
  }
}


/* Multi-page additions */
.nav-left a.active {
  border-bottom: 1px solid #222;
  padding-bottom: 0.25rem;
}

.page-hero {
  background-image:
    linear-gradient(rgba(250,250,248,0.74), rgba(250,250,248,0.56)),
    url("images/hero.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 5.2rem 7% 4.6rem;
}

.small-page-hero h1 {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.small-page-hero p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.7;
}

.content-section {
  padding: 4rem 7%;
  max-width: 1180px;
  margin: 0 auto;
}

.content-section h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 1.1rem;
}

.content-section p {
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.two-column {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 3rem;
  align-items: start;
}

.info-box,
.news-card {
  background: #fff;
  border: 1px solid #dedbd4;
  padding: 1.6rem;
  box-shadow: 0 5px 14px rgba(0,0,0,0.04);
}

.info-box h3,
.news-card h3 {
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.feature-grid,
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.news-list {
  grid-template-columns: repeat(2, 1fr);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
}

.form-note {
  font-size: 0.98rem;
  color: #6b675f;
}

.contact-form {
  background: #fff;
  border: 1px solid #dedbd4;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-form label {
  font-size: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem;
  border: 1px solid #cfcac1;
  background: #faf9f6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  margin-top: 0.7rem;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .two-column,
  .feature-grid,
  .news-list,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .small-page-hero h1 {
    font-size: 2.4rem;
  }
}


.legal-page h2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.legal-page h3 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
  font-weight: 400;
}

.legal-page h4 {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: 400;
}

.legal-page p,
.legal-page li {
  line-height: 1.8;
  font-size: 1.04rem;
}

.legal-page ul {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #ddd8d0;
  padding: 1.3rem;
  margin-bottom: 1rem;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

@media(max-width:900px){
  .career-grid{
    grid-template-columns:1fr;
  }
}


.footer-bottom {
  margin-top: 2.2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.copyright {
  font-size: 0.95rem;
  color: rgba(245,241,233,0.72);
}

.social-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.social-links a {
  color: rgba(245,241,233,0.82);
  font-size: 0.95rem;
}

.social-links a:hover {
  color: #ffffff;
}

@media(max-width:900px){
  .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }
}


.social-links a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  font-size: 1rem;
  font-weight: 500;
  color: rgba(245,241,233,0.88);
  transition: all 0.25s ease;
}

.social-links a:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  transform: translateY(-2px);
}


/* Correct social media SVG icons */
.social-links {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: center;
}

.social-links a.social-icon {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.social-links a.social-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.social-links a.social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.social-icon.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 18%, #fd5949 42%, #d6249f 65%, #285AEB 100%);
}

.social-icon.instagram svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
}

.social-icon.tiktok {
  background: #000000;
}

.social-icon.tiktok svg {
  fill: #ffffff;
}

.social-icon.youtube {
  background: #ff0000;
}

.social-icon.youtube svg rect {
  fill: #ff0000;
}

.social-icon.youtube svg polygon {
  fill: #ffffff;
}

.social-icon.facebook {
  background: #1877f2;
}

.social-icon.facebook svg {
  fill: #ffffff;
}

.social-icon.twitter {
  background: #111111;
}

.social-icon.twitter svg {
  fill: #ffffff;
}


/* Final footer social icon styling: smaller, monochrome, premium */
.social-links {
  display: flex;
  gap: 1.35rem;
  flex-wrap: wrap;
  align-items: center;
}

.social-links a.social-icon {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-links a.social-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.social-links a.social-icon:hover {
  opacity: 1;
  transform: translateY(-2px);
  background: transparent !important;
}

.social-icon.instagram svg,
.social-icon.tiktok svg,
.social-icon.facebook svg,
.social-icon.twitter svg {
  fill: none;
  stroke: #f5f1e9;
  stroke-width: 1.7;
}

.social-icon.youtube svg rect {
  fill: none;
  stroke: #f5f1e9;
  stroke-width: 1.7;
}

.social-icon.youtube svg polygon {
  fill: #f5f1e9;
  stroke: none;
}

.social-icon.tiktok svg path,
.social-icon.facebook svg path,
.social-icon.twitter svg path {
  fill: #f5f1e9;
  stroke: none;
}

.social-icon.instagram svg circle,
.social-icon.instagram svg rect {
  fill: none;
  stroke: #f5f1e9;
}


/* Final mobile navigation fix */
.mobile-menu-toggle {
  display: none;
  width: 34px;
  height: 28px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 50;
}

.mobile-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #222;
  margin: 6px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-link {
  display: none;
}

@media (max-width: 900px) {
  .navbar {
    height: 64px;
    padding: 0 1.6rem;
    justify-content: flex-end;
  }

  .contact-btn {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .nav-left {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 1.25rem 1.6rem 1.5rem;
    background: rgba(250, 249, 246, 0.98);
    border-bottom: 1px solid #dedbd4;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    flex-direction: column;
    align-items: flex-start;
    gap: 1.05rem;
    font-size: 1.08rem;
    z-index: 40;
  }

  .mobile-menu-open .nav-left {
    display: flex;
  }

  .mobile-menu-link {
    display: block;
  }

  .mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* Clickable brand link in top navigation */
.nav-brand {
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  white-space: nowrap;
}

.nav-brand:hover {
  opacity: 0.75;
}

@media (min-width: 901px) {
  .navbar {
    gap: 2rem;
  }

  .nav-left {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .navbar {
    justify-content: space-between;
  }

  .nav-brand {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}


/* Final Leadership Section */
.leadership-section {
  background: #faf8f4;
  padding: 4.5rem 7%;
  border-top: 1px solid #dedbd4;
}

.leadership-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.leadership-heading p {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: #6f6a48;
  margin-bottom: 0.75rem;
}

.leadership-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #8a7b52;
  margin: 0.35rem auto 1rem;
}

.leadership-heading h2 {
  font-size: 2.55rem;
  font-weight: 400;
  color: #183324;
}

.leadership-container {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 4rem;
  align-items: center;
}

.leadership-image {
  background: #fff;
  border: 1px solid #dedbd4;
  overflow: hidden;
}

.leadership-image img {
  width: 100%;
  display: block;
}

.leadership-content h2 {
  font-size: 2.35rem;
  font-weight: 400;
  color: #183324;
  margin-bottom: 0.9rem;
}

.leadership-content h3 {
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f6a48;
  margin-bottom: 1.25rem;
}

.leadership-content h3::after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #8a7b52;
  margin-top: 1rem;
}

.leadership-content p {
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}

/* Final footer cleanup */
.footer .mobile-menu-link {
  display: none !important;
}

@media (max-width: 900px) {
  .leadership-section {
    padding: 3.5rem 1.6rem;
  }

  .leadership-heading h2 {
    font-size: 2rem;
  }

  .leadership-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .leadership-content h2 {
    font-size: 2rem;
  }
}


/* Premium Cociva Animations */
@keyframes cocivaFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cocivaSoftFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-content h1,
.hero-content h2,
.hero-content p,
.hero-buttons {
  opacity: 0;
  animation: cocivaFadeUp 0.9s ease forwards;
}

.hero-content h1 {
  animation-delay: 0.1s;
}

.hero-content h2 {
  animation-delay: 0.28s;
}

.hero-content p {
  animation-delay: 0.46s;
}

.hero-buttons {
  animation-delay: 0.64s;
}

.navbar {
  animation: cocivaSoftFade 0.7s ease both;
}

.page-animate h1,
.page-animate p {
  opacity: 0;
  animation: cocivaFadeUp 0.85s ease forwards;
}

.page-animate h1 {
  animation-delay: 0.12s;
}

.page-animate p {
  animation-delay: 0.28s;
}

.reveal,
.reveal-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.card,
.division-card,
.news-card,
.info-box,
.btn,
.small-btn,
.contact-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.card:hover,
.division-card:hover,
.news-card:hover,
.info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.btn:hover,
.small-btn:hover,
.contact-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.92);
}

.nav-left a,
.footer-col a {
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-left a:hover,
.footer-col a:hover {
  opacity: 0.7;
}

.mobile-menu-open .nav-left {
  animation: cocivaSoftFade 0.25s ease both;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .hero-content h1,
  .hero-content h2,
  .hero-content p,
  .hero-buttons,
  .page-animate h1,
  .page-animate p,
  .reveal,
  .reveal-card {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* Interactive Growth Roadmap */
.roadmap-section {
  padding-top: 4.6rem;
  padding-bottom: 5rem;
  background: #f7f5f1;
}

.roadmap-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
}

.roadmap-header p {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: #6f6a48;
  margin-bottom: 0.85rem;
}

.roadmap-header h2 {
  font-size: 2.55rem;
  font-weight: 400;
  color: #183324;
  margin-bottom: 1rem;
}

.roadmap-header span {
  display: block;
  width: 80px;
  height: 1px;
  background: #8a7b52;
  margin: 0 auto;
}

.roadmap-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: stretch;
}

.roadmap-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.roadmap-step {
  text-align: left;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 1.3rem;
  background: #fff;
  border: 1px solid #dedbd4;
  font-family: Georgia, "Times New Roman", serif;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.roadmap-step span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0ece4;
  color: #183324;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.roadmap-step h3 {
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.roadmap-step p {
  line-height: 1.55;
  font-size: 1rem;
  color: #5a5a54;
}

.roadmap-step:hover,
.roadmap-step.active {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: #8a7b52;
}

.roadmap-step.active span {
  background: #202b24;
  color: #f5f1e9;
}

.map-card {
  height: 100%;
  min-height: 420px;
  background: linear-gradient(135deg, #fff, #eee9de);
  border: 1px solid #dedbd4;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.map-outline {
  position: relative;
  min-height: 320px;
  background: linear-gradient(135deg, rgba(245,241,233,0.92), rgba(250,248,244,0.98));
  overflow: hidden;
}

.map-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 900'%3E%3Cpath fill='%23202b24' fill-opacity='0.11' d='M408 62l82 42 51 69 47 35 34 91-10 57 23 58-33 62-58 27-11 84-64 89-74 38-64-11-52 26-56-21-40-72-72-48-11-79 35-72-34-63 18-82 54-44 41-67 80-50z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56%;
}

.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #8a7b52;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(138,123,82,0.45);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(138,123,82,0.28);
  border-radius: 50%;
}

.map-pin.active {
  background: #202b24;
  transform: scale(1.18);
  box-shadow: 0 0 0 10px rgba(32,43,36,0.12);
}

.pin-ghana {
  left: 46%;
  top: 58%;
}

.pin-africa {
  left: 51%;
  top: 46%;
}

.pin-global {
  left: 70%;
  top: 24%;
}

.map-info {
  padding: 1.7rem;
  background: rgba(255,255,255,0.84);
  border-top: 1px solid #dedbd4;
}

.map-label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a7b52;
  margin-bottom: 0.6rem;
}

.map-info h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #183324;
}

.map-info p {
  line-height: 1.7;
}

@media (max-width: 900px) {
  .roadmap-header h2 {
    font-size: 2rem;
  }

  .roadmap-layout {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: 360px;
  }

  .map-outline::before {
    font-size: 2.5rem;
  }
}


/* Real Interactive SVG Africa Map */
.interactive-africa-map {
  position: relative;
  min-height: 360px;
  background:
    radial-gradient(circle at 50% 45%, rgba(32,43,36,0.08), transparent 48%),
    linear-gradient(135deg, rgba(245,241,233,0.95), rgba(250,248,244,0.99));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interactive-africa-map::before {
  display: none !important;
}

.africa-svg {
  width: 100%;
  height: 360px;
  max-width: 620px;
}

.country {
  fill: rgba(32, 43, 36, 0.14);
  stroke: rgba(32, 43, 36, 0.35);
  stroke-width: 1.5;
  cursor: pointer;
  transition: fill 0.25s ease, transform 0.25s ease, filter 0.25s ease;
  transform-origin: center;
}

.country:hover {
  fill: rgba(138, 123, 82, 0.42);
  filter: drop-shadow(0 6px 8px rgba(0,0,0,0.14));
}

.country.active {
  fill: rgba(138, 123, 82, 0.50);
}

.ghana-country,
.ghana-country.active {
  fill: rgba(32, 43, 36, 0.78);
  stroke: rgba(245,241,233,0.9);
  stroke-width: 2;
}

.route-lines path {
  fill: none;
  stroke: rgba(138,123,82,0.55);
  stroke-width: 2;
  stroke-dasharray: 7 8;
  animation: routeFlow 1.8s linear infinite;
}

@keyframes routeFlow {
  from { stroke-dashoffset: 30; }
  to { stroke-dashoffset: 0; }
}

.map-node {
  fill: #8a7b52;
  stroke: #fff;
  stroke-width: 4;
  cursor: pointer;
  transition: transform 0.25s ease, fill 0.25s ease;
  transform-origin: center;
}

.map-node.active {
  fill: #202b24;
  transform: scale(1.25);
}

.map-text {
  font-size: 16px;
  fill: #183324;
  letter-spacing: 0.06em;
  pointer-events: none;
}

.global-text {
  font-size: 14px;
}

.map-card {
  min-height: 500px;
}

.map-info {
  min-height: 170px;
}

@media (max-width: 900px) {
  .interactive-africa-map {
    min-height: 310px;
  }

  .africa-svg {
    height: 310px;
  }

  .map-text {
    font-size: 13px;
  }

  .global-text {
    font-size: 12px;
  }

  .map-card {
    min-height: 440px;
  }
}


/* Premium Recognizable Africa Interactive Map */
.interactive-africa-map {
  position: relative;
  min-height: 430px;
  background:
    radial-gradient(circle at 48% 45%, rgba(32,43,36,0.08), transparent 44%),
    linear-gradient(135deg, rgba(245,241,233,0.95), rgba(250,248,244,1));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interactive-africa-map::before {
  display: none !important;
}

.premium-africa-svg {
  width: 100%;
  height: 430px;
  max-width: 720px;
}

.africa-continent {
  fill: url(#africaFill);
  stroke: rgba(32,43,36,0.34);
  stroke-width: 2.2;
}

.country {
  fill: rgba(32,43,36,0.07);
  stroke: rgba(32,43,36,0.22);
  stroke-width: 1.35;
  cursor: pointer;
  transition: fill 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}

.country:hover {
  fill: rgba(138,123,82,0.36);
  stroke: rgba(138,123,82,0.75);
  filter: drop-shadow(0 6px 8px rgba(0,0,0,0.12));
}

.country.active {
  fill: rgba(138,123,82,0.38);
  stroke: rgba(138,123,82,0.75);
}

.ghana-country,
.ghana-country.active {
  fill: url(#ghanaFill);
  stroke: rgba(245,241,233,0.96);
  stroke-width: 2.6;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,0.18));
}

.madagascar {
  fill: rgba(32,43,36,0.13);
  stroke: rgba(32,43,36,0.30);
}

.route {
  fill: none;
  stroke: rgba(138,123,82,0.72);
  stroke-width: 2.3;
  stroke-dasharray: 7 8;
  animation: routeFlow 1.9s linear infinite;
}

@keyframes routeFlow {
  from { stroke-dashoffset: 30; }
  to { stroke-dashoffset: 0; }
}

.map-node {
  fill: #8a7b52;
  stroke: #fff;
  stroke-width: 5;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.25s ease, fill 0.25s ease, filter 0.25s ease;
  filter: drop-shadow(0 5px 6px rgba(0,0,0,0.18));
}

.map-node.active {
  fill: #202b24;
  transform: scale(1.22);
}

.map-text {
  font-size: 17px;
  fill: #183324;
  letter-spacing: 0.06em;
  pointer-events: none;
}

.global-text {
  font-size: 15px;
}

.map-card {
  min-height: 560px;
}

.map-info {
  min-height: 170px;
}

@media (max-width: 900px) {
  .interactive-africa-map {
    min-height: 360px;
  }

  .premium-africa-svg {
    height: 360px;
  }

  .map-text {
    font-size: 13px;
  }

  .global-text {
    font-size: 12px;
  }

  .map-card {
    min-height: 500px;
  }
}


/* Real Country Boundary Africa Map */
.real-africa-map {
  min-height: 520px;
  background:
    radial-gradient(circle at 48% 46%, rgba(32,43,36,0.08), transparent 44%),
    linear-gradient(135deg, rgba(245,241,233,0.95), rgba(250,248,244,1));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.real-africa-map::before {
  display: none !important;
}

.real-africa-svg {
  width: 100%;
  height: 520px;
  max-width: 720px;
  transform: translateY(-18px);
}

.real-country {
  fill: rgba(212, 209, 200, 0.92);
  stroke: rgba(32,43,36,0.36);
  stroke-width: 1.5;
  cursor: pointer;
  transition: fill 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}

.real-country:hover {
  fill: rgba(138,123,82,0.42);
  stroke: rgba(138,123,82,0.86);
  filter: drop-shadow(0 7px 8px rgba(0,0,0,0.14));
}

.real-country.active {
  fill: rgba(138,123,82,0.42);
  stroke: rgba(138,123,82,0.86);
}

.ghana-country,
.ghana-country.active {
  fill: #202b24 !important;
  stroke: #ffffff !important;
  stroke-width: 2.8 !important;
  filter: drop-shadow(0 7px 10px rgba(0,0,0,0.24));
}

.madagascar {
  fill: rgba(212, 209, 200, 0.85);
}

.route {
  fill: none;
  stroke: rgba(138,123,82,0.74);
  stroke-width: 2.2;
  stroke-dasharray: 7 8;
  animation: routeFlow 1.9s linear infinite;
}

@keyframes routeFlow {
  from { stroke-dashoffset: 30; }
  to { stroke-dashoffset: 0; }
}

.map-node {
  fill: #8a7b52;
  stroke: #fff;
  stroke-width: 5;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.25s ease, fill 0.25s ease;
  filter: drop-shadow(0 5px 6px rgba(0,0,0,0.18));
}

.map-node.active {
  fill: #202b24;
  transform: scale(1.25);
}

.map-text {
  font-size: 17px;
  fill: #183324;
  letter-spacing: 0.06em;
  pointer-events: none;
}

.global-text {
  font-size: 15px;
}

.map-card {
  min-height: 650px;
}

.map-info {
  min-height: 170px;
}

@media (max-width: 900px) {
  .real-africa-map {
    min-height: 430px;
  }

  .real-africa-svg {
    height: 430px;
  }

  .map-text {
    font-size: 13px;
  }

  .global-text {
    font-size: 12px;
  }

  .map-card {
    min-height: 560px;
  }
}


/* Real Wikimedia Africa Map Roadmap */
.wikimedia-africa-map {
  min-height: 470px;
  background:
    radial-gradient(circle at 50% 45%, rgba(32,43,36,0.06), transparent 45%),
    linear-gradient(135deg, rgba(245,241,233,0.96), rgba(250,248,244,1));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wikimedia-africa-map::before {
  display: none !important;
}

.real-map-wrap {
  position: relative;
  width: min(92%, 620px);
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.real-africa-map-img {
  width: 78%;
  max-height: 410px;
  object-fit: contain;
  opacity: 0.72;
  filter: sepia(0.12) saturate(0.6) contrast(0.98);
}

.map-route-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.real-route {
  fill: none;
  stroke: rgba(138,123,82,0.75);
  stroke-width: 2.2;
  stroke-dasharray: 7 8;
  animation: routeFlow 1.9s linear infinite;
}

.map-hotspot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #8a7b52;
  box-shadow: 0 6px 12px rgba(0,0,0,0.18);
  cursor: pointer;
  z-index: 4;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.map-hotspot::after {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(138,123,82,0.35);
  border-radius: 50%;
}

.map-hotspot.active {
  background: #202b24;
  transform: scale(1.22);
  box-shadow: 0 0 0 10px rgba(32,43,36,0.13), 0 8px 14px rgba(0,0,0,0.18);
}

.hotspot-ghana {
  left: 29%;
  top: 45%;
}

.hotspot-africa {
  left: 70%;
  top: 41%;
}

.hotspot-global {
  left: 84%;
  top: 15%;
}

.map-label-text {
  position: absolute;
  z-index: 5;
  font-size: 1rem;
  color: #183324;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.label-ghana {
  left: 18%;
  top: 51%;
}

.label-africa {
  left: 61%;
  top: 35%;
}

.label-global {
  left: 73%;
  top: 8%;
}

.map-card {
  min-height: 610px;
}

@media (max-width: 900px) {
  .wikimedia-africa-map {
    min-height: 380px;
  }

  .real-map-wrap {
    width: 100%;
    height: 350px;
  }

  .real-africa-map-img {
    width: 86%;
    max-height: 340px;
  }

  .map-label-text {
    font-size: 0.78rem;
  }

  .hotspot-ghana {
    left: 28%;
    top: 45%;
  }

  .hotspot-africa {
    left: 69%;
    top: 42%;
  }

  .hotspot-global {
    left: 84%;
    top: 16%;
  }

  .map-card {
    min-height: 520px;
  }
}


/* Newsletter Integration */
.footer-newsletter {
  grid-column: 1 / -1;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 720px;
}

.footer-newsletter h3 {
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.footer-newsletter p {
  color: rgba(245,241,233,0.78);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  max-width: 560px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(245,241,233,0.28);
  background: rgba(255,255,255,0.06);
  color: #f5f1e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.newsletter-form input::placeholder {
  color: rgba(245,241,233,0.58);
}

.newsletter-form button {
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(245,241,233,0.38);
  background: rgba(255,255,255,0.08);
  color: #f5f1e9;
  font-family: Georgia, "Times New Roman", serif;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.newsletter-form button:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

.hidden-field {
  display: none !important;
}

@media (max-width: 900px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }
}


/* Modern Premium Newsletter Section */
.modern-newsletter {
  padding: 5rem 7%;
  background:
    radial-gradient(circle at 15% 20%, rgba(138,123,82,0.14), transparent 30%),
    linear-gradient(135deg, #f7f5f1 0%, #ebe7df 100%);
}

.modern-newsletter-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #202b24;
  color: #f5f1e9;
  border: 1px solid rgba(32,43,36,0.16);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  padding: 3.2rem;
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

.modern-newsletter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 14%, rgba(245,241,233,0.10), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(138,123,82,0.14), transparent 30%);
  pointer-events: none;
}

.newsletter-copy,
.modern-newsletter-form {
  position: relative;
  z-index: 2;
}

.newsletter-copy .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  color: #c9bd8f;
  margin-bottom: 0.9rem;
}

.newsletter-copy h2 {
  font-size: 2.65rem;
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: 1rem;
}

.newsletter-copy p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(245,241,233,0.78);
  max-width: 620px;
}

.newsletter-input-wrap {
  display: flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(245,241,233,0.22);
  padding: 0.35rem;
}

.newsletter-input-wrap input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #f5f1e9;
  padding: 1rem 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  outline: none;
}

.newsletter-input-wrap input::placeholder {
  color: rgba(245,241,233,0.54);
}

.newsletter-input-wrap button {
  border: 0;
  background: #f5f1e9;
  color: #202b24;
  padding: 0 1.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.newsletter-input-wrap button:hover {
  background: #d9cfac;
  transform: translateY(-1px);
}

.newsletter-note {
  display: block;
  margin-top: 0.8rem;
  color: rgba(245,241,233,0.58);
  font-size: 0.9rem;
}

.hidden-field {
  display: none !important;
}

/* Hide old footer newsletter if cached */
.footer-newsletter {
  display: none !important;
}

@media (max-width: 900px) {
  .modern-newsletter {
    padding: 3.5rem 1.5rem;
  }

  .modern-newsletter-card {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2rem;
  }

  .newsletter-copy h2 {
    font-size: 2rem;
  }

  .newsletter-input-wrap {
    flex-direction: column;
  }

  .newsletter-input-wrap button {
    padding: 1rem;
  }
}


/* Contact Form Backend Styling */
.hidden-field {
  display: none !important;
}

.form-success-note {
  font-size: 0.9rem;
  color: #6b675f;
  margin-top: 0.7rem;
}
