/* استايل‌هاي Swiper */
.testimonials-section {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    padding: 4rem 0;
    margin: 4rem 0;
    position: relative;
}

.section-subtitle {
    color: var(--gray-600);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-swiper-wrapper {
    position: relative;
    padding: 0 3rem;
}

.testimonials-swiper {
    padding: 2rem 0;
}

.testimonial-card {
    background: white;
    border-radius: 2rem;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
    position: relative;
    transition: all 0.3s ease;
    height: 320px;
    display: flex;
    align-items: center;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    text-align: center;
    width: 100%;
}

.quote-icon {
    font-size: 3rem;
    color: var(--primary);
    opacity: 0.2;
    margin-bottom: 1.5rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.author-info {
    text-align: right;
}

.author-name {
    color: var(--gray-800);
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.author-role {
    color: var(--gray-500);
    font-size: 0.9rem;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: var(--primary);
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary);
    color: white;
    transform: scale(1.1);
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-prev {
    left: -10px;
}

/* Pagination */
.swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--gray-300);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
    transform: scale(1.2);
}


/* استايل قالب صفحه */
.page-template-wrapper {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 50%, white 100%);
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
}

/* هدر */
.page-template-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.page-template-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"><path d="M0,0V100H1000V0C800,40 600,60 400,60S200,40 0,0Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
}

.header-text {
    flex: 1;
}

.page-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
    margin-bottom: 0;
}

.header-icon {
    flex-shrink: 0;
}

.header-icon svg {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* محتواي اصلي */
.page-template-content {
    padding: 4rem 0;
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* استايل‌هاي براي محتواي HTML ادمين */
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
    color: var(--gray-800);
    margin-bottom: 1.5rem;
    position: relative;
}

.content-wrapper h1 {
    font-size: 2.2rem;
    font-weight: 800;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary);
}

.content-wrapper h2 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-right: 1.5rem;
}

.content-wrapper h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
}

.content-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
}

.content-wrapper p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 1.5rem;
    text-align: justify;
}

.content-wrapper ul,
.content-wrapper ol {
    margin: 1.5rem 0;
    padding-right: 2rem;
}

.content-wrapper li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 0.75rem;
    position: relative;
}

.content-wrapper ul li::before {
    content: '•';
    color: var(--primary);
    font-weight: bold;
    position: absolute;
    right: -1.5rem;
}

.content-wrapper strong {
    color: var(--gray-800);
    font-weight: 700;
}

.content-wrapper em {
    color: var(--gray-600);
    font-style: italic;
}

/* بخش‌هاي محتوا */
.content-section {
    background: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.content-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.content-section:last-child {
    margin-bottom: 0;
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--gray-100);
}

.section-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.section-title {
    flex: 1;
}

.section-title h2 {
    margin-bottom: 0.5rem;
    border: none;
    padding: 0;
}

.section-title h2::before {
    display: none;
}

.section-summary {
    font-size: 1.1rem;
    color: var(--gray-600);
    line-height: 1.7;
    background: var(--gray-50);
    padding: 1.5rem;
    border-radius: 1rem;
    border-right: 4px solid var(--primary);
}

.section-content {
    margin-top: 2rem;
}

/* تصاوير */
.content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}

/* جداول */
.content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.content-wrapper th,
.content-wrapper td {
    padding: 1rem 1.5rem;
    text-align: right;
    border-bottom: 1px solid var(--gray-200);
}

.content-wrapper th {
    background: var(--primary);
    color: white;
    font-weight: 600;
}

.content-wrapper tr:nth-child(even) {
    background: var(--gray-50);
}

.content-wrapper tr:hover {
    background: var(--gray-100);
}

/* نقل قول */
.content-wrapper blockquote {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    border-right: 4px solid var(--primary);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 1rem;
    font-style: italic;
    color: var(--gray-700);
    position: relative;
}

.content-wrapper blockquote::before {
    content: '"';
    font-size: 4rem;
    color: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: -1rem;
    right: 1rem;
}

/* کد */
.content-wrapper code {
    background: var(--gray-100);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    color: var(--primary);
    font-family: 'Courier New', monospace;
}

.content-wrapper pre {
    background: var(--gray-900);
    color: var(--gray-100);
    padding: 1.5rem;
    border-radius: 1rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

/* رسپانسيو */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .page-main-title {
        font-size: 2rem;
    }
    
    .header-icon svg {
        width: 80px;
        height: 80px;
    }
    
    .content-section {
        padding: 1.5rem;
    }
    
    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .section-icon {
        margin: 0 auto;
    }
    
    .content-wrapper h1 {
        font-size: 1.8rem;
    }
    
    .content-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .content-wrapper p {
        font-size: 1rem;
    }
}

:root {
    --primary: #6366f1;
    --primary-dark: #4f46e5;
    --primary-light: #63f1ae;
    --success: #10b981;
    --warning: #f59e0b;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
}

