*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--main-bg: #F4F7F9;--card-bg: #ffffff;--card-border: #DCE3EA;--heading: #0D1B2A;--body-text: #2C3E50;--muted: #6B7A8D;--teal: #1B9AAA;--navy: #0D1B2A;--navy-footer: #060D14;--pill-bg: rgba(76,175,80,.1);--pill-text: #2E7D32;--prop-icon-bg: #EBF8F9;--section-div: #DCE3EA;--callout-border:#1B9AAA}html.dark{--main-bg: #0D1B2A;--card-bg: rgba(255,255,255,.06);--card-border: rgba(255,255,255,.1);--heading: #ffffff;--body-text: rgba(255,255,255,.78);--muted: rgba(255,255,255,.42);--pill-bg: rgba(76,175,80,.18);--pill-text: #6FCF72;--prop-icon-bg: rgba(27,154,170,.18);--section-div: rgba(255,255,255,.1)}body{font-family:Inter,sans-serif;background:var(--main-bg);color:var(--body-text);min-height:100vh;display:flex;flex-direction:column;transition:background .2s,color .2s}.site-header{background:var(--navy);padding:0 48px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.bar-mark{display:flex;align-items:flex-end;gap:3px;height:22px}.bar{width:3px;border-radius:2px 2px 0 0;background:#ffffff47}.bar.peak{background:var(--teal)}.bar.mid{background:#ffffff94}.site-wordmark{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:17px;color:#fff;letter-spacing:.02em}.site-nav{display:flex;align-items:center;gap:4px}.site-nav a{font-family:IBM Plex Sans,sans-serif;font-size:13px;font-weight:500;color:#ffffff80;text-decoration:none;padding:6px 10px;border-radius:6px;transition:color .15s,background .15s;white-space:nowrap}.site-nav a:hover{color:#ffffffd9;background:#ffffff12}.site-nav a.active{color:#fff}.theme-btn{background:none;border:1px solid rgba(255,255,255,.18);border-radius:6px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;margin-left:8px;flex-shrink:0;transition:background .15s}.theme-btn:hover{background:#ffffff14}main{flex:1;max-width:760px;width:100%;margin:0 auto;padding:48px 24px 72px}.site-footer{background:var(--navy-footer);padding:20px 48px;display:flex;align-items:center;justify-content:space-between}.footer-links a{font-family:IBM Plex Sans,sans-serif;font-size:12px;font-weight:500;color:#ffffff61;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#ffffffa6}.footer-copy{font-family:IBM Plex Sans,sans-serif;font-size:12px;color:#ffffff40}h1{font-family:IBM Plex Sans,sans-serif;font-weight:700;font-size:2rem;color:var(--heading);line-height:1.2;margin-bottom:1rem;transition:color .2s}h2{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:1.1rem;color:var(--heading);margin-top:2rem;margin-bottom:.65rem;transition:color .2s}p{font-size:.925rem;line-height:1.75;color:var(--body-text);margin-bottom:.9rem;max-width:640px;transition:color .2s}a{color:var(--teal)}.section-gap{height:1px;background:var(--section-div);margin:2.5rem 0;transition:background .2s}.privacy-badge{display:inline-flex;align-items:center;gap:7px;background:var(--pill-bg);border:1px solid rgba(76,175,80,.25);border-radius:20px;padding:5px 13px;font-family:IBM Plex Sans,sans-serif;font-size:12px;font-weight:600;color:var(--pill-text);margin-bottom:1.5rem;transition:all .2s}.privacy-badge:before{content:"●";font-size:7px}.hero-tagline{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:1.1rem;color:var(--teal);margin-bottom:1rem}.value-props{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:.5rem 0 2.5rem}.value-prop{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:1.25rem;transition:all .2s}.prop-icon{width:48px;height:48px;border-radius:10px;background:var(--prop-icon-bg);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:.75rem}.prop-title{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:.875rem;color:var(--heading);margin-bottom:.4rem;transition:color .2s}.prop-body{font-size:.8rem;line-height:1.65;color:var(--body-text);transition:color .2s}.product-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.75rem;transition:all .2s}.product-card-label{font-family:IBM Plex Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem}.product-card-title{font-family:IBM Plex Sans,sans-serif;font-weight:700;font-size:1.1rem;color:var(--heading);margin-bottom:.65rem;transition:color .2s}.product-hero{background:var(--navy);border-radius:12px;padding:1.75rem 2rem;display:flex;align-items:center;gap:1.5rem;margin-bottom:2.25rem}.product-hero img{width:80px;height:80px;border-radius:18px;flex-shrink:0}.hero-eyebrow{font-family:IBM Plex Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:.4rem}.hero-h1{font-family:IBM Plex Sans,sans-serif;font-weight:700;font-size:1.4rem;color:#fff;margin-bottom:.4rem;line-height:1.2}.hero-sub{font-size:.875rem;color:#ffffffad;margin:0;max-width:none}.callout-block{background:var(--card-bg);border-left:4px solid var(--teal);border-radius:0 10px 10px 0;padding:1.1rem 1.4rem;margin:1.5rem 0;transition:all .2s}.callout-block p{margin:0;max-width:none}.pg-list{padding-left:1.2rem;margin-bottom:.9rem}.pg-list li{font-size:.875rem;color:var(--body-text);line-height:1.75;margin-bottom:.2rem;transition:color .2s}.store-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.65rem}.store-badge{background:var(--navy);color:#ffffff8c;font-family:IBM Plex Sans,sans-serif;font-size:.7rem;font-weight:600;padding:9px 16px;border-radius:8px;border:1px dashed rgba(255,255,255,.2)}html.dark .store-badge{background:#ffffff14}.contact-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:1.1rem 1.4rem;margin-bottom:.75rem;display:flex;gap:.9rem;align-items:flex-start;transition:all .2s}.contact-icon{width:34px;height:34px;border-radius:8px;background:var(--prop-icon-bg);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.contact-label{font-family:IBM Plex Sans,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.2rem;transition:color .2s}.contact-value{font-family:Inter,sans-serif;font-size:.925rem;color:var(--teal);margin:0}.contact-value a{color:var(--teal);text-decoration:none}.contact-value a:hover{text-decoration:underline}.prv-hero{background:var(--navy);border-radius:12px;padding:1.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.prv-hero img{width:80px;height:80px;border-radius:18px}.prv-meta{font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--muted);margin-bottom:2rem;transition:color .2s}.prv-callout{background:var(--card-bg);border-left:4px solid var(--teal);border-radius:0 10px 10px 0;padding:1rem 1.25rem;margin-bottom:2rem;font-size:.875rem;line-height:1.7;color:var(--body-text);transition:all .2s}.prv-callout strong{color:var(--heading)}.prv-section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:1.4rem 1.75rem;margin-bottom:.75rem;transition:all .2s}.prv-section h2{font-size:.925rem;font-weight:600;color:var(--heading);margin-top:0;margin-bottom:0;padding-bottom:.6rem;border-bottom:1px solid var(--card-border);transition:color .2s,border-color .2s}.prv-section p{font-size:.875rem;max-width:none}.prv-section ul{margin:.5rem 0 .75rem 1.2rem}.prv-section li{font-size:.875rem;color:var(--body-text);line-height:1.7;margin-bottom:3px;transition:color .2s}.prv-section a{color:var(--teal);text-decoration:none}.prv-section a:hover{text-decoration:underline}.prv-badge{display:inline-block;background:#1b9aaa1a;color:var(--teal);font-size:10px;font-weight:600;padding:2px 9px;border-radius:20px;margin-left:8px;vertical-align:middle;font-family:IBM Plex Sans,sans-serif}@media(max-width:660px){.site-header{padding:0 16px}.site-nav a{padding:6px 7px;font-size:12px}main{padding:32px 16px 56px}.site-footer{padding:18px 20px;flex-direction:column;gap:8px;text-align:center}.value-props{grid-template-columns:1fr}.product-hero{flex-direction:column;align-items:flex-start;gap:1rem}}
