/**
 * SemerlineKennel — Dark Brown Premium Theme
 */

:root {
    --background: #F5F0EA;
    --foreground: #1A120B;
    --primary: #5C3D2E;
    --primary-foreground: #FAF6F1;
    --primary-light: #7A5240;
    --secondary: #EDE4D8;
    --secondary-foreground: #3D2817;
    --accent: #C8956C;
    --accent-foreground: #1A120B;
    --muted: #E8DFD4;
    --muted-foreground: #6B5B4F;
    --card: #FFFCF8;
    --card-foreground: #1A120B;
    --border: #D4C4B0;
    --input: #EDE4D8;
    --ring: #5C3D2E;
    --brown-dark: #2C1810;
    --brown-darker: #1A0F0A;
    --brown-gold: #D4A574;
    --brown-cream: #FAF6F1;
    --youtube-red: #FF0000;
    --shadow-brown: 0 8px 32px rgba(44, 24, 16, 0.12);
}

.site-header.scrolled {
    background: rgba(26, 15, 10, 0.97) !important;
    border-bottom: 1px solid rgba(200, 149, 108, 0.18) !important;
    box-shadow: 0 8px 32px rgba(26, 15, 10, 0.4) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* ===== PREMIUM HEADER: Logo ortada, menü altında ===== */
.site-header-premium {
    background: linear-gradient(180deg, rgba(26, 15, 10, 0.97) 0%, rgba(44, 24, 16, 0.92) 100%);
    border-bottom: 1px solid rgba(200, 149, 108, 0.12);
}

.site-header-shell {
    padding: 0.65rem 0 0.5rem;
}

.site-header-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    min-height: 4.5rem;
}

.site-header-top-side {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-header-top-left { justify-content: flex-start; }
.site-header-top-right { justify-content: flex-end; }

.site-logo-centered {
    justify-self: center;
    margin: 0 auto;
}

.site-logo-centered .site-logo-img {
    height: 4.25rem;
    max-width: min(280px, 52vw);
    object-position: center;
}

.site-header-nav {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.15rem 0.1rem;
    padding: 0.35rem 0 0.65rem;
    border-top: 1px solid rgba(200, 149, 108, 0.1);
    margin-top: 0.15rem;
}

.site-header-premium .nav-link {
    color: rgba(250, 246, 241, 0.88);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.4rem 0.55rem;
    border-radius: 9999px;
    letter-spacing: 0.01em;
}

.site-header-premium .nav-link:hover {
    background: rgba(200, 149, 108, 0.18);
    color: #F5DEB3;
}

.header-mini-cta {
    display: none;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.45rem 0.85rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.header-mini-cta-book {
    background: linear-gradient(135deg, #5C3D2E, #2C1810);
    color: #FAF6F1;
    border: 1px solid rgba(200, 149, 108, 0.25);
}

.header-mini-cta-wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
}

.header-mini-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

@media (min-width: 1024px) {
    .hamburger { display: none !important; }
    .site-header-nav { display: flex; }
    .header-mini-cta { display: inline-flex; align-items: center; }
    .site-logo-centered .site-logo-img {
        height: 5rem;
        max-width: min(320px, 28vw);
    }
    .site-header-premium .nav-link { font-size: 0.75rem; padding: 0.42rem 0.65rem; }
}

@media (min-width: 1280px) {
    .site-header-premium .nav-link { font-size: 0.8125rem; padding: 0.45rem 0.75rem; }
    .site-logo-centered .site-logo-img { height: 5.25rem; max-width: 360px; }
}

@media (max-width: 1023px) {
    .site-header-shell.container {
        padding-left: 0.5rem;
        padding-right: 0.625rem;
        max-width: 100%;
    }

    .site-header-top {
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 0.5rem;
        min-height: 3.75rem;
    }

    .site-header-top-left { display: none; }
    .site-logo-centered {
        grid-column: 1;
        justify-self: start;
        margin: 0;
        padding: 0;
    }
    .site-header-top-right {
        grid-column: 2;
        justify-content: flex-end;
        align-items: center;
        gap: 0.4rem;
    }
    .site-logo-centered .site-logo-img {
        height: 3.25rem;
        max-width: min(200px, 52vw);
        object-position: left center;
    }
    .header-mini-cta-wa { display: none !important; }
    .header-desktop-only { display: none !important; }
    .header-mobile-only { display: inline-flex !important; }
}

@media (min-width: 1024px) {
    .header-mobile-only { display: none !important; }
    .header-desktop-only { display: inline-flex !important; }
}

.hamburger { background: rgba(200, 149, 108, 0.15); border: 1px solid rgba(200, 149, 108, 0.2); }
.hamburger span { background: #FAF6F1; }

.site-header-premium.scrolled .nav-link { color: rgba(250, 246, 241, 0.92); }


.purple-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--brown-dark) 100%) !important;
    box-shadow: 0 4px 14px rgba(92, 61, 46, 0.35);
}

.outline-btn { border-color: var(--primary) !important; color: var(--primary) !important; }

.pill-tag {
    background: rgba(92, 61, 46, 0.1) !important;
    color: var(--primary) !important;
    border: 1px solid rgba(92, 61, 46, 0.15);
}

.pulse-dot { background: var(--accent) !important; }

.gradient-purple, .text-gradient-purple, .text-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.gradient-gold {
    background: linear-gradient(135deg, var(--accent) 0%, var(--brown-gold) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-section {
    background: linear-gradient(145deg, var(--brown-cream) 0%, #EDE0D0 45%, #E8D5C0 100%) !important;
}

.hero-blob-1 { background: rgba(200, 149, 108, 0.2) !important; }
.hero-blob-2 { background: rgba(92, 61, 46, 0.15) !important; }
.hero-blob-3 { background: rgba(212, 165, 116, 0.12) !important; }

.categories-section {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, var(--brown-cream) 0%, var(--background) 100%);
}

.categories-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--cat-cols-mobile, 2), 1fr);
}

@media (min-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(var(--cat-cols-desktop, 4), 1fr);
        gap: 1.25rem;
    }
}

.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 140px;
    padding: 1.5rem 1rem 2.5rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: all 0.35s ease;
    box-shadow: var(--shadow-sm);
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-brown);
    border-color: var(--accent);
}

.category-card-icon { width: 3rem; height: 3rem; margin-bottom: 0.875rem; color: var(--brown-dark); }
.category-card-icon svg { width: 100%; height: 100%; }

.category-card-title {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted-foreground);
    line-height: 1.4;
}

.category-card:hover .category-card-title { color: var(--primary); }

.category-card-arrow {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.category-card:hover .category-card-arrow {
    background: var(--primary);
    color: white;
}

.references-section { background: linear-gradient(180deg, var(--secondary) 0%, var(--background) 100%); }

.references-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--ref-cols-mobile, 2), 1fr);
}

@media (min-width: 1024px) {
    .references-grid {
        grid-template-columns: repeat(var(--ref-cols-desktop, 4), 1fr);
        gap: 1.25rem;
    }
}

.reference-card {
    background: var(--card);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all 0.35s ease;
}

.reference-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-brown); }

.reference-card-image { aspect-ratio: 1; overflow: hidden; }
.reference-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.reference-card:hover .reference-card-image img { transform: scale(1.05); }

.reference-card-name {
    padding: 0.875rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
}

@media (min-width: 640px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .services-grid { grid-template-columns: repeat(4, 1fr); }
    .service-card-wide { grid-column: span 1; flex-direction: column; }
}

.section-alt { background: var(--secondary) !important; }

.video-play-btn {
    background: var(--youtube-red) !important;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.45) !important;
}

.video-play-btn svg { fill: white !important; margin-left: 2px; }

.blog-page-hero {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
    background: linear-gradient(145deg, var(--brown-cream) 0%, var(--secondary) 100%);
}

.blog-filter-pill.active {
    background: linear-gradient(135deg, var(--primary), var(--brown-dark));
    color: white;
}

.blog-filter-pill:not(.active) {
    background: var(--card);
    color: var(--muted-foreground);
    border: 1px solid var(--border);
}

.blog-detail-hero {
    padding-top: 6.5rem;
    background: linear-gradient(145deg, #EDE0D0 0%, #E0D0BE 50%, #D4C4B0 100%);
    position: relative;
    overflow: hidden;
}

.blog-detail-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    padding-bottom: 4rem;
}

@media (min-width: 1024px) {
    .blog-detail-hero-inner { grid-template-columns: 1.2fr 0.8fr; text-align: left; }
    .blog-detail-hero-text { text-align: left; }
}

.blog-detail-hero-text { text-align: center; }

.blog-detail-title {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--brown-darker);
    margin-bottom: 1rem;
}

.blog-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    color: var(--muted-foreground);
}

@media (min-width: 1024px) {
    .blog-detail-breadcrumb { justify-content: flex-start; }
}

.blog-detail-image-circle {
    width: clamp(180px, 40vw, 280px);
    height: clamp(180px, 40vw, 280px);
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--accent);
    box-shadow: 0 20px 50px rgba(44, 24, 16, 0.2);
    margin: 0 auto;
}

.blog-detail-image-circle img { width: 100%; height: 100%; object-fit: cover; }

.blog-detail-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background: var(--background);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.site-footer {
    background: linear-gradient(180deg, var(--brown-darker) 0%, #0F0A07 100%) !important;
    border-top: none !important;
    color: rgba(250, 246, 241, 0.85);
}

.site-footer .footer-col-title { color: var(--brown-gold); }
.site-footer .footer-brand-desc, .site-footer .footer-links a { color: rgba(250, 246, 241, 0.65); }
.site-footer .footer-links a:hover { color: var(--brown-gold); }
.site-footer .social-link { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.site-footer .social-link:hover { background: var(--accent); color: var(--brown-darker); }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); color: rgba(250,246,241,0.5); }

.footer-cta-strip { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.footer-cta-strip a {
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    background: rgba(200,149,108,0.15);
    color: var(--brown-gold);
    border: 1px solid rgba(200,149,108,0.25);
}

.islem-page { padding-top: 7rem; padding-bottom: 4rem; min-height: 70vh; }

.islem-card {
    max-width: 520px;
    margin: 0 auto;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: var(--shadow-brown);
}

.islem-form-group { margin-bottom: 1.25rem; }
.islem-form-group label { display: block; font-size: 0.8125rem; font-weight: 700; margin-bottom: 0.5rem; }
.islem-form-group input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    background: var(--input);
}

.islem-result { margin-top: 1.5rem; padding: 1.25rem; border-radius: 1rem; display: none; }
.islem-result.success { display: block; background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.25); }
.islem-result.error { display: block; background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.25); }

.islem-result-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}

.islem-status-badge { padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 700; }
.islem-status-pending { background: #FEF3C7; color: #92400E; }
.islem-status-confirmed { background: #D1FAE5; color: #065F46; }
.islem-status-completed { background: #DBEAFE; color: #1E40AF; }
.islem-status-cancelled { background: #FEE2E2; color: #991B1B; }

.category-page-hero {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background: linear-gradient(145deg, var(--brown-cream) 0%, var(--secondary) 100%);
}

.back-to-top { background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important; }

/* ===== GLOBAL BROWN OVERRIDES (mor temizliği) ===== */
.hero-brown-gradient {
    background: linear-gradient(135deg, #C8956C 0%, #5C3D2E 100%) !important;
}

.gradient-accent {
    background: linear-gradient(135deg, var(--primary-light, #7A5240) 0%, var(--accent) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.nav-link:hover { background: rgba(92, 61, 46, 0.1) !important; color: var(--primary) !important; }

.hero-dot.active { background: var(--primary) !important; }
.hero-progress-fill { background: linear-gradient(90deg, var(--primary), var(--accent)) !important; }

/* ===== PREMIUM HERO ===== */
.hero-premium {
    position: relative;
    isolation: isolate;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: radial-gradient(circle at 1px 1px, var(--brown-dark) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1rem;
    margin-top: 0.25rem;
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted-foreground);
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--border);
    backdrop-filter: blur(8px);
}

.hero-trust-item svg { color: var(--accent); flex-shrink: 0; }

.hero-image-ring {
    position: relative;
    border-radius: 1.75rem;
    padding: 4px;
    background: linear-gradient(145deg, var(--accent), var(--primary), var(--brown-dark));
    box-shadow: 0 24px 60px rgba(44, 24, 16, 0.22);
}

.hero-image-ring .hero-image {
    border-radius: 1.5rem;
}

.hero-image-ring::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 2rem;
    border: 1px solid rgba(200, 149, 108, 0.25);
    pointer-events: none;
}

/* ===== KATEGORİ İKONLARI ===== */
.front-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 6px rgba(44, 24, 16, 0.12));
    transition: transform 0.35s ease;
}

.category-card:hover .front-icon {
    transform: scale(1.08);
}

.category-card-icon {
    width: auto !important;
    height: auto !important;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.875rem;
}

/* ===== HİZMETLER 2 / 4 GRID ===== */
.services-section-premium {
    background: linear-gradient(180deg, var(--background) 0%, var(--secondary) 50%, var(--background) 100%);
}

.section-header-center {
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 1024px) {
    .services-grid-premium {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.35rem !important;
    }
}

.service-card-premium {
    min-height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-brown);
}

.service-card-premium .service-card-image {
    height: 140px;
}

@media (min-width: 1024px) {
    .service-card-premium .service-card-image { height: 160px; }
}

.service-card-premium .service-card-title {
    font-size: 0.9375rem;
}

.service-card-premium .service-card-desc {
    font-size: 0.8125rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card-premium .service-features {
    font-size: 0.75rem;
}

/* Wide card layout devre dışı */
.services-grid-premium .service-card-wide {
    grid-column: auto !important;
    flex-direction: column !important;
}

/* ===== MOBİL MENÜ KAHVERENGİ ===== */
.mobile-menu {
    background: linear-gradient(165deg, #2C1810 0%, #3D2817 45%, #1A0F0A 100%) !important;
}

.mobile-menu-header {
    border-bottom-color: rgba(200, 149, 108, 0.15) !important;
}

.mobile-nav-link:hover {
    background: rgba(200, 149, 108, 0.12) !important;
    border-left-color: var(--accent) !important;
}

.mobile-nav-badge {
    background: rgba(200, 149, 108, 0.2) !important;
    color: var(--brown-gold) !important;
}

.mobile-menu-footer {
    border-top-color: rgba(200, 149, 108, 0.15) !important;
}

.hamburger {
    background: rgba(92, 61, 46, 0.12) !important;
}

.hamburger:hover {
    background: rgba(92, 61, 46, 0.2) !important;
}

/* ===== PREMIUM FOOTER ===== */
.footer-premium {
    position: relative;
    padding-top: 0 !important;
}

.footer-wave {
    height: 48px;
    background: var(--background);
    clip-path: ellipse(60% 100% at 50% 0%);
    margin-bottom: -1px;
}

.footer-cta-banner {
    background: linear-gradient(135deg, rgba(200, 149, 108, 0.12) 0%, rgba(92, 61, 46, 0.08) 100%);
    border-bottom: 1px solid rgba(200, 149, 108, 0.15);
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
}

.footer-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.footer-cta-eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brown-gold);
    margin-bottom: 0.35rem;
}

.footer-cta-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #FAF6F1;
    line-height: 1.25;
    margin-bottom: 0.35rem;
}

.footer-cta-desc {
    font-size: 0.875rem;
    color: rgba(250, 246, 241, 0.6);
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.footer-btn-primary,
.footer-btn-whatsapp,
.footer-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: white;
    box-shadow: 0 4px 16px rgba(200, 149, 108, 0.3);
}

.footer-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 149, 108, 0.4);
}

