:root{--navy:#183566;--navy-deep:#112c59;--blue:#1160ab;--sky:#e8f3fd;--sky-strong:#cde9fa;--orange:#f26b2c;--orange-dark:#dd581a;--ink:#142c50;--muted:#56667d;--line:#dce5ee;--cream:#fff9f5;--font:Manrope,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;color:var(--ink);background:#fff;font-family:var(--font);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
strong{font-weight:800}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.13;letter-spacing:-.045em}
h2{font-size:clamp(34px,3.5vw,52px)}
:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
.container{width:min(100% - 48px,1220px);margin-inline:auto}
.skip-link{position:absolute;z-index:30;top:-100px;left:20px;padding:12px 18px;background:var(--orange);color:#fff;border-radius:8px}.skip-link:focus{top:12px}
.site-header{background:#fff;position:relative;z-index:10;border-bottom:1px solid #ecf0f4}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:block;flex:none}.brand img{width:101px;height:auto}
.site-header nav{display:flex;align-items:center;gap:36px;margin-left:auto;font-weight:700;font-size:13px;color:#3d506c}
.site-header nav a:hover,.footer-inner a:hover{text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:5px}
.header-cta{margin-left:23px;display:inline-flex;align-items:center;gap:25px;border:1.5px solid var(--navy);border-radius:12px;padding:11px 18px;color:var(--navy);font-size:13px;font-weight:800;white-space:nowrap;transition:background .2s,color .2s}
.header-cta:hover{background:var(--navy);color:#fff}.header-cta span{font-size:18px;line-height:1}
.hero{position:relative;background:#f4f8fc;overflow:hidden}
.hero::before{content:"";position:absolute;width:660px;height:660px;border-radius:50%;background:#e5f1fa;left:-390px;top:34px;opacity:.65}
.hero-orbit{position:absolute;pointer-events:none;width:910px;height:910px;border:1px solid rgba(30,119,188,.12);border-radius:50%;top:-540px;right:-420px}.hero-orbit::after{content:"";position:absolute;inset:110px;border:1px solid rgba(30,119,188,.1);border-radius:50%}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.13fr) minmax(370px,.87fr);gap:clamp(48px,6vw,92px);align-items:center;padding-block:70px 76px}
.hero-copy{padding-bottom:12px}
.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:11px;line-height:1.3;font-weight:800;letter-spacing:.18em;color:var(--orange);text-transform:uppercase}
.eyebrow-line{width:24px;height:2px;background:currentColor;flex:none}
.eyebrow--dark{color:var(--blue)}
.hero h1{max-width:670px;font-size:clamp(44px,5.15vw,76px);font-weight:800;margin:0 0 26px;color:var(--navy);letter-spacing:-.055em}
.hero h1 span,.section-heading h2 span,.experience h2 span{color:var(--orange)}
.hero-lead{max-width:590px;color:#4a5c73;font-size:clamp(17px,1.5vw,20px);line-height:1.65;margin:0 0 30px}
.event-meta{display:flex;align-items:center;gap:18px;margin-bottom:31px}
.event-date{display:flex;align-items:center;gap:7px;color:var(--navy);border-right:1px solid #c6d5e5;padding-right:20px}
.event-date__day{font-size:52px;line-height:.95;font-weight:800;letter-spacing:-.07em}.event-date__month{font-size:12px;line-height:1.32;font-weight:800;letter-spacing:.06em}
.event-meta__copy{display:grid;gap:1px}.event-meta__copy strong{font-size:16px}.event-meta__copy span{font-size:14px;color:#617086}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;border:0;border-radius:12px;padding:16px 22px;min-height:56px;font-size:14px;font-weight:800;line-height:1.3;transition:transform .2s,background .2s,box-shadow .2s}
.button span{font-size:22px;font-weight:500;line-height:1}.button:hover{transform:translateY(-2px)}.button:disabled{opacity:.65;cursor:wait;transform:none}
.button--orange{background:var(--orange);color:#fff;box-shadow:0 12px 24px rgba(242,107,44,.18)}.button--orange:hover{background:var(--orange-dark);box-shadow:0 15px 26px rgba(242,107,44,.24)}
.hero-button{min-width:336px}.hero-note{color:#65748b;font-size:12px;margin:16px 0 0;max-width:400px;line-height:1.6}
.form-card{background:#fff;padding:31px 36px 26px;border-radius:24px;box-shadow:0 23px 60px rgba(24,53,102,.11);border:1px solid #e6edf4;max-width:466px;width:100%;justify-self:end}
.form-card__top{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:10px;letter-spacing:.14em;font-weight:800}.form-card__mark{display:grid;place-items:center;background:#e7f5fd;color:var(--orange);border-radius:7px;width:29px;height:29px;font-size:19px;line-height:1}
.form-card h2{font-size:26px;letter-spacing:-.045em;max-width:320px;margin:19px 0 6px;color:var(--navy)}.form-card__intro{color:#617085;font-size:12px;line-height:1.55;margin:0 0 19px;max-width:345px}
.form-row{margin-bottom:11px}.form-row label{display:block;color:#283d5c;font-size:11px;font-weight:800;margin-bottom:5px}.form-row input,.form-row select{display:block;width:100%;height:42px;padding:0 13px;border:1px solid #d9e2ec;border-radius:9px;background:#fff;color:var(--ink);font-size:12px;outline:none;transition:border-color .2s,box-shadow .2s}.form-row input::placeholder{color:#9ca8b5}.form-row input:focus,.form-row select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(17,96,171,.1)}.form-row [aria-invalid=true]{border-color:#bc3d37}.form-row select:invalid{color:#9ca8b5}.form-row select option{color:var(--ink)}.select-wrap{position:relative}.select-wrap::after{content:"";position:absolute;width:7px;height:7px;border-right:1.5px solid #526b83;border-bottom:1.5px solid #526b83;transform:rotate(45deg);right:16px;top:15px;pointer-events:none}.form-row select{appearance:none;padding-right:40px}
.field-error{display:block;color:#a63730;font-size:10px;line-height:1.4;min-height:0}.field-error:not(:empty){margin-top:4px}
.check-row{display:grid;grid-template-columns:15px 1fr;gap:10px;align-items:start;margin:17px 0 0}.check-row input{width:15px;height:15px;margin:2px 0 0;accent-color:var(--blue)}.check-row label{font-size:10px;line-height:1.5;color:#607087}.check-row a{text-decoration:underline;text-underline-offset:2px;color:var(--blue)}.check-error{margin-left:25px}
.submit-button{width:100%;margin-top:16px;min-height:49px;padding:12px 17px;font-size:13px}.form-status{margin:10px 0 0;font-size:11px;line-height:1.55;color:#a63730}.form-status:empty{display:none}.form-status.is-success{color:#176143}
.form-card__footer{display:flex;align-items:center;gap:7px;margin:17px 0 0;color:#8a97a8;font-size:10px}.form-card__footer svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}.form-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.benefit-strip{background:var(--navy);color:#fff}.benefit-strip__inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-block:19px;font-size:12px;font-weight:800;letter-spacing:.02em}.benefit-strip i{width:5px;height:5px;border:1px solid #ffac7c;transform:rotate(45deg);flex:none}
.section{padding:clamp(76px,8vw,116px) 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:36px}.section-heading>div{max-width:690px}.section-heading h2{margin:0}.section-heading>p{max-width:340px;color:var(--muted);font-size:15px;line-height:1.7;margin:0 0 5px}.section-heading .eyebrow{margin-bottom:16px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.benefit-card{min-height:282px;padding:29px 29px 30px;border-radius:19px;display:flex;flex-direction:column;align-items:flex-start}.benefit-card--blue{background:#eaf5fd}.benefit-card--peach{background:#fff1e9}.benefit-card--cream{background:#f5f7fb}.benefit-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--blue);margin-bottom:24px}.benefit-card--peach .benefit-card__icon{color:var(--orange)}.benefit-card__icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-number{color:#5a7091;font-size:10px;letter-spacing:.11em;font-weight:800;margin-bottom:9px}.benefit-card h3{font-size:21px;margin:0 0 10px;color:var(--navy);letter-spacing:-.035em}.benefit-card p{margin:0;color:#52647a;font-size:13px;line-height:1.68}
.experience{background:#f5f9fd}.experience-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.94fr);gap:clamp(50px,7vw,108px);align-items:center}.experience-photo{position:relative;min-height:540px;height:100%;border-radius:27px;overflow:visible}.experience-photo::before{content:"";position:absolute;width:170px;height:170px;border:3px solid var(--orange);border-radius:50%;left:-36px;top:-35px}.experience-photo img{position:relative;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center;border-radius:27px}.photo-stamp{position:absolute;right:-21px;bottom:30px;display:grid;gap:9px;place-items:start;width:177px;padding:22px;background:var(--orange);color:#fff;border-radius:16px;box-shadow:0 14px 30px #ac4b253d}.photo-stamp span{font-size:11px;letter-spacing:.15em;font-weight:800}.photo-stamp strong{font-size:22px;line-height:1.12;letter-spacing:-.04em;color:#fff}.experience-copy h2{margin:0 0 21px}.experience-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.75;margin-bottom:23px}.experience-points{border-top:1px solid var(--line)}.experience-points>div{display:grid;grid-template-columns:41px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.experience-points span{font-size:12px;color:var(--orange);font-weight:800}.experience-points p{font-size:13px;color:#53657a;margin:0;line-height:1.65}.experience-points strong{color:var(--navy)}.text-link{display:inline-flex;align-items:center;gap:13px;margin-top:27px;font-size:14px;font-weight:800;color:var(--blue);border-bottom:2px solid var(--orange);padding-bottom:6px}.text-link span{font-size:20px;font-weight:400}.text-link:hover{gap:20px}
.audience{position:relative;overflow:hidden;background:var(--navy);color:#fff}.audience-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr .85fr;gap:100px;align-items:center}.audience h2{max-width:660px;margin:0;color:#fff}.audience h2 em{font-style:normal;color:#ff9a62}.audience-copy{max-width:500px}.audience-copy p{color:#d9e4f4;font-size:16px;line-height:1.8}.audience-copy p+p{margin-top:20px}.button--light{background:#fff;color:var(--navy);margin-top:16px}.button--light:hover{background:#eaf5fd}.audience-squiggle{position:absolute;left:-185px;bottom:-260px;width:520px;height:520px;border:1px solid #ffffff21;border-radius:50%}.audience-squiggle::before,.audience-squiggle::after{content:"";position:absolute;inset:60px;border:1px solid #ffffff1d;border-radius:50%}.audience-squiggle::after{inset:120px}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.faq h2{margin:0 0 12px}.faq-grid>div:first-child>p:last-child{color:var(--muted);font-size:15px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-size:15px;font-weight:800;padding:21px 0;color:var(--navy)}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{margin:-2px 48px 20px 0;color:var(--muted);font-size:14px;line-height:1.75}.faq-plus{position:relative;width:31px;height:31px;border:1px solid #d7e4ef;border-radius:50%;flex:none}.faq-plus::before,.faq-plus::after{content:"";position:absolute;background:var(--blue);left:10px;right:10px;top:14px;height:1.5px}.faq-plus::after{transform:rotate(90deg)}details[open] .faq-plus{background:var(--sky)}details[open] .faq-plus::after{transform:rotate(0)}
.closing{background:#f6f9fc;border-top:1px solid #e9eef4}.closing-inner{padding-block:63px;display:flex;justify-content:space-between;align-items:center;gap:40px}.closing .eyebrow{margin-bottom:15px}.closing h2{max-width:680px;font-size:clamp(30px,3.3vw,46px);margin:0 0 13px}.closing h2 span{color:var(--orange)}.closing p:last-child{font-size:14px;color:var(--muted);margin:0}.closing .button{flex:none}
.site-footer{background:#fff}.footer-inner{min-height:110px;display:flex;align-items:center;gap:27px;color:#718095;font-size:11px}.footer-inner img{width:80px;height:auto}.footer-inner p{margin:0;max-width:205px;line-height:1.4}.footer-inner a:not(:first-child){color:var(--navy);font-weight:700;margin-left:auto}.footer-inner span{white-space:nowrap}
@media(max-width:1050px){.hero-grid{gap:32px;grid-template-columns:minmax(0,1fr) minmax(345px,.88fr)}.hero h1{font-size:clamp(41px,5vw,57px)}.form-card{padding:29px}.section-heading{gap:30px}.experience-grid{gap:55px}.audience-grid{gap:65px}.faq-grid{gap:55px}}
@media(max-width:800px){.site-header nav{display:none}.header-inner{min-height:75px}.brand img{width:83px}.hero-grid{grid-template-columns:1fr;padding-block:58px 65px;gap:40px}.hero-copy{padding:0}.hero h1{max-width:650px;font-size:clamp(44px,7vw,62px)}.hero-lead{max-width:610px}.form-card{justify-self:stretch;max-width:none}.form-card h2{max-width:none}.form-card form{display:grid;grid-template-columns:1fr 1fr;column-gap:16px}.form-card__intro{max-width:none}.check-row,.check-error,.submit-button,.form-status{grid-column:1/-1}.form-card__footer{margin-top:14px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-strip__inner{font-size:10px}.section-heading{align-items:start;display:block}.section-heading>p{max-width:620px;margin-top:19px}.experience-grid{grid-template-columns:1fr;gap:55px}.experience-photo{height:440px;min-height:0}.experience-photo img{min-height:0}.experience-copy{max-width:650px}.audience-grid{grid-template-columns:1fr;gap:20px}.audience-copy{max-width:650px}.faq-grid{grid-template-columns:1fr;gap:24px}.closing-inner{align-items:start;flex-direction:column;gap:25px}}
@media(max-width:560px){html{scroll-padding-top:74px}.container{width:min(100% - 36px,1220px)}.header-inner{min-height:69px}.brand img{width:73px}.header-cta{margin-left:auto;font-size:11px;padding:9px 11px;gap:10px;border-radius:9px}.header-cta span{font-size:15px}.hero::before{left:-500px}.hero-grid{padding-block:45px 52px;gap:32px}.hero .eyebrow{margin-bottom:18px}.eyebrow{font-size:10px;margin-bottom:14px}.hero h1{font-size:clamp(40px,10.5vw,56px);line-height:1.1;margin-bottom:18px}.hero-lead{font-size:15px;margin-bottom:21px}.event-meta{gap:13px;margin-bottom:24px}.event-date{padding-right:13px}.event-date__day{font-size:43px}.event-date__month{font-size:10px}.event-meta__copy strong{font-size:13px}.event-meta__copy span{font-size:11px}.hero-button{min-width:0;width:100%;font-size:12px;gap:10px;padding:13px 15px}.hero-note{font-size:11px}.form-card{padding:25px 21px 20px;border-radius:19px}.form-card h2{font-size:24px;margin-top:15px}.form-card form{display:block}.form-row{margin-bottom:10px}.form-row input,.form-row select{height:43px;font-size:12px}.check-row{margin-top:15px}.benefit-strip__inner{padding-block:14px;justify-content:center;flex-wrap:wrap;row-gap:5px;font-size:10px;text-align:center}.benefit-strip i{display:none}.benefit-strip span+span::before{content:"·";padding-right:5px}.section{padding:67px 0}.section-heading{margin-bottom:27px}.section-heading h2,.experience h2,.audience h2,.faq h2{font-size:clamp(32px,8vw,42px)}.section-heading>p{font-size:14px;margin-top:14px}.benefit-grid{grid-template-columns:1fr;gap:11px}.benefit-card{min-height:0;padding:23px 24px;border-radius:16px}.benefit-card__icon{width:40px;height:40px;margin-bottom:18px}.benefit-card__icon svg{width:29px;height:29px}.benefit-card h3{font-size:20px;margin-bottom:7px}.benefit-card p{font-size:13px}.experience-photo{height:350px}.experience-photo::before{width:120px;height:120px;left:-21px;top:-20px}.experience-photo img{border-radius:19px;object-position:55%}.photo-stamp{right:-6px;bottom:20px;width:137px;padding:17px}.photo-stamp strong{font-size:18px}.experience-copy>p:not(.eyebrow){font-size:15px}.audience-copy p{font-size:14px}.faq-list summary{font-size:14px;padding:18px 0}.faq-list p{font-size:13px}.closing-inner{padding-block:53px}.closing h2{font-size:33px}.closing .button{width:100%;font-size:12px}.footer-inner{padding-block:24px;display:grid;grid-template-columns:80px 1fr;gap:12px 17px;min-height:0}.footer-inner p{font-size:10px}.footer-inner a:not(:first-child){margin:0}.footer-inner span{justify-self:end}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.header-cta{transition:none}}
.form-card__intro{font-size:13px}
.form-row label{font-size:12px}
.form-row input,.form-row select{height:46px;font-size:14px}
.check-row label{font-size:11px}
@media(max-width:560px){.form-row label{font-size:12px}.form-row input,.form-row select{height:47px;font-size:16px}.benefit-strip__inner{font-size:11px}.check-row label{font-size:11px}}
.brand img{width:50px}
.header-inner{min-height:60px}
.footer-inner img{width:65px}
@media(min-width:561px) and (max-width:800px){.form-row--wide{grid-column:1/-1}}
@media(max-width:800px){.brand img{width:48px}.header-inner{min-height:60px}}
@media(max-width:560px){.brand img{width:44px}.header-inner{min-height:58px}.footer-inner{grid-template-columns:65px 1fr}}
.header-cta{background:#fff}
.text-link{background:transparent;border-left:0;border-right:0;border-top:0;padding-left:0;padding-right:0;font-family:inherit;cursor:pointer}
.signup-dialog{width:min(100% - 32px,500px);max-width:500px;max-height:min(92dvh,850px);border:0;border-radius:24px;padding:0;background:#fff;box-shadow:0 35px 90px #0e254d58;overflow:auto;overscroll-behavior:contain}
.signup-dialog::backdrop{background:rgba(11,30,61,.69);backdrop-filter:blur(5px)}
.signup-dialog .form-card{width:100%;max-width:none;border:0;border-radius:0;box-shadow:none;justify-self:auto;padding:34px 38px 30px}
.dialog-close{position:absolute;z-index:2;right:16px;top:14px;display:grid;place-items:center;width:35px;height:35px;border:0;border-radius:50%;background:#eff4f9;color:var(--navy);font-size:26px;line-height:1}
.dialog-close:hover{background:#ddebf5}.modal-open{overflow:hidden}
.form-organizational{margin:17px 0 0;font-size:11px;line-height:1.55;color:#607087}
.signup-dialog .check-row{border-top:1px solid #e7edf3;padding-top:12px;margin-top:12px}
@media(max-width:800px){.signup-dialog .form-card form{display:block}}
@media(max-width:560px){.signup-dialog{width:min(100% - 20px,500px);max-height:94dvh;border-radius:19px}.signup-dialog .form-card{padding:26px 21px 23px}.signup-dialog .form-card h2{padding-right:25px}}
.form-organizational{grid-column:1/-1}
.benefits-action{text-align:center;margin-top:36px}
.benefits-action .button{min-width:275px}
@media(max-width:560px){.benefits-action{margin-top:27px}.benefits-action .button{width:100%;min-width:0}}
.event-meta{width:min(100%,470px);padding:15px 21px;background:var(--navy);border-radius:16px;box-shadow:0 13px 26px rgba(24,53,102,.17);gap:16px}
.event-date{color:#fff;border-right:1px solid #ffffff55;padding-right:17px}
.event-date__day{color:#ffad78;font-size:58px}
.event-date__month{color:#fff}
.event-meta__copy strong{color:#fff;font-size:18px}
.event-meta__copy span{color:#dbe6f4;font-size:12px}
@media(max-width:560px){.event-meta{width:100%;padding:13px 14px;gap:11px}.event-date{padding-right:11px}.event-date__day{font-size:47px}.event-date__month{font-size:10px}.event-meta__copy strong{font-size:15px}.event-meta__copy span{font-size:11px;line-height:1.45}}
@media(max-width:560px){
  .footer-inner{grid-template-columns:55px minmax(0,1fr) auto;gap:14px 12px;align-items:center;padding-block:22px}
  .footer-inner>a:first-child{grid-column:1;grid-row:1}
  .footer-inner>a:first-child img{width:55px}
  .footer-inner>p{grid-column:2/-1;grid-row:1;max-width:none;font-size:11px}
  .footer-inner>a:nth-of-type(2){grid-column:1/3;grid-row:2;margin:0;white-space:nowrap;font-size:11px}
  .footer-inner>span{grid-column:3;grid-row:2;justify-self:end;font-size:10px}
}
