:root{--blue: #155aa8;--blue-dark: #0d376b;--ink: #17202a;--muted: #5b6776;--line: #dde5ee;--soft: #f5f8fb;--soft-blue: #edf5ff;--green: #1a8f78;--orange: #f28c28;--white: #ffffff;--shadow: 0 18px 50px rgba(27, 45, 72, .13)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:14px clamp(20px,4vw,64px);background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand img{width:154px;height:auto}.main-nav{display:flex;justify-content:center;gap:28px;color:#334155;font-size:14px;font-weight:650}.main-nav a:hover{color:var(--blue)}.header-cta,.btn,.rfq-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:6px;font-weight:750}.header-cta,.btn.primary,.rfq-form button{color:var(--white);background:var(--blue)}.btn.secondary{color:var(--blue-dark);background:var(--soft-blue);border:1px solid #c9ddf5}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(54px,7vw,96px) clamp(20px,4vw,64px) 44px;background:var(--soft)}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;max-width:760px;color:#0f1f33;font-size:clamp(42px,5.1vw,72px);line-height:1.02;letter-spacing:0}h2{margin:0;color:#102033;font-size:clamp(28px,3vw,44px);line-height:1.12;letter-spacing:0}h3{margin:0 0 8px;color:#15263b;font-size:18px;line-height:1.25}.hero-lead{margin:24px 0 0;max-width:680px;color:#314158;font-size:19px}.hero-support{margin:14px 0 0;max-width:660px;color:var(--muted);font-size:16px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-media{position:relative;min-height:430px}.hero-media img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.hero-badge{position:absolute;right:22px;bottom:22px;max-width:230px;padding:16px;color:var(--white);background:#0d376beb;border-radius:8px}.hero-badge strong{display:block;font-size:30px;line-height:1}.hero-badge span{display:block;margin-top:6px;color:#dbeafe;font-size:13px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0 clamp(20px,4vw,64px);background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;transform:translateY(24px)}.trust-strip div{padding:22px;background:var(--white)}.trust-strip strong{display:block;color:var(--blue-dark);font-size:24px;line-height:1}.trust-strip span{display:block;margin-top:8px;color:var(--muted);font-size:14px}.answer-block,.proof,.rfq{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:clamp(28px,5vw,70px);align-items:start;margin:84px clamp(20px,4vw,64px) 0;padding:clamp(28px,4vw,46px);background:var(--blue-dark);border-radius:8px;color:var(--white)}.answer-block .eyebrow,.proof .eyebrow,.rfq .eyebrow{color:#9bd6ff}.answer-block h2,.proof h2,.rfq h2{color:var(--white)}.answer-block p,.proof p,.rfq p{margin:0;color:#dcecff}.section,.workflow{padding:clamp(70px,8vw,112px) clamp(20px,4vw,64px) 0}.section-heading{max-width:820px;margin-bottom:32px}.section-heading p:not(.eyebrow){margin:14px 0 0;color:var(--muted);font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card,.capability-grid article,.workflow-grid article,.resource-grid article{border:1px solid var(--line);border-radius:8px;background:var(--white);overflow:hidden}.product-card img{width:100%;height:210px;object-fit:cover;background:var(--soft)}.product-card div{padding:20px}.product-card p,.capability-grid p,.workflow-grid p,.resource-grid p{margin:0;color:var(--muted)}.product-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:18px 0 0;list-style:none}.product-card li{padding:6px 9px;color:var(--blue-dark);background:var(--soft-blue);border-radius:999px;font-size:12px;font-weight:700}.product-card-cta{display:flex;align-items:center;min-height:100%;background:var(--soft-blue)}.product-hero{padding-top:clamp(48px,6vw,82px)}.product-hero h1{font-size:clamp(38px,4.6vw,64px)}.compact-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)}.compact-hero .hero-media img{height:420px}.capability-tags,.check-list,.type-list{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:24px 0 0;list-style:none}.capability-tags li,.type-list li{padding:8px 11px;color:var(--blue-dark);background:var(--white);border:1px solid #cfdeed;border-radius:6px;font-size:13px;font-weight:700}.product-answer{margin-top:54px}.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.content-grid article{padding:22px;border-left:3px solid var(--blue);background:var(--soft)}.content-grid article p{margin:0;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.metric-grid article{padding:24px;background:var(--white)}.metric-grid h3{color:var(--blue-dark);font-size:22px}.metric-grid p,.section-copy{margin:0;color:var(--muted)}.test-items{background:var(--soft);margin-top:96px;padding-bottom:clamp(70px,8vw,112px)}.check-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.check-list li{position:relative;padding:14px 14px 14px 38px;background:var(--white);border:1px solid var(--line);border-radius:6px;font-weight:700}.check-list li:before{position:absolute;left:15px;content:"✓";color:var(--green);font-weight:900}.configuration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.configuration-grid article{padding:24px;background:var(--white)}.configuration-grid p{margin:0;color:var(--muted)}.spec-table-wrap{overflow-x:auto;border:1px solid var(--line)}.spec-table{width:100%;min-width:700px;border-collapse:collapse}.spec-table th,.spec-table td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.spec-table th{width:25%;color:var(--blue-dark);background:var(--soft-blue)}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}.advantage-band{margin-top:96px;padding-bottom:clamp(70px,8vw,112px);background:#123f78}.advantage-band .section-heading h2,.advantage-band .content-grid h3{color:var(--white)}.advantage-band .eyebrow{color:#9bd6ff}.advantage-band .section-heading p:not(.eyebrow),.advantage-band .content-grid p{color:#dcecff}.advantage-band .content-grid article{border-left-color:#64c8b5;background:#0d376b}.product-scope{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:48px}.engineering-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.engineering-gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.engineering-gallery img{width:100%;height:440px;object-fit:cover}.engineering-gallery figcaption{padding:14px 16px;color:var(--muted);background:var(--white);font-size:14px;font-weight:700}.application-panel{padding:26px;background:var(--soft-blue);border:1px solid #d4e5f7}.application-panel ul{padding-left:20px;margin:16px 0 0}.faq-list{max-width:980px;border-top:1px solid var(--line)}.faq-list details{padding:19px 0;border-bottom:1px solid var(--line)}.faq-list summary{color:#15263b;font-weight:800;cursor:pointer}.faq-list details p{margin:12px 0 0;color:var(--muted)}.card-icon{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;margin-bottom:18px;color:var(--white);background:var(--orange);border-radius:8px;font-weight:900}.text-link{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:800}.capability-section{background:var(--soft);margin-top:96px;padding-bottom:clamp(70px,8vw,112px)}.capability-grid,.workflow-grid,.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.capability-grid article,.workflow-grid article,.resource-grid article{padding:22px}.application-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.application-list a{padding:18px 20px;color:var(--blue-dark);background:var(--soft-blue);border:1px solid #d4e5f7;border-radius:8px;font-weight:800}.workflow{padding-bottom:clamp(70px,8vw,112px)}.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-grid span{display:inline-flex;margin-bottom:18px;color:var(--green);font-weight:900}.proof{margin-top:0;background:#123f78}.resources .resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-tags{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:18px 0 0;list-style:none}.mini-tags li{padding:6px 9px;color:var(--blue-dark);background:var(--soft-blue);border-radius:6px;font-size:12px;font-weight:800}.article-layout{display:grid;gap:58px;max-width:1080px;padding:clamp(64px,8vw,112px) clamp(20px,4vw,64px) 0}.article-layout section{max-width:960px}.article-layout p{color:#34445a;font-size:18px}.article-layout .configuration-grid p{font-size:16px}.article-list{display:grid;gap:10px;padding:0;margin:22px 0 0;list-style:none}.article-list li{position:relative;padding:14px 16px 14px 38px;color:#314158;background:var(--soft);border:1px solid var(--line);border-radius:6px;font-weight:700}.article-list li:before{position:absolute;left:15px;content:"•";color:var(--green);font-weight:900}.article-list.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.rfq{align-items:center;margin-bottom:clamp(70px,8vw,112px);background:#102033}.rfq-form{display:grid;gap:12px;padding:22px;background:var(--white);border-radius:8px}.rfq-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rfq-form label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:800}.rfq-form input,.rfq-form textarea,.rfq-form select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cfd9e5;border-radius:6px;background:var(--white);font:inherit}.rfq-form textarea{min-height:92px;resize:vertical}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note,.form-status{margin:0;color:var(--muted);font-size:13px}.form-status{min-height:20px;color:var(--blue-dark);font-weight:800}.rfq-form button{border:0;cursor:pointer}.rfq-form button:disabled{cursor:not-allowed;opacity:.72}.site-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:30px clamp(20px,4vw,64px);color:#cbd5e1;background:#0b1726}.site-footer span{color:var(--white);font-weight:900}.site-footer p{margin:8px 0 0;max-width:620px}.site-footer nav{display:flex;flex-wrap:wrap;gap:18px;font-weight:800}.site-footer a:hover{color:var(--white)}@media(max-width:980px){.site-header{grid-template-columns:1fr auto}.main-nav{display:none}.hero,.answer-block,.proof,.rfq{grid-template-columns:1fr}.hero-media{min-height:auto}.hero-media img{height:360px}.trust-strip,.product-grid,.application-list,.capability-grid,.workflow-grid,.resources .resource-grid,.content-grid,.check-list,.metric-grid,.article-list.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.product-scope{grid-template-columns:1fr}.engineering-gallery img{height:340px}}@media(max-width:640px){.site-header{padding:12px 16px}.brand img{width:128px}.header-cta{min-height:38px;padding:0 12px;font-size:13px}.hero{padding:44px 16px 24px}h1{font-size:38px}.trust-strip,.product-grid,.application-list,.capability-grid,.workflow-grid,.resources .resource-grid,.content-grid,.check-list,.configuration-grid,.metric-grid,.article-list.two-column{grid-template-columns:1fr}.answer-block,.proof,.rfq{margin-left:16px;margin-right:16px;padding:24px}.section,.workflow{padding-left:16px;padding-right:16px}.hero-media img{height:290px}.compact-hero .hero-media img{height:260px}.engineering-gallery{grid-template-columns:1fr}.engineering-gallery img{height:260px}.rfq-form-grid{grid-template-columns:1fr}.hero-badge{position:static;margin-top:12px;max-width:none}.site-footer{display:grid;padding:24px 16px}.article-layout{padding-left:16px;padding-right:16px}}
