.page-hero {
  padding: 7rem 0;
  background: linear-gradient(135deg, rgba(47, 51, 56, .72), rgba(47, 51, 56, .5));
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.page-hero--cases,
.page-id-21 .visible-builder-content > .vpb-hero,
.article-page > .page-hero,
.case-detail-page > .page-hero {
  background-color: var(--color-dark-section);
  background-image: none;
}

.page-hero h1 {
  margin: 0 auto 1rem;
  max-width: 864px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.page-id-22 .page-hero {
  height: 400px;
  min-height: 400px;
  display: grid;
  align-items: center;
  padding: 0;
  background-position: center 30%;
}

.page-id-22 .page-hero .container {
  transform: translateY(12px);
}

.page-id-23 .page-hero {
  height: 400px;
  min-height: 400px;
  display: grid;
  align-items: center;
  padding: 0;
}

.page-id-23 .page-hero .container {
  transform: translateY(13px);
}

.page-id-23 section[data-price-calculator] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-id-23 .price-sticky-stack {
  transform: translateY(-18px);
}

.page-id-23 .calculator-result {
  padding-top: calc(2rem - 6px);
  padding-bottom: calc(2rem - 6px);
}

.page-id-23 .price-tail-section {
  padding-top: calc(5rem + 87px);
  padding-bottom: calc(5rem + 56px);
}

.page-id-23 .container.narrow.center {
  max-width: 944px;
}

.page-id-23 .price-faq-section .section-heading {
  max-width: 832px;
}

.page-id-23 .price-faq-section {
  padding-top: calc(6rem - 16px);
  padding-bottom: calc(6rem - 41px);
}

.page-id-23 .price-faq-section .faq-card-grid {
  max-width: 880px;
  margin-inline: auto;
}

.page-id-25 .page-hero {
  height: 400px;
  min-height: 400px;
  display: grid;
  align-items: center;
  padding: 0;
}

.page-id-25 .page-hero .container {
  transform: translateY(14px);
}

.page-id-25 .page-hero h1 {
  max-width: 653px;
}

.page-id-25 .ejendom-content-section {
  padding: 64px 0 0;
  background: var(--color-bg);
}

.page-id-25 .investment-container {
  max-width: 1088px;
}

.page-id-25 .info-card-grid {
  margin-top: -80px;
  margin-bottom: 64px;
  gap: 32px;
}

.page-id-25 .info-card {
  min-height: 114px;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(30, 30, 30, .08);
}

.page-id-25 .info-card .service-detail-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  flex: 0 0 auto;
  border-radius: 8px;
}

.page-id-25 .info-card h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.page-id-25 .info-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: .875rem;
  line-height: 1.45;
}

.page-id-25 .listing-import {
  max-width: none;
  margin: 0 0 40px;
  gap: 12px;
  border-radius: 8px;
  padding: 24px;
}

.page-id-25 .listing-import h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.page-id-25 .listing-import p {
  font-size: .875rem;
  line-height: 1.45;
}

.page-id-25 .listing-import__status:empty {
  display: none;
}

.page-id-25 .listing-import input {
  min-height: 40px;
  padding: .5rem .75rem;
}

.page-id-25 .investment-calc {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 0 0 64px;
}

.page-id-25 .investment-fields {
  border-radius: 8px;
  padding: 0;
}

.page-id-25 .investment-fields h3 {
  margin: 0;
  border-bottom: 1px solid var(--color-border);
  padding: 24px 24px 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.page-id-25 .investment-fields > label,
.page-id-25 .investment-fields > .period-input,
.page-id-25 .investment-fields > .investment-market-note {
  margin-inline: 24px;
}

.page-id-25 .investment-fields > label:first-of-type {
  margin-top: 24px;
}

.page-id-25 .investment-fields > label:last-of-type {
  margin-bottom: 0;
}

.page-id-25 .investment-results h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.page-id-25 .investment-results {
  gap: 0;
}

.page-id-25 .investment-results .calc-output {
  gap: 12px;
}

.page-id-25 .investment-results .calc-output--stack > span {
  min-height: 90px;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 0;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
}

.page-id-25 .investment-results .calc-output--stack > span strong {
  grid-column: 2;
  justify-self: start;
  font-size: 1.125rem;
  line-height: 1.5556;
}

.page-id-25 .investment-results .calc-output--stack > span > span {
  color: var(--color-muted);
  font-size: .875rem;
  line-height: 1.4286;
}

.page-id-25 .investment-result-icon {
  width: 44px;
  height: 44px;
  grid-row: span 2;
}

.page-id-25 .investment-results .btn {
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-25 .ejendom-understand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
}

.page-id-25 .ejendom-understand h2 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-size: 1.5rem;
  line-height: 1.3334;
}

.page-id-25 .ejendom-understand p {
  margin: 0 0 1rem;
  color: var(--color-muted);
  line-height: 1.625;
}

.page-id-25 .ejendom-understand p + .btn {
  margin-top: .5rem;
}

.page-id-25 .ejendom-related-section {
  padding: 79px 0 64px;
}

.page-id-25 .ejendom-related-section .section-heading {
  max-width: 960px;
  margin-bottom: 32px;
}

.page-id-25 .ejendom-related-section .section-heading h2 {
  font-size: 1.875rem;
}

.page-id-25 .ejendom-related-section .cards-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.page-id-25 .ejendom-related-section .case-card {
  width: 100%;
  min-height: 246px;
  border-radius: 8px;
  padding: 32px;
  text-align: left;
  box-shadow: none;
}

.page-id-25 .ejendom-related-section .case-card .badge,
.page-id-25 .ejendom-related-section .case-card .tags,
.page-id-25 .ejendom-related-section .case-card .case-card__link {
  display: none;
}

.page-id-25 .ejendom-related-section .case-card h3 {
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.page-id-25 .ejendom-related-section .case-card p {
  margin: 0;
  color: hsl(220 6% 15% / .7);
  line-height: 1.625;
}

.page-id-24 .page-hero {
  height: 370px;
  min-height: 370px;
  display: grid;
  align-items: center;
  padding: 0;
}

.page-id-24 .page-hero .container {
  transform: translateY(25px);
}

.page-id-24 .page-hero > .container > p:not(.section-eyebrow) {
  margin-top: 0;
  color: #fff;
  line-height: 28px;
}

.page-id-24 .contact-main {
  margin-top: 30px;
  padding: 80px 0;
  background: var(--color-bg);
}

.page-id-24 .contact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}

