.hero-split{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;align-items:stretch;min-height:100vh}.hero-real{background:var(--blue-dark);display:flex;align-items:center;padding:2rem 6rem 2rem 4rem;position:relative}.hero-real:before{content:"";position:absolute;top:0;left:0;bottom:0;width:100px;background:linear-gradient(270deg,transparent,rgba(237,116,2,.1))}.hero-real-content{max-width:640px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(237,116,2,.15);border:1px solid rgba(237,116,2,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--orange);margin-bottom:2rem}.badge-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-split h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-title-line{display:block;color:var(--white)}.hero-title-accent{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{margin-bottom:2.5rem}.hero-subtitle p{font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:1rem}.hero-subtitle .hero-headline{font-size:1.35rem;font-weight:600;color:var(--white);margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.hero-icon{width:28px;height:28px;stroke:var(--orange);flex-shrink:0}.hero-subtitle .hero-highlight{font-size:1.05rem;color:var(--teal-light);font-style:italic;margin-bottom:0}.hero-cta-group{display:flex;gap:1rem;margin-bottom:3rem}.btn-glow{box-shadow:0 0 30px rgba(237,116,2,.4)}.btn-glow:hover{box-shadow:0 0 40px rgba(237,116,2,.6)}.btn-ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:.875rem 1.75rem;border-radius:8px;font-weight:600;transition:var(--transition)}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:var(--orange)}.stat-label{font-size:.875rem;color:rgba(255,255,255,.6)}.hero-portal{background:linear-gradient(135deg,#0a1628,#001a2c 50%,#00253d);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.portal-edge{position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--orange) 0,var(--teal) 50%,var(--orange) 100%);box-shadow:0 0 30px var(--orange),0 0 60px var(--teal);z-index:10}.portal-edge-right{left:auto;right:0}.portal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-slider{z-index:1}.hero-slide,.hero-slider{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 2s ease-in-out;overflow:hidden;will-change:opacity}.hero-slide.active{opacity:1}.hero-slide-empty{background:transparent}.hero-slide-video{background:#000}.hero-slide img{object-fit:cover}.hero-slide img,.hero-slide video{will-change:transform}.hero-slide-video-element{position:absolute;width:70%;height:70%;top:45%;left:50%;transform:translate(-50%,-50%);object-fit:contain;border-radius:12px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:100;width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);padding:0;pointer-events:auto}.slider-arrow svg{width:24px;height:24px;color:var(--white)}.slider-arrow:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-50%) scale(1.1)}.slider-arrow-prev{left:1.5rem}.slider-arrow-next{right:1.5rem}.slider-dots{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;z-index:100;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1.25rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);pointer-events:auto}.slider-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:var(--transition);padding:0;pointer-events:auto}.slider-dot:hover{border-color:var(--white);background:rgba(255,255,255,.3);transform:scale(1.2)}.slider-dot.active{background:var(--orange);border-color:var(--orange);box-shadow:0 0 10px var(--orange);transform:scale(1.1)}.slider-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:rgba(255,255,255,.1);z-index:100;pointer-events:none}.slider-progress-bar{height:100%;background:linear-gradient(90deg,var(--orange),var(--teal));box-shadow:0 0 10px var(--orange)}.portal-overlay{inset:0;background:linear-gradient(135deg,rgba(10,22,40,.4),rgba(0,26,44,.25) 50%,rgba(0,37,61,.35));z-index:2}.portal-overlay,.portal-rings{position:absolute;pointer-events:none}.portal-rings{width:400px;height:400px;display:flex;align-items:center;justify-content:center;z-index:3}.ring{position:absolute;border-radius:50%;border:2px solid transparent;animation:ring-pulse 4s ease-in-out infinite}.ring-1{width:200px;height:200px;border-color:rgba(237,116,2,.2);animation-delay:0s}.ring-2{width:300px;height:300px;border-color:rgba(112,164,187,.15);animation-delay:.5s}.ring-3{width:400px;height:400px;border-color:rgba(237,116,2,.1);animation-delay:1s}@keyframes ring-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.6}}.portal-headset{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.5rem;pointer-events:none}.portal-headset svg{width:180px;height:auto;color:var(--teal);filter:drop-shadow(0 0 20px rgba(112,164,187,.4));animation:headset-float 6s ease-in-out infinite;opacity:.85}@keyframes headset-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.headset-label{font-size:1rem;font-weight:600;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.5);margin-top:8rem;text-align:center}.particles{position:absolute;inset:0;pointer-events:none;z-index:4}.particle{position:absolute;width:6px;height:6px;border-radius:50%;animation:particle-float 8s ease-in-out infinite}.particle-1{top:20%;left:20%;background:var(--orange);animation-delay:0s}.particle-2{top:30%;right:25%;background:var(--teal);animation-delay:1s}.particle-3{bottom:35%;left:30%;background:var(--teal-light);animation-delay:2s}.particle-4{bottom:25%;right:20%;background:var(--orange);animation-delay:3s}.particle-5{top:50%;left:15%;background:var(--teal);animation-delay:4s}.particle-6{top:15%;right:35%;background:var(--orange-light);animation-delay:5s}@keyframes particle-float{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(10px,-20px) scale(1.2);opacity:.7}50%{transform:translate(-5px,-40px) scale(.8);opacity:.3}75%{transform:translate(15px,-20px) scale(1.1);opacity:.6}}.floating-360{position:absolute;bottom:15%;right:15%;font-size:5rem;font-weight:700;background:linear-gradient(135deg,var(--orange),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.25;animation:rotate-360 20s linear infinite;z-index:5;pointer-events:none}@keyframes rotate-360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-offers{padding:2rem 2rem 4rem;background:linear-gradient(180deg,var(--gray-light) 0,#e8eef2 100%);position:relative;overflow:hidden}.home-offers:before{content:"";position:absolute;top:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(237,116,2,.08) 0,transparent 70%);animation:float-bg 20s ease-in-out infinite}.home-offers:after{content:"";position:absolute;bottom:-30%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(112,164,187,.08) 0,transparent 70%);animation:float-bg 25s ease-in-out infinite reverse}@keyframes float-bg{0%,to{transform:translate(0)}50%{transform:translate(50px,30px)}}.section-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.section-label{display:inline-block;background:linear-gradient(135deg,var(--orange),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.section-header h2{font-size:2.75rem;color:var(--blue-dark);margin-bottom:.75rem}.section-header p{font-size:1.15rem;color:var(--gray)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:3rem;gap:3rem;max-width:1050px;margin:0 auto}.offer-card,.offers-grid{position:relative;z-index:1}.offer-card{background:var(--white);border-radius:28px;padding:2.75rem;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.offer-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 30px 60px rgba(0,37,61,.15)}.offer-glow{position:absolute;top:-100%;left:-100%;width:300%;height:300%;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.offer-platform .offer-glow{background:radial-gradient(circle at center,rgba(237,116,2,.15) 0,transparent 50%)}.offer-studio .offer-glow{background:radial-gradient(circle at center,rgba(112,164,187,.15) 0,transparent 50%)}.offer-card:hover .offer-glow{opacity:1}.offer-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-25deg);pointer-events:none;z-index:2}.offer-card:hover .offer-shine{animation:shine .8s ease-out}@keyframes shine{0%{left:-100%}to{left:150%}}.offer-decoration{position:absolute;top:0;right:0;width:200px;height:200px;pointer-events:none;z-index:0}.deco-circle{position:absolute;border-radius:50%;opacity:.1;transition:all .5s ease}.deco-circle-1{width:120px;height:120px;top:-40px;right:-40px}.deco-circle-2{width:80px;height:80px;top:60px;right:20px}.offer-platform .deco-circle{background:var(--orange)}.offer-studio .deco-circle{background:var(--teal)}.offer-card:hover .deco-circle-1{transform:scale(1.3);opacity:.15}.offer-card:hover .deco-circle-2{transform:scale(1.2) translate(-10px,10px);opacity:.12}.deco-line{position:absolute;top:30px;right:80px;width:60px;height:3px;border-radius:2px;transform:rotate(-45deg);opacity:.2;transition:all .5s ease}.offer-platform .deco-line{background:var(--orange)}.offer-studio .deco-line{background:var(--teal)}.offer-card:hover .deco-line{width:80px;opacity:.3}.offer-platform{border-color:rgba(237,116,2,.2)}.offer-platform:hover{border-color:var(--orange);box-shadow:0 30px 60px rgba(237,116,2,.2)}.offer-studio{border-color:rgba(112,164,187,.2)}.offer-studio:hover{border-color:var(--teal);box-shadow:0 30px 60px rgba(112,164,187,.2)}.offer-badge{position:absolute;top:3.5rem;right:3.5rem;padding:.5rem 1rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;z-index:10;transition:all .3s ease}.offer-platform .offer-badge{background:linear-gradient(135deg,rgba(237,116,2,.15),rgba(237,116,2,.05));color:var(--orange);border:1px solid rgba(237,116,2,.2)}.offer-studio .offer-badge{background:linear-gradient(135deg,rgba(112,164,187,.15),rgba(112,164,187,.05));color:var(--teal);border:1px solid rgba(112,164,187,.2)}.offer-card:hover .offer-badge{transform:scale(1.05)}.offer-platform:hover .offer-badge{background:var(--orange);color:white;box-shadow:0 4px 15px rgba(237,116,2,.4)}.offer-studio:hover .offer-badge{background:var(--teal);color:white;box-shadow:0 4px 15px rgba(112,164,187,.4)}.offer-image{width:100%;margin-bottom:1.5rem;border-radius:16px;overflow:hidden}.offer-image img{display:block;width:100%;height:auto;transition:transform .4s ease}.offer-card:hover .offer-image img{transform:scale(1.05)}.offer-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.offer-titles{text-align:left}.offer-titles h3{font-size:1.5rem;margin-bottom:.25rem}.offer-titles .offer-tagline{margin:0;font-size:1rem}.offer-icon{width:60px;height:60px;min-width:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all .4s ease}.offer-platform .offer-icon{background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);box-shadow:0 10px 30px rgba(237,116,2,.3)}.offer-studio .offer-icon{background:linear-gradient(135deg,var(--teal) 0,var(--teal-light) 100%);box-shadow:0 10px 30px rgba(112,164,187,.3)}.offer-card:hover .offer-icon{transform:scale(1.1) rotate(-5deg)}.offer-icon svg{width:38px;height:38px;stroke:var(--white);transition:transform .3s ease}.offer-card:hover .offer-icon svg{transform:scale(1.1)}.offer-card h3{font-size:1.6rem;color:var(--blue-dark);margin-bottom:.35rem;position:relative;z-index:1;transition:color .3s ease}.offer-tagline{font-size:1.05rem;font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.offer-platform .offer-tagline{color:var(--orange)}.offer-studio .offer-tagline{color:var(--teal)}.offer-description{color:var(--gray);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem;position:relative;z-index:1}.offer-features{list-style:none;margin-bottom:2rem;position:relative;z-index:1}.offer-features li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;color:var(--blue-dark);font-size:.95rem;transition:transform .3s ease}.offer-card:hover .offer-features li{transform:translateX(5px)}.offer-card:hover .offer-features li:first-child{transition-delay:.05s}.offer-card:hover .offer-features li:nth-child(2){transition-delay:.1s}.offer-card:hover .offer-features li:nth-child(3){transition-delay:.15s}.feature-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.offer-platform .feature-icon{background:rgba(237,116,2,.1)}.offer-studio .feature-icon{background:rgba(112,164,187,.1)}.offer-card:hover .feature-icon{transform:scale(1.15)}.offer-platform:hover .feature-icon{background:rgba(237,116,2,.2)}.offer-studio:hover .feature-icon{background:rgba(112,164,187,.2)}.offer-features svg{width:14px;height:14px;flex-shrink:0}.offer-platform .offer-features svg{stroke:var(--orange)}.offer-studio .offer-features svg{stroke:var(--teal)}.btn-platform,.btn-studio{display:inline-flex;align-items:center;gap:.75rem;width:100%;justify-content:center;padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;position:relative;z-index:1;overflow:hidden;transition:all .4s ease}.btn-platform{background:linear-gradient(135deg,var(--orange) 0,var(--orange-light) 100%);color:var(--white);box-shadow:0 8px 25px rgba(237,116,2,.3)}.btn-studio{background:linear-gradient(135deg,var(--teal) 0,var(--teal-light) 100%);color:var(--white);box-shadow:0 8px 25px rgba(112,164,187,.3)}.btn-platform:hover,.btn-studio:hover{transform:translateY(-3px)}.btn-platform:hover{box-shadow:0 15px 35px rgba(237,116,2,.4)}.btn-studio:hover{box-shadow:0 15px 35px rgba(112,164,187,.4)}.btn-platform svg,.btn-studio svg{transition:transform .3s ease}.btn-platform:hover svg,.btn-studio:hover svg{transform:translateX(5px)}.sectors-expertise{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.sectors-label{font-size:.8rem;color:var(--gray);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.sectors-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.sectors-list span{font-size:.9rem;font-weight:600;color:var(--white);background:var(--blue-dark);padding:.6rem 1.25rem;border-radius:8px;transition:var(--transition)}.sectors-list span:hover{background:var(--orange);transform:translateY(-2px)}.home-page .wave-divider{position:relative;width:100%;height:80px;margin-top:-1px;margin-bottom:-1px;z-index:10}.home-page .wave-divider svg{display:block;width:100%;height:100%}.wave-offers-testimonials{background:#e8eef2}.wave-offers-testimonials svg path{fill:#faf6f1}.wave-testimonials-cta{background:#f7f2eb}.wave-testimonials-cta svg path{fill:var(--blue-dark)}.home-page .testimonials{padding:5rem 2rem;background:linear-gradient(180deg,#faf6f1,#f7f4ef 50%,#f7f2eb);position:relative;overflow:hidden}.home-page .bubble{position:absolute;border-radius:50%;pointer-events:none;z-index:2;overflow:hidden;opacity:.5;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 30px -10px rgba(0,0,0,.05);animation:bubble-float 8s ease-in-out infinite}@keyframes bubble-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.home-page .bubble-image{position:absolute;inset:0;border-radius:50%;background-size:cover;background-position:50%;opacity:.15}.home-page .bubble-lg{width:280px;height:280px}.home-page .bubble-sm{width:140px;height:140px}.home-page .bubble-white{border-color:rgba(255,255,255,.15)}.home-page .bubble-orange{border-color:rgba(237,116,2,.08);animation-delay:-3s}.home-cta{padding:5rem 2rem;background:var(--gradient-dark);text-align:center}.home-cta h2{font-size:2rem;color:var(--white);margin-bottom:1rem}.home-cta>.container>p{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.home-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-cta .btn-outline{border-color:var(--white);color:var(--white)}.home-cta .btn-outline:hover{background:var(--white);color:var(--blue-dark)}@media (max-width:1024px){.home-page .wave-divider{height:60px}.hero-split{display:flex;flex-direction:column;min-height:auto}.hero-real{padding:5rem 2rem}.hero-real:before{display:none}.hero-real-content{max-width:100%;margin:0 auto;text-align:center}.hero-cta-group,.hero-stats{justify-content:center}.hero-portal{height:50vh;min-height:300px}.hero-slide-video-element{width:100%;height:100%;top:50%;border-radius:0;object-fit:cover}.headset-label,.portal-headset{text-align:center}.portal-edge{width:100%;height:4px;top:0;left:0;right:0;bottom:auto;background:linear-gradient(90deg,var(--orange) 0,var(--teal) 50%,var(--orange) 100%)}.portal-rings{width:300px;height:300px}.ring-1{width:150px;height:150px}.ring-2{width:225px;height:225px}.ring-3{width:300px;height:300px}.portal-headset svg{width:140px}.floating-360{font-size:3.5rem}.slider-arrow{width:44px;height:44px}.slider-arrow-prev{left:1rem}.slider-arrow-next{right:1rem}}@media (max-width:768px){.home-page .wave-divider{height:40px}.home-page .testimonials{padding:3rem 1.5rem}.home-page .bubble{display:none}.hero-split h1{font-size:2.5rem}.hero-subtitle p{font-size:.95rem}.hero-subtitle .hero-headline{font-size:1.15rem}.hero-cta-group{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:1.5rem}.hero-portal{min-height:350px}.slider-arrow{width:40px;height:40px}.slider-arrow svg{width:20px;height:20px}.slider-arrow-prev{left:.75rem}.slider-arrow-next{right:.75rem}.slider-dots{padding:.5rem 1rem;gap:.5rem}.slider-dot{width:12px;height:12px}.section-header h2{font-size:2rem}.offers-grid{grid-template-columns:1fr;max-width:480px}.offer-card{padding:2rem}.offer-card:hover{transform:translateY(-8px) scale(1.01)}.deco-circle-1{width:100px;height:100px}.deco-circle-2{width:60px;height:60px}}@media (max-width:480px){.hero-real{padding:4rem 1.5rem}.hero-split h1{font-size:2rem}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.portal-headset svg{width:120px}.headset-label{font-size:.85rem;padding:0 1rem}.headset-label,.portal-headset{text-align:center}.floating-360{font-size:2.5rem}.offer-card h3{font-size:1.35rem}.offer-icon{width:70px;height:70px}.offer-card:hover .offer-icon{transform:scale(1.05) rotate(-3deg)}.section-label{font-size:.75rem;letter-spacing:2px}}.testimonials{padding:var(--section-padding);background:transparent}.testimonials .section-title{color:var(--blue-dark)}.testimonials .section-subtitle{color:var(--gray)}.testimonials-slider{position:relative;display:flex;align-items:center;gap:1rem;max-width:1100px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;flex:1 1}.testimonial-card{display:flex;align-items:stretch;background:var(--white);border-radius:16px;border:1px solid rgba(0,0,0,.05);transition:var(--transition);box-shadow:0 10px 30px -10px rgba(0,0,0,.08);overflow:hidden}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -15px rgba(0,0,0,.12)}.testimonial-left{flex-direction:column;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#eef3f6);max-width:50%;min-width:140px;text-align:center;gap:.75rem}.author-avatar,.testimonial-left{display:flex;align-items:center;justify-content:center}.author-avatar{width:70px;height:70px;min-width:70px;background:var(--gradient-hero);border-radius:50%;font-weight:700;font-size:1.5rem;color:white;overflow:hidden}.author-avatar-image{background:none}.author-avatar-image img{object-position:top center}.author-info{display:flex;flex-direction:column;gap:.15rem}.author-info strong{font-size:.9rem;color:var(--blue-dark);line-height:1.2}.author-info span{font-size:.75rem;color:var(--gray);line-height:1.3}.author-info .company{color:var(--teal);font-weight:600}.testimonial-article-link,.testimonial-video-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:var(--transition);margin-top:.25rem}.testimonial-video-link{color:var(--orange)}.testimonial-video-link:hover{color:var(--orange-light)}.testimonial-video-link svg{background:var(--orange);color:white;border-radius:50%;padding:.2rem;width:18px;height:18px}.testimonial-article-link{color:var(--orange)}.testimonial-article-link:hover{color:var(--orange-light)}.testimonial-right{flex:1 1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.quote-icon{width:24px;height:24px;color:var(--orange);opacity:.5;margin-bottom:.5rem;flex-shrink:0}.testimonial-quote{font-size:.95rem;line-height:1.7;color:var(--gray);font-style:italic;margin:0}.testimonials-arrow{width:44px;height:44px;min-width:44px;border-radius:50%;border:2px solid var(--gray-light);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--gray)}.testimonials-arrow:hover{border-color:var(--orange);color:var(--orange);transform:scale(1.05)}.testimonials-arrow svg{width:20px;height:20px}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--gray-light);cursor:pointer;transition:var(--transition)}.testimonials-dot:hover{background:var(--teal-light)}.testimonials-dot.active{background:var(--orange);transform:scale(1.2)}@media (max-width:1024px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{max-width:600px;margin:0 auto}}@media (max-width:768px){.testimonials-slider{flex-direction:column;gap:1.5rem}.testimonials-grid{grid-template-columns:1fr;order:1}.testimonials-arrow{display:none}.testimonials-dots{order:2}.testimonial-card{flex-direction:column}.testimonial-left{flex-direction:row;min-width:auto;max-width:100%;padding:1rem;gap:1rem;text-align:left}.author-avatar{width:60px;height:60px;min-width:60px}.testimonial-right{padding:1rem 1.25rem 1.25rem}}