:root {
  --spc-blue: #004dff;
  --spc-blue-2: #102ea2;
  --spc-cyan: #00b2c7;
  --spc-ink: #071329;
  --spc-muted: #53617c;
  --spc-soft: #f3f6ff;
  --spc-soft-2: #eef9fb;
  --spc-border: #dfe7f4;
  --spc-card: #ffffff;
  --spc-gold: #f0b429;
  --spc-green: #19a567;
  --spc-pink: #e84d88;
  --spc-radius: 26px;
  --spc-shadow: 0 26px 70px rgba(7, 19, 41, .11);
  --spc-shadow-sm: 0 18px 40px rgba(7, 19, 41, .08);
  --spc-anchor-sticky-top: 72px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  color: var(--spc-ink);
  line-height: 1.65;
  overflow-x: hidden
}

body.rtl {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background: radial-gradient(circle at 8% 4%, rgba(0, 178, 199, .17), transparent 30%), radial-gradient(circle at 94% 10%, rgba(27, 69, 229, .15), transparent 28%), linear-gradient(180deg, #f8fbff 0, #fff 620px)
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(27, 69, 229, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(27, 69, 229, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000 0, transparent 70%);
  pointer-events: none
}

.spc-general-trading-template a {
  color: inherit;
  text-decoration: none
}

.spc-general-trading-template img {
  max-width: 100%;
  display: block
}

.spc-page.spc-general-trading-template {
  position: relative;
  isolation: isolate;
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

body:not(.rtl) .spc-page.spc-general-trading-template h1,
body:not(.rtl) .spc-page.spc-general-trading-template h2,
body:not(.rtl) .spc-page.spc-general-trading-template h3,
body:not(.rtl) .spc-page.spc-general-trading-template h4,
body:not(.rtl) .spc-page.spc-general-trading-template h5,
body:not(.rtl) .spc-page.spc-general-trading-template h6 {
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

.spc-general-trading-template .cursor-light {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 69, 229, .14), transparent 66%);
  left: var(--mx, 50%);
  top: var(--my, 20%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  filter: blur(8px);
  transition: opacity .25s ease
}

.spc-general-trading-template .container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto
}

.spc-general-trading-template .btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -.02em;
  overflow: hidden;
  isolation: isolate;
  transition: box-shadow .2s, background .2s, color .2s, border-color .2s;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit
}

.spc-general-trading-template .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #071329;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s
}

.spc-general-trading-template .btn:hover {
  color: #fff !important;
  border-color: #071329
}

.spc-general-trading-template .btn:hover::before {
  transform: scaleX(1)
}

.spc-general-trading-template .btn-primary {
  background: var(--spc-blue);
  color: #fff;
  box-shadow: 0 14px 28px rgba(27, 69, 229, .28)
}

.spc-general-trading-template .btn-primary:hover {
  background: var(--spc-blue-2)
}

.spc-general-trading-template .btn-dark {
  background: var(--spc-ink);
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 19, 41, .22)
}

.spc-general-trading-template .btn-light {
  background: #fff;
  color: var(--spc-blue);
  border-color: var(--spc-border)
}

.spc-general-trading-template .btn-outline {
  border-color: rgba(27, 69, 229, .22);
  background: rgba(255, 255, 255, .72);
  color: var(--spc-blue)
}

.spc-general-trading-template .breadcrumb-wrap {
  padding: 28px 0 0
}

.spc-general-trading-template .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #66738f
}

.spc-general-trading-template .breadcrumbs a {
  color: var(--spc-blue);
  font-weight: 700;
  transition: color .18s ease
}

.spc-general-trading-template .breadcrumbs a:hover {
  color: var(--spc-blue-2)
}

.spc-general-trading-template .breadcrumbs .separator {
  color: #9aa6bd
}

.spc-general-trading-template .breadcrumbs .current {
  color: #26344f;
  font-weight: 700
}

.spc-general-trading-template .hero-breadcrumb {
  margin-bottom: 22px
}

.spc-general-trading-template .hero-breadcrumb .breadcrumbs {
  background: rgba(255, 255, 255, .76);
  border: 1px solid var(--spc-border);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 12px 28px rgba(7, 19, 41, .05);
  display: inline-flex
}

.spc-general-trading-template .anchor-nav-section {
  position: sticky;
  top: calc(var(--spc-anchor-sticky-top) + var(--wp-admin--admin-bar-height, 0px));
  z-index: 30;
  padding: 10px 0 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: rgba(255, 255, 255, .8);
  border-top: 0;
  border-bottom: 1px solid rgba(223, 231, 244, .9);
  box-shadow: 0 8px 22px rgba(7, 19, 41, .04);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px)
}

.spc-general-trading-template .anchor-nav-section .container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto
}

.spc-general-trading-template .anchor-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain
}

.spc-general-trading-template .anchor-nav::-webkit-scrollbar {
  display: none
}

.spc-general-trading-template .anchor-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(217, 227, 241, .92);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #45536d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease, transform .18s ease
}

.spc-general-trading-template .anchor-nav-link:hover,
.spc-general-trading-template .anchor-nav-link.is-active {
  background: #1b45e5;
  color: #fff;
  border-color: #1b45e5;
  /* box-shadow: 0 10px 24px rgba(27, 69, 229, .22) */
}

.spc-general-trading-template #overview,
.spc-general-trading-template #facts,
.spc-general-trading-template #video,
.spc-general-trading-template #activities,
.spc-general-trading-template #why-spc,
.spc-general-trading-template #location,
.spc-general-trading-template #compare,
.spc-general-trading-template #sector-glance,
.spc-general-trading-template #steps,
.spc-general-trading-template #faqs,
.spc-general-trading-template #consultation {
  scroll-margin-top: calc(var(--spc-anchor-sticky-top) + var(--wp-admin--admin-bar-height, 0px) + 92px)
}

.spc-general-trading-template .hero .hero-breadcrumb .breadcrumbs {
  background: #fff;
  border-color: rgba(255, 255, 255, .9);
  color: var(--spc-blue);
  box-shadow: 0 14px 30px rgba(0, 26, 99, .12);
  text-transform: none;
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  font-size: 13px
}

.spc-general-trading-template .hero .breadcrumbs a,
.spc-general-trading-template .hero .breadcrumbs .current {
  color: var(--spc-blue)
}

.spc-general-trading-template .hero .breadcrumbs .separator {
  color: rgba(27, 69, 229, .55)
}

.spc-general-trading-template #sector-glance .container {
  width: 100%;
  max-width: none
}

.spc-general-trading-template .sector-glance {
  background: linear-gradient(90deg, #0d5cff 0%, #2167ff 46%, #5a98f3 100%);
  border: 1px solid rgba(255, 255, 255, .24);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 34px;
  box-shadow: 0 26px 56px rgba(11, 51, 150, .18);
  position: relative;
  overflow: hidden
}

.spc-general-trading-template .sector-glance::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .08) 32%, rgba(255, 255, 255, 0) 33%);
}

.spc-general-trading-template .sector-glance::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .05) 34%, rgba(255, 255, 255, 0) 70%)
}

.spc-general-trading-template .sector-glance-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 42px
}

.spc-general-trading-template .sector-glance h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.05em
}

.spc-general-trading-template .sector-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto
}

.spc-general-trading-template .sector-stat {
  background: #fff;
  border: 1px solid rgba(222, 232, 250, .95);
  border-radius: 28px;
  padding: 24px 28px 26px;
  box-shadow: 0 18px 34px rgba(8, 38, 124, .12);
  display: grid;
  align-content: start;
  min-height: 198px
}

.spc-general-trading-template .sector-stat-text {
  display: block;
  min-width: 0
}

.spc-general-trading-template .sector-stat b {
  display: block;
  color: var(--spc-blue);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.045em;
  margin-bottom: 14px
}

.spc-general-trading-template .sector-stat-text>span {
  display: block;
  color: #38445b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45
}

.spc-general-trading-template .sector-stat .dirham-price,
.spc-general-trading-template .sector-stat .dirham-symbol {
  white-space: nowrap
}

.spc-general-trading-template .sector-stat .dirham-symbol {
  /* font-size: .84em */
}