.footer-btn-whatsapp {
    background: var(--whatsapp, #25D366);
    color: white;
}

.footer-btn-outline {
    border: 1px solid rgba(200, 149, 108, 0.35);
    color: var(--brown-gold);
}

.footer-btn-outline:hover {
    background: rgba(200, 149, 108, 0.1);
}

.footer-trust-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
    .footer-trust-row { grid-template-columns: repeat(4, 1fr); }
}

.footer-trust-item {
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-trust-num {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brown-gold);
    margin-bottom: 0.15rem;
}

.footer-trust-label {
    font-size: 0.75rem;
    color: rgba(250, 246, 241, 0.55);
}

.footer-logo-light {
    filter: brightness(1.15);
}

.footer-logo-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #FAF6F1;
}

.footer-contact-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0.875rem;
}

/* Kategori kart premium */
.category-card {
    background: linear-gradient(180deg, #FFFCF8 0%, #F5EDE4 100%);
    box-shadow: 0 2px 12px rgba(44, 24, 16, 0.06);
}

.categories-section {
    border-top: 1px solid rgba(212, 196, 176, 0.5);
}

/* ===== HEADER — kahverengi premium ===== */
.site-header-brown,
.site-header.site-header-brown {
    background: linear-gradient(180deg, rgba(44, 24, 16, 0.97) 0%, rgba(61, 40, 23, 0.94) 100%);
    border-bottom: 1px solid rgba(200, 149, 108, 0.15);
    box-shadow: 0 4px 24px rgba(26, 15, 10, 0.2);
}

@media (min-width: 1024px) {
    .site-header-brown .nav-link,
    .site-header.site-header-brown .nav-link {
        color: rgba(250, 246, 241, 0.92) !important;
    }

    .site-header-brown .nav-link:hover,
    .site-header.site-header-brown .nav-link:hover {
        background: rgba(200, 149, 108, 0.18) !important;
        color: #FAF6F1 !important;
    }

    .site-header-brown .site-logo-text,
    .site-header.site-header-brown .site-logo-text {
        color: #FAF6F1;
    }
}

.site-header-brown .hamburger,
.site-header.site-header-brown .hamburger {
    background: rgba(255, 255, 255, 0.1) !important;
}

.site-header-brown .hamburger span,
.site-header.site-header-brown .hamburger span {
    background: #FAF6F1 !important;
}

.site-header-brown.scrolled,
.site-header.site-header-brown.scrolled {
    background: rgba(44, 24, 16, 0.98) !important;
}

/* ===== HEADER — beyaz logo + performans ===== */
.site-header-premium .site-logo-img,
.site-header-brown .site-logo-img,
.site-header .site-logo-centered .site-logo-img {
    filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0, 0, 0, 0.28)) !important;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.site-header-premium.scrolled .site-logo-img,
.site-header-brown.scrolled .site-logo-img {
    filter: brightness(0) invert(1) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2)) !important;
}

.site-logo-img {
    height: 4.5rem !important;
    max-width: min(280px, 48vw) !important;
    transition: transform 0.3s ease;
}

.site-logo:hover .site-logo-img {
    transform: scale(1.02);
}

@media (min-width: 480px) {
    .site-logo-img {
        height: 5rem !important;
        max-width: min(320px, 42vw) !important;
    }
}

@media (min-width: 1024px) {
    .site-logo-img {
        height: 5.5rem !important;
        max-width: 280px !important;
    }

    .site-nav {
        min-height: 5.75rem !important;
    }
}

@media (min-width: 1280px) {
    .site-logo-img {
        max-width: 300px !important;
    }
}

/* Mobil menü — sadece logo */
.mobile-menu-header {
    justify-content: center;
    padding: 1.25rem 1rem !important;
}

.mobile-menu-logo-img {
    height: 4.5rem !important;
    max-width: min(280px, 80vw) !important;
    margin: 0 auto;
    object-position: center center !important;
    filter: brightness(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

/* ===== HERO — kahverengi premium ===== */
.hero-section,
.hero-premium {
    background: linear-gradient(155deg, #3D2817 0%, #5C3D2E 28%, #4A3225 55%, #2C1810 100%) !important;
    color: #FAF6F1;
}

.hero-premium .hero-sub {
    color: rgba(250, 246, 241, 0.78) !important;
}

.hero-premium .hero-stat-label,
.hero-premium .hero-dots-counter {
    color: rgba(250, 246, 241, 0.65) !important;
}

.hero-premium .hero-stat-num {
    background: linear-gradient(135deg, var(--brown-gold), var(--accent)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-premium .hero-trust-item {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(200, 149, 108, 0.25) !important;
    color: rgba(250, 246, 241, 0.85) !important;
}

.hero-premium .hero-headline .hero-line:not(.gradient-gold):not(.gradient-accent) {
    color: #FAF6F1;
}

.hero-premium .pill-tag {
    background: rgba(200, 149, 108, 0.18) !important;
    color: var(--brown-gold) !important;
    border-color: rgba(200, 149, 108, 0.35) !important;
}

.hero-premium .hero-dot {
    background: rgba(255, 255, 255, 0.25) !important;
}

.hero-premium .outline-btn {
    color: #FAF6F1 !important;
    border-color: rgba(250, 246, 241, 0.35) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.hero-premium .outline-btn:hover {
    border-color: var(--accent) !important;
    color: var(--brown-gold) !important;
    background: rgba(200, 149, 108, 0.12) !important;
}

.hero-premium .scroll-link {
    color: rgba(250, 246, 241, 0.6) !important;
}

.hero-premium .scroll-mouse {
    border-color: rgba(250, 246, 241, 0.35) !important;
}

.hero-premium .scroll-dot {
    background: var(--accent) !important;
}

.hero-pattern {
    opacity: 0.06 !important;
    background-image: radial-gradient(circle at 1px 1px, rgba(250, 246, 241, 0.8) 1px, transparent 0) !important;
}

.hero-blob-1 { background: rgba(200, 149, 108, 0.22) !important; }
.hero-blob-2 { background: rgba(92, 61, 46, 0.35) !important; }
.hero-blob-3 { background: rgba(212, 165, 116, 0.15) !important; }

/* ===== HİZMETLER — mobil 2, masaüstü 3 ===== */
@media (max-width: 639px) {
    .services-grid-premium {
        gap: 0.875rem !important;
    }

    .service-card-premium .service-card-image {
        height: 120px !important;
    }

    .service-card-premium .service-card-body {
        padding: 0.875rem !important;
    }

    .service-card-premium .service-card-title {
        font-size: 0.875rem !important;
        line-height: 1.3;
    }

    .service-card-premium .service-card-desc {
        font-size: 0.75rem !important;
        -webkit-line-clamp: 2;
    }

    .service-card-premium .service-features {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .service-card-premium .service-card-image {
        height: 150px !important;
    }
}

/* ===== KÖPEĞİNİZ İÇİN — kahverengi banner ===== */
.contact-banner {
    background: linear-gradient(135deg, #2C1810 0%, #5C3D2E 45%, #3D2817 75%, #1A0F0A 100%) !important;
    border: 1px solid rgba(200, 149, 108, 0.2);
    box-shadow: 0 24px 60px rgba(44, 24, 16, 0.25);
}

.contact-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 0%, rgba(200, 149, 108, 0.18), transparent 55%),
        radial-gradient(ellipse at 80% 100%, rgba(92, 61, 46, 0.25), transparent 50%);
    pointer-events: none;
}

.contact-banner-badge {
    background: rgba(200, 149, 108, 0.2) !important;
    border-color: rgba(200, 149, 108, 0.35) !important;
    color: var(--brown-gold) !important;
}

.contact-form-submit {
    background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important;
    box-shadow: 0 4px 14px rgba(92, 61, 46, 0.35) !important;
}

.contact-form-submit:hover {
    box-shadow: 0 6px 20px rgba(92, 61, 46, 0.45) !important;
}

/* ===== FOOTER — okunabilirlik + FA ikonlar ===== */
.footer-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto 0.5rem;
    border-radius: 0.625rem;
    background: rgba(200, 149, 108, 0.12);
    color: var(--brown-gold);
    font-size: 0.9rem;
}

.footer-location {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: rgba(250, 246, 241, 0.75);
    line-height: 1.5;
    margin-top: 0.25rem;
}

.footer-location i {
    color: var(--brown-gold);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.footer-col-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #FAF6F1 !important;
    font-size: 0.875rem !important;
}

.footer-col-title i {
    color: var(--brown-gold);
    font-size: 0.8rem;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(250, 246, 241, 0.82) !important;
    font-weight: 500;
    padding: 0.2rem 0;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a i {
    width: 1.125rem;
    text-align: center;
    color: var(--accent);
    font-size: 0.75rem;
    opacity: 0.9;
}

.footer-links a:hover {
    color: var(--brown-gold) !important;
    transform: translateX(3px);
}

.footer-brand-desc {
    color: rgba(250, 246, 241, 0.72) !important;
}

.footer-contact-card-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
}

.footer-contact-card-head i {
    color: var(--brown-gold);
    font-size: 0.75rem;
}

.footer-contact-role {
    color: rgba(250, 246, 241, 0.55) !important;
}

.footer-contact-name {
    color: #FAF6F1 !important;
    font-weight: 700;
}

.footer-contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--brown-gold) !important;
    font-weight: 600;
    margin-top: 0.35rem;
}

.footer-contact-phone:hover {
    color: var(--accent) !important;
}

.footer-quick-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.65rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: white;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-quick-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 149, 108, 0.3);
}

.footer-bottom {
    color: rgba(250, 246, 241, 0.6) !important;
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(250, 246, 241, 0.7) !important;
}

.footer-bottom-links a:hover {
    color: var(--brown-gold) !important;
}

.social-link {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1rem;
}

.footer-bottom-links a i,
.footer-bottom span i {
    font-size: 0.7rem;
    opacity: 0.85;
}

/* ===== BLOG — liste & detay ===== */
.blog-page-hero {
    background: linear-gradient(155deg, #3D2817 0%, #5C3D2E 50%, #2C1810 100%) !important;
    color: #FAF6F1;
    position: relative;
    overflow: hidden;
}

.blog-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(200, 149, 108, 0.15), transparent 50%);
    pointer-events: none;
}

.blog-page-hero .container {
    position: relative;
    z-index: 1;
}

.blog-page-hero .pill-tag {
    background: rgba(200, 149, 108, 0.2) !important;
    color: var(--brown-gold) !important;
    border-color: rgba(200, 149, 108, 0.3) !important;
}

.blog-page-hero h1 {
    color: #FAF6F1;
}

.blog-page-hero .text-muted,
.blog-page-hero p.text-muted {
    color: rgba(250, 246, 241, 0.72) !important;
}

.blog-list-featured {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-list-featured:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-brown);
}

