:root{--ia-surface:#f9f9f9;--ia-surface-low:#f3f3f3;--ia-surface-lowest:#fff;--ia-primary:#f4600c;--ia-primary-container:#c94c00;--ia-text:#0f0f0f;--ia-text-muted:#0f0f0fb3;--ia-tertiary-fixed:#f7d8ff;--ia-on-tertiary-fixed:#2d0b3c}body.ia-page{background-color:var(--ia-surface);color:var(--ia-text);font-family:Plus Jakarta Sans,sans-serif}.ia-section{padding:80px 0}.ia-section-light{background-color:var(--ia-surface-lowest)}.ia-section-gray{background-color:var(--ia-surface)}.ia-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--ia-primary);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.ia-page h2{letter-spacing:-.02em;margin-bottom:2.75rem;font-size:2.5rem;font-weight:600;line-height:1.2}.ia-page .btn{border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-weight:500;display:inline-flex}.ia-page .btn-dark{background-color:var(--ia-text);color:#fff}.ia-page .btn-dark:hover{background-color:#333}.ia-page .btn-primary{background:linear-gradient(135deg, var(--ia-primary), var(--ia-primary-container));box-shadow:0 4px 15px #f4600c4d}.ia-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f4600c66}.btn-ghost-dark{color:#fff;background-color:#0000;border:1px solid #fff3;transition:all .3s}.btn-ghost-dark:hover{color:#fff;background-color:#ffffff1a}.ia-hero{color:#fff;background-color:#0f0f0f;padding:160px 0 100px;overflow:hidden}.ia-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ia-hero-content h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.ia-hero-content p{color:#ffffffb3;max-width:500px;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.ia-hero-buttons{gap:1rem;display:flex}.ia-mockup-dark{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000080}.ia-mockup-dark .mockup-header{gap:8px;margin-bottom:1.5rem;display:flex}.ia-mockup-dark .dot{background:#ffffff1a;border-radius:50%;width:12px;height:12px}.ia-mockup-dark .dot:first-child{background:#ff5f56}.ia-mockup-dark .dot:nth-child(2){background:#ffbd2e}.ia-mockup-dark .dot:last-child{background:#27c93f}.skeleton-line-thick{background:#ffffff0d;border-radius:4px;width:60%;height:24px;margin-bottom:1rem}.skeleton-line{background:#ffffff0d;border-radius:4px;width:100%;height:12px;margin-bottom:.75rem}.skeleton-line.short{width:80%}.mockup-chat-bubbles{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.chat-bubble{background:#ffffff0d;border-radius:8px;height:40px}.chat-bubble.right{background:#f4600c33;align-self:flex-end;width:70%}.chat-bubble.left{align-self:flex-start;width:60%}.ia-comparison-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ia-card{background-color:var(--ia-surface);border:1px solid #0000000f;border-radius:16px;flex-direction:column;padding:2.5rem;display:flex}.ia-card.highlight{background:linear-gradient(135deg, var(--ia-primary), var(--ia-primary-container));color:#fff;border-color:#0000;transform:scale(1.02);box-shadow:0 40px 60px #f4600c26}.ia-card-icon{background:var(--ia-surface-low);width:48px;height:48px;color:var(--ia-text);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ia-card.highlight .ia-card-icon{color:#fff;background:#ffffff1a;width:auto;padding:0 1rem;font-size:1.25rem}.ia-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.ia-card.highlight h3{line-height:1.3}.ia-card p{color:var(--ia-text-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.ia-card.highlight p{color:#ffffffe6}.ia-list{margin:0;padding:0;list-style:none}.ia-list li{margin-bottom:.75rem;padding-left:1.5rem;font-size:.9rem;position:relative}.ia-list-negative li:before{content:"✕";color:#e53935;font-weight:700;position:absolute;left:0}.ia-list-positive li:before{content:"✓";color:#fff;font-weight:700;position:absolute;left:0}.ia-orchestrator-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ia-orchestrator-content p{color:var(--ia-text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.ia-feature-list{flex-direction:column;gap:2rem;display:flex}.ia-feature-item{gap:1.25rem;display:flex}.ia-feature-icon{background:#f4600c1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ia-feature-item h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.ia-feature-item p{margin:0;font-size:.9rem}.ia-chat-widget{background:var(--ia-surface-lowest);border-radius:16px;padding:2rem;box-shadow:0 40px 60px #0000000a}.chat-message{border-radius:12px;margin-bottom:1rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5}.chat-message.user{background:var(--ia-surface-low);color:var(--ia-text);border-bottom-left-radius:0;margin-right:2rem}.chat-message.system{background:var(--ia-primary);color:#fff;border-bottom-right-radius:0;margin-left:2rem}.chat-data-chips{justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.chat-data-chips .chip{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.chip.success{color:#2e7d32;background:#e8f5e9}.chip.info{color:#1565c0;background:#e3f2fd}.ia-capabilities-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ia-cap-card{background:var(--ia-surface-lowest);text-align:left;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 10px 30px #00000005}.ia-cap-icon{margin-bottom:1.5rem}.ia-cap-card h4{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.ia-cap-card p{color:var(--ia-text-muted);font-size:.85rem;line-height:1.5}.ia-bottom-cta{background:linear-gradient(135deg, var(--ia-primary), var(--ia-primary-container));text-align:center;color:#fff;border-radius:24px;padding:5rem 2rem}.ia-bottom-cta h2{color:#fff;margin-bottom:1rem}.ia-bottom-cta p{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem}@media (width<=992px){.ia-hero-container,.ia-orchestrator-container,.ia-comparison-grid{grid-template-columns:1fr}.ia-capabilities-grid{grid-template-columns:repeat(2,1fr)}.ia-hero-content{text-align:center}.ia-hero-content p{margin:0 auto 2.5rem}.ia-hero-buttons{justify-content:center}}@media (width<=768px){.ia-capabilities-grid{grid-template-columns:1fr}.ia-hero-content h1{font-size:2.5rem}}