.spc-general-trading-template .hero {
  --hero-blue: #0057ff;
  padding: 20px 0 0;
  position: relative;
  /* min-height: 760px; */
  overflow: hidden;
  color: #fff;
  background-color: var(--hero-blue);
  background-image: var(--hero-bg-image, linear-gradient(115deg, #075dff 0%, #003fcb 100%));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.spc-general-trading-template .hero>.container {
  width: min(1680px, calc(100% - 96px))
}

.spc-general-trading-template .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(270px, .52fr) minmax(420px, .78fr);
  gap: 18px;
  align-items: center;
  min-height: 690px
}

.spc-general-trading-template .hero-content {
  position: relative;
  z-index: 3;
  padding: 12px 0 92px
}

.spc-general-trading-template .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--spc-blue);
  font-weight: 600;
  background: #eef3ff;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  padding: 9px 13px;
  margin-bottom: 20px
}

.spc-general-trading-template .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--spc-cyan);
  box-shadow: 0 0 0 6px rgba(0, 178, 199, .12)
}

.spc-general-trading-template h1,
.spc-general-trading-template h2,
.spc-general-trading-template h3 {
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0;
  color: var(--spc-ink)
}

.spc-general-trading-template h1 {
  font-size: clamp(42px, 6.2vw, 76px) !important;
  font-family: "General Sans" !important;
  font-weight: 800;
  max-width: 860px
}

.spc-general-trading-template .hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(58px, 5.8vw, 98px) !important;
  line-height: .95;
  letter-spacing: -.065em
}

.spc-general-trading-template h1 span {
  color: var(--spc-blue);
  position: relative;
  white-space: nowrap
}

.spc-general-trading-template .hero h1 span {
  color: inherit;
  white-space: normal
}

.spc-general-trading-template h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .05em;
  height: .16em;
  background: var(--spc-cyan);
  opacity: .36;
  border-radius: 6px;
  z-index: -1
}

.spc-general-trading-template .hero h1 span::after {
  display: none
}

.spc-general-trading-template .hero-copy {
  font-size: 19px;
  color: #33415f;
  margin: 22px 0 28px;
  max-width: 720px;
  font-weight: 400
}

.spc-general-trading-template .hero .hero-copy {
  max-width: 640px;
  margin: 26px 0 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 500
}

.spc-general-trading-template .hero .hero-copy .dirham-price {
  font-weight: 800
}

.spc-general-trading-template .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px
}

.spc-general-trading-template .hero .hero-actions {
  margin: 0 0 28px;
  gap: 16px
}

.spc-general-trading-template .hero .hero-actions .btn {
  min-height: 56px;
  padding: 15px 22px;
  background: #fff;
  border-color: #fff;
  color: #252b37;
  box-shadow: 0 18px 34px rgba(0, 29, 105, .16)
}

.spc-general-trading-template .hero .hero-actions .btn:hover {
  background: #f4f7ff;
  border-color: #071329;
  color: #fff
}

.spc-general-trading-template .hero-note {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800
}

.spc-general-trading-template .hero-visual {
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: center;
  margin: 0 -105px 0 -34px;
  pointer-events: none
}

.spc-general-trading-template .hero-visual img {
  width: min(34vw, 620px);
  min-width: 300px;
  max-height: 730px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 28px 42px rgba(0, 23, 78, .24))
}

.spc-general-trading-template .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: #44516d
}

.spc-general-trading-template .hero-meta span {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 999px;
  padding: 8px 11px;
  box-shadow: 0 10px 25px rgba(7, 19, 41, .04)
}

.spc-general-trading-template .hero-card {
  position: relative;
  background: linear-gradient(145deg, #fff 0%, #f8fbff 70%);
  border: 1px solid rgba(223, 231, 244, .95);
  border-radius: 34px;
  box-shadow: var(--spc-shadow);
  padding: 22px;
  overflow: hidden
}

.spc-general-trading-template .hero-card::before {
  content: "";
  position: absolute;
  inset: -80px auto auto -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 178, 199, .16)
}

.spc-general-trading-template .hero-card::after {
  content: "SPC";
  position: absolute;
  right: -26px;
  bottom: -30px;
  font-size: 110px;
  line-height: 1;
  font-weight: 800;
  color: rgba(27, 69, 229, .05);
  letter-spacing: -.08em
}

.spc-general-trading-template .license-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 26px;
  overflow: hidden
}

.spc-general-trading-template .license-head {
  background: linear-gradient(135deg, var(--spc-blue), #617fff);
  color: #fff;
  padding: 24px
}

.spc-general-trading-template .license-head .label {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  opacity: .85
}

.spc-general-trading-template .license-head h2 {
  color: #fff;
  font-size: 28px;
  margin-top: 8px
}

.spc-general-trading-template .price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--spc-border)
}

.spc-general-trading-template .price-row small {
  font-size: 12px;
  color: var(--spc-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.spc-general-trading-template .price {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -.06em;
  color: var(--spc-blue);
  line-height: 1
}

.spc-general-trading-template .price span {
  font-size: 14px;
  color: #53617c;
  letter-spacing: 0;
  font-weight: 700
}

.spc-general-trading-template .quick-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--spc-border)
}

.spc-general-trading-template .quick-list div {
  padding: 16px;
  border-right: 1px solid var(--spc-border);
  border-bottom: 1px solid var(--spc-border)
}

.spc-general-trading-template .quick-list div:nth-child(even) {
  border-right: 0
}

.spc-general-trading-template .quick-list div:nth-last-child(-n+2) {
  border-bottom: 0
}

.spc-general-trading-template .quick-list b {
  display: block;
  font-size: 18px;
  color: var(--spc-ink);
  line-height: 1.2
}

.spc-general-trading-template .quick-list small {
  font-size: 12px;
  color: var(--spc-muted);
  font-weight: 600
}

.spc-general-trading-template .license-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  color: #31415f;
  font-size: 14px;
  font-weight: 600
}

.spc-general-trading-template .review-dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eafcf4;
  color: var(--spc-green);
  display: grid;
  place-items: center;
  flex: none
}

.spc-general-trading-template .hero-form-card {
  width: min(100%, 560px);
  justify-self: end;
  z-index: 4;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible
}

.spc-general-trading-template .hero-form-card::before,
.spc-general-trading-template .hero-form-card::after {
  display: none
}

.spc-general-trading-template .hero-lead-form {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 46px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .form-head {
  margin-bottom: 20px
}

.spc-general-trading-template .form-head .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 800;
  color: var(--spc-blue);
  background: #eef3ff;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  padding: 8px 11px;
  margin-bottom: 12px
}

.spc-general-trading-template .form-head .label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--spc-cyan);
  box-shadow: 0 0 0 5px rgba(0, 178, 199, .12)
}

.spc-general-trading-template .form-head h2 {
  font-size: 30px;
  margin-bottom: 10px
}

.spc-general-trading-template .form-head p {
  margin: 0;
  color: #52607a;
  font-size: 14px;
  line-height: 1.65
}

.spc-general-trading-template .form-grid {
  display: grid;
  gap: 13px;
  margin-bottom: 18px
}

.spc-general-trading-template .form-grid label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: #26344f
}

.spc-general-trading-template .form-grid input {
  height: 54px;
  width: 100%;
  border: 1px solid var(--spc-border);
  border-radius: 16px;
  background: #f8fbff;
  padding: 0 16px;
  font: 600 14px "General Sans", system-ui;
  color: var(--spc-ink);
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease
}

.spc-general-trading-template .form-grid input:focus {
  background: #fff;
  border-color: rgba(27, 69, 229, .48);
  box-shadow: 0 0 0 4px rgba(27, 69, 229, .10)
}

.spc-general-trading-template .form-submit {
  width: 100%;
  border: 0
}

.spc-general-trading-template .form-note {
  margin: 13px 0 0;
  color: #6a7691;
  font-size: 12px;
  text-align: center
}

.spc-general-trading-template .section {
  padding: 70px 0
}

.spc-general-trading-template .section.tight {
  padding-top: 34px
}

.spc-general-trading-template .section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px
}

.spc-general-trading-template .section-kicker {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--spc-blue);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px
}

.spc-general-trading-template .section h2 {
  font-size: clamp(30px, 4vw, 52px);
  max-width: 780px;
  margin-bottom: 10px;
}

.spc-general-trading-template .section-intro {
  font-size: 17px;
  color: #4f5d78;
  max-width: 760px;
  margin: 16px 0 0
}

.spc-general-trading-template .overview-section {
  padding: 88px 0 70px;
  background: #fff
}

