/* Seven Stags homepage — sections (load after brand.css) */
.section { padding: 112px 0; }

/* hero */
.hero { min-height: 860px; position: relative; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #090B0D 0%, rgba(9, 11, 13, .9) 36%, rgba(9, 11, 13, .3) 66%, rgba(9, 11, 13, .1) 100%), linear-gradient(0deg, #090B0D 0%, transparent 32%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(201, 164, 92, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 164, 92, .14) 1px, transparent 1px); background-size: 68px 68px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-content { position: relative; z-index: 3; padding-top: 130px; }
.hero h1 .line { display: block; }
.hero h1 { margin: 22px 0; max-width: 700px; font-size: clamp(52px, 6.4vw, 94px); line-height: .98; letter-spacing: -.035em; }
.hero-content > p { max-width: 540px; color: #D6D0C4; font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; margin-top: 64px; color: #C8C2B6; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 9px; padding: 0 25px; border-right: 1px solid var(--border2); }
.hero-trust span:first-child { padding-left: 0; }
.hero-trust span:last-child { border-right: 0; }
.hero-trust svg { color: var(--stag-gold); }
.quote-card { position: absolute; right: max(24px, calc((100vw - var(--shell)) / 2)); bottom: 95px; z-index: 5; width: 440px; padding: 24px; background: rgba(9, 11, 13, .88); border: 1px solid var(--border-gold); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0, 0, 0, .55); }
.quote-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.quote-card-head span { color: var(--champagne); font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.quote-card-head small, .quote-labels { color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.quote-labels, .quote-row { display: grid; grid-template-columns: 1.7fr .75fr .75fr .75fr; align-items: center; gap: 10px; }
.quote-labels { padding: 16px 0 8px; }
.quote-row { padding: 13px 0; border-bottom: 1px solid var(--border); font-variant-numeric: tabular-nums; }
.quote-row > span { display: grid; gap: 3px; }
.quote-row strong { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
.quote-row small { color: var(--dim); font-size: 10px; }
.quote-row b { font-size: 12px; font-weight: 500; }
.quote-row em, .tq em { font-size: 11px; font-style: normal; font-weight: 600; }
.positive { color: var(--positive); } .negative { color: var(--negative); }
.quote-card > a { display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-top: 18px; color: var(--champagne); font-size: 12px; }
.ticker { overflow: hidden; background: #0D1013; border-bottom: 1px solid var(--border); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ticker-track { display: flex; width: max-content; animation: home-ticker 70s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes home-ticker { to { transform: translateX(-50%); } }
.tq { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 0 34px; border-right: 1px solid var(--border); font-size: 12px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tq strong { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .03em; }
.tq span { color: var(--muted); }
.tq-note { color: var(--dim); font-size: 11px; }

.section-head h2, .company h2, .final-cta h2 { margin: 18px 0; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.025em; }

/* markets */
.instrument-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--border-gold); border-left: 1px solid var(--border); }
.instrument-card { min-height: 340px; padding: 30px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: linear-gradient(145deg, var(--charcoal), #0E1114); transition: background .25s; display: flex; flex-direction: column; }
.instrument-card:hover { background: linear-gradient(145deg, #1F2328, #111418); }
.instrument-top { display: flex; justify-content: space-between; color: var(--stag-gold); }
.instrument-top span { color: var(--dim); font-size: 12px; letter-spacing: .15em; }
.instrument-card h3 { margin: 64px 0 14px; font-size: 26px; }
.instrument-card p { color: var(--muted); line-height: 1.6; font-size: 14px; flex: 1; }
.instrument-card .examples { margin-top: 14px; color: var(--dim); font-size: 12px; letter-spacing: .05em; }
.text-link { display: flex; align-items: center; gap: 5px; margin-top: 20px; color: var(--champagne); font-size: 13px; font-weight: 500; }

/* pricing snapshot */
.pricing { background: #0D1013; border-block: 1px solid var(--border); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.table-card { border: 1px solid var(--border); background: var(--charcoal); overflow-x: auto; }
.table-card table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }
.table-card th { padding: 15px 20px; text-align: left; color: var(--stag-gold); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; background: #121519; border-bottom: 1px solid var(--border); }
.table-card td { padding: 15px 20px; border-bottom: 1px solid var(--border); }
.table-card tbody tr:last-child td { border-bottom: 0; }
.table-card td strong { display: block; font-family: var(--font-display); font-weight: 600; letter-spacing: .02em; }
.table-card td small { color: var(--dim); font-size: 12px; }
.table-card .spread { color: var(--champagne); font-weight: 600; }
.table-note { padding: 13px 20px; color: var(--dim); font-size: 12px; background: #121519; border-top: 1px solid var(--border); }

/* account plans */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.plan { position: relative; display: flex; flex-direction: column; padding: 34px 30px; border: 1px solid var(--border); background: linear-gradient(160deg, var(--charcoal), #111418); }
.plan.featured { border-color: var(--border-gold); background: linear-gradient(160deg, rgba(201, 164, 92, .10), var(--charcoal) 55%); }
.plan-tag { position: absolute; top: -12px; left: 30px; background: var(--stag-gold); color: var(--obsidian); font-size: 11px; font-weight: 700; padding: 5px 12px; text-transform: uppercase; letter-spacing: .14em; }
.plan h3 { font-size: 22px; }
.plan-for { color: var(--dim); font-size: 14px; margin-bottom: 22px; }
.plan-dep { font-family: var(--font-display); font-weight: 600; font-size: 36px; letter-spacing: -.02em; color: var(--champagne); font-variant-numeric: tabular-nums; }
.plan-dep small { font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0; color: var(--dim); }
.plan ul { list-style: none; margin: 22px 0 28px; flex: 1; }
.plan li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 14px; }
.plan li b { color: var(--text); font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }
.section-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--champagne); font-size: 14px; font-weight: 500; }

/* platform */
.platform { overflow: hidden; background: radial-gradient(circle at 80% 40%, rgba(201, 164, 92, .08), transparent 36%), #0D1013; border-block: 1px solid var(--border); }
.platform-layout { display: grid; grid-template-columns: .95fr 1.1fr; gap: 64px; align-items: center; }
.platform-copy .section-head h2 { font-size: clamp(32px, 3vw, 42px); }
.platform-feature-list { margin: 42px 0; display: grid; gap: 24px; }
.platform-feature { display: flex; gap: 17px; }
.platform-feature > span { flex: 0 0 43px; height: 43px; display: grid; place-items: center; color: var(--stag-gold); border: 1px solid var(--border-gold); background: rgba(201, 164, 92, .06); }
.platform-feature h3 { margin: 1px 0 6px; font-size: 17px; }
.platform-feature p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.terminal { min-width: 720px; color: #D7D2CA; background: #0B0D10; border: 1px solid var(--border-gold); box-shadow: -30px 40px 100px rgba(0, 0, 0, .7); transform: perspective(1200px) rotateY(-5deg); transform-origin: right center; font-variant-numeric: tabular-nums; }
.terminal-bar { height: 50px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); font-size: 11px; }
.terminal-bar > span { display: flex; gap: 6px; }
.terminal-bar i { width: 7px; height: 7px; border-radius: 50%; background: #5B5549; }
.terminal-bar b { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .08em; color: var(--champagne); }
.terminal-bar small { color: var(--dim); }
.terminal-body { display: grid; grid-template-columns: 190px 1fr; height: 500px; }
.watchlist { border-right: 1px solid var(--border); padding: 20px 14px; color: var(--dim); font-size: 10px; }
.watchlist > div { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--border); }
.watchlist span { display: grid; color: #E3DDD4; font-size: 12px; gap: 3px; }
.watchlist span small { color: #615D56; font-size: 8px; }
.watchlist b { color: var(--muted); font-size: 10px; }
.chart-panel { display: grid; grid-template-rows: 75px 1fr 76px; }
.chart-head { padding: 18px 22px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); }
.chart-head span { display: grid; }
.chart-head b { font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.chart-head small { color: var(--dim); font-size: 9px; margin-top: 4px; }
.chart-head strong { font-size: 18px; }
.chart-head em { display: block; color: var(--positive); font-size: 10px; font-style: normal; text-align: right; }
.chart { position: relative; background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px); background-size: 70px 55px; }
.chart svg { width: 100%; height: 100%; }
.chart .area { fill: url(#fill); }
.chart .line { fill: none; stroke: var(--stag-gold); stroke-width: 3; }
.price-tag { position: absolute; right: 0; top: 21%; padding: 4px 8px; color: var(--obsidian); background: var(--stag-gold); font-size: 9px; font-weight: 600; }
.order-strip { display: flex; justify-content: flex-end; align-items: center; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--border); }
.order-strip > span { margin-right: auto; color: var(--dim); font-size: 9px; }
.order-strip span b { color: #C8C0B5; margin-left: 10px; }
.order-strip button { width: 112px; height: 50px; color: #fff; border: 0; font-size: 9px; }
.order-strip button b { font-size: 12px; }
.sell { background: #8E3F3F; } .buy { background: #2B7355; }

/* benefits */
.why { text-align: center; }
.why .section-head { margin: auto; }
.why .section-head p { margin-inline: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; background: var(--border); border: 1px solid var(--border); text-align: left; }
.benefit-grid article { position: relative; min-height: 290px; padding: 32px; background: var(--obsidian); }
.benefit-grid svg { color: var(--stag-gold); }
.benefit-grid article > span { position: absolute; right: 25px; top: 25px; color: #3E3B35; font-family: var(--font-display); font-weight: 600; font-size: 22px; }
.benefit-grid h3 { margin: 68px 0 14px; font-size: 19px; }
.benefit-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }

/* onboarding + funding band */
.process { background: var(--stag-gold); color: var(--obsidian); }
.process .eyebrow { color: #3A2A12; }
.process .eyebrow i { background: #3A2A12; }
.process .section-head h2 { color: var(--obsidian); }
.process .section-head p { color: #3E321F; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.process-note { display: flex; gap: 10px; align-items: center; max-width: 480px; margin-top: 30px; color: #3E321F; font-size: 13px; }
.funding-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.funding-chips span { padding: 8px 14px; border: 1px solid rgba(9, 11, 13, .35); color: #2A1F0E; font-size: 13px; font-weight: 600; }
.process ol { list-style: none; border-top: 1px solid rgba(9, 11, 13, .3); }
.process li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(9, 11, 13, .3); }
.process li > span { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: #4A3818; }
.process h3 { margin: 0 0 8px; font-size: 22px; color: var(--obsidian); }
.process li p { color: #43372A; line-height: 1.55; }

/* programs & tools */
.insight-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 18px; margin-top: 55px; }
.insight-grid article { min-height: 320px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background: linear-gradient(150deg, var(--charcoal), #0E1114); border: 1px solid var(--border); transition: border-color .25s; }
.insight-grid article:hover { border-color: var(--border-gold); }
.featured-insight { background: radial-gradient(circle at 90% 0, rgba(201, 164, 92, .16), transparent 38%), linear-gradient(150deg, var(--charcoal), #0E1114) !important; }
.featured-insight > span, .insight-grid small { color: var(--stag-gold); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 600; }
.insight-grid article > svg { color: var(--stag-gold); margin-bottom: 48px; }
.insight-grid h3 { max-width: 480px; margin: auto 0 14px; font-size: 22px; line-height: 1.25; }
.featured-insight h3 { font-size: 34px; }
.insight-grid p { color: var(--muted); line-height: 1.6; font-size: 15px; }
.insight-grid a { display: flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--champagne); font-size: 14px; font-weight: 500; }

/* company */
.company { background: #0D1013; border-block: 1px solid var(--border); }
.company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.company-mark { min-height: 480px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(201, 164, 92, .13), transparent 65%), repeating-linear-gradient(45deg, transparent 0 30px, rgba(201, 164, 92, .03) 30px 31px); border: 1px solid rgba(201, 164, 92, .18); }
.company-mark img { width: 290px; }
.company-mark span { position: absolute; right: 25px; bottom: 0; color: rgba(201, 164, 92, .08); font-family: var(--font-display); font-weight: 600; font-size: 180px; line-height: 1; }
.company-layout > div:last-child > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.company blockquote { margin: 36px 0 30px; padding-left: 22px; border-left: 2px solid var(--stag-gold); color: var(--champagne); font-family: var(--font-display); font-weight: 500; font-size: 22px; }

/* faq */
.faq .section-head { margin-bottom: 42px; }
.faq-list { border-top: 1px solid var(--border2); }
.faq-list details { border-bottom: 1px solid var(--border2); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 600; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--stag-gold); font-family: var(--font-body); font-weight: 400; font-size: 28px; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary { color: var(--champagne); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 820px; margin: -4px 0 26px; color: var(--muted); line-height: 1.7; }

/* final call to action */
.final-cta { position: relative; overflow: hidden; padding: 115px 0; text-align: center; background: #0D0F11; border-top: 1px solid rgba(201, 164, 92, .18); }
.final-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 115%, rgba(201, 164, 92, .28), transparent 45%); }
.final-cta .shell { position: relative; }
.final-cta .shell > svg { color: var(--stag-gold); margin-bottom: 24px; }
.final-cta .eyebrow { display: flex; justify-content: center; }
.final-cta h2 { max-width: 820px; margin-inline: auto; }
.final-cta p { color: var(--muted); font-size: 17px; margin-bottom: 32px; }

@media (max-width: 1080px) {
  .quote-card { width: 400px; right: 24px; } .hero-content { padding-bottom: 250px; } .hero { min-height: 980px; } .hero-trust { margin-top: 45px; }
  .instrument-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-layout, .platform-layout { grid-template-columns: 1fr; gap: 48px; }
  .terminal { min-width: 0; transform: none; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .company-layout { gap: 50px; } .insight-grid { grid-template-columns: 1fr 1fr; } .featured-insight { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .section { padding: 78px 0; }
  .hero { min-height: 0; flex-direction: column; align-items: stretch; padding-bottom: 36px; } .hero-image { object-position: 66% center; opacity: .75; } .hero-shade { background: linear-gradient(180deg, rgba(9, 11, 13, .65), rgba(9, 11, 13, .92) 58%, #090B0D 100%); } .hero-content { padding-top: 190px; padding-bottom: 0; } .hero h1 { font-size: clamp(46px, 13vw, 64px); } .hero-content > p { font-size: 17px; } .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; } .hero-trust { display: grid; gap: 14px; margin-top: 34px; } .hero-trust span { padding: 0; border: 0; }
  .quote-card { position: relative; left: auto; right: auto; bottom: auto; width: auto; margin: 40px 16px 0; padding: 18px; } .quote-labels, .quote-row { grid-template-columns: 1.5fr .7fr .7fr; } .quote-labels span:last-child, .quote-row em { display: none; }
  .tq { min-height: 54px; padding: 0 22px; gap: 10px; }
  .section-head h2, .company h2, .final-cta h2 { font-size: 36px; }
  .instrument-grid, .benefit-grid, .plan-grid { grid-template-columns: 1fr; } .instrument-card { min-height: 0; } .instrument-card h3 { margin-top: 40px; }
  .process-layout, .company-layout { grid-template-columns: 1fr; gap: 46px; }
  .terminal-body { grid-template-columns: 1fr; height: 460px; } .watchlist { display: none; } .terminal { margin-inline: -8px; } .chart-head { padding-inline: 15px; } .order-strip button { width: 90px; }
  .process li { grid-template-columns: 55px 1fr; } .insight-grid { grid-template-columns: 1fr; } .featured-insight { grid-column: auto; } .featured-insight h3 { font-size: 28px; }
  .company-mark { min-height: 320px; } .company-mark img { width: 210px; } .company-mark span { font-size: 120px; }
  .faq-list summary { font-size: 17px; }
}

/* market sessions */
.sessions { background: var(--obsidian); border-bottom: 1px solid var(--border); }
.sessions-layout { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); }
.sessions-intro { padding: 32px 32px 32px 0; }
.sessions-intro h2 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.01em; text-wrap: balance; }
.sessions-intro p { max-width: 340px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.sessions-intro small { display: block; margin-top: 10px; color: var(--dim); font-size: 12px; }
.session { display: grid; align-content: start; gap: 10px; padding: 32px 24px; border-left: 1px solid var(--border); }
.session-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.session h3 { font-size: 15px; letter-spacing: .01em; }
.session-state { display: inline-flex; align-items: center; gap: 7px; color: var(--dim); font-size: 12px; font-weight: 500; }
.session-state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #3E3B35; }
.session.is-open .session-state { color: var(--champagne); }
.session.is-open .session-state::before { background: var(--stag-gold); animation: ss-pulse 2.4s ease-out infinite; }
.session-clock { color: var(--muted); font-family: var(--font-display); font-weight: 500; font-size: 26px; letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.session.is-open .session-clock { color: var(--text); }
.session-track { position: relative; height: 3px; margin-top: 6px; background: rgba(245, 240, 230, .08); }
.session-window { position: absolute; top: 0; bottom: 0; background: rgba(201, 164, 92, .3); }
.session.is-open .session-window { background: var(--stag-gold); }
.session-now { position: absolute; top: -4px; width: 1px; height: 11px; background: var(--ivory); }
.session-next { color: var(--dim); font-size: 12px; }

/* live platform chart */
.chart { overflow: hidden; }
.chart-dot { position: absolute; width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 0 4px rgba(201, 164, 92, .22), 0 0 18px rgba(229, 201, 128, .6); pointer-events: none; }
.chart-level { position: absolute; left: 0; right: 0; height: 0; border-top: 1px dashed rgba(201, 164, 92, .32); pointer-events: none; }
.price-tag { translate: 0 -50%; z-index: 1; }
.chart-head em.negative { color: var(--negative); }

@media (max-width: 1080px) {
  .sessions-layout { grid-template-columns: repeat(4, 1fr); }
  .sessions-intro { grid-column: 1 / -1; padding: 30px 0 4px; }
  .session:nth-child(2) { padding-left: 0; border-left: 0; }
}
@media (max-width: 700px) {
  .sessions-layout { grid-template-columns: 1fr 1fr; }
  .session { padding: 20px 16px; border-top: 1px solid var(--border); }
  .session:nth-child(2n) { padding-left: 0; border-left: 0; }
  .session-clock { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker { overflow-x: auto; }
  .ticker-track { animation: none; }
  .session.is-open .session-state::before { animation: none; }
}
