.ads-hero{position:relative;background:linear-gradient(135deg,#4a1230,#7b1fa2);color:#ffffff;padding:5rem 0;overflow:hidden}.ads-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%);top:-150px;right:-150px}.ads-hero-flex{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative;z-index:1}.ads-hero-text{max-width:620px;text-align:center}.ads-hero-text h1{font-size:2.2rem;line-height:1.3;font-weight:700;margin-bottom:1rem;color:#ffffff}.ads-sub{font-size:1.15rem;margin-bottom:1rem;opacity:.95;color:rgba(255,255,255,.95)}.ads-trust{font-size:.95rem;margin-bottom:2rem;opacity:.9;color:rgba(255,255,255,.85)}.ads-btn-primary{background:#ffffff;color:#7b1fa2;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:.3s ease;min-height:48px}@media (hover:hover){.ads-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(0,0,0,.3)}}.ads-hero-img{max-width:450px}.ads-hero-img img{width:100%;border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.4)}@media (min-width:992px){.ads-hero-flex{flex-direction:row;justify-content:space-between;align-items:center}.ads-hero-text{text-align:left}.ads-hero-text h1{font-size:3rem}}.testimonial-section{padding:4.5rem 1.5rem;background:var(--color-bg-light);text-align:center}.testimonial-container{max-width:700px;margin:0 auto}.testimonial-section h2{font-size:2rem;margin-bottom:2rem;font-weight:700;color:var(--color-text-main)}.testimonial-card{background:var(--color-white);padding:2.2rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);transition:.2s ease}@media (hover:hover){.testimonial-card:hover{border-color:var(--color-primary);transform:translateY(-2px)}}.testimonial-image-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.testimonial-image{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid var(--color-primary)}.verified-badge{position:absolute;bottom:0;right:-5px;background:var(--color-primary);color:var(--color-white);font-size:.7rem;padding:4px 8px;border-radius:12px}.testimonial-message{font-size:1.05rem;font-style:italic;margin-bottom:1rem;color:var(--color-text-secondary);line-height:1.6}.testimonial-rating{color:#f4b400;margin-bottom:1rem;font-size:1.1rem}.testimonial-meta{display:block;font-size:.85rem;color:var(--color-text-light);margin-bottom:1rem}.testimonial-dots{display:flex;justify-content:center;gap:8px}.testimonial-dots .dot{width:9px;height:9px;background:var(--border-color);border-radius:50%;cursor:pointer;transition:.2s ease}.testimonial-dots .dot.active{background:var(--color-primary)}