/* ----------------------------------
   Site
---------------------------------- */
:root {
    --hb-dark: #1e1e1c;
    --hb-nav-premium: #11110f;
    --hb-dark-soft: #2a2926;
    --hb-gold: #c2a56b;
    --hb-gold-soft: #d6bf8e;
    --hb-white: #ffffff;
    --hb-muted: rgba(255, 255, 255, 0.78);
    --hb-text: #262521;
    --hb-body-bg: #f7f5ef;
    --hb-border: rgba(194, 165, 107, 0.32);
    --hb-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--hb-text);
    background: var(--hb-body-bg);
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img,
svg {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

:focus-visible {
    outline: 2px solid var(--hb-gold);
    outline-offset: 4px;
}

::selection {
    color: var(--hb-dark);
    background: var(--hb-gold);
}


/* ----------------------------------
   Bilonline
---------------------------------- */

#container1{
	display:contents;
}

#container2.main-container2 {
    display: contents;
}

.main-container1,
.main-container2,
.main-container3,
.main-container4,
.main-container5,
.main-container6 {
    padding: 0 !important;
	display:contents!important;
}

.main-container7 {
    width: 100%;
    padding: 7.5rem 0;
}

#bodycontainer>.main-container8 {
    max-width: 82.5rem !important;
    padding: 4rem 1.25rem;
}

.main-containerbilvisning {
    max-width: 82.5rem !important;
    padding: 4rem 1.25rem;
}

.main-containerfooter{
	display:contents!important;
}

.main-containernavbar{
	display:contents!important;
}


/* ----------------------------------
   Page Content
---------------------------------- */
.hb-page-hero {
    position: relative;
    display: grid;
    min-height: 50rem;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--hb-white);
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        var(--hb-page-hero-image, url("../images/sektioner/uploads/hb-page-hero.webp"));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hb-page-hero::after {
    content: none;
}

.hb-page-hero__content {
    display: flex;
    width: min(100%, 40rem);
    flex-direction: column;
    align-items: center;
    padding: 8rem 1.25rem 4rem;
    text-align: center;
}

.hb-page-hero__kicker {
    order: 2;
    margin: 0.35rem 0 0;
    color: var(--hb-gold);
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.65;
    text-transform: none;
}

.hb-page-hero h1 {
    order: 1;
    margin: 0;
    color: var(--hb-white);
    font-size: clamp(2.25rem, 4.5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.4;
}

.hb-page-hero p:not(.hb-page-hero__kicker) {
    order: 3;
    max-width: 34rem;
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.hb-page-hero .hb-btn {
    order: 4;
    margin-top: 1rem;
}

.hb-page-placeholder {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: var(--hb-body-bg);
}

.hb-page-placeholder__inner {
    max-width: 54rem;
}

.hb-page-placeholder h2 {
    margin: 0;
    color: var(--hb-dark);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
}

.hb-page-placeholder p {
    margin: 1rem 0 0;
    color: rgba(38, 37, 33, 0.74);
    font-size: 1.06rem;
    line-height: 1.75;
}

.hb-section-white {
    padding: clamp(4.5rem, 8vw, 6.25rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.hb-section-gray {
    padding: clamp(4.5rem, 8vw, 6.25rem) 0;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
}

.hb-section-white__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(3.5rem, 6vw, 5rem);
}

.hb-section-gray__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(2.25rem, 5vw, 3.75rem);
}

.hb-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
}

.hb-contact-block {
    min-height: 22.3rem;
    padding: 2.5rem 1.875rem;
    border: 1px solid var(--hb-gold);
    border-radius: 1.25rem;
    color: rgba(30, 30, 28, 0.9);
}

.hb-contact-block h2 {
    margin: 0 0 1.5rem;
    color: rgba(30, 30, 28, 0.88);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.hb-contact-block__rows {
    display: grid;
    gap: 0.75rem;
}

.hb-contact-block__row {
    display: grid;
    grid-template-columns: minmax(5rem, auto) minmax(0, 1fr);
    gap: 1.3rem;
    align-items: start;
    font-size: 1rem;
    line-height: 1.85;
}

.hb-contact-block__row > strong {
    font-weight: 700;
    white-space: nowrap;
}

.hb-contact-block__row a {
    transition: color 180ms ease;
}

.hb-contact-block__row a:hover,
.hb-contact-block__row a:focus-visible {
    color: var(--hb-gold);
}

.hb-contact-block__address span {
    display: block;
}

.hb-contact-block__note {
    margin: 1rem 0 0;
    color: rgba(30, 30, 28, 0.68);
    line-height: 1.65;
}

.hb-contact-find {
    position: relative;
    display: grid;
    min-height: 22.3rem;
    place-items: center;
    overflow: hidden;
    border-radius: 1.5rem;
    isolation: isolate;
}

.hb-contact-find__media,
.hb-contact-find__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hb-contact-find__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-contact-find__overlay {
    z-index: -1;
    background: rgba(3, 3, 2, 0.9);
}

.hb-contact-find .hb-btn {
    margin: 1.5rem;
}

.hb-contact-find__pin {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
}

.hb-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 4vw, 3.75rem);
    align-items: center;
    padding: 2.5rem 0;
}

