:root {
      --ink: #0b2747;
      --ink-2: #18395d;
      --muted: #56677b;
      --line: #bcc8d6;
      --line-strong: #8da0b7;
      --paper: #ffffff;
      --soft: #f4f7fa;
      --soft-2: #e9eef4;
      --accent: #c8202f;
      --accent-dark: #981828;
      --max: 1180px;
      --radius: 4px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "Segoe UI", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      overflow-x: hidden;
    }

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

    a {
      color: inherit;
      text-decoration: none;
    }

    .site-topbar {
      background: #dbeafe;
      color: #001b4f;
      font-family: "Segoe UI", Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 600;
    }

    .topbar-inner {
      width: calc(100% - 40px);
      max-width: 1280px;
      min-height: 58px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .topbar-contact {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-wrap: wrap;
    }

    .topbar-contact a,
    .topbar-contact span {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .topbar-icon {
      width: 17px;
      height: 17px;
      color: #1b73e8;
      flex: 0 0 auto;
    }

    .topbar-socials {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .topbar-social {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(11, 39, 71, 0.18);
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #0b2747;
      font-weight: 800;
      transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
    }

    .topbar-social:hover,
    .topbar-social:focus-visible {
      background: #1b73e8;
      border-color: #1b73e8;
      color: #fff;
      outline: none;
    }

    .topbar-social svg {
      width: 15px;
      height: 15px;
    }

    .site-header {
      position: relative;
      z-index: 10;
      background: #ffffff;
      border-bottom: 1px solid var(--line);
    }

    .nav {
      width: calc(100% - 40px);
      max-width: 1280px;
      min-height: 104px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 36px;
    }

    .brand {
      display: flex;
      align-items: center;
      min-width: 330px;
    }

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

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 28px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--ink-2);
    }

    .nav-links a {
      padding: 8px 0;
      border-bottom: 2px solid transparent;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible,
    .nav-links a[aria-current="page"] {
      border-color: var(--accent);
      outline: none;
    }

    .nav-cta {
      min-height: 62px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--ink);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.2;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      outline: none;
      color: #1b73e8;
    }

    .nav-cta-icon {
      width: 50px;
      height: 50px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #1b73e8;
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      flex: 0 0 auto;
    }

    .nav-cta small {
      display: block;
      margin-bottom: 3px;
      color: var(--ink);
      font-size: 13px;
      font-weight: 700;
      text-transform: none;
    }

    .nav-cta strong {
      display: block;
      color: #1b73e8;
      font-size: 20px;
      line-height: 1.1;
      white-space: nowrap;
    }

    .demo2-slider {
      position: relative;
      min-height: 690px;
      overflow: hidden;
      background: #0b2747;
    }

    .demo2-slide {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 88px 20px;
      background-image:
        linear-gradient(rgba(31, 44, 59, 0.55), rgba(31, 44, 59, 0.55)),
        url("../images/slider/slider1.jpg");
      background-size: cover;
      background-position: center;
      opacity: 0;
      animation: demo2Fade 18s infinite;
    }

    .demo2-slide.slide-1 {
      background-image:
        linear-gradient(rgba(31, 44, 59, 0.55), rgba(31, 44, 59, 0.55)),
        url("../images/slider/slider1.jpg");
    }

    .demo2-slide.slide-2 {
      background-image:
        linear-gradient(rgba(31, 44, 59, 0.55), rgba(31, 44, 59, 0.55)),
        url("../images/slider/slider2.jpg");
    }

    .demo2-slide.slide-3 {
      background-image:
        linear-gradient(rgba(31, 44, 59, 0.55), rgba(31, 44, 59, 0.55)),
        url("../images/slider/slider3.jpg");
    }

    .demo2-slide:nth-child(2) {
      animation-delay: 6s;
    }

    .demo2-slide:nth-child(3) {
      animation-delay: 12s;
    }

    .demo2-slide-content {
      width: min(100%, 900px);
      margin: 0 auto;
      text-align: center;
      color: #fff;
    }

    .demo2-slide-content .sub-title {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 5px 20px;
      border-radius: 6px;
      background: rgba(55, 135, 230, 0.82);
      color: #fff;
      font-size: 16px;
      font-style: italic;
      font-weight: 700;
    }

    .demo2-slide-content h1 {
      margin: 22px auto 20px;
      max-width: 820px;
      color: #fff;
      font-size: clamp(44px, 6.5vw, 78px);
      line-height: 1.08;
      letter-spacing: 0;
      text-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    }

    .demo2-slide-content p {
      max-width: 790px;
      margin: 0 auto 34px;
      color: rgba(255, 255, 255, 0.94);
      font-size: 19px;
      line-height: 1.65;
      font-weight: 600;
    }

    .demo2-slide-content .button {
      min-width: 138px;
      border-color: rgba(255, 255, 255, 0.82);
      background: rgba(255, 255, 255, 0.72);
      color: var(--ink);
    }

    .demo2-slide-content .button:hover,
    .demo2-slide-content .button:focus-visible {
      background: #1b73e8;
      border-color: #1b73e8;
      color: #fff;
    }

    .page-hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(9, 29, 55, 0.94), rgba(9, 29, 55, 0.74)),
        url("../images/slider/slider1.jpg") center / cover no-repeat;
    }

    .page-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
      background-size: 84px 84px;
      pointer-events: none;
      opacity: 0.35;
    }

    .page-hero-inner {
      position: relative;
      z-index: 1;
      width: calc(100% - 40px);
      max-width: 1280px;
      margin: 0 auto;
      padding: 92px 0 86px;
    }

    .breadcrumb {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 34px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .breadcrumb a {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    }

    .breadcrumb span::before {
      content: "/";
      margin-right: 10px;
      color: rgba(255, 255, 255, 0.55);
    }

    .page-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 72px;
      align-items: end;
    }

    .page-hero-grid > * {
      min-width: 0;
    }

    .page-kicker {
      display: block;
      width: fit-content;
      margin-bottom: 18px;
      padding: 7px 13px;
      background: #1b73e8;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .page-hero h1 {
      max-width: 820px;
      margin: 0;
      color: #fff;
      font-size: clamp(42px, 6vw, 76px);
      line-height: 1.07;
      letter-spacing: 0;
    }

    .page-hero p {
      max-width: 700px;
      margin: 24px 0 32px;
      color: rgba(255, 255, 255, 0.9);
      font-size: 19px;
      line-height: 1.7;
    }

    .contact-breadcrumb .page-hero-inner {
      min-height: 450px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 56px;
      padding-bottom: 56px;
    }

    .contact-breadcrumb .page-hero-grid {
      display: block;
    }

    .contact-breadcrumb .hero-facts {
      display: none;
    }

    .contact-breadcrumb h1,
    .contact-breadcrumb p {
      max-width: 680px;
    }

    .secondary-light {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.72);
      color: #fff;
    }

    .hero-facts {
      display: grid;
      border: 1px solid rgba(255, 255, 255, 0.28);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
    }

    .hero-facts div {
      padding: 24px 26px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .hero-facts div:last-child {
      border-bottom: 0;
    }

    .hero-facts strong,
    .hero-facts span {
      display: block;
    }

    .hero-facts strong {
      color: #fff;
      font-size: 25px;
      line-height: 1.15;
    }

    .hero-facts span {
      margin-top: 5px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 14px;
    }

    @keyframes demo2Fade {
      0%, 30% {
        opacity: 1;
      }
      34%, 96% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

    .section {
      border-top: 1px solid var(--line);
    }

    .section-inner {
      width: calc(100% - 40px);
      max-width: var(--max);
      margin: 0 auto;
      padding: 74px 0;
    }

    .section-heading-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 34px;
    }

    .section-heading-row h2 {
      margin-bottom: 0;
      max-width: 720px;
    }

    .portfolio-strip,
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .portfolio-card,
    .gallery-card {
      display: block;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .portfolio-card img,
    .gallery-card img {
      width: 100%;
      aspect-ratio: 1.35 / 1;
      object-fit: cover;
      background: var(--soft);
      transition: transform 220ms ease;
    }

    .portfolio-card:hover img,
    .gallery-card:hover img {
      transform: scale(1.035);
    }

    .portfolio-card span,
    .gallery-card div {
      display: block;
      padding: 18px 20px;
      border-top: 1px solid var(--line);
      color: var(--ink);
      font-weight: 800;
    }

    .gallery-card p {
      margin: 5px 0 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
    }

    .gallery-note {
      margin-top: 28px;
      padding: 20px 24px;
      border-left: 4px solid #1b73e8;
      background: var(--soft);
      color: var(--muted);
    }

    .hero {
      border-top: 0;
      background:
        linear-gradient(90deg, rgba(244, 247, 250, 0.88), rgba(255, 255, 255, 0.98)),
        repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(141, 160, 183, 0.18) 80px),
        repeating-linear-gradient(0deg, transparent 0, transparent 79px, rgba(141, 160, 183, 0.14) 80px);
    }

    .hero .section-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.86fr);
      gap: 72px;
      align-items: center;
      padding: 88px 0 74px;
    }

    .hero-copy h1 {
      max-width: 650px;
      margin: 0;
      font-size: clamp(42px, 6vw, 76px);
      line-height: 1.06;
      letter-spacing: 0;
      color: var(--ink);
    }

    .red-rule {
      width: 66px;
      height: 5px;
      margin: 28px 0;
      background: var(--accent);
    }

    .hero-copy p {
      max-width: 560px;
      margin: 0 0 32px;
      color: #23384f;
      font-size: 18px;
      line-height: 1.75;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: center;
    }

    .button {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 13px 24px;
      border: 1px solid var(--ink);
      border-radius: var(--radius);
      background: var(--ink);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.2;
      white-space: normal;
      transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .button.secondary {
      background: transparent;
      color: var(--ink);
    }

    .button:hover,
    .button:focus-visible {
      background: var(--accent);
      border-color: var(--accent);
      color: #fff;
      outline: none;
    }

    .hero-portrait {
      align-self: start;
      padding-top: 8px;
    }

    .portrait-frame {
      position: relative;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: var(--soft);
      overflow: hidden;
      aspect-ratio: 4 / 3.55;
    }

    .portrait-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
    }

    .portrait-caption {
      padding-top: 18px;
      border-top: 4px solid var(--accent);
      margin-top: 18px;
    }

    .portrait-caption h2 {
      margin: 0 0 8px;
      font-size: 25px;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }

    .portrait-caption p {
      margin: 0;
      color: #263b52;
      font-size: 16px;
      line-height: 1.65;
    }

    .linkedin-profile-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      margin-top: 18px;
      padding: 0 16px;
      border: 1px solid #1b73e8;
      color: #1b73e8;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .linkedin-profile-link svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
    }

    .linkedin-profile-link:hover,
    .linkedin-profile-link:focus-visible {
      background: #1b73e8;
      color: #fff;
      outline: none;
    }

    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .value-item {
      min-height: 160px;
      padding: 34px 36px;
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 22px;
      border-right: 1px solid var(--line);
      align-items: start;
    }

    .value-item:last-child {
      border-right: 0;
    }

    .icon {
      width: 46px;
      height: 46px;
      color: var(--ink);
    }

    .value-item h3,
    .service-list h3,
    .fact-list h3 {
      margin: 0 0 7px;
      font-size: 20px;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .value-item p,
    .service-list p,
    .fact-list p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .split {
      display: grid;
      grid-template-columns: 0.85fr 1fr;
      gap: 70px;
      align-items: start;
    }

    .section-title {
      max-width: 560px;
    }

    .label {
      display: block;
      color: var(--ink);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-bottom: 16px;
    }

    .label::before {
      content: "";
      display: block;
      width: 52px;
      height: 3px;
      margin-bottom: 16px;
      background: var(--accent);
    }

    h2 {
      margin: 0 0 22px;
      color: var(--ink);
      font-size: clamp(31px, 4.5vw, 46px);
      line-height: 1.16;
      letter-spacing: 0;
    }

    .lead {
      margin: 0;
      color: #31485f;
      font-size: 17px;
      line-height: 1.75;
    }

    .facts {
      border-left: 1px solid var(--line-strong);
      padding-left: 48px;
      margin: 0;
      display: grid;
      gap: 16px;
      list-style: none;
    }

    .facts li {
      position: relative;
      color: #344c63;
      padding-left: 24px;
    }

    .facts li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 7px;
      height: 7px;
      background: var(--ink);
    }

    .services {
      background: var(--soft);
    }

    .leistungen-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: 34px;
    }

    .leistung-card {
      display: grid;
      grid-template-columns: 420px minmax(0, 1fr);
      min-width: 0;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 18px 42px rgba(11, 39, 71, 0.08);
    }

    .leistung-card img {
      width: 100%;
      height: 280px;
      min-height: 280px;
      object-fit: cover;
      object-position: center;
      border-right: 1px solid var(--line);
    }

    .leistung-card div {
      display: flex;
      min-width: 0;
      flex-direction: column;
      justify-content: center;
      padding: 34px 38px;
    }

    .leistung-card h3 {
      margin: 0 0 10px;
      color: var(--ink);
      font-size: 28px;
      line-height: 1.22;
    }

    .leistung-subtitle {
      display: block;
      margin-bottom: 16px;
      color: #1b73e8;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.35;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .leistung-card p {
      margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.75;
    }

    .service-layout {
      display: grid;
      grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
      gap: 70px;
      align-items: center;
    }

    .service-list {
      display: grid;
      border-top: 1px solid var(--line);
    }

    .service-row {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 20px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);
    }

    .service-row svg {
      width: 36px;
      height: 36px;
      color: var(--ink);
    }

    .technical-image {
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: #fff;
      padding: 18px;
    }

    .technical-image img {
      width: 100%;
      aspect-ratio: 1.34 / 1;
      object-fit: contain;
      background: #fff;
    }

    .image-note {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 13px;
    }

    .support-layout {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 58px;
      align-items: center;
    }

    .photo-panel {
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
    }

    .photo-panel img {
      width: 100%;
      min-height: 330px;
      object-fit: cover;
    }

    .fact-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
    }

    .fact-card {
      background: var(--paper);
      padding: 28px;
      min-height: 164px;
    }

    .number-table {
      display: grid;
      border: 1px solid var(--line);
    }

    .number-row {
      display: grid;
      grid-template-columns: 82px 0.82fr 1.45fr;
      min-height: 96px;
      border-bottom: 1px solid var(--line);
      background: #fff;
    }

    .number-row:last-child {
      border-bottom: 0;
    }

    .num {
      display: grid;
      place-items: center;
      background: var(--ink);
      color: #fff;
      font-size: 23px;
      font-weight: 800;
    }

    .number-title {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 20px 28px;
      border-right: 1px solid var(--line);
      font-size: 20px;
      font-weight: 800;
      color: var(--ink);
    }

    .number-title svg {
      width: 38px;
      height: 38px;
      color: var(--ink);
      flex: 0 0 auto;
    }

    .number-row p {
      margin: 0;
      padding: 22px 28px;
      color: #31485f;
      align-self: center;
    }

    .contact {
      background: var(--ink);
      color: #fff;
    }

    .contact .section-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      padding: 70px 0;
    }

    .contact h2,
    .contact .lead {
      color: #fff;
    }

    .contact-list {
      display: grid;
      gap: 18px;
      margin: 8px 0 0;
      padding: 0;
      list-style: none;
    }

    .contact-list a,
    .contact-list span {
      display: inline-flex;
      gap: 12px;
      align-items: center;
      color: #fff;
      font-weight: 700;
    }

    .contact-list svg {
      width: 20px;
      height: 20px;
      color: #fff;
      flex: 0 0 auto;
    }

    .home-contact .contact-list {
      margin-top: 28px;
    }

    .engineering-map {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr);
      min-height: 390px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 1px, transparent 1px, transparent 32px),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05) 1px, transparent 1px, transparent 32px);
    }

    .map-info-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.24);
    }

    .map-label {
      color: #7db5ff;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .map-info-card h3 {
      margin: 12px 0 16px;
      color: #fff;
      font-size: 24px;
      line-height: 1.2;
    }

    .map-info-card p {
      margin: 0 0 22px;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.7;
    }

    .map-info-card a {
      display: inline-flex;
      width: fit-content;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border: 1px solid rgba(255, 255, 255, 0.72);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .map-panel {
      min-height: 390px;
      background: rgba(255, 255, 255, 0.06);
      overflow: hidden;
    }

    .map-panel iframe {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 390px;
      border: 0;
      filter: grayscale(28%) contrast(1.06);
    }

    .standalone-map {
      width: 100%;
      height: 450px;
      border-top: 1px solid rgba(255, 255, 255, 0.22);
      background: var(--ink);
      overflow: hidden;
    }

    .standalone-map iframe {
      display: block;
      width: 100%;
      height: 450px;
      border: 0;
      filter: grayscale(18%) contrast(1.04);
    }

    .contact-page {
      background: #fff;
      color: var(--ink);
    }

    .contact-page .section-inner {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
      gap: 56px;
      align-items: stretch;
      padding: 78px 0;
    }

    .contact-page h2,
    .contact-page .lead {
      color: var(--ink);
    }

    .contact-page .lead {
      max-width: 640px;
      color: #31485f;
    }

    .contact-info-panel {
      display: flex;
      min-width: 0;
      flex-direction: column;
    }

    .contact-photo {
      margin: 30px 0;
      border: 1px solid var(--line);
      background: var(--soft);
      overflow: hidden;
    }

    .contact-photo img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .contact-details {
      gap: 12px;
    }

    .contact-details li {
      border: 1px solid var(--line);
      background: #fff;
    }

    .contact-details a,
    .contact-details > li > span {
      width: 100%;
      padding: 18px;
      align-items: flex-start;
    }

    .contact-details strong {
      display: block;
      margin-bottom: 2px;
      color: #56677b;
      font-size: 12px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .contact-page .contact-list a,
    .contact-page .contact-list span {
      color: var(--ink);
    }

    .contact-page .contact-list svg {
      color: #1b73e8;
    }

    .contact-form {
      display: block;
      padding: 34px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      box-shadow: 0 22px 58px rgba(11, 39, 71, 0.12);
      position: relative;
    }

    .contact-form::before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      height: 4px;
      background: #1b73e8;
    }

    .atf-contact-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .atf_contact_input {
      min-width: 0;
    }

    .atf_contact_input:nth-child(4),
    .captcha,
    .form-consent,
    .atf-themes-btn {
      grid-column: 1 / -1;
    }

    .form-control,
    .captcha input {
      width: 100%;
      border: 1px solid #c8d2df;
      border-radius: 0;
      background: #f8fafc;
      color: var(--ink);
      font: inherit;
      font-size: 15px;
      outline: none;
      transition: border-color 160ms ease, background-color 160ms ease;
    }

    .form-control {
      min-height: 52px;
      padding: 0 14px;
    }

    textarea.form-control {
      min-height: 150px;
      padding: 14px;
      resize: vertical;
    }

    .form-control:focus,
    .captcha input:focus {
      border-color: #1b73e8;
      background: #fff;
    }

    .captcha {
      display: grid;
      grid-template-columns: auto minmax(140px, 1fr);
      gap: 14px;
      align-items: center;
      padding: 14px;
      border: 1px solid #d5deea;
      background: #f8fafc;
    }

    .captcha img {
      max-width: 160px;
      height: auto;
      border: 1px solid #c8d2df;
      background: #fff;
    }

    .captcha input {
      min-height: 46px;
      padding: 0 12px;
    }

    .form-consent {
      margin: 0;
      color: #56677b;
      font-size: 13px;
      line-height: 1.6;
    }

    .form-consent a {
      color: #1b73e8;
      font-weight: 800;
    }

    .atf-themes-btn {
      min-height: 52px;
      border: 1px solid #1b73e8;
      background: #1b73e8;
      color: #fff;
      font: inherit;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      cursor: pointer;
    }

    .form-row {
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .form-row-full,
    .contact-submit {
      grid-column: 1 / -1;
    }

    .form-row label {
      color: var(--ink);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
      width: 100%;
      border: 1px solid #c8d2df;
      border-radius: 0;
      background: #f8fafc;
      color: var(--ink);
      font: inherit;
      font-size: 15px;
      outline: none;
      transition: border-color 160ms ease, background-color 160ms ease;
    }

    .form-row input,
    .form-row select {
      min-height: 52px;
      padding: 0 14px;
    }

    .form-row textarea {
      min-height: 150px;
      padding: 14px;
      resize: vertical;
    }

    .form-row input:focus,
    .form-row select:focus,
    .form-row textarea:focus {
      border-color: #1b73e8;
      background: #fff;
    }

    .contact-submit {
      width: 100%;
      margin-top: 4px;
      border-color: #1b73e8;
      background: #1b73e8;
    }

    .footer {
      border-top: 1px solid rgba(255, 255, 255, 0.28);
      background: var(--ink);
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
    }

    .footer-inner {
      width: calc(100% - 40px);
      max-width: var(--max);
      margin: 0 auto;
      padding: 22px 0;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    @media (max-width: 920px) {
      .topbar-inner {
        min-height: auto;
        padding: 12px 0;
        align-items: flex-start;
        flex-direction: column;
      }

      .topbar-contact {
        gap: 12px 20px;
      }

      .nav {
        min-height: auto;
        padding: 18px 0;
        align-items: flex-start;
        flex-direction: column;
      }

      .nav-links {
        width: 100%;
        justify-content: flex-start;
        gap: 18px;
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 4px;
      }

      .nav-links a {
        flex: 0 0 auto;
      }

      .nav-cta {
        margin-top: 2px;
        justify-content: flex-start;
      }

      .demo2-slider {
        min-height: 620px;
      }

      .page-hero-inner {
        padding: 68px 0;
      }

      .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .hero-facts {
        grid-template-columns: repeat(3, 1fr);
      }

      .hero-facts div {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.22);
      }

      .hero-facts div:last-child {
        border-right: 0;
      }

      .hero {
        min-height: auto;
      }

      .hero .section-inner,
      .split,
      .service-layout,
      .support-layout,
      .contact .section-inner {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .contact-page .section-inner {
        grid-template-columns: 1fr;
        min-width: 0;
      }

      .contact-form {
        min-width: 0;
      }

      .atf-contact-form {
        grid-template-columns: 1fr;
      }

      .engineering-map {
        grid-template-columns: 1fr;
      }

      .map-info-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
      }

      .facts {
        border-left: 0;
        border-top: 1px solid var(--line-strong);
        padding: 28px 0 0;
      }

      .value-grid {
        grid-template-columns: 1fr;
      }

      .value-item {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .value-item:last-child {
        border-bottom: 0;
      }

      .fact-list {
        grid-template-columns: 1fr;
      }

      .portfolio-strip,
      .gallery-grid {
        grid-template-columns: 1fr 1fr;
      }

      .leistung-card,
      .leistung-card:nth-child(even) {
        grid-template-columns: 1fr;
      }

      .leistung-card img,
      .leistung-card:nth-child(even) img {
        order: 0;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.55 / 1;
        border-left: 0;
        border-bottom: 1px solid var(--line);
        border-right: 0;
      }

      .number-row {
        grid-template-columns: 68px 1fr;
      }

      .number-title {
        border-right: 0;
      }

      .number-row p {
        grid-column: 2;
        padding-top: 0;
      }
    }

    @media (max-width: 560px) {
      .nav,
      .section-inner,
      .footer-inner {
        width: calc(100% - 56px);
        max-width: var(--max);
      }

      .topbar-inner {
        width: calc(100% - 28px);
      }

      .brand {
        min-width: 0;
      }

      .brand-logo {
        width: 300px;
      }

      .nav-cta strong {
        font-size: 17px;
      }

      .demo2-slider {
        min-height: 560px;
      }

      .page-hero-inner {
        width: calc(100% - 56px);
        padding: 54px 0;
      }

      .breadcrumb {
        flex-wrap: wrap;
        font-size: 12px;
      }

      .page-hero h1 {
        width: 100%;
        max-width: 300px;
        font-size: 24px;
        line-height: 1.16;
        overflow-wrap: anywhere;
        word-break: break-word;
      }

      .page-hero p {
        max-width: 300px;
        font-size: 15px;
        overflow-wrap: anywhere;
      }

      .hero-facts {
        grid-template-columns: 1fr;
      }

      .hero-facts div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
      }

      .section-heading-row {
        align-items: stretch;
        flex-direction: column;
      }

      .portfolio-strip,
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .leistung-card div {
        padding: 26px;
      }

      .leistung-card h3 {
        font-size: 24px;
      }

      .leistung-card p {
        font-size: 16px;
      }

      .map-panel,
      .map-panel iframe {
        min-height: 300px;
      }

      .engineering-map {
        min-height: 0;
      }

      .demo2-slide {
        padding: 64px 28px;
      }

      .demo2-slide-content h1 {
        max-width: 100%;
        font-size: 36px;
        overflow-wrap: anywhere;
      }

      .demo2-slide-content p {
        max-width: 100%;
        font-size: 16px;
        overflow-wrap: anywhere;
      }

      .demo2-slide-content {
        width: 100%;
        max-width: 316px;
      }

      .demo2-slide-content .button {
        width: 100%;
      }

      .nav-links {
        font-size: 12px;
        display: grid;
        grid-template-columns: max-content max-content;
        column-gap: 20px;
        row-gap: 8px;
        overflow-x: visible;
      }

      .section-inner {
        padding: 52px 0;
      }

      .hero .section-inner {
        width: calc(100% - 56px);
        max-width: var(--max);
        padding-top: 42px;
      }

      .hero-copy h1 {
        max-width: 100%;
        font-size: 32px;
        overflow-wrap: anywhere;
      }

      .hero-copy p {
        max-width: 100%;
        font-size: 16px;
        overflow-wrap: anywhere;
      }

      .hero-copy,
      .actions,
      .portrait-frame {
        min-width: 0;
        max-width: 100%;
      }

      .page-hero .actions {
        display: grid;
        gap: 14px;
      }

      .page-hero .button {
        width: 100%;
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        white-space: normal;
      }

      .hero-copy,
      .hero-portrait {
        width: 100%;
        max-width: 306px;
      }

      .button {
        width: 100%;
        min-width: 0;
      }

      .contact-form {
        padding: 24px;
      }

      .captcha {
        grid-template-columns: 1fr;
      }

      .contact-photo img {
        height: 210px;
      }

      .contact-page h2,
      .contact-page .lead {
        width: 100%;
        max-width: 300px;
        min-width: 0;
        overflow-wrap: anywhere;
      }

      .contact-page h2 {
        font-size: 30px;
      }

      .value-item,
      .fact-card {
        padding: 24px 0;
      }

      .value-item {
        grid-template-columns: 38px 1fr;
        gap: 16px;
      }

      .number-row {
        grid-template-columns: 58px 1fr;
      }

      .number-title {
        padding: 18px;
        font-size: 18px;
      }

      .number-title svg {
        display: none;
      }

      .number-row p {
        padding: 0 18px 20px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }
