:root {
  --bg: #0f0f0f;
  --bg2: #161616;
  --card: #1f1f1f;
  --bdr: #2a2a2a;
  --acc: #ff8b00;
  --acch: #e07a00;
  --txt: #f5f5f4;
  --mut: #9a9a9a;
  --font: "Hanken Grotesk", "Helvetica Neue", sans-serif;
  --r: 12px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font); background: var(--bg); color: var(--txt); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.nav { position: sticky; top: 0; z-index: 20; background: rgba(15,15,15,0.92); border-bottom: 1px solid var(--bdr); backdrop-filter: blur(10px); }
.nav-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.logo img { width: 26px; height: 26px; border-radius: 4px; }
.logo em { color: var(--acc); font-style: normal; }
.nav-links { list-style: none; display: flex; gap: 24px; }

.btn { display: inline-block; padding: 12px 24px; border-radius: 10px; font-weight: 700; border: 2px solid transparent; }
.btn-primary { background: var(--acc); color: #111; }
.btn-primary:hover { background: var(--acch); }
.btn-outline { border-color: var(--acc); color: var(--acc); }
.btn-outline:hover { background: var(--acc); color: #111; }

.hero { min-height: 88vh; display: grid; grid-template-columns: 1fr 1fr; }
.hero-media { position: relative; overflow: hidden; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.45), rgba(0,0,0,.1)); }
.hero-tag { position: absolute; left: 28px; bottom: 24px; font-size: .8rem; letter-spacing: 2px; text-transform: uppercase; }
.hero-tag strong { color: var(--acc); }
.hero-content { background: var(--bg2); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--bdr); }
.hero-content h1 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; margin-bottom: 16px; }
.hero-content h1 span { color: var(--acc); }
.hero-content p { color: var(--mut); max-width: 520px; margin-bottom: 22px; }
.pill { display: inline-block; background: rgba(255,139,0,.15); border: 1px solid rgba(255,139,0,.35); color: var(--acc); padding: 5px 12px; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; color: var(--mut); font-size: .92rem; }
.hero-meta i { color: var(--acc); margin-right: 6px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.ticker { background: var(--acc); color: #131313; font-weight: 700; font-size: .85rem; letter-spacing: 1px; text-align: center; padding: 10px 12px; }

.section { padding: 86px 0; }
.section-alt { background: var(--bg2); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.eyebrow { color: var(--acc); text-transform: uppercase; letter-spacing: 2px; font-size: .75rem; font-weight: 700; margin-bottom: 10px; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 12px; }
.muted { color: var(--mut); }
.center { text-align: center; }
.quote { border-left: 3px solid var(--acc); background: var(--card); padding: 22px 20px; border-radius: 0 var(--r) var(--r) 0; }

.venue-card { background: var(--card); border: 1px solid rgba(255,139,0,.35); border-radius: var(--r); padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.venue-details h3 { font-size: 1.2rem; margin-bottom: 10px; }
.venue-details h3 i { color: var(--acc); margin-right: 8px; }
.venue-details p { color: var(--mut); margin-bottom: 12px; }
.venue-notes { display: flex; flex-wrap: wrap; gap: 10px; }
.venue-notes span { background: rgba(255,139,0,.1); border: 1px solid rgba(255,139,0,.25); color: var(--txt); font-size: .85rem; padding: 6px 10px; border-radius: 999px; }
.venue-notes i { color: var(--acc); margin-right: 6px; }
.venue-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.section-head { text-align: center; margin-bottom: 34px; }
.section-head .muted { max-width: 620px; margin: 0 auto; }

.program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.program-card { background: var(--card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 22px; }
.program-card h3 { margin-bottom: 8px; font-size: 1.02rem; }
.program-card p { color: var(--mut); font-size: .92rem; }
.program-card-feature { background: linear-gradient(160deg, #201507, #1f1f1f); border-color: rgba(255,139,0,.45); }
.program-label { color: var(--acc); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.program-card i { color: var(--acc); margin-right: 8px; }

.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.audience-card { background: var(--card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 20px; }
.audience-card .icon { color: var(--acc); font-size: 1.2rem; margin-bottom: 8px; }
.audience-card h3 { font-size: .96rem; margin-bottom: 6px; }
.audience-card p { color: var(--mut); font-size: .88rem; }

/* Social proof strip */
.social-proof { background: var(--bg2); border-bottom: 1px solid var(--bdr); padding: 28px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; text-align: center; }
.proof-item strong { display: block; font-size: 1.6rem; font-weight: 800; color: var(--acc); }
.proof-item span { font-size: .82rem; color: var(--mut); text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 640px) { .proof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* Urgency bar */
.urgency-bar { background: #1a0f00; border-bottom: 1px solid rgba(255,139,0,.3); color: var(--txt); text-align: center; padding: 10px 16px; font-size: .88rem; }
.urgency-bar i { color: var(--acc); margin-right: 6px; }
.urgency-bar a { color: var(--acc); font-weight: 700; margin-left: 6px; }

/* Inline CTA */
.inline-cta { text-align: center; margin-bottom: 32px; }

/* Sticky bar */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #0f0f0f; border-top: 1px solid var(--bdr); padding: 10px 20px; display: none; align-items: center; justify-content: center; gap: 12px; z-index: 100; box-shadow: 0 -4px 20px rgba(0,0,0,.5); }
.sticky-bar.visible { display: flex; }
.sticky-bar span { color: var(--mut); font-size: .85rem; }
@media (max-width: 480px) { .sticky-bar span { display: none; } }

/* Lead capture form */

.form-embed { max-width: 640px; margin: 0 auto; background: var(--card); border: 1px solid var(--bdr); border-radius: var(--r); overflow: hidden; }

/* B-Stitched card */
.bstitched-card { background: var(--card); border: 1px solid rgba(255,139,0,.35); border-radius: var(--r); padding: 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.bstitched-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.bstitched-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bstitched-tags span { background: rgba(255,139,0,.1); border: 1px solid rgba(255,139,0,.25); color: var(--acc); padding: 4px 10px; border-radius: 999px; font-size: .8rem; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.pricing-card { background: var(--card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 12px; position: relative; }
.pricing-card-featured { border-color: rgba(255,139,0,.5); background: linear-gradient(160deg, #201507, #1f1f1f); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--acc); color: #111; font-size: .7rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.pricing-tier { color: var(--mut); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
.pricing-price { font-size: 1.5rem; font-weight: 800; }
.pricing-price span { color: var(--mut); font-size: .85rem; font-weight: 400; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pricing-features li { font-size: .85rem; color: var(--mut); display: flex; align-items: center; gap: 8px; }
.pricing-features li.on { color: var(--txt); }
.pricing-features .fa-check { color: var(--acc); }
.pricing-features .fa-xmark { color: #555; }

/* CTA band */
.cta-band { background: var(--acc); padding: 64px 0; text-align: center; }
.cta-band h2 { color: #111; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 6px; }
.cta-band p { color: rgba(0,0,0,.65); margin-bottom: 24px; }
.cta-band-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn-dark { background: #111; color: #fff; }
.btn-dark:hover { background: #000; }
.btn-ghost { border: 2px solid rgba(0,0,0,.4); color: #111; }
.btn-ghost:hover { background: rgba(0,0,0,.1); }

/* Footer */
.footer { background: #0b0b0b; border-top: 1px solid var(--bdr); padding-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; }
.footer-brand { max-width: 340px; }
.footer-copy { color: var(--mut); font-size: .9rem; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border: 1px solid var(--bdr); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--mut); font-size: .85rem; }
.footer-social a:hover { border-color: var(--acc); color: var(--acc); }
.footer-col h6 { font-size: .72rem; text-transform: uppercase; letter-spacing: 2px; color: var(--mut); margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: var(--mut); font-size: .9rem; }
.footer-links a:hover { color: var(--txt); }
.footer-bottom { border-top: 1px solid var(--bdr); margin-top: 32px; padding: 16px 0; color: var(--mut); font-size: .85rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--mut); }
.footer-bottom a:hover { color: var(--acc); }
.footer-badges { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-badges span { font-size: .78rem; color: var(--mut); }
.startup-logos { display: flex; gap: 10px; align-items: center; }
.startup-logos img { height: 28px; width: auto; object-fit: contain; background: #fff; border-radius: 6px; padding: 4px 8px; }

/* Sponsor Sections */
.sponsors-section-1 { background: var(--bg2); }
.sponsors-section-1 .sponsors-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sponsor-card { text-align: center; padding: 28px; background: var(--card); border: 1px solid var(--bdr); border-radius: var(--r); transition: all 0.3s ease; cursor: pointer; display: block; }
.sponsor-card:hover { border-color: var(--acc); transform: translateY(-4px); }
.sponsor-card img { height: 80px; width: 100%; object-fit: contain; margin-bottom: 16px; }
.sponsor-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.sponsor-card p { color: var(--mut); font-size: .9rem; }

.sponsors-section-2 { background: var(--card); border-top: 1px solid var(--bdr); padding: 32px 0; }
.sponsors-section-2 .container { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; max-width: 100%; padding: 0; }
.sponsors-label { text-align: center; color: var(--mut); font-size: .85rem; letter-spacing: 1px; text-transform: uppercase; }
.sponsors-marquee { width: 100%; overflow: hidden; border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); padding: 14px 0; display: flex; align-items: center; }
.sponsors-marquee:hover .sponsors-track { animation-play-state: paused; }
.sponsors-track { display: flex; align-items: center; gap: 20px; width: max-content; padding-left: 20px; animation: sponsor-slide-ltr 26s linear infinite; flex-shrink: 0; }
.sponsor-logo-link { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; height: 68px; border: 1px solid var(--bdr); border-radius: 10px; background: rgba(255,255,255,0.02); transition: border-color 0.3s ease, transform 0.3s ease; }
.sponsor-logo-link:hover { border-color: var(--acc); transform: translateY(-2px); }
.sponsor-logo-link img { height: 44px; width: 140px; object-fit: contain; }

@keyframes sponsor-slide-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .hero, .split, .footer-grid { grid-template-columns: 1fr; }
  .hero-content { border-left: 0; border-top: 1px solid var(--bdr); padding: 42px 24px; }
  .program-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { max-width: 100%; }
  .sponsors-section-1 .sponsors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-logo-link { min-width: 160px; }
  .sponsor-logo-link img { width: 120px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .venue-card { padding: 20px; }
  .venue-actions { width: 100%; }
  .venue-actions .btn { width: 100%; text-align: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .sponsors-track { gap: 14px; animation-duration: 22s; }
  .sponsor-logo-link { min-width: 130px; height: 56px; }
  .sponsor-logo-link img { width: 96px; height: 34px; }
}
