.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
}

.hero-content .lead {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-content span {
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.95;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.section-title p {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 2rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.form-section-header {
    font-size: 1.4rem;
    font-weight: 600;
    color: #51b70d;
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
    border-bottom: 3px solid #e0f7d9;
    letter-spacing: 0.02em;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.form-control,
.form-select {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 18px 20px;
    border-radius: 12px;
    border: 2px solid #e8f4f8;
    background-color: #fafbfc;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.form-control:focus,
.form-select:focus {
    border-color: #51b70d;
    box-shadow: 0 0 0 0.25rem rgba(81, 183, 13, 0.15);
    background-color: #fff;
    transform: translateY(-1px);
}

.form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-style: italic;
}

.mb-5 {
    margin-bottom: 3.5rem !important;
}

.mb-4 {
    margin-bottom: 2.5rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.invalid-feedback {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}

.form-text small {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 20px 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(81, 183, 13, 0.25);
    background: linear-gradient(135deg, #51b70d, #3e8e0a);
    border: none;
    color: #fff;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(81, 183, 13, 0.4) !important;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #3e8e0a, #51b70d);
}

.contact-card h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #51b70d;
}

.contact-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1.5rem;
}

.contact-info {
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
}

.guarantee-box {
    background: linear-gradient(135deg, #f0fdfa 0%, #eaffd2 100%);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid #e0f7d9;
    box-shadow: 0 4px 15px rgba(81, 183, 13, 0.08);
}

.guarantee-box h6 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3e8e0a;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.guarantee-box p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #3e8e0a;
    font-weight: 500;
}

.form-check-label {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #374151;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-left: 0.8rem;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.15em;
}

.form-check-input:checked {
    background-color: #51b70d;
    border-color: #51b70d;
    box-shadow: 0 0 0 0.25rem rgba(81, 183, 13, 0.2);
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.form-container {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    margin-bottom: 3rem;
}

.section-icon {
    font-size: 1.3rem;
    margin-right: 0.8rem;
    opacity: 0.8;
    color: #51b70d;
}

/* Update .text-primary utility if used */
.text-primary {
    color: #51b70d !important;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content .lead {
        font-size: 1.2rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .section-title p {
        font-size: 1.1rem;
        max-width: 100%;
    }

    .form-container {
        padding: 2rem;
    }

    .form-control,
    .form-select {
        font-size: 1rem;
        padding: 16px 18px;
    }

    .btn {
        font-size: 1rem;
        padding: 18px 40px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .form-container {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }
}