/* ============================================
   DESAKU – Template Desa Wisata
   By IndoKoding.net
   Bootstrap 5.3 + Custom CSS
   Identitas: fresh spring/lime green di atas
   kanvas putih — hue lime sengaja dipilih beda
   dari hijau emerald klinikku dan hijau standar
   nusadesa. Tipografi Space Grotesk (crisp,
   modern) + Manrope. Komposisi sengaja beda dari
   wisataku: hero dua-kolom terang (bukan
   full-bleed gelap), kartu foto-atas+caption-
   bawah (bukan overlay gradient), kartu paket
   horizontal (bukan vertikal), plus showcase
   selang-seling.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

/* ── CSS Variables ────────────────────────── */
:root {
  --green:          #84CC16;
  --green-deep:     #65A30D;
  --green-soft:     #D9F99D;
  --ink:          #1E2A0F;
  --gold:         #F2A90D;
  --gold-deep:    #C6870A;
  --gold-soft:    #FCE4A8;
  --alert:        #B23B3B;

  --text:         #23331A;
  --text-soft:    #5C6E52;
  --bg:           #FFFFFF;
  --surface:      #F3F9EA;
  --card:         #FFFFFF;
  --line:         #E1EFD2;
  --white:        #FFFFFF;

  --font-display: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-base:    'Manrope', -apple-system, 'Segoe UI', sans-serif;

  --radius-sm:    8px;
  --radius:       16px;
  --shadow:       0 16px 36px rgba(30,42,15,.12);
  --shadow-sm:    0 4px 14px rgba(30,42,15,.08);
  --transition:   all .25s ease;
}

/* ── Base ────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-base);
  font-size: 1rem;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 600; color: var(--ink); line-height: 1.2; letter-spacing: -.01em; }
a { color: var(--green-deep); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--green); }
img { max-width: 100%; height: auto; }
.cursor-pointer { cursor: pointer; }

/* ── Section utility ─────────────────────── */
.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 50px 0; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-deep); margin-bottom: .7rem;
}
.section-eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--gold); }
.section-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); margin-bottom: .5rem; }
.section-title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
.bg-surface { background: var(--surface) !important; }
.bg-ink { background: var(--ink) !important; }
.text-gold { color: var(--gold-deep) !important; }
.text-green { color: var(--green-deep) !important; }
.text-soft { color: var(--text-soft) !important; }
.lede { max-width: 60ch; color: var(--text-soft); font-size: 1.06rem; }

