/* ================= HERO ================= */

.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem;
  text-align: center;
}

.hero-inner {
  max-width: 860px;
}

.hero h1 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 1.25rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.microcopy {
  font-size: 0.9rem;
  opacity: 0.6;
  margin-bottom: 2.5rem;
}

.cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta {
  display: inline-block;
  padding: 1rem 2.1rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border-radius: 14px;
}

.cta.primary {
  background: #fff;
  color: #000;
}

.cta.primary:hover {
  opacity: 0.9;
}

.cta:hover {
  background: #fff;
  color: #000;
}

/* Secondary CTA moet niet "primary" worden op hover */
.cta.secondary:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
}

.cta.secondary {
  background: transparent;
  opacity: 0.8;
  border-color: rgba(255, 255, 255, 0.6);
}

.cta.secondary:hover {
  opacity: 1;
}

.cult-signature {
  margin-top: 2rem;
  font-size: 0.85rem;
  opacity: 0.5;
  letter-spacing: 1px;
}

/* ================= LATEST REVIEW ================= */

.latest-review {
  padding: 5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.latest-inner {
  max-width: 900px;
  margin: 0 auto;
}

.latest-review h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.latest-card {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
  max-width: 700px;
}

.latest-meta {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 0.8rem;
}

.latest-card h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.latest-card h3 a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.latest-card h3 a:hover {
  opacity: 0.7;
}

.latest-card p {
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 650px;
}

.cta.small {
  padding: 0.75rem 1.4rem;
  font-size: 0.9rem;
}

/* ================= MORE REVIEWS LINK ================= */

.more-reviews {
  margin-top: 2.5rem;
  font-size: 0.9rem;
}

.more-reviews a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2px;
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease;
}

.more-reviews a:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.6);
}

/* ================= SUBTLE DIVIDER ================= */
.section-divider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.12),
    transparent
  );
  opacity: 0.6;
}

/* ================= WHY SECTION ================= */

.why-section {
  padding: 5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 0.5rem;
  padding-bottom: 6rem;
}

.why-inner {
  max-width: 900px;
  margin: 0 auto;
}

.why-section h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 1.8rem;
  opacity: 0.9;
}

.why-section p {
  max-width: 700px;
  line-height: 1.75;
  opacity: 0.8;
}

/* ================= EDITORIAL SIGNATURE ================= */

.editorial-signature {
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}

.editorial-inner {
  max-width: 700px;
  margin: 0 auto;
}

.signature-line {
  width: 60px;
  height: 1px;
  margin: 0 auto 2rem;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0.6;
}

.signature-text {
  font-size: 0.95rem;
  opacity: 0.75;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.signature-meta {
  font-size: 0.8rem;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.signature-motto {
  font-size: 0.75rem;
  opacity: 0.35;
  letter-spacing: 1.5px;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .hero {
    padding: 8rem 1.5rem;
  }
}

.kicker {
  font-size: 0.82rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.1rem;
}

/* =========================
   NEWSLETTER (HOME)
========================= */

.newsletter {
  padding: 2.25rem 1.25rem;
}

.newsletter-inner h2 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.2px;
}

.newsletter-inner p {
  opacity: 0.9;
  line-height: 1.55;
  margin: 0 0 1rem 0;
}

.newsletter form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.newsletter input[type="email"] {
  flex: 1 1 260px;
  min-width: 240px;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  outline: none;
}

.newsletter input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.newsletter button {
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
}

.newsletter button:hover {
  filter: brightness(0.95);
}

.newsletter-legal {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  opacity: 0.75;
}

.newsletter-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Honeypot verbergen */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =========================
   NEWSLETTER LEGAL
========================= */

.newsletter-legal {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  opacity: 0.7;
  line-height: 1.45;
}

.newsletter-legal a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter-legal a:hover {
  opacity: 0.8;
}

/* =========================
   NEWSLETTER CARD
========================= */

.newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.75rem;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);

  text-align: center;
}

.newsletter-inner h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.newsletter-inner p {
  opacity: 0.85;
  margin-bottom: 1.2rem;
  line-height: 1.55;
}

.newsletter form {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.newsletter input[type="email"] {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: white;
  min-width: 240px;
}

.newsletter button {
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
