/*
Theme Name: Bono Medica Medific
Theme URI: https://bonomedica.com/
Author: Bono Medica
Description: Custom modern WordPress theme for Bono Medica Budva.
Version: 1.8.4
Text Domain: bonomedica-medific
*/

:root {
  --bm-blue: #168bd1;
  --bm-teal: #35beb7;
  --bm-blue-dark: #126c9f;
  --bm-navy: #12365f;
  --bm-ink: #14304f;
  --bm-muted: #647789;
  --bm-bg: #f3fbfc;
  --bm-white: #ffffff;
  --bm-line: #d9eef1;
  --bm-shadow: 0 24px 70px rgba(18, 108, 159, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--bm-ink);
  background: var(--bm-bg);
}

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

img {
  max-width: 100%;
  height: auto;
}

.bm-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.bm-topbar {
  background: var(--bm-white);
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-topbar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bm-topbar__meta,
.bm-social {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.bm-topbar i,
.bm-social a {
  color: var(--bm-teal);
}

.bm-social a {
  font-weight: 700;
  font-size: 13px;
}

.bm-header {
  background: var(--bm-white);
  border-bottom: 1px solid var(--bm-line);
}

.bm-header__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.bm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.bm-brand__logo {
  display: block;
  width: 188px;
  height: auto;
}

.bm-brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-blue));
  color: var(--bm-white);
  font-size: 22px;
  font-weight: 800;
}

.bm-brand__text strong {
  display: block;
  color: var(--bm-ink);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.bm-brand__text span {
  display: block;
  color: var(--bm-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.bm-nav {
  display: flex;
  align-items: center;
  color: var(--bm-ink);
  font-size: 14px;
  font-weight: 600;
}

.bm-nav__list,
.bm-lang__list {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-lang__list {
  gap: 6px;
}

.bm-nav a {
  position: relative;
}

.bm-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--bm-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.bm-nav a:hover::after,
.bm-nav a.is-active::after,
.bm-nav li.is-active > a::after,
.bm-nav .current-menu-item > a::after {
  transform: scaleX(1);
}

.bm-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bm-lang {
  display: flex;
  gap: 6px;
}

.bm-lang a {
  height: 28px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  background: #fff;
  color: var(--bm-ink);
  font-size: 10px;
  font-weight: 800;
  box-shadow: none;
}

.bm-lang a.is-active,
.bm-lang li.is-active > a,
.bm-lang .current-menu-item > a {
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-blue));
  border-color: var(--bm-teal);
  color: #fff;
}

.bm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-blue));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(22, 139, 209, 0.24);
}

.bm-button--ghost {
  background: rgba(255,255,255,.96);
  color: var(--bm-blue-dark);
  box-shadow: none;
}

.bm-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #dff3f5;
}

.bm-hero__image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(215,244,244,.08) 0%, rgba(215,244,244,.03) 32%, rgba(18,54,95,.32) 61%, rgba(18,54,95,.78) 100%),
    url("https://bonomedica.com/wp-content/uploads/2024/08/dobrila-sajt-4.svg");
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
  transform-origin: 45% 50%;
  animation: bmHeroImageReveal 1800ms cubic-bezier(.2,.75,.18,1) 120ms both;
}

.bm-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(.35px);
  background: linear-gradient(90deg, rgba(215,244,244,.02) 0%, rgba(215,244,244,.02) 36%, rgba(18,54,95,.2) 66%, rgba(18,54,95,.34) 100%);
}

.bm-hero__content {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: grid;
  align-items: center;
  justify-items: end;
  padding: 72px 0 150px;
}

.bm-hero__content > div {
  animation: bmHeroTextReveal 950ms cubic-bezier(.2,.75,.18,1) 420ms both;
}

@keyframes bmHeroImageReveal {
  from {
    opacity: 0;
    transform: scale(1.09) translateX(-18px);
    filter: saturate(.86) contrast(.96);
  }
  to {
    opacity: 1;
    transform: scale(1.035) translateX(0);
    filter: saturate(1) contrast(1);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .bm-hero__image,
  .bm-hero__content > div,
  .bm-reveal-section .bm-eyebrow,
  .bm-reveal-section h2,
  .bm-reveal-section .bm-service-group {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}

.bm-eyebrow {
  color: var(--bm-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.bm-hero h1 {
  max-width: 610px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 42px rgba(4, 18, 48, .35);
}

.bm-hero p {
  max-width: 510px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.75;
}

.bm-hero .bm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
  color: #a5f0ec;
  border: 0;
  text-shadow: 0 10px 28px rgba(4, 18, 48, .24);
}

.bm-hero .bm-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bm-teal), var(--bm-blue));
  box-shadow: 0 0 18px rgba(53, 190, 183, .45);
}

