:root{--color-bg: #fbf8f4;--color-bg-soft: #ffffff;--color-surface: #ffffff;--color-surface-warm: #f4eee6;--color-text: #232323;--color-muted: #5d5d5d;--color-line: #e2ded8;--color-dark: #202123;--color-dark-2: #171819;--color-accent: #df6840;--color-accent-dark: #a64022;--color-accent-soft: #f8e4d9;--shadow-card: 0 14px 34px rgba(35, 35, 35, .085);--shadow-soft: 0 10px 24px rgba(35, 35, 35, .065);--font-heading: Georgia, "Times New Roman", serif;--font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container: 1200px;--radius-card: 8px;--header-height: 78px;--hero-title-size: clamp(39px, 3.4vw, 43px);--hero-title-line-height: 1.03;--hero-subtitle-size: 15px;--hero-subtitle-line-height: 1.34}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}body{margin:0;min-width:320px;background:radial-gradient(circle at 12% 4%,rgba(223,104,64,.045),transparent 30%),linear-gradient(180deg,#fff 0%,var(--color-bg) 34%,#fff 100%);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.55}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}img{height:auto}.telegram-icon-img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:12px;left:12px;z-index:200;transform:translateY(-150%);background:var(--color-accent-dark);color:#fff;padding:10px 14px;border-radius:6px;font-weight:700}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 80px,var(--container));margin-inline:auto}.section{padding:64px 0}.muted-section{background:linear-gradient(180deg,#fff,#f7f3ee)}.section-head{max-width:760px;margin-bottom:30px}#services .section-head,.process-section .section-head,.faq-section .section-head,.practice-section>.container>.section-head:not(.section-head-row){margin-inline:auto;text-align:center}.section-head-row{display:flex;justify-content:space-between;gap:32px;align-items:end;max-width:none}.section-head-row>p{max-width:420px;margin:0 0 8px;color:var(--color-muted)}.eyebrow{margin:0 0 8px;color:var(--color-accent-dark);font-size:13px;font-weight:700;letter-spacing:0;text-transform:none}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;color:var(--color-text);font-family:var(--font-heading);font-weight:500;line-height:1.05}h1{font-size:clamp(54px,5.6vw,84px)}h2{font-size:clamp(34px,3.4vw,48px)}h3{font-size:clamp(22px,1.8vw,28px)}p{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 24px;border:1px solid transparent;border-radius:5px;font-size:15px;font-weight:800;line-height:1.2;text-align:center;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(180deg,#bd4f2f 0%,var(--color-accent-dark) 100%);color:#fff;box-shadow:0 8px 18px #c6553238}.button-primary:hover{background:linear-gradient(180deg,#ac3f20,#943719)}.button-secondary{background:#ffffffb8;border-color:#df6840a6;color:var(--color-text)}.button-secondary:hover{border-color:var(--color-accent);color:var(--color-accent-dark)}.button-telegram{gap:10px}.button-telegram .icon{width:19px;height:19px;border-radius:0;background:transparent;color:currentColor;box-shadow:none}.button-telegram .telegram-icon-img{width:19px;height:19px}.site-header{position:sticky;top:0;z-index:100;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.1),transparent 32%),linear-gradient(180deg,#252628,#18191b);color:#fff;box-shadow:0 1px #ffffff14}.header-inner{display:grid;grid-template-columns:245px minmax(0,1fr) 222px;gap:26px;align-items:center;min-height:var(--header-height)}.brand{display:grid;gap:2px}.brand-name{font-family:var(--font-heading);font-size:25px;line-height:1}.brand-role{color:var(--color-accent);font-size:15px}.site-nav{justify-self:center}.site-menu ul{display:flex;gap:24px;align-items:center;padding:0;margin:0;list-style:none}.site-menu a{position:relative;color:#ffffffe0;font-size:13px;font-weight:700;white-space:nowrap}.site-menu a:hover,.site-menu a.active{color:var(--color-accent)}.site-menu a.active:after{position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--color-accent);content:""}.button-header{justify-self:end;min-height:46px;min-width:204px;padding-inline:18px;background:linear-gradient(180deg,#bd4f2f 0%,var(--color-accent-dark) 100%);color:#fff;font-size:14px;white-space:nowrap}.nav-toggle,.nav-close,.mobile-menu-head,.mobile-menu-cta{display:none}.hero-section,.about-hero,.contacts-section{position:relative;overflow:hidden;background:linear-gradient(90deg,#fbf8f4fc,#fbf8f4e6 46%,#e2e1defa),var(--color-surface-warm)}.hero-section{min-height:548px;padding:72px 0 0}.hero-compact{min-height:388px;padding-top:70px}.hero-bg{position:absolute;inset:0;opacity:.52;pointer-events:none}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{position:absolute;inset:0;background:linear-gradient(90deg,#fbf8f4ed,#fbf8f4ad 48%,#dcdcdae6),linear-gradient(180deg,#ffffff59,#fbf8f41a 62%,#fbf8f46b);content:""}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.98fr) minmax(390px,.66fr);gap:46px;align-items:end;min-height:476px}.hero-compact:not(.hero-with-portrait) .hero-grid{grid-template-columns:minmax(0,620px) 1fr;min-height:295px;align-items:center}.hero-copy{align-self:center;max-width:660px;padding-bottom:54px}.hero-compact .hero-copy{padding-bottom:52px}.hero-subtitle{max-width:610px;margin-top:18px;color:#363636;font-size:clamp(18px,1.7vw,22px);line-height:1.35}.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:610px;padding:0;margin:30px 0 0;list-style:none}.hero-points li{display:grid;gap:10px;align-content:start;min-height:88px;color:#262626;font-size:14px;font-weight:700;line-height:1.25}.hero-point-icon{width:44px;height:44px;border:1px solid rgba(223,104,64,.32);border-radius:999px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#df684073,#df68401a) border-box;box-shadow:var(--shadow-soft)}.hero-point-icon:before{display:block;width:18px;height:18px;margin:12px auto;border:2px solid var(--color-accent);border-radius:50%;content:""}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.hero-actions .button{min-width:220px}.hero-portrait,.about-hero-portrait,.contact-portrait{position:relative;z-index:1;align-self:end;justify-self:end}.hero-portrait{width:min(100%,420px)}.about-hero-portrait,.contact-portrait{width:min(100%,430px)}.hero-portrait img,.about-hero-portrait img,.contact-portrait img{width:100%;height:auto;border-radius:0;background:transparent;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 26px rgba(0,0,0,.12))}.about-hero-portrait img,.contact-portrait img{max-height:570px;width:auto;max-width:100%}.icon{display:inline-flex;flex:0 0 auto;width:42px;height:42px;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--color-accent);box-shadow:var(--shadow-soft)}.service-card .icon,.feature-card .icon,.process-card .icon{width:48px;height:48px;border-radius:0;background:transparent;box-shadow:none;color:var(--color-accent)}.icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.service-card .icon svg,.feature-card .icon svg,.process-card .icon svg{width:34px;height:34px}.service-grid,.feature-grid,.practice-grid,.article-grid,.legal-link-grid{display:grid;gap:24px;align-items:stretch}.service-grid,.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card,.feature-card,.practice-card,.article-card,.side-panel,.contact-card,.contact-note,.legal-link-card{border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-card);background:#fffffff0;box-shadow:var(--shadow-card)}.service-card,.feature-card{display:flex;height:100%;flex-direction:column;min-height:205px;padding:27px 24px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.service-card:hover,.feature-card:hover,.article-card:hover,.practice-card:hover{transform:translateY(-3px);border-color:#df684061;box-shadow:0 16px 36px #2323231f}.service-card h3,.feature-card h3{margin-top:20px;font-size:24px;line-height:1.08}.service-card p,.feature-card p,.article-card p{flex:1;margin-top:18px;color:#4e4e4e;font-size:15px;line-height:1.55}.services-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:26px;align-items:stretch}.services-page-grid .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.side-panel{padding:36px 34px;background:linear-gradient(135deg,#fbfaf8,#f3eee7);box-shadow:none}.side-panel h2{font-size:31px}.side-panel .tag-list{display:grid;gap:30px;margin-top:42px}.side-panel .tag-list li{position:relative;padding:0 0 0 34px;border:0;background:transparent;color:#292929;font-size:15px;font-weight:800}.side-panel .tag-list li:before{position:absolute;left:0;top:0;display:grid;width:20px;height:20px;place-items:center;border:1px solid var(--color-accent);border-radius:50%;color:var(--color-accent);content:"✓";font-size:12px}.process-section{overflow:hidden;background:radial-gradient(circle at 50% 16%,rgba(223,104,64,.055),transparent 26%),linear-gradient(180deg,#fff,#f6f0e8);color:var(--color-text)}.process-section h2,.process-section h3{color:var(--color-text)}.process-section .eyebrow{color:var(--color-accent-dark)}.process-list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:10px 0 0;margin:0;list-style:none}.process-list:before{position:absolute;top:28px;left:8%;right:8%;height:1px;border-top:2px dotted #b9b3ab;content:""}.process-step{position:relative;display:grid;gap:18px;justify-items:center;text-align:center}.process-step:not(:last-child):after{position:absolute;top:19px;right:-8px;width:16px;height:16px;border-top:2px solid #2a2a2a;border-right:2px solid #2a2a2a;content:"";transform:rotate(45deg)}.process-marker{position:relative;z-index:1}.process-marker span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(223,104,64,.4);border-radius:999px;background:#fff;color:var(--color-accent);font-family:var(--font-body);font-size:16px;font-weight:900;box-shadow:0 8px 18px #23232314;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.process-card{display:grid;justify-items:center;min-height:180px;padding:10px 16px 0;border:0;background:transparent;border-radius:8px;transition:background-color .18s ease,box-shadow .18s ease}.process-card .icon{color:#202123}.process-card h3{margin-top:12px;font-family:var(--font-body);font-size:15px;font-weight:900;line-height:1.25}.process-card p{margin-top:12px;color:#555;font-size:14px;line-height:1.45}.process-step.is-active .process-marker span{border-color:var(--color-accent);background:var(--color-accent-dark);color:#fff;box-shadow:0 8px 18px #df684042}.process-step.is-active .process-card{background:#fff9;box-shadow:0 10px 24px #2323230f}.feature-grid{align-items:stretch}.feature-card{min-height:186px;box-shadow:none}.feature-card h3{font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.3}.practice-hero{padding:54px 0 36px;background:radial-gradient(circle at 84% 18%,#ffffffdb 0,#fff0 34%),linear-gradient(90deg,#fbf8f4fa,#fbf8f4ed 52%,#f2efeafa),var(--color-bg)}.practice-hero .container{min-height:134px}.practice-hero h1{font-size:var(--hero-title-size);line-height:var(--hero-title-line-height)}.practice-hero p{max-width:530px;margin-top:18px;color:#363636;font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.practice-section{padding-top:0}.practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-card{display:grid;grid-template-columns:.78fr 1fr;min-height:420px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.practice-media{min-height:100%;padding:8px}.practice-media img{width:100%;height:100%;min-height:330px;border-radius:4px;object-fit:cover;background:var(--color-surface-warm)}.practice-card-body{padding:28px 30px}.practice-title-row{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.practice-number{color:var(--color-accent);font-size:24px;font-weight:500}.practice-card h3{font-size:23px;line-height:1.1}.practice-card dl{display:grid;margin:26px 0 0}.practice-card div,.practice-card dd{margin:0}.practice-card dl>div{padding:18px 0;border-top:1px dashed #ccc7c0}.practice-card dt{position:relative;display:flex;gap:10px;align-items:center;color:var(--color-text);font-weight:900}.practice-card dt .icon{width:28px;height:28px;flex:0 0 28px;border-radius:0;background:transparent;box-shadow:none;color:var(--color-accent)}.practice-card dt .icon svg{width:28px;height:28px;stroke-width:1.9}.practice-card dd{margin-top:9px;color:#555;font-size:14px;line-height:1.55}.practice-note-panel{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:30px;align-items:center;margin-top:30px;padding:14px 38px;border-radius:8px;background:linear-gradient(135deg,#fbfaf8,#f2ece4);color:var(--color-text);box-shadow:var(--shadow-soft)}.practice-note-icon{display:grid;width:76px;height:76px;place-items:center;border-radius:50%;background:#fff;color:var(--color-accent);box-shadow:var(--shadow-soft)}.practice-note-icon .icon{width:44px;height:44px;border-radius:0;background:transparent;box-shadow:none}.practice-note-icon .icon svg{width:38px;height:38px;stroke-width:1.65}.practice-note-panel p{max-width:460px;color:#292929;font-size:18px;font-weight:500;line-height:1.45}.practice-note-panel .button{min-width:280px}.section-link{margin-top:28px;text-align:center}.about-preview{background:linear-gradient(180deg,#fff,#fbf8f4)}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.about-visual{padding:16px;border-radius:var(--radius-card);background:linear-gradient(180deg,#fffffff5,#f6f0e8b3),var(--color-surface);box-shadow:var(--shadow-card)}.about-visual img{width:100%;max-height:560px;object-fit:cover;object-position:top center}.about-copy p{margin-top:18px;max-width:680px;color:var(--color-muted);font-size:19px}.about-copy .button{margin-top:28px}.about-page{background:#fff}.about-page .container{width:min(100% - 72px,1040px)}.about-hero{min-height:506px;padding:0;background:linear-gradient(90deg,#fffffffa,#ffffffc7 46%,#ece9e5db),#f7f3ee}.about-page .about-hero .hero-bg{opacity:1}.about-page .about-hero .hero-bg img{object-position:center bottom}.about-page .about-hero .hero-bg:after{background:linear-gradient(90deg,#ffffffe6,#ffffff94 43%,#ffffff05 72%),linear-gradient(180deg,#ffffff2e,#fff0 70%,#ffffff5c)}.about-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,650px);gap:0;align-items:center;min-height:506px;overflow:visible}.about-hero-copy{align-self:center;padding:50px 0}.about-page .about-hero-copy h1{margin-bottom:22px;font-size:clamp(52px,5.3vw,62px);line-height:1.02}.title-rule{display:block;width:66px;height:2px;margin-bottom:32px;background:var(--color-accent-dark)}.about-hero-copy h2{margin-bottom:7px;font-size:clamp(41px,4.2vw,55px);line-height:1.03}.about-role{margin-bottom:13px;color:var(--color-accent);font-size:22px;line-height:1.15}.about-hero-copy p:not(.about-role){max-width:610px;color:#333;font-size:17px;line-height:1.55}.about-page .about-hero-portrait{align-self:end;justify-self:end;width:405px;height:475px;overflow:hidden}.about-page .about-hero-portrait img{width:455px;max-width:none;max-height:none;filter:none;transform:translate(-25px,-28px)}.about-feature-section{position:relative;z-index:2;padding:31px 0;margin-top:0;background:transparent}.about-feature-grid{gap:18px}.about-feature-grid .feature-card{min-height:229px;padding:22px 22px 20px;border-color:#00000014;background:#fffffff5;box-shadow:var(--shadow-card)}.about-feature-grid .feature-card .icon{width:49px;height:49px;color:var(--color-accent)}.about-feature-grid .feature-card .icon svg{width:38px;height:38px}.about-feature-grid .feature-raster-icon img{display:block;width:100%;height:100%;object-fit:contain}.about-feature-grid .feature-card h3{margin-top:18px;font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.22}.about-feature-grid .feature-card p{margin-top:17px;color:#444;font-size:15px;line-height:1.45}.about-process{padding:6px 0 34px;background:#fff}.about-process .eyebrow{display:none}.about-process .section-head{margin-bottom:30px}.about-process .section-head h2:after{display:block;width:37px;height:2px;margin:12px auto 0;background:var(--color-accent);content:""}.about-process .section-head h2{font-size:clamp(32px,3vw,38px)}.about-process .process-list{padding-top:8px}.about-process .process-list:before{top:24px;left:7.5%;right:7.5%}.about-process .process-step{gap:16px}.about-process .process-step:not(:last-child):after{top:16px}.about-process .process-marker span{width:36px;height:36px;border-color:var(--color-accent);background:var(--color-accent);color:#fff;font-size:15px;box-shadow:0 9px 18px #df684038}.about-process .process-card{min-height:168px;padding:5px 18px 0;background:transparent;box-shadow:none}.about-process .process-step:not(:last-child) .process-card{border-right:1px solid rgba(0,0,0,.12);border-radius:0}.about-process .process-card .icon{width:45px;height:45px}.about-process .process-card h3{margin-top:12px;font-size:14px;line-height:1.2}.about-process .process-card p{margin-top:12px;font-size:13px;line-height:1.44}.about-process .process-step.is-active .process-card{background:transparent;box-shadow:none}.faq-section{background:#fff}.faq-grid{display:grid;max-width:980px}.faq-grid .section-head{margin-bottom:24px}.faq-list{counter-reset:faq;display:grid;gap:8px}.faq-item{counter-increment:faq;border:1px solid var(--color-line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.faq-item h3{font-family:var(--font-body);font-size:17px;line-height:1.3}.faq-question{display:grid;grid-template-columns:30px 1fr 20px;width:100%;align-items:center;gap:16px;padding:20px 26px;border:0;background:transparent;color:var(--color-text);font-weight:800;text-align:left}.faq-question:before{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--color-accent-dark);color:#fff;content:counter(faq);font-size:14px;font-weight:900}.faq-plus{position:relative;flex:0 0 18px;width:18px;height:18px}.faq-plus:before,.faq-plus:after{position:absolute;top:50%;left:0;width:16px;height:2px;background:var(--color-accent);content:""}.faq-plus:after{transform:rotate(90deg)}.faq-item.is-open .faq-plus:after{transform:rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .18s ease}.faq-answer>p{overflow:hidden;padding:0 76px;color:#555;font-size:14px}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer>p{padding-bottom:20px}.cta-section{padding-top:0}.cta-panel{display:grid;grid-template-columns:92px 1fr auto;gap:28px;align-items:center;padding:26px 36px;border:1px solid rgba(223,104,64,.32);border-radius:8px;background:linear-gradient(135deg,#fbfaf8,#f2ece4);color:var(--color-text);box-shadow:var(--shadow-soft)}.cta-icon{width:78px;height:78px;border:1px solid var(--color-accent);border-radius:50%;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#df684066,#df684014) border-box}.cta-icon:before{display:block;width:34px;height:42px;margin:17px auto;border:3px solid var(--color-accent);border-top-width:6px;content:""}.cta-panel-inline{grid-template-columns:78px minmax(0,1fr) 156px;min-height:95px;padding:13px 78px 13px 136px;border-color:#0000001f;background:linear-gradient(135deg,#fbfaf8,#f4eee6)}.cta-panel-inline .cta-icon{display:grid;place-items:center;border:1.5px solid var(--color-accent);background:#fff}.cta-panel-inline .cta-icon:before{display:none}.cta-panel-inline .cta-icon .icon{width:42px;height:42px;border-radius:0;background:transparent;box-shadow:none;color:var(--color-accent)}.cta-panel-inline .cta-icon img{width:46px;height:46px;object-fit:contain}.cta-panel-inline .cta-icon .icon svg{width:38px;height:38px;stroke-width:2.25}.cta-panel h2{color:var(--color-text);font-size:clamp(27px,2.5vw,38px)}.cta-panel p:not(.eyebrow){max-width:650px;margin-top:8px;color:#444;font-size:17px}.cta-panel-inline p:not(.eyebrow){max-width:560px;margin-top:0;color:#292929;font-size:17px;font-weight:500;line-height:1.42}.cta-actions{display:grid;min-width:270px;margin-top:0}.cta-panel-inline .cta-actions{min-width:0}.cta-panel-inline .button{min-width:144px;min-height:47px;padding-inline:22px;font-size:14px}.tag-list{display:flex;flex-wrap:wrap;gap:10px 28px;padding:0;margin:18px 0 0;list-style:none}.tag-list li{min-width:196px;padding:8px 18px;border:1px solid var(--color-line);border-radius:8px;background:#fff;color:#555;font-size:14px;font-weight:700;text-align:center}.contacts-page{background:#fff}.contacts-section{min-height:450px;padding:0;background:linear-gradient(90deg,#fffffffa,#f8f7f5f0,#dad9d7fa),#f6f4f1}.contacts-section .container{width:min(100% - 120px,930px)}.contacts-grid{position:relative;display:grid;grid-template-columns:minmax(300px,1fr) minmax(236px,320px);gap:56px;align-items:end;min-height:450px;padding-top:36px}.contact-card,.contact-note{border:0;background:transparent;box-shadow:none}.contact-lines-panel{position:relative;z-index:2;align-self:start}.contacts-section .contact-card h1{margin-bottom:22px;font-size:clamp(50px,5vw,58px);line-height:1}.contact-lines{display:grid;max-width:306px;gap:0;font-style:normal}.contact-line,.contact-lines a,.contact-lines>span{display:flex;gap:24px;align-items:center;min-height:74px;padding:12px 0;border-bottom:1px solid var(--color-line);color:var(--color-text);font-size:18px;font-weight:500;transition:color .18s ease,border-color .18s ease}.contact-line .icon,.contact-lines .icon{width:52px;height:52px;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.contact-lines a:hover{border-color:#df68406b;color:var(--color-accent-dark)}.contact-lines a:hover .icon{background:var(--color-accent);color:#fff;box-shadow:0 10px 22px #df684038}.contact-lines .contact-line{font-size:24px;font-weight:400;letter-spacing:0}.contact-line .telegram-icon-img{width:30px;height:30px}.contact-note{align-self:start;display:grid;gap:10px;margin-bottom:24px;padding:22px 20px 18px;border:1px solid var(--color-line);border-radius:8px;background:#fffffff0;box-shadow:var(--shadow-card)}.contact-note>.icon{width:42px;height:42px;border-radius:0;background:transparent;box-shadow:none}.contact-note>.icon svg{width:39px;height:39px;stroke-width:1.65}.contact-note h2{margin-bottom:8px;font-size:23px;line-height:1.08}.contact-note p{color:#555;font-size:10.8px;line-height:1.35}.contact-portrait{width:360px;height:408px;overflow:hidden;justify-self:start}.contact-portrait img{width:360px;max-width:none;max-height:none;filter:none;transform:translateY(-28px)}.contacts-page .faq-section{padding:24px 0 15px;background:#fff}.contacts-page .faq-section .container{width:min(100% - 252px,864px)}.contacts-page .faq-grid .section-head{margin-bottom:18px;text-align:center}.contacts-page .faq-section .section-head h2{font-size:28px;line-height:1.12}.contacts-page .faq-list{gap:8px}.contacts-page .faq-item{border-color:#dedede}.contacts-page .faq-question{grid-template-columns:28px 1fr 18px;gap:14px;padding:14px 26px 5px 18px;font-family:var(--font-heading);font-size:17px;font-weight:500}.contacts-page .faq-question:before{font-family:var(--font-body);font-size:14px;font-weight:900}.contacts-page .faq-plus{color:var(--color-accent)}.contacts-page .faq-plus:before{top:2px;left:2px;width:11px;height:11px;border-top:2px solid currentColor;border-right:2px solid currentColor;background:transparent;transform:rotate(-45deg)}.contacts-page .faq-plus:after{display:none}.contacts-page .faq-answer>p{padding-right:72px;padding-left:58px;font-size:13px;line-height:1.45}.contacts-page .faq-item.is-open .faq-answer>p{padding-bottom:12px}.legal-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:980px;margin-inline:auto}.legal-link-card{position:relative;min-height:86px;padding:20px 48px 20px 78px;border-radius:8px;font-size:15px;font-weight:800;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.legal-link-card:before{position:absolute;left:24px;top:22px;width:34px;height:34px;border:2px solid var(--color-accent);border-radius:6px;content:""}.legal-link-card:after{position:absolute;right:22px;top:33px;width:10px;height:10px;border-top:2px solid #202123;border-right:2px solid #202123;content:"";transform:rotate(45deg)}.legal-link-card:hover{transform:translateY(-3px);border-color:#df684059}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{overflow:hidden;min-height:360px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.article-card img{width:100%;aspect-ratio:16 / 6.8;object-fit:cover}.article-card span,.article-card h2,.article-card p{display:block;padding-inline:20px}.article-card span{margin-top:18px;color:var(--color-accent-dark);font-size:12px;font-weight:900;text-transform:uppercase}.article-card h2{margin-top:12px;font-size:26px;line-height:1.12}.article-card p{margin-top:16px;padding-bottom:24px}.topic-row{display:grid;gap:18px}.topic-row h2{font-size:28px}.legal-container{max-width:880px}.legal-section h1{margin-bottom:20px}.legal-intro{color:var(--color-muted);font-size:20px}.legal-intro+.legal-intro{margin-top:8px}.legal-block{margin-top:34px}.legal-block h2{margin-bottom:12px;font-family:var(--font-body);font-size:24px;font-weight:900;line-height:1.25}.legal-block p+p{margin-top:10px}.legal-list{display:grid;gap:8px;margin:12px 0 0 20px;padding:0}.legal-list+p,.legal-block p+.legal-list{margin-top:12px}.legal-list li{padding-left:4px}.legal-warning{margin-top:40px;padding:18px;border-radius:8px;background:var(--color-accent-soft);color:#5b372b}.site-footer{padding:32px 0 28px;background:radial-gradient(circle at 30% 0%,rgba(255,255,255,.08),transparent 34%),linear-gradient(180deg,#202123,#171819);color:#fff}.footer-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,.9fr) minmax(260px,.86fr);gap:48px;align-items:start}.footer-name{font-family:var(--font-heading);font-size:22px}.footer-brand p{margin-top:5px;color:#ffffffb8;line-height:1.38}.footer-contacts,.footer-legal{display:grid;gap:10px;align-content:start;font-style:normal}.footer-contacts a,.footer-legal-links a,.footer-contacts span{color:#ffffffd6;line-height:1.3}.footer-contacts a:hover,.footer-legal-links a:hover{color:#fff}.footer-legal-links{display:grid;gap:10px}.footer-personal-data-note{max-width:360px;margin:0;padding-top:2px;color:#ffffff9e;font-size:13px;line-height:1.38}.footer-bottom{margin-top:20px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.footer-bottom p{max-width:900px;color:#fff9;font-size:13px;line-height:1.4}.footer-contact-link{display:grid;grid-template-columns:22px minmax(0,1fr);gap:14px;align-items:center}.footer-contacts .icon{width:20px;height:20px;border-radius:0;background:transparent;box-shadow:none;color:var(--color-accent)}.footer-contacts .icon svg{width:19px;height:19px}.home-page .container{width:min(100% - 80px,900px)}.home-hero{min-height:486px;padding:0;background:linear-gradient(90deg,#fbf8f4f2,#fbf8f4b3 47%,#dfdfddf2),var(--color-surface-warm)}.home-hero .hero-bg{opacity:1}.home-hero .hero-bg img{object-position:center bottom}.home-hero .hero-bg:after{background:linear-gradient(90deg,#fbf8f475,#fbf8f447 48%,#e1e1dfb3),linear-gradient(180deg,#ffffff1f,#fbf8f400 62%,#fbf8f424)}.home-hero .hero-grid{grid-template-columns:minmax(0,640px);gap:0;align-items:center;min-height:486px;overflow:visible}.home-hero .hero-copy{align-self:center;max-width:640px;padding:43px 0 44px}.home-hero h1{max-width:620px;font-size:var(--hero-title-size);line-height:var(--hero-title-line-height)}.home-hero .hero-subtitle{max-width:560px;margin-top:12px;color:#292929;font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.home-hero .hero-points{max-width:610px;gap:34px;margin-top:19px}.home-hero .hero-points li{min-height:70px;gap:9px;color:#202123;font-size:12px;line-height:1.23}.home-hero .hero-points .icon{width:44px;height:44px;border:1px solid rgba(223,104,64,.3);background:#fff;color:var(--color-accent);box-shadow:0 9px 20px #23232314}.home-hero .hero-points .icon svg{width:25px;height:25px}.home-hero .hero-actions{gap:16px;margin-top:17px}.home-hero .hero-actions .button{min-width:184px;min-height:42px;padding-inline:20px;font-size:12px;white-space:nowrap}.home-hero .hero-portrait{align-self:end;width:390px;height:486px;overflow:hidden}.home-hero .hero-portrait img{width:430px;max-width:none;height:auto;filter:none}.home-services{padding:16px 0 19px;background:#fff}.home-services .section-head{margin-bottom:17px}.home-services h2,.home-process h2,.home-why h2{font-size:clamp(28px,2.5vw,32px);line-height:1.1}.home-services .service-grid{gap:24px}.home-services .service-card{min-height:154px;padding:13px 14px 12px}.home-services .service-card .icon{width:31px;height:31px}.home-services .service-card .icon svg{width:28px;height:28px}.home-services .service-card h3{margin-top:8px;font-size:16px;line-height:1.08}.home-services .service-card p{margin-top:7px;font-size:10.5px;line-height:1.3}.home-process{padding:12px 0 14px;background:radial-gradient(circle at 50% 16%,rgba(223,104,64,.055),transparent 26%),linear-gradient(180deg,#fff,#f6f0e8)}.home-process .eyebrow{display:none}.home-process .section-head{margin-bottom:13px}.home-process .process-list{padding-top:6px}.home-process .process-list:before{top:21px;left:6.5%;right:6.5%}.home-process .process-step{gap:13px}.home-process .process-step:not(:last-child):after{top:14px;width:13px;height:13px}.home-process .process-marker span{width:28px;height:28px;border-color:var(--color-accent);background:var(--color-accent);color:#fff;font-size:13px;box-shadow:0 8px 16px #df684038}.home-process .process-card{min-height:118px;padding:4px 10px 0;background:transparent;box-shadow:none}.home-process .process-card .icon{width:33px;height:33px;color:#202123}.home-process .process-card .icon svg{width:28px;height:28px}.home-process .process-card h3{margin-top:9px;font-size:13px;line-height:1.22}.home-process .process-card p{margin-top:8px;font-size:11px;line-height:1.32}.home-process .process-step.is-active .process-card{background:transparent;box-shadow:none}.home-why{padding:28px 0 38px;background:#fff}.home-why .section-head{margin-inline:auto;margin-bottom:24px;text-align:center}.home-why .feature-grid{gap:18px}.home-why .feature-card{display:flex;min-height:205px;padding:22px 20px 20px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fffffff5;box-shadow:var(--shadow-card)}.home-why .feature-card:hover{transform:translateY(-3px);border-color:#df684061;box-shadow:0 16px 36px #2323231f}.home-why .feature-card .icon{width:46px;height:46px;color:var(--color-accent)}.home-why .feature-card .icon svg{width:38px;height:38px}.home-why .feature-raster-icon img{display:block;width:100%;height:100%;object-fit:contain}.home-why .feature-card h3{margin-top:18px;font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.22}.home-why .feature-card p{margin-top:14px;color:#444;font-size:13px;line-height:1.45}.services-page .container{width:min(100% - 80px,900px)}.services-cards-section .container,.services-cta-section .container{width:min(100% - 80px,1040px)}.services-page .reveal{opacity:1;transform:none}.services-hero{min-height:365px;padding:0;background:linear-gradient(90deg,#fbf8f4f2,#fbf8f4b3 47%,#dfdfddf2),var(--color-surface-warm)}.services-hero .hero-bg{opacity:1}.services-hero .hero-bg img{object-position:center 62%}.services-hero .hero-bg:after{background:linear-gradient(90deg,#fbf8f475,#fbf8f447 48%,#e1e1dfb3),linear-gradient(180deg,#ffffff1f,#fbf8f400 62%,#fbf8f424)}.services-hero .hero-grid{grid-template-columns:minmax(0,640px);gap:0;min-height:365px;align-items:center;overflow:visible}.services-hero .hero-copy{align-self:center;max-width:640px;padding:0 0 12px}.services-hero h1{font-size:var(--hero-title-size);line-height:var(--hero-title-line-height)}.services-hero .hero-subtitle{max-width:580px;margin-top:24px;color:#333;font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.hero-section:not(.home-hero) h1,.practice-hero h1,.about-hero-copy h1,.contact-card h1{font-size:var(--hero-title-size);line-height:var(--hero-title-line-height)}.hero-section:not(.home-hero) .hero-subtitle,.practice-hero p,.about-hero-copy p:not(.about-role){font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.services-hero .hero-actions,.services-hero .eyebrow{display:none}.services-hero .hero-portrait{align-self:end;justify-self:end;width:342px;height:345px;overflow:hidden}.services-hero .hero-portrait img{width:335px;max-width:none;height:auto;filter:none;transform:translate(18px)}.services-cards-section{padding:36px 0 28px;background:#fff}.services-page .services-page-grid{grid-template-columns:minmax(0,1fr) 278px;gap:22px;align-items:stretch}.services-page .services-page-grid .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.services-page .service-card{min-height:250px;padding:24px 18px 21px}.services-page .service-card .icon{width:38px;height:38px}.services-page .service-card .icon svg{width:32px;height:32px}.services-page .service-card h3{margin-top:19px;font-size:22px;line-height:1.08;overflow-wrap:normal;word-break:normal}.services-page .service-card p{margin-top:18px;font-size:13.5px;line-height:1.48}.services-page .side-panel{min-height:522px;padding:48px 27px 34px;border-color:#0000000a;background:linear-gradient(135deg,#fbfaf8,#f2ece4);box-shadow:none}.services-page .side-panel h2{max-width:220px;font-size:27px;line-height:1.08}.services-page .side-panel .tag-list{display:grid;grid-template-columns:1fr;gap:29px;align-content:start;margin-top:42px}.services-page .side-panel .tag-list li{min-width:0;padding:0 0 0 34px;border:0;background:transparent;color:#292929;font-size:14px;font-weight:800;overflow-wrap:normal;text-align:left;word-break:normal}.services-page .side-panel .tag-list li:before{top:1px;width:20px;height:20px}.services-cta-section{padding:0 0 34px;background:#fff}.services-cta-panel{display:grid;grid-template-columns:76px minmax(0,1fr) minmax(430px,430px);gap:24px;align-items:center;min-height:150px;padding:22px 28px;border:1px solid rgba(223,104,64,.28);border-radius:8px;background:linear-gradient(135deg,#fbfaf8,#f2ece4);box-shadow:var(--shadow-soft)}.services-cta-icon{display:grid;width:76px;height:76px;place-items:center;flex:0 0 auto}.services-cta-icon-img{display:block;width:76px;height:76px;object-fit:contain}.services-cta-panel h2{font-size:clamp(26px,2.4vw,32px);line-height:1.08;overflow-wrap:normal;word-break:normal}.services-cta-title span{display:block;white-space:nowrap}.services-cta-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}.services-cta-actions .button{min-width:0;min-height:58px;padding-inline:16px;font-size:14px;white-space:nowrap}.mobile-sticky-cta{display:none}@media(max-width:1180px){.header-inner{grid-template-columns:230px 1fr 210px}.site-menu ul{gap:20px}.services-page-grid{grid-template-columns:1fr}.services-page-grid .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .services-page-grid{grid-template-columns:minmax(0,1fr) 278px}.services-page .services-page-grid .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-page .side-panel{min-height:522px}.services-cta-panel{grid-template-columns:76px minmax(0,1fr)}.services-cta-actions{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(220px,1fr))}.side-panel .tag-list{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .side-panel .tag-list{grid-template-columns:1fr}}@media(max-width:1060px){.header-inner{grid-template-columns:1fr auto}.button-header{display:none}.site-nav{justify-self:end}.nav-toggle{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:transparent}.nav-toggle-line{display:block;width:20px;height:2px;background:#fff}.site-menu{position:fixed;inset:0;display:grid;grid-template-rows:auto 1fr auto;gap:28px;padding:22px;background:var(--color-dark);opacity:0;pointer-events:none;transform:translateY(-14px);transition:opacity .18s ease,transform .18s ease}.site-menu:not(.is-open) .mobile-menu-head,.site-menu:not(.is-open) ul,.site-menu:not(.is-open) .mobile-menu-cta{visibility:hidden}.site-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;color:#fff;font-family:var(--font-heading);font-size:24px}.nav-close{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:transparent;color:#fff;font-size:30px;line-height:1}.site-menu ul{display:grid;gap:0;align-content:start}.site-menu li{border-bottom:1px solid rgba(255,255,255,.12)}.site-menu a{display:block;padding:18px 0;font-size:22px}.site-menu a.active:after{display:none}.mobile-menu-cta{display:flex}.hero-grid,.hero-compact:not(.hero-with-portrait) .hero-grid,.about-hero-grid,.contacts-grid,.faq-grid{grid-template-columns:1fr}.hero-grid,.about-hero-grid,.contacts-grid{min-height:auto}.hero-copy{padding-bottom:0}.home-hero .hero-grid{grid-template-columns:1fr;gap:26px;min-height:auto;padding-top:46px}.home-hero .hero-copy{max-width:680px;padding:0}.home-hero .hero-portrait{justify-self:start;width:min(100%,340px);height:370px;overflow:hidden}.home-hero .hero-portrait img{width:min(100%,340px);height:auto;max-width:100%}.services-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(250px,320px);gap:24px;min-height:380px;align-items:end;padding-top:0}.services-hero .hero-copy{align-self:center;max-width:520px;padding:0 0 10px}.services-hero .hero-portrait{align-self:end;justify-self:end;width:min(32vw,320px);height:350px;overflow:hidden}.services-hero .hero-portrait img{width:min(32vw,315px);max-width:none;transform:translate(12px)}.hero-portrait,.about-hero-portrait,.contact-portrait{justify-self:start;max-width:360px}.contacts-grid{align-items:start}.process-list{grid-template-columns:1fr;gap:18px}.process-list:before{inset:0 auto 0 19px;width:2px;height:auto;border-top:0;border-left:2px dotted #b9b3ab}.process-step{grid-template-columns:38px 1fr;justify-items:start;text-align:left}.process-step:after{display:none}.process-card{justify-items:start;min-height:auto;padding:0 0 0 16px}.service-grid,.feature-grid,.article-grid,.legal-link-grid,.practice-grid,.home-services .service-grid,.home-why .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .services-page-grid{grid-template-columns:1fr}.services-page .services-page-grid .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .side-panel{min-height:auto}.services-page .side-panel .tag-list{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-card{grid-template-columns:1fr}.practice-media img{min-height:260px;max-height:320px}.practice-note-panel{grid-template-columns:76px 1fr}.practice-note-panel .button{grid-column:1 / -1;justify-self:start}.footer-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){body{padding-bottom:72px;font-size:16px}.container,.home-page .container,.services-page .container{width:min(100% - 32px,var(--container))}.section{padding:52px 0}.section-head-row,.cta-panel,.topic-row{display:grid;align-items:start}h1{font-size:clamp(38px,12vw,54px)}h2{font-size:clamp(30px,9vw,38px)}.hero-section,.about-hero{min-height:auto;padding:48px 0 0}.services-hero{min-height:auto;padding:42px 0 0}.services-hero h1{font-size:clamp(36px,11vw,50px)}.services-hero .hero-subtitle{font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.services-hero .hero-grid{grid-template-columns:1fr;gap:26px;min-height:auto;padding-top:0}.services-hero .hero-copy{max-width:680px;padding:0}.services-hero .hero-portrait{justify-self:start;width:min(100%,300px);height:330px}.services-hero .hero-portrait img{width:min(100%,300px);max-width:100%;transform:none}.services-cta-title span{display:inline;white-space:normal}.services-cta-title span+span:before{content:" "}.hero-grid,.about-hero-grid{gap:26px}.hero-points{grid-template-columns:1fr;gap:12px}.hero-points li{grid-template-columns:44px 1fr;align-items:center;min-height:auto}.home-hero{min-height:auto;padding:42px 0 0}.home-hero .hero-grid{padding-top:0}.home-hero h1{font-size:clamp(36px,11vw,50px)}.home-hero .hero-points{gap:12px}.home-hero .hero-points li{grid-template-columns:44px minmax(0,1fr)}.hero-actions,.cta-actions{display:grid}.button,.hero-actions .button{width:100%;min-width:0}.hero-portrait,.about-hero-portrait,.contact-portrait{max-width:300px}.home-hero .hero-portrait img{width:min(100%,300px)}.home-hero .hero-portrait{height:330px}.service-scroll{display:grid;grid-auto-columns:minmax(84%,1fr);grid-auto-flow:column;grid-template-columns:none;gap:14px;overflow-x:auto;padding:4px 16px 18px;margin-inline:-16px;scroll-padding-inline:16px;scroll-snap-type:x mandatory}.service-scroll,.about-feature-grid,.home-why .feature-grid,.home-process .process-list{overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.service-scroll>*{scroll-snap-align:start}.reveal-ready .service-scroll>.reveal,.reveal-ready .home-why .feature-grid>.reveal,.reveal-ready .about-feature-grid>.reveal{opacity:1;transform:none;transition:none}.service-grid,.feature-grid,.services-page-grid .service-grid,.practice-grid,.article-grid,.legal-link-grid,.services-page .services-page-grid,.services-page .services-page-grid .service-grid{grid-template-columns:1fr}.services-page .service-card{min-height:auto}.services-page .side-panel{padding:32px 24px}.services-page .side-panel .tag-list{grid-template-columns:1fr}.services-cta-panel{grid-template-columns:1fr;gap:20px;padding:24px}.services-cta-actions{grid-column:auto;grid-template-columns:1fr}.home-services .service-grid,.home-why .feature-grid{grid-template-columns:1fr}.home-services .service-scroll{grid-template-columns:none;grid-auto-columns:minmax(84%,1fr)}.home-why .feature-card{border:1px solid rgba(0,0,0,.08)}.service-card,.feature-card,.article-card{min-height:auto;padding:24px}.article-card{padding:0}.side-panel .tag-list{grid-template-columns:1fr}.about-role{font-size:20px}.about-hero-copy p:not(.about-role){font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.contacts-grid{gap:24px;padding-top:46px}.contact-lines a:first-child,.contact-lines a:nth-child(2),.contact-lines>span{font-size:20px}.contact-note,.practice-card-body,.cta-panel{padding:24px}.practice-hero{padding:40px 0 28px}.practice-hero .container{min-height:auto}.practice-hero h1{font-size:clamp(36px,11vw,50px)}.practice-hero p{font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.hero-section:not(.home-hero) h1,.practice-hero h1,.about-hero-copy h1,.contact-card h1{font-size:clamp(36px,11vw,50px);line-height:var(--hero-title-line-height)}.hero-section:not(.home-hero) .hero-subtitle,.practice-hero p,.about-hero-copy p:not(.about-role){font-size:var(--hero-subtitle-size);line-height:var(--hero-subtitle-line-height)}.practice-note-panel{grid-template-columns:1fr;gap:18px;padding:24px}.practice-note-panel .button{width:100%;min-width:0;justify-content:center}.faq-question{grid-template-columns:28px 1fr 18px;gap:12px;padding:18px}.faq-answer>p,.faq-item.is-open .faq-answer>p{padding-right:18px;padding-left:58px}.cta-panel{grid-template-columns:1fr}.cta-icon{width:64px;height:64px}.cta-icon:before{width:27px;height:33px;margin-top:15px}.footer-grid{gap:30px}.mobile-sticky-cta{position:fixed;right:12px;bottom:12px;left:12px;z-index:90;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#202123f5;box-shadow:0 12px 32px #0000003d}.mobile-sticky-cta a{display:flex;min-height:48px;align-items:center;justify-content:center;border-radius:8px;background:var(--color-accent-dark);color:#fff;font-weight:900}.mobile-sticky-cta a+a{background:#fff;color:var(--color-dark)}}@media(max-width:1060px){.about-page .container{width:min(100% - 48px,var(--container))}.about-hero-grid{gap:28px;padding-top:0}.about-page .about-hero-portrait{justify-self:start;width:min(100%,350px);height:380px}.about-page .about-hero-portrait img{width:min(100%,350px);max-width:100%;transform:none}.about-feature-section{margin-top:0;padding-top:28px}.about-process .process-step:not(:last-child) .process-card{border-right:0}}@media(max-width:768px){.about-page .container{width:min(100% - 32px,var(--container))}.about-hero{padding-top:42px}.about-hero-copy{padding-top:0}.about-hero-copy h2{font-size:clamp(36px,11vw,48px)}.about-hero-copy p:not(.about-role){max-width:none;font-size:16px;line-height:1.5}.about-page .about-hero-portrait{width:min(100%,300px);height:330px}.about-page .about-hero-portrait img{width:min(100%,300px)}.about-feature-grid{display:grid;grid-auto-columns:minmax(84%,1fr);grid-auto-flow:column;grid-template-columns:none;gap:14px;overflow-x:auto;padding:4px 16px 18px;margin-inline:-16px;scroll-padding-inline:16px;scroll-snap-type:x mandatory}.about-feature-grid>*{scroll-snap-align:start}.about-process{padding-top:24px}.about-process .section-head{margin-bottom:24px}.about-process .process-card{min-height:auto;padding-left:14px}.cta-panel-inline{gap:18px}.cta-panel-inline p:not(.eyebrow){font-size:16px}}@media(max-width:420px){.brand-name{font-size:20px}.brand-role{font-size:13px}.process-card h3{font-size:15px}.contact-lines a,.contact-lines>span{gap:14px}}@media(max-width:1060px){.contacts-section .container,.contacts-page .faq-section .container{width:min(100% - 48px,var(--container))}.contacts-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:28px;padding-top:42px}.contact-note{align-self:start;max-width:320px;margin-bottom:32px}}@media(max-width:768px){.contacts-section{min-height:auto}.contacts-section .container,.contacts-page .faq-section .container{width:min(100% - 32px,var(--container))}.contacts-grid{grid-template-columns:1fr;gap:22px;min-height:auto;padding-top:36px}.contacts-section .contact-card h1{font-size:clamp(40px,12vw,52px)}.contact-lines{max-width:none}.contact-lines .contact-line{min-height:68px;font-size:clamp(19px,5.4vw,23px)}.contact-note{grid-column:auto;max-width:none;margin-bottom:0}.contact-note p{font-size:13px;line-height:1.45}.contact-portrait{grid-column:auto;grid-row:auto;justify-self:center;width:min(100%,300px);height:322px}.contact-portrait img{width:min(100%,300px)}.contacts-page .faq-section{padding-top:30px}.contacts-page .faq-grid .section-head{margin-bottom:16px}.contacts-page .faq-section .section-head h2{font-size:30px}.contacts-page .faq-question{padding:16px}.contacts-page .faq-answer>p,.contacts-page .faq-item.is-open .faq-answer>p{padding-right:16px;padding-left:58px}}@media(max-width:768px){.home-body{padding-bottom:0}.home-body .mobile-sticky-cta{display:none}.home-body .site-header{position:relative}.home-body .header-inner{min-height:64px}.home-body .brand-name{font-size:21px}.home-body .brand-role{font-size:13px}.home-body .nav-toggle{width:38px;height:38px;border:0}.home-body .nav-toggle-line{width:20px;height:3px}.home-page .container{width:min(100% - 40px,var(--container))}.home-hero{min-height:520px;padding:0;background:linear-gradient(90deg,#fbf8f4d6,#fbf8f47a 48%,#fbf8f41a),var(--color-surface-warm)}.home-hero .hero-bg{opacity:.88}.home-hero .hero-bg img{object-position:48% bottom}.home-hero .hero-bg:after{background:linear-gradient(90deg,#fbf8f48f,#fbf8f447 48%,#fbf8f40a),linear-gradient(180deg,#ffffff0d,#fbf8f40a 70%,#fbf8f447)}.home-hero .hero-grid{position:relative;display:block;min-height:520px;padding-top:26px;overflow:hidden}.home-hero .hero-copy{position:relative;z-index:2;width:100%;max-width:390px;padding:0 0 26px}.home-hero h1{max-width:390px;font-size:clamp(28px,6.8vw,32px);line-height:1.01}.home-hero .hero-subtitle{max-width:212px;margin-top:11px;font-size:12px;line-height:1.22}.home-hero .hero-points{display:grid;max-width:190px;gap:9px;margin-top:13px}.home-hero .hero-points li{grid-template-columns:32px minmax(0,1fr);gap:11px;align-items:center;min-height:34px;font-size:10.5px;line-height:1.18}.home-hero .hero-points .icon{width:30px;height:30px;background:#ffffffeb}.home-hero .hero-points .icon svg{width:17px;height:17px}.home-hero .hero-actions{display:grid;width:min(100%,205px);gap:8px;margin-top:14px}.home-hero .hero-actions .button{width:100%;min-width:0;min-height:38px;padding:10px 12px;font-size:11px}.home-hero .button-telegram .icon,.home-hero .button-telegram .telegram-icon-img{width:16px;height:16px}.home-hero .hero-portrait{position:absolute;right:-82px;bottom:0;z-index:1;width:min(72vw,306px);height:332px;max-width:none;overflow:hidden}.home-hero .hero-portrait img{width:104%;max-width:none;filter:none;transform:translateY(-22px)}.home-services{padding:14px 0 12px;background:#fff}.home-services .section-head,.home-process .section-head,.home-why .section-head{margin-bottom:18px}.home-services .section-head,.home-process .section-head,.home-why .section-head{margin-bottom:10px}.home-services h2,.home-process h2,.home-why h2{font-size:clamp(16px,5.35vw,23px);line-height:1.05;text-align:center;white-space:nowrap}.home-services .service-scroll{display:grid;grid-auto-columns:minmax(76%,1fr);grid-auto-flow:column;grid-template-columns:none;gap:12px;overflow-x:auto;padding:3px 16px 13px;margin-inline:-16px;scroll-padding-inline:16px;scroll-snap-type:x mandatory}.home-services .service-scroll>*{scroll-snap-align:start}.home-services .service-card{min-height:116px;padding:12px 13px 11px}.home-services .service-card .icon{width:30px;height:30px}.home-services .service-card h3{margin-top:7px;font-size:15.5px;line-height:1.05}.home-services .service-card p{margin-top:7px;font-size:10.5px;line-height:1.22}.home-process{padding:10px 0 8px}.home-process .process-list{--process-step-width: clamp(164px, 40vw, 172px);--process-step-gap: 12px;display:grid;grid-auto-columns:var(--process-step-width);grid-auto-flow:column;grid-template-columns:none;gap:var(--process-step-gap);overflow-x:auto;overflow-y:hidden;padding:4px 16px 8px;margin-inline:-16px;scroll-padding-inline:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-process .process-list:before{display:none}.home-process .process-step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;scroll-snap-align:start;text-align:center}.reveal-ready .home-process .process-step.reveal{opacity:1;transform:none;transition:none}.home-process .process-step:not(:last-child):before{position:absolute;top:17px;left:50%;width:calc(100% + var(--process-step-gap));height:1px;border-top:2px dotted #b9b3ab;content:""}.home-process .process-step:not(:last-child):after{top:11px;right:-14px;display:block;width:11px;height:11px;border-top:2px solid #2a2a2a;border-right:2px solid #2a2a2a;transform:rotate(45deg)}.home-process .process-marker{display:grid;width:100%;height:24px;place-items:center;line-height:1;z-index:1}.home-process .process-marker span{width:24px;height:24px;font-size:10.5px}.home-process .process-card{display:grid;grid-template-rows:27px 40px auto;row-gap:4px;align-content:start;justify-items:center;width:100%;min-height:152px;padding:0 5px}.home-process .process-card .icon{width:27px;height:27px;align-self:start;overflow:visible}.home-process .process-raster-icon-chat img{transform:translateY(-1px)}.home-process .process-raster-icon-checklist img{transform:scale(1.36)}.home-process .process-raster-icon-folder img{transform:translateY(-2px)}.home-process .process-card h3{align-self:start;width:min(100%,152px);max-width:150px;margin-top:0;font-size:12.2px;line-height:1.05;text-align:center;text-wrap:balance}.home-process .process-card p{align-self:start;width:min(100%,152px);max-width:150px;margin-top:0;font-size:10.5px;line-height:1.18;text-align:left;text-align-last:auto;hyphens:none;overflow-wrap:break-word}.home-why{padding:10px 0 8px}.home-why .feature-grid{display:grid;grid-auto-columns:minmax(88%,1fr);grid-auto-flow:column;grid-template-columns:none;gap:12px;overflow-x:auto;padding:3px 16px 10px;margin-inline:-16px;scroll-padding-inline:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-why .feature-grid>*{scroll-snap-align:start}.home-why .feature-card{min-height:136px;padding:11px 12px 10px;box-shadow:var(--shadow-soft)}.home-why .feature-card .icon{width:30px;height:30px}.home-why .feature-card h3{margin-top:6px;font-size:14.5px;line-height:1.05}.home-why .feature-card p{margin-top:6px;font-size:10.2px;line-height:1.22}.site-footer{padding:24px 0}.footer-grid{grid-template-columns:minmax(96px,.86fr) minmax(0,2.45fr);column-gap:14px;row-gap:12px}.footer-brand{grid-column:1;grid-row:1 / 3}.footer-contacts{grid-column:2;display:grid;grid-template-columns:max-content max-content;column-gap:clamp(10px,3vw,14px);row-gap:10px}.footer-legal{grid-column:2;display:grid;gap:8px}.footer-legal-links{grid-column:auto;gap:6px}.footer-personal-data-note{grid-column:auto;max-width:none;padding-top:0}.footer-name{font-size:15px}.footer-contact-link{grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:center}.footer-contact-link span{min-width:0;overflow-wrap:anywhere}.footer-contacts .footer-contact-link:nth-child(1){grid-column:1;grid-row:1}.footer-contacts .footer-contact-link:nth-child(2){grid-column:1;grid-row:2}.footer-contacts .footer-contact-link:nth-child(3){grid-column:2;grid-row:2}.footer-contacts .footer-contact-link:nth-child(4){grid-column:2;grid-row:1}.footer-contacts .footer-contact-link span{overflow-wrap:normal;white-space:nowrap}.footer-contacts .icon{width:15px;height:15px}.footer-brand p,.footer-contacts a,.footer-contacts span,.footer-legal-links a{font-size:10px}.footer-personal-data-note,.footer-bottom p{font-size:9.5px}.footer-bottom{margin-top:14px;padding-top:12px}}@media(max-width:420px){.home-hero .hero-copy{width:100%;max-width:390px}.home-hero h1{max-width:390px;font-size:27px}.home-hero .hero-subtitle,.home-hero .hero-points{max-width:176px}.home-hero .hero-actions{width:196px}.home-hero .hero-portrait{right:-90px;width:min(76vw,300px)}.home-services .service-card h3{font-size:16px}.footer-grid{gap:14px}}.reveal{opacity:1;transform:none}.reveal-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .42s ease,transform .42s ease}.reveal-ready .reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal,.reveal-ready .reveal{opacity:1;transform:none}}
