/* ------------------------------
   WPForms Fixes
------------------------------ */
/* ------------------------------
   WPForms
------------------------------ */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
.wpforms-container textarea { resize: none; }
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium { height: 136px; }
.wpforms-container button { padding: 15px 34px; font-size: 15px; }

/* ------------------------------
   Header & Navigation
------------------------------ */
.main-header-bar, 
.ast-primary-header {
   position: sticky;
   top: 0;
   z-index: 9999;
   background: #0b3d0b;
   transition: all 0.3s ease;
   box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.ast-site-identity img { max-height: 70px; transition: max-height 0.3s ease; }
.shrink .ast-site-identity img { max-height: 50px; }
.main-header-menu a, 
.ast-primary-header a {
   color: #fff !important;
   font-weight: 600;
   letter-spacing: 0.5px;
}
.main-header-menu a:hover, 
.ast-primary-header a:hover { color: #f5c542 !important; }
li.menu-item-join > a {
   background: #f5c542;
   color: #0b3d0b !important;
   font-weight: 700;
   padding: 8px 18px !important;
   border-radius: 5px;
   transition: all 0.3s ease;
}
li.menu-item-join > a:hover {
   background: #fff !important;
   color: #0b3d0b !important;
   box-shadow: 0 0 10px rgba(245,197,66,0.7);
}

/* ------------------------------
   General Layout
------------------------------ */
body {
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #222;
  margin: 0;
  padding: 0;
  background: #faf9f7;
}
section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }
h1, h2, h3 { font-weight: 700; margin-bottom: 20px; line-height: 1.3; }
h1 { font-size: 2.6rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; }

/* ------------------------------
   Hero Section (CINEMATIC)
------------------------------ */
.hero {
  position: relative;
  background: radial-gradient(circle at center, #1a1208, #0b0b0b 85%);
  text-align: center; 
  color: #fff;
  padding: 220px 20px 140px;
  border-radius: 12px;
  overflow: hidden;
}
.hero h1 { font-size: 2.8rem; margin-bottom: 15px; text-shadow: 0 2px 6px rgba(0,0,0,0.7); }
.hero p { font-size: 1.2rem; margin-bottom: 30px; text-shadow: 0 2px 6px rgba(0,0,0,0.7); }
.hero h1, .hero p, .hero a { position: relative; z-index: 5; }

/* Stars */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.05;
  z-index: 0;
  animation: starsTwinkle 12s linear infinite;
}
@keyframes starsTwinkle {
  0%,100% { opacity: 0.05; }
  50% { opacity: 0.1; }
}

/* Pyramid */
.pyramid-bg {
  position: absolute; inset: 0;
  background: url("https://rastar13.com/wp-content/uploads/2025/09/pyramid.svg") no-repeat center 62%;
  background-size: min(60%, 650px) auto;
  opacity: 0.28;
  filter: drop-shadow(0 0 30px rgba(224,178,26,0.8));
  animation: pyramidFloat 18s ease-in-out infinite alternate;
  z-index: 1;
}
@keyframes pyramidFloat {
  0% { transform: translateY(6px) scale(1); }
  50% { transform: translateY(-6px) scale(1.03); }
  100% { transform: translateY(6px) scale(1); }
}

/* Ankh */
.ankh-bg {
  position: absolute;
  top: 50%; left: 50%;
  width: 220px; height: 220px;
  background: url("https://rastar13.com/wp-content/uploads/2025/09/download.svg") no-repeat center;
  background-size: contain;
  opacity: 0.22;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 0 25px rgba(224,178,26,0.9));
  animation: ankhPulse 10s ease-in-out infinite;
}
@keyframes ankhPulse {
  0%,100% { transform: translate(-50%, -50%) scale(1); opacity: 0.22; }
  50% { transform: translate(-50%, -50%) scale(1.12); opacity: 0.32; }
}

/* Golden flash */
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at center,
    rgba(245,197,66,0.35) 0%,
    rgba(245,197,66,0.15) 40%,
    transparent 80%);
  opacity: 0;
  z-index: 3;
  animation: goldenFlash 8s ease-in-out infinite;
}
@keyframes goldenFlash {
  0%, 45%, 100% { opacity: 0; }
  50% { opacity: 0.7; }
  55% { opacity: 0; }
}

