@charset "utf-8";

@font-face {
	font-family:"LTC Caslon Pro Regular";
	font-style:normal;
	font-weight:normal;
	src : url("../font/LTCCaslon-ProRegular.woff");
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}


.video-blur {
  position: fixed;
  top: 0;
  height: 70vh;
  left: 0;
  right: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
  background: rgba(255,255,255,0.25);
}


.moat-overlay * {
  position: relative;
  z-index: 1;
}



.page {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page p {
  max-width: 75ch;
  line-height: 1.6;
}
.sidebar {
  max-width: 60ch;
  opacity: 0.9;
}
.mobile-nav a {
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
}
.mobile-nav,
.mobile-nav-toggle {
  display: none;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
  background: #fff;
  border-top: 1px solid #000;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.derivate-grid .col {
  display: flex;
  flex-direction: column;
}
.cards-derivate .moat-factor-high {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cards-derivate .moat-factor-high + .moat-factor-high {
  margin-top: 1rem;
}


.page.two-column {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 40px;
}


.site-footer {
  padding: 2rem 6vw;
  border-top: 1px solid #e0e0e5;
  font-size: 0.8rem;
  color: #666;
  background: #f8f8fa;
	align-content: center;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
}

.footer-links a:hover {
  color: #111;
}

#bgVideo {
  opacity: 0;
	  background: url("../image/moat-poster-land.webp") center/cover no-repeat;
  transition: opacity 0.6s ease;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  z-index: -2;
}

#bgVideo.loaded {
  opacity: 1;
}


@media (orientation: portrait) {
  #bgVideo {
    background: url("../image/moat-poster-mob.png") center/cover no-repeat;
  }
}

.bannerblack-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  margin-bottom: 1rem;
}
.full-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* statt scale-down */
  margin-bottom: 5px;
}

#leitsystem {
  position: fixed;
  right: 2rem;
  top: 6rem;
  width: 160px;
  font-size: 0.9rem;
  line-height: 1.4;
}

#leitsystem h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

#leitsystem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

#leitsystem li {
  margin-bottom: 0.4rem;
}

#leitsystem a {
  text-decoration: none;
  color: #333;
}

.bannerblack-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.diagram-img,
.diagram-s-img,
.diagram-block-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 0px solid #e5e5e5;
}
.diagram-img-border,
.diagram-s-img,
.diagram-block-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e5e5;
}
.nav-link.active {
  font-weight: 600;
  color: #0092ff;
}


.overlay-header {
  padding-left: 1rem;
}

.overlay-header,
.overlay-main {
  position: relative;
  z-index: 1;
}
.moat-factor {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.moat-factor-high {
	
    background: #fafafa;
  border: 0px solid #e5e5e5;
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
  font-size: 0.95rem;
  line-height: 1.45;
	margin: 0;
	  min-height: 100px;
}
.moat-factor-high-trans {
	flex: 1;
	display: block;
	flex-dirction: column;
    background: #fff;
  border: 0px solid #e5e5e5;
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
  font-size: 0.95rem;
  line-height: 1.45;
	margin: 0;
	  min-height: 100px;
}
.moat-narrative {
  background: #fff;
  border: 2px dotted #D4A83B;
  padding: 0rem 1.0rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.4;
	color: #000;
}
.moat-narrative-full {
  background: rgba(220,200,100,0.85);
  border: 2px dotted #D4A83B;
  padding: 0rem 1.0rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.4;
	color: #000;
}
.talk {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #000;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.talk-center {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	color: #000;
    font-size: 1.3rem;
    margin: 2rem 0 1.6rem 0;
	text-align: center;
}
.talk-center-coat {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	line-height: 2.0rem;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.talk-center-close {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	line-height: 2.0rem;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
  padding: 3.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.naked-pigeon {
	display: block;
justify-content: center;
	align-items: center;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0rem 0rem 0rem;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.naked-pigeon-bg {
	display: block;
justify-content: center;
	align-items: center;
	 background: rgba(255,255,255,0.4);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0rem 0rem 0rem;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.central {
	display: center;
justify-content: center;
	align-items: center;
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #232323;
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem 0rem;
	text-align: center;
	max-width: 650px;
	align-self: center;
	line-height: 1.45;
}
.core-z h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #D4A83B;
    font-size: 1.5rem;
    margin: 0rem 0 1.6rem 0;
	text-align: center;
}
.core-z h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #D4A83B;
    font-size: 1.1rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: left;

}
.core-z-center h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #D4A83B;
    font-size: 1.2rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;

}
.core-z-center p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #1F0D04;
    font-size: 1.1rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;
	line-height: 1.9;

}
.core-z-center h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: grey;   
		font-size: 1.8rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;

}
.core-z a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500 !important;
	color: #D4A83B;
    font-size: 1.5rem !important;
    margin: 0rem 0rem 0.3rem 0rem;
	text-align: left;
	padding-bottom: 0.5rem;
}
.core-z p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #D4A83B;
    font-size: 0.8rem;
    margin: 1rem 0.2rem 1rem 0.5rem;
	text-align: left;
	line-height: 1.2;
	}
