:root {
    --nav-offset: 0px;

    --ink: #0b1220;
    --muted: #5b6474;
    --lightgrey: #c2c3c4;
    --line: #e7ebf2;
    --soft: #e9eff9;
    --card: #ffffff;
    --brightblue: #2ca7e0;
    --mediumblue: #0283c4;
    --darkblue: #135d9e;
    --lightblue_1: #ecf7fc;
    --lightblue_2: #e3f0f8;
    --lightblue_3: #dce7f1;
    --mediumgreen: #19c359;
    --darkgreen: #139e54;
    --radius: 18px;
    --shadow: 0 18px 60px rgba(11, 18, 32, .10);
    --shadow-soft: 0 10px 30px rgba(11, 18, 32, .08);
}

html {
    scroll-padding-top: var(--nav-offset);
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Fira Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

a {
    color: var(--mediumblue);
    text-decoration: none;
}

a:hover {
    color: var(--darkblue);
    text-decoration: underline;
}

img {
    image-rendering: smooth;
}

strong {
    font-weight: 600;
}

.form-control::placeholder {
    color: var(--lightgrey);
}

[id] {
    scroll-margin-top: var(--nav-offset);
}

.text-muted-2 {
    color: var(--muted);
}

.bg-soft {
    background: var(--lightblue_2);
}

.bg-medium {
    background: var(--lightblue_3);
}

.border-soft {
    border: 1px solid var(--line);
}

.display-tight {
    letter-spacing: -.03em;
}

.lead-tight {
    line-height: 1.55;
}

.btn {
    font-weight: 600;
}

.btn-primary {
    border: 0;
    box-shadow: 0 10px 18px rgba(13, 110, 253, .18);
}

.btn-outline-dark {
    border-color: var(--line);
}

.btn-primary {
    background-color: var(--mediumblue) !important;
    border-color: var(--mediumblue) !important;
    box-shadow: 0 10px 18px rgba(2, 131, 196, .22) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    filter: brightness(.92);
    text-decoration: none;
}

.btn-primary:active {
    filter: brightness(.88);
}

.btn-outline-dark {
    background: #fff;
    border-color: var(--line);
    color: var(--ink);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #fff;
    border-color: var(--mediumblue);
    color: var(--mediumblue);
}

.btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(2, 131, 196, .25) !important;
}

.card-soft {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.card-soft.hover-lift {
    transition: transform .18s ease, box-shadow .18s ease;
}

.card-soft.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg,
            rgba(11, 18, 32, .45) 0%,
            rgba(11, 18, 32, .22) 45%,
            rgba(11, 18, 32, .03) 100%),
        url("https://www.ottovisseraccountants.nl/images/groepsfoto-FJM-0019a.webp");

    background-size: cover;
    background-position: center;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 20% 25%, rgba(255, 255, 255, .10), transparent 60%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero .kicker {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .4rem .75rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(6px);
    font-size: .9rem;
}

.hero-form {
    background: rgba(255, 255, 255, .92);
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .55);
    color: var(--ink);
}

.hero .col-lg-6 {
    text-shadow: 0 6px 24px rgba(0, 0, 0, .25);
}

.navbar {
    transition: background .2s ease, box-shadow .2s ease;
}

.navbar.navbar-solid {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(11, 18, 32, .08);
}

.navbar li {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300!important;
    font-style: normal;

}

.rounded-pill {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar.navbar-solid {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(11, 18, 32, .08);
}

.navbar .nav-link {
    color: rgba(255, 255, 255, .92);
}

.navbar.navbar-solid .nav-link {
    color: var(--ink);
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: -.02em;
}

.navbar .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    padding: .4rem .6rem;
}

.navbar .navbar-toggler-icon {
    filter: invert(1);
}

.navbar.navbar-solid .navbar-toggler {
    border-color: var(--line);
}

.navbar.navbar-solid .navbar-toggler-icon {
    filter: none;
}

@media (max-width: 992px) {
    .navbar .navbar-collapse {
        margin-top: .75rem;
        padding: .75rem;
        border-radius: 16px;
        background: rgba(11, 18, 32, .55);
        backdrop-filter: blur(10px);
    }

    .navbar.navbar-solid .navbar-collapse {
        background: rgba(255, 255, 255, .92);
    }
}

section {
    padding: 90px 0;
}

@media (max-width: 992px) {
    .hero {
        min-height: 100vh;
        padding-top: 86px;
    }

    section {
        padding: 70px 0;
    }
}

.logo-pill {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .55rem 1rem;
    background: #fff;
    color: var(--muted);
    font-weight: 600;
    font-size: .95rem;
}

footer {
    padding: 40px 0;
    border-top: 1px solid var(--line);
}

