@font-face {
  font-family: 'Akrobat';
  src: url('/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Black.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Akrobat';
  src: url('/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'SegoePrint';
  src: url('/wp-content/themes/lucrar-hello-child/assets/fonts/segoepr.woff2') format('woff2');
  font-weight: 400;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Akrobat', system-ui, sans-serif;
  background: #0e1116;
  color: #e9edf1;
}

#stock-tokenization-pt {
  position: relative;
}

/* TOPBAR */
#stock-tokenization-pt .st-topbar-wrap {
  position: relative;
  height: 12vw;
  overflow: hidden;
  background-image: url('/wp-content/themes/lucrar-hello-child/stock_tokenization/assets/Retangulo-1-copiar.png');
  width: 100%;
  background-size: 100% 90%;
  background-repeat: no-repeat;
}

#stock-tokenization-pt .st-topbar {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BRAND */
#stock-tokenization-pt .st-brand {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#stock-tokenization-pt .st-titlewrap {
  text-align: center;
  position: relative;
}

#stock-tokenization-pt #st-title-pt {
  font-size: 60px;
  font-weight: 900;
  color: #efd7a0;
  line-height: 1.1;
}

#stock-tokenization-pt #st-since-pt {
  position: absolute;
  right: 0;
  bottom: -1.2em;
  font-size: 15px;
  color: #efd7a0;
  opacity: 0.95;
}

#stock-tokenization-pt .st-logo {
  width: 100px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

/* CONTENT */
#stock-tokenization-pt .st-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#stock-tokenization-pt .st-sub {
  text-align: center;
  font-size: 20px;
  margin: 15px auto;
  max-width: 900px;
  opacity: 0.92;
  line-height: 1.5;
}

#stock-tokenization-pt .st-h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 0px 0 50px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

/* STAGE */
#stock-tokenization-pt .st-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 580px;
  padding: 40px 20px;
}

/* BAG - Center, large */
#stock-tokenization-pt .st-bag {
  display: block;
  width: 400px;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.65));
}

/* ARROWS - All above bag */
#stock-tokenization-pt .st-arrow {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
  width: 8%;
}

/* Large left arrow pointing to "Top Financial Articles" */
#stock-tokenization-pt .st-arrow.a1 {
  left: 23%;
  top: 20%;
  width: 24%;
  transform: rotate(-3deg);
}

/* Bottom arrow under the large left arrow */
#stock-tokenization-pt .st-arrow.a2 {
  top: 26%;
  transform: rotate(31deg);
  right: 34%;
}

/* Top right arrow to "Real Estate" */
#stock-tokenization-pt .st-arrow.a3 {
  left: 34%;
  top: 13%;
  transform: rotate(-10deg);
}

/* Top-most right arrow */
#stock-tokenization-pt .st-arrow.a4 {
  right: 33%;
  top: 13%;
  transform: rotate(-30deg);
}

/* CURVED LABELS - Handwritten style */
#stock-tokenization-pt .st-label {
  position: absolute;
  font-family: 'SegoePrint', cursive;
  color: #ffe5b0;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
  z-index: 4;
  pointer-events: auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  width: auto;
  height: auto;
}

#stock-tokenization-pt .st-label a {
  color: #ffe5b0;
  text-decoration: none;
  cursor: pointer;
}

/* "Financial Literacy Game (play now)" - Top left, curved */
#stock-tokenization-pt .st-label-1 {
  left: 25%;
  top: 0%;
  transform: rotate(-8deg);
}

/* "Real Estate (check above)" - Top right */
#stock-tokenization-pt .st-label-2 {
  right: 4%;
  top: 5%;
  transform: rotate(-3deg);
  text-align: right;
}

/* "Real Life Financial Events (see in 2023)" - Middle right */
#stock-tokenization-pt .st-label-3 {
  right: -8%;
  top: 14%;
  transform: rotate(-2deg);
  text-align: right;
  font-size: 16px;
}

/* CARD - Bottom right, WHITE BORDER BOX */
#stock-tokenization-pt .st-call {
  position: absolute;
  right: 26%;
  bottom: 15%;
  width: 260px;
  max-width: 60%;
  z-index: 1;
}

