/* Live polish layer (loaded after default theme styles) */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../admin/fonts/montserrat-v26-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../admin/fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../admin/fonts/montserrat-v26-latin-700.woff2") format("woff2");
}

:root {
  --dn-ink: #12151a;
  --dn-muted: #636b78;
  --dn-line: rgba(18, 21, 26, 0.1);
  --dn-line-strong: rgba(18, 21, 26, 0.24);
  --dn-surface: rgba(255, 255, 255, 0.74);
  --dn-surface-solid: #ffffff;
  --dn-shadow-soft: 0 14px 38px rgba(25, 34, 49, 0.08);
  --dn-shadow-card: 0 22px 55px rgba(20, 28, 41, 0.1);
  --dn-radius-lg: 24px;
  --dn-radius-md: 16px;
  --dn-fs-body: clamp(17px, 0.92vw, 18px);
  --dn-fs-nav: clamp(16px, 0.84vw, 17px);
  --dn-fs-footer: clamp(16px, 0.84vw, 17px);
  --dn-fs-footer-mini: clamp(14px, 0.72vw, 15px);
  --dn-home-max: 1200px;
  --dn-home-copy: 92ch;
  --dn-home-display-size: clamp(54px, 6.1vw, 90px);
  --dn-home-h2-size: clamp(44px, 4.2vw, 60px);
  --dn-home-h3-size: clamp(34px, 2.8vw, 40px);
  --dn-home-body-size: clamp(18px, 1.02vw, 20px);
  --dn-hero-media-width: clamp(286px, 33vw, 430px);
  --dn-accent-soft: #9eb2cf;
  --dn-accent-ink: #2c3f5a;
  --dn-hero-image-url: url("/wp-content/uploads/datanest.jpg");
  --dn-hero-image-focus: 64% 52%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  font-size: var(--dn-fs-body);
  line-height: 1.45;
  color: var(--dn-ink);
  background:
    radial-gradient(1300px 420px at 50% -220px, #e8effa 0%, rgba(232, 239, 250, 0) 65%),
    radial-gradient(800px 300px at 95% -60px, #f2f6fc 0%, rgba(242, 246, 252, 0) 60%),
    #f7f9fc;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #d8e6ff;
  color: #0d1118;
}

:focus-visible {
  outline: 2px solid #8bb4ff;
  outline-offset: 3px;
}

p,
li {
  color: var(--dn-muted);
}

a {
  transition: color 0.28s ease, opacity 0.28s ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  color: var(--dn-ink);
  letter-spacing: -0.03em;
}

.uk-container {
  max-width: 1200px;
}

/* Header */

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--dn-surface);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--dn-line);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

header.fn-scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--dn-shadow-soft);
}

header .fn-header-center {
  padding: 18px 0;
  transition: padding 0.3s ease;
}

header .fn-header-center [uk-grid] {
  margin-left: 0;
}

header .fn-header-center [uk-grid] > * {
  padding-left: 0;
}

header .fn-header-center nav {
  display: flex;
  justify-content: flex-end;
}

header nav ul.main-menu {
  margin-right: 0;
}

.home header .fn-header-center > .uk-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.home header nav ul.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.home header nav ul.main-menu > li {
  margin: 0 !important;
  padding: 0 !important;
}

header.fn-scrolled .fn-header-center {
  padding: 13px 0;
}

header .logo a {
  max-width: 188px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

header .logo a:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

header nav ul.main-menu > li {
  margin-left: 30px;
}

header nav ul.main-menu > li > a {
  position: relative;
  padding: 8px 0;
  font-size: var(--dn-fs-nav);
  line-height: 1.35;
  font-weight: 500;
  color: var(--dn-ink);
}

header nav ul.main-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1f2430 0%, #687489 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.26s ease;
}

header nav ul.main-menu > li.current-menu-item > a::after,
header nav ul.main-menu > li.current-menu-ancestor > a::after,
header nav ul.main-menu > li > a:hover::after {
  transform: scaleX(1);
}

header nav ul.main-menu > li.current-menu-item > a,
header nav ul.main-menu > li.current-menu-ancestor > a,
header nav ul.main-menu > li:hover > a {
  color: var(--dn-ink);
}

/* Header Submenu: desktop precision dropdown */
header nav ul.main-menu,
header nav ul.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul.main-menu > li {
  position: relative;
}

header nav ul.main-menu > li.menu-item-has-children > a {
  padding-right: 16px;
}

header nav ul.main-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(25, 36, 54, 0.72);
  border-bottom: 1.5px solid rgba(25, 36, 54, 0.72);
  transform: translateY(-62%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.24s ease, opacity 0.24s ease;
  opacity: 0.9;
  pointer-events: none;
}

header nav ul.main-menu > li.menu-item-has-children:hover > a::before,
header nav ul.main-menu > li.menu-item-has-children:focus-within > a::before {
  transform: translateY(-34%) rotate(-135deg);
}

header nav ul.main-menu > li > ul.sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  width: min(296px, calc(100vw - 24px));
  min-width: 0;
  max-width: calc(100vw - 24px);
  padding: 8px;
  border: 1px solid rgba(18, 28, 42, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.95) 100%);
  box-shadow: 0 16px 32px rgba(16, 24, 37, 0.14);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px) scale(0.985);
  transform-origin: top right;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  z-index: 1200;
}

header nav ul.main-menu > li > ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(18, 28, 42, 0.14);
  border-top: 1px solid rgba(18, 28, 42, 0.14);
  background: rgba(252, 255, 255, 0.98);
  transform: rotate(45deg);
}

header nav ul.main-menu > li:hover > ul.sub-menu,
header nav ul.main-menu > li:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

header nav ul.main-menu > li > ul.sub-menu > li {
  margin: 0;
}

header nav ul.main-menu > li > ul.sub-menu > li + li {
  margin-top: 2px;
}

header nav ul.main-menu > li > ul.sub-menu > li > a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(24, 36, 53, 0.9);
  text-decoration: none !important;
  background: transparent;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

header nav ul.main-menu > li > ul.sub-menu > li.current-menu-item > a,
header nav ul.main-menu > li > ul.sub-menu > li > a:hover,
header nav ul.main-menu > li > ul.sub-menu > li > a:focus-visible {
  color: #111c2c;
  background: rgba(222, 235, 252, 0.52);
  transform: translateX(1px);
}

header .main-menu-mobile > a span,
header .main-menu-mobile > a span::before,
header .main-menu-mobile > a span::after {
  background: #1a202c;
  height: 2px;
}

#offcanvas .uk-offcanvas-bar {
  background: rgba(14, 19, 29, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

#offcanvas .main-menu-mobile.uk-nav-primary > li > a {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

/* Offcanvas submenu styling */
#offcanvas .main-menu-mobile,
#offcanvas .main-menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#offcanvas .main-menu-mobile > li {
  margin: 0;
}

#offcanvas .main-menu-mobile > li + li {
  margin-top: 6px;
}

#offcanvas .main-menu-mobile > li > a {
  display: block;
  padding: 8px 0;
}

#offcanvas .main-menu-mobile > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

#offcanvas .main-menu-mobile > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(228, 237, 249, 0.8);
  border-bottom: 1.5px solid rgba(228, 237, 249, 0.8);
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

#offcanvas .main-menu-mobile .sub-menu {
  margin-top: 6px;
  padding: 6px 0 2px 13px;
  border-left: 1px solid rgba(232, 242, 255, 0.24);
}

#offcanvas .main-menu-mobile .sub-menu > li {
  margin: 0;
}

#offcanvas .main-menu-mobile .sub-menu > li + li {
  margin-top: 3px;
}

#offcanvas .main-menu-mobile .sub-menu > li > a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 450;
  color: rgba(225, 236, 250, 0.8);
  text-decoration: none !important;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  transition: color 0.2s ease, transform 0.2s ease;
}

#offcanvas .main-menu-mobile .sub-menu > li.current-menu-item > a,
#offcanvas .main-menu-mobile .sub-menu > li > a:hover,
#offcanvas .main-menu-mobile .sub-menu > li > a:focus-visible {
  color: rgba(248, 252, 255, 0.98);
  transform: translateX(2px);
}

/* Main content */

main {
  position: relative;
}

