/* ==========================================================================
   VAKSINA MED - White Glassmorphism Header & Luxury Brand Design System
   Brand Colors: Gold/Yellow (#F59E0B), Medical Teal (#0D9488), Deep Navy (#0B2545)
   ========================================================================== */

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

:root {
  --brand-purple: #5C328E;
  --brand-purple-dark: #2A104E;
  --brand-purple-deep: #120724;
  --brand-purple-light: #7E4BBF;
  --brand-yellow: #FFCC00;
  --brand-yellow-hover: #E6B800;
  --brand-yellow-light: #FFF9CC;
  --brand-gold: #FFCC00;
  --brand-gold-hover: #E6B800;
  --brand-gold-light: #FFF9CC;
  --brand-teal: #0D9488;
  --brand-cyan: #0EA5E9;
  --bg-dark: #2A104E;
  --bg-light: #FFFFFF;
  --bg-canvas: #F8FAFC;
  --card-glass: #FFFFFF;
  --site-header-h: 73px;
}

@media (max-width: 1279px) {
  :root {
    --site-header-h: 68px;
  }
}

/* ==========================================================================
   GLOBAL 100% INVISIBLE SCROLLBAR SYSTEM
   Hides all scrollbars completely while keeping 100% mouse wheel & touch scrolling
   ========================================================================== */

html, body, *, ::-webkit-scrollbar {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

::-webkit-scrollbar-track {
  display: none !important;
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  display: none !important;
  background: transparent !important;
}

::-webkit-scrollbar-corner {
  display: none !important;
  background: transparent !important;
}

.no-scrollbar, .hide-scrollbar, .custom-scrollbar-dark {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.no-scrollbar::-webkit-scrollbar, .hide-scrollbar::-webkit-scrollbar, .custom-scrollbar-dark::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

body {
  background-color: var(--bg-canvas);
  color: #1E293B;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  overflow-wrap: anywhere;
}


/* Compact brand bar + floating glass menu (does not steal hero height) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
}

/* Home hero: designed banner — dark honeycomb left for copy, storefront flush right. */
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 73px);
  background: #070a20;
}

.home-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #070a20;
  background-image: url("../assets/hero-home.jpg?v=bg3");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.home-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 14, 34, 0.22) 0%,
      rgba(7, 14, 34, 0.06) 32%,
      transparent 52%
    ),
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(7, 10, 24, 0.28) 100%
    );
}

