/* ============================================================
   Sibiu Reisen — Walking Tour landing
   Brand: Montserrat + verde #81b740
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-soft: #f5f7f2;
  --bg-warm: #faf9f5;
  --ink: #1a1a17;
  --ink-soft: #5a5a52;
  --ink-mute: #8a8a82;
  --line: #e5e7df;
  --brand: #81b740;
  --brand-hover: #6fa033;
  --brand-deep: #4d7a26;
  --brand-soft: #f0f7e3;
  --sans: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 4px;
  --maxw: 720px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  font-weight: 400; padding-bottom: 76px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand-hover); }

.ico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; fill: none; }

/* TOPBAR */
.topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px; border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px);
}
.brand { display: flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-logo { height: 44px; width: auto; display: block; }
.lang { display: flex; gap: 2px; font-size: 12px; }
.lang-link {
  padding: 6px 10px; text-decoration: none;
  color: var(--ink-mute); letter-spacing: 0.8px;
  font-weight: 600; text-transform: uppercase;
}
.lang-link.active { color: var(--brand-deep); border-bottom: 2px solid var(--brand); }
.lang-link:hover:not(.active) { color: var(--ink); }

/* HERO */
.hero {
  position: relative; display: grid;
  grid-template-rows: 56vh auto; background: var(--bg);
}
.hero-img { position: relative; overflow: hidden; background: linear-gradient(135deg, #81b740, #4d7a26); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.02) saturate(0.95); }
.hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, var(--bg) 100%);
}
.hero-content { padding: 28px 24px 36px; text-align: left; max-width: var(--maxw); margin: 0 auto; }
.eyebrow {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--brand-deep); font-weight: 700; margin-bottom: 14px;
}
h1 {
  font-weight: 700; font-size: clamp(32px, 9vw, 52px);
  line-height: 1.05; letter-spacing: -1px;
  color: var(--ink); margin-bottom: 18px;
}
h1 em { font-style: normal; color: var(--brand); font-weight: 700; }
.lede { font-size: 16px; color: var(--ink-soft); margin-bottom: 24px; max-width: 480px; line-height: 1.6; }

