/* resources/css/app.css */

body {
    font-family: "Poppins", sans-serif !important;
}
  

/* ===== LAYOUT STYLES (From BaseStyle) ===== */

  


  
 
  
 
  /* ===== HOME PAGE STYLES (From LandingPageStyle) ===== */
  .home-section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 96px 7.5% 200px 7.5%;
    flex-wrap: wrap;
    background: #492c7c;
    border-bottom: 30px solid #d0d5dd;
    border-radius: 0px 0px 200px 0px;
  }
  
  @media (max-width: 990px) {
    .home-section1 {
      justify-content: center;
      padding: 40px 7.5% 104px 7.5%;
    }
  }
  
  .home-section1 > div {
    max-width: 576px;
  }
  
  .home-section1 > div h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
  
  @media (max-width: 990px) {
    .home-section1 > div h1 {
      font-size: 36px;
      line-height: 44px;
    }
  }
  
  .home-section1 > div p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
  }
  
  @media (max-width: 990px) {
    .home-section1 > div .section-header {
      font-size: 18px;
      line-height: 28px;
    }
  }
  
  .home-section1 > div nav {
    margin-top: 40px;
    width: 189px;
  }
  
  @media (max-width: 990px) {
    .home-section1 > div nav {
      width: 100%;
      margin-bottom: 50px;
    }
  }
  
  .home-section1 > div nav a {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 14px 18px;
    gap: 8px;
    background: #009444;
    border: 1px solid #009444;
    border-radius: 8px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
  }
  
  .home-section2 {
    display: flex;
    justify-content: space-between;
    padding: 87px 7.5% 99px 7.5%;
    align-items: center;
    flex-wrap: wrap;
  }
  
  @media (max-width: 990px) {
    .home-section2 {
      justify-content: center;
    }
  }
  
  .home-section2 > div {
    width: 576px;
  }
  
  .home-section2 > div h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 40px;
  }
  
  @media (max-width: 990px) {
    .home-section2 > div h1 {
      margin-top: 64px;
    }
  }
  
  .home-section2 > div .section-header {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
    margin-bottom: 35px;
  }
  
  .home-section2 > div p span {
    font-weight: bold;
  }
  
  .home-section2 > div nav a {
    text-align: center;
    padding: 12px 20px;
    white-space: nowrap;
    width: 127px;
    height: 48px;
    border: 1px solid #492c7c;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #492c7c;
    display: block;
  }
  
  @media (max-width: 990px) {
    .home-section2 > div nav a {
      width: 100%;
    }
  }
  
  .home-section3 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 96px 4% 136px 4%;
    padding: 0px 32px;
    background: #492c7c;
    border-radius: 12px;
  }
  
  @media (max-width: 990px) {
    .home-section3 > div {
      margin: 96px 0 200px 0;
      border-radius: 0;
      justify-content: center;
      padding: 0;
    }
  }
  
  .home-section3 > div .section-header {
    padding: 79px 0;
    width: 576px;
  }
  
  @media (max-width: 990px) {
    .home-section3 > div .section-header {
      padding: 32px;
    }
  }
  
  .home-section3 > div .section-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 24px;
  }
  
  .home-section3 > div .section-header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  
  .home-section3 > div .section-header nav {
    margin-top: 40px;
    width: 189px;
  }
  
  @media (max-width: 990px) {
    .home-section3 > div .section-header nav {
      width: 100%;
    }
  }
  
  .home-section3 > div .section-header nav a {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 14px 18px;
    gap: 8px;
    background: #009444;
    border: 1px solid #009444;
    border-radius: 8px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
  }
  
  .home-section3 > div img {
    width: fit-content;
  }
  
  .home-section4 {
    background: #f2f4f7;
    padding: 87px 7.5% 99px 7.5%;
  }
  
  @media (max-width: 990px) {
    .home-section4 {
      padding: 50px 7.5% 50px 7.5%;
    }
  }
  
  .home-section4 > .section-header {
    max-width: 768px;
    margin-bottom: 64px;
  }
  
  @media (max-width: 990px) {
    .home-section4 > .section-header {
      margin-bottom: 24px;
    }
  }
  
  .home-section4 > .section-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 20px;
  }
  
  @media (max-width: 990px) {
    .home-section4 > .section-header h1 {
      font-size: 30px;
    }
  }
  
  .home-section4 > .section-header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
  }
  
  .home-section4 ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* 3 columns */
    gap: 24px;  /* Space between items */
    padding: 0;
    margin: 0;
  }

  
  @media (max-width: 990px) {
    .home-section4 ul {
       display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
 
  .home-section4 ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    max-width: 389.33px;
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    margin-bottom: 64px;
  }
  
  @media (max-width: 990px) {
    .home-section4 ul li {
      margin-bottom: 24px;
    }
    .home-section4 ul li:last-child {
      margin-bottom: 0;
    }
  }
  
  .home-section4 ul li img {
    margin-bottom: 64px;
  }
  
  .home-section4 ul li p {
    margin-bottom: 0;
  }
  
  .home-section4 ul li h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
    margin-bottom: 8px;
  }
  
  .home-section4 ul li h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
  }


  /* ============================================
   ABOUT US PAGE STYLES (From Styled Components)
   ============================================ */

