:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;width:100%;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-size:2.2rem;font-weight:700;color:#f28c28;line-height:1.1}.logo-subtitle{display:block;font-size:1.15rem;font-weight:400;color:#555d63;margin-top:.2em;letter-spacing:0}#hero{padding:120px 0 60px;background:#f8f9fa}#hero .container{width:100vw;max-width:none;margin:0 auto;padding:0 40px;display:flex;justify-content:center}.hero-container{display:flex;align-items:center;justify-content:center;gap:60px;width:100%;max-width:1400px;min-height:500px}.hero-text{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-text h1{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.hero-text .cta-button{margin-top:2rem;margin-bottom:1rem}.hero-image{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;max-width:480px;height:auto;border-radius:8px;object-fit:contain;display:block;box-shadow:0 4px 24px #0000000f}#trusted-by{padding:60px 0;background:#fff}.trusted-by-title{text-align:center;margin-bottom:2rem;color:#666;font-size:.9rem;letter-spacing:1px}.logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.logos img{height:40px;width:auto;opacity:.7;transition:opacity .3s ease}.logos img:hover{opacity:1}#the-threat{padding:80px 0;background:#f8f9fa}.section-subtitle{text-align:center;max-width:800px;margin:0 auto 3rem;color:#666}.threat-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.threat-point{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.threat-image{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.threat-category{display:inline-block;padding:4px 12px;background:#e9ecef;border-radius:20px;font-size:.8rem;color:#666;margin-bottom:1rem}#mid-page-cta,#final-cta{padding:60px 0;text-align:center;background:#fff}#final-cta{background:#f8f9fa}#testimonial{padding:80px 0;background:#fff}#testimonial h2{text-align:center;width:100%}.testimonial-content{max-width:800px;margin:0 auto}blockquote{font-style:italic;color:#666;border-left:4px solid #F28C28;padding-left:20px;margin:2rem 0}blockquote footer{font-style:normal;color:#222;margin-top:1rem;background:#f1f3f6;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 2px 8px #0000000a;display:block;font-size:1rem;font-weight:500;text-align:center;margin-left:auto;margin-right:auto;max-width:700px}.cta-button{background:#f28c28;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background:#d97915}.cta-button.secondary{background:#6c757d}.cta-button.secondary:hover{background:#545b62}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:8px;width:90%;max-width:500px;position:relative}.close-button{position:absolute;top:15px;right:15px;font-size:24px;cursor:pointer;color:#666}form{display:flex;flex-direction:column;gap:1rem}label{font-weight:500;color:#333}input{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;color:#111}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#111!important;color:#111!important;transition:background-color 5000s ease-in-out 0s}footer{background:#333;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}@media (max-width: 1100px){.hero-container{gap:30px;max-width:1000px}#hero .container{padding:0 10px}}@media (max-width: 900px){#hero .container{width:100%;padding:0 10px;display:block}.hero-container{flex-direction:column;gap:20px;min-height:unset}.hero-image img{max-width:100%}.hero-text{align-items:flex-start}}@media (max-width: 768px){.hero-container{flex-direction:column}.hero-text h1{font-size:2rem}.threat-content{grid-template-columns:1fr}.logos{gap:20px}.logos img{height:30px}#the-threat h2,#the-threat .section-subtitle{text-align:center}}@media (min-width: 900px){nav{justify-content:center}.logo,.logo-subtitle{text-align:center;width:100%;display:block}.hero-container{justify-content:center;align-items:center}.hero-text{align-items:flex-start;text-align:left}}#calendlyEmbedContainer{width:100%;min-height:630px;margin:20px 0}.flagged-warning-section{background:#fff;padding:60px 0 40px}.flagged-warning-container{display:flex;flex-direction:column;align-items:center}.flagged-warning-title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:24px;color:#111}.flagged-warning-image{width:100%;max-width:700px;border-radius:12px;box-shadow:0 4px 24px #00000014;margin:0 auto;display:block}@media (max-width: 600px){html,body,.app-container,.container,.hero-container{width:100vw!important;max-width:100vw!important;min-width:0!important;margin:0!important;padding:0!important;box-sizing:border-box}.container,.hero-container{padding-left:16px!important;padding-right:16px!important}.logo{font-size:1.5rem!important;line-height:1.1}.logo-subtitle{font-size:1rem!important}.hero-text h1{font-size:2rem!important;margin-bottom:1rem}.cta-button{width:100%;font-size:1.1rem;padding:1rem 0}body{background:#fff}}.site-footer{background:#e0e0e0;padding:40px 0 20px;color:#222;font-size:1rem}.footer-content{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:48px;max-width:1200px;margin:0 auto 16px;flex-wrap:wrap}.footer-logo-section{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.footer-logo{max-width:200px;height:auto;margin-bottom:16px;transition:transform .2s}.footer-logo:hover{transform:scale(1.04)}.footer-info-section{display:flex;flex-direction:row;gap:48px}.footer-info-block{margin-bottom:12px}.footer-info-block h3{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:#111}.footer-info-block p{font-size:1.05rem;color:#181828;margin:0}.footer-copyright{text-align:center;color:#555;font-size:.95rem;margin-top:16px}@media (max-width: 700px){.footer-content{flex-direction:column;align-items:center;gap:24px}.footer-info-section{flex-direction:column;gap:16px;align-items:center}.footer-logo{margin-bottom:0}}