.home-hero-inner {
  position: relative;
  z-index: 2;
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.home-hero-stack {
  min-width: 0;
  max-width: min(34rem, 100%);
}

.home-hero-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(2rem, 1.15rem + 2.1vw, 3.25rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.home-hero-highlight {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.42em;
  color: #2A104E;
  background: #FFCC00;
  padding: 0.18em 0.5em;
  border-radius: 0.55em;
  box-shadow: 0 12px 28px -16px rgba(255, 204, 0, 0.8);
  white-space: normal;
  overflow-wrap: anywhere;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.home-hero-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  max-width: 42rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(92, 50, 142, 0.22);
  border-radius: 1rem;
  padding: 0.45rem 0.45rem 0.45rem 1rem;
  box-shadow: 0 16px 36px -18px rgba(7, 10, 24, 0.45);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-search:focus-within {
  border-color: #FFCC00;
  box-shadow: 0 16px 36px -16px rgba(255, 204, 0, 0.35);
}

.home-hero-search-lead {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #5C328E;
  stroke-width: 2.4;
}

.home-hero-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #2A104E;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.7rem 0.15rem;
  text-overflow: ellipsis;
}

.home-hero-search-input::placeholder {
  color: #94A3B8;
  font-weight: 600;
}

.home-hero-search-btn {
  appearance: none;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, #FFCC00 0%, #E6B800 100%);
  color: #120724;
  font-weight: 900;
  font-size: 0.95rem;
  padding: 0.78rem 1.45rem;
  border: 0;
  border-radius: 0.8rem;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(255, 204, 0, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-hero-search-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #FFD633 0%, #CCA300 100%);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.5);
}

.home-hero-search-icon {
  display: none;
}

.home-hero-dock-handle,
.home-hero-dock-kicker,
.home-hero-dock-actions {
  display: none;
}

.home-hero-stats {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-stat {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(92, 50, 142, 0.14);
  border-radius: 1rem;
  padding: 1rem 0.75rem;
  text-align: center;
  min-width: 0;
  box-shadow: 0 10px 24px -16px rgba(7, 10, 24, 0.4);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-stat:hover {
  border-color: #FFCC00;
  box-shadow: 0 14px 28px -14px rgba(7, 10, 24, 0.45);
}

.home-stat strong {
  display: block;
  color: #5C328E;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.home-stat span {
  display: block;
  margin-top: 0.28rem;
  color: #2A104E;
  font-size: clamp(0.62rem, 0.5rem + 0.35vw, 0.75rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.home-hero-mobile {
  display: none;
}

@media (max-width: 767px) {
  .home-hero {
    min-height: calc(100svh - var(--site-header-h)) !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    background: #16082c;
  }

  .home-hero-main,
  .home-hero-stats {
    display: none !important;
  }

  .home-hero-photo {
    position: absolute !important;
    inset: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 58%;
    width: auto;
    min-height: 0;
    flex: none !important;
    background-size: cover;
    background-position: center 22%;
  }

  .home-hero-veil {
    background:
      linear-gradient(
        180deg,
        rgba(18, 7, 36, 0.18) 0%,
        transparent 28%,
        rgba(18, 7, 36, 0.22) 62%,
        rgba(22, 8, 44, 0.92) 100%
      );
  }

  .home-hero-mobile {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-height: calc(100svh - var(--site-header-h));
    padding: 0;
  }

  .home-hero-mobile-stage {
    flex: 1 1 auto;
    min-height: 42svh;
    position: relative;
  }

  .home-hero-mobile-sheet {
    position: relative;
    z-index: 3;
    margin-top: -1.5rem;
    background: linear-gradient(180deg, #2A104E 0%, #16082c 100%);
    border-radius: 1.75rem 1.75rem 0 0;
    padding: 1.35rem 1.2rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -24px 48px rgba(7, 10, 24, 0.35);
  }

  .home-hero-mobile-kicker {
    margin: 0 0 0.45rem;
    color: #FFCC00;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .home-hero-mobile-title {
    margin: 0 0 1.05rem;
    color: #fff;
    font-size: clamp(1.55rem, 7vw, 2.05rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.038em;
  }

  .home-hero-mobile-title em {
    display: block;
    margin-top: 0.18em;
    font-style: normal;
    color: #FFCC00;
  }

  .home-hero-mobile-search {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.28rem 0.28rem 0.28rem 0.85rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 14px 32px -18px rgba(0, 0, 0, 0.45);
  }

  .home-hero-mobile-search-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #5C328E;
    stroke-width: 2.4;
  }

  .home-hero-mobile-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 0.86rem;
    font-weight: 700;
    color: #2A104E;
    outline: none;
  }

  .home-hero-mobile-input::placeholder {
    color: #94a3b8;
    font-weight: 600;
  }

  .home-hero-mobile-go {
    flex-shrink: 0;
    border: none;
    border-radius: 0.8rem;
    background: #5C328E;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.72rem 0.9rem;
    cursor: pointer;
  }

  .home-hero-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.7rem;
    min-height: 3rem;
    border: none;
    border-radius: 1rem;
    background: linear-gradient(135deg, #FFCC00 0%, #E6B800 100%);
    color: #120724;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px -12px rgba(255, 204, 0, 0.7);
  }

  .home-hero-mobile-cta svg {
    width: 18px;
    height: 18px;
  }

  .home-hero-mobile-trust {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-hero-mobile-trust b {
    color: #FFCC00;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
}

.admin-shell {
  min-height: 100svh;
  background: #F6F3FB;
  color: #2A104E;
}

.admin-lang {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  gap: 2px;
  background: #F3EEF8;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.admin-lang button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6B4A8F;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  min-width: 42px;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.admin-lang button:hover {
  color: #2A104E;
  background: rgba(255, 255, 255, 0.7);
}

.admin-lang button.is-on {
  background: #FFCC00;
  color: #2A104E;
  box-shadow: 0 4px 10px -4px rgba(42, 16, 78, 0.45);
}

.admin-geo-map {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #e2e8f0;
}

.admin-geo-note,
.admin-geo-hint {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.35;
}

.admin-geo-hint {
  min-height: 1.1rem;
  color: #0f766e;
  font-weight: 700;
}

.admin-geo-map .leaflet-container {
  width: 100%;
  height: 100%;
}

.admin-row-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.admin-btn-edit {
  color: #facc15;
  font-weight: 800;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.admin-btn-edit:hover {
  text-decoration: underline;
}

.admin-btn-del {
  color: #fb7185;
  font-weight: 800;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.admin-btn-del:hover {
  text-decoration: underline;
}

.admin-image-hint {
  margin: 0.2rem 0 0.45rem;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 600;
}

.admin-image-picker {
  display: grid;
  gap: 0.55rem;
}

.admin-image-preview {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.admin-image-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-image-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  background: #2A104E;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.admin-image-btn input {
  display: none;
}

.admin-image-clear {
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  font-weight: 800;
  cursor: pointer;
}

.site-header-brand {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 12px 28px -18px rgba(42, 16, 78, 0.22);
  position: relative;
  z-index: 2;
}

.site-header-brand-inner {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
}

@media (min-width: 768px) {
  .site-header-brand-inner {
    padding: 0.75rem 2.5rem;
  }
}

.site-nav-toggle {
  display: none;
  align-items: center;
  gap: 0.4rem;
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #FFCC00;
  color: #120724;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  padding: 0.48rem 0.95rem 0.48rem 0.58rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px -10px rgba(255, 204, 0, 0.9);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav-toggle:hover {
  transform: translateY(-1px);
}

.site-nav-toggle svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.site-header.is-nav-open .site-nav-toggle {
  background: #2A104E;
  color: #fff;
  box-shadow: 0 8px 18px -10px rgba(42, 16, 78, 0.55);
}

.site-header.is-nav-open .site-nav-toggle-open,
.site-header:not(.is-nav-open) .site-nav-toggle-close {
  display: none;
}

.site-header-nav {
  display: none;
  position: absolute;
  right: 1.25rem;
  top: calc(100% + 10px);
  z-index: 4;
  width: min(420px, calc(100vw - 2rem));
}

@media (min-width: 768px) {
  .site-header-nav {
    right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .site-nav-toggle {
    display: inline-flex;
  }

  .site-header.is-nav-open .site-header-nav {
    display: block;
  }
}

.site-header-nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(92, 50, 142, 0.14);
  border-radius: 20px;
  box-shadow:
    0 22px 48px -18px rgba(42, 16, 78, 0.4),
    0 0 0 1px rgba(255, 204, 0, 0.16);
}

.site-nav-link {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #2A104E;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  padding: 0.72rem 0.8rem;
  white-space: nowrap;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-nav-icon,
.site-nav-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke-width: 2.25;
}

.site-nav-link:hover {
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
}

.site-nav-link.active {
  color: #120724;
  background: #FFCC00;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 204, 0, 0.35);
}

.site-header-mobile {
  padding: 0.65rem 1rem 0.9rem;
  background: #fff;
  border-top: 1px solid #e8e0f0;
}

.site-mobile-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.7rem 0.85rem;
  border: 0;
  background: transparent;
  border-radius: 10px;
  font-weight: 700;
  color: #2A104E;
  cursor: pointer;
}

.site-mobile-link:hover {
  background: rgba(92, 50, 142, 0.1);
  color: #5C328E;
}

.site-mobile-link.active {
  background: linear-gradient(135deg, #5C328E 0%, #3B1A60 100%);
  color: #fff;
}

/* White Glassmorphism Header */
.header-glass-white {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 12px 28px -18px rgba(42, 16, 78, 0.22);
}

/* Clean Logo Image (No background box) */
.header-logo-clean {
  height: 42px;
  width: auto;
  max-width: min(240px, 58vw);
  object-fit: contain;
  object-position: left center;
  transition: transform 0.25s ease;
}

.header-logo-clean:hover {
  transform: scale(1.04);
}

/* White Nav Links */
.nav-link-white {
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
  padding: 0.55rem 0.95rem;
  border-radius: 12px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.nav-link-white:hover {
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
  transform: translateY(-1px);
}

.nav-link-white.active {
  color: #FFFFFF;
  background: linear-gradient(135deg, #5C328E 0%, #3B1A60 100%);
  box-shadow: 0 4px 14px rgba(92, 50, 142, 0.35);
}

/* Buttons with Logo Colors (Royal Purple & Sunshine Yellow) */
.btn-3d-primary, .btn-3d-purple {
  background: linear-gradient(135deg, #5C328E 0%, #3B1A60 100%);
  color: #FFFFFF;
  font-weight: 800;
  padding: 0.75rem 1.6rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(92, 50, 142, 0.3);
}

.btn-3d-primary:hover, .btn-3d-purple:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7E4BBF 0%, #5C328E 100%);
  box-shadow: 0 8px 24px rgba(92, 50, 142, 0.45);
}

.btn-3d-gold, .btn-3d-yellow {
  background: linear-gradient(135deg, #FFCC00 0%, #E6B800 100%);
  color: #120724;
  font-weight: 900;
  padding: 0.75rem 1.6rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(255, 204, 0, 0.4);
}

.btn-3d-gold:hover, .btn-3d-yellow:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #FFD633 0%, #CCA300 100%);
  box-shadow: 0 8px 26px rgba(255, 204, 0, 0.55);
}

.btn-3d-secondary {
  background: #FFFFFF;
  color: #2A104E;
  font-weight: 800;
  padding: 0.75rem 1.6rem;
  border-radius: 14px;
  border: 1.5px solid rgba(92, 50, 142, 0.2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(92, 50, 142, 0.06);
}

.btn-3d-secondary:hover {
  background: rgba(92, 50, 142, 0.06);
  border-color: #5C328E;
  transform: translateY(-2px);
}

.btn-outline-navy {
  background: transparent;
  color: var(--brand-purple);
  border: 2px solid var(--brand-purple);
  font-weight: 800;
  padding: 0.6rem 1.3rem;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-outline-navy:hover {
  background: var(--brand-purple);
  color: #FFFFFF;
}

/* Glass Cards */
.glass-card-3d {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 30px -5px rgba(92, 50, 142, 0.08);
  transition: all 0.3s ease;
}

.glass-card-3d:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px -5px rgba(92, 50, 142, 0.18);
  border-color: rgba(92, 50, 142, 0.3);
}

.glass-card-dark-3d {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.15);
  border-radius: 24px;
  color: #1E293B;
  box-shadow: 0 20px 45px -10px rgba(92, 50, 142, 0.1);
}

/* Modals Overlay */
.modal-overlay {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-container-3d {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
  animation: modalIn 0.25s ease;
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Toast Box */
.toast-box {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3000;
  background: #0F172A;
  color: #FFFFFF;
  padding: 1rem 1.6rem;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border-left: 5px solid var(--brand-teal);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  animation: toastIn 0.3s ease;
}

/* VIP Apple-Style Floating Call Widget */
.floating-call-wrapper {
  position: fixed !important;
  bottom: 2.2rem !important;
  right: 2.2rem !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

/* Soundwave Ripple Rings behind button */
.floating-call-ripple {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: rgba(92, 50, 142, 0.35) !important;
  animation: call-ripple 2.2s infinite ease-out !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.floating-call-ripple:nth-child(2) {
  animation-delay: 0.7s !important;
}

@keyframes call-ripple {
  0% { transform: scale(0.9); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}

.floating-call-widget {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: linear-gradient(135deg, #5C328E 0%, #2A104E 100%) !important;
  color: #FFCC00 !important;
  border: 2px solid #5C328E !important;
  border-radius: 9999px !important;
  padding: 0 !important;
  box-shadow: 0 12px 32px rgba(92, 50, 142, 0.45) !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  overflow: hidden !important;
  width: 60px !important;
  height: 60px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.floating-call-widget:hover {
  width: 290px !important;
  padding-left: 8px !important;
  padding-right: 20px !important;
  background: linear-gradient(135deg, #7E4BBF 0%, #5C328E 100%) !important;
  border-color: #5C328E !important;
  box-shadow: 0 16px 40px rgba(92, 50, 142, 0.55) !important;
  transform: translateY(-4px) scale(1.04) !important;
}

.floating-icon-box {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #FFCC00 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-left: 5px !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.floating-call-widget:hover .floating-icon-box {
  background: transparent !important;
  color: #FFCC00 !important;
  transform: rotate(15deg) !important;
}

.floating-call-widget svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-width: 2.5px !important;
  fill: none !important;
  display: block !important;
}

.floating-call-text {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  transition: opacity 0.3s ease, max-width 0.4s ease, visibility 0.3s ease;
  margin-left: 0.85rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.floating-call-widget:hover .floating-call-text {
  opacity: 1 !important;
  visibility: visible !important;
  max-width: 220px !important;
}

@media (max-width: 767px) {
  .floating-call-wrapper {
    display: flex !important;
    top: auto !important;
    left: auto !important;
    right: 1.05rem !important;
    bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px)) !important;
    width: 56px !important;
    height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .floating-call-ripple {
    right: 0 !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 56px !important;
    animation: call-ripple 2.2s infinite ease-out !important;
  }

  .floating-call-widget,
  .floating-call-widget:hover {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    justify-content: center !important;
    transform: none !important;
    animation: call-pulse 1.8s ease-in-out infinite !important;
  }

  .floating-icon-box,
  .floating-call-widget:hover .floating-icon-box {
    width: 56px !important;
    height: 56px !important;
    margin-left: 0 !important;
    transform: none !important;
    animation: call-icon-ring 1.8s ease-in-out infinite !important;
  }

  .floating-call-text {
    display: none !important;
  }
}

@keyframes call-pulse {
  0%, 100% { box-shadow: 0 12px 32px rgba(92, 50, 142, 0.45); }
  50% { box-shadow: 0 12px 28px rgba(255, 204, 0, 0.35); }
}

@keyframes call-icon-ring {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(12deg) scale(1.08); }
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Leaflet Pin */
.custom-leaflet-pin-3d {
  background: #5C328E;
  color: #FFCC00;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 3px solid #FFFFFF;
  box-shadow: 0 8px 20px rgba(92, 50, 142, 0.45);
  font-size: 18px;
}

/* Category Filter Pills */
.category-pill-active {
  background: #5C328E;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  box-shadow: none;
  border: 1px solid #5C328E;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.category-pill-inactive {
  background: #FFFFFF;
  color: #475569;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  border: 1px solid #E2E8F0;
  box-shadow: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.category-pill-inactive:hover {
  background: #F8FAFC;
  color: #5C328E;
  border-color: rgba(92, 50, 142, 0.35);
}

/* Custom Dark Glass Modal Container */
.modal-container-dark {
  background: #061727;
  border: 2px solid rgba(245, 158, 11, 0.4);
  border-radius: 28px;
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  color: #FFFFFF;
  box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.7), 0 0 50px rgba(13, 148, 136, 0.2);
  animation: modalIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tag Badges */
.badge-tag-gold {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge-tag-teal {
  background: rgba(13, 148, 136, 0.15);
  color: #2DD4BF;
  border: 1px solid rgba(13, 148, 136, 0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge-tag-rose {
  background: rgba(244, 63, 94, 0.15);
  color: #FB7185;
  border: 1px solid rgba(244, 63, 94, 0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Home: news cards */
.home-news-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.10);
  border-radius: 20px;
  box-shadow: 0 8px 24px -8px rgba(42, 16, 78, 0.08);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 50, 142, 0.28);
  box-shadow: 0 18px 36px -12px rgba(42, 16, 78, 0.16);
}

.home-news-card-body {
  padding: 1.5rem 1.5rem 0.5rem;
}

.home-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.home-news-cat {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}

.home-news-date {
  font-size: 12px;
  font-weight: 600;
  color: #94A3B8;
}

.home-news-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2A104E;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 0.65rem;
}

.home-news-card:hover .home-news-title {
  color: #5C328E;
}

.home-news-summary {
  font-size: 13px;
  line-height: 1.6;
  color: #64748B;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news-more {
  display: block;
  padding: 0 1.5rem 1.4rem;
  font-size: 13px;
  font-weight: 700;
  color: #5C328E;
}

/* Home: B2B block */
.home-b2b {
  background: linear-gradient(135deg, #2A104E 0%, #5C328E 100%);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
  color: #FFFFFF;
}

.home-b2b-copy h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0.7rem 0 0.85rem;
  color: #FFFFFF;
}

.home-b2b-copy p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  max-width: 38rem;
  margin: 0 0 1.1rem;
}

.home-b2b-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: grid;
  gap: 0.55rem;
}

.home-b2b-points li {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  padding-left: 1.15rem;
  position: relative;
}

.home-b2b-points li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFCC00;
  position: absolute;
  left: 0;
  top: 0.45rem;
}

.home-b2b-aside {
  display: grid;
  gap: 0.85rem;
}

.home-b2b-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
}

.home-b2b-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFCC00;
  letter-spacing: -0.02em;
}

.home-b2b-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.home-faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.10);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.home-faq-item:hover {
  border-color: rgba(92, 50, 142, 0.28);
}

.home-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2A104E;
  line-height: 1.4;
}

.home-faq-a {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid #F1F5F9;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748B;
  font-weight: 500;
}

@media (max-width: 900px) {
  .home-b2b {
    grid-template-columns: 1fr;
    padding: 2rem 1.4rem;
    gap: 1.5rem;
  }
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */

.site-footer {
  position: relative;
  overflow: hidden;
  color: #334155;
  background:
    radial-gradient(circle at 1px 1px, rgba(92, 50, 142, 0.07) 1px, transparent 0) 0 0 / 22px 22px,
    linear-gradient(180deg, #f4f1f8 0%, #ffffff 28%, #fffdf6 100%);
  border-top: none;
}

.site-footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  fill: #F8FAFC;
  z-index: 2;
  pointer-events: none;
}

.site-footer-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(42px);
  z-index: 0;
}

.site-footer-glow-a {
  width: 26rem;
  height: 26rem;
  top: 1rem;
  left: -7rem;
  background: rgba(92, 50, 142, 0.14);
}

.site-footer-glow-b {
  width: 22rem;
  height: 22rem;
  right: -6rem;
  bottom: -7rem;
  background: rgba(255, 204, 0, 0.2);
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1680px;
  margin: 0 auto;
  padding: 3.2rem 2.5rem 1.15rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.85fr 1.2fr;
  gap: 1.5rem 2rem;
  padding-bottom: 1.1rem;
}

.site-footer-brand {
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.72) 100%);
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 1.5rem;
  padding: 1.1rem 1.25rem 1.15rem;
  box-shadow: 0 16px 36px rgba(42, 16, 78, 0.07);
  position: relative;
  overflow: hidden;
}

.site-footer-brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #5C328E 0%, #FFCC00 100%);
}

.site-footer-logo {
  display: inline-flex;
  background: #ffffff;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 14px;
  padding: 0.55rem 0.8rem;
  cursor: pointer;
  margin-bottom: 0.7rem;
  box-shadow: 0 8px 18px rgba(42, 16, 78, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(42, 16, 78, 0.12);
}

.site-footer-logo img {
  height: 38px;
  width: auto;
  max-width: 220px;
  display: block;
  object-fit: contain;
}

.site-footer-about {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
  font-weight: 600;
  max-width: 20rem;
  margin: 0 0 0.7rem;
}

.site-footer-cert {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.5;
  color: #5C328E;
  margin: 0 0 0.9rem;
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.site-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
  border: 1px solid rgba(92, 50, 142, 0.14);
}

.site-footer-badges span:last-child {
  color: #2A104E;
  background: #FFCC00;
  border-color: #E6B800;
}

.site-footer-title {
  color: #2A104E;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.15rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #5C328E 0%, #FFCC00 70%, transparent 100%) 1;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.site-footer-links button {
  background: none;
  border: none;
  padding: 0.2rem 0;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 650;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-links button:hover {
  color: #5C328E;
  transform: translateX(3px);
}

.site-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.site-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: #475569;
}

.site-footer-ico {
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f4f0f9 100%);
  border: 1px solid rgba(92, 50, 142, 0.12);
  color: #5C328E;
  box-shadow: 0 4px 10px rgba(42, 16, 78, 0.06);
}

.site-footer-contact svg,
.site-footer-contact i {
  width: 14px;
  height: 14px;
}

.site-footer-contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-contact a:hover {
  color: #5C328E;
}

.site-footer-bottom {
  border-top: 1px solid rgba(92, 50, 142, 0.1);
  padding-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.7rem 1.5rem;
}

.site-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.site-footer-copy strong {
  font-size: 0.82rem;
  font-weight: 800;
  color: #2A104E;
  letter-spacing: -0.01em;
}

.site-footer-copy span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.site-footer-legal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.site-footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #FFCC00;
}

.site-footer-legal {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  color: #5C328E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(92, 50, 142, 0.28);
  text-decoration-thickness: 1px;
}

.site-footer-legal:hover {
  color: #2A104E;
}

.site-footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 0.7rem;
  position: relative;
  z-index: 3;
}

.site-footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(92, 50, 142, 0.12);
  background: #ffffff;
  color: #5C328E;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(42, 16, 78, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer-socials a svg {
  width: 16px;
  height: 16px;
}

.site-footer-socials a:hover {
  background: linear-gradient(135deg, #5C328E 0%, #2A104E 100%);
  border-color: #5C328E;
  color: #FFCC00;
  transform: translateY(-2px);
}

.privacy-modal {
  background: #ffffff;
  border-radius: 24px;
  max-width: 640px;
  width: calc(100% - 2rem);
  max-height: 86vh;
  overflow: auto;
  position: relative;
  padding: 2rem 1.7rem 1.7rem;
  box-shadow: 0 30px 70px -20px rgba(18, 7, 36, 0.4);
}

.privacy-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 12px;
  background: #f4f1f8;
  color: #2A104E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.privacy-modal-close svg,
.privacy-modal-close i {
  width: 16px;
  height: 16px;
}

.privacy-modal-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5C328E;
}

.privacy-modal h3 {
  margin: 0 0 1.1rem;
  font-size: 1.45rem;
  font-weight: 900;
  color: #2A104E;
  letter-spacing: -0.03em;
}

.privacy-modal h4 {
  margin: 1.05rem 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #2A104E;
}

.privacy-modal p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #475569;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem 1.6rem;
  }

  .site-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer-legal-nav,
  .site-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-footer-inner {
    padding: 2.8rem 1.15rem 1.1rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-bottom: 1rem;
  }

  .site-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.55rem;
  }

  .site-footer-legal-nav,
  .site-footer-socials {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */

.about-page {
  background: #F8FAFC;
  color: #1E293B;
  overflow: hidden;
}

.about-hero {
  position: relative;
  padding: 5rem 2.5rem 3.5rem;
}

.about-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.about-orb-a {
  width: 420px;
  height: 420px;
  background: rgba(92, 50, 142, 0.16);
  top: -80px;
  right: 8%;
  animation: aboutOrb 10s ease-in-out infinite alternate;
}

.about-orb-b {
  width: 320px;
  height: 320px;
  background: rgba(255, 204, 0, 0.18);
  bottom: -60px;
  left: 4%;
  animation: aboutOrb 12s ease-in-out infinite alternate-reverse;
}

@keyframes aboutOrb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(24px, -18px) scale(1.06); }
}

.about-hero-inner,
.about-story,
.about-pillars-wrap,
.about-timeline-wrap,
.about-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5C328E;
  margin-bottom: 0.85rem;
}

.about-kicker-light {
  color: #FFCC00;
}

.about-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  color: #2A104E;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 16ch;
  margin: 0 0 1.1rem;
}

.about-lead {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #64748B;
  font-weight: 500;
  max-width: 42rem;
  margin: 0 0 2.4rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.about-stat {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(92, 50, 142, 0.10);
  border-radius: 18px;
  padding: 1.25rem 1.15rem;
  box-shadow: 0 10px 28px -14px rgba(42, 16, 78, 0.18);
}

.about-stat strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  color: #5C328E;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.about-stat span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748B;
}

.about-story {
  padding: 1rem 2.5rem 5rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: start;
}

.about-story h2,
.about-section-head h2,
.about-cta h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 800;
  color: #2A104E;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.about-story p {
  font-size: 1rem;
  line-height: 1.75;
  color: #64748B;
  font-weight: 500;
  margin: 0 0 0.9rem;
}

.about-quote {
  margin: 1.75rem 0 0;
  padding: 1.5rem 1.6rem;
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.10);
  border-left: 3px solid #5C328E;
  border-radius: 16px;
  box-shadow: 0 10px 28px -16px rgba(42, 16, 78, 0.16);
}

.about-quote p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2A104E;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 1rem;
}

.about-quote footer {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.about-quote strong {
  font-size: 0.92rem;
  color: #2A104E;
  font-style: normal;
}

.about-quote span {
  font-size: 0.8rem;
  color: #94A3B8;
  font-weight: 600;
}

.about-aside {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #2A104E 0%, #5C328E 100%);
  color: #FFFFFF;
  border-radius: 24px;
  padding: 2rem 1.75rem;
  box-shadow: 0 18px 40px -18px rgba(42, 16, 78, 0.45);
}

.about-aside-orb {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -50px;
  top: -40px;
  background: rgba(255, 204, 0, 0.22);
  filter: blur(50px);
  border-radius: 50%;
  pointer-events: none;
}

.about-aside h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: #FFFFFF;
}

.about-aside > p {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.about-aside ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.about-aside li {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  padding-left: 1.1rem;
  position: relative;
}

.about-aside li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFCC00;
  position: absolute;
  left: 0;
  top: 0.45rem;
}

.about-pillars-wrap,
.about-timeline-wrap {
  padding: 0 2.5rem 5rem;
}

.about-section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.about-pillar {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.10);
  border-radius: 20px;
  padding: 1.6rem 1.45rem;
  box-shadow: 0 10px 28px -16px rgba(42, 16, 78, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 50, 142, 0.28);
  box-shadow: 0 18px 36px -14px rgba(42, 16, 78, 0.16);
}

