@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* BASE — SMALL / MEDIUM MOBILE (≥ 425px) */

/* Page Container */
.page-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-inline: max(16px, calc((100% - 1200px) / 2));
  overflow-x: hidden;
  overflow-y: hidden;
}

/* Section Titles */
.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin: 0 0 24px 0;
  line-height: 1.3;
}

/* section - 1 -> Hero */
.approach-hero {
  position: relative;
  padding: 65px 0 42px;
}

.approach-text {
  text-align: left;
}

.approach-text p {
  font-size: 15.2px;
  line-height: 1.6;
  color: #00338d;
  margin: 0;
}

.approach-text strong {
  font-weight: 700;
}

.approach-visual {
  position: relative;
  width: calc(100% + 16px);
  margin: -10px -16px 24px 38px;
}

.visual-wrapper {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.visual-label {
  position: absolute;
  top: 45px;
  /* Adjust vertical position on chart */
  left: 50px;
  /* Horizontal position */
  font-size: 16px;
  font-weight: 300;
  color: #5b5454;
  text-align: left;
  font-style: italic;
  z-index: 10;
  /* Ensures text appears above chart */
}

.chart-container {
  width: 100%;
}

.chart-image {
  width: 100%;
  height: auto;
  display: block;
}

.scroll-down-wrapper {
  display: none;
}

/* section - 2 -> Pillars */
.pillars-section {
  padding: 10px 0 0 0;
  width: 100%;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  padding-left: 0;
}

/* .pillars-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
} */

/* Accordion */
.pillars-accordion {
  width: 100%;
  border-left: none;
  border-left: 2px solid #e0e0e0;
}

.accordion-item {
  padding-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-item:last-child {
  margin-bottom: 0;
  /* width: 80%; */
}

.accordion-item::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.accordion-item.active::before {
  background-color: #00338d;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.accordion-header h3 {
  font-size: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #777777;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  transition:
    color 0.3s ease,
    font-weight 0.3s ease;
}

.accordion-item.active .accordion-header h3 {
  color: #000;
  font-weight: 600;
}

.accordion-item:hover .accordion-header h3 {
  color: #000;
  font-weight: 600;
}

.icon-toggle {
  width: 15px;
  height: 15px;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  transform: rotate(45deg);
  /* Arrow down by default? No, usually arrow right/down */
  /* Let's assume arrow right is default state, rotate 45 deg makes it down-ish */
  /* Resetting transform to be simpler: */
  border: solid #777777;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  /* Arrow Right */
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
  margin-right: 18px;
}

.accordion-item.active .icon-toggle {
  transform: rotate(45deg);
  /* Arrow Down */
  border-color: #000;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
}

.accordion-item.active .accordion-body {
  max-height: 200px;
  /* Approximate max height */
  opacity: 1;
}

.accordion-body p {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}

.pillars-visual {
  display: none;
}

.pillars-container {
  padding: 0 20px;
}

/* section - 3 -> C.O.R.E (Horizontal Scroll) */
.core-section {
  position: relative;
  width: 100%;
  min-height: 400vh;
  /* Defines the scroll duration */
  margin: 0;
  padding: 0;
}

/* 2. Sticky Wrapper (The Window) */
.core-sticky-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
  /* Ensure no transparency issues */
  display: flex;
  align-items: center;
}

.core-main-title {
  position: absolute;
  top: 14vh;
  left: 5vw;
  /* Align with track padding */
  margin: 0;
  z-index: 10;
  /* Above scrolling content */
}

/* 3. Horizontal Track (The Content) */
.core-horizontal-track {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  /* Performance optimization */
  padding: 0;
  /* Initial padding */
}

/* 4. Timeline Components */
.core-timeline-line {
  position: absolute;
  top: 30vh;
  /* Align with nodes */
  left: calc(5vw + 20px);
  /* Start at first node (Track pad + Item pad) */
  right: 0;
  /* Extend to end */
  height: 2px;
  background-color: #00338d;
  z-index: 1;
}

.core-item {
  position: relative;
  flex: 0 0 100vw;
  /* Mobile: 1 item per screen mostly */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 20px;
  z-index: 2;
}

.core-node {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #00338d;
  margin-bottom: 24px;
  position: relative;
  top: 30vh;
  /* left: 20px; */
  /* Match line top */
  transform: translateY(-50%);
  transition:
    background-color 0.4s ease,
    transform 0.4s ease;
}

/* Active State for Node */
.core-node.active {
  background-color: #00338d;
  transform: translateY(-50%) scale(1.1);
}

.core-content {
  /* margin-top: 35%; */
  /* Push content below the line */
  max-width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: calc(28vh + 4px);
}

.core-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 12px;
  font-family: "Noto Sans", sans-serif;
}

.core-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: "Noto Sans", sans-serif;
}

/* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
.framework-section {
  height: 200vh;
  /* background: #f5f5f5; */
  padding: 0 16px;
  position: relative;
}

