:root { color-scheme: dark; }
* { box-sizing: border-box; }
.event-body { margin: 0; background: #090b12; color: #f5f1e7; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.event-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid #2d3443; background: rgb(9 11 18 / 94%); backdrop-filter: blur(12px); }
.event-brand { color: #f5f1e7; font: 700 1.25rem Georgia, serif; text-decoration: none; }.event-brand span { color: #d7b970; }
.event-header nav { display: flex; gap: 22px; }.event-header nav a,.event-footer a,.event-link { color: #c6cedb; text-decoration: none; }.event-header nav a:hover,.event-link:hover { color: #fff; }
.event-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.event-hero { min-height: min(720px, 82vh); display: grid; align-items: end; padding: 72px max(24px, calc((100vw - 1180px) / 2)); background: #090b12 url('/images/nexosbot-og.webp') center/cover no-repeat; box-shadow: inset 0 -320px 180px -120px #090b12; }
.event-hero__content { max-width: 720px; padding-bottom: 54px; }.event-hero h1,.event-page-head h1 { margin: 0; max-width: 13ch; font: 600 clamp(2.6rem, 7vw, 5.6rem)/1.03 Georgia, serif; }.event-hero p,.event-page-head p { max-width: 62ch; color: #d5dbe5; font-size: 1.1rem; line-height: 1.7; }
.event-kicker { margin: 0 0 12px; color: #d7b970 !important; font-size: .78rem !important; font-weight: 800; text-transform: uppercase; }
.event-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }.event-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid #d7b970; border-radius: 6px; background: #d7b970; color: #111621; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }.event-button:disabled { opacity: .6; cursor: wait; }
.event-band { padding: 84px 0; }.event-band--contrast { border-block: 1px solid #2d3443; background: #111621; }.event-band header { max-width: 720px; margin-bottom: 42px; }.event-band h2 { margin: 0 0 12px; font: 600 clamp(1.8rem, 4vw, 3rem) Georgia, serif; }.event-band p { color: #aeb7c8; line-height: 1.7; }
.event-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.event-feature-grid article { padding: 28px; border: 1px solid #2d3443; border-radius: 8px; background: #111621; }.event-feature-grid span,.event-steps > li > span { color: #d7b970; font-weight: 800; }.event-feature-grid h3 { margin: 22px 0 8px; font-size: 1.15rem; }
.event-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; }.event-page-head { padding: 100px 0 54px; border-bottom: 1px solid #2d3443; background: #111621; }.event-page-head h1 { max-width: 18ch; }
.event-steps { margin: 0; padding: 0; list-style: none; }.event-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid #2d3443; }.event-steps h2 { font-size: 1.35rem; }.event-steps p { margin: 6px 0; }
.event-purchase-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; }.event-offer,.event-checkout { padding: 32px; border: 1px solid #2d3443; border-radius: 8px; background: #111621; }.event-price { margin: 0 0 28px; color: #f5f1e7 !important; font: 600 3.5rem Georgia, serif; }.event-price span { color: #d7b970; font: 800 .9rem Inter, sans-serif; }.event-offer ul { display: grid; gap: 14px; padding-left: 20px; color: #c6cedb; }.event-checkout { display: flex; flex-direction: column; align-items: stretch; }.event-checkout h2 { font-size: 1.6rem; }.event-checkout label { margin: 18px 0 8px; color: #c6cedb; }.event-checkout input { min-height: 48px; padding: 0 14px; border: 1px solid #4b5568; border-radius: 6px; background: #090b12; color: #fff; font: inherit; }.event-checkout .event-button { align-self: flex-start; }.event-form-status { min-height: 26px; color: #d7b970 !important; }
.event-footer { display: flex; justify-content: space-between; gap: 24px; padding: 32px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid #2d3443; color: #aeb7c8; }.event-footer div { display: flex; gap: 18px; }
@media (max-width: 760px) { .event-header { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 14px; }.event-header nav { width: 100%; justify-content: space-between; gap: 10px; font-size: .9rem; }.event-hero { min-height: 680px; }.event-feature-grid,.event-purchase-layout { grid-template-columns: 1fr; }.event-cta,.event-footer { align-items: flex-start; flex-direction: column; }.event-footer div { flex-wrap: wrap; }.event-actions { align-items: flex-start; flex-direction: column; } }
