.wellbeing-section{
        width:100%;
        padding:90px 40px;
        background:#ffffff;
    }

.wellbeing-container-home{
        max-width:1350px;
        margin:auto;
    }

@media(max-width:600px){

        .wellbeing-section{

            padding:60px 20px;

        }

    }

.af-trust {

  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(210,168,94,.08),
      transparent 32%
    ),
    #193c34;

  padding: 72px 0;

  font-family: "Archivo", sans-serif;

}




.af-trust__container {

  max-width: 1350px;

  margin: 0 auto;

  padding: 0 60px;

  display: grid;

  grid-template-columns: 43% 57%;

  align-items: center;

  gap: 55px;

}




.af-trust__content {

  max-width: 550px;

}


.af-trust__eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 7px 13px;

  border: 1px solid rgba(210,168,94,.40);

  border-radius: 50px;

  background: rgba(210,168,94,.06);

  color: #e0bd78;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.15px;

  text-transform: uppercase;

  margin-bottom: 22px;

}


.af-trust__eyebrow-dot {

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background: #d2a85e;

  box-shadow:
    0 0 0 4px rgba(210,168,94,.09);

}


.af-trust__content h2 {

  margin: 0 0 20px;

  max-width: 540px;

  color: #f5f5ef;

  font-size: 40px;

  line-height: 1.13;

  letter-spacing: -1.4px;

  font-weight: 800;

}


.af-trust__content p {

  margin: 0;

  max-width: 510px;

  color: rgba(238,244,239,.68);

  font-size: 15px;

  line-height: 1.7;

}




.af-trust__right {

  min-width: 0;

}




.af-trust__carousel {

  width: 100%;

  padding: 26px 28px;

  border: 1px solid rgba(255,255,255,.10);

  border-radius: 16px;

  background: rgba(255,255,255,.045);

}




.af-trust__carousel-head {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 18px;

  margin-bottom: 18px;

  border-bottom: 1px solid rgba(255,255,255,.08);

}


.af-trust__carousel-head > span {

  color: rgba(238,244,239,.42);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.5px;

}




.af-trust__carousel-controls {

  display: flex;

  gap: 7px;

}


.af-trust__arrow {

  width: 31px;

  height: 31px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;

  border: 1px solid rgba(255,255,255,.13);

  border-radius: 50%;

  background: rgba(255,255,255,.04);

  color: rgba(255,255,255,.70);

  font-size: 14px;

  cursor: pointer;

  transition: all .25s ease;

}


.af-trust__arrow:hover {

  background: #d2a85e;

  border-color: #d2a85e;

  color: #193c34;

}




.af-trust__viewport {

  width: 100%;

  overflow: hidden;

}




.af-trust__track {

  display: flex;

  align-items: center;

  gap: 18px;

  transition:
    transform .55s cubic-bezier(.4,0,.2,1);

}




.af-trust__logo {

  flex: 0 0 160px;

  height: 88px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 14px 22px;

  border-radius: 9px;

  background: #ffffff;

  border: 1px solid rgba(0,0,0,.06);

  box-shadow: 0 2px 8px rgba(0,0,0,.06);

  box-sizing: border-box;

}


.af-trust__logo img {

  display: block;

  max-width: 100%;

  width: auto;

  height: 100%;

  max-height: 56px;

  object-fit: contain;

  opacity: 1;

  transition: transform .3s ease;

}


.af-trust__logo:hover {

  box-shadow: 0 4px 14px rgba(0,0,0,.1);

}


.af-trust__logo:hover img {

  transform: scale(1.04);

}




.af-trust__bottom {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  margin-top: 18px;

}


.af-trust__bottom p {

  margin: 0;

  max-width: 430px;

  color: rgba(238,244,239,.46);

  font-size: 12px;

  line-height: 1.55;

}




.af-trust__dots {

  display: flex;

  align-items: center;

  gap: 6px;

  flex-shrink: 0;

}


.af-trust__dot {

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: rgba(255,255,255,.20);

  transition:
    width .25s ease,
    background .25s ease;

}


.af-trust__dot.active {

  width: 18px;

  border-radius: 10px;

  background: #d2a85e;

}




@media (max-width: 1100px) {

  .af-trust {

    padding: 65px 0;

  }


  .af-trust__container {

    grid-template-columns: 1fr;

    gap: 40px;

  }


  .af-trust__content {

    max-width: 700px;

  }


  .af-trust__content h2 {

    max-width: 650px;

  }


  .af-trust__content p {

    max-width: 650px;

  }

}




@media (max-width: 700px) {

  .af-trust {

    padding: 55px 0;

  }


  .af-trust__container {

    padding: 0 20px;

    gap: 32px;

  }


  .af-trust__eyebrow {

    font-size: 9px;

    padding: 7px 11px;

  }


  .af-trust__content h2 {

    font-size: 30px;

    line-height: 1.18;

    letter-spacing: -1px;

    margin-bottom: 17px;

  }


  .af-trust__content p {

    font-size: 14px;

    line-height: 1.65;

  }


  .af-trust__carousel {

    padding: 20px;

    border-radius: 14px;

  }


  .af-trust__carousel-head {

    margin-bottom: 15px;

    padding-bottom: 15px;

  }


  .af-trust__logo {

    flex: 0 0 135px;

    height: 74px;

    padding: 10px 16px;

  }


  .af-trust__logo img {

    max-height: 46px;

  }


  .af-trust__track {

    gap: 12px;

  }


  .af-trust__bottom {

    align-items: flex-end;

  }


  .af-trust__bottom p {

    font-size: 11px;

  }

}




@media (max-width: 380px) {

  .af-trust__carousel {

    padding: 17px;

  }


  .af-trust__logo {

    flex-basis: 120px;

    height: 66px;

  }


  .af-trust__logo img {

    max-height: 40px;

  }

}

.results-section{
        padding:clamp(24px,6vw,80px) var(--edge);
    }

.pillars-header{

        display:flex;
        justify-content:space-between;
        margin-bottom:25px;
        gap:12px;
        flex-wrap:wrap;

    }

.video-showcase-section{

    width:100%;

    padding:100px 40px;

    background:#f7f5ef;

}

.video-showcase-wrap{

    max-width:1350px;

    margin:auto;

}

.video-showcase-header{

    display:flex;

    justify-content:space-between;

    align-items:end;

    margin-bottom:45px;

    gap:30px;

}

.video-showcase-label{

    display:inline-block;

    width:fit-content;

    margin:0 0 18px;

    padding:6px 14px;

    border:1px solid #d2a85e;

    border-radius:4px;

    color:#022b1f;

    background:rgba(210, 168, 94, 0.08);

    font-size:12px;

    font-weight:600;

    line-height:1.1;

    letter-spacing:0.4px;

    text-transform:uppercase;

}

.video-showcase-header h2{

    margin:0;

    max-width:550px;

    color:#022b1f;

    font-size:43px;

    line-height:1.05;

    font-weight:700;

    letter-spacing:-1.8px;

}

