/* Neostox — Custom styles only (layout / spacing via Bootstrap) */

:root {
  --neo-navy: #1c2348;
  --neo-teal: #0aad87;
  --neo-teal-dark: #089872;
  --neo-ink: #2a3158;
  --neo-muted: #5a6280;
  --neo-white: #ffffff;
  --neo-font: "Inter", system-ui, sans-serif;
  --neo-font-display: "Inter Tight", "Inter", system-ui, sans-serif;
}

body {
  font-family: var(--neo-font);
  color: var(--neo-ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ---------- Shared brand utilities ---------- */
.text-neo-navy { color: var(--neo-navy); }
.text-neo-teal { color: var(--neo-teal); }
.text-neo-muted { color: var(--neo-muted); }
.bg-neo-light { background: #f5f7f9; }
.bg-neo-navy { background: var(--neo-navy); }

.neo-eyebrow {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.neo-hero-title {
  font-family: var(--neo-font-display);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--neo-navy);
  letter-spacing: normal;
  margin: 26px 0 20px;
}

.neo-hero-title .text-neo-teal {
  display: block;
  font-style: normal;
}

.neo-section-title {
  font-family: var(--neo-font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--neo-navy);
  letter-spacing: normal;
}

.neo-lead {
  font-size: 17px;
  line-height: 1.55;
  color: #5b6b7b;
  margin: 0;
}

.neo-stat {
  font-family: var(--neo-font-display);
  font-size: 38px;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.1;
  letter-spacing: normal;
}

.neo-closing {
  font-family: var(--neo-font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--neo-navy);
  letter-spacing: normal;
  padding-top: 0.5rem;
  /*border-top: 1px solid rgba(28, 35, 72, 0.08);*/
}

.neo-closing-plain {
  border-top: 0;
  padding-top: 0;
}

/* ---------- Why Practice (new section above existing 3-months block) ---------- */
.why-practice-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.why-practice-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  border-bottom: 1px solid rgba(28, 35, 72, 0.08);
  color: var(--neo-navy);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
}

.why-practice-list li:last-child {
  border-bottom: 0;
}

.why-practice-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neo-teal);
}

.why-practice-close {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.35;
}

.why-practice-highlight {
  background: var(--neo-navy);
  color: #fff;
  padding: 1.75rem 1.75rem 1.85rem;
  border-radius: 12px;
}

.why-practice-highlight-text {
  font-family: var(--neo-font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  color: #fff;
}

.why-practice-next {
  padding-left: 0.15rem;
}

@media (min-width: 992px) {
  .why-practice-highlight {
    padding: 2rem 2.1rem;
  }
}

/* ---------- Trading Process: Analyze → Trade → Review ---------- */
.trading-process-steps {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.trading-process-step {
  position: relative;
}

.trading-process-num {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--neo-teal);
  margin-bottom: 0.35rem;
}

.trading-process-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.trading-process-heading {
  font-family: var(--neo-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--neo-navy);
  margin: 0 0 1rem;
}

.trading-process-tools {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.35rem;
  padding: 0;
}

.trading-process-tools li {
  margin: 0;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(28, 35, 72, 0.12);
  border-radius: 6px;
  background: #f5f7f9;
  color: var(--neo-navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.trading-process-link {
  display: inline-block;
  font-weight: 700;
  color: var(--neo-teal);
  text-decoration: none;
}

.trading-process-link:hover,
.trading-process-link:focus-visible {
  color: #088f6f;
  text-decoration: underline;
}

.trading-process-visual {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(28, 35, 72, 0.1);
  box-shadow: 0 12px 32px rgba(28, 35, 72, 0.08);
  background: #fff;
}

.trading-process-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .trading-process-steps {
    gap: 4.5rem;
  }

  .trading-process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.4rem;
    width: 1px;
    height: 2rem;
    background: linear-gradient(to bottom, rgba(10, 173, 135, 0.55), rgba(10, 173, 135, 0.05));
    transform: translateX(-50%);
  }
}

/* ---------- Header ---------- */
/* ---------- Header / Navbar (from live Neostox) ---------- */
.navbar_div {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(28, 35, 72, 0.08);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

/* Keep Neostox layout offset (content_main_container padding-top) working */
.navbar_div.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
}

.navbar_div .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: padding 0.25s ease;
}

.navbar_div .navbar-brand {
  margin-right: 1rem;
  height: auto;
  width: 163px;
  transition: width 0.25s ease, height 0.25s ease;
}

.navbar_div.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(28, 35, 72, 0.06);
  box-shadow: 0 8px 24px rgba(28, 35, 72, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.navbar_div.is-scrolled .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.navbar_div.is-scrolled .navbar-brand {
  width: 132px;
}

.navbar_div .nav-item a.nav-link {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  color: #1c2348;
  transition: color 0.2s ease, font-size 0.25s ease;
}

.navbar_div .nav-item a.nav-link:hover,
.navbar_div .nav-item a.nav-link.active {
  color: #0aad87;
}

.navbar_div.is-scrolled .nav-item a.nav-link {
  font-size: 14px;
}

.navbar_div .nav-item {
  margin-right: 0;
}

@media (min-width: 992px) {
  .navbar_div .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
  }

  .navbar_div .navbar-collapse {
    display: flex !important;
    flex-grow: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .navbar_div .navbar-nav-main {
    position: static;
    left: auto;
    transform: none;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.4rem;
    margin: 0;
  }

  .navbar_div .navbar-nav-main .nav-link {
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    white-space: nowrap;
  }

  .navbar_div .navbar-nav-cta {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0.75rem;
    column-gap: 0.5rem;
  }

  .navbar_div .navbar-nav-cta .nav-item {
    margin-right: 0;
  }
}

.navbar_div .nav-item-features {
  position: relative;
}

.navbar_div .nav-item-features .features-caret {
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
}

.navbar_div .nav-item-features .features-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  min-width: 520px;
  margin: 0;
  padding: 12px 8px;
  list-style: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(28, 35, 72, 0.12);
  column-count: 2;
  column-gap: 0;
}

.navbar_div .nav-item-features .features-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.navbar_div .nav-item-features:hover > .features-dropdown-menu,
.navbar_div .nav-item-features:focus-within > .features-dropdown-menu {
  display: block;
}

.navbar_div .nav-item-features .features-dropdown-menu li {
  break-inside: avoid;
  margin: 0;
}

.navbar_div .nav-item-features .features-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #1c2348;
  text-decoration: none;
  white-space: normal;
  border-radius: 6px;
}

.navbar_div .nav-item-features .features-dropdown-menu a:hover,
.navbar_div .nav-item-features .features-dropdown-menu a.active {
  color: #0aad87;
  background: #f3fbf8;
}

.navbar_div.is-scrolled .btn-neo,
.navbar_div.is-scrolled .btn-neo-outline {
  padding: 10px 16px;
  transition: padding 0.25s ease;
}

.button_success {
  background: #0aad87 !important;
  border-color: #0aad87 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 14px 30px;
  color: #fff !important;
  transition: padding 0.25s ease, background-color 0.2s ease;
}

.button_success:hover,
.button_success:focus-visible {
  background: #089872 !important;
  border-color: #089872 !important;
  color: #fff !important;
}

.menupopupmobile .modal-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  text-transform: capitalize;
  color: #1c2348;
}

.menupopupmobile .modal-content {
  padding: 20px;
}

.menupopupmobile .modalmenuli {
  padding-left: 0;
  margin: 25px 0 40px;
}

.menupopupmobile .modalmenuli li {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-transform: capitalize;
  color: #1c2348;
  list-style: none;
  margin-bottom: 30px;
  cursor: pointer;
}

.menupopupmobile .modalmenuli li.modal-submenu-item {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 28px;
}

.menupopupmobile .modal-header {
  border-bottom: 0;
}

.menupopupmobile .modal-footer {
  flex-direction: column;
  gap: 0.75rem;
  border-top: 0;
}

.nodecor {
  text-decoration: none;
}

.normaltext {
  color: #201f42;
}

.text-theme-light {
  color: #59c7ae;
}

.font-16 {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  #navbarSupportedContent {
    display: none !important;
  }
}

.neo-footer {
  border-top: 1px solid rgba(28, 35, 72, 0.08);
  background: #f5f7f9;
}

.neo-footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.neo-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.neo-footer-links li + li {
  margin-top: 0.65rem;
}

.neo-footer-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--neo-navy);
  text-decoration: none;
}

.neo-footer-links a:hover {
  color: var(--neo-teal);
}

.neo-footer-bottom {
  border-top: 1px solid rgba(28, 35, 72, 0.08);
}

ul.social_icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

ul.social_icons li {
  display: inline-flex;
}

.social_icons a {
  color: #1c2348;
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.2s ease;
}

.social_icons .fa-linkedin:hover {
  color: #0a66c2;
}

.social_icons .fa-twitter-square:hover {
  color: #1da1f2;
}

.social_icons .fa-facebook-square:hover {
  color: #1877f2;
}

.social_icons .fa-instagram:hover {
  color: #e4405f;
}

.social_icons .fa-youtube-square:hover {
  color: #ff0000;
}

.social_icons .fa-telegram:hover {
  color: #229ed9;
}

/* ---------- Buttons ---------- */
.btn-neo,
.btn-neo-outline,
.btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 26px;
  border: 1.5px solid transparent;
  transition: transform 0.12s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn-neo.btn-lg,
.btn-neo-outline.btn-lg,
.btn-google.btn-lg {
  padding: 15px 26px;
  font-size: 15px;
}

.btn-neo.btn-sm,
.btn-neo-outline.btn-sm,
.btn-google.btn-sm {
  padding: 12px 20px;
  font-size: 14px;
}

.btn-neo {
  background: var(--neo-teal);
  color: var(--neo-white);
}

.btn-neo:hover,
.btn-neo:focus-visible {
  background: #0c9270;
  color: var(--neo-white);
}

.btn-neo:active,
.btn-neo-outline:active,
.btn-google:active {
  transform: scale(0.985);
}

.btn-neo-outline {
  background: var(--neo-white);
  color: var(--neo-ink);
  border-color: #d6dedb;
}

.btn-neo-outline:hover,
.btn-neo-outline:focus-visible {
  background: var(--neo-white);
  color: var(--neo-ink);
  border-color: #8fa0af;
}

.btn-google {
  background: var(--neo-white);
  color: var(--neo-ink);
  border-color: #d6dedb;
}

.btn-google:hover,
.btn-google:focus-visible {
  background: var(--neo-white);
  color: var(--neo-ink);
  border-color: #8fa0af;
  box-shadow: none;
}

.btn-google img {
  display: block;
}

/* ---------- Hero ---------- */
.hero-section {
  padding: 64px 0 72px;
  background:
    radial-gradient(ellipse 80% 50% at 30% -10%, rgba(10, 173, 135, 0.06) 0%, transparent 60%),
    var(--neo-white);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 24px;
  }
}

.hero-section .row {
  --bs-gutter-x: 56px;
  --bs-gutter-y: 56px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: #e9f7f1;
  color: #0b6b50;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neo-teal);
  flex-shrink: 0;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 32px 0 14px;
}

.hero-micro {
  font-size: 15px;
  color: #8fa0af;
  margin: 0;
}

.hero-social {
  display: flex;
  align-items: center;
  gap: 14px;
  /*margin-top: 30px;*/
  padding-top: 26px;
  /*border-top: 1px solid #e6ecea;*/
}

.hero-social-dots {
  display: flex;
  flex-shrink: 0;
}

.hero-social-dots i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: -9px;
  border: 2px solid #fff;
  display: block;
  font-style: normal;
}

.hero-social-dots i:nth-child(1) { background: #dde7e3; }
.hero-social-dots i:nth-child(2) { background: #cfe3da; }
.hero-social-dots i:nth-child(3) { background: #bfdcd0; }
.hero-social-dots i:nth-child(4) {
  background: var(--neo-teal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  margin-right: 0;
}

.hero-social-copy b {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.35;
}

.hero-social-copy span {
  display: block;
  font-size: 14px;
  color: #8fa0af;
  line-height: 1.4;
  margin-top: 2px;
}

.hero-play {
  margin-top: 30px;
}

/* ---------- Hero benefit strip ---------- */
.hero-strip {
  position: relative;
  overflow: hidden;
  background: #e9f7f1;
  color: var(--neo-navy);
  border-top: 1px solid rgba(10, 173, 135, 0.16);
  border-bottom: 1px solid rgba(10, 173, 135, 0.16);
}

.hero-strip::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(
    ellipse 40% 70% at 50% 50%,
    rgba(10, 173, 135, 0.28) 0%,
    rgba(10, 173, 135, 0.08) 35%,
    transparent 70%
  );
  animation: hero-strip-bg-glow 4.5s ease-in-out infinite;
  pointer-events: none;
}

.hero-strip-items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 46px;
  padding: 22px 0;
  font-size: 13.5px;
  font-weight: 500;
}

.hero-strip-items span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(28, 35, 72, 0.45);
  animation: hero-strip-text-glow 4.8s ease-in-out infinite;
}

.hero-strip-items span:nth-child(1) { animation-delay: 0s; }
.hero-strip-items span:nth-child(2) { animation-delay: 1.2s; }
.hero-strip-items span:nth-child(3) { animation-delay: 2.4s; }
.hero-strip-items span:nth-child(4) { animation-delay: 3.6s; }

.hero-strip-tick {
  width: 16px;
  height: 16px;
  flex: none;
  color: inherit;
  opacity: 0.7;
  animation: hero-strip-tick-glow 4.8s ease-in-out infinite;
}

.hero-strip-items span:nth-child(1) .hero-strip-tick { animation-delay: 0s; }
.hero-strip-items span:nth-child(2) .hero-strip-tick { animation-delay: 1.2s; }
.hero-strip-items span:nth-child(3) .hero-strip-tick { animation-delay: 2.4s; }
.hero-strip-items span:nth-child(4) .hero-strip-tick { animation-delay: 3.6s; }

@keyframes hero-strip-bg-glow {
  0%, 100% {
    opacity: 0.45;
    transform: translateX(-18%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translateX(18%) scale(1.05);
  }
}

@keyframes hero-strip-text-glow {
  0%, 18%, 100% {
    color: rgba(28, 35, 72, 0.42);
    text-shadow: none;
  }
  8%, 12% {
    color: var(--neo-navy);
    text-shadow:
      0 0 10px rgba(10, 173, 135, 0.45),
      0 0 22px rgba(10, 173, 135, 0.25);
  }
}

@keyframes hero-strip-tick-glow {
  0%, 18%, 100% {
    color: rgba(10, 173, 135, 0.45);
    opacity: 0.7;
    filter: drop-shadow(0 0 0 transparent);
  }
  8%, 12% {
    color: var(--neo-teal);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(10, 173, 135, 0.8));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-strip::before,
  .hero-strip-items span,
  .hero-strip-tick {
    animation: none;
  }

  .hero-strip::before {
    opacity: 0.55;
    transform: none;
  }

  .hero-strip-items span {
    color: var(--neo-navy);
  }

  .hero-strip-tick {
    color: var(--neo-teal);
    opacity: 1;
    filter: none;
  }
}

/* ---------- Hero Showcase ---------- */
.hero-showcase {
  position: relative;
  border-radius: 16px;
  box-shadow:
    0 25px 60px rgba(28, 35, 72, 0.18),
    0 0 0 1px rgba(28, 35, 72, 0.04);
  overflow: hidden;
  background: var(--neo-navy);
}

.hero-showcase-stage {
  position: relative;
  aspect-ratio: 1370 / 908;
  overflow: hidden;
}

.hero-showcase-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
  transform: scale(1.08);
  transition: none;
  will-change: opacity, transform;
}

.hero-showcase-img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  animation: showcaseZoomIn 4s ease-out both;
}

