:root {
      --accent: #adce28;
      --accent-dark: #8eb520;
      --accent-soft: #e7f5c4;
      --bg: #f3f4f6;
      --bg-soft: #f9fafb;
      --card: #ffffff;
      --border: #e5e7eb;
      --muted: #6b7280;
      --text: #111827;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: #f3f4f6;
    }

    a { text-decoration: none; }

    .navbar {
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

    .navbar-brand {
      font-weight: 800;
      letter-spacing: 0.03em;
      color: #111827 !important;
    }

    .navbar-brand span.sub {
      font-weight: 500;
      color: var(--muted);
      font-size: 0.9rem;
      margin-left: 0.25rem;
    }

    .nav-link {
      font-weight: 700;
      color: #111827 !important;
      font-size: 16px;
      padding: 0.55rem 0.75rem;
      letter-spacing: 0.01em;
    }
    .nav-link:hover,
    .nav-link:focus {
      color: #0f172a !important;
      text-decoration: none;
    }

    .btn-accent {
      --bs-btn-bg: var(--accent);
      --bs-btn-border-color: var(--accent);
      --bs-btn-color: #111827;
      --bs-btn-hover-bg: var(--accent-dark);
      --bs-btn-hover-border-color: var(--accent-dark);
      font-weight: 700;
      border-radius: 999px;
      box-shadow: 0 10px 24px rgba(173, 206, 40, 0.4);
    }

    .btn-ghost {
      border-radius: 999px;
      border: 1px solid var(--border);
      background: #ffffff;
      color: #374151;
      font-weight: 500;
      box-shadow: 0 3px 8px rgba(15, 23, 42, 0.05);
    }
    .btn-ghost:hover {
      background: #f9fafb;
      border-color: #d1d5db;
      color: #111827;
    }

    .hero {
      position: relative;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      background:
        radial-gradient(circle at 0% 0%, rgba(173, 206, 40, 0.18), transparent 15%),
        radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,250,251,0.86) 15%, rgba(238,242,255,0.82) 70%),
        url('../img/hero-before-after.png');
      background-size: auto, auto, auto, cover;
      background-position: 0% 0%, 100% 0%, center, center;
      background-repeat: no-repeat;
    }

    .hero h1 {
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    .hero .lead {
      color: #4b5563;
      max-width: 34rem;
    }

    .badge-soft {
      background: var(--accent-soft);
      color: #3f6212;
      border: 1px solid #d9f99d;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
    }

    .icon-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.4rem 0.8rem;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: #ffffff;
      font-size: 0.83rem;
      color: var(--muted);
    }

    .icon-pill i {
      color: #65a30d;
      font-size: 1rem;
    }

    .card-pro {
      background: var(--card);
      border-radius: 1rem;
      border: 1px solid var(--border);
      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .card-pro-soft {
      background: #f9fafb;
      border-radius: 1rem;
      border: 1px solid #e5e7eb;
      box-shadow: 0 8px 22px rgba(148, 163, 184, 0.15);
    }

    .section {
      padding-top: 4rem;
      padding-bottom: 4rem;
      background: #f3f4f6;
    }

    .section-alt {
      background: #ffffff;
    }

    .section-muted {
      background: #f9fafb;
    }

    .text-muted-2 { color: #424752; }

    .list-check {
      padding-left: 1.1rem;
    }

    .list-check li {
      margin-bottom: 0.3rem;
    }

    .list-check li::marker {
      content: "✔ ";
      color: #65a30d;
    }

    .trust-bar {
      background: #ffffff;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .trust-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.35rem 0.8rem;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      font-size: 0.82rem;
      color: #4b5563;
      background: #f9fafb;
    }

    .trust-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #22c55e;
    }

    .step-circle {
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: 1px solid #d1d5db;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85rem;
      color: #4b5563;
      background: #ffffff;
    }

    .price .value {
      font-size: 2rem;
      font-weight: 800;
      color: #111827;
    }

    .price .hint {
      color: var(--muted);
      font-size: 0.9rem;
    }

    .footer {
      border-top: 1px solid var(--border);
      background: #ffffff;
      color: var(--muted);
      font-size: 0.85rem;
    }

    .sticky-cta {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      border-top: 1px solid var(--border);
      padding: 0.6rem 0;
      z-index: 1030;
      display: none;
      box-shadow: 0 -12px 25px rgba(15, 23, 42, 0.18);
    }

    @media (max-width: 991.98px) {
      .sticky-cta { display: block; }
    }

    .form-control, .form-select {
      border-radius: 0.6rem;
      border: 1px solid #d1d5db;
      background-color: #ffffff;
      color: var(--text);
      font-size: 0.95rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 2px rgba(173, 206, 40, 0.45);
      background-color: #ffffff;
      color: #111827;
    }

    .accordion-item {
      background-color: #ffffff;
      border-color: #e5e7eb;
    }

    .accordion-button {
      background-color: #ffffff;
      color: #111827;
    }

    .accordion-button:not(.collapsed) {
      background: #f9fafb;
      color: #111827;
      box-shadow: inset 0 -1px 0 #e5e7eb;
    }

    .accordion-button:focus {
      box-shadow: 0 0 0 2px rgba(173, 206, 40, 0.4);
    }

    .accordion-body {
      color: #424752;
    }

    .fw-800 { font-weight: 800; }

    .btn-circle {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--accent-soft);
      border: 1px solid #d9f99d;
      color: #3f6212;
    }
    
    

