:root{--ink:#17181b;--muted:#68707d;--paper:#f4f5f6;--white:#ffffff;--line:#d9dde2;--red:#ef1738;--red-dark:#c90726;--green:#1f8f5f;--radius:8px;--shadow:0 22px 60px rgba(23,24,27,0.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img{max-width:100%}.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:76px;border-bottom:1px solid rgba(217,221,226,.85);background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:34px;gap:34px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;white-space:nowrap}.brand b{color:var(--red);font-size:.72em}.brand-mark{width:25px;height:25px;display:inline-block;background:var(--red)}.main-nav{display:flex;justify-content:center;gap:22px;font-size:14px;font-weight:700}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:right .25s ease}.main-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:14px}.city-link{min-width:0;max-width:180px;display:inline-flex;align-items:center;gap:7px;padding:8px 0;border:0;color:var(--ink);background:transparent;font-size:14px;font-weight:700;cursor:pointer}.city-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-link svg{color:var(--muted)}.city-menu{position:relative}.city-menu summary{list-style:none;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;font-weight:700}.city-menu summary::-webkit-details-marker{display:none}.city-options{position:absolute;top:36px;right:0;width:220px;padding:8px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.city-options button{width:100%;padding:11px 12px;border:0;border-radius:5px;text-align:left;background:transparent;cursor:pointer}.city-options button:hover{background:var(--paper)}.city-modal-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(18,19,22,.58);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:city-overlay-in .18s ease-out}.city-modal{width:min(540px,100%);max-height:min(720px,calc(100svh - 48px));overflow-y:auto;padding:28px;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 28px 80px rgba(17,18,20,.28);animation:city-modal-in .22s cubic-bezier(.2,.8,.2,1)}.city-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.city-modal>header span{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.city-modal h2{margin:5px 0 0;font-family:Unbounded,sans-serif;font-size:27px;line-height:1.2}.city-modal>p{margin:18px 0 22px;color:var(--muted);line-height:1.6}.city-modal-close{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:6px;color:white;background:var(--ink);cursor:pointer;transition:transform .18s ease,background .18s ease}.city-modal-close:hover{transform:scale(.96);background:#2b2d31}.city-detect-button{width:100%;display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:6px;color:var(--ink);background:var(--paper);text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.city-detect-button:hover:not(:disabled){transform:translateY(-1px);border-color:#aeb5bf;background:white}.city-detect-button:disabled{cursor:wait;opacity:.65}.city-detect-button svg{flex:0 0 auto;color:var(--red)}.city-detect-button small,.city-detect-button span,.city-detect-button strong{display:block}.city-detect-button small{margin-top:3px;color:var(--muted)}.city-search-field{display:block;margin-top:22px}.city-search-field>span{display:block;margin-bottom:8px;font-size:13px;font-weight:800}.city-search-field>div{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #aeb5bf;border-radius:6px;background:white;transition:border-color .18s ease,box-shadow .18s ease}.city-search-field>div:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(23,24,27,.08)}.city-search-field svg{flex:0 0 auto;color:var(--muted)}.city-search-field input{min-width:0;width:100%;border:0;outline:0;color:var(--ink);background:transparent}.city-search-field input::placeholder{color:#9aa1ab}.city-suggestions{display:grid;grid-gap:6px;gap:6px;margin-top:10px}.city-suggestions>button{width:100%;display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid var(--line);border-radius:6px;color:var(--ink);background:white;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease}.city-suggestions>button:hover{border-color:#aeb5bf;background:var(--paper)}.city-suggestions>button svg{flex:0 0 auto;color:var(--red)}.city-suggestions>button small,.city-suggestions>button span,.city-suggestions>button strong{display:block}.city-suggestions>button small{margin-top:2px;color:var(--muted)}.city-search-state{padding:14px;color:var(--muted);border:1px dashed var(--line);border-radius:6px;text-align:center}.city-modal-error{margin-top:10px;padding:12px 14px;border:1px solid #ffc0ca;border-radius:6px;color:#a30a22;background:#fff0f3;font-size:13px;font-weight:700}.city-modal-hint{display:block;margin-top:14px;color:var(--muted);line-height:1.5}@keyframes city-overlay-in{0%{opacity:0}}@keyframes city-modal-in{0%{opacity:0;transform:translateY(12px) scale(.985)}}.text-link{font-weight:700;font-size:14px}.menu-button{display:none;width:42px;height:42px;place-items:center;border:1px solid var(--line);background:white;border-radius:6px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid var(--ink);border-radius:6px;color:white;background:var(--ink);font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(23,24,27,.18)}.button-small{min-height:40px;padding-inline:16px;font-size:13px}.button-primary{border-color:var(--red);background:var(--red)}.button-primary:hover{background:var(--red-dark)}.button-ghost{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.11);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button-outline{color:var(--ink);border-color:var(--line);background:white}.arrow-link{display:inline-flex;align-items:center;gap:8px;font-weight:800}.arrow-link svg{transition:transform .2s ease}.arrow-link:hover svg{transform:translateX(5px)}.hero{min-height:min(790px,calc(100svh - 76px));position:relative;overflow:hidden;color:white;background:#282a2d}.hero-media,.hero-media img,.hero-shade{position:absolute;inset:0}.hero-media{transition:transform .1s linear}.hero-media img{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(12,13,15,.93),rgba(12,13,15,.72) 43%,rgba(12,13,15,.18) 78%),linear-gradient(0deg,rgba(12,13,15,.55),transparent 50%)}.hero-content{position:relative;z-index:2;min-height:inherit;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.65fr);align-items:center;grid-gap:9vw;gap:9vw;padding-block:70px 86px}.hero-copy{max-width:720px}.eyebrow{display:block;margin-bottom:16px;color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.eyebrow-light{color:#ff8295}.cta-band h2,.hero h1,.section-heading h2{margin:0;font-family:Unbounded,sans-serif;letter-spacing:0}.hero h1{max-width:690px;font-size:clamp(38px,4.25vw,62px);line-height:1.08;text-wrap:balance}.hero-copy>p{max-width:620px;margin:24px 0 32px;color:rgba(255,255,255,.78);font-size:clamp(18px,2vw,22px);line-height:1.55}.hero-buttons{gap:12px}.hero-buttons,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{gap:22px;margin-top:30px;color:rgba(255,255,255,.74);font-size:13px;font-weight:700}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-flow{align-self:end;margin-bottom:28px;padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(22,23,25,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 28px 60px rgba(0,0,0,.25)}.flow-foot,.flow-head{display:flex;align-items:center}.flow-head{justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.15)}.flow-head span{color:rgba(255,255,255,.56);font-size:12px;text-transform:uppercase}.flow-head strong{color:#8fe5ba;font-size:12px}.hero-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-block:18px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(255,255,255,.14)}.hero-flow-grid>div{min-width:0;padding:16px 13px;background:rgba(13,14,16,.58)}.hero-flow-grid small,.hero-flow-grid span,.hero-flow-grid strong{display:block}.hero-flow-grid small{margin-bottom:22px;color:#ff8295;font-size:10px;font-weight:800}.hero-flow-grid strong{font-size:13px}.hero-flow-grid span{margin-top:6px;color:rgba(255,255,255,.52);font-size:10px;line-height:1.4}.flow-foot{justify-content:space-between;gap:16px;color:rgba(255,255,255,.7);font-size:12px}.flow-foot svg{flex:0 0 auto;color:#8fe5ba}.hero-index{position:absolute;right:20px;bottom:-35px;color:rgba(255,255,255,.08);font-family:Unbounded;font-size:180px}.proof-band{background:white;border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{min-height:138px;display:flex;flex-direction:column;justify-content:center;padding:24px 30px;border-left:1px solid var(--line)}.proof-grid>div:last-child{border-right:1px solid var(--line)}.proof-grid strong{font-size:28px}.proof-grid span{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--muted);font-size:12px;font-weight:700}.section{padding:108px 0}.section-dark{color:white;background:#1c1d20}.section-heading{margin-bottom:48px}.section-heading h2{max-width:820px;font-size:clamp(32px,4vw,54px);line-height:1.1}.section-heading>p,.split-heading>p{max-width:560px;color:var(--muted);font-size:17px;line-height:1.7}.section-dark .section-heading>p{color:rgba(255,255,255,.62)}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}.audience-section{background:white}.audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);background:var(--line);grid-gap:1px;gap:1px}.audience-panel{min-width:0;padding:38px;background:var(--white)}.audience-master{color:white;background:#1c1d20}.audience-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.audience-master .audience-title{border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.52)}.audience-title svg{width:26px;height:26px;color:var(--red)}.audience-panel>h3{margin:42px 0 30px;font-family:Unbounded;font-size:clamp(26px,3vw,38px);line-height:1.15}.audience-list{display:grid;grid-gap:0;gap:0;margin-bottom:34px}.audience-list>div{display:grid;grid-template-columns:34px 1fr;grid-gap:15px;gap:15px;padding:19px 0;border-top:1px solid var(--line)}.audience-master .audience-list>div{border-color:rgba(255,255,255,.14)}.audience-list svg{width:22px;color:var(--red)}.audience-list strong{display:block;margin-bottom:6px}.audience-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.audience-master .audience-list p{color:rgba(255,255,255,.58)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}.benefit-grid article{min-height:320px;display:flex;flex-direction:column;padding:28px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);transition:background .25s ease}.benefit-grid article:hover{background:rgba(255,255,255,.05)}.benefit-grid svg{width:34px;height:34px;color:var(--red)}.benefit-grid article>span{margin:auto 0 16px;color:rgba(255,255,255,.48);font-size:12px;text-transform:uppercase}.benefit-grid h3{margin:0 0 12px;font-size:22px}.benefit-grid p{margin:0;color:rgba(255,255,255,.62);line-height:1.6}.process-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line)}.process-list article{min-height:230px;padding:26px;background:white}.process-list article>span{color:var(--red);font-family:Unbounded;font-size:12px}.process-list h3{margin:55px 0 12px;font-size:20px}.process-list p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.process-list-six{grid-template-columns:repeat(3,1fr)}.process-visual{position:relative;height:440px;margin-top:28px;overflow:hidden;border-radius:var(--radius)}.process-visual>img{object-fit:cover}.process-note{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;gap:14px;max-width:390px;padding:18px;background:white;border-radius:6px;box-shadow:var(--shadow)}.process-note svg{color:var(--red)}.process-note small,.process-note strong{display:block}.process-note small{color:var(--muted);margin-bottom:4px}.start-cta{padding:70px 0;color:white;background:#1c1d20}.start-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:44px}.start-cta h2{max-width:780px;margin:0;font-family:Unbounded;font-size:clamp(30px,4vw,48px);line-height:1.15}.services-section{background:white}.service-list{border-top:1px solid var(--line)}.service-list a{display:grid;grid-template-columns:50px 1fr auto 28px;align-items:center;grid-gap:20px;gap:20px;padding:24px 0;border-bottom:1px solid var(--line);transition:padding .2s ease,color .2s ease}.service-list a:hover{padding-left:14px;color:var(--red)}.service-list a>span{color:var(--muted);font-size:12px}.service-list h3{margin:0;font-size:22px}.service-list p{margin:5px 0 0;font-size:14px}.service-list p,.service-list strong{color:var(--muted)}.master-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.master-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white;transition:transform .25s ease,box-shadow .25s ease}.master-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.master-photo{position:relative;display:block;aspect-ratio:1.35;overflow:hidden}.master-photo img{object-fit:cover;transition:transform .45s ease}.master-avatar-placeholder,.master-photo-placeholder,.profile-avatar-placeholder{display:grid;place-items:center;color:var(--muted);background:#e9ebed}.master-photo-placeholder{position:absolute;inset:0;align-content:center;gap:9px;padding:20px;text-align:center;font-size:13px;font-weight:700}.master-avatar-placeholder{width:54px;height:54px;flex:0 0 54px;border-radius:50%}.profile-avatar-placeholder{width:96px;height:96px;flex:0 0 96px;border-radius:50%}.profile-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:28px}.profile-portfolio-grid>div{position:relative;min-height:280px;overflow:hidden;border-radius:6px;background:#e9ebed}.profile-portfolio-grid img{object-fit:cover}.review-list{display:grid;grid-gap:10px;gap:10px;margin-top:28px}.review-list article{padding:18px;border:1px solid var(--line);border-radius:6px}.review-list article p{margin:8px 0 0;color:var(--muted);line-height:1.65}.master-card:hover .master-photo img{transform:scale(1.035)}.verified-pill{position:absolute;left:12px;bottom:12px;gap:6px;padding:7px 9px;border-radius:5px;background:rgba(255,255,255,.94);color:var(--green);font-size:11px;font-weight:800}.master-person,.verified-pill{display:flex;align-items:center}.master-person{gap:12px;padding:18px 18px 10px}.master-person img{border-radius:50%;object-fit:cover}.master-person h3{margin:0;font-size:18px}.master-person p{margin:4px 0 0}.master-meta,.master-person p{color:var(--muted);font-size:12px}.master-meta{display:flex;justify-content:space-between;gap:12px;padding:10px 18px 18px}.master-meta span{display:flex;align-items:center;gap:5px}.master-meta span:first-child{color:#af7700;font-weight:800}.master-meta small{color:var(--muted);font-weight:500}.card-link{display:block;padding:15px 18px;border-top:1px solid var(--line);font-weight:800;font-size:13px}.center-action{display:flex;justify-content:center;margin-top:34px}.cases-section{background:#e9ebed}.case-grid{display:grid;grid-template-columns:1.4fr .8fr;grid-template-rows:repeat(2,280px);grid-gap:18px;gap:18px}.case-card{position:relative;overflow:hidden;border-radius:8px}.case-large{grid-row:1/3}.case-card img{object-fit:cover;transition:transform .5s ease}.case-card:hover img{transform:scale(1.035)}.case-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,12,.82),transparent 60%)}.case-overlay{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:white}.case-overlay span{color:rgba(255,255,255,.65);font-size:12px}.case-overlay h3{margin:8px 0 5px;font-size:25px}.case-overlay p{margin:0}.comparison-section{color:white;background:var(--red)}.comparison-grid{display:grid;grid-template-columns:.75fr 1.25fr;align-items:start;grid-gap:8vw;gap:8vw}.comparison-grid>*{min-width:0}.comparison-grid h2{margin:0;font-family:Unbounded;font-size:clamp(32px,4vw,52px)}.comparison-grid>div:first-child p{margin:22px 0 32px;color:rgba(255,255,255,.78);line-height:1.7}.comparison-grid .button{background:white;color:var(--ink);border-color:white}.comparison-table{border:1px solid rgba(255,255,255,.32)}.comparison-table>div{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;gap:20px;padding:17px 20px;border-bottom:1px solid rgba(255,255,255,.24)}.comparison-table>div:last-child{border-bottom:0}.comparison-table span{color:rgba(255,255,255,.68)}.comparison-head{font-size:12px;text-transform:uppercase}.comparison-bad,.comparison-good{display:flex;align-items:flex-start;gap:9px}.comparison-bad svg,.comparison-good svg{width:17px;flex:0 0 17px;margin-top:2px}.comparison-good svg{color:white}.comparison-bad svg{color:rgba(255,255,255,.46)}.home-orders-section{background:#e9ebed}.home-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.home-order-grid article{min-width:0;min-height:260px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:8px;background:white;transition:transform .22s ease,box-shadow .22s ease}.home-order-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.order-city{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.order-city svg{width:17px;color:var(--red)}.home-order-grid h3{margin:34px 0 20px;font-size:22px;line-height:1.35}.order-facts{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:26px}.order-facts span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:5px;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700}.order-facts span:first-child{color:var(--ink)}.order-facts svg{width:15px}.home-order-grid article>a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;font-size:13px;font-weight:800}.home-order-grid article>a svg{width:17px;transition:transform .2s ease}.home-order-grid article>a:hover svg{transform:translateX(4px)}.faq-grid{display:grid;grid-template-columns:.55fr 1fr;grid-gap:8vw;gap:8vw}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:20px;padding:24px 0;list-style:none;cursor:pointer;font-weight:800;font-size:18px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--red);font-size:24px;transition:transform .2s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:720px;margin:-5px 0 24px;color:var(--muted);line-height:1.7}.journal-section{background:white}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}.article-image{position:relative;aspect-ratio:1.45;overflow:hidden;border-radius:6px}.article-image img{object-fit:cover;transition:transform .45s ease}.article-card:hover img{transform:scale(1.04)}.article-card>span{display:block;margin-top:16px;color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase}.article-card h2,.article-card h3{margin:9px 0;font-size:20px;line-height:1.35}.article-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.article-card>small{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:14px;color:var(--muted);font-size:11px}.article-card>small svg:nth-of-type(2){margin-left:6px}.article-image-placeholder{display:grid;place-items:center;color:#9ca3ad;background:#f0f1f3;font-family:Unbounded,sans-serif;font-size:13px}.blog-hero{padding-bottom:76px}.blog-categories{display:flex;gap:8px;overflow-x:auto;margin-top:-23px;padding-block:8px;scrollbar-width:none}.blog-categories a{display:inline-flex;align-items:center;gap:8px;min-height:46px;border:1px solid var(--line);border-radius:999px;padding:0 17px;color:var(--muted);background:white;font-size:13px;font-weight:800;white-space:nowrap;box-shadow:0 8px 28px rgba(28,31,36,.05)}.blog-categories a.is-active,.blog-categories a:hover{border-color:#202124;color:white;background:#202124}.blog-categories small{display:grid;place-items:center;min-width:21px;height:21px;border-radius:99px;color:inherit;background:rgba(127,132,141,.15);font-size:10px}.cta-band{padding:82px 0;color:white;background:#1b1c1f}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-band h2{font-size:clamp(30px,4vw,48px)}.cta-band p{margin:14px 0 0;color:rgba(255,255,255,.62)}.site-footer{padding-top:72px;color:white;background:#111214}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:60px;gap:60px}.brand-light{color:white}.footer-grid>div:first-child p{max-width:390px;color:rgba(255,255,255,.5);line-height:1.7}.footer-grid h3{margin:0 0 18px;color:rgba(255,255,255,.45);font-size:12px;text-transform:uppercase}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;margin-top:64px;padding:22px 0;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-size:12px}.page-hero{padding:90px 0 56px;background:white;border-bottom:1px solid var(--line)}.page-hero h1{max-width:860px;margin:0;font-family:Unbounded;font-size:clamp(34px,4vw,54px);line-height:1.12;text-wrap:balance}.page-hero p{max-width:700px;margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.content-section{padding:56px 0 100px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;color:var(--muted);font-size:12px}.breadcrumbs a:hover{color:var(--red)}.filter-bar{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;grid-gap:12px;gap:12px;margin-bottom:28px;padding:16px;border:1px solid var(--line);background:white;border-radius:8px}.filter-bar label:not(.search-field){display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:11px}.filter-bar select,.search-field{min-height:50px;border:1px solid var(--line);border-radius:5px;background:white}.filter-bar select{width:100%;padding:0 12px;color:var(--ink)}.search-field{display:flex;align-items:center;gap:10px;padding:0 14px}.search-field input{width:100%;border:0;outline:0}.filter-total{display:flex;align-items:center;gap:7px;padding:0 10px;color:var(--muted);font-size:13px}.filter-check{flex-direction:row!important;align-items:center;gap:9px!important;padding-inline:10px}.filter-check input{width:18px;height:18px;accent-color:var(--ink)}.filter-submit{align-self:end}.empty-state{padding:70px 20px;text-align:center;background:white;border:1px solid var(--line)}.empty-state.compact{padding:28px 20px}.empty-state h2{margin-top:0}.empty-state p{max-width:680px;margin:10px auto 0;color:var(--muted);line-height:1.65}.city-service-links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.city-service-links a{padding:11px 14px;border:1px solid var(--line);border-radius:5px;background:white;font-size:13px;font-weight:800;transition:border-color .2s ease,color .2s ease}.city-service-links a:hover{color:var(--red);border-color:var(--red)}.article-page,.profile-page,.story-page{padding:58px 0 110px}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:34px;gap:34px;align-items:start}.profile-aside,.profile-main{border:1px solid var(--line);border-radius:8px;background:white}.profile-main{padding:32px}.profile-heading{display:flex;align-items:center;gap:20px}.profile-heading>img{border-radius:50%;object-fit:cover}.profile-heading h1{margin:5px 0;font-family:Unbounded;font-size:34px}.profile-heading p{margin:0;color:var(--muted)}.verified-line{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:11px;font-weight:800}.verified-line svg{width:16px}.profile-stats{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0;padding:20px 0;border-block:1px solid var(--line)}.profile-stats span{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:5px;background:var(--paper);color:var(--muted);font-size:13px}.profile-stats svg{width:17px;color:var(--red)}.profile-copy{max-width:760px}.profile-copy h2{margin:30px 0 10px;font-size:22px}.profile-copy p{color:var(--muted);line-height:1.75}.portfolio-feature{position:relative;min-height:460px;margin-top:34px;overflow:hidden;border-radius:6px}.portfolio-feature img{object-fit:cover}.portfolio-feature span{position:absolute;left:16px;bottom:16px;padding:8px 10px;border-radius:4px;background:white;font-size:12px;font-weight:800}.profile-aside{position:-webkit-sticky;position:sticky;top:100px;padding:26px}.profile-aside h2{margin:0 0 14px;font-size:25px;line-height:1.25}.profile-aside p{margin:0 0 24px;color:var(--muted);line-height:1.65}.profile-aside .button{width:100%}.editorial-list{display:flex;flex-direction:column;gap:28px}.editorial-list>a{display:grid;grid-template-columns:minmax(300px,.85fr) 1fr;grid-gap:38px;gap:38px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--line)}.editorial-image{position:relative;min-height:330px;overflow:hidden;border-radius:7px}.editorial-image img{object-fit:cover;transition:transform .45s ease}.case-placeholder{display:block;width:100%;height:100%;background:#dfe2e6}.editorial-list a:hover .editorial-image img{transform:scale(1.035)}.editorial-list span{color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase}.editorial-list h2{max-width:600px;margin:12px 0;font-family:Unbounded;font-size:30px}.editorial-list p{max-width:650px;color:var(--muted);line-height:1.7}.article-header h1,.story-page h1{max-width:980px;margin:0;font-family:Unbounded;font-size:clamp(36px,4.6vw,60px);line-height:1.1;text-wrap:balance}.article-header>p,.story-lead{max-width:820px;color:var(--muted);font-size:20px;line-height:1.65}.story-cover{position:relative;height:min(68vw,720px);margin-top:42px;overflow:hidden;border-radius:8px}.story-cover img{object-fit:cover}.story-body{display:grid;grid-template-columns:240px 1fr;grid-gap:8vw;gap:8vw;max-width:980px;margin:60px auto 0}.story-body aside span,.story-body aside strong{display:block}.story-body aside strong{font-size:20px}.story-body aside span{margin-top:5px;color:var(--muted);font-size:12px}.story-body h2{margin:0 0 12px;font-size:26px}.story-body p{margin:0 0 38px;color:var(--muted);line-height:1.85}.request-page{min-height:80vh;padding:64px 0 100px;background:#e9ebed}.request-shell{max-width:840px;margin-inline:auto;padding:34px;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:var(--shadow)}.request-progress{position:relative;height:4px;margin-bottom:46px;background:var(--line)}.request-progress>span{position:absolute;inset:0 auto 0 0;background:var(--red);transition:width .3s ease}.request-progress small{position:absolute;right:0;top:14px;color:var(--muted)}.request-step h1{margin:0 0 32px;font-family:Unbounded;font-size:38px}.request-step label{display:flex;flex-direction:column;gap:8px;margin-top:20px;color:var(--muted);font-size:13px;font-weight:700}.request-step input,.request-step textarea{width:100%;padding:16px;border:1px solid var(--line);border-radius:5px;color:var(--ink);outline:0}.request-step input:focus,.request-step textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(23,24,27,.08)}.request-services{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.request-services button{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid var(--line);border-radius:5px;background:white;cursor:pointer;text-align:left;font-weight:700}.request-services button.is-selected{color:white;border-color:var(--ink);background:var(--ink)}.request-services svg{width:18px}.input-icon{position:relative}.input-icon svg{position:absolute;left:15px;top:50%;width:19px;transform:translateY(-50%)}.input-icon input{padding-left:46px}.upload-zone{width:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-top:22px;border:1px dashed #aab1bb;border-radius:6px;background:var(--paper);cursor:pointer}.upload-zone svg{color:var(--red)}.upload-zone span{color:var(--muted);font-size:12px}.request-actions{display:flex;justify-content:space-between;gap:12px;margin-top:34px;padding-top:24px;border-top:1px solid var(--line)}.request-actions .button{min-width:190px}.request-finish{text-align:center}.finish-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 24px;border-radius:50%;color:white;background:var(--green)}.review-row{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line);text-align:left}.request-finish>p,.review-row span{color:var(--muted)}.request-finish>p{margin:24px auto 0;max-width:560px;line-height:1.65}.article-header small{color:var(--muted)}.article-header h1{font-size:clamp(34px,4vw,52px)}.article-byline{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:25px;color:var(--muted);font-size:12px;font-weight:700}.article-byline span{display:inline-flex;align-items:center;gap:7px}.article-author-card{display:inline-flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin-top:25px;padding:8px 13px 8px 8px;border:1px solid var(--line);border-radius:999px;background:white}.article-author-card>span:last-child{display:grid;grid-gap:1px;gap:1px}.article-author-card small{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-author-card strong{font-size:13px}.article-author-card em{color:var(--muted);font-size:11px;font-style:normal}.article-author-avatar{position:relative;display:grid;place-items:center;width:44px;height:44px;flex:0 0 auto;overflow:hidden;border-radius:50%;color:white;background:var(--red);font-family:Unbounded,sans-serif}.article-author-avatar img{object-fit:cover}.article-author-plain{margin-top:22px;color:var(--muted);font-size:13px}.article-hero-image{position:relative;height:min(62vw,620px);margin-top:44px;overflow:hidden;border-radius:8px;background:#eceef1}.article-hero-image img{object-fit:cover}.article-layout{display:grid;grid-template-columns:245px minmax(0,760px);justify-content:center;grid-gap:clamp(45px,7vw,100px);gap:clamp(45px,7vw,100px);align-items:start;margin-top:58px}.article-layout.without-toc{grid-template-columns:minmax(0,820px)}.article-toc{position:-webkit-sticky;position:sticky;top:92px;border-top:3px solid var(--red);padding-top:18px}.article-toc>strong{display:block;margin-bottom:14px;font-size:13px}.article-toc nav{display:grid;grid-gap:3px;gap:3px}.article-toc a{padding:7px 0;color:var(--muted);font-size:12px;line-height:1.45}.article-toc a:hover{color:var(--red)}.article-toc a.is-nested{padding-left:16px;font-size:11px}.article-main{min-width:0}.article-prose{color:#292b2f;font-size:18px;line-height:1.78}.article-prose>article{width:auto}.article-prose h2,.article-prose h3,.article-prose h4,.article-prose h5{scroll-margin-top:95px;color:var(--ink);font-family:Unbounded,sans-serif;text-wrap:balance}.article-prose h2{margin:2.2em 0 .7em;font-size:clamp(26px,3vw,36px);line-height:1.2}.article-prose h3{margin:1.9em 0 .65em;font-size:clamp(21px,2.3vw,27px);line-height:1.28}.article-prose h4{margin:1.7em 0 .6em;font-size:19px;line-height:1.35}.article-prose h5{margin:1.5em 0 .5em;font-size:16px;line-height:1.4}.article-prose p{margin:0 0 1.35em}.article-prose strong{color:#18191c;font-weight:800}.article-prose em{color:#555d68}.article-prose a{color:#b40020;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-prose ol,.article-prose ul{display:grid;grid-gap:9px;gap:9px;margin:0 0 1.5em;padding-left:1.35em}.article-prose li::marker{color:var(--red);font-weight:800}.article-prose iframe,.article-prose img,.article-prose video{display:block;max-width:100%;height:auto;margin-inline:auto;border-radius:6px}.article-prose figure{margin:2.4em 0}.article-prose figcaption{margin-top:10px;color:var(--muted);font-size:12px;line-height:1.55;text-align:center}.article-prose blockquote{margin:2em 0;border-left:4px solid var(--red);padding:5px 0 5px 25px;font-size:1.16em;line-height:1.65}.article-prose blockquote footer{margin-top:10px;color:var(--muted);font-size:12px;font-weight:800}.article-prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-size:14px}.article-prose td,.article-prose th{min-width:120px;border:1px solid var(--line);padding:11px 13px;text-align:left}.article-prose th{background:#f0f2f5}.article-callout{margin:2em 0;border:1px solid #cfd8e5;border-left:5px solid #4d79a7;border-radius:6px;padding:20px 22px;background:#f3f7fb}.article-callout--success{border-left-color:#278258;background:#f0faf4}.article-callout--warning{border-left-color:#d38a15;background:#fff8eb}.article-callout--danger{border-left-color:var(--red);background:#fff2f4}.article-callout>strong{display:block;margin-bottom:5px}.article-callout>p:last-child{margin-bottom:0}.article-expert-quote{position:relative;border:0!important;border-radius:7px;padding:34px!important;color:white;background:#202124}.article-expert-quote:before{content:"“";position:absolute;right:20px;top:-11px;color:var(--red);font-family:Georgia,serif;font-size:92px;line-height:1}.article-expert-quote footer{color:rgba(255,255,255,.62)!important}.article-qa{margin:2em 0;border:1px solid var(--line);border-radius:7px;padding:24px;background:#fff}.article-qa h2,.article-qa h3{margin-top:0;font-family:inherit;font-size:21px}.article-qa p:last-child{margin-bottom:0}.article-sources{margin-top:60px;border-top:1px solid var(--line);padding-top:28px}.article-comments h2,.article-sources h2{margin:0;font-family:Unbounded,sans-serif;font-size:26px}.article-sources ol{display:grid;grid-gap:9px;gap:9px;padding-left:22px;color:var(--muted);font-size:13px;line-height:1.6}.article-sources a{color:#922039;text-decoration:underline;text-underline-offset:3px}.article-engagement{margin-top:48px;border-top:1px solid var(--line);padding-top:24px}.article-metrics{display:flex;flex-wrap:wrap;gap:15px 24px;color:var(--muted);font-size:12px}.article-metrics span{display:inline-flex;align-items:center;gap:7px}.article-rating{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;border-radius:7px;padding:22px;background:#f1f2f4}.article-rating>div:first-child{display:grid;grid-gap:4px;gap:4px}.article-rating>div:first-child span{color:var(--muted);font-size:11px}.article-rating>div:last-child{display:flex}.article-rating button{border:0;padding:2px;color:#c6cbd2;background:transparent;font-size:27px;cursor:pointer}.article-rating button.is-active{color:#efb21d}.article-share{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.article-share a,.article-share button,.article-share strong{display:inline-flex;align-items:center;gap:7px;min-height:38px;border:1px solid var(--line);border-radius:999px;padding:0 13px;color:#505863;background:white;font:inherit;font-size:11px;font-weight:800}.article-share strong{border:0;padding-left:0}.article-share button{cursor:pointer}.article-comments{display:grid;grid-gap:24px;gap:24px;margin-top:64px}.article-comments-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.article-comments-heading>div{display:grid;grid-gap:8px;gap:8px}.article-comments-heading .eyebrow{margin:0}.article-comments-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.article-comments-count{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:white;background:var(--ink);font-size:13px;font-weight:800}.article-comments form{position:relative;display:grid;grid-gap:20px;gap:20px;overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:26px;background:white;box-shadow:0 16px 42px rgba(23,24,27,.055)}.article-comments form:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--red)}.article-comments label{display:grid;grid-gap:8px;gap:8px;color:#464e59;font-size:12px;font-weight:800}.article-comment-author{width:min(390px,100%)}.article-comments input,.article-comments textarea{width:100%;border:1px solid #cfd5de;border-radius:6px;padding:13px 15px;outline:0;color:var(--ink);background:#fbfbfc;font:inherit;line-height:1.55;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.article-comments input{min-height:52px}.article-comments textarea{min-height:148px;resize:vertical}.article-comments input::placeholder,.article-comments textarea::placeholder{color:#9aa1ab}.article-comments input:focus,.article-comments textarea:focus{border-color:var(--ink);background:white;box-shadow:0 0 0 3px rgba(23,24,27,.07)}.article-comment-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #eceef1;padding-top:20px}.article-comment-actions>span{color:#8a919c;font-size:11px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.article-comments form .button{min-width:238px}.article-comment-list{display:grid;grid-gap:12px;gap:12px}.article-comments-empty{display:flex;align-items:center;gap:16px;border:1px dashed #c8cdd5;border-radius:8px;padding:22px 24px;color:var(--muted);background:rgba(255,255,255,.45)}.article-comments-empty>span{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--red);background:#ffe9ed}.article-comments-empty strong{display:block;color:var(--ink);font-size:14px}.article-comments-empty p{margin:4px 0 0;font-size:12px}.article-comment-list article{border:1px solid var(--line);border-radius:8px;padding:20px;background:white}.article-comment-list article header{display:flex;align-items:center;justify-content:space-between;gap:14px}.article-comment-list time{color:var(--muted);font-size:11px}.article-comment-list p{margin:12px 0;line-height:1.65;white-space:pre-wrap}.article-comment-list footer{display:flex;gap:7px}.article-comment-list button{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:5px;padding:6px 9px;color:var(--muted);background:#f0f1f3;font:inherit;font-size:11px;cursor:pointer}.author-hero{padding:58px 0 65px;background:white}.author-hero-grid{display:grid;grid-template-columns:180px minmax(0,720px);grid-gap:35px;gap:35px;align-items:center}.author-page-avatar{position:relative;display:grid;place-items:center;width:180px;height:180px;overflow:hidden;border-radius:50%;color:white;background:var(--red);font-family:Unbounded,sans-serif;font-size:58px}.author-page-avatar img{object-fit:cover}.author-hero h1{margin:0;font-family:Unbounded,sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.1}.author-hero-grid strong{display:block;margin-top:9px;color:var(--red);font-size:14px}.author-hero-grid p{margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.author-credentials{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;margin-top:-1px;border:1px solid var(--line);background:var(--line)}.author-credentials>div{padding:24px;background:white}.author-credentials span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.author-credentials p{margin:8px 0 0;line-height:1.65;white-space:pre-wrap}.prose{max-width:760px;margin:60px auto 0;font-size:17px;line-height:1.85}.prose .lead{font-size:22px;color:var(--ink)}.prose h2{margin:44px 0 12px;font-size:29px}.prose p{color:#454b54}.prose blockquote{margin:36px 0;padding:24px 26px;border-left:4px solid var(--red);background:white;font-size:20px;font-weight:700}.hero-inline-action{margin-top:30px}.service-copy-grid{display:grid;grid-template-columns:1fr .7fr;grid-gap:9vw;gap:9vw}.service-copy-grid h2,.service-masters>h2,.simple-copy h2{margin-top:0;font-family:Unbounded;font-size:32px}.check-line{display:flex;align-items:center;gap:10px;padding:15px 0;border-bottom:1px solid var(--line);font-weight:700}.check-line svg{color:var(--green)}.service-copy-grid aside{padding:28px;border:1px solid var(--line);background:white}.service-copy-grid aside p{color:var(--muted);line-height:1.7}.service-masters{margin-top:72px}.order-public-list{display:flex;flex-direction:column;gap:12px}.order-public-list article{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px;border:1px solid var(--line);border-radius:7px;background:white}.order-public-list h2{margin:8px 0}.order-public-list p{margin:0;color:var(--muted)}.order-public-list span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.order-public-list span svg{width:16px}.order-public-list article>div:last-child{display:flex;align-items:center;gap:22px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.feature-row article{min-height:280px;padding:26px;border:1px solid var(--line);background:white}.feature-row svg{color:var(--red)}.feature-row h2{margin:100px 0 10px}.feature-row p,.simple-copy p{color:var(--muted);line-height:1.75}.simple-copy{max-width:820px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.contact-grid>div{display:flex;flex-direction:column;gap:14px;padding:30px;border:1px solid var(--line);background:white}.contact-grid span{color:var(--muted);font-size:12px}.contact-grid a{font-size:22px;font-weight:800}@media (max-width:980px){.site-header{height:68px}.shell{width:min(100% - 32px,1240px)}.header-inner{grid-template-columns:1fr auto}.main-nav{position:fixed;inset:68px 0 auto;display:none;flex-direction:column;gap:0;padding:10px 16px 22px;background:white;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a{padding:14px 4px;border-bottom:1px solid var(--line)}.main-nav a:after{display:none}.menu-button{display:grid}.city-menu{display:none}.hero{min-height:720px}.hero-content{grid-template-columns:1fr;gap:30px;padding-block:72px 50px}.hero-flow{max-width:520px;margin:0 0 0 auto}.benefit-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}.audience-panel{padding:30px}.article-grid,.master-grid,.process-list,.process-list-six{grid-template-columns:repeat(2,1fr)}.master-grid .master-card:last-child{display:none}.comparison-grid,.faq-grid{grid-template-columns:1fr}.filter-bar{grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.profile-layout{grid-template-columns:1fr}.profile-aside{position:static}.service-copy-grid{grid-template-columns:1fr}.home-order-grid{grid-template-columns:1fr 1fr}.home-order-grid article:last-child{grid-column:1/-1}}@media (max-width:680px){.shell{width:min(100% - 24px,1240px)}.desktop-only{display:none}.brand{font-size:14px}.brand-mark{width:22px;height:22px}.header-actions{gap:8px}.city-link{max-width:100px;font-size:12px}.city-link svg{width:16px;height:16px}.city-modal-overlay{align-items:end;padding:10px}.city-modal{max-height:calc(100svh - 20px);padding:22px 18px calc(22px + env(safe-area-inset-bottom))}.city-modal h2{font-size:23px}.hero{min-height:calc(100svh - 68px)}.hero-media{transform:none!important}.hero-media img{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(10,11,13,.95),rgba(10,11,13,.5)),linear-gradient(0deg,rgba(10,11,13,.82),transparent 60%)}.hero-content{display:flex;flex-direction:column;justify-content:flex-end;padding-block:70px 28px}.hero h1{font-size:clamp(32px,9.5vw,38px)}.hero-copy>p{margin:18px 0 24px;font-size:17px}.hero-buttons{flex-direction:column}.hero-buttons .button{width:100%}.hero-trust{gap:10px 18px}.hero-flow{width:100%;padding:18px}.hero-index{display:none}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{min-height:112px;padding:17px 14px}.proof-grid strong{font-size:23px}.section{padding:76px 0}.split-heading{display:block}.split-heading>p{margin-top:20px}.section-heading{margin-bottom:34px}.section-heading h2{font-size:34px}.audience-grid{grid-template-columns:1fr}.audience-panel{padding:24px 20px}.audience-panel>h3{margin-top:34px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{min-height:220px}.process-list{grid-template-columns:1fr}.process-list article{min-height:auto}.process-list h3{margin-top:32px}.process-visual{height:330px}.process-note{left:12px;right:12px;bottom:12px}.start-cta{padding:58px 0}.start-cta-inner{align-items:stretch;flex-direction:column}.service-list a{grid-template-columns:30px 1fr 24px;gap:12px}.service-list a>strong{display:none}.service-list h3{font-size:18px}.article-grid,.master-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-12px;padding-right:12px}.article-card,.master-card{flex:0 0 88%;scroll-snap-align:start}.master-grid .master-card:last-child{display:block}.case-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.case-card{flex:0 0 88%;height:390px;scroll-snap-align:start}.comparison-table{overflow:hidden}.comparison-head{display:none!important}.comparison-table>div{min-width:0;grid-template-columns:1fr;gap:12px;padding:20px}.comparison-table>div>strong{font-size:16px}.comparison-table>div>span{line-height:1.5}.home-order-grid{grid-template-columns:1fr}.home-order-grid article,.home-order-grid article:last-child{min-height:230px;grid-column:auto}.cta-inner{align-items:stretch;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:12px;flex-direction:column}.page-hero{padding:60px 0 38px}.page-hero h1{font-size:32px}.filter-bar{grid-template-columns:1fr}.filter-total{min-height:40px}.article-page,.profile-page,.story-page{padding-top:36px}.profile-main{padding:20px}.profile-heading{align-items:flex-start}.profile-heading>img{width:72px;height:72px}.profile-avatar-placeholder{width:72px;height:72px;flex-basis:72px}.profile-portfolio-grid{grid-template-columns:1fr}.profile-heading h1{font-size:25px}.portfolio-feature{min-height:320px}.editorial-list>a{grid-template-columns:1fr;gap:20px}.editorial-image{min-height:260px}.editorial-list h2{font-size:25px}.story-body{grid-template-columns:1fr;gap:30px}.request-page{padding-top:20px}.request-shell{padding:22px 16px}.request-step h1{font-size:30px}.request-services{grid-template-columns:1fr}.request-actions{flex-direction:column-reverse}.request-actions .button{width:100%}.article-header,.article-header h1,.story-page,.story-page h1{min-width:0;max-width:100%}.article-header h1,.story-page h1{overflow-wrap:anywhere;word-break:break-word;font-size:30px}.story-cover{height:62vw;min-height:300px}.prose{width:calc(100% - 24px);font-size:16px}.prose .lead{font-size:19px}.order-public-list article,.order-public-list article>div:last-child{align-items:flex-start;flex-direction:column}.feature-row{grid-template-columns:1fr}.feature-row article{min-height:220px}.feature-row h2{margin-top:60px}.contact-grid{grid-template-columns:1fr}}@media (max-width:900px){.article-layout{grid-template-columns:1fr;margin-top:38px}.article-toc{position:static;border:1px solid var(--line);border-top:3px solid var(--red);border-radius:6px;padding:18px}.article-toc nav{grid-template-columns:1fr 1fr;column-gap:24px}}@media (max-width:680px){.blog-hero{padding-bottom:53px}.blog-categories{margin-top:-22px}.article-page{padding-top:30px}.article-header>p{font-size:16px}.article-byline{gap:8px 14px}.article-author-card{width:100%;border-radius:7px}.article-hero-image{height:58vw;margin-top:28px;border-radius:0}.article-layout{margin-top:28px}.article-toc nav{grid-template-columns:1fr}.article-prose{font-size:16px;line-height:1.72}.article-prose h2{font-size:26px}.article-prose h3{font-size:21px}.article-expert-quote{padding:26px 22px!important}.article-rating{align-items:flex-start;flex-direction:column;padding:18px}.article-share strong{width:100%}.article-share a,.article-share button{flex:1 1;justify-content:center}.article-comments{margin-top:48px}.article-comments-heading{align-items:flex-start}.article-comments-heading p{max-width:260px}.article-comments form{gap:17px;padding:20px 18px 18px 21px}.article-comment-actions{align-items:stretch;flex-direction:column}.article-comment-actions>span{order:2;text-align:right}.article-comments form .button{width:100%;min-width:0}.article-comments-empty{align-items:flex-start;padding:18px}.author-hero{padding-top:35px}.author-hero-grid{grid-template-columns:1fr;gap:22px}.author-page-avatar{width:120px;height:120px;font-size:40px}.author-credentials{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.hero-media{transform:none!important}}.site-header{height:92px;background:rgba(255,255,255,.94)}.header-inner{gap:28px}.header-brand{gap:14px}.footer-brand .brand-mark,.header-brand .brand-mark{width:44px;height:56px;border-radius:6px}.brand-copy{display:grid;grid-gap:2px;gap:2px}.brand-copy strong{font-size:18px;line-height:1.15}.brand-copy small{color:var(--muted);font-size:10px;font-weight:700}.main-nav{gap:clamp(15px,1.65vw,26px);font-size:13px}.header-actions{gap:12px}.header-actions .city-link{max-width:105px}.header-phone{display:grid;text-align:right;white-space:nowrap}.header-phone strong{font-size:15px;line-height:1.2}.header-phone small{margin-top:3px;color:var(--muted);font-size:10px}.header-actions>.button{min-height:48px;padding-inline:20px}.hero{min-height:min(800px,calc(100svh - 92px))}.hero-live{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:7px;margin-bottom:20px;padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:5px;color:rgba(255,255,255,.76);background:rgba(15,16,18,.34);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px}.hero-live>span,.live-eyebrow>span{width:7px;height:7px;display:inline-block;border-radius:50%;background:#38c985;box-shadow:0 0 0 5px rgba(56,201,133,.13)}.hero-microcopy{display:block;margin-top:12px;color:rgba(255,255,255,.57)}.section-heading-centered{max-width:900px;margin-inline:auto;text-align:center}.section-heading-centered h2{margin-inline:auto}.section-heading-centered>p{margin:18px auto 0}.audience-grid-detailed{box-shadow:0 22px 60px rgba(23,24,27,.07)}.audience-button{margin-top:4px}.audience-button-light{color:var(--ink);border-color:white;background:white}.process-section{background:#eef0f2}.home-timeline{position:relative;max-width:1040px;margin:0 auto}.home-timeline:before{content:"";position:absolute;top:28px;bottom:28px;left:29px;width:1px;background:#cbd0d7}.home-timeline>article{position:relative;display:grid;grid-template-columns:60px minmax(0,1fr);grid-gap:28px;gap:28px;padding:0 0 28px}.home-timeline>article:last-child{padding-bottom:0}.timeline-number{position:relative;z-index:1;width:60px;height:60px;display:grid;place-items:center;border:1px solid #bfc5cd;border-radius:50%;color:var(--red);background:#eef0f2;font-family:Unbounded;font-size:12px;font-weight:800}.timeline-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr);grid-gap:8px 38px;gap:8px 38px;padding:4px 0 32px;border-bottom:1px solid #cbd0d7}.timeline-card h3{margin:0;font-size:25px}.timeline-card>p{margin:8px 0 0;color:var(--muted);line-height:1.7}.timeline-card>div{grid-column:2;grid-row:1/3;align-self:start;padding-left:24px;border-left:1px solid #cbd0d7}.timeline-card small,.timeline-card span{display:block}.timeline-card small{margin-bottom:7px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.timeline-card span{line-height:1.55}.timeline-card>strong{display:flex;align-items:center;gap:8px;margin-top:13px;color:var(--green);font-size:13px}.timeline-card>strong svg{width:18px;flex:0 0 auto}.protected-cta{padding:86px 0;color:white;background:#191a1d}.protected-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:64px}.protected-cta h2{max-width:760px;margin:0;font-family:Unbounded;font-size:clamp(32px,4vw,52px);line-height:1.12}.protected-cta p{margin:18px 0 0;color:rgba(255,255,255,.62);font-size:17px}.protected-cta-inner>div:last-child{display:grid;grid-gap:11px;gap:11px;flex:0 0 auto;text-align:center}.protected-cta small{color:rgba(255,255,255,.52)}.protected-master-link{color:white;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.catalog-city-control{min-width:210px;display:grid;justify-items:end;grid-gap:8px;gap:8px}.catalog-city-control>span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalog-city-control .city-link{max-width:none;min-height:46px;padding:0 16px;border:1px solid var(--line);border-radius:5px;background:white}.catalog-description{max-width:680px;margin:-24px 0 34px;color:var(--muted);line-height:1.7}.home-faq{max-width:960px;margin-inline:auto}.home-faq-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.home-faq-tabs button{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:5px;color:var(--muted);background:white;font-weight:800;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.home-faq-tabs button:hover{transform:translateY(-1px);border-color:#aab0b8}.home-faq-tabs button.is-active{color:white;border-color:var(--ink);background:var(--ink)}.home-faq-list{border-top:1px solid var(--line)}.home-faq-list article{border-bottom:1px solid var(--line)}.home-faq-list article>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer;font-size:18px;font-weight:800}.home-faq-list article>button svg{flex:0 0 auto;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.home-faq-list article.is-open>button svg{transform:rotate(180deg)}.home-faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s cubic-bezier(.2,.8,.2,1),opacity .22s ease}.home-faq-answer>div{overflow:hidden}.home-faq-answer p{max-width:760px;margin:0 0 25px;color:var(--muted);line-height:1.75}.home-faq-list article.is-open .home-faq-answer{grid-template-rows:1fr;opacity:1}.questions-cta{color:white;background:var(--red)}.questions-cta-inner{min-height:190px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px}.questions-cta-inner>svg{width:42px;height:42px}.questions-cta h2{margin:0;font-family:Unbounded;font-size:30px}.questions-cta p{margin:7px 0 0;color:rgba(255,255,255,.74)}.questions-cta .button{border-color:white}.partners-section{background:white}.market-title{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:40px;gap:40px;align-items:start;margin-bottom:46px}.market-title>span{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.market-title h2{max-width:910px;margin:0;font-family:Unbounded;font-size:clamp(30px,4vw,48px);line-height:1.15;text-transform:uppercase}.partner-grid{display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid var(--line)}.partner-grid article{min-height:150px;display:flex;align-items:center;gap:16px;padding:24px;border-right:1px solid var(--line)}.partner-grid article:last-child{border-right:0}.partner-logo{width:42px;height:42px;flex:0 0 42px;object-fit:contain}.partner-grid span,.partner-grid strong{display:block}.partner-grid span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}.live-eyebrow{display:flex;align-items:center;gap:10px}.footer-grid{grid-template-columns:1.45fr repeat(3,1fr)}.footer-brand .brand-copy small{color:rgba(255,255,255,.46)}.footer-intro>p{max-width:390px}.footer-phone{display:grid;width:-moz-fit-content;width:fit-content;margin-top:24px;font-size:18px;font-weight:800}.footer-phone small{margin-top:4px;color:rgba(255,255,255,.4);font-size:10px;font-weight:700}.footer-legal{display:flex;flex-wrap:wrap;gap:24px;margin-top:58px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.48);font-size:12px}.footer-bottom{margin-top:20px}@media (max-width:1180px){.site-header{height:76px}.header-brand .brand-mark{width:32px;height:42px}.brand-copy small,.header-phone{display:none}.main-nav{gap:14px;font-size:12px}.hero{min-height:min(790px,calc(100svh - 76px))}}@media (max-width:980px){.site-header{height:68px}.main-nav{inset:68px 0 auto}.header-brand .brand-mark{width:24px;height:30px;border-radius:3px}.timeline-card{grid-template-columns:1fr}.timeline-card>div{grid-column:1;grid-row:auto;padding:16px 0 0;border-top:1px solid #cbd0d7;border-left:0}.protected-cta-inner{align-items:flex-start;flex-direction:column;gap:32px}.market-title{grid-template-columns:1fr;gap:12px}.partner-grid{grid-template-columns:repeat(2,1fr)}.partner-grid article:nth-child(2),.partner-grid article:nth-child(4){border-right:0}.partner-grid article:nth-child(-n+4){border-bottom:1px solid var(--line)}.partner-grid article:nth-child(5){grid-column:1/-1}}@media (max-width:680px){.header-brand .brand-mark{width:22px;height:28px}.brand-copy strong{font-size:14px}.hero-live{margin-bottom:14px}.hero-microcopy{text-align:center}.home-timeline:before{left:20px}.home-timeline>article{grid-template-columns:42px minmax(0,1fr);gap:14px;padding-bottom:22px}.timeline-number{width:42px;height:42px;font-size:10px}.timeline-card{padding-bottom:24px}.timeline-card h3{font-size:20px}.protected-cta{padding:62px 0}.protected-cta .button,.protected-cta-inner>div:last-child{width:100%}.catalog-city-control{justify-items:start;margin-top:22px}.catalog-description{margin-top:-12px}.home-faq-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;margin-right:-12px;padding-right:12px;scrollbar-width:none}.home-faq-tabs::-webkit-scrollbar{display:none}.home-faq-tabs button{flex:0 0 auto}.home-faq-list article>button{font-size:16px}.questions-cta-inner{grid-template-columns:auto 1fr;padding-block:34px}.questions-cta-inner .button{grid-column:1/-1;width:100%}.questions-cta h2{font-size:24px}.market-title h2{font-size:29px}.partner-grid{grid-template-columns:1fr}.partner-grid article{min-height:112px;border-right:0;border-bottom:1px solid var(--line)}.partner-grid article:last-child{border-bottom:0}.partner-grid article:nth-child(5){grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child,.footer-intro{grid-column:1/-1}.footer-legal{flex-direction:column;gap:12px}}.about-page{background:white}.about-hero{position:relative;overflow:hidden;padding:112px 0 74px;border-bottom:1px solid var(--line);background:#f4f5f6}.about-hero:after{content:"01";position:absolute;right:max(4vw,32px);bottom:-46px;color:rgba(23,24,27,.045);font-family:Unbounded,sans-serif;font-size:clamp(150px,21vw,330px);line-height:1;pointer-events:none}.about-hero .shell{position:relative;z-index:1}.about-cta h2,.about-heading h2,.about-hero h1{margin:0;font-family:Unbounded,sans-serif;letter-spacing:0}.about-hero h1{max-width:940px;font-size:clamp(36px,4.4vw,60px);line-height:1.12;text-wrap:balance}.about-hero>.shell>p{max-width:720px;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.about-values{display:grid;grid-template-columns:repeat(4,1fr);max-width:980px;margin-top:54px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.about-values>div{min-height:116px;display:flex;align-items:center;gap:13px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.7);font-size:13px;font-weight:800;line-height:1.45}.about-values svg{width:25px;height:25px;flex:0 0 auto;color:var(--red)}.about-section{padding:112px 0}.about-heading{margin-bottom:48px}.about-heading-center{max-width:860px;margin-inline:auto;text-align:center}.about-heading h2{font-size:clamp(32px,4vw,52px);line-height:1.14}.about-heading p{max-width:650px;margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.72}.about-intro{max-width:850px;margin:-12px auto 46px;color:var(--ink);text-align:center;font-size:18px;line-height:1.75}.about-intro strong,.about-mission strong{color:var(--red)}.about-role-section{background:white}.about-role-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.about-role-card{min-height:310px;padding:27px;background:white;transition:background .25s ease,transform .25s ease}.about-role-card:hover{position:relative;z-index:1;transform:translateY(-5px);background:#fafafa;box-shadow:var(--shadow)}.about-role-card>svg{width:32px;height:32px;display:block;margin:27px 0 22px;color:var(--red)}.about-role-card h3{margin:0 0 9px;font-size:19px;line-height:1.35}.about-role-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.about-tag{display:inline-flex;padding:5px 9px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.about-tag-customer{color:#0f4c9a;background:#e5efff}.about-tag-master{color:#18734d;background:#e2f5eb}.about-tag-both{color:#742bb2;background:#f0e4ff}.about-problem-section{background:#1c1d20;color:white}.about-problem-section .about-heading p{color:rgba(255,255,255,.65)}.about-problem-section .about-mission strong{color:#ff8295}.about-problem-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.about-problem-grid article{display:grid;grid-template-columns:48px 1fr;grid-gap:18px;gap:18px;min-height:184px;padding:28px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);transition:background .2s ease}.about-problem-grid article:hover{background:rgba(255,255,255,.05)}.about-problem-grid article>div{width:46px;height:46px;display:grid;place-items:center;border-radius:6px;color:#ff8295;background:rgba(239,23,56,.15)}.about-problem-grid svg{width:23px;height:23px}.about-problem-grid h3{margin:2px 0 8px;font-size:18px}.about-problem-grid p{margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.6}.about-guarantee-section{background:#f4f5f6}.about-guarantee-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.about-guarantee-grid article{min-height:308px;padding:28px;background:white;transition:transform .23s ease,box-shadow .23s ease}.about-guarantee-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.about-guarantee-grid svg{width:36px;height:36px;color:var(--red)}.about-guarantee-grid h3{margin:82px 0 12px;font-size:20px}.about-guarantee-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.about-stats{padding:84px 0;color:white;background:var(--red)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-stats-grid>div{min-height:130px;display:flex;flex-direction:column;justify-content:center;padding:16px 30px;border-left:1px solid rgba(255,255,255,.34)}.about-stats-grid>div:last-child{border-right:1px solid rgba(255,255,255,.34)}.about-stats strong{font-family:Unbounded,sans-serif;font-size:clamp(26px,3vw,42px);line-height:1.15}.about-stats span{margin-top:9px;color:rgba(255,255,255,.82);font-size:14px;font-weight:700}.about-stats small{margin-top:4px;color:rgba(255,255,255,.58);font-size:11px}.about-team-section{background:white}.about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;text-align:center}.about-team-grid article{padding:8px 22px 0}.about-team-avatar{width:150px;height:150px;margin:0 auto 22px;border:8px solid #f0f1f3;border-radius:50%;background:linear-gradient(135deg,#dde1e5,#c4c9ce)}.about-team-grid article:nth-child(2) .about-team-avatar{background:linear-gradient(135deg,#f4b5bf,#e36a7d)}.about-team-grid article:nth-child(3) .about-team-avatar{background:linear-gradient(135deg,#d4d9de,#9ca5ae)}.about-team-grid h3{margin:0;font-size:20px}.about-team-grid strong{display:block;margin-top:7px;color:var(--red);font-size:13px}.about-team-grid p{max-width:315px;margin:14px auto 0;color:var(--muted);font-size:14px;line-height:1.65}.about-partners{padding:68px 0;border-block:1px solid var(--line);background:#f4f5f6}.about-partners .about-heading{margin-bottom:30px}.about-partners .about-heading h2{max-width:680px;margin-inline:auto;font-family:Manrope,sans-serif;font-size:22px;font-weight:800}.about-partner-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.about-partner-row>div{width:148px;height:78px;display:grid;place-items:center;padding:13px;border:1px solid var(--line);border-radius:5px;background:white}.about-partner-row img{display:block;width:auto;height:auto;max-width:100%;max-height:50px;object-fit:contain}.about-legal-section{background:#f4f5f6}.about-legal-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:22px;gap:22px;align-items:start}.about-legal-links,.about-requisites{border:1px solid var(--line);background:white}.about-requisites{padding:10px 28px}.about-requisites>div{display:flex;justify-content:space-between;gap:28px;padding:17px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.5}.about-requisites>div:last-child{border-bottom:0}.about-requisites span{color:var(--muted)}.about-requisites strong{max-width:62%;text-align:right}.about-legal-links{display:grid;grid-gap:1px;gap:1px;padding:1px;background:var(--line)}.about-legal-links a{min-height:70px;display:flex;align-items:center;gap:13px;padding:16px 18px;background:white;font-size:14px;font-weight:800;transition:color .2s ease,background .2s ease}.about-legal-links a:hover{color:var(--red);background:#fff8f9}.about-legal-links svg{width:21px;flex:0 0 auto;color:var(--red)}.about-faq-section{background:white}.about-faq-list{max-width:860px;margin:0 auto;border-top:1px solid var(--line)}.about-faq-list article{border-bottom:1px solid var(--line)}.about-faq-list button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:26px 0;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer;font-size:18px;font-weight:800}.about-faq-list button svg{flex:0 0 auto;transition:transform .28s cubic-bezier(.2,.8,.2,1)}.about-faq-list article.is-open button svg{transform:rotate(180deg);color:var(--red)}.about-faq-list article>div{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease,opacity .2s ease}.about-faq-list article.is-open>div{grid-template-rows:1fr;opacity:1}.about-faq-list article>div>p{overflow:hidden;max-width:750px;margin:0;color:var(--muted);line-height:1.75}.about-faq-list article.is-open>div>p{padding-bottom:26px}.about-cta{padding:88px 0;color:white;text-align:center;background:#1c1d20}.about-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.15}.about-cta p{margin:16px auto 36px;color:rgba(255,255,255,.64);font-size:17px}.about-cta>.shell>div{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.about-cta .button{min-width:208px}.about-cta-outline{border-color:rgba(255,255,255,.55);color:white;background:transparent}.about-cta-outline:hover{background:rgba(255,255,255,.12)}.about-contacts-section{background:white}.about-contacts-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:24px;gap:24px}.about-contact-list{display:flex;flex-direction:column;gap:25px;padding:30px;border:1px solid var(--line)}.about-contact-list>div:not(.about-contact-buttons){display:grid;grid-gap:7px;gap:7px}.about-contact-list span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.about-contact-list a:not(.button),.about-contact-list strong{font-size:20px;line-height:1.4}.about-contact-list a:not(.button):hover{color:var(--red)}.about-contact-list p{margin:-2px 0 0;color:var(--muted);font-size:13px}.about-contact-buttons{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.about-contact-buttons .button{min-height:44px;padding-inline:16px;font-size:13px}.about-map{min-height:390px;position:relative;display:grid;place-items:center;align-content:center;grid-gap:14px;gap:14px;overflow:hidden;border:1px solid var(--line);color:var(--muted);background:repeating-linear-gradient(45deg,#f7f7f8,#f7f7f8 12px,#f0f1f2 0,#f0f1f2 13px);text-align:center;font-size:13px;font-weight:800}.about-map:after,.about-map:before{content:"";position:absolute;width:46%;height:1px;background:#d6d9dd;transform:rotate(-22deg)}.about-map:after{transform:rotate(58deg)}.about-map span,.about-map svg{position:relative;z-index:1}.about-map svg{width:36px;height:36px;color:var(--red)}.about-map span{max-width:250px}@media (max-width:980px){.about-hero{padding-top:86px}.about-guarantee-grid,.about-role-grid,.about-values{grid-template-columns:repeat(2,1fr)}.about-team-grid{gap:26px}.about-contacts-grid,.about-legal-grid{grid-template-columns:1fr}.about-map{min-height:320px}}@media (max-width:680px){.about-hero{padding:66px 0 54px}.about-hero h1{font-size:32px}.about-hero>.shell>p{font-size:16px}.about-values{margin-top:35px}.about-values>div{min-height:102px;padding:16px;font-size:12px}.about-section{padding:76px 0}.about-heading{margin-bottom:34px}.about-heading h2{font-size:30px}.about-heading p,.about-intro{font-size:16px}.about-intro{margin-bottom:30px;text-align:left}.about-guarantee-grid,.about-problem-grid,.about-role-grid,.about-team-grid{grid-template-columns:1fr}.about-role-card{min-height:auto}.about-guarantee-grid article{min-height:240px}.about-guarantee-grid h3{margin-top:52px}.about-stats{padding:52px 0}.about-stats-grid{grid-template-columns:1fr 1fr}.about-stats-grid>div{min-height:118px;padding:15px}.about-stats-grid>div:nth-child(2){border-right:1px solid rgba(255,255,255,.34)}.about-stats-grid>div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.34)}.about-team-grid{gap:42px}.about-team-avatar{width:130px;height:130px}.about-partners{padding:54px 0}.about-partner-row{justify-content:flex-start}.about-requisites{padding:8px 18px}.about-requisites>div{flex-direction:column;gap:5px}.about-requisites strong{max-width:none;text-align:left}.about-faq-list button{padding:21px 0;font-size:16px}.about-cta{padding:66px 0}.about-cta .button,.about-cta>.shell>div{width:100%}.about-contact-list{padding:24px 20px}.about-contact-list a:not(.button),.about-contact-list strong{font-size:18px}.about-map{min-height:280px}}.customers-hero{position:relative;overflow:hidden;color:white;background:#18191c}.customers-hero-grid{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 0);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 48%);mask-image:linear-gradient(90deg,transparent,#000 48%)}.customers-hero:after{content:"02";position:absolute;right:-22px;bottom:-66px;color:rgba(255,255,255,.035);font-family:Unbounded,sans-serif;font-size:clamp(180px,24vw,360px);line-height:1;pointer-events:none}.customers-hero-inner{min-height:690px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.72fr);align-items:center;grid-gap:clamp(54px,8vw,120px);gap:clamp(54px,8vw,120px);padding-block:88px 96px}.customers-hero-copy{animation:customers-rise .7s cubic-bezier(.2,.8,.2,1) both}.customers-cabinet-copy h2,.customers-faq-grid h2,.customers-final-cta h2,.customers-heading-split h2,.customers-hero-copy h1,.customers-payment-heading h2,.customers-section-heading h2{margin:0;font-family:Unbounded,sans-serif;letter-spacing:0}.customers-hero-copy h1{max-width:700px;font-size:clamp(38px,4.35vw,62px);line-height:1.08;text-wrap:balance}.customers-hero-copy>p{max-width:660px;margin:25px 0 32px;color:rgba(255,255,255,.68);font-size:clamp(17px,1.75vw,21px);line-height:1.65}.customers-hero-actions{display:flex;flex-wrap:wrap;gap:11px}.customers-button-light{border-color:rgba(255,255,255,.36);background:transparent}.customers-button-light:hover{background:rgba(255,255,255,.1)}.customers-hero-copy>small{display:block;margin-top:15px;color:rgba(255,255,255,.46);font-size:11px}.customers-order-card{position:relative;padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(7,8,10,.66);box-shadow:0 36px 90px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);animation:customers-rise .7s cubic-bezier(.2,.8,.2,1) .12s both}.customers-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:21px}.customers-order-head span,.customers-order-head strong{display:block}.customers-order-head span{margin-bottom:5px;color:rgba(255,255,255,.42);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.customers-order-head strong{font-size:18px}.customers-order-head b{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid rgba(78,211,145,.28);border-radius:4px;color:#8fe5ba;background:rgba(47,169,108,.09);font-size:10px}.customers-order-head b span{width:6px;height:6px;margin:0;border-radius:50%;background:#4ed391;box-shadow:0 0 0 4px rgba(78,211,145,.12)}.customers-order-progress{height:3px;margin-bottom:8px;background:rgba(255,255,255,.12)}.customers-order-progress span{height:100%;display:block;background:var(--red)}.customers-order-stage{display:grid;grid-template-columns:38px 1fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:78px;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.4)}.customers-order-stage>svg{width:20px}.customers-order-stage small,.customers-order-stage strong{display:block}.customers-order-stage small{margin-bottom:5px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.customers-order-stage strong{color:rgba(255,255,255,.58);font-size:13px}.customers-order-stage>span{font-size:10px;font-weight:800}.customers-order-stage.is-complete>svg{color:#62d7a0}.customers-order-stage.is-active{color:#ff8295}.customers-order-stage.is-active>svg{color:var(--red)}.customers-order-stage.is-active strong{color:white}.customers-order-stage.is-active>span{padding:5px 7px;border-radius:3px;color:white;background:var(--red)}.customers-order-total{display:grid;grid-template-columns:1fr auto;grid-gap:5px 16px;gap:5px 16px;align-items:center;padding-top:20px}.customers-order-total span{color:rgba(255,255,255,.42);font-size:10px}.customers-order-total strong{grid-column:1;font-size:13px}.customers-order-total svg{grid-column:2;grid-row:1/3;color:#8fe5ba}@keyframes customers-rise{0%{opacity:0;transform:translateY(18px)}}.customers-proof{border-bottom:1px solid var(--line);background:white}.customers-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.customers-proof-grid>div{min-height:122px;display:flex;align-items:center;gap:15px;padding:24px 28px;border-left:1px solid var(--line)}.customers-proof-grid>div:last-child{border-right:1px solid var(--line)}.customers-proof-grid strong{color:var(--red);font-family:Unbounded,sans-serif;font-size:34px}.customers-proof-grid svg{width:27px;height:27px;flex:0 0 auto;color:var(--red)}.customers-proof-grid span{max-width:170px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.45}.customers-control-section{background:white}.customers-heading-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);grid-gap:8vw;gap:8vw;align-items:end;margin-bottom:50px}.customers-heading-split h2{max-width:790px;font-size:clamp(34px,4.4vw,58px);line-height:1.1}.customers-heading-split>p{margin:0 0 4px;color:var(--muted);font-size:17px;line-height:1.72}.customers-control-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.customers-control-grid article{min-height:340px;display:flex;flex-direction:column;padding:27px;background:white;transition:transform .24s ease,box-shadow .24s ease}.customers-control-grid article:hover{position:relative;z-index:1;transform:translateY(-6px);box-shadow:var(--shadow)}.customers-control-grid article>div{display:flex;align-items:center;justify-content:space-between;color:var(--red)}.customers-control-grid article>div span{color:var(--muted);font-family:Unbounded,sans-serif;font-size:11px}.customers-control-grid article svg{width:31px;height:31px}.customers-control-grid h3{margin:auto 0 14px;font-size:21px;line-height:1.3}.customers-control-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.customers-process-section{background:var(--paper)}.customers-section-heading{max-width:880px;margin-inline:auto;text-align:center}.customers-section-heading h2{max-width:none}.customers-section-heading>p{max-width:670px;margin-inline:auto}.customers-process-list{position:relative;max-width:950px;margin:0 auto;border-top:1px solid var(--line)}.customers-process-list article{display:grid;grid-template-columns:78px 1fr 42px;grid-gap:25px;gap:25px;align-items:center;min-height:150px;border-bottom:1px solid var(--line)}.customers-process-list article>span{color:var(--red);font-family:Unbounded,sans-serif;font-size:12px}.customers-process-list h3{margin:0 0 8px;font-size:22px}.customers-process-list p{max-width:690px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.customers-process-list article>svg{width:21px;color:#aeb4bc;transition:color .2s ease,transform .2s ease}.customers-process-list article:hover>svg{color:var(--red);transform:translateX(5px)}.customers-cabinet-section{padding:112px 0;overflow:hidden;color:white;background:#1b1c1f}.customers-cabinet-grid{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(570px,1.15fr);grid-gap:clamp(60px,8vw,120px);gap:clamp(60px,8vw,120px);align-items:center}.customers-cabinet-copy h2{max-width:590px;font-size:clamp(35px,4.4vw,57px);line-height:1.1}.customers-cabinet-copy>p{margin:23px 0 28px;color:rgba(255,255,255,.62);font-size:16px;line-height:1.75}.customers-cabinet-copy ul{display:grid;grid-gap:0;gap:0;margin:0 0 31px;padding:0;list-style:none}.customers-cabinet-copy li{display:flex;gap:11px;padding:13px 0;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.78);font-size:13px;font-weight:700}.customers-cabinet-copy li svg{width:17px;flex:0 0 auto;color:#77dda9}.customers-arrow-link{color:white}.customers-cabinet-mock{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#f2f3f5;box-shadow:0 38px 90px rgba(0,0,0,.34);transform:perspective(1100px) rotateY(-4deg) rotateX(1deg);transform-origin:left center}.customers-mock-top{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:#7d838c;border-bottom:1px solid #d8dbe0;background:white}.customers-mock-top>div{display:flex;gap:5px}.customers-mock-top>div span{width:7px;height:7px;border-radius:50%;background:#ced2d7}.customers-mock-top>div span:first-child{background:var(--red)}.customers-mock-top small{font-size:9px;font-weight:800;text-transform:uppercase}.customers-mock-body{min-height:450px;display:grid;grid-template-columns:58px 1fr}.customers-mock-body aside{display:flex;flex-direction:column;align-items:center;gap:21px;padding:17px 10px;color:white;background:#17181b}.customers-mock-body aside strong{width:31px;height:31px;display:grid;place-items:center;border-radius:4px;background:var(--red);font-size:10px}.customers-mock-body aside span{width:18px;height:5px;border-radius:4px;background:rgba(255,255,255,.18)}.customers-mock-body aside span.is-active{background:var(--red)}.customers-mock-main{min-width:0;padding:27px;color:var(--ink)}.customers-mock-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.customers-mock-title small,.customers-mock-title strong{display:block}.customers-mock-title small{margin-bottom:7px;color:#9298a1;font-size:8px;font-weight:800;letter-spacing:.12em}.customers-mock-title strong{font-family:Unbounded,sans-serif;font-size:18px}.customers-mock-title b{padding:6px 8px;border-radius:3px;color:#156d48;background:#def4e8;font-size:9px}.customers-mock-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:25px 0 16px;padding:20px;color:white;border-radius:5px;background:#24262a}.customers-mock-summary small,.customers-mock-summary strong{display:block}.customers-mock-summary small{margin-bottom:8px;color:rgba(255,255,255,.44);font-size:8px}.customers-mock-summary strong{font-size:13px}.customers-mock-summary button{height:34px;padding:0 12px;border:0;border-radius:4px;color:white;background:var(--red);font-size:9px;font-weight:800}.customers-mock-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.customers-mock-columns>div{min-width:0;padding:17px;border:1px solid #d7dbe0;border-radius:5px;background:white}.customers-mock-columns>div>small{display:block;margin-bottom:11px;color:#8c929b;font-size:8px;font-weight:800;letter-spacing:.1em}.customers-mock-columns span{display:grid;grid-template-columns:18px 1fr auto;align-items:center;grid-gap:7px;gap:7px;min-height:44px;border-top:1px solid #e5e7ea;font-size:9px;font-weight:700}.customers-mock-columns span svg{width:14px;color:#828994}.customers-mock-columns span b{padding:3px 4px;color:#a60e25;background:#ffe5e9;font-size:7px}.customers-mock-columns span i{color:#a2a7ae;font-size:7px;font-style:normal}.customers-mock-columns span.is-current{color:#a60e25}.customers-mock-columns span.is-current svg{color:var(--red)}.customers-payment-section{padding:112px 0;color:white;background:var(--red)}.customers-payment-heading{display:grid;grid-template-columns:1fr .65fr;grid-gap:8vw;gap:8vw;align-items:end;margin-bottom:52px}.customers-payment-heading .eyebrow{grid-column:1/-1;margin-bottom:-8px;color:rgba(255,255,255,.72)}.customers-payment-heading h2{max-width:780px;font-size:clamp(36px,4.8vw,62px);line-height:1.08}.customers-payment-heading p{margin:0 0 5px;color:rgba(255,255,255,.76);font-size:16px;line-height:1.72}.customers-payment-flow{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.38);border-left:1px solid rgba(255,255,255,.38)}.customers-payment-flow>div{min-height:298px;display:flex;flex-direction:column;padding:25px;border-right:1px solid rgba(255,255,255,.38);border-bottom:1px solid rgba(255,255,255,.38)}.customers-payment-flow>div>span{color:rgba(255,255,255,.6);font-family:Unbounded,sans-serif;font-size:10px}.customers-payment-flow svg{width:30px;height:30px;margin-top:28px}.customers-payment-flow strong{margin-top:auto;font-size:18px;line-height:1.35}.customers-payment-flow p{margin:10px 0 0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.55}.customers-protection-section{background:white}.customers-protection-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.customers-protection-grid article{min-height:285px;padding:26px;border:1px solid var(--line);background:white;transition:border-color .2s ease,transform .2s ease}.customers-protection-grid article:hover{transform:translateY(-4px);border-color:#aeb5bd}.customers-protection-grid svg{width:31px;height:31px;color:var(--red)}.customers-protection-grid h3{margin:93px 0 12px;font-size:20px}.customers-protection-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.customers-faq-section{background:var(--paper)}.customers-faq-grid{display:grid;grid-template-columns:minmax(280px,.65fr) 1.1fr;grid-gap:10vw;gap:10vw;align-items:start}.customers-faq-grid h2{max-width:500px;font-size:clamp(34px,4vw,52px);line-height:1.12}.customers-faq-grid>div:first-child>p{max-width:430px;margin:20px 0 0;color:var(--muted);line-height:1.7}.landing-faq-list{border-top:1px solid var(--line)}.landing-faq-list article{border-bottom:1px solid var(--line)}.landing-faq-list button{width:100%;min-height:92px;display:grid;grid-template-columns:45px 1fr 24px;grid-gap:18px;gap:18px;align-items:center;padding:0;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.landing-faq-list button span{color:var(--red);font-family:Unbounded,sans-serif;font-size:10px}.landing-faq-list button strong{font-size:17px;line-height:1.45}.landing-faq-list button i{color:var(--muted);font-size:25px;font-style:normal;font-weight:400;transition:color .18s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1)}.landing-faq-list article.is-open button i{color:var(--red);transform:rotate(45deg)}.landing-faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1),opacity .18s cubic-bezier(.22,1,.36,1)}.landing-faq-answer>div{overflow:hidden}.landing-faq-answer p{margin:-8px 42px 0 63px;padding-bottom:27px;color:var(--muted);font-size:14px;line-height:1.72;opacity:0;filter:blur(2px);transform:translateY(-7px);transition:opacity .2s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.landing-faq-list article.is-open .landing-faq-answer{grid-template-rows:1fr;opacity:1}.landing-faq-list article.is-open .landing-faq-answer p{opacity:1;filter:blur(0);transform:translateY(0)}.customers-final-cta{padding:92px 0;color:white;background:#17181b}.customers-final-cta-inner{display:grid;grid-template-columns:1.15fr .6fr;grid-gap:9vw;gap:9vw;align-items:end}.customers-final-cta h2{max-width:790px;font-size:clamp(36px,4.7vw,61px);line-height:1.1}.customers-final-cta p{margin:0 0 25px;color:rgba(255,255,255,.62);line-height:1.7}@media (max-width:980px){.customers-hero-inner{min-height:auto;grid-template-columns:1fr;gap:52px;padding-block:76px}.customers-order-card{width:min(620px,100%);margin-left:auto}.customers-proof-grid{grid-template-columns:repeat(2,1fr)}.customers-proof-grid>div:nth-child(2){border-right:1px solid var(--line)}.customers-proof-grid>div:nth-child(n+3){border-top:1px solid var(--line)}.customers-final-cta-inner,.customers-heading-split,.customers-payment-heading{grid-template-columns:1fr;gap:24px;align-items:start}.customers-control-grid,.customers-payment-flow,.customers-protection-grid{grid-template-columns:repeat(2,1fr)}.customers-cabinet-grid{grid-template-columns:1fr}.customers-cabinet-copy{max-width:680px}.customers-cabinet-mock{max-width:760px;margin-left:auto;transform:none}.customers-faq-grid{grid-template-columns:1fr;gap:48px}.customers-faq-grid>div:first-child{max-width:680px}}@media (max-width:680px){.customers-hero-inner{padding-block:58px 62px}.customers-hero-copy h1{font-size:34px}.customers-hero-copy>p{font-size:16px}.customers-hero-actions,.customers-hero-actions .button{width:100%}.customers-order-card{padding:18px}.customers-order-head strong{font-size:15px}.customers-order-stage{grid-template-columns:30px 1fr auto}.customers-proof-grid{width:100%;grid-template-columns:1fr}.customers-proof-grid>div{min-height:92px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.customers-proof-grid>div:last-child{border-bottom:0}.customers-heading-split{margin-bottom:35px}.customers-cabinet-copy h2,.customers-faq-grid h2,.customers-final-cta h2,.customers-heading-split h2,.customers-payment-heading h2,.customers-section-heading h2{font-size:31px}.customers-heading-split>p{font-size:15px}.customers-control-grid,.customers-payment-flow,.customers-protection-grid{grid-template-columns:1fr}.customers-control-grid article{min-height:270px}.customers-process-list article{grid-template-columns:44px 1fr;gap:14px;padding:24px 0}.customers-process-list article>svg{display:none}.customers-process-list h3{font-size:19px}.customers-cabinet-section,.customers-payment-section{padding:78px 0}.customers-cabinet-grid{gap:42px}.customers-cabinet-mock{width:690px;transform:scale(.5);transform-origin:top left;margin-bottom:-225px}.customers-payment-heading{margin-bottom:35px}.customers-payment-heading .eyebrow{margin-bottom:0}.customers-payment-flow>div{min-height:235px}.customers-protection-grid article{min-height:240px}.customers-protection-grid h3{margin-top:58px}.customers-faq-grid{gap:34px}.landing-faq-list button{min-height:82px;grid-template-columns:34px 1fr 18px;gap:10px}.landing-faq-list button strong{font-size:15px}.landing-faq-answer p{margin-left:44px;margin-right:20px}.customers-final-cta{padding:70px 0}.customers-final-cta .button,.customers-final-cta-inner>div:last-child{width:100%}}@media (prefers-reduced-motion:reduce){.customers-hero-copy,.customers-order-card{animation:none}.landing-faq-answer,.landing-faq-answer p,.landing-faq-list button i{transition:none}}.masters-hero{position:relative;overflow:hidden;background:#f1f2f4}.masters-hero:after{content:"03";position:absolute;right:-32px;bottom:-72px;color:rgba(22,23,26,.035);font-family:Unbounded,sans-serif;font-size:clamp(190px,24vw,360px);line-height:1;pointer-events:none}.masters-hero-rule{position:absolute;top:0;left:max(24px,calc((100vw - 1240px) / 2));width:92px;height:7px;background:var(--red)}.masters-hero-inner{min-height:690px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,.75fr);align-items:center;grid-gap:clamp(55px,8vw,115px);gap:clamp(55px,8vw,115px);padding-block:90px 96px}.masters-board,.masters-hero-copy{animation:masters-rise .68s cubic-bezier(.22,1,.36,1) both}.masters-board{animation-delay:.11s}.masters-cabinet-copy h2,.masters-faq-grid h2,.masters-final-cta h2,.masters-heading-split h2,.masters-hero-copy h1,.masters-offer-copy h2,.masters-section-heading h2{margin:0;font-family:Unbounded,sans-serif;letter-spacing:0}.masters-hero-copy h1{max-width:690px;font-size:clamp(38px,4.3vw,62px);line-height:1.08;text-wrap:balance}.masters-hero-copy>p{max-width:640px;margin:26px 0 31px;color:var(--muted);font-size:clamp(17px,1.65vw,20px);line-height:1.65}.masters-hero-actions{display:flex;flex-wrap:wrap;gap:11px}.masters-hero-actions .button-outline{background:transparent}.masters-hero-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:20px;color:#737982;font-size:11px;font-weight:800}.masters-hero-trust span{display:flex;align-items:center;gap:7px}.masters-hero-trust svg{width:16px;color:var(--red)}@keyframes masters-rise{0%{opacity:0;transform:translateY(18px)}}.masters-board{padding:24px;border:1px solid #2c2e32;border-radius:8px;color:white;background:#1b1c1f;box-shadow:0 36px 80px rgba(20,21,24,.22)}.masters-board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px}.masters-board-head small,.masters-board-head strong{display:block}.masters-board-head small{margin-bottom:6px;color:rgba(255,255,255,.39);font-size:9px;font-weight:800;letter-spacing:.12em}.masters-board-head strong{font-family:Unbounded,sans-serif;font-size:18px}.masters-board-head b{padding:7px 9px;border-radius:3px;color:#8fe5ba;background:rgba(47,169,108,.13);font-size:9px}.masters-board-filters{display:flex;gap:7px;padding:0 0 14px}.masters-board-filters span{padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:3px;color:rgba(255,255,255,.47);font-size:9px;font-weight:800}.masters-board-filters span.is-active{border-color:var(--red);color:white;background:var(--red)}.masters-board article{margin-top:9px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(255,255,255,.035);transition:border-color .2s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.masters-board article:hover{border-color:rgba(255,255,255,.3);transform:translateY(-3px)}.masters-board article.is-featured{border-color:rgba(255,34,68,.52);background:linear-gradient(130deg,rgba(255,34,68,.11),rgba(255,255,255,.025) 65%)}.masters-board-action,.masters-board-facts,.masters-board-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.masters-board-meta{color:rgba(255,255,255,.45);font-size:9px;font-weight:700}.masters-board-facts span,.masters-board-meta span{display:flex;align-items:center;gap:5px}.masters-board-facts svg,.masters-board-meta svg{width:13px;height:13px}.masters-board-meta b{padding:4px 6px;border-radius:3px;color:#ff9cab;background:rgba(255,34,68,.15);font-size:8px}.masters-board h3{margin:18px 0 15px;font-size:17px}.masters-board-facts{color:rgba(255,255,255,.43);font-size:9px}.masters-board-facts strong{color:#8fe5ba;font-size:10px}.masters-board-action{margin:16px -18px -18px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55);font-size:9px;font-weight:800}.masters-board-action i{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--red)}.masters-board-action svg{width:13px}.masters-proof{border-block:1px solid var(--line);background:white}.masters-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.masters-proof-grid>div{min-height:118px;display:flex;align-items:center;gap:15px;padding:24px 27px;border-left:1px solid var(--line)}.masters-proof-grid>div:last-child{border-right:1px solid var(--line)}.masters-proof-grid svg{width:28px;height:28px;flex:0 0 auto;color:var(--red)}.masters-proof-grid span{max-width:175px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.45}.masters-benefits-section,.masters-guarantee-section{background:white}.masters-heading-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);grid-gap:8vw;gap:8vw;align-items:end;margin-bottom:50px}.masters-heading-split h2{max-width:820px;font-size:clamp(34px,4.4vw,58px);line-height:1.1}.masters-heading-split>p{margin:0 0 4px;color:var(--muted);font-size:17px;line-height:1.72}.masters-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.masters-benefit-grid article{min-height:340px;display:flex;flex-direction:column;padding:27px;background:white;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)}.masters-benefit-grid article:hover{position:relative;z-index:1;transform:translateY(-5px);box-shadow:var(--shadow)}.masters-benefit-grid article>div{display:flex;align-items:center;justify-content:space-between;color:var(--red)}.masters-benefit-grid article>div span{color:var(--muted);font-family:Unbounded,sans-serif;font-size:11px}.masters-benefit-grid article svg{width:31px;height:31px}.masters-benefit-grid h3{margin:auto 0 14px;font-size:21px;line-height:1.3}.masters-benefit-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.masters-offer-section{position:relative;overflow:hidden;padding:112px 0;color:white;background:var(--red)}.masters-offer-section:after{content:"70%";position:absolute;right:-28px;bottom:-34px;color:rgba(255,255,255,.07);font-family:Unbounded,sans-serif;font-size:clamp(110px,16vw,240px);font-weight:800;line-height:1;pointer-events:none}.masters-offer-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(430px,.72fr);grid-gap:clamp(65px,10vw,145px);gap:clamp(65px,10vw,145px);align-items:center}.masters-offer-copy h2{max-width:680px;font-size:clamp(36px,4.7vw,61px);line-height:1.08}.masters-offer-copy>p{max-width:630px;margin:23px 0 28px;color:rgba(255,255,255,.76);font-size:16px;line-height:1.72}.masters-offer-copy ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 28px;gap:0 28px;margin:0;padding:0;list-style:none}.masters-offer-copy li{display:flex;align-items:center;gap:8px;padding:12px 0;border-top:1px solid rgba(255,255,255,.35);font-size:12px;font-weight:800}.masters-offer-copy li svg{width:16px}.masters-offer-card{padding:26px;border-radius:8px;color:var(--ink);background:white;box-shadow:0 36px 80px rgba(112,0,17,.32);transform:rotate(1deg)}.masters-offer-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line)}.masters-offer-card-head small,.masters-offer-card-head strong{display:block}.masters-offer-card-head small{margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.12em}.masters-offer-card-head strong{font-size:18px}.masters-offer-card-head svg{width:26px;color:var(--red)}.masters-offer-card>label{display:block;padding:22px 0;border-bottom:1px solid var(--line)}.masters-offer-card label span,.masters-offer-card label strong{display:block}.masters-offer-card label span{margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.masters-offer-card label strong{font-family:Unbounded,sans-serif;font-size:27px}.masters-offer-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--line)}.masters-offer-fields label{padding:18px 0;background:white}.masters-offer-fields label+label{padding-left:18px}.masters-offer-fields label strong{font-size:14px}.masters-offer-payout{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:4px 0 18px;padding:17px;border-radius:5px;color:white;background:#1d1e21}.masters-offer-payout small,.masters-offer-payout strong{display:block}.masters-offer-payout small{margin-bottom:6px;color:rgba(255,255,255,.45);font-size:8px;font-weight:800}.masters-offer-payout strong{font-size:13px}.masters-offer-payout svg{color:#79dca9}.masters-offer-card>button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:4px;color:white;background:var(--red);font-weight:800}.masters-offer-card>button svg{width:16px}.masters-process-section{background:var(--paper)}.masters-section-heading{max-width:820px;margin-inline:auto;text-align:center}.masters-process-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.masters-process-list article{min-height:278px;display:flex;flex-direction:column;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);transition:background .18s cubic-bezier(.22,1,.36,1)}.masters-process-list article:hover{background:white}.masters-process-list article>span{color:var(--red);font-family:Unbounded,sans-serif;font-size:10px}.masters-process-list article>div{margin-top:auto}.masters-process-list h3{margin:0 0 10px;font-size:21px}.masters-process-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.masters-process-list article>svg{width:19px;margin-top:18px;color:#a8adb4;transition:color .18s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.masters-process-list article:hover>svg{color:var(--red);transform:translateX(5px)}.masters-cabinet-section{padding:112px 0;overflow:hidden;color:white;background:#1b1c1f}.masters-cabinet-grid{display:grid;grid-template-columns:minmax(570px,1.12fr) minmax(320px,.68fr);grid-gap:clamp(60px,8vw,118px);gap:clamp(60px,8vw,118px);align-items:center}.masters-cabinet-window{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#eff1f3;box-shadow:0 38px 90px rgba(0,0,0,.34);transform:perspective(1100px) rotateY(4deg) rotateX(1deg);transform-origin:right center}.masters-window-top{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:#7d838c;border-bottom:1px solid #d8dbe0;background:white}.masters-window-top>div{display:flex;gap:5px}.masters-window-top>div span{width:7px;height:7px;border-radius:50%;background:#ced2d7}.masters-window-top>div span:first-child{background:var(--red)}.masters-window-top small{font-size:9px;font-weight:800;text-transform:uppercase}.masters-window-body{min-height:440px;display:grid;grid-template-columns:58px 1fr}.masters-window-body aside{display:flex;flex-direction:column;align-items:center;gap:21px;padding:17px 10px;color:white;background:#17181b}.masters-window-body aside strong{width:31px;height:31px;display:grid;place-items:center;border-radius:4px;background:var(--red);font-size:10px}.masters-window-body aside span{width:18px;height:5px;border-radius:4px;background:rgba(255,255,255,.18)}.masters-window-body aside span.is-active{background:var(--red)}.masters-window-main{min-width:0;padding:27px;color:var(--ink)}.masters-window-title{display:flex;align-items:center;justify-content:space-between;gap:18px}.masters-window-title small,.masters-window-title strong{display:block}.masters-window-title small{margin-bottom:7px;color:#9298a1;font-size:8px;font-weight:800;letter-spacing:.12em}.masters-window-title strong{font-family:Unbounded,sans-serif;font-size:17px}.masters-window-title b{padding:6px 8px;border-radius:3px;color:#156d48;background:#def4e8;font-size:9px}.masters-window-income{display:grid;grid-template-columns:1fr auto;grid-gap:5px 18px;gap:5px 18px;align-items:center;margin:25px 0 16px;padding:18px;border-radius:5px;color:white;background:#24262a}.masters-window-income small{color:rgba(255,255,255,.43);font-size:8px;font-weight:800}.masters-window-income strong{font-size:13px}.masters-window-income span{grid-column:2;grid-row:1/3;display:flex;align-items:center;gap:7px;color:#8fe5ba;font-size:9px;font-weight:800}.masters-window-income svg{width:16px}.masters-window-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.masters-window-columns>div{min-width:0;padding:17px;border:1px solid #d7dbe0;border-radius:5px;background:white}.masters-window-columns>div>small{display:block;margin-bottom:11px;color:#8c929b;font-size:8px;font-weight:800;letter-spacing:.1em}.masters-window-columns span{display:flex;align-items:center;gap:7px;min-height:40px;border-top:1px solid #e5e7ea;font-size:9px;font-weight:700}.masters-window-columns span svg{width:14px;color:var(--red)}.masters-window-columns>div>strong{display:block;min-height:71px;font-size:12px;line-height:1.5}.masters-window-columns button{height:34px;padding:0 12px;border:0;border-radius:4px;color:white;background:var(--red);font-size:9px;font-weight:800}.masters-cabinet-copy h2{max-width:590px;font-size:clamp(35px,4.4vw,57px);line-height:1.1}.masters-cabinet-copy>p{margin:23px 0 28px;color:rgba(255,255,255,.62);font-size:16px;line-height:1.75}.masters-arrow-link{color:white}.masters-guarantee-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.masters-guarantee-grid article{min-height:285px;padding:26px;border:1px solid var(--line);background:white;transition:border-color .18s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.masters-guarantee-grid article:hover{border-color:#aeb5bd;transform:translateY(-4px)}.masters-guarantee-grid svg{width:31px;height:31px;color:var(--red)}.masters-guarantee-grid h3{margin:93px 0 12px;font-size:20px}.masters-guarantee-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.masters-faq-section{background:var(--paper)}.masters-faq-grid{display:grid;grid-template-columns:minmax(280px,.65fr) 1.1fr;grid-gap:10vw;gap:10vw;align-items:start}.masters-faq-grid h2{max-width:530px;font-size:clamp(34px,4vw,52px);line-height:1.12}.masters-faq-grid>div:first-child>p{max-width:440px;margin:20px 0 0;color:var(--muted);line-height:1.7}.masters-final-cta{padding:92px 0;color:white;background:var(--red)}.masters-final-cta-inner{display:grid;grid-template-columns:1.15fr .6fr;grid-gap:9vw;gap:9vw;align-items:end}.masters-final-cta h2{max-width:790px;font-size:clamp(36px,4.7vw,61px);line-height:1.1}.masters-final-cta p{margin:0 0 25px;color:rgba(255,255,255,.76);line-height:1.7}.masters-final-cta .button-primary{color:var(--red);background:white}@media (max-width:980px){.masters-hero-inner{min-height:auto;grid-template-columns:1fr;gap:52px;padding-block:76px}.masters-board{width:min(640px,100%);margin-left:auto}.masters-proof-grid{grid-template-columns:repeat(2,1fr)}.masters-proof-grid>div:nth-child(2){border-right:1px solid var(--line)}.masters-proof-grid>div:nth-child(n+3){border-top:1px solid var(--line)}.masters-final-cta-inner,.masters-heading-split{grid-template-columns:1fr;gap:24px;align-items:start}.masters-benefit-grid,.masters-guarantee-grid{grid-template-columns:repeat(2,1fr)}.masters-cabinet-grid,.masters-offer-grid{grid-template-columns:1fr}.masters-cabinet-copy,.masters-offer-copy{max-width:700px}.masters-offer-card{width:min(590px,100%);margin-left:auto}.masters-cabinet-copy{order:-1}.masters-cabinet-window{max-width:760px;transform:none}.masters-faq-grid{grid-template-columns:1fr;gap:48px}.masters-faq-grid>div:first-child{max-width:680px}}@media (max-width:680px){.masters-hero-inner{padding-block:58px 62px}.masters-hero-copy h1{font-size:34px}.masters-hero-copy>p{font-size:16px}.masters-hero-actions,.masters-hero-actions .button{width:100%}.masters-hero-trust{flex-direction:column;gap:9px}.masters-board{padding:18px}.masters-board h3{font-size:15px}.masters-proof-grid{width:100%;grid-template-columns:1fr}.masters-proof-grid>div{min-height:92px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.masters-proof-grid>div:last-child{border-bottom:0}.masters-heading-split{margin-bottom:35px}.masters-cabinet-copy h2,.masters-faq-grid h2,.masters-final-cta h2,.masters-heading-split h2,.masters-offer-copy h2,.masters-section-heading h2{font-size:31px}.masters-heading-split>p{font-size:15px}.masters-benefit-grid,.masters-guarantee-grid,.masters-process-list{grid-template-columns:1fr}.masters-benefit-grid article{min-height:270px}.masters-cabinet-section,.masters-offer-section{padding:78px 0}.masters-offer-copy ul{grid-template-columns:1fr}.masters-offer-card{padding:19px;transform:none}.masters-offer-card label strong{font-size:22px}.masters-process-list article{min-height:235px}.masters-cabinet-grid{gap:42px}.masters-cabinet-window{width:690px;transform:scale(.5);transform-origin:top left;margin-bottom:-220px}.masters-guarantee-grid article{min-height:240px}.masters-guarantee-grid h3{margin-top:58px}.masters-faq-grid{gap:34px}.masters-final-cta{padding:70px 0}.masters-final-cta .button,.masters-final-cta-inner>div:last-child{width:100%}}@media (prefers-reduced-motion:reduce){.masters-board,.masters-hero-copy{animation:none}.masters-benefit-grid article,.masters-board article,.masters-guarantee-grid article,.masters-process-list article>svg{transition:none}}