:root {
  --brand-primary: #0d2d62;
  --brand-secondary: #1f5fa8;
  --brand-accent: #f0a53a;
  --brand-dark: #081a37;
  --brand-light: #f4f8fc;
  --header-deep: #0b3340;
  --header-accent: #d53c43;
  --text-main: #233044;
  --text-muted: #607089;
  --border-soft: #dce5f0;
  --shadow-soft: 0 18px 50px rgba(10, 31, 68, 0.12);
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  color: var(--text-main);
  background: #eef3f9;
  font-family: "Fine tune";
}

.admin-shell {
  background: #eef3f9;
}

button,
input,
select,
textarea {
  font-family: "Fine tune";
}

a {
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(13, 45, 98, 0.15), 0 0 0 0.3rem rgba(31, 95, 168, 0.15);
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220, 229, 240, 0.9);
  box-shadow: none;
}

.social-topbar {
  position: relative;
  overflow: hidden;
  padding: 0.28rem 0 0.24rem;
  background: var(--brand-dark);
  border-bottom: 1px solid rgba(31, 95, 168, 0.55);
}

.social-topbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(24vw, 18rem);
  height: 100%;
  background: var(--brand-secondary);
  z-index: 0;
}

.social-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(min(24vw, 18rem) - 14px);
  width: 4.25rem;
  height: 100%;
  background: var(--brand-secondary);
  transform: skewX(-16deg);
  transform-origin: right top;
  z-index: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.social-topbar .social-links {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-height: 1.55rem;
}

.social-link {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--brand-dark);
  opacity: 0.96;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.social-topbar .social-link {
  color: #fff !important;
}

.social-link:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
  background: #061a3a;
}

.social-link svg {
  width: 0.85rem;
  height: 0.85rem;
  fill: currentColor;
  color: #fff;
  stroke: currentColor;
  stroke-width: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.22));
}

.social-topbar .social-link svg,
.social-topbar .social-link svg path {
  fill: #fff !important;
  color: #fff !important;
  stroke: transparent;
}

.navbar {
  padding: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-soft);
}

.brand-mark-image {
  width: 72px;
  height: 72px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 16px;
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.brand-title {
  color: var(--brand-dark);
  font-size: 1rem;
  line-height: 1.25;
}

.brand-subtitle {
  display: block;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.navbar .nav-link,
.navbar .dropdown-item {
  color: var(--brand-dark);
  font-weight: 600;
  transition: color 0.2s ease;
}

.navbar .nav-link {
  padding: 0.75rem 0.95rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
  color: var(--brand-secondary) !important;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
  background: rgba(31, 95, 168, 0.08);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-link {
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.72rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: transparent;
}

.navbar .btn-brand {
  padding: 0.72rem 1.15rem;
  font-size: 0.92rem;
}

.lang-link.active,
.lang-link:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.whatsapp-support {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 36, 25, 0.2);
}

.whatsapp-support:hover {
  color: #fff;
  background: #1fb95a;
}

.whatsapp-support-icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.whatsapp-support-icon .line-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}

.whatsapp-support-text {
  display: none;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  border: 0;
  color: #fff;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(13, 45, 98, 0.24);
}

.btn-brand:hover {
  color: #fff;
  opacity: 0.95;
}

.btn-brand:focus,
.btn-brand:active,
.btn-brand:visited {
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid var(--brand-secondary);
  color: var(--brand-secondary);
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
}

.btn-outline-brand:hover {
  background: var(--brand-secondary);
  color: #fff;
}

.btn-admin-accent {
  background: linear-gradient(135deg, #1bb7b0, #3ed6cf);
  border: 0;
  color: #fff;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(27, 183, 176, 0.24);
}

.btn-admin-accent:hover {
  color: #fff;
  opacity: 0.95;
}

.page-shell {
  min-height: calc(100vh - 280px);
}

.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(240, 165, 58, 0.22), transparent 30%),
    linear-gradient(120deg, rgba(8, 26, 55, 0.96), rgba(13, 45, 98, 0.93) 52%, rgba(31, 95, 168, 0.86));
}

