.Navbar-module__nuAbfa__nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a1ad9;position:sticky;top:0}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;gap:10px;display:flex}.Navbar-module__nuAbfa__logoImg{border-radius:10px}.Navbar-module__nuAbfa__logoText{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800}.Navbar-module__nuAbfa__links{align-items:center;gap:32px;display:flex}.Navbar-module__nuAbfa__link{color:var(--text-secondary);font-size:15px;font-weight:500;transition:color .2s}.Navbar-module__nuAbfa__link:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__linkOutline{color:var(--text-secondary);font-size:15px;font-weight:500;transition:color .2s}.Navbar-module__nuAbfa__linkOutline:hover{color:var(--primary-light)}.Navbar-module__nuAbfa__burger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__nuAbfa__burger span{background:var(--text-secondary);border-radius:2px;width:24px;height:2px;transition:all .2s;display:block}@media (max-width:768px){.Navbar-module__nuAbfa__burger{display:flex}.Navbar-module__nuAbfa__links{background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;padding:16px 24px 24px;display:none;position:absolute;top:68px;left:0;right:0}.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__open{display:flex}.Navbar-module__nuAbfa__link,.Navbar-module__nuAbfa__linkOutline{border-bottom:1px solid var(--border);color:var(--text-primary);padding:12px 0}}
.Footer-module__EZoWya__footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:80px;padding:64px 0 32px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:10px;display:flex}.Footer-module__EZoWya__logoText{background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800}.Footer-module__EZoWya__tagline{color:var(--text-secondary);font-size:14px;line-height:1.6}.Footer-module__EZoWya__promise{color:var(--text-muted);font-size:13px;line-height:1.8}.Footer-module__EZoWya__col{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__colTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:4px;font-size:13px;font-weight:600}.Footer-module__EZoWya__col a{color:var(--text-secondary);font-size:14px;transition:color .2s}.Footer-module__EZoWya__col a:hover{color:var(--text-primary)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:24px;display:flex}.Footer-module__EZoWya__bottom p{color:var(--text-muted);font-size:13px}.Footer-module__EZoWya__disclaimer{max-width:700px;line-height:1.6;font-size:11px!important}@media (max-width:900px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}.Footer-module__EZoWya__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__EZoWya__grid{grid-template-columns:1fr}}
.blog-module__3rPSzG__hero{background:var(--bg-card);border-bottom:1px solid var(--border);text-align:center;padding:80px 24px 60px}.blog-module__3rPSzG__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:16px;font-size:2.5rem;font-weight:800}.blog-module__3rPSzG__sub{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.blog-module__3rPSzG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-top:48px;margin-bottom:80px;display:grid}.blog-module__3rPSzG__articleCard{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.blog-module__3rPSzG__articleCard:hover{border-color:var(--primary-light);transform:translateY(-4px);box-shadow:0 12px 32px #6c63ff14}.blog-module__3rPSzG__articleMeta{color:var(--text-muted);align-items:center;gap:12px;font-size:.875rem;display:flex}.blog-module__3rPSzG__articleTag{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#6c63ff1a;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600}.blog-module__3rPSzG__articleTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.4}.blog-module__3rPSzG__articleExcerpt{color:var(--text-secondary);flex:1;font-size:.9375rem;line-height:1.6}.blog-module__3rPSzG__articleReadMore{color:var(--primary);align-items:center;gap:4px;font-size:.9375rem;font-weight:600;display:inline-flex}.blog-module__3rPSzG__articleHero{background:linear-gradient(180deg, var(--bg-card) 0%, var(--bg) 100%);border-bottom:1px solid var(--border);text-align:center;padding:80px 24px 60px}.blog-module__3rPSzG__articleContent{max-width:720px;color:var(--text-secondary);margin:0 auto;padding:48px 24px 80px;font-size:1.0625rem;line-height:1.8}.blog-module__3rPSzG__articleContent h2{color:var(--text-primary);letter-spacing:-.02em;margin-top:48px;margin-bottom:24px;font-size:1.75rem;font-weight:700}.blog-module__3rPSzG__articleContent h3{color:var(--text-primary);margin-top:32px;margin-bottom:16px;font-size:1.25rem;font-weight:600}.blog-module__3rPSzG__articleContent p{margin-bottom:24px}.blog-module__3rPSzG__articleContent ul{margin-bottom:32px;padding-left:24px}.blog-module__3rPSzG__articleContent li{margin-bottom:12px}.blog-module__3rPSzG__articleContent strong{color:var(--text-primary);font-weight:600}.blog-module__3rPSzG__ctaBox{background:var(--bg-card);border:1px solid var(--primary-light);text-align:center;border-radius:16px;margin-top:64px;padding:32px;box-shadow:0 8px 32px #6c63ff0f}.blog-module__3rPSzG__ctaBox h3{margin-top:0;font-size:1.5rem}.blog-module__3rPSzG__ctaBox p{margin-bottom:24px}
.how-module__B3KMwG__hero{text-align:center;background:radial-gradient(60% 40% at 50% 0,#00d4aa1a 0%,#0000 70%);flex-direction:column;gap:16px;padding:80px 0 48px;display:flex}.how-module__B3KMwG__title{margin-top:12px;font-size:clamp(28px,4vw,46px);font-weight:900}.how-module__B3KMwG__sub{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:18px;line-height:1.7}.how-module__B3KMwG__article{flex-direction:column;gap:56px;max-width:800px;margin:0 auto;padding:60px 0;display:flex}.how-module__B3KMwG__section{flex-direction:column;gap:20px;display:flex}.how-module__B3KMwG__section h2{color:var(--text-primary);font-size:24px;font-weight:800}.how-module__B3KMwG__section p{color:var(--text-secondary);font-size:15px;line-height:1.8}.how-module__B3KMwG__section ul{flex-direction:column;gap:8px;padding-left:20px;display:flex}.how-module__B3KMwG__section li{color:var(--text-secondary);font-size:15px;line-height:1.7}.how-module__B3KMwG__section li strong{color:var(--text-primary)}.how-module__B3KMwG__criteriaGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.how-module__B3KMwG__criteriaCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:16px;display:flex}.how-module__B3KMwG__criteriaIcon{font-size:24px}.how-module__B3KMwG__criteriaLabel{font-size:14px;font-weight:700}.how-module__B3KMwG__criteriaDesc{color:var(--text-muted);font-size:12px;line-height:1.5}.how-module__B3KMwG__scoreTable{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.how-module__B3KMwG__scoreRow{border-bottom:1px solid var(--border);grid-template-columns:80px 160px 1fr;align-items:center;gap:16px;padding:14px 20px;display:grid}.how-module__B3KMwG__scoreRow:last-child{border-bottom:none}.how-module__B3KMwG__scoreRange{font-size:13px;font-weight:700}.how-module__B3KMwG__scoreRowLabel{font-size:13px;font-weight:600}.how-module__B3KMwG__scoreRowDesc{color:var(--text-muted);font-size:13px}.how-module__B3KMwG__ctaBox{border:1px solid var(--border-light);border-radius:var(--radius-2xl);text-align:center;background:linear-gradient(135deg,#6c63ff26,#00d4aa1a);flex-direction:column;align-items:center;gap:16px;padding:40px;display:flex}.how-module__B3KMwG__ctaBox h3{font-size:24px;font-weight:800}.how-module__B3KMwG__ctaBox p{color:var(--text-secondary);font-size:15px}@media (max-width:768px){.how-module__B3KMwG__criteriaGrid{grid-template-columns:1fr 1fr}.how-module__B3KMwG__scoreRow{grid-template-columns:70px 1fr}.how-module__B3KMwG__scoreRowDesc{display:none}}@media (max-width:480px){.how-module__B3KMwG__criteriaGrid{grid-template-columns:1fr}}
.faq-module__VSI0LW__hero{text-align:center;background:radial-gradient(60% 40% at 50% 0,#6c63ff1f 0%,#0000 70%);flex-direction:column;gap:16px;padding:80px 0 48px;display:flex}.faq-module__VSI0LW__title{margin-top:12px;font-size:clamp(32px,4vw,48px);font-weight:900}.faq-module__VSI0LW__sub{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:18px;line-height:1.7}.faq-module__VSI0LW__layout{grid-template-columns:240px 1fr;align-items:start;gap:48px;display:grid}.faq-module__VSI0LW__toc{position:sticky;top:90px}.faq-module__VSI0LW__tocCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:4px;padding:20px;display:flex}.faq-module__VSI0LW__tocTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px;font-size:11px;font-weight:600}.faq-module__VSI0LW__tocLink{color:var(--text-secondary);border-radius:var(--radius-sm);padding:6px 8px;font-size:14px;transition:all .2s}.faq-module__VSI0LW__tocLink:hover{background:var(--bg-elevated);color:var(--primary-light)}.faq-module__VSI0LW__content{flex-direction:column;gap:48px;display:flex}.faq-module__VSI0LW__catTitle{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:12px;font-size:22px;font-weight:700}.faq-module__VSI0LW__faqList{flex-direction:column;gap:8px;display:flex}.faq-module__VSI0LW__faqItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.faq-module__VSI0LW__faqQ{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}.faq-module__VSI0LW__faqQ:hover{color:var(--primary-light)}.faq-module__VSI0LW__faqQ:after{content:"+";color:var(--text-muted);flex-shrink:0;font-size:20px}details[open] .faq-module__VSI0LW__faqQ:after{content:"−"}.faq-module__VSI0LW__faqA{color:var(--text-secondary);padding:0 20px 18px;font-size:14px;line-height:1.8}@media (max-width:768px){.faq-module__VSI0LW__layout{grid-template-columns:1fr}.faq-module__VSI0LW__toc{display:none}}
.page-module__E0kJGG__hero{background:radial-gradient(80% 50% at 50% -10%,#6c63ff2e 0%,#0000 70%);padding:50px 0 20px;overflow:hidden}.page-module__E0kJGG__hero .page-module__E0kJGG__container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.page-module__E0kJGG__heroContent{flex-direction:column;gap:24px;display:flex}.page-module__E0kJGG__heroTitle{letter-spacing:-1px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}.page-module__E0kJGG__heroSub{color:var(--text-secondary);max-width:520px;font-size:18px;line-height:1.7}.page-module__E0kJGG__heroSub strong{color:var(--text-primary)}.page-module__E0kJGG__heroCtas{flex-wrap:wrap;gap:16px;display:flex}.page-module__E0kJGG__heroTrust{border-top:1px solid var(--border);align-items:center;gap:24px;padding:16px 0;display:flex}.page-module__E0kJGG__trustItem{flex-direction:column;gap:2px;display:flex}.page-module__E0kJGG__trustNum{color:var(--accent);font-size:24px;font-weight:800}.page-module__E0kJGG__trustItem>span:last-child{color:var(--text-muted);font-size:13px}.page-module__E0kJGG__trustDivider{background:var(--border);width:1px;height:32px}.page-module__E0kJGG__heroVisual{justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__mockCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;width:100%;max-width:400px;padding:24px;animation:6s ease-in-out infinite page-module__E0kJGG__float;box-shadow:0 24px 80px #6c63ff33,0 0 0 1px #6c63ff1a}@keyframes page-module__E0kJGG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-module__E0kJGG__mockHeader{align-items:center;gap:6px;margin-bottom:16px;display:flex}.page-module__E0kJGG__mockDot{border-radius:50%;width:10px;height:10px}.page-module__E0kJGG__mockAddress{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px;font-size:15px;font-weight:600}.page-module__E0kJGG__mockScore{align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-module__E0kJGG__mockScoreCircle{background:conic-gradient(var(--accent) 0% 78%, var(--border) 78%);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.page-module__E0kJGG__mockScoreCircle:before{content:"";background:var(--bg-card);border-radius:50%;position:absolute;inset:6px}.page-module__E0kJGG__mockScoreNum{color:var(--accent);font-size:18px;font-weight:800;line-height:1;position:relative}.page-module__E0kJGG__mockScoreLabel{color:var(--text-muted);font-size:10px;position:relative}.page-module__E0kJGG__mockRows{flex-direction:column;gap:10px;display:flex}.page-module__E0kJGG__mockRow{justify-content:space-between;align-items:center;font-size:13px;display:flex}.page-module__E0kJGG__mockRow span:first-child{color:var(--text-secondary)}.page-module__E0kJGG__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:600px;margin:0 auto 56px;display:flex}.page-module__E0kJGG__sectionTitle{letter-spacing:-.5px;font-size:clamp(28px,3vw,38px);font-weight:800}.page-module__E0kJGG__sectionSub{color:var(--text-secondary);font-size:16px;line-height:1.7}.page-module__E0kJGG__whySection{background:var(--bg)}.page-module__E0kJGG__whyGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.page-module__E0kJGG__whyCard{flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s;display:flex}.page-module__E0kJGG__whyCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6c63ff26}.page-module__E0kJGG__whyIcon{font-size:32px}.page-module__E0kJGG__whyTitle{font-size:16px;font-weight:700}.page-module__E0kJGG__whyText{color:var(--text-secondary);font-size:14px;line-height:1.6}.page-module__E0kJGG__howSection{background:linear-gradient(180deg, var(--bg) 0%, var(--bg-card) 100%)}.page-module__E0kJGG__howGrid{gap:0;display:flex;position:relative}.page-module__E0kJGG__howStep{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;flex:1;gap:12px;padding:32px;display:flex;position:relative}.page-module__E0kJGG__howNum{color:var(--primary);opacity:.3;font-size:48px;font-weight:900;line-height:1}.page-module__E0kJGG__howTitle{font-size:18px;font-weight:700}.page-module__E0kJGG__howText{color:var(--text-secondary);font-size:14px;line-height:1.6}.page-module__E0kJGG__howArrow{z-index:2;color:var(--primary);background:var(--bg);border:1px solid var(--border);border-radius:50%;padding:4px 8px;font-size:24px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.page-module__E0kJGG__testimonialsSection{background:var(--bg)}.page-module__E0kJGG__testimonialsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.page-module__E0kJGG__testimonialCard{flex-direction:column;gap:16px;display:flex}.page-module__E0kJGG__testimonialScore{align-items:baseline;gap:6px;display:flex}.page-module__E0kJGG__testimonialScoreNum{font-size:36px;font-weight:900}.page-module__E0kJGG__testimonialScoreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.page-module__E0kJGG__testimonialText{color:var(--text-secondary);flex:1;font-size:15px;font-style:italic;line-height:1.7}.page-module__E0kJGG__testimonialAuthor{align-items:center;gap:12px;display:flex}.page-module__E0kJGG__testimonialAvatar{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.page-module__E0kJGG__testimonialName{font-size:14px;font-weight:600}.page-module__E0kJGG__testimonialCity{color:var(--text-muted);font-size:12px}.page-module__E0kJGG__faqSection{background:var(--bg-card)}.page-module__E0kJGG__faqList{flex-direction:column;gap:8px;max-width:800px;margin:0 auto;display:flex}.page-module__E0kJGG__faqItem{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.page-module__E0kJGG__faqQuestion{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;list-style:none;transition:color .2s;display:flex}.page-module__E0kJGG__faqQuestion:hover{color:var(--primary-light)}.page-module__E0kJGG__faqQuestion:after{content:"+";color:var(--text-muted);flex-shrink:0;font-size:20px}details[open] .page-module__E0kJGG__faqQuestion:after{content:"−"}.page-module__E0kJGG__faqAnswer{color:var(--text-secondary);padding:0 24px 20px;font-size:14px;line-height:1.7}.page-module__E0kJGG__ctaBanner{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(135deg,#6c63ff33 0%,#00d4aa1a 100%);padding:80px 0}.page-module__E0kJGG__ctaContent{text-align:center;max-width:600px;margin:0 auto}.page-module__E0kJGG__ctaTitle{margin-bottom:16px;font-size:clamp(28px,3vw,42px);font-weight:900}.page-module__E0kJGG__ctaSub{color:var(--text-secondary);margin-bottom:36px;font-size:17px;line-height:1.7}.page-module__E0kJGG__ctaBtns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:1024px){.page-module__E0kJGG__hero .page-module__E0kJGG__container{text-align:center;grid-template-columns:1fr}.page-module__E0kJGG__heroContent{align-items:center}.page-module__E0kJGG__heroSub{text-align:center}.page-module__E0kJGG__heroCtas,.page-module__E0kJGG__heroTrust{justify-content:center}.page-module__E0kJGG__heroVisual{display:none}.page-module__E0kJGG__whyGrid{grid-template-columns:repeat(2,1fr)}.page-module__E0kJGG__howGrid{flex-direction:column}.page-module__E0kJGG__howArrow{display:none}}@media (max-width:600px){.page-module__E0kJGG__whyGrid,.page-module__E0kJGG__testimonialsGrid{grid-template-columns:1fr}.page-module__E0kJGG__howGrid{flex-direction:column}}
