/* randevu/assets/css/style.css — Hasta yanıt formu stilleri */

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 40%, #f0fdf4 100%);
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.rndv-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 16px 40px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── Başlık ─────────────────────────────────────────────────────────────── */
.rndv-header {
    text-align: center;
    padding: 32px 0 24px;
}

.rndv-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 20px;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 12px;
    box-shadow: 0 8px 24px rgba(16,185,129,0.3);
}

.rndv-klinik-adi {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.rndv-klinik-alt {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
}

/* ── Kart ───────────────────────────────────────────────────────────────── */
.rndv-body {
    flex: 1;
}

.rndv-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
    margin-bottom: 16px;
}

.rndv-merhaba {
    font-size: 1rem;
    color: #334155;
    margin: 0 0 16px;
    font-weight: 500;
}

/* ── Randevu özet kutusu ────────────────────────────────────────────────── */
.rndv-randevu-ozet {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 20px;
}

.rndv-ozet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
}

.rndv-ozet-row:last-child {
    border-bottom: none;
}

.rndv-ozet-label {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
}

.rndv-ozet-value {
    font-size: 0.88rem;
    color: #1e293b;
    font-weight: 700;
    text-align: right;
}

/* ── Soru metni ─────────────────────────────────────────────────────────── */
.rndv-soru {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0 0 18px;
}

/* ── Butonlar ───────────────────────────────────────────────────────────── */
.rndv-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rndv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 14px;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.18s ease;
    width: 100%;
    letter-spacing: 0.01em;
    -webkit-appearance: none;
}

.rndv-btn:active {
    transform: scale(0.97);
}

.rndv-btn-success {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 4px 12px rgba(16,185,129,0.35);
}

.rndv-btn-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    box-shadow: 0 4px 12px rgba(245,158,11,0.35);
}

.rndv-btn-danger {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 4px 12px rgba(239,68,68,0.35);
}

.rndv-btn-ghost {
    background: #f1f5f9;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9rem;
}

/* ── Ekstra paneller (tarih / neden) ────────────────────────────────────── */
.rndv-extra-panel {
    margin-top: 4px;
}

.rndv-extra-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.rndv-date-input,
.rndv-textarea {
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    padding: 12px 14px;
    font-size: 1rem;
    width: 100%;
    outline: none;
    font-family: inherit;
    color: #1e293b;
    transition: border-color 0.15s;
}

.rndv-date-input:focus,
.rndv-textarea:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.12);
}

/* ── İkon wrap ──────────────────────────────────────────────────────────── */
.rndv-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 2rem;
    margin: 0 auto;
}

.rndv-icon-success  { background: #dcfce7; color: #16a34a; }
.rndv-icon-danger   { background: #fee2e2; color: #dc2626; }
.rndv-icon-warning  { background: #fef9c3; color: #b45309; }
.rndv-icon-info     { background: #dbeafe; color: #2563eb; }

.rndv-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.rndv-text {
    font-size: 0.95rem;
    color: #475569;
    margin: 8px 0 0;
    line-height: 1.5;
}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.rndv-footer {
    text-align: center;
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: auto;
    padding-top: 24px;
}
