:root {
    --blue: #2f67b1;
    --blue-deep: #1e4f97;
    --blue-soft: #6b87ad;
    --orange: #f2762e;
    --orange-deep: #ef6a21;
    --yellow: #f6ca4d;
    --sand: #cfc4ba;
    --cream: #f5efe7;
    --text-dark: #1d3560;
    --text-light: #ffe08a;
    --line-light: rgba(255, 255, 255, 0.32);
    --line-dark: rgba(29, 53, 96, 0.18);
    --container: min(1200px, calc(100vw - 2rem));
    --shadow: 0 20px 50px rgba(21, 40, 77, 0.18);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--blue);
    color: #fff;
    font-family: "Avenir Next", "Trebuchet MS", sans-serif;
    line-height: 1.45;
}

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

img {
    max-width: 100%;
    display: block;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-shell {
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--blue-deep);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.25rem;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-nav__menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__menu .menu-item {
    margin: 0;
    padding: 0;
}

.site-nav__link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.site-nav__link.is-active,
.site-nav__link:hover {
    color: #fff;
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
}

.site-main {
    background: var(--blue);
}

.band,
.hero {
    position: relative;
    overflow: hidden;
}

.band {
    padding: 2rem 0;
}

.band--blue {
    background: var(--blue);
}

.band--orange {
    background: var(--orange);
}

.band--sand {
    background: linear-gradient(180deg, #b9aea4, #c9bcb0);
}

.band--cta {
    padding: 2.5rem 0;
}

.band--blue.band--cta {
    background:
        linear-gradient(90deg, rgba(47, 103, 177, 0.58), rgba(47, 103, 177, 0.42)),
        linear-gradient(0deg, rgba(47, 103, 177, 0.34), rgba(47, 103, 177, 0.34)),
        url('../images/hands-together.jpg'),
        radial-gradient(circle at right center, rgba(255, 255, 255, 0.22), transparent 28%),
        radial-gradient(circle at 72% 60%, rgba(255, 255, 255, 0.16), transparent 20%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero--home {
    background: var(--blue);
    height: 33rem;
}

.hero--aanpak {
    position: relative;
    background: var(--blue);
    height: 33rem;
    overflow: hidden;
}

.hero--aanpak::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(242, 118, 46, 0) 0%, rgba(242, 118, 46, 1) 100%);
    pointer-events: none;
}

.hero--aanpak::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: -70px;
    width: min(25rem, 32vw);
    aspect-ratio: 900 / 597;
    background: url('../images/brain-plug.png') no-repeat right bottom / contain;
    opacity: 0.38;
    clip-path: inset(0 0 70px 0);
    pointer-events: none;
}

.hero-home__clouds {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero-home {
    display: grid;
    grid-template-columns: 0.45fr 1.55fr;
    align-items: center;
    gap: 2rem;
    height: 30rem;
    padding: 1.25rem 0 2rem;
}

.hero-aanpak {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(14rem, 0.7fr);
    align-items: stretch;
    gap: 2rem;
    height: 30rem;
    padding: 1.25rem 0 2rem;
}

.hero-home__art,
.hero-inner__visual {
    position: relative;
    min-height: 30rem;
}

.hero-aanpak__copy {
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    gap: 0.9rem;
    min-height: 30rem;
    padding-top: 8.35rem;
}

.hero-aanpak__copy .button {
    justify-self: start;
    align-self: end;
}

.hero-aanpak__visual {
    position: relative;
    min-height: 30rem;
}

.hero-aanpak__brand {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 0.35rem;
}

.hero-aanpak__logo {
    width: 8rem;
    height: auto;
    flex: 0 0 auto;
}

.hero-home__hearts,
.hero-home__rocket {
    position: absolute;
    max-width: none;
}

.hero-home__hearts {
    left: -1rem;
    top: -0.5rem;
    width: 17rem;
}

.hero-home__rocket {
    left: 1rem;
    bottom: 1rem;
    width: 12rem;
}

.hero-home__copy {
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: start;
    gap: 0.9rem;
    align-self: stretch;
    min-height: 30rem;
}

.hero-home__brand {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1rem;
    align-self: start;
    padding-top: 0.35rem;
}

.hero-home__logo {
    width: 8rem;
    height: auto;
    flex: 0 0 auto;
}

.display-title,
.section-title,
.contact-card h1 {
    margin: 0;
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.display-title {
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    color: var(--orange);
    text-align: right;
}

.display-title span {
    display: block;
    color: var(--text-light);
}

.display-title--medium {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.hero--inner .display-title,
.hero--inner .display-title--medium,
.hero--contact .display-title,
.hero--contact .display-title--medium {
    max-width: none;
    text-align: left;
}

.hero--aanpak .display-title,
.hero--aanpak .display-title--medium {
    max-width: none;
    width: 100%;
    text-align: left;
}

.hero-aanpak__title {
    display: grid;
    gap: 0.15em;
}

.hero-aanpak__title span {
    display: inline;
}

.hero-aanpak__title .hero-aanpak__line {
    display: block;
    color: var(--yellow);
    white-space: nowrap;
}

.hero-aanpak__title .hero-aanpak__line--headline {
    display: block;
    color: var(--orange);
}

.hero-aanpak__word {
    display: inline-block;
    margin-right: 0.2em;
}

.hero-aanpak__word:last-child {
    margin-right: 0;
}

.hero-aanpak__title .hero-aanpak__word--blue {
    color: var(--blue-deep);
}

.hero-aanpak__title .hero-aanpak__word--yellow {
    color: var(--yellow);
}

.section-title {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    color: var(--orange);
    max-width: 11ch;
}

.section-title--stacked {
    max-width: 8ch;
}

.section-title--cta {
    max-width: none;
    color: var(--text-light);
}

.section-subtitle,
.story-copy p,
.steps-layout__intro p,
.mini-card p,
.model-layout__copy p,
.powers-layout__copy p,
.service-list li,
.section-intro p,
.service-stage__label,
.contact-card__list span,
.cta-strip p {
    font-size: clamp(0.96rem, 1vw, 1.08rem);
    line-height: 1.5;
}

.band--orange .section-intro .section-title {
    color: var(--blue-deep);
    max-width: none;
}

.band--orange .section-intro .section-subtitle {
    color: var(--yellow);
    max-width: none;
    font-size: clamp(1.08rem, 1.3vw, 1.3rem);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.3rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.button--primary {
    background: var(--orange);
    color: #fff;
}

.button--hero {
    min-height: 3.4rem;
    padding: 0.8rem 2rem;
    font-size: 1rem;
}

.hero-home__actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-self: end;
}

.button--secondary,
.button--contact {
    background: var(--yellow);
    color: var(--text-dark);
}

.button--contact {
    min-height: 3.3rem;
    padding-inline: 1.5rem;
    font-size: 0.92rem;
    text-transform: none;
}

.section-intro {
    margin-bottom: 1.8rem;
}

.section-intro--tight {
    margin-bottom: 1rem;
}

.section-intro--full .section-title {
    max-width: none;
    width: 100%;
}

.aanpak-intro__title {
    color: var(--orange);
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.aanpak-intro__title br {
    display: block;
    content: "";
}

.aanpak-intro__title span {
    color: var(--yellow);
}

.disruptor-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: end;
    width: 100%;
    margin-right: auto;
}

.disruptor-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 23rem;
    color: #fff;
}

.disruptor-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.2rem 1.4rem 2.2rem;
    background: #3568af;
    border-radius: 2.1rem 2.1rem 0 0;
}

.disruptor-card__top h3 {
    margin: 0;
    color: var(--yellow);
    font-size: 1.45rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.disruptor-card__body {
    margin-top: -1.6rem;
    padding: 1.25rem 1.4rem 1.5rem;
    background: #69a3c2;
    border-radius: 1.8rem;
    min-height: 18rem;
}

.disruptor-card__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    width: 100%;
    padding: 0.45rem 1rem;
    margin: 0 0 1rem;
    border-radius: 0.85rem;
    background: var(--orange);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.disruptor-card__body p:last-child {
    margin: 0;
    color: #eef8ff;
    font-size: 1.05rem;
    line-height: 1.55;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    min-height: 1.6rem;
    padding: 0.2rem 0.65rem;
    margin: 0 0 0.8rem;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--text-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.portrait,
.hero-inner__visual,
.diagram-placeholder,
.hero-contact__bg {
    position: relative;
    overflow: hidden;
}

.portrait {
    position: absolute;
    right: -7rem;
    bottom: -2rem;
    width: 13rem;
    min-height: 17rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.portrait__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.portrait__image--woman {
    width: auto;
    max-width: 100%;
    max-height: 18rem;
}

.story-split,
.model-layout,
.powers-layout,
.service-stage,
.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.photo-card {
    background: linear-gradient(135deg, rgba(255, 212, 81, 0.92), #f3a82b);
    min-height: 18rem;
    padding: 0;
    overflow: hidden;
}

.story-split {
    grid-template-columns: 1fr 1fr;
}

.photo-card__image {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
    object-position: center center;
}

.story-copy p {
    max-width: 55ch;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
}

.story-copy .section-title {
    max-width: none;
}

.steps-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 3rem;
    align-items: start;
}

.steps-layout__intro {
    min-height: 34rem;
    padding: 2.2rem 2rem;
    background: var(--blue);
    border-radius: 20rem 20rem 0 0;
}

.steps-layout__intro .section-title {
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 1.25rem;
    color: var(--yellow);
    font-size: clamp(2rem, 3.1vw, 3.2rem);
    line-height: 0.98;
    text-align: center;
}

.steps-layout__intro p {
    margin: 0 0 1.6rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.05rem;
    line-height: 1.45;
}

.steps-layout__intro p:last-child {
    margin-bottom: 0;
}

.steps-layout__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.4rem;
    align-self: center;
}

.steps-layout__connector {
    position: absolute;
    display: block;
    color: rgba(252, 210, 107, 0.95);
    pointer-events: none;
    z-index: 2;
}

.steps-layout__connector::before,
.steps-layout__connector::after {
    content: "";
    position: absolute;
    display: block;
}

.steps-layout__connector--top,
.steps-layout__connector--bottom {
    width: 2.1rem;
    height: 0.18rem;
    background: currentColor;
}

.steps-layout__connector--top {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps-layout__connector--bottom {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps-layout__connector--top::before,
.steps-layout__connector--top::after,
.steps-layout__connector--bottom::before,
.steps-layout__connector--bottom::after {
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    border-top: 0.18rem solid currentColor;
    border-right: 0.18rem solid currentColor;
}

.steps-layout__connector--top::before,
.steps-layout__connector--bottom::before {
    left: 0.08rem;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.steps-layout__connector--top::after,
.steps-layout__connector--bottom::after {
    left: calc(100% - 0.08rem);
    transform: translate(-50%, -50%) rotate(45deg);
}

.steps-layout__connector--left,
.steps-layout__connector--right {
    width: 0.18rem;
    height: 1.55rem;
    background: currentColor;
}

.steps-layout__connector--left {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.steps-layout__connector--right {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.steps-layout__connector--left::before,
.steps-layout__connector--left::after,
.steps-layout__connector--right::before,
.steps-layout__connector--right::after {
    left: 50%;
    width: 0.48rem;
    height: 0.48rem;
    border-top: 0.18rem solid currentColor;
    border-right: 0.18rem solid currentColor;
}

.steps-layout__connector--left::before,
.steps-layout__connector--right::before {
    top: 0.08rem;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.steps-layout__connector--left::after,
.steps-layout__connector--right::after {
    top: calc(100% - 0.08rem);
    transform: translate(-50%, -50%) rotate(135deg);
}

.steps-layout__connector--center-a,
.steps-layout__connector--center-b {
    top: 50%;
    left: 50%;
    width: 2.1rem;
    height: 0.18rem;
    background: currentColor;
    transform-origin: center;
}

.steps-layout__connector--center-a {
    transform: translate(-50%, -50%) rotate(45deg);
}

.steps-layout__connector--center-b {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.steps-layout__connector--center-a::before,
.steps-layout__connector--center-a::after,
.steps-layout__connector--center-b::before,
.steps-layout__connector--center-b::after {
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    border-top: 0.18rem solid currentColor;
    border-right: 0.18rem solid currentColor;
}

.steps-layout__connector--center-a::before,
.steps-layout__connector--center-b::before {
    left: 0.08rem;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.steps-layout__connector--center-a::after,
.steps-layout__connector--center-b::after {
    left: calc(100% - 0.08rem);
    transform: translate(-50%, -50%) rotate(45deg);
}

.step-panel {
    position: relative;
    min-height: 17rem;
    padding: 1.3rem 1.4rem 1.4rem;
    height: 100%;
    background-color: #f4c44f;
    background-repeat: no-repeat;
    background-position: right 1rem bottom 1rem;
    background-size: auto 2.7rem;
    color: var(--blue-deep);
    box-shadow: 0 10px 18px rgba(181, 106, 18, 0.18);
    border-radius: 0;
}

.step-panel:nth-of-type(1) {
    background-image: url('../images/home-row-4-1.png');
}

.step-panel:nth-of-type(2) {
    background-image: url('../images/home-row-4-2.png');
}

.step-panel:nth-of-type(3) {
    background-image: url('../images/home-row-4-3.png');
}

.step-panel:nth-of-type(4) {
    background-image: url('../images/home-row-4-4.png');
}

.step-panel__number {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    color: rgba(242, 118, 46, 0.8);
    font-size: 3.5rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
}

.step-panel__phase {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.35rem 1rem;
    margin: 0 0 1rem 3.5rem;
    border-radius: 0.7rem;
    background: var(--orange);
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.step-panel p:last-child {
    margin: 0;
    color: var(--blue-deep);
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
}

.home-cta {
    min-height: 20rem;
    display: grid;
    align-items: center;
}

.home-cta .section-title {
    width: 100%;
    text-align: left;
}

.home-cta .section-title span {
    color: var(--orange);
}

.band--home-form {
    padding: 2.5rem 0;
}

.home-form-band__embed {
    width: min(100%, 52rem);
    margin: 0 auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 32px rgba(29, 53, 96, 0.14);
}

.home-form-band__placeholder {
    margin: 0;
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.site-footer {
    background: var(--blue);
    padding: 1.5rem 0 1.5rem;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: end;
    width: 66%;
    margin: 0 auto;
}

.site-footer__label {
    margin: 0;
    color: var(--orange);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.site-footer__col a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.45;
}

.site-footer__line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
}

.site-footer__col--action {
    display: flex;
    justify-content: flex-end;
}

.site-footer__copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.45;
    text-align: center;
}

.site-footer__bottom {
    margin-top: 0.75rem;
}

.hero--inner {
    min-height: 20rem;
}

.hero-inner {
    padding: 2.2rem 0;
    min-height: 20rem;
}

.hero-inner--stacked {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.hero--diensten {
    background:
        linear-gradient(180deg, rgba(76, 71, 84, 0.38), rgba(76, 71, 84, 0.38)),
        linear-gradient(135deg, rgba(116, 118, 140, 0.72), rgba(70, 80, 105, 0.72));
}

.hero-inner__visual--lamp {
    min-height: 15rem;
    background:
        radial-gradient(circle at 70% 35%, rgba(255, 197, 86, 0.85) 0 1.4rem, transparent 1.6rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 40%),
        radial-gradient(circle at 78% 58%, rgba(255, 184, 74, 0.25), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
}

.hero-inner__visual--lamp::before {
    content: "";
    position: absolute;
    right: 6rem;
    top: 1rem;
    width: 0.22rem;
    height: 8rem;
    background: rgba(255, 214, 103, 0.85);
}

.hero-inner__visual--lamp::after {
    content: "";
    position: absolute;
    right: 4.6rem;
    top: 8rem;
    width: 2.8rem;
    height: 1.4rem;
    border-radius: 0 0 1rem 1rem;
    border: 0.26rem solid rgba(255, 214, 103, 0.85);
    border-top: 0;
}

.mini-cards,
.power-cards,
.service-pills {
    display: grid;
    gap: 1rem;
}

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

.mini-cards--aanpak {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0.9rem;
    padding-bottom: 2rem;
}

.mini-card {
    padding: 1rem;
    border: 3px solid var(--orange);
    min-height: 9.5rem;
}

.mini-card--aanpak {
    padding: 1rem 1rem 1.15rem;
    height: 100%;
}

.mini-card__icon {
    width: auto;
    height: 4.4rem;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: right top;
}

.mini-card__icon--float {
    float: right;
    margin: 0 0 0.6rem 1rem;
}

.mini-card.mini-card--aanpak h3 {
    margin: 0 0 0.55rem;
    font-size: 1.875rem;
    line-height: 1;
}

.mini-cards__operator {
    display: grid;
    place-items: center;
    align-self: center;
    color: var(--yellow);
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
}

.mini-card h3 {
    margin: 0 0 0.55rem;
    color: var(--text-light);
    font-size: 1rem;
    text-transform: uppercase;
}

.mini-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.5;
}

.mini-card--soft {
    background: rgba(153, 213, 230, 0.2);
}

.model-layout__copy p,
.powers-layout__copy p,
.cta-strip p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 60ch;
    font-size: 1.02rem;
    line-height: 1.55;
}

.model-layout--aanpak {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.model-layout__copy--aanpak .section-title,
.model-layout__title {
    max-width: none;
    width: 100%;
}

.model-layout__title {
    color: var(--yellow);
}

.model-layout__title span {
    color: var(--blue-deep);
}

.model-layout__copy--aanpak p {
    font-size: 1.02rem;
    line-height: 1.55;
}

.model-layout--aanpak .diagram-placeholder--large {
    width: 100%;
    min-height: 23rem;
}

.diagram-placeholder {
    display: grid;
    place-items: center;
    min-height: 18rem;
    border: 3px dashed rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.diagram-placeholder--large {
    min-height: 23rem;
}

.diagram-placeholder--round {
    min-height: 18rem;
    aspect-ratio: 1;
    border-radius: 50%;
    max-width: 20rem;
    justify-self: center;
}

.diagram-placeholder--wide {
    min-height: 18rem;
}

.axis-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2rem;
    align-items: center;
}

.axis-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.axis-pill {
    padding: 1.2rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.axis-pill strong {
    display: inline-flex;
    min-height: 1.6rem;
    padding: 0.2rem 0.75rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--text-dark);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.axis-pill span {
    display: block;
    font-size: 1.02rem;
    line-height: 1.55;
}

.powers-layout {
    grid-template-columns: 0.9fr 0.7fr;
}

.power-cards {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
}

.plus-mark {
    color: var(--text-light);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.service-pills {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-pills span {
    display: grid;
    gap: 0.25rem;
    justify-items: center;
    padding-top: 0.5rem;
    color: var(--yellow);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.service-pills strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: var(--orange);
    color: var(--blue);
    font-size: 1.05rem;
}

.service-stage {
    grid-template-columns: auto 1.2fr 0.8fr;
    align-items: stretch;
}

.service-stage--reverse {
    grid-template-columns: auto 0.8fr 1.2fr;
}

.service-stage__number {
    align-self: start;
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--blue);
    color: var(--yellow);
    font-size: 2rem;
    font-weight: 800;
}

.service-stage__content h2 {
    margin: 0;
    color: var(--text-light);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.service-stage__label {
    margin: 0.35rem 0 1rem;
    color: rgba(255, 224, 138, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
}

.service-list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding-left: 1rem;
}

.service-list li {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.02rem;
    line-height: 1.55;
}

.service-list li::marker {
    color: var(--yellow);
}

.service-list strong {
    color: var(--orange);
    text-transform: uppercase;
}

.service-list--links strong {
    color: var(--orange);
}

.hero--contact {
    min-height: calc(100vh - 3.25rem);
    background: var(--blue);
}

.hero-contact__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #67a7c5 0 21%, rgba(255,255,255,0) 21%),
        linear-gradient(90deg, rgba(170, 108, 86, 0.72) 21% 58%, rgba(50, 70, 110, 0.68) 58% 100%),
        radial-gradient(circle at 82% 72%, rgba(255,255,255,0.08), transparent 18%),
        radial-gradient(circle at 91% 63%, rgba(16, 22, 38, 0.58), transparent 20%);
}

.hero-contact {
    position: relative;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
    align-items: center;
    min-height: calc(100vh - 3.25rem);
    padding: 2rem 0;
}

.contact-card {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    padding: 2rem 2rem 2.4rem;
    border-radius: 2rem;
    background: var(--orange);
    box-shadow: var(--shadow);
}

.contact-card h1 {
    color: var(--text-dark);
    font-size: clamp(3.2rem, 5vw, 4.8rem);
    text-transform: none;
}

.contact-card__list {
    display: grid;
    gap: 1rem;
    margin: 1.6rem 0 2rem;
    padding: 0;
    list-style: none;
}

.contact-card__list li {
    display: grid;
    gap: 0.25rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
}

.contact-card__form {
    margin: 1.5rem 0 1.25rem;
}

.contact-card__list strong {
    color: var(--text-light);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.chat-bubbles {
    position: absolute;
    right: -1.8rem;
    bottom: 1.5rem;
    display: grid;
    gap: 0.25rem;
}

.chat-bubbles span {
    display: block;
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: var(--shadow);
}

.chat-bubbles span:last-child {
    width: 5rem;
    height: 5rem;
    margin-left: 2.2rem;
}

.chat-bubbles span::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1.4rem 0 0 #fff, 2.8rem 0 0 #fff;
    transform: translate(1.7rem, 2.6rem);
}

.hero-contact__copy {
    position: relative;
    z-index: 1;
}

.hero-contact__copy .display-title {
    max-width: 11ch;
}

.page-hero {
    padding: 4rem 0;
}

.page-hero__lead {
    max-width: 56ch;
}

.page-hero--blog {
    background: linear-gradient(180deg, rgba(47, 103, 177, 0.92), rgba(47, 103, 177, 0.72));
    padding: 4rem 0 2rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.blog-card {
    display: grid;
    grid-template-rows: auto 1fr;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 35, 68, 0.14);
}

.blog-card__image-link {
    display: block;
    aspect-ratio: 16 / 10;
    background: rgba(255, 255, 255, 0.06);
}

.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__image--placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(246, 202, 77, 0.7), rgba(242, 118, 46, 0.7));
}

.blog-card__content {
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem;
}

.blog-card__meta {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-card__title {
    margin: 0;
    color: var(--yellow);
    font-size: 1.7rem;
    line-height: 1.02;
    text-transform: none;
}

.blog-card__excerpt {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.5;
}

.blog-card__link {
    color: var(--orange);
    font-size: 0.95rem;
    font-weight: 700;
}

.blog-pagination {
    margin-top: 2rem;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    min-height: 2.4rem;
    margin: 0 0.2rem;
    padding: 0.3rem 0.7rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.blog-pagination .current {
    background: var(--orange);
}

.blog-tags {
    margin: 2rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.blog-tags a {
    color: var(--yellow);
}

.blog-empty {
    padding: 3rem 0;
    text-align: center;
}

.blog-empty h2 {
    margin-bottom: 0.75rem;
}

.article-layout {
    max-width: 900px;
}

.article-layout__image-wrap {
    margin-bottom: 2rem;
}

.article-layout__image {
    width: 100%;
    height: auto;
}

.article-layout__content {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.7;
}

.article-layout__content h2,
.article-layout__content h3,
.article-layout__content h4 {
    color: var(--yellow);
    margin-top: 2rem;
}

.article-layout__content p {
    margin: 0 0 1.25rem;
}