/* Ripple */
.geometry-bg {
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(245,197,66,0.2) 0%, transparent 70%);
  opacity: 0; transform: scale(0.8);
  animation: rippleWave 8s ease-in-out infinite;
  z-index: 2;
}
@keyframes rippleWave {
  0%,100% { opacity: 0; transform: scale(0.8); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

/* Rainbow Orbs */
.particles span {
  position: absolute;
  border-radius: 50%;
  animation: orbFloat 10s infinite ease-in-out;
}
.particles span:nth-child(1) { top: 20%; left: 15%; width: 20px; height: 20px; background: radial-gradient(circle, rgba(255,0,150,0.7), transparent 70%); animation-delay: 0s; }
.particles span:nth-child(2) { top: 35%; right: 20%; width: 25px; height: 25px; background: radial-gradient(circle, rgba(0,200,255,0.7), transparent 70%); animation-delay: 2s; }
.particles span:nth-child(3) { bottom: 25%; left: 30%; width: 18px; height: 18px; background: radial-gradient(circle, rgba(0,255,150,0.7), transparent 70%); animation-delay: 4s; }
.particles span:nth-child(4) { bottom: 30%; right: 25%; width: 22px; height: 22px; background: radial-gradient(circle, rgba(255,255,100,0.7), transparent 70%); animation-delay: 6s; }
.particles span:nth-child(5) { top: 50%; left: 50%; width: 28px; height: 28px; background: radial-gradient(circle, rgba(200,0,255,0.7), transparent 70%); animation-delay: 8s; }
@keyframes orbFloat {
  0%,100% { transform: translateY(0) scale(1); opacity: 0.7; }
  50% { transform: translateY(-15px) scale(1.1); opacity: 1; }
}

/* Stardust texture */
.particles::before, .particles::after {
  content: "";
  position: absolute; inset: 0;
  background: url("https://www.transparenttextures.com/patterns/stardust.png");
  opacity: 0.12; z-index: 1;
  animation: starDrift 80s linear infinite;
}
.particles::after { animation-direction: reverse; opacity: 0.1; }
@keyframes starDrift {
  0% { background-position: 0 0; }
  100% { background-position: 1000px 1000px; }
}

/* ------------------------------
   Buttons
------------------------------ */
a.btn, a.btn-outline {
  display: inline-block;
  padding: 14px 28px; margin: 10px;
  border-radius: 30px;
  text-decoration: none; font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 6;
}

/* Inner Circle molten */
.hero .btn {
  background: linear-gradient(90deg, #f5c542, #fff7b2, #f5c542);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moltenText 6s linear infinite, heroGlow 8s ease-in-out infinite;
}
.hero .btn::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(245,197,66,0.7);
  opacity: 0.9;
  pointer-events: none;
}
@keyframes moltenText {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}
@keyframes heroGlow {
  0%,100% { box-shadow: 0 0 10px rgba(245,197,66,0.5); }
  50% { box-shadow: 0 0 25px rgba(245,197,66,0.9); }
}

/* Blog button dim */
.hero .btn-outline {
  background: transparent;
  border: 2px solid #e0b21a;
  color: #e0b21a;
  animation: blogDim 8s ease-in-out infinite;
}
.hero .btn-outline:hover {
  background: #e0b21a; color: #fff;
}
@keyframes blogDim {
  0%, 45%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.96); }
}

/* ------------------------------
   About, Services, Blog, Inner Circle, Subscribe, Footer
------------------------------ */
.about { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
.about img { width: 100%; border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.15); }

