.vs-bubble-pulse{animation:2s ease-in-out infinite vs-bubble-pulse}@keyframes vs-bubble-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){.vs-bubble-pulse{animation:none}}.comp-hero-subtitle{max-width:52rem}.comp-hero-subtitle strong{color:var(--black);font-weight:600}.comp-counter{background:var(--white);border-radius:50px;align-items:center;gap:10px;margin-top:1.75rem;margin-bottom:0;padding:10px 20px;display:inline-flex;box-shadow:0 0 4px 4px #6363630a}.comp-counter-number{color:var(--slate-blue);font-size:1.25rem;font-weight:800}.comp-counter-label{color:var(--dim-grey);font-size:.875rem;font-weight:500}.comp-grid-section{padding-bottom:0}.comp-divider-section{background:var(--lavender-3);padding:1.5rem 0 0}.comp-divider{align-items:center;gap:16px;max-width:1100px;margin:0 auto;display:flex}.comp-divider-line{background:var(--lavender-2);flex:1;height:1px}.comp-divider-bubble{color:var(--slate-blue);background:var(--white);border:1px solid var(--lavender-2);white-space:nowrap;border-radius:50px;padding:8px 20px;font-size:.8125rem;font-weight:600;box-shadow:0 0 4px 4px #6363630a}.comp-switched-from{background:var(--lavender-3);padding-top:.5rem;padding-bottom:4rem}.comp-switched-from .sf-section{margin-top:0}.comp-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto;display:grid}@media (width<=960px){.comp-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.comp-grid{grid-template-columns:1fr;max-width:400px}}.comp-card{background:var(--white);color:inherit;border:2px solid #0000;border-radius:1.5rem;grid-template-rows:auto 1fr;padding:.75rem;text-decoration:none;transition:border-color .2s,box-shadow .25s,transform .25s;display:grid;box-shadow:0 0 4px 4px #6363630a}.comp-card:hover{border-color:var(--slate-blue);transform:translateY(-3px);box-shadow:0 8px 30px #6249fe21}.comp-card-featured .comp-card-header{flex-direction:column;align-items:flex-start;gap:.5rem;height:auto;min-height:100px;padding:1.25rem 1.5rem}.comp-card-badge{background:var(--slate-blue);color:var(--white);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-block}.comp-card-header{background:var(--gradient-father);border-radius:1rem;align-items:center;height:100px;padding:1.5rem;display:flex}.comp-card-title{color:var(--black);font-size:1rem;font-weight:700;line-height:1.25}.comp-card-tagline{color:var(--dim-grey);margin-top:2px;font-size:.8125rem;line-height:1.35}.comp-card-body{flex-direction:column;padding:1.25rem .75rem .75rem;display:flex}.comp-wins-label{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-blue);margin-bottom:8px;font-size:.75rem;font-weight:700}.comp-advantages{flex:1;margin:0;padding:0;list-style:none}.comp-advantages li{color:var(--black);align-items:baseline;gap:10px;padding:4px 0;font-size:.875rem;line-height:1.5;display:flex}.comp-check{color:var(--slate-blue);text-align:center;flex-shrink:0;width:16px;font-size:.875rem;font-weight:700}.comp-cta-link{text-align:center;color:var(--slate-blue);background:var(--lavender);border-radius:50px;margin-top:1.25rem;padding:11px 20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.comp-card:hover .comp-cta-link{background:var(--gradient-brand-btn);color:#fff;box-shadow:0 2px 12px #6249fe40}.quick-answer-card{border:1px solid var(--lavender-2);text-align:left;background:#fff;border-radius:1.25rem;max-width:56rem;margin-inline:auto;padding:1.75rem 2.25rem;box-shadow:0 10px 40px #6249fe14}.quick-answer-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-blue);margin-bottom:6px;font-size:.75rem;font-weight:700}.quick-answer-card__text{color:var(--black);margin:0;font-size:1.0625rem;line-height:1.7}.quick-answer-card__text strong{color:var(--slate-blue);font-weight:700}@media (width<=767px){.quick-answer-card{border-radius:1rem;padding:1.25rem 1.5rem}.quick-answer-card__text{font-size:1rem}}.alternatives-reading-order{counter-reset:reading-order;flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;padding:0;list-style:none;display:flex}.alternatives-reading-order li{counter-increment:reading-order;background:var(--white);border:1px solid var(--lavender-2);border-radius:.875rem;align-items:baseline;gap:.875rem;padding:1rem 1.25rem;display:flex;box-shadow:0 0 4px 4px #6363630a}.alternatives-reading-order li:before{content:counter(reading-order);background:var(--slate-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.alternatives-reading-order a{color:var(--slate-blue);font-weight:600;text-decoration:none}.alternatives-reading-order a:hover{text-decoration:underline}.section_hub-faq{background:linear-gradient(#fff 0%,#f7f5ff 100%)}.hub-faq__heading{color:var(--slate-blue,#1a1a2e);text-align:center;margin:0 0 2rem;font-size:2rem;font-weight:600}.hub-faq__list{flex-direction:column;gap:.75rem;max-width:56rem;margin:0 auto;display:flex}.hub-faq__item{background:#fff;border:1px solid #6249fe26;border-radius:.875rem;padding:1.25rem 1.5rem;transition:border-color .15s}.hub-faq__item[open]{border-color:#6249fe66}.hub-faq__question{color:var(--slate-blue,#1a1a2e);cursor:pointer;padding-right:2rem;font-size:1.0625rem;font-weight:600;list-style:none;position:relative}.hub-faq__question::-webkit-details-marker{display:none}.hub-faq__question:after{content:"+";color:var(--icon-primary,#6249fe);font-size:1.5rem;font-weight:400;transition:transform .2s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hub-faq__item[open] .hub-faq__question:after{content:"−"}.hub-faq__answer{color:var(--dim-grey,#555);margin-top:.875rem;font-size:1rem;line-height:1.6}.comp-bottom-cta{background:radial-gradient(circle at 20% 50%, #8f7dff40 0%, transparent 50%), radial-gradient(circle at 80% 50%, #8f7dff33 0%, transparent 50%), url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"), var(--slate-blue);padding:5rem 0;position:relative;overflow:hidden}.comp-bottom-subtitle{color:#ffffff8c;margin-bottom:2rem;font-size:1.0625rem;line-height:1.65}.comp-bottom-btn{color:var(--slate-blue);background:#fff;border-radius:50px;align-items:center;gap:10px;padding:16px 40px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,gap .25s;display:inline-flex;box-shadow:0 4px 24px #0003}.comp-bottom-btn svg{transition:transform .25s}.comp-bottom-btn:hover{gap:14px;transform:translateY(-2px);box-shadow:0 8px 32px #00000040}.comp-bottom-btn:hover svg{transform:translate(4px)}