.about-pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.about-pillar-icon svg,
.about-pillar-icon i {
  width: 22px;
  height: 22px;
}

.about-pillar h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2A104E;
  margin: 0 0 0.5rem;
}

.about-pillar p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748B;
  font-weight: 500;
  margin: 0;
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.4rem;
  border-left: 2px solid rgba(92, 50, 142, 0.16);
  display: grid;
  gap: 1.35rem;
}

.about-timeline li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.1rem;
  padding-left: 1.5rem;
  position: relative;
}

.about-timeline li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0.45rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5C328E;
  box-shadow: 0 0 0 4px rgba(92, 50, 142, 0.12);
}

.about-year {
  font-size: 0.95rem;
  font-weight: 800;
  color: #5C328E;
  padding-top: 0.15rem;
}

.about-timeline h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #2A104E;
  margin: 0 0 0.25rem;
}

.about-timeline p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748B;
  font-weight: 500;
  margin: 0;
}

.about-cta-wrap {
  padding: 0 2.5rem 5rem;
}

.about-cta {
  background: linear-gradient(135deg, #2A104E 0%, #5C328E 100%);
  border-radius: 24px;
  padding: 2.4rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.about-cta::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  background: rgba(255, 204, 0, 0.16);
  filter: blur(50px);
  border-radius: 50%;
  pointer-events: none;
}

.about-cta > * {
  position: relative;
  z-index: 1;
}

.about-cta h2 {
  color: #FFFFFF;
  margin-bottom: 0.55rem;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 34rem;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  flex-shrink: 0;
}

.about-cta-ghost {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1.6rem;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.about-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFCC00;
}

.about-fade {
  animation: aboutFadeUp 0.7s ease both;
}

@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .about-stats,
  .about-pillars,
  .about-story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-story-grid {
    gap: 2rem;
  }
}

@media (max-width: 720px) {
  .about-hero,
  .about-story,
  .about-pillars-wrap,
  .about-timeline-wrap,
  .about-cta-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero {
    padding-top: 3.2rem;
  }

  .about-stats,
  .about-pillars,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-timeline li {
    grid-template-columns: 4.2rem 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .about-fade,
  .about-orb-a,
  .about-orb-b,
  .about-hero-glow {
    animation: none !important;
  }
}

/* ==========================================================================
   ABOUT PAGE — PREMIUM CORPORATE
   ========================================================================== */

.about-page {
  background: #F4F1F8;
  color: #1E293B;
  overflow: hidden;
}

.about-hero {
  position: relative;
  min-height: 86vh;
  padding: 5.5rem 2.5rem 4.5rem;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(126, 75, 191, 0.45), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 48%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 30%, black 20%, transparent 75%);
  pointer-events: none;
}

.about-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.about-hero-glow-1 {
  width: 480px;
  height: 480px;
  background: rgba(255, 204, 0, 0.22);
  top: -120px;
  right: 8%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.about-hero-glow-2 {
  width: 360px;
  height: 360px;
  background: rgba(126, 75, 191, 0.55);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.about-hero-glow-3 {
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.12);
  top: 40%;
  left: 42%;
  animation: aboutOrb 9s ease-in-out infinite alternate;
}

.about-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #120724;
  background: #FFCC00;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.about-chip-dark {
  background: rgba(255, 204, 0, 0.16);
  color: #FFCC00;
  border: 1px solid rgba(255, 204, 0, 0.28);
}

.about-hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  max-width: 12ch;
  margin: 0 0 1.4rem;
  color: #FFFFFF;
}

.about-hero h1 em {
  font-style: normal;
  color: #FFCC00;
}

.about-hero-copy p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
  margin: 0 0 2rem;
  font-weight: 500;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.about-btn-ghost {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 14px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.about-btn-ghost:hover {
  border-color: #FFCC00;
  background: rgba(255, 204, 0, 0.08);
}

.about-hero-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 28px;
  padding: 1.8rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.about-hero-year {
  text-align: center;
  padding: 1.2rem 1rem 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero-year span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFCC00;
}

.about-hero-year strong {
  display: block;
  font-size: 7.2rem;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  margin: 0.2rem 0;
}

.about-hero-year em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.about-hero-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  padding-top: 1.3rem;
}

.about-hero-metrics div {
  background: rgba(18, 7, 36, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0.95rem 1rem;
}

.about-hero-metrics b {
  display: block;
  font-size: 1.35rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.about-hero-metrics span {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.about-story,
.about-pillars-wrap,
.about-timeline-wrap,
.about-cta-wrap,
.about-standards {
  position: relative;
  z-index: 1;
}

.about-story {
  max-width: 1680px;
  margin: 0 auto;
  padding: 5.5rem 2.5rem 4rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.about-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5C328E;
  margin-bottom: 0.9rem;
}

.about-story h2,
.about-section-head h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  color: #2A104E;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 1.2rem;
}

.about-story p,
.about-section-head p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #64748B;
  font-weight: 500;
  margin: 0 0 1rem;
}

.about-quote {
  position: relative;
  margin: 0;
  padding: 2.4rem 2.2rem 2rem;
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 60px -28px rgba(42, 16, 78, 0.28);
  overflow: hidden;
}

.about-quote::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #5C328E, #FFCC00);
}

