.client-page-module__8JWi9q__container{background-color:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex}.client-page-module__8JWi9q__header{background-color:var(--surface);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.client-page-module__8JWi9q__logoContainer{align-items:center;gap:.75rem;display:flex}.client-page-module__8JWi9q__logo{width:auto;height:40px}.client-page-module__8JWi9q__brandName{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.client-page-module__8JWi9q__nav{align-items:center;gap:1.5rem;display:flex}.client-page-module__8JWi9q__navLink{color:var(--foreground);font-weight:500;text-decoration:none;transition:color .2s}.client-page-module__8JWi9q__navLink:hover{color:var(--primary)}.client-page-module__8JWi9q__primaryButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.client-page-module__8JWi9q__primaryButton:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #a060ff4d}.client-page-module__8JWi9q__main{flex-direction:column;flex:1;display:flex}.client-page-module__8JWi9q__footer{text-align:center;background-color:var(--surface);border-top:1px solid var(--border);color:var(--text-muted);padding:2rem;font-size:.875rem}@media (max-width:480px){.client-page-module__8JWi9q__header{padding:1rem}.client-page-module__8JWi9q__brandName{font-size:1.25rem}.client-page-module__8JWi9q__navLink{display:none}.client-page-module__8JWi9q__primaryButton{padding:.4rem 1rem;font-size:.875rem}}@media (max-width:350px){.client-page-module__8JWi9q__logoContainer{gap:.4rem}.client-page-module__8JWi9q__logo{height:32px}.client-page-module__8JWi9q__primaryButton{padding:.35rem .75rem;font-size:.8rem}}
.hero-module__eposhW__heroSection{justify-content:space-between;align-items:center;gap:4rem;min-height:80vh;padding:6rem 5%;display:flex;position:relative;overflow:hidden}.hero-module__eposhW__content{z-index:10;flex:1;max-width:600px}.hero-module__eposhW__badge{background-color:var(--surface);border:1px solid var(--border);color:var(--primary);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.5s ease-out hero-module__eposhW__slideUp;display:inline-flex}.hero-module__eposhW__badgeIcon{color:var(--secondary)}.hero-module__eposhW__title{margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.7s ease-out hero-module__eposhW__slideUp}.hero-module__eposhW__highlight{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-module__eposhW__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6;animation:.9s ease-out hero-module__eposhW__slideUp}.hero-module__eposhW__ctaGroup{gap:1rem;animation:1.1s ease-out hero-module__eposhW__slideUp;display:flex}.hero-module__eposhW__primaryBtn{background-color:var(--primary);color:#fff;cursor:pointer;box-shadow:0 10px 20px -10px var(--primary);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex}.hero-module__eposhW__primaryBtn:hover{background-color:var(--primary-hover);box-shadow:0 15px 25px -10px var(--primary);transform:translateY(-2px)}.hero-module__eposhW__secondaryBtn{color:var(--foreground);border:2px solid var(--border);cursor:pointer;background-color:#0000;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex}.hero-module__eposhW__secondaryBtn:hover{border-color:var(--secondary);color:var(--secondary);background-color:var(--surface)}.hero-module__eposhW__visual{flex:1;justify-content:center;align-items:center;animation:6s ease-in-out infinite hero-module__eposhW__float;display:flex;position:relative}.hero-module__eposhW__glowBlob{background:radial-gradient(circle, var(--secondary) 0%, transparent 70%);opacity:.15;filter:blur(40px);z-index:0;width:400px;height:400px;position:absolute}.hero-module__eposhW__glassCard{-webkit-backdrop-filter:blur(20px);z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (prefers-color-scheme:dark){.hero-module__eposhW__glassCard{background:#0003;border:1px solid #ffffff0d}}.hero-module__eposhW__chatHeader{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.5rem;display:flex}.hero-module__eposhW__avatar{background:var(--surface);border-radius:50%;width:48px;height:48px;padding:4px}.hero-module__eposhW__chatName{font-size:1.125rem;font-weight:600}.hero-module__eposhW__onlineStatus{color:var(--success);align-items:center;gap:.25rem;font-size:.875rem;display:flex}.hero-module__eposhW__onlineStatus:before{content:"";background-color:var(--success);border-radius:50%;width:8px;height:8px;display:inline-block}.hero-module__eposhW__chatBody{flex-direction:column;gap:1rem;padding:2rem 1.5rem;display:flex}.hero-module__eposhW__message{border-radius:18px;max-width:80%;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.4}.hero-module__eposhW__messageReceived{background-color:var(--surface);color:var(--foreground);border-bottom-left-radius:4px;align-self:flex-start}.hero-module__eposhW__messageSent{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:#fff;border-bottom-right-radius:4px;align-self:flex-end}@keyframes hero-module__eposhW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-module__eposhW__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:968px){.hero-module__eposhW__heroSection{text-align:center;flex-direction:column;padding-top:4rem}.hero-module__eposhW__content{flex-direction:column;align-items:center;display:flex}.hero-module__eposhW__title{font-size:3rem}}@media (max-width:480px){.hero-module__eposhW__heroSection{gap:2rem;min-height:auto;padding:2rem 1rem}.hero-module__eposhW__title{margin-bottom:1rem;font-size:2.2rem}.hero-module__eposhW__description{margin-bottom:2rem;font-size:1rem}.hero-module__eposhW__ctaGroup{flex-direction:column;gap:1rem;width:100%}.hero-module__eposhW__primaryBtn,.hero-module__eposhW__secondaryBtn{justify-content:center;width:100%;padding:.875rem}.hero-module__eposhW__glassCard{border-radius:16px;max-width:100%}.hero-module__eposhW__chatHeader{padding:1rem}.hero-module__eposhW__chatBody{padding:1.5rem 1rem}.hero-module__eposhW__message{padding:.875rem 1rem;font-size:.875rem}.hero-module__eposhW__glowBlob{width:250px;height:250px}}@media (max-width:350px){.hero-module__eposhW__heroSection{padding:1.5rem .5rem}.hero-module__eposhW__title{font-size:1.8rem}.hero-module__eposhW__badge{padding:.4rem .8rem;font-size:.75rem}}
.features-module__IfHh8G__featuresSection{background-color:var(--background);padding:5rem 5%}.features-module__IfHh8G__header{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.features-module__IfHh8G__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.features-module__IfHh8G__subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.features-module__IfHh8G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.features-module__IfHh8G__card{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.features-module__IfHh8G__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -15px #0003}.features-module__IfHh8G__iconWrapper{width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#a060ff1a,#00e4e31a);border-radius:12px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.features-module__IfHh8G__cardTitle{color:var(--foreground);font-size:1.25rem;font-weight:600}.features-module__IfHh8G__cardDescription{color:var(--text-muted);font-size:.9375rem;line-height:1.5}@media (max-width:480px){.features-module__IfHh8G__featuresSection{padding:3rem 1rem}.features-module__IfHh8G__title{font-size:2rem}.features-module__IfHh8G__subtitle{font-size:1rem}.features-module__IfHh8G__grid{grid-template-columns:1fr}.features-module__IfHh8G__card{padding:1.5rem}}@media (max-width:350px){.features-module__IfHh8G__featuresSection{padding:2rem .5rem}.features-module__IfHh8G__title{font-size:1.75rem}}