footer a {
    color: var(--mediumblue);
    text-decoration: none;
}

footer a:hover {
    color: var(--darkblue);
    text-decoration: underline;
}

.team-carousel .carousel-control-prev,
.team-carousel .carousel-control-next {
    width: 3.25rem;
}

.team-carousel .carousel-control-prev-icon,
.team-carousel .carousel-control-next-icon {
    background-size: 1.25rem 1.25rem;
    filter: none;
}

.team-carousel .control-pill {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    display: grid;
    place-items: center;
}

.team-card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {

    .team-carousel .carousel-control-prev,
    .team-carousel .carousel-control-next {
        display: none;
    }
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.opinion-card {
    background: var(--lightblue_2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    text-decoration: none;
    color: var(--ink);
    display: block;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.opinion-card .month {
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    opacity: .85;
}

.opinion-card .title {
    margin-top: .35rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
    font-size: 2rem;
}

.opinion-toggle, .opinion-close {
    text-decoration: none;
}

.opinion-toggle:hover, .opinion-close:hover {
    text-decoration: underline;
    opacity: .85;
}

@media (max-width: 992px) {
    .opinion-card .title {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .opinion-card .title {
        font-size: 1.4rem;
    }
}

.opinion-card:hover .month {
    opacity: .95;
}

.opinion-card {
    position: relative;
    overflow: hidden;
}

.opinion-card::after {
    content: "→";
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .18s ease, transform .18s ease;
}

.opinion-card:hover::after {
    opacity: .9;
    transform: translateX(0);
}

.opinion-card {
    cursor: default;
}

.opinion-card .opinion-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    white-space: normal;
}

.opinion-card.is-open .opinion-text {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
    white-space: pre-line;
}

.opinion-card:not(.is-open):hover {
    background: var(--mediumblue);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    text-decoration: none;
}

.opinion-card:not(.is-open):hover .text-muted-2 {
    color: rgba(255, 255, 255, .85) !important;
}

.opinion-card.is-open {
    background: white;
    color: var(--ink) !important;
    transform: none;
    box-shadow: var(--shadow-soft);
}

.opinion-card.is-open .text-muted-2 {
    color: var(--muted) !important;
}

.opinion-card .opinion-toggle,
.opinion-card .opinion-close {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 700;
    cursor: pointer;
}

.opinion-card:not(.is-open) .title_height {
    height: 110px;
}

.opinion-card:not(.is-open) .text_height {
    height: 120px;
}

.opinion-card:not(.is-open) .readmore_height {
    height: 30px;
}

.opinion-card.is-open .title_height,
.opinion-card.is-open .text_height,
.opinion-card.is-open .readmore_height {
    height: auto;
}

@media (max-width: 576px) {
    .navbar-toggler {
        background: rgba(11, 18, 32, .45);
        backdrop-filter: blur(6px);
        border-radius: 999px;
        padding: .5rem .65rem;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .navbar.navbar-solid .navbar-toggler {
        background: #fff;
    }

    .navbar.navbar-solid .navbar-toggler-icon {
        filter: none;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    .hero p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .navbar-collapse.show~* {
        filter: blur(4px);
        pointer-events: none;
        transition: filter .2s ease;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 1rem;
        left: 1rem;
        z-index: 1050;
    }
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding: .75rem 0;
        font-size: 1rem;
    }

    .navbar-nav .btn {
        margin-top: .5rem;
    }
}

@media (max-width: 576px) {
    .hero {
        min-height: 78svh;
        padding-top: calc(var(--nav-offset) + 12px);
        background-position: center top;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-collapse {
        box-sizing: border-box;
    }
}

.hero {
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, .30) 0%,
            rgba(0, 0, 0, 0) 20%);
    z-index: 1;
}

.hero::after {
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.navbar .nav-link {
    font-weight: 400;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    max-width: 1440px;
}

.navbar .btn.btn-primary {
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .22), 0 10px 18px rgba(2, 131, 196, .18) !important;
    transform: translateY(0);
    animation: ctaFloat 3.8s ease-in-out infinite;
}

.navbar .btn.btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(.98);
}

.navbar.navbar-solid .btn.btn-primary {
    box-shadow: none !important;
    animation: none;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .navbar .btn.btn-primary {
        animation: none;
    }
}

@keyframes ctaFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal--fade {
    transform: none;
}

.reveal--left {
    transform: translateX(-18px);
}

.reveal--right {
    transform: translateX(18px);
}

.reveal--scale {
    transform: scale(.98);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.reveal {
    transition-delay: var(--reveal-delay, 0ms);
}

@media (min-width: 992px) {

    .team-layout .carousel-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .team-layout .carousel-item {
        display: contents;
    }

    .team-layout .carousel-control-prev,
    .team-layout .carousel-control-next {
        display: none;
    }
}

@media (min-width: 992px) {
    .team-layout .team-card {
        height: 100%;
    }
}

@media (min-width: 992px) {

    #teamCarousel .carousel-control-prev,
    #teamCarousel .carousel-control-next {
        display: none !important;
    }

    #teamCarousel .carousel-inner {
        overflow: visible !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }

    #teamCarousel .carousel-item {
        display: contents !important;
        float: none !important;
        width: auto !important;
        margin-right: 0 !important;
        transform: none !important;
        transition: none !important;
    }

    #teamCarousel .carousel-item>.row {
        display: contents !important;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    #teamCarousel .carousel-item .col-12,
    #teamCarousel .carousel-item .col-md-6,
    #teamCarousel .carousel-item .col-lg-3 {
        padding: 0 !important;
        max-width: none !important;
        flex: none !important;
    }
}

