/*
Theme Name: Bizli
Theme URI: https://example.com/bizli
Author: Antigravity
Author URI: https://example.com
Description: An ultra lightweight, fast, modern SaaS & Corporate WordPress Theme inspired by food licensing & business registration portals. Zero jQuery, <25KB CSS, <10KB JS, System Fonts, 100 PageSpeed Optimized.
Version: 3.8.7
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizli
Tags: custom-logo, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready, two-columns, full-width-template, theme-options
*/

/* ==========================================================================
   1. DESIGN SYSTEM & CSS VARIABLES
   ========================================================================== */
:root {
  --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --color-green-primary: #008738;
  --color-green-dark: #00682b;
  --color-green-light: #e6f4ea;
  --color-red-primary: #dc2626;
  --color-red-dark: #991b1b;
  --color-red-card: #e11d48;
  --color-coral: #f97316;
  --color-coral-dark: #c2410c;
  --color-coral-light: #ffedd5;
  --color-dark-navy: #0f172a;
  --color-body-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-border: #cbd5e1;
  --color-text-main: #334155;
  --color-text-muted: #64748b;
  --color-text-dark: #0f172a;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 25px -3px rgba(0, 135, 56, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.2), 0 10px 10px -5px rgba(15, 23, 42, 0.04);

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-full: 9999px;

  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --container-width: 1240px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}
