: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}*{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{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{align-items:center;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:36px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{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:hover{background:#cf8320!important}.hero{background:linear-gradient(170deg, var(--navy) 0%, var(--slate) 55%, var(--steel) 100%);padding:10rem 2rem 5rem;position:relative;overflow:hidden}.hero: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{z-index:2;max-width:860px;margin:0 auto;position:relative}.hero-badge{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:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px}.hero h1{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 p{color:#ffffffb3;max-width:640px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-cta-row{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{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:hover{background:#cf8320;transform:translateY(-1px);box-shadow:0 4px 16px #e8952a4d}.btn-secondary{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:hover{background:#ffffff24;border-color:#ffffff59}.section{padding:5rem 2rem}.section-inner{max-width:1080px;margin:0 auto}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--amber);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-title{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{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.pain-section{background:var(--frost)}.pain-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.pain-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .3s,transform .3s}.pain-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pain-icon{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 svg{width:26px;height:26px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.pain-card h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.pain-card p{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.pain-stat{color:var(--red-alert);font-weight:700;display:inline-block}.how-section{background:var(--white)}.how-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.how-step{background:var(--frost);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem;position:relative}.step-num{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 h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.how-step p{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.hardware-photo-wrap{text-align:center;margin-top:3rem}.hardware-photo{border-radius:var(--radius-lg);width:100%;max-width:560px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.hardware-caption{color:var(--text-light);margin-top:.75rem;font-size:.8rem}.monitor-section{background:var(--frost)}.monitor-tiers{gap:2rem;margin-top:3rem;display:grid}.tier-block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.tier-header{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.tier-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:.3rem .75rem;font-size:.7rem;font-weight:700}.tier-tag.foundation{background:var(--navy);color:var(--white)}.tier-tag.operations{background:var(--amber-glow);color:var(--amber);border:1px solid #e8952a40}.tier-tag.compliance{color:var(--green-ok);background:#3aaf5c14;border:1px solid #3aaf5c33}.tier-header h3{font-size:1rem;font-weight:600}.tier-body{padding:1.5rem 2rem}.sensor-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.sensor-item{background:var(--frost);border-radius:var(--radius);border:1px solid #0000;gap:.75rem;padding:1rem;transition:border-color .2s;display:flex}.sensor-item:hover{border-color:var(--border)}.sensor-icon-wrap{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 svg{width:18px;height:18px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.sensor-item h4{margin-bottom:.2rem;font-size:.9rem;font-weight:600}.sensor-item p{color:var(--text-secondary);font-size:.825rem;line-height:1.5}.pricing-section{background:var(--white)}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;margin-top:3rem;display:grid}.price-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);transition:box-shadow .3s,transform .3s;overflow:hidden}.price-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.price-card.recommended{border:2px solid var(--amber);box-shadow:var(--shadow-md);position:relative}.recommended-tag{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{border-bottom:1px solid var(--border);padding:2rem 1.75rem 1.5rem}.price-card-head h3{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.price-card-head .subtitle{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem}.price-row{align-items:baseline;gap:.25rem;margin-bottom:.15rem;display:flex}.price-amount{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700}.price-period{color:var(--text-secondary);font-size:.9rem}.price-note{color:var(--text-light);font-size:.8rem}.price-card-body{padding:1.5rem 1.75rem 2rem}.price-card-body ul{list-style:none}.price-card-body li{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 li:before{content:"✓";color:var(--green-ok);flex-shrink:0;margin-top:.15rem;font-size:.8rem;font-weight:700}.price-card-cta{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.primary{background:var(--amber);color:var(--white)}.price-card-cta.primary:hover{background:#cf8320}.price-card-cta.outline{border:1px solid var(--border);color:var(--text-primary);background:0 0}.price-card-cta.outline:hover{border-color:var(--text-secondary);background:var(--frost)}.pricing-note{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.875rem}.alert-section{background:var(--frost)}.alert-demo-row{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:3rem;display:grid}.alert-demo-text h3{margin-bottom:1rem;font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}.alert-demo-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.alert-detail-list{margin-top:1.5rem;list-style:none}.alert-detail-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.alert-detail-list li .icon{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 li .icon svg{width:16px;height:16px;stroke:var(--navy);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.phone-mock{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{border-radius:24px;width:100%;display:block}.report-demo-row{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{order:-1}.report-frame{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:8px}.report-screenshot{border-radius:var(--radius);width:100%;display:block}.report-demo-text h3{margin-bottom:1rem;font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3}.report-demo-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.trust-section{background:var(--navy);color:var(--white);text-align:center}.trust-section .section-title{color:var(--white)}.trust-section .section-subtitle{color:#fff9;margin:0 auto 3rem}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.trust-item{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:2rem 1.5rem}.trust-item h4{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.trust-item p{color:#ffffff8c;font-size:.85rem;line-height:1.6}.trust-icon{margin-bottom:1rem}.trust-icon svg{stroke:#fff;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.cta-section{background:var(--white);text-align:center;border-top:1px solid var(--border);padding:5rem 2rem}.cta-section h2{margin-bottom:.75rem;font-family:Urbanist,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500}.cta-section p{color:var(--text-secondary);max-width:540px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1rem}.cta-section p:last-of-type{margin-bottom:2rem}.cta-contact{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.cta-contact a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.cta-contact a:hover{color:var(--amber)}.site-footer{background:var(--frost);border-top:1px solid var(--border);text-align:center;padding:2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1080px;margin:0 auto;display:flex}.footer-inner p{color:var(--text-light);font-size:.8rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--amber)}.partner-badge-strip{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 span{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:500}.partner-badge-img{opacity:.7;height:40px;transition:opacity .2s}.partner-badge-img:hover{opacity:1}@media (width<=768px){.hero{padding:8rem 1.5rem 3.5rem}.section{padding:3.5rem 1.5rem}.how-steps{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.price-card.recommended{order:-1}.alert-demo-row,.report-demo-row{grid-template-columns:1fr}.report-demo-visual{order:0}.phone-mock{max-width:260px}.nav-links{display:none}}@media (width<=480px){.hero h1{font-size:1.85rem}.sensor-list{grid-template-columns:1fr}}.prose{max-width:760px;margin:0 auto}.prose h2{letter-spacing:-.01em;margin:2.5rem 0 1rem;font-family:Urbanist,sans-serif;font-size:1.6rem;font-weight:500}.prose h2:first-child{margin-top:0}.prose p{color:var(--text-secondary);margin-bottom:1rem;font-size:.975rem;line-height:1.75}.prose p strong{color:var(--text-primary)}.solution-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.solution-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:2rem;transition:box-shadow .3s,transform .3s;display:flex}.solution-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.solution-card h3{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.solution-card ul{margin-bottom:1.5rem;list-style:none}.solution-card li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;padding:.35rem 0;font-size:.9rem;line-height:1.55;display:flex}.solution-card li:before{content:"✓";color:var(--green-ok);flex-shrink:0;margin-top:.15rem;font-size:.8rem;font-weight:700}.solution-link{color:var(--amber);margin-top:auto;font-size:.9rem;font-weight:600;text-decoration:none}.solution-link:hover{color:#cf8320}.contact-form{max-width:640px;margin:2.5rem auto 0}.form-field{margin-bottom:1.25rem}.form-field label{color:var(--text-primary);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-field input,.form-field textarea{width:100%;color:var(--text-primary);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.form-field input:focus,.form-field textarea:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px #22577a1f}.form-field textarea{resize:vertical;min-height:160px}