.video-showcase-header p{

    max-width:430px;

    margin:0;

    font-family:"Archivo",sans-serif;

    color:#4a4a4a;

    line-height:1.7;

    font-weight:400;

    font-size:17px;

}

.video-card{

    position:relative;

    width:100%;

    height:650px;

    overflow:hidden;

    border-radius:30px;

    background:#0a1c15;

    box-shadow:0 30px 70px rgba(10,28,21,.15);

}

.video-card img,
.video-card video{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.7s ease;

}

.video-card:hover img,
.video-card:hover video{

    transform:scale(1.04);

}

.video-card::after{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    180deg,

    rgba(10,28,21,.15),

    rgba(10,28,21,.75)

    );

}

.video-caption{

    position:absolute;

    left:45px;

    bottom:45px;

    max-width:560px;

    z-index:3;

    padding:30px;

    border-radius:22px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.25);

}

.video-caption h3{

    margin:0 0 12px;

    font-family:"Archivo",sans-serif;

font-size: clamp(22px, 3vw, 32px);

    font-weight:700;

    color:#ffffff;

}

.video-caption p{

    margin:0;

    font-family:"Archivo",sans-serif;

    font-size:15px;

    line-height:1.7;

    color:rgba(255,255,255,.85);

}

.video-tag{

    position:absolute;

    top:35px;

    left:35px;

    z-index:3;

    background:#d2ad73;

    color:#0a1c15;

    padding:10px 20px;

    border-radius:50px;

    font-size:12px;

    letter-spacing:1.5px;

    font-weight:700;

}

@media(max-width:900px){

.video-showcase-section{

    padding:70px 20px;

}

.video-showcase-header{

    display:block;

}

.video-showcase-header h2{

    margin-bottom:20px;

}

.video-card{

    height:500px;

}

}

.wellbeing-label{
        width:fit-content;
        margin:0 auto 18px;
        padding:6px 14px;
        border:1px solid #d2a85e;
        border-radius:4px;
        color:#022b1f;
        background:rgba(210, 168, 94, 0.08);
        font-size:12px;
        font-weight:600;
        line-height:1.1;
        letter-spacing:0.4px;
        text-transform:uppercase;
    }

.wellbeing-title{
        text-align:center;
        max-width:600px;
        margin:0 auto 15px;
        color:#022b1f;
        font-size:43px;
        line-height:1.05;
        font-weight:700;
        letter-spacing:-1.8px;
    }

.wellbeing-subtitle{
        text-align:center;
        max-width:680px;
        margin:18px auto 55px;
        color:#4a4a4a;
        font-size:17px;
        line-height:1.7;
        font-weight:400;
    }

.how-section{

    width:100%;
    padding:70px 40px;
    background:#f7f3eb;

}

.how-container{

    max-width:1100px;
    margin:auto;

}

.how-label{

    width:fit-content;

    margin:0 auto 18px;

    padding:6px 14px;

    border:1px solid #d2a85e;

    border-radius:4px;

    color:#022b1f;

    background:rgba(210, 168, 94, 0.08);

    font-size:12px;

    font-weight:600;

    line-height:1.1;

    letter-spacing:0.4px;

    text-transform:uppercase;

}

.how-title{

    text-align:center;

    font-family:"Archivo",sans-serif;

    max-width:600px;

    margin:0 auto 50px;

    font-size:43px;

    line-height:1.05;

    letter-spacing:-1.8px;

    color:#022b1f;

    font-weight:700;

}

