:root{color-scheme:light;--bg: #f7f9fb;--surface: #ffffff;--surface-alt: #eef4f6;--surface-tint: #eef8fc;--text: #111c22;--muted: #5f6f78;--muted-strong: #3e515a;--brand: #1599d6;--brand-dark: #075985;--brand-deep: #063f63;--accent: #bd7a16;--border: #d8e1e5;--border-strong: #b9c8ce;--shadow: 0 22px 55px rgba(17, 28, 34, .09);--shadow-soft: 0 10px 28px rgba(17, 28, 34, .055);--radius: 8px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(21,153,214,.12),transparent 31rem),linear-gradient(180deg,#fff 0,var(--bg) 34rem);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}strong{color:var(--text)}:focus-visible{outline:3px solid rgba(21,153,214,.34);outline-offset:4px}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:#ffffffdb;backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:64px}.brand{display:inline-flex;align-items:center;gap:0;font-weight:800}.brand-lockup{display:inline-flex;align-items:center;gap:11px}.brand-symbol{display:grid;place-items:center;width:42px;height:42px;color:#fff;filter:drop-shadow(0 12px 22px rgba(21,153,214,.24))}.brand-symbol svg{width:100%;height:100%}.brand-symbol circle{fill:var(--brand)}.brand-symbol .airflow{fill:none;stroke:currentColor;stroke-linecap:round}.brand-symbol .airflow-main,.brand-symbol .airflow-stem{stroke-width:5}.brand-symbol .airflow-lower{stroke-width:4;opacity:.88}.brand-text{display:grid;gap:0}.brand-name{font-size:18px;line-height:1;font-weight:850;letter-spacing:0}.brand-subtitle{margin-top:3px;color:var(--muted);font-size:10px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.08em}nav{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted)}nav a{border-radius:999px;padding:7px 10px}nav a:hover,nav a[aria-current=page],.footer-link:hover,.text-link:hover{color:var(--brand);background:#1599d617}.header-actions,.cta-actions,.contact-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.text-link{color:var(--muted);font-size:14px;font-weight:800}.hero{padding:64px 0 58px;background:linear-gradient(180deg,#ffffffd6,#eef4f6b8);border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:48px;align-items:center}.hero-copy{max-width:700px}.hero h1{font-size:clamp(46px,5vw,66px);line-height:.98;margin:0 0 20px;letter-spacing:0}.hero p{font-size:18px;color:var(--muted);max-width:680px}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.12em;font-size:12px!important;font-weight:800;margin:0 0 12px}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:var(--radius);background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:800;box-shadow:0 14px 28px #1599d633;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{background:var(--brand-dark);box-shadow:0 16px 32px #1599d63d;transform:translateY(-1px)}.button-secondary{background:#fff;color:var(--brand);border:1px solid var(--border);box-shadow:none}.button-light{background:#fff;color:var(--brand-dark)}.button-small{min-height:36px;padding:0 14px;font-size:13px}.button-outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);box-shadow:none}.hero-visual{position:relative;min-height:430px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f5f8fa);box-shadow:var(--shadow);overflow:hidden}.hero-visual img{width:100%;height:430px;min-height:430px;object-fit:contain;object-position:center bottom;background:transparent}.hero-badge{position:absolute;left:16px;bottom:16px;padding:8px 10px;border-radius:6px;background:#ffffffeb;color:var(--muted);font-size:12px;font-weight:800;border:1px solid var(--border)}.proof-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.proof-strip span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:#ffffffbd;color:var(--muted-strong);font-size:13px;font-weight:750}.proof-strip span:before{content:"";width:7px;height:7px;margin-right:8px;border-radius:999px;background:var(--brand)}.band{padding:68px 0}.band.alt{background:#ffffffb8}.section-heading{max-width:780px;margin-bottom:32px}.section-heading h2,.cta-inner h2{margin:0 0 12px;font-size:clamp(30px,3vw,42px);line-height:1.1;letter-spacing:0}.section-heading p{color:var(--muted);font-size:18px}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.feature-card,.panel,.list-card,.form-box,.image-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-soft)}.feature-card,.panel,.list-card,.form-box{position:relative}.feature-card:before,.panel.stat:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:var(--radius) 0 0 var(--radius);background:#1599d694}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:100%;min-height:300px;object-fit:contain;background:linear-gradient(180deg,#fff,#f5f8fa)}.feature-card h3,.panel h3,.list-card h3,.stat h3{margin:0 0 10px;font-size:20px;line-height:1.2}.feature-card p,.panel p,.list-card p,li{color:var(--muted)}.stat h3{color:var(--brand-dark);font-size:25px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"";position:absolute;left:0;top:.68em;width:10px;height:10px;border-radius:3px;background:linear-gradient(135deg,var(--brand),var(--brand-dark))}.spec-table{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft)}table{width:100%;min-width:860px;border-collapse:collapse}th,td{padding:15px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;font-size:14px}th{color:var(--brand-dark);background:var(--surface-tint);font-weight:800}tr:last-child td{border-bottom:0}.cta-band{padding:54px 0;background:linear-gradient(135deg,var(--brand-deep) 0%,var(--brand-dark) 100%);color:#fff}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:28px}.cta-inner p{color:#ffffffd1;max-width:760px}.disclaimer{padding:18px 20px;background:#fff8e6;border:1px solid #efd38e;color:#6f4d0e;border-radius:var(--radius);font-size:14px}.site-footer{padding:46px 0;background:#0d2533;color:#d9eeee}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}.footer-grid p,.footer-grid a{color:#a8c4c8}.footer-link{display:block;margin:6px 0}.footer-brand .brand-name{color:#fff}.footer-brand .brand-subtitle{color:#a8c4d1}.form-box code{display:block;white-space:pre-wrap;background:#eff7f7;border-radius:var(--radius);padding:18px;color:var(--brand-dark);overflow-x:auto}.contact-buttons{margin:18px 0 24px}@media(max-width:820px){.header-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 10px;min-height:auto;padding:10px 0}.cta-inner{align-items:flex-start;flex-direction:column}.brand{justify-self:start}.brand-symbol{width:34px;height:34px}.brand-name{font-size:16px}.brand-subtitle{display:none}nav{grid-column:1 / -1;grid-row:2;width:calc(100% + 32px);margin:0 -16px;padding:0 16px 2px;gap:4px;font-size:13px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}.header-actions{grid-column:2;grid-row:1;justify-content:flex-end;width:auto;gap:8px}.header-actions .text-link{display:none}.header-actions .button-small,.header-actions .text-link{min-height:32px}.header-actions .button-small{padding:0 12px}.hero-grid,.grid.three,.grid.two,.footer-grid{grid-template-columns:1fr}.hero{padding:34px 0 36px}.hero-grid{gap:26px}.hero h1{font-size:38px;line-height:1.02}.hero p{font-size:16px}.hero-visual,.hero-visual img{min-height:260px}nav{color:var(--muted-strong)}nav a{padding:5px 7px;white-space:nowrap;flex:0 0 auto}.band{padding:44px 0}.container{width:min(100% - 32px,1180px)}.hero-actions .button,.button-row .button,.contact-buttons .button,.cta-actions .button,.hero-actions,.button-row,.contact-buttons{width:100%}.proof-strip{gap:8px}.proof-strip span{min-height:30px;font-size:12px}.feature-card,.panel,.list-card,.form-box{padding:20px}.image-card img{min-height:240px}.contact-page .hero-visual,.contact-page .hero-visual img{min-height:210px;height:210px}.hero-visual img{height:260px}}
