*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--clr-black:#000;--clr-yellow:#ffdb00;--clr-white:#fff;--clr-gray-light:#f5f5f5;--clr-gray-mid:#888;--clr-gray-dark:#1a1a1a;--clr-text:#111;--clr-text-muted:#555;--site-max:1120px;--site-gutter:clamp(20px, 5vw, 64px);--section-y:clamp(44px, 7vw, 80px);--font-base:Arial, "Helvetica Neue", Helvetica, sans-serif;--font-size-base:16px;--line-height-base:1.65;--radius:4px;--transition:.18s ease}html{font-size:var(--font-size-base);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-base);color:var(--clr-text);background:var(--clr-white);line-height:var(--line-height-base);min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--site-max);padding-inline:var(--site-gutter);margin-inline:auto}.section{padding-block:var(--section-y)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-black);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}h1{letter-spacing:-.02em;color:var(--clr-black);font-size:clamp(1.75rem,4.5vw,3rem);font-weight:900;line-height:1.1}h2{letter-spacing:-.01em;color:var(--clr-black);margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:800;line-height:1.15}h3{color:var(--clr-black);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.btn{font-family:var(--font-base);letter-spacing:.03em;border-radius:var(--radius);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.4em;padding:.85em 2em;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--clr-yellow);color:var(--clr-black);border-color:var(--clr-yellow)}.btn--primary:hover{background:#eece00;border-color:#eece00}.btn--black{background:var(--clr-black);color:var(--clr-white);border-color:var(--clr-black)}.btn--black:hover{background:#222;border-color:#222}.btn--outline-dark{color:var(--clr-black);border-color:var(--clr-black);background:0 0}.btn--outline-dark:hover{background:var(--clr-black);color:var(--clr-white)}.btn--full{width:100%}.site-header{z-index:100;background:var(--clr-black);border-bottom:3px solid var(--clr-yellow);padding-block:.75rem;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-logo img{object-fit:contain;width:auto;height:44px}.header-nav a{color:var(--clr-white);opacity:.8;transition:opacity var(--transition);font-size:.875rem;font-weight:600;text-decoration:none}.header-nav a:hover{opacity:1}.hero{background:var(--clr-white);border-bottom:1px solid #e8e8e8;padding-block:clamp(32px,5vw,64px)}.hero__inner{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}@media (width>=768px){.hero__inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero__text{flex-direction:column;gap:1.5rem;display:flex}.hero__text .eyebrow{color:var(--clr-black);opacity:.6}.hero__text h1{margin:0}.hero__subhead{color:var(--clr-white);opacity:.9;text-shadow:0 1px 6px #0006;max-width:56ch;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.55}.hero__cta{align-self:flex-start;padding:1em 2.25em;font-size:1rem}.hero__image{aspect-ratio:4/3;background:var(--clr-gray-light);border-radius:6px;position:relative;overflow:hidden}.hero__image img{object-fit:cover;object-position:center;border-radius:6px;width:100%;height:100%}.event-badge{background:var(--clr-yellow);border-radius:var(--radius);align-items:center;gap:.75rem;width:fit-content;padding:.75rem 1rem;display:flex}.event-badge__icon{flex-shrink:0;align-items:center;width:22px;height:22px;display:flex}.event-badge strong{color:var(--clr-black);font-size:.95rem;font-weight:800;line-height:1.2;display:block}.event-badge span{color:#000000b3;margin-top:.1rem;font-size:.8rem;display:block}.hero--bg{background-position:top;background-repeat:no-repeat;background-size:cover;border-bottom:none;padding-block:clamp(56px,10vw,112px);position:relative}.hero__overlay{pointer-events:none;background:linear-gradient(90deg,#00000080 0%,#0000004d 55%,#0000000f 100%);position:absolute;inset:0}.hero__inner--centered{z-index:1;grid-template-columns:1fr;max-width:680px;position:relative}@media (width>=768px){.hero__inner--centered{grid-template-columns:1fr;max-width:680px}}.hero__text--light h1{color:var(--clr-white);text-shadow:0 2px 12px #00000059}.hero__eyebrow{color:var(--clr-yellow)!important;opacity:1!important}.reg-counter{-webkit-backdrop-filter:blur(4px);background:#0000008c;border:1.5px solid #ffdb00;border-radius:100px;align-items:center;gap:.6rem;width:fit-content;padding:.45em 1.1em .45em .85em;display:inline-flex}.reg-counter__dot{background:#ffdb00;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:2s ease-in-out infinite reg-pulse;display:inline-block;box-shadow:0 0 0 3px #ffdb0040}@keyframes reg-pulse{0%,to{box-shadow:0 0 0 3px #ffdb0040}50%{box-shadow:0 0 0 6px #ffdb0014}}.reg-counter__text{color:#ffffffeb;letter-spacing:.01em;white-space:nowrap;font-size:.85rem;font-weight:500}@media (width<=359px){.hero__text,.form-layout,.form-layout>*,.form-shell form{min-width:0}.reg-counter,.form-shell,.form-aside,.date-card,.trust-mini,.form-shell input,.form-shell button{max-width:100%}.reg-counter__text{white-space:normal}}.reg-counter__num{color:#ffdb00;font-weight:700}.about-section{background:var(--clr-white)}.about-content{max-width:760px;margin-inline:auto}.about-lead{color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.benefits-section{background:var(--clr-white)}.benefits-content{max-width:720px;margin-inline:auto}.benefits-title{color:var(--clr-black);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.benefits-lead{color:var(--clr-text-muted);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic}.benefits-list li{font-size:1.025rem;font-weight:500}.check-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.check-list li{align-items:flex-start;gap:.75rem;font-size:.975rem;line-height:1.5;display:flex}.check-list li:before{content:"✓";border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.7rem;font-weight:800;display:inline-flex}.check-list--dark li:before{color:var(--clr-black);background:#ffdb00}.usp-section{background:var(--clr-gray-light)}.usp-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:0;display:grid}.usp-card{border-top:3px solid var(--clr-yellow);background:var(--clr-white);border-radius:var(--radius);padding:1.25rem}.usp-card__icon{width:40px;height:40px;color:var(--clr-yellow);align-items:center;margin-bottom:.75rem;display:flex}.usp-card p{color:#555;font-size:.925rem;line-height:1.6}.form-section{background:var(--clr-gray-light)}.form-layout{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}@media (width>=900px){.form-layout{grid-template-columns:1fr 340px;gap:3rem}}.form-shell{background:var(--clr-white);border-radius:6px;padding:clamp(1.5rem,5vw,2.5rem);box-shadow:0 2px 16px #00000012}.form-shell .eyebrow{color:var(--clr-black);opacity:.6}.form-shell h2{margin-bottom:.5rem}.form-intro{color:var(--clr-text-muted);margin-bottom:1.75rem;font-size:.95rem}.webinar-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:var(--clr-text);font-size:.85rem;font-weight:700}.req{color:#c00}.form-group input:not([type=checkbox]){font-family:var(--font-base);border-radius:var(--radius);background:var(--clr-white);color:var(--clr-text);transition:border-color var(--transition), box-shadow var(--transition);-webkit-appearance:none;border:1.5px solid #ccc;padding:.75rem 1rem;font-size:.95rem}.form-group input:not([type=checkbox]):focus{border-color:var(--clr-black);outline:none;box-shadow:0 0 0 3px #00000014}.form-group--checkbox{flex-direction:row;align-items:flex-start;gap:.6rem}.form-group--checkbox input[type=checkbox]{width:20px;min-width:20px;height:20px;accent-color:var(--clr-black);cursor:pointer;appearance:checkbox;border:2px solid #ccc;border-radius:3px;flex-shrink:0;margin-top:1px}.form-group--checkbox input[type=checkbox]:checked{accent-color:var(--clr-black);background:var(--clr-black)}.form-group--checkbox input[type=checkbox]:focus{outline:2px solid var(--clr-black);outline-offset:2px}.form-group--checkbox label{color:#555;cursor:pointer;padding-top:2px;font-size:.825rem;font-weight:400;line-height:1.5}.form-group--checkbox label a{color:var(--clr-black);text-decoration:underline}.form-error{color:#c00;border-radius:var(--radius);background:#fff0f0;border:1px solid #fcc;padding:.75rem 1rem;font-size:.875rem}.form-note{color:#888;text-align:center;font-size:.8rem}.form-success{text-align:center;padding:2rem 1rem}.form-success__icon{background:var(--clr-yellow);width:56px;height:56px;color:var(--clr-black);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800;display:inline-flex}.form-success h3{color:var(--clr-black);margin-bottom:.75rem;font-size:1.35rem}.form-success p{color:#555;max-width:420px;margin-inline:auto;font-size:.95rem}.form-aside{flex-direction:column;gap:1.5rem;display:flex}.date-card{background:var(--clr-black);color:var(--clr-white);text-align:center;border-radius:6px;padding:1.25rem}.date-card__label{letter-spacing:.1em;text-transform:uppercase;color:var(--clr-yellow);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.date-card__day{color:#ffffffa6;margin-bottom:.1rem;font-size:.9rem}.date-card__date{color:var(--clr-white);margin-bottom:.25rem;font-size:1.5rem;font-weight:900;line-height:1.1}.date-card__time{color:var(--clr-yellow);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.date-card__divider{background:#ffffff1f;height:1px;margin-block:1rem}.date-card__format{color:#ffffffb3;margin-bottom:.25rem;font-size:.85rem}.trust-mini{background:var(--clr-white);text-align:center;border:1.5px solid #e0e0e0;border-radius:6px;padding:1.25rem 1.5rem}.trust-mini__label{letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.trust-mini p{color:#444;font-size:.85rem;line-height:1.45}.trust-mini p+p{margin-top:.25rem}.cta-band{background:var(--clr-yellow);text-align:center}.cta-band h2{color:var(--clr-black);margin-bottom:.5rem}.cta-band p{color:#333;margin-bottom:0}.site-footer{background:var(--clr-black);color:#ffffffb3;padding-block:2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-logo img{object-fit:contain;opacity:.85;width:auto;height:32px}.footer-copy{color:#ffffff80;font-size:.8rem}.footer-nav{gap:1.5rem;display:flex}.footer-nav a{color:#ffffffb3;transition:color var(--transition);font-size:.825rem;text-decoration:none}.footer-nav a:hover{color:var(--clr-yellow)}.footer-social-row{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:1.25rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.footer-social-link{color:#ffffffb3;transition:color var(--transition), opacity var(--transition);justify-content:center;align-items:center;display:flex}.footer-social-link:hover{color:var(--clr-yellow)}.legal-page{background:var(--clr-white)}.legal-content{max-width:720px;margin-inline:auto}.legal-content h1{color:var(--clr-black);margin-bottom:2rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900}.legal-content h2{color:var(--clr-black);margin-top:2rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.legal-content p,.legal-content li{color:#444;margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.legal-content a{color:var(--clr-black);text-decoration:underline}.legal-content a:hover{opacity:.7}.countdown-section{background:var(--clr-black);border-bottom:3px solid var(--clr-yellow);padding-block:clamp(1.5rem,3vw,2rem)}.countdown-section__inner{flex-wrap:nowrap;justify-content:center;align-items:center;gap:1rem;display:flex}.countdown-section__label{letter-spacing:.1em;text-transform:uppercase;color:#fff9;white-space:nowrap;font-size:.8rem;font-weight:700}.countdown-section__inner .countdown-label{display:none}.countdown-section__inner .countdown-num{background:var(--clr-yellow);color:var(--clr-black)}.countdown-section__inner .countdown-lbl{color:#ffffff8c}.countdown-section__inner .countdown-sep{color:var(--clr-yellow)}.countdown-section__inner .countdown-expired{background:var(--clr-yellow);color:var(--clr-black)}.countdown-section__inner .countdown-wrap,.countdown-section__cta{box-sizing:border-box;flex:none;width:calc(50% - .5rem);min-width:0;max-width:none}.countdown-section__inner .countdown-expired{box-sizing:border-box;text-align:center;border-radius:var(--radius);justify-content:center;align-items:center;width:100%;min-height:48px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;line-height:1.4;display:flex}.countdown-section__cta{box-sizing:border-box!important;text-align:center!important;white-space:normal!important;border-radius:var(--radius)!important;border-width:0!important;justify-content:center!important;align-items:center!important;min-height:48px!important;padding:.75rem 1.25rem!important;font-size:.9rem!important;font-weight:700!important;line-height:1.4!important;display:flex!important}@media (width<=600px){.countdown-section__inner{text-align:center;flex-direction:column;gap:1rem}.countdown-section__label{display:none}.countdown-section__inner .countdown-wrap,.countdown-section__cta{width:100%}}.countdown-wrap{margin-top:.25rem}.countdown-label{letter-spacing:.1em;text-transform:uppercase;color:var(--clr-text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.countdown-grid{align-items:flex-start;gap:.25rem;display:flex}.countdown-unit{flex-direction:column;align-items:center;min-width:54px;display:flex}.countdown-num{color:var(--clr-black);background:var(--clr-yellow);border-radius:var(--radius);text-align:center;letter-spacing:-.02em;min-width:54px;padding:.3rem .5rem;font-size:1.75rem;font-weight:900;line-height:1}.countdown-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-muted);margin-top:.25rem;font-size:.6rem;font-weight:700}.countdown-sep{color:var(--clr-black);-webkit-user-select:none;user-select:none;align-self:flex-start;padding-top:.15rem;font-size:1.5rem;font-weight:900;line-height:1.3}.countdown-expired{color:var(--clr-black);background:var(--clr-yellow);border-radius:var(--radius);min-height:48px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;line-height:1.4}.referentin-section{background:var(--clr-white);border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.referentin-card{grid-template-columns:1fr;align-items:center;gap:2rem;max-width:900px;margin-inline:auto;display:grid}@media (width>=640px){.referentin-card{grid-template-columns:260px 1fr;gap:3rem}}.referentin-photo{aspect-ratio:3/4;background:var(--clr-gray-light);border-radius:6px;max-width:260px;margin-inline:auto;overflow:hidden}.referentin-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.referentin-text{flex-direction:column;gap:.75rem;display:flex}.referentin-name{color:var(--clr-black);margin-bottom:.25rem;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:900}.referentin-title{color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.referentin-bio{color:var(--clr-text-muted);margin:0;font-size:.975rem;line-height:1.7}.cal-buttons{margin-top:1.25rem}.cal-buttons__label{letter-spacing:.08em;text-transform:uppercase;color:var(--clr-text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.cal-buttons__row{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.cal-btn{font-family:var(--font-base);border:1.5px solid var(--clr-black);border-radius:var(--radius);background:var(--clr-white);color:var(--clr-black);cursor:pointer;transition:background var(--transition), color var(--transition);align-items:center;gap:.35em;padding:.55em 1.1em;font-size:.825rem;font-weight:700;text-decoration:none;display:inline-flex}.cal-btn:hover{background:var(--clr-black);color:var(--clr-white)}.form-success__zoom{text-align:center;background:#f8f8f8;border:1.5px solid #e0e0e0;border-radius:6px;margin-top:1.25rem;padding:1rem 1.25rem}.form-success__zoom-label{text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.form-success__zoom a{background:var(--clr-black);color:var(--clr-white);border-radius:var(--radius);transition:background var(--transition);align-items:center;gap:.4em;padding:.75em 1.5em;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.form-success__zoom a:hover{background:#333}.testimonials-section{background:var(--clr-gray-light)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:var(--clr-white);border-radius:6px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 1px 8px #0000000f}.testimonial-stars{gap:.15rem;display:flex}.testimonial-quote{color:var(--clr-text);flex:1;font-size:.95rem;font-style:italic;line-height:1.65}.testimonial-author{color:var(--clr-text);font-size:.875rem}.testimonial-location{color:var(--clr-text-muted);font-weight:400}.announcement-bar{justify-content:center;align-items:center;width:100%;padding-block:.85rem;display:flex}.announcement-bar--black{background:var(--clr-black);min-height:80px;padding:1.5rem 2rem}.announcement-bar--yellow{background:var(--clr-yellow);border-bottom:2px solid #0000001a}.announcement-bar__text{color:var(--clr-white);text-align:center;padding-inline:var(--site-gutter);margin:0;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;line-height:1.3}.announcement-bar--black .announcement-bar__text{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700}.announcement-bar__cta{white-space:nowrap;flex-shrink:0}@media (width<=600px){.announcement-bar--black{min-height:64px;padding:1.25rem}.announcement-bar__text{font-size:.9rem}.announcement-bar--black .announcement-bar__text{font-size:1.1rem}.announcement-bar__cta{text-align:center;width:auto}}.form-section__heading{text-align:center;margin-inline:auto;max-width:700px;margin-bottom:2.5rem}.form-section__title{color:var(--clr-black);margin-bottom:.75rem;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:900;line-height:1.15}.form-section__subtitle{color:var(--clr-text-muted);margin:0;font-size:1rem;line-height:1.6}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start}.footer-nav{gap:1rem}.hero__image{aspect-ratio:4/3}.date-card{padding:1.5rem 1.25rem}.countdown-unit{min-width:44px}.countdown-num{min-width:44px;padding:.25rem .35rem;font-size:1.35rem}.referentin-photo{max-width:200px}.cal-buttons__row{flex-direction:column;align-items:center}.announcement-bar__text{font-size:.875rem}.announcement-bar--black .announcement-bar__text{font-size:1.1rem}}