.spc-general-trading-template .overview-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 56px;
  align-items: center
}

.spc-general-trading-template .overview-copy {
  max-width: 560px;
  justify-self: end
}

.spc-general-trading-template .overview-copy h2 {
  color: #3b3b3d;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
  margin: 0 0 22px
}

.spc-general-trading-template .overview-copy p {
  color: #242424;
  font-size: 18px;
  line-height: 1.34;
  margin: 0;
  max-width: 560px
}

.spc-general-trading-template .overview-calculator {
  position: relative;
  min-height: 330px;
  border-radius: 36px;
  overflow: hidden;
  background-color: #0057ff;
  background-image: var(--overview-card-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  box-shadow: 0 24px 46px rgba(7, 19, 41, .08)
}



.spc-general-trading-template .overview-calculator-content {
  position: relative;
  z-index: 1;
  width: min(52%, 390px);
  padding: 40px 0 40px 48px
}

.spc-general-trading-template .overview-calculator h3 {
  color: #fff;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0 0 10px
}

.spc-general-trading-template .overview-calculator p {
  color: #fff;
  font-size: 17px;
  line-height: 1.28;
  margin: 0 0 22px
}

.spc-general-trading-template .overview-calculator .btn {
  min-height: 48px;
  padding: 12px 18px;
  background: #fff;
  border-color: #fff;
  color: #252b37;
  box-shadow: 0 14px 26px rgba(0, 21, 90, .16)
}

.spc-general-trading-template .overview-calculator .btn:hover {
  background: #f4f7ff;
  border-color: #071329;
  color: #fff
}

.spc-general-trading-template .facts-card,
.spc-general-trading-template .plain-card {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: var(--spc-radius);
  box-shadow: var(--spc-shadow-sm);
  padding: 30px
}

.spc-general-trading-template .facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.spc-general-trading-template #facts.section {
  padding: 68px 0;
  background: #f5f8fd
}

.spc-general-trading-template .facts-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 54px;
  align-items: center
}

.spc-general-trading-template .facts-video-preview {
  position: relative;
  min-height: 520px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #eaf2ff;
  background-image: var(--facts-video-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(223, 231, 244, .65)
}

.spc-general-trading-template .facts-video-preview::before {
  display: none
}

.spc-general-trading-template .facts-feature-copy h2 {
  color: #02040a;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
  margin: 0 0 24px
}

.spc-general-trading-template .facts-summary-card {
  position: relative;
  max-width: 360px;
  background: #fff;
  border: 1px solid #d9e2f0;
  border-radius: 28px;
  padding: 22px 22px 24px;
  box-shadow: 18px 18px 34px rgba(7, 19, 41, .16);
  overflow: hidden
}

.spc-general-trading-template .facts-summary-card::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -16px;
  width: 126px;
  height: 126px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(177, 203, 247, .95), rgba(214, 229, 255, .86));
  transform: rotate(45deg);
}

.spc-general-trading-template .facts-price-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
  padding: 10px 14px 12px;
  border-radius: 10px;
  background: #1b45e5;
  color: #fff;
  margin-bottom: 14px
}



.spc-general-trading-template .facts-price-badge strong {
  font-size: 30px;
  line-height: .95;
  letter-spacing: -.045em
}

.spc-general-trading-template .facts-summary-card h3 {
  position: relative;
  z-index: 1;
  color: #111111;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 12px
}

.spc-general-trading-template .facts-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px
}

.spc-general-trading-template .facts-list li {
  position: relative;
  padding-left: 26px;
  color: #1f2430;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15
}

.spc-general-trading-template .facts-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2d6cff;
  box-shadow: 0 0 0 4px rgba(45, 108, 255, .12)
}

.spc-general-trading-template .fact {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--spc-shadow-sm);
  position: relative;
  overflow: hidden
}

.spc-general-trading-template .fact::before {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(27, 69, 229, .08)
}

.spc-general-trading-template .fact-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.spc-general-trading-template .fact b,
.spc-general-trading-template .fact span {
  position: relative;
  z-index: 1
}

.spc-general-trading-template .fact b {
  display: block;
  font-size: 27px;
  line-height: 1;
  color: var(--spc-blue);
  letter-spacing: -.05em;
  margin-bottom: 9px
}

.spc-general-trading-template .fact>b+span {
  display: block;
  color: #4c5a75;
  font-size: 13px;
  font-weight: 600
}

.spc-general-trading-template .cta-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background-image: linear-gradient(#071329, #071329), linear-gradient(135deg, var(--spc-blue), #5574ff);
  background-position: left center, center;
  background-repeat: no-repeat;
  background-size: 0% 100%, 100% 100%;
  color: #fff;
  border-radius: 28px;
  padding: 24px 28px;
  box-shadow: 0 22px 45px rgba(27, 69, 229, .28);
  overflow: hidden;
  position: relative
}

.spc-general-trading-template .cta-strip::before {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12)
}

.spc-general-trading-template .cta-strip h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 4px;
  font-weight: 600;
}

.spc-general-trading-template .cta-strip p {
  margin: 0;
  color: #e7edff
}

.spc-general-trading-template .cta-strip .btn {
  position: relative;
  background: #fff;
  color: var(--spc-blue)
}

#video {
  display: none;
}

.spc-general-trading-template .video-card {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 34px;
  box-shadow: var(--spc-shadow);
  padding: 26px;
  overflow: hidden
}

.spc-general-trading-template .video-frame {
  aspect-ratio: 16/9;
  border-radius: 24px;
  background: linear-gradient(135deg, #071329, #1b45e5);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  min-height: 280px
}

.spc-general-trading-template .video-frame::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px
}

.spc-general-trading-template .play {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  color: var(--spc-blue);
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
  position: relative;
  z-index: 2
}

.spc-general-trading-template .video-lines {
  display: grid;
  gap: 14px
}

.spc-general-trading-template .video-lines h3 {
  font-size: 34px
}

.spc-general-trading-template .video-lines p {
  color: #4d5b76;
  margin: 0
}

.spc-general-trading-template .transcript {
  background: var(--spc-soft);
  border: 1px solid var(--spc-border);
  border-radius: 18px;
  padding: 15px;
  color: #4e5b75;
  font-size: 14px
}

.spc-general-trading-template .activity-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 20px
}

.spc-general-trading-template .activity-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%
}

.spc-general-trading-template .search-input {
  width: 100%;
  height: 58px;
  border: 1px solid var(--spc-border);
  border-radius: 999px;
  padding: 0 22px 0 50px;
  font: 600 15px "General Sans", system-ui;
  background: #fff;
  box-shadow: var(--spc-shadow-sm);
  outline: 0;
  color: #12203c
}

.spc-general-trading-template .search-wrap {
  position: relative;
  width: 100%
}

.spc-general-trading-template .search-wrap::before {
  content: "⌕";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--spc-blue);
  font-size: 26px;
  line-height: 1
}

.spc-general-trading-template .activity-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap
}

.spc-general-trading-template .expand-all-btn {
  position: relative;
  min-height: 50px;
  border: 1px solid rgba(27, 69, 229, .22);
  background: #fff;
  color: var(--spc-blue);
  border-radius: 999px;
  padding: 12px 18px;
  font: 800 13px "General Sans", system-ui;
  cursor: pointer;
  box-shadow: var(--spc-shadow-sm);
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  transition: box-shadow .2s, background .2s, color .2s, border-color .2s
}

.spc-general-trading-template .expand-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #071329;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s
}

.spc-general-trading-template .expand-all-btn:hover {
  background: #eef3ff;
  border-color: #071329;
  color: #fff
}

.spc-general-trading-template .expand-all-btn:hover::before {
  transform: scaleX(1)
}

.spc-general-trading-template .activities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-items: start
}

.spc-general-trading-template .activity-card {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 22px;
  overflow: hidden;
  transition: .2s ease;
  box-shadow: 0 12px 30px rgba(7, 19, 41, .05)
}

.spc-general-trading-template .activity-card[hidden] {
  display: none
}

.spc-general-trading-template .activity-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 0;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: var(--spc-ink)
}

.spc-general-trading-template .activity-title {
  display: block;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.25
}

.spc-general-trading-template .activity-card:not(.open) .activity-title.long-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.spc-general-trading-template .plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--spc-soft);
  display: grid;
  place-items: center;
  color: var(--spc-blue);
  font-weight: 900;
  flex: none;
  transition: .2s ease
}

