:root{--navy:#22577a;--slate:#1d4a68;--steel:#1a4060;--ice:#e8f0f6;--frost:#f5f8fa;--white:#fff;--amber:#e8952a;--amber-light:#f5b963;--amber-glow:#e8952a1f;--red-alert:#d94444;--green-ok:#3aaf5c;--text-primary:#1a2b3c;--text-secondary:#4a6278;--text-light:#8a9bb0;--border:#d4dfe8;--radius:8px;--radius-lg:14px;--shadow-sm:0 1px 3px #0f1e2e0f;--shadow-md:0 4px 16px #0f1e2e14;--shadow-lg:0 8px 32px #0f1e2e1a;--shadow-xl:0 16px 48px #0f1e2e1f}[data-astro-cid-rjry72gm]{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;font-weight:500;line-height:1.65}.site-nav[data-astro-cid-rjry72gm]{z-index:100;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo[data-astro-cid-rjry72gm]{align-items:center;text-decoration:none;display:flex}.nav-logo-img[data-astro-cid-rjry72gm]{width:auto;height:36px}.nav-links[data-astro-cid-rjry72gm]{align-items:center;gap:2rem;display:flex}.nav-links[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]:hover{color:var(--navy)}.nav-cta[data-astro-cid-rjry72gm]{border-radius:6px;padding:.5rem 1.25rem;background:var(--amber)!important;color:var(--white)!important;font-weight:600!important;transition:background .2s!important}.nav-cta[data-astro-cid-rjry72gm]:hover{background:#cf8320!important}.hero[data-astro-cid-rjry72gm]{background:linear-gradient(170deg, var(--navy) 0%, var(--slate) 55%, var(--steel) 100%);padding:10rem 2rem 5rem;position:relative;overflow:hidden}.hero[data-astro-cid-rjry72gm]:after{content:"";pointer-events:none;background:radial-gradient(circle,#e8952a14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-30%;right:-10%}.hero-inner[data-astro-cid-rjry72gm]{z-index:2;max-width:860px;margin:0 auto;position:relative}.hero-badge[data-astro-cid-rjry72gm]{color:var(--amber-light);letter-spacing:.06em;text-transform:uppercase;background:#e8952a26;border:1px solid #e8952a40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge[data-astro-cid-rjry72gm]:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px}.hero[data-astro-cid-rjry72gm] h1[data-astro-cid-rjry72gm]{color:var(--white);letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Urbanist,sans-serif;font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:500;line-height:1.2}.hero[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:#ffffffb3;max-width:640px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-cta-row[data-astro-cid-rjry72gm]{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary[data-astro-cid-rjry72gm]{background:var(--amber);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary[data-astro-cid-rjry72gm]:hover{background:#cf8320;transform:translateY(-1px);box-shadow:0 4px 16px #e8952a4d}.btn-secondary[data-astro-cid-rjry72gm]{color:var(--white);border-radius:var(--radius);background:#ffffff14;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary[data-astro-cid-rjry72gm]:hover{background:#ffffff24;border-color:#ffffff59}.section[data-astro-cid-rjry72gm]{padding:5rem 2rem}.section-inner[data-astro-cid-rjry72gm]{max-width:1080px;margin:0 auto}.section-label[data-astro-cid-rjry72gm]{letter-spacing:.1em;text-transform:uppercase;color:var(--amber);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-title[data-astro-cid-rjry72gm]{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1rem;font-family:Urbanist,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:500;line-height:1.25}.section-subtitle[data-astro-cid-rjry72gm]{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.pain-section[data-astro-cid-rjry72gm]{background:var(--frost)}.pain-grid[data-astro-cid-rjry72gm]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.pain-card[data-astro-cid-rjry72gm]{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .3s,transform .3s}.pain-card[data-astro-cid-rjry72gm]:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pain-icon[data-astro-cid-rjry72gm]{border:1.5px solid var(--text-light);background:0 0;border-radius:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.pain-icon[data-astro-cid-rjry72gm] svg[data-astro-cid-rjry72gm]{width:26px;height:26px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.pain-card[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.pain-card[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.pain-stat[data-astro-cid-rjry72gm]{color:var(--red-alert);font-weight:700;display:inline-block}.how-section[data-astro-cid-rjry72gm]{background:var(--white)}.how-steps[data-astro-cid-rjry72gm]{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.how-step[data-astro-cid-rjry72gm]{background:var(--frost);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem;position:relative}.step-num[data-astro-cid-rjry72gm]{background:var(--navy);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:.85rem;font-weight:700;display:flex}.how-step[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.how-step[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.hardware-photo-wrap[data-astro-cid-rjry72gm]{text-align:center;margin-top:3rem}.hardware-photo[data-astro-cid-rjry72gm]{border-radius:var(--radius-lg);width:100%;max-width:560px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.hardware-caption[data-astro-cid-rjry72gm]{color:var(--text-light);margin-top:.75rem;font-size:.8rem}.monitor-section[data-astro-cid-rjry72gm]{background:var(--frost)}.monitor-tiers[data-astro-cid-rjry72gm]{gap:2rem;margin-top:3rem;display:grid}.tier-block[data-astro-cid-rjry72gm]{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.tier-header[data-astro-cid-rjry72gm]{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.tier-tag[data-astro-cid-rjry72gm]{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:.3rem .75rem;font-size:.7rem;font-weight:700}.tier-tag[data-astro-cid-rjry72gm].foundation{background:var(--navy);color:var(--white)}.tier-tag[data-astro-cid-rjry72gm].operations{background:var(--amber-glow);color:var(--amber);border:1px solid #e8952a40}.tier-tag[data-astro-cid-rjry72gm].compliance{color:var(--green-ok);background:#3aaf5c14;border:1px solid #3aaf5c33}.tier-header[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{font-size:1rem;font-weight:600}.tier-body[data-astro-cid-rjry72gm]{padding:1.5rem 2rem}.sensor-list[data-astro-cid-rjry72gm]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.sensor-item[data-astro-cid-rjry72gm]{background:var(--frost);border-radius:var(--radius);border:1px solid #0000;gap:.75rem;padding:1rem;transition:border-color .2s;display:flex}.sensor-item[data-astro-cid-rjry72gm]:hover{border-color:var(--border)}.sensor-icon-wrap[data-astro-cid-rjry72gm]{border:1.5px solid var(--text-light);background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sensor-icon-wrap[data-astro-cid-rjry72gm] svg[data-astro-cid-rjry72gm]{width:18px;height:18px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.sensor-item[data-astro-cid-rjry72gm] h4[data-astro-cid-rjry72gm]{margin-bottom:.2rem;font-size:.9rem;font-weight:600}.sensor-item[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.825rem;line-height:1.5}.pricing-section[data-astro-cid-rjry72gm]{background:var(--white)}.pricing-grid[data-astro-cid-rjry72gm]{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;margin-top:3rem;display:grid}.price-card[data-astro-cid-rjry72gm]{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);transition:box-shadow .3s,transform .3s;overflow:hidden}.price-card[data-astro-cid-rjry72gm]:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.price-card[data-astro-cid-rjry72gm].recommended{border:2px solid var(--amber);box-shadow:var(--shadow-md);position:relative}.recommended-tag[data-astro-cid-rjry72gm]{background:var(--amber);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:0 0 6px 6px;padding:.35rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:-1px;right:1.5rem}.price-card-head[data-astro-cid-rjry72gm]{border-bottom:1px solid var(--border);padding:2rem 1.75rem 1.5rem}.price-card-head[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.price-card-head[data-astro-cid-rjry72gm] .subtitle[data-astro-cid-rjry72gm]{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem}.price-row[data-astro-cid-rjry72gm]{align-items:baseline;gap:.25rem;margin-bottom:.15rem;display:flex}.price-amount[data-astro-cid-rjry72gm]{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700}.price-period[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.9rem}.price-note[data-astro-cid-rjry72gm]{color:var(--text-light);font-size:.8rem}.price-card-body[data-astro-cid-rjry72gm]{padding:1.5rem 1.75rem 2rem}.price-card-body[data-astro-cid-rjry72gm] ul[data-astro-cid-rjry72gm]{list-style:none}.price-card-body[data-astro-cid-rjry72gm] li[data-astro-cid-rjry72gm]{color:var(--text-secondary);align-items:flex-start;gap:.6rem;padding:.4rem 0;font-size:.875rem;line-height:1.5;display:flex}.price-card-body[data-astro-cid-rjry72gm] li[data-astro-cid-rjry72gm]:before{content:"✓";color:var(--green-ok);flex-shrink:0;margin-top:.15rem;font-size:.8rem;font-weight:700}.price-card-cta[data-astro-cid-rjry72gm]{text-align:center;border-radius:var(--radius);margin:0 1.75rem 1.75rem;padding:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.price-card-cta[data-astro-cid-rjry72gm].primary{background:var(--amber);color:var(--white)}.price-card-cta[data-astro-cid-rjry72gm].primary:hover{background:#cf8320}.price-card-cta[data-astro-cid-rjry72gm].outline{border:1px solid var(--border);color:var(--text-primary);background:0 0}.price-card-cta[data-astro-cid-rjry72gm].outline:hover{border-color:var(--text-secondary);background:var(--frost)}.pricing-note[data-astro-cid-rjry72gm]{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.875rem}.alert-section[data-astro-cid-rjry72gm]{background:var(--frost)}.alert-demo-row[data-astro-cid-rjry72gm]{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:3rem;display:grid}.alert-demo-text[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{margin-bottom:1rem;font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}.alert-demo-text[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.alert-detail-list[data-astro-cid-rjry72gm]{margin-top:1.5rem;list-style:none}.alert-detail-list[data-astro-cid-rjry72gm] li[data-astro-cid-rjry72gm]{color:var(--text-secondary);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.alert-detail-list[data-astro-cid-rjry72gm] li[data-astro-cid-rjry72gm] .icon[data-astro-cid-rjry72gm]{border:1.5px solid var(--text-light);background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.alert-detail-list[data-astro-cid-rjry72gm] li[data-astro-cid-rjry72gm] .icon[data-astro-cid-rjry72gm] svg[data-astro-cid-rjry72gm]{width:16px;height:16px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.phone-mock[data-astro-cid-rjry72gm]{max-width:300px;box-shadow:var(--shadow-xl), 0 0 0 1px #ffffff0d;background:#1a1a1a;border-radius:32px;margin:0 auto;padding:10px}.phone-screenshot[data-astro-cid-rjry72gm]{border-radius:24px;width:100%;display:block}.report-demo-row[data-astro-cid-rjry72gm]{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:4rem;padding-top:3.5rem;display:grid}.report-demo-visual[data-astro-cid-rjry72gm]{order:-1}.report-frame[data-astro-cid-rjry72gm]{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:8px}.report-screenshot[data-astro-cid-rjry72gm]{border-radius:var(--radius);width:100%;display:block}.report-demo-text[data-astro-cid-rjry72gm] h3[data-astro-cid-rjry72gm]{margin-bottom:1rem;font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}.report-demo-text[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.trust-section[data-astro-cid-rjry72gm]{background:var(--navy);color:var(--white);text-align:center}.trust-section[data-astro-cid-rjry72gm] .section-title[data-astro-cid-rjry72gm]{color:var(--white)}.trust-section[data-astro-cid-rjry72gm] .section-subtitle[data-astro-cid-rjry72gm]{color:#fff9;margin:0 auto 3rem}.trust-grid[data-astro-cid-rjry72gm]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.trust-item[data-astro-cid-rjry72gm]{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:2rem 1.5rem}.trust-item[data-astro-cid-rjry72gm] h4[data-astro-cid-rjry72gm]{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.trust-item[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:#ffffff8c;font-size:.85rem;line-height:1.6}.trust-icon[data-astro-cid-rjry72gm]{margin-bottom:1rem}.trust-icon[data-astro-cid-rjry72gm] svg[data-astro-cid-rjry72gm]{stroke:#fff;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.cta-section[data-astro-cid-rjry72gm]{background:var(--white);text-align:center;border-top:1px solid var(--border);padding:5rem 2rem}.cta-section[data-astro-cid-rjry72gm] h2[data-astro-cid-rjry72gm]{margin-bottom:.75rem;font-family:Urbanist,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500}.cta-section[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-secondary);max-width:540px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1rem}.cta-section[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]:last-of-type{margin-bottom:2rem}.cta-contact[data-astro-cid-rjry72gm]{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.cta-contact[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.cta-contact[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]:hover{color:var(--amber)}.site-footer[data-astro-cid-rjry72gm]{background:var(--frost);border-top:1px solid var(--border);text-align:center;padding:2rem}.footer-inner[data-astro-cid-rjry72gm]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1080px;margin:0 auto;display:flex}.footer-inner[data-astro-cid-rjry72gm] p[data-astro-cid-rjry72gm]{color:var(--text-light);font-size:.8rem}.footer-links[data-astro-cid-rjry72gm]{gap:1.5rem;display:flex}.footer-links[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]{color:var(--text-secondary);font-size:.8rem;text-decoration:none}.footer-links[data-astro-cid-rjry72gm] a[data-astro-cid-rjry72gm]:hover{color:var(--amber)}.partner-badge-strip[data-astro-cid-rjry72gm]{border-top:1px solid var(--border);background:var(--frost);justify-content:center;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}.partner-badge-strip[data-astro-cid-rjry72gm] span[data-astro-cid-rjry72gm]{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:500}.partner-badge-img[data-astro-cid-rjry72gm]{opacity:.7;height:40px;transition:opacity .2s}.partner-badge-img[data-astro-cid-rjry72gm]:hover{opacity:1}@media (width<=768px){.hero[data-astro-cid-rjry72gm]{padding:8rem 1.5rem 3.5rem}.section[data-astro-cid-rjry72gm]{padding:3.5rem 1.5rem}.how-steps[data-astro-cid-rjry72gm]{grid-template-columns:1fr}.pricing-grid[data-astro-cid-rjry72gm]{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.price-card[data-astro-cid-rjry72gm].recommended{order:-1}.alert-demo-row[data-astro-cid-rjry72gm],.report-demo-row[data-astro-cid-rjry72gm]{grid-template-columns:1fr}.report-demo-visual[data-astro-cid-rjry72gm]{order:0}.phone-mock[data-astro-cid-rjry72gm]{max-width:260px}.nav-links[data-astro-cid-rjry72gm]{display:none}}@media (width<=480px){.hero[data-astro-cid-rjry72gm] h1[data-astro-cid-rjry72gm]{font-size:1.85rem}.sensor-list[data-astro-cid-rjry72gm]{grid-template-columns:1fr}}
