/* ================= HERO (CLEAN PREMIUM FULL IMAGE) ================= */
.hero{
  height:90vh;
  background:url('images/background.png') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  text-align:center;
  padding:20px;
}

.hero .toggle h1{
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,0.35);
}

.hero .toggle p{
  color:rgba(255,255,255,0.9);
  text-shadow:0 2px 8px rgba(0,0,0,0.25);
}
/* CLEAN PREMIUM TEXT LOOK */
.overlay h1{
  font-size:3rem;
  margin-bottom:15px;
  text-shadow:0 3px 12px rgba(0,0,0,0.35); /* only readability */
}

.overlay p{
  font-size:1.1rem;
  line-height:1.6;
  text-shadow:0 2px 10px rgba(0,0,0,0.30);
}

/* BUTTON STAYS CLEAN */
.btn{
  display:inline-block;
  margin-top:20px;
  padding:12px 25px;
  background:var(--accent);
  color:#fff;
  border-radius:5px;
  text-decoration:none;
  transition:0.3s;
}