*{box-sizing:border-box}body{margin:0;background:#fff;color:#101828;font-family:Arial,Helvetica,sans-serif}header,main,footer{max-width:1280px;margin:auto}.logo{display:flex;align-items:center;gap:10px;font-size:29px;font-weight:900;letter-spacing:-1px}.logo img{width:44px;height:44px;border-radius:12px}header{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ebef}.links{display:flex;gap:30px;align-items:center;font-size:15px}.manager{border:1px solid #cbd1db;border-radius:12px;padding:14px 20px;font-size:14px}.hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:830px;align-items:center;gap:45px}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:2px;color:#657083;margin-bottom:24px}h1{font-size:72px;line-height:1.03;letter-spacing:-3px;margin:0 0 28px}p{font-size:19px;line-height:1.6;color:#667085;max-width:550px}.button{display:inline-block;padding:20px 26px;border-radius:14px;background:#c6ef38;color:#101828;font-size:17px;font-weight:700}.secondary{margin-left:22px;font-size:16px;color:#185cf8}.small{font-size:13px;color:#8290a2;margin-top:17px}.phones{position:relative;height:710px;background:#eff3ed;border-radius:40px;overflow:hidden}.orbit{position:absolute;width:550px;height:550px;border-radius:50%;border:1px solid #d8e1ce;top:120px;left:25px}.phone{position:absolute;width:280px;border:8px solid #19202c;border-radius:34px;overflow:hidden;background:white;box-shadow:0 25px 50px #182b3026}.phone img{display:block;width:100%;height:auto}.first{z-index:2;top:58px;left:38px;transform:rotate(-5deg)}.second{width:237px;top:175px;left:278px;transform:rotate(7deg)}.caption{position:absolute;left:35px;bottom:30px;color:#4c5e45;font-size:12px;letter-spacing:.5px}.benefits{display:flex;justify-content:space-between;border-top:1px solid #e8ebef;border-bottom:1px solid #e8ebef;padding:32px 0;font-size:17px;font-weight:bold}.benefits span:before{content:'✓';color:#1663ff;margin-right:12px}section{padding:70px 0}h2{font-size:43px;line-height:1.1;letter-spacing:-1.4px;margin:0 0 34px}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service{border-radius:22px;padding:30px 26px;min-height:194px}.service b{display:block;font-size:23px;margin:23px 0 10px}.service p{font-size:15px;line-height:1.4;margin:0}.service svg{width:30px;height:30px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.step{border-top:1px solid #dce1e9;padding-top:25px}.number{font-size:16px;color:#2165ed;font-weight:bold}.step h3{font-size:22px;margin:18px 0 12px}.step p{font-size:16px;margin:0}.download{margin:15px 0 55px;border-radius:32px;background:#101b2c;padding:58px 60px;display:flex;align-items:center;justify-content:space-between;color:white}.download h2{max-width:650px;margin-bottom:16px;font-size:48px}.download p{color:#b4bdca;font-size:17px}.download .button{white-space:nowrap}footer{padding:0 0 35px;display:flex;align-items:center;justify-content:space-between;color:#69768b;font-size:13px}footer .logo{color:#101828;font-size:24px}footer .logo img{width:32px;height:32px}
html{scroll-behavior:smooth;scroll-padding-top:24px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #2563eb;outline-offset:5px}a.button:hover{background:#b9e127}a.manager:hover{background:#f4f6f8}.links a:hover,footer a:hover{color:#185cf8}.button,.manager{transition:background .15s}img{max-width:100%}.skip{position:fixed;top:-100px;left:15px;background:white;padding:15px;z-index:100}.skip:focus{top:15px}.menu-toggle{display:none}.services a:focus-visible{outline-offset:4px}.service{transition:transform .15s}.service:hover{transform:translateY(-3px)}@media(max-width:1350px){header,main,footer{max-width:calc(100% - 64px)}.hero{gap:28px}h1{font-size:clamp(48px,5vw,72px)}.phones{height:680px}.first{left:22px}.second{left:235px}}@media(max-width:1050px){.hero{grid-template-columns:1fr 1fr;min-height:740px}.phones{height:580px}.phone{width:240px}.first{top:40px;left:14px}.second{width:210px;left:175px;top:135px}.benefits{gap:18px;font-size:15px}.download{padding:40px;gap:25px}.download h2{font-size:36px}.services{gap:12px}.service{padding:24px 18px}.links{gap:16px}.steps{gap:24px}}@media(max-width:760px){header,main,footer{max-width:calc(100% - 40px)}header{height:84px;flex-wrap:wrap;position:relative}.logo{font-size:26px}.logo img{width:38px;height:38px}.manager{padding:11px 12px;font-size:12px}.links{position:absolute;top:84px;left:0;right:0;display:flex;justify-content:space-between;font-size:13px;padding:18px 0;border-bottom:1px solid #e8ebef}.hero{display:flex;flex-direction:column;align-items:stretch;gap:35px;padding:85px 0 35px;min-height:0}.eyebrow{font-size:10px;letter-spacing:1.2px;margin-bottom:22px}h1{font-size:clamp(44px,9vw,64px);letter-spacing:-2px;line-height:1.04;margin-bottom:22px}p{font-size:17px}.button{padding:18px 22px;font-size:16px}.phones{height:640px;max-width:520px;width:100%;align-self:center}.phone{width:270px}.first{left:30px;top:35px}.second{left:240px;top:155px;width:225px}.benefits{flex-direction:column;gap:22px;padding:25px 0;font-size:16px}section{padding:44px 0}h2{font-size:33px;margin-bottom:26px}.services{grid-template-columns:1fr 1fr;gap:14px}.service{min-height:174px;padding:23px 20px}.service b{font-size:22px;margin-top:20px}.service p{font-size:15px}.steps{grid-template-columns:1fr;gap:30px}.step{padding-top:22px}.step h3{margin-top:15px}.download{padding:32px 26px;margin:0 0 35px;display:block;border-radius:24px}.download h2{font-size:34px}.download .button{margin-top:12px}footer{display:flex;flex-wrap:wrap;gap:24px;line-height:1.6}footer>span:first-of-type{width:100%;order:2}footer>span:last-child{order:3}}@media(max-width:440px){.phones{height:550px}.phone{width:229px;border-width:7px;border-radius:29px}.first{left:15px;top:30px}.second{width:197px;left:177px;top:122px}.caption{left:22px;font-size:10px;bottom:22px}.service{padding:20px 16px}.service b{font-size:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Crop transparent source padding within a uniformly rounded icon. */
.logo .brand-icon{display:block;position:relative;width:44px;height:44px;flex-shrink:0;overflow:hidden;border-radius:24%;background:#171717;isolation:isolate}.logo .brand-icon img{position:absolute;width:111.71875%;height:111.71875%;max-width:none;left:-5.859375%;top:-.1953125%;border-radius:0;object-fit:fill}footer .logo .brand-icon{width:32px;height:32px}.service:hover{transform:none}.button,.manager,.service{will-change:auto}html{scroll-behavior:smooth;scroll-padding-top:32px}section[id]:focus{outline:none}@media(max-width:760px){.logo .brand-icon{width:38px;height:38px}footer .logo .brand-icon{width:32px;height:32px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.phones .orbit{pointer-events:none;transform-origin:center;background:radial-gradient(circle,rgba(198,239,56,.08),rgba(198,239,56,.015) 65%,transparent 72%)}

/* Keep the static tilt separate from Motion's animated transform. */
.phones .phone.first{transform:none;rotate:-5deg}
.phones .phone.second{transform:none;rotate:7deg}
@media(hover:hover) and (pointer:fine){.phones .phone:hover{z-index:3}}

.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}.price-card,.contact-card{padding:38px;border:1px solid #e4e8ee;border-radius:28px;min-width:0}.loader-price{background:#f2f7e7;border-color:#e6edda}.price-label{font-size:12px;letter-spacing:1.5px;font-weight:700;color:#657083}.price-card h3{font-size:27px;letter-spacing:-.6px;margin:22px 0}.price-value{font-size:49px;font-weight:800;letter-spacing:-2px}.price-value span{font-size:18px;font-weight:400;letter-spacing:0;color:#667085}.price-card p{font-size:16px}.price-card ul{padding-left:20px;color:#526071;font-size:16px;line-height:1.65;margin:24px 0 30px}.price-card li+li{margin-top:12px}.transport-rates{margin:24px 0}.transport-rates>div{display:flex;justify-content:space-between;gap:16px;padding:19px 0;border-top:1px solid #e4e8ee;font-size:17px}.transport-rates dd{margin:0;font-weight:700;text-align:right}.distance-rate{background:#edf5ff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:10px;color:#2365dd;font-size:15px}.distance-rate strong{font-size:23px}.pricing-note{max-width:900px;font-size:14px;line-height:1.6;margin:22px 0 0}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border-top:1px solid #e8ebef}.contact-section h2{margin-bottom:22px}.contact-section p{font-size:18px}.contact-app-link{display:inline-block;color:#185cf8;font-weight:700;line-height:1.6;margin-top:12px}.contact-phone{display:block;font-size:clamp(24px,2.8vw,36px);font-weight:800;letter-spacing:-1px;margin:22px 0 14px}.contact-email{color:#185cf8;font-size:18px;overflow-wrap:anywhere}.contact-details{border-top:1px solid #e4e8ee;margin-top:28px;padding-top:25px;display:grid;gap:22px}.contact-details span{display:block;color:#667085;font-size:14px;margin-bottom:8px}.contact-details strong{font-size:16px;line-height:1.5}.contact-phone:hover,.contact-app-link:hover,.contact-email:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:1050px){.price-card,.contact-card{padding:28px}.contact-section{gap:28px}.transport-rates>div{font-size:16px}}@media(max-width:760px){.pricing-grid,.contact-section{grid-template-columns:1fr;gap:22px}.price-card,.contact-card{padding:27px 23px;border-radius:24px}.price-card h3{font-size:25px}.price-value{font-size:44px}.contact-phone{font-size:30px}.contact-section{padding-top:44px}.contact-section p{font-size:17px}.price-card .button{font-size:15px}.contact-app-link{font-size:16px}.transport-rates>div{gap:8px;font-size:15px}.links{gap:12px}}
