:root {
    --sage-green: #1a4793;
    --sage-dark: #0d1f13;
    --sage-gray: #f8f9fa;
}

.btn-sage-green {
    background: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 15px;
    font-weight: 600;
    width: 20%;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s;
    margin: auto !important;
}

.hero-section {
    background: #1a4793;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 5.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.hero-section p {
    font-size: 1.9rem;
    margin-bottom: 30px;
    color: white;
}

.comparison-section {
    background: white;
    padding: 60px 0;
}

.comparison-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.feature-badge {
    display: inline-block;
    background: var(--sage-green);
    color: var(--sage-dark);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 5px;
}

.feature-section {
    padding: 80px 0;
    background: #f0fdf7;
}

.feature-box {
    background: white;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    border-left: 4px solid var(--sage-green);
}

.features-section {
    padding: 5rem 0;
    background: var(--light-gray);
}

.feature-box h3 {
    color: var(--sage-dark);
    margin-bottom: 15px;
}

.stats-section {
    background: var(--sage-dark);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.stat-box {
    margin: 20px 0;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--sage-green);
}

.testimonial-section {
    padding: 80px 0;
    background: white;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin: 15px;
    height: 100%;
}

.cta-section {
    background: linear-gradient(135deg, var(--sage-dark) 0%, #1a2e1f 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    height: 100%;
}

.tired p {
    font-size: 1.5em;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    font-size: 1.7rem;
    line-height: 1.6;
}

.feature-card .fas {
    color: #1a4793;
    font-size: 3rem;
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