/* Section 1 - About Hero */

    /* ===== Keyframes ===== */
    @keyframes fadeUpIn {
      from {
          opacity: 0;
          transform: translateY(24px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes imageIn {
      from {
          opacity: 0;
          transform: translateY(24px) scale(0.96);
      }
      to {
          opacity: 1;
          transform: translateY(0) scale(1);
      }
  }
  
  /* ===== Section 1: About ===== */
  .about-section1 {
      display: flex;
      align-items: center;
      gap: 64px;
      padding: 123px 7.5% 130px 7.5%;
      flex-wrap: wrap;
  }
  
  @media (max-width: 990px) {
      .about-section1 {
          justify-content: center;
          padding: 40px 7% 40px 7%;
      }
  }
  
  /* Image Styles */
  .about-section1 img {
      max-width: 100%;
      height: auto;
      display: block;
      flex: 1 1 400px;
      animation: imageIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  
  @media (max-width: 990px) {
      .about-section1 img {
          margin-bottom: 24px;
      }
  }
  
  @media (prefers-reduced-motion: reduce) {
      .about-section1 img {
          animation: none;
      }
  }
  
  /* Content Div */
  .about-section1 > div {
      max-width: 576px;
      flex: 1 1 400px;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 40px;
      animation: fadeUpIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s backwards;
  }
  
  @media (prefers-reduced-motion: reduce) {
      .about-section1 > div {
          animation: none;
      }
  }
  
  /* Heading 1 */
  .about-section1 > div h1 {
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 44px;
      letter-spacing: -0.02em;
      color: #101828;
  }
  
  /* Inner div with h2 paragraphs */
  .about-section1 > div div {
      display: block;
      gap: 0;
      animation: none;
  }
  
  .about-section1 > div div h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #475467;
      margin-bottom: 18px;
  }
  
  .about-section1 > div div h2:last-child {
      margin-bottom: 0;
  }
  
  /* ===== Section 2: Mission, Vision, Value ===== */
  .about-section2 {
      padding: 0 7.5% 130px 7.5%;
  }
  
  .about-section2 ul {
      display: flex;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  
  .about-section2 ul li {
      flex: 1 1 280px;
      max-width: 384px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      text-align: center;
      opacity: 0;
      animation: fadeUpIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  
  /* Staggered animation delays */
  .about-section2 ul li:nth-child(1) {
      animation-delay: 0.05s;
  }
  .about-section2 ul li:nth-child(2) {
      animation-delay: 0.15s;
  }
  .about-section2 ul li:nth-child(3) {
      animation-delay: 0.25s;
  }
  
  @media (prefers-reduced-motion: reduce) {
      .about-section2 ul li {
          animation: none;
          opacity: 1;
      }
  }
  
  /* Icon Styles */
  .about-section2 ul li img {
      width: 62px;
      height: auto;
      transition: transform 0.25s ease;
  }
  
  .about-section2 ul li:hover img {
      transform: scale(1.08) rotate(-6deg);
  }
  
  /* Heading 1 */
  .about-section2 ul li h1 {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #101828;
      margin: 0;
  }
  
  /* Heading 2 / Description */
  .about-section2 ul li h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #475467;
      margin: 0;
  }


/* ============================================
   HOW IT WORKS PAGE STYLES
   ============================================ */
/* ===== Keyframes ===== */
@keyframes fadeUpIn {
  from {
      opacity: 0;
      transform: translateY(24px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes phoneFloat {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-12px);
  }
}

/* ===== Section 1: Hero ===== */
.how-section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  flex-wrap: wrap;
  padding: 96px 7.5% 163px 7.5%;
}

@media (max-width: 990px) {
  .how-section1 {
      justify-content: center;
      padding: 37px 0 163px 0;
      margin-bottom: 0;
  }
}

/* Content Div */
.how-section1 > div {
  max-width: 575.5px;
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  animation: fadeUpIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .how-section1 > div {
      animation: none;
  }
}

@media (max-width: 990px) {
  .how-section1 > div {
      padding: 0 7.5% 0 7.5%;
  }
}

/* Heading 1 */
.how-section1 > div h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 24px;
}

/* Inner div with h2 paragraphs */
.how-section1 > div div {
  display: block;
  animation: none;
}

.how-section1 > div div h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #475467;
  margin-bottom: 20px;
}

.how-section1 > div div h2:last-child {
  margin-bottom: 0;
}

/* Navigation / Button */
.how-section1 nav {
  margin-top: 40px;
}

.how-section1 nav a {
  text-align: center;
  padding: 12px 20px;
  white-space: nowrap;
  width: 127px;
  height: 48px;
  border: 1px solid #492c7c;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #492c7c;
  display: block;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.how-section1 nav a:hover {
  background-color: #492c7c;
  color: #ffffff;
}

@media (max-width: 990px) {
  .how-section1 nav a {
      width: 100%;
  }
}

/* Image */
.how-section1 img {
  flex: 1 1 300px;
  max-width: min(400px, 100%);
  height: auto;
  animation: phoneFloat 4.5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .how-section1 img {
      animation: none;
  }
}

/* ===== Section 2: How It Works Steps ===== */
.how-section2 {
  padding: 10px 7.5% 130px 7.5%;
}

/* Header */
.how-section2 > div {
  margin-bottom: 114px;
}

@media (max-width: 990px) {
  .how-section2 > div {
      margin-bottom: 50px;
  }
}

.how-section2 > div h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 20px;
}

.how-section2 > div h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #475467;
}

/* Grid Layout */
.how-section2 ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 96px;
  padding: 0;
  margin: 0;
}

