:root {
    --bg: #0a0a0c;
    --bg-soft: #121216;
    --surface: #18181e;
    --surface-hover: #1f1f26;
    --text: #f8f8fa;
    --text-soft: #a8a8b3;
    --muted: #6b6b76;
    --primary: #14b8a6;
    --primary-dim: #0d9488;
    --accent: #f59e0b;
    --gradient: linear-gradient(135deg, #0d9488 0%, #0891b2 50%, #0ea5e9 100%);
    --gradient-warm: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #f97316 100%);
    --radius: 20px;
    --radius-sm: 14px;
    --shadow: 0 4px 6px -1px rgba(0,0,0,.2), 0 10px 20px -5px rgba(0,0,0,.25);
    --shadow-hover: 0 20px 40px -10px rgba(20,184,166,.25), 0 0 0 1px rgba(20,184,166,.1);
    --shadow-card: 0 4px 24px rgba(0,0,0,.25), 0 1px 3px rgba(0,0,0,.1);
    --glass: rgba(18,18,22,.88);
    --glass-border: rgba(255,255,255,.08);
    --space-1: .5rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --line: 1.65;
    --title-size: clamp(1.15rem, 1.3vw + .95rem, 1.65rem);
    --body-size: clamp(.95rem, .2vw + .9rem, 1rem);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.theme-light {
    --bg: #f8fafc;
    --bg-soft: #f1f5f9;
    --surface: #ffffff;
    --surface-hover: #f8fafc;
    --text: #0f172a;
    --text-soft: #475569;
    --muted: #64748b;
    --glass: rgba(255,255,255,.95);
    --glass-border: rgba(0,0,0,.08);
    --shadow: 0 4px 6px -1px rgba(0,0,0,.08), 0 10px 20px -5px rgba(0,0,0,.06);
    --shadow-hover: 0 20px 40px -10px rgba(20,184,166,.2), 0 0 0 1px rgba(20,184,166,.15);
    --shadow-card: 0 4px 24px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.04);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Manrope", system-ui, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: var(--line);
    font-size: var(--body-size);
    transition: background .4s var(--ease-out), color .4s var(--ease-out);
    animation: pageFadeIn .5s var(--ease-out);
}
@keyframes pageFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
a {
    color: inherit;
    text-decoration: none;
    transition: color .2s var(--ease-out);
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
.container { width: min(1180px, 92%); margin: 0 auto; }
.cursor-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform .15s var(--ease-out), width .2s, height .2s;
}
.cursor-dot.hover { transform: translate(-50%, -50%) scale(2); opacity: .5; }
.cursor-dot.hidden { opacity: 0; }

.topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    transition: background .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.topbar.scrolled { box-shadow: 0 8px 32px rgba(0,0,0,.2); }
.menu-toggle, .theme-toggle {
    display: grid;
    place-items: center;
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    padding: var(--space-2);
    border-radius: var(--radius-sm);
    transition: background .2s, color .2s, transform .2s;
}
.menu-toggle { display: none; }
.theme-toggle { display: none; }
.theme-toggle-mobile { display: none; }
@media (max-width: 980px) { .menu-toggle { display: grid; } .theme-toggle-mobile { display: flex; align-items: center; gap: 8px; width: 100%; } }
@media (min-width: 981px) { .theme-toggle { display: grid; } .menu-theme-wrap { display: none; } }
.theme-toggle:hover { background: rgba(255,255,255,.08); transform: rotate(15deg); }
body.theme-light .theme-toggle:hover { background: rgba(0,0,0,.06); }
.menu-theme-wrap { padding: var(--space-2) 0; margin-bottom: var(--space-2); border-bottom: 1px solid var(--glass-border); }
.theme-toggle-mobile {
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-sm);
    transition: background .2s;
}
.theme-toggle-mobile:hover { background: rgba(255,255,255,.08); }
body.theme-light .theme-toggle i.fa-moon::before,
body.theme-light .theme-toggle-mobile i.fa-moon::before { content: "\f185"; }
.nav-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-3) 0;
}
.logo {
    font-size: 1.35rem;
    font-weight: 800;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -0.02em;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-flex;
    align-items: center;
}
.logo span:not(.logo-text) { -webkit-text-fill-color: var(--primary); }
.logo .logo-text { -webkit-text-fill-color: transparent; }
.logo-link:has(.logo-img) { background: none; -webkit-background-clip: unset; -webkit-text-fill-color: unset; }
.logo-img {
    height: 40px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    object-position: left center;
}
@media (max-width: 640px) {
    .logo-img { height: 32px; max-width: 120px; }
}
.menu {
    display: flex;
    gap: var(--space-4);
    color: var(--text-soft);
    font-size: .95rem;
    font-weight: 500;
}
.menu a {
    position: relative;
    padding: var(--space-1) 0;
}
.menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: width .3s var(--ease-out);
}
.menu a:hover { color: var(--text); }
.menu a:hover::after { width: 100%; }
.nav-search input {
    width: 220px;
    border: 1px solid var(--glass-border);
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255,255,255,.04);
    color: var(--text);
    transition: border-color .2s, background .2s;
}
.nav-search input::placeholder { color: var(--muted); }
.nav-search input:focus {
    outline: none;
    border-color: var(--primary);
    background: rgba(255,255,255,.06);
}
.btn {
    background: var(--gradient);
    color: #0f0f12;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform .2s var(--ease-spring), box-shadow .2s var(--ease-out);
}
.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(20,184,166,.35);
}
.btn:active { transform: scale(0.98); }
.btn i { transition: transform .3s var(--ease-out); }
.btn:hover i { transform: translateX(2px); }
.btn.ghost {
    background: rgba(255,255,255,.06);
    color: var(--text);
    border: 1px solid var(--glass-border);
}
.btn.ghost:hover { background: rgba(255,255,255,.1); border-color: var(--primary); }
.whatsapp-btn { background: #25D366; color: #fff; }
.whatsapp-btn:hover { box-shadow: 0 4px 20px rgba(37,211,102,.4); }

.hero {
    min-height: 560px;
    color: #fff;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero-fallback {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1464822759844-d150ad6d1d28?auto=format&fit=crop&w=1800&q=80') center/cover;
    will-change: transform;
    filter: blur(12px) saturate(1.2);
    transform: scale(1.05);
    opacity: .85;
    transition: filter .9s var(--ease-out), opacity .9s var(--ease-out);
    z-index: 1;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity .7s var(--ease-out);
}
.hero.video-ready .hero-video { opacity: 1; }
.hero.video-ready .hero-fallback { filter: blur(0); transform: scale(1); opacity: .4; }
.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s var(--ease-out);
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,15,18,.88) 0%, rgba(15,15,18,.5) 100%);
    z-index: 3;
}
.hero .container { position: relative; z-index: 4; }
.hero h1 {
    margin: 0 0 var(--space-2);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    animation: fadeUp .6s var(--ease-out) both;
}
.hero-subtitle {
    margin: 0 0 var(--space-4);
    color: var(--text-soft);
    font-size: 1.05rem;
    animation: fadeUp .6s var(--ease-out) .1s both;
}
.hero-modern .hero-content { text-align: center; }
.hero-label {
    display: inline-block;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 var(--space-2);
    animation: fadeUp .6s var(--ease-out) both;
}
.hero-ctas {
    display: flex;
    gap: var(--space-3);
    justify-content: center;
    flex-wrap: wrap;
    margin: var(--space-4) 0;
    animation: fadeUp .6s var(--ease-out) .2s both;
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 1rem;
}
.btn-hero-ghost {
    color: #fff;
    border-color: rgba(255,255,255,.4);
    background: rgba(255,255,255,.08);
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }
.hero-stats {
    display: flex;
    justify-content: center;
    gap: var(--space-5);
    margin-top: var(--space-5);
    padding-top: var(--space-5);
    border-top: 1px solid rgba(255,255,255,.15);
    animation: fadeUp .6s var(--ease-out) .3s both;
}
.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
}
.stat-label {
    font-size: .8rem;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.trust-badges {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
    margin-top: var(--space-4);
    animation: fadeUp .6s var(--ease-out) .3s both;
}
.trust-badges span {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    padding: 10px 14px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
    font-size: .9rem;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: transform .2s var(--ease-spring), background .2s;
}
.trust-badges span:hover { transform: translateY(-2px); background: rgba(255,255,255,.15); }

/* Hero - Hizmet Bölgesi */
.hero-region {
    margin-top: var(--space-5);
    padding-top: var(--space-5);
    border-top: 1px solid rgba(255,255,255,.15);
    animation: fadeUp .6s var(--ease-out) .35s both;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
}
.hero-region-label {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.7);
}
.hero-region-label i {
    margin-right: 8px;
    color: var(--primary);
}
.hero-region-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

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

