
.ath-tarot-page{max-width:980px;margin:30px auto;padding:34px!important;overflow:hidden;position:relative}.ath-tarot-page:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(215,168,79,.28),rgba(141,92,246,.08) 65%,transparent);pointer-events:none}.ath-tarot-intro h1{margin:.2em 0 .25em;font-size:clamp(34px,5vw,54px)}.ath-tarot-intro p{max-width:680px}.ath-tarot-form{display:grid;gap:16px;margin-top:22px}.ath-tarot-form label{font-weight:800}.ath-tarot-form textarea{width:100%;margin-top:8px;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.09);color:inherit;min-height:110px}.ath-tarot-form textarea::placeholder{color:rgba(255,255,255,.58)}.ath-tarot-result{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:center;margin-top:30px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.ath-tarot-card-visual{width:280px;max-width:100%;aspect-ratio:2/3;border-radius:28px;padding:8px;background:linear-gradient(160deg,#f1d186,#8d5cf6 52%,#20133c);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.18) inset;transform:rotate(-1.5deg)}.ath-tarot-card-visual img{display:block;width:100%;height:100%;object-fit:cover;border-radius:22px;box-shadow:0 0 0 1px rgba(255,255,255,.28) inset}.ath-tarot-card-visual:hover{transform:rotate(0deg) translateY(-3px);transition:.25s ease}.ath-tarot-reading h2{font-size:34px;margin:0 0 12px}.ath-tarot-reading p{font-size:17px;line-height:1.75}.ath-muted{opacity:.78}@media(max-width:760px){.ath-tarot-result{grid-template-columns:1fr}.ath-tarot-card-visual{margin:auto;width:240px}.ath-tarot-page{padding:24px!important}}

/* ATH V74 Horoscoop */
.ath-horoscoop-form input[type="text"],
.ath-horoscoop-form input[type="date"],
.ath-horoscoop-form select{
  width:100%;
  border:1px solid rgba(120,90,70,.22);
  border-radius:16px;
  padding:13px 14px;
  background:#fff;
  font:inherit;
}
.ath-horoscoop-symbol{
  width:210px;
  min-height:285px;
  border-radius:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:96px;
  font-weight:800;
  background:radial-gradient(circle at top,#fff7e8,#efe0c7 55%,#d4b98d);
  color:#6f4d2f;
  box-shadow:0 18px 45px rgba(60,35,15,.18);
  border:1px solid rgba(120,90,70,.18);
}
@media(max-width:720px){.ath-horoscoop-symbol{width:100%;min-height:190px}}

/* ATH V75 Horoscoop afbeeldingen */
.ath-horoscoop-card{
  width:280px;
  max-width:100%;
  aspect-ratio:8/11;
  border-radius:28px;
  padding:8px;
  background:linear-gradient(160deg,#f1d186,#8d5cf6 52%,#20133c);
  box-shadow:0 28px 70px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.18) inset;
  transform:rotate(-1.2deg);
}
.ath-horoscoop-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 0 0 1px rgba(255,255,255,.24) inset;
}
.ath-horoscoop-card:hover{transform:rotate(0deg) translateY(-3px);transition:.25s ease}
@media(max-width:760px){.ath-horoscoop-card{margin:auto;width:240px}}
