:root {
  --nf-navy: #072031;
  --nf-red: #a01725;
  --nf-red-hover: #ba3340;
  --nf-red-pale: #f3dfe1;
  --nf-blue: #ddebf9;
  --nf-detail-bg: #e7e8ea;
  --nf-border: #aeb9bf;
}

/* The inherited mobile header is 450px wide. Contain that existing overflow
   only on the two pages in this delivery, never as a site-wide override. */
html:has(.notfall-page),
html:has(.home-locations) { overflow-x: hidden; }

.notfall-page,
.notfall-details,
.notfall-process,
.notfall-support-shared,
.notfall-partner-team,
.notfall-blog,
.notfall-contact {
  font-family: var(--font-main);
}

.notfall-page h1,
.notfall-page h2,
.notfall-page h3,
.notfall-page p,
.notfall-details h2,
.notfall-details h3,
.notfall-details h4,
.notfall-details h5,
.notfall-details p { margin: 0; }

.notfall-kicker {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.notfall-btn {
  display: inline-flex;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding: 21px 22px;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.notfall-btn--red {
  border-color: var(--nf-red);
  background: var(--nf-red);
  color: #fff;
}

.notfall-btn--red:hover,
.notfall-btn--red:focus-visible {
  border-color: var(--nf-red-hover);
  background: var(--nf-red-hover);
  color: #fff;
}

.notfall-btn--outline {
  border-color: var(--nf-navy);
  background: transparent;
  color: var(--nf-navy);
}

.notfall-btn--outline:hover,
.notfall-btn--outline:focus-visible {
  border-color: var(--nf-red);
  background: transparent;
  color: var(--nf-red);
}

.notfall-btn:focus-visible,
.notfall-card-link:focus-visible,
.notfall-detail-toggle:focus-visible {
  outline: 3px solid rgba(160, 23, 37, .35);
  outline-offset: 4px;
}

/* Unique Notfall introduction: measured against the 1920px Figma frame. */
.notfall-hero {
  display: flex;
  min-height: 798px;
  align-items: center;
  padding: 206px 0 88px;
  background: #fff;
}

.notfall-hero__inner { text-align: center; }

.notfall-hero h1 {
  max-width: 1064px;
  margin: 30px auto;
  font-size: clamp(54px, 3.34vw, 64px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.notfall-hero__lead {
  max-width: 1064px;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 20px;
  line-height: 1.5;
}

.notfall-actions {
  display: flex;
  justify-content: center;
  gap: 74px;
  margin-top: 45px;
}

.notfall-actions .notfall-btn--red { width: 320px; }
.notfall-actions .notfall-btn--outline { width: 282px; }
.notfall-actions .notfall-btn { padding-right: 18px; padding-left: 18px; white-space: nowrap; }

.notfall-crisis {
  display: flex;
  min-height: 670px;
  align-items: center;
  padding: 80px max(60px, calc((100vw - 1720px) / 2 + 60px));
  background-image: var(--notfall-crisis-image);
  background-position: center;
  background-size: cover;
}

.notfall-crisis__content {
  width: 750px;
  max-width: 52%;
}

.notfall-crisis h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.notfall-crisis p {
  max-width: 705px;
  margin-top: 34px;
  font-size: 20px;
  line-height: 1.5;
}

.notfall-crisis .notfall-btn { margin-top: 34px; }

.notfall-scenarios { padding: 142px 0 184px; }

.notfall-scenarios h2 {
  margin-top: 40px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.notfall-section-lead {
  margin-top: 36px !important;
  font-size: 20px;
  line-height: 1.45;
}

.notfall-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.notfall-scenario-card {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 46px 36px;
  border: 1px solid var(--nf-border);
  background: #fff;
}

.notfall-scenario-card img {
  width: 63px;
  height: 63px;
  object-fit: contain;
  object-position: left center;
}

.notfall-scenario-card h3 {
  margin-top: 24px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.12;
}

.notfall-card-link {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nf-red);
  font: inherit;
  font-size: 18px;
  line-height: 1.25;
  text-align: left !important;
  cursor: pointer;
  transition: color .25s ease;
}

.notfall-card-link span { transition: transform .25s ease; }
.notfall-card-link:hover,
.notfall-card-link:focus-visible {
  background: transparent !important;
  color: var(--nf-red-hover);
}
.notfall-card-link:hover span,
.notfall-card-link:focus-visible span { transform: translateX(5px); }

.notfall-card-link::before,
.notfall-card-link::after,
.notfall-detail-toggle::before,
.notfall-detail-toggle::after,
.notfall-btn::before,
.notfall-btn::after {
  content: none !important;
  display: none !important;
}

/* Existing CMS process component, with a scoped Notfall visual variant. */
.process-section.notfall-process.Home_process_padding {
  padding: 118px 0 110px !important;
  color: #fff;
}

.process-section.notfall-process .process-container {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  gap: 64px;
  align-items: start;
  max-width: 1720px;
  padding: 0 60px !important;
}

.process-section.notfall-process .process-info {
  display: flex;
  max-width: 670px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 135px;
  text-align: left;
}

.process-section.notfall-process .section-subtitle { color: #fff; }

.process-section.notfall-process .section-title {
  margin-top: 44px;
  color: #fff;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.process-section.notfall-process .short-desc-process {
  margin: 34px 0 0;
  padding: 0;
}

.process-section.notfall-process .short-desc-process p {
  max-width: 630px;
  font-size: 19px;
  line-height: 1.55;
}

.process-section.notfall-process .process-btn { margin-top: 42px; }

.process-section.notfall-process .btn.btn-light,
#team.team-section.notfall-partner-team .btn.btn-light {
  min-height: 66px;
  padding: 17px 24px;
  border-color: var(--nf-red);
  background: var(--nf-red);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.process-section.notfall-process .btn.btn-light:hover,
.process-section.notfall-process .btn.btn-light:focus-visible,
#team.team-section.notfall-partner-team .btn.btn-light:hover,
#team.team-section.notfall-partner-team .btn.btn-light:focus-visible {
  border-color: var(--nf-red-hover);
  background: var(--nf-red-hover);
  color: #fff;
}

.process-section.notfall-process .process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process-section.notfall-process .step-item {
  display: grid;
  min-height: 187px;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.process-section.notfall-process .step-number {
  min-width: 0;
  color: #fff !important;
  font-size: 92px;
  font-weight: 400;
  line-height: .9;
}

.process-section.notfall-process .step-text { gap: 0; padding-top: 0; }

.process-section.notfall-process .step-text h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.process-section.notfall-process .step-text p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.45;
}

/* Existing CMS support component. No row is selected by default. */
.lp-leistungen.notfall-support-shared { padding: 132px 0 176px !important; }

.lp-leistungen.notfall-support-shared .lp-lead {
  gap: 0;
  max-width: 930px;
  margin-bottom: 56px;
}

.lp-leistungen.notfall-support-shared .lp-lead .section-title {
  margin-top: 40px;
  font-size: 58px;
  line-height: 1.17;
  letter-spacing: -.02em;
}

.lp-leistungen.notfall-support-shared .lp-lead p.desc {
  max-width: 930px;
  margin-top: 36px;
  font-size: 20px;
  line-height: 1.45;
}

.lp-leistungen.notfall-support-shared .lp-srv-inner {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 0;
  min-height: 170px;
  align-items: start;
  padding-top: 46px;
  padding-bottom: 46px;
}

.lp-leistungen.notfall-support-shared .lp-srv-title {
  font-size: 31px;
  line-height: 1.2;
}

.lp-leistungen.notfall-support-shared .lp-srv-desc {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.45;
}

.lp-leistungen.notfall-support-shared .lp-srv-row {
  background: transparent;
  outline: none;
}

.lp-leistungen.notfall-support-shared .lp-srv-row:hover,
.lp-leistungen.notfall-support-shared .lp-srv-row:focus-visible {
  background: var(--nf-blue);
}

.lp-leistungen.notfall-support-shared .lp-srv-row:hover .lp-srv-desc,
.lp-leistungen.notfall-support-shared .lp-srv-row:focus-visible .lp-srv-desc { color: #000; }

/* The Notfall partner block deliberately uses the existing CMS team component
   without a second layout system. Only its CTA colour differs. */
#team.team-section.team-founders-photo {
  display: flex;
  min-height: 786px;
  box-sizing: border-box;
  align-items: center;
}

#team.team-section.team-founders-photo .team-container { width: 100%; }

#team.team-section.team-founders-photo .section-title { font-size: 64px; }

/* The Notfall copy/button dimensions differ from the homepage instance in
   Figma; positioning, crop and responsive behavior still come from the shared
   team component and the shared founders-photo variant above. */
#team.team-section.notfall-partner-team .team-content {
  width: 750px;
  gap: 30px;
}

#team.team-section.notfall-partner-team .section-title { width: 750px; }

#team.team-section.notfall-partner-team .team-content > p {
  width: 705px;
  max-width: 100%;
}

#team.team-section.notfall-partner-team .team-btn .btn {
  width: 320px;
  min-height: 74px;
  padding: 21px 18px;
  font-size: 20px;
  line-height: 1.5;
}

/* Figma-specific detailed situations component. */
.notfall-details {
  padding: 112px 0 140px;
  background: var(--nf-detail-bg);
  color: #000;
}

.notfall-details__header { max-width: 980px; }

.notfall-details__header h2 {
  margin-top: 30px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.notfall-details__lead {
  margin-top: 30px !important;
  font-size: 20px;
  line-height: 1.5;
}

.notfall-detail-list { margin-top: 82px; }

.notfall-detail-item {
  background: #fff;
  scroll-margin-top: 110px;
}

.notfall-detail-reveal + .notfall-detail-reveal { margin-top: 40px; }

.notfall-detail-summary { padding: 42px 40px 38px; }

.notfall-detail-summary h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.notfall-detail-summary > p {
  max-width: 950px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.48;
}

.notfall-detail-toggle {
  display: inline-flex;
  width: auto !important;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 34px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--nf-red);
  font: inherit;
  font-size: 20px;
  line-height: 1.3;
  text-align: left !important;
  cursor: pointer;
  transition: color .25s ease;
}

.notfall-detail-toggle:hover,
.notfall-detail-toggle:focus-visible {
  background: transparent !important;
  color: var(--nf-red-hover);
}

.notfall-detail-toggle__icon {
  width: 0;
  height: 0;
  border-top: 7px solid currentColor;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: transform .25s ease;
}

.notfall-detail-toggle[aria-expanded="true"] .notfall-detail-toggle__icon { transform: rotate(180deg); }

.notfall-detail-panel {
  overflow: hidden;
  opacity: 1;
  transition: max-height .35s ease, opacity .25s ease;
}
.notfall-detail-panel[hidden] { display: none; }

.notfall-detail-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: 82px;
  padding: 52px 40px 48px;
  background: var(--color-light-blue-transparent);
}

