#costs-page {
  --costs-ink: #342f2a;
  --costs-muted: #6d655e;
  --costs-accent: #a96512;
  --costs-accent-dark: #8f5100;
  --costs-line: #eadfce;
  --costs-soft: #f7f1e7;
  --costs-card: #fffdf9;
  --costs-dark: #463a31;
  --costs-radius: 20px;
  color: var(--costs-ink);
  background: var(--costs-card);
}

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

#costs-page .costs-container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

#costs-page .costs-narrow {
  width: min(900px, calc(100% - 2.5rem));
}

#costs-page h1,
#costs-page h2,
#costs-page h3,
#costs-page .costs-button,
#costs-page .costs-page-nav {
  font-family: 'Montserrat', sans-serif;
}

#costs-page h1,
#costs-page h2,
#costs-page h3 {
  color: var(--costs-ink);
  text-wrap: balance;
}

#costs-page p,
#costs-page li,
#costs-page dd {
  text-wrap: pretty;
}

#costs-page a {
  color: var(--costs-accent-dark);
}

#costs-page a:focus-visible,
#costs-page summary:focus-visible {
  outline: 3px solid rgba(169, 101, 18, 0.34);
  outline-offset: 4px;
}

#costs-page .costs-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--costs-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

#costs-page .costs-section {
  padding: clamp(3.8rem, 6.5vw, 5.9rem) 0;
  scroll-margin-top: 6.5rem;
}

#costs-page .costs-section--soft {
  background: var(--costs-soft);
}

#costs-page .costs-heading {
  max-width: 810px;
  margin-bottom: clamp(1.8rem, 3.5vw, 2.7rem);
}

#costs-page .costs-heading--wide {
  max-width: 900px;
}

#costs-page .costs-heading h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3.25vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.12;
}

#costs-page .costs-heading > p:last-child,
#costs-page .costs-section-lead {
  max-width: 780px;
  margin: 0.9rem 0 0;
  color: var(--costs-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

/* Hero */
#costs-page .costs-hero {
  padding: clamp(3.4rem, 6vw, 5.5rem) 0 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(169, 101, 18, 0.10), transparent 31%),
    linear-gradient(140deg, #fbf7ef 0%, #f1e7d8 100%);
}

#costs-page .costs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, 0.96fr);
  gap: clamp(2.6rem, 6vw, 5.2rem);
  align-items: center;
}

#costs-page .costs-hero__grid > *,
#costs-page .costs-therapy-grid > * {
  min-width: 0;
}

#costs-page .costs-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.65rem, 4.35vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 1.07;
}

#costs-page .costs-hero__lead {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: #504a44;
  font-size: clamp(1.08rem, 1.55vw, 1.22rem);
  line-height: 1.68;
}

#costs-page .costs-hero__support {
  max-width: 690px;
  margin: 0.7rem 0 0;
  color: var(--costs-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

#costs-page .costs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 1.6rem;
}

#costs-page .costs-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#costs-page .costs-button--primary,
#costs-page .costs-button--primary:visited {
  color: #fff;
  background: var(--costs-accent-dark);
  box-shadow: 0 9px 24px rgba(86, 55, 18, 0.12);
}

#costs-page .costs-button--primary:hover,
#costs-page .costs-button--primary:focus-visible {
  color: #fff;
  background: #713f00;
  transform: translateY(-2px);
}

#costs-page .costs-button--secondary,
#costs-page .costs-button--secondary:visited {
  border-color: #d5bea0;
  color: var(--costs-accent-dark);
  background: transparent;
}

#costs-page .costs-button--secondary:hover,
#costs-page .costs-button--secondary:focus-visible {
  border-color: var(--costs-accent-dark);
  color: var(--costs-accent-dark);
  background: #fffaf2;
  transform: translateY(-2px);
}

#costs-page .costs-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  color: var(--costs-accent-dark);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #c7ad86;
  text-underline-offset: 4px;
}

#costs-page .costs-text-link:hover {
  text-decoration-color: currentColor;
}

#costs-page .costs-hero__visual {
  position: relative;
  width: 100%;
  margin: 0;
}

#costs-page .costs-hero__visual picture {
  display: block;
  overflow: hidden;
  border-radius: 23px 23px 7px 23px;
  box-shadow: 0 22px 60px rgba(74, 55, 35, 0.14);
}

#costs-page .costs-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 69% center;
}

