/* Landing-page styles for /webinars/dont-slow-ai-down/.
   Scoped under .wbn-lp so it cannot collide with brand.css / inner-page.css,
   which this page now loads for site chrome, fonts and theming.
   Colours reference the brand --ds-* tokens, so light/dark follows the site
   toggle automatically. Only the bespoke hero art keeps local accents; those
   get explicit dark overrides at the end of this file. */
/* The skip link is rendered before <nav>, i.e. outside main.wbn-lp, so it must
   stay unscoped. No other page on the site has one and brand.css does not style
   .skip, so the bare class name is safe here. */
.skip{position:absolute;top:-100px;left:20px;z-index:5;padding:12px;border-radius:4px;
  background:var(--ds-primary);color:var(--ds-primary-foreground);font-family:var(--font-body)}
.skip:focus{top:10px}

/* .hero was renamed to .wbnlp-hero: brand.css styles .hero heavily (text-align,
   max-width, margin, font) and those leaked into this page's hero grid. Renaming
   avoids the collision outright rather than fighting specificity. */
.wbn-lp{
  --ink: var(--ds-foreground);
  --muted: var(--ds-muted-foreground);
  --lime: var(--ds-primary);
  --paper: var(--ds-background);
  --line: var(--ds-border);
  --panel: var(--ds-secondary);
  --accent-strong: #94a112;
  --accent-soft: #dae758;
  /* Two-tone headline: the brand never colours headline text, so the second
     line uses the neutral secondary ink the webinar banner uses (black + grey),
     not the old olive. Same pair as the reference page's --wbr-ink-3. */
  --hl: #525252;
  /* Hero-art strokes. --ds-border (#e5e5e5) is a UI hairline and disappears
     against the panel, so the orbits get the brand's media-edge neutral. */
  --art-edge: #a3a3a3;
  background: var(--ds-background);
  color: var(--ds-foreground);
  font-family: var(--font-body);
}
.wbn-lp h1,.wbn-lp h2,.wbn-lp h3{font-family:var(--font-head);font-weight:400;margin-top:0}
.wbn-lp p{margin-top:0}
.wbn-lp *{box-sizing:border-box}
.wbn-lp a{color:inherit}
.wbn-lp a:focus-visible{outline:3px solid var(--ds-foreground);outline-offset:6px}
.wbn-lp .wrap, main.wbn-lp.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.wbn-lp .back span{margin-left:18px}.wbn-lp .wbnlp-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;padding-block:72px 90px}.wbn-lp .eyebrow{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700;line-height:1.6;margin:0 0 28px}.wbn-lp .live-dot{display:inline-block;width:7px;height:7px;background:var(--accent-strong);border-radius:50%;margin-right:8px}.wbn-lp .separator{margin:0 12px;color:var(--ds-muted-foreground)}.wbn-lp h1,.wbn-lp h2,.wbn-lp h3,.wbn-lp p{margin-top:0}.wbn-lp h1,.wbn-lp h2,.wbn-lp h3{font-family:var(--font-head);font-weight:400}.wbn-lp h1{font-size:clamp(52px,5.8vw,78px);line-height:1.04;letter-spacing:-4px;margin-bottom:28px}.wbn-lp h1 span{color:var(--hl)}.wbn-lp .intro{font-size:21px;line-height:1.4;margin-bottom:12px}.wbn-lp .description{font-size:17px;line-height:1.65;color:var(--muted);max-width:480px}
/* Speaker treatment lifted from webinars/ai-for-finance-what-actually-works so
   both webinar pages present speakers identically: a 4px-radius square showing
   a 168px source at ~75px, name in 500 weight, role muted. */
