@charset "utf-8";

:root {
  --bg: #f3f6fb;
  --bg-soft: #eef2f8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --surface-dark: #0f1726;
  --line: rgba(17, 24, 39, 0.08);
  --line-strong: rgba(17, 24, 39, 0.14);
  --text: #152033;
  --text-soft: #546176;
  --text-invert: #f7f9fc;
  --brand: #0f7bdf;
  --brand-dark: #085ca8;
  --accent: #41cd51;
  --shadow: 0 28px 80px rgba(17, 24, 39, 0.14);
  --shadow-soft: 0 18px 45px rgba(17, 24, 39, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 40px));
  --font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Oswald", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: var(--font-primary);
  background:
    radial-gradient(circle at top left, rgba(15, 123, 223, 0.13), transparent 30%),
    radial-gradient(circle at top right, rgba(65, 205, 81, 0.12), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
  color: var(--text);
}

body.has-overlay {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section--tight {
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.intro__copy h2,
.info-card h2,
.process-card__content h2,
.cta-panel h2,
.dialog-card h2,
.form-card h1 {
  font-size: clamp(1.95rem, 3.3vw, 3.15rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.section-heading p + h2,
.form-card__header p + h1 {
  margin-top: 10px;
}

.eyebrow {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
  font-weight: 600;
}

.site-shell {
  position: relative;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../img/hero.png") center center / cover no-repeat;
  overflow: hidden;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10, 18, 31, 0.86) 15%, rgba(10, 18, 31, 0.86) 25%, rgba(10, 18, 31, 0.25) 100%),
    linear-gradient(180deg, rgba(15, 123, 223, 0.12), transparent 25%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 34px 0 56px;
}

.hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 88px;
}

.logo {
  font-size: clamp(1.75rem, 4vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}

.hero .text-link {
  color: rgba(255, 255, 255, 0.9);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.text-link:hover {
  color: var(--brand);
  transform: translateX(2px);
}

.hero__text {
  max-width: 720px;
  color: var(--text-invert);
}

.hero__text h1 {
  margin-top: 16px;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hero__text h1 span, {
  color: #9bddff;
}

.hero__lead {
  margin-top: 24px;
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.7;
  max-width: 640px;
  color: rgba(247, 249, 252, 0.9);
}

.hero__actions,
.dialog-actions,
.form-actions,
.consent-banner__actions,
.form-actions--top {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__actions {
  margin-top: 36px;
}

.hero__notice {
  margin-top: 20px;
  color: rgba(247, 249, 252, 0.75);
  font-size: 0.95rem;
}

.card,
.info-card,
.feature-card,
.problem-solution__card,
.contract-card,
.dialog-card,
.form-card,
.cta-panel,
.consent-banner__inner {
  background: var(--surface);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-soft);
}

.card,
.info-card,
.feature-card,
.problem-solution__card,
.cta-panel,
.form-card,
.dialog-card,
.consent-banner__inner {
  border-radius: var(--radius-xl);
}

.card--accent {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 252, 240, 0.96));
  border-color: rgba(65, 205, 81, 0.18);
}

.card--accent span{color: #9bddff;}

.intro__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.intro__quote,
.intro__copy {
  padding: 34px;
}

.intro__quote {
  display: flex;
  align-items: center;
}

.intro__quote p {
  font-family: var(--font-accent);
  color: #1a7f30;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.intro__copy p {
  margin-top: 18px;
  color: var(--text-soft);
  line-height: 1.8;
}

.intro__copy .cta-button {
  margin-top: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  padding: 28px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover,
.contract-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-card h3,
.problem-solution__card h3,
.consent-option h3 {
  font-size: 1.18rem;
  font-weight: 600;
}

.feature-card p {
  color: var(--text-soft);
  line-height: 1.7;
}

.feature-card--highlight {
  background: linear-gradient(160deg, rgba(15, 123, 223, 0.12), rgba(255, 255, 255, 0.94));
  border-color: rgba(15, 123, 223, 0.18);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-card {
  padding: 34px;
}

.info-card--dark,
.problem-solution__card--dark,
.cta-panel {
  background: linear-gradient(160deg, rgba(13, 19, 31, 0.98), rgba(22, 31, 48, 0.95));
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-invert);
}

.info-card--dark .eyebrow,
.problem-solution__card--dark .eyebrow,
.cta-panel .eyebrow {
  color: rgba(247, 249, 252, 0.66);
}

.check-list,
.problem-solution__card ul {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.check-list li,
.problem-solution__card li {
  position: relative;
  padding-left: 28px;
  color: var(--text-soft);
  line-height: 1.65;
}

.check-list li::before,
.problem-solution__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

.check-list--light li,
.problem-solution__card--dark li,
.info-card--dark p,
.cta-panel p {
  color: rgba(247, 249, 252, 0.82);
}

.process-card {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(300px, 0.95fr);
  overflow: hidden;
}

.process-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-card__content {
  padding: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,253,0.92));
}

.process-list {
  margin-top: 28px;
  display: grid;
  gap: 16px;
  list-style: none;
}

.process-list li {
  width: 100%;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(17,24,39,0.08);
  background: rgba(255,255,255,0.84);
  box-shadow: 0 12px 30px rgba(17,24,39,0.05);
}

.process-list strong {
  display: block;
  font-size: 1.05rem;
  color: var(--brand-dark);
}

.process-list span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  line-height: 1.7;
}

.cta-panel {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.cta-panel p:not(.eyebrow) {
  margin-top: 14px;
  max-width: 720px;
  line-height: 1.7;
}

.problem-solution {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 120px minmax(280px, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 32px;
}

.problem-solution__card {
  padding: 30px;
}

.problem-solution__card p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--text-soft);
  line-height: 1.75;
}

.problem-solution__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-solution__flow {
  position: relative;
  width: min(170px, 100%);
  height: 86px;
  border-radius: 999px;
  border: 1px solid rgba(15, 123, 223, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(240,245,250,0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 18px 34px rgba(15, 23, 38, 0.08);
}

.problem-solution__flow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(47, 143, 70, 0.16) 0%, rgba(47, 143, 70, 0) 72%);
}

.problem-solution__flow-line {
  position: absolute;
  left: 26px;
  right: 52px;
  top: 50%;
  height: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(15,123,223,0.22) 0%, rgba(118,169,234,0.95) 42%, rgba(47,143,70,0.96) 100%);
  box-shadow: 0 4px 14px rgba(15, 123, 223, 0.12);
}

.problem-solution__flow-head {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #2f8f46;
  border-right: 4px solid #2f8f46;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}


.contract-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contract-card {
  text-decoration: none;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.6);
  display: grid;
  gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contract-card span,
.contract-card small {
  color: var(--text-soft);
}

.contract-card strong {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
}

.site-footer {
  padding: 28px 0 54px;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--text-soft);
}

.footer-link {
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font-weight: 600;
  cursor: pointer;
}

.footer-link:hover {
  color: var(--brand);
}

.cta-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cta-button {
  background: linear-gradient(135deg, var(--brand) 0%, #2994f2 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(15, 123, 223, 0.26);
}

.cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--brand-dark) 0%, #1573c7 100%);
}

.cta-button--light {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: none;
}

.cta-button--light:hover {
  background: #edf5ff;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border-color: rgba(17,24,39,0.08);
}

.secondary-button:hover {
  transform: translateY(-2px);
  border-color: rgba(17,24,39,0.16);
  background: rgba(255,255,255,0.7);
}

.secondary-button--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.secondary-button--light:hover {
  background: rgba(255,255,255,0.12);
}

.secondary-button--dark {
  background: rgba(15, 23, 38, 0.06);
}

.is-consent-blocked::after {
  content: " · Zustimmung erforderlich";
  font-size: 0.9em;
  opacity: 0.82;
}

.modal-shell,
.dialog-shell {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 40;
}

.modal-shell.is-open,
.dialog-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop,
.dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 31, 0.44);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal-dialog,
.dialog-card {
  position: relative;
  z-index: 1;
}

