/* ========================================
   DIGEPSALUD - Main Stylesheet
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Lexend:wght@300;400;500;600&display=swap');

/* ---- Variables ---- */
:root {
  --primary: #1d4ed8;
  --primary-dark: #1e3a8a;
  --primary-hover: #2563eb;
  --primary-light: #dbeafe;
  --primary-bg: #eff6ff;
  --cyan: #0ea5e9;
  --teal: #0891b2;
  --dark-bg: #0f172a;
  --dark-card: #1e293b;
  --dark-border: #334155;
  --text: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --border: #e2e8f0;
  --white: #ffffff;
  --success: #10b981;
  --topbar-bg: #0c1a3d;
  --footer-bg: #0f172a;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  --shadow-md: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  --shadow-lg: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
  --radius: .5rem;
  --radius-lg: .875rem;
  --radius-xl: 1.25rem;
  --transition: .2s ease;
}

/* ---- Background Utility Classes ---- */
.bg-page { background: #f8fafc; }
.bg-white-section { background: #ffffff; }
.bg-topbar-badge { background: #eff6ff; border: 1px solid #bfdbfe; }

/* Dark Mode */
[data-theme="dark"] {
  --primary-bg: #1e2d45;
  --primary-light: #1e3a5f;
  --border: #334155;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --text-light: #64748b;
  --white: #1e293b;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.3);
  --shadow: 0 4px 6px rgba(0,0,0,.3);
  --shadow-md: 0 10px 15px rgba(0,0,0,.3);
  background-color: #0f172a;
  color: #e2e8f0;
}
[data-theme="dark"] body { background: #0f172a !important; color: #e2e8f0; }

/* Sections & backgrounds */
[data-theme="dark"] .bg-page,
[data-theme="dark"] .bg-white-section,
[data-theme="dark"] section.bg-page,
[data-theme="dark"] section.bg-white-section { background: #0f172a !important; }

/* Navbar */
[data-theme="dark"] .navbar { background: #1e293b !important; border-bottom: 1px solid #334155; }
[data-theme="dark"] .navbar-brand-text { color: #e2e8f0 !important; }
[data-theme="dark"] .nav-link { color: #cbd5e1 !important; }
[data-theme="dark"] .navbar-toggler-icon { filter: invert(1); }

/* Cards & components */
[data-theme="dark"] .card,
[data-theme="dark"] .service-card,
[data-theme="dark"] .news-card { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .quick-links-bar { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .quick-link-item { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .quick-link-item:hover { background: #1e3a5f !important; border-color: #3b5ea8 !important; }
[data-theme="dark"] .sidebar-card { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .sidebar-card-header { background: #1e293b !important; border-color: #334155 !important; color: #e2e8f0 !important; }
[data-theme="dark"] .sidebar-card-body { background: #1e293b !important; }
[data-theme="dark"] .service-info-card { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .service-info-card .info-row { border-color: #334155 !important; }
[data-theme="dark"] .tramite-item { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .tramite-item:hover { background: #1e3a5f !important; }
[data-theme="dark"] .article-nav-btn { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .article-nav-btn:hover { background: #1e3a5f !important; }
[data-theme="dark"] .doc-item { border-color: #334155 !important; }
[data-theme="dark"] .divider { background: #334155 !important; }
[data-theme="dark"] .highlights-bar { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .help-cta-section { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .help-card { background: #1a2d46 !important; border-color: #2d4a70 !important; }
[data-theme="dark"] .share-btn { background: #1e293b !important; border-color: #334155 !important; color: #94a3b8 !important; }
[data-theme="dark"] .search-filter-bar { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .login-card { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .login-right { background: #0f172a !important; }
[data-theme="dark"] .security-tip { background: #1a2d46 !important; border-color: #2d4a70 !important; }
[data-theme="dark"] .alert-info-custom { background: #1a2d46 !important; border-color: #2d4a70 !important; }

/* Scroll offset for sticky navbar on anchor links */
.legal-content h2[id] { scroll-margin-top: 90px; }
.accordion-item[id] { scroll-margin-top: 90px; }

/* Feature badge in service detail */
.feature-badge-bar { background: #fff; }
[data-theme="dark"] div.d-flex.gap-4 { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .feature-badge-bar { background: #1e293b !important; border-color: #334155 !important; }

/* Topbar & footer */
[data-theme="dark"] .topbar { background: #070e20 !important; }
[data-theme="dark"] .footer { background: #020817 !important; }

/* Forms */
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select { background: #334155 !important; border-color: #475569 !important; color: #e2e8f0 !important; }
[data-theme="dark"] .form-control::placeholder { color: #64748b !important; }
[data-theme="dark"] .form-check-label { color: #94a3b8 !important; }
[data-theme="dark"] .input-icon-wrap .form-icon { color: #64748b !important; }

/* Stats */
[data-theme="dark"] .stat-bar { background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important; }

/* Text */
[data-theme="dark"] p { color: #94a3b8; }
[data-theme="dark"] .text-muted { color: #64748b !important; }
[data-theme="dark"] h1,h2,h3,h4,h5,h6 { color: #e2e8f0; }
[data-theme="dark"] .breadcrumb-item { color: rgba(255,255,255,.7); }
[data-theme="dark"] .recent-news-item { border-bottom-color: #334155 !important; }
[data-theme="dark"] .recent-news-title { color: #cbd5e1 !important; }
[data-theme="dark"] .cat-item { color: #94a3b8 !important; }
[data-theme="dark"] .cat-item.active,
[data-theme="dark"] .cat-item:hover { background: #1e3a5f !important; color: #7dd3fc !important; }
[data-theme="dark"] .news-card-title { color: #e2e8f0 !important; }
[data-theme="dark"] .service-card-title { color: #e2e8f0 !important; }
[data-theme="dark"] .quick-link-title { color: #e2e8f0 !important; }
[data-theme="dark"] .tramite-title { color: #e2e8f0 !important; }
[data-theme="dark"] .section-title { color: #e2e8f0 !important; }
[data-theme="dark"] .footer-bottom { border-color: rgba(255,255,255,.05) !important; }

/* FAQ & Contact specific */
[data-theme="dark"] .accordion-item { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .accordion-button { background: #1e293b !important; color: #e2e8f0 !important; box-shadow: none !important; }
[data-theme="dark"] .accordion-button:not(.collapsed) { background: #1e3a5f !important; color: #7dd3fc !important; }
[data-theme="dark"] .accordion-button::after { filter: invert(1) brightness(2); }
[data-theme="dark"] .accordion-body { background: #1e293b !important; color: #94a3b8 !important; border-color: #334155 !important; }
[data-theme="dark"] .contact-info-card { background: #1e293b !important; border-color: #334155 !important; }
[data-theme="dark"] .faq-cat-btn { background: #1e293b !important; border-color: #334155 !important; color: #94a3b8 !important; }
[data-theme="dark"] .faq-cat-btn.active { background: #1e3a5f !important; color: #7dd3fc !important; border-color: #3b5ea8 !important; }
[data-theme="dark"] .home-hero::after { background: #0f172a !important; }

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Lexend', sans-serif;
  font-size: .9375rem;
  color: var(--text);
  background: #f8fafc;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-hover); }

img { max-width: 100%; height: auto; }

/* ---- Topbar ---- */
.topbar {
  background: var(--topbar-bg);
  padding: .45rem 0;
  font-size: .78rem;
  color: rgba(255,255,255,.75);
}
.topbar a { color: rgba(255,255,255,.75); }
.topbar a:hover { color: #fff; }
.topbar-contact span { margin-right: 1.25rem; }
.topbar-contact i { margin-right: .3rem; color: var(--cyan); }
.topbar-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.7);
  font-size: .75rem;
  margin-left: .3rem;
  transition: all var(--transition);
}
.topbar-social a:hover { background: var(--primary); color: #fff; }

/* ---- Navbar ---- */
.navbar {
  background: #fff !important;
  padding: .85rem 0;
  box-shadow: 0 1px 0 var(--border), 0 2px 8px rgba(0,0,0,.06);
  position: sticky;
  top: 0;
  z-index: 1020;
  transition: all .3s;
}
.navbar-brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.navbar-logo-icon {
  width: 38px; height: 38px;
  background: var(--primary);
  border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(29,78,216,.35);
}
.navbar-brand-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text);
  letter-spacing: .01em;
}
.navbar-nav { gap: .25rem; }
.nav-link {
  font-weight: 500;
  font-size: .875rem;
  color: var(--text-muted) !important;
  padding: .45rem .85rem !important;
  border-radius: var(--radius);
  transition: all var(--transition);
  position: relative;
}
.nav-link:hover { color: var(--primary) !important; background: var(--primary-bg); }
.nav-link.active {
  color: var(--primary) !important;
  font-weight: 600;
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 60%; height: 2.5px;
  background: var(--primary);
  border-radius: 2px;
}
.btn-panel {
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2rem !important;
  padding: .45rem 1.1rem !important;
  font-weight: 600;
  font-size: .85rem;
  display: flex; align-items: center; gap: .4rem;
  box-shadow: 0 4px 12px rgba(29,78,216,.3);
  transition: all var(--transition);
}
.btn-panel:hover { background: var(--primary-hover) !important; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(29,78,216,.4); }
.btn-dark-mode {
  background: none; border: 1px solid var(--border); border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--text-muted);
  transition: all var(--transition);
  font-size: .9rem;
}
.btn-dark-mode:hover { background: var(--primary-bg); color: var(--primary); border-color: var(--primary-light); }

/* ---- Buttons ---- */
.btn-primary-custom {
  background: var(--primary);
  color: #fff;
  border: 2px solid var(--primary);
  border-radius: .5rem;
  padding: .65rem 1.4rem;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex; align-items: center; gap: .4rem;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-custom:hover { background: var(--primary-hover); border-color: var(--primary-hover); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }

.btn-outline-custom {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.5);
  border-radius: .5rem;
  padding: .65rem 1.4rem;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex; align-items: center; gap: .4rem;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.btn-outline-custom:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }

.btn-white-custom {
  background: #fff;
  color: var(--primary);
  border: 2px solid #fff;
  border-radius: .5rem;
  padding: .65rem 1.4rem;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex; align-items: center; gap: .4rem;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.btn-white-custom:hover { background: var(--primary-light); border-color: var(--primary-light); color: var(--primary-dark); }

.link-arrow {
  color: var(--primary);
  font-weight: 600;
  font-size: .875rem;
  display: inline-flex; align-items: center; gap: .3rem;
  transition: all var(--transition);
}
.link-arrow:hover { color: var(--primary-hover); gap: .5rem; }

/* ---- Page Hero ---- */
.page-hero {
  background: linear-gradient(135deg, #1d4ed8 0%, #0c85c2 60%, #06b6d4 100%);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  border-radius: 2rem;
  padding: .3rem .85rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}
.page-hero h1 { color: #fff; font-size: 2.2rem; }
.page-hero p { color: rgba(255,255,255,.85); font-size: .95rem; }
.page-hero-img {
  width: 220px;
  opacity: .9;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.2));
}
.breadcrumb { background: none; padding: 0; margin-bottom: .75rem; }
.breadcrumb-item { font-size: .82rem; color: rgba(255,255,255,.7); }
.breadcrumb-item a { color: rgba(255,255,255,.8); }
.breadcrumb-item a:hover { color: #fff; }
.breadcrumb-item.active { color: rgba(255,255,255,.95); }
.breadcrumb-item+.breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* ---- Home Hero ---- */
.home-hero {
  background: linear-gradient(135deg, #1d4ed8 0%, #0c6eb5 50%, #0ea5e9 100%);
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
}
.home-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.035'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.home-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: #f8fafc;
  clip-path: ellipse(55% 100% at 50% 100%);
}
[data-theme="dark"] .home-hero::after { background: #0f172a; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.95);
  border-radius: 2rem;
  padding: .35rem 1rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.hero-title span { color: #7dd3fc; }
.hero-subtitle { color: rgba(255,255,255,.85); font-size: .975rem; margin-bottom: 1.75rem; max-width: 440px; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero-building-wrap {
  position: relative;
  height: 380px;
  display: flex; align-items: flex-end;
}
.hero-building {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}
.hero-atention-card {
  position: absolute;
  bottom: 30px; left: -20px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: .85rem 1.1rem;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: .75rem;
  min-width: 210px;
  border: 1px solid rgba(255,255,255,.8);
}
[data-theme="dark"] .hero-atention-card { background: rgba(30,41,59,.95); border-color: #334155; }
.hero-atention-card .icon-wrap {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--primary-light);
  border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
}
.hero-atention-card .card-title { font-weight: 700; font-size: .9rem; color: var(--text); margin: 0; }
.hero-atention-card .card-text { font-size: .78rem; color: var(--text-muted); margin: 0; }

/* ---- Quick Links Bar ---- */
.quick-links-bar {
  background: #fff;
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  margin-top: -1rem;
  position: relative;
  z-index: 10;
}
.quick-link-item {
  display: flex; align-items: center; gap: .85rem;
  padding: .85rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all var(--transition);
  background: #fff;
  flex: 1;
}
.quick-link-item:hover { border-color: var(--primary); background: var(--primary-bg); transform: translateY(-2px); box-shadow: var(--shadow); }
.quick-link-icon {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--primary-light);
  border-radius: .6rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.1rem;
  transition: all var(--transition);
}
.quick-link-item:hover .quick-link-icon { background: var(--primary); color: #fff; }
.quick-link-title { font-weight: 700; font-size: .875rem; color: var(--text); margin: 0; }
.quick-link-desc { font-size: .775rem; color: var(--text-muted); margin: 0; line-height: 1.3; }
.quick-link-arrow { margin-left: auto; color: var(--text-light); font-size: .8rem; transition: all var(--transition); }
.quick-link-item:hover .quick-link-arrow { color: var(--primary); transform: translateX(3px); }

/* ---- Stat Bar ---- */
.stat-bar {
  background: linear-gradient(135deg, var(--primary) 0%, #0c85c2 100%);
  padding: 2rem 0;
}
.stat-item { text-align: center; padding: .5rem 1rem; }
.stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: .25rem;
}
.stat-label { color: rgba(255,255,255,.8); font-size: .825rem; }
.stat-divider { width: 1px; background: rgba(255,255,255,.2); height: 50px; margin: auto; }

/* ---- Section Titles ---- */
.section-title { font-size: 1.5rem; font-weight: 800; color: var(--text); }
.section-subtitle { color: var(--text-muted); font-size: .9rem; margin-top: .25rem; }

/* ---- News Cards ---- */
.news-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .3s;
  height: 100%;
  display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); }
.news-card-img-wrap { position: relative; overflow: hidden; height: 185px; }
.news-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-card-img-wrap img { transform: scale(1.05); }
.news-card-date {
  position: absolute; top: .75rem; left: .75rem;
  background: #fff;
  border-radius: .5rem;
  padding: .3rem .5rem;
  text-align: center;
  min-width: 46px;
  box-shadow: var(--shadow-sm);
}
.news-card-date .day { font-size: 1.1rem; font-weight: 800; color: var(--primary); line-height: 1; display: block; }
.news-card-date .month { font-size: .65rem; text-transform: uppercase; color: var(--text-muted); font-weight: 600; display: block; }
.news-card-date .year { font-size: .65rem; color: var(--text-light); display: block; }
.news-card-body { padding: 1.1rem; flex: 1; display: flex; flex-direction: column; }
.news-card-cat {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-size: .72rem;
  font-weight: 700;
  padding: .2rem .65rem;
  border-radius: 2rem;
  margin-bottom: .6rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.news-card-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-excerpt {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: .85rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-card-footer { margin-top: auto; }

/* ---- Service Cards ---- */
.service-card {
  background: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  padding: 2rem 1.75rem;
  text-align: center;
  transition: all .3s;
  height: 100%;
  display: flex; flex-direction: column; align-items: center;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); }
.service-card-icon {
  width: 70px; height: 70px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  transition: all .3s;
}
.service-card:hover .service-card-icon { background: var(--primary); color: #fff; transform: scale(1.1); }
.service-card-title { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: .6rem; }
.service-card-desc { font-size: .85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.25rem; flex: 1; }

/* ---- Sidebar Cards ---- */
.sidebar-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.sidebar-card-header {
  padding: .9rem 1.25rem;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  font-size: .9rem;
  color: var(--text);
}
.sidebar-card-body { padding: 1.25rem; }
.cat-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: .55rem .75rem;
  border-radius: var(--radius);
  font-size: .875rem;
  cursor: pointer;
  transition: all var(--transition);
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: .25rem;
}
.cat-item:hover { background: var(--primary-bg); color: var(--primary); }
.cat-item.active { background: var(--primary-bg); color: var(--primary); font-weight: 600; }
.cat-item .badge { background: var(--primary-light); color: var(--primary); border-radius: 2rem; font-size: .72rem; padding: .15rem .5rem; }
.recent-news-item {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: .85rem 0;
  border-bottom: 1px solid var(--border);
}
.recent-news-item:last-child { border-bottom: none; padding-bottom: 0; }
.recent-news-thumb {
  width: 52px; height: 52px; min-width: 52px;
  border-radius: var(--radius);
  object-fit: cover;
}
.recent-news-date { font-size: .72rem; color: var(--text-light); margin-bottom: .15rem; }
.recent-news-title { font-size: .82rem; font-weight: 600; color: var(--text); line-height: 1.35; }
.recent-news-title:hover { color: var(--primary); }

/* ---- Service Info Card ---- */
.service-info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 1.25rem;
}
.service-info-card .info-row {
  display: flex; align-items: center; gap: .75rem;
  padding: .85rem 1.25rem;
  border-bottom: 1px solid var(--border);
}
.service-info-card .info-row:last-child { border-bottom: none; }
.service-info-card .info-icon { width: 32px; color: var(--text-light); font-size: .9rem; }
.service-info-card .info-label { font-size: .78rem; color: var(--text-light); display: block; }
.service-info-card .info-value { font-size: .88rem; font-weight: 600; color: var(--text); }
.service-active-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #d1fae5; color: #059669;
  border-radius: 2rem; padding: .3rem .85rem;
  font-size: .8rem; font-weight: 600;
}
.service-active-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #10b981; display: inline-block; }

/* ---- Documents List ---- */
.doc-item {
  display: flex; align-items: center; gap: .85rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--border);
}
.doc-item:last-child { border-bottom: none; }
.doc-icon { font-size: 1.5rem; flex-shrink: 0; }
.doc-icon.pdf { color: #ef4444; }
.doc-icon.word { color: #3b82f6; }
.doc-icon.xls { color: #10b981; }
.doc-name { font-size: .875rem; font-weight: 600; color: var(--text); display: block; }
.doc-meta { font-size: .75rem; color: var(--text-light); }
.doc-dl { margin-left: auto; color: var(--primary); font-size: .9rem; padding: .35rem; border-radius: .35rem; transition: all var(--transition); }
.doc-dl:hover { background: var(--primary-bg); color: var(--primary-dark); }

/* ---- Help Card ---- */
.help-card {
  background: linear-gradient(135deg, var(--primary-bg) 0%, #e0f2fe 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--primary-light);
}
.help-card-icon { font-size: 2rem; color: var(--primary); margin-bottom: .5rem; }
.help-card h6 { font-weight: 700; color: var(--text); margin-bottom: .3rem; }
.help-card p { font-size: .82rem; color: var(--text-muted); margin-bottom: 1rem; }

/* ---- Service Detail ---- */
.tramite-item {
  display: flex; align-items: center;
  padding: .9rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: .6rem;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  background: #fff;
}
[data-theme="dark"] .tramite-item { background: #1e293b; border-color: #334155; }
.tramite-item:hover { border-color: var(--primary); background: var(--primary-bg); }
.tramite-icon-wrap {
  width: 38px; height: 38px; min-width: 38px;
  background: var(--primary-light);
  border-radius: .4rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: .9rem;
  margin-right: .85rem;
}
.tramite-title { font-size: .88rem; font-weight: 600; color: var(--text); margin: 0; }
.tramite-desc { font-size: .78rem; color: var(--text-muted); margin: 0; }
.tramite-arrow { margin-left: auto; color: var(--text-light); font-size: .8rem; }

.req-item {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .875rem; color: var(--text-muted);
  margin-bottom: .5rem;
}
.req-item i { color: var(--success); font-size: .85rem; margin-top: .2rem; flex-shrink: 0; }

.alert-info-custom {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: .85rem 1rem;
  display: flex; gap: .75rem; align-items: flex-start;
  font-size: .875rem;
  color: var(--text);
}
[data-theme="dark"] .alert-info-custom { background: rgba(29,78,216,.12); border-color: rgba(29,78,216,.3); }
.alert-info-custom i { color: var(--primary); margin-top: .1rem; flex-shrink: 0; }

/* ---- Footer ---- */
.footer {
  background: var(--footer-bg);
  color: rgba(255,255,255,.7);
  padding: 3.5rem 0 0;
}
.footer-logo { display: flex; align-items: center; gap: .6rem; margin-bottom: .9rem; }
.footer-logo-icon {
  width: 36px; height: 36px;
  background: var(--primary);
  border-radius: .45rem;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.footer-logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.05rem; color: #fff; }
.footer-desc { font-size: .825rem; line-height: 1.65; color: rgba(255,255,255,.55); margin-bottom: 1.1rem; }
.footer-contact { font-size: .82rem; color: rgba(255,255,255,.6); }
.footer-contact i { color: var(--cyan); margin-right: .4rem; }
.footer-contact li { margin-bottom: .4rem; }
.footer-social { display: flex; gap: .5rem; margin-top: 1rem; }
.footer-social a {
  width: 33px; height: 33px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65);
  font-size: .8rem;
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--primary); color: #fff; }
.footer-heading { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: .875rem; color: rgba(255,255,255,.9); margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .45rem; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.55); transition: all var(--transition); }
.footer-links a:hover { color: rgba(255,255,255,.9); padding-left: 3px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  text-align: center;
}

/* ---- Forms ---- */
.form-label { font-weight: 600; font-size: .875rem; color: var(--text); margin-bottom: .4rem; }
.form-control {
  border: 1.5px solid var(--border);
  border-radius: .5rem;
  padding: .65rem 1rem;
  font-size: .9rem;
  color: var(--text);
  transition: all var(--transition);
  background: #fff;
}
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(29,78,216,.1); outline: none; }
.input-icon-wrap { position: relative; }
.input-icon-wrap .form-icon { position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); color: var(--text-light); font-size: .9rem; }
.input-icon-wrap .form-control { padding-left: 2.5rem; }
.input-icon-wrap .form-toggle { position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); color: var(--text-light); cursor: pointer; background: none; border: none; padding: 0; }
.form-check-input:checked { background-color: var(--primary); border-color: var(--primary); }

/* ---- Login Page ---- */
.login-page {
  min-height: 100vh;
  display: flex; flex-direction: column;
}
.login-split { flex: 1; display: flex; }
.login-left {
  background: linear-gradient(150deg, #1d4ed8 0%, #0c85c2 60%, #06b6d4 100%);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  padding: 3rem;
  min-height: 600px;
}
.login-left::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.login-left-content { position: relative; z-index: 2; }
.login-left-bg-img {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  object-fit: cover;
  opacity: .18;
  pointer-events: none;
}
.login-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  border-radius: 2rem;
  padding: .35rem .9rem;
  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.login-title { font-size: 2.1rem; color: #fff; font-weight: 800; margin-bottom: .3rem; }
.login-title-accent { color: #7dd3fc; }
.login-subtitle { color: rgba(255,255,255,.75); font-size: .9rem; margin-bottom: 2rem; max-width: 400px; }
.login-feature {
  display: flex; align-items: flex-start; gap: .85rem;
  margin-bottom: 1.1rem;
}
.login-feature-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: rgba(255,255,255,.12);
  border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
}
.login-feature-title { font-weight: 700; color: rgba(255,255,255,.95); font-size: .9rem; margin: 0; }
.login-feature-desc { font-size: .8rem; color: rgba(255,255,255,.65); margin: 0; }
.login-right {
  display: flex; align-items: center; justify-content: center;
  padding: 3rem 2.5rem;
  background: #f8fafc;
}
[data-theme="dark"] .login-right { background: #0f172a; }
.login-card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 2.5rem 2.25rem;
  width: 100%;
  max-width: 420px;
  border: 1px solid var(--border);
}
[data-theme="dark"] .login-card { background: #1e293b; border-color: #334155; }
.login-card-icon {
  width: 60px; height: 60px;
  background: var(--primary);
  border-radius: .85rem;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 auto 1.25rem;
  box-shadow: 0 8px 20px rgba(29,78,216,.35);
}
.login-card-title { font-size: 1.3rem; font-weight: 800; text-align: center; color: var(--text); margin-bottom: .25rem; }
.login-card-subtitle { font-size: .83rem; color: var(--text-muted); text-align: center; margin-bottom: 1.75rem; }
.security-tip {
  background: #eff6ff;
  border: 1px solid var(--primary-light);
  border-radius: var(--radius);
  padding: .85rem 1rem;
  display: flex; gap: .6rem; align-items: flex-start;
  margin-top: 1.25rem;
}
[data-theme="dark"] .security-tip { background: rgba(29,78,216,.1); border-color: rgba(29,78,216,.25); }
.security-tip i { color: var(--primary); flex-shrink: 0; margin-top: .1rem; }
.security-tip p { font-size: .79rem; color: var(--text-muted); margin: 0; line-height: 1.5; }
.security-tip strong { color: var(--text); }

/* ---- Pagination ---- */
.pagination .page-link {
  border-radius: var(--radius) !important;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: .45rem .75rem;
  font-size: .85rem;
  font-weight: 500;
  margin: 0 .15rem;
  transition: all var(--transition);
}
.pagination .page-link:hover { background: var(--primary-bg); color: var(--primary); border-color: var(--primary-light); }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination .page-item.disabled .page-link { color: var(--text-light); }

/* ---- Article Content ---- */
.article-share { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.share-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
  color: var(--text-muted);
  transition: all var(--transition);
  background: #fff;
  cursor: pointer;
}
[data-theme="dark"] .share-btn { background: #1e293b; }
.share-btn.fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.share-btn.tw:hover { background: #000; color: #fff; border-color: #000; }
.share-btn.li:hover { background: #0a66c2; color: #fff; border-color: #0a66c2; }
.share-btn.cp:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.article-meta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 1rem; }
.article-meta span { font-size: .825rem; color: var(--text-muted); display: flex; align-items: center; gap: .35rem; }
.article-meta i { color: var(--text-light); }
.article-cat-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  background: var(--primary-light); color: var(--primary);
  border-radius: 2rem; padding: .25rem .75rem;
  font-size: .78rem; font-weight: 600;
}
.article-body p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; font-size: .925rem; }
.article-featured-img { width: 100%; border-radius: var(--radius-lg); margin: 1.25rem 0; max-height: 360px; object-fit: cover; }
.article-nav {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}
.article-nav-btn {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: .9rem 1.1rem;
  transition: all var(--transition);
  display: flex; flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
[data-theme="dark"] .article-nav-btn { background: #1e293b; border-color: #334155; }
.article-nav-btn:hover { border-color: var(--primary); background: var(--primary-bg); }
.article-nav-label { font-size: .74rem; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.article-nav-title { font-size: .875rem; font-weight: 700; color: var(--text); margin-top: .25rem; line-height: 1.3; }
.article-nav-btn.next { text-align: right; }

/* ---- Search & Filter ---- */
.search-filter-bar {
  background: #fff;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 73px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
[data-theme="dark"] .search-filter-bar { background: #1e293b; border-color: #334155; }
.search-input-wrap { position: relative; }
.search-input-wrap .search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-light); }
.search-input-wrap input { padding-left: 2.75rem !important; border-radius: .5rem; }
.search-input-wrap .search-btn {
  position: absolute; right: .35rem; top: 50%; transform: translateY(-50%);
  background: var(--primary); color: #fff; border: none;
  width: 34px; height: 34px; border-radius: .35rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all var(--transition);
}
.search-input-wrap .search-btn:hover { background: var(--primary-hover); }

/* ---- Feature Highlights ---- */
.highlights-bar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem 2rem;
}
[data-theme="dark"] .highlights-bar { background: #1e293b; border-color: #334155; }
.highlight-item { display: flex; align-items: flex-start; gap: .85rem; }
.highlight-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--primary-light);
  border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: .95rem;
}
.highlight-title { font-weight: 700; font-size: .875rem; color: var(--primary); margin: 0; }
.highlight-desc { font-size: .8rem; color: var(--text-muted); margin: 0; }

/* ---- Need Help CTA ---- */
.help-cta-section {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: flex; align-items: center; gap: 2rem;
  flex-wrap: wrap;
}
[data-theme="dark"] .help-cta-section { background: #1e293b; border-color: #334155; }
.help-cta-img { width: 90px; flex-shrink: 0; }
.help-cta-title { font-size: 1.3rem; font-weight: 800; color: var(--text); margin-bottom: .25rem; }
.help-cta-desc { color: var(--text-muted); font-size: .875rem; }

/* ---- Animations ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fade-in-up { animation: fadeInUp .5s ease both; }
.fade-in { animation: fadeIn .4s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }

/* ---- Misc ---- */
.section-py { padding: 4rem 0; }
.section-py-sm { padding: 2.5rem 0; }
.badge-cat {
  display: inline-flex; align-items: center; gap: .3rem;
  background: var(--primary-light); color: var(--primary);
  border-radius: 2rem; padding: .2rem .65rem;
  font-size: .73rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em;
}
.divider { width: 100%; height: 1px; background: var(--border); margin: 1.5rem 0; }
.text-primary-custom { color: var(--primary) !important; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-title { font-size: 1.85rem; }
  .hero-building-wrap { height: 280px; }
  .hero-atention-card { display: none; }
  .quick-link-item { flex-direction: column; text-align: center; }
  .quick-link-arrow { display: none; }
  .stat-divider { display: none; }
  .login-left { display: none; }
  .login-right { padding: 2rem 1.25rem; }
  .page-hero h1 { font-size: 1.75rem; }
}
@media (max-width: 767px) {
  .topbar { display: none; }
  .section-py { padding: 2.5rem 0; }
  .hero-title { font-size: 1.65rem; }
  .home-hero { min-height: auto; padding: 2.5rem 0 4rem; }
  .home-hero::after { display: none; }
  .hero-building-wrap { display: none; }
  .stat-number { font-size: 1.5rem; }
  .article-nav { grid-template-columns: 1fr; }
  .help-cta-section { flex-direction: column; text-align: center; }
  .help-cta-img { margin: auto; }
}

/* ---- Contact Page ---- */
.contact-info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  text-align: center;
  transition: all .3s;
  height: 100%;
}
.contact-info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.contact-info-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
}
.contact-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
}
[data-theme="dark"] .contact-form-card { background: #1e293b !important; border-color: #334155 !important; }
.map-embed {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  height: 280px;
  background: #e2e8f0;
  display: flex; align-items: center; justify-content: center;
}
[data-theme="dark"] .map-embed { background: #334155 !important; border-color: #475569 !important; }
textarea.form-control { resize: vertical; min-height: 120px; }

/* ---- FAQ Page ---- */
.faq-cat-btn {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 2rem;
  padding: .45rem 1.1rem;
  font-size: .83rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.faq-cat-btn:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-bg); }
.faq-cat-btn.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-lg) !important;
  margin-bottom: .75rem;
  overflow: hidden;
  background: #fff;
}
.accordion-button {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: .925rem;
  color: var(--text);
  background: #fff;
  padding: 1.1rem 1.25rem;
}
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--primary-bg);
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; }
.accordion-body {
  font-size: .875rem;
  color: var(--text-muted);
  line-height: 1.75;
  padding: 0 1.25rem 1.25rem;
  background: #fff;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}
.faq-search-wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.faq-search-wrap input { padding-left: 3rem !important; border-radius: 3rem !important; font-size: .9rem; padding-right: 1.25rem !important; }
.faq-search-wrap i { position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--text-light); }
