
      
    


      
     


      {} *{} /*endBaseStyles*/
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Sora', sans-serif; background-color: #0f172a; color: #f8fafc; line-height: 1.6; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: 700; } a { color: inherit; text-decoration: none; } button, a.btn { cursor: pointer; border: none; font-family: inherit; transition: all 0.3s ease; } .container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; } /* Navigation */ nav { position: fixed; top: 0; width: 100%; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid #1e293b; z-index: 50; padding: 1rem 0; } nav .container { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 0.5rem; font-weight: bold; font-size: 1.125rem; } .logo-badge { width: 2.5rem; height: 2.5rem; background: #dc2626; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 0.875rem; } .nav-link { font-size: 0.875rem; font-weight: 600; transition: color 0.3s; } .nav-link:hover { color: #dc2626; } /* Hero Section */ .hero { margin-top: 4rem; padding: 5rem 0; background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23dc2626;stop-opacity:0.1" /><stop offset="100%" style="stop-color:%23991b1b;stop-opacity:0.05" /></linearGradient></defs><path d="M0,150 Q300,50 600,150 T1200,150 L1200,0 L0,0 Z" fill="url(%23grad)" opacity="0.3"/></svg>'); background-size: cover; background-position: center; position: relative; overflow: hidden; } .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .hero-text h1 { font-size: 3.5rem; line-height: 1.2; margin-bottom: 1.5rem; color: #f8fafc; } .hero-text h1 .highlight { color: #dc2626; display: block; } .badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(220, 38, 38, 0.2); border: 1px solid rgba(220, 38, 38, 0.5); border-radius: 9999px; font-size: 0.875rem; font-weight: 600; color: #fca5a5; margin-bottom: 1.5rem; } .hero-text p { font-size: 1.25rem; color: #cbd5e1; margin-bottom: 2rem; line-height: 1.8; } .cta-button { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; background: #dc2626; color: white; font-weight: bold; border-radius: 0.5rem; font-size: 1rem; transition: all 0.3s; box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3); gap: 0.5rem; } .cta-button:hover { background: #b91c1c; transform: scale(1.05); box-shadow: 0 15px 35px rgba(220, 38, 38, 0.4); } .trust-signals { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.95rem; color: #cbd5e1; } .trust-signal { display: flex; align-items: center; gap: 0.5rem; } .checkmark { color: #22c55e; font-weight: bold; } .hero-image { display: flex; justify-content: center; align-items: center; } .hero-image img { max-width: 100%; height: auto; filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5)); } /* Benefits Section */ .benefits { padding: 5rem 0; background: rgba(30, 41, 59, 0.5); } .section-title { text-align: center; font-size: 2.25rem; margin-bottom: 4rem; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; } .benefit-card { padding: 1.5rem; background: rgba(30, 41, 59, 0.5); border: 1px solid #334155; border-radius: 0.75rem; transition: all 0.3s; } .benefit-card:hover { border-color: #dc2626; background: rgba(30, 41, 59, 0.8); } .benefit-icon { font-size: 2rem; margin-bottom: 1rem; } .benefit-card h3 { font-size: 1.125rem; margin-bottom: 0.5rem; } .benefit-card p { font-size: 0.875rem; color: #cbd5e1; } /* Blueprints Section */ .blueprints { padding: 5rem 0; } .blueprints-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; } .blueprint-card { padding: 1.5rem; background: rgba(30, 41, 59, 0.3); border: 2px solid #334155; border-radius: 0.75rem; transition: all 0.3s; cursor: pointer; } .blueprint-card:hover { border-color: #dc2626; background: rgba(30, 41, 59, 0.8); transform: scale(1.05); box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2); } .blueprint-icon { font-size: 2rem; margin-bottom: 0.75rem; } .blueprint-card h3 { font-size: 1rem; margin-bottom: 0.5rem; } .blueprint-card .subtitle { font-size: 0.75rem; color: #94a3b8; margin-bottom: 0.75rem; } .blueprint-card p { font-size: 0.8rem; color: #cbd5e1; margin-bottom: 0.75rem; } .blueprint-badge { display: inline-block; padding: 0.25rem 0.75rem; background: rgba(220, 38, 38, 0.2); color: #fca5a5; font-size: 0.7rem; font-weight: 600; border-radius: 9999px; } /* Social Proof */ .social-proof { padding: 3rem 0; background: rgba(30, 41, 59, 0.5); } .proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; text-align: center; } .proof-item h3 { font-size: 2.5rem; color: #dc2626; margin-bottom: 0.5rem; } .proof-item p { color: #cbd5e1; font-size: 0.95rem; } /* About Section */ .about { padding: 5rem 0; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .about-image img { width: 100%; height: auto; border-radius: 0.75rem; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); } .about-text h2 { font-size: 2rem; margin-bottom: 1.5rem; } .about-text p { color: #cbd5e1; margin-bottom: 1rem; line-height: 1.8; } .about-text p strong { color: #dc2626; } /* FAQ Section */ .faq { padding: 5rem 0; background: rgba(30, 41, 59, 0.5); } .faq-container { max-width: 800px; margin: 0 auto; } .faq-item { padding: 1.5rem; background: rgba(30, 41, 59, 0.5); border: 1px solid #334155; border-radius: 0.75rem; margin-bottom: 1rem; } .faq-item h3 { color: #dc2626; font-size: 1rem; margin-bottom: 0.75rem; } .faq-item p { color: #cbd5e1; font-size: 0.95rem; } /* Final CTA Section */ .final-cta { padding: 4rem 0; background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%); text-align: center; } .final-cta h2 { font-size: 2.5rem; margin-bottom: 1rem; color: white; } .final-cta p { font-size: 1.125rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; } .final-cta .cta-button { background: white; color: #dc2626; font-weight: bold; margin-bottom: 1.5rem; } .final-cta .cta-button:hover { background: #f1f5f9; } .final-cta .trust-signals { justify-content: center; color: rgba(255, 255, 255, 0.9); font-size: 0.9rem; flex-direction: row; gap: 1.5rem; } .final-cta .trust-signal { display: flex; align-items: center; gap: 0.3rem; } /* Footer */ footer { padding: 3rem 0; background: #020617; border-top: 1px solid #1e293b; font-size: 0.875rem; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h4 { font-weight: bold; margin-bottom: 1rem; color: #f1f5f9; } .footer-section ul { list-style: none; } .footer-section ul li { margin-bottom: 0.5rem; } .footer-section a { color: #cbd5e1; transition: color 0.3s; } .footer-section a:hover { color: #dc2626; } .footer-legal { color: #64748b; font-size: 0.8rem; line-height: 1.6; margin-bottom: 1rem; } .footer-bottom { border-top: 1px solid #1e293b; padding-top: 2rem; text-align: center; color: #64748b; font-size: 0.8rem; } /* Responsive */ @media (max-width: 768px) { .hero-content { grid-template-columns: 1fr; } .hero-text h1 { font-size: 2.25rem; } .about-content { grid-template-columns: 1fr; } .hero-image { order: -1; } .trust-signals { flex-direction: column; } .final-cta .trust-signals { flex-direction: column; gap: 0.5rem; } .section-title { font-size: 1.75rem; } .final-cta h2 { font-size: 1.75rem; } } @media (max-width: 480px) { .container { padding: 0 0.75rem; } .hero-text h1 { font-size: 1.75rem; } .hero-text p { font-size: 1rem; } .benefits-grid { grid-template-columns: 1fr; } .blueprints-grid { grid-template-columns: 1fr; } .proof-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } } 

