body {
  margin: 0;
  background: #FAF7F2;
  font-family: "Syne", sans-serif;
}

.container{
    max-width: 1100px;
}



.cta {
  background: #fff;
  color: #111;

  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;

  border: 2px solid #111;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 4px 4px 0 #111;
  transition: all 0.2s ease;
}

/* hover effect */
.cta:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #111;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    position: fixed;
    z-index: 1000;
    width: 100%;
border-bottom: 1px solid #D8D0C0;
background: rgba(245, 240, 232, 0.88);
backdrop-filter: blur(6px);
    .nav-container{
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-left{
    a{
        background-color: black;
        color: #fff;
        padding: 8px 18px;
        border-radius: 2px;
        font-weight: 600;
    }
}
button{
    background-color: #000;
    color: #fff;
    padding: 6px 18px;
    border-radius: 2px;
    cursor: pointer;
}
}

.hero-heading{
    font-size: 64px;
    font-weight: 500;
    color: #0D0D0D;
    margin: 0;

    .highlight{
        color: #6B6555;
    }
}
.hero-sub-heading{
color: #6B6555;
font-size: 18px;
margin-top: 20px;
font-weight: 400;
}
.hero-list-text{
    font-size: 14px;
    font-weight: 500;
    color: #0D0D0D;
}

.section-tag-text{
    color: #9A9B96;
    font-weight: 600;
    font-size: 16px;
}
.section-heading{
    color: #0D0D0D;
    font-weight: 400;
    font-size: 48px;
    text-align: left;
    line-height: 1.3;
   
}
.section-sub-heading{
    color: #6B6555;
    font-size: 18px;
    font-weight: 400;
     font-family: "Syne", sans-serif;

}

/* SECTION */
.hero {
  padding: 80px 20px 0px 20px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.04) 1.67%, rgba(13, 13, 13, 0.00) 1.67%), linear-gradient(90deg, rgba(13, 13, 13, 0.04) 1.67%, rgba(13, 13, 13, 0.00) 1.67%);
.container {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.hero-left {
  flex: 1;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #111;
  color: #fff;
  padding: 6px 12px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-radius: 2px;
}


ul {
  padding-left: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
   list-style-type: circle;
}



/* CTA */
.cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
}



.note {
  font-size: 14px;
  color: #C8C4BC;
}

/* RIGHT */
.hero-right {
  flex: 1;
  position: relative;
}

/* CARD */
.card {
  background: #FFF;
  padding: 24px;
  border-radius: 4px;
border: 1px solid #D8D0C0;
box-shadow: 8px 8px 0 0 rgba(13, 13, 13, 0.06);
position: relative;

}

.star-svg{
  position: absolute;
  right: -80px;
  top: 0px;
  transform: translate(-50%, -50%);
}

.card-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6B6555;
  margin-bottom: 20px;
  font-weight: 600;
}

/* ITEMS */
.card-item {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #D8D0C0;
}

.card-item:last-child {
  border-bottom: none;
}

.num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #0D0D0D;
background: #F6F6E3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.card-item h4 {
  margin: 0;
  color: #0D0D0D;
  font-size: 14px;
}

.card-item p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #6B6555;
  font-weight: 500;
}

/* BADGE */
.badge {
  position: absolute;
  bottom: -95px;
  right: 70px;
  transform: translate(-50%, -50%);
  background: #111;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
 

}
.badge2{
  position: absolute;
  right: -40px;
  background: #111;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
 

}

.badge strong {
  font-size: 18px;
  display: block;
}

.badge span {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.7;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  h1 {
    font-size: 36px;
  }
}


}



/* SECTION */
.challenges {
  padding: 0px 20px;
background-color: #000;
.container {

  display: flex;
  align-items: center;
  gap: 60px;
}

.section-heading{
  color: #fff;
}

.left {
  flex: 1;
}

.tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 15px;
}

/* HEADING */
h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
}

h2 span {
  font-style: italic;
  color: #8a857a;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #222;
  margin: 25px 0;
}

/* SUB */
.sub {
  font-size: 12px;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 10px;
}

/* LIST */
.list {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #1a1a1a;
}

.num {
  color: #555;
  font-size: 14px;
  width: 30px;
}

.row p {
  margin: 0;
  color: #ccc;
  font-size: 16px;
}

