/* =====================================================
   PatiKlinik - Shared Styles
   Palette: #072247 (navy), #feca0a (yellow), #f8f9fa (light bg)
   ===================================================== */

:root {
    --navy: #072247;
    --navy-koyu: #04142b;
    --sari: #feca0a;
    --sari-koyu: #e0b400;
    --yazi-acik: rgba(255,255,255,0.7);
    --yazi-daha-acik: rgba(255,255,255,0.45);
}

* { box-sizing: border-box; }
body { font-family: 'Nunito', sans-serif; }

/* =====================================================
   NAVBAR
   ===================================================== */
.navbar-ana {
    background: var(--navy);
    padding: 0.9rem 0;
    border-bottom: 3px solid var(--sari);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.logo-ikon {
    width: 42px;
    height: 42px;
    background: var(--sari);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 1.25rem;
}

.logo-yazi {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.logo-yazi span { color: var(--sari); }

.logo-altyazi {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.45);
    font-weight: 500;
    letter-spacing: 0.04em;
}

.nav-link-ana {
    color: rgba(255,255,255,0.78) !important;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.nav-link-ana:hover,
.nav-link-ana.active {
    background: rgba(254,202,10,0.15);
    color: var(--sari) !important;
}

.btn-randevu-nav {
    background: var(--sari);
    color: var(--navy) !important;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.45rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}
.btn-randevu-nav:hover {
    background: var(--sari-koyu);
    color: var(--navy) !important;
    transform: translateY(-1px);
}

/* =====================================================
   HERO
   ===================================================== */
.hero-bolum {
    background: linear-gradient(135deg, var(--navy-koyu) 0%, #0a2d5e 50%, #0f3a7a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.hero-bolum::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 60% 40%, rgba(254,202,10,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-rozet {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(254,202,10,0.15);
    border: 1px solid rgba(254,202,10,0.3);
    color: var(--sari);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-baslik {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.vurgu { color: var(--sari); }

.hero-aciklama {
    color: rgba(255,255,255,0.72);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.btn-hero-ana {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--sari);
    color: var(--navy);
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.85rem 1.8rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-hero-ana:hover {
    background: var(--sari-koyu);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(254,202,10,0.35);
}

.btn-hero-ikincil {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.8rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: all 0.2s;
}
.btn-hero-ikincil:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
    transform: translateY(-2px);
}

.hero-istatistik {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}
.hero-istatistik-item { text-align: left; }
.hero-istatistik-item .sayi {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--sari);
}
.hero-istatistik-item .etiket {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    font-weight: 600;
}

.hero-gorsel-kutu {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
}
.hero-gorsel-ikon {
    font-size: 5rem;
    margin-bottom: 1.25rem;
    display: block;
}

.hayvan-badge {
    background: rgba(254,202,10,0.15);
    border: 1px solid rgba(254,202,10,0.3);
    color: var(--sari);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

/* =====================================================
   HİZMETLER BÖLÜMÜ
   ===================================================== */
.hizmetler-bolum {
    padding: 80px 0;
    background: #f8f9fa;
}

.bolum-baslik {
    font-size: 2rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}
.bolum-alt-cizgi {
    width: 60px;
    height: 4px;
    background: var(--sari);
    border-radius: 2px;
    margin: 0.75rem auto 1rem;
}
.bolum-aciklama {
    color: #6c757d;
    font-size: 1rem;
    max-width: 560px;
}

.hizmet-kart {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    border: 1px solid #e9ecef;
    transition: all 0.25s;
    height: 100%;
}
.hizmet-kart:hover {
    box-shadow: 0 12px 30px rgba(7,34,71,0.1);
    transform: translateY(-4px);
    border-color: rgba(254,202,10,0.4);
}

.hizmet-ikon-kutu {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--navy), #0a3070);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sari);
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
}

.hizmet-kart-baslik {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.6rem;
}
.hizmet-kart-aciklama {
    font-size: 0.88rem;
    color: #6c757d;
    line-height: 1.65;
    margin: 0;
}

/* =====================================================
   CTA BÖLÜMÜ
   ===================================================== */
.cta-bolum {
    background: linear-gradient(135deg, var(--navy), #0a3070);
    padding: 60px 0;
}
.cta-baslik {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.cta-aciklama {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    margin: 0;
}
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--sari);
    color: var(--navy);
    font-weight: 800;
    font-size: 1rem;
    padding: 0.85rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-cta:hover {
    background: var(--sari-koyu);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(254,202,10,0.4);
}

/* =====================================================
   FOOTER
   ===================================================== */
.footer-ana {
    background: var(--navy-koyu);
    padding: 50px 0 0;
    margin-top: auto;
}
.footer-marka {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}
.footer-aciklama {
    color: var(--yazi-acik);
    font-size: 0.84rem;
    line-height: 1.6;
}
.footer-link {
    color: var(--yazi-acik);
    text-decoration: none;
    font-size: 0.84rem;
    transition: color 0.15s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.footer-link:hover { color: var(--sari); }
.footer-chevron { color: var(--sari); font-size: 0.65rem; }
.footer-iletisim {
    color: var(--yazi-acik);
    font-size: 0.84rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}
.footer-iletisim i { color: var(--sari); margin-top: 2px; flex-shrink: 0; }
.footer-alt {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.25rem 0;
    margin-top: 2rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.8rem;
}
.footer-sosyal { display: flex; gap: 0.6rem; }
.footer-sosyal a {
    width: 34px; height: 34px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.6);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
}
.footer-sosyal a:hover { background: var(--sari); color: var(--navy); }

/* =====================================================
   GİRİŞ / KAYIT KART
   ===================================================== */
.login-kart {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(7,34,71,0.12);
    overflow: hidden;
    margin: 0 auto;
    max-width: 440px;
}

.login-kart-ust {
    background: linear-gradient(135deg, var(--navy), #0a3070);
    padding: 2.5rem 2rem 2rem;
    text-align: center;
}

.login-logo-daire {
    width: 62px; height: 62px;
    background: rgba(254,202,10,0.15);
    border: 2px solid rgba(254,202,10,0.35);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--sari);
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.login-baslik {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}
.login-altyazi {
    color: rgba(255,255,255,0.6);
    font-size: 0.84rem;
    margin: 0;
}

.login-form-alani {
    padding: 2rem;
}

/* Form inputs */
.form-etiket {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.form-grup-sarici {
    position: relative;
    display: flex;
    align-items: center;
}
.form-ikon {
    position: absolute;
    left: 13px;
    color: #9ca3af;
    font-size: 0.85rem;
    z-index: 1;
}
.form-girdi {
    width: 100%;
    padding: 0.7rem 0.9rem 0.7rem 2.5rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    color: #111827;
    background: #f9fafb;
    transition: all 0.2s;
    outline: none;
}
.form-girdi:focus {
    border-color: var(--navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(7,34,71,0.1);
}

.goster-gizle-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.2rem;
    transition: color 0.15s;
}
.goster-gizle-btn:hover { color: var(--navy); }

.btn-giris {
    width: 100%;
    background: var(--navy);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 0.85rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
    margin-top: 0.75rem;
}
.btn-giris:hover:not(:disabled) {
    background: #0a3070;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(7,34,71,0.25);
}
.btn-giris:disabled { opacity: 0.7; cursor: not-allowed; }

.ayirici {
    text-align: center;
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
    margin: 1.25rem 0;
}
.ayirici::before, .ayirici::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: #e5e7eb;
}
.ayirici::before { left: 0; }
.ayirici::after { right: 0; }

.kayit-link {
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
}
.kayit-link a {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
}
.kayit-link a:hover { color: var(--sari-koyu); text-decoration: underline; }

/* Hata / Başarı kutusu */
.hata-kutusu, .basari-kutusu {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.hata-kutusu.goster { display: flex; }
.basari-kutusu.goster { display: flex; }
.hata-kutusu {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}
.basari-kutusu {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

/* Spinner */
.yukleniyor-simge {
    display: none;
    width: 18px; height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: donus 0.7s linear infinite;
}
@keyframes donus { to { transform: rotate(360deg); } }

/* =====================================================
   PANEL (Dashboard)
   ===================================================== */
.panel-ana {
    background: #f0f4ff;
    min-height: calc(100vh - 68px);
    padding: 2rem 0;
}

.panel-kart {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.panel-baslik {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f3f5;
}

.panel-stat-kart {
    background: linear-gradient(135deg, var(--navy), #0a3070);
    border-radius: 16px;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    height: 100%;
}
.panel-stat-kart.sari { background: linear-gradient(135deg, var(--sari-koyu), var(--sari)); color: var(--navy); }
.panel-stat-sayi { font-size: 2rem; font-weight: 800; line-height: 1; }
.panel-stat-etiket { font-size: 0.8rem; font-weight: 600; opacity: 0.8; margin-top: 0.3rem; }

.durum-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 50px;
}
.durum-bekliyor { background: #fff3cd; color: #856404; }
.durum-onaylandi { background: #d1e7dd; color: #0a3622; }
.durum-reddedildi { background: #f8d7da; color: #842029; }
.durum-tamamlandi { background: #cff4fc; color: #055160; }

/* =====================================================
   RANDEVU FORMU
   ===================================================== */
.randevu-form-kart {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(7,34,71,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}
.randevu-form-ust {
    background: linear-gradient(135deg, var(--navy), #0a3070);
    padding: 2rem;
    color: #fff;
}
.randevu-form-ust h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 0.25rem; }
.randevu-form-ust p { color: rgba(255,255,255,0.65); font-size: 0.88rem; margin: 0; }
.randevu-form-govde { padding: 2rem; }

.adim-baslik {
    font-size: 0.78rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f3f5;
}

/* =====================================================
   HAKKIMIZDa SAYFASI
   ===================================================== */
.hakkimizda-hero {
    background: linear-gradient(135deg, var(--navy-koyu), #0a2d5e);
    padding: 70px 0;
    text-align: center;
}
.hakkimizda-hero h1 { color: #fff; font-size: 2.5rem; font-weight: 800; margin-bottom: 0.75rem; }
.hakkimizda-hero p { color: rgba(255,255,255,0.7); font-size: 1.05rem; }

.ekip-kart {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.25s;
}
.ekip-kart:hover {
    box-shadow: 0 10px 28px rgba(7,34,71,0.1);
    transform: translateY(-4px);
}
.ekip-avatar {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--navy), #0a3070);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--sari);
    font-size: 1.6rem;
    margin: 0 auto 1rem;
}
.ekip-isim { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 0.2rem; }
.ekip-unvan { font-size: 0.8rem; color: #6c757d; }

/* =====================================================
   İLETİŞİM SAYFASI
   ===================================================== */
.iletisim-bilgi-kart {
    background: linear-gradient(135deg, var(--navy), #0a3070);
    border-radius: 16px;
    padding: 2rem;
    color: #fff;
    height: 100%;
}
.iletisim-bilgi-satir {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.iletisim-bilgi-ikon {
    width: 42px; height: 42px;
    background: rgba(254,202,10,0.15);
    border: 1px solid rgba(254,202,10,0.3);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--sari);
    font-size: 1rem;
    flex-shrink: 0;
}
.iletisim-bilgi-etiket { font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.05em; }
.iletisim-bilgi-deger { font-size: 0.92rem; font-weight: 600; color: #fff; }

.iletisim-form-kart {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 2rem;
    height: 100%;
}

/* =====================================================
   Genel yardımcı
   ===================================================== */
.sayfa-baslik-alani {
    background: linear-gradient(135deg, var(--navy-koyu), #0a2d5e);
    padding: 50px 0;
    text-align: center;
}
.sayfa-baslik-alani h1 { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 0.5rem; }
.sayfa-baslik-alani p { color: rgba(255,255,255,0.65); font-size: 1rem; margin: 0; }

.btn-ana {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--navy);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.65rem 1.4rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-ana:hover { background: #0a3070; color: #fff; transform: translateY(-1px); }

.btn-sari {
    background: var(--sari);
    color: var(--navy);
}
.btn-sari:hover { background: var(--sari-koyu); color: var(--navy); }

/* select, textarea */
select.form-girdi { padding-left: 2.5rem; }
textarea.form-girdi { resize: vertical; padding: 0.7rem 0.9rem 0.7rem 2.5rem; min-height: 110px; }