.framework-sticky {
  position: sticky;
  top: 95px;
  /* 👈 animation begins here */
  height: calc(100vh - 122px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
  overflow: hidden;
  width: 100%;
}

.funnel-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 75px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.framework-main-title {
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 6px;
  font-family: "Noto Sans", sans-serif;
  align-self: flex-start;
  text-align: left;
}

.framework-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  font-family: "Poppins", sans-serif;
  align-self: flex-start;
  text-align: left;
  margin-bottom: 120px;
}

.funnel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.funnel-img {
  width: 100%;
  height: auto;
  max-width: 400px;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.funnel-1 .funnel-img {
  width: 95px;
}

.funnel-2 .funnel-img {
  width: 125px;
}

.funnel-3 .funnel-img {
  width: 160px;
}

.text-content {
  position: absolute;
  opacity: 0;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

.text-block-1 {
  width: 233px;
}

.text-block-2 {
  width: 220px;
}

.text-block-3 {
  width: 196px;
}

.text-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 0;
}

.text-content ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}

.text-content li {
  font-size: 12px;
  color: #333;
  padding-left: 12px;
  position: relative;
}

.text-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00338d;
  font-weight: bold;
}

.text-right {
  right: var(--text-offset, -160px);
  transform: translateX(50px);
}

.text-left {
  left: var(--text-offset, -190px);
  transform: translateX(-50px);
}

/* Initial positions */
.funnel-1 .text-content {
  --text-offset: -98px;
  transform: translateX(100px);
}

.funnel-2 .text-content {
  --text-offset: -94px;
  transform: translateX(-100px);
}

.funnel-3 .text-content {
  --text-offset: -106px;
  transform: translateX(100px);
}

/* Animated positions */
.framework-section.animated .funnel-1 .funnel-img {
  transform: translateX(-30%);
}

.framework-section.animated .funnel-2 .funnel-img {
  transform: translateX(30%);
}

.framework-section.animated .funnel-3 .funnel-img {
  transform: translateX(-30%);
}

.framework-section.animated .text-content {
  opacity: 1;
  transform: translateX(0);
}

/* section - 5 -> PORTFOLIO SECTION */
.portfolio-section {
  padding: 10px 0;
}

.portfolio-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.portfolio-text-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 60%;
}

.portfolio-item-1 {
  width: 102%;
}

.portfolio-item-2 {
  width: 129%;
}

.portfolio-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #00338d;
  margin: 0 0 12px 0;
  font-family: "Noto Sans", sans-serif;
}

.portfolio-item p {
  font-size: 13px;
  color: #3b5998;
  /* Light gray/blue tone */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}

.portfolio-visual {
  width: 40%;
}

.portfolio-chart {
  position: absolute;
  /* Pushes past the `.page-container` padding entirely to bleed off screen */
  right: -18%;
  /* Using vw guarantees it crosses responsive paddings on any mobile device */
  top: 240px;
  transform: translateY(-50%);
  width: 60%;
  max-width: none;
  height: auto;
  display: block;
}

.portfolio-bubble {
  position: absolute;
  top: 118px;
  left: 67%;
  width: 73px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;

  background: radial-gradient(
    circle at 35% 25%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 50%
  );

  /* 2. Transparency & Distortion: Low blur keeps it clear but "glassy" */
  backdrop-filter: blur(1px) brightness(1.1);
  -webkit-backdrop-filter: blur(1px) brightness(1.1);

  /* 3. The Thick Glass Edge: Bright white top-left, fading to transparent */
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);

  /* 4. Deep Inner Glow: Mimics the refraction inside a sphere */
  box-shadow:
    inset 0 6px 12px rgba(255, 255, 255, 0.4),
    /* Upper reflection */ inset -4px -4px 10px rgba(0, 0, 0, 0.1),
    /* Bottom thickness shadow */ 0 8px 16px rgba(0, 0, 0, 0.15);
}

.portfolio-chart-2 {
  position: absolute;
  /* Pushes past the `.page-container` padding entirely to bleed off screen */
  right: -18%;
  /* Using vw guarantees it crosses responsive paddings on any mobile device */
  top: 240px;
  transform: translateY(-50%);
  width: 60%;
  max-width: none;
  height: auto;
  display: block;
}

.portfolio-bubble-2 {
  position: absolute;
  top: 118px;
  left: 67%;
  width: 73px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;

  background: radial-gradient(
    circle at 35% 25%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 50%
  );

  /* 2. Transparency & Distortion: Low blur keeps it clear but "glassy" */
  backdrop-filter: blur(1px) brightness(1.1);
  -webkit-backdrop-filter: blur(1px) brightness(1.1);

  /* 3. The Thick Glass Edge: Bright white top-left, fading to transparent */
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);

  /* 4. Deep Inner Glow: Mimics the refraction inside a sphere */
  box-shadow:
    inset 0 6px 12px rgba(255, 255, 255, 0.4),
    /* Upper reflection */ inset -4px -4px 10px rgba(0, 0, 0, 0.1),
    /* Bottom thickness shadow */ 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* .glass-bubble::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 67%;
    width: 73px;
    height: 73px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.2) 60%,
            transparent 100%);
    border-radius: 50%;
} */