body {
  background-color: var(--color-body-bg);
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  top: 0px !important;
}
a { color: var(--color-green-primary); text-decoration: none; transition: var(--transition-fast); }
a:hover { color: var(--color-green-dark); }
img, svg { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { color: var(--color-text-dark); font-weight: 700; line-height: 1.25; }

.container { width: 100%; max-width: var(--container-width); margin: 0 auto; padding: 0 1.25rem; }
.section-padding { padding-top: 3.5rem; padding-bottom: 3.5rem; }

/* 1. Creative Top Mini Bar Contacts & Language Selector */
.top-mini-bar { background: #f8fafc; border-bottom: 1px solid var(--color-border); font-size: 0.82rem; color: #475569; padding: 0.45rem 0; }
.top-mini-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.top-mini-left { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.top-contact-item { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--color-text-dark); font-weight: 600; transition: var(--transition-fast); }
.top-contact-item svg { color: var(--color-green-primary); flex-shrink: 0; }
a.top-contact-item:hover { color: var(--color-green-primary); }
.top-phone-highlight { background: #ecfdf5; border: 1px solid #a7f3d0; padding: 0.15rem 0.65rem; border-radius: var(--radius-full); color: #047857 !important; font-weight: 700; }
.top-phone-highlight:hover { background: #d1fae5; }
.top-hours-badge { color: var(--color-text-muted); font-size: 0.78rem; }
.top-divider { color: #cbd5e1; font-weight: 300; }
.top-mini-right { display: flex; align-items: center; gap: 0.5rem; }
.lang-selector-wrap { display: inline-flex; align-items: center; }
.top-lang-select { background: #ffffff; border: 1.5px solid var(--color-green-primary); border-radius: var(--radius-sm); padding: 0.25rem 0.6rem; font-size: 0.8rem; font-weight: 700; color: var(--color-text-dark); cursor: pointer; outline: none; transition: var(--transition-fast); box-shadow: var(--shadow-sm); }
.top-lang-select:focus { border-color: var(--color-green-dark); box-shadow: 0 0 0 3px rgba(0, 135, 56, 0.15); }

/* Hide Google Translate top banner & toolbar */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: transparent !important; box-shadow: none !important; }
#google_translate_element, .goog-te-combo { display: none !important; }

/* 2. Header Branding Area & Custom Logo Image (Sticky Header Enabled) */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--color-border);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  width: 100%;
}

/* WordPress Admin Bar Offsets for Sticky Header */
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .site-header {
    top: 0px;
  }
}

.header-container { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.brand-logo-wrap { display: flex; align-items: center; gap: 0.85rem; }
.brand-logo-img-wrap { display: inline-flex; align-items: center; }
.custom-brand-logo { max-height: 60px; width: auto; max-width: 260px; object-fit: contain; display: block; }
.logo-icon-box { width: 52px; height: 52px; min-width: 52px; min-height: 52px; flex-shrink: 0; background: #ecfdf5; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--color-green-primary); border: 2px solid var(--color-green-primary); }
.logo-icon-box svg { width: 32px !important; height: 32px !important; max-width: 32px !important; max-height: 32px !important; flex-shrink: 0; }
.logo-text-box { display: flex; flex-direction: column; }
.main-title { font-size: 1.6rem; font-weight: 900; color: #064e3b; letter-spacing: -0.02em; }
.sub-title { font-size: 0.72rem; font-weight: 800; color: var(--color-coral); letter-spacing: 0.05em; }

.iso-seal-box { display: flex; align-items: center; gap: 0.5rem; background: #ecfdf5; border: 1px solid #a7f3d0; padding: 0.5rem 1rem; border-radius: var(--radius-full); color: #047857; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.iso-seal-box svg { width: 22px !important; height: 22px !important; max-width: 22px !important; max-height: 22px !important; flex-shrink: 0; }

/* 3. Green Navigation Bar */
.green-nav-bar { background: var(--color-green-primary); }
.green-nav-bar .container { max-width: 1440px; width: 100%; display: flex; justify-content: center; align-items: center; }
.primary-nav { display: flex; justify-content: center; width: 100%; }
.primary-nav > ul,
.primary-nav ul#primary-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 0.25rem;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.primary-nav li {
  position: relative;
  list-style: none;
}
.primary-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.85rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  transition: var(--transition-fast);
  border-bottom: 3px solid transparent;
}
.primary-nav a:hover,
.primary-nav li:hover > a {
  background: var(--color-green-dark);
}

/* Active Tab Nav Menu Color on PC Screen */
.primary-nav ul > li.current-menu-item > a,
.primary-nav ul > li.current_page_item > a,
.primary-nav ul > li.current-menu-ancestor > a,
.primary-nav ul > li.current-menu-parent > a,
.primary-nav ul > li > a.active {
  background: #064e3b !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  border-bottom: 3px solid var(--color-coral) !important;
  box-shadow: inset 0 -2px 0 var(--color-coral);
}

.primary-nav a.nav-btn-highlight {
  background: var(--color-coral);
  color: #ffffff;
  border-radius: var(--radius-sm);
  font-weight: 800;
  margin-left: 0.35rem;
  border-bottom: none !important;
}
.primary-nav a.nav-btn-highlight:hover {
  background: var(--color-coral-dark);
}

/* Dropdown Submenu Indicator Arrow */
.primary-nav .menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 0.75rem;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.2s ease;
  opacity: 0.85;
}
.primary-nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* Floating Desktop Submenu Dropdown Card */
.primary-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  border-top: 3px solid var(--color-coral);
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0.4rem 0 !important;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  pointer-events: none;
}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.primary-nav .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #f1f5f9;
}
.primary-nav .sub-menu li:last-child {
  border-bottom: none;
}
.primary-nav .sub-menu a {
  display: block !important;
  padding: 0.65rem 1.15rem !important;
  color: var(--color-dark-navy) !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  white-space: normal !important;
  line-height: 1.35 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  text-align: left;
  border-bottom: none !important;
}
.primary-nav .sub-menu a:hover {
  background: var(--color-green-light) !important;
  color: var(--color-green-primary) !important;
  padding-left: 1.35rem !important;
}

/* Active Submenu Item in Dropdown */
.primary-nav .sub-menu li.current-menu-item > a,
.primary-nav .sub-menu li.current_page_item > a,
.primary-nav .sub-menu li a.active {
  background: #ecfdf5 !important;
  color: var(--color-green-primary) !important;
  font-weight: 700 !important;
  border-left: 3px solid var(--color-green-primary) !important;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .primary-nav a { padding: 0.65rem 0.60rem; font-size: 0.82rem; }
  .bizli-nav-badge { font-size: 0.56rem; padding: 0.15rem 0.35rem; margin-left: 4px; }
}

/* Dynamic Menu Item Badge ("NEW", "HOT", etc.) */
.bizli-nav-badge {
  display: inline-block;
  background-color: var(--color-red-primary);
  color: #ffffff !important;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

@keyframes bizli-badge-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); box-shadow: 0 0 8px rgba(220, 38, 38, 0.7); }
  100% { transform: scale(1); }
}

/* AI Executive Summary Box & Quick to Read Pill */
.bizli-ai-summary-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1.5px solid #a7f3d0;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.08);
}
.ai-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #047857;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.65rem;
}
.ai-summary-header svg {
  color: #10b981;
}
.quick-read-pill-badge {
  background: #047857;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.03em;
  box-shadow: 0 2px 4px rgba(4, 120, 87, 0.2);
}
.ai-summary-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #064e3b;
  font-weight: 600;
  margin: 0;
}

/* Built-in Table of Contents (TOC) */
.bizli-toc-box {
  background: #f8fafc;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
}
.bizli-toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0.85rem;
}
.bizli-toc-toggle {
  background: none;
  border: none;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--color-green-primary);
  cursor: pointer;
}
.bizli-toc-list {
  list-style: decimal;
  margin: 0 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.bizli-toc-list li a {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark-navy);
  transition: var(--transition-fast);
}
.bizli-toc-list li a:hover {
  color: var(--color-green-primary);
  text-decoration: underline;
}
.bizli-toc-list li.toc-sub-item {
  margin-left: 1.25rem;
  font-size: 0.9rem;
}
.bizli-toc-list.toc-collapsed {
  display: none !important;
}

