﻿:root {
  --bg: #050b14;
  --bg-2: #081423;
  --panel: rgba(9, 18, 33, 0.82);
  --panel-strong: rgba(11, 24, 44, 0.92);
  --panel-soft: rgba(14, 30, 53, 0.54);
  --line: rgba(150, 199, 255, 0.1);
  --line-strong: rgba(128, 229, 255, 0.2);
  --text: #f1f7ff;
  --muted: #99aeca;
  --muted-strong: #c5d5ea;
  --accent: #74e8ff;
  --accent-2: #89a8ff;
  --accent-3: #b3f3ff;
  --silver: #d9e8f5;
  --success: #7dffc7;
  --warning: #ffd98b;
  --danger: #ff8f9f;
  --shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.32);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.2);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1220px;
  --transition: 220ms ease;
}

/* Rates-first admin workflow */
.quick-admin-form {
  gap: 16px;
}

.admin-save-bar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(116, 232, 255, 0.24);
  border-radius: 20px;
  background: rgba(7, 18, 31, 0.94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.admin-save-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-strong);
  font-size: 0.9rem;
}

.save-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 14px rgba(125, 255, 199, 0.6);
}

.admin-form.is-dirty .save-status-dot {
  background: var(--warning);
  box-shadow: 0 0 14px rgba(255, 217, 139, 0.55);
}

.admin-save-button {
  min-width: 210px;
  min-height: 48px;
}

.daily-rates-editor {
  overflow: hidden;
  border-color: rgba(116, 232, 255, 0.2);
}

.daily-rates-heading {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(260px, 1.25fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.step-label,
.daily-rates-help strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.rate-date-field {
  font-weight: 700;
}

.rate-date-field input {
  max-width: 280px;
  font-size: 1.05rem;
  color-scheme: dark;
}

.rate-date-field input::-webkit-calendar-picker-indicator {
  opacity: 0.92;
  filter: invert(1) brightness(1.35);
  cursor: pointer;
}

.daily-rates-help span {
  color: var(--muted);
}

.currency-table-editor {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.currency-editor-head,
.currency-table-editor .currency-editor {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(120px, 0.75fr) minmax(120px, 0.75fr);
  gap: 14px;
  align-items: center;
}

.currency-editor-head {
  padding: 11px 16px;
  color: var(--muted);
  background: rgba(116, 232, 255, 0.055);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.currency-table-editor .currency-editor {
  padding: 10px 16px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.currency-editor-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
}

.currency-editor-name img {
  width: 34px;
  height: 24px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
}

.currency-table-editor .currency-editor label span {
  display: none;
}

.currency-table-editor .currency-editor input {
  padding: 11px 13px;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}

.admin-disclosure {
  padding: 0;
}

.admin-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.admin-disclosure > summary::-webkit-details-marker {
  display: none;
}

.admin-disclosure > summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-size: 1.35rem;
}

.admin-disclosure[open] > summary::after {
  content: "−";
}

.admin-disclosure summary span {
  display: grid;
  gap: 4px;
}

.admin-disclosure summary strong {
  font-size: 1.05rem;
}

.admin-disclosure summary small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 400;
}

.disclosure-content,
.admin-security-content {
  padding: 0 22px 22px;
  border-top: 1px solid var(--line);
}

.disclosure-content {
  padding-top: 20px;
}

.security-disclosure {
  margin-top: 18px;
  padding: 0;
}

.admin-security-content .admin-security-heading {
  padding-top: 22px;
}

@media (max-width: 700px) {
  .admin-shell {
    padding: 14px;
  }

  .admin-header-card h1 {
    font-size: 2rem;
  }

  .admin-save-bar {
    top: 6px;
    padding: 9px;
  }

  .admin-save-status {
    display: none;
  }

  .admin-save-button {
    width: 100%;
    min-width: 0;
  }

  .daily-rates-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rate-date-field input {
    max-width: none;
  }

  .currency-editor-head {
    display: none;
  }

  .currency-table-editor .currency-editor {
    grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .currency-editor-name {
    gap: 8px;
    font-size: 0.95rem;
  }

  .currency-editor-name img {
    width: 28px;
    height: 20px;
  }

  .currency-table-editor .currency-editor label {
    gap: 4px;
  }

  .currency-table-editor .currency-editor label span {
    display: block;
    color: var(--muted);
    font-size: 0.7rem;
    text-align: center;
  }

  .currency-table-editor .currency-editor input {
    padding: 10px 7px;
    font-size: 1rem;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--text);
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(116, 232, 255, 0.16), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(137, 168, 255, 0.2), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(125, 255, 199, 0.08), transparent 30%),
    linear-gradient(160deg, #06111e 0%, #040912 48%, #08111c 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(116, 232, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 232, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

body::after {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.02) 45%, transparent 60%),
    radial-gradient(circle at 20% 75%, rgba(116, 232, 255, 0.06), transparent 22%);
  opacity: 0.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.site-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.ambient-orb,
.ambient-line {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.ambient-orb {
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.3;
}

.orb-1 {
  top: 90px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(116, 232, 255, 0.28), transparent 68%);
}

.orb-2 {
  top: 460px;
  left: -90px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(137, 168, 255, 0.22), transparent 68%);
}

.ambient-line {
  top: 180px;
  right: 6%;
  width: 240px;
  height: 240px;
  border-top: 1px solid rgba(116, 232, 255, 0.12);
  border-right: 1px solid rgba(116, 232, 255, 0.12);
  border-radius: 0 28px 0 0;
  opacity: 0.55;
}

.topbar,
.table-shell,
.notes-panel,
.info-card,
.form-card,
.login-card,
.map-card,
.gallery-card,
.footer,
.flash,
.page-hero,
.admin-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), var(--panel);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.topbar {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 26px;
  margin-bottom: 24px;
  background: rgba(7, 17, 30, 0.78);
  border-color: rgba(128, 229, 255, 0.16);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark strong,
.section-heading h1,
.section-heading h2,
.info-card h3,
.data-chip strong,
.admin-header-card h1,
.page-hero h1,
.gallery-copy h2,
.form-card h2,
.currency-editor h3 {
  font-family: "Space Grotesk", sans-serif;
}

.brand-mark strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

.brand-mark small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.brand-orb {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 30px rgba(116, 232, 255, 0.75);
}

.brand-orb::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(116, 232, 255, 0.25);
  border-radius: inherit;
}

.brand-status {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.84rem;
}

.brand-status.is-open {
  border: 1px solid rgba(125, 255, 199, 0.18);
  background: rgba(125, 255, 199, 0.06);
  color: var(--success);
}

.brand-status.is-closed {
  border: 1px solid rgba(255, 184, 107, 0.18);
  background: rgba(255, 184, 107, 0.06);
  color: var(--warning);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid transparent;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--text);
  border-color: rgba(116, 232, 255, 0.18);
  background: rgba(116, 232, 255, 0.08);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  padding: 11px 14px;
}