.core h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #000;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.core h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
	text-align: center;
}
.core a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.core p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem 0.1rem;
	text-align: left;
}
.core li {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 0.2rem 0.1rem 0rem 0rem;
	text-align: left;
}
.blue h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
	color: #0092ff;
    font-size: 1.5rem;
    margin: 7rem 0 1.6rem 0;
	text-align: center;
}
.black h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #000;
    font-size: 1.5rem;
    margin: 1.5rem 0 1.6rem 0;
	text-align: center;
}
.black p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.black-top h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
	color: #000;
    font-size: 1.5rem;
    margin: 0rem 0 1.5rem 0;
	text-align: left;
}
.black-top h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 0rem 0 0rem 0;
	text-align: left;
}
.black-top p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 0rem 0 1.6rem 0;
	text-align: left;
}
.blue h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #0092ff;
    font-size: 1-1rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
}
.blue a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #0092ff;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.blue p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #0092ff;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.blue li {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #0092ff;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}

.grey {
    font-family: "Inter", system-ui, sans-serif;
	color: #232222;
    margin: 0rem 0 0rem 0;
	line-height: 1.45;
	text-align: left;
}

.grey p {
    font-size: 1.05rem;
	font-weight: 400;
}
.grey li {
    font-weight: 600;
    font-size: 1.05rem;
	line-height: 1.9;
}
.grey h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;  
}
.moat-layer {
  padding: 0.6rem 0.8rem;
  background: #f4f6f8;
  border-left: 3px solid #0a0a0a;
  margin: 0.6rem 0;
  font-size: 0.95rem;
}

.bgImage {
  filter: brightness(1.35) contrast(0.85) saturate(0.6);
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../image/moat-poster-land.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .bgImage {
    background-image: url("../image/moat-poster-mob.webp");
  }
}


.header-flex {
  display: flex;
  align-items: center;
}

.logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  color: #000;
  letter-spacing: 0.18em;
  margin-right: auto;
  margin-top: 0.7em;
}



.cta-block {
  margin-top: 3rem;
  text-align: center;
}

.moat-overlay {
  position: relative;
	box-sizing: border-box;
  z-index: 10;
  width: 100%;
  min-height: 100svh;
  height: auto;
  overflow: hidden;
	overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 12vh 4vw 0;
  margin: 0 auto;
}


.moat-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    backdrop-filter: blur(0px);
    z-index: 0;
}



.moat-formula {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	 width: 100%;
  color: #000;
  font-size: 1.7rem;
	  opacity: 0.8;
	  margin-bottom: 2.5rem;
  max-width: 100%;
}

.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: 36px;
  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;
}
.desktop-scale-red {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 2.5rem;

  display: grid;
  grid-template-columns:
    18fr 28fr 16fr 
   
    10fr;

  height: 36px;
  border-radius: 999px;
  overflow: hidden;
}

.desktop-scale-red span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 400;
  text-shadow: 1px 2px 2px black;
  color: #fff;
  white-space: nowrap;
}

