/*
Theme Name: Xovyna Signature
Theme URI: https://www.xovyna.com/
Author: Xovyna Platform
Description: Xovyna için sıcak beyaz, mürdüm ve bakır vurgulu premium ilan teması.
Version: 1.2.0
Template: xovyna-vip
Requires at least: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: zexyra-signature
*/

:root {
    --zx-ink: #2e2430;
    --zx-plum: #4a283d;
    --zx-plum-deep: #291928;
    --zx-rose: #a85d70;
    --zx-copper: #b78155;
    --zx-paper: #ffffff;
    --zx-cream: #ffffff;
    --zx-line: #eadfd9;
    --zx-muted: #756b73;
    --zx-radius: 18px;
    --zx-shadow: 0 20px 55px rgba(61, 36, 52, .10);
}

:root[data-zx-theme="midnight"] { color-scheme: dark; --zx-ink:#f4f7fb; --zx-plum:#d9e7ff; --zx-plum-deep:#071326; --zx-rose:#ff9ebc; --zx-copper:#ffbf76; --zx-paper:#0d1b31; --zx-cream:#142640; --zx-line:#314867; --zx-muted:#b4c1d4; --zx-shadow:0 20px 55px rgba(0,0,0,.35); }
:root[data-zx-theme="emerald"] { --zx-ink:#18352f; --zx-plum:#0f5b4b; --zx-plum-deep:#092e26; --zx-rose:#b6496b; --zx-copper:#9a6a24; --zx-paper:#f8fcf8; --zx-cream:#edf7f0; --zx-line:#cfe5d7; --zx-muted:#526a61; }
:root[data-zx-theme="ocean"] { --zx-ink:#12313f; --zx-plum:#0d5e74; --zx-plum-deep:#063b4a; --zx-rose:#d6526e; --zx-copper:#a36a1f; --zx-paper:#f7fcff; --zx-cream:#e8f4f7; --zx-line:#c8dde5; --zx-muted:#536a75; }
:root[data-zx-theme="coral"] { --zx-ink:#3a2220; --zx-plum:#7b2f2f; --zx-plum-deep:#431a20; --zx-rose:#bd4f56; --zx-copper:#9a6227; --zx-paper:#fffaf8; --zx-cream:#f9ebe6; --zx-line:#efd5cf; --zx-muted:#6e5b58; }
:root[data-zx-theme="amber"] { --zx-ink:#352710; --zx-plum:#7a4a00; --zx-plum-deep:#4a2b00; --zx-rose:#a44335; --zx-copper:#8b5c00; --zx-paper:#fffdf8; --zx-cream:#fff3d9; --zx-line:#eadbbd; --zx-muted:#6d6251; }
:root[data-zx-theme="lavender"] { --zx-ink:#2d2842; --zx-plum:#56458c; --zx-plum-deep:#282044; --zx-rose:#b14e8a; --zx-copper:#8b6b1d; --zx-paper:#fbf9ff; --zx-cream:#f1edff; --zx-line:#ded7f1; --zx-muted:#615b70; }
:root[data-zx-theme="forest"] { --zx-ink:#182d26; --zx-plum:#17634f; --zx-plum-deep:#0b392e; --zx-rose:#bb5a67; --zx-copper:#aa7220; --zx-paper:#f8fdf9; --zx-cream:#e9f5ec; --zx-line:#cfe4d4; --zx-muted:#53675a; }
:root[data-zx-theme="sapphire"] { --zx-ink:#15283f; --zx-plum:#145da0; --zx-plum-deep:#0c2e5a; --zx-rose:#b34a67; --zx-copper:#a36a20; --zx-paper:#f8fbff; --zx-cream:#eaf2fb; --zx-line:#cfddeb; --zx-muted:#566778; }
:root[data-zx-theme="terracotta"] { --zx-ink:#362524; --zx-plum:#8a4939; --zx-plum-deep:#4c2724; --zx-rose:#b95e4c; --zx-copper:#a16d26; --zx-paper:#fffaf7; --zx-cream:#f7ece7; --zx-line:#ecd4ca; --zx-muted:#6d5e5b; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.zexyra-signature-site { margin: 0; background: var(--zx-paper); color: var(--zx-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.zexyra-signature-site a { color: var(--zx-plum); text-decoration: none; }
body.zexyra-signature-site a:hover, body.zexyra-signature-site a:focus-visible { color: var(--zx-rose); }
body.zexyra-signature-site img { display: block; max-width: 100%; height: auto; }
.zexyra-shell { min-height: 100vh; }
.zexyra-container { width: min(1680px, calc(100% - 48px)); margin-inline: auto; }
.zexyra-skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; padding: 10px 14px; background: #fff; }
.zexyra-skip-link:focus { left: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.zexyra-notice { background: var(--zx-plum-deep); color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.zexyra-notice .zexyra-container { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.zexyra-header { position: relative; z-index: 10; background: rgba(255,253,251,.96); border-bottom: 1px solid var(--zx-line); }

.zexyra-theme-picker { position: relative; flex: 0 0 auto; }
.zexyra-theme-toggle { display:inline-flex; align-items:center; gap:7px; min-height:40px; padding:8px 12px; border:1px solid var(--zx-line); border-radius:999px; background:var(--zx-cream); color:var(--zx-plum); font:inherit; font-size:12px; font-weight:800; cursor:pointer; }
.zexyra-theme-toggle:hover, .zexyra-theme-toggle:focus-visible { border-color:var(--zx-rose); outline:3px solid color-mix(in srgb, var(--zx-rose) 22%, transparent); outline-offset:2px; }
.zexyra-theme-panel { position:absolute; top:calc(100% + 10px); right:0; z-index:30; width:min(360px, calc(100vw - 32px)); padding:16px; border:1px solid var(--zx-line); border-radius:16px; background:var(--zx-paper); color:var(--zx-ink); box-shadow:var(--zx-shadow); }
.zexyra-theme-panel[hidden] { display:none; }
.zexyra-theme-panel fieldset { min-width:0; margin:0; padding:0; border:0; }
.zexyra-theme-panel legend { margin-bottom:12px; color:var(--zx-plum); font-size:14px; font-weight:900; }
.zexyra-theme-options { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:8px; }
.zexyra-theme-option { display:flex; align-items:center; gap:8px; min-height:44px; padding:8px; border:1px solid var(--zx-line); border-radius:10px; background:var(--zx-cream); color:var(--zx-ink); font:inherit; font-size:11px; font-weight:800; text-align:left; cursor:pointer; }
.zexyra-theme-option:hover, .zexyra-theme-option:focus-visible { border-color:var(--zx-rose); outline:2px solid color-mix(in srgb, var(--zx-rose) 20%, transparent); outline-offset:1px; }
.zexyra-theme-option[aria-pressed="true"] { border-color:var(--zx-plum); box-shadow:inset 0 0 0 2px var(--zx-plum); }
.zexyra-theme-swatch { width:24px; height:24px; flex:0 0 24px; border:1px solid rgba(0,0,0,.2); border-radius:50%; background:linear-gradient(135deg,#4a283d 0 50%,#b78155 50%); }
[data-zx-theme-option="midnight"] .zexyra-theme-swatch { background:linear-gradient(135deg,#071326 0 50%,#ff9ebc 50%); }
[data-zx-theme-option="emerald"] .zexyra-theme-swatch { background:linear-gradient(135deg,#092e26 0 50%,#b6496b 50%); }
[data-zx-theme-option="ocean"] .zexyra-theme-swatch { background:linear-gradient(135deg,#063b4a 0 50%,#d6526e 50%); }
[data-zx-theme-option="coral"] .zexyra-theme-swatch { background:linear-gradient(135deg,#431a20 0 50%,#bd4f56 50%); }
[data-zx-theme-option="amber"] .zexyra-theme-swatch { background:linear-gradient(135deg,#4a2b00 0 50%,#a44335 50%); }
[data-zx-theme-option="lavender"] .zexyra-theme-swatch { background:linear-gradient(135deg,#282044 0 50%,#b14e8a 50%); }
[data-zx-theme-option="forest"] .zexyra-theme-swatch { background:linear-gradient(135deg,#0b392e 0 50%,#bb5a67 50%); }
[data-zx-theme-option="sapphire"] .zexyra-theme-swatch { background:linear-gradient(135deg,#0c2e5a 0 50%,#b34a67 50%); }
[data-zx-theme-option="terracotta"] .zexyra-theme-swatch { background:linear-gradient(135deg,#4c2724 0 50%,#b95e4c 50%); }
.zexyra-theme-status { margin:10px 0 0; color:var(--zx-muted); font-size:11px; }
.zexyra-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 84px; }
.zexyra-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; color: var(--zx-plum) !important; }
.zexyra-brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.32); border-radius: 15px; background: linear-gradient(145deg, var(--zx-plum), var(--zx-rose)); color: #fff; font-family: Georgia, serif; font-size: 22px; box-shadow: 0 11px 24px rgba(74,40,61,.25); }
.zexyra-brand-mark svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.15; }
.zexyra-brand-mark img { width: 58px; max-width: none; height: 58px; margin: -7px; }
.zexyra-brand-name { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1; letter-spacing: -.03em; }
.zexyra-brand small { display: block; margin-top: 5px; color: var(--zx-muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.zexyra-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin: 0; padding: 0; list-style: none; }
.zexyra-nav a { color: var(--zx-ink) !important; font-size: 13px; font-weight: 700; }
.zexyra-nav a:hover, .zexyra-nav a:focus-visible { color: var(--zx-rose) !important; }
.zexyra-quickbar { border-bottom: 1px solid rgba(255,255,255,.09); background: var(--zx-plum-deep); }
.zexyra-quickbar-inner { display: flex; align-items: center; gap: 0; min-height: 47px; overflow-x: auto; scrollbar-width: none; }
.zexyra-quickbar-inner::-webkit-scrollbar { display: none; }
.zexyra-quickbar a { display: inline-flex; align-items: center; gap: 7px; min-height: 47px; padding: 0 15px; border-right: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.86) !important; font-size: 12px; font-weight: 700; white-space: nowrap; }
.zexyra-quickbar a:hover, .zexyra-quickbar a:focus-visible { background: rgba(255,255,255,.08); color: #fff !important; }
.zexyra-quickbar-feature { padding-left: 0 !important; color: #fff !important; }
.zexyra-quickbar-divider { width: 1px; height: 20px; margin: 0 7px; background: rgba(255,255,255,.24); }
.zexyra-quickbar-dot { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
.zexyra-dot-vip { background: #e4bb62; }
.zexyra-dot-gold { background: #d99b39; }
.zexyra-dot-bronz { background: #b78155; }
.zexyra-menu-toggle { display: none; border: 1px solid var(--zx-line); border-radius: 10px; background: #fff; color: var(--zx-plum); cursor: pointer; padding: 9px; }
.zexyra-menu-toggle > span:last-child { display: grid; gap: 4px; }
.zexyra-menu-toggle i { display: block; width: 21px; height: 2px; border-radius: 2px; background: currentColor; }
.zexyra-header-search, .zexyra-hero-search, .zexyra-filter { display: flex; align-items: center; gap: 8px; }
.zexyra-header-search { width: min(255px, 30vw); padding: 4px 5px 4px 13px; border: 1px solid var(--zx-line); border-radius: 999px; background: #fff; }
.zexyra-header-search input, .zexyra-hero-search input, .zexyra-filter input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--zx-ink); font: inherit; }
.zexyra-header-search button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--zx-plum); color: #fff; cursor: pointer; font-size: 18px; }

.zexyra-hero { position: relative; overflow: hidden; padding: 96px 0 82px; background: radial-gradient(circle at 84% 20%, rgba(194,128,126,.12), transparent 28%), linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f7f7f8 100%); }
.zexyra-hero::before, .zexyra-hero::after { position: absolute; border: 1px solid rgba(168,93,112,.16); border-radius: 50%; content: ""; pointer-events: none; }
.zexyra-hero::before { width: 420px; height: 420px; right: -150px; top: -180px; }
.zexyra-hero::after { width: 220px; height: 220px; left: -120px; bottom: -110px; }
.zexyra-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: 72px; align-items: center; }
.zexyra-eyebrow { margin: 0 0 12px; color: var(--zx-rose); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.zexyra-hero h1, .zexyra-section h2, .zexyra-archive h1, .zexyra-single h1, .zexyra-editorial-card h2 { margin: 0; color: var(--zx-plum); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
.zexyra-hero h1 { max-width: 710px; font-size: clamp(43px, 7vw, 86px); line-height: .98; }
.zexyra-hero h1 em { color: var(--zx-rose); font-style: normal; }
.zexyra-hero-copy { max-width: 620px; margin: 23px 0 28px; color: var(--zx-muted); font-size: 18px; }
.zexyra-hero-search { width: min(580px, 100%); padding: 7px 7px 7px 19px; border: 1px solid rgba(74,40,61,.16); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 14px 35px rgba(74,40,61,.08); }
.zexyra-hero-search input { font-size: 15px; }
.zexyra-hero-search button, .zexyra-filter button { border: 0; border-radius: 999px; padding: 12px 22px; background: var(--zx-plum); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.zexyra-hero-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; font-size: 13px; font-weight: 700; }
.zexyra-hero-links a::after { content: " ↗"; color: var(--zx-copper); }
.zexyra-hero-panel { position: relative; isolation: isolate; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid rgba(74,40,61,.14); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(255,247,242,.62)); box-shadow: 0 30px 70px rgba(74,40,61,.12); }
.zexyra-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.zexyra-panel-live { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(19,122,67,.18); border-radius: 999px; background: rgba(233,248,239,.72); color: #137a43; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.zexyra-panel-live i { width: 6px; height: 6px; border-radius: 50%; background: #28a65f; box-shadow: 0 0 0 4px rgba(40,166,95,.12); }
.zexyra-panel-orbit { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.zexyra-panel-orbit-one { width: 190px; height: 190px; right: -56px; top: 34px; border: 1px solid rgba(168,93,112,.2); }
.zexyra-panel-orbit-two { width: 125px; height: 125px; right: -24px; top: 66px; border: 1px solid rgba(183,129,85,.28); }
.zexyra-panel-label { display: inline-block; color: var(--zx-copper); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.zexyra-hero-panel strong { display: block; margin-top: 54px; color: var(--zx-plum); font-family: Georgia, serif; font-size: clamp(28px, 4vw, 45px); font-weight: 500; line-height: 1.05; }
.zexyra-hero-panel p { margin: 20px 0 0; color: var(--zx-muted); font-size: 14px; }
.zexyra-panel-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; }
.zexyra-panel-metrics div { display: grid; gap: 2px; padding: 11px 12px; border: 1px solid rgba(74,40,61,.1); border-radius: 13px; background: rgba(255,255,255,.5); }
.zexyra-panel-metrics b { color: var(--zx-plum); font: 600 22px/1 Georgia, serif; }
.zexyra-panel-metrics span { color: var(--zx-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.zexyra-panel-line { display: flex; gap: 7px; margin-top: 34px; }
.zexyra-panel-line span { display: block; height: 4px; border-radius: 99px; background: var(--zx-rose); }
.zexyra-panel-line span:nth-child(1) { width: 42%; }
.zexyra-panel-line span:nth-child(2) { width: 24%; background: var(--zx-copper); }
.zexyra-panel-line span:nth-child(3) { width: 12%; background: var(--zx-plum); }
.zexyra-today-selection { margin-top: 20px; min-width: 0; }
.zexyra-today-selection-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; color: var(--zx-copper); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.zexyra-today-selection-controls { display: flex; gap: 5px; }
.zexyra-today-selection-controls button { display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border: 1px solid var(--zx-line); border-radius: 50%; background: #fff; color: var(--zx-plum); cursor: pointer; font: 18px/1 Georgia, serif; }
.zexyra-today-selection-controls button:hover, .zexyra-today-selection-controls button:focus-visible { background: var(--zx-plum); color: #fff; outline: 0; }
.zexyra-today-slider { overflow: hidden; scroll-behavior: smooth; }
.zexyra-today-track { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; gap: 10px; }
.zexyra-today-card { position: relative; display: grid; min-height: 112px; overflow: hidden; border-radius: 13px; background: var(--zx-plum-deep); color: #fff !important; }
.zexyra-today-card img { width: 100%; height: 112px; object-fit: cover; object-position: center; opacity: .82; }
.zexyra-today-card > span { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 2px; padding: 28px 10px 10px; background: linear-gradient(transparent, rgba(41,25,40,.94)); }
.zexyra-today-card strong { overflow: hidden; font-size: 13px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.zexyra-today-card small { color: rgba(255,255,255,.78); font-size: 10px; }

.zexyra-trust { position: relative; z-index: 2; border-bottom: 1px solid var(--zx-line); background: #fffdfb; }
.zexyra-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.zexyra-trust-item { display: flex; align-items: center; gap: 13px; min-height: 84px; padding: 15px 22px; border-right: 1px solid var(--zx-line); }
.zexyra-trust-item:first-child { padding-left: 0; }
.zexyra-trust-item:last-child { border-right: 0; }
.zexyra-statbar { padding: 18px 0; border-bottom: 1px solid var(--zx-line); background: #fff; }
.zexyra-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.zexyra-stat { display: grid; gap: 4px; min-height: 58px; padding: 7px 22px; border-right: 1px solid var(--zx-line); }
.zexyra-stat:last-child { border-right: 0; }
.zexyra-stat strong { color: var(--zx-plum); font: 600 23px/1 Georgia, serif; }
.zexyra-stat span { color: var(--zx-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.zexyra-stat-action a { color: var(--zx-rose); font-size: 14px; font-weight: 800; }
.zexyra-stories { padding: 40px 0 20px; background: #ffffff; }
.zexyra-story-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(118px, 1fr); gap: 20px; overflow-x: auto; padding: 4px 2px 14px; scrollbar-width: thin; }
.zexyra-story { min-width: 0; text-align: center; }
.zexyra-story a { display: grid; justify-items: center; gap: 7px; color: var(--zx-ink); text-decoration: none; }
.zexyra-story-ring { display: grid; place-items: center; width: 94px; height: 94px; padding: 4px; border: 2px solid var(--zx-copper); border-radius: 50%; background: linear-gradient(135deg, #fff, #f1d0c1); box-shadow: 0 8px 20px rgba(114, 53, 48, .13); }
.zexyra-story-ring img, .zexyra-story-placeholder { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.zexyra-story-placeholder { display: grid; place-items: center; background: var(--zx-plum); color: #fff; font: 30px Georgia, serif; }
.zexyra-story strong { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.zexyra-story small { color: var(--zx-muted); font-size: 11px; }
.zexyra-trust-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid rgba(168,93,112,.22); border-radius: 12px; background: #f8eee9; color: var(--zx-rose); }
.zexyra-trust-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.zexyra-trust-item strong, .zexyra-trust-item small { display: block; }
.zexyra-trust-item strong { color: var(--zx-plum); font-size: 13px; }
.zexyra-trust-item small { margin-top: 2px; color: var(--zx-muted); font-size: 11px; }

.zexyra-section { padding: 78px 0; }
.zexyra-section-soft { background: #ffffff; }
.zexyra-tier-intro { padding: 52px 0 20px; background: #ffffff; }
.zexyra-tier-intro .zexyra-container { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.zexyra-tier-intro h2 { margin: 0; color: var(--zx-plum); font-family: Georgia, serif; font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.05; }
.zexyra-tier-intro p:last-child { max-width: 390px; margin: 0; color: var(--zx-muted); font-size: 14px; }
.zexyra-tier-stack { padding-bottom: 40px; background: #ffffff; }
.zexyra-tier-section { padding: 36px 0; }
.zexyra-tier-section + .zexyra-tier-section { border-top: 1px solid var(--zx-line); }
.zexyra-tier-section .zexyra-section-head { margin-bottom: 18px; }
.zexyra-tier-section .zexyra-section-head h2 { font-size: clamp(25px, 3vw, 34px); }
.zexyra-tier-section .zexyra-card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.zexyra-tier-vip .zexyra-eyebrow { color: var(--zx-copper); }
.zexyra-tier-gold .zexyra-eyebrow { color: #a1742e; }
.zexyra-tier-silver .zexyra-eyebrow { color: #7e7f86; }
.zexyra-tier-standart .zexyra-eyebrow { color: var(--zx-rose); }
.zexyra-section-head, .zexyra-archive-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.zexyra-section h2, .zexyra-editorial-card h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
.zexyra-text-link { color: var(--zx-rose) !important; font-size: 13px; font-weight: 800; }
.zexyra-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.zexyra-card { overflow: hidden; border: 1px solid var(--zx-line); border-radius: var(--zx-radius); background: var(--zx-paper); box-shadow: var(--zx-shadow); transition: transform .22s ease, box-shadow .22s ease; }
.zexyra-card:hover { transform: translateY(-4px); box-shadow: 0 25px 60px rgba(61,36,52,.15); }
.zexyra-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, #ead7d3, #d8b6be); }
.zexyra-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.zexyra-card:hover .zexyra-card-media img { transform: scale(1.035); }
.zexyra-card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 64px; }
.zexyra-card-type, .zexyra-card-tier { position: absolute; top: 12px; padding: 5px 9px; border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.zexyra-card-type { left: 12px; background: rgba(41,25,40,.78); }
.zexyra-card-tier { right: 12px; background: var(--zx-copper); }
.zexyra-card-online { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; background: rgba(19,122,67,.9); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.zexyra-card-online i { width: 6px; height: 6px; border-radius: 50%; background: #b8f3ca; box-shadow: 0 0 0 3px rgba(184,243,202,.2); }
.zexyra-card-body { padding: 18px 18px 20px; }
.zexyra-card-kicker { margin: 0 0 8px; color: var(--zx-rose); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.zexyra-card h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 500; line-height: 1.18; }
.zexyra-card h3 a { color: var(--zx-plum) !important; }
.zexyra-card-subline { display: flex; justify-content: space-between; gap: 10px; margin: 9px 0 0; color: var(--zx-muted); font-size: 11px; }
.zexyra-card-subline span:first-child { color: var(--zx-rose); font-weight: 800; }
.zexyra-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.zexyra-card-profile { display: inline-flex; padding: 8px 11px; border: 1px solid var(--zx-line); border-radius: 999px; color: var(--zx-plum) !important; font-size: 11px; font-weight: 800; }
.zexyra-whatsapp { display: inline-flex; margin-top: 12px; padding: 8px 11px; border-radius: 999px; background: #e9f8ef; color: #137a43 !important; font-size: 11px; font-weight: 800; text-decoration: none; }
.zexyra-card-actions .zexyra-whatsapp { margin-top: 0; }
.zexyra-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 0; padding: 0; list-style: none; }
.zexyra-card-meta li { display: inline-flex; gap: 5px; padding: 5px 8px; border-radius: 999px; background: #f4eae5; color: var(--zx-plum); font-size: 11px; }
.zexyra-card-meta li span { color: var(--zx-muted); }
.zexyra-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; }
.zexyra-tags a { display: inline-flex; padding: 4px 8px; border: 1px solid var(--zx-line); border-radius: 999px; color: var(--zx-rose) !important; font-size: 11px; }

.zexyra-home-columns { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 55px; align-items: start; }
.zexyra-discovery { padding: 66px 0 28px; background: #ffffff; }
.zexyra-discovery-grid { display: grid; grid-template-columns: minmax(310px, 360px) minmax(0, 1fr); gap: 40px; align-items: start; }
.zexyra-discovery > .zexyra-container { width: 100%; max-width: none; padding-inline: 0; }
.zexyra-home-location-sidebar { position: relative; z-index: 3; max-height: none; overflow: visible; padding: 22px 18px; border: 1px solid var(--zx-line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 16px 34px rgba(61,36,52,.07); }
.zexyra-sidebar-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.zexyra-sidebar-heading > div { min-width: 0; }
.zexyra-sidebar-kicker { color: var(--zx-rose); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.zexyra-sidebar-mark { position: relative; display: grid; place-items: center; width: 34px; height: 30px; padding: 0; border: 1px solid rgba(74,40,61,.2); border-radius: 9px; appearance: none; background: linear-gradient(145deg, var(--zx-plum), var(--zx-rose)); color: transparent; cursor: pointer; font-size: 0; line-height: 1; box-shadow: 0 3px 0 rgba(41,25,40,.2), 0 8px 16px rgba(61,36,52,.13); }
.zexyra-sidebar-mark::before, .zexyra-sidebar-mark::after { position: absolute; width: 15px; height: 2px; border-radius: 2px; background: #fff; content: ""; }
.zexyra-sidebar-mark::before { transform: translateY(-5px); box-shadow: 0 5px 0 #fff, 0 10px 0 #fff; }
.zexyra-discovery-title { margin: 0 0 18px; color: var(--zx-plum); font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.zexyra-sidebar-note { margin: -7px 0 16px; color: var(--zx-muted); font-size: 11px; line-height: 1.55; }
.zexyra-location-search { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; padding: 8px 10px; border: 1px solid var(--zx-line); border-radius: 10px; background: #fff; color: var(--zx-muted); }
.zexyra-location-search:focus-within { border-color: var(--zx-rose); box-shadow: 0 0 0 3px rgba(180,95,116,.12); }
.zexyra-location-search-input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--zx-ink); font: inherit; font-size: 12px; }
.zexyra-location-tree { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.zexyra-location-tree[hidden] { display: none !important; }
.zexyra-location-tree ul { display: grid; gap: 2px; margin: 0 0 4px 18px; padding: 0; border-left: 1px solid var(--zx-line); list-style: none; }
.zexyra-location-row { display: flex; align-items: center; gap: 3px; }
.zexyra-location-row a { display: flex; flex: 1; align-items: center; gap: 8px; padding: 8px 7px; border-radius: 9px; color: var(--zx-ink) !important; font-size: 13px; }
.zexyra-location-level { display: inline-flex; flex: 0 0 auto; padding: 3px 5px; border: 1px solid var(--zx-line); border-radius: 5px; color: var(--zx-muted); font-size: 8px; font-weight: 800; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.zexyra-location-depth-0 > li > .zexyra-location-row a { background: #fff7f3; color: var(--zx-plum) !important; font-weight: 800; }
.zexyra-location-row a:hover { background: #f4eae5; color: var(--zx-plum) !important; }
.zexyra-country-flag { flex: 0 0 auto; font-size: 19px; line-height: 1; }
.zexyra-location-row svg, .zexyra-location-toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.zexyra-location-row strong { margin-left: auto; color: var(--zx-rose); font-size: 11px; }
.zexyra-location-name { font-weight: 700; }
.zexyra-location-toggle { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(74,40,61,.16); border-radius: 9px; background: linear-gradient(145deg, #fff, #f0e5e0); color: var(--zx-plum); cursor: pointer; box-shadow: 0 3px 0 rgba(74,40,61,.14), 0 7px 14px rgba(61,36,52,.09); transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.zexyra-location-toggle:hover, .zexyra-location-toggle:focus-visible { background: linear-gradient(145deg, #fff7f3, #ead3ca); box-shadow: 0 4px 0 rgba(74,40,61,.16), 0 10px 18px rgba(61,36,52,.12); outline: 0; transform: translateY(-1px); }
.zexyra-location-toggle:active { box-shadow: 0 1px 0 rgba(74,40,61,.16), 0 3px 8px rgba(61,36,52,.1); transform: translateY(2px); }
.zexyra-location-toggle.is-collapsed { background: linear-gradient(145deg, var(--zx-plum), var(--zx-rose)); color: #fff; }
.zexyra-location-toggle:hover, .zexyra-location-toggle:focus-visible { background: #f4eae5; color: var(--zx-plum); }
.zexyra-location-toggle.is-collapsed svg { transform: rotate(90deg); }
.zexyra-slider-shell { position: relative; }
.zexyra-slider-controls { display: flex; justify-content: flex-end; gap: 7px; margin: -9px 2px 10px; }
.zexyra-slider-button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--zx-line); border-radius: 50%; background: #fff; color: var(--zx-plum); cursor: pointer; font: 24px/1 Georgia, serif; box-shadow: 0 8px 18px rgba(61,36,52,.08); }
.zexyra-slider-button:hover, .zexyra-slider-button:focus-visible { border-color: var(--zx-rose); background: var(--zx-plum); color: #fff; }
.zexyra-slider { overflow-x: auto; padding: 3px 2px 14px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--zx-rose) #f4eae5; }
.zexyra-slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 48%); gap: 18px; }
.zexyra-slide { position: relative; overflow: hidden; min-height: 340px; border-radius: 22px; background: var(--zx-plum-deep); scroll-snap-align: start; }
.zexyra-slide a { display: block; height: 100%; }
.zexyra-slide img { width: 100%; height: 340px; object-fit: cover; opacity: .86; transition: transform .3s ease, opacity .3s ease; }
.zexyra-slide:hover img { transform: scale(1.035); opacity: .98; }
.zexyra-slide-placeholder { display: grid; place-items: center; height: 340px; color: rgba(255,255,255,.6); font-family: Georgia, serif; font-size: 72px; }
.zexyra-slide-overlay { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 58px 23px 22px; background: linear-gradient(transparent, rgba(41,25,40,.94)); color: #fff; }
.zexyra-slide-overlay small { color: #f2c9b6; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.zexyra-slide-overlay strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.05; }
.zexyra-slide-overlay span:last-child { color: rgba(255,255,255,.76); font-size: 12px; }
.zexyra-category-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 28px; margin: 0; padding: 0; list-style: none; }
.zexyra-category-list li a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--zx-line); color: var(--zx-ink); font-size: 14px; }
.zexyra-category-list strong { color: var(--zx-rose); font-size: 12px; }
.zexyra-editorial-card { padding: 32px; border-radius: 24px; background: var(--zx-plum); color: rgba(255,255,255,.78); box-shadow: var(--zx-shadow); }
.zexyra-editorial-card h2 { margin-top: 24px; color: #fff; font-size: 31px; }
.zexyra-editorial-card p { margin: 18px 0 24px; font-size: 14px; }
.zexyra-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.zexyra-button-dark { background: #fff; color: var(--zx-plum) !important; }

.zexyra-archive, .zexyra-single { padding: 62px 0 86px; }
.zexyra-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; color: var(--zx-muted); font-size: 12px; }
.zexyra-breadcrumbs a { color: var(--zx-rose) !important; font-weight: 800; }
.zexyra-breadcrumbs span[aria-current="page"] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zexyra-archive-head { align-items: center; padding: 26px 0 8px; }
.zexyra-archive h1 { font-size: clamp(36px, 5vw, 60px); }
.zexyra-muted { margin: 12px 0 0; color: var(--zx-muted); }
.zexyra-filter { width: min(360px, 100%); padding: 6px 6px 6px 15px; border: 1px solid var(--zx-line); border-radius: 999px; background: #fff; }
.zexyra-filter button { padding: 10px 17px; }
.zexyra-archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 255px; gap: 28px; align-items: start; }
.zexyra-sidebar { padding: 23px; border: 1px solid var(--zx-line); border-radius: var(--zx-radius); background: #fff; box-shadow: var(--zx-shadow); }
.zexyra-sidebar h2 { margin: 0 0 12px; color: var(--zx-plum); font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.zexyra-sidebar .zexyra-category-list { display: block; }
.zexyra-sidebar .zexyra-category-list li a { font-size: 13px; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 35px; }
.nav-links a, .nav-links span { padding: 8px 12px; border: 1px solid var(--zx-line); border-radius: 999px; background: #fff; color: var(--zx-plum); font-size: 12px; }
.zexyra-empty { padding: 32px; border: 1px dashed #d4c0bc; border-radius: var(--zx-radius); background: #fff; color: var(--zx-muted); }

.zexyra-single-card { padding: clamp(20px, 4vw, 48px); border: 1px solid var(--zx-line); border-radius: 25px; background: #fff; box-shadow: var(--zx-shadow); }
.zexyra-single-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr); gap: clamp(24px, 5vw, 70px); align-items: center; }
.zexyra-single-visual { min-width: 0; }
.zexyra-single-media, .zexyra-single-placeholder { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: linear-gradient(145deg, #ead7d3, #d8b6be); }
.zexyra-single-media img { width: 100%; height: 100%; object-fit: cover; }
.zexyra-single-placeholder { display: grid; place-items: center; color: rgba(255,255,255,.75); font-family: Georgia, serif; font-size: 65px; }
.zexyra-single-intro h1 { font-size: clamp(34px, 5vw, 65px); line-height: 1; }
.zexyra-detail-list { display: grid; gap: 8px; margin: 25px 0 0; }
.zexyra-detail-list div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--zx-line); }
.zexyra-detail-list dt { color: var(--zx-muted); font-size: 12px; }
.zexyra-detail-list dd { margin: 0; color: var(--zx-plum); font-size: 13px; font-weight: 800; text-align: right; }
.zexyra-single-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 20px; color: var(--zx-muted); font-size: 12px; }
.zexyra-single-meta-row a { color: var(--zx-rose) !important; font-weight: 800; }
.zexyra-entry-content { max-width: 820px; margin: 48px auto 0; color: #443844; font-size: 17px; }
.zexyra-entry-content :where(iframe, video) { width: 100%; min-height: 420px; border: 0; border-radius: 15px; background: #1f1520; }
.zexyra-entry-content img { border-radius: 14px; }
.zexyra-entry-content :where(h2, h3) { color: var(--zx-plum); font-family: Georgia, serif; font-weight: 500; }
.zexyra-profile-gallery { max-width: 1120px; margin: 50px auto 0; padding-top: 34px; border-top: 1px solid var(--zx-line); }
.zexyra-profile-gallery h2 { margin: 7px 0 20px; color: var(--zx-plum); font: 500 30px/1.2 Georgia, serif; }
.zexyra-profile-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.zexyra-profile-gallery-grid figure { aspect-ratio: 4 / 3; overflow: hidden; margin: 0; border-radius: 14px; background: #f5eeeb; }
.zexyra-profile-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.zexyra-nearby-profiles { margin: 56px 0 0; padding-top: 36px; border-top: 1px solid var(--zx-line); }
.zexyra-nearby-profiles .zexyra-section-head { margin-bottom: 22px; }
.zexyra-nearby-profiles .zexyra-section-head h2 { margin: 7px 0 0; color: var(--zx-plum); font: 500 32px/1.2 Georgia, serif; }
.zexyra-nearby-profiles .zexyra-section-head > p { max-width: 300px; margin: 0; color: var(--zx-muted); font-size: 13px; line-height: 1.5; text-align: right; }
.zexyra-nearby-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.zexyra-nearby-grid .zexyra-card-body { padding: 14px; }
.zexyra-nearby-grid .zexyra-card h3 { font-size: 19px; }
.zexyra-nearby-grid .zexyra-card-meta, .zexyra-nearby-grid .zexyra-tags { display: none; }
.zexyra-comments { max-width: 820px; margin: 50px auto 0; padding-top: 35px; border-top: 1px solid var(--zx-line); }
.zexyra-comments h2 { margin: 0 0 20px; color: var(--zx-plum); font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.zexyra-comments .comment-list { margin: 0; padding: 0; list-style: none; }
.zexyra-comments .comment { padding: 16px 0; border-bottom: 1px solid var(--zx-line); }
.zexyra-comments .comment-meta, .zexyra-comments .comment-notes { color: var(--zx-muted); font-size: 12px; }
.zexyra-comments .comment-content { color: var(--zx-ink); font-size: 14px; }
.zexyra-comments form p { display: grid; gap: 6px; margin: 12px 0; color: var(--zx-muted); font-size: 12px; }
.zexyra-comments input, .zexyra-comments textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--zx-line); border-radius: 10px; background: #fff; color: var(--zx-ink); font: inherit; }
.zexyra-comments input[type="submit"] { width: auto; border: 0; background: var(--zx-plum); color: #fff; cursor: pointer; }
.zexyra-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.zexyra-review-card { min-height: 190px; padding: 24px; border: 1px solid var(--zx-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(64, 37, 47, .05); }
.zexyra-review-mark { color: var(--zx-copper); font: 42px/1 Georgia, serif; }
.zexyra-review-card p { margin: 12px 0 24px; color: var(--zx-ink); font-size: 14px; line-height: 1.7; }
.zexyra-review-card footer { display: grid; gap: 5px; border-top: 1px solid var(--zx-line); padding-top: 14px; }
.zexyra-review-card footer strong { color: var(--zx-plum); font-size: 13px; }
.zexyra-review-card footer a { color: var(--zx-muted); font-size: 12px; text-decoration: none; }

.zexyra-footer { margin-top: auto; padding: 54px 0 20px; background: var(--zx-plum-deep); color: rgba(255,255,255,.72); }
.zexyra-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 42px; }
.zexyra-footer-brand { color: #fff !important; font-family: Georgia, serif; font-size: 26px; }
.zexyra-footer p { max-width: 350px; margin: 14px 0 0; font-size: 13px; }
.zexyra-footer h2 { margin: 0 0 12px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.zexyra-footer ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.zexyra-footer a { color: #f2c9b6 !important; font-size: 13px; }
.zexyra-footer-contact { margin-top: 14px; line-height: 1.9; }
.zexyra-footer-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.zexyra-footer-tags a { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(242,201,182,.35); border-radius: 999px; font-size: 11px; }
.zexyra-footer-empty { color: rgba(255,255,255,.55); font-size: 12px; }
.zexyra-footer-country-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; max-height: 210px; overflow: auto; padding-right: 4px; scrollbar-color: rgba(242,201,182,.55) transparent; }
.zexyra-footer-country-list a { font-size: 12px; }
.zexyra-footer-locale { color: rgba(255,255,255,.58); font-size: 11px !important; }
.zexyra-sidebar-locations { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--zx-line); }
.zexyra-sidebar-locations h3 { margin: 0 0 10px; color: var(--zx-plum); font-size: 16px; }
.zexyra-sidebar-locations .zexyra-location-tree { display: block; }
.zexyra-footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }

/* Location-first discovery surface */
.zexyra-home .zexyra-hero { display:none; }
.xv-location-hero { position:relative; isolation:isolate; overflow:hidden; padding:92px 0 78px; background:linear-gradient(135deg,#071326 0%,#0c2744 54%,#3b1746 100%); color:#f7fbff; }
.xv-location-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr); gap:72px; align-items:center; }
.xv-location-copy { max-width:680px; }
.xv-location-kicker { display:flex; align-items:center; gap:9px; margin:0 0 16px; color:#ffb2c9; font-size:11px; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
.xv-location-kicker span { width:8px; height:8px; border-radius:50%; background:#ff789f; box-shadow:0 0 0 6px rgba(255,120,159,.15); }
.xv-location-copy h1 { margin:0; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(43px,6.5vw,82px); font-weight:500; letter-spacing:-.055em; line-height:.98; }
.xv-location-copy h1 em { color:#ff91b2; font-style:normal; }
.xv-location-copy > p:not(.xv-location-kicker):not(.xv-location-status) { max-width:610px; margin:24px 0 28px; color:rgba(241,247,255,.75); font-size:18px; line-height:1.65; }
.xv-location-actions { display:flex; flex-wrap:wrap; gap:10px; }
.xv-location-primary,.xv-location-secondary { min-height:48px; padding:0 18px; border-radius:999px; font:inherit; font-weight:900; cursor:pointer; }
.xv-location-primary { border:1px solid #ffb8cc; background:#ff739f; color:#1b1024; box-shadow:0 12px 28px rgba(255,115,159,.24); }
.xv-location-primary:hover,.xv-location-primary:focus-visible { background:#ff9fbc; outline:3px solid rgba(255,255,255,.25); outline-offset:2px; }
.xv-location-secondary { border:1px solid rgba(255,255,255,.28); background:rgba(255,255,255,.08); color:#fff; }
.xv-location-secondary:hover,.xv-location-secondary:focus-visible { background:rgba(255,255,255,.16); outline:3px solid rgba(255,255,255,.2); outline-offset:2px; }
.xv-location-status { min-height:20px; margin:13px 0 0; color:rgba(241,247,255,.58); font-size:12px; }
.xv-location-card { position:relative; min-height:390px; padding:25px; overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:30px; background:linear-gradient(160deg,rgba(255,255,255,.16),rgba(255,255,255,.04)); box-shadow:0 30px 70px rgba(0,0,0,.3); }
.xv-location-card-top { display:flex; align-items:center; gap:8px; color:#fff; font-size:12px; font-weight:800; }
.xv-live-dot { width:8px; height:8px; border-radius:50%; background:#64e0a0; box-shadow:0 0 0 5px rgba(100,224,160,.14); }
.xv-location-lock { margin-left:auto; color:rgba(255,255,255,.52); font-size:10px; }
.xv-location-orbit { position:absolute; inset:82px 30px 80px; display:grid; place-items:center; border:1px solid rgba(255,153,186,.28); border-radius:50%; transform:rotate(-18deg); }
.xv-location-orbit::before,.xv-location-orbit::after { position:absolute; border:1px solid rgba(255,255,255,.15); border-radius:50%; content:""; }
.xv-location-orbit::before { inset:13% -9%; transform:rotate(53deg); }.xv-location-orbit::after { inset:-8% 15%; transform:rotate(-48deg); }
.xv-location-orbit span { width:120px; height:120px; border-radius:50%; background:radial-gradient(circle at 35% 25%,#ffb6cb,#e74f87 48%,#4a1748 100%); box-shadow:0 0 0 18px rgba(255,115,159,.08),0 0 70px rgba(255,115,159,.32); }
.xv-location-orbit i { position:absolute; display:grid; place-items:center; width:48px; height:48px; border:1px solid rgba(255,255,255,.5); border-radius:50%; background:#071326; color:#ffafc6; font-size:24px; font-style:normal; }
.xv-location-card-bottom { position:absolute; right:25px; bottom:25px; left:25px; display:grid; gap:6px; }.xv-location-card-bottom strong { color:#fff; font-size:23px; }.xv-location-card-bottom small { color:rgba(255,255,255,.62); font-size:12px; }
.xv-location-glow { position:absolute; z-index:-1; border-radius:50%; filter:blur(4px); opacity:.65; }.xv-location-glow-one { width:390px; height:390px; top:-230px; right:16%; background:#3e6ed5; }.xv-location-glow-two { width:300px; height:300px; bottom:-220px; left:25%; background:#aa2d72; }
.xv-location-searchbar { position:relative; z-index:2; margin-top:-25px; }.xv-location-searchbox { display:flex; align-items:center; gap:11px; padding:7px 8px 7px 18px; border:1px solid var(--zx-line); border-radius:999px; background:var(--zx-paper); box-shadow:0 18px 45px rgba(0,0,0,.16); }.xv-location-searchbox > span { color:var(--zx-rose); font-size:22px; }.xv-location-searchbox input { min-width:0; flex:1; border:0; outline:0; background:transparent; color:var(--zx-ink); font:inherit; }.xv-location-searchbox button { min-height:42px; padding:0 17px; border:0; border-radius:999px; background:var(--zx-plum); color:#fff; font:inherit; font-weight:900; cursor:pointer; }.xv-location-chips { display:flex; flex-wrap:wrap; gap:8px; margin:13px 0 0; }.xv-location-chips button { padding:7px 11px; border:1px solid var(--zx-line); border-radius:999px; background:var(--zx-cream); color:var(--zx-plum); font:inherit; font-size:11px; font-weight:800; cursor:pointer; }.xv-location-chips button:hover,.xv-location-chips button:focus-visible { border-color:var(--zx-rose); }
.xv-nearby-section,.xv-demo-section { padding:68px 0 30px; background:var(--zx-paper); }.xv-demo-section { padding-top:52px; padding-bottom:82px; background:var(--zx-cream); }.xv-nearby-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:23px; }.xv-nearby-head h2 { margin:0; color:var(--zx-plum); font:500 clamp(30px,4vw,48px)/1.05 Georgia,serif; letter-spacing:-.04em; }.xv-privacy-note,.xv-demo-badge { padding:7px 10px; border:1px solid var(--zx-line); border-radius:999px; color:var(--zx-muted); font-size:11px; font-weight:800; }.xv-demo-badge { color:var(--zx-rose); }.xv-nearby-results { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }.xv-nearby-empty { display:grid; justify-items:center; grid-column:1/-1; min-height:190px; padding:38px; border:1px dashed var(--zx-line); border-radius:20px; background:var(--zx-cream); text-align:center; }.xv-nearby-empty > span { color:var(--zx-rose); font-size:30px; }.xv-nearby-empty strong { margin-top:9px; color:var(--zx-plum); }.xv-nearby-empty p { margin:6px 0 0; color:var(--zx-muted); font-size:13px; }
.xv-demo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }.xv-demo-card { overflow:hidden; border:1px solid var(--zx-line); border-radius:22px; background:var(--zx-paper); box-shadow:0 16px 38px rgba(13,31,54,.08); }.xv-demo-image { position:relative; aspect-ratio: .9; overflow:hidden; background:#071326; }.xv-demo-image img { width:100%; height:100%; object-fit:cover; }.xv-demo-image > span { position:absolute; top:12px; left:12px; padding:6px 9px; border-radius:999px; background:rgba(7,19,38,.78); color:#fff; font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }.xv-demo-body { display:grid; grid-template-columns:1fr auto; gap:8px; padding:16px; }.xv-demo-body strong,.xv-demo-body small { display:block; }.xv-demo-body strong { color:var(--zx-plum); font-size:18px; }.xv-demo-body small { margin-top:3px; color:var(--zx-muted); font-size:11px; }.xv-demo-body p { grid-column:1/-1; margin:8px 0 0; color:var(--zx-muted); font-size:12px; line-height:1.5; }.xv-demo-online { align-self:start; padding:5px 8px; border:1px solid #b8e5cb; border-radius:999px; background:#effbf3; color:#167342; font-size:10px; font-weight:900; }

/* Homepage storefront: a single, intentional discovery flow. */
.zexyra-home .zexyra-hero, .zexyra-home .zexyra-trust, .zexyra-home .zexyra-statbar, .zexyra-home .zexyra-stories, .zexyra-home .zexyra-discovery, .zexyra-home .zexyra-featured-after-tiers, .zexyra-home #ilanlar, .zexyra-home .zexyra-curated-section, .zexyra-home .zexyra-reviews, .zexyra-home #kategoriler { display:none; }
.xv-showcase { padding:94px 0; background:var(--zx-paper); }.xv-showcase-head { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.42fr); gap:40px; align-items:end; margin-bottom:30px; }.xv-showcase-head h2,.xv-vitrine-guide h2 { max-width:700px; margin:0; color:var(--zx-plum); font:500 clamp(37px,5vw,68px)/.98 Georgia,serif; letter-spacing:-.055em; }.xv-showcase-head h2 em,.xv-vitrine-guide h2 em { color:var(--zx-rose); font-style:normal; }.xv-showcase-head > p { max-width:410px; margin:0 0 4px; color:var(--zx-muted); font-size:14px; line-height:1.7; }.xv-showcase-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:13px; }.xv-city-feature { position:relative; display:flex; min-height:270px; flex-direction:column; justify-content:flex-end; overflow:hidden; padding:23px; border:1px solid var(--zx-line); border-radius:22px; background:linear-gradient(145deg,var(--zx-cream),var(--zx-paper)); color:var(--zx-plum) !important; isolation:isolate; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }.xv-city-feature::before { position:absolute; z-index:-1; width:180px; height:180px; top:-68px; right:-72px; border-radius:50%; background:radial-gradient(circle at 35% 35%,color-mix(in srgb,var(--zx-rose) 75%,#fff),transparent 68%); content:""; opacity:.7; }.xv-city-feature:hover,.xv-city-feature:focus-visible { transform:translateY(-5px); border-color:var(--zx-rose); box-shadow:0 24px 45px rgba(25,32,60,.12); outline:0; }.xv-city-feature-main { min-height:350px; padding:32px; border:0; background:linear-gradient(135deg,#0b1930,#273f7a 53%,#7e2758); color:#fff !important; }.xv-city-feature-main::before { width:370px; height:370px; top:-120px; right:-100px; background:radial-gradient(circle,#fe789f 0%,rgba(254,120,159,.14) 50%,transparent 69%); opacity:1; }.xv-city-number { position:absolute; top:20px; left:22px; color:var(--zx-muted); font-size:11px; font-weight:900; letter-spacing:.16em; }.xv-city-feature-main .xv-city-number { color:rgba(255,255,255,.56); }.xv-city-feature strong { margin-top:auto; font:500 clamp(25px,3vw,42px)/1 Georgia,serif; letter-spacing:-.045em; }.xv-city-feature small { margin-top:8px; color:var(--zx-muted); font-size:12px; font-weight:700; }.xv-city-feature-main small { color:rgba(255,255,255,.72); }.xv-city-feature i { position:absolute; right:19px; bottom:18px; display:grid; width:31px; height:31px; place-items:center; border:1px solid var(--zx-line); border-radius:50%; color:var(--zx-rose); font-style:normal; }.xv-city-feature-main i { border-color:rgba(255,255,255,.3); color:#fff; }.xv-city-pin { position:absolute; right:25px; top:24px; display:grid; width:76px; height:76px; place-items:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; color:#fff; font-size:34px; box-shadow:0 0 0 13px rgba(255,255,255,.05); }
.xv-vitrine-guide { padding:88px 0; background:var(--zx-cream); }.xv-vitrine-guide-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:center; }.xv-vitrine-guide ol { display:grid; gap:0; margin:0; padding:0; list-style:none; counter-reset:guide; }.xv-vitrine-guide li { display:grid; grid-template-columns:58px 1fr; gap:15px; padding:20px 0; border-bottom:1px solid var(--zx-line); }.xv-vitrine-guide li:first-child { border-top:1px solid var(--zx-line); }.xv-vitrine-guide li > span { display:grid; width:38px; height:38px; place-items:center; border-radius:50%; background:var(--zx-plum); color:#fff; font-size:11px; font-weight:900; }.xv-vitrine-guide strong { color:var(--zx-plum); font-size:16px; }.xv-vitrine-guide p { margin:3px 0 0; color:var(--zx-muted); font-size:13px; }
.zexyra-home .xv-showcase,.zexyra-home .xv-vitrine-guide { display:none; }
.xv-listing-board { padding:82px 0 94px; background:var(--zx-paper); }.xv-listing-board-head { margin-bottom:27px; }.xv-listing-board-head h2 { margin:0; color:var(--zx-plum); font:500 clamp(35px,5vw,62px)/1 Georgia,serif; letter-spacing:-.05em; }.xv-listing-board-head h2 em { color:var(--zx-rose); font-style:normal; }.xv-listing-board-grid { display:grid; grid-template-columns:1.1fr .8fr 1.1fr; gap:14px; align-items:start; }.xv-board-column { min-height:420px; padding:22px; border:1px solid var(--zx-line); border-radius:22px; background:var(--zx-cream); }.xv-board-locations { background:var(--zx-plum-deep); color:#fff; }.xv-board-title { display:flex; gap:11px; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--zx-line); }.xv-board-locations .xv-board-title { border-color:rgba(255,255,255,.16); }.xv-board-title > span { display:grid; width:36px; height:36px; place-items:center; border-radius:50%; background:var(--zx-plum); color:#fff; }.xv-board-locations .xv-board-title > span { background:var(--zx-rose); }.xv-board-title p { margin:0; color:var(--zx-muted); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.xv-board-locations .xv-board-title p { color:rgba(255,255,255,.55); }.xv-board-title h3 { margin:1px 0 0; color:var(--zx-plum); font:500 23px/1.1 Georgia,serif; }.xv-board-locations .xv-board-title h3 { color:#fff; }.xv-board-column .zexyra-tier-section { margin:20px 0 0; }.xv-board-column .zexyra-tier-section .zexyra-section-head { display:none; }.xv-board-column .zexyra-tier-section .zexyra-empty { min-height:180px; margin:0; padding:28px 0; border:0; border-radius:0; background:transparent; box-shadow:none; }.xv-board-copy { margin:20px 0; color:rgba(255,255,255,.72); font-size:13px; line-height:1.65; }.xv-board-city-list { display:grid; gap:7px; margin:0; padding:0; list-style:none; }.xv-board-city-list a { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.14); color:#fff !important; font-size:13px; font-weight:800; }.xv-board-city-list a span { color:#ff9cba; }.xv-board-empty { margin:22px 0; color:var(--zx-muted); font-size:13px; line-height:1.65; }.xv-board-locations .xv-board-empty { color:rgba(255,255,255,.63); }.xv-board-profile-list { display:grid; gap:10px; margin-top:18px; }.xv-board-profile-list .zexyra-card { display:none; }
.zexyra-footer-about { margin-top:50px; padding:34px 0 0; border-top:1px solid rgba(255,255,255,.16); }.zexyra-footer-about .zexyra-eyebrow { color:#f5a6be; }.zexyra-footer-about h2 { max-width:790px; margin:0; color:#fff; font:500 clamp(28px,3vw,42px)/1.1 Georgia,serif; letter-spacing:-.035em; text-transform:none; }.zexyra-footer-about p:last-child { max-width:1050px; color:rgba(255,255,255,.72); line-height:1.8; }.zexyra-footer-about strong { color:#fff; }

@media (max-width: 980px) {
    .zexyra-header-inner { flex-wrap: wrap; padding: 15px 0; }
    .zexyra-nav { order: 3; width: 100%; }
    .zexyra-header-search { margin-left: auto; }
    .zexyra-hero-grid, .zexyra-home-columns, .zexyra-archive-layout { grid-template-columns: 1fr; }
    .zexyra-hero-panel { max-width: 520px; }
    .zexyra-sidebar { order: -1; }
    .zexyra-tier-intro .zexyra-container { align-items: flex-start; flex-direction: column; gap: 16px; }
    .zexyra-tier-section .zexyra-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zexyra-discovery-grid { grid-template-columns: 1fr; }
    .zexyra-home-location-sidebar { position: static; }
    .zexyra-location-tree { grid-template-columns: 1fr; gap: 3px; max-height: 320px; overflow-y: auto; padding-right: 4px; }
    .zexyra-trust-item { padding-inline: 14px; }
    .xv-location-hero-grid { grid-template-columns:1fr; gap:38px; }.xv-location-card { max-width:560px; }
    .xv-listing-board-grid { grid-template-columns:1fr; }.xv-board-column { min-height:0; }.xv-board-profile-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
    .zexyra-container { width: min(100% - 28px, 1680px); }
    .zexyra-notice .zexyra-container { flex-direction: column; gap: 2px; }
    .zexyra-header-inner { align-items: flex-start; }
    .zexyra-brand { min-width: 0; }
    .zexyra-header-search { width: 100%; margin-left: 0; }
    .zexyra-quickbar-inner { width: calc(100% - 28px); }
    .zexyra-quickbar a { padding-inline: 12px; font-size: 11px; }
    .zexyra-quickbar-feature { padding-left: 0 !important; }
    .zexyra-menu-toggle { display: inline-flex; margin-left: auto; }
    .zexyra-nav { display: none; order: 4; width: 100%; }
    .zexyra-nav.is-open { display: block; }
    .zexyra-nav ul { display: grid; gap: 0; padding: 8px 0; border-top: 1px solid var(--zx-line); }
    .zexyra-nav li { border-bottom: 1px solid var(--zx-line); }
    .zexyra-nav a { display: block; padding: 12px 2px; }
    .zexyra-hero { padding: 58px 0 52px; }
    .zexyra-hero-panel { min-height: 250px; padding: 26px; }
    .zexyra-hero-panel strong { margin-top: 34px; }
    .zexyra-section { padding: 55px 0; }
    .zexyra-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .zexyra-card-body { padding: 13px; }
    .zexyra-card h3 { font-size: 18px; }
    .zexyra-card-meta { display: none; }
    .zexyra-trust-grid { grid-template-columns: 1fr; }
    .zexyra-trust-item, .zexyra-trust-item:first-child { min-height: 66px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--zx-line); }
    .zexyra-trust-item:last-child { border-bottom: 0; }
    .zexyra-category-list { grid-template-columns: 1fr; }
    .zexyra-section-head, .zexyra-archive-head { align-items: flex-start; flex-direction: column; }
    .zexyra-filter { width: 100%; }
    .zexyra-single-grid, .zexyra-footer-grid { grid-template-columns: 1fr; }
    .zexyra-profile-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zexyra-home-location-sidebar { padding: 18px 14px; }
    .zexyra-home-location-sidebar.is-collapsed .zexyra-location-search { display: none; }
    .zexyra-home-location-sidebar.is-collapsed .zexyra-sidebar-note { margin-bottom: 0; }
    .zexyra-location-tree { max-height: 300px; }
    .zexyra-location-row a { min-height: 42px; }
    .zexyra-entry-content :where(iframe, video) { min-height: 240px; }
.zexyra-footer-bottom { flex-direction: column; }
    .xv-location-hero { padding:62px 0 54px; }.xv-location-copy h1 { font-size:clamp(40px,13vw,66px); }.xv-location-searchbox { border-radius:20px; flex-wrap:wrap; padding:12px; }.xv-location-searchbox input { flex-basis:calc(100% - 40px); }.xv-location-searchbox button { width:100%; }.xv-nearby-head { align-items:flex-start; flex-direction:column; }.xv-demo-grid,.xv-nearby-results { grid-template-columns:1fr; }.xv-demo-card { max-width:420px; }
    .xv-listing-board { padding:58px 0; }.xv-listing-board-head h2 { font-size:40px; }.xv-board-profile-list { grid-template-columns:1fr; }.zexyra-footer-about { margin-top:32px; }.zexyra-footer-about h2 { font-size:29px; }
}

@media (max-width: 720px) {
    .zexyra-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zexyra-stat { padding: 10px 14px; border-right: 0; border-bottom: 1px solid var(--zx-line); }
    .zexyra-stat:nth-child(odd) { border-right: 1px solid var(--zx-line); }
    .zexyra-stat:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 420px) {
    .zexyra-card-grid { grid-template-columns: 1fr; }
    .zexyra-tier-section .zexyra-card-grid { grid-template-columns: 1fr; }
    .zexyra-review-grid { grid-template-columns: 1fr; }
    .zexyra-profile-gallery-grid { grid-template-columns: 1fr; }
    .zexyra-nearby-grid { grid-template-columns: 1fr; }
    .zexyra-location-tree { grid-template-columns: 1fr; }
}
