/* ============================
   HERO
   ============================ */

.hero{
  min-height:120vh;

  background:
    linear-gradient(
      90deg,
      rgba(15,43,70,0.65),
      rgba(15,43,70,0.55)
    ),
    url('../images/home-hero-bg.jpg')
    center 40% / cover no-repeat; 

  display:flex;
  align-items:center;
  justify-content:center;

  position:relative;
  overflow:hidden;
}

/* ============================
   Center frame, left-aligned content
   ============================ */

.hero .container{
  max-width:940px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}


/* ============================
   Badge
   ============================ */

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,0.12);
  padding:8px 16px;
  border-radius:30px;
  font-size:14px;
  color: #ffffff;
}

.hero-badge span{
  width:8px;
  height:8px;
  background:var(--green);
  border-radius:50%;
}

/* ============================
   Headings
   ============================ */

.hero h1{
  font-size:3.2rem;
  font-weight:800;
  line-height:1.2;
  margin-top:18px;
  text-shadow:0 2px 6px rgba(0,0,0,0.25);
  color: #ffffff;
}

.hero p{
  font-size:1.1rem;
  opacity:.95;
  max-width:620px;
  margin-top:16px;
  text-shadow:0 2px 6px rgba(0,0,0,0.2);
  color: #ffffff;
}

.hero-btn-custom {
	padding:10px 26px !important;
}


/* ============================
   Brands
   ============================ */

.hero-brands{
  margin-top:48px;
  font-size:14px;
  opacity:.85;
  color: #ffffff;
}

.hero-brands span{
  margin-right:18px;
}

/* ============================
   MOBILE
   ============================ */

@media (max-width: 575.98px) {
   .hero {
        min-height: 120vh !important;
    }
}

@media(max-width:768px){
  .hero{
    min-height:100vh;
    background-position:center 45%;
  }

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

  .hero .container{
    align-items:center;
    text-align:center;
  }

  .hero-actions{
    flex-direction:column;
    width:100%;
  }

  .hero-actions a{
    width:100%;
  }
  
  .hero .container{
    transform: translateY(-40px);
  }
}


@media (min-width: 992px){
  .hero .container{
    transform: translateY(-90px);
  }
}


/* ================= METRICS ================= */
.metrics-wrap{
  margin-top:-120px;
  position:relative;
  z-index:10;
}

.metrics-card{
  background:#ffffff;
  border-radius:28px;
  padding:36px 16px;
  box-shadow:0 30px 70px rgba(15,43,70,0.12);
}

.metric-item{
  text-align:center;
  padding:20px 12px;
}

.metric-icon{
  font-size:22px;
  color:#2fb36a;
  margin-bottom:12px;
}

.metric-value{
  font-size:2.4rem;
  font-weight:800;
  color:#0f2b46;
}

.metric-label{
  font-size:14px;
  color:#6b7c8f;
}

/* ================= ADVANTAGE ================= */
.advantage-section{
  background:#faf9f6;
  padding:110px 0 90px;
}

.advantage-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e6f3ec;
  color:#2fb36a;
  padding:8px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.advantage-title{
  font-size:2.4rem;
  font-weight:800;
  color:#0f2b46;
}

.advantage-subtitle{
  max-width:720px;
  margin:auto;
  color:#6b7c8f;
  font-size:15px;
}

/* ================= ADVANTAGE CARDS ================= */
.adv-card{
  background:#ffffff;
  border-radius:22px;
  padding:32px;
  box-shadow:0 20px 50px rgba(15,43,70,0.08);
}

.adv-header{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
}

.adv-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  flex-shrink: 0;
  color: #fff;
}

.adv-header h5{
  margin:0;
  font-weight:700;
  color:#0f2b46;
}

.adv-header small{
  color:#6b7c8f;
}

.adv-item{
  background:#f8f7f4;
  border-radius:14px;
  padding:16px 18px;
  margin-bottom:14px;
  text-align: left;
  border: 0px solid #ddd;
}

