/* Content CSS bundle: policy — generated, do not edit *//* Sources: menu.css + policy_page.css */
/* >>> menu.css >>> */
/* Menu dropdown + v-cloak (shared site navigation) */

[v-cloak] {
  display: none !important;
}

.dropdown {
  position: relative !important;
}

.dropdown-toggle {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  text-align: left !important;
  background-color: #f0f0f0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 1px 0 !important;
  min-width: 200px !important;
  z-index: 9999 !important;
  margin-top: 0 !important;
  line-height: 2.5rem !important;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -4px;
  right: -4px;
  height: 12px;
  background: transparent;
  z-index: 9999;
}

.dropdown::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  bottom: -15px;
  background: transparent;
  z-index: 1;
}

.dropdown.open .dropdown-menu {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(226, 232, 240, 1) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
    padding: 6px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1.6 !important;
  }

  .dropdown-menu::before {
    top: -16px;
    left: -6px;
    right: -6px;
    height: 16px;
  }

  .dropdown-menu a {
    padding: 8px 16px;
    color: #334155;
    transition: all 0.15s;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .dropdown-menu a:hover {
    background-color: rgba(248, 250, 252, 1);
    color: #0284c7;
  }

  .nav-link,
  .nav-link span,
  .dropdown > .nav-link,
  .dropdown > button.nav-link {
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dropdown-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: max-content !important;
    max-width: 450px !important;
    padding: 12px !important;
  }
}

/* PC / tablet top-nav chips — distinct soft backgrounds */
@media screen and (min-width: 768px) {
  .nav-chip {
    padding: 0.35rem 0.7rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid transparent;
    font-weight: 600 !important;
  }

  .nav-chip:hover {
    filter: brightness(0.97);
  }

  .nav-chip--us {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
  }

  .nav-chip--us:hover {
    background: #bfdbfe !important;
    color: #1e3a8a !important;
  }

  .nav-chip--ru {
    background: #fee2e2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
  }

  .nav-chip--ru:hover {
    background: #fecaca !important;
    color: #7f1d1d !important;
  }

  .nav-chip--ca {
    background: #dcfce7 !important;
    color: #166534 !important;
    border-color: #bbf7d0 !important;
  }

  .nav-chip--ca:hover {
    background: #bbf7d0 !important;
    color: #14532d !important;
  }

  .nav-chip--au {
    background: #fef3c7 !important;
    color: #92400e !important;
    border-color: #fde68a !important;
  }

  .nav-chip--au:hover {
    background: #fde68a !important;
    color: #78350f !important;
  }

  .nav-chip--other {
    background: #e0e7ff !important;
    color: #3730a3 !important;
    border-color: #c7d2fe !important;
  }

  .nav-chip--other:hover {
    background: #c7d2fe !important;
    color: #312e81 !important;
  }

  .nav-chip--tools {
    background: #ffedd5 !important;
    color: #9a3412 !important;
    border-color: #fed7aa !important;
  }

  .nav-chip--tools:hover {
    background: #fed7aa !important;
    color: #7c2d12 !important;
  }

  .nav-chip--holidays {
    background: #fce7f3 !important;
    color: #9d174d !important;
    border-color: #fbcfe8 !important;
  }

  .nav-chip--holidays:hover {
    background: #fbcfe8 !important;
    color: #831843 !important;
  }

  .nav-chip--guides {
    background: #f3e8ff !important;
    color: #6b21a8 !important;
    border-color: #e9d5ff !important;
  }

  .nav-chip--guides:hover {
    background: #e9d5ff !important;
    color: #581c87 !important;
  }
}

/* —— Mobile header: brand row + quick-link chips —— */
.mm-nav {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 50;
}

.mm-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 12px 0 14px;
  gap: 8px;
}

.mm-nav__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}

.mm-nav__logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mm-nav__logo svg {
  width: 20px;
  height: 20px;
}

.mm-nav__title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.mm-nav__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.mm-nav__menu-btn:active {
  background: #e2e8f0;
}

.mm-nav__menu-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.mm-chip-row {
  height: 40px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.mm-chip-row__track {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mm-chip-row__track::-webkit-scrollbar {
  display: none;
}

.mm-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.mm-chip--tool {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

.mm-chip--country {
  background: #dbeafe;
  color: #1e40af;
  border-color: #bfdbfe;
}

.mm-chip--guides {
  background: #f3e8ff;
  color: #6b21a8;
  border-color: #e9d5ff;
}

.mm-chip.is-active {
  box-shadow: inset 0 0 0 1px currentColor;
  filter: brightness(0.97);
}

.mm-chip-sep {
  flex: 0 0 auto;
  width: 1px;
  height: 16px;
  margin: 0 2px;
  background: #cbd5e1;
}

.mm-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: min(320px, 88vw);
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.mm-drawer__inner {
  padding: 14px 16px 18px;
}

.mm-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mm-drawer__label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.mm-drawer__section a {
  display: block;
  padding: 9px 4px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
}

.mm-drawer__section a:active {
  color: #2563eb;
}

.mm-drawer__rule {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
}

/* Desktop/mobile menus without Vue (breakpoint matches former isMobile) */
.country-nav-desktop {
  display: none;
}

.country-nav-mobile {
  display: block;
}

@media (min-width: 1280px) {
  .country-nav-desktop {
    display: block;
  }

  .country-nav-mobile {
    display: none;
  }
}

/* >>> policy_page.css >>> */
/* Policy / Legal pages */
.policy-page {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #334155;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.policy-page main {
  /* menu.php already inserts a h-16 spacer under the fixed nav */
  padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
  .policy-page main {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.policy-container {
  max-width: 780px;
  margin: 0 auto;
}

/* Page header */
.policy-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.policy-header h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0c4a6e;
}

.policy-subheading {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #64748b;
  font-weight: 400;
}

/* Content card */
.policy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  padding: clamp(1.5rem, 4vw, 2.75rem);
}

/* Prose typography */
.policy-prose {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #334155;
}

.policy-prose > p:first-of-type:not(.doc-meta) {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
}

.policy-prose p {
  margin: 0 0 1.25rem;
}

.policy-prose h2 {
  margin: 2.25rem 0 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e0f2fe;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.policy-prose h2:first-child {
  margin-top: 0;
}

.policy-prose ul {
  margin: 0 0 1.5rem;
  padding-left: 1.375rem;
}

.policy-prose li {
  margin-bottom: 0.625rem;
  line-height: 1.7;
  padding-left: 0.25rem;
}

.policy-prose li::marker {
  color: #0369a1;
}

.policy-prose a {
  color: #0369a1;
  text-decoration: underline;
  text-decoration-color: rgba(3, 105, 161, 0.35);
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.policy-prose a:hover {
  color: #0c4a6e;
  text-decoration-color: #0c4a6e;
}

.policy-prose strong {
  font-weight: 600;
  color: #1e293b;
}

.policy-prose blockquote {
  margin: 1.5rem 0;
  padding: 1.125rem 1.375rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 4px solid #0284c7;
  border-radius: 0 10px 10px 0;
}

.policy-prose blockquote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #1e40af;
}

.policy-prose hr {
  margin: 2.5rem 0 1.5rem;
  border: none;
  border-top: 1px solid #e2e8f0;
}

.policy-prose small,
.policy-prose .doc-meta {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

.policy-prose .doc-meta {
  margin: 0 0 1.5rem;
  padding: 0.625rem 1rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  text-align: center;
}