@media (max-width: 990px) {
  .how-section2 ul {
      grid-template-columns: 1fr;
      row-gap: 48px;
  }
}

/* List Items */
.how-section2 ul li {
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeUpIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Staggered animation delays for up to 9 items */
.how-section2 ul li:nth-child(1) { animation-delay: 0.05s; }
.how-section2 ul li:nth-child(2) { animation-delay: 0.10s; }
.how-section2 ul li:nth-child(3) { animation-delay: 0.15s; }
.how-section2 ul li:nth-child(4) { animation-delay: 0.20s; }
.how-section2 ul li:nth-child(5) { animation-delay: 0.25s; }
.how-section2 ul li:nth-child(6) { animation-delay: 0.30s; }
.how-section2 ul li:nth-child(7) { animation-delay: 0.35s; }
.how-section2 ul li:nth-child(8) { animation-delay: 0.40s; }
.how-section2 ul li:nth-child(9) { animation-delay: 0.45s; }

@media (prefers-reduced-motion: reduce) {
  .how-section2 ul li {
      animation: none;
      opacity: 1;
  }
}

/* Hover effect on images */
.how-section2 ul li:hover img {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px -8px rgba(73, 44, 124, 0.18);
}

/* Images */
.how-section2 ul li img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #eaecf0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Paragraph text */
.how-section2 ul li p {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #475467;
}

.how-section2 ul li p strong {
  font-weight: 600;
}

@media (max-width: 990px) {
  .how-section2 ul li p {
      margin-top: 16px;
  }
}



/* ============================================
   CHANNELS PAGE STYLES
   ============================================ */

/* ===== Section 1: Hero ===== */
.payment-section1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 55.5px 0 144px 7.5%;
}

