/* Common */
.landing-page-wrapper {
  overflow: hidden;
}

/* Content */
.hero-content-box {
  max-width: 680px;
  margin: 0;
  text-align: left;
}

/* Section */
.hero-section-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Section Background */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Breadcrumb Separator Slash Color */
.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

/* Heading */
.hero-heading {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
  text-align: left;
  letter-spacing: -0.96px;
}

/* Sub Heading */
.hero-sub-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 28px;
  text-align: left;
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
}

/* Title */

/* Sub Title */

/* Paragraph */
.disclaimer-text {
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  text-align: left;
}

/* Images */
.certificate-image-wrapper,
.equal-height-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #ffffff;
}

@media (min-width: 992px) {

  .certificate-image-wrapper img,
  .equal-height-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media (max-width: 991.98px) {

  .certificate-image-wrapper,
  .equal-height-image-wrapper {
    min-height: auto;
    height: auto;
  }

  .certificate-image-wrapper img,
  .equal-height-image-wrapper img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}

/* Cards */
.education-card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.assistance-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  text-align: left;
  height: 100%;
  padding: 30px;
}

.bg-grey-card {
  background-color: #E9E9E9 !important;
  border-color: #E9E9E9 !important;
}

.demo-account-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 45%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/services/demo-account-chart.jpg') center right / cover no-repeat;
  background-color: #000000;
  padding: 40px;
  border-radius: 2px;
}

/* Lists */

