.IntroPage_container__fNV8S{min-height:100vh;background:var(--background);color:var(--foreground);display:flex;flex-direction:column;font-family:var(--font-sans)}.IntroPage_header__Vd95m{padding:1rem 2rem;margin-bottom:30px;width:100%;display:flex;justify-content:flex-start;align-items:center;background-color:rgba(0,0,0,.5);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);box-shadow:var(--shadow-md);position:fixed;z-index:1000}.IntroPage_logo__v6LAr{display:flex;align-items:center;gap:.5rem}.IntroPage_logoIcon__OAHTn{font-size:2rem}.IntroPage_logoText__lvL06{font-size:1.5rem;font-weight:700;color:var(--primary)}.IntroPage_hero__ohEuN{margin-top:80px;flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.IntroPage_heroContent__20alJ{max-width:800px;margin:0 auto;animation:IntroPage_fadeInUp__QI0uN 1s ease-out}@keyframes IntroPage_fadeInUp__QI0uN{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.IntroPage_heroTitle__0RErr{font-size:3rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;line-height:1.2;animation:IntroPage_fadeInUp__QI0uN 1s ease-out .2s both}.IntroPage_tech__0IJGB{color:var(--primary);font-weight:800;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-thickness:3px;text-decoration-color:rgb(213,142,34);text-underline-offset:5px}.IntroPage_tech__0IJGB:hover{cursor:pointer;text-decoration:none;background-color:var(--ring);color:var(--background);transition:all .3s ease;animation:IntroPage_fadeInUp__QI0uN 1s ease-out .1s both}.IntroPage_heroSubtitle__y_0IB{font-size:1.25rem;color:var(--foreground);margin-bottom:2rem;opacity:.9;line-height:1.6;animation:IntroPage_fadeInUp__QI0uN 1s ease-out .4s both}.IntroPage_features__fOIlp{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;animation:IntroPage_fadeInUp__QI0uN 1s ease-out .8s both}.IntroPage_feature__kZ5zR{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--card);border-radius:.75rem;border:1px solid var(--border)}.IntroPage_featureIcon__943XJ{font-size:2rem}.IntroPage_featureText__5gTVO{font-size:.875rem;font-weight:500;color:var(--foreground)}.IntroPage_ctaButtons___wlnD{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:IntroPage_fadeInUp__QI0uN 1s ease-out .6s both}.IntroPage_primaryButton__VvnE4{background:var(--primary);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:var(--shadow-md)}.IntroPage_primaryButton__VvnE4:hover{transform:scale(1.05);box-shadow:var(--shadow-lg);background:var(--ring);color:var(--background)}.IntroPage_secondaryButton__kYq0R{background:transparent;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid var(--ring)}.IntroPage_secondaryButton__kYq0R:hover{background:var(--ring);color:var(--background)}.IntroPage_benefits__j5sIy{padding:4rem 2rem}.IntroPage_benefitsContainer__Mo64m{max-width:1200px;margin:0 auto}.IntroPage_benefitsTitle__vf0nI{font-size:2.5rem;font-weight:700;text-align:center;color:var(--foreground);margin-bottom:3rem}.IntroPage_benefitsGrid__PbHvu{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.IntroPage_benefitCard__jmsK3{text-align:center;padding:2rem;background:var(--card);border-radius:1rem;box-shadow:var(--shadow-md);transition:transform .3s ease}.IntroPage_benefitCard__jmsK3:hover{transform:translateY(-5px)}.IntroPage_benefitIcon__vahOA{font-size:3rem;margin-bottom:1rem}.IntroPage_benefitTitle__G0bWW{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.IntroPage_benefitDescription__RoOXw{font-size:1rem;color:var(--foreground);line-height:1.6;opacity:.8}.IntroPage_footer__bQGqu{background:var(--background);padding:2rem;text-align:center;color:var(--foreground);font-size:.875rem}.IntroPage_footer__bQGqu p{margin:.5rem 0}.IntroPage_techStack__wHbbb{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.IntroPage_techStack__wHbbb img{height:35px;width:auto;transition:transform .3s ease}@media (max-width:768px){.IntroPage_heroTitle__0RErr{font-size:2rem}.IntroPage_heroSubtitle__y_0IB{font-size:1rem}.IntroPage_features__fOIlp{grid-template-columns:repeat(2,1fr)}.IntroPage_ctaButtons___wlnD{flex-direction:column;align-items:center}.IntroPage_primaryButton__VvnE4,.IntroPage_secondaryButton__kYq0R{width:100%;max-width:300px}}