/* ===========================
   SCHROTT-HERO ADMIN – layout
   =========================== */

/* Visas admin lapas – vienāds platums un atstarpes */
body.admin-body .container-fluid,
body.admin-body .container,
body.admin-body .admin-page-wrapper .container-xl {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

/* Kartītes admin panelī */
body.admin-body .card {
    border-radius: 0.6rem;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

body.admin-body .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
}

/* Statistikas kartīšu skaitļi */
body.admin-body .card.card-stat .stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

body.admin-body .card.card-stat .stat-value {
    font-size: 1.4rem;
    font-weight: 600;
}

/* Grafiki, lai neizjauc layoutu */
body.admin-body .chart-wrapper {
    position: relative;
    min-height: 240px;
    max-height: 320px;
    overflow: hidden;
}

/* Tabulas adminā, lai nebūtu horizontāls scroll un “footer zem footera” */
body.admin-body .card .table {
    width: 100%;
    table-layout: auto;
}

body.admin-body .table-responsive {
    overflow-x: auto;
}

/* Pogas menū */
body.admin-body .btn-admin-nav {
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
    margin-left: 0.25rem;
    border: 1px solid transparent;
    background: transparent;
    color: #333;
}

body.admin-body .btn-admin-nav:hover {
    background: #f1f3f5;
    border-color: #d0d7de;
}

body.admin-body .btn-admin-nav.active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

/* Header – neliels ēnojums */
body.admin-body .admin-nav {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

/* Mazliet gaisa zem virsraksta */
body.admin-body h1.h4 {
    margin-bottom: 0.75rem;
}

/* Mobilais */
@media (max-width: 767.98px) {
    body.admin-body .container-fluid,
    body.admin-body .container,
    body.admin-body .admin-page-wrapper .container-xl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    body.admin-body .chart-wrapper {
        min-height: 220px;
        max-height: 260px;
    }
}


/* === SchrottHero footer – Variant B (3 columns, 40/30/30, inline QR) === */

.sh-footer-light {
    background: #ffffff;
    color: var(--text);
    border-top: 1px solid var(--border);
    padding: 40px 0 0;
}

.sh-footer-container {
    padding: 0;
}

.sh-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 40px;
    align-items: flex-start;
}

/* Columns */
.sh-footer-col {
    min-width: 0;
}

.sh-footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 12px;
}

.sh-footer-text {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.5;
}

/* vertical separators for middle & right */
.sh-footer-col-sep {
    border-left: 1px solid var(--border);
    padding-left: 32px;
}

/* Benefits list */
.sh-footer-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.88rem;
    color: var(--text);
}
.sh-footer-benefits li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}
.sh-footer-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
}

/* headings */
.sh-footer-heading {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    color: var(--text);
}