.notfall-detail-panel h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.notfall-detail-actions ul { margin-top: 30px; }

.notfall-detail-actions li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.48;
}

.notfall-detail-actions li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.notfall-detail-actions li + li { margin-top: 22px; }

.notfall-detail-notice {
  margin-top: 28px !important;
  font-size: 16px;
  font-style: italic;
  line-height: 1.45;
}

.notfall-detail-help > p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.48;
}

.notfall-detail-faq {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, .22);
}

.notfall-detail-faq h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}

.notfall-detail-faq p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.5;
}

.notfall-detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 40px;
  background: var(--nf-navy);
  color: #fff;
}

.notfall-detail-cta p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.35;
}

.notfall-detail-cta .notfall-btn { flex: 0 0 auto; }

/* Existing blog and contact components, scoped to this landing page. */
.blog-section.notfall-blog { padding-top: 96px; }

.cta-section.notfall-contact {
  position: relative;
  isolation: isolate;
}

.cta-section.notfall-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(5, 22, 34, .58);
}

.cta-section.notfall-contact .cta-container { position: relative; z-index: 1; }

/* Figma comment #89–#91: inset pale-red default, dark-red interaction only. */
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall"],
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall/"],
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"],
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"] {
  width: auto !important;
  margin: 8px 12px 4px !important;
  padding: 11px 16px !important;
  background: var(--nf-red-pale) !important;
  color: #66101a !important;
  text-decoration: none !important;
}