.hero-showcase-img.leaving {
  z-index: 0;
  animation: showcaseFadeOut 0.6s ease both;
}

@keyframes showcaseZoomIn {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }
  12% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes showcaseFadeOut {
  to {
    opacity: 0;
    transform: scale(0.97);
  }
}

.hero-showcase-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-showcase-label {
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  font-weight: 900;
  color: var(--neo-white);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(10, 173, 135, 0.3);
  padding: 0.6em 1.2em;
  background: rgba(28, 35, 72, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  opacity: 0;
  transform: rotateX(90deg) scale(0.7);
  transform-origin: center center;
}

.hero-showcase-label.enter {
  animation: labelFlipIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-showcase-label.hold {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
}

.hero-showcase-label.exit {
  animation: labelFlipOut 0.4s ease-in both;
}

@keyframes labelFlipIn {
  0% {
    opacity: 0;
    transform: rotateX(90deg) scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
  }
}

@keyframes labelFlipOut {
  0% {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotateX(-90deg) scale(0.7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-showcase-img,
  .hero-showcase-img.active,
  .hero-showcase-img.leaving,
  .hero-showcase-label {
    animation: none !important;
    transition: opacity 0.3s !important;
    transform: none !important;
  }
  .hero-showcase-label.enter,
  .hero-showcase-label.hold {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Institution logos ---------- */
.trust-logo {
  height: 72px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.65);
  transition: filter 0.55s ease, opacity 0.55s ease, transform 0.35s ease;
}

/* Wider logos (e.g. IIM Bangalore, IIT Roorkee) need more horizontal room */
.trust-logo-wide {
  height: auto;
  max-height: 64px;
  max-width: 260px;
  width: 100%;
}

.trust-logos.is-revealed .trust-logo {
  filter: grayscale(0) opacity(1);
}

.trust-logos.is-revealed .col:nth-child(1) .trust-logo { transition-delay: 0s; }
.trust-logos.is-revealed .col:nth-child(2) .trust-logo { transition-delay: 0.16s; }
.trust-logos.is-revealed .col:nth-child(3) .trust-logo { transition-delay: 0.32s; }
.trust-logos.is-revealed .col:nth-child(4) .trust-logo { transition-delay: 0.48s; }
.trust-logos.is-revealed .col:nth-child(5) .trust-logo { transition-delay: 0.64s; }
.trust-logos.is-revealed .col:nth-child(6) .trust-logo { transition-delay: 0.8s; }
.trust-logos.is-revealed .col:nth-child(7) .trust-logo { transition-delay: 0.96s; }
.trust-logos.is-revealed .col:nth-child(8) .trust-logo { transition-delay: 1.12s; }
.trust-logos.is-revealed .col:nth-child(9) .trust-logo { transition-delay: 1.28s; }
.trust-logos.is-revealed .col:nth-child(10) .trust-logo { transition-delay: 1.44s; }

.trust-logos.is-revealed .trust-logo:hover {
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .trust-logo {
    height: 48px;
    max-width: 130px;
  }

  .trust-logo-wide {
    max-height: 48px;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-logo {
    filter: grayscale(0) opacity(1);
    transition: none;
  }

  .trust-logos.is-revealed .col .trust-logo {
    transition-delay: 0s;
  }
}

/* ---------- Trading review visual stack ---------- */
.review-visual {
  position: relative;
  padding: 1.5rem 0 0.5rem 1.25rem;
}

.review-visual-secondary {
  position: relative;
  width: 78%;
  margin-left: auto;
  margin-bottom: -18%;
  z-index: 1;
  opacity: 0.92;
}

.review-visual-primary {
  position: relative;
  width: 92%;
  z-index: 2;
}

.review-callout {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 3;
  background: var(--neo-navy);
  color: var(--neo-white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(28, 35, 72, 0.2);
}

.review-callout-end {
  left: auto;
  right: 0.75rem;
  background: var(--neo-teal);
}

@media (max-width: 991.98px) {
  .review-visual {
    padding: 0;
  }

  .review-visual-secondary {
    display: none;
  }

  .review-visual-primary {
    width: 100%;
  }
}

.user-type-card {
  padding: 1.25rem 1.35rem;
  background: var(--neo-white);
  border: 1px solid rgba(28, 35, 72, 0.08);
  border-radius: 12px;
}

/* customStyle.css sets `svg { color:#fff }`, which hides stroke icons on light cards */
.text-neo-teal svg,
.text-neo-navy svg,
.text-neo-muted svg,
.user-type-card svg {
  color: inherit;
}

/* ---------- Final CTA band ---------- */
.final-cta-band {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background: linear-gradient(135deg, var(--neo-navy) 0%, #243056 55%, #1a3d3a 100%);
}

.final-cta-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(4rem, 18vw, 10rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.final-cta-eyebrow {
  color: var(--neo-teal);
}

.final-cta-lead {
  opacity: 0.9;
}

.final-cta-support {
  color: rgba(255, 255, 255, 0.75);
}

/* ---------- Practice comparison ---------- */
.practice-compare-bridge {
  position: relative;
}

.practice-compare-label {
  display: inline-block;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: #e9f7f1;
  color: #0b6b50;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.practice-compare-row + .practice-compare-row {
  margin-top: 0.85rem;
}

.practice-compare-card {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(28, 35, 72, 0.08);
}

.practice-compare-before {
  background: #f7f8fa;
}

.practice-compare-after {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.practice-compare-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e9f7f1;
  color: var(--neo-teal);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.practice-compare-transform {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-teal);
  text-align: center;
  line-height: 1.35;
}

.practice-compare-mobile-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neo-teal);
  margin: 0;
}

.practice-compare-mobile {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(28, 35, 72, 0.08);
}

.practice-compare-mobile:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem;
  font-weight: 700;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  align-items: center;
}

.home-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.home-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
}

.home-faq .accordion-button::after {
  margin-left: 1rem;
  position: static;
  top: auto;
  right: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
}

.home-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.home-faq .accordion-item {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.home-faq .accordion-item:last-child {
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.home-faq .accordion-header {
  border-top: 0;
}

.home-faq .accordion-body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.faq-cta-panel {
  padding: 1.75rem;
  background: #f5f7f9;
  border-radius: 12px;
}

.faq-cta-panel svg {
  color: inherit;
}

/* Hedging page FAQ — match Neostox1 (reset Neostox global accordion overrides) */
.hedge-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.hedge-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.hedge-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.hedge-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.hedge-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.hedge-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.hedge-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.hedge-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.hedge-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Paper trading platform FAQ — same reset as hedge-faq */
.ptp-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.ptp-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.ptp-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.ptp-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.ptp-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.ptp-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.ptp-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.ptp-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.ptp-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Advanced charting FAQ — same reset as hedge/ptp FAQ */
.chart-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.chart-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.chart-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.chart-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.chart-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.chart-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.chart-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.chart-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.chart-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Basket orders FAQ — same reset as other redesign FAQs */
.basket-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.basket-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.basket-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.basket-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.basket-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.basket-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.basket-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.basket-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.basket-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Live trading reports FAQ — same reset as other redesign FAQs */
.reports-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.reports-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.reports-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.reports-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.reports-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.reports-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.reports-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.reports-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.reports-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Pre-built options strategies FAQ — same reset as other redesign FAQs */
.strat-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.strat-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.strat-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.strat-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.strat-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.strat-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.strat-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.strat-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.strat-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* NeoScreener FAQ — same reset as other redesign FAQs */
.screener-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.screener-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.screener-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.screener-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.screener-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.screener-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.screener-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.screener-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.screener-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Advanced options chain FAQ — same reset as other redesign FAQs */
.chain-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.chain-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.chain-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.chain-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.chain-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.chain-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.chain-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.chain-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.chain-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Stocks screener FAQ — same reset as other redesign FAQs */
.stocks-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.stocks-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.stocks-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.stocks-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.stocks-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.stocks-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.stocks-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.stocks-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.stocks-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* Options Trades Assistant FAQ — same reset as other redesign FAQs */
.ota-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(28, 35, 72, 0.12) !important;
}

.ota-faq .accordion-header {
  border-top: 0 !important;
  margin: 0;
}

.ota-faq .accordion-button {
  background: transparent !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  align-items: center;
}

.ota-faq .accordion-button.collapsed {
  color: var(--neo-navy) !important;
  font-weight: 600 !important;
}

.ota-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: var(--neo-navy) !important;
  box-shadow: none !important;
}

.ota-faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.ota-faq .accordion-button::after {
  margin-left: 1rem;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  background-position: center !important;
}

.ota-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2348'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.ota-faq .accordion-body {
  padding: 0 0 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--neo-muted) !important;
}

/* ---------- Scroll to top ---------- */
.scroll-top-btn {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: var(--neo-teal);
  color: #fff;
  box-shadow: 0 8px 24px rgba(28, 35, 72, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background-color 0.15s ease;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-btn:hover,
.scroll-top-btn:focus-visible {
  background: #0c9270;
  color: #fff;
}

.scroll-top-btn:active {
  transform: scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-top-btn {
    transition: none;
  }
}

/* ---------- About Us page ---------- */
.about-page {
  --about-soft: #eef1f5;
  --about-line: rgba(28, 35, 72, 0.1);
}

.about-section {
  padding: 4.5rem 0;
}

.about-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1.1rem;
}

.about-belief {
  color: var(--neo-navy) !important;
  font-size: 1.12rem !important;
  line-height: 1.55 !important;
}

.about-belief strong {
  font-weight: 700;
  color: var(--neo-navy);
}

/* Hero */
.about-hero {
  padding: 3.5rem 0 4.25rem;
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(10, 173, 135, 0.07), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.about-hero-title {
  margin-top: 0.35rem;
}

.about-path {
  width: 100%;
  background: var(--neo-white);
  border: 1px solid var(--about-line);
  border-radius: 18px;
  padding: 1.75rem 1.5rem 1.35rem;
  box-shadow: 0 18px 40px rgba(28, 35, 72, 0.06);
}

.about-path-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.about-path-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f7f9fb;
  border: 1px solid transparent;
  position: relative;
}

.about-path-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.85rem;
  bottom: -0.85rem;
  width: 1px;
  height: 0.85rem;
  background: rgba(10, 173, 135, 0.35);
}

.about-path-num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--neo-teal);
  min-width: 1.6rem;
}

.about-path-label {
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
  letter-spacing: -0.01em;
}

.about-path-later {
  background: rgba(10, 173, 135, 0.08) !important;
  border-color: rgba(10, 173, 135, 0.18) !important;
}

.about-path-caption {
  margin-top: 1.15rem;
  font-size: 0.9rem;
  color: var(--neo-muted);
  text-align: center;
}

/* Mistakes visual */
.about-mistakes {
  position: relative;
  background: var(--neo-white);
  border: 1px solid var(--about-line);
  border-radius: 18px;
  padding: 1.5rem 1.25rem 1.35rem;
  box-shadow: 0 16px 36px rgba(28, 35, 72, 0.05);
}

.about-mistakes-chart {
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafb 0%, #eef3f6 100%);
  padding: 0.75rem 0.5rem 0.25rem;
  margin-bottom: 1rem;
}

.about-mistakes-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.about-mistake-tags {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.about-mistake-tags li {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--neo-navy);
  background: #f3f5f8;
  border: 1px solid rgba(28, 35, 72, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
}

.about-mistakes-note {
  text-align: center;
  font-family: var(--neo-font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

/* Serious practice process */
.about-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.about-process li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 1rem 1.15rem;
  background: var(--neo-white);
  border: 1px solid var(--about-line);
  border-radius: 12px;
}

.about-process-label {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.about-process-hint {
  font-size: 0.9rem;
  color: var(--neo-muted);
}

@media (min-width: 768px) {
  .about-process {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: stretch;
  }

  .about-process li {
    position: relative;
    align-items: center;
    text-align: center;
    padding: 1.25rem 0.75rem;
  }

  .about-process li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--neo-teal);
    font-weight: 700;
    font-size: 1rem;
    z-index: 1;
  }
}

/* Analyze / Practice / Review / Improve */
.about-cycle-stage {
  display: grid;
  gap: 1rem;
}

.about-cycle-visual {
  order: -1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.about-cycle-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.about-cycle-card {
  padding: 1.15rem 1.2rem;
  background: var(--neo-white);
  border: 1px solid var(--about-line);
  border-radius: 14px;
}

.about-cycle-card h3 {
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.4rem;
}

.about-cycle-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

@media (min-width: 992px) {
  .about-cycle-stage {
    grid-template-columns: 1fr 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.15rem 1.25rem;
    align-items: center;
  }

  .about-cycle-visual {
    order: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .about-cycle-analyze { grid-column: 1; grid-row: 1; }
  .about-cycle-practice { grid-column: 3; grid-row: 1; }
  .about-cycle-review { grid-column: 1; grid-row: 2; }
  .about-cycle-improve { grid-column: 3; grid-row: 2; }
}

/* Approach — quieter, narrower */
.about-approach-title {
  font-size: clamp(26px, 3vw, 38px);
}

.about-pullquote {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.4rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 12px 12px 0;
}

.about-pullquote p {
  font-family: var(--neo-font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--neo-navy);
  margin-bottom: 0.65rem;
}

.about-closing {
  padding: 4.75rem 0;
}

@media (max-width: 991.98px) {
  .about-hero {
    padding-top: 2.5rem;
  }

  .about-section {
    padding: 3.5rem 0;
  }
}

/* ---------- Contact Us page ---------- */
.contact-hero {
  padding: 3.25rem 0 2rem;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(10, 173, 135, 0.07), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.contact-hero-title {
  margin: 0.35rem 0 1rem;
}

.contact-body {
  padding: 0 0 4.5rem;
}

.contact-form-card,
.contact-thanks {
  background: var(--neo-white);
  border: 1px solid rgba(28, 35, 72, 0.1);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 16px 40px rgba(28, 35, 72, 0.05);
}

.contact-thanks {
  text-align: center;
  padding: 2.5rem 1.75rem;
}

.contact-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--neo-navy);
  margin-bottom: 0.4rem;
}

.contact-input {
  border-radius: 10px;
  border-color: rgba(28, 35, 72, 0.14);
  padding: 0.7rem 0.9rem;
  color: var(--neo-ink);
  box-shadow: none;
}

.contact-input:focus {
  border-color: rgba(10, 173, 135, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(10, 173, 135, 0.12);
}

.contact-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: var(--neo-muted);
}

.contact-input-addon {
  border-radius: 10px 0 0 10px;
  border-color: rgba(28, 35, 72, 0.14);
  background: #f5f7f9;
  color: var(--neo-navy);
  font-weight: 600;
}

.auth-signup-page .input-group .contact-input {
  border-radius: 0 10px 10px 0;
}

.auth-signin-page .input-group .contact-input {
  border-radius: 0 10px 10px 0;
}

.auth-google-mobile-page .input-group .contact-input {
  border-radius: 0 10px 10px 0;
}

.auth-google-modal .modal-content {
  border: 1px solid rgba(28, 35, 72, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(28, 35, 72, 0.08);
}

.auth-google-modal .btn-outline-neo {
  border: 1px solid rgba(10, 173, 135, 0.45);
  color: var(--neo-teal);
  background: transparent;
  font-weight: 600;
}

.auth-google-modal .btn-outline-neo:hover {
  background: rgba(10, 173, 135, 0.08);
  color: var(--neo-teal);
  border-color: var(--neo-teal);
}

.auth-google-modal .btn-link,
.auth-google-modal .btn-link.text-neo-muted {
  color: var(--neo-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.auth-google-modal .btn-link:hover,
.auth-google-modal .btn-link:focus,
.auth-google-modal .btn-link:focus-visible,
.auth-google-modal .btn-link.text-neo-muted:hover,
.auth-google-modal .btn-link.text-neo-muted:focus {
  color: var(--neo-navy) !important;
  background: transparent !important;
  text-decoration: underline !important;
}

.auth-verify-page .otp-digit {
  height: 3.25rem;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}

.auth-enter-pin-page .pin-digit {
  height: 3.25rem;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}

.auth-create-pin-page .pin-digit,
.auth-create-pin-page .pin-confirm-digit {
  height: 3.25rem;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}

.auth-verify-page #resend_btn_div:empty,
.auth-verify-page #timer_div:empty {
  display: none;
}

.auth-google-verify-page .otp-digit {
  height: 3.25rem;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}

.contact-field-error,
.contact-error {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #c0392b;
}

.contact-aside {
  display: grid;
  gap: 0.9rem;
}

.contact-info-card {
  background: #f7f9fb;
  border: 1px solid rgba(28, 35, 72, 0.08);
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
}

.contact-info-title {
  font-family: var(--neo-font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.85rem;
}

.contact-info-block + .contact-info-block {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(28, 35, 72, 0.08);
}

.contact-info-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-teal);
  margin-bottom: 0.35rem;
}

.contact-info-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.contact-info-link {
  font-family: var(--neo-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--neo-navy);
  text-decoration: none;
}

.contact-info-link:hover,
.contact-info-link:focus-visible {
  color: var(--neo-teal);
}

.contact-info-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0.85rem;
  background: transparent;
  border: 0;
}

.contact-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(28, 35, 72, 0.1);
  background: var(--neo-white);
  color: var(--neo-navy);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  color: var(--neo-teal);
  border-color: rgba(10, 173, 135, 0.35);
  background: rgba(10, 173, 135, 0.06);
}

.contact-channel .fab {
  font-size: 1.1rem;
}

@media (max-width: 575.98px) {
  .contact-info-card-row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Hedging explainer page ---------- */
.hedge-page {
  --hedge-sell: #c45b5b;
  --hedge-sell-bg: #fdf2f2;
  --hedge-buy: #0aad87;
  --hedge-buy-bg: #eefaf6;
  --hedge-line: rgba(28, 35, 72, 0.1);
}

.hedge-section {
  padding: 4.5rem 0;
}

.hedge-section-compact {
  padding: 3.5rem 0;
}

.hedge-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.hedge-emphasis {
  color: var(--neo-navy) !important;
  font-weight: 600;
}

.hedge-muted {
  color: var(--neo-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.hedge-support-line {
  margin: 1.25rem 0 1.5rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.hedge-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 60% 50% at 100% 10%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.hedge-hero-title {
  margin-top: 0.35rem;
}

/* Hero compare visual */
.hedge-compare-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  background: var(--neo-white);
  border: 1px solid var(--hedge-line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(28, 35, 72, 0.06);
}

.hedge-compare-col {
  border-radius: 14px;
  padding: 1rem 0.9rem;
  text-align: center;
}

.hedge-compare-bad {
  background: #faf7f7;
  border: 1px solid rgba(196, 91, 91, 0.18);
}

.hedge-compare-good {
  background: var(--hedge-buy-bg);
  border: 1px solid rgba(10, 173, 135, 0.2);
}

.hedge-compare-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: var(--neo-navy);
}

.hedge-compare-step,
.hedge-compare-result {
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--neo-ink);
  margin-bottom: 0.35rem;
}

.hedge-compare-result {
  font-weight: 700;
  color: var(--neo-navy);
}

.hedge-compare-offset {
  color: var(--neo-teal);
  font-weight: 600;
}

.hedge-compare-arrow,
.hedge-compare-plus {
  display: block;
  color: var(--neo-muted);
  font-weight: 700;
  margin: 0.15rem 0;
}

.hedge-compare-vs {
  align-self: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--neo-muted);
}

.hedge-compare-footnote {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--hedge-line);
  font-family: var(--neo-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neo-navy);
}

@media (max-width: 575.98px) {
  .hedge-compare-visual {
    grid-template-columns: 1fr;
  }

  .hedge-compare-vs {
    justify-self: center;
  }
}

/* Reason cards */
.hedge-reason-card {
  height: 100%;
  background: var(--neo-white);
  border: 1px solid var(--hedge-line);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
}

.hedge-reason-num {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--neo-teal);
  margin-bottom: 0.65rem;
}

.hedge-reason-card h3 {
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.55rem;
}

.hedge-reason-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.hedge-card-note {
  margin-top: 0.75rem;
  font-size: 0.8rem !important;
  font-style: italic;
}

/* Example building blocks */
.hedge-disclaimer {
  max-width: 48rem;
  margin: 0 auto 1.75rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
  background: #f7f9fb;
  border: 1px solid var(--hedge-line);
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.hedge-example-intro {
  max-width: 44rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.hedge-example-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.hedge-pill {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
}

.hedge-pill-sell {
  background: var(--hedge-sell-bg);
  color: var(--hedge-sell);
}

.hedge-leg {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  border: 1px solid transparent;
  min-width: 11rem;
  justify-content: center;
}

.hedge-leg span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hedge-leg strong {
  font-family: var(--neo-font-display);
  font-size: 1rem;
  font-weight: 700;
}

.hedge-leg-sm {
  min-width: 0;
  padding: 0.55rem 0.7rem;
  flex-direction: column;
  gap: 0.15rem;
}

.hedge-leg-sm strong {
  font-size: 0.88rem;
}

.hedge-leg-sell {
  background: var(--hedge-sell-bg);
  border-color: rgba(196, 91, 91, 0.25);
  color: var(--hedge-sell);
}

.hedge-leg-buy {
  background: var(--hedge-buy-bg);
  border-color: rgba(10, 173, 135, 0.28);
  color: var(--hedge-buy);
}

.hedge-leg-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hedge-state-card {
  height: 100%;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--hedge-line);
  background: var(--neo-white);
}

.hedge-state-before {
  background: #fcfbfb;
}

.hedge-state-after {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.hedge-state-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 1rem;
  text-align: center;
}

.hedge-state-points {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hedge-state-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hedge-tag {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.hedge-tag-warn {
  background: #f8eaea;
  color: #9a3d3d;
}

.hedge-tag-ok {
  background: #e5f6f0;
  color: #0b6b50;
}

.hedge-add-protect {
  text-align: center;
  padding: 0.75rem;
}

.hedge-add-protect-label {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--neo-navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hedge-key-message {
  margin-top: 1.75rem;
  font-family: var(--neo-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.hedge-strike-mini {
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0.65rem;
  border-radius: 10px;
  background: rgba(28, 35, 72, 0.03);
  font-size: 0.72rem;
  color: var(--neo-muted);
}

.hedge-strike-line {
  width: 1.25rem;
  height: 1px;
  background: rgba(28, 35, 72, 0.25);
}

.hedge-leg-dot {
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.72rem;
}

.hedge-leg-dot.sell {
  background: var(--hedge-sell-bg);
  color: var(--hedge-sell);
}

.hedge-leg-dot.buy {
  background: var(--hedge-buy-bg);
  color: var(--hedge-buy);
}

/* Compact example 2 flow */
.hedge-compact-flow {
  display: grid;
  gap: 0.75rem;
  max-width: 52rem;
  margin: 0 auto 1.5rem;
}

.hedge-flow-card {
  background: var(--neo-white);
  border: 1px solid var(--hedge-line);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  text-align: center;
}

.hedge-flow-result {
  border-color: rgba(10, 173, 135, 0.25);
  background: #f7fbf9;
}

.hedge-flow-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.75rem;
}

.hedge-flow-join {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.hedge-put-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.hedge-put-bridge {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--neo-teal);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hedge-strategy-name {
  font-size: 0.8rem;
  color: var(--neo-muted);
  font-style: italic;
}

@media (min-width: 992px) {
  .hedge-compact-flow {
    grid-template-columns: 1fr auto 1fr auto 1.3fr;
    align-items: stretch;
  }

  .hedge-flow-join {
    align-self: center;
  }
}

/* Iron condor */
.hedge-condor {
  background: var(--neo-white);
  border: 1px solid var(--hedge-line);
  border-radius: 18px;
  padding: 1.75rem 1.25rem;
  box-shadow: 0 16px 40px rgba(28, 35, 72, 0.05);
}

.hedge-strike-rail {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
}

.hedge-strike-rail::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 1.55rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(10, 173, 135, 0.35), rgba(28, 35, 72, 0.2), rgba(10, 173, 135, 0.35));
}

.hedge-strike-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hedge-strike-price {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--neo-navy);
  background: var(--neo-white);
  padding: 0.15rem 0.35rem;
}

.hedge-protect-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.hedge-spot-badge {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--neo-navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.hedge-stack-mobile {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.hedge-stack-mobile li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.hedge-stack-role {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-muted);
}

.hedge-stack-spot {
  padding: 0.35rem 0;
}

.hedge-condor-copy {
  max-width: 40rem;
  margin: 0 auto 1rem;
  text-align: center;
}

.hedge-condor-copy p {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.hedge-condor-tagline {
  text-align: center;
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
}

/* Margin cards */
.hedge-margin-card {
  height: 100%;
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  text-align: center;
  border: 1px solid var(--hedge-line);
  background: var(--neo-white);
}

.hedge-margin-hedged {
  border-color: rgba(10, 173, 135, 0.25);
  background: #f7fbf9;
}

/* Trade-off balance */
.hedge-balance {
  display: grid;
  gap: 0.85rem;
  max-width: 40rem;
  margin: 0 auto;
}

.hedge-balance-side {
  border-radius: 14px;
  border: 1px solid var(--hedge-line);
  background: #faf7f7;
  padding: 1.15rem 1rem;
  text-align: center;
}

.hedge-balance-hedged {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.hedge-balance-item {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.25rem;
}

.hedge-balance-swap {
  display: block;
  color: var(--neo-muted);
  font-weight: 700;
  margin: 0.25rem 0;
}

@media (min-width: 768px) {
  .hedge-balance {
    grid-template-columns: 1fr 1fr;
  }
}

/* Practice / product */
.hedge-practice-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.hedge-practice-list li {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--hedge-line);
}

.hedge-practice-list strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.hedge-practice-list span {
  font-size: 0.92rem;
  color: var(--neo-muted);
  line-height: 1.5;
}

.hedge-product-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--hedge-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.hedge-product-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hedge-callouts {
  list-style: none;
  margin: 0;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  background: rgba(15, 20, 40, 0.92);
  counter-reset: hedge-step;
}

.hedge-callouts li {
  counter-increment: hedge-step;
  position: relative;
  padding: 0.55rem 0.45rem 0.55rem 1.7rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e8ecf5;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.3;
}

.hedge-callouts li::before {
  content: counter(hedge-step);
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--neo-teal);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .hedge-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hedge-section {
    padding: 3.5rem 0;
  }

  .hedge-add-protect-label {
    transform: rotate(0deg);
  }

  .hedge-before-after .hedge-add-protect {
    padding: 0.25rem 0;
  }
}

/* ---------- Paper Trading Platform page ---------- */
.ptp-page {
  --ptp-line: rgba(28, 35, 72, 0.1);
  --ptp-warn: #c45b5b;
  --ptp-ok: #0aad87;
}

.ptp-section {
  padding: 4.5rem 0;
}

.ptp-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.ptp-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.ptp-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.ptp-disclose {
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.ptp-key-line {
  margin-top: 1.75rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.ptp-note {
  margin: 1rem 0;
  font-size: 0.82rem;
  color: var(--neo-muted);
  font-style: italic;
}

.ptp-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.ptp-hero-title {
  margin-top: 0.35rem;
}

.ptp-hero-visual {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ptp-line);
  box-shadow: 0 22px 50px rgba(28, 35, 72, 0.12);
  background: #0f1428;
}

.ptp-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.ptp-decision-chips,
.ptp-ask-chips {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.ptp-decision-chips li,
.ptp-ask-chips li {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--ptp-line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--neo-navy);
}

/* Real vs paper flows */
.ptp-flow-compare {
  display: grid;
  gap: 1rem;
}

.ptp-flow-col {
  border-radius: 16px;
  padding: 1.25rem 1.15rem;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
}

.ptp-flow-real {
  background: #fcfbfb;
}

.ptp-flow-paper {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.ptp-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.ptp-flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.ptp-flow-steps li {
  position: relative;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  background: rgba(28, 35, 72, 0.04);
  font-weight: 600;
  color: var(--neo-navy);
  font-size: 0.95rem;
}

.ptp-flow-steps li:not(:last-child)::after {
  content: "↓";
  display: block;
  margin-top: 0.35rem;
  color: var(--neo-muted);
  font-weight: 700;
}

.ptp-flow-end-warn {
  background: #f8eaea !important;
  color: #9a3d3d !important;
}

.ptp-flow-end-ok {
  background: #e5f6f0 !important;
  color: #0b6b50 !important;
}

@media (min-width: 768px) {
  .ptp-flow-compare {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* Practice journey */
.ptp-journey {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.ptp-journey li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
}

.ptp-journey-icon {
  grid-row: 1 / span 2;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 173, 135, 0.1);
  color: var(--neo-teal);
}

.ptp-journey-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  color: inherit;
}

.ptp-journey strong {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  color: var(--neo-navy);
}

.ptp-journey span:last-child {
  font-size: 0.9rem;
  color: var(--neo-muted);
}

@media (min-width: 992px) {
  .ptp-journey {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ptp-journey li {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
    justify-items: center;
    position: relative;
  }

  .ptp-journey li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 1.35rem;
    color: var(--neo-teal);
    font-weight: 700;
  }

  .ptp-journey-icon {
    grid-row: auto;
  }
}

/* Trade lab */
.ptp-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 36rem;
  margin: 0 auto 1rem;
}

.ptp-plan-grid div {
  text-align: center;
  padding: 0.9rem 0.75rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--ptp-line);
}

.ptp-plan-grid span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.25rem;
}

.ptp-plan-grid strong {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  color: var(--neo-navy);
}

@media (min-width: 768px) {
  .ptp-plan-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ptp-trade-lab {
  max-width: 44rem;
  margin: 0 auto;
  background: var(--neo-white);
  border: 1px solid var(--ptp-line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(28, 35, 72, 0.05);
}

.ptp-trade-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ptp-trade-tab {
  border: 1px solid var(--ptp-line);
  background: #f7f9fb;
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--neo-muted);
  cursor: pointer;
}

.ptp-trade-tab.is-active {
  background: var(--neo-navy);
  border-color: var(--neo-navy);
  color: #fff;
}

.ptp-trade-chart {
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafb 0%, #eef3f6 100%);
  padding: 0.75rem 0.5rem 0.85rem;
  margin-bottom: 1rem;
}

.ptp-trade-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.ptp-svg-label {
  font-size: 11px;
  font-weight: 700;
}

.ptp-path-caption {
  text-align: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.35rem;
}

.ptp-trade-lab[data-outcome="target"] .ptp-path-stop,
.ptp-trade-lab[data-outcome="target"] .ptp-path-caption-stop {
  display: none;
}

.ptp-trade-lab[data-outcome="stop"] .ptp-path-target,
.ptp-trade-lab[data-outcome="stop"] .ptp-path-caption-target {
  display: none;
}

.ptp-path-caption-target { color: var(--ptp-ok); }
.ptp-path-caption-stop { color: var(--ptp-warn); }

.ptp-trade-review ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Instrument cards */
.ptp-instrument-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
  transition: border-color 0.15s ease, transform 0.12s ease;
}

.ptp-instrument-card:hover,
.ptp-instrument-card:focus-visible {
  border-color: rgba(10, 173, 135, 0.35);
  transform: translateY(-2px);
  color: inherit;
}

.ptp-instrument-card img {
  display: block;
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
  object-position: top left;
  background: #0f1428;
}

.ptp-instrument-card strong {
  display: block;
  padding: 0.85rem 0.9rem 0.25rem;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  color: var(--neo-navy);
}

.ptp-instrument-card span {
  display: block;
  padding: 0 0.9rem 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--neo-muted);
}

/* Manage + product */
.ptp-manage-list {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.ptp-manage-list li {
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--ptp-line);
}

.ptp-manage-list strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.ptp-manage-list span {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

.ptp-product-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ptp-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.ptp-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ptp-callouts {
  list-style: none;
  margin: 0;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  background: rgba(15, 20, 40, 0.92);
  counter-reset: ptp-step;
}

.ptp-callouts li {
  counter-increment: ptp-step;
  position: relative;
  padding: 0.55rem 0.4rem 0.55rem 1.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e8ecf5;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.3;
}

.ptp-callouts li::before {
  content: counter(ptp-step);
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--neo-teal);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .ptp-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Review */
.ptp-review-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.ptp-review-loop span:nth-child(even) {
  color: var(--neo-teal);
}

.ptp-report-card {
  margin: 0;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
}

.ptp-report-card img {
  display: block;
  width: 100%;
  height: 9rem;
  object-fit: cover;
  object-position: top left;
  background: #0f1428;
}

.ptp-report-card figcaption {
  padding: 0.9rem 1rem 1.05rem;
}

.ptp-report-card strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.ptp-report-card span {
  font-size: 0.88rem;
  color: var(--neo-muted);
}

/* Honesty split */
.ptp-honest-card {
  height: 100%;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
}

.ptp-honest-can {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.ptp-honest-cannot {
  background: #fcfbfb;
}

.ptp-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ptp-check-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--neo-ink);
  font-size: 0.98rem;
  line-height: 1.45;
}

.ptp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--neo-teal);
  font-weight: 700;
}

.ptp-honest-highlight {
  font-family: var(--neo-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.75rem;
}

/* Six steps */
.ptp-steps {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.ptp-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--ptp-line);
  background: var(--neo-white);
}

.ptp-steps-num {
  grid-row: 1 / span 2;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--neo-navy);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.ptp-steps strong {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
}

.ptp-steps span:last-child {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

@media (min-width: 992px) {
  .ptp-steps {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ptp-steps li {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    position: relative;
  }

  .ptp-steps-num {
    grid-row: auto;
  }

  .ptp-steps li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.5rem;
    top: 1.15rem;
    color: var(--neo-teal);
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .ptp-section {
    padding: 3.5rem 0;
  }
}

/* ---------- Professional Charting page ---------- */
.chart-page {
  --chart-line: rgba(28, 35, 72, 0.1);
}

.chart-section {
  padding: 4.5rem 0;
}

.chart-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.chart-emphasis {
  color: var(--neo-navy);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.55;
}

.chart-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.chart-key-line {
  margin-top: 1.75rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.chart-disclose {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.chart-text-link {
  font-weight: 700;
  color: var(--neo-teal);
  text-decoration: none;
}

.chart-text-link:hover,
.chart-text-link:focus-visible {
  color: var(--neo-teal-dark);
  text-decoration: underline;
}

.chart-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.85rem;
}

.chart-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.chart-hero-title {
  margin-top: 0.35rem;
}

.chart-hero-visual,
.chart-build-visual,
.chart-context-visual {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--chart-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.chart-hero-visual img,
.chart-build-visual img,
.chart-context-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* Context annotations */
.chart-context {
  display: grid;
  gap: 0.75rem;
}

.chart-context-note {
  background: var(--neo-white);
  border: 1px solid var(--chart-line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

.chart-context-note strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.chart-context-note span {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

.chart-context-visual {
  order: -1;
}

@media (min-width: 992px) {
  .chart-context {
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1rem 1.15rem;
    align-items: center;
  }

  .chart-context-visual {
    order: 0;
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .chart-context-trend { grid-column: 1; grid-row: 1; }
  .chart-context-momentum { grid-column: 3; grid-row: 1; }
  .chart-context-volume { grid-column: 1; grid-row: 2; }
  .chart-context-levels { grid-column: 3; grid-row: 2; }
  .chart-context-structure {
    grid-column: 1 / span 3;
    grid-row: 3;
    max-width: 22rem;
    justify-self: center;
    text-align: center;
  }
}

/* Build tabs */
.chart-build-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.chart-build-tab {
  border: 1px solid var(--chart-line);
  background: #f7f9fb;
  border-radius: 999px;
  padding: 0.7rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--neo-muted);
  cursor: pointer;
}

.chart-build-tab.is-active {
  background: var(--neo-navy);
  border-color: var(--neo-navy);
  color: #fff;
}

.chart-build-visual {
  position: relative;
  min-height: 14rem;
}

.chart-build-visual img {
  width: 100%;
}

.chart-build-panel h3 {
  font-family: var(--neo-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.75rem;
}

.chart-build-panel p {
  color: var(--neo-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.chart-mini-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Patterns */
.chart-pattern-card {
  margin: 0;
  height: 100%;
  background: var(--neo-white);
  border: 1px solid var(--chart-line);
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
}

.chart-pattern-card svg {
  display: block;
  width: 100%;
  height: auto;
  background: #f7f9fb;
  padding: 0.75rem;
}

.chart-pattern-card figcaption {
  padding: 0.75rem 0.85rem 0.95rem;
  font-family: var(--neo-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neo-navy);
}

/* Replay */
.chart-replay-card {
  height: 100%;
  background: var(--neo-white);
  border: 1px solid var(--chart-line);
  border-radius: 16px;
  padding: 1.2rem 1.1rem;
}

.chart-replay-card-live {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.chart-replay-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem;
  height: 7.5rem;
  padding: 0.75rem 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fafb 0%, #eef3f6 100%);
}

.chart-replay-bars i {
  display: block;
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: #9aa3b8;
  min-height: 1.5rem;
}

.chart-replay-complete i:nth-child(1) { height: 28%; }
.chart-replay-complete i:nth-child(2) { height: 36%; }
.chart-replay-complete i:nth-child(3) { height: 44%; }
.chart-replay-complete i:nth-child(4) { height: 58%; }
.chart-replay-complete i:nth-child(5) { height: 70%; }
.chart-replay-complete i:nth-child(6) { height: 82%; background: #0aad87; }
.chart-replay-complete i:nth-child(7) { height: 68%; }
.chart-replay-complete i:nth-child(8) { height: 48%; }
.chart-replay-complete i:nth-child(9) { height: 40%; }
.chart-replay-complete i:nth-child(10) { height: 62%; background: #0aad87; }
.chart-replay-complete i:nth-child(11) { height: 88%; background: #0aad87; }

.chart-replay-hidden-future i:nth-child(1) { height: 28%; }
.chart-replay-hidden-future i:nth-child(2) { height: 36%; }
.chart-replay-hidden-future i:nth-child(3) { height: 44%; }
.chart-replay-hidden-future i:nth-child(4) { height: 58%; }
.chart-replay-hidden-future i:nth-child(n+5) {
  height: 18%;
  background: transparent;
  border: 1px dashed rgba(28, 35, 72, 0.25);
  border-radius: 3px;
  animation: none;
}

.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(5),
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(6),
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(7),
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(8),
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(9) {
  border: 0;
  background: #0aad87;
  animation: chartBarReveal 0.45s ease forwards;
}

.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(5) { height: 70%; animation-delay: 0.2s; opacity: 0; }
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(6) { height: 82%; animation-delay: 0.7s; opacity: 0; }
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(7) { height: 68%; animation-delay: 1.2s; opacity: 0; background: #9aa3b8; }
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(8) { height: 48%; animation-delay: 1.7s; opacity: 0; background: #9aa3b8; }
.chart-replay.is-playing .chart-replay-hidden-future i:nth-child(9) { height: 40%; animation-delay: 2.2s; opacity: 0; background: #9aa3b8; }

@keyframes chartBarReveal {
  from { opacity: 0; transform: scaleY(0.4); transform-origin: bottom; }
  to { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

@media (prefers-reduced-motion: reduce) {
  .chart-replay.is-playing .chart-replay-hidden-future i:nth-child(n+5) {
    animation: none;
    opacity: 1;
  }
}

.chart-replay-caption {
  font-family: var(--neo-font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.chart-replay-process {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.35rem;
}

.chart-replay-process li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #f7f9fb;
  border: 1px solid var(--chart-line);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.chart-replay-process li:not(:last-child)::after {
  content: "→";
  margin-left: 0.35rem;
  color: var(--neo-teal);
}

.chart-practice-item {
  height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--chart-line);
}

.chart-practice-item strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.25rem;
}

.chart-practice-item span {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

/* Decision flow */
.chart-decision-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.chart-decision-flow li {
  padding: 1.05rem 1.15rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--chart-line);
}

.chart-decision-flow strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 1.1rem;
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.chart-decision-flow span {
  font-size: 0.92rem;
  color: var(--neo-muted);
}

@media (min-width: 992px) {
  .chart-decision-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .chart-decision-flow li {
    text-align: center;
    position: relative;
  }

  .chart-decision-flow li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 1.2rem;
    color: var(--neo-teal);
    font-weight: 700;
  }
}

/* Trader cards */
.chart-trader-card {
  height: 100%;
  padding: 1.2rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--chart-line);
  background: var(--neo-white);
}

.chart-trader-card h3 {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.5rem;
}

.chart-trader-card p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

/* Simple vs cluttered */
.chart-simple-compare {
  display: grid;
  gap: 0.85rem;
  max-width: 48rem;
  margin: 0 auto 1.5rem;
}

.chart-simple-card {
  border-radius: 16px;
  border: 1px solid var(--chart-line);
  background: var(--neo-white);
  padding: 1.15rem 1.1rem;
  text-align: center;
}

.chart-simple-card p:last-child {
  color: var(--neo-muted);
  font-size: 0.92rem;
}

.chart-simple-focused {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.chart-simple-vs {
  text-align: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--neo-muted);
  align-self: center;
}

.chart-simple-mock {
  position: relative;
  height: 7rem;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: #eef2f6;
  overflow: hidden;
}

.chart-simple-mock span,
.chart-simple-mock i {
  position: absolute;
  border-radius: 999px;
  opacity: 0.55;
}

.chart-simple-mock span {
  height: 2px;
  background: #7b849c;
}

.chart-simple-mock span:nth-child(1) { top: 18%; left: 8%; right: 10%; }
.chart-simple-mock span:nth-child(2) { top: 32%; left: 12%; right: 18%; background: #0aad87; }
.chart-simple-mock span:nth-child(3) { top: 46%; left: 6%; right: 22%; }
.chart-simple-mock span:nth-child(4) { top: 58%; left: 16%; right: 8%; background: #c45b5b; }
.chart-simple-mock span:nth-child(5) { top: 70%; left: 10%; right: 28%; }
.chart-simple-mock span:nth-child(6) { top: 82%; left: 20%; right: 12%; }

.chart-simple-mock i {
  width: 1.4rem;
  height: 1.4rem;
  background: rgba(28, 35, 72, 0.12);
}

.chart-simple-mock i:nth-child(7) { top: 12%; left: 12%; }
.chart-simple-mock i:nth-child(8) { top: 28%; right: 14%; }
.chart-simple-mock i:nth-child(9) { bottom: 18%; left: 28%; }
.chart-simple-mock i:nth-child(10) { bottom: 12%; right: 22%; }

.chart-simple-mock-clean span:nth-child(1) { top: 42%; left: 10%; right: 12%; background: #1c2348; opacity: 0.35; }
.chart-simple-mock-clean span:nth-child(2) { top: 58%; left: 18%; right: 20%; background: #0aad87; opacity: 0.7; }
.chart-simple-mock-clean i:nth-child(3) { top: 22%; right: 18%; background: rgba(10, 173, 135, 0.25); }

@media (min-width: 768px) {
  .chart-simple-compare {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
  }
}

@media (max-width: 991.98px) {
  .chart-section {
    padding: 3.5rem 0;
  }
}

/* ---------- Basket Orders page ---------- */
.basket-page {
  --basket-line: rgba(28, 35, 72, 0.1);
  --basket-sell: #c45b5b;
  --basket-buy: #0aad87;
}

.basket-section {
  padding: 4.5rem 0;
}

.basket-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.basket-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.basket-emphasis {
  color: var(--neo-navy);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.55;
}

.basket-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.basket-key-line {
  margin-top: 1.75rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.basket-note,
.basket-disclose {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.basket-note {
  margin-top: 0.85rem;
  font-style: italic;
}

.basket-disclaimer {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
  background: #f7f9fb;
  border: 1px solid var(--basket-line);
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.basket-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.75rem;
}

.basket-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.basket-hero-title {
  margin-top: 0.35rem;
}

.basket-hero-visual {
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.08);
}

.basket-hero-shot,
.basket-product-frame {
  border-radius: 12px;
  overflow: hidden;
  background: #0f1428;
  border: 1px solid var(--basket-line);
}

.basket-hero-shot img,
.basket-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.basket-hero-legs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin: 0.85rem 0 0.65rem;
}

.basket-leg-chip {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.basket-leg-buy {
  background: #eefaf6;
  color: var(--basket-buy);
  border-color: rgba(10, 173, 135, 0.25);
}

.basket-leg-sell {
  background: #fdf2f2;
  color: var(--basket-sell);
  border-color: rgba(196, 91, 91, 0.25);
}

.basket-leg-buy-text { color: var(--basket-buy); }
.basket-leg-sell-text { color: var(--basket-sell); }

.basket-one-label {
  text-align: center;
  font-family: var(--neo-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-navy);
  padding: 0.55rem;
  border-radius: 10px;
  background: rgba(10, 173, 135, 0.08);
  border: 1px dashed rgba(10, 173, 135, 0.35);
}

/* Compose visual */
.basket-compose {
  max-width: 52rem;
  margin: 0 auto 1.5rem;
}

.basket-order-card {
  height: 100%;
  text-align: center;
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
}

.basket-order-num {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.45rem;
}

.basket-order-card strong {
  font-family: var(--neo-font-display);
  font-size: 1rem;
}

.basket-compose-join {
  text-align: center;
  font-weight: 700;
  color: var(--neo-teal);
  margin: 0.75rem 0;
}

.basket-compose-result {
  text-align: center;
}

.basket-compose-result span {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  background: var(--neo-navy);
  color: #fff;
  font-family: var(--neo-font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.basket-decide-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.basket-decide-chips li {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--neo-navy);
}

/* Config steps + table */
.basket-config-steps {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.basket-config-steps li {
  padding: 0.95rem 1.05rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
}

.basket-config-steps strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.basket-config-steps span {
  font-size: 0.9rem;
  color: var(--neo-muted);
}

@media (min-width: 992px) {
  .basket-config-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .basket-config-steps li {
    text-align: center;
    position: relative;
  }

  .basket-config-steps li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.5rem;
    top: 1.1rem;
    color: var(--neo-teal);
    font-weight: 700;
  }
}

.basket-builder-table,
.basket-compare-table {
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
  border-radius: 16px;
  padding: 1.25rem 1.1rem;
  box-shadow: 0 14px 36px rgba(28, 35, 72, 0.05);
}

.basket-builder-table table,
.basket-compare-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.basket-builder-table th,
.basket-compare-table th,
.basket-builder-table td,
.basket-compare-table td {
  padding: 0.7rem 0.55rem;
  border-bottom: 1px solid var(--basket-line);
  text-align: left;
  color: var(--neo-ink);
}

.basket-builder-table th,
.basket-compare-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--neo-muted);
  font-weight: 700;
}

.basket-builder-table tr:last-child td,
.basket-compare-table tr:last-child td {
  border-bottom: 0;
}

.basket-pill {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.basket-pill-buy {
  background: #eefaf6;
  color: var(--basket-buy);
}

.basket-pill-sell {
  background: #fdf2f2;
  color: var(--basket-sell);
}

/* Leg vs basket */
.basket-level-card {
  height: 100%;
  padding: 1.2rem 1.15rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
}

.basket-level-card p {
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.basket-level-card-strong {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.basket-pnl-flow {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.basket-pnl-legs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.basket-pnl-box {
  padding: 0.85rem 0.5rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
}

.basket-pnl-box span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--neo-muted);
  margin-bottom: 0.25rem;
}

.basket-pnl-box strong {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
}

.basket-pnl-up strong { color: var(--basket-buy); }
.basket-pnl-down strong { color: var(--basket-sell); }

.basket-pnl-total {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  background: var(--neo-navy);
  color: #fff;
}

.basket-pnl-total span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
}

.basket-pnl-total strong {
  font-family: var(--neo-font-display);
  font-size: 1.35rem;
}

.basket-pnl-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.basket-pnl-controls span {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #e5f6f0;
  color: #0b6b50;
  font-size: 0.82rem;
  font-weight: 700;
}

/* Hedge */
.basket-hedge-flow {
  display: grid;
  gap: 0.65rem;
}

.basket-hedge-step {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: #fcfbfb;
  border: 1px solid var(--basket-line);
  text-align: center;
}

.basket-hedge-step-ok {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.basket-hedge-step .basket-leg-chip {
  margin: 0.25rem;
}

.basket-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.basket-tag {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.basket-tag-warn {
  background: #f8eaea;
  color: #9a3d3d;
}

.basket-tag-ok {
  background: #e5f6f0;
  color: #0b6b50;
}

@media (min-width: 768px) {
  .basket-hedge-flow {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}

/* ISO / COMB */
.basket-mode-split {
  display: grid;
  gap: 1rem;
}

.basket-mode-card {
  border-radius: 18px;
  border: 1px solid var(--basket-line);
  background: var(--neo-white);
  padding: 1.4rem 1.25rem;
}

.basket-mode-iso {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.basket-mode-comb {
  background: #f8f9fc;
}

.basket-mode-badge {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--neo-navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.85rem;
}

.basket-mode-badge-comb {
  background: #3d4a78;
}

.basket-mode-card h3 {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.65rem;
}

.basket-mode-card > p {
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.basket-iso-boxes {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0.65rem;
}

.basket-iso-boxes div {
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px dashed rgba(10, 173, 135, 0.4);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
  color: var(--neo-navy);
  font-size: 0.9rem;
}

.basket-comb-visual {
  margin: 1rem 0 0.65rem;
  text-align: center;
}

.basket-comb-parts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.basket-comb-parts span {
  display: block;
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  background: #eef1f6;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--neo-navy);
}

.basket-comb-merged {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  background: var(--neo-navy);
  color: #fff;
  font-weight: 700;
}

.basket-mode-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neo-teal);
  margin-bottom: 0.35rem;
}

.basket-mini-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .basket-mode-split {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* Examples */
.basket-example-card {
  height: 100%;
  padding: 1.2rem 1.1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
}

.basket-example-card p:last-child {
  color: var(--neo-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.basket-mini-legs {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.basket-iso-mini {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: #f7f9fb;
  border: 1px dashed rgba(28, 35, 72, 0.2);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--neo-navy);
}

/* Practice checklist */
.basket-practice-visual {
  position: relative;
}

.basket-checklist {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.basket-checklist li {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: var(--neo-white);
  border: 1px solid var(--basket-line);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--neo-navy);
}

@media (max-width: 991.98px) {
  .basket-section {
    padding: 3.5rem 0;
  }
}

/* ---------- Trading Reports page ---------- */
.reports-page {
  --reports-line: rgba(28, 35, 72, 0.1);
}

.reports-section {
  padding: 4.5rem 0;
}

.reports-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.reports-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.reports-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.reports-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.reports-disclose,
.reports-note {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.reports-disclose {
  margin-top: 1rem;
}

.reports-note {
  margin: 1rem 0 0.35rem;
  font-style: italic;
}

.reports-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.85rem;
}

.reports-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.reports-hero-title {
  margin-top: 0.35rem;
}

.reports-hero-visual,
.reports-shot-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--reports-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.reports-hero-visual img,
.reports-shot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.reports-hero-callouts,
.reports-shot-callouts {
  list-style: none;
  margin: 0;
  padding: 0.85rem;
  display: grid;
  gap: 0.4rem;
  background: rgba(15, 20, 40, 0.92);
  counter-reset: reports-step;
}

.reports-hero-callouts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reports-shot-callouts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reports-hero-callouts li,
.reports-shot-callouts li {
  counter-increment: reports-step;
  position: relative;
  padding: 0.5rem 0.35rem 0.5rem 1.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e8ecf5;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.3;
}

.reports-hero-callouts li::before,
.reports-shot-callouts li::before {
  content: counter(reports-step);
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--neo-teal);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .reports-hero-callouts,
  .reports-shot-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Trader paths */
.reports-paths {
  display: grid;
  gap: 1rem;
}

.reports-path-card {
  border-radius: 16px;
  border: 1px solid var(--reports-line);
  background: var(--neo-white);
  padding: 1.2rem 1.1rem;
}

.reports-path-card-volatile {
  background: #fcfbfb;
}

.reports-path-steps {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.reports-path-steps li {
  text-align: center;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--neo-navy);
  background: #f3f5f8;
}

.reports-path-steps li:not(:last-child)::after {
  content: "↓";
  display: block;
  margin-top: 0.25rem;
  color: var(--neo-muted);
}

.reports-path-steady li:nth-child(odd) {
  background: #e5f6f0;
  color: #0b6b50;
}

.reports-path-volatile li:nth-child(-n+2) {
  background: #f8eaea;
  color: #9a3d3d;
}

.reports-path-volatile li:nth-child(n+3) {
  background: #e5f6f0;
  color: #0b6b50;
}

.reports-path-result {
  text-align: center;
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
  padding: 0.7rem;
  border-radius: 10px;
  background: rgba(28, 35, 72, 0.04);
}

@media (min-width: 768px) {
  .reports-paths {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* Metric / day lists */
.reports-metric-list,
.reports-investigate {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.reports-metric-list li,
.reports-investigate li {
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--reports-line);
}

.reports-metric-list strong,
.reports-investigate strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.reports-metric-list span,
.reports-investigate li {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

.reports-day-points {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.reports-day-points strong {
  color: var(--neo-navy);
}

.reports-day-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}

.reports-day-tag {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.reports-day-good {
  background: #e5f6f0;
  color: #0b6b50;
}

.reports-day-loss {
  background: #f8eaea;
  color: #9a3d3d;
}

.reports-day-margin {
  background: #eef1f8;
  color: #3d4a78;
}

.reports-ask-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.reports-ask-chips li {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--reports-line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--neo-navy);
}

.reports-excel-callout {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(10, 173, 135, 0.08);
  border: 1px solid rgba(10, 173, 135, 0.22);
}

.reports-excel-callout strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.25rem;
}

.reports-excel-callout span {
  font-size: 0.9rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

/* Three levels */
.reports-levels {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.reports-levels li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--reports-line);
}

.reports-level-num {
  grid-row: 1 / span 3;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--neo-navy);
  color: #fff;
  font-weight: 700;
  align-self: center;
}

.reports-levels strong {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
}

.reports-levels em {
  font-style: normal;
  font-weight: 600;
  color: var(--neo-teal);
  font-size: 0.92rem;
}

.reports-levels span {
  font-size: 0.88rem;
  color: var(--neo-muted);
}

.reports-depth-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.reports-depth-flow span:nth-child(even) {
  color: var(--neo-teal);
}

@media (min-width: 992px) {
  .reports-levels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reports-levels li {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    position: relative;
  }

  .reports-level-num {
    grid-row: auto;
  }

  .reports-levels li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 1.35rem;
    color: var(--neo-teal);
    font-weight: 700;
  }
}

/* Journal questions */
.reports-journal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.reports-journal li {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border-left: 3px solid var(--neo-teal);
  background: #f7f9fb;
}

.reports-journal strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.reports-journal span {
  font-size: 0.95rem;
  color: var(--neo-muted);
  line-height: 1.5;
}

/* Practice loop */
.reports-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.reports-loop span:nth-child(even) {
  color: var(--neo-teal);
}

@media (max-width: 991.98px) {
  .reports-section {
    padding: 3.5rem 0;
  }
}

/* ---------- Pre-Built Options Strategies page ---------- */
.strat-page {
  --strat-line: rgba(28, 35, 72, 0.1);
  --strat-sell: #c45b5b;
  --strat-buy: #0aad87;
}

.strat-section {
  padding: 4.5rem 0;
}

.strat-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.strat-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.strat-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.strat-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.strat-note,
.strat-disclaimer {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.strat-note {
  margin: 1rem 0 0.35rem;
  font-style: italic;
  text-align: center;
}

.strat-disclaimer {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  background: #f7f9fb;
  border: 1px solid var(--strat-line);
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.strat-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
}

.strat-compose-join {
  text-align: center;
  font-weight: 700;
  color: var(--neo-teal);
  margin: 0.65rem 0;
}

.strat-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.strat-hero-title {
  margin-top: 0.35rem;
}

.strat-hero-visual {
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.08);
}

.strat-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.strat-hero-meta span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f3f5f8;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.strat-hero-cards {
  display: grid;
  gap: 0.45rem;
}

.strat-mini-card {
  text-align: center;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--strat-line);
  background: #f7fbf9;
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.strat-hero-shot,
.strat-product-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--strat-line);
  background: #0f1428;
}

.strat-hero-shot img,
.strat-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* Decision map */
.strat-decision-map {
  max-width: 44rem;
  margin: 0 auto;
}

.strat-map-block {
  text-align: center;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
}

.strat-map-block strong {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  color: var(--neo-navy);
}

.strat-map-questions ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  text-align: left;
}

.strat-map-questions li {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: #f7f9fb;
  font-size: 0.9rem;
  color: var(--neo-ink);
}

.strat-chip-row,
.strat-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.strat-chip-row span,
.strat-chip-grid span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #f3f5f8;
  border: 1px solid var(--strat-line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--neo-navy);
}

.strat-chip-grid {
  justify-content: flex-start;
}

/* Library tabs */
.strat-sentiment-tabs {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.strat-sentiment-tab {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  align-items: center;
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--strat-line);
  background: var(--neo-white);
  cursor: pointer;
  color: var(--neo-ink);
}

.strat-sentiment-tab strong {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
}

.strat-sentiment-tab span:last-child {
  font-size: 0.82rem;
  color: var(--neo-muted);
}

.strat-sentiment-tab.is-active {
  border-color: rgba(10, 173, 135, 0.4);
  background: #f7fbf9;
  box-shadow: 0 8px 24px rgba(28, 35, 72, 0.06);
}

.strat-sentiment-icon {
  grid-row: 1 / span 2;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: #eef1f6;
  position: relative;
}

.strat-icon-up::before,
.strat-icon-down::before,
.strat-icon-range-up::before,
.strat-icon-range-down::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-left: 2px solid var(--neo-navy);
  border-bottom: 2px solid var(--neo-navy);
  transform: translate(-50%, -35%) rotate(135deg);
}

.strat-icon-down::before {
  transform: translate(-50%, -65%) rotate(-45deg);
}

.strat-icon-range-up::after,
.strat-icon-range-down::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  top: 50%;
  height: 2px;
  background: rgba(28, 35, 72, 0.35);
}

.strat-icon-range-up::before {
  transform: translate(-10%, -70%) rotate(135deg) scale(0.7);
}

.strat-icon-range-down::before {
  transform: translate(-10%, -20%) rotate(-45deg) scale(0.7);
}

.strat-view-panel {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--strat-line);
  background: var(--neo-white);
}

.strat-view-desc {
  color: var(--neo-muted);
  margin-bottom: 0.85rem;
}

@media (min-width: 992px) {
  .strat-sentiment-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .strat-sentiment-tab {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .strat-sentiment-icon {
    grid-row: auto;
  }
}

/* Steps */
.strat-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.strat-steps li {
  padding: 0.95rem 1.05rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
}

.strat-steps strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.strat-steps span {
  font-size: 0.9rem;
  color: var(--neo-muted);
}

@media (min-width: 992px) {
  .strat-steps {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .strat-steps li {
    text-align: center;
    position: relative;
    padding: 0.9rem 0.55rem;
  }

  .strat-steps li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.45rem;
    top: 1.05rem;
    color: var(--neo-teal);
    font-weight: 700;
  }
}

/* Metrics */
.strat-metric-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.strat-metric-list li {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
}

.strat-metric-list strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.strat-metric-list span {
  font-size: 0.88rem;
  color: var(--neo-muted);
  line-height: 1.45;
}

.strat-summary-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.strat-summary-item {
  padding: 0.9rem 0.85rem;
  border-radius: 12px;
  background: #f7f9fb;
  border: 1px solid var(--strat-line);
}

.strat-summary-item span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.25rem;
}

.strat-summary-item strong {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  font-size: 0.95rem;
}

/* Hedge */
.strat-hedge-compare {
  display: grid;
  gap: 0.65rem;
  max-width: 44rem;
  margin: 0 auto;
}

.strat-hedge-card {
  text-align: center;
  padding: 1.15rem 1rem;
  border-radius: 14px;
  background: #fcfbfb;
  border: 1px solid var(--strat-line);
}

.strat-hedge-card-ok {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.strat-hedge-card p {
  color: var(--neo-muted);
  font-size: 0.92rem;
}

.strat-leg-chip {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.strat-leg-buy {
  background: #eefaf6;
  color: var(--strat-buy);
  border-color: rgba(10, 173, 135, 0.25);
}

.strat-leg-sell {
  background: #fdf2f2;
  color: var(--strat-sell);
  border-color: rgba(196, 91, 91, 0.25);
}

.strat-tag {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.strat-tag-warn {
  background: #f8eaea;
  color: #9a3d3d;
}

.strat-tag-ok {
  background: #e5f6f0;
  color: #0b6b50;
}

@media (min-width: 768px) {
  .strat-hedge-compare {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}

/* Modify */
.strat-modify-flow {
  display: grid;
  gap: 0.55rem;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  align-items: center;
}

.strat-modify-card {
  text-align: center;
  padding: 1.1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
}

.strat-modify-card-ok {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.strat-modify-card p:last-child {
  color: var(--neo-navy);
  font-weight: 700;
}

.strat-modify-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.strat-modify-points strong {
  color: var(--neo-navy);
}

@media (min-width: 768px) {
  .strat-modify-flow {
    grid-template-columns: 1fr auto 1fr;
  }
}

/* Strategy P&L */
.strat-pnl-flow {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.strat-pnl-legs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.strat-pnl-box {
  padding: 0.85rem 0.5rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
}

.strat-pnl-box span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--neo-muted);
  margin-bottom: 0.2rem;
}

.strat-pnl-box strong {
  font-family: var(--neo-font-display);
}

.strat-pnl-up strong { color: var(--strat-buy); }
.strat-pnl-down strong { color: var(--strat-sell); }

.strat-pnl-total {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  background: var(--neo-navy);
  color: #fff;
  font-family: var(--neo-font-display);
  font-weight: 700;
}

.strat-pnl-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.strat-pnl-controls span {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: #e5f6f0;
  color: #0b6b50;
  font-size: 0.82rem;
  font-weight: 700;
}

/* ISO / COMB */
.strat-mode-split {
  display: grid;
  gap: 1rem;
}

.strat-mode-card {
  border-radius: 18px;
  border: 1px solid var(--strat-line);
  background: var(--neo-white);
  padding: 1.35rem 1.2rem;
}

.strat-mode-iso {
  background: #f7fbf9;
  border-color: rgba(10, 173, 135, 0.22);
}

.strat-mode-badge {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--neo-navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.strat-mode-badge-comb {
  background: #3d4a78;
}

.strat-mode-card h3 {
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin-bottom: 0.55rem;
}

.strat-mode-card > p {
  color: var(--neo-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.strat-iso-boxes {
  display: grid;
  gap: 0.4rem;
  margin: 1rem 0;
}

.strat-iso-boxes div {
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  border: 1px dashed rgba(10, 173, 135, 0.4);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--neo-navy);
}

.strat-comb-visual {
  margin: 1rem 0;
  text-align: center;
}

.strat-comb-parts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.strat-comb-parts span {
  display: block;
  padding: 0.65rem 0.5rem;
  border-radius: 10px;
  background: #eef1f6;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--neo-navy);
}

.strat-comb-merged {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  background: var(--neo-navy);
  color: #fff;
  font-weight: 700;
}

@media (min-width: 992px) {
  .strat-mode-split {
    grid-template-columns: 1fr 1fr;
  }
}

/* Practice flow */
.strat-practice-flow {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: 44rem;
}

.strat-practice-flow li {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--strat-line);
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.strat-practice-flow li:not(:last-child)::after {
  content: "→";
  margin-left: 0.55rem;
  color: var(--neo-teal);
}

@media (max-width: 991.98px) {
  .strat-section {
    padding: 3.5rem 0;
  }
}

/* ---------- NeoScreener page ---------- */
.screener-page {
  --screener-line: rgba(28, 35, 72, 0.1);
  --screener-up: #0aad87;
  --screener-down: #c45b5b;
}

.screener-section {
  padding: 4.5rem 0;
}

.screener-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.screener-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.screener-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.screener-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.screener-note,
.screener-disclaimer {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.screener-note {
  margin: 1rem 0 0.35rem;
  font-style: italic;
}

.screener-disclaimer {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.screener-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.65rem;
}

.screener-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.screener-hero-title {
  margin-top: 0.35rem;
}

.screener-hero-visual,
.screener-product-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--screener-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #0f1428;
}

.screener-hero-visual img,
.screener-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.screener-hero-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.screener-pill {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}

.screener-pill-active {
  border-color: rgba(10, 173, 135, 0.55);
  background: rgba(10, 173, 135, 0.14);
  color: #7ee8cc;
}

.screener-collapse-visual {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.screener-scatter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.screener-scatter span {
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: var(--neo-white);
  border: 1px dashed var(--screener-line);
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--neo-muted);
}

.screener-compose-join {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-teal);
  font-size: 1.1rem;
  line-height: 1;
}

.screener-collapse-target {
  width: 100%;
  text-align: center;
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(10, 173, 135, 0.1), rgba(28, 35, 72, 0.04));
  border: 1px solid rgba(10, 173, 135, 0.25);
}

.screener-collapse-target strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  color: var(--neo-navy);
}

.screener-collapse-target span {
  font-size: 0.88rem;
  color: var(--neo-muted);
}

.screener-filter-lab {
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.screener-filter-row {
  margin-bottom: 1.1rem;
}

.screener-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.screener-filter-btn {
  border: 1px solid var(--screener-line);
  background: #f7f9fb;
  color: var(--neo-navy);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-family: var(--neo-font-display);
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.screener-filter-btn:hover,
.screener-filter-btn:focus-visible {
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
}

.screener-filter-btn.is-active {
  background: rgba(10, 173, 135, 0.12);
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
}

.screener-filter-result {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--screener-line);
}

.screener-result-label {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.screener-row-callouts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.screener-row-callout {
  height: 100%;
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

.screener-row-callout strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.15rem;
}

.screener-row-callout span {
  font-size: 0.92rem;
  color: var(--neo-muted);
  line-height: 1.5;
}

.screener-change-demo {
  display: grid;
  gap: 1.25rem;
  max-width: 44rem;
  margin: 0 auto;
}

.screener-price-ladder {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
}

.screener-price-step {
  width: 100%;
  text-align: center;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
}

.screener-price-step span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--neo-muted);
  margin-bottom: 0.25rem;
}

.screener-price-step strong {
  font-family: var(--neo-font-display);
  font-size: 1.35rem;
  color: var(--neo-navy);
}

.screener-price-current {
  border-color: rgba(10, 173, 135, 0.35);
  background: rgba(10, 173, 135, 0.06);
}

.screener-change-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.screener-change-card {
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  border: 1px solid var(--screener-line);
}

.screener-change-card strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.screener-change-card span {
  font-size: 0.88rem;
  color: var(--neo-muted);
}

.screener-change-up {
  background: rgba(10, 173, 135, 0.08);
  border-color: rgba(10, 173, 135, 0.25);
}

.screener-change-up strong {
  color: var(--screener-up);
}

.screener-change-down {
  background: rgba(196, 91, 91, 0.08);
  border-color: rgba(196, 91, 91, 0.25);
}

.screener-change-down strong {
  color: var(--screener-down);
}

.screener-parent-visual {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  max-width: 28rem;
  margin: 0 auto;
}

.screener-parent-card {
  width: 100%;
  text-align: center;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
}

.screener-parent-card strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.25rem;
}

.screener-parent-base {
  border-color: rgba(10, 173, 135, 0.25);
  background: rgba(10, 173, 135, 0.06);
}

.screener-change-up-text {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--screener-up);
}

.screener-change-muted {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-muted);
}

.screener-workflow {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
}

.screener-workflow li {
  text-align: center;
  padding: 0.85rem 0.55rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
}

.screener-workflow strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.screener-workflow span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--neo-muted);
}

.screener-scenario-card {
  height: 100%;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--screener-line);
}

.screener-scenario-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0.65rem 0 0.75rem;
}

.screener-scenario-filters span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(10, 173, 135, 0.1);
  color: var(--neo-teal-dark);
}

.screener-scenario-card p:last-child {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.screener-honest-card {
  height: 100%;
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--screener-line);
}

.screener-honest-yes {
  background: rgba(10, 173, 135, 0.05);
  border-color: rgba(10, 173, 135, 0.2);
}

.screener-honest-no {
  background: rgba(28, 35, 72, 0.03);
}

.screener-check-list,
.screener-x-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.screener-check-list li,
.screener-x-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.screener-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--neo-teal);
  font-weight: 700;
}

.screener-x-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--screener-down);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .screener-section {
    padding: 3.5rem 0;
  }

  .screener-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screener-change-compare {
    grid-template-columns: 1fr;
  }
}

/* ---------- Options Chain page ---------- */
.chain-page {
  --chain-line: rgba(28, 35, 72, 0.1);
  --chain-call: #0aad87;
  --chain-put: #c45b5b;
  --chain-itm: #f3e7b2;
}

.chain-section {
  padding: 4.5rem 0;
}

.chain-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.chain-muted {
  color: var(--neo-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.chain-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.chain-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.chain-note,
.chain-disclaimer {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.chain-note {
  margin: 1rem 0 0.35rem;
  font-style: italic;
}

.chain-disclaimer {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.chain-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.65rem;
}

.chain-hero {
  padding: 3.25rem 0 4rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.chain-hero-title {
  margin-top: 0.35rem;
}

.chain-hero-visual,
.chain-product-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--chain-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
 /* background: #0f1428;*/
}

.chain-hero-visual img,
.chain-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.chain-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.chain-pill {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}

.chain-pill-active {
  border-color: rgba(10, 173, 135, 0.55);
  background: rgba(10, 173, 135, 0.14);
  color: #7ee8cc;
}

.chain-pill-call {
  border-color: rgba(10, 173, 135, 0.45);
  color: #7ee8cc;
}

.chain-pill-put {
  border-color: rgba(196, 91, 91, 0.45);
  color: #f0a3a3;
}

.chain-pill-strike {
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.8);
}

.chain-pill-itm {
  border-color: rgba(243, 231, 178, 0.55);
  color: #f3e7b2;
}

.chain-anatomy {
  background: var(--neo-white);
  border: 1px solid var(--chain-line);
  border-radius: 16px;
  padding: 1.25rem 1.1rem 1.4rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.chain-anatomy-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
}

.chain-side-label {
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

.chain-side-call {
  background: rgba(10, 173, 135, 0.1);
  color: var(--chain-call);
}

.chain-side-put {
  background: rgba(196, 91, 91, 0.1);
  color: var(--chain-put);
}

.chain-side-strike {
  background: rgba(28, 35, 72, 0.06);
  color: var(--neo-navy);
}

.chain-anatomy-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.chain-anatomy-side {
  display: grid;
  gap: 0.55rem;
}

.chain-anatomy-puts .chain-col-group {
  border-color: rgba(196, 91, 91, 0.18);
}

.chain-col-group {
  background: #f7f9fb;
  border: 1px solid var(--chain-line);
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
}

.chain-col-group span {
  display: inline-block;
  margin: 0.15rem 0.25rem 0 0;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--chain-line);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--neo-navy);
  cursor: help;
}

.chain-anatomy-strikes {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.35rem;
}

.chain-anatomy-strikes span {
  min-width: 4.5rem;
  text-align: center;
  padding: 0.55rem 0.5rem;
  border-radius: 10px;
  background: rgba(10, 173, 135, 0.08);
  border: 1px solid rgba(10, 173, 135, 0.2);
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--neo-navy);
}

.chain-anatomy-strikes .is-atm {
  background: var(--chain-itm);
  border-color: rgba(180, 150, 40, 0.35);
}

.chain-focus-lab,
.chain-pcr-lab {
  background: var(--neo-white);
  border: 1px solid var(--chain-line);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.chain-select-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.chain-filter-btn {
  border: 1px solid var(--chain-line);
  background: #f7f9fb;
  color: var(--neo-navy);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-family: var(--neo-font-display);
  font-size: 0.86rem;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.chain-filter-btn:hover,
.chain-filter-btn:focus-visible {
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
}

.chain-filter-btn.is-active {
  background: rgba(10, 173, 135, 0.12);
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
}

.chain-depth-mock {
  display: grid;
  gap: 0.35rem;
}

.chain-depth-mock span {
  display: block;
  height: 0.7rem;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(10, 173, 135, 0.12), rgba(196, 91, 91, 0.12));
  border: 1px solid var(--chain-line);
}

.chain-depth-mock .is-spot {
  background: rgba(10, 173, 135, 0.28);
  border-color: rgba(10, 173, 135, 0.45);
  box-shadow: 0 0 0 2px rgba(10, 173, 135, 0.15);
}

.chain-depth-all span {
  opacity: 0.55;
}

.chain-depth-all span:nth-child(n+8) {
  opacity: 0.35;
}

.chain-compose-join {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-teal);
  font-size: 1rem;
  text-align: center;
  margin: 0.85rem 0;
}

.chain-align-visual {
  max-width: 36rem;
  margin: 0 auto;
}

.chain-align-under {
  text-align: center;
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(10, 173, 135, 0.12), rgba(28, 35, 72, 0.04));
  border: 1px solid rgba(10, 173, 135, 0.25);
}

.chain-align-under strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 1.35rem;
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.chain-align-options {
  display: grid;
  gap: 0.55rem;
}

.chain-option-row {
  display: grid;
  grid-template-columns: 6.5rem 2rem 1fr;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--chain-line);
}

.chain-option-row.is-aligned {
  border-color: rgba(10, 173, 135, 0.35);
  background: rgba(10, 173, 135, 0.06);
}

.chain-option-row span:first-child {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.chain-option-row strong {
  font-family: var(--neo-font-display);
  font-size: 0.9rem;
  color: var(--neo-teal-dark);
  cursor: help;
}

.chain-move-up {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--chain-call);
}

.chain-move-down {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--chain-put);
}

.chain-move-flat {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-muted);
}

.chain-pcr-basis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.chain-pcr-card {
  text-align: center;
  padding: 1.35rem 1.1rem;
  border-radius: 16px;
  background: #f7f9fb;
  border: 1px solid var(--chain-line);
  height: 100%;
}

.chain-pcr-card strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 2.4rem;
  line-height: 1.1;
  color: var(--neo-navy);
  margin: 0.35rem 0;
}

.chain-pcr-card span {
  font-size: 0.9rem;
  color: var(--neo-muted);
}

.chain-pcr-near {
  background: rgba(10, 173, 135, 0.06);
  border-color: rgba(10, 173, 135, 0.25);
}

.chain-itm-visual {
  display: grid;
  gap: 0.85rem;
}

.chain-itm-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chain-itm-tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--chain-line);
  color: var(--neo-muted);
}

.chain-itm-tag.is-itm {
  background: var(--chain-itm);
  border-color: rgba(180, 150, 40, 0.35);
  color: var(--neo-navy);
  cursor: help;
}

.chain-itm-tag.is-atm {
  background: rgba(10, 173, 135, 0.12);
  border-color: rgba(10, 173, 135, 0.3);
  color: var(--neo-teal-dark);
}

.chain-itm-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
}

.chain-itm-strip span {
  height: 2.25rem;
  border-radius: 8px;
  border: 1px solid var(--chain-line);
  background: #fff;
}

.chain-itm-strip .is-itm {
  background: var(--chain-itm);
  border-color: rgba(180, 150, 40, 0.35);
}

.chain-itm-strip .is-atm {
  background: rgba(10, 173, 135, 0.18);
  border-color: rgba(10, 173, 135, 0.35);
}

.chain-itm-strip .is-otm {
  background: #f7f9fb;
}

.chain-workflow {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.chain-workflow li {
  text-align: center;
  padding: 0.9rem 0.55rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--chain-line);
}

.chain-workflow strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.2rem;
}

.chain-workflow span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--neo-muted);
}

@media (max-width: 991.98px) {
  .chain-section {
    padding: 3.5rem 0;
  }

  .chain-anatomy-grid,
  .chain-anatomy-head {
    grid-template-columns: 1fr;
  }

  .chain-anatomy-strikes {
    grid-template-columns: repeat(3, 1fr);
  }

  .chain-workflow {
    grid-template-columns: 1fr;
  }

  .chain-option-row {
    grid-template-columns: 5.5rem 1.5rem 1fr;
  }
}

/* ---------- Stock Screener page ---------- */
.stocks-page {
  --stocks-line: rgba(28, 35, 72, 0.1);
  --stocks-up: #0aad87;
  --stocks-down: #c45b5b;
}

.stocks-section {
  padding: 4rem 0;
}

.stocks-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.stocks-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.stocks-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.stocks-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
}