#costs-page .costs-hero__visual figcaption {
  position: absolute;
  right: -1rem;
  bottom: 1.25rem;
  max-width: 275px;
  padding: 0.85rem 1rem;
  border-radius: 10px 0 0 10px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 12px 35px rgba(74, 55, 35, 0.11);
  color: var(--costs-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

#costs-page .costs-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(2.3rem, 4vw, 3.25rem) 0 0;
  padding: 1.15rem 0 1.2rem;
  border-top: 1px solid var(--costs-line);
  list-style: none;
}

#costs-page .costs-trust li {
  padding: 0.15rem 1.25rem;
}

#costs-page .costs-trust li:first-child {
  padding-left: 0;
}

#costs-page .costs-trust li + li {
  border-left: 1px solid var(--costs-line);
}

#costs-page .costs-trust strong,
#costs-page .costs-trust span {
  display: block;
}

#costs-page .costs-trust strong {
  margin-bottom: 0.15rem;
  font-size: 0.92rem;
}

#costs-page .costs-trust span {
  color: var(--costs-muted);
  font-size: 0.81rem;
  line-height: 1.42;
}

#costs-page .costs-page-nav {
  display: grid;
  grid-template-columns: auto repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid var(--costs-line);
  background: rgba(255, 253, 249, 0.58);
}

#costs-page .costs-page-nav__label {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem 1rem 0;
  color: var(--costs-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#costs-page .costs-page-nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-left: 1px solid var(--costs-line);
  color: var(--costs-ink);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

#costs-page .costs-page-nav a span {
  color: var(--costs-accent);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

#costs-page .costs-page-nav a:hover,
#costs-page .costs-page-nav a:focus-visible {
  color: var(--costs-accent-dark);
  background: rgba(255, 255, 255, 0.78);
}

/* Fees and refund overview */
#costs-page .costs-fee-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: clamp(1rem, 2vw, 1.4rem);
}

#costs-page .costs-fee-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.4rem, 2.7vw, 2rem);
  border: 1px solid var(--costs-line);
  border-radius: 18px;
  background: var(--costs-card);
}

#costs-page .costs-fee-card--primary {
  border-color: #c9aa82;
  background: #f7efe3;
  box-shadow: 0 14px 38px rgba(74, 55, 35, 0.07);
}

#costs-page .costs-fee-card__label {
  margin: 0;
  color: var(--costs-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#costs-page .costs-fee-card__price {
  margin: 1.1rem 0 0;
}

#costs-page .costs-fee-card__price strong,
#costs-page .costs-fee-card__price span {
  display: block;
}

#costs-page .costs-fee-card__price strong {
  color: var(--costs-ink);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.15rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

#costs-page .costs-fee-card__price span {
  margin-top: 0.3rem;
  color: var(--costs-muted);
  font-size: 0.86rem;
}

#costs-page .costs-fee-card > p:not(.costs-fee-card__label):not(.costs-fee-card__price) {
  margin: 1rem 0;
  color: var(--costs-muted);
  line-height: 1.62;
}

#costs-page .costs-fee-card > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.5rem;
  font-weight: 700;
  text-decoration: none;
}

#costs-page .costs-refund-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  margin-top: clamp(2.1rem, 4vw, 3.2rem);
  padding: clamp(1.6rem, 3.5vw, 2.7rem);
  border: 1px solid var(--costs-line);
  border-radius: var(--costs-radius);
  background: #fcfaf6;
}

#costs-page .costs-refund-panel__intro h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

#costs-page .costs-refund-panel__intro > p:last-child {
  margin: 0.85rem 0 0;
  color: var(--costs-muted);
  line-height: 1.65;
}

#costs-page .costs-table-wrap {
  min-width: 0;
}

#costs-page .costs-refund-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

#costs-page .costs-refund-table th,
#costs-page .costs-refund-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--costs-line);
  text-align: left;
}

#costs-page .costs-refund-table thead th {
  border-top: 1px solid var(--costs-line);
  color: var(--costs-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

#costs-page .costs-refund-table tbody th {
  color: var(--costs-ink);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#costs-page .costs-refund-table tbody td:last-child {
  color: var(--costs-accent-dark);
  font-weight: 700;
}

#costs-page .costs-refund-table caption {
  caption-side: bottom;
  padding-top: 0.85rem;
  color: var(--costs-muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: left;
}

#costs-page .costs-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1.3rem;
  padding: 1.2rem 1.3rem;
  border-left: 4px solid #a88358;
  background: #f8f4ed;
}

