:root{--color-bg:#0a0a0f;--color-bg-light:#12121a;--color-bg-card:#1a1a1a;--color-text:#ffffff;--color-text-muted:#a0a0b0;--color-primary:#6366f1;--color-primary-hover:#818cf8;--color-accent:#22c55e;--color-accent-soft:rgba(34,197,94,0.1);--color-border:rgba(255,255,255,0.3);--font-display:"Playfair Display",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px rgba(0,0,0,0.4);--max-width:1200px;--section-padding:100px 24px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);line-height:1.6;overflow-x:hidden}.dark footer,.dark nav,body{color:var(--color-text)}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.section-with-bg{position:relative;overflow:hidden}.section-bg{position:absolute;inset:0;z-index:0}.section-bg img,.section-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,15,.7),rgba(10,10,15,.6) 50%,rgba(10,10,15,.75));z-index:1}#hero .section-overlay{background:radial-gradient(ellipse at center,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 60%,rgba(0,0,0,.4) 100%)}.section-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:var(--section-padding)}.section-with-bg .section-heading{text-shadow:0 2px 12px rgba(0,0,0,.9)}.section-with-bg .section-label,.section-with-bg .section-subheading{text-shadow:0 1px 6px rgba(0,0,0,.8)}.section-with-bg .about-text p,.section-with-bg .command-desc,.section-with-bg .contact-value,.section-with-bg .example-context,.section-with-bg .faq-answer,.section-with-bg .feature-description,.section-with-bg .free-note,.section-with-bg .publishers-text p,.section-with-bg .stat-label,.section-with-bg .step-description{color:rgba(255,255,255,.9);text-shadow:0 1px 4px rgba(0,0,0,.7)}.section-with-bg .about-text h3,.section-with-bg .command-name,.section-with-bg .contact-title,.section-with-bg .faq-question,.section-with-bg .feature-title,.section-with-bg .free-badge-text,.section-with-bg .publishers-text h3,.section-with-bg .stat-value,.section-with-bg .step-title{text-shadow:0 1px 6px rgba(0,0,0,.8)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;justify-content:space-between;padding:16px 32px;background:rgba(10,10,15,.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.nav-brand,nav{display:flex;align-items:center}.nav-brand{font-family:var(--font-display);font-size:1.5rem;font-weight:700;gap:8px}.nav-brand-icon{width:36px;height:36px;display:flex;align-items:center}.nav-brand-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:.9rem;font-weight:500;opacity:.8;transition:opacity .2s}.nav-links a:hover{opacity:1}.nav-cta{background:#2a2a2a;padding:10px 20px;border-radius:var(--radius);opacity:1!important;transition:background .2s}.nav-cta:hover{background:#3a3a3a}.nav-cta-secondary{background:#2a2a2a;border:none;color:white}.nav-cta-secondary:hover{background:#3a3a3a}.nav-hamburger{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:#2a2a2a;color:white}.btn-primary:hover{background:#3a3a3a;transform:translateY(-2px)}.btn-secondary{background:#2a2a2a;color:white;border:none}.btn-secondary:hover{background:#3a3a3a;transform:translateY(-2px)}.btn-icon{font-size:1.5rem;display:inline-flex;align-items:center;justify-content:center}.section-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-bottom:16px}.section-heading{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:16px}.section-subheading{font-size:1.1rem;color:var(--color-text-muted);max-width:600px}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}#hero{min-height:100vh;display:flex;align-items:center}#hero .section-content{padding-top:120px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-centered{text-align:center;max-width:720px;margin:0 auto}.hero-centered .hero-description{margin-left:auto;margin-right:auto;color:rgba(255,255,255,.95);text-shadow:0 2px 8px rgba(0,0,0,.8)}.hero-centered .hero-headline{text-shadow:0 2px 12px rgba(0,0,0,.9)}.hero-centered .hero-badges .badge{text-shadow:0 1px 4px rgba(0,0,0,.6)}.hero-centered .hero-badges,.hero-centered .hero-buttons{justify-content:center}.hero-headline{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:20px}.hero-headline .highlight{color:var(--color-primary)}.hero-description{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:32px;max-width:500px}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.badge{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:rgba(34,197,94,.2);border:1px solid rgba(34,197,94,.5);border-radius:100px;font-size:.9rem;font-weight:600;color:#4ade80}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.hero-cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px;width:100%}.hero-cta-card{text-align:center;padding:32px 20px 28px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:transform .2s,border-color .2s,box-shadow .2s;text-decoration:none;color:var(--color-text);cursor:pointer}.hero-cta-card:hover{transform:translateY(-4px);border-color:var(--color-primary)}.hero-cta-instant{border-color:#fbbf24;border-width:2px;box-shadow:0 0 24px rgba(245,158,11,.3),0 8px 32px rgba(0,0,0,.3)}.hero-cta-instant:hover{border-color:#fcd34d;box-shadow:0 0 32px rgba(245,158,11,.45),0 8px 32px rgba(0,0,0,.3)}.hero-cta-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.hero-cta-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:10px;mix-blend-mode:screen;opacity:.9}.hero-cta-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.hero-cta-desc{color:var(--color-text-muted);font-size:.85rem;line-height:1.4}@media (max-width:860px){.hero-cta-grid{grid-template-columns:1fr 1fr;max-width:520px;margin-left:auto;margin-right:auto}.hero-cta-instant{grid-column:1/-1}}@media (max-width:560px){.hero-cta-grid{grid-template-columns:1fr;max-width:360px;gap:16px}.hero-cta-card{padding:24px 16px 20px}.hero-cta-icon{width:56px;height:56px}}.hero-signup-link{font-size:.95rem;color:rgba(167,139,250,.8);transition:color .2s}.hero-signup-link:hover{color:#c4b5fd}.hero-demo{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.demo-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-bg-light) 0,var(--color-bg) 100%);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--color-text-muted)}.demo-placeholder-icon{font-size:3rem;opacity:.5}.demo-placeholder-text{font-size:.9rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.step-card{text-align:center;padding:40px 24px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:transform .2s,border-color .2s,box-shadow .2s}.step-card:hover{transform:translateY(-4px);border-color:var(--color-primary)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary);border-radius:50%;font-size:1.25rem;font-weight:700;margin-bottom:20px}.step-icon{font-size:2.5rem;margin-bottom:16px}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:12px}.step-description{color:var(--color-text-muted);font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.feature-card{padding:32px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:transform .2s,border-color .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);border-color:var(--color-primary)}.feature-icon{font-size:2rem;margin-bottom:16px}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.feature-description{color:var(--color-text-muted);font-size:.9rem}.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:60px}.stat-card{text-align:center;padding:40px 24px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);flex:0 0 calc(33.333% - 16px);max-width:calc(33.333% - 16px)}.stat-value{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);margin-bottom:8px}.stat-label{font-size:.9rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.commands-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:60px;align-items:start}.commands-column h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:24px;display:flex;align-items:center;gap:10px}.commands-column h3 .col-icon{font-size:1.4rem}.commands-description{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.8);margin-bottom:8px}.command-item{display:flex;gap:16px;padding:16px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:12px;backdrop-filter:blur(10px);box-shadow:0 4px 16px rgba(0,0,0,.2);transition:border-color .2s,box-shadow .2s}.command-item:hover{border-color:var(--color-primary)}.command-code{font-family:SF Mono,Fira Code,monospace;font-size:.85rem;font-weight:600;color:var(--color-primary);background:rgba(99,102,241,.1);padding:4px 10px;border-radius:6px;white-space:nowrap;height:-moz-fit-content;height:fit-content}.command-info{flex:1}.command-name{font-weight:600;font-size:.95rem;margin-bottom:4px}.command-desc{color:var(--color-text-muted);font-size:.85rem}.example-card{padding:20px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:12px;backdrop-filter:blur(10px);box-shadow:0 4px 16px rgba(0,0,0,.2);transition:border-color .2s,box-shadow .2s}.example-card:hover{border-color:var(--color-accent)}.example-question{font-style:italic;color:var(--color-accent);font-size:.95rem;margin-bottom:6px}.example-question:after,.example-question:before{content:'"'}.example-context{font-size:.8rem;color:var(--color-text-muted)}.commands-tip{margin-top:24px;padding:16px 20px;background:rgba(99,102,241,.08);border-left:3px solid var(--color-primary);border-radius:0 var(--radius) var(--radius) 0;font-size:.9rem;color:var(--color-text-muted)}.commands-tip strong{color:var(--color-text)}@media (max-width:1024px){.commands-layout{grid-template-columns:1fr}}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:60px}.faq-item{padding:28px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:border-color .2s,box-shadow .2s}.faq-item:hover{border-color:var(--color-primary)}.faq-question{font-size:1.05rem;font-weight:600;margin-bottom:12px;display:flex;align-items:flex-start;gap:12px}.faq-number{color:var(--color-primary);font-weight:700}.faq-answer{color:var(--color-text-muted);font-size:.95rem;padding-left:32px}.free-section{text-align:center}.free-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:40px 0}.free-badge{display:flex;align-items:center;gap:10px;padding:16px 24px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);backdrop-filter:blur(10px);box-shadow:0 4px 16px rgba(0,0,0,.2)}.free-badge-icon{font-size:1.5rem}.free-badge-text{font-weight:500}.free-note{color:var(--color-text-muted);font-size:.95rem;max-width:600px;margin:0 auto}.about-grid{display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center;margin-top:40px}.about-image{width:260px;height:260px;border-radius:50%;background:var(--color-bg-card);border:3px solid var(--color-primary);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;font-size:4rem;overflow:hidden}.about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-text h3{font-family:var(--font-display);font-size:1.5rem;margin-bottom:16px}.about-text p{color:var(--color-text-muted);margin-bottom:16px}.about-text p:last-child{margin-bottom:0}#publishers .section-subheading{color:rgba(255,255,255,.9)}.publishers-content{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:48px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-top:40px}.publishers-text h3{font-size:1.5rem;margin-bottom:12px}.publishers-text p{color:var(--color-text-muted)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.contact-card{padding:32px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:border-color .2s,box-shadow .2s}.contact-card:hover{border-color:var(--color-primary)}.contact-icon{font-size:2.5rem;margin-bottom:16px}.contact-title{font-weight:600;margin-bottom:8px}.contact-value{color:var(--color-text-muted);font-size:.9rem}.contact-value a{color:var(--color-primary)}.contact-value a:hover{text-decoration:underline}.contact-coming-soon{font-style:italic}.contact-coming-soon,footer{color:var(--color-text-muted)}footer{padding:40px 24px;text-align:center;border-top:1px solid var(--color-border);font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:32px;margin-bottom:16px}.footer-links a{opacity:.7;transition:opacity .2s}.footer-links a:hover{opacity:1}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-badges,.hero-buttons{justify-content:center}.hero-demo{max-width:500px;margin:0 auto}.steps-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.features-grid{grid-template-columns:repeat(2,1fr)}.stats-grid .stat-card{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px)}.about-grid,.faq-grid{grid-template-columns:1fr}.about-grid{text-align:center}.about-image{margin:0 auto}.publishers-content{grid-template-columns:1fr;text-align:center}.contact-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width:768px){nav{padding:12px 20px}.nav-hamburger{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-bg);padding:20px;gap:16px;border-bottom:1px solid var(--color-border)}.nav-links.open{display:flex}.features-grid{grid-template-columns:1fr}:root{--section-padding:60px 20px}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.contact-icon:has(img),.feature-icon:has(img),.free-badge-icon:has(img),.step-icon:has(img){font-size:1rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.contact-icon img,.feature-icon img,.free-badge-icon img,.step-icon img{width:100%;height:100%;max-width:80px;max-height:80px;-o-object-fit:contain;object-fit:contain;display:block;border-radius:8px;mix-blend-mode:screen;opacity:.95}.feature-icon:has(img){width:64px;height:64px}.feature-icon img{max-width:64px;max-height:64px}.free-badge-icon:has(img){width:48px;height:48px;margin-bottom:8px}.free-badge-icon img{max-width:48px;max-height:48px}.col-icon img{max-width:28px;max-height:28px}.btn-icon img,.col-icon img{display:inline-block;vertical-align:middle;-o-object-fit:contain;object-fit:contain}.btn-icon img{width:28px;height:28px;border-radius:6px;mix-blend-mode:screen;opacity:.9}.example-flow{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 auto;max-width:1200px;padding:0 20px}.flow-step{background:rgba(255,255,255,.02);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:20px;flex:1;min-width:200px;max-width:280px;transition:all .3s ease}.flow-step:hover{background:rgba(255,255,255,.04);border-color:rgba(99,102,241,.4);transform:translateY(-4px)}.flow-number{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;margin-bottom:12px}.flow-content{text-align:left}.flow-title{font-weight:600;font-size:1rem;color:#fff;margin-bottom:8px;line-height:1.4}.flow-desc{font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.5}.flow-arrow{color:rgba(99,102,241,.6);font-size:2rem;font-weight:300;flex-shrink:0}@media (max-width:968px){.example-flow{flex-direction:column;gap:12px}.flow-step{max-width:100%;width:100%}.flow-arrow{transform:rotate(90deg);font-size:1.5rem}}