:root{--primary:#8b5cf6;--secondary:#6366f1;--accent:#ec4899;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--text:#1f2937;--text-light:#6b7280;--surface:#f9fafb;--border:#e5e7eb;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--white);color:#1f2937;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}a{color:inherit;text-decoration:none}.App{min-height:100vh}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navigation.scrolled{background:#fffffffa;border-bottom-color:var(--border);box-shadow:0 2px 8px #0000000d}.navigation .container{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.5rem}.nav-left{gap:1rem}.logo,.nav-left{align-items:center;display:flex}.logo{gap:.5rem;text-decoration:none}.logo-text{color:var(--text);font-size:1.25rem;font-weight:800}.logo-text .labs{color:var(--primary)}.product-badge{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:50px;color:#fff;font-size:.875rem;font-weight:600;padding:.375rem .75rem}.nav-center{display:flex;gap:2rem}.nav-center a{color:var(--text);font-weight:500;transition:color .3s ease}.nav-center a:hover{color:var(--primary)}.nav-right{align-items:center;display:flex;gap:1rem}.demo-link{color:var(--primary);font-weight:600;transition:opacity .3s ease}.demo-link:hover{opacity:.8}.cta-button{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:8px;color:#fff;font-weight:600;padding:.625rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{box-shadow:0 8px 16px #8b5cf64d;transform:translateY(-2px)}@media (max-width:768px){.nav-center,.product-badge{display:none}}.hero{background:linear-gradient(135deg,#faf5ff,#f3e8ff 50%,#e9d5ff);overflow:hidden;padding:8rem 0 4rem;position:relative}.hero:before{background:radial-gradient(circle,#8b5cf61a 0,#0000 70%);border-radius:50%;content:"";height:800px;position:absolute;right:-20%;top:-50%;width:800px}.hero .container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-badge{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:50px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1.5rem;padding:.5rem 1rem}.hero h1{color:var(--text);font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 50%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-light);font-size:1.25rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.primary-button{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:8px;color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.primary-button:hover{box-shadow:0 12px 24px #8b5cf64d;transform:translateY(-2px)}.secondary-button{background:#fff;border:2px solid var(--primary);border-radius:8px;color:var(--primary);font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.secondary-button:hover{background:var(--primary);color:#fff}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat{text-align:center}.stat-number{color:var(--primary);font-size:2rem;font-weight:900;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.9rem;font-weight:600}.hero-visual{position:relative}.platform-icons{grid-gap:1.5rem;animation:float 6s ease-in-out infinite;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.platform-icon{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.platform-icon:hover{box-shadow:0 16px 32px #00000026;transform:translateY(-8px) scale(1.1)}.platform-icon.instagram{animation-delay:0s}.platform-icon.facebook{animation-delay:.1s}.platform-icon.linkedin{animation-delay:.2s}.platform-icon.twitter{animation-delay:.3s}.platform-icon.youtube{animation-delay:.4s}.platform-icon.tiktok{animation-delay:.5s}.platform-icon.whatsapp{animation-delay:.6s}.platform-icon.pinterest{animation-delay:.7s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:968px){.hero .container{gap:3rem;grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(2,1fr)}.platform-icons{gap:1rem;grid-template-columns:repeat(4,1fr)}.platform-icon{font-size:2rem;height:60px;width:60px}}.features{background:#fff;padding:5rem 0}.features-header{margin-bottom:4rem;text-align:center}.features-header h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.features-header p{color:var(--text-light);font-size:1.25rem;margin:0 auto;max-width:700px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:var(--primary);box-shadow:0 12px 32px #8b5cf626;transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text);font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.feature-card>p{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.feature-benefits{list-style:none;padding:0}.feature-benefits li{color:var(--text-light);font-size:.95rem;padding:.5rem 0}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.platforms{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:5rem 0}.platforms-header{margin-bottom:4rem;text-align:center}.platforms-header h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.platforms-header p{color:var(--text-light);font-size:1.25rem;margin:0 auto;max-width:700px}.platforms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.platform-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s ease}.platform-card:hover{border-color:var(--platform-color);box-shadow:0 12px 32px #0000001a;transform:translateY(-4px)}.platform-header{align-items:center;border-bottom:2px solid var(--border);display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.platform-icon{font-size:2.5rem}.platform-card h3{color:var(--text);font-size:1.5rem;font-weight:800}.platform-features{list-style:none;padding:0}.platform-features li{align-items:center;color:var(--text-light);display:flex;gap:.75rem;padding:.5rem 0}.platform-features .check{color:var(--platform-color);font-size:1.1rem;font-weight:700}.platforms-cta{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:16px;color:#fff;padding:3rem;text-align:center}.platforms-cta h3{font-size:2rem;font-weight:800;margin-bottom:.5rem}.platforms-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.request-button{background:#fff;border-radius:8px;color:var(--primary);display:inline-block;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.request-button:hover{box-shadow:0 8px 24px #0003;transform:translateY(-2px)}@media (max-width:768px){.platforms-grid{grid-template-columns:1fr}}.how-it-works{background:#fff;padding:5rem 0}.how-it-works-header{margin-bottom:4rem;text-align:center}.how-it-works-header h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.how-it-works-header p{color:var(--text-light);font-size:1.25rem}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.step-card{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.step-card:hover{border-color:var(--primary);box-shadow:0 16px 40px #8b5cf626;transform:translateY(-8px)}.step-number{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:900;height:50px;justify-content:center;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:50px}.step-icon{font-size:4rem;margin:2rem 0 1rem}.step-card h3{color:var(--text);font-size:1.5rem;font-weight:800;margin-bottom:1rem}.step-card p{color:var(--text-light);line-height:1.6}.how-it-works-cta{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:16px;padding:3rem;text-align:center}.how-it-works-cta h3{color:var(--text);font-size:2rem;font-weight:800;margin-bottom:2rem}.cta-button-large{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:8px;color:#fff;display:inline-block;font-size:1.2rem;font-weight:700;padding:1.25rem 3rem;transition:all .3s ease}.cta-button-large:hover{box-shadow:0 12px 32px #8b5cf64d;transform:translateY(-2px)}@media (max-width:768px){.steps-container{grid-template-columns:1fr}}.use-cases{background:linear-gradient(135deg,#faf5ff,#f3e8ff);padding:5rem 0}.use-cases-header{margin-bottom:4rem;text-align:center}.use-cases-header h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.use-cases-header p{color:var(--text-light);font-size:1.25rem}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.use-case-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s ease}.use-case-card:hover{border-color:var(--primary);box-shadow:0 12px 32px #8b5cf626;transform:translateY(-4px)}.use-case-icon{font-size:3.5rem;margin-bottom:1.5rem}.use-case-card h3{color:var(--text);font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.use-case-description{color:var(--text-light);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.use-case-features{list-style:none;margin-bottom:1.5rem;padding:0}.use-case-features li{color:var(--text-light);line-height:1.5;padding:.5rem 0}.use-case-result{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:8px;color:var(--primary);font-weight:600;padding:1rem}.use-case-result strong{color:var(--text)}@media (max-width:768px){.use-cases-grid{grid-template-columns:1fr}}.demo{background:#fff;padding:5rem 0}.demo-header{margin-bottom:3rem;text-align:center}.demo-header h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.demo-header p{color:var(--text-light);font-size:1.25rem}.demo-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.demo-tab{background:var(--surface);border:2px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.demo-tab.active,.demo-tab:hover{border-color:var(--primary)}.demo-tab.active{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#fff}.demo-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.demo-info h3{color:var(--text);font-size:2rem;font-weight:800;margin-bottom:1rem}.demo-info>p{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.demo-features{list-style:none;margin-bottom:2rem;padding:0}.demo-features li{color:var(--text-light);font-size:1.05rem;padding:.75rem 0}.demo-cta{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:8px;color:#fff;display:inline-block;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.demo-cta:hover{box-shadow:0 8px 24px #8b5cf64d;transform:translateY(-2px)}.demo-visual{position:relative}.demo-placeholder{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px dashed var(--primary);border-radius:16px;padding:4rem 2rem;text-align:center}.placeholder-icon{font-size:5rem;margin-bottom:1rem}.demo-placeholder p{color:var(--text);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.demo-placeholder span{color:var(--text-light);font-size:.95rem}@media (max-width:968px){.demo-content{grid-template-columns:1fr}.demo-tabs{gap:.5rem}.demo-tab{font-size:.9rem;padding:.75rem 1.5rem}}.contact{background:#fff;padding:5rem 0}.contact-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr}.contact-info h2{color:var(--text);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.contact-info>p{color:var(--text-light);font-size:1.25rem;margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-method{align-items:flex-start;display:flex;gap:1.5rem}.method-icon{flex-shrink:0;font-size:3rem}.method-details h3{color:var(--text);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.method-details p{color:var(--text-light);font-size:.95rem;margin-bottom:.5rem}.method-details a{color:var(--primary);font-weight:600;transition:opacity .3s ease}.method-details a:hover{opacity:.8}.contact-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.feature-item{align-items:center;color:var(--text-light);display:flex;font-weight:600;gap:.75rem}.feature-icon{color:var(--success);font-size:1.25rem;font-weight:700}.contact-cta-box{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:16px;color:#fff;padding:3rem;text-align:center}.contact-cta-box h3{font-size:2rem;font-weight:800;margin-bottom:1rem}.contact-cta-box>p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.contact-cta-box .cta-button-large{background:#fff;border-radius:8px;color:var(--primary);display:inline-block;font-size:1.2rem;font-weight:700;margin-bottom:1rem;padding:1.25rem 3rem;transition:all .3s ease}.contact-cta-box .cta-button-large:hover{box-shadow:0 8px 24px #0003;transform:translateY(-2px)}.cta-note{display:block;font-size:.9rem;opacity:.9}@media (max-width:968px){.contact-content{gap:3rem}.contact-content,.contact-features{grid-template-columns:1fr}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 3fr;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-brand .logo-text{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-brand .labs{color:var(--primary)}.footer-brand p{color:#ffffffb3;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.footer-column a{color:#ffffffb3;display:block;margin-bottom:.75rem;transition:color .3s ease}.footer-column a:hover{color:var(--primary)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:2rem}.footer-bottom p,.footer-social span{color:#fff9}@media (max-width:968px){.footer-content{gap:3rem}.footer-content,.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
/*# sourceMappingURL=main.9918d580.css.map*/