.comparison-section{padding:80px 0 60px;background:#f8fdf9}.comparison-header{margin-bottom:48px}.comparison-section-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:16px}.comparison-heading{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:700;color:#1a1f2e;line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.comparison-subtitle{font-size:1.1rem;color:#677788;line-height:1.5;max-width:520px}.comparison-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.comparison-card{border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:32px 28px 28px;background:#ffffff;display:flex;flex-direction:column}.comparison-card.is-ours{border-color:rgba(0,191,99,.2);background:#f8fdf9}.comparison-card-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:20px;align-self:flex-start}.comparison-card:not(.is-ours) .comparison-card-label{color:#94a3b8;background:#f1f5f9}.comparison-card.is-ours .comparison-card-label{color:#00a855;background:rgba(0,191,99,.08)}.comparison-card-title{font-size:1.25rem;font-weight:700;color:#1a1f2e;line-height:1.2;margin-bottom:6px}.comparison-card-subtitle{font-size:.9rem;color:#677788;margin-bottom:24px}.comparison-card.is-ours .comparison-card-subtitle{color:#00a855;font-weight:500}.comparison-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.comparison-card-item{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.45;color:#51596C}.comparison-card-icon{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.comparison-card-icon.cross{background:rgba(239,68,68,.08);color:#ef4444}.comparison-card-icon.check{background:rgba(0,191,99,.1);color:#00bf63}@media (max-width:992px){.comparison-cards{grid-template-columns:1fr;gap:16px}.comparison-card{padding:24px 20px}}@media (max-width:640px){.comparison-section{padding:60px 0}.comparison-card{padding:20px 16px;border-radius:12px}}.hero-section{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff;isolation:isolate}.hero-bg-overlay{background:radial-gradient(ellipse 900px 600px at 0 0,rgba(0,191,99,.04) 0,transparent 60%),radial-gradient(ellipse 700px 700px at 100% 60%,rgba(33,150,243,.04) 0,transparent 60%),radial-gradient(ellipse 600px 500px at 50% 100%,rgba(7,124,118,.03) 0,transparent 60%)}.hero-bg-blobs,.hero-bg-overlay{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-blob{position:absolute;border-radius:50%;filter:blur(120px);will-change:transform;opacity:.4}.hero-blob--1{width:700px;height:600px;background:radial-gradient(ellipse,rgba(0,191,99,.05) 0,transparent 70%);top:-15%;left:-10%;animation:blobDrift1 22s ease-in-out infinite}.hero-blob--2{width:600px;height:700px;background:radial-gradient(ellipse,rgba(33,150,243,.05) 0,transparent 70%);bottom:-20%;right:-10%;animation:blobDrift2 26s ease-in-out infinite}@keyframes blobDrift1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.05)}}@keyframes blobDrift2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,25px) scale(1.04)}}.hero-content{position:relative;z-index:10;width:100%;max-width:780px;margin:0 auto;padding:0 32px 80px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,191,99,.06);border:1px solid rgba(0,191,99,.15);color:#00a855;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:28px}.hero-badge-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#00bf63;box-shadow:0 0 6px rgba(0,191,99,.5);animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.7)}}.hero-headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.4rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#1a1f2e;margin:0 auto 20px;max-width:650px}.hero-headline-accent{color:#00bf63}.hero-description{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.6;color:#677788;max-width:560px;margin:0 auto 36px}.hero-social{display:inline-flex;align-items:center;gap:10px;margin-bottom:32px}.hero-stars{display:inline-flex;gap:2px;color:#f59e0b;font-size:1.1rem;letter-spacing:1px}.hero-social-text{font-size:.85rem;color:#677788;font-weight:500}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-bottom:32px}.hero-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 30px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .25s ease;border:none}.hero-cta--primary{background:#00bf63;color:#ffffff;box-shadow:0 2px 8px rgba(0,191,99,.25)}.hero-cta--primary:hover{background:#00a855;box-shadow:0 4px 20px rgba(0,191,99,.35);transform:translateY(-2px)}.hero-cta--secondary{background:#ffffff;color:#2d374b;border:1px solid rgba(0,0,0,.1)}.hero-cta--secondary:hover{border-color:rgba(0,191,99,.25);transform:translateY(-2px)}.hero-cta-arrow{font-size:1.1rem;transition:transform .25s ease}.hero-cta:hover .hero-cta-arrow{transform:translateX(4px)}.hero-trust{display:flex;flex-wrap:wrap;gap:0;align-items:center;justify-content:center;font-size:.82rem;color:#677788;font-weight:500}.hero-trust-check{color:#00bf63;font-weight:700;margin-right:4px}.hero-trust-sep{margin:0 12px;color:#bdc5d1;user-select:none}.hero-content{animation:fadeInUp .7s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hero-section{min-height:auto}.hero-content{padding:0 20px 50px}.hero-ctas{flex-direction:column;align-items:stretch}.hero-cta{justify-content:center}.hero-trust{flex-direction:column;gap:6px}.hero-trust-sep{display:none}}.highlights-section{padding:80px 0;background:#ffffff}.highlights-header{margin-bottom:48px}.highlights-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:16px}.highlights-heading{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:700;color:#1a1f2e;line-height:1.15;letter-spacing:-.02em;margin:0}.highlights-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.highlight-card{border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:28px 24px 24px;background:#ffffff;display:flex;flex-direction:column;transition:border-color .25s ease,box-shadow .25s ease}.highlight-card:hover{border-color:rgba(0,191,99,.2);box-shadow:0 2px 16px rgba(0,0,0,.04)}.highlight-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.highlight-card-title{font-size:1.1rem;font-weight:700;color:#1a1f2e;margin:0;line-height:1.2}.highlight-card-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:rgba(0,191,99,.08);color:#00bf63;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.highlight-card-desc{font-size:.9rem;color:#677788;line-height:1.6;margin:0}@media (max-width:992px){.highlights-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.highlights-section{padding:60px 0}.highlights-cards{grid-template-columns:1fr;gap:16px}.highlight-card{padding:20px 16px;border-radius:12px}}.HomeFAQ_faqSection__j1pva{background:linear-gradient(145deg,rgba(31,41,55,.7),rgba(17,24,39,.9));margin-top:2rem;margin-bottom:0;position:relative;padding:3rem 0 1.5rem}.HomeFAQ_faqTitle__belLL{font-size:3rem;color:#fff;text-transform:none;letter-spacing:-.03em;line-height:1.1;font-weight:700;margin-bottom:.5rem}.HomeFAQ_faqSubtitle__ZVzpk{color:#e5e5e5;font-size:1.1rem;font-weight:400}.HomeFAQ_glassyCard__Iw4Rz{background:linear-gradient(145deg,rgba(31,41,55,.6),rgba(17,24,39,.8));border-radius:1rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px rgba(0,0,0,.18);backdrop-filter:blur(8px);transition:all .1s ease;padding:1rem;margin-bottom:.75rem;cursor:pointer}.HomeFAQ_glassyCard__Iw4Rz:hover{box-shadow:0 12px 32px rgba(10,191,83,.2)}.HomeFAQ_glassyCard__Iw4Rz.HomeFAQ_expanded__o4qBL{background:linear-gradient(145deg,rgba(31,41,55,.7),rgba(17,24,39,.9));border-color:rgba(10,191,83,.2)}.HomeFAQ_glassyCard__Iw4Rz.HomeFAQ_popular__8HMBx{border-left:3px solid #0abf53}.HomeFAQ_faqContent__p0JQ2{justify-content:space-between}.HomeFAQ_faqContent__p0JQ2,.HomeFAQ_faqLeft__sNy0q{display:flex;align-items:flex-start}.HomeFAQ_faqNumber__rLs4g{color:#0abf53;font-size:1.1rem;font-weight:600;opacity:.8;margin-right:.75rem}.HomeFAQ_questionWrapper__m4WUo{display:flex;align-items:center}.HomeFAQ_faqQuestion__VgTRX{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.HomeFAQ_popularBadge__UdRFS{background:rgba(10,191,83,.2);color:#0abf53;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600;margin-left:.5rem}.HomeFAQ_faqAnswerContent__Eo0ZA{color:#e5e5e5;font-size:1.05rem;line-height:1.7;letter-spacing:.01em;margin-top:.75rem}.HomeFAQ_faqAnswerFooter__qW_ux{border-top:1px solid rgba(255,255,255,.1);font-size:.95rem;margin-top:.75rem;padding-top:.75rem}.HomeFAQ_supportWrapper__zQNsj{display:flex;align-items:center}.HomeFAQ_supportWrapper__zQNsj i{margin-right:.5rem}.HomeFAQ_supportLink__PlN_o{color:#0abf53;text-decoration:none;transition:color .1s ease}.HomeFAQ_supportLink__PlN_o:hover{color:#0d9e45;text-decoration:underline}.HomeFAQ_faqIcon__5rzCS{color:#0abf53;font-size:1.5rem;font-weight:700;opacity:.8;flex-shrink:0;margin-left:.75rem}.HomeFAQ_searchContainer__FWPPW{position:relative;max-width:600px;margin:0 auto}.HomeFAQ_searchInput__yllWv{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem 3rem 1rem 1.5rem;border-radius:1rem;font-size:1.1rem;backdrop-filter:blur(8px);width:100%}.HomeFAQ_searchInput__yllWv::placeholder{color:rgba(255,255,255,.7)}.HomeFAQ_searchInput__yllWv:focus{background:rgba(255,255,255,.15);border-color:rgba(10,191,83,.5);box-shadow:0 0 0 2px rgba(10,191,83,.2);color:#fff;outline:none}.HomeFAQ_searchContainer__FWPPW i{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.5)}.HomeFAQ_categoryTabs__b0vOi{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.HomeFAQ_categoryTab__iqwAf{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-size:1rem;transition:background-color .1s ease;cursor:pointer}.HomeFAQ_categoryTab__iqwAf:hover{background:rgba(255,255,255,.15)}.HomeFAQ_categoryTab__iqwAf.HomeFAQ_active__YJaGw{background:rgba(10,191,83,.2);border-color:rgba(10,191,83,.5)}.HomeFAQ_skeletonHeader__MI2Sz{height:120px}.HomeFAQ_skeletonHeader__MI2Sz,.HomeFAQ_skeletonSearch__65yTH{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:HomeFAQ_shimmer__LG6Kx 1.5s infinite;border-radius:1rem;margin-bottom:2rem}.HomeFAQ_skeletonSearch__65yTH{height:50px;max-width:600px;margin-left:auto;margin-right:auto}.HomeFAQ_skeletonTabs__dumuG{height:40px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:HomeFAQ_shimmer__LG6Kx 1.5s infinite;border-radius:1rem;margin-bottom:2rem}.HomeFAQ_skeletonFaqs__gD89U{display:flex;flex-direction:column;gap:1rem}.HomeFAQ_skeletonFaqs__gD89U:before{content:"";height:80px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:HomeFAQ_shimmer__LG6Kx 1.5s infinite;border-radius:1rem}@keyframes HomeFAQ_shimmer__LG6Kx{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:991px){.HomeFAQ_faqTitle__belLL{font-size:2.1rem}}@media (max-width:767px){.HomeFAQ_faqSection__j1pva{border-radius:.8rem}.HomeFAQ_categoryTabs__b0vOi{gap:.5rem}.HomeFAQ_categoryTab__iqwAf{padding:.5rem 1rem;font-size:.9rem}.HomeFAQ_faqNumber__rLs4g,.HomeFAQ_faqQuestion__VgTRX{font-size:1rem}.HomeFAQ_faqAnswerContent__Eo0ZA{font-size:.95rem}.HomeFAQ_popularBadge__UdRFS{font-size:.7rem;padding:.2rem .5rem}}