/* Базовая типографика */
.lnau-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
}

/* Заголовки */
.lnau-heading {
  font-family: 'Nunito', sans-serif;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.lnau-heading::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #F1C40F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: width 0.3s;
}
.lnau-heading:hover::after {
  width: 100px;
}

/* Navbar */
.lnau-navbar {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.lnau-brand {
  font-size: 1.25rem;
  color: #006943 !important;
}
.lnau-menu .nav-link {
  color: #333 !important;
  font-weight: 500;
}
.lnau-menu .nav-link.active {
  color: #F1C40F !important;
}

/* Hero */
.lnau-hero {
  height: 60vh;
  background: linear-gradient(135deg, #006943 0%, #00925B 100%);
  position: relative;
  overflow: hidden;
}

/* Кнопки */
.lnau-btn-primary {
  background-color: #F1C40F;
  color: #006943;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: transform 0.2s;
}
.lnau-btn-primary:hover {
  transform: translateY(-3px);
  background-color: #d4ac0d;
}

.lnau-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: background 0.2s, color 0.2s;
}
.lnau-btn-outline:hover {
  background: #fff;
  color: #006943;
}

/* Карточки */
.lnau-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lnau-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.lnau-card--highlight {
  background: #006943;
}

/* Footer */
.lnau-footer {
  font-size: 0.9rem;
}
.lnau-social {
  color: #333;
  margin: 0 0.5rem;
  transition: color 0.2s;
}
.lnau-social:hover {
  color: #F1C40F;
}
/* === FAQ & Info Section Alternative Design === */
.lnau-faq-section {
  position: relative;
  background: linear-gradient(135deg, #00925B 0%, #006943 100%);
  color: #fff;
}
.lnau-faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/lottery-pattern.svg') center/contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.lnau-faq-container {
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  color: #333;
}

/* Заголовок */
.lnau-faq-title {
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  color: #006943;
}

/* Список вопросов */
.lnau-faq-item {
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.lnau-faq-item:last-child {
  border-bottom: none;
}
.lnau-faq-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #F1C40F;
  color: #006943;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 1rem;
}
.lnau-faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.lnau-faq-answer {
  font-size: 17px;
  line-height: 1.6;
}

/* Sidebar */
.lnau-faq-sidebar {
  background: #006943;
  border-radius: 0.5rem;
  color: #fff;
}
.lnau-faq-sidebar-title {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 0.5rem;
}
.lnau-faq-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.lnau-faq-sidebar-list li {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.lnau-faq-sidebar-list li strong {
  color: #F1C40F;
}

/* Адаптив */
@media (max-width: 991px) {
  .lnau-faq-container {
    padding: 2rem 1rem;
  }
}
/* === Picker Step Section === */
.lnau-picker2-section {
  background: #f8f9fa;
}
.lnau-picker2-title {
  font-family: 'Nunito', sans-serif;
  color: #006943;
}
.lnau-step {
  background: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.lnau-step-number {
  width: 32px;
  height: 32px;
  background: #006943;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 1rem;
}
.lnau-step-label {
  margin-left: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* Number Grid */
.lnau-picker2-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.lnau-picker2-grid div {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.lnau-picker2-grid div:hover {
  border-color: #006943;
}
.lnau-picker2-grid div.selected {
  background: #F1C40F;
  border-color: #F1C40F;
  color: #006943;
}

/* Summary */
.lnau-summary div {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
/* ========== Force 17px font in Picker2 Section ========== */
.lnau-picker2-section {
  font-size: 17px !important;
}

/* Перекрываем все элементы внутри */
.lnau-picker2-section .lnau-picker2-title,
.lnau-picker2-section .lnau-step-label,
.lnau-picker2-section .lnau-step-number,
.lnau-picker2-section select,
.lnau-picker2-section .btn,
.lnau-picker2-section .lnau-picker2-grid div,
.lnau-picker2-section .lnau-summary div {
  font-size: 17px !important;
}
/* === Advanced Entries Section === */
.lnau-advanced-section {
  background: linear-gradient(135deg, #2b3e50 0%, #5b9ea6 100%);
  color: #fff;
}
.lnau-advanced-container {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem;
  color: #333;
}
.lnau-advanced-title {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  position: relative;
}
.lnau-advanced-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #F1C40F;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.lnau-advanced-info {
  background: #fdfdfd;
  transition: transform 0.3s, box-shadow 0.3s;
}
.lnau-advanced-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.lnau-advanced-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #006943;
}
.lnau-advanced-subsubtitle {
  font-size: 1.1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #006943;
}
.lnau-advanced-text {
  font-size: 17px;
  line-height: 1.6;
}

.lnau-advanced-tabs .nav-link {
  font-size: 17px;
  color: #006943;
}
.lnau-advanced-tabs .nav-link.active {
  background: #006943;
  color: #fff;
}

.lnau-advanced-table {
  font-size: 17px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lnau-advanced-table thead {
  background: #006943;
  color: #fff;
}
.lnau-advanced-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
/* === PB Number Picker Block === */
.pb-block {
  background: #f9f9f9;
}
.pb-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  color: #006943;
}
.pb-step {
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 17px;
}
.pb-step-marker {
  position: absolute;
  top: -12px;
  left: 1rem;
  width: 24px;
  height: 24px;
  background: #006943;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.pb-step-label {
  margin-left: 2rem;
  font-weight: 600;
}

/* Grid */
.pb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  gap: 6px;
}
.pb-grid .pb-cell {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.pb-grid .pb-cell:hover {
  border-color: #006943;
}
.pb-grid .pb-cell.selected {
  background: #F1C40F;
  border-color: #F1C40F;
  color: #006943;
}

/* Inputs & Buttons */
.pb-input {
  font-size: 17px;
}
.pb-mode-group .btn {
  font-size: 17px;
}
.pb-actions button {
  font-size: 17px;
}

/* Multi‑draw */
.pb-multidraw {
  font-size: 17px;
}
.pb-multidraw .pb-input {
  width: auto;
  font-size: 17px;
}

/* Summary */
.pb-summary div {
  font-size: 17px;
}

/* Add to cart */
#pb-addcart-btn {
  font-size: 17px;
}
/* === Jackpot Preview Section === */
.lnau-jackpot-section {
  background: #fff5e6;
}

.lnau-jackpot-title {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  color: #006943;
  position: relative;
}
.lnau-jackpot-title::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #F1C40F;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.lnau-jackpot-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 17px;
}
.lnau-jackpot-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.lnau-jackpot-icon {
  font-size: 2.5rem;
  color: #F39C12;
}

.lnau-jackpot-name {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  color: #2b3e50;
  margin-bottom: 0.5rem;
}

.lnau-jackpot-amount {
  font-size: 17px;
  font-weight: bold;
  color: #006943;
  margin-bottom: 0.25rem;
}

.lnau-jackpot-next {
  font-size: 17px;
  color: #555;
}

.lnau-jackpot-countdown {
  font-weight: 600;
  color: #333;
}
/* === Jackpot Preview Section (обновлённый фон) === */
.lnau-jackpot-section {
  /* насыщенный оранжево-жёлтый градиент */
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}
/* === Syndicate Offers Block === */
.syn-new-section {
  background: #e8f5e9;
}
.syn-new-title {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  color: #2e7d32;
  margin-bottom: 2rem;
}
.syn-new-cards .syn-new-card {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  font-size: 17px;
}
.syn-new-cards .syn-new-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.syn-new-cards .syn-new-card.active {
  border-color: #66bb6a;
  background: #f1f8e9;
}
.syn-new-games {
  font-weight: 600;
  color: #1b5e20;
  margin-bottom: 0.5rem;
}
.syn-new-shares {
  color: #555;
  margin-bottom: 1rem;
}
.syn-new-btn {
  font-size: 17px;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  background: transparent;
  transition: background 0.3s, color 0.3s;
}
.syn-new-btn:hover {
  background: #2e7d32;
  color: #fff;
}

.syn-new-input {
  font-size: 17px;
  border-color: #81c784 !important;
  background: #f1f8e9 !important;
  color: #1b5e20 !important;
}
.syn-new-input:focus {
  box-shadow: 0 0 5px rgba(129,199,132,0.5) !important;
  border-color: #66bb6a !important;
}

.syn-new-summary {
  font-size: 17px;
  font-weight: 600;
  color: #2e7d32;
}
#syn-new-cart {
  font-size: 17px;
  background: #66bb6a;
  border-color: #66bb6a;
}
#syn-new-cart:hover {
  background: #43a047;
  border-color: #43a047;
}
/* === Syndicate Insights Section === */
.syninfo-section {
  background: #e8faf1;
}
.syninfo-title {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: #006943;
  position: relative;
}
.syninfo-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f1c40f;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.syninfo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.syninfo-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.syninfo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.syninfo-icon {
  width: 48px;
  height: 48px;
  background: #006943;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}

.syninfo-card-title {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  color: #2b3e50;
  margin-bottom: 0.75rem;
}

.syninfo-card-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}
/* === Promoted Parties Block === */
.prt-section {
  background: linear-gradient(135deg, #2a3d66 0%, #ff8c00 100%);
  color: #fff;
}

.prt-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #fffbe6;
}

.prt-cards .prt-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 17px;
  color: #2a3d66;
}
.prt-cards .prt-card:hover,
.prt-cards .prt-card.selected {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.prt-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.prt-label {
  font-size: 0.85rem;
  color: #ff8c00;
  margin-bottom: 0.5rem;
}
.prt-info {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.prt-btn {
  font-size: 17px;
  background: #ff8c00;
  border: none;
  color: #fff;
  padding: 0.5rem 1.25rem;
  transition: background 0.3s;
}
.prt-btn:hover {
  background: #e07a00;
}

/* Divider & Summary */
.prt-divider {
  width: 60%;
  border-color: rgba(255,255,255,0.3);
}
.prt-summary {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
#prt-addcart {
  background: #2a3d66;
  border: none;
}
#prt-addcart:hover {
  background: #1f2a4b;
}
/* === LuckyNumbers AU Footer === */
.lnau-footer {
  background: #006943; /* ваш фирменный зелёный */
  color: #f8f9fa;
  font-size: 17px;
}

.lnau-footer a {
  color: #F1C40F;
  text-decoration: none;
}
.lnau-footer a:hover {
  text-decoration: underline;
}

/* Верхняя часть футера */
.lnau-footer-top {
  border-bottom: 1px solid rgba(241,196,15,0.3);
}

.lnau-footer-logo {
  width: 48px;
  height: 48px;
}

.lnau-footer-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 1rem;
}

