﻿body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
}

.gradient-gold {
    background: linear-gradient(135deg, hsl(43 100% 74%), hsl(45 100% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-hover {
    transition: all 0.3s ease;
}

    .card-hover:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 30px -10px rgba(16, 185, 129, 0.2);
    }

.animate-fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;    
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 78, 59, 0.9) 0%, rgba(6, 95, 70, 0.7) 50%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 10;
}

.badge-custom {
    padding: 0.5rem 1rem;
    background-color: rgba(251, 191, 36, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    color: #fcd34d;
    font-weight: 600;
    font-size: 0.875rem;
    border: 1px solid rgba(251, 191, 36, 0.3);
    display: inline-block;
}

.btn-yellow {
    background-color: #fbbf24;
    color: #065f46;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    border: none;
}

    .btn-yellow:hover {
        background-color: #fcd34d;
        color: #065f46;
    }

.btn-outline-white {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

    .btn-outline-white:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

.stat-card {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.stat-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 0.5rem;
    color: #fcd34d;
}

.stat-number {
    font-size: 1.875rem;
    font-weight: bold;
    color: white;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Feature Cards */
.feature-card {
    position: relative;
    overflow: hidden;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background: linear-gradient(135deg, #d1fae5 0%, transparent 100%);
    border-radius: 0 0 0 100%;
    transform: translate(2rem, -2rem);
    transition: transform 0.5s;
}

.feature-card:hover .feature-bg {
    transform: translate(2rem, -2rem) scale(1.5);
}

.feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Modality Cards */
.modality-card {
    overflow: hidden;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
}

.modality-img-wrapper {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.modality-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.modality-card:hover .modality-img {
    transform: scale(1.1);
}

.modality-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.modality-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

/* Testimonial Cards */
.testimonial-card {
    position: relative;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    overflow: hidden;
}

.quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 0.5;
    color: #fef3c7;
}

.star-icon {
    color: #fbbf24;
    width: 18px;
    height: 18px;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #065f46 0%, #047857 50%, #065f46 100%);
}

.cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="1"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.section-badge {
    padding: 0.5rem 1rem;
    background-color: #d1fae5;
    border-radius: 50px;
    color: #065f46;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
}

.bg-gray-50 {
    background-color: #f9fafb;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

.text-emerald-900 {
    color: #064e3b;
}

.text-emerald-800 {
    color: #065f46;
}