.g1 { background: #22543d; }
.g2 { background: #276749; }
.g3 { background: #2f855a; }
.g4 { background: #38a169; }
.g5 { background: #48bb78; }

.crit  { background: #525856; }
.chaos { background: #C00003; }
.reorg { background: #4299e1; }

.moat-claim {
  font-size: 2.6rem;
	  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  margin: 0 0 0.6rem;
}

.moat-sub {
  font-size: 1.3rem;
	  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;
}
.moat-welcome a {
  font-size: 2rem;
	  font-family: "LTC Caslon Pro Regular";
  font-weight:600;
	 margin: 2rem 0 2;
}

.moat-action {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #0092ff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-white {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
		border: 1px solid;
	border-color: #000;
  background: #fff;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-black {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-page {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 0.2rem 1rem 0.2rem;
	font-size: 0.9rem;
	text-align: center;
	align-items: center;
	  gap: 0.6rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #000;
	width: auto;
  background-color: #fff !important;
  color: #000  !important;
  font-weight: 500;
  box-sizing: border-box;
  text-decoration: none !important;
}

.moat-action-page .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #000 !important;
}

.moat-action-page-center {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 6.2rem 1rem;
	font-size: 0.9rem;
	text-align: center;
	align-items: center;
	align-self: center !important;
	  gap: 0.6rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #000;
min-width: 160px;
	width: auto;
  background-color: #fff !important;
  color: #000  !important;
  font-weight: 500;
  box-sizing: border-box;
  text-decoration: none !important;
}

.moat-action-page-center .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #000 !important;
}

.moat-action-site-right {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 6.2rem 1rem;
	font-size: 0.9rem;
	text-align: center;
	align-items: center;
	align-self: center !important;
	  gap: 0.6rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #fff;
	min-width: 160px;
	width: auto;
  background-color: #5F5F5F !important;
  color: #fff  !important;
  font-weight: 400;
  box-sizing: border-box;
  text-decoration: none !important;
}

.moat-action-site-right .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #fff !important;
}
.spacebox-70 {
	width: 100%;
	height: 200px;
	background-color: transparent;
}
.spacebox-100w {
	width: 100%;
	height: 200px;
	 background: rgba(255,255,255,0.4);
}
 background: rgba(255,255,255,0.4);
.naked-box-center {
	width: 100%;
	background: rgba(2,200,100,0.4);
	justify-content: center;
	display: flex;
	 margin-top: 0rem;
	  backdrop-filter: blur(4px);
}



.whitepage {
  max-width: 1600px;
	  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;
}
.fallmatrix {
  border-collapse: collapse;
  width: 100%;
	max-width: 1600px;
  table-layout: auto;
}


table {
  border-collapse: collapse;
  width: 100%;
	max-width: 500px;
  table-layout: auto;
}



td, th {
  padding: 6px 15px;
  line-height: 1.4;
  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: #5F5F5F;
	color: white;
	text-align: left;
	font-weight: 400;
	  font-size: 0.9rem;
	padding: 4px 6px;
}
td {
  border-bottom: 1px solid #5F5F5F;
	font-weight: 500;
	font-size: 0.9rem;
	text-align:left;
	padding: 10px 6px;

}
.table-scroll {
  width: 100%;
  overflow-x: auto;    
  -webkit-overflow-scrolling: touch;
}

.exe-insight {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  border-left: 5px solid grey;
	border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		border-right: 1px solid grey;
  margin: 0.5rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.exe-insight-reg {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  border-left: 5px solid grey;
	border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		border-right: 1px solid grey;
  margin: 0.5rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.exe-insight-reg li {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight-reg p {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  text-align: left;
}
.core-insight {
	justify-content: center;
	align-items: center;
  background: rgba(255,255,255,0.85);
  padding: 0.4rem 1.4rem 0.4rem 1rem;
  border: 1px solid #0D4A83;
  margin: 0
	  rem 0;
  border-radius: 4px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: flex;
}
.white-insight {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight p{
text-align: center;
}
.white-insight-left {
  background: rgba(255,255,255,0.85);
  padding: 1rem 0rem 0rem 0rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight-left p{
text-align: left;
}
.white-insight-left-padding {
  background: rgba(255,255,255,0.85);
  padding: 1rem 1rem 2rem 1rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight-left-padding p{
	
text-align: left;
}
.cards-orange {
  background: rgba(2,200,100,0.4);
  padding: 0rem 1rem;
  border: 0px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0rem rem;
  border-radius: 4px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: block;
	width: 100%;
}
.cards-orange-bullets {
  background: rgba(2,200,100,0.4);
  padding: 0.5rem 0.3rem 0rem 0.6rem;
  border: 1px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0.5rem 0rem;
  border-radius: 4px;
	font-weight: 500;
max-width: 100%;
  backdrop-filter: blur(8px);
	display: block;
	max-height: 200;
	width: 100%;
}
.cards-orange-nopad{
  background: rgba(2,200,100,0.4);
  padding: 0rem 0rem 0rem;
  border: 0px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0rem 0rem;
  border-radius: 0px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: block;
	width: 100%;
}
.moat-ablauf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
.moat-ablauf-grid .col {
  display: block;
}


.exe-insight {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight li {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h4 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h3 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h2 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.key-insight {
  background: rgba(255,255,255,0.85);
  padding: 0.1rem 1rem;
  border-left: 0px solid #0a0a0a;
  margin: 1.05rem 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;
}
.moat-subclaim {
	 margin: 0.8rem 0 0.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.rem;
  font-weight: 500;
  text-align: center;
	
}	
	
.procedure-hero-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0rem;
    text-align: center;
	background: rgba(210,240,255,0.75);
	backdrop-filter: blur(4px);
}

.procedure-hero h1 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.procedure-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    align-items: stretch; 
}

.procedure-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: stretch; 
}

.procedure-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1rem 1rem;
    border-radius: 6px;
    text-align: left;
	 display: flex;
    flex-direction: column;
}

.procedure-card .op {
    font-family: "JetBrains Mono", monospace;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.6;
    margin-bottom: 0.5rem;
}

.procedure-card h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.procedure-card p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.procedure-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.procedure-card ul li {
    font-size: 1rem;
    margin: 0.2rem 0;
    opacity: 0.8;
	font-weight: 400;
}

.procedure-card a {
    font-family: system-ui, sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 500;
}
.procedure-card-full {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0rem 0rem;
    border-radius: 6px;
    text-align: center;
	 display: flex;
    flex-direction: column;
}
.procedure-card a.moat-action-page {
    display: inline-block !important;
    box-sizing: border-box;
    width: 140px;
    padding: 0.5rem 0.5rem;
    border-radius: 999px;
    border: 0px solid #676464;
    background: #fff;
    color: #000;
	font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none !important;
}

.procedure-cards-hor {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: stretch; 
}

.procedure-card-hor {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1rem 1rem;
    border-radius: 6px;
    text-align: left;
	 display: flex;
    flex-direction: column;
}

.procedure-card-hor .op {
    font-family: "JetBrains Mono", monospace;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.6;
    margin-bottom: 0.5rem;
}

.procedure-card-hor h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.procedure-card-hor p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.procedure-card-hor ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.procedure-card-hor ul li {
    font-size: 0.95rem;
    margin: 0.2rem 0;
    opacity: 0.8;
}

.procedure-card-hor a {
    font-family: system-ui, sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 500;
}
.procedure-card-full-hor {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0rem 0rem;
    border-radius: 6px;
    text-align: center;
	 display: flex;
    flex-direction: column;
}
.procedure-card-hor a {
    display: inline-block !important;
    box-sizing: border-box;
    width: 100px;
	
    padding: 0.3rem 0.5rem;
    border-radius: 999px;
    border: 1px solid #676464;
    background: #fff;
    color: #000;
	font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none !important;
}
.column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}
.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}
.columns-three-max{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}
.columns-midi {
  display: grid;
padding: 0.5rem 1rem 1rem 1rem;
  grid-template-columns: 25% 50% 25%;
  gap: 1.4rem;
  margin: 1rem 0;
}
.columns-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin: 0rem 0;
}
.columns-two-s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin: 1rem 0;
}
.columns-two-s-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1.4rem;
  margin: 1rem 0;
	padding: 1rem 1rem;
}
.columns-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 0;
		align-items: stretch;
	justify-items: stretch;
		width: 100%;
}
.columns-four-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 0;
		align-items: stretch;
	justify-items: stretch;
		width: 100%;
}
.columns-four-small p{
font-size: 1rem;
	padding: 0rem;
}
.columns-four-small li{
font-size: 1rem;
	line-height: 1.8;
}
.col {
  min-width: 0;
	display: grid;
}

.columns-four-narrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
	align-items: stretch;
	justify-items: stretch;
  margin: 0rem 0rem;
	width: 100%;
}
.columns-four-narrow .col {
  display: flex;           
  width: 100%; 
  min-width: 0; 
}
.columns-four-narrow-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
	align-items: stretch;
	justify-items: stretch;
  margin: 0rem 0rem;
	width: 100%;
}
.columns-four-narrow-img .col {
  display: block;           
  width: 100%; 
  min-width: 0; 
}

