:root{--brand:#0f6b59;--brand-dark:#073f35;--brand-soft:#eaf7f3;--ink:#101923;--muted:#5d6b7a;--line:#d9e1ea;--line-strong:#bcc8d6;--soft:#f5f8f7;--steel:#273747;--white:#fff;--accent:#d83a2e;--gold:#f0b429;--success:#1d7f5f;--shadow:0 18px 42px rgba(16,25,35,.11);--shadow-tight:0 10px 24px rgba(16,25,35,.08);--radius:4px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.6;background:linear-gradient(90deg,rgba(15,107,89,.035) 1px,transparent 1px) 0 0/80px 80px,linear-gradient(180deg,#fff 0%,#f8fbfa 100%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container,.header-inner,.footer-inner{width:min(var(--container),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line-strong);box-shadow:0 8px 22px rgba(16,25,35,.045);backdrop-filter:blur(18px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{min-width:270px;display:inline-flex;align-items:center;gap:12px;font-weight:850}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:2px;color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 42%),var(--brand);box-shadow:0 12px 24px rgba(15,107,89,.22);letter-spacing:0;font-size:.86rem}.brand-name{display:block;font-size:1.05rem;line-height:1.15}.brand-sub{display:block;color:var(--muted);font-size:.78rem;font-weight:720}.nav{display:flex;align-items:center;gap:20px;color:#1f2f40;font-size:.92rem;font-weight:760}.nav a,.nav-dropdown summary{position:relative;padding:24px 0}.nav a:after,.nav-dropdown summary:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}.nav a:hover:after,.nav-dropdown summary:hover:after,.nav-dropdown[open] summary:after{transform:scaleX(1)}.nav-dropdown{position:relative}.nav-dropdown summary{display:inline-flex;align-items:center;gap:7px;list-style:none;cursor:pointer}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:before{content:"";width:7px;height:7px;margin-top:-3px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 180ms ease}.nav-dropdown[open] summary:before{margin-top:3px;transform:rotate(225deg)}.nav-dropdown-panel{position:absolute;top:calc(100% - 10px);left:50%;z-index:30;width:350px;display:grid;gap:4px;padding:12px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;box-shadow:0 22px 52px rgba(16,25,35,.18);transform:translateX(-50%)}.nav-dropdown-panel a{padding:10px 12px;border-radius:6px;color:#26364a;white-space:normal}.nav-dropdown-panel a:after{content:none}.nav-dropdown-panel a:hover{color:var(--brand);background:var(--brand-soft)}.nav-cta{min-height:38px;display:inline-flex;align-items:center;padding:0 16px!important;border-radius:3px;color:#fff;background:linear-gradient(180deg,#13846d,var(--brand-dark));box-shadow:0 10px 22px rgba(15,107,89,.22)}.nav-cta:after{content:none!important}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid transparent;border-radius:3px;font-weight:820;white-space:nowrap;cursor:pointer;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;border-color:rgba(7,63,53,.3);background:linear-gradient(180deg,#148b73 0%,#0a584b 100%);box-shadow:0 12px 28px rgba(15,107,89,.26)}.button-primary:hover{background:var(--brand-dark)}.button-secondary{color:var(--ink);border-color:var(--line-strong);background:#fff}.button-secondary:hover{border-color:rgba(15,107,89,.38);box-shadow:0 12px 26px rgba(17,24,39,.07)}.hero{color:#fff;background:linear-gradient(90deg,rgba(6,18,17,.99) 0%,rgba(6,55,48,.94) 46%,rgba(216,58,46,.28) 100%),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px) 0 0/92px 92px,var(--hero-image) center right/contain no-repeat,linear-gradient(135deg,#061211,#0f6b59);border-bottom:1px solid #0c302b}.hero-inner{min-height:76svh;display:grid;align-content:center;padding:92px 0 78px}.hero-copy{width:min(760px,100%)}.eyebrow,.kicker{color:#ffcf6c;font-size:.78rem;font-weight:860;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:820px;margin-bottom:18px;font-size:clamp(2.2rem,4.45vw,4.35rem);line-height:1.04;letter-spacing:0}.lead{max-width:700px;margin-bottom:24px;color:rgba(255,255,255,.84);font-size:1.06rem}.search-panel{max-width:720px;display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);background:rgba(255,255,255,.1);box-shadow:0 24px 58px rgba(0,0,0,.3);backdrop-filter:blur(12px);position:relative}.search-panel input{min-width:0;height:48px;padding:0 15px;border:1px solid rgba(255,255,255,.26);border-radius:6px;color:#fff;background:rgba(255,255,255,.11);outline:none}.search-panel input::placeholder{color:rgba(255,255,255,.68)}.search-note{grid-column:1/-1;color:rgba(255,255,255,.72);font-size:.88rem}.hero-ac{position:absolute;left:0;right:0;top:100%;z-index:40;background:#fff;border:1px solid #d5dee8;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 12px 30px rgba(16,42,67,.14);overflow:hidden;display:none}.hero-ac.on{display:block}.hero-ac a{display:flex;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;color:#12324f;border-bottom:1px solid #eef2f6}.hero-ac a:hover,.hero-ac a.hl{background:#f2faf7}.hero-ac .code{font-weight:700}.hero-ac .mt{color:#6b7684;font-size:.82rem;margin-left:auto;white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.metric-strip{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:#fff}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.metric{padding:24px;border-left:1px solid var(--line)}.metric:first-child{border-left:0}.metric strong{display:block;color:var(--steel);font-size:1.38rem;line-height:1.1}.metric span{color:var(--muted);font-size:.92rem;font-weight:720}.section{padding:78px 0;background:rgba(255,255,255,.82)}.section-soft{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(15,107,89,.035) 1px,transparent 1px) 0 0/80px 80px,var(--soft)}.section-heading{max-width:780px;margin-bottom:34px}.section-heading.center{margin-right:auto;margin-left:auto;text-align:center}.section-heading h2{margin:8px 0 12px;font-size:clamp(1.72rem,2.75vw,2.76rem);line-height:1.14;letter-spacing:0}.section-heading p{color:var(--muted);font-size:1.02rem}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.product-card,.contact-card,.form-panel,.quote-panel,.step-card{border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-tight)}.card{padding:24px}.category-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding:0;transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.category-card:hover,.product-card:hover{border-color:rgba(15,107,89,.34);box-shadow:0 18px 42px rgba(16,25,35,.12);transform:translateY(-2px)}.category-card h3,.category-card p{margin-right:22px;margin-left:22px}.category-card h3{margin-top:20px}.category-card .meta-line{margin-top:auto;margin-bottom:22px;padding-top:8px}.category-media{height:156px;display:grid;place-items:center;padding:22px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid var(--line)}.category-media img{width:min(100%,180px);height:112px;object-fit:contain}.card h3{margin-bottom:10px;font-size:1.22rem;line-height:1.25}.card p{color:var(--muted)}.meta-line{margin-bottom:0;color:var(--brand-dark)!important;font-size:.9rem;font-weight:820}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px}.product-card{min-height:100%;display:flex;flex-direction:column;overflow:hidden;transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.product-media{height:238px;display:grid;place-items:center;padding:26px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid var(--line)}.product-media img{width:min(100%,210px);height:176px;object-fit:contain;object-position:center}.product-body{flex:1;display:flex;flex-direction:column;padding:20px}.product-meta{margin-bottom:8px;color:var(--brand-dark);font-size:.78rem;font-weight:850;text-transform:uppercase}.product-body h3{margin-bottom:10px;font-size:1.17rem;line-height:1.28}.product-body p{color:var(--muted)}.product-body .meta-line{margin-top:auto;padding-top:8px}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:36px;align-items:start}.check-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.check-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;color:#2b3b4f}.check-list li:before{content:"";width:20px;height:20px;margin-top:2px;border-radius:50%;background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.16) 0),var(--success)}.quote-panel{padding:28px;background:linear-gradient(135deg,rgba(10,88,75,.98),rgba(5,18,17,.98)),var(--brand-dark);color:#fff}.quote-panel p{color:rgba(255,255,255,.82)}.quote-list{display:grid;gap:12px;margin:20px 0 24px;padding:0;list-style:none}.quote-list li{padding:12px 14px;border-radius:6px;background:rgba(255,255,255,.12)}.page-hero{background:linear-gradient(90deg,rgba(6,18,17,.98),rgba(10,88,75,.9)),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--page-image) center right/contain no-repeat,#06231f;color:#fff;border-bottom:1px solid #0c302b}.page-hero-inner{padding:72px 0 68px}.page-hero h1{max-width:980px;font-size:clamp(1.9rem,3.6vw,3.5rem);line-height:1.06}.page-hero .lead{margin-bottom:0}.category-hero .page-hero-inner{padding-top:82px;padding-bottom:78px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:rgba(255,255,255,.7);font-size:.88rem;font-weight:760}.breadcrumb a{color:rgba(255,255,255,.86)}.breadcrumb-bar{background:#f1f8f6;border-bottom:1px solid #dfece8;font-size:.86rem}.breadcrumb-bar .container{padding-top:10px;padding-bottom:10px;color:#5a6a78}.breadcrumb-bar a{color:var(--brand);text-decoration:none}.breadcrumb-bar a:hover{text-decoration:underline}.hero-slim{padding:54px 0}.product-hero{padding:36px 0 8px;background:linear-gradient(180deg,#eaf7f3,#fff)}.product-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:38px;align-items:center}.product-hero-copy h1{margin:.2em 0 .3em;font-size:1.9rem;line-height:1.2}.product-hero .eyebrow{color:var(--brand);font-weight:700;font-size:.82rem;text-transform:uppercase}.product-visual{margin:0;background:#fff;border:1px solid #dce6f0;border-radius:8px;padding:22px;text-align:center;box-shadow:0 14px 34px rgba(16,42,67,.08)}.product-visual img{max-width:100%;height:auto;max-height:340px;object-fit:contain}.product-visual figcaption{margin-top:12px;color:#7a8794;font-size:.8rem}.quick-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.quick-facts>div{background:#fff;border:1px solid #dfe9e6;border-radius:8px;padding:10px 14px}.quick-facts span{display:block;color:#7a8794;font-size:.76rem;text-transform:uppercase;letter-spacing:0}.quick-facts strong{color:#12324f;font-size:.98rem}.doc-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.doc-list li a,.doc-list li span{display:block;background:#fff;border:1px solid #dce6f0;border-radius:8px;padding:12px 16px;color:var(--brand);text-decoration:none;font-weight:600}.doc-list li a:hover{border-color:var(--brand);background:#f3faf8}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid #dce6f0;border-radius:8px;padding:4px 18px}.faq-item summary{cursor:pointer;font-weight:700;color:#12324f;padding:14px 0}.faq-item p{margin:0 0 16px;color:#4a5866;line-height:1.7}.tag-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:10px 0 0}.tag-list li{background:#eaf7f3;border:1px solid #d7ebe5;color:#1e5d51;border-radius:999px;padding:5px 12px;font-size:.82rem}.cat-fam{margin:6px 0 26px;color:#5a6a78}.cat-fam strong{color:#12324f}.center{text-align:center}.table-wrap{overflow-x:auto;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-tight)}.product-table{width:100%;min-width:1040px;border-collapse:collapse;font-size:.93rem}.product-table th,.product-table td{padding:15px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.product-table th{color:#26364a;background:#eef6f3;font-size:.82rem;font-weight:860;text-transform:uppercase}.product-table tbody tr:last-child td{border-bottom:0}.product-table strong,.product-table small{display:block}.product-table small{margin-top:3px;color:var(--muted);font-size:.84rem}.product-table a{color:var(--brand);font-weight:850}.table-product{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;min-width:240px}.product-thumb{width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff}.product-thumb img{width:54px;height:54px;object-fit:contain}.spec-table{display:grid;border:1px solid var(--line-strong);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-tight)}.spec-row{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);gap:18px;padding:14px 16px;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row span{display:block;color:var(--muted);font-size:.82rem;font-weight:780}.spec-row strong{display:block;color:var(--ink);overflow-wrap:anywhere}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:24px;align-items:start}.form-panel{padding:26px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{color:#26364a;font-size:.9rem;font-weight:820}.field input,.field textarea,.field select,#siteSearch{width:100%;min-width:0;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);outline:none}.field input,.field select,#siteSearch{height:46px;padding:0 12px}.field textarea{min-height:154px;padding:12px;resize:vertical}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.contact-stack{display:grid;gap:16px}.contact-card{padding:22px}.contact-card h3{margin-bottom:8px;font-size:1.08rem}.contact-card p{margin-bottom:0;color:var(--muted)}.article-list{display:grid;gap:18px}.article-card{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:18px;align-items:stretch;overflow:hidden}.article-media{display:grid;place-items:center;padding:24px;background:#fff}.article-media img{width:min(100%,190px);height:146px;object-fit:contain}.article-body{max-width:820px;margin:0 auto}.article-card .article-body{max-width:none;margin:0;padding:22px}.article-body h2{margin:28px 0 12px}.article-body p,.article-body li{line-height:1.75}.article-body a{color:var(--brand);font-weight:700}.article-figure{margin:26px 0;text-align:center}.article-figure img{width:min(100%,460px);max-height:340px;object-fit:contain;padding:18px;border:1px solid var(--line-strong);border-radius:var(--radius);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:var(--shadow-tight)}.article-figure figcaption{max-width:620px;margin:10px auto 0;color:var(--muted);font-size:.92rem}.article-insight{margin:28px 0;padding:22px;border:1px solid var(--line-strong);border-left:3px solid var(--brand);border-radius:var(--radius);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:var(--shadow-tight)}.article-insight h2{margin:0 0 16px!important;font-size:1.32rem}.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.insight-grid strong{display:block;margin-bottom:7px;color:var(--ink)}.insight-grid ul{display:grid;gap:7px;margin:0;padding-left:18px}.search-page{display:grid;gap:20px}.site-footer{color:rgba(255,255,255,.76);border-top:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#061211 0%,#0b302b 54%,#050b12 100%)}.footer-inner{padding:54px 0 30px}.footer-kicker{margin-bottom:24px;color:rgba(255,255,255,.56);font-size:.78rem;font-weight:840;letter-spacing:0;text-transform:uppercase}.footer-main{display:grid;grid-template-columns:1.28fr .86fr .96fr 1.36fr;gap:30px;padding-bottom:34px}.footer-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:#fff;font-weight:850}.footer-logo-title,.footer-logo-sub{display:block}.footer-logo-title{font-size:1.08rem;line-height:1.15}.footer-logo-sub{margin-top:3px;color:rgba(255,255,255,.58);font-size:.78rem;font-weight:720}.footer-brand p{max-width:430px;margin:0;color:rgba(255,255,255,.72);font-size:.94rem}.footer-company{display:grid;gap:4px;margin-top:22px;padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(255,255,255,.045)}.footer-company strong,.footer-company span{display:block}.footer-company strong{color:#fff;font-size:.95rem;text-transform:uppercase}.footer-company span{color:rgba(255,255,255,.62);font-size:.86rem}.footer-column h3{margin:6px 0 18px;color:#fff;font-size:1rem;line-height:1.25}.footer-links{display:grid;gap:10px}.footer-links a{color:rgba(255,255,255,.7);font-size:.93rem;transition:color 180ms ease,transform 180ms ease}.footer-links a:hover{color:#fff;transform:translateX(2px)}.footer-contact{display:grid;gap:13px}.footer-contact span{display:block;margin-bottom:2px;color:rgba(255,255,255,.48);font-size:.76rem;font-weight:840;text-transform:uppercase}.footer-contact p,.footer-contact a{margin:0;color:rgba(255,255,255,.74);font-size:.92rem;line-height:1.45}.footer-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:24px;padding:20px 22px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(255,255,255,.06)}.footer-cta strong,.footer-cta span{display:block}.footer-cta strong{color:#fff;font-size:1.05rem}.footer-cta span{margin-top:3px;color:rgba(255,255,255,.66);font-size:.92rem}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:.84rem}.footer-bottom a{color:rgba(255,255,255,.72);font-weight:760}@media(max-width:1080px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.header-inner{flex-wrap:wrap;padding:14px 0}.nav{order:3;width:100%;overflow-x:auto;padding-bottom:4px}.nav a,.nav-dropdown summary{padding:8px 0 12px}.nav a:after,.nav-dropdown summary:after{bottom:6px}.nav-dropdown-panel{top:calc(100% - 2px);left:0;width:300px;transform:none}.metrics,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insight-grid{grid-template-columns:1fr}.split,.contact-layout,.article-card,.product-hero-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta{grid-template-columns:1fr}.hero{background:linear-gradient(90deg,rgba(6,18,17,.98) 0%,rgba(10,88,75,.92) 100%),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--hero-image) center/cover no-repeat,linear-gradient(135deg,#061211,#0f6b59)}}@media(max-width:640px){.container,.header-inner,.footer-inner{width:min(100% - 28px,var(--container))}.brand{min-width:0}.brand-sub{display:none}.hero-inner{min-height:680px;padding:62px 0}.search-panel,.form-grid,.metrics,.grid-4,.grid-3,.product-grid,.footer-main{grid-template-columns:1fr}.nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 12px;overflow:visible;padding-bottom:0;text-align:center}.nav a,.nav-dropdown summary{justify-content:center;padding:4px 0 8px;line-height:1.25;white-space:normal}.nav-dropdown-panel{left:50%;width:min(82vw,300px);text-align:left;transform:translateX(-50%)}.nav-cta{grid-column:1/-1;min-height:36px;padding:0 12px!important;justify-content:center;white-space:nowrap}.quick-facts{grid-template-columns:1fr}.metric{border-left:0;border-top:1px solid var(--line)}.metric:first-child{border-top:0}.page-hero{background:linear-gradient(90deg,rgba(6,18,17,.98),rgba(10,88,75,.9)),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--page-image) right bottom/auto 48% no-repeat,#06231f}.page-hero-inner{padding:58px 0 54px}.table-product{grid-template-columns:56px minmax(0,1fr);min-width:190px}.product-thumb{width:56px;height:56px}.product-thumb img{width:48px;height:48px}.section{padding:56px 0}.spec-row{grid-template-columns:1fr;gap:4px}.footer-bottom{align-items:flex-start;flex-direction:column}}
.brand-logo-img{width:118px;height:auto;max-height:46px;object-fit:contain;background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:3px;padding:5px;box-shadow:0 10px 20px rgba(17,24,39,.08)}.footer-logo-img{width:132px;height:auto;max-height:52px;object-fit:contain;background:#fff;border-radius:3px;padding:5px}@media(max-width:580px){.brand-logo-img{width:98px}.footer-logo-img{width:112px}}
:root{--brand:#4c1d95;--brand-dark:#13051f;--brand-soft:#f3e8ff;--accent:#8b5cf6;--gold:#a78bfa;--success:#6d28d9;--method-pt:#7c3aed;--method-mt:#111827;--method-uv:#6d28d9;--method-heat:#f97316;--method-safety:#4c1d95}body{background:linear-gradient(90deg,rgba(109,40,217,.035) 1px,transparent 1px) 0 0/80px 80px,linear-gradient(180deg,#fff 0%,#fbf7ff 52%,#f8fafc 100%)}.brand-mark{background:linear-gradient(135deg,rgba(255,255,255,.24),transparent 42%),linear-gradient(160deg,#7c3aed 0%,#4c1d95 52%,#05050a 100%);box-shadow:0 12px 24px rgba(76,29,149,.26)}.nav-cta,.button-primary{background:linear-gradient(180deg,#7c3aed 0%,#4c1d95 55%,#111827 100%);border-color:rgba(76,29,149,.38);box-shadow:0 12px 28px rgba(76,29,149,.24)}.button-primary:hover{background:#13051f}.button-secondary:hover{border-color:rgba(109,40,217,.34)}.hero{background:linear-gradient(90deg,rgba(5,5,10,.99) 0%,rgba(20,8,36,.97) 45%,rgba(76,29,149,.48) 100%),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--hero-image) center right/contain no-repeat,linear-gradient(135deg,#05050a,#4c1d95);border-bottom-color:#24103f}.page-hero{background:linear-gradient(90deg,rgba(5,5,10,.99),rgba(31,13,54,.95),rgba(76,29,149,.34)),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--page-image) center right/contain no-repeat,#05050a;border-bottom-color:#24103f}.section-soft{background:linear-gradient(90deg,rgba(109,40,217,.035) 1px,transparent 1px) 0 0/80px 80px,#faf7ff}.quote-panel{background:linear-gradient(135deg,rgba(76,29,149,.98),rgba(5,5,10,.98)),var(--brand-dark)}.breadcrumb-bar{background:#f5f0ff;border-bottom-color:#ddd6fe}.product-hero{background:linear-gradient(180deg,#f5f0ff,#fff)}.product-table th{background:#f5f0ff}.tag-list li{background:#f5f0ff;border-color:#ddd6fe;color:#4c1d95}.doc-list li a:hover{background:#f5f0ff}.site-footer{background:linear-gradient(145deg,#05050a 0%,#24103f 52%,#020203 100%)}.method-pt{--method:#7c3aed;--method-soft:#f5f3ff;--method-line:#ddd6fe}.method-mt{--method:#111827;--method-soft:#f3f4f6;--method-line:#cbd5e1}.method-uv{--method:#6d28d9;--method-soft:#f3e8ff;--method-line:#d8b4fe}.method-heat{--method:#f97316;--method-soft:#fff7ed;--method-line:#fed7aa}.category-card[class*="method-"],.product-card[class*="method-"]{border-top:3px solid var(--method)}.category-card[class*="method-"] .category-media,.product-card[class*="method-"] .product-media{background:linear-gradient(180deg,#fff 0%,var(--method-soft) 100%)}.category-card[class*="method-"]:hover,.product-card[class*="method-"]:hover{border-color:var(--method-line);border-top-color:var(--method)}.category-card[class*="method-"] .meta-line,.product-card[class*="method-"] .meta-line,.product-card[class*="method-"] .product-meta{color:var(--method)!important}.method-uv .product-media{box-shadow:inset 0 0 0 1px rgba(109,40,217,.08),inset 0 0 42px rgba(109,40,217,.14)}.method-mt .product-media{box-shadow:inset 0 0 0 1px rgba(17,24,39,.08),inset 0 0 36px rgba(17,24,39,.10)}.method-heat .product-media{box-shadow:inset 0 0 0 1px rgba(249,115,22,.08),inset 0 0 38px rgba(249,115,22,.10)}@media(max-width:980px){.hero{background:linear-gradient(90deg,rgba(5,5,10,.99) 0%,rgba(76,29,149,.94) 100%),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--hero-image) center/cover no-repeat,linear-gradient(135deg,#05050a,#4c1d95)}}@media(max-width:640px){.page-hero{background:linear-gradient(90deg,rgba(5,5,10,.99),rgba(76,29,149,.93)),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/92px 92px,var(--page-image) right bottom/auto 48% no-repeat,#05050a}}
.article-visual-pack{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(230px,.88fr);gap:18px;margin:30px 0 32px;align-items:stretch}.article-featured-image,.article-side-figure,.article-inline-figure{margin:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:var(--shadow-tight);overflow:hidden}.article-image-stage{display:grid;place-items:center;background:radial-gradient(circle at 50% 28%,rgba(124,58,237,.1),transparent 44%),#fff}.article-featured-image{display:grid;grid-template-rows:minmax(290px,1fr) auto}.article-featured-image .article-image-stage{min-height:290px;padding:30px}.article-featured-image img{width:min(100%,360px);max-height:360px;object-fit:contain}.article-support-images{display:grid;gap:18px}.article-side-figure{display:grid;grid-template-rows:154px auto}.article-side-figure .article-image-stage{height:154px;padding:18px}.article-side-figure img{width:min(100%,185px);max-height:118px;object-fit:contain}.article-featured-image figcaption,.article-side-figure figcaption,.article-inline-figure figcaption{border-top:1px solid var(--line);padding:12px 14px;color:var(--muted);font-size:.88rem;line-height:1.5;text-align:left}.article-featured-image figcaption strong,.article-side-figure figcaption strong,.article-inline-figure figcaption strong{display:block;margin-bottom:2px;color:var(--ink);font-size:.9rem}.article-inline-figure{display:grid;grid-template-columns:minmax(170px,.38fr) minmax(0,1fr);align-items:center;margin:28px 0}.article-inline-figure .article-image-stage{height:176px;padding:20px;border-right:1px solid var(--line)}.article-inline-figure img{width:min(100%,210px);max-height:132px;object-fit:contain}.article-inline-figure figcaption{border-top:0;padding:18px}.article-inline-figure p{margin:0;color:var(--muted);line-height:1.65}@media(max-width:760px){.article-visual-pack{grid-template-columns:1fr}.article-featured-image{grid-template-rows:minmax(230px,auto) auto}.article-featured-image .article-image-stage{min-height:230px}.article-support-images{grid-template-columns:repeat(2,minmax(0,1fr))}.article-side-figure{grid-template-rows:136px auto}.article-side-figure .article-image-stage{height:136px}.article-inline-figure{grid-template-columns:1fr}.article-inline-figure .article-image-stage{height:166px;border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:520px){.article-support-images{grid-template-columns:1fr}.article-featured-image img{max-height:280px}.article-side-figure img,.article-inline-figure img{max-height:118px}}
/* fix 2026-08-30: .check-list li dung display:grid nen khi li chua <strong> + text thi phan text bi day sang o luoi thu 2 (rong 28px) => moi tu mot dong. .lead trong base CSS la mau trang (danh cho hero toi) nen vo hinh tren .product-hero nen sang. */
.check-list li{display:block;position:relative;padding-left:30px;grid-template-columns:none}.check-list li:before{position:absolute;left:0;top:4px;margin-top:0}.product-hero .lead,.product-hero-copy .lead{color:var(--muted)}