.bm-hero__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.bm-play {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--bm-ink);
  font-size: 14px;
  font-weight: 600;
}

.bm-play__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--bm-blue);
  box-shadow: 0 14px 34px rgba(19, 39, 82, .14);
}

.bm-info {
  position: relative;
  z-index: 3;
  margin-top: -92px;
}

.bm-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: end;
  gap: 28px;
  max-width: 760px;
  margin-left: auto;
}

.bm-card {
  min-height: 212px;
  padding: 38px 40px;
  border-radius: 4px;
  color: #fff;
  box-shadow: var(--bm-shadow);
}

.bm-card--blue {
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-blue));
}

.bm-card--dark {
  background: var(--bm-navy);
}

.bm-card h2 {
  margin: 0 0 24px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
}

.bm-card__phone {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 16px;
  font-size: clamp(25px, 2.6vw, 32px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.bm-card__phone span:first-child {
  display: none;
}

.bm-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.bm-hours {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-hours li {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.88);
  font-size: 14px;
}

.bm-hours strong {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.bm-section {
  padding: 96px 0;
  background: #fff;
}

.bm-page-hero {
  padding: 100px 0 86px;
  background:
    linear-gradient(90deg, rgba(218,246,246,.94), rgba(218,246,246,.68)),
    url("https://bonomedica.com/wp-content/uploads/2024/08/dobrila-sajt-4.svg") center/cover;
}

.bm-page-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--bm-ink);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.bm-page-hero p:not(.bm-eyebrow) {
  max-width: 680px;
  color: #34415d;
  font-size: 17px;
  line-height: 1.75;
}

.bm-page-hero .bm-language-note {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 7px 11px;
  border-radius: 4px;
  background: rgba(53, 190, 183, .12);
  color: var(--bm-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.bm-about {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.bm-photo {
  min-height: 430px;
  border-radius: 4px;
  background: url("https://bonomedica.com/wp-content/uploads/2025/02/bono-pozadina.png") center/cover;
  box-shadow: var(--bm-shadow);
}

.bm-section h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.bm-section p {
  color: var(--bm-muted);
  font-size: 16px;
  line-height: 1.8;
}

.bm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.bm-services-showcase {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 24px;
  margin-top: 52px;
}

.bm-reveal-section .bm-eyebrow,
.bm-reveal-section h2,
.bm-reveal-section .bm-service-group {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(.2,.75,.18,1);
}

.bm-reveal-section h2 {
  transition-delay: 90ms;
}

.bm-reveal-section .bm-service-group:first-child {
  transition-delay: 180ms;
}

.bm-reveal-section .bm-service-group:nth-child(2) {
  transition-delay: 280ms;
}

.bm-reveal-section.is-visible .bm-eyebrow,
.bm-reveal-section.is-visible h2,
.bm-reveal-section.is-visible .bm-service-group {
  opacity: 1;
  transform: translateY(0);
}

.bm-service-group {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 34px;
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(18, 108, 159, .08);
}

.bm-service-group::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% 42%;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(53,190,183,.18), rgba(22,139,209,.04) 62%, transparent 72%);
  pointer-events: none;
}

.bm-service-group__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: start;
}

.bm-service-group__icon,
.bm-service-subitem span {
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: linear-gradient(135deg, #e5fbfa, #e8f5ff);
  color: var(--bm-blue-dark);
}

.bm-service-group__icon {
  width: 76px;
  height: 76px;
}

.bm-service-group svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bm-service-group h3 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 30px;
  line-height: 1.12;
}

.bm-service-group p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.bm-service-subgrid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.bm-service-subgrid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bm-service-subitem {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  background: rgba(255,255,255,.82);
}

.bm-service-subitem span {
  width: 52px;
  height: 52px;
}

.bm-service-subitem svg {
  width: 30px;
  height: 30px;
}

.bm-healthicon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: currentColor;
  -webkit-mask: var(--bm-icon) center / contain no-repeat;
  mask: var(--bm-icon) center / contain no-repeat;
}

.bm-service-group__icon.bm-healthicon::before {
  width: 46px;
  height: 46px;
}

.bm-service-subitem strong {
  display: block;
  color: var(--bm-ink);
  font-size: 15px;
  line-height: 1.25;
}

.bm-service-subitem small {
  display: inline;
  margin-top: 0;
  color: var(--bm-muted);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
}

.bm-service-subitem strong small::before {
  content: "- ";
}

.bm-price-hero {
  background:
    linear-gradient(90deg, rgba(218,246,246,.96), rgba(218,246,246,.78)),
    url("https://bonomedica.com/wp-content/uploads/2024/08/dobrila-sajt-4.svg") center/cover;
}

.bm-prices {
  background: #f3fbfc;
}

.bm-no-copy,
.bm-no-copy * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.bm-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bm-price-card,
.bm-price-package,
.bm-price-disclaimer {
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 108, 159, .07);
}