.hero-section {
  padding: 4.5rem 0 3rem;
}

.page-hero {
  padding: 4.5rem 0 3rem;
}

.page-hero-sm {
  padding: 3.5rem 0 2.5rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow-dark {
  color: rgba(8, 26, 55, 0.7);
}

.text-primary {
  color: var(--brand-secondary) !important;
}

.text-warning {
  color: #ffd898 !important;
}

.hero-section h1,
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
  font-weight: 800;
}

.icon-chip .line-icon,
.mini-icon .line-icon,
.outline-icon .line-icon {
  width: 100%;
  height: 100%;
}

.admin-icon-picker {
  display: grid;
  gap: 0.85rem;
}

.admin-icon-picker-trigger {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #fff;
  text-align: left;
}

.admin-icon-picker-trigger-preview {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
}

.admin-icon-picker-trigger-text {
  display: grid;
  gap: 0.15rem;
}

.admin-icon-picker-trigger-text strong {
  color: var(--brand-dark);
}

.admin-icon-picker-trigger-text small {
  color: var(--text-muted);
}

.admin-icon-picker-group {
  display: grid;
  gap: 0.65rem;
}

.admin-icon-picker-group + .admin-icon-picker-group {
  margin-top: 0.35rem;
}

.admin-icon-picker-group-title {
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-icon-picker-group.is-active-category {
  padding: 0.85rem;
  border: 1px solid rgba(31, 95, 168, 0.16);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fbfdff, #f4f8fd);
}

.admin-icon-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.25rem, 1fr));
  gap: 0.75rem;
}

.admin-icon-picker-item {
  min-width: 0;
}

.admin-icon-picker-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-icon-picker-option {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.8rem 0.55rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.admin-icon-picker-option .icon-shell {
  width: 3rem;
  height: 3rem;
  flex-basis: 3rem;
}

.admin-icon-picker-option small {
  color: var(--text-muted);
  text-align: center;
  line-height: 1.25;
}

.admin-icon-picker-option:hover {
  border-color: rgba(31, 95, 168, 0.3);
  transform: translateY(-1px);
}

.admin-icon-modal-option.is-selected {
  border-color: var(--brand-secondary);
  box-shadow: 0 12px 24px rgba(13, 45, 98, 0.12);
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

.admin-icon-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.admin-icon-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 22, 46, 0.42);
}

.admin-icon-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(72rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 22px 54px rgba(7, 22, 46, 0.22);
  overflow: hidden;
}

.admin-icon-modal-header,
.admin-icon-modal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--border-soft);
}

.admin-icon-modal-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16rem;
}

.admin-icon-modal-body {
  overflow: auto;
  padding: 1rem 1.1rem 1.25rem;
  display: grid;
  gap: 1rem;
}

.admin-icon-modal-open {
  overflow: hidden;
}

.admin-icon-picker-input:checked + .admin-icon-picker-option {
  border-color: var(--brand-secondary);
  box-shadow: 0 12px 24px rgba(13, 45, 98, 0.12);
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
}

.admin-icon-picker-input:checked + .admin-icon-picker-option small {
  color: var(--brand-secondary);
  font-weight: 700;
}

.admin-icon-picker-input:focus-visible + .admin-icon-picker-option {
  outline: 2px solid rgba(31, 95, 168, 0.35);
  outline-offset: 2px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.hero-text,
.page-hero p,
.section-heading p,
.info-card p,
.sector-card p,
.value-item p,
.service-panel p,
.timeline-card p,
.contact-card p,
.contact-form-panel p,
.narrow-content p,
.narrow-content li,
.content-card p,
.content-card li,
.stat-card p,
.cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.hero-section .hero-text {
  max-width: 42rem;
  font-size: 1.08rem;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  align-items: stretch;
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(10, 31, 68, 0.18);
}

.hero-copy-panel {
  padding: 3rem;
  color: var(--brand-dark);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.hero-copy-panel h1 {
  color: var(--brand-dark);
  font-size: clamp(2.35rem, 4vw, 4.4rem);
}

.hero-copy-panel h1 span {
  display: block;
  color: var(--brand-primary);
}

.hero-text-dark {
  color: var(--text-muted) !important;
}

.hero-media-panel {
  min-height: 100%;
  background: linear-gradient(135deg, #dce8f5, #9ec0e1);
}

.hero-media-panel img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  display: block;
}

.hero-category-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2.25rem;
}

.hero-category-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-soft);
}

