/*
Theme Name: FKT Patienteninformation
Theme URI: https://example.com/
Author: MEISTER-FO
Description: A calm, accessible WordPress theme inspired by the FKT patient brochure.
Version: 1.7.10
Text Domain: fkt-patienteninformation
*/

:root {
  --fkt-blue: #245eb2;
  --fkt-blue-dark: #183d70;
  --fkt-cyan: #36b3e5;
  --fkt-magenta: #a322a0;
  --fkt-ink: #18324f;
  --fkt-copy-color: #18324f;
  --fkt-muted: #5d7188;
  --fkt-line: #d7e7ef;
  --fkt-pale: #f1f8fb;
  --fkt-white: #ffffff;
  --fkt-shadow: 0 18px 44px rgba(24, 61, 112, .10);
  --fkt-radius: 22px;
  --fkt-content: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--fkt-copy-color, var(--fkt-ink));
  background: var(--fkt-white);
  font-family: var(--fkt-font-copy, Arial, Helvetica, sans-serif);
  font-size: var(--fkt-copy-size, 18px);
  font-weight: var(--fkt-copy-weight, 400);
  line-height: 1.65;
}

h1 { font-family: var(--fkt-font-h1, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h1-size, 76px); font-weight: var(--fkt-h1-weight, var(--fkt-heading-weight, 700)); }
h2 { font-family: var(--fkt-font-h2, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h2-size, 52px); font-weight: var(--fkt-h2-weight, var(--fkt-heading-weight, 700)); }
h3 { font-family: var(--fkt-font-h3, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h3-size, 24px); font-weight: var(--fkt-h3-weight, var(--fkt-heading-weight, 700)); }
h4 { font-family: var(--fkt-font-h4, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h4-size, 21px); font-weight: var(--fkt-h4-weight, var(--fkt-heading-weight, 700)); }
h5 { font-family: var(--fkt-font-h5, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h5-size, 18px); font-weight: var(--fkt-h5-weight, var(--fkt-heading-weight, 700)); }
h6 { font-family: var(--fkt-font-h6, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: var(--fkt-h6-size, 16px); font-weight: var(--fkt-h6-weight, var(--fkt-heading-weight, 700)); }

img { max-width: 100%; height: auto; }
a { color: var(--fkt-blue); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--fkt-magenta); }

.fkt-container {
  width: min(calc(100% - 40px), var(--fkt-content));
  margin-inline: auto;
}

.fkt-skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 20;
  padding: 10px 16px;
  color: var(--fkt-white);
  background: var(--fkt-blue-dark);
}
.fkt-skip-link:focus { top: 12px; }

.fkt-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--fkt-line);
  /*
   * Keep the sticky header on a normal, opaque paint layer. Safari/WebKit can
   * leave tiny text remnants behind when content scrolls underneath a sticky
   * element that also uses backdrop-filter while its height is transitioning.
   */
  background: var(--fkt-white);
  transition: box-shadow .25s ease;
}

.admin-bar .fkt-header { top: 32px; }
.fkt-header.is-scrolled { box-shadow: 0 8px 24px rgba(24, 61, 112, .12); }

.fkt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: calc(var(--fkt-logo-height, 72px) + 20px);
  transition: min-height .25s ease;
}

.fkt-header.is-scrolled .fkt-header-inner { min-height: calc(var(--fkt-scrolled-logo-height, 48px) + 16px); }
.fkt-brand { display: block; flex: 0 1 auto; line-height: 0; }
.fkt-brand .custom-logo-link { display: block; }
.fkt-brand img { display: block; width: auto; height: var(--fkt-logo-height, 72px); max-width: min(45vw, 550px); object-fit: contain; object-position: left center; transition: height .25s ease; }
.fkt-header.is-scrolled .fkt-brand img { height: var(--fkt-scrolled-logo-height, 48px); }
.fkt-brand-fallback { display: inline-flex; align-items: center; gap: 12px; color: var(--fkt-blue); font-size: 38px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.fkt-brand-mark { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--fkt-cyan), var(--fkt-blue)); }

.fkt-menu-toggle { display: none; }
.fkt-nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 22px; margin: 0; padding: 0; list-style: none; }
.fkt-nav a, .fkt-footer-nav a { font-family: inherit; font-size: 15px; font-weight: 700; text-decoration: none; }
.fkt-nav a { color: var(--fkt-blue-dark); }
.fkt-nav a:hover, .fkt-nav .current-menu-item > a { color: var(--fkt-magenta); }

