@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{font-family:Newsreader,serif;background:#fff;color:#fff;overflow-x:hidden}.app{width:100vw;min-height:100vh;display:flex;flex-direction:column}.content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;color:#000}.navbar{background:#0b2f48;vertical-align:middle;display:flex;justify-content:space-between;flex-direction:row;padding:0 4rem;gap:2rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:sticky;top:0;z-index:1000}.navbar-content{width:100%;padding:1rem 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.navbar-logo{display:flex;align-items:center;flex-direction:row;gap:.7rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);border-radius:8px;padding:.5rem;position:relative;overflow:hidden;z-index:1001}.navbar-logo:hover{transform:translateY(-2px)}.navbar-logo:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .5s cubic-bezier(.25,.46,.45,.94)}.navbar-logo:hover:before{left:100%}.navbar-logo img{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.navbar-logo:hover img{transform:rotate(5deg) scale(1.05)}.navbar-title{font-size:1.5rem;font-weight:bolder;color:#fff;padding-top:4px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.navbar-logo:hover .navbar-title{color:#f0f0f0;transform:translate(2px)}.navbar-links{display:flex;flex-direction:row;gap:1.5rem;align-items:center}.navbar-links a{color:#d8d8d8;font-size:1.2rem;height:fit-content;text-decoration:none;position:relative;padding:.5rem;border-radius:6px;transition:all .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.navbar-links a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#206f81,#1d8ca1);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:translate(-50%)}.navbar-links a:hover:before{width:80%}.navbar-links a:hover{color:#fff;transform:translateY(-2px)}.navbar-mobile-controls{display:none;flex-direction:row;align-items:center;gap:1rem;z-index:1001}.navbar-desktop-lang{display:flex;align-items:center}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{display:block;height:2px;width:100%;background:#d8d8d8;border-radius:2px;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform-origin:center}.hamburger span:nth-child(1){margin-bottom:6px}.hamburger span:nth-child(2){margin-bottom:6px}.hamburger:hover span{background:#fff}.hamburger-open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-open span:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 1024px){.navbar{padding:0 2rem}.navbar-links{gap:1rem}.navbar-links a{font-size:1.1rem}}@media (max-width: 768px){.navbar{padding:0 1rem}.navbar-desktop-lang{display:none}.navbar-mobile-controls{display:flex}.navbar-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#0b2f48fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:1000}.navbar-links-open{right:0}.navbar-links a{font-size:1.5rem;padding:1rem 2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);min-width:200px;text-align:center;transform:translate(50px);opacity:0;animation:slideInFromRight .6s ease forwards}.navbar-links-open a{animation:slideInFromRight .6s ease forwards}.navbar-links a:nth-child(1){animation-delay:.1s}.navbar-links a:nth-child(2){animation-delay:.2s}.navbar-links a:nth-child(3){animation-delay:.3s}.navbar-links a:nth-child(4){animation-delay:.4s}.navbar-links a:nth-child(5){animation-delay:.5s}.navbar-links a:hover{background:#1d8ca133;border-color:#1d8ca166;transform:translate(0) scale(1.05)}}@media (max-width: 480px){.navbar-title{font-size:1.3rem}.navbar-logo img{height:30px}}@keyframes slideInFromRight{to{transform:translate(0);opacity:1}}@media (hover: hover){.navbar-logo:hover,.navbar-links a:hover{transition:all .3s cubic-bezier(.25,.46,.45,.94)}}.language-switcher{display:flex;align-items:center;justify-content:center;width:44px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.language-switcher:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.language-switcher.clicked{transform:scale(.95)}.language-content{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.globe-icon{position:absolute;color:#d8d8d8;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translateY(0)}.globe-icon.slide-up{transform:translateY(-25px);opacity:0}.language-text{position:absolute;color:#fff;font-size:12px;font-weight:700;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translateY(25px);opacity:0}.language-text.slide-down{transform:translateY(0);opacity:1}.logo-icon-with-text{display:flex;align-items:center;border-radius:8px;overflow:hidden;transition:width .6s cubic-bezier(.25,.46,.45,.94);width:50px;height:50px;cursor:pointer;position:relative;--expanded-width: 200px}.logo-icon-with-text:hover{width:var(--expanded-width)}.logo-icon-container{display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0;position:relative;z-index:2}.logo-icon-svg{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(65%) sepia(12%) saturate(347%) hue-rotate(75deg) brightness(95%) contrast(89%);transition:transform .6s cubic-bezier(.25,.46,.45,.94);transform-origin:center}.logo-icon-with-text:hover .logo-icon-svg{animation:tiltExpandReturn .6s cubic-bezier(.25,.46,.45,.94);transform:rotate(0)}.logo-icon-with-text:not(:hover) .logo-icon-svg{animation:tiltCollapseReturn .6s cubic-bezier(.25,.46,.45,.94);transform:rotate(0)}@keyframes tiltExpandReturn{0%{transform:rotate(0)}50%{transform:rotate(-15deg)}to{transform:rotate(0)}}@keyframes tiltCollapseReturn{0%{transform:rotate(0)}50%{transform:rotate(15deg)}to{transform:rotate(0)}}.logo-text-container{position:absolute;left:40px;top:50%;transform:translateY(-50%);display:flex;align-items:center;padding-left:8px;opacity:0;transition:all .6s cubic-bezier(.25,.46,.45,.94);white-space:nowrap;z-index:1;pointer-events:none}.logo-icon-with-text:hover .logo-text-container{opacity:1;left:48px;pointer-events:auto}.logo-icon-text{color:#a3b5a3;font-size:14px;font-weight:500;transform:translate(-30px);transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.logo-icon-with-text:hover .logo-icon-text{transform:translate(0)}.logo-icon-with-text:hover .logo-icon-text{animation:emergeFromBehind .6s cubic-bezier(.25,.46,.45,.94)}.logo-icon-with-text:not(:hover) .logo-icon-text{animation:hideBehinds .6s cubic-bezier(.25,.46,.45,.94)}@keyframes emergeFromBehind{0%{opacity:0;transform:translate(-30px) scale(.8)}30%{opacity:.3;transform:translate(-15px) scale(.9)}70%{opacity:.8;transform:translate(-3px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes hideBehinds{0%{opacity:1;transform:translate(0) scale(1)}30%{opacity:.8;transform:translate(-3px) scale(.98)}70%{opacity:.3;transform:translate(-15px) scale(.9)}to{opacity:0;transform:translate(-30px) scale(.8)}}.footer{background:#0b2f48;color:#fff;padding:3rem 2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.footer-section:first-child{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;max-width:1200px;margin:0 auto;width:100%}.footer-section:last-child{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.footer-columns{display:flex;flex-direction:column;gap:0rem;flex:0;min-width:200px}.footer-title{flex:2;max-width:400px}.footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.footer-logo img{transition:transform .3s ease}.footer-logo:hover img{transform:rotate(5deg) scale(1.05)}.footer-name{font-size:1.8rem;font-weight:700;color:#fff}.footer-slogan{font-size:1rem;line-height:1.6;color:#a3b5a3;margin-bottom:2rem}.footer-widgets{display:flex;flex-direction:row;gap:.8rem}.footer-small-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid #1D8CA1;width:fit-content}.footer-columns a{color:#a3b5a3;text-decoration:none;font-size:1rem;transition:all .3s ease;padding:.3rem 0;border-radius:4px;position:relative}.footer-columns a:hover{color:#fff;transform:translate(5px)}.footer-columns a:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:2px;background:#1d8ca1;transition:width .3s ease}.footer-columns a:hover:before{width:6px}.info-row{display:flex;align-items:center;gap:.8rem;color:#a3b5a3;font-size:.95rem;padding:.3rem 0;transition:all .3s ease}.info-row:hover{color:#fff;transform:translate(3px)}.info-row svg{flex-shrink:0;transition:transform .3s ease}.info-row:hover svg{transform:scale(1.1)}.footer-divisor{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);margin:1rem 0}.footer-text{color:#a3b5a3;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#a3b5a3;text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative}.footer-links a:hover{color:#1d8ca1}.footer-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#1d8ca1;transition:width .3s ease}.footer-links a:hover:after{width:100%}@media (max-width: 768px){.footer{padding:2rem 1.5rem 1rem}.footer-section:first-child{flex-direction:column;gap:2rem;text-align:center;justify-content:center;align-items:center}.footer-section:last-child{flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.footer-columns{align-items:center;text-align:center;width:100%}.footer-title{max-width:100%;align-items:center}.footer-small-title{align-self:center}.footer-links{flex-direction:column;gap:1rem;align-items:center;justify-content:center}.footer-widgets{align-items:center}.info-row{justify-content:center}}@media (max-width: 480px){.footer{padding:1.5rem 1rem 1rem}.footer-section:first-child{gap:1.5rem;align-items:center}.footer-logo{flex-direction:column;gap:.5rem}.footer-name{font-size:1.5rem}.footer-slogan{font-size:.9rem;margin-bottom:1.5rem}.footer-small-title{font-size:1.1rem;align-self:center}.footer-columns{align-items:center;text-align:center;width:100%}.footer-columns a{font-size:.9rem;align-self:center}.info-row{font-size:.85rem;flex-direction:column;gap:.3rem;text-align:center;align-self:center;justify-content:center}.info-row span{text-align:center}.footer-text{font-size:.8rem}.footer-links{justify-content:center}.footer-links a{font-size:.8rem}}@media (min-width: 1200px){.footer{padding:4rem 2rem 2rem}.footer-section:first-child{gap:4rem}}@media (hover: hover){.footer-logo:hover,.footer-columns a:hover,.info-row:hover,.footer-links a:hover{transition:all .3s ease}}.home{width:100%}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem}.home-hero-section{position:relative;height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:url(/assets/content/Ship.jpeg) no-repeat center center/cover}.home-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0b2f48b3}.home-hero-content{position:relative;z-index:2;max-width:800px;animation:fadeIn 1.5s ease-in-out}.home-hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.home-hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.home-hero-buttons{display:flex;justify-content:center;gap:1rem}.home-services-overview,.home-innovation,.home-cta-section{padding:5rem 0}.home-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.home-section-subtitle{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-service-card{background:#fff;padding:2.5rem 2rem;text-align:center;border-radius:12px;box-shadow:0 10px 30px #00000012;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:1px solid #f1f5f9}.home-service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.home-service-icon{height:80px;width:80px;margin:0 auto 1.5rem;background:linear-gradient(45deg,#0b2f48,#1d8ca1);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0b2f4833}.home-service-title{font-size:1.5rem;font-weight:600;color:#0b2f48;margin-bottom:1rem}.home-service-description{font-size:1rem;line-height:1.6;color:#64748b}.home-why-choose-us{background:linear-gradient(135deg,#0b2f48,#1d8ca1);color:#fff;padding:6rem 0;text-align:center}.home-section-title-light{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.home-section-subtitle-light{font-size:1.2rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.9}.home-features-grid{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem}.home-feature-item{display:flex;flex-direction:column}.home-feature-number{font-size:3rem;font-weight:700;color:#4ecdc4}.home-feature-label{font-size:1rem;opacity:.8}.home-innovation{background-color:#f8fafc}.home-innovation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-innovation-card{background:#fff;padding:2.5rem 2rem;text-align:center;border-radius:12px;box-shadow:0 10px 30px #00000012;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(45deg,#0b2f48,#1d8ca1);background-origin:border-box;background-clip:content-box,border-box}.home-innovation-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.home-innovation-icon{height:80px;width:80px;margin:0 auto 1.5rem;color:#1d8ca1;display:flex;align-items:center;justify-content:center}.home-innovation-title{font-size:1.4rem;font-weight:600;color:#0b2f48;margin-bottom:1rem}.home-innovation-description{font-size:1rem;line-height:1.6;color:#64748b}.home-cta-section{background:#eef7f7;text-align:center}.home-cta-title{font-size:2.2rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.home-cta-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:2rem}.home-btn-primary,.home-btn-secondary,.home-btn-primary-light,.home-btn-primary-large{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.home-btn-primary{background:linear-gradient(45deg,#0b2f48,#1d8ca1);color:#fff}.home-btn-primary:hover{background:linear-gradient(45deg,#1d8ca1,#4ecdc4);transform:translateY(-2px);box-shadow:0 10px 25px #0b2f484d}.home-btn-secondary{background:transparent;color:#fff;border-color:#fff}.home-btn-secondary:hover{background:linear-gradient(45deg,#0b2f48,#1d8ca1);color:#fff;border-color:transparent}.home-btn-primary-light{background:#fff;color:#0b2f48;border:2px solid white}.home-btn-primary-light:hover{background:linear-gradient(45deg,#0b2f48,#1d8ca1);color:#fff;transform:translateY(-2px)}.home-btn-primary-large{background:linear-gradient(45deg,#0b2f48,#1d8ca1);color:#fff;padding:1.2rem 3rem;font-size:1.1rem}.home-btn-primary-large:hover{background:linear-gradient(45deg,#1d8ca1,#4ecdc4);transform:translateY(-2px);box-shadow:0 15px 35px #0b2f484d}@media (max-width: 992px){.home-hero-title{font-size:3rem}.home-hero-subtitle{font-size:1.2rem}.home-services-grid,.home-innovation-grid{grid-template-columns:1fr}.home-features-grid{gap:2rem}}@media (max-width: 768px){.home-hero-section{height:80vh}.home-hero-title{font-size:2.5rem}.home-hero-subtitle{font-size:1.1rem}.home-section-title,.home-section-title-light{font-size:2rem}.home-features-grid{flex-direction:column;align-items:center}.home-feature-number{font-size:2.5rem}.home-innovation-card{margin-bottom:1rem}}@media (max-width: 480px){.home-container{padding:0 1rem}.home-hero-section{height:70vh}.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:1rem}.home-hero-buttons{flex-direction:column;align-items:center}.home-btn-primary,.home-btn-secondary{width:80%}.home-services-overview,.home-innovation,.home-cta-section{padding:3rem 0}.home-why-choose-us{padding:4rem 0}.home-service-card,.home-innovation-card{padding:2rem 1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.title{font-size:2.5rem;font-weight:700;text-align:center;margin:.8rem 0;position:relative;display:inline-block;width:100%;line-height:1.5}.title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#1d8ca1,#4ecdc4,#1d8ca1);border-radius:2px;animation:expandUnderline 1.5s ease-out .1s forwards;box-shadow:0 2px 8px #1d8ca14d}@keyframes expandUnderline{0%{width:0;opacity:0}50%{opacity:1}to{width:120px;opacity:1}}.learn-more{display:flex;align-items:center;background:#0b2f48;border-radius:4px;color:#fff;font-size:1rem;transition:all .3s ease;border:2px solid transparent;font-weight:700}.learn-more:hover{background:transparent;color:#0b2f48;border-color:#0b2f48}.learn-more:hover path{stroke:#0b2f48}.page-hero{background:linear-gradient(135deg,#0b2f48,#1a4a5c);color:#fff;padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/content/Ship.jpeg) center/cover;opacity:.4;z-index:1}.page-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;width:100%}.page-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#4ecdc4,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1.2}.page-hero-subtitle{font-size:1.2rem;line-height:1.6;color:#d8d8d8;margin:0}.subtitle{font-size:1.2rem;color:#d8d8d8;text-align:center;margin-top:.5rem;max-width:800px;padding:0 1rem}.page-hero--large{padding:6rem 2rem 4rem}.page-hero--large .page-hero-title{font-size:3.5rem;margin-bottom:1.5rem}.page-hero--large .page-hero-subtitle{font-size:1.3rem}.page-hero--compact{padding:3rem 2rem 2rem}.page-hero--compact .page-hero-title{font-size:2.5rem}.page-hero--compact .page-hero-subtitle{font-size:1.1rem}.page-hero--news:before{opacity:.45}.page-hero--about:before{opacity:.6}.page-hero--services:before{opacity:.5}.page-hero--faq:before{opacity:.3}.page-hero--custom-bg:before{background-image:var(--hero-bg-image)}.page-hero--left{text-align:left}.page-hero--left .page-hero-content{margin:0;max-width:1200px}.page-hero--right{text-align:right}.page-hero--right .page-hero-content{margin:0 0 0 auto;max-width:1200px}.page-hero--dark{background:linear-gradient(135deg,#0b2f48,#1a3a4a)}.page-hero--light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#0b2f48}.page-hero--light .page-hero-title{background:linear-gradient(45deg,#1d8ca1,#0b2f48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-hero--light .page-hero-subtitle{color:#666}.page-hero--light:before{display:none}@media (min-width: 1400px){.page-hero{padding:5rem 2rem 4rem}.page-hero--large{padding:8rem 2rem 6rem}.page-hero-title{font-size:3.5rem}.page-hero--large .page-hero-title{font-size:4rem}.page-hero-subtitle{font-size:1.3rem}.page-hero--large .page-hero-subtitle{font-size:1.4rem}.subtitle{font-size:1.3rem}}@media (min-width: 1200px) and (max-width: 1399px){.page-hero{padding:4.5rem 2rem 3.5rem}.page-hero--large{padding:7rem 2rem 5rem}.page-hero-title{font-size:3.2rem}.page-hero--large .page-hero-title{font-size:3.8rem}.subtitle{font-size:1.3rem}}@media (max-width: 1024px){.page-hero{padding:4rem 2rem 3rem}.page-hero--large{padding:5rem 2rem 4rem}.page-hero--compact{padding:2.5rem 2rem 2rem}.page-hero-title{font-size:2.8rem}.page-hero--large .page-hero-title{font-size:3.2rem}.page-hero--compact .page-hero-title{font-size:2.3rem}.page-hero-subtitle,.subtitle{font-size:1.1rem}.page-hero--large .page-hero-subtitle{font-size:1.2rem}}@media (max-width: 768px){.page-hero{padding:3rem 1.5rem 2rem}.page-hero--large{padding:4rem 1.5rem 3rem}.page-hero--compact{padding:2rem 1.5rem 1.5rem}.page-hero-title{font-size:2.2rem;margin-bottom:.8rem}.page-hero--large .page-hero-title{font-size:2.8rem;margin-bottom:1.2rem}.page-hero--compact .page-hero-title{font-size:2rem}.page-hero-subtitle{font-size:1rem}.subtitle{font-size:1rem;padding:0 .5rem}.page-hero--large .page-hero-subtitle{font-size:1.1rem}.page-hero--compact .page-hero-subtitle{font-size:.95rem}.page-hero--left,.page-hero--right{text-align:center}}@media (max-width: 640px){.page-hero{padding:2.5rem 1rem 1.8rem}.page-hero--large{padding:3rem 1rem 2rem}.page-hero--compact{padding:1.8rem 1rem 1.3rem}.page-hero-title{font-size:2rem}.page-hero--large .page-hero-title{font-size:2.4rem}.subtitle{font-size:1rem;padding:0 .5rem}.page-hero--compact .page-hero-title{font-size:1.8rem}.page-hero-subtitle{font-size:.95rem}.page-hero--large .page-hero-subtitle{font-size:1rem}.page-hero--compact .page-hero-subtitle{font-size:.9rem}}@media (max-width: 480px){.page-hero{padding:2rem 1rem 1.5rem}.page-hero--large{padding:2.5rem 1rem 2rem}.page-hero--compact{padding:1.5rem 1rem 1rem}.page-hero-title{font-size:1.8rem;line-height:1.3}.page-hero--large .page-hero-title{font-size:2.2rem}.page-hero--compact .page-hero-title{font-size:1.6rem}.page-hero-subtitle{font-size:.9rem;line-height:1.5}.subtitle{font-size:.9rem;padding:0}.page-hero--large .page-hero-subtitle{font-size:1rem}.page-hero--compact .page-hero-subtitle{font-size:.85rem}}@media (max-width: 320px){.page-hero{padding:1.5rem .8rem 1rem}.page-hero--large{padding:2rem .8rem 1.5rem}.page-hero--compact{padding:1.2rem .8rem .8rem}.page-hero-title{font-size:1.5rem}.page-hero--large .page-hero-title{font-size:1.8rem}.page-hero--compact .page-hero-title{font-size:1.4rem}.page-hero-subtitle{font-size:.8rem}.page-hero--large .page-hero-subtitle{font-size:.9rem}.page-hero--compact .page-hero-subtitle{font-size:.75rem}}@media (prefers-reduced-motion: reduce){.page-hero-title{animation:none}}@media (prefers-contrast: high){.page-hero{background:#000;color:#fff}.page-hero:before{opacity:.1}.page-hero-title{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-hero--light{background:#fff;color:#000}.page-hero--light .page-hero-title{background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}.page-hero:focus-within{outline:2px solid #4ECDC4;outline-offset:4px}@media print{.page-hero:before{display:none}.page-hero{background:#fff!important;color:#000!important;padding:2rem 1rem!important}.page-hero-title{background:#000!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}}.page-hero--no-padding-top{padding-top:0}.page-hero--no-padding-bottom{padding-bottom:0}.page-hero--extra-padding{padding:6rem 2rem 5rem}.page-hero--high-z{z-index:100}.page-hero--low-z{z-index:1}.page-hero--narrow .page-hero-content{max-width:600px}.page-hero--wide .page-hero-content{max-width:1000px}.page-hero--full .page-hero-content{max-width:none}.about{background:#fff;color:#0b2f48;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.about-hero{background:linear-gradient(135deg,#0b2f48,#1a4a5c);color:#fff;padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/content/Ship.jpeg) center/cover;opacity:.6;z-index:1}.about-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.about-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#4ecdc4,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.about-hero-subtitle{font-size:1.3rem;line-height:1.6;color:#d8d8d8;margin:0}.about-story-section{padding:5rem 2rem;background:#f8fafc}.about-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-content h2{font-size:2.5rem;font-weight:700;color:#0b2f48;margin-bottom:2rem;position:relative}.about-story-content h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#1d8ca1,#4ecdc4);border-radius:2px}.about-story-text{margin-bottom:3rem}.about-story-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.about-story-text p:last-child{margin-bottom:0}.about-story-stats{display:flex;gap:2rem}.about-stat-item{text-align:center;padding:1.5rem;border-radius:12px;transition:all .3s ease;flex:1}.about-stat-item:hover{transform:translateY(-4px)}.about-stat-number{display:block;font-size:2.5rem;font-weight:700;color:#1d8ca1;margin-bottom:.5rem}.about-stat-label{display:block;font-size:.9rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.about-story-carousel{height:400px;border-radius:12px;overflow:hidden}.about-foundation-section{padding:5rem 2rem;background:#fff}.about-foundation-container{max-width:1200px;margin:0 auto}.about-section-header{text-align:center;margin-bottom:4rem}.about-section-header h2{font-size:2.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.about-section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.about-foundation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.about-foundation-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.about-foundation-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.about-foundation-icon{width:80px;height:80px;background:linear-gradient(135deg,#174c57,#1d8ca1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;transition:all .3s ease}.about-foundation-card:hover .about-foundation-icon{transform:scale(1.1);box-shadow:0 8px 24px #1d8ca14d}.about-foundation-card h3{font-size:1.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.about-foundation-card p{color:#666;line-height:1.6;font-size:1rem}.about-team-section{padding:5rem 2rem;background:#f8fafc}.about-team-container{max-width:1200px;margin:0 auto}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about-certifications-section{padding:5rem 2rem;background:#fff}.about-certifications-container{max-width:1200px;margin:0 auto}.about-certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-certification-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.about-certification-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.about-certification-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;transition:all .3s ease}.about-certification-card:hover .about-certification-icon{transform:scale(1.05);background:#e2e8f0}.about-certification-icon img{width:60px;height:60px;object-fit:contain}.about-certification-card h3{font-size:1.3rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.about-certification-card p{color:#666;line-height:1.6;font-size:.9rem}@media (max-width: 1024px){.about-story-container{gap:3rem}.about-story-carousel{height:350px}.about-foundation-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.about-hero{padding:4rem 1.5rem 3rem}.about-title{font-size:2.8rem}.about-hero-subtitle{font-size:1.1rem}.about-story-section{padding:3rem 1.5rem}.about-story-container{grid-template-columns:1fr;gap:3rem}.about-story-content h2{font-size:2.2rem;text-align:center}.about-story-content h2:after{left:50%;transform:translate(-50%)}.about-story-text{text-align:center;margin-bottom:2.5rem}.about-story-stats{justify-content:center;flex-wrap:wrap}.about-story-carousel{height:300px;order:-1}.about-foundation-section,.about-team-section,.about-certifications-section{padding:3rem 1.5rem}.about-section-header{margin-bottom:3rem}.about-section-header h2{font-size:2.2rem}.about-foundation-grid{grid-template-columns:1fr;gap:1.5rem}.about-foundation-card{padding:2rem}.about-team-grid,.about-certifications-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 480px){.about-hero{padding:3rem 1rem 2rem}.about-title{font-size:2.2rem}.about-hero-subtitle{font-size:1rem}.about-story-section,.about-foundation-section,.about-team-section,.about-certifications-section{padding:2rem 1rem}.about-story-container{gap:2rem}.about-story-content h2{font-size:1.8rem;margin-bottom:1.5rem}.about-story-text p{font-size:1rem;line-height:1.6}.about-story-stats{flex-direction:column;gap:1rem}.about-stat-item{padding:1.2rem}.about-stat-number{font-size:2rem}.about-stat-label{font-size:.8rem}.about-story-carousel{height:250px}.about-section-header h2{font-size:1.8rem}.about-section-header p{font-size:1rem}.about-foundation-card{padding:1.5rem}.about-foundation-icon{width:60px;height:60px}.about-foundation-card h3{font-size:1.3rem}.about-team-grid,.about-certifications-grid{grid-template-columns:1fr}.about-certification-card{padding:1.5rem}}@media (max-width: 320px){.about-hero{padding:2rem .5rem 1.5rem}.about-title{font-size:1.8rem}.about-story-section,.about-foundation-section,.about-team-section,.about-certifications-section{padding:1.5rem .5rem}.about-story-carousel{height:200px}}@media (min-width: 1200px){.about-hero{padding:8rem 2rem 6rem}.about-story-section,.about-foundation-section,.about-team-section,.about-certifications-section{padding:6rem 2rem}.about-story-container{gap:5rem}.about-story-carousel{height:450px}}@media (prefers-reduced-motion: reduce){.about-stat-item,.about-foundation-card,.about-certification-card{transition:none}}.about-stat-item:focus,.about-foundation-card:focus,.about-certification-card:focus{outline:2px solid #1D8CA1;outline-offset:2px}.image-carousel{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001f;background:#f8f9fa}.carousel-container{position:relative;width:100%;height:100%;overflow:hidden}.carousel-track{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.carousel-slide{min-width:100%;height:100%;position:relative}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0;z-index:2;color:#0b2f48;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026}.carousel-arrow.visible{opacity:1}.carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.carousel-arrow-prev{left:16px}.carousel-arrow-next{right:16px}.carousel-indicators{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.indicator{width:40px;height:4px;background:#ffffff4d;border-radius:2px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.indicator:hover{background:#ffffff80;transform:scaleY(1.2)}.indicator.active{background:#fff6}.indicator-progress{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:2px;transition:width .05s linear}.carousel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#666;font-size:1rem;border-radius:12px}@media (max-width: 768px){.carousel-arrow{width:40px;height:40px;opacity:1}.carousel-arrow-prev{left:12px}.carousel-arrow-next{right:12px}.carousel-indicators{bottom:12px;gap:6px}.indicator{width:32px;height:3px}}@media (max-width: 480px){.carousel-arrow{width:36px;height:36px}.carousel-arrow-prev{left:8px}.carousel-arrow-next{right:8px}.carousel-indicators{bottom:8px;gap:4px}.indicator{width:24px;height:3px}}.carousel-arrow:focus,.indicator:focus{outline:2px solid #1D8CA1;outline-offset:2px}@media (prefers-contrast: high){.carousel-arrow{background:#fff;color:#000;border:2px solid black}.indicator{background:#00000080}.indicator-progress{background:#fff}}@media (prefers-reduced-motion: reduce){.carousel-track,.carousel-arrow,.indicator,.indicator-progress{transition:none}}.about-team-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f;transition:all .3s ease;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column}.about-team-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.about-team-image-container{position:relative;width:100%;height:280px;overflow:hidden}.about-team-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.about-team-card:hover .about-team-image{transform:scale(1.05)}.about-team-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0b2f48cc,#1d8ca1cc);opacity:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.about-team-card:hover .about-team-overlay{opacity:1}.about-team-social{display:flex;gap:1rem}.about-team-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffffe6;border-radius:50%;color:#0b2f48;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-team-social-link:hover{background:#fff;transform:scale(1.1);color:#1d8ca1}.about-team-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.about-team-name{font-size:1.3rem;font-weight:700;color:#0b2f48;margin-bottom:.5rem}.about-team-role{font-size:1rem;color:#1d8ca1;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.about-team-description{font-size:.9rem;color:#666;line-height:1.6;flex-grow:1}@media (max-width: 768px){.about-team-image-container{height:240px}.about-team-info{padding:1.2rem}.about-team-name{font-size:1.2rem}.about-team-role{font-size:.9rem}.about-team-description{font-size:.85rem}}@media (max-width: 480px){.about-team-image-container{height:200px}.about-team-info{padding:1rem}.about-team-name{font-size:1.1rem}.about-team-social{gap:.8rem}.about-team-social-link{width:40px;height:40px}}.news{background:#fff;color:#0b2f48;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.news-hero{background:linear-gradient(135deg,#0b2f48,#1a4a5c);color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.news-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/content/Ship.jpeg) center/cover;opacity:.45;z-index:1}.news-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.news-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#4ecdc4,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.news-subtitle{font-size:1.3rem;color:#d8d8d8;margin:0;margin-top:.5rem}.news-filters-section{background:#f8fafc;padding:2rem;border-bottom:1px solid #e2e8f0}.news-filters-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.news-search{flex:1;max-width:400px}.news-search-input{position:relative;display:flex;align-items:center}.news-search-input svg{position:absolute;left:1rem;color:#666;z-index:1}.news-search-input input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease;color:#666}.news-search-input input:focus{outline:none;border-color:#1d8ca1;box-shadow:0 0 0 3px #1d8ca11a}.news-filters{display:flex;gap:1rem}.news-category-filter select,.news-sort-filter select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#666;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:150px}.news-category-filter select:focus,.news-sort-filter select:focus{outline:none;border-color:#1d8ca1;box-shadow:0 0 0 3px #1d8ca11a}.news-content{padding:3rem 2rem}.news-container{max-width:1200px;margin:0 auto}.news-section-title{font-size:2rem;font-weight:700;color:#0b2f48;margin-bottom:2rem;position:relative;padding-left:2rem}.news-section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:2rem;background:linear-gradient(135deg,#1d8ca1,#4ecdc4);border-radius:2px}.news-featured-section{margin-bottom:4rem}.news-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.news-regular-section{margin-bottom:2rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.news-no-results{text-align:center;padding:4rem 2rem;color:#666}.news-no-results-icon{margin-bottom:1rem;color:#ccc}.news-no-results h3{font-size:1.5rem;margin-bottom:.5rem;color:#0b2f48}.news-no-results p{font-size:1rem}@media (max-width: 1024px){.news-filters-container{flex-direction:column;align-items:stretch;gap:1.5rem}.news-search{max-width:none}.news-filters{justify-content:center}.news-featured-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.news-hero{padding:3rem 1.5rem}.news-title{font-size:2.2rem}.news-subtitle{font-size:1rem}.news-filters-section{padding:1.5rem}.news-filters{flex-direction:column;gap:1rem}.news-category-filter select,.news-sort-filter select{width:100%;min-width:unset}.news-content{padding:2rem 1.5rem}.news-section-title{font-size:1.7rem;padding-left:1.5rem}.news-section-title:before{height:1.5rem}.news-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.news-hero{padding:2rem 1rem}.news-title{font-size:1.8rem}.news-subtitle{font-size:.9rem}.news-filters-section{padding:1rem}.news-search-input input{padding:.6rem .8rem .6rem 2.5rem;font-size:.9rem}.news-category-filter select,.news-sort-filter select{padding:.6rem .8rem;font-size:.9rem}.news-content{padding:1.5rem 1rem}.news-section-title{font-size:1.4rem;padding-left:1rem;margin-bottom:1.5rem}.news-section-title:before{height:1.2rem;width:3px}.news-featured-section{margin-bottom:3rem}.news-no-results{padding:3rem 1rem}.news-no-results h3{font-size:1.3rem}}@media (max-width: 320px){.news-hero{padding:1.5rem .8rem}.news-title{font-size:1.5rem}.news-filters-section{padding:.8rem}.news-content{padding:1rem .5rem}}@media (min-width: 1200px){.news-hero{padding:6rem 2rem}.news-content{padding:4rem 2rem}.news-featured-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.news-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}}@media (prefers-reduced-motion: reduce){.news-search-input input,.news-category-filter select,.news-sort-filter select{transition:none}}.news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.news-card-featured{border:2px solid #1D8CA1;background:linear-gradient(135deg,#fff,#f8fafc)}.news-card-image{position:relative;width:100%;height:200px;overflow:hidden}.news-card-featured .news-card-image{height:250px}.news-card-img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.news-card:hover .news-card-img{transform:scale(1.05)}.news-card-category{position:absolute;top:12px;left:12px;z-index:2}.news-category-tag{padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-category-industry{background:#1d8ca1e6;color:#fff}.news-category-company{background:#0b2f48e6;color:#fff}.news-category-technology{background:#4ecdc4e6;color:#0b2f48}.news-category-sustainability{background:#22c55ee6;color:#fff}.news-category-safety{background:#ef4444e6;color:#fff}.news-featured-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.news-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#666}.news-card-date{font-weight:500}.news-card-author{color:#1d8ca1;font-weight:600}.news-card-title{font-size:1.25rem;font-weight:700;color:#0b2f48;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card-featured .news-card-title{font-size:1.4rem}.news-card-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-size:.95rem}.news-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.news-card-read-time{font-size:.8rem;color:#888;font-weight:500}.news-card-read-more{background:none;border:none;color:#1d8ca1;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:8px}.news-card-read-more:hover{background:#1d8ca11a;transform:translate(4px)}@media (max-width: 768px){.news-card-image{height:180px}.news-card-featured .news-card-image{height:220px}.news-card-content{padding:1.2rem}.news-card-title{font-size:1.1rem}.news-card-featured .news-card-title{font-size:1.25rem}.news-card-meta{flex-direction:column;align-items:flex-start;gap:.3rem}}@media (max-width: 480px){.news-card-image{height:160px}.news-card-featured .news-card-image{height:200px}.news-card-content{padding:1rem}.news-card-title{font-size:1rem}.news-card-excerpt{font-size:.9rem}}.news-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1000;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.news-modal-container{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 24px 64px #0003;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.news-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-modal-close:hover{background:#fff;transform:scale(1.1)}.news-modal-content{overflow-y:auto;max-height:90vh}.news-modal-header{position:relative}.news-modal-image{position:relative;width:100%;height:300px;overflow:hidden}.news-modal-image img{width:100%;height:100%;object-fit:cover}.news-modal-category{position:absolute;top:1rem;left:1rem}.news-modal-meta{padding:2rem;background:linear-gradient(135deg,#fffffff2,#f8fafcf2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-modal-title{font-size:2rem;font-weight:700;color:#0b2f48;margin-bottom:1rem;line-height:1.3}.news-modal-info{display:flex;gap:1.5rem;font-size:.9rem;color:#666;flex-wrap:wrap}.news-modal-date,.news-modal-author,.news-modal-read-time{font-weight:500}.news-modal-author{color:#1d8ca1;font-weight:600}.news-modal-body{padding:2rem}.news-modal-text{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:2rem}.news-modal-text p{margin-bottom:1.5rem}.news-modal-text p:last-child{margin-bottom:0}.news-modal-tags{margin-bottom:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.news-modal-tags h3{font-size:1.2rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.news-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.news-tag{background:#f1f5f9;color:#475569;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.news-modal-share{padding-top:2rem;border-top:1px solid #e2e8f0}.news-modal-share h3{font-size:1.2rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.news-share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.news-share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.news-share-linkedin{background:#0077b5;color:#fff}.news-share-linkedin:hover{background:#005885;transform:translateY(-2px)}.news-share-twitter{background:#1da1f2;color:#fff}.news-share-twitter:hover{background:#0d8bd9;transform:translateY(-2px)}.news-share-email{background:#6b7280;color:#fff}.news-share-email:hover{background:#4b5563;transform:translateY(-2px)}@media (max-width: 768px){.news-modal-overlay{padding:1rem}.news-modal-image{height:200px}.news-modal-meta{padding:1.5rem}.news-modal-title{font-size:1.5rem}.news-modal-info{gap:1rem;flex-direction:column}.news-modal-body{padding:1.5rem}.news-modal-text{font-size:1rem}.news-share-buttons{flex-direction:column}.news-share-btn{justify-content:center}}@media (max-width: 480px){.news-modal-overlay{padding:.5rem}.news-modal-container{border-radius:12px}.news-modal-image{height:180px}.news-modal-meta{padding:1rem}.news-modal-title{font-size:1.3rem}.news-modal-body{padding:1rem}.news-modal-close{width:36px;height:36px;top:.5rem;right:.5rem}}@media (prefers-reduced-motion: reduce){.news-modal-overlay,.news-modal-container{animation:none}}.news-modal-close:focus{outline:2px solid #1D8CA1;outline-offset:2px}.services{background:#fff;color:#0b2f48;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.services-hero{background:linear-gradient(135deg,#0b2f48,#1a4a5c);color:#fff;padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/content/Ship.jpeg) center/cover;opacity:.5;z-index:1}.services-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.services-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#4ecdc4,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{font-size:1.2rem;line-height:1.6;color:#d8d8d8;margin:0}.services-content{padding:3rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services-section-title{font-size:2rem;font-weight:700;color:#0b2f48;margin-bottom:2rem;position:relative;padding-left:2rem}.services-section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:2rem;background:linear-gradient(135deg,#1d8ca1,#4ecdc4);border-radius:2px}.services-featured-section{margin-bottom:4rem}.services-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.services-all-section{margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.services-cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;padding:3rem;text-align:center;border:1px solid #e2e8f0;position:relative;overflow:hidden}.services-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/content/cta-pattern.svg) center/cover;opacity:.05;z-index:1}.services-cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.services-cta-content h2{font-size:2.2rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.services-cta-content p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.services-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services-cta-primary{background:linear-gradient(135deg,#174c57,#1d8ca1);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.services-cta-primary:hover{background:linear-gradient(135deg,#174c57,#196372);transform:translateY(-2px);box-shadow:0 8px 24px #1d8ca14d}.services-cta-secondary{background:transparent;color:#196372;border:2px solid #196372;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.services-cta-secondary:hover{background:#196372;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #1d8ca133}@media (max-width: 1024px){.services-featured-grid{grid-template-columns:1fr}.services-cta-section{padding:2.5rem}.services-cta-content h2{font-size:2rem}}@media (max-width: 768px){.services-hero{padding:3rem 1.5rem 2rem}.services-title{font-size:2.2rem}.services-subtitle{font-size:1rem}.services-content{padding:2rem 1.5rem}.services-section-title{font-size:1.7rem;padding-left:1.5rem}.services-section-title:before{height:1.5rem}.services-featured-section,.services-all-section{margin-bottom:3rem}.services-cta-section{padding:2rem;border-radius:16px}.services-cta-content h2{font-size:1.8rem}.services-cta-content p{font-size:1rem}.services-cta-buttons{flex-direction:column;align-items:center}.services-cta-primary,.services-cta-secondary{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.services-hero{padding:2rem 1rem 1.5rem}.services-title{font-size:1.8rem}.services-subtitle{font-size:.9rem}.services-content{padding:1.5rem 1rem}.services-section-title{font-size:1.4rem;padding-left:1rem;margin-bottom:1.5rem}.services-section-title:before{height:1.2rem;width:3px}.services-featured-section,.services-all-section{margin-bottom:2.5rem}.services-featured-grid,.services-grid{gap:1.5rem}.services-cta-section{padding:1.5rem;border-radius:12px}.services-cta-content h2{font-size:1.5rem}.services-cta-content p{font-size:.9rem;margin-bottom:1.5rem}.services-cta-primary,.services-cta-secondary{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width: 320px){.services-hero{padding:1.5rem .5rem 1rem}.services-title{font-size:1.5rem}.services-content{padding:1rem .5rem}.services-cta-section{padding:1rem}.services-cta-content h2{font-size:1.3rem}}@media (min-width: 1200px){.services-hero{padding:5rem 2rem 4rem}.services-content{padding:4rem 2rem}.services-featured-grid{grid-template-columns:repeat(2,1fr)}.services-cta-section{padding:4rem}}@media (prefers-reduced-motion: reduce){.services-cta-primary,.services-cta-secondary{transition:none}}.services-cta-primary:focus,.services-cta-secondary:focus{outline:2px solid #1D8CA1;outline-offset:2px}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;height:100%;display:flex;position:relative}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.service-card-standard{flex-direction:row;min-height:300px}.service-card-standard .service-card-image{flex:1;position:relative;overflow:hidden}.service-card-standard .service-card-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.service-card-featured{flex-direction:column;min-height:400px}.service-card-featured .service-card-image{height:200px;position:relative;overflow:hidden}.service-card-featured .service-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.service-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.service-card:hover .service-image{transform:scale(1.05)}.service-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0b2f48cc,#1d8ca199);opacity:0;transition:all .3s ease;display:flex;align-items:flex-start;justify-content:flex-end;padding:1rem}.service-card:hover .service-card-overlay{opacity:1}.service-card-category{background:#ffffffe6;color:#0b2f48;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.service-icon{width:48px;height:48px;background:linear-gradient(135deg,#174c57,#1d8ca1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.service-name{font-size:1.4rem;font-weight:700;color:#0b2f48;margin:0;line-height:1.3}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.service-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.service-feature{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:#555;line-height:1.4}.service-feature:last-child{margin-bottom:0}.feature-check{color:#22c55e;flex-shrink:0}.service-learn-more{background:linear-gradient(135deg,#174c57,#1d8ca1);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;text-transform:uppercase;letter-spacing:.5px}.service-learn-more:hover{background:linear-gradient(135deg,#0b2f48,#186474);transform:translateY(-2px);box-shadow:0 8px 24px #1d8ca14d}@media (max-width: 1024px){.service-card-standard{min-height:280px}.service-card-standard .service-card-content{padding:1.75rem}.service-name{font-size:1.3rem}}@media (max-width: 768px){.service-card-standard{flex-direction:column;min-height:350px}.service-card-standard .service-card-image{height:180px}.service-card-standard .service-card-content,.service-card-featured .service-card-content{padding:1.5rem}.service-card-featured .service-card-image{height:160px}.service-card-header{gap:.75rem}.service-icon{width:40px;height:40px}.service-name{font-size:1.2rem}.service-description{font-size:.95rem}.service-feature{font-size:.85rem}}@media (max-width: 480px){.service-card-standard{min-height:320px}.service-card-standard .service-card-image,.service-card-featured .service-card-image{height:140px}.service-card-standard .service-card-content,.service-card-featured .service-card-content{padding:1.2rem}.service-card-header{gap:.5rem;margin-bottom:.75rem}.service-icon{width:36px;height:36px}.service-name{font-size:1.1rem}.service-description{font-size:.9rem;margin-bottom:1.2rem}.service-features{margin-bottom:1.5rem}.service-feature{font-size:.8rem;margin-bottom:.6rem}.service-learn-more{padding:.75rem 1.2rem;font-size:.9rem}}@media (max-width: 320px){.service-card-standard .service-card-content,.service-card-featured .service-card-content{padding:1rem}.service-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.service-name{font-size:1rem}.service-description{font-size:.85rem}}.service-learn-more:focus{outline:2px solid #1D8CA1;outline-offset:2px}@media (prefers-reduced-motion: reduce){.service-card,.service-image,.service-card-overlay,.service-learn-more{transition:none}}.contact{background:#fff;color:#0b2f48;display:flex;flex-direction:column}.form-cards{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:2rem;padding:1.5rem 0;position:relative;background:#0b2f48;background-image:url(./assets/content/CargoShip.jpg);background-size:100vw auto;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}.white{color:#fff}.card{background:#fff;color:#161616;border-radius:8px;padding:1.7rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-start;width:25rem;height:auto;position:relative}.card.animate-left{animation:slideFromCenterToLeft 1.2s cubic-bezier(.25,.46,.45,.94) forwards;transform:translate(12.5rem);z-index:2}.card.animate-right{animation:slideFromCenterToRight 1.2s cubic-bezier(.25,.46,.45,.94) forwards;transform:translate(-12.5rem);z-index:1}@keyframes slideFromCenterToLeft{0%{transform:translate(12.5rem) scale(.95)}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideFromCenterToRight{0%{transform:translate(-12.5rem) scale(.95)}to{transform:translate(0) scale(1);opacity:1}}.card-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1rem;flex-grow:1}.contact-form input,textarea{padding:.75rem;border:1px solid #0B2F48;background:transparent;border-radius:4px;font-size:1rem;color:#161616}.contact-form textarea{resize:vertical;min-height:120px;flex-grow:1}.contact-form button{padding:.75rem;background:#0b2f48;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;font-weight:700}.contact-form button:hover{background:transparent;color:#0b2f48;border-color:#0b2f48}.contact-info{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.4rem}.contact-info-row{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.contact-info-row svg{flex-shrink:0}.map-container{margin-top:auto;border-radius:8px;overflow:hidden}.faq-container{margin-top:1rem;padding:0 15rem}.contact-hero{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:3rem 2rem;gap:4rem}.hero-content{flex:1}.hero-content h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(45deg,#1d8ca1,#0b2f48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.2rem;line-height:1.6;color:#0b2f48}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{text-align:center;padding:1.5rem;background:#8585851a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.2)}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#1d8ca1;margin-bottom:.5rem}.stat-label{display:block;font-size:.9rem;color:#a3b5a3}@media (min-width: 1200px){.faq-container{padding:0 20rem}}@media (max-width: 1199px){.faq-container{padding:0 10rem}.contact-hero{padding:2.5rem 1.5rem;gap:3rem}}@media (max-width: 1023px){.faq-container{padding:0 5rem}.contact-hero{flex-direction:column;text-align:center;gap:2rem;padding:2rem 1.5rem}.hero-content h2{font-size:2.2rem}.hero-stats{justify-content:center}.card{width:20rem}.card-title{font-size:2.2rem}}@media (max-width: 991px){.form-cards{gap:1.5rem;padding:1rem 0;background-attachment:scroll}.card{width:18rem;padding:1.5rem 1.2rem}.card-title{font-size:2rem}.faq-container{padding:0 3rem}.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.stat-item{padding:1.2rem}.stat-number{font-size:2.2rem}}@media (max-width: 767px){.form-cards{flex-direction:column;align-items:center;gap:2rem;padding:2rem 1rem}.card{width:100%;max-width:400px;margin:0 auto}.card.animate-left,.card.animate-right{animation:none;transform:none}.card-title{font-size:1.8rem;text-align:center}.faq-container{padding:0 2rem}.contact-hero{padding:1.5rem 1rem;gap:1.5rem}.hero-content h2{font-size:1.8rem}.hero-content p{font-size:1rem}.hero-stats{gap:1rem;width:100%}.stat-item{flex:1;padding:1rem;min-width:120px}.stat-number{font-size:1.8rem}.stat-label{font-size:.8rem}.contact-form input,.contact-form textarea{font-size:.95rem}.contact-info-row{font-size:1rem}}@media (max-width: 599px){.form-cards{padding:1.5rem .5rem}.card{padding:1.2rem 1rem}.card-title{font-size:1.6rem}.faq-container{padding:0 1rem}.contact-hero{padding:1rem .5rem}.hero-content h2{font-size:1.6rem;line-height:1.3}.hero-content p{font-size:.95rem}.hero-stats{flex-direction:column;gap:.8rem;width:100%}.stat-item{padding:.8rem;width:100%}.stat-number{font-size:1.6rem}.contact-form input,.contact-form textarea,.contact-form button{padding:.6rem;font-size:.9rem}.contact-form textarea{min-height:100px}.contact-info-row{font-size:.95rem;gap:.8rem}.map-container{margin-top:1rem}}@media (max-width: 479px){.form-cards{padding:1rem .25rem}.card{padding:1rem .8rem}.card-title{font-size:1.4rem}.faq-container{padding:0 .5rem}.hero-content h2{font-size:1.4rem}.hero-content p{font-size:.9rem}.stat-number{font-size:1.4rem}.stat-label{font-size:.75rem}.contact-info-row{font-size:.9rem;flex-direction:column;align-items:flex-start;gap:.5rem}.contact-info-row svg{align-self:flex-start}}@media (max-width: 767px){.card.animate-left,.card.animate-right{animation:none!important;transform:none!important}@keyframes slideFromCenterToLeft{0%,to{transform:none;opacity:1}}@keyframes slideFromCenterToRight{0%,to{transform:none;opacity:1}}}@media (max-width: 767px){.contact-form button,.contact-form input,.contact-form textarea{min-height:44px;padding:.8rem}}@media (max-width: 767px){.form-cards{background-attachment:scroll;background-size:cover}}@media (prefers-reduced-motion: reduce){.card.animate-left,.card.animate-right{animation:none!important;transform:none!important}}.expandable-card{width:100%;background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease;border:#cccccc 1px solid}.expandable-card:hover{box-shadow:0 4px 12px #00000026}.expandable-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;min-height:60px}.expandable-header:hover{background-color:#f8f9fa}.expandable-question{color:#161616;font-weight:700;font-size:1.1rem;flex:1;margin-right:1rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.expandable-arrow{transition:transform .3s cubic-bezier(.25,.46,.45,.94);flex-shrink:0;margin-left:1rem}.expandable-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94)}.expandable-content.expanded{max-height:500px}.expandable-answer{padding:0 1.5rem 1.5rem;color:#161616;font-size:1rem;line-height:1.6;margin:0;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 768px){.expandable-card{border-radius:6px;margin-bottom:.8rem}.expandable-header{padding:1rem 1.2rem;min-height:50px}.expandable-question{font-size:1rem;margin-right:.8rem;line-height:1.3}.expandable-arrow{width:18px;height:18px;margin-left:.8rem}.expandable-answer{padding:0 1.2rem 1.2rem;font-size:.95rem;line-height:1.5}.expandable-content.expanded{max-height:400px}}@media (max-width: 480px){.expandable-card{border-radius:4px;margin-bottom:.6rem;box-shadow:0 1px 3px #0000001a}.expandable-header{padding:.8rem 1rem;min-height:45px;flex-wrap:nowrap}.expandable-question{font-size:.9rem;margin-right:.5rem;line-height:1.3;font-weight:600}.expandable-arrow{width:16px;height:16px;margin-left:.5rem;flex-shrink:0}.expandable-answer{padding:0 1rem 1rem;font-size:.85rem;line-height:1.4}.expandable-content.expanded{max-height:300px}.expandable-card:hover{box-shadow:0 2px 8px #0000001f}.expandable-header:hover{background-color:#f5f5f5}}@media (max-width: 320px){.expandable-header{padding:.7rem .8rem;min-height:40px}.expandable-question{font-size:.85rem;margin-right:.3rem}.expandable-arrow{width:14px;height:14px;margin-left:.3rem}.expandable-answer{padding:0 .8rem .8rem;font-size:.8rem}.expandable-content.expanded{max-height:250px}}@media (min-width: 1200px){.expandable-header{padding:1.5rem 2rem}.expandable-question{font-size:1.2rem;margin-right:1.5rem}.expandable-arrow{width:22px;height:22px;margin-left:1.5rem}.expandable-answer{padding:0 2rem 2rem;font-size:1.1rem;line-height:1.7}.expandable-content.expanded{max-height:600px}}.expandable-header:focus{outline:2px solid #1D8CA1;outline-offset:2px;background-color:#f8f9fa}@media (hover: hover){.expandable-card:hover,.expandable-header:hover{transition:all .3s ease}}@media (prefers-contrast: high){.expandable-card{border:2px solid #000}.expandable-question,.expandable-answer{color:#000}}@media (prefers-reduced-motion: reduce){.expandable-arrow,.expandable-content,.expandable-header{transition:none}}.faq{background:#fff;color:#fff;display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}.faq-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0rem;padding:6rem 2rem;position:relative;background:#0b2f48;overflow:hidden}.faq-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./assets/content/Ship.jpeg);background-position:center center;background-repeat:no-repeat;z-index:1}@media (orientation: landscape){.faq-hero:before{background-size:100% auto;min-height:100%}}@media (orientation: portrait){.faq-hero:before{background-size:auto 100%;min-width:100%}}.faq-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0b2f4899;z-index:2}.faq-hero>*{position:relative;z-index:3}.quick-access-section{background:#f8fafc;color:#0b2f48;padding:4rem 2rem;text-align:center}.quick-access-header{margin-bottom:3rem}.quick-access-header h2{font-size:2.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.quick-access-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.quick-access-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.access-card{background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.access-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0b2f4826;border-color:#1d8ca1}.card-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(45deg,#174c57,#1d8ca1);border-radius:50%;margin:0 auto 1.5rem;color:#fff;transition:all .3s ease}.access-card:hover .card-icon{transform:scale(1.1);box-shadow:0 8px 16px #1d8ca14d}.access-card h3{font-size:1.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.access-card p{color:#666;line-height:1.6;margin-bottom:2rem;font-size:1rem}.card-button{background:linear-gradient(45deg,#174c57,#1d8ca1);color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.card-button:hover{background:linear-gradient(45deg,#0b2f48,#1d8ca1);transform:translateY(-2px);box-shadow:0 8px 16px #1d8ca14d}.faq-content{display:flex;flex-direction:column;padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;color:#0b2f48}.faq-section-description{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;padding:0 1rem}.faq-categories{display:flex;flex-direction:column;gap:2.5rem}.faq-category{width:100%}.faq-categorie-title{font-size:1.6rem;font-weight:700;color:#0b2f48;margin-bottom:1.4rem;display:flex;flex-direction:row;gap:.7rem;align-items:center;flex-wrap:wrap}.faq-categorie-title span{padding-top:5px}.faq-category-icon{flex-shrink:0}@media (max-width: 1024px){.faq-content{padding:3rem 4rem}.faq-hero{padding:4rem 2rem}}@media (max-width: 768px){.faq-hero{padding:3rem 1.5rem;min-height:50vh}.quick-access-section{padding:3rem 1.5rem}.quick-access-cards{grid-template-columns:1fr;gap:1.5rem}.quick-access-header h2{font-size:2rem}.quick-access-header p{font-size:1.1rem}.access-card{padding:1.5rem}.faq-content{padding:2.5rem 2rem}.faq-section-description{font-size:1.1rem;margin-bottom:2rem}.faq-categories{gap:2rem}.faq-categorie-title{font-size:1.4rem;gap:.5rem}}@media (max-width: 480px){.faq-hero{padding:2rem 1rem;min-height:40vh}.quick-access-section{padding:2rem 1rem}.quick-access-header h2{font-size:1.7rem}.quick-access-header p{font-size:1rem}.access-card{padding:1.2rem}.access-card h3{font-size:1.3rem}.access-card p{font-size:.9rem;margin-bottom:1.5rem}.card-icon{width:60px;height:60px;margin-bottom:1rem}.card-button{padding:.6rem 1.5rem;font-size:.9rem}.faq-content{padding:2rem 1rem}.faq-section-description{font-size:1rem;margin-bottom:1.5rem}.faq-categories{gap:1.5rem}.faq-categorie-title{font-size:1.2rem;gap:.4rem;flex-direction:column;align-items:flex-start;text-align:left}.faq-categorie-title span{padding-top:0}.faq-category-icon{width:24px!important;height:24px!important}}@media (max-width: 320px){.faq-hero,.quick-access-section{padding:1.5rem .8rem}.quick-access-header h2{font-size:1.5rem}.faq-content{padding:1.5rem .8rem}.faq-categorie-title{font-size:1.1rem}.access-card{padding:1rem}}@media (min-width: 1200px){.faq-content{padding:4rem 6rem}.faq-hero{padding:6rem 2rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.faq-hero:before{background-image:url(./assets/content/Ship.jpeg)}}@media (prefers-reduced-motion: reduce){.access-card,.card-icon,.card-button{transition:none}}.card-button:focus{outline:2px solid #1D8CA1;outline-offset:2px}.policy-page{background:#fff;color:#0b2f48;min-height:100vh;display:flex;flex-direction:column}.policy-content{flex:1;padding:3rem 2rem 4rem;background:#fafafa}.policy-container{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.policy-last-updated{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:2rem;font-size:.9rem;color:#666;text-align:center;font-style:italic}.policy-section{margin-bottom:3rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.8rem;font-weight:700;color:#0b2f48;margin-bottom:1.5rem;border-bottom:3px solid #4ECDC4;padding-bottom:.5rem}.policy-section h3{font-size:1.3rem;font-weight:600;color:#1d8ca1;margin:2rem 0 1rem}.policy-section p{font-size:1rem;line-height:1.7;color:#444;margin-bottom:1.2rem}.policy-section ul,.policy-section ol{margin:1.2rem 0;padding-left:2rem}.policy-section li{font-size:1rem;line-height:1.6;color:#555;margin-bottom:.8rem}.policy-section li:last-child{margin-bottom:0}.policy-section strong{color:#0b2f48;font-weight:600}.policy-contact-info{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #4ECDC4}.policy-contact-info p{margin-bottom:.5rem;color:#0b2f48}.policy-contact-info p:last-child{margin-bottom:0}.policy-section a{color:#1d8ca1;text-decoration:none;font-weight:500;transition:color .3s ease}.policy-section a:hover{color:#0b2f48;text-decoration:underline}.policy-highlight{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border:1px solid #4ECDC4;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #1D8CA1}.policy-highlight p{margin-bottom:0;color:#0b2f48;font-weight:500}.policy-warning{background:linear-gradient(135deg,#fef3cd,#fff3cd);border:1px solid #fbbf24;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #f59e0b}.policy-warning p{margin-bottom:0;color:#92400e;font-weight:500}@media (max-width: 768px){.policy-content{padding:2rem 1rem 3rem}.policy-container{padding:2rem;border-radius:8px}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}.policy-section p,.policy-section li{font-size:.95rem}.policy-section ul,.policy-section ol{padding-left:1.5rem}}@media (max-width: 480px){.policy-content{padding:1.5rem .5rem 2rem}.policy-container{padding:1.5rem;margin:0 .5rem}.policy-section h2{font-size:1.3rem;margin-bottom:1rem}.policy-section h3{font-size:1.1rem;margin:1.5rem 0 .8rem}.policy-section p,.policy-section li{font-size:.9rem;line-height:1.6}.policy-contact-info,.policy-highlight,.policy-warning{padding:1rem;margin:1rem 0}.policy-last-updated{padding:.8rem;font-size:.8rem}}@media print{.policy-content{background:#fff;padding:0}.policy-container{box-shadow:none;border:none;padding:1rem}.policy-section h2{color:#000;border-bottom:2px solid black}.policy-section h3,.policy-section p,.policy-section li{color:#000}.policy-contact-info,.policy-highlight,.policy-warning{border:1px solid black;background:#fff}}.policy-section h2:focus,.policy-section h3:focus{outline:2px solid #4ECDC4;outline-offset:2px}html{scroll-behavior:smooth}.policy-section{position:relative}.policy-section:before{content:"";position:absolute;left:-2rem;top:0;width:2px;height:100%;background:linear-gradient(to bottom,#4ECDC4,transparent);opacity:.3}@media (max-width: 768px){.policy-section:before{display:none}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;position:relative;overflow:hidden}.not-found-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="%234ECDC4" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');pointer-events:none}.not-found-container{max-width:800px;width:100%;position:relative;z-index:2}.not-found-content{text-align:center;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(78,205,196,.2);margin-bottom:2rem}.not-found-visual{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;overflow:visible;padding-top:1rem}.error-code{font-size:8rem;font-weight:700;background:linear-gradient(135deg,#0b2f48,#1d8ca1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;display:block;overflow:visible}.ship-icon{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-text{margin-bottom:2rem}.not-found-title{font-size:2.5rem;font-weight:700;color:#0b2f48;margin-bottom:1rem}.not-found-subtitle{font-size:1.2rem;line-height:1.6;color:#64748b;max-width:500px;margin:0 auto 2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;min-width:140px;justify-content:center}.btn-primary{background:linear-gradient(135deg,#0b2f48,#1d8ca1);color:#fff;box-shadow:0 8px 32px #1d8ca14d}.btn-primary:hover{background:linear-gradient(135deg,#0b2f48,#1d8ca1);transform:translateY(-2px);box-shadow:0 12px 40px #1d8ca166}.btn-secondary{background:#fff;color:#1d8ca1;border:2px solid #1D8CA1}.btn-secondary:hover{background:#1d8ca1;color:#fff;transform:translateY(-2px)}.helpful-links{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(78,205,196,.2)}.helpful-links h3{text-align:center;font-size:1.3rem;color:#0b2f48;margin-bottom:1.5rem}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.link-card{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#0b2f48;transition:all .3s ease;cursor:pointer;font-weight:500}.link-card:hover{background:linear-gradient(135deg,#0b2f48,#1d8ca1);color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #1d8ca14d}.link-card svg{transition:all .3s ease}.link-card:hover svg{transform:scale(1.1)}@media (max-width: 768px){.not-found-page{padding:1rem}.not-found-content{padding:2rem}.error-code{font-size:6rem}.not-found-title{font-size:2rem}.not-found-subtitle{font-size:1.1rem}.not-found-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:250px}.helpful-links{padding:1.5rem}.links-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.link-card{padding:1rem .5rem;font-size:.9rem}}@media (max-width: 480px){.not-found-page{padding:.5rem}.not-found-content{padding:1.5rem;border-radius:15px}.error-code{font-size:4.5rem}.ship-icon svg{width:80px;height:60px}.not-found-title{font-size:1.6rem;margin-bottom:.8rem}.not-found-subtitle{font-size:1rem;margin-bottom:1.5rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.9rem}.helpful-links{padding:1rem;border-radius:15px}.helpful-links h3{font-size:1.1rem;margin-bottom:1rem}.links-grid{grid-template-columns:1fr;gap:.6rem}.link-card{flex-direction:row;justify-content:flex-start;gap:1rem;padding:1rem;text-align:left}.link-card svg{width:20px;height:20px;flex-shrink:0}}@media (max-width: 320px){.error-code{font-size:3.5rem}.not-found-title{font-size:1.4rem}.not-found-subtitle{font-size:.9rem}.btn-primary,.btn-secondary{padding:.7rem 1.2rem;font-size:.85rem;min-width:auto}.link-card{padding:.8rem;font-size:.85rem}}@media (prefers-reduced-motion: reduce){.ship-icon{animation:none}.btn-primary:hover,.btn-secondary:hover,.link-card:hover{transform:none}}.btn-primary:focus,.btn-secondary:focus,.link-card:focus{outline:3px solid #4ECDC4;outline-offset:2px}@media (prefers-contrast: high){.error-code{background:#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-content,.helpful-links{border:2px solid black}}.not-found-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.helpful-links{animation:fadeInUp .8s ease-out}