.modal-dialog {
  width: min(860px, 100%);
  background: rgba(255,255,255,0.9);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.modal-dialog--form {
  max-height: min(900px, 92vh);
  display: flex;
  flex-direction: column;
}

.modal-dialog__header {
  padding: 24px 28px 14px;
  background: linear-gradient(180deg, rgba(248,250,253,0.96), rgba(255,255,255,0.9));
  border-bottom: 1px solid rgba(17,24,39,0.07);
}

.modal-dialog__copy {
  margin-top: 12px;
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 660px;
}

.modal-dialog__header h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.1rem);
  margin-top: 8px;
}

.modal-close,
.dialog-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(17,24,39,0.08);
  background: rgba(255,255,255,0.84);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.modal-close:hover,
.dialog-close:hover {
  background: #fff;
}

.modal-dialog__body {
  padding: 0 28px 28px;
  overflow: auto;
}


.pdf-modal-shell {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 45;
}

.pdf-modal-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pdf-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(88vh, 900px);
  background: rgba(255,255,255,0.94);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pdf-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px 16px;
  padding-right: 88px;
  border-bottom: 1px solid rgba(17,24,39,0.08);
  background: linear-gradient(180deg, rgba(248,250,253,0.98), rgba(255,255,255,0.92));
}

.pdf-modal-header h2 {
  margin-top: 8px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.pdf-modal-body {
  flex: 1;
  min-height: 0;
  padding: 0;
  background: rgba(229, 237, 245, 0.6);
}

.pdf-modal-body iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.dialog-card {
  width: min(560px, 100%);
  padding: 34px;
}

.dialog-card--large {
  width: min(760px, 100%);
}

.dialog-copy {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.75;
}

.dialog-actions {
  margin-top: 26px;
}

.consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 35;
}

