@charset "UTF-8";:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100vh;height:100dvh}body{--primaryColor: #5949d3;--secondaryColor: #5e5e5e;--blackColor: #111111;--whiteColor: #ffffff;--backgroundColor: #121212;--elementColor: #1f1f1f;--element2Color: #9db2ce;--shinyColor: #6b4eff;--errorColor: #d32f2f;--tertiaryColor: #5e5e5e}a{color:#fff;text-decoration:underline}a:hover{color:#b9b9b9}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.background{position:absolute;top:0;left:0;height:100vh;height:100dvh;width:100%}.background.background-black{background:repeat url(/pixel-background-black.webp)}.background.background-white{background:repeat url(/pixel-background-white.webp)}.background~*:not(.background){z-index:1;position:relative}:root{--vh: 1vh;--primaryColor: #7238ff;--primaryColorDark: #6028e0;--secondaryColor: #313131;--textColor: #ffffff;--sectionPadding: 80px;--mobilePadding: 20px;--borderRadius: 8px;--transitionSpeed: .3s;--fontFamily: "Montserrat", sans-serif}body.disable-transitions *{transition:none!important;animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}*{box-sizing:border-box;font-family:var(--fontFamily);font-weight:400}html,body{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;margin:0;padding:0;font-family:var(--fontFamily);font-weight:400}.container{scroll-snap-type:y mandatory;overflow-y:auto;overflow-x:hidden;height:100%;width:100%;position:relative;scroll-behavior:smooth}.container.mobile-view{scroll-snap-type:none}.no-snap{scroll-snap-type:none!important}.page:not(.section5){height:auto;min-height:100vh;min-height:100dvh;overflow-y:hidden}.desktop-only{display:inline}.mobile-only{display:none}.page{position:relative}.content{z-index:1}.section1{background:linear-gradient(to bottom,var(--primaryColor),var(--secondaryColor) 95%);display:flex;justify-content:center;align-items:center}.section1 .content-container{width:100%;max-width:1400px;margin:0 auto;padding:0 var(--sectionPadding);display:flex;align-items:center;justify-content:space-between;height:100%}.section2{background:linear-gradient(to bottom,var(--secondaryColor) 40%,black 99%);position:relative;overflow-y:auto;padding-bottom:40px}.section3{background:linear-gradient(135deg,#422b8f,#7238ff);position:relative;overflow-y:auto}.page{scroll-snap-align:start;width:100%;height:auto;min-height:auto;display:flex;box-sizing:border-box;max-width:100vw;overflow-y:auto}.section2{color:var(--textColor);box-sizing:border-box;width:100%;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:0}.section2 .section-logo{width:100px;height:auto}.section2 .content-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;max-width:1400px;padding:0 var(--sectionPadding)}.section2 .section2-content{width:50%;padding-right:40px}.section2 .section2-content h2{font-size:42px;font-weight:800;margin-bottom:30px;line-height:1.2;letter-spacing:-1px;animation:fade-in 1s ease-out}.section2 .section2-content .details{font-size:22px;font-weight:500;margin-bottom:20px;line-height:1.5;animation:fade-in 1s ease-out .3s both}.section2 .section2-content .buttons{display:flex;gap:20px;margin-top:40px;animation:fade-in 1s ease-out .5s both}.section2 .section2-content .button-primary{background-color:var(--primaryColor);color:var(--textColor);border:none;padding:15px 40px;border-radius:var(--borderRadius);font-size:18px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease}.section2 .section2-content .button-primary:hover{background-color:var(--primaryColorDark);transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #0003}.section2 .section2-content .button-secondary{background-color:transparent;color:var(--textColor);border:2px solid var(--textColor);padding:15px 40px;border-radius:var(--borderRadius);font-size:18px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease}.section2 .section2-content .button-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #0003}.section2 .image-collage{width:40%;position:relative;height:100%;display:flex;align-items:center;justify-content:center}.section2 .image-collage .image-screen2{width:280px;height:350px;object-fit:cover;border-radius:8px;position:absolute;right:0;top:55%;transform:translateY(-40%);z-index:1;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-screen2 5s ease-in-out infinite}.section2 .image-collage .image-screen1{width:330px;height:450px;object-fit:cover;border-radius:8px;position:absolute;left:0;top:45%;transform:translateY(-60%);z-index:0;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-screen1 5s ease-in-out infinite .5s}.section2 .image-collage .light-effect{position:absolute;top:50%;left:50%;width:400px;height:400px;background:radial-gradient(circle,rgba(114,56,255,.4) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;filter:blur(30px);z-index:0;animation:pulse-light 8s ease-in-out infinite;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.section3{color:var(--textColor);box-sizing:border-box;width:100%;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:0}.section3 .section-logo{width:100px;height:auto}.section3 .content-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;max-width:1400px;padding:0 var(--sectionPadding)}.section3 .image-collage{width:40%;position:relative;height:100%;display:flex;align-items:center;justify-content:center}.section3 .image-collage .image-scissors{width:280px;height:350px;object-fit:cover;border-radius:8px;position:absolute;left:0;top:35%;transform:translateY(-60%);z-index:1;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-left 5s ease-in-out infinite}.section3 .image-collage .image-makeup{width:330px;height:450px;object-fit:cover;border-radius:8px;position:absolute;right:0;top:65%;transform:translateY(-40%);z-index:0;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-right 5s ease-in-out infinite .5s}.section3 .section3-content{width:50%;padding-left:40px}.section3 .section3-content h2{font-size:42px;font-weight:800;margin-bottom:30px;line-height:1.2;letter-spacing:-1px;animation:fade-in 1s ease-out}.section3 .section3-content .service-question{font-size:22px;font-weight:500;margin-bottom:20px;line-height:1.5;animation:fade-in 1s ease-out .3s both}.section3 .section3-content .registration-info{font-size:18px;margin-bottom:40px;opacity:.9;line-height:1.6;animation:fade-in 1s ease-out .5s both}.section3 .section3-content .button-cta{background-color:#fff;color:var(--primaryColor);border:none;padding:15px 40px;border-radius:var(--borderRadius);font-size:18px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease;animation:fade-in 1s ease-out .7s both}.section3 .section3-content .button-cta:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #0003}.section4{position:relative;background-image:url(/haircut-background.webp);background-size:cover;background-position:center;color:var(--textColor);display:flex;justify-content:center;align-items:center;text-align:center;padding:0 var(--sectionPadding);min-height:100dvh}.section4 .feature-description{font-size:clamp(14px,1.5vw,18px);line-height:1.6;opacity:0;animation:fade-in-up 1s ease-out .7s forwards}.section4 .background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}.section4 .section4-content{position:relative;z-index:1;max-width:800px;padding:30px}.section4 .logo-container{margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.section4 .logo-container .logo{width:150px;max-width:100%;opacity:0;animation:fade-in-zoom 1s ease-out .2s forwards}.section4 .logo-container .frech-now-badge{display:flex;align-items:center;justify-content:center;background-color:#7238ff;padding:10px 25px;border-radius:20px;margin-top:20px;box-shadow:0 6px 12px #0000004d;animation:pulse 2s infinite;letter-spacing:.5px}.section4 h2{font-size:20px;font-weight:400;margin-bottom:15px;opacity:0;animation:fade-in-up 1s ease-out .4s forwards}.section4 h3{font-size:38px;font-weight:700;line-height:1.2;margin-bottom:20px;opacity:0;animation:fade-in-up 1s ease-out .6s forwards}.section4 .subscription-form{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto;opacity:0;animation:fade-in-up 1s ease-out .8s forwards;box-sizing:border-box}.section4 .subscription-form .email-input{width:100%;padding:15px 20px;border-radius:var(--borderRadius);border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:var(--textColor);font-size:16px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all var(--transitionSpeed) ease;box-sizing:border-box;display:block}.section4 .subscription-form .email-input:focus{outline:none;background-color:#fff3;border-color:#ffffff80;box-shadow:0 0 0 2px #7238ff4d}.section4 .subscription-form .email-input::placeholder{color:#ffffffb3}.section4 .subscription-form .submit-button{width:100%;padding:15px 20px;border-radius:var(--borderRadius);border:none;background-color:var(--primaryColor);color:var(--textColor);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease;position:relative;overflow:hidden;box-sizing:border-box;display:block}.section4 .subscription-form .submit-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);transition:all .6s;opacity:0}.section4 .subscription-form .submit-button:hover{background-color:var(--primaryColorDark);transform:translateY(-3px);box-shadow:0 10px 20px #0000004d}.section4 .subscription-form .submit-button:hover:before{opacity:1;left:100%;top:100%;transition:all .6s}.section4 .submit-status{margin-top:15px;padding:10px;border-radius:var(--borderRadius);font-weight:500;transition:all .3s ease;animation:fade-in .3s ease-out forwards}.section4 .submit-status.success{background-color:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.section4 .submit-status.error{background-color:#f4433633;color:#fff;border:1px solid rgba(244,67,54,.5)}.section5.faq-section{min-height:100dvh;height:auto;background-color:#f5f5fa;color:#333;display:flex;justify-content:center;align-items:flex-start;padding:60px 0 80px;scroll-snap-align:start}.faq-container{width:100%;max-width:800px;margin:0 auto;padding:40px 20px 0}.faq-header{text-align:left;margin-bottom:50px}.faq-logo{width:120px;margin-bottom:20px}.faq-title{font-size:24px;color:var(--primaryColor);margin-bottom:8px;font-weight:500}.faq-subtitle{font-size:36px;font-weight:700;margin-bottom:30px;color:#333}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{width:100%}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;transition:all .3s ease}.faq-question:focus{outline:2px solid var(--primaryColor);border-radius:var(--borderRadius)}.question-text{font-size:18px;font-weight:600;color:#333}.question-icon{transition:transform .3s ease}.faq-question.active .question-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;font-size:16px;line-height:1.6;color:#666;padding-left:5px;opacity:0}.faq-answer.active{max-height:500px;opacity:1;padding-bottom:20px}.faq-divider{height:1px;background-color:#e0e0e0;width:100%}@keyframes float-left{0%{transform:translateY(-60%) rotate(-2deg)}50%{transform:translateY(-55%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-60%) rotate(-2deg)}}@keyframes float-right{0%{transform:translateY(-40%) rotate(2deg)}50%{transform:translateY(-45%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-40%) rotate(2deg)}}@keyframes fade-in-zoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-light{0%{opacity:.4;width:350px;height:350px}50%{opacity:.6;width:450px;height:450px}to{opacity:.4;width:350px;height:350px}}@keyframes float-image1{0%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-10px)}to{transform:rotate(-5deg) translateY(0)}}@keyframes float-image2{0%{transform:rotate(5deg) translateY(0)}50%{transform:rotate(3deg) translateY(-15px)}to{transform:rotate(5deg) translateY(0)}}@keyframes pulse-shadow{0%{box-shadow:0 10px 20px #0000004d}50%{box-shadow:0 20px 40px #7238ff66}to{box-shadow:0 10px 20px #0000004d}}@keyframes float-screen2{0%{transform:translateY(-40%) rotate(2deg)}50%{transform:translateY(-35%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-40%) rotate(2deg)}}@keyframes float-screen1{0%{transform:translateY(-60%) rotate(-2deg)}50%{transform:translateY(-65%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-60%) rotate(-2deg)}}@media (max-width: 1024px){:root{--sectionPadding: 40px}.section1 .pre-title{font-size:40px}.section1 .description{font-size:24px}.section1 .content-left{padding-top:60px}.section2 .buttons .button-primary{position:relative;overflow:hidden}.section2 .buttons .button-primary:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);transition:all .6s;opacity:0}.section2 .buttons .button-primary:hover:before{opacity:1;left:100%;top:100%;transition:all .6s}.section2 .content-right{height:50vh;height:50dvh}.section3 .image-collage{transform:scale(.9)}.section3 .section-header h2{font-size:36px}.section4 .section4-content{padding:40px 20px}.section4 .section4-content h2{font-size:22px}.section4 .section4-content h3{font-size:32px;margin-bottom:30px}}@media (max-width: 768px){:root{--sectionPadding: 20px}.container{scroll-snap-type:none;overflow-y:auto;height:auto}.page{scroll-snap-align:none;height:auto!important;min-height:auto!important;overflow-y:visible}.section1{height:100%!important;min-height:calc(var(--vh) * 100)!important;overflow-y:hidden;flex-direction:column;justify-content:space-between;padding-top:40px}.desktop-only{display:none}.mobile-only{display:inline}.section1 .content-right .image-container,.section2 .image-container,.section3 .image-collage{height:auto}.section1 .content-left,.section1 .content-right{width:100%;padding:0 20px;text-align:center}.section1 .content-left{z-index:1;max-height:40vh;max-height:40dvh}.section1 .pre-title{font-size:32px}.section1 h1 img{max-width:80%}.section1 .description{font-size:20px;margin-bottom:40px;padding:0 20px}.section1 .content-right{height:auto;flex:1}.section1 .content-right .image-container{height:auto;max-height:60vh;max-height:60dvh}.section1 .content-right .image-container .image{max-height:60vh;max-height:60dvh;transform:none;animation:none}.section1 .arrow-container{bottom:20px}.section2{padding:40px 0;height:auto;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start}.section2 .content-container{flex-direction:column-reverse;padding:0 20px;gap:50px;width:100%;height:auto}.section2 .section2-content{width:100%;padding:0;margin-top:0;text-align:center;position:relative;z-index:1}.section2 .section2-content h2{font-size:28px;margin-top:0;margin-bottom:20px}.section2 .section2-content .details{font-size:18px;margin-bottom:15px}.section2 .section2-content .buttons{flex-direction:column;gap:15px;padding:0 10px}.section2 .section2-content .buttons .button-primary,.section2 .section2-content .buttons .button-secondary{display:inline-block;padding:14px 35px;font-size:16px}.section2 .image-collage{width:100%;height:450px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;padding-bottom:20px;overflow:visible}.section2 .image-collage .image-screen2{position:absolute;height:280px;width:auto;max-width:60%;object-fit:cover;right:5%;top:60%;transform:translateY(-50%);z-index:2;border-radius:8px;box-shadow:0 10px 20px #0003}.section2 .image-collage .image-screen1{position:absolute;height:320px;width:auto;max-width:55%;object-fit:cover;left:5%;top:45%;transform:translateY(-50%);z-index:1;border-radius:8px;box-shadow:0 10px 20px #0003}.section2 .image-collage .light-effect{width:300px;height:300px;opacity:.3;filter:blur(20px)}.section3{padding:40px 0;height:auto;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start}.section3 .content-container{flex-direction:column;padding:0 20px;gap:50px;width:100%;height:auto}.section3 .image-collage{width:100%;height:380px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;padding-bottom:20px;overflow:visible}.section3 .image-scissors{position:absolute;width:120px;height:auto;max-height:85%;object-fit:cover;left:5%;top:50%;transform:translateY(-60%);z-index:2;border-radius:8px;box-shadow:0 10px 20px #0003;animation:none}.section3 .image-makeup{position:absolute;width:120px;height:auto;max-height:90%;object-fit:cover;right:5%;top:50%;transform:translateY(-40%);z-index:1;border-radius:8px;box-shadow:0 10px 20px #0003;animation:none}.section3 .section3-content{width:100%;padding:0;margin-top:0;text-align:center;position:relative;z-index:1}.section3 .section3-content h2{font-size:28px;margin-top:0;margin-bottom:20px}.section3 .service-question{font-size:18px;margin-bottom:15px}.section3 .registration-info{font-size:16px;margin-bottom:30px;padding:0 10px}.section3 .button-cta{display:inline-block;padding:14px 35px;font-size:16px}.section4 .section4-content{padding:30px 15px}.section4 .section4-content h2{font-size:20px}.section4 .section4-content h3{font-size:26px;margin-bottom:30px}.section4 .section4-content .logo{width:120px}.section4 .subscription-form .email-input,.section4 .subscription-form .submit-button{padding:12px 15px;font-size:14px}.section5{height:auto;min-height:100vh;min-height:100dvh}.section5.faq-section{padding:40px 20px}.section5 .faq-header{margin-bottom:30px}.section5 .faq-title{font-size:20px}.section5 .faq-subtitle{font-size:28px}.section5 .question-text{font-size:16px}.section5 .faq-answer{font-size:14px}}@media (max-width: 450px){.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}.section2{height:auto;min-height:100vh;min-height:100dvh}.section2 .image-collage{height:400px}.section2 .image-screen1{height:280px;max-width:35%}.section2 .image-screen2{height:240px;max-width:34%}.section2 .content-left{padding-bottom:30px}.section2 .content-right{min-height:250px}.section3{height:auto;min-height:100vh;min-height:100dvh}.section3 .image-collage{height:320px}.section3 .image-scissors{width:44%;left:3%}.section3 .image-makeup{width:48%;right:3%}.section3 .section3-content h2{font-size:24px}.page .content-left,.page .content-right,.page .section3-content{width:100%;padding:20px;box-sizing:border-box}.buttons{margin-bottom:20px}}@media (max-height: 500px) and (orientation: landscape){.container{scroll-snap-type:none}.page{min-height:auto;height:auto;padding:40px var(--sectionPadding);scroll-snap-align:none}.section1{flex-direction:row}.section1 .content-left,.section1 .content-right{width:50%}.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}.section1 .content-right .image-container .image{max-height:70vh;max-height:70dvh}.section3 .image-collage{height:320px}.section3 .image-collage .image-scissors{left:20%}.section3 .image-collage .image-makeup{right:20%}.section4 .section4-content{padding:30px}.section4 .section4-content h2{font-size:20px}.section4 .section4-content h3{font-size:30px;margin-bottom:20px}.section4 .section4-content .subscription-form{display:flex;flex-direction:row;max-width:600px}.section4 .section4-content .subscription-form .email-input{width:70%;border-radius:var(--borderRadius) 0 0 var(--borderRadius)}.section4 .section4-content .subscription-form .submit-button{width:30%;border-radius:0 var(--borderRadius) var(--borderRadius) 0}.section5.faq-section{padding:40px 20px}.section5.faq-section .faq-header{margin-bottom:30px}.section5.faq-section .faq-title{font-size:20px}.section5.faq-section .faq-subtitle{font-size:28px}}@supports (-webkit-touch-callout: none){.container{position:relative;overflow:auto;height:calc(var(--vh) * 100)}.page{min-height:calc(var(--vh) * 100)}.section1{min-height:100%;height:100%}.section1 .arrow-container{bottom:40px}body,html{position:relative;overflow:auto;height:calc(var(--vh) * 100)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#7238ff,#313131 95%);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-screen img{width:150px;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 6px 12px #0000004d}50%{transform:scale(1.05);box-shadow:0 8px 15px #7238ff80}to{transform:scale(1);box-shadow:0 6px 12px #0000004d}}.language-switch{position:fixed;top:20px;right:20px;z-index:1000;display:flex;gap:8px;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:8px;border:1px solid rgba(255,255,255,.1)}.language-btn{background:transparent;border:none;color:#ffffffb3;padding:8px 16px;border-radius:16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}.language-btn:hover{color:#fff;background:#ffffff1a}.language-btn.active{color:#fff;background:#7238ff;box-shadow:0 2px 8px #7238ff4d}@media (max-width: 768px){.language-switch{top:15px;right:15px;padding:6px}.language-btn{padding:6px 12px;font-size:12px}}.section1{display:flex;justify-content:space-between;align-items:center;color:#fff;position:relative;background:linear-gradient(to bottom,#7238ff,#313131 95%)}.section1 .content-left{width:50%;text-align:left;padding-left:80px;padding-right:20px;flex-shrink:0}.section1 .pre-title{font-size:40px;font-weight:700;margin:0 0 10px;letter-spacing:-1px;animation:fade-in 1s ease-out;color:#ffffffe6}.section1 .subtitle{font-size:24px;font-weight:600;margin:0 0 20px;color:#fffc;animation:fade-in 1s ease-out .1s both}.section1 h1{margin:0 0 20px;animation:fade-in 1s ease-out .2s both}.section1 h1 img{max-width:100%;height:auto}.section1 .description{font-size:24px;font-weight:600;line-height:1.3;letter-spacing:-.5px;margin-bottom:30px;animation:fade-in 1s ease-out .4s both}.section1 .quick-stats{display:flex;flex-direction:column;gap:12px;animation:fade-in 1s ease-out .6s both}.section1 .quick-stats .stat-item{display:flex;align-items:center;font-size:16px;font-weight:500;color:#ffffffe6}.section1 .quick-stats .stat-item .stat-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;margin-right:12px;font-size:12px;font-weight:700}.section1 .arrow-link{color:#fff;position:unset;text-decoration:none}.section1 .content-right{width:50%;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center}.section1 .content-right .image-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.section1 .content-right .image-container .image{max-width:100%;max-height:80vh;max-height:80dvh;height:auto;width:auto;transform:translateY(20%);animation:float-phone 6s ease-in-out infinite}.section1 .arrow-container{z-index:2;position:absolute;bottom:50px;left:50%;transform:translate(-50%);text-align:center}.section1 .arrow-container .text{animation:bounce-smaller 1.5s infinite;margin-bottom:10px;font-weight:500}.section1 .arrow-container .arrow{position:relative;width:50px;height:50px;margin:0 auto;animation:bounce 1.5s infinite}.section1 .arrow-container .arrow span{position:absolute;display:block;width:40px;height:40px;background:transparent;border:5px solid white;border-width:0 0 5px 5px;transform-origin:bottom right;transform:rotate(-45deg) translateY(-20px);bottom:20px;left:50%}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce-smaller{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes float-phone{0%{transform:translateY(20%) rotate(0)}50%{transform:translateY(17%) rotate(1deg);filter:drop-shadow(0 20px 20px rgba(0,0,0,.2))}to{transform:translateY(20%) rotate(0)}}@media (max-width: 1024px){.section1 .pre-title{font-size:40px}.section1 .description{font-size:24px}.section1 .content-left{padding-top:60px;padding-left:40px}}@media (max-width: 768px){.section1{height:100vh!important;height:100dvh!important;min-height:calc(var(--vh) * 100)!important;overflow-y:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;position:relative}.section1 .content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;flex:1}.section1 .content-left{width:100%;padding:0 20px;text-align:center;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.section1 .pre-title{font-size:28px}.section1 .subtitle{font-size:18px;margin-bottom:15px}.section1 h1 img{max-width:80%}.section1 .description{font-size:18px;margin-bottom:20px;padding:0 20px}.section1 .quick-stats{gap:8px;margin-bottom:20px}.section1 .quick-stats .stat-item{font-size:14px;justify-content:center}.section1 .quick-stats .stat-item .stat-icon{width:16px;height:16px;font-size:10px;margin-right:8px}.section1 .content-right{display:none}.section1 .arrow-container{bottom:20px}}@media (max-width: 375px){.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}}@media (max-height: 500px) and (orientation: landscape){.section1{flex-direction:row}.section1 .content-left,.section1 .content-right{width:50%}.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}.section1 .content-right .image-container .image{max-height:70vh;max-height:70dvh}}.section-why-frech{background:linear-gradient(135deg,#f8f9ff,#fff);color:#333;display:flex;justify-content:center;align-items:center;padding:60px 0;position:relative;overflow:hidden}.section-why-frech .content-container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--sectionPadding)}.section-why-frech .section-logo{width:100px;height:auto}.section-why-frech .why-frech-header{text-align:center;margin-bottom:60px}.section-why-frech .why-frech-header h2{font-size:42px;font-weight:800;margin-bottom:20px;line-height:1.2;letter-spacing:-1px;color:#333;animation:fade-in 1s ease-out}.section-why-frech .why-frech-header .subtitle{font-size:20px;font-weight:500;color:#666;max-width:600px;margin:0 auto;line-height:1.5;animation:fade-in 1s ease-out .2s both}.section-why-frech .benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}.section-why-frech .benefit-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 20px #7238ff14;border:1px solid rgba(114,56,255,.1);transition:all .3s ease;position:relative;overflow:hidden;animation:fade-in-up .8s ease-out both;display:flex;flex-direction:column}.section-why-frech .benefit-card:nth-child(1){animation-delay:.1s}.section-why-frech .benefit-card:nth-child(2){animation-delay:.2s}.section-why-frech .benefit-card:nth-child(3){animation-delay:.3s}.section-why-frech .benefit-card:nth-child(4){animation-delay:.4s}.section-why-frech .benefit-card:nth-child(5){animation-delay:.5s}.section-why-frech .benefit-card:nth-child(6){animation-delay:.6s}.section-why-frech .benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7238ff,#9d5eff);transform:scaleX(0);transition:transform .3s ease}.section-why-frech .benefit-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #7238ff26}.section-why-frech .benefit-card:hover:before{transform:scaleX(1)}.section-why-frech .benefit-card:hover .benefit-icon{transform:scale(1.1);color:#7238ff}.section-why-frech .benefit-card .benefit-icon-container{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#f0ebff,#e8dfff);border-radius:12px;margin-bottom:16px;transition:all .3s ease;flex-shrink:0}.section-why-frech .benefit-card .benefit-icon-container .benefit-icon{color:#7238ff;transition:all .3s ease;font-size:1.8rem!important}.section-why-frech .benefit-card .benefit-content .benefit-title{font-size:18px;font-weight:700;color:#333;margin-bottom:10px;line-height:1.3}.section-why-frech .benefit-card .benefit-content .benefit-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:12px}.section-why-frech .benefit-card .benefit-content .benefit-highlight{display:inline-block;background:linear-gradient(90deg,#7238ff,#9d5eff);color:#fff;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.section-why-frech{padding:60px 0}.section-why-frech .why-frech-header{margin-bottom:40px}.section-why-frech .why-frech-header h2{font-size:36px}.section-why-frech .why-frech-header .subtitle{font-size:18px}.section-why-frech .benefits-grid{gap:20px}.section-why-frech .benefit-card{padding:20px}}@media (max-width: 770px){.section-why-frech{padding:50px 0}.section-why-frech .content-container{padding:0 20px}.section-why-frech .why-frech-header{margin-bottom:35px}.section-why-frech .why-frech-header h2{font-size:32px;margin-bottom:15px}.section-why-frech .why-frech-header .subtitle{font-size:16px;padding:0 10px}.section-why-frech .benefits-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}.section-why-frech .benefit-card{padding:18px;flex-direction:row;align-items:flex-start;text-align:left}.section-why-frech .benefit-card .benefit-icon-container{width:50px;height:50px;margin-bottom:0;margin-right:14px}.section-why-frech .benefit-card .benefit-icon-container .benefit-icon{font-size:1.4rem!important}.section-why-frech .benefit-card .benefit-content{flex:1}.section-why-frech .benefit-card .benefit-content .benefit-title{font-size:16px;margin-bottom:8px}.section-why-frech .benefit-card .benefit-content .benefit-description{font-size:13px;margin-bottom:10px}.section-why-frech .benefit-card .benefit-content .benefit-highlight{font-size:10px;padding:3px 8px}}@media (max-width: 480px){.section-why-frech{padding:40px 0}.section-why-frech .section-logo{width:80px}.section-why-frech .why-frech-header{margin-bottom:30px}.section-why-frech .why-frech-header h2{font-size:26px}.section-why-frech .why-frech-header .subtitle{font-size:15px}.section-why-frech .benefits-grid{grid-template-columns:1fr;gap:16px}.section-why-frech .benefit-card{padding:16px}.section-why-frech .benefit-card .benefit-icon-container{width:45px;height:45px;margin-right:12px}.section-why-frech .benefit-card .benefit-icon-container .benefit-icon{font-size:1.2rem!important}.section-why-frech .benefit-card .benefit-content .benefit-title{font-size:15px;margin-bottom:7px}.section-why-frech .benefit-card .benefit-content .benefit-description{font-size:12px;margin-bottom:8px}.section-why-frech .benefit-card .benefit-content .benefit-highlight{font-size:9px;padding:2px 6px}}