.steps-wrapper{

    position:relative;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.steps-wrapper::before{

    content:"";

    position:absolute;

    top:38px;

    left:16%;

    right:16%;

    height:1px;

    background:#d2ad73;

    z-index:0;

}

.step-number{

    width:70px;

    height:70px;

    border-radius:50%;

    margin:auto;

    background:#0a1c15;

    color:#d2ad73;

    display:flex;

    align-items:center;

    justify-content:center;

    font-family:"Archivo",sans-serif;

    font-size:15px;

    font-weight:700;

    border:6px solid #f7f3eb;

}

.step-icon{

    margin-top:20px;

    font-size:22px;

    color:#0a1c15;

}

.approach-section { width: 100%; padding: 55px 30px; background: #ffffff; }

.approach-container { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; }

.approach-image { width: 100%; height: 340px; border-radius: 14px; overflow: hidden; background: var(--color-neutral-100); }

.approach-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.approach-content { max-width: 570px; }

.approach-label { width: fit-content; margin: 0 0 18px; padding: 6px 14px; border: 1px solid #d2a85e; border-radius: 4px; color: #022b1f; background: rgba(210, 168, 94, 0.08); font-family: "Archivo", system-ui, sans-serif; font-size: 12px; line-height: 1.1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; }

.approach-title { margin: 0 0 14px; color: #022b1f; font-size: 43px; line-height: 1.05; font-weight: 700; letter-spacing: -1.8px; }

.approach-description { margin: 0 0 22px; font-family: "Archivo", system-ui, sans-serif; font-size: 17px; line-height: 1.7; font-weight: 400; color: #4a4a4a; }

.approach-list { display: flex; flex-direction: column; gap: 14px; }

.approach-item { display: flex; align-items: flex-start; gap: 12px; }

.approach-number { width: 27px; height: 27px; min-width: 27px; border-radius: 50%; background: var(--color-accent-100); color: var(--color-accent); display: flex; align-items: center; justify-content: center; font-family: "Archivo", system-ui, sans-serif; font-size: 11px; font-weight: 700; }

.approach-item-text { padding-top: 4px; font-family: "Archivo", system-ui, sans-serif; font-size: 14px; line-height: 1.45; font-weight: 600; color: var(--color-accent-800); }

@media (max-width: 850px) {
    .approach-container { grid-template-columns: 1fr; gap: 32px; }
    .approach-content { max-width: 100%; }
    .approach-image { height: 300px; }
  }

@media (max-width: 600px) {
    .approach-section { padding: 35px 16px; }
    .approach-container { gap: 26px; }
    .approach-image { height: 230px; border-radius: 10px; }
    .approach-description { font-size: 13px; }
    .approach-item-text { font-size: 13px; }
  }

.Afia-stat {
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid rgba(10, 28, 21, 0.14);
}

.Afia-stat:last-child {
    border-right: 0;
}

.Afia-stat-number {
    margin: 0 0 10px;
    font-family: "Archivo", sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #0a1c15;
}

.Afia-stat-number span {
    color: #b08a55;
}

.Afia-stat-label {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #718078;
}

.testimonialSection {
  position: relative;
  overflow: hidden;
    padding: 30px 30px 110px;
  background: radial-gradient(circle at 72% 32%, rgba(229, 239, 235, .65) 0, rgba(229, 239, 235, .35) 230px, transparent 400px), #fff;
  color: #062d29;
}

.testimonialContainer { max-width: 1500px; margin: 0 auto; }

.testimonialTop { display: grid; grid-template-columns: .9fr 1.2fr; gap: 90px; align-items: center; }

.testimonialContent { max-width: 590px; }

.testimonialBadge { width: fit-content; display: inline-flex; align-items: center; padding: 6px 14px; margin-bottom: 24px; border: 1px solid #d2a85e; border-radius: 4px; background: rgba(210, 168, 94, 0.08); color: #022b1f; font-family: "Archivo", system-ui, sans-serif; font-size: 12px; line-height: 1.1; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; }

.testimonialTitle { margin: 0 0 18px; color: #022b1f; font-size: 43px; line-height: 1.05; font-weight: 700; letter-spacing: -1.8px; }

.testimonialTitle span { display: block; color: #d2a85e; }

.testimonialDescription { max-width: 560px; margin: 0 0 32px; color: #4a4a4a; font-family: "Archivo", system-ui, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.7; }

.testimonialLink { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 9px; border-bottom: 1px solid #164c47; color: #0c302d; font-size: 16px; font-weight: 600; text-decoration: none; }

.testimonialLink span { font-size: 24px; transition: transform .25s ease; }

.testimonialLink:hover span { transform: translateX(6px); }

.testimonialSliderArea { position: relative; min-width: 0; padding: 35px 20px 55px; }

.testimonialSliderArea::before, .testimonialSliderArea::after { content: ""; position: absolute; left: 6%; z-index: 0; width: 88%; height: 82%; border: 1px solid rgba(144, 171, 161, .15); border-radius: 24px; background: rgba(248, 251, 250, .65); }

.testimonialSliderArea::before { top: 5px; transform: rotate(-2deg) translateY(6px); }

.testimonialSliderArea::after { top: 20px; transform: rotate(2deg) translateY(8px); }

.testimonialStack { position: relative; z-index: 2; min-height: 455px; touch-action: pan-y; }

.testimonialCard { position: absolute; inset: 0; display: flex; flex-direction: column; min-height: 430px; padding: 42px 52px 36px; border: 1px solid rgba(202, 215, 210, .6); border-radius: 24px; background: rgba(255, 255, 255, .97); box-shadow: 0 20px 55px rgba(17, 51, 47, .08); opacity: 0; pointer-events: none; transform: translate3d(28px, 18px, 0) rotate(2deg) scale(.96); transition: opacity .35s ease, transform .55s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease; }

.testimonialCard.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translate3d(0, 0, 0) rotate(0) scale(1); }

.cardTop { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-bottom: 25px; }

.quoteIcon { color: #9bbbad; font-family: Georgia, serif; font-size: 80px; line-height: .8; }

.cardTag { display: flex; align-items: center; gap: 14px; max-width: 210px; color: #779087; font-size: 10px; line-height: 1.4; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }

.cardTag::before { content: ""; width: 50px; height: 1px; flex-shrink: 0; background: #b9c9c4; }

.testimonialText { max-width: 650px; margin: 0 0 32px; color: #102b31; font-size: 19px; line-height: 1.55; }

.cardDivider { width: 100%; height: 1px; margin-top: auto; margin-bottom: 28px; background: #d8e0dd; }

.cardFooter { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.personInfo { display: flex; align-items: center; gap: 20px; }

.personAvatar { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; flex-shrink: 0;     padding: 10px;
    border-radius: 0; background: linear-gradient(135deg, #eef5f1, #d8e5df); color: #123d38; font-size: 19px; font-weight: 600; }

.personName { margin-bottom: 3px; color: #092c29; font-size: 16px; font-weight: 700; }

.personRole { color: #607284; font-size: 14px; line-height: 1.45; }

.testimonialNavigation { display: flex; gap: 12px; }

.testimonialPrev, .testimonialNext { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; cursor: pointer; font-size: 24px; user-select: none; transition: transform .25s ease, background .25s ease; }

.testimonialPrev { border: 1px solid #afc2bd; background: #fff; color: #173d39; }

.testimonialNext { border: 1px solid #62998b; background: #62998b; color: #fff; }

.testimonialPrev:hover, .testimonialNext:hover { transform: scale(1.06); }

.customPagination { position: relative; z-index: 5; display: flex; align-items: center; gap: 8px; margin: 25px 0 0 25px; }

.paginationBar { width: 30px; height: 7px; padding: 0; border: 0; border-radius: 100px; background: #e4eae7; cursor: pointer; transition: all .3s ease; }

.testimonialStats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; padding-top: 38px; border-top: 1px solid #d7dfdc; }

@media (max-width: 1100px) {

  .testimonialSection { padding: 90px 24px 80px; }

  .testimonialTop { grid-template-columns: 1fr; gap: 50px; }

  .testimonialContent { max-width: 640px; }

  .testimonialDescription { max-width: 100%; }

}

@media (max-width: 900px) {

  .testimonialTitle { font-size: 34px; letter-spacing: -1px; }

  .testimonialDescription { font-size: 16px; }

  .testimonialCard { padding: 32px 28px 26px; }

  .quoteIcon { font-size: 60px; }

  .testimonialText { font-size: 17px; }

  .testimonialStats { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }

  .Afia-stat { border-right: 0; border-bottom: 1px solid rgba(10, 28, 21, 0.14); padding: 0 12px 20px; }

  .Afia-stat:nth-child(2), .Afia-stat:nth-child(4) { border-right: 0; }

  .Afia-stat:nth-child(3), .Afia-stat:nth-child(4) { border-bottom: 0; }

}

@media (max-width: 600px) {

  .testimonialSection { padding: 64px 16px 60px; }

  .testimonialBadge { font-size: 10px; }

  .testimonialTitle { font-size: 28px; }

  .testimonialLink { gap: 14px; font-size: 15px; }

  .testimonialSliderArea { padding: 24px 0 46px; }

  .testimonialSliderArea::before, .testimonialSliderArea::after { left: 2%; width: 96%; }

  .testimonialStack { min-height: 480px; }

  .testimonialCard { min-height: 400px; padding: 26px 20px 22px; }

  .cardTop { gap: 16px; margin-bottom: 18px; }

  .cardTag { max-width: 140px; font-size: 9px; }

  .testimonialText { font-size: 15.5px; margin-bottom: 22px; }

  .cardFooter { flex-wrap: wrap; gap: 16px; }

  .personAvatar { width: 52px; height: 52px; font-size: 15px; }

  .personName { font-size: 15px; }

  .personRole { font-size: 13px; }

  .testimonialPrev, .testimonialNext { width: 44px; height: 44px; font-size: 19px; }

  .testimonialStats { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; padding-top: 26px; }

  .Afia-stat-number { font-size: 34px; }

  .Afia-stat-label { font-size: 12px; }

}

.statNumber { margin-bottom: 8px; color: #082f2c; font-size: 42px; line-height: 1; font-weight: 700; }

.results-section {
    background-color: #ffffff;
    padding: 60px 0;
    color: #0f172a;
    width: 100%;
    overflow-x: hidden;
  }

.results-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }

.results-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 36px;
    align-items: start;
  }

@media (max-width: 992px) {
    .results-grid {
      grid-template-columns: 1fr;
    }
  }

.results-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(32px, 5vw, 48px);
  }

.eyebrow-badge {
    width: fit-content;
    margin: 0 0 18px;
    padding: 6px 14px;
    border: 1px solid #d2a85e;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.4px;
    color: #022b1f;
    background: rgba(210, 168, 94, 0.08);
    text-transform: uppercase;
  }

.results-title {
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.8px;
    color: #022b1f;
    margin: 8px 0 16px 0;
  }

.title-divider {
    width: 48px;
    height: 3px;
    background: #d2a85e;
    margin: 0 auto 16px;
    border-radius: 2px;
  }

.results-lead {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
  }

.kpi-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

.kpi-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
  }

.kpi-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #64748b;
    display: block;
    margin-bottom: 4px;
  }

.kpi-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #022b1f;
  }

.kpi-max {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
  }

.kpi-value.text-warning {
    color: #d97706;
  }

.kpi-text {
    font-size: 0.8rem;
    color: #64748b;
    display: block;
    margin-top: 2px;
  }

.btn-primary-sample {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    background: #022b1f;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
  }

.btn-primary-sample:hover {
    background: #063c2d;
    color: #ffffff;
  }

.sample-disclaimer {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.5;
    margin-top: 14px;
  }

.results-dashboard {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  }

.dashboard-overview-grid {
    display: grid;
    grid-template-columns: 160px 1fr 200px;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
    align-items: center;
  }

@media (max-width: 1100px) {
    .dashboard-overview-grid {
      grid-template-columns: 1fr;
    }
  }

.dash-subtitle {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #022b1f;
    display: block;
    margin-bottom: 16px;
  }

.donut-chart-wrap {
    display: flex;
    justify-content: center;
  }

.donut-chart {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
      #063c2d 0% 20%,
      #779c8b 20% 40%,
      #4f8f78 40% 60%,
      #d2a85e 60% 75%,
      #98704a 75% 85%,
      #d8d7ca 85% 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
  }

.donut-center {
    width: 76px;
    height: 76px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
  }

.donut-center strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: #022b1f;
    line-height: 1;
  }

.donut-center span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
  }

.legend-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #0f172a;
    font-weight: 500;
  }

.insight-box {
    background: #fefce8;
    border: 1px solid #fef08a;
    border-radius: 10px;
    padding: 16px;
  }

.insight-box h4 {
    margin: 0 0 6px 0;
    font-size: 0.9rem;
    color: #854d0e;
    font-weight: 800;
  }

.insight-box p {
    margin: 0;
    font-size: 0.825rem;
    color: #713f12;
    line-height: 1.45;
  }

.insight-sub {
    margin-top: 6px !important;
    font-size: 0.775rem !important;
    opacity: 0.9;
  }

.pillars-container {
    padding-top: 20px;
  }

.pillars-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }

.bar-track {
    height: 8px;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
  }

.bar-fill {
    height: 100%;
    border-radius: 999px;
  }

.segment-footer {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.775rem;
    color: #64748b;
    flex-wrap: wrap;
  }

.segment-label {
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #022b1f;
  }

.segment-tags span {
    font-weight: 600;
    color: #0f172a;
  }

.brand-flow {
    --flow-green: #073b2d;
    --flow-green-light: #61d6ae;
    --flow-gold: #d2ad73;
    --flow-cream: #f1eadf;

    width: 100%;
    overflow: hidden;
    position: relative;
    background: var(--flow-green);
  }

.brand-flow-band {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

.brand-flow-band-dark {
    background: var(--flow-green);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

.brand-flow-band-gold {
    margin-top: 9px;
    background: var(--flow-gold);
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
  }

.brand-flow-track {
    width: max-content;
    display: flex;
    align-items: center;
    flex-shrink: 0;

    will-change: transform;

    animation-name: brandFlowForward;
    animation-duration: var(--flow-duration, 35s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

.brand-flow-track-reverse {
    animation-name: brandFlowReverse;
  }

.brand-flow-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;

    min-height: 62px;

    white-space: nowrap;

    color: rgba(255, 255, 255, .82);

    font-size: clamp(14px, 1.15vw, 17px);
    font-weight: 500;

    letter-spacing: .015em;
  }

.brand-flow-content strong {
    color: #ffffff;
    font-weight: 700;
  }

.brand-flow-band-gold .brand-flow-content {
    color: #0a1c15;
  }

.brand-flow-band-gold .brand-flow-content strong {
    color: #0a1c15;
  }

.brand-flow-content i {
    display: inline-block;

    width: 4px;
    height: 4px;

    margin: 0 30px;

    border-radius: 50%;

    background: var(--flow-green-light);

    font-size: 0;
    font-style: normal;

    flex-shrink: 0;
  }

.brand-flow-band-gold .brand-flow-content i {
    background: rgba(10, 28, 21, .45);
  }

.brand-flow:hover .brand-flow-track {
    animation-play-state: paused;
  }

@media (prefers-reduced-motion: reduce) {

    .brand-flow-track {
      animation: none !important;
      transform: none !important;
    }

  }

@media (max-width: 768px) {

    .brand-flow-band-gold {
      margin-top: 7px;
    }

    .brand-flow-content {
      min-height: 56px;
      font-size: 13px;
    }

    .brand-flow-content i {
      width: 3px;
      height: 3px;
      margin: 0 22px;
    }

  }

@media (max-width: 480px) {

    .brand-flow-content {
      min-height: 52px;
      font-size: 12px;
      letter-spacing: 0;
    }

    .brand-flow-content i {
      margin: 0 17px;
    }

  }

.afia-contact-section {
  width: 100%;
  padding: clamp(45px, 6vw, 80px) 0;

  background-color:
    var(--color-accent-100, #eef4f0);

  border-top:
    1px solid
    var(--color-divider, #e2e8f0);
}

.afia-contact-section .afia-contact-container {
  width: min(
    calc(100% - 40px),
    1200px
  );

  margin-inline: auto;
}

.afia-contact-section .afia-contact-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.2fr);

  gap: clamp(35px, 6vw, 75px);

  align-items: start;
}

.afia-contact-section .afia-contact-info {
  min-width: 0;
}

.afia-contact-section .afia-contact-label {
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 14px;
  border: 1px solid #d2a85e;
  border-radius: 4px;
  color: #022b1f;
  background: rgba(210, 168, 94, 0.08);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.afia-contact-section .afia-contact-title {
  margin: 0 0 14px;

  color:
    var(--color-text, #1a202c);

  font-size:
    clamp(2rem, 3.5vw, 2.75rem);

  line-height: 1.12;

  font-weight: 800;

  letter-spacing: -0.03em;
}

.afia-contact-section .afia-contact-desc {
  max-width: 38ch;

  margin: 0 0 32px;

  color:
    color-mix(
      in srgb,
      var(--color-text, #1a202c) 80%,
      transparent
    );

  font-size: 1.05rem;

  line-height: 1.6;
}

.afia-contact-section .afia-contact-details {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

.afia-contact-section .afia-contact-detail-item {
  display: flex;

  align-items: center;

  gap: 12px;

  min-width: 0;

  color:
    var(--color-text, #2d3748);

  font-size: 0.95rem;

  font-weight: 500;

  line-height: 1.45;
}

.afia-contact-section .afia-contact-detail-item a[data-contact-email] {
  color: inherit;
  text-decoration: none;
}

.afia-contact-section .afia-contact-detail-item a[data-contact-email]:hover {
  color: var(--color-accent, #235642);
  text-decoration: underline;
}
.afia-contact-section .afia-contact-detail-item a[data-contact-phone] {
  color: inherit;
  text-decoration: none;
}

.afia-contact-section .afia-contact-detail-item a[data-contact-phone]:hover {
  color: var(--color-accent, #235642);
  text-decoration: underline;
}
.afia-contact-section .afia-contact-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  flex: 0 0 36px;

  border-radius: 50%;

  background-color:
    rgba(0, 0, 0, 0.04);

  color:
    var(--color-text, #2d3748);
}

.afia-contact-section .afia-contact-icon svg {
  width: 17px;
  height: 17px;

  display: block;
}

.afia-contact-section .afia-contact-form-wrapper {
  min-width: 0;
}

.afia-contact-section .afia-contact-form,
.afia-contact-section .afia-contact-done {
  width: 100%;

  background:
    var(--color-bg, #ffffff);

  border:
    1px solid
    rgba(0, 0, 0, 0.06);

  border-radius: 16px;

  padding:
    clamp(24px, 4vw, 36px);

  box-shadow:
    0 10px 30px -5px rgba(0, 0, 0, 0.05),
    0 4px 12px -2px rgba(0, 0, 0, 0.02);
}

.afia-contact-section .afia-contact-form-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 20px 16px;
}

.afia-contact-section .afia-contact-field {
  min-width: 0;

  display: flex;

  flex-direction: column;

  gap: 7px;
}

.afia-contact-section .afia-contact-field-full {
  grid-column: 1 / -1;
}

.afia-contact-section .afia-contact-field label {
  display: block;

  margin: 0;

  color:
    var(--color-text, #2d3748);

  font-size: 0.875rem;

  line-height: 1.3;

  font-weight: 600;
}

.afia-contact-section
.afia-contact-input {

  display: block;

  width: 100%;
  min-width: 0;

  padding: 12px 14px;

  border:
    1.5px solid
    #d1d5db;

  border-radius: 8px;

  background-color:
    #ffffff !important;

  color:
    var(--color-text, #1a202c);

  font-family: inherit;

  font-size: 0.95rem;

  line-height: 1.4;

  box-sizing: border-box;

  outline: none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease;
}

.afia-contact-section
.afia-contact-input::placeholder {

  color: #9ca3af;

  opacity: 1;
}

.afia-contact-section
.afia-contact-input:focus {

  border-color: #2a5a44;

  background-color:
    #ffffff !important;

  box-shadow:
    0 0 0 3px
    rgba(42, 90, 68, 0.15);
}

.afia-contact-section
.afia-contact-select-wrap {

  position: relative;

  width: 100%;
}

.afia-contact-section
.afia-contact-select {

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;

  padding-right: 40px;
}

.afia-contact-section
.afia-contact-select-wrap::after {

  content: "";

  position: absolute;

  right: 15px;
  top: 50%;

  width: 0;
  height: 0;

  transform:
    translateY(-35%);

  border-left:
    5px solid transparent;

  border-right:
    5px solid transparent;

  border-top:
    5px solid #6b7280;

  pointer-events: none;
}

.afia-contact-section
.afia-contact-textarea {

  min-height: 110px;

  resize: vertical;
}

.afia-contact-section
.afia-contact-hp-field {

  position: absolute;

  width: 1px;
  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border: 0;
}

.afia-contact-section
.afia-contact-form-error {

  margin: 14px 0 0;

  color:
    var(--color-accent-2-700, #b42318);

  font-size: 0.85rem;

  line-height: 1.5;

  text-align: left;
}

.afia-contact-section
.afia-contact-submit {

  display: block;

  width: 100%;

  min-height: 48px;

  margin-top: 24px;

  padding: 13px 20px;

  border: 0;

  border-radius: 999px;

  background:
    #2a5a44;

  color: #ffffff;

  font-family: inherit;

  font-size: 1rem;

  line-height: 1.2;

  font-weight: 600;

  cursor: pointer;

  transition:
    background-color .2s ease,
    transform .15s ease;
}

.afia-contact-section
.afia-contact-submit:hover {

  background:
    #1f4333;
}

.afia-contact-section
.afia-contact-submit:active {

  transform:
    scale(.99);
}

.afia-contact-section
.afia-contact-form-note {

  margin: 14px 0 0;

  color: #6b7280;

  font-size: 0.8rem;

  line-height: 1.5;

  text-align: center;
}

.afia-contact-section
.afia-contact-done-inner {

  padding: 5px 0;
}

.afia-contact-section
.afia-contact-done-title {

  margin: 0 0 10px;

  color:
    var(--color-text, #1a202c);

  font-size: 1.25rem;

  line-height: 1.25;

  font-weight: 800;
}

.afia-contact-section
.afia-contact-done-desc {

  margin: 0 0 20px;

  color: #4a5568;

  font-size: 0.95rem;

  line-height: 1.6;
}

.afia-contact-section
.afia-contact-write-another {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding: 0 18px;

  border:
    1px solid
    #2a5a44;

  border-radius: 999px;

  background: transparent;

  color: #2a5a44;

  font-family: inherit;

  font-size: .9rem;

  font-weight: 600;

  cursor: pointer;

  transition:
    background-color .2s ease,
    color .2s ease;
}

.afia-contact-section
.afia-contact-write-another:hover {

  background: color-mix(in srgb, var(--color-text) 7%, transparent);

  color: #2a5a44;
}

@media (max-width: 900px) {

  .afia-contact-section
  .afia-contact-grid {

    grid-template-columns:
      minmax(0, .85fr)
      minmax(0, 1.15fr);

    gap: 35px;
  }

  .afia-contact-section
  .afia-contact-title {

    font-size:
      clamp(2rem, 4vw, 2.5rem);
  }

  .afia-contact-section
  .afia-contact-desc {

    font-size: .98rem;
  }
}

@media (max-width: 768px) {

  .afia-contact-section {
    padding:
      50px 0 60px;
  }

  .afia-contact-section
  .afia-contact-container {

    width:
      min(
        calc(100% - 32px),
        600px
      );
  }

  .afia-contact-section
  .afia-contact-grid {

    grid-template-columns: 1fr;

    gap: 35px;
  }

  .afia-contact-section
  .afia-contact-title {

    margin-bottom: 12px;

    font-size: 2.2rem;
  }

  .afia-contact-section
  .afia-contact-desc {

    max-width: 45ch;

    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {

  .afia-contact-section {
    padding:
      42px 0 52px;
  }

  .afia-contact-section
  .afia-contact-container {

    width:
      calc(100% - 24px);
  }

  .afia-contact-section
  .afia-contact-form,
  .afia-contact-section
  .afia-contact-done {

    padding: 20px;

    border-radius: 13px;
  }

  .afia-contact-section
  .afia-contact-form-grid {

    grid-template-columns: 1fr;

    gap: 17px;
  }

  .afia-contact-section
  .afia-contact-field-full {

    grid-column: auto;
  }

  .afia-contact-section
  .afia-contact-title {

    font-size: 2rem;
  }

  .afia-contact-section
  .afia-contact-desc {

    font-size: .95rem;
  }
}

.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}

.step-image{

  width:100%;

  height:310px;

  object-fit:cover;

  border-radius:22px;

  margin-top:35px;

  display:block;

}

@media(max-width:900px){

  .step-image{

    height:260px;

  }

}

@media(max-width:600px){

  .step-image{

    height:220px;

    border-radius:18px;

  }

}

.af-hero2::before{

  content:"";
  position:absolute;
  inset:0;
  z-index:1;

  background:linear-gradient(
    90deg,
    rgba(8,53,38,.72) 0%,
    rgba(8,53,38,.6) 45%,
    rgba(8,53,38,.22) 100%
  );

}

.af-option i{
  color:#083526;
}

.af-hero2__container{

  max-width:1400px;

  margin:auto;

  padding:0 40px;

  display:grid;

  grid-template-columns:1.1fr .8fr;

  gap:70px;

  align-items:center;

}

.af-hero2__badge{

  display:inline-flex;

  align-items:center;

  padding:10px 18px;

  border-radius:30px;

  background:rgba(255,255,255,.12);

  color:#b7e9d7;

  font-size:13px;

  font-weight:600;

  line-height:1.4;

  margin-bottom:25px;

  max-width:max-content;

}

@media(max-width:600px){

  .af-hero2__badge{

    width:100%;

   

    padding:10px 16px;

    font-size:11px;

    line-height:1.45;

    border-radius:25px;

    white-space:normal;

  }

}

.af-hero2 h1{

  font-size:46px;

  line-height:1.14;

  color:white;

  margin:0 0 25px;

  letter-spacing:-1px;

  font-weight:700;

}

.af-hero2 h1 span{

  color:#73d4b0;

}

.af-hero2__content p{

  max-width:600px;

  font-size:18px;

  line-height:1.6;

  color:rgba(255,255,255,.85);

}

.af-hero2__buttons{

  display:flex;

  gap:18px;

}

.af-btn2{

  padding:17px 30px;

  border-radius:35px;

  text-decoration:none;

  font-weight:600;

  display:inline-block;

  transition:transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;

}

.af-btn2--primary{
display:flex!important;
align-items:center;
  background:white;
    justify-content: center;
  color:#083526;

}

.af-btn2--primary:hover{

  background:#73d4b0;

  color:#083526;

  transform:translateY(-2px);

  box-shadow:0 12px 24px rgba(0,0,0,.18);

}

.af-btn2--outline{

  border:1px solid rgba(255,255,255,.6);

  color:white;

}

.af-btn2--outline:hover{

  background:rgba(255,255,255,.12);
color:white;
  border-color:#fff;

  transform:translateY(-2px);

}

.af-hero2__contact{

  display:flex;

  align-items:center;

  gap:15px;

  margin-top:25px;

}

.af-hero2__contact a{

  color:white;

  text-decoration:none;

  font-size:14px;

  display:flex;

  align-items:center;

  gap:8px;

}

.af-hero2__card{

  background:white;

  padding:30px;

  border-radius:30px;

  box-shadow:0 20px 60px rgba(0,0,0,.25);

}

.af-hero2__card h3{

  margin:0;

  color:#083526;

  font-size:22px;

}

.af-hero2__card p{

  color:#6f817a;

  font-size:14px;

}

.af-option{

  display:flex;

  align-items:center;

  gap:15px;

  padding:18px;

  background:#f2f7f4;

  border-radius:18px;

  margin-top:15px;

  text-decoration:none;

  cursor:pointer;

  border:1px solid transparent;

  transition:background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;

}

.af-option:hover{

  background:#ffffff;

  border-color:rgba(8,53,38,.15);

  transform:translateY(-2px);

  box-shadow:0 10px 24px rgba(8,53,38,.12);

}

.af-option:hover .af-option__icon{

  background:#083526;

  color:#ffffff;

}

.af-option:hover .af-option-chevron{

  transform:translateX(3px);

  color:#083526;

}

.af-option__icon{

  width:40px;

  height:40px;

  background:white;

  border-radius:10px;

  display:flex;

  justify-content:center;

  align-items:center;

  color:#083526;

  flex-shrink:0;

  transition:background .2s ease, color .2s ease;

}

.af-option__icon svg{

  width:20px;

  height:20px;

}

.af-option-chevron{

  width:18px;

  height:18px;

  flex-shrink:0;

  transition:transform .2s ease, color .2s ease;

  color:#9aa8a2;

}

.af-option div:nth-child(2){

  flex:1;

}

.af-option strong{

  display:block;

  color:#083526;

  font-size:14px;

}

.af-option small{

  display:block;

  margin-top:5px;

  color:#72837c;

}

@media(max-width:1100px){


.af-hero2__container{

  grid-template-columns:1fr;

}


.af-hero2 h1{

  font-size:40px;

}


.af-hero2__card{

  max-width:600px;

}


}

.af-hero2::before{

  content:"";
  position:absolute;
  inset:0;
  z-index:1;

  background:linear-gradient(
    90deg,
    rgba(8,53,38,.72) 0%,
    rgba(8,53,38,.6) 45%,
    rgba(8,53,38,.22) 100%
  );

}

.af-option i{
  color:#083526;
}

.af-hero2__container{

  max-width:1400px;

  margin:auto;

  padding:0 25px;

  display:grid;

  grid-template-columns:1.1fr .8fr;

  gap:70px;

  align-items:center;

}

.af-hero2__badge{

  display:inline-flex;

  align-items:center;

  padding:10px 18px;

  border-radius:30px;

  background:rgba(255,255,255,.12);

  color:#b7e9d7;

  font-size:13px;

  font-weight:600;

  line-height:1.4;

  margin-bottom:25px;

  max-width:max-content;

}

@media(max-width:600px){

  .af-hero2__badge{

    width:100%;

   

    padding:10px 16px;

    font-size:11px;

    line-height:1.45;

    border-radius:25px;

    white-space:normal;

  }

}

.af-hero2 h1{

  font-size:46px;

  line-height:1.14;

  color:white;

  margin:0 0 25px;

  letter-spacing:-1px;

  font-weight:700;

}

.af-hero2 h1 span{

  color:#73d4b0;

}

.af-hero2__content p{

  max-width:600px;

  font-size:18px;

  line-height:1.6;

  color:rgba(255,255,255,.85);

}

.af-hero2__buttons{

  display:flex;

  gap:18px;

}

.af-btn2{

  padding:17px 30px;

  border-radius:35px;

  text-decoration:none;

  font-weight:600;

  display:inline-block;

  transition:transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;

}

.af-btn2--primary{

  background:white;

  color:#083526;

}

.af-btn2--primary:hover{

  background:#73d4b0;

  color:#083526;

  transform:translateY(-2px);

  box-shadow:0 12px 24px rgba(0,0,0,.18);

}

.af-btn2--outline{

  border:1px solid rgba(255,255,255,.6);

  color:white;

}

.af-btn2--outline:hover{

  background:rgba(255,255,255,.12);
color:white;
  border-color:#fff;

  transform:translateY(-2px);

}

.af-hero2__contact{

  display:flex;

  align-items:center;

  gap:15px;

  margin-top:25px;

}

.af-hero2__contact a{

  color:white;

  text-decoration:none;

  font-size:14px;

  display:flex;

  align-items:center;

  gap:8px;

}

.af-hero2__card{

  background:white;

  padding:30px;

  border-radius:30px;

  box-shadow:0 20px 60px rgba(0,0,0,.25);

}

.af-hero2__card h3{

  margin:0;

  color:#083526;

  font-size:22px;

}

.af-hero2__card p{

  color:#6f817a;

  font-size:14px;

}

.af-option{

  display:flex;

  align-items:center;

  gap:15px;

  padding:10px;

  background:#f2f7f4;

  border-radius:18px;

  margin-top:15px;

  text-decoration:none;

  cursor:pointer;

  border:1px solid transparent;

  transition:background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;

}

.af-option:hover{

  background:#ffffff;

  border-color:rgba(8,53,38,.15);

  transform:translateY(-2px);

  box-shadow:0 10px 24px rgba(8,53,38,.12);

}

.af-option:hover .af-option__icon{

  background:#083526;

  color:#ffffff;

}

.af-option:hover .af-option-chevron{

  transform:translateX(3px);

  color:#083526;

}

.af-option__icon{

  width:40px;

  height:40px;

  background:white;

  border-radius:10px;

  display:flex;

  justify-content:center;

  align-items:center;

  color:#083526;

  flex-shrink:0;

  transition:background .2s ease, color .2s ease;

}

.af-option__icon svg{

  width:20px;

  height:20px;

}

.af-option-chevron{

  width:18px;

  height:18px;

  flex-shrink:0;

  transition:transform .2s ease, color .2s ease;

  color:#9aa8a2;

}

.af-option div:nth-child(2){

  flex:1;

}

.af-option strong{

  display:block;

  color:#083526;

  font-size:14px;

}

.af-option small{

  display:block;

  margin-top:5px;

  color:#72837c;

}

@media(max-width:1100px){


.af-hero2__container{

  grid-template-columns:1fr;

}


.af-hero2 h1{

  font-size:40px;

}


.af-hero2__card{

  max-width:600px;

}


}

.af-hero2{
  padding:150px 0 130px;
}

.af-hero2__bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.af-hero2__bg-slide{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0;
  transform:scale(1.12);
  transition:opacity 1.8s ease, transform 8s ease;
  will-change:opacity, transform;
}

.af-hero2__bg-slide.is-active{
  opacity:1;
  transform:scale(1);
}

.af-hero2__container{
  position:relative;
  z-index:2;
  gap:100px;
}

.af-hero2__content{
  display:flex;
  flex-direction:column;
}

.af-hero2__slides{
  position:relative;
  display:grid;
}

.af-hero2__slide{
  grid-area:1 / 1 / 2 / 2;
  display:grid;
  gap:inherit;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .5s ease;
}

.af-hero2__slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.af-hero2__badge{
  margin-bottom:30px;
}

.af-hero2 h1{
  margin-bottom:32px;
}

.af-hero2__content p{
  margin:0 0 46px;
}

.af-hero2__buttons{
  margin-bottom:0;
}

.af-hero2__contact{
  margin-top:50px;
}

.af-hero2__slide.is-active [data-reveal-el]{
  animation:af-hero-reveal .9s cubic-bezier(.19,1,.22,1) forwards;
  animation-delay:calc(var(--reveal-order, 0) * .14s);
}

.af-hero2__dots{
  display:flex;
  gap:10px;
  margin-top:46px;
}

.af-hero2__dots span{
  width:28px;
  height:4px;
  border-radius:4px;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:background .4s ease, width .4s ease;
}

.af-hero2__dots span.is-active{
  background:#73d4b0;
  width:44px;
}

.af-hero2__card{
  padding:30px;
}

.af-hero2__container{
  cursor:grab;
  touch-action:pan-y;
  user-select:none;
}

@media(max-width:900px){
  .af-hero2{
    padding:110px 0 90px;
  }
  .af-hero2__container{
    gap:20px;
  }
}

@media(prefers-reduced-motion:reduce){
  .af-hero2__bg-slide{
    transition:opacity 1.2s ease;
    transform:none !important;
  }
  .af-hero2__slide.is-active [data-reveal-el]{
    animation:none;
    opacity:1;
    transform:none;
    clip-path:none;
  }
}

.wellness__inner {
      width: min(1180px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.05fr 1fr 1fr;
      gap: 22px;
      align-items: stretch;
    }

.wellness__intro {
      padding: 6px 28px 0 0;
      min-height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      opacity: 0;
      transform: translateY(24px);
      animation: introIn 0.75s ease forwards;
    }

.wellness__title {
      font-size: 43px;
      line-height: 1.05;
      letter-spacing: -1.8px;
      font-weight: 700;
      color: #022b1f;
      max-width: 340px;
      margin-bottom: 20px;
    }

.wellness__lead {
      font-size: 17px;
      line-height: 1.7;
      font-weight: 400;
      color: #4a4a4a;
      max-width: 340px;
    }

.wellness__card {
      position: relative;
      min-height: 220px;
      padding: 24px 22px 22px;
      background: var(--white);
      border: 1px solid rgba(22, 63, 45, 0.04);
      border-radius: 22px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 8px 30px rgba(20, 32, 24, 0.04);
      opacity: 0;
      transform: translateY(26px) scale(0.985);
      animation: cardIn 0.7s ease forwards;
      transition:
        background-color 0.45s cubic-bezier(.2,.8,.2,1),
        transform 0.45s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.45s cubic-bezier(.2,.8,.2,1),
        border-color 0.45s ease;
    }

.wellness__card:nth-child(2) { animation-delay: 0.08s; }

.wellness__card:nth-child(3) { animation-delay: 0.16s; }

.wellness__card:nth-child(4) { animation-delay: 0.24s; }

.wellness__card:nth-child(5) { animation-delay: 0.32s; }

.wellness__card:nth-child(6) { animation-delay: 0.40s; }

.wellness__card::before {
      content: "";
      position: absolute;
      inset: auto -35% -55% auto;
      width: 190px;
      height: 190px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      transform: scale(0.2);
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s ease;
      pointer-events: none;
    }

.wellness__card::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--card-img);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.5;
      z-index: 1;
      pointer-events: none;
      transition: opacity 0.45s ease;
    }

.wellness__card:hover {
      background: var(--forest);
      border-color: var(--forest);
      transform: translateY(-8px) scale(1.015);
      box-shadow: 0 22px 44px rgba(15, 48, 34, 0.20);
    }

.wellness__card:hover::before {
      transform: scale(1);
      opacity: 1;
    }

.wellness__card:hover::after {
      opacity: 0;
    }

.wellness__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      position: relative;
      z-index: 2;
    }

.wellness__stat {
      font-size: 28px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.04em;
      color: var(--forest-dark);
      transition: color 0.35s ease, transform 0.35s ease;
    }

.wellness__icon {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      border: 1px solid var(--line);
      display: grid;
      place-items: center;
      background: var(--sage-light);
      color: var(--forest);
      flex: 0 0 auto;
      transition:
        transform 0.4s cubic-bezier(.2,.8,.2,1),
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease;
    }

.wellness__icon svg {
      width: 23px;
      height: 23px;
      stroke: currentColor;
    }

.wellness__body {
      position: relative;
      z-index: 2;
      margin-top: 26px;
    }

.wellness__name {
      max-width: 240px;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 700;
      color: var(--ink);
      transition: color 0.35s ease, transform 0.35s ease;
    }

.wellness__detail {
      display: grid;
      grid-template-rows: 0fr;
      opacity: 0;
      transform: translateY(10px);
      transition:
        grid-template-rows 0.42s cubic-bezier(.2,.8,.2,1),
        opacity 0.35s ease,
        transform 0.42s cubic-bezier(.2,.8,.2,1),
        margin-top 0.42s ease;
      margin-top: 0;
    }

.wellness__detailInner {
      overflow: hidden;
    }

.wellness__description {
      font-size: 13px;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.82);
      margin-bottom: 12px;
    }

.wellness__source {
      font-size: 11px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.66);
    }

.wellness__card:hover .wellness__stat,
    .wellness__card:hover .wellness__name {
      color: var(--white);
    }

.wellness__card:hover .wellness__stat {
      transform: translateY(-2px);
    }

.wellness__card:hover .wellness__icon {
      transform: rotate(5deg) scale(1.08);
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.20);
      color: var(--white);
    }

.wellness__card:hover .wellness__detail {
      grid-template-rows: 1fr;
      opacity: 1;
      transform: translateY(0);
      margin-top: 18px;
    }

.wellness__card:hover .wellness__name {
      transform: translateY(-1px);
    }

@media (max-width: 980px) {
      .wellness__inner {
        grid-template-columns: repeat(2, 1fr);
      }

      .wellness__intro {
        grid-column: 1 / -1;
        min-height: auto;
        padding-right: 0;
        margin-bottom: 8px;
      }

      .wellness__title,
      .wellness__lead {
        max-width: 560px;
      }
    }

.founderSection {
    position: relative;
    overflow: hidden;
    padding: 120px 55px 110px;
    background:
        radial-gradient(circle at 78% 35%, rgba(221, 237, 231, 0.55) 0, rgba(221, 237, 231, 0.55) 190px, transparent 191px),
        #ffffff;
}

.founderContainer {
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.founderEyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    margin-bottom: 30px;
    border: 1px solid #d2a85e;
    border-radius: 4px;
    background: rgba(210, 168, 94, 0.08);
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #022b1f;
    text-transform: uppercase;
}

.founderEyebrowLine {
    display: none;
}

.founderTitle {
    font-size: 43px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.8px;
    color: #022b1f;
    margin-bottom: 28px;
}

.founderTitleAccent {
    display: block;
    color: #d2a85e;
}

.founderIntro {
    max-width: 680px;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 18px;
}

.founderText {
    max-width: 690px;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.founderActions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 38px;
}

.founderButton {
    min-width: 220px;
    height: 58px;
    padding: 0 30px;
    border: none;
    border-radius: 100px;
    background: #00594e;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-decoration: none;
    transition: 0.25s ease;
}

.founderButton:hover {
    background: #003f38;
    transform: translateY(-2px);
}

.founderArrow {
    font-size: 22px;
    line-height: 1;
}

.socialGroup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.socialButton {
    width: 43px;
    height: 43px;
    border-radius: 9px;
    background: #f1f5f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f38;
    text-decoration: none;
    transition: 0.2s ease;
}

.socialButton:hover {
    background: #e5eeea;
    transform: translateY(-2px);
}

.socialButton svg {
    width: 21px;
    height: 21px;
}

.founderStats {
    border-top: 1px solid #d8dfdc;
    padding-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.statItem {
    padding-right: 32px;
    min-height: 72px;
}

.statItem + .statItem {
    border-left: 1px solid #d4ddda;
    padding-left: 42px;
}

.statNumber {
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    color: #00352f;
    margin-bottom: 11px;
}

.statLabel {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #6a7c88;
    text-transform: uppercase;
}

.visualBlob {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(231, 241, 237, 0.7);
    top: -50px;
    left: 20px;
    z-index: 0;
}

.founderImageCard {
    position: relative;
    z-index: 1;
    width: 84%;
    margin-left: 3%;
    border-radius: 20px;
    overflow: hidden;
    background: #eef2f0;
}

.founderImageCard img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.quoteCard {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 115px;
    width: 360px;
    padding: 32px 34px;
    border-radius: 20px;
    background: rgba(248, 252, 250, 0.96);
    box-shadow: 0 20px 60px rgba(0, 45, 40, 0.08);
    backdrop-filter: blur(10px);
}

.quoteMark {
    font-family: Georgia, serif;
    font-size: 66px;
    line-height: 0.7;
    color: #79a798;
    margin-bottom: 20px;
}

.quoteText {
    font-size: 20px;
    line-height: 1.45;
    color: #071d1a;
    margin-bottom: 12px;
}

.quoteAuthor {
    font-size: 15px;
    color: #657785;
}

.founderSignature {
    position: relative;
    z-index: 2;
    width: 84%;
    margin-left: 3%;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.signatureInner {
    text-align: center;
    padding: 14px 22px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(2, 43, 31, 0.08);
}

.signatureRole {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #667781;
}

@media (max-width: 580px) {

    .founderSection {
        padding: 42px 16px;
    }

    .founderActions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .founderButton {
        width: 100%;
    }

    .founderStats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .statItem {
        padding: 0 0 18px;
        min-height: auto;
        border-bottom: 1px solid #d8dfdc;
    }

    .statItem + .statItem {
        border-left: 0;
        padding-left: 0;
    }

    .statItem:last-child {
        border-bottom: 0;
    }

    .founderImageCard {
        width: 100%;
    }

    .founderImageCard img {
        height: 430px;
    }

    .quoteCard {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 30px);
        margin: -60px auto 0;
        padding: 26px;
    }

    .quoteText {
        font-size: 18px;
    }

    .founderSignature {
        width: 100%;
        justify-content: center;
        padding-top: 25px;
    }

}
@media (max-width: 768px) {
    .steps-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}
@media (max-width: 850px) {
    .founderContainer {
        grid-template-columns: 1fr;
        gap: 55px;
    }
}