/* Responsive and final overrides */

/* --- PROFESSIONAL LANDING RESPONSIVE --- */
@media (max-width: 1024px) {
  .landing-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .quick-actions-grid,
  .offer-grid,
  .process-steps,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 5.25rem;
  }

  .site-main {
    width: min(100% - 1rem, 1180px);
    padding-top: 5.05rem;
    padding-bottom: 2rem;
  }

  .site-top-nav .h-24 {
    height: 4.75rem !important;
    min-height: 4.75rem !important;
  }

  .site-top-nav .max-w-7xl {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
  }

  .site-top-nav .brand-center {
    position: static !important;
    justify-self: center !important;
    align-self: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100vw - 9.5rem) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
  }

  .site-top-nav .brand-center a {
    width: auto !important;
    min-width: 0 !important;
    gap: 0.3rem !important;
    justify-content: center !important;
  }

  .site-top-nav .brand-center img {
    height: 2.75rem !important;
    width: 2.75rem !important;
    padding: 0.12rem !important;
    border-radius: 0.85rem !important;
  }

  .site-top-nav .brand-center div,
  .site-top-nav .brand-center h2 {
    display: none !important;
  }

  .site-top-nav .menu-nameday-pill {
    display: inline-flex !important;
    justify-self: end !important;
    margin-left: auto !important;
    min-width: 10.25rem !important;
    max-width: 12rem !important;
    min-height: 3rem !important;
    padding: 0.52rem 0.72rem !important;
    border-radius: 16px !important;
    font-size: 0.68rem !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .site-top-nav .menu-nameday-lines {
    gap: 0.12rem !important;
  }

  .site-top-nav .menu-nameday-today {
    font-size: 0.67rem !important;
    line-height: 1.04 !important;
  }

  .site-top-nav .menu-nameday-tomorrow {
    font-size: 0.59rem !important;
    line-height: 1.02 !important;
  }

  body.hero-intro-ready {
    padding-bottom: 0;
  }

  body.hero-intro-ready.hero-nav-visible {
    padding-bottom: 5.25rem;
  }

  body.hero-intro-ready:not(.hero-nav-visible) .site-top-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-120%) scale(0.985);
    filter: blur(4px);
    transition:
      opacity 260ms ease,
      transform 260ms ease,
      filter 260ms ease;
  }

  body.hero-intro-ready.hero-nav-visible .site-top-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    filter: none;
  }

  .landing-hero-copy,
  .hero-service-panel,
  .quick-actions,
  .offers-section,
  .process-section,
  .contact-section {
    padding: 1rem;
  }

  .landing-hero h1 {
    font-size: 2.35rem;
    line-height: 1.05;
  }

  .landing-hero-copy > p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions,
  .hero-contact-strip,
  .offer-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary,
  .btn-ghost,
  .offer-actions button,
  .offer-actions a {
    width: 100%;
    min-height: 3.2rem;
  }

  .quick-actions-grid,
  .offer-grid,
  .process-steps,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .quick-action {
    min-height: 4.4rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .offer-filter-bar {
    position: sticky;
    top: 5.6rem;
    z-index: 25;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem 1rem;
    background: rgba(246, 248, 251, 0.96);
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .offer-filter-bar button {
    flex: 0 0 auto;
  }

  .section-heading h2 {
    font-size: 1.55rem;
  }

  .offer-price {
    font-size: 1.75rem;
  }
}

/* --- FLOATING CHAT + MOBILE BOTTOM NAV --- */
.assistant-chat-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 180;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  padding: 0.78rem 1rem 0.78rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.10), transparent 26%),
    linear-gradient(135deg, #000000 0%, #161616 100%);
  color: #ffffff;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  backdrop-filter: blur(12px);
  font-weight: 950;
  animation: assistantFloat 3.8s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.assistant-chat-fab:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset;
}

.assistant-chat-fab:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.30);
  outline-offset: 3px;
}

.assistant-chat-fab-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #000000, #111111);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.assistant-chat-fab-icon i {
  font-size: 1.08rem;
  transform: translateY(0.5px);
  color: #ffffff;
}

.assistant-chat-fab-label {
  white-space: nowrap;
}

body.assistant-chat-open .assistant-chat-fab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
}

.assistant-chat-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 220ms ease,
    visibility 0s linear 0s;
}

.assistant-chat-modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 0s linear 220ms;
}

.assistant-chat-backdrop {
  position: absolute;
  inset: 0;
}

.assistant-chat-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(390px, 100%);
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  transform: translateX(0);
  transition:
    transform 280ms cubic-bezier(.2,.8,.2,1),
    opacity 220ms ease;
  will-change: transform, opacity;
}