.services {
  display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 30px; text-align: center;
}
.card {
  background: #fff; border-radius: 16px; padding: 40px 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

.blog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
.blog-grid img { border-radius: 12px; width: 100%; margin-bottom: 12px; }

.inner-circle-banner {
  position: relative;
  background: radial-gradient(circle at center, #111, #000);
  border-radius: 16px; padding: 80px 20px;
  text-align: center; color: #f5f5f5;
  margin: 80px auto; max-width: 900px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  overflow: hidden;
}
.inner-circle-banner h2 { color: #e0b21a; font-size: 2.2rem; text-shadow: 0 0 8px rgba(224,178,26,0.7); }
.inner-circle-banner p { color: #ddd; margin-bottom: 30px; }
.inner-circle-banner .btn {
  animation: pulseButton 4s infinite ease-in-out;
  box-shadow: 0 0 18px rgba(224,178,26,0.6);
}
@keyframes pulseButton {
  0%,100% { box-shadow: 0 0 12px rgba(224,178,26,0.5); transform: scale(1); }
  50% { box-shadow: 0 0 24px rgba(224,178,26,0.9); transform: scale(1.05); }
}

.subscribe-box {
  background: linear-gradient(135deg, #fff9e6, #fff);
  border: 2px solid #e0b21a; border-radius: 16px;
  padding: 60px 20px; max-width: 700px;
  margin: 80px auto; text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.subscribe-box h2 { color: #c89c14; margin-bottom: 15px; }
.wp-block-jetpack-subscriptions form { display: flex; justify-content: center; gap: 10px; }
.wp-block-jetpack-subscriptions input[type="email"] {
  flex: 1; min-width: 250px; padding: 14px 18px; border-radius: 30px; border: 1px solid #ccc;
}
.wp-block-jetpack-subscriptions .wp-block-button__link {
  border-radius: 30px; padding: 14px 28px;
  animation: softPulse 6s infinite ease-in-out;
}
@keyframes softPulse {
  0%,100% { box-shadow: 0 0 8px rgba(224,178,26,0.3); }
  50% { box-shadow: 0 0 18px rgba(224,178,26,0.6); }
}

footer {
  background: #111; color: #ccc;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 30px;
}
footer h3 { color: #fff; margin-bottom: 20px; }
footer a { color: #e0b21a; text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* ------------------------------
   Mobile Optimization
------------------------------ */
@media (max-width: 991px) {
  .hero { padding: 160px 15px 100px; }
  .hero h1 { font-size: 2.1rem; }
  .hero p { font-size: 1rem; margin-bottom: 20px; }
  .ankh-bg { width: 160px; height: 160px; }
  a.btn, a.btn-outline { padding: 12px 22px; font-size: 0.95rem; }
  .about { flex-direction: column; gap: 25px; }
  .about img { max-width: 90%; margin: 0 auto; }
  .services { grid-template-columns: 1fr; gap: 25px; }
  .card { padding: 25px 20px; }
  .blog-grid { gap: 15px; }
  .inner-circle-banner { padding: 50px 15px; margin: 50px auto; }
  .inner-circle-banner h2 { font-size: 1.6rem; }
  .inner-circle-banner p { font-size: 0.95rem; margin-bottom: 20px; }
  .subscribe-box { padding: 40px 15px; margin: 50px auto; }
  .subscribe-box h2 { font-size: 1.4rem; }
  .wp-block-jetpack-subscriptions form { flex-direction: column; gap: 12px; }
  .wp-block-jetpack-subscriptions input[type="email"] { width: 100%; }
  .wp-block-jetpack-subscriptions .wp-block-button__link { width: 100%; text-align: center; }
  footer { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  footer h3 { margin-bottom: 10px; }
}


/* === Speed-only tweaks (no visual change) === */

/* 1) Hero: keep cinematic cover, reduce jank on mobile */
.hero{
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  will-change: transform, opacity; /* hint for smoother paint */
}

/* Mobile: disable fixed background (faster, prevents stutter) */
@media (max-width: 768px){
  .hero{
    background-attachment: scroll;
    min-height: 600px;
  }
}

/* 2) Keep particles/orbs but lighten their paint cost */
.particles span{
  will-change: transform, opacity;
  pointer-events: none;
}

/* Respect user pref: reduce motion if user asked for it */
@media (prefers-reduced-motion: reduce){
  .particles span,
  .ankh-bg,
  .pyramid-bg,
  .geometry-bg{
    animation: none !important;
    transition: none !important;
  }
}

/* 3) Text readability without extra heavy filters */
.hero h1, .hero p, .hero a{
  text-shadow: 0 3px 12px rgba(0,0,0,0.7);
}

/* 4) Prevent any late reflow from fonts (CLS safety) */
html:where(:not(.wf-loading)){
  font-display: swap;
}

/* 5) Blog/inline images: ensure no layout shift */
img{
  height: auto;
  max-width: 100%;
}

/* 6) Just in case Gutenberg/blocks inject lazy on hero by mistake */
.hero img{
  content-visibility: auto;
  contain-intrinsic-size: 1080px 720px; /* fallback to avoid CLS if an img is used */
}

.hero {
  position: relative;
  min-height: 100vh;
  background: #000; /* or your chosen background color */
  overflow: hidden;
}

.pyramid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://rastar13.com/wp-content/uploads/2025/09/pyramid.svg') no-repeat center;
  background-size: contain;
  opacity: 0.15;
  z-index: 1;
}

.ankh-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('https://rastar13.com/wp-content/uploads/2025/09/download.svg') no-repeat center;
  background-size: contain;
  opacity: 0.15;
  z-index: 2;
}

.hero h1,
.hero p,
.hero a {
  position: relative;
  z-index: 5;
}

/* ✨ Global Rounded Image Styling for Blog + FAQ Thumbnails ✨ */
.post-article img,
.wp-block-image img,
.rank-math-faq-block img {
  border-radius: 12px;        /* Soft rounded corners */
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* Gentle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-article img:hover,
.wp-block-image img:hover,
.rank-math-faq-block img:hover {
  transform: scale(1.02);     /* Subtle zoom on hover for premium feel */
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* 📚 FAQ Thumbnail Layout */
.rank-math-faq-item .faq-thumb {
  float: right;
  max-width: 280px;
  width: 42%;
  height: auto;
  margin: 0.5rem 0 0.75rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rank-math-faq-item .faq-thumb:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
@media (max-width: 782px) {
  .rank-math-faq-item .faq-thumb {
    float: none;
    width: 100%;
    margin: 0.75rem 0;
  }
}

/* 🔗 Social Share Buttons */
.share-buttons a {
  background: linear-gradient(135deg, #e6b34b, #c77c2d);
  color: #fff !important;
  border: none !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease;
}
.share-buttons a:hover {
  background: linear-gradient(135deg, #f4c56b, #d68c35);
  transform: translateY(-2px);
}

/* 🪶 Hero & CTA Polish */
.hero h1 {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: #2a1f0f;
  margin-bottom: 1rem;
}
#cta h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  color: #3e2a13;
}
#cta p {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
}

/* ✨ Image Hover Glow */
figure img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
figure img:hover {
  transform: scale(1.02);
  filter: brightness(1.08);
}

/* 🔱 Sacred Golden Gradient CTA Style */
.decode

/* ✨ Sacred Golden Glow - Brighter Version */
.decode-hidden-meanings {
  background: linear-gradient(90deg, #ffdd00, #ffb700, #ffd966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 
    0 0 8px rgba(255, 215, 0, 0.9),
    0 0 15px rgba(255, 223, 100, 0.7),
    0 0 25px rgba(255, 200, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

/* Optional: Add hover glow burst */
.decode-hidden-meanings:hover {
  text-shadow: 
    0 0 15px rgba(255, 225, 0, 1),
    0 0 30px rgba(255, 200, 0, 0.9),
    0 0 45px rgba(255, 180, 0, 0.8);
  transform: scale(1.02);
}

.decode-title-glow {
  color: #ffd700 !important; /* golden glow */
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 
               0 0 20px rgba(255, 215, 0, 0.6),
               0 0 30px rgba(255, 215, 0, 0.4);
  font-weight: 800;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.decode-title-glow:hover {
  text-shadow: 0 0 15px rgba(255, 215, 0, 1),
               0 0 30px rgba(255, 215, 0, 0.8);
}

/* 🌿 FAQ images: keep them thumbnail-sized and aligned right */
.rank-math-faq-item img {
  max-width: 280px;        /* thumbnail size */
  height: auto;
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ✍️ Blog inline images: scale to container */
.entry-content img,
.post-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.25rem auto;
  border-radius: 12px;
}

/* 📱 Mobile fix: stack FAQ image below text */
@media (max-width: 768px) {
  .rank-math-faq-item img {
    float: none;
    display: block;
    margin: 1rem auto;
    max-width: 80%;
  }
}

/* 🌐 Global Post Styling */
#main-content article {
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* 🕷️ Section Headings */
#main-content h2, #main-content h3 {
  font-family: 'Georgia', serif;
  font-weight: 700;
  color: #2d2d2d;
  border-left: 4px solid #c6a94f;
  padding-left: 0.5rem;
  margin-top: 2.5rem;
  scroll-margin-top: 100px;
}

/* 📸 Figures & Images */
figure {
  text-align: center;
  margin: 2rem auto;
}

figure img {
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

figure img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.4;
}

/* 🛒 Amazon Product Cards */
#amazon-resources figure {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

#amazon-resources figure:hover {
  border-color: #c6a94f;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

#amazon-resources figcaption {
  font-size: 0.95rem;
  color: #333;
  margin-top: 0.75rem;
}

/* ❓ FAQ Styling */
.wp-block-rank-math-faq-block {
  margin: 3rem 0;
  background: #fdfcf8;
  border: 1px solid #e7e1cb;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.rank-math-faq-item {
  margin-bottom: 2rem;
}

.rank-math-question {
  font-size: 1.25rem;
  color: #2c2c2c;
  margin-bottom: 0.75rem;
}

.rank-math-answer {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* 📱 Responsive Tweaks */
@media screen and (max-width: 768px) {
  #main-content article {
    padding: 0.75rem;
    font-size: 1rem;
  }
  figure img {
    max-width: 100%;
  }
  .rank-math-question {
    font-size: 1.15rem;
  }
}

/* === FAQ Visual Section Styling === */
#faq-visuals {
  background: linear-gradient(180deg, #ffffff, #faf9f7);
  padding: 3rem 1rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05);
  max-width: 860px;
  margin: 3rem auto;
}

#faq-visuals h2 {
  font-size: 2rem;
  text-align: center;
  color: #3a2c22;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#faq-visuals figure {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

#faq-visuals figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

#faq-visuals img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 3px solid #c89b3c; /* golden accent */
}

#faq-visuals figcaption {
  font-size: 0.95rem;
  color: #4b3e32;
  padding: 1rem;
  background: #fffdf8;
  text-align: center;
  line-height: 1.5;
}

#faq-visuals figcaption strong {
  color: #c89b3c;
  font-weight: 700;
}

#faq-visuals [itemprop="caption"] {
  font-style: italic;
}

#faq-visuals h4 {
  text-align: center;
  margin: 2.5rem 0 1rem;
  font-size: 1.35rem;
  color: #2e2217;
  border-bottom: 2px dashed #c89b3c;
  display: inline-block;
  padding-bottom: 0.25rem;
}

#faq-visuals p em {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  color: #5c4e40;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  #faq-visuals h2 {
    font-size: 1.7rem;
  }
  #faq-visuals h4 {
    font-size: 1.2rem;
  }
  #faq-visuals figcaption {
    font-size: 0.9rem;
    padding: 0.85rem;
  }
}

/* === Video Section Styling === */
#video {
  background: linear-gradient(180deg, #fffdfa, #f8f6f2);
  padding: 3rem 1rem;
  max-width: 900px;
  margin: 4rem auto;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  text-align: center;
}

#video h2 {
  font-size: 2rem;
  color: #2d241b;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#video p {
  font-size: 1.05rem;
  color: #4a3d2b;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 2rem;
}

/* Placeholder box styling before embed is added */
#video-placeholder {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #0f0f0f15;
  border: 3px dashed #c89b3c;
  border-radius: 1.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: #c89b3c;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease;
}

#video-placeholder:hover {
  background: #fff8e5;
  border-color: #a57d2c;
  color: #a57d2c;
}