.page-id-24 .contact-card {
  height: 240px;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.page-id-24 .contact-card .contact-icon {
  margin: 0 auto 24px;
}

.page-id-24 .contact-card h3 {
  margin: 0 0 12px;
  color: var(--color-heading);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.page-id-24 .contact-card p {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 24px;
}

.page-id-24 .contact-card p + p {
  margin-top: 8px;
  color: var(--color-muted);
}

.page-id-24 .contact-form-shell {
  max-width: 896px;
  margin-inline: auto;
}

.page-id-24 .contact-testimonial {
  margin: 0 0 32px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.page-id-24 .contact-testimonial blockquote {
  margin: 0;
  color: rgba(36, 37, 41, .85);
  font-size: 18px;
  line-height: 28px;
}

.page-id-24 .contact-testimonial figcaption {
  margin-top: 16px;
  color: rgb(122, 126, 133);
  font-size: 14px;
  line-height: 20px;
}

.page-id-24 .contact-testimonial figcaption span {
  color: var(--color-heading);
  font-weight: 500;
}

.page-id-24 .contact-form-card {
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  box-shadow: var(--shadow-medium);
}

.page-id-24 .contact-form-heading {
  margin-bottom: 32px;
  text-align: center;
}

.page-id-24 .contact-form-heading h2 {
  margin: 0 0 16px;
  color: var(--color-heading);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.page-id-24 .contact-form-heading p {
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 24px;
}

.page-id-24 .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}

.page-id-24 .contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--color-heading);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.page-id-24 .contact-form input,
.page-id-24 .contact-form textarea,
.page-id-24 .contact-form select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 12px 16px;
  color: var(--color-heading);
  font: inherit;
  font-size: 16px;
  line-height: 24px;
}

.page-id-24 .contact-form input {
  height: 50px;
}

.page-id-24 .contact-form select {
  height: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-id-24 .contact-form textarea {
  height: 170px;
  resize: none;
}

.page-id-24 .contact-form input:focus,
.page-id-24 .contact-form textarea:focus,
.page-id-24 .contact-form select:focus {
  outline: 2px solid rgba(23, 57, 100, .25);
  border-color: rgba(23, 57, 100, .55);
}

.page-id-24 .contact-form__full {
  grid-column: 1 / -1;
}

.page-id-24 .contact-form__note {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.page-id-24 .contact-form__submit {
  width: max-content;
  min-width: 152px;
  min-height: 48px;
  margin-inline: auto;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.page-id-24 .contact-quick {
  padding: 80px 0;
  background: var(--color-primary);
  color: var(--color-text);
}

.page-id-24 .contact-quick__inner {
  max-width: 896px;
  margin-inline: auto;
  padding-inline: 32px;
  text-align: center;
}

.page-id-24 .contact-quick h2 {
  margin: 0 0 24px;
  max-width: none;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.page-id-24 .contact-quick p {
  margin: 0 0 32px;
  max-width: none;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 32.5px;
}

.page-id-24 .contact-quick__actions {
  height: 24px;
  font-size: 0;
  line-height: 24px;
  text-align: center;
}

.page-id-24 .contact-quick .btn {
  width: auto;
  min-width: 0;
  min-height: 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transform: translateY(-10px);
  vertical-align: baseline;
}

.page-id-24 .contact-quick .btn:hover {
  transform: translateY(-11px);
}

.page-id-24 .contact-quick .btn-white {
  width: 112px;
  height: 42px;
  border: 1px solid transparent;
  padding: 12px 28px;
  color: var(--color-primary);
}

.page-id-24 .contact-quick .btn-outline {
  width: 132px;
  height: 44px;
  margin-left: 16px;
  border: 1px solid #fff;
  padding: 12px 24px;
  color: #fff;
}

.page-id-22 .page-hero h1 {
  max-width: 734px;
}

.page-id-22 .section {
  padding: 5rem 0;
}

.page-id-22 .section-muted {
  background: hsl(220 6% 96% / .3);
}

.page-id-22 .container.narrow {
  max-width: 896px;
}

.page-id-22 .narrow h2 {
  margin: 0 0 2rem;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}

.page-id-22 .narrow p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-id-22 .narrow p + p {
  margin-top: 1.5rem;
}

.page-id-22 .split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.page-id-22 .split > div > h2 {
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  line-height: 1.1112;
}

.page-id-22 .split > div > p {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-id-22 .split > div > p:last-child {
  margin-bottom: 0;
}

.page-id-22 .profile-card--compact {
  width: 100%;
  max-width: none;
  min-height: 344px;
  border: 0;
  border-radius: 16px;
  background: var(--color-primary);
  box-shadow: none;
  color: #fff;
  gap: 0;
  padding: 2rem;
  justify-self: stretch;
}

.page-id-22 .profile-card--compact .profile-card__content {
  color: #fff;
  text-align: center;
}

.page-id-22 .profile-card--compact .profile-card__content h3 {
  margin: 0 0 .5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3334;
}

.page-id-22 .profile-card--compact .profile-card__content p {
  margin: 0 0 .75rem;
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.5556;
}

.page-id-22 .profile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}

.page-id-22 .profile-card--compact .profile-link {
  color: rgba(255, 255, 255, .8);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
}

.page-id-22 .profile-card--compact .profile-link:hover {
  color: #fff;
}

.page-id-22 .profile-card--compact .profile-link .roce-icon {
  width: 1rem;
  height: 1rem;
}

.page-id-22 .about-brief-section .section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}

.page-id-22 .about-brief-section .section-heading h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}

.page-id-22 .about-brief-section .info-card p {
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.625;
}

.page-id-22 .about-values-section .value-grid p {
  margin: 0;
  line-height: 1.625;
}

.page-id-22 .about-team-section .section-heading p {
  color: var(--color-muted);
  font-size: 1.25rem;
  line-height: 1.4;
}

.page-id-22 .about-team-section .team-card {
  border: 0;
}

.page-id-22 .about-team-section .team-card__meta span {
  margin-bottom: .25rem;
}

.page-id-22 .about-team-section .team-card__meta a {
  color: var(--color-muted);
  font-size: .75rem;
  line-height: 1.3334;
}

.page-id-22 .about-team-section .team-card__linkedin {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  height: 16px;
  margin-top: .25rem;
  line-height: 1.3334;
}

.page-id-22 .about-team-section .team-card__linkedin .roce-icon {
  width: .75rem;
  height: .75rem;
}

.page-id-22 .about-systems-section .tags--large {
  gap: .75rem;
  margin-top: 2rem;
}

.page-id-22 .about-systems-section .tags--large span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .625rem 1.125rem;
  background: hsl(220 6% 25% / .1);
  color: var(--color-primary);
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.43;
}

.page-id-22 .container.narrow.center {
  max-width: 768px;
}

.page-id-22 .container.narrow.center h2 {
  margin-bottom: 1.5rem;
}

.page-id-22 .container.narrow.center p {
  max-width: 704px;
  margin: 0 auto 2rem;
}

.page-id-22 .container.narrow.center .btn {
  min-height: 60px;
  border-radius: 8px;
  padding: 1rem 2rem;
  background: var(--color-primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5556;
}

.page-id-22 .container.narrow.center .btn:hover {
  background: var(--color-primary);
}

.page-hero h1,
.page-hero p,
.page-hero .section-eyebrow {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

.page-hero > .container > p:not(.section-eyebrow) {
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .94);
  font-size: 1.25rem;
  line-height: 1.45;
}

.service-detail-hero {
  min-height: 400px;
  display: grid;
  align-items: center;
  padding: 5.5rem 0;
}

.service-detail-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.6;
}

.service-detail-page {
  background: var(--color-bg);
}

.service-detail-wrap {
  padding: 4rem 0;
}

.service-detail-wrap--continued {
  padding-top: 0;
}

.service-bogholderi-service .service-detail-wrap {
  padding-bottom: 4rem;
}

.service-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 896px;
  margin: -5rem auto 2rem;
}

.inline-cta {
  max-width: 896px;
  margin: 0 auto 3rem;
  border: 1px solid rgba(23, 61, 111, .2);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(23, 61, 111, .1), rgba(23, 61, 111, .05));
  padding: 2rem;
  text-align: center;
  box-shadow: none;
}