.adv-green .adv-item i {
color: #2e8b57;	
}

.adv-gold .adv-item i {
color: #d89b2d;	
}

.adv-item strong{
  font-size:15px;
  color:#333333;
}

.adv-item span{
  font-size:14px;
  color:#6b7c8f;
}

.adv-cta .btn{
  color:#fff;
  padding:14px 30px;
  border-radius:14px;
  font-weight:600;
}

/* ================= IMPACT STRIP ================= */
.impact-strip{
  background:#faf9f6;
  padding:10px 0 100px;
  text-align:center;
}

.impact-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  background:#e8f1ea;
  color:#1f7a4f;
  border-radius:999px;
  font-weight:500;
  font-size:15px;
  box-shadow:0 8px 25px rgba(0,0,0,0.04);
}

.impact-pill strong{
  font-weight:700;
}

/* ================= CERTIFICATIONS ================= */
.cert-section{
  background:#173357;
  padding:110px 0 120px;
  color:#fff;
  text-align:center;
}

.cert-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,0.12);
  padding:8px 18px;
  border-radius:999px;
  font-size:14px;
  margin-bottom:18px;
}

.cert-title{
  font-size:2.6rem;
  font-weight:800;
  margin-bottom:14px;
}

.cert-subtitle{
  max-width:720px;
  margin:0 auto 60px;
  color:rgba(255,255,255,0.75);
  font-size:16px;
  line-height:1.6;
}

/* ================= CERT LOGOS ================= */
.cert-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(110px, 1fr));
  gap:26px;
  align-items:center;
}

/* Certification card */
.cert-card{
  background:#ffffff;
  border-radius:20px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  height:110px;
  box-shadow:0 16px 40px rgba(0,0,0,0.25);
}
.cert-item{
  background:rgba(255,255,255,0.08);
  padding:16px 26px;
  border-radius:14px;
  font-weight:600;
  font-size:15px;
  color:#ffffff;
  min-width:120px;
  transition:all .25s ease;
}

.cert-item:hover{
  background:rgba(255,255,255,0.14);
  transform:translateY(-3px);
}

/* Logo */
.cert-card img{
  max-width:100px;
  max-height:100px;
  object-fit:contain;
}

.cert-cta{
  margin-top:80px;
}

.cert-cta .btn{
  color:#fff;
  padding:14px 30px;
  border-radius:14px;
  font-weight:600;
}

/* MOBILE */
@media(max-width:768px){
  .cert-title{
    font-size:2.1rem;
  }

  .impact-pill{
    font-size:14px;
    padding:12px 20px;
  }
  
  .cert-grid{
    gap:20px;
  }
}

/* ================= IMPACT CALCULATOR ================= */
.impact-calc{
  background:#f5f3f0;
  padding:110px 0 100px;
  font-family:'Inter', sans-serif;
}

.impact-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e6f3ec;
  color:#2fb36a;
  padding:8px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.impact-title{
  font-size:2.6rem;
  font-weight:800;
  color:#0f2b46;
}

.impact-subtitle{
  max-width:720px;
  margin:auto;
  color:#6b7c8f;
  font-size:16px;
}

/* ================= CARDS ================= */
.impact-card{
  background:#ffffff;
  border-radius:22px;
  padding:30px;
  box-shadow:0 20px 50px rgba(15,43,70,0.08);
  height:100%;
}

.card-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.card-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#fff;
  flex-shrink: 0;
}