/* CTA */
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--brand); color: #fff; text-decoration: none;
  padding: 16px 28px; border-radius: var(--radius);
  font-weight: 600; font-size: 14px; letter-spacing: 0.8px; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: none; cursor: pointer; font-family: var(--sans);
  position: relative; overflow: hidden;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.cta:hover { background: var(--brand-hover); color: #fff; box-shadow: 0 8px 24px rgba(129, 183, 64, 0.35); transform: translateY(-1px); }
.cta:hover::before { opacity: 1; }
.cta:active { transform: scale(0.98); }
.cta .ico { width: 16px; height: 16px; transition: transform 0.3s; }
.cta:hover .ico-arrow { transform: translateX(4px); }
.cta-full { width: 100%; padding: 18px; flex-direction: column; gap: 4px; }
.cta-label { font-size: 14px; display: flex; align-items: center; gap: 8px; }
.cta-sub { font-size: 10px; opacity: 0.85; letter-spacing: 0.8px; text-transform: none; font-weight: 500; }
.cta-inline { display: inline-flex; margin: 32px auto 0; min-width: 280px; }
.cta-inline-wrap { text-align: center; }

.micro { font-size: 12px; color: var(--ink-mute); margin-top: 14px; letter-spacing: 0.2px; }
.micro.centered { text-align: center; }

/* STRIP */
.strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.strip-item {
  background: var(--bg-warm); padding: 18px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
}
.strip-icon { width: 22px; height: 22px; color: var(--brand); }
.strip-v { font-size: 13px; font-weight: 600; letter-spacing: 0.3px; color: var(--ink); }

/* DISCOVER */
.discover { padding: 56px 24px 16px; max-width: var(--maxw); margin: 0 auto; }
.discover h2 { font-size: clamp(26px, 6.5vw, 36px); font-weight: 700; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 20px; }
.discover p { font-size: 16px; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.65; }
.discover p:last-child { margin-bottom: 0; }
.discover strong { color: var(--ink); font-weight: 600; }

/* STORY */
.story { padding: 40px 24px; max-width: var(--maxw); margin: 0 auto; }
h2 {
  font-size: clamp(26px, 6.5vw, 36px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 14px;
}
.story-lede { font-size: 16px; color: var(--ink-soft); margin-bottom: 36px; max-width: 540px; }
.stops { list-style: none; display: flex; flex-direction: column; gap: 28px; }
.stops li { position: relative; padding-left: 56px; min-height: 48px; }
.stop-num {
  position: absolute; left: 0; top: 0;
  font-size: 13px; font-weight: 700;
  color: var(--brand-deep); letter-spacing: 0.5px;
  background: var(--brand-soft);
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.stops h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.2px; margin-bottom: 6px; }
.stops p { color: var(--ink-soft); font-size: 15px; }

/* INFO */
.info { background: var(--bg-soft); padding: 48px 24px; }
.info-inner { max-width: var(--maxw); margin: 0 auto; }
.info h2 { margin-bottom: 24px; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table tr { border-bottom: 1px solid var(--line); }
.info-table tr:last-child { border-bottom: none; }
.info-table th, .info-table td { text-align: left; padding: 14px 0; font-size: 15px; vertical-align: top; }
.info-table th { font-weight: 600; color: var(--ink); width: 38%; padding-right: 16px; }
.info-table td { color: var(--ink-soft); font-weight: 400; }

/* GALLERY */
.gallery {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px;
  padding: 56px 0; max-width: var(--maxw); margin: 0 auto;
}
.gal { aspect-ratio: 4/5; overflow: hidden; background: linear-gradient(135deg, #81b740, #4d7a26); }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.gal:hover img { transform: scale(1.04); }

/* BOOK */
.book {
  background:
    radial-gradient(ellipse at top, rgba(129, 183, 64, 0.04), transparent 60%),
    linear-gradient(180deg, #fafbf7 0%, #f5f7f0 100%);
  color: var(--ink);
  padding: 64px 24px; position: relative;
}
.book::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--brand) 30%, var(--brand) 70%, transparent);
}
.book::after {
  content: ''; position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(129, 183, 64, 0.06) 0, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(129, 183, 64, 0.05) 0, transparent 40%);
  pointer-events: none;
  z-index: 0;
}
.book-inner {
  max-width: var(--maxw); margin: 0 auto;
  position: relative; z-index: 1;
}
.book h2 { color: var(--ink); margin-bottom: 8px; }
.book-sub { color: var(--ink-soft); font-size: 15px; margin-bottom: 36px; }

.form {
  display: flex; flex-direction: column; gap: 22px;
  background: #fff;
  padding: 24px 20px;
  border-radius: 8px;
  box-shadow:
    0 1px 2px rgba(26, 26, 23, 0.04),
    0 8px 24px rgba(26, 26, 23, 0.06),
    0 0 0 1px rgba(129, 183, 64, 0.08);
  border: 1px solid rgba(129, 183, 64, 0.15);
}

.row { display: flex; flex-direction: column; gap: 8px; }
.row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: flex; flex-direction: column; gap: 8px; }
.form label > span {
  font-size: 11px; letter-spacing: 1px;
  color: var(--ink-soft); font-weight: 700; text-transform: uppercase;
}
.form label > span small {
  font-size: 10px; opacity: 0.7; text-transform: none;
  letter-spacing: 0.3px; font-weight: 500; color: var(--ink-mute);
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"],
.form input[type="number"] {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 14px; border-radius: var(--radius);
  font-family: var(--sans); font-size: 16px; font-weight: 500;
  width: 100%; -webkit-appearance: none; appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.form input::placeholder { color: var(--ink-mute); font-weight: 400; }
.form input:hover { border-color: var(--brand); }
.form input:focus {
  outline: none;
  border-color: var(--brand);
  background: var(--brand-soft);
  box-shadow: 0 0 0 4px rgba(129, 183, 64, 0.12);
}
.form input[type="text"]:not(:placeholder-shown),
.form input[type="email"]:not(:placeholder-shown),
.form input[type="tel"]:not(:placeholder-shown) {
  background: var(--brand-soft);
  border-color: var(--brand);
}

.time-pill {
  display: flex; align-items: center; gap: 14px;
  background: var(--brand-soft);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  padding: 14px; margin-top: 4px;
  color: var(--ink);
  animation: slideIn 0.3s ease;
}
.time-pill.hidden { display: none; }
.time-pill-icon {
  width: 36px; height: 36px;
  background: var(--brand); color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(129, 183, 64, 0.3);
}
.time-pill-icon .ico { width: 18px; height: 18px; }
.time-pill-text { line-height: 1.4; flex: 1; }
.time-pill-text small {
  display: block; font-size: 10px; font-weight: 700;
  color: var(--brand-deep); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 4px;
}
.time-pill-text strong { font-weight: 700; font-size: 16px; color: var(--ink); display: block; }
.time-pill-date { font-size: 13px; color: var(--ink-soft); margin-top: 3px; }
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.stepper {
  display: grid; grid-template-columns: 44px 1fr 44px; align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
}
.stepper:hover { border-color: var(--brand); }
.stepper button {
  background: #fff; border: none;
  color: var(--ink-soft); font-size: 20px; font-weight: 500;
  cursor: pointer; font-family: var(--sans);
  transition: background 0.15s, color 0.15s;
}
.stepper button:hover { background: var(--brand-soft); color: var(--brand-deep); }
.stepper button:active { background: var(--brand); color: #fff; }
.stepper input {
  border: none !important; background: transparent !important;
  text-align: center; font-size: 17px; font-weight: 600;
  padding: 12px 0 !important; pointer-events: none;
  color: var(--ink);
}

.check {
  flex-direction: row !important; align-items: flex-start !important;
  gap: 10px !important; cursor: pointer;
}
.check input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--brand); }
.check span {
  font-size: 13px !important; text-transform: none !important; letter-spacing: normal !important;
  color: var(--ink-soft) !important; line-height: 1.5; font-weight: 400 !important;
}

.total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 22px 0 10px;
  border-top: 2px solid var(--brand-soft);
  margin-top: 8px;
}
.total-label {
  font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 700;
}
.total-amount { font-size: 32px; font-weight: 700; color: var(--brand-deep); letter-spacing: -0.5px; }

.form-error {
  background: #fef2f0; border: 1px solid #f4cdc6;
  color: #b73f2c; padding: 12px;
  border-radius: var(--radius); font-size: 14px;
}

/* MEETING */
.meeting { padding: 56px 24px; max-width: var(--maxw); margin: 0 auto; }
.meeting p { font-size: 16px; color: var(--ink-soft); margin-bottom: 16px; }
.meeting strong { color: var(--ink); font-weight: 600; }
.map-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  color: var(--brand-deep); text-transform: uppercase; letter-spacing: 0.8px;
  text-decoration: none;
}
.map-link:hover { color: var(--brand-hover); }
.map-link .ico { width: 14px; height: 14px; transition: transform 0.3s; }
.map-link:hover .ico-arrow { transform: translateX(3px); }