/* ── Buttons ─────────────────────────────── */
.btn { font-weight: 600; border-radius: 999px; padding: .68rem 1.5rem; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--ink); }
.btn-outline-ink { border-color: var(--ink); color: var(--ink); }
.btn-outline-ink:hover { background: var(--ink); color: #fff; }
.btn-green { background: var(--green); border-color: var(--green); color: var(--ink); }
.btn-green:hover { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }

/* ── Badges ──────────────────────────────── */
.badge-award { display: inline-flex; align-items: center; gap: .4rem; background: var(--gold-soft); color: #6B4F0A; font-size: .72rem; font-weight: 700; letter-spacing: .02em; padding: .35rem .75rem; border-radius: 999px; }

/* ── Top utility bar ─────────────────────── */
.topbar { background: var(--ink); color: #CFE6F5; font-size: .78rem; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #CFE6F5; opacity: .92; }
.topbar a:hover { opacity: 1; color: var(--gold-soft); }
.topbar .sep { opacity: .3; }
@media (max-width: 576px) { .topbar .hide-xs { display: none; } }

/* ── Main navbar ─────────────────────────── */
.navbar-custom { background: var(--bg); border-bottom: 1px solid var(--line); padding: 16px 0; transition: var(--transition); }
.navbar-custom.scrolled { box-shadow: var(--shadow-sm); padding: 11px 0; }
.navbar-custom .navbar-brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--green); color: #fff; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); line-height: 1.15; display: block; }
.brand-sub { font-size: .68rem; color: var(--text-soft); letter-spacing: .03em; line-height: 1.2; display: block; margin-top: 1px; }
.navbar-custom .nav-link { color: var(--text-soft); font-weight: 500; padding: .5rem 1rem !important; }
.navbar-custom .nav-link.active, .navbar-custom .nav-link:hover { color: var(--green-deep); }
.navbar-toggler { border: none; box-shadow: none !important; }

/* ── Hero: LIGHT two-column (not full-bleed dark overlay) ── */
.hero-section { padding: 56px 0 0; position: relative; overflow: hidden; background: var(--surface); }
.hero-section::before { content: ""; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: var(--green-soft); opacity: .6; z-index: 0; }
.hero-inner { position: relative; z-index: 1; padding-bottom: 56px; }
.hero-title { font-size: clamp(2.2rem, 3.2vw + 1rem, 3.3rem); line-height: 1.08; margin: 14px 0 16px; color: var(--ink); }
.hero-lede { max-width: 50ch; color: var(--text-soft); font-size: 1.08rem; }
.hero-stats { display: flex; gap: 30px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats .n { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--green-deep); }
.hero-stats .l { font-size: .78rem; color: var(--text-soft); }

.hero-collage { position: relative; height: 420px; }
.hero-collage .ph-main { position: absolute; top: 0; right: 0; width: 78%; height: 320px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-collage .ph-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-collage .ph-second { position: absolute; left: 0; bottom: 0; width: 46%; height: 190px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 4px solid var(--bg); }
.hero-collage .ph-second img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-collage .award-float { position: absolute; left: -10px; top: 30px; background: #fff; border-radius: var(--radius-sm); padding: 12px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; max-width: 220px; }
.hero-collage .award-float .ic { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-soft); color: #6B4F0A; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; flex-shrink: 0; }
.hero-collage .award-float .t { font-size: .7rem; color: var(--text-soft); }
.hero-collage .award-float .v { font-weight: 700; color: var(--ink); font-size: .82rem; line-height: 1.2; }
@media (max-width: 991px) { .hero-collage { height: 320px; margin-top: 30px; } .hero-collage .ph-main { height: 240px; } .hero-collage .ph-second { height: 140px; } }

/* ── Page head (inner pages) ─────────────── */
.page-head { background: var(--surface); padding: 46px 0; border-bottom: 1px solid var(--line); }
.page-head h1 { color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0; }
.page-head p { color: var(--text-soft); margin: 8px 0 0; max-width: 60ch; }

/* ── Stat row ────────────────────────────── */
.stat-cluster { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
@media (max-width: 760px) { .stat-cluster { grid-template-columns: repeat(2,1fr); } }
.stat-tile { background: var(--card); padding: 24px 18px; display: flex; flex-direction: column; gap: 6px; }
.stat-tile .n { font-family: var(--font-display); font-size: 1.85rem; font-weight: 700; color: var(--green-deep); }
.stat-tile .l { font-size: .8rem; color: var(--text-soft); }

/* ── Pull quote ──────────────────────────── */
.pull { border-left: 3px solid var(--gold); padding-left: 18px; font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); margin: 18px 0; }

/* ── Attraction cards: photo TOP + caption BELOW (not overlay) ── */
.attraction-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: block; height: 100%; transition: var(--transition); }
.attraction-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.attraction-card .ph { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.attraction-card .ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: var(--transition); }
.attraction-card:hover .ph img { transform: scale(1.06); }
.attraction-card .ph .price-tag { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--ink); font-size: .72rem; font-weight: 700; padding: .32rem .7rem; border-radius: 999px; }
.attraction-card .body { padding: 18px 20px 20px; }
.attraction-card .cat { font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green-deep); }
.attraction-card h3 { font-size: 1.12rem; margin: 6px 0 6px; }
.attraction-card .meta { font-size: .82rem; color: var(--text-soft); display: flex; align-items: center; gap: 6px; }

.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem; }
.filter-pill { border: 1px solid var(--line); background: var(--card); color: var(--text-soft); border-radius: 999px; padding: 7px 16px; font-size: .85rem; cursor: pointer; }
.filter-pill.active, .filter-pill:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ── Alternating showcase (new — not used in any sibling theme) ── */
.showcase-row { display: flex; align-items: center; gap: 48px; }
.showcase-row.reverse { flex-direction: row-reverse; }
.showcase-row .ph { flex: 0 0 44%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.showcase-row .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-row .txt { flex: 1; }
.showcase-row .num { font-family: var(--font-display); font-size: .85rem; font-weight: 700; color: var(--gold-deep); letter-spacing: .08em; }
@media (max-width: 860px) {
  .showcase-row, .showcase-row.reverse { flex-direction: column; gap: 24px; }
  .showcase-row .ph { flex: 0 0 auto; width: 100%; }
}

/* ── Wisata detail ───────────────────────── */
.ticket-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: sticky; top: 100px; box-shadow: var(--shadow-sm); }
.ticket-card .price-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.ticket-card .price-row:last-of-type { border-bottom: none; }
.ticket-card .price-row .val { font-weight: 700; color: var(--ink); }
.info-row { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .93rem; }
.info-row:last-child { border-bottom: none; }
.info-row span:first-child { color: var(--text-soft); }
.info-row span:last-child { font-weight: 600; text-align: right; }