.hb-content-grid.is-flipped .hb-content-grid__media,
.hb-content-grid.flipped .hb-content-grid__media {
    order: 2;
}

.hb-content-grid.is-flipped .hb-content-grid__content,
.hb-content-grid.flipped .hb-content-grid__content {
    order: 1;
}

.hb-content-grid__media {
    height: 25rem;
    min-height: 25rem;
    overflow: hidden;
    border-radius: 1.5rem;
}

.hb-content-grid__media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.hb-content-grid__content {
    display: flex;
    min-height: 32.3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hb-content-grid__content h2,
.hb-page-banner__content h2 {
    margin: 0;
    font-size: clamp(1.65rem, 2.4vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
}

.hb-content-grid__content h2 {
    color: rgba(30, 30, 28, 0.88);
}

.hb-content-grid__lead,
.hb-page-banner__lead {
    margin: 0.75rem 0 0;
    color: rgba(194, 165, 107, 0.9);
    font-size: clamp(1rem, 2vw, 1.0625rem);
    font-weight: 500;
    line-height: 1.85;
}

.hb-content-grid__text,
.hb-page-banner__text {
    margin: 1.25rem 0 0;
    font-size: 1rem;
    line-height: 1.85;
}

.hb-content-grid__text {
    color: rgba(30, 30, 28, 0.9);
}

.hb-content-grid .hb-btn {
    margin-top: 1.35rem;
}

.hb-btn-secondary {
    color: var(--hb-white);
    border-color: var(--hb-dark);
    background: var(--hb-dark);
}

.hb-btn-secondary:hover,
.hb-btn-secondary:focus-visible {
    color: var(--hb-dark);
    border-color: var(--hb-gold);
    background: var(--hb-gold);
}

.hb-page-banner {
    position: relative;
    min-height: 28rem;
    overflow: hidden;
    border-radius: 1.5rem;
    isolation: isolate;
    color: var(--hb-white);
}

.hb-page-banner__media,
.hb-page-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hb-page-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-page-banner__overlay {
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}

.hb-page-banner__content {
    display: flex;
    width: min(100%, 45rem);
    min-height: 28rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(3rem, 7vw, 6.25rem);
}

.hb-page-banner__content h2,
.hb-page-banner__text {
    color: var(--hb-white);
}

.hb-page-banner .hb-btn {
    margin-top: 1rem;
}

.hb-treatment-heading,
.hb-partners__heading {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.hb-treatment-heading h2,
.hb-partners__heading h2 {
    margin: 0;
    color: var(--hb-dark);
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.25;
}

.hb-treatment-heading p,
.hb-partners__heading p {
    margin: 0.75rem 0 0;
    color: rgba(30, 30, 28, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.hb-treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.hb-treatment-card {
    display: flex;
    min-height: 13.5rem;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.45rem;
    border: 1px solid rgba(194, 165, 107, 0.48);
    border-radius: 1rem;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(17, 17, 15, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hb-treatment-card:hover,
.hb-treatment-card:focus-visible {
    border-color: var(--hb-gold);
    box-shadow: 0 24px 54px rgba(17, 17, 15, 0.1);
    transform: translateY(-0.25rem);
}

.hb-treatment-card h3 {
    margin: 0;
    color: var(--hb-dark);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.hb-treatment-card p {
    margin: 0.75rem 0 0;
    color: rgba(30, 30, 28, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

.hb-treatment-card > span {
    display: inline-flex;
    width: fit-content;
    color: var(--hb-gold);
    font-weight: 800;
    line-height: 1.3;
}


/* =========================================================
   About - Service directory
   ========================================================= */

.hb-service-directory {
    display: grid;
    gap: 2rem;
    padding: 2.5rem 0;
}

.hb-service-directory__heading {
    margin: 0;
    color: var(--hb-dark);
    font-size: clamp(1.65rem, 2.4vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.hb-service-directory__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hb-service-directory__link {
    display: flex;
    min-height: 5.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(194, 165, 107, 0.48);
    border-radius: 0.5rem;
    color: var(--hb-dark);
    background: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.75rem rgba(17, 17, 15, 0.045);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hb-service-directory__link:hover,
.hb-service-directory__link:focus-visible {
    color: var(--hb-dark);
    border-color: var(--hb-gold);
    box-shadow: 0 1rem 2.25rem rgba(17, 17, 15, 0.08);
    transform: translateY(-0.2rem);
}

.hb-service-directory__icon {
    display: inline-flex;
    width: 1.85rem;
    height: 1.85rem;
    flex: 0 0 1.85rem;
    align-items: center;
    justify-content: center;
    color: var(--hb-gold);
    opacity: 0.82;
    transition: transform 220ms ease;
}

.hb-service-directory__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hb-service-directory__link:hover .hb-service-directory__icon,
.hb-service-directory__link:focus-visible .hb-service-directory__icon {
    transform: translateX(0.2rem);
}

@media (max-width: 991.98px) {
    .hb-service-directory {
        padding: 1rem 0;
    }

    .hb-service-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .hb-service-directory__heading {
        text-align: left;
    }

    .hb-service-directory__grid {
        grid-template-columns: 1fr;
    }

    .hb-service-directory__link {
        min-height: 5rem;
    }
}

.hb-partners {
    padding: clamp(4.5rem, 8vw, 6.25rem) 0;
    overflow: hidden;
    background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
}

.hb-partners__inner {
    max-width: 82.5rem;
}

.hb-partners__slider {
    margin-top: 2.5rem;
    overflow: hidden;
    padding: 0.25rem 0.125rem 1rem;
}

.hb-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.5rem;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid var(--hb-gold);
    border-radius: 1rem;
    background: #f7f7f7;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.5rem rgba(17, 17, 15, 0);
    transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hb-partner-card:hover,
.hb-partner-card:focus-visible {
    background: #ffffff;
    border-color: rgba(194, 165, 107, 0.72);
    box-shadow: 0 0.45rem 1.1rem rgba(17, 17, 15, 0.045);
    transform: translateY(-0.125rem);
}

.hb-partner-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 8.25rem;
    max-height: 4rem;
    object-fit: contain;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hb-partner-card:hover img,
.hb-partner-card:focus-visible img {
    transform: scale(1.02);
}

.hb-partners__swipe-hint,
.hb-partners__pagination {
    display: none;
}

.hb-form-section {
    padding: 0 0 clamp(4.5rem, 8vw, 6.25rem);
    background: linear-gradient(180deg, #ffffff 0%, rgba(244, 244, 244, 0.96) 100%);
}

.hb-form-banner {
    position: relative;
    display: grid;
    min-height: 31.25rem;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--hb-gold);
}

.hb-form-banner__media,
.hb-form-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hb-form-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-form-banner__overlay {
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.hb-form-banner h2 {
    max-width: min(100% - 2rem, 60rem);
    margin: 0;
    padding: 0 1rem;
    color: var(--hb-white);
    font-size: clamp(2rem, 4.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.hb-contact-form {
    width: min(100% - 2rem, 37.5rem);
    margin: clamp(4rem, 8vw, 6.25rem) auto 0;
}

.hb-contact-form__fields {
    display: grid;
    gap: 0.75rem;
}

.hb-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.hb-contact-form .form-floating > .form-control,
.hb-contact-form .form-floating > .form-select {
    min-height: 3.125rem;
    padding: 1.35rem 1rem 0.45rem;
    border: 0;
    border-radius: 0.5rem;
    color: var(--hb-dark);
    background: #f1f2f2;
    font-size: 0.95rem;
    box-shadow: none;
}

.hb-contact-form .form-floating > .form-select {
    padding-right: 2.5rem;
    background-color: #f1f2f2;
    background-position: right 1rem center;
    background-size: 0.75rem;
    cursor: pointer;
}

.hb-contact-form .form-floating > textarea.form-control {
    min-height: 7.8rem;
    padding-top: 2.2rem;
    resize: vertical;
}

.hb-contact-form .form-floating > label {
    left: 0;
    padding: 0.88rem 1rem;
    color: rgba(25, 25, 25, 0.75);
    background: transparent;
    font-size: 0.84rem;
    line-height: 1.2;
}

.hb-contact-form .form-floating > label::after {
    background: transparent !important;
}

.hb-contact-form .form-floating > .form-control:focus ~ label,
.hb-contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.hb-contact-form .form-floating > .form-select ~ label {
    color: rgba(25, 25, 25, 0.62);
    background: transparent;
    font-size: 0.76rem;
    opacity: 1;
    transform: scale(0.92) translateY(-0.52rem) translateX(0.15rem);
}

.hb-contact-form .form-control:focus {
    background: #f7f7f7;
    outline: 2px solid rgba(194, 165, 107, 0.45);
    outline-offset: 0;
}

.hb-contact-form .form-select:focus {
    border-color: transparent;
    background-color: #f7f7f7;
    box-shadow: none;
    outline: 2px solid rgba(194, 165, 107, 0.45);
    outline-offset: 0;
}

.hb-contact-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 1.25rem 0 0;
    color: #191919;
    font-size: 0.88rem;
    line-height: 1.7;
}

.hb-contact-form__consent .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
    border-color: #eaeaea;
    border-radius: 0.35rem;
    background-color: #f3f5f9;
}

.hb-contact-form__consent .form-check-input:checked {
    border-color: var(--hb-gold);
    background-color: var(--hb-gold);
}

.hb-contact-form__consent a {
    color: var(--hb-gold);
    font-weight: 500;
}

.hb-contact-form .hb-btn {
    margin-top: 1.1rem;
}

.hb-contact-form__upload {
    display: inline-flex;
    width: fit-content;
    min-height: 3.125rem;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    color: rgba(25, 25, 25, 0.75);
    background: #f1f2f2;
    font-size: 0.84rem;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}

.hb-contact-form__upload:hover,
.hb-contact-form__upload:focus-visible {
    color: var(--hb-dark);
    background: #e9e9e9;
}

.hb-contact-form__upload svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--hb-gold);
}

.hb-contact-form__file-meta {
    display: block;
    margin-top: 0.35rem;
    color: rgba(25, 25, 25, 0.58);
    font-size: 0.78rem;
}


.bo-form-response {
    margin-top: 1.5rem;
    color: var(--hb-dark);
    font-weight: 500;
}

.hb-faq-section {
    padding: 0 0 clamp(4.5rem, 8vw, 6.25rem);
    background: linear-gradient(180deg, #ffffff 0%, rgba(244, 244, 244, 0.96) 100%);
}

.hb-faq-section .hb-form-banner__overlay {
    background: rgba(0, 0, 0, 0.6);
}

.hb-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 4vw, 3.75rem);
    align-items: center;
    padding: clamp(4.5rem, 8vw, 6.25rem) 0 0;
}

.hb-faq-grid__content {
    display: flex;
    min-height: 32.3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hb-faq-grid__content h2 {
    margin: 0;
    color: rgba(30, 30, 28, 0.88);
    font-size: clamp(1.65rem, 2.4vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
}

.hb-faq-grid__lead {
    margin: 0.75rem 0 0;
    color: rgba(194, 165, 107, 0.9);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.85;
}

.hb-faq-grid__text {
    margin: 1.25rem 0 0;
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    line-height: 1.85;
}

.hb-faq-grid .hb-btn {
    margin-top: 1.35rem;
}

.hb-faq-accordion {
    display: grid;
    gap: 1rem;
}

.hb-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #f1f2f2;
    border-radius: 0.75rem;
    background: #f1f2f2;
}

.hb-faq-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.75rem;
    padding: 0.95rem 1.25rem;
    color: var(--hb-dark);
    background: #f1f2f2;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: none;
}

.hb-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.hb-faq-accordion .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-left: auto;
    background-size: 1rem;
    transition: transform 260ms ease;
}

.hb-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) scale(1.08);
}

.hb-faq-accordion .accordion-body {
    padding: 0 1.25rem 1.25rem;
    color: rgba(30, 30, 28, 0.78);
    background: #f1f2f2;
    font-size: 0.98rem;
    line-height: 1.7;
}

.hb-hero {
    position: relative;
    display: grid;
    min-height: max(800px, 100svh);
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--hb-white);
    background: var(--hb-dark);
}

.hb-hero__media,
.hb-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hb-hero__media {
    background-image: url("/images/sektioner/uploads/hb-main-hero.webp");
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.hb-hero__overlay {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.72) 100%),
        radial-gradient(circle at 50% 52%, rgba(30, 30, 28, 0.08) 0%, rgba(30, 30, 28, 0.52) 68%);
}

.hb-hero__content {
    width: min(100%, 700px);
    padding: 8rem 1.25rem 4.5rem;
    text-align: center;
}

.hb-hero__eyebrow {
    margin: 0 0 0.25rem;
    color: var(--hb-gold);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.hb-hero__title {
    margin: 0;
    color: var(--hb-white);
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.08;
}

.hb-hero__subtitle {
    max-width: 680px;
    margin: 0.7rem auto 0;
    color: var(--hb-gold);
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    font-weight: 600;
    line-height: 1.65;
}

.hb-hero__text {
    max-width: 660px;
    margin: 0.55rem auto 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.hb-hero__button {
    margin-top: 1rem;
}

.hb-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    gap: 0.35rem;
    padding: 0.85rem 1.15rem;
    border: 2px solid transparent;
    border-radius: 999px;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.hb-btn::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 42%);
    opacity: 0;
    transition: opacity 220ms ease;
}

.hb-btn > span {
    position: relative;
    z-index: 1;
}

.hb-btn:hover,
.hb-btn:focus-visible {
    transform: translateY(-2px);
}

.hb-btn:hover::before,
.hb-btn:focus-visible::before {
    opacity: 1;
}

.hb-btn-ghost {
    color: var(--hb-white);
    border-color: var(--hb-gold);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.hb-btn-ghost:hover,
.hb-btn-ghost:focus-visible {
    color: var(--hb-dark);
    background: var(--hb-gold);
    box-shadow: 0 20px 42px rgba(194, 165, 107, 0.24);
}

.hb-btn-primary {
    color: var(--hb-dark);
    border-color: var(--hb-gold);
    background: var(--hb-gold);
}

.hb-btn-primary:hover,
.hb-btn-primary:focus-visible {
    color: var(--hb-dark);
    border-color: var(--hb-gold-soft);
    background: var(--hb-gold-soft);
}

.hb-btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    color: currentColor;
    animation: hb-arrow-hint 1.8s ease-in-out infinite;
}

.hb-btn__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hb-btn:hover .hb-btn__icon,
.hb-btn:focus-visible .hb-btn__icon {
    animation-duration: 850ms;
}

@keyframes hb-arrow-hint {
    0%,
    100% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(4px);
    }
}

.hb-intro {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: var(--hb-body-bg);
}

.hb-services {
    position: relative;
    padding: clamp(5rem, 8vw, 6.25rem) 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}

.hb-services__inner {
    max-width: 86.25rem;
}

.hb-services__title {
    margin: 0 0 clamp(2.5rem, 6vw, 5rem);
    color: var(--hb-gold);
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.hb-services__slider {
    overflow: visible;
}

.hb-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
}

.hb-services__slide {
    height: auto;
}

.hb-service-card {
    position: relative;
    display: flex;
    min-height: 21.875rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 7vw, 6.25rem) clamp(2rem, 6vw, 8.75rem);
    border-radius: 1.5rem;
    overflow: hidden;
    isolation: isolate;
    color: var(--hb-white);
    box-shadow: 0 18px 44px rgba(17, 17, 15, 0.1);
    transform: translateY(0);
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.hb-service-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.66) 100%),
        radial-gradient(circle at 50% 44%, rgba(194, 165, 107, 0.1), transparent 52%);
    transition: background-color 280ms ease, opacity 280ms ease;
}

.hb-service-card__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--card-image);
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform 700ms ease;
}

