@charset "UTF-8";
:root{--blue:#123abd;--ink:#16223d;--paper:#f4f6fa;--lime:#ddf76a;--line:#cbd2e0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:18px;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #eb7125;outline-offset:6px}header{height:94px;padding:0 5%;display:flex;align-items:center;gap:44px;border-bottom:1px solid var(--line)}.brand{font-size:35px;font-weight:900;letter-spacing:-2px;white-space:nowrap}.brand span{font-weight:400;margin-left:8px;letter-spacing:-1px}.header-note{font-size:16px;line-height:1.4}.phone{margin-left:auto;font-weight:600;font-size:20px}.screen{padding:34px 5% 40px;min-height:780px;display:flex;flex-direction:column;justify-content:space-between}.eyebrow{display:flex;justify-content:space-between;font-size:17px;letter-spacing:.035em;padding-bottom:30px}.eyebrow span{opacity:.65}.hero{background:var(--paper);min-height:calc(100svh - 94px)}.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:50px;align-items:center}h1,h2,h3,p{margin:0}h1{font-size:clamp(48px,4.8vw,76px);line-height:1.05;letter-spacing:-.045em;font-weight:600}mark{background:var(--lime);color:var(--ink);padding:0 .07em}h1 mark{display:inline-block;padding-bottom:.08em}.lead{font-size:clamp(20px,1.65vw,25px);line-height:1.5;margin:28px 0 30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:21px 26px;background:var(--blue);color:white;font-size:20px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#082582;transform:translateY(-2px)}.button span{font-size:27px;line-height:1}.media-space{height:390px;display:flex;flex-direction:column;border:1px solid var(--line);padding:24px;background:#e9edf3}.media-space>span{font-size:23px;line-height:1.1;letter-spacing:.04em;color:#5a6884}.media-empty{flex:1}.media-space small{font-size:16px;line-height:1.4;max-width:300px}.hero-proof{display:grid;grid-template-columns:1fr 1.2fr 1.1fr;margin-top:38px;padding-top:25px;border-top:1px solid var(--line);gap:40px}.hero-proof p{font-size:18px;line-height:1.45}.hero-proof strong{display:block;font-size:29px;margin-bottom:6px;font-weight:600}.applications{background:white}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}h2{font-size:clamp(36px,3.7vw,57px);line-height:1.1;font-weight:500;letter-spacing:-.035em}h2 em{font-style:normal;color:var(--blue)}.section-heading>p{font-size:19px;line-height:1.5;max-width:350px}.material-table>div{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;border-top:1px solid var(--line);padding:25px 0}.material-table h3{font-size:26px;font-weight:500}.material-table p{font-size:21px;line-height:1.45;max-width:760px}.statement{background:var(--paper);padding:24px 30px;margin-top:18px;display:flex;justify-content:space-between;gap:30px}.statement>span{font-size:19px}.statement p{font-size:26px;line-height:1.3}.statement strong{color:var(--blue)}.operation{background:var(--blue);color:white}.operation h2 em{color:var(--lime)}.operation-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:9%;margin:10px 0 30px}.big-number>span{font-size:24px}.big-number>strong{display:block;font-size:clamp(85px,10vw,155px);letter-spacing:-.07em;line-height:1;color:var(--lime);font-weight:500}.big-number>p{font-size:25px;margin-top:12px}.rule{height:1px;background:#6481d5;margin-top:30px;width:80%}.big-number .explanation{font-size:21px;line-height:1.5}.operation-list article{border-top:1px solid #6481d5;padding:18px 0}.operation-list h3{font-size:26px;font-weight:500;margin-bottom:10px}.operation-list p{font-size:20px;line-height:1.45;color:#e2e9ff}details{border-top:1px solid #6481d5}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;padding-top:20px;font-size:20px}summary::-webkit-details-marker{display:none}summary span{font-size:28px}details[open] summary span{transform:rotate(45deg)}dl{margin:20px 0 0}dl>div{display:grid;grid-template-columns:1fr 1.2fr;padding:13px 0;border-top:1px solid #6481d5;gap:30px;font-size:19px}dd{margin:0}.contact{background:var(--paper)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:7%;align-items:center}.contact h2{font-size:clamp(50px,5.2vw,78px)}.contact .lead{font-size:21px;margin:28px 0 18px}.support{font-size:18px;line-height:1.5;max-width:550px;color:#455471}.request{border-top:4px solid var(--blue);padding:28px 0}.request-label{font-size:18px;color:var(--blue)}.request h3{font-size:40px;font-weight:500;line-height:1.15;margin:28px 0 18px;letter-spacing:-.03em}.request>p{font-size:22px;line-height:1.45;margin-bottom:30px}.contact-phone{display:block;font-size:29px;margin-top:30px;font-weight:500}.hours{display:block;margin-top:12px;font-size:18px}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);margin-top:35px;padding-top:24px;font-size:16px}footer .brand{font-size:28px}@media(min-width:1600px){.screen{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2));min-height:850px}.hero{min-height:calc(100svh - 94px)}}@media(max-width:900px){header{height:78px}.header-note{display:none}.screen{min-height:auto;padding:28px 6% 40px}.hero-grid{gap:25px}.media-space{height:330px}h1{font-size:48px}.hero-proof{gap:20px}.hero-proof strong{font-size:24px}.section-heading{display:block}.section-heading>p{margin-top:20px}.operation-grid{gap:5%}.contact-grid{gap:5%}.request h3{font-size:34px}.button{font-size:18px;padding:20px;gap:18px}footer{flex-wrap:wrap}}@media(max-width:620px){header{padding:0 6%;gap:15px;height:74px}.brand{font-size:27px}.phone{font-size:16px}.eyebrow{font-size:16px;padding-bottom:28px}.hero-grid,.operation-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{gap:30px}h1{font-size:clamp(40px,10.5vw,60px)}h2{font-size:38px}.lead{font-size:21px}.media-space{height:240px}.hero-proof{grid-template-columns:1fr;gap:18px}.hero-proof p{border-bottom:1px solid var(--line);padding-bottom:18px}.hero-proof strong{font-size:26px}.material-table>div{grid-template-columns:1fr;gap:12px;padding:23px 0}.material-table h3{font-size:25px}.material-table p{font-size:20px}.statement{flex-direction:column;padding:24px;gap:15px}.statement p{font-size:25px}.operation-grid{gap:32px}.big-number>strong{font-size:110px}.operation-list h3{font-size:25px}dl>div{grid-template-columns:1fr;gap:8px}.contact-grid{gap:30px}.contact h2{font-size:56px}.contact .lead br{display:none}.request h3{font-size:36px}.contact-phone{font-size:27px}footer{align-items:flex-start;flex-direction:column;gap:22px}.button{min-height:64px}.screen{scroll-margin-top:0}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.button{transition:none}}

.media-space{margin:0;height:auto;min-height:390px;padding:20px;border:0;background:transparent;justify-content:center;gap:20px}.media-space img{display:block;width:100%;height:auto;max-height:360px;object-fit:contain}.media-space figcaption{font-size:18px;line-height:1.45;color:#455471}.media-space figcaption strong{color:var(--ink);font-weight:500}@media(max-width:900px){.media-space{min-height:0;padding:0}.media-space figcaption{font-size:16px}}@media(max-width:620px){.media-space img{max-height:280px}.media-space{gap:16px}}

.brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:1}.brand img{display:block;width:230px;height:auto}footer .brand img{width:190px}@media(max-width:620px){header .brand img{width:165px}header{gap:12px}.phone{font-size:15px}footer .brand img{width:190px}}@media(max-width:360px){header .brand img{width:145px}.phone{font-size:14px}}
