.ehg-wrap {
    margin: 24px 0;
}

.ehg-form-card,
.ehg-result-card {
    background: #ffffff;
    border: 1px solid #e7ecf1;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.ehg-result-card {
    margin-top: 20px;
}

.ehg-form-card h3,
.ehg-result-title {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

.ehg-form-intro {
    margin: 0 0 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.ehg-grid {
    display: grid;
    gap: 16px;
}

.ehg-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ehg-form-card label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #0f172a;
}

.ehg-form-card input[type="text"],
.ehg-form-card input[type="email"],
.ehg-form-card input[type="number"],
.ehg-form-card select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d0d7e2;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    font-size: 15px;
}

.ehg-form-card input:focus,
.ehg-form-card select:focus {
    outline: none;
    border-color: #23a36d;
    box-shadow: 0 0 0 3px rgba(35, 163, 109, 0.12);
}

.ehg-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    color: #475569;
    font-weight: 400 !important;
    line-height: 1.6;
}

.ehg-consent input {
    margin-top: 5px;
}

.ehg-submit,
.ehg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 0;
    text-decoration: none !important;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.ehg-submit:hover,
.ehg-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.10);
}

.ehg-btn-primary,
.ehg-submit {
    background: #23a36d;
    color: #fff;
}

.ehg-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.ehg-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.ehg-buttons .ehg-btn {
    flex: 1 1 220px;
}

.ehg-result-line {
    font-size: 18px;
    line-height: 1.7;
    color: #0f172a;
}

.ehg-bmi {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #23a36d;
}

.ehg-bmi-zayif {
    color: #d97706;
}

.ehg-bmi-normal {
    color: #23a36d;
}

.ehg-bmi-fazla-kilolu {
    color: #ea580c;
}

.ehg-bmi-obez {
    color: #dc2626;
}

.ehg-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 12px;
    margin-left: 8px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-weight: 700;
    font-size: 13px;
}

.ehg-date {
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
}

.ehg-advice {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8fafc;
    border-left: 4px solid #23a36d;
    color: #334155;
    line-height: 1.7;
    font-size: 15px;
}

.ehg-program-box {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #bbf7d0;
    color: #14532d;
}

.ehg-program-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #166534;
    font-weight: 700;
}

.ehg-error {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    font-weight: 600;
}

.ehg-questions {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.ehg-question-card {
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
}

.ehg-question-title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #0f172a;
}

.ehg-option-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ehg-radio-option {
    margin: 0 !important;
}

.ehg-radio-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ehg-radio-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d0d7e2;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.ehg-radio-option input:checked + span {
    border-color: #23a36d;
    background: #ecfdf5;
    color: #166534;
    box-shadow: 0 0 0 3px rgba(35, 163, 109, 0.12);
}

.ehg-table-wrap {
    overflow-x: auto;
}

.ehg-table {
    width: 100%;
    border-collapse: collapse;
}

.ehg-table th,
.ehg-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    font-size: 14px;
}

.ehg-table th {
    color: #0f172a;
    font-weight: 700;
    background: #f8fafc;
}

@media (max-width: 767px) {
    .ehg-form-card,
    .ehg-result-card {
        padding: 18px;
        border-radius: 16px;
    }

    .ehg-form-card h3,
    .ehg-result-title {
        font-size: 24px;
    }

    .ehg-grid-2,
    .ehg-option-group {
        grid-template-columns: 1fr;
    }

    .ehg-buttons {
        flex-direction: column;
    }

    .ehg-buttons .ehg-btn {
        width: 100%;
        flex-basis: auto;
    }
}
