.Hero-module__gzsDEW__heroSection{justify-content:center;align-items:center;min-height:90vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.Hero-module__gzsDEW__heroBackground{z-index:-1;background:var(--color-primary);position:absolute;inset:0}.Hero-module__gzsDEW__gradientOverlay{opacity:.8;background:radial-gradient(circle at 30%,#2e8bff1a 0%,#0000 60%);position:absolute;inset:0}.Hero-module__gzsDEW__gridOverlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:50%;background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 80%);mask-image:radial-gradient(circle,#000 0%,#0000 80%)}.Hero-module__gzsDEW__bgImage{opacity:.15;mix-blend-mode:luminosity;background-position:50%;background-size:cover;position:absolute;inset:0}.Hero-module__gzsDEW__mainBannerImage{opacity:.8;background-position:50%;background-size:cover;position:absolute;inset:0}.Hero-module__gzsDEW__bannerOverlay{background:linear-gradient(to right,var(--color-primary)20%,transparent 100%),linear-gradient(to bottom,var(--color-primary)0%,transparent 30%,transparent 70%,var(--color-primary)100%);opacity:.7;position:absolute;inset:0}.Hero-module__gzsDEW__heroContent{z-index:10;text-align:left;flex-direction:column;align-items:flex-start;gap:40px;display:flex;position:relative}.Hero-module__gzsDEW__heroContent.Hero-module__gzsDEW__centered{text-align:center;align-items:center}.Hero-module__gzsDEW__textContent{flex-direction:column;align-items:flex-start;max-width:800px;margin:0;display:flex}.Hero-module__gzsDEW__textContent.Hero-module__gzsDEW__centered{align-items:center}.Hero-module__gzsDEW__tag{background:#2e8bff1a;border:1px solid #2e8bff4d;border-radius:100px;margin-bottom:24px;padding:8px 16px;display:inline-flex}.Hero-module__gzsDEW__tag span{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);font-size:.85rem;font-weight:600}.Hero-module__gzsDEW__headline{letter-spacing:-.02em;background:linear-gradient(180deg,#fff 0%,var(--color-accent)100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 40px #00000080);-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1}.Hero-module__gzsDEW__subheadline{color:#ffffffe6;text-shadow:0 2px 4px #00000080;max-width:700px;margin-bottom:48px;margin-left:0;margin-right:auto;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:500}.Hero-module__gzsDEW__textContent.Hero-module__gzsDEW__centered .Hero-module__gzsDEW__subheadline{margin-left:auto;margin-right:auto}.Hero-module__gzsDEW__actions{justify-content:flex-start;align-items:center;gap:20px;display:flex}.Hero-module__gzsDEW__actions.Hero-module__gzsDEW__centered{justify-content:center}.Hero-module__gzsDEW__customContent{width:100%;max-width:1000px;margin:0 auto}@media (max-width:1024px){.Hero-module__gzsDEW__heroContent.Hero-module__gzsDEW__hasImage{text-align:center;flex-direction:column;gap:48px}.Hero-module__gzsDEW__heroContent.Hero-module__gzsDEW__hasImage .Hero-module__gzsDEW__actions{justify-content:center}}@media (max-width:768px){.Hero-module__gzsDEW__heroSection{min-height:auto;padding:100px 0 80px}.Hero-module__gzsDEW__actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}
.Button-module__8RiFmG__btn{cursor:pointer;font-weight:500;font-family:var(--font-heading);border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__8RiFmG__btn:active{transform:scale(.98)}.Button-module__8RiFmG__btn:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__btn-sm{padding:8px 16px;font-size:14px}.Button-module__8RiFmG__btn-md{padding:12px 24px;font-size:16px}.Button-module__8RiFmG__btn-lg{padding:16px 32px;font-size:18px;font-weight:600}.Button-module__8RiFmG__btn-primary{background:var(--gradient-ai);color:#fff;z-index:1;border:none;position:relative;overflow:hidden;box-shadow:0 4px 14px #00e5ff40}.Button-module__8RiFmG__btn-primary:before{content:"";background:linear-gradient(135deg,var(--color-highlight)0%,var(--color-accent)100%);z-index:-1;opacity:0;transition:opacity .3s;position:absolute;inset:0}.Button-module__8RiFmG__btn-primary:hover:before{opacity:1}.Button-module__8RiFmG__btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.Button-module__8RiFmG__btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.Button-module__8RiFmG__btn-outline{color:#fff;border:1px solid var(--color-accent);background:0 0}.Button-module__8RiFmG__btn-outline:hover{background:#2e8bff1a}.Button-module__8RiFmG__btn-ghost{color:#ffffffb3;background:0 0;border:none}.Button-module__8RiFmG__btn-ghost:hover{color:#fff;background:#ffffff0d}.Button-module__8RiFmG__fullWidth{width:100%}
.DemoModal-module__ra9A5a__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#0a0f1fd9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DemoModal-module__ra9A5a__modal{background-color:var(--color-neutral-dark);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;animation:.3s ease-out DemoModal-module__ra9A5a__modalEnter;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes DemoModal-module__ra9A5a__modalEnter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.DemoModal-module__ra9A5a__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px;display:flex}.DemoModal-module__ra9A5a__title{font-size:1.5rem;font-family:var(--font-heading);color:var(--color-neutral-white);margin:0;font-weight:700}.DemoModal-module__ra9A5a__closeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.DemoModal-module__ra9A5a__closeButton:hover{color:var(--color-neutral-white);background:#ffffff1a}.DemoModal-module__ra9A5a__form{flex-direction:column;gap:20px;padding:24px;display:flex}.DemoModal-module__ra9A5a__formGroup{flex-direction:column;gap:8px;display:flex}.DemoModal-module__ra9A5a__label{color:#fffc;font-size:.9rem;font-weight:500}.DemoModal-module__ra9A5a__input,.DemoModal-module__ra9A5a__textarea{width:100%;color:var(--color-neutral-white);background:#0003;border:1px solid #ffffff26;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.DemoModal-module__ra9A5a__input:focus,.DemoModal-module__ra9A5a__textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 2px #2e8bff33}.DemoModal-module__ra9A5a__textarea{resize:vertical;min-height:100px}
.Footer-module__y_mvga__footer{background:var(--color-primary);color:#ffffffb3;border-top:1px solid #ffffff0d;padding:80px 0 32px}.Footer-module__y_mvga__container{flex-direction:column;display:flex}.Footer-module__y_mvga__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px;display:grid}.Footer-module__y_mvga__brandCol{flex-direction:column;gap:24px;display:flex}.Footer-module__y_mvga__logo{font-family:var(--font-heading);align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__y_mvga__logoImage{object-fit:contain;width:auto;height:80px}.Footer-module__y_mvga__desc{max-width:300px;font-size:.95rem;line-height:1.6}.Footer-module__y_mvga__social{gap:16px;display:flex}.Footer-module__y_mvga__socialLink{width:40px;height:40px;color:var(--color-neutral-white);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__y_mvga__socialLink:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.Footer-module__y_mvga__columnTitle{color:var(--color-neutral-white);font-size:1.1rem;font-weight:600;font-family:var(--font-heading);margin-bottom:24px}.Footer-module__y_mvga__linkList{flex-direction:column;gap:16px;list-style:none;display:flex}.Footer-module__y_mvga__linkList a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__y_mvga__linkList a:hover{color:var(--color-accent)}.Footer-module__y_mvga__bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;font-size:.85rem;display:flex}@media (max-width:1024px){.Footer-module__y_mvga__grid{grid-template-columns:1fr 1fr 1fr}.Footer-module__y_mvga__brandCol{grid-column:span 3;max-width:500px}}@media (max-width:768px){.Footer-module__y_mvga__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__y_mvga__brandCol{grid-column:span 2}.Footer-module__y_mvga__bottom{text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__y_mvga__grid{grid-template-columns:1fr}.Footer-module__y_mvga__brandCol{grid-column:span 1}}
.AnimatedCard-module__ZTfILG__card{flex-direction:column;height:100%;padding:0;transition:all .3s;display:flex;position:relative;overflow:hidden}.AnimatedCard-module__ZTfILG__card:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;transition:transform .6s;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}.AnimatedCard-module__ZTfILG__card:hover:before{transform:translate(100%)}.AnimatedCard-module__ZTfILG__imageWrapper{width:100%;height:180px;position:relative;overflow:hidden}.AnimatedCard-module__ZTfILG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.AnimatedCard-module__ZTfILG__card:hover .AnimatedCard-module__ZTfILG__cardImage{transform:scale(1.1)}.AnimatedCard-module__ZTfILG__contentWrapper{flex-direction:column;gap:12px;padding:24px;display:flex}.AnimatedCard-module__ZTfILG__iconWrapper{width:48px;height:48px;color:var(--color-highlight);background:#00e5ff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.AnimatedCard-module__ZTfILG__title{color:var(--color-neutral-white);margin:0;font-size:1.25rem;font-weight:600}.AnimatedCard-module__ZTfILG__description{color:#ffffffb3;margin:0;font-size:.95rem;line-height:1.6}
.Home-module__YeEf2G__sectionTitle{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.2}.Home-module__YeEf2G__sectionSubtitle{color:#ffffffb3;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.5}.Home-module__YeEf2G__storySection{background:var(--color-primary);position:relative}.Home-module__YeEf2G__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}@media (min-width:768px) and (max-width:1024px){.Home-module__YeEf2G__featuresGrid>div:last-child:nth-child(odd){grid-column:span 2}}.Home-module__YeEf2G__splitSection{flex-wrap:wrap;align-items:center;gap:40px;max-width:960px;margin:0 auto;display:flex}.Home-module__YeEf2G__textSide{flex:400px}.Home-module__YeEf2G__imageSide{flex:320px}.Home-module__YeEf2G__sectionImage{object-fit:cover;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-height:380px;box-shadow:0 15px 35px #0006}@media (max-width:992px){.Home-module__YeEf2G__splitSection{text-align:center;flex-direction:column;gap:32px}.Home-module__YeEf2G__textSide{order:1}.Home-module__YeEf2G__imageSide{flex:auto;order:2;width:100%}.Home-module__YeEf2G__sectionImage{max-width:500px;margin:0 auto}}