/* section - 6 -> DIFFER SECTION */
.differ-section {
  padding: 60px 0;
  position: relative;
  text-align: center;
  /* allows bg-waves to anchor here, behind the card */
}

.differ-title {
  font-size: 20px;
  font-weight: 600;
  color: #777777;
  margin-bottom: -25px;
  font-family: "Noto Sans", sans-serif;
  padding-left: 0;
}

.blue-text {
  color: #00338d;
}

.differ-container {
  background: linear-gradient(193.56deg, #00338d 65.96%, #ffffff 89.78%);
  border-radius: 24px;
  padding: 40px 6px 90px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.bg-waves {
  position: absolute;
  top: 10px;
  left: -38px;
  width: 130px;
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}

.bg-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
}

.bg-arrows-img {
  display: block;
  width: 88%;
  height: auto;
  position: relative;
  left: 95px;
}

.differ-grid {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 15px;
}

.differ-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center headings for mobile? Screenshot shows they are somewhat centered or aligned to their space */
}

.differ-column h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.differ-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: center;
}

.differ-bubble {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 8px 2px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 90%;
  backdrop-filter: blur(4px);
}

.differ-divider {
  width: 1px;
  background: #ffffff;
  margin: 0 5px;
}

/* Specific item tweaks if needed */
.rrr .differ-bubble {
  background: rgba(255, 255, 255, 0.15);
  /* Slightly more prominent maybe? */
}

/* section - 7 -> MARKETS PHILOSOPHY SECTION */
.markets-section {
  padding: 20px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.markets-heading-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.markets-title {
  font-size: 20px;
  font-weight: 500;
  color: #00338d;
  margin: 0;
  line-height: 1.3;
}

.markets-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin: 0;
}

.markets-quote {
  margin: 0;
  padding: 12px 16px;
  border-left: 3px solid #00338d;
  background: transparent;
}

.markets-quote p {
  font-size: 13px;
  line-height: 1.7;
  color: #777777;
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}

.markets-quote p:last-child {
  margin-bottom: 0;
}

/* section - 8 -> Insights */
.insights-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  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;
}