.hb-service-card__content {
    display: flex;
    width: min(100%, 23.2rem);
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.hb-service-card__icon {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
    transition: transform 280ms ease;
}

.hb-service-card__icon-hcp {
    width: 10rem!important;
    height: 6rem!important;
}

.hb-service-card__copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

.hb-service-card__title {
    color: rgba(194, 165, 107, 0.95);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.hb-service-card__text {
    min-height: 5.65rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
}

.hb-service-card__button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.72rem 1.12rem;
    border-radius: 999px;
    color: var(--hb-dark);
    background: #fafafa;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.2;
    transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.hb-service-card__button-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
}

.hb-service-card__button-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hb-service-card:hover,
.hb-service-card:focus-visible {
    transform: translateY(-0.45rem);
    box-shadow: 0 28px 64px rgba(17, 17, 15, 0.18);
}

.hb-service-card:hover .hb-service-card__bg,
.hb-service-card:focus-visible .hb-service-card__bg {
    transform: scale(1.08);
}

.hb-service-card:hover .hb-service-card__icon,
.hb-service-card:focus-visible .hb-service-card__icon {
    transform: translateY(-0.25rem) scale(1.04);
}

.hb-service-card:hover .hb-service-card__button,
.hb-service-card:focus-visible .hb-service-card__button {
    color: var(--hb-dark);
    background: var(--hb-gold);
    transform: translateY(-0.1rem);
}

.hb-services__swipe-hint {
    display: none;
}

.hb-services__pagination {
    display: none;
}

.hb-intro__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hb-intro__copy {
    max-width: 660px;
}

.hb-section-kicker {
    margin: 0 0 0.65rem;
    color: #8a6d34;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.hb-intro h2 {
    max-width: 620px;
    margin: 0;
    color: var(--hb-dark);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
}

.hb-intro p:not(.hb-section-kicker) {
    max-width: 620px;
    margin: 1rem 0 0;
    color: rgba(38, 37, 33, 0.74);
    font-size: 1.08rem;
    line-height: 1.75;
}

[data-animate="hero"],
.section-animate {
    opacity: 0;
}

@media (max-width: 1199.98px) {
    .hb-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-contact-find {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 4.75rem;
    }

    .hb-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hb-contact-find {
        grid-column: auto;
    }

    .hb-section-white {
        padding: 4.5rem 0;
    }

    .hb-section-gray {
        padding: 4.5rem 0;
    }

    .hb-content-grid,
    .hb-content-grid.is-flipped,
    .hb-content-grid.flipped {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0;
    }

    .hb-content-grid__media,
    .hb-content-grid.is-flipped .hb-content-grid__media,
    .hb-content-grid.flipped .hb-content-grid__media {
        order: 1;
    }

    .hb-content-grid__content,
    .hb-content-grid.is-flipped .hb-content-grid__content,
    .hb-content-grid.flipped .hb-content-grid__content {
        order: 2;
        min-height: 0;
    }

    .hb-content-grid__media {
        height: clamp(18rem, 62vw, 25rem);
        min-height: 0;
    }

    .hb-content-grid__media img {
        min-height: 0;
    }

    .hb-page-banner__content {
        min-height: 25rem;
        padding: 3rem 2rem;
    }

    .hb-form-banner {
        min-height: 24rem;
    }

    .hb-treatment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-contact-form__row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .hb-faq-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hb-faq-grid__content {
        min-height: 0;
    }

    .hb-hero {
        min-height: max(760px, 100svh);
    }

    .hb-hero__content {
        padding-top: 7rem;
        padding-bottom: 5.25rem;
    }

    .hb-intro__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hb-services {
        padding: 4.25rem 0;
    }

    .hb-services__inner {
        padding-right: 0;
        padding-left: 1rem;
    }

    .hb-services__title {
        padding-right: 1rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .hb-services__swipe-hint {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0 1rem 1.25rem 0;
        color: rgba(38, 37, 33, 0.58);
        font-size: 0.88rem;
        font-weight: 700;
    }

    .hb-services__swipe-hint span:first-child {
        width: 2.4rem;
        height: 2px;
        border-radius: 99px;
        background: var(--hb-gold);
        animation: hb-swipe-hint 1.8s ease-in-out infinite;
    }

    .hb-services__grid {
        display: flex;
        gap: 0;
    }

    .hb-services__slide {
        width: 84%;
        height: auto;
    }

    .hb-service-card {
        min-height: 28rem;
        padding: 3.25rem 1.35rem;
        border-radius: 1rem;
    }

    .hb-service-card__content {
        width: min(100%, 21.5rem);
    }

    .hb-service-card__text {
        min-height: 0;
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .hb-services__pagination {
        position: relative;
        display: flex;
        justify-content: flex-start;
        padding-right: 1rem;
        margin-top: 1.25rem;
    }

    .hb-services__pagination .swiper-pagination-bullet {
        width: 0.46rem;
        height: 0.46rem;
        margin: 0 0.25rem !important;
        background: rgba(17, 17, 15, 0.3);
        opacity: 1;
    }

    .hb-services__pagination .swiper-pagination-bullet-active {
        width: 1.6rem;
        border-radius: 99px;
        background: var(--hb-gold);
    }

    .hb-partners {
        padding: 4.25rem 0;
    }

    .hb-partners__inner {
        /*padding-right: 0;*/
        padding-left: 1rem;
    }

    .hb-partners__heading {
        margin-right: 1rem;
        text-align: left;
    }

    .hb-partners__swipe-hint {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1rem 1rem 0 0;
        color: rgba(38, 37, 33, 0.58);
        font-size: 0.88rem;
        font-weight: 700;
    }

    .hb-partners__swipe-hint span:first-child {
        width: 2.4rem;
        height: 2px;
        border-radius: 99px;
        background: var(--hb-gold);
        animation: hb-swipe-hint 1.8s ease-in-out infinite;
    }

    .hb-partners__slider {
        margin-top: 1.25rem;
    }

    .hb-partner-card {
        height: 12rem;
    }

    .hb-partners__pagination {
        position: relative;
        display: flex;
        justify-content: flex-start;
        padding-right: 1rem;
        margin-top: 1.25rem;
    }

    .hb-partners__pagination .swiper-pagination-bullet {
        width: 0.46rem;
        height: 0.46rem;
        margin: 0 0.25rem !important;
        background: rgba(17, 17, 15, 0.3);
        opacity: 1;
    }

    .hb-partners__pagination .swiper-pagination-bullet-active {
        width: 1.6rem;
        border-radius: 99px;
        background: var(--hb-gold);
    }
}

@media (max-width: 575.98px) {
    .hb-contact-block {
        min-height: 0;
        padding: 2rem 1.25rem;
        border-radius: 1rem;
    }

    .hb-contact-block__row {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }

    .hb-contact-find {
        min-height: 20rem;
        border-radius: 1rem;
    }

    .hb-section-white {
        padding: 3.5rem 0;
    }

    .hb-section-gray {
        padding: 3.5rem 0;
    }

    .hb-section-white__inner {
        gap: 3rem;
    }

    .hb-section-gray__inner {
        gap: 2rem;
    }

    .hb-content-grid__media {
        height: 17.5rem;
        min-height: 0;
        border-radius: 1rem;
    }

    .hb-content-grid__media img {
        min-height: 0;
        border-radius: 1rem;
    }

    .hb-page-banner {
        min-height: 25rem;
        border-radius: 1rem;
    }

    .hb-page-banner__media img,
    .hb-page-banner__overlay {
        border-radius: 1rem;
    }

    .hb-page-banner__content {
        min-height: 25rem;
        padding: 2rem 1.35rem;
    }

    .hb-form-section {
        padding-bottom: 4rem;
    }

    .hb-form-banner {
        min-height: 20rem;
    }

    .hb-treatment-grid {
        grid-template-columns: 1fr;
    }

    .hb-form-banner h2 {
        font-size: 1.8rem;
        white-space: normal;
    }

    .hb-contact-form {
        width: calc(100% - 2rem);
        margin-top: 3rem;
    }

    .hb-contact-form__consent {
        font-size: 0.82rem;
    }

    .hb-faq-grid {
        padding-top: 3.5rem;
    }

    .hb-faq-accordion .accordion-button {
        align-items: flex-start;
        min-height: 3.5rem;
        font-size: 0.94rem;
        white-space: normal;
    }

    .hb-hero__content {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hb-hero__text {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .hb-btn {
        min-height: 3.15rem;
        padding: 0.78rem 1rem;
        font-size: 0.96rem;
    }

    .hb-intro {
        padding: 4rem 0;
    }

    .hb-services__slide {
        width: 87%;
    }

    .hb-service-card {
        min-height: 26.5rem;
    }
}

@keyframes hb-swipe-hint {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0.6rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    [data-animate="hero"],
    .section-animate {
        opacity: 1;
    }
}

.hb-services__grid.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
}

@media (max-width: 991.98px) {
    .hb-services__grid.swiper-wrapper {
        display: flex;
        gap: 0;
    }
}

.hb-services__slider.swiper {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .hb-services__slider.swiper {
        overflow: hidden;
    }
}

.hb-services__slider.swiper {
    padding-top: 0.75rem;
    margin-top: -0.75rem;
}

/* =========================================================
	Bilonline - Consent
========================================================= */

.consent-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.consent-modal {
    background: #1e1e1c!important;
    max-width: 560px;
    width: calc(100% - 2rem);
    border-radius: .55rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    padding: 1.5rem;
    border:1px solid var(--hb-gold-soft);
}

.consent-modal h2 {
    font-size: 1.25rem;
    line-height: 1.8;
    margin: 0;
    color:#fff!important;
}

.consent-modal p {
    margin: 0 0 1rem;
    line-height: 1.5;
    color: #fff!important;
}

.consent-actions {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    margin-top: .5rem;
}

.consent-btn {
    align-items: center;
    background: #2a2926!important;
    border: 1px solid #2a2926!important;
    border-radius: 999rem!important;
    color: #ffffff!important;
    display: inline-flex!important;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
    font-size: 1rem;
    font-weight: 500;
    gap: 0.25rem;
    justify-content: center;
    overflow: hidden;
    padding: 0.75rem 1.125rem;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    width: fit-content;
}

.consent-actions #consent-accept {
    background-color: rgba(0, 0, 0, 0.12)!important;
    border-color: var(--hb-gold)!important;
    border:1px solid var(--hb-gold-soft);
} 

.consent-btn.primary {
    background: #111827;
    color: #fff;
    border-color: #111827;
    border-radius: 0;
}

.consent-link {
    color: var(--hb-gold-soft)!important;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

.consent-link:hover,
.consent-btn:hover {
    opacity: .8;
}

.consent-modal-top {
    display: flex;
    flex-direction: row;
    gap: .45rem;
    padding: .75rem 0;
}

.consent-modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
}

.consent-modal-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

span.consent-modal-icon > svg > path {
    fill: var(--hb-gold);
}


/* =========================================================
	Bilonline - Integritet
========================================================= */

.top2_wrapper.customcolor2{
	background-color:none!important;
}

#integritet-body{
	background:var(--hb-white)!important;
}

.bo-dataval-block-integritet{
	background:var(--hb-body-bg);	
}

.bo-integritet-btn{
	border-radius:999rem!important;
	background:var(--hb-dark-soft);
}

.integritet-logo {
    display: none!important;
    max-width: 100px;
}

.datavaltext{
	line-height:1.875rem;
}





