*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter', sans-serif;background:white;color:#111;-webkit-font-smoothing:antialiased}.page-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;background:linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);opacity:0.3}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto;height:80px}.navbar-logo{display:flex;align-items:center;gap:0.5rem;font-family:'Inter', sans-serif;font-weight:800;font-size:1.4rem;letter-spacing:-0.04em;color:#111;text-decoration:none}.logo-icon img{width:42px;height:42px;border-radius:8px}.navbar-links{display:flex;gap:2rem;list-style:none}.nav-item{position:relative;display:flex;align-items:center;gap:4px;font-size:0.95rem;font-weight:500;color:#333;cursor:pointer;transition:color 0.2s}.nav-item:hover{color:#7534e1}.nav-item svg{width:16px;height:16px;opacity:0.6}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.5rem 0;min-width:160px;z-index:10}.nav-item:hover .dropdown-menu{display:block}.navbar-actions{display:flex;align-items:center;gap:1rem}.social-badge{display:flex;align-items:center;gap:6px;background-color:#f3f4f6;padding:6px 12px;border-radius:9999px;font-size:0.875rem;font-weight:600;color:#374151;text-decoration:none;transition:background-color 0.2s}.social-badge:hover{background-color:#e5e7eb}.social-badge svg{width:16px;height:16px;fill:currentColor}.btn-primary{background-color:#111;color:white;padding:0.6rem 1.25rem;border-radius:9999px;font-weight:600;font-size:0.95rem;text-decoration:none;transition:opacity 0.2s;border-radius:.25rem}.btn-primary:hover{opacity:0.9}.btn-green,.ct-btn-primary.btn-green{background-color:#2d8647;color:white}.ct-btn-primary.btn-green:hover{background-color:#246B39}.mockup-section{padding-bottom:4rem}.hero-section{text-align:center;padding-top:4rem;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-title{font-family:'Inter', sans-serif;font-weight:800;font-style:italic;font-size:3.5rem;line-height:1.1;color:#000;letter-spacing:-0.02em}.hero-subtitle{font-size:1.125rem;color:#4b5563;line-height:1.6;max-width:640px}.hero-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.btn-secondary{background-color:white;color:#111;padding:0.8rem 1.5rem;border-radius:9999px;font-weight:600;font-size:0.95rem;text-decoration:none;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.btn-secondary:hover{background-color:#fdfcff;color:#7534e1;box-shadow:0 4px 12px rgba(117,52,225,0.15)}.btn-hero{padding:0.8rem 1.5rem;font-size:1rem}.product-hunt-card{margin-top:2rem;background:white;padding:10px 16px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);width:100%;max-width:400px;text-align:left;gap:1rem;text-decoration:none;color:inherit;transition:transform 0.2s}.product-hunt-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(117,52,225,0.15),0 0 0 1px rgba(117,52,225,0.2)}.ph-content{display:flex;flex-direction:column;gap:2px}.ph-title{font-weight:700;font-size:0.9rem;color:#111}.ph-subtitle{font-size:0.75rem;color:#6b7280}.ph-logo{flex-shrink:0}.ph-logo img{border-radius:8px}.mockups-wrapper{position:relative;width:calc(100% - 4rem);max-width:1200px;margin:4rem auto 0}.macos-mockup{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px -10px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);background:white;position:relative;z-index:1}.window-header{background:#f1f1f1;padding:12px 16px;display:flex;align-items:center;border-bottom:1px solid #e5e5e5}.window-dots{display:flex;gap:8px}.window-dot{width:12px;height:12px;border-radius:50%}.window-dot.red{background-color:#ff5f56}.window-dot.yellow{background-color:#ffbd2e}.window-dot.green{background-color:#27c93f}.window-content img{display:block;width:100%;height:auto}.mobile-mockup{position:absolute;top:15%;right:-5%;width:280px;border-radius:32px;border:8px solid #111;background:#111;box-shadow:0 25px 50px -12px rgba(0,0,0,0.35),0 0 0 1px rgba(0,0,0,0.1);overflow:hidden;z-index:10}.mobile-mockup img{display:block;width:100%;height:auto;border-radius:24px}@media (max-width: 1024px){.mobile-mockup{width:220px;right:-2rem}}@media (max-width: 768px){.mockups-wrapper{display:flex;flex-direction:column;align-items:center;margin:2rem auto 0}.mobile-mockup{position:relative;margin-top:-4rem;width:200px;right:auto}}.agents-section{padding:6rem 1rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.badge-pill{background-color:#FFF5E5;color:#FF8C42;padding:6px 16px;border-radius:9999px;font-size:0.85rem;font-weight:600;display:inline-block}.section-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#111;text-align:center}.bento-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.bento-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto auto}}.bento-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);border:1px solid rgba(0,0,0,0.05);display:flex;flex-direction:column}.agent-builder-card{padding:2.5rem;justify-content:center}.inbox-organizer-card{background-color:#FDF6E3;position:relative;min-height:400px}.skills-card,.intelligence-card{padding:2rem;min-height:300px}.card-content{display:flex;flex-direction:column;gap:1rem;z-index:2}.card-label{font-size:0.85rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}.card-heading{font-size:1.75rem;font-weight:700;line-height:1.3;color:#111;margin-bottom:1rem}.feature-list{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.feature-item h4{font-size:1rem;font-weight:600;margin-bottom:0.5rem}.feature-item p{font-size:0.95rem;color:#555;line-height:1.5}.feature-desc{color:#888;font-size:0.9rem;margin-top:0.5rem}.inbox-mockup-window{position:absolute;top:2rem;right:-2rem;width:90%;height:90%;background:white;border-top-left-radius:12px;box-shadow:-10px 10px 30px rgba(0,0,0,0.1);display:flex;overflow:hidden;border:1px solid #eee}.mock-sidebar{width:60px;background:#FAFAFA;border-right:1px solid #eee;display:flex;flex-direction:column;align-items:center;padding-top:1rem;gap:1rem}.mock-sidebar-icon{width:32px;height:32px;background:#eee;border-radius:8px}.mock-main{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.mock-header{border-bottom:1px solid #f0f0f0;padding-bottom:1rem;margin-bottom:0.5rem}.mock-title{font-weight:700;font-size:1.1rem}.mock-chat-bubble{background:#f9f9f9;padding:1rem;border-radius:12px;font-size:0.85rem;color:#444;margin-bottom:0.5rem}.mock-chat-bubble.highlight{border-left:3px solid #FF8C42}.logos-grid,.models-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;margin-top:auto;padding-top:2rem}.logo-item{width:48px;height:48px;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#999;font-size:0.8rem}.logo-notion{background:#fff;border:1px solid #eee;color:#000}.logo-gmail{background:#ffebee;color:#d93025}.logo-slack{background:#fff;border:1px solid #eee}.logo-claude{background:#fdf5e6;color:#d97757}.logo-gpt{background:#f0fdf4;color:#10a37f}.collaboration-section{padding:6rem 1rem;max-width:1200px;margin:0 auto}.collaboration-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:flex-start;align-items:flex-start}.section-header-left{text-align:left;align-items:flex-start;margin-bottom:3rem}.collab-container{display:flex;flex-direction:column;gap:3rem}@media (min-width: 900px){.collab-container{flex-direction:row;gap:4rem;align-items:flex-start}}.collab-text{flex:1;display:flex;flex-direction:column;justify-content:center}.collab-visual{flex:1.5;width:100%}.collab-feature-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-left:1rem;border-left:2px solid #f0f0f0}.collab-feature-item{position:relative;padding-left:1rem}.collab-feature-item::before{content:'';position:absolute;left:-1.35rem;top:0.4rem;width:8px;height:8px;border-radius:50%;background-color:#ddd;transition:background-color 0.2s, transform 0.2s}.collab-feature-item:hover::before,.collab-feature-item.active::before{background-color:#7534e1;transform:scale(1.2)}.collab-feature-item h4{font-size:1.05rem;font-weight:600;margin-bottom:0.25rem;color:#222}.collab-feature-item p{color:#666;font-size:0.95rem;line-height:1.5}.agent-workspace-mockup{background:white;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08),0 0 0 1px rgba(0,0,0,0.05);overflow:hidden;display:flex;height:450px;border:1px solid #e1e4e8;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}.workspace-sidebar{width:60px;background-color:#F8F9FA;border-right:1px solid #e1e4e8;display:flex;flex-direction:column;align-items:center;padding-top:1rem;gap:0.75rem}.workspace-icon{width:36px;height:36px;border-radius:8px;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s}.workspace-icon:hover{background-color:#e1e4e8}.workspace-icon.active{background-color:#f4ecff;color:#7534e1}.workspace-main{flex:1;display:flex;flex-direction:column;background:#fff}.workspace-header{height:50px;border-bottom:1px solid #e1e4e8;display:flex;align-items:center;padding:0 1rem;gap:1rem;background:#fff}.workspace-tab{padding:0.4rem 0.8rem;background:#f4ecff;color:#7534e1;border-radius:6px;font-size:0.85rem;font-weight:600;display:flex;align-items:center;gap:8px}.workspace-tab svg{width:14px;height:14px;fill:currentColor}.workspace-content-area{flex:1;padding:1rem;background:#FAFAFA;display:flex;gap:1rem}.workspace-panel{flex:1;background:white;border:1px solid #e1e4e8;border-radius:8px;padding:1rem;display:flex;flex-direction:column;box-shadow:0 2px 5px rgba(0,0,0,0.02)}.panel-header{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem;font-weight:600;font-size:0.9rem;color:#333}.panel-body{flex:1;font-size:0.85rem;color:#666;line-height:1.5}.skeleton-text{height:8px;background:#f0f0f0;border-radius:4px;margin-bottom:0.5rem;width:100%}.skeleton-text.short{width:60%}
