@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Montserrat", serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }



.webedelic-proof-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f1f1f;
}

.proof-grid {
  display: grid;
  gap: 24px;
}

.proof-grid-top {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 34px;
}

.proof-card,
.proof-large,
.stat-card {
  border-radius: 12px;
  padding: 34px;
  box-sizing: border-box;
}

.proof-gray {
  background: #f4f4f4;
}

.proof-blue {
  background: #e8eef5;
}

.proof-label {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.proof-card h3,
.proof-large h3 {
  margin: 0 0 14px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.proof-card p,
.stat-card p,
.proof-large li {
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.proof-large {
  margin-bottom: 34px;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.maintenance-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.maintenance-grid li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 22px;
}

.maintenance-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000000;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card {
  text-align: center;
  padding: 28px 20px;
}

.stat-number {
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
  margin-bottom: 10px;
}

.stat-card p {
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .proof-grid-top,
  .maintenance-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-card,
  .proof-large,
  .stat-card {
    padding: 26px;
  }
}

@media (max-width: 600px) {
  .webedelic-proof-section {
    padding: 28px 14px;
  }

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

  .proof-card h3,
  .proof-large h3 {
    font-size: 22px;
  }

  .proof-card p,
  .proof-large li {
    font-size: 16px;
  }

  .stat-number {
    font-size: 38px;
  }
}


.degrade-list {
  display: grid;
  gap: 28px;
}

.degrade-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  align-items: start;
}

.degrade-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.degrade-good {
  background: #000000;
}

.degrade-warn {
  background: #000000;
}

.degrade-bad {
  background: #aa2d2d;
}

.degrade-item h4 {
  margin: 0 0 8px 0;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
}

.degrade-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.legal-risk-box {
  border: 1px solid #f06b6b;
  background: #fdecec;
  color: #a60000;
  border-radius: 12px;
  padding: 34px;
  margin: 34px 0;
}

.legal-risk-box h3 {
  margin: 0 0 14px 0;
  font-size: 23px;
}

.legal-risk-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.verified-results {
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 34px;
}

.verified-heading {
  background: #dff3ee;
  padding: 20px 34px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.verified-heading h3 {
  margin: 0;
  font-size: 24px;
  color: #075140;
}

.verified-heading span {
  background: #000000;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 14px;
}

.verified-grid {
  padding: 28px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.verified-grid div {
  background: #f4f4f4;
  border-radius: 10px;
  text-align: center;
  padding: 18px 12px;
  font-size: 14px;
}

.verified-grid strong {
  font-size: 28px;
  color: #000000;
}

.verified-note {
  padding: 0 34px 28px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.benchmark-row {
  display: grid;
  grid-template-columns: 280px 1fr 60px;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
}

.benchmark-bar {
  height: 10px;
  background: #d7d7d7;
  border-radius: 999px;
  overflow: hidden;
}

.benchmark-bar em {
  display: block;
  height: 100%;
  background: #000000;
  border-radius: 999px;
}

.benchmark-bar .bar-warn {
  background: #000000;
}

.benchmark-bar .bar-bad {
  background: #df4f4f;
}

.benchmark-row strong {
  color: #075140;
}

@media (max-width: 900px) {
  .verified-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benchmark-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .degrade-item {
    grid-template-columns: 1fr;
  }

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

  .legal-risk-box,
  .verified-grid,
  .verified-heading {
    padding: 24px;
  }
}



.asttext {
  font-size: 15px;
  color: #000000;
}