input, select, textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    font: inherit;
    background: var(--surface);
    color: var(--text);
    transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(20,184,166,.15);
}

section { padding: calc(var(--space-5) * 1.2) 0; }
section + section { padding-top: calc(var(--space-5) * 0.8); }

.promo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    margin-top: calc(var(--space-5) * -1.5);
    position: relative;
    z-index: 5;
}
.promo-card {
    background: var(--glass);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-5);
    text-align: center;
    transition: transform .4s var(--ease-spring), box-shadow .4s var(--ease-out), border-color .3s;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 4px 24px rgba(0,0,0,.15);
}
.promo-card.visible {
    opacity: 1;
    transform: translateY(0);
}
.promo-card:nth-child(1).visible { transition-delay: 0s; }
.promo-card:nth-child(2).visible { transition-delay: .1s; }
.promo-card:nth-child(3).visible { transition-delay: .2s; }
.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(20,184,166,.3);
}
.promo-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto var(--space-3);
    border-radius: 16px;
    background: var(--gradient);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: #0a0a0c;
    transition: transform .3s var(--ease-spring);
}
.promo-card:hover .promo-icon { transform: scale(1.1) rotate(-5deg); }
.promo-card h3 {
    margin: 0 0 var(--space-2);
    font-size: 1.2rem;
    font-weight: 700;
}
.promo-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: .95rem;
    line-height: 1.55;
}

