.hero-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);display:flex;font-family:Inter,system-ui,sans-serif;min-height:100vh;overflow:hidden;padding:80px 0;position:relative}.hero-bg-element{border-radius:50%;filter:blur(48px);position:absolute}.hero-bg-left{background:rgba(79,70,229,.05);height:384px;left:25%;top:0;width:384px}.hero-bg-right{background:rgba(124,58,237,.05);bottom:0;height:384px;right:25%;width:384px}.container{margin:0 auto;max-width:1200px;padding:0 24px;position:relative;z-index:10}.hero-grid{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr}@media (max-width:1024px){.hero-grid{gap:48px;grid-template-columns:1fr;text-align:center}}.hero-content{text-align:left}@media (max-width:1024px){.hero-content{text-align:center}}.hero-title{color:#1f2937;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:24px}@media (max-width:1200px){.hero-title{font-size:3rem}}@media (max-width:768px){.hero-title{font-size:2.25rem}}@media (max-width:480px){.hero-title{font-size:1.875rem}}.hero-title-gradient{background:linear-gradient(90deg,#9333ea,#3b82f6);-webkit-background-clip:text;background-clip:text;display:block;-webkit-text-fill-color:transparent;margin-top:8px}.hero-subtitle{color:#6b7280;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:32px;max-width:32rem}@media (max-width:1024px){.hero-subtitle{max-width:none}}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}@media (max-width:1024px){.hero-buttons{justify-content:center}}@media (max-width:640px){.hero-buttons{align-items:center;flex-direction:column}}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(90deg,#9333ea,#3b82f6);box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff}.btn-primary:hover{box-shadow:0 8px 20px rgba(147,51,234,.4);transform:translateY(-1px)}.btn-secondary{background:#fff;border:2px solid #9333ea;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#9333ea}.btn-secondary:hover{background:linear-gradient(90deg,#9333ea,#3b82f6);box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff}.hero-image-container{height:600px;position:relative}.hero-image-wrapper{border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.15);height:100%;overflow:hidden;position:relative;width:100%}.hero-image{height:100%;object-fit:cover;width:100%}.hero-image-overlay{background:linear-gradient(0deg,rgba(0,0,0,.4),transparent,transparent);inset:0;position:absolute}.hero-search-overlay{bottom:32px;left:32px;position:absolute;right:32px}.hero-search-bar{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.15);gap:12px;padding:16px}.hero-search-bar,.search-icon{align-items:center;display:flex}.search-icon{background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:50%;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;flex-shrink:0;height:48px;justify-content:center;width:48px}.search-input{background:transparent;border:none;color:#1f2937;flex:1;font-size:1.125rem;font-weight:500;outline:none}.search-input::placeholder{color:#6b7280}.search-button{background:linear-gradient(90deg,#9333ea,#3b82f6);border:none;border-radius:12px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s ease}.search-button:hover{box-shadow:0 6px 16px rgba(147,51,234,.4);transform:translateY(-1px)}.ai-modal{align-items:center;backdrop-filter:blur(4px);background:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:50}.ai-modal-content{animation:fadeIn .3s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 25px 50px rgba(0,0,0,.25);display:flex;flex-direction:column;height:80vh;max-width:64rem;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e5e7eb;border-radius:24px 24px 0 0;display:flex;justify-content:space-between;padding:24px}.ai-header-info{gap:12px}.ai-header-info,.ai-icon{align-items:center;display:flex}.ai-icon{background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:50%;box-shadow:0 8px 20px rgba(147,51,234,.3);color:#fff;height:48px;justify-content:center;width:48px}.ai-title{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0}.ai-subtitle{color:#6b7280;font-size:.875rem;margin:0}.ai-close-btn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.ai-close-btn:hover{background:#e5e7eb;color:#6b7280}.ai-search-section{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:24px}.ai-search-container{align-items:center;display:flex;gap:12px}.ai-search-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex:1;font-size:1rem;outline:none;padding:16px 20px;transition:all .2s ease}.ai-search-input:focus{border-color:#9333ea;box-shadow:0 0 0 3px rgba(147,51,234,.1)}.ai-search-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.ai-search-btn{background:linear-gradient(90deg,#9333ea,#3b82f6);border:none;border-radius:12px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;font-weight:600;padding:16px 24px;transition:all .2s ease}.ai-search-btn:hover:not(:disabled){box-shadow:0 8px 20px rgba(147,51,234,.4);transform:translateY(-1px)}.ai-search-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.ai-response-area{background:#fafbfc;flex:1;overflow-y:auto;padding:24px;scroll-behavior:smooth}.ai-welcome{padding:48px 0;text-align:center}.ai-welcome-icon{align-items:center;background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:50%;box-shadow:0 8px 20px rgba(147,51,234,.3);color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.ai-welcome-title{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:12px}.ai-welcome-text{color:#6b7280;font-size:1.125rem;margin-bottom:32px}.ai-suggestions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 auto;max-width:600px}.suggestion-btn{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.4;padding:12px 20px;text-align:center;transition:all .2s ease}.suggestion-btn:hover{background:#f3e8ff;border-color:#9333ea;box-shadow:0 4px 12px rgba(147,51,234,.15);color:#9333ea;transform:translateY(-1px)}.conversation-container{display:flex;flex-direction:column;gap:24px}.conversation-item{display:flex;flex-direction:column;gap:16px}.user-question{display:flex;justify-content:flex-end}.user-bubble{background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:20px 20px 4px 20px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;max-width:28rem;padding:16px 20px}.user-text{font-size:16px;font-weight:500;line-height:1.5;margin:0}.ai-response{align-items:flex-start;display:flex;gap:16px}.ai-response-icon{align-items:center;background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:50%;box-shadow:0 8px 20px rgba(147,51,234,.3);color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.ai-response-content{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:20px 20px 20px 4px;box-shadow:0 8px 24px rgba(0,0,0,.1);flex:1;padding:24px 28px}.ai-response-text{color:#374151;font-size:16px;line-height:1.7;margin:0}.ai-response-text p{line-height:1.7;margin:0 0 16px}.ai-response-text p:last-child{margin-bottom:0}.ai-response-text ul{list-style:none;margin:0 0 16px;padding-left:0}.ai-response-text ul:last-child{margin-bottom:0}.ai-response-text li{color:#374151;font-size:16px;line-height:1.7;margin-bottom:8px;padding-left:20px;position:relative}.ai-response-text li:last-child{margin-bottom:0}.ai-response-text li:before{color:#3b82f6;content:"•";font-weight:700;left:0;position:absolute;top:0}.ai-response-text strong{color:#1f2937;font-weight:700}.ai-response-text a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s ease}.ai-response-text a:hover{color:#1d4ed8;text-decoration:underline}.ai-loading{align-items:flex-start;display:flex;gap:16px}.ai-loading-content{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:20px 20px 20px 4px;box-shadow:0 8px 24px rgba(0,0,0,.1);flex:1;padding:24px 28px}.loading-indicator{align-items:center;display:flex;gap:12px;margin-bottom:12px}.loading-dots{display:flex;gap:4px}.loading-dot{animation:typing 1.4s ease-in-out infinite;background:#9333ea;border-radius:50%;height:8px;width:8px}.loading-dot:nth-child(2){animation-delay:.1s}.loading-dot:nth-child(3){animation-delay:.2s}.loading-text{color:#6b7280;font-size:16px;font-weight:500}.branded-insight{animation:fadeIn .3s ease-out;color:#7c3aed;font-size:14px;font-weight:500}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.email-capture-card{animation:fadeIn .3s ease-out;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:2px solid #3b82f6;border-radius:20px;box-shadow:0 8px 20px rgba(59,130,246,.2);margin-top:24px;padding:24px}.email-capture-content{align-items:flex-start;display:flex;gap:16px}.email-capture-icon{align-items:center;background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:50%;box-shadow:0 8px 20px rgba(147,51,234,.3);color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.email-capture-text{color:#1e40af;font-size:16px;font-weight:500;margin-bottom:16px}.email-form{display:flex;flex-direction:column;gap:12px}.email-input{background:#fff;border:2px solid #cbd5e1;border-radius:12px;font-size:16px;outline:none;padding:12px 16px;transition:all .2s ease;width:100%}.email-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.email-error{color:#dc2626;font-size:14px;font-weight:500;margin-top:4px}.email-buttons{display:flex;gap:12px}.email-submit{background:linear-gradient(90deg,#9333ea,#3b82f6);border:none;border-radius:8px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.email-submit:hover{box-shadow:0 6px 16px rgba(147,51,234,.4);transform:translateY(-1px)}.email-cancel{background:none;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:10px 16px;transition:color .2s ease}.email-cancel:hover{color:#374151}.justification-card{animation:fadeIn .3s ease-out;background:linear-gradient(135deg,#f3e8ff,#dbeafe);border:2px solid #9333ea;border-radius:20px;box-shadow:0 8px 20px rgba(147,51,234,.2);margin-top:24px;padding:24px}.justification-content{align-items:flex-start;display:flex;gap:16px}.justification-text{color:#374151;font-size:16px;font-weight:500;margin-bottom:16px}.justification-buttons{display:flex;gap:12px}.justification-submit{background:linear-gradient(90deg,#9333ea,#3b82f6);border:none;border-radius:8px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.justification-submit:hover{box-shadow:0 6px 16px rgba(147,51,234,.4);transform:translateY(-1px)}.justification-secondary{background:#fff;border:2px solid #9333ea;color:#9333ea;padding:6px 16px}.justification-secondary:hover{background:#f3e8ff}.ai-footer-ctas{background:linear-gradient(135deg,#f8fafc,#fff);border-radius:0 0 24px 24px;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:20px 24px}.ai-cta-primary{align-items:center;background:linear-gradient(90deg,#9333ea,#3b82f6);border:none;border-radius:12px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.ai-cta-primary:hover{box-shadow:0 8px 20px rgba(147,51,234,.4);transform:translateY(-1px)}.ai-cta-secondary{background:#fff;border:2px solid #9333ea;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);color:#9333ea;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s ease}.ai-cta-secondary:hover{background:#f3e8ff;box-shadow:0 4px 12px rgba(147,51,234,.15);transform:translateY(-1px)}.hero-overlay{backdrop-filter:blur(4px);background:rgba(0,0,0,.4);inset:0;position:fixed;z-index:40}.scroll-indicator{animation:bounce 2s infinite;background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:20px;bottom:96px;box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;position:fixed;right:24px;z-index:60}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}@media (max-width:768px){.ai-modal-content{border-radius:16px;height:90vh;margin:16px}.ai-modal-header{border-radius:16px 16px 0 0;padding:16px}.ai-response-area,.ai-search-section{padding:16px}.ai-footer-ctas{border-radius:0 0 16px 16px;flex-direction:column;padding:16px}.user-bubble{max-width:20rem}.ai-response-content{padding:20px 24px}.hero-search-overlay{bottom:16px;left:16px;right:16px}.hero-search-bar{flex-direction:column;gap:12px;padding:12px}.search-icon{height:40px;width:40px}.search-input{font-size:1rem;text-align:center}.search-button{padding:12px;width:100%}.ai-suggestions{align-items:center;flex-direction:column}.suggestion-btn{max-width:300px;width:100%}}@keyframes pulse{0%,to{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}50%{border-color:#dc2626;box-shadow:0 0 0 6px rgba(239,68,68,.2)}}