.stocks-hero {
  padding: 3.25rem 0 3.75rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.stocks-hero-title {
  margin-top: 0.35rem;
}

.stocks-hero-visual,
.stocks-product-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--stocks-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  /*background: #0f1428;*/
}

.stocks-hero-visual img,
.stocks-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.stocks-hero-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stocks-pill {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #cccccc;
  /*color: rgba(255, 255, 255, 0.55);*/
}

.stocks-pill-active {
  border-color: rgba(10, 173, 135, 0.55);
  background: rgba(10, 173, 135, 0.14);
  color: #7ee8cc;
}

.stocks-funnel {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: 48rem;
}

.stocks-funnel li {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-navy);
}

.stocks-funnel li:not(:last-child)::after {
  content: "→";
  margin-left: 0.55rem;
  color: var(--neo-teal);
}

.stocks-filter-lab {
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
  border-radius: 16px;
  padding: 1.25rem 1.15rem 1.4rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.stocks-filter-card {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--stocks-line);
  background: #f7f9fb;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.stocks-filter-card strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 0.98rem;
  color: var(--neo-navy);
  margin-bottom: 0.35rem;
  line-height: 1.35;
}

.stocks-filter-card span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--neo-muted);
}

.stocks-filter-card:hover,
.stocks-filter-card:focus-visible {
  border-color: rgba(10, 173, 135, 0.4);
}