/* When real iframe is inserted, keep spacing consistent */
#video iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  #video h2 {
    font-size: 1.7rem;
  }
  #video p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
}

html {
  scroll-behavior: smooth;
}


section {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🌐 Global Article Styling */
article, section, .wp-block-html, .wp-block-paragraph {
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
}

/* 📚 Amazon Cards */
.amazon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.amazon-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.amazon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}
.amazon-card h4 {
  font-size: 1.1rem;
  margin-top: 0.6rem;
  color: #222;
}
.amazon-btn {
  background: #ff9900 !important;
  color: #fff !important;
  font-weight: bold;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  text-decoration: none;
}
.amazon-btn:hover {
  background: #e68600 !important;
}

/* 🕷️ FAQ Styling */
#faq h3 {
  font-size: 1.1rem;
  color: #2e2e2e;
  margin-top: 1.5rem;
}
#faq p {
  margin: 0.5rem 0 1.25rem;
  color: #444;
}

/* 📸 Image Captions */
figure figcaption {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  margin-top: 0.5rem;
}

/* ✨ Subtle Hover for Links */
a:hover {
  color: #b45eff;
  text-decoration: underline;
}

/* === SPIDER BITE PAGE POLISH === */

/* Better spacing between sections */
section[id^="section-"] {
  margin: 3rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
}

