/* ========================================
   Y'all Street ETF - Global Styles
   ======================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Zodiak font from Fontshare CDN */
@import url('https://api.fontshare.com/v2/css?f[]=zodiak@400&display=swap');

/* ========================================
   CSS Variables / Design Tokens
   ======================================== */
:root {
  /* Colors */
  --ys-200: #CC4400;
  --ys-700: #0A1524;
  --ys-900: #060B13;

  --color-primary: #CC4400;
  --color-text-primary: #2F2F2F;
  --color-text-secondary: #555555;
  --color-text-inverse: #FFFFFF;
  --color-text-inverse-disabled: rgba(255, 255, 255, 0.4);

  --color-bg-primary: #FFFFFF;
  --color-bg-secondary: #E8E6DF;
  --color-bg-dark: #0A1524;
  --color-bg-darker: #060B13;

  --color-border: #CACACA;

  /* Typography */
  --font-heading: 'Zodiak', Georgia, serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --spacing-0: 0px;
  --spacing-50: 4px;
  --spacing-100: 8px;
  --spacing-200: 16px;
  --spacing-300: 24px;
  --spacing-400: 32px;
  --spacing-500: 40px;
  --spacing-600: 48px;
  --spacing-700: 56px;
  --spacing-800: 64px;
  --spacing-1000: 80px;
  --spacing-1200: 96px;
  --spacing-1500: 120px;
  --spacing-2000: 160px;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --radius-full: 1111px;

  /* Section overlap */
  --section-overlap: 40px;
}

/* ========================================
   Reset & Base
   ======================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text-primary);
  line-height: 1.5;
  background-color: var(--color-bg-primary);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.85;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea {
  border: none;
  outline: none;
  font-family: inherit;
}

/* ========================================
   Typography
   ======================================== */
.h1, h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0;
}

.h2, h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
}

.h3, h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
}