/* Native 5-Star Rating Widget */
.bizli-star-rating-box {
  background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
  border: 1.5px solid #fcd34d;
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.10);
}
.rating-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.rating-headline {
  font-weight: 800;
  font-size: 0.95rem;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.rating-score-badge {
  background: #f59e0b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.rating-vote-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.rating-vote-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #78350f;
}
.stars-interactive {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.star-btn {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: #d1d5db;
  cursor: pointer;
  padding: 0.1rem;
  line-height: 1;
  transition: transform 0.12s ease, color 0.12s ease, filter 0.12s ease;
  position: relative;
}
.star-btn:hover {
  color: #f59e0b;
  transform: scale(1.25);
  filter: drop-shadow(0 2px 6px rgba(245, 158, 11, 0.5));
}
.star-btn.active {
  color: #f59e0b;
  transform: scale(1.1);
}
.star-btn.hovered {
  color: #fbbf24;
  transform: scale(1.22);
}
.stars-interactive.voted .star-btn {
  cursor: default;
  pointer-events: none;
}
.rating-hint {
  font-size: 0.75rem;
  color: #a16207;
  font-style: italic;
  margin-top: 0.4rem;
}
.rating-message {
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  display: none;
}
.rating-message.show {
  display: block;
}
.rating-message.success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}
.rating-message.already {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}

/* =========================================================
 * SINGLE POST & PAGE CONTENT SPACING & TYPOGRAPHY
 * ========================================================= */
.single-post-wrapper,
.single-page-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.post-header {
  margin-bottom: 2.25rem;
}

.entry-title {
  font-size: 2.2rem;
  color: var(--color-dark-navy);
  margin-bottom: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
}

.entry-content {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--color-text-dark);
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.entry-content p {
  margin-bottom: 1.5rem;
  line-height: 1.85;
  color: #1e293b;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content h2 {
  font-size: 1.65rem;
  color: #064e3b;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: 1.15rem;
  line-height: 1.35;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.entry-content h3 {
  font-size: 1.35rem;
  color: #0f172a;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  line-height: 1.4;
}

.entry-content h4 {
  font-size: 1.15rem;
  color: #334155;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
}

.entry-content ul,
.entry-content ol {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
  padding-left: 1.85rem;
}

.entry-content li {
  margin-bottom: 0.65rem;
  line-height: 1.75;
  color: #334155;
}

.entry-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.75rem;
  background: #f8fafc;
  border-left: 4px solid var(--color-green-primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: #475569;
}

.entry-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content th {
  background: #008738;
  color: #ffffff;
  font-weight: 700;
  padding: 0.85rem 1.15rem;
  text-align: left;
  font-size: 0.95rem;
}

.entry-content td {
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
  color: #334155;
}

.entry-content tr:nth-child(even) td {
  background: #f8fafc;
}

.entry-content img {
  border-radius: var(--radius-md);
  margin: 1.75rem auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .entry-content {
    padding: 1.35rem 1rem;
    font-size: 1rem;
    line-height: 1.75;
  }
  .entry-content h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
  }
  .entry-content h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.65rem;
  }
  .entry-title {
    font-size: 1.65rem;
  }
}

/* Mobile Navigation Off-Canvas Sidebar Drawer */
.mobile-nav-toggle { display: none; background: #f1f5f9; border: 1px solid var(--color-border); border-radius: var(--radius-sm); cursor: pointer; padding: 0.4rem; color: var(--color-dark-navy); -webkit-tap-highlight-color: transparent; }
.mobile-nav-toggle:hover, .mobile-nav-toggle:active { background: #e2e8f0; }
.mobile-nav-toggle svg, .mobile-nav-toggle path { pointer-events: none !important; }

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 84vw;
  max-width: 340px;
  min-width: 280px;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 999999 !important;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-sizing: border-box;
}
.mobile-nav-drawer.active {
  transform: translateX(0) !important;
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 999998 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-nav-backdrop.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* 1. Sticky Drawer Header */
.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--color-border);
  flex-shrink: 0;
}
.mobile-drawer-close {
  background: #f1f5f9;
  border: 1px solid var(--color-border);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-text-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}
.mobile-drawer-close:hover {
  background: #fee2e2;
  color: #dc2626;
}

.mobile-drawer-seal-wrap {
  margin: 0.65rem 0 0.25rem;
  flex-shrink: 0;
}