.about-quote-mark {
  display: block;
  font-size: 5.5rem;
  line-height: 0.6;
  color: #5C328E;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.about-quote p {
  font-size: 1.28rem;
  line-height: 1.65;
  color: #2A104E;
  font-weight: 650;
  margin: 0 0 1.6rem;
}

.about-quote-person {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.about-avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5C328E, #2A104E);
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.about-quote-person strong {
  display: block;
  color: #2A104E;
  font-size: 0.95rem;
}

.about-quote-person span {
  color: #94A3B8;
  font-size: 0.82rem;
  font-weight: 600;
}

.about-standards {
  padding: 0 2.5rem 5rem;
}

.about-standards-inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.about-std {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(92, 50, 142, 0.1);
  box-shadow: 0 16px 40px -24px rgba(42, 16, 78, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-std:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -20px rgba(42, 16, 78, 0.28);
}

.about-std-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.about-std-icon svg {
  width: 24px;
  height: 24px;
}

.about-std h3 {
  font-size: 1.15rem;
  color: #2A104E;
  font-weight: 800;
  margin: 0 0 0.55rem;
}

.about-std p {
  margin: 0;
  color: #64748B;
  line-height: 1.65;
  font-size: 0.95rem;
}

.about-pillars-wrap,
.about-timeline-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5.2rem;
}

.about-section-head {
  max-width: 42rem;
  margin-bottom: 2.2rem;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.about-pillar {
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2rem 1.6rem 1.8rem;
  border: 1px solid rgba(92, 50, 142, 0.1);
  min-height: 280px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px -24px rgba(42, 16, 78, 0.3);
}

.about-pillar-num {
  position: absolute;
  right: 1.1rem;
  top: 0.7rem;
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(92, 50, 142, 0.08);
  line-height: 1;
}

.about-pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.about-pillar-icon svg {
  width: 24px;
  height: 24px;
}

.about-pillar h3 {
  font-size: 1.35rem;
  color: #2A104E;
  margin: 0 0 0.65rem;
}

.about-pillar p {
  margin: 0;
  color: #64748B;
  line-height: 1.7;
}

.about-years {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  position: relative;
}

.about-years::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #5C328E, #FFCC00, #5C328E, transparent);
}

.about-year-card {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 1.5rem 1.3rem 1.4rem;
  border: 1px solid rgba(92, 50, 142, 0.1);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.about-year-card:hover {
  transform: translateY(-8px);
}

.about-year-card span {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #120724;
  background: #FFCC00;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.about-year-card h3 {
  font-size: 1.15rem;
  color: #2A104E;
  margin: 0 0 0.45rem;
}

.about-year-card p {
  margin: 0;
  color: #64748B;
  font-size: 0.92rem;
  line-height: 1.6;
}

.about-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5.5rem;
}

.about-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #120724 0%, #5C328E 100%);
  border-radius: 32px;
  padding: 3rem 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #FFFFFF;
}

.about-cta-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -80px;
  top: -100px;
  background: rgba(255, 204, 0, 0.22);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}

.about-cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  letter-spacing: -0.03em;
  margin: 0.8rem 0 0.7rem;
  max-width: 16ch;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 34rem;
  line-height: 1.7;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.about-fade {
  animation: aboutFadeUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes aboutFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes aboutOrb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(30px, -22px) scale(1.08); }
}

@media (max-width: 1100px) {
  .about-hero-inner,
  .about-story-grid,
  .about-standards-inner,
  .about-pillars,
  .about-years {
    grid-template-columns: 1fr 1fr;
  }

  .about-years::before {
    display: none;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .about-hero,
  .about-story,
  .about-standards,
  .about-pillars-wrap,
  .about-timeline-wrap,
  .about-cta-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .about-hero {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
  }

  .about-hero-inner,
  .about-story-grid,
  .about-standards-inner,
  .about-pillars,
  .about-years {
    grid-template-columns: 1fr;
  }

  .about-hero-year strong {
    font-size: 5.2rem;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.4rem;
  }
}

/* Growth timeline — cinematic */
.about-growth {
  position: relative;
  overflow: hidden;
  background: #F4F1F8;
  color: #2A104E;
  padding: 6rem 2.5rem;
  margin: 0;
}

.about-growth-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.about-growth-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(92, 50, 142, 0.14);
  right: -80px;
  top: 10%;
  animation: aboutOrb 12s ease-in-out infinite alternate;
}

.about-growth-glow-b {
  width: 340px;
  height: 340px;
  background: rgba(255, 204, 0, 0.16);
  left: -60px;
  bottom: 8%;
  animation: aboutOrb 14s ease-in-out infinite alternate-reverse;
}

.about-growth-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-growth-head {
  text-align: center;
  margin-bottom: 3.5rem;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-growth-head.is-in {
  opacity: 1;
  transform: none;
}

.about-growth-head h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #2A104E;
  margin: 0.9rem 0 0.7rem;
}

.about-growth-head p {
  color: #5C328E;
  font-size: 1.08rem;
  margin: 0;
  opacity: 0.82;
}

.about-growth-track {
  --growth-p: 0;
  position: relative;
  display: grid;
  gap: 1.6rem;
}

.about-growth-spine {
  position: absolute;
  left: 168px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  z-index: 1;
  pointer-events: none;
}

.about-growth-spine-base {
  position: absolute;
  inset: 0;
  border-radius: 99px;
  background: rgba(92, 50, 142, 0.12);
}

.about-growth-spine-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  transform: scaleY(var(--growth-p));
  transform-origin: top center;
  background: linear-gradient(180deg, #5C328E 0%, #7A4BB8 42%, #FFCC00 100%);
  box-shadow: 0 0 16px rgba(92, 50, 142, 0.35);
  will-change: transform;
}

.about-growth-spark {
  position: absolute;
  top: calc(var(--growth-p) * 100%);
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff6c2, #FFCC00 55%, #5C328E 100%);
  box-shadow:
    0 0 0 5px rgba(255, 204, 0, 0.22),
    0 0 22px 6px rgba(255, 204, 0, 0.5),
    0 0 40px rgba(92, 50, 142, 0.35);
  transform: translate(-50%, -50%) scale(calc(0.45 + var(--growth-p) * 0.55));
  opacity: clamp(0.15, calc(var(--growth-p) * 6), 1);
  will-change: top, transform, opacity;
  z-index: 4;
}

.about-growth-spark::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.38), transparent 68%);
  animation: aboutSparkGlow 1.8s ease-in-out infinite;
}

.about-growth-item {
  display: grid;
  grid-template-columns: 150px 36px 1fr;
  gap: 1.1rem;
  align-items: start;
}

.about-growth-year {
  text-align: right;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #5C328E;
  padding-top: 1.35rem;
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s ease;
}

.about-growth-item.is-in .about-growth-year {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--i, 0) * 0.05s);
}

.about-growth-item.is-active .about-growth-year {
  color: #2A104E;
  background: linear-gradient(90deg, #5C328E 20%, #FFCC00 140%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-growth-node {
  width: 18px;
  height: 18px;
  margin: 1.55rem auto 0;
  border-radius: 50%;
  background: #5C328E;
  box-shadow: 0 0 0 8px rgba(92, 50, 142, 0.14);
  position: relative;
  z-index: 2;
  transform: scale(0.35);
  opacity: 0.35;
  transition: transform 0.55s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.4s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.about-growth-item.is-in .about-growth-node {
  transform: scale(1);
  opacity: 1;
}

.about-growth-item.is-active .about-growth-node {
  background: #FFCC00;
  transform: scale(1.18);
  box-shadow:
    0 0 0 8px rgba(255, 204, 0, 0.22),
    0 0 0 16px rgba(92, 50, 142, 0.1),
    0 0 26px rgba(255, 204, 0, 0.55);
  animation: aboutNodePulse 2.2s ease-in-out infinite;
}

.about-growth-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(92, 50, 142, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 1.5rem 1.6rem 1.45rem;
  box-shadow: 0 16px 40px -24px rgba(42, 16, 78, 0.22);
  opacity: 0;
  transform: translateX(42px) translateY(12px) scale(0.97);
  filter: saturate(0.85);
  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.45s ease;
}

.about-growth-item.is-in .about-growth-card {
  opacity: 1;
  transform: none;
  filter: none;
  transition-delay: calc(var(--i, 0) * 0.07s);
}

.about-growth-item.is-active .about-growth-card {
  background: #FFFFFF;
  border-color: rgba(92, 50, 142, 0.3);
  box-shadow: 0 26px 52px -18px rgba(42, 16, 78, 0.32);
  transform: translateX(10px);
}

.about-growth-item:hover .about-growth-card {
  background: #FFFFFF;
  border-color: rgba(92, 50, 142, 0.28);
  box-shadow: 0 22px 46px -20px rgba(42, 16, 78, 0.28);
}

.about-growth-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  transform: scale(0.55) rotate(-14deg);
  opacity: 0;
  transition: transform 0.55s 0.08s cubic-bezier(0.34, 1.45, 0.64, 1), opacity 0.4s 0.08s ease, background 0.3s ease, color 0.3s ease;
}

.about-growth-item.is-in .about-growth-icon {
  transform: none;
  opacity: 1;
}

.about-growth-item.is-active .about-growth-icon {
  background: #FFCC00;
  color: #2A104E;
}

.about-growth-icon svg {
  width: 22px;
  height: 22px;
}

.about-growth-card h3 {
  font-size: 1.28rem;
  color: #2A104E;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.about-growth-card p {
  margin: 0;
  color: #5C328E;
  line-height: 1.7;
  font-size: 0.98rem;
  opacity: 0.82;
}

@keyframes aboutNodePulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(255, 204, 0, 0.18), 0 0 16px rgba(255, 204, 0, 0.35); }
  50% { box-shadow: 0 0 0 14px rgba(255, 204, 0, 0.1), 0 0 28px rgba(255, 204, 0, 0.5); }
}

@keyframes aboutSparkGlow {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.28); opacity: 1; }
}

@media (max-width: 800px) {
  .about-growth {
    padding: 4rem 1.2rem;
  }

  .about-growth-spine {
    left: 14px;
  }

  .about-growth-item {
    grid-template-columns: 28px 1fr;
    gap: 0.9rem;
  }

  .about-growth-year {
    grid-column: 2;
    text-align: left;
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 0.15rem;
    transform: translateY(12px);
  }

  .about-growth-item.is-in .about-growth-year {
    transform: none;
  }

  .about-growth-node {
    grid-row: 1 / span 2;
    margin-top: 0.45rem;
  }

  .about-growth-card {
    transform: translateY(28px) scale(0.98);
  }

  .about-growth-item.is-in .about-growth-card,
  .about-growth-item.is-active .about-growth-card,
  .about-growth-item:hover .about-growth-card {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-growth-head,
  .about-growth-year,
  .about-growth-node,
  .about-growth-card,
  .about-growth-icon,
  .about-growth-spine-fill,
  .about-growth-spark,
  .about-growth-spark::after,
  .about-growth-glow-a,
  .about-growth-glow-b {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .about-growth-spine-fill {
    transform: scaleY(1) !important;
  }
}

/* ==========================================================================
   CAREERS / VACANCIES PAGE
   ========================================================================== */

.careers-page {
  background: #F4F1F8;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-h));
}

.careers-hero {
  position: relative;
  padding: 5.2rem 2.5rem 4.2rem;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(126, 75, 191, 0.42), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 50%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.careers-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 75% 25%, black 18%, transparent 72%);
  pointer-events: none;
}

.careers-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.careers-hero-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(255, 204, 0, 0.2);
  top: -120px;
  right: 6%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.careers-hero-glow-b {
  width: 300px;
  height: 300px;
  background: rgba(126, 75, 191, 0.5);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.careers-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: end;
}

.careers-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

.careers-hero p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 34rem;
  margin: 0;
}