/* Headings styling */
section h2 {
  font-size: 1.9rem;
  color: #2e2e2e;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}

/* Figures & images */
section figure {
  margin: 1.5rem auto;
  text-align: center;
}
section figure img {
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 900px;
  width: 100%;
  height: auto;
}
section figure figcaption {
  font-size: 0.92rem;
  color: #555;
  margin-top: 0.6rem;
  font-style: italic;
}

/* Amazon product cards */
.amazon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 1.5rem;
}
.amazon-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.amazon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.amazon-card h4 {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.amazon-btn {
  background: #ff9900;
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.5rem;
  text-align: center;
}

/* FAQ block styling */
.rank-math-faq-item {
  background: #f9f9f9;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  border-left: 4px solid #7c4dff;
}
.rank-math-question {
  font-size: 1.2rem;
  color: #2e2e2e;
  margin-bottom: 0.5rem;
}
.rank-math-answer {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  section h2 {
    font-size: 1.6rem;
  }
  .amazon-grid {
    grid-template-columns: 1fr;
  }
}


/* 🌿 High-Vibration Email Form Styling */
#high-vibration-guide form.mailpoet_form,
.mailpoet_form {
  background: linear-gradient(180deg, #ffffff, #f5fdf7);
  border: 2px solid #a0d9a1;
  border-radius: 16px;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.mailpoet_form h2,
#high-vibration-guide h2 {
  font-size: 2em;
  color: #2d572c;
  margin-bottom: 10px;
}

.mailpoet_form p {
  font-size: 1.1em;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.mailpoet_form input[type="email"] {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #b6e3b8;
  font-size: 1em;
  margin-bottom: 15px;
  transition: 0.3s;
}

.mailpoet_form input[type="email"]:focus {
  border-color: #62c462;
  outline: none;
  box-shadow: 0 0 10px rgba(98,196,98,0.4);
}

.mailpoet_form input[type="submit"],
.mailpoet_submit {
  background: linear-gradient(135deg, #62c462, #46a049);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.mailpoet_form input[type="submit"]:hover {
  background: linear-gradient(135deg, #46a049, #2e7031);
  transform: translateY(-2px);
}

.mailpoet_form small {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}

/* 🔧 FIX: Invisible Images / Cards not Showing on Digital Solutions Page */
.services img,
.card img,
.wp-block-image img,
figure img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  z-index: 5 !important;
  position: relative !important;
  display: block !important;
}

.card,
.services .card {
  background: #fff !important;
  color: #222 !important;
}

section.services,
.services {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.ankh-bg,
.pyramid-bg {
  animation-delay: 1.5s !important;
}


.particles span:nth-child(n+3) {
  display: none;
}
@media (min-width: 992px){
  .particles span:nth-child(n+3) { display: block; }
}

/* ===== Inner Circle Vault Form Styling ===== */
.wpforms-form {
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
  border-radius: 12px;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.25);
}

.wpforms-form label {
  color: #FFD700;
  font-weight: 600;
  font-family: 'Georgia', serif;
  letter-spacing: 0.5px;
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"] {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #FFD700;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

.wpforms-submit {
  background: linear-gradient(90deg, #FFD700, #f5c542);
  color: #000;
  font-weight: 700;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 0 12px #FFD700;
  transition: all 0.3s ease-in-out;
}

.wpforms-submit:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 20px #FFD700;
  transform: scale(1.05);
}

.wpforms-field input::placeholder {
  color: #FFD700;
  opacity: 0.7;
}

/* Optional: glowing border animation */
.wpforms-form {
  animation: vaultGlow 3s ease-in-out infinite alternate;
}

@keyframes vaultGlow {
  from { box-shadow: 0 0 15px rgba(255, 215, 0, 0.25); }
  to { box-shadow: 0 0 30px rgba(255, 215, 0, 0.55); }
}
/* 🌟 Vault Form Styling */
.wpforms-form button[type="submit"] {
  background: linear-gradient(135deg, #d4af37, #f6e27a); /* gold gradient */
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ✨ Hover Glow Effect */
.wpforms-form button[type="submit"]:hover {
  background: linear-gradient(135deg, #f6e27a, #d4af37);
  box-shadow: 0 0 25px rgba(255, 215, 0, 1);
  transform: scale(1.05);
}

/* Optional: Center the button */
.wpforms-form {
  text-align: center;
}

.wpforms-form input,
.wpforms-form textarea {
  border-radius: 6px;
  border: 1px solid #d4af37;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.wpforms-form input::placeholder {
  color: #ccc;
}
/* Spiritual-themed Amazon cards */
.product-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(254,242,219,0.95));
    border: 1px solid rgba(239, 215, 171, 0.7);
    border-radius: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(229, 175, 58, 0.4);
}
.product-image {
    background: radial-gradient(circle at top left, #fff6e5, #fef2dc);
    border-radius: 1rem;
    padding: 1.25rem;
}
.product-content h3 {
    color: #b67b22;
}
.amazon-section {
    background: linear-gradient(140deg, #fff9e6 0%, #fae7d0 100%);
}


/* Spiritual-themed Amazon cards */
.product-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(254,242,219,0.95));
    border: 1px solid rgba(239, 215, 171, 0.7);
    border-radius: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(229, 175, 58, 0.4);
}
.product-image {
    background: radial-gradient(circle at top left, #fff6e5, #fef2dc);
    border-radius: 1rem;
    padding: 1.25rem;
}
.product-content h3 {
    color: #b67b22;
}
.amazon-section {
    background: linear-gradient(140deg, #fff9e6 0%, #fae7d0 100%);
}

/* Color variables scoped to your post */
#ascension-post {
  --primary-color: #92400e;
  --secondary-color: #b45309;
  --accent-color: #f59e0b;
  --light-bg: #fef3c7;
  --dark-text: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  color: var(--dark-text);
}

/* Hero Section */
#ascension-post .hero {
  text-align: center;
  margin-bottom: 4rem;
}
#ascension-post .hero-image-wrapper {
  max-width: 900px;
  margin: 0 auto 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  border: 4px solid rgba(180,83,9,0.1);
}
#ascension-post .hero img {
  width: 100%;
  height: auto;
  display: block;
}
#ascension-post .hero h1 {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 800;
}
#ascension-post .hero p {
  font-size: 1.25rem;
  color: #374151;
  max-width: 800px;
  margin: 0 auto 2rem;
}

/* Video Wrapper */
#ascension-post .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  background: radial-gradient(circle, rgba(255,255,255,0.3), rgba(255,255,255,0));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#ascension-post .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Content Sections */
#ascension-post .content-section {
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3rem;
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#ascension-post .content-section.visible {
  opacity: 1;
  transform: translateY(0);
}
#ascension-post .content-section:nth-child(even) {
  grid-template-columns: 1fr 400px;
}
#ascension-post .content-section:nth-child(even) .section-image {
  order: 2;
}
#ascension-post .content-section:nth-child(even) .section-text {
  order: 1;
}
#ascension-post .section-image {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border: 3px solid rgba(180,83,9,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#ascension-post .section-image:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}
#ascension-post .section-image img {
  width: 100%;
  height: auto;
  display: block;
}
#ascension-post .section-text h2 {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  font-weight: 700;
}
#ascension-post .section-text p {
  font-size: 1.1rem;
  color: #4b5563;
  line-height: 1.8;
}

