:root{--blue:#005f86;--cyan:#00a8c8;--ink:#092532;--muted:#58707a;--steel:#e8f1f4;--soft:#f5f8f9;--white:#fff;--radius:24px;--shadow:0 24px 70px rgba(4,49,68,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica Neue,sans-serif;background:white}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.header{z-index:50;background:rgba(255,255,255,.93);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #dfe9ec}.nav{height:78px;justify-content:space-between}.brand,.nav{display:flex;align-items:center}.brand{gap:14px}.brand img,.footer-logo{width:90px;height:auto}.brand span{font-size:12px;color:var(--muted);border-left:1px solid #ccdadd;padding-left:14px}.navlinks{display:flex;gap:27px;font-size:14px;font-weight:700}.button,.navlinks{align-items:center}.button{display:inline-flex;justify-content:center;background:var(--cyan);color:#032834;border:0;border-radius:999px;padding:15px 24px;font-weight:800;cursor:pointer}.button.small{padding:12px 18px;color:white;background:var(--blue)}.button.ghost{background:transparent;color:white;border:1px solid #63c9dd}.button.white{background:white;color:var(--blue)}.menu{display:none;border:0;background:transparent}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;background:white;padding:10px;z-index:99}.hero{min-height:720px;background:radial-gradient(circle at 78% 25%,#18afd0 0,transparent 26%),linear-gradient(135deg,#06384e,#00688f 55%,#008dae);color:white;overflow:hidden}.hero,.hero-grid{display:grid;align-items:center}.hero-grid{grid-template-columns:1.02fr .98fr;grid-gap:70px;gap:70px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:900;color:var(--blue)}.eyebrow.light{color:#7ee3f5}.hero h1{font-size:clamp(54px,7vw,98px);letter-spacing:-.06em;line-height:.9;margin:20px 0 28px;max-width:720px}.hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.6;max-width:570px;color:#d6f1f6}.actions{display:flex;gap:12px;margin:34px 0}.hero-stats{display:flex;gap:28px;border-top:1px solid #3a91ad;padding-top:24px}.hero-stats span{font-size:12px;color:#bfe6ee}.hero-stats b{display:block;font-size:17px;color:white;margin-bottom:5px}.hero-stack{height:570px;position:relative;perspective:900px}.hero-card{position:absolute;width:65%;border-radius:24px;box-shadow:0 40px 80px #00384d88}.hero-card.one{right:0;top:25px;transform:rotateY(-8deg) rotate(4deg)}.hero-card.two{left:0;bottom:15px;transform:rotateY(10deg) rotate(-5deg);width:55%}.orbit{position:absolute;right:3%;bottom:8%;background:#c9f143;color:#123a27;border-radius:50%;width:155px;height:155px;display:grid;place-content:center;text-align:center;box-shadow:var(--shadow);transform:rotate(7deg)}.section{padding:105px 0}.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.cta h2,.section h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.05em;line-height:1;margin:12px 0}.section-head>a,.text-link{font-weight:800;color:var(--blue)}.category-grid{grid-template-columns:repeat(4,1fr);border-top:1px solid #cedcdf;border-left:1px solid #cedcdf}.category-grid>li>a{min-height:190px;padding:24px;border-right:1px solid #cedcdf;border-bottom:1px solid #cedcdf;transition:.25s}.category-grid>li>a:hover{background:var(--blue);color:white;transform:translateY(-4px)}.category-grid span{font-size:11px;color:var(--cyan)}.category-grid h3{font-size:19px;line-height:1.25;margin:35px 0 15px}.category-grid p{font-size:12px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.product-card{background:white;border:1px solid #dfe9ec;border-radius:var(--radius);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1;background:#edf5f7;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-copy{padding:21px}.product-copy h3{font-size:20px;margin:8px 0 14px}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.chips span{font-size:11px;padding:6px 9px;background:var(--steel);border-radius:999px}.text-link{font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px}.steps{list-style:none;padding:0;margin:0}.steps li{display:grid;grid-template-columns:60px 1fr;grid-gap:15px;gap:15px;padding:23px 0;border-top:1px solid #ccdadd}.steps b{color:var(--cyan)}.steps strong{display:block;font-size:21px;margin-bottom:6px}.steps span{color:var(--muted);line-height:1.5}.cta{padding:100px 0;background:var(--blue);color:white}.cta .shell{max-width:850px;text-align:center}.cta p:not(.eyebrow){color:#cbe7ee;line-height:1.6;font-size:18px}.cta .button{margin-top:18px}footer{padding:75px 0 20px;background:#061f29;color:#c8dade}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.3fr;grid-gap:55px;gap:55px}.footer-grid h3{color:white}.footer-grid a{display:block;margin:12px 0}.footer-grid p{line-height:1.7;font-size:14px}.footer-logo{background:white;padding:5px;border-radius:5px}.copyright{border-top:1px solid #24414c;padding-top:20px;margin-top:55px;font-size:12px}.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#25d366;color:#062d19;border-radius:999px;padding:13px 18px;font-weight:800;z-index:40;box-shadow:var(--shadow)}.page-hero{padding:90px 0 60px;background:var(--soft)}.page-hero h1{font-size:clamp(46px,7vw,84px);letter-spacing:-.055em;line-height:.95;margin:15px 0}.page-hero p{font-size:18px;line-height:1.7;max-width:730px;color:var(--muted)}.filters{display:grid;grid-template-columns:2fr 1fr;grid-gap:15px;gap:15px;padding:22px;background:var(--steel);border-radius:20px}.filters label>span,.form label>span{display:block;font-size:12px;font-weight:800;margin:0 0 8px}.filters input,.filters select,.form input,.form select,.form textarea{width:100%;border:1px solid #bdd0d6;background:white;border-radius:12px;padding:14px;font:inherit}.result-count{color:var(--muted);margin:25px 0}.load{display:flex;margin:40px auto 0}.detail-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:70px;gap:70px}.detail-main{aspect-ratio:1;background:var(--soft);border-radius:30px;overflow:hidden}.detail-main img{width:100%;height:100%;object-fit:contain}.gallery{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:9px;gap:9px;margin-top:10px}.gallery img{aspect-ratio:1;object-fit:cover;border-radius:10px}.detail h1{font-size:clamp(42px,5vw,70px);letter-spacing:-.05em;margin:12px 0}.detail p{line-height:1.7;color:var(--muted)}.notice{border-left:3px solid var(--cyan);padding:15px 18px;background:var(--steel)}.prose{max-width:820px}.prose li,.prose p{font-size:17px;line-height:1.8;color:var(--muted)}.preform-wrap{overflow:auto}.preform{width:100%;border-collapse:collapse}.preform td,.preform th{text-align:left;padding:13px;border-bottom:1px solid #d7e3e6;white-space:nowrap}.preform th{background:var(--ink);color:white;position:-webkit-sticky;position:sticky;top:78px}.form{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.form .full{grid-column:1/-1}.form textarea{min-height:130px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px}.contact-card{padding:30px;background:var(--soft);border-radius:24px}.contact-card a{display:block;color:var(--blue);font-weight:800;margin:14px 0}@media(max-width:900px){.brand span,.navlinks{display:none}.navlinks{position:absolute;left:20px;right:20px;top:70px;background:white;padding:25px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.menu{display:block}.hero{padding:70px 0}.contact-grid,.detail-grid,.hero-grid,.split{grid-template-columns:1fr}.hero-stack{height:470px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-stats{flex-wrap:wrap}}@media(max-width:600px){.shell{width:min(100% - 26px,1180px)}.hero{min-height:auto}.hero-grid{gap:20px}.hero h1{font-size:57px}.hero-stack{height:360px}.orbit{width:110px;height:110px;font-size:12px}.hero-stats{gap:16px}.section{padding:72px 0}.category-grid,.filters,.form,.product-grid{grid-template-columns:1fr}.form .full{grid-column:auto}.category-grid>li>a{min-height:150px}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.detail-grid{gap:30px}.gallery{grid-template-columns:repeat(4,1fr)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.whatsapp-float{width:58px;height:58px;padding:0;display:grid;place-items:center}.whatsapp-float svg{width:29px;height:29px;stroke-width:2.3}.quote-popup-trigger{font:inherit}.quote-modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:22px;overflow-y:auto;background:rgba(3,26,36,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.quote-modal{position:relative;width:min(760px,100%);max-height:none;margin:auto 0;overflow-y:auto;padding:36px;border-radius:28px;color:var(--ink);background:white;box-shadow:0 35px 100px rgba(0,22,32,.35)}.quote-modal-close{position:absolute;top:18px;right:18px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--ink);background:var(--steel);cursor:pointer}.quote-modal-heading{display:grid;grid-template-columns:58px 1fr;grid-gap:18px;gap:18px;padding-right:45px;margin-bottom:28px}.quote-modal-heading>span{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;color:#075e54;background:#d9f8e6}.quote-modal-heading h2{margin:6px 0 8px;font-size:clamp(30px,4vw,46px);line-height:1;letter-spacing:-.045em}.quote-modal-heading p:last-child{max-width:580px;margin:0;color:var(--muted);line-height:1.55}.quote-popup-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.quote-popup-form label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.quote-popup-form input,.quote-popup-form textarea{width:100%;padding:13px 14px;border:1px solid #bdd0d6;border-radius:12px;background:white;font:inherit}.quote-popup-form textarea{min-height:90px;resize:vertical}.quote-popup-form .full{grid-column:1/-1}.quote-popup-form .button{gap:9px;color:#063a24;background:#25d366}.quote-popup-note{margin:0;padding:11px 14px;border-left:3px solid var(--cyan);color:var(--muted);background:var(--soft);font-size:12px;line-height:1.5}@media (max-width:650px){.quote-modal-backdrop{padding:12px}.quote-modal{margin:12px 0;padding:28px 20px;border-radius:20px}.quote-modal-heading{padding-right:30px}.quote-modal-heading,.quote-popup-form{grid-template-columns:1fr}.quote-popup-form .full{grid-column:auto}}.product-gallery .detail-main{position:relative}.product-gallery .gallery-image{position:absolute;inset:0;height:100%;object-fit:contain}.gallery-image-enter{animation:gallery-slide-up-in .62s cubic-bezier(.22,1,.36,1) both}.gallery-image-exit{z-index:2;animation:gallery-slide-up-out .62s cubic-bezier(.22,1,.36,1) both}.gallery-counter{position:absolute;right:16px;bottom:16px;z-index:4;padding:7px 11px;border-radius:999px;color:white;background:rgba(5,37,50,.8);font-size:12px;font-weight:800}.product-gallery .gallery button{padding:0;border:2px solid transparent;border-radius:11px;background:var(--soft);cursor:pointer;opacity:.66;transition:.2s}.product-gallery .gallery button.active,.product-gallery .gallery button:hover{border-color:var(--cyan);opacity:1;transform:translateY(-3px)}.product-gallery .gallery button img{height:100%;border-radius:8px}@keyframes gallery-slide-up-in{0%{opacity:0;transform:translateY(28%)}to{opacity:1;transform:translateY(0)}}@keyframes gallery-slide-up-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-28%)}}@media (prefers-reduced-motion:reduce){.gallery-image-enter,.gallery-image-exit{animation-duration:.01ms}}.product-card .product-image{position:relative;overflow:hidden}.product-card .product-image img{width:100%;height:108%;max-width:none;object-fit:cover;object-position:top center}.product-gallery .detail-main{overflow:hidden}.product-gallery .gallery-image{width:100%;height:108%;object-fit:cover;object-position:top center}.product-gallery .gallery button{overflow:hidden}.product-gallery .gallery button img{width:100%;height:108%;object-fit:cover;object-position:top center}@media (max-width:600px){.product-card .product-image img,.product-gallery .gallery button img,.product-gallery .gallery-image{height:109%}}.animated-product-card{overflow:hidden}.animated-product-card .product-image{opacity:0;animation:product-image-drop .78s var(--card-delay,0s) cubic-bezier(.2,.85,.28,1.15) forwards;will-change:transform,opacity}.animated-product-card .product-copy{opacity:0;animation:product-content-slide-left .72s calc(var(--card-delay, 0s) + .17s) cubic-bezier(.22,1,.36,1) forwards;will-change:transform,opacity}@keyframes product-image-drop{0%{opacity:0;transform:translateY(-90px) scale(.95)}68%{opacity:1;transform:translateY(8px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes product-content-slide-left{0%{opacity:0;transform:translateX(85px)}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.animated-product-card .product-copy,.animated-product-card .product-image{opacity:1;animation:none;transform:none}}.detail .notice{position:relative;padding:22px 25px;border:1px solid #c6dce3;border-left:5px solid var(--cyan);border-radius:10px;background:linear-gradient(145deg,#f7fcfd,#e3f0f4 55%,#d5e6eb);box-shadow:0 13px 0 #c6d9df,0 21px 32px rgba(4,57,77,.18),inset 0 1px 0 rgba(255,255,255,.95);transform:perspective(800px) rotateX(1.5deg)}.detail .notice:after{position:absolute;right:18px;bottom:-8px;left:18px;z-index:-1;height:14px;border-radius:50%;background:rgba(5,54,72,.14);filter:blur(7px);content:""}.detail .actions{align-items:flex-start;gap:20px;margin-top:42px;padding-bottom:10px;perspective:900px}.detail .actions .button{position:relative;min-height:58px;border:1px solid rgba(0,77,103,.2);box-shadow:0 9px 0 #007d99,0 15px 24px rgba(0,64,88,.24),inset 0 2px 0 rgba(255,255,255,.34);transform:translateY(0) rotateX(0);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.detail .actions .button:first-child{color:#032b38;background:linear-gradient(145deg,#21c3dc,#00a8c8 58%,#008dab)}.detail .actions .button.ghost{color:#005f86!important;background:linear-gradient(145deg,#ffffff,#edf7f9 58%,#d7e9ee);box-shadow:0 9px 0 #a8c6d0,0 15px 24px rgba(0,64,88,.18),inset 0 2px 0 #fff}.detail .actions .button:hover{filter:brightness(1.05);transform:translateY(-5px) rotateX(2deg);box-shadow:0 13px 0 #007d99,0 22px 32px rgba(0,64,88,.27),inset 0 2px 0 rgba(255,255,255,.4)}.detail .actions .button.ghost:hover{box-shadow:0 13px 0 #a8c6d0,0 22px 32px rgba(0,64,88,.21),inset 0 2px 0 #fff}.detail .actions .button:active{transform:translateY(7px);box-shadow:0 2px 0 #007d99,0 6px 10px rgba(0,64,88,.2)}.detail .actions .button.ghost:active{box-shadow:0 2px 0 #a8c6d0,0 6px 10px rgba(0,64,88,.16)}.detail>.detail-grid>div:last-child>.chips:first-of-type span{border:1px solid #d0e1e6;background:linear-gradient(145deg,#fff,#e3eff2);box-shadow:0 4px 0 #c6d8de,0 7px 12px rgba(4,57,77,.12)}@media (max-width:600px){.detail .actions{align-items:stretch;flex-direction:column}.detail .actions .button{width:100%}}@media (prefers-reduced-motion:reduce){.detail .actions .button{transition:none}}.product-card .product-copy h3{position:relative;display:inline-block;max-width:100%;margin:10px 0 20px;padding:9px 15px 10px;border:2px solid #82dcf1;border-radius:11px;color:#062633;background:linear-gradient(145deg,#ffffff,#eaf8fb 55%,#d4edf3);box-shadow:0 6px 0 #91cbd9,0 0 0 3px rgba(117,219,243,.16),0 0 18px rgba(47,198,232,.46),0 13px 21px rgba(4,69,91,.17),inset 0 2px 0 rgba(255,255,255,.98);font-size:19px;line-height:1.18;letter-spacing:-.025em;overflow-wrap:anywhere;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card .product-copy h3:after{position:absolute;right:10px;bottom:-8px;left:10px;z-index:-1;height:9px;border-radius:50%;background:rgba(2,81,107,.16);filter:blur(5px);content:""}.product-card:hover .product-copy h3{border-color:#42cdec;box-shadow:0 9px 0 #77bfd0,0 0 0 4px rgba(91,211,239,.18),0 0 28px rgba(22,194,233,.62),0 18px 27px rgba(4,69,91,.22),inset 0 2px 0 white;transform:translateY(-4px)}@media (max-width:760px){.product-card .product-copy h3{padding:8px 12px 9px;border-width:1.5px;font-size:17px;box-shadow:0 5px 0 #91cbd9,0 0 0 2px rgba(117,219,243,.15),0 0 14px rgba(47,198,232,.38),0 10px 17px rgba(4,69,91,.14),inset 0 2px 0 white}}@media (prefers-reduced-motion:reduce){.product-card .product-copy h3{transition:none}}.applications-hero{padding:62px 0;overflow:hidden}.applications-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;grid-gap:65px;gap:65px}.applications-hero-grid>div:first-child{min-width:0}.applications-hero-grid h1{max-width:760px}.applications-hero-image{position:relative;min-height:450px;overflow:hidden;border:1px solid #c4dbe3;border-radius:30px;background:#dcebf6;box-shadow:0 15px 0 #c6dae2,0 30px 55px rgba(4,53,72,.2);transform:perspective(1100px) rotateY(-3deg)}.applications-hero-image:after{position:absolute;inset:18px;border:1px solid rgba(255,255,255,.75);border-radius:20px;pointer-events:none;content:""}.applications-hero-image img{width:100%;height:100%;min-height:450px;object-fit:cover;object-position:center;animation:applications-image-zoom 8s ease-in-out infinite alternate}@keyframes applications-image-zoom{0%{transform:scale(1)}48%{transform:scale(1.075)}to{transform:scale(1.025)}}.applications-page .category-grid{gap:22px;border:0;perspective:1400px}.applications-page .category-grid>li>a{position:relative;display:flex;min-height:275px;padding:27px 28px 25px;flex-direction:column;border:1px solid #c5d8df;border-radius:20px;color:var(--ink);background:linear-gradient(145deg,#ffffff,#f3f9fa 64%,#e1eef2);box-shadow:0 10px 0 #c7dbe1,0 18px 30px rgba(5,57,76,.14),inset 0 2px 0 rgba(255,255,255,.95);transform:translateY(0) rotateX(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.applications-page .category-grid>li>a:before{position:absolute;top:0;right:24px;left:24px;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--cyan),#65d9e9);content:""}.applications-page .category-grid>li>a:focus-visible,.applications-page .category-grid>li>a:hover{border-color:#65bdd0;color:white;background:linear-gradient(145deg,#087fa9,#006784 60%,#004f6c);box-shadow:0 15px 0 #00475f,0 27px 40px rgba(5,57,76,.28),0 0 25px rgba(89,218,245,.5),inset 0 2px 0 rgba(255,255,255,.3);transform:translateY(-8px) rotateX(2deg)}.applications-page .category-grid span{color:#008eb0;font-size:13px;font-weight:900;letter-spacing:.08em}.applications-page .category-grid h3{margin:45px 0 15px;color:#071f2a;font-size:clamp(21px,1.6vw,27px);line-height:1.15;letter-spacing:0}.applications-page .category-grid p{margin:0 0 24px;color:#324f5b;font-size:16px;font-weight:500;line-height:1.5}.applications-page .category-grid strong{margin-top:auto;color:#006b8d;font-size:13px;font-weight:900}.applications-page .category-grid>li>a:focus-visible h3,.applications-page .category-grid>li>a:hover h3{color:#ffffff}.applications-page .category-grid>li>a:focus-visible p,.applications-page .category-grid>li>a:hover p{color:#e9faff}.applications-page .category-grid>li>a:focus-visible strong,.applications-page .category-grid>li>a:hover strong{color:#a9efff}.applications-page .category-grid>li>a:focus-visible span,.applications-page .category-grid>li>a:hover span{color:#003e55;background:#91eaff}.applications-page .category-grid>li>a:focus-visible h3,.applications-page .category-grid>li>a:focus-visible p,.applications-page .category-grid>li>a:focus-visible strong,.applications-page .category-grid>li>a:hover h3,.applications-page .category-grid>li>a:hover p,.applications-page .category-grid>li>a:hover strong{text-shadow:0 1px 2px rgba(0,33,47,.3)}@media (max-width:900px){.applications-hero-grid{grid-template-columns:1fr;gap:38px}.applications-hero-image{min-height:390px;transform:none}.applications-hero-image img{min-height:390px;object-fit:cover}.applications-page .category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.applications-hero{padding:50px 0}.applications-hero-image{min-height:280px;border-radius:20px}.applications-hero-image img{min-height:280px;object-position:center}.applications-page .category-grid{grid-template-columns:1fr}.applications-page .category-grid>li>a{min-height:245px}}@media (prefers-reduced-motion:reduce){.applications-hero-image img{animation:none}.applications-page .category-grid>li>a{transition:none}}.about-page{--about-ink:#082735;--about-blue:#005f86;--about-blue-dark:#06242f;--about-cyan:#25c7df;--about-cyan-soft:#85e5f0;--about-pale:#eff8fb;--about-line:#c9e0e7;--about-muted:#516d78;--about-card:#ffffff;color:var(--about-ink);background:#ffffff;overflow-x:clip}.about-page *{box-sizing:border-box}.about-page__shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.about-page__section{padding:96px 0}.about-page__eyebrow{margin:0 0 18px;color:var(--about-blue);font-size:.72rem;font-weight:900;letter-spacing:0;line-height:1.25;text-transform:uppercase}.about-page__eyebrow--light{color:var(--about-cyan-soft)}.about-page h1,.about-page h2,.about-page h3,.about-page p{letter-spacing:0}.about-page h1,.about-page h2,.about-page h3{margin:0;font-weight:900}.about-page p{margin:0;color:var(--about-muted);line-height:1.7}.about-page img{display:block;width:100%;height:auto;object-fit:cover}.about-page__hero{min-height:680px;display:grid;align-items:center;padding:78px 0 92px;color:#ffffff;background:linear-gradient(90deg,#063244,#006783 62%,#0590aa)}.about-page__hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;grid-gap:72px;gap:72px}.about-page__hero-copy{min-width:0}.about-page__hero h1{max-width:11ch;color:#ffffff;font-size:5.25rem;line-height:.98}.about-page__hero-copy p:not(.about-page__eyebrow){max-width:620px;margin-top:28px;color:#d7eef3;font-size:1.15rem}.about-page__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.about-page__button{display:inline-flex;min-width:0;min-height:48px;align-items:center;justify-content:center;padding:14px 22px;border:1px solid var(--about-blue);border-radius:999px;color:#ffffff;background:var(--about-blue);font-size:.95rem;font-weight:900;line-height:1.2;text-align:center}.about-page__button--light{border-color:var(--about-cyan);color:#052530;background:var(--about-cyan)}.about-page__button--ghost,.about-page__button--ghost-light{background:transparent}.about-page__button--ghost{color:var(--about-blue)}.about-page__button--ghost-light{border-color:rgba(255,255,255,.58);color:#ffffff}.about-page__button:focus-visible{outline:3px solid var(--about-cyan-soft);outline-offset:4px}.about-page__hero-images{display:grid;min-width:0;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);grid-template-rows:1fr 1fr;grid-gap:18px;gap:18px}.about-page__hero-images[data-count="1"]{display:block}.about-page__hero-images[data-count="2"]{grid-template-rows:1fr}.about-page__hero-image{min-width:0;min-height:0;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.5);border-radius:8px;background:#dff2f7;box-shadow:0 24px 70px rgba(0,26,34,.24)}.about-page__hero-image--1{min-height:516px;grid-row:1/-1}.about-page__hero-image:not(.about-page__hero-image--1){min-height:249px}.about-page__capacity-image img,.about-page__commitment-image img,.about-page__hero-image img,.about-page__modern-image,.about-page__process-card figure img{height:100%}.about-page__intro{background:#ffffff}.about-page__commitment-grid,.about-page__intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;grid-gap:76px;gap:76px}.about-page__intro-copy{min-width:0}.about-page__capacity h2,.about-page__commitment h2,.about-page__intro h2,.about-page__modern h2,.about-page__section-head h2{max-width:720px;font-size:3.45rem;line-height:1.05}.about-page__year{display:block;margin:36px 0 24px;color:var(--about-cyan);font-size:5.5rem;line-height:.9}.about-page__commitment-copy p,.about-page__intro-copy p{max-width:650px;margin-top:18px;font-size:1.02rem}.about-page__capacity-image,.about-page__commitment-image,.about-page__framed-image,.about-page__process-card figure{margin:0;overflow:hidden;border-radius:8px;background:var(--about-pale)}.about-page__intro-image{border:1px solid var(--about-line)}.about-page__intro-image img{aspect-ratio:1.18;height:auto}.about-page__intro-image figcaption{padding:18px 22px;color:#ffffff;background:var(--about-blue-dark);font-size:.84rem;font-weight:900;line-height:1.35;text-transform:uppercase}.about-page__section-head{max-width:760px;margin-bottom:44px}.about-page__process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.about-page__process-card{min-width:0;overflow:hidden;border:1px solid var(--about-line);border-radius:8px;background:var(--about-card)}.about-page__process-card figure{aspect-ratio:278/187}.about-page__process-card>div{min-width:0;padding:28px 24px 30px;border-top:6px solid var(--about-blue)}.about-page__process-card span{display:block;color:var(--about-cyan);font-size:1.65rem;font-weight:900;line-height:1}.about-page__process-card h3{margin-top:18px;font-size:1.3rem;line-height:1.22}.about-page__process-card p{margin-top:14px;font-size:.95rem}.about-page__capacity{display:grid;grid-template-columns:minmax(0,58fr) minmax(0,42fr);min-height:620px;color:#ffffff;background:var(--about-blue-dark)}.about-page__capacity-image{min-height:620px;border-radius:0}.about-page__capacity-image img{min-height:620px}.about-page__capacity-panel{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:72px min(5vw,72px)}.about-page__capacity h2,.about-page__modern h2{color:#ffffff}.about-page__capacity p,.about-page__modern p{max-width:610px;margin-top:20px;color:#d9eef2}.about-page__stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:42px}.about-page__stat{min-width:0;min-height:126px;padding:22px;border:1px solid rgba(133,229,240,.22);border-radius:8px;background:rgba(255,255,255,.06)}.about-page__stat svg{width:20px;height:20px;color:var(--about-cyan)}.about-page__stat span,.about-page__stat strong{display:block}.about-page__stat strong{margin-top:18px;color:var(--about-cyan-soft);font-size:2.45rem;line-height:1}.about-page__stat span{margin-top:9px;color:#dceef3;font-size:.82rem;line-height:1.35}.about-page__timeline-section{background:var(--about-pale)}.about-page__timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;position:relative}.about-page__timeline:before{position:absolute;top:18px;left:0;right:0;height:1px;background:var(--about-cyan);content:""}.about-page__timeline-item{position:relative;min-width:0;padding-top:42px}.about-page__timeline-index{position:absolute;top:0;left:22px;display:grid;width:36px;height:36px;place-items:center;border-radius:999px;color:var(--about-blue-dark);background:var(--about-cyan);font-size:.78rem;font-weight:900}.about-page__timeline-item>p:first-of-type{color:var(--about-blue);font-size:.72rem;font-weight:900;text-transform:uppercase}.about-page__timeline-item h3{margin-top:14px;font-size:1.1rem;line-height:1.22}.about-page__timeline-item>p:last-child{margin-top:12px;font-size:.92rem}.about-page__modern{position:relative;min-height:460px;display:grid;align-items:center;overflow:hidden;color:#ffffff;background:var(--about-blue-dark)}.about-page__modern-image{position:absolute;inset:0;opacity:.78}.about-page__modern:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,36,47,.9),rgba(6,36,47,.42));content:""}.about-page__modern-copy{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:88px 0}.about-page__commitment{background:#ffffff}.about-page__commitment-grid{align-items:center}.about-page__commitment-image{aspect-ratio:1.35}.about-page__commitment-copy{min-width:0}@media (max-width:1000px){.about-page__capacity,.about-page__commitment-grid,.about-page__hero-grid,.about-page__intro-grid{grid-template-columns:1fr}.about-page__hero{min-height:0}.about-page__hero h1{max-width:12ch;font-size:4rem}.about-page__hero-images{max-width:760px}.about-page__capacity-image{min-height:420px}.about-page__capacity-panel{padding:64px 40px 76px}.about-page__timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.about-page__timeline:before{display:none}}@media (max-width:780px){.about-page__section{padding:72px 0}.about-page__hero{padding:62px 0 74px}.about-page__hero-grid{gap:42px}.about-page__capacity h2,.about-page__commitment h2,.about-page__hero h1,.about-page__intro h2,.about-page__modern h2,.about-page__section-head h2{font-size:3rem}.about-page__hero-images,.about-page__process-grid,.about-page__stats-grid{grid-template-columns:1fr}.about-page__hero-image--1,.about-page__hero-image:not(.about-page__hero-image--1){min-height:0;aspect-ratio:4/3}.about-page__year{font-size:4rem}.about-page__modern{min-height:420px}}@media (max-width:520px){.about-page__modern-copy,.about-page__shell{width:min(100% - 26px,1180px)}.about-page__capacity h2,.about-page__commitment h2,.about-page__hero h1,.about-page__intro h2,.about-page__modern h2,.about-page__section-head h2{font-size:2.45rem}.about-page__hero h1{max-width:100%}.about-page__commitment-copy p,.about-page__hero-copy p:not(.about-page__eyebrow),.about-page__intro-copy p{font-size:1rem}.about-page__button{width:100%}.about-page__capacity-panel{padding:58px 26px 66px}.about-page__timeline{grid-template-columns:1fr}.about-page__timeline-item{padding-left:54px;padding-top:0}.about-page__timeline-index{left:0}.about-page__stat{min-height:112px}}.banner-carousel{--banner-header-height:97px;padding:0}.banner-carousel,.banner-carousel-stage{width:100%;overflow:hidden;background:#dceaf7}.banner-carousel-stage{position:relative;min-height:0;height:min(calc(100vh - var(--banner-header-height)),calc(100vw * 9 / 16));max-height:calc(100vh - var(--banner-header-height));perspective:1600px}.banner-carousel-slide{position:absolute;inset:0;display:block;overflow:hidden;transform-origin:70% 58%;will-change:transform,opacity}.banner-carousel-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}@supports (height:100svh){.banner-carousel-stage{height:min(calc(100svh - var(--banner-header-height)),calc(100vw * 9 / 16));max-height:calc(100svh - var(--banner-header-height))}}.banner-carousel-active.banner-direction-forward{animation:banner-enter-right .9s cubic-bezier(.22,1,.36,1) both}.banner-carousel-active.banner-direction-back{animation:banner-enter-left .9s cubic-bezier(.22,1,.36,1) both}.banner-carousel-exit.banner-direction-forward{z-index:2;animation:banner-exit-left .9s cubic-bezier(.65,0,.35,1) both}.banner-carousel-exit.banner-direction-back{z-index:2;animation:banner-exit-right .9s cubic-bezier(.65,0,.35,1) both}.banner-carousel-controls{position:absolute;right:3%;bottom:4%;z-index:8;display:flex;align-items:center;gap:12px;padding:9px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(4,41,64,.7);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.banner-carousel-controls>button{display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;color:white;background:rgba(255,255,255,.13);cursor:pointer}.banner-carousel-controls>button:hover{color:#006fa8;background:white}.banner-carousel-dots{display:flex;gap:7px}.banner-carousel-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}.banner-carousel-dots button.active{width:31px;border-radius:999px;background:#22b7ef}@keyframes banner-enter-right{0%{opacity:0;transform:translateX(100%) scale(.92) rotateY(-8deg)}to{opacity:1;transform:translateX(0) scale(1) rotateY(0)}}@keyframes banner-enter-left{0%{opacity:0;transform:translateX(-100%) scale(.92) rotateY(8deg)}to{opacity:1;transform:translateX(0) scale(1) rotateY(0)}}@keyframes banner-exit-left{0%{opacity:1;transform:translateX(0) scale(1.035)}to{opacity:0;transform:translateX(-100%) scale(.9) rotateY(8deg)}}@keyframes banner-exit-right{0%{opacity:1;transform:translateX(0) scale(1.035)}to{opacity:0;transform:translateX(100%) scale(.9) rotateY(-8deg)}}@media (max-width:760px){.banner-carousel-controls{right:50%;bottom:14px;transform:translateX(50%)}.banner-carousel-controls>button{width:36px;height:36px}}@media (max-width:600px){.banner-carousel{--banner-header-height:83px}.banner-carousel-stage{min-height:0}}@media (prefers-reduced-motion:reduce){.banner-carousel-active,.banner-carousel-exit{animation-duration:.01ms!important}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.72);background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(230,247,253,.66));box-shadow:0 10px 34px rgba(5,57,78,.12);-webkit-backdrop-filter:blur(24px) saturate(165%);backdrop-filter:blur(24px) saturate(165%)}.header .nav{height:96px}.header .brand{min-width:154px;padding:5px 16px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(220,245,253,.46));box-shadow:0 8px 24px rgba(0,73,102,.12),inset 1px 1px 1px rgba(255,255,255,.95),inset -1px -1px 10px rgba(56,172,211,.08);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.header .brand img{width:128px;height:80px;object-fit:contain;filter:brightness(1.1) saturate(1.12) drop-shadow(0 4px 7px rgba(0,100,143,.15))}.header .navlinks a{text-shadow:0 1px rgba(255,255,255,.75)}@media (max-width:600px){.header .nav{height:82px}.header .brand{min-width:102px;padding:3px 9px;border-radius:16px}.header .brand img{width:88px;height:68px}}.client-scroller{overflow:hidden;padding:24px 0 28px;border-top:1px solid rgba(255,255,255,.6);border-bottom:1px solid #a8dceb;background:#78cbe7}.client-scroller>p{margin:0 0 13px;color:#064866;font-size:11px;font-weight:900;letter-spacing:.17em;text-align:center;text-transform:uppercase}.client-scroller-window{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.client-scroller-track{display:flex;width:max-content;animation:client-logo-scroll 32s linear infinite;will-change:transform}.client-scroller-window:hover .client-scroller-track{animation-play-state:paused}.client-logo-set{display:flex;align-items:center;gap:42px;padding-right:42px}.client-logo{flex:0 0 auto;height:105px;border-radius:12px;background-color:#78cbe7;background-image:url(/client-logos.png);background-repeat:no-repeat;background-size:1622px 303px;filter:drop-shadow(0 7px 9px rgba(0,65,95,.14));transition:filter .25s ease,transform .25s ease}.client-logo:hover{filter:drop-shadow(0 11px 12px rgba(0,65,95,.25));transform:translateY(-4px) scale(1.02)}.logo-tradekings{width:455px;background-position:-65px -27px}.logo-bimbe{width:430px;height:135px;background-position:-560px -14px}.logo-manzivalley{width:555px;background-position:-990px -32px}.logo-innova{width:290px;background-position:-174px -181px}.logo-chicco{width:190px;background-position:-682px -178px}.logo-meru{width:190px;background-position:-1174px -177px}@keyframes client-logo-scroll{to{transform:translateX(-50%)}}@media (max-width:600px){.client-scroller{padding:18px 0 20px}.client-logo-set{gap:25px;padding-right:25px}}@media (prefers-reduced-motion:reduce){.client-scroller-track{animation-play-state:paused}}.catalogue-section{scroll-margin-top:112px}.section:has(.category-grid){position:relative;perspective:1400px}.section:has(.category-grid) .section-head{align-items:center}.section:has(.category-grid) .section-head>a{flex:0 0 auto;padding:14px 22px;border:1px solid #a9dceb;border-radius:999px;color:#064e70;background:linear-gradient(145deg,#fafdff,#d9f2fa);box-shadow:0 3px 0 #9bcfe0,0 9px 20px rgba(0,79,112,.16),inset 1px 1px 2px white;transition:transform .25s ease,box-shadow .25s ease}.section:has(.category-grid) .section-head>a:hover{transform:translateY(-4px);box-shadow:0 5px 0 #83c4d9,0 14px 28px rgba(0,79,112,.22),0 0 22px rgba(100,211,242,.42)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px;padding:0;margin:0;border:0;list-style:none;perspective:1400px}.category-grid>li{min-width:0}.category-grid>li>a{position:relative;display:flex;height:100%;isolation:isolate;min-height:355px;min-width:0;padding:0;overflow:hidden;flex-direction:column;border:1px solid #c4e0e9;border-radius:21px;color:#092532;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(225,245,251,.93));box-shadow:0 3px 0 #d6eef5,0 9px 0 rgba(0,91,128,.14),0 20px 34px rgba(4,72,99,.14),inset 2px 2px 5px rgba(255,255,255,.95),inset -4px -5px 12px rgba(20,130,170,.08);transform:translateZ(0);transform-style:preserve-3d;transition:color .3s ease,transform .3s ease,box-shadow .3s ease}.category-grid>li>a:before{content:"";position:absolute;z-index:-1;top:-55%;left:-25%;width:90%;height:130%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 68%);pointer-events:none}.category-grid>li>a:focus-visible,.category-grid>li>a:hover{color:white;background:linear-gradient(145deg,#087ca6,#005675);box-shadow:0 4px 0 #42c8e9,0 12px 0 #004861,0 28px 45px rgba(0,55,78,.3),0 0 26px rgba(79,211,243,.5),inset 2px 2px 5px rgba(255,255,255,.25);transform:translateY(-12px) rotateX(3deg) translateZ(24px)}.category-grid>li>a:focus-visible{outline:3px solid #00a8c8;outline-offset:4px}.category-grid span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:27px;padding:5px 9px;border-radius:999px;color:#006d95;background:#d8f5fd;box-shadow:0 2px 5px rgba(0,83,115,.12);font-size:12px;font-weight:900;transform:translateZ(24px)}.category-card-image{flex:0 0 auto;display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;background:#e9f7fb;border-bottom:1px solid #c4e0e9;transform:translateZ(16px)}.category-card-image--placeholder{background:linear-gradient(135deg,#e9f7fb,#d6edf5)}.category-card-copy{display:flex;flex:1 1;flex-direction:column;padding:22px 25px 25px;min-height:0}.category-grid h3{margin:18px 0 14px;color:#082735;font-size:clamp(18px,1.45vw,22px);line-height:1.22;letter-spacing:0;overflow-wrap:anywhere;text-wrap:balance;transform:translateZ(28px)}.category-grid p{margin:0;color:#385f70;font-weight:650;line-height:1.4}.category-card-action,.category-grid p{font-size:13px;transform:translateZ(22px)}.category-card-action{margin-top:auto;color:#006b8d;font-weight:900;line-height:1.3}.category-grid>li>a:focus-visible h3,.category-grid>li>a:hover h3{color:white}.category-grid>li>a:focus-visible p,.category-grid>li>a:hover p{color:#e2f8fd}.category-grid>li>a:focus-visible .category-card-action,.category-grid>li>a:hover .category-card-action{color:#a9efff}.category-grid>li>a:focus-visible span,.category-grid>li>a:hover span{color:#003c53;background:#8deaff}@media (max-width:900px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (max-width:600px){.category-grid{grid-template-columns:1fr;gap:17px}.category-grid>li>a{min-height:330px}.category-grid h3{margin-top:18px}.section:has(.category-grid) .section-head>a{width:100%;text-align:center}}@media (prefers-reduced-motion:reduce){.category-grid>li>a,.category-grid>li>a:focus-visible,.category-grid>li>a:hover{transition:none;transform:none}}.catalogue-page .catalogue-hero .catalogue-all-products{width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:18px}.catalogue-page .category-grid>li>a{min-width:0}.catalogue-page .catalogue-all-products:focus-visible,.catalogue-page .category-grid>li>a:focus-visible{outline:3px solid #00a8c8;outline-offset:4px}@media (max-width:1100px){.catalogue-page .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.catalogue-page .category-grid{grid-template-columns:minmax(0,1fr)}.catalogue-page .catalogue-all-products{width:100%;white-space:normal;text-align:center}}.contact-hero{background:radial-gradient(circle at 82% 20%,rgba(104,220,247,.25),transparent 26%),linear-gradient(145deg,#f7fbfc,#e6f4f8)}.contact-section{padding:105px 0 125px;background:radial-gradient(circle at 50% 10%,rgba(255,255,255,.95),transparent 34%),linear-gradient(145deg,#d7f2fb,#9ddcf0)}.contact-section .contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:48px;gap:48px;perspective:1400px}.contact-3d-card{position:relative;min-width:0;padding:clamp(34px,4vw,55px);border:1px solid rgba(255,255,255,.95);border-radius:29px;color:#082735;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,246,252,.94));box-shadow:0 4px 0 #e4f8fe,0 13px 0 rgba(0,92,128,.18),0 34px 60px rgba(0,61,88,.23),inset 2px 2px 8px rgba(255,255,255,.98),inset -7px -8px 18px rgba(12,128,173,.1);transform:translateZ(0);transform-style:preserve-3d;transition:transform .35s ease,box-shadow .35s ease}.contact-3d-card:hover{transform:translateY(-10px) rotateX(1.5deg) translateZ(24px);box-shadow:0 5px 0 #e8faff,0 15px 0 rgba(0,92,128,.2),0 42px 72px rgba(0,61,88,.29),0 0 30px rgba(113,223,248,.65)}.contact-card-icon{position:absolute;top:32px;right:34px;display:grid;width:58px;height:58px;place-items:center;border:1px solid #a7dcec;border-radius:18px;color:#006a90;background:linear-gradient(145deg,#f8fdff,#cceef8);box-shadow:0 6px 13px rgba(0,90,126,.16);transform:translateZ(30px)}.contact-card-icon svg{width:26px;height:26px}.contact-3d-card .eyebrow{margin:5px 80px 16px 0;color:#00789f}.contact-3d-card h2{max-width:calc(100% - 55px);margin:0 0 30px;color:#072633;font-size:clamp(39px,4.2vw,64px);line-height:.98;letter-spacing:-.045em;transform:translateZ(25px)}.contact-3d-card address{color:#365c6c;font-size:18px;font-style:normal;line-height:1.55}.contact-links{display:grid;grid-gap:12px;gap:12px;margin-top:30px}.contact-links a{display:flex;min-width:0;align-items:center;gap:12px;padding:13px 16px;border:1px solid #c2e3ed;border-radius:14px;color:#005c80;background:rgba(255,255,255,.72);box-shadow:0 4px 9px rgba(0,79,108,.08);font-weight:800;transition:transform .25s ease,background .25s ease}.contact-links a:hover{background:white;transform:translateX(6px)}.contact-links svg{flex:0 0 auto;width:20px;height:20px}.contact-links span{min-width:0;overflow-wrap:anywhere}.hours-list{display:grid;margin-bottom:31px;border-top:1px solid #bbdce6}.hours-row{display:grid;grid-template-columns:minmax(145px,.8fr) minmax(0,1.2fr);grid-gap:20px;gap:20px;padding:18px 0;border-bottom:1px solid #bbdce6}.hours-row span{color:#476b79;line-height:1.4}.hours-row strong{color:#092532;line-height:1.4}.contact-quote-button{color:#042c3b;box-shadow:0 4px 0 #0083a5,0 11px 20px rgba(0,94,125,.23);transition:transform .25s ease,box-shadow .25s ease}.contact-quote-button:hover{transform:translateY(-4px);box-shadow:0 6px 0 #007793,0 16px 28px rgba(0,94,125,.3)}@media (max-width:900px){.contact-section .contact-grid{grid-template-columns:1fr;width:min(680px,calc(100% - 40px))}}@media (max-width:600px){.contact-section{padding:72px 0 88px}.contact-section .contact-grid{width:min(100% - 26px,680px);gap:35px}.contact-card-icon{top:24px;right:24px;width:50px;height:50px}.hours-row{grid-template-columns:1fr;gap:5px}.contact-quote-button{width:100%}}@media (prefers-reduced-motion:reduce){.contact-3d-card,.contact-3d-card:hover{transition:none;transform:none}}.testimonials-section{position:relative;overflow:hidden;padding:110px 0 125px;background:radial-gradient(circle at 50% -10%,rgba(255,255,255,.85),transparent 36%),linear-gradient(145deg,#79d5f1,#55b9df 55%,#2c9ac9)}.testimonials-section:before{content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 35%,transparent);mask-image:linear-gradient(180deg,transparent,#000 35%,transparent)}.testimonials-section .shell{position:relative;z-index:1}.testimonials-heading{width:min(760px,100%);margin:0 auto 58px;text-align:center}.testimonials-heading .eyebrow{color:#004d72}.testimonials-heading h2{margin:12px 0 0;color:#061f34;font-size:clamp(40px,5.5vw,72px);line-height:.98;letter-spacing:-.045em}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;perspective:1400px}.testimonial-card{--card-index:0;position:relative;display:flex;min-height:390px;margin:0;padding:52px 36px 36px;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:25px;color:#092532;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(218,244,253,.88));box-shadow:0 3px 0 #d3f3ff,0 10px 0 rgba(0,91,132,.2),0 28px 50px rgba(0,57,91,.24),inset 2px 2px 8px rgba(255,255,255,.95),inset -5px -7px 16px rgba(16,130,177,.12);transform:rotateY(calc((var(--card-index) - 1) * -2deg)) translateZ(0);transform-style:preserve-3d;transition:transform .38s ease,box-shadow .38s ease}.testimonial-card:hover{z-index:2;transform:translateY(-14px) rotateX(2deg) rotateY(0) translateZ(30px);box-shadow:0 4px 0 #e1f8ff,0 13px 0 rgba(0,91,132,.23),0 38px 70px rgba(0,57,91,.32),0 0 34px rgba(173,235,255,.9)}.testimonial-quote-mark{position:absolute;top:10px;left:25px;color:rgba(0,145,198,.19);font-family:Georgia,serif;font-size:112px;line-height:1;transform:translateZ(18px)}.testimonial-card blockquote{position:relative;z-index:1;margin:0;font-size:clamp(20px,1.7vw,26px);line-height:1.38;text-align:center;text-wrap:balance;transform:translateZ(25px)}.testimonial-card figcaption{display:grid;grid-gap:7px;gap:7px;text-align:center;transform:translateZ(22px)}.testimonial-card figcaption strong{color:#061f34;font-size:17px}.testimonial-card figcaption span{color:#557688;font-size:14px}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr;width:min(620px,100%);margin:auto}.testimonial-card{min-height:300px;transform:none}}@media (max-width:600px){.testimonials-section{padding:75px 0 88px}.testimonials-heading{margin-bottom:38px}.testimonial-card{min-height:280px;padding:44px 24px 28px}}@media (prefers-reduced-motion:reduce){.testimonial-card,.testimonial-card:hover{transition:none;transform:none}}body,html{max-width:100%;overflow-x:hidden}footer,header,main,section{min-width:0}a,h1,h2,h3,p,span{overflow-wrap:break-word}@media (min-width:1400px){.shell{width:min(1280px,calc(100% - 80px))}}@media (max-width:1100px){.navlinks{gap:18px}.detail-grid,.hero-grid{gap:42px}.category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}@media (max-width:900px){.header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{height:86px}.navlinks{top:80px;max-height:calc(100vh - 96px);overflow-y:auto}.navlinks .quote-popup-trigger{width:100%}.contact-grid,.detail-grid,.split{gap:48px}.contact-grid>*,.detail-grid>*,.split>*{min-width:0}.detail h1{font-size:clamp(42px,9vw,66px)}.preform-wrap{width:100%;max-width:100%;margin-right:0;margin-left:0;padding:0 0 12px;overflow-x:auto;overscroll-behavior-x:contain}.preform td:first-child,.preform th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:white}.preform th:first-child{color:white;background:var(--ink)}}@media (max-width:760px){.shell{width:min(100% - 28px,1180px)}.page-hero{padding:64px 0 45px}.page-hero h1{font-size:clamp(42px,13vw,66px)}.page-hero p{font-size:16px}.section{padding:68px 0}.cta h2,.section h2{font-size:clamp(38px,11vw,54px)}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.product-copy{padding:17px}.product-copy h3{font-size:18px}.filters{padding:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:auto}.detail .actions{flex-wrap:wrap}.detail .actions .button{flex:1 1 220px}.whatsapp-float{right:14px;bottom:14px;width:52px;height:52px}}@media (max-width:520px){.shell{width:min(100% - 22px,1180px)}.header .brand{min-width:94px;padding:3px 7px}.header .brand img{width:82px;height:62px}.banner-carousel-controls{bottom:8px;gap:7px;padding:6px}.banner-carousel-controls>button{width:30px;height:30px}.banner-carousel-controls svg{width:18px}.banner-carousel-dots{gap:5px}.banner-carousel-dots button{width:7px;height:7px}.banner-carousel-dots button.active{width:20px}.applications-page .category-grid,.category-grid,.footer-grid,.product-grid{grid-template-columns:1fr}.applications-page .category-grid>li>a,.category-grid>li>a{min-height:220px}.product-card{border-radius:19px}.product-copy{padding:19px}.filters,.form{grid-template-columns:1fr}.form .full{grid-column:auto}.section-head{align-items:flex-start;flex-direction:column}.contact-grid,.detail-grid,.split{gap:35px}.detail-main{border-radius:20px}.gallery{grid-template-columns:repeat(4,minmax(0,1fr))}.detail .notice{padding:18px;box-shadow:0 8px 0 #c6d9df,0 14px 22px rgba(4,57,77,.16)}.detail .actions{gap:16px;margin-top:32px}.detail .actions .button{width:100%;flex-basis:100%}.quote-modal-heading{gap:12px}.quote-modal-heading>span{width:48px;height:48px}.quote-modal-heading h2{font-size:34px}.cta{padding:72px 0}}@media (max-width:360px){.shell{width:calc(100% - 18px)}.page-hero h1{font-size:40px}.cta h2,.section h2{font-size:36px}.navlinks{right:9px;left:9px}.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (orientation:landscape) and (max-height:520px){.quote-modal-backdrop{align-items:flex-start}.quote-modal{margin:8px 0}.navlinks{max-height:calc(100vh - 76px)}}