/* HS2 grunnstil – delt av alle redesignede sider. Mobil er utgangspunktet,
   768 px (nettbrett) og 1200 px (desktop) er avledninger. Ingen byggesteg. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--hs-font);
  font-size: 15px;
  line-height: 1.5;
  color: var(--hs-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body.hs2-noscroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--hs-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
strong { font-weight: 600; }
.hs2-hidden, [hidden] { display: none !important; }
.hs2-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ic { display: inline-block; flex: none; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }

/* ---------- Innholdsbredde ---------- */
.hs2-wrap { padding-left: var(--hs-gutter); padding-right: var(--hs-gutter); }
@media (min-width: 768px) { :root { --hs-gutter: 32px; } }
@media (min-width: 1200px) {
  :root { --hs-gutter: 40px; }
  .hs2-wrap { max-width: calc(var(--hs-content) + 2 * var(--hs-gutter)); margin-left: auto; margin-right: auto; }
}

/* ---------- Typografi ---------- */
.hs2-h1 { font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--hs-navy); }
.hs2-title { font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--hs-navy); }
.hs2-title-lg { font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--hs-navy); }
.hs2-lead { font-size: 16px; line-height: 1.55; color: var(--hs-text); }
.hs2-body { font-size: 15px; line-height: 1.6; }
.hs2-meta { font-size: 12px; line-height: 1.4; color: var(--hs-muted); }
.hs2-small { font-size: 13px; line-height: 1.4; }
.hs2-muted { color: var(--hs-muted); }
.hs2-navy { color: var(--hs-navy); }
@media (min-width: 768px) {
  .hs2-h1 { font-size: 28px; }
  .hs2-title { font-size: 18px; }
}
@media (min-width: 1200px) {
  .hs2-h1 { font-size: 30px; }
  .hs2-title { font-size: 19px; }
}