.careers-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.careers-hero-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.careers-hero-stats b {
  display: block;
  font-size: 1.45rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.careers-hero-stats span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.careers-perks {
  max-width: 1680px;
  margin: -2.2rem auto 0;
  padding: 0 2.5rem 2.4rem;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.careers-perk {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 1.7rem 1.5rem;
  box-shadow: 0 22px 50px -28px rgba(42, 16, 78, 0.35);
  position: relative;
  overflow: hidden;
}

.careers-perk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #FFCC00;
}

.careers-perk-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.careers-perk-icon svg {
  width: 22px;
  height: 22px;
}

.careers-perk h3 {
  font-size: 1.15rem;
  color: #2A104E;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.careers-perk p {
  color: #5C328E;
  opacity: 0.85;
  line-height: 1.65;
  margin: 0;
  font-size: 0.92rem;
}

.careers-body {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 4.5rem;
}

.careers-toolbar h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #2A104E;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
}

.careers-toolbar p {
  margin: 0 0 1.3rem;
  color: #5C328E;
  opacity: 0.8;
  font-size: 0.95rem;
}

.careers-filters {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  margin-bottom: 1.6rem;
}

.careers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.careers-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 1.5rem 1.4rem 1.35rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 36px -22px rgba(42, 16, 78, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.careers-card-media {
  margin: -1.5rem -1.4rem 1rem;
  height: 168px;
  background: #2A104E;
}

.careers-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.careers-card:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 50, 142, 0.28);
  box-shadow: 0 24px 44px -20px rgba(42, 16, 78, 0.28);
}

.careers-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.careers-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.careers-card-icon svg {
  width: 22px;
  height: 22px;
}

.careers-card-cat {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  white-space: nowrap;
}

.careers-card h3 {
  font-size: 1.2rem;
  color: #2A104E;
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
  line-height: 1.3;
}

.careers-card-desc {
  color: #5C328E;
  opacity: 0.82;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.careers-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}

.careers-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2A104E;
}

.careers-card-meta svg {
  width: 14px;
  height: 14px;
  color: #5C328E;
}

.careers-card-pay {
  font-size: 0.88rem;
  font-weight: 800;
  color: #2A104E;
  background: rgba(92, 50, 142, 0.06);
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  margin-bottom: 1rem;
}

.careers-empty {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 3.2rem 1.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.careers-empty-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(92, 50, 142, 0.08);
  color: #5C328E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.careers-empty h3 {
  color: #2A104E;
  margin: 0 0 0.4rem;
}

.careers-empty p {
  color: #5C328E;
  opacity: 0.8;
  margin: 0 0 1.2rem;
}

.careers-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5rem;
}

.careers-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #120724 0%, #5C328E 100%);
  border-radius: 28px;
  padding: 2rem 2.2rem;
  display: flex;
  align-items: center;
  gap: 1.35rem 1.8rem;
  color: #FFFFFF;
}

.careers-cta-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  left: -80px;
  top: -110px;
  background: rgba(255, 204, 0, 0.18);
  filter: blur(72px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.careers-cta-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFCC00;
  color: #2A104E;
}

.careers-cta-icon svg,
.careers-cta-icon i {
  width: 32px;
  height: 32px;
}

.careers-cta-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.careers-cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
  margin: 0.55rem 0 0.4rem;
}

.careers-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
}

.careers-cta > button {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .careers-hero-glow-a,
  .careers-hero-glow-b,
  .careers-page .about-fade {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .careers-hero-inner,
  .careers-perks,
  .careers-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .careers-hero,
  .careers-perks,
  .careers-body,
  .careers-cta-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .careers-hero {
    padding-top: 3.4rem;
  }

  .careers-hero-inner,
  .careers-perks,
  .careers-grid {
    grid-template-columns: 1fr;
  }

  .careers-perks {
    margin-top: -1.4rem;
  }

  .careers-cta {
    flex-wrap: wrap;
    align-items: center;
  }

  .careers-cta-copy {
    flex: 1 1 220px;
  }

  .careers-cta > button {
    margin-left: auto;
  }
}

/* ==========================================================================
   NEWS PAGE
   ========================================================================== */

.news-page {
  background: #F4F1F8;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-h));
}

.news-hero {
  position: relative;
  padding: 5.2rem 2.5rem 4.2rem;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(126, 75, 191, 0.42), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 50%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.news-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 75% 25%, black 18%, transparent 72%);
  pointer-events: none;
}

.news-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.news-hero-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(255, 204, 0, 0.2);
  top: -120px;
  right: 6%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.news-hero-glow-b {
  width: 300px;
  height: 300px;
  background: rgba(126, 75, 191, 0.5);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.news-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: end;
}

.news-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

.news-hero p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 34rem;
  margin: 0;
}

.news-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.news-hero-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.news-hero-stats b {
  display: block;
  font-size: 1.45rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.news-hero-stats span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.news-featured-wrap {
  max-width: 1680px;
  margin: -2.2rem auto 0;
  padding: 0 2.5rem 2.4rem;
  position: relative;
  z-index: 3;
}

.news-featured {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 50px -28px rgba(42, 16, 78, 0.35);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px -24px rgba(42, 16, 78, 0.32);
}

.news-featured-media {
  min-height: 340px;
  background: #2A104E;
}

.news-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.news-featured-media img[src*="cert"] {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 1.1rem 1.4rem;
}

.news-featured-copy {
  padding: 2rem 1.8rem 1.8rem;
  display: flex;
  flex-direction: column;
}

.news-featured-copy h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  color: #2A104E;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0.7rem 0 0.75rem;
}

.news-featured-copy p {
  color: #5C328E;
  opacity: 0.85;
  line-height: 1.7;
  margin: 0 0 1.2rem;
  flex: 1;
}

.news-body {
  max-width: 1680px;
  margin: 0 auto;
  padding: 2.4rem 2.5rem 4.5rem;
}

.news-toolbar h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #2A104E;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
}

.news-toolbar p {
  margin: 0 0 1.3rem;
  color: #5C328E;
  opacity: 0.8;
  font-size: 0.95rem;
}

.news-filters {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  margin-bottom: 1.6rem;
}

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

@media (min-width: 901px) {
  .news-grid .news-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .news-grid .news-card:last-child:nth-child(odd) .news-card-media {
    height: auto;
    min-height: 240px;
  }
}

.news-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 36px -22px rgba(42, 16, 78, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 50, 142, 0.28);
  box-shadow: 0 24px 44px -20px rgba(42, 16, 78, 0.28);
}

.news-card-media {
  height: 180px;
  background: #2A104E;
}

.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.news-card-media img[src*="news-promo"] {
  object-position: center center;
}

.news-card-media img[src*="cert"] {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0.7rem 0.9rem;
}

.news-card-body {
  padding: 1.25rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #5C328E;
}

.news-card-cat {
  background: rgba(92, 50, 142, 0.08);
  color: #5C328E;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-card-body h3,
.news-modal-body h3 {
  font-size: 1.15rem;
  color: #2A104E;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0.7rem 0 0.55rem;
}

.news-card-body p {
  color: #5C328E;
  opacity: 0.82;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.news-card-more {
  font-size: 0.82rem;
  font-weight: 800;
  color: #5C328E;
}

.news-empty {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 3.2rem 1.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.news-empty-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(92, 50, 142, 0.08);
  color: #5C328E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.news-empty h3 {
  color: #2A104E;
  margin: 0 0 0.4rem;
}

.news-empty p {
  color: #5C328E;
  opacity: 0.8;
  margin: 0 0 1.2rem;
}

.news-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5rem;
}

.news-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #120724 0%, #5C328E 100%);
  border-radius: 28px;
  padding: 2.6rem 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #FFFFFF;
}

.news-cta-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -70px;
  top: -90px;
  background: rgba(255, 204, 0, 0.2);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}

.news-cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0.5rem;
  max-width: 18ch;
}

.news-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 32rem;
}

.news-cta > * {
  position: relative;
  z-index: 1;
}

.news-modal {
  background: #FFFFFF;
  border-radius: 28px;
  max-width: 720px;
  width: calc(100% - 2rem);
  max-height: 90vh;
  overflow: auto;
  position: relative;
  box-shadow: 0 30px 70px -20px rgba(18, 7, 36, 0.45);
}

.news-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #2A104E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.news-modal-close svg {
  width: 18px;
  height: 18px;
}

.news-modal-media {
  height: 240px;
  background: #2A104E;
}

.news-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.news-modal-media img[src*="news-promo"] {
  object-position: center center;
}

.news-modal-media img[src*="cert"] {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0.8rem 1.2rem;
}

.news-modal-body {
  padding: 1.6rem 1.7rem 1.8rem;
}

.news-modal-body h3 {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.news-modal-author {
  font-size: 0.82rem;
  font-weight: 700;
  color: #5C328E;
  margin: 0 0 1rem !important;
  opacity: 0.8;
}

.news-modal-body #nm-content {
  color: #2A104E;
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .news-hero-glow-a,
  .news-hero-glow-b,
  .news-page .about-fade {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .news-hero-inner,
  .news-featured,
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .news-hero,
  .news-featured-wrap,
  .news-body,
  .news-cta-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .news-hero {
    padding-top: 3.4rem;
  }

  .news-hero-inner,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-featured-wrap {
    margin-top: -1.4rem;
  }

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

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-page {
  background: #F4F1F8;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-h));
}

.contact-hero {
  position: relative;
  padding: 5.2rem 2.5rem 4.2rem;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(126, 75, 191, 0.42), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 50%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.contact-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 75% 25%, black 18%, transparent 72%);
  pointer-events: none;
}

.contact-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.contact-hero-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(255, 204, 0, 0.2);
  top: -120px;
  right: 6%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.contact-hero-glow-b {
  width: 300px;
  height: 300px;
  background: rgba(126, 75, 191, 0.5);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.contact-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: end;
}

.contact-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

.contact-hero p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 34rem;
  margin: 0;
}

.contact-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.contact-hero-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.contact-hero-stats b {
  display: block;
  font-size: 1.45rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.contact-hero-stats span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.contact-channels {
  max-width: 1680px;
  margin: -2.2rem auto 0;
  padding: 0 2.5rem 2.6rem;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.contact-channel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 1.6rem 1.45rem;
  text-align: left;
  box-shadow: 0 22px 50px -28px rgba(42, 16, 78, 0.35);
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-channel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #FFCC00;
}

.contact-channel:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px -24px rgba(42, 16, 78, 0.32);
}

.contact-channel-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.contact-channel-icon svg {
  width: 22px;
  height: 22px;
}

.contact-channel h3 {
  font-size: 1.05rem;
  color: #2A104E;
  margin: 0 0 0.25rem;
}

.contact-channel p {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #5C328E;
}

.contact-channel span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #5C328E;
  opacity: 0.75;
}

.contact-body {
  max-width: 1680px;
  margin: 0 auto;
  padding: 2.8rem 2.5rem 4.5rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  align-items: start;
}

.contact-office,
.contact-form-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 28px;
  padding: 2rem 1.8rem 1.8rem;
  box-shadow: 0 14px 36px -22px rgba(42, 16, 78, 0.28);
}

.contact-office h2,
.contact-form-card h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: #2A104E;
  letter-spacing: -0.03em;
  margin: 0 0 0.55rem;
}

.contact-form-card > p {
  color: #5C328E;
  opacity: 0.85;
  margin: 0 0 1.4rem;
  line-height: 1.6;
}