.nav-toggle-line {
  width: 18px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 -5px 0 currentColor;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(150, 199, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.lang-link {
  min-width: 44px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.lang-link:hover,
.lang-link.is-active {
  background: rgba(116, 232, 255, 0.12);
  color: var(--text);
}

.flash-wrap {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.flash {
  padding: 14px 18px;
  border-radius: 18px;
  color: var(--muted-strong);
}

.flash-success {
  border-color: rgba(125, 255, 199, 0.26);
}

.flash-error {
  border-color: rgba(255, 143, 159, 0.3);
}

main {
  display: grid;
  flex: 1 0 auto;
  align-content: start;
  gap: 24px;
}

main.main-centered-admin {
  display: flex;
  align-items: stretch;
}

main.main-centered-admin > .admin-page-layout {
  margin-block: auto;
  width: 100%;
}

main.main-centered-login {
  display: grid;
  align-content: center;
}

main.main-centered-login > .login-page-layout {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-3);
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.section-heading h1,
.section-heading h2,
.page-hero h1 {
  margin: 0 0 12px;
  line-height: 0.98;
}

.section-heading p,
.info-card p,
.gallery-copy p,
label,
.page-hero p,
.admin-subtitle,
.form-intro p {
  color: var(--muted);
}

.contact-pill,
.info-pills span,
.info-pills a,
.metric-card,
.data-chip,
.table-badge {
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.contact-pill,
.info-pills span,
.info-pills a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--muted-strong);
}

.contact-pill:hover,
.info-pills a:hover,
.stacked-links a:hover,
.text-link:hover {
  color: var(--accent);
}

.rates-section {
  display: grid;
  gap: 18px;
}

.rates-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)), var(--panel);
  box-shadow: var(--shadow-md);
}

.rates-topbar-copy .eyebrow {
  margin-bottom: 0;
}

.rates-topbar-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.section-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.section-heading-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.section-line {
  width: 36px;
  height: 1px;
  flex: 0 0 36px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.hours-badge span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.hours-badge strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--silver);
}

.date-accent {
  font-weight: 700;
  color: var(--silver);
}

.section-heading p {
  max-width: 420px;
}

