
/* Hide obsolete social share widgets */
.share42init, #share42, #plusone, .yashare-auto-init, #button-share {
  display: none !important;
}

body, html {
  overflow-x: hidden;
}

/* ==========================================================================
   GostZakaz.ru Modern Design System & Responsive Styles
   ========================================================================== */

:root {
  --gz-navy-dark: #07182d;
  --gz-navy: #0b294c;
  --gz-navy-light: #123e70;
  --gz-blue-accent: #2563eb;
  --gz-blue-hover: #1d4ed8;
  --gz-cyan: #0284c7;
  --gz-emerald: #059669;
  --gz-emerald-hover: #047857;
  --gz-bg: #f8fafc;
  --gz-surface: #ffffff;
  --gz-border: #e2e8f0;
  --gz-border-light: #f1f5f9;
  --gz-text: #1e293b;
  --gz-text-muted: #64748b;
  --gz-text-light: #94a3b8;
  --gz-radius: 10px;
  --gz-radius-sm: 6px;
  --gz-radius-lg: 16px;
  --gz-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
  --gz-shadow-lg: 0 10px 30px -4px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.05);
  --gz-font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --gz-font-serif: 'Merriweather', Georgia, "Times New Roman", serif;
}

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

body {
  font-family: var(--gz-font-main);
  background-color: var(--gz-bg) !important;
  color: var(--gz-text);
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* Layout container */
.gz-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.gz-site-header {
  background: var(--gz-navy-dark);
  color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Old header elements hidden */
#header, #search-form, #masthead, .top-logo {
  display: none !important;
}

/* Top utility bar */
.gz-top-bar {
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  padding: 8px 0;
}

.gz-top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.gz-top-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #cbd5e1;
}

.gz-badge-accent {
  background: rgba(37, 99, 235, 0.3);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.4);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gz-top-contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gz-contact-block {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gz-city {
  color: #94a3b8;
  font-weight: 500;
}

.gz-phone {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.gz-phone:hover {
  color: #60a5fa;
}

.gz-email {
  color: #94a3b8;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
}

.gz-email:hover {
  color: #fff;
}

.gz-top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gz-btn-outline {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--gz-radius-sm);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
}

.gz-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.gz-btn-primary {
  display: inline-block;
  padding: 5px 14px;
  background: var(--gz-emerald);
  border-radius: var(--gz-radius-sm);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s;
}

.gz-btn-primary:hover {
  background: var(--gz-emerald-hover);
}

/* Main Brand Header & Nav */
.gz-main-header {
  padding: 14px 0;
}

.gz-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gz-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.gz-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.gz-brand-text {
  display: flex;
  flex-direction: column;
}

.gz-brand-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.2;
}

.gz-brand-tagline {
  font-size: 11px;
  color: #94a3b8;
}

/* Primary Nav */
.gz-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  justify-content: flex-end;
}

.gz-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.gz-nav-menu li a {
  display: block;
  padding: 7px 10px;
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  border-radius: var(--gz-radius-sm);
  transition: all 0.2s;
  white-space: nowrap;
}

.gz-nav-menu li a:hover,
.gz-nav-menu li.current-menu-item a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.gz-header-search {
  position: relative;
  flex-shrink: 0;
}

.gz-search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.gz-search-field {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 7px 32px 7px 14px;
  font-size: 12px;
  color: #fff;
  width: 170px;
  transition: all 0.25s;
  outline: none;
}

.gz-search-field::placeholder {
  color: #94a3b8;
}

.gz-search-field:focus {
  width: 220px;
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--gz-blue-accent);
}

.gz-search-submit {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.gz-mobile-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.gz-hamburger-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.2s;
}

/* ==========================================================================
   MAIN LAYOUT (DESKTOP & RESPONSIVE)
   ========================================================================== */
.gz-main-wrapper {
  padding: 32px 0 60px 0;
  min-height: calc(100vh - 400px);
  background: var(--gz-bg);
}

.gz-content-layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.gz-content-area {
  flex: 1 1 0%;
  min-width: 0; /* Prevents flex overflow */
}