.fn-content {
  padding-top: clamp(34px, 5vw, 78px);
  padding-bottom: clamp(56px, 8vw, 120px);
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.fn-content > :last-child {
  margin-bottom: 0 !important;
}

body:not(.home) .fn-content {
  max-width: min(1080px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
  padding: clamp(30px, 3.8vw, 56px) clamp(28px, 3.5vw, 52px) clamp(46px, 5.4vw, 72px);
  border: 1px solid rgba(20, 27, 37, 0.08);
  border-radius: clamp(22px, 2.4vw, 30px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 251, 255, 0.72) 100%);
  box-shadow: 0 16px 40px rgba(21, 30, 44, 0.06);
  position: relative;
  isolation: isolate;
}

body:not(.home) .fn-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(19, 28, 40, 0.08);
  pointer-events: none;
}

body:not(.home) .fn-content > * {
  position: relative;
  z-index: 1;
}

body:not(.home) .fn-content h1,
body:not(.home) .fn-content h2,
body:not(.home) .fn-content h3,
body:not(.home) .fn-content h4 {
  margin-top: 0;
  color: #151b25;
  text-wrap: balance;
}

body:not(.home) .fn-content h1 {
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: clamp(26px, 3vw, 38px);
}

body:not(.home) .fn-content h2 {
  font-size: clamp(34px, 3.15vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.024em;
  margin-top: clamp(40px, 4.2vw, 58px);
  margin-bottom: 14px;
}

body:not(.home) .fn-content h2::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  border-radius: 99px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #1f2430 0%, rgba(31, 36, 48, 0.28) 100%);
}

body:not(.home) .fn-content h3 {
  font-size: clamp(28px, 2.35vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.018em;
  font-weight: 600;
  color: #2d384a;
  margin-top: clamp(28px, 2.9vw, 38px);
  margin-bottom: 12px;
}

body:not(.home) .fn-content h4 {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.24;
  letter-spacing: -0.014em;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 10px;
}

body:not(.home) .fn-content p,
body:not(.home) .fn-content ul,
body:not(.home) .fn-content ol,
body:not(.home) .fn-content blockquote,
body:not(.home) .fn-content table,
body:not(.home) .fn-content .wp-block-table {
  max-width: min(84ch, 100%);
  font-size: clamp(17px, 0.96vw, 19px);
  line-height: 1.5;
  color: #606a7a;
}

body:not(.home) .fn-content p + p {
  margin-top: 10px;
}

body:not(.home) .fn-content ul,
body:not(.home) .fn-content ol {
  padding-left: 1.2em;
}

body:not(.home) .fn-content li {
  margin-top: 6px;
  line-height: 1.48;
}

body:not(.home) .fn-content ul li::marker,
body:not(.home) .fn-content ol li::marker {
  color: #8a93a3;
}

/* Editorial tables: precision data module */
body:not(.home) .fn-content .wp-block-table {
  display: block;
  margin: clamp(18px, 2.4vw, 30px) 0;
  max-width: min(96ch, 100%);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(22, 34, 50, 0.14);
  border-radius: clamp(14px, 1.6vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 251, 255, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body:not(.home) .fn-content .wp-block-table::-webkit-scrollbar {
  height: 8px;
}

body:not(.home) .fn-content .wp-block-table::-webkit-scrollbar-thumb {
  background: rgba(36, 50, 72, 0.25);
  border-radius: 99px;
}

body:not(.home) .fn-content .wp-block-table table,
body:not(.home) .fn-content table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(22, 34, 50, 0.14);
  border-radius: clamp(14px, 1.6vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 251, 255, 0.86) 100%);
  overflow: hidden;
}

body:not(.home) .fn-content .wp-block-table table {
  min-width: 760px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body:not(.home) .fn-content .wp-block-table table th,
body:not(.home) .fn-content .wp-block-table table td,
body:not(.home) .fn-content table th,
body:not(.home) .fn-content table td {
  padding: clamp(12px, 1.2vw, 16px) clamp(12px, 1.35vw, 18px);
  border: 0;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
  font-size: clamp(16px, 0.92vw, 18px);
  line-height: 1.4;
}

body:not(.home) .fn-content .wp-block-table table thead th,
body:not(.home) .fn-content table thead th {
  font-weight: 650;
  color: #4f5b6d;
  background: linear-gradient(180deg, rgba(232, 239, 248, 0.82) 0%, rgba(232, 239, 248, 0.52) 100%);
  border-bottom: 1px solid rgba(30, 44, 66, 0.2);
}

body:not(.home) .fn-content .wp-block-table table tbody td,
body:not(.home) .fn-content table tbody td {
  color: #5a6575;
}

body:not(.home) .fn-content .wp-block-table table tbody tr:nth-of-type(odd) td,
body:not(.home) .fn-content table tbody tr:nth-of-type(odd) td {
  background: transparent;
}

body:not(.home) .fn-content .wp-block-table table tbody tr + tr td,
body:not(.home) .fn-content table tbody tr + tr td {
  border-top: 1px solid rgba(26, 40, 61, 0.12);
}

body:not(.home) .fn-content .wp-block-table table tbody tr:hover td,
body:not(.home) .fn-content table tbody tr:hover td {
  background: rgba(235, 243, 253, 0.44);
}

body:not(.home) .fn-content .wp-block-table table td:first-child,
body:not(.home) .fn-content table td:first-child {
  font-weight: 700;
  color: #101927;
}

body:not(.home) .fn-content .wp-block-table table th:nth-child(1),
body:not(.home) .fn-content .wp-block-table table td:nth-child(1),
body:not(.home) .fn-content table th:nth-child(1),
body:not(.home) .fn-content table td:nth-child(1) {
  width: 31%;
}

body:not(.home) .fn-content .wp-block-table table th:nth-child(2),
body:not(.home) .fn-content .wp-block-table table td:nth-child(2),
body:not(.home) .fn-content table th:nth-child(2),
body:not(.home) .fn-content table td:nth-child(2) {
  width: 22%;
  white-space: nowrap;
}

body:not(.home) .fn-content .wp-block-table table th:nth-child(3),
body:not(.home) .fn-content .wp-block-table table td:nth-child(3),
body:not(.home) .fn-content table th:nth-child(3),
body:not(.home) .fn-content table td:nth-child(3) {
  width: 47%;
}

body:not(.home) .fn-content .wp-block-table figcaption {
  margin: 10px 12px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: #798395;
}

body:not(.home) .fn-content strong,
body:not(.home) .fn-content b {
  font-weight: 700 !important;
  color: #101927 !important;
}

body:not(.home) .fn-content a:not(.uk-button):not(.uk-link-reset):not(.cta-button) {
  color: #25364f;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: color 0.24s ease, background-size 0.24s ease;
}

body:not(.home) .fn-content a:not(.uk-button):not(.uk-link-reset):hover {
  color: #101927;
  background-size: 100% 1px;
}

body:not(.home) .fn-content .fn-flow-section {
  position: relative;
  display: grid;
  row-gap: clamp(8px, 0.9vw, 12px);
}

body:not(.home) .fn-content .fn-flow-section + .fn-flow-section {
  margin-top: clamp(28px, 3.4vw, 44px);
  padding-top: clamp(22px, 2.7vw, 34px);
}

body:not(.home) .fn-content .fn-flow-section + .fn-flow-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 31, 46, 0) 0%, rgba(20, 31, 46, 0.2) 18%, rgba(20, 31, 46, 0.2) 82%, rgba(20, 31, 46, 0) 100%);
}

body:not(.home) .fn-content .fn-flow-section-intro {
  row-gap: clamp(8px, 1vw, 14px);
}

body:not(.home) .fn-content .fn-flow-section > p {
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.home) .fn-content .fn-flow-section > p + p {
  margin-top: 0;
}

body:not(.home) .fn-content .fn-flow-section-major h2:first-child {
  margin-top: 0;
}

body:not(.home) .fn-content .fn-flow-section-major > p:first-of-type {
  font-size: clamp(18px, 1.05vw, 20px);
  line-height: 1.5;
  color: #4b576a;
}

body:not(.home) .fn-content .fn-flow-section-major > :last-child {
  margin-bottom: 0 !important;
}

body:not(.home) .fn-content .fn-flow-section-major p,
body:not(.home) .fn-content .fn-flow-section-major ul,
body:not(.home) .fn-content .fn-flow-section-major ol,
body:not(.home) .fn-content .fn-flow-section-major blockquote,
body:not(.home) .fn-content .fn-flow-section-major table,
body:not(.home) .fn-content .fn-flow-section-major .wp-block-table {
  max-width: min(92ch, 100%);
}

body:not(.home) .fn-content .fn-flow-pattern-b {
  padding-left: clamp(14px, 1.8vw, 22px);
}

