/*
Theme Name: Steven Trading Coach Landing v1.3
Theme URI: https://steventradingcoach.com/
Author: OpenAI
Description: Lightweight one-page theme for Steven Trading Coach.
Version: 1.3.0
License: GPLv2 or later
Text Domain: steven-trading-coach-landing
*/

:root {
  --bg: #111214;
  --panel: #17191d;
  --panel-2: #1d2026;
  --text: #f4f5f7;
  --muted: #c7ccd3;
  --line: rgba(255,255,255,0.08);
  --accent: #e9e6f0;
  --accent-dark: #171717;
  --accent-2: #8ca0ff;
  --good: #84f1c5;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --container: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(106, 124, 255, 0.18), transparent 25%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #111214 0%, #111214 36%, #14161a 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.stc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(17, 18, 20, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.stc-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3f0fb 0%, #8ca0ff 100%);
  color: #111214;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 6px 24px rgba(140,160,255,0.35);
}

.brand-text {
  font-size: 1rem;
}

.stc-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.stc-nav a {
  color: var(--muted);
  font-size: 0.98rem;
}

.stc-nav a:hover {
  color: #fff;
}

.stc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--accent);
  color: var(--accent-dark);
}

.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.08);
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #fff;
}

.hero {
  padding: 72px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 20px rgba(132,241,197,.5);
}

.hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  max-width: 10.5ch;
}

.hero p {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 640px;
  margin: 0 0 28px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  color: var(--muted);
  font-size: .95rem;
}

.visual-card {
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 10%, rgba(140,160,255,0.55), transparent 28%),
    radial-gradient(circle at 80% 25%, rgba(255,255,255,0.16), transparent 17%),
    linear-gradient(180deg, #1d2026 0%, #13151a 100%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: var(--shadow);
  padding: 24px;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(140,160,255,0.32) 0%, transparent 70%);
  pointer-events: none;
}

.visual-screen {
  position: relative;
  margin-top: 42px;
  border-radius: 26px;
  padding: 18px;
  background: rgba(10,11,13,0.78);
  border: 1px solid rgba(255,255,255,0.07);
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.visual-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
}

.chat-bubble,
.chat-bubble.alt {
  border-radius: 20px;
  padding: 14px 16px;
  max-width: 88%;
  margin-bottom: 12px;
  font-size: 0.98rem;
}

.chat-bubble {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}

.chat-bubble.alt {
  margin-left: auto;
  background: linear-gradient(135deg, #f3f0fb 0%, #b9c4ff 100%);
  color: #121212;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.mini-metrics > div {
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 16px;
}

.metric-number {
  font-size: 1.4rem;
  font-weight: 700;
}

.metric-label {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 4px;
}

.section {
  padding: 34px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-label {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.section h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.section-copy {
  color: var(--muted);
  font-size: 1.06rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 24px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}

.card-step {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: rgba(140,160,255,0.15);
  color: #dbe0ff;
  margin-bottom: 18px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

.card p,
.bullets li,
.price-copy,
.faq-item p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.bullets li {
  position: relative;
  padding-left: 26px;
}

.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 16px rgba(132,241,197,.4);
}

.pricing-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 22px;
  align-items: stretch;
}

.price-panel,
.side-panel,
.cta-band {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.price-panel {
  padding: 32px;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 10px;
}

.price-value {
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.price-period {
  color: var(--muted);
  font-size: 1.08rem;
  padding-bottom: 8px;
}

.price-copy {
  font-size: 1.03rem;
  margin-bottom: 20px;
}

.note {
  margin-top: 14px;
  font-size: .94rem;
  color: var(--muted);
}

.side-panel {
  padding: 26px;
}

.side-panel h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.side-panel ul {
  padding-left: 18px;
  color: var(--muted);
}

.side-panel li + li {
  margin-top: 9px;
}

.cta-band {
  padding: 34px;
  text-align: center;
}

.cta-band h2 {
  margin-top: 0;
}

.footer {
  padding: 42px 0 54px;
  color: var(--muted);
}

.footer-inner {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .hero-grid,
  .pricing-wrap,
  .card-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .visual-card {
    min-height: unset;
  }
}

@media (max-width: 960px) {
  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .stc-nav-wrap {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    background: rgba(20,22,26,0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
    display: none;
  }

  .stc-nav-wrap.open {
    display: block;
  }

  .stc-nav,
  .stc-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .stc-header-inner {
    position: relative;
  }

  .desktop-actions,
  .desktop-nav {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }
}

@media (min-width: 961px) {
  .stc-nav-wrap { display: none !important; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 20px, var(--container)); }
  .hero h1 { max-width: 100%; }
  .hero p, .section-copy { font-size: 1rem; }
  .mini-metrics { grid-template-columns: 1fr; }
  .price-panel, .side-panel, .cta-band, .card, .visual-card { padding: 20px; }
  .btn { width: 100%; }
  .hero-cta { display: grid; grid-template-columns: 1fr; }
}


.faq-hero {
  padding-bottom: 12px;
}

.faq-hero-inner {
  max-width: 860px;
}

.faq-page .hero h1 {
  max-width: 12ch;
}

.faq-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 22px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 98px;
}

.faq-intro p {
  color: var(--muted);
  margin-bottom: 18px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-size: 1.08rem;
  font-weight: 600;
  position: relative;
  padding-right: 64px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.07);
  color: var(--accent);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 1rem;
}

@media (max-width: 1080px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }
}


.header-social,
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.header-social:hover,
.footer-social:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
}

.header-social svg,
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mobile-social-row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.home-faq-band {
  text-align: center;
}

.home-faq-band .cta-band {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .desktop-actions .header-social {
    display: none;
  }

  .footer-inner {
    gap: 14px;
  }
}