.table-shell {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.table-shell-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.table-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rates-eyebrow-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.table-heading-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.table-shell-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-shell-header-right .hours-badge,
.table-shell-header-right .table-badge {
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)), var(--panel);
  box-shadow: var(--shadow-md);
}

.table-heading strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.table-heading small {
  color: var(--muted);
}

.table-badge {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.rates-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
}

.rates-table th,
.rates-table td {
  padding: 18px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(150, 199, 255, 0.08);
}

.rates-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warning);
  background: rgba(8, 20, 35, 0.96);
}

.rates-table tbody tr {
  transition: background var(--transition), transform var(--transition);
}

.rates-table tbody tr:hover {
  background: rgba(116, 232, 255, 0.04);
}

.rates-table tbody tr:last-child td {
  border-bottom: 0;
}

.currency-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  padding: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(116, 232, 255, 0.1);
  color: var(--silver);
  overflow: hidden;
}

.flag-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.flag-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(116, 232, 255, 0.18), rgba(137, 168, 255, 0.14));
  font-size: 0.72rem;
  font-weight: 700;
}

.currency-meta strong {
  display: block;
  font-size: 1rem;
}

.currency-meta span {
  color: var(--muted);
  font-size: 0.88rem;
}

.rate-pill {
  display: inline-flex;
  min-width: 88px;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.025);
}

.rate-pill.buy {
  color: var(--success);
}

.rate-pill.sell {
  color: #ffd1dc;
}

.notes-panel {
  position: relative;
  padding: 22px;
  border-radius: 30px;
  overflow: hidden;
}

.notes-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(116, 232, 255, 0.05), transparent 38%);
  pointer-events: none;
}

.notes-list {
  position: relative;
  display: grid;
  gap: 12px;
}


.faq-list {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item {
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(116, 232, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 16px 18px;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.32;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(116, 232, 255, 0.24);
  flex: 0 0 22px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform var(--transition), opacity var(--transition);
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}
.note-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(150, 199, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  transition: transform var(--transition), border-color var(--transition);
}

.note-item:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 232, 255, 0.24);
}

.note-marker {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(116, 232, 255, 0.24), rgba(125, 255, 199, 0.12));
  color: var(--accent-3);
  font-size: 0.84rem;
}

.bottom-grid,
.location-grid,
.gallery-grid,
.login-layout,
.admin-grid,
.contact-strip {
  display: grid;
  gap: 20px;
}

.bottom-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 22px;
  border-radius: 26px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.info-card:hover,
.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(116, 232, 255, 0.22);
  box-shadow: var(--shadow-lg);
}

.info-card h3,
.gallery-copy h2,
.form-card h2 {
  margin: 0 0 12px;
}

.stacked-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.stacked-links a,
.text-link {
  color: var(--muted-strong);
  transition: color var(--transition);
}

.stacked-links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.contact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-strip .info-card {
  min-height: 100%;
}

.counter-card {
  display: grid;
  align-content: start;
  justify-items: stretch;
  gap: 12px;
}

.counter-display {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 116px;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(116, 232, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(116, 232, 255, 0.12), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 50% 0%, rgba(103, 255, 181, 0.14), transparent 58%),
    rgba(5, 14, 25, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -18px 38px rgba(0, 0, 0, 0.18);
}

.counter-display::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055) 0,
    rgba(255, 255, 255, 0.055) 1px,
    transparent 1px,
    transparent 8px
  );
  opacity: 0.32;
  pointer-events: none;
}

.counter-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(103, 255, 181, 0.12);
  filter: blur(34px);
}

.counter-value {
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.15rem);
  font-weight: 700;
  line-height: 1;
  color: var(--silver);
  text-shadow: 0 0 24px rgba(116, 232, 255, 0.18);
}

.counter-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.moneygram-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 71, 87, 0.08), rgba(255, 196, 0, 0.03)),
    rgba(11, 19, 32, 0.82);
  box-shadow: var(--shadow-md);
}

.moneygram-logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 52px;
  object-fit: contain;
  object-position: center center;
  margin: 0;
}

.moneygram-copy h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.moneygram-copy p {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
}

.page-hero {
  position: relative;
  padding: 26px;
  border-radius: 30px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(116, 232, 255, 0.07), transparent 36%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
}

.page-hero-copy {
  max-width: 700px;
}

.page-hero p {
  max-width: 58ch;
}

.page-hero-panel {
  min-width: 240px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.page-hero-panel span {
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}

.page-hero-panel strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.address-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(116, 232, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)), var(--panel);
  color: var(--text);
  box-shadow: var(--shadow-md);
}

.address-bar .eyebrow {
  margin-bottom: 0;
}

