.home-hero{height:560px;position:relative;overflow:hidden;background:#082b24;color:#fff}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-image:linear-gradient(90deg,rgba(5,34,28,.94) 0%,rgba(8,45,37,.78) 45%,rgba(4,24,20,.18) 78%),var(--hero-image);background-position:center;background-size:cover;transition:opacity .8s,visibility .8s}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide.factory-slide{background-position:center bottom}
.hero-slide-inner{height:100%;display:flex;align-items:center}
.hero-message{max-width:690px;padding-bottom:10px}
.hero-kicker{display:flex;align-items:center;gap:10px;color:#edc76f;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.8px}
.hero-kicker:before{content:"";width:34px;height:2px;background:#edc76f}
.hero-message h1,.hero-message h2{font:800 clamp(42px,4.6vw,64px)/1.08 "Manrope";letter-spacing:-2px;margin:13px 0 18px;color:#fff}
.hero-message p{max-width:650px;font-size:18px;line-height:1.65;color:#e1ebe6;margin:0}
.hero-dots{position:absolute;z-index:3;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.hero-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:.25s}
.hero-dots button.active{width:32px;border-radius:8px;background:var(--gold)}
.trust-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(10,40,33,.04)}
.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-strip .container>div{padding:22px 28px;border-right:1px solid var(--line);display:flex;align-items:center;gap:10px}
.trust-strip .container>div:last-child{border-right:0}
.trust-strip strong{font:800 21px "Manrope";color:var(--forest)}
.trust-strip span{font-size:13px;color:var(--muted)}
.home-section{padding:82px 0}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.intro-image{position:relative}
.intro-image img{width:100%;height:430px;object-fit:cover;border-radius:24px}
.intro-image span{position:absolute;left:24px;bottom:24px;background:#fff;color:var(--forest);font-weight:800;padding:13px 18px;border-radius:12px;box-shadow:var(--shadow)}
.intro-grid h2,.home-heading h2,.why-copy h2,.faq-layout h2{font:800 clamp(32px,3.3vw,46px)/1.15 "Manrope";letter-spacing:-1.3px;color:var(--forest);margin:9px 0 17px}
.intro-grid p,.home-heading>p,.faq-layout>div>p{color:var(--muted)}
.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:22px 0 26px;color:#345047;font-size:14px}
.mini-points span::first-letter{color:var(--gold)}
.product-showcase{background:#f6f3ec}
.home-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:32px}
.home-heading h2{margin-bottom:0}
.home-heading>p{max-width:430px;margin:0}
.home-products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.home-products article{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e5e2da;box-shadow:0 12px 34px rgba(16,52,42,.07);transition:.3s}
.home-products article:hover{transform:translateY(-6px)}
.home-products img{width:100%;height:230px;object-fit:cover}
.home-products article>div{padding:24px}
.home-products small{color:var(--gold);text-transform:uppercase;letter-spacing:1px;font-weight:800}
.home-products h3{font:700 23px "Manrope";color:var(--forest);margin:6px 0}
.home-products p{font-size:14px;color:var(--muted)}
.home-products article>div>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px}
.home-products a,.home-products button{font-weight:800;color:var(--green);font-size:13px}
.home-products button{border:0;background:none;cursor:pointer}
.why-redesign{background:linear-gradient(105deg,#05231d94,#0a3d30b3),url("../images/shipbackground.webp") center/cover;color:#fff}
.why-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;align-items:center}
.why-copy h2{color:#fff}
.why-copy p{color:#cbdad4;margin-bottom:25px}
.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.why-cards article{padding:25px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.045)}
.why-cards b{color:#edc76f}
.why-cards h3{font:700 18px "Manrope";margin:9px 0 5px}
.why-cards p{font-size:13px;line-height:1.6;color:#cbdad4;margin:0}
.home-heading.centered{display:block;text-align:center}
.home-heading.centered p{margin:10px auto 0}
.process-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-cards article{padding:28px 24px;border:1px solid var(--line);border-radius:17px;position:relative;background:#fff}
.process-cards span{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#edf5f1;color:var(--green);font-weight:900}
.process-cards h3{font:700 18px "Manrope";color:var(--forest);margin:17px 0 6px}
.process-cards p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.faq-section{background:#f7f9f7}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.faq-list{display:grid;gap:10px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 19px}
.faq-list summary{padding:17px 28px 17px 0;font-weight:800;color:var(--forest);cursor:pointer;position:relative;list-style:none}
.faq-list summary:after{content:"+";position:absolute;right:0;font-size:20px;color:var(--gold)}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{color:var(--muted);font-size:14px;margin:0 0 17px}
.final-home-cta{padding:64px 0;background:linear-gradient(120deg,#bd8c37,#ddb967);color:#fff}
.final-home-cta .container{display:flex;justify-content:space-between;align-items:center;gap:40px}
.final-home-cta h2{font:800 36px/1.2 "Manrope";margin:8px 0}
.final-home-cta p{margin:0;color:#fff8e8}
.final-home-cta .container>div:last-child{display:flex;gap:10px;flex-shrink:0}
.btn-whatsapp{background:#1ebc69;color:#fff}
.page-home>.export-cta{display:none}
.product-enquiry-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}
.product-enquiry-actions button,.product-enquiry-actions a{border:0;border-radius:9px;padding:10px 8px;text-align:center;font-weight:800;font-size:12px;cursor:pointer}
.product-enquiry-actions button{background:var(--forest);color:#fff}
.product-enquiry-actions a{background:#1ebc69;color:#fff}
@media(max-width:980px){
 .home-hero{height:520px}.intro-grid,.why-layout,.faq-layout{grid-template-columns:1fr;gap:40px}.home-products{grid-template-columns:repeat(2,1fr)}.process-cards{grid-template-columns:1fr 1fr}.trust-strip .container{grid-template-columns:1fr 1fr}.trust-strip .container>div:nth-child(2){border-right:0}.trust-strip .container>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.final-home-cta .container{align-items:flex-start;flex-direction:column}
}
@media(max-width:800px){.why-redesign{background-position:72% center;background-attachment:scroll}}
@media(max-width:680px){
 .home-hero{height:500px}.hero-slide{background-position:62% center}.hero-slide-inner{align-items:flex-end;padding-bottom:70px}.hero-message{max-width:100%}.hero-message h1,.hero-message h2{font-size:37px;letter-spacing:-1.2px;margin:10px 0 13px}.hero-message p{font-size:15px;line-height:1.55}.hero-message .hero-actions{display:flex;flex-direction:column;gap:9px;margin-top:19px}.hero-message .btn{width:100%;padding:11px 18px}.hero-kicker{font-size:10px}.hero-dots{bottom:21px}.trust-strip .container>div{padding:17px 10px;display:grid;gap:0}.trust-strip strong{font-size:17px}.trust-strip span{font-size:11px}.home-section{padding:60px 0}.intro-grid{gap:30px}.intro-image img{height:300px}.intro-grid h2,.home-heading h2,.why-copy h2,.faq-layout h2{font-size:31px;letter-spacing:-.8px}.mini-points{grid-template-columns:1fr}.home-heading{display:block;margin-bottom:25px}.home-heading>p{margin-top:8px}.home-products,.why-cards,.process-cards{grid-template-columns:1fr}.home-products img{height:215px}.why-cards article{padding:21px}.final-home-cta{padding:53px 0}.final-home-cta h2{font-size:29px}.final-home-cta .container>div:last-child{width:100%;display:grid}.final-home-cta .btn{width:100%}
}

/* Premium dual-collage hero */
.page-home .hero-slide.factory-slide{background:linear-gradient(100deg,rgba(3,28,22,.82),rgba(5,48,38,.56) 49%,rgba(4,28,23,.16)),url("../images/shipbackground.webp") center/cover!important}
.page-home .hero-slide.export-slide{background:linear-gradient(100deg,rgba(3,28,22,.82),rgba(5,48,38,.56) 49%,rgba(4,28,23,.16)),url("../images/container-export-background.png") center/cover!important}
.hero-layout{width:100%;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:46px;align-items:center}
.hero-message{text-shadow:0 2px 18px rgba(0,0,0,.45)}
.hero-collage{position:relative;display:grid;grid-template-columns:1.55fr .8fr;grid-template-rows:1fr 1fr;gap:10px;height:390px;padding:10px;border:1px solid #ffffff2b;border-radius:25px;background:#ffffff0c;box-shadow:0 30px 80px #0006;transform:rotate(-1deg)}
.hero-collage figure{position:relative;margin:0;overflow:hidden;border-radius:14px;background:#173a31}.hero-collage .collage-main{grid-row:1/3}.hero-collage img{width:100%;height:100%;object-fit:cover}.hero-collage span{position:absolute;left:25px;bottom:23px;padding:8px 13px;border-radius:999px;background:#061f19df;color:#f0cd83;font-size:10px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase}
@media(max-width:900px){.home-hero{height:690px}.hero-layout{grid-template-columns:1fr;gap:20px}.hero-collage{height:245px;transform:none}.hero-slide-inner{align-items:center!important;padding-bottom:35px!important}}
@media(max-width:560px){.page-home .hero-slide.factory-slide{background:linear-gradient(180deg,rgba(3,28,22,.18),rgba(3,28,22,.48) 48%,rgba(3,28,22,.82)),url("../images/shipbackground.webp") 68% center/cover!important}.page-home .hero-slide.export-slide{background:linear-gradient(180deg,rgba(3,28,22,.18),rgba(3,28,22,.48) 48%,rgba(3,28,22,.82)),url("../images/container-export-background.png") 68% center/cover!important}.home-hero{height:700px}.hero-collage{height:225px;grid-template-columns:1.35fr .85fr;padding:7px;gap:7px;border-radius:18px}.hero-collage figure{border-radius:10px}.hero-collage span{left:15px;bottom:14px;font-size:8px}.hero-message .hero-actions{flex-direction:row}.hero-message .btn{width:auto}}