/* Footer */
.footer-legal-text {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .hero-heading {
    font-size: 2.25rem;
  }

  .hero-sub-heading {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-heading {
    font-size: 1.75rem;
  }

  .hero-sub-heading {
    font-size: 0.9rem;
  }
}

/* Markets & Trading Hero Banner Backgrounds */
.market-hero-slide-1 {
  background: url('../images/banners/market-hero-banner-1.jpg') center center / cover no-repeat;
}

.market-hero-slide-2 {
  background: url('../images/banners/market-hero-banner-2.jpg') center center / cover no-repeat;
}

.market-hero-slide-3 {
  background: url('../images/banners/market-hero-banner-3.jpg') center center / cover no-repeat;
}

/* OTC Derivatives & Spot FX Hero Banner Backgrounds */
.otc-hero-slide-1 {
  background: url('../images/banners/otc-derivatives-hero-1.jpg') center center / cover no-repeat;
}

.otc-hero-slide-2 {
  background: url('../images/banners/price-charges-hero-banner.jpg') center center / cover no-repeat;
}

/* Platforms & Tools Hero Banner Backgrounds */
.platforms-tools-hero-slide-1 {
  background: url('../images/banners/platforms-tools-hero-banner-1.jpg') center center / cover no-repeat;
}

.platforms-tools-hero-slide-2 {
  background: url('../images/banners/platforms-tools-hero-banner-2.jpg') center center / cover no-repeat;
}

.platforms-tools-hero-slide-3 {
  background: url('../images/banners/platforms-tools-hero-banner-3.jpg') center center / cover no-repeat;
}

.platforms-tools-hero-slide-4 {
  background: url('../images/banners/platforms-tools-hero-banner-4.jpg') center center / cover no-repeat;
}

/* Pricing & Charges Hero Banner Background */
.price-charges-hero-banner {
  background: url('../images/banners/price-charges-hero-banner.jpg') center center / cover no-repeat;
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* About AETRAM Hero Banner Background */
.about-hero-banner {
  background: url('../images/banners/about-us-banner.jpg') center center / cover no-repeat;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Account Types Hero Banner Background */
.account-types-hero-banner {
  background: url('../images/banners/account-type-banner.jpg') top left / cover no-repeat;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Support Hero Banner Background */
.support-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/support-banner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Regulatory Information Hero Banner Background */
.regulatory-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/regulatory-information-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Learn Verify Broker Hero Banner Background */
.learn-verify-broker-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-verify-broker-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Learn Market Hero Banner Background */
.learn-market-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-market-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Learn Risk Education Hero Banner Background */
.learn-risk-education-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-risk-education-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Portfolio Management Hero Banner Background */
.portfolio-mangament-hero-banner,
.portfolio-management-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/portfolio-mangament-hero-carousel.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.portfolio-discretionary-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/portfolio-mangament-discretionary-hero-carousel.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.portfolio-investment-approach-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/portfolio-investment-approach-hero.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Tab-change animation for the session grid: outgoing cards drop away, then
   the incoming set rises in with a stagger (delay is set per card in JS,
   because which cards are visible changes with the filter). */
@keyframes webinar-card-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) rotateX(-16deg) scale(0.94);
    filter: blur(8px);
  }

  55% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes webinar-card-out {
  from {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -16px, 0) rotateX(12deg) scale(0.96);
    filter: blur(5px);
  }
}

/* Perspective on the column so the card hinges in 3D rather than skewing. */
.webinar-card-col {
  perspective: 1200px;
}

.webinar-card-col.is-entering .market-work-card {
  transform-origin: center bottom;
  animation: webinar-card-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.webinar-card-col.is-leaving .market-work-card {
  transform-origin: center top;
  animation: webinar-card-out 200ms ease-in both;
}

.webinar-card-col .market-work-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.webinar-card-col .market-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

@media (prefers-reduced-motion: reduce) {

  .webinar-card-col.is-entering .market-work-card,
  .webinar-card-col.is-leaving .market-work-card {
    animation: none;
  }

  .webinar-card-col .market-work-card:hover {
    transform: none;
  }
}

/* Webinar session cards — the source images and copy lengths differ, so the
   image box, title and description are held to a fixed rhythm. Without this
   the title, description, meta row and button start at a different height in
   every card of the row. */
.webinar-card-col .market-work-card img {
  height: 190px;
  object-fit: cover;
  border-radius: 2px;
}

.webinar-card-col .card-head-tittle {
  min-height: 48px;
}

.webinar-card-col .card-paragraph {
  min-height: 72px;
}

.learn-faq-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-faq-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.learn-webinars-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-webinars-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.learn-glossary-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/learn-glossary-hero-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Portfolio performance chart canvas (TradingView Lightweight Charts mount point) */
.performance-chart-canvas {
  width: 100%;
  height: 400px;
}

/* Glossary A–Z jump nav — 30px letter tiles above the term list */
.glossary-letter-link {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #e9e9e9;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.glossary-letter-link:hover,
.glossary-letter-link.active {
  background-color: #000000;
  color: #d88105;
}

.glossary-letter-link:focus-visible {
  outline: 2px solid #d88105;
  outline-offset: 2px;
}

/* Gold-gradient letter on the black tile. The black has to be a background
   *layer* rather than background-color, because background-clip: text would
   otherwise clip the tile itself away along with the gradient. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {

  .glossary-letter-link:hover,
  .glossary-letter-link.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%),
      linear-gradient(#000000, #000000);
    -webkit-background-clip: text, border-box;
    background-clip: text, border-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

/* Sticky container for Glossary A-Z navigation bar */
.glossary-letter-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 1020;
  background-color: transparent;
  padding: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.2s ease, padding 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.glossary-letter-sticky-wrapper.is-stuck {
  background-color: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .glossary-letter-sticky-wrapper {
    top: 60px;
  }

  .glossary-letter-sticky-wrapper.is-stuck {
    padding: 10px 0;
  }
}

/* Ensure smooth scrolling to letter sections lands cleanly below sticky bars */
.white-bg [id^="glossary-"] {
  scroll-margin-top: 145px;
}

.portfolio-reporting-reviews-hero-banner {
  background-color: #000000;
  background-image: url('../images/banners/portfolio-reporting-reviews-hero.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Mandate Feature Card with Gold Left-Border Gradient */
.mandate-feature-card {
  background: #ffffff;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mandate-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
}


/* Search Bar in Support Hero Banner */
.hero-search-box {
  position: relative;
  width: 420px;
  max-width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
  background: var(--White-Bg, #FFF);
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}

.hero-search-input {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  outline: none;
  color: var(--Black-Bg, #000);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 0;
}

.hero-search-icon {
  position: static;
  transform: none;
  font-size: 16px;
  color: #000000;
  pointer-events: none;
}

/* Gold Gradient Text Utility */
.gold-gradient-text {
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  display: inline-block;
}

/* Sticky Support Sidebar */
.sticky-support-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  align-self: flex-start;
}

.support-tab-btn {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.support-tab-btn:hover {
  background: #f4f4f4;
  border-color: #cccccc;
}

.support-tab-btn.active {
  background: #EBEBEB;
  border-color: #d6d6d6;
  font-weight: 700;
  color: #000000;
}

.support-tab-btn .bi-chevron-right {
  font-size: 15px;
  color: #000000;
  display: inline-block;
}

/* Complaints Handling Step Cards */
.process-step-card {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 0 2px 2px 0;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.process-step-card::before,
.platform-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
}

.process-step-title {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}

.process-step-text {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

/* Client Notices */
.notice-filter-btn {
  background: #D9D9D9;
  border: none;
  color: #000000;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.notice-filter-btn.active,
.notice-filter-btn:hover {
  background: #000000;
  color: #ffffff;
}

.notice-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 15px;
  height: 100%;
}

.notice-card-inner {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--White-Bg, #FFF);
}

.notice-card-icon {
  margin-bottom: 0;
}

.notice-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.3;
}

.notice-card-excerpt {
  font-size: 13.5px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.notice-meta-list {
  font-size: 13.5px;
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}

.notice-meta-item {
  display: flex;
  margin-bottom: 6px;
}

.notice-meta-label {
  font-weight: 700;
  width: 90px;
}

.notice-meta-value {
  font-weight: 400;
}

.notice-read-btn {
  background: linear-gradient(100deg, #9E9E9E 0%, #757575 50%, #616161 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  cursor: pointer;
  margin-top: auto;
}

.notice-read-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

/* Important Information Banner Background */
.important-info-banner {
  background-color: #000000;
  background-image: url(../images/backgrounds/support-bg.png);
  background-position: 100% 28%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0;
  color: #ffffff;
  position: relative
}

/* Platforms & Tools Cards */
.platform-card {
  background: #EFEFEF;
  padding: 24px 24px 24px 28px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.platform-card.bg-white {
  background: #ffffff !important;
}

.platform-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
}

.platform-card-icon {
  font-size: 28px;
  color: #000000;
  margin-bottom: 14px;
}

.platform-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #121824;
  margin-bottom: 6px;
}

.platform-card-text {
  font-size: 13.5px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

/* Overview White Cards */
.overview-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.overview-card-icon {
  font-size: 28px;
  color: #000000;
  margin-bottom: 14px;
}

.overview-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}

.overview-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

/* Account Route Cards */
.account-route-card {
  background: #E9E9E9;
  border-radius: 2px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Demo Environment Cards */
.demo-card {
  background: #EFEFEF;
  padding: 20px 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
}

.demo-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

/* Trading Costs Table */
.trading-costs-table {
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.trading-costs-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #e9ecef;
  font-size: 15px;
}

.trading-costs-table tr:last-child td {
  border-bottom: none;
}

.trading-costs-table td:first-child {
  font-weight: 700;
  color: #121824;
  width: 32%;
  position: relative;
  padding-left: 28px;
}

.trading-costs-table td:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
}

.trading-costs-table td:last-child {
  color: #000;
}

/* Risk Summary Grid Cards */
.risk-grid-card {
  background: #525252;
  border-radius: 2px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  height: 100%;
}

.risk-grid-card-title {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.risk-grid-card-text {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.risk-footnote-text {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Why Trade Through AETRAM Feature Cards */
.why-feature-card {
  background: #ffffff;
  border-radius: 2px;
  min-height: auto;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.why-feature-card--compact {
  min-height: auto;
}

/* Licence Detail Card (CMA Licence Tab) */
.licence-detail-card {
  background: #EBEBEB;
  padding: 16px 20px;
  border-radius: 0 2px 2px 0;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.licence-detail-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(85deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
}

.licence-detail-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 4px;
}

.licence-detail-value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

/* Regulatory Card (Grey Background with Icon) */
.reg-card-item {
  background: #EBEBEB;
  padding: 24px;
  border-radius: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reg-card-icon {
  font-size: 28px;
  color: #000000;
  margin-bottom: 14px;
}

.reg-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.reg-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.why-feature-icon {
  font-size: 22px;
  color: #000000;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-feature-content {
  flex: 1 1 auto;
}

/* FAQ Accordion Item Cards */
.faq-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-card-header {
  background: #EBEBEB;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 14px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.2s ease;
}

.faq-card-header:not(.collapsed) {
  border-bottom-color: #dcdcdc;
}

/* Dark accordion header (Investment Approach allocation accordion) */
.faq-card-header-dark {
  background: #333333;
  color: #ffffff;
}

.faq-card-header .bi-chevron-down {
  transition: transform 0.3s ease;
}

.faq-card-header:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.faq-card-body-wrapper {
  background: #ffffff;
  padding: 20px 24px;
}

.faq-card-body {
  color: #333333;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.faq-card-body a {
  background: linear-gradient(180deg, rgba(240, 209, 92, 1) 0%, rgba(236, 195, 77, 1) 15%, rgba(216, 129, 5, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* Pricing by Trading Service Table */
.pricing-service-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pricing-service-table th {
  background: #000000;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: left;
  border-right: 1px solid #333333;
}

.pricing-service-table th:last-child {
  border-right: none;
}

.pricing-service-table td {
  padding: 14px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.pricing-service-table td:last-child {
  border-right: none;
}

.pricing-service-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.pricing-service-table td:first-child {
  font-weight: 600;
  color: #000000;
  width: 25%;
}

/* Indicative Spreads Section */
.spread-nav-btn {
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.spread-nav-btn.active,
.spread-nav-btn:hover {
  background: #E9E9E9;
  border-color: #cccccc;
  font-weight: 700;
  color: #000000;
}

.spread-table-wrapper {
  background: #E9E9E9;
  padding: 24px;
  border-radius: 2px;
}

.spread-table-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.spread-mini-table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
}

.spread-mini-table th {
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
}

.spread-mini-table td {
  padding: 10px 14px;
  font-size: 13px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
}

.spread-mini-table tr:nth-child(even) td {
  background-color: #f8f8f8;
}

/* Payments Card */
.payments-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.payments-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.payments-table th {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
}

.payments-table td {
  padding: 12px 20px;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
}

/* Risk Disclosure Hero Banner Background — added 2026-08-08 */
.risk-disclosure-hero-banner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 60%), url('../images/banners/risk-disclosure-hero.png') center right / cover no-repeat;
  background-color: #000000;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.payments-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

/* Calculation & Pricing Document Tables */
.calculation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  background: transparent;
}

.calculation-table td {
  background: #F0F0F0;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}

.calculation-table td:first-child {
  font-weight: 500;
  width: 48%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.calculation-table td:last-child {
  width: 52%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.doc-spec-table {
  max-width: 520px;
  margin: 0 auto;
}

.doc-spec-table td:first-child {
  width: 60%;
  font-weight: 400;
  color: #333333;
}

.doc-spec-table td:last-child {
  width: 40%;
  font-weight: 700;
  color: #000000;
}

/* International Markets Hero Banner Background — added 2026-08-08 */
.international-markets-hero-banner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 60%), url('../images/banners/international-markets-hero.png') center right / cover no-repeat;
  background-color: #0d1c32;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

/* Client Suitability & Onboarding Hero Banner Background — added 2026-08-09 */
.client-suitability-hero-banner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 60%), url('../images/banners/client-suitability-hero.jpg') center center / cover no-repeat;
  background-color: #0d1c32;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}