/* Article Card */
.gz-article-card {
  background: var(--gz-surface);
  border-radius: var(--gz-radius);
  border: 1px solid var(--gz-border);
  box-shadow: var(--gz-shadow);
  padding: 36px 44px;
  width: auto !important;
  float: none !important;
}

/* Breadcrumbs */
.gz-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: var(--gz-text-muted);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gz-border-light);
}

.gz-breadcrumbs a {
  color: var(--gz-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.gz-breadcrumbs a:hover {
  color: var(--gz-blue-accent);
}

.gz-crumb-sep {
  color: var(--gz-text-light);
  font-size: 12px;
}

.gz-crumb-current {
  color: var(--gz-text);
  font-weight: 500;
}

/* Typography (Bookish / Editorial Excellence) */
.gz-page-header {
  margin-bottom: 28px;
}

.gz-page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--gz-navy);
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.gz-page-subtitle {
  font-size: 17px;
  color: var(--gz-text-muted);
  line-height: 1.6;
  margin: 0;
}

.gz-entry-content {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
}

.gz-entry-content p {
  margin: 0 0 1.25em 0;
}

.gz-entry-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--gz-navy);
  margin: 36px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gz-border-light);
  letter-spacing: -0.3px;
}

.gz-entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gz-navy-light);
  margin: 28px 0 12px 0;
}

.gz-entry-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
}

.gz-entry-content ul li {
  position: relative;
  padding-left: 26px !important;
  margin-bottom: 8px !important;
  background: none !important;
}

.gz-entry-content ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: -1px;
  color: var(--gz-blue-accent);
  font-size: 20px;
}

.gz-entry-content ol {
  padding-left: 24px;
  margin-bottom: 1.5em;
}

.gz-entry-content ol li {
  margin-bottom: 6px;
}

.gz-entry-content blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #f1f5f9;
  border-left: 4px solid var(--gz-blue-accent);
  border-radius: 0 8px 8px 0;
  font-family: var(--gz-font-serif);
  font-style: italic;
  color: #334155;
}

.gz-entry-content a {
  color: var(--gz-blue-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.gz-entry-content a:hover {
  color: var(--gz-blue-hover);
}

/* Certificate & Content Images */
.gz-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--gz-border);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  margin: 8px 0 16px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gz-entry-content img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Tables inside content */
.gz-entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.gz-entry-content table th,
.gz-entry-content table td {
  padding: 12px 16px;
  border: 1px solid var(--gz-border);
}

.gz-entry-content table th {
  background: #f1f5f9;
  font-weight: 600;
  color: var(--gz-navy);
  text-align: left;
}

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

/* Callout / Conversion Banner */
.gz-cta-banner {
  margin: 40px 0 24px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e0effe 100%);
  border: 1px solid #bfdbfe;
  border-radius: var(--gz-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gz-cta-content {
  flex: 1;
}

.gz-cta-badge {
  display: inline-block;
  background: var(--gz-blue-accent);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.gz-cta-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--gz-navy);
  margin: 0 0 8px 0;
}

.gz-cta-desc {
  font-size: 14px;
  color: #475569;
  margin: 0 0 14px 0;
  line-height: 1.6;
}

.gz-cta-contacts-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gz-cta-phone-link {
  font-weight: 700;
  font-size: 15px;
  color: var(--gz-navy);
  text-decoration: none;
}

.gz-cta-email-link {
  font-size: 14px;
  color: var(--gz-blue-accent);
  text-decoration: none;
}

.gz-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.gz-btn-cta-primary {
  display: inline-block;
  background: var(--gz-blue-accent);
  color: #fff;
  padding: 12px 24px;
  border-radius: var(--gz-radius-sm);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  transition: all 0.2s;
}

.gz-btn-cta-primary:hover {
  background: var(--gz-blue-hover);
  transform: translateY(-1px);
}

.gz-btn-cta-secondary {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--gz-border);
  color: var(--gz-text);
  padding: 10px 20px;
  border-radius: var(--gz-radius-sm);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  transition: all 0.2s;
}

.gz-btn-cta-secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.gz-page-footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--gz-border);
}