/* FAQ */
.faq { padding: 0 24px 56px; max-width: var(--maxw); margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary {
  font-size: 16px; font-weight: 600; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding-right: 4px; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 22px; color: var(--brand);
  font-weight: 500; flex-shrink: 0; transition: transform 0.2s;
}
.faq details[open] summary::after { content: '−'; }
.faq details p { padding-top: 12px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

/* MORE */
.more { background: var(--bg-soft); padding: 56px 24px; }
.more h2 { max-width: var(--maxw); margin: 0 auto 28px; }
.more-grid { display: grid; gap: 16px; max-width: var(--maxw); margin: 0 auto 24px; }
.more-card {
  background: var(--bg); padding: 22px 22px 24px;
  border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: var(--ink);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.more-card:hover {
  transform: translateY(-2px); border-color: var(--brand);
  color: var(--ink); box-shadow: 0 6px 24px rgba(129, 183, 64, 0.12);
}
.more-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: var(--brand-deep); }
.more-card p { color: var(--ink-soft); font-size: 14px; }
.more-all {
  display: inline-flex; align-items: center; gap: 6px; justify-content: center;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; padding: 8px; color: var(--brand-deep);
  text-decoration: none;
}
.more-all .ico { width: 14px; height: 14px; transition: transform 0.3s; }
.more-all:hover .ico-arrow { transform: translateX(3px); }
.more-all-wrap { text-align: center; }

/* FOOTER */
.foot { background: var(--ink); color: #fff; padding: 48px 24px 32px; }
.foot-inner { max-width: var(--maxw); margin: 0 auto; }
.foot-contact { text-align: center; margin-bottom: 32px; }
.foot-contact p { margin-bottom: 6px; font-size: 14px; color: rgba(255,255,255,0.85); }
.foot-contact a { color: #fff; text-decoration: underline; text-decoration-color: var(--brand); }

.foot-badges {
  display: flex; justify-content: center; align-items: center; gap: 24px;
  padding: 24px 0; margin-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.foot-badge {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; color: rgba(255,255,255,0.7);
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
  transition: color 0.2s, transform 0.2s;
}
.foot-badge:hover { color: #fff; transform: translateY(-1px); }
.foot-badge img { height: 32px; width: auto; display: block; background: #fff; padding: 4px 6px; border-radius: 4px; }
.foot-badge.anpc img { background: transparent; padding: 0; height: 40px; }

.foot-bottom {
  text-align: center; font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: flex; flex-direction: column; gap: 6px; align-items: center;
}
.foot-bottom a { color: rgba(255, 255, 255, 0.7); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.3); }
.foot-bottom a:hover { color: #fff; }
.foot-heart { display: inline-flex; align-items: center; gap: 6px; }
.foot-heart .ico {
  color: var(--brand); width: 13px; height: 13px;
  animation: heartbeat 1.8s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* STICKY MOBILE CTA */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--bg); border-top: 1px solid var(--line);
  padding: 10px 16px; z-index: 40;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(100%); transition: transform 0.3s ease;
}
.sticky-cta.visible { display: flex; transform: translateY(0); }
.sticky-cta-info { flex: 1; min-width: 0; }
.sticky-cta-price { font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.1; }
.sticky-cta-sub {
  font-size: 11px; color: var(--ink-mute); text-transform: uppercase;
  letter-spacing: 0.5px; margin-top: 2px; font-weight: 500;
}
.sticky-cta-btn {
  background: var(--brand); color: #fff; text-decoration: none;
  padding: 12px 20px; border-radius: var(--radius);
  font-weight: 700; font-size: 13px; letter-spacing: 0.8px; text-transform: uppercase;
  flex-shrink: 0; transition: background 0.2s, box-shadow 0.2s;
}
.sticky-cta-btn:hover { background: var(--brand-hover); color: #fff; box-shadow: 0 6px 16px rgba(129, 183, 64, 0.4); }

@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .hero { grid-template-rows: none; grid-template-columns: 1fr 1fr; min-height: 80vh; }
  .hero-img { order: 2; }
  .hero-img::after {
    display: block;
    background: linear-gradient(to right, var(--bg) 0%, rgba(255,255,255,0.6) 8%, transparent 22%);
  }
  .hero-content { order: 1; display: flex; flex-direction: column; justify-content: center; padding: 60px; }
  .strip { grid-template-columns: repeat(4, 1fr); }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .more-grid { grid-template-columns: repeat(3, 1fr); }
  .sticky-cta { display: none !important; }
  .form { padding: 32px 28px; }
}

/* FLATPICKR custom theme */
.flatpickr-calendar {
  font-family: var(--sans); border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 32px rgba(26,26,23,0.12);
}
.flatpickr-months { background: var(--brand); border-radius: 8px 8px 0 0; }
.flatpickr-month { color: #fff; }
.flatpickr-current-month { color: #fff; font-weight: 700; }
.flatpickr-current-month .flatpickr-monthDropdown-months { color: #fff; background: var(--brand); font-weight: 700; }
.flatpickr-current-month input.cur-year { color: #fff; font-weight: 700; }
.flatpickr-prev-month, .flatpickr-next-month { fill: #fff !important; }
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg { fill: rgba(255,255,255,0.7) !important; }
.flatpickr-weekday { color: var(--brand-deep); font-weight: 700; font-size: 11px; }
.flatpickr-day { font-family: var(--sans); border-radius: var(--radius); color: var(--ink); }
.flatpickr-day:hover { background: var(--brand-soft); border-color: var(--brand); color: var(--brand-deep); }
.flatpickr-day.selected, .flatpickr-day.selected:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.flatpickr-day.today { border-color: var(--brand); font-weight: 700; }
.flatpickr-day.today:not(.selected):hover { background: var(--brand-soft); }
.flatpickr-day.disabled, .flatpickr-day.disabled:hover { color: var(--ink-mute); background: transparent; border-color: transparent; }
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay { color: var(--ink-mute); }

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