:root{--accent:#4f86b8;--accent-hi:#79a8d2;--accent-dim:#4f86b824;--bg:#0c0f14;--bg-2:#11151b;--surface:#141a22;--border:#232b35;--border-hi:#33404d;--text-primary:#e7eaef;--text-secondary:#9aa4b1;--text-dim:#6c7682;--success-green:#10b981;--danger-red:#ef4444;--font-display:"Space Grotesk","Segoe UI",sans-serif;--font-body:"IBM Plex Sans","Segoe UI",sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,Menlo,Consolas,monospace;--primary-blue:var(--accent);--dark-bg:var(--bg);--dark-card:var(--surface);--dark-border:var(--border)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0c0f14;background:var(--bg);color:#e7eaef;color:var(--text-primary);font-family:IBM Plex Sans,Segoe UI,sans-serif;font-family:var(--font-body);line-height:1.65;margin:0}h1,h2,h3,h4{font-family:Space Grotesk,Segoe UI,sans-serif;font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;line-height:1.15}code{font-family:IBM Plex Mono,ui-monospace,Menlo,Consolas,monospace;font-family:var(--font-mono)}a{color:inherit}.container{margin:0 auto;max-width:1120px;padding:0 24px}.eyebrow{color:#4f86b8;color:var(--accent);font-family:IBM Plex Mono,ui-monospace,Menlo,Consolas,monospace;font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.navbar{background:var(--bg);border-bottom:1px solid var(--border);left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{color:var(--text-primary);font-family:var(--font-display);font-size:1.2rem;font-weight:600;gap:.5rem;letter-spacing:-.01em;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:var(--text-secondary);font-family:var(--font-mono);font-size:.88rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--accent-hi)}.nav-links .cta-button{background:var(--accent);border-radius:3px;color:#0a0d11;font-weight:600;padding:.55rem 1.25rem;transition:background .15s}.nav-links .cta-button:hover{background:var(--accent-hi);color:#0a0d11}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;padding:4px;z-index:1001}.hamburger span{background:var(--text-primary);border-radius:2px;display:block;height:2px;transition:transform .3s,opacity .3s;width:24px}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:flex}.nav-links{align-items:flex-start;background:var(--dark-bg);border-left:1px solid var(--dark-border);bottom:0;flex-direction:column;gap:0;padding:5rem 2rem 2rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:260px}.nav-links.active{transform:translateX(0)}.nav-links a{border-bottom:1px solid var(--dark-border);font-size:1.1rem;padding:.75rem 0;width:100%}.nav-links .cta-button{margin-top:1rem;padding:.75rem 1.5rem;text-align:center;width:100%}}.footer{background:var(--dark-bg);border-top:1px solid var(--dark-border);padding:60px 0 20px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:var(--text-dim);font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.footer-heading-spacer{margin-top:1.5rem}.footer-section p{color:var(--text-secondary);line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--accent-hi)}.footer-bottom{border-top:1px solid var(--dark-border);color:var(--text-secondary);font-size:.9rem;padding-top:2rem;text-align:center}.footer-bottom p{margin-bottom:.5rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr}}.hero{background:var(--bg);border-bottom:1px solid var(--border);padding:160px 0 88px}.hero-content{max-width:760px}.hero .eyebrow{display:block;margin-bottom:1.25rem}.hero h1{color:var(--text-primary);font-size:clamp(2.4rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.5rem}.hero-subtitle{color:var(--text-secondary);font-size:1.2rem;margin-bottom:2.5rem;max-width:620px}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem}.primary-button{background:var(--accent);border-radius:3px;color:#0a0d11;display:inline-block;font-family:var(--font-mono);font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:.95rem 1.75rem;text-decoration:none;transition:background .15s}.primary-button:hover{background:var(--accent-hi)}.secondary-button{background:#0000;border:1px solid var(--border-hi);border-radius:3px;color:var(--text-primary);display:inline-block;font-family:var(--font-mono);font-size:.95rem;font-weight:500;padding:.95rem 1.75rem;text-decoration:none;transition:border-color .15s,color .15s}.secondary-button:hover{border-color:var(--accent);color:var(--accent-hi)}.hero-credentials{border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;padding-top:1.75rem}.hero-credentials li{color:var(--text-secondary);font-family:var(--font-mono);font-size:.82rem;letter-spacing:.04em;padding-left:1.1rem;position:relative}.hero-credentials li:before{background:var(--accent);content:"";height:6px;left:0;position:absolute;top:.55em;width:6px}.services{background:var(--bg-2);border-bottom:1px solid var(--border);padding:88px 0}.services .eyebrow{display:block;margin-bottom:1rem}.services h2{color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.75rem}.section-intro{color:var(--text-secondary);font-size:1.05rem;margin-bottom:3rem;max-width:640px}.services-grid{grid-gap:1px;background:var(--border);border:1px solid var(--border);display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.service-card{align-items:flex-start;background:var(--surface);border:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;padding:2rem 1.75rem;text-align:left;transition:background .15s}.service-card:hover{background:#18202a}.service-num{color:var(--accent);font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.05em;margin-bottom:1.5rem}.service-card h3{color:var(--text-primary);font-size:1.25rem;margin-bottom:.75rem}.service-card p{color:var(--text-secondary);font-size:.98rem;line-height:1.65;margin-bottom:1.25rem}.service-more{color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem;margin-top:auto;transition:color .15s}.service-card:hover .service-more{color:var(--accent-hi)}.contact-section{background:var(--bg);padding:88px 0}.contact-content{max-width:620px}.contact-section .eyebrow{display:block;margin-bottom:1rem}.contact-section h2{color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:1rem}.contact-intro{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.contact-benefits{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;margin-bottom:2.5rem}.contact-benefits li{color:var(--text-secondary);font-family:var(--font-mono);font-size:.85rem;padding-left:1.1rem;position:relative}.contact-benefits li:before{color:var(--accent);content:"—";left:0;position:absolute}.contact-email-button{background:var(--accent);border-radius:3px;color:#0a0d11;display:inline-block;font-family:var(--font-mono);font-size:1.05rem;font-weight:600;padding:.95rem 1.75rem;text-decoration:none;transition:background .15s}.contact-email-button:hover{background:var(--accent-hi)}.contact-note{color:var(--text-dim);font-family:var(--font-mono);font-size:.9rem;margin-top:1.5rem}.modal-overlay{align-items:center;background:#06080bd1;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.modal-content{background:var(--surface);border:1px solid var(--border-hi);border-radius:4px;max-height:90vh;max-width:640px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}.modal-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.75rem;line-height:1;padding:.25rem .5rem;position:absolute;right:1rem;top:1rem;transition:color .15s}.modal-close:hover{color:var(--accent-hi)}.modal-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.modal-header .eyebrow{display:block;margin-bottom:.6rem}.modal-header h3{color:var(--text-primary);font-size:1.6rem;margin:0}.modal-detail{color:var(--text-secondary);font-size:1.02rem;line-height:1.75;margin-bottom:1.75rem}.modal-includes h4{color:var(--text-primary);font-family:var(--font-mono);font-size:.85rem;letter-spacing:.1em;margin-bottom:1.1rem;text-transform:uppercase}.modal-includes ul{display:flex;flex-direction:column;gap:.7rem;list-style:none;margin-bottom:2rem;padding:0}.modal-includes li{color:var(--text-secondary);font-size:.98rem;line-height:1.5;padding-left:1.4rem;position:relative}.modal-includes li:before{color:var(--accent);content:"—";left:0;position:absolute}.modal-cta{background:var(--accent);border-radius:3px;color:#0a0d11;display:inline-block;font-family:var(--font-mono);font-size:.98rem;font-weight:600;padding:.9rem 1.75rem;text-decoration:none;transition:background .15s}.modal-cta:hover{background:var(--accent-hi)}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{padding:128px 0 64px}.hero-cta{align-items:stretch;flex-direction:column}.hero-cta a{text-align:center}}@media (max-width:560px){.services-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}}.sketchyscan-page{--ss-green:#10b981;--ss-green-hi:#34d399;background:var(--bg);padding:160px 0 88px}.sketchyscan-badge{color:var(--ss-green);display:inline-block;font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.18em;margin-bottom:1.25rem;text-transform:uppercase}.sketchyscan-page h1{color:var(--text-primary);font-size:clamp(2.4rem,6vw,3.6rem);letter-spacing:-.02em;margin-bottom:1rem}.sketchyscan-subtitle{color:var(--text-secondary);font-size:1.15rem;margin-bottom:3.5rem;max-width:680px}.sketchyscan-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.3fr 1fr}.sketchyscan-features{grid-gap:1px;background:var(--border);border:1px solid var(--border);display:grid;gap:1px;grid-template-columns:1fr 1fr}.sketchyscan-feature{background:var(--surface);border:none;border-radius:0;padding:1.5rem;transition:background .15s}.sketchyscan-feature:hover{background:#18202a;transform:none}.sketchyscan-icon{background:none;border:none;border-radius:0;display:block;height:auto;margin-bottom:.9rem;width:auto}.sketchyscan-icon svg{stroke:var(--ss-green);height:26px;width:26px}.sketchyscan-feature h3{color:var(--text-primary);font-size:1.05rem;margin-bottom:.5rem}.sketchyscan-feature p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.sketchyscan-cta{background:var(--surface);border:1px solid var(--border-hi);border-radius:4px;box-shadow:none;padding:2rem}.sketchyscan-pricing{display:flex;gap:1rem;margin-bottom:1.75rem}.pricing-free,.pricing-premium{background:var(--bg);border:1px solid var(--border);border-radius:3px;flex:1 1;padding:1.25rem;text-align:left}.pricing-premium{border-color:var(--ss-green)}.price-label{color:var(--text-secondary);display:block;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.price-amount{color:var(--ss-green);display:block;font-family:var(--font-display);font-size:1.9rem;font-weight:700;margin-bottom:.5rem}.price-amount span{color:var(--text-secondary);font-size:1rem;font-weight:400}.price-detail{color:var(--text-secondary);display:block;font-size:.85rem;line-height:1.5}.price-or{color:var(--ss-green);display:block;font-family:var(--font-mono);font-size:.82rem;margin-bottom:.5rem}.sketchyscan-button{background:var(--ss-green);border-radius:3px;color:#06120d;display:inline-block;font-family:var(--font-mono);font-size:1rem;font-weight:600;padding:.95rem 2rem;text-decoration:none;transition:background .15s}.sketchyscan-button:hover{background:var(--ss-green-hi);transform:none}.sketchyscan-link{color:var(--text-secondary);display:block;font-family:var(--font-mono);font-size:.88rem;margin-top:1rem;text-decoration:none;transition:color .15s}.sketchyscan-link:hover{color:var(--ss-green-hi)}@media (max-width:968px){.sketchyscan-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:560px){.sketchyscan-features{grid-template-columns:1fr}.sketchyscan-pricing{flex-direction:column}}.legal-page{background:var(--bg);padding:150px 0 88px}.legal-page .container{max-width:760px}.legal-page h1{font-size:clamp(2rem,5vw,2.6rem);letter-spacing:-.02em;margin-bottom:.75rem}.legal-updated{color:var(--text-dim);font-family:var(--font-mono);font-size:.85rem;margin-bottom:3rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{border-top:1px solid var(--border);color:var(--text-primary);font-size:1.4rem;margin-bottom:1rem;padding-top:.5rem}.legal-page h3{font-size:1.15rem;margin-bottom:.75rem;margin-top:1.5rem}.legal-page p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.legal-page ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin-bottom:1rem}.legal-page ul li{color:var(--text-secondary);line-height:1.7;padding-left:1.5rem;position:relative}.legal-page ul li:before{color:var(--accent);content:"—";left:0;position:absolute}.legal-page a{color:var(--accent);text-decoration:none;transition:color .15s}.legal-page a:hover{color:var(--accent-hi)}
/*# sourceMappingURL=main.45aedc25.css.map*/