.og-page {
  background: var(--midnight, var(--el-bg-dark));
  color: #f5f6fa;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow-x: hidden;
}

.og-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.og-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sunset-orange, #f59e0b);
  margin-bottom: 1rem;
}

.og-h1, .og-h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
}

.og-h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.08;
}

.og-h2 {
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  max-width: 42rem;
}

.og-accent { color: var(--sunset-orange, #f59e0b); }

.og-sub, .og-section-sub {
  color: rgba(245, 246, 250, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 34rem;
  margin: 1.25rem 0 0;
}

/* Audience toggle */
.og-audience-toggle {
  padding: 1.5rem 0 0;
  display: flex;
  justify-content: center;
}

.og-toggle-pill {
  display: inline-flex;
  background: #12172e;
  border: 1px solid rgba(245, 246, 250, 0.1);
  border-radius: 999px;
  padding: 0.3rem;
  gap: 0.25rem;
}

.og-toggle-opt {
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(245, 246, 250, 0.6);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.og-toggle-opt:hover {
  color: #fff;
}

.og-toggle-opt--active {
  background: var(--sunset-orange, #f59e0b);
  color: #0A0E27;
  cursor: default;
}

.og-toggle-opt--active:hover {
  color: #0A0E27;
}

/* Hero */
.og-hero {
  padding: 3rem 0 4rem;
}

.og-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.og-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.og-cta-row-center { justify-content: center; }

.og-cta-microcopy {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: rgba(245, 246, 250, 0.45);
}

.og-cta-microcopy-center { text-align: center; }

.og-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.og-btn-primary {
  background: var(--sunset-orange, #f59e0b);
  color: #0A0E27;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.28);
}

.og-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.4);
  color: #0A0E27;
}

.og-btn-outline {
  background: transparent;
  color: #f5f6fa;
  border: 1px solid rgba(245, 246, 250, 0.25);
}

.og-btn-outline:hover {
  border-color: rgba(245, 246, 250, 0.5);
  color: #ffffff;
}

/* Hero ticket art */
.og-hero-art {
  display: flex;
  justify-content: center;
}

.og-ticket-card {
  width: 100%;
  max-width: 300px;
  background: #12172e;
  border: 1px solid rgba(245, 246, 250, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(3deg);
  transition: transform 0.3s ease;
}

.og-hero-art:hover .og-ticket-card {
  transform: rotate(0deg) scale(1.03);
}

.og-ticket-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: rgba(245, 246, 250, 0.5);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.og-ticket-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
}

.og-ticket-sub {
  color: rgba(245, 246, 250, 0.5);
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

.og-ticket-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--sunset-orange, #f59e0b);
  color: #0A0E27;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.og-ticket-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}

.og-ticket-qr {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, #12172e 50%, transparent 50%),
    linear-gradient(#12172e 50%, transparent 50%),
    #f5f6fa;
  background-size: 12px 12px;
}

.og-ticket-perf {
  width: 28px;
  height: 28px;
  border: 2px dashed rgba(245, 246, 250, 0.3);
  border-radius: 50%;
}

/* Generic section */
.og-section { padding: 4rem 0; scroll-margin-top: 96px; }
.og-section-alt { background: rgba(255, 255, 255, 0.02); }

.og-section-head { text-align: left; margin-bottom: 2.5rem; }

.og-final-cta .og-section-head { text-align: center; margin: 0 auto; }
.og-final-cta .og-h2 { margin: 0 auto; }
.og-final-cta .og-sub { margin-left: auto; margin-right: auto; }

/* Pain points */
.og-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}

.og-bridge-line {
  margin: 2.5rem 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.og-pain-item {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(245, 246, 250, 0.08);
  transition: transform 0.2s ease;
}

.og-pain-item:hover {
  transform: translateX(4px);
}

.og-pain-item:hover .og-num {
  color: #ffffff;
}

.og-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--sunset-orange, #f59e0b);
  flex-shrink: 0;
}

.og-pain-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4rem;
}

.og-pain-item p, .og-step p {
  color: rgba(245, 246, 250, 0.65);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

/* Feature cards */
.og-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.og-feature-card {
  display: block;
  background: #12172e;
  border: 1px solid rgba(245, 246, 250, 0.08);
  border-radius: 14px;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.og-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  color: inherit;
}

.og-feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--sunset-orange, #f59e0b);
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
  transition: transform 0.2s ease;
}

.og-feature-card:hover .og-feature-icon {
  transform: scale(1.08);
}

.og-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.og-feature-card p {
  color: rgba(245, 246, 250, 0.65);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.og-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sunset-orange, #f59e0b);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.og-feature-card:hover .og-feature-link {
  opacity: 1;
  transform: translateX(0);
}

/* Steps */
.og-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.og-step {
  padding: 1.25rem;
  margin: -1.25rem;
  border-radius: 12px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.og-step:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.03);
}

.og-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0.75rem 0 0.5rem;
}

.og-faq-link {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.95rem;
  color: rgba(245, 246, 250, 0.6);
}

.og-faq-link a {
  color: var(--sunset-orange, #f59e0b);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.og-faq-link a:hover {
  text-decoration: underline;
}

/* Social proof */
.og-proof {
  padding: 2.75rem 0;
  border-top: 1px solid rgba(245, 246, 250, 0.08);
  border-bottom: 1px solid rgba(245, 246, 250, 0.08);
  text-align: center;
}

.og-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 2.5rem;
}

.og-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.og-trust-item i {
  color: var(--sunset-orange, #f59e0b);
  font-size: 0.85rem;
}

.og-proof-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
}

.og-proof-strip span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 246, 250, 0.35);
}

.og-testimonial {
  max-width: 440px;
  margin: 3.5rem auto 0;
  padding: 1.5rem;
  background: #12172e;
  border: 1px solid rgba(245, 246, 250, 0.08);
  border-radius: 14px;
}

.og-testimonial-stars {
  color: var(--sunset-orange, #f59e0b);
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0.75rem;
}

.og-testimonial-quote {
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.og-testimonial-author {
  color: rgba(245, 246, 250, 0.55);
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .og-hero-grid { grid-template-columns: 1fr; }
  .og-hero-art { order: -1; }
  .og-ticket-card { transform: none; max-width: 220px; }
  .og-pain-grid { grid-template-columns: 1fr; }
  .og-feature-grid { grid-template-columns: 1fr; }
  .og-steps-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .og-section-head, .og-final-cta .og-section-head { text-align: left; }
  .og-final-cta .og-cta-row-center { justify-content: flex-start; }
}
