/*
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: 2.6.0
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; }
body { background-color: var(--color-body-bg); color: var(--color-text-main); display: flex; flex-direction: column; min-height: 100vh; 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 */
.site-header { background: #ffffff; border-bottom: 1px solid var(--color-border); }
.header-container { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.brand-logo-wrap { display: flex; align-items: center; gap: 0.85rem; }
.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); }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 0.25rem; flex-wrap: wrap; }
.primary-nav a { display: inline-flex; align-items: center; padding: 0.85rem 1.1rem; color: #ffffff; font-weight: 700; font-size: 0.9rem; transition: var(--transition-fast); }
.primary-nav a:hover, .primary-nav a.active { background: var(--color-green-dark); }
.primary-nav a.nav-btn-highlight { background: var(--color-coral); color: #ffffff; border-radius: var(--radius-sm); font-weight: 800; margin-left: 0.5rem; }
.primary-nav a.nav-btn-highlight:hover { background: var(--color-coral-dark); }

/* 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 for GEO & Readers */
.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: 2rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.08);
}
.ai-summary-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #047857;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.65rem;
}
.ai-summary-header svg {
  color: #10b981;
}
.ai-summary-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #064e3b;
  font-weight: 600;
  margin: 0;
}

/* 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: 280px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 999999 !important;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 25px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.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;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}
.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;
}

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

.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.95rem !important;
  font-weight: 700 !important;
  color: var(--color-dark-navy) !important;
  border-radius: var(--radius-sm) !important;
  transition: var(--transition-fast) !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;
}

/* 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; }
.red-fee-notice-strip { background: var(--color-red-dark); color: #ffffff; font-size: 0.85rem; font-weight: 700; padding: 0.4rem 0; overflow: hidden; }

.marquee-wrap { overflow: hidden; position: relative; white-space: nowrap; }
.marquee-content { display: inline-block; white-space: nowrap; padding-left: 100%; animation: bizli-marquee-scroll 20s linear infinite; }
.marquee-wrap:hover .marquee-content { animation-play-state: paused; }

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

/* 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);
}

/* 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; }
}

@media (max-width: 768px) {
  .red-procedure-grid { grid-template-columns: 1fr; }
  .header-container { height: 75px; }
  .main-title { font-size: 1.2rem; }
  .iso-seal-box { display: none; }
  .primary-nav { display: none; }
  .mobile-nav-toggle { display: block !important; }
  .hide-mobile { display: none !important; }
  .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;
  }
}