#stock-tokenization-pt .st-call-frame {
  padding: 20px 40px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#stock-tokenization-pt .st-call-text {
  font-family: 'SegoePrint', cursive;
  color: #ffe5b0;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
  position: absolute;
  bottom: 20px;
  padding: 0 10px;
}

#stock-tokenization-pt .st-call-text a {
  color: #ffe5b0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ARTICLES */
#stock-tokenization-pt .st-articles {
  margin: 10px 0 60px;
}

#stock-tokenization-pt .st-articles .st-h2 {
  margin-bottom: 10px;
}

#stock-tokenization-pt .st-articles .st-sub {
  margin-top: 0;
  font-size: 17px;
}

#stock-tokenization-pt .ta-slider {
  margin-top: 30px;
  position: relative;
}

#stock-tokenization-pt .ta-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 12px 40px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#stock-tokenization-pt .ta-track::-webkit-scrollbar {
  height: 0;
}

#stock-tokenization-pt .ta-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: center;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  height: 170px;
}

#stock-tokenization-pt .ta-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

#stock-tokenization-pt .ta-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

/* ADD these new styles for slider navigation */

/* Add fade effect on sides */
#stock-tokenization-pt .ta-slider::before,
#stock-tokenization-pt .ta-slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

#stock-tokenization-pt .ta-slider::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(14, 17, 22, 1),
    rgba(14, 17, 22, 0)
  );
}

#stock-tokenization-pt .ta-slider::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(14, 17, 22, 1),
    rgba(14, 17, 22, 0)
  );
}

/* UPDATE .ta-track - add these properties */
#stock-tokenization-pt .ta-track {
  scroll-behavior: smooth; /* ADD THIS */
  padding: 20px 40px; /* CHANGE from "12px" */
  -webkit-overflow-scrolling: touch; /* ADD THIS */
}

/* UPDATE .ta-card - change scroll-snap-align */
#stock-tokenization-pt .ta-card {
  scroll-snap-align: start; /* CHANGE from "center" */
}

/* ADD Navigation Arrow Buttons */
#stock-tokenization-pt .ta-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background-color: transparent;
}

#stock-tokenization-pt .ta-nav:active {
  transform: translateY(-50%) scale(0.95);
}

#stock-tokenization-pt .ta-nav[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

#stock-tokenization-pt .ta-prev {
  left: 8px;
}

#stock-tokenization-pt .ta-next {
  right: 8px;
}

/* Arrow icons */
#stock-tokenization-pt .ta-ico {
  position: relative;
  width: 20px;
  height: 20px;
}

#stock-tokenization-pt .ta-ico::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 3px solid rgba(255, 255, 255, 0.95);
  border-right: 3px solid rgba(255, 255, 255, 0.95);
  transform: rotate(45deg);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

#stock-tokenization-pt .ta-prev .ta-ico {
  transform: scaleX(-1);
}


@media (max-width: 2000px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
   height: 15vw;
  }
}

@media (max-width: 1800px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
   height: 18vw;
  }
}

@media (max-width: 1700px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
   height: 20vw;
  }
}

@media (max-width: 1300px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
   height: 25vw;
  }
}
/* ===================== RESPONSIVE - TABLET (1024px) ===================== */
@media (max-width: 1024px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
    height: 240px;
  }

  /* Title & Logo */
  #stock-tokenization-pt #st-title-pt {
    font-size: 44px;
  }
  #stock-tokenization-pt #st-since-pt {
    font-size: 13px;
  }
  #stock-tokenization-pt .st-logo {
    width: 40px;
  }
  #stock-tokenization-pt .st-brand {
    gap: 12px;
  }

  /* Content text */
  #stock-tokenization-pt .st-sub {
    font-size: 18px;
  }
  #stock-tokenization-pt .st-h2 {
    font-size: 36px;
    margin: 0 0 40px;
  }

  /* Stage */
  #stock-tokenization-pt .st-stage {
    min-height: 580px;
    padding: 35px 15px;
  }

  /* Bag - slightly smaller */
  #stock-tokenization-pt .st-bag {
    width: 360px;
    max-width: 52%;
  }

  /* Arrows - keep same positions, adjust sizes */

  /* Labels - smaller text */
  #stock-tokenization-pt .st-label {
    font-size: 14px;
  }
  #stock-tokenization-pt .st-label-1 {
    left: 23%;
  }
  #stock-tokenization-pt .st-label-2 {
    right: 0;
  }
  #stock-tokenization-pt .st-label-3 {
    font-size: 14px;
    right: -14%;
  }
  #stock-tokenization-pt .st-call {
    bottom: 18%;
  }

  /* Articles */
  #stock-tokenization-pt .st-articles {
    margin: 10px 0 50px;
  }
  #stock-tokenization-pt .st-articles .st-h2 {
    font-size: 32px;
  }
  #stock-tokenization-pt .st-articles .st-sub {
    font-size: 16px;
  }

  /* Slider */
  #stock-tokenization-pt .ta-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 280px;
  }
}

