: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;--accent-color-light:#fe654f;--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}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:Montserrat,sans-serif;cursor:pointer;border:none}[class*="__container--small"]{max-inline-size:80.3125rem;margin-inline:auto;padding-inline:1.25rem}@media (min-width:47.9988em){[class*="__container--small"]{padding-inline:0.625rem}}.theme-dark body,body.theme-dark{background-color:var(--bg-color);color:var(--text-color)}.hero{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;position:relative}.hero-content{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{transform:translateY(30px);animation:fadeInUp .3s ease-out .1s forwards}.hero-visual{transform:translateY(30px);animation:fadeInUp .3s ease-out .1s forwards;display:flex;justify-content:center}.hero-image{width:100%;border-radius:20px;background:var(--white);padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}.hero-image picture img{width:100%;border-radius:15px}@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:1.25rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.7}.hero-btn{display:inline-block;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);min-width:150px;max-width:260px;display:flex;justify-content:center}.hero-btn:hover{background:var(--accent-color-light)}.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{padding:5rem 5%;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(2,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.8}.detail-section{padding:5rem 5%;background:var(--primary-bg)}.detail-section--alt{background:var(--white)}.detail-section__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.detail-section__inner--reverse{direction:rtl}.detail-section__inner--reverse>*{direction:ltr}.detail-section__content h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.detail-section__content p{color:var(--text-gray);line-height:1.8}.detail-section__content p+p{margin-top:.75rem}.detail-section__visual{border-radius:var(--border-radius-lg);overflow:hidden}.detail-section__visual picture img{width:100%;border-radius:var(--border-radius-lg)}.statement{padding:6rem 0;text-align:center;background:var(--white)}.statement--alt{background:var(--primary-bg)}.statement__text{max-width:800px;margin:0 auto;font-size:1.75rem;font-weight:600;line-height:1.4;letter-spacing:-.01em}.statement__text .highlight{color:var(--accent-color)}.ticker{background:var(--white);padding:1.1rem 0;overflow:hidden;white-space:nowrap}.ticker--accent{background:var(--accent-color)}.ticker--accent .ticker__item{color:#fff}.ticker--overlap{position:relative;z-index:1;margin-bottom:-6.3rem}.ticker__track{display:inline-flex;animation:tickerScroll 30s linear infinite}.ticker__item{font-size:.95rem;font-weight:600;color:var(--text-gray);padding:0 1.5rem}@keyframes tickerScroll{from{transform:translateX(0)}to{transform:translateX(-25%)}}.product-overview{padding:5rem 0;background:var(--white)}.product-overview__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-overview__content h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.product-overview__content p{color:var(--text-color-50);font-size:16px;line-height:1.2}.product-overview__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.capability-tag{display:inline-block;padding:.5rem 1.25rem;background:var(--primary-bg);border-radius:2rem;font-size:.85rem;font-weight:600;color:var(--text-gray);transition:background-color var(--trans-elem),color var(--trans-elem)}.capability-tag:hover{background:var(--grey-color)}.product-overview__visual{border-radius:var(--border-radius-lg);overflow:hidden}.product-overview__visual picture img{width:100%;border-radius:var(--border-radius-lg)}.doc-hub{padding:5rem 0;background:var(--primary-bg)}.doc-hub__inner{text-align:center}.doc-hub__content{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:2rem;align-items:center;margin-top:3rem}.doc-hub__column{display:flex;flex-direction:column;gap:1.25rem}.doc-hub__item{background:var(--white);padding:1.25rem 1.5rem;border-radius:16px;display:flex;align-items:flex-start;gap:1rem;transition:transform var(--trans-elem),box-shadow var(--trans-elem)}.doc-hub__item:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.doc-hub__item-icon{flex-shrink:0;width:42px;height:42px;min-width:42px;min-height:42px;background:var(--accent-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:.15rem}.doc-hub__item-info{display:flex;flex-direction:column;text-align:left}.doc-hub__item-text{font-size:18px;font-weight:600;text-align:left}.doc-hub__item-desc{font-size:14px;font-weight:400;color:var(--text-color-50);margin-top:.25rem;line-height:1.2;text-align:left}.doc-hub__visual{border-radius:var(--border-radius-lg);overflow:hidden}.doc-hub__visual picture img{width:100%;border-radius:var(--border-radius-lg)}.trust-banner{padding:5rem 0;background:var(--bg-grey-color)}.trust-banner__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.trust-banner__content h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em}.trust-banner__content p{line-height:1.3;font-size:1.05rem;color:var(--text-color-50)}.trust-banner__features{display:flex;flex-direction:column;gap:1.5rem}.trust-feature{display:flex;align-items:flex-start;gap:1rem}.trust-feature__icon{flex-shrink:0;width:48px;height:48px;background:var(--accent-color);border-radius:12px;display:flex;align-items:center;justify-content:center}.trust-feature__text h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.trust-feature__text p{line-height:1.6;font-size:.95rem}.cta{padding:5rem 5%;background:var(--accent-color);text-align:center}.cta h2{font-size:3rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.cta p{font-size:1.25rem;color:#fff;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{background:#fff;color:var(--accent-color-light);padding:1.2rem 2.5rem;border:2px solid #fff;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:#fff}.reveal{opacity:1;transition:opacity .5s ease,transform .5s ease}.reveal.active{opacity:1;transform:translateY(0)}.theme-dark .hero,[data-theme=dark] .hero{background:var(--bg-color)}.theme-dark .hero-image,[data-theme=dark] .hero-image{background:var(--white5);box-shadow:var(--box-shadow)}.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)}.theme-dark .features,[data-theme=dark] .features{background:var(--white5)}.theme-dark .feature-card,[data-theme=dark] .feature-card{background:var(--bg-color);box-shadow:var(--box-shadow)}.theme-dark .feature-card:hover,[data-theme=dark] .feature-card:hover{box-shadow:var(--box-shadow-second)}.theme-dark .feature-card h3,[data-theme=dark] .feature-card h3{color:var(--text-color)}.theme-dark .section-header h2,[data-theme=dark] .section-header h2{color:var(--text-color)}.theme-dark .section-header p,[data-theme=dark] .section-header p{color:var(--text-color-50)}.theme-dark .detail-section,[data-theme=dark] .detail-section{background:var(--bg-color)}.theme-dark .detail-section--alt,[data-theme=dark] .detail-section--alt{background:var(--white5)}.theme-dark .detail-section__content h2,[data-theme=dark] .detail-section__content h2{color:var(--text-color)}.theme-dark .statement,[data-theme=dark] .statement{background:var(--white5)}.theme-dark .statement--alt,[data-theme=dark] .statement--alt{background:var(--bg-color)}.theme-dark .statement__text,[data-theme=dark] .statement__text{color:var(--text-color)}.theme-dark .ticker,[data-theme=dark] .ticker{background:var(--white5)}.theme-dark .ticker--accent,[data-theme=dark] .ticker--accent{background:var(--accent-color)}.theme-dark .product-overview,[data-theme=dark] .product-overview{background:var(--white5)}.theme-dark .product-overview__content h2,[data-theme=dark] .product-overview__content h2{color:var(--text-color)}.theme-dark .capability-tag,[data-theme=dark] .capability-tag{background:var(--bg-color);color:var(--text-color-50)}.theme-dark .capability-tag:hover,[data-theme=dark] .capability-tag:hover{background:var(--accent-color);color:#fff}.theme-dark .doc-hub,[data-theme=dark] .doc-hub{background:var(--bg-color)}.theme-dark .doc-hub__item,[data-theme=dark] .doc-hub__item{background:var(--white5);box-shadow:var(--box-shadow)}.theme-dark .doc-hub__item:hover,[data-theme=dark] .doc-hub__item:hover{box-shadow:var(--box-shadow-second)}.theme-dark .doc-hub__item-text,[data-theme=dark] .doc-hub__item-text{color:var(--text-color)}.theme-dark .doc-hub__item-desc,[data-theme=dark] .doc-hub__item-desc{color:var(--text-color-50)}.theme-dark .trust-banner,[data-theme=dark] .trust-banner{background:var(--white5)}.theme-dark .trust-banner__content h2,[data-theme=dark] .trust-banner__content h2{color:var(--text-color)}.theme-dark .trust-banner__content p,[data-theme=dark] .trust-banner__content p{color:var(--text-color-50)}.theme-dark .trust-feature__text h4,[data-theme=dark] .trust-feature__text h4{color:var(--text-color)}.theme-dark .trust-feature__text p,[data-theme=dark] .trust-feature__text p{color:var(--text-color-50)}.page__feedback{margin-top:50px}@media (max-width:1290px){.page_lp-freelance-video-block{max-width:calc(100% - 20px);margin:20px auto}}@media (max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text{display:flex;flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}.detail-section__inner{grid-template-columns:1fr}.detail-section__inner--reverse{direction:ltr}.product-overview__inner{grid-template-columns:1fr}.doc-hub__content{grid-template-columns:1fr}.doc-hub__visual{order:-1}.trust-banner__inner{grid-template-columns:1fr}.section-header h2{font-size:2rem}.cta h2{font-size:2rem}.statement__text{font-size:1.3rem}.trust-banner__content h2{font-size:1.6rem}}@media (max-width:480px){.hero-text h1{font-size:1.75rem}.hero-image{width:95%}.doc-hub__item{padding:1rem 1.25rem}}