/*
  Beweegkracht CSS split from public/styles.backup.css.
  Load order: main.css, responsive.css, admin.css only on admin pages.
*/

@media (min-width: 621px) {
  .brand {
    width: 128px;
    height: 76px;
    flex: 0 0 128px;
    justify-content: center;
    overflow: visible;
  }

  .brand .logo {
    transform: scale(1.16);
    transform-origin: center;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 84px;
    position: relative;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-wrap {
    display: none;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 44px rgba(30, 63, 106, 0.12);
    padding: 16px;
    z-index: 30;
  }

  .nav-wrap.is-open {
    display: grid;
    gap: 14px;
  }

  .nav {
    display: grid;
    gap: 6px;
    justify-content: stretch;
  }

  .nav a {
    display: block;
    padding: 12px 14px;
  }

  .header-cta {
    width: 100%;
  }

  .hero-inner,
  .intro-grid,
  .split,
  .contact-layout,
  .contact-pro-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 30px;
    padding: 44px 0 48px;
  }

  .hero-media,
  .hero-media img {
    min-height: 340px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 7vw, 3.35rem);
  }

  .hero-lead {
    font-size: 1.12rem;
    max-width: 640px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    transform: none;
    margin-bottom: 0;
    padding: 0;
    gap: 18px;
  }

  .footer-cta-button {
    width: 100%;
  }

  .footer-cta-action {
    justify-content: stretch;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 8px 0 22px;
  }

  .footer-contact {
    min-width: 0;
  }

  .footer-email {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }

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

  .roadmap {
    grid-template-columns: 1fr;
  }

  .roadmap::before {
    top: 0;
    bottom: 0;
    left: 44px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .roadmap-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 68px 1fr;
    column-gap: 8px;
    align-items: start;
  }

  .step-icon {
    grid-row: 1 / span 3;
    margin: 0;
  }
}

