/* Saulstari v22 — SolidBar (tonēta, necaurspīdīga navigācijas josla) */

.theme-solidbar { background:#f5f8f6; }

html, body { min-height:100%; }
body { position:relative; }
.header, .section, .footer { position:relative; z-index:1; }

/* ===== Header: tonēta josla (necaurspīdīga) ===== */
.theme-solidbar .header{
  position: sticky; top: 0; z-index: 50;
  background: #22372a;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}

.theme-solidbar .header .brand img{ filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }

.theme-solidbar .header nav a{
  color: #e7efe9;
}
.theme-solidbar .header nav a:hover{ color:#ffffff; }

.theme-solidbar .header nav a.active{
  background: #d5b453;
  color: #222 !important;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 6px 16px rgba(213,180,83,.35);
}

/* ===== Hero ===== */
.theme-solidbar .section.hero .frame{
  border-radius: 20px;
  border: 1px solid #e6ece8;
  box-shadow: 0 20px 46px rgba(10,20,14,.16);
  background: linear-gradient(180deg,#fafcfa 0%,#fff 100%);
  overflow: hidden;
}
.theme-solidbar .section.hero .caption{
  background: rgba(255,255,255,.9);
  border: 1px solid #e8ecea;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(10,20,14,.14);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

/* ===== Kartes, CTA, Footer ===== */
.theme-solidbar .vitem{
  background:#fff; border:1px solid #e6ece8; border-radius:18px;
  box-shadow:0 14px 34px rgba(10,20,14,.08); padding:16px;
}
.theme-solidbar .cta-bar{
  background: linear-gradient(180deg,#f4f8f5 0%,#fff 100%);
  border-top: 1px solid #e6ece8; border-bottom: 1px solid #e6ece8;
  box-shadow: 0 8px 24px rgba(10,20,14,.06) inset;
}
.theme-solidbar .footer{
  background: #1e2f25; color:#e8efe9;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Akcenti */
.theme-solidbar a:hover{ color:#d5b453; }