.fkt-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0 60%, var(--fkt-pale) 60%);
}
.fkt-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fkt-blue), var(--fkt-cyan));
}
.fkt-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: 60px; min-height: 610px; padding-block: 80px; }
.fkt-kicker { margin: 0 0 18px; color: var(--fkt-magenta); font-family: var(--fkt-font-heading, Arial, Helvetica, sans-serif); font-size: var(--fkt-kicker-size, 16px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fkt-hero h1, .fkt-page-header h1 { max-width: 790px; margin: 0; color: var(--fkt-blue); font-size: clamp(var(--fkt-h1-min, 42px), 6vw, var(--fkt-h1-size, 76px)); line-height: 1.04; letter-spacing: -.045em; }
.fkt-lead { max-width: 650px; margin: 24px 0 0; font-size: var(--fkt-lead-copy-size, 22px); }
.fkt-hero-art { position: relative; min-height: 340px; }
.fkt-hero-art::before { content: ""; position: absolute; inset: 15% 8% 8% 12%; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--fkt-cyan), var(--fkt-blue) 70%); }
.fkt-hero-art::after { content: "i"; position: absolute; right: 15%; top: 5%; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; color: var(--fkt-white); background: var(--fkt-magenta); font-size: 45px; font-weight: 800; font-family: Georgia, serif; }

.fkt-section { position: relative; padding: 100px 0; }
.fkt-section--pale { background: var(--fkt-pale); }
.fkt-section-heading { max-width: 780px; margin-bottom: 48px; }
.fkt-section-heading h2, .fkt-content h2 { margin: 0; color: var(--fkt-blue); font-size: clamp(var(--fkt-h2-min, 32px), 4vw, var(--fkt-h2-size, 52px)); line-height: 1.1; letter-spacing: -.035em; }
.fkt-section-heading p { margin: 18px 0 0; color: var(--fkt-copy-color, var(--fkt-ink)); }

.fkt-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fkt-card { position: relative; min-height: 250px; padding: 34px; border: 1px solid var(--fkt-line); border-radius: 0; background: var(--fkt-white); box-shadow: var(--fkt-shadow); }
.fkt-card::before { content: ""; display: block; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; background: var(--fkt-cyan); }
.fkt-card:nth-child(2)::before { background: var(--fkt-blue); }
.fkt-card:nth-child(3)::before { background: var(--fkt-magenta); }
.fkt-card h3 { margin: 0 0 10px; color: var(--fkt-blue-dark); font-size: var(--fkt-h3-size, 24px); line-height: 1.2; }
.fkt-card p { margin: 0; color: var(--fkt-copy-color, var(--fkt-ink)); font-size: var(--fkt-small-copy-size, 16px); }

.fkt-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 42px 48px; border-radius: 0; color: var(--fkt-white); background: var(--fkt-blue); }
.fkt-callout h2 { margin: 0; color: inherit; font-size: clamp(var(--fkt-h2-min, 32px), 4vw, var(--fkt-h2-size, 52px)); line-height: 1.1; }
.fkt-callout p { max-width: 730px; margin: 14px 0 0; color: rgba(255,255,255,.86); }
.fkt-button { display: inline-block; padding: 12px 20px; border: 2px solid var(--fkt-blue); border-radius: 999px; color: var(--fkt-white); background: var(--fkt-blue); font-family: var(--fkt-font-copy, Arial, Helvetica, sans-serif); font-size: var(--fkt-copy-size, 18px); font-weight: 800; text-decoration: none; }
.fkt-button:hover { color: var(--fkt-blue); background: var(--fkt-white); }
.fkt-callout .fkt-button { border-color: var(--fkt-white); }
.fkt-callout .wp-block-buttons { margin: 0; }
.fkt-callout .wp-block-button__link { display: inline-block; padding: 12px 20px; border: 2px solid var(--fkt-white); border-radius: 999px; color: var(--fkt-white); background: var(--fkt-blue); font-family: var(--fkt-font-copy, Arial, Helvetica, sans-serif); font-size: var(--fkt-copy-size, 18px); font-weight: 800; text-decoration: none; }
.fkt-callout .wp-block-button__link:hover { color: var(--fkt-blue); background: var(--fkt-white); }

/* WPBakery Startseite */
#main-content { overflow-x: clip; }
.fkt-vc-row { position: relative; width: min(calc(100% - 10px), calc(var(--fkt-content) + 30px)); margin-left: auto !important; margin-right: auto !important; }
.fkt-vc-row .wpb_content_element { margin-bottom: 0; }
.fkt-vc-row > .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child { margin-bottom: 0; }