.hero-category-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.hero-category-item strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--brand-dark);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.founder-social-links {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.founder-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 4.25rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(31, 95, 168, 0.1);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff, #f6f9fd);
  box-shadow: 0 12px 28px rgba(13, 45, 98, 0.08);
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.founder-social-link:hover {
  color: var(--brand-secondary);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 45, 98, 0.12);
}

.founder-social-link-icon {
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
  color: #fff;
  background: linear-gradient(135deg, #2d6fba, #174f95);
}

.founder-social-link svg {
  width: 1.2rem;
  height: 1.2rem;
}

.founder-social-link-text {
  font-size: 1.02rem;
  line-height: 1.35;
}

.admin-richtext-editor {
  display: grid;
  gap: 0.75rem;
}

.admin-richtext-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-richtext-surface {
  min-height: 12rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #fff;
  overflow: auto;
}

.admin-richtext-surface:focus {
  outline: 0;
  border-color: rgba(31, 95, 168, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(31, 95, 168, 0.12);
}

.admin-richtext-surface p:last-child {
  margin-bottom: 0;
}

.rich-content,
.rich-content p,
.rich-content li {
  color: var(--text-muted);
}

.rich-content p:last-child {
  margin-bottom: 0;
}

.hero-category-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-category-summary {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hero-category-details {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.icon-shell-plain {
  background: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-actions .btn-lg {
  font-size: 0.92rem;
  padding: 0.78rem 1.25rem;
  border-radius: 22px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
}

.hero-metrics strong,
.stat-card strong {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}

.hero-metrics span,
.stat-card p {
  color: rgba(255, 255, 255, 0.74);
}

.hero-visual-card img,
.route-visual img,
.content-card img,
.sector-card img {
  width: 100%;
  display: block;
}

.hero-visual-card {
  padding: 0.75rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.line-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cms-icon-set-line {
  stroke-width: 1.8;
}

.cms-icon-set-bold {
  stroke-width: 2.5;
}

.cms-icon-set-soft {
  stroke-width: 1.65;
  opacity: 0.92;
  filter: drop-shadow(0 4px 10px rgba(31, 95, 168, 0.12));
}

.cms-icon-set-rounded {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cms-icon-set-sharp {
  stroke-width: 2.1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.cms-icon-set-duotone {
  stroke-width: 1.95;
  color: #2f6fbb;
  opacity: 0.96;
  filter: drop-shadow(0 3px 8px rgba(47, 111, 187, 0.16));
}

.cms-icon-set-minimal {
  stroke-width: 1.35;
  opacity: 0.88;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.capability-card {
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  box-shadow: var(--shadow-soft);
}

.capability-card h3 {
  margin: 1rem 0 0.75rem;
  color: var(--brand-dark);
  font-size: 1.2rem;
  font-weight: 750;
}

.capability-card p {
  margin: 0;
  color: var(--text-muted);
}

.category-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  box-shadow: var(--shadow-soft);
}

.category-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--border-soft);
}

.category-item:last-child {
  border-right: 0;
}

.category-item strong,
.panel-kicker,
.tile-kicker {
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-item strong {
  margin-bottom: 0.35rem;
  color: var(--brand-dark);
  font-size: 0.95rem;
}

.footer-bottom-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-links-footer .social-link {
  width: 1.7rem;
  height: 1.7rem;
  color: rgba(255, 255, 255, 0.9);
  background: var(--brand-secondary);
}

@media (max-width: 767.98px) {
  .social-topbar {
    padding: 0.22rem 0 0.2rem;
  }

  .social-topbar::before {
    width: min(34vw, 10rem);
  }

  .social-topbar::after {
    right: calc(min(34vw, 10rem) - 10px);
    width: 2.9rem;
  }

  .social-link {
    width: 1.45rem;
    height: 1.45rem;
    transform: translateY(-0.5px);
  }

  .social-link svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.category-item span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.icon-shell {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: var(--brand-primary);
  background: linear-gradient(180deg, #f6faff, #e8f0fa);
  border: 1px solid rgba(13, 45, 98, 0.08);
}

.icon-shell-dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-pad {
  padding: 5rem 0;
}

.section-light {
  background: var(--brand-light);
}

.bg-white {
  background: #fff;
}

.section-heading {
  max-width: 46rem;
}

.section-heading h2,
.value-panel h2,
.service-panel h2,
.content-card h2,
.contact-form-panel h2,
.narrow-content h2 {
  color: var(--brand-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
  font-weight: 800;
}

.section-heading p,
.info-card p,
.sector-card p,
.value-item p,
.service-panel p,
.timeline-card p,
.contact-card p,
.contact-form-panel p,
.narrow-content p,
.narrow-content li,
.content-card p,
.content-card li {
  color: var(--text-muted);
}

.info-card,
.sector-card,
.value-panel,
.service-panel,
.timeline-card,
.contact-card,
.contact-form-panel,
.content-card,
.stat-card {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.icon-chip {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(31, 95, 168, 0.12);
  color: var(--brand-secondary);
  font-weight: 800;
}

.info-card h3,
.sector-card h3,
.value-item h3,
.timeline-card h3,
.contact-card h3,
.content-card h3 {
  color: var(--brand-dark);
  font-size: 1.28rem;
  margin-bottom: 0.75rem;
  font-weight: 750;
}

.sector-card {
  overflow: hidden;
  padding: 0;
}

.sector-card-body {
  padding: 1.5rem;
}

.trade-showcase {
  display: grid;
  gap: 1.25rem;
}

.trade-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.trade-grid-primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trade-grid-secondary {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
  gap: 1rem;
}

.visual-tile,
.services-side-panel,
.insight-panel {
  min-height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.visual-tile {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.visual-tile img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
}

.sector-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(8, 26, 55, 0.88) 55%, rgba(8, 26, 55, 0.96));
  color: #fff;
}

.tile-kicker {
  margin-bottom: 0.55rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.visual-overlay h3 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1.2rem;
}

.visual-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.insight-panel {
  display: grid;
  gap: 1px;
  background: linear-gradient(180deg, #0c244a, #12386e);
  padding: 1px;
}

.insight-item {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(8, 26, 55, 0.98), rgba(15, 47, 93, 0.98));
  color: #fff;
}

.insight-item h3 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1.2rem;
}

.insight-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.services-side-panel {
  padding: 1.5rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
}

.panel-kicker {
  margin-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.service-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-soft);
  color: var(--brand-dark);
  font-weight: 700;
  line-height: 1.45;
}

.service-row-last {
  border-bottom: 0;
}

.mini-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  margin-top: 0.1rem;
  color: var(--brand-secondary);
}

.benefits-section {
  padding-top: 2.25rem;
}

.advantage-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  box-shadow: var(--shadow-soft);
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.4rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.outline-icon {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  color: var(--brand-secondary);
}

.value-panel {
  background: linear-gradient(145deg, #0a234a, #113468 65%, #1c589a);
  color: #fff;
}

.value-panel h2,
.value-item h3,
.value-panel .section-heading .eyebrow {
  color: #fff;
}

.value-list {
  display: grid;
  gap: 1rem;
}

.value-item {
  padding: 1.2rem 1.3rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.value-item p,
.cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.service-panel {
  background: linear-gradient(180deg, #f9fbfd, #eef4fb);
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.service-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-main);
  font-weight: 600;
}

.service-list li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0.45rem;
  background: var(--brand-accent);
}

.compact li {
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 0.95rem;
}

.compact li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cta-section {
  background: linear-gradient(135deg, #0b1f42, #103a78, #2167ae);
  color: #fff;
}

.route-visual,
.content-card.image-card {
  overflow: hidden;
  padding: 0;
}

.content-card-body {
  padding: 1.75rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  background: linear-gradient(145deg, #12376c, #0b1f42);
  border: 0;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: start;
}

.timeline-step .icon-chip {
  margin-bottom: 0;
  width: 4rem;
  height: 4rem;
}

.contact-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-address {
  margin: -0.35rem 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-list li,
.footer-links li {
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}

.contact-list a,
.footer-links a {
  color: inherit;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-phone-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1rem;
  flex: 0 0 1.5rem;
  border-radius: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(8, 26, 55, 0.08);
}

.country-flag-tr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16'%3E%3Crect width='24' height='16' fill='%23E30A17'/%3E%3Ccircle cx='10' cy='8' r='4' fill='%23fff'/%3E%3Ccircle cx='11' cy='8' r='3.2' fill='%23E30A17'/%3E%3Cpolygon points='14.8,8 16,8.4 15.2,7.4 15.4,6.1 14.3,6.8 13.1,6.3 13.4,7.6 12.5,8.5 13.8,8.5 14.1,9.8' fill='%23fff'/%3E%3C/svg%3E");
}

.country-flag-cn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16'%3E%3Crect width='24' height='16' fill='%23DE2910'/%3E%3Cpolygon points='5,2 5.6,3.8 7.5,3.8 6,4.9 6.6,6.7 5,5.6 3.4,6.7 4,4.9 2.5,3.8 4.4,3.8' fill='%23FFDE00'/%3E%3Ccircle cx='10' cy='2.8' r='0.8' fill='%23FFDE00'/%3E%3Ccircle cx='11.6' cy='4.6' r='0.8' fill='%23FFDE00'/%3E%3Ccircle cx='11.2' cy='7' r='0.8' fill='%23FFDE00'/%3E%3Ccircle cx='9.4' cy='8.7' r='0.8' fill='%23FFDE00'/%3E%3C/svg%3E");
}

.contact-form-panel {
  background: linear-gradient(180deg, #ffffff, #f5f9fd);
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-disclaimer {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.recaptcha-disclaimer a {
  color: var(--brand-secondary);
}

.qr-section {
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-soft);
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.qr-card {
  padding: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  text-align: center;
}

.qr-card h4 {
  margin-bottom: 0.85rem;
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
}

.qr-image {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0.85rem;
  background: #fff;
}

.form-label {
  color: var(--brand-dark);
  font-weight: 600;
}

.form-control,
.form-select {
  min-height: 3.25rem;
  border-radius: 1rem;
  border-color: var(--border-soft);
  padding: 0.85rem 1rem;
}

.admin-image-editor {
  display: grid;
  gap: 0.85rem;
}

.admin-upload-progress {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #fff;
}

.admin-upload-progress-bar {
  height: 0.85rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef6;
}

.admin-upload-progress-value {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  transition: width 0.2s ease;
}

.admin-upload-progress-text {
  display: block;
  margin-top: 0.55rem;
  color: var(--text-main);
  font-weight: 600;
}

.admin-image-preview-shell {
  min-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border: 1px dashed var(--border-soft);
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.admin-image-preview-shell:hover,
.admin-image-preview-shell.drag-over {
  border-color: var(--brand-secondary);
  background: linear-gradient(180deg, #f4f9ff, #e5f0fc);
  transform: translateY(-1px);
}

.admin-image-preview-shell-sm {
  min-height: 6rem;
}

.admin-image-preview {
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
  display: block;
}

.admin-image-preview-sm {
  width: auto;
  max-width: 5rem;
  max-height: 5rem;
}

.admin-image-placeholder {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}

.admin-image-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-image-actions .btn {
  min-width: 10rem;
}

.admin-image-hint,
.admin-image-feedback {
  display: block;
}

.admin-image-hint {
  color: var(--text-main);
  font-weight: 600;
}

.admin-context-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 95, 168, 0.18);
  border-radius: 1rem;
  background: rgba(31, 95, 168, 0.06);
  color: var(--text-main);
}

.admin-context-note a {
  font-weight: 700;
}

.admin-version-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.admin-version-panel {
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #f9fbfe;
}

.admin-version-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
}

.admin-version-summary::-webkit-details-marker {
  display: none;
}

.admin-version-count {
  min-width: 2rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(31, 95, 168, 0.12);
  color: var(--brand-secondary);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.admin-version-panel[open] .admin-version-summary {
  border-bottom: 1px solid var(--border-soft);
}

.admin-version-panel .admin-version-list {
  padding: 0 1rem 1rem;
}

.admin-version-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  background: #f9fbfe;
}

.admin-version-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-diff-table td,
.admin-diff-table th {
  vertical-align: top;
}

.admin-diff-row-changed {
  background: rgba(240, 165, 58, 0.08);
}

.admin-diff-line-number {
  margin-bottom: 0.35rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-diff-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.85rem;
  line-height: 1.5;
}

textarea.form-control {
  min-height: 9rem;
}

.admin-editor {
  min-height: 70vh !important;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 0.95rem;
  line-height: 1.55;
  white-space: pre;
}

.site-footer {
  padding: 4rem 0 1.75rem;
  background: var(--brand-dark);
  color: rgba(255, 255, 255, 0.84);
}

.site-footer h6 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
}

.footer-copy,
.footer-links li,
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}

.narrow-content {
  max-width: 52rem;
}

.narrow-content h2 {
  margin-top: 2rem;
}

.notice-banner {
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px dashed rgba(240, 165, 58, 0.5);
  background: rgba(240, 165, 58, 0.08);
  color: var(--text-main);
}

@media (max-width: 991.98px) {
  .brand-title {
    font-size: 0.92rem;
  }

  .brand-subtitle {
    font-size: 0.75rem;
  }

  .hero-section {
    padding-top: 4.5rem;
  }

  .hero-stage,
  .capability-grid,
  .trade-grid,
  .advantage-strip {
    grid-template-columns: 1fr;
  }

  .hero-copy-panel {
    padding: 2rem;
  }

  .hero-media-panel img {
    min-height: 24rem;
  }

  .category-item {
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  .category-item:last-child {
    border-bottom: 0;
  }

  .hero-metrics,
  .stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 3.5rem 0;
  }

  .qr-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-support {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 3rem;
    height: 3rem;
  }

  .timeline-step {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .visual-tile img {
    min-height: 24rem;
  }
}

.admin-toolbar {
  top: 1rem;
  z-index: 1020;
  padding: 1.25rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.admin-toolbar-actions {
  display: grid;
  gap: 0.75rem;
}

.admin-toolbar-grid {
  display: grid;
  gap: 0.75rem;
}

.admin-toolbar-actions-inline {
  height: 100%;
}

@media (min-width: 992px) {
  .admin-toolbar-grid-content {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, 1.6fr) auto;
    align-items: end;
  }

  .admin-toolbar-grid-site-settings {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.6fr) auto;
    align-items: end;
  }

  .admin-toolbar-actions-inline {
    display: flex;
    align-items: end;
    gap: 0.75rem;
    white-space: nowrap;
  }

  .admin-toolbar-actions-inline .btn {
    width: auto !important;
    min-width: 10rem;
  }
}

.admin-layout {
  min-height: 100vh;
}

.admin-sidebar-toggle {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1205;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.26rem;
  border: 1px solid rgba(31, 95, 168, 0.18);
  border-radius: 0.95rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.admin-sidebar-toggle span {
  width: 1.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-secondary);
}

.admin-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 18rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.1rem 1rem 1rem;
  background: #fff;
  border-right: 1px solid rgba(31, 95, 168, 0.1);
  box-shadow: 0 18px 45px rgba(13, 45, 98, 0.12);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.admin-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.25rem 0.25rem 0.75rem;
  border-bottom: 1px solid var(--border-soft);
}

.admin-sidebar-close {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: var(--brand-secondary);
  font-size: 1.35rem;
  line-height: 1;
}

.admin-sidebar-nav {
  display: grid;
  gap: 0.45rem;
}

.admin-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  color: var(--brand-dark);
  font-weight: 600;
}

.admin-sidebar-link:hover,
.admin-sidebar-link.active {
  color: var(--brand-secondary);
  background: rgba(31, 95, 168, 0.08);
}

.admin-sidebar-link-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.35rem;
}

.admin-sidebar-link-icon svg {
  width: 100%;
  height: 100%;
}

.admin-stat-card {
  display: grid;
  gap: 0.45rem;
}

.admin-stat-label {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.admin-stat-value {
  color: var(--brand-dark);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.admin-stat-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--border-soft);
}

.admin-stat-list-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.admin-mini-chart {
  min-height: 13rem;
  display: flex;
  align-items: end;
  gap: 0.85rem;
}

.admin-mini-chart-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 0.4rem;
  height: 100%;
}

.admin-mini-chart-item strong {
  font-size: 0.88rem;
}

.admin-mini-chart-item small {
  color: var(--text-muted);
}

.admin-mini-chart-bar {
  width: 100%;
  min-height: 0.75rem;
  border-radius: 1rem 1rem 0.4rem 0.4rem;
  background: linear-gradient(180deg, #3e7bc4, var(--brand-secondary));
  box-shadow: 0 10px 25px rgba(13, 45, 98, 0.16);
}

.admin-traffic-chart {
  min-height: 16rem;
  display: flex;
  align-items: end;
  gap: 0.85rem;
}

.admin-traffic-chart-lg {
  min-height: 18rem;
}

.admin-traffic-chart-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  height: 100%;
}

.admin-traffic-chart-bars {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.35rem;
}

.admin-traffic-chart-bar {
  width: min(1.25rem, 100%);
  min-height: 0.8rem;
  border-radius: 1rem 1rem 0.35rem 0.35rem;
}

.admin-traffic-chart-bar-primary {
  background: linear-gradient(180deg, #4d8fe0, var(--brand-secondary));
  box-shadow: 0 10px 24px rgba(13, 45, 98, 0.18);
}

.admin-traffic-chart-bar-secondary {
  background: linear-gradient(180deg, #52d8d0, #28bdb3);
  box-shadow: 0 10px 20px rgba(40, 189, 179, 0.18);
}

.admin-traffic-chart-meta {
  display: grid;
  gap: 0.12rem;
  text-align: center;
}

.admin-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.admin-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.admin-chart-legend-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
}

.admin-chart-legend-dot-primary {
  background: var(--brand-secondary);
}

.admin-chart-legend-dot-secondary {
  background: #28bdb3;
}

.admin-pie-chart-layout {
  display: grid;
  grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}

.admin-pie-chart-card {
  display: flex;
  justify-content: center;
}

.admin-pie-chart {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 18px 36px rgba(13, 45, 98, 0.12);
}

.admin-pie-chart::after {
  content: "";
  position: absolute;
  inset: 1.7rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(31, 95, 168, 0.06);
}

.admin-pie-chart-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.admin-pie-chart-center strong {
  color: var(--brand-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.admin-pie-chart-center small {
  color: var(--text-muted);
}

.admin-pie-chart-legend {
  display: grid;
  gap: 0.85rem;
}

.admin-pie-chart-legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.admin-pie-chart-legend-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin-top: 0.2rem;
  flex: 0 0 0.9rem;
}

.admin-sidebar-footer {
  margin-top: auto;
}

.admin-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1195;
  background: rgba(7, 22, 46, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.admin-main {
  min-height: 100vh;
  transition: padding-left 0.25s ease;
}

.admin-shell.admin-sidebar-open .admin-sidebar {
  transform: translateX(0);
}

.admin-shell.admin-sidebar-open .admin-sidebar-toggle {
  opacity: 0;
  pointer-events: none;
}

.admin-shell.admin-sidebar-open .admin-main {
  padding-left: 18rem;
}

.admin-shell.admin-sidebar-open .admin-sidebar-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .admin-shell.admin-sidebar-open .admin-sidebar-backdrop {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 991.98px) {
  .admin-shell.admin-sidebar-open .admin-main {
    padding-left: 0;
  }

  .admin-icon-modal-toolbar {
    grid-template-columns: 1fr;
  }

  .admin-pie-chart-layout {
    grid-template-columns: 1fr;
  }
}

.admin-image-editor {
  display: grid;
  gap: 0.85rem;
}

.admin-image-preview-shell {
  min-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed var(--border-soft);
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
}

.admin-image-preview-shell-sm {
  min-height: 6rem;
}

.admin-image-preview {
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
  display: block;
}

.admin-image-preview-sm {
  width: auto;
  max-width: 5rem;
  max-height: 5rem;
}

.admin-image-placeholder {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.admin-request-message {
  min-width: 18rem;
  max-width: 30rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-request-tabs {
  border-bottom-color: var(--border-soft);
}

.admin-request-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--brand-dark);
  border: 1px solid transparent;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
}

.admin-request-tabs .nav-link.active {
  color: var(--brand-secondary);
  border-color: var(--border-soft) var(--border-soft) #fff;
  background: #fff;
}

.admin-request-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid transparent;
}

.admin-request-pill-button {
  background: none;
  cursor: pointer;
}

.admin-request-pill-warning {
  background: #ffc21a;
  color: #3d2b00;
}

.admin-request-pill-success {
  background: #d9f7e8;
  color: #0e6b44;
}

.admin-request-pill-danger {
  background: #ffe3e6;
  color: #c82333;
  border-color: #ffbcc4;
}

.admin-request-pill-brand {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
}

.admin-menu-item.is-dragging,
.js-submenu-item.is-dragging {
  opacity: 0.55;
}

.admin-menu-item,
.js-submenu-item,
.js-submenu-container {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.admin-navigation-note-wrap {
  min-width: 0;
  flex: 1 1 22rem;
  max-width: 25rem;
}

.admin-navigation-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.admin-navigation-toolbar-copy {
  flex: 1 1 24rem;
  min-width: 0;
}

.admin-navigation-toolbar-actions {
  display: flex;
  flex: 1 1 32rem;
  align-items: end;
  justify-content: flex-end;
  gap: 0.75rem;
  min-width: 0;
}

.admin-navigation-toolbar-button {
  flex: 0 0 auto;
  min-width: 9.5rem;
  white-space: nowrap;
}

.admin-drag-target-before {
  border-top: 3px solid var(--brand-secondary) !important;
}

.admin-drag-target-end {
  border-bottom: 3px solid var(--brand-secondary) !important;
  padding-bottom: 0.4rem;
}

.admin-drag-target-container {
  border: 1px dashed rgba(31, 95, 168, 0.45);
  border-radius: 1rem;
  background: rgba(31, 95, 168, 0.04);
  padding: 0.75rem;
}

.admin-submenu-dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  border: 1px dashed var(--border-soft);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  text-align: center;
  background: linear-gradient(180deg, #fbfdff, #f3f7fc);
}

.admin-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  cursor: grab;
  user-select: none;
  border: 1px solid var(--border-soft);
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #f8fbff, #edf4fb);
  color: var(--brand-secondary);
  line-height: 1;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.admin-drag-handle svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  pointer-events: none;
}

.admin-drag-handle:hover {
  color: var(--brand-primary);
  border-color: rgba(31, 95, 168, 0.24);
}

.admin-drag-handle:active {
  cursor: grabbing;
}

@media (max-width: 768px) {
  .admin-navigation-toolbar-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .admin-navigation-note-wrap {
    flex-basis: 100%;
    max-width: none;
  }

  .admin-navigation-toolbar-button {
    flex: 1 1 12rem;
  }

  .admin-drag-handle {
    width: 2.85rem;
    height: 2.85rem;
  }
}

.admin-group-section[hidden],
.admin-entry-card[hidden] {
  display: none !important;
}