#costs-page .costs-note__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #b99a76;
  border-radius: 50%;
  color: var(--costs-accent-dark);
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}

#costs-page .costs-note strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: 'Montserrat', sans-serif;
}

#costs-page .costs-note p {
  margin: 0;
  color: var(--costs-muted);
  line-height: 1.62;
}

/* Refund process */
#costs-page .costs-refund-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

#costs-page .costs-refund-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.45rem 0 1.55rem;
  border-top: 1px solid #d9ccba;
}

#costs-page .costs-refund-steps__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #c9ad89;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.74);
  color: var(--costs-accent-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#costs-page .costs-refund-steps h3 {
  margin: 0.1rem 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

#costs-page .costs-refund-steps p {
  margin: 0;
  color: var(--costs-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

#costs-page .costs-refund-support {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(1.4rem, 3vw, 2.3rem);
  margin-top: clamp(1.5rem, 3vw, 2.3rem);
}

#costs-page .costs-documents,
#costs-page .costs-official-links {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--costs-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.76);
}

#costs-page .costs-documents h3,
#costs-page .costs-official-links h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.2;
}

#costs-page .costs-check-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

#costs-page .costs-check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--costs-muted);
  line-height: 1.55;
}

#costs-page .costs-check-list li::before {
  position: absolute;
  top: 0.38rem;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #a88358;
  border-radius: 50%;
  content: '';
}

#costs-page .costs-smallprint {
  margin: 1rem 0 0;
  color: var(--costs-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

#costs-page .costs-official-links {
  display: flex;
  flex-direction: column;
}

#costs-page .costs-official-links h3 {
  margin-bottom: 0.85rem;
}

#costs-page .costs-official-links > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--costs-line);
  color: var(--costs-ink);
  font-weight: 700;
  text-decoration: none;
}

#costs-page .costs-official-links > a:last-child {
  border-bottom: 1px solid var(--costs-line);
}

#costs-page .costs-official-links > a span[aria-hidden='true'] {
  color: var(--costs-accent);
}

/* Therapy flow */
#costs-page .costs-therapy-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 6vw, 5.2rem);
  align-items: center;
}

#costs-page .costs-therapy-visual {
  width: 100%;
  margin: 0;
}

#costs-page .costs-therapy-visual picture {
  display: block;
  overflow: hidden;
  border-radius: 22px 22px 7px 22px;
  box-shadow: 0 18px 48px rgba(74, 55, 35, 0.12);
}

#costs-page .costs-therapy-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

#costs-page .costs-therapy-visual figcaption {
  padding: 0.8rem 0 0;
  color: var(--costs-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

#costs-page .costs-therapy-content h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.95rem, 3.15vw, 2.82rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.12;
}

#costs-page .costs-therapy-facts {
  margin: 1.6rem 0 1.2rem;
  border-top: 1px solid var(--costs-line);
}

#costs-page .costs-therapy-facts > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--costs-line);
}

#costs-page .costs-therapy-facts dt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

#costs-page .costs-therapy-facts dd {
  margin: 0;
  color: var(--costs-muted);
  line-height: 1.62;
}

/* Organisational details */
#costs-page .costs-organisation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 1.45rem);
}

#costs-page .costs-info-card {
  min-width: 0;
  padding: clamp(1.35rem, 2.7vw, 1.9rem);
  border: 1px solid var(--costs-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
}

#costs-page .costs-info-card__number {
  display: inline-block;
  margin-bottom: 1.3rem;
  color: var(--costs-accent);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#costs-page .costs-info-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

#costs-page .costs-info-card p {
  margin: 0.8rem 0 0;
  color: var(--costs-muted);
  line-height: 1.62;
}

#costs-page .costs-info-card a {
  font-weight: 700;
}

#costs-page .costs-cancellation {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4.2rem);
  align-items: center;
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid var(--costs-line);
  border-radius: var(--costs-radius);
  background: var(--costs-card);
}

#costs-page .costs-cancellation__intro h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.22;
}

#costs-page .costs-cancellation__intro > p:last-child {
  margin: 0.75rem 0 0;
  color: var(--costs-muted);
  line-height: 1.58;
}

#costs-page .costs-cancellation__scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--costs-line);
  border-bottom: 1px solid var(--costs-line);
}

#costs-page .costs-cancellation__scale > div {
  min-width: 0;
  padding: 1rem;
}

#costs-page .costs-cancellation__scale > div + div {
  border-left: 1px solid var(--costs-line);
}