/* LARGE MOBILE / SMALL TABLET (≥ 640px) */
@media (min-width: 640px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  /* section - 1 -> Hero */
  .approach-hero {
    padding: 40px 0;
  }

  .approach-text p {
    font-size: 15px;
  }

  .approach-visual {
    width: calc(100% + 48px);
    /* Extend beyond mobile padding */
    margin-right: -24px;
  }

  /* .pillars-content {
        flex-direction: column;
        gap: 32px;
    } */

  .pillars-accordion {
    order: 2;
  }

  .pillars-visual {
    order: 1;
    min-height: 300px;
  }

  .visual-card-stack {
    max-width: 300px;
    height: 300px;
  }

  .framework-item {
    flex-direction: column;
    gap: 20px;
  }

  .framework-item.reverse {
    flex-direction: column;
  }

  .framework-visual {
    max-width: 150px;
  }

  .approach-footer {
    padding: 40px 24px;
    margin: 40px -24px 0 -24px;
  }

  .footer-content h2 {
    font-size: 28px;
  }

  .footer-content > p {
    font-size: 20px;
  }

  .footer-blocks {
    gap: 24px;
  }

  .footer-block h3 {
    font-size: 18px;
  }

  .footer-block p {
    font-size: 15px;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 13px;
  }

  /* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
  .framework-section {
    padding: 0 24px;
  }

  .framework-main-title {
    font-size: 22px;
  }

  .framework-subtitle {
    font-size: 17px;
  }

  .funnel-1 .funnel-img {
    width: 115px;
  }

  .funnel-2 .funnel-img {
    width: 150px;
  }

  .funnel-3 .funnel-img {
    width: 190px;
  }

  .text-block-1 {
    width: 260px;
  }

  .text-block-2 {
    width: 250px;
  }

  .text-block-3 {
    width: 220px;
  }

  .text-content h3 {
    font-size: 16px;
  }

  .text-content li {
    font-size: 13px;
  }

  .funnel-1 .text-content {
    --text-offset: -130px;
  }

  .funnel-2 .text-content {
    --text-offset: -120px;
  }

  .funnel-3 .text-content {
    --text-offset: -130px;
  }

  /* section - 5 -> PORTFOLIO SECTION */
  .portfolio-item-2 {
    width: 116%;
  }

  .portfolio-bubble {
    top: 25%;
  }

  /* section - 6 -> DIFFER SECTION */
  .differ-section {
    padding: 70px 0;
  }

  .differ-title {
    font-size: 24px;
    margin-bottom: -30px;
  }

  .differ-container {
    padding: 50px 16px 100px;
    margin-top: 48px;
    border-radius: 28px;
  }

  .bg-waves {
    width: 160px;
    top: 14px;
    left: -40px;
  }

  .differ-grid {
    gap: 20px;
  }

  .differ-column h3 {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .differ-items {
    gap: 14px;
  }

  .differ-bubble {
    font-size: 13px;
    padding: 13px 18px;
    border-radius: 14px;
  }

  .differ-divider {
    margin: 0 8px;
  }

  .bg-arrows-img {
    width: 92%;
    left: 80px;
  }

  /* section - 7 -> MARKETS PHILOSOPHY SECTION */
  .markets-section {
    padding: 24px 0 72px;
    gap: 48px;
  }

  .markets-title {
    font-size: 22px;
  }

  .markets-subtitle {
    font-size: 15px;
  }

  .markets-quote {
    padding: 16px 22px;
    border-left-width: 3px;
  }

  .markets-quote p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* TABLET (≥ 768px) */
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  /* section - 1 -> Hero */
  .approach-hero {
    padding: 120px 26px 40px;
  }

  .approach-text {
    width: 545px;
  }

  .approach-text p {
    font-size: 18px;
  }

  .visual-label {
    font-size: 25px;
    top: 86px;
    left: 106px;
  }

  .approach-visual {
    width: calc(100% + 20px);
    margin: -38px -20px 24px 66px;
  }

  .scroll-down-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  .scroll-text {
    font-size: 15.5px;
    color: #00338d;
    font-weight: 500;
    text-transform: lowercase;
  }

  /* svg {
        animation: bounce 1.6s infinite ease-in-out;
        width: 40px;
        height: 40px;
    } */

  .scroll-down-wrapper svg {
    /* animation: bounce 2s infinite; */
    animation: bounce 1.6s infinite ease-in-out;
    width: 40px;
    height: 40px;
  }

  @keyframes bounce {
    /* 0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-10px);
        }

        60% {
            transform: translateY(-5px);
        } */

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(6px);
    }
  }

  /* section - 2 -> Pillars */
  .pillars-section {
    padding: 10px 26px 0 26px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 44px;
  }

  .pillars-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }

  .pillars-accordion {
    width: 70%;
  }

  .accordion-item {
    padding-left: 25px;
    margin-bottom: 25px;
  }

  .accordion-header h3 {
    font-size: 22px;
  }

  .accordion-body p {
    font-size: 18px;
  }

  /* Visual Card Stack */
  .pillars-visual {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Card Stack Container */
  .visual-card-stack {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 380px;
    --card-base-scale: 1.5;
    --card-secondary-scale: 1.35;
    --card-tertiary-scale: 1.2;
    --card-secondary-offset: 20px;
    --card-tertiary-offset: 40px;
  }

  /* Card Base Styles */
  .visual-card {
    position: absolute;
    top: 50%;
    left: 68%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--card-base-scale));
    transition:
      opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
      z-index 0s 0.3s;
    pointer-events: none;
    will-change: transform, opacity;
  }

  .visual-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* Active Card State */
  .visual-card.active {
    opacity: 1;
    z-index: 3;
    transform: translate(-50%, -50%) scale(var(--card-base-scale));
    transition-delay: 0s;
  }

  /* Card Stack Animations - Card 1 Active */
  .visual-card-stack[data-active="1"] .visual-card[data-index="2"] {
    opacity: 0.3;
    z-index: 2;
    transform: translate(-50%, -50%) scale(var(--card-secondary-scale))
      translateY(var(--card-secondary-offset));
  }

  .visual-card-stack[data-active="1"] .visual-card[data-index="3"] {
    opacity: 0.15;
    z-index: 1;
    transform: translate(-50%, -50%) scale(var(--card-tertiary-scale))
      translateY(var(--card-tertiary-offset));
  }

  /* Card Stack Animations - Card 2 Active */
  .visual-card-stack[data-active="2"] .visual-card[data-index="1"] {
    opacity: 0.3;
    z-index: 2;
    transform: translate(-50%, -50%) scale(var(--card-secondary-scale))
      translateY(var(--card-secondary-offset));
  }

  .visual-card-stack[data-active="2"] .visual-card[data-index="3"] {
    opacity: 0.15;
    z-index: 1;
    transform: translate(-50%, -50%) scale(var(--card-tertiary-scale))
      translateY(var(--card-tertiary-offset));
  }

  /* Card Stack Animations - Card 3 Active */
  .visual-card-stack[data-active="3"] .visual-card[data-index="1"] {
    opacity: 0.15;
    z-index: 1;
    transform: translate(-50%, -50%) scale(var(--card-tertiary-scale))
      translateY(var(--card-tertiary-offset));
  }

  .visual-card-stack[data-active="3"] .visual-card[data-index="2"] {
    opacity: 0.3;
    z-index: 2;
    transform: translate(-50%, -50%) scale(var(--card-secondary-scale))
      translateY(var(--card-secondary-offset));
  }

  /* section - 3 -> C.O.R.E (Horizontal Scroll) */
  .core-item {
    flex: 0 0 52vw;
    /* Show ~2 items */
    padding: 0 40px;
  }

  .core-content {
    margin-top: calc(32vh + 8px);
  }

  .core-node {
    width: 50px;
    height: 50px;
    border-width: 4px;
    left: 3px;
    top: 34vh;
  }

  .core-content h3 {
    font-size: 22px;
  }

  .core-content p {
    font-size: 15px;
  }

  .core-timeline-line {
    left: calc(5vw + 40px);
    top: 34vh;
  }

  /* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
  .framework-section {
    padding: 0 40px;
  }

  .framework-sticky {
    top: 94px;
  }

  .framework-main-title {
    font-size: 28px;
  }

  .framework-subtitle {
    font-size: 25px;
    margin-bottom: 90px;
  }

  .funnel-container {
    gap: 80px;
  }

  .funnel-1 .funnel-img {
    width: 135px;
  }

  .funnel-2 .funnel-img {
    width: 175px;
  }

  .funnel-3 .funnel-img {
    width: 220px;
  }

  .text-block-1 {
    width: 410px;
  }

  .text-block-2 {
    width: 450px;
  }

  .text-block-3 {
    width: 350px;
  }

  .text-content h3 {
    font-size: 22px;
  }

  .text-content li {
    font-size: 15px;
  }

  .funnel-1 .text-content {
    --text-offset: -170px;
  }

  .funnel-2 .text-content {
    --text-offset: -232px;
  }

  .funnel-3 .text-content {
    --text-offset: -220px;
  }

  /* section - 5 -> PORTFOLIO SECTION */
  .portfolio-section {
    padding: 10px 26px;
  }

  .portfolio-text-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
  }

  .portfolio-item-1 {
    width: 110%;
  }

  .portfolio-item-2 {
    width: 129%;
  }

  .portfolio-item h3 {
    font-size: 22px;
  }

  .portfolio-item p {
    font-size: 18px;
  }

  .portfolio-visual {
    width: 40%;
  }

  .portfolio-chart {
    right: -14%;
    top: 260px;
    width: 48%;
  }

  .portfolio-bubble {
    top: 50px;
    left: 75%;
    width: 114px;
    height: 110px;
  }

  /* section - 6 -> DIFFER SECTION */
  .differ-section {
    padding: 80px 0;
  }

  .differ-title {
    font-size: 28px;
    margin-bottom: -32px;
  }

  .differ-container {
    background: linear-gradient(193.56deg, #00338d 59.96%, #ffffff 76.78%);
    padding: 56px 30px 260px;
    margin-top: 52px;
    border-radius: 32px;
  }

  .bg-waves {
    width: 200px;
    top: 16px;
    left: -87px;
  }

  .differ-grid {
    gap: 28px;
  }

  .differ-column h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .differ-items {
    gap: 16px;
  }

  .differ-bubble {
    font-size: 14px;
    padding: 8px 0;
    border-radius: 16px;
  }

  .differ-divider {
    margin: 0 10px;
  }

  .bg-arrows-img {
    width: 56%;
    left: 365px;
  }

  /* section - 7 -> MARKETS PHILOSOPHY SECTION */
  .markets-section {
    padding: 20px 0 60px;
    display: flex;
    flex-direction: column;
    gap: 44px;
  }

  .markets-heading-block {
    gap: 10px;
  }

  .markets-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .markets-subtitle {
    font-size: 17px;
    font-weight: 300;
    color: #777777;
    margin: 0;
  }

  .markets-quote {
    padding: 12px 18px;
  }

  .markets-quote p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    width: 600px;
  }

  .markets-quote p:last-child {
    margin-bottom: 0;
  }

  /* section - 8 -> Insights */
  .insights-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .insights-heading {
    font-size: 28px;
  }

  .insights-subheading {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.2;
  }
}