/* ===================== RESPONSIVE - TABLET SMALL (992px) ===================== */
@media (max-width: 992px) {
  #stock-tokenization-pt .st-label-3 {
    right: -20%;
    top: 14%;
  }
  #stock-tokenization-pt .st-label-2 {
    right: -2%;
  }
  #stock-tokenization-pt .st-arrow.a1{
    width: 25% !important;
  }
}

/* ===================== RESPONSIVE - TABLET SMALL (768px) ===================== */
@media (max-width: 768px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
    height: 200px;
  }

  /* Title & Logo */
  #stock-tokenization-pt #st-title-pt {
    font-size: 45px;
  }
  #stock-tokenization-pt #st-since-pt {
    font-size: 12px;
  }
  #stock-tokenization-pt .st-logo {
    width: 36px;
  }
  #stock-tokenization-pt .st-brand {
    gap: 10px;
  }

  /* Content text */
  #stock-tokenization-pt .st-sub {
    font-size: 16px;
    margin: 20px auto;
  }
  #stock-tokenization-pt .st-h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }

  /* Stage */
  #stock-tokenization-pt .st-stage {
    min-height: 520px;
    padding: 30px 10px;
  }

  /* Bag */
  #stock-tokenization-pt .st-bag {
    width: 320px;
    max-width: 55%;
  }

  /* Arrows - proportional scaling */
  #stock-tokenization-pt .st-arrow {
    width: 12%;
  }
  /* Labels */
  #stock-tokenization-pt .st-label {
    font-size: 13px;
  }
  #stock-tokenization-pt .st-label-1 {
    left: 14% !important;
  }
  #stock-tokenization-pt .st-label-2 {
    right: -20% !important;
    top: 0%;
  }
  #stock-tokenization-pt .st-label-3 {
    right: -38% !important;
    top: 12%;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 30% !important;
    left: 25%;
  }
  #stock-tokenization-pt .st-arrow.a2 {
    top: 23%;
    right: 31%;
  }
  #stock-tokenization-pt .st-arrow.a3 {
    left: 27%;
    top: 13%;
  }
  #stock-tokenization-pt .st-arrow.a4 {
    right: 28% !important;
    top: 9%;
  }
  #stock-tokenization-pt .st-label-3 {
    font-size: 13px;
  }

  /* Card */
  #stock-tokenization-pt .st-call {
    /*! width: 380px; */
    /*! max-width: 60%; */
    bottom: 20%;
    right: 16%;
  }

  #stock-tokenization-pt .st-call-frame {
    min-height: 200px;
    border-width: 2px;
  }

  #stock-tokenization-pt .st-call-text {
    font-size: 14px;
    bottom: 30px;
    right: 16px;
  }

  /* Articles */
  #stock-tokenization-pt .st-articles {
    margin: 5px 0 40px;
  }
  #stock-tokenization-pt .st-articles .st-h2 {
    font-size: 28px;
  }
  #stock-tokenization-pt .st-articles .st-sub {
    font-size: 15px;
  }

  /* Slider */
  #stock-tokenization-pt .ta-card {
    flex: 0 0 calc(40% - 8px);
    min-width: 150px;
  }
  #stock-tokenization-pt .ta-card{
    height: auto;
  }
}