.contact-office ul {
  list-style: none;
  margin: 1.2rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.contact-office li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.contact-office li svg {
  width: 18px;
  height: 18px;
  color: #5C328E;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-office b {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5C328E;
  margin-bottom: 0.15rem;
}

.contact-office span,
.contact-office a {
  color: #2A104E;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-form-card form {
  display: grid;
  gap: 1rem;
}

.contact-form-card label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #5C328E;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(92, 50, 142, 0.16);
  background: #F8F6FB;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2A104E;
  outline: none;
  resize: vertical;
  text-transform: none;
  letter-spacing: 0;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #5C328E;
  background: #FFFFFF;
}

.contact-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5rem;
}

.contact-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #120724 0%, #5C328E 100%);
  border-radius: 28px;
  padding: 2.6rem 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #FFFFFF;
}

.contact-cta-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -70px;
  top: -90px;
  background: rgba(255, 204, 0, 0.2);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}

.contact-cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0.5rem;
}

.contact-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 32rem;
}

.contact-cta > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-glow-a,
  .contact-hero-glow-b,
  .contact-page .about-fade {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .contact-hero-inner,
  .contact-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero,
  .contact-body,
  .contact-cta-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .contact-hero {
    padding-top: 3.4rem;
  }

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

/* ==========================================================================
   JOB APPLICATION — PHARMACIST ANKETA
   ========================================================================== */

.job-modal-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5C328E;
  margin: 0 0 0.35rem;
}

#job-modal-box.job-modal-wide {
  max-width: 760px;
}

.job-field-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #5C328E;
  margin: 0.85rem 0 0.35rem;
}

.job-field {
  width: 100%;
  border: 1px solid rgba(92, 50, 142, 0.16);
  background: #F8F6FB;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2A104E;
  outline: none;
}

.job-field:focus {
  border-color: #5C328E;
  background: #FFFFFF;
}

.job-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.job-pharm-tabs {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.job-pharm-tab {
  flex: 1;
  min-width: max-content;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  color: #64748B;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.job-pharm-tab.is-active {
  background: #5C328E;
  border-color: #5C328E;
  color: #FFFFFF;
}

.job-pharm-panel h4 {
  margin: 0.4rem 0 0.2rem;
  color: #2A104E;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.job-pharm-hint {
  font-size: 0.82rem;
  color: #5C328E;
  opacity: 0.75;
  margin: 0 0 0.6rem;
}

.job-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.job-choice,
.job-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(92, 50, 142, 0.14);
  background: #F8F6FB;
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2A104E;
  cursor: pointer;
}

.job-check {
  margin-bottom: 0.45rem;
}

.job-choice:has(input:checked),
.job-check:has(input:checked) {
  border-color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
}

.job-choice input,
.job-check input {
  accent-color: #5C328E;
}

.job-pharm-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid #E2E8F0;
}

.job-pharm-btn-ghost {
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  color: #2A104E;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.65rem 1.1rem;
  border-radius: 12px;
  cursor: pointer;
}

@media (max-width: 720px) {
  .job-field-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BRANCHES PAGE — visual only
   ========================================================================== */

.branches-page {
  background: #F4F1F8;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-h));
}

.branches-hero {
  position: relative;
  padding: 5.2rem 2.5rem 4.2rem;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(126, 75, 191, 0.42), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 50%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.branches-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 75% 25%, black 18%, transparent 72%);
  pointer-events: none;
}

.branches-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.branches-hero-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(255, 204, 0, 0.2);
  top: -120px;
  right: 6%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.branches-hero-glow-b {
  width: 300px;
  height: 300px;
  background: rgba(126, 75, 191, 0.5);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.branches-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: end;
}

.branches-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

.branches-hero p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 34rem;
  margin: 0;
}

.branches-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.branches-hero-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.branches-hero-stats b {
  display: block;
  font-size: 1.45rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.branches-hero-stats span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.branches-body {
  max-width: 1680px;
  margin: -2.2rem auto 0;
  padding: 0 2.5rem 5rem;
  position: relative;
  z-index: 3;
}

.branches-toolbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 24px;
  padding: 1.5rem 1.4rem 1.35rem;
  box-shadow: 0 22px 50px -28px rgba(42, 16, 78, 0.35);
  margin-bottom: 1.25rem;
}

.branches-toolbar h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: #2A104E;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}

.branches-toolbar p {
  margin: 0 0 1.1rem;
  color: #5C328E;
  opacity: 0.8;
  font-size: 0.92rem;
}

.branches-filters {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  gap: 0.7rem;
  align-items: center;
}

.branches-filters select,
.branches-search {
  border: 1px solid rgba(92, 50, 142, 0.16);
  background: #F8F6FB;
  border-radius: 14px;
  min-height: 46px;
}

.branches-filters select {
  width: 100%;
  padding: 0 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2A104E;
  outline: none;
}

.branches-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 0.9rem;
}

.branches-search svg {
  width: 16px;
  height: 16px;
  color: #5C328E;
}

.branches-search input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-weight: 700;
  color: #2A104E;
  font-size: 0.9rem;
}

.branches-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.15rem;
  align-items: stretch;
}

.branches-list {
  max-height: 640px;
  overflow-y: auto;
  display: grid;
  gap: 0.7rem;
  padding-right: 0.25rem;
}

.branches-preview {
  display: grid;
  gap: 0.55rem;
}

.branch-see-all {
  display: none;
}

.branch-sheet {
  display: none;
}

.branch-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 18px;
  padding: 1rem 1.05rem;
  cursor: pointer;
  box-shadow: 0 10px 28px -20px rgba(42, 16, 78, 0.28);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.branch-card:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 50, 142, 0.3);
}

.branch-card.is-selected {
  border-color: rgba(92, 50, 142, 0.55);
  box-shadow: 0 16px 36px -18px rgba(42, 16, 78, 0.38);
  background: #FBF8FF;
}

.branch-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.35rem;
}

.branch-card-code {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #5C328E;
}

.branch-card-24 {
  background: #FFCC00;
  color: #120724;
  font-size: 10px;
  font-weight: 800;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
}

.branch-card-type {
  background: rgba(92, 50, 142, 0.08);
  color: #5C328E;
  font-size: 10px;
  font-weight: 800;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
}

.branch-card h4 {
  margin: 0 0 0.35rem;
  color: #2A104E;
  font-size: 0.98rem;
}

.branch-card p {
  margin: 0;
  color: #5C328E;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  gap: 0.35rem;
  align-items: flex-start;
}

.branch-card p svg {
  width: 13px;
  height: 13px;
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.branches-empty {
  text-align: center;
  padding: 2.4rem 1rem;
  color: #5C328E;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(92, 50, 142, 0.1);
}

.uz-geo {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1.15rem;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.uz-map-panel {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 50px -28px rgba(42, 16, 78, 0.35);
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.uz-map-canvas {
  position: relative;
  padding: 0.6rem 0.4rem 0.2rem;
  background:
    radial-gradient(700px 280px at 80% 10%, rgba(255, 204, 0, 0.08), transparent 55%),
    radial-gradient(600px 320px at 10% 90%, rgba(92, 50, 142, 0.08), transparent 60%),
    #FBF8FF;
}

#uz-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.uz-region path {
  fill: #E8DCF6;
  stroke: #FFFFFF;
  stroke-width: 1.15;
  cursor: pointer;
  transition: fill 0.18s ease;
}

.uz-region.has-branches path {
  fill: #C9A6EA;
}

.uz-region:hover path,
.uz-region.is-active path {
  fill: #5C328E;
}

.uz-region.is-focused path {
  fill: #FFCC00;
  stroke: #5C328E;
  stroke-width: 1.5;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.uz-region.is-focused .uz-label {
  fill: #2A104E;
  font-weight: 900;
}

.uz-region.is-focused .uz-badge circle {
  fill: #5C328E;
}

.uz-label {
  font-size: 11px;
  font-weight: 800;
  fill: #2A104E;
  pointer-events: none;
  letter-spacing: -0.02em;
}

.uz-region[data-id="andijon"] .uz-label,
.uz-region[data-id="namangan"] .uz-label,
.uz-region[data-id="fargona"] .uz-label,
.uz-region[data-id="sirdaryo"] .uz-label,
.uz-city .uz-label {
  font-size: 9.5px;
}

.uz-region:hover .uz-label,
.uz-region.is-active .uz-label {
  fill: #FFFFFF;
}

.uz-city path {
  fill: #FFCC00;
  stroke: #2A104E;
  stroke-width: 1.6;
}

.uz-city.has-branches path {
  fill: #FFCC00;
}

.uz-city:hover path,
.uz-city.is-active path {
  fill: #5C328E;
  stroke: #FFCC00;
}

.uz-city-halo {
  fill: #FFCC00;
  stroke: #2A104E;
  stroke-width: 3;
}

.uz-city:hover .uz-city-halo,
.uz-city.is-active .uz-city-halo {
  fill: #5C328E;
  stroke: #FFCC00;
}

.uz-city-pin {
  fill: #2A104E;
  stroke: none;
}

.uz-city:hover .uz-city-pin,
.uz-city.is-active .uz-city-pin {
  fill: #FFCC00;
}

.uz-city .uz-label,
.uz-city:hover .uz-label,
.uz-city.is-active .uz-label {
  font-size: 11px;
  font-weight: 800;
  fill: #2A104E;
}

.uz-map-card {
  position: static;
  width: auto;
  display: grid;
  grid-template-columns: minmax(140px, 0.9fr) auto 1fr auto;
  align-items: center;
  gap: 0.85rem 1.1rem;
  background: linear-gradient(160deg, #2A104E 0%, #5C328E 100%);
  color: #FFFFFF;
  border-radius: 0;
  padding: 0.85rem 1.2rem 0.95rem;
  box-shadow: none;
  z-index: 3;
}

.uz-map-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.uz-map-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.uz-card-stats {
  margin-bottom: 0;
}

.uz-badge {
  pointer-events: none;
}

.uz-badge circle {
  fill: #FFCC00;
  stroke: none;
  filter: none;
}

.uz-badge-n {
  fill: #2A104E;
  font-size: 10px;
  font-weight: 800;
}

.uz-card-kicker {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFCC00;
  margin-bottom: 0.25rem;
}

.uz-map-card h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}

.uz-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0;
}

.uz-card-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.55rem 0.6rem;
}

.uz-card-stats b {
  display: block;
  color: #FFCC00;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.uz-card-stats span {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.uz-map-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.uz-card-reset {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.75rem;
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

.branches-street {
  margin-top: 0.4rem;
}

.street-map-card {
  background: #FFFFFF;
  border: 1px solid rgba(92, 50, 142, 0.12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 60px -32px rgba(42, 16, 78, 0.4);
}

.street-map-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.35rem 1.4rem 1.15rem;
  background:
    radial-gradient(420px 140px at 100% 0%, rgba(255, 204, 0, 0.16), transparent 60%),
    linear-gradient(180deg, #F8F4FC 0%, #FFFFFF 100%);
}

.street-map-head h3 {
  margin: 0.2rem 0 0.35rem;
  color: #2A104E;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.03em;
}

.street-map-head p {
  margin: 0;
  color: #5C328E;
  font-size: 0.9rem;
  font-weight: 600;
  max-width: 42rem;
}

.branches-map-wrap {
  position: relative;
  min-height: clamp(320px, 48svh, 460px);
  background: #EDE7F6;
  overflow: hidden;
}

#branches-leaflet-map {
  width: 100%;
  height: clamp(320px, 48svh, 460px);
  min-height: clamp(320px, 48svh, 460px);
}

.branches-map-wrap .leaflet-container {
  background: #E8DCF6;
  font-family: inherit;
}

.branches-map-wrap .leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 10px 24px -12px rgba(42, 16, 78, 0.45);
  overflow: hidden;
  border-radius: 14px;
}

.branches-map-wrap .leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  color: #5C328E !important;
  background: #FFFFFF !important;
  border-bottom: 1px solid rgba(92, 50, 142, 0.1) !important;
  font-weight: 800;
}