#costs-page .costs-cancellation__scale dt {
  min-height: 2.8em;
  color: var(--costs-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

#costs-page .costs-cancellation__scale dd {
  margin: 0.55rem 0 0;
  color: var(--costs-accent-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

/* FAQ */
#costs-page .costs-faq {
  border-top: 1px solid var(--costs-line);
}

#costs-page .costs-faq details {
  border-bottom: 1px solid var(--costs-line);
}

#costs-page .costs-faq summary {
  position: relative;
  padding: 1.2rem 2.5rem 1.2rem 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

#costs-page .costs-faq summary::-webkit-details-marker {
  display: none;
}

#costs-page .costs-faq summary::after {
  position: absolute;
  top: 1.05rem;
  right: 0.2rem;
  content: '+';
  color: var(--costs-accent);
  font-size: 1.35rem;
  font-weight: 400;
}

#costs-page .costs-faq details[open] summary::after {
  content: '–';
}

#costs-page .costs-faq p {
  max-width: 820px;
  margin: -0.1rem 0 1.25rem;
  color: var(--costs-muted);
  line-height: 1.68;
}

/* Closing actions */
#costs-page .costs-conclusion {
  padding: 0 0 clamp(3.9rem, 6.5vw, 6rem);
}

#costs-page .costs-conclusion__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(285px, 0.55fr);
  gap: clamp(1.2rem, 2.8vw, 1.8rem);
  align-items: stretch;
}

#costs-page .costs-next-step {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 1.55rem;
  align-items: center;
  padding: clamp(1.6rem, 3.6vw, 2.6rem);
  border: 1px solid var(--costs-line);
  border-radius: var(--costs-radius);
  background: #f7efe3;
}

#costs-page .costs-next-step picture,
#costs-page .costs-next-step img {
  display: block;
}

#costs-page .costs-next-step img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

#costs-page .costs-next-step h2 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

#costs-page .costs-next-step > div > p:not(.costs-eyebrow):not(.costs-availability) {
  margin: 0.7rem 0 0;
  color: var(--costs-muted);
  line-height: 1.58;
}

#costs-page .costs-availability {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.85rem 0 0;
  color: var(--costs-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

#costs-page .costs-availability > span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.34rem;
  border-radius: 50%;
  background: #a88358;
}

#costs-page .costs-existing {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid var(--costs-line);
  border-radius: var(--costs-radius);
  background: var(--costs-card);
}

#costs-page .costs-existing h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
}

#costs-page .costs-existing > p:not(.costs-eyebrow) {
  margin: 0.8rem 0 1.2rem;
  color: var(--costs-muted);
  line-height: 1.6;
}

#costs-page .costs-existing .costs-button {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1060px) {
  #costs-page .costs-hero__grid,
  #costs-page .costs-therapy-grid {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-hero__visual {
    max-width: 760px;
  }

  #costs-page .costs-hero__visual img {
    aspect-ratio: 16 / 9;
    object-position: 66% center;
  }

  #costs-page .costs-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #costs-page .costs-trust li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  #costs-page .costs-trust li:nth-child(n + 3) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--costs-line);
  }

  #costs-page .costs-page-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #costs-page .costs-page-nav__label {
    grid-column: 1 / -1;
    padding-bottom: 0.25rem;
  }

  #costs-page .costs-page-nav a:first-of-type {
    border-left: 0;
  }

  #costs-page .costs-fee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #costs-page .costs-fee-card--primary {
    grid-column: 1 / -1;
  }

  #costs-page .costs-refund-panel,
  #costs-page .costs-cancellation {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-therapy-visual {
    max-width: 760px;
  }

  #costs-page .costs-therapy-visual img {
    aspect-ratio: 16 / 8.5;
  }

  #costs-page .costs-conclusion__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  #costs-page .costs-refund-steps,
  #costs-page .costs-organisation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #costs-page .costs-refund-support {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-cancellation__scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #costs-page .costs-cancellation__scale > div:nth-child(3) {
    border-left: 0;
  }

  #costs-page .costs-cancellation__scale > div:nth-child(n + 3) {
    border-top: 1px solid var(--costs-line);
  }
}

@media (max-width: 768px) {
  #costs-page .costs-hero h1 {
    font-size: clamp(2.3rem, 9vw, 2.5rem);
    line-height: 1.06;
  }

  #costs-page .costs-hero__lead {
    margin-top: 1.15rem;
  }
}

