/* ============================================================
   FOCUSED HEADER + HERO RESPONSIVE PASS
============================================================ */

@media (max-width: 1200px) {
  .nav {
    gap: 16px;
  }

  .nav-links {
    gap: 2px;
  }

  .nav-links a {
    padding-inline: 8px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 36px;
  }

  .hero-stat-grid {
    gap: 10px;
  }

  .hero h1 {
    font-size: 4.35rem;
  }

  .navigator-main-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(170px, 0.78fr);
  }

  .live-grid {
    grid-template-columns:
      minmax(260px, 0.78fr)
      minmax(0, 1.22fr);

    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .wordmark,
  .logo strong {
    font-size: 1.5rem;
  }

  .logo small {
    font-size: 0.52rem;
  }

  .nav-links a {
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .app-card,
  .app-preview {
    max-width: 610px;
  }

  .hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navigator-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .map-stat-card {
    width: min(142px, calc(50% - 20px));
    min-height: 78px;
    padding: 11px 12px;
  }

  .map-stat-card strong {
    font-size: 1.08rem;
  }

  .map-stat-card span {
    font-size: 0.63rem;
  }

  .navigator-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .navigator-smart-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .navigator-smart-card {
    min-height: 154px;
  }

  .navigator-journey {
    grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
  }

  .journey-action {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .live-copy {
    padding: 28px;
  }

  .live-card-grid {
    gap: 14px;
  }

  .live-ticker-item {
    font-size: 0.74rem;
  }

  .news-card {
    min-height: 300px;
    padding: 22px;
  }

  .about-card-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .about-values-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .site-header,
  .app-header {
    min-height: 66px;
  }

  .nav {
    min-height: 66px;
    gap: 10px;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: grid;
    flex-shrink: 0;
  }

  .mobile-menu {
    display: grid;
  }

  .languages,
  .lang-switch {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .hero-content {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .hero h1,
  .hero-content > p,
  .hero-text {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .app-card,
  .app-preview {
    justify-self: center;
    width: min(100%, 680px);
    max-width: 680px;
  }

  .hero-stats {
    margin-top: -16px;
  }

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

  .live-copy {
    position: static;
  }

  .live-ticker {
    order: -1;
  }

  .about-founder {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-portrait {
    width:
      min(
        420px,
        100%
      );

    justify-self: center;
  }
}

@media (max-width: 768px) {
  .container {
    width:
      min(
        var(--container-main),
        calc(100% - 28px)
      );
  }

  .wordmark,
  .logo strong {
    font-size: 1.4rem;
  }

  .search-open,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: 3.15rem;
    line-height: 1.02;
  }

  .hero-content > p,
  .hero-text {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-stats .container {
    padding: 14px;
    border-radius: 24px;
  }

  .hero-stats-head {
    align-items: start;
    flex-direction: column;
    gap: 9px;
  }

  .hero-stats-head h2 {
    text-align: left;
  }

  .hero-stat-card {
    min-height: 112px;
    padding: 18px;
  }

  .navigator-segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navigator-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .slovenia-map-wrap {
    min-height: 340px;
  }

  .map-stat-card {
    width: min(128px, calc(50% - 18px));
    min-height: 72px;
    padding: 10px 11px;
    border-radius: 17px;
  }

  .map-stat-card strong {
    font-size: 0.98rem;
  }

  .map-stat-card span {
    font-size: 0.58rem;
  }

  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 330px;
  }

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

  .navigator-journey {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-copy {
    text-align: center;
  }

  .journey-action {
    grid-column: auto;
    justify-self: stretch;
  }

  .live-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-card.is-featured {
    grid-column: auto;
  }

  .news-card.is-featured .info-card-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-modal-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero-grid {
    min-height: 360px;
  }

  .about-value {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .site-header,
  .app-header {
    min-height: 62px;
  }

  .nav {
    min-height: 62px;
    gap: 7px;
  }

  .logo {
    gap: 3px;
  }

  .wordmark,
  .logo strong {
    font-size: 1.28rem;
  }

  .languages,
  .lang-switch {
    padding: 3px;
  }

  .languages a,
  .lang-switch a {
    width: 27px;
    height: 27px;
    font-size: 0.64rem;
  }

  .search-open {
    width: 36px;
    height: 36px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    white-space: normal;
  }

  .app-card,
  .app-preview {
    padding: 10px;
    border-radius: 26px;
  }

  .navigator-topbar {
    align-items: flex-start;
  }

  .navigator-status {
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0.6rem;
  }

  .navigator-intro {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .navigator-intro h2 {
    font-size: 1.42rem;
  }

  .navigator-simple-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .navigator-segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navigator-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .slovenia-map-wrap {
    min-height: 326px;
  }


  .map-stat-card {
    width: min(114px, calc(50% - 14px));
    min-height: 68px;
    padding: 9px 10px;
    border-radius: 16px;
  }

  .map-stat-card strong {
    font-size: 0.88rem;
  }

  .map-stat-card span {
    font-size: 0.54rem;
  }

  .map-stat-card.corner-top-left { top: 10px; left: 10px; }
  .map-stat-card.corner-top-right { top: 10px; right: 10px; }
  .map-stat-card.corner-bottom-left { bottom: 12px; left: 10px; }
  .map-stat-card.corner-bottom-right { bottom: 12px; right: 10px; }

  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 314px;
  }

  .navigator-smart-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .navigator-smart-card {
    min-height: 132px;
  }

  .navigator-journey {
    grid-template-columns: minmax(0, 1fr);
  }

  .navigator-journey ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .navigator-journey ol::before {
    display: none;
  }

  .navigator-journey li {
    grid-template-columns: 28px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .navigator-journey li strong {
    max-width: none;
    font-size: 0.62rem;
  }

  .live-copy {
    padding: 24px;
    border-radius: 24px;
  }

  .live-ticker {
    padding: 7px;
    border-radius: 18px;
  }

  .live-ticker-viewport {
    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
  }

  .live-ticker-viewport::-webkit-scrollbar {
    display: none;
  }

  .live-ticker-track {
    animation-duration: 54s;
  }

  .live-ticker-item {
    min-height: 36px;
    padding-inline: 11px;
    font-size: 0.72rem;
  }

  .live-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;

    overflow-x: auto;
    overflow-y: hidden;

    padding-bottom: 6px;

    scrollbar-width: none;
  }

  .live-tabs::-webkit-scrollbar {
    display: none;
  }

  .live-tabs .tab {
    flex: 0 0 auto;
  }

  .news-card,
  .news-card.is-featured {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .news-card.is-featured h3 {
    font-size: 1.72rem;
  }

  .info-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .info-action {
    width: 100%;
  }

  .news-modal-header,
  .news-modal-card > h2,
  .news-modal-summary,
  .news-modal-body,
  .news-modal-footer {
    padding-inline: 22px;
  }

  .news-modal-why {
    margin-inline: 22px;
  }

  .news-modal-card > h2 {
    font-size: 1.82rem;
  }

  .about-founder-copy,
  .about-cta {
    padding: 28px;
    border-radius: 24px;
  }

  .about-team-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .about-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-cta-actions {
    width: 100%;
  }

  .about-cta-actions .btn {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .container {
    width:
      min(
        var(--container-main),
        calc(100% - 22px)
      );
  }

  .logo small {
    display: none;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: 2.38rem;
  }

  .hero-stat-grid {
    gap: 9px;
  }

  .hero-stat-card {
    min-height: 106px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .hero-stat-card strong {
    font-size: 1.52rem;
  }

  .hero-stat-card span {
    font-size: 0.72rem;
  }

  .hero-points {
    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .hero-points span {
    justify-content: center;
  }

  .navigator-brand small {
    display: none;
  }

  .navigator-status {
    max-width: 145px;
    white-space: normal;
    line-height: 1.2;
  }

  .slovenia-map-wrap {
    min-height: 310px;
  }

  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 286px;
  }

  .map-city-label {
    font-size: 16px;
  }

  .map-caption span {
    display: none;
  }

  .live-copy h2 {
    font-size: 2rem;
  }

  .live-ticker-track {
    gap: 8px;
  }

  .live-ticker-list {
    gap: 8px;
  }

  .info-meta {
    display: grid;
  }

  .info-meta span {
    width: 100%;
  }

  .news-modal-header,
  .news-modal-card > h2,
  .news-modal-summary,
  .news-modal-body,
  .news-modal-footer {
    padding-inline: 18px;
  }

  .news-modal-why {
    margin-inline: 18px;
  }

  .news-modal-section,
  .news-modal-why {
    padding: 15px;
  }

  .about-hero h1 {
    font-size: 2.32rem;
  }

  .about-hero p {
    font-size: 0.98rem;
  }
}

@media (max-width: 375px) {
  .nav {
    gap: 5px;
  }

  .wordmark,
  .logo strong {
    font-size: 1.18rem;
  }

  .languages a,
  .lang-switch a {
    width: 25px;
    height: 25px;
  }

  .search-open {
    width: 34px;
    height: 34px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: 2.16rem;
  }

  .navigator-segments {
    grid-template-columns: minmax(0, 1fr);
  }

  .slovenia-map-wrap {
    min-height: 300px;
  }

  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 268px;
  }

  .map-city-label {
    font-size: 15px;
  }

  .hero-stat-card strong {
    font-size: 1.38rem;
  }

  .navigator-journey ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .live-copy {
    padding: 20px;
  }

  .live-ticker-item {
    font-size: 0.7rem;
  }

  .tab,
  .tab-btn {
    min-height: 40px;
    padding-inline: 13px;
  }

  .about-founder-copy,
  .about-card,
  .about-value,
  .about-cta {
    padding: 20px;
  }
}

@media (max-width: 320px) {
  .container {
    width:
      min(
        var(--container-main),
        calc(100% - 18px)
      );
  }

  .wordmark,
  .logo strong {
    font-size: 1.08rem;
  }

  .languages a,
  .lang-switch a {
    width: 24px;
    height: 24px;
    font-size: 0.6rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-stat-card {
    min-height: 100px;
    padding: 14px 12px;
  }

  .hero-stat-card strong {
    font-size: 1.28rem;
  }

  .hero-stat-card span {
    font-size: 0.68rem;
  }
}

/* ============================================================
   SERVICES EDITORIAL RESPONSIVE
============================================================ */

@media (max-width: 1024px) {
  .service-feature-work,
  .service-feature-study,
  .service-feature-company,
  .services-final-cta {
    grid-column: span 6;
  }

  .service-feature-docs {
    grid-column: span 5;
  }

  .service-feature-arrival {
    grid-column: span 7;
  }
}

@media (max-width: 768px) {
  .services-bridge {
    padding: 46px 0 72px;
  }

  .services-bridge-arrow {
    position: static;
    display: block;
    margin-top: 20px;
    font-size: 3.2rem;
  }

  .services-editorial {
    padding-top: 58px;
  }

  .services-bento {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-feature-work,
  .service-feature-study,
  .service-feature-docs,
  .service-feature-arrival,
  .service-feature-company,
  .services-final-cta {
    grid-column: 1;
    min-height: auto;
  }

  .service-feature-card,
  .services-final-cta {
    padding: 26px;
  }

  .service-feature-number {
    right: 18px;
    bottom: -14px;
    font-size: 6rem;
  }
}

@media (max-width: 480px) {
  .services-bridge h2 {
    font-size: 2.25rem;
  }

  .services-bridge p {
    font-size: 0.95rem;
  }

  .services-editorial-header {
    margin-bottom: 24px;
  }

  .services-bento {
    gap: 14px;
  }

  .service-feature-card,
  .services-final-cta {
    padding: 22px;
    border-radius: 22px;
  }

  .service-feature-card h3,
  .service-feature-docs h3 {
    font-size: 1.72rem;
  }

  .service-feature-card > p,
  .services-final-cta p {
    font-size: 0.92rem;
  }

  .service-feature-number {
    font-size: 5rem;
  }

  .service-feature-link {
    padding-top: 22px;
    font-size: 0.9rem;
  }
}

@media (max-width: 375px) {
  .services-bridge h2 {
    font-size: 2rem;
  }

  .service-feature-card,
  .services-final-cta {
    padding: 20px;
  }

  .service-feature-category {
    font-size: 0.62rem;
  }

  .service-tags {
    gap: 6px;
  }

  .service-tags span {
    padding: 6px 9px;
    font-size: 0.7rem;
  }
}

/* ============================================================
   SIMPLE MAP RESPONSIVE REFINEMENT
============================================================ */

@media (max-width: 768px) {
  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 310px;
    aspect-ratio: 1.45 / 1;
  }

  .navigator-shell-simple .slovenia-map {
    inset: 2% 1.5% 8%;
    width: 97%;
    height: 90%;
  }

  .navigator-shell-simple .map-city-label {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 280px;
    aspect-ratio: 1.24 / 1;
    border-radius: 22px;
  }

  .navigator-shell-simple .slovenia-map {
    inset: 2% -5% 10%;
    width: 110%;
    height: 88%;
  }

  .navigator-shell-simple .map-city-label {
    font-size: 18px;
    stroke-width: 6px;
  }

  .navigator-shell-simple .map-caption {
    left: 12px;
    bottom: 12px;
  }
}

@media (max-width: 375px) {
  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 270px;
  }

  .navigator-shell-simple .map-city-label {
    font-size: 18px;
  }
}

/* ============================================================
   GUIDE RESPONSIVE REPAIR
============================================================ */

@media (max-width: 900px) {
  .guide::before {
    inset: 18px;
    border-radius: 28px;
  }

  .guide-grid,
  .guide-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "menu"
      "board";
    gap: 22px;
  }

  .guide-intro {
    padding-inline: 0;
  }

  .guide-intro h2,
  .guide-intro h1 {
    max-width: 760px;
    font-size: clamp(2.45rem, 7vw, 4.2rem);
  }

  .guide-menu,
  .guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-panel {
    width: 100%;
    min-width: 0;
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .guide::before {
    inset: 10px;
    border-radius: 24px;
  }

  .guide-grid,
  .guide-layout {
    gap: 18px;
  }

  .guide-intro h2,
  .guide-intro h1 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
    line-height: 1;
  }

  .guide-intro p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .guide-helper {
    margin-top: 20px;
    padding: 16px;
    border-radius: 18px;
  }

  .guide-menu,
  .guide-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .guide-btn,
  .guide-step {
    min-height: 82px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
    border-radius: 18px;
  }

  .guide-btn span,
  .guide-step span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .guide-btn strong,
  .guide-step strong {
    font-size: 0.98rem;
  }

  .guide-btn small,
  .guide-step small {
    font-size: 0.76rem;
  }

  .guide-panel {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .guide-panel h3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .guide-progress-line {
    margin: 24px 0 18px;
  }

  .mini-steps article,
  .guide-result-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .guide-result-number,
  .mini-steps article > span {
    width: 40px;
    height: 40px;
  }

  .guide-result-content strong,
  .mini-steps article strong {
    font-size: 0.95rem;
  }

  .guide-result-content p,
  .mini-steps article p {
    font-size: 0.82rem;
  }

  .guide-board-cta {
    width: 100%;
    min-height: 50px;
  }
}

/* ============================================================
   CONTACT RESPONSIVE REPAIR
============================================================ */

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .contact-info,
  .contact-card,
  .contact-form {
    min-width: 0;
    padding: 22px;
    border-radius: 24px;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button {
    min-width: 0;
    max-width: 100%;
  }
}

/* ============================================================
   FOOTER RESPONSIVE REPAIR
============================================================ */

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .footer {
    padding-top: 48px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .footer-grid > div {
    min-width: 0;
  }

  .footer-grid a,
  .footer-grid span,
  .footer-grid p {
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 34px;
  }
}

/* ============================================================
   FINAL MOBILE FLOATING ACTION SAFETY
============================================================ */

@media (max-width: 768px) {
  /* Keep one clear floating contact action on small screens. */
  .chatbot-button,
  .chatbot-panel {
    display: none !important;
  }

  .whatsapp,
  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
    padding-inline: 14px;
    font-size: 0.75rem;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
  }
}

@media (max-width: 390px) {
  .whatsapp,
  .floating-whatsapp {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }
}

/* ============================================================
   FINAL WHATSAPP MOBILE APP BUTTON
============================================================ */

@media (max-width: 768px) {
  .contact-apps {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 10px;
  }

  .contact-app {
    min-width: 54px;
    width: 54px;
    min-height: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.22);
  }

  .contact-app img {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .contact-app span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 390px) {
  .contact-app {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .contact-app img {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
}


/* ============================================================
   FINAL RESPONSIVE HERO NAVIGATOR FIX
============================================================ */
@media (max-width: 768px) {
  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 350px;
    aspect-ratio: 1.32 / 1;
  }

  .navigator-shell-simple .slovenia-map {
    left: 8%;
    top: 21%;
    width: 84%;
    height: 58%;
  }

  .navigator-shell-simple .map-stat-card {
    width: min(124px, calc(50% - 22px));
    min-height: 68px;
    padding: 9px 10px;
    border-radius: 16px;
  }

  .navigator-shell-simple .map-stat-card strong {
    font-size: 0.94rem;
  }

  .navigator-shell-simple .map-stat-card span {
    font-size: 0.54rem;
  }
}

@media (max-width: 480px) {
  .navigator-shell-simple .slovenia-map-wrap {
    min-height: 330px;
    aspect-ratio: auto;
  }

  .navigator-shell-simple .slovenia-map {
    left: 4%;
    top: 23%;
    width: 92%;
    height: 54%;
  }

  .navigator-shell-simple .map-stat-card {
    width: min(116px, calc(50% - 18px));
    min-height: 64px;
    padding: 8px 9px;
    gap: 4px;
    border-radius: 15px;
  }

  .navigator-shell-simple .map-stat-card strong {
    font-size: 0.86rem;
  }

  .navigator-shell-simple .map-stat-card span {
    font-size: 0.5rem;
  }

  .navigator-shell-simple .map-stat-card.corner-top-left {
    top: 10px;
    left: 10px;
  }

  .navigator-shell-simple .map-stat-card.corner-top-right {
    top: 10px;
    right: 10px;
  }

  .navigator-shell-simple .map-stat-card.corner-bottom-left {
    bottom: 10px;
    left: 10px;
  }

  .navigator-shell-simple .map-stat-card.corner-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

/* ============================================================
   USER PATH CARDS — TABLET AND MOBILE FIX
   Prevents the four cards from being squeezed into unreadable
   narrow columns on tablet and phone screens.
============================================================ */
@media (max-width: 1024px) {
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-card {
    min-height: 310px;
  }
}

@media (max-width: 600px) {
  .path-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .path-card {
    min-height: 0;
    padding: 24px;
  }

  .path-card .icon-box,
  .path-card .icon-tile {
    margin-bottom: 20px;
  }

  .path-card a {
    min-height: 44px;
    align-items: center;
    padding-top: 16px;
  }
}

@media (max-width: 375px) {
  .path-card {
    padding: 22px;
  }
}

/* Keep the animated information ticker inside its section on very
   narrow screens, including long Russian labels. */
.live {
  overflow-x: hidden;
}
