
      
    


      
     


      {} *{} /*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 { --bg-dark: #020617; --bg-section: #02081c; --primary: #38bdf8; --primary-soft: rgba(56, 189, 248, 0.12); --accent: #facc15; --text-main: #e5e7eb; --text-muted: #9ca3af; --border-soft: #1f2937; --danger: #f97373; --max-width: 1120px; --radius-lg: 18px; --radius-xl: 26px; --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.88); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #0f172a 0, #020617 55%, #000 100%); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .page { min-height: 100vh; display: flex; flex-direction: column; } .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 24px 16px 64px; } /* HERO */ .hero { padding-top: 12px; padding-bottom: 32px; } .hero-inner { display: grid; gap: 32px; } @media (min-width: 900px) { .hero-inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; gap: 40px; } } .badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(148, 163, 184, 0.35); color: var(--text-muted); font-size: 12px; margin-bottom: 16px; } .badge-dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15); } .hero-title { font-size: clamp(2.1rem, 3.2vw + 1rem, 3.1rem); line-height: 1.1; letter-spacing: -0.04em; margin-bottom: 14px; } .hero-title span.highlight { background: linear-gradient(120deg, #38bdf8, #a855f7, #facc15); -webkit-background-clip: text; color: transparent; display: inline-block; } .hero-sub { font-size: 15px; color: var(--text-muted); max-width: 520px; margin-bottom: 20px; } .hero-sub-strong { color: #e5e7eb; font-weight: 500; } .hero-cta-group { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 18px; } .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; background: radial-gradient(circle at 0 0, #38bdf8, #0369a1); color: #0b1120; font-weight: 600; font-size: 15px; border: none; cursor: pointer; box-shadow: 0 14px 35px rgba(56, 189, 248, 0.45); text-decoration: none; transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, filter 0.12s ease-out; } .btn-primary:hover { transform: translateY(-1px) scale(1.01); box-shadow: 0 18px 40px rgba(56, 189, 248, 0.55); filter: brightness(1.05); } .btn-primary span.icon { font-size: 18px; } .hero-cta-note { font-size: 11px; color: var(--text-muted); } .hero-stats { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; color: var(--text-muted); } .hero-stats span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(31, 41, 55, 0.9); } .hero-stats span .dot { width: 6px; height: 6px; border-radius: 999px; background: #38bdf8; } .hero-card { background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.06), rgba(15, 23, 42, 0.98)); border-radius: var(--radius-xl); border: 1px solid rgba(51, 65, 85, 0.92); box-shadow: var(--shadow-soft); padding: 18px 18px 18px; position: relative; overflow: hidden; } .hero-card-tag { position: absolute; top: 12px; right: 16px; font-size: 11px; padding: 4px 9px; border-radius: 999px; background: rgba(8, 47, 73, 0.92); border: 1px solid rgba(56, 189, 248, 0.35); color: var(--text-muted); } .hero-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; } .hero-logo { display: inline-flex; align-items: center; gap: 8px; } .hero-logo-mark { width: 28px; height: 28px; border-radius: 14px; background: conic-gradient(from 200deg, #38bdf8, #a855f7, #f97316, #22c55e, #38bdf8); padding: 2px; } .hero-logo-inner { width: 100%; height: 100%; border-radius: inherit; background: #020617; display: flex; align-items: center; justify-content: center; font-size: 16px; } .hero-logo-text { display: flex; flex-direction: column; gap: 2px; } .hero-logo-text span:first-child { font-size: 13px; font-weight: 600; } .hero-logo-text span:last-child { font-size: 11px; color: var(--text-muted); } .hero-price-tagline { text-align: right; font-size: 11px; color: var(--text-muted); } .hero-price-tagline strong { color: var(--accent); font-size: 13px; } .hero-preview { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(30, 64, 175, 0.95); background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.18), rgba(15, 23, 42, 1)); position: relative; padding: 14px 16px 14px; margin-bottom: 14px; } .hero-preview-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; } .hero-preview-script { font-size: 11px; color: var(--text-muted); } .hero-preview-tags { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; } .hero-preview-tags span { font-size: 10px; padding: 3px 7px; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.45); background: rgba(15, 23, 42, 0.9); } .timeline { display: flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 10px; color: var(--text-muted); } .timeline-bar { flex: 1; height: 4px; border-radius: 999px; background: linear-gradient(90deg, #38bdf8, #a855f7, #f97316); } .hero-preview-video { margin-top: 8px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px; } .hero-preview-scene { background: rgba(15, 23, 42, 0.85); border-radius: 10px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; font-size: 11px; position: relative; overflow: hidden; } .hero-preview-doodle { position: absolute; right: -4px; bottom: -4px; font-size: 44px; opacity: 0.25; } .hero-preview-steps { display: flex; flex-direction: column; gap: 6px; font-size: 10px; color: var(--text-muted); } .hero-preview-steps span { display: inline-flex; align-items: center; gap: 6px; } .hero-preview-steps span i { font-size: 14px; } .hero-guarantee { font-size: 11px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; } .hero-guarantee span.icon { font-size: 14px; color: var(--accent); } /* SECTION: social proof */ .strip { border-radius: 999px; padding: 7px 14px; border: 1px solid rgba(55, 65, 81, 0.9); background: rgba(15, 23, 42, 0.9); display: inline-flex; gap: 14px; align-items: center; font-size: 11px; color: var(--text-muted); margin-bottom: 26px; } .strip span { display: inline-flex; align-items: center; gap: 6px; } .strip strong { color: #e5e7eb; } /* GENERIC SECTIONS */ section { padding: 28px 0; border-top: 1px solid rgba(31, 41, 55, 0.85); } .section-header { margin-bottom: 20px; } .section-kicker { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; } .section-title { font-size: 21px; letter-spacing: -0.03em; margin-bottom: 6px; } .section-sub { font-size: 13px; color: var(--text-muted); max-width: 540px; } .grid { display: grid; gap: 18px; } @media (min-width: 840px) { .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .card { border-radius: var(--radius-lg); border: 1px solid var(--border-soft); background: rgba(15, 23, 42, 0.96); padding: 16px 16px 15px; } .card-badge { font-size: 11px; color: var(--accent); margin-bottom: 4px; } .card-title { font-size: 15px; margin-bottom: 6px; } .card-text { font-size: 13px; color: var(--text-muted); } .card-list { margin-top: 8px; font-size: 12px; color: var(--text-muted); } .card-list li { list-style: none; margin-bottom: 4px; display: flex; gap: 6px; align-items: flex-start; } .card-list li span { margin-top: 3px; font-size: 11px; } .pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; } .pill { font-size: 11px; padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(75, 85, 99, 0.9); background: rgba(15, 23, 42, 0.9); color: var(--text-muted); } /* STEPS */ .steps { display: grid; gap: 16px; margin-top: 10px; } @media (min-width: 780px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } } .step { border-radius: var(--radius-lg); border: 1px solid var(--border-soft); background: rgba(15, 23, 42, 0.96); padding: 14px 14px 12px; position: relative; overflow: hidden; } .step-label { font-size: 11px; color: var(--text-muted); margin-bottom: 3px; } .step-num { font-size: 28px; font-weight: 700; letter-spacing: -0.06em; color: rgba(55, 65, 81, 0.95); position: absolute; top: 10px; right: 14px; } .step-title { font-size: 14px; margin-bottom: 4px; } .step-text { font-size: 12px; color: var(--text-muted); } /* TESTIMONIALS */ .testimonial { border-radius: var(--radius-lg); border: 1px solid var(--border-soft); background: rgba(15, 23, 42, 0.96); padding: 14px 14px 12px; font-size: 12px; color: var(--text-muted); } .testimonial strong { color: #e5e7eb; } .testimonial-role { font-size: 11px; color: var(--text-muted); } /* FAQ */ .faq-grid { display: grid; gap: 12px; margin-top: 10px; } @media (min-width: 780px) { .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .faq-item { border-radius: 14px; border: 1px solid var(--border-soft); background: rgba(15, 23, 42, 0.96); padding: 12px 12px 10px; font-size: 12px; } .faq-q { font-weight: 600; margin-bottom: 4px; } .faq-a { color: var(--text-muted); } .cta-box { border-radius: var(--radius-xl); border: 1px solid rgba(56, 189, 248, 0.45); background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12), #020617); padding: 18px 18px 16px; box-shadow: var(--shadow-soft); text-align: center; margin-top: 16px; } .cta-title { font-size: 20px; margin-bottom: 6px; letter-spacing: -0.03em; } .cta-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; } .cta-badge { display: inline-block; font-size: 11px; padding: 4px 10px; border-radius: 999px; background: rgba(15, 23, 42, 0.96); border: 1px solid rgba(56, 189, 248, 0.45); color: var(--accent); margin-bottom: 6px; } /* FOOTER */ footer { border-top: 1px solid rgba(31, 41, 55, 0.85); padding: 18px 0 10px; font-size: 11px; color: var(--text-muted); } footer p { margin-bottom: 6px; } footer small { font-size: 10px; display: block; margin-top: 4px; } .footer-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; } .footer-links span { opacity: 0.8; } 