/* RIGHT */
.right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.right img {
  max-width: 380px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  h2 {
    font-size: 30px;
  }

  .right img {
    max-width: 260px;
  }
}
}




/* SECTION */
.cta-strip {
  background: #fff;
  padding: 40px 20px;
  border: 1.458px solid #D8D0C0;
  /* LAYOUT */
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* TEXT */
.text {
  max-width: 650px;
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
  line-height: 1.6;
}

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

  .cta-btn {
    width: 100%;
  }
}
}



/* SECTION */
.cover-section {
  padding: 20px;
  position: relative;
  background: linear-gradient(0deg, #FAF7F2 0%, #FAF7F2 100%), #FFF;
.container {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
}

.section-heading{
    margin-top: 24px;
    margin-bottom: 24px;
}
.section-sub-heading{
    margin-bottom: 24px;
}
/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.card {
 border-radius: 8.75px;
border: 1.458px solid #D8D0C0;
background: #FFF;
  padding: 30px;
  position: relative;
}

/* NUMBER */
.number {
  font-size: 40px;
  color: #c7c2b7;
  display: block;
  margin-bottom: 10px;
}

/* TEXT */
.card h3 {
  margin: 20px 0px;
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
}

.card p {
  color: #6B6555;
  font-size: 14px;
  line-height: 1.6;
}

/* TAGS */
.tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  font-size: 12px;
  color: #6B6555;
  padding: 6px 14px;
  font-weight: 500;
border-radius: 2.917px;
border: 1.458px solid #D8D0C0;
background: #F5F0E8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }


}
}
.cover-section::after {
  content: "";
  position: absolute;
  bottom: -60px; /* adjust depth */
  left: 0;
  width: 100%;
  height: 100px; /* controls slant height */

  background: #000; /* next section color */

  transform: skewY(1deg);
  transform-origin: top left;

  
}


/* SECTION */
.output-section {
  padding: 20px;
  border-top: 1px solid #D8D0C0;
border-bottom: 1px solid #D8D0C0;
background: #FAF7F2;

.container {

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.section-heading{
    margin-top: 24px;
}

/* LEFT */
.left {
  flex: 1;
}



/* RIGHT CARD */
.right {
  flex: 1;
border-radius: 7.233px;
background: #FFF;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

/* subtle corner shape */
.right::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(200, 220, 180, 0.3);
  border-radius: 50%;
}

/* LIST */
.right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6B6555;
}

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

  h2 {
    font-size: 28px;
  }

  .right {
    width: 100%;
  }
}
}


/* expert-section */
.expert-section {
  padding: 40px 20px;
  border-top: 1px solid #D8D0C0;
background: #F5F0E8;
  .expert-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.expert-image img {
  width: 180px;

}

.section-heading{
    font-size: 36px;
    margin:14px 0px 8px 0px;
    line-height: 1;
}




.desc {
  font-size: 16px;
  margin: 20px 0px;
  color: #444444;
  font-weight: 400;
   font-family: "Syne", sans-serif;

}

.points {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.points li {
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #444444;
}


.stats {
  display: flex;
  gap: 40px;
  border-top: 1.205px solid #D8D0C0;
  padding-top: 14px;
}



.stats strong {
  display: block;
  font-size: 20px;
}

.stats span {
  color: #6B6555;
  font-size: 14px;
}
}


/* SECTION */
.no-clarity {
  padding:0px 20px;
  background-color: #ffffff;

  /* LAYOUT */
.container {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.left img {
  max-width: 320px;
}

/* RIGHT */
.right {
  flex: 1;
}

/* HEADING */
h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #111;
}

h2 span {
  font-style: italic;
  color: #6b665c;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #bfbab0;
  margin: 15px 0 25px;
}

/* LIST */
.list {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #cfcac1;
}

.row p {
  margin: 0;
  color: #2e2c26;
}

/* ICON */
.icon {
  max-width: 24px;
  width: 100%;
  height: 24px;
  border: 1px solid #aaa69d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6b665c;
}

/* DESCRIPTION */
.desc {
  margin: 25px 0;
  font-size: 14px;
  color: #5a574f;

   font-family: "Syne", sans-serif;
}

/* CTA BUTTON */
.cta-btn {
  padding: 14px 22px;
  border: 2px solid #111;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 5px 5px 0 #111;
  transition: 0.2s;
}

.cta-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #111;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: left;
  }

  h2 {
    font-size: 28px;
  }

  .left img {
    max-width: 220px;
  }
}
}