/* 2. Scrollable Middle Menu Area with Sleek 4px Scrollbar */
.mobile-nav-menu {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem 0.25rem 0.75rem 0;
  margin: 0.25rem 0;
}
.mobile-nav-menu::-webkit-scrollbar {
  width: 4px;
}
.mobile-nav-menu::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 4px;
}
.mobile-nav-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.mobile-nav-menu::-webkit-scrollbar-thumb:hover {
  background: var(--color-green-primary);
}

.mobile-nav-menu ul,
.mobile-nav-menu .mobile-ul-list {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mobile-nav-menu ul li {
  position: relative;
}

.mobile-nav-menu ul li a,
.mobile-nav-menu .mobile-ul-list li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0.65rem 0.85rem !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: var(--color-dark-navy) !important;
  border-radius: var(--radius-sm) !important;
  transition: var(--transition-fast) !important;
  white-space: normal !important;
  line-height: 1.35 !important;
  text-align: left !important;
}
.mobile-nav-menu ul li a:hover,
.mobile-nav-menu .mobile-ul-list li a:hover {
  background: var(--color-green-light) !important;
  color: var(--color-green-primary) !important;
}

/* Active Menu Item Highlight for Mobile Menu */
.mobile-nav-menu ul li.current-menu-item > a,
.mobile-nav-menu ul li.current_page_item > a,
.mobile-nav-menu ul li.current-menu-ancestor > a,
.mobile-nav-menu ul li a.active {
  background: var(--color-green-primary) !important;
  color: #ffffff !important;
  border-left: 4px solid var(--color-coral) !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 12px rgba(0, 135, 56, 0.25) !important;
}

.mobile-nav-menu ul li.current-menu-item > a .bizli-nav-badge,
.mobile-nav-menu ul li a.active .bizli-nav-badge {
  box-shadow: 0 0 0 1.5px #ffffff !important;
}

/* Active Sub-item Highlight */
.mobile-nav-menu .sub-menu li.current-menu-item > a,
.mobile-nav-menu .sub-menu li.current_page_item > a,
.mobile-nav-menu .sub-menu li a.active {
  background: var(--color-green-light) !important;
  color: var(--color-green-primary) !important;
  border-left: 3px solid var(--color-green-primary) !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* 3. Submenu / Nested Accordion Styles */
.mobile-nav-menu .menu-item-has-children {
  display: flex;
  flex-direction: column;
}
.mobile-nav-menu .menu-item-has-children > a {
  padding-right: 2.5rem !important;
}
.bizli-submenu-toggle {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text-dark);
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.2s ease;
  z-index: 2;
}
.bizli-submenu-toggle:hover {
  background: #e2e8f0;
}
.bizli-submenu-toggle.active {
  transform: rotate(180deg);
  background: #ecfdf5;
  color: var(--color-green-primary);
  border-color: #a7f3d0;
}
.mobile-nav-menu .sub-menu {
  display: none !important;
  padding-left: 0.85rem !important;
  margin-top: 0.25rem !important;
  margin-left: 0.5rem !important;
  border-left: 2px solid #a7f3d0 !important;
  gap: 0.25rem !important;
}
.mobile-nav-menu .sub-menu.open {
  display: flex !important;
}
.mobile-nav-menu .sub-menu li a {
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  padding: 0.45rem 0.65rem !important;
}

/* 4. Sticky Drawer Footer */
.mobile-drawer-footer {
  padding-top: 0.85rem;
  border-top: 1px solid var(--color-border);
  flex-shrink: 0;
  margin-top: auto;
}
.btn-drawer-cta {
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 135, 56, 0.25);
}

/* 4. Ticker Strips & Infinite Marquee Loop */
.red-announcement-strip {
  background: var(--color-red-primary);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.4rem 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.red-fee-notice-strip {
  background: var(--color-red-dark);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.4rem 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  user-select: none;
}
.marquee-content {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
  animation: bizli-marquee-scroll 25s linear infinite;
}
.marquee-item {
  display: inline-block;
  white-space: nowrap;
  padding-right: 1.5rem;
  flex-shrink: 0;
}
.marquee-wrap:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes bizli-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-25%, 0, 0);
  }
}

/* 5. Full-Width Hero Graphic Banner (msmecertificate style) */
.bizli-hero-graphic-banner-wrap {
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #f8fafc;
  line-height: 0;
  border-bottom: 1px solid var(--color-border);
}
.bizli-hero-banner-link {
  display: block;
  width: 100%;
  line-height: 0;
  cursor: pointer;
}
.bizli-hero-graphic-banner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1536 / 390;
  max-height: none;
  display: block;
  object-fit: cover;
  border: 0;
  margin: 0 auto;
}

