/* ======================================
   CONTACT THEME
====================================== */

:root {
  --contact-color: #2563eb;
  --contact-dark: #0f172a;

  --text: #0f172a;
  --muted: #64748b;

  --border: #e2e8f0;
  --bg: #f8fafc;
}

/* ======================================
   HERO
====================================== */

.contact-hero {
  padding: 180px 0 120px;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: white;
  position: relative;
  overflow: hidden;
}

.entry .contact-hero {
  background: linear-gradient(135deg, #0f172a, #065f46);
}

.contact-hero::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -200px;
  right: -150px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.05);
}

.contact-hero .hero-label {
  color: #93c5fd;

  letter-spacing: 0.2em;

  font-weight: 700;

  margin-bottom: 20px;
}

.contact-hero h1 {
  font-size: clamp(3rem, 7vw, 5rem);

  margin-bottom: 30px;

  line-height: 1.1;
}

.contact-hero .hero-text {
  max-width: 700px;

  margin: 0 auto;

  line-height: 2;

  color: rgba(255, 255, 255, 0.85);
}



.pparea {
	height: 200px;
	overflow-y: auto;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 20px!important;
	margin-bottom: 20px!important;
	font-size: .9em;
}
.pparea h2 {
	border-left: 5px solid #2563eb;
	padding-left: 10px!important;
}
.pparea h3 {
	margin-top: 15px!important;
	border-bottom: 1px solid #ccc;
}
.pparea ul {
	margin-left: 20px!important;
	list-style: disc!important;
}
