*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fcf6f2;min-height:100vh;color:#000}#root{min-height:100vh;background:#fcf6f2}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fcf6f24d}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0759ad,#05478a);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#05478a,#0759ad)}.navbar{z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(7,89,173,.3);border-radius:25px;padding:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease,width .28s ease,left .28s ease,right .28s ease;box-shadow:0 8px 32px #00000014}.navbar:hover{background:#fff;border-color:#0759ad99;box-shadow:0 12px 40px #03244533}.navbar.scrolled{transform:translateY(-6px);box-shadow:0 18px 50px #0000002e;background:#fffffffa;border-color:#0759ad99}.navbar.full{position:fixed;top:0;left:0;right:0;margin:0;border-radius:0;padding:.6rem 0;box-shadow:0 6px 24px #0000001f}.navbar.floating{position:fixed;top:12px;left:1vw;right:1vw;margin:0;border-radius:25px;padding:0}.navbar-container{display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:5vw;min-height:80px;max-height:120px;max-width:1200px;padding:0 3rem}.navbar-logo{display:flex;align-items:center;text-decoration:none;color:#000;font-weight:500;font-size:clamp(1rem,1.5vw,1.8rem)}.logo-image{height:clamp(65px,3vw,80px);margin-right:15px}.logo-text{color:#000;text-shadow:0 2px 4px rgba(7,89,173,.3)}.navbar-menu{display:flex;align-items:center;gap:clamp(.5rem,1vw,1rem);margin-left:auto}.navbar-item{text-decoration:none;color:#000;font-weight:600;padding:clamp(.5rem,1vw,1rem) clamp(.8rem,1.5vw,1.5rem);border-radius:18px;transition:all .3s ease;position:relative;font-size:clamp(.8rem,1.2vw,1.4rem);border:2px solid transparent}.navbar-item:hover{background:linear-gradient(135deg,#0759ad,#05478a);color:#fff;transform:translateY(-3px);border-color:#0759ad;box-shadow:0 6px 20px #0759ad66}.navbar-dropdown{position:relative}.dropdown-trigger{cursor:pointer;display:flex;align-items:center;gap:clamp(.5rem,1vw,1rem);color:#000;font-size:clamp(.8rem,1.2vw,1.4rem);font-weight:600;padding:clamp(.5rem,1vw,1rem) clamp(.8rem,1.5vw,1.5rem)}.dropdown-arrow{font-size:clamp(.6rem,.8vw,1rem);transition:transform .3s ease}.navbar-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:120%;left:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:18px;box-shadow:0 12px 40px #0003;padding:1rem 0;min-width:clamp(150px,20vw,220px);border:2px solid rgba(7,89,173,.3);animation:dropdownFadeIn .3s ease}.products-menu{display:grid;gap:12px;padding:12px;grid-template-columns:repeat(2,minmax(220px,1fr));min-width:520px}.product-card{background:#fff;border:1px solid rgba(7,89,173,.25);border-radius:14px;padding:8px 6px;box-shadow:0 6px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001a;border-color:#0759ad80}.product-card-title{font-weight:700;color:#05478a;font-size:clamp(.85rem,1vw,1.05rem);padding:10px 14px 6px}.product-card .dropdown-item{border-left-width:0;padding:10px 14px}.product-card .dropdown-item:hover{transform:translate(4px);background:#0759ad14}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item{display:block;padding:clamp(.8rem,1.2vw,1.2rem) clamp(1rem,1.8vw,1.8rem);text-decoration:none;color:#000;transition:all .3s ease;font-weight:500;font-size:clamp(.7rem,1vw,1.2rem);border-left:4px solid transparent}.dropdown-item:hover{background:linear-gradient(90deg,rgba(7,89,173,.2),transparent);color:#0759ad;border-left-color:#0759ad;transform:translate(8px)}@media (max-width: 768px){.navbar{top:10px;left:10px;right:10px;padding:0}.navbar-container{padding:0 1.5rem}.navbar-container{height:80px;min-height:70px;max-height:90px}.navbar-menu{gap:.4rem}.navbar-item{padding:.5rem .7rem;font-size:clamp(.7rem,2.5vw,1rem)}.dropdown-trigger{font-size:clamp(.7rem,2.5vw,1rem);padding:.5rem .7rem}.dropdown-menu{min-width:clamp(130px,40vw,180px)}.dropdown-item{font-size:clamp(.6rem,2vw,.9rem);padding:.6rem 1rem}.logo-text{display:none}.navbar-logo{font-size:clamp(.9rem,3.5vw,1.3rem)}.logo-image{height:clamp(50px,8vw,50px)}}@media (max-width: 480px){.navbar-item,.dropdown-trigger{font-size:clamp(.6rem,3vw,.9rem);padding:.4rem .6rem}.navbar-logo{font-size:clamp(.8rem,4vw,1.1rem)}}.hamburger{display:none;position:relative;width:36px;height:36px;background:transparent;border:none;cursor:pointer;align-items:center;justify-content:center;gap:6px;flex-direction:column}.hamburger span{display:block;height:3px;width:100%;background:#222;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.hamburger.active span:nth-child(1){transform:translateY(12px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-12px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.navbar>.navbar-container>.navbar-menu{display:none}.navbar-menu.open{display:flex!important;position:fixed;inset:0 0 0 auto;width:50vw;height:100vh;margin:0;padding:5.5rem 1.5rem 2rem;flex-direction:column;gap:.5rem;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;overflow-y:auto;align-items:stretch;box-shadow:-8px 0 24px #00000014;border-left:2px solid rgba(0,0,0,.04)}.navbar-menu.open .mobile-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.8rem;line-height:1;cursor:pointer;padding:6px 10px;color:#333}.mobile-close{display:none}.mobile-close{display:block}.navbar-menu.open .navbar-item{width:100%;padding:1rem;border-radius:12px;font-size:1rem;margin-bottom:.25rem}.navbar-menu.open .navbar-dropdown .dropdown-menu{position:static;box-shadow:none;border-radius:8px;padding-left:.5rem;padding-right:.5rem;margin-bottom:.5rem}.navbar-menu.open .products-menu{display:grid;grid-template-columns:1fr;min-width:0;gap:10px;padding:8px 4px}}.footer{background:#fff;border-top:2px solid #0759ad;margin-top:0;padding:2rem 0;color:#333}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-section h3{color:#0759ad;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.footer-section p,.footer-section li{margin-bottom:.5rem;line-height:1.6;color:#555}.footer-section ul{list-style:none;padding:0}.footer-section a{color:#555;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#0759ad}.social-section{text-align:center;margin-bottom:2rem}.social-section h3{color:#0759ad;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.social-links{display:flex;gap:1rem;justify-content:center}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0759ad;color:#fff;border-radius:50%;text-decoration:none;font-size:1.4rem;transition:all .3s ease}.social-links a:hover{background:#05478a;transform:translateY(-2px) scale(1.1)}.footer-bottom{border-top:1px solid rgba(7,89,173,.3);padding-top:1.5rem;text-align:center;color:#666}@media (max-width: 768px){.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.social-links{justify-content:center}}.page{font-family:var(--font-family, Arial, Helvetica, sans-serif);color:var(--text-color, #222)}.header-image{height:576px;max-height:576px;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 1024px){.home-page .header-image{height:56.25vw;max-height:576px}}@media (max-width: 768px){.home-page .header-image{height:50vw;max-height:400px}}.header-title{color:#fff;text-shadow:0 3px 12px rgba(0,0,0,.7);font-size:2rem;padding:0;background:transparent;border-radius:0}.header-cta{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:2}.hero-cta-btn{display:inline-block;background:linear-gradient(135deg,#0759ad,#05478a);color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:999px;font-weight:700;font-size:1.05rem;letter-spacing:.2px;box-shadow:0 8px 20px #0759ad59;transition:background .18s ease,transform .2s ease,box-shadow .2s ease;will-change:transform,box-shadow,background}.hero-cta-btn:visited,.hero-cta-btn:hover,.hero-cta-btn:active,.hero-cta-btn:focus{color:#fff;text-decoration:none}.hero-cta-btn:hover{background:linear-gradient(135deg,#0861c2,#054d9f);transform:translateY(-3px) scale(1.03);box-shadow:0 14px 32px #0759ad73}.hero-cta-btn:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.hero-cta-btn:active{background:linear-gradient(135deg,#064690,#04417a);transform:translateY(-1px) scale(.99);box-shadow:0 8px 18px #0759ad59}@media (max-width: 760px){.header-title{font-size:1.65rem}.hero-cta-btn{padding:.65rem 1rem;font-size:1rem}}.content{max-width:1200px;margin:2rem auto;padding:0 1rem}.full-bleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.bags-slider{background:linear-gradient(180deg,#f9fbfd,#f3f8fc);padding:1.25rem 0 1.5rem;margin-bottom:1rem}.bags-slider-inner{overflow:hidden;position:relative;height:clamp(240px,24vw,390px)}.bags-lane{--start: 0%;position:absolute;inset:0 auto 0 0;transform:translate(var(--start));animation:bags-lane-scroll 38s linear infinite;will-change:transform}.bags-lane.clone{--start: 100%}.bags-row{display:flex;gap:18px;width:max-content;padding:0 18px}@keyframes bags-lane-scroll{0%{transform:translate(var(--start))}to{transform:translate(calc(-100% + var(--start)))}}.bag-card{background:#fff;border-radius:14px;box-shadow:0 10px 28px #021e3414;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:clamp(160px,16vw,260px);aspect-ratio:2 / 3}.bag-media{position:relative;flex:1 1 auto}.bag-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bag-caption{flex:0 0 auto;padding:10px 12px;font-weight:700;font-size:.9rem;letter-spacing:.5px;text-align:center;color:#0b3b5a;border-top:1px solid rgba(11,59,90,.08);background:#fffffff5}@media (max-width: 760px){.bags-lane{animation-duration:28s}.bags-row{gap:14px;padding:0 14px}.bags-slider-inner{height:clamp(195px,57vw,300px)}.bag-card{width:clamp(130px,38vw,200px);border-radius:10px}.bag-caption{font-size:.8rem;padding:8px 10px}.bags-slider{margin-bottom:.75rem}}.what-we-do-section{margin-top:1.5rem}.card{background:transparent;border-radius:8px;padding:1.5rem;box-shadow:none;transition:transform .16s ease}.card:hover{transform:translateY(-2px)}.card-title{margin:0 0 .75rem;font-size:1.25rem;color:#0b3b5a}.what-list{margin:0;padding-left:1.1rem}.what-list li{margin:.45rem 0}@media (min-width: 800px){.what-we-do-section .card{display:flex;gap:1.5rem;align-items:flex-start}}.carousel{--slides: 3;margin-top:2rem;max-width:1100px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;border-radius:8px}.carousel-track{display:flex;width:calc(var(--slides) * 100%);transition:transform .6s cubic-bezier(.2,.8,.2,1)}.carousel-card{flex:0 0 calc(100% / var(--slides));box-sizing:border-box;padding:1.5rem;min-height:160px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.carousel-card.card{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 6px 18px #00000014;width:100%}.carousel .card-title{margin-bottom:.5rem;font-size:1.1rem}.carousel-dots{position:absolute;left:50%;transform:translate(-50%);bottom:10px;display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#0000002e;border:none;padding:0;cursor:pointer}.dot.active{background:#0000009e}.gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:1rem}.gallery-dots .dot{width:12px;height:12px;background:#00000029;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease;border-radius:999px}.gallery-dots .dot.active{background:#0b3b5aeb;transform:scale(1.18);box-shadow:0 4px 12px #0b3b5a29}.industries-section{margin-top:3.5rem}.industries-section h2{margin-bottom:1rem;color:#0b3b5a}.industries-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:20px}.industry-card{background:#fff;border-radius:12px;padding:1.5rem 1.25rem;box-shadow:0 10px 28px #021e341a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;transition:transform .18s ease,box-shadow .18s ease}.industry-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #021e3424}.industry-icon{width:72px;height:72px;display:block;margin-bottom:.65rem;filter:none}.industry-label{font-size:1.05rem;color:#234556}@media (min-width: 900px){.industries-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:24px}.industry-card{min-height:200px;padding:1.75rem 1.25rem}.industry-icon{width:84px;height:84px}}@media (max-width: 480px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:12px}.industry-card{min-height:140px;padding:.9rem .75rem;border-radius:10px}.industry-icon{width:56px;height:56px;margin-bottom:.4rem}.industry-label{font-size:.95rem}}@media (max-width: 360px){.industries-grid{gap:10px}.industry-card{min-height:120px;padding:.75rem .6rem}.industry-icon{width:48px;height:48px}.industry-label{font-size:.9rem}}@media (min-width: 900px){.carousel-card{padding:2rem;min-height:200px}}.timeline-section h2{margin-bottom:1rem;color:#0b3b5a}.timeline{position:relative;padding:1rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:#e6edf3;transform:translate(-50%)}.timeline-item{position:relative;margin:1.25rem 0;display:flex;width:100%}.timeline-marker{position:absolute;left:50%;width:14px;height:14px;background:#0b3b5a;border-radius:50%;transform:translate(-50%);top:1.25rem;box-shadow:0 4px 10px #0b3b5a2e}.timeline-content{width:calc(50% - 40px);position:relative}.timeline-content .card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #00000014;position:relative;overflow:visible;transition:transform .16s ease,box-shadow .16s ease}.timeline-content .card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.timeline-item.left .timeline-content{margin-right:auto;margin-left:0}.timeline-item.right .timeline-content{margin-left:auto}.timeline-item.left .timeline-content .card,.timeline-item.right .timeline-content .card{text-align:left}.timeline-content .card img{width:160px;height:120px;object-fit:cover;border-radius:6px;display:block;position:absolute;right:-80px;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026;z-index:10}.timeline-content .card-body{display:flex;flex-direction:column;gap:.35rem;padding-right:100px;width:100%}.timeline-content .card-title{text-align:left}.card-title{margin:0 0 .5rem;font-size:1.25rem;color:#0b3b5a}.timeline-meta{font-size:.9rem;color:#7b9bb0;margin-bottom:.35rem}@media (max-width: 799px){.timeline:before{left:8px;transform:none;width:3px}.timeline-marker{left:8px;transform:none;top:.8rem;width:10px;height:10px}.timeline-content{width:100%;margin-left:32px!important;text-align:left!important}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{text-align:left}.timeline-content .card{padding:1rem;overflow:visible}.timeline-content .card img{width:100px;height:75px;object-fit:cover;border-radius:4px;position:absolute;right:-50px;top:50%;transform:translateY(-50%);box-shadow:0 3px 8px #00000026;z-index:10}.timeline-content .card-body{padding-right:60px}.timeline-content .card-title{font-size:1rem}.timeline-meta{font-size:.8rem}}.gallery-section h2{margin-bottom:1rem;color:#0b3b5a}.gallery{position:relative;height:420px;margin-top:1.5rem;perspective:1200px;display:flex;align-items:center;justify-content:center}.gallery-item{position:absolute;left:50%;top:50%;width:min(1100px,95%);transition:transform .52s cubic-bezier(.2,.9,.2,1),filter .52s ease,opacity .48s ease;outline:none;will-change:transform,filter,opacity;overflow:visible}.gallery-item:focus{box-shadow:0 8px 30px #0b3b5a2e;border-radius:8px}.gallery-card{background:#fffffff2;border-radius:10px;padding:2rem 2.5rem;box-shadow:0 10px 40px #021e341f;display:block;min-height:338px;position:relative;overflow:visible;transition:transform .42s cubic-bezier(.2,.9,.2,1),box-shadow .42s ease,background-color .32s ease;will-change:transform,opacity}.gallery-card .card-body{text-align:left;position:relative;padding-right:240px}.gallery-card .card-title{text-align:left;margin:0 0 .5rem}.gallery-card .gallery-thumb{width:320px!important;height:240px!important;object-fit:cover;border-radius:8px;display:block;position:absolute!important;right:-40px!important;top:60px!important;transform:none!important;box-shadow:0 4px 12px #00000026;z-index:10;margin:0!important;padding:0!important}.gallery-item.inactive .gallery-card{background:#ffffffc7}.gallery-card .card-body{max-height:300px;overflow:hidden}.card-text{margin:0;color:#234556;line-height:1.45;transition:max-height .26s ease,opacity .26s ease,transform .26s ease}.card-text.hide{max-height:0;opacity:0;transform:translateY(-6px)}.card-text.show{max-height:400px;opacity:1;transform:translateY(0)}.gallery-item:hover,.gallery-item:focus{transform:translate(-50%,-50%) scale(1.02)!important}@media (max-width: 760px){.gallery{height:450px;padding:1rem 0 2rem;gap:0;flex-direction:column;perspective:1200px;position:relative;display:flex;align-items:center;justify-content:center}.gallery-item{position:absolute;left:50%;top:50%;width:280px!important;max-width:85%!important;transform:translate(-50%,-50%);filter:blur(0px);opacity:1;transition:transform .52s cubic-bezier(.2,.9,.2,1),filter .52s ease,opacity .48s ease;will-change:transform,filter,opacity}.gallery-item.inactive{filter:blur(4px);opacity:.4;transform:translate(-50%,-50%) scale(.92)}.gallery-card{display:block;overflow:visible;padding:1.5rem 1rem;min-height:275px!important;max-height:275px;cursor:pointer;transition:all .3s ease;background:#fffffffa}.gallery-card:not(.expanded){min-height:160px;max-height:160px;display:block;padding-bottom:100px}.gallery-card:not(.expanded):hover{background:#fff;box-shadow:0 4px 12px #0000001f}.gallery-card:not(.expanded) .card-body{padding-right:0;padding-bottom:0}.gallery-card:not(.expanded) .card-title{font-size:1.05rem;margin-bottom:.1rem}.gallery-card:not(.expanded) .card-title:after{content:" ▼";font-size:.8em;color:#0b3b5a;margin-left:.5rem}.gallery-card:not(.expanded) .gallery-thumb{display:block;width:90%!important;height:100px!important;object-fit:cover;border-radius:6px;position:absolute!important;inset:auto auto 8px 50%!important;transform:translate(-50%)!important;box-shadow:0 3px 10px #00000026;z-index:10;margin:0!important}.gallery-card:not(.expanded) .card-text{max-height:0;opacity:0;overflow:hidden;margin:0;padding:0}.gallery-card.expanded{min-height:320px;max-height:320px;overflow:hidden;padding:1.5rem 1rem}.gallery-card.expanded .card-body{padding-right:0;padding-bottom:0;max-height:100%;overflow-y:auto}.gallery-card.expanded .card-title{font-size:.95rem;margin-bottom:.5rem}.gallery-card.expanded .card-title:after{content:" ▲";font-size:.8em;color:#0b3b5a;margin-left:.5rem}.gallery-card.expanded .gallery-thumb{display:none!important}.gallery-card.expanded .card-text{max-height:100%;opacity:1;font-size:.8rem;line-height:1.35;margin-top:.5rem;overflow-y:auto;transition:max-height .3s ease,opacity .3s ease}.card-text.hide{max-height:0;opacity:0}}.content .content-card.with-side-image{position:relative}.content .content-card.with-side-image>p{position:relative;padding-right:200px}.content .content-card.with-side-image .card-side-image{position:absolute;top:50%;right:-150px;transform:translateY(-50%);width:300px;height:auto;border-radius:12px;box-shadow:0 6px 18px #0003;object-fit:cover}@media (max-width: 1024px){.content .content-card.with-side-image>p{padding-right:160px}.content .content-card.with-side-image .card-side-image{width:240px;right:-120px}}@media (max-width: 768px){.content .content-card.with-side-image>p{padding-right:120px}.content .content-card.with-side-image .card-side-image{width:180px;right:-90px;border-radius:10px}}@media (max-width: 480px){.content .content-card.with-side-image>p{padding-right:1.5rem}.content .content-card.with-side-image .card-side-image{display:none}}.themes-section{margin-top:2.5rem}.themes-section h2{margin-bottom:1rem}.themes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 900px){.themes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.theme-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:1.1rem 1.1rem 1.25rem;text-align:left;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.theme-card:hover{transform:translateY(-3px);background-color:#fafafa;box-shadow:0 10px 24px #00000014}.icon-wrap{width:48px;height:48px;margin:0 0 .5rem;color:#1e88e5}.theme-title{font-size:1rem;font-weight:600;margin:.25rem 0 .35rem}.theme-desc{margin:.25rem 0 0;font-size:.96rem;line-height:1.55;color:#000c}.theme-logo{display:grid;place-items:center;margin-bottom:.35rem;color:#1e88e5}.theme-logo svg{width:36px;height:36px}.theme-media img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #00000014}.media-box{display:grid;place-items:center;width:100%;height:100%;border-radius:12px;background:linear-gradient(135deg,#e3f2fd,#f1f8ff);color:#1e88e5;box-shadow:0 6px 18px #00000014}@media (max-width: 768px){.theme-row,.theme-row.reverse{flex-direction:column}.theme-media img,.media-box{height:200px}}.whyus-page .content{max-width:1200px;margin:2rem auto;padding:0 1rem}.whyus-heading{color:#0b3b5a;margin-bottom:1.25rem}.whyus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;align-items:start}.whyus-card{background:#fff;border-radius:12px;box-shadow:0 10px 28px #021e3414;padding:1.25rem;position:relative;overflow:visible;min-height:170px;display:flex;flex-direction:column;justify-content:flex-start}.whyus-card .card-body{z-index:2}.whyus-card .card-title{margin:0 0 .6rem;color:#0b3b5a;font-size:1.1rem}.whyus-card .card-text{color:#21333f;line-height:1.5;font-size:.98rem}.whyus-card .card-image{position:absolute;top:-22px;right:-22px;width:160px;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 8px 20px #021e341f;z-index:1}@media (max-width: 760px){.whyus-grid{gap:16px}.whyus-card .card-image{width:120px;height:90px;top:-18px;right:-12px}}@media (max-width: 800px){.whyus-page .gallery-thumb{width:180px;height:120px;object-fit:cover}.whyus-page .card-title{font-size:.74rem}.whyus-page .card-text{font-size:.54rem;line-height:1.3}.whyus-page .card-body{padding-right:2px}}.whyus-page .gallery-card.expanded .card-title{font-size:clamp(.78rem,2.2vw,1.12rem)}.whyus-page .gallery-card.expanded .card-text{font-size:clamp(.6rem,2vw,1rem);line-height:clamp(1.25,2.2vw,1.55)}.whyus-page .card-title{font-size:clamp(.9rem,1.2vw,1.18rem)}.whyus-page .card-text{font-size:clamp(.86rem,1.1vw,1rem)}.whyus-page .header-image{height:576px;max-height:576px;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 1024px){.whyus-page .header-image{height:56.25vw;max-height:576px}}@media (max-width: 768px){.whyus-page .header-image{height:50vw;max-height:400px}}.whyus-card,.whyus-card *{transition:none!important}.bags-page{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;color:#222;line-height:1.6}.bags-header-image{height:576px;max-height:576px;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 1024px){.bags-page .header-image{height:56.25vw;max-height:576px}}@media (max-width: 768px){.bags-page .header-image{height:50vw;max-height:400px}}.header-title{position:relative;z-index:1;color:#fff;font-size:3rem;font-weight:700;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.7);padding:0 20px}.bags-hero{position:relative;height:70vh;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden}.bags-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0009,#002850b3);z-index:1}.bags-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;animation:fadeInUp 1s ease-out}.bags-hero h1{font-size:4rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 4px 8px rgba(0,0,0,.3);letter-spacing:1px;line-height:1.2}.bags-hero-subtitle{font-size:1.5rem;font-weight:300;margin:0;opacity:.95;letter-spacing:.5px}.content{max-width:1400px;margin:0 auto;padding:60px 20px}.bags-content{max-width:1400px;margin:0 auto;padding:4rem 2rem}.intro{margin-bottom:60px}.intro h2{font-size:2.5rem;color:#2c3e50;margin-bottom:20px}.intro h3{font-size:1.8rem;color:#34495e;margin:30px 0 15px;text-align:center}.intro h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.intro p,.intro p.alt{font-size:1.1rem;line-height:1.8;color:#555;max-width:900px;margin:0 auto}.bags-intro{text-align:center;margin-bottom:5rem;animation:fadeIn 1.2s ease-out}.bags-intro h2{font-size:2.8rem;color:#1a2332;margin-bottom:2rem;font-weight:600;position:relative;display:inline-block}.bags-intro h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.bags-intro p{font-size:1.2rem;line-height:1.8;color:#4a5568;max-width:900px;margin:2rem auto 0}.typeabc-image{display:block;margin:40px auto;max-width:800px;width:100%;border-radius:16px}.types-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}.type-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.type-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.type-card-title{font-size:1.8rem;color:#2c3e50;margin-bottom:25px;text-align:center;padding-bottom:15px;border-bottom:3px solid #3498db;min-height:70px;display:flex;align-items:center;justify-content:center}.card-section{margin-bottom:25px;flex:1}.card-section h4{font-size:1.2rem;color:#2980b9;margin-bottom:12px;font-weight:600;min-height:30px}.card-section p:not(.p1){font-size:1rem;line-height:1.7;color:#555;margin:0}p.p1{font-size:1rem;line-height:1.8;color:#555;margin:0}.card-section ul{margin:10px 0;padding-left:20px}.card-section ul li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:8px}.features li::marker{color:#27ae60}.safety li{color:#e74c3c}.safety li::marker{color:#e74c3c}.choosing{background:#f8f9fa;border-radius:12px;padding:40px;text-align:center;box-shadow:0 2px 4px #0000001a}.choosing h3{font-size:2rem;color:#2c3e50;margin-bottom:20px}.choosing p{font-size:1.1rem;line-height:1.8;color:#555;max-width:900px;margin:0 auto}.choosing ul{list-style:none;padding:0;margin:20px auto;max-width:700px;text-align:left}.choosing ul li{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:10px;padding-left:30px;position:relative}.choosing ul li:before{content:"✓";position:absolute;left:0;color:#3498db;font-weight:700;font-size:1.3rem}.bags-image-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;transition:transform .3s ease,box-shadow .3s ease}.bags-image-section:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.bags-image-section.reverse{grid-template-columns:1fr 1fr}.bags-image-section.reverse .section-content{order:2}.bags-image-section.reverse .section-image{order:1}.section-image{width:100%;height:400px;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #00000026}.section-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.section-image:hover img{transform:scale(1.08)}.section-content h3{font-size:2.2rem;color:#1a2332;margin-bottom:1.5rem;font-weight:600}.section-content p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.bags-section{margin-bottom:5rem;animation:fadeInUp 1s ease-out}.bags-section h3{text-align:center;font-size:2.5rem;color:#06c;margin-bottom:3rem}.bags-section h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.bags-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.feature-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border-left:4px solid #0066cc}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0066cc26;border-left-color:#0af}.feature-card h4{font-size:1rem;color:#1a2332;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.feature-card h4:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#06c,#0af);color:#fff;border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0}.feature-card p{font-size:.8rem;line-height:1.7;color:#4a5568}.bags-list{background:#fff;padding:3rem;margin:2rem 0}.bags-list h3{font-size:2.2rem;color:#1a2332;margin:0 0 2rem;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.bags-list h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.bags-list ul{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.bags-list li{padding:1.8rem 2rem;background:#fff;border-radius:15px;font-size:.9rem;color:#2d3748;transition:all .3s ease;box-shadow:0 5px 20px #0000001f;border-left:4px solid #0066cc;text-align:left;font-weight:500}.bags-list li:hover{background:linear-gradient(135deg,#06c,#0af);color:#fff;border-left-color:#0af;box-shadow:0 12px 40px #0066cc4d;transform:translateY(-5px)}.bags-list li strong{font-weight:600;display:block;margin-bottom:.3rem;font-size:1.1rem}.process-section{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:5rem;animation:fadeInUp 1s ease-out}.process-section h3{text-align:center;font-size:2.5rem;color:#06c;margin-bottom:3rem}.process-section h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.process-section h4{font-size:1.5rem;color:#06c;margin-bottom:1.5rem;font-weight:600}.process-flow{margin:4rem auto;max-width:700px;position:relative}.process-step{display:flex;align-items:center;margin-bottom:2rem;position:relative;gap:2rem}.process-step:after{content:"";position:absolute;background:linear-gradient(135deg,#06c,#09f);z-index:0}.step-1:after{width:80px;height:calc(100% + 2rem);right:-40px;top:50%;border-radius:0 50px 50px 0}.step-2:after{width:80px;height:calc(100% + 2rem);left:-40px;top:50%;border-radius:50px 0 0 50px}.step-3:after{width:80px;height:calc(100% + 2rem);right:-40px;top:50%;border-radius:0 50px 50px 0}.step-4:after{width:80px;height:100%;left:-40px;top:0;border-radius:50px 0 0 50px}.process-step:before{content:"";position:absolute;width:100%;height:100%;border-radius:50px;z-index:0;box-shadow:0 8px 25px #00000026}.step-icon{width:120px;height:120px;min-width:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000026;position:relative;z-index:2}.step-icon svg{width:50px;height:50px;stroke-width:2}.step-content{flex:1;padding:2rem 2.5rem;border-radius:50px;position:relative;z-index:1;background:#fff;display:flex;flex-direction:column;gap:.5rem}.step-number{font-size:1.5rem;font-weight:700;color:#333;margin:0;letter-spacing:.5px}.step-title{font-size:1.3rem;font-weight:600;color:#1a2332;margin:0}.step-description{font-size:.95rem;line-height:1.6;color:#4a5568;margin:0}.step-1:before{background:linear-gradient(135deg,#d4a574,#8b6f47)}.step-1 .step-icon svg{stroke:#8b6f47}.step-2{flex-direction:row-reverse}.step-2:before{background:linear-gradient(135deg,#e91e63,#c2185b)}.step-2 .step-icon svg{stroke:#c2185b}.step-3:before{background:linear-gradient(135deg,#26c6da,#00838f)}.step-3 .step-icon svg{stroke:#00838f}.step-4{flex-direction:row-reverse}.step-4:before{background:linear-gradient(135deg,#555,#2c2c2c)}.step-4 .step-icon svg{stroke:#2c2c2c}@media (max-width: 768px){.process-step{flex-direction:column!important;text-align:center;gap:1rem}.step-icon{width:100px;height:100px;min-width:100px}.step-icon svg{width:40px;height:40px}.step-content{padding:1.5rem 2rem;border-radius:30px}.step-number{font-size:1.2rem}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}}.sustainability-section{background:#fff;padding:5rem 3rem;border-radius:20px;margin:4rem 0;box-shadow:0 10px 40px #00000014}.sustainability-section h3{font-size:2.5rem;color:#1a2332;margin-bottom:1.5rem;font-weight:600;text-align:center;position:relative;display:inline-block;width:100%}.sustainability-section h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#06c,#0af);border-radius:2px}.sustainability-section>p{font-size:1.2rem;line-height:1.8;color:#4a5568;max-width:800px;margin:2rem auto 3rem;text-align:center}.sustainability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.sustainability-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border-left:4px solid #0066cc}.sustainability-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0066cc26;border-left-color:#0af}.sustainability-card h4{font-size:1rem;color:#1a2332;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.sustainability-card h4:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#06c,#0af);color:#fff;border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0}.sustainability-card p{font-size:1rem;line-height:1.7;color:#4a5568}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.types-container{grid-template-columns:1fr;gap:40px}.type-card-title{min-height:auto}.bags-hero h1{font-size:3rem}.bags-image-section,.bags-image-section.reverse{grid-template-columns:1fr}.bags-image-section.reverse .section-content,.bags-image-section.reverse .section-image{order:initial}.section-image{height:350px}.bags-features{grid-template-columns:repeat(2,1fr)}.bags-list{padding:2rem}.bags-list ul{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.header-title,.intro h2{font-size:2rem}.intro h3{font-size:1.5rem}.choosing h3{font-size:1.6rem}.type-card{padding:25px}.type-card-title{font-size:1.5rem}.bags-hero{height:60vh}.bags-hero h1{font-size:2.5rem}.bags-hero-subtitle{font-size:1.2rem}.bags-content{padding:3rem 1.5rem}.bags-intro h2{font-size:2rem}.section-content h3{font-size:1.8rem}.bags-features{grid-template-columns:1fr}.bags-list{padding:2rem 1.5rem}.bags-list h3{font-size:1.8rem}.bags-list ul{grid-template-columns:1fr;gap:1rem}.bags-list li{padding:1.5rem 1.8rem}.sustainability-section{padding:3rem 2rem}.sustainability-section h3{font-size:2rem}.sustainability-grid{grid-template-columns:1fr}}.quality-policies{--line: rgba(0, 0, 0, .12);--node-bg: #ffffff;--node-ring: #eef2ff;--shadow: 0 6px 18px rgba(0, 0, 0, .08)}.timeline-root{position:relative;max-width:1100px;margin:0 auto 1.25rem;display:grid;place-items:center}.timeline-root:after{content:"";position:absolute;bottom:-.75rem;left:50%;width:2px;height:24px;background:var(--line);transform:translate(-1px)}.root-card{background:linear-gradient(180deg,#fff,#f9fafb);border:1px solid var(--node-ring);border-radius:999px;padding:.5rem 1rem;box-shadow:var(--shadow);font-weight:600}.header-image.quality-header{height:576px;max-height:576px}@media (max-width: 1024px){.header-image.quality-header{height:56.25vw;max-height:576px}}@media (max-width: 768px){.header-image.quality-header{height:50vw;max-height:400px}}.section-pad{padding:2rem 0}.text-center{text-align:center}.icon-title{display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.lead{max-width:900px;margin:0 auto 1rem;text-align:center}.lead-tight{max-width:900px;margin:.5rem auto 0}.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:1100px;margin:0 auto}.policy-card{background:#fff;border-radius:16px;box-shadow:0 6px 18px #00000014;padding:1.25rem;border:1px solid #f2f2f2}.policy-card h3{margin:0}.policy-card p{margin-top:.5rem}.policy-timeline{list-style:none;margin:0 auto;padding:0;max-width:1100px;display:grid;grid-template-columns:minmax(240px,1fr) 2px minmax(240px,1fr);--timeline-gap: 1.25rem;column-gap:var(--timeline-gap);row-gap:2rem;position:relative;grid-auto-flow:row dense}.policy-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--line);transform:translate(-1px)}.timeline-item{display:contents}.timeline-item.left .spacer{grid-column:3}.timeline-item.right .spacer{grid-column:1}.timeline-item .spacer{min-height:1px}.timeline-card{background:var(--node-bg);border-radius:14px;padding:.9rem 1rem;border:1px solid var(--node-ring);box-shadow:var(--shadow);position:relative;transition:transform .16s ease,box-shadow .16s ease}.timeline-card h3{margin:0 0 .25rem}.timeline-card p{margin:0;color:#000000b3}.timeline-card:hover,.timeline-card:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px #0000001f;outline:none}.dot{grid-column:2;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #9ca3af;justify-self:center;align-self:center;box-shadow:0 0 0 3px #e5e7eb;z-index:2}.timeline-item.left .timeline-card{grid-column:1;justify-self:end;border-right:3px solid #9ca3af;padding-right:.9rem}.timeline-item.right .timeline-card{grid-column:3;justify-self:start;border-left:3px solid #9ca3af;padding-left:.9rem}.timeline-item.left .timeline-card:before,.timeline-item.right .timeline-card:before{content:"";position:absolute;top:50%;transform:translateY(-1px);width:calc(var(--timeline-gap) + 1px);height:2px;background:var(--line)}.timeline-item.left .timeline-card:before{right:calc(-1 * (var(--timeline-gap) + 1px))}.timeline-item.right .timeline-card:before{left:calc(-1 * (var(--timeline-gap) + 1px))}@media (max-width: 700px){.policy-timeline{grid-template-columns:2px 1fr;--timeline-gap: 1rem;column-gap:var(--timeline-gap);grid-auto-flow:row}.policy-timeline:before{left:0;transform:none}.timeline-item .spacer{display:none}.dot{grid-column:1}.timeline-item.left .timeline-card,.timeline-item.right .timeline-card{grid-column:2;justify-self:start;border-left:3px solid #9ca3af;border-right:none;padding-left:.9rem;padding-right:1rem}.timeline-item.left .timeline-card:before,.timeline-item.right .timeline-card:before{left:calc(-1 * var(--timeline-gap));right:auto;width:var(--timeline-gap);top:50%;transform:translateY(-1px)}}.testing-facility{background:#f9fafb;border-radius:16px;padding:2rem 1.5rem;text-align:center}.team{text-align:center}.future-goals{background:#f3f4f6;border-radius:16px;padding:2rem 1.5rem;text-align:center}.footer-cta{text-align:center;background:#eff6ff;border-radius:16px;padding:2.5rem 1.5rem}.footer-cta h2{margin-bottom:.5rem}.footer-cta p{color:#374151;margin-bottom:1rem}.primary-btn{background:#2563eb;color:#fff;padding:.75rem 1.25rem;border-radius:12px;border:0;cursor:pointer;box-shadow:0 6px 18px #2563eb59}.primary-btn:hover{background:#1d4ed8}.themes-alt{margin-top:2.5rem}.themes-alt h2{margin-bottom:1rem}.themes-alt-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 16px #0000000a}.theme-row{display:flex;align-items:stretch;gap:1.5rem;padding:1.25rem;margin:0}.theme-row.reverse{flex-direction:row-reverse}.theme-text,.theme-media{flex:1 1 0}.theme-text h3{margin:0 0 .5rem;font-size:1.1rem;text-align:center}.theme-text p{margin:0;line-height:1.6;color:#000c}.theme-row+.theme-row{border-top:1px solid rgba(0,0,0,.06)}.theme-media img{width:70%;max-width:350px;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 6px 18px #00000014}.theme-media{display:flex;align-items:center;justify-content:center}.theme-media>img{width:70%;max-width:350px;height:220px;object-fit:cover;border-radius:16px}@media (max-width: 768px){.theme-row,.theme-row.reverse{flex-direction:column}.theme-media>img{width:90%;max-width:100%;height:200px;border-radius:12px}}.contact-lead{color:#333;line-height:1.7;font-size:1.05rem;background:#f9f9f9;padding:1rem 1.25rem;border-radius:12px;border-left:4px solid #0759ad;box-shadow:0 2px 5px #0000000f}.contact-form{margin-top:1.25rem;max-width:760px;background:#fff;border-radius:12px;box-shadow:0 10px 28px #021e3414;padding:1.25rem}.contact-layout{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,1.3fr);gap:20px;align-items:start;margin-top:1rem}.contact-info-card{background:#fff;border-radius:12px;box-shadow:0 10px 28px #021e3414;padding:1.25rem}.info-title{margin:0 0 .75rem;color:#0b3b5a;font-size:1.25rem}.info-list{display:flex;flex-direction:column;gap:12px}.info-item{display:flex;gap:10px;align-items:center}.info-icon{display:inline-flex;align-items:center;justify-content:center;color:#0759ad;font-size:22px}.info-text{display:flex;flex-direction:column;gap:2px}.info-label{font-weight:700;color:#234556;font-size:.95rem}.info-value{color:#2a2a2a}.info-link{color:#0b3b5a;text-decoration:none}.info-link:hover{text-decoration:underline}.info-actions{display:flex;gap:8px;margin-top:.75rem;flex-wrap:wrap}.btn-outline{display:inline-block;background:linear-gradient(135deg,#0759ad,#05478a);color:#fff;border:none;border-radius:999px;padding:.6rem 1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #0759ad59;transition:background .18s ease,transform .2s ease,box-shadow .2s ease}.btn-outline:visited,.btn-outline:hover,.btn-outline:active,.btn-outline:focus{color:#fff;text-decoration:none}.btn-outline:hover{background:linear-gradient(135deg,#0861c2,#054d9f);transform:translateY(-2px);box-shadow:0 14px 32px #0759ad73}.btn-outline:active{background:linear-gradient(135deg,#064690,#04417a);transform:translateY(-1px) scale(.99);box-shadow:0 8px 18px #0759ad59}.btn-outline:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.form-row{display:grid;gap:14px}.form-row.two-col{grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:700;color:#0b3b5a;margin-bottom:8px}.form-group input,.form-group textarea{appearance:none;background:#fff;color:#222;border:1.5px solid rgba(11,59,90,.18);border-radius:10px;padding:12px;font-size:1rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform 80ms ease;box-shadow:0 2px #0b3b5a08 inset}.form-group textarea{resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#00000073}.form-group input:focus,.form-group textarea:focus{border-color:#0759ad;box-shadow:0 0 0 3px #0759ad2e}.btn-primary{display:inline-block;margin-top:1rem;background:linear-gradient(135deg,#0759ad,#05478a);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:999px;font-weight:700;font-size:1.05rem;letter-spacing:.2px;box-shadow:0 8px 20px #0759ad59;cursor:pointer;transition:background .18s ease,transform .2s ease,box-shadow .2s ease,filter .15s ease}.btn-primary:hover{background:linear-gradient(135deg,#0861c2,#054d9f);transform:translateY(-2px);box-shadow:0 14px 32px #0759ad73}.btn-primary:active{transform:translateY(-1px) scale(.99);background:linear-gradient(135deg,#064690,#04417a);box-shadow:0 8px 18px #0759ad59}.btn-primary:disabled,.btn-primary.is-loading{filter:grayscale(.2) brightness(.9);cursor:not-allowed}.alert{margin-top:.75rem;padding:10px 14px;border-radius:10px;border:1px solid transparent;font-size:.95rem}.alert.success{color:#0a3622;background:#d1e7dd;border-color:#badbcc}.alert.error{color:#842029;background:#f8d7da;border-color:#f5c2c7}.alert.notice{color:#664d03;background:#fff3cd;border-color:#ffecb5}@media (max-width: 760px){.form-row.two-col{grid-template-columns:1fr}.contact-form{padding:1rem}.contact-layout{grid-template-columns:1fr;gap:14px}}.App{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;min-height:calc(100vh - 130px);padding-bottom:2rem;background:#fff}:root{--navbar-height: 0px}:root.navbar-is-fixed .main-content{padding-top:var(--navbar-height)}.page{min-height:calc(100vh - 130px);background:#fff}.header-image{width:100%;height:30vw;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;margin-top:calc(var(--navbar-height, 130px) * -1);padding-top:var(--navbar-height, 130px);margin-bottom:3rem;overflow:hidden}.header-image:before{content:"";position:absolute;inset:0;background:#0006}.header-title{position:relative;z-index:2;color:#fff;font-size:3.5rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.8);text-align:center;opacity:0;transform:translateY(60px) scale(.7);animation:emergeTitle 1.5s cubic-bezier(.175,.885,.32,1.275) .5s forwards}@keyframes emergeTitle{0%{opacity:0;transform:translateY(60px) scale(.7)}40%{opacity:.6;transform:translateY(20px) scale(.85)}70%{opacity:.9;transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.header-title.slide-left{transform:translate(-100px) scale(.8);animation:slideFromLeft 1.2s ease-out .3s forwards}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-100px) scale(.8)}60%{opacity:.8;transform:translate(10px) scale(1.05)}to{opacity:1;transform:translate(0) scale(1)}}.header-title.zoom-fade{transform:scale(.3);animation:zoomFade 1.8s cubic-bezier(.25,.46,.45,.94) .4s forwards}@keyframes zoomFade{0%{opacity:0;transform:scale(.3)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.header-title.typewriter{border-right:3px solid #ffffff;white-space:nowrap;overflow:hidden;width:0;animation:typewriter 2s steps(40) .5s forwards,blinkCursor .8s infinite}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blinkCursor{0%,50%{border-color:#fff}51%,to{border-color:transparent}}.header-title.bounce-in{transform:scale(.3) translateY(-100px);animation:bounceIn 1.5s cubic-bezier(.68,-.55,.265,1.55) .3s forwards}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(-100px)}50%{opacity:.8;transform:scale(1.05) translateY(10px)}70%{transform:scale(.98) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.header-title.rotate-fade{transform:rotateY(90deg) scale(.5);animation:rotateFade 1.6s ease-out .4s forwards}@keyframes rotateFade{0%{opacity:0;transform:rotateY(90deg) scale(.5)}60%{opacity:.8;transform:rotateY(-10deg) scale(1.05)}to{opacity:1;transform:rotateY(0) scale(1)}}.content{max-width:1200px;margin:0 auto;padding:0 3rem;background:#fff}.content h2{color:#0759ad;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative}.content h2:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#0759ad,#05478a);border-radius:2px}.content h3{color:#0759ad;margin-bottom:1rem;font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative}.content p{color:#333;line-height:1.8;font-size:1.2rem}.content p.card,.content .p-card{color:#333;line-height:1.8;font-size:1rem}.content p.alt,.content .p-alt{color:#333;line-height:1.8;font-size:1.2rem;background:#f9f9f9;padding:2rem;border-radius:15px;border-left:5px solid #0759ad;margin-top:1rem;box-shadow:0 2px 5px #0000001a}@media (max-width: 768px){.header-image{height:calc(200px + var(--navbar-height, 110px));margin-bottom:2rem;margin-top:0;padding-top:0}.header-title{font-size:1.8rem;padding:.5rem 1rem;max-width:90%;word-wrap:break-word;line-height:1.2;text-align:center;margin-top:var(--navbar-height, 110px)}.content{padding:0 1rem}.content h2{font-size:2rem}.content p{font-size:1rem;padding:1.5rem}}@media (max-width: 480px){.header-image{height:calc(150px + var(--navbar-height, 110px))}.header-title{font-size:1.3rem;padding:.4rem .8rem;letter-spacing:1px;max-width:95%;line-height:1.3;text-align:center}}@media (max-width: 360px){.header-image{height:calc(130px + var(--navbar-height, 110px))}.header-title{font-size:1.1rem;padding:.3rem .6rem;letter-spacing:.5px;max-width:98%;text-align:center}}
