:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;padding:0;width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#fff}#root{width:100%;display:flex;flex-direction:column;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0047AB;--secondary-color: #002D6B;--accent-color: #4F94CD;--text-color: #1A1A1A;--text-light: #555555;--border-color: #e0e0e0;--bg-light: #F8F9FA;--white: #ffffff;--success: #28a745;--error: #dc3545}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6;word-break:keep-all;overflow-wrap:break-word}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.main-content{flex:1;width:100%}.page-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#888}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.header{background:var(--white);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{text-decoration:none;color:var(--primary-color);font-weight:700;font-size:1.5rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;width:28px;height:22px;position:relative;z-index:1002}.hamburger-line{display:block;width:100%;height:2.5px;background:var(--text-color);border-radius:2px;transition:all .3s ease;position:absolute;left:0}.hamburger-line:nth-child(1){top:0}.hamburger-line:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-line:nth-child(3){bottom:0}.mobile-menu-btn.active .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.nav-overlay{display:none}.nav-list{display:flex;list-style:none;gap:2rem}.nav-item{position:relative}.nav-item>a{text-decoration:none;color:var(--text-color);font-weight:500;padding:.5rem 1rem;display:block;transition:color .3s}.nav-item>a:hover{color:var(--primary-color)}.dropdown{display:none;position:absolute;top:100%;left:0;background:var(--white);box-shadow:0 4px 8px #0000001a;list-style:none;min-width:200px;border-radius:4px;padding:.5rem 0}.nav-item:hover .dropdown{display:block}.dropdown li{padding:0}.dropdown a{text-decoration:none;color:var(--text-color);padding:.75rem 1.5rem;display:block;transition:background .3s}.dropdown a:hover{background:var(--bg-light);color:var(--primary-color)}.home-hero{position:relative;background:linear-gradient(120deg,#0056b3,#1a73d4);color:var(--white);min-height:600px;display:flex;align-items:center;overflow:hidden}.home-hero .hero-bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity 1.5s ease-in-out;z-index:1}.home-hero .hero-bg-video.active{opacity:1}.home-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,#00388c9e,#145ab4b8);z-index:2}.home-hero-gradient{position:absolute;right:-100px;bottom:-200px;width:600px;height:600px;background:radial-gradient(circle,#4f94cd40,#0000 70%);border-radius:50%;z-index:3}.home-hero-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.home-hero-tagline{font-size:1.25rem;color:#a3c9ff;margin-bottom:1rem;font-weight:400}.home-hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px}.home-hero-desc{font-size:1.1rem;line-height:1.7;max-width:600px;opacity:.9;margin-bottom:3rem}.home-hero-stats{display:flex;gap:4rem;border-top:1px solid rgba(255,255,255,.2);padding-top:2rem}.home-stat-item h3{font-size:2.5rem;font-weight:800;color:var(--accent-color);line-height:1.2}.home-stat-item span{font-size:.9rem;opacity:.8}section{padding:4rem 0}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--secondary-color);text-align:center}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.view-more{color:var(--primary-color);text-decoration:none;font-weight:500}.grid-2,.grid-3,.grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:968px){.grid-3,.grid-4{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.grid-4{grid-template-columns:repeat(4,1fr)}}.business-card,.solution-card,.quick-link-card,.product-card,.news-card,.contact-card,.info-card{background:var(--white);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;text-decoration:none;color:var(--text-color);display:block}.business-card:hover,.solution-card:hover,.quick-link-card:hover,.product-card:hover,.news-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.business-icon{font-size:3rem;margin-bottom:1rem}.business-card h3,.solution-card h3,.quick-link-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--secondary-color)}.business-areas{background:var(--bg-light)}.solutions{background:var(--white)}.recent-news{background:var(--bg-light)}.quick-links{background:var(--white)}.home-section-title{font-size:2.2rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem;position:relative;padding-left:1.5rem;text-align:left}.home-section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:2rem;background-color:var(--accent-color);border-radius:3px}.home-section-subtitle{font-size:1rem;color:var(--text-light);margin-bottom:3rem;padding-left:1.5rem;text-align:left}.home-about,.home-business,.home-esg,.home-news-careers{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.home-about.home-visible,.home-business.home-visible,.home-esg.home-visible,.home-news-careers.home-visible{opacity:1;transform:translateY(0)}.home-about{padding:5rem 0;background-color:var(--white)}.home-about-slogan{text-align:center;margin-bottom:3rem;position:relative}.home-about-slogan-accent{width:48px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px;margin:0 auto 1.25rem}.home-about-slogan h3{font-size:2rem;font-weight:800;color:var(--text-color);margin-bottom:.5rem;letter-spacing:-.5px;line-height:1.4}.home-about-slogan-en{font-size:1.1rem;color:var(--primary-color);font-weight:500;letter-spacing:1px;margin:0}.home-about-intro{display:flex;align-items:center;gap:3rem;margin-bottom:3rem}.home-about-intro-image{flex:0 0 280px}.home-about-intro-image img{width:100%;height:auto;display:block;border-radius:12px}.home-about-intro-text{flex:1}.home-about-intro-text p{font-size:1.1rem;line-height:1.9;color:var(--text-light);margin:0}.home-about-intro-text strong{color:var(--primary-color);font-weight:700}.home-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.home-value-card{background-color:var(--bg-light);padding:1.5rem;border-radius:12px;transition:transform .3s,background-color .3s}.home-value-card:hover{transform:translateY(-5px);background-color:#e8f0fe}.home-value-icon{font-size:2rem;margin-bottom:.75rem;color:var(--primary-color)}.home-value-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--secondary-color)}.home-value-card p{font-size:.85rem;color:var(--text-light);line-height:1.5;margin:0}@media(max-width:968px){.home-about-slogan h3{font-size:1.6rem}.home-about-intro{flex-direction:column;gap:2rem}.home-about-intro-image{flex:none;width:220px;margin:0 auto}.home-about-intro-text{text-align:center}.home-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-about-slogan h3{font-size:1.35rem}.home-about-slogan-en{font-size:.95rem}.home-about-intro-image{width:180px}.home-about-intro-text p{font-size:1rem;text-align:left}.home-values-grid{grid-template-columns:1fr}}.home-business{padding:5rem 0;background-color:var(--bg-light)}.home-tech-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.home-tech-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.home-tech-grid{grid-template-columns:repeat(4,1fr)}}.home-tech-card{background-color:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000a;transition:all .3s ease;text-decoration:none;display:block}.home-tech-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0047ab1f}.home-tech-img{height:180px;width:100%;background-size:cover;background-position:center}.home-tech-content{padding:1.5rem}.home-tech-content h4{font-size:1.15rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem}.home-tech-content p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin:0}.home-localization-banner{margin-top:3rem;background:var(--secondary-color);border-radius:16px;padding:3rem;color:var(--white);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.home-localization-banner:after{content:"";position:absolute;right:-40px;top:-40px;width:250px;height:250px;background:#ffffff0d;border-radius:50%}.home-loc-text h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.home-loc-text p{font-size:1rem;opacity:.9}.home-loc-stat{font-size:4rem;font-weight:800;color:var(--accent-color);line-height:1}.home-strategy-banner{margin-top:3rem;background:var(--secondary-color);border-radius:16px;padding:3rem;color:var(--white);position:relative;overflow:hidden}.home-strategy-banner:after{content:"";position:absolute;right:-40px;top:-40px;width:250px;height:250px;background:#ffffff0d;border-radius:50%}.home-strategy-banner h3{font-size:1.6rem;font-weight:700;margin-bottom:2rem;position:relative;z-index:1}.home-strategy-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:1}@media(min-width:640px){.home-strategy-grid{grid-template-columns:repeat(2,1fr)}}.home-strategy-card{background:#ffffff1a;border-radius:12px;padding:2rem;transition:background .3s}.home-strategy-card:hover{background:#ffffff2e}.home-strategy-card h4{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:var(--accent-color)}.home-strategy-card p{font-size:.95rem;line-height:1.7;opacity:.9;margin:0}@media(max-width:768px){.home-strategy-banner{padding:2rem}.home-strategy-banner h3{font-size:1.3rem}}.home-esg{padding:5rem 0;background-color:var(--white)}.home-esg-container{display:flex;flex-direction:column;gap:2rem}@media(min-width:968px){.home-esg-container{flex-direction:row;gap:2.5rem}}.home-esg-main{flex:2;background:linear-gradient(135deg,#e3f2fd,#f5f9ff);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.home-esg-main h3{font-size:1.6rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem}.home-esg-main p{font-size:1rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.home-esg-tags{display:flex;gap:.75rem;flex-wrap:wrap}.home-esg-tag{background-color:var(--white);padding:.5rem 1rem;border-radius:50px;font-weight:500;color:var(--primary-color);box-shadow:0 2px 8px #0000000f;font-size:.9rem}.home-cert-sidebar{flex:1;display:flex;flex-direction:column;gap:1rem}.home-cert-card{border:1px solid #EEEEEE;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:box-shadow .3s}.home-cert-card:hover{box-shadow:0 4px 12px #0000000f}.home-cert-icon{font-size:2rem;color:var(--primary-color)}.home-cert-info h4{font-size:1rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.home-cert-info span{font-size:.85rem;color:var(--text-light)}.home-more-btn{display:inline-block;color:var(--primary-color);text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border:1px solid var(--primary-color);border-radius:4px;transition:all .3s}.home-more-btn:hover{background-color:var(--primary-color);color:var(--white)}.home-news-careers{padding:5rem 0;background-color:var(--bg-light)}.home-nc-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.home-nc-grid{grid-template-columns:1fr 1fr}}.home-news-box{background-color:var(--white);border:1px solid #EEEEEE;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column}.home-career-box{background-color:var(--secondary-color);color:var(--white);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column}.home-box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.home-box-header h3{font-size:1.5rem;font-weight:700;color:var(--secondary-color)}.home-career-box .home-box-header h3{color:var(--white)}.home-arrow-link{width:42px;height:42px;border-radius:50%;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--primary-color);transition:all .3s;text-decoration:none;font-weight:700;font-size:1.1rem}.home-arrow-link:hover{background-color:var(--primary-color);color:var(--white)}.home-arrow-light{background-color:#ffffff1a;color:var(--white)}.home-arrow-light:hover{background-color:#ffffff40;color:var(--white)}.home-list-content{flex:1}.home-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #EEEEEE;color:var(--text-color);text-decoration:none;transition:padding-left .3s,color .3s}.home-list-item:hover{padding-left:.5rem;color:var(--primary-color)}.home-list-title{font-weight:500;font-size:1rem}.home-list-date{font-size:.85rem;color:#999;white-space:nowrap;margin-left:1rem}.home-career-desc{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.home-career-tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:.75rem}.home-career-tags span{background:#ffffff1a;padding:.5rem 1rem;border-radius:4px;font-size:.85rem}@media(max-width:768px){.home-hero-title{font-size:2.5rem}.home-hero-tagline{font-size:1rem}.home-hero-stats{gap:2rem}.home-stat-item h3,.home-section-title{font-size:1.8rem}.home-about-text h3{font-size:1.4rem}.home-localization-banner{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem}.home-loc-text h3{font-size:1.3rem}.home-loc-stat{font-size:3rem}}@media(max-width:480px){.home-hero{min-height:500px}.home-hero-content{padding:3rem 1rem}.home-hero-title{font-size:2rem}.home-hero-desc{font-size:1rem}.home-hero-stats{flex-direction:column;gap:1rem}.home-esg-main{padding:1.5rem}.home-esg-main h3{font-size:1.3rem}}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{display:flex;gap:2rem;padding:1.5rem;background:var(--white);border:1px solid var(--border-color);border-radius:8px;text-decoration:none;color:var(--text-color);transition:background .3s}.news-item:hover{background:var(--bg-light)}.news-date{color:var(--text-light);font-size:.9rem;min-width:100px}.news-title{font-size:1.1rem;color:var(--secondary-color)}.page-content{min-height:60vh;background:var(--white)}.page-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:4rem 2rem;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header p{font-size:1.2rem;opacity:.9}.content-section{margin:3rem 0}.content-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--secondary-color)}.content-section p{margin-bottom:1rem;line-height:1.8;color:var(--text-light)}.category-nav{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-btn{padding:.75rem 1.5rem;border:1px solid var(--border-color);background:var(--white);border-radius:4px;text-decoration:none;color:var(--text-color);transition:all .3s;display:flex;align-items:center;gap:.5rem}.category-btn:hover,.category-btn.active{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.category-icon{font-size:1.2rem}.filter-bar{display:flex;gap:1rem;margin-bottom:2rem}.filter-btn{padding:.75rem 1.5rem;border:1px solid var(--border-color);background:var(--white);border-radius:4px;cursor:pointer;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px 8px 0 0;margin:-2rem -2rem 1rem}.product-category{display:inline-block;background:var(--primary-color);color:var(--white);padding:.25rem .75rem;border-radius:4px;font-size:.85rem;margin-bottom:.5rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.news-category{display:inline-block;color:var(--primary-color);font-size:.9rem;margin-top:.5rem}.application-info{margin-bottom:3rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.info-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.info-card ul{list-style:none;padding:0}.info-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.info-card li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.application-form-container{max-width:800px;margin:0 auto;padding:2rem;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000001a}.application-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--secondary-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-help{display:block;margin-top:.5rem;font-size:.9rem;color:var(--text-light)}.file-selected{color:var(--success);font-weight:500}.security-notice{color:var(--accent-color)}.message{padding:1rem;border-radius:4px;margin-bottom:1.5rem}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-actions{margin-top:2rem}.btn-primary{background:var(--primary-color);color:var(--white);border:none;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s;width:100%}.btn-primary:hover:not(:disabled){background:#004494}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.faq-list{max-width:800px;margin:2rem auto}.faq-item{background:var(--white);border:1px solid var(--border-color);border-radius:8px;padding:2rem;margin-bottom:1rem}.faq-item h3{color:var(--primary-color);margin-bottom:.5rem}.timeline{max-width:800px;margin:2rem auto}.timeline-item{border-left:3px solid var(--primary-color);padding-left:2rem;margin-bottom:2rem;position:relative}.timeline-item:before{content:"";width:12px;height:12px;background:var(--primary-color);border-radius:50%;position:absolute;left:-7.5px;top:5px}.timeline-item h3{color:var(--primary-color);margin-bottom:.5rem}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.philosophy-item{text-align:center;padding:2rem;background:var(--bg-light);border-radius:8px}.philosophy-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.footer{background:linear-gradient(180deg,#0a1a2e,#051222);color:var(--white);padding:4rem 0 0}.footer-top{display:flex;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{flex:0 0 320px}.footer-logo{font-size:1.6rem;font-weight:800;color:var(--white);text-decoration:none;display:inline-block;margin-bottom:.3rem;letter-spacing:-.02em}.footer-logo:hover{color:var(--white)}.footer-tagline{font-size:.85rem;color:#fff6;margin-bottom:1.5rem;font-weight:500}.footer-contact-info p{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff8c;margin-bottom:.5rem;line-height:1.6}.footer-contact-info i{font-size:.95rem;color:#ffffff59;width:16px;flex-shrink:0}.footer-links{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-link-group h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:1.2rem;position:relative;padding-bottom:.7rem}.footer-link-group h4:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:#0056b3}.footer-link-group ul{list-style:none;padding:0;margin:0}.footer-link-group li{margin-bottom:.55rem}.footer-link-group a{color:#ffffff80;text-decoration:none;font-size:.85rem;transition:color .25s,padding-left .25s}.footer-link-group a:hover{color:var(--white);padding-left:4px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.footer-copyright{font-size:.78rem;color:#ffffff59;margin:0}.footer-ceo{font-size:.78rem;color:#ffffff40;margin:0}.footer-email-notice{border-top:1px solid rgba(255,255,255,.08);padding:1rem 2rem;text-align:center}.footer-email-notice p{font-size:.72rem;color:#fff3;line-height:1.5;max-width:1200px;margin:0 auto}@media(max-width:968px){.footer-top{flex-direction:column;gap:2.5rem}.footer-brand{flex:none}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.footer-links{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:.3rem;text-align:center}}.loading,.empty-state{text-align:center;padding:3rem;color:var(--text-light)}@media(max-width:768px){.mobile-menu-btn{display:block}.nav-overlay{display:block;position:fixed;inset:0;background:#0006;z-index:1000;animation:overlayFadeIn .3s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.nav{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:var(--white);z-index:1001;transition:right .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 20px #0000001a;padding-top:5rem;overflow-y:auto}.nav.nav-open{right:0}.nav-list{flex-direction:column;gap:0;padding:0 1rem}.nav-item>a{padding:1rem 1.2rem;font-size:1.05rem;font-weight:600;color:var(--text-color);border-radius:12px;transition:all .2s ease;border-bottom:none}.nav-item>a:hover,.nav-item>a:active{background:#0056b30f;color:var(--primary-color)}.nav-item{margin-bottom:.25rem}.dropdown{position:static;display:none;box-shadow:none;border-left:3px solid var(--primary-color);margin-left:1rem}.nav-item:hover .dropdown{display:none}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(max-width:480px){.hero{padding:3rem 1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:1.5rem}.application-form-container{padding:1rem}}
