*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg-light: #DFE4FD;--color-bg-dark: #2A2B34;--color-text-dark: #2B2C35;--color-text-white: #FFFFFF;--color-text-black: #000000;--color-separator: rgba(255, 255, 255, .4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}body{font-family:Montserrat Alternates,sans-serif;line-height:1.4;color:var(--color-text-black);width:100%;overflow-x:hidden}.hero-section{width:100%;background-image:url(/images/hero-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:1024px;display:flex;justify-content:center}.hero-container{display:flex;flex-direction:column;align-items:center;gap:56px;padding:40px 215px 64px;width:100%;max-width:1440px;height:1024px}.hero-logo{width:243px;height:100px;object-fit:contain;animation:fadeInUp .8s ease-out;transition:transform .3s ease}.hero-logo:hover{transform:scale(1.05)}.hero-text-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.hero-description{width:1009px;font-weight:700;font-size:24px;line-height:1.4;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:var(--color-text-dark);animation:fadeInUp .8s ease-out .2s both}.hero-play-button{display:inline-flex;align-items:center;justify-content:center;position:relative;background-color:#71f64d;border:1px solid #2B2C35;border-radius:8px;padding:12px 24px;gap:10px;text-decoration:none;box-shadow:0 4px #2b2c353d,inset 0 -6px #00000040;transition:transform .2s ease,box-shadow .2s ease;animation:fadeInUp .8s ease-out .3s both;overflow:hidden}.hero-play-button:hover{transform:translateY(-2px);box-shadow:0 6px #2b2c353d,inset 0 -6px #00000040}.hero-play-button:active{transform:translateY(0);box-shadow:0 2px #2b2c353d,inset 0 -6px #00000040}.hero-play-button-gradient{position:absolute;top:25px;left:4.5px;width:260px;height:27px;background:linear-gradient(180deg,#61cf44,#61cf4400);border-radius:6px 6px 0 0;pointer-events:none}.hero-play-button-text{position:relative;z-index:1;font-family:Montserrat Alternates,sans-serif;font-weight:800;font-size:24px;line-height:1.3999999364217122em;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#fff;text-shadow:0px 2px 0px 0px rgba(43,44,53,1)}.hero-phones{width:796px;height:630px;object-fit:contain;animation:fadeInUp .8s ease-out .4s both;transition:transform .3s ease;position:relative;z-index:2}.hero-phones:hover{transform:scale(1.02)}.features-section{background-color:var(--color-bg-light);width:100%;display:flex;justify-content:center;position:relative}.features-decoration-left,.features-decoration-right{position:absolute;bottom:0;pointer-events:none;z-index:1;display:block;height:auto;width:auto;max-height:400px;max-width:none;object-fit:contain;object-position:bottom}.features-decoration-left{left:0}.features-decoration-right{right:0}.features-content{display:flex;flex-direction:column;gap:10px;padding:64px;width:100%;max-width:1440px;align-self:stretch}.features-row{display:flex;gap:24px;align-self:stretch}.features-row-1{align-items:center}.features-row-2{justify-content:stretch;align-items:stretch}.feature-card{display:flex;flex-direction:column;background-color:var(--color-text-white);border-radius:64px;padding:40px;gap:24px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;opacity:0;animation:fadeInUp .6s ease-out both}.features-row-1 .feature-card:nth-child(1){animation-delay:.1s}.features-row-1 .feature-card:nth-child(2){animation-delay:.2s}.features-row-1 .feature-card:nth-child(3){animation-delay:.3s}.features-row-2 .feature-card:nth-child(1){animation-delay:.4s}.features-row-2 .feature-card:nth-child(2){animation-delay:.5s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.feature-card:active{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.features-row-1 .feature-card:first-child{justify-content:stretch;align-items:center;align-self:stretch;flex:1}.features-row-1 .feature-card:nth-child(2){justify-content:center;align-items:center;width:421.33px;flex:0 0 auto;align-self:center}.features-row-1 .feature-card:last-child{justify-content:stretch;align-items:center;align-self:stretch;flex:1}.features-row-2 .feature-card:first-child{justify-content:center;align-items:center;align-self:stretch;flex:1}.features-row-2 .feature-card:last-child{justify-content:center;align-items:center;align-self:stretch;flex:1}.feature-icon{width:96px;height:96px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0 auto}.feature-icon{transition:transform .3s ease}.feature-icon img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card:hover .feature-icon img{transform:scale(1.1);filter:brightness(1.1)}.feature-text{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}.features-row-1 .feature-card:first-child .feature-text,.features-row-1 .feature-card:last-child .feature-text{flex:1;align-self:stretch}.features-row-1 .feature-card:nth-child(2) .feature-text{align-self:stretch}.feature-title{font-family:Montserrat Alternates,sans-serif;font-weight:700;font-size:24px;line-height:1.3999999364217122em;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:var(--color-text-black);width:100%;transition:color .3s ease}.feature-card:hover .feature-title{color:var(--color-text-dark)}.features-row-1 .feature-card:first-child .feature-title{display:flex;align-items:center;justify-content:center;flex:1;text-align:center}.features-row-1 .feature-card:nth-child(2) .feature-title{text-align:center;vertical-align:top}.features-row-1 .feature-card:last-child .feature-title{height:68px;display:flex;align-items:flex-start;justify-content:center;text-align:center}.features-row-2 .feature-card .feature-title{text-align:center;vertical-align:top}.feature-description{font-family:Montserrat Alternates,sans-serif;font-weight:500;font-size:16px;line-height:1.399999976158142em;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:var(--color-text-black);width:100%;transition:transform .3s ease}.feature-card:hover .feature-description{transform:translateY(-2px)}.features-row-2 .feature-card:first-child .feature-description{width:520px;max-width:100%;margin:0 auto}.footer{background-color:var(--color-bg-light);width:100%;display:flex;justify-content:center}.footer-dark{background-color:var(--color-bg-dark);border-radius:64px 64px 0 0;padding:64px;width:100%;max-width:1440px;animation:fadeIn .8s ease-out .6s both}.footer-content{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.footer-left{display:flex;flex-direction:column;gap:24px}.footer-logo{width:131px;height:54px;object-fit:contain}.footer-logo-link{display:inline-block;transition:transform .3s ease}.footer-logo-link:hover{transform:scale(1.05)}.footer-description{width:491px;font-weight:500;font-size:14px;line-height:1.4;letter-spacing:.01em;color:var(--color-text-white);text-align:left}.footer-right{display:flex;align-items:center;gap:12px}.footer-link{font-weight:600;font-size:14px;line-height:1.4;letter-spacing:.01em;color:var(--color-text-white);text-decoration:none;white-space:nowrap;transition:opacity .3s ease,transform .3s ease;position:relative}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-text-white);transition:width .3s ease}.footer-link:hover{opacity:.8;transform:translate(4px)}.footer-link:hover:after{width:100%}.footer-separator{font-weight:600;font-size:14px;line-height:1.4;letter-spacing:.01em;color:var(--color-separator);transition:opacity .3s ease,transform .3s ease}.footer-right:hover .footer-separator{opacity:.6;transform:scale(1.2)}@media (min-width: 1441px){.hero-container,.features-content,.footer-dark{margin:0 auto}.features-section{position:relative}.features-decoration-left{left:calc((100% - 1440px)/2);max-height:400px;max-width:none}.features-decoration-right{right:calc((100% - 1440px)/2);max-height:400px;max-width:none}}@media (max-width: 1440px){.hero-container,.features-content,.footer-dark{padding-left:16px;padding-right:16px}.hero-text-wrapper,.hero-description{width:100%;max-width:1009px}}@media (max-width: 1024px){.hero-container{padding:40px 32px;min-height:auto;height:auto}.hero-text-wrapper{gap:24px}.hero-description{font-size:20px;padding:0;width:100%;max-width:800px}.hero-phones{width:100%;max-width:700px;height:auto}.features-content{padding:56px 32px}.features-decoration-left{left:0}.features-decoration-right{right:0}.features-row{flex-direction:column;gap:16px}.features-row-1 .feature-card:nth-child(2){width:100%}.features-row-2 .feature-card:first-child .feature-description{width:100%}.footer-content{flex-direction:column;align-items:flex-start}.footer-description{width:100%;max-width:491px}}@media (max-width: 768px) and (min-width: 500px){.hero-section{min-height:auto}.hero-container{justify-content:space-between;gap:209px;padding:40px;height:1024px;min-height:1024px}.hero-logo{width:155px;height:64px}.hero-text-wrapper{gap:24px}.hero-description{font-size:20px;line-height:1.4em;width:618px;max-width:618px}.hero-play-button{padding:12px 24px}.hero-play-button-gradient{top:25px;left:4.5px;width:260px;height:27px}.hero-play-button-text{font-size:24px;text-shadow:0px 2px 0px 0px rgba(43,44,53,1)}.hero-phones{width:688px;height:544px;max-width:688px}.features-content{padding:40px;gap:24px}.features-row{flex-direction:column;gap:24px}.feature-card{flex-direction:row;align-items:center;justify-content:center;padding:40px;border-radius:40px;gap:24px}.feature-icon{width:96px;height:96px;margin:0;flex-shrink:0}.feature-text{flex:1;align-items:flex-start;gap:16px;width:auto}.feature-title{font-size:24px;text-align:left;width:100%;line-height:1.3999999364217122em}.features-row-1 .feature-card:first-child .feature-title,.features-row-2 .feature-card .feature-title{font-weight:700}.features-row-1 .feature-card:nth-child(2) .feature-title,.features-row-1 .feature-card:last-child .feature-title{font-weight:700}.feature-description{font-size:16px;text-align:left;width:100%;line-height:1.399999976158142em}.features-row-1 .feature-card:first-child .feature-title,.features-row-1 .feature-card:last-child .feature-title{height:auto;display:block}.features-row-2 .feature-card:first-child .feature-description{width:100%;margin:0}.footer-dark{padding:40px;border-radius:40px 40px 0 0;height:278px;display:flex;align-items:center}.footer-content{flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%}.footer-left{align-items:center;gap:24px;width:100%}.footer-logo{width:131px;height:54px}.footer-description{width:524px;max-width:524px;font-size:14px;line-height:1.4000000272478377em;text-align:center}.footer-right{gap:12px}.footer-link{font-size:14px}}@media (max-width: 499px){.features-decoration-left,.features-decoration-right{display:none}.hero-section{min-height:auto}.hero-container{gap:64px;padding:24px 16px;height:auto;min-height:auto;justify-content:center}.hero-logo{width:132px;height:54px}.hero-text-wrapper{gap:24px}.hero-description{font-size:16px;line-height:1.399999976158142em;width:100%;max-width:100%}.hero-play-button{padding:12px 24px}.hero-play-button-gradient{top:22px;left:4px;width:188px;height:18px}.hero-play-button-text{font-size:16px;line-height:1.399999976158142em;text-shadow:0px 1.5px 0px 0px rgba(43,44,53,1)}.hero-phones{width:100%;height:auto;max-width:100%;aspect-ratio:358 / 283.34;object-fit:contain}.features-content{padding:40px 16px;gap:16px}.features-row{gap:16px}.feature-card{flex-direction:column;align-items:center;padding:24px;border-radius:40px;gap:24px}.feature-icon{width:64px;height:64px;margin:0 auto}.feature-text{align-items:center;gap:8px;width:100%}.feature-title{font-size:16px;line-height:1.399999976158142em;text-align:center;width:100%}.feature-description{font-size:12px;line-height:1.3999999364217122em;text-align:center;width:100%}.footer-dark{padding:40px 16px;border-radius:40px 40px 0 0;height:278px}.footer-content{gap:40px}.footer-left{align-items:center;gap:24px}.footer-logo{width:131px;height:54px}.footer-description{width:100%;max-width:100%;font-size:12px;line-height:1.3999999364217122em;text-align:center}.footer-right{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;align-self:stretch}.footer-link{font-size:12px;line-height:1.3999999364217122em;white-space:normal;text-align:center}.footer-separator{font-size:14px;line-height:1.4000000272478377em}}