.icon-green{ background:#2e8b57; }
.icon-amber{ background:#d89b2d; }
.icon-navy{ background:#173357; }
.icon-orange{ background:#f7ecd6; }

.card-head h5{
  margin:0;
  font-weight:700;
  color:#0f2b46;
}

.card-label{
  font-size:14px;
  color:#6b7c8f;
  margin-bottom:10px;
}



/* ================= SLIDER (STATIC LOOK) ================= */
.slider-track{
  height:6px;
  background:#eee;
  border-radius:10px;
  position:relative;
  margin:18px 0 10px;
}

.slider-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
}

.dot-green{ background:#2e8b57; left:25%; }
.dot-amber{ background:#d89b2d; left:25%; }

.slider-scale{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#6b7c8f;
}

/* ================= RESULT BOX ================= */
.result-box{
  margin-top:20px;
  padding:20px;
  border-radius:14px;
  text-align:center;
}

.result-green{
  background:#eaf5ef;
  color:#2e8b57;
}

.result-amber{
  background:#fbf2e2;
  color:#d89b2d;
}

.result-navy{
  background:#eef0f3;
  color:#173357;
}

.result-value{
  font-size:2rem;
  font-weight:800;
}

.result-text{
  font-size:14px;
  color:#6b7c8f;
}

/* ================= CTA ================= */
.impact-cta{
  margin-top:40px;
}

.impact-cta .btn{
  color:#fff;
  padding:14px 30px;
  border-radius:14px;
  font-weight:600;
}

@media(max-width:768px){
  .impact-title{
    font-size:2.1rem;
  }
}

/* ================= ROADMAP ================= */
.roadmap-section{
  background:#faf9f6;
  padding:120px 0 100px;
  text-align:center;
}

.roadmap-title{
  font-size:2.6rem;
  font-weight:800;
  color:#0f2b46;
}

.roadmap-subtitle{
  max-width:720px;
  margin:16px auto 80px;
  color:#6b7c8f;
  font-size:16px;
}

/* ===== TIMELINE ===== */
.roadmap-timeline{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  padding:80px 0;
}

.timeline-line{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(
    to right,
    #173357 0%,
    #2fb36a 50%,
    #d89b2d 100%
  );
  transform:translateY(-50%);
  border-radius:10px;
}

/* ===== MARKERS ===== */
.timeline-items{
  display:flex;
  justify-content:space-between;
  position:relative;
  z-index:2;
}

.timeline-item{
  width:25%;
  position:relative;
  display:flex;
  justify-content:center;
}

.timeline-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#ffffff;
  border:3px solid #2fb36a;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2fb36a;
  font-size:18px;
  flex-shrink: 0;
}

/* ===== CARDS ===== */
.timeline-card{
  position:absolute;
  width:190px;
  background:#ffffff;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 20px 40px rgba(15,43,70,0.12);
  text-align:center;
}

.timeline-card h4{
  margin:0;
  font-weight:800;
  color:#0f2b46;
}

.timeline-card p{
  margin:6px 0 0;
  font-size:14px;
  color:#6b7c8f;
}

/* Card positions */
.card-top{ bottom:60px; }
.card-bottom{ top:60px; }

/* MOBILE 
@media(max-width:992px){
  .timeline-items{
    flex-direction:column;
    gap:60px;
  }

  .timeline-line{
    top:0;
    bottom:0;
    left:50%;
    width:4px;
    height:auto;
    transform:none;
  }

  .timeline-item{
    width:100%;
  }

  .timeline-card{
    position:static;
    margin-top:14px;
  }
}
*/

/* ================= MOBILE ROADMAP FIX ================= */
@media (max-width: 992px) {

  .roadmap-timeline{
    padding:40px 0;
  }

  /* Vertical center line */
  .timeline-line{
    top:0;
    bottom:0;
    left:50%;
    width:4px;
    height:auto;
    transform:none;
  }

  .timeline-items{
    flex-direction:column;
    gap:70px;
  }

  .timeline-item{
    width:100%;
    display:flex;
    align-items:center;
    position:relative;
  }

  /* Icon stays ON the line */
  .timeline-icon{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
    background:#ffffff;
  }

  /* Card goes to the RIGHT */
  .timeline-card{
    position:relative;
    width:70%;
    margin-left:calc(50% + 30px);
    margin-top:0;
    text-align:left;
  }

  .timeline-card h4{
    font-size:1.1rem;
  }

  .timeline-card p{
    font-size:14px;
  }

  /* Remove desktop positioning */
  .card-top,
  .card-bottom{
    top:auto;
    bottom:auto;
  }
}


/* ================= PRODUCT PORTFOLIO ================= */
.portfolio-section{
  background:#f5f3f0;
  padding:120px 0;
}

.portfolio-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
}

.portfolio-kicker{
  width:40px;
  height:4px;
  background:#2fb36a;
  border-radius:10px;
  margin-bottom:14px;
}

.portfolio-title{
  font-size:2.6rem;
  font-weight:800;
  color:#0f2b46;
}

.portfolio-subtitle{
  max-width:520px;
  margin-top:12px;
  color:#6b7c8f;
  font-size:16px;
}

.portfolio-action .btn{
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:12px 22px;
  border-radius:12px;
  font-weight:500;
  color:#0f2b46;
}

.portfolio-action .btn:hover{
  background:#f3f4f6;
}

/* ================= PORTFOLIO CARDS ================= */
.portfolio-grid{
  margin-top:60px;
}

.portfolio-card{
  background:#ffffff;
  border-radius:22px;
  padding:34px 26px;
  text-align:center;
  box-shadow:0 20px 45px rgba(15,43,70,0.08);
  height:100%;
}

.portfolio-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#f3f0ea;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  color:#173357;
  font-size:26px;
  flex-shrink: 0;
}

.portfolio-card h5{
  font-weight:700;
  color:#0f2b46;
  margin-bottom:10px;
}

.portfolio-percent{
  font-size:1.6rem;
  font-weight:800;
  color:#2fb36a;
}

.portfolio-label{
  font-size:14px;
  color:#6b7c8f;
}

/* ================= FOOT NOTES ================= */
.portfolio-features{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
  font-size:14px;
  color:#0f2b46;
}

.portfolio-features span{
  display:flex;
  align-items:center;
  gap:8px;
}

.portfolio-features i{
  color:#2fb36a;
}

/* MOBILE */
@media(max-width:768px){
  .portfolio-header{
    flex-direction:column;
    align-items:flex-start;
  }

  .portfolio-title{
    font-size:2.1rem;
  }
}

/* ================= GLOBAL MARKETS ================= */
.global-markets{
  background:#173357;
  padding:120px 0;
  color:#ffffff;
}

.global-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,0.12);
  padding:8px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:500;
}