.cta-section {
    text-align: center;
    padding: var(--space-5) 0 var(--space-2);
}
.btn-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 1.1rem;
}
.btn-large i { font-size: 1.2rem; }

.section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0 0 var(--space-4);
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    margin-top: var(--space-4);
}
.card {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform .4s var(--ease-spring), box-shadow .4s var(--ease-out), border-color .4s, opacity .5s var(--ease-out);
    opacity: 0;
    transform: translateY(24px);
}
.card.visible {
    opacity: 1;
    transform: translateY(0);
}
.card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-hover);
    border-color: rgba(20,184,166,.3);
}
body.theme-light .card:hover { box-shadow: var(--shadow-hover); }
.card-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease-out);
}
.card:hover .card-media img { transform: scale(1.1); }
.fav-btn {
    position: absolute;
    right: var(--space-3);
    top: var(--space-3);
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(12px);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 1rem;
    transition: transform .25s var(--ease-spring), background .25s;
}
.fav-btn:hover { transform: scale(1.12); background: rgba(0,0,0,.7); }
.card-rating {
    position: absolute;
    left: var(--space-3);
    top: var(--space-3);
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(8px);
    color: #fbbf24;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.stock-tag {
    position: absolute;
    left: var(--space-3);
    bottom: var(--space-3);
    background: var(--gradient-warm);
    color: #fff;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    padding: 8px 14px;
    box-shadow: 0 2px 12px rgba(245,158,11,.4);
}
.card-body { padding: var(--space-4); }
.card-specs {
    display: flex;
    gap: var(--space-3);
    margin-bottom: var(--space-2);
    font-size: .88rem;
    color: var(--muted);
}
.card-specs span { display: inline-flex; align-items: center; gap: 6px; }
.card-specs i { color: var(--primary); font-size: .85rem; }
.card h3 { font-size: var(--title-size); margin: var(--space-1) 0; font-weight: 700; line-height: 1.3; }
.card-desc { color: var(--text-soft); font-size: .92rem; margin: var(--space-2) 0; line-height: 1.5; }
.card-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin: var(--space-3) 0;
}
.amenity-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(20,184,166,.12);
    color: var(--primary);
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid rgba(20,184,166,.25);
}
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-3);
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--glass-border);
}
.card-price-wrap { display: flex; align-items: baseline; gap: 4px; }
.card-footer .price { font-weight: 700; font-size: 1.15rem; color: var(--primary); }
.card-footer .price small { font-weight: 500; color: var(--muted); font-size: .85rem; }
.card-price-info {
    margin-top: var(--space-3);
    padding: var(--space-2) var(--space-3);
    background: rgba(20,184,166,.08);
    border: 1px solid rgba(20,184,166,.2);
    border-radius: var(--radius-sm);
}
.card-price-note {
    font-size: .85rem;
    color: var(--text-soft);
    display: flex;
    align-items: center;
    gap: 8px;
}
.card-price-note i { color: var(--primary); font-size: .9rem; }
.card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--glass-border);
}
.card-cta-detail {
    flex: 1;
    min-width: 140px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.card-cta-group {
    display: flex;
    gap: var(--space-2);
}
.card-cta-whatsapp,
.card-cta-call {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 12px;
    flex-shrink: 0;
}
.card-cta-whatsapp {
    background: #25D366;
    color: #fff;
}
.card-cta-whatsapp:hover { box-shadow: 0 4px 20px rgba(37,211,102,.4); }
.card-cta-call {
    background: var(--gradient);
    color: #0f0f12;
}
.card-cta-call:hover { box-shadow: 0 4px 20px rgba(20,184,166,.4); }
.card-cta-modern {
    display: flex;
    gap: var(--space-2);
    flex: 1;
    min-width: 0;
}
.card-cta-call-modern,
.card-cta-whatsapp-modern {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 12px;
    white-space: nowrap;
}
.card-cta-call-modern {
    background: var(--gradient);
    color: #0f0f12;
}
.card-cta-call-modern:hover { box-shadow: 0 4px 20px rgba(20,184,166,.4); }
.card-cta-whatsapp-modern {
    background: #25D366;
    color: #fff;
}
.card-cta-whatsapp-modern:hover { box-shadow: 0 4px 20px rgba(37,211,102,.4); }

/* Magnovia-style listing cards */
.card-magnovia {
    background: var(--surface);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.04);
    border: 1px solid var(--glass-border);
}
body.theme-light .card-magnovia { box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.card-magnovia:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,.12), 0 0 0 1px rgba(20,184,166,.15);
    transform: translateY(-8px);
}
.card-magnovia .card-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}
.card-magnovia .card-media-link {
    display: block;
    height: 100%;
}
.card-magnovia .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease-out);
}
.card-magnovia:hover .card-media img { transform: scale(1.08); }
.card-badge-owner {
    position: absolute;
    top: var(--space-3);
    right: var(--space-3);
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 12px rgba(249,115,22,.4);
}
.card-magnovia .card-body { padding: var(--space-4); }
.card-specs-magnovia {
    display: flex;
    gap: var(--space-3);
    margin-bottom: var(--space-2);
    font-size: .85rem;
    color: #0ea5e9;
}
.card-specs-magnovia i { color: #0ea5e9; margin-right: 4px; }
.card-title-magnovia {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0284c7;
    margin: var(--space-1) 0 var(--space-2);
    line-height: 1.3;
}
body:not(.theme-light) .card-title-magnovia { color: #38bdf8; }
.card-amenities-magnovia {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin: var(--space-3) 0;
}
.amenity-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid rgba(14,165,233,.4);
    background: rgba(14,165,233,.08);
    color: #0284c7;
}
body:not(.theme-light) .amenity-chip { border-color: rgba(56,189,248,.4); background: rgba(56,189,248,.1); color: #38bdf8; }
.card-price-info-magnovia {
    margin-top: var(--space-2);
    padding: var(--space-2) var(--space-3);
    background: rgba(14,165,233,.06);
    border: 1px solid rgba(14,165,233,.15);
    border-radius: 12px;
}
.card-price-info-magnovia .card-price-note { font-size: .82rem; }
.card-actions-magnovia {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-top: var(--space-4);
    padding-top: var(--space-3);
    border-top: 1px solid var(--glass-border);
}
.card-cta-main {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .2s, box-shadow .2s;
}
.card-cta-main:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 24px rgba(249,115,22,.4);
}
.card-cta-secondary {
    display: flex;
    gap: var(--space-2);
}
.card-cta-wa,
.card-cta-phone {
    flex: 1;
    justify-content: center;
    padding: 10px 14px;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.card-cta-wa {
    background: #25D366;
    color: #fff;
    border: none;
}
.card-cta-wa:hover { box-shadow: 0 4px 16px rgba(37,211,102,.4); }
.card-cta-phone {
    background: transparent;
    border: 2px solid #0284c7;
    color: #0284c7;
}
body:not(.theme-light) .card-cta-phone { border-color: #38bdf8; color: #38bdf8; }
.card-cta-phone:hover { background: rgba(14,165,233,.1); }

.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: .9rem;
    white-space: nowrap;
}
.card-cta i { font-size: .8rem; transition: transform .3s var(--ease-out); }
.card:hover .card-cta i { transform: translateX(4px); }
.muted { color: var(--muted); font-size: .92rem; }

.pagination { display: flex; justify-content: center; gap: var(--space-2); margin-top: var(--space-4); flex-wrap: wrap; }
.pagination a {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    transition: all .2s var(--ease-out);
}
.pagination a:hover { border-color: var(--primary); color: var(--primary); }
.pagination a.active { background: var(--gradient); color: #0f0f12; border-color: transparent; }
.pagination.hidden { display: none; }

/* ========== PRODUCT PAGE (2026) ========== */
.product-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 70vh;
    background: var(--bg-soft);
}
.product-gallery {
    position: relative;
    overflow: hidden;
}
.gallery-main {
    position: absolute;
    inset: 0;
}
.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .4s var(--ease-out);
}
.gallery-thumbs {
    position: absolute;
    bottom: var(--space-4);
    left: var(--space-4);
    right: var(--space-4);
    display: flex;
    gap: var(--space-2);
    overflow-x: auto;
    padding-bottom: 4px;
}
.gallery-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 56px;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    background: none;
    padding: 0;
    transition: border-color .25s, opacity .25s;
    opacity: .7;
}
.gallery-thumb:hover, .gallery-thumb.active { opacity: 1; border-color: var(--primary); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--space-5);
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    color: var(--muted);
    margin-bottom: var(--space-3);
}
.breadcrumb a:hover { color: var(--primary); }
.product-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0 0 var(--space-2);
}
.product-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    margin: 0 0 var(--space-4);
}
.product-location i { color: var(--primary); }
.product-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.amenity-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(20,184,166,.1);
    border: 1px solid rgba(20,184,166,.25);
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    color: var(--primary);
}
.product-body {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: var(--space-5);
    padding: var(--space-5) 0;
    align-items: start;
}
.product-main { order: 1; }
.product-sidebar { order: 2; }
.product-section {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-5);
    margin-bottom: var(--space-4);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.product-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.product-section h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 var(--space-4);
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-section h2 i { color: var(--primary); }
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-3);
}
.feature-card {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4);
    background: var(--bg-soft);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    transition: border-color .25s, box-shadow .25s;
}
.feature-card:hover {
    border-color: rgba(20,184,166,.3);
    box-shadow: 0 2px 12px rgba(20,184,166,.1);
}
.feature-check {
    color: var(--primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}
.feature-icon {
    color: var(--primary);
    font-size: 1.25rem;
    opacity: .9;
    flex-shrink: 0;
}
.feature-card span {
    font-size: .95rem;
    color: var(--text-soft);
    line-height: 1.4;
}
.product-important-info h3.important-info-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-soft);
    margin: 0 0 var(--space-3);
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-important-info h3 i { color: var(--primary); }
.important-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.important-info-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    padding: var(--space-2) 0;
    border-bottom: 1px solid var(--glass-border);
    font-size: .95rem;
    color: var(--text-soft);
}
.important-info-list li:last-child { border-bottom: none; }
.important-info-list li i {
    color: var(--primary);
    margin-top: 4px;
    flex-shrink: 0;
}
.map-address {
    font-size: 1rem;
    color: var(--text-soft);
    margin: 0 0 var(--space-3);
    display: flex;
    align-items: center;
    gap: 10px;
}
.map-address i { color: var(--primary); }
.map-directions {
    margin-top: var(--space-3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.product-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-soft);
}
.map-wrap {
    border-radius: var(--radius-sm);
    overflow: hidden;
    height: 320px;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.comment-grid-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
}
.comment-card-modern {
    background: var(--bg-soft);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    padding: var(--space-4);
    transition: border-color .25s;
}
.comment-card-modern:hover { border-color: rgba(20,184,166,.3); }
.comment-rating {
    color: var(--accent);
    margin-bottom: var(--space-2);
    font-size: .95rem;
}
.comment-text { margin: 0 0 var(--space-2); line-height: 1.6; color: var(--text-soft); }
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .88rem;
}
.comment-meta span { color: var(--muted); }
.product-sidebar { position: sticky; top: 100px; }
.booking-panel-header {
    background: var(--gradient);
    color: #0f0f12;
    padding: var(--space-3) var(--space-4);
    margin: calc(var(--space-5) * -1) calc(var(--space-5) * -1) var(--space-4);
    border-radius: var(--radius) var(--radius) 0 0;
}
.booking-panel-badge {
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02em;
    display: block;
}
.booking-panel-owner {
    font-size: .85rem;
    opacity: .9;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.booking-owner-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: var(--space-3) var(--space-4);
    background: rgba(20,184,166,.08);
    border: 1px solid rgba(20,184,166,.2);
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-4);
}
.booking-owner-label {
    font-size: .8rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-owner-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
}
.booking-btn-call {
    background: var(--gradient);
    color: #0f0f12;
}
.booking-btn-call:hover { box-shadow: 0 4px 20px rgba(20,184,166,.4); }
.btn-sm { padding: 8px 14px; font-size: .85rem; }
.booking-location {
    margin-top: var(--space-4);
    padding-top: var(--space-4);
    border-top: 1px solid var(--glass-border);
}
.booking-location h4 {
    font-size: .95rem;
    margin: 0 0 var(--space-2);
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-location h4 i { color: var(--primary); }
.booking-address {
    font-size: .9rem;
    color: var(--text-soft);
    margin: 0 0 var(--space-2);
    line-height: 1.6;
}
.booking-panel {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-5);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.booking-panel.visible {
    opacity: 1;
    transform: translateY(0);
}
.booking-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: var(--space-3);
}
.booking-price-info {
    margin-bottom: var(--space-3);
    padding: var(--space-3);
    background: rgba(20,184,166,.08);
    border: 1px solid rgba(20,184,166,.2);
    border-radius: var(--radius-sm);
}
.booking-price-note {
    font-size: .95rem;
    color: var(--text-soft);
    display: flex;
    align-items: center;
    gap: 10px;
}
.booking-price-note i { color: var(--primary); font-size: 1rem; }
.price-amount { font-size: 2rem; font-weight: 800; color: var(--primary); }
.price-unit { font-size: 1rem; color: var(--muted); font-weight: 500; }
.booking-note { font-size: .9rem; color: var(--text-soft); margin: 0 0 var(--space-4); }
.booking-actions { display: flex; flex-direction: column; gap: var(--space-2); }
.btn-block { width: 100%; justify-content: center; display: inline-flex; align-items: center; gap: 10px; }
.booking-trust {
    margin-top: var(--space-4);
    padding-top: var(--space-4);
    border-top: 1px solid var(--glass-border);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    color: var(--text-soft);
}
.trust-item i { color: var(--primary); width: 20px; }
.booking-dates {
    margin-top: var(--space-4);
    padding-top: var(--space-4);
    border-top: 1px solid var(--glass-border);
}
.booking-dates h4 {
    font-size: .95rem;
    margin: 0 0 var(--space-2);
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-dates h4 i { color: var(--accent); }
.booking-dates ul { margin: 0; padding-left: 1.2rem; font-size: .88rem; color: var(--muted); }
.booking-dates-empty { font-size: .9rem; margin: var(--space-4) 0 0; display: flex; align-items: center; gap: 8px; }
.product-cta {
    text-align: center;
    padding: var(--space-5) 0;
}
.product-cta .btn-large { display: inline-flex; align-items: center; gap: 12px; }

/* ========== SSS (Sık Sorulan Sorular) ========== */
.sss-section { padding: var(--space-5) 0; max-width: 720px; margin: 0 auto; }
.sss-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 var(--space-2);
    display: flex;
    align-items: center;
    gap: 12px;
}
.sss-title i { color: var(--primary); }
.sss-intro { color: var(--text-soft); margin: 0 0 var(--space-5); font-size: 1.05rem; }
.faq-list { display: flex; flex-direction: column; gap: var(--space-2); }
.faq-item {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color .25s;
}
.faq-item:hover { border-color: rgba(20,184,166,.25); }
.faq-item[open] .faq-question { color: var(--primary); }
.faq-question {
    padding: var(--space-4);
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .85rem;
    color: var(--muted);
    transition: transform .3s var(--ease-out);
}
.faq-item[open] .faq-question::after { transform: rotate(180deg); }
.faq-answer {
    padding: 0 var(--space-4) var(--space-4);
    color: var(--text-soft);
    line-height: 1.7;
}
.faq-placeholder {
    background: var(--surface);
    border: 1px dashed var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-5);
    color: var(--text-soft);
}
.faq-placeholder ul { margin: var(--space-3) 0 0; padding-left: 1.2rem; }