.location-contact-card .eyebrow {
  padding: 7px 16px;
  border-radius: 14px;
  border: 1px solid rgba(116, 232, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-md);
}


.address-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(116, 232, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition), color var(--transition);
}

.address-box:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 232, 255, 0.24);
  box-shadow: var(--shadow-lg);
  color: var(--accent);
}

.address-box strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.contact-phone-list {
  display: grid;
  gap: 14px;
  justify-items: center;
  align-content: start;
  margin-block: auto 10px;
}

.contact-phone-list-compact {
  justify-items: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.homepage-contact-card {
  border-radius: 26px;
  overflow: hidden;
}

.call-button {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 72px;
  padding-right: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3b30, #c40d08);
  color: #fff8f8;
  box-shadow: 0 18px 28px rgba(116, 11, 8, 0.28);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.call-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(116, 11, 8, 0.34);
  filter: brightness(1.03);
}

.call-button-icon {
  position: relative;
  width: 78px;
  height: 78px;
  margin: -3px 14px -3px -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 78px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.9) 42%, rgba(218, 221, 228, 0.85) 72%, rgba(194, 198, 208, 0.92));
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.8),
    inset 0 -4px 8px rgba(97, 104, 117, 0.18),
    0 10px 16px rgba(16, 22, 34, 0.18);
}

.call-button-icon-ring {
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  border: 1px solid rgba(214, 24, 18, 0.16);
}

.call-button-icon svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #d91d15;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.call-button-body {
  display: grid;
  gap: 3px;
  padding-right: 8px;
}

.call-button-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 244, 244, 0.88);
}

.call-button strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  letter-spacing: 0.06em;
  line-height: 1;
}

.call-button-compact {
  min-height: 60px;
  padding-right: 18px;
}

.call-button-compact .call-button-icon {
  width: 62px;
  height: 62px;
  margin: -2px 12px -2px -2px;
  flex-basis: 62px;
}

.call-button-compact .call-button-icon-ring {
  inset: 8px;
}

.call-button-compact .call-button-icon svg {
  width: 26px;
  height: 26px;
}

