.Innovations-module__b88Iea__page{background-color:var(--color-bg-page);width:100%;min-height:100vh;color:var(--color-text-main)}.Innovations-module__b88Iea__heroSection{justify-content:center;align-items:center;height:40vh;min-height:350px;display:flex;position:relative;overflow:hidden}.Innovations-module__b88Iea__heroImage{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Innovations-module__b88Iea__heroOverlay{background:linear-gradient(to bottom,#0000004d 0%,var(--color-bg-page)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Innovations-module__b88Iea__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:120px 1rem 0;animation:1s ease-out Innovations-module__b88Iea__fadeIn;display:flex;position:relative}.Innovations-module__b88Iea__heroTitle{color:var(--color-text-main);letter-spacing:-.02em;text-shadow:0 4px 10px #00000080;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.Innovations-module__b88Iea__heroSubtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Innovations-module__b88Iea__innovationsSection{background-color:var(--color-bg-page);padding:4rem 0}.Innovations-module__b88Iea__badge{border:1px solid var(--color-primary);color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;background:#b8733326;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.Innovations-module__b88Iea__gridContainer{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.Innovations-module__b88Iea__card{background:#ffffff08;border:1px solid #b8733326;border-radius:16px;flex-direction:column;height:100%;padding:1.75rem;transition:all .3s;display:flex}.Innovations-module__b88Iea__card:hover{border-color:var(--color-primary);background:#ffffff0d;transform:translateY(-5px);box-shadow:0 10px 30px #0003,0 0 15px #b873331a}.Innovations-module__b88Iea__iconContainer{color:var(--color-primary);background:#b873331a;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:1.25rem;padding:.75rem;display:inline-flex}.Innovations-module__b88Iea__icon{display:block}.Innovations-module__b88Iea__cardTitle{color:var(--color-text-main);margin-bottom:.75rem;font-size:1.2rem;font-weight:600;line-height:1.3}.Innovations-module__b88Iea__cardDescription{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.5}@keyframes Innovations-module__b88Iea__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Innovations-module__b88Iea__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Innovations-module__b88Iea__sectionHeader{text-align:center;margin-bottom:4rem}.Innovations-module__b88Iea__heading{color:var(--color-text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Innovations-module__b88Iea__subHeading{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.Innovations-module__b88Iea__extraContentSection{background:linear-gradient(#0000,#b873330d);padding:8rem 0}.Innovations-module__b88Iea__splitLayout{grid-template-columns:1.2fr 1fr;align-items:center;gap:6rem;display:grid}.Innovations-module__b88Iea__textContent{flex-direction:column;gap:1.5rem;display:flex}.Innovations-module__b88Iea__smallBadge{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;background:#b873331a;border-radius:4px;width:fit-content;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.Innovations-module__b88Iea__bodyText{color:var(--color-text-secondary);font-size:1.15rem;line-height:1.8}.Innovations-module__b88Iea__featureList{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.Innovations-module__b88Iea__featureItem{gap:1.25rem;display:flex}.Innovations-module__b88Iea__featureIcon{width:44px;min-width:44px;height:44px;color:var(--color-primary);background:#b873331a;border-radius:12px;justify-content:center;align-items:center;display:flex}.Innovations-module__b88Iea__featureItem h4{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.05rem}.Innovations-module__b88Iea__featureItem p{color:var(--color-text-secondary);font-size:.85rem;line-height:1.5}.Innovations-module__b88Iea__visualContent{position:relative}.Innovations-module__b88Iea__imageBox{border-radius:24px;height:500px;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.Innovations-module__b88Iea__roundedImage{transition:transform .6s}.Innovations-module__b88Iea__imageBox:hover .Innovations-module__b88Iea__roundedImage{transform:scale(1.05)}.Innovations-module__b88Iea__floatingTag{background:var(--color-primary);color:#fff;border-radius:12px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;position:absolute;bottom:2rem;right:2rem;box-shadow:0 10px 20px #0000004d}.Innovations-module__b88Iea__faqSection{padding:8rem 0}.Innovations-module__b88Iea__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.Innovations-module__b88Iea__faqItem{background:#ffffff05;border:1px solid #b873331a;border-radius:16px;transition:all .3s;overflow:hidden}.Innovations-module__b88Iea__faqItem.Innovations-module__b88Iea__active{border-color:var(--color-primary);background:#b873330a;box-shadow:0 10px 30px #0000001a}.Innovations-module__b88Iea__faqButton{width:100%;color:var(--color-text-main);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;display:flex}.Innovations-module__b88Iea__active .Innovations-module__b88Iea__faqButton{color:var(--color-primary)}.Innovations-module__b88Iea__faqChevron{color:var(--color-primary);transition:transform .4s}.Innovations-module__b88Iea__active .Innovations-module__b88Iea__faqChevron{transform:rotate(180deg)}.Innovations-module__b88Iea__faqContent{color:var(--color-text-secondary);padding:0 2rem 2rem;font-size:1rem;line-height:1.7}@media (max-width:1024px){.Innovations-module__b88Iea__splitLayout{grid-template-columns:1fr;gap:4rem}.Innovations-module__b88Iea__imageBox{height:400px}}@media (max-width:768px){.Innovations-module__b88Iea__featureList{grid-template-columns:1fr}}