body:not(.home) .fn-content .fn-flow-pattern-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(4px, 0.55vw, 8px);
  bottom: clamp(2px, 0.45vw, 6px);
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(34, 51, 75, 0.48) 0%, rgba(34, 51, 75, 0.1) 100%);
}

body:not(.home) .fn-content .fn-flow-pattern-b h2::before {
  display: none;
}

body:not(.home) .fn-content .fn-flow-pattern-c {
  padding: clamp(16px, 2vw, 24px) clamp(18px, 2.2vw, 28px) clamp(20px, 2.4vw, 30px);
  border-left: 2px solid rgba(41, 65, 97, 0.26);
  border-radius: clamp(12px, 1.45vw, 18px);
  background: linear-gradient(90deg, rgba(242, 248, 255, 0.72) 0%, rgba(242, 248, 255, 0) 78%);
}

body:not(.home) .fn-content .fn-flow-pattern-c h2::before {
  width: 66px;
}

body:not(.home) .fn-content .fn-flow-pattern-cta {
  padding: clamp(24px, 2.9vw, 36px) clamp(22px, 2.8vw, 34px) clamp(28px, 3.1vw, 40px);
  border-radius: clamp(18px, 2.1vw, 24px);
  background: linear-gradient(128deg, #0f2341 0%, #1f4271 100%);
  box-shadow: 0 16px 36px rgba(14, 26, 44, 0.22);
  overflow: hidden;
}

body:not(.home) .fn-content .fn-flow-pattern-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(114% 120% at 88% 6%, rgba(153, 190, 242, 0.32) 0%, rgba(153, 190, 242, 0) 58%);
  pointer-events: none;
}

body:not(.home) .fn-content .fn-flow-pattern-cta > * {
  position: relative;
  z-index: 1;
}

body:not(.home) .fn-content .fn-flow-pattern-cta h2,
body:not(.home) .fn-content .fn-flow-pattern-cta h3,
body:not(.home) .fn-content .fn-flow-pattern-cta h4,
body:not(.home) .fn-content .fn-flow-pattern-cta p,
body:not(.home) .fn-content .fn-flow-pattern-cta li {
  color: rgba(236, 244, 255, 0.95);
}

body:not(.home) .fn-content .fn-flow-pattern-cta h2::before {
  background: linear-gradient(90deg, rgba(237, 245, 255, 0.95) 0%, rgba(237, 245, 255, 0.26) 100%);
}

body:not(.home) .fn-content .fn-flow-pattern-cta strong,
body:not(.home) .fn-content .fn-flow-pattern-cta b {
  color: #ffffff !important;
}

body:not(.home) .fn-content .fn-flow-pattern-cta a:not(.uk-button):not(.uk-link-reset):not(.cta-button) {
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92));
}

.home .fn-content {
  position: relative;
  min-height: auto;
  display: block;
  align-content: initial;
  padding-top: clamp(30px, 4.6vw, 72px);
  padding-bottom: clamp(58px, 8.4vw, 124px);
}

.home .fn-content > .uk-text-center {
  text-align: left !important;
}

.home .fn-content > section {
  position: relative;
  max-width: min(var(--dn-home-max), 100%);
  margin-left: 0;
  margin-right: auto;
  display: grid;
  row-gap: clamp(12px, 1.45vw, 18px);
}

.home .fn-content > section + section {
  margin-top: clamp(54px, 6.4vw, 90px);
  padding-top: clamp(30px, 3.8vw, 48px);
  border-top: 1px solid rgba(20, 30, 43, 0.08);
}

.home .fn-content > section + section::before {
  display: none;
}

.home .fn-content h1,
.home .fn-content h2,
.home .fn-content h3 {
  margin-top: 0;
  color: #0f1724;
  text-wrap: balance;
}

.home .fn-content h2 {
  font-size: var(--dn-home-h2-size);
  line-height: 1.02;
  letter-spacing: -0.032em;
  margin-bottom: clamp(16px, 1.8vw, 22px);
}

.home .fn-content h3 {
  font-size: var(--dn-home-h3-size);
  line-height: 1.18;
  letter-spacing: -0.022em;
  color: #223249;
  margin-top: clamp(26px, 2.8vw, 34px);
  margin-bottom: clamp(8px, 1.1vw, 12px);
}

.home .fn-content p,
.home .fn-content ul,
.home .fn-content ol {
  max-width: min(var(--dn-home-copy), 100%);
  margin-top: 0;
  font-size: var(--dn-home-body-size);
  line-height: 1.58;
  letter-spacing: -0.008em;
  color: #606a7a;
}

.home .fn-content p + p {
  margin-top: 12px;
}

.home .fn-content strong,
.home .fn-content b {
  font-weight: 700 !important;
  color: #101927 !important;
}

.home .fn-content em {
  color: #4f5a6d;
}

.home .fn-content a:not(.uk-button):not(.uk-link-reset):not(.cta-button) {
  color: #25364f;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: color 0.24s ease, background-size 0.24s ease;
}

.home .fn-content a:not(.uk-button):not(.uk-link-reset):not(.cta-button):hover {
  color: #101927;
  background-size: 100% 1px;
}

.home .fn-content .hero {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--dn-hero-media-width);
  column-gap: clamp(28px, 3.2vw, 50px);
  align-items: start;
  min-height: clamp(350px, 40vw, 520px);
  padding: clamp(8px, 1vw, 14px) 0 clamp(24px, 3vw, 38px) 0;
}

.home .fn-content .hero > * {
  grid-column: 1;
  min-width: 0;
}

.home .fn-content .hero::before {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  position: relative;
  top: clamp(8px, 1vw, 16px);
  width: 100%;
  aspect-ratio: 1 / 0.76;
  border-radius: clamp(22px, 2.2vw, 30px);
  border: 1px solid rgba(61, 82, 112, 0.16);
  background:
    linear-gradient(180deg, rgba(244, 250, 255, 0.1) 0%, rgba(244, 250, 255, 0.2) 100%),
    radial-gradient(120% 120% at 84% 20%, rgba(168, 190, 221, 0.22) 0%, rgba(168, 190, 221, 0) 58%),
    linear-gradient(140deg, rgba(16, 25, 39, 0.1) 0%, rgba(16, 25, 39, 0.02) 52%, rgba(16, 25, 39, 0) 100%),
    var(--dn-hero-image-url);
  background-size: auto, auto, auto, cover;
  background-position: 0 0, 0 0, 0 0, var(--dn-hero-image-focus);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(20, 31, 47, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  z-index: 0;
  pointer-events: none;
  animation: dn-hero-crop 26s ease-in-out infinite alternate;
}

.home .fn-content .hero::after {
  content: "";
  position: absolute;
  top: clamp(26px, 3.2vw, 52px);
  right: clamp(34px, 6vw, 116px);
  width: clamp(150px, 22vw, 264px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.92) 0%, rgba(214, 228, 249, 0.56) 38%, rgba(133, 164, 209, 0.14) 72%, rgba(133, 164, 209, 0) 100%);
  border: 1px solid rgba(126, 150, 183, 0.2);
  z-index: -2;
  pointer-events: none;
  opacity: 0.62;
  animation: dn-hero-orb 20s ease-in-out infinite alternate;
}

.home .fn-content .hero .hero-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  position: relative;
  top: clamp(8px, 1vw, 16px);
  width: 100%;
  margin: 0;
  border-radius: clamp(20px, 2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(61, 82, 112, 0.18);
  box-shadow: 0 20px 46px rgba(18, 29, 44, 0.16);
  transform: none;
  animation: none;
  z-index: 1;
}

.home .fn-content .hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0) 66%);
  transform: translateX(-130%);
  animation: dn-hero-sheen 11s ease-in-out infinite;
  pointer-events: none;
}

.home .fn-content .hero .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: dn-hero-image 24s ease-in-out infinite alternate;
}

.home .fn-content .hero h1 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin-bottom: clamp(16px, 1.8vw, 22px);
  font-size: var(--dn-home-display-size);
  line-height: 0.93;
  letter-spacing: -0.044em;
}

.home .fn-content .hero .hero-sub {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  margin: 0;
  font-size: clamp(21px, 1.5vw, 27px);
  line-height: 1.34;
  letter-spacing: -0.012em;
  color: #4f5a6c;
}

.home .fn-content .hero .hero-sub em {
  font-style: italic;
  color: #495568;
}

.home .fn-content .opener {
  max-width: 100%;
}

.home .fn-content .opener p {
  max-width: min(var(--dn-home-copy), 100%);
  font-size: var(--dn-home-body-size);
  line-height: 1.58;
  letter-spacing: -0.01em;
  color: #4a5567;
}