.detail-layout { display: grid; grid-template-columns: 2fr 1fr; gap: var(--space-5); }
.slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
    border-radius: var(--radius);
    overflow: hidden;
}
.slider img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: var(--radius-sm);
    transition: transform .4s var(--ease-out);
}
.slider img:hover { transform: scale(1.03); }
.panel {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-4);
    box-shadow: var(--shadow);
    position: sticky;
    top: 100px;
}
.feature-list { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.badge {
    border: 1px solid var(--glass-border);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: .85rem;
    background: rgba(255,255,255,.04);
    transition: background .2s, border-color .2s;
}
.badge:hover { background: rgba(255,255,255,.08); border-color: var(--primary); }
.trust-box {
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    padding: var(--space-3);
    margin: var(--space-3) 0;
    background: rgba(255,255,255,.02);
}
.trust-box p { margin: var(--space-2) 0; font-size: .92rem; }

/* ========== FOOTER (2026 Expanded) ========== */
.footer {
    margin-top: var(--space-5);
    background: linear-gradient(180deg, var(--bg-soft) 0%, #0d0d10 100%);
    border-top: 1px solid var(--glass-border);
}
.footer-cta-strip {
    background: linear-gradient(135deg, rgba(20,184,166,.12) 0%, rgba(14,165,233,.08) 100%);
    border-bottom: 1px solid var(--glass-border);
    padding: var(--space-4) 0;
}
.footer-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: min(92%, 1200px);
}
.footer-cta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-cta-text strong { font-size: 1.1rem; }
.footer-cta-text span { color: var(--text-soft); font-size: .95rem; }
.footer-cta-btn { white-space: nowrap; }
.footer-top {
    padding: calc(var(--space-5) * 2) 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: var(--space-5);
    max-width: 1200px;
    margin: 0 auto;
    width: min(92%, 1200px);
}
.footer-brand { padding-right: var(--space-4); }
.footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -0.02em;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: var(--space-2);
}
.footer-logo span:not(.footer-logo-text) { -webkit-text-fill-color: var(--primary); }
.footer-logo .footer-logo-text { -webkit-text-fill-color: transparent; }
.footer-logo-link:has(.footer-logo-img) { background: none; -webkit-background-clip: unset; -webkit-text-fill-color: unset; }
.footer-logo-img {
    max-height: 48px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    margin-bottom: var(--space-2);
}
@media (max-width: 640px) {
    .footer-logo-img { max-height: 36px; max-width: 140px; }
}
.footer-tagline {
    color: var(--text-soft);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0 0 var(--space-4);
}
.footer-social {
    display: flex;
    gap: var(--space-2);
}
.footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--glass-border);
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    transition: all .25s var(--ease-out);
}
.footer-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #0a0a0c;
    transform: translateY(-2px);
}
.footer-col h4 {
    font-size: .95rem;
    font-weight: 700;
    margin: 0 0 var(--space-3);
    color: var(--text);
}
.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col li { margin-bottom: var(--space-2); }
.footer-col a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-size: .95rem;
    transition: color .2s;
}
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
    padding: var(--space-4) 0;
    border-top: 1px solid var(--glass-border);
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-3);
    max-width: 1200px;
    margin: 0 auto;
    width: min(92%, 1200px);
}
.footer-copy { margin: 0; color: var(--muted); font-size: .9rem; }
.footer-legal { display: flex; gap: var(--space-4); }
.footer-legal a { color: var(--muted); font-size: .9rem; }
.footer-legal a:hover { color: var(--primary); }
.footer a:hover { color: var(--primary); }
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-cta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-brand { padding-right: 0; }
    .footer-social { justify-content: center; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .footer-cta-strip { padding: var(--space-3) 0; }
    .footer-cta-btn { width: 100%; justify-content: center; }
}