.spc-general-trading-template .activity-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease
}

.spc-general-trading-template .activity-card.open {
  border-color: rgba(27, 69, 229, .35);
  box-shadow: 0 20px 40px rgba(27, 69, 229, .1)
}

.spc-general-trading-template .activity-card.open .activity-body {
  grid-template-rows: 1fr
}

.spc-general-trading-template .activity-card.open .plus {
  transform: rotate(45deg);
  background: var(--spc-blue);
  color: #fff
}

.spc-general-trading-template .activity-body-inner {
  overflow: hidden
}

.spc-general-trading-template .activity-body p {
  padding: 0 20px 20px;
  margin: 0;
  color: #4e5b75;
  font-size: 14px
}

.spc-general-trading-template #activities.section {
  background: #fff
}

.spc-general-trading-template #activities .section-head {
  justify-content: center;
  text-align: center
}

.spc-general-trading-template #activities .section-head>div {
  max-width: 880px
}

.spc-general-trading-template #activities h2 {
  color: #3b3b3d
}

.spc-general-trading-template .usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.spc-general-trading-template #why-spc.section {
  background: #f5f8fd
}

.spc-general-trading-template #why-spc .section-head {
  justify-content: center;
  text-align: center;
  margin-bottom: 40px
}

.spc-general-trading-template #why-spc .section-head>div {
  max-width: 980px
}

.spc-general-trading-template #why-spc h2 {
  color: #3b3b3d;
  font-size: clamp(38px, 4vw, 52px);
  line-height: .96;
  letter-spacing: -.055em
}

.spc-general-trading-template #why-spc h2 span {
  color: #1b45e5;
  display: inline-block;
  white-space: nowrap
}

.spc-general-trading-template .usp {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--spc-shadow-sm);
  position: relative;
  overflow: hidden;
  min-height: 220px
}

.spc-general-trading-template #why-spc .usp-grid {
  gap: 22px
}

.spc-general-trading-template #why-spc .usp {
  min-height: 278px;
  padding: 26px 24px 28px;
  border-radius: 28px;
  border-color: #dfe7f4;
  box-shadow: 0 18px 38px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .usp::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(27, 69, 229, .06)
}

.spc-general-trading-template #why-spc .usp::after {
  display: none
}

.spc-general-trading-template .usp-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef3ff, #e9fbfd);
  display: grid;
  place-items: center;
  color: var(--spc-blue);
  font-size: 27px;
  margin-bottom: 18px;
  overflow: hidden
}

.spc-general-trading-template #why-spc .usp-icon {
  width: 66px;
  height: 58px;
  border-radius: 14px;
  background: #1b45e5;
  margin-bottom: 18px;
  justify-content: flex-start;
  padding-left: 14px
}

.spc-general-trading-template .usp-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block
}

.spc-general-trading-template #why-spc .usp-icon img {
  width: 40px;
  height: 40px
}

.spc-general-trading-template .usp h3 {
  font-size: 22px;
  margin-bottom: 10px
}

.spc-general-trading-template #why-spc .usp h3 {
  color: #172033;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-weight: 800;
}

.spc-general-trading-template .usp p {
  margin: 0;
  color: #52607a;
  font-size: 14px
}

.spc-general-trading-template #why-spc .usp p {
  color: #617089;
  font-size: 15px;
  line-height: 1.45
}

.spc-general-trading-template #location.section {
  background: #fff
}

.spc-general-trading-template .location-feature {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: 56px;
  align-items: center
}

.spc-general-trading-template .location-copy {
  max-width: 690px
}

.spc-general-trading-template .location-copy h2 {
  color: #3b3b3d;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .96;
  letter-spacing: -.055em;
  margin: 0 0 24px
}

.spc-general-trading-template .location-copy h2 span {
  color: #1b45e5;
  display: inline-block;
  white-space: nowrap
}

.spc-general-trading-template .location-copy p {
  margin: 0;
  color: #242424;
  font-size: 19px;
  line-height: 1.28;
  max-width: 720px
}

.spc-general-trading-template .location-copy p+p {
  margin-top: 26px
}

.spc-general-trading-template .location-visual {
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf7ff, #ffffff);
  /* box-shadow: 0 22px 56px rgba(7, 19, 41, .10) */
}

.spc-general-trading-template .location-visual img {
  width: 100%;
  height: auto;
  display: block
}

.spc-general-trading-template .map-card {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  background: linear-gradient(145deg, #fff 0%, #f7fbff 100%);
  border: 1px solid #e7eefb;
  border-radius: 36px;
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 28px 76px rgba(7, 19, 41, .10);
  overflow: hidden
}

.spc-general-trading-template .map-visual {
  min-height: 500px;
  border-radius: 30px;
  background: #f3f8ff;
  position: relative;
  overflow: hidden;
  border: 1px solid #d8e7fb;
  box-shadow: 0 18px 42px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .map-visual svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.spc-general-trading-template .placeholder-map {
  display: grid;
  place-items: center;
  min-height: 500px
}

.spc-general-trading-template .placeholder-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px
}

.spc-general-trading-template .map-info {
  display: block;
  max-width: 780px
}

.spc-general-trading-template .map-info .section-kicker {
  color: var(--spc-blue);
  font-size: 14px;
  letter-spacing: .12em;
  margin-bottom: 22px
}

.spc-general-trading-template .map-info h2 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #061943;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.04;
  letter-spacing: -.055em
}

.spc-general-trading-template .map-info .section-intro {
  max-width: 760px;
  margin: 0 0 36px;
  color: #244fa4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75
}

.spc-general-trading-template .map-point {
  display: flex;
  gap: 22px;
  align-items: center;
  max-width: 720px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e4ecfa;
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: 0 18px 40px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .map-point+.map-point {
  margin-top: 18px
}

.spc-general-trading-template .point-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e4f0ff;
  color: var(--spc-blue);
  display: grid;
  place-items: center;
  flex: none;
  box-shadow: inset 0 0 0 1px rgba(27, 69, 229, .06)
}

.spc-general-trading-template .point-icon svg {
  width: 36px;
  height: 36px;
  display: block
}

.spc-general-trading-template .map-point b {
  display: block;
  margin: 0 0 7px;
  color: #071942;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em
}

.spc-general-trading-template .map-point>span:not(.point-icon) {
  color: #234a99;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55
}

.spc-general-trading-template .comparison-wrap {
  overflow: auto;
  border: 1px solid var(--spc-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--spc-shadow-sm)
}

.spc-general-trading-template #compare.section {
  background: #f5f8fd
}

.spc-general-trading-template #compare .section-head {
  justify-content: center;
  text-align: center;
  margin-bottom: 28px
}

.spc-general-trading-template #compare .section-head>div {
  max-width: 860px
}

.spc-general-trading-template #compare h2 {
  color: #3b3b3d;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: .96;
  letter-spacing: -.055em
}

.spc-general-trading-template #compare h2 span {
  color: #1b45e5;
  display: inline-block;
  white-space: nowrap
}

.spc-general-trading-template #compare .section-intro {
  max-width: 620px;
  margin: 14px auto 0;
  color: #7b879d;
  font-size: 15px;
  line-height: 1.5
}

.spc-general-trading-template table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px
}

.spc-general-trading-template th,
.spc-general-trading-template td {
  text-align: left;
  padding: 18px 20px;
  border-bottom: 1px solid var(--spc-border);
  vertical-align: top
}

.spc-general-trading-template th {
  background: #071329;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap
}

.spc-general-trading-template #compare .comparison-wrap {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe7f4;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(7, 19, 41, .10)
}

.spc-general-trading-template #compare table {
  min-width: 0
}

.spc-general-trading-template #compare th,
.spc-general-trading-template #compare td {
  padding: 20px 16px;
  font-size: 15px
}

.spc-general-trading-template #compare th {
  background: #121a2e;
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em
}

.spc-general-trading-template #compare th:nth-child(2) {
  background: linear-gradient(90deg, #2563ff, #4d95ff)
}

.spc-general-trading-template #compare th:first-child {
  border-top-left-radius: 18px
}

.spc-general-trading-template #compare th:last-child {
  border-top-right-radius: 18px
}

.spc-general-trading-template #compare td {
  color: #67758f;
  background: #fff
}

