:root{--primary-blue: #557f9f;--dark-blue: #0a2c42;--light-gray: #e6e7ec;--white: #FFFFFF;--black: #000000;--medium-gray: #666666;--nav-height: 80px}body{font-family:Helvetica Neue,Arial,sans-serif;color:var(--black);line-height:1.6;overflow-x:hidden}.ces-container{width:100%;min-height:100vh}.alert-banner{background:var(--dark-blue);color:var(--white);padding:12px 20px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;animation:slideDown .6s ease-out;letter-spacing:2px;text-transform:uppercase;position:sticky;top:0;z-index:1001}.alert-banner p{margin:0}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.main-nav{position:sticky;top:36px;background:var(--white);z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.main-nav.scrolled{box-shadow:0 4px 20px #0000001a}.nav-container{max-width:1400px;margin:0 auto;padding:0 40px;height:var(--nav-height);display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;height:100%}.nav-logo svg{color:var(--primary-blue)}.nav-links{display:flex;gap:32px}.nav-links a{color:var(--black);text-decoration:none;font-size:15px;font-weight:600;position:relative;transition:color .3s ease;letter-spacing:.3px}.nav-links a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.nav-links a:hover{color:var(--primary-blue)}.nav-links a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background:var(--dark-blue);border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.open span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.hero-section{position:relative;min-height:85vh;height:auto;background:linear-gradient(135deg,var(--dark-blue) 0%,#1a4461 30%,var(--primary-blue) 60%,#7ba9c5 100%);overflow:hidden;display:flex;align-items:center;padding:40px 20px}.hero-video-container{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1}.hero-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;padding:20px}.hero-text{text-align:center;color:var(--white);max-width:1000px;width:100%;padding:40px 20px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:14px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px;opacity:.9;animation:fadeInUp 1s ease-out .2s both}.hero-title{font-size:56px;font-weight:300;line-height:1.2;margin-bottom:24px;letter-spacing:-1px;animation:fadeInUp 1s ease-out .2s both;font-family:Helvetica Neue,Segoe UI,Arial,sans-serif}.hero-description{font-size:20px;line-height:1.6;margin-bottom:20px;font-weight:400;opacity:.95;animation:fadeInUp 1s ease-out .6s both}.hero-subtitle{font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:24px;opacity:.95;animation:fadeInUp 1s ease-out .3s both}.hero-mission{font-size:20px;line-height:1.5;margin-bottom:20px;font-weight:600;opacity:1;animation:fadeInUp 1s ease-out .7s both}.hero-question{font-size:18px;line-height:1.5;margin-bottom:32px;font-weight:500;opacity:.95;animation:fadeInUp 1s ease-out .8s both}.hero-cta{background:#e6e7ecf2;color:var(--dark-blue);border:none;padding:18px 48px;font-size:14px;font-weight:700;cursor:pointer;border-radius:8px;transition:all .4s ease;letter-spacing:1.5px;text-transform:uppercase;animation:fadeInUp 1s ease-out 1s both;box-shadow:0 8px 24px #00000026}.hero-cta:hover{background:var(--light-gray);transform:translateY(-4px);box-shadow:0 12px 32px #0a2c424d}.hero-cta-link{text-decoration:none;display:inline-block}.hero-cta-link .hero-cta{display:inline-block}.section-container{max-width:1400px;margin:0 auto;padding:0 40px 100px}.section-title{font-size:48px;font-weight:900;margin-bottom:32px;letter-spacing:-1px;color:var(--black)}.section-title.center{text-align:center}.section-cta{background:var(--primary-blue);color:var(--white);border:none;padding:16px 40px;font-size:14px;font-weight:700;cursor:pointer;border-radius:8px;transition:all .3s ease;letter-spacing:1px;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.section-cta:after{content:"→";font-size:16px;transition:transform .3s ease}.section-cta:hover{background:var(--dark-blue);transform:translateY(-2px);box-shadow:0 8px 20px #557f9f4d}.section-cta:hover:after{transform:translate(3px)}.section-cta-link{text-decoration:none;display:inline-block}.section-cta-link .section-cta{display:inline-flex}.why-attend-section{background:var(--light-gray);padding:100px 0}.why-attend-card{background:var(--white);border-radius:16px;padding:60px;box-shadow:0 10px 40px #0a2c4214;animation:fadeInUp .8s ease-out}.why-attend-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-attend-text{animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.why-attend-title{font-size:16px;font-weight:600;color:var(--dark-blue);margin-bottom:20px;letter-spacing:.5px}.why-attend-headline{font-size:32px;font-weight:700;line-height:1.3;color:var(--dark-blue);margin-bottom:24px;letter-spacing:-.5px}.why-attend-description{font-size:16px;line-height:1.7;color:var(--black);margin-bottom:32px}.why-attend-intro{font-size:16px;line-height:1.7;color:var(--black);margin-bottom:16px;font-weight:600}.why-attend-list{list-style:none;padding:0;margin:0 0 24px}.why-attend-list li{padding-left:1.5rem;margin-bottom:12px;position:relative;line-height:1.7;font-size:16px;color:var(--black)}.why-attend-list li:before{content:"•";position:absolute;left:.5rem;color:var(--primary-blue);font-weight:700;font-size:1.2rem}.why-attend-tagline{font-size:18px;line-height:1.6;color:var(--dark-blue);margin-bottom:32px;font-weight:600;font-style:italic}.why-attend-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026;animation:fadeInRight .8s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.why-attend-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.why-attend-image:hover img{transform:scale(1.05)}.keynotes-section{background:var(--light-gray)}.keynotes-intro{text-align:center;font-size:18px;line-height:1.6;color:var(--medium-gray);max-width:800px;margin:0 auto 40px}.keynotes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1600px;margin:60px auto 48px}.keynote-card{background:var(--dark-blue);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s ease;position:relative;min-height:520px;animation:fadeInUp .6s ease-out both;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);text-decoration:none;display:block}.keynote-card:hover{transform:translateY(-10px) translateZ(0);box-shadow:0 20px 40px #0a2c4266}.keynote-image{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);overflow:hidden;border-radius:20px}.keynote-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent 0%,rgba(10,44,66,.3) 20%,rgba(10,44,66,.6) 35%,rgba(10,44,66,.85) 50%,rgba(10,44,66,.95) 70%,var(--dark-blue) 100%);pointer-events:none;z-index:1}.keynote-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .4s ease}.keynote-card:hover .keynote-image img{transform:scale(1.05)}.keynote-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2}.keynote-name{font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.keynote-title{font-size:.95rem;color:#fffc;line-height:1.4;margin-bottom:1rem}.keynote-arrow{width:40px;height:40px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.keynote-card:hover .keynote-arrow{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white);transform:translate(5px)}@media(max-width:1200px){.nav-container{padding:0 20px}.section-container{padding:0 20px 80px}.hero-title{font-size:44px}.hero-description,.hero-mission,.hero-question{font-size:17px}.why-attend-card{padding:40px}.why-attend-content{gap:40px}.keynotes-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:100%}}@media(max-width:968px){.hero-section{padding:60px 20px}.hero-title{font-size:38px}.hero-text{padding:30px 15px}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:calc(36px + var(--nav-height));left:0;right:0;background:var(--white);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,box-shadow .3s ease;box-shadow:none;z-index:999}.nav-links.mobile-open{max-height:400px;box-shadow:0 8px 16px #0000001a}.nav-links a{padding:20px 40px;border-bottom:1px solid #e6e7ec;text-align:left;width:100%}.nav-links a:after{display:none}.nav-links a:hover{background:#f5f5f5}.hero-section{min-height:auto;padding:60px 15px}.hero-text{padding:20px 10px}.hero-title{font-size:32px;margin-bottom:20px;line-height:1.3}.hero-subtitle{font-size:16px;margin-bottom:20px}.hero-description{font-size:16px;line-height:1.5;margin-bottom:16px}.hero-mission{font-size:18px;line-height:1.4;margin-bottom:16px}.hero-question{font-size:16px;margin-bottom:24px}.hero-cta{padding:14px 32px;font-size:12px;width:100%;max-width:300px}.why-attend-section{padding:60px 0}.why-attend-card{padding:30px 20px}.why-attend-content{grid-template-columns:1fr;gap:32px}.why-attend-headline{font-size:24px}.section-title{font-size:36px}.keynotes-grid{grid-template-columns:1fr;gap:20px}.keynote-card{min-height:480px}.section-container{padding:0 20px 60px}}@media(max-width:480px){.alert-banner{font-size:11px;padding:8px 10px;letter-spacing:.5px}.hero-section{min-height:auto;padding:40px 10px}.hero-text{padding:15px 5px}.hero-title{font-size:28px;margin-bottom:16px}.hero-subtitle{font-size:14px;margin-bottom:16px}.hero-description{font-size:14px;line-height:1.5;margin-bottom:14px}.hero-mission{font-size:16px;line-height:1.4;margin-bottom:14px}.hero-question{font-size:14px;margin-bottom:20px}.hero-cta{padding:12px 24px;font-size:11px;width:100%}.why-attend-headline{font-size:20px}.section-title{font-size:28px}.keynote-card{min-height:420px}}.footer{background:#04153b;color:var(--white);padding:80px 0 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-content{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column{display:flex;flex-direction:column}.footer-brand{max-width:450px}.footer-brand-title{font-size:24px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px;color:var(--white)}.footer-description{font-size:15px;line-height:1.7;color:#ffffffd9;margin:0 0 16px}.footer-tagline{font-size:16px;font-weight:600;font-style:italic;color:var(--white);margin:20px 0 0}.footer-column-title{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;color:var(--white)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:14px;font-size:14px;line-height:1.6;color:#ffffffd9}.footer-links a{color:#ffffffe6;text-decoration:none;font-weight:600;transition:color .3s ease}.footer-links a:hover{color:#557f9f}.footer-social-links{display:flex;flex-direction:column;gap:12px}.social-link{display:flex;align-items:center;gap:12px;color:#04153b;background:#fffffff2;padding:10px 16px;border-radius:8px;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease}.social-link svg{flex-shrink:0}.social-link:hover{background:var(--white);transform:translate(5px);box-shadow:0 4px 12px #00000026}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:40px 0 24px;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:14px;color:#fff9;margin:0}.footer-legal{display:flex;gap:32px}.footer-legal a{color:#fff9;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-legal a:hover{color:var(--white)}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1 / -1;max-width:100%}}@media(max-width:768px){.footer{padding:60px 0 0}.footer-container{padding:0 20px}.footer-content{grid-template-columns:1fr;gap:32px;padding-bottom:40px}.footer-social{flex-wrap:wrap;padding:30px 0}.scroll-top{position:absolute;right:0;top:50%;transform:translateY(-50%)}.scroll-top:hover{transform:translateY(-50%) translateY(-3px)}.footer-bottom{flex-direction:column;gap:20px;text-align:center;padding:20px 0}.footer-legal{gap:20px}}@media(max-width:968px){.footer-content{grid-template-columns:1fr;gap:40px}.footer-brand{max-width:100%}.footer-social-links{flex-direction:row;flex-wrap:wrap}.social-link{flex:1;min-width:150px;justify-content:center}}@media(max-width:768px){.footer{padding:60px 0 0}.footer-container{padding:0 20px}.footer-content{gap:32px;padding-bottom:40px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;padding:20px 0}}.detail-page{min-height:100vh;background:#fff}.detail-header{background:var(--theme-header-bg, #0a2c42);padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.detail-header-content{max-width:1200px;margin:0 auto}.header__logo{text-decoration:none;display:inline-block}.detail-hero-banner{background:var(--theme-hero-bg, linear-gradient(135deg, #557f9f 0%, #0a2c42 100%));padding:5rem 2rem 4rem}.detail-hero-banner-content{max-width:1200px;margin:0 auto}.detail-hero-title{font-size:4rem;font-weight:300;color:#fff;line-height:1.1;margin:0 0 1rem;letter-spacing:-.02em}.detail-hero-date{font-size:1rem;color:#ffffffe6;margin:0}.detail-container-clean{max-width:1200px;margin:0 auto;padding:3rem 2rem}.detail-content-clean{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:start}.detail-sidebar-clean{position:sticky;top:2rem}.detail-author-info{display:flex;flex-direction:column;gap:.5rem}.author-name-clean{font-size:1.125rem;font-weight:600;color:#1d1d1f;margin:0}.author-title-clean{font-size:.9375rem;color:#6e6e73;line-height:1.5;margin:0 0 1rem}.email-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid var(--theme-accent, #557f9f);border-radius:50%;color:var(--theme-accent, #557f9f);text-decoration:none;transition:all .3s ease;cursor:pointer}.email-button:hover{background:var(--theme-accent, #557f9f);color:#fff}.email-button svg{width:24px;height:24px}.detail-main-clean{max-width:100%}.detail-title-clean{font-size:2.5rem;font-weight:600;color:#1d1d1f;line-height:1.2;margin:0 0 2rem;letter-spacing:-.02em}.detail-content-flex{display:flex;gap:2rem;margin-bottom:2rem}.detail-text-clean{flex:1;font-size:1.0625rem;line-height:1.7;color:#1d1d1f}.detail-text-clean p{margin:0 0 1.5rem}.detail-text-clean p:last-child{margin-bottom:0}.section-with-logo{position:relative;overflow:hidden}.section-with-logo:after{content:"";display:table;clear:both}.detail-section-title{font-size:1.75rem;font-weight:600;color:var(--theme-primary, #0a2c42);margin:2.5rem 0 1.5rem;letter-spacing:-.02em}.detail-list-section{margin:1.5rem 0}.list-intro{font-weight:600;color:#1d1d1f;margin-bottom:.75rem}.detail-list{list-style:none;padding:0;margin:0}.detail-list li{padding-left:1.5rem;margin-bottom:.75rem;position:relative;line-height:1.6}.detail-list li:before{content:"•";position:absolute;left:.5rem;color:var(--theme-accent, #557f9f);font-weight:700;font-size:1.2rem}.detail-mission{background:#f8f9fa;border-left:4px solid var(--theme-accent, #557f9f);padding:1.5rem;margin:2rem 0;border-radius:4px}.mission-label{font-size:.875rem;font-weight:700;color:var(--theme-accent, #557f9f);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.mission-text{font-size:1.125rem;font-weight:600;color:#0a2c42;margin:0;line-height:1.5}.detail-cta-section{margin:2rem 0}.schedule-button{display:inline-block;background:var(--theme-accent, #557f9f);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #557f9f33}.schedule-button:hover{background:var(--theme-primary, #0a2c42);transform:translateY(-2px);box-shadow:0 6px 16px #0a2c424d}.company-logo-float{float:right;margin:0 0 1.5rem 2rem;max-width:280px;width:40%}.company-logo{width:100%;height:auto;display:block}.text-link{color:var(--theme-accent, #557f9f);text-decoration:none;transition:color .3s ease}.text-link:hover{color:var(--theme-primary, #0a2c42);text-decoration:underline}.detail-image-side{flex-shrink:0;width:240px}.detail-img-clean{width:100%;height:auto;border-radius:12px;display:block;box-shadow:0 10px 30px #0000001a}.back-link-clean{display:inline-block;margin-top:3rem;color:var(--theme-accent, #557f9f);text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease}.back-link-clean:hover{color:var(--theme-primary, #0a2c42);transform:translate(-5px)}.testimonial-card{text-decoration:none;color:inherit;display:block}@media(max-width:968px){.detail-hero-title{font-size:3rem}.detail-content-clean{grid-template-columns:1fr;gap:2rem}.detail-sidebar-clean{position:static}.detail-content-flex{flex-direction:column}.detail-image-side{width:100%;max-width:400px;margin:0 auto}}@media(max-width:768px){.detail-hero-banner{padding:3rem 1rem 2rem}.detail-hero-title{font-size:2rem}.detail-title-clean{font-size:1.75rem}.company-logo-float{float:none;margin:1.5rem auto;max-width:200px;width:60%}.detail-container-clean{padding:2rem 1rem}}.contact-page{min-height:100vh;background:#f5f5f5}.contact-header{background:#0a2c42;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.contact-header-content{max-width:1400px;margin:0 auto}.header-logo{display:inline-block;text-decoration:none}.contact-banner{background:linear-gradient(135deg,#557f9f,#0a2c42);padding:4rem 2rem;color:#fff}.contact-banner-content{max-width:800px;margin:0 auto;text-align:center}.contact-banner-title{font-size:3rem;font-weight:300;margin:0 0 1rem;letter-spacing:-1px}.contact-banner-subtitle{font-size:1.25rem;opacity:.95;margin:0;line-height:1.6}.contact-container{max-width:1200px;margin:-40px auto 0;padding:0 2rem 4rem}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.875rem;font-weight:600;color:#0a2c42;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #e6e7ec;border-radius:8px;font-size:1rem;font-family:Helvetica Neue,Arial,sans-serif;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#557f9f;box-shadow:0 0 0 3px #557f9f1a}.form-textarea{resize:vertical;line-height:1.6}.contact-info{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.contact-info h3{font-size:1.5rem;color:#0a2c42;margin:0 0 1rem;font-weight:700}.contact-info p{color:#666;line-height:1.6;margin-bottom:1rem}.contact-info ul{list-style:none;padding:0;margin:1.5rem 0}.contact-info ul li{padding-left:1.5rem;margin-bottom:.75rem;position:relative;color:#333}.contact-info ul li:before{content:"✓";position:absolute;left:0;color:#557f9f;font-weight:700}.contact-cta-box{background:linear-gradient(135deg,#557f9f,#0a2c42);color:#fff;padding:1.5rem;border-radius:8px;margin-top:2rem;text-align:center}.contact-cta-box p{margin:.25rem 0;color:#fff}.contact-cta-box strong{font-size:1.125rem}.hero-cta-link,.section-cta-link{text-decoration:none;display:inline-block}@media(max-width:968px){.contact-content{grid-template-columns:1fr}.contact-banner-title{font-size:2rem}.contact-form-wrapper{padding:2rem}}@media(max-width:768px){.contact-banner{padding:3rem 1.5rem}.contact-banner-title{font-size:1.75rem}.contact-banner-subtitle{font-size:1rem}.contact-container{padding:0 1rem 3rem}.contact-form-wrapper{padding:1.5rem}.form-actions{flex-direction:column}.form-submit{width:100%}}.schedule-page{min-height:100vh;background:#f5f5f5}.schedule-header{background:#0a2c42;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.schedule-header-content{max-width:1400px;margin:0 auto}.schedule-banner{background:linear-gradient(135deg,#557f9f,#0a2c42);padding:4rem 2rem;color:#fff}.schedule-banner-content{max-width:800px;margin:0 auto;text-align:center}.schedule-banner-title{font-size:3rem;font-weight:300;margin:0 0 1rem;letter-spacing:-1px}.schedule-banner-subtitle{font-size:1.25rem;opacity:.95;margin:0;line-height:1.6}.schedule-container{max-width:1200px;margin:-40px auto 0;padding:0 2rem 4rem}.schedule-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.schedule-form-wrapper{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.schedule-form .form-group{margin-bottom:1.5rem}.schedule-form label{display:block;font-size:.875rem;font-weight:600;color:#0a2c42;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #e6e7ec;border-radius:8px;font-size:1rem;font-family:Helvetica Neue,Arial,sans-serif;transition:all .3s ease}.form-input:focus{outline:none;border-color:#557f9f;box-shadow:0 0 0 3px #557f9f1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-hint{display:block;font-size:.75rem;color:#666;margin-top:.375rem;font-weight:400}.form-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-actions{display:flex;gap:1rem;align-items:center}.form-submit{flex:1;background:#557f9f;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.form-submit:hover:not(:disabled){background:#0a2c42;transform:translateY(-2px);box-shadow:0 8px 20px #557f9f4d}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-back{color:#557f9f;text-decoration:none;font-weight:600;font-size:.9375rem;transition:color .3s ease}.form-back:hover{color:#0a2c42}.schedule-info{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.schedule-info h3{font-size:1.5rem;color:#0a2c42;margin:0 0 1rem;font-weight:700}.schedule-info p{color:#666;line-height:1.6;margin-bottom:1rem}.schedule-info ul{list-style:none;padding:0;margin:1.5rem 0}.schedule-info ul li{padding-left:1.5rem;margin-bottom:.75rem;position:relative;color:#333}.schedule-info ul li:before{content:"✓";position:absolute;left:0;color:#557f9f;font-weight:700}.schedule-cta-box{background:linear-gradient(135deg,#557f9f,#0a2c42);color:#fff;padding:1.5rem;border-radius:8px;margin-top:2rem;text-align:center}.schedule-cta-box p{margin:.25rem 0;color:#fff}.schedule-cta-box strong{font-size:1.125rem}@media(max-width:968px){.schedule-content{grid-template-columns:1fr}.schedule-banner-title{font-size:2rem}.schedule-form-wrapper{padding:2rem}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.schedule-banner{padding:3rem 1.5rem}.schedule-banner-title{font-size:1.75rem}.schedule-banner-subtitle{font-size:1rem}.schedule-container{padding:0 1rem 3rem}.schedule-form-wrapper{padding:1.5rem}.form-actions{flex-direction:column}.form-submit{width:100%}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;min-height:100vh}
