:root{--black:#000;--white:#fff;--red:#e63329;--gray:#f5f5f5;--muted:#666;--fd:"DM Serif Display",serif;--fb:"DM Sans",sans-serif}.ctr{max-width:1200px;margin:0 auto;padding:0 24px}.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:8px 20px;font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3;margin-bottom:32px}.badge:before{content:"";width:6px;height:6px;background:var(--red);border-radius:50%}.badge-dark{border-color:#00000026;color:var(--muted)}.badge-dark:before{background:var(--red)}.hero{position:relative;min-height:80vh;background:var(--black);color:var(--white);display:flex;flex-direction:column;justify-content:center;padding:120px 0 80px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(/images/mtp-fulfillment-warehouse-hero.webp) center/cover;opacity:.18}.hero-content{position:relative;z-index:2;padding:0 8vw;width:100%}.hero h1{font-family:var(--fd);font-size:clamp(42px,6vw,80px);font-weight:400;line-height:.95;margin-bottom:28px}.hero-sub{font-size:clamp(16px,1.8vw,20px);color:#fff9;line-height:1.7;max-width:620px}.hero-form{display:flex;gap:12px;max-width:460px;margin-top:28px}.hero-form input{flex:1;padding:16px 20px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff0a;color:#fff;font-size:15px;outline:none}.hero-form input::placeholder{color:#ffffff40}.hero-form button{padding:16px 24px;background:transparent;color:#fff;border:2px solid #fff;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s}.hero-form button:hover{background:#fff;color:#000}.hero-note{font-size:13px;color:#ffffff4d;margin-top:12px}.sec-h2{font-family:var(--fd);font-size:clamp(32px,4.5vw,56px);font-weight:400;margin-bottom:48px}.story{padding:100px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-img{border-radius:12px;overflow:hidden}.story-img img{width:100%;aspect-ratio:4/3;object-fit:cover}.story-text p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:20px}.story-text p strong{color:var(--black);font-weight:500}.story-highlight{background:var(--red);color:var(--white);padding:24px 32px;border-radius:8px;margin-top:32px;font-size:15px;line-height:1.7}.wh-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px}.wh-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:40px;transition:border-color .3s}.wh-card:hover{border-color:#fff3}.wh-card h3{font-family:var(--fd);font-size:24px;font-weight:400;margin-bottom:8px;color:var(--white)}.wh-tag{display:inline-block;background:var(--red);color:var(--white);font-size:11px;font-weight:500;letter-spacing:1px;padding:4px 12px;border-radius:100px;margin-bottom:16px;text-transform:uppercase}.wh-card p{font-size:14px;color:#ffffff8c;line-height:1.7}.wh-card ul{list-style:none;margin-top:16px}.wh-card ul li{font-size:14px;color:#fff9;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.wh-card ul li:before{content:"✓";color:var(--red);margin-right:10px;font-weight:700}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#0000000f;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;margin-top:48px}.tech-card{background:var(--white);padding:40px 28px;text-align:center;transition:background .3s}.tech-card:hover{background:var(--gray)}.tech-icon{font-size:36px;margin-bottom:16px}.tech-card h3{font-size:16px;font-weight:500;margin-bottom:8px}.tech-card p{font-size:13px;color:var(--muted);line-height:1.6}.blackout{padding:100px 0;background:var(--black);color:var(--white)}.bo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.bo-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:36px;text-align:center}.bo-icon{font-size:48px;margin-bottom:16px}.bo-card h3{font-size:18px;font-weight:500;margin-bottom:8px}.bo-card p{font-size:14px;color:#ffffff80;line-height:1.6}.bo-badge{display:inline-block;background:var(--red);color:var(--white);font-size:11px;font-weight:500;padding:6px 16px;border-radius:100px;margin-top:32px;letter-spacing:1px}.numbers{padding:100px 0;background:var(--gray)}.num-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.num-card{padding:48px 32px;text-align:center;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.num-val{font-family:var(--fd);font-size:clamp(40px,5vw,64px);color:var(--red);font-weight:400;line-height:1}.num-label{font-size:14px;color:var(--muted);margin-top:12px}.seo-article{padding:100px 0}.seo-article h2{font-family:var(--fd);font-size:clamp(28px,3.5vw,40px);font-weight:400;margin-bottom:32px}.seo-article h3{font-size:20px;font-weight:500;margin:32px 0 16px}.seo-article p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:16px;max-width:800px}@media(max-width:768px){.hero{padding:100px 0 60px}.hero-content{padding:0 24px}.hero h1{font-size:clamp(36px,9vw,48px)}.story-grid{grid-template-columns:1fr;gap:40px}.wh-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr 1fr}.bo-grid{grid-template-columns:1fr}.num-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.tech-grid,.num-grid{grid-template-columns:1fr}}.svc-card,.service-card,.num-card,.adv-card,.ben-card,.wh-card,.case-stats,.step{opacity:1!important;transform:none!important}
