* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; line-height: 1.6; background: #fafafa; }
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.nav { background: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 100; }
.nav .container { display: flex; justify-content: space-between; align-items: center; height: 72px; }
.nav-brand { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #0066ff; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 15px; font-weight: 500; color: #666; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #0066ff; }
.hero { padding: 80px 0 120px; background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%); }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font-size: 52px; line-height: 1.1; margin-bottom: 24px; color: #0a0a0a; }
.hero-subtitle { font-size: 18px; color: #555; margin-bottom: 32px; line-height: 1.7; }
.hero-cta { display: flex; gap: 16px; margin-bottom: 48px; }
.btn-primary { background: #0066ff; color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; transition: background 0.2s, transform 0.1s; display: inline-block; }
.btn-primary:hover { background: #0052cc; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: #0066ff; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 2px solid #0066ff; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { background: #f0f7ff; }
.hero-stats { display: flex; gap: 48px; }
.stat-number { font-size: 36px; font-weight: 700; color: #0066ff; }
.stat-label { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; }
.workflow-img { width: 100%; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.section-title { font-size: 40px; text-align: center; margin-bottom: 16px; }
.section-subtitle { text-align: center; font-size: 17px; color: #666; margin-bottom: 64px; }
.integration-stack { padding: 100px 0; background: #fff; }
.integration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.integration-card { background: #fafafa; border: 1px solid #e5e5e5; border-radius: 12px; padding: 32px; transition: all 0.2s; }
.integration-card:hover { border-color: #0066ff; box-shadow: 0 8px 24px rgba(0,102,255,0.1); }
.integration-icon { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.integration-icon.make { background: #6b4ce6; color: #fff; }
.integration-icon.hubspot { background: #ff7a59; color: #fff; }
.integration-icon.slack { background: #4a154b; color: #fff; }
.integration-icon.claude { background: #d97757; color: #fff; }
.integration-icon.monday { background: #ff3d57; color: #fff; }
.integration-icon.api { background: #0a0a0a; color: #fff; }
.integration-card h3 { font-size: 20px; margin-bottom: 12px; }
.integration-card p { font-size: 15px; color: #666; line-height: 1.6; }
.capabilities { padding: 100px 0; background: #fafafa; }
.capability-list { max-width: 900px; margin: 0 auto; }
.capability-item { display: flex; gap: 32px; margin-bottom: 56px; }
.capability-number { font-size: 48px; font-weight: 700; color: #e5e5e5; line-height: 1; }
.capability-content h3 { font-size: 24px; margin-bottom: 12px; }
.capability-content p { font-size: 16px; color: #555; margin-bottom: 16px; line-height: 1.7; }
.capability-tech { display: flex; gap: 8px; flex-wrap: wrap; }
.tech-tag { background: #fff; border: 1px solid #e5e5e5; padding: 6px 14px; border-radius: 6px; font-size: 13px; color: #666; }
.proof { padding: 100px 0; background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proof-card { background: #fafafa; border-radius: 12px; overflow: hidden; transition: transform 0.2s; }
.proof-card:hover { transform: translateY(-4px); }
.proof-img { width: 100%; height: 200px; object-fit: cover; }
.proof-content { padding: 24px; }
.proof-content h4 { font-size: 18px; margin-bottom: 8px; }
.proof-content p { font-size: 14px; color: #666; }
.cta-section { padding: 100px 0; background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%); }
.cta-box { text-align: center; color: #fff; }
.cta-box h2 { font-size: 40px; margin-bottom: 16px; }
.cta-box p { font-size: 18px; margin-bottom: 32px; opacity: 0.9; }
.btn-primary-large { background: #fff; color: #0066ff; padding: 18px 40px; border-radius: 8px; font-weight: 700; font-size: 17px; display: inline-block; transition: transform 0.2s; }
.btn-primary-large:hover { transform: scale(1.05); }
.footer { background: #0a0a0a; color: #999; padding: 40px 0; text-align: center; font-size: 14px; }
.page-header { padding: 60px 0 40px; background: #fff; border-bottom: 1px solid #e5e5e5; }
.page-header h1 { font-size: 44px; margin-bottom: 12px; }
.page-subtitle { font-size: 17px; color: #666; }
.workflows-section { padding: 60px 0 100px; background: #fafafa; }
.workflow-filters { display: flex; gap: 12px; margin-bottom: 32px; }
.filter-btn { background: #fff; border: 1px solid #e5e5e5; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { background: #0066ff; color: #fff; border-color: #0066ff; }
.workflow-table { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e5e5e5; }
.workflow-row { display: grid; grid-template-columns: 2fr 0.8fr 0.8fr 1.5fr 0.8fr; gap: 24px; padding: 20px 24px; border-bottom: 1px solid #e5e5e5; align-items: center; }
.workflow-row.header { background: #fafafa; font-weight: 600; font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; }
.workflow-row:last-child { border-bottom: none; }
.workflow-title { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.workflow-desc { font-size: 13px; color: #666; }
.status-badge { background: #d4f4dd; color: #0d7a2c; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: 600; display: inline-block; }
.int-badge { background: #f0f0f0; padding: 4px 10px; border-radius: 6px; font-size: 12px; color: #555; display: inline-block; margin-right: 6px; margin-bottom: 4px; }
.workflow-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.metric-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 32px; text-align: center; }
.metric-value { font-size: 36px; font-weight: 700; color: #0066ff; margin-bottom: 8px; }
.metric-label { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; }
.builder-section { padding: 40px 0 100px; background: #fafafa; }
.builder-layout { display: grid; grid-template-columns: 240px 1fr 280px; gap: 24px; }
.builder-sidebar { background: #fff; border-radius: 12px; padding: 24px; border: 1px solid #e5e5e5; height: fit-content; }
.builder-sidebar h3 { font-size: 16px; margin-bottom: 20px; }
.module-category { margin-bottom: 24px; }
.module-category h4 { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.module-item { background: #fafafa; border: 1px solid #e5e5e5; border-radius: 8px; padding: 12px; margin-bottom: 8px; display: flex; align-items: center; gap: 12px; cursor: move; transition: all 0.2s; font-size: 14px; }
.module-item:hover { border-color: #0066ff; background: #f0f7ff; }
.module-icon { width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.hubspot-icon { background: #ff7a59; color: #fff; }
.slack-icon { background: #4a154b; color: #fff; }
.webhook-icon { background: #555; color: #fff; }
.claude-icon { background: #d97757; color: #fff; }
.code-icon { background: #0a0a0a; color: #fff; }
.monday-icon { background: #ff3d57; color: #fff; }
.builder-canvas { background: #fff; border-radius: 12px; border: 1px solid #e5e5e5; padding: 24px; }
.canvas-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
.scenario-name { border: none; font-size: 20px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; width: 100%; outline: none; }
.btn-save { background: #f0f0f0; border: 1px solid #e5e5e5; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.btn-save:hover { background: #e5e5e5; }
.canvas-area { display: flex; flex-direction: column; gap: 24px; }
.flow-node { background: #fafafa; border: 2px solid #e5e5e5; border-radius: 12px; padding: 20px; position: relative; }
.flow-node.trigger { border-color: #0066ff; background: #f0f7ff; }
.flow-node.ai { border-color: #d97757; background: #fef8f6; }
.flow-node.action { border-color: #0a0a0a; background: #f5f5f5; }
.node-header { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #666; margin-bottom: 12px; font-weight: 600; }
.node-content { display: flex; align-items: center; gap: 16px; }
.node-icon { width: 48px; height: 48px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.node-label { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.node-config { font-size: 13px; color: #666; line-height: 1.5; }
.node-connector { position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); width: 2px; height: 24px; background: #e5e5e5; }
.builder-config { background: #fff; border-radius: 12px; border: 1px solid #e5e5e5; padding: 24px; height: fit-content; }
.builder-config h3 { font-size: 16px; margin-bottom: 20px; }
.config-section { margin-bottom: 24px; }
.config-section label { display: block; font-size: 13px; font-weight: 600; color: #666; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.config-input { width: 100%; padding: 10px 12px; border: 1px solid #e5e5e5; border-radius: 8px; font-size: 14px; font-family: 'Inter', sans-serif; }
.connected-accounts { display: flex; flex-direction: column; gap: 8px; }
.account-badge { background: #d4f4dd; color: #0d7a2c; padding: 8px 12px; border-radius: 6px; font-size: 13px; font-weight: 500; }
.cost-estimate { background: #fafafa; border-radius: 8px; padding: 16px; }
.cost-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 8px; color: #666; }
.cost-total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 600; padding-top: 12px; border-top: 1px solid #e5e5e5; margin-top: 8px; }
.btn-deploy { width: 100%; background: #0066ff; color: #fff; padding: 14px; border-radius: 8px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; transition: all 0.2s; }
.btn-deploy:hover { background: #0052cc; transform: translateY(-1px); }
.templates-section { padding: 60px 0 100px; background: #fff; }
.templates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.template-card { background: #fafafa; border: 1px solid #e5e5e5; border-radius: 12px; padding: 24px; transition: all 0.2s; cursor: pointer; }
.template-card:hover { border-color: #0066ff; box-shadow: 0 8px 24px rgba(0,102,255,0.1); }
.template-card h4 { font-size: 18px; margin-bottom: 12px; }
.template-card p { font-size: 14px; color: #666; margin-bottom: 16px; line-height: 1.6; }
.template-meta { display: flex; gap: 16px; font-size: 12px; color: #999; }
@media (max-width: 768px) {
.hero-content { grid-template-columns: 1fr; }
.hero h1 { font-size: 36px; }
.integration-grid, .proof-grid, .templates-grid { grid-template-columns: 1fr; }
.workflow-row { grid-template-columns: 1fr; gap: 12px; }
.builder-layout { grid-template-columns: 1fr; }
.workflow-metrics { grid-template-columns: repeat(2, 1fr); }
}