/* Toronto balance using the main CISO Open Mic site's colour values.
   Hero, headline, buttons and orange accents inherit the shared base styles. */
.evening{max-width:none;padding-inline:max(6%,calc((100% - 1268px)/2));color:#0f172a;background:radial-gradient(circle at 88% 18%,rgba(255,138,0,.12),transparent 30%),radial-gradient(circle at 5% 95%,rgba(193,35,49,.08),transparent 28%),#fff4e8}
.evening .eyebrow,.sponsors .eyebrow{color:#475569}
.experiences p{color:#475569}
.experiences article{border-color:#d8dee7}
.experiences article>svg{color:#ff8a00}
.sponsors{background:#f8fafc;color:#0f172a;border-color:#d8dee7}
.sponsor-logos>div{background:#fff;border:1px solid #d8dee7;box-shadow:none}
.registration-inline{background:#302b2b;color:#fff;border-top:1px solid #ffffff16}
.registration-inline .eyebrow{color:#ffad45}
.registration-inline .registration-intro>p:last-child{color:#ded6d2}

/* Footer copied from the main homepage, including its mobile layout. */
footer{width:100%;max-width:none;padding:30px max(18px,calc(50% - 480px));display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;row-gap:6px;background:#080a09;color:#d8dee7;font-size:.9rem}
footer>div:first-child{white-space:nowrap}
footer .legal-links{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
footer a{color:#ff8a00;text-decoration:none;font-weight:600}
footer a:hover{text-decoration:underline}
@media(max-width:600px){footer{justify-content:center;gap:6px;padding:22px 18px;text-align:center}footer>div:first-child{width:100%}footer .legal-links{justify-content:center;flex-wrap:wrap;gap:6px;font-size:.82rem}}

/* Reduce trailing space below registration. */
.registration-inline{padding-bottom:32px}
.registration-inline .registration-checkout iframe{height:510px}
@media(max-width:600px){.registration-inline{padding-bottom:16px}.registration-inline .registration-checkout iframe{height:max(820px,calc(100vw + 460px))}}