.lnau-footer-text {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* Newsletter form */
.lnau-footer-newsletter .lnau-input-email {
  max-width: 200px;
  border-radius: 0.25rem;
  border: 1px solid #f1c40f;
}

.lnau-btn-subscribe {
  background: #F1C40F;
  color: #006943;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: background 0.2s;
}
.lnau-btn-subscribe:hover {
  background: #d4ac0d;
}

/* Нижняя часть футера */
.lnau-footer-bottom {
  background: #004f38; /* чуть темнее */
}

.lnau-footer-legal {
  font-size: 14px;
  color: #ddd;
}

.lnau-footer-icons .lnau-icon {
  height: 75px;
    margin: 0 0.5rem;
    width: auto;
}

.lnau-footer-links a {
  font-size: 14px;
}

.lnau-footer-copy {
  font-size: 14px;
}
/* ============================= */
/* Custom Styles for Checkout Card */
/* ============================= */

/* Карточка Checkout */
.lnau-cart-card {
  max-width: 650px;
  background: #ffffff;
  border: none;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Заголовок внутри карточки */
.lnau-cart-card .lnau-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  color: #006943;
  margin-bottom: 1.5rem;
}

/* Форма полей ввода */
.lnau-cart-card .lnau-input {
  font-size: 17px;
  padding: 0.75rem 1rem;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lnau-cart-card .lnau-input:focus {
  border-color: #F1C40F;
  box-shadow: 0 0 8px rgba(241,196,15,0.4);
  outline: none;
}

/* Контейнер для номеров */
.lnau-numbers {
  margin-bottom: 1.5rem;
}
.lnau-numbers .lnau-number {
  width: 48px;
  height: 48px;
  margin: 0 0.35rem;
  background: #006943;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.lnau-numbers .lnau-number:hover {
  transform: scale(1.1);
}
.lnau-numbers .lnau-number-accent {
  background: #F1C40F;
  color: #006943;
}

/* Текст стоимости */
.lnau-cart-card p.text-center {
  font-size: 17px;
  color: #333;
  margin-bottom: 1.5rem;
}

/* Кнопка Confirm & Play */
.lnau-cart-card .lnau-btn-primary {
  background: #F1C40F;
  color: #006943;
  font-size: 17px;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: background 0.2s;
}
.lnau-cart-card .lnau-btn-primary:hover {
  background: #d4ac0d;
  color: #006943;
}

/* Адаптив */
@media (max-width: 576px) {
  .lnau-cart-card {
    padding: 1.5rem;
  }
  .lnau-cart-card .lnau-input {
    font-size: 15px;
  }
  .lnau-numbers .lnau-number {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0 0.25rem;
  }
}
/* ============================= */
/* Custom Styles for Results Page */
/* ============================= */

/* ---------- Navbar ---------- */
.lnau-navbar {
  background-color: #006943;
}
.lnau-navbar .lnau-brand {
  color: #F1C40F !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.lnau-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
}
.lnau-navbar .nav-link.active {
  color: #F1C40F !important;
}

/* ---------- Hero ---------- */
.lnau-hero {
  background: linear-gradient(135deg, #007f5f 0%, #F1C40F 100%);
  padding: 4rem 0;
}
.lnau-hero .lnau-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.lnau-hero .lnau-btn-primary {
  background: #fff;
  color: #006943;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  transition: background 0.2s;
}
.lnau-hero .lnau-btn-primary:hover {
  background: #f1f1f1;
}

/* ---------- Results Carousel Wrapper ---------- */
.lnau-results-section {
  background-color: #f8f9fa;
}

/* Center carousel */
#lnauResultsCarousel {
  position: relative;
}

/* ---------- Carousel Indicators ---------- */
.carousel-indicators {
  bottom: -2rem;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  margin: 0 .25rem;
}
.carousel-indicators .active {
  background: #006943;
}

/* ---------- Carousel Controls ---------- */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* ---------- Result Card ---------- */
.lnau-result-card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.lnau-result-card .card-body {
  padding: 1.5rem;
}

/* Date / Draw info */
.lnau-result-card small {
  font-size: 0.85rem;
  color: #555;
}

/* Numbers row */
.lnau-result-card .lnau-number {
  width: 40px;
  height: 40px;
  margin: 0 0.25rem;
  background: #006943;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.2s;
}
.lnau-result-card .lnau-number:hover {
  transform: scale(1.1);
}
.lnau-result-card .lnau-number-accent {
  background: #F1C40F;
  color: #006943;
}

/* Payout table */
.lnau-advanced-table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.lnau-advanced-table thead th {
  background: #006943;
  color: #fff;
  border: none;
  padding: 0.75rem;
  font-size: 0.85rem;
}
.lnau-advanced-table tbody tr {
  background: #fff;
}
.lnau-advanced-table tbody td {
  padding: 0.75rem;
  color: #333;
  font-size: 0.85rem;
}
.lnau-advanced-table tbody tr:nth-child(even) {
  background: #f1f3f5;
}

/* ---------- Footer ---------- */
.lnau-footer {
  background: #006943;
  color: #f8f9fa;
  font-size: 15px;
}
.lnau-footer-top {
  border-bottom: 1px solid rgba(241,196,15,0.3);
}
.lnau-footer-logo {
  width: 40px;
  height: 40px;
}
.lnau-footer-heading {
  font-family: 'Nunito', sans-serif;
  color: #F1C40F;
}
.lnau-footer-text {
  margin-bottom: 0.5rem;
}
.lnau-footer-newsletter .lnau-input-email {
  border: 1px solid #F1C40F;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.lnau-btn-subscribe {
  background: #F1C40F;
  color: #006943;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.lnau-btn-subscribe:hover {
  background: #d4ac0d;
}
.lnau-footer-bottom {
  background: #004e38;
  padding-top: 1rem;
}
.lnau-footer-legal {
  font-size: 0.8rem;
  color: #ddd;
}
.lnau-icon {
  width: 36px;
  margin: 0 .5rem;
}
.lnau-footer-links a {
  color: #F1C40F;
  font-size: 0.85rem;
}
.lnau-footer-copy {
  font-size: 0.8rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 576px) {
  .lnau-hero .lnau-heading {
    font-size: 1.75rem;
  }
  .lnau-result-card .lnau-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .lnau-advanced-table thead th,
  .lnau-advanced-table tbody td {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
/* ================================ */
/* Custom Styles for Statistics Page */
/* ================================ */

/* Основной фон секции */
.lnau-stats-section {
  background: #f8f9fa;
}

/* Карточка статистики */
.lnau-stat-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lnau-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

/* Бейдж надписи */
.lnau-stat-badge {
  display: inline-block;
  background: #F1C40F;
  color: #006943;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 16px;
}

/* Номера в карточке */
.lnau-stat-card .lnau-number {
  width: 48px;
  height: 48px;
  margin: 0.5rem;
  background: #e0f2e9;
  color: #006943;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.lnau-stat-card .lnau-number:hover {
  background: #c2e7d2;
  transform: scale(1.1);
}

/* Стили для разных типов */
.lnau-hot {
  background: #006943;
  color: #fff;
}
.lnau-cold {
  background: #004e38;
  color: #fff;
}
.lnau-overdue {
  background: #F1C40F;
  color: #006943;
}

/* Описание под номерами */
.lnau-stat-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

/* Отступы */
.lnau-stat-card {
  padding: 2rem 1.5rem;
}

/* Заголовок Hero на статистике */
.lnau-hero .lnau-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  color: #fff;
}
.lnau-hero p.lead {
  color: #fff;
  opacity: 0.9;
}

/* Навбар */
.lnau-navbar {
  background-color: #006943;
}
.lnau-navbar .lnau-brand {
  color: #F1C40F !important;
}
.lnau-navbar