.gz-nav-pill {
  color: var(--gz-text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid var(--gz-border);
  transition: all 0.2s;
}

.gz-nav-pill:hover {
  background: #fff;
  color: var(--gz-blue-accent);
  border-color: var(--gz-blue-accent);
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.gz-sidebar {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: none !important;
  padding: 0 !important;
  float: none !important;
}

.gz-widget {
  background: var(--gz-surface);
  border-radius: var(--gz-radius);
  border: 1px solid var(--gz-border);
  box-shadow: var(--gz-shadow);
  padding: 24px;
}

.gz-widget-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gz-navy);
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gz-border-light);
}

.gz-widget-icon {
  font-size: 18px;
}

.gz-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gz-widget-list li {
  margin: 0 0 6px 0;
  padding: 0 !important;
  background: none !important;
}

.gz-widget-list li a {
  display: block;
  padding: 7px 10px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 6px;
  transition: all 0.15s ease;
}

.gz-widget-list li a:hover {
  background: #eff6ff;
  color: var(--gz-blue-accent);
  padding-left: 14px;
}

/* CTA Widget */
.gz-widget-cta {
  background: linear-gradient(135deg, #0b294c 0%, #173b64 100%);
  color: #fff;
  border: none;
}

.gz-widget-cta-badge {
  display: inline-block;
  background: rgba(16, 185, 129, 0.25);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.4);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}

.gz-widget-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
}

.gz-widget-cta-desc {
  font-size: 13px;
  color: #cbd5e1;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.gz-btn-widget-primary {
  display: block;
  background: var(--gz-emerald);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  border-radius: var(--gz-radius-sm);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  transition: background 0.2s;
}

.gz-btn-widget-primary:hover {
  background: var(--gz-emerald-hover);
}

.gz-btn-widget-secondary {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: var(--gz-radius-sm);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s;
}

.gz-btn-widget-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Expert Widget */
.gz-widget-expert {
  border-left: 4px solid var(--gz-blue-accent);
}

.gz-expert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.gz-expert-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gz-cyan);
}

.gz-expert-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--gz-navy);
  display: block;
}

.gz-expert-status {
  font-size: 12px;
  color: #10b981;
  font-weight: 500;
}

.gz-expert-text {
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

.gz-expert-phone {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--gz-navy);
  text-decoration: none;
  margin-bottom: 4px;
}

.gz-expert-email {
  display: block;
  font-size: 13px;
  color: var(--gz-blue-accent);
  text-decoration: none;
}

/* ==========================================================================
   POSTS / ARTICLES ARCHIVE & SINGLE
   ========================================================================== */
.gz-meta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--gz-text-muted);
  margin-bottom: 12px;
}

.gz-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 28px 0;
}

.gz-post-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--gz-border);
  border-radius: var(--gz-radius);
  transition: all 0.2s ease;
}

.gz-post-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--gz-shadow);
  border-color: #cbd5e1;
}

.gz-post-card-meta {
  font-size: 12px;
  color: var(--gz-text-muted);
  margin-bottom: 8px;
}

.gz-post-card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.gz-post-card-title a {
  color: var(--gz-navy);
  text-decoration: none;
  transition: color 0.2s;
}

.gz-post-card-title a:hover {
  color: var(--gz-blue-accent);
}

.gz-post-card-excerpt {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 14px;
}

.gz-post-readmore {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--gz-blue-accent);
  text-decoration: none;
}

.gz-post-readmore:hover {
  text-decoration: underline;
}

/* Pagination */
.gz-pagination {
  margin: 36px 0 12px 0;
}

.gz-pagination ul {
  display: flex;
  gap: 6px;
  list-style: none !important;
  padding: 0 !important;
}

.gz-pagination li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.gz-pagination a,
.gz-pagination span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--gz-border);
}

.gz-pagination a {
  background: #fff;
  color: var(--gz-text);
  transition: all 0.2s;
}

.gz-pagination a:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.gz-pagination span.current {
  background: var(--gz-blue-accent);
  color: #fff;
  border-color: var(--gz-blue-accent);
}

.gz-prev-next-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--gz-border);
}