.blog-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .blog-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .blog-list-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.blog-detail-hero {
    background: linear-gradient(155deg, #3D2817 0%, #5C3D2E 45%, #2C1810 100%) !important;
    color: #FAF6F1;
}

.blog-detail-title {
    color: #FAF6F1 !important;
    text-transform: none !important;
    font-size: clamp(1.5rem, 4vw, 2.35rem) !important;
}

.blog-detail-breadcrumb,
.blog-detail-breadcrumb a {
    color: rgba(250, 246, 241, 0.65) !important;
}

.blog-detail-breadcrumb a:hover {
    color: var(--brown-gold) !important;
}

.blog-detail-body {
    padding: 2.5rem 0 3rem;
}

.blog-detail-content-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

.blog-detail-share {
    background: linear-gradient(135deg, var(--secondary), var(--card)) !important;
    border: 1px solid var(--border) !important;
}

.blog-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .blog-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .blog-related-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== MOR TEMİZLİĞİ (global override) ===== */
.text-gradient-purple,
.gradient-purple {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-gradient {
    background: linear-gradient(135deg, #FAF6F1 0%, #EDE0D0 50%, #FAF6F1 100%) !important;
}

.hamburger {
    background: rgba(92, 61, 46, 0.12) !important;
}

.hero-stat-num {
    background: linear-gradient(135deg, var(--primary), var(--accent)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.back-to-top {
    background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important;
    box-shadow: 0 4px 20px rgba(44, 24, 16, 0.35);
}

.back-to-top i {
    font-size: 1rem;
}

.card-hover:hover {
    box-shadow: 0 20px 60px rgba(44, 24, 16, 0.12) !important;
}

.text-purple-600,
.text-purple-700 {
    color: var(--primary) !important;
}

.border-purple-200 {
    border-color: var(--border) !important;
}

.bg-purple-50,
.bg-purple-100 {
    background: var(--secondary) !important;
}

/* ===== HERO ARKA PLAN SLAYT ===== */
.hero-bg-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.2s ease, transform 8s ease;
}

.hero-bg-slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(26, 15, 10, 0.88) 0%, rgba(44, 24, 16, 0.72) 42%, rgba(61, 40, 23, 0.55) 100%),
        radial-gradient(ellipse at 20% 80%, rgba(200, 149, 108, 0.15), transparent 55%);
    z-index: 1;
}

.hero-bg-overlay-brown {
    background:
        linear-gradient(115deg, rgba(26, 15, 10, 0.93) 0%, rgba(44, 24, 16, 0.82) 32%, rgba(61, 40, 23, 0.78) 58%, rgba(26, 15, 10, 0.88) 100%),
        radial-gradient(ellipse at 85% 15%, rgba(200, 149, 108, 0.14), transparent 45%),
        radial-gradient(ellipse at 10% 90%, rgba(139, 90, 43, 0.2), transparent 50%);
    z-index: 2;
}

.hero-bg-pattern-dots {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(212, 165, 116, 0.35) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.hero-bg-pattern-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.hero-bg-pattern-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.18;
    background-image:
        linear-gradient(135deg, rgba(212, 165, 116, 0.12) 25%, transparent 25%),
        linear-gradient(225deg, rgba(212, 165, 116, 0.08) 25%, transparent 25%),
        linear-gradient(45deg, rgba(212, 165, 116, 0.08) 25%, transparent 25%),
        linear-gradient(315deg, rgba(212, 165, 116, 0.12) 25%, transparent 25%);
    background-size: 32px 32px;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.hero-bg-pattern-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(ellipse at center, transparent 35%, rgba(26, 15, 10, 0.55) 100%);
    pointer-events: none;
}

.hero-bg-pattern-shimmer {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.08;
    background: linear-gradient(105deg, transparent 40%, rgba(245, 222, 179, 0.35) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: heroShimmer 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes heroShimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}

.hero-bg-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    filter: saturate(0.85) contrast(1.05);
}

.hero-video .hero-bg-slide-fallback {
    z-index: 0;
    opacity: 0 !important;
    pointer-events: none;
}

.hero-poodle .hero-headline .gradient-gold {
    background: linear-gradient(135deg, #F5DEB3 0%, #D4A574 45%, #C8956C 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* ===== İÇERİK GÖRSEL HİZALAMA (CKEditor + kapak) ===== */
.blog-content img,
.blog-content figure.image {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.blog-content img[style*="float: left"],
.blog-content .image-style-side,
.blog-content img.align-left,
.content-img-left {
    float: left;
    max-width: min(48%, 420px);
    margin: 0.5rem 1.75rem 1.25rem 0;
}

.blog-content img[style*="float: right"],
.blog-content img.align-right,
.content-img-right {
    float: right;
    max-width: min(48%, 420px);
    margin: 0.5rem 0 1.25rem 1.75rem;
}

.blog-content img[style*="margin-left: auto"],
.blog-content img.align-center,
.content-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 720px);
}

.blog-content::after,
.category-page-content .container::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== YAVRULAR & ŞAMPİYONLAR GRID ===== */
.puppies-grid,
.champions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.75rem;
    margin: 2.5rem 0;
}

.puppy-card,
.champion-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-brown, 0 8px 30px rgba(44, 24, 16, 0.08));
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.puppy-card:hover,
.champion-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(44, 24, 16, 0.14);
}

.puppy-card-image,
.champion-card-image {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--secondary);
}

.puppy-card-image img,
.champion-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.puppy-card:hover .puppy-card-image img,
.champion-card:hover .champion-card-image img {
    transform: scale(1.05);
}

.puppy-card-body,
.champion-card-body {
    padding: 1.25rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.puppy-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--muted-foreground);
}

.puppy-detail-hero {
    padding-top: 7rem;
    padding-bottom: 2rem;
    background: linear-gradient(155deg, #3D2817 0%, #5C3D2E 50%, #2C1810 100%);
    color: #FAF6F1;
}

.puppy-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 900px) {
    .puppy-detail-grid { grid-template-columns: 1fr; }
}

.puppy-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.puppy-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0.75rem;
    cursor: pointer;
}

.puppy-info-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.puppy-info-item {
    background: var(--secondary);
    padding: 1rem 1.25rem;
    border-radius: 0.875rem;
}

.puppy-info-item span {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted-foreground);
    margin-bottom: 0.25rem;
}

.puppy-info-item strong {
    font-size: 1rem;
    color: var(--foreground);
}

.puppy-contact-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.puppy-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.puppy-video-card .puppy-video-wrap {
    width: 100%;
}

.puppy-video-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 180px;
    border: none;
    padding: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    background: #1a0f0a;
}

.puppy-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.champions-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.champion-gallery-item {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
}

.champion-gallery-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.champion-gallery-item figcaption {
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: center;
}

/* ===== ILETISIM BANNER PREMIUM ===== */
.contact-quick-features .quick-feature-icon-brown {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(200, 149, 108, 0.25), rgba(92, 61, 46, 0.4));
    color: #F5DEB3;
    flex-shrink: 0;
}

.contact-quick-features .quick-feature-label { color: #FAF6F1; font-weight: 700; }
.contact-quick-features .quick-feature-desc { color: rgba(255,255,255,0.65); }

.contact-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.contact-outline-light {
    border-color: rgba(245, 222, 179, 0.5) !important;
    color: #F5DEB3 !important;
    background: rgba(255,255,255,0.06);
}

.contact-outline-light:hover {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
}

.contact-banner {
    box-shadow: 0 24px 60px rgba(26, 15, 10, 0.35);
}

.contact-banner-pattern {
    opacity: 0.6;
}

/* ===== YAVRU DETAY PREMIUM ===== */
.puppy-detail-hero-premium {
    position: relative;
    padding: clamp(7rem, 14vw, 9rem) 0 3rem;
    background: linear-gradient(155deg, #1A0F0A 0%, #2C1810 40%, #3D2817 100%);
    color: #FAF6F1;
    overflow: hidden;
}

.puppy-detail-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(200, 149, 108, 0.15), transparent 50%),
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: auto, 40px 40px, 40px 40px;
    pointer-events: none;
}

.puppy-detail-hero-inner { position: relative; z-index: 1; }

.puppy-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    margin-bottom: 1.75rem;
    opacity: 0.85;
}
.puppy-breadcrumb a { color: #F5DEB3; text-decoration: none; }
.puppy-breadcrumb a:hover { text-decoration: underline; }

.puppy-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}
@media (min-width: 960px) {
    .puppy-detail-layout { grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; }
}

.puppy-main-image {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.45);
    border: 1px solid rgba(200, 149, 108, 0.2);
    aspect-ratio: 4/3;
    background: #1A0F0A;
}
.puppy-main-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.puppy-main-image-placeholder {
    display: flex; align-items: center; justify-content: center;
    height: 100%; color: rgba(255,255,255,0.4);
}

.puppy-status-badge {
    position: absolute;
    top: 1rem; left: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(26, 15, 10, 0.75);
    border: 1px solid rgba(200, 149, 108, 0.35);
}
.puppy-status-available { color: #6EE7B7; }
.puppy-status-reserved { color: #FCD34D; }
.puppy-status-sold { color: #FCA5A5; }

.puppy-thumb-row {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.puppy-thumb {
    flex: 0 0 72px;
    height: 72px;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    background: none;
}
.puppy-thumb.active { border-color: var(--accent); }
.puppy-thumb img { width: 100%; height: 100%; object-fit: cover; }

.puppy-listing-badge {
    display: inline-flex;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(200, 149, 108, 0.2);
    border: 1px solid rgba(200, 149, 108, 0.35);
    color: #F5DEB3;
    margin-bottom: 0.75rem;
}

.puppy-detail-name {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}

.puppy-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.puppy-spec {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(200, 149, 108, 0.15);
    border-radius: 0.875rem;
    padding: 0.875rem 1rem;
}
.puppy-spec span {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.2rem;
}
.puppy-spec strong { font-size: 1rem; color: #FAF6F1; }

.puppy-contact-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
.puppy-wa-btn, .puppy-call-btn {
    flex: 1;
    min-width: 140px;
    justify-content: center;
    padding: 0.875rem 1.25rem !important;
    font-size: 0.9375rem !important;
}

.puppy-detail-excerpt {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
}

.puppy-detail-body {
    padding: 3rem 0 4rem;
    background: var(--background);
}

.puppy-content-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-brown);
    margin-bottom: 2.5rem;
}

.puppy-video-section { margin-bottom: 2.5rem; }
.puppy-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--brown-dark);
}

.puppy-video-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(44, 24, 16, 0.06);
}
.puppy-video-title { font-weight: 700; margin-bottom: 0.75rem; font-size: 0.9375rem; }

.puppy-video-native video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.puppy-back-row { margin-top: 2rem; }

/* CKEditor admin */
.ck-editor__editable { min-height: 320px !important; }
.ck.ck-editor__main > .ck-editor__editable {
    border-radius: 0 0 0.625rem 0.625rem !important;
}
.ck.ck-toolbar {
    border-radius: 0.625rem 0.625rem 0 0 !important;
    border-color: var(--border) !important;
}


.hero-premium .hero-container {
    position: relative;
    z-index: 2;
}

.hero-premium,
.hero-section.hero-premium {
    position: relative;
    overflow: hidden;
    min-height: min(92vh, 920px);
}

.hero-video.hero-poodle {
    padding-top: calc(7rem + 1.25rem);
    min-height: min(88vh, 900px);
}

@media (min-width: 1024px) {
    .hero-video.hero-poodle {
        padding-top: calc(9.25rem + 2rem);
    }
    .site-header-premium + main .hero-section:first-child {
        margin-top: 0;
    }
}

/* ===== HİZMET DETAY SAYFASI ===== */
.service-detail-hero {
    position: relative;
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
    overflow: hidden;
    background: linear-gradient(155deg, #3D2817 0%, #5C3D2E 45%, #2C1810 100%);
    color: #FAF6F1;
}

.service-detail-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.22;
}

.service-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(26, 15, 10, 0.55) 0%, rgba(44, 24, 16, 0.85) 100%),
        radial-gradient(ellipse at 70% 20%, rgba(200, 149, 108, 0.18), transparent 50%);
}

.service-detail-hero-inner {
    position: relative;
    z-index: 1;
}

.service-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    color: rgba(250, 246, 241, 0.65);
    margin-bottom: 1.5rem;
}

.service-detail-breadcrumb a {
    color: rgba(250, 246, 241, 0.75);
    text-decoration: none;
    transition: color 0.25s ease;
}

.service-detail-breadcrumb a:hover {
    color: var(--brown-gold);
}

.service-detail-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .service-detail-hero-content {
        flex-direction: row;
        align-items: center;
        gap: 1.75rem;
    }
}

.service-detail-icon {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 12px 32px rgba(26, 15, 10, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.service-detail-icon svg {
    width: 2rem;
    height: 2rem;
}

.service-detail-badge {
    background: rgba(200, 149, 108, 0.2) !important;
    color: var(--brown-gold) !important;
    border-color: rgba(200, 149, 108, 0.35) !important;
    margin-bottom: 0.75rem;
}

.service-detail-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #FAF6F1;
    margin-bottom: 0.75rem;
}

.service-detail-desc {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(250, 246, 241, 0.78);
    max-width: 640px;
    margin-bottom: 1.25rem;
}

.service-detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.service-detail-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: var(--background);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.service-detail-page {
    padding: 3rem 0 4rem;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .service-detail-grid {
        grid-template-columns: 1fr 340px;
        gap: 2.5rem;
        align-items: start;
    }
}

.service-detail-main-img {
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1.75rem;
    box-shadow: var(--shadow-brown);
    border: 1px solid var(--border);
}

.service-detail-main-img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 420px;
    object-fit: cover;
}

.service-detail-body-text h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brown-dark);
    margin-bottom: 1rem;
}

.service-detail-body-text p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--muted-foreground);
    margin-bottom: 1rem;
}

.service-detail-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .service-detail-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-detail-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.125rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--brown-dark);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-detail-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-brown);
}

.service-detail-feature-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.service-sidebar-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 1.125rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.service-sidebar-card-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--brown-dark);
    margin-bottom: 1rem;
}

.service-sidebar-card-title i {
    color: var(--accent);
}

.service-sidebar-cta {
    background: linear-gradient(145deg, #FFFCF8 0%, #F5EDE4 100%);
    border-color: rgba(200, 149, 108, 0.3);
}

.service-sidebar-cta-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--muted-foreground);
    margin-bottom: 1.25rem;
}

.service-sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.service-sidebar-buttons .purple-btn,
.service-sidebar-buttons .whatsapp-btn,
.service-sidebar-buttons .outline-btn {
    width: 100%;
    justify-content: center;
}

.other-services-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.other-service-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.other-service-item:hover {
    background: var(--secondary);
    transform: translateX(4px);
}

.other-service-item-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.other-service-item-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.other-service-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brown-dark);
}

.service-detail-body .site-header-brown {
    background: linear-gradient(180deg, rgba(44, 24, 16, 0.98) 0%, rgba(61, 40, 23, 0.95) 100%);
}

/* ===== Hero — sade mobil ===== */
.hero-container-clean {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 8rem);
    padding-bottom: 2.5rem;
}

.hero-content-clean {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.hero-headline-clean .hero-line {
    display: block;
    font-size: clamp(1.75rem, 6vw, 3.25rem);
    line-height: 1.08;
}

.hero-sub-clean {
    font-size: clamp(0.95rem, 2.5vw, 1.125rem);
    max-width: 520px;
    margin: 1rem auto 0;
    opacity: 0.92;
}

.hero-ctas-clean {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.75rem;
}

.hero-btn-main {
    min-width: 148px;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    font-size: 0.9375rem;
}

.hero-dots-clean {
    justify-content: center;
    margin-top: 1.5rem;
    gap: 0.5rem;
}

.hero-pill-light {
    background: rgba(255, 252, 248, 0.12);
    border: 1px solid rgba(255, 252, 248, 0.2);
    color: rgba(255, 252, 248, 0.95);
}

@media (max-width: 768px) {
    .hero-video.hero-poodle {
        min-height: 78vh;
        padding-top: calc(6.5rem + 0.5rem);
    }
    .hero-container-clean {
        min-height: auto;
        padding-bottom: 2rem;
    }
    .hero-ctas-clean {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-btn-main { width: 100%; }
}

/* ===== Hizmetler — resim üstte, yazı altta ===== */
.services-insta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 992px) {
    .services-insta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
        max-width: 960px;
        margin: 0 auto;
    }
}

