.tech-carousel-wrapper{margin-top:60px}.tech-carousel,.tech-carousel-wrapper{width:100%;overflow:hidden;position:relative}.tech-carousel-track{display:flex;gap:60px;animation:scroll 30s linear infinite;will-change:transform}.tech-item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.tech-logo{font-family:Cal Sans,sans-serif;font-size:18px;font-weight:600;color:#666;letter-spacing:.05em;white-space:nowrap;transition:color .3s ease;opacity:.7}.tech-item:hover .tech-logo{color:#999;opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.tech-carousel-wrapper{margin-top:40px}.tech-carousel-track{gap:40px}.tech-logo{font-size:16px}}@media (max-width:480px){.tech-carousel-wrapper{margin-top:32px}.tech-carousel-track{gap:32px}.tech-logo{font-size:14px}}.project-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.project-modal-content{background:var(--background);border:1px solid var(--border);border-radius:8px;max-width:500px;width:100%;position:relative;animation:slideUp .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.4)}.project-modal-content.has-operations{max-width:700px;max-height:90vh}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.project-modal-close{position:absolute;top:24px;right:24px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-secondary);font-size:28px;line-height:1;z-index:1}.project-modal-close:hover{background:hsla(0,0%,100%,.15);color:var(--text-primary)}.project-modal-back{position:absolute;top:16px;left:16px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-secondary);font-size:24px;line-height:1;z-index:1}.project-modal-back:hover{background:hsla(0,0%,100%,.15);color:var(--text-primary);transform:translateX(-2px)}.project-modal-body{padding:48px 32px;text-align:center}.project-modal-title{font-family:Cal Sans,sans-serif;font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:32px;letter-spacing:.05em}.project-modal-greeting{display:flex;flex-direction:column;align-items:center;gap:24px}.greeting-emoticon{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;animation:wave 1s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.project-modal-buttons{display:flex;flex-direction:column;gap:16px}.project-modal-btn{background:transparent;border:1px solid #eeebd9;border-radius:50px;padding:14px 32px;font-family:Cal Sans,sans-serif;font-size:16px;font-weight:600;color:#eeebd9;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;cursor:pointer;width:100%}.project-modal-btn:hover{background:hsla(51,38%,89%,.1);border-color:#eeebd9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.project-modal-btn:active{transform:translateY(0)}.project-modal-form{display:flex;flex-direction:column;gap:16px}.project-modal-input{background:transparent;border:1px solid #eeebd9;border-radius:50px;padding:14px 24px;font-family:Cal Sans,sans-serif;font-size:16px;font-weight:400;color:#eeebd9;letter-spacing:.05em;width:100%;transition:all .3s ease;outline:none}.project-modal-input::-moz-placeholder{color:hsla(51,38%,89%,.5)}.project-modal-input::placeholder{color:hsla(51,38%,89%,.5)}.project-modal-input:focus{background:hsla(51,38%,89%,.05);border-color:#eeebd9;box-shadow:0 0 0 2px hsla(51,38%,89%,.1)}.project-modal-message{font-family:Cal Sans,sans-serif;font-size:16px;color:var(--text-secondary);letter-spacing:.05em;margin-top:16px}.project-modal-checkboxes{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;text-align:left}.project-modal-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;border-radius:8px;transition:background .3s ease;font-family:Cal Sans,sans-serif;font-size:16px;color:var(--text-primary);letter-spacing:.05em}.project-modal-checkbox-label:hover{background:hsla(51,38%,89%,.05)}.project-modal-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#eeebd9;flex-shrink:0}.project-modal-textarea{background:transparent;border:1px solid #eeebd9;border-radius:8px;padding:14px 24px;font-family:Cal Sans,sans-serif;font-size:16px;font-weight:400;color:#eeebd9;letter-spacing:.05em;width:100%;resize:vertical;min-height:120px;transition:all .3s ease;outline:none}.project-modal-textarea::-moz-placeholder{color:hsla(51,38%,89%,.5)}.project-modal-textarea::placeholder{color:hsla(51,38%,89%,.5)}.project-modal-textarea:focus{background:hsla(51,38%,89%,.05);border-color:#eeebd9;box-shadow:0 0 0 2px hsla(51,38%,89%,.1)}.project-modal-btn:disabled{opacity:.5;cursor:not-allowed}.project-modal-btn:disabled:hover{transform:none;background:transparent}.project-modal-operations{max-height:60vh;overflow-y:auto;padding-right:8px;margin-bottom:24px}.project-modal-operations::-webkit-scrollbar{width:6px}.project-modal-operations::-webkit-scrollbar-track{background:hsla(51,38%,89%,.1);border-radius:3px}.project-modal-operations::-webkit-scrollbar-thumb{background:hsla(51,38%,89%,.3);border-radius:3px}.project-modal-operations::-webkit-scrollbar-thumb:hover{background:hsla(51,38%,89%,.5)}.operations-section{margin-bottom:32px}.operations-section:last-of-type{margin-bottom:0}.operations-section-title{font-family:Cal Sans,sans-serif;font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px;letter-spacing:.05em;text-align:left}@media (max-width:768px){.project-modal-content.has-operations{max-width:95%}.project-modal-operations{max-height:50vh}.operations-section-title{font-size:16px}}@media (max-width:480px){.project-modal-content.has-operations{max-width:100%}.project-modal-operations{max-height:45vh}.operations-section-title{font-size:14px}}.project-modal-thinking{gap:32px;min-height:300px}.thinking-animation{perspective:1000px;width:120px;height:120px}.thinking-cube{width:100%;height:100%;animation:rotate3d 2s linear infinite}.cube-face{width:120px;height:120px;border:2px solid #eeebd9;background:hsla(51,38%,89%,.1)}.cube-front{transform:rotateY(0deg) translateZ(60px)}.cube-back{transform:rotateY(180deg) translateZ(60px)}.cube-right{transform:rotateY(90deg) translateZ(60px)}.cube-left{transform:rotateY(-90deg) translateZ(60px)}.cube-top{transform:rotateX(90deg) translateZ(60px)}.cube-bottom{transform:rotateX(-90deg) translateZ(60px)}@keyframes rotate3d{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}@media (max-width:768px){.cube-face,.thinking-animation{width:100px;height:100px}.cube-back,.cube-bottom,.cube-front,.cube-left,.cube-right,.cube-top{transform:translateZ(50px)}.cube-back{transform:rotateY(180deg) translateZ(50px)}.cube-right{transform:rotateY(90deg) translateZ(50px)}.cube-left{transform:rotateY(-90deg) translateZ(50px)}.cube-top{transform:rotateX(90deg) translateZ(50px)}.cube-bottom{transform:rotateX(-90deg) translateZ(50px)}}.phone-input-wrapper{display:flex;gap:8px;width:100%}.phone-country-selector{position:relative;flex-shrink:0}.phone-country-btn{background:transparent;border:1px solid #eeebd9;border-radius:50px;padding:14px 16px;font-family:Cal Sans,sans-serif;font-size:16px;font-weight:600;color:#eeebd9;letter-spacing:.05em;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap;min-width:100px}.phone-country-btn:hover{background:hsla(51,38%,89%,.1);border-color:#eeebd9}.phone-country-flag{font-size:20px;line-height:1}.phone-country-code{font-size:14px;font-weight:600}.phone-country-arrow{font-size:10px;color:hsla(51,38%,89%,.7);transition:transform .3s ease}.phone-country-selector:has(.phone-country-dropdown) .phone-country-arrow{transform:rotate(180deg)}.phone-country-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:rgba(26,26,26,.98);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;min-width:200px;max-height:300px;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:100;animation:slideDown .3s ease}.phone-country-option{width:100%;padding:12px 16px;display:flex;align-items:center;gap:12px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left;color:hsla(0,0%,100%,.9);font-family:Cal Sans,sans-serif;font-size:14px;font-weight:500}.phone-country-option:hover{background:hsla(0,0%,100%,.1)}.phone-country-option.active{background:hsla(0,0%,100%,.15);color:#fff}.phone-country-name,.phone-input{flex:1}@media (max-width:768px){.phone-country-btn{padding:12px;min-width:90px;font-size:14px}.phone-country-code{font-size:12px}.phone-country-flag{font-size:18px}.phone-country-dropdown{min-width:180px}}@media (max-width:480px){.phone-input-wrapper{flex-direction:column;gap:12px}.phone-country-btn{width:100%;justify-content:center}.phone-country-dropdown{width:100%;left:0;right:0}}@media (max-width:768px){.project-modal-content{max-width:90%}.project-modal-close{width:36px;height:36px;font-size:24px;top:12px;right:12px}.project-modal-back{width:36px;height:36px;font-size:20px;top:12px;left:12px}.project-modal-body{padding:40px 24px}.project-modal-title{font-size:20px;margin-bottom:24px}.project-modal-btn{font-size:14px;padding:12px 24px}}@media (max-width:480px){.project-modal-overlay{padding:16px}.project-modal-content{max-width:100%}.project-modal-close{width:32px;height:32px;font-size:20px;top:10px;right:10px}.project-modal-back{width:32px;height:32px;font-size:18px;top:10px;left:10px}.project-modal-body{padding:32px 20px}.project-modal-title{font-size:18px;margin-bottom:20px}.project-modal-btn{font-size:12px;padding:10px 20px}.project-modal-close{width:36px;height:36px;font-size:24px;top:12px;right:12px}}.project-modal-thinking{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;min-height:350px;padding:20px}@media (max-width:768px){.thinking-animation{width:150px;height:150px;perspective:800px}.thinking-cube{width:120px;height:120px}.cube-face{width:120px!important;height:120px!important}}@media (max-width:480px){.thinking-animation{width:120px;height:120px;perspective:600px}.thinking-cube{width:100px;height:100px}.cube-face{width:100px!important;height:100px!important;border-width:2px!important}}.about-section{min-height:100vh;width:100%;color:var(--text-primary);position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;overflow:hidden;visibility:hidden}.about-section.loaded{visibility:visible}.about-section-page{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 32px 80px;overflow:hidden;visibility:hidden}.about-section-page.active{z-index:10;visibility:visible}.about-section-page.prev{z-index:5}.about-section-page.next{z-index:1}.about-section-page-container{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;height:100%}.about-section-image-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.about-section-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:20px}.about-section-content{display:flex;flex-direction:column;gap:24px;margin-top:32px}.about-section-title{font-family:Tusker,sans-serif;font-size:64px;line-height:1.1;letter-spacing:.02em}.about-section-text,.about-section-title{font-weight:400;margin:0;transition:color .3s ease}.about-section-text{font-family:Cal Sans,sans-serif;font-size:20px;line-height:1.8;letter-spacing:.03em}.about-section-back{position:absolute;top:40px;left:40px;width:56px;height:56px;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-family:Tusker,sans-serif;font-size:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:20;padding:0}.about-section-back:hover{background:rgba(0,0,0,.7);border-color:hsla(0,0%,100%,.6);transform:scale(1.1)}.about-section-top-nav{position:absolute;top:40px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:24px;z-index:30}.about-section-nav-arrow{width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,.5);border:2px solid hsla(0,0%,100%,.3);color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0}.about-section-nav-arrow:hover{background:rgba(0,0,0,.7);border-color:hsla(0,0%,100%,.6);transform:scale(1.1)}.about-section-nav-arrow svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.about-section-page-content{display:contents}@media (max-width:768px){.about-section-page-content{display:flex;flex-direction:column;width:100%;gap:0}}@media (max-width:1024px){.about-section-container{gap:60px}.about-section-title{font-size:48px}.about-section-text{font-size:18px}}@media (max-width:768px){.about-section-page{padding:100px 20px 60px;min-height:100vh;overflow-y:auto;display:flex;flex-direction:column}.about-section-top-nav{top:20px;gap:16px;position:fixed;z-index:31}.about-section-page-container{grid-template-columns:1fr;gap:32px;text-align:center;padding-top:0;width:100%;display:flex;flex-direction:column;align-items:center}.about-section-image-wrapper{max-width:100%;width:100%;order:1;margin-bottom:32px}.about-section-image{width:100%;height:auto;max-height:280px;-o-object-fit:cover;object-fit:cover}.about-section-content{order:2;width:100%;gap:20px;margin-top:0;display:flex;flex-direction:column;align-items:center;padding-top:0}.about-section-title{font-size:32px;margin-bottom:16px}.about-section-text,.about-section-title{padding:0 16px;width:100%;text-align:center}.about-section-text{font-size:15px;line-height:1.6}.about-section-nav-arrow{width:44px;height:44px}.about-section-nav-arrow svg{width:20px;height:20px}}@media (max-width:480px){.about-section-page{padding:90px 16px 40px;min-height:100vh;overflow-y:auto;display:flex;flex-direction:column}.about-section-top-nav{top:15px;gap:12px;position:fixed;z-index:31}.about-section-page-container{gap:24px;padding-top:0;width:100%;display:flex;flex-direction:column;align-items:center}.about-section-image-wrapper{max-width:100%;width:100%;border-radius:12px;order:1;margin-bottom:28px}.about-section-image{width:100%;height:auto;max-height:220px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.about-section-content{order:2;width:100%;gap:16px;margin-top:0;padding-top:0;display:flex;flex-direction:column;align-items:center}.about-section-title{font-size:24px;margin-bottom:12px;line-height:1.2}.about-section-text,.about-section-title{padding:0 12px;width:100%;text-align:center}.about-section-text{font-size:14px;line-height:1.5}.about-section-nav-arrow{width:40px;height:40px}.about-section-nav-arrow svg{width:18px;height:18px}}.about-section-project-testimonial-wrapper{margin-top:32px;display:flex;align-items:center;gap:32px;flex-wrap:wrap}.about-section-project-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:var(--text-primary);text-decoration:none;font-family:Cal Sans,sans-serif;font-size:16px;transition:all .3s ease;cursor:pointer;flex-shrink:0}.about-section-project-link:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px)}.about-section-project-link svg{width:20px;height:20px;stroke:currentColor}.about-section-testimonial{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.about-section-client-photo{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid hsla(0,0%,100%,.2);flex-shrink:0}.about-section-testimonial-text{display:flex;flex-direction:column;gap:8px;min-width:0}.about-section-stars{display:flex;gap:4px;font-size:20px}.about-section-star{color:hsla(0,0%,100%,.3);transition:color .2s ease}.about-section-star.filled{color:gold}.about-section-client-comment{font-family:Cal Sans,sans-serif;font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;font-style:italic}@media (max-width:768px){.about-section-project-testimonial-wrapper{margin-top:24px;flex-direction:column;align-items:center;gap:20px;padding:0 16px}.about-section-project-link{padding:10px 20px;font-size:14px;width:100%;max-width:300px;justify-content:center}.about-section-testimonial{width:100%;max-width:300px;gap:12px;justify-content:center;padding:12px;background:rgba(0,0,0,.2);border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.about-section-client-photo{width:48px;height:48px}.about-section-stars{font-size:18px;gap:2px}.about-section-client-comment{font-size:13px;text-align:center}.about-section-testimonial-text{align-items:center;text-align:center}}@media (max-width:480px){.about-section-project-testimonial-wrapper{margin-top:20px;gap:16px;padding:0 12px}.about-section-project-link{padding:8px 16px;font-size:13px;max-width:100%}.about-section-testimonial{max-width:100%;padding:10px;gap:10px}.about-section-client-photo{width:40px;height:40px}.about-section-stars{font-size:16px}.about-section-client-comment{font-size:12px}}.about-section-video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-section-video-modal-content{position:relative;width:100%;max-width:1200px;max-height:90vh;background:#000;border-radius:12px;overflow:hidden;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.about-section-video-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;font-size:28px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.about-section-video-modal-close:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.about-section-video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.about-section-video-element,.about-section-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width:768px){.about-section-video-modal{padding:10px}.about-section-video-modal-content{max-height:85vh}.about-section-video-modal-close{width:36px;height:36px;font-size:24px;top:12px;right:12px}}.about-section-loading{display:flex;align-items:center;justify-content:center;background:rgba(26,26,26,.95);visibility:visible}.loading-container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:400px;padding:40px}.thinking-animation{perspective:1200px;perspective-origin:50%;width:200px;height:200px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto}.thinking-cube{width:150px;height:150px;position:relative;transform-style:preserve-3d;transform-origin:center center}.cube-face{position:absolute;display:flex;align-items:center;justify-content:center;backface-visibility:visible;box-shadow:0 0 20px hsla(51,38%,89%,.2)}.loading-text{font-family:Cal Sans,sans-serif;font-size:16px;color:#eeebd9;letter-spacing:.05em;margin:0;text-align:center}@media (max-width:768px){.loading-container{padding:32px 24px;max-width:300px;gap:24px}.thinking-animation{width:150px;height:150px;perspective:800px}.thinking-cube{width:120px;height:120px}.cube-face{width:120px!important;height:120px!important}.loading-text{font-size:14px}}@media (max-width:480px){.loading-container{padding:24px 16px;max-width:250px;gap:20px}.thinking-animation{width:120px;height:120px;perspective:600px}.thinking-cube{width:100px;height:100px}.cube-face{width:100px!important;height:100px!important;border-width:2px!important}.loading-text{font-size:13px}}.hero{min-height:100vh;background:var(--background);color:var(--text-primary);display:flex;align-items:center;padding:120px 32px 80px;position:relative;overflow:hidden;will-change:transform;z-index:1}.hero-container{max-width:1400px;margin:0 auto;width:100%}.hero-content{max-width:100%;text-align:center;padding-top:200px}.hero-title{font-family:Tusker,sans-serif;font-size:72px;font-weight:400;line-height:1.1;letter-spacing:.02em;color:#eeebd9;margin-bottom:32px;text-align:center}.hero-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid #eeebd9;border-radius:50px;padding:14px 32px;font-family:Cal Sans,sans-serif;font-size:16px;font-weight:600;color:#eeebd9;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;margin-bottom:60px;cursor:pointer}.hero-button:hover{background:hsla(51,38%,89%,.1);border-color:#eeebd9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.hero-description-wrapper{display:flex;align-items:flex-start;gap:24px;max-width:700px;margin:0 auto;justify-content:center}.hero-description{font-family:Cal Sans,sans-serif;font-size:18px;line-height:1.6;color:var(--text-secondary);letter-spacing:.05em;flex:1;font-weight:400}.hero-description-highlight{color:#e7ff03}.hero-arrow{font-family:Tusker,sans-serif;font-size:32px;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--border);border-radius:50%;transition:all .3s ease;flex-shrink:0}.hero-arrow:hover{background:var(--surface-hover);border-color:var(--text-primary);transform:scale(1.1)}@media (max-width:1024px){.hero-title{font-size:56px}}@media (max-width:768px){.hero{padding:80px 24px 60px;min-height:auto}.hero-content{padding-top:180px}.hero-title{font-size:42px;margin-bottom:24px}.hero-button{font-size:14px;padding:12px 24px;margin-bottom:40px}.hero-description-wrapper{flex-direction:column;gap:16px;max-width:100%}.hero-description{font-size:16px;text-align:center}.hero-arrow{width:40px;height:40px;font-size:24px;align-self:center}}@media (max-width:480px){.hero{padding:60px 16px 40px;min-height:auto}.hero-content{padding-top:140px}.hero-title{font-size:28px;margin-bottom:20px;line-height:1.2;padding:0 8px}.hero-button{font-size:12px;padding:10px 20px;margin-bottom:32px}.hero-description{font-size:14px;line-height:1.6;padding:0 8px}.hero-description-wrapper{gap:12px;padding:0 8px}.hero-arrow{width:36px;height:36px;font-size:20px}}