/* Layout + colors from uptimerobot.org (home.css) */
    :root {
      --bg: #131b25;
      --bg-2: #1c2434;
      --panel: #1c2434;
      --brand: #3bd671;
      --text: #e6eaeb;
      --line: #2d3340;
      --on-brand: #131b25;
      --page-w: 1040px;
      --page-pad: 1rem;
      --col: min(var(--page-w), calc(100% - 2 * var(--page-pad)));
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }

    *, *::before, *::after { box-sizing: border-box; border-radius: 0 !important; }
    html, body { height: 100%; margin: 0; }
    body {
      min-height: 100dvh;
      max-height: 100dvh;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: var(--bg);
      color: var(--text);
      font-family: Helvetica, Arial, sans-serif;
      line-height: 1.45;
      padding: var(--safe-top) 0 var(--safe-bottom);
    }

    .page {
      width: 100%;
      flex: 1 1 auto;
      min-height: 0;
      max-height: 100%;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: var(--bg);
    }

    a { color: var(--brand); text-decoration: none; }
    a:hover { color: var(--text); }
    a:focus-visible, button:focus-visible {
      outline: 2px solid var(--brand);
      outline-offset: 2px;
    }
    img { display: block; max-width: 100%; height: auto; }

    .site-header,
    main.hero,
    .site-footer {
      display: grid;
      grid-template-columns: minmax(var(--page-pad), 1fr) var(--col) minmax(var(--page-pad), 1fr);
      width: 100%;
    }
    .wrap {
      grid-column: 2;
      width: 100%;
      min-width: 0;
      margin: 0;
    }

    .site-header {
      flex: 0 0 auto;
      border-bottom: 1px solid var(--line);
      background: var(--bg-2);
    }
    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      min-height: 56px;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      color: var(--text);
      font-weight: 700;
      font-size: 0.98rem;
    }
    .brand:hover { color: var(--text); }
    .brand img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      background: transparent !important;
    }

    .nav-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      background: transparent;
      color: var(--text);
      cursor: pointer;
      font-size: 1.2rem;
    }
    .primary-nav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.1rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .primary-nav a {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0.35rem 0.55rem;
      color: var(--text);
      font-size: 0.86rem;
      font-weight: 600;
    }
    .primary-nav a.is-active { color: var(--brand); }
    .primary-nav .btn { margin-left: 0.25rem; }
    .primary-nav a.btn-main,
    .primary-nav a.btn-main:hover {
      background: var(--brand);
      border-color: var(--brand);
      color: var(--on-brand);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      min-height: 44px;
      padding: 0.45rem 1.05rem;
      font-weight: 700;
      font-size: 0.9rem;
      border: 1px solid transparent;
      cursor: pointer;
    }
    .btn-main { background: var(--brand); color: var(--on-brand); }
    .btn-main:hover { filter: brightness(1.06); color: var(--on-brand); }
    .btn-line { background: transparent; border-color: var(--line); color: var(--text); }
    .btn-line:hover { border-color: var(--brand); color: var(--brand); }
    .btn-line--on,
    .btn-line--on:hover {
      border-color: var(--brand);
      color: var(--brand);
    }

    main.hero {
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden;
      padding: 1.25rem 0;
      align-content: center;
    }
    .hero-main { width: 100%; max-width: none; }
    .hero-grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 0;
      width: 100%;
    }
    .hero-grid > .hero-logo,
    .hero-grid > .eyebrow,
    .hero-grid > h1,
    .hero-grid > .lead {
      grid-column: 1 / -1;
    }
    .panel {
      background: var(--panel);
      border: 1px solid var(--line);
      padding: 0.9rem 1rem;
      width: 100%;
      max-width: none;
      grid-column: 1 / span 9;
    }
    @media (max-width: 720px) {
      .panel { grid-column: 1 / -1; } /* mobil volle Breite */
    }

    .hero-logo {
      display: block;
      width: clamp(120px, 22vmin, 180px);
      height: auto;
      margin: 0 0 0.55rem;
      aspect-ratio: 1 / 1;
      background: transparent !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }

    .eyebrow {
      margin: 0 0 0.45rem;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--brand);
    }
    h1 {
      margin: 0 0 0.65rem;
      font-size: clamp(1.65rem, 3.4vw, 2.45rem);
      line-height: 1.12;
      font-weight: 800;
      color: var(--text);
    }
    .lead {
      margin: 0 0 1rem;
      font-size: clamp(0.92rem, 1.5vw, 1.05rem);
      max-width: none;
      text-align: justify;
      text-justify: inter-word;
    }
    .lead strong { color: var(--text); font-weight: 700; }


    .panel p {
      margin: 0;
      color: var(--text);
      font-size: 0.95rem;
      text-align: justify;
      text-justify: inter-word;
    }
    .panel p + p { margin-top: 0.45rem; }
    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      margin-top: 0.85rem;
    }
    .panel-cta-block {
      margin-top: 0.85rem; /* Ausgang: For services → Buttons */
      display: flex;
      flex-direction: column;
      gap: 0.85rem; /* derselbe Abstand: Buttons → Host */
    }
    .panel-cta-block .actions {
      margin-top: 0;
    }
    .panel-cta-block .meta {
      margin-top: 0;
      padding-top: 0;
    }

    .meta {
      margin-top: 0.85rem;
      padding-top: 0;
      color: var(--text);
      font-size: 0.82rem;
      opacity: 0.85;
    }
    .meta strong { color: var(--text); font-weight: 700; opacity: 1; }

    .site-footer {
      flex: 0 0 auto;
      border-top: 1px solid var(--line);
      background: var(--bg-2);
    }
    .footer-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.4rem 1rem;
      min-height: 44px;
    }
    .footer-bar p {
      margin: 0;
      color: var(--text);
      font-size: 0.8rem;
    }
    .footer-bar ul {
      display: flex;
      flex-wrap: wrap;
      gap: 0.15rem 0.85rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .footer-bar a {
      color: var(--text);
      font-size: 0.8rem;
      font-weight: 600;
      min-height: 36px;
      display: inline-flex;
      align-items: center;
    }
    .footer-bar a:hover { color: var(--brand); }

    @media (max-width: 900px) {
      .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
      .site-header { position: relative; }
      .primary-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 40;
        background: var(--bg-2);
        border-bottom: 1px solid var(--line);
        padding: 0.4rem 0.75rem 0.75rem;
        max-height: calc(100dvh - 56px);
        overflow: auto;
      }
      .primary-nav.is-open { display: block; }
      .primary-nav ul { flex-direction: column; align-items: stretch; }
      .primary-nav a { min-height: 44px; width: 100%; }
    }
    @media (max-width: 640px) {
      .footer-bar { justify-content: center; text-align: center; }
      .footer-bar ul { justify-content: center; }
    }
    @media (max-width: 720px) {
      .hero-logo { width: clamp(100px, 18vmin, 140px); margin-bottom: 0.35rem; }
    }
    @media (max-height: 620px) {
      .hero-logo { width: 96px; }
      .brand img { width: 32px; height: 32px; }
      .header-inner { min-height: 48px; }
      .panel { padding: 0.7rem 0.85rem; }
      .lead { margin-bottom: 0.6rem; }
      h1 { font-size: 1.35rem; }
    }
