@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap";:root{--color-primary: #0C71E3;--color-success: #34A853;--color-warning: #F4B205;--color-alert: #D61B1F;--color-authority: #6A0DAD;--color-background: #F8F9FA;--color-surface: #FFFFFF;--color-text: #202124;--color-text-secondary: #5F6368;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;line-height:1.2;margin:0 0 1rem;color:var(--color-text)}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{margin:0 0 1rem}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}ul{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.5rem}code,.mono{font-family:Roboto Mono,monospace}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}}.landing{width:100%}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.header{background:var(--color-surface);padding:.875rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;align-items:center;justify-content:space-between}.logo-lockup{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-lockup:hover{text-decoration:none}.logo{height:32px;width:auto}.logo-text{font-size:1.125rem;font-weight:500;color:var(--color-text-secondary)}.header-cta{background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;border-radius:4px;font-weight:500;font-size:.875rem;box-shadow:0 1px 2px #0000001a}.header-cta:hover{background:#0a5ec7;box-shadow:0 1px 3px #0003;text-decoration:none}.hero{background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-background) 100%);padding:4rem 0 5rem;text-align:center}.hero h1{max-width:800px;margin:0 auto 1rem;font-size:2.5rem;font-weight:400;line-height:1.2;color:var(--color-text)}.hero-subtitle{font-size:1.375rem;color:var(--color-primary);margin-bottom:1.5rem;font-weight:400}.hero-description{max-width:680px;margin:0 auto 2rem;color:var(--color-text-secondary);font-size:1.125rem;line-height:1.75}.hero-benefits{list-style:none;padding:0;display:inline-flex;flex-direction:column;gap:.625rem;margin:0 auto 2.5rem;text-align:left}.hero-benefits li{display:flex;align-items:center;gap:.625rem;color:var(--color-text-secondary);font-size:.9375rem}.hero-benefits li:before{content:"";width:20px;height:20px;background:var(--color-success);border-radius:50%;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:14px;background-repeat:no-repeat;background-position:center;flex-shrink:0}.cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 1.75rem;border-radius:4px;font-weight:500;font-size:.9375rem;border:none;text-decoration:none;transition:box-shadow .2s,background .2s}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 1px 2px #0000001a}.btn-primary:hover{background:#0a5ec7;box-shadow:0 2px 6px #0c71e34d;text-decoration:none}.btn-secondary{background:#fff;color:var(--color-primary);border:1px solid #dadce0}.btn-secondary:hover{background:#f8f9fa;border-color:#d2e3fc;text-decoration:none}.section{padding:4rem 0}.section-alt{background:var(--color-surface)}.section-title{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:400;color:var(--color-text)}.section-subtitle{text-align:center;color:var(--color-text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1rem}.problem-quotes{background:#fff;padding:1.5rem 2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 1px 2px #0000001a;max-width:700px;margin-left:auto;margin-right:auto;border-left:4px solid var(--color-warning)}.problem-quotes p{color:var(--color-text-secondary);margin-bottom:.5rem;font-size:.9375rem}.problem-quotes p:last-child{margin-bottom:0}.problem-grid{display:grid;gap:1.5rem;margin-top:2rem}@media(min-width:768px){.problem-grid{grid-template-columns:1fr 1fr}}.problem-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 2px #0000001a}.problem-card h4{color:var(--color-text);margin-bottom:1rem;font-size:1rem;font-weight:500}.problem-card ul{color:var(--color-text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.7}.features-grid{display:grid;gap:1rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;padding:1.25rem 1.5rem;border-radius:8px;box-shadow:0 1px 2px #0000001a;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 1px 6px #0000001f}.feature-card h3{font-size:.9375rem;font-weight:500;margin-bottom:.375rem;color:var(--color-text)}.feature-card p{color:var(--color-text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.6}.security-grid{display:grid;gap:1rem}@media(min-width:768px){.security-grid{grid-template-columns:repeat(2,1fr)}}.security-card{background:#fff;padding:1.25rem 1.5rem;border-radius:8px;box-shadow:0 1px 2px #0000001a}.security-card h4{color:var(--color-success);margin-bottom:.375rem;font-weight:500;font-size:.9375rem}.security-card p{color:var(--color-text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.6}.audience-grid{display:grid;gap:1rem}@media(min-width:768px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.audience-grid{grid-template-columns:repeat(4,1fr)}}.audience-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 2px #0000001a;text-align:center}.audience-card h4{margin-bottom:.5rem;font-size:.9375rem;font-weight:500;color:var(--color-primary)}.audience-card p{color:var(--color-text-secondary);margin-bottom:0;font-size:.8125rem;line-height:1.5}.cta-section{background:linear-gradient(135deg,#4285f4,#0c71e3);color:#fff;text-align:center;padding:4rem 0}.cta-section h2{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:400}.cta-section p{opacity:.9;max-width:540px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.cta-section .btn-primary{background:#fff;color:var(--color-primary);box-shadow:0 1px 3px #0003}.cta-section .btn-primary:hover{box-shadow:0 2px 8px #00000040}.cta-section .btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.cta-section .btn-secondary:hover{background:#ffffff1a;border-color:#ffffffb3}.footer{background:var(--color-surface);padding:1.5rem 0;text-align:center;border-top:1px solid #e0e0e0}.footer p{margin:0;color:var(--color-text-secondary);font-size:.8125rem}.contact-section{padding:4rem 0;min-height:calc(100vh - 200px)}.contact-content{max-width:600px;margin:0 auto}.contact-content h1{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:400;color:var(--color-text)}.contact-subtitle{text-align:center;color:var(--color-text-secondary);margin-bottom:2.5rem;font-size:1rem}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:4px;font-size:1rem;font-family:inherit;color:var(--color-text);background:var(--color-background);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0c71e31a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9aa0a6}.form-group textarea{resize:vertical;min-height:120px}.form-error{color:var(--color-error);font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem;background:#ea43351a;border-radius:4px}.btn-submit{width:100%;padding:1rem;font-size:1rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.contact-note{text-align:center;margin-top:1.5rem;color:var(--color-text-secondary);font-size:.875rem}.contact-note a{color:var(--color-primary)}.contact-success{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-width:500px;margin:0 auto}.contact-success h1{color:var(--color-success);margin-bottom:1rem}.contact-success p{color:var(--color-text-secondary);margin-bottom:2rem}@media(min-width:768px){.hero{padding:5rem 0 6rem}.hero h1{font-size:3rem}.section,.contact-section{padding:5rem 0}.contact-content h1{font-size:2.25rem}.contact-form{padding:2.5rem}}