.spc-general-trading-template #compare td:first-child {
  color: #18243d;
  font-size: 14px;
  font-weight: 800
}

.spc-general-trading-template #compare .soft-cell {
  background: #eef4ff
}

.spc-general-trading-template #compare .comparison-disclaimer {
  margin: 0;
  padding: 14px 22px 16px;
  border-top: 1px solid rgba(223, 231, 244, .92);
  background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
  color: #6d7b96;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55
}

.spc-general-trading-template #compare .comparison-disclaimer::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  color: #1b45e5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase
}

.comparison-wrap table {
  margin-bottom: 0;
}

.spc-general-trading-template .compare-cta-section {
  padding-top: 22px
}

.spc-general-trading-template .compare-cta-card {
  max-width: 980px;
  margin: 0 auto
}

.spc-general-trading-template tr:last-child td {
  border-bottom: 0
}

.spc-general-trading-template td:first-child {
  font-weight: 800;
  color: #18243d
}

.spc-general-trading-template .win {
  color: var(--spc-green);
  font-weight: 900
}

.spc-general-trading-template #compare .win {
  color: #1b45e5
}

.spc-general-trading-template .soft-cell {
  background: #f7faff
}

.spc-general-trading-template .stats-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 22px;
  align-items: center;
  background: linear-gradient(145deg, #071329, #10245a);
  border-radius: 34px;
  color: #fff;
  padding: 30px;
  box-shadow: var(--spc-shadow);
  overflow: hidden;
  position: relative
}

.spc-general-trading-template .stats-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -140px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(0, 178, 199, .16)
}

.spc-general-trading-template .stats-panel h2,
.spc-general-trading-template .stats-panel h3 {
  color: #fff
}

.spc-general-trading-template .stats-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px
}

.spc-general-trading-template .stat-item {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  padding: 18px;
  backdrop-filter: blur(8px)
}

.spc-general-trading-template .stat-item b {
  display: block;
  font-size: 30px;
  letter-spacing: -.05em;
  color: #7ceaf6;
  line-height: 1;
  margin-bottom: 8px
}

.spc-general-trading-template .stat-item span {
  font-size: 13px;
  color: #e2e9ff
}

.spc-general-trading-template .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  counter-reset: steps
}

.spc-general-trading-template #steps.section {
  background: #f5f8fd
}

.spc-general-trading-template #steps .section-head {
  justify-content: center;
  text-align: center;
  margin-bottom: 34px
}

.spc-general-trading-template #steps .section-head>div {
  max-width: 860px
}

.spc-general-trading-template #steps h2 {
  color: #3b3b3d;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .96;
  letter-spacing: -.055em
}

.spc-general-trading-template #steps .steps {
  gap: 16px
}

.spc-general-trading-template .step {
  counter-increment: steps;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--spc-shadow-sm);
  position: relative;
  overflow: hidden
}

.spc-general-trading-template #steps .step {
  min-height: 206px;
  padding: 18px 16px 20px;
  border-radius: 22px;
  border-color: #dfe7f4;
  box-shadow: 0 18px 36px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .step::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--spc-blue);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 12px 26px rgba(27, 69, 229, .25)
}

.spc-general-trading-template #steps .step::before {
  width: 58px;
  height: 54px;
  border-radius: 10px;
  place-items: center;
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(27, 69, 229, .22)
}

.spc-general-trading-template .step h3 {
  font-size: 22px;
  margin-bottom: 8px
}

.spc-general-trading-template #steps .step h3 {
  color: #172033;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 8px
}

.spc-general-trading-template .step p {
  margin: 0;
  color: #51607b;
  font-size: 14px
}

.spc-general-trading-template #steps .step p {
  color: #65738c;
  font-size: 13px;
  line-height: 1.55
}

.spc-general-trading-template .content-card {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--spc-shadow);
  columns: 2;
  column-gap: 40px;
  color: #44536f
}

.spc-general-trading-template .seo-knowledge-section {
  background: #fff
}

.spc-general-trading-template .seo-knowledge-section .section-head {
  justify-content: center;
  text-align: center;
  margin-bottom: 28px
}

.spc-general-trading-template .seo-knowledge-section .section-head>div {
  max-width: 860px
}

.spc-general-trading-template .seo-knowledge-section h2 {
  color: #3b3b3d;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  margin: 0
}

.spc-general-trading-template .seo-knowledge-section h2 span {
  display: block
}

.spc-general-trading-template .seo-title-top {
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.035em
}

.spc-general-trading-template .seo-title-main {
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.05em;
  margin-top: 0px
}

.spc-general-trading-template .seo-title-bottom {
  font-size: clamp(42px, 4.2vw, 56px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
  margin-top: 2px
}

.spc-general-trading-template .seo-panel {
  columns: unset;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .96fr);
  gap: 38px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 34px 38px;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(16, 31, 61, .14);
  color: #3f3f42;
  background: #f4f4f4d9;
}

.spc-general-trading-template .seo-copy,
.spc-general-trading-template .seo-benefits {
  min-width: 0
}

.spc-general-trading-template .content-card p {
  break-inside: avoid;
  margin: 0 0 16px
}

.spc-general-trading-template .seo-panel p {
  color: #3f3f42;
  font-size: 15px;
  line-height: 1.67;
  margin: 0 0 26px
}

.spc-general-trading-template .seo-copy p:last-child {
  margin-bottom: 0
}

.spc-general-trading-template .content-card ul {
  break-inside: avoid;
  margin: 0;
  padding-left: 20px
}

.spc-general-trading-template .seo-benefits h3 {
  color: #3b3b3d;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 2px 0 24px
}

.spc-general-trading-template .seo-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px
}

.spc-general-trading-template .seo-benefits li {
  position: relative;
  padding-left: 16px;
  color: #2f2f33;
  font-size: 14px;
  line-height: 1.32
}

.spc-general-trading-template .seo-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6cff;
  box-shadow: 0 0 0 3px rgba(45, 108, 255, .12)
}

.spc-general-trading-template .seo-benefits strong {
  color: #2f2f33;
  font-weight: 700
}

.spc-general-trading-template #faqs.section {
  background: linear-gradient(180deg, #f6f8fd 0%, #f4f7fc 100%)
}

.spc-general-trading-template #faqs .faq-head {
  justify-content: center;
  text-align: center;
  margin-bottom: 34px
}

.spc-general-trading-template #faqs .faq-head>div {
  max-width: 760px
}

.spc-general-trading-template #faqs h2 {
  margin: 0;
  color: #3b3b3d;
  line-height: .98;
  letter-spacing: -.035em
}

.spc-general-trading-template #faqs h2 span {
  display: block
}

.spc-general-trading-template .faq-title-top {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700
}

.spc-general-trading-template .faq-title-main {
  font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 700;
  margin-top: 6px
}

.spc-general-trading-template .faq-title-bottom {
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 700;
  margin-top: 4px
}

.spc-general-trading-template .faq-list {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto
}

.spc-general-trading-template .faq {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(7, 19, 41, .05);
  overflow: hidden
}

.spc-general-trading-template .faq button {
  width: 100%;
  border: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 18px;
  padding: 20px 22px;
  font: 800 16px "General Sans", system-ui;
  color: var(--spc-ink);
  cursor: pointer
}

.spc-general-trading-template .faq .plus {
  background: #eef3ff
}

.spc-general-trading-template .faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease
}

.spc-general-trading-template .faq.open .faq-body {
  grid-template-rows: 1fr
}

.spc-general-trading-template .faq.open .plus {
  transform: rotate(45deg);
  background: var(--spc-blue);
  color: #fff
}

.spc-general-trading-template .faq-body div {
  overflow: hidden
}

.spc-general-trading-template .faq-body p {
  padding: 0 22px 22px;
  margin: 0;
  color: #4d5b75
}

.spc-general-trading-template .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.spc-general-trading-template .related-card {
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--spc-shadow-sm);
  transition: .2s ease
}

.spc-general-trading-template .related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 69, 229, .35)
}

.spc-general-trading-template .related-card span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--spc-blue);
  font-weight: 800
}

.spc-general-trading-template .related-card h3 {
  font-size: 21px;
  margin: 11px 0 12px
}

.spc-general-trading-template .related-card p {
  font-size: 14px;
  color: #52607a;
  margin: 0
}

