@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy-950:#060e1a;--navy-900:#0a1628;--navy-800:#0f2035;--navy-700:#152d4a;--navy-600:#1b3a5c;--navy-500:#224a72;--navy-400:#2e6494;--navy-300:#3a7fb8;--navy-200:#5a9fd4;--navy-100:#8bc0e8;--navy-50:#d0e6f6;--accent:#2e86ab;--accent-dark:#1f6e8e;--accent-light:#4eadd5;--accent-50:#e0f2f9;--white:#fff;--gray-50:#f7f8fa;--gray-100:#eef0f4;--gray-200:#d8dde5;--gray-300:#b4bcc9;--gray-400:#8a95a6;--gray-500:#64717f;--gray-600:#4a5567;--gray-700:#374151;--gray-800:#1f2937;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--shadow-sm:0 1px 3px #060e1a14;--shadow-md:0 4px 12px #060e1a1a;--shadow-lg:0 8px 30px #060e1a1f;--shadow-xl:0 16px 50px #060e1a29;--shadow-accent:0 8px 30px #2e86ab33;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--container-max:1200px;--container-narrow:900px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--container-max);padding:0 var(--space-xl);margin:0 auto}.container-narrow{max-width:var(--container-narrow)}.section{padding:var(--space-4xl) 0}.section-dark{background:var(--navy-900);color:var(--white)}.section-light{background:var(--gray-50)}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-md);font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--navy-900);margin-bottom:var(--space-lg);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.section-dark .section-title{color:var(--white)}.section-title .highlight{color:var(--accent)}.section-subtitle{color:var(--gray-500);max-width:600px;font-size:1.05rem;line-height:1.7}.section-dark .section-subtitle{color:var(--gray-300)}.section-header{text-align:center;margin-bottom:var(--space-3xl)}.section-header .section-subtitle{margin:0 auto}.btn{border-radius:var(--radius-sm);transition:all var(--transition-base);letter-spacing:.3px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,#ffffff26,#0000);position:absolute;inset:0}.btn:hover:after{opacity:1}.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 4px 15px #2e86ab4d}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2e86ab66}.btn-outline{border:2px solid var(--accent);color:var(--accent);background:0 0}.btn-outline:hover{background:var(--accent);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--navy-900);box-shadow:var(--shadow-md)}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-lg{padding:1rem 2.2rem;font-size:1rem}.btn svg{width:18px;height:18px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:scale(.9)}.reveal-scale.visible{opacity:1;transform:scale(1)}.stagger-children>:first-child{transition-delay:0s}.stagger-children>:nth-child(2){transition-delay:.1s}.stagger-children>:nth-child(3){transition-delay:.2s}.stagger-children>:nth-child(4){transition-delay:.3s}.stagger-children>:nth-child(5){transition-delay:.4s}.stagger-children>:nth-child(6){transition-delay:.5s}.text-center{text-align:center}.text-left{text-align:left}.text-accent{color:var(--accent)}.text-white{color:var(--white)}.text-navy{color:var(--navy-900)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.grid{gap:var(--space-xl);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--navy-950)}::-webkit-scrollbar-thumb{background:var(--navy-600);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{background:var(--accent);color:var(--white)}.top-bar{color:var(--white);background-image:linear-gradient(50deg,#0f0f0f 64%,#2d8cbb 40%);border-bottom:none;padding:.6rem 0;font-size:.82rem}.top-bar-inner{justify-content:space-between;align-items:center;display:flex}.top-bar-left{gap:var(--space-xl);display:flex}.top-bar-item{color:#dedede;transition:color var(--transition-fast);align-items:center;gap:.4rem;display:flex}.top-bar-item svg{color:#2d8cbb}.top-bar-item:hover{color:var(--white)}.top-bar-right{gap:.6rem;display:flex}.top-bar-social{background:var(--white);color:#2d8cbb;width:28px;height:28px;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex}.top-bar-social:hover{background:var(--white);opacity:.8;transform:translateY(-1px)}.navbar{z-index:1000;background:var(--white);transition:all var(--transition-base);border-bottom:1px solid var(--gray-100);position:sticky;top:0}.navbar-scrolled{box-shadow:var(--shadow-lg);border-bottom-color:#0000}.navbar-inner{justify-content:space-between;align-items:center;height:75px;display:flex}.navbar-logo img{width:auto;height:48px;transition:transform var(--transition-base)}.navbar-logo:hover img{transform:scale(1.03)}.navbar-link{color:var(--gray-600);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.5rem 1.1rem;font-size:.9rem;font-weight:500;position:relative}.navbar-link:after{content:"";background:var(--accent);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-link:hover{color:var(--navy-900)}.navbar-link:hover:after,.navbar-link.active:after{width:60%}.navbar-link.active{color:var(--accent);font-weight:600}.desktop-links{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.desktop-links>li{position:relative}.desktop-links .navbar-link{align-items:center;gap:.35rem;display:flex}.desktop-dropdown-chevron{transition:transform .25s}.desktop-has-dropdown:hover .desktop-dropdown-chevron{transform:rotate(180deg)}.desktop-dropdown{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);opacity:0;visibility:hidden;pointer-events:none;z-index:1100;min-width:280px;padding:.5rem;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 12px 40px #060e1a1f,0 2px 8px #060e1a0f}.desktop-has-dropdown:after{content:"";width:100%;height:12px;position:absolute;top:100%;left:0}.desktop-has-dropdown:hover .desktop-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.desktop-dropdown-inner{flex-direction:column;display:flex}.desktop-dropdown-item{border-radius:var(--radius-sm);transition:background var(--transition-fast), color var(--transition-fast);align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.desktop-dropdown-item:hover{background:var(--accent-50,#2563eb0f)}.desktop-dropdown-title{color:var(--gray-700);transition:color var(--transition-fast);font-size:.88rem;font-weight:500}.desktop-dropdown-item:hover .desktop-dropdown-title{color:var(--accent)}.navbar-right{align-items:center;gap:var(--space-lg);display:flex}.navbar-cta{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:.75rem;padding:.5rem 1rem .5rem .5rem;display:flex}.navbar-cta:hover{background:var(--gray-50)}.navbar-cta-icon{background:var(--accent);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;animation:3s ease-in-out infinite pulse;display:flex}.navbar-cta-text{flex-direction:column;line-height:1.3;display:flex}.navbar-cta-text small{color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500}.navbar-cta-text strong{color:var(--navy-900);font-size:.95rem;font-weight:700}.navbar-cta-mobile{display:none}.navbar-toggle{z-index:1100;flex-direction:column;gap:5px;padding:8px;display:none}.navbar-toggle span{background:var(--navy-900);border-radius:var(--radius-full);width:24px;height:2px;transition:all var(--transition-base);display:block}.navbar-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-overlay,.navbar-links,.mobile-menu-header,.mobile-nav-item,.mobile-nav-scroll,.mobile-menu-footer,.mobile-menu-close,.mobile-sub-menu{display:none}@media (width<=900px){.desktop-links{display:none!important}.navbar-links{background:var(--white);z-index:1050;flex-direction:column;align-items:stretch;gap:0;width:300px;height:100dvh;padding:0;transition:right .38s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-320px;overflow:hidden;box-shadow:-8px 0 50px #060e1a38}.navbar-links.open{right:0}.mobile-menu-header{background:var(--navy-950);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-menu-logo img{filter:brightness(0)invert();width:auto;height:36px}.mobile-menu-close{color:#ffffffb3;width:34px;height:34px;transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-menu-close:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}.mobile-nav-item{border-bottom:1px solid var(--gray-100);display:block}.navbar-link{color:var(--gray-700);width:100%;transition:background var(--transition-fast), color var(--transition-fast), padding-left var(--transition-fast);border-radius:0;justify-content:space-between;align-items:center;padding:1.05rem 1.25rem;font-size:.97rem;font-weight:500;display:flex}.navbar-link svg{color:var(--gray-300);transition:transform var(--transition-fast), color var(--transition-fast);flex-shrink:0}.navbar-link:hover{background:var(--gray-50);color:var(--navy-900);padding-left:1.5rem}.navbar-link:hover svg{color:var(--accent);transform:translate(3px)}.navbar-link:after{display:none}.navbar-link.active{background:var(--accent-50);color:var(--accent);border-left:3px solid var(--accent);padding-left:1.5rem;font-weight:600}.navbar-link.active svg{color:var(--accent)}.mobile-nav-scroll{flex:1;padding:0;display:block;overflow-y:auto}.mobile-nav-has-sub .navbar-link{cursor:pointer}.mobile-sub-chevron{transition:transform .25s!important}.mobile-nav-has-sub.sub-open .mobile-sub-chevron{transform:rotate(180deg)}.mobile-sub-menu{background:var(--gray-50);max-height:0;margin:0;padding:0;list-style:none;transition:max-height .3s;display:block;overflow:hidden}.mobile-nav-has-sub.sub-open .mobile-sub-menu{max-height:500px}.mobile-sub-link{color:var(--gray-600);transition:background var(--transition-fast), color var(--transition-fast);border-bottom:1px solid #0000000a;padding:.7rem 1.25rem .7rem 2rem;font-size:.88rem;font-weight:500;display:block}.mobile-sub-link:hover{background:var(--accent-50);color:var(--accent)}.mobile-sub-all{color:var(--accent);font-weight:600}.mobile-menu-footer{background:var(--navy-950);flex-direction:column;flex-shrink:0;gap:.75rem;margin-top:auto;padding:1.5rem 1.25rem;display:flex}.mobile-cta-btn{justify-content:center;width:100%;padding:.85rem 1.25rem;font-size:.92rem}.mobile-footer-email{color:#ffffff80;transition:color var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.mobile-footer-email:hover{color:var(--accent-light)}.navbar-right,.navbar-cta-mobile{display:none}.navbar-toggle{z-index:1200;display:flex;position:relative}.navbar-toggle.open{opacity:0;pointer-events:none}.mobile-overlay{z-index:1040;background:#060e1a80;display:block;position:fixed;inset:0}}@media (width<=600px){.top-bar{display:none}.navbar-inner{height:65px}.navbar-logo img{height:38px}.navbar-links{width:100%;right:-100%}.navbar-links.open{right:0}}.footer{background:var(--navy-950);color:var(--gray-300);padding:var(--space-4xl) 0 0}.footer-grid{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr .8fr .8fr;display:grid}.footer-logo img{width:auto;height:50px;margin-bottom:var(--space-lg)}.footer-brand-text{color:var(--gray-400);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.7}.footer-socials{gap:.6rem;display:flex}.footer-social{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--gray-400);transition:all var(--transition-base);background:#ffffff0f;justify-content:center;align-items:center;display:flex}.footer-social:hover{background:var(--accent);color:var(--white);transform:translateY(-3px)}.footer-heading{color:var(--white);margin-bottom:var(--space-xl);padding-bottom:var(--space-sm);font-size:1rem;font-weight:700;position:relative}.footer-heading:after{content:"";background:var(--accent);border-radius:var(--radius-full);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-contact-list li{margin-bottom:var(--space-md);color:var(--gray-400);align-items:flex-start;gap:.75rem;font-size:.88rem;display:flex}.footer-contact-list li svg{color:var(--accent);flex-shrink:0;margin-top:3px}.footer-contact-list li a{color:var(--gray-400);transition:color var(--transition-fast)}.footer-contact-list li a:hover{color:var(--accent-light)}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--gray-400);transition:all var(--transition-fast);align-items:center;gap:.4rem;font-size:.88rem;display:inline-flex}.footer-links a:before{content:"";background:var(--accent);width:0;height:1px;transition:width var(--transition-base)}.footer-links a:hover{color:var(--white);transform:translate(4px)}.footer-links a:hover:before{width:12px}.footer-newsletter{max-width:360px;margin:0 0 var(--space-xl)}.footer-newsletter-heading{color:var(--white);margin:0 0 .7rem;font-size:.9rem;font-weight:800}.footer-newsletter-form{align-items:stretch;gap:.55rem;display:flex}.footer-newsletter-form input{border-radius:var(--radius-sm);width:100%;min-height:44px;color:var(--white);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff24;outline:none;padding:0 .9rem}.footer-newsletter-form input::placeholder{color:var(--gray-500)}.footer-newsletter-form input:focus{border-color:var(--accent);background:#ffffff17;box-shadow:0 0 0 3px #3876a133}.footer-newsletter-form button{border-radius:var(--radius-sm);background:var(--accent);min-height:44px;color:var(--white);cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast);border:0;flex:none;padding:0 1rem;font-weight:800}.footer-newsletter-form button:hover:not(:disabled){background:var(--accent-light);transform:translateY(-2px)}.footer-newsletter-form button:disabled{cursor:wait;opacity:.72}.footer-newsletter-status{margin-top:.7rem;font-size:.78rem;line-height:1.45}.footer-newsletter-status.success{color:#8ee6b4}.footer-newsletter-status.error{color:#fca5a5}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer-bottom{padding:var(--space-xl) 0;color:var(--gray-500);justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.footer-credit{color:var(--gray-500)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer-grid{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-newsletter{width:min(360px,100%)}.footer-newsletter-form{flex-direction:column}.footer-socials{justify-content:center}.footer-col{flex-direction:column;align-items:center;display:flex}.footer-heading:after{left:50%;transform:translate(-50%)}.footer-contact-list li{text-align:left;justify-content:center}.footer-links a{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.event-popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#112e4a80;justify-content:center;align-items:center;padding:20px;animation:.4s ease-out fadeInOverlay;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeInOverlay{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.event-popup-standalone-wrapper{box-sizing:border-box;background-color:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.event-popup,.event-popup *{box-sizing:border-box;font-family:inherit}.event-popup.event-popup-split{background:#fff;border-radius:16px;flex-direction:row;width:100%;max-width:900px;min-height:500px;max-height:90vh;margin:auto;animation:.6s cubic-bezier(.16,1,.3,1) popupEntry;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}@keyframes popupEntry{0%{opacity:0;transform:scale(.85)translateY(40px)}60%{opacity:1;transform:scale(1.02)translateY(-5px)}80%{opacity:1;transform:scale(.99)translateY(2px)}to{opacity:1;transform:scale(1)translateY(0)}}.event-popup-close{color:#112e4a;cursor:pointer;z-index:20;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.event-popup-close:hover{background:#0000001a;transform:rotate(90deg)}.event-popup-left{background:linear-gradient(135deg,#0f2a4a 0%,#173b5e 100%);flex-direction:column;flex:0 0 42%;justify-content:center;align-items:center;padding:35px 25px;display:flex;position:relative;overflow:hidden}.event-popup-left:after{content:"";opacity:.04;pointer-events:none;background-image:url(/images/logo-white.png);background-repeat:no-repeat;background-size:contain;width:250px;height:250px;position:absolute;bottom:-40px;left:-40px;transform:rotate(-15deg)}.event-popup-left-inner{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.event-popup-brand-labels{flex-direction:column;align-items:center;gap:15px;display:flex}.event-popup-logo{object-fit:contain;max-width:100%;height:65px}.event-popup-toplabel{letter-spacing:.25em;text-transform:uppercase;color:#93b5d2;background:#ffffff0d;border:1px solid #ffffff40;border-radius:25px;padding:8px 20px;font-size:15px;font-weight:800;box-shadow:0 4px 10px #0000001a}.event-popup-matchup{flex-direction:row;justify-content:center;align-items:center;gap:16px;animation:.6s cubic-bezier(.16,1,.3,1) .2s both slideUpFade;display:flex}.event-popup-team{flex-direction:column;align-items:center;gap:10px;display:flex}.event-popup-flag{object-fit:cover;border:3px solid #ffffff1a;border-radius:50%;width:70px;height:70px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px #0006}.event-popup-flag:hover{border-color:#e86c4b;transform:scale(1.15)rotate(5deg)}.event-popup-teamname{color:#fff;text-transform:uppercase;text-align:center;letter-spacing:.05em;text-shadow:0 2px 4px #00000080;font-size:1.2rem;font-weight:900}.event-popup-vs-container{flex-direction:column;align-items:center;display:flex}.event-popup-vs{color:#d4af37;text-shadow:0 4px 10px #0006;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-style:italic;font-weight:700;animation:2s ease-in-out infinite pulseVS}@keyframes pulseVS{0%{opacity:.9;transform:scale(1)}50%{opacity:1;text-shadow:0 0 25px #d4af3799;transform:scale(1.15)}to{opacity:.9;transform:scale(1)}}.event-popup-timer{color:#e86c4b;letter-spacing:.1em;text-align:center;background:#0006;border:1px solid #e86c4b66;border-radius:25px;padding:8px 18px;font-size:.95rem;font-weight:700;box-shadow:0 4px 10px #0003}.event-popup-right{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:35px 40px;display:flex;overflow-y:auto}.event-popup-subtitle{color:#e86c4b;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:800}.event-popup-title{color:#112e4a;text-transform:uppercase;letter-spacing:-.03em;margin:0 0 28px;font-family:Inter,Montserrat,-apple-system,sans-serif;font-size:2.2rem;font-weight:900;line-height:1.1}.typewriter-cursor{color:#e86c4b;margin-left:2px;font-weight:300;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.event-popup-details{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.event-popup-detail-item{align-items:flex-start;gap:15px;animation:.6s cubic-bezier(.16,1,.3,1) both slideUpFade;display:flex}.event-popup-detail-item:first-child{animation-delay:.3s}.event-popup-detail-item:nth-child(2){animation-delay:.4s}.event-popup-detail-item:nth-child(3){animation-delay:.5s}.event-popup-icon{color:#112e4a;background:#f4f7f9;border:1px solid #eaf0f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.event-popup-detail-text{flex-direction:column;gap:4px;display:flex}.event-popup-detail-title{color:#112e4a;font-size:1.15rem;font-weight:800}.event-popup-detail-sub{color:#64748b;font-size:.95rem;font-weight:500}.event-popup-actions{flex-direction:column;gap:15px;animation:.6s cubic-bezier(.16,1,.3,1) .6s both slideUpFade;display:flex}.event-popup-btn{cursor:pointer;border-radius:30px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.event-popup-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px -3px #00000026}.event-popup-btn-primary{color:#fff;background:#112e4a;border:none;width:100%}.event-popup-btn-primary:hover{background:#0f2a4a;box-shadow:0 8px 20px -3px #112e4a66}.event-popup-btn-secondary{color:#112e4a;background:#fff;border:2px solid #112e4a;width:100%}.event-popup-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.event-popup-rsvp-form{align-items:center;gap:10px;width:100%;display:flex}.event-popup-email-input{color:#112e4a;background:#f8fafc;border:2px solid #eaf0f5;border-radius:30px;outline:none;flex:1;padding:14px 20px;font-size:1rem;transition:border-color .2s}.event-popup-email-input:focus{background:#fff;border-color:#112e4a}.event-popup-email-input::placeholder{color:#94a3b8}.event-popup-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e86c4b;border:none;border-radius:30px;padding:16px 24px;font-weight:800;transition:all .2s}.event-popup-submit-btn:hover{background:#d65a39;transform:translateY(-2px);box-shadow:0 6px 15px #e86c4b4d}.event-popup-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.event-popup-success{text-align:center;color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:30px;flex:1;padding:14px;font-weight:800}.event-popup-error{color:#dc2626;font-size:.85rem;font-weight:600;position:absolute;bottom:-25px;left:20px}.event-popup-fab{cursor:pointer;z-index:9999;background:#fff;border:4px solid #0f2a4a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:.6s cubic-bezier(.16,1,.3,1) fabEntry,3s infinite pulseFab;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 10px 25px #0000004d}.event-popup-fab:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 15px 35px #0006}.event-popup-fab img{object-fit:contain;width:55px;height:55px}.event-popup-fab-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#112e4a;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .3s;position:absolute;left:95px;transform:translate(-10px);box-shadow:0 4px 10px #0003}.event-popup-fab-tooltip:before{content:"";border:6px solid #0000;border-left-width:0;border-right-color:#112e4a;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.event-popup-fab:hover .event-popup-fab-tooltip{opacity:1;transform:translate(0)}@keyframes fabEntry{0%{opacity:0;transform:scale(0)rotate(-90deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes pulseFab{0%{box-shadow:0 0 #0f2a4a66}70%{box-shadow:0 0 0 15px #0f2a4a00}to{box-shadow:0 0 #0f2a4a00}}@media (width<=768px){.event-popup-fab{border-width:3px;width:60px;height:60px;bottom:20px;left:20px}.event-popup-fab img{width:40px;height:40px}.event-popup-fab-tooltip{display:none}.event-popup-overlay{align-items:flex-start;padding:15px}.event-popup.event-popup-split{flex-direction:column;max-height:none}.event-popup-close{color:#fff;background:#fff3;top:15px;right:15px}.event-popup-left{padding:30px 20px}.event-popup-matchup{flex-direction:row;justify-content:center;gap:10px;width:100%}.event-popup-teamname{font-size:.9rem}.event-popup-flag{width:60px;height:60px}.event-popup-vs{font-size:2rem}.event-popup-right{padding:25px 20px}.event-popup-title{margin-bottom:25px;font-size:2rem}.event-popup-details{margin-bottom:30px}.event-popup-rsvp-form{flex-direction:column}.event-popup-submit-btn{width:100%}}.event-popup-widget-container{z-index:9999;background:#fff;border-radius:12px;flex-direction:column;width:320px;animation:.4s ease-out slideUpFade;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 10px 25px #0003}.event-popup-widget-header{background:linear-gradient(135deg,#0f2a4a 0%,#173b5e 100%);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.event-popup-widget-close{color:#fff;cursor:pointer;z-index:20;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:10px;right:10px}.event-popup-widget-close:hover{background:#ffffff4d}.event-popup-widget-body{background:#fff;padding:16px}.home-hero{isolation:isolate;background:#fff;align-items:center;min-height:85vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.home-hero-media{object-fit:cover;object-position:100% 50%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-hero-overlay{z-index:1;background-image:linear-gradient(60deg,#000 41%,#fff0 30%);position:absolute;inset:0}.home-hero-container{z-index:2;width:100%;position:relative}.home-hero-shell{grid-template-columns:65% 35%;align-items:center;gap:0;display:grid}.home-hero-content{max-width:100%}.home-hero-card{-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;max-width:100%;box-shadow:none;background:#ffffff7d;border:0;border-radius:0;margin-left:10px;padding:60px 40px}.home-hero-card.is-loading{min-height:360px}.home-hero-kicker{color:#0f2035;letter-spacing:2.2px;text-transform:uppercase;background:#2d8cbb1f;align-items:center;gap:.55rem;margin-bottom:.9rem;padding:.35rem .7rem;font-size:.75rem;font-weight:800;line-height:1.2;display:inline-flex}.home-hero-kicker:before{content:"";background:#2d8cbb;flex-shrink:0;width:22px;height:2px}.home-hero-title{color:#000;letter-spacing:0;max-width:none;margin-bottom:20px;font-size:52px;font-weight:600;line-height:1.1em}.home-hero-title-highlight{background-image:linear-gradient(#ff572200 75%,#2d8cbb 0%);padding:0;display:inline-block}.home-hero-copy{color:#000;text-align:justify;max-width:none;margin-bottom:30px;font-size:16px;font-weight:300;line-height:1.5em}.home-hero-actions{gap:1rem;margin-bottom:0;display:flex}.home-hero-primary-btn{width:fit-content;min-width:0;min-height:0;box-shadow:none;letter-spacing:1.3px;text-transform:uppercase;background:#2d8cbb;border-radius:0;justify-content:center;padding:20px 40px;font-size:14px;font-weight:700;line-height:1em}.home-hero-primary-btn:hover{background:#2f88b7;transform:translateY(-2px);box-shadow:0 14px 28px #2d8cbb33}.home-hero-spacer{justify-content:flex-end;min-height:1px;display:flex}.home-hero-secondary-btn{color:#0a1628;width:fit-content;min-width:0;min-height:0;box-shadow:none;letter-spacing:1.3px;text-transform:uppercase;background:#ffffffb8;border:1px solid #00000038;border-radius:0;justify-content:center;padding:20px 34px;font-size:14px;font-weight:700;line-height:1em}.home-hero-secondary-btn:hover{background:#fff;transform:translateY(-2px)}.home-hero-badge{color:#0a1628;align-items:center;gap:.85rem;margin-top:1.2rem;display:inline-flex}.home-hero-badge strong{color:#fff;background:#2d8cbb;justify-content:center;align-items:center;min-width:70px;min-height:70px;padding:.6rem;font-size:1.7rem;line-height:1;display:inline-flex}.home-hero-badge span{white-space:pre-line;max-width:12rem;font-weight:800;line-height:1.2}.home-hero-visual{object-fit:contain;filter:drop-shadow(0 24px 35px #060e1a38);width:min(100%,360px);max-height:430px}.about-grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-images{height:480px;position:relative}.about-img-main{border-radius:var(--radius-lg);width:70%;box-shadow:var(--shadow-xl);z-index:1;position:absolute;top:0;left:0;overflow:hidden}.about-img-main img{object-fit:cover;width:100%;height:320px}.about-img-secondary{border-radius:var(--radius-lg);width:60%;box-shadow:var(--shadow-xl);border:4px solid var(--white);z-index:2;position:absolute;bottom:0;right:0;overflow:hidden}.about-img-secondary img{object-fit:cover;width:100%;height:260px}.about-experience-badge{background:var(--accent);color:var(--white);z-index:3;border:4px solid var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #2e86ab66}.about-experience-number{font-size:2rem;font-weight:900;line-height:1}.about-experience-text{text-transform:uppercase;letter-spacing:1px;text-align:center;white-space:pre-line;font-size:.65rem;font-weight:700;line-height:1.3}.about-features{margin:var(--space-xl) 0 var(--space-2xl);grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.about-feature{border-radius:var(--radius-sm);transition:background var(--transition-fast);align-items:center;gap:.6rem;padding:.6rem .8rem;display:flex}.about-feature:hover{background:var(--gray-50)}.about-feature-icon{background:var(--accent-50);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-feature-icon svg{width:16px;height:16px}.about-feature-text{color:var(--navy-800);font-size:.88rem;font-weight:600}.why-grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.why-list{margin:var(--space-xl) 0 var(--space-2xl)}.why-list li{color:var(--gray-200);border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.why-check{width:28px;height:28px;color:var(--accent-light);background:#2e86ab33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-check svg{width:14px;height:14px}.why-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 25px 60px #0000004d}.why-image img{object-fit:cover;width:100%;height:420px}.home-stats-section{z-index:3;margin-top:clamp(-4.5rem,-7vw,-2.5rem);padding-top:0;position:relative}.home-stats-shell{background:linear-gradient(155deg,#fffffff5,#f4f8fce6),linear-gradient(135deg,#4eadd52e,#0000 30%);border:1px solid #0f203514;border-radius:8px;grid-template-columns:minmax(240px,.88fr) minmax(0,1.12fr);gap:1.2rem;padding:clamp(1rem,2vw,1.2rem);display:grid;box-shadow:0 24px 60px #060e1a29}.home-stats-intro{background:linear-gradient(160deg, var(--navy-900), var(--navy-700));min-height:100%;color:var(--white);border-radius:8px;flex-direction:column;justify-content:center;padding:clamp(1.1rem,2vw,1.6rem);display:flex;box-shadow:inset 0 1px #ffffff0f}.home-stats-intro .section-label{color:var(--accent-light)}.home-stats-intro h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.15}.home-stats-intro p{color:#ffffffb8;max-width:36ch;font-size:.98rem;line-height:1.8}.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-stat-card{text-align:left;background:#ffffffeb;border:1px solid #0f203514;border-radius:8px;flex-direction:column;justify-content:center;min-height:200px;padding:1.55rem;display:flex;box-shadow:0 14px 36px #060e1a14}.home-stat-card.is-dark{background:linear-gradient(155deg, var(--navy-900), var(--navy-700));border-color:#ffffff14;position:relative;box-shadow:0 18px 42px #060e1a38}.home-stat-icon{color:var(--accent);margin-bottom:1rem}.home-stat-card.is-dark .home-stat-icon{color:var(--accent-light)}.home-stat-icon svg{stroke:currentColor;width:42px;height:42px}.home-stat-value{color:var(--navy-900);align-items:baseline;gap:.35rem;font-size:clamp(2rem,4vw,2.55rem);font-weight:800;line-height:1;display:flex}.home-stat-card.is-dark .home-stat-value{color:var(--white)}.home-stat-value span{color:var(--accent);font-size:1.4rem;font-weight:700}.home-stat-card.is-dark .home-stat-value span{color:var(--accent-light)}.home-stat-label{color:var(--gray-500);margin-top:.65rem;font-size:.98rem;line-height:1.5}.home-stat-card.is-dark .home-stat-label{color:#ffffffb8}.home-services-section{background:var(--gray-50);position:relative;overflow:hidden}.home-services-section:before{content:"";pointer-events:none;background:linear-gradient(#ffffffad,#0000 42%);position:absolute;inset:0}.home-services-section .container{z-index:1;position:relative}.home-services-header{max-width:760px;margin-left:auto;margin-right:auto}.home-services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.home-service-card{background:var(--white);border-radius:var(--radius-sm);min-height:100%;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);border:1px solid #0f203512;flex-direction:column;padding:2.25rem 2rem;display:flex;box-shadow:0 10px 28px #060e1a0f}.home-service-card:hover{border-color:#2d8cbb3d;transform:translateY(-5px);box-shadow:0 18px 42px #060e1a1c}.home-service-icon{width:64px;height:64px;color:var(--accent);background:#2d8cbb17;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.4rem;display:inline-flex}.home-service-icon svg,.home-service-link svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.home-service-body{flex:1}.home-service-body h3{color:var(--navy-900);margin-bottom:.85rem;font-size:1.2rem;font-weight:700;line-height:1.35}.home-service-body p{color:var(--gray-600);font-size:.95rem;line-height:1.72}.home-service-link{width:max-content;color:var(--accent);align-items:center;gap:.45rem;margin-top:1.4rem;font-size:.9rem;font-weight:800;display:inline-flex}.home-service-link:hover{color:var(--navy-900)}.home-service-link svg{stroke-width:2.2px;width:17px;height:17px;transition:transform var(--transition-fast)}.home-service-link:hover svg{transform:translate(3px)}.home-process-section{background:var(--white);position:relative;overflow:hidden}.home-process-section .container{z-index:1;position:relative}.home-process-track{gap:var(--space-2xl);margin-top:var(--space-3xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-process-card{text-align:center;min-height:100%;padding:0 1.5rem;position:relative}.home-process-icon{width:118px;height:118px;color:var(--accent);background:var(--white);transition:transform var(--transition-base), color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);border:1px solid #2d8cbb24;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.8rem;display:inline-flex;box-shadow:0 18px 45px #060e1a1a}.home-process-card:hover .home-process-icon{color:var(--white);background:var(--accent);transform:translateY(-5px);box-shadow:0 22px 50px #2d8cbb47}.home-process-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:52px;height:52px}.home-process-card h3{color:var(--navy-900);margin:0;font-size:1.22rem;font-weight:700;line-height:1.35}.home-process-arrow{opacity:.18;filter:grayscale();pointer-events:none;width:calc(100% - 96px);max-width:220px;height:auto;position:absolute;top:42px;left:calc(50% + 82px)}.home-blog-section{position:relative;overflow:hidden}.home-blog-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#2e86ab1a,#0000 28%),linear-gradient(#fff6,#0000 35%);position:absolute;inset:0}.home-blog-header,.home-blog-grid,.home-blog-footer{z-index:1;position:relative}.home-blog-grid{gap:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-blog-card{border-radius:var(--radius-lg);min-height:100%;box-shadow:var(--shadow-sm);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:#ffffffeb;border:1px solid #0f203514;flex-direction:column;display:flex;overflow:hidden}.home-blog-card:hover{box-shadow:var(--shadow-lg);border-color:#2e86ab2e;transform:translateY(-6px)}.home-blog-media{aspect-ratio:16/10;background:linear-gradient(135deg, var(--navy-900), var(--navy-700))}.home-blog-media img,.home-blog-placeholder{width:100%;height:100%}.home-blog-media img{object-fit:cover}.home-blog-placeholder{background:linear-gradient(135deg,#060e1ae0,#2e86abad),repeating-linear-gradient(135deg,#ffffff14 0 10px,#0000 10px 20px);align-items:end;padding:1rem;display:flex}.home-blog-placeholder span{border-radius:var(--radius-full);color:var(--white);background:#ffffff1f;padding:.45rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.home-blog-body{flex-direction:column;flex:1;padding:1.3rem;display:flex}.home-blog-meta{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:.45rem .85rem;margin-bottom:.9rem;font-size:.78rem;display:flex}.home-blog-category{color:var(--accent-dark);font-weight:700}.home-blog-title{color:var(--navy-900);margin-bottom:.85rem;font-size:1.12rem;line-height:1.4}.home-blog-excerpt{color:var(--gray-600);margin-bottom:1.25rem;font-size:.92rem;line-height:1.75}.home-blog-actions{margin-top:auto}.home-blog-link{color:var(--accent-dark);align-items:center;gap:.45rem;font-weight:700;display:inline-flex}.home-blog-link:hover{color:var(--accent)}.home-blog-link svg{width:16px;height:16px}.home-blog-footer{margin-top:var(--space-2xl);justify-content:center;display:flex}.cta-section{padding:var(--space-4xl) 0;position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0}.cta-bg img{object-fit:cover;width:100%;height:100%}.cta-bg:after{content:"";background:linear-gradient(135deg,#060e1af2 0%,#0a1628e6 100%);position:absolute;inset:0}.cta-content{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.cta-title{color:var(--white);margin-bottom:var(--space-lg);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.cta-text{color:var(--gray-300);margin-bottom:var(--space-2xl);font-size:1.05rem;line-height:1.7}.cta-actions{justify-content:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.process-steps{gap:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.process-line{background:linear-gradient(90deg, var(--accent-50), var(--accent), var(--accent-50));z-index:0;height:2px;position:absolute;top:40px;left:15%;right:15%}.process-step{text-align:center;z-index:1;position:relative}.process-step-num{background:var(--white);border:3px solid var(--accent);width:80px;height:80px;color:var(--accent);margin:0 auto var(--space-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.process-step:hover .process-step-num{background:var(--accent);color:var(--white);box-shadow:var(--shadow-accent);transform:scale(1.1)}.process-step-title{color:var(--navy-900);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.process-step-desc{color:var(--gray-500);max-width:280px;margin:0 auto;font-size:.88rem;line-height:1.7}.home-testimonials-section{background-position:50%;background-repeat:no-repeat;background-size:cover}.home-testimonials-header{margin-bottom:var(--space-3xl);text-align:center}.home-testimonials-header .section-label{color:#ffffffc2}.home-testimonials-header .section-title{color:var(--white)}.home-testimonials-header .section-title .highlight{color:var(--accent-light)}.home-testimonials-header .section-subtitle{color:#fffc;max-width:760px;margin:0 auto}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-2xl);border:1px solid var(--gray-100);transition:all var(--transition-slow);position:relative}.home-testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-color:#ffffff38;flex-direction:column;justify-content:space-between;height:100%;display:flex;box-shadow:0 24px 50px #07101d2e}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.testimonial-quote{color:var(--accent);margin-bottom:var(--space-md)}.testimonial-text{color:var(--gray-600);margin-bottom:var(--space-xl);font-size:.92rem;line-height:1.8}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:var(--accent);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testimonial-author strong{color:var(--navy-900);font-size:.9rem;display:block}.testimonial-author span{color:var(--gray-400);font-size:.8rem}@media (width<=1024px){.home-hero{min-height:0;padding:110px 0 72px}.home-hero-media{object-fit:cover;object-position:68% center;width:100%}.home-hero-overlay{background:linear-gradient(#0a162894,#0a162894),linear-gradient(#ffffff2e,#ffffff2e)}.home-hero-shell{grid-template-columns:1fr}.home-hero-card{background:linear-gradient(#ffffffc2,#ffffffa3);border-color:#ffffff52;width:min(100%,680px);margin-left:0}.home-hero-copy{max-width:38ch}.home-hero-spacer{display:none}.home-stats-section{margin-top:-2.5rem}.home-stats-shell{grid-template-columns:1fr}.home-testimonials-header{margin-bottom:var(--space-2xl)}.home-stats-intro p{max-width:100%}.about-grid,.why-grid{gap:var(--space-2xl);grid-template-columns:1fr}.about-images{max-width:500px;height:380px;margin:0 auto}.home-blog-grid,.home-services-grid,.home-process-track{grid-template-columns:repeat(2,minmax(0,1fr))}.home-process-track{gap:var(--space-xl)}.home-process-card:last-child{grid-column:1/-1}.home-process-arrow,.process-line{display:none}}@media (width<=640px){.home-hero{min-height:auto;padding:90px 0 44px}.home-hero-media{object-fit:cover;object-position:74% center;filter:saturate(.92)contrast(1.02);width:100%}.home-hero-overlay{background:linear-gradient(#0a1628ad,#0a162885),linear-gradient(#ffffff1f,#ffffff1f)}.home-hero-copy{color:#000000e0;max-width:100%;margin-bottom:1.35rem;font-size:.98rem;line-height:1.68}.home-hero-actions{flex-direction:column;justify-content:flex-start}.home-hero-title{max-width:100%;margin-bottom:1rem;font-size:clamp(2.25rem,11vw,3.2rem);line-height:1.02}.home-hero-card{background:linear-gradient(#ffffffdb,#ffffffbd);border-color:#ffffff61;border-radius:8px;padding:1.15rem 1rem 1.05rem;box-shadow:0 18px 40px #060e1a2e}.home-stats-section{margin-top:-1.75rem}.home-stats-shell{border-radius:8px;padding:.75rem}.home-stats-grid{grid-template-columns:1fr}.home-stat-card{min-height:0;padding:1.3rem}.home-testimonial-card{padding:var(--space-xl)}.home-hero-primary-btn{letter-spacing:.12em;width:100%;min-width:0;min-height:56px;padding:.9rem 1.2rem;font-size:.88rem}.home-hero-secondary-btn{letter-spacing:.12em;width:100%;min-height:56px;padding:.9rem 1.2rem;font-size:.88rem}.home-hero-badge{align-items:stretch;width:100%}.home-hero-badge strong{min-width:58px;min-height:58px;font-size:1.35rem}.about-features{grid-template-columns:1fr}.about-images{height:300px}.home-blog-grid,.home-services-grid,.home-process-track{grid-template-columns:1fr}.home-process-card:last-child{grid-column:auto}.home-service-card,.home-process-card{padding:1.35rem}.home-process-icon{width:96px;height:96px}.home-process-icon svg{width:42px;height:42px}.process-steps{gap:var(--space-xl);grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:center}.home-contact-section{padding:64px 0!important}.home-contact-header{margin-bottom:2rem!important}.home-contact-header .section-title{font-size:clamp(1.85rem,8vw,2.35rem)}.home-contact-header p{line-height:1.65;font-size:.98rem!important}.home-contact-panel{border-radius:10px!important;display:block!important}.home-contact-image-card{min-height:220px;padding:2rem 1.25rem!important}.home-contact-image-title{max-width:310px;font-size:clamp(1.55rem,7vw,2.05rem)!important;line-height:1.22!important}.home-contact-form-card{padding:1.15rem!important}.home-contact-form{gap:1rem!important}.home-contact-name-row{grid-template-columns:1fr!important;gap:1rem!important}.home-contact-field{min-height:54px;font-size:16px;line-height:1.35;border-radius:8px!important;padding:.95rem 1rem!important}.home-contact-message{min-height:132px}.home-contact-consent{line-height:1.55;gap:.65rem!important;font-size:.82rem!important}.home-contact-consent input{flex:0 0 18px;width:18px;height:18px}.home-contact-submit{justify-content:center;width:100%;min-height:56px;justify-self:stretch!important;margin-top:.35rem!important;padding:.95rem 1.2rem!important;font-size:.9rem!important}}@media (width<=420px){.home-hero{padding:84px 0 38px}.home-hero-card{padding:1rem .9rem}.home-hero-title{font-size:clamp(2rem,10.5vw,2.7rem)}.home-hero-copy{font-size:.94rem;line-height:1.62}.home-testimonials-header .section-title{font-size:clamp(2rem,9vw,2.6rem)}.home-contact-section{padding:54px 0!important}.home-contact-image-card{min-height:190px;padding:1.65rem 1rem!important}.home-contact-form-card{padding:1rem .85rem!important}.home-contact-consent{font-size:.78rem!important}}.page-banner{background:var(--navy-900);isolation:isolate;align-items:center;min-height:360px;padding:clamp(5.5rem,9vw,7.75rem) 0;display:flex;position:relative;overflow:hidden}.page-banner-bg{background-image:var(--page-banner-image,url(/images/hero-server.png));background-size:cover;background-position:var(--page-banner-position,center);opacity:1;position:absolute;inset:0;transform:scale(1.02)}.page-banner-bg:before,.page-banner-bg:after{content:"";position:absolute;inset:0}.page-banner-bg:before{background:linear-gradient(90deg,#050d18e6 0%,#050d18ad 46%,#050d18e6 100%),linear-gradient(#050d188f 0%,#050d18d1 100%)}.page-banner-bg:after{mix-blend-mode:screen;opacity:.78;background:linear-gradient(135deg,#2d8cbb38 0%,#0000 38%),linear-gradient(315deg,#2d8cbb2e 0%,#0000 36%)}.page-banner:after{content:"";background:linear-gradient(90deg, transparent, var(--accent-light), transparent);opacity:.85;z-index:2;width:min(760px,70vw);height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-banner-content{z-index:3;text-align:center;position:relative}.page-banner-content:before{content:"";border-radius:var(--radius-full);background:var(--accent-light);width:56px;height:4px;margin:0 auto 1.2rem;display:block;box-shadow:0 0 22px #4eadd573}.page-banner-title{color:var(--white);text-shadow:0 14px 34px #0000005c;margin-bottom:1.15rem;font-size:clamp(2.45rem,5vw,3.6rem);font-weight:800;line-height:1.12;animation:.6s ease-out fadeInUp}.page-banner-breadcrumbs{border-radius:var(--radius-full);color:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050d187a;border:1px solid #ffffff2e;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;padding:.7rem 1rem;font-size:.96rem;line-height:1;animation:.6s ease-out .15s backwards fadeInUp;display:flex;box-shadow:0 14px 34px #0000003d}.page-banner-breadcrumbs a{color:#ffffffdb;transition:color var(--transition-fast)}.page-banner-breadcrumbs a:hover{color:var(--accent-light)}.page-banner-breadcrumbs .current{color:var(--white)}.page-banner-breadcrumbs svg{color:var(--accent-light);filter:drop-shadow(0 0 8px #4eadd566)}.page-banner-breadcrumbs>span{align-items:center;gap:.4rem;display:flex}@media (width<=640px){.page-banner{min-height:270px;padding:4.5rem 0}.page-banner-breadcrumbs{flex-wrap:wrap;gap:.42rem;max-width:calc(100vw - 2rem);font-size:.88rem}}.about-page{--about-primary:#000;--about-secondary:#2d8cbb;--about-text:#555;--about-accent:#2d8cbb;--about-soft:#f9f9f9;background:#fff}.about-live-intro{background:radial-gradient(circle at 0 0,#2d8cbb1a,#0000 30%),linear-gradient(#fff 0%,#f8fafc 100%);padding:100px 0;position:relative}.about-live-intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:70px;display:grid}.about-live-image-stack{min-height:540px;padding:24px 36px 52px 0;position:relative}.about-live-image-stack img{object-fit:cover;display:block}.about-live-image-main{border-radius:8px;width:82%;min-height:430px;overflow:hidden;box-shadow:0 22px 55px #00000029}.about-live-image-card{z-index:2;border:12px solid #fff;border-radius:8px;width:58%;min-height:275px;margin:-48% 0 0 auto;position:relative;box-shadow:0 18px 45px #00000024}.about-live-image-stack:before{background:var(--about-accent);content:"";opacity:.12;z-index:0;border-radius:8px;height:78%;position:absolute;bottom:12px;left:52px;right:0}.about-live-image-stack:after{color:var(--about-primary);content:"20+ Years of IT Support";letter-spacing:.02em;z-index:3;background:#fff;border:1px solid #2d8cbb2e;border-radius:8px;padding:16px 20px;font-size:.9rem;font-weight:800;position:absolute;bottom:0;left:24px;box-shadow:0 16px 34px #00000014}.about-live-image-main,.about-live-image-card{z-index:1;position:relative}.about-live-copy{background:#ffffffc7;border:1px solid #0f203514;border-radius:8px;padding:38px;box-shadow:0 18px 45px #0f203514}.about-live-label{color:var(--about-accent);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:14px;font-size:.9rem;font-weight:700;line-height:1.2;display:inline-block}.about-live-heading{color:var(--about-primary);margin:0 0 24px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.16}.about-live-heading span{color:var(--about-primary);background-image:linear-gradient(#0000 72%,#2d8cbb47 0);background-repeat:no-repeat}.about-live-copy>p{color:var(--about-text);text-align:justify;margin:0;font-size:1rem;line-height:1.85}.about-live-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0 28px;display:grid}.about-live-feature{color:var(--about-primary);background:#fff;border:1px solid #2d8cbb24;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:12px 14px;font-size:.94rem;line-height:1.45;display:flex}.about-live-feature span{color:var(--about-accent);flex:none;width:18px;display:inline-flex}.about-live-feature svg,.about-live-button svg,.about-live-mission-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.about-live-quote{border-left:5px solid var(--about-accent);color:var(--about-text);text-align:justify;background:#fff;margin:20px 0 0;padding:20px 90px 20px 40px;position:relative}.about-live-quote p{margin:0;font-size:.95rem;font-style:italic;line-height:1.85}.about-live-quote-mark{color:var(--about-accent);opacity:.35;font-family:Georgia,serif;font-size:82px;line-height:1;position:absolute;top:12px;right:26px}.about-live-mission{z-index:1;background:radial-gradient(circle at 0 0,#2d8cbb1a,#0000 26%),linear-gradient(#f7fafc 0%,#eef4f8 100%);padding:24px 0 0;position:relative}.about-live-mission-shell{background:linear-gradient(155deg,#fffffff5,#f4f8fceb),linear-gradient(135deg,#4eadd52e,#0000 30%);border:1px solid #0f203514;border-radius:8px;grid-template-columns:minmax(240px,.88fr) minmax(0,1.12fr);gap:1.2rem;padding:clamp(1rem,2vw,1.2rem);display:grid;box-shadow:0 24px 60px #060e1a24}.about-live-mission-intro{color:#fff;background:linear-gradient(160deg,#0f2235,#111f3b);border-radius:8px;flex-direction:column;justify-content:center;min-height:100%;padding:clamp(1.1rem,2vw,1.6rem);display:flex;box-shadow:inset 0 1px #ffffff0f}.about-live-mission-intro .section-label{color:#8fd1ed}.about-live-mission-intro h2{color:#fff;margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.14}.about-live-mission-intro p{color:#ffffffbd;max-width:34ch;margin:0;font-size:.98rem;line-height:1.8}.about-live-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.about-live-mission-card{text-align:left;background:#ffffffeb;border:1px solid #0f203514;border-radius:8px;flex-direction:column;justify-content:flex-start;min-height:100%;padding:clamp(1.4rem,2.5vw,1.8rem);display:flex;box-shadow:0 14px 36px #060e1a14}.about-live-mission-card.is-dark{background:linear-gradient(155deg,#0f2235,#111f3b);border-color:#ffffff14;box-shadow:0 18px 42px #060e1a33}.about-live-mission-card-head{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:1rem;margin-bottom:1rem;display:grid}.about-live-mission-kicker{color:var(--about-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem;font-size:.76rem;font-weight:800;display:inline-block}.about-live-mission-card.is-dark .about-live-mission-kicker{color:#8fd1ed}.about-live-mission-card h3{color:var(--about-primary);margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.about-live-mission-card p{color:var(--about-text);margin:0;font-size:.98rem;line-height:1.8}.about-live-mission-card.is-dark h3,.about-live-mission-card.is-dark p{color:#fff}.about-live-mission-icon{color:var(--about-accent);background:#2d8cbb1f;border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.about-live-mission-card.is-dark .about-live-mission-icon{color:#8fd1ed;background:#8fd1ed1f}.about-live-mission-icon svg{width:26px;height:26px}.about-live-blog{background:var(--gray-50);padding:var(--space-4xl) 0;position:relative}.about-home-blog-header{margin:0 auto var(--space-2xl);text-align:center}.about-home-blog-header .about-live-heading{color:var(--navy-900);margin:0 0 var(--space-lg);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.about-home-blog-header .about-live-heading span{color:var(--accent);background:0 0}.about-home-blog-header p{color:var(--gray-600);max-width:700px;margin:0 auto}.about-home-blog-grid{gap:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.about-home-blog-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform .3s ease, box-shadow var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.about-home-blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.about-home-blog-media{height:200px;display:block;overflow:hidden}.about-home-blog-media img{object-fit:cover;width:100%;height:100%}.about-home-blog-body{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.about-home-blog-meta{color:var(--gray-500);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.about-home-blog-title{color:var(--navy-900);margin-bottom:1rem;font-size:1.25rem;line-height:1.4}.about-home-blog-title a{color:inherit;text-decoration:none}.about-home-blog-title a:hover{color:var(--accent)}.about-home-blog-actions{margin-top:auto}.about-home-blog-link{color:var(--accent);align-items:center;gap:5px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.about-home-blog-link:hover{color:var(--accent-dark)}.about-home-blog-link svg{width:16px;height:16px}.about-home-blog-footer{margin-top:var(--space-2xl);text-align:center}.about-live-cta{padding:80px 0}.about-live-cta-content{text-align:center;max-width:920px;margin:0 auto}.about-live-cta-content p{color:var(--about-text);max-width:760px;margin:0 auto 28px;font-size:1rem;line-height:1.85}.about-live-button{background:var(--about-accent);color:#fff;letter-spacing:1px;text-transform:uppercase;padding:18px 32px;font-size:.9rem;font-weight:800;line-height:1;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.about-live-button:hover{background:var(--about-primary);box-shadow:none;color:#fff;transform:translateY(-3px)}@media (width<=1024px){.about-live-intro{padding:70px 0}.about-live-intro-grid{grid-template-columns:1fr}.about-live-image-stack{width:100%;max-width:650px;min-height:520px;margin:0 auto}.about-live-copy{padding:32px}.about-live-mission-shell{grid-template-columns:1fr}.about-live-mission-intro p{max-width:100%}.about-home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.about-live-intro{padding:40px 0}.about-live-intro-grid{gap:34px}.about-live-image-stack{min-height:410px;padding-right:0}.about-live-image-main{width:80%;min-height:310px;box-shadow:0 18px 40px #00000024}.about-live-image-card{border-width:8px;width:58%;min-height:210px}.about-live-copy{padding:26px 22px}.about-live-heading{font-size:clamp(1.8rem,9vw,2.35rem)}.about-live-copy>p,.about-live-mission-card,.about-live-quote{text-align:left}.about-live-features{grid-template-columns:1fr}.about-live-quote{padding:20px}.about-live-quote-mark{display:none}.about-live-mission{padding-top:8px}.about-live-mission-card{padding:30px}.about-live-mission-grid{grid-template-columns:1fr}.about-live-mission-card-head{grid-template-columns:44px minmax(0,1fr);gap:.85rem}.about-live-blog{padding:40px 0 20px}.about-home-blog-grid{grid-template-columns:1fr}.about-live-cta{padding:40px 0}}@media (width<=480px){.about-live-image-stack{min-height:330px}.about-live-image-main{min-height:250px}.about-live-image-card{min-height:170px}.about-home-blog-body{padding:var(--space-lg)}.about-live-mission-shell{padding:.8rem}.about-live-mission-intro,.about-live-mission-card{padding:1.2rem}}.services-detail-grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.service-detail-card{gap:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);padding:var(--space-2xl);border:1px solid var(--gray-100);transition:all var(--transition-slow);display:flex}.service-detail-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-4px)}.service-detail-icon{border-radius:var(--radius-md);background:var(--accent-50);width:60px;height:60px;color:var(--accent);transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-detail-card:hover .service-detail-icon{background:var(--accent);color:var(--white)}.service-detail-title{color:var(--navy-900);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.service-detail-desc{color:var(--gray-500);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.7}.service-detail-list{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.service-detail-list li{color:var(--navy-700);align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.service-detail-check{background:var(--accent-50);width:20px;height:20px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-detail-link{margin-top:var(--space-md);color:var(--accent);transition:all var(--transition-fast);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.service-detail-link:hover{color:var(--accent-dark);gap:.6rem}.service-detail-list{grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:0;display:grid}.services-cta-section{padding:var(--space-4xl) 0;position:relative;overflow:hidden}.services-cta-section .cta-bg{position:absolute;inset:0}.services-cta-section .cta-bg img{object-fit:cover;width:100%;height:100%}.services-cta-section .cta-bg:after{content:"";background:linear-gradient(135deg,#060e1af2 0%,#0a1628e6 100%);position:absolute;inset:0}.services-cta-content{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.services-page .process-steps{gap:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.services-page .process-line{background:linear-gradient(90deg, var(--accent-50), var(--accent), var(--accent-50));z-index:0;height:2px;position:absolute;top:40px;left:15%;right:15%}.services-page .process-step{text-align:center;z-index:1;position:relative}.services-page .process-step-num{background:var(--white);border:3px solid var(--accent);width:80px;height:80px;color:var(--accent);margin:0 auto var(--space-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.services-page .process-step:hover .process-step-num{background:var(--accent);color:var(--white);box-shadow:var(--shadow-accent);transform:scale(1.1)}.services-page .process-step-title{color:var(--navy-900);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.services-page .process-step-desc{color:var(--gray-500);max-width:280px;margin:0 auto;font-size:.88rem;line-height:1.7}@media (width<=900px){.services-detail-grid,.services-page .process-steps{grid-template-columns:1fr}.services-page .process-line{display:none}}@media (width<=640px){.service-detail-card{gap:var(--space-md);flex-direction:column}.service-detail-list{grid-template-columns:1fr}}.contact-page{background:var(--white)}.contact-intro{background:linear-gradient(90deg, #0f20350a 1px, transparent 1px), linear-gradient(180deg, #0f20350a 1px, transparent 1px), linear-gradient(180deg, var(--white) 0%, #f8fafc 100%);background-size:44px 44px,44px 44px,auto;position:relative;overflow:hidden}.contact-intro:after{content:"";background:linear-gradient(90deg,#0000,#2e86ab47,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.contact-intro-grid{z-index:1;gap:var(--space-3xl);grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);align-items:center;display:grid;position:relative}.contact-intro-copy{max-width:640px}.contact-title{margin-bottom:var(--space-lg);color:var(--navy-900);font-size:2.55rem;font-weight:900;line-height:1.12}.contact-title span{color:var(--accent)}.contact-lede{max-width:590px;margin-bottom:var(--space-2xl);color:var(--gray-600);font-size:1.04rem;line-height:1.8}.contact-primary-actions{gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.contact-primary-action{background:var(--navy-900);min-width:210px;color:var(--white);box-shadow:var(--shadow-md);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);border:1px solid #0f203514;border-radius:8px;align-items:center;gap:.85rem;padding:.9rem 1rem;display:inline-flex}.contact-primary-action:hover{box-shadow:var(--shadow-lg);border-color:#2e86ab59;transform:translateY(-3px)}.contact-primary-action-light{background:var(--white);color:var(--navy-900)}.contact-primary-icon{width:42px;height:42px;color:var(--accent-light);background:#4eadd529;border-radius:8px;flex:0 0 42px;justify-content:center;align-items:center;display:inline-flex}.contact-primary-action-light .contact-primary-icon{background:var(--accent-50);color:var(--accent-dark)}.contact-primary-action small,.contact-primary-action strong{display:block}.contact-primary-action small{color:inherit;opacity:.7;text-transform:uppercase;letter-spacing:1px;margin-bottom:.1rem;font-size:.76rem;font-weight:700}.contact-primary-action strong{font-size:.96rem;font-weight:800;line-height:1.35}.contact-highlights{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));max-width:560px;display:grid}.contact-highlight{border:1px solid #0f203514;border-left:3px solid var(--accent);background:#ffffffd1;border-radius:8px;padding:1rem}.contact-highlight strong{color:var(--navy-900);margin-bottom:.45rem;font-size:1.45rem;font-weight:900;line-height:1;display:block}.contact-highlight span{color:var(--gray-500);text-transform:uppercase;letter-spacing:.8px;font-size:.78rem;font-weight:700;line-height:1.4;display:block}.contact-form-wrapper{background:var(--white);border:1px solid #0f203514;border-radius:8px;box-shadow:0 22px 60px #060e1a24}.contact-form{padding:var(--space-2xl)}.contact-form-eyebrow{width:fit-content;margin-bottom:var(--space-sm);border-radius:var(--radius-full);background:var(--accent-50);color:var(--accent-dark);letter-spacing:1.4px;text-transform:uppercase;align-items:center;padding:.35rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.contact-form-title{color:var(--navy-900);margin-bottom:.55rem;font-size:1.6rem;font-weight:900;line-height:1.25}.contact-form-text{color:var(--gray-500);margin-bottom:var(--space-xl);font-size:.94rem;line-height:1.7}.contact-form-consent{color:var(--gray-600);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.contact-form-consent input{width:18px;height:18px;accent-color:var(--accent);flex:0 0 18px;margin-top:.2rem}.contact-form-consent a{color:var(--accent);font-weight:700;text-decoration:underline}.contact-success,.contact-error{margin-bottom:var(--space-lg);border-radius:8px;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;font-size:.9rem;font-weight:700;line-height:1.45;animation:.3s ease-out fadeInUp;display:flex}.contact-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.contact-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.contact-success svg,.contact-error svg{flex:none;margin-top:.05rem}.form-row{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-group{margin-bottom:var(--space-md)}.form-group label{color:var(--navy-800);margin-bottom:.45rem;font-size:.82rem;font-weight:800;display:block}.form-group input,.form-group textarea{border:1.5px solid var(--gray-200);width:100%;color:var(--navy-900);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);background:#fbfcfe;border-radius:8px;outline:none;font-size:.94rem}.form-group input{min-height:48px;padding:.78rem .95rem}.form-group textarea{resize:vertical;min-height:138px;padding:.9rem .95rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-300)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 4px #2e86ab1f}.contact-submit{width:100%;min-height:52px;margin-top:var(--space-sm);justify-content:center}.contact-submit:disabled{cursor:wait;opacity:.78;transform:none}.contact-methods{padding:var(--space-2xl) 0;background:var(--navy-900)}.contact-methods-grid{gap:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.contact-method{gap:var(--space-md);min-height:126px;padding:var(--space-lg);color:var(--white);transition:transform var(--transition-base), background var(--transition-base), border-color var(--transition-base);background:#ffffff0b;border:1px solid #ffffff17;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}a.contact-method:hover{background:#ffffff14;border-color:#4eadd55c;transform:translateY(-4px)}.contact-method-icon{width:48px;height:48px;color:var(--accent-light);background:#4eadd524;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.contact-method-copy{flex-direction:column;min-width:0;display:flex}.contact-method-copy small{color:var(--accent-light);letter-spacing:1.2px;text-transform:uppercase;font-size:.76rem;font-weight:800}.contact-method-copy strong{overflow-wrap:anywhere;color:var(--white);margin:.16rem 0;font-size:1rem;font-weight:800;line-height:1.35}.contact-method-copy span{color:var(--gray-300);font-size:.86rem;line-height:1.5}.contact-method-arrow{color:var(--accent-light);display:inline-flex}.contact-locations{background:#f8fafc}.contact-location-header{gap:var(--space-2xl);margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid #0f203514;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);align-items:center;display:grid}.contact-location-heading{max-width:620px}.contact-location-header .section-label{margin-bottom:.75rem}.contact-location-header .section-title{max-width:620px;margin-bottom:0}.contact-location-header .section-subtitle{max-width:430px;padding-left:var(--space-lg);color:var(--gray-600);border-left:3px solid #2e86ab47;margin-bottom:0;position:relative}.contact-location-layout{gap:var(--space-xl);grid-template-columns:minmax(290px,.42fr) minmax(0,1fr);align-items:stretch;display:grid}.contact-office-list{gap:var(--space-md);flex-direction:column;display:flex}.contact-office-button{align-items:flex-start;gap:var(--space-md);width:100%;min-height:108px;padding:var(--space-lg);background:var(--white);color:var(--navy-900);text-align:left;box-shadow:var(--shadow-sm);transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);border:1px solid #0f203517;border-radius:8px;display:flex}.contact-office-button:hover,.contact-office-button.active{box-shadow:var(--shadow-md);border-color:#2e86ab5c;transform:translateY(-3px)}.contact-office-button.active{background:linear-gradient(180deg, var(--white), #f2fafd)}.contact-office-icon,.contact-map-active-office>span{background:var(--accent-50);width:42px;height:42px;color:var(--accent-dark);border-radius:8px;flex:0 0 42px;justify-content:center;align-items:center;display:inline-flex}.contact-office-button strong,.contact-office-button small{display:block}.contact-office-button strong{color:var(--navy-900);margin-bottom:.3rem;font-size:1rem;font-weight:900;line-height:1.35}.contact-office-button small{color:var(--gray-500);font-size:.88rem;line-height:1.55}.contact-social-panel{padding:var(--space-lg);background:var(--white);border:1px solid #0f203514;border-radius:8px;margin-top:auto}.contact-social-panel>span{color:var(--navy-900);margin-bottom:var(--space-md);font-size:.88rem;font-weight:900;display:block}.contact-socials{gap:.65rem;display:flex}.contact-social{background:var(--navy-900);width:42px;height:42px;color:var(--white);transition:transform var(--transition-base), background var(--transition-base);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.contact-social:hover{background:var(--accent);transform:translateY(-2px)}.contact-map-panel{background:var(--white);min-height:100%;box-shadow:var(--shadow-lg);border:1px solid #0f203514;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.contact-map-active-office{align-items:center;gap:var(--space-md);padding:var(--space-lg);border-bottom:1px solid #0f203514;display:flex}.contact-map-active-office strong,.contact-map-active-office small{display:block}.contact-map-active-office strong{color:var(--navy-900);margin-bottom:.18rem;font-size:1rem;font-weight:900}.contact-map-active-office small{color:var(--gray-500);font-size:.88rem;line-height:1.5}.contact-map-panel iframe{filter:saturate(.86)contrast(1.04);flex:1;width:100%;min-height:430px;display:block}@media (width<=1080px){.contact-intro-grid{gap:var(--space-2xl);grid-template-columns:1fr}.contact-intro-copy,.contact-form-wrapper{max-width:760px}.contact-methods-grid{grid-template-columns:1fr}.contact-method{min-height:auto}}@media (width<=900px){.contact-title{font-size:2.05rem}.contact-location-header,.contact-location-layout{grid-template-columns:1fr}.contact-location-header{align-items:start;gap:var(--space-lg)}.contact-location-header .section-subtitle{max-width:680px}.contact-office-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.contact-social-panel{grid-column:1/-1}}@media (width<=640px){.contact-intro{background-size:34px 34px,34px 34px,auto}.contact-intro-grid{gap:var(--space-xl)}.contact-title{font-size:1.7rem}.contact-lede{font-size:.96rem}.contact-highlights,.form-row,.contact-office-list{grid-template-columns:1fr}.contact-primary-actions{flex-direction:column}.contact-primary-action{width:100%;min-width:0}.contact-form{padding:var(--space-lg)}.contact-method{grid-template-columns:auto minmax(0,1fr)}.contact-method-arrow{display:none}.contact-office-button,.contact-map-active-office,.contact-social-panel{padding:var(--space-md)}.contact-location-header{padding-bottom:var(--space-lg)}.contact-location-header .section-subtitle{padding-left:var(--space-md)}.contact-map-panel iframe{min-height:340px}}.faq-section{margin-bottom:var(--space-2xl)}.faq-category{color:var(--navy-900);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid var(--accent);font-size:1.15rem;font-weight:800;display:inline-block}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:all var(--transition-base);overflow:hidden}.faq-item:hover{border-color:var(--gray-200)}.faq-item.open{border-color:var(--accent);box-shadow:var(--shadow-md)}.faq-question{justify-content:space-between;align-items:center;gap:var(--space-md);text-align:left;width:100%;color:var(--navy-900);cursor:pointer;transition:all var(--transition-fast);padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.faq-question:hover,.faq-item.open .faq-question{color:var(--accent)}.faq-chevron{transition:transform var(--transition-base);color:var(--gray-400);flex-shrink:0}.faq-item.open .faq-chevron{color:var(--accent);transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 1.25rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 1.25rem 1.25rem}.faq-answer p{color:var(--gray-600);border-top:1px solid var(--gray-100);padding-top:var(--space-md);font-size:.9rem;line-height:1.8}.blog-page-section{background:radial-gradient(circle at top left, #2e86ab1f, transparent 26%), radial-gradient(circle at top right, #0a162814, transparent 30%), linear-gradient(180deg, #f5f8fb 0%, var(--white) 34%)}.blog-page-header{margin-bottom:2.25rem}.blog-hero-panel{gap:var(--space-xl);margin-bottom:var(--space-3xl);background:radial-gradient(circle at top left, #4eadd54d, transparent 35%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, #143450 100%);border-radius:28px;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);padding:clamp(1.5rem,2vw,2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0a162829}.blog-hero-panel:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff14,#0000 30%),repeating-linear-gradient(135deg,#ffffff0a 0 12px,#0000 12px 24px);position:absolute;inset:0}.blog-hero-copy,.blog-featured-card{z-index:1;position:relative}.blog-hero-copy{flex-direction:column;justify-content:center;display:flex}.blog-hero-eyebrow,.blog-collection-label{border-radius:var(--radius-full);color:#ffffffe6;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;align-items:center;width:fit-content;padding:.5rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.blog-hero-title{letter-spacing:-.04em;max-width:12ch;color:var(--white);margin:1rem 0;font-size:clamp(2.05rem,4vw,3.35rem);line-height:1.02}.blog-hero-text{color:#ffffffc2;max-width:52ch;font-size:1.02rem;line-height:1.85}.blog-hero-stats{margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.blog-hero-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff14;border-radius:18px;padding:1rem 1rem .95rem}.blog-hero-stat strong{color:var(--white);margin-bottom:.2rem;font-size:1.25rem;display:block}.blog-hero-stat span{color:#ffffffad;text-transform:uppercase;letter-spacing:.05em;font-size:.82rem}.blog-featured-card{background:#fffffff5;border:1px solid #ffffff40;border-radius:24px;grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 22px 44px #060e1a38}.blog-featured-media{aspect-ratio:16/10;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative;overflow:hidden}.blog-featured-media img{object-fit:cover;width:100%;height:100%;transform:scale(1.01)}.blog-featured-media:after,.blog-card-media:after{content:"";pointer-events:none;background:linear-gradient(#060e1a05 30%,#060e1a6b 100%);position:absolute;inset:0}.blog-featured-chip-row,.blog-card-chip-row{z-index:1;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.blog-featured-chip,.blog-featured-date,.blog-card-chip,.blog-card-date{border-radius:var(--radius-full);color:var(--navy-900);letter-spacing:.04em;text-transform:uppercase;background:#ffffffe0;align-items:center;padding:.45rem .75rem;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 8px 24px #060e1a2e}.blog-featured-date,.blog-card-date{color:#fffffff0;background:#0a1628b3}.blog-featured-body{padding:1.35rem 1.45rem 1.5rem}.blog-featured-meta{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;gap:.45rem .9rem;font-size:.78rem;display:flex}.blog-featured-title{letter-spacing:-.03em;color:var(--navy-900);margin:.9rem 0 .8rem;font-size:clamp(1.55rem,2vw,2rem);line-height:1.16}.blog-featured-excerpt{color:var(--gray-600);margin-bottom:1.1rem;line-height:1.8}.blog-featured-link{background:var(--navy-900);color:var(--white);border-radius:14px;align-items:center;gap:.5rem;padding:.9rem 1.1rem;font-weight:700;display:inline-flex}.blog-featured-link:hover{background:var(--accent-dark)}.blog-collection-head{justify-content:space-between;align-items:end;gap:var(--space-lg);margin-bottom:1.35rem;display:flex}.blog-collection-label{color:var(--accent-dark);background:#2e86ab1a}.blog-collection-title{color:var(--navy-900);letter-spacing:-.03em;margin-top:.9rem;font-size:clamp(1.5rem,2.8vw,2rem)}.blog-collection-text{max-width:42ch;color:var(--gray-500);line-height:1.8}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.blog-more-actions{margin-top:var(--space-2xl);flex-direction:column;align-items:center;gap:.85rem;display:flex}.blog-more-summary{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.92rem}.blog-more-button{justify-content:center;min-width:220px}.blog-card{min-height:100%;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(#fffffffa,#f5f8fbf0);border:1px solid #0f20350f;border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 14px 32px #0a162814}.blog-card:hover{border-color:#2e86ab3d;transform:translateY(-10px);box-shadow:0 22px 44px #0a162824}.blog-card-media{aspect-ratio:16/11;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative}.blog-card-media img,.blog-card-placeholder{width:100%;height:100%}.blog-card-media img{object-fit:cover;transition:transform .5s}.blog-card:hover .blog-card-media img,.blog-featured-card:hover .blog-featured-media img{transform:scale(1.05)}.blog-card-placeholder{background:linear-gradient(135deg,#060e1adb,#2e86abb8),repeating-linear-gradient(135deg,#ffffff12 0 10px,#0000 10px 20px);align-items:end;padding:1rem;display:flex}.blog-card-placeholder span{border-radius:var(--radius-full);color:var(--white);background:#ffffff1f;padding:.45rem .8rem;font-size:.85rem;font-weight:700;display:inline-flex}.blog-card-body{flex-direction:column;flex:1;padding:1.3rem 1.3rem 1.35rem;display:flex}.blog-card-meta{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;border-top:1px solid #0f203514;flex-wrap:wrap;gap:.45rem .85rem;margin-top:auto;padding-top:.95rem;font-size:.78rem;display:flex}.blog-card-category{color:var(--accent-dark);font-weight:700}.blog-card-title{letter-spacing:-.02em;color:var(--navy-900);margin-bottom:.75rem;font-size:1.22rem;line-height:1.28}.blog-card-excerpt{color:var(--gray-600);margin-bottom:1.2rem;font-size:.95rem;line-height:1.82}.blog-card-link{width:fit-content;color:var(--accent-dark);background:#2e86ab17;border-radius:14px;align-items:center;gap:.45rem;margin-top:1rem;padding:.8rem 1rem;font-weight:700;display:inline-flex}.blog-card-link:hover{color:var(--accent);background:#2e86ab26}.blog-card-link svg{width:16px;height:16px}@media (width<=1024px){.blog-hero-panel{grid-template-columns:1fr}.blog-hero-title{max-width:none}.blog-collection-head{flex-direction:column;align-items:start}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.blog-hero-stats,.blog-grid{grid-template-columns:1fr}.blog-featured-chip-row,.blog-card-chip-row{flex-wrap:wrap;justify-content:flex-start}}.social-share-container{align-items:center;gap:12px;display:flex}.social-share-label{color:var(--text-muted);font-size:14px;font-weight:600}.social-share-buttons{align-items:center;gap:8px;display:flex}.social-share-btn{border:1px solid var(--border);background:var(--bg);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.social-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.social-share-btn.facebook:hover{color:#fff;background:#1877f2;border-color:#1877f2}.social-share-btn.twitter:hover{color:#fff;background:#1da1f2;border-color:#1da1f2}.social-share-btn.linkedin:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.social-share-btn.copy:hover{background:var(--text);border-color:var(--text);color:var(--bg)}.social-share-btn.copy.copied{color:#fff;background:#10b981;border-color:#10b981}.videos-page{background:var(--white)}.videos-page-section{background:radial-gradient(circle at top left, #2e86ab1f, transparent 24%), radial-gradient(circle at top right, #0a162814, transparent 26%), linear-gradient(180deg, #f5f8fb 0%, var(--white) 34%)}.videos-page-header{margin-bottom:2.25rem}.videos-hero-panel{gap:var(--space-xl);margin-bottom:var(--space-3xl);background:radial-gradient(circle at top left, #4eadd54d, transparent 34%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 58%, #143450 100%);border-radius:28px;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);padding:clamp(1.5rem,2vw,2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0a162829}.videos-hero-panel:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff14,#0000 30%),repeating-linear-gradient(135deg,#ffffff0a 0 12px,#0000 12px 24px);position:absolute;inset:0}.videos-hero-copy,.videos-player-card{z-index:1;position:relative}.videos-hero-copy{flex-direction:column;justify-content:center;display:flex}.videos-hero-eyebrow,.videos-library-label,.videos-empty-label{border-radius:var(--radius-full);color:#ffffffe6;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;align-items:center;width:fit-content;padding:.5rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.videos-hero-title{max-width:12ch;color:var(--white);margin:1rem 0;font-size:clamp(2.05rem,4vw,3.3rem);line-height:1.02}.videos-hero-text{color:#ffffffc2;max-width:52ch;font-size:1.02rem;line-height:1.85}.videos-hero-stats{margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.videos-hero-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff14;border-radius:18px;padding:1rem 1rem .95rem}.videos-hero-stat strong{color:var(--white);margin-bottom:.2rem;font-size:1.25rem;display:block}.videos-hero-stat span{color:#ffffffad;text-transform:uppercase;letter-spacing:.05em;font-size:.82rem}.videos-hero-actions{gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.videos-hero-action{min-width:220px;color:var(--white);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.85rem;padding:.9rem 1rem;display:inline-flex}.videos-hero-action:hover{box-shadow:var(--shadow-lg);border-color:#ffffff3d;transform:translateY(-3px)}.videos-hero-action-primary{background:#ffffff1f}.videos-hero-action-light{color:var(--navy-900);background:#fffffff5}.videos-hero-action-icon{width:42px;height:42px;color:var(--white);background:#4eadd52e;border-radius:8px;flex:0 0 42px;justify-content:center;align-items:center;display:inline-flex}.videos-hero-action-light .videos-hero-action-icon{background:var(--accent-50);color:var(--accent-dark)}.videos-hero-action small,.videos-hero-action strong{display:block}.videos-hero-action small{opacity:.7;text-transform:uppercase;letter-spacing:1px;margin-bottom:.1rem;font-size:.76rem;font-weight:700}.videos-hero-action strong{font-size:.96rem;font-weight:800;line-height:1.35}.videos-player-card{background:#fffffff7;border:1px solid #ffffff40;border-radius:24px;grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 22px 44px #060e1a38}.videos-player-trigger{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.videos-player-media{aspect-ratio:16/9;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative}.videos-player-media iframe,.videos-player-media video,.videos-player-link-fallback img,.videos-card-media img,.videos-card-media video{width:100%;height:100%;display:block}.videos-player-media iframe,.videos-player-media video,.videos-card-media img,.videos-card-media video{object-fit:cover}.videos-player-link-fallback{width:100%;height:100%;display:block;position:relative}.videos-link-fallback-badge{border-radius:var(--radius-full);color:var(--white);letter-spacing:.04em;text-transform:uppercase;background:#0a1628c7;align-items:center;padding:.55rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;bottom:1rem;left:1rem}.videos-player-launch-badge{z-index:1;border-radius:var(--radius-full);color:#fffffff0;letter-spacing:.04em;text-transform:uppercase;background:#0a1628c2;align-items:center;padding:.5rem .8rem;font-size:.76rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;left:1rem}.videos-player-play{z-index:1;width:62px;height:62px;color:var(--accent-dark);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 16px 26px #060e1a38}.videos-player-body{padding:1.35rem 1.45rem 1.5rem}.videos-player-meta,.videos-card-meta{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;gap:.45rem .9rem;font-size:.78rem;display:flex}.videos-player-category{color:var(--accent-dark);font-weight:700}.videos-player-title{color:var(--navy-900);margin:.9rem 0 .8rem;font-size:clamp(1.55rem,2vw,2rem);line-height:1.16}.videos-player-description{color:var(--gray-600);line-height:1.8}.videos-library-head{justify-content:space-between;align-items:end;gap:var(--space-lg);margin-bottom:1.35rem;display:flex}.videos-library-label,.videos-empty-label{color:var(--accent-dark);background:#2e86ab1a}.videos-library-title{color:var(--navy-900);margin-top:.9rem;font-size:clamp(1.5rem,2.8vw,2rem)}.videos-library-text{max-width:42ch;color:var(--gray-500);line-height:1.8}.videos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.videos-card{min-height:100%}.videos-card-button{width:100%;min-height:100%;box-shadow:var(--shadow-sm);text-align:left;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:#fffffff5;border:1px solid #0f203514;border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.videos-card-button:hover{box-shadow:var(--shadow-lg);border-color:#2e86ab2e;transform:translateY(-6px)}.videos-card-active .videos-card-button{border-color:#2e86ab61;box-shadow:0 18px 42px #060e1a21}.videos-card-media{aspect-ratio:16/10;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative;overflow:hidden}.videos-card-media:after{content:"";pointer-events:none;background:linear-gradient(#060e1a05 30%,#060e1a73 100%);position:absolute;inset:0}.videos-card-chip-row{z-index:1;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.videos-card-chip,.videos-card-date{border-radius:var(--radius-full);color:var(--navy-900);letter-spacing:.04em;text-transform:uppercase;background:#ffffffe0;align-items:center;padding:.45rem .75rem;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 8px 24px #060e1a2e}.videos-card-date{color:#fffffff0;background:#0a1628b3}.videos-card-play{z-index:1;width:52px;height:52px;color:var(--accent-dark);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 16px 26px #060e1a38}.videos-card-body{flex-direction:column;flex:1;padding:1.3rem;display:flex}.videos-card-title{color:var(--navy-900);margin-bottom:.8rem;font-size:1.18rem;line-height:1.35}.videos-card-description{color:var(--gray-600);margin-bottom:1rem;line-height:1.75}.videos-card-link{color:var(--accent-dark);align-items:center;gap:.45rem;margin-top:auto;font-weight:700;display:inline-flex}.videos-card-placeholder{background:linear-gradient(135deg,#060e1ae0,#2e86abad),repeating-linear-gradient(135deg,#ffffff14 0 10px,#0000 10px 20px);align-items:end;width:100%;height:100%;padding:1rem;display:flex}.videos-card-placeholder span{border-radius:var(--radius-full);color:var(--white);background:#ffffff1f;padding:.45rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.videos-empty-state{text-align:center;box-shadow:var(--shadow-md);background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #0f203514;border-radius:24px;padding:clamp(2rem,5vw,4rem)}.videos-empty-state h3{color:var(--navy-900);margin:1rem 0 .75rem;font-size:clamp(1.65rem,3vw,2.2rem)}.videos-empty-state p{max-width:52ch;color:var(--gray-600);margin:0 auto 1.5rem;line-height:1.8}.videos-modal{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060e1ad1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.videos-modal-dialog{background:#fff;border-radius:18px;width:min(100%,1100px);position:relative;overflow:hidden;box-shadow:0 28px 80px #00000052}.videos-modal-close{z-index:2;color:#fff;cursor:pointer;background:#060e1ab3;border:0;border-radius:50%;width:42px;height:42px;font-size:1.8rem;line-height:1;position:absolute;top:.9rem;right:.9rem}.videos-modal-media{aspect-ratio:16/9;background:#000}.videos-modal-media iframe,.videos-modal-media video,.videos-modal-media img{width:100%;height:100%;display:block}.videos-modal-media iframe,.videos-modal-media video{border:0}.videos-modal-body{padding:1.3rem 1.4rem 1.5rem}@media (width<=1100px){.videos-hero-panel{grid-template-columns:1fr}.videos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.videos-library-head{flex-direction:column;align-items:start}}@media (width<=768px){.videos-hero-stats,.videos-grid{grid-template-columns:1fr}.videos-hero-actions{flex-direction:column}.videos-hero-action{width:100%}.videos-player-body{padding:1.2rem}.videos-modal{padding:.8rem}.videos-modal-body{padding:1rem}}.videos-social-share{border-top:1px solid #0f203514;margin-top:1.25rem;padding-top:1.25rem}.blog-detail-section{background:radial-gradient(circle at top left, #2e86ab1f, transparent 24%), radial-gradient(circle at top right, #0a162814, transparent 28%), linear-gradient(180deg, #f5f8fb 0%, var(--white) 30%)}.blog-detail-layout{gap:var(--space-2xl);grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);align-items:start;display:grid}.blog-detail-article{min-width:0}.blog-detail-story{margin-bottom:var(--space-xl);position:relative}.blog-detail-hero{background:var(--navy-900);border-radius:30px;overflow:hidden;box-shadow:0 24px 54px #0a162829}.blog-detail-hero:after{content:"";pointer-events:none;background:linear-gradient(#060e1a1f 0%,#060e1a6b 100%);position:absolute;inset:0}.blog-detail-hero img{aspect-ratio:16/8.8;object-fit:cover;width:100%}.blog-detail-header{background:linear-gradient(#fffffffa,#f7f9fcf5);border:1px solid #0f203514;border-radius:28px;padding:clamp(1.4rem,2vw,2rem);position:relative;box-shadow:0 18px 40px #0a16281a}.blog-detail-story-with-hero .blog-detail-header{margin:1.15rem 0 0}.blog-detail-back-link{color:var(--gray-500);align-items:center;gap:.4rem;margin-bottom:1.15rem;font-size:.9rem;font-weight:600;display:inline-flex}.blog-detail-back-link:hover{color:var(--accent-dark)}.blog-detail-kicker-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.blog-detail-kicker,.blog-detail-reading-pill,.blog-detail-sidebar-eyebrow{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;align-items:center;width:fit-content;padding:.5rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.blog-detail-kicker{color:var(--accent-dark);background:#2e86ab1a}.blog-detail-reading-pill{color:var(--gray-600);background:#0f203514}.blog-detail-title{letter-spacing:-.04em;color:var(--navy-900);margin-bottom:1rem;font-size:clamp(2rem,3.4vw,3.1rem);line-height:1.06}.blog-detail-meta{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:.5rem .9rem;font-size:.82rem;display:flex}.blog-detail-excerpt{max-width:58ch;color:var(--gray-600);margin-bottom:var(--space-lg);font-size:1.08rem;line-height:1.9}.blog-detail-content,.blog-detail-empty{background:linear-gradient(#fffffffa,#f8fafcf0);border:1px solid #0f203514;border-radius:28px;padding:clamp(1.5rem,2vw,2.25rem);box-shadow:0 18px 40px #0a162814}.blog-detail-content p,.blog-detail-empty p{color:var(--gray-700);margin-bottom:1.15rem;line-height:1.95}.blog-detail-content>p:first-child{color:var(--navy-700);font-size:1.12rem}.blog-detail-content h2,.blog-detail-content h3,.blog-detail-content h4{color:var(--navy-900);margin:1.8rem 0 .9rem;line-height:1.2}.blog-detail-content ul,.blog-detail-content ol{color:var(--gray-700);margin:1.2rem 0 1.4rem 1.2rem}.blog-detail-content li{margin-bottom:.6rem;padding-left:.25rem}.blog-detail-content a{color:var(--accent-dark);text-underline-offset:.14em;text-decoration:underline;text-decoration-thickness:1px}.blog-detail-content p:last-child,.blog-detail-empty p:last-child{margin-bottom:0}.blog-detail-content figure{margin:1.5rem 0}.blog-detail-content img{border-radius:var(--radius-lg);width:100%;box-shadow:0 16px 36px #0a162824}.blog-detail-sidebar{gap:var(--space-lg);flex-direction:column;display:flex;position:sticky;top:110px}.blog-detail-sidebar-card{background:linear-gradient(#fffffffa,#f6f9fcf0);border:1px solid #0f203514;border-radius:24px;padding:1.35rem;box-shadow:0 16px 34px #0a162814}.blog-detail-sidebar-primary{background:radial-gradient(circle at top left, #4eadd538, transparent 32%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 100%);border-color:#ffffff0f}.blog-detail-sidebar-primary.blog-detail-sidebar-card h3,.blog-detail-sidebar-primary.blog-detail-sidebar-card p,.blog-detail-sidebar-primary .blog-detail-sidebar-eyebrow{color:var(--white)}.blog-detail-sidebar-primary.blog-detail-sidebar-card p{color:#ffffffb8}.blog-detail-sidebar-primary .btn{width:fit-content}.blog-detail-sidebar-card h3{color:var(--navy-900);margin-bottom:.9rem;font-size:1.1rem}.blog-detail-sidebar-card p{color:var(--gray-600);margin-bottom:1rem;line-height:1.8}.blog-detail-sidebar-list{flex-direction:column;gap:.85rem;display:flex}.blog-detail-sidebar-heading{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem;display:flex}.blog-detail-sidebar-heading h3{margin-bottom:0}.blog-detail-sidebar-view-all{color:var(--accent-dark);font-size:.88rem;font-weight:700}.blog-detail-sidebar-link{transition:background var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast);background:#ffffffb8;border:1px solid #0f20350f;border-radius:18px;align-items:stretch;gap:.9rem;padding:.8rem;display:flex}.blog-detail-sidebar-link:hover{background:#2e86ab14;border-color:#2e86ab29;transform:translate(4px)}.blog-detail-sidebar-thumb,.blog-detail-sidebar-thumb-placeholder{background:linear-gradient(135deg, var(--navy-900), var(--navy-700));border-radius:14px;flex:0 0 96px;width:96px;overflow:hidden}.blog-detail-sidebar-thumb img,.blog-detail-sidebar-thumb-placeholder{width:100%;height:100%}.blog-detail-sidebar-thumb img{object-fit:cover}.blog-detail-sidebar-thumb-placeholder{align-items:end;padding:.65rem;display:flex}.blog-detail-sidebar-thumb-placeholder span{color:var(--white);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.blog-detail-sidebar-copy{flex-direction:column;justify-content:center;gap:.25rem;min-width:0;display:flex}.blog-detail-sidebar-category{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.73rem;font-weight:700}.blog-detail-sidebar-link strong{color:var(--navy-900);line-height:1.35}.blog-detail-sidebar-copy span:last-child{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem}@media (width<=980px){.blog-detail-layout{grid-template-columns:1fr}.blog-detail-sidebar{position:static}}@media (width<=640px){.blog-detail-header{padding:1.2rem}.blog-detail-sidebar-link{flex-direction:column}.blog-detail-sidebar-thumb,.blog-detail-sidebar-thumb-placeholder{aspect-ratio:16/10;flex-basis:auto;width:100%}}.blog-detail-social-share{border-top:1px solid #0f203514;margin-top:1.5rem;padding-top:1.5rem}.events-page-section{background:radial-gradient(circle at top left, #2e86ab1f, transparent 26%), radial-gradient(circle at top right, #0a162814, transparent 30%), linear-gradient(180deg, #f5f8fb 0%, var(--white) 34%)}.events-page-header{margin-bottom:2.25rem}.events-hero-panel{gap:var(--space-xl);margin-bottom:var(--space-3xl);background:radial-gradient(circle at top left, #4eadd54d, transparent 35%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, #143450 100%);border-radius:28px;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);padding:clamp(1.5rem,2vw,2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0a162829}.events-hero-panel:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff14,#0000 30%),repeating-linear-gradient(135deg,#ffffff0a 0 12px,#0000 12px 24px);position:absolute;inset:0}.events-hero-copy,.events-featured-card{z-index:1;position:relative}.events-hero-copy{flex-direction:column;justify-content:center;display:flex}.events-hero-eyebrow,.events-collection-label{border-radius:var(--radius-full);color:#ffffffe6;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;align-items:center;width:fit-content;padding:.5rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.events-hero-title{letter-spacing:-.04em;max-width:12ch;color:var(--white);margin:1rem 0;font-size:clamp(2.05rem,4vw,3.35rem);line-height:1.02}.events-hero-text{color:#ffffffc2;max-width:52ch;font-size:1.02rem;line-height:1.85}.events-hero-stats{margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.events-hero-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff14;border-radius:18px;padding:1rem 1rem .95rem}.events-hero-stat strong{color:var(--white);margin-bottom:.2rem;font-size:1.25rem;display:block}.events-hero-stat span{color:#ffffffad;text-transform:uppercase;letter-spacing:.05em;font-size:.82rem}.events-featured-card{background:#fffffff5;border:1px solid #ffffff40;border-radius:24px;grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 22px 44px #060e1a38}.events-featured-media{aspect-ratio:16/10;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative;overflow:hidden}.events-featured-media img{object-fit:cover;width:100%;height:100%;transform:scale(1.01)}.events-featured-media:after,.events-card-media:after{content:"";pointer-events:none;background:linear-gradient(#060e1a05 30%,#060e1a6b 100%);position:absolute;inset:0}.events-featured-chip-row,.events-card-chip-row{z-index:1;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.events-featured-chip,.events-featured-date,.events-card-chip,.events-card-date{border-radius:var(--radius-full);color:var(--navy-900);letter-spacing:.04em;text-transform:uppercase;background:#ffffffe0;align-items:center;padding:.45rem .75rem;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 8px 24px #060e1a2e}.events-featured-date,.events-card-date{color:#fffffff0;background:#0a1628b3}.events-featured-body{padding:1.35rem 1.45rem 1.5rem}.events-featured-meta{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;gap:.45rem .9rem;font-size:.78rem;display:flex}.events-featured-title{letter-spacing:-.03em;color:var(--navy-900);margin:.9rem 0 .8rem;font-size:clamp(1.55rem,2vw,2rem);line-height:1.16}.events-featured-excerpt{color:var(--gray-600);margin-bottom:1.1rem;line-height:1.8}.events-featured-link{background:var(--navy-900);color:var(--white);border-radius:14px;align-items:center;gap:.5rem;padding:.9rem 1.1rem;font-weight:700;display:inline-flex}.events-featured-link:hover{background:var(--accent-dark)}.events-collection-head{justify-content:space-between;align-items:end;gap:var(--space-lg);margin-bottom:1.35rem;display:flex}.events-collection-label{color:var(--accent-dark);background:#2e86ab1a}.events-collection-title{color:var(--navy-900);letter-spacing:-.03em;margin-top:.9rem;font-size:clamp(1.5rem,2.8vw,2rem)}.events-collection-text{max-width:42ch;color:var(--gray-500);line-height:1.8}.events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.events-more-actions{margin-top:var(--space-2xl);flex-direction:column;align-items:center;gap:.85rem;display:flex}.events-more-summary{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.92rem}.events-more-button{justify-content:center;min-width:220px}.events-card{min-height:100%;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(#fffffffa,#f5f8fbf0);border:1px solid #0f20350f;border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 14px 32px #0a162814}.events-card:hover{border-color:#2e86ab3d;transform:translateY(-10px);box-shadow:0 22px 44px #0a162824}.events-card-media{aspect-ratio:16/11;background:linear-gradient(135deg, var(--navy-900), var(--navy-700));position:relative}.events-card-media img,.events-card-placeholder{width:100%;height:100%}.events-card-media img{object-fit:cover;transition:transform .5s}.events-card:hover .events-card-media img,.events-featured-card:hover .events-featured-media img{transform:scale(1.05)}.events-card-placeholder{background:linear-gradient(135deg,#060e1adb,#2e86abb8),repeating-linear-gradient(135deg,#ffffff12 0 10px,#0000 10px 20px);align-items:end;padding:1rem;display:flex}.events-card-placeholder span{border-radius:var(--radius-full);color:var(--white);background:#ffffff1f;padding:.45rem .8rem;font-size:.85rem;font-weight:700;display:inline-flex}.events-card-body{flex-direction:column;flex:1;padding:1.3rem 1.3rem 1.35rem;display:flex}.events-card-meta{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;border-top:1px solid #0f203514;flex-wrap:wrap;gap:.45rem .85rem;margin-top:auto;padding-top:.95rem;font-size:.78rem;display:flex}.events-card-category{color:var(--accent-dark);font-weight:700}.events-card-title{letter-spacing:-.02em;color:var(--navy-900);margin-bottom:.75rem;font-size:1.22rem;line-height:1.28}.events-card-excerpt{color:var(--gray-600);margin-bottom:1.2rem;font-size:.95rem;line-height:1.82}.events-card-link{width:fit-content;color:var(--accent-dark);background:#2e86ab17;border-radius:14px;align-items:center;gap:.45rem;margin-top:1rem;padding:.8rem 1rem;font-weight:700;display:inline-flex}.events-card-link:hover{color:var(--accent);background:#2e86ab26}.events-card-link svg{width:16px;height:16px}@media (width<=1024px){.events-hero-panel{grid-template-columns:1fr}.events-hero-title{max-width:none}.events-collection-head{flex-direction:column;align-items:start}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.events-hero-stats,.events-grid{grid-template-columns:1fr}.events-featured-chip-row,.events-card-chip-row{flex-wrap:wrap;justify-content:flex-start}}.events-detail-section{background:radial-gradient(circle at top left, #2e86ab1f, transparent 24%), radial-gradient(circle at top right, #0a162814, transparent 28%), linear-gradient(180deg, #f5f8fb 0%, var(--white) 30%)}.events-detail-layout{gap:var(--space-2xl);grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);align-items:start;display:grid}.events-detail-article{min-width:0}.events-detail-story{margin-bottom:var(--space-xl);position:relative}.events-detail-hero{background:var(--navy-900);border-radius:30px;overflow:hidden;box-shadow:0 24px 54px #0a162829}.events-detail-hero:after{content:"";pointer-events:none;background:linear-gradient(#060e1a1f 0%,#060e1a6b 100%);position:absolute;inset:0}.events-detail-hero img{aspect-ratio:16/8.8;object-fit:cover;width:100%}.events-detail-header{background:linear-gradient(#fffffffa,#f7f9fcf5);border:1px solid #0f203514;border-radius:28px;padding:clamp(1.4rem,2vw,2rem);position:relative;box-shadow:0 18px 40px #0a16281a}.events-detail-story-with-hero .events-detail-header{margin:1.15rem 0 0}.events-detail-back-link{color:var(--gray-500);align-items:center;gap:.4rem;margin-bottom:1.15rem;font-size:.9rem;font-weight:600;display:inline-flex}.events-detail-back-link:hover{color:var(--accent-dark)}.events-detail-kicker-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.events-detail-kicker,.events-detail-reading-pill,.events-detail-sidebar-eyebrow{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;align-items:center;width:fit-content;padding:.5rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.events-detail-kicker{color:var(--accent-dark);background:#2e86ab1a}.events-detail-reading-pill{color:var(--gray-600);background:#0f203514}.events-detail-title{letter-spacing:-.04em;color:var(--navy-900);margin-bottom:1rem;font-size:clamp(2rem,3.4vw,3.1rem);line-height:1.06}.events-detail-meta{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:.5rem .9rem;font-size:.82rem;display:flex}.events-detail-excerpt{max-width:58ch;color:var(--gray-600);margin-bottom:var(--space-lg);font-size:1.08rem;line-height:1.9}.events-detail-content,.events-detail-empty{background:linear-gradient(#fffffffa,#f8fafcf0);border:1px solid #0f203514;border-radius:28px;padding:clamp(1.5rem,2vw,2.25rem);box-shadow:0 18px 40px #0a162814}.events-detail-content p,.events-detail-empty p{color:var(--gray-700);margin-bottom:1.15rem;line-height:1.95}.events-detail-content>p:first-child{color:var(--navy-700);font-size:1.12rem}.events-detail-content h2,.events-detail-content h3,.events-detail-content h4{color:var(--navy-900);margin:1.8rem 0 .9rem;line-height:1.2}.events-detail-content ul,.events-detail-content ol{color:var(--gray-700);margin:1.2rem 0 1.4rem 1.2rem}.events-detail-content li{margin-bottom:.6rem;padding-left:.25rem}.events-detail-content a{color:var(--accent-dark);text-underline-offset:.14em;text-decoration:underline;text-decoration-thickness:1px}.events-detail-content p:last-child,.events-detail-empty p:last-child{margin-bottom:0}.events-detail-content figure{margin:1.5rem 0}.events-detail-content img{border-radius:var(--radius-lg);width:100%;box-shadow:0 16px 36px #0a162824}.events-detail-sidebar{gap:var(--space-lg);flex-direction:column;display:flex;position:sticky;top:110px}.events-detail-sidebar-card{background:linear-gradient(#fffffffa,#f6f9fcf0);border:1px solid #0f203514;border-radius:24px;padding:1.35rem;box-shadow:0 16px 34px #0a162814}.events-detail-sidebar-primary{background:radial-gradient(circle at top left, #4eadd538, transparent 32%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 100%);border-color:#ffffff0f}.events-detail-sidebar-primary.events-detail-sidebar-card h3,.events-detail-sidebar-primary.events-detail-sidebar-card p,.events-detail-sidebar-primary .events-detail-sidebar-eyebrow{color:var(--white)}.events-detail-sidebar-primary.events-detail-sidebar-card p{color:#ffffffb8}.events-detail-sidebar-primary .btn{width:fit-content}.events-detail-sidebar-card h3{color:var(--navy-900);margin-bottom:.9rem;font-size:1.1rem}.events-detail-sidebar-card p{color:var(--gray-600);margin-bottom:1rem;line-height:1.8}.events-detail-sidebar-list{flex-direction:column;gap:.85rem;display:flex}.events-detail-sidebar-heading{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem;display:flex}.events-detail-sidebar-heading h3{margin-bottom:0}.events-detail-sidebar-view-all{color:var(--accent-dark);font-size:.88rem;font-weight:700}.events-detail-sidebar-link{transition:background var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast);background:#ffffffb8;border:1px solid #0f20350f;border-radius:18px;align-items:stretch;gap:.9rem;padding:.8rem;display:flex}.events-detail-sidebar-link:hover{background:#2e86ab14;border-color:#2e86ab29;transform:translate(4px)}.events-detail-sidebar-thumb,.events-detail-sidebar-thumb-placeholder{background:linear-gradient(135deg, var(--navy-900), var(--navy-700));border-radius:14px;flex:0 0 96px;width:96px;overflow:hidden}.events-detail-sidebar-thumb img,.events-detail-sidebar-thumb-placeholder{width:100%;height:100%}.events-detail-sidebar-thumb img{object-fit:cover}.events-detail-sidebar-thumb-placeholder{align-items:end;padding:.65rem;display:flex}.events-detail-sidebar-thumb-placeholder span{color:var(--white);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.events-detail-sidebar-copy{flex-direction:column;justify-content:center;gap:.25rem;min-width:0;display:flex}.events-detail-sidebar-category{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.73rem;font-weight:700}.events-detail-sidebar-link strong{color:var(--navy-900);line-height:1.35}.events-detail-sidebar-copy span:last-child{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem}@media (width<=980px){.events-detail-layout{grid-template-columns:1fr}.events-detail-sidebar{position:static}}@media (width<=640px){.events-detail-header{padding:1.2rem}.events-detail-sidebar-link{flex-direction:column}.events-detail-sidebar-thumb,.events-detail-sidebar-thumb-placeholder{aspect-ratio:16/10;flex-basis:auto;width:100%}}.events-detail-social-share{border-top:1px solid #0f203514;margin-top:1.5rem;padding-top:1.5rem}.legal-content{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-3xl);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm)}.legal-updated{color:var(--gray-400);margin-bottom:var(--space-2xl);padding-bottom:var(--space-md);border-bottom:1px solid var(--gray-100);font-size:.85rem;font-weight:500}.legal-content h2{color:var(--navy-900);margin:var(--space-2xl) 0 var(--space-md);font-size:1.2rem;font-weight:700}.legal-content h2:first-of-type{margin-top:0}.legal-content h3{color:var(--navy-800);margin:var(--space-lg) 0 var(--space-sm);font-size:1rem;font-weight:600}.legal-content p{color:var(--gray-600);margin-bottom:var(--space-md);font-size:.92rem;line-height:1.8}.legal-content ul{margin:var(--space-sm) 0 var(--space-lg);padding-left:var(--space-xl)}.legal-content ul li{color:var(--gray-600);margin-bottom:.3rem;padding-left:.5rem;font-size:.9rem;line-height:1.8;list-style:outside;position:relative}.legal-content ul li::marker{color:var(--accent)}.legal-content a{color:var(--accent);transition:color var(--transition-fast);font-weight:600}.legal-content a:hover{color:var(--accent-dark)}.legal-contact{background:var(--gray-50);border-radius:var(--radius-md);padding:var(--space-lg);margin-top:var(--space-md);border-left:3px solid var(--accent)}.legal-contact p{margin-bottom:.25rem}@media (width<=640px){.legal-content{padding:var(--space-xl)}}.sd-layout{gap:var(--space-3xl);grid-template-columns:1fr 320px;align-items:start;display:grid}.sd-hero-icon{border-radius:var(--radius-md);background:var(--accent-50);width:64px;height:64px;color:var(--accent);margin-bottom:var(--space-lg);justify-content:center;align-items:center;display:flex}.sd-title{color:var(--navy-900);margin-bottom:var(--space-lg);font-size:1.75rem;font-weight:800}.sd-description{color:var(--gray-600);margin-bottom:var(--space-lg);font-size:.95rem;line-height:1.85}.sd-subtext{color:var(--navy-800);margin-bottom:var(--space-md);font-size:.92rem;font-weight:600}.sd-items{margin-bottom:var(--space-2xl)}.sd-item{border-bottom:1px solid var(--gray-100);color:var(--gray-600);gap:.75rem;padding:.75rem 0;font-size:.9rem;line-height:1.7;display:flex}.sd-item:last-child{border-bottom:none}.sd-item strong{color:var(--navy-900);font-weight:700}.sd-item-check{background:var(--accent-50);width:26px;height:26px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.sd-approach{background:var(--gray-50);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-2xl);border-left:4px solid var(--accent)}.sd-approach h3{color:var(--navy-900);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.sd-approach p{color:var(--gray-600);font-size:.9rem;line-height:1.8}.sd-contact-box{background:var(--navy-900);border-radius:var(--radius-lg);padding:var(--space-2xl);color:var(--white)}.sd-contact-box h3{margin-bottom:var(--space-lg);font-size:1.1rem;font-weight:700}.sd-contact-items{gap:var(--space-md);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.sd-contact-item{color:var(--gray-300);align-items:center;gap:.75rem;font-size:.88rem;display:flex}.sd-contact-item svg{color:var(--accent-light);flex-shrink:0}.sd-contact-item a{color:var(--gray-300);transition:color var(--transition-fast)}.sd-contact-item a:hover{color:var(--accent-light)}.sd-sidebar{gap:var(--space-xl);flex-direction:column;display:flex;position:sticky;top:100px}.sd-sidebar-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm)}.sd-sidebar-title{color:var(--navy-900);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid var(--accent);font-size:1rem;font-weight:700;display:inline-block}.sd-sidebar-links{flex-direction:column;gap:.25rem;display:flex}.sd-sidebar-link{border-radius:var(--radius-sm);color:var(--gray-600);transition:all var(--transition-fast);align-items:center;gap:.6rem;padding:.7rem .75rem;font-size:.85rem;font-weight:500;display:flex}.sd-sidebar-link:hover{background:var(--gray-50);color:var(--accent)}.sd-sidebar-link.active{background:var(--accent);color:var(--white);font-weight:600}.sd-sidebar-icon{border-radius:var(--radius-sm);background:var(--accent-50);width:32px;height:32px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sd-sidebar-icon svg{width:16px;height:16px}.sd-sidebar-link.active .sd-sidebar-icon{color:var(--white);background:#fff3}.sd-sidebar-active-arrow{margin-left:auto}.sd-sidebar-cta{background:var(--navy-900);border-radius:var(--radius-lg);padding:var(--space-xl);color:var(--white);text-align:center}.sd-sidebar-cta h4{margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.sd-sidebar-cta p{color:var(--gray-400);margin-bottom:var(--space-lg);font-size:.85rem;line-height:1.6}@media (width<=900px){.sd-layout{grid-template-columns:1fr}.sd-sidebar{position:static}}.app{flex-direction:column;min-height:100vh;display:flex}.app>main{flex:1}