/* ---------- Knapper ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 43px; padding: 12px 16px;
  border-radius: 11px; border: 1px solid transparent;
  font-size: 14px; font-weight: 600; line-height: 1.2; white-space: nowrap;
  color: #fff; background: var(--hs-navy); text-decoration: none; cursor: pointer;
}
.btn:hover { text-decoration: none; filter: brightness(1.08); }
.btn:active { filter: brightness(.94); }
.btn-link:active { filter: none; }
.btn:focus-visible { outline: 3px solid var(--hs-accent); outline-offset: 2px; }
.btn-book { background: var(--hs-book); }
.btn-secondary { background: #fff; color: var(--hs-navy); border-color: var(--hs-border-strong); }
.btn-secondary:hover { background: var(--hs-soft); filter: none; }
.btn-soft { background: var(--hs-soft); color: var(--hs-blue); }
/* Lyse flater må gå mørkere på hover; brightness() ville vasket dem mot hvitt. */
.btn-soft:hover { background: #DCE7EC; filter: none; }
.btn-soft:active { background: #CDDDE4; filter: none; }
.btn-secondary:active { background: #DCE7EC; filter: none; }
.btn-outline-white:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.7); filter: none; }
.btn-outline-white:active { background: rgba(255,255,255,.26); filter: none; }
.btn-accent { background: var(--hs-accent); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-block { display: flex; width: 100%; }
.btn-sm { min-height: 36px; padding: 10px 13px; border-radius: 10px; font-size: 13px; }
.btn-lg { min-height: 46px; padding: 14px 20px; font-size: 15px; }
.btn-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--hs-blue); background: none; border: 0; padding: 0; min-height: 0; border-radius: 0; }
.btn-link:hover { text-decoration: underline; filter: none; }
.btn-more { display: flex; width: 100%; align-items: center; justify-content: center; gap: 6px; min-height: 43px; padding: 12px 16px; border: 1px solid var(--hs-border-strong); border-radius: 11px; background: #fff; color: var(--hs-blue); font-size: 14px; font-weight: 600; }
.btn-more:hover { background: var(--hs-soft); text-decoration: none; }
@media (min-width: 768px) { .btn { min-height: 46px; padding: 14px 22px; } .btn-sm { min-height: 36px; padding: 10px 13px; } }

/* ---------- Chips og merker ---------- */
.chip { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 8px; background: var(--hs-soft); color: var(--hs-blue); font-size: 12px; font-weight: 600; line-height: 1.2; white-space: nowrap; }
.chip-outline { background: #fff; border: 1px solid var(--hs-border); }
.chip-pill { border-radius: 999px; }
.chip-navy { background: var(--hs-navy); color: #fff; }
.chip-active { background: var(--hs-navy); color: #fff; }
a.chip:hover { text-decoration: none; background: #e6eef2; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }

.wait { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 8px; font-size: 12px; font-weight: 600; line-height: 1.25; white-space: nowrap; }
.wait-now { background: var(--hs-wait-now-bg); color: var(--hs-success); }
.wait-soon { background: var(--hs-wait-soon-bg); color: var(--hs-wait-soon); }
.wait-unknown { background: var(--hs-wait-unknown-bg); color: var(--hs-muted); }
.wait-sm { padding: 4px 8px; font-size: 11px; font-weight: 700; border-radius: 7px; }
.wait-text { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 500; color: var(--hs-muted); }

.ref-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 19px; padding: 3px 7px; border-radius: 6px; background: var(--hs-navy); color: #fff; font-size: 11px; font-weight: 700; line-height: 1; font-style: normal; letter-spacing: .02em; vertical-align: middle; }
.ref-badge::after { content: "R"; }

/* ---------- Stjerner ---------- */
.stars { display: inline-flex; align-items: center; gap: 2px; }
.stars .ic { width: 13px; height: 13px; stroke: var(--hs-star); fill: var(--hs-star); stroke-width: 1.5; }
.stars .ic.off { stroke: var(--hs-border-strong); fill: var(--hs-border-strong); }
.stars .ic.half { fill: url(#hs2-star-half); }
.stars-lg .ic { width: 16px; height: 16px; }
.rating-row { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--hs-text); }
.rating-row .count { font-weight: 500; color: var(--hs-muted); }

/* ---------- Notiser ---------- */
.notice { display: flex; gap: 9px; padding: 12px; border-radius: 11px; font-size: 12px; line-height: 1.45; color: var(--hs-navy); background: var(--hs-info-bg); border: 1px solid var(--hs-info-border); }
.notice .ic { flex: none; margin-top: 1px; }
.notice a { font-weight: 600; }
.notice-warn { background: var(--hs-warn-bg); border-color: var(--hs-warn-border); color: var(--hs-wait-soon); }
.notice-danger { background: var(--hs-danger-bg); border-color: #F3B8B3; color: var(--hs-danger); }
.notice-success { background: var(--hs-wait-now-bg); border-color: #BFE3CC; color: var(--hs-success); }
.notice p + p { margin-top: 4px; }

/* ---------- Kort og lister ---------- */
.card { background: #fff; border: 1px solid var(--hs-border); border-radius: 14px; }
.card-soft { background: var(--hs-soft); border: 1px solid var(--hs-border); border-radius: 16px; }
.list { background: #fff; border: 1px solid var(--hs-border); border-radius: 14px; overflow: hidden; }
.list > * + * { border-top: 1px solid var(--hs-border); }
.list-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: inherit; }
a.list-row:hover { background: var(--hs-soft); text-decoration: none; }
.list-row .ic { color: var(--hs-navy); flex: none; }
.list-row .label { font-size: 13px; font-weight: 600; color: var(--hs-navy); line-height: 1.3; }
.list-row .value { font-size: 13px; color: var(--hs-text); line-height: 1.4; }
.list-row .grow { flex: 1; min-width: 0; }

/* ---------- Seksjoner ---------- */
.section { padding: 8px var(--hs-gutter) 20px; }
.section-head { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.section-head .sub { font-size: 13px; color: var(--hs-text); line-height: 1.5; }
.section-soft { background: var(--hs-soft); border-top: 1px solid var(--hs-border); border-bottom: 1px solid var(--hs-border); padding-top: 24px; padding-bottom: 24px; }
.stack { display: flex; flex-direction: column; gap: 10px; }
.stack-lg { display: flex; flex-direction: column; gap: 16px; }

/* ---------- Fanerad ---------- */
.tabs { display: flex; gap: 8px; padding: 0 var(--hs-gutter) 16px; border-bottom: 1px solid var(--hs-border); overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { display: inline-flex; align-items: center; gap: 5px; padding: 9px 13px; border-radius: 999px; background: var(--hs-soft); color: var(--hs-text); font-size: 13px; font-weight: 600; white-space: nowrap; line-height: 1.2; }
.tab .n { font-weight: 500; color: var(--hs-muted); }
.tab.active { background: var(--hs-navy); color: #fff; }
.tab.active .n { color: #C3DAE4; }
a.tab:hover { text-decoration: none; background: #e6eef2; }
a.tab.active:hover { background: var(--hs-navy); }
@media (min-width: 768px) { .tabs { gap: 10px; padding-top: 16px; padding-bottom: 16px; } .tab { padding: 10px 18px; } }

/* ---------- Brødsmuler ---------- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 12px; color: var(--hs-muted); }
.crumbs a { color: var(--hs-muted); }
.crumbs .ic { width: 12px; height: 12px; }

/* ---------- Header ---------- */
.hs2-header { background: var(--hs-navy); color: #fff; }
.hs2-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding-top: 14px; padding-bottom: 14px; }
.hs2-header .brand { color: #fff; display: inline-flex; }
.hs2-header .nav { display: none; gap: 22px; }
.hs2-header .nav a { color: #D7EAF4; font-size: 14px; font-weight: 500; }
.hs2-header .nav a:hover, .hs2-header .nav a.active { color: #fff; text-decoration: none; }
.hs2-header .actions { display: flex; align-items: center; gap: 6px; }
.hs2-header .btn-search { display: inline-flex; width: 36px; height: 30px; align-items: center; justify-content: center; color: #fff; }
.hs2-header .btn-menu { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 13px; font-weight: 600; }
/* Knappene ligger på navy; lys flate markerer hover, litt sterkere ved trykk. */
.hs2-header .btn-menu, .hs2-header .btn-search { cursor: pointer; transition: background .13s, border-color .13s; }
.hs2-header .btn-search { border-radius: 999px; }
.hs2-header .btn-menu:hover, .hs2-header .btn-search:hover { background: rgba(255,255,255,.22); text-decoration: none; }
.hs2-header .btn-menu:active, .hs2-header .btn-search:active { background: rgba(255,255,255,.3); }
.hs2-header .btn-menu:focus-visible, .hs2-header .btn-search:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.hs2-header .search { display: none; }
@media (min-width: 768px) {
  .hs2-header .bar { min-height: 64px; padding-top: 16px; padding-bottom: 16px; }
  .hs2-header .nav { display: flex; }
  .hs2-header .btn-search { width: 34px; height: 32px; }
  .hs2-header .btn-menu { padding: 8px 13px; }
}
@media (min-width: 1200px) {
  .hs2-header .bar { min-height: 71px; gap: 32px; padding-top: 18px; padding-bottom: 18px; }
  .hs2-header .nav a { font-size: 15px; }
  .hs2-header .search { display: flex; flex: 1; max-width: 340px; align-items: center; gap: 9px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); color: #BBDCEC; font-size: 14px; }
  .hs2-header .search input { flex: 1; min-width: 0; background: none; border: 0; color: #fff; font: inherit; outline: none; }
  .hs2-header .search input::placeholder { color: #BBDCEC; }
  .hs2-header .btn-search { display: none; }
  .hs2-header .btn-menu { border-radius: 999px; background: none; border: 1px solid rgba(255,255,255,.33); padding: 8px 12px; }
  .hs2-header .btn-menu:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.6); }
  .hs2-header .btn-menu:active { background: rgba(255,255,255,.22); }
}

/* ---------- Meny- og søkeoverlay (skjerm 44) ---------- */
.hs2-overlay { position: fixed; inset: 0; z-index: 1000; overflow-y: auto; color: #fff; background: linear-gradient(200deg, #003A53, #005C86); display: none; }
.hs2-overlay.open { display: block; }
.hs2-overlay .ov-head { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 16px var(--hs-gutter); }
.hs2-overlay .ov-head > a { color: #fff; }
.hs2-overlay .btn-close { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 13px; font-weight: 600; }
.hs2-overlay .btn-close { cursor: pointer; transition: background .13s, border-color .13s; }
.hs2-overlay .btn-close:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.55); }
.hs2-overlay .btn-close:active { background: rgba(255,255,255,.3); }
.hs2-overlay .btn-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.hs2-overlay .ov-search { padding: 10px var(--hs-gutter) 20px; display: flex; flex-direction: column; gap: 12px; }
.hs2-overlay .ov-search h2 { font-size: 22px; font-weight: 700; line-height: 1.25; color: #fff; }
.hs2-overlay .ov-search p { font-size: 14px; color: #BBDCEC; line-height: 1.5; }
.hs2-overlay .ov-form { display: flex; align-items: center; gap: 10px; padding: 6px 6px 6px 16px; border-radius: 999px; background: #fff; }
.hs2-overlay .ov-form input { flex: 1; min-width: 0; border: 0; background: none; font: inherit; font-size: 15px; color: var(--hs-text); outline: none; }
.hs2-overlay .ov-form input::placeholder { color: var(--hs-muted); }
.hs2-overlay .ov-form button { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 999px; background: var(--hs-navy); color: #fff; }
.hs2-overlay .ov-form button { transition: background .13s, transform .08s; }
.hs2-overlay .ov-form button:hover { background: var(--hs-blue); }
.hs2-overlay .ov-form button:active { background: var(--hs-blue); transform: scale(.96); }
.hs2-overlay .ov-form button:focus-visible { outline: 3px solid var(--hs-accent); outline-offset: 2px; }
.hs2-overlay .ov-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #8FB7C7; }
.hs2-overlay .ov-examples { display: flex; flex-wrap: wrap; gap: 7px; }
.hs2-overlay .ov-examples a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); color: #fff; font-size: 13px; font-weight: 500; }
.hs2-overlay .ov-shortcuts { display: flex; gap: 8px; padding: 0 var(--hs-gutter) 20px; }
.hs2-overlay .ov-shortcuts a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 13px 8px; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); color: #fff; font-size: 12px; font-weight: 600; }
.hs2-overlay .ov-menu { margin: 0 var(--hs-gutter) 24px; padding: 4px 14px; border-radius: 14px; background: #FFFFFF14; border: 1px solid #FFFFFF3D; }
.hs2-overlay .ov-item { border-bottom: 1px solid #FFFFFF29; }
.hs2-overlay .ov-item:last-child { border-bottom: 0; }
.hs2-overlay .ov-item > button { display: flex; width: 100%; align-items: center; gap: 12px; padding: 16px 0; color: #fff; font-size: 16px; font-weight: 600; text-align: left; }
.hs2-overlay .ov-item > button .grow { flex: 1; }
.hs2-overlay .ov-item > button .chev { color: #8FB7C7; transition: transform .15s; }
.hs2-overlay .ov-item > button:hover .grow { text-decoration: underline; }
.hs2-overlay .ov-item > button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.hs2-overlay .ov-item.open > button .chev { transform: rotate(180deg); }
.hs2-overlay .ov-sub { display: none; margin-bottom: 14px; padding: 4px 6px 8px; border-radius: 11px; background: #00000033; border: 1px solid #FFFFFF29; }
.hs2-overlay .ov-item.open .ov-sub { display: block; }
.hs2-overlay .ov-sub h3 { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #8FB7C7; padding: 10px 12px 4px; }
.hs2-overlay .ov-sub a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px; color: #DCEAF2; font-size: 14px; }
.hs2-overlay .ov-sub a:hover { background: rgba(255,255,255,.1); color: #fff; text-decoration: none; }
.hs2-overlay .ov-sub a.hl { color: #8FD3F0; font-weight: 600; }
.hs2-overlay .ov-sub .cols { display: grid; grid-template-columns: 1fr 1fr; }
@media (min-width: 768px) {
  .hs2-overlay .ov-inner { max-width: 704px; margin: 0 auto; }
  .hs2-overlay .ov-search h2 { font-size: 26px; }
}
@media (min-width: 1200px) {
  .hs2-overlay .ov-inner { max-width: 900px; }
}

/* ---------- Footer ---------- */
.hs2-footer { background: var(--hs-navy); color: #fff; margin-top: auto; }
.hs2-footer .inner { display: flex; flex-direction: column; gap: 22px; padding-top: 26px; padding-bottom: 28px; }
.hs2-footer .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hs2-footer .col { display: flex; flex-direction: column; gap: 9px; }
.hs2-footer .col h3 { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #8FB7C7; }
.hs2-footer .col a { color: #fff; font-size: 14px; line-height: 1.5; }
.hs2-footer .col-res, .hs2-footer .col-follow { display: none; }
.hs2-footer .social { display: flex; gap: 10px; }
.hs2-footer .social a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; }
.hs2-footer .legal { display: flex; flex-direction: column; gap: 6px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; line-height: 1.5; }
.hs2-footer .legal a { color: #C3DAE4; }
.hs2-footer .legal .copy { color: #8FB7C7; }
.hs2-footer .brand { display: none; }
.hs2-footer .slogan { font-size: 13px; color: #BBDCEC; line-height: 1.55; }
@media (min-width: 768px) {
  .hs2-footer .inner { gap: 26px; padding-top: 34px; padding-bottom: 32px; }
  .hs2-footer .cols { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .hs2-footer .col-res, .hs2-footer .col-follow { display: flex; }
  .hs2-footer .social { display: none; }
  .hs2-footer .legal { flex-direction: row; justify-content: space-between; padding-top: 20px; }
}
@media (min-width: 1200px) {
  .hs2-footer .inner { padding-top: 44px; padding-bottom: 36px; gap: 30px; }
  .hs2-footer .top { display: flex; gap: 60px; }
  .hs2-footer .brand { display: flex; flex-direction: column; gap: 12px; width: 300px; flex: none; }
  .hs2-footer .cols { flex: 1; gap: 32px; }
  .hs2-footer .legal { font-size: 13px; padding-top: 22px; }
}

/* ---------- Sidekolonne-grid (profiler, artikler) ---------- */
.hs2-page { display: flex; flex-direction: column; min-height: 100vh; }
.hs2-main { flex: 1; }
.layout-2col { display: block; }
@media (min-width: 768px) {
  .layout-2col { display: grid; grid-template-columns: minmax(0, 1fr) 240px; column-gap: 24px; align-items: start; padding-top: 26px; padding-bottom: 26px; }
  .layout-2col > .col-main { grid-column: 1; min-width: 0; }
  .layout-2col > .col-side { grid-column: 2; display: flex; flex-direction: column; gap: 16px; }
  .layout-2col .section { padding-left: 0; padding-right: 0; }
  .layout-2col .section-soft { border: 1px solid var(--hs-border); border-radius: 16px; padding-left: 20px; padding-right: 20px; }
}
@media (min-width: 1200px) {
  .layout-2col { grid-template-columns: minmax(0, 1fr) 360px; column-gap: 40px; padding-top: 40px; padding-bottom: 40px; }
  .layout-2col > .col-side { gap: 20px; }
}

/* ---------- Tomtilstand ---------- */
.empty { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 24px 16px; text-align: center; border: 1px dashed var(--hs-border-strong); border-radius: 14px; color: var(--hs-muted); font-size: 14px; }
.empty .ic { color: var(--hs-border-strong); }
.empty strong { color: var(--hs-navy); }

/* ---------- Avatar og logoflate ---------- */
.avatar { display: inline-flex; flex: none; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 999px; background: var(--hs-soft); border: 1px solid var(--hs-border-strong); color: var(--hs-navy); overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-sm { width: 38px; height: 38px; }
.logo-box { display: inline-flex; flex: none; align-items: center; justify-content: center; width: 104px; height: 52px; border-radius: 10px; background: #fff; border: 1px solid var(--hs-border); overflow: hidden; }
.logo-box img { max-width: 92%; max-height: 80%; width: auto; height: auto; object-fit: contain; }
.logo-box .placeholder { font-size: 18px; font-weight: 700; color: var(--hs-navy); letter-spacing: .02em; }

/* ---------- CTA mot klinikker («Din klinikk her?») ---------- */
.clinic-cta { padding: 24px var(--hs-gutter); background: var(--hs-navy); color: #fff; display: flex; flex-direction: column; gap: 12px; }
.clinic-cta .eyebrow { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 12px; font-weight: 600; }
.clinic-cta h2 { font-size: 22px; font-weight: 700; line-height: 1.2; }
.clinic-cta p { font-size: 15px; line-height: 1.55; color: #D7EAF4; }
.clinic-cta .row { display: flex; gap: 10px; }
.clinic-cta .row .btn { flex: 1; }
@media (min-width: 768px) {
  .clinic-cta { border-radius: 16px; margin: 0 var(--hs-gutter) 24px; }
  .clinic-cta .row { justify-content: flex-start; }
  .clinic-cta .row .btn { flex: none; }
}
@media (min-width: 1200px) {
  .clinic-cta { flex-direction: row; align-items: center; justify-content: space-between; margin-left: auto; margin-right: auto; max-width: var(--hs-content); padding: 32px 40px; }
  .clinic-cta .text { display: flex; flex-direction: column; gap: 10px; }
}

/* ---------- Paginering ---------- */
.pager { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; }
.pager .txt { font-size: 13px; color: var(--hs-muted); }
.pager .btns { display: flex; gap: 8px; }
.pager .btns a, .pager .btns span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--hs-border-strong); color: var(--hs-navy); background: #fff; }
.pager .btns span { opacity: .4; }

/* ---------- Skjemafelt ---------- */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; color: var(--hs-navy); }
.field input, .field textarea, .field select { width: 100%; padding: 11px 13px; border: 1px solid var(--hs-border-strong); border-radius: 10px; font: inherit; font-size: 15px; color: var(--hs-text); background: #fff; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--hs-accent); outline-offset: 1px; border-color: var(--hs-accent); }
.field .hint { font-size: 12px; color: var(--hs-muted); }
.field.error input, .field.error textarea { border-color: var(--hs-danger); }
.field .err { font-size: 12px; font-weight: 600; color: var(--hs-danger); }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.45; }
.check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--hs-navy); }

/* ---------- Nedtrekk (radio-dropdown) ---------- */
.dropdown { position: relative; display: inline-block; }
.dropdown .label { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: var(--hs-soft); border: 1px solid var(--hs-border); color: var(--hs-navy); font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.dropdown .label.active { background: var(--hs-navy); color: #fff; border-color: var(--hs-navy); }
.dropdown .options { display: none; position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; min-width: 240px; max-height: 60vh; overflow-y: auto; background: #fff; border: 1px solid var(--hs-border-strong); border-radius: 12px; box-shadow: 0 8px 24px rgba(0,36,56,.12); padding: 6px; }
.dropdown.open .options { display: block; }
.dropdown .options .row a, .dropdown .options a.radio { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 8px; color: var(--hs-text); font-size: 14px; }
.dropdown .options .row a:hover { background: var(--hs-soft); text-decoration: none; }
.dropdown .options .row a.checked { background: var(--hs-soft); color: var(--hs-navy); font-weight: 600; }
