/* ═══════════════════════════════════════════════════════════════
   saznaj-vise.css  –  Stilovi specifični za Saznaj_vise.html
   Ovisi o: inbanana.css (shared)
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. PAGE HERO ───────────────────────────────────────────── */
.page-hero {
  padding: 10rem 0 5rem;
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../img/Slike/IMG_7556.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(26,48,34,0.9) 0%, rgba(26,48,34,0.6) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.page-eyebrow  { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1rem; display: block; }
.page-title    { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 1.2rem; }
.page-title em { font-style: italic; color: var(--gold-light); }
.page-subtitle { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.7); max-width: 520px; }

/* ── 2. LAYOUT ──────────────────────────────────────────────── */
.container    { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section      { padding: 6rem 0; }
.section-alt  { background: white; }
.section-dark { background: var(--green-deep); }
.section-cream { background: var(--cream-dark); }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.content-grid.reverse .content-img  { order: 2; }
.content-grid.reverse .content-text { order: 1; }

.section-title       { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 400; color: var(--green-deep); line-height: 1.2; margin-bottom: 1.2rem; }
.section-title.light { color: white; }
.body-text           { font-weight: 300; color: var(--text-mid); line-height: 1.85; font-size: 0.95rem; margin-bottom: 1rem; }
.body-text.light     { color: rgba(255,255,255,0.75); }

.content-img img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); aspect-ratio: 4/5; object-fit: cover; }

/* ── 3. INFO KARTICE ────────────────────────────────────────── */
.info-grid        { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.info-card        { background: white; border-radius: var(--radius-md); padding: 1.8rem 1.5rem; box-shadow: var(--shadow-card); border-bottom: 3px solid var(--gold); }
.info-card.dark   { background: rgba(255,255,255,0.06); border-color: rgba(200,168,75,0.4); }
.info-icon        { font-size: 1.6rem; margin-bottom: 0.8rem; }
.info-title       { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--green-deep); margin-bottom: 0.5rem; }
.info-title.light { color: var(--gold-light); }
.info-text        { font-size: 0.85rem; font-weight: 300; color: var(--text-light); line-height: 1.7; }
.info-text.light  { color: rgba(255,255,255,0.6); }

/* ── 4. STORAGE STEPS ───────────────────────────────────────── */
.storage-steps    { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }
.storage-step     { display: flex; gap: 1rem; align-items: flex-start; }
.storage-step-num {
  width: 32px; height: 32px;
  background: var(--gold); color: var(--green-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 600;
  flex-shrink: 0; margin-top: 2px;
}
.storage-step-text          { font-size: 0.9rem; font-weight: 300; color: var(--text-mid); line-height: 1.7; }
.storage-step-text strong   { color: var(--text-dark); font-weight: 500; }

/* ── 5. WARNING BOX ─────────────────────────────────────────── */
.warning-box   {
  background: rgba(200,168,75,0.1);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
}
.warning-box p { font-size: 0.88rem; font-weight: 300; color: var(--text-mid); margin: 0; line-height: 1.7; }

/* ── 6. CTA BANNER ──────────────────────────────────────────── */
.cta-banner      { background: var(--green-mid); padding: 5rem 0; text-align: center; }
.cta-banner-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: white; font-weight: 300; margin-bottom: 1rem;
}
.cta-banner-title em { font-style: italic; color: var(--gold-light); }
.cta-banner-text {
  color: rgba(255,255,255,0.7);
  font-weight: 300; margin-bottom: 2rem;
  max-width: 450px; margin-left: auto; margin-right: auto;
}

/* ── 7. RESPONZIVNOST ───────────────────────────────────────── */
@media (max-width: 992px) {
  .content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .content-grid.reverse .content-img,
  .content-grid.reverse .content-text { order: 0; }
  .info-grid    { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .info-grid { grid-template-columns: 1fr; }
}