.stocks-filter-card.is-active {
  background: rgba(10, 173, 135, 0.08);
  border-color: rgba(10, 173, 135, 0.4);
  box-shadow: 0 8px 24px rgba(10, 173, 135, 0.08);
}

.stocks-second-level {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(10, 173, 135, 0.05);
  border: 1px dashed rgba(10, 173, 135, 0.3);
}

.stocks-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.stocks-chip {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--stocks-line);
  background: var(--neo-white);
  color: var(--neo-muted);
}

.stocks-chip.is-active {
  border-color: rgba(10, 173, 135, 0.45);
  background: rgba(10, 173, 135, 0.12);
  color: var(--neo-teal-dark);
}

.stocks-col-groups {
  display: grid;
  gap: 0.65rem;
}

.stocks-col-group {
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
}

.stocks-col-group span {
  display: inline-block;
  margin: 0.15rem 0.25rem 0 0;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: #f7f9fb;
  border: 1px solid var(--stocks-line);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.stocks-action-demo {
  max-width: 40rem;
  margin: 0 auto;
}

.stocks-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
  box-shadow: 0 12px 32px rgba(28, 35, 72, 0.06);
}

.stocks-action-stock strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
}

.stocks-change-up {
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--stocks-up);
}

.stocks-action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.stocks-act {
  font-family: var(--neo-font-display);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--stocks-line);
  background: #f7f9fb;
  color: var(--neo-navy);
}