.global-badge i{
  font-size:14px;
  opacity:.9;
}

.global-title{
  font-size:2.6rem;
  font-weight:800;
  margin-top:18px;
}

.global-subtitle{
  max-width:520px;
  margin-top:16px;
  color:rgba(255,255,255,0.75);
  font-size:16px;
}

/* ================= MARKET LIST ================= */
.market-list{
  margin-top:50px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.market-item{
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,0.10);
  padding:16px 18px;
  border-radius:14px;
  transition:all .25s ease;
}

.market-item:hover{
  background:rgba(255,255,255,0.16);
  transform:translateX(4px);
}

.market-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(255,255,255,0.18);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:16px;
  flex-shrink: 0;
}

.market-text h6{
  margin:0;
  font-weight:600;
  color:#ffffff;
}

.market-text span{
  font-size:14px;
  color:rgba(255,255,255,0.7);
}


/* ================= MARKET VISUAL ================= */
.market-visual {
  position: relative;
  width: 360px;
  height: 360px;
  margin: auto;
}

/* Rings */
.market-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.ring-outer {
  background: rgba(255,255,255,0.06);
}

.ring-middle {
  inset: 35px;
  background: rgba(46, 140, 124, 0.22);
}

.ring-inner {
  inset: 75px;
  background: rgba(255,255,255,0.12);
}

