:root{--navy:#0a1628;--navy-light:#121f36;--navy-medium:#1a2d4a;--gold:#4a9dc8;--gold-light:#5eb0d9;--gold-dark:#3a88b3;--white:#ffffff;--gray-100:#f5f6fa;--gray-200:#e8eaf0;--gray-300:#c5c9d6;--gray-500:#8a90a2;--gray-700:#4a4f5e;--text-dark:#1a1e2c;--text-body:#5a5f72;--font-main:'Be Vietnam Pro',sans-serif;--shadow-sm:0 2px 8px rgba(10, 22, 40, 0.08);--shadow-md:0 8px 30px rgba(10, 22, 40, 0.12);--shadow-lg:0 20px 60px rgba(10, 22, 40, 0.15);--shadow-gold:0 8px 30px rgba(74, 157, 200, 0.25);--radius:8px;--radius-lg:16px;--transition:0.3s cubic-bezier(0.4, 0, 0.2, 1)}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-main);font-size:16px;line-height:1.7;color:var(--text-body);background:var(--white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:100px 0}.gold{color:var(--gold)}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--navy);display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity .5s,visibility .5s}#preloader.hidden{opacity:0;visibility:hidden}.loader .ship-icon{font-size:48px;color:var(--gold);animation:float 1.5s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(-3deg)}75%{transform:translateY(-10px) rotate(3deg)}}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:var(--radius);font-family:var(--font-main);font-size:15px;font-weight:600;border:2px solid transparent;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-outline{background:0 0;color:var(--white);border-color:rgba(255,255,255,.3)}.btn-outline:hover{background:rgba(255,255,255,.1);border-color:var(--white)}.btn-outline-light{background:0 0;color:var(--white);border-color:rgba(255,255,255,.4)}.btn-outline-light:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-lg{padding:16px 36px;font-size:16px}.btn-full{width:100%;justify-content:center}.section-subtitle{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:12px}.section-subtitle.light{color:var(--gold)}.section-title{font-size:42px;font-weight:800;color:var(--text-dark);line-height:1.2;margin-bottom:20px}.section-title.light{color:var(--white)}.section-desc{font-size:17px;color:var(--text-body);max-width:600px;margin:0 auto}.section-desc.light{color:rgba(255,255,255,.7)}.section-header{text-align:center;margin-bottom:60px}#header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:20px 0;transition:var(--transition)}#header.scrolled{background:rgba(10,22,40,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:12px 0;box-shadow:0 4px 30px rgba(0,0,0,.2)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo-img{height:150px;width:auto;transition:var(--transition);border-radius:6px}#header.scrolled .logo-img{height:95px}.nav-links{display:flex;gap:32px}.nav-links a{color:rgba(255,255,255,.8);font-size:15px;font-weight:500;position:relative;padding:8px 0}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--gold)}.nav-links a.active::after,.nav-links a:hover::after{width:100%}.header-cta{padding:10px 24px;font-size:14px}.hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger span{width:28px;height:2px;background:var(--white);transition:var(--transition);border-radius:2px}.hamburger.active span:first-child{transform:rotate(45deg) translateY(5px) translateX(5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-5px) translateX(5px)}.lang-switcher{display:flex;align-items:center;gap:6px;margin-left:8px}.lang-btn{display:flex;align-items:center;justify-content:center;background:0 0;border:2px solid transparent;border-radius:4px;padding:4px 6px;cursor:pointer;opacity:.5;transition:var(--transition)}.lang-btn:hover{opacity:.8}.lang-btn.active{opacity:1;border-color:var(--gold)}.lang-btn img{display:block;border-radius:2px}.mobile-lang-switcher{margin-bottom:20px;padding:0 16px;justify-content:center}.mobile-lang-switcher .lang-btn{padding:6px 10px}.mobile-lang-switcher .lang-btn img{width:28px;height:19px}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--navy);z-index:999;padding:100px 30px 30px;transition:right .4s cubic-bezier(.4, 0, .2, 1);box-shadow:-10px 0 40px rgba(0,0,0,.3)}.mobile-menu.active{right:0}.mobile-menu ul{display:flex;flex-direction:column;gap:8px}.mobile-menu a{display:block;color:rgba(255,255,255,.8);font-size:18px;font-weight:500;padding:14px 16px;min-height:48px;border-radius:var(--radius);transition:var(--transition);-webkit-tap-highlight-color:transparent}.mobile-menu a:hover{color:var(--gold);background:rgba(74,157,200,.1)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}.hero-bg-ocean{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-bg-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1;pointer-events:none;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,22,40,.95) 0,rgba(10,22,40,.92) 40%,rgba(10,22,40,.55) 65%,rgba(10,22,40,.2) 100%);z-index:1}.hero-particles{position:absolute;inset:0;overflow:hidden;z-index:2}.hero .container{position:relative;z-index:3}.hero-two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-top:80px;min-height:calc(100vh - 80px)}.hero-content{max-width:600px}.hero-subtitle{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:15px;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;background:rgba(74,157,200,.1);padding:10px 20px;border-radius:30px;border:1px solid rgba(74,157,200,.2)}.hero-subtitle i{font-size:18px}.hero h1{font-size:56px;font-weight:800;color:var(--white);line-height:1.15;margin-bottom:24px}.hero p{font-size:17px;color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:40px;max-width:500px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-ship-image{position:relative;height:550px;width:auto;transform:rotate(-30deg);filter:drop-shadow(0 15px 50px rgba(0,0,0,.35))}[data-hero-animate]{opacity:0}[data-hero-animate=fadeInLeft]{opacity:0;transform:translateX(-60px);transition:opacity .8s cubic-bezier(.4, 0, .2, 1),transform .8s cubic-bezier(.4, 0, .2, 1)}[data-hero-animate=fadeInUp]{opacity:0;transform:translateY(50px);transition:opacity .8s cubic-bezier(.4, 0, .2, 1),transform .8s cubic-bezier(.4, 0, .2, 1)}[data-hero-animate].hero-animated{opacity:1;transform:translate(0,0)}.hero-visual.hero-animated .hero-ship-image{animation:shipFloat 5s ease-in-out infinite}@keyframes shipFloat{0%,100%{transform:rotate(-30deg) translateY(0)}50%{transform:rotate(-28deg) translateY(-15px)}}@keyframes particleFloat{0%{transform:translateY(0) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100vh) translateX(50px);opacity:0}}.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2}.mouse{width:28px;height:44px;border:2px solid rgba(255,255,255,.3);border-radius:14px;display:flex;justify-content:center;padding-top:8px}.wheel{width:4px;height:8px;background:var(--gold);border-radius:2px;animation:scroll-wheel 1.5s infinite}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(12px)}}.partners-bar{background:var(--navy-light);padding:25px 0;overflow:hidden}.partners-track{display:flex;gap:60px;animation:marquee 20s linear infinite}.partner-item{display:flex;align-items:center;gap:10px;white-space:nowrap;color:rgba(255,255,255,.4);font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.partner-item a{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;transition:color .3s}.partner-item a:hover{color:var(--gold)}.partner-item i{font-size:20px;color:var(--gold);opacity:.5}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-images{position:relative}.about-img-main{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-img-main img{width:100%;height:500px;object-fit:cover}.about-img-secondary{position:absolute;bottom:-40px;right:-40px;width:240px;border-radius:var(--radius-lg);overflow:hidden;border:6px solid var(--white);box-shadow:var(--shadow-lg)}.about-img-secondary img{width:100%;height:180px;object-fit:cover}.about-experience-badge{position:absolute;top:30px;right:-30px;background:var(--gold);color:var(--navy);padding:24px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-gold)}.exp-number{display:block;font-size:42px;font-weight:800;line-height:1}.exp-text{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.about-text{margin-bottom:20px;font-size:16px;line-height:1.8}.about-features{display:flex;gap:40px;margin:30px 0 35px}.feature-col{display:flex;flex-direction:column;gap:14px}.feature-item{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:var(--text-dark)}.feature-item i{color:var(--gold);font-size:16px}.services{position:relative;background:var(--navy);overflow:hidden}.services-bg{position:absolute;inset:0;background:url('../images/services-bg.jpg') center/cover no-repeat;opacity:.05}.services .container{position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.service-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:40px 28px;transition:var(--transition);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transition:var(--transition)}.service-card:hover{background:rgba(255,255,255,.08);transform:translateY(-8px);border-color:rgba(74,157,200,.2)}.service-card:hover::before{transform:scaleX(1)}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--navy);margin-bottom:24px}.service-card h3{color:var(--white);font-size:22px;font-weight:700;margin-bottom:14px}.service-card p{color:rgba(255,255,255,.6);font-size:15px;line-height:1.7;margin-bottom:16px}.service-list{margin-bottom:20px}.service-list li{color:rgba(255,255,255,.5);font-size:14px;padding:4px 0;padding-left:16px;position:relative}.service-list li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;background:var(--gold);border-radius:50%}.service-link{color:var(--gold);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.service-link:hover{gap:12px}.stats{background:var(--gray-100);padding:80px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.stat-card{text-align:center;padding:40px 20px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.stat-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--navy);font-size:22px}.stat-number{font-size:48px;font-weight:800;color:var(--navy);line-height:1;display:inline}.stat-suffix{font-size:36px;font-weight:800;color:var(--gold);display:inline}.stat-label{font-size:15px;color:var(--text-body);margin-top:8px;font-weight:500}.professional-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.skills-list{margin-top:30px}.skill-item{margin-bottom:22px}.skill-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:15px;font-weight:600;color:var(--text-dark)}.skill-bar{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold));border-radius:4px;width:0;transition:width 1.5s cubic-bezier(.4, 0, .2, 1)}.professional-image{position:relative}.professional-image img{border-radius:var(--radius-lg);width:100%;height:550px;object-fit:cover;box-shadow:var(--shadow-lg)}.image-accent{position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;border:4px solid var(--gold);border-radius:var(--radius-lg);z-index:-1}.why-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-us-image{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.why-us-image img{width:100%;height:480px;object-fit:cover}.globe-overlay{position:absolute;bottom:20px;right:20px;width:80px;height:80px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:var(--navy);box-shadow:var(--shadow-gold);animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.why-us-cards{display:flex;flex-direction:column;gap:24px;margin-top:30px}.why-card{display:flex;gap:20px;padding:24px;background:var(--gray-100);border-radius:var(--radius);transition:var(--transition)}.why-card:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateX(8px)}.why-icon{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:22px}.why-text h4{font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.why-text p{font-size:14px;color:var(--text-body);line-height:1.7}.cta{position:relative;background:url('../images/cta-bg.jpg') center/cover no-repeat;text-align:center}.cta-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,22,40,.93),rgba(26,45,74,.93))}.cta .container{position:relative;z-index:2}.cta h2{font-size:42px;font-weight:800;color:var(--white);margin-bottom:16px}.cta p{font-size:18px;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto 36px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-card{display:flex;gap:20px;padding:24px;background:var(--gray-100);border-radius:var(--radius);transition:var(--transition)}.contact-card:hover{background:var(--white);box-shadow:var(--shadow-md)}.contact-icon{width:52px;height:52px;min-width:52px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:20px}.contact-card h4{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.contact-card p{font-size:14px;color:var(--text-body);line-height:1.7}.contact-card a{color:var(--gold);font-weight:600}.contact-card a:hover{color:var(--gold-dark)}.contact-form-wrapper{background:var(--white);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:16px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-main);font-size:15px;color:var(--text-dark);transition:var(--transition);background:var(--gray-100);outline:0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 4px rgba(74,157,200,.1)}.form-group textarea{resize:vertical;min-height:120px}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a90a2' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;cursor:pointer}.map-section{line-height:0}.map-section iframe{filter:grayscale(.3) contrast(1.1)}.footer{position:relative;background-color:var(--navy);background-image:url('../images/ocean-bg.jpg');background-position:top center;background-repeat:no-repeat;background-size:cover;padding:85px 0 0}.footer-bg-overlay{position:absolute;inset:0;background:rgba(10,22,40,.88);transition:background .3s,opacity .3s}.footer-container{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:50px}.footer-logo{display:inline-block;margin-bottom:20px}.footer-logo-img{height:150px;width:auto;border-radius:6px}.footer-about p{color:rgba(255,255,255,.6);font-size:14px;line-height:1.8;margin-bottom:20px}.footer-col h4{color:var(--gold);font-family:var(--font-main);font-size:22px;font-weight:600;margin-bottom:8px}.footer-divider{width:100px;height:1px;background:rgba(255,255,255,.18);margin-bottom:20px}.footer-icon-list{list-style:none;padding:0;margin:0}.footer-icon-list li{display:flex;align-items:flex-start;gap:8px;padding:7px 0;color:rgba(255,255,255,.65);font-size:14px;line-height:1.6;transition:color .3s}.footer-icon-list li i{color:var(--gold);font-size:12px;margin-top:5px;min-width:14px}.footer-icon-list li a{color:rgba(255,255,255,.65);font-size:14px;transition:color .3s}.footer-icon-list li a:hover,.footer-icon-list li:hover{color:var(--gold)}.footer-cta-text{color:rgba(255,255,255,.6);font-size:14px;line-height:1.8;margin-top:20px;margin-bottom:20px}.footer-cta-btn{padding:16px 36px;font-size:14px;font-weight:600;border-radius:0}.footer-cta-btn:hover{background:var(--white);color:var(--gold);border-color:var(--white)}.footer-transparency{text-align:center;padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.footer-transparency a{color:rgba(255,255,255,.5);font-size:13px;text-transform:uppercase;letter-spacing:1px;transition:color .3s}.footer-transparency a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:20px 0;margin-top:0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:13px}.footer-bottom-right{display:flex;align-items:center;gap:6px}.footer-bottom-right a{color:rgba(255,255,255,.5);font-size:14px;transition:color .3s}.footer-bottom-right a:hover{color:var(--gold)}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgba(10,22,40,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;padding:20px 0;transform:translateY(100%);transition:transform .4s cubic-bezier(.4, 0, .2, 1);border-top:1px solid rgba(74,157,200,.2);display:none}.cookie-banner.visible{display:block;transform:translateY(0)}.cookie-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:24px}.cookie-inner p{color:rgba(255,255,255,.75);font-size:14px;line-height:1.6;flex:1}.cookie-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.cookie-link{color:var(--gold);font-size:14px;font-weight:600;white-space:nowrap}.cookie-link:hover{color:var(--gold-light)}.cookie-accept{padding:10px 24px;font-size:14px}.map-consent{display:flex;align-items:center;justify-content:center;background:var(--navy-light);height:400px}.map-consent-inner{text-align:center;max-width:500px;padding:40px 20px}.map-consent-inner i{font-size:48px;color:var(--gold);margin-bottom:20px;opacity:.5}.map-consent-inner p{color:rgba(255,255,255,.6);font-size:15px;line-height:1.7;margin-bottom:24px}.form-privacy{margin-bottom:20px}.privacy-check{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;color:var(--text-body);line-height:1.5}.privacy-check input[type=checkbox]{margin-top:3px;width:18px;height:18px;min-width:18px;accent-color:var(--gold);cursor:pointer}.privacy-check a{color:var(--gold);font-weight:600}.privacy-check a:hover{color:var(--gold-dark)}.footer-sep{color:rgba(255,255,255,.3);margin:0 8px}.back-to-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--gold);color:var(--navy);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:18px;opacity:0;visibility:hidden;transform:translateY(20px);transition:var(--transition);z-index:99;box-shadow:var(--shadow-gold)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--gold-light);transform:translateY(-3px)}[data-animate]{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.4, 0, .2, 1),transform .8s cubic-bezier(.4, 0, .2, 1)}[data-animate=fade-right]{transform:translateX(-40px)}[data-animate=fade-left]{transform:translateX(40px)}[data-animate].animated{opacity:1;transform:translate(0,0)}@supports (-webkit-touch-callout:none){.hero-bg-video{object-fit:cover}.hero{min-height:-webkit-fill-available}}body,html{overflow-x:hidden}body.menu-open{overflow:hidden}@media (min-width:1400px){.container{max-width:1320px}.hero h1{font-size:64px}.hero-ship-image{height:620px}.section-title{font-size:46px}}@media (max-width:1024px){.hero h1{font-size:44px}.hero-two-col{gap:30px}.hero-ship-image{height:450px}.section-title{font-size:36px}.services-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.professional-grid,.why-us-grid{gap:50px}.contact-grid{gap:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-divider{width:15%}}@media (max-width:768px){.section{padding:70px 0}.header-cta,.nav-links{display:none}.header-inner .lang-switcher:not(.mobile-lang-switcher){margin-left:auto;margin-right:12px}.hamburger{display:flex}.logo-img{height:60px}#header.scrolled .logo-img{height:50px}.hero{min-height:auto}.hero-two-col{grid-template-columns:1fr;padding-top:110px;padding-bottom:80px;min-height:auto}.hero h1{font-size:36px}.hero p{font-size:16px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.hero-visual{margin-top:20px}.hero-ship-image{height:320px}.hero-bg-video{display:none!important}.hero-bg-fallback{display:block!important}.hero-particles{display:none!important}.hero-overlay{background:linear-gradient(to bottom,rgba(10,22,40,.92) 0,rgba(10,22,40,.7) 50%,rgba(10,22,40,.4) 100%)}.hero-scroll{display:none}.about-grid,.contact-grid,.professional-grid,.why-us-grid{grid-template-columns:1fr}.about-images{max-width:500px}.about-img-secondary{right:0;bottom:-20px}.about-experience-badge{right:0}.section-title{font-size:30px}.section-header{margin-bottom:40px}.services-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-number{font-size:36px}.cta h2{font-size:30px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:320px;justify-content:center}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:24px}.map-section iframe{height:300px}.footer{padding:60px 0 0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-divider{width:28%}.footer-bottom-inner{flex-direction:column;gap:10px;text-align:center}.footer-cta-btn{width:100%;justify-content:center}.about-features{flex-direction:column;gap:12px}.professional-image{order:-1}.professional-image img{height:400px}.why-us-image img{height:350px}.image-accent{display:none}.back-to-top{bottom:20px;right:20px;width:42px;height:42px;font-size:16px}.cookie-inner{flex-direction:column;text-align:center;gap:16px}.cookie-actions{width:100%;justify-content:center}.map-consent{height:300px}}@media (max-width:480px){.container{padding:0 16px}.hero h1{font-size:28px}.hero-two-col{padding-top:100px;padding-bottom:60px}.hero-ship-image{height:220px}.hero-subtitle{font-size:11px;letter-spacing:1.5px;padding:8px 14px}.hero p{font-size:15px}.logo-img{height:50px}#header.scrolled .logo-img{height:42px}.section{padding:50px 0}.section-title{font-size:24px}.section-desc{font-size:15px}.about-img-main img{height:350px}.about-experience-badge{padding:16px}.exp-number{font-size:32px}.service-card{padding:28px 20px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:24px 12px}.stat-number{font-size:30px}.why-card{flex-direction:column;gap:14px}.contact-card{flex-direction:column;gap:14px}.cta h2{font-size:24px}.cta p{font-size:15px}.map-section iframe{height:250px}.footer-logo-img{height:65px}.footer-col h4{font-size:20px}.partners-bar{display:none}.mobile-menu{width:100%}}@media (max-width:360px){.hero h1{font-size:24px}.hero-ship-image{height:180px}.btn-lg{padding:14px 24px;font-size:14px}.section-title{font-size:22px}.stat-number{font-size:26px}.stat-icon{width:44px;height:44px;font-size:18px}}