*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:#0f172a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#0f172a}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media(min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media(min-width: 768px){.section{padding:6rem 0}}.section-title{text-align:center;margin-bottom:1rem}.section-intro{text-align:center;max-width:700px;margin:0 auto 3rem;color:#64748b;font-size:1.125rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:1fr}@media(min-width: 640px){.grid-2{grid-template-columns:repeat(2, 1fr)}}.grid-3{grid-template-columns:1fr}@media(min-width: 768px){.grid-3{grid-template-columns:repeat(3, 1fr)}}.grid-4{grid-template-columns:1fr}@media(min-width: 640px){.grid-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-4{grid-template-columns:repeat(4, 1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-muted{color:#64748b}.text-primary{color:#2563eb}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.header{position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.95);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:2rem;width:auto}.nav{display:none;align-items:center;gap:2rem}@media(min-width: 768px){.nav{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:#0f172a;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#2563eb}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.25rem;cursor:pointer}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:.5rem .75rem;font-size:.875rem;color:#0f172a;border-radius:calc(.5rem - 2px);transition:background-color .2s ease}.nav-dropdown-item:hover{background-color:#f1f5f9;color:#0f172a}.header-cta{display:none}@media(min-width: 768px){.header-cta{display:inline-flex}}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;color:#0f172a}@media(min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1.5rem;z-index:99;max-height:calc(100vh - 4rem);overflow-y:auto;border-top:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.mobile-menu.active{display:block}.mobile-nav-section{margin-bottom:.5rem}.mobile-nav-title{display:block;padding:.75rem 0;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.mobile-nav-link{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;color:#0f172a;border-bottom:1px solid #e2e8f0}.mobile-nav-submenu{display:block;padding-left:.75rem;padding-bottom:.5rem;border-left:2px solid #e2e8f0;margin-left:.25rem}.mobile-nav-sublink{display:block;padding:.5rem .75rem;font-size:.9375rem;color:#0f172a;text-decoration:none}.mobile-nav-sublink:hover{color:#2563eb}.footer{background:#0f172a;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width: 640px){.footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.footer-grid{grid-template-columns:2fr repeat(3, 1fr)}}.footer-brand{max-width:250px}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{color:hsla(0,0%,100%,.7);font-size:.875rem}.footer-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:hsla(0,0%,100%,.5)}.footer-links{list-style:none}.footer-link{display:block;padding:.25rem 0;color:hsla(0,0%,100%,.7);font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:hsla(0,0%,100%,.5)}@media(min-width: 640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.hero{padding:4rem 0;background:linear-gradient(135deg, #dbeafe 0%, white 100%)}@media(min-width: 768px){.hero{padding:6rem 0}}.hero-grid{display:grid;gap:3rem;align-items:stretch}@media(min-width: 768px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-title{margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:#64748b;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width: 640px){.hero-actions{flex-direction:row;align-items:center}}.hero-visual{display:flex;justify-content:center;align-items:center}.video-container{position:relative;width:100%;height:100%;min-height:280px;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(min-width: 768px){.video-container{min-height:320px}}.hero-illustration{width:100%;max-width:500px;aspect-ratio:1;background:#f1f5f9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#64748b}.page-header{background:linear-gradient(135deg, #dbeafe 0%, white 100%);padding:4rem 0;text-align:center}@media(min-width: 768px){.page-header{padding:5rem 0}}.page-header h1{margin-bottom:1rem}.page-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.problem-section{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.section-accent{position:relative;background:linear-gradient(180deg, rgba(219, 234, 254, 0.3) 0%, rgba(219, 234, 254, 0.1) 100%)}.section-accent::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #e2e8f0, transparent)}.section-accent::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #e2e8f0, transparent)}.cta-section{background:#2563eb;color:#fff;text-align:center;padding:4rem 0}@media(min-width: 768px){.cta-section{padding:6rem 0}}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto 2rem}.cta-section .btn-primary{background:#fff;color:#2563eb}.cta-section .btn-primary:hover{background:#f1f5f9}.cta-secondary-text{margin-top:1rem;font-size:.875rem;color:hsla(0,0%,100%,.7)}.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.error-code{font-size:6rem;font-weight:700;color:#2563eb;line-height:1;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;color:#fff}.btn-secondary{background-color:#f1f5f9;color:#0f172a}.btn-secondary:hover{background-color:#e2e8f0}.btn-outline{background-color:rgba(0,0,0,0);border:1px solid #e2e8f0;color:#0f172a}.btn-outline:hover{background-color:#f1f5f9}.btn-ghost{background-color:rgba(0,0,0,0);color:#2563eb}.btn-ghost:hover{background-color:#dbeafe}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.card-clickable:hover{transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;background-color:#dbeafe;color:#2563eb}.feature-card{text-align:center;padding:2rem 1.5rem}.feature-icon{width:3rem;height:3rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;border-radius:.5rem;font-size:1.5rem}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:#64748b}.usecase-card{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.usecase-card .card-content{flex:1}.usecase-card .card-footer{margin-top:1rem}.usecase-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#2563eb}.usecase-link:hover{gap:.5rem}.steps{display:grid;gap:2rem}@media(min-width: 768px){.steps{grid-template-columns:repeat(3, 1fr)}}.step{text-align:center;position:relative}.step-number{width:3rem;height:3rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:600}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.step-description{font-size:.875rem;color:#64748b}.team-grid{display:grid;gap:2rem}@media(min-width: 640px){.team-grid{grid-template-columns:repeat(2, 1fr)}}.team-card{text-align:center;padding:2rem}.team-photo{width:120px;height:120px;margin:0 auto 1.5rem;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:3rem;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.team-role{font-size:.875rem;color:#2563eb;margin-bottom:1rem}.team-bio{font-size:.875rem;color:#64748b}.testimonial-card{display:flex;flex-direction:column;height:100%}.testimonial-quote{flex:1;font-size:1rem;font-style:italic;margin-bottom:1.5rem;position:relative;padding-left:1.5rem}.testimonial-quote::before{content:'"';position:absolute;left:0;top:-0.25rem;font-size:2rem;color:#2563eb;font-style:normal}.testimonial-attribution{font-size:.875rem}.testimonial-author{font-weight:600;color:#0f172a}.testimonial-company{color:#64748b}.testimonial-tag{margin-top:.5rem}.metric-callout{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#dbeafe;border-radius:.5rem;margin-top:1rem}.metric-callout i{color:#2563eb;font-size:1.25rem}.metric-callout span{font-weight:600;color:#0f172a}.chat-container{max-width:500px;margin:2rem auto}.chat-bubble{padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:.75rem;max-width:85%}.chat-bubble.agely{background:#dbeafe;color:#0f172a;margin-right:auto}.chat-bubble.user{background:#2563eb;color:#fff;margin-left:auto}.chat-label{font-size:.75rem;font-weight:600;margin-bottom:.25rem;opacity:.7}.alternating-section{display:grid;gap:2rem;align-items:center}@media(min-width: 768px){.alternating-section{grid-template-columns:1fr 1fr;gap:4rem}}.alternating-section.reverse .alternating-content{order:1}@media(min-width: 768px){.alternating-section.reverse .alternating-content{order:2}.alternating-section.reverse .alternating-visual{order:1}}.capability-block{border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.capability-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f1f5f9;cursor:pointer;transition:background-color .2s ease}.capability-header:hover{background:#e2e8f0}.capability-header h3{font-size:1rem;margin:0;display:flex;align-items:center;gap:.75rem}.capability-content{padding:1.5rem;display:none}.capability-block.active .capability-content{display:block}.capability-block.active .capability-chevron{transform:rotate(180deg)}.capability-list{list-style:none;display:grid;gap:.5rem}.capability-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#64748b}.capability-list li i{color:#22c55e;margin-top:.25rem}.integration-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.integration-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.integration-grid{grid-template-columns:repeat(3, 1fr)}}.integration-card{display:flex;gap:1rem}.integration-icon{width:2.5rem;height:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;border-radius:.5rem}.integration-title{font-weight:600;margin-bottom:.25rem}.integration-examples{font-size:.875rem;color:#64748b}.partner-features{display:grid;gap:1.5rem}@media(min-width: 768px){.partner-features{grid-template-columns:repeat(3, 1fr)}}.advisor-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.advisor-grid{grid-template-columns:repeat(4, 1fr)}}.advisor-card{text-align:center;padding:1.5rem 1rem}.advisor-photo{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;background:#f1f5f9}.advisor-photo img{width:100%;height:100%;object-fit:cover}.advisor-name{font-weight:600;margin-bottom:.25rem}.advisor-title{font-size:.75rem;color:#64748b}.timeline{position:relative;padding-left:2rem}.timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e2e8f0}.timeline-item{position:relative;padding-bottom:1.5rem}.timeline-item::before{content:"";position:absolute;left:-2rem;top:.25rem;width:12px;height:12px;background:#2563eb;border-radius:50%;transform:translateX(-5px)}.timeline-year{font-weight:600;color:#2563eb;margin-bottom:.25rem}.timeline-content{color:#64748b}.investment-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.investment-grid{grid-template-columns:repeat(2, 1fr)}}.investment-card{display:flex;gap:1rem}.investment-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;margin-bottom:.25rem}.investment-value{font-weight:500;color:#0f172a}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:1000;padding:1rem}@media(min-width: 768px){.cookie-banner{padding:1.25rem 2rem}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width: 768px){.cookie-content{flex-direction:row;justify-content:space-between;text-align:left}}.cookie-content p{font-size:.875rem;color:#64748b;margin:0}.cookie-content p a{color:#2563eb;text-decoration:underline}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-label .required{color:#ef4444}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}.form-textarea{min-height:150px;resize:vertical}.form-note{font-size:.75rem;color:#64748b;margin-top:.5rem}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.legal-content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p,.legal-content ul{margin-bottom:1rem;color:#64748b}.legal-content ul{padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}