@media (max-width: 620px) {
  html { font-size: 16px; }
  .container { width: min(var(--max-width), calc(100% - 24px)); }

  body {
    background: #f4f8f5;
  }

  .header-inner {
    min-height: 108px;
    padding: 12px 0 10px;
    justify-content: center;
    gap: 0;
  }

  .logo {
    width: 142px;
    height: 84px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 16px;
    right: 0;
    margin-left: 0;
  }

  .nav a,
  .footer-column a {
    padding: 6px 7px;
    font-size: 0.9rem;
  }

  .hero-inner {
    padding: 24px 0 28px;
    gap: 0;
  }

  .hero-title {
    font-size: clamp(1.72rem, 8.8vw, 2.24rem);
    line-height: 1.1;
  }

  .hero-lead,
  .page-lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-ctas {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-btn {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    font-size: 0.96rem;
  }

  .hero-media {
    display: block;
    min-height: 0;
    height: 205px;
    margin-top: 22px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(30, 63, 106, 0.12);
  }

  .hero-media img {
    min-height: 0;
    height: 100%;
    object-position: center 34%;
  }

  .hero-note {
    display: none;
  }

  .page-hero {
    padding: 22px 0 24px;
    text-align: left;
    background:
      radial-gradient(circle at 88% 0%, rgba(120, 154, 120, 0.14), transparent 38%),
      var(--mint);
  }

  .page-hero .container {
    width: min(var(--max-width), calc(100% - 24px));
  }

  .page-hero .eyebrow {
    margin-bottom: 9px;
  }

  .page-lead {
    margin: 14px 0 0;
  }

  .section {
    padding: 26px 0;
  }

  .section:not(.alt):not(.roadmap-section) {
    background: #f4f8f5;
  }

  .intro-grid,
  .roadmap-section .container,
  .section.alt .container {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 22px;
  }

  .section h2,
  .content-page h2 {
    font-size: 1.48rem;
    line-height: 1.18;
    margin-bottom: 12px;
    text-align: left;
  }

  .content-page p,
  .content-page li {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .section.alt h2 {
    color: var(--blue-dark);
    font-family: "Aptos Display", "Segoe UI", Arial, sans-serif;
    font-size: 1.38rem;
    font-weight: 850;
    margin-bottom: 16px;
  }

  .section.alt {
    background: #f4f8f5;
    border: 0;
  }

  .quick-list {
    margin-top: 10px;
  }

  .quick-list li {
    padding: 11px 0;
  }

  .route-card { min-height: auto; }

  .page-title {
    font-size: clamp(1.56rem, 7.35vw, 2rem);
    line-height: 1.12;
  }

  .content-page {
    width: min(var(--max-width), calc(100% - 24px));
    margin: 0 auto;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
  }

  .content-page.split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .over-desktop.content-page {
    display: none;
  }

  .over-mobile.over-page {
    display: grid;
  }

  .over-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .over-main,
  .over-card,
  .over-page .notice {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .over-card,
  .over-page .notice {
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }

  .over-points {
    gap: 7px;
    margin-top: 14px;
  }

  .over-points li {
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  .fact-list {
    gap: 8px;
    margin-top: 12px;
  }

  .fact-list div {
    padding-top: 8px;
  }

  .fact-list dt {
    font-size: 0.72rem;
  }

  .fact-list dd {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .content-page + .pre-footer-cta,
  main + .pre-footer-cta {
    margin-top: 26px;
  }

  .notice {
    border-left: 0;
    border-top: 3px solid var(--green);
    border-radius: 18px;
    padding: 18px;
  }

  .notice h2,
  .notice strong {
    text-align: left;
  }

  .check-list li,
  .steps li {
    padding: 12px 0;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
  }

  .content-page > .cards {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .card {
    background: #fff;
    border: 0;
    border-radius: 0;
    min-height: auto;
    display: block;
    padding: 15px 0;
    margin: 0 16px;
    box-shadow: none;
    transition: none;
  }

  .card + .card {
    border-top: 1px solid var(--line);
  }

  .card:hover {
    transform: none;
    box-shadow: none;
  }

  .treatment-icon {
    width: 34px;
    height: 34px;
    margin: 0 0 8px;
    border-radius: 11px;
  }

  .treatment-icon svg {
    width: 18px;
    height: 18px;
  }

  .content-page > .cards .card {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    margin: 0;
    padding: 14px 0;
  }

  .content-page > .cards .treatment-icon {
    grid-row: 1 / span 2;
    margin: 1px 0 0;
  }

  .content-page > .cards .card h3,
  .content-page > .cards .card p {
    grid-column: 2;
  }

  .card h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 0.98rem;
  }

  .card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .roadmap-section {
    background: #f4f8f5;
    border-top: 0;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading .eyebrow {
    margin-bottom: 8px;
  }

  .section-heading p:last-child {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .roadmap {
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
  }

  .roadmap::before {
    content: none;
  }

  .roadmap-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
    padding: 13px 0;
    margin: 0 16px;
    border: 0;
    min-height: auto;
  }

  .roadmap-step + .roadmap-step {
    border-top: 1px solid var(--line);
  }

  .step-icon {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    margin: 1px 0 0;
    border: 0;
    outline: 1px solid var(--line);
    border-radius: 12px;
  }

  .step-icon svg {
    width: 18px;
    height: 18px;
  }

  .roadmap-step h3 {
    font-size: 0.98rem;
    margin-bottom: 4px;
  }

  .roadmap-step p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .page-actions {
    margin-top: 20px;
  }

  .page-actions .btn {
    width: 100%;
  }

  .detailed-steps li {
    padding-left: 54px;
  }

  .detail-icon {
    width: 38px;
    height: 38px;
  }

  .detail-icon svg {
    width: 20px;
    height: 20px;
  }

  .form-row { grid-template-columns: 1fr; }
  .info-panel,
  .map-panel,
  .form-panel {
    padding: 18px;
  }

  .price-list {
    gap: 10px;
    margin: 14px 0 24px;
  }

  .price-list div {
    padding: 14px 16px;
    align-items: flex-start;
  }

  .price-list span {
    line-height: 1.35;
  }

  .price-list strong {
    font-size: 1.08rem;
  }

  .audience-list {
    gap: 10px;
  }

  .audience-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px;
  }

  .audience-icon {
    width: 42px;
    height: 42px;
  }

  .audience-icon svg {
    width: 22px;
    height: 22px;
  }

  .tariffs-card-heading {
    padding: 22px 20px 4px;
  }

  .tariff-table-wrap {
    padding: 0 20px 22px;
  }

  .tariff-table {
    min-width: 0;
  }

  .tariff-table th,
  .tariff-table td {
    padding: 14px 10px;
    font-size: 0.92rem;
  }

  .tariff-table th:nth-child(2),
  .tariff-table td:nth-child(2) {
    display: none;
  }

  .tariffs-note {
    max-width: none;
    padding: 22px 20px;
  }

  .contact-section-pro {
    padding: 22px 0 34px;
    background: #f4f8f5;
  }

  .contact-pro-grid {
    gap: 16px;
  }

  .contact-list li {
    align-items: flex-start;
  }

  .form-actions .btn {
    width: 100%;
  }

  .referral-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 20px;
  }

  .referral-intro h2 {
    font-size: 1.32rem;
  }

  .pre-footer-cta {
    padding: 20px 0;
    background: #f4f8f5;
    border-top: 0;
  }

  .footer-cta-copy {
    text-align: left;
  }

  .footer-cta h2 {
    font-size: 1.22rem;
  }

  .footer-cta p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cta-button {
    min-height: 48px;
  }

  .site-footer {
    padding-bottom: 12px;
  }

  .footer-cta {
    border-radius: 20px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
  }

  .footer-cta::after {
    content: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 12px;
    text-align: left;
  }

  .footer-brand p {
    max-width: 290px;
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .footer-brand-name {
    font-size: 1.24rem;
  }

  .footer-brand-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
    margin-top: 4px;
  }

  .footer-column {
    gap: 3px;
  }

  .footer-contact {
    order: 3;
    padding: 12px 0;
    border-top: 1px solid rgba(238, 245, 240, 0.14);
    border-bottom: 1px solid rgba(238, 245, 240, 0.14);
  }

  .footer-column[aria-label="Navigatie"] {
    order: 2;
  }

  .footer-brand {
    order: 1;
  }

  .footer-column h3 {
    font-size: 0.82rem;
    margin-bottom: 3px;
  }

  .footer-column h3::after {
    margin-left: 0;
    margin-right: 0;
    width: 28px;
    margin-top: 6px;
  }

  .footer-column a {
    padding: 3px 0;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .footer-column:not(.footer-contact) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    align-items: start;
  }

  .footer-column:not(.footer-contact) h3 {
    grid-column: 1 / -1;
  }

  .footer-email {
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(238, 245, 240, 0.9) !important;
  }

  .footer-contact-line {
    gap: 9px;
  }

  .footer-contact-icon {
    width: 17px;
    height: 17px;
  }

  .footer-column p {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .footer-bottom {
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    padding-top: 10px;
    font-size: 0.76rem;
  }

  .footer-bottom nav {
    gap: 6px 10px;
    justify-content: flex-start;
  }

  .footer-bottom a {
    font-size: 0.76rem;
  }
}

@media (max-width: 620px) {
  .privacy-settings-button {
    width: 32px;
    height: 32px;
  }

  .privacy-dialog {
    align-items: end;
    padding: 12px;
  }

  .privacy-dialog-panel {
    max-height: calc(100vh - 24px);
    padding: 24px 18px 18px;
  }

  .privacy-cookie-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-cookie-status {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 40px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom nav {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .footer-smallprint {
    font-size: 0.78rem;
    line-height: 1.6;
  }
}

@media (max-width: 860px) {
  .tariffs-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tariffs-notice {
    position: static;
  }

  .tariff-card {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding-top: 36px;
    padding-bottom: 26px;
  }

  .footer-main {
    gap: 22px;
    padding-bottom: 10px;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .privacy-settings-button {
    background: rgba(255, 255, 255, 0.12);
  }

  .privacy-settings-button:hover,
  .privacy-settings-button:focus-visible {
    background: var(--navy);
  }
}