.service-card-v2 {
    border-radius: 1.125rem;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-brown);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(44, 24, 16, 0.28);
}

.service-card-v2-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.service-card-v2-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--secondary);
}

.service-card-v2-img,
.insta-media img,
.puppy-insta-img,
.champion-insta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}

.service-card-v2:hover .service-card-v2-img,
.insta-card:hover .insta-media img {
    transform: scale(1.04);
}

.service-card-v2-icon {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.service-card-v2-body {
    padding: 1rem 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    background: #fff;
}

.service-card-v2-body h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    color: var(--brown-dark);
    line-height: 1.25;
}

.service-card-v2-body p {
    font-size: 0.8125rem;
    line-height: 1.55;
    margin: 0;
    color: var(--muted-foreground);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card-v2-features {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.service-card-v2-features li {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--brown-dark);
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.service-card-v2-features li i {
    color: var(--primary);
    margin-top: 0.15rem;
    font-size: 0.625rem;
}

.service-card-v2-cta {
    margin-top: auto;
    padding-top: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.service-card-v2-placeholder,
.insta-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #E8DDD0, #C8956C);
}

/* ===== Yavru / Şampiyon Instagram grid ===== */
.insta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
}

@media (min-width: 768px) {
    .insta-grid { gap: 1.125rem; }
    .puppies-insta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
        margin: 0 auto;
    }
    .champions-insta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 960px;
        margin: 0 auto;
    }
    .champions-insta-grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: none;
    }
}

.insta-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-brown);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -10px rgba(44, 24, 16, 0.28);
}

.insta-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--secondary);
}

.insta-caption {
    position: static;
    color: var(--brown-dark);
    padding: 0.875rem 0.75rem 1rem;
    background: #fff;
}

.insta-caption h3 {
    color: var(--brown-dark);
    font-size: 0.9375rem;
}

.insta-caption p,
.insta-meta {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.insta-meta {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
    color: var(--primary);
}

.insta-card-cta {
    margin-top: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.insta-status {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 2;
    font-size: 0.625rem;
}

/* ===== Lightbox ===== */
.media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.media-lightbox[hidden] { display: none !important; }

.media-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 15, 10, 0.88);
    backdrop-filter: blur(8px);
}

.media-lightbox-panel {
    position: relative;
    z-index: 2;
    width: min(960px, 100%);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-lightbox-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(92vh - 3rem);
}

.media-lightbox-body img {
    max-width: 100%;
    max-height: calc(92vh - 3rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0.75rem;
    box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}

.media-lightbox-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}

.media-lightbox-video iframe,
.media-lightbox-video video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.media-lightbox-close {
    position: absolute;
    top: -2.75rem;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 999px;
    background: rgba(255,252,248,0.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.media-lightbox-caption {
    color: rgba(255,252,248,0.9);
    text-align: center;
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
}

body.lightbox-open { overflow: hidden; }

.js-lightbox-trigger,
.reference-card-image,
.service-detail-main-img,
.puppy-main-image.js-lightbox-trigger {
    border: none;
    padding: 0;
    background: none;
    cursor: zoom-in;
    width: 100%;
    text-align: inherit;
}

.reference-card-image img { width: 100%; height: 100%; object-fit: cover; }

/* Video cards as buttons */
.video-card {
    border: none;
    background: inherit;
    text-align: left;
    cursor: pointer;
    width: 100%;
    font: inherit;
    color: inherit;
}

/* Video poster buttons — img/video/play (base sizing at ~1759) */
.puppy-video-wrap img,
.puppy-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.puppy-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 15, 10, 0.35);
    transition: background 0.25s ease;
}

.puppy-video-wrap:hover .puppy-video-play {
    background: rgba(26, 15, 10, 0.5);
}

.puppy-video-play svg {
    width: 3rem;
    height: 3rem;
    padding: 0.875rem;
    border-radius: 999px;
    background: rgba(200, 149, 108, 0.95);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

.service-detail-main-img-full {
    border-radius: 1rem;
    overflow: hidden;
    background: var(--secondary);
    box-shadow: var(--shadow-brown);
    margin-bottom: 1.5rem;
}

.service-detail-main-img-full img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
    background: #FAF8F5;
}

/* Rezervasyon modal uyarı */
.rez-alert-modal {
    position: fixed;
    inset: 0;
    z-index: 100060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rez-alert-modal[hidden] { display: none !important; }

.rez-alert-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 15, 10, 0.75);
    backdrop-filter: blur(6px);
}

.rez-alert-panel {
    position: relative;
    z-index: 2;
    width: min(400px, 100%);
    background: #FFFCF8;
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 24px 48px rgba(44, 24, 16, 0.25);
    border: 1px solid var(--border);
}

.rez-alert-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
}

.rez-alert-info { background: rgba(200, 149, 108, 0.15); color: var(--primary); }
.rez-alert-error { background: rgba(220, 53, 69, 0.12); color: #c0392b; }

.rez-alert-title {
    font-size: 1.125rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--brown-dark);
}

.rez-alert-message {
    font-size: 0.9375rem;
    color: var(--muted-foreground);
    margin: 0 0 1.25rem;
    line-height: 1.55;
}

.rez-alert-btn { width: 100%; justify-content: center; }

body.rez-alert-open { overflow: hidden; }

/* Konaklama tarih alanları */
.hotel-dates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .hotel-dates-grid { grid-template-columns: 1fr 1fr; }
}

.hotel-date-card {
    padding: 1.25rem;
}

.hotel-date-card-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.875rem;
}

.hotel-date-card-head i {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    background: var(--secondary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-date-card-head h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.hotel-date-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
    color: var(--brown-dark);
}

.hotel-date-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(200, 149, 108, 0.2);
}

.hotel-date-hint {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    margin: 0.5rem 0 0;
}

.hotel-stay-summary {
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--brown-dark);
    background: linear-gradient(135deg, rgba(200, 149, 108, 0.12), rgba(92, 61, 46, 0.08));
}

.hotel-stay-summary i { color: var(--primary); font-size: 1.125rem; }

/* Blog listing premium */
.blog-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .blog-list-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .blog-list-grid { grid-template-columns: repeat(3, 1fr); }
}

.blog-card-v2 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.125rem;
    overflow: hidden;
    box-shadow: var(--shadow-brown);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -8px rgba(44, 24, 16, 0.22);
}

.blog-card-v2-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--secondary);
    position: relative;
}

.blog-card-v2-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-v2:hover .blog-card-v2-media img { transform: scale(1.05); }

.blog-card-v2-cat {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #5C3D2E);
}

.blog-card-v2-body {
    padding: 1.125rem 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
}

.blog-card-v2-body h3 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    color: var(--brown-dark);
}

.blog-card-v2-body p {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

.blog-card-v2-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    margin-top: auto;
    border-top: 1px solid var(--border);
    font-size: 0.75rem;
    color: var(--muted-foreground);
}

.blog-featured-v2 {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-brown);
    text-decoration: none;
    color: inherit;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
    .blog-featured-v2 { grid-template-columns: 1.1fr 0.9fr; min-height: 360px; }
}

.blog-featured-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(44, 24, 16, 0.2);
}

.blog-featured-v2-media {
    min-height: 220px;
    overflow: hidden;
}

.blog-featured-v2-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

.blog-featured-v2-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.blog-detail-hero-img-full {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 1rem;
    margin: 1.5rem 0;
    box-shadow: var(--shadow-brown);
}

.blog-detail-content-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.blog-detail-hero-v2 {
    padding-bottom: 0;
}

.blog-detail-hero-inner-v2 {
    text-align: center;
    padding-bottom: 1.5rem;
}

.blog-detail-meta-hero {
    justify-content: center;
    margin: 0.75rem 0;
}

.blog-detail-hero-img-full {
    cursor: zoom-in;
    width: calc(100% - 2rem);
    max-width: 960px;
    margin: 0 auto 0;
    display: block;
}

.category-hero-image-wrap { cursor: zoom-in; }
.category-hero-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

/* ===== Floating contact (sol alt) ===== */
.floating-contact {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 9990;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.625rem;
}

.floating-contact-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-contact-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.4);
}

.floating-contact-wa { background: #25D366; }
.floating-contact-phone { background: linear-gradient(135deg, var(--primary), #5C3D2E); }

@media (min-width: 768px) {
    .floating-contact {
        left: 1.25rem;
        bottom: 1.25rem;
    }
    .floating-contact-btn {
        width: 3.25rem;
        height: 3.25rem;
    }
}

/* ===== Google Translate widget ===== */
.translate-widget {
    position: relative;
    margin-right: 0.5rem;
}

.translate-widget-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255,252,248,0.25);
    background: rgba(255,252,248,0.08);
    color: rgba(255,252,248,0.95);
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
}

.translate-flag {
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.translate-widget-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    min-width: 168px;
    background: #FFFCF8;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(44, 24, 16, 0.18);
    padding: 0.35rem;
    z-index: 200;
}

.translate-widget-menu[hidden] { display: none; }

.translate-lang {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.65rem;
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--brown-dark);
    cursor: pointer;
}

.translate-lang:hover,
.translate-lang.active {
    background: var(--secondary);
    color: var(--primary);
}

.google-translate-hidden,
.goog-te-banner-frame,
#goog-gt-tt { display: none !important; }

.champion-hero-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.champion-gallery-item {
    border: none;
    padding: 0;
    background: none;
    cursor: zoom-in;
    border-radius: 0.875rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
    box-shadow: var(--shadow-brown);
}

.champion-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.champion-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 0.65rem;
    font-size: 0.6875rem;
    color: #fff;
    background: linear-gradient(transparent, rgba(26,15,10,0.85));
}

.blog-content img,
.puppy-content-card img {
    cursor: zoom-in;
}

@media (max-width: 768px) {
    .translate-widget { margin-right: 0.25rem; }
    .translate-widget-toggle .translate-lang-code { display: none; }
    .site-header.scrolled .translate-widget-toggle,
    .mobile-menu.open ~ .translate-widget-toggle {
        color: var(--brown-dark);
        border-color: var(--border);
        background: var(--secondary);
    }
}

/* ===== GTranslate (dwf.js) — sadece konteyner ===== */
.header-lang-wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 500;
    overflow: visible;
    pointer-events: auto;
}

.header-lang-wrap .gtranslate_wrapper {
    pointer-events: auto;
    line-height: normal;
}

/* ===== WhatsApp choice modal ===== */
.wa-choice-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
    pointer-events: none;
}

.wa-choice-modal[hidden] { display: none !important; }

body.wa-modal-open { overflow: hidden; }

.wa-choice-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 15, 10, 0.55);
    backdrop-filter: blur(4px);
    pointer-events: auto;
}

.wa-choice-panel {
    position: relative;
    width: min(100%, 380px);
    background: #FFFCF8;
    border-radius: 1.25rem;
    box-shadow: 0 24px 64px rgba(44, 24, 16, 0.28);
    padding: 1.25rem;
    pointer-events: auto;
    animation: waSlideUp 0.35s ease;
}

@keyframes waSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.wa-choice-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: var(--secondary);
    color: var(--brown-dark);
    cursor: pointer;
}

.wa-choice-head {
    text-align: center;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
}

.wa-choice-head i {
    font-size: 2rem;
    color: #25D366;
    margin-bottom: 0.35rem;
}

.wa-choice-head h3 {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0 0 0.25rem;
}

.wa-choice-head p {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0;
}

.wa-choice-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.wa-choice-card {
    display: grid;
    grid-template-columns: 1fr 76px 36px;
    gap: 0.75rem;
    align-items: center;
}

.wa-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.12);
    border-color: rgba(37, 211, 102, 0.35);
}

.wa-choice-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.wa-choice-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.wa-choice-body strong {
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.wa-choice-body em {
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brown-dark);
}

.wa-choice-body span {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--brown-gold);
}

.wa-choice-body small {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    line-height: 1.4;
}

@media (min-width: 768px) {
    .wa-choice-modal {
        align-items: flex-end;
        padding: 1.25rem 1.5rem;
    }
}

.floating-contact-wa {
    border: none;
    cursor: pointer;
}

/* ===== Footer contact ===== */
.footer-contact-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #25D366 !important;
    text-decoration: none;
}

.footer-contact-wa:hover {
    color: #1ebe5d !important;
}

/* ===== Static pages ===== */
.static-page-hero {
    padding: 3rem 0 2rem;
    background: linear-gradient(180deg, var(--secondary) 0%, transparent 100%);
}

.static-page-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0.75rem 0 0;
}

.static-page-lead {
    max-width: 640px;
    margin: 1rem auto 0;
    font-size: 1.0625rem;
    color: var(--muted-foreground);
    line-height: 1.7;
}

.static-page-body {
    padding: 2rem 0 4rem;
}

.static-page-hero-img {
    margin-bottom: 2rem;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-brown);
}

.static-page-hero-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.static-page-content {
    max-width: 820px;
    margin: 0 auto;
}

.static-page-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2.5rem;
}

/* ===== Category linked service ===== */
.category-service-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: var(--secondary);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-brown);
}

@media (min-width: 768px) {
    .category-service-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }
}

.category-service-card-body h3 {
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0.5rem 0;
    color: var(--brown-dark);
}

.category-service-card-body p {
    color: var(--muted-foreground);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.category-service-card-media img {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    max-height: 220px;
}

.category-hero-video .puppy-video-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
}

/* ===== Service detail video ===== */
.service-detail-video-block {
    margin-bottom: 2rem;
}

.service-detail-section-title {
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--brown-dark);
}

.service-detail-video-wrap .puppy-video-wrap {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-brown);
}

