:root{--bg:#f6f8fc;--surface:#fff;--text:#0b1020;--muted:#5a667a;--line:#e6ebf3;--brand:#1e5bff;--brand2:#3b82f6;--shadow:0 22px 60px rgba(17,24,39,.1);--shadow2:0 12px 28px rgba(17,24,39,.08);--r:28px;--r2:18px;--max:1140px;--focus:0 0 0 3px rgba(30,91,255,.18);--headerH:88px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--headerH)}body,html{padding-top:calc(var(--headerH) + 18px);height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.muted{color:var(--muted)}.mutedSmall{color:rgba(90,102,122,.92);font-size:12px;line-height:1.5}.nowrap{white-space:nowrap}.siteHeader{position:fixed;top:18px;left:0;right:0;z-index:100;background:transparent;border:0}.headerShell{min-height:var(--headerH);display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:12px 18px;border:1px solid rgba(26,49,94,.1);border-radius:24px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 40px rgba(16,24,40,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.headerShellMain{grid-template-columns:auto 1fr auto}.headerShellFlow{grid-template-columns:auto 1fr}.headerBrand{min-width:0}.headerBrand,.headerBrandLogo{display:inline-flex;align-items:center}.headerBrandLogo{line-height:0}.headerBrandLogo :global(img),.headerBrandLogo img{display:block;width:auto;max-width:100%;height:auto}.headerMenu{display:flex;gap:8px;min-width:0}.headerLogin,.headerMenu,.headerMenu a{align-items:center;justify-content:center}.headerLogin,.headerMenu a{display:inline-flex;min-height:42px;padding:10px 14px;border-radius:14px;font-size:14px;font-weight:700;line-height:1;color:rgba(11,16,32,.78);transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.headerLogin:hover,.headerMenu a:hover{background:rgba(30,91,255,.07);color:var(--text)}.headerActions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.headerActionsFlow{justify-self:end}.headerCtaBtn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:14px;font-weight:800;line-height:1;border:1px solid transparent;box-shadow:0 12px 28px rgba(30,91,255,.22);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;white-space:nowrap}.headerCtaBtn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(30,91,255,.28)}.headerCtaBtnSoft{background:rgba(30,91,255,.08);color:var(--brand);border-color:rgba(30,91,255,.14);box-shadow:none}.headerCtaBtnSoft:hover{box-shadow:none;background:rgba(30,91,255,.12)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:14px;border:1px solid var(--line);background:hsla(0,0%,100%,.92);color:rgba(11,16,32,.92);font-weight:900;font-size:14px;cursor:pointer;transition:.16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}.btn:focus{outline:none;box-shadow:var(--focus),var(--shadow2)}.btn.primary{border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 18px 38px rgba(30,91,255,.18)}.btn.primary:hover{box-shadow:0 22px 50px rgba(30,91,255,.22)}.btn.ghost{background:transparent}.btn.small{padding:10px 12px;border-radius:12px;font-size:13px}section{padding:56px 0}h1{margin:10px 0 12px;font-size:50px;line-height:1.06;letter-spacing:-.03em}h2{margin:0;font-size:30px;letter-spacing:-.02em}.sectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.sectionHead>div{max-width:70ch}.sectionHead h2{margin:0 0 6px;line-height:1.15}.sectionHead .muted{margin:0;line-height:1.55}section .container{display:block}.hero{padding:62px 0 40px}.heroGrid{grid-template-columns:1.05fr .95fr;grid-gap:18px;gap:18px}.heroSub{margin:0 0 18px;color:rgba(90,102,122,.95);font-size:16px;max-width:66ch}.heroActions{gap:10px;margin-top:16px}.kpis{grid-gap:10px;gap:10px;margin-top:18px}.kpi{border:1px solid var(--line);background:hsla(0,0%,100%,.92);border-radius:16px;box-shadow:0 10px 22px rgba(17,24,39,.06)}.kpi b{font-size:18px;letter-spacing:-.01em}.kpi span{margin-top:4px;color:rgba(90,102,122,.95);font-size:12px;line-height:1.35}.heroPhoto{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.heroPhoto img{height:520px;object-position:50% 18%}.heroPhoto .cap{padding:14px 16px;border-top:1px solid var(--line);background:hsla(0,0%,100%,.92);font-size:13px;color:rgba(90,102,122,.95);line-height:1.5}.grid3{grid-template-columns:repeat(3,1fr);grid-gap:16px}.grid2,.grid3{display:grid;gap:16px}.grid2{grid-template-columns:repeat(2,1fr);grid-gap:16px}.blogGrid,.grid2,.grid3,.reviews,.stats,.tiles{margin-top:6px}.card{border:1px solid var(--line);background:hsla(0,0%,100%,.92);border-radius:var(--r2);padding:18px;box-shadow:var(--shadow2);transition:.18s ease}.card:hover{transform:translateY(-2px)}.card h3{margin:0 0 8px;font-size:16px;letter-spacing:-.01em}.card p{margin:0;color:rgba(90,102,122,.95);line-height:1.65;font-size:15.5px}.howFlow{border:1px solid var(--line);background:hsla(0,0%,100%,.92);border-radius:28px;box-shadow:var(--shadow);padding:22px}.flow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;align-items:stretch;margin-top:14px}.flow,.flowStep{position:relative}.flowStep{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 22px rgba(17,24,39,.06)}.flowStep b{display:block;margin-bottom:6px}.flowStep span{display:block;color:rgba(90,102,122,.95);font-size:13px;line-height:1.5}.flowStep:not(:last-child):after{content:"";position:absolute;top:50%;right:-8px;width:16px;height:2px;background:rgba(90,102,122,.22)}.flowStep:not(:last-child):before{content:"";position:absolute;top:calc(50% - 4px);right:-14px;width:10px;height:10px;border-radius:999px;background:#fff;border:2px solid rgba(30,91,255,.35)}.tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tile{border:1px solid var(--line);background:hsla(0,0%,100%,.92);border-radius:22px;padding:18px;box-shadow:var(--shadow2);transition:.18s ease;gap:10px;min-height:220px}.tile:hover{transform:translateY(-2px)}.tileTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.tile h3{margin:0;font-size:16px;line-height:1.25}.tile p{margin:0;color:rgba(90,102,122,.95);line-height:1.65;font-size:15.5px}.priceTag{font-weight:900;color:rgba(11,16,32,.86);background:rgba(30,91,255,.08);border:1px solid rgba(30,91,255,.18);padding:7px 10px;white-space:nowrap}.tile .btn{width:100%;justify-content:center}.footerGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;align-items:start}.footerCol{min-width:0}.footerBrand{display:flex;flex-direction:column;gap:8px}.footerLogo{font-weight:900;letter-spacing:-.03em;font-size:18px;color:rgba(11,16,32,.92)}.footerTagline{line-height:1.55}.footerTitle{font-weight:900;color:rgba(11,16,32,.78);margin:2px 0 10px}.footerLinks{display:flex;flex-direction:column;gap:8px}.footerLinks a:hover{color:rgba(11,16,32,.92);text-decoration:underline;text-underline-offset:3px}.footerSupport{display:flex;flex-direction:column;gap:8px}.footerSupportLine a{color:rgba(11,16,32,.92);font-weight:800}.footerSupportLine a:hover{text-decoration:underline;text-underline-offset:3px}.footerBottom{margin-top:18px;padding-top:14px;border-top:1px solid var(--line);gap:14px;align-items:flex-start;flex-wrap:wrap}.footerCopy{margin:0;font-weight:800;color:rgba(90,102,122,.92)}.footerBottomRight{max-width:70ch;color:rgba(90,102,122,.92)}@media (max-width:980px){.container{width:min(var(--max),calc(100% - 28px))}.headerShell,.headerShellFlow,.headerShellMain{grid-template-columns:1fr;justify-items:start;gap:12px;padding:14px}.headerMenu{display:none}.headerActions,.headerActionsFlow{width:100%;justify-content:space-between}.headerCtaBtn,.headerLogin{flex:0 0 auto}h1{font-size:34px}section{padding:48px 0}.heroGrid{grid-template-columns:1fr}.heroPhoto img{height:360px}.kpis{grid-template-columns:1fr 1fr}.blogGrid,.grid2,.grid3,.reviews,.tiles{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.flow{grid-template-columns:1fr;gap:10px}.flowStep:not(:last-child):after,.flowStep:not(:last-child):before{display:none}.footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.siteHeader{top:10px}.headerShell{border-radius:20px}.headerActions,.headerActionsFlow{flex-direction:column;align-items:stretch;gap:8px}.headerCtaBtn,.headerLogin{width:100%}.footerGrid,.kpis,.stats{grid-template-columns:1fr}}.priceNow,.priceWas{font-weight:900}.priceWas{opacity:.55}.previewFrame{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:hsla(0,0%,100%,.92);box-shadow:var(--shadow2)}.previewIframe{width:100%;height:720px;border:0;display:block}.payIcons{gap:12px;flex-wrap:wrap}.payIcons,.sslNote{display:flex;margin-top:10px;align-items:center}.sslNote{gap:8px}.payCta{margin-top:22px;display:flex;justify-content:center}.priceTag{display:inline-flex;align-items:baseline;gap:8px}.priceWas{text-decoration:line-through;opacity:.6;font-weight:700;text-decoration-thickness:2px;text-underline-offset:2px}.previewBox{margin-top:10px}.previewThumb{width:100%;border:1px solid var(--line);background:hsla(0,0%,100%,.92);border-radius:18px;box-shadow:var(--shadow2);padding:12px;cursor:pointer;text-align:left}.previewThumb img{width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--line);background:#fff}.previewHint{margin-top:10px}.lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:18px}.lightboxBackdrop{position:absolute;inset:0;background:rgba(11,16,32,.55);border:0;cursor:pointer}.lightboxBody{position:relative;max-width:min(1100px,96vw);max-height:92vh;background:#fff;border-radius:18px;box-shadow:var(--shadow);border:1px solid var(--line);padding:14px;z-index:1;overflow:auto}.lightboxClose{position:-webkit-sticky;position:sticky;top:0;margin-bottom:10px}.lightboxImg{width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--line)}.previewModal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:18px}.previewModalBackdrop{position:absolute;inset:0;border:0;background:rgba(11,16,32,.55);cursor:pointer}.previewModalBody{position:relative;z-index:1;width:min(1100px,96vw);max-height:92vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:14px}.previewModalHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.previewModalTitle{font-weight:900;color:rgba(11,16,32,.92)}.previewModalImg{width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--line);background:#fff}.kpis{list-style:none;padding:0;margin:20px 0 0}.kpi{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.kpi b{font-size:1.1rem;margin-bottom:4px;color:#1a2b3c;display:block}.kpi span{font-size:.9rem;color:#5b6876;line-height:1.4;display:block}.kpis{grid-template-columns:repeat(4,1fr);margin:24px 0 0;max-width:500px}.kpi{padding:16px 12px}.kpi-content{align-items:center;justify-content:center;text-align:center;width:100%;min-height:80px}.kpi-content b{margin-bottom:4px}.benefits-section{padding:60px 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.benefits-image{height:100%;min-height:500px;border-radius:24px}.benefits-image img{top:0;left:0}.benefits-content{display:flex;flex-direction:column;gap:32px}.sectionHead.left{text-align:left;margin-bottom:0}.sectionHead.left h2{margin-bottom:8px}.benefits-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.benefit-card{background:#f8f9fa;border-radius:16px;padding:24px 20px;border:1px solid #eaeef2;box-shadow:0 4px 12px rgba(0,0,0,.03);transition:transform .2s ease}.benefit-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.benefit-card h3{font-size:1.25rem;margin-bottom:12px;color:#1a2b3c}.benefit-card p{color:#5b6876;line-height:1.5;font-size:.95rem;margin:0}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr;gap:32px}.benefits-image{min-height:300px;order:-1}.benefits-cards{grid-template-columns:1fr}}.howContent{display:flex;flex-direction:column;gap:16px}.howContent h2{margin-bottom:8px}.steps{display:flex;flex-direction:column;gap:24px;margin:16px 0}.step{display:flex;gap:16px;align-items:flex-start}.stepNum{width:40px;height:40px;background:#1e5bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0}.stepText{display:flex;flex-direction:column;gap:4px}.stepText b{font-size:1.2rem;color:#1a2b3c}.stepText span{color:#5b6876;line-height:1.5}.howImage{position:relative;height:100%;min-height:500px;border-radius:20px;overflow:hidden}.howImage img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:768px){.howGrid{grid-template-columns:1fr}.howImage{min-height:300px;order:-1}}.benefits-image{position:relative;min-height:420px;border-radius:16px;overflow:hidden}.benefits-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.howSteps{gap:20px;margin-bottom:24px}.howStep,.howSteps{display:flex;flex-direction:column}.howStep{gap:4px}.howStep b{font-size:1.2rem;color:#1a2b3c}.howStep span{color:#5b6876;line-height:1.5}.how{padding:60px 0}.howContent h2{font-size:2rem;margin-bottom:24px;color:#1a2b3c}.howCards{gap:16px;margin-bottom:24px}.howCard{background:#f8f9fa;border-radius:12px;padding:20px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04);gap:8px}.howCard b{font-size:1.2rem;color:#1a2b3c}.howCard span{color:#5b6876}.notice.security-notice{display:flex;gap:12px;align-items:flex-start;background:#f0f7ff;border-left:4px solid #1e5bff;padding:16px 20px;border-radius:12px;margin:0}.security-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.howPhoto{position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}.howPhoto,.howPhoto img{border-radius:16px}.howPhoto .cap{margin-top:12px;font-size:.9rem;color:#5b6876;font-style:italic}@media (max-width:768px){.howGrid{grid-template-columns:1fr;gap:32px}.howPhoto{order:-1}}.fit{&Grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}&Content{h2{font-size:42px;line-height:1.2;margin-bottom:24px}}&Text{margin-bottom:40px}&Sub{font-size:18px;color:#666;line-height:1.6}&Media{display:flex;flex-direction:column;gap:30px}&Photo{border-radius:20px;overflow:hidden;img{width:100%;height:auto;display:block}}&Action{text-align:center;.btn{display:inline-block;padding:16px 32px;background:#4a90e2;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s;&:hover{background:#357abd}}}&Notice{margin-top:40px;padding:20px;background:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;font-size:16px;line-height:1.5;b{color:#333;margin-right:8px}}}@media (max-width:768px){.fitGrid{grid-template-columns:1fr;gap:40px}.fitPhoto{height:300px}}.btn.primary:hover{background:#357abd}.fitPhoto{border-radius:20px;overflow:hidden}@media (max-width:768px){.fitGrid{grid-template-columns:1fr;gap:40px}}.fitPhoto{max-width:90%;margin:0 auto}.fitPhoto img{max-height:400px;object-fit:contain}.howPhoto img{max-height:380px;object-fit:contain}.fitMedia{align-items:stretch}.fitPhoto{align-items:center}.fitPhoto img{min-height:280px}.howPhoto img{min-height:260px;border-radius:20px}.howPhoto{flex-direction:column}.howPhoto img{max-width:480px}.howPhoto .cap{margin-top:16px;text-align:center;max-width:480px}.howPhoto .cap,.security-text{font-size:14px;color:#666}.fitPhoto img,.howPhoto img{max-width:100%}.howContent .btn.primary,.howContent>div:last-child{display:none}.fitPhoto img{height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center}.howPhoto{justify-content:center;align-items:center}.howPhoto img{max-height:none!important;object-position:center}.fitGrid{align-items:start}.fitPhoto img{max-height:420px;object-position:top}.howGrid{grid-gap:60px;gap:60px}.howPhoto{display:flex;align-items:flex-end;height:100%}.howPhoto img{max-height:400px;object-position:top}.howPhoto .cap{display:none}.howCard{display:flex;flex-direction:column;margin-bottom:24px}.howCard b{font-size:18px;margin-bottom:8px;color:#000}.howCard span{font-size:16px;color:#666;line-height:1.5}.fitGrid,.fitMedia{align-items:center}.fitMedia,.fitPhoto{justify-content:center}.fitPhoto img{height:auto;max-width:500px}@media (max-width:768px){.fitGrid{grid-template-columns:1fr;gap:40px}.fitPhoto img{max-width:100%}}#documents,#pay,.benefits-section,.how,body{background:#f8fafc}.footer{padding:18px 0 28px;border-top:1px solid var(--line);background:hsla(0,0%,100%,.55);color:rgba(90,102,122,.95);font-size:13px}.fitGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:stretch}.fitContent{display:flex;flex-direction:column;gap:40px}.fitContent h2{font-size:42px;line-height:1.2;margin:0}.kpis{grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.kpi{background:transparent;padding:0}.kpi-content{gap:8px}.kpi-content b{font-size:18px;color:#000}.kpi-content span{font-size:16px;color:#666;line-height:1.5}.fitAction{margin-top:20px}.btn.primary{display:inline-block;padding:16px 32px;background:#4a90e2;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s;border:none;cursor:pointer}.fitMedia{width:100%}.fitPhoto img{object-position:center top;border-radius:20px}body{background:#f5f7fa}.hero{padding:80px 0}.benefits-section{background:#f5f7fa;padding:80px 0}.fit{background:#fff}.fit,.how{padding:80px 0}.how{background:#f5f7fa}#preview{background:#fff;padding:80px 0}#documents{background:#f5f7fa;padding:80px 0}#reviews{background:#fff}#pay,#reviews{padding:80px 0}#pay{background:#f5f7fa}#faq{background:#fff;padding:80px 0}.footer{background:#1a1e24;color:#fff;padding:60px 0 40px}.fit{padding:60px 0}.fitContent{gap:24px}.fitContent h2{margin:0 0 8px}.fitAction{margin-top:8px}.fitMedia{overflow:hidden}.fitMedia,.fitPhoto{align-items:flex-end;height:100%}.fitPhoto{width:100%;display:flex}.fitPhoto img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}.howContent .btn.primary,.howContent>div:last-child{display:none!important}.fitMedia{display:flex}.howContent .btn.primary{display:none!important}.fitMedia{overflow:hidden!important}.fitMedia,.fitPhoto{display:flex!important;align-items:flex-end!important;height:100%!important}.fitPhoto,.fitPhoto img{width:100%!important}.fitPhoto img{height:100%!important;object-fit:cover!important;object-position:center 20%!important;display:block!important}.fit{padding:60px 0!important}.fitContent{gap:24px!important}.fitContent h2{margin:0 0 8px!important}.kpis{gap:16px!important}.fitAction{margin-top:8px!important}.howContent div:last-child a.btn.primary,.howContent>div:last-child{display:none!important}.fitPhoto,.howPhoto{border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;background:#fff}.fitPhoto img,.howPhoto img{width:100%;height:520px;object-fit:cover;object-position:50% 18%;display:block}.howCards{display:flex;flex-direction:column;gap:10px;margin-top:14px}.howCardNote{display:block;margin-top:4px}.security-block{margin-top:12px}.pay{padding:80px 0}.payGrid{grid-gap:60px;gap:60px;align-items:center}.payContent{display:flex;flex-direction:column;gap:24px}.payContent h2{font-size:42px;line-height:1.2;margin:0}.paySub{font-size:18px;color:#666;line-height:1.6;margin:0}.payMedia{align-items:center}.payMedia,.payPhoto{display:flex;justify-content:center}.payPhoto{width:100%}.payPhoto img{height:auto;max-width:500px;display:block;border-radius:20px}.faq{padding:80px 0;background:#f8fafc}.faqGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.faqMedia{align-items:center}.faqMedia,.faqPhoto{display:flex;justify-content:center}.faqPhoto{width:100%}.faqPhoto img{width:100%;height:auto;max-width:500px;display:block;border-radius:20px}.faqContent{display:flex;flex-direction:column;gap:24px}.faqContent h2{font-size:42px;line-height:1.2;margin:0}.faqSub{font-size:18px;color:#666;line-height:1.6;margin:0}.faqList{display:flex;flex-direction:column;gap:12px}.faqItem{border:1px solid var(--line);border-radius:16px;background:hsla(0,0%,100%,.92);padding:8px 16px;cursor:pointer}.faqItem summary{font-weight:600;padding:12px 0;outline:none;color:#1a2b3c}.faqItem p{margin:0 0 16px;color:#666;line-height:1.5}.faqContact{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.faqContact a{color:var(--brand);font-weight:600;text-decoration:underline;text-underline-offset:3px}@media (max-width:768px){.faqGrid,.payGrid{grid-template-columns:1fr;gap:40px}.faqMedia{order:-1}.faqPhoto img,.payPhoto img{max-width:100%}}.tileMedia:after{height:70px;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.92),#fff);height:90px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.tile:hover{box-shadow:0 24px 60px rgba(0,0,0,.12)}.tileMedia{position:relative;overflow:hidden;margin-bottom:14px;height:260px;border-radius:12px;background:transparent}.tileImg{width:100%;height:100%;object-fit:cover;object-position:50% 4%;display:block;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.06)}.tileMedia:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.85),#fff);pointer-events:none}.tileTop{position:relative;z-index:2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tiles{align-items:stretch}.tile{display:flex;flex-direction:column;min-height:420px}.tile p{flex-grow:1}.tile .btn{margin-top:auto}.tile .btn.primary{padding:14px 16px;border-radius:14px;box-shadow:0 10px 24px rgba(30,91,255,.22)}.tile .btn.primary:hover{box-shadow:0 14px 32px rgba(30,91,255,.28)}.priceTag{font-weight:800;padding:6px 10px;border-radius:999px;font-size:12px}.tile{transition:transform .25s ease,box-shadow .25s ease}.tile:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(0,0,0,.12)}.tileMedia{transform:perspective(900px) rotateX(1deg)}.tile:hover .tileMedia{transform:perspective(900px) rotateX(0deg) scale(1.02);transition:transform .35s ease}.tileImg{background:#fff}.footer{padding:18px 0 28px!important;border-top:1px solid var(--line)!important;background:hsla(0,0%,100%,.55)!important;color:rgba(90,102,122,.95)!important;font-size:13px!important}.privacy-hero{padding:40px 0 20px;background:#fff}.privacy-content{padding:20px 0 80px;background:#fff}.privacy-grid{display:grid;grid-template-columns:260px 1fr;grid-gap:48px;gap:48px;align-items:start}.privacy-sidebar{position:-webkit-sticky;position:sticky;top:100px}.toc{background:#f8f9fa;border:1px solid var(--line);border-radius:20px;padding:24px 20px}.toc h3{margin:0 0 16px;font-size:18px;color:#1a2b3c}.toc-links{display:flex;flex-direction:column;gap:8px}.toc-links a{color:#5b6876;text-decoration:none;font-size:14px;line-height:1.4;padding:6px 0;transition:color .2s;border-bottom:1px dashed rgba(90,102,122,.2)}.toc-links a:hover{color:#1e5bff}.privacy-section{margin-bottom:48px;scroll-margin-top:80px}.privacy-section h2{font-size:28px;margin:0 0 20px;color:#1a2b3c;border-bottom:2px solid var(--line);padding-bottom:12px}.privacy-section h3{font-size:20px;margin:24px 0 12px;color:#1a2b3c}.privacy-list{margin:16px 0;padding-left:24px}.privacy-list li{margin-bottom:8px;color:#5b6876;line-height:1.6}.privacy-list li b{color:#1a2b3c}.table-wrapper{overflow-x:auto;margin:20px 0;border-radius:16px;border:1px solid var(--line)}.privacy-table{width:100%;border-collapse:collapse;background:#fff}.privacy-table th{text-align:left;padding:14px 16px;background:#f8f9fa;font-weight:600;color:#1a2b3c;border-bottom:2px solid var(--line)}.privacy-table td{padding:14px 16px;border-bottom:1px solid var(--line);color:#5b6876}.privacy-table tr:last-child td{border-bottom:none}.security-highlight{display:flex;gap:20px;background:#f0f7ff;padding:24px;border-radius:20px;margin:20px 0}.security-icon-large{font-size:48px;line-height:1}.contact-card h4{color:#1a2b3c}.consent-block p{line-height:1.6}@media (max-width:968px){.privacy-grid{grid-template-columns:1fr}.privacy-sidebar{top:0;margin-bottom:24px}.privacy-sidebar,.toc{position:relative}.security-highlight{flex-direction:column;gap:12px}}.footerLegalNote{margin-top:10px;max-width:42ch;line-height:1.55}.footerLinks a:hover{text-decoration-thickness:2px}.footerBottomRight{max-width:80ch;line-height:1.55}@media (max-width:980px){.footerBottom{flex-direction:column;align-items:flex-start}}.tile .btn.primary{padding:14px 18px;font-size:15px;font-weight:800;border-radius:16px;box-shadow:0 12px 30px rgba(30,91,255,.22)}.tile .btn.primary:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(30,91,255,.28)}.footerLegal{margin-left:auto;text-align:right}.footerInn{margin-top:6px;font-size:13px;color:rgba(90,102,122,.9)}.footerBottom{display:flex;justify-content:space-between;align-items:center}.footerYear{color:rgba(90,102,122,.9);font-size:13px}.how .howPhoto{overflow:visible!important}.how .howPhoto img{border-radius:16px!important;box-shadow:0 10px 30px rgba(0,0,0,.08)!important;max-height:380px!important;object-fit:contain!important}.howGrid{gap:32px!important;align-items:center!important}.howCards{margin-bottom:16px!important}.howCard{margin-bottom:0!important}.security-block{padding:12px 16px!important}.how .howPhoto{background:transparent!important}.how .howPhoto img{height:520px!important;object-fit:cover!important;object-position:50% 18%!important}.howGrid{display:flex;align-items:stretch}.howMedia,.howPhoto{height:100%;display:flex}.howPhoto img{height:100%;object-fit:cover}.howMedia,.howPhoto,.howPhoto img{height:100%!important}.howPhoto img{object-fit:cover!important;object-position:50% 30%!important}.howGrid{display:flex!important;align-items:stretch!important}.howMedia{flex:1 1}.howMedia,.howPhoto{height:auto!important;display:flex!important}.howPhoto{width:100%!important;border:none!important;background:transparent!important;box-shadow:none!important}.howPhoto img{width:100%!important;object-fit:contain!important;border-radius:28px!important;box-shadow:var(--shadow)!important}.howContent,.howPhoto img{height:auto!important}.how{padding:40px 0!important}.howCards{gap:12px!important}.howCard{padding:16px!important}.security-block{margin-top:8px!important}.howGrid{align-items:start}.howPhoto{background:transparent}.howGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}.howMedia{width:100%}.howPhoto{background:none;border:none;box-shadow:none}.howPhoto,.howPhoto img{width:100%;margin:0;padding:0}.howPhoto img{height:auto;display:block;object-fit:none;object-position:0 0;border-radius:28px;box-shadow:var(--shadow)}.how{padding:40px 0}.howCards{gap:12px}.howCard{padding:16px}.security-block{margin-top:8px}.how .howGrid{display:flex!important;gap:48px!important;align-items:flex-start!important}.how .howMedia{flex:1 1!important;display:block!important;height:auto!important;min-height:0!important;max-height:none!important}.how .howPhoto{background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important}.how .howPhoto,.how .howPhoto img{width:100%!important;height:auto!important;display:block!important;padding:0!important;margin:0!important}.how .howPhoto img{max-height:none!important;min-height:0!important;object-fit:none!important;object-position:0 0!important;border-radius:28px!important;box-shadow:var(--shadow)!important}.how .howContent{flex:1 1!important}.how .howCards,.how .howContent{display:block!important}.how .howCard{margin-bottom:1rem!important}.how *,.how :after,.how :before{transform:none!important}.how .howGrid{display:flex;gap:48px}.how .howMedia{flex:1 1}.how .howPhoto{width:100%}.how .howPhoto img{width:100%;height:auto;display:block;border-radius:28px;box-shadow:var(--shadow)}.how .howContent{flex:1 1}.heroContent h1{margin:0 0 1.25rem}.heroSub{line-height:1.6;margin-bottom:1.25rem!important;text-indent:1.25cm!important}.heroSub:first-of-type{text-indent:0!important}.hero{padding:40px 0}.heroContent h1{margin:0 0 .5rem}.heroText{margin-bottom:.75rem}.heroSub{line-height:1.4;margin-bottom:.5rem}.kpis{grid-gap:12px;gap:12px;margin-top:.25rem}.kpi{padding:12px}.kpi-content{gap:2px}.kpi-content b{font-size:1rem;line-height:1.2}.kpi-content span{font-size:.85rem;line-height:1.2}@media (max-width:768px){.hero{padding:30px 0}.heroGrid{grid-template-columns:1fr;gap:32px}.heroPhoto{min-height:300px;order:-1}.kpis{grid-template-columns:1fr;gap:10px}}.pay{padding:60px 0;background:#fff}.payGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.payContent h2{font-size:2rem;margin:0 0 1rem;color:#1a2b3c}.paySub{color:#5b6876;line-height:1.5;margin-bottom:1.5rem}.kpis-vertical{display:flex;flex-direction:column;gap:16px;margin:24px 0}.pay .kpi{width:100%;background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04)}.pay .kpi-content{display:flex;flex-direction:column;gap:4px}.pay .kpi-content b{font-size:1.1rem;color:#1a2b3c}.pay .kpi-content span{font-size:.95rem;color:#5b6876;line-height:1.4}.pay .security-block{display:flex;align-items:center;gap:12px;background:#f0f7ff;border-left:4px solid #1e5bff;padding:16px 20px;border-radius:12px;margin-top:16px}.pay .security-image{width:40px;height:40px;object-fit:contain;flex-shrink:0}.pay .security-text{color:#1a2b3c;line-height:1.5;font-size:.95rem}.payMedia,.payPhoto{height:100%}.payPhoto{position:relative;min-height:500px;border-radius:24px;overflow:hidden}.payPhoto img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:768px){.pay{padding:40px 0}.payGrid{grid-template-columns:1fr;gap:32px}.payPhoto{min-height:300px;order:-1}}.how-section{padding:60px 0;background:#f5f7fa}.how-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.how-image{position:relative;height:100%;min-height:500px;border-radius:24px;overflow:hidden}.how-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.how-content{display:flex;flex-direction:column;gap:24px}.how-content .sectionHead.left h2{margin-bottom:0}.how-cards{gap:16px}.how-card,.how-cards{display:flex;flex-direction:column}.how-card{background:#f8f9fa;border-radius:16px;padding:20px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04);gap:8px}.how-card b{font-size:1.2rem;color:#1a2b3c;margin-bottom:4px}.how-card span{color:#5b6876;line-height:1.5;font-size:.95rem}.how-card-note{color:#8a96a8;font-size:.9rem;margin-top:4px}.security-block{display:flex;align-items:center;gap:12px;background:#f0f7ff;border-left:4px solid #1e5bff;padding:16px 20px;border-radius:12px;margin-top:16px}.security-image{width:40px;height:40px;object-fit:contain;flex-shrink:0}.security-text{color:#1a2b3c;line-height:1.5;font-size:.95rem}.security-text b{color:#1a2b3c}@media (max-width:768px){.how-grid{grid-template-columns:1fr;gap:32px}.how-image{min-height:300px;order:-1}}.pay-section{padding:60px 0;background:#f8fafc}.pay-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.pay-image{position:relative;height:100%;min-height:500px;border-radius:24px;overflow:hidden}.pay-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pay-content{display:flex;flex-direction:column;gap:24px}.pay-content .sectionHead.left h2{margin-bottom:0}.pay-cards{gap:16px}.pay-card,.pay-cards{display:flex;flex-direction:column}.pay-card{background:#f8f9fa;border-radius:16px;padding:20px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04);gap:8px}.pay-card b{font-size:1.2rem;color:#1a2b3c;margin-bottom:4px}.pay-card span{color:#5b6876;line-height:1.5;font-size:.95rem}.pay-content .security-block{display:flex;align-items:center;gap:12px;background:#f0f7ff;border-left:4px solid #1e5bff;padding:16px 20px;border-radius:12px;margin-top:8px}.pay-content .security-image{width:40px;height:40px;object-fit:contain;flex-shrink:0}.pay-content .security-text{color:#1a2b3c;line-height:1.5;font-size:.95rem}@media (max-width:768px){.pay-grid{grid-template-columns:1fr;gap:32px}.pay-image{min-height:300px;order:-1}}.fit-section{padding:60px 0;background:#fff}.fit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.fit-image{position:relative;height:100%;min-height:500px;border-radius:24px;overflow:hidden}.fit-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.fit-content{display:flex;flex-direction:column;gap:24px}.fit-content .sectionHead.left h2{margin-bottom:0;font-size:2rem}.fit-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.fit-card{background:#f8f9fa;border-radius:16px;padding:20px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:8px}.fit-card b{font-size:1.1rem;color:#1a2b3c;margin-bottom:4px}.fit-card span{color:#5b6876;line-height:1.5;font-size:.95rem}@media (max-width:768px){.fit-grid{grid-template-columns:1fr;gap:32px}.fit-image{min-height:300px;order:-1}.fit-cards{grid-template-columns:1fr}}.heroGrid{grid-gap:48px;gap:48px;align-items:start}.heroContent h1{font-size:2.2rem;line-height:1.2;margin:0 0 1rem}.heroText{margin-bottom:1.5rem}.heroSub{color:#5b6876;line-height:1.5;margin-bottom:.75rem;text-align:justify;text-indent:1.25cm}.kpis{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:.5rem}.kpi{background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #eaeef2;box-shadow:0 2px 8px rgba(0,0,0,.04)}.kpi-content{display:flex;flex-direction:column;gap:4px}.kpi-content b{font-size:1.1rem;color:#1a2b3c}.kpi-content span{font-size:.9rem;color:#5b6876;line-height:1.4}.heroMedia,.heroPhoto{height:100%}.heroPhoto{position:relative;min-height:500px;border-radius:24px}.heroPhoto img{position:absolute;top:0;left:0;height:100%;object-fit:cover}@media (max-width:768px){.hero{padding:40px 0}.heroGrid{grid-template-columns:1fr;gap:32px}.heroPhoto{min-height:300px;order:-1}.kpis{grid-template-columns:1fr}}:root{--brandLogo:#176fcf;--brandLogoDark:#0f4fa8;--brandText:#11284b}body,html{scroll-padding-top:20px}body{background:#f5f6fa}header{position:static;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:0}.topbar{padding:10px 0 8px}.topbarBox{min-height:96px;padding:0 30px}.topbarNav a{font-weight:500}.topbarNav a:hover{color:var(--brandLogo)}.topbarBtn{padding:0 24px;background:var(--brandLogo);font-weight:700;box-shadow:none}.heroYaza{padding:6px 0 28px}.heroYazaBox{min-height:390px;background:linear-gradient(180deg,#efeff1,#ebecf0);padding:44px 36px 54px}.heroYazaBg{opacity:.72;background:radial-gradient(1000px 260px at 28% 115%,hsla(0,0%,100%,.55),transparent 60%),radial-gradient(900px 260px at 72% 12%,hsla(0,0%,100%,.24),transparent 58%)}.heroYazaBg:before{inset:-10% -8%;background:repeating-radial-gradient(ellipse at 8% 78%,hsla(0,0%,100%,.6) 0 1px,transparent 1px 10px);opacity:.55}.heroYazaContent{max-width:980px}.heroYazaContent h1{margin:0 0 20px;font-size:50px;line-height:1.14;letter-spacing:-.03em;color:var(--brandText)}.heroYazaContent p{line-height:1.8;font-weight:400}.heroYazaActions{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap;margin-top:30px}.heroPrimaryBtn,.heroSecondaryBtn{min-height:54px;padding:0 28px;font-weight:700}.heroPrimaryBtn{background:var(--brandLogo);border:1px solid var(--brandLogo)}.heroSecondaryBtn{color:var(--brandLogo);text-decoration:none;border:2px solid var(--brandLogo)}.heroPrimaryBtn:hover,.heroSecondaryBtn:hover,.topbarBtn:hover{opacity:.95}#documents,.faq,.how-section{background:#f5f6fa}.pricesHead h2{color:var(--brandText)}.btn.primary,.priceTag{background:linear-gradient(135deg,var(--brandLogoDark),var(--brandLogo));border-color:transparent}.flowStep:not(:last-child):before{border-color:rgba(23,111,207,.35)}.headerMenu a:hover,.topbarNav a:hover,nav.links a:hover{color:var(--brandLogo)}@media (max-width:960px){.topbarBox{grid-template-columns:1fr;justify-items:center;gap:16px;padding:18px 20px}.topbarLogo img{max-width:220px}.topbarNav{gap:16px}.heroYazaBox{min-height:auto;padding:38px 20px 48px}.heroYazaContent h1{font-size:38px}.heroYazaContent p{font-size:16px}}@media (max-width:640px){.topbarNav{gap:12px}.topbarNav a{font-size:14px}.heroYaza{padding-top:4px}.heroYazaContent h1{font-size:30px}.heroYazaActions{gap:12px}.heroPrimaryBtn,.heroSecondaryBtn{width:100%}}body{margin:0;padding:0}.topbar{position:-webkit-sticky;position:sticky;z-index:200;background:#f5f6fa;padding:8px 0}.topbarBox{min-height:82px;background:#fff;border:1px solid #e8ecf5;display:grid;padding:0 28px}.topbarLogo,.topbarNav{display:flex}.topbarNav a{color:#1c2333;font-size:16px}.topbarNav a:hover{color:#176fcf}.topbarBtn{min-height:44px;border-radius:12px;background:#176fcf;font-weight:600}.heroYaza{background:#f5f6fa;padding:8px 0 24px}.heroYazaBox{background:#eeeeef;padding:56px 40px 48px}.heroYazaContent{max-width:900px}.heroYazaContent h1{margin:0 0 24px;font-size:48px;line-height:1.15;font-weight:700}.heroYazaContent p{max-width:780px;color:#55657d;line-height:1.7}.heroActions{gap:18px;margin-top:32px}.heroPrimaryBtn{background:#176fcf;padding:14px 28px;border-radius:12px;font-weight:600}.heroSecondaryBtn{background:transparent;color:#176fcf;border:2px solid #176fcf;padding:12px 26px;border-radius:12px}body,html{padding-top:0!important}body{background:radial-gradient(1100px 620px at 16% 0,rgba(30,91,255,.1),transparent 55%),radial-gradient(1100px 620px at 90% 10%,rgba(30,91,255,.06),transparent 55%),var(--bg)}.topbar{background:rgba(246,248,252,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:0!important}.topbar>.container{display:block}.topbarLogo img{background:transparent!important}.topbarNav a:hover{color:inherit;opacity:.78}.topbarBtn:hover{opacity:.96}.heroYaza{background:transparent!important;padding:6px 0 28px!important}.heroYazaBox{position:relative;overflow:hidden;min-height:400px;border-radius:32px;background:radial-gradient(1200px 300px at 22% 118%,hsla(0,0%,100%,.58),transparent 58%),radial-gradient(900px 240px at 78% 12%,hsla(0,0%,100%,.24),transparent 55%),linear-gradient(180deg,#efeff1,#ebebed);padding:34px 42px 46px!important}.heroYazaBg{position:absolute;inset:0;pointer-events:none}.heroYazaBg:before{content:"";position:absolute;inset:-12% -8%;background:repeating-radial-gradient(ellipse at 8% 78%,hsla(0,0%,100%,.52) 0 1px,transparent 1px 10px);opacity:.5;transform:rotate(-8deg)}.heroYazaContent{position:relative;z-index:1;max-width:920px;margin:0 auto;text-align:center}.heroYazaContent h1{margin:0 0 18px!important;font-size:54px;line-height:1.08;letter-spacing:-.035em;font-weight:650!important;color:#11284b}.heroYazaContent p{margin:0 auto;max-width:820px;color:rgba(90,102,122,.98);font-size:18px;line-height:1.72;font-weight:400!important}.heroActions{justify-content:center;align-items:center;gap:14px;margin-top:28px}.heroPrimaryBtn,.heroSecondaryBtn{min-height:52px;padding:0 26px;border-radius:14px;font-size:16px;font-weight:800}.heroPrimaryBtn{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;text-decoration:none;border:1px solid transparent;box-shadow:0 16px 36px rgba(30,91,255,.18)}.heroPrimaryBtn,.heroSecondaryBtn{display:inline-flex;align-items:center;justify-content:center}.heroSecondaryBtn{background:hsla(0,0%,100%,.88);color:rgba(11,16,32,.9);border:1px solid var(--line);cursor:pointer}.heroPrimaryBtn:hover,.heroSecondaryBtn:hover{opacity:.96}@media (max-width:960px){html{scroll-padding-top:136px!important}.topbar{padding:12px 0 8px!important}.topbarBox{grid-template-columns:1fr;justify-items:center;gap:14px;min-height:auto!important;padding:18px!important}.topbarLogo img{max-width:230px}.topbarNav{gap:16px}.topbarBtn{width:100%;max-width:280px}.heroYaza{padding:4px 0 22px!important}.heroYazaBox{min-height:auto;padding:28px 20px 36px!important;border-radius:24px}.heroYazaContent h1{font-size:38px;margin-bottom:16px!important}.heroYazaContent p{font-size:16px;line-height:1.66}}@media (max-width:640px){html{scroll-padding-top:152px!important}.container{width:min(var(--max),calc(100% - 24px))}.topbarNav{gap:10px 16px}.topbarNav a{font-size:14px}.heroYazaContent h1{font-size:30px;line-height:1.12}.heroActions{gap:10px}.heroPrimaryBtn,.heroSecondaryBtn{width:100%}}.topbarBtn{background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 16px 36px rgba(30,91,255,.18)}.topbarBtn:hover{box-shadow:0 20px 42px rgba(30,91,255,.24)}html{scroll-padding-top:108px!important}body{padding-top:0!important}.topbar{position:-webkit-sticky!important;position:sticky!important;top:0;z-index:300;background:transparent}.topbarBox{min-height:92px!important;background:hsla(0,0%,100%,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:28px;box-shadow:0 10px 28px rgba(17,24,39,.06);display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px;padding:0 28px!important}.topbarLogo{display:inline-flex;align-items:center;justify-self:start;line-height:0}.topbarLogo img{display:block;width:auto;height:auto;max-width:260px}.topbarNav{display:flex!important;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.topbarNav a{color:rgba(11,16,32,.82);text-decoration:none;font-weight:700;font-size:15px;line-height:1;padding:8px 0;transition:opacity .18s ease}.topbarNav a:hover{opacity:.68}.topbarBtn{display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-height:48px;padding:0 22px;border-radius:14px;border:1px solid transparent;background:#0b1e33;box-shadow:0 16px 36px rgba(11,30,51,.25);color:#fff;text-decoration:none;font-weight:800;font-size:14px;white-space:nowrap;transition:opacity .18s ease,box-shadow .18s ease}.topbarBtn:hover{opacity:.92;box-shadow:0 20px 42px rgba(11,30,51,.32)}@media (max-width:960px){html{scroll-padding-top:136px!important}.topbar{padding:12px 0 8px!important}.topbarBox{grid-template-columns:1fr;justify-items:center;gap:16px;min-height:auto!important;padding:18px 20px!important}.topbarLogo img{max-width:230px}.topbarNav{gap:20px}.topbarBtn{width:100%;max-width:260px}}@media (max-width:640px){html{scroll-padding-top:162px!important}.topbarNav{gap:16px}.topbarNav a{font-size:14px}.topbarBtn{max-width:100%}}.heroContentCenter{text-align:center!important;margin-left:auto!important;margin-right:auto!important;max-width:900px!important}.heroActionsCenter{justify-content:center!important}.heroLeadText{max-width:700px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.topbarBtn{background:#1e5bff!important;box-shadow:0 16px 36px rgba(30,91,255,.25)!important}.topbarBtn:hover{background:#0b1e33!important;box-shadow:0 20px 42px rgba(11,30,51,.32)!important}.headerActions,.headerActionsFlow,.headerBrand,.headerBrandLogo,.headerCtaBtn,.headerCtaBtnSoft,.headerLogin,.headerMenu,.headerShell,.headerShellFlow,.headerShellMain,.siteHeader,header:not(.topbar){display:none!important}.topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1000!important;background:rgba(246,248,252,.92)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;padding:14px 0 10px!important}body{padding-top:120px!important}@media (max-width:960px){body{padding-top:140px!important}}@media (max-width:640px){body{padding-top:160px!important}}@media (max-width:960px){body{padding-top:140px!important}.topbar{padding:8px 0 6px!important}.topbarBox{min-height:auto!important;padding:14px 18px!important}.topbarLogo img{max-width:200px!important}}@media (max-width:640px){body{padding-top:170px!important}.topbar{padding:6px 0 4px!important}.topbarBox{padding:12px 16px!important;gap:12px!important}.topbarLogo img{max-width:180px!important}.topbarNav{gap:12px!important}.topbarNav a{padding:6px 0!important}.topbarBtn,.topbarNav a{font-size:13px!important}.topbarBtn{min-height:40px!important;padding:0 16px!important}}@media (max-width:480px){body{padding-top:190px!important}.topbarLogo img{max-width:160px!important}.topbarNav{gap:8px!important;flex-wrap:wrap!important}.topbarNav a{font-size:12px!important}}.hero.heroClean,.heroCard,.heroContentCenter,.heroPattern{all:unset!important}.hero{padding:60px 0!important}.heroMedia,.heroPhoto{width:100%!important}.heroPhoto{box-shadow:var(--shadow)!important;background:#fff!important}.heroContent{gap:24px!important}.heroTitle{font-size:2.5rem!important;line-height:1.2!important;color:var(--text)!important;text-align:left!important}.heroText{gap:12px!important}.heroSub{line-height:1.6!important;margin:0!important;font-size:1.1rem!important}@media (max-width:768px){.heroGrid{grid-template-columns:1fr!important;gap:32px!important}.heroPhoto{min-height:auto!important;order:-1!important}.heroTitle{font-size:2rem!important}.heroActions{flex-direction:column!important}.heroActions .btn{width:100%!important;text-align:center!important}}.hero{padding:60px 0;background:#fff}.heroGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.heroContent{display:flex;flex-direction:column;justify-content:center;height:100%}.heroTitle{font-size:2.8rem;line-height:1.2;margin:0 0 24px;color:#0b1020;font-weight:700;text-align:left}.heroText{margin-bottom:32px}.heroSub{color:#5a667a;line-height:1.7;margin:0 0 16px;font-size:1.2rem;text-align:left}.heroSub:last-child{margin-bottom:0}.heroActions{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.heroMedia{display:flex;justify-content:center;align-items:center}.heroPhoto{border-radius:28px;overflow:hidden;box-shadow:0 22px 60px rgba(17,24,39,.1);max-width:100%}.heroPhoto img{width:100%;height:auto;display:block;border-radius:28px}.hero .heroActions,.hero .heroContent,.hero .heroSub,.hero .heroTitle,.hero.hero,section.hero{all:initial}section.hero{padding:60px 0!important;background:#fff!important;display:block!important}.hero .heroGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:60px!important;gap:60px!important;align-items:center!important}.hero .heroContent{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important}.hero .heroTitle{font-size:2.8rem!important;line-height:1.2!important;margin:0 0 24px!important;color:#0b1020!important;font-weight:700!important;text-align:left!important;letter-spacing:normal!important}.hero .heroText{margin-bottom:32px!important}.hero .heroSub{line-height:1.7!important;margin:0 0 16px!important;font-size:1.2rem!important;text-align:left!important;text-indent:0!important}.hero .heroSub:last-child{margin-bottom:0!important}.hero .heroActions{display:flex!important;gap:16px!important;flex-wrap:wrap!important;justify-content:flex-start!important;margin-top:0!important;padding:0!important}.hero .heroPhoto{border-radius:28px!important;overflow:hidden!important;box-shadow:0 22px 60px rgba(17,24,39,.1)!important;max-width:100%!important;border:none!important;background:transparent!important}.hero .heroPhoto img{width:100%!important;height:auto!important;display:block!important;border-radius:28px!important}.hero .btn{padding:14px 32px!important;font-weight:800!important;line-height:normal!important}.hero .btn.primary{border:none!important}.hero .heroSub,.hero .heroTitle{text-align:center!important;max-width:90%!important;margin-left:auto!important;margin-right:auto!important}.hero .heroMedia{display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important}.burger{background:none;border:0;font-size:26px;cursor:pointer}.burger,.mobileMenu{display:none}@media (max-width:768px){.desktopNav{display:none}.burger{display:block}.mobileMenu{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fff;border-top:1px solid #eee}}.hero .heroContent{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;height:100%!important;text-align:center!important}.hero .heroSub,.hero .heroTitle{text-align:center!important;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.hero .heroSub{color:#5a667a!important;line-height:1.6!important}.hero .heroActions{justify-content:center!important}@media (max-width:768px){.hero .heroGrid{grid-template-columns:1fr!important;gap:32px!important}.hero .heroMedia{order:-1!important;display:block!important;width:100%!important}.hero .heroPhoto{width:100%!important;max-width:100%!important}.hero .heroPhoto img{width:100%!important;height:auto!important;display:block!important}.hero .heroContent{width:100%!important}}.topbarActions{display:flex;align-items:center;gap:12px}.topbarBurger{display:none;position:relative;width:46px;height:46px;padding:0;border:1px solid rgba(26,49,94,.12);border-radius:14px;background:#fff;cursor:pointer;box-shadow:0 10px 24px rgba(16,24,40,.06);flex:0 0 auto}.topbarBurger span{position:absolute;left:11px;right:11px;height:2px;border-radius:999px;background:rgba(11,16,32,.86);transition:transform .2s ease,opacity .2s ease,top .2s ease}.topbarBurger span:first-child{top:15px}.topbarBurger span:nth-child(2){top:22px}.topbarBurger span:nth-child(3){top:29px}.topbarBurger.is-open span:first-child{top:22px;transform:rotate(45deg)}.topbarBurger.is-open span:nth-child(2){opacity:0}.topbarBurger.is-open span:nth-child(3){top:22px;transform:rotate(-45deg)}.topbarMobileBackdrop,.topbarMobileMenu{display:none}@media (max-width:980px){.topbarBox{grid-template-columns:auto 1fr auto!important;gap:12px!important;padding:14px 16px!important;min-height:74px!important}.topbarLogo img{max-width:170px!important;height:auto!important}.topbarNav{display:none!important}.topbarActions{margin-left:auto;justify-content:flex-end}.topbarBtn{min-height:42px!important;padding:0 16px!important;font-size:14px!important}.topbarBurger{display:inline-flex;align-items:center;justify-content:center}.topbarMobileBackdrop{display:block;position:fixed;inset:0;z-index:119;border:0;background:rgba(11,16,32,.28)}.topbarMobileMenu{display:block;position:fixed;top:92px;left:14px;right:14px;z-index:120;padding:14px;border:1px solid rgba(26,49,94,.1);border-radius:22px;background:hsla(0,0%,100%,.98);box-shadow:0 18px 48px rgba(16,24,40,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbarMobileNav{display:flex;flex-direction:column;gap:8px}.topbarMobileNav a{display:flex;align-items:center;min-height:48px;padding:12px 14px;border-radius:14px;font-size:16px;font-weight:600;color:rgba(11,16,32,.86);background:rgba(30,91,255,.04)}.topbarMobileNav a:hover{background:rgba(30,91,255,.08)}.topbarMobileBtn{justify-content:center;margin-top:6px;background:#1e5bff!important;color:#fff!important;font-weight:800!important}}@media (max-width:520px){.topbarBtn{display:none!important}.topbarBox{min-height:68px!important;padding:12px 14px!important}.topbarLogo img{max-width:150px!important}.topbarMobileMenu{top:82px;left:10px;right:10px}body,html{padding-top:calc(var(--headerH) + 2px)!important}.hero{padding-top:10px!important}}.hero{padding:40px 0!important;background:#fff!important}.heroGrid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:48px!important;gap:48px!important;align-items:start!important}.heroContent{display:flex!important;flex-direction:column!important;gap:16px!important}.heroTitle{font-size:30px!important;line-height:1.15!important;letter-spacing:-.02em!important;color:#0b1020!important;font-weight:700!important}.heroSub,.heroTitle{margin:0 0 8px!important;text-align:center!important}.heroSub{color:#5b6876!important;line-height:1.5!important;font-size:.95rem!important}.heroSub:last-child{margin-bottom:0!important}.heroText{display:flex!important;flex-direction:column!important;gap:8px!important;margin-bottom:16px!important}.heroActions{display:flex!important;gap:16px!important;flex-wrap:wrap!important;margin-top:8px!important}.hero .btn,.heroActions{justify-content:center!important}.hero .btn{display:inline-flex!important;align-items:center!important;padding:12px 16px!important;border-radius:14px!important;font-weight:900!important;font-size:14px!important;cursor:pointer!important;transition:.16s ease!important;min-height:auto!important;line-height:1!important;white-space:nowrap!important}.hero .btn.primary{background:linear-gradient(135deg,#1e5bff,#3b82f6)!important;color:#fff!important;border:1px solid transparent!important;box-shadow:0 18px 38px rgba(30,91,255,.18)!important}.hero .btn:not(.primary){background:hsla(0,0%,100%,.92)!important;color:#0b1020!important;border:1px solid #e6ebf3!important;box-shadow:0 12px 28px rgba(17,24,39,.08)!important}.heroMedia{display:flex!important;justify-content:center!important;align-items:center!important;height:100%!important}.heroPhoto{overflow:hidden!important;box-shadow:0 22px 60px rgba(17,24,39,.1)!important;max-width:100%!important}.heroPhoto,.heroPhoto img{border-radius:28px!important}.heroPhoto img{width:100%!important;height:auto!important;display:block!important}@media (max-width:768px){.hero{padding:30px 0!important}.heroGrid{grid-template-columns:1fr!important;gap:32px!important}.heroMedia{order:-1!important;width:100%!important}.heroPhoto{width:100%!important;min-height:auto!important}.heroTitle{font-size:28px!important}.heroActions{flex-direction:column!important;gap:10px!important}.heroActions .btn{width:100%!important;text-align:center!important;white-space:normal!important}}.hero .heroTitle{font-size:30px!important;line-height:1.15!important;letter-spacing:-.02em!important}.hero .heroSub{font-size:.95rem!important;line-height:1.5!important}@media (max-width:768px){:root{--headerH:68px!important}html{scroll-padding-top:72px!important}body,html{padding-top:72px!important}.topbar{top:8px!important}.container{width:min(var(--max),calc(100% - 20px))!important}.hero,.hero.heroClean{padding-top:8px!important}.hero,.hero.heroClean,.heroCard{margin-top:0!important}.heroContent,.heroContentCenter{padding-top:0!important}section:first-of-type{padding-top:8px!important}}@media (max-width:520px){:root{--headerH:64px!important}html{scroll-padding-top:66px!important}body,html{padding-top:66px!important}.topbar{top:6px!important}.hero,.hero.heroClean,section:first-of-type{padding-top:4px!important}}.hero .btn,.hero .btn.primary,.hero .btn:not(.primary){font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.hero .btn{font-size:16px!important;padding:14px 24px!important}@media (max-width:768px){:root{--headerH:64px!important}html{scroll-padding-top:64px!important}body,html{padding-top:64px!important}.topbar{top:4px!important}.hero,.hero.heroClean,.heroCard,.heroContent,.heroContentCenter,.heroLeadText,.heroText,section.hero,section:first-of-type{padding-top:0!important;margin-top:0!important}}@media (max-width:520px){:root{--headerH:60px!important}html{scroll-padding-top:60px!important}body,html{padding-top:60px!important}.topbar{top:2px!important}.hero,.hero.heroClean,section.hero,section:first-of-type{padding-top:0!important;margin-top:0!important}}