.stocks-act-buy {
  background: rgba(10, 173, 135, 0.12);
  border-color: rgba(10, 173, 135, 0.35);
  color: var(--neo-teal-dark);
}

.stocks-act-sell {
  background: rgba(196, 91, 91, 0.1);
  border-color: rgba(196, 91, 91, 0.3);
  color: var(--stocks-down);
}

.stocks-act-chart {
  background: rgba(28, 35, 72, 0.06);
}

.stocks-next-flow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: 48rem;
}

.stocks-next-flow li {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--neo-navy);
}

.stocks-next-flow li:not(:last-child)::after {
  content: "→";
  margin-left: 0.5rem;
  color: var(--neo-teal);
}

.stocks-scenario-card {
  height: 100%;
  padding: 1.05rem 1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--stocks-line);
}

.stocks-scenario-q {
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--neo-navy);
  margin-bottom: 0.65rem;
}

@media (max-width: 991.98px) {
  .stocks-section {
    padding: 3.25rem 0;
  }

  .stocks-funnel li:not(:last-child)::after,
  .stocks-next-flow li:not(:last-child)::after {
    content: none;
  }
}

/* ---------- Options Trades Assistant page ---------- */
.ota-page {
  --ota-line: rgba(28, 35, 72, 0.1);
  --ota-buy: #0aad87;
  --ota-sell: #c45b5b;
}

