@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-brand:#1a56db;--primary-brand-light:#eff6ff;--text-primary:#0a192f;--text-secondary:#475569;--chip-bg:#e0f2fe;--chip-text:#0369a1;--btn-primary-bg:#0c2b64;--btn-primary-hover:#133a80;--btn-secondary-bg:#fff6;--btn-secondary-border:#0000001a;--divider:#0000001a;--background:#f8fafc}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100vh}body{background:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.app{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.hero-shell{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.bg-video{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.video-overlay{z-index:-1;pointer-events:none;background:linear-gradient(90deg,#f0f8ff 0%,#f0f8ffd9 40%,#f0f8ff00 100%);position:absolute;inset:0}.navbar{z-index:30;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;display:flex;position:relative}.logo{cursor:pointer;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo-icon{background:var(--primary-brand-light);width:2.5rem;height:2.5rem;color:var(--primary-brand);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-name{color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1}.logo-sub{letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);margin-top:.2rem;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a,.nav-links button.nav-link,a.nav-link{color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s;display:inline-flex}.nav-links a:hover,.nav-links button.nav-link:hover,.nav-links a.active,.nav-links button.nav-link.active{color:var(--primary-brand)}.nav-item-dropdown{z-index:40;position:relative}.dropdown-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--divider);z-index:50;background:#fffffffa;border-radius:.75rem;min-width:200px;padding:.5rem;list-style:none;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0a192f1f}.dropdown-menu button{text-align:left;width:100%;color:var(--text-primary);border-radius:.5rem;padding:.65rem .85rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:block}.dropdown-menu button:hover{background:var(--primary-brand-light);color:var(--primary-brand)}.nav-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.menu-toggle{width:2.5rem;height:2.5rem;color:var(--text-primary);border:1px solid var(--divider);background:#ffffff80;border-radius:.5rem;justify-content:center;align-items:center;display:none}.mobile-nav{z-index:30;flex-direction:column;gap:.25rem;padding:0 2rem 1rem;display:none;position:relative}.mobile-nav.open{display:flex}.mobile-nav button{text-align:left;color:var(--text-primary);background:#ffffff8c;border:1px solid #0000;border-radius:.5rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;transition:color .2s,background .2s}.mobile-nav button:hover,.mobile-nav button.active{color:var(--primary-brand);background:var(--primary-brand-light)}.btn{white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--btn-primary-bg);color:#fff}.btn-primary:hover{background:var(--btn-primary-hover);transform:translateY(-1px)}.btn-secondary{background:var(--btn-secondary-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--btn-secondary-border);color:var(--text-primary)}.btn-secondary:hover{background:#fff9;border-color:#0000002e}.play-icon-wrap{border:1.5px solid;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;display:inline-flex}.hero{z-index:1;flex-direction:column;flex:1;justify-content:center;padding-bottom:4rem;display:flex;position:relative}.hero-content{max-width:800px;margin-top:2rem;padding:0 4rem}.chip{background:var(--chip-bg);color:var(--chip-text);letter-spacing:1px;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;animation:.6s cubic-bezier(.4,0,.2,1) both fadeInUp;display:inline-flex}.chip-dot{background:var(--primary-brand);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1;animation:.6s cubic-bezier(.4,0,.2,1) .1s both fadeInUp}.hero-title .highlight{color:var(--primary-brand)}.hero-description{color:var(--text-secondary);max-width:560px;margin-bottom:2.5rem;font-size:1.15rem;font-weight:400;line-height:1.6;animation:.6s cubic-bezier(.4,0,.2,1) .2s both fadeInUp}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:4rem;animation:.6s cubic-bezier(.4,0,.2,1) .3s both fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.content-section{z-index:2;border-top:1px solid var(--divider);background:#fff;padding:5rem 0;position:relative}.content-section:nth-of-type(2n){background:var(--background)}.contact-section{background:#fff}.section-inner{max-width:800px;margin:0 auto;padding:0 4rem}.section-eyebrow{letter-spacing:1px;text-transform:uppercase;color:var(--chip-text);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.content-section h2{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:2.25rem;font-weight:700}.section-subtitle{color:var(--text-primary);margin:.5rem 0 .75rem;font-size:1.25rem;font-weight:700}.section-lead,.content-section p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.65}.site-footer{background:var(--text-primary);color:#ffffffd9;padding:1.5rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.footer-inner a{color:#fff;font-weight:500;transition:color .2s}.footer-inner a:hover{color:#93c5fd}.panel-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a192f59;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.panel{background:#fff;border-radius:1.25rem;width:100%;max-width:640px;max-height:90vh;padding:2rem;animation:.35s cubic-bezier(.4,0,.2,1) fadeInUp;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0a192f33}.panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.panel-header h2{letter-spacing:-.02em;color:var(--text-primary);font-size:1.75rem;font-weight:700}.panel-close{width:2.25rem;height:2.25rem;color:var(--text-secondary);background:var(--background);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.panel-close:hover{background:var(--primary-brand-light);color:var(--primary-brand)}.panel-tabs{border-bottom:1px solid var(--divider);flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1rem;padding-bottom:1rem;display:flex}.panel-tab{color:var(--text-secondary);background:var(--background);border-radius:9999px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.panel-tab:hover{color:var(--primary-brand)}.panel-tab.active{background:var(--primary-brand);color:#fff}.panel-body p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.65}.panel-list{flex-direction:column;gap:.75rem;margin-top:1.25rem;list-style:none;display:flex}.panel-list li{border:1px solid var(--divider);color:var(--text-primary);background:#fff;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;display:flex}.content-section:nth-of-type(2n) .panel-list li{background:#fff}.panel-list li span{color:var(--primary-brand);flex-shrink:0;font-weight:700}.form{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.form-row{flex-direction:column;gap:.35rem;display:flex}.form-row label{color:var(--text-primary);font-size:.85rem;font-weight:500}.form-row input,.form-row select,.form-row textarea{border:1px solid var(--divider);background:var(--background);color:var(--text-primary);border-radius:.65rem;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--primary-brand);box-shadow:0 0 0 3px #1a56db26}.form-row textarea{resize:vertical;min-height:100px}.form-error{color:#b91c1c;font-size:.8rem}.form-success{text-align:center;padding:1.5rem 0}.form-success h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem}.form-success p{color:var(--text-secondary);line-height:1.6}.form-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.story-video{aspect-ratio:16/9;object-fit:cover;background:#0a192f;border-radius:.75rem;width:100%}@media (width<=1024px){.navbar{padding:1.25rem 2.5rem}.nav-links{gap:1.5rem}.hero-content,.section-inner{padding:0 2.5rem}.hero-title{font-size:3.5rem}}@media (width<=768px){.navbar{padding:1rem 2rem}.nav-links{display:none}.menu-toggle{display:flex}.hero-content,.section-inner{margin-top:1rem;padding:0 2rem}.section-inner{margin-top:0}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.content-section h2{font-size:1.75rem}.panel{padding:1.5rem}}