/* ===== Champion detail ===== */
.champion-detail-hero .champion-badge {
    background: linear-gradient(135deg, var(--brown-gold), #D4A574);
    color: #fff;
}

.champion-titles-bar {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 999px;
    background: rgba(200, 149, 108, 0.15);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

.champion-pedigree-card {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: var(--secondary);
    border: 1px solid var(--border);
}

.champion-gallery-section {
    margin-top: 2.5rem;
}

.puppy-parent-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px dashed rgba(200, 149, 108, 0.5);
}

.puppy-parent-link:hover {
    color: var(--accent);
}

.puppy-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.champion-detail-page .puppy-detail-hero-premium {
    background: linear-gradient(180deg, var(--brown-cream) 0%, var(--background) 100%);
    color: var(--brown-dark);
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
}

.champion-detail-page .puppy-detail-hero-bg {
    display: none;
}

.champion-detail-page .puppy-breadcrumb {
    color: var(--muted-foreground);
}

.champion-detail-page .puppy-breadcrumb a {
    color: var(--primary);
}

.champion-detail-page .puppy-breadcrumb span {
    color: var(--muted-foreground);
}

.champion-detail-page .puppy-detail-name {
    color: var(--brown-dark);
}

.champion-detail-page .puppy-listing-badge,
.champion-detail-page .pill-tag {
    background: rgba(92, 61, 46, 0.1);
    border-color: rgba(92, 61, 46, 0.15);
    color: var(--primary);
}

.champion-detail-page .champion-titles-bar {
    background: rgba(200, 149, 108, 0.18);
    color: var(--primary);
    border: 1px solid rgba(200, 149, 108, 0.25);
}

.champion-detail-page .puppy-detail-excerpt {
    color: var(--muted-foreground);
}

.champion-detail-page .puppy-main-image {
    box-shadow: var(--shadow-brown);
    border-color: var(--border);
}

.champion-detail-page .outline-btn {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    background: #fff;
}

.champion-detail-body {
    background: var(--background);
}

/* ===== Header mobile tools ===== */
.header-mini-cta-wa {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.footer-btn-whatsapp,
.social-link.js-open-wa-modal,
.footer-contact-phone,
.footer-contact-wa {
    border: none;
    cursor: pointer;
    font-family: inherit;
    background: none;
}

/* ===== GTranslate — dwf.js native (override yok) ===== */

/* ===== Contact choice modals (photo right) ===== */
.contact-choice-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
    pointer-events: none;
}

.contact-choice-modal[hidden] { display: none !important; }

body.contact-modal-open { overflow: hidden; }

.contact-choice-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 15, 10, 0.58);
    backdrop-filter: blur(5px);
    pointer-events: auto;
}

.contact-choice-panel {
    position: relative;
    width: min(100%, 420px);
    background: #FFFCF8;
    border-radius: 1.35rem;
    box-shadow: 0 28px 70px rgba(44, 24, 16, 0.32);
    padding: 1.25rem;
    pointer-events: auto;
    animation: waSlideUp 0.35s ease;
}

.contact-choice-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: var(--secondary);
    color: var(--brown-dark);
    cursor: pointer;
}

.contact-choice-head {
    text-align: center;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
}

.contact-choice-head i {
    font-size: 2rem;
    color: #25D366;
    margin-bottom: 0.35rem;
}

.phone-choice-modal .contact-choice-head i {
    color: var(--primary);
}

.contact-choice-head h3 {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0 0 0.25rem;
}

.contact-choice-head p {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0;
}

.contact-choice-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-choice-card {
    display: grid;
    grid-template-columns: 1fr 76px 36px;
    gap: 0.75rem;
    align-items: center;
    padding: 0.875rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border);
    background: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.12);
    border-color: rgba(37, 211, 102, 0.35);
}

.contact-choice-card-phone:hover {
    border-color: rgba(92, 61, 46, 0.35);
}

.contact-choice-body strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.15rem;
}

.contact-choice-body em {
    display: block;
    font-style: normal;
    font-size: 1rem;
    font-weight: 800;
    color: var(--brown-dark);
}

.contact-choice-body small {
    display: block;
    font-size: 0.75rem;
    color: var(--muted-foreground);
    line-height: 1.45;
    margin-top: 0.2rem;
}

.contact-choice-phone-line {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brown-gold);
    margin-top: 0.35rem;
}

.contact-choice-photo {
    width: 76px;
    height: 76px;
    border-radius: 0.875rem;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(44, 24, 16, 0.12);
}

.contact-choice-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-choice-photo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    color: var(--primary);
    font-size: 1.5rem;
}

.contact-choice-action {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.contact-choice-action-phone {
    background: linear-gradient(135deg, var(--primary), var(--brown-dark));
}

.floating-contact-phone {
    border: none;
    cursor: pointer;
}

/* ===== Footer premium contact ===== */
.footer-col-contact { grid-column: span 1; }

.footer-contact-intro {
    font-size: 0.8125rem;
    color: rgba(250, 246, 241, 0.72);
    margin: 0 0 1rem;
    line-height: 1.5;
}

.footer-contact-cards-premium {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.footer-contact-card-premium {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0.875rem;
    padding: 0.875rem;
    border-radius: 1rem;
    background: rgba(255, 252, 248, 0.06);
    border: 1px solid rgba(200, 149, 108, 0.18);
}

.footer-contact-card-photo {
    width: 72px;
    height: 72px;
    border-radius: 0.875rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.footer-contact-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-contact-card-label {
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--brown-gold);
    margin: 0 0 0.2rem;
}

.footer-contact-desc {
    font-size: 0.75rem;
    color: rgba(250, 246, 241, 0.72);
    margin: 0.25rem 0 0.65rem;
    line-height: 1.45;
}

.footer-contact-card-premium .footer-contact-phone,
.footer-contact-card-premium .footer-contact-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-right: 0.5rem;
    margin-top: 0.15rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.footer-contact-card-premium .footer-contact-phone {
    color: #FAF6F1 !important;
    background: rgba(255, 252, 248, 0.08);
    border: 1px solid rgba(200, 149, 108, 0.22);
}

.footer-contact-card-premium .footer-contact-wa {
    color: #fff !important;
    background: #25D366;
}

/* ===== Instagram feed ===== */
.instagram-feed-section {
    padding: 3rem 0 4rem;
    background: linear-gradient(180deg, var(--background) 0%, var(--brown-cream) 100%);
}

.instagram-feed-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.instagram-feed-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0.5rem 0 0.25rem;
}

.instagram-feed-sub {
    color: var(--muted-foreground);
    margin: 0;
}

.instagram-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(131, 58, 180, 0.25);
}

.instagram-feed-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .instagram-feed-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.65rem; }
}

@media (min-width: 1024px) {
    .instagram-feed-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
}

.instagram-feed-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-brown);
}

.instagram-feed-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.instagram-feed-item:hover img {
    transform: scale(1.06);
}

.instagram-feed-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 15, 10, 0.35);
    color: #fff;
    font-size: 1.75rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.instagram-feed-item:hover .instagram-feed-overlay {
    opacity: 1;
}

.instagram-feed-empty {
    text-align: center;
    padding: 2rem;
    border-radius: 1.25rem;
    background: var(--secondary);
    border: 1px dashed var(--border);
}

