:root{--green:#0d9f6e;--green-dark:#087b57;--navy:#071427;--text:#142033;--muted:#667085;--line:#e5e9e7;--pale:#f5f8f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.site-header{position:fixed;top:0;left:0;right:0;height:78px;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1280px)/2));color:#fff;border-bottom:1px solid rgba(255,255,255,.12);transition:.3s}.site-header.solid{background:rgba(5,18,28,.97);box-shadow:0 8px 30px #0000001f}.brand,.footer-brand,.quote-brand{display:flex;align-items:center;gap:11px;letter-spacing:.13em}.brand img{width:36px;height:36px;object-fit:contain}.brand-mark{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#29c995,#087b57);color:#fff;font-size:13px;font-weight:800;box-shadow:0 0 0 6px #28c7931c}.site-header .brand img+.brand-mark{display:none}.site-header nav{display:flex;align-items:center;gap:28px;font-size:12px;font-weight:600}.site-header nav a{opacity:.82;transition:.2s;white-space:nowrap}.site-header nav a:hover,.site-header nav .router-link-exact-active{opacity:1;color:#5ee0b1}.site-header .quote-link{border:1px solid rgba(255,255,255,.55);padding:10px 18px;border-radius:24px}.menu-btn{display:none;border:0;background:none;color:#fff;font-size:26px}.hero{min-height:100vh;position:relative;background:#040d08;display:flex;align-items:center;color:#fff;overflow:hidden;padding-top:78px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(3,12,8,.96) 0%,rgba(3,12,8,.75) 42%,rgba(3,12,8,.25) 78%),linear-gradient(0deg,#040d08 0%,transparent 36%)}.molecule{position:absolute;border:1px solid rgba(83,224,172,.12);border-radius:50%}.molecule:before,.molecule:after{content:"";position:absolute;border-radius:50%;background:rgba(88,226,176,.2)}.molecule-a{width:410px;height:410px;right:9%;top:17%}.molecule-a:before{width:18px;height:18px;left:20px;top:72px}.molecule-a:after{width:12px;height:12px;right:30px;bottom:96px}.molecule-b{width:620px;height:620px;right:-250px;top:1%}.hero-content{position:relative;z-index:2;width:min(760px,calc(100% - 40px));margin-left:max(28px,calc((100vw - 1280px)/2));padding-bottom:90px}.eyebrow{display:block;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.23em;text-transform:uppercase;margin-bottom:18px}.eyebrow.light{color:#67e3b5}.hero h1{font-size:clamp(62px,8vw,118px);line-height:.9;text-transform:uppercase;letter-spacing:-.06em;margin:0;font-weight:800}.hero h2{font-size:clamp(24px,3vw,44px);font-weight:300;margin:24px 0}.hero h2 em{font-style:normal;color:#4cd3a0;font-weight:700}.hero-content>p{font-size:16px;line-height:1.8;color:#bdc9c3;max-width:650px}.hero-actions{display:flex;gap:14px;margin:36px 0}.btn{border:0;border-radius:3px;padding:15px 25px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-size:12px;font-weight:700;letter-spacing:.03em;cursor:pointer}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:#0bb47c}.btn.glass{color:#fff;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.04)}.btn.dark{background:var(--navy);color:#fff}.quality-points{display:flex;gap:40px;color:#b7c6bf;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.quality-points b{color:#49d29e;font-size:18px;margin-right:8px}.stats{position:absolute;z-index:2;bottom:0;right:max(28px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:repeat(4,150px);background:rgba(10,29,22,.75);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1)}.stats div{padding:24px;border-right:1px solid rgba(255,255,255,.1)}.stats div:last-child{border:0}.stats b{display:block;font-size:25px;color:#57dba9}.stats span{font-size:9px;color:#a9b9b2;text-transform:uppercase;letter-spacing:.12em}.ticker{display:flex;overflow:hidden;background:#0b9f6e;color:#fff;height:46px}.ticker>div{display:flex;flex:none;align-items:center;animation:ticker 30s linear infinite;white-space:nowrap}.ticker span{font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.09em;padding:0 22px}.ticker i{color:#8ff1cc;margin-left:25px}@keyframes ticker{to{transform:translate(-100%)}}.section{padding:105px max(24px,calc((100vw - 1240px)/2))}.pale{background:var(--pale)}.section-head{max-width:720px;margin-bottom:58px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.section-head h2,.oem-grid h2,.about-grid h2,.contact-grid h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.04em;margin:0 0 20px;line-height:1.08}.section-head p,.lead{color:var(--muted);line-height:1.8;font-size:15px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{height:380px;position:relative;overflow:hidden;border-radius:3px;background:#0a1724;color:#fff}.service-card.wide{grid-column:span 1;height:430px}.service-card img{width:100%;height:100%;object-fit:cover;transition:.6s}.service-card:hover img{transform:scale(1.04)}.card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(2,13,20,.96),rgba(2,13,20,.05) 75%)}.service-copy{position:absolute;left:28px;right:25px;bottom:26px}.service-copy>span{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#63ddb0}.service-copy h3{font-size:20px;margin:12px 0}.service-copy p{font-size:11px;line-height:1.7;color:#c3cbc9;margin:0 0 16px}.service-copy a{font-size:10px;text-transform:uppercase;font-weight:700;color:#64deb1}.oem-section{background:#fff}.oem-grid,.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.oem-image{height:610px;position:relative;overflow:hidden}.oem-image>img{width:100%;height:100%;object-fit:cover}.oem-image>div{position:absolute;left:25px;bottom:25px;padding:22px;background:rgba(5,18,29,.87);color:#fff;min-width:230px}.oem-image b,.oem-image span{display:block}.oem-image b{font-size:28px}.oem-image span{font-size:10px;color:#78e7bd;margin-top:5px;text-transform:uppercase;letter-spacing:.13em}.process-list{margin:35px 0}.process-list>div{display:flex;gap:22px;padding:18px 0;border-top:1px solid var(--line)}.process-list>div>b{font-size:11px;color:var(--green)}.process-list span{display:flex;flex-direction:column;gap:6px}.process-list strong{font-size:14px}.process-list small{color:var(--muted);line-height:1.5}.coa-section{background:#071525;color:#fff}.light-head h2{color:#fff}.light-head p,.coa-section .section-head p{color:#9eabb7}.cert-badges{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:35px;border:1px solid rgba(255,255,255,.11)}.cert-badges>div{padding:25px;display:grid;grid-template-columns:40px 1fr;border-right:1px solid rgba(255,255,255,.11)}.cert-badges>div:last-child{border:0}.cert-badges i{grid-row:span 2;color:#4cd19e;font-size:23px}.cert-badges b{font-size:12px}.cert-badges span{font-size:9px;color:#8897a4;margin-top:5px}.coa-box{background:#fff;color:var(--text)}.coa-toolbar{padding:25px 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.coa-toolbar h3{margin:0;font-size:16px}.coa-toolbar p{margin:5px 0 0;font-size:10px;color:#8a939e}.coa-toolbar label,.catalog-toolbar label,.pricing-tools label,.product-picker label{position:relative}.coa-toolbar label i,.catalog-toolbar label i,.pricing-tools label i,.product-picker label i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#89948f}.coa-toolbar input,.catalog-toolbar input,.pricing-tools input,.product-picker input{width:320px;padding:12px 15px 12px 42px;border:1px solid var(--line);outline:none}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:11px}th{text-align:left;padding:13px 16px;background:#f1f5f4;color:#64706b;text-transform:uppercase;letter-spacing:.08em;font-size:9px}td{padding:15px 16px;border-bottom:1px solid #edf0ef;white-space:nowrap}td small{display:block;color:#9aa19f;margin-top:4px}.green{color:var(--green);font-weight:700}.pass{background:#e9faf3;color:#09865d;padding:4px 8px;font-weight:700}.coa-box td button{border:0;background:none;color:var(--green);cursor:pointer;font-size:10px}.about-photo{height:560px;position:relative}.about-photo>img{width:100%;height:100%;object-fit:cover}.about-photo>div{position:absolute;right:-25px;bottom:-25px;background:var(--green);color:#fff;padding:25px;display:flex;gap:12px;align-items:center}.about-photo b{font-size:35px}.about-photo span{font-size:10px;text-transform:uppercase;line-height:1.4}.about-grid>div>p:not(.lead){color:#7a838f;font-size:13px;line-height:1.8}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.about-values>div{padding:18px;background:#f5f8f7;display:flex;flex-direction:column;gap:7px}.about-values i{color:var(--green);font-size:22px}.about-values b{font-size:12px}.about-values span{font-size:9px;line-height:1.5;color:#7b8580}.team-section{background:linear-gradient(135deg,#081629,#0a2b21);color:#fff}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.team-grid article{position:relative;height:420px;overflow:hidden;background:#152238}.team-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}.team-grid article:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(4,13,23,.95),transparent 65%)}.team-grid article>div{position:absolute;z-index:2;bottom:22px;left:20px;right:15px}.team-grid span{font-size:8px;color:#62dfb1;text-transform:uppercase;letter-spacing:.1em}.team-grid h3{margin:8px 0 4px;font-size:15px}.team-grid p{font-size:9px;color:#b4bec5}.contact-section{background:#f4f8f6}.contact-grid{align-items:start}.contact-list{margin-top:35px}.contact-list>a,.contact-list>div{display:flex;gap:15px;align-items:center;margin:20px 0;font-size:12px}.contact-list i{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0f5ed;color:var(--green);font-size:19px}.contact-list span{display:flex;flex-direction:column;gap:5px}.contact-list small{color:#8a938f;font-size:9px;text-transform:uppercase}.contact-form{background:#fff;padding:35px;box-shadow:0 18px 60px #082b1f14}.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.06em;margin-bottom:18px}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #dfe5e2;padding:13px;outline:none;font-size:12px;text-transform:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.success{font-size:11px;color:var(--green)}.footer{background:#040e19;color:#a6b0b8;padding:70px max(24px,calc((100vw - 1240px)/2)) 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:50px}.footer h4{color:#fff;font-size:12px;margin:0 0 20px}.footer p,.footer a{display:block;font-size:10px;line-height:1.8;margin:7px 0}.footer-brand{color:#fff}.copyright{border-top:1px solid #192531;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:9px}.float-contact{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.float-contact a{background:#25d366;color:#fff;padding:11px 16px;border-radius:24px;box-shadow:0 5px 18px #25d36657;font-size:11px;font-weight:700;display:flex;gap:8px;align-items:center}.float-contact i{font-size:18px}.inner-page{padding-top:78px}.page-hero{min-height:430px;background:linear-gradient(120deg,rgba(4,18,30,.94),rgba(5,54,38,.75)),url(/images/13a4ba2c8d86fca15a9048df50dc996a.jpg) center/cover;color:#fff;display:flex;align-items:center;padding:70px max(24px,calc((100vw - 1240px)/2))}.page-hero>div{max-width:720px}.page-hero h1{font-size:clamp(46px,7vw,84px);margin:0 0 20px;letter-spacing:-.05em}.page-hero p{color:#becac6;line-height:1.8}.catalog-section,.pricing-main{padding:65px max(24px,calc((100vw - 1240px)/2));background:#f5f8f7}.catalog-toolbar{display:flex;flex-direction:column;gap:18px}.catalog-toolbar label input{width:100%;background:#fff;height:52px}.catalog-toolbar>div,.price-filters{display:flex;flex-wrap:wrap;gap:8px}.catalog-toolbar button,.price-filters button{border:1px solid #dce4e0;background:#fff;padding:8px 13px;font-size:9px;cursor:pointer}.catalog-toolbar button.active,.price-filters button.active{background:var(--green);border-color:var(--green);color:#fff}.category-visuals{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:30px 0}.category-visuals article{height:150px;position:relative;overflow:hidden;cursor:pointer}.category-visuals img{width:100%;height:100%;object-fit:cover}.category-visuals article:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(4,17,26,.9),rgba(4,17,26,.1))}.category-visuals article>div{position:absolute;z-index:2;left:13px;bottom:12px;color:#fff}.category-visuals i{color:#55dfa9}.category-visuals h3{font-size:10px;margin:7px 0 3px}.category-visuals span{font-size:8px;color:#bec8c5}.catalog-table{background:#fff}.catalog-table .code{font-family:monospace;color:#0a895f;background:#eaf8f2;padding:5px 7px}.catalog-table .category-pill{font-size:8px;background:#f0f3f2;padding:5px 8px}.catalog-table td:last-child a{color:var(--green);font-weight:700;font-size:9px}.empty{text-align:center!important;color:#929b97;padding:50px!important;line-height:1.8}.catalog-cta{text-align:center;padding:90px 20px;background:#071525;color:#fff}.catalog-cta h2{font-size:42px;margin:5px}.catalog-cta p{color:#a3afb5;margin-bottom:28px}.pricing-page{padding-top:78px}.pricing-head{background:#0d182a;color:#fff;text-align:center;padding:60px 20px}.pricing-head>div:first-child{display:flex;justify-content:center;align-items:center;gap:14px}.pricing-head>div:first-child div{display:flex;flex-direction:column;text-align:left}.pricing-head small{font-size:8px;color:#a4afb9;margin-top:3px}.pricing-head h1{font-size:42px;margin:30px 0 12px}.pricing-head>p{font-size:10px;color:#9ba9b4}.price-stats{display:flex;justify-content:center;gap:50px!important;margin-top:30px}.price-stats span{font-size:9px;text-transform:uppercase;color:#99a6af}.price-stats b{font-size:22px;color:#e3b65d;display:block}.pricing-tools{display:flex;justify-content:space-between;margin-bottom:20px}.pricing-tools label{width:60%}.pricing-tools input{width:100%}.pricing-tools button{background:#0f1d30;color:#fff;border:0;padding:0 18px;font-size:10px}.price-filters{margin-bottom:35px}.price-group{background:#fff;margin:18px 0}.price-group h2{margin:0;padding:18px 20px;border-bottom:1px solid var(--line);font-size:14px}.price-group h2 span{font-size:9px;background:#eaf8f2;color:var(--green);padding:4px 7px;margin-left:8px}.price-group td:last-child{font-weight:700;color:#b88226}.quote-page{min-height:100vh;background:#f3f6f5;color:#17212d}.quote-header{height:78px;background:#0b1728;color:#fff;padding:0 max(24px,calc((100vw - 1360px)/2));display:flex;align-items:center;justify-content:space-between}.quote-brand>div{display:flex;flex-direction:column;gap:3px}.quote-brand small{font-size:8px;color:#9ca9b3}.quote-header>div{display:flex;gap:25px;font-size:10px;color:#abb6be}.quote-shell{padding:30px max(18px,calc((100vw - 1360px)/2))}.quote-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.quote-title>a{font-size:10px;color:#66716d}.quote-title>div{text-align:center}.quote-title h1{font-size:24px;margin:0 0 6px}.quote-title p{font-size:9px;color:#7f8985;margin:0}.quote-title>button,.quote-actions button,.quote-actions a{background:#0f1d30;color:#fff;border:0;padding:10px 14px;font-size:10px;cursor:pointer}.quote-grid{display:grid;grid-template-columns:330px 1fr;gap:18px;align-items:start}.product-picker,.quote-sheet{background:#fff;border:1px solid #e1e7e4}.product-picker{position:sticky;top:15px}.product-picker h2,.sheet-head{padding:18px 20px;margin:0;border-bottom:1px solid var(--line);font-size:13px}.product-picker label{display:block;margin:15px}.product-picker label input{width:100%}.picker-list{max-height:660px;overflow:auto}.picker-list button{width:100%;border:0;border-top:1px solid #f0f2f1;background:#fff;padding:12px 14px;text-align:left;display:flex;align-items:center;gap:8px;cursor:pointer}.picker-list button:hover{background:#f3faf7}.picker-list button span{display:flex;flex-direction:column;gap:4px;flex:1}.picker-list b{font-size:10px}.picker-list small{font-size:8px;color:#929b97}.picker-list strong{font-size:10px;color:var(--green)}.sheet-head{display:flex;justify-content:space-between;align-items:center}.sheet-head h2{font-size:14px;margin:0}.sheet-head span{font-size:9px;color:#7e8884}.quote-sheet table input{width:68px;border:1px solid #dfe5e2;padding:7px;text-align:center}.quote-sheet .remove{border:0;background:none;color:#b1b8b5;cursor:pointer}.quote-bottom{display:grid;grid-template-columns:1fr 340px;gap:30px;padding:25px}.quote-bottom>label{font-size:9px;text-transform:uppercase;font-weight:700}.quote-bottom textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line);padding:10px;resize:vertical}.totals{background:#f5f7f6;padding:18px}.totals p,.totals label{display:flex;justify-content:space-between;align-items:center;font-size:10px;margin:10px 0}.totals input{width:85px;border:1px solid #dce2df;padding:7px;text-align:right}.totals .discount{color:#bd7a23}.totals .grand{font-size:14px;border-top:1px solid #d9dfdc;padding-top:14px}.totals .grand b{color:var(--green);font-size:21px}.quote-actions{padding:0 25px 25px;display:flex;gap:8px;justify-content:flex-end}.quote-actions .clear{background:#fff;color:#7d8783;border:1px solid #dfe4e2}.quote-footer{text-align:center;padding:18px;font-size:8px;color:#8e9793}@media (max-width:1000px){.site-header nav{gap:15px}.stats{grid-template-columns:repeat(4,125px)}.services-grid{grid-template-columns:repeat(2,1fr)}.oem-grid,.about-grid,.contact-grid{gap:40px}.team-grid{grid-template-columns:repeat(2,1fr)}.team-grid article{height:390px}.category-visuals{grid-template-columns:repeat(3,1fr)}.quote-grid{grid-template-columns:280px 1fr}.quote-bottom{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.site-header{height:66px;padding:0 18px}.site-header nav{position:absolute;left:0;right:0;top:66px;background:#071525;padding:20px;display:none;flex-direction:column;align-items:flex-start}.site-header nav.open{display:flex}.menu-btn{display:block}.brand strong{font-size:12px}.hero{padding-top:66px;min-height:880px;align-items:flex-start}.hero-content{margin:0 20px;padding-top:110px}.hero h1{font-size:61px}.hero h2{font-size:25px}.hero-content>p{font-size:13px}.quality-points{flex-direction:column;gap:10px}.stats{left:20px;right:20px;bottom:25px;grid-template-columns:repeat(2,1fr)}.stats div{padding:15px}.section{padding:75px 20px}.services-grid{grid-template-columns:1fr}.service-card,.service-card.wide{height:390px}.oem-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.oem-image,.about-photo{height:430px}.about-photo>div{right:-5px}.cert-badges{grid-template-columns:repeat(2,1fr)}.cert-badges>div:nth-child(2){border-right:0}.coa-toolbar{align-items:flex-start;gap:15px;flex-direction:column}.coa-toolbar label,.coa-toolbar input{width:100%}.about-values,.team-grid{grid-template-columns:1fr}.team-grid article{height:470px}.form-row,.footer-grid{grid-template-columns:1fr}.copyright{gap:15px;flex-direction:column}.float-contact{right:10px;bottom:10px;flex-direction:row}.float-contact span{display:none}.float-contact a{padding:12px}.inner-page,.pricing-page{padding-top:66px}.page-hero{min-height:370px}.category-visuals{grid-template-columns:repeat(2,1fr)}.catalog-table table{min-width:720px}.pricing-head h1{font-size:30px}.price-stats{gap:22px!important}.pricing-tools{gap:10px}.pricing-tools label{width:100%}.pricing-main table{min-width:500px}.quote-header{height:auto;padding:14px}.quote-header>div{display:none}.quote-shell{padding:15px}.quote-title{align-items:flex-start;gap:12px}.quote-title>div{text-align:left}.quote-title>a{display:none}.quote-title>button{white-space:nowrap}.quote-grid{grid-template-columns:1fr}.product-picker{position:static}.picker-list{max-height:300px}.quote-sheet table{min-width:760px}.quote-bottom{padding:18px}.quote-actions{justify-content:flex-start;flex-wrap:wrap}}@media print{.site-header,.footer,.float-contact,.product-picker,.quote-title>a,.quote-actions,.quote-title>button,.price-filters,.pricing-tools{display:none!important}.inner-page,.pricing-page{padding-top:0}.quote-page{background:#fff}.quote-grid{display:block}.quote-sheet{border:0}.quote-shell{padding:0}.quote-header{background:#0b1728!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-bottom{grid-template-columns:1fr 300px}.pricing-main{padding:20px}.price-group{break-inside:avoid}.price-group td{padding:8px}.catalog-table,.quote-sheet{box-shadow:none}}.site-header{height:72px;padding:0 max(24px,calc((100vw - 1280px)/2));border-bottom:0}.site-header.solid{background:rgba(255,255,255,.96);color:#18201d;border-bottom:1px solid #eef1ef;box-shadow:0 3px 20px #081c140d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header .brand{letter-spacing:.08em}.site-header .brand img{width:42px;height:42px;border-radius:50%}.site-header.solid .brand strong{color:#111827}.site-header nav{gap:22px;font-size:13px}.site-header.solid nav a{color:#4b5563}.site-header.solid nav a:hover{color:#059669}.site-header .quote-link,.site-header .catalog-link{padding:9px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.4)}.site-header.solid .quote-link,.site-header.solid .catalog-link{border-color:#059669;color:#059669}.site-header .touch-link{padding:10px 20px!important;border-radius:999px;background:#059669;color:#fff!important;opacity:1}.site-header.solid .menu-btn{color:#111827}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:stretch;padding-top:0}.hero-bg{opacity:.3;object-position:center}.hero-shade{background:linear-gradient(180deg,rgba(5,14,8,.6),transparent 45%,#050e08),linear-gradient(90deg,rgba(5,14,8,.8),rgba(5,14,8,.2),transparent)}.hero-content{width:100%;max-width:1280px;margin:auto;padding:112px 48px 40px;display:flex;flex-direction:column;justify-content:center;flex:1}.hero-kicker{display:flex;align-items:center;gap:12px;color:#34d399;font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;margin-bottom:32px}.hero-kicker i{display:block;width:32px;height:1px;background:#10b981}.hero h1{font-size:72px;line-height:.95;letter-spacing:-.04em;text-transform:none;margin:0 0 30px;font-weight:900}.hero h1>span{color:#34d399}.hero h1>small{display:block;font-size:48px;font-weight:300;letter-spacing:0;color:#ffffff4d;margin-top:13px}.quality-points{display:flex;flex-direction:row;gap:12px;margin-bottom:30px}.quality-points span{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(16,185,129,.3);background:rgba(16,185,129,.1);border-radius:999px;color:#ffffffb3;font-size:12px;text-transform:none;letter-spacing:0}.quality-points i,.quality-points b{color:#34d399;font-size:14px;margin:0}.hero-content>p{font-size:15px;line-height:1.8;color:#ffffff80;max-width:576px;margin:0 0 36px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 48px}.hero-actions .btn{padding:14px 28px;border-radius:999px;font-size:14px}.btn.whatsapp{background:#25d366;color:#fff}.btn.glass{border-color:#fff3;color:#ffffffb8}.stats{position:static;display:flex;flex-wrap:wrap;align-items:center;gap:32px;width:100%;max-width:none;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-top:1px solid rgba(255,255,255,.1);padding-top:30px}.stats div{padding:0;border:0;min-width:96px}.stats b{font-size:28px;font-weight:900;color:#34d399}.stats span{display:block;font-size:11px;color:#fff6;text-transform:none;letter-spacing:0;margin-top:2px}.stats .gmp{display:flex;align-items:center;gap:9px;margin-left:auto;padding:9px 15px;border:1px solid rgba(16,185,129,.3);border-radius:12px;background:rgba(16,185,129,.1)}.stats .gmp i{color:#34d399;font-size:20px}.stats .gmp span{margin:0}.stats .gmp strong{display:block;color:#fff;font-size:11px;margin-bottom:2px}.ticker{position:relative;height:auto;min-height:44px;padding:12px 0;border-top:1px solid rgba(255,255,255,.1);background:#0c1914;color:#fff6}.ticker span{font-size:11px;text-transform:uppercase;font-weight:500;padding:0 20px}.ticker i{display:inline-block;width:4px;height:4px;border-radius:50%;background:#10b981;font-size:0;margin-left:15px}.section{padding:96px max(20px,calc((100vw - 1200px)/2))}.section-head{margin-bottom:58px}.section-head h2,.oem-heading h2,.about-grid h2,.contact-grid h2{font-size:48px}.eyebrow{font-size:12px;margin-bottom:16px}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px}.service-card,.service-card.wide{height:auto;min-height:375px;border-radius:16px;background:#fff;color:#111827;overflow:hidden}.service-card.dark{background:#0d2137;color:#fff}.service-image{width:100%;height:192px;overflow:hidden}.service-card img{width:100%;height:100%;object-fit:cover;object-position:top}.service-copy{position:static;padding:22px 24px 25px}.service-copy>span{display:flex;align-items:center;gap:9px;color:#059669;font-size:11px}.service-copy>span i{width:32px;height:32px;border-radius:8px;background:#ecfdf5;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.service-card.dark .service-copy>span{color:#34d399}.service-card.dark .service-copy>span i{background:rgba(16,185,129,.2)}.service-copy h3{font-size:17px;margin:12px 0 8px}.service-copy p{font-size:13px;color:#6b7280;line-height:1.65;margin:0}.service-card.dark .service-copy p{color:#fff9}.oem-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:58px}.oem-heading h2{margin:0;line-height:1.1}.oem-heading>p{max-width:450px;text-align:right;color:#6b7280;font-size:15px;line-height:1.7}.oem-grid{grid-template-columns:2fr 3fr;gap:40px;align-items:stretch;margin-bottom:58px}.oem-image{height:auto;min-height:430px;border-radius:24px}.oem-image>div.oem-numbers{left:24px;right:24px;bottom:24px;padding:0;background:none;display:flex;gap:16px}.oem-numbers span{flex:1;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:15px;color:#ffffffb3;font-size:11px}.oem-numbers b{display:block;color:#34d399;font-size:24px;margin-bottom:5px}.oem-features{display:grid;grid-template-columns:1fr 1fr;gap:18px}.oem-features article{padding:20px;border:1px solid #f0f2f1;background:#f7f9f8;border-radius:16px}.oem-features i{width:40px;height:40px;border-radius:12px;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;font-size:18px}.oem-features h3{font-size:14px;margin:15px 0 8px}.oem-features p{font-size:12px;line-height:1.6;color:#6b7280;margin:0}.oem-process{background:#f7f9f8;border-radius:24px;padding:38px}.oem-process>h3{text-align:center;font-size:18px;margin:0 0 30px}.oem-process>div{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.oem-process article{text-align:center;position:relative}.oem-process article:not(:last-child):after{content:"";position:absolute;top:23px;left:calc(50% + 30px);right:calc(-50% + 30px);border-top:2px dashed #a7f3d0}.oem-process article b{position:relative;z-index:1;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;font-size:13px;margin:0 auto 14px}.oem-process h4{font-size:13px;margin:0 0 7px}.oem-process p{font-size:11px;color:#6b7280;line-height:1.55;margin:0}.oem-process footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e5e7eb;margin-top:32px;padding-top:26px}.oem-process footer span{display:flex;flex-direction:column;color:#9ca3af;font-size:11px;gap:5px}.oem-process footer strong{color:#111827;font-size:14px}.oem-process footer a,.chat-btn{background:#25d366;color:#fff;border-radius:12px;padding:11px 16px;font-size:12px;font-weight:600}.coa-section{background:linear-gradient(180deg,#f7f9f8,#fff)!important;color:#111827}.coa-section .section-head p{color:#6b7280}.cert-badges{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:52px;border:0}.cert-badges>div{padding:18px;border:1px solid #f0f2f1!important;border-radius:16px;background:#fff;display:grid;grid-template-columns:48px 1fr;align-items:center}.cert-badges i{width:48px;height:48px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;color:#059669}.cert-badges b{font-size:13px;color:#111827}.cert-badges span{font-size:11px;color:#9ca3af}.coa-box{border:1px solid #f0f2f1;border-radius:24px;overflow:hidden}.coa-toolbar{padding:20px 24px}.coa-toolbar input{border-radius:12px;background:#f9fafb}.pass{border-radius:999px}.about-grid{gap:64px}.about-photo{height:480px}.about-photo>img{border-radius:24px;object-position:top}.about-photo>div{right:-24px;bottom:-24px;width:128px;height:128px;border-radius:16px;display:flex;flex-direction:column;padding:18px;text-align:center}.about-photo>div b{font-size:30px}.about-photo aside{position:absolute;left:-16px;top:-16px;background:#fff;border:1px solid #f0f2f1;border-radius:12px;padding:12px;display:flex;align-items:center;gap:9px}.about-photo aside i{width:40px;height:40px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center}.about-photo aside span{font-size:11px;color:#9ca3af}.about-photo aside b{display:block;color:#111827;font-size:12px}.eyebrow.pill{display:inline-flex;padding:7px 16px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0}.about-grid h2 em,.contact-grid h2 em{font-style:normal;color:#059669}.about-values{gap:12px}.about-values>div{border-radius:12px}.team-grid{gap:24px}.team-grid article{height:auto;min-height:390px;padding:24px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(52,211,153,.15);display:flex;flex-direction:column;align-items:center;text-align:center}.team-grid article:after{display:none}.team-grid .portrait{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid rgba(52,211,153,.4);box-shadow:0 0 20px #10b9812e;margin-bottom:18px}.team-grid img{width:100%;height:100%;object-fit:cover;object-position:top;filter:none}.team-grid h3{font-size:17px;margin:0 0 7px}.team-grid article>b{font-size:11px;color:#34d399;margin-bottom:7px}.team-grid article>span{font-size:10px;color:#ffffff6b;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px 10px;text-transform:none;letter-spacing:0}.team-grid article>p{font-size:11px;color:#ffffff80;line-height:1.65;margin-top:16px}.team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:58px}.team-stats>div{text-align:center;padding:22px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#ffffff80;font-size:12px}.team-stats b{display:block;color:#34d399;font-size:28px;margin-bottom:5px}.contact-grid{align-items:flex-start;gap:64px}.contact-grid h2 em{font-style:normal;color:#059669}.contact-list i{border-radius:12px}.chat-btn{display:inline-flex;align-items:center;gap:10px;margin-top:10px;padding:14px 24px;box-shadow:0 4px 16px #25d3664d}.partners{border-top:1px solid #e5e7eb;margin-top:42px;padding-top:32px;display:flex;flex-wrap:wrap;gap:8px}.partners>small{width:100%;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#9ca3af;margin-bottom:8px}.partners>span{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:6px 11px;font-size:10px;color:#6b7280}.contact-form{border:1px solid #f0f2f1;border-radius:24px;padding:32px;box-shadow:none}.contact-form:before{content:"Send an Inquiry";display:block;font-size:20px;font-weight:700;margin-bottom:24px}.contact-form input,.contact-form select,.contact-form textarea{border-radius:10px;background:#f9fafb}.footer{background:#f7f9f8;color:#6b7280;padding:70px max(20px,calc((100vw - 1200px)/2)) 28px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr}.footer h4,.footer-brand{color:#111827}.footer-brand img{width:48px;height:48px;border-radius:50%}.footer p,.footer a{font-size:11px}.socials{display:flex;gap:8px;margin-top:18px}.socials a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;margin:0}.footer-news{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-top:38px;padding:25px 0;display:flex;justify-content:space-between;align-items:center}.footer-news>div{display:flex;flex-direction:column;gap:5px}.footer-news b{font-size:14px;color:#374151}.footer-news span{font-size:11px;color:#9ca3af}.footer-news>a{background:#25d366;color:#fff;border-radius:999px;padding:11px 20px;font-weight:600}.copyright{border:0;margin-top:0;padding-top:25px}.copyright>span:first-child{display:flex;align-items:baseline;gap:10px}.copyright strong{font-size:36px;color:#e5e7eb;letter-spacing:-.06em}.copyright b{color:#059669}.float-contact{opacity:0;transform:translateY(40px);pointer-events:none;transition:.3s}.float-contact.visible{opacity:1;transform:none;pointer-events:auto}.float-contact>button{width:54px;height:54px;border:0;border-radius:50%;background:#25d366;color:#fff;font-size:24px;box-shadow:0 6px 20px #25d36659;cursor:pointer}.float-options{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.float-options a{padding:10px 15px}@media (max-width:1000px){.site-header nav{gap:13px}.site-header nav>a:not(.quote-link):not(.catalog-link):not(.touch-link){display:none}.hero-content{padding-left:40px;padding-right:40px}.services-grid{grid-template-columns:repeat(2,1fr)}.oem-heading{align-items:flex-start}.oem-grid{grid-template-columns:1fr}.oem-image{height:450px}.about-grid{gap:48px}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.site-header{height:64px}.site-header nav>a{display:flex!important}.site-header .brand img{width:38px;height:38px}.site-header nav{top:64px}.hero{min-height:auto}.hero-content{padding:118px 20px 45px}.hero-kicker{font-size:10px;margin-bottom:26px}.hero h1{font-size:48px}.hero h1>small{font-size:30px;line-height:1.15;margin-top:12px}.quality-points{flex-direction:column;align-items:flex-start;margin-bottom:26px}.hero-content>p{font-size:14px}.hero-actions{margin-bottom:40px}.hero-actions .btn{padding:12px 20px;font-size:12px}.stats{position:static;left:auto;right:auto;bottom:auto;grid-template-columns:none;display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding-top:22px}.stats div{padding:13px 0}.stats .gmp{display:none}.ticker{background:#0c1914}.section{padding:64px 20px}.section-head h2,.oem-heading h2,.about-grid h2,.contact-grid h2{font-size:30px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card,.service-card.wide{min-height:0}.service-image{height:160px}.oem-heading{display:block;margin-bottom:35px}.oem-heading>p{text-align:left;margin-top:16px}.oem-image{height:320px;min-height:320px}.oem-features{grid-template-columns:1fr}.oem-process{padding:24px}.oem-process>div{grid-template-columns:repeat(2,1fr)}.oem-process article:nth-child(2):after{display:none}.oem-process footer{align-items:flex-start;flex-direction:column}.cert-badges{grid-template-columns:1fr 1fr;gap:10px}.cert-badges>div{grid-template-columns:40px 1fr;padding:12px}.cert-badges i{width:40px;height:40px}.about-grid{gap:48px}.about-photo{height:320px}.about-photo>div{right:-4px;bottom:-22px;width:104px;height:104px}.about-photo aside{left:-4px}.team-grid{grid-template-columns:1fr}.team-grid article{min-height:0}.team-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:36px}.contact-grid{gap:38px}.contact-form{padding:22px}.footer-grid{grid-template-columns:1fr}.footer-news{align-items:flex-start;flex-direction:column;gap:18px}.copyright strong{font-size:30px}.float-contact{flex-direction:column}.float-contact span{display:block}}.product-hero{min-height:600px;padding-top:95px;padding-bottom:72px;background:linear-gradient(135deg,#0a1628,#0a2e1f 60%,#0d2137)}.page-hero>.product-hero-grid{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 260px;gap:70px;align-items:end}.product-hero h1{font-size:60px;line-height:1.08;margin-bottom:22px}.product-hero h1 span{display:block;color:#34d399}.product-hero p{max-width:650px;color:#fff9}.catalog-stats{display:flex;gap:32px;flex-wrap:wrap;margin:35px 0}.catalog-stats span{display:flex;flex-direction:column;color:#fff6;font-size:11px}.catalog-stats b{color:#fff;font-size:24px;margin-bottom:4px}.catalog-chat{display:inline-flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.3)}.catalog-chat>i{width:34px;height:34px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center}.catalog-chat span{display:flex;flex-direction:column;color:#ffffff6b;font-size:10px;gap:3px}.catalog-chat b{color:#ffffffd1;font-size:11px}.catalog-chat a{background:#25d366;color:#fff;border-radius:11px;padding:9px 14px;font-size:11px;font-weight:700}.product-hero aside{padding:24px;border-radius:16px;background:rgba(5,150,105,.12);border:1px solid rgba(5,150,105,.3)}.product-hero aside>i{width:48px;height:48px;border-radius:12px;background:rgba(5,150,105,.2);color:#34d399;font-size:23px;display:flex;align-items:center;justify-content:center}.product-hero aside h3{font-size:14px;margin:16px 0 5px}.product-hero aside p{font-size:11px;line-height:1.6}.product-hero aside button{width:100%;border:0;border-radius:11px;background:#059669;color:#fff;padding:12px;margin-top:10px;font-size:11px;font-weight:600}.product-hero aside small{display:block;color:#ffffff4d;font-size:8px;text-align:center;margin-top:10px}.catalog-section{padding:48px max(20px,calc((100vw - 1200px)/2));background:#fff}.catalog-toolbar{display:flex;flex-direction:row;align-items:center;gap:20px;margin-bottom:30px}.catalog-toolbar label{width:400px}.catalog-toolbar>span{font-size:12px;color:#9ca3af}.catalog-toolbar>span i{color:#10b981;margin-right:7px}.catalog-toolbar>span b{color:#374151}.catalog-layout{display:grid;grid-template-columns:224px 1fr;gap:32px;align-items:start}.category-sidebar{position:sticky;top:90px;border:1px solid #f0f2f1;border-radius:16px;padding:8px;background:#fff}.category-sidebar h3{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.12em;padding:7px 10px 13px;margin:0 0 4px;border-bottom:1px solid #f0f2f1}.category-sidebar button{width:100%;border:0;background:none;padding:10px 11px;border-radius:11px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#4b5563;font-size:11px;margin:1px 0;cursor:pointer}.category-sidebar button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-sidebar button b{font-family:monospace;background:#f3f4f6;color:#9ca3af;border-radius:999px;padding:3px 6px;font-size:9px}.category-sidebar button.active{background:#059669;color:#fff;font-weight:600}.category-sidebar button.active b{background:rgba(255,255,255,.2);color:#fff}.product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card-grid>article{border:1px solid #f0f2f1;border-radius:16px;overflow:hidden;background:#fff;transition:.3s}.product-card-grid>article:hover{border-color:#a7f3d0;transform:translateY(-2px)}.product-photo{height:160px;position:relative;overflow:hidden;background:#f9fafb}.product-photo img{width:100%;height:100%;object-fit:cover}.product-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(255,255,255,.12),transparent)}.product-category,.product-photo code{position:absolute;z-index:1;top:12px;background:rgba(255,255,255,.84);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e5e7eb;color:#047857;border-radius:999px;padding:5px 9px;font-size:8px}.product-category{left:12px}.product-photo code{right:12px;color:#6b7280;border-radius:6px}.product-info{padding:16px}.product-info h3{font-size:14px;margin:0 0 5px}.product-info>p{font-size:10px;color:#9ca3af;margin:0 0 15px}.product-info>div{display:flex;align-items:center;gap:12px;margin-bottom:16px}.product-info>div span{font-size:10px;color:#4b5563}.product-info>div span+span{border-left:1px solid #e5e7eb;padding-left:12px;color:#6b7280}.product-info i{color:#10b981;margin-right:4px}.product-info footer{display:flex;gap:8px}.get-quote{flex:1;background:#111827;color:#fff;text-align:center;border-radius:11px;padding:11px;font-size:10px;font-weight:600}.product-card-grid>article:hover .get-quote{background:#059669}.wa-square{width:38px;height:38px;border-radius:11px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center}.wa-square i{color:#fff;margin:0}.catalog-cta{max-width:1200px;margin:0 auto 70px;border-radius:24px;padding:55px 30px;background:linear-gradient(135deg,#0a1628,#0a2e1f 60%,#0d2137)}.catalog-cta h2{font-size:30px;margin:0 0 10px}.catalog-cta p{max-width:560px;margin:0 auto 25px;font-size:13px}.catalog-cta .btn{border-radius:999px}@media (max-width:1000px){.page-hero>.product-hero-grid{grid-template-columns:1fr}.product-hero aside{max-width:360px}.product-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.product-hero{min-height:auto;padding:115px 20px 60px}.page-hero>.product-hero-grid{gap:28px}.product-hero h1{font-size:40px}.catalog-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.catalog-chat{align-items:flex-start;flex-wrap:wrap}.product-hero aside{width:100%}.catalog-section{padding:35px 20px}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-toolbar label{width:100%}.catalog-layout{grid-template-columns:1fr}.category-sidebar{position:static;display:flex;overflow:auto;border:0;padding:0}.category-sidebar h3{display:none}.category-sidebar button{width:auto;flex:none;border:1px solid #e5e7eb;padding:9px 12px}.category-sidebar button b{margin-left:8px}.product-card-grid{grid-template-columns:1fr}.catalog-cta{margin:0 20px 55px;padding:45px 22px}.catalog-cta h2{font-size:25px}}.product-price{display:block;color:#047857;font-size:18px;line-height:1;margin:-2px 0 14px}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.form-error{font-size:11px;color:#dc2626;margin:12px 0 0}.inquiry-notice-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(3,12,8,.68);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.inquiry-notice{position:relative;width:min(430px,100%);padding:40px 34px 32px;border-radius:22px;background:#fff;text-align:center;box-shadow:0 28px 90px #00000047}.inquiry-notice-close{position:absolute;top:13px;right:13px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f4f6;color:#6b7280;font-size:20px;cursor:pointer}.inquiry-notice-icon{width:66px;height:66px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:38px}.inquiry-notice.success .inquiry-notice-icon{background:#e8f9f1;color:#059669}.inquiry-notice.error .inquiry-notice-icon{background:#fef2f2;color:#dc2626}.inquiry-notice h3{margin:0 0 11px;font-size:22px;color:#142033}.inquiry-notice p{margin:0 auto 25px;max-width:340px;color:#667085;font-size:13px;line-height:1.7}.inquiry-notice-action{min-width:120px;padding:12px 24px;border:0;border-radius:999px;background:#059669;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.inquiry-notice.error .inquiry-notice-action{background:#dc2626}.inquiry-modal-enter-active,.inquiry-modal-leave-active{transition:opacity .2s}.inquiry-modal-enter-active .inquiry-notice,.inquiry-modal-leave-active .inquiry-notice{transition:transform .2s}.inquiry-modal-enter,.inquiry-modal-leave-to{opacity:0}.inquiry-modal-enter .inquiry-notice,.inquiry-modal-leave-to .inquiry-notice{transform:translateY(12px) scale(.97)}.site-header .brand{gap:0}.site-header .brand img{width:190px;height:46px;max-width:none;object-fit:contain;padding:6px 10px;border-radius:10px;background:rgba(255,255,255,.96);box-shadow:0 5px 18px #0000001f}.footer-brand{display:inline-flex}.footer-brand img{width:210px;height:auto;object-fit:contain;padding:7px 11px;border-radius:10px;background:#fff}.quote-brand img{width:185px;height:auto;object-fit:contain}.quote-brand>div{border-left:1px solid #dfe5e2;padding-left:14px}.quote-brand small{white-space:nowrap}@media (max-width:760px){.site-header .brand img{width:150px;height:40px;padding:5px 8px}.footer-brand img{width:185px}.quote-brand img{width:145px}.quote-brand>div{display:none}}.coa-section{padding-top:96px;padding-bottom:96px}.coa-section>.section-head{margin-bottom:40px}.coa-section>.section-head .eyebrow{margin-bottom:16px}.cert-badges{margin-bottom:56px}.coa-box{background:#fff}.coa-box tbody tr{transition:background .2s;cursor:pointer}.coa-box tbody tr:hover{background:#f0fdf7}.coa-box th{padding:14px 20px;background:#f9fafb;font-size:10px;color:#6b7280}.coa-box td{padding:16px 20px}.coa-box .green:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:6px;border-radius:50%;background:#d1fae5;color:#059669;font-size:10px}.coa-box td button{display:inline-flex;align-items:center;gap:5px;font-weight:600}.coa-support{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 24px;border-top:1px solid #f0f2f1;background:#fbfdfc}.coa-support p{margin:0;color:#6b7280;font-size:11px}.coa-support p i{margin-right:7px;color:#059669}.coa-support a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#059669;font-size:11px;font-weight:700}.coa-request{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:24px;padding:28px 32px;border-radius:18px;background:#08261d;color:#fff}.coa-request h3{margin:0 0 8px;font-size:18px}.coa-request p{max-width:760px;margin:0;color:#ffffff94;font-size:11px;line-height:1.7}.coa-request>a{flex:none;padding:12px 23px;border-radius:999px;background:#059669;color:#fff;font-size:11px;font-weight:700}@media (max-width:760px){.coa-section{padding-top:64px;padding-bottom:64px}.coa-section>.section-head{margin-bottom:40px}.cert-badges{margin-bottom:40px}.coa-toolbar{padding:16px}.coa-box th,.coa-box td{padding:13px 16px}.coa-support,.coa-request{align-items:flex-start;flex-direction:column}.coa-support{padding:18px 16px}.coa-request{padding:24px;margin-top:18px}.coa-request>a{width:100%;text-align:center}.coa-box table{min-width:1030px}}
