:root{--brand-primary:#0d6b3e;--brand-primary-hover:#095631;--brand-green:#28a745;--brand-accent:#f39c12;--brand-navy:#0d1b3d;--brand-gray:#6b7280;--brand-white:#ffffff;--brand-surface:#f7faf8;--brand-border:#dde7e1;--brand-900:var(--brand-navy);--brand-800:#104c32;--brand-700:var(--brand-primary);--brand-600:#1d8847;--brand-500:var(--brand-green);--accent-700:#c67a08;--accent-600:var(--brand-green);--accent-500:var(--brand-accent);--ink:var(--brand-navy);--ink-soft:#334155;--muted:var(--brand-gray);--line:var(--brand-border);--line-soft:#edf4ef;--surface:var(--brand-white);--surface-alt:var(--brand-surface);--surface-tint:#e8f3eb;--radius-sm:8px;--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px rgba(13,27,61,0.06),0 1px 3px rgba(13,107,62,0.08);--shadow:0 8px 24px rgba(13,107,62,0.08);--shadow-lg:0 20px 48px rgba(13,27,61,0.14);--container:1800px;--gap:24px;--section-y:clamp(48px,7vw,96px);--font-sans:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,"Noto Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--surface);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{color:var(--brand-900);line-height:1.2;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2rem,4.4vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.125rem,1.6vw,1.4rem)}p{margin:0 0 1rem}a{color:var(--brand-600);text-decoration:none}a:hover{color:var(--brand-500)}img,svg{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--accent-500);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 clamp(16px,2.4vw,32px)}.section{padding:var(--section-y) 0}.section--alt{background:var(--surface-alt)}.section--brand{background:linear-gradient(135deg,var(--brand-800),var(--brand-600));color:#edf7f0}.section-head{max-width:720px;margin:0 auto clamp(28px,4vw,48px);text-align:center}.section-head .eyebrow{display:inline-block;color:var(--accent-600);font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.section-head p{color:var(--ink-soft);margin-bottom:0}.section--brand .eyebrow,.section--brand .section-head h2{color:#ffffff}.section--brand .section-head p{color:#d8eadf}.eyebrow{font-size:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;border:1.5px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--brand-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--brand-primary-hover);color:#fff}.btn--brand{background:var(--brand-700);color:#fff}.btn--brand:hover{background:var(--brand-800);color:#fff}.btn--outline{background:transparent;border-color:var(--line);color:var(--brand-800)}.btn--outline:hover{border-color:var(--brand-600);color:var(--brand-700)}.btn--ghost-light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.4);color:#fff}.btn--ghost-light:hover{background:rgba(255,255,255,.2);color:#fff}.btn--lg{padding:15px 28px;font-size:1.02rem}.grid{display:grid;grid-gap:var(--gap);gap:var(--gap)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card--hover:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--surface-tint)}.icon-badge{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--surface-tint);color:var(--brand-600);margin-bottom:16px}.icon-badge svg{width:26px;height:26px}.text-muted{color:var(--muted)}.link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--accent-600)}.link-arrow svg{width:18px;height:18px;transition:transform .18s ease}.link-arrow:hover svg{transform:translateX(3px)}.chip{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-700);background:var(--surface-tint);border-radius:999px;padding:4px 12px}.placeholder-note{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;color:var(--muted);background:#fff6e6;border:1px solid #ffe2ad;border-radius:999px;padding:6px 14px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (max-width:980px){.grid--4{grid-template-columns:repeat(3,1fr)}.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.topbar{background:#004c38;color:#f2faf5;font-size:.95rem}.topbar__inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;padding:12px 0}.topbar__item{display:inline-flex;align-items:center;gap:7px;color:#f2faf5}.topbar__item svg{width:18px;height:18px;opacity:.92}.topbar__item a{color:#f2faf5}.topbar__item a:hover{color:#fff}.topbar__spacer{margin-left:auto}.topbar__hours{color:#c7ded0}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);-webkit-backdrop-filter:saturate(150%) blur(6px);backdrop-filter:saturate(150%) blur(6px);border-bottom:1px solid var(--line)}.nav__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:32px;gap:32px;min-height:142px}.nav__brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:1.18rem;color:var(--brand-900);letter-spacing:-.02em;min-width:0;justify-self:start}.nav__brand:hover{color:var(--brand-800)}.nav__brand-fallback{display:inline-flex;align-items:center;gap:11px;min-width:0}.nav__logo{display:block;width:auto;height:108px;max-width:min(520px,42vw);object-fit:contain;object-position:left center}.nav__mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:1rem;background:linear-gradient(135deg,var(--brand-primary),var(--brand-green));box-shadow:var(--shadow-sm)}.nav__links{display:flex;align-items:center;justify-content:center;gap:clamp(24px,2.2vw,40px);margin-left:0;justify-self:center}.nav__link{position:relative;display:inline-flex;align-items:center;gap:8px;padding:16px 5px;border-radius:8px;color:var(--brand-navy);font-weight:650;font-size:clamp(1rem,1.15vw,1.2rem)}.nav__link:hover{background:var(--surface-alt)}.nav__link--active,.nav__link:hover{color:var(--brand-primary)}.nav__link--active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:99px;background:var(--brand-primary)}.nav__caret{width:8px;height:8px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-2px)}.nav__dropdown{position:relative}.nav__dropdown-menu{position:absolute;top:calc(100% + 6px);left:50%;z-index:60;display:grid;min-width:230px;padding:10px;border:1px solid var(--brand-border);border-radius:var(--radius-sm);background:var(--brand-white);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,-5px);transition:opacity .18s ease,transform .18s ease}.nav__dropdown:focus-within .nav__dropdown-menu,.nav__dropdown:hover .nav__dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav__dropdown-menu a{padding:10px 12px;border-radius:7px;color:var(--brand-navy);font-size:.9rem;font-weight:600}.nav__dropdown-menu a:focus-visible,.nav__dropdown-menu a:hover{color:var(--brand-primary);background:var(--surface-alt)}.nav__cta{justify-self:end;margin-left:0;padding:15px 28px;font-size:1rem}.nav__cta svg,.nav__mobile .btn svg{width:18px;height:18px}.nav__toggle{display:none;margin-left:auto;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brand-800);cursor:pointer}.nav__toggle svg{width:24px;height:24px}.nav__mobile{display:none;border-top:1px solid var(--line);background:#fff;padding:10px 0 18px}.nav__mobile.open{display:block}.nav__mobile .nav__link{display:block;padding:12px 6px;border-radius:8px;font-size:1rem}.nav__mobile-products{display:grid;grid-gap:2px;gap:2px;margin:6px 0 8px;padding:10px 6px 4px 18px;border-left:2px solid var(--brand-border)}.nav__mobile-products>span{margin-bottom:3px;color:var(--brand-gray);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.nav__mobile-product-link{padding:7px 0;color:var(--brand-navy);font-size:.92rem}.nav__mobile .btn{width:100%;margin-top:10px}@media (max-width:1023px){.nav__inner{display:flex;min-height:88px;gap:14px}.nav__links{display:none}.nav__brand{flex:1 1}.nav__cta{margin-left:auto}.nav__toggle{display:inline-flex;flex:none}.nav__logo{height:72px;max-width:min(340px,48vw)}}@media (max-width:520px){.nav__inner{gap:10px}.nav__logo{height:58px;max-width:min(290px,58vw)}.nav__cta{padding:10px 14px;font-size:.86rem}}@media (max-width:420px){.nav__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand toggle" "cta cta";grid-row-gap:10px;row-gap:10px;padding-top:12px;padding-bottom:12px}.nav__brand{grid-area:brand}.nav__toggle{grid-area:toggle}.nav__cta{grid-area:cta;width:100%;margin:0}}.hero{position:relative;overflow:hidden;background:radial-gradient(900px 600px at 94% 50%,rgba(40,167,69,.16),transparent 68%),linear-gradient(110deg,#fbfdfc,#f1f8f4);border-bottom:1px solid var(--line-soft)}.hero:after{content:"";position:absolute;right:-80px;bottom:-110px;width:420px;height:260px;opacity:.35;background-image:radial-gradient(var(--brand-primary) 1px,transparent 1px);background-size:14px 14px;-webkit-mask-image:linear-gradient(135deg,transparent 8%,#000 70%);mask-image:linear-gradient(135deg,transparent 8%,#000 70%)}.hero__inner{display:grid;grid-template-columns:minmax(400px,.82fr) minmax(680px,1.18fr);align-items:center;grid-gap:clamp(42px,5vw,96px);gap:clamp(42px,5vw,96px);padding:clamp(54px,6vw,92px) 0 clamp(58px,6vw,88px)}.hero__content{position:relative;z-index:1;max-width:650px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-primary);background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 18px;font-weight:700;font-size:.95rem;letter-spacing:.04em;box-shadow:var(--shadow-sm);margin-bottom:18px}.hero__title{margin-bottom:22px;max-width:670px;font-size:clamp(3rem,4.8vw,5rem);line-height:1.04;letter-spacing:-.045em}.hero__title-accent{display:block;color:var(--brand-primary)}.hero__desc{font-size:clamp(1.08rem,1.5vw,1.3rem);color:var(--ink-soft);max-width:600px;margin-bottom:34px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__actions .btn--lg{padding:15px 28px}.hero__visual{position:relative;z-index:1;min-height:550px;display:flex;align-items:center}.hero__collage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:column;grid-auto-columns:minmax(190px,240px);width:calc(100% + 28px);height:550px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scroll-snap-type:x proximity}.hero__collage[data-card-count="1"]{grid-template-columns:minmax(0,1fr)}.hero__collage[data-card-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__collage[data-card-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.hero__industry-panel{position:relative;min-width:0;overflow:hidden;display:flex;align-items:flex-end;padding:28px 22px;color:#fff;isolation:isolate;scroll-snap-align:start;-webkit-clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);transition:transform .2s ease,filter .2s ease}.hero__industry-panel:first-child{margin-left:0}.hero__industry-panel:not(:first-child){margin-left:-18px}.hero__industry-panel:focus-visible,.hero__industry-panel:hover{z-index:2;transform:translateY(-8px);filter:saturate(1.08)}.hero__industry-panel:after,.hero__industry-panel:before,.hero__industry-wash{content:"";position:absolute;inset:0;z-index:-1}.hero__industry-image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.hero__industry-panel:before{opacity:.72;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.72) 0 8%,transparent 9%),radial-gradient(circle at 30% 62%,rgba(255,255,255,.28) 0 16%,transparent 17%)}.hero__industry-panel:after{background:linear-gradient(180deg,transparent 45%,rgba(0,45,32,.82))}.hero__industry-wash{background:rgba(255,255,255,.07);mix-blend-mode:screen}.hero__industry-panel--0{background:linear-gradient(155deg,#5f321c,#c38a42 52%,#7c3e22)}.hero__industry-panel--1{background:linear-gradient(145deg,#6f9fba,#a8d2e8 34%,#24657a)}.hero__industry-panel--2{background:linear-gradient(145deg,#d9b9b2,#f2d7ca 42%,#a06a69)}.hero__industry-panel--3{background:linear-gradient(145deg,#284c72,#527995 45%,#122e45)}.hero__industry-panel--4{background:linear-gradient(145deg,#466a46,#8da66a 48%,#29472c)}.hero__industry-content{position:relative;z-index:1;display:flex;align-items:center;gap:14px;width:100%;font-size:clamp(.95rem,1.25vw,1.18rem);line-height:1.3;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.25)}.hero__industry-content svg{flex:none;width:34px;height:34px;stroke-width:1.5}.hero__industry-button,.hero__industry-subtitle,.hero__industry-title{display:block}.hero__industry-subtitle{margin-top:4px;font-size:.76em;font-weight:500;opacity:.9}.hero__industry-button{margin-top:8px;font-size:.72em;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.category-strip{position:relative;isolation:isolate;overflow:hidden;padding:clamp(76px,10vw,136px) 0;background:linear-gradient(180deg,#f8fcfa,#f3faf6 42%,#ffffff);border-bottom:1px solid rgba(13,107,62,.09)}.category-strip:before{content:"";position:absolute;z-index:-1;top:4%;right:max(-12vw,-180px);width:min(43vw,600px);height:min(43vw,600px);opacity:.46;background-image:radial-gradient(rgba(13,107,62,.24) 1px,transparent 1.3px);background-size:17px 17px;-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.75) 34%,transparent 71%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.75) 34%,transparent 71%)}.category-strip:after{content:"";position:absolute;z-index:-1;bottom:-250px;left:-190px;width:580px;height:580px;border:1px solid rgba(10,110,70,.1);border-radius:43% 57% 50% 50%;box-shadow:95px -76px 0 -1px rgba(29,128,181,.055),205px 22px 0 -1px rgba(13,107,62,.06),300px -110px 0 -1px rgba(29,128,181,.045);transform:rotate(-18deg)}.category-strip__glow{position:absolute;z-index:-1;top:18%;left:50%;width:min(65vw,930px);height:360px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(142,211,176,.2) 0,rgba(211,237,247,.12) 38%,transparent 72%);filter:blur(14px)}.category-strip__inner{position:relative}.category-strip__header{text-align:center}.category-strip__heading{margin:0;color:var(--brand-navy);font-size:clamp(2.75rem,5vw,4rem);line-height:1.05;letter-spacing:-.055em}.category-strip__eyebrow,.category-strip__heading span{color:var(--brand-primary)}.category-strip__eyebrow{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 0 18px;font-size:clamp(.88rem,1.25vw,1.125rem);font-weight:800;letter-spacing:.15em;line-height:1;text-transform:uppercase}.category-strip__eyebrow:after,.category-strip__eyebrow:before{content:"";width:clamp(32px,6vw,88px);height:2px;background:linear-gradient(90deg,transparent,currentColor)}.category-strip__eyebrow:after{transform:scaleX(-1)}.category-strip__description{position:relative;max-width:700px;margin:26px auto 54px;padding-bottom:21px;color:var(--ink-soft);text-align:center;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.75}.category-strip__description:after{content:"";position:absolute;bottom:0;left:50%;width:58px;height:3px;border-radius:99px;background:var(--brand-primary);transform:translateX(-50%)}.category-strip__items{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:stretch}.category-strip__item{--category-accent:var(--brand-primary);--category-tint:#e5f5eb;position:relative;display:flex;min-height:204px;flex-direction:column;align-items:flex-start;padding:18px;overflow:hidden;border:1px solid rgba(13,27,61,.07);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(13,27,61,.07);color:var(--ink);text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-strip__item:before{right:-32px;bottom:-48px;width:105px;height:105px;border-radius:50%;background:var(--category-tint);opacity:.62}.category-strip__item:after,.category-strip__item:before{content:"";position:absolute;transition:transform .25s ease}.category-strip__item:after{right:18px;bottom:0;left:18px;height:3px;border-radius:99px 99px 0 0;background:var(--category-accent);transform:scaleX(.3)}.category-strip__item[data-accent=green]{--category-accent:#0b7f4b;--category-tint:#dff5e8}.category-strip__item[data-accent=amber]{--category-accent:#bc7609;--category-tint:#fff0d5}.category-strip__item[data-accent=blue]{--category-accent:#2875b9;--category-tint:#e0effc}.category-strip__item[data-accent=pink]{--category-accent:#c44f80;--category-tint:#fbe4ed}.category-strip__item[data-accent=teal]{--category-accent:#0e8b86;--category-tint:#dcf5f2}.category-strip__item[data-accent=orange]{--category-accent:#d77020;--category-tint:#ffead9}.category-strip__item[data-accent=sky]{--category-accent:#347cae;--category-tint:#e0f1fb}.category-strip__item[data-accent=forest]{--category-accent:#488b48;--category-tint:#e5f3de}.category-strip__item:hover{border-color:var(--category-accent);box-shadow:0 22px 42px rgba(13,27,61,.14);color:var(--ink);transform:translateY(-6px)}.category-strip__item:hover:before{transform:scale(1.16)}.category-strip__item:hover:after{transform:scaleX(1)}.category-strip__item:focus-visible{outline:3px solid var(--category-accent);outline-offset:4px}.category-strip__icon{position:relative;z-index:1;display:grid;width:50px;height:50px;place-items:center;margin-bottom:13px;border-radius:50%;background:var(--category-tint);color:var(--category-accent);transition:transform .25s ease}.category-strip__item:hover .category-strip__icon{transform:scale(1.08)}.category-strip__icon svg{width:27px;height:27px;stroke-width:1.55}.category-strip__card-copy{position:relative;z-index:1;display:grid;grid-gap:0;gap:0}.category-strip__card-title{overflow:hidden;color:var(--brand-navy);font-size:clamp(.74rem,1.05vw,.95rem);font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.category-strip__card-description{display:-webkit-box;overflow:hidden;color:var(--ink-soft);margin-top:8px;font-size:clamp(.7rem,.82vw,.78rem);line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-strip__arrow{position:relative;z-index:1;display:grid;width:32px;height:32px;place-items:center;margin-top:auto;border:1px solid var(--category-accent);border-radius:50%;color:var(--category-accent);transition:background .25s ease,color .25s ease,transform .25s ease}.category-strip__arrow svg{width:15px;height:15px}.category-strip__item:hover .category-strip__arrow{background:var(--category-accent);color:#fff;transform:translateX(5px)}@media (max-width:1160px){.category-strip__items{grid-template-columns:repeat(3,minmax(0,1fr))}.category-strip__item{min-height:220px}.category-strip__card-description{-webkit-line-clamp:3}}@media (max-width:760px){.category-strip__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.category-strip{padding:70px 0}.category-strip__heading{font-size:clamp(2.45rem,12vw,3.25rem)}.category-strip__description{margin-bottom:38px}.category-strip__items{grid-template-columns:1fr;gap:16px}.category-strip__item{min-height:240px;padding:24px}.category-strip__card-title{white-space:normal}}@media (max-width:1180px){.hero__inner{grid-template-columns:1fr}.hero__content{max-width:760px;margin:0 auto}.hero__visual{min-height:0}.hero__collage{width:100%}}@media (max-width:760px){.topbar__inner{justify-content:center}.topbar__spacer{margin-left:0}.hero__inner{padding-top:42px;padding-bottom:48px}.hero__title{font-size:clamp(2.55rem,11vw,4rem)}.hero__desc{font-size:1.05rem}.hero__collage{display:flex;width:calc(100% + 16px);height:290px;gap:10px;padding-right:16px;overflow-x:auto;scroll-snap-type:x mandatory}.hero__industry-panel,.hero__industry-panel:not(:first-child){flex:0 0 min(72vw,290px);min-height:290px;margin-left:0;padding:22px 18px;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.hero__industry-content{gap:9px;font-size:.9rem}.hero__industry-content svg{width:28px;height:28px}}@media (max-width:480px){.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{width:100%}.hero__collage{height:240px}.hero__industry-panel,.hero__industry-panel:not(:first-child){min-height:240px}.hero__industry-content{flex-direction:column;align-items:flex-start}}.about-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,8vw,116px) 0;background:linear-gradient(135deg,#f8fcfa,#eef8f2 48%,#f7fafc)}.about-section:before{content:"";position:absolute;z-index:-1;top:-86px;right:-80px;width:min(38vw,530px);height:min(38vw,530px);opacity:.06;background-image:radial-gradient(#0d6b3e 1.15px,transparent 1.3px);background-size:16px 16px;-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.5) 45%,transparent 72%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.5) 45%,transparent 72%)}.about-section:after{content:"";position:absolute;z-index:-1;bottom:-190px;left:-150px;width:430px;height:430px;border:1px solid rgba(13,107,62,.06);border-radius:42% 58% 51% 49%;box-shadow:82px -66px 0 -1px rgba(29,128,181,.045),182px 12px 0 -1px rgba(13,107,62,.05);transform:rotate(-18deg)}.about-section__glow{position:absolute;z-index:-1;top:16%;left:24%;width:min(54vw,790px);height:310px;border-radius:50%;background:radial-gradient(ellipse,rgba(117,193,148,.12),transparent 70%);filter:blur(18px)}.about__grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);grid-gap:clamp(38px,6vw,92px);gap:clamp(38px,6vw,92px);align-items:center}.about__content{max-width:650px}.about__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--brand-primary);font-size:.92rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.about__eyebrow:before{width:30px;height:2px;background:currentColor;content:""}.about__heading{max-width:640px;margin:0;color:var(--brand-navy);font-size:clamp(2.625rem,4.1vw,3.25rem);line-height:1.1;letter-spacing:-.045em}.about__divider{display:block;width:58px;height:3px;margin:24px 0 22px;border-radius:999px;background:var(--brand-primary)}.about__lead{max-width:640px;margin-bottom:16px;color:var(--ink-soft);font-size:clamp(1.06rem,1.4vw,1.125rem);line-height:1.75}.about__secondary{max-width:610px;margin:0;color:#536174;font-size:1rem;line-height:1.72}.about__points{display:grid;grid-gap:14px;gap:14px}.about__point{--about-accent:#0d6b3e;--about-tint:#e4f4ea;position:relative;display:flex;min-height:124px;align-items:center;gap:17px;overflow:hidden;padding:20px 58px 20px 20px;border:1px solid rgba(13,107,62,.13);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(13,27,61,.06);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.about__point:after{position:absolute;right:-34px;bottom:-38px;width:98px;height:98px;border-radius:50%;background:var(--about-tint);content:"";opacity:.7;transition:transform .22s ease}.about__point[data-accent=green]{--about-accent:#0d7a47;--about-tint:#dcf2e4}.about__point[data-accent=blue]{--about-accent:#2875b9;--about-tint:#dfedfb}.about__point[data-accent=teal]{--about-accent:#0b8c83;--about-tint:#d9f2ef}.about__point[data-accent=amber]{--about-accent:#b87508;--about-tint:#fdf0d9}.about__point:hover{border-color:var(--about-accent);box-shadow:0 16px 30px rgba(13,27,61,.12);transform:translateY(-3px)}.about__point:hover:after{transform:scale(1.12)}.about__point-icon{position:relative;z-index:1;display:grid;width:50px;height:50px;flex:none;place-items:center;border-radius:13px;background:var(--about-tint);color:var(--about-accent);transition:background .22s ease,transform .22s ease}.about__point:hover .about__point-icon{background:color-mix(in srgb,var(--about-tint) 68%,white);transform:scale(1.06)}.about__point-icon svg{width:27px;height:27px;stroke-width:1.65}.about__point-copy{position:relative;z-index:1}.about__point h3{margin:0 0 5px;color:var(--brand-navy);font-size:1.07rem;line-height:1.25}.about__point p{margin:0;color:#536174;font-size:.92rem;line-height:1.55}@media (max-width:960px){.about__grid{grid-template-columns:1fr}.about__content{max-width:680px}.about__points{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.about-section{padding:70px 0}.about__heading{font-size:clamp(2.15rem,10vw,2.5rem)}.about__points{grid-template-columns:1fr}.about__point{min-height:116px;padding:18px 48px 18px 18px}.about__point-icon{width:46px;height:46px}}.industries-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,8vw,116px) 0;background:linear-gradient(135deg,#f8fcfa,#eef8f2 48%,#f7fafc)}.industries-section:before{position:absolute;z-index:-1;top:-120px;right:-105px;width:min(41vw,560px);height:min(41vw,560px);background-image:radial-gradient(#0d6b3e 1.2px,transparent 1.4px);background-size:16px 16px;content:"";-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.55) 42%,transparent 72%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.55) 42%,transparent 72%);opacity:.06}.industries-section:after{position:absolute;z-index:-1;bottom:-145px;left:-110px;width:350px;height:350px;border:1px solid rgba(13,107,62,.06);border-radius:48% 52% 59% 41%;box-shadow:76px -58px 0 -1px rgba(13,107,62,.05),145px 36px 0 -1px rgba(29,128,181,.04);content:"";transform:rotate(24deg)}.industries-section__glow{position:absolute;z-index:-1;top:16%;left:50%;width:min(62vw,930px);height:300px;border-radius:50%;background:radial-gradient(ellipse,rgba(134,202,161,.13),transparent 70%);filter:blur(18px);transform:translateX(-50%)}.industries-section__inner{position:relative}.industries-section__head{max-width:760px;margin:0 auto clamp(34px,5vw,58px);text-align:center}.industries-section__eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px;color:var(--brand-primary);font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}.industries-section__eyebrow:after,.industries-section__eyebrow:before{width:clamp(34px,6vw,84px);height:2px;background:linear-gradient(90deg,transparent,currentColor);content:""}.industries-section__eyebrow:after{transform:scaleX(-1)}.industries-section__heading{margin:0;color:var(--brand-navy);font-size:clamp(2.7rem,4.4vw,3.6rem);line-height:1.08;letter-spacing:-.05em}.industries-section__heading span{color:var(--brand-primary)}.industries-section__head p{max-width:720px;margin:22px auto 18px;color:var(--ink-soft);font-size:clamp(1rem,1.35vw,1.125rem);line-height:1.7}.industries-section__divider{display:block;width:58px;height:3px;margin:0 auto;border-radius:999px;background:var(--brand-primary)}.industry-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.industry-group{--industry-accent:#0d7a47;--industry-tint:#e4f4ea;position:relative;display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden;padding:18px 12px;border:1px solid rgba(13,107,62,.13);border-radius:16px;background:rgba(255,255,255,.84);box-shadow:0 10px 22px rgba(13,27,61,.055);color:var(--brand-navy);text-align:center;text-decoration:none;font-weight:700;transition:border-color .22s ease,box-shadow .22s ease,color .22s ease,transform .22s ease}.industry-group[data-accent=green]{--industry-accent:#0d7a47;--industry-tint:#def2e5}.industry-group[data-accent=blue]{--industry-accent:#2875b9;--industry-tint:#e0effc}.industry-group[data-accent=teal]{--industry-accent:#0d8a82;--industry-tint:#dcf3f0}.industry-group[data-accent=amber]{--industry-accent:#bb7608;--industry-tint:#fff0d8}.industry-group[data-accent=purple]{--industry-accent:#8061b3;--industry-tint:#eee7fa}.industry-group__icon{display:grid;width:50px;height:50px;flex:none;place-items:center;border-radius:13px;background:var(--industry-tint);color:var(--industry-accent);transition:background .22s ease,transform .22s ease}.industry-group__icon svg{width:27px;height:27px;stroke-width:1.65}.industry-group__label{display:-webkit-box;overflow:hidden;max-width:16ch;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3}.industry-group:hover{border-color:var(--industry-accent);box-shadow:0 17px 30px rgba(13,27,61,.12);color:var(--brand-navy);transform:translateY(-4px)}.industry-group:hover .industry-group__icon{background:color-mix(in srgb,var(--industry-tint) 66%,white);transform:scale(1.07)}.industry-group:focus-visible{outline:3px solid var(--industry-accent);outline-offset:3px}@media (min-width:768px){.industry-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.industry-group{min-height:158px}}@media (min-width:1280px){.industry-groups{grid-template-columns:repeat(8,minmax(0,1fr));gap:16px}.industry-group{min-height:164px}}@media (max-width:767px){.industries-section{padding:68px 0}.industries-section__head{margin-bottom:36px}.industries-section__heading{font-size:clamp(2.2rem,10vw,2.75rem)}.industry-group{min-height:148px}}.why-choose-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,8vw,116px) 0;background:linear-gradient(135deg,#f8fcfa,#eef8f2 50%,#f7fafc)}.why-choose-section:before{position:absolute;z-index:-1;top:-80px;left:-92px;width:min(37vw,500px);height:min(37vw,500px);background-image:radial-gradient(#0d6b3e 1.15px,transparent 1.35px);background-size:16px 16px;content:"";-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.55) 42%,transparent 72%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.55) 42%,transparent 72%);opacity:.06}.why-choose-section:after{position:absolute;z-index:-1;right:-145px;bottom:-175px;width:420px;height:420px;border:1px solid rgba(13,107,62,.06);border-radius:50% 50% 42% 58%;box-shadow:-82px -64px 0 -1px rgba(29,128,181,.045),-185px 18px 0 -1px rgba(13,107,62,.05);content:"";transform:rotate(-20deg)}.why-choose-section__glow{position:absolute;z-index:-1;top:18%;left:50%;width:min(64vw,960px);height:360px;border-radius:50%;background:radial-gradient(ellipse,rgba(137,207,165,.13),transparent 70%);filter:blur(18px);transform:translateX(-50%)}.why-choose-section__inner{position:relative}.why-choose-section__head{max-width:760px;margin:0 auto clamp(34px,5vw,58px);text-align:center}.why-choose-section__eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px;color:var(--brand-primary);font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}.why-choose-section__eyebrow:after,.why-choose-section__eyebrow:before{width:clamp(34px,6vw,84px);height:2px;background:linear-gradient(90deg,transparent,currentColor);content:""}.why-choose-section__eyebrow:after{transform:scaleX(-1)}.why-choose-section__heading{margin:0;color:var(--brand-navy);font-size:clamp(2.7rem,4.4vw,3.6rem);line-height:1.08;letter-spacing:-.05em}.why-choose-section__heading span{color:var(--brand-primary)}.why-choose-section__head p{max-width:720px;margin:22px auto 18px;color:var(--ink-soft);font-size:clamp(1rem,1.35vw,1.125rem);line-height:1.7}.why-choose-section__divider{display:block;width:58px;height:3px;margin:0 auto;border-radius:999px;background:var(--brand-primary)}.why-choose-grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;max-width:1360px;margin:0 auto}.why-choose-card{--why-accent:#0d7a47;--why-tint:#def2e5;position:relative;display:flex;min-height:216px;flex-direction:column;align-items:flex-start;overflow:hidden;padding:28px;border:1px solid rgba(13,107,62,.13);border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 11px 25px rgba(13,27,61,.06);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.why-choose-card:before{right:-36px;bottom:-48px;width:116px;height:116px;border-radius:50%;background:var(--why-tint);opacity:.68}.why-choose-card:after,.why-choose-card:before{position:absolute;content:"";transition:transform .22s ease}.why-choose-card:after{right:28px;bottom:0;left:28px;height:4px;border-radius:99px 99px 0 0;background:var(--why-accent);transform:scaleX(.38);transform-origin:left}.why-choose-card[data-accent=green]{--why-accent:#0d7a47;--why-tint:#def2e5}.why-choose-card[data-accent=teal]{--why-accent:#0c8982;--why-tint:#dcf3f0}.why-choose-card[data-accent=blue]{--why-accent:#2875b9;--why-tint:#e0effc}.why-choose-card[data-accent=purple]{--why-accent:#8061b3;--why-tint:#eee7fa}.why-choose-card[data-accent=amber]{--why-accent:#bb7608;--why-tint:#fff0d8}.why-choose-card[data-accent=emerald]{--why-accent:#168464;--why-tint:#d9f1e8}.why-choose-card:hover{border-color:var(--why-accent);box-shadow:0 18px 33px rgba(13,27,61,.13);transform:translateY(-4px)}.why-choose-card:hover:before{transform:scale(1.12)}.why-choose-card:hover:after{transform:scaleX(1)}.why-choose-card__icon{position:relative;z-index:1;display:grid;width:52px;height:52px;place-items:center;margin-bottom:22px;border-radius:14px;background:var(--why-tint);color:var(--why-accent);transition:background .22s ease,transform .22s ease}.why-choose-card:hover .why-choose-card__icon{background:color-mix(in srgb,var(--why-tint) 66%,white);transform:scale(1.06)}.why-choose-card__icon svg{width:28px;height:28px;stroke-width:1.65}.why-choose-card__copy{position:relative;z-index:1}.why-choose-card h3{margin:0 0 9px;color:var(--brand-navy);font-size:1.22rem;line-height:1.25}.why-choose-card p{margin:0;color:#536174;font-size:.98rem;line-height:1.62}@media (min-width:768px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (min-width:1050px){.why-choose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.why-choose-card{min-height:228px}}@media (max-width:767px){.why-choose-section{padding:68px 0}.why-choose-section__head{margin-bottom:36px}.why-choose-section__heading{font-size:clamp(2.2rem,10vw,2.75rem)}.why-choose-card{min-height:196px;padding:24px}}.featured-products-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,8vw,116px) 0;background:linear-gradient(135deg,#fbfdfc,#eef8f2 48%,#f4f9fc)}.featured-products-section:before{position:absolute;z-index:-1;top:-104px;right:-105px;width:min(40vw,560px);height:min(40vw,560px);background-image:radial-gradient(#0d6b3e 1.15px,transparent 1.35px);background-size:16px 16px;content:"";-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.52) 43%,transparent 72%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.52) 43%,transparent 72%);opacity:.055}.featured-products-section:after{position:absolute;z-index:-1;bottom:-150px;left:-110px;width:370px;height:370px;border:1px solid rgba(13,107,62,.055);border-radius:43% 57% 52% 48%;box-shadow:78px -62px 0 -1px rgba(29,128,181,.045),168px 22px 0 -1px rgba(13,107,62,.05);content:"";transform:rotate(-17deg)}.featured-products-section__glow{position:absolute;z-index:-1;top:17%;left:50%;width:min(64vw,960px);height:340px;border-radius:50%;background:radial-gradient(ellipse,rgba(125,201,155,.13),rgba(211,237,247,.08) 42%,transparent 72%);filter:blur(18px);transform:translateX(-50%)}.featured-products-section__inner{position:relative}.featured-products-section__head{max-width:760px;margin:0 auto clamp(34px,5vw,58px);text-align:center}.featured-products-section__eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px;color:var(--brand-primary);font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:800;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}.featured-products-section__eyebrow:after,.featured-products-section__eyebrow:before{width:clamp(34px,6vw,84px);height:2px;background:linear-gradient(90deg,transparent,currentColor);content:""}.featured-products-section__eyebrow:after{transform:scaleX(-1)}.featured-products-section__heading{margin:0;color:var(--brand-navy);font-size:clamp(2.8rem,4.5vw,3.75rem);line-height:1.08;letter-spacing:-.052em}.featured-products-section__heading span{color:var(--brand-primary)}.featured-products-section__head p{max-width:700px;margin:22px auto 0;color:var(--ink-soft);font-size:clamp(1rem,1.35vw,1.125rem);line-height:1.7}.featured-products-section__note{display:block;margin-top:12px;color:#64748b;font-size:.94rem}.featured-products-section__divider{display:block;width:58px;height:3px;margin:22px auto 0;border-radius:999px;background:var(--brand-primary)}.featured-products-grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.featured-product-card{--product-accent:#0d7a47;--product-tint:#def2e5;position:relative;display:flex;min-height:236px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:26px;border:1px solid rgba(13,107,62,.13);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 11px 25px rgba(13,27,61,.06);color:var(--brand-navy);text-decoration:none;transition:border-color .22s ease,box-shadow .22s ease,color .22s ease,transform .22s ease}.featured-product-card:after{position:absolute;right:-38px;bottom:-48px;width:116px;height:116px;border-radius:50%;background:var(--product-tint);content:"";opacity:.68;transition:transform .22s ease}.featured-product-card[data-accent=green]{--product-accent:#0d7a47;--product-tint:#def2e5}.featured-product-card[data-accent=blue]{--product-accent:#2875b9;--product-tint:#e0effc}.featured-product-card[data-accent=teal]{--product-accent:#0d8a82;--product-tint:#dcf3f0}.featured-product-card[data-accent=pink]{--product-accent:#bf5782;--product-tint:#f9e4ed}.featured-product-card[data-accent=orange]{--product-accent:#bc710d;--product-tint:#fff0d8}.featured-product-card[data-accent=purple]{--product-accent:#8061b3;--product-tint:#eee7fa}.featured-product-card:hover{border-color:var(--product-accent);box-shadow:0 19px 34px rgba(13,27,61,.13);color:var(--brand-navy);transform:translateY(-4px)}.featured-product-card:hover:after{transform:scale(1.12)}.featured-product-card:focus-visible{outline:3px solid var(--product-accent);outline-offset:4px}.featured-product-card__content{position:relative;z-index:1}.featured-product-card__badge{display:inline-flex;align-items:center;min-height:28px;margin-bottom:19px;padding:5px 10px;border-radius:999px;background:var(--product-tint);color:var(--product-accent);font-size:.75rem;font-weight:800;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.featured-product-card h3{margin:0 0 11px;color:var(--brand-navy);font-size:1.3rem;line-height:1.22}.featured-product-card p{display:-webkit-box;overflow:hidden;margin:0;color:#536174;font-size:.96rem;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:4}.featured-product-card__button{position:relative;z-index:1;display:inline-flex;align-items:center;align-self:flex-start;gap:8px;margin-top:22px;color:var(--product-accent);font-size:.93rem;font-weight:800}.featured-product-card__button svg{width:18px;height:18px;transition:transform .22s ease}.featured-product-card:hover .featured-product-card__button svg{transform:translateX(5px)}@media (min-width:768px){.featured-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (min-width:1200px){.featured-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.featured-product-card{min-height:242px}}@media (max-width:767px){.featured-products-section{padding:68px 0}.featured-products-section__head{margin-bottom:36px}.featured-products-section__heading{font-size:clamp(2.2rem,10vw,2.75rem)}.featured-product-card{min-height:236px;padding:24px}}.quality{position:relative;isolation:isolate;overflow:hidden;padding:clamp(100px,8vw,120px) 0;background:linear-gradient(125deg,#0d1b3d,#0b3b3b 45%,#0d6b3e);color:#edf7f0}.quality:before{inset:0;background-image:radial-gradient(rgba(255,255,255,.8) 1px,transparent 1.2px);background-position:calc(100% + 30px) 50px;background-size:17px 17px;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 55%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,transparent 55%,#000 78%,transparent);opacity:.05}.quality:after,.quality:before{position:absolute;z-index:-1;content:""}.quality:after{right:-180px;bottom:-220px;width:560px;height:560px;border:1px solid rgba(197,243,215,.075);border-radius:50%;box-shadow:0 0 0 70px rgba(197,243,215,.025),0 0 0 150px rgba(197,243,215,.018)}.quality__glow{position:absolute;z-index:-1;top:-30%;right:9%;width:min(56vw,780px);height:620px;border-radius:50%;background:radial-gradient(ellipse,rgba(78,224,157,.16),rgba(59,170,136,.06) 44%,transparent 72%);filter:blur(14px)}.quality__certificate-mark,.quality__molecule{position:absolute;z-index:-1;overflow:visible;fill:none;stroke:#d8ffeb;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;opacity:.05}.quality__molecule{bottom:5%;left:-28px;width:245px}.quality__certificate-mark{top:64px;right:2.5%;width:175px}.quality__grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);grid-gap:clamp(36px,5vw,76px);gap:clamp(36px,5vw,76px);align-items:center}.quality__content{position:relative;z-index:1}.quality__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#9ee9bf;font-size:clamp(.94rem,1.25vw,1.05rem);font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.quality__eyebrow>span{width:28px;height:2px;border-radius:999px;background:#79deb0}.quality h2{max-width:650px;margin:0;color:#fff;font-size:clamp(2.6rem,4.2vw,3.65rem);line-height:1.08;letter-spacing:-.045em}.quality h2 span{color:#9ee9bf}.quality__lead{max-width:620px;margin:24px 0 0;color:#d7e9e2;font-size:clamp(1.03rem,1.35vw,1.125rem);line-height:1.72}.quality__accent-line{display:block;width:62px;height:3px;margin:25px 0 0;border-radius:999px;background:#70dba9}.quality__trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:28px 0 0;padding:0;list-style:none}.quality__trust-list li{display:flex;align-items:flex-start;gap:10px;min-width:0;padding:12px;border:1px solid rgba(235,255,244,.16);border-radius:13px;background:rgba(255,255,255,.075);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.quality__document-icon,.quality__trust-icon{display:grid;place-items:center;flex:none;border-radius:11px}.quality__trust-icon{width:32px;height:32px;background:rgba(116,225,172,.16);color:#9ee9bf}.quality__trust-icon svg{width:18px;height:18px}.quality__trust-list strong{display:block;color:#fff;font-size:.83rem;line-height:1.3}.quality__trust-list small{display:-webkit-box;overflow:hidden;margin-top:4px;color:#c9ded5;font-size:.73rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.quality__cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;padding:18px 19px 18px 21px;border:1px solid rgba(202,255,225,.2);border-radius:16px;background:linear-gradient(125deg,rgba(255,255,255,.12),rgba(105,216,160,.12))}.quality__cta h3{margin:0;color:#fff;font-size:1.02rem}.quality__cta p{margin:5px 0 0;color:#d3e9dd;font-size:.83rem;line-height:1.45}.quality__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:none;min-height:44px;padding:11px 16px;border:1px solid transparent;border-radius:999px;background:#fff;color:#096238;font-size:.86rem;font-weight:800;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.quality__cta-button svg{width:16px;height:16px;transition:transform .2s ease}.quality__cta-button:hover{background:#c9f7dc;box-shadow:0 8px 20px rgba(0,0,0,.2);transform:translateY(-2px)}.quality__cta-button:hover svg{transform:translateX(3px)}.quality__cta-button:focus-visible{outline:3px solid #fff;outline-offset:4px}.quality__documents{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.quality__document-card{--quality-card-accent:#72aee5;--quality-card-tint:rgba(114,174,229,0.17);display:flex;min-height:196px;flex-direction:column;padding:20px;border:1px solid rgba(239,250,244,.2);border-bottom:3px solid var(--quality-card-accent);border-radius:17px;background:rgba(255,255,255,.93);box-shadow:0 14px 28px rgba(3,15,31,.16);color:#17294c;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.quality__document-card[data-tone=green]{--quality-card-accent:#15965a;--quality-card-tint:rgba(21,150,90,0.14)}.quality__document-card[data-tone=amber]{--quality-card-accent:#cb8a1e;--quality-card-tint:rgba(203,138,30,0.16)}.quality__document-card[data-tone=teal]{--quality-card-accent:#198b91;--quality-card-tint:rgba(25,139,145,0.15)}.quality__document-card[data-tone=purple]{--quality-card-accent:#8763b4;--quality-card-tint:rgba(135,99,180,0.15)}.quality__document-card:hover{border-color:var(--quality-card-accent);box-shadow:0 20px 34px rgba(3,15,31,.24);transform:translateY(-3px)}.quality__document-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.quality__document-icon{width:42px;height:42px;background:var(--quality-card-tint);color:var(--quality-card-accent);transition:background-color .22s ease}.quality__document-card:hover .quality__document-icon{background:color-mix(in srgb,var(--quality-card-tint),var(--quality-card-accent) 15%)}.quality__document-icon svg{width:23px;height:23px}.quality__abbreviation{padding:5px 8px;border-radius:999px;background:var(--quality-card-tint);color:var(--quality-card-accent);font-size:.7rem;font-weight:800;letter-spacing:.06em;line-height:1.1}.quality__document-card h3{margin:17px 0 0;color:#13264a;font-size:1.04rem;line-height:1.3}.quality__document-card p{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:#58677b;font-size:.82rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.quality__availability{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:#4e6074;font-size:.72rem;font-weight:700}.quality__availability>span{width:6px;height:6px;border-radius:50%;background:var(--quality-card-accent)}.quality__document-card:last-child:nth-child(odd){grid-column:1/-1}@media (max-width:1080px){.quality{padding:80px 0}.quality__grid{grid-template-columns:1fr;gap:44px}.quality__content{max-width:760px}.quality__documents{max-width:900px}}@media (max-width:640px){.quality{padding:66px 0}.quality__certificate-mark{right:-35px;width:135px}.quality h2{font-size:clamp(2.3rem,11vw,3rem)}.quality__documents,.quality__trust-list{grid-template-columns:1fr}.quality__document-card:last-child:nth-child(odd){grid-column:auto}.quality__document-card{min-height:0}.quality__cta{align-items:stretch;flex-direction:column}.quality__cta-button{width:100%}}.cta__box{text-align:center;background:linear-gradient(135deg,var(--brand-primary),var(--brand-navy));color:#fff;border-radius:var(--radius-lg);padding:clamp(36px,6vw,64px) 24px;box-shadow:var(--shadow-lg)}.cta__box h2{color:#fff;margin-bottom:12px}.cta__box p{color:#e6f1ec;max-width:620px;margin:0 auto 26px;font-size:1.05rem}.cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.contact-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(100px,8vw,120px) 0;background:linear-gradient(135deg,#f8fcfa,#eef8f2 50%,#f7fafc)}.contact-section:before{position:absolute;z-index:-1;top:-70px;right:-95px;width:min(42vw,560px);height:min(42vw,560px);background-image:radial-gradient(#0d6b3e 1.1px,transparent 1.3px);background-size:16px 16px;content:"";-webkit-mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.5) 43%,transparent 72%);mask-image:radial-gradient(circle,#000 0,rgba(0,0,0,.5) 43%,transparent 72%);opacity:.06}.contact-section:after{position:absolute;z-index:-1;bottom:-220px;left:-170px;width:490px;height:490px;border:1px solid rgba(13,107,62,.07);border-radius:46% 54% 55% 45%;box-shadow:95px -62px 0 -1px rgba(31,131,184,.045),178px 12px 0 -1px rgba(13,107,62,.045);content:"";transform:rotate(-18deg)}.contact-section__glow{position:absolute;z-index:-1;top:17%;left:41%;width:min(65vw,900px);height:370px;border-radius:50%;background:radial-gradient(ellipse,rgba(104,205,147,.15),rgba(191,228,245,.07) 45%,transparent 73%);filter:blur(17px)}.contact-section__network{position:absolute;z-index:-1;bottom:7%;left:-30px;width:260px;overflow:visible;fill:none;stroke:#0d6b3e;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;opacity:.055}.contact-section__grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);grid-gap:clamp(42px,6vw,84px);gap:clamp(42px,6vw,84px);align-items:center}.contact-section__content{position:relative;z-index:1}.contact-section__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--brand-primary);font-size:clamp(.94rem,1.25vw,1.05rem);font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.contact-section__eyebrow>span{width:28px;height:2px;border-radius:999px;background:var(--brand-primary)}.contact-section h2{max-width:680px;margin:0;color:var(--brand-navy);font-size:clamp(2.7rem,4.5vw,3.8rem);line-height:1.08;letter-spacing:-.048em}.contact-section__lead{max-width:630px;margin:23px 0 0;color:#536174;font-size:clamp(1.03rem,1.35vw,1.125rem);line-height:1.72}.contact-section__accent-line{display:block;width:62px;height:3px;margin:25px 0 0;border-radius:999px;background:var(--brand-primary)}.contact-section__locations{display:grid;grid-gap:11px;gap:11px;margin-top:28px}.contact-section__location-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:16px;border:1px solid rgba(13,107,62,.17);border-radius:16px;background:rgba(255,255,255,.84);box-shadow:0 8px 18px rgba(13,27,61,.05)}.contact-section__location-icon{display:grid;width:47px;height:47px;place-items:center;border-radius:13px;background:#dff3e7;color:var(--brand-primary)}.contact-section__location-icon svg{width:23px;height:23px}.contact-section__location-copy{min-width:0}.contact-section__location-copy small{display:block;color:var(--brand-primary);font-size:.68rem;font-weight:800;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.contact-section__location-copy strong{display:block;margin-top:3px;color:var(--brand-navy);font-size:.96rem;line-height:1.3}.contact-section__location-copy em{display:block;margin-top:2px;color:#31546b;font-size:.82rem;font-style:normal;font-weight:700;line-height:1.35}.contact-section__location-copy>span{display:block;overflow-wrap:anywhere;margin-top:4px;color:#536174;font-size:.85rem;line-height:1.45}.contact-section__location-card>a{display:inline-flex;align-items:center;gap:5px;align-self:center;padding:7px 9px;border-radius:999px;background:#e7f6ed;color:#08713d;font-size:.73rem;font-weight:800;line-height:1.1;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.contact-section__location-card>a:hover{background:var(--brand-primary);color:#fff}.contact-section__location-card>a svg{width:14px;height:14px}.contact-section__location-card>a:focus-visible{outline:3px solid var(--brand-primary);outline-offset:3px}.contact-section__list{display:grid;grid-gap:11px;gap:11px;margin-top:28px}.contact-section__locations+.contact-section__list{margin-top:11px}.contact-section__row{display:flex;align-items:center;gap:14px;min-width:0;padding:14px 16px;border:1px solid rgba(13,107,62,.14);border-radius:15px;background:rgba(255,255,255,.78);box-shadow:0 7px 18px rgba(13,27,61,.045);color:var(--brand-navy);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.contact-section__row--action:hover{border-color:rgba(13,107,62,.38);box-shadow:0 12px 22px rgba(13,27,61,.09);color:var(--brand-navy);transform:translateY(-2px)}.contact-section__row--action:hover .contact-section__row-icon{background:#d6f3e1;color:#08713d}.contact-section__row--action:focus-visible{outline:3px solid var(--brand-primary);outline-offset:4px}.contact-section__form-icon,.contact-section__highlight-icon,.contact-section__row-icon{display:grid;place-items:center;flex:none;border-radius:12px}.contact-section__row-icon{width:43px;height:43px;background:#e2f4e9;color:var(--brand-primary);transition:background-color .22s ease,color .22s ease}.contact-section__row-icon svg{width:21px;height:21px}.contact-section__row-copy{min-width:0}.contact-section__row-copy strong{display:block;color:var(--brand-navy);font-size:.8rem;line-height:1.2}.contact-section__row-copy>span{display:block;overflow-wrap:anywhere;margin-top:4px;color:#536174;font-size:.92rem;line-height:1.35}.contact-section__highlight{display:flex;align-items:center;gap:12px;margin-top:18px;padding:15px 16px;border:1px solid rgba(13,107,62,.13);border-radius:15px;background:rgba(223,244,232,.72)}.contact-section__highlight-icon{width:36px;height:36px;background:var(--brand-primary);color:#fff}.contact-section__highlight-icon svg{width:18px;height:18px}.contact-section__highlight strong{display:block;color:#173957;font-size:.88rem;line-height:1.3}.contact-section__highlight small{display:block;margin-top:3px;color:#52677a;font-size:.78rem;line-height:1.35}.contact-section__form{position:relative;z-index:1;padding:clamp(26px,3.2vw,42px);border:1px solid rgba(13,107,62,.19);border-radius:23px;background:rgba(255,255,255,.94);box-shadow:0 22px 46px rgba(13,27,61,.12)}.contact-section__form-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:28px}.contact-section__form-icon{width:44px;height:44px;background:#e1f4e8;color:var(--brand-primary)}.contact-section__form-icon svg{width:22px;height:22px}.contact-section__form h3{margin:0;color:var(--brand-navy);font-size:clamp(1.3rem,1.8vw,1.55rem)}.contact-section__form-head p{margin:5px 0 0;color:#5a6b7d;font-size:.92rem;line-height:1.55}.contact-section__form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.contact-section__field{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.contact-section__field label{color:#234054;font-size:.85rem;font-weight:750}.contact-section__field input,.contact-section__field textarea{font:inherit;width:100%;padding:12px 13px;border:1px solid #d9e6de;border-radius:11px;background:#fbfdfc;color:var(--brand-navy);font-size:.94rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.contact-section__field input::placeholder,.contact-section__field textarea::placeholder{color:#8795a5;opacity:1}.contact-section__field input:focus,.contact-section__field textarea:focus{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 4px rgba(13,107,62,.12);outline:none}.contact-section__field textarea{min-height:142px;resize:vertical}.contact-section__submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 20px;border:0;border-radius:999px;background:#8bbba0;color:#fff;font:inherit;font-size:.92rem;font-weight:800;letter-spacing:.01em;cursor:not-allowed;opacity:.84}.contact-section__submit svg{width:18px;height:18px}.contact-section__submit:focus-visible{outline:3px solid var(--brand-primary);outline-offset:4px}.contact-section__form-status{margin:13px 0 0;color:#64748b;font-size:.8rem;line-height:1.5}@media (max-width:1080px){.contact-section{padding:80px 0}.contact-section__grid{grid-template-columns:1fr;gap:46px}.contact-section__content{max-width:790px}.contact-section__list{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-section__form{max-width:900px}}@media (max-width:640px){.contact-section{padding:66px 0}.contact-section__network{bottom:2%;left:-85px}.contact-section h2{font-size:clamp(2.35rem,11vw,3.1rem)}.contact-section__form-row,.contact-section__list{grid-template-columns:1fr}.contact-section__location-card{grid-template-columns:auto minmax(0,1fr)}.contact-section__location-card>a{grid-column:2;justify-self:start}.contact-section__form{padding:24px 18px;border-radius:19px}.contact-section__form-head{margin-bottom:24px}.contact-section__submit{width:100%}}.footer{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 85% 22%,rgba(49,207,128,.17),transparent 30%),linear-gradient(135deg,#081a35,#0d2c3a 45%,#0d5138);color:#d7e5dc;padding-top:clamp(56px,7vw,88px)}.footer:after,.footer:before{position:absolute;z-index:-1;content:"";pointer-events:none}.footer:before{inset:0;opacity:.05;background-image:radial-gradient(#d7ffe9 1px,transparent 0);background-size:17px 17px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 30%,#000 75%,transparent);mask-image:linear-gradient(90deg,transparent,#000 30%,#000 75%,transparent)}.footer:after{width:360px;height:360px;top:-180px;right:-110px;border:1px solid rgba(214,255,231,.22);border-radius:42% 58% 66% 34%/42% 41% 59% 58%;box-shadow:-88px 124px 0 -1px rgba(214,255,231,.11),-44px 62px 0 -1px rgba(214,255,231,.09);opacity:.45}.footer .container{position:relative}.footer__grid{display:grid;grid-template-columns:1.32fr .78fr 1fr 1.08fr;grid-gap:clamp(28px,3.3vw,56px);gap:clamp(28px,3.3vw,56px);padding-bottom:clamp(40px,4vw,54px)}.footer__brand-column{min-width:0}.footer h2{margin:6px 0 20px;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.footer h2,.footer__brand{color:#fff;font-weight:800}.footer__brand{display:inline-flex;align-items:center;gap:11px;margin-bottom:14px;font-size:1.15rem}.footer__logo{display:block;width:min(230px,100%);height:88px;object-fit:contain;object-position:left center;margin-bottom:17px}.footer__brand--fallback{margin-bottom:14px}.footer__summary{max-width:360px;margin:0;color:#c2d3ca;font-size:.94rem;line-height:1.7}.footer__eyebrow{display:block;margin-bottom:10px;color:#a8d9b9;font-size:.71rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer__group-companies{margin-top:24px}.footer__group-company-list{display:flex;flex-wrap:wrap;gap:9px}.footer__group-company{display:grid;min-width:112px;min-height:52px;place-items:center;padding:6px 10px;border:1px solid rgba(235,255,244,.16);border-radius:10px;background:rgba(255,255,255,.08);color:#f4fff7;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}a.footer__group-company:hover{border-color:rgba(161,237,189,.58);background:rgba(255,255,255,.14);transform:translateY(-2px)}.footer__group-company-logo{display:block;width:126px;height:38px;object-fit:contain}.footer__group-company-name{color:#f4fff7;font-size:.78rem;font-weight:750;text-align:center}.footer__social{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.footer__social a{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(235,255,244,.16);border-radius:11px;background:rgba(255,255,255,.09);color:#e7f7ec;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.footer__social a:hover{border-color:rgba(159,236,188,.72);background:#0d6b3e;color:#fff;transform:translateY(-2px)}.footer__social svg{width:20px;height:20px}.footer__contact,.footer__links{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}.footer__links a{display:inline-flex;align-items:center;color:#d2dfd6;font-size:.94rem;line-height:1.45;transition:color .2s ease,transform .2s ease}.footer__links a:before{width:0;margin-right:0;content:"›";overflow:hidden;color:#8ee3ad;transition:width .2s ease,margin-right .2s ease}.footer__links a:hover{color:#fff;transform:translateX(3px)}.footer__links a:hover:before{width:7px;margin-right:4px}.footer__contact{gap:13px}.footer__contact li{min-width:0}.footer__contact li>a,.footer__contact-static{display:flex;gap:11px;align-items:flex-start;color:#d2dfd6}.footer__contact li>a{transition:color .2s ease}.footer__contact li>a:hover{color:#fff}.footer__contact-icon{display:grid;width:30px;height:30px;flex:none;place-items:center;border-radius:9px;background:rgba(139,225,170,.12);color:#94e0b1}.footer__contact-icon svg{width:16px;height:16px}.footer__contact-copy{min-width:0}.footer__contact-copy strong{display:block;color:#fff;font-size:.78rem;font-weight:750;line-height:1.25}.footer__contact-copy span{display:block;margin-top:3px;color:inherit;font-size:.88rem;line-height:1.45;overflow-wrap:anywhere}.footer a:focus-visible{outline:3px solid #9ce8b9;outline-offset:4px}.footer__bottom{display:flex;flex-wrap:wrap;gap:14px 28px;justify-content:space-between;padding:22px 0 25px;border-top:1px solid rgba(235,255,244,.16);color:#b5c9bc;font-size:.84rem;line-height:1.5}.footer__bottom-links{display:flex;flex-wrap:wrap;gap:10px 18px}.footer__bottom-links a{color:#d8e9de;transition:color .18s ease}.footer__bottom-links a:hover{color:#9fe8ba}@media (max-width:1050px){.footer__grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:42px 54px}}@media (max-width:640px){.footer{padding-top:60px}.footer__grid{grid-template-columns:1fr;gap:36px;padding-bottom:42px}.footer__logo{width:min(220px,100%);height:78px}.footer__bottom{padding:22px 0;text-align:center}.footer__bottom,.footer__bottom-links{justify-content:center}}.under-dev{min-height:52vh;display:grid;place-items:center;text-align:center;padding:64px 20px}.under-dev__inner{max-width:520px}.under-dev__mark{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;margin:0 auto 20px;background:var(--surface-tint);color:var(--brand-600)}.under-dev__mark svg{width:32px;height:32px}