:root{--black:#07070a;--charcoal:#111318;--ink:#171b24;--muted:#667085;--red:#c90000;--deep-red:#8f0000;--orange:#ffb400;--gold:#ffc72c;--cream:#fff8ea;--line:#eceff4;--shadow:0 12px 35px rgba(10,18,34,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;padding-bottom:0}a{text-decoration:none;color:inherit;cursor:pointer}.topbar{background:var(--black);color:#fff;display:flex;justify-content:space-between;gap:20px;padding:10px 8%;font-size:14px;align-items:center;border-bottom:3px solid var(--orange)}.topbar div{display:flex;align-items:center;gap:7px}.icon{color:var(--orange)}.social{gap:12px!important}.social a{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--deep-red));color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px;border:1px solid rgba(255,180,0,.35)}.navbar{height:92px;background:linear-gradient(90deg,#050507,#17100a 62%,#3d0a05);display:flex;align-items:center;justify-content:space-between;padding:0 8%;box-shadow:0 9px 28px #00000038;position:sticky;top:0;z-index:20}.brand img{width:230px;display:block;background:#fff;border-radius:10px;padding:6px 10px;box-shadow:0 6px 18px #0003}.links{display:flex;gap:32px;font-weight:800}.links a{position:relative;padding:34px 0;color:#fff3dc}.links a:after{content:"";position:absolute;left:0;right:0;bottom:24px;height:3px;background:linear-gradient(90deg,var(--orange),var(--red));transform:scaleX(0);transform-origin:left;transition:.25s}.links a:hover,.links a.active{color:var(--gold)}.links a:hover:after,.links a.active:after{transform:scaleX(1)}.call{border-left:1px solid rgba(255,255,255,.22);padding-left:28px;line-height:1.2}.call span{display:block;color:#fff1cd;font-size:13px}.call b{color:var(--gold)}.menu{display:none;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;border:0;font-size:24px;border-radius:8px;padding:8px 12px}.mobileLinks{display:none}.hero{min-height:620px;position:relative;overflow:hidden;background:#0a0d15}.heroZoom{position:absolute;top:0;right:0;bottom:0;left:0;animation:heroKenBurns 13s ease-in-out infinite alternate;transform-origin:center}.heroimg{position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;width:104%;height:104%;object-fit:cover}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000e0,#110707b8 42%,#06172d33 78%)}.heroGlow{position:absolute;left:-12%;top:18%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,180,0,.38) 0%,rgba(201,0,0,.22) 42%,transparent 70%);z-index:1;animation:heroGlowMove 7s ease-in-out infinite alternate}.heroText{position:relative;z-index:2;color:#fff;max-width:720px;padding:125px 8%;animation:heroTextIn .95s ease-out both}.dot{font-size:70px;color:var(--orange);line-height:0}.hero h1{font-size:58px;line-height:1.08;margin:10px 0 22px;text-transform:capitalize;text-shadow:0 8px 22px rgba(0,0,0,.35)}.hero h1 span{color:var(--gold)}.hero p{font-size:18px;line-height:1.7;max-width:560px}.btn{display:inline-block;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;padding:15px 30px;border-radius:30px;margin-top:22px;font-weight:800;box-shadow:0 12px 24px #c9000038}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:-70px 8% 80px;position:relative;z-index:3;box-shadow:var(--shadow);border-radius:4px;overflow:hidden}.feature{background:#fff;padding:38px 34px;text-align:center;border-right:1px solid #eee}.feature:last-child{border-right:0}.ico{width:76px;height:76px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:30px}.feature h3{font-size:24px;margin:10px}.feature p{color:#687084;line-height:1.6}.pageBanner{min-height:295px;background:linear-gradient(90deg,#000000e0,#110707ab),url(/assets/new-banner-1ap5T4v1.png) center/cover;color:#fff;display:flex;align-items:center;padding:45px 8%;position:relative;border-bottom:5px solid var(--orange)}.pageBanner h1{font-size:52px;margin:0 0 12px}.pageBanner p{font-size:22px;margin:0;color:#fff2cf}.products,.gallery{padding:80px 8% 90px;text-align:center}.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:2px}.products h2,.about h2,.gallery h2,.contactPage h2{font-size:42px;margin:8px 0 35px}.grid{display:grid;gap:30px}.productsGrid{grid-template-columns:repeat(4,1fr)}.product{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:left;transition:.25s;border-bottom:4px solid transparent}.product:hover{transform:translateY(-6px);border-bottom-color:var(--orange)}.product img{width:100%;height:210px;object-fit:cover}.product div{padding:24px}.product h4{font-size:21px;margin:0 0 10px;color:#111318}.product p{color:#677184;line-height:1.6}.about{background:linear-gradient(180deg,#fff8ea,#f6f7fb);display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:90px 8%;align-items:center}.homeAbout{background:#fff}.aboutImgs{display:grid;grid-template-columns:1fr 1fr;gap:22px}.aboutImgs img{width:100%;height:430px;object-fit:cover;border-radius:6px;box-shadow:var(--shadow)}.aboutImgs img:nth-child(2){margin-top:48px}.aboutText{text-align:left}.aboutText h3{font-size:23px;margin:18px 0 8px;color:#182039}.aboutText p{color:#5f687a;line-height:1.85}.galleryGrid{grid-template-columns:repeat(3,1fr)}.galleryGrid figure{margin:0;position:relative;overflow:hidden;border-radius:4px;box-shadow:var(--shadow);background:#000}.galleryGrid img{width:100%;height:310px;object-fit:cover;display:block;transition:.35s}.galleryGrid figcaption{position:absolute;left:0;right:0;bottom:0;color:#fff;text-align:left;padding:45px 24px 22px;background:linear-gradient(transparent,#000000e6);transform:translateY(8px);transition:.25s;border-bottom:4px solid var(--orange)}.galleryGrid figure:hover img{transform:scale(1.06)}.galleryGrid h3,.galleryGrid p{margin:0 0 4px}.contactPage{padding:90px 8%;display:grid;grid-template-columns:1fr 1fr;gap:50px}.contactCards{display:grid;gap:18px}.contactCards div{background:#fff;border:1px solid var(--line);padding:25px;box-shadow:var(--shadow);border-left:4px solid var(--orange)}.contactCards h3{margin:0 0 10px}.contactCards p{margin:0;color:#5f687a}.form{background:#f6f7fb;padding:34px;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:4px solid var(--orange)}.form input,.form textarea{width:100%;border:1px solid #dfe3ea;background:#fff;padding:15px;font:inherit}.form textarea{grid-column:1/-1;min-height:130px}.form button{border:0;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;padding:15px 26px;font-weight:900;border-radius:30px}footer{background:linear-gradient(180deg,#0a0503,#050507 58%,#120303);color:#b6bdcb;padding:58px 8% 22px;border-top:5px solid var(--orange)}.footerGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr .7fr;gap:36px;text-align:left}footer img{width:190px;background:#fff;border-radius:10px;padding:8px;filter:none}footer h3{color:#fff;margin:0 0 22px}footer p{line-height:1.7}footer a{display:block;color:#e8ecf7;margin:0 0 11px}.foot{display:flex!important}.miniGallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.miniGallery img{width:100%;height:72px;object-fit:cover;border-radius:3px}.copy{text-align:center;border-top:1px solid #202636;margin-top:35px;padding-top:22px}@keyframes heroKenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.09) translate(-2.2%)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes heroGlowMove{0%{transform:translate(0) scale(1)}to{transform:translate(80px,35px) scale(1.2)}}@media (prefers-reduced-motion:reduce){.heroZoom,.heroText,.heroGlow{animation:none!important}}@media (max-width:1050px){body{padding-bottom:82px}.productsGrid,.productsPageGrid{grid-template-columns:repeat(2,1fr)}.footerGrid{grid-template-columns:1fr 1fr}.galleryGrid{grid-template-columns:repeat(2,1fr)}.bottomNav{position:fixed;left:0;right:0;bottom:0;z-index:50;height:72px;background:linear-gradient(90deg,#050507,#1c0803 55%,#060507);display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -10px 30px #00000038;border-top:3px solid var(--orange);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottomNav a{display:grid;place-items:center;gap:4px;color:#f1f3f7;font-size:12px;font-weight:900;letter-spacing:.2px}.bottomNav a span{width:38px;height:38px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#171b24,#090a0d);border:1px solid rgba(255,180,0,.34);color:var(--orange);box-shadow:inset 0 0 0 1px #ffffff0a,0 7px 18px #00000047}.bottomNav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.bottomNav a.active{color:var(--gold)}.bottomNav a.active span{background:linear-gradient(135deg,var(--orange),var(--red));border-color:#ffffff38;color:#fff;box-shadow:0 8px 22px #ffb40052,0 8px 22px #c9000038}}@media (max-width:760px){.topbar,.call,.links{display:none}.menu{display:block}.navbar{padding:0 5%;height:78px}.brand img{width:175px}.menu-open .mobileLinks{display:grid}.mobileLinks{position:sticky;top:78px;z-index:19;background:#0a0503;box-shadow:0 10px 25px #0004}.mobileLinks a{padding:15px 5%;border-bottom:1px solid rgba(255,255,255,.12);font-weight:800;color:#fff3dc}.mobileLinks a.active{color:var(--gold);background:#ffb4001f}.hero{min-height:500px}.heroText{padding:80px 5%}.hero h1{font-size:39px}.features,.productsGrid,.productsPageGrid,.about,.galleryGrid,.contactPage,.footerGrid{grid-template-columns:1fr}.features{margin:0}.aboutImgs img,.aboutImgs img:nth-child(2){height:300px;margin:0}.products,.gallery,.about,.contactPage,footer,.pageBanner{padding-left:5%;padding-right:5%}.pageBanner h1{font-size:42px}.form{grid-template-columns:1fr}}.commitRow{display:flex;gap:28px;flex-wrap:wrap;margin:8px 0 14px}.commitRow h3{margin:0;color:#182039;position:relative;padding-left:18px}.commitRow h3:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--red))}.homeAboutText h2{margin-bottom:18px}.navbar{height:86px;background:#fffaefeb!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:4px solid var(--orange);box-shadow:0 8px 26px #1a0a001f!important}.brand{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:6px 10px;box-shadow:0 7px 18px #1b140a1a}.brand img{width:190px!important;height:58px!important;max-height:58px!important;object-fit:contain!important;background:transparent!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.links a{color:#181818!important}.call{border-left:1px solid rgba(0,0,0,.12)!important}.call span{color:#44362e!important}.menu{box-shadow:0 8px 22px #c9000038}.mobileLinks{background:#fffaeff5!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobileLinks a{color:#181818!important;border-bottom:1px solid rgba(201,0,0,.14)!important}.mobileLinks a.active{color:var(--red)!important;background:#ffb40029!important}footer{background:linear-gradient(180deg,#fffaeff7,#fff6e1f5)!important;color:#493f37!important;border-top:5px solid var(--orange)!important}footer h3{color:#171717!important}footer a{color:#493f37!important}footer img{width:165px!important;height:auto!important;background:#fff!important}.copy{border-top:1px solid rgba(201,0,0,.18)!important;color:#5a5047!important}@media (max-width:1050px){.bottomNav{height:76px;background:#fffaefeb!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:4px solid var(--orange)!important;box-shadow:0 -10px 28px #1a0a0029!important}.bottomNav a{color:#171717!important}.bottomNav a span{background:#ffffffb8!important;border:1px solid rgba(201,0,0,.18)!important;color:var(--red)!important;box-shadow:0 7px 18px #1a0a0021!important}.bottomNav a.active{color:var(--red)!important}.bottomNav a.active span{background:linear-gradient(135deg,var(--orange),var(--red))!important;color:#fff!important;border-color:#ffffffb8!important}}@media (max-width:760px){.navbar{height:78px!important;padding:0 4.5%!important}.brand{padding:5px 8px!important;border-radius:10px!important}.brand img{width:142px!important;height:46px!important;max-height:46px!important}.menu{font-size:22px!important;padding:8px 11px!important;border-radius:10px!important}.mobileLinks{top:78px!important}body{padding-bottom:86px!important}}html,body,#root{max-width:100%;overflow-x:hidden}img{max-width:100%}.brand{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;min-width:0;flex:0 0 auto}.brand img{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;object-fit:contain!important;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.navbar{background:linear-gradient(90deg,#fff8eaf5,#ffefc8f0 58%,#ffb4004d)!important;border-bottom:4px solid var(--orange)!important;box-shadow:0 8px 24px #3214001f!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.links a{color:#171313!important}.links a:hover,.links a.active{color:var(--red)!important}.call span{color:#3d2b20!important}.call b{color:var(--red)!important}.call{border-left:1px solid rgba(201,0,0,.18)!important}.menu{background:linear-gradient(135deg,var(--orange),var(--red))!important;border-radius:12px!important;box-shadow:0 9px 22px #c9000038!important}footer{background:linear-gradient(180deg,#0a0503,#090604 58%,#180503)!important;color:#dfe6f7!important;border-top:5px solid var(--orange)!important}footer h3{color:#fff!important}footer a{color:#f4f6fb!important}footer img{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;filter:drop-shadow(0 5px 14px rgba(255,255,255,.15)) drop-shadow(0 4px 12px rgba(255,180,0,.18));width:220px!important}.copy{border-top:1px solid rgba(255,255,255,.16)!important;color:#dfe6f7!important}.bottomNav{display:none}.letterIcon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#fff3c8 0%,var(--orange) 30%,var(--red) 78%);color:#fff;font-weight:1000;font-size:23px;line-height:1;border:2px solid rgba(255,199,44,.95);box-shadow:0 0 0 4px #ffb4001f,0 9px 22px #ffb40042,0 10px 22px #c9000038;text-shadow:0 2px 4px rgba(0,0,0,.34)}@media (max-width:1050px){body{padding-top:86px!important;padding-bottom:86px!important}.topbar{display:none!important}.navbar{position:fixed!important;left:0;right:0;top:0;z-index:1000;height:86px!important;padding:0 4.5%!important}.brand img{width:210px!important;height:64px!important;max-height:64px!important}.links,.call{display:none!important}.menu{display:block!important}.mobileLinks{position:fixed!important;left:0;right:0;top:86px!important;z-index:999;background:#fff8eafa!important;box-shadow:0 12px 25px #140a002e!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.menu-open .mobileLinks{display:grid!important}.mobileLinks a{padding:15px 5%!important;color:#171313!important;border-bottom:1px solid rgba(201,0,0,.14)!important;font-weight:900}.mobileLinks a.active{color:var(--red)!important;background:#ffb40029!important}.bottomNav{position:fixed!important;left:0;right:0;bottom:0;z-index:1000;height:82px!important;background:linear-gradient(180deg,#fffaeff5,#ffeec6f0)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:4px solid var(--orange)!important;box-shadow:0 -10px 28px #230f002e!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottomNav a{min-width:0;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#151515!important;font-size:12px!important;font-weight:900!important;line-height:1.05;text-align:center;overflow:hidden}.bottomNav b{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}.bottomNav a.active{color:var(--red)!important}.bottomNav a.active .letterIcon{transform:translateY(-2px);box-shadow:0 0 0 5px #ffb4002e,0 12px 28px #c9000042,0 12px 28px #ffb40047}}@media (max-width:760px){body{padding-top:78px!important;padding-bottom:82px!important}.navbar{height:78px!important;padding:0 4%!important}.brand img{width:185px!important;height:56px!important;max-height:56px!important}.menu{font-size:22px!important;padding:8px 11px!important}.mobileLinks{top:78px!important}.hero{min-height:500px!important}.heroText{padding:74px 5% 70px!important}.hero h1{font-size:36px!important}.hero p{font-size:16px!important}.features{margin:0!important}.products,.gallery,.about,.contactPage,footer,.pageBanner{padding-left:5%!important;padding-right:5%!important}.footerGrid,.productsGrid,.productsPageGrid,.galleryGrid,.about,.contactPage{grid-template-columns:1fr!important}.galleryGrid img{height:320px!important}.bottomNav{height:80px!important}.letterIcon{width:43px;height:43px;font-size:22px}.bottomNav a{font-size:11px!important}footer img{width:210px!important}}@media (max-width:380px){.brand img{width:160px!important;height:50px!important}.menu{padding:7px 10px!important}.letterIcon{width:40px;height:40px;font-size:21px}.bottomNav a{font-size:10.5px!important}}footer{background:linear-gradient(180deg,#fffaeffa,#fff1cef5 55%,#fff8e8fa)!important;color:#211713!important;border-top:5px solid var(--orange)!important}footer h3{color:#140f0d!important}footer a,footer p{color:#2e2521!important}footer img{width:230px!important;background:#ffffffb3!important;border-radius:12px!important;padding:8px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))!important}.copy{border-top:1px solid rgba(201,0,0,.18)!important;color:#3b302c!important}.navIcon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 22%,#fff6ce,#ffb400 34%,#e24100 58%,#c90000);border:2px solid rgba(255,199,44,.95);box-shadow:0 0 0 4px #ffb4001f,0 9px 22px #ffb4003d,0 10px 22px #c900002e}.navIcon svg{width:25px;height:25px;stroke:#fff;fill:none;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}@media (max-width:1050px){.bottomNav{height:82px!important;background:linear-gradient(180deg,#fffaeff5,#ffeec6f0)!important;border-top:4px solid var(--orange)!important}.bottomNav a{gap:3px!important;color:#151515!important;font-size:11px!important}.bottomNav a.active .navIcon{transform:translateY(-2px);box-shadow:0 0 0 5px #ffb4002e,0 12px 28px #c9000040,0 12px 28px #ffb40047}}@media (max-width:760px){.navIcon{width:44px;height:44px}.navIcon svg{width:24px;height:24px}footer img{width:225px!important}}@media (max-width:380px){.navIcon{width:40px;height:40px}.navIcon svg{width:22px;height:22px}}.miniIcon{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;vertical-align:middle;margin-right:7px;box-shadow:0 8px 18px #c900002e}.miniIcon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.contentPage{padding:82px 8%;background:#fff}.contentPage.compact{padding-top:40px}.contentPage h2{font-size:38px;margin:0 0 18px;color:#111}.twoCol{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;margin-bottom:42px}.twoCol.reverse img{order:2}.twoCol img{width:100%;height:390px;object-fit:cover;border-radius:18px;box-shadow:0 22px 48px #00000024}.twoCol p{font-size:18px;line-height:1.75;color:#4b5563}.infoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.infoCard{background:linear-gradient(180deg,#fff,#fff8ea);border:1px solid rgba(255,180,0,.25);border-radius:18px;padding:26px;box-shadow:0 16px 34px #00000014;transition:.25s}.infoCard:hover{transform:translateY(-4px);box-shadow:0 24px 48px #c900001f}.infoCard .miniIcon{width:46px;height:46px;margin:0 0 16px}.infoCard .miniIcon svg{width:24px;height:24px}.infoCard h3{font-size:20px;margin:0 0 10px;color:#151515}.infoCard p{color:#566070;line-height:1.7;margin:0}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px 0 34px}.stat{background:#0c0705;color:#fff;border-radius:18px;padding:24px;text-align:center;border-bottom:5px solid var(--orange);box-shadow:0 18px 35px #0000001f}.stat b{display:block;font-size:42px;color:var(--orange);line-height:1}.stat span{display:block;margin-top:10px;font-weight:800}.actionRow{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.actionBtn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 18px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 12px 24px #c9000033}.actionBtn .miniIcon{background:#fff3;box-shadow:none;margin-right:0}.actionBtn.whatsapp{background:linear-gradient(135deg,#16a34a,#0f7a35)}.actionBtn.map{background:linear-gradient(135deg,#1d4ed8,#0f172a)}.mapSection{padding:0 8% 86px;background:#fff}.mapSection h2{font-size:34px;margin:0 0 20px;color:#111}.mapSection iframe{width:100%;height:420px;border:0;border-radius:18px;box-shadow:0 20px 48px #00000029}.mapLink{display:inline-flex;margin-top:18px}.enhanced .contactCards{margin-bottom:0}@media (max-width:1180px){.infoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.links{gap:22px}.links a{font-size:16px}}@media (max-width:900px){.contentPage,.mapSection{padding-left:5%;padding-right:5%}.twoCol,.twoCol.reverse{grid-template-columns:1fr}.twoCol.reverse img{order:0}.twoCol img{height:320px}.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contentPage h2{font-size:32px}.mapSection iframe{height:360px}.actionRow{display:grid;grid-template-columns:1fr}.actionBtn{width:100%}}@media (max-width:560px){.infoGrid,.statsGrid{grid-template-columns:1fr}.contentPage{padding-top:54px}.contentPage h2,.mapSection h2{font-size:28px}.twoCol img{height:250px}.infoCard{padding:22px}.mapSection iframe{height:300px}.bottomNav b{display:block;font-size:10px}.bottomNav{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width:768px){.hero{min-height:520px;background:#04142f}.heroimg{object-position:right center}.hero:after{background:linear-gradient(90deg,#00000073,#0000002e,#0000000d)}}.hero{min-height:620px!important;background:#071a38!important}.heroZoom{animation:heroKenBurns 14s ease-in-out infinite alternate!important}.heroimg{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.hero:after{background:linear-gradient(90deg,#0106169e,#04122d5c 43%,#020d260a 73%)!important}.heroText{max-width:620px!important;padding-top:130px!important}@media (max-width:760px){.hero{min-height:560px!important;background:#061b3b!important}.heroZoom{animation:none!important}.heroimg{object-fit:cover!important;object-position:78% center!important;filter:saturate(1.05) contrast(1.03)}.hero:after{background:linear-gradient(90deg,#040d2394,#040d2338 52%,#040d2300)!important}.heroText{display:none!important}}@media (min-width:761px) and (max-width:1050px){.heroimg{object-position:72% center!important}.heroText{max-width:510px!important}}.simpleFooter{background:#030303!important;color:#fff!important;padding:42px 8% 34px!important;border-top:none!important;text-align:center!important}.footerSocial{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:26px}.footerSocial a{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1f1f1f!important;border:1px solid rgba(255,255,255,.1);color:#fff!important;text-decoration:none;transition:.25s}.footerSocial a:hover{background:linear-gradient(135deg,var(--orange),var(--red))!important;transform:translateY(-3px)}.footerSocial svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.footerLinks{display:flex;justify-content:center;align-items:center;gap:38px;flex-wrap:wrap;margin:0 auto 26px}.footerLinks a{display:inline-block!important;color:#fff!important;text-decoration:none!important;font-size:17px;font-weight:500;line-height:1.4}.footerLinks a:hover{color:var(--orange)!important}.simpleFooter .copy{max-width:1320px;margin:0 auto!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:#f5f5f5!important;font-size:15px;line-height:1.8}.simpleFooter .copy span{margin-left:18px;color:#f5f5f5}@media (max-width:760px){.simpleFooter{padding:34px 5% 100px!important}.footerSocial{gap:14px;margin-bottom:22px}.footerSocial a{width:54px;height:54px}.footerLinks{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;margin-bottom:22px}.footerLinks a{font-size:16px!important;text-align:center}.footerLinks a:nth-child(3){grid-column:1/-1}.simpleFooter .copy{font-size:13px!important;padding-top:16px!important}.simpleFooter .copy span{display:block;margin:2px 0 0!important}}@media (max-width:760px){.hero{min-height:0!important;height:auto!important;aspect-ratio:2/1!important;overflow:hidden!important;background:#071a38!important;display:block!important}.heroZoom{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;animation:mobileHeroPan 9s ease-in-out infinite alternate!important;transform-origin:center center!important}.heroimg{object-fit:cover!important;object-position:82% center!important;width:100%!important;height:100%!important;filter:saturate(1.06) contrast(1.04) brightness(.96)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,#040c2194,#040c2147 46%,#040c2114)!important;z-index:1!important}.heroText{display:block!important;position:relative!important;z-index:2!important;padding:19px 5% 0!important;max-width:52%!important;color:#fff!important}.heroText .dot{display:none!important}.hero h1{font-size:22px!important;line-height:1.05!important;margin:0 0 7px!important;text-shadow:0 3px 10px rgba(0,0,0,.55)!important}.hero h1 span{color:var(--gold)!important}.hero p{font-size:11px!important;line-height:1.45!important;margin:0 0 10px!important;text-shadow:0 3px 10px rgba(0,0,0,.55)!important}.hero .btn{font-size:11px!important;padding:8px 12px!important;border-radius:22px!important}.bottomNav{grid-template-columns:repeat(5,minmax(0,1fr))!important;background:#050505!important;border-top:3px solid var(--orange)!important;box-shadow:0 -10px 28px #00000059!important}.bottomNav a{color:#fff!important}.bottomNav a.active{color:var(--gold)!important}.navIcon{background:#151515!important;border:2px solid rgba(255,180,0,.55)!important;box-shadow:0 0 16px #ffb40029!important}.bottomNav a.active .navIcon{background:linear-gradient(135deg,var(--orange),var(--red))!important;border-color:#fff1b8!important;box-shadow:0 0 0 4px #ffb40021,0 10px 24px #ffb40047!important}.navIcon svg{stroke:#fff!important;filter:none!important}}@keyframes mobileHeroPan{0%{transform:scale(1.04) translate(2%)}to{transform:scale(1.1) translate(-3%)}}.dot{display:none!important}.topbar{background:linear-gradient(90deg,#5b1608,#8f2b0a 42%,#f2a100)!important;color:#fff!important;border-bottom:3px solid #ffc72c!important}.topbar .miniIcon{background:#ffffff29!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important}.topbar .social a{background:#fff2cf!important;color:#9d1300!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 5px 15px #0000002e!important}.navbar{background:linear-gradient(90deg,#fff6d9,#fff0bf 45%,#ffd36a)!important;border-bottom:4px solid #ffb400!important;box-shadow:0 8px 24px #6f33002e!important}.links a{color:#111318!important}.links a:hover,.links a.active{color:#c90000!important}.call{border-left:1px solid rgba(90,50,0,.25)!important}.call span{color:#3b2a12!important}.call b{color:#c90000!important}.brand img{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.simpleFooter{background:radial-gradient(circle at top left,rgba(255,218,115,.55),transparent 34%),linear-gradient(135deg,#fff8df,#ffe9a9 48%,#ffc65c)!important;color:#151515!important;border-top:5px solid #ffb400!important;padding:46px 8% 34px!important}.footerLogoWrap{display:flex;justify-content:center;align-items:center;margin:0 auto 18px!important}.footerLogoWrap img{width:245px!important;max-width:78vw!important;background:transparent!important;padding:0!important;filter:drop-shadow(0 6px 14px rgba(122,59,0,.18))!important}.footerSocial a{background:linear-gradient(135deg,#c90000,#ff7a00)!important;color:#fff!important;border:2px solid rgba(255,255,255,.78)!important;box-shadow:0 9px 24px #c9000033!important}.footerSocial svg{stroke:#fff!important}.footerLinks{max-width:720px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px 30px!important;margin:8px auto 26px!important}.footerLinks a{color:#171717!important;font-weight:900!important;font-size:16px!important;text-shadow:none!important}.footerLinks a:hover{color:#c90000!important}.simpleFooter .copy{border-top:1px solid rgba(90,50,0,.22)!important;color:#171717!important;font-weight:700!important}.simpleFooter .copy span{color:#3b2a12!important}@media (max-width:760px){body{padding-bottom:86px!important}.topbar{display:none!important}.navbar{height:82px!important;padding:0 5%!important;position:sticky!important;top:0!important;z-index:60!important}.brand img{width:178px!important}.menu{background:linear-gradient(135deg,#ff9d00,#d81c00)!important;border-radius:12px!important;box-shadow:0 10px 25px #c9000038!important}.hero{height:auto!important;aspect-ratio:4/5!important;min-height:0!important;max-height:none!important;background:#061a3d!important;overflow:hidden!important;margin:0!important;border-bottom:4px solid var(--orange)!important}.heroZoom{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;animation:mobileHeroPresentation 10s ease-in-out infinite alternate!important;transform-origin:75% 50%!important}.heroimg{width:100%!important;height:100%!important;object-fit:cover!important;object-position:82% center!important;filter:saturate(1.08) contrast(1.04) brightness(.84)!important}.hero:after{background:linear-gradient(90deg,#01091edb,#020d26ad 46%,#020d2629)!important;z-index:1!important}.heroGlow{display:block!important;z-index:1!important;opacity:.65!important;left:-45%!important;top:12%!important}.heroText{display:block!important;position:relative!important;z-index:2!important;max-width:62%!important;padding:42px 5% 0!important;color:#fff!important;animation:heroTextIn .8s ease-out both!important}.hero h1{font-size:32px!important;line-height:1.08!important;margin:0 0 12px!important;text-shadow:0 4px 15px rgba(0,0,0,.65)!important}.hero h1 span{color:#ffc72c!important}.hero p{font-size:14px!important;line-height:1.55!important;margin:0 0 16px!important;max-width:100%!important;text-shadow:0 3px 12px rgba(0,0,0,.7)!important}.hero .btn{font-size:13px!important;padding:11px 18px!important;margin-top:2px!important;border-radius:26px!important}.features{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin:22px 5% 52px!important;box-shadow:none!important;overflow:visible!important}.feature{border:1px solid rgba(255,180,0,.24)!important;border-radius:18px!important;padding:24px 18px!important;box-shadow:0 14px 28px #00000014!important}.feature h3{font-size:22px!important}.feature p{font-size:15px!important}.ico{width:64px!important;height:64px!important;font-size:25px!important}.simpleFooter{padding:38px 5% 108px!important;background:radial-gradient(circle at top,rgba(255,218,120,.7),transparent 28%),linear-gradient(180deg,#fff6d8,#ffeab1 56%,#ffd06a)!important;color:#151515!important}.footerLogoWrap img{width:220px!important}.footerSocial{gap:15px!important;margin-bottom:24px!important}.footerSocial a{width:52px!important;height:52px!important}.footerLinks{grid-template-columns:1fr 1fr!important;gap:14px 20px!important;max-width:340px!important}.footerLinks a{font-size:15px!important;color:#111!important}.simpleFooter .copy{font-size:12.5px!important;line-height:1.65!important;color:#171717!important}.simpleFooter .copy span{display:block!important;margin:3px 0 0!important}.bottomNav{height:86px!important;background:linear-gradient(180deg,#fff5d7,#ffdf8b)!important;border-top:4px solid #ffb400!important;box-shadow:0 -8px 25px #6f330033!important}.bottomNav a{color:#171717!important;font-size:10.5px!important}.bottomNav a.active{color:#c90000!important}.navIcon{background:linear-gradient(135deg,#fff,#ffe7ad)!important;border:2px solid rgba(201,0,0,.38)!important;box-shadow:0 8px 18px #c9000021!important}.navIcon svg{stroke:#c90000!important}.bottomNav a.active .navIcon{background:linear-gradient(135deg,#ffb400,#c90000)!important}.bottomNav a.active .navIcon svg{stroke:#fff!important}}@keyframes mobileHeroPresentation{0%{transform:scale(1.03) translate(0)}to{transform:scale(1.11) translate(-4%)}}.topbar{position:sticky!important;top:0!important;z-index:1100!important;background:linear-gradient(90deg,#651606,#a33108 48%,#f6a300)!important;min-height:48px!important}.topbar .social a{width:34px!important;height:34px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff4d5!important;color:#a91500!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 6px 15px #00000029!important;padding:0!important}.topbar .social a svg{width:17px!important;height:17px!important;stroke:currentColor!important;fill:none!important;stroke-width:2.5!important;stroke-linecap:round!important;stroke-linejoin:round!important}.topbar .social a[aria-label=Facebook] svg{fill:currentColor!important;stroke:none!important}.navbar{position:sticky!important;top:48px!important;z-index:1090!important}@media (max-width:760px){html,body,#root{margin:0!important;padding-top:0!important}body{padding-top:0!important;padding-bottom:86px!important;background:#fff!important}.topbar{display:none!important;height:0!important;min-height:0!important;padding:0!important;border:0!important;overflow:hidden!important}.navbar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:1200!important;height:82px!important;margin:0!important;padding:0 5%!important;background:linear-gradient(90deg,#fff7dd,#ffeeb7,#ffd166)!important;border-top:0!important;border-bottom:4px solid #ffb400!important}main{margin-top:0!important;padding-top:0!important}.brand{padding:0!important;background:transparent!important;box-shadow:none!important}.brand img{width:150px!important;height:auto!important;max-height:56px!important;object-fit:contain!important}.menu{width:48px!important;height:48px!important;display:grid!important;place-items:center!important;line-height:1!important}.mobileLinks{top:82px!important}}@media (min-width:761px){.navbar{top:48px!important}}html,body,#root{margin:0!important}body{overflow-x:hidden!important}.topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;height:48px!important;min-height:48px!important;z-index:3000!important}.navbar{position:fixed!important;top:48px!important;left:0!important;right:0!important;z-index:2999!important}main{padding-top:148px!important}.mobileLinks{position:fixed!important;top:148px!important;z-index:2998!important}.heroText .dot,.dot{display:none!important}.heroText h1{letter-spacing:-1px!important}@media (max-width: 760px){html,body,#root{min-height:100%!important}body{padding-top:0!important;padding-bottom:86px!important}.topbar{display:none!important;height:0!important;min-height:0!important}.navbar{position:fixed!important;top:0!important;left:0!important;right:0!important;height:82px!important;z-index:3000!important}main{padding-top:82px!important;margin-top:0!important}.mobileLinks{position:fixed!important;top:82px!important;left:0!important;right:0!important;z-index:2999!important}.hero{margin-top:0!important;height:auto!important;aspect-ratio:4 / 5!important;min-height:0!important;max-height:none!important;position:relative!important}.heroZoom{animation:mobilePipeFocus 10s ease-in-out infinite alternate!important;transform-origin:78% 50%!important}.heroimg{object-position:79% center!important;filter:saturate(1.08) contrast(1.08) brightness(.72)!important}.hero:after{background:linear-gradient(90deg,#000719eb,#020b21c2 43%,#020b2138)!important}.heroText{max-width:64%!important;padding:38px 5% 0!important}.hero h1{font-size:clamp(28px,8vw,35px)!important;line-height:1.06!important;margin-bottom:14px!important}.hero p{font-size:clamp(13px,3.7vw,15px)!important;line-height:1.48!important;max-width:96%!important;margin-bottom:18px!important}.hero .btn{padding:12px 19px!important;font-size:13px!important}.bottomNav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:3001!important}}@keyframes mobilePipeFocus{0%{transform:scale(1.02) translate(0)}to{transform:scale(1.08) translate(-3%)}}.reportStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:26px}.reportStrip img{width:100%;height:245px;object-fit:cover;border-radius:20px;box-shadow:0 18px 38px #141c3029;border:1px solid rgba(255,180,0,.22)}.iconCards>div{position:relative;overflow:hidden;padding-top:28px!important}.iconCards img{width:56px;height:56px;object-fit:contain;margin:0 0 12px;display:block}.animatedCards .feature{position:relative;overflow:hidden;border-radius:22px;transform:translateY(0);animation:cardFloat 4.8s ease-in-out infinite;transition:transform .28s,box-shadow .28s}.animatedCards .feature:nth-child(2){animation-delay:.35s}.animatedCards .feature:nth-child(3){animation-delay:.7s}.animatedCards .feature:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(135deg,rgba(255,180,0,.16),transparent 42%,rgba(201,0,0,.1));opacity:.9;pointer-events:none}.animatedCards .feature:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 22px 48px #0f172a29}.animatedCards .ico{animation:iconPulse 2.8s ease-in-out infinite}.animatedCards .feature:nth-child(2) .ico{animation-delay:.25s}.animatedCards .feature:nth-child(3) .ico{animation-delay:.5s}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes iconPulse{0%,to{box-shadow:0 0 #ffb40042}50%{box-shadow:0 0 0 12px #ffb40000}}@media (max-width:760px){.hero{aspect-ratio:4/5!important;height:auto!important;min-height:0!important;max-height:none!important;border-bottom:4px solid var(--orange)!important}.heroimg{object-position:78% center!important;filter:saturate(1.05) contrast(1.05) brightness(.74)!important}.hero:after{background:linear-gradient(90deg,#03091ce0,#03091cb8 48%,#03091c33)!important}.heroText{display:block!important;max-width:67%!important;padding:34px 5% 0!important}.hero h1{font-size:clamp(30px,8.5vw,36px)!important;line-height:1.16!important;margin:0 0 18px!important;letter-spacing:-.7px!important}.hero p{font-size:clamp(13px,3.7vw,15px)!important;line-height:1.95!important;margin:0 0 24px!important;max-width:100%!important}.hero .btn{font-size:13px!important;padding:12px 18px!important;margin-top:0!important}.features.animatedCards{margin:22px 5% 54px!important;display:grid!important;grid-template-columns:1fr!important;gap:18px!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.animatedCards .feature{padding:26px 18px!important;border:1px solid rgba(255,180,0,.28)!important;box-shadow:0 16px 34px #0f172a1a!important;background:#fff!important}.animatedCards .ico{width:70px!important;height:70px!important}.reportStrip{grid-template-columns:1fr!important;gap:16px}.reportStrip img{height:220px}.pptVisualStrip{padding-top:46px!important;padding-bottom:48px!important}.iconCards img{width:48px;height:48px;margin:auto auto 10px}}.social a svg,.footerSocial a svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.footerSocial a[aria-label=Instagram]{background:radial-gradient(circle at 30% 110%,#fdf497,#fdf497 18%,#fd5949 45%,#d6249f 65%,#285aeb)!important}.footerSocial a[aria-label=YouTube]{background:red!important}.footerSocial a[aria-label=Facebook]{background:#1877f2!important}.emailBtn{background:linear-gradient(135deg,#f59e0b,#b91c1c)!important}.actionIconImg{width:24px;height:24px;object-fit:contain;border-radius:50%;background:#fff;padding:2px;box-shadow:0 4px 12px #0000002e}.mapLink{display:inline-flex!important;align-items:center;gap:8px}.actionBtn.map .actionIconImg{width:28px;height:28px;margin-right:2px}@media (max-width:900px){.bottomNav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.bottomNav a{display:flex!important}.social a svg,.footerSocial a svg{width:18px;height:18px}.actionRow .actionBtn{width:100%;max-width:320px}.actionRow{justify-content:center}}@media (max-width:900px){.bottomNav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.bottomNav a{font-size:9.5px!important;gap:3px!important;padding:0 1px!important}.navIcon{width:36px!important;height:36px!important}.navIcon svg{width:18px!important;height:18px!important}}@media (max-width:380px){.bottomNav a{font-size:8.8px!important}.navIcon{width:34px!important;height:34px!important}}@media (max-width: 900px){.bottomNav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:82px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;align-items:center!important;justify-items:center!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;gap:0!important;background:linear-gradient(180deg,#fff7dc,#ffe6a3)!important;border-top:4px solid #ffb400!important;box-shadow:0 -10px 28px #46230038!important;z-index:5000!important;overflow:hidden!important}.bottomNav a{width:100%!important;min-width:0!important;height:68px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important;color:#171717!important;font-size:10.5px!important;font-weight:900!important;line-height:1!important;padding:0!important;margin:0!important}.bottomNav b{display:block!important;width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.05!important}.bottomNav .navIcon{width:38px!important;height:38px!important;min-width:38px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#fff!important;border:2px solid rgba(201,0,0,.42)!important;box-shadow:0 7px 16px #c9000021!important}.bottomNav .navIcon svg{width:19px!important;height:19px!important;stroke:#c90000!important;fill:none!important;stroke-width:2.5!important}.bottomNav a.active{color:#c90000!important}.bottomNav a.active .navIcon{background:linear-gradient(135deg,#ffb400,#e43b00)!important;border-color:#fff0bd!important;box-shadow:0 0 0 4px #ffb40029,0 10px 24px #c9000040!important}.bottomNav a.active .navIcon svg{stroke:#fff!important}}@media (max-width: 380px){.bottomNav{height:78px!important;padding-left:5px!important;padding-right:5px!important}.bottomNav a{height:64px!important;font-size:9.5px!important}.bottomNav .navIcon{width:34px!important;height:34px!important;min-width:34px!important}.bottomNav .navIcon svg{width:17px!important;height:17px!important}}.social a[aria-label=Facebook],.footerSocial a[aria-label=Facebook]{background:#1877f2!important;color:#fff!important}.social a[aria-label=YouTube],.footerSocial a[aria-label=YouTube]{background:red!important;color:#fff!important}.social a[aria-label=Instagram],.footerSocial a[aria-label=Instagram]{background:radial-gradient(circle at 30% 110%,#fdf497,#fdf497 18%,#fd5949 45%,#d6249f 65%,#285aeb)!important;color:#fff!important}.social a[aria-label=LinkedIn],.footerSocial a[aria-label=LinkedIn]{background:#0a66c2!important;color:#fff!important}.social a svg,.footerSocial a svg{stroke:currentColor!important;fill:none!important}.coreValues{padding:86px 8% 92px;background:linear-gradient(180deg,#fff,#fff7df);text-align:center;position:relative;overflow:hidden}.coreValues:before{content:"";position:absolute;inset:auto -8% -35% auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,180,0,.24),transparent 70%);pointer-events:none}.coreValues h2{font-size:42px;margin:8px 0 34px;color:#111318}.coreValuesGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;position:relative;z-index:1}.coreValueBox{background:#fff;border:1px solid rgba(255,180,0,.35);border-radius:20px;padding:26px 22px 24px;text-align:left;box-shadow:0 16px 36px #10182814;border-bottom:5px solid #ffb400;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;position:relative;overflow:hidden}.coreValueBox:after{content:"";position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:50%;background:linear-gradient(135deg,#ffb40033,#c900001a)}.coreValueBox:hover{transform:translateY(-8px);box-shadow:0 24px 50px #10182824;border-color:#c9000059}.coreValueBox span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#ffb400,#d81c00);color:#fff;font-weight:900;margin-bottom:16px;box-shadow:0 10px 22px #d81c002e}.coreValueBox h3{margin:0 0 10px;font-size:20px;color:#121826}.coreValueBox p{margin:0;color:#5f687a;line-height:1.65;font-size:15px}@media (max-width:1050px){.coreValuesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.coreValues{padding:56px 5% 62px}.coreValues h2{font-size:34px;margin-bottom:24px}.coreValuesGrid{grid-template-columns:1fr;gap:16px}.coreValueBox{border-radius:18px;padding:22px 18px}.coreValueBox h3{font-size:19px}}@media (min-width: 761px) and (max-width: 1050px){html,body,#root{margin:0!important;padding:0!important;width:100%!important;min-height:100%!important;overflow-x:hidden!important;background:#fff!important}body{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.topbar{display:none!important;height:0!important;min-height:0!important;padding:0!important;border:0!important;overflow:hidden!important}.navbar{position:fixed!important;top:0!important;left:0!important;right:0!important;height:86px!important;padding:0 5.5%!important;z-index:5000!important;margin:0!important}.brand img{width:200px!important;height:auto!important;max-height:62px!important;object-fit:contain!important}.links,.call{display:none!important}.menu{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;padding:0!important;line-height:1!important}.mobileLinks{position:fixed!important;top:86px!important;left:0!important;right:0!important;z-index:4999!important}main{margin:0!important;padding-top:86px!important}.hero{margin:0!important;min-height:0!important;height:auto!important;aspect-ratio:16 / 9!important;max-height:560px!important;overflow:hidden!important;border-bottom:4px solid var(--orange)!important}.heroZoom{top:0!important;right:0!important;bottom:0!important;left:0!important;animation:none!important;transform:none!important}.heroimg{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:74% center!important;filter:saturate(1.06) contrast(1.04) brightness(.82)!important}.hero:after{background:linear-gradient(90deg,#000719e6,#020b21b8 45%,#020b2129)!important}.heroText{display:block!important;max-width:52%!important;padding:clamp(46px,7vw,78px) 5.5% 0!important;color:#fff!important}.hero h1{font-size:clamp(34px,5vw,52px)!important;line-height:1.08!important;margin:0 0 16px!important}.hero p{font-size:clamp(14px,1.8vw,17px)!important;line-height:1.65!important;max-width:100%!important;margin:0 0 18px!important}.hero .btn{margin-top:0!important;padding:13px 22px!important;font-size:14px!important}.features.animatedCards,.features{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:-46px 6% 58px!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 22px 46px #0f172a24!important}.features .feature,.animatedCards .feature{border-radius:0!important;border:0!important;border-right:1px solid rgba(255,180,0,.18)!important;padding:28px 20px!important;animation:none!important}.features .feature:last-child{border-right:0!important}.ico,.animatedCards .ico{width:62px!important;height:62px!important;font-size:25px!important}.feature h3{font-size:21px!important}.feature p{font-size:14px!important;line-height:1.55!important}.products,.gallery,.about,.contactPage,.contentPage,.mapSection,.coreValues{padding-left:6%!important;padding-right:6%!important}.simpleFooter{padding-bottom:calc(110px + env(safe-area-inset-bottom))!important}.bottomNav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:82px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;z-index:5001!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom))!important;overflow:hidden!important}.bottomNav a{width:100%!important;height:68px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-width:0!important;padding:0!important;margin:0!important}}@media (max-width: 760px){main{margin:0!important;padding-top:82px!important}.hero{margin-top:0!important}.simpleFooter{padding-bottom:calc(108px + env(safe-area-inset-bottom))!important}}@media (min-width: 1051px){main{padding-top:140px!important}}