/* FAQ Section */
#ascension-post .faq-section {
  margin: 6rem 0;
}
#ascension-post .faq-section h2 {
  font-size: 2.5rem;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 800;
}
#ascension-post .faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
#ascension-post .faq-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  border: 2px solid rgba(180,83,9,0.05);
}
#ascension-post .faq-card.visible {
  opacity: 1;
  transform: translateY(0);
}
#ascension-post .faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
#ascension-post .faq-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
#ascension-post .faq-card-content {
  padding: 1.5rem;
}
#ascension-post .faq-card h3 {
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
  font-weight: 600;
}
#ascension-post .faq-card p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Amazon Products Section */
#ascension-post .amazon-section {
  background: linear-gradient(135deg, var(--light-bg) 0%, #fde68a 100%);
  padding: 4rem 2rem;
  border-radius: 2rem;
  margin: 6rem 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
#ascension-post .amazon-section h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 800;
}
#ascension-post .amazon-section > p {
  text-align: center;
  color: #78350f;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#ascension-post .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
#ascension-post .product-card {
  background: white;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 3px solid rgba(180,83,9,0.08);
  opacity: 0;
  transform: translateY(20px);
}
#ascension-post .product-card.visible {
  opacity: 1;
  transform: translateY(0);
}
#ascension-post .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
#ascension-post .product-image {
  width: 100%;
  height: 280px;
  object-fit: contain;
  padding: 2rem;
  background: #fafafa;
}
#ascension-post .product-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#ascension-post .product-content h3 {
  font-size: 1.35rem;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
