:root{--colorYellow:#fff650;--colorOrange:#ffab17;--colorRed:#ff7575;--colorGreen:#91ff05;--colorMint:#c4ffbb;--colorBlue:#3b9ed4;--colorLightblue:#bcdee5;--colorViolet:#fc62ff;--colorPink:#ffc3eb;--colorGrey:#c4c4c4;--colorOk:#06dd28;--colorError:#ff0000;--colorBoardHover:#dfedff;--color1:#6c91bf;--color2:#424c58;--color3:#ffffff;--color4:#32393d;--color5:#f3f6fa;--color6:#c7d8ed;--color7:#374785;--color8:#5079ac;--color9:#f58c34;--color10:#fe654f;--color11:#e9f0ff;--color12:#f3f6fa;--color13:#f5f9fb;--text-color:#323949;--text-color-15:#e0e2e4;--text-color-50:rgba(50, 57, 73, 0.5);--text-color-70:rgba(50, 57, 73, 0.7);--accent-color:#f58c34;--accent-color-light:#f8a967;--green-color:#5ca35c;--red-color:#d52e28;--purple-color:#7876af;--blue-color:#536dec;--light-blue-color:#eef4fa;--black-blue-color1:#17223a;--primary-bg:#f8f8f8;--accent-color:#f58c34;--dark-blue:#323949;--white:#ffffff;--text-gray:#666666;--border-radius:0.625rem;--border-radius-lg:1.25rem;--trans-elem:0.2s cubic-bezier(0.27, 0.44, 0.56, 0.96);--box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25),0 0 0 0px rgba(0, 0, 0, 0.05);--border:0.0625rem solid var(--text-color-15)}.theme-dark,[data-theme=dark]{--color1:#6c91bf;--color2:#ffffff;--color3:#32393d;--color4:#f3f6fa;--color5:#f3f6fa;--color6:#c7d8ed;--color7:#374785;--color8:#5079ac;--color9:#f58c34;--color10:#fe654f;--color11:#32393d;--color12:#2e2d30;--color13:#2e2d30;--back:#292c2d;--freelance_color:#eeeded29;--text-color:#fff;--text-color-15:#939394;--text-color-50:#939394;--text-color-70:rgba(255, 255, 255, 0.7);--accent-color:#f58c34;--accent-color-light:#f8a967;--green-color:#5ca35c;--red-color:#d52e28;--purple-color:#7876af;--blue-color:#536dec;--light-color:#323335;--light-blue-color:#525355;--black-blue-color1:#17223a;--primary-bg:#27282a;--bg-color:#27282a;--bg-grey-color:rgba(53, 54, 56, 0.98);--grey-color:#3c3d3f;--black-color-20:#939394;--black-color-30:#676869;--white5:#323335;--white10:#3c3d3f;--white15:#47484a;--white50:#939394;--accent-color:#f58c34;--accent-color-light:#fe654f;--dark-blue:#fff;--white:#323335;--text-gray:#939394;--border-radius:10px;--border-radius-lg:20px;--trans-elem:0.2s cubic-bezier(0.27, 0.44, 0.56, 0.96);--box-shadow:0 2px 5px 0 rgba(118, 118, 118, 0.25),0 0 0 0px rgba(118, 118, 118, 0.05);--box-shadow-second:0 0 0 0px rgba(118, 118, 118, 0.05),0 0 2px 0 rgba(118, 118, 118, 0.25);--border:0.0625rem solid var(--light-blue-color)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--primary-bg);color:var(--dark-blue);line-height:1.6;overflow-x:hidden}.theme-dark body,body.theme-dark{background-color:var(--bg-color);color:var(--text-color)}.theme-dark .hero{background:var(--bg-color)}.theme-dark .hero-image{background:var(--white5);box-shadow:var(--box-shadow)}.theme-dark .services{background:var(--bg-grey-color)}.theme-dark .service-card{background:var(--white5);box-shadow:var(--box-shadow)}.theme-dark .service-card:hover{box-shadow:var(--box-shadow-second)}.theme-dark .steps{background:var(--bg-color)}.theme-dark .sync-step-card{background:var(--white5);box-shadow:var(--box-shadow)}.theme-dark .sync-step-card:hover{box-shadow:var(--box-shadow-second)}.theme-dark .sync-step-text{color:var(--text-color-50)}.theme-dark .section-header p{color:var(--text-color-50)}.theme-dark .placeholder-gif{background:var(--white5);box-shadow:var(--box-shadow)}.theme-dark .placeholder-gif span{color:var(--text-color-50)}.theme-dark .steps-visual img{box-shadow:var(--box-shadow)}.theme-dark .service-card h3,[data-theme=dark] .service-card h3{color:var(--text-color)}.theme-dark .sync-step-title,[data-theme=dark] .sync-step-title{color:var(--text-color)}.theme-dark .section-header h2,[data-theme=dark] .section-header h2{color:var(--text-color)}.theme-dark .hero-text h1,[data-theme=dark] .hero-text h1{color:var(--text-color)}.theme-dark .hero-text p,[data-theme=dark] .hero-text p{color:var(--text-color-50)}.hero{min-height:50vh;display:flex;justify-content:center;padding:70px;position:relative;flex-direction:column;gap:50px}.hero-block{min-height:50vh;display:flex;justify-content:center;padding:70px;position:relative;flex-direction:column;gap:50px}.hero-content{max-width:1400px;width:100%;display:flex;align-items:center;text-align:center;padding:3rem;gap:10px}.hero-text{transform:translateY(30px);animation:fadeInUp .3s ease-out .1s forwards;max-width:900px;margin:0 auto;width:50%;text-align:left}.hero-visual{position:relative;transform:translateY(30px);animation:fadeInUp .3s ease-out .1s forwards;display:flex;justify-content:center;width:fit-content;max-width:50%}.hero-image{width:100%;border-radius:20px;background:var(--white);padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-text h1{font-size:4rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-text h1 .highlight{color:var(--accent-color)}.hero-text p{font-size:18px;color:var(--text-gray);margin-bottom:10px;line-height:1.2}.hero-btn{background:var(--accent-color);color:#fff;padding:10px 25px;border:none;font-weight:600;cursor:pointer;font-size:1rem;font-family:Montserrat,sans-serif;transition:background-color var(--trans-elem);border-radius:var(--border-radius);margin-top:30px;max-width:200px;display:flex;justify-content:center}.hero-btn:hover{background:var(--accent-color-light)}.features{padding:5rem 5%;background:var(--white);max-width:1265px;margin:0 auto;border-radius:var(--border-radius)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.02em}.section-header p{font-size:18px;color:var(--text-color-50);max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.feature-card{background:var(--primary-bg);padding:2.5rem;border-radius:20px;transition:transform var(--trans-elem),box-shadow var(--trans-elem)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.feature-icon{font-size:1rem;font-weight:300;margin-bottom:.5rem;color:var(--text-gray)}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:var(--text-gray);line-height:1.3;font-size:16px}.how-it-works{padding:5rem 5%;background:var(--primary-bg)}.steps-container{max-width:1200px;margin:0 auto}.step-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem;opacity:1;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.step-item.in-view{opacity:1;transform:translateY(0)}.step-item:nth-child(2n){direction:rtl}.step-item:nth-child(2n)>*{direction:ltr}.step-content{background:var(--white);padding:2.5rem;border-radius:20px}.step-number{font-size:2rem;font-weight:600;color:var(--accent-color);margin-bottom:1rem}.step-content h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.step-content p{color:var(--text-gray);line-height:1.3;font-size:16px}.step-visual{background:var(--white);padding:2rem;border-radius:20px;display:flex;align-items:center;justify-content:center;min-height:300px}.step-visual img{width:100%;border-radius:15px}.benefits{padding:5rem 5%;background:var(--white);border-radius:var(--border-radius);max-width:1265px;margin:0 auto}.benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.benefit-item{background:var(--primary-bg);padding:2rem;border-radius:15px;display:flex;gap:1.5rem;align-items:flex-start;transition:transform var(--trans-elem),box-shadow var(--trans-elem)}.benefit-item:hover{transform:translateX(10px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.benefit-icon{font-size:2rem;color:var(--accent-color);flex-shrink:0}.benefit-text h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.benefit-text p{color:var(--text-gray);line-height:1.3;font-size:16px}.cta{padding:5rem 5%;background:var(--accent-color);text-align:center}.cta h2{font-size:3rem;font-weight:600;color:var(--white);margin-bottom:1rem;letter-spacing:-.02em}.cta p{font-size:1.25rem;color:var(--white);margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{background:var(--white);color:var(--dark-blue);padding:1.2rem 2.5rem;border:2px solid var(--white);font-weight:600;cursor:pointer;font-size:1rem;font-family:Montserrat,sans-serif;transition:background-color var(--trans-elem),color var(--trans-elem);border-radius:var(--border-radius)}.cta-button:hover{background:0 0;color:var(--white)}.app-badges{display:flex;gap:1rem;margin-top:1.5rem}.app-badge{padding:.7rem 1.2rem;background:rgba(255,255,255,.1);border-radius:var(--border-radius);text-decoration:none;color:var(--white);font-size:.85rem;transition:background var(--trans-elem)}.app-badge:hover{background:rgba(255,255,255,.2)}.reveal{opacity:1;transition:opacity .5s ease,transform .5s ease}.reveal.active{opacity:1;transform:translateY(0)}.scroll-top-btn.is-visible{right:-64px}.page__feedback{overflow:hidden}@media (max-width:1350px){.hero-content{padding:0}}@media (max-width:1160px){.hero-block{padding:0;margin:0 auto}.hero-visual{width:70%;justify-content:end}}@media (max-width:968px){.hero-text h1{font-size:2.5rem}.hero-text{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.hero-image{width:100%;padding:15px}.hero-content{flex-direction:column;align-items:center;gap:15px}.hero-visual{width:100%;max-width:100%;justify-content:center}.nav-links{display:none}.mobile-menu-btn{display:block}.features-grid{grid-template-columns:1fr}.step-item{grid-template-columns:1fr}.step-item:nth-child(2n){direction:ltr}.benefits-list{grid-template-columns:1fr}.section-header h2{font-size:2rem}.cta h2{font-size:2rem}}@media (max-width:615px){.hero{padding:20px;padding-top:120px}.scroll-top-btn.is-visible{right:0}.step-content{padding:20px}.benefit-item{padding:20px;gap:0}}@media (max-width:425px){.hero{padding:20px;padding-top:120px}.scroll-top-btn.is-visible{right:-30px}.feature-card{padding:15px}.step-content{padding:15px 10px}}