.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;align-items:center;padding:100px 24px 60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";z-index:-1;filter:blur(40px);background:radial-gradient(circle,#9d4edd33 0%,#0000 70%);border-radius:50%;width:800px;height:400px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__title{letter-spacing:-.02em;max-width:800px;margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__highlight{background:linear-gradient(90deg,#c77dff,#7b2cbf);-webkit-text-fill-color:transparent;background-color:#9d4edd1a;-webkit-background-clip:text;background-clip:text;border-radius:8px;padding:0 10px;display:inline-block}.Hero-module__ZARIfG__subtitle{color:var(--text-muted);max-width:600px;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__buttons{justify-content:center;gap:16px;margin-bottom:80px;display:flex}.Hero-module__ZARIfG__button{border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;background:#ffffff08;border-radius:12px;align-items:center;gap:12px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Hero-module__ZARIfG__button:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.Hero-module__ZARIfG__buttonIcon{width:24px;height:24px}.Hero-module__ZARIfG__mockupContainer{perspective:1000px;justify-content:center;gap:20px;margin-bottom:40px;display:flex}.Hero-module__ZARIfG__phoneMockup{background:#111;border:4px solid #333;border-radius:30px;width:200px;height:420px;transition:transform .5s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080,inset 0 0 0 2px #ffffff1a}.Hero-module__ZARIfG__phoneMockup:hover{transform:translateY(-10px)scale(1.02)}.Hero-module__ZARIfG__phoneMockup:first-child{opacity:.7;transform:translateY(50px)}.Hero-module__ZARIfG__phoneMockup:nth-child(2){opacity:.85;transform:translateY(30px)}.Hero-module__ZARIfG__phoneMockup:nth-child(3),.Hero-module__ZARIfG__phoneMockup:nth-child(4){z-index:10;border-color:#555;transform:translateY(10px);box-shadow:0 0 30px #9d4edd66}.Hero-module__ZARIfG__phoneMockup:nth-child(5){opacity:.85;transform:translateY(30px)}.Hero-module__ZARIfG__phoneMockup:nth-child(6){opacity:.7;transform:translateY(50px)}.Hero-module__ZARIfG__phoneMockup:first-child:hover{opacity:1;z-index:20;transform:translateY(40px)scale(1.05)}.Hero-module__ZARIfG__phoneMockup:nth-child(2):hover{opacity:1;z-index:20;transform:translateY(20px)scale(1.05)}.Hero-module__ZARIfG__phoneMockup:nth-child(3):hover,.Hero-module__ZARIfG__phoneMockup:nth-child(4):hover{z-index:20;transform:translateY(0)scale(1.05)}.Hero-module__ZARIfG__phoneMockup:nth-child(5):hover{opacity:1;z-index:20;transform:translateY(20px)scale(1.05)}.Hero-module__ZARIfG__phoneMockup:nth-child(6):hover{opacity:1;z-index:20;transform:translateY(40px)scale(1.05)}.Hero-module__ZARIfG__mockupScreen{background:linear-gradient(#151515,#000);flex-direction:column;gap:10px;width:100%;height:100%;padding:20px 10px;display:flex}.Hero-module__ZARIfG__mockupHeader{background:#ffffff1a;border-radius:10px;height:20px;margin-bottom:10px}.Hero-module__ZARIfG__mockupBlock{background:#ffffff0d;border-radius:8px;align-items:center;height:60px;padding:10px;display:flex}.Hero-module__ZARIfG__mockupGrid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.Hero-module__ZARIfG__mockupCell{aspect-ratio:1;background:#ffffff1a;border-radius:2px;width:100%}.Hero-module__ZARIfG__mockupCell.Hero-module__ZARIfG__active{background:var(--accent-purple);box-shadow:0 0 8px var(--accent-purple)}.Hero-module__ZARIfG__ratings{justify-content:center;gap:40px;margin-top:60px;display:flex}.Hero-module__ZARIfG__ratingBox{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__ZARIfG__ratingScore{font-size:1.5rem;font-weight:700}.Hero-module__ZARIfG__ratingStars{color:#fbbf24;font-size:1.2rem}.Hero-module__ZARIfG__ratingCount{color:var(--text-muted);cursor:pointer;font-size:.875rem;text-decoration:underline}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__mockupContainer{perspective:none;justify-content:flex-start;margin-left:-24px;margin-right:-24px;padding:0 20px 40px;overflow-x:auto}.Hero-module__ZARIfG__phoneMockup{min-width:160px;height:340px;opacity:1!important;transform:none!important}.Hero-module__ZARIfG__phoneMockup:hover{transform:translateY(-5px)!important}}
.Reviews-module__yTtV6W__reviewsSection{max-width:1000px;margin:0 auto;padding:80px 24px}.Reviews-module__yTtV6W__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Reviews-module__yTtV6W__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;padding:24px;transition:transform .3s,border-color .3s;display:flex}.Reviews-module__yTtV6W__card:hover{border-color:#fff3;transform:translateY(-4px)}.Reviews-module__yTtV6W__cardHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Reviews-module__yTtV6W__cardTitle{color:var(--foreground);font-size:1.125rem;font-weight:700}.Reviews-module__yTtV6W__stars{color:#fbbf24;font-size:1rem}.Reviews-module__yTtV6W__reviewText{color:var(--text-muted);flex:1;margin-bottom:24px;font-size:.95rem;line-height:1.5}.Reviews-module__yTtV6W__author{color:#ccc;align-self:flex-end;align-items:center;gap:8px;font-size:.875rem;display:flex}.Reviews-module__yTtV6W__flag{font-size:1rem}@media (max-width:768px){.Reviews-module__yTtV6W__grid{grid-template-columns:1fr}}
.FeatureHighlights-module__jHzk1a__highlightsSection{max-width:1200px;margin:0 auto;padding:40px 24px}.FeatureHighlights-module__jHzk1a__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.FeatureHighlights-module__jHzk1a__card{background:#3b0764;border-radius:24px;flex-direction:column;padding:40px 40px 0;display:flex;position:relative;overflow:hidden}.FeatureHighlights-module__jHzk1a__card:nth-child(2){background:#5b21b6}.FeatureHighlights-module__jHzk1a__cardTitle{margin-bottom:8px;font-size:1.5rem;font-weight:700}.FeatureHighlights-module__jHzk1a__cardSubtitle{color:#fffc;margin-bottom:40px;font-size:.95rem}.FeatureHighlights-module__jHzk1a__mockupWrapper{justify-content:center;margin-top:auto;transition:transform .3s;display:flex;transform:translateY(20px)}.FeatureHighlights-module__jHzk1a__card:hover .FeatureHighlights-module__jHzk1a__mockupWrapper{transform:translateY(10px)}.FeatureHighlights-module__jHzk1a__mockupInline{background:#111;border:8px solid #333;border-bottom:none;border-radius:30px 30px 0 0;width:260px;height:240px;position:relative;overflow:hidden;box-shadow:0 -10px 30px #0000004d}.FeatureHighlights-module__jHzk1a__mockupScreenInline{background:#000;width:100%;height:100%;padding:20px 12px}.FeatureHighlights-module__jHzk1a__widgetBox{background:#ffffff1a;border-radius:16px;gap:12px;margin-bottom:12px;padding:12px;display:flex}.FeatureHighlights-module__jHzk1a__widgetIcon{background:var(--accent-purple);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.FeatureHighlights-module__jHzk1a__widgetContent{flex:1}.FeatureHighlights-module__jHzk1a__widgetLine{background:#fff3;border-radius:4px;height:8px;margin-bottom:6px}.FeatureHighlights-module__jHzk1a__widgetLine:last-child{width:60%}@media (max-width:768px){.FeatureHighlights-module__jHzk1a__grid{grid-template-columns:1fr}}
.FeatureGrid-module__xlCEzG__featureGridSection{max-width:1200px;margin:0 auto;padding:60px 24px}.FeatureGrid-module__xlCEzG__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.FeatureGrid-module__xlCEzG__featureItem{flex-direction:column;gap:12px;display:flex}.FeatureGrid-module__xlCEzG__iconWrapper{width:40px;height:40px;color:var(--accent-purple-light);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.FeatureGrid-module__xlCEzG__title{color:var(--foreground);font-size:1.125rem;font-weight:600}.FeatureGrid-module__xlCEzG__description{color:var(--text-muted);font-size:.95rem;line-height:1.5}@media (max-width:900px){.FeatureGrid-module__xlCEzG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.FeatureGrid-module__xlCEzG__grid{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--card-border);margin-top:60px;padding:60px 24px}.Footer-module__S6Hkya__content{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__storeButtons{gap:16px;margin-bottom:40px;display:flex}.Footer-module__S6Hkya__button{border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;background-color:#0000;border-radius:12px;align-items:center;gap:12px;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Footer-module__S6Hkya__button:hover{background:#ffffff0d;border-color:#fff3}.Footer-module__S6Hkya__buttonIcon{width:20px;height:20px}.Footer-module__S6Hkya__linksGrid{gap:60px;margin-bottom:60px;display:flex}.Footer-module__S6Hkya__linksColumn{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__link{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--foreground);text-decoration:underline}.Footer-module__S6Hkya__bottomText{color:var(--text-muted);font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__linksGrid{flex-wrap:wrap;justify-content:center;gap:30px}}
