.testimonial-slider-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px}.testimonial-slider{display:flex;flex-direction:row;align-items:center;justify-content:left;gap:24px;width:100%;overflow-x:auto;transition:all 1s ease-out;opacity:0;transform:translateY(32px);-ms-overflow-style:none;scrollbar-width:none}.testimonial-slider::-webkit-scrollbar{display:none}.testimonial-slider.visible{opacity:1;transform:translateY(0)}@media (min-width:640px){.testimonial-slider{padding:0}}@media (min-width:1024px){.testimonial-slider{padding:0}}.testimonial-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:32px 24px;width:100%;min-height:380px;background:#FFFFFF;border-radius:20px;flex-shrink:0;transition:all .7s ease-out;animation:slideIn .5s ease-out forwards;opacity:0}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.testimonial-slider.visible .testimonial-card{animation:slideIn .5s ease-out forwards}@media (min-width:640px){.testimonial-card{max-width:420px;min-height:420px;padding:36px 28px}}@media (min-width:1024px){.testimonial-card{max-width:500px;min-height:465px;padding:40px 32px}}.testimonial-quote{font-family:Inter,sans-serif;font-style:italic;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:-.02em;color:#000000;transition:all .3s ease-out}@media (min-width:640px){.testimonial-quote{font-size:18px;line-height:1.7}}@media (min-width:1024px){.testimonial-quote{font-size:20px;line-height:1.6}}.testimonial-card:hover .testimonial-quote{color:#261033}.testimonial-author{font-family:Inter,sans-serif;font-size:20px;line-height:1.42;letter-spacing:-.02em;color:#000000;width:100%;transition:all .3s ease-out}@media (min-width:1024px){.testimonial-author{font-size:24px;line-height:1.42}}.author-name{font-style:italic;font-weight:700;transition:all .3s ease-out}.author-location{font-style:italic;font-weight:500}.testimonial-navigation{display:flex;flex-direction:row;align-items:center;gap:16px;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.testimonial-navigation.visible{opacity:1;transform:translateY(0);animation-delay:.6s}.nav-button{width:56px;height:56px;border-radius:50%;border:1px solid #000000;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-out;color:#000000}@media (min-width:768px){.nav-button{width:64px;height:64px}}.nav-button:hover:not(.disabled){background:#000000;color:#FFFFFF;transform:scale(1.05)}.nav-button:active:not(.disabled){transform:scale(.95)}.nav-button.disabled{border-color:#CCCCCC;color:#CCCCCC;opacity:.5}.nav-button svg{transition:transform .3s ease-out}.nav-button:hover:not(.disabled) svg{transform:translateX(2px)}.nav-button:first-child:hover:not(.disabled) svg{transform:translateX(-2px)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;min-height:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;scroll-behavior:smooth;background:#FFFFFF;color:#000000;overflow-x:hidden}a{text-decoration:none;color:inherit}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}.home-page{display:flex;flex-direction:column;min-height:100vh;width:100%;background:#FFFFFF}.home-hero-section{width:100%;max-width:1440px;margin:0 auto;padding:120px 16px 0}@media (min-width:768px){.home-hero-section{padding:160px 32px 0}}.hero-content{display:flex;flex-direction:column;align-items:center;gap:52px;width:100%;max-width:881px;margin:120px auto 0;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-text{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;width:90%;padding:0}@media (min-width:640px){.hero-text{padding:0}}.hero-title{font-family:Inter,sans-serif;font-size:clamp(3.2rem,5.5vw,4.5rem);font-weight:500;line-height:clamp(4rem,6vw,5.4rem);letter-spacing:-.04em;color:#000000;width:100%}@media (min-width:640px){.hero-title{width:80%}}@media (min-width:768px){.hero-title{width:75%}}@media (min-width:1024px){.hero-title{width:915px}}.hero-subtitle{font-family:Inter,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:450;line-height:clamp(3rem,7vw,3.75rem);letter-spacing:-.04em;color:#000000;margin-top:10px}.hero-cta-button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:20px 28px;width:323px;height:64px;background:#D89EFA;border-radius:100px;transition:all .7s ease-out;cursor:pointer;margin-top:4rem}.hero-cta-button:hover{background:#000000}.hero-cta-button span{font-family:Inter,sans-serif;font-size:20px;font-weight:450;line-height:24px;letter-spacing:-.02em;color:#000000;transition:color .7s ease-out}.hero-cta-button:hover span{color:#ffffff}.hero-cta-button svg{color:#231F20;transition:all .7s ease-out}.hero-cta-button:hover svg{color:#ffffff;transform:translateX(4px)}.live-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px 16px;width:83px;height:35px;border:1px solid #dbdbdb;border-radius:100px;margin-top:64px;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.live-badge.visible{opacity:1;transform:translateY(0)}.live-indicator{width:9px;height:9px;background:#F06464;border-radius:50%;animation:smooth-blink 1.2s ease-in-out infinite}@keyframes smooth-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.live-badge span{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:19px;letter-spacing:-.02em;color:#000000}.hero-image{width:100%;max-width:1056px;aspect-ratio:1056/608;background:#000000;border-radius:20px;transition:transform .3s ease-out}.hero-description{width:100%;max-width:1024px;margin:40px auto 0;padding:0 16px;text-align:center;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.hero-description.visible{opacity:1;transform:translateY(0)}@media (min-width:1024px){.hero-description{margin-top:0}}.description-paragraph{font-family:Inter,sans-serif;font-size:clamp(1.5rem,2vw,1.9rem);font-weight:500;line-height:1.4;letter-spacing:-.04em;color:#000000;margin-bottom:32px}.home-change-section{width:100%;max-width:1440px;margin:200px auto 0;padding:0 16px}@media (min-width:768px){.home-change-section{padding:0 32px}}@media (min-width:1024px){.home-change-section{padding:160px 32px 0}}.change-section-title{font-family:Inter,sans-serif;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:500;line-height:clamp(4rem,6vw,5.4rem);letter-spacing:-.04em;color:#000000;text-align:center;margin-bottom:12rem}.change-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:60px;margin-bottom:200px;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.change-text{order:2}.change-image{order:1}.change-extra{order:3}@media (min-width:768px){.change-item{flex-direction:row;justify-content:space-between;align-items:center}.change-extra,.change-image,.change-text{order:0}}.change-item.visible{opacity:1;transform:translateY(0)}@media (min-width:1024px){.change-item{gap:75px;margin-top:200px}.change-2,.change-item{flex-direction:row}}.change-text{flex:1;display:flex;flex-direction:column;gap:44px;max-width:566px}.change-title{font-size:clamp(2rem,3vw,3.375rem);line-height:1.2;letter-spacing:-.04em}.change-description,.change-title{font-family:Inter,sans-serif;font-weight:500;color:#000000}.change-description{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.5;letter-spacing:-.02em}.change-description ol{list-style:decimal;list-style-position:inside;margin:32px 0 24px}.change-description p{margin-bottom:16px}.change-image{flex:1;max-width:476px;transition:all .5s ease-out}.change-image img{width:100%;height:auto;object-fit:contain}.change-button{display:flex;justify-content:center;align-items:center;padding:20px 28px;gap:8px;width:206px;height:64px;background:#000000;border-radius:100px;transition:all .3s ease-out}.change-button:hover{background:#333333}.change-button span{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.02em;color:#F5F5F5}.reflection-form{position:relative;width:90%;max-width:500px;margin:2rem auto;padding:2rem 1.5rem;background:#575757;border-radius:20px;display:flex;flex-direction:column;gap:2rem;transition:all .5s ease-out}.reflection-question{width:100%;background:#D89EFA;border-radius:20px;display:flex;align-items:center;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#000000;transform:rotate(0deg);transition:all .3s ease-out}.q1{transform:rotate(-3deg)}.q2{transform:rotate(2deg)}.reflection-textarea-container{width:100%;background:#383838;border:1px solid #c3c3c3;border-radius:10px;padding:1rem;box-sizing:border-box}.reflection-textarea{width:100%;height:120px;background:transparent;border:none;outline:none;resize:none;color:#FFFFFF;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.02em;transition:all .3s ease-out}.reflection-textarea::placeholder{color:#CCCCCC}.reflection-textarea:focus{transform:scale(1.02)}.reflection-submit{display:flex;justify-content:flex-start}.submit-button{width:80%;max-width:208px;height:54px;padding:0 1.5rem;background:#F1F1F1;border:none;border-radius:100px;transition:all .3s ease-out;display:flex;justify-content:center;align-items:center}.submit-button span{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.02em;color:#000000}.cursor-arrow{position:absolute;left:40%;bottom:1%;transform:translateX(-50%);transition:all .3s ease-out;width:51px;height:58px}@media (max-width:768px){.cursor-arrow{width:0;height:10%}}.cursor-arrow:hover{transform:translateX(-50%) scale(1.1) rotate(6deg)}@media (min-width:640px){.reflection-form{padding:3rem 2rem}.reflection-textarea{height:140px}.reflection-question{font-size:20px}}@media (min-width:1024px){.reflection-form{max-width:500px;gap:3rem}.reflection-textarea{height:160px}.submit-button{width:auto}}.home-cta-section{width:100%;max-width:1441px;margin:100px auto;padding:10px 16px}@media (min-width:768px){.home-cta-section{padding:100px 32px}}.cta-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 32px;gap:60px;width:100%;margin:0 auto;background:#F6D55C;border-radius:20px;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.cta-card.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.cta-card{padding:120px 98px;gap:95px}}.cta-title{font-size:clamp(2rem,5vw,4.25rem);line-height:1.28;letter-spacing:-.04em;max-width:989px}.cta-description,.cta-title{font-family:Inter,sans-serif;font-weight:500;text-align:center;color:#000000}.cta-description{font-size:clamp(1.125rem,2.5vw,1.75rem);line-height:1.43;letter-spacing:-.02em;max-width:1000px}.cta-button{display:flex;justify-content:center;align-items:center;padding:20px 28px;gap:8px;width:230px;height:64px;background:#000000;border-radius:100px;transition:all .3s ease-out}.cta-button:hover{background:#333333}.cta-button span{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.02em;color:#F5F5F5}.home-testimonials-section{width:100%;background:#F5F3ED;display:flex;flex-direction:column;align-items:center;padding:179px 16px 200px;transition:all 1s ease-out;opacity:0;transform:translateY(32px)}.home-testimonials-section.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.home-testimonials-section{padding:179px 32px}}.testimonials-title{font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:500;line-height:1.21;text-align:center;letter-spacing:-.04em;color:#000000;max-width:915px;margin-bottom:4rem}.testimonials-slider{width:100%;max-width:1440px;margin-top:40px}@media (min-width:1024px){.testimonials-slider{padding-left:32px}}