.floating-actions {
    position: fixed;
    right: var(--space-4);
    bottom: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    z-index: 999;
}
.floating-actions a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: var(--shadow);
    font-size: 1.2rem;
    transition: transform .25s var(--ease-spring), box-shadow .25s;
}
.floating-actions a:hover { transform: scale(1.1); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.floating-call { background: var(--surface); border: 1px solid var(--glass-border); }
.floating-whatsapp { background: #25D366; }

.mobile-cta-bar { display: none; }

.admin-layout { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--surface); color: var(--text); padding: var(--space-4); border-right: 1px solid var(--glass-border); }
.admin-sidebar a { display: block; padding: var(--space-2) 0; color: var(--text-soft); transition: color .2s; }
.admin-sidebar a:hover { color: var(--primary); }
.admin-main { padding: var(--space-4); }
.table-wrap { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); overflow-x: auto; border: 1px solid var(--glass-border); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: var(--space-3); border-bottom: 1px solid var(--glass-border); text-align: left; vertical-align: top; }
th { color: var(--text-soft); font-weight: 600; font-size: .9rem; }

.alert { margin: var(--space-3) 0; padding: var(--space-3); border-radius: var(--radius-sm); }
.alert.success { background: rgba(20,184,166,.1); color: var(--primary); border: 1px solid rgba(20,184,166,.2); }
.alert.error { background: rgba(239,68,68,.1); color: #f87171; border: 1px solid rgba(239,68,68,.2); }

.gallery-grid { columns: 3 280px; column-gap: var(--space-3); }
.gallery-grid img {
    width: 100%;
    margin-bottom: var(--space-3);
    border-radius: var(--radius);
    cursor: zoom-in;
    transition: transform .3s var(--ease-out);
}
.gallery-grid img:hover { transform: scale(1.02); }
.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(0,0,0,.9);
    backdrop-filter: blur(8px);
    z-index: 70;
}
.lightbox img { width: min(920px, 92%); border-radius: var(--radius); animation: fadeUp .3s var(--ease-out); }
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: var(--glass);
    backdrop-filter: blur(12px);
    color: var(--text);
    transition: transform .2s var(--ease-spring), background .2s;
}
.nav-btn:hover { transform: translateY(-50%) scale(1.1); background: var(--surface); }
.nav-btn.prev { left: 3%; }
.nav-btn.next { right: 3%; }
.thumb-strip {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: var(--space-2);
    max-width: min(920px, 90%);
    overflow-x: auto;
    padding-bottom: var(--space-1);
}
.thumb-strip img {
    width: 72px;
    height: 54px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    opacity: .8;
    cursor: pointer;
    transition: all .2s;
}
.thumb-strip img:hover, .thumb-strip img.active { border-color: var(--primary); opacity: 1; }