/* ===================== RESPONSIVE - MOBILE (640px) ===================== */
@media (max-width: 640px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
    height: 170px;
  }

  /* Title & Logo */
  #stock-tokenization-pt #st-title-pt {
    font-size: 40px;
  }
  #stock-tokenization-pt #st-since-pt {
    font-size: 11px;
  }
  #stock-tokenization-pt .st-logo {
    width: 32px;
  }
  #stock-tokenization-pt .st-brand {
    gap: 8px;
  }

  /* Content text */
  #stock-tokenization-pt .st-wrap {
    padding: 15px;
  }
  #stock-tokenization-pt .st-sub {
    font-size: 15px;
    margin: 18px auto;
    max-width: 95%;
  }
  #stock-tokenization-pt .st-h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }

  /* Stage */
  #stock-tokenization-pt .st-stage {
    min-height: 460px;
    padding: 25px 8px;
  }

  /* Arrows - keep proportions */
  /* Labels */
  #stock-tokenization-pt .st-label {
    font-size: 11px;
  }
  #stock-tokenization-pt .st-label-1 {
    left:  1rem !important;
  }
  #stock-tokenization-pt .st-label-2 {
    right: -28% !important;
    top: 0%;
  }
  #stock-tokenization-pt .st-label-3 {
    font-size: 11px;
    right: -52% !important;
    top: 9%;
  }

  #stock-tokenization-pt .st-call {
    bottom: 12%;
  }

  #stock-tokenization-pt .st-call-text {
    /*! font-size: 12px; */
    line-height: 1.35;
    bottom: 25px;
    right: 14px;
  }

  /* Articles */
  #stock-tokenization-pt .st-articles {
    margin: 5px 0 35px;
  }
  #stock-tokenization-pt .st-articles .st-h2 {
    font-size: 24px;
  }
  #stock-tokenization-pt .st-articles .st-sub {
    font-size: 14px;
  }

  /* Slider - single card */
}

/* ===================== RESPONSIVE - MOBILE SMALL (480px) ===================== */
@media (max-width: 480px) {
  /* Topbar */
  #stock-tokenization-pt .st-topbar-wrap {
    height: 180px;
  }

  /* Title & Logo */
  #stock-tokenization-pt #st-title-pt {
    font-size: 35px;
  }
  #stock-tokenization-pt #st-since-pt {
    font-size: 10px;
  }
  #stock-tokenization-pt .st-logo {
    width: 28px;
  }

  /* Content text */
  #stock-tokenization-pt .st-sub {
    font-size: 14px;
    margin: 15px auto;
  }
  #stock-tokenization-pt .st-h2 {
    font-size: 22px;
    margin: 0 0 25px;
  }

  /* Stage */
  #stock-tokenization-pt .st-stage {
    min-height: 350px;
    padding: 20px 5px;
  }

  /* Bag */
  #stock-tokenization-pt .st-bag {
    width: 240px;
    max-width: 65%;
  }

  /* Labels */
  #stock-tokenization-pt .st-label {
    font-size: 9px;
  }
      #stock-tokenization-pt .st-label-1 {
        left: 0% !important;
        top: -28px;
    }
  #stock-tokenization-pt .st-label-2 {
    right: -48% !important;
    top: -7%;
  }
  #stock-tokenization-pt .st-label-3 {
    font-size: 9px;
    right: -90% !important;
    top: 12px;
  }

  #stock-tokenization-pt .st-call-text {
    font-size: 14px;
    line-height: 1.3;
    bottom: 10px;
    right: 12px;
  }

  /* Articles */
  #stock-tokenization-pt .st-articles {
    margin: 0 0 30px;
  }
  #stock-tokenization-pt .st-articles .st-h2 {
    font-size: 20px;
  }
  #stock-tokenization-pt .st-articles .st-sub {
    font-size: 13px;
  }
}