/* ===== Hero slider polish ===== */
.hero-dots-clean {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.hero-premium .hero-dot {
    width: 2.5rem;
    height: 0.35rem;
    border-radius: 999px;
    border: none;
    background: rgba(250, 246, 241, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-premium .hero-dot.active {
    background: linear-gradient(90deg, var(--accent), var(--brown-gold));
    width: 3rem;
}

.hero-premium .hero-bg-slide-fallback {
    transition: opacity 1.2s ease;
}

.hero-content-clean {
    max-width: 720px;
}

.hero-headline-clean .hero-line {
    display: block;
}

.footer-contact-card-premium {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 252, 248, 0.06);
    border: 1px solid rgba(200, 149, 108, 0.18);
}

.footer-contact-card-content {
    flex: 1;
    min-width: 0;
}

.footer-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.footer-contact-card-premium .footer-contact-phone,
.footer-contact-card-premium .footer-contact-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2;
    min-width: 0;
    flex: 1 1 calc(50% - 0.25rem);
}

.footer-contact-card-premium .footer-contact-phone span,
.footer-contact-card-premium .footer-contact-wa span {
    white-space: nowrap;
}

.footer-contact-card-premium .footer-contact-phone {
    color: #FAF6F1 !important;
    background: rgba(255, 252, 248, 0.1);
    border: 1px solid rgba(200, 149, 108, 0.25);
}

.footer-contact-card-premium .footer-contact-wa {
    color: #fff !important;
    background: #25D366;
    border: none;
}

/* Floating Instagram */
.floating-contact-ig {
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
}

.floating-contact {
    flex-direction: column-reverse;
}

.contact-choice-photo-ig {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #833AB4, #E1306C);
    color: #fff;
    font-size: 1.75rem;
}

.contact-choice-photo-ig-alt {
    background: linear-gradient(135deg, #F77737, #FCAF45);
}

.contact-choice-action-ig {
    background: linear-gradient(135deg, #833AB4, #E1306C);
}

.ig-head-icon {
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-choice-card-ig:hover {
    border-color: rgba(225, 48, 108, 0.35);
}

.instagram-follow-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

/* GTranslate — dwf.js inline widget, native stil korunur */
.header-lang-wrap {
    position: relative;
    z-index: 500;
}

/* Hero slider iyileştirme */
.hero-premium {
    min-height: min(85vh, 820px);
}

@media (max-width: 767px) {
    .hero-video.hero-poodle {
        padding-top: calc(4.75rem + 0.75rem);
        min-height: min(78vh, 680px);
    }

    .hero-headline-clean .hero-line {
        font-size: clamp(1.75rem, 7vw, 2.35rem);
    }

    .hero-ctas-clean {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-ctas-clean .hero-btn-main {
        width: 100%;
        justify-content: center;
    }
}

.hero-bg-slide-fallback {
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-bg-slide-fallback.active {
    opacity: 0.35;
}

.hero-premium .hero-dot {
    width: 2rem;
    height: 0.3rem;
}

.hero-premium .hero-dot.active {
    width: 2.75rem;
}

/* Hizmet detay iyileştirme */
.service-detail-page {
    padding-bottom: 3rem;
}

.service-detail-main {
    background: #FFFCF8;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-brown);
}

.service-detail-sidebar .service-sidebar-card {
    border-radius: 1.15rem;
}

@media (max-width: 768px) {
    .service-detail-hero {
        padding-top: 5.5rem;
        padding-bottom: 2.5rem;
    }

    .service-detail-main {
        padding: 1rem;
    }
}

.admin-content .ck-editor__editable {
    pointer-events: auto !important;
    background: #fff !important;
}
.admin-content .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(200, 149, 108, 0.25) !important;
}

/* ===== Dil seçici (GTranslate yerine) ===== */
.google-translate-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.goog-te-banner-frame,
#goog-gt-tt {
    display: none !important;
}

.lang-switcher {
    position: relative;
    z-index: 130;
}

.lang-switcher-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    min-height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 149, 108, 0.35);
    background: rgba(255, 252, 248, 0.1);
    color: #FAF6F1;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.lang-switcher-btn:hover,
.lang-switcher-btn[aria-expanded="true"] {
    background: rgba(255, 252, 248, 0.16);
    border-color: rgba(200, 149, 108, 0.55);
}

.lang-flag {
    width: 18px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.lang-code {
    min-width: 1.25rem;
    text-align: center;
}

.lang-chevron {
    font-size: 0.55rem;
    opacity: 0.75;
    transition: transform 0.2s ease;
}

.lang-switcher-btn[aria-expanded="true"] .lang-chevron {
    transform: rotate(180deg);
}

.lang-switcher-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    min-width: 9.5rem;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    border-radius: 0.75rem;
    background: #2C1810;
    border: 1px solid rgba(200, 149, 108, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.lang-switcher-menu li {
    margin: 0;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.45rem 0.55rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: #FAF6F1;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.lang-option:hover,
.lang-option.active {
    background: rgba(200, 149, 108, 0.2);
}

.lang-option img {
    width: 18px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

@media (max-width: 1023px) {
    .header-lang-wrap .gtranslate_wrapper img {
        max-height: 1.35rem;
        width: auto;
    }
}

/* ===== Hizmet kartları — eşit yükseklik ===== */
.services-insta-grid {
    align-items: stretch;
}

.service-card-v2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card-v2-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

.service-card-v2-features {
    flex: 1;
    min-height: 4.5rem;
}

.service-card-v2-features li span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    line-height: 1.35;
}

.service-card-v2-features li {
    display: flex;
    align-items: flex-start;
}

/* ===== Yavru video — Instagram poster ===== */
.puppy-videos-insta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
}

@media (min-width: 768px) {
    .puppy-videos-insta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .puppy-videos-insta-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.puppy-video-insta-card {
    border-radius: 0.875rem;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-brown);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.puppy-video-insta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -10px rgba(44, 24, 16, 0.25);
}

.puppy-video-insta-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: linear-gradient(135deg, #E8DDD0, #C8956C);
}

.puppy-video-insta-media .puppy-video-wrap {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.puppy-video-insta-media .puppy-video-wrap img,
.puppy-video-insta-media .puppy-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.puppy-video-insta-title {
    padding: 0.65rem 0.75rem;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brown-dark);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.puppy-video-section-premium .puppy-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.puppy-video-section-premium .puppy-section-title i {
    color: #E1306C;
}

/* ===== Kategori özellikleri ===== */
.category-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

@media (min-width: 768px) {
    .category-features-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.category-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: var(--shadow-brown);
    font-weight: 600;
    color: var(--brown-dark);
    font-size: 0.875rem;
}

.category-features-list li i {
    color: var(--primary);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ===== Footer doğrudan iletişim ===== */
.footer-contact-direct {
    text-decoration: none !important;
    cursor: pointer;
}

.footer-contact-card-premium .footer-contact-phone.footer-contact-direct:hover {
    background: rgba(255, 252, 248, 0.16);
    color: #FAF6F1 !important;
}

.footer-contact-card-premium .footer-contact-wa.footer-contact-direct:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

/* ===== Hero slider kontrolleri ===== */
.hero-slider-controls {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.hero-slider-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 252, 248, 0.25);
    background: rgba(255, 252, 248, 0.08);
    color: #FAF6F1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider-btn:hover {
    background: rgba(200, 149, 108, 0.35);
    transform: scale(1.05);
}

.hero-dots-counter {
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(250, 246, 241, 0.75);
    min-width: 2.5rem;
    text-align: center;
}

.hero-headline-clean,
.hero-sub-clean {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-bg-slide {
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-bg-slide.active {
    animation: heroKenBurns 10s ease-out forwards;
}

@keyframes heroKenBurns {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

@media (max-width: 768px) {
    .hero-slider-controls {
        justify-content: center;
        width: 100%;
    }
    .hero-container-clean {
        padding-bottom: 2.5rem;
    }
}

/* ===== Şampiyon vitrin ===== */
.champions-showcase-grid {
    margin-top: 0.5rem;
}

.champions-showcase-media {
    position: relative;
}

.champions-showcase-badge {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.35rem 0.5rem;
    border-radius: 0.5rem;
    background: rgba(26, 15, 10, 0.78);
    color: var(--brown-gold);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.champions-showcase-card .insta-caption h3 {
    font-size: 0.9375rem;
}

.champions-showcase-footer {
    margin-top: 1.5rem;
    text-align: center;
}

/* ===== Instagram placeholder ===== */
.instagram-feed-placeholder {
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
    color: #fff;
    font-size: 2rem;
}

/* ===== Yavru belgeleri ===== */
.puppy-documents-section {
    margin: 2.5rem 0;
}

.puppy-documents-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .puppy-documents-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.puppy-document-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 0.875rem;
    background: #fff;
    box-shadow: var(--shadow-brown);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.puppy-document-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 149, 108, 0.45);
    box-shadow: 0 12px 28px -8px rgba(44, 24, 16, 0.2);
}

.puppy-document-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: var(--secondary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.puppy-document-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brown-dark);
    line-height: 1.35;
}

.puppy-document-action {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--primary);
    margin-top: auto;
}

.media-lightbox-doc {
    width: min(920px, 92vw);
    height: min(78vh, 720px);
}

.media-lightbox-doc iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.5rem;
    background: #fff;
}

.media-lightbox-doc-fallback {
    text-align: center;
    padding: 2rem;
    color: #FAF6F1;
}

.media-lightbox-doc-fallback i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.85;
}

.media-lightbox-doc-fallback p {
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Google çeviri — banner gizli, çeviri aktif */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
    display: none !important;
}

body {
    top: 0 !important;
}

/* ===== Şampiyon kompakt kart (anasayfa) ===== */
.insta-caption-compact {
    padding: 0.65rem 0.75rem 0.75rem;
}

.insta-caption-compact h3 {
    margin: 0;
    font-size: 0.875rem;
}

.insta-caption-compact .insta-card-cta {
    margin-top: 0.35rem;
    font-size: 0.6875rem;
}

.champions-showcase-card.insta-caption-compact .insta-media {
    aspect-ratio: 4 / 5;
}

/* ===== Hizmet kartları premium v3 ===== */
.services-section-premium {
    background: linear-gradient(180deg, #FAF8F5 0%, #F5F0EB 100%);
}

.services-insta-grid {
    gap: 1.125rem;
}

@media (min-width: 992px) {
    .services-insta-grid {
        max-width: 1040px;
        gap: 1.35rem;
    }
}

.service-card-v2 {
    border: 1px solid rgba(200, 149, 108, 0.12);
}

.service-card-v2-body h3 {
    font-size: 1.0625rem;
}

.service-card-v2-body p {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
}

.service-card-v2-features li {
    font-size: 0.75rem;
}

/* ===== Hero slider premium v3 ===== */
.hero-premium.hero-video {
    min-height: clamp(520px, 88vh, 760px);
}

.hero-content-clean {
    max-width: 640px;
}

.hero-headline-clean {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    line-height: 1.05;
}

.hero-sub-clean {
    font-size: clamp(0.9375rem, 2vw, 1.125rem);
    max-width: 34rem;
}

.hero-slider-controls {
    background: rgba(26, 15, 10, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 252, 248, 0.12);
    border-radius: 999px;
    padding: 0.35rem 0.5rem;
    width: fit-content;
}

@media (max-width: 768px) {
    .hero-premium.hero-video {
        min-height: clamp(480px, 78vh, 620px);
    }
    .hero-ctas-clean {
        flex-direction: column;
        width: 100%;
    }
    .hero-ctas-clean .hero-btn-main {
        width: 100%;
        justify-content: center;
    }
}

/* ===== Yavru detay premium v3 ===== */
.puppy-detail-hero-premium {
    background: linear-gradient(155deg, #3D2817 0%, #2C1810 55%, #1A0F0A 100%);
}

.puppy-detail-layout {
    gap: 2rem;
}

.puppy-main-image {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.45);
}

.puppy-contact-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.puppy-contact-bar .whatsapp-btn,
.puppy-contact-bar .purple-btn {
    flex: 1 1 calc(50% - 0.35rem);
    justify-content: center;
    min-height: 3rem;
    font-weight: 700;
}

.puppy-video-section-premium .puppy-section-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(200, 149, 108, 0.25);
}

/* ===== Grooming kategori CTA ===== */
.category-hero-actions {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.category-grooming-wa {
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
}

.instagram-feed-item {
    box-shadow: 0 4px 14px rgba(44, 24, 16, 0.12);
}

.instagram-feed-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ===== v4: Instagram AJAX, dil seçici, hakkımızda, yavru light ===== */
.instagram-feed-skeleton {
    aspect-ratio: 1;
    border-radius: 1rem;
    background: linear-gradient(110deg, rgba(200, 149, 108, 0.12) 8%, rgba(200, 149, 108, 0.22) 18%, rgba(200, 149, 108, 0.12) 33%);
    background-size: 200% 100%;
    animation: ig-skeleton-shimmer 1.4s ease-in-out infinite;
}

@keyframes ig-skeleton-shimmer {
    to { background-position-x: -200%; }
}

.instagram-feed-loading-msg {
    text-align: center;
    color: var(--muted-foreground);
    font-size: 0.875rem;
    margin: 0.75rem 0 0;
}

.instagram-feed-item.is-broken {
    display: none;
}

/* Hakkımızda premium */
.about-page-premium .about-hero-premium {
    position: relative;
    padding: clamp(6rem, 12vw, 8rem) 0 3rem;
    background: linear-gradient(165deg, #FAF6F1 0%, #F0E6DA 55%, #E8D5C4 100%);
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(200, 149, 108, 0.18), transparent 45%),
        radial-gradient(circle at 10% 80%, rgba(92, 61, 46, 0.08), transparent 40%);
    pointer-events: none;
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.about-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0.75rem 0;
    line-height: 1.12;
}

.about-hero-lead {
    font-size: 1.0625rem;
    color: var(--muted-foreground);
    margin: 0;
    line-height: 1.65;
}

.about-stats-strip {
    padding: 0 0 2.5rem;
    margin-top: -1.25rem;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .about-stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}

.about-stat-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.08);
    border: 1px solid rgba(200, 149, 108, 0.18);
}

.about-stat-num {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--brown-dark);
}

.about-stat-label {
    display: block;
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin-top: 0.25rem;
}

.about-features-section {
    padding: 2.5rem 0 3rem;
    background: var(--background);
}

.about-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.about-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0 0 0.5rem;
}

.about-section-sub {
    margin: 0;
    color: var(--muted-foreground);
}

.about-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .about-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .about-features-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.about-feature-card {
    background: #fff;
    border-radius: 1.15rem;
    padding: 1.35rem;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 6px 20px rgba(44, 24, 16, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.1);
}

.about-feature-icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(200, 149, 108, 0.15);
    color: var(--brown-dark);
    margin-bottom: 0.75rem;
}

.about-feature-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--brown-dark);
}

.about-feature-card p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--muted-foreground);
    line-height: 1.55;
}

.about-content-section {
    padding: 2rem 0 3.5rem;
    background: linear-gradient(180deg, var(--brown-cream) 0%, var(--background) 100%);
}

.about-content-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 960px) {
    .about-content-layout {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 2.5rem;
    }
}

.about-content-visual {
    margin: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(44, 24, 16, 0.12);
}

.about-content-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about-content-prose {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--foreground);
}

.about-values-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.about-value-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(200, 149, 108, 0.14);
}

.about-value-item i {
    color: var(--accent);
    margin-top: 0.15rem;
}

.about-value-item strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--brown-dark);
}

.about-value-item span {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
}

.about-cta-premium {
    padding: 2.5rem 0 4rem;
}

.about-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #2C1810 0%, #3D2817 100%);
    color: #FAF6F1;
    box-shadow: 0 20px 48px rgba(44, 24, 16, 0.22);
}

.about-cta-text h2 {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.about-cta-text p {
    margin: 0;
    opacity: 0.88;
    max-width: 36rem;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.about-cta-actions .outline-btn {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/* Yavru detay — açık tema (kahverengi hero yok) */
.puppy-detail-page.puppy-detail-light .puppy-detail-hero-premium {
    background: linear-gradient(180deg, #FAF6F1 0%, #fff 100%);
    color: var(--brown-dark);
    padding-top: clamp(6rem, 11vw, 8rem);
}

.puppy-detail-page.puppy-detail-light .puppy-detail-hero-bg {
    background:
        radial-gradient(circle at 90% 10%, rgba(200, 149, 108, 0.12), transparent 42%),
        linear-gradient(rgba(92, 61, 46, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 61, 46, 0.04) 1px, transparent 1px);
    background-size: auto, 36px 36px, 36px 36px;
    opacity: 1;
}

.puppy-detail-page.puppy-detail-light .puppy-breadcrumb {
    opacity: 1;
    color: var(--muted-foreground);
}

.puppy-detail-page.puppy-detail-light .puppy-breadcrumb a {
    color: var(--brown-dark);
}

.puppy-detail-page.puppy-detail-light .puppy-main-image {
    background: #f5f0eb;
    border-color: rgba(200, 149, 108, 0.25);
    box-shadow: 0 16px 40px rgba(44, 24, 16, 0.12);
}

.puppy-detail-page.puppy-detail-light .puppy-status-badge {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(200, 149, 108, 0.35);
    color: var(--brown-dark);
}

.puppy-detail-page.puppy-detail-light .puppy-listing-badge {
    background: rgba(200, 149, 108, 0.12);
    color: var(--brown-dark);
}

.puppy-detail-page.puppy-detail-light .puppy-detail-name {
    color: var(--brown-dark);
}

.puppy-detail-page.puppy-detail-light .puppy-spec {
    background: #fff;
    border-color: rgba(200, 149, 108, 0.2);
}

.puppy-detail-page.puppy-detail-light .puppy-spec span {
    color: var(--muted-foreground);
}

.puppy-detail-page.puppy-detail-light .puppy-spec strong {
    color: var(--brown-dark);
}

.puppy-detail-page.puppy-detail-light .puppy-detail-excerpt {
    color: var(--muted-foreground);
}

.puppy-detail-page.puppy-detail-light .puppy-detail-body {
    background: var(--background);
}

.puppy-detail-page.puppy-detail-light .puppy-content-card,
.puppy-detail-page.puppy-detail-light .puppy-document-card {
    background: #fff;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.06);
}

.puppy-detail-page.puppy-detail-light .puppy-section-title {
    color: var(--brown-dark);
    border-bottom-color: rgba(200, 149, 108, 0.22);
}

@media (max-width: 639px) {
    .about-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-cta-actions {
        width: 100%;
    }
    .about-cta-actions .purple-btn,
    .about-cta-actions .outline-btn {
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
    }
}

/* ===== v5: Google banner gizle, Instagram kartlar, İletişim ===== */
body { top: 0 !important; }
.goog-te-banner-frame, .skiptranslate > iframe:not([id*="gt"]) { display: none !important; }
#goog-gt-tt { display: none !important; }

.site-header-premium,
.site-header-shell,
.site-header-top,
.site-header-top-side,
.site-header-top-right {
    overflow: visible;
}

.header-lang-wrap .gtranslate_wrapper a,
.header-lang-wrap .gtranslate_wrapper select {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.header-mini-cta-contact {
    background: rgba(255, 252, 248, 0.08);
    border: 1px solid rgba(200, 149, 108, 0.28);
    color: #FAF6F1;
}

.header-mini-cta-contact:hover {
    background: rgba(255, 252, 248, 0.16);
    border-color: rgba(200, 149, 108, 0.45);
}

.site-header.scrolled .header-mini-cta-contact {
    color: var(--brown-dark);
    background: var(--secondary);
    border-color: var(--border);
}

.footer-location a {
    color: inherit;
    text-decoration: none;
}

.footer-location a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.footer-btn-contact:hover {
    background: rgba(255, 252, 248, 0.12);
}

.footer-quick-cta-alt {
    margin-bottom: 0.5rem;
    background: rgba(255, 252, 248, 0.08);
    border: 1px solid rgba(200, 149, 108, 0.25);
}

.footer-quick-cta-alt:hover {
    background: rgba(255, 252, 248, 0.14);
}

/* Instagram kart layout */
.instagram-feed-section--cards {
    padding: 3.25rem 0 4rem;
}

.instagram-feed-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .instagram-feed-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
}

@media (min-width: 1024px) {
    .instagram-feed-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}

@media (min-width: 1280px) {
    .instagram-feed-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.instagram-feed-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.instagram-feed-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(44, 24, 16, 0.12);
}

.instagram-feed-card-media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5f0eb;
}

.instagram-feed-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.instagram-feed-card:hover .instagram-feed-card-media img {
    transform: scale(1.04);
}

.instagram-feed-card-type {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.instagram-feed-card-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 15, 10, 0.35);
    color: #fff;
    font-size: 1.75rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.instagram-feed-card:hover .instagram-feed-card-hover {
    opacity: 1;
}

.instagram-feed-card-body {
    padding: 0.85rem 0.95rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
}

.instagram-feed-card-caption {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--brown-dark);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram-feed-card-caption--muted {
    color: var(--muted-foreground);
    font-style: italic;
}

.instagram-feed-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: auto;
}

.instagram-feed-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--muted-foreground);
}