#ascension-post .product-content p {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#ascension-post .amazon-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(245,158,11,0.3);
}
#ascension-post .amazon-btn:hover {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  box-shadow: 0 6px 20px rgba(245,158,11,0.4);
  transform: translateY(-2px);
}

/* Closing Section */
#ascension-post .closing-section {
  text-align: center;
  margin: 6rem 0 3rem;
}
#ascension-post .closing-image-wrapper {
  max-width: 700px;
  margin: 0 auto 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.12);
  border: 4px solid rgba(180,83,9,0.1);
}
#ascension-post .closing-section h2 {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
  font-weight: 700;
}
#ascension-post .closing-section p {
  font-size: 1.15rem;
  color: #4b5563;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  #ascension-post .content-section,
  #ascension-post .content-section:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #ascension-post .section-image {
    max-width: 500px;
    margin: 0 auto;
  }
}


/* Ascension post scoped styles */
/* Put this in Appearance → Customize → Additional CSS */

/* Variables and base styles */
#ascension-post {
    --primary-color: #92400e;
    --secondary-color: #b45309;
    --accent-color: #f59e0b;
    --light-bg: #fef3c7;
    --dark-text: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: var(--dark-text);
    background: linear-gradient(to bottom, var(--light-bg), #ffffff, var(--light-bg));
}

