:root{--blue:#1b4fd8;--blue-dark:#0d286c;--blue-light:#4f7ef7;--sky:#0ea5e9;--navy:#051535;--navy-2:#0a1d44;--white:#fff;--off-white:#f8fafc;--text:#1e293b;--text-muted:#475569;--border:#e2e8f0;--green:#10b981;--bg-primary:#fff;--bg-secondary:#f8fafc;--card-bg:#fff;--grad-primary:linear-gradient(135deg, #1b4fd8, #0ea5e9);--grad-hero:linear-gradient(135deg, #051535 0%, #0a1d44 60%, #1b4fd8 100%);--font-sans:"Inter", system-ui, sans-serif;--font-display:"Outfit", "Inter", system-ui, sans-serif;--nav-h:95px;--radius:12px;--radius-lg:20px;--radius-full:9999px;--shadow-card:0 2px 12px #0000000f, 0 1px 4px #0000000a;--shadow-lift:0 10px 30px #1b4fd81f, 0 4px 12px #00000014;--ease:.3s ease;--ease-fast:.15s ease}:root[data-theme=dark]{--bg-primary:#0b1121;--bg-secondary:#0f172a;--card-bg:#1e293b;--text:#f8fafc;--text-muted:#94a3b8;--border:#334155;--navy:#f8fafc;--shadow-card:0 2px 12px #0000004d;--shadow-lift:0 10px 30px #0006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);color:var(--text);background:var(--bg-primary);-webkit-font-smoothing:antialiased;transition:background var(--ease), color var(--ease);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}ul{list-style:none}a{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius-full);font-family:var(--font-sans);cursor:pointer;transition:all var(--ease);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 4px 12px #1b4fd84d}.theme-toggle{cursor:pointer;color:var(--text);width:40px;height:40px;transition:all var(--ease-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.theme-toggle:hover{background:var(--bg-secondary);color:var(--blue)}.navbar{z-index:1000;height:var(--nav-h);background:var(--bg-primary);border-bottom:1px solid var(--border);transition:box-shadow var(--ease), background var(--ease);position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 4px 20px #0000000d}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.nav-logo{z-index:2;flex-shrink:0;align-items:center;display:flex}.nav-logo-img{object-fit:contain;width:auto;max-width:400px;height:250px}.nav-logo-light,:root[data-theme=dark] .nav-logo-dark{display:none}:root[data-theme=dark] .nav-logo-light{display:block}.nav-links{z-index:1;align-items:center;gap:2rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-actions{z-index:2;flex-shrink:0;align-items:center;gap:1rem;display:flex}.nav-link{color:var(--navy);transition:color var(--ease-fast);align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.nav-link:hover,.nav-link.active{color:var(--blue)}.nav-dropdown{position:relative}.nav-chevron{transition:transform var(--ease-fast);font-size:.7rem}.nav-dropdown:hover .nav-chevron{transform:rotate(180deg)}.dropdown-menu{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lift);opacity:0;visibility:hidden;min-width:280px;transition:all var(--ease);z-index:200;padding:.5rem;position:absolute;top:100%;left:0;transform:translateY(10px)}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:var(--text);transition:all var(--ease-fast);border-radius:8px;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.dropdown-item i{color:var(--blue);text-align:center;width:20px}.dropdown-item:hover{background:var(--bg-secondary);color:var(--blue)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.ham-line{background:var(--text);width:24px;height:2px;transition:all var(--ease)}.hero{min-height:90svh;padding-top:var(--nav-h);background:var(--grad-hero);grid-template-columns:1.1fr .9fr;display:grid}.hero-left{z-index:2;flex-direction:column;justify-content:center;padding:5rem 2rem 5rem clamp(2rem,8vw,6rem);display:flex}.hero-eyebrow{letter-spacing:.15em;color:var(--sky);text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:700;animation:.7s both fade-up}.hero-h1{font-family:var(--font-display);color:var(--white);margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:1.1;animation:.7s .1s both fade-up}.hero-subtext{color:#fffc;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7;animation:.7s .2s both fade-up}.hero-actions{gap:1rem;animation:.7s .3s both fade-up;display:flex}.btn-ghost-circle{color:var(--white);transition:opacity var(--ease-fast);background:0 0;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-ghost-circle:hover{opacity:.8}.play-circle{width:40px;height:40px;transition:all var(--ease-fast);border:2px solid #fff9;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;display:flex}.btn-ghost-circle:hover .play-circle{background:#fff3}.hero-right{position:relative;overflow:hidden}.hero-photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-photo-overlay{background:linear-gradient(to right, var(--navy-2) 0%, transparent 100%);position:absolute;inset:0}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section-header{text-align:center;margin-bottom:3.5rem}.section-eyebrow{letter-spacing:.15em;color:var(--blue);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.section-title{font-family:var(--font-display);color:var(--navy);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.services{background:var(--bg-primary);transition:background var(--ease);padding:6rem 0}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.svc-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--ease);box-shadow:var(--shadow-card);flex-direction:row;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.svc-card:hover{box-shadow:var(--shadow-lift);border-color:var(--blue-light);transform:translateY(-5px)}.svc-icon{flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.svc-icon svg{width:100%;height:100%}:root[data-theme=dark] .svc-icon svg circle[fill=\#e6efff]{fill:#1b4fd826}.svc-body{flex-direction:column;flex:1;display:flex}.svc-title{color:var(--navy);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.2}.svc-desc{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.svc-link{color:var(--blue);align-items:center;gap:.4rem;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.svc-link i{transition:transform var(--ease-fast);font-size:.7rem}.svc-link:hover i{transform:translate(4px)}.services-action{text-align:center;margin-top:3rem}.about{background:var(--bg-secondary);transition:background var(--ease);padding:6rem 0}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-img-block{height:500px;box-shadow:var(--shadow-lift);border-radius:20px;position:relative;overflow:hidden}.about-photo{object-fit:cover;width:100%;height:100%}.about-photo-overlay{background:#05153599;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.about-logo-overlay{opacity:.9;width:60%;max-width:250px}.about-content{text-align:left}.about-title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.about-text{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.about-features{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;display:grid}.about-feature{align-items:flex-start;gap:1rem;display:flex}.feat-icon{background:var(--card-bg);border:1px solid var(--border);width:50px;height:50px;color:var(--blue);box-shadow:var(--shadow-card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.feat-text h4{color:var(--navy);margin-bottom:.25rem;font-size:1rem;font-weight:700}.feat-text p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.sub-page-hero{min-height:420px;padding-top:calc(var(--nav-h) + 2rem);background:linear-gradient(135deg,#112240 0%,#1b4fd8 60%,#0ea5e9 100%);align-items:center;display:flex}.sub-page-hero .hero-content{max-width:700px;padding:4rem 1.5rem}.sub-page-hero .hero-eyebrow{color:#38bdf8;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.sub-page-hero .hero-heading{color:#fff;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-display);margin-bottom:1.5rem;font-weight:800}.sub-page-hero .hero-heading-accent{color:#38bdf8}.sub-page-hero .hero-subtext{color:#ffffffd9;max-width:600px;font-size:1.1rem;line-height:1.6}.sub-page-hero .btn-ghost{color:#fff}.sub-page-hero .btn-ghost:hover{background:#ffffff1a}.sub-page-body{background:var(--bg-secondary);padding:4rem 0}.sub-page-card{background:var(--card-bg);border-radius:var(--radius);max-width:900px;box-shadow:var(--shadow-card);margin:0 auto;padding:3rem}.feature-list{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;display:grid}.feature-item{background:var(--bg-primary);border-radius:var(--radius);border:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:1.5rem;display:flex}.feature-item i{color:var(--blue);flex-shrink:0;margin-top:2px;font-size:1.25rem}.feature-item h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.feature-item p{color:var(--text-muted);font-size:.9rem}@media (width<=600px){.feature-list{grid-template-columns:1fr}}.contact{background:var(--bg-primary);transition:background var(--ease);padding:6rem 0}.contact-container{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.contact-info{text-align:left}.contact-text{color:var(--text-muted);margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.25rem;display:flex}.contact-icon{background:var(--bg-secondary);border:1px solid var(--border);width:55px;height:55px;color:var(--blue);box-shadow:var(--shadow-card);transition:all var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.contact-item:hover .contact-icon{background:var(--blue);color:var(--white);border-color:var(--blue);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.contact-item-text h4{color:var(--navy);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.contact-item-text p,.contact-item-text a{color:var(--text-muted);transition:color var(--ease);font-size:.95rem;text-decoration:none}.contact-item-text a:hover{color:var(--blue)}.contact-form-wrapper{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text);font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary);width:100%;color:var(--text);font-family:var(--font-sans);transition:all var(--ease);outline:none;padding:.85rem 1rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);background:var(--bg-primary);box-shadow:0 0 0 4px #1b4fd81a}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;margin-top:.5rem}.footer{color:#ffffffb3;background:#051535;padding:0}.footer-logo{object-fit:contain;width:auto;max-width:300px;height:150px;margin-bottom:1rem}.footer-socials{gap:.75rem;margin-top:1.5rem;display:flex}.social-btn{width:40px;height:40px;color:var(--white);transition:all var(--ease);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-btn:hover{background:var(--blue);border-color:var(--blue)}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.2fr 1fr 2.5fr 1.2fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-col-title{color:var(--white);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-list{flex-direction:column;gap:.75rem;display:flex}.footer-list a{color:#ffffffb3;transition:color var(--ease-fast);font-size:.9rem;text-decoration:none}.footer-list a:hover{color:var(--white)}.footer-contact-list{flex-direction:column;gap:1rem;display:flex}.footer-contact-list li{align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.footer-contact-list i{color:var(--white);margin-top:3px}.footer-contact-list a,.footer-contact-list address{color:#ffffffb3;transition:color var(--ease-fast);font-style:normal;text-decoration:none}.footer-contact-list a:hover{color:var(--white)}.footer-bottom{text-align:center;color:#ffffff80;padding:1.5rem 0;font-size:.85rem}.back-to-top{background:var(--blue);width:55px;height:55px;color:var(--white);cursor:pointer;z-index:999;box-shadow:var(--shadow-card);opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(25px)scale(.9)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.back-to-top:hover{background:var(--blue-dark);box-shadow:var(--shadow-lift);transform:translateY(-5px)scale(1.05)}:root[data-theme=dark] .back-to-top{background:var(--blue-light);color:var(--white)}:root[data-theme=dark] .back-to-top:hover{background:var(--sky)}@media (width<=1200px){.services-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}.contact-container{grid-template-columns:1fr;gap:3rem}.hero{grid-template-columns:1fr}.hero-right{display:none}.about-container{grid-template-columns:1fr}.about-img-block{height:350px}}@media (width<=768px){.nav-links{display:none}.hamburger{display:flex}.nav-cta{display:none}.services-grid,.footer-grid,.about-features{grid-template-columns:1fr}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}