.comment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); margin-top: var(--space-3); }
.comment-card {
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: var(--space-4);
    transition: border-color .2s;
}
.comment-card:hover { border-color: rgba(20,184,166,.2); }
.comment-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-2); }

.skeleton-card {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--glass-border);
    animation: skeletonPulse 1.5s ease-in-out infinite;
}
@keyframes skeletonPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .85; }
}
.skeleton-media, .skeleton-line {
    background: linear-gradient(110deg, var(--bg-soft) 8%, var(--surface) 18%, var(--bg-soft) 33%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
}
.skeleton-media { aspect-ratio: 4/3; }
.skeleton-body { padding: var(--space-4); }
.skeleton-line { height: 12px; border-radius: 8px; margin-bottom: var(--space-2); }
.skeleton-line.lg { width: 80%; height: 16px; }
.skeleton-line.md { width: 60%; }
.skeleton-line.sm { width: 40%; }
@keyframes shimmer { to { background-position-x: -200%; } }

@media (max-width: 980px) {
    .menu-toggle { display: grid; place-items: center; }
    .nav-wrap {
        grid-template-columns: auto 1fr auto;
        gap: var(--space-2);
    }
    .nav-search { display: none; }
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--glass);
        backdrop-filter: blur(24px);
        border-left: 1px solid var(--glass-border);
        flex-direction: column;
        padding: 80px var(--space-5) var(--space-5);
        gap: var(--space-2);
        z-index: 1001;
        transition: right .35s var(--ease-out);
        box-shadow: -8px 0 32px rgba(0,0,0,.3);
    }
    .menu.open { right: 0; }
