/* ===== SALES-FIRST EMI CALCULATOR ===== */

body {
    background: #f4f6f8;
}

.emi-page {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
}

.emi-hero {
    text-align: center;
    margin-bottom: 40px;
}

.emi-hero h1 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #1f2937;
}

.emi-hero p {
    font-size: 16px;
    color: #4b5563;
    max-width: 720px;
    margin: auto;
}

.emi-card {
    max-width: 520px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.emi-card h2 {
    text-align: center;
    margin-bottom: 8px;
}

.emi-subtext {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

input, select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    background: #ffffff;
}

input:focus, select:focus {
    outline: none;
    border-color: #374151;
}

.emi-btn {
    width: 100%;
    padding: 14px;
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.emi-btn:hover {
    background: #000000;
}

.emi-results {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.emi-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.emi-note {
    margin-top: 15px;
    font-size: 13px;
    color: #6b7280;
}

.emi-enquiry-btn {
    display: block;
    margin-top: 18px;
    text-align: center;
    background: #16a34a;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.emi-enquiry-btn:hover {
    background: #15803d;
}
