/* Ege Vitalis — SEO Landing Pages */
:root {
    --ev-primary: #006666;
    --ev-primary-light: #00a3a3;
    --ev-dark: #1a1a1a;
    --ev-bg: #f4f8f8;
}

.lp-hero {
    background: linear-gradient(135deg, rgba(0, 102, 102, 0.92) 0%, rgba(0, 80, 80, 0.88) 100%),
        url('yenıgorseller/hastane1.jpeg') center/cover no-repeat;
    color: #fff;
    padding: 3.5rem 0 3rem;
    border-radius: 0 0 24px 24px;
    margin-bottom: 2rem;
    position: relative;
}

/* style.css içindeki global p { color: #333 } kuralını hero'da geçersiz kıl */
.lp-hero h1,
.lp-hero .lp-hero-lead,
.lp-hero p,
.lp-hero .lp-breadcrumb,
.lp-hero .lp-breadcrumb span {
    color: #ffffff;
}

.lp-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.lp-hero-lead {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 1;
    max-width: 720px;
    margin: 0 auto 1.5rem;
    line-height: 1.65;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.lp-hero.lp-hero--acil { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Acil.jpg'); }
.lp-hero.lp-hero--ambulans { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/AMBUSLANS.jpg'); }
.lp-hero.lp-hero--evde { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/yerindebakim.jpg'); }
.lp-hero.lp-hero--yogun { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Laboratuvar.jpg'); }
.lp-hero.lp-hero--kardio { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Ultrason.jpg'); }
.lp-hero.lp-hero--ortopedi { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Cerrahi.jpg'); }
.lp-hero.lp-hero--derma { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Dahiliye.jpg'); }
.lp-hero.lp-hero--dis { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/mikrocip.jpg'); }
.lp-hero.lp-hero--endo { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Endoskopi.jpg'); }
.lp-hero.lp-hero--goruntu { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/Ultrason.jpg'); }
.lp-hero.lp-hero--egzotik { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/birimler.jpg'); }
.lp-hero.lp-hero--kedi { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/izmir-kedi-hastanesi.jpg'); }
.lp-hero.lp-hero--kopek { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 60, 60, 0.9)), url('yenıgorseller/izmir-kopek-hastanesi.jpg'); }
.lp-hero.lp-hero--724 { background-image: linear-gradient(135deg, rgba(0, 102, 102, 0.92), rgba(0, 40, 40, 0.95)), url('yenıgorseller/izmir-7-24-veteriner.jpg'); }

.lp-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.lp-badge {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}

.lp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    font-size: 0.95rem;
}

.lp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: inherit;
}

.lp-btn-primary {
    background: #fff;
    color: var(--ev-primary) !important;
}

.lp-btn-outline {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 2px solid #fff;
}

.lp-hero .lp-btn-outline {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.lp-hero .lp-btn-outline:hover,
.lp-content-card.lp-cta-banner .lp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
}

.lp-btn-wa {
    background: #25d366;
    color: #fff !important;
}

/* Alt CTA banner – "Hemen İletişime Geçin" kutusu */
.lp-cta-banner {
    background: linear-gradient(135deg, #006666, #004d4d);
    color: #ffffff;
}

.lp-cta-banner h2,
.lp-cta-banner p {
    color: #ffffff;
}

body.lp-page .lp-content-card.text-center[style*="004d4d"] h2,
body.lp-page .lp-content-card.text-center[style*="004d4d"] p {
    color: #ffffff;
}

.lp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.lp-stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 102, 102, 0.1);
    border: 1px solid rgba(0, 102, 102, 0.12);
}

.lp-stat-card strong {
    display: block;
    font-size: 1.5rem;
    color: var(--ev-primary);
    font-weight: 800;
}

.lp-stat-card span {
    font-size: 0.85rem;
    color: #555;
}

.lp-content-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0, 102, 102, 0.08);
}

.lp-content-card h2 {
    color: var(--ev-primary);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* CTA kutusu: .lp-content-card beyaz arka planını geçersiz kıl */
.lp-content-card.lp-cta-banner {
    background: linear-gradient(135deg, #006666, #004d4d);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 102, 102, 0.25);
    color: #ffffff;
}

.lp-content-card.lp-cta-banner h2,
.lp-content-card.lp-cta-banner p {
    color: #ffffff;
}

.lp-content-card.lp-cta-banner .lp-btn-outline {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.lp-content-card.lp-cta-banner .lp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
}

.lp-content-card.lp-cta-banner .lp-btn-primary {
    background: #ffffff;
    color: var(--ev-primary) !important;
    border: 2px solid #ffffff;
}

.lp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.75rem;
}

.lp-feature-list li {
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    position: relative;
    background: var(--ev-bg);
    border-radius: 10px;
    font-size: 0.95rem;
}

.lp-feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0.85rem;
    color: var(--ev-primary);
}

.lp-related {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.lp-related a {
    background: var(--ev-bg);
    color: var(--ev-primary);
    padding: 0.45rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    border: 1px solid rgba(0, 102, 102, 0.2);
    transition: background 0.2s;
}

.lp-related a:hover {
    background: var(--ev-primary);
    color: #fff;
}

.lp-faq .accordion-button:not(.collapsed) {
    background: rgba(0, 102, 102, 0.08);
    color: var(--ev-primary);
}

.lp-faq .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 102, 0.2);
}

.lp-breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.lp-breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

.lp-img-block {
    border-radius: 14px;
    overflow: hidden;
    margin: 1.5rem 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.lp-img-block img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: cover;
}

/* Sticky mobil CTA */
.lp-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    gap: 0.35rem;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--ev-primary);
}

@media (max-width: 991.98px) {
    .lp-sticky-cta {
        display: grid;
    }

    body.lp-page {
        padding-bottom: 70px;
    }
}

.lp-sticky-cta a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.25rem;
    text-decoration: none;
    color: var(--ev-primary);
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 8px;
    transition: background 0.2s;
}

.lp-sticky-cta a i {
    font-size: 1.15rem;
    margin-bottom: 0.15rem;
}

.lp-sticky-cta a:hover {
    background: var(--ev-bg);
    color: var(--ev-primary);
}

.lp-sticky-cta a.lp-sticky-wa {
    color: #25d366;
}

.lp-trust-bar {
    background: var(--ev-primary);
    color: #fff;
    text-align: center;
    padding: 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.lp-trust-bar a {
    color: #fff;
    text-decoration: underline;
}