@media (min-width: 992px) {

    #teamCarousel .carousel-item .col-12,
    #teamCarousel .carousel-item .col-md-6,
    #teamCarousel .carousel-item .col-lg-3 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {

    #story .text-lg-end .btn {
        display: none !important;
    }
}

@media (min-width: 992px) {

    #teamCarousel .carousel-control-prev,
    #teamCarousel .carousel-control-next {
        display: none !important;
    }
}

.navbar-brand {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.navbar-brand .logo--light {
    position: relative;
    display: block;
    height: 110px;
    width: auto;
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
    filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .6));
}

.navbar-brand .logo--dark {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.navbar.navbar-solid .logo--light {
    opacity: 0;
    filter: none;
}

.navbar.navbar-solid .logo--dark {
    opacity: 1;
    filter: none;
}

.navbar-brand img {
    height: 110px;
    width: auto;
}

@media (max-width: 576px) {

    .navbar-brand .logo--light,
    .navbar-brand .logo--dark {
        height: 42px;
    }
}

@media (min-width: 992px) {

    .navbar .nav-link {
        padding: .55rem .95rem;
        border-radius: 999px;
        transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    }

    .navbar:not(.navbar-solid) .nav-link:hover {
        background: rgba(255, 255, 255, .14);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
        color: #fff;
        text-decoration: none;
    }

    .navbar.navbar-solid .nav-link:hover {
        background: rgba(2, 131, 196, .10);
        box-shadow: 0 10px 22px rgba(11, 18, 32, .10);
        color: var(--ink);
        text-decoration: none;
    }

    .navbar:not(.navbar-solid) .nav-link.active {
        background: rgba(255, 255, 255, .18);
        box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
        color: #fff;
        text-decoration: none;
    }

    .navbar.navbar-solid .nav-link.active {
        background: rgba(2, 131, 196, .14);
        box-shadow: 0 12px 26px rgba(11, 18, 32, .10);
        color: var(--ink);
        text-decoration: none;
    }
}

.nav-link {
    font-size: 1rem !important;
}

.coffee-line {
    display: flex;
    align-items: top;
    gap: .75rem;
}

.coffee-mug {
    width: 200px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .18));
    pointer-events: none;
}

@media (max-width: 576px) {
    .coffee-mug {
        width: 40px;
    }
}

.page-hero {
    margin-top: calc(var(--nav-offset) + 100px);
    padding-top: calc(var(--nav-offset) + 28px);
    padding-bottom: 36px;
}

.page-title {
    letter-spacing: -.02em;
}

.prose p {
    margin-bottom: 1rem;
}

.prose h2 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    letter-spacing: -.01em;
}

.toc a {
    display: block;
    padding: .4rem .6rem;
    border-radius: 12px;
    color: var(--muted);
    text-decoration: none;
}

.toc a:hover {
    background: rgba(2, 131, 196, .08);
    color: var(--darkblue);
}

@media (min-width:992px) {
    .toc {
        position: sticky;
        top: calc(var(--nav-offset) + 18px);
    }
}

.coffee-mug {
    width: 240px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .18));
    pointer-events: none;
}

@media (max-width: 576px) {
    .coffee-mug {
        width: 40px;
    }
}

.opinion-fulltext {
    display: none;
    white-space: pre-line;
    margin-top: -35px;
}

.js-opinion.is-open .opinion-preview {
    display: none;
}

.js-opinion.is-open .opinion-fulltext {
    display: block;
}

.js-opinion .opinion-text {
    overflow: hidden;
    max-height: 999px;
    transition: max-height .45s ease;
}

.opinion-toggle,
.opinion-close {
    cursor: pointer;
}

.text-muted-2 a {
    text-decoration: none;
    color: var(--mediumblue)
}