.assistant-chat-modal.hidden .assistant-chat-panel {
  opacity: 0;
  transform: translateX(18px) scale(0.985);
}

.assistant-chat-frame {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  border: 0;
  background: #000000;
}

.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 170;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.55rem 0.55rem calc(0.55rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--border);
  box-shadow: 0 -16px 32px rgba(7, 26, 51, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mobile-bottom-nav a,
.mobile-bottom-nav button {
  min-height: 3.25rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  border-radius: var(--radius-card);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.mobile-bottom-nav i {
  color: var(--police-blue);
  font-size: 1.05rem;
}

.mobile-bottom-nav button[data-chat-open] {
  background: rgba(0, 0, 0, 0.92);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.mobile-bottom-nav button[data-chat-open] i {
  color: #ffffff;
}

@keyframes assistantFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 767px) {
  .assistant-chat-fab {
    right: 0.9rem;
    bottom: calc(5.55rem + env(safe-area-inset-bottom));
    min-height: 3.25rem;
    padding: 0.7rem 0.82rem 0.7rem 0.7rem;
  }

  .assistant-chat-fab-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .assistant-chat-modal {
    align-items: flex-end;
  }

  .assistant-chat-panel {
    width: 100%;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    transform: translateY(0);
    transition:
      transform 280ms cubic-bezier(.2,.8,.2,1),
      opacity 220ms ease;
  }

  .assistant-chat-modal.hidden .assistant-chat-panel {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  .mobile-bottom-nav {
    display: grid;
  }

  body.hero-intro-ready:not(.hero-nav-visible) .mobile-bottom-nav {
    display: none !important;
  }

  body.hero-intro-ready.hero-nav-visible .mobile-bottom-nav {
    display: grid !important;
  }

  body.hero-intro-ready:not(.hero-nav-visible) .assistant-chat-fab {
    display: inline-flex !important;
    right: 0.9rem;
    bottom: 0.9rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.hero-intro-ready.hero-nav-visible .assistant-chat-fab {
    display: none !important;
  }

  .site-info-shell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .site-info-panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .site-info-actions {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .site-info-actions button,
  .site-info-actions a {
    justify-content: flex-start;
    min-height: 48px;
    border-radius: 16px;
  }

  #cookieConsentBanner {
    left: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    padding: 1rem !important;
    border-radius: 24px !important;
  }

  #cookieConsentBanner > div:first-child {
    gap: 0.75rem !important;
    margin-bottom: 0.85rem !important;
  }

  #cookieConsentBanner .bg-blue-100 {
    padding: 0.8rem !important;
  }

  #cookieConsentBanner .bg-blue-100 i {
    font-size: 1rem !important;
  }

  #cookieConsentBanner h4 {
    font-size: 1.1rem !important;
    line-height: 1.15 !important;
  }

  #cookieConsentBanner p {
    margin-top: 0.35rem !important;
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  #cookieConsentBanner [data-cookie-consent="accept"] {
    min-height: 3rem;
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    font-size: 0.98rem !important;
  }

  #cookieConsentBanner [data-cookie-consent="reject"] {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.74rem !important;
    line-height: 1.3 !important;
  }

  #cookieConsentBanner:not(.hidden) ~ .assistant-chat-fab {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) scale(0.96) !important;
  }
}

/* --- 10. MOBILE CLEANUP --- */
@media (max-width: 640px) {
    .bento-item {
        min-height: auto !important;
    }

    .bento-item:hover {
        transform: none !important;
    }

    .modal-backdrop {
        backdrop-filter: none;
    }
}


/* buttons inside dikaiologitika */
#vodaChoiceOptions button,
#novaChoiceOptions button {
  min-height: 130px;
  padding: 28px 18px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 24px;
}

@media (max-width: 640px) {
  #vodaChoiceModal,
  #novaChoiceModal {
    padding: 12px !important;
    align-items: center !important;
  }

  #vodaChoiceModal > div,
  #novaChoiceModal > div {
    max-height: 92vh !important;
    overflow-y: auto !important;
  }

  #vodaChoiceOptions,
  #novaChoiceOptions {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #vodaChoiceOptions button,
  #novaChoiceOptions button {
    min-height: 72px !important;
    height: auto !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    border-radius: 18px !important;
  }

}

#vodaModal .flex:has(> #btn-v-port):has(> #btn-v-new),
    #novaModal .flex:has(> #btn-n-port):has(> #btn-n-new) {
      display: none !important;
    }

    /* --- ACCESSIBILITY: REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* --- MOBILE FIX: μικρότερη κάρτα Κινητής Τηλεφωνίας --- */
