﻿.hero-reviews {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
                            radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-reviews .container {
    position: relative;
    z-index: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-reviews h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    letter-spacing: -0.5px;
}

.hero-reviews .tagline {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255,255,255,0.95);
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
}

.content-wrapper{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro-card {
    background: white;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    text-align: center;
}

.intro-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.3;
}

.intro-card p {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 20px;
}

.steps-grid {
    display: grid;
    gap: 15px;
    margin: 30px 0;
    text-align: left;
}

.step-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 25px;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateX(10px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.step-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.step-text {
    font-size: 1.05rem;
    color: #2c3e50;
    font-weight: 600;
}

.success-message {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 12px;
    border-left: 5px solid #28a745;
    text-align: center;
}

.success-message p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #155724;
    margin: 0;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.testimonial-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8f9fa;
}

.testimonial-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 8px;
}

.testimonial-header p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.testimonial-content {
    position: relative;
    padding: 25px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin-bottom: 20px;
}

.testimonial-content .fa-quote-left {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 2rem;
    color: #667eea;
    opacity: 0.3;
}

.testimonial-content .fa-quote-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 2rem;
    color: #764ba2;
    opacity: 0.3;
}

.testimonial-text {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.8;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50px;
    color: white;
}

.author-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.author-info {
    font-weight: 600;
    font-size: 1rem;
}

.rating-stars {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 15px;
}

.rating-stars i {
    color: #ffc107;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .hero-reviews {
        padding: 80px 20px 60px;
    }

    .intro-card,
    .testimonial-card {
        padding: 35px 25px;
    }

    .testimonial-content {
        padding: 20px 25px;
    }
}

@media (max-width: 480px) {
    .intro-card,
    .testimonial-card {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .step-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
}