
:root{
 --navy:#10264b;--navy2:#081a36;--orange:#f05a22;--orange2:#ff7a18;
 --yellow:#ffb000;--cream:#fff8ef;--soft:#f5f7fb;--text:#17233a;
 --muted:#687287;--white:#fff;--line:#e4e8f0;--shadow:0 22px 60px rgba(16,38,75,.13)
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--text);line-height:1.65;background:#fff}
img{display:block;max-width:100%}a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy2);color:#dbe5fa;font-size:13px}
.topbar-wrap{min-height:39px;display:flex;align-items:center;justify-content:space-between}
.topbar-wrap div{display:flex;align-items:center;gap:13px}.topbar-wrap i{width:1px;height:13px;background:#496080}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,38,75,.08)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}
.logo img{width:142px;height:67px;object-fit:contain}
nav{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:700}
nav a{transition:.25s}nav a:hover{color:var(--orange)}
.nav-quote{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff!important;padding:13px 20px;border-radius:999px;box-shadow:0 10px 22px rgba(240,90,34,.22)}
.menu-button{display:none;border:0;background:none}.menu-button span{display:block;width:26px;height:2px;background:var(--navy);margin:5px}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#fff8ef 0%,#fff 47%,#eef3fc 100%)}
.hero-shape{position:absolute;border-radius:50%;filter:blur(2px)}
.shape-one{width:400px;height:400px;background:rgba(255,176,0,.14);top:-180px;left:-130px}
.shape-two{width:520px;height:520px;background:rgba(16,38,75,.07);right:-260px;bottom:-250px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;min-height:690px;padding:60px 0 85px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--yellow)}.eyebrow.dark{color:var(--navy)}.eyebrow.light{color:#ffd7c6}
.hero h1,.section h2{font-family:Manrope,sans-serif;line-height:1.06;letter-spacing:-2.5px}
.hero h1{font-size:clamp(46px,5.6vw,74px);margin:19px 0 23px;color:var(--navy)}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:620px}
.hero-actions{display:flex;gap:14px;margin:33px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:53px;padding:0 24px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;font-family:inherit}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 14px 28px rgba(240,90,34,.23)}
.btn-outline{border-color:var(--navy);color:var(--navy)}.btn-white{background:#fff;color:var(--navy)}.full{width:100%}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid rgba(16,38,75,.13);padding-top:24px}
.hero-metrics strong{display:block;font:800 25px Manrope;color:var(--navy)}.hero-metrics span{font-size:12px;color:var(--muted)}
.hero-visual{position:relative;min-height:500px}
.hero-frame{position:absolute;inset:20px 0 25px 45px;border-radius:42% 58% 34% 66% / 42% 34% 66% 58%;overflow:hidden;border:10px solid #fff;box-shadow:var(--shadow)}
.hero-frame img{width:100%;height:100%;object-fit:cover}
.export-badge{position:absolute;left:2px;bottom:22px;width:126px;height:126px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--yellow),var(--orange));color:#fff;transform:rotate(-7deg);box-shadow:0 16px 30px rgba(240,90,34,.25)}
.export-badge small{font-size:9px;letter-spacing:2px}.export-badge strong{font:800 19px Manrope}
.quality-card{position:absolute;right:-12px;top:80px;background:#fff;padding:15px 18px;border-radius:16px;box-shadow:var(--shadow);display:flex;gap:12px;align-items:center}
.quality-card>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff2ea;color:var(--orange);font-weight:800}
.quality-card b,.quality-card small{display:block}.quality-card small{color:var(--muted)}
.ticker{background:var(--navy);color:#fff;overflow:hidden}.ticker>div{min-height:70px;display:flex;align-items:center;justify-content:center;gap:25px;white-space:nowrap;font-weight:700}.ticker b{color:var(--yellow)}
.section{padding:110px 0}.section h2{font-size:clamp(38px,4.5vw,59px);margin:17px 0 24px;color:var(--navy)}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:85px;align-items:center}
.about-visual{position:relative}.about-visual>img{width:100%;height:600px;object-fit:cover;border-radius:35px;box-shadow:var(--shadow)}
.about-label{position:absolute;right:-25px;bottom:35px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;padding:23px 27px;border-radius:18px;box-shadow:var(--shadow)}
.about-label strong,.about-label span{display:block}.about-label strong{font:800 23px Manrope}.about-label span{font-size:13px}
.section-copy>p{font-size:16px;color:var(--muted);margin-bottom:15px}
.about-features{margin-top:29px}.about-features>div{display:flex;gap:18px;border-top:1px solid var(--line);padding:18px 0}
.about-features>div>span{color:var(--orange);font-weight:800}.about-features b{font-size:18px}.about-features p{color:var(--muted);font-size:14px}
.orange-band{background:linear-gradient(120deg,var(--orange),var(--orange2));color:#fff}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:125px;align-items:center}.values-grid>div{padding:0 27px;border-right:1px solid rgba(255,255,255,.25)}
.values-grid>div:last-child{border:0}.values-grid strong,.values-grid span{display:block}.values-grid strong{font:800 22px Manrope}.values-grid span{font-size:13px;color:#ffe4d8}
.products{background:var(--soft)}
.section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:42px}.section-heading>p{color:var(--muted);font-size:17px;padding-bottom:10px}
.product-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.product-filters button{border:1px solid #d8dfeb;background:#fff;color:var(--navy);border-radius:999px;padding:10px 17px;font-weight:700;cursor:pointer}
.product-filters button.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e3e7ee;transition:.3s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-card.hidden{display:none}
.product-image{position:relative;height:220px;overflow:hidden;background:#fff}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover img{transform:scale(1.05)}
.category-tag{position:absolute;top:14px;left:14px;background:rgba(16,38,75,.9);color:#fff;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800}
.product-body{padding:22px}.product-body small{font-size:10px;color:var(--orange);font-weight:800;letter-spacing:1.3px}.product-body h3{font:800 21px Manrope;color:var(--navy);margin:5px 0 9px}.product-body p{font-size:13px;color:var(--muted);min-height:64px}.product-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:16px;padding-top:13px;font-weight:800;color:var(--navy);font-size:13px}
.trust{background:var(--navy);color:#fff}.trust-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:center}.trust h2{color:#fff}.trust-intro>p{color:#b9c6dc;margin-bottom:28px}
.trust-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.trust-cards article{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);padding:25px;border-radius:18px}.trust-cards article>span{color:var(--yellow);font-weight:800}.trust-cards h3{font:700 19px Manrope;margin:10px 0}.trust-cards p{color:#b8c5da;font-size:13px}
.certifications{background:var(--cream)}.cert-heading{text-align:center;max-width:750px;margin:0 auto 50px}.cert-heading .eyebrow{justify-content:center}.cert-heading p{color:var(--muted)}
.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cert-grid article{background:#fff;border:1px solid #f0e2d3;border-radius:22px;padding:28px;text-align:center;box-shadow:0 14px 35px rgba(16,38,75,.06)}
.cert-icon{width:68px;height:68px;margin:0 auto 17px;border-radius:20px;background:linear-gradient(135deg,var(--orange),var(--yellow));display:grid;place-items:center;color:#fff;font:800 22px Manrope}.cert-grid h3{font:800 25px Manrope;color:var(--navy)}.cert-grid p{color:var(--muted);font-size:13px;min-height:66px}.cert-grid span{color:var(--orange);font-weight:800;font-size:12px}
.buyer-benefits{margin-top:24px;background:var(--navy);color:#fff;border-radius:22px;padding:28px}.buyer-benefits h3{margin-bottom:12px}.buyer-benefits div{display:flex;gap:20px;flex-wrap:wrap;color:#d4def0;font-size:13px}
.process-heading{text-align:center;max-width:700px;margin:0 auto 52px}.process-heading .eyebrow{justify-content:center}.process-heading p{color:var(--muted)}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.process-line:before{content:"";position:absolute;left:7%;right:7%;top:29px;height:2px;background:linear-gradient(to right,var(--yellow),var(--orange),var(--navy))}
.process-line article{position:relative;padding:0 15px}.process-line article>span{position:relative;z-index:2;width:59px;height:59px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800;border:5px solid #fff;box-shadow:0 0 0 2px var(--orange)}.process-line h3{font:800 19px Manrope;color:var(--navy);margin:20px 0 8px}.process-line p{color:var(--muted);font-size:13px}
.mission{background:linear-gradient(125deg,var(--orange),var(--orange2));color:#fff}.mission-grid{display:grid;grid-template-columns:160px 1fr;gap:50px;align-items:center}.mission-mark{font:800 190px/1 Manrope;color:rgba(255,255,255,.23)}.mission blockquote{font:700 clamp(28px,4vw,49px)/1.2 Manrope;margin:20px 0}.mission p{color:#ffe4d8}
.contact{background:var(--navy2);color:#fff}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.contact h2{color:#fff}.contact-info>p{color:#b9c5da}
.contact-items{margin-top:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.contact-items>a,.contact-items>div{padding:16px 0;border-top:1px solid rgba(255,255,255,.13)}.contact-items small,.contact-items strong{display:block}.contact-items small{color:#8fa2c0;font-size:11px;text-transform:uppercase}.contact-items strong{font-size:14px;margin-top:3px}
.inquiry-form{background:#fff;color:var(--text);padding:36px;border-radius:26px}.inquiry-form h3{font:800 27px Manrope;color:var(--navy);margin-bottom:22px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
label{display:block;font-size:12px;font-weight:800;margin-bottom:14px;color:var(--navy)}input,select,textarea{display:block;width:100%;margin-top:6px;padding:13px 14px;border-radius:11px;border:1px solid #dbe1ea;background:#fafbfc;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--orange)}
.footer{background:#06152c;color:#b8c4d8;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:50px}.footer-brand img{width:150px;background:#fff;border-radius:12px;padding:7px;margin-bottom:16px}.footer-brand p{max-width:310px;font-size:14px}.footer h4{color:#fff;margin-bottom:16px}.footer a,.footer span{display:block;margin:8px 0;font-size:13px}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:43px;padding-top:20px;font-size:12px}
.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:800;z-index:60;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.reveal{opacity:0;transform:translateY(25px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
 nav{position:fixed;display:none;flex-direction:column;align-items:flex-start;top:121px;left:20px;right:20px;background:#fff;padding:25px;border-radius:20px;box-shadow:var(--shadow)}nav.open{display:flex}.menu-button{display:block}
 .hero-grid,.about-grid,.trust-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:480px}.hero-frame{inset:10px 40px}.section-heading{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr);padding:20px 0}.values-grid>div{padding:20px;border:0}.cert-grid{grid-template-columns:repeat(2,1fr)}.process-line{grid-template-columns:repeat(2,1fr);gap:35px}.process-line:before{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
 .container{width:min(100% - 28px,1180px)}.topbar-wrap{justify-content:center;padding:8px 0}.topbar-wrap>span{display:none}.topbar-wrap div i,.topbar-wrap div a:nth-of-type(2){display:none}
 .hero-grid{min-height:auto;padding:55px 0 70px}.hero h1{font-size:44px}.hero-actions{flex-direction:column}.hero-metrics{grid-template-columns:repeat(2,1fr)}.hero-visual{min-height:380px}.hero-frame{inset:5px 5px 5px 28px}.quality-card{right:0;top:25px}.export-badge{width:95px;height:95px}.export-badge strong{font-size:14px}
 .ticker>div{justify-content:flex-start;padding-left:20px}.section{padding:78px 0}.about-visual>img{height:430px}.about-label{right:8px}.values-grid,.product-grid,.trust-cards,.cert-grid,.form-grid,.process-line,.contact-items,.footer-grid{grid-template-columns:1fr}.product-image{height:260px}.mission-grid{grid-template-columns:1fr}.mission-mark{display:none}.inquiry-form{padding:23px}.footer-bottom{display:block}.footer-bottom span{margin:5px 0}
}