.ota-section {
  padding: 4rem 0;
}

.ota-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.ota-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.ota-key-line {
  margin-top: 1.5rem;
  font-family: var(--neo-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--neo-navy);
}

.ota-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--neo-muted);
  font-style: italic;
}

.ota-flow-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin-bottom: 0.65rem;
}

.ota-hero {
  padding: 3.25rem 0 3.75rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.ota-hero-title {
  margin-top: 0.35rem;
}

.ota-product-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ota-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  background: #fff;
}

.ota-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ota-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.ota-compare-card {
  border-radius: 14px;
  padding: 1rem 0.95rem;
  border: 1px solid var(--ota-line);
  background: var(--neo-white);
}

.ota-compare-long {
  background: #f7f9fb;
}

.ota-compare-short {
  background: rgba(10, 173, 135, 0.06);
  border-color: rgba(10, 173, 135, 0.28);
}

.ota-long-steps,
.ota-short-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.ota-long-steps li,
.ota-short-steps li {
  font-size: 0.86rem;
  color: var(--neo-muted);
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(28, 35, 72, 0.03);
}

.ota-long-steps li::before {
  content: "→ ";
  color: var(--neo-muted);
}

.ota-short-steps li {
  background: var(--neo-white);
  border: 1px solid rgba(10, 173, 135, 0.2);
  color: var(--neo-navy);
  font-family: var(--neo-font-display);
  text-align: center;
}