/* SECTION */
.fit-section {
  padding: 0px 20px;

 background-color: #F5F0E8;
/* BLOCK */
.block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 80px;
}

.block .reverse {
  flex-direction: row-reverse;
}

/* CONTENT */
.content {
  flex: 1;
}

/* TAG */
.tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a766c;
  margin-bottom: 10px;
}

/* HEADINGS */
h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111;
}

/* SUBTEXT */
.sub {
  font-size: 14px;
  color: #6b665c;
  margin-bottom: 20px;
}

/* IMAGE */
.image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image img {
  max-width: 260px;
}

/* LIST */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #2e2c26;
  font-size: 14px;
}

/* CROSS LIST */
.cross li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  color: #6b665c;
  font-size: 14px;
}

/* CHECK LIST */
.check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .block,
  .block.reverse {
    flex-direction: column;
    text-align: left;
  }

  h2 {
    font-size: 28px;
  }

  .image img {
    max-width: 200px;
  }
}
}



.cta-hero {
  background: radial-gradient(circle at center, #1a1a1a 0%, #0b0b0b 60%, #000 100%);
  color: #fff;
  padding: 40px 20px;
  text-align: center;

  /* Heading */
.section-heading{
  text-align: center;
  color: #6B6555; /* warm gray tone */
  margin-bottom: 20px;
}

.section-heading span {
  font-style: italic;
  color: #ffffff;
}
.section-sub-heading{
    color: rgba(255, 255, 255, 0.60);
    margin: 24px 0px;
    margin-bottom: 44px;
}

/* Button */
.cta-btn {
 border-radius: 2px;
border: 2px solid #0D0D0D;
background: #FFF;
box-shadow: 4px 4px 0 0 #0D0D0D;
color: #0D0D0D;
  padding: 14px 28px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cta-btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* Footer text */
.cta-footer {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 2px;
 color: rgba(255, 255, 255, 0.60);

}
.cc{
    color: #6E6E6E;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 30px;
  }

  .cta-desc {
    font-size: 13px;
  }


}
}

@media screen and (max-width:768px) {
      .hero {
    .hero-right {
      width: 100%;
    }
}
.fit-section {
    .fit-content {
       
        flex-direction: column;
     
    }
}

}



@media screen and (max-width: 1100px) {
  .nav{
    padding: 16px 20px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 40px;
    .cta-row {
        flex-direction: column;
        align-items: start;
    }
    .badge {
      bottom: -90px;
    }
}
.cover-section {
  padding: 20px;
}
  .cover-section::after {
    height: 75px;
  }
.output-section {
  padding: 20px;
}
      .section-heading {
        font-size: 24px;
      }
      .section-sub-heading {
        font-size: 16px;
      }
      .section-tag-text {
        font-size: 14px;
      }

      .output-section {
    .container {
        gap: 30px;
    }
    .right li{
      padding-left: 0;
    }

}
    .fit-section {
      padding: 20px;
      .block {
        margin-bottom: 0px;
      }
    }

    .no-clarity {
      padding: 20px;
    }

  .expert-section {
    .expert-content {
      flex-direction: column;
    }
    .expert-image img{
      width: auto;
    }
    .stats {
       gap: 0;
        justify-content: space-between;
      
    }
        .section-heading {
          font-size: 24px;
        }
        .section-sub-heading{
         font-size: 14px;
        }
            .desc{
              font-size: 14px;
            }
  }

.no-clarity .hidden-imgage-mob{
    display: none;
  }


  .fit-section .hidden-imgage-mob{
    display: none;
  }

.fit-section  .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
}

.fit-section .hidden-imgage-desktop{
  display: none;
}
.no-clarity .hidden-imgage-desktop{
    display: none;
}

@media screen and (max-width: 768px) {
  .fit-section .hidden-imgage-desktop{
  display: flex;
}
.no-clarity .hidden-imgage-desktop{
    display: flex;
}
}


@media screen and (max-width: 999px) {
    .hero {
        .hero-right {
            width: 100%;
        }
    }
}



@media screen and (min-width: 769px) and (max-width: 1200px) {
 

.hero {
    .cta-row {
   
        align-items: start;
     
        flex-direction: column;
    }
}

}