@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #e8003a;--color-primary-dark: #8c0023;--color-accent: #e8003a;--color-success: #22c55e;--font-sans: "Sora", "Plus Jakarta Sans", system-ui, sans-serif;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 28px;--color-bg: #0a0f1f;--color-bg-elevated: #12182a;--color-bg-card: #151c31;--color-text: #f4f7ff;--color-text-muted: #9aa6bf;--color-border: rgba(255, 255, 255, .08)}@media(prefers-color-scheme:light){:root{--color-bg: #f4f6fb;--color-bg-elevated: #ffffff;--color-bg-card: #ffffff;--color-text: #0b1324;--color-text-muted: #5b6478;--color-border: rgba(15, 23, 42, .12)}}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light dark}body{margin:0;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:inherit}.app{min-height:100vh;background:radial-gradient(1200px 600px at 85% -10%,rgba(41,210,193,.22),transparent 60%),radial-gradient(900px 500px at 10% 10%,rgba(13,86,255,.15),transparent 55%),var(--color-bg)}.header{position:sticky;top:0;z-index:100;padding:1rem 2.5rem;background:#080b14b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo-link{display:inline-flex;align-items:center;gap:.75rem}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.logo-byline{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.logo-byline a{color:var(--color-text);font-weight:600}.logo-byline a:hover{color:var(--color-primary)}.logo-img{height:36px;width:auto}.logo-light-theme{display:none}.logo-dark-theme{display:block}@media(prefers-color-scheme:light){.logo-light-theme{display:block}.logo-dark-theme{display:none}}.nav-links{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--color-text-muted);font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--color-text)}.footer a{color:var(--color-text);font-weight:600}.footer a:hover{color:var(--color-primary)}.hero{padding:7rem 2.5rem 4rem}.hero-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.hero-copy{display:flex;flex-direction:column;gap:1.5rem}.hero-kicker{font-size:.85rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-accent);font-weight:600}.hero h1{font-size:clamp(2.8rem,5vw,3.9rem);font-weight:800;margin:0;line-height:1.1}.hero-tagline{font-size:1.15rem;color:var(--color-text-muted);margin:0;max-width:520px}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.6rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;font-weight:700;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 30px #e8003a47}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 16px 40px #e8003a59;color:#fff}.hero-secondary{color:var(--color-text);font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}.hero-secondary:hover{border-color:var(--color-text)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat{padding:1rem;border-radius:var(--radius-lg);background:#ffffff08;border:1px solid var(--color-border)}.stat-value{display:block;font-size:1.05rem;font-weight:700}.stat-label{display:block;font-size:.85rem;color:var(--color-text-muted)}.hero-visual{position:relative;display:flex;justify-content:center}.device-frame{width:min(360px,100%);padding:.9rem;border-radius:36px;background:linear-gradient(160deg,#ffffff14,#fff0);border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 80px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.device-frame img{width:100%;display:block;border-radius:28px}.hero-glow{position:absolute;inset:40% -10% -20% 10%;background:radial-gradient(circle,rgba(27,212,198,.28),transparent 70%);z-index:-1}.features-intro{padding:3rem 2.5rem 1rem}.section-inner{max-width:920px;margin:0 auto;text-align:center}.section-inner h2{font-size:2.1rem;margin:0 0 .5rem}.section-inner p{color:var(--color-text-muted);margin:0 auto;max-width:600px}.feature-section{padding:5rem 2.5rem;scroll-margin-top:80px}.feature-section--alt{background:#ffffff05}.feature-section-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.feature-section--alt .feature-section-inner{direction:rtl}.feature-section--alt .feature-content,.feature-section--alt .feature-visual-wrap{direction:ltr}.feature-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;background:#e8003a26;color:var(--color-primary);font-size:.85rem;font-weight:700;margin-bottom:1rem;letter-spacing:.08em}.feature-title{font-size:2rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}.feature-desc{color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;margin:0}.feature-visual-wrap{display:flex;justify-content:center;align-items:center}.feature-visual{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:1rem;width:min(420px,100%)}.feature-visual--screenshot{background:linear-gradient(180deg,#1bd4c61f,#0000);height:560px;overflow:hidden}.feature-screenshot{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 18%;border-radius:22px;box-shadow:0 18px 45px #00000059}.cta-section{padding:6rem 2.5rem;text-align:center}.cta-box{max-width:700px;margin:0 auto;padding:3.5rem 2.5rem;background:linear-gradient(135deg,#1bd4c61f,#0d56ff14);border:1px solid rgba(255,255,255,.12);border-radius:32px}.cta-box h2{font-size:2rem;margin:0 0 .75rem}.cta-box p{color:var(--color-text-muted);margin:0 0 1.75rem}.cta-link{display:inline-flex;color:#fff}.cta-button{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.6rem;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;font-weight:700;box-shadow:0 12px 30px #e8003a47;transition:transform .2s ease,box-shadow .2s ease}.cta-button svg{width:18px;height:18px;fill:currentColor}.cta-link:hover .cta-button,.cta-link:focus-visible .cta-button{color:#fff}.cta-button:hover{transform:translateY(-2px);box-shadow:0 16px 40px #e8003a59;color:#fff}.footer{padding:4rem 2.5rem 2rem;border-top:1px solid var(--color-border);background:#080c1699}.footer-top{max-width:1200px;margin:0 auto 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:1rem;color:var(--color-text-muted)}.footer-logo{display:inline-flex;align-items:center;gap:.75rem}.footer-logo img{height:36px;width:36px;display:block}.footer-logo span{font-size:1.5rem;font-weight:700;color:var(--color-text)}.footer-brand p{margin:0;font-size:.95rem}.footer-social{display:flex;gap:1rem}.footer-social a{display:inline-flex;color:var(--color-text-muted);transition:color .2s ease}.footer-social a:hover{color:#fff}.footer-social svg{width:20px;height:20px}.footer-cta{display:flex;flex-direction:column;gap:1rem;color:var(--color-text-muted)}.footer-cta p{margin:0;font-size:1.15rem}.footer-cta-highlight{font-style:normal;color:var(--color-text)}.footer-cta-button{align-self:flex-start;padding:.85rem 1.8rem;border-radius:999px;background:#6c3bf4;color:#fff;font-weight:700;transition:background .2s ease,transform .2s ease}.footer-cta-button:hover{background:#5932d4;transform:translateY(-2px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;color:var(--color-text-muted);font-size:.9rem}.footer-bottom p{margin:0}.footer-links{display:flex;align-items:center;gap:.75rem;color:var(--color-text)}.footer-links a{color:var(--color-text);font-weight:500}.footer-links a:hover{color:#fff}.footer-links span{color:var(--color-text-muted)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.hero-stats{grid-template-columns:1fr 1fr}}@media(max-width:700px){.header{padding:1rem 1.25rem}.nav-links{display:none}.hero{padding:6rem 1.5rem 3rem}.hero-stats{grid-template-columns:1fr}.features-intro,.feature-section,.cta-section{padding:4rem 1.5rem}.feature-section-inner{grid-template-columns:1fr;gap:2rem;direction:ltr}.feature-section--alt .feature-section-inner{direction:ltr}.feature-visual--screenshot{height:480px}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media(prefers-color-scheme:light){.app{background:radial-gradient(1200px 600px at 85% -10%,rgba(27,212,198,.18),transparent 60%),radial-gradient(900px 500px at 10% 10%,rgba(13,86,255,.12),transparent 55%),var(--color-bg)}.header{background:#fffc}.stat{background:#0f172a0a}.feature-section--alt{background:#0f172a08}.feature-visual{background:#0f172a0a;border:1px solid rgba(15,23,42,.08)}.footer{background:#ffffffe6}.footer-social a:hover,.footer-links a:hover{color:var(--color-primary)}}
