.contact-module__I_P8OW__section{opacity:0;width:100%;padding:5rem 1.5rem 6rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.contact-module__I_P8OW__section.contact-module__I_P8OW__visible{opacity:1;transform:translateY(0)}.contact-module__I_P8OW__inner{max-width:1100px;margin:0 auto}.contact-module__I_P8OW__header{text-align:center;margin-bottom:3rem}.contact-module__I_P8OW__title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,5vw,40px);font-weight:500;line-height:1.15}.contact-module__I_P8OW__description{color:#fff9;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px;font-weight:400;line-height:1.6}.contact-module__I_P8OW__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__I_P8OW__featuresCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .25s;display:flex}.contact-module__I_P8OW__featuresCard:hover{background:#ffffff0d;border-color:#ffffff1f}.contact-module__I_P8OW__featuresVisual{justify-content:center;align-items:center;height:100px;display:flex;position:relative}.contact-module__I_P8OW__enterpriseIcon{color:#8b5cf6b3;width:56px;height:56px;animation:3s ease-in-out infinite contact-module__I_P8OW__iconFloat}.contact-module__I_P8OW__enterpriseIcon svg{width:100%;height:100%}@keyframes contact-module__I_P8OW__iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.contact-module__I_P8OW__enterpriseGlow{filter:blur(4px);background:radial-gradient(#8b5cf64d,#0000);width:50px;height:8px;position:absolute;bottom:10px}.contact-module__I_P8OW__featuresContent{flex-direction:column;gap:.75rem;display:flex}.contact-module__I_P8OW__featuresLabel{color:#a78bfa;letter-spacing:.05em;font-family:Google Sans Flex,sans-serif;font-size:11px;font-weight:600}.contact-module__I_P8OW__featuresTitle{color:#fff;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500}.contact-module__I_P8OW__featuresList{flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.contact-module__I_P8OW__featuresList li{color:#ffffffb3;align-items:center;gap:8px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;display:flex}.contact-module__I_P8OW__featuresList li svg{color:#22c55e;flex-shrink:0;width:14px;height:14px}.contact-module__I_P8OW__formCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .25s}.contact-module__I_P8OW__formCard:hover{background:#ffffff0d;border-color:#ffffff1f}.contact-module__I_P8OW__form{flex-direction:column;gap:1rem;display:flex}.contact-module__I_P8OW__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-module__I_P8OW__formGroup{flex-direction:column;gap:.35rem;display:flex}.contact-module__I_P8OW__formGroup label{color:#fff9;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500}.contact-module__I_P8OW__formGroup input,.contact-module__I_P8OW__formGroup textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:10px 12px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .2s}.contact-module__I_P8OW__formGroup input::placeholder,.contact-module__I_P8OW__formGroup textarea::placeholder{color:#ffffff4d}.contact-module__I_P8OW__formGroup input:focus,.contact-module__I_P8OW__formGroup textarea:focus{background:#ffffff0f;border-color:#3b82f680;outline:none}.contact-module__I_P8OW__formGroup textarea{resize:vertical;min-height:80px}.contact-module__I_P8OW__submitBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:.5rem;padding:12px 20px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:all .2s;display:flex}.contact-module__I_P8OW__submitBtn:hover:not(:disabled){background:#2563eb}.contact-module__I_P8OW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.contact-module__I_P8OW__submitBtn svg{width:16px;height:16px}.contact-module__I_P8OW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite contact-module__I_P8OW__spin}@keyframes contact-module__I_P8OW__spin{to{transform:rotate(360deg)}}.contact-module__I_P8OW__errorText{color:#ef4444;text-align:center;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.contact-module__I_P8OW__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:280px;padding:2rem;display:flex}.contact-module__I_P8OW__successIcon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;animation:2s ease-in-out infinite contact-module__I_P8OW__successPulse;display:flex}.contact-module__I_P8OW__successIcon svg{width:24px;height:24px}@keyframes contact-module__I_P8OW__successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.contact-module__I_P8OW__successState h3{color:#fff;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500}.contact-module__I_P8OW__successState p{color:#ffffff80;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}@media (max-width:768px){.contact-module__I_P8OW__grid,.contact-module__I_P8OW__formRow{grid-template-columns:1fr}}@media (max-width:640px){.contact-module__I_P8OW__section{padding:3rem 1rem 4rem}.contact-module__I_P8OW__header{margin-bottom:2rem}.contact-module__I_P8OW__title{font-size:26px}.contact-module__I_P8OW__description{font-size:15px}}
.blog-preview-module__fdoJQa__section{opacity:0;width:100%;padding:5rem 1.5rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.blog-preview-module__fdoJQa__section.blog-preview-module__fdoJQa__visible,.blog-preview-module__fdoJQa__section.blog-preview-module__fdoJQa__visible .blog-preview-module__fdoJQa__post{opacity:1;transform:translateY(0)}.blog-preview-module__fdoJQa__inner{max-width:1100px;margin:0 auto}.blog-preview-module__fdoJQa__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.blog-preview-module__fdoJQa__headerText{flex:1}.blog-preview-module__fdoJQa__title{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:500}.blog-preview-module__fdoJQa__description{color:#fff9;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px}.blog-preview-module__fdoJQa__viewAll{color:#3b82f6;white-space:nowrap;align-items:center;gap:6px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.blog-preview-module__fdoJQa__viewAll:hover{gap:10px}.blog-preview-module__fdoJQa__viewAll svg{width:16px;height:16px}.blog-preview-module__fdoJQa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.blog-preview-module__fdoJQa__post{opacity:0;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;transform:translateY(20px)}.blog-preview-module__fdoJQa__post:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px)}.blog-preview-module__fdoJQa__category{color:#3b82f6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;display:inline-block}.blog-preview-module__fdoJQa__postTitle{color:#fff;margin:0 0 .75rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500;line-height:1.4}.blog-preview-module__fdoJQa__excerpt{color:#fff9;flex:1;margin:0 0 1rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.blog-preview-module__fdoJQa__meta{color:#fff6;align-items:center;gap:6px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;display:flex}.blog-preview-module__fdoJQa__dot{color:#fff3}@media (max-width:900px){.blog-preview-module__fdoJQa__grid{grid-template-columns:1fr;gap:1rem}.blog-preview-module__fdoJQa__header{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.blog-preview-module__fdoJQa__section{padding:3rem 1rem}.blog-preview-module__fdoJQa__header{margin-bottom:2rem}.blog-preview-module__fdoJQa__title{font-size:24px}.blog-preview-module__fdoJQa__description{font-size:15px}.blog-preview-module__fdoJQa__post{border-radius:12px;padding:1.25rem}.blog-preview-module__fdoJQa__postTitle{font-size:16px}.blog-preview-module__fdoJQa__excerpt{font-size:13px}}
.faq-module__EUtjoW__section{opacity:0;width:100%;padding:0 1.5rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.faq-module__EUtjoW__section.faq-module__EUtjoW__visible{opacity:1;transform:translateY(0)}.faq-module__EUtjoW__inner{max-width:800px;margin:0 auto}.faq-module__EUtjoW__header{text-align:center;margin-bottom:3rem}.faq-module__EUtjoW__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#3b82f6;margin:0 0 .75rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;display:block}.faq-module__EUtjoW__title{color:#1d1d1f;letter-spacing:-.02em;margin:0 0 .75rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:600}.faq-module__EUtjoW__description{color:#5b6470;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px}.faq-module__EUtjoW__list{background:#00000014;border:1px solid #1218211a;border-radius:16px;flex-direction:column;gap:1px;display:flex;overflow:hidden;box-shadow:0 1px 2px #14181f0a}.faq-module__EUtjoW__item{background:#fff}.faq-module__EUtjoW__question{cursor:pointer;text-align:left;color:#1d1d1f;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;transition:color .2s;display:flex}.faq-module__EUtjoW__question:hover{color:#69707d}.faq-module__EUtjoW__icon{color:#0006;flex-shrink:0;width:20px;height:20px;transition:transform .3s,color .2s}.faq-module__EUtjoW__itemOpen .faq-module__EUtjoW__icon{color:#3b82f6;transform:rotate(45deg)}.faq-module__EUtjoW__answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-module__EUtjoW__itemOpen .faq-module__EUtjoW__answer{max-height:500px}.faq-module__EUtjoW__answer p{color:#5b6470;margin:0;padding:0 1.5rem 1.25rem;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}@media (max-width:640px){.faq-module__EUtjoW__section{padding:0 1rem}.faq-module__EUtjoW__header{margin-bottom:2rem}.faq-module__EUtjoW__title{font-size:24px}.faq-module__EUtjoW__description{font-size:15px}.faq-module__EUtjoW__list{border-radius:12px}.faq-module__EUtjoW__question{padding:1rem 1.25rem;font-size:15px}.faq-module__EUtjoW__answer p{padding:0 1.25rem 1rem;font-size:14px}}
.cta-module__LxOJfa__section{opacity:0;width:100%;padding:0 1.5rem;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.cta-module__LxOJfa__section.cta-module__LxOJfa__visible{opacity:1;transform:translateY(0)}.cta-module__LxOJfa__inner{text-align:center;background:#fff;border:1px solid #1218211a;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;max-width:880px;margin:0 auto;padding:56px 40px;display:flex;box-shadow:0 1px 2px #14181f0a}.cta-module__LxOJfa__title{color:#1d1d1f;letter-spacing:-.02em;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,5vw,40px);font-weight:700;line-height:1.15}.cta-module__LxOJfa__description{color:#5b6470;max-width:450px;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px}.cta-module__LxOJfa__actions{justify-content:center;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.cta-module__LxOJfa__primaryBtn{color:#fff;background:#1d1d1f;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta-module__LxOJfa__primaryBtn:hover{background:#27272a}.cta-module__LxOJfa__primaryBtn svg{width:18px;height:18px}.cta-module__LxOJfa__subtext{color:#69707d;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}@media (max-width:640px){.cta-module__LxOJfa__section{padding:0 1rem}.cta-module__LxOJfa__title{font-size:26px}.cta-module__LxOJfa__description{font-size:15px}.cta-module__LxOJfa__primaryBtn{justify-content:center;width:100%;padding:14px 24px}.cta-module__LxOJfa__actions{width:100%}}
.footer-module__rRnLVG__footer{background:0 0;border-top:1px solid #00000014;padding:72px 24px 48px}.footer-module__rRnLVG__inner{max-width:1200px;margin:0 auto}.footer-module__rRnLVG__main{grid-template-columns:300px 1fr;align-items:start;gap:80px;margin-bottom:64px;display:grid}.footer-module__rRnLVG__brand{flex-direction:column;gap:20px;display:flex}.footer-module__rRnLVG__logo{color:#1d1d1f;font-variation-settings:"wght" 600,"wdth" 110,"opsz" 20,"GRAD" 50,"slnt" 0,"ROND" 0;align-items:center;gap:10px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:500;text-decoration:none;display:flex}.footer-module__rRnLVG__logo img{width:26px;height:26px}.footer-module__rRnLVG__tagline{font-variation-settings:"wght" 400,"wdth" 102,"opsz" 14,"GRAD" 0,"slnt" 0,"ROND" 25;color:#00000080;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.footer-module__rRnLVG__social{gap:10px;display:flex}.footer-module__rRnLVG__social a{color:#0006;background:#0000000a;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-module__rRnLVG__social a:hover{color:#1d1d1f;background:#00000014;border-color:#00000026}.footer-module__rRnLVG__social svg{width:18px;height:18px}.footer-module__rRnLVG__linksGrid{grid-template-columns:repeat(3,1fr);gap:48px 60px;display:grid}.footer-module__rRnLVG__linkColumn{flex-direction:column;gap:12px;display:flex}.footer-module__rRnLVG__linkColumn h4{font-variation-settings:"wght" 700,"wdth" 75,"opsz" 13,"GRAD" 100,"slnt" 0,"ROND" 0;color:#000000e6;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600}.footer-module__rRnLVG__linkColumn a{font-variation-settings:"wght" 400,"wdth" 102,"opsz" 14,"GRAD" 0,"slnt" 0,"ROND" 12;color:#0000008c;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;text-decoration:none;transition:color .2s,font-variation-settings .2s}.footer-module__rRnLVG__linkColumn a:hover{color:#000000e6;font-variation-settings:"wght" 500,"wdth" 102,"opsz" 14,"GRAD" 25,"slnt" 0,"ROND" 12}.footer-module__rRnLVG__bottom{border-top:1px solid #00000014;flex-direction:column;align-items:stretch;gap:32px;padding-top:48px;display:flex}.footer-module__rRnLVG__disclaimer{color:#00000059;max-width:720px;margin:0;font-size:11px;line-height:1.5}.footer-module__rRnLVG__disclaimer a{color:#00000080;text-underline-offset:2px;text-decoration:underline}.footer-module__rRnLVG__disclaimer a:hover{color:#000000b3}.footer-module__rRnLVG__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-module__rRnLVG__bottomLinks{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.footer-module__rRnLVG__bottomLinks a{color:#00000080;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s}.footer-module__rRnLVG__bottomLinks a:hover{color:#000000e6}.footer-module__rRnLVG__bottomSep{color:#00000040;-webkit-user-select:none;user-select:none;font-size:13px}.footer-module__rRnLVG__backedSection{flex-direction:column;align-items:center;gap:20px;display:flex}.footer-module__rRnLVG__backedLabel{font-variation-settings:"wght" 550,"wdth" 70,"opsz" 12,"GRAD" 75,"slnt" 0,"ROND" 0;color:#0006;text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500}.footer-module__rRnLVG__backedLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.footer-module__rRnLVG__backedLogo{opacity:.5;transition:opacity .2s}.footer-module__rRnLVG__backedLogo:hover{opacity:.8}.footer-module__rRnLVG__backedLogo img{width:auto;height:22px}.footer-module__rRnLVG__copyright{font-variation-settings:"wght" 400,"wdth" 100,"opsz" 13,"GRAD" 0,"slnt" 0,"ROND" 0;color:#00000080;margin:0;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.footer-module__rRnLVG__versionBadge{font-variation-settings:"wght" 600,"wdth" 80,"opsz" 10,"GRAD" 50,"slnt" 0,"ROND" 0;letter-spacing:.02em;cursor:default;border-radius:4px;padding:3px 8px;font-family:Google Sans Flex,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:500;position:relative}.footer-module__rRnLVG__versionProd{color:#22c55e;background:#22c55e26}.footer-module__rRnLVG__versionPreview{color:#eab308;background:#eab30826}.footer-module__rRnLVG__versionDev{color:#3b82f6;background:#3b82f626}.footer-module__rRnLVG__versionTooltip{white-space:nowrap;opacity:0;visibility:hidden;z-index:100;pointer-events:none;background:#fff;border:1px solid #0000001a;border-radius:6px;padding:8px 10px;font-size:11px;transition:opacity .15s,visibility .15s;position:absolute;top:calc(100% + 6px);left:0}.footer-module__rRnLVG__versionBadge:hover .footer-module__rRnLVG__versionTooltip{opacity:1;visibility:visible}.footer-module__rRnLVG__versionTooltipRow{gap:6px;font-size:11px;display:flex}.footer-module__rRnLVG__versionTooltipRow+.footer-module__rRnLVG__versionTooltipRow{margin-top:4px}.footer-module__rRnLVG__versionTooltipLabel{color:#00000080;font-size:11px}.footer-module__rRnLVG__versionTooltipValue{color:#000c;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:11px}@media (max-width:1024px){.footer-module__rRnLVG__main{grid-template-columns:1fr;gap:60px}.footer-module__rRnLVG__brand{text-align:center;align-items:center}.footer-module__rRnLVG__linksGrid{grid-template-columns:repeat(3,1fr);gap:40px 48px}}@media (max-width:768px){.footer-module__rRnLVG__footer{padding:80px 20px 40px}.footer-module__rRnLVG__main{gap:48px;margin-bottom:48px}.footer-module__rRnLVG__linksGrid{grid-template-columns:repeat(2,1fr);gap:40px 32px}.footer-module__rRnLVG__bottom{gap:28px;padding-top:40px}.footer-module__rRnLVG__backedLogos{gap:32px}}@media (max-width:640px){.footer-module__rRnLVG__linksGrid{grid-template-columns:1fr;gap:32px}.footer-module__rRnLVG__backedLogos{gap:24px}.footer-module__rRnLVG__backedLogo img{height:20px}.footer-module__rRnLVG__copyright{font-size:12px}.footer-module__rRnLVG__bottomBar{text-align:center;flex-direction:column;align-items:center}}
.referral-capture-module__NMWRcG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out referral-capture-module__NMWRcG__fadeIn;display:flex;position:fixed;inset:0}@keyframes referral-capture-module__NMWRcG__fadeIn{0%{opacity:0}to{opacity:1}}.referral-capture-module__NMWRcG__dialog{background:#18181b;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;animation:.25s ease-out referral-capture-module__NMWRcG__slideUp;position:relative;overflow:hidden}@keyframes referral-capture-module__NMWRcG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.referral-capture-module__NMWRcG__header{justify-content:space-between;align-items:flex-start;padding:24px 24px 0;display:flex}.referral-capture-module__NMWRcG__headerContent h2{color:#fff;margin:0 0 4px;font-size:18px;font-weight:600}.referral-capture-module__NMWRcG__headerContent p{color:#fff9;margin:0;font-size:14px}.referral-capture-module__NMWRcG__closeBtn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.referral-capture-module__NMWRcG__closeBtn:hover{color:#fff;background:#ffffff1a}.referral-capture-module__NMWRcG__closeBtn svg{width:16px;height:16px}.referral-capture-module__NMWRcG__body{padding:20px 24px 24px}.referral-capture-module__NMWRcG__planCard{background:#ffffff0d;border:1px solid #3b82f6;border-radius:10px;margin-bottom:16px;padding:20px;position:relative}.referral-capture-module__NMWRcG__planBadge{white-space:nowrap;color:#fff;background:#3b82f6;border-radius:10px;padding:3px 10px;font-size:11px;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.referral-capture-module__NMWRcG__planHeader{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:16px;padding-bottom:16px}.referral-capture-module__NMWRcG__planHeader h3{color:#fff;margin:0 0 8px;font-size:16px;font-weight:600}.referral-capture-module__NMWRcG__planPrice{justify-content:center;align-items:baseline;gap:4px;display:flex}.referral-capture-module__NMWRcG__planPrice .referral-capture-module__NMWRcG__amount{color:#fff;font-size:32px;font-weight:700}.referral-capture-module__NMWRcG__planPrice .referral-capture-module__NMWRcG__period{color:#ffffff80;font-size:14px}.referral-capture-module__NMWRcG__planLimits{margin-bottom:16px}.referral-capture-module__NMWRcG__limitRow{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.referral-capture-module__NMWRcG__limitRow:last-child{border-bottom:none}.referral-capture-module__NMWRcG__limitRow span{color:#fff9}.referral-capture-module__NMWRcG__limitRow strong{color:#fff;font-weight:600}.referral-capture-module__NMWRcG__featureList{margin:0;padding:0;list-style:none}.referral-capture-module__NMWRcG__featureList li{color:#fff9;align-items:center;gap:8px;padding:4px 0;font-size:12px;display:flex}.referral-capture-module__NMWRcG__featureList svg{color:#22c55e;flex-shrink:0;width:14px;height:14px}.referral-capture-module__NMWRcG__cta{color:#fff9;text-align:center;margin-bottom:16px;font-size:13px}.referral-capture-module__NMWRcG__cta a{color:#3b82f6;font-weight:500;text-decoration:none}.referral-capture-module__NMWRcG__cta a:hover{text-decoration:underline}.referral-capture-module__NMWRcG__dismissBtn{color:#fff;text-align:center;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:block}.referral-capture-module__NMWRcG__dismissBtn:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width:480px){.referral-capture-module__NMWRcG__dialog{max-width:100%}.referral-capture-module__NMWRcG__header{padding:20px 20px 0}.referral-capture-module__NMWRcG__body{padding:16px 20px 20px}.referral-capture-module__NMWRcG__planCard{padding:16px}.referral-capture-module__NMWRcG__planPrice .referral-capture-module__NMWRcG__amount{font-size:28px}}