.instagram-feed-stat i {
    color: #e2557a;
    font-size: 0.75rem;
}

.instagram-feed-stat + .instagram-feed-stat i {
    color: var(--accent);
}

.instagram-feed-card-link {
    margin-left: auto;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brown-dark);
    text-decoration: none;
}

.instagram-feed-card-link:hover {
    color: var(--accent);
    text-decoration: underline;
}

.instagram-feed-card--skeleton .instagram-feed-skeleton {
    aspect-ratio: 1;
    border-radius: 0;
}

.instagram-feed-skeleton-lines {
    padding: 0.85rem;
    display: grid;
    gap: 0.45rem;
}

.instagram-feed-skeleton-lines span {
    display: block;
    height: 0.65rem;
    border-radius: 999px;
    background: rgba(200, 149, 108, 0.15);
}

.instagram-feed-skeleton-lines span:last-child {
    width: 55%;
}

/* İletişim sayfası */
.contact-page-premium .contact-page-hero {
    position: relative;
    padding: clamp(6rem, 12vw, 8rem) 0 2.5rem;
    background: linear-gradient(165deg, #FAF6F1 0%, #F0E6DA 100%);
    overflow: hidden;
}

.contact-page-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(200, 149, 108, 0.16), transparent 45%);
    pointer-events: none;
}

.contact-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

.contact-page-title {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: var(--brown-dark);
    margin: 0.75rem 0 0.5rem;
}

.contact-page-lead {
    margin: 0;
    color: var(--muted-foreground);
    line-height: 1.65;
}

.contact-page-info {
    padding: 0 0 2rem;
    margin-top: -0.5rem;
}

.contact-page-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .contact-page-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .contact-page-info-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.contact-info-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.15rem;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 6px 20px rgba(44, 24, 16, 0.06);
}

.contact-info-icon {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: rgba(200, 149, 108, 0.14);
    color: var(--brown-dark);
    margin-bottom: 0.55rem;
}

.contact-info-card h2 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brown-dark);
}

.contact-info-card p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    line-height: 1.55;
}

.contact-info-link {
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brown-dark);
}

.contact-page-main {
    padding: 1rem 0 3rem;
}

.contact-page-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 960px) {
    .contact-page-layout { grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; }
}

.contact-page-block-title {
    margin: 0 0 0.85rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brown-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-page-map {
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(44, 24, 16, 0.1);
    border: 1px solid rgba(200, 149, 108, 0.16);
}

.contact-page-map iframe {
    width: 100%;
    min-height: 320px;
    display: block;
}

.contact-page-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.contact-form-premium {
    background: #fff;
    border-radius: 1.15rem;
    padding: 1.25rem;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.06);
}

.contact-page-form-desc {
    margin: 0 0 1rem;
    color: var(--muted-foreground);
    font-size: 0.9375rem;
}

.contact-page-team {
    padding: 1rem 0 3rem;
    background: linear-gradient(180deg, var(--brown-cream) 0%, var(--background) 100%);
}

.contact-page-section-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 1.75rem;
}

.contact-page-section-title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--brown-dark);
}

.contact-page-section-sub {
    margin: 0;
    color: var(--muted-foreground);
}

.contact-page-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .contact-page-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.contact-page-person-card {
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: 1.15rem;
    padding: 1rem;
    border: 1px solid rgba(200, 149, 108, 0.16);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.06);
}

.contact-page-person-photo {
    flex: 0 0 5.5rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1rem;
    overflow: hidden;
}

.contact-page-person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page-person-photo--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 149, 108, 0.15);
    color: var(--brown-dark);
    font-size: 1.5rem;
}

.contact-page-person-role {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--accent);
}

.contact-page-person-name {
    margin: 0.15rem 0 0.35rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--brown-dark);
}

.contact-page-person-desc,
.contact-page-person-phone {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

.contact-page-person-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.contact-page-cta {
    padding: 0 0 4rem;
}

.contact-page-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.75rem;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #2C1810, #3D2817);
    color: #FAF6F1;
    box-shadow: 0 16px 40px rgba(44, 24, 16, 0.2);
}

.contact-page-cta-inner h2 {
    margin: 0 0 0.25rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.contact-page-cta-inner p {
    margin: 0;
    opacity: 0.88;
}

.contact-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-page-cta-actions .outline-btn {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

@media (max-width: 639px) {
    .contact-page-person-card { flex-direction: column; align-items: center; text-align: center; }
    .contact-page-person-actions { justify-content: center; width: 100%; }
    .contact-page-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ===== v6: Kategori footer + GTranslate premium tema ===== */
.category-page .category-page-content {
    padding-bottom: 2.5rem;
}

.category-page .site-footer,
.category-page + .site-footer,
body.category-page .site-footer {
    position: relative;
    z-index: 2;
    display: block !important;
    visibility: visible !important;
}

.category-page .instagram-feed-section--cards {
    margin-top: 2rem;
}

/* GTranslate — kahverengi header ile uyumlu */
.header-lang-wrap .gtranslate_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    line-height: 1;
}

.header-lang-wrap select.gt-switcher-select,
.header-lang-wrap .gtranslate_wrapper select,
.header-lang-wrap .gt_switcher select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    max-width: 8.5rem;
    padding: 0.35rem 1.65rem 0.35rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 149, 108, 0.38);
    background-color: rgba(44, 24, 16, 0.45);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23F5DEB3' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.55rem center;
    background-size: 10px 6px;
    color: #FAF6F1;
    font-family: inherit;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.header-lang-wrap select.gt-switcher-select:hover,
.header-lang-wrap .gtranslate_wrapper select:hover {
    border-color: rgba(200, 149, 108, 0.55);
    background-color: rgba(44, 24, 16, 0.62);
}

.header-lang-wrap select.gt-switcher-select:focus,
.header-lang-wrap .gtranslate_wrapper select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(200, 149, 108, 0.25);
}

.site-header.scrolled .header-lang-wrap select.gt-switcher-select,
.site-header.scrolled .header-lang-wrap .gtranslate_wrapper select {
    background-color: var(--secondary);
    color: var(--brown-dark);
    border-color: var(--border);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235C3D2E' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
}

.header-lang-wrap select.gt-switcher-select option,
.header-lang-wrap .gtranslate_wrapper select option {
    background: #FFFCF8;
    color: var(--brown-dark);
    font-weight: 600;
}

/* Inline 3D bayrak modu */
.header-lang-wrap .gtranslate_wrapper a,
.header-lang-wrap .gt_switcher a,
.header-lang-wrap a.gt-switcher-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease;
    border-radius: 4px;
}

.header-lang-wrap .gtranslate_wrapper a:hover,
.header-lang-wrap .gt_switcher a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.header-lang-wrap .gtranslate_wrapper a.gt_current,
.header-lang-wrap .gt_switcher a.gt_current {
    opacity: 1;
    outline: 2px solid rgba(200, 149, 108, 0.55);
    outline-offset: 2px;
}

@media (max-width: 1023px) {
    .header-lang-wrap select.gt-switcher-select,
    .header-lang-wrap .gtranslate_wrapper select {
        min-height: 1.85rem;
        font-size: 0.625rem;
        max-width: 7.25rem;
        padding-right: 1.45rem;
    }
}

/* ===== v7: Hız, loading fix, mobil Instagram 2'li ===== */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

body.page-ready .section-reveal,
body.page-ready .stagger-child {
    transition-duration: 0.55s;
}

.section-reveal:not(.revealed),
.stagger-child:not(.revealed) {
    will-change: opacity, transform;
}

.header-lang-wrap {
    min-width: 4.5rem;
    min-height: 2rem;
    position: relative;
}

.header-lang-wrap:not(.is-loaded) .gtranslate_wrapper {
    opacity: 0;
    min-height: 1.85rem;
}

.header-lang-wrap.is-loaded .gtranslate_wrapper {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.header-lang-wrap:not(.is-loaded)::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 4.25rem;
    height: 1.85rem;
    margin: auto 0;
    right: 0;
    left: auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(200, 149, 108, 0.22);
    animation: lang-skel-pulse 1.2s ease-in-out infinite;
    pointer-events: none;
}

.header-lang-wrap.is-loaded::before {
    display: none;
}

@keyframes lang-skel-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 0.9; }
}

.instagram-feed-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

@media (min-width: 768px) {
    .instagram-feed-cards { gap: 1rem; }
}

@media (min-width: 1024px) {
    .instagram-feed-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
}

@media (min-width: 1280px) {
    .instagram-feed-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
    .instagram-feed-card-body {
        padding: 0.65rem 0.7rem 0.75rem;
    }

    .instagram-feed-card-caption {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
    }

    .instagram-feed-card-meta {
        gap: 0.4rem;
    }

    .instagram-feed-card-link {
        font-size: 0.75rem;
    }

    .instagram-feed-section--cards {
        padding: 2.5rem 0 3rem;
    }

    .instagram-feed-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .instagram-follow-btn {
        width: 100%;
        justify-content: center;
    }

    .header-mini-cta-contact {
        display: none !important;
    }
}

/* ===== FLOATING RIGHT WIDGETS & TRANSLATION OVERRIDES ===== */
.floating-right-actions {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    pointer-events: none;
}

.floating-right-actions > * {
    pointer-events: auto;
}

/* Scroll To Top Button Override (Positioned above GTranslate) */
.back-to-top {
    position: fixed !important;
    bottom: 5.5rem !important;
    right: 2rem !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important;
    color: #FAF6F1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.3) !important;
    cursor: pointer !important;
    border: 1px solid rgba(200, 149, 108, 0.2) !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    pointer-events: none !important;
    z-index: 9999 !important;
}

.back-to-top.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.back-to-top:hover {
    transform: translateY(-5px) !important;
    background: linear-gradient(135deg, var(--accent), var(--primary)) !important;
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.45) !important;
    border-color: var(--accent) !important;
}

.back-to-top i {
    font-size: 1.1rem !important;
    transition: transform 0.3s ease !important;
}

.back-to-top:hover i {
    transform: translateY(-2px) !important;
}

/* Custom styling for GTranslate float switcher inside container */
.floating-right-actions .gtranslate_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

div.gtranslate_wrapper {
    position: static !important;
    display: block !important;
}

.gt_float_wrapper {
    position: static !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* Style the GTranslate switcher wrapper directly */
.gt_float_switcher {
    position: fixed !important;
    bottom: 2rem !important;
    right: 2rem !important;
    z-index: 9999 !important;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.3) !important;
    border: 1px solid rgba(200, 149, 108, 0.25) !important;
    background: linear-gradient(135deg, var(--brown-dark), var(--primary)) !important;
    border-radius: 30px !important;
    padding: 2px !important;
    transition: all 0.3s ease !important;
}

.gt_float_switcher:hover {
    border-color: var(--accent) !important;
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.4) !important;
}

.gt_float_switcher .gt-selected {
    background: transparent !important;
    color: #FAF6F1 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
}

.gt_float_switcher .gt-selected span {
    color: #FAF6F1 !important;
}

.gt_float_switcher .gt-menu {
    bottom: 100% !important; /* Open upwards since we are at bottom */
    top: auto !important;
    margin-bottom: 8px !important;
    background: var(--brown-dark, #2C1810) !important; /* Match dark theme */
    border: 1px solid var(--accent, #C8956C) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(44, 24, 16, 0.45) !important;
    padding: 6px !important;
    max-height: 250px !important;
    overflow-y: auto !important;
}

/* Ensure the language names (links and spans) are white */
.gt_float_switcher .gt-menu a,
.gt_float_switcher .gt-menu a span,
#gt_float_wrapper .gt-menu a,
#gt_float_wrapper .gt-menu a span,
.gtranslate_wrapper .gt-menu a,
.gtranslate_wrapper .gt-menu a span {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.8rem !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

/* Hover style for dropdown menu items */
.gt_float_switcher .gt-menu a:hover,
.gt_float_switcher .gt-menu a:hover span,
#gt_float_wrapper .gt-menu a:hover,
#gt_float_wrapper .gt-menu a:hover span {
    background: var(--primary, #5C3D2E) !important;
    color: var(--accent, #C8956C) !important;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 4.75rem !important;
        right: 1.25rem !important;
        width: 2.75rem !important;
        height: 2.75rem !important;
    }
    .gt_float_switcher {
        bottom: 1.25rem !important;
        right: 1.25rem !important;
    }
}

/* ==========================================================================
   PREMIUM UPGRADES FOR DETAIL PAGES (Category, Puppy, Service, Blog, Champion)
   ========================================================================== */

/* 1. CATEGORY DETAY PAGE (kategori.php) */
.category-page {
    background-color: var(--background) !important;
}

.category-page-hero {
    padding: 5rem 0 4rem !important;
    background: radial-gradient(circle at top right, rgba(200, 149, 108, 0.08), transparent 60%),
                radial-gradient(circle at bottom left, rgba(92, 61, 46, 0.05), transparent 50%),
                #FAF6F1 !important;
    border-bottom: 1px solid var(--border) !important;
    position: relative;
    overflow: hidden;
}

.category-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.15;
    pointer-events: none;
}

.category-card-icon {
    background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important;
    box-shadow: 0 10px 25px rgba(92, 61, 46, 0.25) !important;
    border: 2px solid var(--accent) !important;
    border-radius: 1.25rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-page-hero:hover .category-card-icon {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 15px 30px rgba(92, 61, 46, 0.35) !important;
}

.category-page-hero h1 {
    color: var(--brown-dark) !important;
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.category-page-hero p {
    color: var(--muted-foreground) !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
}

.category-hero-actions .category-grooming-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem !important;
    border-radius: 999px !important;
    background: #25D366 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none;
}

.category-hero-actions .category-grooming-wa:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4) !important;
}

/* Category Detail Images and Videos */
.category-hero-image-wrap {
    border: 4px solid #fff !important;
    box-shadow: 0 20px 40px rgba(44, 24, 16, 0.12) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-hero-image:hover .category-hero-image-wrap {
    transform: scale(1.01);
    box-shadow: 0 25px 50px rgba(44, 24, 16, 0.18) !important;
}

.category-features-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1rem !important;
    padding: 0 !important;
    list-style: none !important;
}

.category-features-list li {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    box-shadow: 0 4px 12px rgba(44, 24, 16, 0.03) !important;
    transition: all 0.3s ease !important;
}

.category-features-list li:hover {
    transform: translateY(-2px);
    border-color: var(--accent);
    box-shadow: 0 8px 20px rgba(44, 24, 16, 0.08) !important;
}

.category-features-list li i {
    color: var(--accent) !important;
    font-size: 1.25rem !important;
    flex-shrink: 0;
}

.category-features-list li span {
    color: var(--foreground) !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

/* Category Linked Service Card */
.category-service-card {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.06) !important;
    display: flex !important;
    flex-direction: row !important;
    transition: all 0.3s ease !important;
}

@media (max-width: 768px) {
    .category-service-card {
        flex-direction: column !important;
    }
}

.category-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(44, 24, 16, 0.1) !important;
    border-color: var(--accent);
}