.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall"]:hover,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall/"]:hover,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall"]:focus-visible,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall/"]:focus-visible,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall"].active,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall/"].active,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"]:hover,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"]:hover,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"]:focus-visible,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"]:focus-visible,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"].active,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"].active {
  background: var(--nf-red) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"],
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"] {
  width: calc(100% - 30px) !important;
  margin: 8px 15px 4px !important;
  padding: 10px 15px !important;
}

.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall"]::after,
.main-nav .nav-links .webnet-submenu > li > a[href$="/notfall/"]::after,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall"]::after,
.mobile-menu .webnet-mobile-submenu > li > a[href$="/notfall/"]::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
}

/* Preserve the existing FAQ boundary while letting this CMS component own one
   equal 130px rhythm above and below its content. Its container is the shared
   site container, so the cards always retain the established page gutters. */
.home-locations { margin-top: -100px; padding: 130px 0; background: #fff; }
.home-locations > .container { max-width: 1840px; }
.home-locations__heading { max-width: 950px; margin: 0 auto; text-align: center; }
.home-locations__heading .section-title { margin-top: 35px; font-size: 64px; line-height: 1.2; letter-spacing: -.01em; }
.home-locations__lead { max-width: 950px; margin: 35px auto 0; font-size: 20px; line-height: 1.5; }
.home-locations__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 50px; }
.home-location-card { position: relative; display: flex; min-height: 408px; align-items: flex-end; padding: 42px 47px; color: #fff; background-image: var(--location-image); background-position: center; background-size: cover; }
.home-location-card__region { font-size: 16px; font-weight: 400; line-height: 1.2; }
.home-location-card__region { margin-bottom: 14px; }
.home-location-card h3 { margin-bottom: 13px; font-size: 36px; font-weight: 500; line-height: 1.2; }
.home-location-card__contact-label { margin-top: 0; font-size: 20px; font-weight: 500; line-height: 1.5; }
.home-location-card .home-location-card__link {
  display: block;
  width: fit-content;
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.home-location-card .home-location-card__link:hover,
.home-location-card .home-location-card__link:focus-visible { color: #fff; }
.home-locations + #blog,
.home-locations + .blog-section { padding-top: 0 !important; }
.home-locations + #blog .blog-header,
.home-locations + .blog-section .blog-header { margin-top: 0; }

@media (max-width: 1200px) {
  .notfall-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  #team.team-section.team-founders-photo {
    min-height: clamp(590px, 72vw, 786px);
  }

  #team.team-section.team-founders-photo .section-title { font-size: 48px; }

  .process-section.notfall-process .process-container {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .process-section.notfall-process .process-info {
    max-width: 760px;
    padding-top: 0;
  }

}

@media (max-width: 768px) {
  .notfall-page .container,
  .notfall-details .container,
  .home-locations .container { padding-right: 20px; padding-left: 20px; }

  /* Keep the established mobile team layout. Only shift the shared image
     focus so Jan and Fritz remain in the crop on both page instances. */
  #team.team-section.team-founders-photo {
    background-position: 67% top !important;
  }

  #team.team-section.team-founders-photo .section-title { font-size: 30px; }

  #team.team-section.notfall-partner-team .team-content,
  #team.team-section.notfall-partner-team .section-title { width: 100%; }

  .notfall-btn {
    width: 100%;
    height: auto;
    min-height: 58px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .notfall-hero { min-height: auto; padding: 190px 0 78px; }
  .notfall-hero h1 { margin: 28px auto 24px; font-size: 42px; line-height: 1.08; }
  .notfall-hero h1 br,
  .notfall-hero__lead br { display: none; }
  .notfall-hero__lead { font-size: 18px; }
  .notfall-actions { flex-direction: column; gap: 16px; margin-top: 34px; }
  .notfall-actions .notfall-btn { width: 100%; }

  .notfall-crisis {
    min-height: 650px;
    align-items: center;
    padding: 54px 20px;
    background-image: linear-gradient(rgba(5, 22, 34, .66), rgba(5, 22, 34, .66)), var(--notfall-crisis-image);
    background-position: 70% center;
    color: #fff;
  }

  .notfall-crisis__content { width: 100%; max-width: none; }
  .notfall-crisis h2 { font-size: 38px; }
  .notfall-crisis p { margin-top: 22px; font-size: 17px; }

  .notfall-scenarios { padding: 80px 0 90px; }
  .notfall-scenarios h2 { margin-top: 24px; font-size: 39px; }
  .notfall-section-lead { margin-top: 22px !important; font-size: 17px; }
  .notfall-section-lead br { display: none; }
  .notfall-scenario-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .notfall-scenario-card { min-height: 230px; padding: 30px; }
  .notfall-scenario-card h3 { font-size: 22px; }

  .process-section.notfall-process.Home_process_padding { padding: 80px 0 !important; }
  .process-section.notfall-process .process-container { gap: 64px; padding: 0 20px !important; }
  .process-section.notfall-process .process-info { align-items: flex-start; text-align: left; }
  .process-section.notfall-process .section-title { margin-top: 24px; font-size: 39px; }
  .process-section.notfall-process .section-title br { display: none; }
  .process-section.notfall-process .short-desc-process { margin-top: 24px; }
  .process-section.notfall-process .short-desc-process p { font-size: 17px; }
  .process-section.notfall-process .process-btn,
  .process-section.notfall-process .process-btn .btn { width: 100%; }
  .process-section.notfall-process .step-item { min-height: 0; grid-template-columns: 62px minmax(0, 1fr); gap: 18px; margin: 0 0 48px; }
  .process-section.notfall-process .step-item:last-child { margin-bottom: 0; }
  .process-section.notfall-process .step-number { font-size: 54px; }
  .process-section.notfall-process .step-text h3 { font-size: 25px; }
  .process-section.notfall-process .step-text p { margin-top: 12px; font-size: 16px; }

  .lp-leistungen.notfall-support-shared { padding: 80px 0 90px !important; }
  .lp-leistungen.notfall-support-shared .lp-lead { margin-bottom: 36px; }
  .lp-leistungen.notfall-support-shared .lp-lead .section-title { margin-top: 24px; font-size: 39px; }
  .lp-leistungen.notfall-support-shared .lp-lead .section-title br { display: none; }
  .lp-leistungen.notfall-support-shared .lp-lead p.desc { margin-top: 24px; font-size: 17px; }
  .lp-leistungen.notfall-support-shared .lp-srv-inner { grid-template-columns: 1fr; gap: 16px; min-height: 0; padding: 32px 20px; }
  .lp-leistungen.notfall-support-shared .lp-srv-title { font-size: 25px; }
  .lp-leistungen.notfall-support-shared .lp-srv-desc { font-size: 16px; }

  .notfall-details { padding: 80px 0 90px; }
  .notfall-details__header h2 { margin-top: 24px; font-size: 39px; }
  .notfall-details__lead { margin-top: 22px !important; font-size: 17px; }
  .notfall-detail-list { margin-top: 44px; }
  .notfall-detail-reveal + .notfall-detail-reveal { margin-top: 20px; }
  .notfall-detail-summary { padding: 30px 20px 28px; }
  .notfall-detail-summary h3 { font-size: 28px; }
  .notfall-detail-summary > p { margin-top: 20px; font-size: 16px; }
  .notfall-detail-toggle { margin-top: 25px; font-size: 17px; }
  .notfall-detail-panel__grid { grid-template-columns: 1fr; gap: 46px; padding: 36px 20px 40px; }
  .notfall-detail-panel h4 { font-size: 25px; }
  .notfall-detail-actions li,
  .notfall-detail-help > p { font-size: 16px; }
  .notfall-detail-faq h5 { font-size: 20px; }
  .notfall-detail-faq p { font-size: 16px; }
  .notfall-detail-cta { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .notfall-detail-cta p { font-size: 16px; }

  .blog-section.notfall-blog { padding-top: 52px; }

  .home-locations { margin-top: -100px; padding: 80px 0; }
  .home-locations__heading .section-title { margin-top: 24px; font-size: 39px !important; }
  .home-locations__lead { margin-top: 24px; font-size: 17px; }
  .home-locations__grid { grid-template-columns: 1fr; margin-top: 34px; }
  .home-location-card { min-height: 310px; padding: 28px; }
  .home-location-card__region { font-size: 14px; }
  .home-location-card__contact-label { font-size: 16px; }
  .home-location-card h3 { font-size: 25px; }
  .home-location-card .home-location-card__link { font-size: 16px; }
  .home-locations + #blog,
  .home-locations + .blog-section { margin-top: 0 !important; }
  .home-locations + #blog .blog-header,
  .home-locations + .blog-section .blog-header { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .notfall-page *,
  .notfall-details *,
  .notfall-process *,
  .notfall-support-shared *,
  .notfall-partner-team *,
  .notfall-blog *,
  .notfall-contact *,
  .home-locations * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .notfall-page .animate-item,
  .notfall-details .animate-item,
  .notfall-process .animate-item,
  .notfall-support-shared .animate-item,
  .notfall-partner-team .animate-item,
  .notfall-blog .animate-item,
  .notfall-contact .animate-item,
  .home-locations .animate-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
