@charset "utf-8";


}
body {
  margin: 0;
  background: #329d84;
  background: #329d84;
  color: #000;
  font-family: system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

/* --- Fullscreen Video --- */

#bgVideo {
  opacity: 1;
	  background: url("../image/moat-poster-land.webp") center/cover no-repeat;
  transition: opacity 0.6s ease;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}

#bgVideo.loaded {
  opacity: 1;
}


@media (orientation: portrait) {
  #bgVideo {
    background: url("../image/poster-p.png") center/cover no-repeat;
  }
}

.overlay-header {
  padding-left: 1.75rem;
}

.overlay-header,
.overlay-main {
  position: relative;
  z-index: 1;
}



.bgImage {

  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../image/poster-l.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .bgImage {
    background-image: url("../image/poster-p.png");
  }
}

/* --- Header-Layout --- */

.header-flex {
  display: flex;
  align-items: center;
}

.logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.18em;
  margin-left: auto;
  margin-top: 0.5em;
}

/* --- CTA-Block --- */

.cta-block {
  margin-top: 12rem;
  text-align: center;
}

/* --- Hero / Overlay --- */

.moat-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
	overflow-x: hidden;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  padding: 12vh 5vw 0;
  max-width: 900px;
  margin: 0 auto;
}

.result-box {
    background: #f7f9fb;
    padding: 2rem 0.5rem;
    border-left: 1px solid #0a0a0a;
    border-radius: 4px;
    margin: 2rem 0 1rem;
}

.result-box h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.result-box p {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.05rem;
    line-height: 1.5;
    max-width: 720px;
    margin: 0.4rem 0 1rem;
}

.result-box .moat-action {
    display: inline-block;
    margin-top: 1rem;
}

.moat-overlay::after {
  content: "";
  position: absolute;
  bottom: 0vh;
  left: 0;
  width: 100%;
  height: 22vh;
  background: linear-gradient(to bottom, rgba(51,157,132,0) 50%, #329d84 100%);
  pointer-events: none;
}

.moat-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(6px);
  z-index: -1;
}

  .footer {
    text-align: center;
    font-size: 0.85rem;
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  color: #555;
}

.site-footer {
  padding: 2rem 6vw;
 font-family: system-ui, -apple-system, sans-serif;
  border-top: 1px solid #e0e0e5;
  font-size: 0.9rem;
  color: #fff;
  background: #f8f8f;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #111;
}

.footer-copy {
  opacity: 0.7;
}

  .lng a {
	    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    color: #fff;
  }


/* --- Desktop-Skala (voll) --- */

.desktop-scale {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 2.5rem;

  display: grid;
  grid-template-columns:
    9fr 10fr 16fr 23fr 13fr
    20fr
    10fr
    5fr;

  height: 26px;
  border-radius: 999px;
  overflow: hidden;
}

.desktop-scale span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 400;
  text-shadow: 1px 2px 2px black;
  color: #fff;
  white-space: nowrap;
}

/* Farben */

.g1 { background: #22543d; }
.g2 { background: #276749; }
.g3 { background: #2f855a; }
.g4 { background: #38a169; }
.g5 { background: #48bb78; }

.crit  { background: #d69; }
.chaos { background: #e53e3e; }
.reorg { background: #4299e1; }

/* --- Claim / Sub --- */

.moat-claim {
  font-size: 1.0rem;
	  font-family: system-ui, -apple-system, sans-serif;
	color: #fff;
  font-weight: 600;
  margin: 0 0 0.0rem;
}

.moat-sub {
  font-size: 1.3rem;
	color: #fff;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 0.2rem 0;
}

.moat-mini a {
  font-size: 1rem;
	  font-family: system-ui, -apple-system, sans-serif;
  color: #000;
  font-weight: 500;
}

/* --- Action Button --- */

.moat-action {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
	border-color: #fff;
	border-style: solid;
	border-width: 1pt;
  background: #329d84;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.1rem;
}

/* --- Whitepage --- */

.whitepage {
  max-width: 880px;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 0 auto;
  padding: 3rem 1rem;
  line-height: 1.45;
  color: #000;
  background: transparent;
  position: relative;
  z-index: 20;
}


table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}



td, th {
  padding: 4px 6px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


tbody tr:nth-child(odd) {
background-color: #F4FfFF;
}

tbody tr:nth-child(even) {
background-color: #ffffff;
}
th {
  border-bottom: 1px solid #5F5F5F;
	background-color: darkslategray;
	color: white;
	text-align: left;
	font-weight: 400;
	  font-size: 0.75rem;
	padding: 10px 6px;
}
td {
  border-bottom: 1px solid #5F5F5F;
	font-weight: 500;
	font-size: 0.84rem;
	text-align:left;
	padding: 10px 6px;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;    
  -webkit-overflow-scrolling: touch;
}




/* --- Key Insight --- */

.key-insight {
  background: rgba(255,255,255,0.85);
  padding: 1.4rem 1.8rem;
  border-left: 1px solid #0a0a0a;
  margin: 3rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}

.key-insight p {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

/* --- Columns --- */


.columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .columns {
    grid-template-columns: 1fr;
  }
}


.moat-factor {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
  backdrop-filter: blur(2px);
}

/* --- Matrix --- */

.moat-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}

.moat-matrix-item {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
  backdrop-filter: blur(2px);
}

/* --- Scroll Down --- */

.scroll-down {
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin-top: 3rem;
  display: inline-block;
  animation: scrollBlink 1.4s infinite;
  cursor: pointer;
}

@keyframes scrollBlink {
  0% { opacity: 0.2; transform: translateY(0) rotate(45deg); }
  50% { opacity: 1; transform: translateY(6px) rotate(45deg); }
  100% { opacity: 0.2; transform: translateY(0) rotate(45deg); }
}

/* --- MOBILE: reduzierte Skala --- */

@media (max-width: 768px) {

  /* Desktop-Skala ausblenden */
  .desktop-scale {
    display: none;
  }

  /* Mobile-Skala aktivieren */
  .mobile-scale {
    display: grid;
    grid-template-columns:
      3fr   /* stabil */
      1fr   /* angespannt */
      1fr   /* empfindlich */
      1fr   /* kritisch */
      1fr   /* chaos */
      1fr;  /* reorg */
    height: 26px;
    border-radius: 999px;
    overflow: hidden;
    margin: 1.5rem auto 2rem;
    width: 100%;
    max-width: 900px;
  }

  .mobile-scale div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    white-space: nowrap;
  }

  .mobile-scale .stable {
    background: linear-gradient(to right,
      #22543d,
      #276749,
      #2f855a,
      #38a169,
      #48bb78
    );
  }

  .mobile-scale .ang   { background: #38a169; }
  .mobile-scale .emp   { background: #48bb78; }
  .mobile-scale .crit  { background: #d69; }
  .mobile-scale .chaos { background: #e53e3e; }
  .mobile-scale .reorg { background: #4299e1; }
}
@media (max-width: 720px) {
  table {
    table-layout: auto;
    width: 100%;
  }
}