@media (max-width: 767px) {
  #offers-grid {
    gap: 1rem !important;
  }

  #offers-grid .premium-mobile-card {
    min-height: min(560px, calc(100svh - 120px)) !important;
    padding: 1.25rem !important;
    border-radius: 1.5rem !important;
  }

  #offers-grid .premium-mobile-card > .relative.z-10 {
    justify-content: center !important;
    gap: 0.9rem !important;
  }

  #offers-grid .premium-mobile-card .mobile-title-panel {
    padding: 0.9rem !important;
  }

  #offers-grid .premium-mobile-card .mobile-title-panel > span:first-child {
    font-size: 17px !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 0.35rem !important;
  }

  #offers-grid .premium-mobile-card .mobile-title-panel .text-2xl,
  #offers-grid .premium-mobile-card .mobile-title-panel .text-xl {
    font-size: 1.15rem !important;
    line-height: 1.15 !important;
  }

  #offers-grid .premium-mobile-card .mt-10 {
    margin-top: 0.4rem !important;
  }

  #offers-grid .premium-mobile-card .mb-8 {
    margin-bottom: 0 !important;
  }

  #offers-grid .premium-mobile-card .text-2xl {
    font-size: 1.15rem !important;
  }

  #offers-grid .premium-mobile-card .text-3xl {
    font-size: 1.75rem !important;
  }

  #offers-grid .premium-mobile-card .text-xl {
    font-size: 1rem !important;
  }

  #offers-grid .premium-mobile-card ul {
    margin-top: 1rem !important;
  }

  #offers-grid .premium-mobile-card ul li {
    gap: 0.75rem !important;
  }

  #offers-grid .premium-mobile-card ul li > div.w-10 {
    width: 2rem !important;
    height: 2rem !important;
  }

  #offers-grid .premium-mobile-card ul li span {
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
  }

  #offers-grid .premium-mobile-card .mobile-provider-cta {
    padding: 0.85rem !important;
  }

  #offers-grid .premium-mobile-card .mobile-provider-bottom {
    font-size: 0.75rem !important;
  }
}

/* --- FINAL FIX: Συμμάζεμα modal Πληροφορίες (deduplicated) --- */
#infoCoopModal .info-coop-modal {
  width: min(94vw, 480px) !important;
  max-height: 82vh !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

#infoCoopModal .info-coop-scroll {
  overflow-y: auto !important;
  padding: 12px !important;
}

#infoCoopModal .info-coop-header {
  padding: 16px 18px !important;
}

#infoCoopModal .info-coop-hero {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 14px 12px !important;
  margin: 0 0 12px 0 !important;
  border-radius: 22px !important;
  min-height: auto !important;
  height: auto !important;
}

#infoCoopModal .info-coop-logo-box {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto 8px auto !important;
  padding: 0 !important;
  background: transparent !important;
}

#infoCoopModal .info-coop-logo-box img {
  width: 82px !important;
  max-width: 82px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

#infoCoopModal .info-coop-hero h3 {
  margin: 4px 0 2px 0 !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
}

#infoCoopModal .info-coop-hero p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

#infoCoopModal .info-coop-hero span {
  margin-top: 4px !important;
  font-size: 11px !important;
}

#infoCoopModal .info-coop-map iframe {
  width: 100% !important;
  height: 155px !important;
  border: 0 !important;
  border-radius: 16px !important;
}

#infoCoopModal .info-coop-body {
  display: grid !important;
  gap: 12px !important;
}

#infoCoopModal .info-coop-action,
#infoCoopModal .info-coop-card {
  padding: 14px !important;
}

@media (max-width: 640px) {
  #infoCoopModal .info-coop-modal {
    border-radius: 28px 28px 0 0 !important;
  }
}

