.Header-module__hBw1pG__header{z-index:100;background:#003afe;border-bottom:none;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__nav{max-width:var(--container-width);justify-content:space-between;align-items:center;width:90%;margin:0 auto;padding:0 1rem;display:flex}.Header-module__hBw1pG__logo img{width:auto;height:35px}.Header-module__hBw1pG__menu{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__menu a{color:#ffffffd9;transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.Header-module__hBw1pG__menu a:hover{color:#fff}.Header-module__hBw1pG__ctaLink{transition:background var(--transition-fast),transform var(--transition-fast);background:#0a0a0a;border-radius:50px;padding:.5rem 1.2rem;color:#fff!important;font-weight:600!important}.Header-module__hBw1pG__ctaLink:hover{background:#222;transform:translateY(-2px)}@media (max-width:768px){.Header-module__hBw1pG__menu{gap:1rem}.Header-module__hBw1pG__menu a{font-size:.8rem}.Header-module__hBw1pG__ctaLink{padding:.4rem .8rem}}@media (max-width:500px){.Header-module__hBw1pG__menu{display:none}}
.Footer-module__S6Hkya__footer{background:#050505;border-top:1px solid #222;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{grid-template-columns:1fr 2fr;gap:4rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{width:100px}.Footer-module__S6Hkya__tagline{color:var(--secondary);font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:.8rem;display:flex}.Footer-module__S6Hkya__column h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__column a{color:var(--secondary);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__S6Hkya__column a:hover{color:#fff}.Footer-module__S6Hkya__bottom{border-top:1px solid #222;grid-column:1/-1;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:#666;font-size:.85rem}.Footer-module__S6Hkya__social{gap:1rem;display:flex}.Footer-module__S6Hkya__social a{transition:transform var(--transition-fast);font-size:1.2rem;position:relative}.Footer-module__S6Hkya__social a:hover{transform:scale(1.1)}.Footer-module__S6Hkya__social a:before{content:attr(data-tooltip);color:#050505;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#fffffff2;border-radius:6px;margin-bottom:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:500;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.Footer-module__S6Hkya__social a:after{content:"";opacity:0;visibility:hidden;border:5px solid #0000;border-top-color:#fffffff2;margin-bottom:-2px;transition:opacity .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__social a:hover:before,.Footer-module__S6Hkya__social a:hover:after{opacity:1;visibility:visible}@media (max-width:768px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__links{grid-template-columns:repeat(2,1fr)}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:500px){.Footer-module__S6Hkya__links{grid-template-columns:1fr}}
.Hero-module__ZARIfG__hero{color:#fff;text-align:center;background:#050505;justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";z-index:0;background:radial-gradient(40% 35% at 50% 30%,#3b82f680 0%,#0000 70%),radial-gradient(35% 30% at 70%,#6366f166 0%,#0000 60%),radial-gradient(30% 25% at 30% 60%,#8b5cf659 0%,#0000 60%);width:200%;height:200%;animation:20s ease-in-out infinite Hero-module__ZARIfG__floatGlow;position:absolute;top:-50%;left:-50%}.Hero-module__ZARIfG__glowOrb1,.Hero-module__ZARIfG__glowOrb2,.Hero-module__ZARIfG__glowOrb3{filter:blur(80px);z-index:0;border-radius:50%;position:absolute}.Hero-module__ZARIfG__glowOrb1{background:#3b82f666;width:600px;height:600px;animation:25s ease-in-out infinite Hero-module__ZARIfG__orb1Move;top:-20%;left:10%}.Hero-module__ZARIfG__glowOrb2{background:#6366f159;width:500px;height:500px;animation:30s ease-in-out infinite Hero-module__ZARIfG__orb2Move;top:10%;right:-10%}.Hero-module__ZARIfG__glowOrb3{background:#8b5cf64d;width:400px;height:400px;animation:22s ease-in-out infinite Hero-module__ZARIfG__orb3Move;bottom:-10%;left:30%}.Hero-module__ZARIfG__hero:after{content:"";z-index:0;background:linear-gradient(#0000 0%,#0a0a0a 100%);width:100%;height:30%;position:absolute;bottom:0;left:0}@keyframes Hero-module__ZARIfG__floatGlow{0%,to{transform:translate(0%)rotate(0)}25%{transform:translate(5%,10%)rotate(2deg)}50%{transform:translate(-5%,5%)rotate(-2deg)}75%{transform:translate(3%,-5%)rotate(1deg)}}@keyframes Hero-module__ZARIfG__orb1Move{0%,to{transform:translate(0)scale(1)}25%{transform:translate(15%,20%)scale(1.1)}50%{transform:translate(25%,10%)scale(.95)}75%{transform:translate(10%,25%)scale(1.05)}}@keyframes Hero-module__ZARIfG__orb2Move{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-20%,15%)scale(1.15)}66%{transform:translate(-10%,30%)scale(.9)}}@keyframes Hero-module__ZARIfG__orb3Move{0%,to{transform:translate(0)scale(1)}20%{transform:translate(10%,-15%)scale(1.1)}40%{transform:translate(-5%,-10%)scale(.95)}60%{transform:translate(15%,5%)scale(1.05)}80%{transform:translate(-10%,10%)scale(1)}}.Hero-module__ZARIfG__container{width:90%;max-width:var(--container-width);z-index:10;justify-content:space-between;align-items:center;margin:0 auto;padding-bottom:2rem;display:flex}.Hero-module__ZARIfG__imageWrapper{z-index:5;align-items:flex-end;height:75vh;display:flex;position:absolute;bottom:0;right:5%}.Hero-module__ZARIfG__silhouette{object-fit:contain;filter:drop-shadow(0 0 40px #0009);width:auto;height:100%}.Hero-module__ZARIfG__separator{color:var(--secondary);font-weight:300}.Hero-module__ZARIfG__overlay{display:none}.Hero-module__ZARIfG__content{z-index:2;text-align:left;flex-direction:column;align-items:flex-start;max-width:550px;display:flex;position:relative}.Hero-module__ZARIfG__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#93c5fd;background:#3b82f633;border:1px solid #3b82f666;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;animation:.6s ease-out Hero-module__ZARIfG__fadeInDown;display:inline-flex}.Hero-module__ZARIfG__badgeIcon{font-size:1.1rem}.Hero-module__ZARIfG__logo{width:120px;margin-bottom:1.5rem;animation:.6s ease-out .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__title{letter-spacing:-.02em;max-width:850px;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.6s ease-out .3s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__subtitle{color:var(--accent);letter-spacing:.1em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;animation:.6s ease-out .4s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__roles{color:var(--secondary);flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:2.5rem;font-size:1.1rem;font-weight:500;animation:.6s ease-out .5s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__dot{color:var(--accent)}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:center;gap:1.5rem;animation:.6s ease-out .6s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__cta{background:linear-gradient(135deg,var(--accent)0%,#2563eb 100%);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:1rem 3rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px #3b82f666}.Hero-module__ZARIfG__cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f680}.Hero-module__ZARIfG__storeBadges{gap:1rem;display:flex}.Hero-module__ZARIfG__storeBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;align-items:center;gap:.6rem;padding:.6rem 1rem;transition:background .2s,transform .2s;display:flex}.Hero-module__ZARIfG__storeBadge:hover{background:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__storeIcon{font-size:1.5rem}.Hero-module__ZARIfG__storeText{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.Hero-module__ZARIfG__storeSmall{color:var(--secondary);text-transform:uppercase;font-size:.65rem}.Hero-module__ZARIfG__storeName{font-size:.95rem;font-weight:600}@keyframes Hero-module__ZARIfG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:100vh;padding:2rem 0}.Hero-module__ZARIfG__container{justify-content:center}.Hero-module__ZARIfG__hero:before{content:"";opacity:.5;z-index:0;background-image:url(/images/dyna-pose-2.avif);background-position:50%;background-size:cover;width:100%;height:100%;animation:none;display:block;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{text-align:center;align-items:center}.Hero-module__ZARIfG__hero:after,.Hero-module__ZARIfG__glowOrb1,.Hero-module__ZARIfG__glowOrb2,.Hero-module__ZARIfG__glowOrb3,.Hero-module__ZARIfG__silhouette{display:none}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(#000000b3 0%,#00000080 50%,#0a0a0a 100%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Hero-module__ZARIfG__title{font-size:2rem}.Hero-module__ZARIfG__subtitle,.Hero-module__ZARIfG__roles{font-size:.9rem}.Hero-module__ZARIfG__storeBadges{flex-direction:column}.Hero-module__ZARIfG__cta{padding:.9rem 2rem}}
.Pillars-module__tLq39a__section{padding:var(--section-spacing)0;background-color:var(--background);position:relative}.Pillars-module__tLq39a__headline{text-align:center;font-family:var(--font-sans);color:#fff;margin-bottom:2rem;font-size:3rem;font-weight:700}.Pillars-module__tLq39a__subhead{text-align:center;color:#ccc;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.Pillars-module__tLq39a__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Pillars-module__tLq39a__card{background:#080808;border:1px solid #222;border-radius:8px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.Pillars-module__tLq39a__card:hover{border-color:#333;transform:translateY(-5px)}.Pillars-module__tLq39a__imageWrapper{height:220px;position:relative;overflow:hidden}.Pillars-module__tLq39a__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Pillars-module__tLq39a__card:hover .Pillars-module__tLq39a__img{transform:scale(1.05)}.Pillars-module__tLq39a__info{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:1.5rem;display:flex}.Pillars-module__tLq39a__cardTitle{font-family:var(--font-sans);color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.8rem;font-size:1rem;font-weight:700}.Pillars-module__tLq39a__cardDesc{color:#999;font-size:.85rem;font-family:var(--font-sans)}@media (max-width:1024px){.Pillars-module__tLq39a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Pillars-module__tLq39a__grid{grid-template-columns:1fr}.Pillars-module__tLq39a__headline{font-size:2rem}}
.Stats-module__yL2aHq__section{background-color:#111;border-top:1px solid #222;border-bottom:1px solid #222;padding:4rem 0}.Stats-module__yL2aHq__container{text-align:center;flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.Stats-module__yL2aHq__item{flex:1;min-width:150px}.Stats-module__yL2aHq__value{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.Stats-module__yL2aHq__label{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__value{font-size:2.2rem}}
.Partners-module__Wk2-ZG__section{background-color:#fff;padding:4rem 0}.Partners-module__Wk2-ZG__tagline{text-align:center;color:#666;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem;font-size:1rem;font-weight:600;display:block}.Partners-module__Wk2-ZG__logosGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;max-width:1000px;margin:0 auto;display:flex}.Partners-module__Wk2-ZG__logoItem{opacity:.8;justify-content:center;align-items:center;transition:transform .3s,opacity .3s;display:flex}.Partners-module__Wk2-ZG__logoItem:hover{opacity:1;transform:scale(1.05)}.Partners-module__Wk2-ZG__logoItem img{object-fit:contain;filter:grayscale(20%);width:auto;max-width:140px;height:auto;max-height:60px;transition:filter .3s}.Partners-module__Wk2-ZG__logoItem:hover img{filter:grayscale(0%)}@media (max-width:768px){.Partners-module__Wk2-ZG__section{padding:3rem 0}.Partners-module__Wk2-ZG__logosGrid{gap:1.5rem 2rem}.Partners-module__Wk2-ZG__logoItem img{max-width:100px;max-height:45px}}
.About-module__vAULUW__section{padding:var(--section-spacing)0;background-color:var(--background)}.About-module__vAULUW__container{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__content{flex-direction:column;justify-content:center;display:flex}.About-module__vAULUW__heading{color:#fff;grid-column:1/-1;margin-bottom:0;font-size:3rem;font-weight:700;line-height:1.2}.About-module__vAULUW__textWrapper p{color:#e5e5e5;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.About-module__vAULUW__highlight{margin-top:2rem;padding-left:1.5rem;font-weight:700;position:relative;color:#fff!important;margin-bottom:3rem!important;font-size:1.3rem!important;line-height:1.4!important}.About-module__vAULUW__highlight:before{content:"";background-color:var(--accent);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:0}.About-module__vAULUW__founder{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;display:flex}.About-module__vAULUW__founderInfo{flex:1}.About-module__vAULUW__name{color:#fff;text-transform:uppercase;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.About-module__vAULUW__contact a{color:var(--accent);text-underline-offset:4px;font-size:1.1rem;text-decoration:underline}.About-module__vAULUW__signatureInline{width:250px;height:auto}.About-module__vAULUW__imageSide{flex-direction:column;align-items:center;display:flex;position:relative}.About-module__vAULUW__portrait{border-radius:12px;width:100%;max-width:450px}.About-module__vAULUW__signature{z-index:2;align-self:flex-end;width:150px;margin-top:-2rem;margin-right:2rem;position:relative}@media (max-width:900px){.About-module__vAULUW__container{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageSide{order:-1}.About-module__vAULUW__heading{font-size:2.2rem}}
.ContactForm-module__j1WgZG__section{padding:var(--section-spacing)0;text-align:center;background-color:#050505}.ContactForm-module__j1WgZG__heading{margin-bottom:2rem;font-size:2rem}.ContactForm-module__j1WgZG__formWrapper{max-width:500px;margin:0 auto}.ContactForm-module__j1WgZG__form{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__j1WgZG__input{color:#fff;background:#111;border:1px solid #333;border-radius:8px;width:100%;padding:1rem;font-size:1rem;transition:border-color .2s}.ContactForm-module__j1WgZG__input:focus{border-color:var(--accent);outline:none}.ContactForm-module__j1WgZG__checkboxGroup{text-align:left;color:#ccc;align-items:flex-start;gap:.8rem;font-size:.9rem;display:flex}.ContactForm-module__j1WgZG__checkbox{accent-color:var(--accent);margin-top:4px}.ContactForm-module__j1WgZG__button{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.ContactForm-module__j1WgZG__button:hover:not(:disabled){background-color:#2563eb}.ContactForm-module__j1WgZG__button:disabled{opacity:.7;cursor:not-allowed}.ContactForm-module__j1WgZG__message{border-radius:8px;padding:1rem 1.2rem;font-size:.95rem;font-weight:500;animation:.3s ease-out ContactForm-module__j1WgZG__slideIn}@keyframes ContactForm-module__j1WgZG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ContactForm-module__j1WgZG__error{color:#fca5a5;background-color:#dc262633;border:1px solid #7f1d1d}.ContactForm-module__j1WgZG__success{color:#86efac;background:linear-gradient(135deg,#16a34a40 0%,#22c55e26 100%);border:1px solid #22c55e;align-items:center;gap:.6rem;display:flex}.ContactForm-module__j1WgZG__success:before{content:"";background:#22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23050505' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") 50%/14px no-repeat;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.ContactForm-module__j1WgZG__links{color:#666;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;font-size:.8rem;display:flex}.ContactForm-module__j1WgZG__links a:hover{color:#fff;text-decoration:underline}.ContactForm-module__j1WgZG__googleDisclaimer{color:#444;text-align:center;margin-top:1rem;font-size:.7rem;line-height:1.4}.ContactForm-module__j1WgZG__googleDisclaimer a{color:#666;text-decoration:none}.ContactForm-module__j1WgZG__googleDisclaimer a:hover{text-decoration:underline}
.page-module__hPxftq__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:120px 24px 60px}.page-module__hPxftq__title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-module__hPxftq__section{margin-bottom:2.5rem}.page-module__hPxftq__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__hPxftq__content{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-module__hPxftq__content p{margin-bottom:1rem}.page-module__hPxftq__content ul{margin-bottom:1rem;margin-left:1.5rem;list-style-type:disc}.page-module__hPxftq__content li{margin-bottom:.5rem}
.page-module__92KbQW__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:120px 24px 60px}.page-module__92KbQW__title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-module__92KbQW__item{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:2rem}.page-module__92KbQW__item:last-child{border-bottom:none}.page-module__92KbQW__question{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.page-module__92KbQW__answer{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-module__92KbQW__answer p{margin-bottom:1rem}
.page-module__B5k_YW__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:120px 24px 60px}.page-module__B5k_YW__title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-module__B5k_YW__section{margin-bottom:2.5rem}.page-module__B5k_YW__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__B5k_YW__content{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-module__B5k_YW__content p{margin-bottom:1rem}
.page-module__NdSuya__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:120px 24px 60px}.page-module__NdSuya__title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-module__NdSuya__section{margin-bottom:2.5rem}.page-module__NdSuya__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.page-module__NdSuya__content{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-module__NdSuya__content p{margin-bottom:1rem}.page-module__NdSuya__content ul{margin-bottom:1rem;margin-left:1.5rem;list-style-type:disc}.page-module__NdSuya__content li{margin-bottom:.5rem}
.AppPreview-module__ISXLsq__section{padding:var(--section-spacing)0;background-color:var(--background);overflow:hidden}.AppPreview-module__ISXLsq__tagline{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background:#3b82f626;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.AppPreview-module__ISXLsq__heading{text-align:center;margin-bottom:1rem;font-size:2.8rem;font-weight:700}.AppPreview-module__ISXLsq__highlight{color:var(--accent)}.AppPreview-module__ISXLsq__description{text-align:center;color:var(--secondary);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.AppPreview-module__ISXLsq__composition{justify-content:center;width:100%;max-width:1100px;height:650px;margin:0 auto;display:flex;position:relative}.AppPreview-module__ISXLsq__phonesWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.AppPreview-module__ISXLsq__phoneCard{width:180px;transition:transform .5s;position:absolute}.AppPreview-module__ISXLsq__phoneFrame{background:linear-gradient(145deg,#1a1a1a 0%,#0a0a0a 100%);border:1px solid #2a2a2a;border-radius:28px;padding:8px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,inset 0 1px 1px #ffffff1a}.AppPreview-module__ISXLsq__phoneNotch{z-index:10;background:#000;border-radius:10px;width:60px;height:20px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.AppPreview-module__ISXLsq__phoneFrame img{border-radius:20px;width:100%;height:auto;display:block}.AppPreview-module__ISXLsq__featureLabel{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);margin-top:.8rem;font-size:.75rem;font-weight:600;display:block}.AppPreview-module__ISXLsq__characterContainer{z-index:10;pointer-events:none;align-items:flex-end;height:95%;display:flex;position:absolute;bottom:0}.AppPreview-module__ISXLsq__character{filter:drop-shadow(0 20px 40px #0009);width:auto;height:100%}.AppPreview-module__ISXLsq__pos1{z-index:1;transform:translate(-380px)translateY(-10px)rotate(-12deg)scale(.85)}.AppPreview-module__ISXLsq__pos1:hover{transform:translate(-380px)translateY(-20px)rotate(-12deg)scale(.88)}.AppPreview-module__ISXLsq__pos2{z-index:2;transform:translate(-180px)translateY(-30px)rotate(-6deg)scale(.95)}.AppPreview-module__ISXLsq__pos2:hover{transform:translate(-180px)translateY(-40px)rotate(-6deg)scale(.98)}.AppPreview-module__ISXLsq__pos3{z-index:2;transform:translate(180px)translateY(-30px)rotate(6deg)scale(.95)}.AppPreview-module__ISXLsq__pos3:hover{transform:translate(180px)translateY(-40px)rotate(6deg)scale(.98)}.AppPreview-module__ISXLsq__pos4{z-index:1;transform:translate(380px)translateY(-10px)rotate(12deg)scale(.85)}.AppPreview-module__ISXLsq__pos4:hover{transform:translate(380px)translateY(-20px)rotate(12deg)scale(.88)}.AppPreview-module__ISXLsq__features{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:4rem;display:flex}.AppPreview-module__ISXLsq__featureItem{color:var(--secondary);align-items:center;gap:.6rem;font-size:.95rem;font-weight:500;display:flex}.AppPreview-module__ISXLsq__featureIcon{background:linear-gradient(135deg,var(--accent)0%,#60a5fa 100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.AppPreview-module__ISXLsq__featureIcon svg{width:16px;height:16px}@media (max-width:1100px){.AppPreview-module__ISXLsq__composition{height:auto;margin-top:2rem}.AppPreview-module__ISXLsq__phonesWrapper{flex-direction:column;align-items:center;height:auto;padding:1rem;display:flex}.AppPreview-module__ISXLsq__characterContainer{z-index:10;height:350px;margin-bottom:2rem;display:flex;position:relative}.AppPreview-module__ISXLsq__character{width:auto;height:100%}.AppPreview-module__ISXLsq__phoneCard{z-index:1;width:140px;position:relative;transform:none!important}.AppPreview-module__ISXLsq__phoneCard:hover{transform:translateY(-5px)!important}.AppPreview-module__ISXLsq__pos1,.AppPreview-module__ISXLsq__pos2,.AppPreview-module__ISXLsq__pos3,.AppPreview-module__ISXLsq__pos4{position:absolute}.AppPreview-module__ISXLsq__pos1{transform:translate(-180px)rotate(-8deg)scale(.9)!important}.AppPreview-module__ISXLsq__pos2{z-index:2;transform:translate(-60px)rotate(-3deg)scale(.95)!important}.AppPreview-module__ISXLsq__pos3{z-index:2;transform:translate(60px)rotate(3deg)scale(.95)!important}.AppPreview-module__ISXLsq__pos4{transform:translate(180px)rotate(8deg)scale(.9)!important}.AppPreview-module__ISXLsq__heading{font-size:2rem}.AppPreview-module__ISXLsq__features{gap:1.5rem}}@media (max-width:600px){.AppPreview-module__ISXLsq__characterContainer{height:280px;margin-bottom:3rem}.AppPreview-module__ISXLsq__phoneCard{width:100px}.AppPreview-module__ISXLsq__pos1{transform:translate(-120px)rotate(-8deg)scale(.85)!important}.AppPreview-module__ISXLsq__pos2{transform:translate(-40px)rotate(-3deg)scale(.9)!important}.AppPreview-module__ISXLsq__pos3{transform:translate(40px)rotate(3deg)scale(.9)!important}.AppPreview-module__ISXLsq__pos4{transform:translate(120px)rotate(8deg)scale(.85)!important}.AppPreview-module__ISXLsq__features{flex-direction:column;align-items:center;gap:1rem}}