.home .fn-content .opener p:last-child {
  margin-top: clamp(16px, 2vw, 28px);
  max-width: 100%;
  font-size: var(--dn-home-h2-size);
  line-height: 1.03;
  letter-spacing: -0.032em;
  font-weight: 600;
  color: #111a26;
}

.home .fn-content .was-wir-tun h3 {
  padding-left: 0;
}

.home .fn-content .was-wir-tun h3::before {
  display: none;
}

.home .fn-content .was-wir-tun p {
  max-width: min(var(--dn-home-copy), 100%);
}

.home .fn-content .warum-datanest,
.home .fn-content .fuer-wen {
  padding: clamp(24px, 3.1vw, 44px) clamp(22px, 3vw, 38px) clamp(28px, 3.5vw, 48px);
  border: 1px solid rgba(23, 35, 52, 0.1);
  border-radius: clamp(18px, 2.2vw, 26px);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 250, 255, 0.76) 100%);
  box-shadow: 0 14px 32px rgba(25, 36, 52, 0.07);
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
}

.home .fn-content .warum-datanest::before,
.home .fn-content .fuer-wen::before {
  display: none;
}

.home .fn-content .warum-datanest:hover,
.home .fn-content .fuer-wen:hover {
  border-color: rgba(23, 35, 52, 0.14);
  box-shadow: 0 16px 34px rgba(25, 36, 52, 0.09);
}

.home .fn-content .cta {
  position: relative;
  overflow: hidden;
  margin-top: clamp(44px, 6vw, 84px);
  padding: clamp(30px, 4vw, 56px) clamp(24px, 3.6vw, 50px);
  border-radius: clamp(24px, 2.8vw, 36px);
  border: 1px solid rgba(155, 180, 215, 0.2);
  background: linear-gradient(138deg, #111b2b 0%, #16263d 52%, #1f3551 100%);
  box-shadow: 0 22px 46px rgba(10, 18, 31, 0.24);
}

.home .fn-content .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 190px at 84% -16%, rgba(177, 205, 246, 0.26) 0%, rgba(177, 205, 246, 0) 74%),
    radial-gradient(420px 190px at -8% 104%, rgba(127, 157, 205, 0.16) 0%, rgba(127, 157, 205, 0) 70%);
  pointer-events: none;
}

.home .fn-content .cta::after {
  content: "";
  position: absolute;
  top: -130%;
  left: -18%;
  width: 34%;
  height: 300%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 82%);
  transform: rotate(18deg);
  pointer-events: none;
  animation: dn-cta-sheen 10s ease-in-out infinite;
}

.home .fn-content .cta h2 {
  position: relative;
  color: #f3f8ff;
  margin-bottom: clamp(10px, 1.6vw, 18px);
}

.home .fn-content .cta p {
  position: relative;
  color: rgba(230, 239, 252, 0.88);
  max-width: 66ch;
}

.home .fn-content .cta strong {
  color: #ffffff !important;
}

.home .fn-content .cta em {
  color: rgba(216, 230, 248, 0.82);
}