.call-button-compact .call-button-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.call-button-compact strong {
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.form-page,
.content-page {
  display: grid;
  gap: 22px;
}

.form-page.narrow {
  max-width: 560px;
  margin-inline: auto;
}

.login-layout {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.form-intro,
.login-card {
  border-radius: 30px;
}

.form-intro {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(116, 232, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 20, 35, 0.72);
  border: 1px solid var(--line);
}

.login-highlights {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.login-highlight {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(116, 232, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.login-highlight strong {
  display: block;
  margin-bottom: 5px;
  color: var(--silver);
}

.login-card {
  padding: 28px;
  width: 100%;
}

.admin-form {
  display: grid;
  gap: 20px;
}

.admin-shell {
  padding: 22px;
  border-radius: 30px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.admin-header-card {
  max-width: 720px;
}

.admin-header-card h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.admin-subtitle {
  margin: 0;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.form-card {
  padding: 22px;
  border-radius: 26px;
}

.form-card-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 18px;
}

.form-card-header span {
  color: var(--muted);
  font-size: 0.9rem;
}

.form-stack {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--text);
  border-radius: 15px;
  border: 1px solid rgba(150, 199, 255, 0.13);
  background: rgba(3, 9, 18, 0.72);
  outline: 0;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

textarea {
  min-height: 92px;
  resize: vertical;
  font: inherit;
}

input:focus,
textarea:focus {
  border-color: rgba(116, 232, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(116, 232, 255, 0.08);
  transform: translateY(-1px);
}

.currency-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gallery-admin-grid,
.admin-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery-editor {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(150, 199, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.gallery-editor-preview {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(150, 199, 255, 0.12);
}

.gallery-editor-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-editor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gallery-editor-num {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary, rgba(180, 210, 255, 0.55));
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.gallery-delete-btn {
  font-size: 0.78rem;
  padding: 5px 14px;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 80, 80, 0.32);
  background: rgba(255, 50, 50, 0.08);
  color: rgba(255, 140, 140, 0.9);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.gallery-delete-btn:hover {
  background: rgba(255, 50, 50, 0.18);
  border-color: rgba(255, 80, 80, 0.55);
}

.gallery-editor-type-row {
  display: flex;
  align-items: center;
}

.gallery-type-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  margin: 0;
}

.gallery-editor-deleted {
  opacity: 0.35;
  pointer-events: none;
  position: relative;
}

.gallery-editor-deleted::after {
  content: "Ќе биде избришано при зачувување";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(255, 140, 140, 0.85);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 22px;
  pointer-events: none;
}

.gallery-editor-new {
  border-color: rgba(116, 232, 255, 0.2);
  background: rgba(116, 232, 255, 0.03);
}

.gallery-add-wrap {
  padding: 20px 0 4px;
  display: flex;
  justify-content: flex-start;
}

.gallery-url-label {
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--text-secondary, rgba(180, 210, 255, 0.55));
}

.gallery-video-current {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(116, 232, 255, 0.06);
  border: 1px solid rgba(116, 232, 255, 0.12);
  margin: 8px 0;
}

.gallery-video-current-label {
  font-size: 0.75rem;
  color: var(--text-secondary, rgba(180, 210, 255, 0.55));
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gallery-video-current-path {
  font-size: 0.8rem;
  word-break: break-all;
  color: rgba(116, 232, 255, 0.8);
}

.currency-editor {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(150, 199, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.currency-editor h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}

.currency-editor h3::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(116, 232, 255, 0.45);
}

.form-submit {
  display: flex;
  justify-content: flex-end;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 22px;
  cursor: pointer;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.primary-btn {
  border: 0;
  color: #021019;
  background: linear-gradient(135deg, var(--accent), var(--success));
  box-shadow: 0 14px 28px rgba(116, 232, 255, 0.22);
}

.secondary-btn {
  color: var(--text);
  border: 1px solid rgba(150, 199, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.danger-btn {
  border-color: rgba(255, 100, 100, 0.24);
  background: rgba(255, 70, 70, 0.08);
  color: #ffd8d8;
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.login-helper {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 56px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  cursor: pointer;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.password-toggle:hover {
  background: rgba(116, 232, 255, 0.1);
  color: var(--accent);
}

.password-toggle:focus-visible {
  outline: 2px solid rgba(116, 232, 255, 0.34);
  outline-offset: 2px;
}

.password-toggle svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-toggle .password-toggle-hide {
  display: none;
}

.password-toggle.is-visible .password-toggle-show {
  display: none;
}

.password-toggle.is-visible .password-toggle-hide {
  display: inline-flex;
}

.admin-security {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.admin-security-heading h2 {
  margin: 10px 0 8px;
}

.admin-security-heading p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}

.security-status-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 20px;
  border: 1px solid rgba(150, 199, 255, 0.1);
  background: rgba(255, 255, 255, 0.028);
}

.security-status-card.is-enabled {
  border-color: rgba(95, 232, 168, 0.2);
  background: rgba(95, 232, 168, 0.08);
}

.security-status-card p {
  margin: 0;
  color: var(--muted);
}

.totp-setup-card {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 22px;
  border: 1px solid rgba(150, 199, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.totp-qr-shell {
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.totp-qr-shell svg {
  width: 100%;
  height: auto;
  max-width: 160px;
  display: block;
}

.totp-setup-copy {
  display: grid;
  gap: 12px;
}

.totp-setup-copy p {
  margin: 0;
  color: var(--muted);
}

.totp-secret-box {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(150, 199, 255, 0.13);
  background: rgba(3, 9, 18, 0.56);
}

.totp-secret-box span {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.totp-secret-box strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.08em;
  word-break: break-all;
}

.totp-uri-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.content-page {
  gap: 22px;
}

.centered-page-layout {
  min-height: var(--centered-layout-height, auto);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-grid {
  grid-template-columns: 0.94fr 1.06fr;
  width: 100%;
}

.location-contact-card {
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 100%;
}

.map-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 30px;
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 22, 0.08), transparent 20%);
  pointer-events: none;
  z-index: 1;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.gallery-stage {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)), var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.gallery-topline {
  padding: 4px 4px 0;
}

.gallery-topline .eyebrow {
  padding: 7px 16px;
  border-radius: 14px;
  border: 1px solid rgba(116, 232, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-md);
}

.gallery-stage-media {
  position: relative;
  min-height: clamp(320px, 60vw, 620px);
  overflow: hidden;
  background: rgba(3, 11, 22, 0.9);
}

.gallery-stage-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 13, 24, 0.75));
  pointer-events: none;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 1200ms ease;
}

.gallery-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.gallery-slide img,
.gallery-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-stage-controls {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.gallery-control {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(150, 199, 255, 0.16);
  background: rgba(7, 17, 30, 0.52);
  color: var(--text);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.gallery-control:hover {
  transform: translateY(-1px);
  background: rgba(10, 24, 42, 0.72);
  border-color: rgba(116, 232, 255, 0.22);
}

.gallery-control span {
  font-size: 1.45rem;
  line-height: 1;
}

.gallery-stage-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 20px;
}

.gallery-stage-copy {
  position: relative;
  min-height: 108px;
  flex: 1 1 auto;
}

.gallery-slide-copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.gallery-slide-copy.is-active {
  opacity: 1;
  transform: translateY(0);
}

.gallery-stage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-3);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-stage-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.gallery-slide-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.gallery-slide-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
}

.gallery-stage-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(150, 199, 255, 0.18);
  transition: transform var(--transition), background var(--transition), width var(--transition);
}

.gallery-dot.is-active {
  width: 30px;
  background: linear-gradient(90deg, var(--accent), rgba(137, 168, 255, 0.92));
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 28px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.footer-brand p,
.footer-meta {
  color: var(--muted);
}

.footer-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-rights-block {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.footer-corp {
  color: var(--muted);
  opacity: 0.8;
}

.footer-sep {
  color: var(--muted);
  opacity: 0.4;
}

.footer-rights-text {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  opacity: 0.6;
}

.footer-year-accent {
  color: #ffffff;
  font-weight: 700;
}

.contact-dock {
  --contact-dock-mobile-gap: 22px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 12px;
}

.contact-dock-anchor {
  height: 0;
  pointer-events: none;
}

.contact-float {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #f8f5ff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.contact-float:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.contact-float-viber {
  border: 1px solid rgba(182, 135, 255, 0.26);
  background: linear-gradient(135deg, rgba(115, 96, 242, 0.9), rgba(92, 74, 214, 0.84));
  box-shadow: 0 18px 38px rgba(68, 43, 152, 0.34);
}

.contact-float-viber:hover {
  box-shadow: 0 22px 42px rgba(68, 43, 152, 0.4);
}

.contact-float-whatsapp {
  border: 1px solid rgba(79, 217, 155, 0.26);
  background: linear-gradient(135deg, rgba(26, 164, 92, 0.92), rgba(20, 135, 77, 0.84));
  box-shadow: 0 18px 38px rgba(12, 103, 58, 0.32);
}

.contact-float-whatsapp:hover {
  box-shadow: 0 22px 42px rgba(12, 103, 58, 0.4);
}

.contact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.contact-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.contact-text {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .login-layout,
  .admin-grid,
  .location-grid,
  .gallery-grid,
  .bottom-grid,
  .contact-strip,
  .footer {
    grid-template-columns: 1fr;
  }

  .page-hero-content,
  .admin-header,
  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .page-hero-panel {
    min-width: 0;
  }

  .section-heading-meta,
  .rates-topbar-meta {
    width: 100%;
    justify-content: flex-start;
  }

  .rates-topbar {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .topbar {
    top: 8px;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 22px;
  }

  .brand-status {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(150, 199, 255, 0.1);
  }

  .main-nav.is-open {
    display: flex;
  }

  .header-tools {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
  }

  .lang-switcher {
    align-self: flex-end;
  }

  .notes-panel,
  .info-card,
  .form-card,
  .login-card,
  .form-intro,
  .page-hero,
  .admin-shell {
    padding: 18px;
  }

  .currency-admin-grid {
    grid-template-columns: 1fr;
  }

  .gallery-admin-grid,
  .admin-security-grid,
  .totp-setup-card {
    grid-template-columns: 1fr;
  }

  .rates-table th,
  .rates-table td {
    padding: 14px 12px;
  }

  .table-shell {
    border-radius: 24px;
  }

  .table-shell-header {
    align-items: start;
    flex-direction: column;
    padding: 16px;
  }

  .table-shell-header-right {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }

  .table-badge {
    width: 100%;
    border-radius: 16px;
    padding: 12px 14px;
    text-align: center;
  }

  .rates-topbar {
    padding: 14px 16px;
    border-radius: 22px;
  }

  .footer {
    padding: 18px;
    border-radius: 22px;
  }

  .contact-dock {
    --contact-dock-mobile-gap: 18px;
    right: 18px;
    bottom: 18px;
  }
}

/* Keep the admin workflow overrides after the legacy component rules. */
.admin-disclosure,
.security-disclosure {
  padding: 0;
}

@media (max-width: 700px) {
  .admin-shell {
    padding: 14px;
  }
}

.admin-logout-btn {
  border-color: rgba(255, 92, 112, 0.72);
  background: linear-gradient(135deg, rgba(224, 52, 75, 0.94), rgba(165, 28, 49, 0.96));
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(190, 35, 58, 0.24);
}

.admin-logout-btn:hover {
  border-color: rgba(255, 132, 146, 0.94);
  background: linear-gradient(135deg, #ef4762, #bc253e);
}

.working-hours-quick-field label {
  font-weight: 700;
}

.working-hours-quick-field input {
  font-size: 1rem;
}

.rates-entry-help {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 12px;
}

.rates-entry-help strong {
  margin: 0;
  white-space: nowrap;
}

.remember-me-field {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  padding: 13px 14px;
  border: 1px solid rgba(150, 199, 255, 0.13);
  border-radius: 15px;
  background: rgba(3, 9, 18, 0.44);
  cursor: pointer;
}

.remember-me-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.remember-me-field span {
  display: grid;
  gap: 3px;
}

.remember-me-field small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

@media (max-width: 700px) {
  .rates-entry-help {
    display: grid;
    gap: 5px;
  }
}

@media (max-width: 640px) {
  .faq-item summary {
    min-height: 58px;
    padding: 14px 15px;
    font-size: 0.96rem;
  }

  .faq-item p {
    padding: 0 15px 15px;
    font-size: 0.95rem;
  }


  body::before {
    background-size: 34px 34px;
  }

  .admin-header-card h1,
  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .topbar {
    margin-bottom: 18px;
  }

  .brand-mark {
    gap: 12px;
  }

  .brand-mark small {
    max-width: 22ch;
    font-size: 0.84rem;
  }

  .info-pills,
  .admin-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-pill,
  .info-pills span,
  .info-pills a,
  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .lang-switcher {
    width: 100%;
    justify-content: center;
  }

  .lang-link {
    flex: 1 1 0;
  }

  .page-hero p,
  .section-heading p {
    font-size: 0.96rem;
  }

  .contact-pill {
    min-height: 52px;
    justify-content: center;
    padding: 14px 16px;
    text-align: center;
  }

  .info-card,
  .page-hero,
  .notes-panel,
  .form-card,
  .login-card,
  .form-intro,
  .admin-shell {
    border-radius: 22px;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 12px;
  }

  .section-heading h2,
  .form-card h2,
  .gallery-copy h2 {
    font-size: 1.35rem;
  }

  .table-heading {
    align-items: start;
  }

  .table-heading small {
    font-size: 0.84rem;
  }

  .rates-table-wrap {
    padding-bottom: 4px;
  }

  .rates-table {
    min-width: 100%;
  }

  .rates-table th {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .rates-table th,
  .rates-table td {
    padding: 12px 10px;
  }

  .currency-cell {
    min-width: 148px;
    gap: 10px;
  }

  .flag-chip {
    width: 38px;
    height: 28px;
    padding: 2px;
  }

  .currency-meta strong {
    font-size: 0.96rem;
  }

  .currency-meta span {
    font-size: 0.78rem;
  }

  .rate-pill {
    min-width: 72px;
    padding: 9px 10px;
    font-size: 0.94rem;
  }


.note-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .note-marker {
    width: 30px;
    height: 30px;
  }

  .contact-strip,
  .location-grid,
  .login-layout,
  .admin-grid {
    gap: 16px;
  }

  .moneygram-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .moneygram-logo {
    width: 136px;
    height: 46px;
  }

  .stacked-links a,
  .text-link {
    min-height: 48px;
    align-items: center;
  }

  .page-hero {
    padding: 18px;
  }

  .page-hero-panel {
    width: 100%;
    min-width: 0;
    padding: 15px;
  }

  .map-card,
  .map-card iframe {
    min-height: 320px;
  }

  .gallery-stage {
    border-radius: 24px;
  }

  .hours-badge {
    width: 100%;
    justify-content: space-between;
  }

  .address-bar {
    align-items: start;
    flex-direction: column;
    padding: 16px;
    border-radius: 22px;
  }

  .address-box {
    width: 100%;
    justify-content: start;
  }

  .location-contact-card {
    align-content: start;
    gap: 14px;
  }

  .location-page-layout {
    min-height: auto;
    display: grid;
    align-items: stretch;
  }

  .centered-page-layout {
    min-height: auto;
    display: grid;
    align-items: stretch;
  }

  .location-grid {
    margin-top: 0;
  }

  .contact-phone-list {
    justify-items: stretch;
    margin-block: 0;
  }

  .call-button {
    width: 100%;
    min-height: 68px;
    padding-right: 18px;
  }

  .call-button-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    margin-right: 12px;
  }

  .call-button strong {
    font-size: 1.2rem;
  }

  .gallery-stage-media {
    min-height: 340px;
  }

  .gallery-stage-footer {
    align-items: start;
    flex-direction: column;
  }

  .gallery-stage-copy {
    width: 100%;
    min-height: 120px;
  }

  .gallery-stage-dots {
    width: 100%;
    justify-content: flex-start;
  }

  .login-card,
  .form-intro,
  .form-card,
  .currency-editor {
    padding: 16px;
  }

  .admin-actions {
    width: 100%;
  }

  .admin-actions .secondary-btn,
  .form-submit,
  .form-submit .primary-btn {
    width: 100%;
  }

  .form-card-header {
    align-items: start;
    flex-direction: column;
    margin-bottom: 14px;
  }

  label {
    font-size: 0.92rem;
  }

  input {
    min-height: 48px;
    padding: 13px 14px;
  }

  .primary-btn,
  .secondary-btn {
    min-height: 50px;
    padding: 14px 18px;
  }

  .contact-dock {
    --contact-dock-mobile-gap: 14px;
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .contact-float {
    min-height: 54px;
    padding: 11px 14px;
  }

  .contact-text {
    font-size: 0.88rem;
  }

  .rates-eyebrow-large {
    font-size: 0.92rem;
  }

  .table-shell-header-right .hours-badge,
  .table-shell-header-right .table-badge {
    width: 100%;
    padding: 10px 12px;
  }

  .gallery-editor-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .gallery-editor-type-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .gallery-type-label {
    font-size: 0.82rem;
  }

  .gallery-add-wrap {
    text-align: center;
  }

  .gallery-video-current-label {
    font-size: 0.82rem;
  }

  .gallery-url-label {
    font-size: 0.82rem;
  }
}

@media (max-width: 420px) {
  .counter-display {
    min-height: 96px;
    border-radius: 18px;
  }

  .counter-value {
    font-size: 2rem;
  }


  .admin-header-card h1,
  .page-hero h1 {
    font-size: clamp(1.8rem, 11vw, 2.55rem);
  }

  .topbar {
    top: 6px;
    padding: 10px 12px;
  }

  .brand-mark strong {
    font-size: 0.98rem;
  }

  .nav-toggle {
    padding: 10px 12px;
    min-height: 44px;
  }

  .table-shell-header,
  .notes-panel,
  .info-card,
  .page-hero,
  .admin-shell {
    padding: 14px;
  }

  .rates-table th,
  .rates-table td {
    padding: 11px 8px;
  }

  .currency-cell {
    min-width: 136px;
  }

  .rate-pill {
    min-width: 66px;
    font-size: 0.88rem;
  }

  .contact-dock {
    --contact-dock-mobile-gap: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .contact-float {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .contact-dock {
    --contact-dock-edge: clamp(22px, 7vw, 34px);
    --contact-dock-size: clamp(50px, 14vw, 56px);
    max-width: calc(100vw - (var(--contact-dock-edge) * 2));
  }

  .site-shell.contact-dock-is-below-footer .contact-dock-anchor {
    height: calc(var(--contact-dock-height, 0px) + var(--contact-dock-mobile-gap, 18px));
  }

  .contact-dock.contact-dock--below-footer {
    position: absolute;
    top: calc(var(--contact-dock-anchor-top, 0px) + var(--contact-dock-mobile-gap, 18px));
    bottom: auto;
  }

  .contact-dock.contact-dock-home:not(.contact-dock--below-footer) {
    position: fixed;
    left: calc(100vw - var(--contact-dock-size) - var(--contact-dock-edge));
    right: auto;
    width: auto;
    gap: 10px;
  }

  .contact-dock.contact-dock-home:not(.contact-dock--below-footer) .contact-float {
    width: var(--contact-dock-size);
    min-width: var(--contact-dock-size);
    min-height: var(--contact-dock-size);
    padding: 0;
    justify-content: center;
  }

  .contact-dock.contact-dock-home:not(.contact-dock--below-footer) .contact-icon {
    width: 24px;
    height: 24px;
    background: transparent;
    box-shadow: none;
  }

  .contact-dock.contact-dock-home:not(.contact-dock--below-footer) .contact-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-dock.contact-dock-home:not(.contact-dock--below-footer) .contact-text {
    display: none;
  }

  .contact-dock.contact-dock-home.contact-dock--below-footer {
    left: max(var(--contact-dock-edge), env(safe-area-inset-left));
    right: max(var(--contact-dock-edge), env(safe-area-inset-right));
    width: auto;
  }

  .contact-dock.contact-dock-home.contact-dock--below-footer .contact-float {
    width: 100%;
    min-height: 54px;
    padding: 11px 14px;
    justify-content: center;
  }
}

.admin-disclosure,
.security-disclosure {
  padding: 0;
}

@media (max-width: 700px) {
  .admin-shell {
    padding: 14px;
  }
}