/* --- MOBILE-FIRST REDESIGN --- */
@media (max-width: 767px) {
  .landing-hero {
    gap: 0.75rem;
  }

  .landing-hero-copy {
    padding: 1.1rem !important;
  }

  .hero-kicker {
    padding: 0.4rem 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .hero-title-desktop,
  .hero-copy-desktop {
    display: none;
  }

  .hero-title-mobile,
  .hero-copy-mobile {
    display: block;
  }

  .landing-hero h1 {
    margin-top: 0.75rem;
    font-size: clamp(1.62rem, 7.2vw, 2rem);
    line-height: 1.12;
  }

  .landing-hero-copy > p {
    margin-top: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary,
  .hero-actions .btn-ghost {
    width: 100%;
    min-height: 2.9rem;
  }

  .hero-actions .btn-secondary {
    background: linear-gradient(135deg, #0b1220, #111827) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.26) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  }

  .hero-actions .btn-secondary i {
    color: #ffffff !important;
  }

  .hero-process-cta {
    display: none !important;
  }

  .quick-actions-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    gap: 0.75rem;
    padding-bottom: 0.15rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .quick-actions-grid::-webkit-scrollbar {
    display: none;
  }

  .quick-action {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .quick-action span {
    white-space: nowrap;
    font-size: 0.86rem;
    line-height: 1.1;
  }

  .quick-action i {
    font-size: 1rem;
  }

  .offer-filter-bar {
    top: 5.4rem;
    margin-top: 0.75rem;
  }

  .offer-filter-bar button {
    min-height: 2.75rem;
  }

  #offers-grid {
    gap: 0.85rem !important;
  }

  .offer-card {
    min-height: auto !important;
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .offer-card h3 {
    margin-top: 0.65rem;
    font-size: 1.15rem;
    line-height: 1.15;
  }

  .offer-price {
    margin-top: 0.5rem;
    font-size: 1.55rem;
  }

  .offer-price span {
    font-size: 0.8rem;
  }

  .offer-card > p {
    margin-top: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .offer-details {
    display: none;
  }

  .offer-benefits {
    margin-top: 0.72rem;
    padding-left: 0;
    list-style: none;
    gap: 0.45rem;
  }

  .offer-benefits li {
    display: none;
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .offer-benefits li:nth-child(-n + 2) {
    display: flex;
    align-items: flex-start;
    gap: 0.42rem;
  }

  .offer-benefits li:nth-child(-n + 2)::before {
    content: "\2713";
    color: var(--police-blue);
    font-weight: 900;
    line-height: 1.2;
  }

  .offer-note {
    display: none;
  }

  .offer-actions {
    margin-top: 0.8rem;
    padding-top: 0.72rem;
    gap: 0.55rem;
  }

  .offer-actions button,
  .offer-actions a {
    min-height: 2.75rem;
  }

  .modal-backdrop {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .modal-backdrop > div {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 92dvh !important;
    border-radius: 1.75rem 1.75rem 0 0 !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
  }

  .modal-backdrop > div > :first-child {
    position: sticky;
    top: 0;
    z-index: 55;
  }

  .modal-backdrop .liquid-close,
  .modal-backdrop .image-preview-close {
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    font-size: 1.55rem !important;
  }

  .assistant-chat-fab {
    display: none !important;
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button,
  [data-category-filter],
  .quick-action,
  .offer-actions button,
  .offer-actions a,
  .modal-backdrop [data-modal-close] {
    min-height: 44px;
  }

  .mobile-bottom-nav a.is-active {
    background: var(--police-blue-soft);
    color: var(--primary);
  }

  .mobile-bottom-nav a.is-active i {
    color: var(--primary);
  }

  .contact-viber-box {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
  }

  .contact-viber-link {
    width: 100%;
    min-height: 48px;
  }

  .contact-viber-copy strong {
    font-size: 0.98rem;
  }

  .contact-viber-copy p {
    font-size: 0.84rem;
  }
}

@media (min-width: 1024px) {
  .site-top-nav .max-w-7xl {
    gap: 0.9rem !important;
  }

  .site-top-nav .brand-center {
    max-width: none !important;
  }

  .site-top-nav .brand-center a {
    gap: 0.65rem !important;
  }

  .site-top-nav .brand-center img {
    height: 3.45rem !important;
    width: 3.45rem !important;
    padding: 0.16rem !important;
    border-radius: 0.95rem !important;
  }

  .site-top-nav .brand-center h2 {
    font-size: 0.7rem !important;
    line-height: 1.08 !important;
    letter-spacing: 0.09em !important;
  }

  .site-top-nav .menu-nameday-pill {
    min-width: 15.5rem !important;
    max-width: 18rem !important;
    min-height: 3.45rem !important;
    padding: 0.7rem 0.95rem !important;
    border-radius: 18px !important;
    font-size: 0.76rem !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18) !important;
  }

  .site-top-nav .menu-nameday-lines {
    gap: 0.14rem !important;
  }

  .site-top-nav .menu-nameday-today {
    font-size: 0.78rem !important;
    line-height: 1.05 !important;
  }

  .site-top-nav .menu-nameday-tomorrow {
    font-size: 0.67rem !important;
    line-height: 1.05 !important;
  }

}
