.hero-home{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 20px 120px;background:#000;position:relative;overflow:hidden}.hero-home__bg-video{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-home__bg-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-home__bg-video:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6)}.hero-home__background{display:none}.hero-home__content{max-width:1100px;text-align:center;position:relative;z-index:3}.hero-home .badge{display:inline-block;padding:10px 24px;border-radius:999px;background:rgba(176,109,170,.2);border:1px solid rgba(176,109,170,.4);backdrop-filter:blur(10px);margin-bottom:24px;text-transform:uppercase;letter-spacing:1.5px;font-size:.8rem;font-weight:600;color:#e8b5e3;box-shadow:0 4px 15px rgba(176,109,170,.2);animation:badgePulse 3s ease-in-out infinite}.hero-home h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.2;margin-bottom:24px;background:linear-gradient(135deg,#fff,#e8d5e6 30%,#d896d0 60%,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;animation:gradientShift 6s ease infinite;filter:drop-shadow(0 0 30px rgba(176,109,170,.3))}.hero-home p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:hsla(0,0%,100%,.9);max-width:800px;margin:0 auto 40px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-home__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px}.hero-home__actions button{border-radius:999px;padding:16px 32px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .3s ease;position:relative;overflow:hidden}.hero-home__actions button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-home__actions button:hover:before{width:300px;height:300px}.hero-home__actions button span{position:relative;z-index:1}.hero-home__actions .primary{background:linear-gradient(135deg,#b06daa,#84477f);color:#fff;box-shadow:0 8px 24px rgba(176,109,170,.4),0 0 40px rgba(176,109,170,.2)}.hero-home__actions .primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(176,109,170,.5),0 0 60px rgba(176,109,170,.3)}.hero-home__actions .primary:active{transform:translateY(0)}.hero-home__actions .secondary{background:rgba(176,109,170,.1);border:2px solid rgba(176,109,170,.6);color:#fff;backdrop-filter:blur(10px)}.hero-home__actions .secondary:hover{background:rgba(176,109,170,.2);border-color:rgba(176,109,170,.9);transform:translateY(-2px);box-shadow:0 8px 20px rgba(176,109,170,.3)}.hero-home__actions .secondary:active{transform:translateY(0)}@keyframes badgePulse{0%,to{box-shadow:0 4px 15px rgba(176,109,170,.2)}50%{box-shadow:0 4px 25px rgba(176,109,170,.4)}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media(max-width:768px){.hero-home{padding:140px 20px 100px;min-height:100vh}.hero-home .badge{font-size:.75rem;padding:8px 20px}.hero-home__actions{flex-direction:column;align-items:stretch}.hero-home__actions button{width:100%;max-width:400px;margin:0 auto}}@media(max-width:480px){.hero-home__actions button{padding:14px 28px;font-size:.95rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.services-switch{width:100%;padding:100px 0;text-align:center;position:relative;background:#fff}.services-switch__container{width:min(1200px,90%);margin:0 auto;position:relative;z-index:3}.services-switch h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:60px;background:linear-gradient(135deg,#26062b,#84477f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;letter-spacing:-.5px;animation:fadeInUp .8s ease-out}.services-switch__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.services-switch__cards article{background:#fff;border-radius:20px;padding:40px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.06);text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.services-switch__cards article:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#b06daa,#84477f 50%,#b06daa);background-size:200% 100%;opacity:0;transition:opacity .4s ease}.services-switch__cards article:after{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,rgba(176,109,170,.3),rgba(132,71,127,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.services-switch__cards article:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:rgba(176,109,170,.2)}.services-switch__cards article:hover:before{opacity:1;animation:shimmer 2s linear infinite}.services-switch__cards article:hover:after{opacity:1}.services-switch__cards article h3{margin-bottom:16px;font-size:1.5rem;font-weight:700;color:#26062b;position:relative;display:inline-block}.services-switch__cards article h3:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#b06daa,#84477f);border-radius:2px}.services-switch__cards article p{color:#505050;line-height:1.7;margin-bottom:20px;margin-top:20px;font-size:1.05rem}.services-switch__cards article ul{margin:20px 0 28px;padding-left:0;list-style:none}.services-switch__cards article ul li{margin-bottom:12px;color:#3b3b3b;padding-left:32px;position:relative;line-height:1.6}.services-switch__cards article ul li:before{content:"";position:absolute;left:0;top:6px;width:20px;height:20px;background:linear-gradient(135deg,rgba(176,109,170,.15),rgba(132,71,127,.15));border-radius:50%;transition:all .3s ease}.services-switch__cards article ul li:after{content:"✓";position:absolute;left:5px;top:6px;color:#b06daa;font-weight:700;font-size:.9rem}.services-switch__cards article ul li:hover:before{background:linear-gradient(135deg,rgba(176,109,170,.3),rgba(132,71,127,.3));transform:scale(1.1)}.services-switch__cards article .service-link{border:none;border-radius:999px;padding:14px 28px;background:rgba(176,109,170,.08);color:#84477f;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;font-size:1rem;position:relative;display:block;text-align:center;text-decoration:none;z-index:10}.services-switch__cards article .service-link:hover{background:linear-gradient(135deg,#b06daa,#84477f);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(176,109,170,.3)}.services-switch__cards article .service-link:active{transform:translateY(0) scale(.98)}@media(max-width:768px){.services-switch{padding:80px 0}.services-switch h2{margin-bottom:40px}.services-switch__cards{gap:24px}.services-switch__cards article{padding:32px}}.testimonios-modernos{width:100%;position:relative;padding:80px 0;background:#fff}@media(max-width:768px){.testimonios-modernos{padding:40px 0}}.testimonios-modernos__container{max-width:min(1100px,90%);margin:0 auto;position:relative;z-index:1}.testimonios-modernos__header{text-align:center;margin-bottom:40px}@media(max-width:768px){.testimonios-modernos__header{margin-bottom:20px}}.testimonios-modernos__header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#26062b,#84477f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;letter-spacing:-.5px}@media(max-width:768px){.testimonios-modernos__header h2{font-size:1.8rem}}.testimonios-modernos__header p{font-size:clamp(1rem,2vw,1.15rem);color:#646464;font-weight:400;max-width:600px;margin:0 auto}@media(max-width:768px){.testimonios-modernos__header p{font-size:1rem}}.testimonios-modernos__slider{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;padding:0 70px;overflow:hidden}@media(max-width:1024px){.testimonios-modernos__slider{padding:0 50px}}@media(max-width:768px){.testimonios-modernos__slider{min-height:380px;padding:0}}.testimonios-modernos__card{position:absolute;width:100%;max-width:800px;background:#fff;border-radius:24px;padding:40px 36px;box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.08);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;border:1px solid rgba(132,71,127,.1);transition:all .3s ease}.testimonios-modernos__card:hover{box-shadow:0 12px 40px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.1),0 0 0 1px rgba(176,109,170,.2);border-color:rgba(176,109,170,.15);transform:translateY(-2px)}.testimonios-modernos__card:active{cursor:grabbing}@media(max-width:768px){.testimonios-modernos__card{padding:20px;max-width:90%;border-radius:20px}}.testimonios-modernos__card .quote-icon{font-size:120px;line-height:.5;background:linear-gradient(135deg,#b06daa,#84477f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;opacity:.08;font-family:Georgia,serif;position:absolute;top:20px;left:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:768px){.testimonios-modernos__card .quote-icon{font-size:80px;left:20px}}.testimonios-modernos__text{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.8;color:#3b3b3b;margin-bottom:24px;position:relative;z-index:1;padding-top:8px}@media(max-width:768px){.testimonios-modernos__text{font-size:1.05rem;margin-bottom:16px;line-height:1.7}}.testimonios-modernos__author{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-top:24px;border-top:1px solid rgba(0,0,0,.06)}.testimonios-modernos__author .author-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#b06daa,#84477f);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(176,109,170,.25)}@media(max-width:768px){.testimonios-modernos__author .author-avatar{width:48px;height:48px;font-size:1.2rem}}.testimonios-modernos__author .author-info{flex:1}.testimonios-modernos__author .author-info h4{font-size:1.1rem;font-weight:700;color:#26062b;margin-bottom:4px}@media(max-width:768px){.testimonios-modernos__author .author-info h4{font-size:1rem}}.testimonios-modernos__author .author-info span{font-size:.95rem;color:#84477f;font-weight:500}@media(max-width:768px){.testimonios-modernos__author .author-info span{font-size:.9rem}}.testimonios-modernos__rating{display:flex;gap:4px;justify-content:center}.testimonios-modernos__rating .star{color:#fbbf24;font-size:1.3rem;text-shadow:0 2px 4px rgba(251,191,36,.2)}@media(max-width:768px){.testimonios-modernos__rating .star{font-size:1.1rem}}.testimonios-modernos__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#fff;color:#84477f;font-size:24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.testimonios-modernos__nav:hover{background:linear-gradient(135deg,#b06daa,#84477f);border-color:#b06daa;color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px rgba(176,109,170,.25)}.testimonios-modernos__nav:active{transform:translateY(-50%) scale(.95)}.testimonios-modernos__nav--prev{left:0}@media(max-width:1024px){.testimonios-modernos__nav--prev{left:0}}.testimonios-modernos__nav--next{right:0}@media(max-width:1024px){.testimonios-modernos__nav--next{right:0}}@media(max-width:768px){.testimonios-modernos__nav{width:40px;height:40px;font-size:20px}}.testimonios-modernos__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}@media(max-width:768px){.testimonios-modernos__dots{margin-top:16px}}.testimonios-modernos__dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(176,109,170,.2);background:transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.testimonios-modernos__dots .dot:hover{border-color:#b06daa;transform:scale(1.15);background:rgba(176,109,170,.1)}.testimonios-modernos__dots .dot.active{background:linear-gradient(135deg,#b06daa,#84477f);border-color:#b06daa;width:28px;border-radius:5px}@media(max-width:768px){.testimonios-modernos{padding:80px 0}}