.consent-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.consent-banner__title {
  font-weight: 700;
  font-size: 1.05rem;
}

.consent-banner__text {
  margin-top: 8px;
  color: var(--text-soft);
  line-height: 1.65;
  max-width: 780px;
}

.consent-options {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(248,250,253,0.92);
  border: 1px solid rgba(17,24,39,0.08);
}

.consent-option p {
  margin-top: 6px;
  color: var(--text-soft);
  line-height: 1.6;
}

.consent-option--locked {
  opacity: 0.95;
}

.consent-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15,123,223,0.1);
  color: var(--brand-dark);
  font-weight: 600;
  white-space: nowrap;
}

.toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.toggle input {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.toggle__track {
  width: 62px;
  height: 34px;
  border-radius: 999px;
  background: rgba(17,24,39,0.16);
  position: relative;
  transition: background-color 0.2s ease;
}

.toggle__track::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(17,24,39,0.16);
  transition: transform 0.2s ease;
}

.toggle input:checked + .toggle__track {
  background: rgba(15,123,223,0.8);
}

.toggle input:checked + .toggle__track::after {
  transform: translateX(28px);
}

.form-page {
  min-height: auto;
  background: transparent;
}

.form-shell {
  padding: 28px;
}

.form-shell--standalone {
  max-width: 920px;
  margin: 0 auto;
}

.standalone-form-page {
  min-height: 100vh;
}

.form-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
}

.form-card__header p + h1 {
  margin-top: 8px;
}

.form-card__header p:last-child {
  margin-top: 16px;
  color: var(--text-soft);
  line-height: 1.7;
}

.form-alert {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(17,24,39,0.08);
}

.form-alert strong {
  display: block;
  font-size: 1rem;
}

.form-alert p,
.form-alert ul {
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.7;
}

.form-alert ul {
  padding-left: 18px;
}

.form-alert--error {
  background: rgba(255, 244, 244, 0.95);
  border-color: rgba(185, 28, 28, 0.14);
}

.form-alert--warning {
  background: rgba(255, 250, 235, 0.96);
  border-color: rgba(217, 119, 6, 0.2);
}

.form-alert--success {
  background: rgba(239, 252, 242, 0.96);
  border-color: rgba(22, 163, 74, 0.18);
}

.contact-form {
  margin-top: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.field span,
.checkbox-field span {
  font-weight: 600;
  color: var(--text);
}

.field em {
  font-style: normal;
  color: #d32020;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,0.12);
  background: rgba(255,255,255,0.94);
  padding: 14px 16px;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(15,123,223,0.7);
  box-shadow: 0 0 0 4px rgba(15,123,223,0.12);
  background: #fff;
}

.field textarea {
  resize: vertical;
  min-height: 148px;
}

.field__hint {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.checkbox-field input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand);
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-actions {
  margin-top: 14px;
}

.form-actions--top {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .feature-grid,
  .contract-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__topline {
    margin-bottom: 64px;
  }

  .process-card,
  .intro__grid,
  .split-grid,
  .problem-solution,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .problem-solution__arrow {
    margin: 4px 0;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: auto;
    padding: 24px 0 60px;
  }

  .hero__topline {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .feature-grid,
  .contract-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .intro__quote,
  .intro__copy,
  .info-card,
  .process-card__content,
  .problem-solution__card,
  .cta-panel,
  .dialog-card,
  .form-card {
    padding: 24px;
  }

  .consent-banner__inner,
  .site-footer__inner,
  .consent-option {
    flex-direction: column;
    align-items: flex-start;
  }

  .consent-banner__actions,
  .dialog-actions,
  .hero__actions,
  .form-actions,
  .form-actions--top {
    width: 100%;
  }

  .consent-banner__actions > *,
  .dialog-actions > *,
  .hero__actions > *,
  .form-actions > * {
    width: 100%;
  }

  .problem-solution__arrow {
    margin: -2px 0 6px;
  }

  .problem-solution__flow {
    width: 112px;
    height: 74px;
    transform: rotate(90deg);
  }

  .modal-shell,
  .dialog-shell,
  .pdf-modal-shell {
    padding: 12px;
  }

  .modal-dialog {
    border-radius: 24px;
  }

  .modal-dialog__body {
    padding: 0 24px 24px;
  }

  .pdf-modal-dialog {
    height: min(88vh, 760px);
    border-radius: 24px;
  }

  .pdf-modal-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 14px;
    padding-right: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