.spc-general-trading-template .category-strip {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  cursor: grab;
  user-select: none
}

.spc-general-trading-template .category-strip.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto
}

.spc-general-trading-template .category-strip.is-dragging a {
  pointer-events: none
}

.spc-general-trading-template .category-card {
  flex: 0 0 220px;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(7, 19, 41, .05)
}

.spc-general-trading-template .category-card.current {
  background: #071329;
  color: #fff;
  border-color: #071329
}

.spc-general-trading-template .category-card b {
  display: block;
  font-size: 18px;
  letter-spacing: -.03em;
  margin-bottom: 5px
}

.spc-general-trading-template .category-card span {
  font-size: 13px;
  color: #6a7691
}

.spc-general-trading-template .category-card.current span {
  color: #bfcaff
}

#consultation {
  padding-bottom: 0;
}

.spc-general-trading-template .final-cta {
  background: linear-gradient(90deg, #0d5cff 0%, #2167ff 44%, #5f98f1 100%);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 32px 94px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  text-align: center;
  box-shadow: 0 24px 56px rgba(8, 48, 151, .18);
  position: relative;
  overflow: hidden
}

.spc-general-trading-template .final-cta::before,
.spc-general-trading-template .final-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 160px;
  height: 560px;
  border-radius: 90px;
  background: rgba(255, 255, 255, .16);
  transform: translateY(-50%) rotate(32deg);
  pointer-events: none
}

.spc-general-trading-template .final-cta::before {
  left: 140px
}

.spc-general-trading-template .final-cta::after {
  right: 140px
}

.spc-general-trading-template .final-cta>div,
.spc-general-trading-template .final-cta>a {
  position: relative;
  z-index: 1
}

.spc-general-trading-template .final-cta>div {
  max-width: 940px
}

.spc-general-trading-template .final-cta h2 {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(40px, 4.8vw, 74px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.05em
}

.spc-general-trading-template .final-cta h2 span {
  white-space: nowrap
}

.spc-general-trading-template .final-cta p {
  max-width: 980px;
  color: rgba(255, 255, 255, .88);
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.6
}

.spc-general-trading-template .final-cta .btn-light {
  margin-top: 28px;
  min-height: 64px;
  padding: 0 28px;
  border-color: rgba(255, 255, 255, .94);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(8, 38, 124, .14)
}

.spc-general-trading-template .final-cta .btn-light:hover {
  color: #fff;
  border-color: #071329
}

.spc-general-trading-template .footer-grid h4 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #fff
}

.spc-general-trading-template .footer-grid a,
.spc-general-trading-template .footer-grid p {
  display: block;
  color: #aeb9d4;
  font-size: 13px;
  margin: 0 0 9px
}

.spc-general-trading-template .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 20px;
  color: #8f9bb8;
  font-size: 12px
}

.spc-general-trading-template .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease
}

.spc-general-trading-template .reveal.visible {
  opacity: 1;
  transform: none
}

@media(max-width:1024px) {
  .spc-general-trading-template .nav-links {
    display: none
  }

  .spc-general-trading-template .mobile-menu {
    display: block
  }

  .spc-general-trading-template .nav-cta .btn-light {
    display: none
  }

  .spc-general-trading-template .hero-grid,
  .spc-general-trading-template .overview-grid,
  .spc-general-trading-template .facts-feature,
  .spc-general-trading-template .location-feature,
  .spc-general-trading-template .video-card,
  .spc-general-trading-template .map-card,
  .spc-general-trading-template .stats-panel,
  .spc-general-trading-template .final-cta {
    grid-template-columns: 1fr
  }

  .spc-general-trading-template .facts-grid,
  .spc-general-trading-template .usp-grid,
  .spc-general-trading-template .steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .spc-general-trading-template .content-card {
    columns: 1
  }

  .spc-general-trading-template .overview-copy {
    justify-self: start
  }

  .spc-general-trading-template .overview-calculator-content {
    width: min(58%, 390px)
  }

  .spc-general-trading-template .facts-summary-card {
    max-width: 420px
  }

  .spc-general-trading-template #why-spc .usp-grid {
    gap: 18px
  }

  .spc-general-trading-template #compare .comparison-wrap {
    max-width: none
  }

  .spc-general-trading-template .seo-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px 34px
  }

  .spc-general-trading-template .sector-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}