.columns-narrative {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0rem;
  margin: 2rem 1rem;
}


.derivate-master {
  display: grid;
  grid-template-columns: 1fr 3fr; /* 25% / 75% */
  gap: 2rem;
  align-items: stretch;
}

.derivate-left .intro {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.derivate-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

.moat-card-deriv {
  background: #fafafa;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
 
  min-height: 180px;
margin-bottom: 0rem;

}
.moat-card-deriv-down {
  background: #fafafa;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
 
  min-height: 180px;
margin-bottom: 0rem;

}

@media (max-width: 768px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .columns-midi {
grid-template-columns: 10% 80% 10%;
  }
}
@media (max-width: 1200px) {
  .columns-two-s-m {
padding: 1rem 1.4rem;
  }
}
@media (max-width: 600px) {
  .columns-two-s-m {
padding: 1rem;
  }
}
@media (max-width: 780px) {
  .columns-narrative,
	.columns-four,
		.columns-four-narrow,
	.columns-four-small,
	  .columns-four-narrow-img {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .columns-two,
	 .columns-two-s,
	.columns-two-s-m,
	.columns-four,
	.columns-four-narrow,
	.columns-four-small,
	.columns-four-narrow-img {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .columns-narrative {
    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);
}
.moat-factor-l {
	  display: block;
  background: rgba(255,255,255,0.95);
  border: 1px solid #e5e5e5;
	margin: 0rem;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.45;
  backdrop-filter: blur(2px);
	
}
.moat-factor-full {
  display: block;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0px solid #e5e5e5;
  padding: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
	text-align: center;
	

  backdrop-filter: blur(6px);
}
.moat-factor-full a {
  font-size: 0.85rem;
	font-weight: 600;
  line-height: 1.5;
}

.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 {
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin-top: 7rem;
  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); }
}

@media (max-width: 768px) {
  .desktop-scale {
    display: none;
  }
	.exec-summary {
  max-width: 65ch;
  margin: 2rem auto;
  padding: 1rem 1.2rem;
  font-size: 1.1rem;	
  line-height: 1.45;
  text-align: center;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  border-radius: 6px;
}

@media (max-width: 480px) {
  .exec-summary {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    margin: 1.5rem 0.5rem;
  }
}


  .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%;
  }
}
@media (max-width: 480px) {
  whitepage {
    padding: 2rem 0rem 2rem 0rem;
  }
}
@media (max-width: 480px) {
  cards-orange {
    padding: 1rem 0rem 1rem 0rem;
	  margin: 0.2rem 0.1rem 0.1rem;
	  width: 100%;
  }
}
@media (max-width: 480px) {
  moat-factor-l {
    padding: 1rem 0rem 1rem 0rem;
	  margin: 0;
	  width: 100%;
  }
}
@media (max-width: 480px) {
  spacebox-100,
	spacebox-70 {
    hight: 110px;
  }
}
@media (max-width: 768px) {
  .moat-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .moat-overlay {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1370px) {
  #leitsystem {
    display: none;
  }
}
@media (max-width: 900px) {
  .procedure-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .procedure-cards-hor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .page {
    grid-template-columns: 1fr; /* einspaltig */
    max-width: 100%;
    padding: 20px;
  }

  .sidebar {
    margin-top: 40px; /* Begleittext unter Haupttext */
  }
}
@media (min-width: 1600px) {
  .page {
    max-width: 1380px;
  }
}
@media (max-width: 720px) {
  .page {
    grid-template-columns: 1fr; /* einspaltig */
    max-width: 100%;
    padding: 0px;
  }

  .sidebar {
    margin-top: 40px; /* Begleittext unter Haupttext */
  }
}
@media (max-width: 750px) {
  .moat-sub,
	.black,
  .core a, li, p {
    font-size: 1rem;
	  line-height: 1.35;
  }
}
@media (max-width: 760px) {
  .moat-ablauf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .moat-ablauf-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .columns-four,
  .columns-four-narrow,
  .columns-four-narrow-img,
	.columns-midi {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1020px) {
	.columns-two,
	.columns-three-max {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1020px) {
	.columns-three-max {
		margin-left: 6rem;
		margin-right: 6rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1080px) {
	.moat-factor-high,
	.moat-factor-high-trans {
		min-heigh: 132px;
  }
}
@media (max-width: 550px) {
	.columns-three-max {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .derivate-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 720px) {
  .derivate-master {
    grid-template-columns: 1fr 3fr; /* Head + 3-Spalter */
  }

  .derivate-right {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .derivate-master {
    grid-template-columns: 1fr;
  }

  .derivate-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .moat-factor-full {
	  font-size: 1rem;
  }
}
@media (max-width: 1020px) {
  .moat-column-spacer {
    display: block;
    height: 70px;
    visibility: hidden;
  }
}
/* ACTIVE-Zustand */
#leitsystem a.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}


@media (max-width: 1600px) {
  #leitsystem {
    display: none;
  }
}
/* Desktop Navigation – Grundstil */
#leitsystem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

#leitsystem a.nav-link {
  text-decoration: none;
  color: #333;
}

/* Active‑Emitter */
#leitsystem a.nav-link.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}



@media (max-width:1600px) {
  #leitsystem { display:none; }

}
#leitsystem a.nav-link {
  text-decoration: none;
  color: #333;
}

#leitsystem a.nav-link.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}
@media (max-width: 1600px) {
  #leitsystem {
    display: none;
  }
}

@media (max-width: 1600px) {
  .leitsystem {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.3rem 2.5rem;
  }
	/* Desktop */
.mobile-nav-toggle,
.mobile-nav {
  display: none;
}

/* Mobile */
@media (max-width: 900px) {
  #leitsystem {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 1rem 2.5rem;
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2.5rem;
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .mobile-nav.open {
    display: flex;
  }

  .mobile-nav a {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }

  .mobile-nav a + a {
    border-top: 1px solid #000;
  }
}


  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2.5rem;
    background: #fff;
    border-top: 1px solid red;
  }

  .mobile-nav.open {
    display: flex;
  }
 .mobile-nav a + a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .mobile-nav a {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }
}
@media (max-width: 1024px) {
  .moat-overlay {
    padding: 8vh 2vw 0;
  }
}
@media (max-width: 900px) {
  .mobile-nav {
    padding: 1.2rem 1.2rem;
  }
}
@media (max-width: 1024px) {
  .moat-overlay {
    width: 100vw;
    max-width: 100vw;
    padding: 10vh 0 0;
    margin: 0;
  }
}

@media (max-height: 450px) {
  .video-blur {
    backdrop-filter: blur(3px);
    background: rgba(255,255,255,0.25);
    height: 70vh;
  }
}
@media (min-width: 450px) {
  .video-blur {
    backdrop-filter: none;
    background: transparent;
  }
}
#bgVideo {
  width: 100svw;
  height: 100svh;
}

.video-blur {
  width: 100svw;
  height: 70vh; /* oder full */
}