/* 5. HERO FSSAI APPLICATION FORM */
.hero-fssai-form-section { background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%); padding: 2.5rem 0 3.5rem 0; }
.fssai-form-card { background: #ffffff; border-radius: var(--radius-md); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); border: 1px solid var(--color-border); overflow: hidden; max-width: 1060px; margin: 0 auto; }
.fssai-form-header { background: linear-gradient(90deg, #008738 0%, #064e3b 100%); color: #ffffff; padding: 1.25rem 2rem; text-align: center; }
.fssai-form-header h2 { color: #ffffff; font-size: 1.6rem; font-weight: 800; }
.fssai-app-form { padding: 2.25rem 2rem; }
.form-grid-2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1.75rem; }
.fssai-field-group { display: flex; flex-direction: column; gap: 0.4rem; }
.fssai-field-group label { font-weight: 700; font-size: 0.88rem; color: var(--color-dark-navy); }
.fssai-field-group input, .fssai-field-group select { width: 100%; padding: 0.7rem 0.9rem; border: 1.5px solid var(--color-border); border-radius: var(--radius-sm); font-size: 0.92rem; background: #ffffff; outline: none; transition: var(--transition-fast); }
.fssai-field-group input:focus, .fssai-field-group select:focus { border-color: var(--color-green-primary); box-shadow: 0 0 0 3px rgba(0, 135, 56, 0.15); }
.fssai-form-footer { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1.25rem; }
.fssai-checkbox-wrap label { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.85rem; color: var(--color-text-muted); }
.fssai-checkbox-wrap input[type="checkbox"] { width: 18px; height: 18px; margin-top: 0.15rem; accent-color: var(--color-green-primary); }
.fssai-fee-calculation-box { background: #ecfdf5; border: 1px solid #a7f3d0; padding: 1rem 1.5rem; border-radius: var(--radius-sm); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.fee-display-item span { font-size: 0.85rem; color: #047857; text-transform: uppercase; font-weight: 700; display: block; }
.fee-display-item strong { font-size: 1.35rem; color: #064e3b; }
.btn-fssai-submit { background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%); color: #ffffff; padding: 1rem 2rem; font-size: 1.15rem; font-weight: 800; border-radius: var(--radius-sm); border: none; cursor: pointer; width: 100%; box-shadow: var(--shadow-md); transition: var(--transition-fast); }
.btn-fssai-submit:hover { background: linear-gradient(135deg, #0369a1 0%, #075985 100%); transform: translateY(-2px); }

/* Success Modal */
.modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 2000; opacity: 0; visibility: hidden; transition: var(--transition-fast); }
.modal-backdrop.active { opacity: 1; visibility: visible; }
.success-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.9); width: 90%; max-width: 500px; background: #ffffff; border-radius: var(--radius-md); padding: 2.25rem 2rem; z-index: 2001; text-align: center; opacity: 0; visibility: hidden; transition: var(--transition-fast); box-shadow: var(--shadow-xl); }
.success-modal.active { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.modal-icon svg { width: 60px; height: 60px; color: #10b981; margin: 0 auto 1rem auto; }
.ref-badge-box { background: #ecfdf5; border: 1px dashed #10b981; padding: 0.85rem; border-radius: var(--radius-sm); margin: 1.25rem 0; }
.ref-badge-box span { font-size: 0.78rem; font-weight: 700; color: #047857; }
.ref-badge-box strong { font-size: 1.5rem; color: #064e3b; display: block; }
.modal-details-summary { text-align: left; background: #f8fafc; padding: 1rem; border-radius: var(--radius-sm); font-size: 0.88rem; display: flex; flex-direction: column; gap: 0.4rem; }

/* 6. PILL SECTION HEADERS */
.pill-section-header { text-align: center; margin-bottom: 2.5rem; }
.pill-section-header h2 { display: inline-block; background: #ffffff; color: var(--color-dark-navy); font-size: 1.6rem; font-weight: 800; padding: 0.75rem 3rem; border-radius: var(--radius-full); border: 2px solid var(--color-border); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

/* 7. TYPES OF LICENSES TABLE */
.license-table-container { overflow-x: auto; border: 1px solid var(--color-border); border-radius: var(--radius-sm); }
.fssai-comparison-table { width: 100%; border-collapse: collapse; text-align: center; }
.fssai-comparison-table th { background: #ffffff; border: 1px solid var(--color-border); padding: 1.25rem 1rem; font-size: 1.1rem; font-weight: 800; color: var(--color-dark-navy); }
.fssai-comparison-table td { border: 1px solid var(--color-border); padding: 1.25rem 1rem; vertical-align: top; background: #ffffff; }
.plan-cell-content p { font-size: 0.92rem; margin-bottom: 0.3rem; }
.plan-sub { font-size: 0.82rem; color: var(--color-text-muted); }
.plan-cell-meta { display: flex; flex-direction: column; gap: 0.35rem; margin-top: 0.75rem; }
.meta-tag { background: #e0f2fe; color: #0284c7; font-weight: 700; font-size: 0.8rem; padding: 0.2rem 0.5rem; border-radius: var(--radius-sm); }
.meta-time { font-size: 0.82rem; font-weight: 700; color: var(--color-green-primary); }
.btn-fssai-apply { background: var(--color-green-primary); color: #ffffff; font-weight: 700; padding: 0.5rem 1rem; border-radius: var(--radius-sm); display: inline-block; font-size: 0.85rem; }
.btn-fssai-apply:hover { background: var(--color-green-dark); color: #ffffff; }

/* 8. REGISTRATION PROCEDURE */
.red-procedure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.red-step-card { background: var(--color-red-card); color: #ffffff; border-radius: var(--radius-md); padding: 2rem 1.5rem; text-align: center; box-shadow: var(--shadow-md); transition: var(--transition-fast); }
.red-step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.red-card-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem auto; }
.red-card-icon svg { width: 28px; height: 28px; color: #ffffff; }
.red-step-card h3 { color: #ffffff; font-size: 1.15rem; margin-bottom: 0.65rem; }
.red-step-card p { font-size: 0.88rem; opacity: 0.95; line-height: 1.5; }

/* 9. BENEFITS 12 GREEN ACCORDIONS */
.green-accordion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.green-accordion-item { background: var(--color-green-primary); border-radius: var(--radius-sm); overflow: hidden; }
.green-accordion-btn { width: 100%; background: none; border: none; padding: 1rem 1.25rem; color: #ffffff; font-size: 0.95rem; font-weight: 700; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.green-accordion-btn svg { width: 20px; height: 20px; transition: transform 0.3s ease; }
.green-accordion-item.active .green-accordion-btn svg { transform: rotate(180deg); }
.green-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #ffffff; color: var(--color-text-dark); padding: 0 1.25rem; font-size: 0.9rem; }
.green-accordion-item.active .green-accordion-content { padding: 1rem 1.25rem; max-height: 250px; border-top: 1px solid var(--color-border); }

/* 10. CONTACT & FEEDBACK */
.contact-feedback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.coral-contact-card { background: var(--color-coral); color: #ffffff; padding: 2rem; border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.coral-field { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.35rem; }
.coral-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.coral-field label { font-size: 0.85rem; font-weight: 700; }
.coral-field input, .coral-field textarea { width: 100%; padding: 0.65rem 0.85rem; border-radius: var(--radius-sm); border: none; font-size: 0.9rem; outline: none; }
.btn-coral-submit { background: #ffffff; color: var(--color-coral-dark); font-weight: 800; padding: 0.75rem 1.5rem; border-radius: var(--radius-sm); border: none; cursor: pointer; width: 100%; font-size: 1rem; }
.btn-coral-submit:hover { background: #fff7ed; }

.client-feedback-card { display: flex; flex-direction: column; gap: 1.25rem; }
.feedback-quote-item { background: #ffffff; border: 1px solid var(--color-border); padding: 1.25rem 1.5rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.feedback-quote-item p { font-style: italic; font-size: 0.92rem; color: var(--color-text-main); margin-bottom: 0.5rem; }
.feedback-meta { font-size: 0.85rem; color: var(--color-text-muted); display: flex; justify-content: space-between; }

/* 11. FAQ 12 CORAL ACCORDIONS */
.coral-accordion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.coral-accordion-item { background: var(--color-coral); border-radius: var(--radius-sm); overflow: hidden; }
.coral-accordion-btn { width: 100%; background: none; border: none; padding: 1rem 1.25rem; color: #ffffff; font-size: 0.92rem; font-weight: 700; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.coral-accordion-btn svg { width: 20px; height: 20px; transition: transform 0.3s ease; }
.coral-accordion-item.active .coral-accordion-btn svg { transform: rotate(180deg); }
.coral-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #ffffff; color: var(--color-text-dark); padding: 0 1.25rem; font-size: 0.9rem; }
.coral-accordion-item.active .coral-accordion-content { padding: 1rem 1.25rem; max-height: 300px; border-top: 1px solid var(--color-border); }

/* 12. FOOTER & FOOTER NAV MENU */
.site-footer-fssai { background: var(--color-green-dark); color: #ffffff; margin-top: auto; padding: 3rem 0 2rem 0; font-size: 0.85rem; text-align: center; }
.footer-links-row { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.5rem; font-weight: 700; }
.footer-links-row a { color: #ffffff; }

.footer-links-row ul { list-style: none; display: flex; justify-content: center; gap: 1.25rem; flex-wrap: wrap; padding: 0; margin: 0; }
.footer-links-row ul li a { color: #ffffff; font-weight: 700; }
.footer-links-row ul li a:hover { text-decoration: underline; }

.footer-disclaimer-text { max-width: 900px; margin: 0 auto 1.5rem auto; opacity: 0.85; line-height: 1.6; font-size: 0.8rem; }
.footer-copyright-text { margin-bottom: 0.5rem; font-weight: 700; }
.footer-managed-by { font-size: 0.8rem; opacity: 0.85; margin-bottom: 1.5rem; }
.footer-trust-seals { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.trust-seal-item { display: flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); padding: 0.4rem 1rem; border-radius: var(--radius-full); font-weight: 600; }

/* Buttons & Floating */
.btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; border-radius: var(--radius-sm); border: none; cursor: pointer; transition: var(--transition-fast); }
.btn-primary { background: var(--color-green-primary); color: #ffffff; padding: 0.75rem 1.5rem; }
.floating-action-bar { position: fixed; bottom: 25px; left: 25px; z-index: 999; }
.floating-action-btn { display: flex; align-items: center; gap: 0.5rem; background: #25d366; color: #ffffff; padding: 0.75rem 1.25rem; border-radius: var(--radius-full); font-weight: 700; font-size: 0.9rem; box-shadow: var(--shadow-lg); }

.scroll-to-top { position: fixed; bottom: 25px; right: 25px; width: 44px; height: 44px; border-radius: 50%; background: var(--color-dark-navy); color: #ffffff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition-fast); z-index: 999; }
.scroll-to-top.visible { opacity: 1; visibility: visible; }

/* Breadcrumbs */
.bizli-breadcrumbs { margin-bottom: 1.5rem; font-size: 0.88rem; }
.bizli-breadcrumbs ol { list-style: none; display: flex; gap: 0.5rem; align-items: center; }

/* ==========================================================================
   13. PREMIUM STYLED COMMENTS & "LEAVE A REPLY" FORM
   ========================================================================== */
.comments-area {
  margin-top: 3.5rem;
}

#respond {
  background: #ffffff;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 2.25rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
}

.comment-reply-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-dark-navy);
  margin-bottom: 0.5rem;
}

.comment-notes {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

.bizli-comment-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.bizli-comment-form .comment-notes,
.bizli-comment-form .comment-form-comment,
.bizli-comment-form .comment-form-cookies-consent,
.bizli-comment-form .form-submit,
.col-span-2 {
  grid-column: span 2;
}

.bizli-comment-form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-dark-navy);
  margin-bottom: 0.4rem;
}

.bizli-comment-form input[type="text"],
.bizli-comment-form input[type="email"],
.bizli-comment-form input[type="url"],
.bizli-comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  background: #ffffff;
  outline: none;
  transition: var(--transition-fast);
}

.bizli-comment-form input[type="text"]:focus,
.bizli-comment-form input[type="email"]:focus,
.bizli-comment-form input[type="url"]:focus,
.bizli-comment-form textarea:focus {
  border-color: var(--color-green-primary);
  box-shadow: 0 0 0 3px rgba(0, 135, 56, 0.15);
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.comment-form-cookies-consent input[type="checkbox"] {
  accent-color: var(--color-green-primary);
  width: 16px;
  height: 16px;
}

.btn-bizli-comment-submit {
  background: linear-gradient(135deg, #008738 0%, #064e3b 100%);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.85rem 2.25rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: var(--transition-fast);
  display: inline-block;
}
.btn-bizli-comment-submit:hover {
  background: linear-gradient(135deg, #064e3b 0%, #004d20 100%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Comment List Display */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.comment-body {
  background: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.comment-meta img.avatar {
  border-radius: 50%;
  border: 2px solid var(--color-green-primary);
}

.comment-author .fn {
  font-weight: 800;
  color: var(--color-dark-navy);
  font-style: normal;
}

.comment-metadata {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.comment-content {
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.6;
}

.reply a {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--color-green-primary);
}

/* ==========================================================================
   14. CREATIVE 3-COLUMN ARCHIVE & BLOG GRID VIEW
   ========================================================================== */
.archive-banner-header {
  margin-bottom: 2.5rem;
  background: #ffffff;
  padding: 2rem 2.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}
.archive-main-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--color-dark-navy);
  line-height: 1.2;
}
.archive-description-text {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-top: 0.5rem;
}

.bizli-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.bizli-archive-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease;
}
.bizli-archive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 135, 56, 0.12);
  border-color: #a7f3d0;
}

.bizli-card-thumb-wrap {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
  background: #f1f5f9;
}
.bizli-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bizli-archive-card:hover .bizli-card-img {
  transform: scale(1.06);
}

.bizli-card-no-thumb {
  position: relative;
  display: block;
  height: 160px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-bottom: 1px solid #a7f3d0;
}
.no-thumb-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-thumb-icon {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green-primary);
  box-shadow: var(--shadow-sm);
}

.bizli-card-cat-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(6, 78, 59, 0.9);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bizli-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bizli-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.bizli-meta-rating {
  color: #d97706;
  font-weight: 800;
  background: #fff7ed;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #fed7aa;
}

.bizli-card-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--color-dark-navy);
  line-height: 1.35;
  margin-bottom: 0.65rem;
}
.bizli-card-title a {
  color: var(--color-dark-navy);
}
.bizli-card-title a:hover {
  color: var(--color-green-primary);
}

.bizli-card-excerpt {
  font-size: 0.92rem;
  color: var(--color-text-main);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bizli-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.btn-bizli-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #ecfdf5;
  color: #047857;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid #a7f3d0;
  transition: var(--transition-fast);
}
.btn-bizli-card-link:hover {
  background: var(--color-green-primary);
  color: #ffffff;
  border-color: var(--color-green-primary);
}

.bizli-pagination-wrap {
  margin-top: 3.5rem;
  text-align: center;
}
.bizli-pagination-wrap .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.bizli-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--color-text-dark);
  font-size: 0.9rem;
  transition: var(--transition-fast);
}
.bizli-pagination-wrap .page-numbers:hover,
.bizli-pagination-wrap .page-numbers.current {
  background: var(--color-green-primary);
  color: #ffffff;
  border-color: var(--color-green-primary);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .red-procedure-grid { grid-template-columns: repeat(2, 1fr); }
  .green-accordion-grid, .coral-accordion-grid { grid-template-columns: 1fr; }
  .contact-feedback-grid { grid-template-columns: 1fr; }
  .form-grid-2col { grid-template-columns: 1fr; }
  .bizli-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .red-procedure-grid { grid-template-columns: 1fr; }

  /* 1. Mobile Top Mini Bar (2 Balanced Rows) */
  .top-mini-bar { padding: 0.35rem 0; font-size: 0.75rem; }
  .top-mini-flex { display: grid; grid-template-columns: 1fr auto; gap: 0.3rem 0.6rem; align-items: center; }
  .top-mini-left { display: contents; }
  .top-mini-right { display: contents; }
  .top-phone-highlight { grid-column: 1; grid-row: 1; justify-self: start; padding: 0.12rem 0.5rem; font-size: 0.75rem; }
  .lang-selector-wrap { grid-column: 2; grid-row: 1; justify-self: end; }
  .top-lang-select { padding: 0.15rem 0.45rem; font-size: 0.73rem; }
  .top-email-item { grid-column: 1; grid-row: 2; justify-self: start; font-size: 0.73rem; }
  .top-hours-badge { grid-column: 2; grid-row: 2; justify-self: end; font-size: 0.72rem; }
  .hide-mobile { display: none !important; }

  /* 2. Mobile Main Branding Header */
  .header-container { height: auto; min-height: 68px; padding: 0.55rem 1rem; gap: 0.75rem; width: 100%; box-sizing: border-box; }
  .site-branding { flex: 1; min-width: 0; }
  .brand-logo-wrap { display: flex; align-items: center; gap: 0.55rem; min-width: 0; }
  .brand-logo-img-box { flex-shrink: 0; display: inline-flex; align-items: center; }
  .logo-text-box { display: flex; flex-direction: column; min-width: 0; flex: 1; }
  .logo-icon-box { width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
  .logo-icon-box svg { width: 22px !important; height: 22px !important; }
  .main-title { font-size: 1.05rem; line-height: 1.15; word-break: break-word; }
  .sub-title { font-size: 0.62rem; letter-spacing: 0.02em; }

  /* 3. Mobile Header & Drawer Seal Badge */
  .header-seal-badge { display: none !important; }
  .mobile-drawer-seal-wrap .iso-seal-box { display: flex !important; align-items: center; justify-content: center; }

  /* 4. Mobile Nav Toggle & Comments */
  .primary-nav { display: none; }
  .mobile-nav-toggle { display: flex !important; align-items: center; justify-content: center; width: 38px; height: 38px; min-width: 38px; min-height: 38px; padding: 0; border-radius: 6px; }
  .bizli-comment-form { grid-template-columns: 1fr; }
  .bizli-comment-form .comment-notes,
  .bizli-comment-form .comment-form-comment,
  .bizli-comment-form .comment-form-cookies-consent,
  .bizli-comment-form .form-submit,
  .col-span-2 {
    grid-column: span 1 !important;
  }
}

@media (max-width: 576px) {
  .bizli-archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .header-container { padding: 0.5rem 0.85rem; gap: 0.5rem; }
  .main-title { font-size: 0.92rem; }
  .sub-title { font-size: 0.58rem; }
  .iso-seal-box { padding: 0.15rem 0.4rem; }
  .iso-seal-box span { font-size: 0.62rem; }
  .top-mini-bar { font-size: 0.72rem; }
  .top-email-item span { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