/* Reset margins and paddings within the post */
#ascension-post * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Layout container */
#ascension-post .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Hero section */
#ascension-post .hero {
    text-align: center;
    margin-bottom: 4rem;
}
#ascension-post .hero-image-wrapper {
    max-width: 900px;
    margin: 0 auto 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border: 4px solid rgba(180, 83, 9, 0.1);
}
#ascension-post .hero img {
    width: 100%;
    height: auto;
    display: block;
}
#ascension-post .hero h1 {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 800;
}
#ascension-post .hero p {
    font-size: 1.25rem;
    color: #374151;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* Video wrapper and call-to-action */
#ascension-post .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    background: radial-gradient(circle, rgba(255,255,255,0.3), rgba(255,255,255,0));
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#ascension-post .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#ascension-post .youtube-invite {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: var(--secondary-color);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Content sections */
#ascension-post .content-section {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 3rem;
    align-items: start;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
#ascension-post .content-section.visible {
    opacity: 1;
    transform: translateY(0);
}
#ascension-post .content-section:nth-child(even) {
    grid-template-columns: 1fr 400px;
}
#ascension-post .content-section:nth-child(even) .section-image {
    order: 2;
}
#ascension-post .content-section:nth-child(even) .section-text {
    order: 1;
}
#ascension-post .section-image {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border: 3px solid rgba(180,83,9,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#ascension-post .section-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}
#ascension-post .section-image img {
    width: 100%;
    height: auto;
    display: block;
}
#ascension-post .section-text h2 {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-weight: 700;
}
#ascension-post .section-text p {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
}

/* FAQ section */
#ascension-post .faq-section {
    margin: 6rem 0;
}
#ascension-post .faq-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 800;
}
#ascension-post .faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
#ascension-post .faq-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    border: 2px solid rgba(180,83,9,0.05);
}
#ascension-post .faq-card.visible {
    opacity: 1;
    transform: translateY(0);
}
#ascension-post .faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
#ascension-post .faq-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#ascension-post .faq-card-content {
    padding: 1.5rem;
}
#ascension-post .faq-card h3 {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-weight: 600;
}
#ascension-post .faq-card p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
}

/* Amazon products section */
#ascension-post .amazon-section {
    background: linear-gradient(135deg, var(--light-bg) 0%, #fde68a 100%);
    padding: 4rem 2rem;
    border-radius: 2rem;
    margin: 6rem 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
#ascension-post .amazon-section h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 800;
}
#ascension-post .amazon-section > p {
    text-align: center;
    color: #78350f;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#ascension-post .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
#ascension-post .product-card {
    background: white;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 3px solid rgba(180,83,9,0.08);
    opacity: 0;
    transform: translateY(20px);
}
#ascension-post .product-card.visible {
    opacity: 1;
    transform: translateY(0);
}
#ascension-post .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
#ascension-post .product-image {
    width: 100%;
    height: 280px;
    object-fit: contain;
    padding: 2rem;
    background: #fafafa;
}
#ascension-post .product-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#ascension-post .product-content h3 {
    font-size: 1.35rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-weight: 700;
}
#ascension-post .product-content p {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
#ascension-post .amazon-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(245,158,11,0.3);
}
#ascension-post .amazon-btn:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    box-shadow: 0 6px 20px rgba(245,158,11,0.4);
    transform: translateY(-2px);
}

/* Closing section */
#ascension-post .closing-section {
    text-align: center;
    margin: 6rem 0 3rem;
}
#ascension-post .closing-image-wrapper {
    max-width: 700px;
    margin: 0 auto 2rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    border: 4px solid rgba(180,83,9,0.1);
}
#ascension-post .closing-section h2 {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}
#ascension-post .closing-section p {
    font-size: 1.15rem;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    #ascension-post .content-section,
    #ascension-post .content-section:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    #ascension-post .section-image {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #ascension-post .hero h1 {
        font-size: 2rem;
    }
    #ascension-post .hero p {
        font-size: 1.1rem;
    }
    #ascension-post .content-section h2,
    #ascension-post .faq-section h2,
    #ascension-post .amazon-section h2 {
        font-size: 1.75rem;
    }
    #ascension-post .products-grid,
    #ascension-post .faq-grid {
        grid-template-columns: 1fr;
    }
    #ascension-post .amazon-section {
        padding: 2rem 1rem;
    }
    #ascension-post .section-image {
        max-width: 100%;
    }
}


#ascension-post .video-wrapper .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#ascension-post .video-wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}