/* ── Package cards: HORIZONTAL row (not vertical thumb-top) ── */
.package-row { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; height: 100%; transition: var(--transition); }
.package-row:hover { box-shadow: var(--shadow); border-color: transparent; }
.package-row .thumb-wrap { flex: 0 0 38%; position: relative; }
.package-row .thumb { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 160px; }
.package-row .duration-chip { position: absolute; top: 10px; left: 10px; background: var(--ink); color: #fff; border-radius: 999px; padding: .28rem .65rem; font-size: .68rem; font-weight: 600; display: flex; align-items: center; gap: .3rem; }
.package-row .body { padding: 18px 20px; display: flex; flex-direction: column; flex: 1; }
.package-row .cat { font-size: .66rem; font-weight: 700; color: var(--green-deep); letter-spacing: .05em; text-transform: uppercase; }
.package-row h3 { font-size: 1.04rem; margin: 5px 0 6px; }
.package-row p { color: var(--text-soft); font-size: .84rem; margin-bottom: 10px; flex-grow: 1; }
.package-row .price-row { display: flex; justify-content: space-between; align-items: center; }
.package-row .price-row .price { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.package-row .price-row .price small { font-family: var(--font-base); font-size: .7rem; color: var(--text-soft); font-weight: 500; }
.rating-chip { display: inline-flex; align-items: center; gap: .3rem; font-size: .76rem; font-weight: 600; color: var(--text-soft); }
@media (max-width: 560px) { .package-row { flex-direction: column; } .package-row .thumb-wrap { flex: 0 0 auto; height: 160px; } }
a.package-row { text-decoration: none; color: inherit; }

/* ── Itinerary timeline (paket-detail) ───── */
.itinerary-timeline { position: relative; padding-left: 40px; }
.itinerary-timeline::before { content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.itinerary-day { position: relative; padding-bottom: 26px; }
.itinerary-day:last-child { padding-bottom: 0; }
.itinerary-day .dot { position: absolute; left: -40px; top: 2px; width: 32px; height: 32px; border-radius: 50%; background: var(--green); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: .95rem; font-weight: 700; }
.itinerary-day .card-body { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; }
.itinerary-day h4 { font-size: 1rem; margin-bottom: 6px; }
.itinerary-day p { color: var(--text-soft); font-size: .88rem; margin-bottom: 8px; }
.itinerary-day .tags { display: flex; gap: 6px; flex-wrap: wrap; }
.itinerary-day .tags span { font-size: .72rem; background: var(--surface); color: var(--text-soft); padding: 3px 10px; border-radius: 999px; }

/* ── Included / not-included list (paket-detail) ── */
.included-list { list-style: none; padding: 0; margin: 0; }
.included-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: .9rem; }
.included-list.yes li i { color: var(--green-deep); }
.included-list.no li i { color: var(--text-soft); }
.included-list.no li span { color: var(--text-soft); }

/* ── Booking sidebar (paket-detail) ──────── */
.booking-sidebar { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: sticky; top: 100px; box-shadow: var(--shadow-sm); }
.booking-sidebar .price-big { font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; color: var(--ink); }
.booking-sidebar .price-big small { font-family: var(--font-base); font-size: .78rem; color: var(--text-soft); font-weight: 500; }
@media (max-width: 991px) { .booking-sidebar { position: static; margin-top: 24px; } }

/* ── UMKM / produk cards ─────────────────── */
.product-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; height: 100%; transition: var(--transition); }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card .thumb { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.product-card .body { padding: 18px; }
.product-card .maker { font-size: .72rem; color: var(--text-soft); }
.product-card h3 { font-size: 1rem; margin: 4px 0 8px; }
.product-card .price-row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; }
.product-card .price { font-family: var(--font-display); font-weight: 700; color: var(--green-deep); font-size: 1.02rem; }

/* ── Testimonial ─────────────────────────── */
.testi-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; height: 100%; }
.testi-card .stars { color: var(--gold-deep); font-size: .85rem; margin-bottom: 12px; }
.testi-card p { color: var(--text); font-size: .95rem; }
.testi-card .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-card .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.testi-card .who .name { font-weight: 700; font-size: .88rem; color: var(--ink); }
.testi-card .who .role { font-size: .76rem; color: var(--text-soft); }

/* ── Info / value cards ──────────────────── */
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; height: 100%; }
.info-card .k { font-size: .7rem; color: var(--green-deep); letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }
.info-card h3 { font-size: 1.05rem; margin: 8px 0; }

.value-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; height: 100%; }
.value-card .ic { width: 46px; height: 46px; border-radius: 50%; background: var(--surface); color: var(--green-deep); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 14px; }