.fkt-vc-hero { z-index: 0; min-height: 610px; padding-block: 80px; }
.fkt-vc-hero::before { content: ""; position: absolute; z-index: -2; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(135deg, #fff 0 60%, var(--fkt-pale) 60%); }
.fkt-vc-hero::after { content: ""; position: absolute; z-index: -1; right: calc((100% - 100vw) / 2 - 130px); bottom: -190px; width: 510px; height: 510px; border-radius: 50%; background: linear-gradient(145deg, var(--fkt-blue), var(--fkt-cyan)); }
.fkt-vc-kicker p, .fkt-vc-kicker-text { margin: 0 0 18px; color: var(--fkt-magenta); font-family: var(--fkt-font-heading, Arial, Helvetica, sans-serif); font-size: var(--fkt-kicker-size, 16px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fkt-vc-hero-title { max-width: 790px; margin: 0 !important; color: var(--fkt-blue); font-family: var(--fkt-font-h1, var(--fkt-font-heading, Arial, Helvetica, sans-serif)); font-size: clamp(var(--fkt-h1-min, 42px), 6vw, var(--fkt-h1-size, 76px)); font-weight: var(--fkt-h1-weight, var(--fkt-heading-weight, 700)); line-height: 1.04; letter-spacing: -.045em; }
.fkt-vc-lead p { max-width: 650px; margin: 24px 0 0; font-size: var(--fkt-lead-copy-size, 22px); }
.fkt-vc-hero-art > .vc_column-inner { position: relative; min-height: 340px; }
.fkt-vc-hero-art > .vc_column-inner::before { content: ""; position: absolute; inset: 15% 8% 8% 12%; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--fkt-cyan), var(--fkt-blue) 70%); }
.fkt-vc-hero-art > .vc_column-inner::after { content: "i"; position: absolute; right: 15%; top: 5%; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; color: var(--fkt-white); background: var(--fkt-magenta); font-size: 45px; font-weight: 800; font-family: Georgia, serif; }

.fkt-vc-section-heading-row { padding-top: 100px; }
.fkt-vc-section-heading { max-width: 780px; margin-bottom: 48px !important; }
.fkt-vc-section-heading h2 { margin: 0; color: var(--fkt-blue); font-size: clamp(var(--fkt-h2-min, 32px), 4vw, var(--fkt-h2-size, 52px)); line-height: 1.1; letter-spacing: -.035em; }
.fkt-vc-section-heading p:last-child { margin: 18px 0 0; color: var(--fkt-copy-color, var(--fkt-ink)); }
.fkt-vc-cards { padding-bottom: 100px; }
.fkt-vc-cards > .wpb_column > .vc_column-inner, .fkt-vc-cards > .wpb_column > .vc_column-inner > .wpb_wrapper { height: 100%; }
.fkt-vc-card { position: relative; height: 100%; min-height: 250px; padding: 34px; border: 1px solid var(--fkt-line); border-radius: 0; background: var(--fkt-white); box-shadow: var(--fkt-shadow); }
.fkt-vc-card::before { content: ""; display: block; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; background: var(--fkt-cyan); }
.fkt-vc-card-blue::before { background: var(--fkt-blue); }
.fkt-vc-card-magenta::before { background: var(--fkt-magenta); }
.fkt-vc-card h3 { margin: 0 0 10px; color: var(--fkt-blue-dark); font-size: var(--fkt-h3-size, 24px); line-height: 1.2; }
.fkt-vc-card p { margin: 0; color: var(--fkt-copy-color, var(--fkt-ink)); font-size: var(--fkt-small-copy-size, 16px); }

.fkt-vc-callout { width: min(calc(100% - 40px), var(--fkt-content)); margin-top: 100px !important; margin-bottom: 100px !important; padding: 42px 33px; border-radius: 0; color: var(--fkt-white); background: var(--fkt-blue); box-shadow: 0 0 0 100vmax var(--fkt-pale); clip-path: inset(-100px -100vmax); }
.fkt-vc-callout-copy h2 { margin: 0; color: inherit; font-size: clamp(var(--fkt-h2-min, 32px), 4vw, var(--fkt-h2-size, 52px)); line-height: 1.1; }
.fkt-vc-callout-copy p { max-width: 730px; margin: 14px 0 0; color: rgba(255,255,255,.86); }
.fkt-vc-button .vc_btn3 { padding: 12px 20px; border: 2px solid var(--fkt-white); border-radius: 999px; color: var(--fkt-white); background: var(--fkt-blue); font-family: var(--fkt-font-copy, Arial, Helvetica, sans-serif); font-size: var(--fkt-copy-size, 18px); font-weight: 800; line-height: 1.65; }
.fkt-vc-button .vc_btn3:hover, .fkt-vc-button .vc_btn3:focus { border-color: var(--fkt-white); color: var(--fkt-blue); background: var(--fkt-white); }

.fkt-page-header { padding: 90px 0 70px; background: var(--fkt-pale); }
.fkt-page-header .fkt-kicker { margin-bottom: 12px; }
.fkt-content { max-width: 850px; padding-block: 80px; }
.fkt-page-content { max-width: var(--fkt-content); }
.fkt-page-content p, .fkt-page-content ul, .fkt-page-content ol { max-width: none; }
.fkt-builder-content { padding: 0; }
.fkt-content h2 { margin-top: 48px; margin-bottom: 18px; }
.fkt-content h3 { color: var(--fkt-blue-dark); }
.fkt-content p, .fkt-content ul, .fkt-content ol { max-width: 780px; }
.fkt-content blockquote { margin: 36px 0; padding: 22px 28px; border-left: 5px solid var(--fkt-magenta); color: var(--fkt-blue-dark); background: var(--fkt-pale); font-size: var(--fkt-lead-copy-size, 22px); }

.fkt-footer { color: var(--fkt-copy-color, var(--fkt-ink)); background: var(--fkt-white); }
.fkt-footer-main { position: relative; padding: 64px 0 58px; border-top: 1px solid var(--fkt-line); box-shadow: 0 -8px 24px rgba(24, 61, 112, .12); }
.fkt-footer-brand { display: inline-block; margin-bottom: 26px; line-height: 0; }
.fkt-footer-brand img { display: block; width: auto; height: var(--fkt-footer-logo-height, 72px); max-width: 100%; object-fit: contain; object-position: left center; }
.fkt-footer-copy { max-width: 620px; }
.fkt-footer-copy p { margin: 0; color: var(--fkt-copy-color, var(--fkt-ink)); font-size: var(--fkt-small-copy-size, 16px); line-height: 1.45; }
.fkt-footer-copy p + p { margin-top: .5em; }
.fkt-footer-copy .fkt-footer-contact { margin-top: 22px; font-weight: 700; }
.fkt-footer-bar { padding: 16px 0; color: rgba(255,255,255,.82); background: var(--fkt-blue-dark); }
.fkt-footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.fkt-footer-bar a { color: var(--fkt-white); }
.fkt-footer-bar-content p { margin: 0; font-size: var(--fkt-meta-copy-size, 14px); }
.fkt-footer-bar-content p + p { margin-top: .5em; }
.fkt-footer-additional-line { margin-top: 0; }
.fkt-footer-nav ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }

/* Aufklappbares Contact-Form-7-Formular: Ohne JavaScript bleibt das Formular vollständig sichtbar. */
.fkt-js .fkt-cf7-form.is-collapsible .fkt-cf7-reveal {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: height 1.3s cubic-bezier(.22, 1, .36, 1), opacity .6s ease, visibility 0s linear 1.3s;
}
.fkt-js .fkt-cf7-form.is-collapsible.is-open .fkt-cf7-reveal {
  opacity: 1;
  visibility: visible;
  transition: height 1.3s cubic-bezier(.22, 1, .36, 1), opacity .6s ease, visibility 0s;
}
.fkt-js .fkt-cf7-form.is-collapsible:not(.is-open) .fkt-cf7-actions {
  margin-top: 0;
}
.fkt-js .fkt-cf7-form.is-collapsible .fkt-cf7-opener {
  display: none;
}
.fkt-js .fkt-cf7-form.is-collapsible:not(.is-open) .fkt-cf7-opener,
.fkt-js .fkt-cf7-form.is-collapsible.is-opening .fkt-cf7-opener {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fkt-js .fkt-cf7-form.is-collapsible:not(.is-open) .fkt-cf7-submit:not(.fkt-cf7-opener),
.fkt-js .fkt-cf7-form.is-collapsible.is-opening .fkt-cf7-submit:not(.fkt-cf7-opener),
.fkt-js .fkt-cf7-form.is-collapsible:not(.is-open) .wpcf7-spinner,
.fkt-js .fkt-cf7-form.is-collapsible.is-opening .wpcf7-spinner {
  display: none;
}

@media (max-width: 820px) {
  .fkt-header-inner { position: relative; flex-direction: row; gap: 20px; padding-block: 10px; }
  .fkt-header.is-scrolled .fkt-header-inner { padding-block: 6px; }
  .fkt-brand img { max-width: min(65vw, 440px); }
  .fkt-menu-toggle { display: inline-flex; position: relative; flex: 0 0 auto; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 2px solid var(--fkt-blue); border-radius: 50%; color: var(--fkt-white); background: var(--fkt-blue); cursor: pointer; }
  .fkt-menu-toggle:focus-visible { outline: 3px solid var(--fkt-cyan); outline-offset: 3px; }
  .fkt-menu-toggle-icon, .fkt-menu-toggle-icon::before, .fkt-menu-toggle-icon::after { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .fkt-menu-toggle-icon { position: relative; }
  .fkt-menu-toggle-icon::before, .fkt-menu-toggle-icon::after { content: ""; position: absolute; left: 0; }
  .fkt-menu-toggle-icon::before { top: -7px; }
  .fkt-menu-toggle-icon::after { top: 7px; }
  .fkt-menu-toggle[aria-expanded="true"] .fkt-menu-toggle-icon { background: transparent; }
  .fkt-menu-toggle[aria-expanded="true"] .fkt-menu-toggle-icon::before { top: 0; transform: rotate(45deg); }
  .fkt-menu-toggle[aria-expanded="true"] .fkt-menu-toggle-icon::after { top: 0; transform: rotate(-45deg); }
  .fkt-menu-toggle-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .fkt-nav { position: absolute; top: 100%; left: calc((100vw - 100%) / -2); right: calc((100vw - 100%) / -2); max-height: calc(100vh - 80px); overflow-y: auto; border-top: 1px solid var(--fkt-line); border-bottom: 1px solid var(--fkt-line); background: var(--fkt-white); box-shadow: 0 16px 28px rgba(24, 61, 112, .14); }
  .fkt-js .fkt-nav { visibility: hidden; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .fkt-js .fkt-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .fkt-nav ul { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 12px 20px 20px; }
  .fkt-nav a { display: block; padding: 11px 0; font-size: 17px; }
  .fkt-hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 20px; padding-block: 72px; }
  .fkt-hero-art { min-height: 190px; }
  .fkt-hero-art::before { inset: 8% 28% 8% 2%; }
  .fkt-cards { grid-template-columns: 1fr; }
  .fkt-callout { grid-template-columns: 1fr; padding: 32px; }
  .fkt-vc-hero, .fkt-vc-cards, .fkt-vc-callout { display: block !important; }
  .fkt-vc-hero > .wpb_column, .fkt-vc-cards > .wpb_column, .fkt-vc-callout > .wpb_column { width: 100%; }
  .fkt-vc-hero { min-height: 0; padding-block: 72px; }
  .fkt-vc-hero-art > .vc_column-inner { min-height: 190px; }
  .fkt-vc-hero-art > .vc_column-inner::before { inset: 8% 28% 8% 2%; }
  .fkt-vc-cards > .wpb_column + .wpb_column { margin-top: 24px; }
  .fkt-vc-callout { padding: 32px 17px; }
  .fkt-vc-button.vc_btn3-container { margin-top: 24px; text-align: left; }
  .fkt-footer-inner { flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .fkt-header { top: 46px; }
}

@media (max-width: 600px) {
  .admin-bar .fkt-header { top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .fkt-header, .fkt-header-inner, .fkt-brand img, .fkt-menu-toggle-icon, .fkt-menu-toggle-icon::before, .fkt-menu-toggle-icon::after, .fkt-js .fkt-nav, .fkt-js .fkt-cf7-form.is-collapsible .fkt-cf7-reveal { transition: none; }
}

@media (max-width: 520px) {
  body { font-size: var(--fkt-copy-size-mobile, 17px); }
  .fkt-container { width: min(calc(100% - 28px), var(--fkt-content)); }
  .fkt-section { padding: 68px 0; }
  .fkt-hero { min-height: 0; }
  .fkt-hero::after { right: -210px; bottom: -240px; width: 420px; height: 420px; }
  .fkt-hero-inner { padding-block: 58px; }
  .fkt-card { padding: 28px; }
  .fkt-vc-row { width: 100%; }
  .fkt-vc-section-heading-row { padding-top: 68px; }
  .fkt-vc-cards { padding-bottom: 68px; }
  .fkt-vc-hero { padding-block: 58px; }
  .fkt-vc-card { padding: 28px; }
  .fkt-vc-callout { width: calc(100% - 28px); margin-top: 68px !important; margin-bottom: 68px !important; clip-path: inset(-68px -100vmax); }
}
