.success-stories{background:transparent;text-align:center;padding:4rem 0;overflow:hidden;position:relative}.success-stories:before{width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6);top:-100px;right:-100px}.success-stories:after,.success-stories:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0}.success-stories:after{width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e);bottom:-50px;left:-50px}.success-stories-header{margin-bottom:4rem;position:relative;z-index:1}.success-stories-header h2{font-size:2.8rem;font-weight:800;margin-bottom:1rem}.success-stories-header p{max-width:600px;margin:0 auto;color:var(--color-text-tertiary);font-size:1.05rem}.success-stories-content{margin-top:3rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);position:relative;z-index:1}@media (max-width:768px){.success-stories{padding:3rem 0}.success-stories-header h2{font-size:2.1rem}.success-stories-header{margin-bottom:2.5rem}}.robo-contact-section,.robo-form-section{background:transparent;color:var(--color-text-primary);position:relative;overflow:hidden;padding:2rem 2rem 1rem}.robo-contact-section:before,.robo-form-section:before{content:"";position:absolute;width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6);border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;top:-100px;right:-100px;z-index:0}.robo-contact-section:after,.robo-form-section:after{content:"";position:absolute;width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e);border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;bottom:-50px;left:-50px;z-index:0}.robo-contact-grid,.robo-form-container{margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20);align-items:start}.robo-contact-grid,.robo-contact-header,.robo-form-container{max-width:var(--container-max-width);position:relative;z-index:1}.robo-contact-header{margin:0 auto var(--space-20);text-align:center}.robo-contact-header h1,.robo-form-info h1{font-size:var(--font-size-5xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tighter);color:#000;margin-bottom:var(--space-4)}.robo-contact-header h1 span{background:none;-webkit-text-fill-color:initial;color:var(--color-cta-red)}.robo-contact-header p,.robo-form-info p{margin-top:var(--space-5);max-width:700px;color:#000;font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);margin-left:auto;margin-right:auto}.info-points,.robo-highlights{margin-top:var(--space-8);padding-left:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-4);font-size:var(--font-size-base);color:var(--color-text-secondary)}.robo-highlights li{position:relative;padding-left:var(--space-6);color:var(--color-text-secondary)}.robo-highlights li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--color-accent-orange);box-shadow:0 0 10px var(--color-accent-orange)}.robo-left{display:flex;flex-direction:column;gap:var(--space-2);max-width:380px}.contact-card{display:flex;gap:var(--space-3);padding:var(--space-3);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius-lg);background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(245,250,255,.9));transition:all var(--transition-base);box-shadow:0 4px 15px rgba(59,130,246,.08);backdrop-filter:blur(10px)}.contact-card:hover{border-color:var(--color-primary-300);box-shadow:var(--shadow-blue-sm);transform:translateY(-2px)}.icon-box{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.15);color:#3b82f6;box-shadow:0 4px 15px rgba(59,130,246,.05);transition:all .3s cubic-bezier(.4,0,.2,1);animation:floatIcon 4s ease-in-out infinite;min-width:48px;flex-shrink:0}.icon-box:hover{transform:translateY(-4px) scale(1.1);background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border-color:transparent;box-shadow:0 10px 30px rgba(59,130,246,.3)}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.icon-box{animation:none;transition:none}}.contact-card span{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider);color:var(--color-text-quaternary);font-weight:var(--font-weight-semibold)}.contact-card p{margin-top:.125rem;font-size:var(--font-size-sm);color:var(--color-text-primary);font-weight:var(--font-weight-medium);position:relative;padding-left:var(--space-4);line-height:1.4}.contact-card p:before{content:"•";position:absolute;left:0;color:var(--color-cta-red);font-weight:700;font-size:1.2em;line-height:1}.phone-link{color:inherit;text-decoration:none;display:inline-block;padding:4px 8px;min-height:44px;display:inline-flex;align-items:center;touch-action:manipulation;transition:all .2s ease;border-radius:4px}.phone-link:hover{color:var(--color-cta-red);background:rgba(255,30,30,.05)}.phone-link:active{transform:scale(.98)}.robo-form-card{background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(245,250,255,.95));backdrop-filter:blur(var(--glass-blur-lg));-webkit-backdrop-filter:blur(var(--glass-blur-lg));border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-2xl);padding:var(--space-8);box-shadow:0 8px 32px rgba(59,130,246,.12)}.robo-form-card h2{color:var(--color-cta-red);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2)}.robo-form-card .subtitle{font-size:var(--font-size-sm);color:#000;margin-bottom:var(--space-6)}form{gap:var(--space-4)}.input-block,form{display:flex;flex-direction:column}.input-block{gap:var(--space-2)}label{font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:var(--font-weight-medium)}input,textarea{background:linear-gradient(135deg,#fff,#f8fafc);border:1.5px solid rgba(125,179,232,.3);border-radius:var(--input-radius);padding:var(--input-padding);color:var(--color-text-primary);font-size:var(--font-size-base);font-family:var(--font-primary);outline:none;transition:all var(--transition-base);height:var(--input-height);box-shadow:inset 0 2px 4px rgba(0,0,0,.02),0 1px 3px rgba(59,130,246,.05)}textarea{height:120px;resize:vertical;min-height:120px}input::placeholder,textarea::placeholder{color:var(--color-text-light)}input:focus,textarea:focus{border-color:#7db3e8;background:linear-gradient(135deg,#fff,#f0f8ff);box-shadow:0 0 0 3px rgba(125,179,232,.15),0 0 15px rgba(125,179,232,.2),inset 0 1px 2px rgba(125,179,232,.1)}.submit-message{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-align:center;animation:slideIn .3s ease-out;margin-top:var(--space-2)}.submit-message.success{background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(34,197,94,.05));border:1px solid rgba(34,197,94,.3);color:#15803d}.submit-message.error{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(239,68,68,.05));border:1px solid rgba(239,68,68,.3);color:#991b1b}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.robo-form-card button,button[type=submit]{margin-top:var(--space-3);height:56px;border-radius:var(--radius-full);border:none;background:var(--color-cta-red);color:var(--color-text-inverse);font-size:var(--font-size-base);font-weight:var(--font-weight-extrabold);cursor:pointer;transition:all var(--transition-base);box-shadow:0 4px 15px rgba(255,30,30,.3);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);animation:glow-pulse-red 3s infinite}.robo-form-card button:disabled,button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.robo-form-card button:before,button[type=submit]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.3);transform:translate(-50%,-50%);transition:width var(--transition-slow),height var(--transition-slow)}.robo-form-card button:hover,button[type=submit]:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px rgba(255,30,30,.4),0 0 15px var(--color-accent-orange)}.robo-form-card button:hover:before,button[type=submit]:hover:before{width:300px;height:300px}.robo-form-card button:active,button[type=submit]:active{transform:translateY(-1px)}@media (max-width:900px){.robo-contact-grid,.robo-form-container{grid-template-columns:1fr;gap:var(--space-12)}.robo-contact-section,.robo-form-section{padding:var(--space-24) var(--space-6)}.robo-form-card{padding:var(--space-8);max-width:28rem;margin:0 auto;width:100%}.robo-left{max-width:100%}.robo-contact-header h1,.robo-form-info h1{font-size:var(--font-size-4xl)}}@media (max-width:640px){.robo-contact-section,.robo-form-section{padding:3rem 1rem 2rem}.robo-contact-grid{gap:2rem}.robo-form-card{padding:1.5rem;max-width:100%;border-radius:1.25rem}.robo-contact-header h1,.robo-form-info h1{font-size:1.875rem;line-height:1.2;margin-bottom:.75rem}.robo-contact-header p,.robo-form-info p{font-size:1rem;margin-top:1rem}.robo-form-card h2{font-size:1.5rem;margin-bottom:.5rem}.robo-form-card .subtitle{font-size:.875rem;margin-bottom:1.5rem}.contact-card{padding:1rem;gap:.875rem}.icon-box{width:44px;height:44px;font-size:18px;min-width:44px}.contact-card span{font-size:.75rem}.contact-card p{font-size:.875rem;margin-top:.25rem}form{gap:1rem}input,textarea{padding:.875rem 1rem;font-size:16px;height:50px;border-radius:.75rem}textarea{height:110px;min-height:110px}.robo-form-card button,button[type=submit]{margin-top:.5rem;height:50px;font-size:.9375rem;border-radius:2rem;letter-spacing:.025em}.phone-link{padding:6px 10px;min-height:44px;font-size:.875rem}}@media (max-width:480px){.robo-contact-section,.robo-form-section{padding:2rem .875rem 1.5rem}.robo-form-card{padding:1.25rem;border-radius:1rem}.robo-contact-header h1,.robo-form-info h1{font-size:1.625rem}.robo-form-card h2{font-size:1.375rem}.contact-card{padding:.875rem}.icon-box{width:40px;height:40px;font-size:16px;min-width:40px}input,textarea{padding:.75rem .875rem;font-size:16px;height:48px}textarea{height:100px;min-height:100px}.robo-form-card button,button[type=submit]{height:48px;font-size:.875rem}}@media (max-width:375px){.robo-contact-section,.robo-form-section{padding:1.5rem .75rem 1rem}.robo-form-card{padding:1rem}.robo-contact-header h1,.robo-form-info h1{font-size:1.5rem}.robo-form-card h2{font-size:1.25rem}input,textarea{padding:.625rem .75rem;height:46px}.robo-form-card button,button[type=submit]{height:46px}}.feature-steps-container{padding:2rem 1rem}@media (min-width:768px){.feature-steps-container{padding:3rem}}.feature-steps-wrapper{max-width:80rem;margin:0 auto;width:100%}.feature-steps-title{font-size:1.875rem;font-weight:700;margin-bottom:2.5rem;text-align:center}@media (min-width:768px){.feature-steps-title{font-size:2.25rem}}@media (min-width:1024px){.feature-steps-title{font-size:3rem}}.feature-steps-grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.feature-steps-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}}.feature-steps-list{display:flex;flex-direction:column;gap:0;order:2;position:relative}@media (min-width:768px){.feature-steps-list{order:1}}.feature-step-item{display:flex;gap:1.5rem;cursor:pointer;position:relative;padding-bottom:2.5rem;transition:opacity .3s}.feature-step-item:last-child{padding-bottom:0}.feature-step-item.active .feature-step-title{color:#ff1e1e}.step-progress-wrapper{flex-direction:column;min-width:40px}.feature-step-indicator,.step-progress-wrapper{display:flex;align-items:center;position:relative}.feature-step-indicator{width:2.5rem;height:2.5rem;border-radius:50%;justify-content:center;border:2px solid #e2e8f0;background-color:#fff;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:700;font-size:1rem;color:#64748b;z-index:2;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.feature-step-indicator.active{background-color:#ff1e1e;border-color:#ff1e1e;color:#fff;transform:scale(1.1);box-shadow:0 0 0 4px rgba(255,30,30,.2)}.feature-step-indicator .checkmark{font-size:1.125rem}.step-connector{flex-grow:1;width:2px;background-color:#e2e8f0;margin-top:4px;position:relative;min-height:40px}.step-connector-fill{width:100%;background-color:#ff1e1e;position:absolute;top:0;left:0;transform-origin:top}.feature-step-content{flex:1;padding-top:.25rem}.feature-step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1e293b;transition:color .3s}@media (min-width:768px){.feature-step-title{font-size:1.5rem}}.feature-step-description{font-size:.95rem;color:#64748b;line-height:1.6}.active-bar-mobile{position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#ff1e1e;display:none}.feature-steps-image-container{position:relative;order:1;height:20rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);background:linear-gradient(135deg,#fff,#f5faff)}@media (min-width:768px){.feature-steps-image-container{order:2;height:32rem;position:sticky;top:100px}}.feature-step-image-wrapper{position:absolute;inset:0;border-radius:1.5rem;overflow:hidden}.feature-step-image{width:100%;height:100%;object-fit:cover}.feature-step-image-gradient{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);pointer-events:none}.image-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:4px;background:hsla(0,0%,100%,.2);z-index:10}.image-progress-fill{height:100%;background:#ff1e1e;transform-origin:left}.feature-step-item:focus-visible{outline:2px solid #ff1e1e;outline-offset:4px;border-radius:8px}.journey-curved{padding:1.5rem 0 1rem;background:transparent;overflow:hidden;position:relative}.journey-curved:before{width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6);top:-100px;right:-100px}.journey-curved:after,.journey-curved:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0}.journey-curved:after{width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e);bottom:-50px;left:-50px}.journey-header{text-align:center;max-width:1000px;margin:0 auto 5rem;padding:0 2rem;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.journey-eyebrow{display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.12em;color:#2563eb;background:rgba(37,99,235,.1);padding:.4rem 1rem;border-radius:999px;margin-bottom:1rem}.journey-title{font-size:clamp(2.6rem,4vw,3.2rem);font-weight:800;margin-bottom:1rem}.journey-header p{font-size:1.5rem;color:var(--color-text-tertiary)}.journey-description{font-size:1.25rem!important;font-weight:600!important;color:#555!important;line-height:1.6!important}.curved-road-wrapper{position:relative;width:100%;z-index:1;height:500px;margin:3rem 0}.curved-road{width:100%;height:100%}.wave-path{animation:waveFlow 3s ease-in-out infinite}.wave-accent{animation:waveDash 2s linear infinite;opacity:.6}@keyframes waveFlow{0%,to{filter:drop-shadow(0 4px 15px rgba(37,99,235,.3))}50%{filter:drop-shadow(0 8px 25px rgba(37,99,235,.5))}}@keyframes waveDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:12}}.road-checkpoint{position:absolute;transform:translateX(-50%);text-align:center;z-index:5}.road-checkpoint.top{top:2%}.road-checkpoint.bottom{top:60%}.checkpoint-dot{width:75px;height:75px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 0 0 15px rgba(37,99,235,.2);animation:dotPulse 2.5s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 15px rgba(37,99,235,.2);transform:scale(1)}50%{box-shadow:0 0 0 20px rgba(37,99,235,.1);transform:scale(1.05)}}.checkpoint-card{width:300px;padding:1.75rem;border-radius:1.4rem;box-shadow:0 30px 60px rgba(37,99,235,.22);animation:cardSlide .7s cubic-bezier(.34,1.56,.64,1) backwards}.road-checkpoint.stagger-1 .checkpoint-card{animation-delay:0s}.road-checkpoint.stagger-2 .checkpoint-card{animation-delay:.15s}.road-checkpoint.stagger-3 .checkpoint-card{animation-delay:.3s}.road-checkpoint.stagger-4 .checkpoint-card{animation-delay:.45s}.road-checkpoint.stagger-5 .checkpoint-card{animation-delay:.6s}@keyframes cardSlide{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.checkpoint-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.checkpoint-card p{font-size:.95rem;color:var(--color-text-tertiary);line-height:1.5}.scroll-reveal{opacity:0;transform:translateY(35px);transition:opacity .7s ease,transform .7s ease}.scroll-reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.journey-curved{padding:3rem 0}.curved-road-wrapper{height:auto}.curved-road{display:none}.road-checkpoint{position:static;transform:none;margin-bottom:3rem}.checkpoint-card{width:90%;margin:0 auto}}.timeline-section{max-width:1200px;margin:6rem auto 0;padding:0 2rem}.timeline-section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.timeline-text{font-size:.95rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:1rem}.timeline-list{list-style:none;padding:0;margin:0}.timeline-list li{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:hsla(0,0%,100%,.8)}@media (max-width:900px){.timeline-section{margin-top:4rem}.timeline-section-title{font-size:1.5rem;margin-bottom:2rem}}.testimonials-section{background:linear-gradient(135deg,#fff,#f5faff);padding:2rem 2rem 1rem;position:relative;min-height:auto;overflow:visible}.testimonials-section:before{top:-100px;right:-100px;width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6)}.testimonials-section:after,.testimonials-section:before{content:"";position:absolute;aspect-ratio:1/1;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0;overflow:hidden}.testimonials-section:after{bottom:-50px;left:-50px;width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e)}.testimonials-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:1rem;color:#020617}.testimonials-header p{font-size:1.1rem;color:#020617;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-header p .subtext{color:#2e7bae;font-weight:500}.testimonials-marquee{position:relative;overflow:hidden;width:100%;padding:2rem 0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee-content{display:flex;gap:2.5rem;animation:scroll-left 20s linear infinite;padding:1rem 0}.marquee-content:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.testimonial-card{flex-shrink:0;width:380px;min-height:280px;padding:3rem 2.5rem 2rem;border-radius:2rem;background:linear-gradient(135deg,#fff,#f5faff);border:1px solid rgba(15,37,62,.1);box-shadow:0 4px 12px rgba(15,37,62,.06);transition:all .3s ease;position:relative;overflow:visible;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(37,99,235,.15)}.quote-icon-wrapper{position:absolute;top:-24px;left:32px;width:56px;height:56px;aspect-ratio:1/1;background:#0f253e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(15,37,62,.2);overflow:hidden}.quote-icon{width:28px;height:28px}.testimonial-content{display:flex;flex-direction:column;gap:1.5rem;height:100%}.testimonial-text{font-size:1.05rem;color:#1e293b;line-height:1.7;margin:1rem 0 2rem;font-weight:500;font-style:normal;padding-right:20px}.testimonial-author-text{display:flex;flex-direction:column;gap:4px;margin-top:auto}.author-name{font-weight:700;color:#0f172a;margin:0;font-size:1.1rem;font-family:var(--font-display,sans-serif)}.author-handle{color:var(--color-text-tertiary);font-size:.85rem;margin:0;font-weight:500}.author-avatar{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:100px;height:100px;aspect-ratio:1/1;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:2;overflow:hidden}@media (max-width:768px){.testimonials-section{padding:4rem 1.5rem}.testimonials-header{margin-bottom:3rem}.testimonials-header h2{font-size:1.75rem}.testimonials-header p{font-size:1rem}.marquee-content{animation:scroll-left 10s linear infinite}.testimonial-card{width:300px;padding:2.5rem 1.5rem 1.5rem;min-height:240px}.testimonial-text{font-size:.95rem}.quote-icon-wrapper{width:40px;height:40px;aspect-ratio:1/1;top:-16px;left:20px}.quote-icon{width:20px;height:20px}.author-avatar{width:70px;height:70px;right:-25px;border-width:4px}.author-name{font-size:1rem}.author-handle{font-size:.8rem}}@media (max-width:480px){.testimonials-section{padding:3rem 1rem}.testimonials-header h2{font-size:1.5rem}.testimonial-card{width:260px;padding:2rem 1.25rem 1.25rem}.author-avatar{width:60px;height:60px;right:-20px}.testimonial-text{font-size:.9rem}}.wrrcm-testimonials-wrapper{opacity:0;transform:translateY(25px);transition:opacity .6s ease,transform .6s ease}.wrrcm-testimonials-wrapper.visible{opacity:1;transform:translateY(0)}.wrrcm-testimonials{padding:var(--space-24) var(--space-8);background:transparent;text-align:center;font-family:var(--font-primary);position:relative;z-index:5;margin-top:0;overflow:hidden}.wrrcm-testimonials:before{width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6);top:-100px;right:-100px}.wrrcm-testimonials:after,.wrrcm-testimonials:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0}.wrrcm-testimonials:after{width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e);bottom:-50px;left:-50px}.wrrcm-testimonials h2{font-size:var(--font-size-5xl);margin-bottom:var(--space-12);color:var(--color-text-primary);position:relative;z-index:1;letter-spacing:var(--letter-spacing-tight);font-weight:var(--font-weight-extrabold)}.testimonials-description{font-size:1.25rem!important;font-weight:600!important;color:#555!important;line-height:1.6!important;margin-bottom:2rem!important}.wrrcm-test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-8);max-width:1000px;margin:0 auto;position:relative;z-index:1}.wrrcm-test{background:linear-gradient(135deg,#fff,#f5faff);padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:0 4px 12px rgba(15,37,62,.06);backdrop-filter:blur(var(--glass-blur-md));border:1px solid rgba(15,37,62,.1);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);font-size:var(--font-size-base);transition:all var(--transition-base)}.wrrcm-test:hover{transform:translateY(-6px);border-color:rgba(15,37,62,.15);box-shadow:0 8px 24px rgba(15,37,62,.08)}@media (max-width:768px){.wrrcm-testimonials{padding:var(--space-16) var(--space-6)}.wrrcm-testimonials h2{font-size:var(--font-size-3xl)}}.unique-section{background:transparent;color:var(--color-text-primary);font-family:var(--font-primary);text-align:center;position:relative;overflow:hidden;padding:1rem 0}.unique-section:before{width:400px;height:400px;background:linear-gradient(135deg,#7db3e8,#3b82f6);top:-100px;right:-100px}.unique-section:after,.unique-section:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0}.unique-section:after{width:300px;height:300px;background:linear-gradient(135deg,#ffb84d,#ff1e1e);bottom:-50px;left:-50px}.unique-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);margin-bottom:var(--space-10);color:var(--color-text-primary);letter-spacing:var(--letter-spacing-tight);position:relative;z-index:1}.unique-layout{display:flex;flex-direction:column;gap:var(--space-4);align-items:center;width:100%;max-width:var(--container-max-width);margin:0 auto;position:relative;z-index:1}.unique-scroll-reveal{margin:var(--space-8) 0;max-width:900px;text-align:center}.unique-scroll-text{font-size:clamp(1.6rem,3vw,2rem);font-weight:600;line-height:1.6;color:#020617;z-index:1;padding-top:var(--space-8)}.unique-video-wrapper{position:relative;width:100%;max-width:100%;aspect-ratio:16/9;border-radius:100%;overflow:hidden;box-shadow:none;border:none;margin:0 auto var(--space-6);z-index:1}.unique-video{width:100%;height:100%;object-fit:cover;display:block}.unique-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);width:100%;max-width:1100px;margin-top:0}.feature-card{text-align:left;padding:var(--space-6);border-radius:12px;border:1px solid var(--color-border-light);background:var(--glass-bg-medium);backdrop-filter:blur(var(--glass-blur-md));box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.feature-card:hover{transform:translateY(-4px);border-color:var(--color-accent-orange);box-shadow:var(--shadow-md)}.feature-card h4{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2);color:var(--color-text-primary)}.feature-card p{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);margin:0}@media (max-width:1024px){.unique-video-wrapper{width:90%}.unique-features-grid{gap:var(--space-5)}}@media (max-width:768px){.unique-section{padding:.75rem 0}.unique-title{font-size:var(--font-size-3xl);margin-bottom:var(--space-8)}.unique-scroll-text{font-size:clamp(1.375rem,2.5vw,1.75rem);line-height:1.5;padding-top:var(--space-6)}.feature-card{padding:var(--space-5)}.feature-card h4{font-size:var(--font-size-base)}.feature-card p{font-size:var(--font-size-xs)}}@media (max-width:640px){.unique-section{padding:.5rem 0}.unique-section:before{width:300px;height:300px;filter:blur(60px)}.unique-section:after{width:250px;height:250px;filter:blur(50px)}.unique-title{font-size:var(--font-size-2xl);margin-bottom:var(--space-6)}.unique-scroll-reveal{margin:var(--space-6) 0}.unique-scroll-text{font-size:clamp(1.25rem,2vw,1.5rem);padding-top:var(--space-4)}.unique-video-wrapper{width:100%;border-radius:16px;margin-bottom:var(--space-4)}.unique-features-grid{grid-template-columns:1fr;gap:var(--space-4)}.feature-card{padding:var(--space-4);border-radius:10px}}@media (max-width:480px){.unique-section{padding:.375rem 0}.unique-title{font-size:1.5rem;margin-bottom:var(--space-5)}.unique-scroll-text{font-size:1.125rem;line-height:1.5;padding-top:var(--space-3)}.unique-video-wrapper{border-radius:12px;margin-bottom:var(--space-3)}.unique-features-grid{gap:var(--space-3)}.feature-card{padding:var(--space-3)}.feature-card h4{font-size:.9375rem;margin-bottom:var(--space-1)}.feature-card p{font-size:.8125rem;line-height:1.5}}@media (max-width:375px){.unique-title{font-size:1.375rem}.unique-scroll-text{font-size:1.0625rem}.unique-video-wrapper{border-radius:10px}.unique-features-grid{gap:.75rem}.feature-card{padding:.75rem}.feature-card h4{font-size:.875rem}.feature-card p{font-size:.75rem}}