.home .fn-content .cta .cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, 2.2vw, 30px);
  padding: 0 28px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  color: #111d2d;
  font-size: clamp(15px, 0.9vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.004em;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(8, 14, 25, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.home .fn-content .cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(8, 14, 25, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

@keyframes dn-hero-panel {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -4px, 0) rotate(0.24deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes dn-hero-orb {
  0% {
    transform: translate3d(0, 0, 0) scale(0.99);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(-6px, -4px, 0) scale(1.04);
    opacity: 0.94;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(0.99);
    opacity: 0.78;
  }
}

@keyframes dn-cta-sheen {
  0%,
  38% {
    transform: translate3d(0, 0, 0) rotate(18deg);
    opacity: 0;
  }

  54% {
    transform: translate3d(120%, 0, 0) rotate(18deg);
    opacity: 0.8;
  }

  72%,
  100% {
    transform: translate3d(260%, 0, 0) rotate(18deg);
    opacity: 0;
  }
}

@keyframes dn-hero-image {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.09) translate3d(-8px, -6px, 0);
  }
}

@keyframes dn-hero-sheen {
  0%,
  44% {
    transform: translateX(-130%);
    opacity: 0;
  }

  56% {
    opacity: 0.82;
  }

  72%,
  100% {
    transform: translateX(160%);
    opacity: 0;
  }
}

@keyframes dn-hero-crop {
  0% {
    background-position: 0 0, 0 0, 0 0, 60% 52%;
  }

  100% {
    background-position: 0 0, 0 0, 0 0, 68% 48%;
  }
}

.uk-button {
  border-radius: 999px;
  height: 46px;
  line-height: 44px;
  padding: 0 28px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.uk-button-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(125deg, #1a1f29 0%, #343d50 100%);
  box-shadow: 0 10px 24px rgba(24, 31, 44, 0.24);
}

.uk-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(24, 31, 44, 0.3);
}

.uk-button-default {
  color: var(--dn-ink);
  border: 1px solid var(--dn-line-strong);
  background: rgba(255, 255, 255, 0.78);
}

.uk-button-default:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.fn-content .wp-block-group,
.fn-content .uk-card {
  border-radius: var(--dn-radius-lg);
}

/* Footer */

footer {
  border-top: 0 !important;
  position: relative;
}

footer > .fn-footer-top {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.fn-footer-center {
  position: relative;
  border-top: 0 !important;
  background: linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
  padding-top: clamp(34px, 5vw, 60px);
  padding-bottom: clamp(30px, 4.5vw, 52px);
}

.fn-footer-center::before {
  display: none;
}

.fn-footer-center .uk-container {
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(18, 21, 26, 0.08);
  border-radius: var(--dn-radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 250, 255, 0.78) 100%);
  box-shadow: var(--dn-shadow-card);
}

.fn-footer-center > .uk-container > [uk-grid] {
  align-items: flex-start;
}

.fn-footer-center .uk-grid {
  margin-left: -26px;
}

.fn-footer-center .uk-grid > * {
  padding-left: 26px;
}

@media (min-width: 960px) {
  .fn-footer-center .uk-grid > * + *::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: linear-gradient(180deg, rgba(30, 40, 57, 0) 0%, rgba(30, 40, 57, 0.18) 16%, rgba(30, 40, 57, 0.18) 84%, rgba(30, 40, 57, 0) 100%);
  }

  .fn-footer-center .uk-grid > * {
    position: relative;
  }
}

.fn-footer-center .logo a {
  max-width: 214px;
  display: inline-block;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.fn-footer-center .logo a:hover {
  transform: translateY(-1px);
  filter: saturate(1) contrast(1.06);
}

.fn-footer-center .info li,
.fn-footer-center .info li a {
  color: var(--dn-muted);
}

.fn-footer-center .fn-footer-meta {
  font-size: var(--dn-fs-footer);
}

.fn-footer-center .fn-footer-meta-grid {
  margin-left: -30px;
}

.fn-footer-center .fn-footer-meta-grid > * {
  padding-left: 30px;
}

.fn-footer-center .fn-footer-address,
.fn-footer-center .fn-footer-contact {
  margin: 0;
}

.fn-footer-center .fn-footer-address > li,
.fn-footer-center .fn-footer-contact > li {
  margin-top: 0;
  min-height: 30px;
  line-height: 1.28;
}

.fn-footer-center .fn-footer-address > li + li,
.fn-footer-center .fn-footer-contact > li + li {
  margin-top: 2px;
}

.fn-footer-center .fn-footer-address > li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.fn-footer-center .fn-footer-contact > li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.fn-footer-center .fn-footer-contact > li i {
  width: 22px;
  min-width: 22px;
  margin-right: 0 !important;
  text-align: center;
}

.fn-footer-center .info li i {
  color: #4b5a71;
  transition: transform 0.22s ease, color 0.22s ease;
}

.fn-footer-center .info li:hover i {
  color: #1f2a3d;
  transform: translateY(-1px);
}

.fn-footer-center .info li a:hover {
  color: #1f2a3d;
}

.fn-footer-center .fn-footer-menu {
  margin-top: 0;
}

.fn-footer-center .fn-footer-menu li {
  margin-top: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.fn-footer-center .fn-footer-menu li + li {
  margin-top: 2px;
}

.fn-footer-center .fn-footer-menu li a {
  color: #2a3444;
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  font-weight: 500;
  font-size: var(--dn-fs-footer);
  line-height: 1.4;
}

.fn-footer-center .fn-footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.fn-footer-center .fn-footer-menu li a:hover::after {
  transform: scaleX(1);
}

.fn-footer-bottom {
  border-top: 0 !important;
  background: #0a0b0d;
  min-height: 0;
}

.fn-footer-bottom .uk-container {
  padding-top: 0;
  padding-bottom: 0;
}

.fn-footer-bottom .uk-flex.uk-flex-between {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.fn-footer-bottom a {
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--dn-fs-footer-mini);
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 400;
  font-family: inherit;
  text-decoration: none !important;
}

.fn-footer-bottom a:hover {
  color: #ffffff;
  text-shadow: none;
  text-decoration: none !important;
}

.fn-footer-bottom .uk-subnav {
  margin: 0;
}

.fn-footer-bottom .uk-subnav > * {
  margin-top: 0;
  padding-left: 24px;
}

.fn-footer-bottom .copy .uk-subnav > * {
  padding-left: 0;
}

.fn-footer-bottom .menu a,
.fn-footer-bottom .copy a {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}

.fn-footer-bottom .menu a::after,
.fn-footer-bottom .copy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.fn-footer-bottom .menu a:hover::after,
.fn-footer-bottom .copy a:hover::after {
  transform: scaleX(1);
}

/* Micro interactions */

.fn-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(0.25px);
  transition: opacity 0.58s ease, transform 0.68s cubic-bezier(0.16, 1, 0.3, 1), filter 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--fn-reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.fn-reveal-heading {
  transform: translate3d(0, 20px, 0);
  filter: blur(1.2px);
}

.fn-reveal-copy {
  transform: translate3d(0, 10px, 0);
}

.fn-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (max-width: 1199px) {
  .home .fn-content .hero {
    grid-template-columns: minmax(0, 1fr) clamp(250px, 33vw, 360px);
    column-gap: clamp(22px, 2.8vw, 36px);
    min-height: clamp(320px, 39vw, 430px);
  }

  .home .fn-content .hero .hero-media {
    width: 100%;
  }

  .home .fn-content .hero .hero-sub {
    max-width: 34ch;
    font-size: clamp(20px, 1.9vw, 24px);
  }

  .home .fn-content .hero h1 {
    font-size: clamp(50px, 6vw, 78px);
  }

  .home .fn-content .opener p {
    max-width: 100%;
    font-size: var(--dn-home-body-size);
  }

  .home .fn-content .opener p:last-child {
    font-size: clamp(40px, 3.5vw, 52px);
  }
}

@media (max-width: 959px) {
  body:not(.home) .fn-content {
    max-width: calc(100% - 24px);
    padding: 24px 20px 34px;
    border-radius: var(--dn-radius-md);
  }

  body:not(.home) .fn-content h1 {
    margin-bottom: 20px;
  }

  body:not(.home) .fn-content h2 {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  body:not(.home) .fn-content h2::before {
    width: 42px;
    margin-bottom: 10px;
  }

  body:not(.home) .fn-content h3 {
    margin-top: 22px;
    margin-bottom: 8px;
  }

  body:not(.home) .fn-content h4 {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  body:not(.home) .fn-content p,
  body:not(.home) .fn-content ul,
  body:not(.home) .fn-content ol,
  body:not(.home) .fn-content blockquote,
  body:not(.home) .fn-content table,
  body:not(.home) .fn-content .wp-block-table {
    font-size: 17px;
    line-height: 1.48;
  }

  body:not(.home) .fn-content .wp-block-table {
    margin: 16px 0 20px;
    border-radius: 12px;
  }

  body:not(.home) .fn-content .wp-block-table table {
    min-width: 640px;
  }

  body:not(.home) .fn-content .wp-block-table table th,
  body:not(.home) .fn-content .wp-block-table table td,
  body:not(.home) .fn-content table th,
  body:not(.home) .fn-content table td {
    padding: 10px 11px;
    font-size: 15px;
    line-height: 1.34;
  }

  body:not(.home) .fn-content .fn-flow-section + .fn-flow-section {
    margin-top: 22px;
    padding-top: 18px;
  }

  body:not(.home) .fn-content .fn-flow-pattern-b {
    padding-left: 12px;
  }

  body:not(.home) .fn-content .fn-flow-pattern-c {
    padding: 12px 12px 16px;
    border-radius: 14px;
  }

  body:not(.home) .fn-content .fn-flow-pattern-cta {
    padding: 18px 16px 22px;
    border-radius: 16px;
  }

  header .fn-header-center {
    padding: 14px 0;
  }

  header .logo a {
    max-width: 165px;
  }

  .home .fn-content {
    padding-top: clamp(22px, 5.8vw, 42px);
    padding-bottom: clamp(42px, 10vw, 76px);
  }

  .home .fn-content > section + section {
    margin-top: clamp(42px, 8vw, 60px);
    padding-top: clamp(22px, 5.2vw, 34px);
  }

  .home .fn-content .hero {
    grid-template-columns: minmax(0, 1fr) clamp(200px, 33vw, 270px);
    column-gap: clamp(16px, 3.6vw, 24px);
    min-height: clamp(280px, 42vw, 360px);
    padding-bottom: clamp(18px, 4vw, 26px);
  }

  .home .fn-content .hero::before {
    top: 0;
    width: 100%;
    border-radius: clamp(16px, 2.6vw, 24px);
    opacity: 0.98;
  }

  .home .fn-content .hero::after {
    width: clamp(90px, 20vw, 142px);
    top: clamp(22px, 5vw, 42px);
    right: clamp(14px, 4vw, 34px);
    opacity: 0.4;
  }

  .home .fn-content .hero h1 {
    max-width: 10.8ch;
    margin-bottom: 12px;
    font-size: clamp(44px, 7.2vw, 64px);
    line-height: 0.94;
  }

  .home .fn-content .hero .hero-sub {
    max-width: 30ch;
    font-size: clamp(18px, 2.4vw, 21px);
    line-height: 1.42;
  }

  .home .fn-content .hero .hero-media {
    top: 0;
    width: 100%;
    border-radius: 16px;
  }

  .home .fn-content h2 {
    font-size: clamp(38px, 5.7vw, 50px);
    line-height: 1;
  }

  .home .fn-content h3 {
    font-size: clamp(30px, 4.1vw, 36px);
    margin-top: 22px;
  }

  .home .fn-content p,
  .home .fn-content ul,
  .home .fn-content ol {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.62;
  }

  .home .fn-content .opener p {
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.01em;
  }

  .home .fn-content .opener p:last-child {
    margin-top: 16px;
    max-width: 100%;
    font-size: clamp(34px, 4.8vw, 44px);
    line-height: 1.06;
  }

  .home .fn-content .was-wir-tun h3 {
    padding-left: 0;
  }

  .home .fn-content .was-wir-tun h3::before {
    display: none;
  }

  .home .fn-content .warum-datanest,
  .home .fn-content .fuer-wen {
    padding: 20px 18px 24px;
    border-radius: 18px;
  }

  .home .fn-content .cta {
    margin-top: clamp(34px, 9vw, 52px);
    padding: 24px 20px 28px;
    border-radius: 20px;
  }

  .home .fn-content .cta .cta-button {
    width: auto;
    min-width: 220px;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
  }

  .fn-footer-center .logo a {
    max-width: 178px;
  }

  .fn-footer-center .uk-container {
    padding: 24px 20px;
    border-radius: var(--dn-radius-md);
  }

  .fn-footer-center .uk-grid {
    margin-left: -18px;
  }

  .fn-footer-center .uk-grid > * {
    padding-left: 18px;
  }

  .fn-footer-center .fn-footer-meta-grid {
    margin-left: -18px;
  }

  .fn-footer-center .fn-footer-meta-grid > * {
    padding-left: 18px;
  }

  .fn-footer-center .fn-footer-address > li,
  .fn-footer-center .fn-footer-contact > li {
    min-height: 28px;
  }

  .fn-footer-center .fn-footer-address > li,
  .fn-footer-center .fn-footer-contact > li,
  .fn-footer-center .fn-footer-contact > li a {
    white-space: normal;
  }

  .fn-footer-bottom .uk-flex.uk-flex-between {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .fn-footer-bottom a {
    font-size: 14px;
    line-height: 1.35;
  }

  .fn-footer-bottom .uk-subnav > * {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .home .fn-content > section + section {
    margin-top: clamp(36px, 10vw, 48px);
    padding-top: clamp(20px, 5vw, 28px);
  }

  .home .fn-content .hero {
    grid-template-columns: 1fr;
    row-gap: 16px;
    min-height: 0;
    padding-bottom: 18px;
  }

  .home .fn-content .hero::before {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    width: min(100%, 460px);
    top: 0;
    opacity: 1;
  }

  .home .fn-content .hero::after {
    display: none;
  }

  .home .fn-content .hero h1 {
    font-size: clamp(38px, 13vw, 56px);
    line-height: 0.95;
  }

  .home .fn-content .hero .hero-sub {
    max-width: 100%;
    font-size: clamp(18px, 5.2vw, 21px);
    line-height: 1.42;
  }

  .home .fn-content .hero .hero-media {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    width: min(100%, 460px);
  }

  .home .fn-content h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home .fn-content h3 {
    font-size: clamp(26px, 8.2vw, 33px);
  }

  .home .fn-content p,
  .home .fn-content ul,
  .home .fn-content ol {
    font-size: 17px;
    line-height: 1.58;
  }

  .home .fn-content .opener p:last-child {
    font-size: clamp(29px, 9vw, 36px);
  }

  .home .fn-content .cta .cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* Home Rebuild: Billet precision system */

.home .fn-content {
  --dn-billet-max: 100%;
  --dn-billet-section-gap: clamp(58px, 6.2vw, 92px);
  --dn-billet-section-pad-top: clamp(30px, 3.6vw, 44px);
  --dn-billet-grid-gap: clamp(34px, 3.8vw, 56px);
  --dn-billet-display: clamp(56px, 6vw, 92px);
  --dn-billet-h2: clamp(44px, 4vw, 58px);
  --dn-billet-h3: clamp(32px, 2.6vw, 40px);
  --dn-billet-body: clamp(19px, 1.02vw, 20px);
  --dn-billet-text-max: min(88ch, 100%);
  --dn-billet-rule: rgba(17, 27, 39, 0.12);
  --dn-billet-text: #4d5665;
  max-width: var(--dn-billet-max);
  margin-left: 0;
  margin-right: auto;
  padding-top: clamp(26px, 4.1vw, 62px);
  padding-bottom: clamp(58px, 8.2vw, 116px);
}

.home .fn-content > section {
  display: block;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.home .fn-content > section + section {
  margin-top: var(--dn-billet-section-gap);
  padding-top: var(--dn-billet-section-pad-top);
  border-top: 0;
  position: relative;
}

.home .fn-content > section + section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 27, 39, 0) 0%, var(--dn-billet-rule) 8%, var(--dn-billet-rule) 92%, rgba(17, 27, 39, 0) 100%);
}

.home .fn-content h2 {
  margin: 0 0 clamp(14px, 1.8vw, 22px);
  font-size: var(--dn-billet-h2);
  line-height: 1.03;
  letter-spacing: -0.032em;
  color: #0f1724;
}

.home .fn-content h3 {
  margin: 0 0 10px;
  font-size: var(--dn-billet-h3);
  line-height: 1.16;
  letter-spacing: -0.022em;
  color: #162031;
}

.home .fn-content p,
.home .fn-content ul,
.home .fn-content ol {
  max-width: var(--dn-billet-text-max);
  font-size: var(--dn-billet-body);
  line-height: 1.58;
  letter-spacing: -0.008em;
  color: var(--dn-billet-text);
}

.home .fn-content p + p {
  margin-top: 8px;
}

.home .fn-content strong,
.home .fn-content b {
  font-weight: 700 !important;
  color: #101927 !important;
}

.home .fn-content em {
  color: #4a576a;
}

.home .fn-content .hero {
  --dn-hero-copy-max: clamp(440px, 38vw, 560px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(310px, 33vw, 420px);
  column-gap: var(--dn-billet-grid-gap);
  row-gap: clamp(2px, 0.5vw, 6px);
  align-items: start;
  min-height: 0;
  padding: clamp(8px, 1vw, 14px) 0 clamp(10px, 1.4vw, 16px);
  isolation: isolate;
}

.home .fn-content .hero > * {
  grid-column: 1;
  min-width: 0;
}

.home .fn-content .hero::before {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: end;
  position: relative;
  top: 0;
  width: 100%;
  aspect-ratio: 1 / 0.76;
  border-radius: clamp(20px, 2.1vw, 28px);
  border: 1px solid rgba(54, 74, 101, 0.18);
  background:
    linear-gradient(140deg, rgba(10, 16, 26, 0.15) 0%, rgba(10, 16, 26, 0.02) 46%, rgba(10, 16, 26, 0) 100%),
    radial-gradient(120% 120% at 88% 12%, rgba(196, 214, 238, 0.32) 0%, rgba(196, 214, 238, 0) 56%),
    var(--dn-hero-image-url);
  background-size: auto, auto, cover;
  background-position: 0 0, 0 0, var(--dn-hero-image-focus);
  box-shadow: 0 18px 34px rgba(18, 29, 44, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  pointer-events: none;
  animation: none !important;
  z-index: 0;
}

.home .fn-content .hero::after {
  display: none;
}

.home .fn-content .hero .hero-media {
  display: none !important;
}

.home .fn-content .hero h1 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  font-size: var(--dn-billet-display);
  line-height: 0.93;
  letter-spacing: -0.044em;
  color: #0f1724;
  text-wrap: initial;
}

.home .fn-content .hero h1 .fn-hero-line {
  display: block;
  white-space: nowrap;
}

.home .fn-content .hero h1 .fn-hero-line-top {
  margin-bottom: 0.02em;
}

.home .fn-content .hero .hero-sub {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  font-size: clamp(20px, 1.42vw, 24px);
  line-height: 1.36;
  letter-spacing: -0.012em;
  color: #505c70;
}

.home .fn-content .opener p {
  max-width: 100%;
}

.home .fn-content .opener > p:first-child,
.home .fn-content .opener > p:last-child {
  display: inline;
}

.home .fn-content .opener > p:last-child::before {
  content: " ";
}

.home .fn-content .opener p:last-child {
  margin-top: 0;
  font-size: var(--dn-billet-body);
  line-height: 1.58;
  letter-spacing: -0.008em;
  color: var(--dn-billet-text);
}

.home .fn-content .opener :is(h1, h2, h3, h4, h5, h6),
.home .fn-content .opener .has-large-font-size,
.home .fn-content .opener .has-x-large-font-size,
.home .fn-content .opener .has-xx-large-font-size {
  margin: 8px 0 0 !important;
  font-size: var(--dn-billet-body) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
  letter-spacing: -0.008em !important;
  color: var(--dn-billet-text) !important;
}

.home .fn-content .opener :is(h1, h2, h3, h4, h5, h6) strong,
.home .fn-content .opener .has-large-font-size strong,
.home .fn-content .opener .has-x-large-font-size strong,
.home .fn-content .opener .has-xx-large-font-size strong {
  font-weight: 700 !important;
  color: #101927 !important;
}

.home .fn-content .was-wir-tun > h3:first-of-type {
  margin-top: clamp(24px, 2.8vw, 36px);
  margin-bottom: clamp(14px, 1.8vw, 20px);
  font-size: var(--dn-billet-h2);
  line-height: 1.03;
  letter-spacing: -0.032em;
  color: #101927;
  white-space: normal;
}

.home .fn-content .was-wir-tun > h3:not(:first-of-type) {
  margin-top: clamp(32px, 3.6vw, 44px);
  margin-bottom: 10px;
  font-size: var(--dn-billet-h3);
  line-height: 1.16;
  letter-spacing: -0.021em;
}

.home .fn-content .was-wir-tun > h3 + p {
  max-width: 100%;
}

.home .fn-content .was-wir-tun p {
  max-width: 100%;
}

.home .fn-content .was-wir-tun > * {
  max-width: 100%;
}

.home .fn-content .was-wir-tun > h3::before {
  display: none;
}

.home .fn-content .warum-datanest,
.home .fn-content .fuer-wen {
  padding: clamp(38px, 4.5vw, 54px) clamp(24px, 3.1vw, 40px) clamp(40px, 4.8vw, 56px);
  border-radius: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(20, 31, 45, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 252, 255, 0.9) 100%);
  box-shadow: 0 14px 30px rgba(20, 30, 43, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.home .fn-content .warum-datanest:hover,
.home .fn-content .fuer-wen:hover {
  border-color: rgba(20, 31, 45, 0.14);
  box-shadow: 0 16px 34px rgba(20, 30, 43, 0.1);
}

.home .fn-content .warum-datanest > p:first-of-type {
  margin-top: 0;
  color: #1b2638;
}

.home .fn-content .cta,
body:not(.home) .fn-content .dn-section--cta,
body:not(.home) .fn-content .fn-flow-pattern-cta {
  --dn-cta-persona-width: clamp(238px, 24.5vw, 330px);
  --dn-cta-persona-gap: clamp(22px, 2.8vw, 38px);
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding: clamp(30px, 3.8vw, 48px) calc(var(--dn-cta-persona-width) + var(--dn-cta-persona-gap)) clamp(32px, 4.1vw, 50px) clamp(24px, 3.4vw, 46px);
  border-radius: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(145, 173, 210, 0.2);
  background: linear-gradient(132deg, #101a2a 0%, #172a43 52%, #1d3553 100%);
  box-shadow: 0 18px 38px rgba(11, 19, 33, 0.24);
  overflow: hidden;
}

.home .fn-content .cta::before,
body:not(.home) .fn-content .dn-section--cta::before,
body:not(.home) .fn-content .fn-flow-pattern-cta::before {
  content: "";
  position: absolute;
  inset: -26% -14%;
  background:
    radial-gradient(58% 76% at 20% 84%, rgba(119, 161, 219, 0.24) 0%, rgba(119, 161, 219, 0) 72%),
    radial-gradient(54% 68% at 86% 18%, rgba(191, 216, 252, 0.24) 0%, rgba(191, 216, 252, 0) 70%),
    radial-gradient(46% 54% at 52% 44%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 74%);
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
  animation: dn-cta-breathe 8.8s ease-in-out infinite alternate;
}

.home .fn-content .cta::after,
body:not(.home) .fn-content .dn-section--cta::after,
body:not(.home) .fn-content .fn-flow-pattern-cta::after {
  content: "";
  position: absolute;
  inset: -42% -22%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 10deg at 62% 40%, rgba(189, 215, 252, 0.11) 0 14deg, rgba(189, 215, 252, 0) 14deg 36deg);
  filter: blur(30px);
  mix-blend-mode: screen;
  opacity: 0.56;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: 62% 40%;
  pointer-events: none;
  z-index: 0;
  animation: dn-cta-orbit 22s linear infinite;
}

/* Keep the original subtle sheen on homepage CTA */
.home .fn-content .cta::after {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0) 66%);
  filter: none;
  mix-blend-mode: screen;
  opacity: 1;
  transform: translateX(-130%);
  transform-origin: 50% 50%;
  animation: dn-hero-sheen 11s ease-in-out infinite;
}

.home .fn-content .cta h2,
body:not(.home) .fn-content .dn-section--cta h2,
body:not(.home) .fn-content .fn-flow-pattern-cta h2 {
  margin: 0 0 14px;
  color: #f3f8ff;
}

.home .fn-content .cta p,
body:not(.home) .fn-content .dn-section--cta p,
body:not(.home) .fn-content .fn-flow-pattern-cta p {
  max-width: min(78ch, 100%);
  color: rgba(232, 241, 252, 0.88);
}

.home .fn-content .cta em,
body:not(.home) .fn-content .dn-section--cta em,
body:not(.home) .fn-content .fn-flow-pattern-cta em {
  color: rgba(232, 241, 252, 0.88);
}

.home .fn-content .cta .cta-button,
body:not(.home) .fn-content .dn-section--cta .cta-button,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, 2vw, 24px);
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%) !important;
  color: #111d2d !important;
  font-size: clamp(15px, 0.9vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.003em;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(9, 14, 22, 0.26);
  transition: transform 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.home .fn-content .cta .cta-button:hover,
body:not(.home) .fn-content .dn-section--cta .cta-button:hover,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(9, 14, 22, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  color: #111d2d !important;
}

.home .fn-content .hero + .opener {
  margin-top: clamp(30px, 3.6vw, 44px);
  padding-top: clamp(16px, 2vw, 24px);
}

.home .fn-content .opener + .was-wir-tun {
  margin-top: clamp(42px, 4.8vw, 62px);
  padding-top: clamp(22px, 2.8vw, 34px);
}

.home .fn-content .warum-datanest {
  margin-top: clamp(34px, 3.9vw, 52px) !important;
  padding-top: var(--dn-billet-section-pad-top);
}

.home .fn-content .fuer-wen,
.home .fn-content .cta {
  margin-top: clamp(34px, 3.9vw, 52px) !important;
}

.home .fn-content .cta > :not(.cta-persona),
body:not(.home) .fn-content .dn-section--cta > :not(.cta-persona),
body:not(.home) .fn-content .fn-flow-pattern-cta > :not(.cta-persona) {
  position: relative;
  z-index: 2;
  max-width: min(72ch, 100%);
}

.home .fn-content .cta .cta-persona,
body:not(.home) .fn-content .dn-section--cta .cta-persona,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona {
  position: absolute;
  inset: 0 0 0 auto;
  width: var(--dn-cta-persona-width);
  height: 100%;
  margin: 0;
  border-radius: 0 clamp(22px, 2.8vw, 34px) clamp(22px, 2.8vw, 34px) 0;
  overflow: hidden;
  border-left: 1px solid rgba(218, 233, 252, 0.28);
  background: rgba(12, 24, 40, 0.48);
  box-shadow: inset 20px 0 38px rgba(6, 11, 20, 0.3);
  pointer-events: none;
  z-index: 1;
}

.home .fn-content .cta .cta-persona::before,
body:not(.home) .fn-content .dn-section--cta .cta-persona::before,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(10, 18, 30, 0.16) 100%),
    linear-gradient(90deg, rgba(10, 17, 28, 0.34) 0%, rgba(10, 17, 28, 0) 22%);
  pointer-events: none;
  z-index: 2;
}

.home .fn-content .cta .cta-persona::after,
body:not(.home) .fn-content .dn-section--cta .cta-persona::after,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(231, 244, 255, 0.1) 0 1px, rgba(231, 244, 255, 0) 1px 34px),
    repeating-linear-gradient(90deg, rgba(231, 244, 255, 0.1) 0 1px, rgba(231, 244, 255, 0) 1px 34px);
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
  z-index: 3;
}

.home .fn-content .cta .cta-persona .cta-persona-frame,
body:not(.home) .fn-content .dn-section--cta .cta-persona .cta-persona-frame,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona .cta-persona-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.98) contrast(1.02) brightness(1.02);
  opacity: 0;
  visibility: hidden;
  transition: none !important;
  will-change: auto;
  z-index: 1;
}

