/* BASE — SMALL / MEDIUM MOBILE (≥ 425px) */
.page-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-inline: max(16px, calc((100% - 1200px) / 2));
}

.hero-vector {
  position: absolute;
  top: 178px;
  left: -44px;
  height: 150px;
}

.hero-vector-image {
  object-fit: cover;
  height: 100%;
}

/* section - 1 -> hero section */
.hero-section {
  width: 100%;
  padding: 80px 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-content {
  display: flex;
  flex-direction: column;
  max-width: none;
  text-align: center;
  position: relative;
  top: 0;
  flex: 1;
  line-height: 0.9;
  left: 28px;
}

.hero-heading {
  color: #00338d;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px 0;
}

.hero-subheading {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px 0;
}

.hero-cta {
  background-color: #00338d;
  padding: 8px 12px;
  height: auto;
  border-radius: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 auto;
}

.hero-image {
  align-self: center;
  width: 59px;
  height: 126px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 18px;
  flex: 0 0 auto;
  right: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.philosophy-section {
  max-width: none;
  position: static;
  top: auto;
  left: auto;
  flex-basis: 100%;
  width: 100%;
  margin-top: 90px;
}

.philosophy-heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

.desc-paragraph {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* Read More Functionality for Mobile */
.read-more-btn {
  display: inline-block;
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  padding: 5px 0;
  font-size: 10px;
  transition: color 0.2s ease;
}

.read-more-btn:hover {
  color: #004d99;
}

.company-description .second-paragraph {
  display: block;
  margin-top: 10px;
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease-in-out,
    opacity 0.3s ease-in-out;
}

.company-description.active .second-paragraph {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
  padding: 0;
}

/* section - 2 -> key differentiators */
.differentiators-heading {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.infographic-section {
  padding: 80px 40px;
  background-color: #f8f9ff;
  margin: 80px 0;
}

.infographic-container {
  width: 100%;
  padding: 0 0px;
  padding-inline: max(0px, calc((100% - 1200px) / 2));
  margin: 24px auto 20px auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.infographic-row {
  display: flex;
  gap: 7px;
  width: 100%;
}

.infographic-card {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.infographic-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 51, 141, 0.15);
}

.infographic-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 10px 10px;
  gap: 11px;
}

.infographic-card span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.infographic-card p {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.first-card {
  flex: 1;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.74px solid #00338d;
  color: #00338d;
}

.second-card {
  flex: 2;
  height: 82px;
  color: white;
  text-align: center;
  background: linear-gradient(90deg, #00338d 34.13%, #8aa2cb 100%);
}

.second-card .infographic-card-content p {
  width: 98%;
  align-self: center;
  margin-top: 7px;
}

.third-card {
  background: linear-gradient(90deg, #8aa2cb 0.52%, #00338d 72.3%);
  color: white;
  flex: 0.9;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-card .infographic-card-content p {
  width: 95%;
  margin-top: 6px;
}

.forth-card {
  flex: 0.6;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.74px solid #00338d;
  color: #00338d;
}

.forth-card .infographic-card-content p {
  font-size: 8px;
  font-weight: 700;
}

.forth-card .infographic-card-content span {
  font-size: 10px;
}

.vector-image-infographic-top {
  width: 6rem;
  position: absolute;
  top: 34px;
  right: -34px;
}

.fifth-card {
  flex: 1;
  height: 82px;
  background: linear-gradient(97.92deg, #ffffff 43.84%, #00338d 107.93%);
  display: flex;
  border: 0.74px solid #00338d;
  color: #00338d;
}

.infographic-card.fifth-card {
  border-radius: 21px 21px 173px 21px;
}

.fifth-card .infographic-card-content p {
  width: 58%;
}

.vector-image-infographic-bottom {
  width: 6rem;
  position: absolute;
  bottom: 10px;
  right: -33px;
}

/* section - 3 -> strategies */
.strategies-section {
  padding-top: 0;
  margin-top: 0;
}

.strategies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 0;
  padding: 0;
}

.strategy-item {
  display: flex;
  gap: 15px;
  flex-direction: column-reverse;
  align-items: center;
  padding: 20px 10px;
  text-align: center;
}

.strategy-item h4 {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.strategy-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* section - 4 -> join club rrr */
.join-club-rrr {
  position: relative;
  height: 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom-right-radius: 104px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  color: white;
  padding: 16px;
  max-width: 700px;
}

.cta-content h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
}

.cta-button {
  background-color: white;
  color: #00338d;
  border: none;
  width: 143px;
  height: 24px;
  padding: 0 24px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}

/* section - 5 -> market outlook */
.market-outlook-section {
  padding: 0;
  margin-top: 40px;
}

.section-labels {
  position: relative;
  display: inline-flex;
  width: 137px;
  height: 31px;
  background-color: #f4f6f9;
  border: 2px solid #00338d;
  border-bottom-right-radius: 48px;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.slider {
  position: absolute;
  width: 68.5px;
  height: 100%;
  background-color: #00338d;
  border-bottom-right-radius: 48px;
  transition: transform 0.3s ease;
  z-index: 0;
}

.label {
  width: 68.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00338d;
  cursor: pointer;
  z-index: 1;
  position: relative;
  font-size: 10px;
}

.label.active {
  color: #fff;
}

.section-labels.research-active .slider {
  transform: translateX(68.5px);
}

.section-labels.research-active .label {
  color: #00338d;
}

.section-labels.research-active .label:nth-child(3) {
  color: #fff;
}

.section-title {
  font-size: 12px;
  margin: 20px 0 18px 0;
  max-width: none;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
}

.main-card {
  background: white;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  max-width: none;
  flex: 2;
}

.main-image {
  width: 100%;
  height: 120px;
}

.card-content {
  padding: 15px 20px;
  background: #f3f7ff;
  margin-top: -5px;
}

.main-heading {
  font-size: 14px;
  width: 200px;
  font-weight: 600;
}

.subheading {
  font-size: 12px;
  margin: 10px 0 8px;
}

.description {
  font-size: 13px;
  color: #777;
  margin-bottom: 30px;
  width: auto;
}

.card-footer {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.arrow-btn {
  text-decoration: none;
  width: 18px;
  height: 18px;
  background-color: #00338d;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-bottom-right-radius: 8px;
  /* padding-left: 2px; */
  display: flex;
  justify-content: center;
  line-height: 1;
}

.arrow-btn::first-letter {
  display: block;
}

.arrows-links {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.arrow-btn-white {
  background-color: #fff;
  color: #00338d;
}

.arrows-links-white {
  color: #fff;
}

.dashboard-cards {
  display: flex;
  flex-direction: row;
  padding: 0;
  gap: 30px;
  flex: 1;
}

.dashboard-card {
  display: flex;
  height: auto;
  align-items: flex-start;
  padding: 15px 1px;
  min-height: 160px;
}

.blue-bar {
  width: 2px;
  height: 100px;
  background-color: #00338d;
  margin-right: 15px;
  flex-shrink: 0;
}

.dashboard-content h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.subtitle {
  font-weight: bold;
  font-size: 12px;
  margin: 8px 0 6px;
}

.desc {
  font-size: 11px;
  color: #333;
  margin-bottom: 20px;
}

.arrow-links {
  background-color: #00338d;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.all-insights {
  margin-top: 24px;
}

.all-insights button {
  background-color: #00338d;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 0 25px 0;
  border: none;
}

/* section - 6 -> about us */
.about-section {
  width: 100%;
  margin-top: 40px;
  background: #00338d;
  color: #ffffff;
  /* padding: 18px 18px 56px 18px; */
  padding-inline: max(16px, calc((100% - 1200px) / 2));
  padding-top: 18px;
  padding-bottom: 56px;
  z-index: 1;
}

.about-section-title {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.section-subtitle {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.3;
}

.about-columns {
  display: flex;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  font-weight: 700;
}

.about-column {
  width: 47%;
  text-align: left;
}

.about-column h2 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.horizontal-line {
  width: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.about-description {
  font-family: "Noto Sans";
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.about-subheading {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
}

.about-top-vector {
  position: absolute;
  right: 0;
  top: -296px;
  width: 15rem;
  display: none;
}

.about-bottom-vector {
  position: absolute;
  right: 0;
  top: 0;
  width: 15rem;
  display: none;
}

/* section - 7 -> Insights */
.insights-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  padding: 0;
}

.insights-heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  /* FIX */
  width: 100%;
}

.insights-subheading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
  max-width: 65%;
  /* better than width */
  margin-bottom: 25px;
  line-height: 1.4;
}

.insights-cta-button {
  background-color: #00338d;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
}

/* section - 8 -> Club */
.club-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  margin-top: 40px;
  padding: 0;
}

.club-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.club-description {
  position: static;
  bottom: auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  width: auto;
  line-height: 1.5;
}

/* LARGE MOBILE / SMALL TABLET (≥ 640px) */
@media (min-width: 640px) {
  /* section - 1 -> hero section */
  .hero-section {
    padding: 80px 0 40px;
  }

  .hero-heading {
    font-size: 24px;
  }

  .hero-subheading {
    font-size: 24px;
  }

  .hero-cta {
    padding: 10px 24px;
    font-size: 11px;
    border-radius: 10px;
  }

  .hero-image {
    width: 80px;
    height: 170px;
  }

  .philosophy-section {
    margin-top: 80px;
  }

  .philosophy-heading {
    font-size: 18px;
  }

  .desc-paragraph {
    font-size: 14px;
  }
}

/* TABLET (≥ 768px) */
@media (min-width: 768px) {
  /* Read More / Paragraph Reset */
  .read-more-btn {
    display: none;
  }

  .company-description .second-paragraph {
    display: block;
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    overflow: visible;
  }

  .hero-vector {
    top: 135px;
    left: -112px;
    height: 372px;
  }

  /* section - 1 -> hero section */
  .hero-section {
    padding: 110px 26px 50px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 0.9;
    left: 94px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-subheading {
    font-size: 30px;
  }

  .hero-cta {
    padding: 12px 28px;
    font-size: 12px;
    border-radius: 10px;
  }

  .hero-image {
    width: 200px;
    height: auto;
  }

  .philosophy-section {
    margin-top: 24px;
  }

  .philosophy-heading {
    font-size: 18px;
    color: #00338d;
  }

  .desc-paragraph {
    font-size: 15px;
  }

  /* section - 2 -> key differentiators */
  .key-differentiators-section {
    padding: 0 26px 50px;
  }

  .differentiators-heading {
    font-size: 18px;
    color: #00338d;
  }

  .infographic-container {
    padding: 0 15px;
    gap: 16px;
    margin-top: 30px;
  }

  .infographic-row {
    gap: 16px;
  }

  .first-card {
    flex: 0.8;
    height: 170px;
    border: 1.65px solid #00338d;
  }

  .second-card {
    height: 170px;
  }

  .second-card .infographic-card-content p {
    width: 81%;
    margin-top: 28px;
  }

  .third-card {
    height: 170px;
  }

  .third-card .infographic-card-content p {
    width: 104%;
    margin-top: 38px;
  }

  .forth-card {
    height: 170px;
    border: 1.65px solid #00338d;
  }

  .forth-card .infographic-card-content p {
    font-size: 13px;
  }

  .forth-card .infographic-card-content span {
    font-size: 18px;
    margin-top: -4px;
  }

  .vector-image-infographic-top {
    width: 13rem;
    top: 78px;
    right: -74px;
  }

  .fifth-card {
    height: 170px;
    border: 1.65px solid #00338d;
  }

  .fifth-card .infographic-card-content p {
    width: 62%;
  }

  .vector-image-infographic-bottom {
    width: 13rem;
    bottom: 10px;
    right: -73px;
  }

  .infographic-card {
    border-radius: 17.76px;
  }

  .infographic-card:hover {
    transform: translateY(-5px);
  }

  .infographic-card-content {
    padding: 18px 18px;
  }

  .infographic-card span {
    font-size: 20px;
  }

  .infographic-card p {
    font-size: 14px;
  }

  /* section - 3 -> strategies */
  .strategies-section {
    padding-top: 0;
    margin-top: 0;
  }

  .strategies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20;
    padding: 0 10px;
  }

  .strategy-item {
    gap: 30px;
    align-items: center;
    padding: 16px 0;
    scroll-snap-align: start;
  }

  .strategy-item h4 {
    font-size: 13px;
  }

  .strategy-item img {
    width: 52px;
    height: 52px;
  }

  /* section - 4 -> join club rrr */
  .join-club-rrr {
    height: 286px;
    border-bottom-right-radius: 224px;
  }

  .cta-content {
    align-items: center;
    padding: 20px;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-button {
    background-color: white;
    color: #00338d;
    border: none;
    width: 143px;
    height: 24px;
    padding: 0 24px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
  }

  /* section - 5 -> market outlook */
  .market-outlook-section {
    margin-top: 100px;
    padding: 0 20px;
  }

  .section-labels {
    width: 200px;
    height: 44px;
    border: 3px solid #00338d;
  }

  .slider {
    width: 100px;
    height: 100%;
  }

  .label {
    width: 100px;
    font-size: 12px;
  }

  .section-labels.research-active .slider {
    transform: translateX(100px);
  }

  .section-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .content-grid {
    gap: 10px;
    flex-direction: row;
    /* Back to row */
  }

  .card-content {
    padding: 20px 16px;
    background: #f3f7ff;
  }

  .main-heading {
    font-size: 24px;
    width: 18rem;
  }

  .main-card {
    flex: 1.2;
    max-width: 550px;
    border-radius: 0 0 100px 0;
  }

  .main-image {
    height: 170px;
  }

  .subheading {
    font-size: 18px;
  }

  .description {
    font-size: 15px;
    width: 18rem;
  }

  .dashboard-cards {
    flex-direction: column;
    gap: 74px;
  }

  .dashboard-card {
    min-height: auto;
    height: 210px;
    padding: 5px 14px 5px 24px;
  }

  .blue-bar {
    width: 4px;
    height: 100%;
  }

  .dashboard-content h4 {
    font-size: 16px;
  }

  .subtitle {
    font-size: 14px;
  }

  .desc {
    margin-bottom: 32px;
  }

  .arrow-btn {
    width: 33px;
    height: 33px;
    font-size: 18px;
    border-bottom-right-radius: 16px;
    display: block;
    line-height: normal;
    padding-left: 6px;
  }

  .arrows-links {
    font-size: 12px;
  }

  .arrow-btn::first-letter {
    display: inline;
  }

  .all-insights {
    margin-top: 30px;
  }

  .all-insights button {
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0 0 30px 0;
  }

  /* section - 6 -> about us */
  .about-section {
    padding: 12px 40px 40px 40px;
  }

  .about-section-title {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .section-subtitle {
    font-size: 20px;
    margin-bottom: 36px;
  }

  .about-columns {
    padding: 0;
    gap: 58px;
  }

  .about-column {
    width: 190px;
  }

  .about-column h2 {
    font-size: 20px;
  }

  .about-top-vector {
    width: 12rem;
    top: -238px;
    display: block;
  }

  .about-bottom-vector {
    width: 12rem;
    display: block;
  }

  /* section - 7 -> Insights */
  .insights-section {
    margin-top: 60px;
  }

  .insights-heading {
    font-size: 28px;
  }

  .insights-subheading {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.2;
  }

  /* section - 8 -> Club */
  .club-section {
    padding: 0 20px;
  }

  .club-title {
    font-size: 15px;
  }

  .club-description {
    font-size: 18px;
  }
}

/* DESKTOP (≥ 1024px) */
@media (min-width: 1024px) {
  .page-container {
    padding-inline: max(50px, calc((100% - 1000px) / 2));
  }

  .hero-vector {
    top: 140px;
    left: -108px;
    height: 368px;
  }

  /* section - 1 -> hero section */
  .hero-section {
    padding: 110px 0 0;
  }

  .hero-content {
    left: 140px;
    top: -29px;
    line-height: 1.1;
  }

  .hero-heading {
    font-size: 35px;
  }

  .hero-subheading {
    font-size: 35px;
  }

  .hero-cta {
    margin: 18px auto auto auto;
  }

  .hero-image {
    width: 260px;
    height: auto;
    top: 0px;
  }

  .philosophy-section {
    padding-left: 0;
    padding-right: calc((100% - 212px) / 2);
    margin-top: -205px;
  }

  /* section - 2 -> key differentiators */
  .key-differentiators-section {
    padding: 0 0 25px;
    margin-top: 40px;
  }

  .differentiators-heading {
    font-size: 18px;
  }

  .infographic-container {
    padding: 0 25px;
  }

  .forth-card .infographic-card-content span {
    font-size: 28px;
  }

  /* section - 3 -> strategies */
  .strategies-section {
    padding-top: 0;
    margin-top: 0;
  }

  .strategies-grid {
    gap: 20;
    padding: 0;
  }

  .strategy-item h4 {
    font-size: 16px;
  }

  .strategy-item img {
    width: 56px;
    height: 56px;
  }

  /* section - 4 -> join club rrr */
  .cta-content {
    padding: 30px;
  }

  /* section - 5 -> market outlook */
  .market-outlook-section {
    margin-top: 100px;
    padding: 0;
  }

  .section-labels {
    width: 204px;
    height: 45px;
  }

  .slider {
    width: 102px;
  }

  .label {
    width: 102px;
    font-size: 12px;
  }

  .section-labels.research-active .slider {
    transform: translateX(102px);
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
    max-width: 600px;
  }

  .content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .main-card {
    max-width: 550px;
  }

  .card-content {
    padding: 20px 30px;
  }

  .main-heading {
    font-size: 28px;
    width: 27rem;
  }

  .subheading {
    font-size: 20px;
    margin: 12px 0 4px;
  }

  .description {
    font-size: 15px;
    margin-bottom: 85px;
    width: 25rem;
  }

  .card-footer {
    gap: 30px;
  }

  .arrow-btn {
    padding: 2px 0 0 7px;
  }

  .arrows-links {
    font-size: 14px;
  }

  .dashboard-cards {
    padding: 16px 0;
  }

  .dashboard-content h4 {
    font-size: 18px;
  }

  .subtitle {
    margin: 10px 0 6px;
  }

  .desc {
    font-size: 12px;
    margin-bottom: 36px;
  }

  .all-insights {
    margin-top: 60px;
  }

  .all-insights button {
    padding: 15px 26px;
    font-size: 14px;
    border-radius: 0 0 40px 0;
  }

  /* section - 6 -> about us */
  .about-section {
    margin-top: 60px;
    padding: 18px 55px 56px 55px;
  }

  .about-section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .section-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .about-columns {
    padding: 0;
    gap: 130px;
  }

  .about-column h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .horizontal-line {
    width: 80px;
    border: 2px solid #fff;
  }

  .about-description {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 22px;
  }

  .about-arrow {
    padding: 0;
  }

  .about-subheading {
    font-size: 14px;
  }

  .about-top-vector {
    top: -296px;
    width: 15rem;
  }

  .about-bottom-vector {
    width: 15rem;
  }

  /* section - 7 -> Insights */
  .insights-section {
    margin-top: 60px;
  }

  .insights-heading {
    font-size: 30px;
  }

  .insights-subheading {
    font-size: 28px;
    max-width: 46%;
  }

  .insights-cta-button {
    font-size: 15px;
    padding: 12px 28px;
    border-bottom-right-radius: 43px;
  }

  /* section - 8 -> Club */
  .club-section {
    padding: 0;
  }

  .club-title {
    font-size: 20px;
  }

  .club-description {
    font-size: 18px;
  }
}

/* LARGE DESKTOP (≥ 1280px) */
@media (min-width: 1280px) {
  .page-container {
    padding-inline: max(16px, calc((100% - 1200px) / 2));
  }

  .hero-vector {
    top: 200px;
    left: -151px;
    height: 500px;
  }

  /* section - 1 -> hero section */
  .hero-content {
    left: 213px;
    top: 34px;
  }

  .hero-image {
    width: 410px;
    top: 140px;
  }

  .philosophy-section {
    padding-right: calc((100% - 172px) / 2);
    margin-top: -350px;
  }

  /* section - 2 -> key differentiators */
  .infographic-container {
    max-width: 1200px;
    padding: 0 73px;
    margin: 50px auto 20px auto;
    gap: 24px;
  }

  .infographic-row {
    gap: 24px;
  }

  .first-card {
    flex: 0.6;
    height: 208px;
    border: 2px solid #00338d;
  }

  .second-card {
    height: 208px;
  }

  .second-card .infographic-card-content p {
    width: 54%;
    margin-top: 34px;
  }

  .third-card {
    height: 208px;
  }

  .third-card .infographic-card-content p {
    width: 85%;
    margin-top: 50px;
  }

  .forth-card {
    height: 208px;
    border: 2px solid #00338d;
  }

  .forth-card .infographic-card-content p {
    font-size: 22px;
  }

  .vector-image-infographic-top {
    width: 18rem;
    top: 102px;
    right: -105px;
  }

  .fifth-card {
    height: 208px;
    border: 2px solid #00338d;
  }

  .fifth-card .infographic-card-content p {
    width: 58%;
  }

  .vector-image-infographic-bottom {
    width: 18rem;
    bottom: -12px;
    right: -106px;
  }

  .infographic-card {
    border-radius: 21px;
  }

  .infographic-card-content {
    padding: 18px 18px;
    gap: 18px;
  }

  .infographic-card span {
    font-size: 30px;
  }

  .infographic-card p {
    font-size: 18px;
  }

  /* section - 3 -> strategies */
  .strategy-item h4 {
    font-size: 16px;
  }

  .strategy-item img {
    width: 60px;
    height: 60px;
  }

  /* section - 4 -> join club rrr */
  .join-club-rrr {
    height: 400px;
    padding: 0 62px;
    border-bottom-right-radius: 280px;
  }

  .cta-content {
    padding: 20px;
  }

  .cta-content h2 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .cta-button {
    background-color: white;
    color: #00338d;
    border: none;
    width: 143px;
    height: 24px;
    padding: 0 24px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
  }

  /* section - 5 -> market outlook */
  .market-outlook-section {
    margin-top: 100px;
    padding: 0 50px;
  }

  .content-grid {
    gap: 80px;
  }

  /* section - 6 -> about us */
  .about-section {
    margin-top: 60px;
    padding: 18px 160px 56px 160px;
  }

  .about-section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .section-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .about-columns {
    padding: 0 66px;
    gap: 130px;
  }

  .about-column h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .horizontal-line {
    width: 80px;
    border: 2px solid #fff;
  }

  .about-description {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 22px;
  }

  .about-arrow {
    padding: 0;
  }

  .about-subheading {
    font-size: 14px;
  }

  .about-top-vector {
    top: -296px;
    width: 15rem;
  }

  .about-bottom-vector {
    width: 15rem;
  }

  /* section - 7 -> Insights */
  .insights-section {
    margin-top: 60px;
  }

  .insights-heading {
    font-size: 30px;
  }

  .insights-subheading {
    font-size: 25px;
  }

  .insights-cta-button {
    font-size: 15px;
    padding: 12px 28px;
    border-bottom-right-radius: 43px;
  }

  /* section - 8 -> Club */
  .club-section {
    padding: 0;
  }

  .club-title {
    font-size: 20px;
  }

  .club-description {
    font-size: 20px;
    width: 1180px;
  }
}

/* EXTRA LARGE DESKTOP (≥ 1600px) */
@media (min-width: 1600px) {
  .page-container {
    padding-inline: max(157px, calc((100% - 1600px) / 2));
  }

  /* section - 1 -> hero section */
  .hero-content {
    left: 232px;
    top: 40px;
  }

  .hero-heading {
    margin-bottom: 16px;
  }

  .hero-subheading {
    margin-bottom: 28px;
  }

  .hero-cta {
    margin: 6px auto auto auto;
  }

  .hero-image {
    width: 450px;
    top: 160px;
  }

  .philosophy-section {
    padding-right: calc((100% - 300px) / 2);
    margin-top: -380px;
  }

  .philosophy-heading {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .desc-paragraph {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  /* section - 2 -> key differentiators */
  .infographic-container {
    padding: 0;
  }

  /* section - 3 -> strategies */
  .strategies-grid {
    padding: 0 116px;
  }

  /* section - 4 -> join club rrr */
  .cta-content h2 {
    padding: 20px 15px;
  }

  /* section - 5 -> market outlook */
  .market-outlook-section {
    margin-top: 100px;
    padding: 0 150px;
  }

  .content-grid {
    gap: 100px;
  }

  .main-card {
    max-width: 600px;
  }

  .main-heading {
    width: 35rem;
  }

  .dashboard-cards {
    max-width: 704px;
  }

  /* section - 7 -> Insights */
  .insights-subheading {
    max-width: 30%;
  }

  .insights-cta-button {
    font-size: 15px;
    padding: 12px 28px;
    border-bottom-right-radius: 43px;
  }

  /* section - 8 -> Club */
  .club-section {
    margin-top: 65px;
  }

  .club-title {
    font-size: 20px;
  }

  .club-description {
    font-size: 20px;
    width: 1180px;
  }
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  background: white;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}

.close-popup:hover {
  background: #f0f0f0;
  color: #333;
}

.form-container {
  width: 100%;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  max-height: calc(90vh - 40px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-container::-webkit-scrollbar {
  display: none;
}

.form-container iframe {
  width: 100%;
  min-height: 500px;
  border: none;
  display: block;
}
