/*
 * Faithful WordPress adaptation of source-original-v7/app/globals.css.
 * This file is loaded only by header-v7.php on the WordPress front page.
 * The Sites-only Tailwind build import is intentionally omitted; all rules
 * required by the original page are already present below.
 */

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../original-v7/fonts/geist-8ac0455e797f/geist-001175b1.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../original-v7/fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../original-v7/fonts/geist-mono-00e989178794/geist-mono-44745446.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../original-v7/fonts/geist-mono-00e989178794/geist-mono-013b2f2f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.bellair-v7-page {
  --cream: var(--pwb-core-color-cream, #f6f1e8);
  --paper: var(--pwb-core-color-paper, #fffdf8);
  --ink: var(--pwb-core-color-ink, #142225);
  --muted: var(--pwb-core-color-muted, #607073);
  --petrol: var(--pwb-palette-bellair-primary, #147d7a);
  --petrol-dark: #0d5e5c;
  --copper: var(--pwb-palette-bellair-secondary, #d97745);
  --time-blue: var(--pwb-palette-bellair-time-secondary, #1672c4);
  --intercom-yellow: var(--pwb-palette-bellair-intercom-primary, #ffbf00);
  --power-green: var(--pwb-palette-plugo-secondary, #59a943);
  --power-green-dark: #087c47;
  --violet: var(--pwb-palette-bellair-ai-primary, #6c5fa7);
  --line: var(--pwb-core-color-line, rgba(20, 34, 37, 0.14));
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
}

.bellair-v7,
.bellair-v7 *,
.bellair-v7 *::before,
.bellair-v7 *::after {
  box-sizing: border-box;
}

.bellair-v7 {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bellair-v7 :where(h1, h2, h3, h4, p, ol) {
  margin: 0;
}

.bellair-v7 :where(h1, h2, h3, h4) {
  font-size: inherit;
  font-weight: inherit;
}

.bellair-v7 :where(img, svg) {
  display: block;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  background: #f6f1e8;
}

body.bellair-v7-page {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.bellair-v7 a {
  color: inherit;
  text-decoration: none;
}

.bellair-v7 button,
.bellair-v7 a {
  -webkit-tap-highlight-color: transparent;
}

.bellair-v7 .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

.bellair-v7 .skip-link:focus {
  transform: translateY(0);
}

.bellair-v7 :where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid #ff8a50;
  outline-offset: 4px;
}

.site-header {
  width: min(1440px, calc(100% - 64px));
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand-logo {
  width: 230px;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 44px;
  font-size: 15px;
  font-weight: 620;
}

.main-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--copper);
}

.header-contact {
  justify-self: end;
  border: 1px solid var(--copper);
  color: #bf5c2c;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 180ms ease;
}

.header-contact:hover {
  background: var(--copper);
  color: white;
  transform: translateY(-2px);
}

.hero {
  min-height: 720px;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: 52px;
  padding: 48px 0 78px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.section-kicker.light {
  color: #ffb081;
}

.hero h1 {
  margin: 26px 0 22px;
  font-size: clamp(3.35rem, 4.55vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
  max-width: 700px;
}

.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--petrol);
}

.hero-benefits {
  max-width: 680px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 7px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 1.45;
  font-weight: 540;
}

.hero-benefits strong {
  font-weight: 570;
}

.hero-benefit--process { color: var(--time-blue); }
.hero-benefit--building { color: var(--petrol); }
.hero-benefit--agents { color: var(--violet); }

.hero-capabilities {
  position: relative;
  max-width: 690px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  isolation: isolate;
}

.hero-capabilities::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(20, 34, 37, 0.19);
  z-index: -1;
  transition: opacity 160ms ease;
}

.hero-capability {
  --capability-color: var(--ink);
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--capability-color);
  text-align: center;
  transform-origin: center;
  transition: transform 240ms cubic-bezier(0.2, 0.75, 0.25, 1);
  z-index: 2;
}

.hero-capability:nth-of-type(2) .hero-capability-icon { animation-delay: -1.9s; }
.hero-capability:nth-of-type(3) .hero-capability-icon { animation-delay: -3.8s; }
.hero-capability:nth-of-type(4) .hero-capability-icon { animation-delay: -5.7s; }
.hero-capability:nth-of-type(5) .hero-capability-icon { animation-delay: -7.6s; }

.hero-capability:not(:last-of-type)::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 29px;
  right: -3px;
  border-radius: 50%;
  background: #667173;
  box-shadow: 0 0 0 6px var(--cream);
  transition: opacity 160ms ease;
}

.hero-capability--company { --capability-color: var(--copper); }
.hero-capability--building { --capability-color: var(--petrol); }
.hero-capability--process { --capability-color: var(--time-blue); }
.hero-capability--agents { --capability-color: var(--violet); }
.hero-capability--future { --capability-color: var(--power-green); }

.hero-capability-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: var(--cream);
  animation: bellair-capability-drift 9.6s ease-in-out infinite;
  will-change: transform;
}

.hero-capability-icon svg {
  width: 56px;
  height: 56px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hero-capability-label {
  min-height: 34px;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.28;
  font-weight: 680;
}

.hero-capability-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.hero-capability-network .capability-network-line {
  fill: none;
  stroke: rgba(50, 68, 71, 0.24);
  stroke-width: 1.25;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.hero-capabilities.is-star-layout .capability-network-line {
  opacity: 0;
}

.hero-capabilities.is-star-layout .capability-network-line.is-active {
  opacity: 1;
}

.hero-capability-network .capability-network-pulse {
  color: var(--petrol);
  filter: drop-shadow(0 0 4px currentColor);
}

.hero-capability-network .capability-network-pulse-halo {
  fill: currentColor;
  opacity: 0.2;
}

.hero-capability-network .capability-network-pulse-core {
  fill: currentColor;
}

.hero-capabilities.is-network-ready::before,
.hero-capabilities.is-network-ready .hero-capability:not(:last-of-type)::after {
  opacity: 0;
}

.hero-summary {
  max-width: 650px;
  margin: 26px 0 0;
  color: #4f5f62;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.55;
}

@keyframes bellair-capability-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  22% { transform: translate3d(-1px, -3px, 0) rotate(-0.5deg); }
  52% { transform: translate3d(2px, 0.5px, 0) rotate(0.4deg); }
  76% { transform: translate3d(-1.5px, 2.5px, 0) rotate(-0.3deg); }
}

@media (hover: hover) and (pointer: fine) {
  .hero-capability:hover {
    z-index: 4;
    transform: translateY(-3px) scale(1.07);
  }
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.primary-button,
.contact-button {
  min-height: 58px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--petrol);
  color: white;
  border-radius: 13px;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(20, 125, 122, 0.18);
  transition: 200ms ease;
}

.primary-button:hover,
.contact-button:hover {
  background: var(--petrol-dark);
  transform: translateY(-3px);
}

.text-link {
  font-weight: 680;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-visual {
  min-height: 590px;
  position: relative;
  border-radius: 130px 34px 130px 34px;
  overflow: hidden;
  isolation: isolate;
  background: #d8d2c9;
  box-shadow: 0 28px 80px rgba(20, 34, 37, 0.13);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 36, 38, 0.55));
  z-index: 1;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-visual:hover img {
  transform: scale(1.025);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.orbit-one {
  width: 280px;
  height: 280px;
  right: -75px;
  top: 75px;
}

.orbit-two {
  width: 410px;
  height: 160px;
  left: -130px;
  bottom: 88px;
  transform: rotate(-14deg);
}

.visual-label {
  position: absolute;
  left: 34px;
  bottom: 31px;
  z-index: 3;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.visual-label span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  opacity: 0.74;
}

.visual-label strong {
  font-size: 18px;
}

.hero-visual.hero-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  background: var(--paper);
  border-radius: 92px 28px 92px 28px;
}

.hero-visual.hero-mosaic::after {
  display: none;
}

.hero-tile {
  min-width: 0;
  min-height: 293px;
  position: relative;
  overflow: hidden;
  background: #ece8e0;
}

.hero-tile:first-child {
  grid-row: auto;
}

.hero-visual.hero-mosaic .hero-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-visual.hero-mosaic .hero-tile img.contain {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.hero-visual.hero-mosaic .hero-tile img.time {
  object-position: center 38%;
}

.hero-tile::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(10, 25, 28, 0.8));
  z-index: 1;
}

.hero-tile:hover img {
  transform: scale(1.045);
}

.hero-tile > span {
  position: absolute;
  left: 20px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-tile strong {
  font-size: 15px;
  letter-spacing: 0.015em;
}

.hero-tile small {
  font-size: 11px;
  opacity: 0.78;
}

.hero-tile.amber > span::before,
.hero-tile.blue > span::before,
.hero-tile.violet > span::before,
.hero-tile.green > span::before {
  content: "";
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  background: var(--intercom-yellow);
}

.hero-tile.blue > span::before { background: #6db8f2; }
.hero-tile.violet > span::before { background: #c1b1ff; }
.hero-tile.green > span::before { background: var(--power-green); }

.solution-rail {
  width: min(1360px, calc(100% - 64px));
  margin: -46px auto 0;
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rail-card {
  min-height: 104px;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(20, 34, 37, 0.09);
  border-radius: 19px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  box-shadow: 0 22px 55px rgba(20, 34, 37, 0.1);
  transition: 200ms ease;
}

.rail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 65px rgba(20, 34, 37, 0.16);
}

.rail-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-family: Georgia, serif;
  font-size: 17px;
}

.rail-card.amber .rail-icon { background: #fff3c5; color: #8a5f00; }
.rail-card.blue .rail-icon { background: #e4f0fb; color: var(--time-blue); }
.rail-card.violet .rail-icon { background: #ece9f8; color: var(--violet); }
.rail-card.green .rail-icon { background: #dff8e9; color: var(--power-green-dark); }

.rail-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rail-card strong {
  font-size: 15px;
}

.rail-card small {
  color: var(--muted);
  font-size: 13px;
}

.rail-arrow {
  font-size: 19px;
  color: var(--muted);
}

.trust-strip {
  width: min(1280px, calc(100% - 64px));
  margin: 32px auto 0;
  padding: 19px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip > div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
}

.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { padding-right: 0; }

.trust-strip > div + div {
  border-left: 1px solid var(--line);
}

.trust-strip > div > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.trust-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(20, 125, 122, 0.09);
  color: var(--petrol);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.trust-mark--shield svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-strip strong {
  font-size: 14px;
}

.trust-strip small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.section {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 132px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 25px;
}

.section-heading h2,
.company h2,
.audiences h2,
.contact h2 {
  font-size: clamp(2.6rem, 4.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 0;
}

.section-heading p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
  margin: 0;
  max-width: 530px;
}

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

.solution-card {
  border-radius: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 220ms ease;
  scroll-margin-top: 120px;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(20, 34, 37, 0.1);
}

.solution-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -100px;
  top: 70px;
  opacity: 0.12;
}

.solution-card.amber::before { background: var(--intercom-yellow); }
.solution-card.blue::before { background: var(--time-blue); }
.solution-card.violet::before { background: var(--violet); }
.solution-card.green::before { background: var(--power-green); }

.solution-photo {
  height: 290px;
  margin: 28px 0 24px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #eee9e1;
}

.solution-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.solution-photo img.contain {
  object-fit: contain;
  padding: 14px;
  background: white;
}

.solution-photo img.time {
  object-position: center 38%;
}

.solution-photo img.power {
  object-position: center;
}

.solution-card:hover .solution-photo img {
  transform: scale(1.035);
}

.solution-meta {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 750;
  color: var(--muted);
}

.solution-glyph {
  height: 170px;
  margin: 28px 0 16px;
  position: relative;
  display: grid;
  place-items: center;
}

.solution-glyph span {
  width: 104px;
  height: 140px;
  border: 3px solid currentColor;
  border-radius: 22px;
  opacity: 0.8;
}

.solution-glyph span::before,
.solution-glyph span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.solution-glyph span::before { width: 30px; height: 30px; top: 39px; }
.solution-glyph span::after { width: 8px; height: 8px; bottom: 30px; background: currentColor; }

.solution-glyph i {
  position: absolute;
  width: 165px;
  height: 165px;
  border: 1px dashed currentColor;
  border-radius: 50%;
  opacity: 0.22;
}

.solution-card.amber .solution-glyph { color: var(--intercom-yellow); }
.solution-card.blue .solution-glyph { color: var(--time-blue); }
.solution-card.violet .solution-glyph { color: var(--violet); }

.solution-card h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.solution-card h4 {
  margin: 7px 0 15px;
  font-size: 15px;
  color: var(--muted);
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: 14px;
}

.solution-card > a {
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.solution-card.amber .solution-meta,
.solution-card.amber > a {
  color: #8a5f00;
}

.solution-card.blue .solution-meta,
.solution-card.blue > a {
  color: #105b9b;
}

.solution-card.violet .solution-meta,
.solution-card.violet > a {
  color: #584b91;
}

.solution-card.green .solution-meta,
.solution-card.green > a {
  color: var(--power-green-dark);
}

.solutions-compliance {
  margin-top: 30px;
  padding: 19px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(20, 125, 122, 0.2);
  border-radius: 18px;
  background: rgba(20, 125, 122, 0.055);
  color: var(--petrol-dark);
}

.solutions-compliance > span {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--petrol);
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.solutions-compliance p {
  max-width: 920px;
  margin: 1px 0 0;
  color: #385b5b;
  font-size: 13px;
  line-height: 1.6;
}

.ai-sovereignty {
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 126px 0 108px;
  position: relative;
  overflow: hidden;
  border-radius: 52px;
  background:
    radial-gradient(circle at 10% 15%, rgba(108, 95, 167, 0.22), transparent 30%),
    radial-gradient(circle at 94% 86%, rgba(82, 65, 145, 0.18), transparent 27%),
    #10191c;
  color: white;
  scroll-margin-top: 24px;
}

.ai-sovereignty::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -280px;
  top: -270px;
  border: 1px solid rgba(193, 177, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(193, 177, 255, 0.025),
    0 0 0 140px rgba(193, 177, 255, 0.018);
  pointer-events: none;
}

.ai-sovereignty-inner {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  gap: 88px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.section-kicker.ai-light {
  color: #c2b4ff;
}

.ai-sovereignty-copy h2 {
  max-width: 620px;
  margin: 27px 0 31px;
  font-size: clamp(3.25rem, 4.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.ai-sovereignty-copy h2 em {
  color: #c2b4ff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.ai-sovereignty-copy > p {
  max-width: 590px;
  margin: 0 0 19px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  line-height: 1.72;
}

.ai-sovereignty-copy > p.ai-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.ai-trust-badge {
  max-width: 560px;
  margin-top: 30px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(193, 177, 255, 0.23);
  border-radius: 17px;
  background: rgba(193, 177, 255, 0.075);
}

.ai-shield {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px 13px 17px 17px;
  background: #786ac0;
  color: white;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(108, 95, 167, 0.32);
}

.ai-trust-badge > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-trust-badge strong {
  font-size: 14px;
}

.ai-trust-badge small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.35;
}

.ai-cta {
  min-height: 56px;
  width: max-content;
  margin-top: 30px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-radius: 13px;
  background: #7667ba;
  color: white;
  font-weight: 720;
  box-shadow: 0 18px 36px rgba(72, 56, 137, 0.3);
  transition: 200ms ease;
}

.ai-cta:hover {
  background: #8979cf;
  transform: translateY(-3px);
}

.ai-flow {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.ai-flow-heading {
  margin-bottom: 24px;
  padding: 0 2px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-flow-heading > span {
  font-size: 15px;
  font-weight: 720;
}

.ai-flow-heading small,
.flow-status {
  color: #c2b4ff;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ai-flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-step {
  min-width: 0;
  margin: 0 0 27px;
  padding: 18px;
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.flow-step:last-child {
  margin-bottom: 0;
}

.flow-step:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 34px;
  bottom: -23px;
  color: rgba(193, 177, 255, 0.65);
  font-size: 15px;
  font-weight: 700;
}

.flow-step.protected {
  border-color: rgba(193, 177, 255, 0.2);
  background: rgba(108, 95, 167, 0.09);
}

.flow-step.protected.emphasized {
  border-color: rgba(193, 177, 255, 0.34);
  background: rgba(108, 95, 167, 0.16);
}

.flow-step.external {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.025);
}

.flow-step.external .flow-status {
  color: rgba(255, 255, 255, 0.47);
}

.flow-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(193, 177, 255, 0.12);
  color: #c2b4ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.flow-step.external .flow-number {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.62);
}

.flow-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flow-copy strong {
  font-size: 14px;
  line-height: 1.35;
}

.flow-copy small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.48;
}

.flow-copy code {
  width: max-content;
  max-width: 100%;
  margin-top: 5px;
  padding: 6px 8px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(193, 177, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 9, 11, 0.38);
  color: #d7ceff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.flow-status {
  padding: 6px 8px;
  border: 1px solid rgba(193, 177, 255, 0.15);
  border-radius: 999px;
  white-space: nowrap;
}

.token-vault-note {
  margin-top: 18px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  border-radius: 15px;
  background: rgba(4, 9, 11, 0.35);
}

.token-vault-note > span:first-child {
  color: #c2b4ff;
  font-size: 22px;
}

.token-vault-note > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.token-vault-note strong {
  font-size: 12px;
}

.token-vault-note small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.45;
}

.deployment-heading {
  grid-column: 1 / -1;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 60px;
  align-items: end;
}

.deployment-heading h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.deployment-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.deployment-grid article {
  min-height: 245px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.deployment-grid article::after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  right: -55px;
  top: -55px;
  border: 1px solid rgba(193, 177, 255, 0.16);
  border-radius: 50%;
}

.deployment-grid article > span {
  color: #c2b4ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.deployment-grid h4 {
  margin: 48px 0 12px;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.deployment-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.62;
}

.ai-precision {
  grid-column: 1 / -1;
  margin: 3px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 1.55;
}

.audiences {
  background: var(--ink);
  color: white;
  width: 100%;
  max-width: none;
  padding-left: max(32px, calc((100vw - 1280px) / 2));
  padding-right: max(32px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.audience-intro p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.7;
  max-width: 500px;
  margin: 28px 0 36px;
}

.audience-intro a {
  color: #f8b58d;
  display: inline-flex;
  gap: 20px;
  font-weight: 700;
}

.audience-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.audience-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.audience-list article > span {
  color: #f8b58d;
  font-family: Georgia, serif;
  font-size: 21px;
}

.audience-list h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.audience-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  line-height: 1.55;
}

.company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.company-statement h2 {
  margin-top: 28px;
}

.company-copy .lead {
  font-size: 27px;
  line-height: 1.35;
  letter-spacing: -0.025em;
  margin: 45px 0 24px;
}

.company-copy > p:not(.lead) {
  color: var(--muted);
  line-height: 1.72;
}

.company-facts {
  margin-top: 34px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.company-facts span {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 680;
}

.company-facts span::before {
  content: "✓";
  color: var(--petrol);
  margin-right: 12px;
}

.contact {
  width: min(1360px, calc(100% - 64px));
  background: var(--petrol);
  border-radius: 42px;
  color: white;
  padding: 78px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.contact::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: -160px;
  top: -220px;
}

.contact > div:first-child {
  position: relative;
  z-index: 2;
}

.contact-logo {
  width: min(285px, 70%);
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.contact h2 {
  margin-top: 24px;
  max-width: 760px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.contact-button {
  background: var(--cream);
  color: var(--ink);
  box-shadow: none;
}

.contact-button:hover {
  background: white;
  color: var(--ink);
}

.contact-actions > a:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
}

.bellair-v7 #kontakt .contact-form-disclosure {
  width: 100%;
}

.bellair-v7 #kontakt .contact-form-disclosure > summary {
  width: max-content;
  cursor: pointer;
  list-style: none;
}

.bellair-v7 #kontakt .contact-form-disclosure > summary::-webkit-details-marker {
  display: none;
}

.bellair-v7 #kontakt .contact-form-disclosure[open] > summary {
  background: white;
}

.bellair-v7 #kontakt .bellair-metform {
  width: 100%;
  max-width: 560px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid rgba(20, 34, 37, 0.14);
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(8, 46, 46, 0.22);
}

.bellair-v7 #kontakt .bellair-metform :where(form, .contact-form-wrap, .contact-form) {
  width: 100%;
  margin: 0;
}

.bellair-v7 #kontakt .bellair-metform :where(.contact-form, .contact-form__row) {
  display: grid;
  gap: 16px;
}

.bellair-v7 #kontakt .bellair-metform .contact-form__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bellair-v7 #kontakt .bellair-metform :where(.field, .mf-input-wrapper, .mf-input-wrapper > div) {
  min-width: 0;
}

.bellair-v7 #kontakt .bellair-metform label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}

.bellair-v7 #kontakt .bellair-metform :where(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(20, 34, 37, 0.25);
  border-radius: 10px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.bellair-v7 #kontakt .bellair-metform textarea {
  min-height: 132px;
  resize: vertical;
}

.bellair-v7 #kontakt .bellair-metform :where(.contact-form__privacy, .mf-checkbox-option) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 2px 0 0;
  color: #4f5f62;
  font-size: 11px;
  font-weight: 400;
}

.bellair-v7 #kontakt .bellair-metform :where(.contact-form__privacy, .mf-checkbox-option) input {
  margin-top: 2px;
}

.bellair-v7 #kontakt .bellair-metform :where(.contact-form__note, .contact-form__status) {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.bellair-v7 #kontakt .bellair-metform .contact-form__status {
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 9px;
  background: rgba(20, 125, 122, 0.08);
  color: var(--petrol-dark);
}

.bellair-v7 #kontakt .bellair-metform :where(button[type="submit"], .metform-btn) {
  min-height: 48px;
  width: max-content;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.bellair-v7 #kontakt .bellair-metform .contact-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.other-brand {
  width: min(1280px, calc(100% - 64px));
  margin: 42px auto 0;
  padding: 26px 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.7);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.other-brand-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.other-brand-label > span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--power-green);
  box-shadow: 0 0 0 5px rgba(89, 169, 67, 0.12);
}

.other-brand-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.other-brand-content h2 {
  margin: 0 0 5px;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.other-brand-content p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.other-brand-content > a {
  flex: 0 0 auto;
  color: #408a32;
  font-size: 14px;
  font-weight: 720;
  border-bottom: 1px solid rgba(64, 138, 50, 0.35);
  padding-bottom: 3px;
}

.bellair-v7 footer {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 38px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: end;
  color: var(--muted);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo {
  width: 185px;
  height: auto;
  display: block;
  margin-bottom: 3px;
}

.footer-links {
  display: flex;
  gap: 25px;
}

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .solution-rail,
  .trust-strip,
  .section,
  .other-brand,
  .bellair-v7 footer {
    width: min(100% - 40px, 960px);
  }

  .main-nav { gap: 22px; }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .hero h1 { font-size: clamp(3rem, 5.25vw, 3.8rem); }
  .hero-capability-icon { width: 58px; height: 58px; flex-basis: 58px; }
  .hero-capability-icon svg { width: 51px; height: 51px; }
  .hero-capabilities::before { top: 29px; }
  .hero-capability:not(:last-child)::after { top: 26px; }
  .hero-visual { min-height: 520px; }
  .hero-visual img { min-height: 520px; }
  .hero-tile { min-height: 258px; }
  .solution-rail {
    grid-template-columns: repeat(4, minmax(230px, 1fr));
    margin-top: -32px;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .section-heading { column-gap: 40px; }
  .solution-card { padding: 22px; min-height: 590px; }
  .solution-photo { height: 235px; }
  .solution-card h3 { font-size: 25px; }
  .audiences {
    width: 100%;
    gap: 60px;
  }
  .contact { width: calc(100% - 40px); }
  .bellair-v7 #kontakt .bellair-metform .contact-form__row {
    grid-template-columns: 1fr;
  }
  .ai-sovereignty-inner {
    width: min(100% - 72px, 1050px);
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 48px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 126px;
    height: auto;
    padding: 12px 0 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand contact"
      "navigation navigation";
    grid-template-rows: auto auto;
    align-content: center;
    row-gap: 10px;
  }
  .brand { grid-area: brand; }
  .main-nav {
    grid-area: navigation;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
    padding: 0 2px 7px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .main-nav::-webkit-scrollbar { display: none; }
  .header-contact {
    grid-area: contact;
    align-self: center;
    justify-self: end;
    padding: 10px 15px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 46px;
  }
  .hero-benefits,
  .hero-summary { max-width: 680px; }
  .hero-capabilities { max-width: 680px; }
  .hero-visual {
    min-height: 500px;
    border-radius: 90px 24px 90px 24px;
  }
  .solution-rail {
    margin-top: -34px;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    padding-bottom: 16px;
  }
  .section { padding: 96px 0; }
  .section-heading,
  .company,
  .audiences,
  .contact {
    grid-template-columns: 1fr;
  }
  .section-heading { gap: 22px; }
  .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-card { min-height: 570px; }
  .audiences {
    width: 100%;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }
  .company { gap: 10px; }
  .contact { gap: 40px; padding: 55px 38px; }
  .other-brand { grid-template-columns: 1fr; gap: 18px; }
  .bellair-v7 footer { grid-template-columns: 1fr; gap: 22px; }
  .trust-strip {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .trust-strip > div,
  .trust-strip > div:first-child,
  .trust-strip > div:last-child {
    padding: 16px 0;
  }
  .trust-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .ai-sovereignty {
    padding: 94px 0 82px;
    border-radius: 38px;
  }
  .ai-sovereignty-inner {
    width: min(100% - 56px, 720px);
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .ai-sovereignty-copy h2 {
    max-width: 680px;
  }
  .deployment-heading {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .deployment-grid {
    grid-template-columns: 1fr;
  }
  .deployment-grid article {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .section-kicker {
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.45;
  }
  .section-kicker::before { margin-top: 7px; flex: 0 0 26px; width: 26px; }
  .hero-capabilities {
    width: min(100%, 430px);
    min-height: 350px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(96px, 1fr));
    align-items: center;
    gap: 0 8px;
    padding: 8px 0;
  }
  .hero-capabilities::before,
  .hero-capability:not(:last-of-type)::after {
    display: none;
  }
  .hero-capability {
    width: 100%;
    align-self: center;
    justify-self: center;
  }
  .hero-capability--company { grid-column: 1; grid-row: 1; }
  .hero-capability--building { grid-column: 3; grid-row: 1; }
  .hero-capability--future { grid-column: 2; grid-row: 2; }
  .hero-capability--process { grid-column: 1; grid-row: 3; }
  .hero-capability--agents { grid-column: 3; grid-row: 3; }
  .hero-capability-network .capability-network-line {
    stroke: rgba(50, 68, 71, 0.16);
    stroke-width: 1.15;
  }
  .hero-capability-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .hero-capability-icon svg { width: 50px; height: 50px; }
  .hero-capability-label { font-size: 0.8rem; }
}

@media (max-width: 420px) {
  .hero-capabilities {
    min-height: 326px;
    grid-template-rows: repeat(3, minmax(88px, 1fr));
    gap: 0 4px;
  }
  .hero-capability-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .hero-capability-icon svg { width: 46px; height: 46px; }
  .hero-capability-label { font-size: 0.72rem; }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .solution-rail,
  .trust-strip,
  .section,
  .other-brand,
  .bellair-v7 footer {
    width: calc(100% - 28px);
  }
  .brand-logo { width: 185px; }
  .main-nav { gap: 22px; font-size: 12px; }
  .header-contact { font-size: 0; width: 43px; height: 43px; justify-content: center; }
  .header-contact span { font-size: 18px; }
  .hero { padding: 40px 0 58px; }
  .hero h1 {
    margin-top: 22px;
    font-size: clamp(2.75rem, 12.7vw, 3.55rem);
    line-height: 1.01;
  }
  .hero-benefits { font-size: 0.94rem; gap: 2px 6px; }
  .hero-summary { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 620px; border-radius: 55px 16px 55px 16px; }
  .hero-visual img { min-height: 0; }
  .hero-tile { min-height: 308px; }
  .hero-tile > span { left: 14px; right: 12px; bottom: 14px; }
  .hero-tile strong { font-size: 13px; }
  .hero-tile small { font-size: 10px; }
  .section { padding: 78px 0; }
  .section-heading h2,
  .company h2,
  .audiences h2,
  .contact h2 { font-size: 2.75rem; }
  .solution-card { min-height: 540px; }
  .solution-photo { height: 240px; }
  .solution-grid { grid-template-columns: 1fr; }
  .audiences { width: 100%; padding-left: 20px; padding-right: 20px; }
  .audience-list article { grid-template-columns: 44px 1fr; }
  .contact { width: calc(100% - 28px); padding: 46px 24px; border-radius: 28px; }
  .contact-logo { width: 220px; }
  .bellair-v7 #kontakt .contact-form-disclosure > summary {
    max-width: 100%;
  }
  .bellair-v7 #kontakt .bellair-metform {
    width: 100%;
  }
  .bellair-v7 #kontakt .bellair-metform {
    padding: 18px;
  }
  .bellair-v7 #kontakt .bellair-metform .contact-form__row {
    grid-template-columns: 1fr;
  }
  .other-brand { padding: 22px 20px; }
  .other-brand-content { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-links { flex-wrap: wrap; }
  .solutions-compliance {
    padding: 17px;
  }
  .ai-sovereignty {
    width: calc(100% - 12px);
    padding: 72px 0 66px;
    border-radius: 30px;
  }
  .ai-sovereignty-inner {
    width: calc(100% - 32px);
    gap: 42px;
  }
  .ai-sovereignty-copy h2 {
    margin-top: 23px;
    font-size: 2.82rem;
  }
  .ai-sovereignty-copy > p.ai-lead {
    font-size: 16px;
  }
  .ai-cta {
    width: 100%;
    gap: 15px;
    padding: 0 17px;
  }
  .ai-flow {
    padding: 17px;
    border-radius: 23px;
  }
  .ai-flow-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .flow-step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
  }
  .flow-number {
    width: 38px;
    height: 38px;
  }
  .flow-status {
    grid-column: 2;
    justify-self: start;
  }
  .flow-step:not(:last-child)::after {
    left: 29px;
  }
  .deployment-heading h3 {
    font-size: 2.3rem;
  }
  .deployment-grid article {
    padding: 22px;
  }
  .deployment-grid h4 {
    margin-top: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-capability,
  .hero-capability-icon {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }
  .hero-capability-network .capability-network-pulse {
    display: none !important;
  }
  .bellair-v7,
  .bellair-v7 *,
  .bellair-v7 *::before,
  .bellair-v7 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