.home .fn-content .cta .cta-persona .cta-persona-frame.is-active,
body:not(.home) .fn-content .dn-section--cta .cta-persona .cta-persona-frame.is-active,
body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona .cta-persona-frame.is-active {
  opacity: 1;
  visibility: visible;
}

@keyframes dn-cta-breathe {
  0% {
    opacity: 0.74;
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    opacity: 0.96;
    transform: translate3d(-1.1%, -0.7%, 0) scale(1.03);
  }

  100% {
    opacity: 0.78;
    transform: translate3d(1.1%, 0.8%, 0) scale(1);
  }
}

@keyframes dn-cta-orbit {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.03);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@media (max-width: 1199px) {
  .home .fn-content {
    --dn-billet-display: clamp(52px, 6.1vw, 76px);
    --dn-billet-h2: clamp(40px, 4.5vw, 50px);
    --dn-billet-h3: clamp(30px, 3vw, 36px);
    --dn-billet-body: clamp(18px, 1.06vw, 19px);
    --dn-billet-text-max: min(80ch, 100%);
  }

  .home .fn-content .hero {
    --dn-hero-copy-max: clamp(420px, 46vw, 560px);
    grid-template-columns: minmax(0, 1fr) clamp(270px, 33vw, 350px);
    min-height: 0;
  }

  .home .fn-content .hero .hero-sub {
    max-width: 100%;
    font-size: clamp(20px, 1.7vw, 23px);
  }

}

@media (max-width: 959px) {
  .home .fn-content {
    --dn-billet-display: clamp(44px, 8.2vw, 62px);
    --dn-billet-h2: clamp(34px, 6vw, 44px);
    --dn-billet-h3: clamp(28px, 4.4vw, 34px);
    --dn-billet-body: 18px;
  }

  .home .fn-content > section + section {
    margin-top: clamp(42px, 8vw, 60px);
    padding-top: clamp(22px, 5.2vw, 34px);
  }

  .home .fn-content .hero + .opener,
  .home .fn-content .opener + .was-wir-tun {
    margin-top: clamp(34px, 7vw, 50px);
    padding-top: clamp(18px, 4vw, 26px);
  }

  .home .fn-content .warum-datanest {
    margin-top: clamp(28px, 5vw, 40px) !important;
  }

  .home .fn-content .fuer-wen,
  .home .fn-content .cta {
    margin-top: clamp(28px, 5vw, 40px) !important;
  }

  .home .fn-content .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    row-gap: 18px;
    padding-bottom: 18px;
  }

  .home .fn-content .hero::before {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    width: min(100%, 540px);
  }

  .home .fn-content .hero::after {
    display: none;
  }

  .home .fn-content .hero h1,
  .home .fn-content .hero .hero-sub {
    max-width: 100%;
  }

  .home .fn-content .hero h1 .fn-hero-line {
    white-space: nowrap;
  }

  .home .fn-content .warum-datanest,
  .home .fn-content .fuer-wen,
  .home .fn-content .cta {
    padding: 32px 22px 40px;
    border-radius: 18px;
  }

  .home .fn-content .cta,
  body:not(.home) .fn-content .dn-section--cta,
  body:not(.home) .fn-content .fn-flow-pattern-cta {
    --dn-cta-persona-width: clamp(198px, 34vw, 260px);
    --dn-cta-persona-gap: clamp(16px, 2.2vw, 24px);
    padding-right: calc(var(--dn-cta-persona-width) + var(--dn-cta-persona-gap));
  }

  .home .fn-content .cta > :not(.cta-persona),
  body:not(.home) .fn-content .dn-section--cta > :not(.cta-persona),
  body:not(.home) .fn-content .fn-flow-pattern-cta > :not(.cta-persona) {
    max-width: 100%;
  }

  .home .fn-content .cta .cta-persona,
  body:not(.home) .fn-content .dn-section--cta .cta-persona,
  body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona {
    border-radius: 0 18px 18px 0;
  }
}

@media (max-width: 860px) {
  .home .fn-content .cta,
  body:not(.home) .fn-content .dn-section--cta,
  body:not(.home) .fn-content .fn-flow-pattern-cta {
    padding-right: 22px;
  }

  .home .fn-content .cta .cta-persona,
  body:not(.home) .fn-content .dn-section--cta .cta-persona,
  body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona {
    position: relative;
    inset: auto;
    width: min(290px, 100%);
    height: auto;
    aspect-ratio: 4 / 5;
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid rgba(218, 233, 252, 0.28);
  }
}

@media (max-width: 767px) {
  .home .fn-content {
    --dn-billet-display: clamp(38px, 13vw, 54px);
    --dn-billet-h2: clamp(31px, 9.6vw, 40px);
    --dn-billet-h3: clamp(25px, 7.8vw, 31px);
    --dn-billet-body: 17px;
  }

  .home .fn-content .hero::before {
    width: 100%;
    border-radius: 16px;
  }

  .home .fn-content .hero h1 .fn-hero-line {
    white-space: normal;
  }

  .home .fn-content .cta .cta-button,
  body:not(.home) .fn-content .dn-section--cta .cta-button,
  body:not(.home) .fn-content .fn-flow-pattern-cta .cta-button {
    width: 100%;
    min-width: 0;
  }

  .home .fn-content .cta .cta-persona,
  body:not(.home) .fn-content .dn-section--cta .cta-persona,
  body:not(.home) .fn-content .fn-flow-pattern-cta .cta-persona {
    width: min(248px, 100%);
    aspect-ratio: 4 / 5;
  }
}

/* Hero video override: full-bleed stage with controlled contrast */
body.home main,
body.home main > .fn-content,
.home .fn-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home header + .uk-margin-xlarge-bottom,
.home header + .fn-intro-image,
.home header + .fn-intro-slider {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home header + main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .fn-content .hero {
  position: relative;
  display: block;
  min-height: clamp(440px, 50vw, 560px);
  margin-top: -1px !important;
  padding: clamp(82px, 9.2vw, 126px) 0 clamp(14px, 1.9vw, 24px);
  border-radius: 0;
  overflow: visible;
}

.home .fn-content > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .fn-content .hero::before {
  display: none !important;
}

.home .fn-content .hero::after {
  display: none !important;
}

.home .fn-content .hero > * {
  position: relative;
  z-index: 3;
}

.home .fn-content .hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #0f1724;
  text-shadow: none;
}

.home .fn-content .hero .hero-sub {
  width: 100%;
  max-width: 100%;
  margin-top: clamp(20px, 2.5vw, 34px);
  font-size: clamp(18.5px, 1.22vw, 21.5px);
  line-height: 1.3;
  letter-spacing: -0.011em;
  white-space: nowrap;
  color: rgba(43, 55, 72, 0.92);
}

.home .fn-content .hero .hero-sub em {
  color: inherit;
}

.home .fn-content .hero .hero-media {
  display: block !important;
  position: absolute;
  left: 50%;
  top: -1px !important;
  width: 100vw;
  height: calc(100% + 1px);
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0e1624;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.75s ease;
  z-index: 0;
}

.home .fn-content .hero .hero-media.is-ready {
  opacity: 1;
}

.home .fn-content .hero .hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(252, 255, 255, 0.82) 0%, rgba(249, 253, 255, 0.76) 34%, rgba(246, 251, 255, 0.72) 62%, rgba(247, 252, 255, 0.78) 100%),
    repeating-linear-gradient(0deg, rgba(96, 121, 155, 0.32) 0 1px, rgba(96, 121, 155, 0) 1px 30px),
    repeating-linear-gradient(90deg, rgba(96, 121, 155, 0.32) 0 1px, rgba(96, 121, 155, 0) 1px 30px),
    radial-gradient(136% 90% at 92% 4%, rgba(195, 216, 243, 0.42) 0%, rgba(195, 216, 243, 0) 56%);
  background-position: 0 0, 0 0, 0 0, 0 0;
  animation: dn-hero-grid-drift 26s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.home .fn-content .hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 100% at 50% 12%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(226, 238, 252, 0.24) 100%);
  pointer-events: none;
  z-index: 2;
}

.home .fn-content .hero .hero-media video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 42%;
  filter: saturate(0.94) contrast(0.96) brightness(0.98);
  transform: scale(1.01);
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.22, 0.68, 0.28, 1);
  will-change: opacity;
  z-index: 0;
}

.home .fn-content .hero .hero-media video.is-active {
  opacity: 1;
  z-index: 0;
}

.home .fn-content .hero .hero-media .hero-loop-veil {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(249, 253, 255, 0.1) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.home .fn-content .hero .hero-media .hero-loop-veil.is-active {
  animation: dn-hero-loop-veil 420ms cubic-bezier(0.22, 0.7, 0.25, 1);
}

@keyframes dn-hero-loop-veil {
  0% {
    opacity: 0;
  }

  24% {
    opacity: 0.036;
  }

  52% {
    opacity: 0.132;
  }

  78% {
    opacity: 0.058;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dn-hero-grid-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 0 0, 0 30px, 30px 0, 0 0;
  }
}

.home .fn-content .opener {
  margin-top: clamp(34px, 3.9vw, 52px) !important;
  padding-top: clamp(12px, 1.6vw, 20px) !important;
}

.home .fn-content .hero + .opener::before {
  display: none !important;
}

@media (max-width: 959px) {
  .home .fn-content .hero {
    min-height: clamp(390px, 74vw, 510px);
    padding: clamp(64px, 10vw, 86px) 0 clamp(12px, 2.2vw, 20px);
  }

  .home .fn-content .hero .hero-media video {
    object-position: 58% 44%;
  }

  .home .fn-content .hero .hero-sub {
    font-size: clamp(17.5px, 2.35vw, 20px);
    white-space: normal;
  }

  .home .fn-content .opener {
    margin-top: clamp(28px, 5vw, 40px) !important;
    padding-top: clamp(10px, 2.5vw, 16px) !important;
  }
}

@media (max-width: 767px) {
  .home .fn-content .hero {
    min-height: clamp(340px, 104vw, 452px);
    padding: clamp(56px, 13vw, 74px) 0 clamp(10px, 2.6vw, 16px);
  }

  .home .fn-content .hero .hero-sub {
    max-width: 100%;
    font-size: clamp(16.5px, 4.4vw, 18.5px);
    white-space: normal;
  }

  .home .fn-content .opener {
    margin-top: clamp(22px, 6.4vw, 32px) !important;
    padding-top: clamp(8px, 3.2vw, 14px) !important;
  }
}

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

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

  .fn-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
