.testimonials-container{background-color:var(--base-500);width:100%;padding:6rem 0;position:relative;overflow:hidden}.testimonials-header{text-align:center;z-index:2;margin-bottom:4rem;position:relative}.testimonials-header h2{color:var(--base-100);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.testimonials-header p{color:var(--base-300);max-width:600px;margin:0 auto;font-size:1.1rem}.testimonials-scroll{z-index:2;justify-content:center;gap:3rem;height:600px;display:flex;position:relative;overflow:hidden}.testimonials-column{-webkit-user-select:none;user-select:none;--gap:1.5rem;gap:var(--gap);flex-direction:column;width:320px;height:600px;display:flex;overflow:hidden;-webkit-mask:linear-gradient(#0000 0%,#000 10% 90%,#0000 100%);mask:linear-gradient(#0000 0%,#000 10% 90%,#0000 100%)}.testimonials-list{gap:var(--gap);flex-direction:column;flex-shrink:0;min-height:100%;animation:80s linear infinite scroll-vertical;display:flex}.testimonials-column:nth-child(2) .testimonials-list{animation:80s linear infinite scroll-vertical-reverse}.testimonials-column:nth-child(2) .testimonials-list:first-child{transform:translateY(calc(-100% - var(--gap)))}.testimonials-column:hover .testimonials-list{animation-play-state:paused}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}@keyframes scroll-vertical-reverse{0%{transform:translateY(calc(-100% - var(--gap)))}to{transform:translateY(0)}}.testimonial-card{background:#fff;border-radius:.75rem;flex-shrink:0;width:320px;height:200px;padding:1.25rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.testimonial-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.stars{gap:.1rem;display:flex}.star{color:gold;font-size:.9rem}.google-logo{color:#fff;background:linear-gradient(45deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex}.testimonial-title{color:var(--base-500);margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.2}.testimonial-text{color:var(--base-300);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.testimonial-author{align-items:center;gap:.5rem;display:flex}.author-avatar{border-radius:50%;flex-shrink:0;width:28px;height:28px;overflow:hidden}.author-avatar img{object-fit:cover;width:100%;height:100%}.author-info{flex-direction:column;gap:.1rem;display:flex}.author-name{color:var(--base-500);font-size:.8rem;font-weight:600}.author-date{color:var(--base-200);font-size:.7rem}.testimonials-column:hover .testimonial-card{animation-play-state:paused}@media (max-width:1000px){.testimonials-container{padding:4rem 0}.testimonials-header h2{font-size:2rem}.testimonials-header p{font-size:1rem}.testimonials-scroll{gap:2rem;height:500px}.testimonials-column{width:280px}.testimonial-card{width:280px;height:180px;padding:1rem}}@media (max-width:768px){.testimonials-container{padding:3rem 0}.testimonials-header{margin-bottom:3rem}.testimonials-header h2{font-size:1.75rem}.testimonials-scroll{flex-direction:column;align-items:center;gap:1.5rem;height:auto}.testimonials-column{width:300px;height:300px;overflow:hidden}.testimonial-card{width:300px;height:160px;padding:1rem}.testimonial-text{-webkit-line-clamp:3}}
.contact-form-container{background-color:var(--base-500);width:100%;color:var(--base-100);padding:6rem 0}.contact-form-header{text-align:center;margin-bottom:4rem}.contact-form-header h2{color:var(--base-100);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-form-header p{color:var(--base-200);max-width:600px;margin:0 auto;font-size:1.1rem}.contact-form-wrapper{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.contact-form-info{flex-direction:column;gap:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex}.contact-info-item:hover{transform:translateY(-2px)}.contact-info-icon{flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;display:flex}.contact-info-content h3{color:var(--base-100);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.contact-info-content p{color:var(--base-200);margin:0;font-size:.95rem;line-height:1.5}.contact-form{padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--base-100);font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:var(--base-100);background-color:#0000;border:none;border-bottom:1px solid #ffffff4d;padding:1rem 0;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-bottom-color:var(--base-100);outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-bottom-color:#ef4444}.error-message{color:#ef4444;margin-top:.25rem;font-size:.85rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--base-300)}.form-group select{cursor:pointer}.form-group select option{background-color:var(--base-500);color:var(--base-100)}.form-group textarea{resize:vertical;min-height:120px}.form-message{border-radius:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:500}.form-message.success{color:#22c55e;background-color:#22c55e1a;border:1px solid #22c55e4d}.form-message.error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef44444d}.submit-btn{background:linear-gradient(135deg,var(--base-100),var(--base-200));width:100%;color:var(--base-500);cursor:pointer;border:none;border-radius:.75rem;padding:1.25rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0003}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.submit-btn:hover:before{left:100%}.file-input-wrapper{margin-top:.5rem;position:relative}.file-input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.file-input-label{cursor:pointer;background-color:#ffffff0d;border:2px dashed #ffffff4d;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.file-input-label:hover{background-color:#ffffff14;border-color:#ffffff80}.file-input-icon{flex-shrink:0;font-size:1.25rem}.file-input-text{color:var(--base-100);font-size:.95rem}.file-input-hint{color:var(--base-300);margin-top:.5rem;margin-bottom:0;font-size:.8rem}.selected-files{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.selected-file-item{background-color:#ffffff14;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.file-name{color:var(--base-100);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.9rem;overflow:hidden}.file-size{color:var(--base-300);flex-shrink:0;font-size:.85rem}.remove-file-btn{color:#ef4444;cursor:pointer;background-color:#ef444433;border:1px solid #ef44444d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;line-height:1;transition:all .2s;display:flex}.remove-file-btn:hover{background-color:#ef44444d;border-color:#ef444480;transform:scale(1.1)}@media (max-width:1000px){.contact-form-container{padding:4rem 0}.contact-form-header h2{font-size:2rem}.contact-form-wrapper{grid-template-columns:1fr;gap:3rem}.contact-form{padding:2rem}.form-row{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.contact-form-container{padding:3rem 0}.contact-form-header{margin-bottom:3rem}.contact-form-header h2{font-size:1.75rem}.contact-form{padding:1.5rem}.contact-info-item{padding:1rem}.contact-info-icon{width:2.5rem;height:2.5rem;font-size:1.25rem}}
.anim-svg-container{flex-direction:column;gap:1.5rem;width:100%;padding:2rem 0;display:flex}.anim-svg-stage{border-radius:1rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem}.anim-svg-stage svg{visibility:hidden;width:100%;height:auto;display:block}.anim-svg-stage svg.ready{visibility:visible}.anim-svg-stage svg *{vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}@keyframes draw{to{stroke-dashoffset:0}}@media (max-width:768px){.anim-svg-container{padding:1rem 0}.anim-svg-stage{padding:.75rem}}