@media(max-width:720px) {
  :root {
    --spc-anchor-sticky-top: 100px;
  }

  .spc-general-trading-template .container {
    width: min(100% - 26px, 1180px)
  }

  .spc-general-trading-template .anchor-nav-section {
    padding: 8px 0 0
  }

  .spc-general-trading-template .anchor-nav {
    gap: 8px;
    padding: 6px
  }

  .spc-general-trading-template .anchor-nav-link {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px
  }

  .spc-general-trading-template .hero {
    padding-top: 44px
  }

  .spc-general-trading-template .hero-grid {
    gap: 26px
  }

  .spc-general-trading-template h1 {
    font-size: 42px
  }

  .spc-general-trading-template .hero-copy {
    font-size: 16px
  }

  .spc-general-trading-template .hero-actions,
  .spc-general-trading-template .nav-cta,
  .spc-general-trading-template .activity-tools,
  .spc-general-trading-template .activity-search-form,
  .spc-general-trading-template .section-head,
  .spc-general-trading-template .cta-strip {
    display: grid;
    grid-template-columns: 1fr
  }

  .spc-general-trading-template .btn {
    width: 70%;
    min-width: 200px;
  }

  .spc-general-trading-template .quick-list,
  .spc-general-trading-template .facts-grid,
  .spc-general-trading-template .activities-grid,
  .spc-general-trading-template .usp-grid,
  .spc-general-trading-template .steps,
  .spc-general-trading-template .stats-list,
  .spc-general-trading-template .related-grid,
  .spc-general-trading-template .footer-grid {
    grid-template-columns: 1fr
  }

  .spc-general-trading-template .section {
    padding: 48px 0
  }

  .spc-general-trading-template .overview-section {
    padding: 52px 0 44px
  }

  .spc-general-trading-template .location-feature {
    gap: 30px
  }

  .spc-general-trading-template .location-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
    margin-bottom: 18px
  }

  .spc-general-trading-template .location-copy p {
    font-size: 16px;
    line-height: 1.34
  }

  .spc-general-trading-template .location-copy p+p {
    margin-top: 18px
  }

  .spc-general-trading-template .location-visual {
    border-radius: 26px
  }

  .spc-general-trading-template #why-spc .section-head {
    margin-bottom: 28px
  }

  .spc-general-trading-template #compare .section-head {
    margin-bottom: 22px
  }

  .spc-general-trading-template #steps .section-head {
    margin-bottom: 24px
  }

  .spc-general-trading-template #steps h2 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1
  }

  .spc-general-trading-template #compare h2 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1
  }

  .spc-general-trading-template .seo-knowledge-section .section-head {
    margin-bottom: 22px
  }

  .spc-general-trading-template .seo-title-top {
    font-size: clamp(22px, 5.7vw, 30px)
  }

  .spc-general-trading-template .seo-title-main {
    font-size: clamp(36px, 10vw, 48px)
  }

  .spc-general-trading-template .seo-title-bottom {
    font-size: clamp(32px, 8.6vw, 44px)
  }

  .spc-general-trading-template .seo-panel {
    padding: 30px 22px 26px;
    border-radius: 24px;
    gap: 24px
  }

  .spc-general-trading-template .seo-panel p {
    font-size: 14px;
    line-height: 1.62;
    margin-bottom: 20px
  }

  .spc-general-trading-template .seo-benefits h3 {
    font-size: 22px;
    margin-bottom: 18px
  }

  .spc-general-trading-template .seo-benefits li {
    font-size: 13px
  }

  .spc-general-trading-template .faq-title-top {
    font-size: clamp(22px, 5.6vw, 28px)
  }

  .spc-general-trading-template .faq-title-main {
    font-size: clamp(30px, 8vw, 40px)
  }

  .spc-general-trading-template .faq-title-bottom {
    font-size: clamp(28px, 7.2vw, 36px)
  }

  .spc-general-trading-template #compare .section-intro {
    font-size: 14px
  }

  .spc-general-trading-template #why-spc h2 {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1
  }

  .spc-general-trading-template #facts.section {
    padding: 48px 0
  }

  .spc-general-trading-template .overview-grid {
    gap: 28px
  }

  .spc-general-trading-template .facts-feature {
    gap: 28px
  }

  .spc-general-trading-template .overview-copy h2 {
    font-size: clamp(30px, 9.5vw, 42px);
    margin-bottom: 18px
  }

  .spc-general-trading-template .overview-copy p {
    font-size: 16px;
    line-height: 1.35
  }

  .spc-general-trading-template .breadcrumbs {
    gap: 7px;
  }

  .spc-general-trading-template .overview-calculator {
    min-height: 430px;
    border-radius: 28px;
    background-image: var(--overview-card-bg-mobile, var(--overview-card-bg));
    background-position: center bottom
  }

  .spc-general-trading-template .overview-calculator::before {
    background: linear-gradient(180deg, rgba(0, 87, 255, .98) 0%, rgba(0, 87, 255, .9) 46%, rgba(0, 87, 255, .28) 100%)
  }

  .spc-general-trading-template .overview-calculator-content {
    width: 86%;
    padding: 30px 24px
  }

  .spc-general-trading-template .overview-calculator h3 {
    font-size: 28px
  }

  .spc-general-trading-template .overview-calculator p {
    font-size: 16px
  }

  .spc-general-trading-template .facts-video-preview {
    min-height: 320px;
    border-radius: 28px
  }

  .spc-general-trading-template .facts-feature-copy h2 {
    font-size: clamp(28px, 8vw, 38px);
    margin-bottom: 20px
  }

  .spc-general-trading-template .facts-summary-card {
    max-width: none;
    border-radius: 24px;
    padding: 20px
  }

  .spc-general-trading-template .facts-summary-card::before {
    width: 104px;
    height: 104px
  }

  .spc-general-trading-template .facts-list li {
    font-size: 15px
  }

  .spc-general-trading-template #why-spc .usp {
    min-height: 0;
    padding: 22px
  }

  .spc-general-trading-template #why-spc .usp-icon {
    width: 76px;
    height: 52px;
    padding-left: 14px
  }

  .spc-general-trading-template #why-spc .usp h3 {
    font-size: 18px
  }

  .spc-general-trading-template #why-spc .usp p {
    font-size: 14px
  }

  .spc-general-trading-template #steps .step {
    min-height: 0;
    padding: 18px
  }

  .spc-general-trading-template #steps .step::before {
    width: 48px;
    height: 36px;
    font-size: 24px
  }

  .spc-general-trading-template .seo-panel {
    padding: 22px 18px;
    border-radius: 22px
  }

  .spc-general-trading-template .seo-benefits h3 {
    font-size: 24px
  }

  .spc-general-trading-template .plain-card,
  .spc-general-trading-template .content-card,
  .spc-general-trading-template .final-cta {
    padding: 24px;
    border-radius: 24px
  }

  .spc-general-trading-template .final-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 64px 24px 68px;
    border-radius: 0;
    text-align: center
  }

  .spc-general-trading-template .final-cta::before,
  .spc-general-trading-template .final-cta::after {
    width: 96px;
    height: 320px
  }

  .spc-general-trading-template .final-cta::before {
    left: 24px
  }

  .spc-general-trading-template .final-cta::after {
    right: 24px
  }

  .spc-general-trading-template .final-cta h2 {
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: 1
  }

  .spc-general-trading-template .final-cta p {
    margin-top: 18px;
    font-size: 15px
  }

  .spc-general-trading-template .final-cta .btn-light {
    margin-top: 24px;
    min-height: 58px;
    padding: 0 24px
  }

  .spc-general-trading-template .footer-bottom {
    display: block
  }

  .spc-general-trading-template .footer-bottom span {
    display: block;
    margin-top: 8px
  }

  .spc-general-trading-template .sector-glance {
    padding: 22px 18px 28px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0
  }

  .spc-general-trading-template .sector-glance-head {
    margin-bottom: 22px
  }

  .spc-general-trading-template .sector-glance h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: .98
  }

  .spc-general-trading-template .sector-stats {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .spc-general-trading-template .sector-stat {
    min-height: auto;
    padding: 18px 18px 20px;
    border-radius: 22px
  }

  .spc-general-trading-template .sector-stat b {
    font-size: 30px;
    margin-bottom: 10px
  }

  .spc-general-trading-template .sector-stat-text>span {
    font-size: 14px
  }

  .spc-general-trading-template .hero-breadcrumb .breadcrumbs {
    border-radius: 18px
  }

  .spc-general-trading-template .map-card {
    width: min(100% - 26px, 940px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
    border-radius: 28px
  }

  .spc-general-trading-template .map-visual,
  .spc-general-trading-template .placeholder-map {
    min-height: 300px;
    border-radius: 22px
  }

  .spc-general-trading-template .placeholder-map img {
    padding: 12px
  }

  .spc-general-trading-template .map-info .section-kicker {
    font-size: 12px;
    margin-bottom: 18px
  }

  .spc-general-trading-template .map-info h2 {
    font-size: 38px;
    margin-bottom: 20px
  }

  .spc-general-trading-template .map-info .section-intro {
    font-size: 15px;
    margin-bottom: 28px
  }

  .spc-general-trading-template .map-point {
    gap: 16px;
    padding: 18px;
    border-radius: 16px
  }

  .spc-general-trading-template .point-icon {
    width: 54px;
    height: 54px
  }

  .spc-general-trading-template .point-icon svg {
    width: 30px;
    height: 30px
  }

  .spc-general-trading-template .map-point b {
    font-size: 18px
  }

  .spc-general-trading-template .map-point>span:not(.point-icon) {
    font-size: 13px
  }
}

@media(max-width:400px) {
  .spc-general-trading-template .hero .hero-breadcrumb .breadcrumbs {
    gap: 3px;
    font-size: 12px;
  }
}

.spc-general-trading-template .hero-grid.no-form {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px
}

.spc-general-trading-template .hero-grid.no-form .hero-copy {
  max-width: 800px
}

.spc-general-trading-template .hero-shortcode {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--spc-border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 46px rgba(7, 19, 41, .08)
}

.spc-general-trading-template .hero .hero-shortcode {
  border-radius: 24px;
  box-shadow: 0 26px 58px rgba(0, 20, 84, .18)
}

.spc-general-trading-template .hero-shortcode .gform_wrapper,
.spc-general-trading-template .hero-shortcode .gform_wrapper.gravity-theme {
  margin: 0;
  font-family: inherit
}

.spc-general-trading-template .hero-shortcode .gform_heading,
.spc-general-trading-template .hero-shortcode .gform_required_legend {
  display: none
}

.spc-general-trading-template .general-trading-form-head {
  margin: 0 0 20px
}

.spc-general-trading-template .general-trading-form-head h2 {
  margin: 0 0 10px;
  color: var(--spc-ink);
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(22px, 0.7vw, 26px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.16
}

.spc-general-trading-template .general-trading-form-head h2 em {
  display: block;
  font-style: italic;
  font-size: .95em;
  font-weight: 600;
  letter-spacing: -.02em
}

.spc-general-trading-template .general-trading-form-head p {
  margin: 0;
  color: #52607a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65
}

.spc-general-trading-template .hero-shortcode .gform-body,
.spc-general-trading-template .hero-shortcode .gform_fields {
  display: grid;
  gap: 13px
}

.spc-general-trading-template .hero-shortcode .gform_fields {
  grid-template-columns: 1fr
}

.spc-general-trading-template .hero-shortcode .gfield,
.spc-general-trading-template .hero-shortcode .gfield.gfield--width-full,
.spc-general-trading-template .hero-shortcode .gfield.gfield--width-third,
.spc-general-trading-template .hero-shortcode .gfield.gfield--width-quarter {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0
}

.spc-general-trading-template .hero-shortcode .gfield_visibility_hidden,
.spc-general-trading-template .hero-shortcode .gform_validation_container,
.spc-general-trading-template .hero-shortcode .admin-hidden-markup {
  display: none !important
}

.spc-general-trading-template .hero-shortcode .gfield_label,
.spc-general-trading-template .hero-shortcode .gform-field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 7px;
  color: #26344f;
  font: 800 13px "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.25
}

.spc-general-trading-template .hero-shortcode .hidden_label>.gfield_label,
.spc-general-trading-template .hero-shortcode .hidden_label>legend.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap
}