@media (max-width: 990px) {
  .payment-section1 {
      padding: 50px 7% 50px 7%;
      justify-content: center;
  }
}

/* Content Div */
.payment-section1 > div {
  max-width: 480px;
}

.payment-section1 > div h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 56px;
}

.payment-section1 > div h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #475467;
}

@media (max-width: 990px) {
  .payment-section1 > div h2 {
      margin-bottom: 50px;
  }
}

/* Image */
.payment-section1 img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .payment-section1 img {
      width: 100%;
  }
}

/* ===== Section 2: Marketing Outlets ===== */
.payment-section2 {
  padding: 96px 4% 136px 4%;
}

@media (max-width: 990px) {
  .payment-section2 {
      padding: 0 4% 0 4%;
  }
}

/* Header */
.payment-section2 > div h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 20px;
}

.payment-section2 > div h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #475467;
  margin-bottom: 100px;
}

@media (max-width: 990px) {
  .payment-section2 > div h2 {
      margin-bottom: 50px;
  }
}

/* Grid Layout */
.payment-section2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (max-width: 850px) {
  .payment-section2 ul {
      grid-template-columns: 1fr;
  }
}

/* List Items */
.payment-section2 ul li {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #f2f4f7;
  border-radius: 12px;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.payment-section2 ul li:hover {
  background: #eaecf0;
  box-shadow: 0 12px 24px -8px rgba(73, 44, 124, 0.15);
}

/* Card Head */
.payment-section2 ul li .card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}



.payment-section2 ul li .card-head img {
  width: 32px;
  height: 32px;
  flex: none;
  transition: transform 0.25s ease;
}

.payment-section2 ul li:hover .card-head img {
  transform: scale(1.1) rotate(-6deg);
}

.payment-section2 ul li .card-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  margin-bottom: 100px;
}

/* Content */
.payment-section2 ul li h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding-left: 42px;
}

/* Navigation / Button */
.payment-section2 ul li nav {
  margin-top: 20px;
  padding-left: 42px;
}

.payment-section2 ul li nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  white-space: nowrap;
  border: 1px solid #492c7c;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #492c7c;
  background: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.payment-section2 ul li nav a:hover {
  background-color: #492c7c;
  color: #ffffff;
}

.payment-section2 ul li nav a img {
  width: 12px;
  height: 12px;
  transition: filter 0.2s ease;
}

.payment-section2 ul li nav a:hover img {
  filter: brightness(0) invert(1);
}

.payment-section2 img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  transition: transform 0.25s;
}

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

