
:root{--navy:#071b35;--navy2:#0b2545;--yellow:#f8b500;--yellow2:#ffca2c;--ink:#10233e;--muted:#64748b;--line:#e6ebf0;--bg:#f7f9fb;--shadow:0 18px 50px rgba(9,30,66,.10);--r:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(230,235,240,.9)}.nav{height:84px;display:flex;align-items:center;gap:28px}.logo img{width:176px}.links{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:800}.links a{position:relative}.links a:hover,.links a.active{color:#d39700}.links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;background:var(--yellow);border-radius:5px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:8px;border:1px solid transparent;font-weight:800;font-size:14px;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:var(--navy)}.btn-primary:hover{background:var(--yellow2)}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:#9fb0c2;color:#fff;background:rgba(255,255,255,.05)}.mobile-toggle{display:none;margin-left:auto;background:none;border:0;font-size:28px;color:var(--navy)}
.hero{min-height:650px;background:linear-gradient(90deg,rgba(3,18,36,.95),rgba(3,18,36,.69) 50%,rgba(3,18,36,.12)),url('../img/hero.webp') center/cover;display:flex;align-items:center;color:#fff}.hero-content{padding:85px 0 100px;max-width:700px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:var(--yellow)}.hero h1{font-size:clamp(42px,5vw,70px);line-height:1.05;margin:14px 0 22px;letter-spacing:-.04em}.hero h1 span{color:var(--yellow)}.hero p{font-size:18px;color:#e0e7ef;max-width:630px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.trustbar{margin-top:-42px;position:relative;z-index:4}.trustgrid{background:var(--navy);border-radius:18px;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:var(--shadow)}.trustitem{padding:24px 30px;display:flex;gap:15px;align-items:center;border-right:1px solid rgba(255,255,255,.14)}.trustitem:last-child{border:0}.icon{width:42px;height:42px;border-radius:12px;background:rgba(248,181,0,.12);border:1px solid rgba(248,181,0,.36);display:grid;place-items:center;color:var(--yellow);font-weight:900}
.section{padding:88px 0}.section.alt{background:var(--bg)}.section h2,.page-hero h1{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 20px}.lead{font-size:18px;color:var(--muted);max-width:720px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid{display:grid;grid-template-columns:.8fr 1fr 1fr;gap:24px;align-items:stretch}.card{border:1px solid var(--line);border-radius:var(--r);background:#fff;overflow:hidden;box-shadow:0 8px 30px rgba(12,35,65,.06)}.card-body{padding:26px}.card-img{width:100%;height:210px;object-fit:cover}.card h3{margin:0 0 10px;font-size:22px}.card p{color:var(--muted)}.checklist{list-style:none;padding:0;margin:18px 0}.checklist li{margin:8px 0;padding-left:27px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:#d39700;font-weight:900}.feature{display:flex;gap:16px;margin:22px 0}.feature h4{margin:0 0 3px}.feature p{margin:0;color:var(--muted)}.split-image{min-height:480px;border-radius:var(--r);background:url('../img/logistics.svg') center/cover;box-shadow:var(--shadow)}
.stats{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}.stat{padding:34px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.stat:nth-child(even){border-right:0}.stat:nth-last-child(-n+2){border-bottom:0}.stat b{display:block;font-size:34px;color:#d39700}.stat span{color:var(--muted)}.presence{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.presence .card-img{height:160px}
.map{min-height:350px;border-radius:var(--r);background:radial-gradient(circle at 62% 55%,rgba(248,181,0,.24),transparent 9%),linear-gradient(145deg,#f7f9fb,#e9f0f6);position:relative;overflow:hidden;border:1px solid var(--line)}.map:before{content:"GLOBAL SUPPLY NETWORK";position:absolute;inset:0;display:grid;place-items:center;color:#b5c2d0;font-weight:900;font-size:clamp(28px,5vw,62px);letter-spacing:.08em}.pin{position:absolute;background:var(--navy);color:#fff;border-radius:99px;padding:9px 13px;font-size:12px;font-weight:800}.pin.a{left:61%;top:38%}.pin.b{left:57%;top:49%}.pin.c{left:66%;top:60%;background:#d39700}
.cta{background:var(--yellow);padding:24px 0}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.cta strong{font-size:25px;color:var(--navy)}.footer{background:var(--navy);color:#fff;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.2fr;gap:32px}.footer h4{margin-top:0}.footer a,.footer p{color:#c8d2de}.footer a:hover{color:var(--yellow)}.footer-logo{width:190px;filter:brightness(0) invert(1)}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;color:#98a8ba;font-size:13px;display:flex;justify-content:space-between;gap:20px}
.page-hero{padding:95px 0;color:#fff;background:linear-gradient(90deg,rgba(7,27,53,.96),rgba(7,27,53,.72)),url('../img/paper-rolls.svg') center/cover}.page-hero p{color:#dbe4ec;max-width:700px}.tabs{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 30px}.tab{padding:10px 16px;border-radius:99px;background:#eef3f7;font-weight:800;font-size:13px}.tab.active{background:var(--yellow)}.products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-small{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.product-small img{height:145px;width:100%;object-fit:cover}.product-small div{padding:16px}.product-small h3{font-size:17px;margin:0 0 5px}.product-small p{font-size:13px;color:var(--muted);margin:0}.service-card{padding:30px}.service-card .icon{margin-bottom:22px}.service-card h3{margin-top:0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-meta{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#d39700;font-weight:900}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:42px}.form{display:grid;gap:16px}.field{display:grid;gap:7px}.field label{font-weight:800;font-size:13px}.field input,.field textarea{width:100%;padding:14px 15px;border:1px solid #d9e1e8;border-radius:10px;font:inherit}.field textarea{min-height:150px;resize:vertical}.form-note{font-size:13px;color:var(--muted)}.contact-card{padding:30px}.contact-line{display:flex;gap:14px;margin:18px 0}.contact-line b{display:block}.contact-line span{color:var(--muted)}
.modal{position:fixed;inset:0;z-index:100;background:rgba(3,15,29,.74);display:none;align-items:center;justify-content:center;padding:22px}.modal.open{display:flex}.modal-box{background:#fff;border-radius:22px;width:min(620px,100%);max-height:92vh;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.3)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--line)}.modal-body{padding:28px}.close{border:0;background:#eef2f6;width:38px;height:38px;border-radius:50%;font-size:20px;cursor:pointer}.notice{padding:14px 16px;border-radius:10px;background:#fff8df;border:1px solid #f5df99;color:#725500;margin-bottom:18px;display:none}.notice.show{display:block}
@media(max-width:900px){.links{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:22px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.links.open{display:flex}.mobile-toggle{display:block}.nav>.btn-primary{display:none}.trustgrid,.grid2,.grid3,.product-grid,.footer-grid,.contact-layout,.presence,.blog-grid{grid-template-columns:1fr}.products-list{grid-template-columns:repeat(2,1fr)}.trustitem{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.trustitem:last-child{border-bottom:0}.hero{min-height:600px}.cta .container,.copyright{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.nav{height:72px}.links{top:72px}.logo img{width:145px}.hero h1{font-size:42px}.hero-content{padding:70px 0 85px}.hero p{font-size:16px}.section{padding:64px 0}.products-list{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.stat{border-right:0}.stat:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}}