.bm-price-card {
  overflow: hidden;
}

.bm-price-card h2,
.bm-price-package h2,
.bm-price-disclaimer h2 {
  margin: 0;
  color: var(--bm-ink);
  font-size: 24px;
  line-height: 1.25;
}

.bm-price-card h2 {
  padding: 26px 28px;
  border-bottom: 1px solid var(--bm-line);
}

.bm-price-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.bm-price-card th,
.bm-price-card td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--bm-line);
  vertical-align: top;
}

.bm-price-card th {
  color: var(--bm-blue-dark);
  background: #eefafa;
  text-align: left;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bm-price-card td:last-child,
.bm-price-card th:last-child {
  width: 150px;
  text-align: right;
  color: var(--bm-ink);
  font-weight: 800;
  white-space: nowrap;
}

.bm-price-card tr:last-child td {
  border-bottom: 0;
}

.bm-price-note {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-price-package,
.bm-price-disclaimer {
  margin-top: 24px;
  padding: 30px;
}

.bm-price-package ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--bm-muted);
  line-height: 1.7;
}

.bm-price-disclaimer {
  border-color: rgba(53, 190, 183, .38);
  background: linear-gradient(135deg, #fff, #f1fbfb);
}

.bm-price-disclaimer p {
  margin: 14px 0 0;
  font-size: 15px;
}

.bm-feature {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bm-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 190, 183, .38);
  box-shadow: 0 18px 44px rgba(18, 108, 159, .09);
}

.bm-feature h3 {
  margin: 18px 0 10px;
  font-size: 19px;
  line-height: 1.25;
}

.bm-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.bm-icon {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e5fbfa, #e8f5ff);
  color: var(--bm-blue-dark);
}

.bm-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bm-contact-band {
  background: linear-gradient(135deg, var(--bm-navy), var(--bm-blue-dark));
  color: #fff;
  padding: 76px 0 72px;
}

.bm-contact-band__inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: stretch;
  gap: 46px;
}

.bm-contact-band h2 {
  color: #fff;
  max-width: 620px;
}

.bm-location-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bm-location-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 16px;
}

.bm-location-list a {
  color: #fff;
  font-weight: 700;
}

.bm-location-hours {
  display: grid;
  gap: 6px;
}

.bm-location-hours strong {
  margin-bottom: 2px;
}

.bm-location-hours span {
  display: block;
}

.bm-contact-form {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 22px 60px rgba(4, 22, 42, .18);
}

.bm-form-head h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.bm-form-head p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

.bm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bm-contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bm-contact-form input,
.bm-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  background: rgba(255,255,255,.96);
  color: var(--bm-ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  padding: 13px 14px;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.bm-contact-form textarea {
  resize: vertical;
  min-height: 112px;
}

.bm-contact-form input:focus,
.bm-contact-form textarea:focus {
  border-color: var(--bm-teal);
  box-shadow: 0 0 0 3px rgba(53,190,183,.18);
}

.bm-contact-form button {
  justify-self: start;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-blue));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 14px 22px;
  box-shadow: 0 18px 38px rgba(5, 30, 63, .2);
}

.bm-form-alert {
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
}

.bm-form-alert--success {
  background: rgba(222, 255, 244, .94);
  color: #0b6b57;
}

.bm-form-alert--error {
  background: rgba(255, 235, 235, .94);
  color: #9f1c1c;
}

.bm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.bm-contact-page {
  background: #f7fbfe;
}

.bm-contact-page__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.bm-contact-page__info,
.bm-contact-form--page {
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  box-shadow: 0 20px 58px rgba(18, 108, 159, .08);
}