.menu-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s;
}
.topbar:has(.menu.open) .menu-backdrop { display: block; opacity: 1; pointer-events: auto; }
.menu-backdrop { pointer-events: none; }
    .menu a { font-size: 1.1rem; padding: var(--space-3); }
    .hero-ctas { flex-direction: column; align-items: center; }
    .hero-stats { gap: var(--space-4); }
    .hero-region { margin-top: var(--space-4); padding-top: var(--space-4); }
    .hero-region-name { font-size: 1.1rem; }
    .promo-cards { grid-template-columns: 1fr; margin-top: calc(var(--space-5) * -1); }
    .list-grid { grid-template-columns: 1fr 1fr; }
    .detail-layout, .product-body { grid-template-columns: 1fr; }
    .panel, .product-sidebar { position: static; }
    .product-hero { grid-template-columns: 1fr; grid-template-rows: 45vh auto; min-height: auto; }
    .product-gallery { min-height: 45vh; order: 1; }
    .product-hero-content { order: 2; padding: var(--space-4); }
    .breadcrumb { flex-wrap: wrap; font-size: .8rem; }
    .product-title { font-size: 1.5rem; }
    .product-amenities { gap: var(--space-2); }
    .amenity-pill { padding: 8px 12px; font-size: .85rem; }
    .gallery-thumbs { left: var(--space-2); right: var(--space-2); bottom: var(--space-2); }
    .gallery-thumb { width: 60px; height: 44px; }
    .comment-grid-modern { grid-template-columns: 1fr; }
    .product-section { padding: var(--space-4); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .product-sidebar { order: 1; }
    .product-main { order: 2; }
    .booking-panel { margin-bottom: var(--space-4); }
    .admin-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .nav-wrap { grid-template-columns: auto 1fr auto; }
    .nav-wrap .btn.ghost { display: none; }
    .list-grid { grid-template-columns: 1fr; }
    .promo-cards { grid-template-columns: 1fr; gap: var(--space-3); }
    .comment-grid { grid-template-columns: 1fr; }
    .trust-badges { gap: var(--space-2); }
    .floating-actions a { width: 48px; height: 48px; }
    .card-footer { flex-direction: column; align-items: stretch; gap: var(--space-2); }
    .card-actions { flex-direction: column; }
    .card-cta-detail { width: 100%; }
    .card-cta-group { width: 100%; justify-content: center; }
    .card-magnovia .card-body { padding: var(--space-3); }
    .card-magnovia .card-title-magnovia { font-size: 1.2rem; }
    .card-cta { justify-content: center; }
    .card-body { padding: var(--space-3); }
    .card-desc { font-size: .88rem; }
    .mobile-cta-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--surface);
        border-top: 1px solid var(--glass-border);
        box-shadow: 0 -8px 32px rgba(0,0,0,.3);
    }
    .mobile-cta-bar a {
        padding: var(--space-3) var(--space-2);
        text-align: center;
        font-weight: 700;
        font-size: .9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }
    .mobile-cta-bar .cta-whatsapp { background: #25D366; color: #fff; }
    .mobile-cta-bar .cta-call { background: var(--primary); color: #0f0f12; }
    .footer { padding-bottom: 80px; }
    .floating-actions { bottom: 84px; }
}
.product-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--glass-border);
    padding: var(--space-3);
    gap: var(--space-3);
    align-items: center;
    box-shadow: 0 -8px 32px rgba(0,0,0,.3);
}
@media (max-width: 980px) {
    .product-mobile-cta {
        display: flex;
        justify-content: space-between;
    }
    body:has(.product-mobile-cta) .footer { padding-bottom: 80px; }
    body:has(.product-mobile-cta) .floating-actions { bottom: 84px; }
    body:has(.product-mobile-cta) .mobile-cta-bar { display: none; }
}
.product-mobile-price,
.product-mobile-price-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-mobile-price span { font-size: 1.25rem; font-weight: 800; color: var(--primary); }
.product-mobile-price small { font-size: .85rem; color: var(--muted); }
.product-mobile-price-info span {
    font-size: .9rem;
    color: var(--text-soft);
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-mobile-price-info i { color: var(--primary); }
.product-mobile-cta .btn { flex: 1; max-width: 200px; justify-content: center; }
@media (max-width: 640px) {
    .features-grid { grid-template-columns: 1fr; }
    .product-hero { grid-template-rows: 40vh auto; }
    .product-gallery { min-height: 40vh; }
    .product-hero-content { padding: var(--space-3); }
    .product-section { padding: var(--space-3); }
    .map-wrap { height: 260px; }
}