.ota-short-steps li:not(:last-child)::after {
  content: " ↓";
  color: var(--neo-teal);
}

.ota-pref-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  height: 100%;
}

.ota-pref-group {
  background: var(--neo-white);
  border: 1px solid var(--ota-line);
  border-radius: 14px;
  padding: 1rem 0.95rem;
}

.ota-pref-group strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.3rem;
}

.ota-pref-group span {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--neo-muted);
}

.ota-find-flow {
  max-width: 48rem;
  margin: 0 auto;
  background: var(--neo-white);
  border: 1px solid var(--ota-line);
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.ota-compose-join {
  text-align: center;
  font-family: var(--neo-font-display);
  font-weight: 700;
  color: var(--neo-teal);
  margin: 0.85rem 0;
  font-size: 1.1rem;
}

.ota-find-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.ota-chip {
  border: 1px solid var(--ota-line);
  background: #f7f9fb;
  color: var(--neo-navy);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-family: var(--neo-font-display);
  font-size: 0.84rem;
  font-weight: 700;
}

.ota-chip.is-active {
  background: rgba(10, 173, 135, 0.12);
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
}

.ota-type-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.ota-type-card {
  text-align: left;
  border: 1px solid var(--ota-line);
  background: #f7f9fb;
  border-radius: 12px;
  padding: 0.85rem 0.8rem;
}

.ota-type-card strong {
  display: block;
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  margin-bottom: 0.25rem;
}

.ota-type-card span {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--neo-muted);
}

.ota-type-card.is-active {
  background: rgba(10, 173, 135, 0.08);
  border-color: rgba(10, 173, 135, 0.4);
}

.ota-identified {
  text-align: center;
}

.ota-contract-card {
  display: inline-block;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  background: rgba(10, 173, 135, 0.08);
  border: 1px solid rgba(10, 173, 135, 0.28);
}

.ota-contract-card strong {
  display: block;
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  color: var(--neo-navy);
}

.ota-contract-card span {
  font-size: 0.85rem;
  color: var(--neo-muted);
}

.ota-action-lab {
  background: var(--neo-white);
  border: 1px solid var(--ota-line);
  border-radius: 16px;
  padding: 1.4rem 1.25rem 1.5rem;
  box-shadow: 0 12px 36px rgba(28, 35, 72, 0.06);
}

.ota-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.ota-action-btn {
  border-radius: 12px;
  padding: 1rem 0.75rem;
  font-family: var(--neo-font-display);
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--ota-line);
  background: #f7f9fb;
  color: var(--neo-navy);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ota-action-buy.is-active {
  background: rgba(10, 173, 135, 0.14);
  border-color: rgba(10, 173, 135, 0.45);
  color: var(--neo-teal-dark);
  box-shadow: 0 8px 22px rgba(10, 173, 135, 0.12);
}

.ota-action-sell.is-active {
  background: rgba(196, 91, 91, 0.12);
  border-color: rgba(196, 91, 91, 0.4);
  color: var(--ota-sell);
  box-shadow: 0 8px 22px rgba(196, 91, 91, 0.1);
}

.ota-action-desc {
  font-size: 0.95rem;
  color: var(--neo-muted);
}

.ota-process {
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: 44rem;
}

.ota-process li {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: #f7f9fb;
  border: 1px solid var(--ota-line);
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--neo-muted);
  opacity: 0.45;
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ota-process li.is-done {
  opacity: 1;
  background: rgba(10, 173, 135, 0.1);
  border-color: rgba(10, 173, 135, 0.35);
  color: var(--neo-teal-dark);
}

.ota-process li:not(:last-child)::after {
  content: "→";
  margin-left: 0.5rem;
  color: var(--neo-teal);
}

.ota-process-detail {
  max-width: 36rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 12px;
  background: #f7f9fb;
  border: 1px solid var(--ota-line);
}

.ota-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.ota-detail-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.92rem;
  color: var(--neo-muted);
}

.ota-detail-list li::before {
  content: "↓";
  position: absolute;
  left: 0;
  color: var(--neo-teal);
  font-weight: 700;
}

.ota-detail-list li:last-child::before {
  content: "✓";
}

.ota-save-card {
  height: 100%;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  background: #f7f9fb;
  border: 1px solid var(--ota-line);
}

.ota-save-highlight {
  background: rgba(10, 173, 135, 0.06);
  border-color: rgba(10, 173, 135, 0.28);
}

.ota-save-flow {
  font-family: var(--neo-font-display);
  font-size: 1.02rem;
  color: var(--neo-navy);
  line-height: 1.45;
}

.ota-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 40rem;
  margin: 0 auto;
}

.ota-role {
  text-align: center;
  padding: 1rem;
  border-radius: 12px;
  background: var(--neo-white);
  border: 1px solid var(--ota-line);
}

.ota-role strong {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
}