.branches-map-wrap .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.88) !important;
  color: #64748B;
  border-radius: 10px 0 0 0;
  font-size: 10px;
}

.vm-map-pin {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.vm-map-pin-inner {
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px auto 0;
  background: #5C328E;
  border: 2.5px solid #FFCC00;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  box-shadow: none;
  filter: none;
}

.branches-map-wrap .leaflet-shadow-pane {
  display: none;
}

.vm-popup {
  min-width: 200px;
  max-width: 280px;
  font-family: inherit;
}

.vm-popup-address {
  margin: 0 0 0.4rem;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.vm-popup-code {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: #5C328E;
  letter-spacing: 0.04em;
}

.vm-popup strong {
  display: block;
  margin: 0.15rem 0 0.3rem;
  color: #2A104E;
  font-size: 14px;
}

.vm-popup p {
  margin: 0 0 0.35rem;
  color: #64748B;
  font-size: 12px;
}

.vm-popup a {
  color: #5C328E;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.vm-popup-route {
  display: block;
  width: 100%;
  margin-top: 0.7rem;
  border: none;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  background: #FFCC00;
  color: #2A104E;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.vm-popup-route:hover {
  background: #ffd54a;
}

.vm-geo-wait {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(18, 7, 36, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.vm-geo-wait div {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.4rem 1.5rem;
  max-width: 22rem;
  text-align: center;
  color: #2A104E;
  box-shadow: 0 24px 50px rgba(42, 16, 78, 0.28);
}

.vm-geo-wait strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.vm-geo-wait p {
  margin: 0;
  color: #5C328E;
  font-size: 0.92rem;
  line-height: 1.5;
}

.leaflet-popup-content-wrapper {
  border-radius: 16px;
  box-shadow: 0 18px 40px -18px rgba(42, 16, 78, 0.4);
  border: 1px solid rgba(92, 50, 142, 0.1);
}

.leaflet-popup-tip {
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .branches-hero-glow-a,
  .branches-hero-glow-b,
  .branches-page .about-fade {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .branches-hero-inner,
  .branches-layout,
  .uz-geo,
  .branches-filters {
    grid-template-columns: 1fr;
  }

  .uz-map-card {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }

  .uz-map-card p,
  .uz-card-reset {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .branches-hero,
  .branches-body {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .branches-hero {
    padding-top: 3.4rem;
  }

  .branches-body {
    margin-top: -1.4rem;
  }

  .street-map-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .branches-map-wrap,
  #branches-leaflet-map {
    min-height: clamp(260px, 42svh, 380px);
    height: clamp(260px, 42svh, 380px);
  }

  .branches-list {
    max-height: none;
    overflow: visible;
    gap: 0.55rem;
  }

  .branches-list > .branch-card:nth-child(n + 5) {
    display: none !important;
  }

  .branch-see-all {
    display: flex !important;
  }

  .branch-card {
    padding: 0.78rem 0.85rem;
    border-radius: 14px;
  }

  .branch-card h4 {
    font-size: 0.92rem;
  }

  .branch-card p {
    font-size: 0.74rem;
  }

  .branch-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.15rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 16px;
    background: #2A104E;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 28px -16px rgba(42, 16, 78, 0.55);
  }

  .branch-see-all b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: #FFCC00;
    color: #120724;
    font-size: 0.75rem;
  }

  .branch-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: none;
    visibility: hidden;
  }

  .branch-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
  }

  .branch-sheet-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(12, 6, 24, 0.48);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .branch-sheet.is-open .branch-sheet-backdrop {
    opacity: 1;
  }

  .branch-sheet-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: min(86svh, 720px);
    padding: 0.4rem 1rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
    background: #F4F1F8;
    border-radius: 1.4rem 1.4rem 0 0;
    box-shadow: 0 -18px 50px rgba(7, 10, 24, 0.28);
    transform: translateY(110%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .branch-sheet.is-open .branch-sheet-panel {
    transform: translateY(0);
  }

  .branch-sheet-handle {
    width: 42px;
    height: 4px;
    margin: 0.45rem auto 0.75rem;
    border-radius: 999px;
    background: rgba(42, 16, 78, 0.22);
  }

  .branch-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
  }

  .branch-sheet-head h3 {
    margin: 0;
    color: #2A104E;
    font-size: 1.12rem;
    font-weight: 900;
  }

  .branch-sheet-head p {
    margin: 0.15rem 0 0;
    color: #7E4BBF;
    font-size: 0.76rem;
    font-weight: 700;
  }

  .branch-sheet-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #2A104E;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .branch-sheet-chips {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    margin-bottom: 0.65rem;
    -webkit-overflow-scrolling: touch;
  }

  .branch-sheet-chip {
    flex-shrink: 0;
    border: 1px solid rgba(92, 50, 142, 0.16);
    background: #fff;
    color: #5C328E;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    cursor: pointer;
  }

  .branch-sheet-chip.is-on {
    background: #2A104E;
    color: #fff;
    border-color: #2A104E;
  }

  .branch-sheet-search {
    margin-bottom: 0.7rem;
  }

  .branch-sheet-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: grid;
    gap: 0.5rem;
    padding-bottom: 0.35rem;
  }

  body.branch-sheet-lock {
    overflow: hidden;
  }

  .uz-map-card {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

/* ==========================================================================
   CERTIFICATES PAGE
   ========================================================================== */

.certs-page {
  background: #F4F1F8;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-h));
  width: 100%;
  isolation: isolate;
}

.certs-hero {
  position: relative;
  padding: 5.2rem 2.5rem 7.8rem;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(126, 75, 191, 0.42), transparent 55%),
    linear-gradient(160deg, #120724 0%, #2A104E 50%, #1A0A32 100%);
  color: #FFFFFF;
  overflow: hidden;
}

.certs-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 75% 25%, black 18%, transparent 72%);
  pointer-events: none;
}

.certs-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.certs-hero-glow-a {
  width: 420px;
  height: 420px;
  background: rgba(255, 204, 0, 0.2);
  top: -120px;
  right: 6%;
  animation: aboutOrb 11s ease-in-out infinite alternate;
}

.certs-hero-glow-b {
  width: 300px;
  height: 300px;
  background: rgba(126, 75, 191, 0.5);
  bottom: -80px;
  left: -40px;
  animation: aboutOrb 13s ease-in-out infinite alternate-reverse;
}

.certs-hero-inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: start;
}

.certs-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  max-width: 14ch;
  margin: 0 0 1.2rem;
  color: #FFFFFF;
}

.certs-hero p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 34rem;
  margin: 0;
}

.certs-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.certs-hero-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.certs-hero-stats b {
  display: block;
  font-size: 1.45rem;
  color: #FFCC00;
  letter-spacing: -0.03em;
}

.certs-hero-stats span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.certs-pair-wrap {
  max-width: 1180px;
  margin: -3.4rem auto 0;
  padding: 0 2.5rem 3.4rem;
  position: relative;
  z-index: 3;
}

.certs-pair-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.2rem;
}

.certs-pair-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: #2A104E;
  letter-spacing: -0.035em;
  margin: 0.35rem 0 0.55rem;
}

.certs-pair-head p {
  margin: 0;
  color: #5C328E;
  opacity: 0.82;
  line-height: 1.65;
  font-weight: 600;
}

.certs-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem 2.2rem;
  align-items: stretch;
}

.cert-sheet {
  margin: 0;
  padding: 0;
  border: 0;
  background: #FFFFFF;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow:
    0 0 0 1px rgba(92, 50, 142, 0.08),
    0 22px 48px -22px rgba(42, 16, 78, 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cert-sheet:hover,
.cert-sheet:focus-visible {
  transform: translateY(-8px);
  box-shadow:
    0 0 0 1px rgba(92, 50, 142, 0.14),
    0 32px 64px -20px rgba(42, 16, 78, 0.42);
  outline: none;
}

.cert-sheet-mat {
  position: relative;
  background: linear-gradient(180deg, #f7f3fc 0%, #efe8f8 100%);
  padding: 14px 14px 10px;
}

.cert-sheet-mat::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 204, 0, 0.55);
  pointer-events: none;
  z-index: 1;
}

.cert-sheet-mat img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.414;
  object-fit: contain;
  object-position: center top;
  display: block;
  background: #ffffff;
  box-shadow: 0 10px 24px -16px rgba(42, 16, 78, 0.35);
}

.cert-sheet-zoom {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(8px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(18, 7, 36, 0.88);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cert-sheet-zoom svg {
  width: 14px;
  height: 14px;
}

.cert-sheet:hover .cert-sheet-zoom,
.cert-sheet:focus-visible .cert-sheet-zoom {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cert-sheet-meta {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 1.05rem 1.15rem 1.2rem;
  background: #FFFFFF;
}

.cert-sheet-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}

.cert-sheet-meta em {
  display: inline-block;
  font-style: normal;
  background: #FFCC00;
  color: #120724;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
}

.cert-sheet-meta h3 {
  margin: 0;
  min-height: 2.6em;
  font-size: 0.98rem;
  color: #2A104E;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.cert-sheet-meta p {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5C328E;
  opacity: 0.78;
}

.cert-sheet-std {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 800;
  color: #5C328E;
  background: #F4F1F8;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  white-space: nowrap;
}

.certs-cta-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 2.5rem 5rem;
}

.certs-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #120724 0%, #5C328E 100%);
  border-radius: 28px;
  padding: 2.6rem 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #FFFFFF;
}

.certs-cta-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -70px;
  top: -90px;
  background: rgba(255, 204, 0, 0.2);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}

.certs-cta h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0.5rem;
}

.certs-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 32rem;
}

.certs-cta > * {
  position: relative;
  z-index: 1;
}

