:root {
  --primary: #3db8c6;
  --primary-dark: #2a9aa7;
  --primary-deep: #1e7e8a;
  --primary-light: #e7f7f9;
  --dark: #0e3340;
  --dark-2: #12404c;
  --text: #1c2e34;
  --muted: #5d7178;
  --background: #f4f8f9;
  --border: #dce7ea;
  --white: #ffffff;
  --whatsapp: #25d366;
  --shadow: 0 10px 30px rgba(14, 51, 64, .08);
  --radius: 18px;
  --header-h: 78px;
  --font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --tabbar-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  padding-bottom: var(--tabbar-h);
  -webkit-tap-highlight-color: transparent;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
.container { width: min(1200px, calc(100% - 32px)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 8px; background: var(--primary); color: #fff; padding: 8px 12px; z-index: 1000;
}
.skip-link:focus { left: 8px; }

/* Topbar */
.topbar {
  background: var(--dark);
  color: #d7e6ea;
  font-size: 13px;
  padding-top: env(safe-area-inset-top);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 42px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: nowrap; }
.topbar a:hover { color: #fff; }
.topbar-tag { opacity: .85; white-space: nowrap; }
.wa-chip {
  background: var(--whatsapp); color: #fff !important; border-radius: 999px;
  padding: 6px 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 80; background: #fff;
  box-shadow: 0 1px 0 var(--border);
}
.site-header.is-compact .header-inner { min-height: 64px; }
.header-inner {
  display: flex; align-items: stretch; gap: 12px; min-height: var(--header-h);
  position: relative;
}
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 52px; width: auto; }
.header-actions { display: none; margin-left: auto; align-items: center; gap: 2px; }
.header-actions .ico-close { display: none; }
body.nav-open .header-actions .ico-open { display: none; }
body.nav-open .header-actions .ico-close { display: block; }
.nav { margin-left: auto; display: flex; align-items: stretch; gap: 4px; }
.nav-drawer-head, .nav-drawer-foot { display: none; }
.nav-list {
  display: flex; align-items: stretch; gap: 0; list-style: none; margin: 0; padding: 0;
  flex-wrap: nowrap;
}
.nav-list > li { display: flex; align-items: stretch; }
.nav-item-row { display: flex; align-items: center; }
.nav-caret { display: none; }
.nav-link {
  display: flex; align-items: center; padding: 0 10px; font-size: 13.5px; font-weight: 600; color: var(--text);
  background: none; border: 0; cursor: pointer; white-space: nowrap;
}
.nav-list > li:hover .nav-link,
.nav-list > li.is-hover .nav-link,
.nav-link:focus-visible {
  color: var(--primary-deep); background: var(--primary-light);
}
.icon-btn {
  width: 42px; height: 42px; border: 0; background: transparent; border-radius: 10px; cursor: pointer;
  display: grid; place-items: center; color: inherit; flex-shrink: 0;
}
.icon-btn:hover { background: var(--primary-light); color: var(--primary-deep); }
.header-wa { color: var(--whatsapp); }
.nav-search-desk { align-self: center; }
.nav-backdrop { display: none; }
.menu-toggle { display: none; }

/* Mega: li header yüksekliğini doldurur, panel hemen altında — boşluk yok */
.has-mega { position: static; }
.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 90;
  display: none;
  padding: 0 0 12px;
}
.has-mega:hover > .mega,
.has-mega.is-hover > .mega,
.has-mega:focus-within > .mega { display: block; }
.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  border-top: 0;
  padding: 22px;
}
.mega h3 {
  margin: 0 0 10px; color: var(--primary-deep); font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
}
.mega a { display: block; padding: 6px 0; font-size: 14px; color: #31464d; }
.mega a:hover { color: var(--primary-deep); }
.mega-all {
  grid-column: 1 / -1;
  font-weight: 800 !important;
  color: var(--primary-deep) !important;
  padding: 0 0 10px !important;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border);
}