/* هدر با پس‌زمينه موجدار */
.page-header-wave {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 4rem 0 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wave-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-background svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.wave-background .shape-fill {
    fill: var(--gray-50);
}

.page-header-wave h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}

.page-header-wave .subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    font-weight: 300;
}

/* هدر ليست مشاوران */
.consultants-header {
    background: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
}

.consultants-title {
    color: var(--gray-800);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.consultants-description {
    color: var(--gray-600);
    font-size: 1.1rem;
    margin-bottom: 0;
}

.availability-legends {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.legend-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.legend-badge.available {
    background: var(--success);
    color: white;
}

.legend-badge.unavailable {
    background: var(--warning);
    color: white;
}

.legend-text {
    color: var(--gray-700);
    font-weight: 500;
}

/* گريد مشاوران */
.consultants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1.5rem;
}

.consultant-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.consultant-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.card-header {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid var(--gray-200);
}

.consultant-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.consultant-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--gray-100);
}

.status-indicator {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    border: 2px solid white;
}

.status-indicator.online {
    background: var(--success);
    color: white;
}

.status-indicator.offline {
    background: var(--warning);
    color: white;
}

.consultant-basic-info {
    flex: 1;
}

.consultant-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.25rem;
}

.consultant-specialty {
    color: var(--primary);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}

.card-body {
    padding: 1.5rem 2rem;
}

.consultant-description {
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-footer {
    padding: 1.5rem 2rem;
    background: var(--gray-50);
    border-top: 1px solid var(--gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.consultant-stats {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--gray-700);
}

.stat-item i {
    color: var(--success);
    font-size: 1rem;
}

.stat-item:last-child i {
    color: var(--primary);
}

.select-consultant-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.select-consultant-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
    color: white;
    text-decoration: none;
}

/* مراحل استفاده */
.process-steps {
    background: white;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
}

.section-title {
    color: var(--gray-800);
    font-weight: 700;
    font-size: 1.8rem;
}

.step-card {
    padding: 1rem;
}

.step-icon {
    position: relative;
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.step-number {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--success);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    border: 3px solid white;
}

.step-card h5 {
    color: var(--gray-800);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* محتواي سفارشي */
.custom-page-content {
    margin-top: 3rem;
}

.custom-content-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
    overflow: hidden;
}

.custom-content-card .card-body {
    padding: 2.5rem;
}

/* حالت عدم وجود نتيجه */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
}

.no-results-icon {
    font-size: 4rem;
    color: var(--gray-300);
    margin-bottom: 1.5rem;
}

.no-results h3 {
    color: var(--gray-600);
    margin-bottom: 1rem;
}

.no-results p {
    color: var(--gray-500);
}

@media (max-width: 768px) {
    .consultants-grid {
        grid-template-columns: 1fr;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .card-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .page-header-wave h1 {
        font-size: 2.2rem;
    }
    
    .consultants-title {
        font-size: 1.5rem;
    }
    
    .process-steps .row > div {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .page-template-header {
        padding: 3rem 0;
    }
    
    .page-main-title {
        font-size: 1.6rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .content-wrapper {
        padding: 0 1rem;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .testimonials-swiper-wrapper {
        padding: 0 1rem;
    }
    
    .testimonial-card {
        padding: 2rem 1.5rem;
        height: 350px;
    }
    
    .testimonial-text {
        font-size: 1rem;
        -webkit-line-clamp: 5;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* استايل‌هاي هدر اصلي */
.main-hero-header {
    position: relative;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 5rem 0 8rem 0;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

/* پس‌زمينه موج‌ها */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.waves {
    width: 100%;
    height: 150px;
    transform: scaleY(-1);
}

.shape-fill {
    fill: rgba(255, 255, 255, 0.1);
}

/* دايره‌هاي شناور */
.floating-circles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    left: 5%;
    animation-delay: 2s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    right: 20%;
    animation-delay: 4s;
}

.circle-4 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 20%;
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* محتواي هدر */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.title-gradient {
    background: linear-gradient(45deg, #fff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-main {
    font-size: 2.8rem;
    display: block;
    margin-top: 0.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 500px;
}

/* آمار و ارقام */
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* بخش بصري */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.visual-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-icon {
    font-size: 4rem;
    color: white;
    z-index: 3;
    position: relative;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.ring-2 {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* نشانگر اسکرول */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: rotate(45deg) translateY(0);
    }
    50% {
        transform: rotate(45deg) translateY(-10px);
    }
}

/* رسپانسيو */
@media (max-width: 768px) {
    .main-hero-header {
        padding: 3rem 0 6rem 0;
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .title-main {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .visual-container {
        width: 150px;
        height: 150px;
        margin-top: 2rem;
    }
    
    .visual-icon {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .title-main {
        font-size: 1.6rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        height: 380px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-info {
        text-align: center;
    }
}