/* ===================== RESPONSIVE - EXTRA SMALL (360px) ===================== */
@media (max-width: 360px) {
  #stock-tokenization-pt .st-h2 {
    font-size: 18px;
  }
  #stock-tokenization-pt .st-sub {
    font-size: 13px;
  }

  #stock-tokenization-pt .st-stage {
    min-height: 350px;
  }
  #stock-tokenization-pt .st-bag {
    width: 200px;
    max-width: 70%;
  }
  #stock-tokenization-pt .st-label-1 {
    left: -7% !important;
    top: -20px;
  }
  #stock-tokenization-pt .st-label-2 {
    right: -63% !important;
    top: -6%;
  }
  #stock-tokenization-pt .st-label-3 {
    right: -55% !important;
    top: 6%;
  }

  #stock-tokenization-pt .st-label {
    font-size: 9px;
  }
  #stock-tokenization-pt .st-call {
    width: 240px;
    max-width: 50%;
    bottom: 18%;
  }
  #stock-tokenization-pt .st-call-frame {
    padding: 40px 12px;
  }
  #stock-tokenization-pt .st-call-text {
    font-size: 14px;
    bottom: 16px;
    right: 10px;
    font-weight: 500;
  }
}

@media screen and (min-width: 900px) and (max-width: 1440px) {
  #stock-tokenization-pt .st-wrap{
    padding-bottom: 0;
  }
   #stock-tokenization-pt .st-arrow.a1 {
    width: 20%;
  }
  #stock-tokenization-pt .st-articles{
    margin-top:-40px;
  }
}

@media (max-width: 1140px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: 0%;
    right: var(--st-2-right) !important;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -13%;
    right: var(--st-3-right) !important;
  }
}

@media (max-width: 1040px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -3%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -18%;
  }
}

@media (max-width: 1000px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -4.5%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -20%;
  }
}

@media (max-width: 940px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -6%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -22%;
  }
}

@media (max-width: 880px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -9%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -27%;
  }
}

@media (max-width: 800px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -12%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -30%;
  }
}

@media (max-width: 768px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -16%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -34%;
  }
}

@media (max-width: 720px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -19%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -36vw;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 33% !important;
    left: 18%;
  }
}

@media (max-width: 680px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -26%;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -45vw;
  }
}

@media (max-width: 629px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -10.3rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -20.5rem;
  }
  #stock-tokenization-pt .st-arrow.a2 {
        top: 24%;
        right: 25%;
    }
}

@media (max-width: 600px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -11.5rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -21.5rem;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 34% !important;
    left: 18%;
  }
   #stock-tokenization-pt .st-call {
    bottom: 18%;
    right: 10%;
  }
  #stock-tokenization-pt .st-call-frame {
    min-height: 180px;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 11px;
  }
}

@media (max-width: 550px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -12rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -22rem;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 38% !important;
    left: 15%;
  }
  #stock-tokenization-pt .st-call {
    bottom: 22%;
    right: 0%;
  }
   #stock-tokenization-pt .st-call-frame {
    min-height: 180px;
    width: 250px;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -12.5rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -22.5rem;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 40% !important;
    left: 12%;
  }
  #stock-tokenization-pt .st-call {
    bottom: 28%;
  }
  #stock-tokenization-pt .st-call-frame {
    min-height: 150px;
  }
  #stock-tokenization-pt .ta-card {
    flex: 0 0 calc(40% - 8px);
    min-width: 140px;
  }
  #stock-tokenization-pt .ta-card{
    height: auto;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  #stock-tokenization-pt .st-arrow.a1 {
    width: 32% !important;
    left: 12%;
  }
   #stock-tokenization-pt .st-call {
    bottom: 11%;
    right: 8%;
    width: 50%;
  }
  #stock-tokenization-pt .st-call-frame {
    min-height: 150px;
    width: 220px;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 9px;
  }
}
@media (max-width: 450px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -13rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -23rem;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 9px;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 35% !important;
    left: 3%;
  }
   #stock-tokenization-pt .st-call-frame {
    width: 190px;
  }
}
@media (max-width: 430px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -13rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -23rem;
  }
  #stock-tokenization-pt .st-label text {
    font-size: 9px;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 38% !important;
  }
}

