:root{color-scheme:dark;--bg:#09090d;--surface:#111119;--surface-2:#171721;--surface-3:#1d1d29;--line:#2a2a38;--line-soft:rgba(255,255,255,.075);--text:#f4f4f8;--muted:#a3a3b2;--muted-2:#737383;--blue:#526dff;--blue-2:#7891ff;--blue-soft:rgba(82,109,255,.14);--green:#3bd59a;--amber:#ffbf47;--red:#ff6b77;--radius:18px;--radius-sm:12px;--shadow:0 24px 70px rgba(0,0,0,.38);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{width:20px;height:20px;flex:none}button{cursor:pointer}p{color:var(--muted);line-height:1.62}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,5vw,68px);line-height:1.04;letter-spacing:-.045em}h2{font-size:clamp(28px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em}h3{line-height:1.25}.app-shell{min-height:100vh}.site-main{min-height:70vh}.site-header{height:72px;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line-soft);background:#09090dd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-inner{height:100%;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:24px}.brand{font-weight:900;font-size:22px;letter-spacing:-.8px}.brand span{color:var(--blue-2)}.city-switch{display:flex;align-items:center;gap:7px;color:var(--muted);background:none;border:0;padding:8px 10px;border-radius:10px}.city-switch:hover{background:var(--surface-2);color:var(--text)}.city-switch svg{width:16px}.desktop-nav{display:flex;align-items:center;gap:5px;margin-left:auto}.desktop-nav a{color:var(--muted);font-size:14px;font-weight:600;padding:10px 12px;border-radius:10px;transition:.22s ease}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface-2);color:var(--text)}.header-actions{display:flex;align-items:center;gap:12px}.icon-button{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;position:relative}.icon-button i{position:absolute;width:7px;height:7px;background:var(--blue);border:2px solid var(--surface);border-radius:50%;right:7px;top:7px}.user-menu{display:flex;align-items:center;gap:8px}.user-menu>a{font-size:14px;font-weight:700}.text-button{border:0;background:none;color:var(--muted);padding:7px}.mobile-nav{display:none}.button,button:not(.text-button):not(.icon-button):not(.city-switch):not(.close){min-height:48px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:750;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover,button:not(.text-button):not(.icon-button):not(.city-switch):not(.close):hover{background:#6078ff;box-shadow:0 12px 30px #526dff38;transform:translateY(-2px)}.button:active,button:not(.text-button):not(.icon-button):not(.city-switch):not(.close):active{transform:translateY(1px) scale(.99)}.button.secondary,.secondary{background:var(--surface-2)!important;border:1px solid var(--line)!important;color:var(--text)!important;box-shadow:none!important}.button.light{background:#fff;color:#151522}.button.small,button.small{min-height:38px;padding:0 14px;font-size:13px}.eyebrow{display:block;color:var(--blue-2);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.home-hero{min-height:min(790px,calc(100svh - 72px));position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);grid-template-rows:auto auto;align-items:center;max-width:1440px;margin:0 auto;padding:70px max(32px,calc((100vw - 1240px)/2));overflow:hidden}.home-hero:before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(82,109,255,.14),transparent 68%);right:-220px;top:-250px;pointer-events:none}.hero-copy{position:relative;z-index:2;padding-right:28px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:#bdc8ff;font-size:13px;font-weight:700;margin-bottom:20px}.hero-kicker svg{width:18px}.hero-copy h1{max-width:720px;margin-bottom:22px}.hero-copy h1 em{color:var(--blue-2);font-style:normal}.hero-copy>p{font-size:18px;max-width:610px;margin-bottom:28px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:23px;color:var(--muted);font-size:12px}.hero-trust span{display:flex;align-items:center;gap:5px}.hero-trust svg{width:14px;color:var(--green)}.hero-visual{height:550px;position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);isolation:isolate;animation:heroFloat 8s ease-in-out infinite}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,transparent 20%,transparent 78%,rgba(9,9,13,.2));z-index:1}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:64% center}.hero-float{position:absolute;z-index:3;background:#101018db;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px #00000059;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:14px;padding:12px 14px}.hero-float-one{right:20px;top:22px}.hero-float-one span{display:block;color:var(--amber);font-size:24px;font-weight:850}.hero-float small{color:var(--muted);font-size:11px}.hero-float-two{left:24px;bottom:24px;display:flex;align-items:center;gap:10px}.hero-float-two i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #3bd59a1f}.hero-float-two b,.hero-float-two small{display:block}.hero-search{grid-column:1/2;z-index:3;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:6px 6px 6px 15px;max-width:590px;margin-top:-90px}.hero-search svg{color:var(--blue-2);width:18px}.hero-search input{border:0;background:transparent;color:var(--text);outline:none;min-width:0}.hero-search button{min-height:42px;font-size:13px}.hero-metrics{position:absolute;left:max(32px,calc((100vw - 1240px)/2));right:max(32px,calc((100vw - 1240px)/2));bottom:25px;display:flex;gap:0;border-top:1px solid var(--line-soft);padding-top:19px}.hero-metrics div{padding-right:44px;margin-right:44px;border-right:1px solid var(--line)}.hero-metrics div:last-child{border:0}.hero-metrics strong,.hero-metrics span{display:block}.hero-metrics strong{font-size:21px}.hero-metrics span{color:var(--muted-2);font-size:12px;margin-top:3px}.stagger-1,.stagger-2,.stagger-3,.stagger-4,.stagger-5{opacity:0;animation:heroIn .65s cubic-bezier(.2,.8,.2,1) forwards}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.13s}.stagger-3{animation-delay:.21s}.stagger-4{animation-delay:.29s}.stagger-5{animation-delay:.37s}.home-section,.page-section,.form-page{max-width:1240px;margin:0 auto;padding:72px 24px}.section-heading,.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.section-heading h2,.section-title h1{margin:0}.section-heading>a{color:var(--muted);font-size:14px;font-weight:700;display:flex;align-items:center;gap:6px}.section-heading>a svg{width:16px}.service-carousel,.specialists-carousel{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 10px}.service-carousel::-webkit-scrollbar,.specialists-carousel::-webkit-scrollbar{display:none}.service-visual-card{min-width:212px;flex:1;height:286px;position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--line-soft);scroll-snap-align:start;animation:cardIn .55s ease both;animation-delay:var(--card-delay);transition:transform .25s ease,border-color .25s ease}.service-visual-card:hover{transform:translateY(-5px);border-color:#7891ff80}.service-visual-card>img{width:100%;height:100%;object-fit:cover}.service-visual-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#08080cf7)}.service-visual-card>div{position:absolute;z-index:2;left:16px;right:16px;bottom:15px}.service-visual-card b{display:block;font-size:17px}.service-visual-card span{display:flex;align-items:center;gap:6px;color:#b6b6c3;font-size:12px;margin-top:7px}.service-visual-card svg{width:14px}.work-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.work-steps article{padding:16px 16px 23px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius)}.work-steps h3{margin:18px 4px 6px}.work-steps p{font-size:14px;margin:0 4px}.step-scene{height:200px;border-radius:13px;overflow:hidden;position:relative;background:var(--surface-2)}.step-scene>img{width:100%;height:100%;object-fit:cover}.step-scene>span{position:absolute;left:12px;top:12px;border:1px solid rgba(255,255,255,.16);background:#09090dbd;padding:6px 9px;border-radius:8px;font-weight:800;font-size:12px}.step-check{position:absolute;right:13px;bottom:13px;width:38px;height:38px;background:var(--green);border-radius:50%;display:grid;place-items:center;color:#07120e}.proposals-scene i{position:absolute;width:44%;height:12px;left:28%;border-radius:8px;background:#ffffff24;border:1px solid rgba(255,255,255,.08)}.proposals-scene i:nth-of-type(1){top:35%}.proposals-scene i:nth-of-type(2){top:48%;left:34%}.proposals-scene i:nth-of-type(3){top:61%;left:31%}.recent-orders{display:grid;gap:10px}.recent-orders article{display:grid;grid-template-columns:82px 1fr auto 42px;gap:16px;align-items:center;background:var(--surface);border:1px solid var(--line-soft);padding:10px;border-radius:16px}.recent-orders img{width:82px;height:72px;object-fit:cover;border-radius:11px}.recent-orders h3{margin:4px 0;font-size:16px}.recent-orders p{margin:0;font-size:12px}.recent-orders>b{font-size:15px}.recent-orders>a{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--surface-2)}.live-dot{font-size:10px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.live-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:5px}.specialists-section{overflow:hidden}.master-card{min-width:272px;max-width:300px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;transition:.22s ease}.master-card:hover{transform:translateY(-4px);border-color:#7891ff66}.master-photo{height:220px;position:relative;background:var(--surface-2)}.master-photo img{width:100%;height:100%;object-fit:cover}.online-dot{position:absolute;left:12px;bottom:12px;background:#09090dd4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:6px 10px;font-size:10px}.online-dot:before{content:"";display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:5px}.master-card-body{padding:15px}.master-card-body>div:first-child{display:flex;justify-content:space-between;align-items:start;gap:5px}.master-card h3{font-size:17px;margin:0}.master-card p{font-size:12px;margin:7px 0}.verified{display:inline-flex!important;align-items:center;gap:4px;color:#aab7ff;background:var(--blue-soft);padding:5px 7px;border-radius:8px;font-size:9px;font-weight:800;white-space:nowrap}.verified svg{width:12px}.master-rating,.profile-rating{display:flex;align-items:center;gap:6px;font-size:12px;margin-bottom:11px}.master-rating svg,.profile-rating svg{width:14px;color:var(--amber);fill:var(--amber)}.master-rating span,.profile-rating span{color:var(--muted)}.master-card strong{font-size:15px}.review-showcase{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}.review-showcase article{min-height:340px;position:relative;overflow:hidden;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line-soft)}.review-showcase article>img{width:100%;height:160px;object-fit:cover}.review-showcase article.featured>img{height:100%}.review-showcase article.featured:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 25%,#08080cf7)}.review-showcase article>div{padding:20px;position:relative;z-index:2}.review-showcase article.featured>div{position:absolute;bottom:0}.review-stars{color:var(--amber);font-size:12px;letter-spacing:.08em}.review-showcase blockquote{font-size:15px;line-height:1.55;margin:10px 0 15px}.review-showcase p{margin:0;display:flex;flex-direction:column;font-size:12px}.review-showcase p b{color:var(--text);font-size:14px}.master-cta{max-width:1192px;margin:72px auto 100px;padding:0;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(135deg,#273dc5,#526dff);border-radius:28px;overflow:hidden;min-height:430px}.master-cta>div{padding:55px;align-self:center}.master-cta .eyebrow{color:#d9dfff}.master-cta h2{font-size:42px;margin-bottom:16px}.master-cta p{color:#ffffffc4;font-size:16px}.master-cta>img{width:100%;height:100%;object-fit:cover}.cta-points{display:flex;gap:14px;margin-top:18px;font-size:12px}.cta-points span{display:flex;align-items:center;gap:5px}.cta-points svg{width:14px}.page-head{margin-bottom:28px}.page-head h1{font-size:clamp(34px,4.5vw,56px);margin-bottom:10px}.page-head p{max-width:690px}.catalog-head{display:grid;grid-template-columns:1fr 280px;align-items:center;background:var(--surface);border:1px solid var(--line-soft);padding:34px;border-radius:24px;overflow:hidden}.catalog-visual{height:190px}.catalog-visual img{height:100%;width:100%;object-fit:cover;border-radius:14px}.filters{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.filters label{position:relative}.filters svg{position:absolute;left:15px;top:15px;width:18px;color:var(--muted);z-index:2}.filters input,.filters select{padding-left:45px}.specialist-list{display:grid;gap:12px}.specialist-card{display:grid;grid-template-columns:86px 1fr 170px;gap:18px;align-items:center;padding:17px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);transition:.2s ease}.specialist-card:hover{border-color:#7891ff59;transform:translateY(-2px)}.avatar{width:72px;height:72px;border-radius:50%;background:var(--surface-3);display:grid;place-items:center;font-size:25px;overflow:hidden;flex:none}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.large{width:112px;height:112px;font-size:40px;border:3px solid rgba(120,145,255,.4)}.card-title{display:flex;align-items:center;gap:8px}.card-title h3,.card-title h1{margin:0}.specialist-card p{font-size:13px;margin:5px 0}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.chips span,.status{display:inline-flex;padding:5px 8px;border-radius:8px;background:var(--surface-3);color:#b9b9c5;font-size:10px;font-weight:700}.specialist-card aside{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.specialist-card aside>b{display:flex;align-items:center;color:var(--amber)}.specialist-card aside>b svg{width:14px;fill:currentColor}.specialist-card aside small{color:var(--muted)}.specialist-card aside strong{margin:5px 0}.profile-hero{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:24px;background:var(--surface);border:1px solid var(--line-soft);border-radius:24px;padding:28px;margin-bottom:18px}.profile-hero h1{font-size:40px}.profile-action{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:190px}.profile-action>b{text-align:right;font-size:20px}.content-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:16px;margin:16px 0 55px}.panel{background:var(--surface);border:1px solid var(--line-soft);padding:24px;border-radius:var(--radius)}.panel h2,.panel h3{margin-top:0}.panel>a,.order-card>a,.request-detail-hero+a{display:flex;align-items:center;gap:6px;color:var(--blue-2);font-weight:700;font-size:13px}.panel>a svg,.order-card>a svg{width:15px}.profile-facts{display:flex;gap:30px;margin-top:25px}.profile-facts span{display:flex;flex-direction:column;color:var(--muted);font-size:11px}.profile-facts b{color:var(--text);font-size:24px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:55px}.portfolio-grid article{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.portfolio-grid img,.portfolio-image{height:220px;width:100%;object-fit:cover;background:var(--surface-2);display:grid;place-items:center}.portfolio-grid h3{font-size:16px;margin:15px 15px 6px}.portfolio-grid p{font-size:12px;margin:0 15px 17px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);padding:18px}.review-card>div{display:flex;justify-content:space-between}.review-card>div span{color:var(--amber);font-size:12px}.review-card p{font-size:13px}.review-card small{color:var(--muted)}.auth-layout{max-width:1000px;margin:65px auto 100px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border:1px solid var(--line-soft);border-radius:26px;overflow:hidden;min-height:610px}.auth-visual{position:relative;min-height:610px}.auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,#09090deb)}.auth-visual img{width:100%;height:100%;object-fit:cover}.auth-visual>div{position:absolute;z-index:2;left:30px;right:30px;bottom:28px}.auth-visual h2{font-size:30px}.auth-card{align-self:center;padding:45px}.auth-card h1{font-size:38px}.auth-card>p{font-size:13px}.auth-card>p a{color:var(--blue-2)}.role-switch,.tab-switch{display:flex;padding:4px;background:var(--surface-2);border-radius:12px;margin-bottom:20px}.role-switch button,.tab-switch button{min-height:38px!important;flex:1;background:transparent!important;box-shadow:none!important;color:var(--muted)!important;font-size:12px}.role-switch button.active,.tab-switch button.active{background:var(--surface-3)!important;color:var(--text)!important}.auth-card form,.panel form{display:grid;gap:14px}label{display:grid;gap:7px;color:#c7c7d1;font-size:12px;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:11px;padding:13px 14px;outline:none;transition:border .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #526dff1f}textarea{resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.error,.success{padding:12px 14px;border-radius:11px;font-size:13px}.error{background:#ff6b771f;color:#ffabb2}.success{background:#3bd59a1f;color:#8ff0ca}.request-wizard{max-width:780px}.request-wizard .panel{overflow:hidden}.wizard-progress{height:34px;position:relative;background:var(--surface);border:1px solid var(--line-soft);border-radius:10px;margin-bottom:12px;overflow:hidden}.wizard-progress i{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#526dff38,#526dff99);transition:width .3s ease}.wizard-progress span{position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:800}.wizard-step{display:none;gap:15px;animation:stepIn .27s ease}.wizard-step.active{display:grid}.selected-service{display:grid;grid-template-columns:65px 1fr 24px;gap:12px;align-items:center;background:var(--surface-2);border:1px solid var(--line);padding:8px;border-radius:13px}.selected-service img{width:65px;height:60px;object-fit:cover;border-radius:9px}.selected-service b,.selected-service span{display:block}.selected-service span{font-size:11px;color:var(--muted);margin-top:4px}.selected-service>svg{color:var(--green)}.photo-drop{background:var(--surface-2)!important;border:1px dashed #3b3b50!important;box-shadow:none!important;justify-content:flex-start!important;padding:14px!important;text-align:left}.photo-drop>svg{color:var(--blue-2)}.photo-drop span,.photo-drop b,.photo-drop small{display:block}.photo-drop small{color:var(--muted);font-weight:500;margin-top:2px}.review-order{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;background:var(--surface-2);padding:10px;border-radius:14px}.review-order img{width:120px;height:110px;object-fit:cover;border-radius:10px}.review-order span,.review-order b{display:block}.review-order span{color:var(--muted);font-size:11px}.review-order p{font-size:12px;margin:8px 0 0}.privacy-note{display:flex;gap:12px;padding:14px;background:#3bd59a14;border:1px solid rgba(59,213,154,.18);border-radius:12px}.privacy-note>svg{color:var(--green)}.privacy-note p,.privacy-note b,.privacy-note span{display:block;margin:0}.privacy-note span{color:var(--muted);font-size:12px;margin-top:3px}.wizard-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.wizard-actions button:last-child{margin-left:auto}.order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.order-card{background:var(--surface);border:1px solid var(--line-soft);padding:16px;border-radius:var(--radius);overflow:hidden}.order-card h3{font-size:17px;margin:13px 0 6px}.order-card p{font-size:13px}.order-visual{height:140px;margin:-16px -16px 14px;position:relative}.order-visual img{width:100%;height:100%;object-fit:cover}.order-visual .status{position:absolute;left:10px;top:10px;background:#09090dcc}.meta{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0;color:var(--muted);font-size:11px}.meta span{background:var(--surface-2);padding:5px 7px;border-radius:7px}.request-detail-hero{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--line-soft);padding:15px;border-radius:var(--radius);margin-bottom:18px}.request-detail-hero>img{height:190px;width:220px;object-fit:cover;border-radius:13px}.request-detail-hero h1{font-size:38px;margin:10px 0}.track-list{display:flex;background:var(--surface);border:1px solid var(--line-soft);padding:18px;border-radius:var(--radius);margin-bottom:34px}.track{flex:1;display:flex;gap:10px;position:relative}.track:not(:last-child):after{content:"";position:absolute;top:16px;left:36px;right:10px;height:1px;background:var(--line)}.track>i{width:32px;height:32px;border-radius:50%;background:var(--surface-3);display:grid;place-items:center;font-style:normal;z-index:2;font-size:12px}.track.done>i{background:var(--green);color:#07120e}.track.active>i{background:var(--blue);box-shadow:0 0 0 5px var(--blue-soft)}.track b,.track small{display:block}.track small{color:var(--muted);font-size:11px;margin-top:3px}.response-list{display:grid;gap:12px}.empty{background:var(--surface);border:1px solid var(--line-soft);padding:40px 20px;border-radius:var(--radius);text-align:center;color:var(--muted)}.visual-empty{max-width:580px;margin:15px auto}.visual-empty img{width:170px;height:150px;object-fit:cover;border-radius:16px;margin:0 auto 18px}.visual-empty h3{color:var(--text);margin-bottom:5px}.visual-empty p{font-size:13px;max-width:390px;margin:0 auto 18px}.chat-shell{display:grid;grid-template-columns:320px 1fr;min-height:580px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.chat-shell>aside{border-right:1px solid var(--line-soft)}.chat-shell>aside button{width:100%;border-radius:0!important;background:transparent!important;box-shadow:none!important;justify-content:flex-start!important;text-align:left;padding:13px!important;border-bottom:1px solid var(--line-soft)!important}.chat-shell>aside button.active{background:var(--surface-2)!important}.chat-shell>aside button>span:last-child{display:grid}.chat-shell>aside small{color:var(--muted);margin-top:4px}.small-avatar{width:42px;height:42px;font-size:16px}.chat-main{display:flex;flex-direction:column;min-width:0}.chat-head{padding:16px;border-bottom:1px solid var(--line-soft)}.chat-head b,.chat-head small{display:block}.chat-head small{color:var(--muted);margin-top:3px}.messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:radial-gradient(circle at 80% 0,rgba(82,109,255,.08),transparent 35%)}.message{max-width:72%;background:var(--surface-2);border:1px solid var(--line-soft);padding:10px 12px;border-radius:4px 14px 14px}.message p{margin:4px 0;font-size:13px;color:var(--text)}.message small{color:var(--muted);font-size:10px}.message-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid var(--line-soft)}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#000000ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:18px;animation:fadeIn .2s ease}.modal{width:min(560px,100%);background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:25px;position:relative;animation:modalIn .25s ease}.modal .close{position:absolute;right:12px;top:12px;width:34px;height:34px;border:0;background:var(--surface-2);color:var(--text);border-radius:50%;font-size:20px}.modal label{margin-bottom:12px}.account-hero{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,var(--surface),rgba(82,109,255,.14));border:1px solid var(--line-soft);padding:28px;border-radius:22px;margin-bottom:15px}.account-hero h1{font-size:36px;margin-bottom:4px}.account-hero p{margin:0}.account-menu{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden;margin-bottom:15px}.account-menu>a{display:grid;grid-template-columns:46px 1fr 20px;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line-soft);transition:.2s ease}.account-menu>a:last-child{border:0}.account-menu>a:hover{background:var(--surface-2)}.account-menu>a>span{width:42px;height:42px;display:grid;place-items:center;background:var(--surface-3);border-radius:12px;color:var(--blue-2)}.account-menu b,.account-menu small{display:block}.account-menu small{color:var(--muted);font-size:11px;margin-top:3px}.account-menu>a>svg{color:var(--muted)}.danger-button{color:var(--red)!important}.address-list{display:grid;gap:12px}.address-list article{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);padding:16px}.address-list article>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue-2)}.address-list article>div{flex:1}.address-list article p{margin:3px 0;font-size:12px}.safety-hero{display:grid;grid-template-columns:1fr 330px;align-items:center;gap:30px;background:var(--surface);border:1px solid var(--line-soft);border-radius:24px;padding:32px;overflow:hidden}.safety-hero h1{font-size:42px}.safety-hero img{width:330px;height:280px;object-fit:cover;border-radius:18px}.safety-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.safety-grid article{padding:22px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius)}.safety-grid svg{color:var(--blue-2)}.safety-grid h3{margin:16px 0 6px}.safety-grid p{font-size:13px;margin:0}.site-footer{max-width:1240px;margin:40px auto 0;padding:50px 24px 35px;border-top:1px solid var(--line-soft);display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px;color:var(--muted)}.site-footer>div{display:flex;flex-direction:column;gap:9px;font-size:13px}.site-footer p{max-width:280px;font-size:13px}.site-footer b{color:var(--text)}.footer-bottom{grid-column:1/-1!important;flex-direction:row!important;justify-content:space-between;border-top:1px solid var(--line-soft);padding-top:20px;margin-top:15px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease var(--reveal-delay),transform .6s cubic-bezier(.2,.8,.2,1) var(--reveal-delay)}.reveal.is-visible{opacity:1;transform:none}.skeleton-row{display:flex;gap:14px}.skeleton-row i,.skeleton-list i,.skeleton-profile{display:block;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:skeleton 1.5s infinite}.skeleton-row i{width:272px;height:360px;border-radius:var(--radius)}.skeleton-list{display:grid;gap:12px}.skeleton-list i{height:130px;border-radius:var(--radius)}.skeleton-profile{height:360px;max-width:1192px;margin:70px auto;border-radius:24px}@keyframes heroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes cardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes skeleton{to{background-position:-200% 0}}@keyframes stepIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:980px){.desktop-nav{display:none}.home-hero{grid-template-columns:1fr 1fr;padding:48px 24px 100px;min-height:710px}.hero-visual{height:460px}.hero-search{margin-top:-15px}.hero-metrics{left:24px;right:24px}.service-visual-card{min-width:190px}.review-showcase{grid-template-columns:1fr 1fr}.review-showcase .featured{grid-row:span 2}.master-cta{margin-left:24px;margin-right:24px}.master-cta>div{padding:38px}.master-cta h2{font-size:34px}.portfolio-grid,.order-grid{grid-template-columns:repeat(2,1fr)}.specialist-card{grid-template-columns:72px 1fr 140px}.safety-hero{grid-template-columns:1fr 270px}.safety-hero img{width:270px}.site-footer{padding-bottom:100px}}@media(max-width:700px){body{padding-bottom:74px}h1{font-size:38px}.site-header{height:60px}.header-inner{padding:0 15px;gap:9px}.brand{font-size:19px}.city-switch{font-size:11px;padding:7px;margin-right:auto}.header-actions .user-menu,.header-actions>.button{display:none}.icon-button{width:36px;height:36px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:72px;padding:6px 7px calc(5px + env(safe-area-inset-bottom));background:#0f0f16f5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:80}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted-2);font-size:10px;position:relative;transition:.2s ease}.mobile-nav a.active{color:var(--blue-2)}.mobile-nav svg{width:21px;height:21px;transition:transform .22s ease}.mobile-nav a.active svg{transform:translateY(-2px)}.mobile-nav small{font-size:9px}.mobile-create{width:42px;height:42px;border-radius:14px;background:var(--blue);color:#fff;display:grid;place-items:center;margin-top:-18px;box-shadow:0 8px 22px #526dff4d}.home-hero{display:flex;flex-direction:column;align-items:stretch;padding:28px 15px 20px;min-height:auto}.home-hero:before{width:420px;height:420px}.hero-copy{padding:0}.hero-kicker{font-size:11px;margin-bottom:14px}.hero-copy h1{font-size:38px;line-height:1.03;margin-bottom:15px}.hero-copy>p{font-size:15px;line-height:1.5;margin-bottom:20px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{padding:0 12px;font-size:12px}.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}.hero-trust span{font-size:10px}.hero-visual{order:2;height:300px;margin:20px 0 0;border-radius:20px;animation:none}.hero-visual>img{object-position:68% center}.hero-visual:after{background:linear-gradient(180deg,transparent 50%,rgba(9,9,13,.25))}.hero-float-one{right:10px;top:10px;padding:8px 10px}.hero-float-one span{font-size:18px}.hero-float-two{left:10px;bottom:10px;padding:9px 10px}.hero-float-two b{font-size:11px}.hero-search{order:3;margin:-1px 0 0;grid-template-columns:20px 1fr;padding:8px 12px;border-radius:0 0 16px 16px}.hero-search button{grid-column:1/-1;width:100%;min-height:40px}.hero-metrics{position:static;order:4;padding:15px 0 0;margin-top:12px;justify-content:space-between}.hero-metrics div{padding:0 12px 0 0;margin:0 12px 0 0}.hero-metrics strong{font-size:16px}.hero-metrics span{font-size:9px}.home-section,.page-section,.form-page{padding:42px 15px}.section-heading,.section-title{align-items:end;margin-bottom:18px}.section-heading h2{font-size:27px}.section-heading>a{font-size:11px}.section-heading>a svg{display:none}.service-carousel,.specialists-carousel{margin-right:-15px;padding-right:15px;gap:10px}.service-visual-card{min-width:156px;height:225px}.service-visual-card b{font-size:14px}.service-visual-card span{font-size:10px}.work-steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-15px;padding-right:15px;gap:10px}.work-steps article{min-width:82%;scroll-snap-align:start}.step-scene{height:170px}.recent-orders article{grid-template-columns:62px 1fr auto;padding:8px;gap:10px}.recent-orders img{width:62px;height:62px}.recent-orders h3{font-size:13px}.recent-orders p{font-size:10px}.recent-orders>b{font-size:11px}.recent-orders>a{display:none}.master-card{min-width:234px}.master-photo{height:190px}.review-showcase{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-15px;padding-right:15px}.review-showcase article,.review-showcase article.featured{min-width:84%;height:350px;scroll-snap-align:start}.review-showcase article>img,.review-showcase article.featured>img{height:175px}.review-showcase article.featured>div{position:relative}.review-showcase article.featured:after{display:none}.master-cta{margin:42px 15px 55px;display:flex;flex-direction:column-reverse;min-height:0;border-radius:22px}.master-cta>img{height:280px}.master-cta>div{padding:26px 20px 28px}.master-cta h2{font-size:29px}.master-cta p{font-size:14px}.cta-points{flex-direction:column;gap:6px}.catalog-head{grid-template-columns:1fr 115px;padding:18px}.catalog-head h1{font-size:32px}.catalog-head p{font-size:12px}.catalog-visual{height:130px}.filters{grid-template-columns:1fr}.specialist-card{grid-template-columns:58px 1fr;padding:12px;gap:10px;align-items:start}.avatar{width:56px;height:56px}.specialist-card aside{grid-column:2;display:grid;grid-template-columns:1fr 1fr;align-items:center}.specialist-card aside small{display:none}.specialist-card aside strong{text-align:left}.chips{max-height:50px;overflow:hidden}.profile-hero{grid-template-columns:78px 1fr;padding:17px;gap:13px}.avatar.large{width:78px;height:78px}.profile-hero h1{font-size:28px}.profile-action{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;min-width:0}.profile-action>b{grid-column:1/-1;text-align:left}.content-grid{grid-template-columns:1fr;margin-bottom:40px}.profile-facts{gap:18px}.portfolio-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-15px;padding-right:15px}.portfolio-grid article{min-width:82%;scroll-snap-align:start}.portfolio-grid img,.portfolio-image{height:190px}.review-grid{display:flex;overflow-x:auto}.review-card{min-width:82%}.auth-layout{display:block;margin:20px 15px 80px;padding:0;min-height:0}.auth-visual{min-height:230px;height:230px}.auth-visual>div{left:18px;right:18px;bottom:12px}.auth-visual h2{font-size:23px}.auth-card{padding:24px 18px 27px}.auth-card h1{font-size:32px}.two{grid-template-columns:1fr}.request-wizard .panel{padding:16px}.review-order{grid-template-columns:90px 1fr}.review-order img{width:90px;height:90px}.wizard-actions{position:sticky;bottom:80px;z-index:3;background:linear-gradient(transparent,var(--surface) 25%);padding-top:18px}.order-grid{grid-template-columns:1fr}.request-detail-hero{grid-template-columns:86px 1fr;gap:12px}.request-detail-hero>img{width:86px;height:100px}.request-detail-hero h1{font-size:25px}.request-detail-hero p{font-size:12px}.track-list{display:grid;gap:17px}.track:not(:last-child):after{width:1px;height:30px;left:16px;right:auto;top:34px}.track-list .track span{padding-top:2px}.chat-shell{grid-template-columns:1fr;min-height:65vh}.chat-shell>aside{border:0}.chat-main{min-height:55vh}.chat-shell>aside:has(+.chat-main .chat-head){display:none}.message{max-width:86%}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:22px 22px 0 0;padding:22px 16px calc(22px + env(safe-area-inset-bottom));animation:sheetIn .25s ease}.account-hero{padding:18px}.account-hero h1{font-size:28px}.safety-hero{grid-template-columns:1fr;padding:19px}.safety-hero h1{font-size:32px}.safety-hero img{width:100%;height:210px}.safety-grid{grid-template-columns:1fr}.site-footer{display:none}.footer-bottom{display:none!important}.skeleton-profile{margin:30px 15px;height:330px}@keyframes sheetIn{0%{transform:translateY(100%)}to{transform:none}}}@media(max-width:380px){.hero-copy h1{font-size:34px}.hero-actions,.hero-trust{grid-template-columns:1fr}.city-switch span{max-width:70px;overflow:hidden;text-overflow:ellipsis}.hero-visual{height:270px}.hero-metrics div{padding-right:7px;margin-right:7px}.section-heading h2{font-size:25px}.service-visual-card{min-width:146px}.master-card{min-width:220px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.hero-visual{animation:none}}.responsive-image{display:block;position:relative;overflow:hidden;background-image:var(--image-placeholder);background-size:cover;background-position:center}.responsive-image__content{display:block;width:100%;height:100%;object-fit:cover}.uploaded-images{display:flex;gap:9px;overflow-x:auto}.uploaded-images>div{position:relative;flex:0 0 112px;height:88px;border-radius:11px;overflow:hidden}.uploaded-images picture{width:100%;height:100%}.uploaded-images button{position:absolute;right:5px;top:5px;width:26px;height:26px;border-radius:50%;padding:0;background:#09090dcc}.upload-progress{display:grid;gap:5px;padding:10px;border:1px solid var(--line);border-radius:10px}.upload-progress div{display:grid;grid-template-columns:1fr auto;gap:7px;font-size:11px}.upload-progress i{grid-column:1/-1;height:4px;background:var(--surface-3);border-radius:9px;overflow:hidden}.upload-progress i:after{content:"";display:block;height:100%;width:var(--progress);background:var(--blue)}.uploaded-images>div>img{width:100%;height:100%;object-fit:cover}.uploaded-images .upload-error{outline:2px solid var(--red,#ff6b77);outline-offset:-2px}.invited-specialist{display:grid;grid-template-columns:48px 1fr 22px;align-items:center;gap:11px;padding:11px;border:1px solid rgba(82,109,255,.28);background:var(--blue-soft);border-radius:13px}.invited-specialist .avatar{width:48px;height:48px}.invited-specialist p,.invited-specialist span,.invited-specialist b,.invited-specialist small{display:block;margin:0}.invited-specialist span{color:var(--blue-2);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.invited-specialist small{color:var(--muted);font-size:11px;margin-top:3px}.invited-specialist>svg{color:var(--green)}.guest-contact{display:grid;gap:14px;padding:15px;background:var(--surface-2);border:1px solid var(--line);border-radius:14px}.optional{display:inline;color:var(--muted);font-weight:500}.guest-session-note{display:flex;gap:10px;align-items:flex-start;margin:0;padding:11px;background:#526dff14;border-radius:10px}.guest-session-note>svg{color:var(--blue-2);flex:0 0 20px}.guest-session-note b,.guest-session-note small{display:block}.guest-session-note small{color:var(--muted);font-weight:500;margin-top:3px;line-height:1.4}.catalog-head .button{display:inline-flex;margin-top:13px}.review-card{overflow:hidden}.review-card>img{width:calc(100% + 36px);height:180px;object-fit:cover;margin:-18px -18px 16px}.review-card h3{font-size:16px;margin:14px 0 0}:root{--blue:#2457ff;--blue-2:#3970ff;--blue-soft:rgba(36,87,255,.15)}.brand,.hero-brand{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:900;letter-spacing:.105em}.brand span,.hero-brand span{color:var(--blue)}.site-header .brand{font-size:21px}.button,button:not(.text-button):not(.icon-button):not(.city-switch):not(.close){background:var(--blue)}.button:hover,button:not(.text-button):not(.icon-button):not(.city-switch):not(.close):hover{background:#3264ff;box-shadow:0 12px 30px #2457ff40}.master-cta{background:linear-gradient(135deg,#153ecb,#2457ff)}.home-hero{max-width:none;width:100%;min-height:calc(100svh - 72px);display:flex;align-items:center;position:relative;padding:80px max(32px,calc((100vw - 1240px)/2)) 135px;overflow:hidden;isolation:isolate}.home-hero:before{content:"";position:absolute;inset:0;z-index:-1;width:auto;height:auto;border-radius:0;background:radial-gradient(ellipse 54% 72% at 24% 46%,rgba(2,5,11,.92) 0%,rgba(2,5,11,.66) 48%,transparent 77%),linear-gradient(90deg,#02050bf7,#02050bd1 31%,#02050b4d 58%,#02050b0a 78%),linear-gradient(0deg,rgba(3,5,10,.72) 0%,transparent 43%,rgba(3,5,10,.25) 100%);pointer-events:none}.hero-background{position:absolute;inset:0;z-index:-2;background:#05070c}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.86) saturate(.92);transform:scale(1.012)}.hero-copy{width:min(620px,52vw);padding:0;position:relative;z-index:2}.hero-copy:before{content:"";position:absolute;z-index:-1;inset:-100px -145px -100px -130px;background:radial-gradient(ellipse at 42% 48%,rgba(1,3,8,.82) 0%,rgba(1,3,8,.52) 43%,rgba(1,3,8,.16) 66%,transparent 78%);filter:blur(16px);pointer-events:none}.hero-brand{display:none}.hero-copy h1{font-size:clamp(48px,5.15vw,76px);max-width:720px;margin-bottom:22px;color:#fff;text-shadow:0 2px 34px rgba(0,0,0,.95),0 1px 2px #000}.hero-title-second{display:inline}.hero-copy>p{max-width:520px;font-size:18px;color:#c5c9d3;margin-bottom:26px;text-shadow:0 2px 15px rgba(0,0,0,.9)}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions .button{min-width:185px}.hero-actions .secondary{background:#070b14ad!important;border-color:#fff3!important;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.hero-trust{display:flex;gap:22px;margin:0;color:#d3d6df}.hero-trust span{display:flex;align-items:center;gap:7px;max-width:145px;font-size:12px}.hero-trust svg{width:19px;height:19px;color:#9ea8bd}.hero-trust span:nth-child(2) svg{color:var(--blue);fill:transparent}.hero-proof{position:absolute;left:max(32px,calc((100vw - 1240px)/2));bottom:38px;display:flex;align-items:center;gap:28px;z-index:2}.proof-people,.proof-rating{display:flex;align-items:center;gap:12px}.proof-people>span{display:flex}.proof-people img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:3px solid #080b12;margin-left:-10px}.proof-people img:first-child{margin-left:0}.proof-people p,.proof-people b,.proof-people small{display:block;margin:0}.proof-people b{color:#fff;font-size:14px}.proof-people small,.proof-rating span{color:#949aa8;font-size:11px}.proof-rating{padding-left:28px;border-left:1px solid rgba(255,255,255,.18)}.proof-rating svg{width:25px;height:25px;color:#ffbd2e;fill:#ffbd2e}.proof-rating b{font-size:31px}.proof-rating span{max-width:60px;line-height:1.25}.service-visual-card{border-color:#ffffff17}.work-first-card{min-width:284px;max-width:320px;border-radius:18px;background:#10121a}.work-first-card .work-photo{height:205px;overflow:visible;background:#11141d}.work-first-card .work-photo>img{border-radius:17px 17px 0 0;object-fit:cover}.work-first-card .work-photo:after{content:"";position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(transparent,#05070cc2);pointer-events:none}.work-first-card .online-dot{z-index:2;inset:auto 12px 12px auto}.master-avatar{position:absolute;z-index:3;left:15px;bottom:-21px;width:44px;height:44px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#172035;border:3px solid #10121a;color:#fff;font-size:16px;font-weight:800}.master-avatar img{width:100%;height:100%;object-fit:cover}.work-first-card .master-card-body{padding:29px 15px 15px}.master-identity{display:flex;align-items:center;justify-content:space-between;gap:8px}.master-identity h3{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.master-identity .verified{padding:4px 6px;font-size:8px;white-space:nowrap}.work-first-card .master-rating{margin-top:9px;gap:6px}.rating-stars{color:#ffbd2e;font-size:11px;letter-spacing:1px}.work-first-card .master-rating b{font-size:13px}.work-first-card .master-rating>span:last-child{font-size:11px}.master-location,.master-orders{display:flex;align-items:center;gap:5px;color:#a5abb8!important}.master-location svg,.master-orders svg{width:14px;height:14px;flex:none}.master-location span{color:#555c6d}.master-orders svg{color:var(--blue)}.master-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.07)}.master-card-footer strong{font-size:16px}.profile-link{color:#fff;background:var(--blue);border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800;white-space:nowrap}.work-first-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.work-first-list .work-first-card{min-width:0;max-width:none;width:100%}@media(max-width:700px){body{padding-bottom:74px}.home-header{display:none}.home-hero{min-height:calc(100svh - 72px);padding:42px 18px 112px;align-items:flex-start;text-align:center}.home-hero:before{background:radial-gradient(ellipse 84% 43% at 50% 29%,rgba(2,5,11,.62) 0%,rgba(2,5,11,.27) 57%,transparent 82%),linear-gradient(180deg,rgba(2,5,11,.42) 0%,rgba(2,5,11,.16) 39%,transparent 64%,rgba(2,5,11,.72) 100%),linear-gradient(90deg,rgba(2,5,11,.12),transparent,rgba(2,5,11,.1))}.hero-background img{object-position:center;filter:brightness(.94) saturate(.98);transform:scale(1.008)}.hero-copy{width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.hero-copy:before{inset:48px -24px 38%;background:radial-gradient(ellipse at 50% 32%,rgba(1,3,8,.58) 0%,rgba(1,3,8,.25) 52%,transparent 78%);filter:blur(11px)}.hero-brand{display:block;font-size:43px;line-height:1;margin-bottom:70px;text-shadow:0 2px 25px rgba(0,0,0,.95)}.hero-brand small{display:block;color:#c4c7cf;font-size:13px;font-weight:500;letter-spacing:0;margin-top:9px}.hero-copy h1{font-size:clamp(34px,10vw,42px);line-height:1.12;letter-spacing:-.038em;max-width:390px;margin-bottom:16px;text-shadow:0 2px 28px #000,0 1px 2px #000}.hero-title-second{display:block;white-space:nowrap}.hero-copy>p{font-size:14px;line-height:1.5;max-width:345px;color:#d2d5dc;margin-bottom:20px;text-shadow:0 2px 16px #000}.hero-trust{order:4;width:100%;justify-content:center;gap:9px;margin-top:13px}.hero-trust span{display:grid;grid-template-columns:1fr;text-align:center;justify-items:center;gap:4px;max-width:105px;font-size:9px;line-height:1.25}.hero-trust svg{width:18px;height:18px}.hero-actions{order:3;width:min(100%,370px);display:grid;grid-template-columns:1fr;margin-top:13px;gap:9px}.hero-actions .button{width:100%;min-height:50px;font-size:14px}.hero-actions .secondary{background:#0509119e!important}.hero-proof{left:18px;right:18px;bottom:18px;justify-content:center;gap:15px}.proof-people img{width:34px;height:34px;border-width:2px}.proof-people p{text-align:left}.proof-people b{font-size:11px}.proof-people small{font-size:9px}.proof-rating{padding-left:15px;gap:8px}.proof-rating svg{width:21px}.proof-rating b{font-size:25px}.proof-rating span{font-size:9px}.home-section:first-of-type{padding-top:48px}.work-first-card{min-width:258px;max-width:280px}.work-first-card .work-photo{height:178px}.work-first-card .master-card-body{padding:28px 13px 13px}.work-first-list{grid-template-columns:1fr}.work-first-list .work-first-card{max-width:none}.profile-link{padding:8px 9px}}@media(max-width:380px){.hero-brand{font-size:38px;margin-bottom:44px}.hero-copy h1{font-size:32px}.hero-copy>p{font-size:13px}.hero-trust{display:none}.hero-proof{bottom:14px}.proof-people small{display:none}}.home-faq{display:grid;gap:10px}.home-faq details{border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:15px 18px}.home-faq summary{cursor:pointer;font-weight:800}.home-faq p{color:var(--muted);margin:12px 0 0;line-height:1.6}
