/* Najlepse Note – DAN X (scoped) */

.nn-tour-day .nn-section{ padding: clamp(2.5rem, 4vw, 4rem) 0; }

.nn-tour-day .nn-tour-hero{
  min-height: clamp(420px, 70vh, 760px);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin: 1.5rem auto 0;
  width: min(1200px, calc(100% - 2rem));
  background-color: var(--nn-card);
  border: 1px solid var(--nn-border);
}

.nn-tour-day .nn-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.60) 0%, rgba(0,0,0,.65) 40%, rgba(0,0,0,.70) 100%);
  display: grid;
  place-content: center;
  gap: .75rem;
  text-align: center;
  padding: 3rem 1.25rem;
}

.nn-tour-day .nn-day{
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
  opacity: .95;
}

.nn-tour-day .nn-title{
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin: 0;
  color: #fff;
}

.nn-tour-day .nn-theme{
  max-width: 52rem;
  margin: .25rem auto 0;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: rgba(255,255,255,.86);
}

.nn-tour-day .nn-hero-cta{
  display: flex;
  gap: .75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.nn-tour-day .nn-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.15rem;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 900;
  background: var(--nn-accent);
  color: #111;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .12s ease, opacity .12s ease;
}
.nn-tour-day .nn-btn:hover{ opacity: .92; transform: translateY(-1px); }

.nn-tour-day .nn-btn-outline{
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
}

.nn-tour-day .nn-section h2{
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin: 0 0 1.2rem;
}

.nn-tour-day .nn-intro .nn-container > *{ max-width: 65ch; }
.nn-tour-day .nn-intro p{ line-height: 1.75; margin: 0 0 1rem; }

.nn-tour-day .nn-highlight-box{
  background: #111;
  border-left: 4px solid var(--nn-accent);
  padding: 1.4rem 1.25rem;
  border-radius: 16px;
}

.nn-tour-day .nn-tour-nav{
  width: min(1100px, calc(100% - 2rem));
  margin: 2rem auto 5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.nn-tour-day .nn-tour-nav a{ text-decoration:none !important; font-weight: 900; }

@media (max-width: 640px){
  .nn-tour-day .nn-tour-nav{ flex-direction: column; align-items: flex-start; }
}