.spc-general-trading-template .hero-shortcode .gfield_required,
.spc-general-trading-template .hero-shortcode .gfield_required_text {
  color: var(--spc-blue);
  font-size: 11px;
  font-weight: 800
}

.spc-general-trading-template .hero-shortcode input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.spc-general-trading-template .hero-shortcode textarea,
.spc-general-trading-template .hero-shortcode select {
  width: 100%;
  border: 1px solid var(--spc-border);
  border-radius: 16px;
  background: #f8fbff;
  color: var(--spc-ink);
  font: 600 14px "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: 0;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease
}

.spc-general-trading-template .hero-shortcode input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.spc-general-trading-template .hero-shortcode select {
  min-height: 54px;
  padding: 0 16px
}

.spc-general-trading-template .hero-shortcode textarea {
  min-height: 104px;
  resize: vertical;
  padding: 14px 16px;
  line-height: 1.5
}

.spc-general-trading-template .hero-shortcode input::placeholder,
.spc-general-trading-template .hero-shortcode textarea::placeholder {
  color: #8190ad;
  opacity: 1
}

.spc-general-trading-template .hero-shortcode input:focus,
.spc-general-trading-template .hero-shortcode textarea:focus,
.spc-general-trading-template .hero-shortcode select:focus {
  background: #fff;
  border-color: rgba(27, 69, 229, .48);
  box-shadow: 0 0 0 4px rgba(27, 69, 229, .10)
}

.spc-general-trading-template .hero-shortcode .ginput_container_phone .iti {
  width: 100%
}

.spc-general-trading-template .hero-shortcode .ginput_container_phone .iti__country-container {
  inset-inline-start: 0;
  inset-inline-end: auto;
  z-index: 3
}

.spc-general-trading-template .hero-shortcode .ginput_container_phone .iti__selected-country {
  min-height: 54px;
  border: 0;
  border-radius: 16px 0 0 16px;
  background: transparent;
  padding: 0 10px 0 14px;
  cursor: pointer
}

.spc-general-trading-template .hero-shortcode .ginput_container_phone input[type="tel"] {
  direction: ltr;
  padding-left: 70px !important
}

.spc-general-trading-template .hero-shortcode .iti__dropdown-content {
  z-index: 1000;
  border: 1px solid var(--spc-border);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(7, 19, 41, .14);
  overflow: hidden
}

.spc-general-trading-template .hero-shortcode .iti__country-list {
  max-height: 220px
}

.spc-general-trading-template .hero-shortcode .ginput_container_consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 2px
}

.spc-general-trading-template .hero-shortcode .ginput_container_consent input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border: 1px solid rgba(27, 69, 229, .28);
  border-radius: 6px;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer
}

.spc-general-trading-template .hero-shortcode .ginput_container_consent input[type="checkbox"]::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--spc-blue);
  transform: scale(0);
  transition: transform .15s ease
}

.spc-general-trading-template .hero-shortcode .ginput_container_consent input[type="checkbox"]:checked::before {
  transform: scale(1)
}

.spc-general-trading-template .hero-shortcode .ginput_container_consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(27, 69, 229, .16);
  outline-offset: 2px
}

.spc-general-trading-template .hero-shortcode .gfield_consent_label {
  display: block;
  margin: 0;
  color: #66738f;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55
}

.spc-general-trading-template .hero-shortcode .gfield_description,
.spc-general-trading-template .hero-shortcode .gfield_validation_message,
.spc-general-trading-template .hero-shortcode .validation_message {
  margin-top: 7px;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4
}

.spc-general-trading-template .hero-shortcode .gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.spc-general-trading-template .hero-shortcode .gfield_error textarea,
.spc-general-trading-template .hero-shortcode .gfield_error select {
  border-color: rgba(180, 35, 24, .55);
  background: #fff8f7
}

.spc-general-trading-template .hero-shortcode .gform_validation_errors {
  margin: 0 0 14px;
  border: 1px solid rgba(180, 35, 24, .2);
  border-radius: 16px;
  background: #fff8f7;
  padding: 12px 14px;
  color: #912018;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45
}

.spc-general-trading-template .hero-shortcode .gform_footer,
.spc-general-trading-template .hero-shortcode .gform_page_footer {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  padding: 0
}

.spc-general-trading-template .hero-shortcode .gform_button,
.spc-general-trading-template .hero-shortcode input[type="submit"],
.spc-general-trading-template .hero-shortcode button[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 56px;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 9999px !important;
  background-image: linear-gradient(#071329, #071329), linear-gradient(135deg, var(--spc-blue), #5574ff);
  background-position: left center, center;
  background-repeat: no-repeat;
  background-size: 0% 100%, 100% 100%;
  color: #fff;
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(27, 69, 229, .30);
  transition: box-shadow .2s, background-size 0.5s, filter .2s
}

.spc-general-trading-template .hero-shortcode .gform_button:hover,
.spc-general-trading-template .hero-shortcode input[type="submit"]:hover,
.spc-general-trading-template .hero-shortcode button[type="submit"]:hover {
  background-size: 100% 100%, 100% 100%;
  filter: saturate(1.05);
  box-shadow: 0 20px 38px rgba(27, 69, 229, .34)
}

.spc-general-trading-template .hero-shortcode .gform_button:focus-visible,
.spc-general-trading-template .hero-shortcode input[type="submit"]:focus-visible,
.spc-general-trading-template .hero-shortcode button[type="submit"]:focus-visible {
  outline: 3px solid rgba(27, 69, 229, .18);
  outline-offset: 3px
}

.spc-general-trading-template .hero-shortcode .gform_ajax_spinner,
.spc-general-trading-template .hero-shortcode .gform-loader {
  margin: 12px auto 0;
  display: block
}

.spc-general-trading-template .hero-shortcode .gform_confirmation_message {
  border: 1px solid rgba(25, 165, 103, .22);
  border-radius: 18px;
  background: #eafcf4;
  color: #067647;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55
}

@media(max-width:720px) {
  .spc-general-trading-template .hero-shortcode {
    padding: 20px;
    border-radius: 24px
  }

  .spc-general-trading-template .hero-shortcode .gform-body,
  .spc-general-trading-template .hero-shortcode .gform_fields {
    gap: 12px
  }

  .spc-general-trading-template .hero-shortcode textarea {
    min-height: 92px
  }
}

@media(max-width:1320px) {
  .spc-general-trading-template .hero>.container {
    width: min(100% - 56px, 1280px)
  }

  .spc-general-trading-template .hero-grid {
    grid-template-columns: minmax(360px, 1fr) minmax(240px, .48fr) minmax(390px, .78fr)
  }

  .spc-general-trading-template .hero h1 {
    font-size: clamp(54px, 6vw, 84px) !important
  }
}

@media(max-width:1080px) {
  .spc-general-trading-template .hero {
    min-height: auto;
    padding: 58px 0
  }

  .spc-general-trading-template .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
    min-height: 0;
    gap: 30px
  }

  .spc-general-trading-template .hero-content {
    padding: 0
  }

  .spc-general-trading-template .hero-visual {
    position: absolute;
    left: 43%;
    bottom: -58px;
    margin: 0;
    opacity: .22
  }

  .spc-general-trading-template .hero-visual img {
    width: 430px;
    min-width: 0
  }
}

@media(max-width:860px) {
  .spc-general-trading-template .hero {
    padding: 44px 0
  }

  .spc-general-trading-template .hero>.container {
    width: min(100% - 28px, 720px)
  }

  .spc-general-trading-template .hero-grid {
    grid-template-columns: 1fr
  }

  .spc-general-trading-template .hero h1 {
    font-size: clamp(40px, 11vw, 58px) !important
  }

  .spc-general-trading-template .hero .hero-copy {
    font-size: 19px
  }

  .spc-general-trading-template .hero-visual {
    display: none
  }

  .spc-general-trading-template .hero-form-card {
    width: 100%;
    justify-self: stretch
  }
}

@media(max-width:520px) {
  .spc-general-trading-template .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr
  }

  .spc-general-trading-template .hero .hero-actions .btn {
    width: 100%;
    white-space: normal
  }

  .spc-general-trading-template .hero-note {
    font-size: 15px
  }
}


#field_14_54 {
  display: none;
}


span#gform_ajax_spinner_14 {
  position: absolute;
  right: 30px;
  bottom: 38px;
  filter: brightness(0) invert(1);
}