body[data-account-page="copy-trading"] {
  --stock-hero-image: var(--copy-hero-image,none);
}

.copy-hero {
  background-image:
    linear-gradient(90deg,rgba(3,13,31,.98) 0%,rgba(3,13,31,.82) 43%,rgba(3,13,31,.25) 78%,rgba(3,13,31,.72) 100%),
    linear-gradient(180deg,rgba(4,16,36,.06),rgba(4,16,36,.2) 65%,#061026 100%),
    var(--stock-hero-image),
    radial-gradient(circle at 76% 44%,rgba(70,107,255,.22),transparent 24%),
    radial-gradient(circle at 78% 44%,rgba(72,180,255,.1),transparent 43%),
    linear-gradient(135deg,#061127 0%,#101d42 58%,#071329 100%);
}
.copy-hero::after { content: "AIMSX"; }
.copy-hero .stock-hero-copy { max-width: 800px; }
.copy-hero .stock-hero-copy h1 { max-width: 800px; font-size: clamp(44px,5.2vw,72px); }

.copy-intro {
  padding: 112px 0;
  background: radial-gradient(circle at 85% 50%,rgba(67,111,255,.1),transparent 30%);
}
.copy-intro-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 88px;
  align-items: center;
}
.copy-intro-copy h2 { max-width: 650px; font-size: clamp(36px,4.3vw,54px); font-weight: 500; }
.copy-intro-copy p { max-width: 680px; margin-top: 24px; color: #a9c0df; font-size: 16px; line-height: 2; }
.copy-intro-copy p + p { margin-top: 14px; }
.copy-flow {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(54,146,238,.55);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0,rgba(89,105,255,.16),transparent 44%),
    linear-gradient(160deg,rgba(10,41,80,.94),rgba(2,18,39,.98));
  box-shadow: 0 28px 70px rgba(0,11,32,.34),inset 0 1px 0 rgba(255,255,255,.05);
}
.copy-flow-card {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(72,180,255,.22);
  border-radius: 15px;
  background: rgba(11,42,81,.65);
}
.copy-flow-card > span {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232,196,122,.56);
  border-radius: 50%;
  color: #edc97e;
  font-size: 12px;
  font-weight: 700;
}
.copy-flow-card strong { font-size: 19px; font-weight: 500; }
.copy-flow-card p { margin-top: 4px; color: #89a8cd; font-size: 13px; }
.copy-flow > i {
  width: 1px;
  height: 24px;
  display: block;
  margin-left: 43px;
  background: linear-gradient(#459fef,#e8c47a);
}

.copy-benefits {
  background:
    radial-gradient(circle at 50% 0,rgba(83,102,255,.12),transparent 40%),
    linear-gradient(180deg,rgba(5,23,48,.42),rgba(3,15,34,.74));
}
.copy-benefit-grid { grid-template-columns: repeat(3,1fr); }
.copy-benefit-grid .stock-benefit { min-height: 250px; }
.copy-benefit-grid .benefit-mark { font-family: var(--font); font-size: 18px; font-weight: 700; }

.copy-audience {
  overflow: hidden;
  background: radial-gradient(circle at 90% 20%,rgba(72,180,255,.08),transparent 30%);
}
.copy-audience::before {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -300px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(72,180,255,.07);
  border-radius: 50%;
}
.audience-grid { position: relative; display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.audience-card {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 34px;
  border: 1px solid rgba(43,134,230,.5);
  border-radius: 18px;
  background: linear-gradient(160deg,rgba(10,39,76,.94),rgba(2,20,43,.96));
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(72,180,255,.82);
  box-shadow: 0 24px 56px rgba(0,17,47,.4);
}
.audience-card > span {
  flex: 0 0 auto;
  color: rgba(85,183,255,.42);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.audience-card h3 { font-size: 24px; font-weight: 500; }
.audience-card p { margin-top: 15px; color: #91adcc; font-size: 14px; line-height: 1.85; }

@media (max-width: 1000px) {
  .copy-intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .copy-flow { max-width: 700px; }
  .copy-benefit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .copy-hero .stock-hero-copy h1 { font-size: clamp(40px,11.5vw,58px); }
  .copy-intro { padding: 78px 0; }
  .copy-intro-grid { gap: 38px; }
  .copy-flow { padding: 20px; }
  .copy-benefit-grid,.audience-grid { grid-template-columns: 1fr; }
  .copy-benefit-grid .stock-benefit { min-height: 0; }
  .audience-card { min-height: 0; padding: 28px 24px; }
}