/* ===== Keyframes ===== */
@keyframes fadeUpIn {
  from {
      opacity: 0;
      transform: translateY(24px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes figurePulse {
  from {
      opacity: 0;
      transform: scale(0.92);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

/* ===== Section 1: Header ===== */
.pricing-section1 {
  padding: 96px 7.5% 96px 7.5%;
  text-align: center;
}

.pricing-section-main > div{
  max-width: 858px;
  padding: 50px;
}

.pricing-section1 h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #404a5a;
  margin-bottom: 24px;
}

.pricing-section1 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #475467;
}

/* ===== Section 2: Pricing Cards ===== */
.pricing-section2 {
  padding: 0 2% 100px 2%;
}

.pricing-section2 ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.pricing-section2 ul li {
  width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
      0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 16px;
  margin: 16px;
  padding: 32px;
  opacity: 0;
  animation: fadeUpIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pricing-section2 ul li:hover {
  box-shadow: 0 16px 28px -6px rgba(73, 44, 124, 0.18);
}

.pricing-section2 ul li:nth-child(1) { animation-delay: 0s; }
.pricing-section2 ul li:nth-child(2) { animation-delay: 0.1s; }
.pricing-section2 ul li:nth-child(3) { animation-delay: 0.2s; }

@media (max-width: 850px) {
  .pricing-section2 ul li {
      width: calc(100% / 1 - 20px);
      margin: 16px 0 16px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-section2 ul li {
      animation: none;
      opacity: 1;
  }
}

/* Card Headings */
.pricing-section2 ul li h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #492c7c;
  margin-bottom: 16px;
}

.pricing-section2 ul li h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -0.04em;
  color: #404a5a;
  margin-bottom: 16px;
}

.pricing-section2 ul li h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
}

/* Nested List */
.pricing-section2 ul li ul {
  display: block;
  margin: 0 0 16px 0;
}

.pricing-section2 ul li ul li {
  all: unset;
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
  animation: none;
  opacity: 1;
  width: auto;
  margin: 0 0 4px 20px;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* Navigation / Buttons */
.pricing-section2 ul li nav {
  margin-top: 24px;
}

.pricing-section2 ul li nav a {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: #492c7c;
  border: 1px solid #492c7c;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.pricing-section2 ul li nav a:hover {
  opacity: 0.85;
}

.pricing-section2 ul li nav.secondary a {
  background: #ffffff;
  color: #492c7c;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pricing-section2 ul li nav.secondary a:hover {
  background: #492c7c;
  color: #ffffff;
  opacity: 1;
}

/* ===== Section 3: Calculator ===== */
.pricing-section3 {
  display: flex;
  justify-content: center;
  margin: 16px;
}

.pricing-section3 > div {
  width: 100%;
  max-width: 858px;
  background: #492c7c;
  border-radius: 12px;
  padding: 50px;
}

@media (max-width: 850px) {
  .pricing-section3 > div {
      padding: 20px;
  }
}

/* Main Content */
.pricing-section3 main h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 6px;
}

/* Amount Input */
.pricing-section3 .amount-input {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  margin-bottom: 44px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-section3 .amount-input:focus-within {
  border-color: #492c7c;
  box-shadow: 0 0 0 3px rgba(73, 44, 124, 0.15);
}

.pricing-section3 .amount-input span {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #492c7c;
}

.pricing-section3 .amount-input input {
  flex: 1;
  min-width: 0;
  border: none;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #492c7c;
  background: transparent;
}

.pricing-section3 .amount-input input:focus {
  outline: none;
}

/* Remove number input arrows */
.pricing-section3 .amount-input input::-webkit-outer-spin-button,
.pricing-section3 .amount-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pricing-section3 .amount-input input[type="number"] {
  -moz-appearance: textfield;
}

/* Labels */
.pricing-section3 .labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
}

.pricing-section3 .labels h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

/* Figures */
.pricing-section3 .figures {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
}

.pricing-section3 .figures h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  animation: figurePulse 0.3s ease-out;
}

/* Features List */
.pricing-section3 ul {
  margin-top: 80px;
  padding: 0;
  list-style: none;
}

.pricing-section3 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 22px;
  height: 72px;
  border-bottom: 1px solid #f2f4f7;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0;
  animation: fadeUpIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.pricing-section3 ul li:nth-child(1) { animation-delay: 0.05s; }
.pricing-section3 ul li:nth-child(2) { animation-delay: 0.1s; }
.pricing-section3 ul li:nth-child(3) { animation-delay: 0.15s; }
.pricing-section3 ul li:nth-child(4) { animation-delay: 0.2s; }
.pricing-section3 ul li:nth-child(5) { animation-delay: 0.25s; }

@media (prefers-reduced-motion: reduce) {
  .pricing-section3 ul li {
      animation: none;
      opacity: 1;
  }
}

.pricing-section3 ul li:last-child {
  border-bottom: none;
}

@media (max-width: 850px) {
  .pricing-section3 ul li h1 {
      width: 231px;
  }
}

.pricing-section3 ul li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ============================================
   FAQ PAGE STYLES
   ============================================ */

   .faq-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

/* FAQ Header */
.faq-section aside {
    max-width: 784px;
    width: 100%;
    padding: 5% 16px 10px 16px;
}

.faq-section .faq-header {
    background-color: #f9fafb;
    width: 100%;
    text-align: center;
    margin-bottom: 64px;
    padding: 20px;
    border-radius: 12px;
}

.faq-section .faq-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 20px;
}

.faq-section .faq-header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #475467;
}

/* FAQ List */
.faq-section .faq-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-section .faq-item {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 32px;
    margin-bottom: 36px;
}

.faq-section .faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* FAQ Question */
.faq-section .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.faq-section .faq-question:hover {
    opacity: 0.8;
}