@media (max-width: 380px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -14.2rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -23.5rem;
    top:0;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 40% !important;
  }
   #stock-tokenization-pt .st-call {
    bottom: 20%;
    right: 12%;
  }
   #stock-tokenization-pt .st-call-frame {
    width: 190px;
  }
}
@media (max-width: 350px) {
  #stock-tokenization-pt .st-label-2 {
    --st-2-right: -14.8rem;
  }
  #stock-tokenization-pt .st-label-3 {
    --st-3-right: -23.2rem;
    top:0;
  }
  #stock-tokenization-pt .st-arrow.a1 {
    width: 48% !important;
  }
}






/* === ST MODAL — Botão de fecho igual ao Gold (funciona fora do wrapper) === */
#stModal-pt.st-modal .st-dialog > button.st-close{
  all: unset;
  -webkit-appearance: none; appearance: none;

  position: absolute; right: 14px; top: 12px;
  width: 46px; height: 46px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; isolation: isolate; z-index: 2;

  /* Look Gold */
  --accent1:#36fba1; --accent2:#0c8f52; --ring:rgba(255,255,255,.18);
  background: radial-gradient(120% 120% at 30% 30%, var(--accent1), var(--accent2)) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.45), 0 0 22px rgba(54,251,161,.34) !important;

  /* Caractere “×” */
  font: 900 22px/1 Akrobat, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  color: #0b1217 !important;
  -webkit-text-fill-color: #0b1217 !important; /* Safari */
  text-shadow: none !important;
}

#stModal-pt.st-modal .st-dialog > button.st-close::before{
  content: "";
  position: absolute; inset: 3px; border-radius: inherit;
  box-shadow: inset 0 0 0 2px var(--ring);
}

/* Animação de pulso (uma única definição) */
@keyframes stPulse{ 0%,100%{filter:brightness(1)} 50%{filter:brightness(1.08)} }
#stModal-pt.st-modal[aria-hidden="false"] .st-dialog > button.st-close{
  animation: stPulse 2.8s ease-in-out infinite;
}

/* Mobile */
@media (max-width: 640px){
  #stModal-pt.st-modal .st-dialog > button.st-close{
    width: 52px; height: 52px; font-size: 24px; right: 10px; top: 10px;
  }
}

/* (Opcional) Estados de interação */
#stModal-pt.st-modal .st-dialog > button.st-close:hover{ filter: brightness(1.06); }
#stModal-pt.st-modal .st-dialog > button.st-close:focus-visible{
  outline: 2px solid #36fba1; outline-offset: 2px;
}





#stock-tokenization-pt .st-logo {
  will-change: transform;
}

#stock-tokenization-pt .st-logo,
#stock-tokenization-en .st-logo {
  will-change: transform;
}
/* === STOCK TOKENIZATION – Seta A1 apenas VERSÃO PT (ajuste posição) === */

/* Desktop grande (≥ 1201px) */
@media (min-width: 1201px) {
  #stock-tokenization-pt .st-arrow.a1 {
    top: 20% !important;
    left: 20% !important;
    transform: rotate(1deg);
    width: 250px;
  }
}

/* Desktop normal (992–1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    #stock-tokenization-pt .st-arrow.a1 {
    top: 16% !important;
    left: 18% !important;
    width: 250px;
    transform: rotate(0deg);
  }
}

/* Tablet (768–991px) */
@media (min-width: 899px) and (max-width: 991px) {
   #stock-tokenization-pt .st-arrow.a1 {
    top: 23% !important;
    left: 17% !important;
  }
}
@media (min-width: 768px) and (max-width: 898px) {
  #stock-tokenization-pt .st-arrow.a1 {
    top: 23% !important;
    left: 17% !important;
  }
}
/* Mobile grande (481–767px) */
@media (min-width: 481px) and (max-width: 767px) {
    #stock-tokenization-pt .st-arrow.a1 {
    top: 27% !important;
    left: 10% !important;
    overflow: visible !important;
  }
}

/* Mobile pequeno (≤ 480px) */
@media (max-width: 480px) {
  #stock-tokenization-pt .st-arrow.a1 {
    top: 26% !important;
    left: 3% !important;
  }
}
#stock-tokenization-pt .st-stage {
  overflow: visible !important;
}