.cert-lightbox .cert-lightbox-box {
  position: relative;
  width: min(640px, 94vw);
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.cert-lightbox-box img {
  width: auto;
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px -20px rgba(0, 0, 0, 0.55);
}

.cert-lightbox-box p {
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.cert-lightbox-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #FFCC00;
  color: #120724;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .certs-hero-glow-a,
  .certs-hero-glow-b,
  .certs-page .about-fade,
  .cert-sheet {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .certs-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .certs-pair {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .certs-hero,
  .certs-pair-wrap,
  .certs-cta-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .certs-hero {
    padding-top: 3.4rem;
    padding-bottom: 5.5rem;
  }

  .certs-pair-wrap {
    margin-top: -2rem;
  }

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

/* ==========================================================================
   LANDING PAGE (Pharmagency-style one-scroll corporate portal)
   ========================================================================== */

html {
  scroll-padding-top: 88px;
}

.landing-page .about-hero,
.landing-page .branches-hero,
.landing-page .careers-hero,
.landing-page .news-hero,
.landing-page .certs-hero,
.landing-page .contact-hero,
.landing-page .about-cta-wrap,
.landing-page .news-cta-wrap,
.landing-page .certs-cta-wrap,
.landing-page .contact-cta-wrap {
  display: none !important;
}

.landing-page .about-page,
.landing-page .branches-page,
.landing-page .careers-page,
.landing-page .news-page,
.landing-page .certs-page,
.landing-page .contact-page {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.lp-section {
  scroll-margin-top: calc(var(--site-header-h) + 12px);
  position: relative;
}

.landing-page .about-story {
  padding-top: 4.5rem;
}

.landing-page .branches-body,
.landing-page .careers-perks,
.landing-page .news-body,
.landing-page .certs-pair-wrap,
.landing-page .contact-body {
  margin-top: 0;
  padding-top: 4.2rem;
}

.lp-section + .lp-section {
  border-top: 1px solid rgba(92, 50, 142, 0.08);
}

/* ==========================================================================
   GLOBAL MOBILE POLISH — all phones
   ========================================================================== */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

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

@media (max-width: 767px) {
  .site-header-brand-inner {
    padding: 0.55rem 0.85rem;
    gap: 0.55rem;
  }

  .site-header-mobile {
    padding: 0.35rem 0.85rem 0.75rem;
    max-height: min(70svh, 420px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-mobile-link {
    padding: 0.72rem 0.85rem;
    font-size: 0.92rem;
  }

  .modal-overlay {
    align-items: flex-start;
    padding: 0.75rem;
    padding-top: calc(0.75rem + env(safe-area-inset-top, 0px));
  }

  .modal-container-3d,
  .modal-container-dark,
  .news-modal-box,
  .privacy-modal-box,
  .terms-modal-box {
    max-height: calc(100svh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    border-radius: 18px;
  }

  #job-modal-box.job-modal-wide {
    max-width: 100%;
    padding: 1rem !important;
  }

  .job-pharm-tabs {
    gap: 0.35rem;
  }

  .job-pharm-tab {
    font-size: 0.68rem;
    padding: 0.45rem 0.55rem;
  }

  .toast-box {
    left: 0.85rem;
    right: 0.85rem;
    bottom: calc(5.2rem + env(safe-area-inset-bottom, 0px));
    max-width: none;
  }

  .admin-shell {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .admin-login-card {
    padding: 1.35rem !important;
    border-radius: 20px;
  }

  .admin-login-card h2 {
    font-size: 1.35rem;
  }

  .admin-topbar {
    padding: 0.85rem 0.9rem 0.75rem !important;
  }

  .admin-title {
    font-size: 1.15rem !important;
    line-height: 1.2;
  }

  .admin-head-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .admin-head-actions .admin-lang {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .admin-head-actions > button {
    justify-content: center;
    min-height: 42px;
    width: 100%;
  }

  .admin-tabs {
    position: sticky;
    top: 0;
    z-index: 30;
    margin-top: 0.75rem !important;
    padding: 0.4rem !important;
    gap: 0.3rem !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #ffffff;
  }

  .admin-tabs::-webkit-scrollbar {
    display: none;
  }

  .admin-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 40px;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .admin-content {
    padding: 0.9rem 0.9rem 1.4rem !important;
  }

  .admin-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-toolbar h3 {
    font-size: 1.05rem;
  }

  .admin-toolbar-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.5rem;
  }

  .admin-toolbar-btns button,
  .admin-toolbar > button {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }

  .admin-table-wrap {
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .admin-table-wrap table {
    display: block;
    width: 100%;
  }

  .admin-table-wrap thead {
    display: none;
  }

  .admin-table-wrap tbody {
    display: grid;
    gap: 0.7rem;
  }

  .admin-table-wrap tr {
    display: grid;
    gap: 0.4rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.78);
  }

  .admin-table-wrap td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .admin-table-wrap td::before {
    content: attr(data-label);
    flex: 0 0 36%;
    max-width: 38%;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .admin-table-wrap td[data-label=""]::before,
  .admin-table-wrap td:last-child::before,
  .admin-table-wrap .admin-empty-cell::before {
    display: none;
  }

  .admin-table-wrap td:last-child,
  .admin-table-wrap .admin-empty-cell {
    justify-content: flex-start;
    padding-top: 0.35rem !important;
  }

  .admin-empty-cell {
    display: block !important;
    text-align: center !important;
  }

  .admin-row-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    white-space: normal;
    justify-content: stretch;
  }

  .admin-btn-edit,
  .admin-btn-del {
    min-height: 40px;
    padding: 0.45rem 0.6rem;
    border-radius: 10px;
    font-size: 0.75rem;
  }

  .admin-btn-edit {
    background: rgba(250, 204, 21, 0.12);
  }

  .admin-btn-del {
    background: rgba(244, 63, 94, 0.12);
  }

  .admin-geo-map {
    height: 180px;
  }

  .admin-tg-row {
    flex-direction: column;
  }

  .admin-tg-row button {
    width: 100%;
    justify-content: center;
  }

  #add-branch-modal .modal-container-3d,
  #add-vacancy-modal .modal-container-3d,
  #add-news-modal .modal-container-3d,
  #edit-application-modal .modal-container-3d,
  #telegram-import-modal .modal-container-dark {
    width: 100%;
    max-width: 100%;
    padding: 1rem !important;
  }

  #add-branch-modal input,
  #add-branch-modal select,
  #add-vacancy-modal input,
  #add-vacancy-modal select,
  #add-vacancy-modal textarea,
  #add-news-modal input,
  #add-news-modal textarea,
  #edit-application-modal input,
  #edit-application-modal select,
  #edit-application-modal textarea,
  #admin-user-input,
  #admin-pass-input,
  #tg-import-text,
  #tg-bot-token {
    font-size: 16px !important;
  }

  body:has(.admin-shell) .toast-box {
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .landing-page .about-story,
  .landing-page .branches-body,
  .landing-page .careers-perks,
  .landing-page .news-body,
  .landing-page .certs-pair-wrap,
  .landing-page .contact-body {
    padding-top: 1.15rem;
  }

  .branches-hero {
    padding-top: 1.5rem !important;
    padding-bottom: 0.6rem;
  }

  .careers-body,
  .news-body {
    padding-bottom: 1.6rem !important;
  }

  .about-hero-year strong {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }
}

.admin-login {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255, 204, 0, 0.18), transparent 55%),
    radial-gradient(900px 400px at 100% 0%, rgba(92, 50, 142, 0.16), transparent 50%),
    #F6F3FB;
}

.admin-login-card {
  width: min(440px, 100%);
  background: #ffffff;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 28px;
  padding: 2rem 1.6rem 1.5rem;
  box-shadow: 0 24px 50px -28px rgba(42, 16, 78, 0.35);
}

.admin-login-brand {
  text-align: center;
  margin-bottom: 1.1rem;
}

.admin-login-mark,
.admin-brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #FFCC00;
  color: #2A104E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  box-shadow: 0 10px 22px -12px rgba(42, 16, 78, 0.45);
}

.admin-login-mark svg,
.admin-brand-mark svg {
  width: 26px;
  height: 26px;
}

.admin-login-card h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
  color: #2A104E;
}

.admin-login-card p {
  margin: 0.4rem 0 0;
  color: #5C328E;
  font-size: 0.86rem;
}

.admin-login-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.admin-login-form label span {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5C328E;
  margin-bottom: 0.35rem;
}

.admin-login-form input {
  width: 100%;
  border: 1px solid rgba(92, 50, 142, 0.16);
  background: #F8F6FC;
  color: #2A104E;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font-weight: 600;
}

.admin-login-form input:focus {
  outline: none;
  border-color: #5C328E;
  background: #fff;
}

.admin-pass-wrap {
  position: relative;
  display: block;
}

.admin-pass-wrap button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #5C328E;
  cursor: pointer;
}

.admin-login-error {
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.25);
  color: #be123c;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.admin-login-submit {
  width: 100%;
  justify-content: center;
  padding: 0.95rem 1rem;
}

.admin-login-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 1rem;
  border: 0;
  background: none;
  color: #5C328E;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.admin-topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(92, 50, 142, 0.1);
  padding: 1rem 1.2rem 0.85rem;
}

.admin-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.admin-brand-mark {
  margin: 0;
  flex-shrink: 0;
}

.admin-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #2A104E;
  line-height: 1.25;
}

.admin-head-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-head-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(92, 50, 142, 0.14);
  background: #F8F6FC;
  color: #2A104E;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  cursor: pointer;
}

.admin-head-btn svg {
  width: 15px;
  height: 15px;
  color: #5C328E;
}

.admin-head-btn--out {
  background: rgba(244, 63, 94, 0.08);
  border-color: rgba(244, 63, 94, 0.18);
  color: #be123c;
}

.admin-head-btn--out svg {
  color: #be123c;
}

.admin-tabs {
  max-width: 1280px;
  margin: 0.9rem auto 0;
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.35rem;
  background: #F6F3FB;
  border-radius: 16px;
}

.admin-tab {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #5C328E;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.62rem 0.95rem;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.admin-tab.is-on {
  background: #FFCC00;
  color: #2A104E;
}

.admin-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.35rem 1.2rem 2.4rem;
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.admin-toolbar h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #2A104E;
}

.admin-toolbar-btns {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-add-btn {
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
}

.admin-dash {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.admin-stat {
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 22px;
  padding: 1.15rem 1.2rem;
  cursor: pointer;
  box-shadow: 0 14px 36px -22px rgba(42, 16, 78, 0.28);
}

.admin-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.admin-stat-icon svg {
  width: 20px;
  height: 20px;
}

.admin-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5C328E;
}

.admin-stat strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.8rem;
  color: #2A104E;
}

.admin-grid {
  display: grid;
  gap: 0.9rem;
}

.admin-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-item-card {
  background: #ffffff;
  border: 1px solid rgba(92, 50, 142, 0.1);
  border-radius: 22px;
  padding: 1.15rem 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 14px 36px -22px rgba(42, 16, 78, 0.28);
}

.admin-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.admin-code,
.admin-chip,
.admin-chip-24,
.admin-date {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5C328E;
  background: rgba(92, 50, 142, 0.08);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.admin-chip-24 {
  background: #FFCC00;
  color: #2A104E;
}

.admin-item-card h4 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 900;
  color: #2A104E;
  line-height: 1.3;
}

.admin-item-meta,
.admin-item-addr,
.admin-item-desc,
.admin-item-role {
  margin: 0;
  color: #5C328E;
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-item-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
}

.admin-item-meta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.admin-item-addr,
.admin-item-desc {
  opacity: 0.85;
  margin-top: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.admin-item-role {
  font-weight: 800;
  margin-top: 0.4rem;
}

.admin-job-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #5C328E;
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.admin-job-icon svg {
  width: 20px;
  height: 20px;
}

.admin-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  margin: 0.7rem 0 0.45rem;
  color: #5C328E;
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.admin-meta-row svg {
  width: 14px;
  height: 14px;
}

.admin-pay {
  font-size: 0.92rem;
  font-weight: 900;
  color: #2A104E;
  margin-bottom: 0.75rem;
}

.admin-news-media {
  margin: -1.15rem -1.15rem 0.9rem;
  height: 140px;
  background: #2A104E;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

.admin-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 38px;
  border-radius: 12px;
  border: 0;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.admin-btn svg {
  width: 14px;
  height: 14px;
}

.admin-btn--edit {
  background: rgba(255, 204, 0, 0.22);
  color: #2A104E;
}

.admin-btn--del {
  background: rgba(244, 63, 94, 0.1);
  color: #be123c;
}

.admin-btn--ghost {
  background: #ffffff;
  border: 1px solid rgba(92, 50, 142, 0.16);
  color: #5C328E;
  padding: 0.65rem 0.9rem;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.26rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
}

.admin-badge--ok {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

.admin-badge--warn {
  background: rgba(245, 158, 11, 0.16);
  color: #b45309;
}

.admin-badge--info {
  background: rgba(14, 165, 233, 0.14);
  color: #0369a1;
}

.admin-badge--mute {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

.admin-empty {
  background: #ffffff;
  border: 1px dashed rgba(92, 50, 142, 0.22);
  border-radius: 22px;
  padding: 2rem 1rem;
  text-align: center;
  color: #5C328E;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .admin-dash,
  .admin-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .admin-dash,
  .admin-grid--3,
  .admin-grid--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .home-hero-mobile-title {
    font-size: 1.42rem;
  }

  .home-hero-mobile-sheet {
    padding: 1.1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .header-logo-clean {
    max-width: min(200px, 52vw);
  }
}

@media (hover: none) and (pointer: coarse) {
  .floating-call-text {
    display: none !important;
  }

  .floating-call-widget,
  .floating-call-widget:hover {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    justify-content: center !important;
    transform: none !important;
  }
}