.award-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; align-items: center; gap: 14px; height: 100%; }
.award-card .ic { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-soft); color: #6B4F0A; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }

/* ── Gallery ──────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 860px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item { display: block; position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: var(--transition); }
.gallery-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; color: #fff; font-size: .78rem; font-weight: 600; background: linear-gradient(180deg, transparent, rgba(22,50,73,.72)); display: flex; align-items: center; gap: 6px; }
.gallery-item:hover img { transform: scale(1.06); }

.lightbox { position: fixed; inset: 0; z-index: 2000; padding: 40px; background: rgba(10,22,32,.94); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.lightbox.show { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius-sm); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
#lightboxClose { position: absolute; top: 20px; right: 28px; background: none; border: none; color: #fff; font-size: 2.2rem; line-height: 1; cursor: pointer; opacity: .8; }
#lightboxClose:hover { opacity: 1; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; cursor: pointer; opacity: .85; transition: var(--transition); }
.lightbox-nav:hover { opacity: 1; background: rgba(255,255,255,.22); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

/* ── Contact page ─────────────────────────── */
.map-plate { height: 100%; min-height: 260px; border-radius: var(--radius); background: repeating-linear-gradient(45deg, transparent 0 18px, rgba(14,165,233,.06) 18px 19px), var(--surface); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
.map-plate .pin { width: 16px; height: 16px; border-radius: 50% 50% 50% 0; background: var(--green); transform: rotate(-45deg); }
.map-plate span { font-size: .76rem; color: var(--text-soft); }
.emergency-card { border: 1px solid var(--line); background: var(--card); border-radius: var(--radius); padding: 18px; display: flex; align-items: center; gap: 14px; }
.emergency-card .ic { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--surface); color: var(--green-deep); font-size: 1.2rem; flex-shrink: 0; }

/* ── Forms ───────────────────────────────── */
.form-control, .form-select { border-color: var(--line); background: var(--card); color: var(--text); border-radius: var(--radius-sm); padding: .68rem .95rem; }
.form-control:focus, .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgba(14,165,233,.14); background: var(--card); color: var(--text); }
label { font-size: .85rem; font-weight: 600; color: var(--text-soft); margin-bottom: .35rem; }
.form-text { font-size: .78rem; }
.invalid-feedback { font-size: .78rem; }

/* ── Accordion (FAQ) ─────────────────────── */
.accordion-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius) !important; margin-bottom: 10px; overflow: hidden; }
.accordion-button { background: var(--card); color: var(--ink); font-weight: 600; font-family: var(--font-base); }
.accordion-button:not(.collapsed) { background: var(--surface); color: var(--green-deep); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--green-soft); }

/* ── Pagination ──────────────────────────── */
.page-link { color: var(--text); border-color: var(--line); background: var(--card); }
.page-item.active .page-link { background: var(--ink); border-color: var(--ink); }
.page-link:hover { color: var(--green-deep); background: var(--surface); }

/* ── CTA band ─────────────────────────────── */
.cta-band { background: var(--ink); border-radius: var(--radius); padding: 48px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #B7CEE0; }

/* ── Footer ──────────────────────────────── */
footer.site-footer { border-top: 1px solid var(--line); padding: 46px 0 26px; font-size: .88rem; color: var(--text-soft); background: var(--surface); }
footer.site-footer .fmark { font-family: var(--font-display); color: var(--ink); font-size: 1.25rem; font-weight: 700; }
footer.site-footer h5 { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--green-deep); margin-bottom: 14px; font-weight: 700; }
footer.site-footer a { color: var(--text-soft); }
footer.site-footer a:hover { color: var(--green-deep); }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: var(--card); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; }
.footer-social a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ── Back to top ─────────────────────────── */
#backToTop { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; border: none; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: var(--transition); z-index: 1020; }
#backToTop.show { opacity: 1; pointer-events: auto; }

/* ── Toast (submit feedback) ─────────────── */
.toast-success { position: fixed; top: 90px; right: 22px; z-index: 2000; background: var(--ink); color: #fff; padding: 14px 20px; border-radius: var(--radius-sm); box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; transform: translateX(120%); transition: transform .3s ease; }
.toast-success.show { transform: translateX(0); }
.toast-success .ic { color: var(--gold-soft); font-size: 1.2rem; }

/* ── Reduced motion ──────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ── Responsive tweaks ────────────────────── */
@media (max-width: 991px) {
  .ticket-card { position: static; margin-top: 24px; }
}
@media (max-width: 576px) {
  .cta-band { padding: 32px 22px; }
}