/* Hero */
.hero { position: relative; color: #fff; min-height: 680px; overflow: hidden; background: #12343c; }
.hero-track { display: flex; transition: transform .7s ease; height: 680px; }
.hero-slide { min-width: 100%; position: relative; }
.hero-slide img { width: 100%; height: 680px; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,28,34,.72) 0%, rgba(8,28,34,.28) 48%, rgba(8,28,34,.12) 100%);
}
.hero-copy {
  position: absolute; inset: 0; display: flex; align-items: center;
}
.hero-kicker { letter-spacing: .12em; text-transform: uppercase; font-size: 13px; opacity: .9; margin: 0 0 10px; }
.hero-copy h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.12; margin: 0 0 12px; max-width: 640px; }
.hero-copy p { max-width: 520px; font-size: 18px; opacity: .92; }
.hero-nav, .hero-dots { position: absolute; z-index: 2; }
.hero-nav { top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding: 0 16px; pointer-events: none; }
.hero-nav button {
  pointer-events: auto; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.18);
  color: #fff; cursor: pointer; backdrop-filter: blur(6px);
}
.hero-dots { bottom: 92px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.hero-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-dots button.is-active { background: #fff; width: 22px; border-radius: 99px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 18px; border-radius: 12px; border: 0; font-weight: 700; cursor: pointer;
}
.btn-primary { background: var(--primary); color: #07343a; }
.btn-primary:hover { background: #4fc8d4; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); }
.btn-ghost { background: var(--primary-light); color: var(--primary-deep); }

/* Search */
.search-wrap { position: relative; z-index: 3; margin-top: -58px; }
.search-panel {
  background: #fff; border-radius: 22px; box-shadow: var(--shadow); padding: 10px 16px 18px;
}
.search-tabs { display: flex; gap: 6px; overflow: auto; padding: 8px 6px 12px; }
.search-tab {
  border: 0; background: transparent; padding: 10px 14px; border-radius: 999px; font-weight: 700; cursor: pointer; color: var(--muted);
}
.search-tab.is-active { background: var(--primary); color: #07343a; }
.search-form { display: none; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 10px; align-items: end; }
.search-form.is-active { display: grid; }
.search-form label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.search-form input, .search-form select, .form-control {
  width: 100%; min-height: 48px; border: 1px solid var(--border); border-radius: 12px; padding: 0 12px; background: #fff;
}
.search-form button { min-width: 140px; }

/* Sections */
.section { padding: 72px 0; }
.section-muted { background: var(--background); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.eyebrow { color: var(--primary-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 6px; }
.section-head h2, .page-hero h1 { margin: 0; font-size: clamp(26px, 4vw, 36px); line-height: 1.2; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.category-bar { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.category-bar h2 { margin: 0 0 14px; font-size: 18px; }
.chip {
  border: 0; background: #fff; border: 1px solid var(--border); color: var(--text); padding: 8px 14px;
  border-radius: 999px; font-weight: 700; cursor: pointer; font-size: 13px;
}
.chip.is-active { background: var(--primary); border-color: var(--primary); color: #07343a; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; gap: 14px; align-items: center; }
.trust-icon {
  width: 54px; height: 54px; border: 1.5px solid var(--primary); color: var(--primary-deep);
  border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
}
.trust-item h3 { margin: 0 0 2px; font-size: 15px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 13px; }

/* Cards */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(220,231,234,.7); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(14,51,64,.12); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 12px; left: 12px; background: var(--primary); color: #07343a;
  font-size: 11px; font-weight: 800; padding: 5px 9px; border-radius: 999px;
}
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body h3 { margin: 0; font-size: 18px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 12px; color: var(--muted); font-size: 13px; }
.price { margin-top: auto; display: flex; align-items: baseline; gap: 8px; }
.price b { color: var(--primary-deep); font-size: 22px; }
.price s { color: #99a8ad; }
.price-note { font-size: 11px; color: var(--muted); }
.card-cta { color: var(--primary-deep); font-weight: 800; font-size: 14px; }

.dest-card { position: relative; border-radius: 16px; overflow: hidden; min-height: 180px; display: block; }
.dest-card img { width: 100%; height: 180px; object-fit: cover; }
.dest-card span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 12px;
  background: linear-gradient(transparent, rgba(8,28,34,.82)); color: #fff; font-weight: 800;
}

.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px 18px; text-align: left;
  box-shadow: var(--shadow);
}
.service-card .ic { width: 48px; height: 48px; border-radius: 50%; background: var(--primary-light); color: var(--primary-deep); display: grid; place-items: center; margin-bottom: 12px; }
.service-card h3 { margin: 0 0 6px; font-size: 16px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-band {
  background: linear-gradient(90deg, #2eb4c4, #49c3d1);
  color: #07343a; border-radius: 22px; padding: 28px; display: grid; grid-template-columns: 1.4fr .9fr; gap: 20px; align-items: center;
}
.cta-band h2 { margin: 0 0 8px; }
.newsletter { display: flex; gap: 8px; }
.newsletter input { flex: 1; min-height: 48px; border: 0; border-radius: 12px; padding: 0 12px; }

.page-hero { padding: 42px 0 10px; background: linear-gradient(#eef7f8, #fff); }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 14px; margin-bottom: 10px; }
.breadcrumb a:hover { color: var(--primary-deep); }

.tour-layout { display: grid; grid-template-columns: 1.4fr .7fr; gap: 28px; }
.panel { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 20px; box-shadow: var(--shadow); }
.sticky-aside { position: sticky; top: 96px; }

.footer { background: var(--dark); color: #cfe0e4; padding: 56px 0 0; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr; gap: 28px; }
.footer h3 { color: #fff; font-size: 15px; }
.footer a { display: block; padding: 4px 0; color: #cfe0e4; }
.footer a:hover { color: #fff; }
.footer-logo { height: 54px; margin-bottom: 12px; }
.footer-bottom {
  margin-top: 32px; border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0 22px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px;
}

.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.4);
}
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 45; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 16px; max-width: 760px; margin: 0 auto;
  display: none;
}
.cookie.is-open { display: block; }

.alert { padding: 12px 14px; border-radius: 12px; margin: 12px 0; }
.alert-success { background: #e8f8ef; color: #146c43; }
.alert-error { background: #fdecec; color: #a12626; }
.form-grid { display: grid; gap: 12px; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

/* Admin */
.admin-body { background: #f3f6f7; }
.admin-shell { display: grid; grid-template-columns: 248px 1fr; min-height: 100vh; }
.admin-side { background: var(--dark); color: #d5e4e8; padding: 16px 10px 24px; overflow: auto; max-height: 100vh; position: sticky; top: 0; }
.admin-brand { display: flex !important; flex-direction: column; align-items: flex-start; gap: 6px; margin: 4px 8px 12px; padding: 0 !important; }
.admin-brand img { height: 38px; }
.admin-brand span { font-size: 12px; color: #8fb4bd; }
.admin-nav-label { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #7fa3ad; margin: 14px 12px 4px; font-weight: 700; }
.admin-nav-more summary.admin-nav-label { cursor: pointer; list-style: none; }
.admin-nav-more summary.admin-nav-label::-webkit-details-marker { display: none; }
.admin-side a { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-radius: 10px; color: #d5e4e8; font-size: 14px; gap: 8px; }
.admin-side a:hover, .admin-side a.is-active { background: rgba(61,184,198,.18); color: #fff; }
.admin-badge { background: #3db8c6; color: #08313a; border-radius: 99px; font-size: 11px; font-weight: 700; padding: 1px 7px; min-width: 1.4em; text-align: center; }
.admin-logout { margin: 18px 12px 8px; }
.admin-main { padding: 22px; min-width: 0; }
.admin-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.admin-top h1 { margin: 0; font-size: 26px; }
.admin-lead { margin: 6px 0 0; color: var(--muted); max-width: 720px; line-height: 1.45; }
.admin-sticky-actions { display: flex; gap: 10px; margin-bottom: 16px; position: sticky; top: 0; z-index: 2; background: #f3f6f7; padding: 8px 0; }
.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.table th, .table td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: left; font-size: 14px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.stat { background: #fff; border-radius: 14px; padding: 16px; box-shadow: var(--shadow); color: inherit; text-decoration: none; display: block; }
.stat b { display: block; font-size: 26px; color: var(--primary-deep); }
.site-map { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.site-map-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 16px; box-shadow: var(--shadow); }
.site-map-card h2 { margin: 0 0 6px; font-size: 18px; }
.site-map-card p { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.admin-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.admin-filters a { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 6px 12px; font-size: 13px; }
.admin-filters a.is-active { background: var(--dark); color: #fff; border-color: var(--dark); }
.admin-search { display: flex; gap: 8px; max-width: 420px; margin-bottom: 16px; }
.admin-row-actions { white-space: nowrap; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.admin-row-actions form { display: inline; }
.admin-pill { background: #e7f6f8; color: #0e3340; border-radius: 999px; padding: 2px 8px; font-size: 12px; }
.menu-board { background: #fff; border: 1px solid var(--border); border-radius: 18px; margin-bottom: 18px; overflow: hidden; box-shadow: var(--shadow); }
.menu-board-head { padding: 16px 18px 10px; border-bottom: 1px solid var(--border); }
.menu-board-head h2 { margin: 0; font-size: 18px; }
.menu-board-head span { color: var(--muted); font-size: 13px; }
.menu-parent { border-bottom: 1px solid var(--border); }
.menu-parent > summary { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 12px 18px; cursor: pointer; background: #f7fbfc; font-weight: 700; }
.menu-parent > summary em { font-style: normal; font-weight: 400; color: var(--muted); font-size: 13px; }
            .menu-parent-edit, .menu-child, .menu-new-grid { display: grid; grid-template-columns: 1.3fr 1.4fr 90px 80px auto; gap: 8px; align-items: end; padding: 10px 18px; }
            .menu-parent-edit { grid-template-columns: 1.2fr 1.3fr 80px auto auto; background: #fff; }
            .menu-child { grid-template-columns: minmax(140px, 1.1fr) minmax(160px, 1.2fr) 130px 70px 36px auto; }
.menu-col-title { margin: 8px 18px 0; font-size: 12px; font-weight: 700; color: #5b7a82; letter-spacing: .04em; text-transform: uppercase; }
.menu-check { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.menu-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.menu-add-inline { display: flex; gap: 8px; padding: 10px 18px 16px; }
.menu-add-inline .form-control { flex: 1; }
.menu-new h3 { margin-top: 0; }
.menu-new-grid { padding: 0; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 12px; }
.admin-advanced { background: #f7fbfc; border-radius: 12px; padding: 10px 14px; }
.admin-tours-pick { border: 1px solid var(--border); border-radius: 12px; padding: 12px; }
.admin-tours-pick legend { font-weight: 700; }
.admin-check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 6px; max-height: 240px; overflow: auto; }
.muted { color: var(--muted); }

@media (max-width: 980px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { position: relative; max-height: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .menu-parent-edit, .menu-child { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media (max-width: 1280px) {
  .logo img { height: 46px; }
  .nav-link { font-size: 12.5px; padding: 0 7px; }
}
@media (max-width: 1100px) {
  .grid-4, .grid-6, .trust, .tour-layout, .cta-band, .footer-grid, .stats { grid-template-columns: 1fr 1fr; }
  .search-form.is-active { grid-template-columns: 1fr 1fr; }
  .mega-grid { grid-template-columns: 1fr 1fr; }
  .nav-link { padding: 0 8px; font-size: 13px; }
}
.app-tabbar { display: none; }
@media (max-width: 860px) {
  :root { --header-h: 56px; --tabbar-h: calc(64px + env(safe-area-inset-bottom)); }
  .topbar { display: none; }
  .header-inner { min-height: var(--header-h); gap: 8px; align-items: center; }
  .logo img { height: 40px; }
  .header-actions { display: flex; }
  .menu-toggle { display: grid; }
  .nav-search-desk { display: none; }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8, 28, 34, .46);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(100%, 400px);
    height: 100dvh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    z-index: 100;
    transform: translateX(100%);
    transition: transform .28s ease;
    padding: calc(12px + env(safe-area-inset-top)) 0 calc(12px + var(--tabbar-h));
    box-shadow: -16px 0 40px rgba(14, 51, 64, .18);
  }
  body.nav-open .nav { transform: translateX(0); }

  .nav-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 16px 12px;
    border-bottom: 1px solid var(--border);
  }
  .nav-drawer-head img { height: 36px; width: auto; }
  .nav-drawer-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px 16px 0;
    margin-top: auto;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
    padding: 8px 10px 16px;
    flex: 1;
    flex-wrap: nowrap;
  }
  .nav-list > li { display: block; }
  .nav-item-row { display: flex; align-items: center; gap: 4px; }
  .nav-link {
    flex: 1;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 12px;
    white-space: normal;
  }
  .nav-caret {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    border-radius: 12px;
    color: var(--muted);
    flex-shrink: 0;
  }
  .has-mega.is-open .nav-caret { color: var(--primary-deep); }
  .has-mega.is-open .nav-caret svg { transform: rotate(180deg); }
  .nav-caret svg { transition: transform .2s ease; }

  .mega {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 8px 0 12px;
    pointer-events: none;
  }
  .has-mega:hover > .mega,
  .has-mega.is-hover > .mega,
  .has-mega:focus-within > .mega {
    display: block;
    max-height: 0;
    pointer-events: none;
  }
  .has-mega.is-open > .mega {
    max-height: 70vh;
    overflow: auto;
    padding-bottom: 8px;
    pointer-events: auto;
  }
  .mega-grid {
    display: block;
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 0;
    border-radius: 14px;
    padding: 0 0 8px;
    background: var(--background);
  }
  .mega-grid > div { padding: 8px 12px; }
  .mega a { padding: 8px 4px; font-size: 15px; }
  .mega-all { border: 0; margin: 0; padding: 12px !important; }

  .hero, .hero-track, .hero-slide img { min-height: 420px; height: 62dvh; max-height: 520px; }
  .hero-copy h1 { font-size: clamp(26px, 8vw, 36px); }
  .hero-copy p { font-size: 15px; }
  .hero-dots { bottom: 72px; }
  .grid-4, .grid-3, .grid-6, .trust, .tour-layout, .cta-band, .footer-grid, .admin-shell, .stats { grid-template-columns: 1fr; }
  .search-wrap { margin-top: -28px; padding: 0 0 8px; }
  .search-panel { border-radius: 16px; padding: 8px 12px 14px; }
  .search-tabs { scrollbar-width: none; }
  .search-tabs::-webkit-scrollbar { display: none; }
  .search-form.is-active { grid-template-columns: 1fr; }
  .search-form button { min-width: 0; width: 100%; }
  .section { padding: 48px 0; }
  .newsletter { flex-direction: column; }
  .sticky-aside { position: static; }
  .footer { padding-bottom: 12px; }
  .page-hero { padding: 22px 0 8px; }
  .wa-float { bottom: calc(var(--tabbar-h) + 12px); right: 14px; width: 52px; height: 52px; }
  .cookie { left: 12px; right: 12px; bottom: calc(var(--tabbar-h) + 12px); }
  .app-tabbar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 55;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--border);
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
    justify-content: space-around;
    align-items: stretch;
  }
  .app-tabbar a, .app-tabbar button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 52px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
  }
  .app-tabbar a.is-active, .app-tabbar a:hover, .app-tabbar button:hover {
    color: var(--primary-deep);
  }
}
@media (hover: none) {
  .card:hover { transform: none; }
}
.pager { display:flex; gap:8px; flex-wrap:wrap; margin-top:16px; }
label { display:grid; gap:6px; font-weight:600; font-size:14px; }
.admin-side a { overflow-wrap:anywhere; }
.rich-content h2 { font-size: 22px; margin: 22px 0 8px; color: var(--dark); }
.rich-content h3 { font-size: 18px; margin: 18px 0 6px; }
.rich-content p { margin: 0 0 12px; color: var(--text, #234); line-height: 1.75; }
.rich-content ul, .rich-content ol { margin: 0 0 14px 1.2em; line-height: 1.7; }
.rich-content li { margin-bottom: 6px; }
.cover-banner { width: 100%; max-height: 320px; object-fit: cover; border-radius: 18px; margin-bottom: 18px; }
.logo-preview { background: #0e3340; padding: 10px 14px; border-radius: 12px; display: inline-flex; align-items: center; min-height: 64px; }
.logo-preview img { height: 48px; width: auto; max-width: 220px; }

