@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";:root{--bg:#fff;--bg-elev-1:#fff;--bg-elev-2:#f5f6f7;--bg-elev-3:#eceef0;--line:#e1e4e8;--line-soft:#eef0f2;--fg:#1a1d21;--fg-muted:#5c636b;--fg-dim:#8a9099;--accent:#e63b26;--accent-hover:#c92e1b;--accent-soft:#fcebe8;--gold:#c99428;--success:#16a34a;--font-sans:"Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, monospace;--r-sm:4px;--r-md:6px;--r-lg:10px;--r-xl:14px;--r-pill:999px;--shadow-sm:0 1px 2px #141d210d;--shadow-md:0 2px 8px #141d210f;--maxw:1200px;--gutter:24px}.marketing,.marketing *{box-sizing:border-box}.marketing{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.55}html:has(.marketing){scroll-behavior:smooth;scroll-padding-top:92px}.marketing a{color:inherit;text-decoration:none}.marketing img{max-width:100%;display:block}.marketing button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.marketing a:focus-visible,.marketing button:focus-visible,.marketing input:focus-visible,.marketing textarea:focus-visible,.marketing select:focus-visible,.marketing label:focus-visible,.marketing [tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:3px}.skip-link{z-index:200;background:var(--accent);color:#fff;border-radius:0 0 var(--r-md) 0;padding:12px 20px;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}@media (prefers-reduced-motion:reduce){html:has(.marketing){scroll-behavior:auto}.marketing *,.marketing :before,.marketing :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.marketing h1,.marketing h2,.marketing h3,.marketing h4,.marketing h5{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--fg);margin:0;font-weight:600;line-height:1.15}.marketing h1{letter-spacing:-.025em;font-size:clamp(40px,5vw,60px);font-weight:700;line-height:1.1}.marketing h2{font-size:clamp(28px,3.4vw,40px);font-weight:600}.marketing h3{font-size:22px;font-weight:600}.marketing h4{font-size:17px;font-weight:600}.marketing p{margin:0}.container{width:100%;max-width:var(--maxw);padding:0 var(--gutter);margin:0 auto}.app{min-height:100vh}.eyebrow{letter-spacing:.02em;color:var(--accent);text-transform:none;font-size:13px;font-weight:600;display:inline-block}.nav-header{z-index:50;position:sticky;top:0}.nav{border-bottom:1px solid var(--line);background:#fff}.nav-inner{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.nav-logo{align-items:center;height:48px;display:flex}.nav-logo img{width:auto;height:44px}.nav-links{align-items:center;gap:2px;display:flex}.nav-link{color:var(--fg);border-radius:var(--r-sm);white-space:nowrap;padding:10px 14px;font-size:15px;font-weight:500;transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link-phone{display:none}.nav-cta{gap:8px;display:flex}.nav-toggle{display:none}.nav-burger{cursor:pointer;border-radius:var(--r-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.nav-burger span{background:var(--fg);width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-toggle:checked+.nav-burger span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle:checked+.nav-burger span:nth-child(2){opacity:0}.nav-toggle:checked+.nav-burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.btn{border-radius:var(--r-md);white-space:nowrap;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{color:var(--fg);border:1px solid var(--line);background:0 0}.btn-ghost:hover{background:var(--bg-elev-2)}.btn-link{color:var(--accent);padding:0;font-weight:600}.btn-link:hover{text-decoration:underline}.btn-sm{padding:9px 14px;font-size:14px}.btn-arrow svg{transition:transform .2s}.btn-arrow:hover svg{transform:translate(3px)}.card{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;padding:28px;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:var(--fg-dim);box-shadow:var(--shadow-md)}.section{padding:96px 0}.section-sm{padding:64px 0}.section-tight{padding:48px 0}.section-head{flex-direction:column;gap:14px;max-width:720px;margin-bottom:56px;display:flex}.footer{border-top:1px solid var(--line);background:#fff;padding:64px 0 32px}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1.1fr;gap:40px;margin-bottom:56px;display:grid}.footer-col h5{color:var(--fg);margin:0 0 14px;font-size:14px;font-weight:600}.footer-col a{color:var(--fg-muted);padding:5px 0;font-size:14px;transition:color .15s;display:block}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line);color:var(--fg-dim);justify-content:space-between;padding-top:24px;font-size:13px;display:flex}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:64px 0}.nav-inner{flex-wrap:wrap;gap:12px;height:auto;min-height:76px}.nav-logo{flex:none}.nav-burger{flex:none;order:3;display:flex}.nav-cta{flex:none;order:2;margin-left:auto}.nav-links{flex-direction:column;order:4;align-items:stretch;gap:0;width:100%;max-height:calc(100vh - 76px);padding-bottom:12px;display:none;overflow-y:auto}.nav-toggle:checked~.nav-links{display:flex}.nav-links .nav-link{border-bottom:1px solid var(--line-soft);padding:12px 8px;font-size:16px}}@media (width<=640px){.nav-inner{gap:10px}.nav-logo{height:40px}.nav-logo img{height:34px}.nav-cta .btn-ghost{display:none}.nav-cta .btn-sm{padding:9px 12px}.nav-links .nav-link-phone{display:flex}}.hero{padding:80px 0 56px}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.hero-sub{color:var(--fg-muted);max-width:520px;margin-top:24px;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-checks{flex-direction:column;gap:10px;margin:32px 0 0;padding:0;list-style:none;display:flex}.hero-checks li{color:var(--fg-muted);align-items:center;gap:10px;font-size:14px;display:flex}.hero-checks li svg{color:var(--accent)}.hero-side{justify-content:center;display:flex}.hero-photo{background:var(--bg-elev-2);border-radius:var(--r-xl);width:100%;max-width:380px;padding:32px}.hero-photo-inner{justify-content:center;display:flex}.hero-photo-inner img{object-fit:cover;border-radius:50%;width:220px;height:220px;display:block}.hero-photo-tag{border-top:1px solid var(--line);text-align:center;margin-top:24px;padding-top:20px}.proof-strip{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:32px;margin-top:80px;padding:40px 0 0;display:grid}.proof-item{padding-right:24px}.proof-num{letter-spacing:-.03em;color:var(--fg);font-size:40px;font-weight:700;line-height:1}.proof-label{color:var(--fg-muted);margin-top:10px;font-size:13px;line-height:1.5}@media (width<=900px){.hero-grid{grid-template-columns:1fr}.proof-strip{grid-template-columns:1fr 1fr;gap:24px}}.aud-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.aud-card{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;flex-direction:column;gap:12px;padding:28px;transition:border-color .15s;display:flex}.aud-card:hover{border-color:var(--fg-dim)}.aud-icon{border-radius:var(--r-md);background:var(--accent-soft);width:44px;height:44px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:8px;display:flex}.aud-card p{color:var(--fg-muted);text-wrap:pretty;flex:1;font-size:14px;line-height:1.6}.aud-card .btn-link{align-self:flex-start;font-size:14px}@media (width<=900px){.aud-grid{grid-template-columns:1fr}}.steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.step{border-top:2px solid var(--accent);padding-top:20px}.step-num{color:var(--accent);margin-bottom:16px;font-size:13px;font-weight:600}.step h3{margin-bottom:12px}.step p{color:var(--fg-muted);text-wrap:pretty;font-size:15px;line-height:1.6}@media (width<=900px){.steps-grid{grid-template-columns:1fr}}.rev-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.rev-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.rev-card{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;flex-direction:column;gap:16px;padding:28px;display:flex}.rev-card h4{font-size:17px;font-weight:600}.rev-card p{color:var(--fg-muted);text-wrap:pretty;flex:1;font-size:15px;line-height:1.65}.rev-foot{border-top:1px solid var(--line);align-items:center;gap:12px;padding-top:16px;display:flex}@media (width<=900px){.rev-grid{grid-template-columns:1fr}}.cta-row{border:1px solid var(--line);border-radius:var(--r-xl);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:48px;display:flex}.over-stats{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:32px;padding-top:40px;display:grid}.over-stat-num{letter-spacing:-.03em;color:var(--fg);font-size:44px;font-weight:700;line-height:1}.over-stat-label{color:var(--fg-muted);margin-top:10px;font-size:13px;line-height:1.5}@media (width<=900px){.over-stats{grid-template-columns:1fr 1fr}}.serv-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.serv-card{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;flex-direction:column;gap:12px;padding:28px;transition:border-color .15s;display:flex}.serv-card:hover{border-color:var(--fg-dim)}.serv-icon{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border-radius:6px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.serv-card p{color:var(--fg-muted);text-wrap:pretty;flex:1;font-size:14px;line-height:1.6}.serv-card .btn-link{align-self:flex-start;font-size:14px}.price-row{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;display:grid}.price-list{flex-direction:column;gap:12px;display:flex}.price-item{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;padding:20px 24px}.price-item-num{letter-spacing:-.02em;font-size:24px;font-weight:700}.price-item-sub{color:var(--fg-muted);margin-top:4px;font-size:14px}@media (width<=900px){.serv-grid,.price-row{grid-template-columns:1fr}}.cnt-grid{grid-template-columns:1fr 1.3fr;gap:48px;display:grid}.cnt-block{border-bottom:1px solid var(--line);align-items:flex-start;gap:16px;padding:18px 0;display:flex}.cnt-block:last-of-type{border-bottom:none}.cnt-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cnt-block a:hover{color:var(--accent)}.cnt-form{border:1px solid var(--line);border-radius:var(--r-xl);background:#fff;padding:36px}.fg{margin-bottom:16px}.fg-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.fg label{color:var(--fg-muted);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.fg input,.fg textarea,.fg select{border:1px solid var(--line);width:100%;color:var(--fg);background:#fff;border-radius:6px;padding:11px 14px;font-family:inherit;font-size:15px}.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--accent);outline:none}.fg textarea{resize:vertical;min-height:110px}.cnt-success{text-align:center;padding:32px 16px}.cnt-success-badge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}@media (width<=900px){.cnt-grid,.fg-2{grid-template-columns:1fr}}.footer .footer-heading{color:var(--fg);letter-spacing:0;margin:0 0 14px;font-size:14px;font-weight:600;line-height:1.3}.footer address a{color:var(--fg-muted);padding:5px 0;font-size:14px;transition:color .15s;display:block}.footer address a:hover{color:var(--accent)}.footer-legal{gap:24px;display:flex}.footer-legal a{color:var(--fg-dim)}.footer-legal a:hover{color:var(--accent)}@media (width<=900px){.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}.marketing a.btn,.marketing button.btn{min-height:44px}.nav-link{align-items:center;min-height:44px;display:inline-flex}.page-hero{padding:72px 0 8px}.page-hero .eyebrow{margin-bottom:14px}.page-hero .lead{color:var(--fg-muted);text-wrap:pretty;max-width:680px;margin-top:20px;font-size:18px;line-height:1.6}.prose{max-width:720px;color:var(--fg)}.prose.prose-wide{max-width:820px}.prose>*+*{margin-top:20px}.prose h2{margin-top:48px;margin-bottom:4px;font-size:28px}.prose h3{margin-top:36px;margin-bottom:2px;font-size:20px}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose p{color:var(--fg-muted);text-wrap:pretty;font-size:17px;line-height:1.7}.prose strong{color:var(--fg);font-weight:600}.prose a{color:var(--accent);text-underline-offset:2px;font-weight:500;text-decoration:underline}.prose a:hover{color:var(--accent-hover)}.prose ul,.prose ol{color:var(--fg-muted);padding-left:22px;font-size:17px;line-height:1.7}.prose li+li{margin-top:8px}.prose ul{padding-left:0;list-style:none}.prose ul li{padding-left:28px;position:relative}.prose ul li:before{content:"";background:var(--accent);border-radius:2px;width:8px;height:8px;position:absolute;top:10px;left:0}.prose figure{margin:32px 0}.prose img{border-radius:var(--r-lg);border:1px solid var(--line)}.prose blockquote{border-left:3px solid var(--accent);color:var(--fg-muted);padding-left:20px;font-size:18px}.content-grid{grid-template-columns:1fr 320px;align-items:start;gap:56px;display:grid}.content-aside{background:var(--bg-elev-2);border:1px solid var(--line);border-radius:var(--r-xl);padding:28px;position:sticky;top:100px}.content-aside h3{margin-bottom:8px;font-size:18px}.content-aside p{color:var(--fg-muted);margin-bottom:18px;font-size:14px;line-height:1.6}@media (width<=900px){.content-grid{grid-template-columns:1fr;gap:40px}.content-aside{position:static}}.cookie-consent{z-index:120;border:1px solid var(--line);border-radius:var(--r-xl);background:#fff;max-width:560px;margin-left:auto;padding:22px 24px;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 8px 30px #141d2124}.cookie-consent[hidden]{display:none}.cookie-consent p{color:var(--fg-muted);margin-bottom:16px;font-size:14px;line-height:1.6}.cookie-consent p a{color:var(--accent);text-decoration:underline}.cookie-actions{flex-wrap:wrap;gap:10px;display:flex}.rev-grid-4{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=700px){.rev-grid-4{grid-template-columns:1fr}}.hero-badge-row{grid-template-columns:1fr minmax(0,340px);align-items:center;gap:48px;display:grid}.hero-badge{margin:0}.hero-badge img{border-radius:var(--r-lg);border:1px solid var(--line);width:100%;height:auto;box-shadow:var(--shadow-md)}@media (width<=900px){.hero-badge-row{grid-template-columns:1fr;gap:32px}.hero-badge{max-width:320px}}.proof-photo{grid-template-columns:minmax(0,400px) 1fr;align-items:center;gap:56px;display:grid}.proof-photo-media{margin:0}.proof-photo-media img{border-radius:var(--r-xl);border:1px solid var(--line);width:100%;height:auto;box-shadow:var(--shadow-md)}.proof-photo-media figcaption{color:var(--fg-dim);margin-top:12px;font-size:13px}.proof-photo .eyebrow{margin-bottom:14px}.proof-photo h2{margin-bottom:20px}.proof-photo p{color:var(--fg-muted);text-wrap:pretty;max-width:620px;font-size:17px;line-height:1.7}.proof-photo p+p{margin-top:16px}@media (width<=900px){.proof-photo{grid-template-columns:1fr;gap:28px}.proof-photo-media{max-width:360px}}.portret-card{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;flex-direction:column;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.portret-card:hover{border-color:var(--fg-dim);box-shadow:var(--shadow-md);transform:translateY(-2px)}.portret-card-img{aspect-ratio:3/2;background:var(--bg-elev-2);overflow:hidden}.portret-card-img img{object-fit:cover;width:100%;height:100%;display:block}.portret-card-body{flex-direction:column;flex:1;gap:8px;padding:22px 24px 26px;display:flex}.portret-card-body p{color:var(--fg-muted);flex:1;font-size:14px;line-height:1.5}.portret-card-body .btn-link{margin-top:4px;font-size:14px}.bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;grid-auto-flow:dense;gap:16px;display:grid}.bento-tile{border-radius:var(--r-lg);border:1px solid var(--line);background:var(--bg-elev-2);display:block;position:relative;overflow:hidden}.bento-tile img{object-fit:cover;width:100%;height:100%;transition:transform .45s;position:absolute;inset:0}.bento-tile:hover img{transform:scale(1.05)}.bento-tile:after{content:"";background:linear-gradient(#0c0e1000 30%,#0c0e104d 58%,#0c0e10db 100%);position:absolute;inset:0}.bento-cap{z-index:2;color:#fff;padding:18px 20px;position:absolute;bottom:0;left:0;right:0}.bento-cap h2,.bento-cap h3{color:#fff;letter-spacing:-.01em;font-size:18px;font-weight:600;line-height:1.2}.bento-cap p{color:#ffffffd1;margin-top:4px;font-size:13px;line-height:1.35}.bento-cap .bento-more{color:#fff;opacity:0;margin-top:10px;font-size:13px;font-weight:600;transition:opacity .2s,transform .2s;display:inline-block;transform:translateY(6px)}.bento-tile:hover .bento-more,.bento-tile:focus-visible .bento-more{opacity:1;transform:translateY(0)}.bento-tile.lg{grid-area:span 2/span 2}.bento-tile.lg .bento-cap{padding:24px 26px}.bento-tile.lg .bento-cap h2{font-size:27px}.bento-tile.lg .bento-cap p{margin-top:6px;font-size:15px}.bento-tile.wide{grid-column:span 2}@media (width<=900px){.bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.bento-tile.lg{grid-area:span 2/span 2}.bento-tile.wide{grid-column:span 2}}@media (width<=560px){.bento{grid-template-columns:1fr;grid-auto-rows:230px}.bento-tile.lg,.bento-tile.wide{grid-area:span 1/span 1}}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:48px;display:flex}.pagination a,.pagination span{border:1px solid var(--line);border-radius:var(--r-md);min-width:44px;height:44px;color:var(--fg);justify-content:center;align-items:center;padding:0 14px;font-size:14px;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.pagination a:hover{border-color:var(--fg-dim);background:var(--bg-elev-2)}.pagination .current{background:var(--accent);border-color:var(--accent);color:#fff}.pagination .disabled{color:var(--fg-dim);opacity:.45}.pagination .gap{border:none;min-width:auto;padding:0 4px}.article-body{max-width:760px;margin:0 auto}.article-hero{margin:32px 0 8px}.article-hero img{object-fit:cover;border-radius:var(--r-xl);border:1px solid var(--line);width:100%;max-height:520px}.article-body .prose{max-width:none;margin-top:32px}.article-body .prose img{border-radius:var(--r-lg);border:1px solid var(--line);margin:8px 0}.article-main{min-width:0}.article-main .prose{max-width:none;margin-top:4px}.article-main .article-hero img{max-height:460px}.portret-side{align-self:start;position:sticky;top:100px}.portret-side h2{letter-spacing:0;margin-bottom:8px;font-size:15px;font-weight:600}.portret-side-list{flex-direction:column;display:flex}.portret-side-item{border-bottom:1px solid var(--line-soft);align-items:center;gap:14px;padding:12px 0;display:flex}.portret-side-thumb{border-radius:var(--r-md);object-fit:cover;border:1px solid var(--line);flex-shrink:0;width:56px;height:56px}.portret-side-text{flex-direction:column;gap:2px;min-width:0;display:flex}.portret-side-text strong{color:var(--fg);font-size:14px;font-weight:600;line-height:1.25}.portret-side-text span{color:var(--fg-muted);font-size:12px}.portret-side-item:hover strong{color:var(--accent)}.portret-side-cta{background:var(--bg-elev-2);border:1px solid var(--line);border-radius:var(--r-xl);margin-top:28px;padding:24px}.portret-side-cta h3{margin-bottom:8px;font-size:17px}.portret-side-cta p{color:var(--fg-muted);margin-bottom:16px;font-size:14px;line-height:1.6}@media (width<=900px){.portret-side{position:static}}.video-row{grid-template-columns:1fr 1.1fr;align-items:center;gap:48px;display:grid}@media (width<=900px){.video-row{grid-template-columns:1fr;gap:28px}}.video-embed{aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev-2);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.video-embed iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.marketing a.btn-primary,.marketing button.btn-primary,.marketing .btn-primary{background:var(--accent);color:#fff}.marketing a.btn-primary:hover,.marketing button.btn-primary:hover,.marketing .btn-primary:hover{background:var(--accent-hover);color:#fff}.marketing a.btn-ghost,.marketing button.btn-ghost,.marketing .btn-ghost{color:var(--fg);border:1px solid var(--line);background:0 0}.marketing a.btn-ghost:hover,.marketing button.btn-ghost:hover,.marketing .btn-ghost:hover{background:var(--bg-elev-2)}.marketing a.btn-link,.marketing button.btn-link,.marketing .btn-link{color:var(--accent);background:0 0}