.ota-role-neo {
  background: rgba(10, 173, 135, 0.06);
  border-color: rgba(10, 173, 135, 0.28);
}

@media (max-width: 991.98px) {
  .ota-section {
    padding: 3.25rem 0;
  }

  .ota-compare,
  .ota-pref-grid,
  .ota-type-cards,
  .ota-action-grid,
  .ota-roles {
    grid-template-columns: 1fr;
  }

  .ota-process li:not(:last-child)::after {
    content: none;
  }
}


.footerlogotxt {
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #1c2348;
}

/* ---------- Neostox in Education ---------- */
.edu-page {
  --edu-line: rgba(28, 35, 72, 0.1);
}

.edu-section {
  padding: 4rem 0;
}

.edu-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--neo-muted);
  margin-bottom: 1rem;
}

.edu-support-line {
  margin: 1.25rem 0 1.35rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
}

.edu-hero {
  padding: 3.25rem 0 3.75rem;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.edu-hero-title {
  margin-top: 0.35rem;
}

.edu-hero-visual {
  border-radius: 16px;
  border: 1px solid var(--edu-line);
  box-shadow: 0 20px 48px rgba(28, 35, 72, 0.1);
  overflow: hidden;
  background: var(--neo-white);
}

.edu-hero-panel {
  padding: 1.35rem 1.25rem 1.5rem;
}

.edu-hero-panel-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-muted);
}

.edu-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
}

.edu-chip {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--neo-navy);
  background: #f5f7f9;
  border: 1px solid var(--edu-line);
}

.edu-chip-active {
  background: rgba(10, 173, 135, 0.1);
  border-color: rgba(10, 173, 135, 0.35);
  color: var(--neo-teal-dark);
}

.edu-hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.edu-hero-points li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.98rem;
  color: var(--neo-ink);
  line-height: 1.45;
}

.edu-hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--neo-teal);
  font-weight: 700;
}

.edu-usecase-card {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--edu-line);
  border-top: 3px solid var(--neo-teal);
  box-shadow: 0 10px 28px rgba(28, 35, 72, 0.05);
}

.edu-usecase-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-teal);
}

.edu-usecase-title {
  font-family: var(--neo-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.edu-usecase-card p:last-child {
  color: var(--neo-muted);
  line-height: 1.65;
}

.edu-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  align-items: stretch;
}

.edu-partner-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 120px;
  padding: 1.15rem 1rem;
  border-radius: 14px;
  background: #fbfcfd;
  border: 1px solid var(--edu-line);
  text-align: center;
}

.edu-partner-logo {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.edu-partner-caption {
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--neo-muted);
}

.edu-events-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 52rem;
  margin: 0 auto;
}

.edu-event-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  background: var(--neo-white);
  border: 1px solid var(--edu-line);
  border-radius: 14px;
  border-left: 4px solid var(--neo-teal);
  box-shadow: 0 8px 22px rgba(28, 35, 72, 0.04);
}

.edu-event-row.is-past {
  border-left-color: #b7c2bf;
  opacity: 0.92;
}

.edu-event-row.is-running {
  border-left-color: #1c7ed6;
}

.edu-event-date {
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.edu-event-date-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.3;
}

.edu-event-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(10, 173, 135, 0.1);
  color: var(--neo-teal-dark);
}

.edu-event-row.is-past .edu-event-badge {
  background: #f0f0f0;
  color: #6c757d;
}

.edu-event-row.is-running .edu-event-badge {
  background: rgba(28, 126, 214, 0.12);
  color: #1c7ed6;
}

.edu-event-name {
  font-family: var(--neo-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.edu-event-org {
  font-size: 0.95rem;
  color: var(--neo-muted);
  line-height: 1.4;
}

.edu-event-org-label {
  font-weight: 600;
  color: var(--neo-navy);
}

.edu-event-body {
  flex: 1;
  min-width: 220px;
}

@media (max-width: 991.98px) {
  .edu-section {
    padding: 3.25rem 0;
  }

  .edu-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .edu-partners-grid {
    grid-template-columns: 1fr;
  }

  .edu-event-row {
    padding: 1rem;
  }

  .edu-event-date {
    min-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* ---------- How it Works ---------- */
.hiw-page {
  --hiw-line: rgba(28, 35, 72, 0.1);
}

.hiw-hero {
  padding: 3.25rem 0 2.5rem;
  background:
    radial-gradient(ellipse 55% 50% at 50% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.hiw-hero-title {
  margin-top: 0.35rem;
}

.hiw-section {
  padding: 3.5rem 0;
}

#hiw-videos {
  scroll-margin-top: 5.5rem;
}

.hiw-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: none;
}

.hiw-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: var(--neo-white);
  border: 1px solid var(--hiw-line);
  box-shadow: 0 16px 40px rgba(28, 35, 72, 0.06);
}

.hiw-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  width: 0.5rem;
  height: 2px;
  background: rgba(10, 173, 135, 0.35);
  transform: translateY(-50%);
  z-index: 1;
}

.hiw-step-num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--neo-teal);
  margin-bottom: 0.85rem;
}

.hiw-step-title {
  font-family: var(--neo-font-display);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.2;
  margin: 0 0 0.65rem;
}

.hiw-step-text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--neo-muted);
  margin: 0 0 1.25rem;
  flex: 1;
}

.hiw-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hiw-video-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  background: var(--neo-white);
  border: 1px solid var(--hiw-line);
  box-shadow: 0 10px 28px rgba(28, 35, 72, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hiw-video-card:hover,
.hiw-video-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(28, 35, 72, 0.1);
  outline: none;
}

.hiw-video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #0f1428;
  overflow: hidden;
}

.hiw-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hiw-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border-radius: 50%;
  background: rgba(10, 173, 135, 0.95);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.hiw-video-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 0.45rem 0 0.45rem 0.75rem;
  border-color: transparent transparent transparent #fff;
}

.hiw-video-card strong {
  display: block;
  padding: 0.85rem 1rem 1rem;
  font-family: var(--neo-font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.3;
}

.hiw-more-link {
  font-weight: 600;
  color: var(--neo-teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 173, 135, 0.35);
}

.hiw-more-link:hover,
.hiw-more-link:focus-visible {
  color: var(--neo-teal-dark);
  border-bottom-color: var(--neo-teal-dark);
}

.hiw-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hiw-feature-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  background: #fbfcfd;
  border: 1px solid var(--hiw-line);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hiw-feature-card:hover,
.hiw-feature-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(10, 173, 135, 0.35);
  box-shadow: 0 14px 32px rgba(28, 35, 72, 0.08);
  outline: none;
}

.hiw-feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #0f1428;
}

.hiw-feature-card strong {
  display: block;
  padding: 0.85rem 1rem 1rem;
  font-family: var(--neo-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .hiw-section {
    padding: 3rem 0;
  }

  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hiw-step:not(:last-child)::after {
    content: none;
  }

  .hiw-video-grid,
  .hiw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .hiw-video-grid,
  .hiw-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Pricing / subscriptions hero ---------- */
.pricing-page .pricing-hero {
  padding: 2.75rem 0 1.75rem;
  background:
    radial-gradient(ellipse 55% 50% at 0% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.pricing-hero-title {
  margin-top: 0.35rem;
  margin-bottom: 1rem;
}

.pricing-hero-support {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--neo-teal);
  background: rgba(10, 173, 135, 0.06);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  text-align: left;
}

.pricing-user-plan.currentplaninfo,
.pricing-page .pricing-user-plan {
  display: inline-block;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid rgba(28, 35, 72, 0.1);
  box-shadow: 0 10px 28px rgba(28, 35, 72, 0.06);
  text-align: left;
  min-width: 12rem;
}

.pricing-page .pricing-user-plan #spn_usrplan2 {
  font-family: var(--neo-font-display);
  color: var(--neo-navy);
  font-size: 1.1rem;
}

.pricing-plans-wrap {
  margin-top: 0;
}

/* ---------- FAQ page ---------- */
.faq-page {
  --faq-nav-top: 5.25rem;
  --faq-line: rgba(28, 35, 72, 0.1);
}

.faq-page-hero {
  padding: 3rem 0 2rem;
  background:
    radial-gradient(ellipse 55% 50% at 50% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.faq-page-hero-title {
  margin-top: 0.35rem;
}

.faq-page-body {
  padding: 0 0 4rem;
}

.faq-page-nav {
  position: sticky;
  top: var(--faq-nav-top);
  max-height: calc(100vh - var(--faq-nav-top) - 1.5rem);
  overflow-y: auto;
  padding: 1.15rem 1rem;
  border-radius: 14px;
  background: var(--neo-white);
  border: 1px solid var(--faq-line);
  box-shadow: 0 10px 28px rgba(28, 35, 72, 0.05);
  z-index: 20;
  -webkit-overflow-scrolling: touch;
}

.faq-page-nav-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neo-muted);
  margin: 0 0 0.85rem;
}

.faq-page-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.faq-page-nav-link {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--neo-ink);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.faq-page-nav-link:hover,
.faq-page-nav-link:focus-visible {
  background: rgba(10, 173, 135, 0.06);
  color: var(--neo-navy);
  outline: none;
}

.faq-page-nav-link.is-active {
  background: rgba(10, 173, 135, 0.1);
  color: var(--neo-teal-dark);
  border-left-color: var(--neo-teal);
}

.faq-page-section {
  scroll-margin-top: calc(var(--faq-nav-top) + 0.75rem);
  margin-bottom: 2.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--faq-line);
}

.faq-page-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.faq-page-section-title {
  font-family: var(--neo-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.25;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(10, 173, 135, 0.25);
}

.faq-page-item {
  padding: 1rem 0 1.15rem;
  border-bottom: 1px solid rgba(28, 35, 72, 0.06);
}

.faq-page-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-page-q {
  font-family: var(--neo-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--neo-navy);
  line-height: 1.35;
  margin: 0 0 0.45rem;
}

.faq-page-a {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--neo-muted);
}

@media (max-width: 991.98px) {
  .faq-page {
    --faq-nav-top: 4.75rem;
  }

  .faq-page-nav {
    margin: 0 -0.25rem 0.5rem;
    padding: 0.85rem 0.25rem 0.35rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--faq-line);
    max-height: none;
    overflow: visible;
  }

  .faq-page-nav-label {
    padding-left: 0.5rem;
    margin-bottom: 0.55rem;
  }

  .faq-page-nav-list {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.4rem;
    overflow-x: auto;
    padding: 0 0.5rem 0.65rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .faq-page-nav-link {
    white-space: nowrap;
    border-left: 0;
    border-bottom: 2px solid transparent;
    border-radius: 999px;
    background: #f5f7f9;
    padding: 0.45rem 0.85rem;
    font-size: 0.85rem;
  }

  .faq-page-nav-link.is-active {
    border-left-color: transparent;
    border-bottom-color: transparent;
    background: rgba(10, 173, 135, 0.12);
    color: var(--neo-teal-dark);
  }
}

/* ---------- Refer & Earn page ---------- */
.refer-page {
  --refer-line: rgba(28, 35, 72, 0.1);
}

.refer-hero {
  padding: 3.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.refer-hero-title {
  margin-top: 0.35rem;
}

.refer-hero-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.refer-hero-img {
  max-width: 360px;
  width: 100%;
}

.refer-earn-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  width: 100%;
  max-width: 280px;
  padding: 0.95rem 1.15rem;
  background: var(--neo-white);
  border: 1px solid var(--refer-line);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(28, 35, 72, 0.06);
}

.refer-earn-pill-label {
  font-family: var(--neo-font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--neo-navy);
}

.refer-earn-pill-note {
  font-size: 0.85rem;
  color: var(--neo-muted);
}

.refer-section {
  padding: 4.25rem 0;
}

.refer-point {
  height: 100%;
  padding: 1.5rem 1.35rem;
  background: var(--neo-white);
  border: 1px solid var(--refer-line);
  border-radius: 16px;
}

.refer-point-num {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--neo-teal);
  margin-bottom: 0.65rem;
}

.refer-point-title {
  font-family: var(--neo-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.55rem;
}

.refer-point-text {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--neo-muted);
}

.refer-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 992px) {
  .refer-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
  }
}

.refer-step {
  background: var(--neo-white);
  border: 1px solid var(--refer-line);
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
}

.refer-step-num {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--neo-teal);
  margin-bottom: 0.7rem;
}

.refer-step-title {
  font-family: var(--neo-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neo-navy);
  margin: 0 0 0.55rem;
}

.refer-step-text {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--neo-muted);
}

.refer-logged-box {
  max-width: 420px;
  padding: 1.5rem 1.4rem;
  background: #f7f9fb;
  border: 1px solid var(--refer-line);
  border-radius: 16px;
  text-align: left;
}

.refer-logged-list {
  padding-left: 1.15rem;
  margin: 0;
  color: var(--neo-muted);
  line-height: 1.7;
}

.refer-logged-list li + li {
  margin-top: 0.35rem;
}

@media (max-width: 991.98px) {
  .refer-hero {
    padding-top: 2.5rem;
  }

  .refer-section {
    padding: 3.25rem 0;
  }
}

/* ---------- Neostox Videos page ---------- */
.nvideos-page {
  --nvideos-line: rgba(28, 35, 72, 0.1);
}

.nvideos-hero {
  padding: 3.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(10, 173, 135, 0.08), transparent 55%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.nvideos-hero-title {
  margin-top: 0.35rem;
}

.nvideos-hero-img,
.nvideos-prize-img {
  max-width: 380px;
  width: 100%;
}

.nvideos-subscribe {
  padding: 1.15rem 1.25rem;
  background: var(--neo-white);
  border: 1px solid var(--nvideos-line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(28, 35, 72, 0.05);
}

.nvideos-subscribe-text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--neo-muted);
}

.nvideos-section {
  padding: 4.25rem 0;
}

.nvideos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.nvideos-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--neo-white);
  border: 1px solid var(--nvideos-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(28, 35, 72, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.nvideos-card:hover,
.nvideos-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(28, 35, 72, 0.1);
  outline: none;
}

.nvideos-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #0f1428;
  overflow: hidden;
}

.nvideos-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nvideos-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border-radius: 50%;
  background: rgba(10, 173, 135, 0.95);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.nvideos-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 0.45rem 0 0.45rem 0.75rem;
  border-color: transparent transparent transparent #fff;
}

.nvideos-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.95rem 1rem 1.1rem;
  flex: 1;
}

.nvideos-card-body strong {
  font-family: var(--neo-font-display);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--neo-navy);
}

.nvideos-by {
  font-size: 0.85rem;
  color: var(--neo-muted);
}

@media (max-width: 991.98px) {
  .nvideos-hero {
    padding-top: 2.5rem;
  }

  .nvideos-section {
    padding: 3.25rem 0;
  }

  .nvideos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .nvideos-grid {
    grid-template-columns: 1fr;
  }
}
