/* Feature Matrix Component Styles */
/* Green span with question mark should have pointer cursor */
[data-row][data-col] span {
  cursor: pointer;
}

.tooltip-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #2C2C2C;
  color: white;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 8px;
  width: 550px;
}
@media (max-width: 768px) {
  .tooltip-popup {
    max-width: 300px;
  }
}
.tooltip-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #2C2C2C;
}
.tooltip-popup.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tooltip-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 134.187%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tooltip-title {
    font-size: 18px;
  }
}

.tooltip-description {
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.tooltip-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-close svg {
  width: 20px;
  height: 20px;
  stroke: #34E834;
  stroke-width: 2;
}

/* Podcasts Footer Styles */
/* Custom Footer Styles */
.footer-container {
  max-width: 71.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .footer-container {
    max-width: 87.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .footer-container {
    margin: 0 15px;
  }
}
.the-footer {
  background-color: #000;
  position: relative;
}

.footer-upperside {
  padding: 5rem 0 3.125rem;
}
.footer-upperside .footer-container {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.footer-upperside p {
  color: #777777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2rem;
  letter-spacing: -0.01875rem;
  margin: 0 0 1.875rem;
}
.footer-upperside .footer-logo {
  width: 6.875rem;
  height: 1.25rem;
  margin: 0 0 0.9375rem;
}
.footer-upperside .footer-logo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-upperside .footer-logo {
    width: 12.5rem;
    height: 3.75rem;
  }
  .footer-upperside p {
    font-size: 1.875rem;
    line-height: 1.1;
  }
  .footer-upperside .anchor-flex a:first-child {
    max-width: 8.125rem;
  }
}
@media (max-width: 576px) {
  .footer-upperside p {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.anchor-flex {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.anchor-flex a {
  display: inline-block;
}
.anchor-flex a:first-child {
  margin-right: 1.25rem;
}

.subscribe-box h5 {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 2rem 0 1.25rem;
}

.podcast-link {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Subscription Form Styles */
.subscription-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  height: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .content-wrapper {
    height: unset;
  }
}
@media (max-width: 575.98px) {
  .content-wrapper {
    display: block;
  }
}

.subscription-input {
  padding: 0 20px;
  font-size: 13.5px;
  border: none;
  outline: none;
  background-color: #2b2b2b;
  color: white;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .subscription-input {
    padding: 16px 20px;
    margin-bottom: 20px;
  }
}

.subscription-button {
  background-color: black;
  border-radius: 6.92px;
  border: 1px solid white;
  color: white;
  font-size: 12.2px;
  font-weight: 700;
  padding: 12px 30px;
  white-space: nowrap;
  letter-spacing: 1.95px;
  text-transform: capitalize;
  cursor: pointer;
}
.subscription-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media (max-width: 575.98px) {
  .subscription-button {
    padding: 12px 30px;
    width: 100%;
    text-transform: capitalize;
  }
}

.email-error-message,
.email-field-error-message {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.email-success-message {
  color: #34e834;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Footer Lower Side */
.footer-lowerside {
  padding-bottom: 1.25rem;
}
.footer-lowerside .footer-container {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.footer-lowerside p {
  color: #999;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.16375rem;
}
.footer-lowerside p b {
  font-weight: 700;
}
.footer-lowerside p a {
  color: #34E834;
  border-bottom: 0.0625rem solid #34E834;
}

.footer-links {
  display: flex;
  gap: 0.9375rem;
  margin: 1.875rem 0 1.25rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.16375rem;
}

.copyright p {
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.07125rem;
}

.trade-gold-page {
  font-family: "DM Sans";
}

.popout-card {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.popout-card.animate-popout {
  transform: translateY(0);
  opacity: 1;
}

.popout-card.hover-popout {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(52, 232, 52, 0.1);
}

.popout-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gold-bars-image {
  transform: scale(0.8) translateY(30px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.gold-bars-image.animate-fly-in {
  transform: scale(1) translateY(0);
  opacity: 1;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: scale(1) translateY(0px);
  }
  50% {
    transform: scale(1) translateY(-15px);
  }
}
.why-trade-feature {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-trade-feature.slide-left {
  transform: translateX(-50px);
}

.why-trade-feature.slide-right {
  transform: translateX(50px);
}

.why-trade-feature.animate-slide-in {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .cards-carousel .slick-slide {
    padding: 0 8px;
  }
  .cards-carousel .slick-dots {
    bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cards-carousel .slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #34E834;
    opacity: 0.35;
  }
  .cards-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .cards-carousel .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.35);
    color: #34E834;
    border: 1px solid #2e2e2e;
    text-align: center;
  }
  .cards-carousel .slick-prev.custom-arrow {
    left: 0;
  }
  .cards-carousel .slick-next.custom-arrow {
    right: 0;
  }
  .popout-card {
    padding: 20px !important;
    margin: 0 8px;
    text-align: center;
  }
  .popout-card img {
    height: 16px !important;
    margin-bottom: 8px;
  }
  .popout-card .text-center {
    text-align: center;
  }
  .popout-card .text-center > div {
    text-align: center;
  }
}
.trade-indices-page {
  font-family: "DM Sans";
}
@keyframes popupAnimation {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5) translateY(20px);
  }
  10%, 90% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.trade-indices-page .index-popup {
  opacity: 0;
  animation: popupAnimation 6s ease-in-out infinite;
}
.trade-indices-page {
  /* Position 1 - Top Left of globe */
}
.trade-indices-page .index-popup-1 {
  top: 26%;
  right: 29%;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .trade-indices-page .index-popup-1 {
    top: 70% !important;
    right: 29% !important;
  }
}
.trade-indices-page {
  /* Position 2 - Right side of globe */
}
.trade-indices-page .index-popup-2 {
  top: 40%;
  right: 5%;
  animation-delay: 2s;
}
@media (max-width: 768px) {
  .trade-indices-page .index-popup-2 {
    top: 59% !important;
    right: 16% !important;
  }
}
.trade-indices-page {
  /* Position 3 - Bottom left of globe */
}
.trade-indices-page .index-popup-3 {
  top: 55%;
  right: 30%;
  animation-delay: 4s;
}
@media (max-width: 768px) {
  .trade-indices-page .index-popup-3 {
    top: 73% !important;
    right: -5% !important;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trade-indices-page .why-trade-feature {
  opacity: 0;
  animation: slideUp 0.6s ease-out forwards;
}
.trade-indices-page .why-trade-feature:nth-child(1) {
  animation-delay: 0.1s;
}
.trade-indices-page .why-trade-feature:nth-child(2) {
  animation-delay: 0.2s;
}
.trade-indices-page .why-trade-feature:nth-child(3) {
  animation-delay: 0.3s;
}
.trade-indices-page .why-trade-feature:nth-child(4) {
  animation-delay: 0.4s;
}
.trade-indices-page .slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

/* Teaser Season 6 Styles */
@font-face {
  font-family: "DM Sans";
  src: url("/go/assets/fonts/DMSans/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/go/assets/fonts/DMSans/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "DM Sans", sans-serif;
}

/* Start Trading Button Shimmer Animation */
.start-trading-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(96deg, rgba(29, 92, 29, 0.9) 0%, rgba(34, 139, 34, 0.8) 43%, rgba(52, 180, 52, 0.8) 70%, rgba(45, 150, 45, 0.85) 100%);
  border: 0.6px solid #83FF83;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(131, 255, 131, 0.3);
}
.start-trading-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), rgba(160, 255, 149, 0.6), rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 3s ease-in-out infinite;
}
.start-trading-btn:hover {
  box-shadow: 0 0 25px rgba(131, 255, 131, 0.5);
  transform: translateY(-2px);
}
.start-trading-btn:hover::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), rgba(200, 255, 180, 0.8), rgba(255, 255, 255, 0.6), transparent);
  animation-duration: 1.5s;
}
.start-trading-btn:active {
  transform: translateY(0);
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}