
      
    


      
     


      {} *{} /*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;
      }
    



 :root { --primary: #2563eb; --primary-dark: #1d4ed8; --bg: #0b1220; --card-bg: #020617; --text-main: #e5e7eb; --text-muted: #9ca3af; --accent: #22c55e; --border-color: #1f2937; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #111827, #020617 55%); color: var(--text-main); line-height: 1.6; } a { text-decoration: none; color: inherit; } .page { min-height: 100vh; display: flex; flex-direction: column; } header { border-bottom: 1px solid rgba(148, 163, 184, 0.15); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; background: rgba(15, 23, 42, 0.9); } .nav { max-width: 1100px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; } .logo { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 1rem; letter-spacing: 0.03em; } .logo-badge { width: 28px; height: 28px; border-radius: 999px; background: radial-gradient(circle at 30% 0, #60a5fa, #1d4ed8); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; color: white; } .nav-cta { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; } .pill { padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.4); color: var(--text-muted); } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; font-weight: 500; padding: 10px 18px; border: none; cursor: pointer; background: var(--primary); color: white; font-size: 0.9rem; box-shadow: 0 15px 40px rgba(37, 99, 235, 0.35); transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; } .btn:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 20px 45px rgba(37, 99, 235, 0.45); } .btn-outline { background: transparent; border: 1px solid rgba(148, 163, 184, 0.5); box-shadow: none; color: var(--text-main); } .btn-outline:hover { background: rgba(15, 23, 42, 0.95); transform: translateY(-1px); box-shadow: 0 10px 25px rgba(15, 23, 42, 0.8); } main { flex: 1; } .hero { max-width: 1100px; margin: 0 auto; padding: 40px 20px 60px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr); gap: 40px; align-items: center; } .eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(148, 163, 184, 0.35); font-size: 0.8rem; color: var(--text-muted); margin-bottom: 16px; } .eyebrow span.badge { background: rgba(22, 163, 74, 0.15); color: #bbf7d0; padding: 2px 8px; border-radius: 999px; font-size: 0.75rem; border: 1px solid rgba(34, 197, 94, 0.3); } .hero h1 { font-size: clamp(2.2rem, 3.2vw + 1.2rem, 3.3rem); line-height: 1.1; margin-bottom: 16px; } .hero h1 span.highlight { background: linear-gradient(120deg, #60a5fa, #22c55e); -webkit-background-clip: text; color: transparent; } .hero p.sub { font-size: 1rem; color: var(--text-muted); max-width: 34rem; margin-bottom: 22px; } .hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 18px; } .trust-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; font-size: 0.8rem; color: var(--text-muted); } .trust-row .dot { width: 6px; height: 6px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 10px rgba(34, 197, 94, 0.8); } .hero-metrics { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; } .metric { min-width: 120px; } .metric-title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 2px; } .metric-value { font-weight: 600; font-size: 1.1rem; } .metric-caption { font-size: 0.78rem; color: var(--text-muted); } /* Video card */ .video-card { background: radial-gradient(circle at top, #111827, #020617); border-radius: 22px; border: 1px solid rgba(55, 65, 81, 0.9); box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8); padding: 16px 16px 20px; position: relative; overflow: hidden; } .video-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 0.8rem; color: var(--text-muted); } .video-title { font-weight: 500; color: #e5e7eb; } .video-tag { padding: 2px 8px; border-radius: 999px; background: rgba(30, 64, 175, 0.35); border: 1px solid rgba(59, 130, 246, 0.5); font-size: 0.7rem; color: #bfdbfe; } .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(31, 41, 55, 0.9); background: black; margin-bottom: 12px; } .video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .video-footer { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--text-muted); margin-top: 3px; } .pill-mini { padding: 3px 8px; border-radius: 999px; border: 1px solid rgba(75, 85, 99, 0.9); } /* Sections */ .section { max-width: 1100px; margin: 0 auto; padding: 0 20px 55px; } .section-header { text-align: center; margin-bottom: 30px; } .section-header h2 { font-size: 1.6rem; margin-bottom: 6px; } .section-header p { font-size: 0.95rem; color: var(--text-muted); max-width: 30rem; margin: 0 auto; } .benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } .card { background: rgba(15, 23, 42, 0.96); border-radius: 18px; border: 1px solid rgba(55, 65, 81, 0.9); padding: 18px 18px 16px; font-size: 0.9rem; } .card h3 { font-size: 1rem; margin-bottom: 6px; } .card p { color: var(--text-muted); font-size: 0.9rem; } .card-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 4px; } .card-icon { width: 26px; height: 26px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; background: rgba(37, 99, 235, 0.2); margin-bottom: 8px; } /* Call to Action */ .cta-center { text-align: center; margin-top: 10px; } /* FAQ */ .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; font-size: 0.9rem; } .faq-item h3 { font-size: 0.95rem; margin-bottom: 4px; } .faq-item p { color: var(--text-muted); } footer { border-top: 1px solid rgba(31, 41, 55, 0.9); padding: 16px 20px 24px; font-size: 0.8rem; color: var(--text-muted); background: #020617; } .footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; align-items: center; } .legal { max-width: 540px; } .footer-links { display: flex; gap: 14px; flex-wrap: wrap; } .footer-links a { text-decoration: underline; text-underline-offset: 3px; } /* Responsive */ @media (max-width: 860px) { .hero { grid-template-columns: minmax(0, 1fr); padding-top: 26px; } .hero > div:nth-child(2) { order: -1; } .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .faq-grid { grid-template-columns: minmax(0, 1fr); } } @media (max-width: 640px) { .benefits-grid { grid-template-columns: minmax(0, 1fr); } .nav { padding-inline: 14px; } .hero { padding-inline: 16px; } .section { padding-inline: 16px; } .nav-cta .pill { display: none; } } 

