main{overflow-x:hidden}.section,main{width:100%;position:relative;z-index:5}.section{display:flex;justify-content:center;padding:0 1rem;background-color:transparent;box-sizing:border-box}.container,.narrow-container,.wide-container{width:100%;max-width:1200px;margin:0 auto}.narrow-container{max-width:800px}.wide-container{max-width:1400px}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center;overflow:hidden;width:100%;box-sizing:border-box}.hero-section,.hero-section .btn-wrapper,.hero-section h1,.hero-section p{position:relative;z-index:10}.hero-title{font-size:5.5rem;line-height:1.2;margin-bottom:1.5rem;margin-top:.5rem;text-shadow:0 0 2px rgba(255,255,255,.5);letter-spacing:-.02em;width:100%;justify-content:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.subtitle-container{margin-bottom:1rem;position:relative;min-height:7rem;width:100%;max-width:800px;padding:0 .5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.subtitle{font-size:1.125rem;line-height:1.75;text-shadow:0 0 1px rgba(255,255,255,.3);max-width:800px;margin-bottom:0;word-wrap:break-word;overflow-wrap:break-word}.subtitle-second{opacity:0}@media (max-width:768px){.subtitle-second{opacity:1!important}}.section-title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.card-text{font-size:1rem;line-height:1.5}.manifesto-section{padding:2rem 0;max-width:640px;margin-left:auto;margin-right:auto}.manifesto-wrapper{position:relative;max-height:9.5rem;overflow:hidden;transition:max-height .5s ease}.manifesto-wrapper.expanded{max-height:1000px}.manifesto-gradient{position:absolute;bottom:0;left:0;right:0;height:3rem;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));pointer-events:none;transition:opacity .3s ease}.manifesto-wrapper.expanded .manifesto-gradient{opacity:0}.manifesto-text{margin-bottom:.5rem;font-size:1.35rem;line-height:1.5}.manifesto-toggle{color:#000000;background:none;border:none;padding:0;cursor:pointer;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;font-family:Gronland;margin-top:.75rem}.manifesto-toggle:hover{text-decoration:underline}.manifesto-toggle.hidden{display:none}.grid-section{padding:4rem 0}.feature-boxes{display:grid;grid-template-columns:1fr;width:100%;border:1px solid #e5e7eb;margin:0}@media (min-width:768px){.feature-boxes{grid-template-columns:repeat(3,1fr)}}.feature-box-link{text-decoration:none;color:inherit;display:block;height:100%}.feature-box-outer{position:relative;height:100%;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background-color:#ffffff}.feature-box-outer:last-child{border-right:none}@media (min-width:768px){.feature-boxes .feature-box-outer:nth-child(3n){border-right:none}.feature-boxes .feature-box-outer:nth-last-child(-n+1):nth-child(3n),.feature-boxes .feature-box-outer:nth-last-child(-n+2):nth-child(3n+2),.feature-boxes .feature-box-outer:nth-last-child(-n+3):nth-child(3n+1){border-bottom:none}}.feature-box-inner{display:flex;flex-direction:column;height:100%;padding:2rem;min-height:calc((100vw / 3) * 1.33);max-height:700px}@media (max-width:768px){.feature-box-inner{min-height:calc(100vw * 1.33)}}.feature-box-content{z-index:1;position:relative}.feature-box-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.feature-box-text{font-size:1rem;line-height:1.5;margin-bottom:2rem;color:#4b5563}.feature-box-image{position:absolute;bottom:0;left:0;right:0;padding:2rem}.feature-box-image img{width:100%;height:auto;border:1px solid #e5e7eb;background-color:#f9fafb}.feature-box-arrow{display:none;position:absolute;top:2rem;right:2rem;color:#000}.feature-box-link:hover .feature-box-arrow{display:block}.core-features{text-align:center;margin-bottom:3rem}.core-features-title{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1rem}.core-features-subtitle{font-size:1.125rem;line-height:1.75}.research-grid{display:grid;grid-template-columns:1fr;width:100%;margin-top:3rem;border:1px solid #e5e7eb}@media (min-width:768px){.research-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.research-grid{grid-template-columns:repeat(4,1fr)}}.two-col-grid{display:grid;grid-template-columns:1fr;width:100%;margin:3rem 0;border:1px solid #e5e7eb}@media (min-width:768px){.two-col-grid{grid-template-columns:repeat(2,1fr)}}.feature-item{padding:2rem;background-color:#ffffff;text-align:left;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column}.feature-item .card-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-item .card-text{font-size:1rem;line-height:1.5;margin-bottom:2rem;color:#4b5563}.feature-image{margin-top:auto;width:100%;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden}.feature-image img{width:100%;height:auto;display:block}.feature-item:last-child,.research-item:last-child{border-right:none}@media (min-width:768px){.feature-grid .feature-item:nth-child(3n),.research-grid .research-item:nth-child(4n),.two-col-grid .col-content:nth-child(2n){border-right:none}}.research-item{background-color:#ffffff;height:100%;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.research-content{padding:1.25rem;text-align:left}.screenshot-box{background-color:#f3f4f6;padding:2rem;height:12rem;display:flex;align-items:center;justify-content:center}.col-content,.screenshot-box{border-bottom:1px solid #e5e7eb}.col-content{padding:1.5rem;text-align:left;border-right:1px solid #e5e7eb;background-color:#ffffff}.col-image{width:100%;height:auto;padding-top:56.25%;background-color:#f3f4f6;position:relative;border-bottom:1px solid #e5e7eb}.col-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.testimonial-section{width:100%;padding:3rem 0;background-color:transparent}.testimonial-slide{border:1px solid #e5e7eb;border-radius:0;padding:2rem;background-color:#ffffff;text-align:center}.testimonial-quote{font-style:italic;margin-bottom:1.5rem}.testimonial-author{font-weight:500}.between-section,.cta-section{padding:4rem 0;text-align:center}.cta-section{background-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:6rem;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;gap:.5rem;white-space:nowrap;line-height:1.4}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-primary{background-color:#000000;color:white;border:1px solid #000000}.btn-primary:hover{background-color:#333333;border-color:#333333}.btn-secondary{background-color:#ffffff;color:#000000;border:1px solid #e5e5e5}.btn-secondary:hover{background-color:#f9f9f9;border-color:#eeeeee}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.btn-wrapper{display:flex;gap:1rem;justify-content:center;margin-top:1rem;transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform;flex-wrap:wrap}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}@media (min-width:768px){.feature-grid .feature-item:nth-last-child(-n+1):nth-child(3n),.feature-grid .feature-item:nth-last-child(-n+2):nth-child(3n+2),.feature-grid .feature-item:nth-last-child(-n+3):nth-child(3n+1),.research-grid .research-item:nth-last-child(-n+1):nth-child(4n),.research-grid .research-item:nth-last-child(-n+2):nth-child(4n+3),.research-grid .research-item:nth-last-child(-n+3):nth-child(4n+2),.research-grid .research-item:nth-last-child(-n+4):nth-child(4n+1){border-bottom:none}}.grid-7{display:grid;grid-template-columns:repeat(7,1fr);gap:2rem;width:100%}.col-span-7{grid-column:span 7/span 7}@media (min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-start-5{grid-column-start:5}.md\:mb-0{margin-bottom:0}}.bg-gray-100{background-color:#f3f4f6}.rounded-lg{border-radius:.5rem}.h-64{height:16rem}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.hover\:underline:hover{text-decoration:underline}.grid-heading{text-align:center;margin-bottom:3rem}.grid-heading-large{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:4rem;color:#000}@media (max-width:768px){.section{padding:0 2rem}.hero-section{padding:3rem 1rem}.hero-title{font-size:3.5rem;margin-bottom:1rem}.subtitle-container{min-height:9rem;margin-bottom:.5rem}.grid-heading-large{font-size:2rem;margin-bottom:2.5rem}}@media (max-width:480px){.section{padding:0 2rem}.hero-section{padding:2rem 1rem}.hero-title{font-size:2.5rem;line-height:1.15;margin-bottom:.75rem}.subtitle{font-size:1rem;line-height:1.5}.subtitle-container{min-height:auto;margin-bottom:1.5rem}.grid-heading-large{font-size:2rem;margin-bottom:2rem;line-height:1.25}.btn{padding:.7rem 1.25rem;font-size:.95rem}.btn-wrapper{gap:.75rem;margin-top:0;margin-bottom:0;width:100%;justify-content:center;opacity:1!important;display:flex!important}div[style*="minHeight: 60px"]{min-height:auto!important}.btn-primary,.btn-secondary{min-width:120px;justify-content:center}@media (max-width:359px){.btn-wrapper{flex-direction:column;align-items:center;gap:.5rem}.btn-primary,.btn-secondary{width:80%;max-width:200px}}}