/* DESKTOP (≥ 1024px) */
@media (min-width: 1024px) {
  .page-container {
    padding-inline: max(50px, calc((100% - 1000px) / 2));
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  /* section - 1 -> Hero */
  .approach-hero {
    padding: 180px 0 40px;
  }

  .approach-text {
    width: 600px;
  }

  .approach-text p {
    font-size: 22px;
  }

  .approach-visual {
    width: calc(100% + -150px);
    margin: -32px -150px 24px 249px;
  }

  .visual-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .visual-label {
    font-size: 25px;
  }

  .scroll-down-wrapper {
    margin-top: 50px;
  }

  .scroll-text {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  svg {
    width: 55px;
    height: 55px;
  }

  .accordion-header h3 {
    font-size: 18px;
  }

  .accordion-body p {
    font-size: 15px;
  }

  .framework-visual {
    flex: 0 0 250px;
  }

  .framework-content h3 {
    font-size: 20px;
  }

  .framework-content p {
    font-size: 15px;
  }

  .portfolio-item h3 {
    font-size: 18px;
  }

  .portfolio-item p {
    font-size: 15px;
  }

  /* Desktop Portfolio Split Layout */
  .portfolio-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .approach-footer {
    padding: 80px 48px;
    margin: 80px calc(-1 * max(48px, calc((100% - 1200px) / 2))) 0;
  }

  .footer-content h2 {
    font-size: 36px;
  }

  .footer-content > p {
    font-size: 24px;
  }

  .footer-block h3 {
    font-size: 18px;
  }

  .footer-block p {
    font-size: 15px;
  }

  /* section - 2 -> Pillars */
  .pillars-section {
    padding: 10px 0 26px;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .pillars-accordion {
    width: 60%;
  }

  .accordion-item {
    padding-left: 25px;
    margin-bottom: 25px;
  }

  .accordion-header h3 {
    font-size: 26px;
  }

  .accordion-body p {
    font-size: 19px;
  }

  .icon-toggle {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .visual-card {
    left: 58%;
  }

  /* section - 3 -> C.O.R.E (Horizontal Scroll) */
  .core-item {
    flex: 0 0 52vw;
    /* Show ~3 items */
    padding: 0 50px;
  }

  .core-content {
    margin-top: calc(32vh + 8px);
  }

  .core-content h3 {
    font-size: 26px;
  }

  .core-content p {
    font-size: 19px;
  }

  .core-timeline-line {
    left: calc(5vw + 50px);
    top: 34vh;
  }

  .core-node {
    top: 34vh;
  }

  /* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
  .framework-section {
    padding: 0 50px;
  }

  .framework-sticky {
    top: 100px;
  }

  .framework-main-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .framework-subtitle {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .funnel-container {
    gap: 55px;
  }

  .funnel-1 .funnel-img {
    width: 200px;
  }

  .funnel-2 .funnel-img {
    width: 260px;
  }

  .funnel-3 .funnel-img {
    width: 320px;
  }

  .text-block-1 {
    width: 590px;
  }

  .text-block-2 {
    width: 520px;
  }

  .text-block-3 {
    width: 420px;
  }

  .text-content h3 {
    font-size: 30px;
  }

  .text-content li {
    font-size: 20px;
  }

  .funnel-1 .text-content {
    --text-offset: -260px;
  }

  .funnel-2 .text-content {
    --text-offset: -302px;
  }

  .funnel-3 .text-content {
    --text-offset: -240px;
  }

  /* section - 5 -> PORTFOLIO SECTION */
  .portfolio-section {
    padding: 10px 0 26px;
  }

  .portfolio-text-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
  }

  .portfolio-item-1 {
    width: 123%;
  }

  .portfolio-item-2 {
    width: 129%;
  }

  .portfolio-item h3 {
    font-size: 30px;
  }

  .portfolio-item p {
    font-size: 24px;
  }

  .portfolio-visual {
    width: 40%;
  }

  .portfolio-chart {
    right: -12%;
    top: 320px;
    width: 48%;
  }

  .portfolio-bubble {
    top: 32px;
    left: 73%;
    width: 150px;
    height: 152px;
  }

  /* section - 6 -> DIFFER SECTION */
  .differ-section {
    padding: 80px 0;
  }

  .differ-title {
    font-size: 36px;
    margin-bottom: -32px;
  }

  .differ-container {
    background: linear-gradient(193.56deg, #00338d 48.96%, #ffffff 74.78%);
    padding: 56px 30px 260px;
    margin-top: 52px;
    border-radius: 32px;
    height: 1006px;
  }

  .bg-waves {
    width: 210px;
    top: 16px;
    left: -128px;
  }

  .differ-grid {
    gap: 28px;
  }

  .differ-column h3 {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .differ-items {
    gap: 20px;
  }

  .differ-bubble {
    font-size: 23px;
    padding: 8px 0;
    border-radius: 16px;
  }

  .differ-divider {
    margin: 0 10px;
  }

  .bg-arrows-img {
    width: 80%;
    left: 242px;
  }

  /* section - 7 -> MARKETS PHILOSOPHY SECTION */
  .markets-section {
    padding: 20px 0 60px;
    gap: 50px;
  }

  .markets-heading-block {
    gap: 10px;
  }

  .markets-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .markets-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #777777;
    margin: 0;
  }

  .markets-quote {
    padding: 12px 18px;
  }

  .markets-quote p {
    font-size: 22px;
    width: 710px;
  }

  /* section - 8 -> Insights */
  .insights-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .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;
  }
}

/* LARGE DESKTOP (≥ 1280px) */
@media (min-width: 1280px) {
  .page-container {
    padding-inline: max(16px, calc((100% - 1200px) / 2));
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  /* section - 1 -> Hero */
  .approach-hero {
    padding: 125px 0 40px;
  }

  .approach-text {
    width: 775px;
    font-weight: 400;
  }

  .approach-text p {
    font-size: 23px;
  }

  .approach-visual {
    width: calc(100% + -380px);
    margin: -80px -380px 0px 555px;
  }

  .visual-label {
    font-size: 28px;
    top: 108px;
    left: 125px;
    letter-spacing: 0.3px;
  }

  .scroll-down-wrapper {
    margin-top: 0px;
  }

  .scroll-text {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  svg {
    width: 55px;
    height: 55px;
  }

  .accordion-header h3 {
    font-size: 18px;
  }

  .accordion-body p {
    font-size: 15px;
  }

  .framework-visual {
    flex: 0 0 250px;
  }

  .framework-content h3 {
    font-size: 20px;
  }

  .framework-content p {
    font-size: 15px;
  }

  .approach-footer {
    padding: 80px 48px;
    margin: 80px calc(-1 * max(48px, calc((100% - 1200px) / 2))) 0;
  }

  .footer-content h2 {
    font-size: 36px;
  }

  .footer-content > p {
    font-size: 24px;
  }

  .footer-block h3 {
    font-size: 18px;
  }

  .footer-block p {
    font-size: 15px;
  }

  /* section - 2 -> Pillars */
  .pillars-section {
    padding: 10px 0 26px;
    margin-top: 80px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .pillars-accordion {
    width: 60%;
  }

  .accordion-item {
    padding-left: 35px;
    margin-bottom: 35px;
  }

  .accordion-header h3 {
    font-size: 26px;
  }

  .accordion-body p {
    font-size: 19px;
  }

  .icon-toggle {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .visual-card {
    left: 80%;
  }

  /* section - 3 -> C.O.R.E (Horizontal Scroll) */
  .core-main-title {
    left: 10vw;
  }

  .core-horizontal-track {
    padding: 0 7vw;
  }

  .core-item {
    flex: 0 0 32vw;
    /* Show 4 items nicely */
  }

  .core-content {
    margin-top: calc(32vh + 8px);
  }

  .core-timeline-line {
    left: calc(10vw + 50px);
    top: 34vh;
  }

  .core-node {
    top: 34vh;
  }

  /* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
  .framework-section {
    padding: 0 155px;
  }

  .framework-sticky {
    top: 65px;
    height: 780px;
  }

  .framework-main-title {
    font-size: 34px;
    margin-bottom: 8px;
  }

  .framework-subtitle {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .funnel-container {
    gap: 40px;
  }

  .funnel-wrapper {
    max-width: 800px;
  }

  .funnel-1 .funnel-img {
    width: 180px;
  }

  .funnel-2 .funnel-img {
    width: 240px;
  }

  .funnel-3 .funnel-img {
    width: 300px;
  }

  .text-block-1 {
    width: 500px;
  }

  .text-block-2 {
    width: 600px;
  }

  .text-block-3 {
    width: 450px;
  }

  .text-content h3 {
    font-size: 22px;
  }

  .text-content li {
    font-size: 16px;
  }

  .funnel-1 .text-content {
    --text-offset: -110px;
  }

  .funnel-2 .text-content {
    --text-offset: -400px;
  }

  .funnel-3 .text-content {
    --text-offset: -200px;
  }

  /* section - 5 -> PORTFOLIO SECTION */
  .portfolio-section {
    padding: 120px 0 0;
    min-height: 820px;
  }

  .section-title {
    margin-bottom: 64px;
  }

  .portfolio-text-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
  }

  .portfolio-item-1 {
    width: 95%;
  }

  .portfolio-item-2 {
    width: 100%;
  }

  .portfolio-item h3 {
    font-size: 30px;
    margin: 0 0 5px 0;
  }

  .portfolio-item p {
    font-size: 24px;
  }

  .portfolio-visual {
    width: 40%;
  }

  .portfolio-chart {
    right: -12%;
    top: 459px;
    width: 50%;
  }

  .portfolio-bubble {
    top: 4px;
    left: 71%;
    width: 250px;
    height: 252px;
  }

  /* section - 6 -> DIFFER SECTION */
  .differ-section {
    padding: 10px 0;
  }

  .differ-title {
    font-size: 38px;
    margin-bottom: -24px;
  }

  .differ-container {
    background: linear-gradient(193.56deg, #00338d 42.96%, #ffffff 70.78%);
    padding: 56px 30px 260px;
    margin-top: 52px;
    border-radius: 32px;
    height: 1085px;
  }

  .bg-waves {
    width: 240px;
    top: -310px;
    left: -290px;
  }

  .differ-grid {
    gap: 28px;
  }

  .differ-column h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .differ-items {
    gap: 30px;
  }

  .differ-bubble {
    font-size: 23px;
    padding: 8px 0;
    border-radius: 16px;
  }

  .differ-divider {
    margin: 0 10px;
  }

  .bg-arrows-img {
    width: 104%;
    left: 126px;
  }

  /* section - 7 -> MARKETS PHILOSOPHY SECTION */
  .markets-section {
    padding: 20px 0 60px;
    gap: 50px;
  }

  .markets-heading-block {
    gap: 10px;
  }

  .markets-title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 500;
  }

  .markets-subtitle {
    font-size: 23px;
  }

  .markets-quote {
    padding: 12px 18px;
  }

  .markets-quote p {
    font-size: 22px;
    width: 800px;
  }

  /* section - 8 -> Insights */
  .insights-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .insights-heading {
    font-size: 30px;
  }

  .insights-subheading {
    font-size: 25px;
  }

  .insights-cta-button {
    font-size: 15px;
    padding: 12px 28px;
    border-bottom-right-radius: 43px;
  }
}

/* EXTRA LARGE DESKTOP (≥ 1600px) */
@media (min-width: 1600px) {
  .page-container {
    padding-inline: max(157px, calc((100% - 1600px) / 2));
  }

  /* section - 1 -> Hero */
  .approach-hero {
    padding: 150px 0 40px;
  }

  .approach-text {
    width: 780px;
  }

  .approach-text p {
    font-size: 24px;
  }

  .approach-visual {
    width: calc(100% + -535px);
    margin: -66px -535px 30px 705px;
  }

  .visual-label {
    font-size: 32px;
    top: 158px;
    left: 175px;
    letter-spacing: 0.3px;
  }

  .scroll-down-wrapper {
    margin-top: 40px;
  }

  .scroll-text {
    font-size: 19.2px;
    letter-spacing: 0.08em;
  }

  svg {
    width: 58px;
    height: 58px;
  }

  .accordion-header h3 {
    font-size: 18px;
  }

  .accordion-body p {
    font-size: 15px;
  }

  .framework-visual {
    flex: 0 0 250px;
  }

  .framework-content h3 {
    font-size: 20px;
  }

  .framework-content p {
    font-size: 15px;
  }

  .approach-footer {
    padding: 80px 48px;
    margin: 80px calc(-1 * max(48px, calc((100% - 1200px) / 2))) 0;
  }

  .footer-content h2 {
    font-size: 36px;
  }

  .footer-content > p {
    font-size: 24px;
  }

  .footer-block h3 {
    font-size: 18px;
  }

  .footer-block p {
    font-size: 15px;
  }

  /* section - 2 -> Pillars */
  .pillars-accordion {
    width: 50%;
  }

  .accordion-item {
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .accordion-header h3 {
    font-size: 26px;
  }

  .accordion-body p {
    font-size: 19px;
  }

  .visual-card {
    left: 78%;
  }

  /* section - 3 -> C.O.R.E (Horizontal Scroll) */
  .core-main-title {
    left: 8.3vw;
  }

  .core-horizontal-track {
    padding: 0 5.8vw;
  }

  .core-timeline-line {
    left: calc(7vw + 50px);
    top: 34vh;
  }

  /* section - 4 -> RESEARCH FRAMEWORK (Scroll Animation) */
  .framework-section {
    padding: 0 160px;
    height: 110vh;
  }

  .framework-sticky {
    top: 66px;
    height: 1250px;
  }

  .framework-main-title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .framework-subtitle {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .funnel-container {
    gap: 60px;
  }

  .funnel-wrapper {
    max-width: 1000px;
  }

  .funnel-1 .funnel-img {
    width: 240px;
  }

  .funnel-2 .funnel-img {
    width: 320px;
  }

  .funnel-3 .funnel-img {
    width: 400px;
  }

  .text-block-1 {
    width: 650px;
  }

  .text-block-2 {
    width: 780px;
  }

  .text-block-3 {
    width: 600px;
  }

  .text-content h3 {
    font-size: 26px;
  }

  .text-content li {
    font-size: 19px;
  }

  .funnel-1 .text-content {
    --text-offset: -260px;
  }

  .funnel-2 .text-content {
    --text-offset: -520px;
  }

  .funnel-3 .text-content {
    --text-offset: -430px;
  }

  /* section - 5 -> PORTFOLIO SECTION */
  .portfolio-section {
    padding: 120px 0 0;
    min-height: 820px;
  }

  .section-title {
    margin-bottom: 64px;
  }

  .portfolio-text-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
  }

  .portfolio-item-1 {
    width: 86%;
  }

  .portfolio-item-2 {
    width: 88%;
  }

  .portfolio-item h3 {
    font-size: 30px;
    margin: 0 0 5px 0;
  }

  .portfolio-item p {
    font-size: 24px;
  }

  .portfolio-visual {
    width: 40%;
  }

  .portfolio-chart {
    right: -10%;
    top: 459px;
    width: 40%;
  }

  .portfolio-bubble {
    top: 16px;
    left: 75%;
    width: 250px;
    height: 252px;
  }

  /* section - 6 -> DIFFER SECTION */
  .differ-section {
    padding: 20px 0;
  }

  .differ-title {
    font-size: 38px;
    margin-bottom: -24px;
  }

  .differ-container {
    background: linear-gradient(193.56deg, #00338d 40.96%, #ffffff 68.78%);
  }

  .bg-waves {
    width: 280px;
    left: -310px;
  }

  /* section - 7 -> MARKETS PHILOSOPHY SECTION */
  .markets-section {
    gap: 65px;
  }

  /* section - 8 -> Insights */
  .insights-section {
    margin-bottom: 80px;
  }

  .insights-subheading {
    max-width: 30%;
  }

  .insights-cta-button {
    font-size: 15px;
    padding: 12px 28px;
    border-bottom-right-radius: 43px;
  }
}

/* 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;
}