.wbn-lp .wbr-speaker{display:flex;align-items:center;gap:24px;margin-top:28px}
.wbn-lp .wbr-speaker__photo{flex:0 0 auto;width:74.86px;height:74.86px;border-radius:4px;overflow:hidden;background:#d4d4d4}
.wbn-lp .wbr-speaker__photo img{width:100%;height:100%;object-fit:cover;display:block}
.wbn-lp .wbr-speaker__name{font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.2;color:var(--ds-foreground)}
.wbn-lp .wbr-speaker__role{font-size:16px;line-height:1.2;color:var(--muted)}
.wbn-lp .registration{align-self:start;background:var(--ds-card);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 18px 50px rgba(10,10,10,.04)}.wbn-lp .card-top{background:var(--ds-primary);color:#171717;overflow:hidden;padding:25px 28px 0}.wbn-lp .card-top>.eyebrow{margin:0}.wbn-lp .control-art{position:relative;height:210px;margin:0 -28px;display:grid;place-items:center}.wbn-lp .orbit{position:absolute;width:210px;height:110px;border:1px solid rgba(23,23,23,.28);border-radius:50%;transform:rotate(-25deg)}.wbn-lp .orbit-two{transform:rotate(40deg)}.wbn-lp .orbit-three{transform:rotate(100deg)}.wbn-lp .core{display:grid;place-items:center;width:75px;height:75px;border:1px solid #171717;border-radius:18px;background:#171717;color:var(--ds-primary);font-family:var(--font-head);font-size:29px;z-index:1;box-shadow:0 10px 30px rgba(23,23,23,.22)}.wbn-lp .art-tag{position:absolute;padding:7px 10px;background:#fff;color:#171717;border:1px solid rgba(23,23,23,.14);border-radius:5px;font-size:10px;z-index:2}.wbn-lp .tag-one{top:32px;left:25px}.wbn-lp .tag-two{right:20px;top:82px}.wbn-lp .tag-three{bottom:20px;left:40px}.wbn-lp .card-content{padding:32px}.wbn-lp .card-content .eyebrow{margin-bottom:14px;color:var(--muted)}.wbn-lp .card-content h2{font-size:29px;line-height:1.2;letter-spacing:-1px;margin-bottom:26px}.wbn-lp .event-details{margin:0 0 25px;font-size:14px}.wbn-lp .event-details>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--ds-border)}.wbn-lp .event-details dt{color:var(--muted)}.wbn-lp .event-details dd{margin:0;text-align:right}.wbn-lp .button{background:var(--lime);padding:18px 22px;border:1px solid var(--accent-soft);border-radius:5px;display:flex;justify-content:space-between;align-items:center;gap:24px;text-decoration:none;font-weight:700;font-size:15px;transition:background .15s}.wbn-lp .button:hover{background:var(--accent-soft)}.wbn-lp .registration-note{font-size:12px;color:var(--muted);text-align:center;margin:13px 0 0}.wbn-lp .takeaways{background:var(--panel);border-block:1px solid var(--line);padding:72px 0 80px}.wbn-lp .section-heading{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-bottom:50px}.wbn-lp .section-heading h2,.wbn-lp .closing h2{font-size:43px;line-height:1.15;letter-spacing:-1.8px;margin-bottom:0}.wbn-lp .section-heading>p{max-width:335px;color:var(--muted);font-size:18px;line-height:1.6;margin:0}.wbn-lp .topics{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.wbn-lp .topics article{border-top:1px solid var(--ds-border);padding-top:22px}.wbn-lp .number{font-size:12px;color:var(--accent-strong);display:block;margin-bottom:25px}.wbn-lp .topics h3{font-size:26px;line-height:1.2;letter-spacing:-.8px;margin-bottom:16px}.wbn-lp .topics p{font-size:16px;line-height:1.7;color:var(--ds-muted-foreground);margin:0}


.wbn-lp .closing{padding:42px;background:var(--ds-foreground);color:var(--ds-background);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:35px}.wbn-lp .closing .eyebrow{color:var(--accent-soft);margin-bottom:20px}.wbn-lp .closing h2{font-size:33px}.wbn-lp .closing .button{color:var(--ink);flex-shrink:0}@media(min-width:1500px){.wbn-lp .wbnlp-hero{gap:115px}}@media(max-width:1000px){.wbn-lp .wrap, main.wbn-lp.wrap{width:calc(100% - 48px)}.wbn-lp .wbnlp-hero{gap:36px}.wbn-lp h1{font-size:60px}.wbn-lp .card-content{padding:25px}.wbn-lp .topics{gap:24px}.wbn-lp .closing h2{font-size:28px}}@media(max-width:720px){.wbn-lp .wrap, main.wbn-lp.wrap{width:calc(100% - 40px)}.wbn-lp .wbnlp-hero{grid-template-columns:1fr;gap:38px;padding-block:38px 50px}.wbn-lp h1{font-size:clamp(48px,11vw,72px);letter-spacing:-2.8px}.wbn-lp .wbnlp-hero .eyebrow{font-size:10px;letter-spacing:1px}.wbn-lp .description{max-width:none}.wbn-lp .control-art{height:190px}.wbn-lp .takeaways{padding-block:45px}.wbn-lp .section-heading{display:block;margin-bottom:32px}.wbn-lp .section-heading h2{font-size:35px}.wbn-lp .section-heading>p{margin-top:20px}.wbn-lp .topics{grid-template-columns:1fr;gap:30px}.wbn-lp .topics h3 br{display:none}.wbn-lp .number{margin-bottom:16px}.wbn-lp .closing{display:block;padding:28px}.wbn-lp .closing h2{font-size:29px}.wbn-lp .closing .button{margin-top:28px}.wbn-lp .card-content h2{font-size:30px}.wbn-lp .event-details{font-size:14px}}.wbn-lp .architecture{padding-block:72px 0}.wbn-lp .architecture h2{font-size:clamp(28px,3.2vw,42px);line-height:1.2;letter-spacing:-1.5px;margin-bottom:20px}.wbn-lp .architecture-intro{max-width:660px;font-size:19px;line-height:1.6;color:var(--muted);margin-bottom:36px}.wbn-lp .architecture-note{max-width:800px;font-size:13px;line-height:1.6;color:var(--muted);margin:28px 0 0}.wbn-lp .closing h2{max-width:600px}@media(max-width:720px){.wbn-lp .architecture{padding-top:45px}}.wbn-lp .registration-form{scroll-margin-top:24px}.wbn-lp .registration-form h3{font-size:26px;margin-bottom:8px}
/* Field grid + submit lifted from the reference webinar page so registration
   looks the same on both. registration.js reads the form with FormData and
   grabs the first <button>, so none of this needs a JS change. */
.wbn-lp .wbr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 14px}
.wbn-lp .wbr-form-grid .wbr-field--full{grid-column:1 / -1}
.wbn-lp .wbr-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.wbn-lp .wbr-field label{font-family:var(--font-body);font-weight:500;font-size:13px;line-height:1.6;letter-spacing:.13px;color:var(--muted)}
.wbn-lp .wbr-req{color:var(--muted)}
.wbn-lp .wbr-field input{width:100%;height:42px;padding:11px 14px;background:transparent;border:1px solid var(--line);border-radius:8px;color:var(--ds-foreground);font-family:var(--font-body);font-size:15px;transition:border-color .2s,box-shadow .2s}
.wbn-lp .wbr-field input::placeholder{color:#a3a3a3}
.wbn-lp .wbr-field input:focus{outline:none;border-color:#6b7700;box-shadow:0 0 0 2px rgba(107,119,0,.12)}
.wbn-lp .wbr-submit{width:100%;height:46px;margin-top:20px;background:var(--lime);color:#171717;border:.5px solid rgba(0,0,0,.75);border-radius:10px;font-family:var(--font-head);font-weight:400;font-size:16px;cursor:pointer;transition:opacity .2s,transform .1s}
.wbn-lp .wbr-submit:hover{opacity:.92}
.wbn-lp .wbr-submit:active{transform:scale(.985)}
.wbn-lp .wbr-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}
.wbn-lp .form-note{font-size:12px;line-height:1.5;color:var(--muted);margin-bottom:18px}.wbn-lp #registration-status{font-size:15px;line-height:1.5;margin:16px 0 0}.wbn-lp #registration-status[data-error]{color:var(--ds-destructive)}.wbn-lp .registration-form[aria-busy="true"]{cursor:progress}

/* Dark theme: the --ds-* tokens flip on their own; these are the art accents
   and the two inverted panels that need explicit handling. */
html[data-theme="dark"] .wbn-lp{--accent-strong:#cfdc4d;--accent-soft:#abb829;--hl:#a3a3a3;--art-edge:#737373}
html[data-theme="dark"] .wbn-lp .registration{background:var(--ds-card)}
html[data-theme="dark"] .wbn-lp .closing{background:var(--ds-secondary);color:var(--ds-foreground)}

html[data-theme="dark"] .wbn-lp .wbr-field input::placeholder{color:#6b6b6b}
html[data-theme="dark"] .wbn-lp .wbr-field input:focus{border-color:var(--ds-primary);box-shadow:0 0 0 2px rgba(242,255,112,.14)}
