:root{color-scheme:light;--blue:#2456ec;--blue-dark:#1642c5;--ink:#17213a;--muted:#627086;--line:#e3e8f1;--soft:#f5f7fc;--yellow:#ffdf56;--radius:24px;font-family:"Manrope","Segoe UI",Arial,sans-serif;font-synthesis:none;color:var(--ink);background:#fff;font-size:16px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px;border-radius:5px}
a,summary{touch-action:manipulation}
.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.skip-link{position:fixed;top:12px;left:12px;padding:14px 20px;background:var(--blue);color:white;z-index:5;transform:translateY(-180%)}
.skip-link:focus{transform:translateY(0)}
.site-header{height:110px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;font-size:27px;font-weight:800;letter-spacing:-1.3px;white-space:nowrap}
.brand-mark{height:36px;width:36px;border-radius:10px;background:var(--blue);color:#fff;display:grid;place-items:center;margin-right:10px}
.brand-mark .icon{width:23px;height:23px}
.brand-period{color:var(--blue)}
.desktop-nav{display:flex;gap:29px;margin-left:34px;font-size:14px;font-weight:600}
.desktop-nav a:hover,.site-footer>a:last-child:hover{color:var(--blue)}
.header-contact{display:inline-flex;align-items:center;gap:13px;border:1px solid #d9e2f6;border-radius:12px;padding:13px 17px;color:var(--blue);font-size:14px;font-weight:700;transition:background .2s}
.header-contact:hover{background:#eff3ff}
.header-contact .icon{width:19px;height:19px}
.hero{display:grid;grid-template-columns:1.03fr 1fr;align-items:center;min-height:644px;padding-block:65px 68px;gap:20px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:1.7px;line-height:1.6}
.eyebrow-line{display:inline-block;width:22px;height:2px;background:var(--blue)}
h1,h2,h3,p{margin:0}
h1{font-size:clamp(3.4rem,5.35vw,4.7rem);line-height:1.11;letter-spacing:-3.3px;font-weight:800;margin-top:23px}
.highlight{color:var(--blue);background:linear-gradient(transparent 85%,var(--yellow) 85%,var(--yellow) 96%,transparent 96%);padding-right:6px}
.hero-description{font-size:17px;line-height:1.8;color:var(--muted);max-width:430px;margin-top:29px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:20px 24px;border-radius:13px;font-size:15px;font-weight:750;line-height:1.4;min-height:60px;transition:background .2s,transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}
.button-blue{background:var(--blue);color:white;box-shadow:0 7px 18px #2456ec18;margin-top:29px}
.button-blue:hover{background:var(--blue-dark);box-shadow:0 8px 24px #2456ec30}
.button-arrow{width:19px;height:19px;margin-left:16px}
.hero-note{font-size:12px;margin-top:15px;color:var(--muted);line-height:1.6}
.hero-note span{margin-inline:7px}
.hero-visual{border-radius:34px;min-width:0;overflow:hidden}
.hero-visual:empty{display:none}
.hero-visual img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:34px}
.benefits{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:25px}
.benefits span{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}
.benefits .icon{width:20px;height:20px;color:var(--blue)}
.section{padding-block:92px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px}
.section-label{color:var(--blue);margin-bottom:13px}
h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;line-height:1.22;letter-spacing:-1.5px}
.section-heading>p{color:var(--muted);font-size:14px;line-height:1.8}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{border:1px solid var(--line);border-radius:18px;padding:25px 22px;background:#fff;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}
.service-card:hover{border-color:#bacbff;transform:translateY(-3px)}
.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}
.service-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;color:var(--blue);background:#eff3ff}
.service-number{font-size:12px;color:#7b869b;font-weight:600}
h3{font-size:17px;font-weight:750;line-height:1.5;letter-spacing:-.35px}
.service-card p{color:var(--muted);font-size:16px;line-height:1.8;margin-top:11px;margin-bottom:24px}
.service-tag{font-size:12px;line-height:1.8;color:#53647d;border-top:1px solid var(--line);padding-top:17px;display:block;margin-top:auto}
.services-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:27px;font-size:14px;line-height:1.8}
.services-note p{color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-weight:700;white-space:nowrap;text-underline-offset:4px}
.text-link:hover{text-decoration:underline}
.text-link .icon{width:19px;height:19px}
.process-section{background:var(--soft);border-top:1px solid #edf0f7;border-bottom:1px solid #edf0f7}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:58px;margin-top:47px}
.step-number{display:grid;place-items:center;color:var(--blue);width:44px;height:44px;background:#fff;border:1px solid #dce4f6;border-radius:50%;font-size:17px;font-weight:750;margin-bottom:24px}
.step h3{font-size:19px}
.step p{color:var(--muted);font-size:16px;line-height:1.9;margin-top:12px;max-width:340px}
.message-tip{display:flex;align-items:center;gap:15px;background:#eaf0ff;color:#36507e;border-radius:12px;padding:20px 24px;margin-top:38px}
.message-tip>.icon{color:var(--blue);width:22px;height:22px}
.message-tip p{font-size:14px;line-height:1.8}
.message-tip strong{font-weight:750}
.faq-section{display:grid;grid-template-columns:.95fr 1.4fr;gap:80px;padding-block:104px}
.faq-intro p{color:var(--muted);font-size:14px;line-height:1.9;margin-top:24px}
.faq-intro .text-link{margin-top:5px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;padding:23px 0;font-size:15px;line-height:1.6;font-weight:700}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:20px;height:20px;color:var(--muted);transition:transform .2s}
.faq-list details[open] summary{color:var(--blue)}
.faq-list details[open] summary .icon{transform:rotate(45deg);color:var(--blue)}
.faq-list details>p{color:var(--muted);font-size:16px;line-height:1.9;padding:0 35px 25px 0}
.contact-panel{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:55px 58px;border-radius:24px;background:var(--blue);color:#fff}
.contact-panel .eyebrow{color:#d5e0ff;font-size:12px;letter-spacing:1.4px}
.contact-panel h2{font-size:38px;line-height:1.25;margin-top:15px}
.contact-panel p{color:#dee7ff;font-size:14px;line-height:1.8;margin-top:20px}
.button-white{background:#fff;color:var(--blue);white-space:nowrap}
.button-white:hover{background:#f0f4ff}
.contact-action{text-align:center;flex-shrink:0}
.contact-action>span{display:block;font-size:12px;color:#dae4ff;letter-spacing:.8px;margin-top:17px}
.contact-panel a:focus-visible{outline-color:var(--yellow)}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:44px}
.site-footer .brand{font-size:23px}
.site-footer .brand-mark{width:30px;height:30px;border-radius:9px}
.site-footer .brand-mark .icon{width:20px;height:20px}
.site-footer p{color:var(--muted);font-size:12px}
.site-footer>a:last-child{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:650}
.site-footer>a:last-child .icon{width:18px;height:18px}
@media(min-width:1440px){.hero{gap:52px;min-height:684px}.hero-visual img{max-height:535px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:19px;margin-left:0}.header-contact{font-size:12px;padding:13px}.hero{gap:20px;min-height:610px}h1{font-size:3.7rem}.hero-description{font-size:16px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{padding:25px}.service-card p{min-height:50px}.service-tag{font-size:12px}.steps{gap:36px}.faq-section{gap:44px}.contact-panel{padding:42px 36px;gap:24px}.contact-panel h2{font-size:32px}.button{padding:18px 21px}.button-arrow{margin-left:7px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.site-header{height:86px}.desktop-nav{display:none}.header-contact{font-size:12px}.hero{padding-block:46px;gap:12px;min-height:570px;grid-template-columns:1.15fr 1fr}h1{font-size:3.1rem;letter-spacing:-2px}.hero-description{font-size:16px}.hero .button{font-size:14px;padding:17px}.hero .button .button-arrow{display:none}.hero-note{font-size:12px}.hero-visual img{border-radius:24px}.benefits{padding-block:21px;gap:14px}.benefits span{font-size:12px;gap:6px}.benefits .icon{width:16px;height:16px}.section{padding-block:64px}.section-heading{display:block}.section-heading>p{margin-top:16px}.section-heading>p br{display:none}.steps{gap:24px}.step h3{font-size:17px}.step p{font-size:16px}.services-note{align-items:start}.faq-section{grid-template-columns:1fr;gap:32px}.faq-intro h2 br{display:none}.faq-intro p{margin-top:16px}.contact-panel{display:block;padding:40px}.contact-action{text-align:left;margin-top:26px}.contact-action>span{margin-left:7px}.site-footer{flex-wrap:wrap}.site-footer p{order:3;width:100%;text-align:center;margin-top:0}.site-footer{row-gap:21px}}
@media(max-width:540px){.wrap{width:calc(100% - 36px)}.site-header{height:80px;gap:10px}.brand{font-size:25px}.brand-mark{height:32px;width:32px;margin-right:8px;border-radius:9px}.header-contact{font-size:0;padding:11px;border-radius:11px;gap:0}.header-contact .icon{width:22px;height:22px}.hero{grid-template-columns:1fr;gap:28px;padding-block:41px 27px;min-height:0}.eyebrow{font-size:12px;letter-spacing:1.3px}h1{font-size:clamp(2.85rem,11.8vw,4rem);letter-spacing:-2.4px;line-height:1.12;margin-top:19px}.hero-description{font-size:16px;line-height:1.8;margin-top:25px;max-width:390px}.hero .button{font-size:14px;padding:18px 20px;margin-top:24px;min-height:59px}.hero .button .button-arrow{display:block}.hero-note{font-size:12px;margin-top:13px}.hero-visual{margin-inline:0;border-radius:22px}.hero-visual img{aspect-ratio:1.15;max-height:370px;border-radius:22px}.benefits{display:grid;gap:14px;padding-block:22px}.benefits span{font-size:14px;gap:9px}.benefits .icon{width:18px;height:18px}.section{padding-block:54px}.section-label{font-size:12px;margin-bottom:12px}h2{font-size:1.9rem;letter-spacing:-1px;line-height:1.25}.section-heading{margin-bottom:26px}.section-heading>p{font-size:14px;line-height:1.8}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{padding:25px}.service-top{margin-bottom:21px}.service-card h3{font-size:19px}.service-card p{font-size:16px;min-height:0;margin-bottom:22px}.service-tag{font-size:12px}.services-note{display:block;font-size:14px;margin-top:23px}.services-note .text-link{margin-top:12px}.steps{grid-template-columns:1fr;gap:31px;margin-top:32px}.step{display:grid;grid-template-columns:40px 1fr;gap:0 17px}.step-number{width:38px;height:38px;font-size:16px;margin-bottom:0;grid-row:1/3}.step h3{font-size:18px;margin-top:4px}.step p{font-size:16px;max-width:none;margin-top:8px}.message-tip{padding:19px 17px;align-items:start;gap:12px;margin-top:31px}.message-tip p{font-size:14px}.message-tip strong{display:block}.message-tip>.icon{margin-top:3px}.faq-section{gap:26px}.faq-list summary{font-size:15px;padding:21px 0}.faq-list details>p{font-size:16px;padding-right:20px}.contact-panel{padding:32px 25px;border-radius:19px}.contact-panel h2{font-size:29px;letter-spacing:-1px;margin-top:16px}.contact-panel .eyebrow{font-size:12px;letter-spacing:1.1px}.contact-panel p{font-size:14px;margin-top:16px}.contact-action .button{font-size:14px;padding:18px 16px;gap:8px;width:100%}.contact-action .button-arrow{margin-left:0;width:17px}.contact-action .button>.icon:first-child{width:20px}.contact-action>span{text-align:center;margin-top:15px}.site-footer{padding-block:33px}.site-footer>a:last-child{font-size:12px}.site-footer p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('/assets/manrope.woff2') format('woff2')}