.bm-contact-page__info {
  padding: 34px;
  background: #fff;
}

.bm-contact-page__info .bm-eyebrow {
  color: var(--bm-teal);
  text-shadow: none;
}

.bm-about .bm-eyebrow {
  color: var(--bm-teal);
  text-shadow: none;
}

.bm-contact-page__info h2 {
  margin: 0 0 24px;
  color: var(--bm-ink);
  font-size: 34px;
  line-height: 1.15;
}

.bm-contact-page__list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-contact-page__list li {
  display: grid;
  gap: 5px;
  color: var(--bm-muted);
  line-height: 1.6;
}

.bm-contact-page__list strong {
  color: var(--bm-ink);
}

.bm-contact-page__list a {
  color: var(--bm-blue-dark);
  font-weight: 800;
}

.bm-contact-form--page {
  margin-top: 0;
  background: linear-gradient(135deg, var(--bm-navy), var(--bm-blue-dark));
}

.bm-map {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 26px 70px rgba(4, 22, 42, .22);
}

.bm-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  filter: saturate(.95) contrast(.98);
}

.bm-footer {
  padding: 0;
  background: #f4fbfc;
  color: var(--bm-muted);
}

.bm-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--bm-line);
}

.bm-footer h3 {
  margin: 0 0 18px;
  color: var(--bm-ink);
}

.bm-footer p {
  line-height: 1.7;
}

.bm-footer__bottom {
  padding: 24px 0;
  font-size: 13px;
  border-top: 1px solid var(--bm-line);
}

@media (max-width: 1000px) {
  .bm-topbar {
    display: none;
  }

  .bm-header__inner {
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .bm-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .bm-nav__list {
    justify-content: center;
  }

  .bm-hero,
  .bm-hero__content {
    min-height: 590px;
  }

  .bm-info__grid,
  .bm-about,
  .bm-feature-grid,
  .bm-services-showcase,
  .bm-price-grid,
  .bm-footer__grid,
  .bm-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .bm-form-grid {
    grid-template-columns: 1fr;
  }

  .bm-service-subgrid--wide {
    grid-template-columns: 1fr;
  }

  .bm-info__grid {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .bm-container {
    width: min(100% - 24px, 1140px);
  }

  .bm-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 14px;
    padding: 14px 0 8px;
  }

  .bm-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .bm-brand__logo {
    width: min(190px, 44vw);
  }

  .bm-header__actions {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-content: flex-end;
    gap: 0;
  }

  .bm-lang__list {
    gap: 4px;
    flex-wrap: nowrap;
  }

  .bm-lang a {
    min-width: 46px;
    height: 28px;
    padding: 0 6px;
    font-size: 10px;
  }

  .bm-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
    scrollbar-width: none;
  }

  .bm-nav::-webkit-scrollbar {
    display: none;
  }

  .bm-nav__list {
    min-width: max-content;
    gap: 22px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 2px 2px 10px;
  }

  .bm-nav a::after {
    bottom: -8px;
  }

  .bm-hero__image {
    background-image:
      linear-gradient(90deg, rgba(218,246,246,.46) 0%, rgba(218,246,246,.2) 44%, rgba(18,54,95,.38) 100%),
      linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.02) 52%, rgba(18,54,95,.18) 100%),
      url("https://bonomedica.com/wp-content/uploads/2024/08/dobrila-sajt-4.svg");
    background-position: 27% center;
    filter: saturate(1.04) contrast(1.03);
  }

  .bm-hero,
  .bm-hero__content {
    min-height: 640px;
  }

  .bm-hero__content {
    align-items: start;
    justify-items: end;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 220px;
  }

  .bm-hero__content > div {
    max-width: min(190px, 48vw);
  }

  .bm-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.2vw, 34px);
    line-height: 1.02;
    text-shadow: 0 14px 34px rgba(18, 54, 95, .34);
  }

  .bm-hero .bm-eyebrow {
    color: #91fffb;
    gap: 10px;
    font-size: 12px;
    text-shadow: 0 8px 22px rgba(18, 54, 95, .25);
  }

  .bm-hero .bm-eyebrow::before {
    width: 28px;
  }

  .bm-info {
    margin-top: -54px;
  }

  .bm-card,
  .bm-feature {
    padding: 28px;
  }

  .bm-contact-band__inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}