/* Einsatzgebiet */
.sh-footer-einsatz-intro {
    margin: 0 0 8px;
    font-size: 0.86rem;
    color: var(--text);
}

.sh-footer-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sh-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    font-size: 0.8rem;
    color: var(--text);
}

.sh-footer-note {
    margin-top: 10px;
    font-size: 0.8rem;
    color: var(--muted);
}

/* Links */
.sh-footer a {
    color: #6c757d;
    text-decoration: none;
}
.sh-footer a:hover {
    text-decoration: underline;
}

/* Inline QR */
.sh-footer-qr-inline {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.sh-footer-qr-small {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.10);
}

.sh-footer-qr-main {
    margin: 0;
    font-size: 0.86rem;
    color: var(--text);
    line-height: 1.5;
}

.sh-footer-qr-hint {
    margin: 6px 0 0;
    font-size: 0.8rem;
    color: var(--muted);
}

/* Bottom bar */
.sh-footer-bottom {
    border-top: 1px solid var(--border);
    padding: 12px 0;
    margin-top: 26px;
}

.sh-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--muted);
}

/* Responsive */
@media (max-width: 992px) {
    .sh-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sh-footer-col-sep {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--border);
        padding-top: 18px;
        margin-top: 8px;
    }
}


/* === Kontakt / Testimonials / FAQ – SchrottHero Light (integriert) === */

.sh-contact-hero {
  padding: 60px 0 30px;
  background: #f5f7fa;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}
.sh-contact-hero h1 {
  font-weight: 800;
}
.sh-contact-hero p {
  max-width: 720px;
  opacity: 0.85;
}

.sh-contact-grid {
  padding: 40px 0 60px;
  background: #ffffff;
}
.sh-contact-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
}
.sh-contact-box {
  background: var(--card);
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  padding: 24px 24px 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.sh-contact-intro {
  opacity: 0.8;
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.sh-field {
  margin-bottom: 16px;
}

/* Kontakt – Section Header (wie Anfrage) */
.sh-form-section-head {
  padding: 0.5rem 0.9rem;
  border-radius: 0.75rem;
  margin-bottom: 0.6rem;
  background: #f3f4f6;
  border-left: 4px solid var(--accent);
}
.sh-contact-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
  font-size: 0.95rem;
}
.sh-contact-list li {
  margin-bottom: 6px;
}
.sh-contact-steps {
  padding-left: 1.1rem;
  font-size: 0.95rem;
}

/* Kontakt Icons */
.sh-contact-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.sh-contact-icon {
  flex: 1 1 140px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--text);
}
.sh-contact-icon i {
  font-size: 1.1rem;
  color: #7ea51e;
}
.sh-contact-icon span {
  white-space: nowrap;
}

/* Testimonials */
.sh-testimonials {
  padding: 60px 0;
  background: #f5f7fb;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sh-testimonials .sh-sub {
  opacity: 0.8;
  margin-bottom: 32px;
}
.sh-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.sh-testimonial-card {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  padding: 24px 24px 30px;
  font-size: 0.95rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}
.sh-testimonial-card .sh-quote {
  position: absolute;
  top: 1px;
  left: 18px;
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
}
.sh-testimonial-card .sh-text {
  margin-top: 16px;
  line-height: 1.6;
}
.sh-testimonial-card .sh-meta {
  margin-top: 18px;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* FAQ */
.sh-faq {
  padding: 60px 0 80px;
  background: #ffffff;
}
.sh-faq .sh-sub {
  opacity: 0.8;
  margin-bottom: 28px;
}
.sh-faq-item {
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.sh-faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sh-faq-question h3 {
  font-size: 1rem;
  margin: 0;
}
.sh-faq-icon {
  font-size: 1.1rem;
  color: var(--accent);
  transition: transform 0.2s;
}
.sh-faq-answer {
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
  display: none;
}
.sh-faq-item.open .sh-faq-answer {
  display: block;
}
.sh-faq-item.open .sh-faq-icon {
  transform: rotate(90deg);
}

/* Responsive */
@media (max-width: 992px) {
  .sh-contact-inner {
    grid-template-columns: 1fr;
  }
  .sh-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