.faq-section .faq-question h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
    margin: 0;
    flex: 1;
}

.faq-section .faq-question img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* FAQ Answer */
.faq-section .faq-answer {
    overflow: hidden;
}

.faq-section .faq-answer h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #475467;
    max-width: 720px;
    margin: 0;
    padding-top: 8px;
}

/* FAQ CTA Section */
.faq-section .faq-cta {
    max-width: 1216px;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    margin: 40px 16px 60px 16px;
}

.faq-section .faq-cta img {
    width: 120px;
    height: auto;
}

.faq-section .faq-cta h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #101828;
    margin: 32px 0 8px 0;
}

.faq-section .faq-cta p {
    max-width: 680px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin: 0;
}

.faq-section .faq-cta a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 138px;
    height: 48px;
    background: #492c7c;
    border: 1px solid #492c7c;
    border-radius: 8px;
    margin: 32px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-section .faq-cta a:hover {
    background: #3a2364;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(73, 44, 124, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section .faq-header h1 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .faq-section .faq-header h2 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .faq-section .faq-question h2 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .faq-section .faq-answer h3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .faq-section .faq-cta {
        padding: 24px 20px;
        margin: 20px 0 40px 0;
    }
    
    .faq-section .faq-cta h1 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .faq-section aside {
        padding: 5% 12px 10px 12px;
    }
    
    .faq-section .faq-header {
        margin-bottom: 40px;
    }
    
    .faq-section .faq-item {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }
    
    .faq-section .faq-question img {
        width: 20px;
        height: 20px;
        margin-left: 12px;
    }
}




/* ============================================
   CONTACT US PAGE STYLES
   ============================================ */

   .contact-section {
    padding: 10% 0 0 0;
}

/* Top Section - Contact Info + Form */
.contact-top {
    padding: 0 16px 60px 16px;
}

.contact-top main {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1070px) {
    .contact-top main {
        flex-direction: column;
        gap: 50px;
    }
}

/* Left Column - Contact Info */
.contact-info {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info ul {
    max-width: 494px;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin-bottom: 34px;
}

.contact-info ul li:first-child {
    margin-bottom: 60px;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.05em;
    color: #101828;
    margin: 0;
}

.contact-info ul li h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #475467;
    margin: 0;
}

.contact-info ul li h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
    margin: 0 0 4px 0;
}

/* Right Column - Contact Form */
.contact-form-wrapper {
    flex: 1;
    min-width: 300px;
    background: #f9fafb;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #eaecf0;
}

@media (max-width: 1070px) {
    .contact-form-wrapper {
        padding: 30px 24px;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 20px 16px;
    }
}

.contact-form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin: 0 0 24px 0;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-bottom: 6px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s ease;
    color: #101828;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    outline: none;
    border-color: #492c7c;
    box-shadow: 0 0 0 3px rgba(73, 44, 124, 0.1);
}

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

.contact-form .form-group .error-message {
    font-size: 14px;
    color: #b42318;
    margin-top: 4px;
    display: block;
}

.contact-form .submit-btn {
    width: 100%;
    height: 52px;
    background: #492c7c;
    border: none;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.contact-form .submit-btn:hover {
    background: #3a2364;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(73, 44, 124, 0.3);
}

.contact-form .submit-btn:active {
    transform: translateY(0);
}

/* Bottom Section - Full Width Map */
.contact-map-full {
    width: 100%;
    margin-top: 20px;
}

.contact-map-full img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        padding: 15% 0 0 0;
    }
    
    .contact-top {
        padding: 0 16px 40px 16px;
    }
    
    .contact-info ul li h1 {
        font-size: 36px;
        line-height: 48px;
    }
    
    .contact-info ul li h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .contact-info ul li h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .contact-info ul li:first-child {
        margin-bottom: 40px;
    }
    
    .contact-info ul li {
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 20% 0 0 0;
    }
    
    .contact-top {
        padding: 0 12px 30px 12px;
    }
    
    .contact-info ul li h1 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .contact-info ul li h2 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .contact-info ul li h3 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .contact-form h2 {
        font-size: 20px;
        line-height: 28px;
    }
}