.page-module___8aEwW__header{background-color:#0000;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.page-module___8aEwW__logo{color:var(--color-text-main);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.page-module___8aEwW__logoIcon{background-color:var(--color-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module___8aEwW__onlineBadge{color:var(--color-primary);background:var(--color-bg-card);box-shadow:var(--box-shadow-subtle);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.page-module___8aEwW__onlineDot{background-color:#22c55e;border-radius:50%;width:10px;height:10px;position:relative}.page-module___8aEwW__onlineDot:after{content:"";border:2px solid #22c55e;border-radius:50%;animation:2s infinite page-module___8aEwW__pulse;position:absolute;inset:-2px}@keyframes page-module___8aEwW__pulse{0%{opacity:.8;transform:scale(.95)}to{opacity:0;transform:scale(1.5)}}.page-module___8aEwW__mainCard{background:var(--color-bg-card);max-width:900px;box-shadow:0 20px 40px var(--color-border);text-align:center;z-index:10;border-radius:32px;margin:2rem auto;padding:4rem 2rem;position:relative}.page-module___8aEwW__floatingAvatar{border:4px solid var(--color-bg-card);box-shadow:0 10px 25px var(--color-border);object-fit:cover;z-index:5;border-radius:50%;animation:6s ease-in-out infinite page-module___8aEwW__floatAvatar;position:absolute}.page-module___8aEwW__avatar1{width:70px;height:70px;animation-delay:0s;top:-20px;left:10%}.page-module___8aEwW__avatar2{width:90px;height:90px;animation-delay:1s;top:40px;right:-20px}.page-module___8aEwW__avatar3{width:80px;height:80px;animation-delay:2s;bottom:20%;left:-30px}.page-module___8aEwW__avatar4{width:75px;height:75px;animation-delay:1.5s;bottom:-20px;right:15%}.page-module___8aEwW__avatar5{width:60px;height:60px;animation-delay:.5s;top:20%;left:-10px}.page-module___8aEwW__avatar6{width:65px;height:65px;animation-delay:2.5s;bottom:10%;right:-15px}@keyframes page-module___8aEwW__floatAvatar{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(3deg)}to{transform:translateY(0)rotate(0)}}.page-module___8aEwW__heroContent{max-width:600px;margin:0 auto}.page-module___8aEwW__subtitle{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.page-module___8aEwW__actionSection{margin:3rem 0}.page-module___8aEwW__actionLabel{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__buttonGroup{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.page-module___8aEwW__buttonGroup span{color:var(--color-text-muted);font-weight:600}.page-module___8aEwW__actionBtn{border-radius:16px;width:160px;height:60px;font-size:1.25rem}.page-module___8aEwW__interestsSection{max-width:500px;margin:0 auto 3rem}.page-module___8aEwW__interestsLabel{margin-bottom:1rem;font-weight:600;display:block}.page-module___8aEwW__moderationNotice{background-color:var(--color-bg-body);color:var(--color-primary);border:1px solid #1b4ef51a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:4rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;display:grid}.page-module___8aEwW__featureCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;transition:all .2s;display:flex}.page-module___8aEwW__featureCard:hover{box-shadow:var(--box-shadow-subtle);border-color:#1b4ef533;transform:translateY(-5px)}.page-module___8aEwW__featureIcon{margin-bottom:.5rem;font-size:2rem}.page-module___8aEwW__featureTitle{color:var(--color-text-main);font-size:.95rem;font-weight:700}.page-module___8aEwW__comparisonSection{max-width:1000px;margin:6rem auto;padding:0 1.5rem}.page-module___8aEwW__comparisonHeader{text-align:center;margin-bottom:3rem}.page-module___8aEwW__comparisonHeader h2{color:var(--color-text-main);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.page-module___8aEwW__comparisonHeader p{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.15rem}.page-module___8aEwW__comparisonTableWrapper{background:var(--color-bg-card);border:1px solid var(--color-border);box-shadow:var(--box-shadow-subtle);border-radius:24px;padding:1rem;overflow-x:auto}.page-module___8aEwW__comparisonTable{border-collapse:collapse;text-align:left;width:100%}.page-module___8aEwW__comparisonTable th,.page-module___8aEwW__comparisonTable td{color:var(--color-text-main);vertical-align:middle;border-bottom:1px solid #0000000a;padding:1.25rem 1.5rem;font-size:1rem}:root[data-theme=dark] .page-module___8aEwW__comparisonTable th,:root[data-theme=dark] .page-module___8aEwW__comparisonTable td{border-bottom:1px solid #ffffff0d}.page-module___8aEwW__comparisonTable th{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding-bottom:1.5rem;font-size:.85rem;font-weight:700}.page-module___8aEwW__comparisonTable tr:last-child td{border-bottom:none}.page-module___8aEwW__comparisonTable td{font-weight:500}.page-module___8aEwW__cellContent{align-items:center;gap:.5rem;display:inline-flex}.page-module___8aEwW__iconGreen{color:#22c55e}.page-module___8aEwW__iconYellow{color:#eab308}.page-module___8aEwW__iconRed{color:#ef4444}.page-module___8aEwW__highlightColHeader{background:#1b4ef50d;border-radius:12px 12px 0 0}.page-module___8aEwW__highlightCol{background:#1b4ef50d}.page-module___8aEwW__comparisonTable tr:last-child .page-module___8aEwW__highlightCol{border-radius:0 0 12px 12px}.page-module___8aEwW__brandBadge{background:var(--color-primary);color:#fff;letter-spacing:normal;text-transform:none;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:700;display:inline-flex}.page-module___8aEwW__faqSection{text-align:left;max-width:700px;margin:4rem auto}.page-module___8aEwW__faqTitle{text-align:center;color:var(--color-text-main);margin-bottom:2rem;font-size:1.75rem}.page-module___8aEwW__faqItem{border-bottom:1px solid #0000000d}.page-module___8aEwW__faqQuestion{cursor:pointer;color:var(--color-text-main);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.125rem;font-weight:600;list-style:none;display:flex}.page-module___8aEwW__faqQuestion::-webkit-details-marker{display:none}.page-module___8aEwW__faqQuestion:after{content:"+";font-size:1.5rem;font-weight:400;transition:transform .2s ease-in-out}.page-module___8aEwW__faqItem[open] .page-module___8aEwW__faqQuestion:after{content:"−"}.page-module___8aEwW__faqAnswer{color:var(--color-text-muted);padding-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.page-module___8aEwW__footer{background-color:var(--color-bg-body);border-top:1px solid #0000000d;margin-top:4rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:4rem calc(50vw - 50% + 1.5rem)}.page-module___8aEwW__footerColumns{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}@media (max-width:768px){.page-module___8aEwW__footerColumns{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module___8aEwW__footerColumns{grid-template-columns:1fr}}.page-module___8aEwW__footerCol{flex-direction:column;gap:1.25rem;display:flex}.page-module___8aEwW__footerCol h4{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-main);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.page-module___8aEwW__footerCol a{color:var(--color-text-muted);font-size:.95rem;text-decoration:none;transition:color .2s}.page-module___8aEwW__footerCol a:hover{color:var(--color-text-main)}.page-module___8aEwW__sparkle{color:var(--color-quaternary);z-index:0;position:absolute}.page-module___8aEwW__sparkle1{top:30%;right:5%}.page-module___8aEwW__sparkle2{bottom:40%;left:5%}@media (max-width:768px){.page-module___8aEwW__header{flex-direction:column;gap:1rem;padding:1rem}.page-module___8aEwW__mainCard{border-radius:20px;margin:1.5rem 1rem;padding:3rem 1rem;overflow:visible}.page-module___8aEwW__floatingAvatar{border-width:2px}.page-module___8aEwW__avatar1{width:40px;height:40px;top:10px;left:-10px}.page-module___8aEwW__avatar2{width:50px;height:50px;top:20px;right:-10px}.page-module___8aEwW__avatar3{display:none}.page-module___8aEwW__avatar4{width:45px;height:45px;bottom:20px;right:-10px}.page-module___8aEwW__avatar5{width:35px;height:35px;top:55%;left:-10px}.page-module___8aEwW__avatar6,.page-module___8aEwW__sparkle{display:none}.page-module___8aEwW__heroContent h1{margin-bottom:1rem;font-size:2.25rem;line-height:1.2}.page-module___8aEwW__subtitle{margin-bottom:2rem;padding:0 .5rem;font-size:1rem}.page-module___8aEwW__buttonGroup{flex-direction:row;gap:.5rem;width:100%;padding:0}.page-module___8aEwW__actionBtn{flex:1;width:auto;max-width:none;height:50px;font-size:1.1rem}.page-module___8aEwW__faqSection{margin:3rem 1rem}.page-module___8aEwW__faqTitle{font-size:1.5rem}.page-module___8aEwW__faqQuestion{font-size:1rem}.page-module___8aEwW__faqAnswer{font-size:.95rem}.page-module___8aEwW__footer{text-align:center;flex-direction:column;gap:1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem calc(50vw - 50% + 1rem)}.page-module___8aEwW__footerLinks{flex-wrap:wrap;justify-content:center}}
