:root{--bg:#f6f8fb;--white:#fff;--dark:#111827;--muted:#64748b;--orange:#ff6a00;--orange-dark:#e85f00;--line:#e5e7eb;--blue-soft:#eaf2fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--dark);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.header{min-height:88px;padding:0 56px;background:var(--white);border-bottom:1px solid var(--line);justify-content:space-between;gap:32px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.header,.logo{display:flex;align-items:center}.logo{width:280px;min-width:220px}.logo img{width:100%;height:auto;display:block}.nav{display:flex;gap:24px;font-weight:700;font-size:15px;white-space:nowrap}.nav a:hover{color:var(--orange)}.headerContacts{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-weight:800;font-size:17px;white-space:nowrap}.hero{max-width:1760px;margin:0 auto;padding:96px 56px 80px;display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:72px;gap:72px;align-items:center}.label{margin:0 0 18px;color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:14px}.hero h1{margin:0;max-width:760px;font-size:clamp(44px,5.4vw,78px);line-height:1.04;letter-spacing:-.05em}.lead{max-width:640px;margin:28px 0 0;color:var(--muted);font-size:20px;line-height:1.65}.heroButtons{display:flex;gap:16px;margin-top:36px;flex-wrap:wrap}.button{min-height:58px;padding:0 28px;border-radius:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.button.primary{background:var(--orange);color:var(--white)}.button.secondary{background:var(--white);color:var(--orange);border:1px solid var(--orange)}.heroImage{position:relative;overflow:hidden;border-radius:28px;min-height:420px;box-shadow:0 34px 90px rgba(15,23,42,.16);background:var(--blue-soft)}.heroImage img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.features{max-width:1760px;margin:0 auto;padding:0 56px 64px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px}.features div{background:var(--white);padding:34px;border:1px solid var(--line);min-height:160px}.features strong{display:block;margin-bottom:12px;font-size:20px}.features p{margin:0;color:var(--muted);line-height:1.55}.faqSection,.section,.solutionsPreview{max-width:1760px;margin:0 auto;padding:70px 56px}.aboutSection h2,.darkSection h2,.faqSection h2,.request h2,.section h2,.solutionsPreview h2{margin:0 0 34px;font-size:clamp(32px,3vw,48px);letter-spacing:-.04em}.sectionAction{margin-top:28px}.catalogGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.catalogCard{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease;display:block}.catalogCard:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.catalogImage{height:190px;background:#e7edf4;overflow:hidden}.catalogImage img{width:100%;height:100%;object-fit:cover;display:block}.catalogText{padding:20px}.catalogText span{color:var(--orange);font-weight:900}.catalogCard h3{margin:8px 0 12px;font-size:20px;line-height:1.2}.catalogCard p{margin:0 0 14px;color:var(--muted);line-height:1.55}.solutionPreviewGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.solutionPageCard,.solutionPreviewCard{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 16px 40px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}.solutionPageCard:hover,.solutionPreviewCard:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.solutionPageCard h2,.solutionPreviewCard h3{margin:0 0 14px}.solutionPageCard p,.solutionPreviewCard p{margin:0 0 20px;color:var(--muted);line-height:1.6}.solutionPageCard span,.solutionPreviewCard span{color:var(--orange);font-weight:900}.darkSection{margin:20px 0;padding:90px 56px;background:#0f172a;color:var(--white)}.darkSection .label,.darkSection h2,.darkSection>p,.steps{max-width:1760px;margin-left:auto;margin-right:auto}.darkSection>p:not(.label){color:#cbd5e1;font-size:20px;line-height:1.7;max-width:980px}.steps{margin-top:36px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.steps div{padding:24px;border-radius:16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-weight:800}.brandGrid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px}.brandCard{min-height:96px;background:var(--white);border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;color:#334155}.aboutSection{max-width:1760px;margin:0 auto;padding:76px 56px;display:grid;grid-template-columns:1fr .9fr;grid-gap:48px;gap:48px;align-items:start}.aboutSection p{color:var(--muted);font-size:19px;line-height:1.7}.aboutCards{display:grid;grid-gap:18px;gap:18px}.aboutCards div{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:28px;font-weight:900;box-shadow:0 16px 40px rgba(15,23,42,.05)}.articleGrid,.faqGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.articleGridLarge{grid-template-columns:repeat(2,1fr)}.articleCard,.faqCard{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.articleCard{display:block;transition:transform .2s ease,box-shadow .2s ease}.articleCard:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.1)}.articleCard h3,.faqCard strong{margin:0 0 14px;display:block;font-size:21px;line-height:1.28}.articleCard p,.faqCard p{margin:0 0 18px;color:var(--muted);line-height:1.6}.articleCard span{color:var(--orange);font-weight:900}.pageHero{max-width:1760px;margin:0 auto;padding:90px 56px 60px}.pageHero h1{max-width:980px;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.05;letter-spacing:-.05em}.pageHero p:not(.label){max-width:820px;margin:28px 0 0;color:var(--muted);font-size:21px;line-height:1.65}.solutionPageGrid{grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.detailSection,.solutionPageGrid{max-width:1760px;margin:0 auto 80px;padding:0 56px;display:grid}.detailSection{grid-template-columns:1.1fr .9fr;grid-gap:32px;gap:32px}.detailSection>div{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:36px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.detailSection h2{margin:0 0 24px;font-size:36px;letter-spacing:-.04em}.detailSection ul{margin:0;padding-left:22px;color:var(--muted);font-size:19px;line-height:1.75}.detailBox strong{display:block;margin-bottom:14px;font-size:24px}.detailBox p{margin:0;color:var(--muted);font-size:19px;line-height:1.7}.articleListSection,.catalogListSection{max-width:1760px;margin:0 auto 80px;padding:0 56px}.articlePage{max-width:1120px;margin:0 auto;padding:90px 56px}.articleHeader{margin-bottom:48px}.articleHeader h1{margin:0;font-size:clamp(42px,5vw,70px);line-height:1.06;letter-spacing:-.05em}.articleHeader p:not(.label){max-width:820px;margin:24px 0 0;color:var(--muted);font-size:21px;line-height:1.65}.articleContent{background:var(--white);border:1px solid var(--line);border-radius:24px;padding:48px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.articleContent section{margin-bottom:34px}.articleContent h2{margin:0 0 14px;font-size:30px;letter-spacing:-.03em}.articleContent p{margin:0;color:var(--muted);font-size:19px;line-height:1.75}.articleCta{margin-top:48px;padding:34px;border-radius:20px;background:linear-gradient(135deg,#fff,#eaf2fb);border:1px solid var(--line)}.articleCta h2{margin:0 0 14px}.articleCta .button{margin-top:22px}.relatedArticles{margin-top:34px;display:grid;grid-gap:12px;gap:12px}.relatedArticles strong{font-size:22px}.relatedArticles a{color:var(--orange);font-weight:800}.productHero{max-width:1760px;margin:0 auto;padding:90px 56px 70px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:56px;gap:56px;align-items:center}.productHero h1{margin:0;font-size:clamp(42px,5vw,72px);line-height:1.05;letter-spacing:-.05em}.productHero p:not(.label){max-width:760px;margin:24px 0 0;color:var(--muted);font-size:21px;line-height:1.65}.productHeroImage{min-height:420px;border-radius:26px;overflow:hidden;box-shadow:0 30px 80px rgba(15,23,42,.16);background:var(--blue-soft)}.productHeroImage img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.productInfoGrid{max-width:1760px;margin:0 auto;padding:0 56px 76px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.productInfoCard{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.productInfoCard h2{margin:0 0 22px;font-size:32px;letter-spacing:-.04em}.productInfoCard ul{margin:0;padding-left:22px;color:var(--muted);font-size:19px;line-height:1.75}.productProcess{margin:20px 0;padding:80px 56px;background:#0f172a;color:var(--white)}.productProcess .steps,.productProcess h2,.productProcess>p{max-width:1760px;margin-left:auto;margin-right:auto}.productProcess h2{margin-top:0;font-size:clamp(32px,3vw,48px);letter-spacing:-.04em}.productCta{max-width:1760px;margin:0 auto 80px;padding:56px;background:linear-gradient(135deg,#fff,#eaf2fb);border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:32px}.productCta h2{margin:0 0 12px;font-size:40px;letter-spacing:-.04em}.productCta p{margin:0;color:var(--muted);font-size:19px;line-height:1.6}.request{max-width:1760px;margin:0 auto 70px;padding:64px 56px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:42px;gap:42px;align-items:start;background:linear-gradient(135deg,#fff,#eaf2fb);border-radius:28px}.request p{color:var(--muted);font-size:18px;line-height:1.6}.form{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:18px;font:inherit;background:var(--white)}.form textarea{grid-column:1/-1;min-height:120px;resize:vertical}.form button{grid-column:1/-1;height:58px;border:0;border-radius:12px;background:var(--orange);color:var(--white);font-weight:900;cursor:pointer}.footer{background:#0f172a;color:var(--white);padding:56px;display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:42px;gap:42px}.footerLogo{display:block;width:260px;max-width:100%;background:#fff;border-radius:12px;padding:8px;margin-bottom:18px}.footer p{color:#cbd5e1;margin:10px 0 0}.footer strong{font-size:20px}@media (max-width:1200px){.header{padding:18px 22px;flex-wrap:wrap}.logo{width:240px}.nav{order:3;width:100%;overflow-x:auto}.hero,.productHero{grid-template-columns:1fr;padding:54px 22px}.features{padding:0 22px 44px}.catalogGrid,.features{grid-template-columns:repeat(2,1fr)}.brandGrid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.aboutSection,.articleGrid,.articleGridLarge,.detailSection,.faqGrid,.productInfoGrid,.solutionPageGrid,.solutionPreviewGrid{grid-template-columns:1fr}.aboutSection,.articleListSection,.articlePage,.catalogListSection,.darkSection,.detailSection,.faqSection,.footer,.pageHero,.productCta,.productInfoGrid,.productProcess,.request,.section,.solutionPageGrid,.solutionsPreview{padding-left:22px;padding-right:22px}.request{grid-template-columns:1fr;border-radius:0}.articleContent{padding:28px}.productCta{display:grid;border-radius:0}}@media (max-width:640px){.headerContacts{align-items:flex-start}.hero h1{font-size:42px}.brandGrid,.catalogGrid,.features,.footer,.form,.steps{grid-template-columns:1fr}}.breadcrumbs{margin:0 0 34px;padding:10px 14px;display:inline-flex;max-width:100%;flex-wrap:wrap;align-items:center;gap:8px;background:hsla(0,0%,100%,.86);border:1px solid var(--line);border-radius:999px;box-shadow:0 10px 28px rgba(15,23,42,.06);color:#64748b;font-size:12px;line-height:1.25}.breadcrumbs a{color:#64748b;font-weight:800;transition:color .2s ease}.breadcrumbs a:hover{color:var(--orange)}.breadcrumbs span{color:#94a3b8;font-weight:700}.breadcrumbs span:last-child{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569;font-weight:800}.crumbSep{color:#cbd5e1!important;font-weight:700!important}.articleHeader .breadcrumbs,.pageHero .breadcrumbs,.productHero .breadcrumbs{margin-bottom:30px}@media (max-width:640px){.breadcrumbs{width:100%;padding:10px 12px;border-radius:14px;font-size:12px;gap:6px}.breadcrumbs span:last-child{max-width:100%;white-space:normal}}.crumbSep{color:var(--orange)!important;font-weight:900!important;opacity:.95}.formMessage{grid-column:1/-1;margin:0;padding:14px 16px;border-radius:12px;background:#fff7ed;border:1px solid rgba(255,106,0,.24);color:#9a3412!important;font-size:15px!important;line-height:1.45!important}.formMessage.success{background:#ecfdf5;border-color:rgba(16,185,129,.24);color:#047857!important}.form button:disabled{opacity:.7;cursor:wait}.hiddenField{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.formFull{grid-column:1/-1}.modalOpen{overflow:hidden}.modalOverlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.52);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.callbackModal{position:relative;width:min(100%,460px);padding:34px;border-radius:26px;background:#fff;box-shadow:0 34px 90px rgba(15,23,42,.28)}.callbackModal h2{margin:8px 0 10px;color:var(--navy);font-size:34px;line-height:1.05}.modalLead{margin:0 0 22px;color:#64748b;font-size:16px;line-height:1.55}.modalClose{position:absolute;top:16px;right:16px;width:38px;height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#64748b;font-size:26px;line-height:1;cursor:pointer}.modalClose:hover{border-color:rgba(255,106,0,.28)}.callbackForm{display:grid;grid-gap:14px;gap:14px}.callbackForm input{width:100%;min-height:56px;padding:0 18px;border:1px solid var(--line);border-radius:16px;background:#f8fafc;color:#0f172a;font:inherit;outline:none}.callbackForm input:focus{border-color:rgba(255,106,0,.45);box-shadow:0 0 0 4px rgba(255,106,0,.08)}.callbackForm button[type=submit]{min-height:58px;border:0;border-radius:16px;background:var(--orange);color:#fff;font-weight:900;font:inherit;cursor:pointer}.callbackForm button[type=submit]:disabled{opacity:.7;cursor:wait}@media (max-width:640px){.callbackModal{padding:28px 22px;border-radius:22px}.callbackModal h2{font-size:28px}}.button,.callbackForm button[type=submit],.form button,.modalClose,button.button{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.button:hover,button.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.14)}.button:active,button.button:active{transform:translateY(0);box-shadow:0 8px 18px rgba(15,23,42,.12)}.button.primary:hover{background:var(--orange-dark);color:#fff}.button.secondary:hover,button.button.secondary:hover{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 16px 34px rgba(255,106,0,.22)}.button:focus-visible,.callbackForm button[type=submit]:focus-visible,.form button:focus-visible,.modalClose:focus-visible,button.button:focus-visible{outline:3px solid rgba(255,106,0,.28);outline-offset:4px}.callbackForm button[type=submit]:hover,.form button:hover{transform:translateY(-2px);background:var(--orange-dark);box-shadow:0 16px 34px rgba(255,106,0,.22)}.callbackForm button[type=submit]:active,.form button:active{transform:translateY(0);box-shadow:0 8px 18px rgba(255,106,0,.16)}.button:disabled,.callbackForm button[type=submit]:disabled,.form button:disabled,button.button:disabled{opacity:.65;cursor:wait;transform:none;box-shadow:none}.modalClose:hover{transform:rotate(90deg);color:var(--orange);border-color:rgba(255,106,0,.35);box-shadow:0 12px 24px rgba(15,23,42,.12)}@media (prefers-reduced-motion:reduce){.button,.callbackForm button[type=submit],.form button,.modalClose,button.button{transition:none}.button:hover,.callbackForm button[type=submit]:hover,.form button:hover,.modalClose:hover,button.button:hover{transform:none}}.consentField{grid-column:1/-1;display:grid;grid-template-columns:18px 1fr;grid-gap:10px;gap:10px;align-items:start;margin:-2px 0 2px;color:#64748b;font-size:13px;line-height:1.45}.consentField input{width:18px!important;min-height:18px!important;height:18px!important;margin:1px 0 0;padding:0!important;accent-color:var(--orange)}.consentField a{color:var(--orange);font-weight:900;text-decoration:underline;text-underline-offset:3px}.consentField a:hover{color:var(--orange-dark)}.consentField.compact{margin-top:0;font-size:12px}.legalPage{padding:0 7vw 80px}.legalContent{max-width:980px;margin:0 auto;padding:44px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.06)}.legalContent h2{margin:34px 0 12px;color:var(--navy);font-size:28px;line-height:1.15}.legalContent h2:first-of-type{margin-top:0}.legalContent li,.legalContent p{color:#475569;font-size:17px;line-height:1.75}.legalContent ul{margin:0 0 22px;padding-left:22px}.legalDate{margin:0 0 24px;color:#64748b!important;font-size:14px!important}.legalNotice{margin-top:36px;padding:22px;border-radius:20px;background:#fff7ed;border:1px solid rgba(255,106,0,.2)}.legalNotice strong{color:var(--navy)}.legalNotice p{margin:8px 0 0}.footer a{color:inherit;text-decoration:none;transition:color .18s ease}.footer a:hover{color:var(--orange)}@media (max-width:720px){.legalPage{padding:0 20px 56px}.legalContent{padding:28px 22px;border-radius:22px}.legalContent h2{font-size:24px}.legalContent li,.legalContent p{font-size:16px}}.crumbItem{display:inline-flex;align-items:center;gap:8px}.articlePage .request,.detailSection+.request,.productCta.request{margin:42px 0 0}