.gz-nav-prev a, .gz-nav-next a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gz-blue-accent);
  text-decoration: none;
}

/* ==========================================================================
   DYNAMIC HTML SITEMAP PAGE
   ========================================================================== */
.gz-sitemap-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 0 32px 0;
  padding: 16px 20px;
  background: #f1f5f9;
  border-radius: var(--gz-radius);
}

.gz-sitemap-input {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid var(--gz-border);
  border-radius: var(--gz-radius-sm);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.gz-sitemap-input:focus {
  border-color: var(--gz-blue-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.gz-sitemap-stats {
  display: flex;
  gap: 10px;
}

.gz-badge-count {
  background: #fff;
  border: 1px solid var(--gz-border);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gz-navy);
}

.gz-sitemap-sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gz-sitemap-block {
  background: #fafafa;
  border: 1px solid var(--gz-border);
  border-radius: var(--gz-radius);
  padding: 24px 28px;
}

.gz-sitemap-block-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--gz-navy);
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--gz-border);
  padding-bottom: 10px;
}

.gz-sitemap-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 10px 24px;
}

.gz-sitemap-list li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

.gz-sitemap-list li a {
  color: #1e293b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}

.gz-sitemap-list li a:hover {
  color: var(--gz-blue-accent);
}

.gz-sitemap-posts-list {
  grid-template-columns: 1fr !important;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 12px !important;
}

.gz-sitemap-posts-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0 !important;
  border-bottom: 1px solid #f1f5f9;
}

.gz-sitemap-date {
  font-size: 12px;
  color: var(--gz-text-muted);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--gz-navy-dark);
  color: #cbd5e1;
  padding: 56px 0 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-logo-badge {
  display: inline-block;
  background: var(--gz-blue-accent);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.footer-brand-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.footer-about-text {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 16px 0;
}

.footer-accreditation {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #34d399;
  background: rgba(16, 185, 129, 0.1);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.footer-col-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px 0;
  position: relative;
  padding-bottom: 8px;
}

.footer-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--gz-blue-accent);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links li a:hover {
  color: #fff;
}

.footer-contact-item {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-label {
  font-size: 12px;
  color: #94a3b8;
}

.contact-phone {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.contact-phone:hover {
  color: #60a5fa;
}

.contact-email {
  color: #60a5fa;
  font-size: 13px;
  text-decoration: none;
}

.footer-schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 14px;
}

.footer-cta-box {
  margin-top: 20px;
}

.footer-btn-cta {
  display: inline-block;
  background: var(--gz-emerald);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: var(--gz-radius-sm);
  text-decoration: none;
  transition: background 0.2s;
}

.footer-btn-cta:hover {
  background: var(--gz-emerald-hover);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: #64748b;
}

.footer-extra-links a {
  color: #94a3b8;
  text-decoration: none;
}

.footer-extra-links a:hover {
  color: #fff;
}

.footer-extra-links .sep {
  margin: 0 8px;
  color: #475569;
}

/* Scroll top button */
.gz-scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--gz-navy);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 999;
}

.gz-scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.gz-scroll-top:hover {
  background: var(--gz-blue-accent);
  transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1080px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 960px) {
  .gz-content-layout {
    flex-direction: column;
  }

  .gz-sidebar {
    width: 100%;
  }

  .gz-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .gz-cta-actions {
    width: 100%;
    flex-direction: row;
  }

  .gz-btn-cta-primary, .gz-btn-cta-secondary {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .gz-top-bar {
    display: none; /* Hide top bar on mobile, contacts inside drawer */
  }

  .gz-mobile-btn {
    display: flex;
  }

  .gz-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--gz-navy-dark);
    flex-direction: column;
    align-items: stretch;
    padding: 60px 24px 30px 24px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
  }

  .gz-nav-wrapper.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .gz-nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 24px;
  }

  .gz-nav-menu li a {
    padding: 12px 16px;
    font-size: 16px;
  }

  .gz-search-field {
    width: 100%;
  }

  .gz-article-card {
    padding: 24px 20px;
  }

  .gz-page-title {
    font-size: 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