.inline-cta--spaced {
  margin-top: 3.5rem;
}

.inline-cta p {
  margin: 0 auto 1rem;
  max-width: none;
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3334;
}

.service-bogholderi-service .service-copy .inline-cta {
  margin-bottom: 2rem;
}

.service-bogholderi-service .service-copy .inline-cta p {
  margin-bottom: 1rem;
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3334;
}

.inline-cta h2 {
  margin: 0 0 .75rem;
  color: var(--color-heading);
  font-size: 1.5rem;
  line-height: 1.2;
}

.inline-cta .cta-actions {
  margin-top: .75rem;
}

.service-fact,
.service-detail-card,
.service-related-card {
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-medium);
}

.service-fact {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 114px;
  padding: 1.5rem;
}

.service-detail-icon {
  display: inline-grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: rgba(47, 51, 56, .08);
  color: var(--color-icon-neutral);
  font-weight: 800;
}

.service-detail-page .service-facts .service-detail-icon,
.service-detail-page .vpb-trust-box .service-detail-icon,
.page-id-25 :is(.vpb-trust-box, .info-card, .service-fact) .service-detail-icon {
  color: #3c3e44;
}

.service-fact h2,
.service-fact h3 {
  margin: 0 0 .15rem;
  color: var(--color-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.service-detail-card h3 {
  margin: 0 0 .15rem;
  color: var(--color-heading);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.service-fact p,
.service-detail-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.service-copy {
  max-width: 896px;
  margin: 0 auto 4rem;
}

.service-copy > .vpb-section {
  width: 100%;
  padding: 2rem 0;
}

.service-copy > .vpb-section > .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.service-copy p,
.service-copy li,
.service-detail-list li {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.75;
}

.service-copy p {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
}

.service-copy p:last-child {
  margin-bottom: 0;
}

.service-copy h2 {
  margin: 2.4rem 0 1rem;
  color: var(--color-heading);
  font-size: 1.5rem;
  line-height: 1.333;
}

.service-highlight {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid rgba(23, 61, 111, .18);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(23, 61, 111, .1), rgba(23, 61, 111, .04));
  text-align: center;
}

.service-highlight p {
  margin: 0 0 1.25rem;
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  max-width: 896px;
  margin: 0 auto;
}

.service-card-grid .service-detail-card:only-child {
  grid-column: 1 / -1;
}

.service-card-grid--future {
  margin-bottom: 3rem;
}

.service-card-grid--future .service-detail-card__head {
  align-items: flex-start;
  margin-bottom: 0;
}

.service-cfo-service .service-copy {
  margin-bottom: calc(4rem + 7px);
}

.service-detail-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 2rem;
  background: linear-gradient(135deg, #fff, rgba(244, 244, 245, .55));
}

.service-detail-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.service-bogholderi-service .service-fact {
  min-height: 130px;
}

.service-bogholderi-service .service-copy {
  margin-bottom: 3rem;
}

.service-bogholderi-service .service-detail-card__head {
  min-height: 84px;
  gap: 12px;
}

.service-bogholderi-service .service-detail-card__head > div > p {
  color: var(--color-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.service-detail-card .btn {
  align-self: center;
  margin-top: auto;
}

.service-detail-card .service-detail-icon {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.service-detail-list {
  display: grid;
  gap: .75rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding-left: 1.75rem;
}

.service-detail-card .service-detail-list li {
  line-height: 1.5;
}

.service-detail-list li::before {
  content: none;
  position: absolute;
  left: 0;
  top: .18rem;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid var(--color-icon-neutral);
  border-radius: 50%;
  color: var(--color-icon-neutral);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.service-detail-list li > .roce-icon {
  position: absolute;
  left: 0;
  top: .18rem;
  width: 18px;
  height: 18px;
  color: var(--color-icon-neutral);
}

.service-detail-list li > .roce-icon svg {
  width: 100%;
  height: 100%;
}

.case-detail-page .entry-content ul {
  padding-left: 0;
  list-style: none;
}

.case-detail-page .entry-content ul li {
  position: relative;
  padding-left: 2rem;
}

.case-detail-page .entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: hsl(220 6% 25% / .12);
  border-radius: 9999px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23173a64' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: .75rem;
}

.service-related {
  padding: 63px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: hsl(220 6% 96% / .3);
  text-align: center;
}

.service-related h2 {
  max-width: 960px;
  margin: 0 auto 2rem;
  color: var(--color-heading);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-related .section-eyebrow {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4286;
}

.service-related-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
}

.service-related-card h3 {
  margin: 0 0 .75rem;
  color: var(--color-heading);
  font-size: 1.35rem;
}

.service-related-card p {
  color: var(--color-text);
  line-height: 1.75;
}

.service-related .case-card {
  width: 100%;
  text-align: left;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: none;
}

.service-related .cards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.service-related .cards-grid:has(.case-card:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

.service-related .cards-grid > .case-card:only-child {
  width: 100%;
  justify-self: stretch;
}

.service-related .case-card .badge {
  display: none;
}

.service-related .case-card h3 {
  margin: 0 0 .75rem;
  line-height: 1.4;
}

.service-related .case-card p {
  flex: 1;
  margin-bottom: 1.25rem;
  color: hsl(220 6% 15% / .7);
  line-height: 1.625;
}

.service-related .case-card .tags {
  gap: .5rem;
  margin: 0 0 1.25rem;
}

.service-related .case-card .tags span {
  padding: .25rem .625rem;
  background: hsl(213 63% 24% / .1);
  color: var(--color-primary);
  font-size: .75rem;
  line-height: 1.333;
}

.service-related .case-card .case-card__link {
  width: auto;
  min-height: 0;
  height: 24px;
  justify-content: flex-start;
  gap: .5rem;
  margin-top: auto;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
}

.service-related .case-card .case-card__link {
  border-top: 1px solid var(--color-card-border);
  padding-top: 1rem;
}

.service-ejendomsadministration .service-related .case-card,
.service-cfo-service .service-related .case-card {
  min-height: 390px;
}

.service-cta {
  padding: 6rem 0;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
}

.service-testimonial {
  padding: 4rem 0 3.5rem;
  background: hsl(220 6% 96% / .3);
}

.service-controller-service .service-testimonial {
  margin-top: -9px;
}

.service-testimonial .section-heading {
  max-width: 608px;
  margin: 0 auto 2rem;
}

.service-testimonial .section-eyebrow {
  font-size: .875rem;
  line-height: 1.4286;
}

.service-testimonial .testimonial-grid--single {
  max-width: 608px;
}

.service-testimonial .quote-card {
  border-radius: 8px;
  padding: 2rem;
}

.service-testimonial .testimonial-tag {
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.3334;
  letter-spacing: .05em;
}

.service-testimonial .testimonial-quote-icon,
.service-testimonial .testimonial-benefit {
  display: none;
}

.service-testimonial .quote-card blockquote {
  font-size: 1.0625rem;
  line-height: 1.625;
}

.service-cta h2 {
  max-width: 704px;
  margin: 0 auto 1.5rem;
  font-size: 2.25rem;
  line-height: 1.12;
}

.service-cta p {
  max-width: 704px;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.625;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.content-area {
  padding: 4rem 0;
}

.media-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-medium);
}

.media-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.profile-card,
.team-card,
.partner-card {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
  padding: 1.5rem;
}

.profile-card--compact {
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 520px;
  align-items: start;
  text-align: center;
  justify-self: center;
}

.profile-card__image,
.team-card__image {
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}

.profile-card__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.profile-card--compact .profile-card__image img {
  display: block;
  width: 128px;
  height: 128px;
  max-height: none;
  margin: 0 auto 1.5rem;
  border-radius: 999px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
}

.profile-card--compact .profile-card__content {
  min-width: 0;
}

.profile-card--compact .profile-card__content p {
  overflow-wrap: anywhere;
}

.profile-card--compact .profile-card__content h2,
.profile-card--compact .profile-card__content h3 {
  font-size: 1.5rem;
  line-height: 1.15;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--color-blue);
  font-weight: 700;
}

.profile-card__content h2,
.profile-card__content h3,
.team-card h3,
.partner-card h2 {
  margin: 0 0 .75rem;
  color: var(--color-heading);
}

.profile-card__content p,
.team-card p,
.partner-card p {
  color: var(--color-muted);
}

.team-card {
  overflow: visible;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
}

.team-card__image img {
  width: 112px;
  height: 112px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  aspect-ratio: 1;
  object-fit: cover;
}

.team-card__content {
  padding: 0;
}

.team-card h3 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5556;
}

.team-card__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  color: var(--color-muted);
  font-size: .875rem;
  line-height: 1.43;
}

.team-card__meta span {
  margin-bottom: .25rem;
}

.team-card__meta a,
.profile-link {
  width: max-content;
  max-width: 100%;
}

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

.partners-intro {
  min-height: 748px;
  padding-top: 64px;
  padding-bottom: 64px;
  background: var(--color-bg);
}

.partners-intro .container.narrow {
  max-width: 960px;
}

.partners-intro h1 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.partners-intro p {
  margin: 0 auto;
  max-width: none;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.5556;
}

.page-hero--cases h1 {
  max-width: 832px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  min-height: 112px;
  border: 0;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.partner-card:hover,
.partner-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(23, 61, 111, .28);
  box-shadow: var(--shadow-medium);
}

.partner-card img {
  width: auto;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  margin: 0 auto;
}

.content-area .entry-content {
  max-width: 820px;
  margin-inline: auto;
}

.case-detail-page .content-area .entry-content {
  max-width: 704px;
}

.case-detail-page .entry-content > h2:first-child {
  margin: 0 0 1.25rem;
  color: var(--color-primary);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.case-detail-page .entry-content h2:not(:first-child) {
  margin: 2.2rem 0 1rem;
  color: var(--color-heading);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}

.case-detail-page .entry-content p,
.case-detail-page .entry-content li {
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(h2, h3) {
  color: var(--color-heading);
  line-height: 1.15;
}

.entry-content p,
.entry-content li {
  color: var(--color-text);
}

.visible-builder-content > :where(.wp-block-heading, .wp-block-paragraph, .wp-block-list, .wp-block-quote) {
  width: min(100% - 2rem, 880px);
  margin-left: auto;
  margin-right: auto;
}

.visible-builder-content > .wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--color-heading);
  line-height: 1.15;
}

.visible-builder-content > .wp-block-paragraph,
.visible-builder-content > .wp-block-list,
.visible-builder-content > .wp-block-quote {
  color: var(--color-text);
  font-size: 1.05rem;
  line-height: 1.8;
}

.visible-builder-content > .wp-block-list {
  padding-left: 1.25rem;
}

.visible-builder-content > .wp-block-quote {
  border-left: 4px solid var(--color-accent);
  padding-left: 1.25rem;
  font-style: italic;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.lead-modal[hidden] {
  display: none;
}

[data-lead-message-field][hidden] {
  display: none !important;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

.lead-modal__dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(90vh, 820px);
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.lead-modal__title {
  margin: 0 0 .75rem;
  color: var(--color-heading);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.1;
  font-weight: 600;
}

.lead-modal__dialog p {
  color: var(--color-muted);
}

.lead-modal__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--color-soft);
  color: var(--color-heading);
  font-size: 1.7rem;
  line-height: 1;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.lead-form label {
  display: grid;
  gap: .4rem;
  color: var(--color-heading);
  font-size: .92rem;
  font-weight: 600;
}

.lead-form [hidden] {
  display: none !important;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: .82rem .9rem;
  color: var(--color-heading);
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  outline: 2px solid rgba(23, 61, 111, .25);
  border-color: rgba(23, 61, 111, .55);
}

.lead-form__full {
  grid-column: 1 / -1;
}

.lead-summary {
  border: 1px solid rgba(23, 61, 111, .16);
  border-radius: 10px;
  background: rgba(23, 61, 111, .06);
  padding: .9rem 1rem;
  color: var(--color-heading);
  font-size: .92rem;
  line-height: 1.6;
}

.lead-form__note {
  margin: .2rem 0 0;
  color: var(--color-muted);
  font-size: .9rem;
  text-align: center;
}

.lead-modal--price .lead-modal__dialog {
  width: min(448px, 100%);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fcfcfc;
  padding: 24px;
}

.lead-modal--price .lead-modal__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

.lead-modal--price .lead-modal__dialog > p:not(.lead-modal__title) {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.lead-modal--price .lead-form {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}

.lead-modal--price .lead-summary {
  display: grid;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  background: rgba(60, 62, 68, .06);
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
}

.lead-modal--price .lead-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.lead-modal--price .lead-form label {
  gap: 6px;
  font-size: 14px;
}

.lead-modal--price [data-lead-company-field] { order: 1; }
.lead-modal--price [data-lead-email-field] { order: 2; }
.lead-modal--price [data-lead-phone-field] { order: 3; }
.lead-modal--price [data-lead-message-field] { order: 4; }
.lead-modal--price [data-lead-submit] { order: 5; }

.lead-modal--price .lead-form input,
.lead-modal--price .lead-form textarea {
  min-height: 40px;
  border-radius: 6px;
  padding: 8px 12px;
}

.lead-modal--price .lead-form textarea {
  min-height: 76px;
}

.lead-modal--price .lead-form .btn {
  min-height: 40px;
  border-radius: 6px;
}

.lead-modal--price .lead-modal__close {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
}

.lead-modal--price .lead-modal__close .roce-icon,
.lead-modal--price .lead-modal__close .roce-icon svg {
  width: 16px;
  height: 16px;
}

.lead-form [data-lead-submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lead-form [data-lead-submit] .roce-icon,
.lead-form [data-lead-submit] .roce-icon svg {
  width: 16px;
  height: 16px;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-answer-card {
  display: grid;
  gap: .75rem;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow-soft);
}

.faq-answer-card h3,
.faq-answer-card p {
  margin: 0;
}

.faq-answer-card h3 {
  color: var(--color-heading);
  font-size: 1.1rem;
  line-height: 1.35;
}

.faq-answer-card p {
  color: var(--color-muted);
  line-height: 1.65;
}

.faq-answer-card .faq-read-more {
  margin: 0;
}

.faq-groups {
  display: grid;
  gap: 2.5rem;
}

.faq-group h2 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-size: 1.5rem;
}

.faq-accordion {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.faq-accordion summary {
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  color: var(--color-heading);
  font-weight: 800;
}

.faq-accordion p {
  margin: 0;
  padding: 0 1.5rem .8rem;
  color: var(--color-muted);
}

.faq-accordion:not([open]) > p,
.faq-accordion:not([open]) > .faq-read-more {
  display: none;
}

.faq-read-more {
  display: inline-flex;
  margin: 0 1.5rem 1.5rem;
  color: var(--color-blue);
  font-weight: 700;
}

/* Public roce.dk typography and component parity. */
.visible-builder-content > .page-hero.vpb-section h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}

.visible-builder-content > .page-hero.vpb-section > .container > p:not(.section-eyebrow) {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
}

.service-detail-hero > .container {
  width: fit-content;
  max-width: 896px;
}

.service-fact p {
  font-size: .875rem;
  line-height: 1.4286;
}

.article-page > .page-hero {
  padding: 8rem 0;
}

.article-page > .page-hero .container.narrow {
  max-width: 1280px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.article-page > .page-hero .section-eyebrow {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .7) !important;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.article-page > .page-hero h1 {
  max-width: none;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
}

.article-content {
  width: min(704px, calc(100% - 4rem));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.article-page .article-content :where(p, li, h2, h3) {
  color: rgba(36, 37, 41, .8);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.article-content .back-link {
  color: var(--color-blue);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.page-id-21 .visible-builder-content > .vpb-hero h1,
.page-id-21 .guide-card h2,
.page-id-21 .article-group h2,
.page-id-21 .article-card-link h3 {
  font-weight: 600;
}

.page-id-21 .visible-builder-content :where(h2, h3) {
  font-weight: 600;
}

.page-id-21 .visible-builder-content > .vpb-hero > .container > p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-id-21 .visible-builder-content :where(.guide-card, .article-card-link) p {
  color: rgba(36, 37, 41, .7);
}

.page-id-21 .article-card-link h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.page-id-21 .article-card-link p,
.page-id-21 .article-cta-row p {
  color: rgba(36, 37, 41, .6);
}

.case-detail-page > .page-hero .section-eyebrow {
  font-weight: 400;
}

.case-detail-page > .page-hero h1 {
  font-weight: 600;
}

.case-detail-page > .page-hero > .container > h1 + p {
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.625;
}

.case-detail-page :where(.case-meta-summary__card h2, .entry-content h2, .entry-content h3) {
  font-weight: 600;
}

.case-detail-page .entry-content :where(p, li) {
  color: rgba(36, 37, 41, .8);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.case-detail-page .entry-content h2:not(:first-child) {
  line-height: 1.5;
}

.page-hero--cases > .container {
  max-width: 896px;
}

.page-hero--cases .section-eyebrow {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 400;
}

.page-hero--cases > .container > p:not(.section-eyebrow) {
  max-width: 672px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-hero--cases ~ .section:not(.section-muted) .section-heading p {
  font-size: 1rem;
  line-height: 1.625;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card h3 {
  line-height: 1.375;
}

.floating-facts .info-card--inline p {
  color: rgba(36, 37, 41, .6);
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 400;
}

.page-hero--cases ~ .section.section-muted .section-heading h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.page-hero--cases ~ .section.section-muted .section-heading p {
  font-size: 1rem;
  line-height: 1.625rem;
}

.floating-facts > .container {
  max-width: 1024px;
  padding-right: 32px;
  padding-left: 32px;
}

.floating-facts .info-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  box-shadow: 0 20px 28px rgba(36, 37, 41, .12);
}

.floating-facts .info-card--inline {
  min-height: 44px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.floating-facts .info-card--inline .service-icon {
  width: 44px;
  height: 44px;
}

.floating-facts .info-card--inline strong {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.page-id-24 .contact-card p:first-of-type {
  color: var(--color-primary);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.page-id-24 .contact-card p + p {
  color: var(--color-muted);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.page-id-24 .visible-builder-content > .cta-band:last-child h2,
.page-id-24 .visible-builder-content > .cta-band:last-child p {
  max-width: 832px;
}

.page-id-24 .visible-builder-content > .cta-band:last-child h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.page-id-24 .visible-builder-content > .cta-band:last-child p {
  font-size: 1.25rem;
  line-height: 2.03125rem;
}

.page-id-22 .page-hero > .container,
.page-id-25 .page-hero > .container {
  width: fit-content;
  max-width: 896px;
}

.page-id-22 .vpb-rich-text p {
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-id-22 .profile-card--compact .profile-card__content p {
  color: #fff;
}

.page-id-25 :where(.info-card, .service-fact) h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.page-id-25 :where(.info-card, .service-fact) p {
  font-size: .875rem;
  line-height: 1.25rem;
}

.service-detail-hero > .container > p:not(.section-eyebrow) {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
}

.vpb-inline-cta-section .inline-cta p {
  color: var(--color-primary);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.service-bogholderi-service .service-copy > p:nth-of-type(2) {
  color: var(--color-primary);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

:where(.service-cfo-service, .service-controller-service, .service-ejendomsadministration, .service-komplet-oekonomifunktion) .service-copy > p:first-child {
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 400;
}

:where(.service-cfo-service, .service-controller-service, .service-ejendomsadministration, .service-komplet-oekonomifunktion) .service-copy > p:nth-of-type(2) {
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.service-detail-page > .section-muted:has(.testimonial-grid) .section-heading {
  max-width: 608px;
}

.service-detail-page > .section-muted:has(.testimonial-grid) .section-heading .section-eyebrow,
.service-related > .container > .section-eyebrow {
  color: var(--color-muted);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.service-card-grid--future .service-detail-card p {
  font-size: 1rem;
  line-height: 1.625rem;
}

.page-id-27 .visible-builder-content > .page-hero.vpb-section {
  padding: 4rem 0 0;
  background: var(--color-bg);
  color: var(--color-heading);
}

.page-id-27 .visible-builder-content > .page-hero.vpb-section > .container {
  max-width: 960px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-27 .visible-builder-content > .page-hero.vpb-section h1 {
  max-width: none;
  margin-bottom: 1rem;
  color: var(--color-heading);
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-shadow: none;
}

.page-id-27 .visible-builder-content > .page-hero.vpb-section > .container > p:not(.section-eyebrow) {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-shadow: none;
}

.page-id-27 .partners-intro {
  min-height: 748px;
  padding-top: 3rem;
}

.page-id-27 .partner-grid {
  margin-top: 0;
}

.page-id-27 .partners-intro .container.narrow {
  max-width: 928px;
}

.page-id-27 .partner-card {
  height: 112px;
  min-height: 112px;
  padding: 1.5rem;
}
.case-detail-page > .page-hero .container {
  max-width: 896px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.case-detail-page > .page-hero .back-link {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
  vertical-align: top;
}

.case-detail-page > .page-hero .section-eyebrow {
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.case-detail-page > .page-hero h1 {
  margin-bottom: 1.5rem;
}

.case-detail-page > .page-hero h1 + p {
  max-width: 672px;
  margin: 0 auto 2rem;
}

.case-detail-page > .page-hero .tags,
.case-detail-page > .page-hero .hero-actions {
  justify-content: center;
  width: 100%;
}

.case-detail-page > .page-hero .tags {
  margin-bottom: 2.5rem;
}

.case-detail-page > .page-hero .tags span {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.case-meta-summary {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: var(--color-bg);
}

.case-meta-summary > .container {
  max-width: 1024px;
}

.case-meta-summary__card {
  transform: translateY(-1px);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  padding: 2rem;
  box-shadow: var(--shadow-medium);
}

.case-meta-summary__card h2 {
  margin: 0 0 1.25rem;
  color: var(--color-primary);
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-meta-summary__card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
}

.case-meta-summary__card dl > div {
  border-left: 2px solid rgba(60, 62, 68, .3);
  padding-left: 1rem;
}

.case-meta-summary__card dt {
  color: var(--color-muted);
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.case-meta-summary__card dd {
  margin: 0;
  color: var(--color-heading);
  font-weight: 700;
  line-height: 1.375rem;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted {
  padding: 4rem 0 0;
  background: var(--color-bg);
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted > .container {
  max-width: 704px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  padding: 2.5rem;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted h2 {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  line-height: 1.2;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .section-eyebrow {
  display: flex;
  margin-bottom: 1rem;
  color: var(--color-blue);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .btn {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-weight: 500;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .vpb-rich-text {
  margin-bottom: 2rem;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .vpb-rich-text p {
  margin: 0;
  line-height: 1.625;
}

.page-id-21 .visible-builder-content > .vpb-text-section:not(.section-muted) {
  padding: 1.5rem 0 4rem;
}

.page-id-21 .visible-builder-content > .vpb-text-section:not(.section-muted) > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 768px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-21 .visible-builder-content > .vpb-text-section:not(.section-muted) .vpb-rich-text p {
  margin: 0;
}

.page-id-21 .visible-builder-content > .vpb-text-section:not(.section-muted) .btn {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  font-weight: 500;
}

.page-id-21 .visible-builder-content > .vpb-section:last-child > .container {
  max-width: 864px;
}

.page-id-21 .article-groups {
  display: grid;
  gap: 3rem;
}

.page-id-21 .article-group {
  display: grid;
  gap: 1.5rem;
}

.page-id-21 .article-group h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.page-id-21 .article-list {
  display: grid;
  gap: 1rem;
}

.page-id-21 .visible-builder-content > .vpb-hero {
  padding: 8rem 0;
}

.page-id-21 .visible-builder-content > .vpb-hero > .container {
  max-width: 1280px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-21 .visible-builder-content > .vpb-hero h1 {
  max-width: none;
  margin: 0 0 1.5rem;
  font-size: 3rem;
  line-height: 1;
}

.page-id-21 .visible-builder-content > .vpb-hero h1 + p {
  max-width: 672px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-id-21 .visible-builder-content > .vpb-section:last-child {
  padding: 2rem 0 6rem;
}

.page-id-21 .article-card-link {
  position: relative;
  display: grid;
  min-height: 130px;
  align-content: center;
  gap: .5rem;
  border-radius: 8px;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
}

.page-id-21 .article-card-link::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "→";
  transform: translateY(-50%);
  color: var(--color-blue);
  font-size: 1.35rem;
}

.page-id-21 .article-card-link h3,
.page-id-21 .article-card-link p {
  margin: 0;
}

.page-id-21 .article-card-link h3 {
  font-size: 1.125rem;
}

.page-id-21 .article-card-link p {
  color: var(--color-muted);
  line-height: 1.5;
}

.page-id-23 .vpb-faq--cards {
  background: var(--color-primary);
  color: #fff;
  padding: 5rem 0;
}

.page-id-23 .vpb-faq--cards .container {
  max-width: 896px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-23 .vpb-faq--cards .section-heading {
  max-width: none;
  margin-bottom: 2rem;
}

.page-id-23 .vpb-faq--cards .section-heading h2,
.page-id-23 .vpb-faq--cards .section-heading p,
.page-id-23 .vpb-faq-card h3,
.page-id-23 .vpb-faq-card p {
  color: #fff;
}

.page-id-23 .vpb-faq-card {
  min-height: 136px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  padding: 1.5rem;
}

.page-id-23 .vpb-faq-card h3 {
  margin-bottom: .75rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.page-id-23 .vpb-faq--cards .vpb-faq__items {
  gap: 2rem;
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) {
  padding: 5rem 0;
  background: rgba(244, 245, 245, .3);
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) > .container {
  max-width: 960px;
  border-radius: 16px;
  background: #fff;
  padding: 2.5rem;
  box-shadow: var(--shadow-medium);
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .vpb-section-icon {
  width: calc(var(--vpb-inline-icon-size, 32px) + 32px);
  height: calc(var(--vpb-inline-icon-size, 32px) + 32px);
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(60, 62, 68, .1);
  color: var(--color-primary);
  padding: 16px;
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .vpb-section-icon svg {
  width: var(--vpb-inline-icon-size, 32px);
  height: var(--vpb-inline-icon-size, 32px);
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) h2 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .vpb-rich-text {
  max-width: 768px;
  margin: 0 auto 2rem;
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .vpb-rich-text p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.25rem;
  line-height: 2.03125rem;
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .check-list {
  width: min(512px, 100%);
  gap: 1rem;
  margin: 0 auto 2rem;
}

@media (min-width: 900px) {
  .page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) > .container {
    height: 586px;
  }

  .page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .check-list {
    margin-bottom: 22.5px;
  }
}

.page-id-23 .visible-builder-content > .vpb-text-section:not(.vpb-faq) .btn {
  min-height: 43px;
  padding: 9.5px 28px;
  font-weight: 500;
}

/* Final parity corrections against the public Roce layouts. */
.page-id-21 .guide-card p {
  color: rgba(36, 37, 41, .7);
}

.page-id-21 .guide-card__eyebrow,
.page-id-21 .guide-card__eyebrow .roce-icon {
  color: var(--color-icon-neutral) !important;
}

.page-id-21 .guide-card .btn-primary {
  background: var(--color-primary);
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .section-eyebrow,
.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .section-eyebrow .roce-icon {
  color: var(--color-icon-neutral) !important;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .btn-primary {
  background: var(--color-primary);
}

.page-id-21 .article-cta-row p,
.page-id-21 .article-card-link p {
  color: rgba(36, 37, 41, .6);
}

.article-page .article-content .article-summary {
  font-size: 1.125rem;
  line-height: 1.625;
}

.case-detail-page > .page-hero > .container > h1 + p {
  width: 100%;
  max-width: 672px;
}

.case-detail-page .content-area .entry-content p,
.case-detail-page .content-area .entry-content li {
  color: rgba(36, 37, 41, .8);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.page-id-22 .container.narrow {
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-25 .service-fact h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.page-id-25 .service-fact p {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.service-bogholderi-service .service-copy > p,
.service-cfo-service .service-copy > p,
.service-controller-service .service-copy > p,
.service-ejendomsadministration .service-copy > p,
.service-komplet-oekonomifunktion .service-copy > p {
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 400;
}

.service-cfo-service .service-copy > p:nth-of-type(3),
.service-controller-service .service-copy > p:nth-of-type(6),
.service-ejendomsadministration .service-copy > p:nth-of-type(3),
.service-komplet-oekonomifunktion .service-copy > p:nth-of-type(8) {
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.service-komplet-oekonomifunktion > .vpb-button-section--panel {
  width: min(896px, calc(100% - 64px));
  margin: 0 auto 32px;
  padding: var(--vpb-button-top-spacing, 24px) 0 0;
}

.service-komplet-oekonomifunktion > .service-detail-wrap:has(+ .vpb-button-section--panel) {
  padding-bottom: 0;
}

.service-komplet-oekonomifunktion > .service-detail-wrap:has(+ .vpb-button-section--panel) .service-copy {
  margin-bottom: 0;
}

.service-komplet-oekonomifunktion > .service-detail-wrap:has(+ .vpb-button-section--panel) .service-copy > p:last-child {
  margin-bottom: 0;
}

.service-komplet-oekonomifunktion > .vpb-button-section--panel > .container {
  width: 100%;
  border-color: rgba(60, 62, 68, .2);
  background: linear-gradient(90deg, rgba(60, 62, 68, .1), rgba(60, 62, 68, .05));
  padding: 32px;
}

.service-komplet-oekonomifunktion > .vpb-button-section--panel .btn-primary {
  min-height: 48px;
  background: #3c3e44;
  padding: 12px 32px;
  font-weight: 600;
}

.page-id-25 .vpb-trust-box h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.page-id-25 .vpb-trust-box p {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.page-id-21 .visible-builder-content > .vpb-text-section.section-muted .vpb-rich-text p {
  color: rgba(36, 37, 41, .7);
}

.page-id-21 .visible-builder-content > .vpb-text-section:not(.section-muted) .vpb-rich-text p {
  color: rgba(36, 37, 41, .6);
}

.service-card-grid--future .service-detail-card__head {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
}

.service-card-grid--future .service-detail-card__head h3 {
  width: auto;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.service-card-grid--future .service-detail-card > p {
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.service-card-grid--future .service-detail-card > p:last-child {
  margin-bottom: 0;
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section--panel {
  padding-top: var(--vpb-button-top-spacing, 0px);
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section--plain {
  padding-top: var(--vpb-button-top-spacing, 24px);
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section > .container {
  width: 100%;
  max-width: none;
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section--panel > .container {
  border-color: rgba(60, 62, 68, .2);
  background: linear-gradient(90deg, rgba(60, 62, 68, .1), rgba(60, 62, 68, .05));
  padding: 32px;
}

.service-fremtidens-bogholderi .service-copy > .vpb-button-section--plain > .container {
  padding: 0;
}

.service-fremtidens-bogholderi .service-copy:has(> .vpb-button-section--panel) {
  margin-bottom: 3rem;
}

.service-fremtidens-bogholderi .service-copy:has(> .vpb-button-section--plain) {
  margin-bottom: 0;
}

.service-fremtidens-bogholderi .service-fact {
  align-items: flex-start;
}

.service-fremtidens-bogholderi .service-fact > .vpb-scaled-icon,
.service-fremtidens-bogholderi .service-fact .service-detail-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.service-fremtidens-bogholderi .service-fact .service-detail-icon {
  border-radius: 8px;
  background: rgba(60, 62, 68, .1);
  color: #3c3e44;
}

.service-fremtidens-bogholderi .service-fact .service-detail-icon svg {
  width: 24px;
  height: 24px;
}

.service-fremtidens-bogholderi .service-fact > div {
  margin-top: 2px;
}

.service-fremtidens-bogholderi .service-fact h3 {
  margin-bottom: 0;
}

.service-fremtidens-bogholderi .service-fact p {
  line-height: 20px;
}

.service-fremtidens-bogholderi .cta-band h2 {
  line-height: 40px;
}

.service-fremtidens-bogholderi .cta-band .btn-outline {
  border-color: rgba(255, 255, 255, .6);
  padding-right: 24px;
  padding-left: 24px;
}

.case-result-card {
  gap: 1rem;
}

.case-result-card .case-result-card__eyebrow {
  margin: 0 0 .5rem;
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 400;
}

.case-result-card > div > p:not(.case-result-card__eyebrow) {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.case-relevant-services {
  padding: 5rem 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: rgba(244, 245, 245, .3);
}

.case-relevant-services > .container {
  max-width: 1024px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.case-relevant-services .section-heading {
  width: 100%;
  max-width: none;
  margin: 0 0 2.5rem;
}

.case-relevant-services .section-heading h2 {
  margin: 0 0 .75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.case-relevant-services .section-heading p {
  color: rgba(36, 37, 41, .7);
  font-size: 1rem;
  line-height: 1.5rem;
}

.case-relevant-services .relevant-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.case-relevant-services .relevant-service-card {
  min-height: 150px;
  align-content: start;
  gap: 0;
  border-radius: 12px;
  padding: 1.5rem;
}

.case-relevant-services .relevant-service-card .service-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 1rem;
}

.case-relevant-services .relevant-service-card h3 {
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.case-relevant-services .relevant-service-card > span:last-child {
  color: var(--color-blue);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.service-related .case-card h3,
.service-related .case-card p {
  text-align: start;
}

.page-hero--cases > .container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-hero--cases ~ .section .case-card {
  padding: 28px;
}

.page-hero--cases ~ .section .case-card p {
  color: rgba(36, 37, 41, .7);
  line-height: 26px;
}

.page-id-22 .visible-builder-content > .vpb-section > .container.split {
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-24 .contact-main > .container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.service-bogholderi-service .service-copy > p:nth-of-type(2) {
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 400;
}

.service-komplet-oekonomifunktion .service-detail-wrap--continued .service-copy > p:last-child {
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.case-detail-page .entry-content .case-result-card .case-result-card__eyebrow {
  margin: 0 0 .5rem;
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 400;
}

.case-detail-page .entry-content .case-result-card > div > p:not(.case-result-card__eyebrow) {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.info-card-grid) > .container,
.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) > .container,
.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) > .container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.info-card-grid) .section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.info-card-grid) .section-heading h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.info-card-grid) .info-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.info-card-grid) .info-card p {
  color: rgb(36, 37, 41);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) .section-heading,
.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 4rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) .section-heading h2,
.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .section-heading h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) .section-heading p {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) .cards-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.cards-grid--four) .team-card {
  min-height: 272px;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .service-card {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .service-card h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.page-id-22 .visible-builder-content > .vpb-section:has(.value-grid) .service-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.page-id-25 .vpb-trust-section {
  position: relative;
  z-index: 2;
  height: 162px;
  padding: 0;
  background: var(--color-bg);
}

.page-id-25 .vpb-trust-section > .container {
  max-width: 1024px;
  padding: 0;
}

.page-id-25 .vpb-trust-boxes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: none;
  margin-top: -16px;
}

.page-id-25 .vpb-trust-box {
  min-height: 114px;
  border-radius: 8px;
  padding: 1.5rem;
}

.page-id-25 .ejendom-content-section {
  padding: 0;
}

.page-id-25 .investment-container {
  width: min(1024px, 100%);
  max-width: 1024px;
  padding: 0;
}

.page-id-25 .listing-import {
  min-height: 162px;
}

.page-id-25 .listing-import__heading {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 0;
}

.page-id-25 .listing-import__heading .roce-icon {
  width: 100%;
  height: 100%;
  color: var(--color-primary);
}

.page-id-25 .listing-import__icon {
  display: inline-flex;
  flex: 0 0 var(--listing-import-icon-size, 20px);
  width: var(--listing-import-icon-size, 20px);
  height: var(--listing-import-icon-size, 20px);
}

.page-id-25 .listing-import__icon .roce-icon,
.page-id-25 .listing-import__icon svg {
  width: 100%;
  height: 100%;
}

.page-id-25 .investment-fields h3,
.page-id-25 .investment-results h2 {
  font-weight: 600;
}

.page-id-25 .investment-fields h3 {
  width: calc(100% - 48px);
  margin: 24px 24px 0;
  border-bottom: 0;
  padding: 0;
}

.page-id-25 .investment-fields {
  position: relative;
}

.page-id-25 .investment-fields::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--color-border);
}

.page-id-25 .visible-builder-content > .vpb-section:has(.quote-card) > .container {
  max-width: 1024px;
  padding: 0;
}

.page-id-25 .visible-builder-content > .vpb-section:has(.quote-card) > .container.split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.page-id-23 .visible-builder-content > .page-hero.vpb-section h1,
.page-id-24 .visible-builder-content > .page-hero.vpb-section h1 {
  max-width: 864px;
}

.page-id-25 .visible-builder-content > .vpb-section:has(.quote-card) h2 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.page-id-27 .visible-builder-content > .page-hero.vpb-section > .container > p:not(.section-eyebrow) {
  max-width: none;
}

.page-id-23 .vpb-faq--cards .section-heading h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.page-id-23 .vpb-faq--cards .vpb-faq-card h3,
.page-id-23 .vpb-faq--cards .vpb-faq-card p {
  text-align: left;
}

.page-id-23 .vpb-faq--cards .vpb-faq-card p {
  color: rgba(255, 255, 255, .9);
}

/* Final public component parity. */
.faq-accordion-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.faq-accordion-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0 24px;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-accordion-item summary h3 {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 32px;
  color: var(--color-heading);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.faq-accordion-item summary h3::after {
  content: "\2304";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-56%);
  transition: transform .2s ease;
}

.faq-accordion-item[open] summary h3::after {
  transform: translateY(-44%) rotate(180deg);
}

.faq-accordion-answer {
  padding: 0 24px 20px;
}

.faq-accordion-answer p {
  margin: 0 0 12px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 22px;
}

.faq-accordion-answer .faq-read-more {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.service-detail-page .btn {
  padding-right: 28px;
  padding-left: 28px;
  font-weight: 500;
  text-align: center;
}

.case-detail-page .content-area .entry-content ul {
  margin: 0 0 24px;
  padding-left: 0;
}

.case-detail-page .content-area .entry-content li {
  width: 100%;
  padding-left: 30px;
  color: rgba(36, 37, 41, .85);
  font-size: 16px;
  line-height: 25.6px;
}

.case-detail-page .content-area .entry-content h2 {
  margin-top: 44px;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.case-detail-page > .page-hero .back-link {
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.case-detail-page > .page-hero .back-link::before {
  content: "\2190";
  display: inline-block;
  width: 16px;
  margin-right: 8px;
}

.case-detail-page > .page-hero .hero-actions .btn {
  padding-right: 28px;
  padding-left: 28px;
  font-weight: 500;
}

.case-detail-page > .page-hero .hero-actions .btn-white {
  gap: 8px;
  background: #fff;
  color: var(--color-primary);
}

.case-detail-page > .page-hero .hero-actions .btn-white::after {
  content: "\2192";
  display: inline-block;
  width: 16px;
}

.article-content .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.article-content .back-link::before {
  content: "\2190";
  display: inline-block;
  width: 16px;
}

.article-page .cta-band h2 {
  line-height: 40px;
}

.article-page .cta-band .btn-white {
  padding-right: 28px;
  padding-left: 28px;
  color: var(--color-heading);
  font-weight: 500;
}

.page-id-26 .visible-builder-content > .page-hero.vpb-section > .container {
  padding-right: 32px;
  padding-left: 32px;
}

.page-id-26 .visible-builder-content > .page-hero.vpb-section h1 {
  width: auto;
  max-width: none;
  margin: 0 0 24px;
  font-weight: 600;
}

.page-id-26 .visible-builder-content > .page-hero.vpb-section > .container > p:not(.section-eyebrow) {
  max-width: 672px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 28px;
}

.page-id-26 .section > .container.narrow {
  max-width: 768px;
  padding-right: 32px;
  padding-left: 32px;
}

.page-id-26 .faq-groups {
  gap: 48px;
}

.page-id-26 .faq-group h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.page-id-26 .faq-accordion-item summary h3 {
  font-weight: 400;
}

.page-id-26 .cta-band h2 {
  line-height: 40px;
}

.page-id-26 .cta-band .btn-outline {
  padding-right: 24px;
  padding-left: 24px;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card {
  position: relative;
  overflow: hidden;
  height: 432px;
  display: flex;
  flex-direction: column;
  padding-top: 34px;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--color-primary), rgba(60, 62, 68, .6));
}

.page-hero--cases ~ .section:not(.section-muted) .case-card > p {
  flex: 1 1 auto;
  margin-bottom: 24px;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card > .badge {
  min-height: 16px;
  margin: 0 0 16px;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: var(--color-primary);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card > .tags {
  gap: 6px;
  margin-bottom: 24px;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card > .tags span {
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
}

.page-hero--cases ~ .section:not(.section-muted) .case-card > .case-card__link {
  min-height: 37px;
  justify-content: flex-start;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  padding: 16px 0 0;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.post-type-archive-roce_case .cta-band .btn {
  min-height: 54px;
  padding: 14px 32px;
  font-weight: 500;
}

.post-type-archive-roce_case .cta-band .btn-white {
  gap: 8px;
  background: #fff;
  color: var(--color-primary);
}

.post-type-archive-roce_case .cta-band .btn-white::after {
  content: "\2192";
  display: inline-block;
  width: 16px;
}

.page-hero--cases ~ .section.section-muted .testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.page-hero--cases ~ .section.section-muted .testimonial-card {
  padding: 32px;
}

.page-hero--cases ~ .section.section-muted .testimonial-card blockquote {
  font-size: 17px;
  line-height: 27.625px;
}

.page-id-21 .article-card-link {
  display: block;
  gap: 0;
  padding-right: 60px;
}

.page-id-21 .article-card-link p {
  margin-top: 4px;
}

.page-id-22 .profile-link[href*="linkedin"] .roce-icon {
  width: 20px;
  height: 20px;
}

.page-id-25 .listing-import__row .btn {
  min-height: 40px;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.page-id-25 .listing-import__row .btn .roce-icon {
  width: 16px;
  height: 16px;
}

.page-id-25 .listing-import__row .btn:disabled {
  cursor: not-allowed;
  opacity: .45;
  transform: none;
}

.page-id-25 .period-toggle button {
  height: 28px;
  border-radius: 6px;
  padding: 0 8px;
  color: var(--color-heading);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.page-id-25 .period-toggle button.is-active {
  background: var(--color-primary);
  color: #fff;
}

.case-detail-page .cta-band h2 {
  line-height: 40px;
}

.case-detail-page .cta-band .btn-white {
  background: #fff;
  color: var(--color-primary);
}

.page-hero--cases {
  padding-bottom: 2.5rem;
}

.page-hero--cases + .floating-facts {
  margin-top: 0;
}

.case-detail-page > .page-hero {
  padding-bottom: 3rem;
}

.case-detail-page .entry-content h2:not(:first-child) {
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--color-card-border);
}

.case-detail-page .entry-content ul {
  padding-left: 0;
  list-style: none;
}

.case-detail-page .entry-content li {
  position: relative;
  padding-left: 1.75rem;
}

.case-detail-page .entry-content li::before {
  content: "✓";
  position: absolute;
  top: .28rem;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid var(--color-icon-neutral);
  border-radius: 50%;
  color: var(--color-icon-neutral);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.case-relevant-services .relevant-service-card .service-icon {
  color: var(--color-icon-neutral);
}
