.navbar{background:white;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:100}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#c00;cursor:pointer}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;font-family:Inter,sans-serif;font-size:1rem;color:#666;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:#c00;background:rgba(204,0,0,.1)}.hero{background:#fff;min-height:100vh;display:flex;align-items:center;padding-top:80px}.hero-grid{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem}@media (min-width: 992px){.hero-grid{grid-template-columns:1fr 1fr;text-align:left}.hero-title{justify-content:flex-start}.hero-subtitle{margin-left:0;margin-right:0}}.hero-text{position:relative;z-index:2}.hero-cta{margin-bottom:2rem}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;color:#1a1a1a;display:flex;flex-wrap:wrap;gap:1rem}.highlight{background:#c00;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:2rem;max-width:700px}.btn-large{padding:16px 32px;font-size:1.1rem}.trust-list{list-style:none;padding:0;margin:0}.trust-list li{margin-bottom:.75rem;color:#555}.hero-graphic{display:flex;justify-content:center;align-items:center;position:relative;z-index:1;overflow:visible}.graphic-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 10px 40px #00000026;width:100%;max-width:400px;border:1px solid #e1e5e9}.graphic-header{font-family:Space Grotesk,sans-serif;font-weight:600;padding-bottom:1rem;border-bottom:1px solid #e1e5e9;margin-bottom:1rem}.graphic-body{font-size:.9rem}.graphic-line{margin-bottom:.75rem;color:#555}.graphic-status{display:flex;justify-content:space-between;align-items:center}.graphic-status span{display:flex;align-items:center;gap:.5rem;color:#28a745;font-weight:500}.graphic-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e5e9;font-weight:600;color:#c00}.section{padding:100px 0;position:relative}.section:nth-child(2n){background:#fff}.section:nth-child(odd){background:#f8f9fa}.section-animate{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.section-animate.is-visible{opacity:1;transform:translateY(0)}.demo-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;max-width:600px;margin:0 auto}.demo-message{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #667eea}.demo-progress{margin:1.5rem 0}.progress-item{padding:.5rem 0;color:#666;font-size:.9rem}.progress-item.success{color:#28a745;font-weight:500}.signup-container{max-width:500px;margin:0 auto}.signup-text{text-align:center}.signup-form{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group input[type=text],.form-group input[type=email]{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.form-group.checkbox{display:flex;align-items:flex-start;gap:.5rem}.form-group.checkbox input{margin-top:.25rem}.form-group.checkbox label{font-size:.9rem;color:#666;line-height:1.4}.badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.badge{background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;color:#666}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem;color:#ccc;cursor:pointer;transition:color .3s ease}.footer-section ul li:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center}.compliance-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.compliance-badges span{background:#333;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;color:#ccc}.card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c003}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (min-width: 1024px){.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-grid>.card:nth-child(5){grid-column-start:2}}.card-icon{margin:0 auto 1.5rem;width:50px;height:50px;border-radius:50%;background:rgba(204,0,0,.1);display:flex;align-items:center;justify-content:center;color:#c00}.card h3{margin-bottom:1rem}.card ul{list-style:none;text-align:left}.card ul li{margin-bottom:.5rem}.grid{display:grid}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#999}.input-with-icon input{padding-left:45px}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px}.signup-form .input-with-icon input{padding-left:45px}.form-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.card-swap-container{position:relative;display:flex;justify-content:center;align-items:center}.card-swap-container .card{background:#fff;color:#1a1a1a;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;border:1px solid #e0e0e0;position:absolute;top:50%;left:50%;display:flex;flex-direction:column;justify-content:center}.card-swap-container .card h3{font-family:Space Grotesk,sans-serif;color:#c00;margin-bottom:1rem;font-size:1.25rem}.card-swap-container .card p{font-size:.9rem;line-height:1.5;color:#555}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#222;background-color:#f8f9fa}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:600;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.btn-primary{background:#c00;color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #cc00004d;background:#a00}.btn-secondary{background:transparent;color:#c00;border:2px solid #c00}.btn-secondary:hover{background:#c00;color:#fff}.section{padding:80px 0}.section-title{font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}