@media (max-width: 680px) {
  #costs-page .costs-container,
  #costs-page .costs-narrow {
    width: min(100% - 2rem, 1180px);
  }

  #costs-page .costs-hero {
    padding-top: 3rem;
  }

  #costs-page .costs-hero__grid {
    gap: 2rem;
  }

  #costs-page .costs-hero__lead {
    font-size: 1.04rem;
  }

  #costs-page .costs-actions {
    align-items: stretch;
  }

  #costs-page .costs-actions .costs-button {
    width: 100%;
  }

  #costs-page .costs-actions .costs-text-link {
    justify-content: center;
  }

  #costs-page .costs-hero__visual img {
    aspect-ratio: 4 / 3;
    object-position: 66% center;
  }

  #costs-page .costs-hero__visual figcaption {
    position: static;
    max-width: none;
    padding: 0.75rem 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #costs-page .costs-trust,
  #costs-page .costs-fee-grid,
  #costs-page .costs-refund-steps,
  #costs-page .costs-organisation-grid {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-trust li,
  #costs-page .costs-trust li:first-child,
  #costs-page .costs-trust li:nth-child(3) {
    margin: 0;
    padding: 0.75rem 0;
    border-top: 1px solid var(--costs-line);
    border-left: 0;
  }

  #costs-page .costs-trust li:first-child {
    border-top: 0;
  }

  #costs-page .costs-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 0.5rem;
  }

  #costs-page .costs-page-nav__label {
    padding-top: 0.85rem;
  }

  #costs-page .costs-page-nav a {
    min-height: 52px;
    padding: 0.7rem 0.65rem;
    border-top: 1px solid var(--costs-line);
  }

  #costs-page .costs-page-nav a:nth-of-type(odd) {
    border-left: 0;
  }

  #costs-page .costs-fee-card--primary {
    grid-column: auto;
  }

  #costs-page .costs-refund-panel,
  #costs-page .costs-note,
  #costs-page .costs-documents,
  #costs-page .costs-official-links,
  #costs-page .costs-info-card,
  #costs-page .costs-cancellation,
  #costs-page .costs-next-step,
  #costs-page .costs-existing {
    border-radius: 16px;
  }

  #costs-page .costs-refund-table caption {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
  }

  #costs-page .costs-refund-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  #costs-page .costs-refund-table,
  #costs-page .costs-refund-table tbody,
  #costs-page .costs-refund-table tr,
  #costs-page .costs-refund-table th,
  #costs-page .costs-refund-table td {
    display: block;
    width: 100%;
  }

  #costs-page .costs-refund-table tbody tr {
    margin-bottom: 0.75rem;
    padding: 0.8rem 0;
    border-top: 1px solid var(--costs-line);
    border-bottom: 1px solid var(--costs-line);
  }

  #costs-page .costs-refund-table th,
  #costs-page .costs-refund-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border: 0;
    text-align: right;
  }

  #costs-page .costs-refund-table th::before,
  #costs-page .costs-refund-table td::before {
    flex: 1 1 58%;
    color: var(--costs-muted);
    content: attr(data-label);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
  }


  #costs-page .costs-note {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  #costs-page .costs-refund-steps li {
    padding: 1.15rem 0 1.3rem;
  }

  #costs-page .costs-therapy-visual img {
    aspect-ratio: 4 / 3;
  }

  #costs-page .costs-therapy-facts > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  #costs-page .costs-cancellation__scale {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-cancellation__scale > div,
  #costs-page .costs-cancellation__scale > div + div,
  #costs-page .costs-cancellation__scale > div:nth-child(3) {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--costs-line);
    border-left: 0;
  }

  #costs-page .costs-cancellation__scale > div:first-child {
    border-top: 0;
  }

  #costs-page .costs-cancellation__scale dt {
    min-height: 0;
  }

  #costs-page .costs-cancellation__scale dd {
    margin: 0;
    white-space: nowrap;
  }

  #costs-page .costs-next-step {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-next-step img {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 380px) {
  #costs-page .costs-page-nav {
    grid-template-columns: 1fr;
  }

  #costs-page .costs-page-nav a,
  #costs-page .costs-page-nav a:nth-of-type(odd) {
    border-left: 0;
  }

  #costs-page .costs-refund-panel,
  #costs-page .costs-cancellation,
  #costs-page .costs-next-step,
  #costs-page .costs-existing {
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #costs-page *,
  #costs-page *::before,
  #costs-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