.category-service-card-body {
    padding: 2.5rem !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.category-service-card-body h3 {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: var(--brown-dark) !important;
    margin: 0.75rem 0 !important;
}

.category-service-card-body p {
    color: var(--muted-foreground) !important;
    font-size: 0.95rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important;
}

.category-service-card-media {
    flex: 1;
    max-height: 350px;
    overflow: hidden;
}

.category-service-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease;
}

.category-service-card:hover .category-service-card-media img {
    transform: scale(1.05);
}


/* 2. PUPPY DETAY PAGE (yavru-detay.php) */
.puppy-detail-hero-premium {
    padding: 4rem 0 3rem !important;
    background: linear-gradient(180deg, #FAF6F1 0%, var(--background) 100%) !important;
}

.puppy-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    color: var(--muted-foreground);
}

.puppy-breadcrumb a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.puppy-breadcrumb a:hover {
    color: var(--accent);
}

.puppy-breadcrumb span {
    opacity: 0.6;
}

/* Puppy Main Gallery */
.puppy-main-image {
    border-radius: 1.5rem !important;
    border: 4px solid #fff !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.1) !important;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    transition: all 0.3s ease !important;
}

.puppy-main-image:hover {
    transform: scale(1.01);
    box-shadow: 0 20px 45px rgba(44, 24, 16, 0.16) !important;
}

.puppy-main-image img {
    transition: transform 0.5s ease;
}

.puppy-main-image:hover img {
    transform: scale(1.03);
}

.puppy-thumb-row {
    margin-top: 1rem !important;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.puppy-thumb {
    width: 4.5rem !important;
    height: 4.5rem !important;
    border-radius: 0.75rem !important;
    border: 2px solid transparent !important;
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(44, 24, 16, 0.06);
    transition: all 0.3s ease;
}

.puppy-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(44, 24, 16, 0.12);
}

.puppy-thumb.active {
    border-color: var(--accent) !important;
    box-shadow: 0 6px 14px rgba(200, 149, 108, 0.3) !important;
    transform: scale(1.05);
}

.puppy-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Puppy Info column */
.puppy-detail-info-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.puppy-listing-badge {
    align-self: flex-start;
    background: var(--muted) !important;
    color: var(--primary) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 999px !important;
    margin-bottom: 0.75rem !important;
    border: 1px solid rgba(92, 61, 46, 0.15);
}

.puppy-detail-name {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: var(--brown-dark) !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02em !important;
}

/* Spec Grid Upgrade */
.puppy-spec-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 1.25rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.03) !important;
    margin-bottom: 2rem !important;
}

@media (max-width: 480px) {
    .puppy-spec-grid {
        grid-template-columns: 1fr !important;
    }
}

.puppy-spec {
    border-bottom: 1px solid rgba(212, 196, 176, 0.3) !important;
    padding-bottom: 0.5rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.puppy-spec:last-child, .puppy-spec:nth-last-child(2):nth-child(odd) {
    border-bottom: none !important;
}

.puppy-spec span {
    font-size: 0.85rem !important;
    color: var(--muted-foreground) !important;
    font-weight: 500 !important;
}

.puppy-spec strong {
    font-size: 0.95rem !important;
    color: var(--brown-dark) !important;
    font-weight: 700 !important;
}

.puppy-parent-link {
    color: var(--accent) !important;
    text-decoration: none;
    border-bottom: 1px dashed var(--accent);
    transition: all 0.2s ease;
}

.puppy-parent-link:hover {
    color: var(--primary) !important;
    border-bottom-color: var(--primary);
}

/* Contact buttons */
.puppy-contact-bar {
    display: flex !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
}

@media (max-width: 480px) {
    .puppy-contact-bar {
        flex-direction: column !important;
    }
}

.puppy-wa-btn {
    flex: 1;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25) !important;
    border: none !important;
    padding: 0.85rem 1.5rem !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease !important;
    text-decoration: none;
}

.puppy-wa-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 26px rgba(37, 211, 102, 0.35) !important;
}

.puppy-call-btn {
    flex: 1;
    background: linear-gradient(135deg, var(--primary), var(--brown-dark)) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(92, 61, 46, 0.25) !important;
    padding: 0.85rem 1.5rem !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease !important;
    text-decoration: none;
}

.puppy-call-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 26px rgba(92, 61, 46, 0.35) !important;
}

.puppy-detail-excerpt {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
    color: var(--muted-foreground) !important;
    border-left: 3px solid var(--accent);
    padding-left: 1rem;
    margin: 0 !important;
}

/* Puppy Documents */
.puppy-documents-section {
    margin-top: 3.5rem !important;
    background: #FAF6F1 !important;
    border: 1px solid var(--border) !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
}

.puppy-section-title {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: var(--brown-dark) !important;
    margin-bottom: 1.75rem !important;
    letter-spacing: -0.01em;
}

.puppy-documents-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 1.25rem !important;
}

.puppy-document-card {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative;
    box-shadow: 0 4px 12px rgba(44, 24, 16, 0.02);
}

.puppy-document-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 10px 24px rgba(44, 24, 16, 0.08) !important;
}

.puppy-document-icon {
    font-size: 2rem !important;
    color: var(--accent) !important;
    margin-bottom: 0.75rem !important;
}

.puppy-document-title {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: var(--brown-dark) !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
    min-height: 2.8rem;
}

.puppy-document-action {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: var(--primary) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.puppy-document-card:hover .puppy-document-action {
    color: var(--accent) !important;
}


/* 3. SERVICE DETAY PAGE (hizmet-detay.php) */
.service-detail-hero {
    position: relative;
    padding: 6rem 0 5rem !important;
    overflow: hidden;
}

.service-detail-hero-bg {
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    filter: blur(12px);
    opacity: 0.15;
}

.service-detail-hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 2.5rem !important;
}

@media (max-width: 768px) {
    .service-detail-hero-content {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
    }
}

.service-detail-icon {
    width: 6.5rem !important;
    height: 6.5rem !important;
    border-radius: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 15px 35px rgba(92, 61, 46, 0.25) !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    flex-shrink: 0;
}

.service-detail-icon svg {
    width: 3.5rem !important;
    height: 3.5rem !important;
    color: #fff !important;
}

.service-detail-title {
    font-size: 3.25rem !important;
    font-weight: 900 !important;
    color: #FAF6F1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 1rem !important;
}

.service-detail-desc {
    font-size: 1.15rem !important;
    line-height: 1.65 !important;
    color: rgba(250, 246, 241, 0.85) !important;
    max-width: 720px;
    margin-bottom: 2rem !important;
}

.service-detail-hero-actions {
    display: flex !important;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .service-detail-hero-actions {
        justify-content: center;
    }
}

/* Service Detail Content Grid */
.service-detail-grid {
    display: grid !important;
    grid-template-columns: 2.2fr 1fr !important;
    gap: 3rem !important;
    padding: 4rem 0 !important;
}

@media (max-width: 991px) {
    .service-detail-grid {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
}

.service-detail-main-img-full {
    border-radius: 1.5rem !important;
    border: 4px solid #fff !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.1) !important;
    overflow: hidden;
    margin-bottom: 2.5rem !important;
}

.service-detail-feature-card {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 1rem !important;
    padding: 1.25rem 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    box-shadow: 0 6px 18px rgba(44, 24, 16, 0.02) !important;
    transition: all 0.3s ease !important;
}

.service-detail-feature-card:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
    box-shadow: 0 10px 24px rgba(44, 24, 16, 0.08) !important;
}

.service-detail-feature-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--secondary) !important;
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
}

.service-detail-feature-card:hover .service-detail-feature-icon {
    background: var(--accent) !important;
    color: var(--accent-foreground) !important;
}

/* Sidebar CTA Card */
.service-sidebar-card {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.05) !important;
    position: sticky;
    top: 6rem;
}

.service-sidebar-cta {
    background: linear-gradient(180deg, #FAF6F1 0%, #fff 100%) !important;
    border-color: var(--accent) !important;
}

.service-sidebar-card-title {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: var(--brown-dark) !important;
    margin-bottom: 1rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-sidebar-card-title i {
    color: var(--accent);
}

.service-sidebar-cta-text {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: var(--muted-foreground) !important;
    margin-bottom: 1.5rem !important;
}

.service-sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-sidebar-buttons > * {
    width: 100% !important;
    justify-content: center !important;
}


/* 4. BLOG DETAY PAGE (blog-detail.php) */
.blog-detail-hero-v2 {
    padding: 6rem 0 4rem !important;
    background: radial-gradient(circle at top right, rgba(200, 149, 108, 0.06), transparent 50%),
                #FAF6F1 !important;
    border-bottom: 1px solid var(--border) !important;
}

.blog-detail-title {
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    color: var(--brown-dark) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    margin: 1rem 0 1.5rem !important;
}

@media (max-width: 768px) {
    .blog-detail-title {
        font-size: 2.25rem !important;
    }
}

.blog-detail-meta-hero {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
}

.blog-detail-hero-img-full {
    border-radius: 2rem !important;
    border: 6px solid #fff !important;
    box-shadow: 0 20px 45px rgba(44, 24, 16, 0.12) !important;
    margin-top: 1.5rem !important;
    cursor: zoom-in;
    transition: transform 0.4s ease;
}

.blog-detail-hero-img-full:hover {
    transform: scale(1.005);
}

.blog-detail-content-wrap {
    max-width: 800px !important;
    padding: 3.5rem 0 !important;
}

/* Typographic upgrades */
.blog-content {
    font-size: 1.075rem !important;
    line-height: 1.85 !important;
    color: var(--foreground) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.blog-content p {
    margin-bottom: 1.75rem !important;
}

.blog-content h2, .blog-content h3 {
    color: var(--brown-dark) !important;
    font-weight: 800 !important;
    margin: 2.5rem 0 1.25rem !important;
    letter-spacing: -0.01em;
}

.blog-content h2 { font-size: 1.85rem !important; }
.blog-content h3 { font-size: 1.45rem !important; }

.blog-content blockquote {
    border-left: 4px solid var(--accent) !important;
    background: var(--secondary) !important;
    padding: 1.5rem 2rem !important;
    border-radius: 0 1rem 1rem 0 !important;
    font-style: italic !important;
    font-size: 1.15rem !important;
    color: var(--primary) !important;
    margin: 2rem 0 !important;
    line-height: 1.7 !important;
}

.blog-detail-share {
    background: linear-gradient(135deg, var(--secondary) 0%, #FAF6F1 100%) !important;
    border: 1px solid var(--border) !important;
}


/* 5. CHAMPION DETAY PAGE (sampiyon-detay.php) */
.champion-detail-hero {
    background: linear-gradient(180deg, #F0E6D8 0%, var(--background) 100%) !important;
}

.champion-hero-img {
    border: 4px solid #fff !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.15) !important;
}

.champion-badge {
    background: linear-gradient(135deg, var(--accent), var(--primary)) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Titles laurel wreath box */
.champion-titles-bar {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1.25rem !important;
    background: radial-gradient(circle at top right, rgba(200, 149, 108, 0.15), transparent 70%),
                #FFFCF8 !important;
    border: 1.5px solid var(--accent) !important;
    border-radius: 1rem !important;
    color: var(--brown-dark) !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 8px 24px rgba(200, 149, 108, 0.15) !important;
    margin-bottom: 1.5rem !important;
}

.champion-titles-bar i {
    color: var(--accent) !important;
    font-size: 1.25rem !important;
}

/* Pedigree Certificate Box */
.champion-pedigree-card {
    background: radial-gradient(circle at bottom right, rgba(200, 149, 108, 0.04), transparent 60%),
                #fff !important;
    border: 2px solid var(--border) !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.04) !important;
    margin-top: 3rem !important;
    position: relative;
}

.champion-pedigree-card::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px dashed var(--border);
    border-radius: calc(1.5rem - 4px);
    pointer-events: none;
    opacity: 0.6;
}

.champion-pedigree-card .blog-content {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    color: var(--primary) !important;
    font-weight: 600 !important;
}

/* Gallery details */
.champions-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.champion-gallery-item {
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    border: 4px solid #fff !important;
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.08) !important;
    position: relative !important;
    padding: 0 !important;
    cursor: zoom-in;
    transition: all 0.3s ease !important;
}

.champion-gallery-item:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 15px 35px rgba(44, 24, 16, 0.16) !important;
}

.champion-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
    transition: transform 0.5s ease;
}

.champion-gallery-item:hover img {
    transform: scale(1.04);
}

.champion-gallery-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(0deg, rgba(26, 15, 10, 0.9) 0%, rgba(26, 15, 10, 0) 100%) !important;
    color: #FAF6F1 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 1.5rem 0.75rem 0.75rem !important;
    text-align: center !important;
    opacity: 0;
    transition: opacity 0.3s ease !important;
}

.champion-gallery-item:hover .champion-gallery-caption {
    opacity: 1;
}

.puppy-back-row {
    margin-top: 3.5rem !important;
    display: flex;
    justify-content: center;
}