/* Center Globe */
.market-center {
  position: absolute;
  inset: 110px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-center i {
  font-size: 64px;
  color: rgba(255,255,255,0.85);
}

/* ================= DOTS ================= */
.market-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.95;
}

/* Individual dot colors & positions */
.marker-dot-green {
  background: #2fb36a;
  top: 70px;
  left: 40px;
}

.marker-dot-amber {
  background: #c9a44b;
  top: 120px;
  right: 45px;
}

.marker-dot-gray {
  background: #9aa6b2;
  left: 60px;
  bottom: 140px;
}

.marker-dot-green-alt {
  background: #2fb36a;
  right: 70px;
  bottom: 80px;
}

/* Optional soft glow */
.market-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: inherit;
  opacity: 0.25;
  filter: blur(6px);
}

/* ================= LEADERSHIP INSIGHT ================= */
.leadership-section{
  background:#faf9f6;
  padding:120px 0;
}

.leadership-card{
  max-width:920px;
  margin:0 auto;
  background:#ffffff;
  border-radius:24px;
  padding:70px 40px 60px;
  box-shadow:0 25px 60px rgba(15,43,70,0.10);
  text-align:center;
  position:relative;
}

/* Quote icon */
.leadership-quote{
  position:absolute;
  top:36px;
  left:40px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#e6f3ec;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2fb36a;
  font-size:22px;
  flex-shrink: 0;
}

/* Title */
.leadership-kicker{
  width:48px;
  height:4px;
  background:#2fb36a;
  border-radius:10px;
  margin:0 auto 38px;
}

.leadership-title{
  font-size:2rem;
  font-weight:800;
  color:#0f2b46;
  margin-bottom:28px;
}

/* Quote text */
.leadership-text{
  font-size:1.6rem;
  font-weight:500;
  color:#0f2b46;
  line-height:1.4;
  max-width:760px;
  margin:0 auto 46px;
}

/* Author */
.leadership-avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#173357;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:700;
  margin:0 auto 14px;
}

.leadership-name{
  font-weight:700;
  color:#0f2b46;
  font-size: 18px;
}

.leadership-role{
  font-size:15px;
  color:#6b7c8f;
}

/* MOBILE */
@media(max-width:768px){
  .leadership-text{
    font-size:1.4rem;
  }

  .leadership-card{
    padding:60px 26px 50px;
  }

  .leadership-quote{
    left:24px;
  }
}

/* ================= FINAL CTA ================= */
.final-cta{
  background:radial-gradient(
      circle at right center,
      rgba(255,255,255,0.08),
      transparent 45%
    ),
    linear-gradient(135deg, #173357, #0f2b46);
  padding:140px 0;
  color:#ffffff;
  text-align:center;
}

.final-cta-line{
  width:56px;
  height:4px;
  background:rgba(255,255,255,0.7);
  border-radius:10px;
  margin:0 auto 26px;
}

.final-cta h2{
  font-size:3rem;
  font-weight:800;
  margin-bottom:22px;
}

.final-cta p{
  max-width:680px;
  margin:0 auto 48px;
  font-size:18px;
  color:rgba(255,255,255,0.8);
  line-height:1.6;
}

/* ================= CTA BUTTONS ================= */
.final-cta-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.final-btn-primary{
  background:#0b2238;
  border:none;
  padding:14px 28px;
  border-radius:14px;
  color:#ffffff;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.final-btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,0.35);
  padding:14px 26px;
  border-radius:14px;
  color:#ffffff;
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.final-btn-link{
  background:none;
  border:none;
  color:#ffffff;
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.final-btn-outline:hover,
.final-btn-link:hover{
  opacity:.85;
}

.final-btn-primary:hover{
  color: #ffffff;
  background: #2566a6;
}

/* MOBILE */
@media(max-width:768px){
  .final-cta h2{
    font-size:2.2rem;
  }

  .final-cta{
    padding:110px 0;
  }
}