.h4, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.body-regular {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.body-small {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.label-caps {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.label-caps-sm {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

/* ========================================
   Layout
   ======================================== */
.page-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* padding-bottom: var(--section-overlap); */
}
.container {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.p-t-sm {
  padding-top: 40px;
}
.p-t-m {
  padding-top: 80px;
}
.p-t-l {
  padding-top: 120px;
}
.p-t-xl {
  padding-top: 160px;
}
.p-b-sm {
  padding-bottom: 40px;
}
.p-b-m {
  padding-bottom: 80px;
}
.p-b-l {
  padding-bottom: 120px;
}
.p-b-xl {
  padding-bottom: 160px;
}

.section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg.bg-border-radius {
      overflow: hidden;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  background: rgba(0, 0, 0, 0.4);
}
.bg-overlay.gradient-1 {
  background : linear-gradient(85.28deg, rgb(233, 233, 233) 10.57%, rgba(255, 255, 255, 0) 57.74%);
}
body.sticky-cards .section {
  position: sticky;
  top: calc(100dvh - var(--sticky-height));
}

/* ========================================
   Common Color Classes
   ======================================== */

.bg-darker {
  background-color: var(--color-bg-darker);
}
.bg-dark {
  background-color: var(--color-bg-dark);
}
.bg-primary {
  background-color: var(--color-bg-primary);
}
.bg-secondary {
  background-color: var(--color-bg-secondary);
}
.text-primary {
  color: var(--color-text-primary);
}
.text-secondary {
  color: var(--color-text-secondary);
}
.text-inverse {
  color: var(--color-text-inverse);
}
.text-inverse-disabled {
  color: var(--color-text-inverse-disabled);
}
section:not(.has-bg) {
  background-color: #ffffff;
}


/* ========================================
   Section Overlap Pattern
   ======================================== */
.section {
  position: relative;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin-top: calc(-1 * var(--section-overlap));
  z-index: 1;
  overflow: hidden;
}

.section + .section {
  z-index: 2;
}

.section + .section + .section {
  z-index: 3;
}

.section + .section + .section + .section {
  z-index: 4;
}

.section + .section + .section + .section + .section {
  z-index: 5;
}

.section + .section + .section + .section + .section + .section {
  z-index: 6;
}

/* ========================================
   Navigation / Header
   ======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

.site-header.scrolled {
  background-color: rgba(10, 21, 36, 0.95);
  backdrop-filter: blur(10px);
}

.site-header .logo img {
  height: 39px;
  width: auto;
}

.site-header .nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-header .nav-links a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-inverse);
}

.site-header .nav-links > a:not(.btn) {
    padding: 15px 0;
}

.site-header .nav-links a:hover {
  opacity: 0.8;
}

.site-header .nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.site-header .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-header .nav-dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-header .nav-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1010;
}

.site-header .nav-submenu a {
  display: block;
  padding: 10px 16px;
  color: #111111;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}

.site-header .nav-submenu a:hover {
  background: #f3f3f3;
  opacity: 1;
}

.site-header .nav-dropdown:hover .nav-submenu,
.site-header .nav-dropdown:focus-within .nav-submenu,
.site-header .nav-dropdown.open .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-header .nav-dropdown:hover .nav-dropdown-toggle::after,
.site-header .nav-dropdown:focus-within .nav-dropdown-toggle::after,
.site-header .nav-dropdown.open .nav-dropdown-toggle::after {
  transform: rotate(-135deg);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

.header-inverse:not(.scrolled) img {
    filter: invert(1);
}
.header-inverse:not(.scrolled) .nav-links a:not(.btn) {
    filter: invert(1);
}

.header-inverse:not(.scrolled) .nav-links .nav-submenu a {
  filter: none;
  color: #111111;
}

/* ========================================
   Buttons
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-100);
  height: 56px;
  padding: var(--spacing-200);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-text-inverse);
}

.btn-primary:hover {
  background-color: #b33d00;
}

.btn-ghost {
  background: transparent;
  color: var(--color-text-primary);
  padding-left: 0;
  padding-right: 0;
}

.btn-ghost:hover {
  opacity: 0.7;
}

.btn-sm {
  height: 48px;
}

.btn-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}

.btn-icon:hover {
  background-color: var(--color-bg-secondary);
}

/* Chevron icon for buttons */
.chevron-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

/* ========================================
   Chip / Tag
   ======================================== */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  background-color: var(--color-bg-secondary);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--color-text-primary);
}

/* ========================================
   Forms
   ======================================== */
.input-group {
  display: flex;
  gap: var(--spacing-200);
  align-items: flex-end;
}

.input-field {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: var(--spacing-100) var(--spacing-200);
  background-color: var(--color-bg-primary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  width: 100%;
}

.input-field input {
  flex: 1;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-primary);
  background: transparent;
}

.input-field input::placeholder {
  color: var(--color-text-secondary);
}

.input-field .input-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.input-field-dark {
  background-color: var(--ys-900);
  border: none;
}

.input-field-dark input {
  color: var(--color-text-inverse);
}

.input-field-dark input::placeholder {
  color: var(--color-text-inverse-disabled);
}

/* ========================================
   Cards
   ======================================== */
.etf-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: var(--spacing-500);
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: linear-gradient(to bottom, white 45%, rgba(255,255,255,0));
}

.etf-card-image img {
    width: 250px;
    height: 350px;
    object-fit: cover;
    float: right;
}
.etf-card-image.eci-big img {
    width: 350px;
}

.etf-card .btn.btn-ghost {
    order: 3;
    justify-content: flex-start;
}

.news-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.news-card .news-image {
  height: 200px;
  overflow: hidden;
}

.news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card .news-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-card .news-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.news-card .news-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-card .news-text h4 {
  color: var(--color-text-primary);
}

.news-card .news-text p {
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: 24px;
}

/* ========================================
   Hero Section
   ======================================== */
.hero {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    text-align: center;
    color: var(--color-text-inverse);
    padding-bottom: var(--section-overlap);
    align-items: center;
}
.hero .container {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 40px;
}
.hero.hero-2-col .container {
    flex-flow: wrap;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 100%;
}



.hero-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-inverse);
  max-width: 720px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.fund-logo {
    width: 280px;
    margin-left: 40px;
}
.fund-text {
    flex-grow: 1;
    text-align: left;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.fund-text > * {
    max-width: 940px;
}
.hero-logo img {
    width: 100%;
    max-width: 400px;
}
section.hero.hero-short {
    height: 480px;
}
section.hero.hero-extra-short {
    height: 340px;
}

/* ========================================
   Section: Why Y'all Street
   ======================================== */
.section-intro {
  position: relative;
  padding-bottom: 14vw;
  min-height: 840px;
}

.section-intro .bg-pattern {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.section-intro .bg-pattern img {
  width: 100%;
  height: 192%;
  object-fit: cover;
  position: absolute;
  top: -13%;
}

.section-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.section-title-row h2 {
  flex-shrink: 0;
}

.section-title-row p {
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.feature {
  padding: 40px 64px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-icon {
  width: 24px;
  height: 24px;
  color: var(--color-primary);
}

.feature-icon img {
  width: 100%;
  height: 100%;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}



.feature-text p {
  font-size: 16px;
  line-height: 24px;
}

/* ========================================
   Section: Core ETFs
   ======================================== */
.section-etfs {
  background-color: var(--color-bg-secondary);
  overflow: hidden;
}

.section-etfs h2 {
  margin-bottom: 40px;
}

.etf-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ========================================
   Section: News & Resources
   ======================================== */
.section-news {
  background-color: white;
}

.section-news .section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-news .section-header .title-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ========================================
   Newsletter Section
   ======================================== */
.section-newsletter {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: flex-start;
}
.section-newsletter .container {
    display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: flex-start;
}

/* .section-newsletter .newsletter-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.section-newsletter .newsletter-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
} */

.section-newsletter .newsletter-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(85.28deg, rgb(233, 233, 233) 10.57%, rgba(255, 255, 255, 0) 57.74%);
}



.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsletter-text h2 {
  color: var(--color-text-primary);
  max-width: 600px;
}

.newsletter-text p {
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: 24px;
}

.newsletter-form {
  display: flex;
  gap: var(--spacing-200);
  align-items: flex-end;
}

.newsletter-form .input-field {
  width: 468px;
}

/* ========================================
   Footer
   ======================================== */
.site-footer {
  background-color: var(--ys-700);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  position: relative;
      margin-top: calc(-1 * var(--section-overlap));
    overflow: hidden;
    z-index: 9;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  gap: 160px;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand .logo img {
  width: 182px;
  height: auto;
}

.footer-brand .address {
  font-size: 12px;
  line-height: 18px;
  color: var(--color-text-inverse);
  opacity: 0.64;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav-title {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--color-text-inverse);
}

.footer-nav a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: var(--color-text-inverse);
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-newsletter .footer-nav-title {
  margin-bottom: 0;
}

.footer-disclaimer {
  background-color: var(--ys-900);
}

.footer-disclaimer p {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-text-inverse-disabled);
}

/* ========================================
   Tabs (Homepage & Fund Page)
   ======================================== */
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 40px;
}

.tab-btn {
  padding: 16px 24px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-secondary);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.tab-btn.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.tab-btn:hover {
  color: var(--color-text-primary);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


    /* ========================================
       Stats Header Bar
       ======================================== */
    .stats-header {
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      background: rgba(6, 11, 19, 0.4);
      border-radius: var(--radius-xl) var(--radius-xl) 0 0;
      padding: 40px 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: calc(-1 * var(--section-overlap));
      position: relative;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: left;
    }

    .stats-row {
      display: flex;
      align-items: center;
      gap: 120px;
    }

    .stat-item {
      display: flex;
      flex-direction: column;
      gap: 8px;
      color: var(--color-text-inverse);
    }

    .stat-item .stat-label {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.96px;
      text-transform: uppercase;
    }

    .stat-item .stat-value {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
    }

    .stat-item .stat-date {
      font-family: var(--font-body);
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #777;
    }

    .stat-item .stat-value-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .stat-item .nav-arrow {
      display: inline-flex;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #4CAF50;
    }

    .doc-links {
      display: flex;
      align-items: center;
      gap: 40px;
    }

    .doc-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 158px;
      color: var(--color-text-inverse);
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
    }

    .doc-link svg {
      width: 24px;
      height: 24px;
    }

    /* ========================================
       Sticky Nav
       ======================================== */
    .sticky-nav-container {
      background-color: #060B13;
      position: sticky;
      top: 88px;
      z-index: 100;
    }

    .sticky-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 64px;
      height: 80px;
      border-bottom: 1px solid rgba(85, 85, 85, 0.4);
      border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }

    .sticky-nav a {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-inverse);
      height: 100%;
      display: flex;
      align-items: center;
      border-bottom: 4px solid transparent;
      transition: border-color 0.2s ease;
    }

    .sticky-nav a:hover,
    .sticky-nav a.active {
      border-color: var(--color-primary);
      opacity: 1;
    }

    

    /* ========================================
       FAQ Section
       ======================================== */
   

    .faq-layout {
      display: flex;
      gap: 80px;
      align-items: flex-start;
    }

    .faq-layout .faq-title {
      flex: 1;
    }

    .faq-container {
      display: flex;
      flex-direction: column;
      gap: 0;
      width: 860px;
      flex-shrink: 0;
    }

    .accordion-item {
      border-bottom: 1px solid var(--color-border);
      padding-bottom: 32px;
      margin-bottom: 32px;
    }

    .accordion-item:last-child {
      margin-bottom: 0;
    }

    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      width: 100%;
      background: none;
      border: none;
      padding: 0;
      text-align: left;
    }

    .accordion-header span {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: var(--color-text-primary);
      flex: 1;
    }

    .accordion-header .accordion-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      transition: transform 0.3s ease;
    }

    .accordion-item.open .accordion-icon {
      transform: rotate(180deg);
    }

    .accordion-content {
      display: block;
      height: 0;
      overflow: hidden;
      opacity: 1;
      padding-top: 0;
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-secondary);
      transition: height .2s ease-in-out, opacity .2s ease-in-out;
      will-change: height;
    }
    .accordion-content-inner {
    transform: translateY(-100%);
    padding-top: 16px;
    transition: transform .2s ease-in-out;
    }
    .accordion-item.open .accordion-content .accordion-content-inner {
        transform: translateY(0);
    }

    /* .accordion-item.open .accordion-content {
      opacity: 1;
      padding-top: 16px;
    } */

    /* ========================================
      Section with Widgets
       ======================================== */
    .section-with-widgets {   
      border-bottom: 1px solid var(--color-border);
    }

    .widgets-section-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
        gap: 40px;
    }
    
    .section-with-widgets.title-top .widgets-section-header {
        flex-flow: column;
    }
    .widgets-section-header .widget-section-title.multicolumns {
      display: flex;
      width: 100%;
    }

    .widgets-section-header h2 {
      flex-shrink: 0;
    }

    .widgets-section-tables {
      display: flex;
      flex-direction: column;
      gap: 40px;
      flex: 1;
      max-width: 1173px;
    }

    .tables-row {
      display: flex;
      gap: 80px;
    }

    .data-table {
      display: flex;
      flex-direction: column;
      gap: 24px;
      flex: 1;
    }

    .data-table .table-title {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .data-table .table-subtitle {
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 20px;
      color: var(--color-text-secondary);
      margin-top: -16px;
    }

    .table-body {
      display: flex;
      width: 100%;
    }

    .table-labels,
    .table-values {
      display: flex;
      flex-direction: column;
    }

    .table-labels {
      width: 224px;
      flex-shrink: 0;
    }

    .data-table:last-child .table-labels {
      width: 400px;
    }

    .table-values {
      flex: 1;
    }

    .table-row {
      display: flex;
      align-items: flex-start;
      padding: 12px 0;
      border-bottom: 1px solid var(--color-border);
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
    }

    .table-row:last-child {
      border-bottom: none;
    }

    .table-row.label-row {
      font-weight: 500;
      color: var(--color-text-primary);
    }

    .table-row.value-row {
      font-weight: 400;
      color: var(--color-text-primary);
      justify-content: flex-end;
      text-align: right;
    }

    /* Lower Fees Banner */
    .lower-fees-banner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 40px;
      height: 140px;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      position: relative;
    overflow: hidden;
    }

    .lower-fees-banner .lower-fees-text {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .lower-fees-banner .lower-fees-title {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .lower-fees-banner .lower-fees-desc {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-primary);
    }

    .lower-fees-banner .lower-fees-img {
      height: auto;
      width: auto;
      max-width: 50%;
      position: absolute;
      right: 0;
    }

    /* ========================================
       Fund Performance Section
       ======================================== */
    .section-fund-performance {
      background-color: white;
      padding: 80px 88px;
    }

    .performance-content {
      display: flex;
      flex-direction: column;
      gap: 80px;
    }

    .performance-chart-section {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .performance-chart {
      width: 100%;
      border-radius: var(--radius-md);
      overflow: hidden;
    }

    .performance-chart img {
      width: 100%;
      height: auto;
      display: block;
    }

    .performance-disclosure {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .performance-table {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
    }

    .perf-header-row {
      display: flex;
      align-items: center;
      padding: 8px 0;
    }

    .perf-header-row .perf-label-col {
      width: 290px;
      flex-shrink: 0;
    }

    .perf-header-row .perf-type-col {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
      flex: 1;
    }

    .perf-metrics {
      display: flex;
      width: 100%;
    }

    .perf-label-col {
      width: 290px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
    }

    .perf-label-col .perf-spacer {
      height: 18px;
    }

    .perf-data-col {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .perf-data-col .perf-col-header {
      font-family: var(--font-body);
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      color: var(--color-text-secondary);
    }

    .perf-row {
      display: flex;
      align-items: flex-start;
      padding: 12px 0;
      border-bottom: 1px solid var(--color-border);
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-primary);
    }

    .perf-row:last-child {
      border-bottom: none;
    }

    .perf-row.perf-label {
      font-weight: 500;
    }

    .performance-footnote {
      font-family: var(--font-body);
      font-size: 12px;
      line-height: 18px;
      color: var(--color-text-secondary);
    }

    .performance-footnote strong {
      font-weight: 500;
    }

    /* ========================================
       Fund Holdings Section
       ======================================== */
    .section-fund-holdings {
      background-color: white;
    }

    

    .holdings-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    .holdings-card-top h2 {
      color: var(--color-text-primary);
    }

    .holdings-card-download {
      height: 56px;
      padding: 0 16px;
      border: 1px solid rgba(47, 47, 47, 0.4);
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .holdings-card-download span {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
      white-space: nowrap;
    }

    .holdings-card-download svg {
      flex-shrink: 0;
    }

    .holdings-stats-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 48px;
      padding: 80px 0;
    }

    .holdings-stat {
      position: relative;
      display: flex;
      align-items: center;
      gap: 24px;
      padding-top: 44px;
    }

    .holdings-stat::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: rgba(47, 47, 47, 0.15);
    }

    .holdings-stat-icon {
      width: 74px;
      height: 74px;
      border: 1px solid rgba(47, 47, 47, 0.2);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .holdings-stat-copy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .holdings-stat-label {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .holdings-stat-value {
      font-family: var(--font-body);
      font-size: 56px;
      line-height: 64px;
      color: var(--color-text-primary);
      white-space: nowrap;
    }

    .holdings-stat-with-badge {
      position: relative;
    }

  

    .holdings-inspection-link {
      align-self: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
      width: 100%;
      padding: 20px;
    }

    .holdings-inspection-link:hover {
      opacity: 0.75;
    }

    .holdings-bars-art {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: -8px;
    }

    .holdings-bars-art img {
      width: min(100%, 1120px);
      max-height: 420px;
      object-fit: contain;
      object-position: center bottom;
      display: block;
    }

    /* ========================================
       Documents Section
       ======================================== */
    .section-documents .container {
      display: flex;
      gap: 80px;
          flex-flow: column;
    }

    .section-documents > h2 {
      flex: 1;
    }

    .documents-columns {
      display: flex;
      gap: 80px;
      flex-shrink: 0;
    }

    .doc-column {
      display: flex;
      flex-direction: column;
      gap: 40px;
      width: 350px;
    }

    .doc-column .doc-col-title {
      font-family: var(--font-heading);
      font-weight: 400;
      font-size: 28px;
      line-height: 60px;
      color: rgba(47, 47, 47, 0.4);
    }

    .doc-links-list {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .doc-link-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--color-border);
    }

    .doc-link-row:last-child {
      border-bottom: none;
    }

    .doc-link-row .doc-link-text {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .doc-link-row svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    /* ========================================
       Key Documents Preview Section
       ======================================== */
    .section-key-documents {
      background-color: #eeeeee;
    }

    .key-documents-tabs {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .key-documents-header {
      display: flex;
      align-items: center;
      gap: 32px;
      justify-content: space-between;
    }

    .key-documents-header h2 {
      color: var(--color-text-primary);
      margin: 0;
    }

    .key-documents-tab-list {
      justify-self: center;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px;
      background: #dedede;
      border-radius: 999px;
    }

    .section-key-documents .tab-btn {
      border: none;
      padding: 12px 28px;
      border-radius: 999px;
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
      background: transparent;
    }

    .section-key-documents .tab-btn.active {
      background: var(--color-primary);
      color: var(--color-text-inverse);
      border-bottom: none;
    }

    .section-key-documents .tab-btn:hover {
      color: var(--color-text-primary);
      opacity: 0.85;
    }

    .key-documents-downloads {
      justify-self: end;
      display: flex;
      align-items: center;
      gap: 32px;
    }

    .key-documents-downloads a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
      white-space: nowrap;
    }

    .key-documents-downloads a:hover {
      opacity: 0.7;
    }

    .pdf-panel {
      background: #dfdfdf;
      border-radius: 16px;
      padding: 20px 24px 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      max-height: calc(100vh - 200px);
      overflow: auto;
    }

    .pdf-panel-meta {
      text-align: center;
      font-family: var(--font-body);
      font-size: 18px;
      line-height: 27px;
      color: var(--color-text-primary);
    }

    .pdf-panel-body {
      display: grid;
      grid-template-columns: 120px 1fr 64px;
      gap: 24px;
      min-height: 780px;
    }

    .pdf-thumbnails {
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      overflow-y: auto;
      max-height: 100%;
      padding-right: 4px;
    }

    .pdf-thumb-btn {
      background: transparent;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      padding: 0;
    }

    .pdf-thumb-preview {
      width: 84px;
      height: 112px;
      border-radius: 4px;
      border: 1px solid rgba(47, 47, 47, 0.2);
      background: #ffffff;
      display: block;
      object-fit: cover;
    }

    .pdf-thumb-number {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 22px;
      color: rgba(47, 47, 47, 0.7);
    }

    .pdf-thumb-btn.active .pdf-thumb-preview {
      border-color: var(--color-primary);
      box-shadow: 0 0 0 2px rgba(204, 68, 0, 0.2);
    }

    .pdf-thumb-btn.active .pdf-thumb-number {
      color: var(--color-primary);
    }

    .pdf-main-frame-wrap {
      min-height: 740px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      /* background: #d7d7d7; */
      border-radius: 8px;
      overflow: hidden;
      padding: 8px;
    }

    .pdf-document-viewer {
      width: min(100%, 920px);
      min-height: 724px;
      height: 724px;
      overflow-y: auto;
      overflow-x: hidden;
      /* background: #d5d5d5; */
      padding: 12px;
      border-radius: 4px;
      scroll-behavior: smooth;
      position: relative;
    }

    .pdf-page-wrapper {
      width: fit-content;
      margin: 0 auto 16px;
      background: #ffffff;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    }

    .pdf-page-wrapper:last-child {
      margin-bottom: 0;
    }

    .pdf-page-canvas {
      display: block;
      width: 100%;
      height: auto;
    }

    .pdf-tools {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      padding-top: 8px;
    }

    .pdf-tool-btn {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: none;
      background: #f3f3f3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .pdf-tool-btn:hover {
      background: #ffffff;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .pdf-panel:fullscreen {
      border-radius: 0;
      width: 100%;
      height: 100%;
      padding: 16px;
      margin: 0;
    }

    .pdf-panel:fullscreen .pdf-panel-body {
      min-height: calc(100vh - 96px);
      height: calc(100vh - 96px);
    }

    .pdf-panel:fullscreen .pdf-main-frame-wrap {
      min-height: calc(100vh - 120px);
      height: calc(100vh - 120px);
    }

    .pdf-panel:fullscreen .pdf-document-viewer {
      height: 100%;
      min-height: 100%;
      max-width: 1100px;
    }


    /* ========================================
       Edge Section
       ======================================== */
    .section-edge {
      position: relative;
    }



    .edge-layout {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      position: relative;
      z-index: 1;
    }

    .edge-layout h2 {
      flex-grow: 1;
      color: var(--color-text-primary);
    }

    .edge-right {
      display: flex;
      flex-direction: column;
      gap: 40px;
      width: 720px;
      flex-shrink: 0;
    }

    .edge-right .edge-intro {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: var(--color-text-primary);
    }

    .edge-right .edge-body {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-primary);
    }

    /* Mission Card */
    .mission-card {
      background: white;
      border-radius: var(--radius-lg);
      padding: 40px;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .mission-card .mission-label {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .mission-items {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .mission-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .mission-item svg,
    .mission-item img {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    .mission-item p {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-secondary);
    }


    /* ========================================
       Vision Section
       ======================================== */
    

    .vision-content {
      display: flex;
      flex-direction: column;
      gap: 64px;
      align-items: center;
      padding-bottom: 80px;
    }

    .vision-text {
      display: flex;
      flex-direction: column;
      gap: 24px;
      text-align: center;
      max-width: 1440px;
    }

    .vision-text h2 {
      color: var(--color-text-primary);
    }

    .vision-text .vision-quote {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: var(--color-text-primary);
    }

    .founder-info {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      text-align: center;
    }

    .founder-info .founder-avatar {
      width: 96px;
      height: 96px;
      border-radius: 50%;
      overflow: hidden;
      background: #D9D9D9;
    }

    .founder-info .founder-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .founder-info .founder-name {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-primary);
    }

    .founder-info .founder-title {
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 20px;
      color: var(--color-text-secondary);
    }


    /* ========================================
       CTA Section
       ======================================== */
   
    .section-video-cta {
        min-height: 880px;
    }

    .op-content {
      position: absolute;
      top: 372px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
      text-align: center;
      z-index: 1;
    }

    .op-content .op-title-group {
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-items: center;
    }

    .op-content .tpm-logo {
      width: 124px;
      height: 32px;
    }

    .op-content .tpm-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .op-content h2 {
      color: var(--color-text-inverse);
    }

    .op-buttons {
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .btn-outline-white {
      background: transparent;
      color: var(--color-text-inverse);
      border: 1px solid white;
    }

    .btn-outline-white:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    /* ========================================
       Special Image/Text Section
       ======================================== */
    .section-image-text {
      background-color: white;
      display: flex;
      overflow: hidden;
    }

    .image-text-content {
    width: calc(50% - 8vw);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .image-text-content .image-text-header {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .image-text-content .image-text-header h2 {
      color: var(--color-text-primary);
    }

    .image-text-content .image-text-header p {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-primary);
    }

    .image-text-features {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .image-text-feature {
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }

    .image-text-feature .feature-icon {
      width: 60px;
      height: 60px;
      border: 1px solid var(--color-border);
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      padding: 20px;
    }

    .image-text-feature .feature-icon svg,
    .image-text-feature .feature-icon img {
      width: 24px;
      height: 24px;
    }

    .image-text-feature .feature-text {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .image-text-feature .feature-text .feature-name {
      font-family: var(--font-body);
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--color-text-primary);
    }

    .image-text-feature .feature-text .feature-desc {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 24px;
      color: var(--color-text-secondary);
    }

    .image-text-image {
      flex: 1;
      min-height: 600px;
    }

    .image-text-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .section-forground-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-forground-image img {
    width: 55vw;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: left center;
}


    .contact-hero {
        height: auto;
    }
    .contact-hero .container {
    justify-content: space-between;
    flex-flow: wrap;
    align-items: flex-start;
        text-align: left;
}
  .form-card {
    background: white;
    border-radius: 40px;
    padding: 80px;
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-end;
    flex-shrink: 0;
    min-width: 400px;
}
    .form-card h2 { width: 100%; color: var(--color-text-primary); }
    .form-fields { display: flex; flex-direction: column; gap: 24px; width: 100%; }
    .form-row { display: flex; gap: 16px; width: 100%; }
    .form-group { display: flex; flex-direction: column; gap: 8px; flex: 1; }
    .form-group.full { width: 100%; }
    .form-group label {
      font-family: var(--font-body); font-size: 14px; line-height: 20px; color: black; display: flex; gap: 4px;
    }
    .form-group label .req { color: #BA1B1B; }
    .form-group input, .form-group select, .form-group textarea {
      height: 48px; padding: 8px 16px; background: white; border: 1px solid var(--color-border);
      border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 16px; line-height: 24px;
      color: var(--color-text-primary); width: 100%;
    }
    .form-group input::placeholder, .form-group textarea::placeholder { color: var(--color-text-secondary); }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      border-color: var(--color-primary); outline: none;
    }
    .form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; color: var(--color-text-secondary); }
    .form-group textarea { height: auto; min-height: 140px; resize: vertical; }
    .contact-info-panel {
      display: flex; flex-direction: column; gap: 40px; width: 420px; flex-shrink: 0; color: var(--color-text-primary);
    }
    .contact-info-header { display: flex; flex-direction: column; gap: 16px; }
    .contact-info-header h2 { color: var(--color-text-primary); }
    .contact-info-header p { font-size: 16px; line-height: 24px; color: var(--color-text-primary); }
    .contact-details { display: flex; flex-direction: column; gap: 24px; }
    .contact-details .details-label {
      font-family: var(--font-body); font-weight: 500; font-size: 16px; line-height: 24px;
      letter-spacing: 1.6px; text-transform: uppercase; color: var(--color-text-primary);
    }
    .contact-detail-item { display: flex; gap: 16px; align-items: flex-start; }
    .contact-detail-item svg { width: 24px; height: 24px; flex-shrink: 0; }
    .contact-detail-item p, .contact-detail-item a {
      font-size: 16px; line-height: 24px; color: var(--color-text-primary);
    }
    .contact-detail-item a:hover { color: var(--color-primary); }





    /* News Hero - just a title, no bg image */
    .news-hero { height: 240px; display: flex; align-items: center; justify-content: center; padding: 0 160px; background: white; }
    .news-hero h1 { color: var(--color-text-primary); text-align: center; }

    /* Featured Section */
    .section-featured { padding: 0 160px 80px; display: flex; flex-direction: column; gap: 40px; background: white; }

    /* Featured hero card */
    .featured-hero-card { display: flex; border: 1px solid var(--color-border); border-radius: var(--radius-md); overflow: hidden; height: 400px; }
    .featured-hero-card .fh-content { flex: 1; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; }
    .featured-hero-card .fh-meta { display: flex; gap: 24px; align-items: center; }
    .featured-hero-card .fh-text { display: flex; flex-direction: column; gap: 8px; }
    .featured-hero-card .fh-text h3 { color: var(--color-text-primary); }
    .featured-hero-card .fh-text p { font-size: 16px; line-height: 24px; color: var(--color-text-primary); }
    .featured-hero-card .fh-image { width: 510px; flex-shrink: 0; overflow: hidden; }
    .featured-hero-card .fh-image img { width: 100%; height: 100%; object-fit: cover; }

    /* Featured row: 2 cards + sidebar */
    .featured-row { display: flex; gap: 40px; height: 624px; }
    .featured-cards-col { flex: 1; display: flex; flex-direction: column; gap: 40px; }

    /* Horizontal news card (text + image side by side) */
    .news-card-h { display: flex; border: 1px solid var(--color-border); border-radius: var(--radius-md); overflow: hidden; background: white; }
    .news-card-h .nch-content { flex: 1; padding: 40px; display: flex; flex-direction: column; gap: 24px; }
    .news-card-h .nch-meta { display: flex; gap: 24px; align-items: center; }
    .news-card-h .nch-text { display: flex; flex-direction: column; gap: 8px; }
    .news-card-h .nch-text h4 { font-family: var(--font-body); font-weight: 500; font-size: 20px; line-height: 28px; color: var(--color-text-primary); }
    .news-card-h .nch-text p { font-size: 16px; line-height: 24px; color: var(--color-text-primary); }
    .news-card-h .nch-image { width: 510px; flex-shrink: 0; overflow: hidden; }
    .news-card-h .nch-image img { width: 100%; height: 100%; object-fit: cover; }

    /* Market Updates Sidebar */
    .market-sidebar { width: 510px; flex-shrink: 0; display: flex; flex-direction: column; gap: 40px; justify-content: center; }
    .market-sidebar .sidebar-title { display: flex; align-items: center; justify-content: space-between; }
    .market-sidebar .sidebar-title h3 { color: var(--color-text-primary); }
    .market-update-list { display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
    .market-update-item { display: flex; gap: 32px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(202,202,202,0.24); }
    .market-update-item:last-child { border-bottom: none; }
    .market-update-item .mu-text { flex: 1; display: flex; flex-direction: column; gap: 8px; }
    .market-update-item .mu-text h4 { font-family: var(--font-body); font-weight: 500; font-size: 20px; line-height: 28px; color: var(--color-text-primary); }
    .market-update-item .mu-text p { font-size: 16px; line-height: 24px; color: var(--color-text-secondary); }

    /* Arrow button (circle) */
    .arrow-btn { width: 48px; height: 48px; border: 1px solid var(--color-border); border-radius: 111px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
    .arrow-btn:hover { background: var(--color-bg-secondary); }

    /* Category Filter Chips */
    .filter-chips { display: flex; gap: 16px; align-items: center; justify-content: center; padding: 40px 160px; }
    .filter-chip { display: flex; align-items: center; padding: 16px 32px; border-radius: 1111px; border: 1px solid var(--color-border); background: white; font-family: var(--font-body); font-weight: 500; font-size: 16px; line-height: 24px; color: var(--color-text-primary); cursor: pointer; transition: all 0.2s; }
    .filter-chip:hover { background: var(--color-bg-secondary); }
    .filter-chip.active { background: var(--color-primary); color: white; border-color: var(--color-primary); }

    /* Article Grid */
    .article-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; padding: 0 160px; }
    .article-grid .news-card { background: white; }
    .article-grid .news-card .news-image { height: 200px; }

    /* View More */
    .view-more { text-align: center; padding: 40px 0 0; }
    .view-more .btn { border: 1px solid var(--color-text-secondary); color: var(--color-text-primary); background: transparent; }

    /* Newsletter */
    .news-newsletter { position: relative; height: 700px; padding: 120px 88px 80px; display: flex; flex-direction: column; gap: 56px; overflow: hidden; }
    .news-newsletter .newsletter-bg-img { position: absolute; inset: 0; z-index: 0; }
    .news-newsletter .newsletter-bg-img img { width: 100%; height: 100%; object-fit: cover; }
    .news-newsletter .newsletter-bg-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(85deg, rgb(233,233,233) 10%, rgba(255,255,255,0) 58%); }
    .news-newsletter > * { position: relative; z-index: 1; }
    .news-newsletter .newsletter-text { display: flex; flex-direction: column; gap: 8px; }
    .news-newsletter .newsletter-text h2 { color: var(--color-text-primary); }
    .news-newsletter .newsletter-text p { color: var(--color-text-secondary); font-size: 16px; line-height: 24px; }




    /* Article Hero */
    .article-hero { display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .article-hero-inner { width: 800px; padding: 40px 0; border-bottom: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 24px; }
    .article-hero-inner .article-title-group { display: flex; flex-direction: column; gap: 8px; }
    .article-hero-inner .article-title-group h2 { color: var(--color-text-primary); }
    .article-hero-inner .article-title-group p { font-size: 16px; line-height: 24px; color: var(--color-text-primary); }
    .article-hero-inner .article-meta { display: flex; gap: 24px; align-items: center; }

    /* Article Content */
    .article-content { width: 800px; margin: 0 auto; padding: 40px 0 120px; display: flex; flex-direction: column; gap: 40px; }

    /* Callout Box */
    .article-summary { background: var(--color-bg-secondary); border-radius: var(--radius-md); padding: 24px; }
    .article-summary h4 { font-family: var(--font-heading); font-size: 20px; line-height: 28px; color: var(--color-text-primary); margin-bottom: 16px; }
    .article-summary ul { padding-left: 20px; list-style: disc; }
    .article-summary ul li { font-size: 16px; line-height: 24px; color: var(--color-text-primary); margin-bottom: 4px; }

    /* Article Prose */
    .article-prose h3 { font-family: var(--font-heading); font-size: 28px; line-height: 36px; color: var(--color-text-primary); margin-bottom: 16px; }
    .article-prose p { font-size: 16px; line-height: 24px; color: var(--color-text-primary); margin-bottom: 16px; }
    .article-prose p:last-child { margin-bottom: 0; }
    .article-prose .highlight { font-weight: 500; }
    .article-prose .link-orange { color: var(--color-primary); font-weight: 500; }

    /* Article Image */
    .article-image { width: 100%; border-radius: var(--radius-md); overflow: hidden; }
    .article-image img { width: 100%; height: 400px; object-fit: cover; display: block; }

    /* Side-by-side image + text */
    .article-split { display: flex; gap: 40px; align-items: flex-start; }
    .article-split .split-image { flex: 1; border-radius: var(--radius-md); overflow: hidden; }
    .article-split .split-image img { width: 100%; height: 240px; object-fit: cover; }
    .article-split .split-image figcaption { font-size: 14px; line-height: 20px; color: var(--color-text-secondary); margin-top: 8px; }
    .article-split .split-text { flex: 1; font-size: 16px; line-height: 24px; color: var(--color-text-primary); }

    /* Data Table */
    .article-table { border: 1px solid var(--color-border); border-radius: var(--radius-md); overflow: hidden; }
    .article-table .table-header { background: var(--color-bg-secondary); padding: 16px 24px; font-family: var(--font-body); font-weight: 500; font-size: 16px; line-height: 24px; color: var(--color-text-primary); }
    .article-table table { width: 100%; border-collapse: collapse; }
    .article-table th { font-family: var(--font-body); font-weight: 400; font-size: 12px; line-height: 18px; letter-spacing: 0.96px; text-transform: uppercase; color: var(--color-text-secondary); text-align: left; padding: 12px 24px; }
    .article-table td { font-family: var(--font-body); font-size: 16px; line-height: 24px; color: var(--color-text-primary); padding: 12px 24px; border-top: 1px solid var(--color-border); }

    /* Numbered Sections */
    .article-prose h4 { font-family: var(--font-body); font-weight: 500; font-size: 20px; line-height: 28px; color: var(--color-text-primary); margin-bottom: 8px; }
    .article-prose .article-list { padding-left: 20px; margin-bottom: 16px; }
    .article-prose .article-list li { font-size: 16px; line-height: 24px; color: var(--color-text-primary); margin-bottom: 8px; list-style: disc; }

    /* Blockquote */
    .article-prose blockquote { border-left: 3px solid var(--color-primary); padding-left: 24px; margin: 24px 0; font-style: italic; }
    .article-prose blockquote p { color: var(--color-text-primary); }

    /* References */
    .article-references { font-size: 14px; line-height: 20px; color: var(--color-text-secondary); }
    .article-references p { font-size: 14px; line-height: 20px; margin-bottom: 4px; }

    /* Keep Reading */
    .section-keep-reading { padding: 80px 160px; background: white; }
    .section-keep-reading h2 { margin-bottom: 40px; }

    /* Newsletter */
    .article-newsletter { position: relative; height: 700px; padding: 120px 88px 80px; display: flex; flex-direction: column; gap: 56px; overflow: hidden; }
    .article-newsletter .newsletter-bg-img { position: absolute; inset: 0; z-index: 0; }
    .article-newsletter .newsletter-bg-img img { width: 100%; height: 100%; object-fit: cover; }
    .article-newsletter .newsletter-bg-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(85deg, rgb(233,233,233) 10%, rgba(255,255,255,0) 58%); }
    .article-newsletter > * { position: relative; z-index: 1; }
    .article-newsletter .newsletter-text { display: flex; flex-direction: column; gap: 8px; }
    .article-newsletter .newsletter-text h2 { color: var(--color-text-primary); }
    .article-newsletter .newsletter-text p { color: var(--color-text-secondary); }








/* ========================================
   Responsive: Tablet (768px - 1024px)
   ======================================== */
@media (max-width: 1024px) {
  .section-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-padding-wide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-header {
    padding: 16px 40px;
  }

  .hero {
    height: 600px;
    padding: 0 40px;
    padding-bottom: var(--section-overlap);
  }

  h1, .h1 {
    font-size: 40px;
    line-height: 52px;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .section-title-row {
    flex-direction: column;
    gap: 16px;
  }

  .section-title-row p {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature {
    padding-right: 32px;
  }

  .etf-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .etf-card {
    height: 400px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter-form .input-field {
    width: 360px;
  }

  .footer-left {
    gap: 60px;
  }

  .footer-content {
    flex-direction: column;
    gap: 40px;
  }

  .footer-disclaimer {
    padding: 40px;
  }

  .section-newsletter {
    padding: 80px 40px 60px;
  }

  .hamburger {
    display: flex;
  }

  .site-header .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ys-700);
    flex-direction: column;
    padding: 20px 40px;
    gap: 16px;
  }

  .site-header .nav-links.open {
    display: flex;
  }

  .site-header .nav-links .nav-dropdown {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header .nav-links .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .site-header .nav-dropdown .nav-submenu {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 0;
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .site-header .nav-dropdown.open .nav-submenu {
    max-height: 160px;
    padding: 8px 0;
  }

  .site-header .nav-submenu a {
    color: #111111;
  }

      .sub-brands-bar {
        padding: 8px 24px;
        height: 48px;
      }

      .site-header {
        top: 48px;
      }

      .funds-hero {
        height: auto;
        min-height: 700px;
        padding: 160px 40px 40px;
      }

      .stats-header {
        padding: 32px 40px;
        flex-direction: column;
        gap: 24px;
      }

      .stats-row {
        gap: 40px;
        flex-wrap: wrap;
      }

      .doc-links {
        align-self: flex-start;
      }

      .sticky-nav {
        gap: 32px;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 40px;
      }

      .physical-bars-title {
        padding: 0 40px;
        flex-direction: column;
        gap: 24px;
      }

      .physical-bars-grid {
        padding: 0 40px;
        grid-template-columns: 1fr;
      }

      .physical-bar-col {
        padding-right: 0;
        padding: 24px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .section-faq {
        padding: 60px 40px;
      }

      .faq-layout {
        flex-direction: column;
        gap: 40px;
      }

      .faq-container {
        width: 100%;
      }

      .widgets-section-header {
        padding: 0 40px 60px;
        flex-direction: column;
        gap: 40px;
      }

      .widgets-section-header h2 {
        width: 100%;
      }

      .tables-row {
        flex-direction: column;
        gap: 40px;
      }

      .data-table:last-child .table-labels {
        width: 224px;
      }

      .section-fund-performance {
        padding: 60px 40px;
      }

      .section-fund-holdings {
        padding: 60px 40px;
      }

      

      .holdings-card-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
      }

      .holdings-stats-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .holdings-stat {
        padding-top: 28px;
      }

      .holdings-stat-value {
        font-size: 48px;
        line-height: 56px;
      }


      .section-documents {
        padding: 60px 40px;
        flex-direction: column;
        gap: 40px;
      }

      .key-documents-header {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .key-documents-tab-list,
      .key-documents-downloads {
        justify-self: start;
      }

      .pdf-panel {
        padding: 16px;
      }

      .pdf-panel-body {
        grid-template-columns: 96px 1fr 56px;
        gap: 16px;
        min-height: 620px;
      }

      .pdf-thumb-preview {
        width: 66px;
        height: 88px;
      }

      

      .pdf-main-frame-wrap {
        min-height: 580px;
      }

      .pdf-document-viewer {
        min-height: 560px;
        height: 560px;
      }

      .pdf-tool-btn {
        width: 52px;
        height: 52px;
      }

      .documents-columns {
        flex-direction: column;
        gap: 48px;
      }

      .doc-column {
        width: 100%;
      }

      .funds-newsletter {
        padding: 80px 40px 60px;
        height: auto;
        min-height: 500px;
      }

      .perf-metrics {
        overflow-x: auto;
      }


      .about-hero {
        height: 400px;
        padding: 0 40px;
      }

      .about-hero .hero-logo {
        width: 300px;
        height: auto;
      }

      

      .edge-layout {
        flex-direction: column;
        gap: 32px;
      }

      .edge-layout h2 {
        width: 100%;
      }

      .edge-right {
        width: 100%;
      }

      .section-vision {
        padding: 60px 40px 40px;
      }

      .vision-text {
        max-width: 100%;
      }

      .op-content {
        top: 200px;
        padding: 0 40px;
      }

      .section-image-text {
        flex-direction: column;
      }

      .image-text-content {
        width: 100%;
        padding: 60px 40px 80px;
      }

      .image-text-image {
        min-height: 400px;
      }

      .about-newsletter {
        padding: 80px 40px 60px;
        height: auto;
        min-height: 500px;
      }

      .op-buttons {
        flex-direction: column;
      }

      .contact-hero { padding: 140px 40px 80px; flex-direction: column; gap: 48px; align-items: stretch; }
      .form-card { width: 100%; padding: 48px; }
      .contact-info-panel { width: 100%; }

      .section-featured { padding: 0 40px 60px; }
      .featured-hero-card { height: auto; flex-direction: column; }
      .featured-hero-card .fh-image { width: 100%; height: 250px; }
      .featured-row { flex-direction: column; height: auto; }
      .featured-cards-col .news-card-h { flex-direction: column; }
      .news-card-h .nch-image { width: 100%; height: 200px; }
      .market-sidebar { width: 100%; }
      .filter-chips { padding: 40px; flex-wrap: wrap; }
      .article-grid { padding: 0 40px; grid-template-columns: 1fr 1fr; }
      .news-newsletter { padding: 80px 40px 60px; height: auto; min-height: 500px; }

      .article-hero-inner { width: 100%; padding: 40px; }
      .article-content { width: 100%; padding: 40px; }
      .article-split { flex-direction: column; }
      .section-keep-reading { padding: 60px 40px; }
      .article-newsletter { padding: 80px 40px 60px; height: auto; min-height: 500px; }
    

}

/* ========================================
   Responsive: Mobile (< 768px)
   ======================================== */
@media (max-width: 767px) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-padding-wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding: 12px 20px;
  }

  .hero {
    height: 500px;
    padding: 0 20px;
    padding-bottom: var(--section-overlap);
  }

  h1, .h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .btn {
    height: 48px;
    font-size: 14px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .section-intro {
    min-height: auto;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .etf-card {
    height: auto;
    min-height: 400px;
  }



  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card .news-content {
    padding: 24px;
  }

  .section-newsletter {
    padding: 60px 20px;
    min-height: auto;
  }

  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form .input-field {
    width: 100%;
  }

  .newsletter-form .btn {
    width: 100%;
  }

  .site-footer {
    padding: 0 20px;
  }

  .footer-left {
    flex-direction: column;
    gap: 40px;
  }

  .footer-disclaimer {
    padding: 40px 20px;
  }

  .section-news .section-header {
    flex-direction: column;
    gap: 16px;
  }


      .sub-brands-bar {
        padding: 8px 20px;
        height: 40px;
      }

      .sub-brands-bar .logos img {
        height: 10px;
      }

      .site-header {
        top: 40px;
      }

      .funds-hero {
        padding: 140px 20px 40px;
        min-height: 600px;
      }

      .funds-hero .fund-info-row {
        flex-direction: column;
        gap: 24px;
      }

      .funds-hero .fund-logo {
        width: 200px;
        height: auto;
      }

      .funds-hero .fund-text .fund-description {
        font-size: 16px;
        line-height: 24px;
      }

      .stats-header {
        padding: 24px 20px;
      }

      .stats-row {
        gap: 24px;
        width: 100%;
      }

      .stat-item .stat-value {
        font-size: 18px;
        line-height: 24px;
      }

      .sticky-nav {
        gap: 24px;
        height: 60px;
        padding: 0 20px;
      }

      .sticky-nav a {
        font-size: 14px;
        white-space: nowrap;
      }

      .physical-bars-title,
      .physical-bars-grid {
        padding: 0 20px;
      }

      .section-faq {
        padding: 48px 20px;
      }

      .accordion-header span {
        font-size: 17px;
        line-height: 24px;
      }

      .widgets-section-header {
        padding: 0 20px 48px;
      }

      .section-fund-performance {
        padding: 48px 20px;
      }

      .section-fund-holdings {
        padding: 48px 20px;
      }


      .holdings-card-download {
        width: 100%;
        justify-content: space-between;
      }

      .holdings-card-download span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1.2px;
      }

      .holdings-stat {
        gap: 14px;
      }

      .holdings-stat-icon {
        width: 60px;
        height: 60px;
      }

      .holdings-stat-label {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1.2px;
      }

      .holdings-stat-value {
        font-size: 40px;
        line-height: 46px;
        white-space: normal;
      }


      .holdings-inspection-link {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1.2px;
        align-self: flex-start;
      }

      .holdings-bars-art {
        margin-top: 0;
      }

      .section-documents {
        padding: 48px 20px;
      }

      .section-key-documents {
        padding: 48px 20px;
      }

      .key-documents-tab-list {
        width: 100%;
      }

      .section-key-documents .tab-btn {
        flex: 1;
        padding: 10px 14px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1.2px;
      }

      .key-documents-downloads {
        gap: 16px;
        flex-wrap: wrap;
      }

      .key-documents-downloads a {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1.2px;
      }

      .pdf-panel {
        padding: 14px;
      }

      

      .pdf-panel-body {
        display: flex;
        flex-direction: column;
        gap: 14px;
        min-height: auto;
      }

      .pdf-thumbnails {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        padding-bottom: 4px;
      }

      .pdf-thumb-btn {
        flex-shrink: 0;
      }

      .pdf-main-frame-wrap {
        min-height: 460px;
      }

      .pdf-document-viewer {
        min-height: 440px;
        height: 440px;
      }

      .pdf-tools {
        flex-direction: row;
        justify-content: flex-end;
      }

      .funds-newsletter {
        padding: 60px 20px 48px;
      }

      .lower-fees-banner {
        flex-direction: column;
        height: auto;
        padding: 24px;
        gap: 16px;
      }

      .lower-fees-banner .lower-fees-img {
        width: 100%;
        height: auto;
      }
  

  .section-news {
    min-height: auto;
  }

  :root {
    --section-overlap: 24px;
    --radius-xl: 24px;
  }


      .about-hero {
        height: 360px;
        padding: 0 20px;
      }

      .about-hero .hero-logo {
        width: 240px;
      }

      

      .section-vision {
        padding: 48px 20px 40px;
      }

      .vision-text .vision-quote {
        font-size: 17px;
        line-height: 26px;
      }

      .section-operational .op-bg {
        height: 600px;
      }

      .op-content {
        top: 150px;
        padding: 0 20px;
      }

      .op-content h2 {
        font-size: 28px;
        line-height: 36px;
      }

      .image-text-content {
        padding: 48px 20px 60px;
      }

      .image-text-image {
        min-height: 300px;
      }

      .about-newsletter {
        padding: 60px 20px 48px;
      }

      .mission-card {
        padding: 24px;
      }

      .contact-hero { padding: 120px 20px 60px; }
      .form-card { padding: 32px; border-radius: 24px; }
      .form-row { flex-direction: column; }



      .section-featured { padding: 0 20px 48px; }
      .filter-chips { padding: 24px 20px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
      .filter-chip { white-space: nowrap; padding: 12px 24px; font-size: 14px; }
      .article-grid { padding: 0 20px; grid-template-columns: 1fr; }
      .news-newsletter { padding: 60px 20px 48px; }

      .article-hero-inner { padding: 24px 20px; }
      .article-hero-inner .article-title-group h2 { font-size: 28px; line-height: 36px; }
      .article-content { padding: 24px 20px 80px; }
      .article-image img { height: 240px; }
      .article-split .split-image img { height: 180px; }
      .section-keep-reading { padding: 48px 20px; }
      .section-keep-reading .news-grid { grid-template-columns: 1fr; }
      .article-newsletter { padding: 60px 20px 48px; }
    
}
