/*
Theme Name: Prima Goldie
Template: twentytwentyfive
Text Domain: prima-goldie
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Heebo:wght@300;400;500;600;700&display=swap');

:root {
  --forest: #1a3a28;
  --forest-deep: #0a1a10;
  --sage: #e8f0eb;
  --sage-pale: #f2f7f4;
  --gold: #c9a843;
  --gold-deep: #a88a2a;
  --ivory: #f8f5ee;
  --copper: #c9a843;
  --ink: #0a1a10;
  --ink-soft: #1a3a28;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', sans-serif;
  background: var(--ivory);
  color: var(--ink);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  direction: rtl;
}
.serif {
  font-family: 'Cormorant Garamond', 'David Libre', serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ——— NAV ——— */
nav {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 100;
  padding: 22px 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(248, 245, 238, 0.78);
  border-bottom: 1px solid rgba(201, 149, 110, 0.15);
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: var(--forest);
  letter-spacing: 0.04em;
}
.logo span { color: var(--gold); font-style: normal; }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--forest); }

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 20% 30%, #fff1ec 0%, transparent 55%),
    radial-gradient(ellipse at 85% 70%, #d5e8dc 0%, transparent 50%),
    linear-gradient(135deg, #f8f5ee 0%, #e8f0eb 60%, #c5ddd0 100%);
  display: flex;
  align-items: center;
  padding: 140px 8vw 80px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-deep);
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: "";
  width: 40px; height: 1px;
  background: var(--gold);
}
h1.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6.8vw, 96px);
  font-weight: 400;
  line-height: 1.0;
  color: var(--forest-deep);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
h1.hero-title em {
  font-style: italic;
  color: var(--gold-deep);
  font-weight: 300;
  display: block;
  font-size: 0.55em;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.hero-sub {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 480px;
  line-height: 1.9;
  margin-bottom: 40px;
  font-weight: 300;
}
.cta-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: linear-gradient(135deg, var(--forest), var(--forest-deep));
  color: white;
  padding: 18px 40px;
  border: none;
  border-radius: 999px;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 12px 32px -10px rgba(26, 58, 40, 0.55), inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(26, 58, 40, 0.6); }
.btn-primary svg { width: 16px; height: 16px; }
.btn-ghost {
  background: transparent;
  color: var(--forest);
  padding: 16px 8px;
  border: none;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
  text-decoration: none;
}
.hero-visual {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mandala {
  width: 100%;
  max-width: 560px;
  animation: slowSpin 90s linear infinite;
  filter: drop-shadow(0 20px 40px rgba(26, 58, 40, 0.12));
}
@keyframes slowSpin { to { transform: rotate(360deg); } }
.petal {
  position: absolute;
  border-radius: 50% 0 50% 50%;
  background: linear-gradient(135deg, #a8d5b8, #6aab8a);
  opacity: 0.55;
  filter: blur(0.5px);
  animation: float 9s ease-in-out infinite;
}
.petal.p1 { width: 40px; height: 40px; top: 12%; right: 8%; transform: rotate(30deg); animation-delay: 0s; }
.petal.p2 { width: 22px; height: 22px; top: 70%; right: 0%; transform: rotate(-45deg); animation-delay: 2s; background: linear-gradient(135deg, #c9a843, #a88a2a); }
.petal.p3 { width: 30px; height: 30px; top: 25%; left: 5%; transform: rotate(120deg); animation-delay: 4s; }
.petal.p4 { width: 16px; height: 16px; top: 85%; left: 20%; transform: rotate(60deg); animation-delay: 1.2s; background: linear-gradient(135deg, #c9a843, #a88a2a); }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(var(--r, 30deg)); }
  50% { transform: translateY(-18px) rotate(calc(var(--r, 30deg) + 10deg)); }
}
.hero-price-badge {
  position: absolute;
  bottom: 8%;
  left: -6%;
  background: white;
  border: 1px solid rgba(201, 149, 110, 0.3);
  border-radius: 999px;
  padding: 14px 22px;
  box-shadow: 0 24px 48px -20px rgba(13, 26, 16, 0.35);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: float 7s ease-in-out infinite;
}
.hero-price-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #8fb87a; box-shadow: 0 0 0 4px rgba(143, 184, 122, 0.18); }
.hero-price-badge .label { font-size: 12px; letter-spacing: 0.12em; color: var(--ink-soft); }
.hero-price-badge .val { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--forest); font-weight: 500; }

/* ——— SECTION SHARED ——— */
section { position: relative; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 8vw; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--gold-deep);
  font-size: 12px; letter-spacing: 0.3em; font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
h2.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--forest-deep);
  margin-bottom: 26px;
  letter-spacing: -0.005em;
}
h2.section-title em { font-style: italic; color: var(--gold-deep); font-weight: 300; }

.divider {
  display: flex; align-items: center; justify-content: center;
  padding: 60px 0;
  gap: 20px;
}
.divider::before, .divider::after {
  content: "";
  flex: 1; max-width: 180px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.divider svg { width: 28px; height: 28px; color: var(--gold); }

/* ——— ABOUT ——— */
.about { padding: 120px 0; background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: center; }
.about-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(13, 26, 16, 0.4);
}
.about-photo .frame {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(248, 245, 238, 0.65);
  z-index: 2;
  pointer-events: none;
}
.about-photo-deco {
  position: absolute;
  bottom: -30px; right: -30px;
  width: 120px; height: 120px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.about-photo-deco.two {
  top: -20px; left: -40px; right: auto; bottom: auto;
  width: 80px; height: 80px;
  border: 1px solid var(--forest);
  opacity: 0.35;
  border-radius: 0;
  transform: rotate(45deg);
}
.about-text { max-width: 540px; }
.about-text p { font-size: 17px; line-height: 2; color: var(--ink-soft); margin-bottom: 22px; font-weight: 300; }
.about-text .pull {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--forest);
  line-height: 1.5;
  padding: 26px 28px;
  border-right: 2px solid var(--gold);
  margin: 32px 0;
  font-weight: 400;
}
.signature { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 32px; color: var(--forest); margin-top: 24px; opacity: 0.8; }

/* ——— CARDS / PRODUCT ——— */
.product {
  padding: 140px 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(201, 149, 110, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #f8f5ee 0%, #e8f0eb 100%);
  position: relative;
  overflow: hidden;
}
.product-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.card-fan { position: relative; aspect-ratio: 1.1; display: flex; align-items: center; justify-content: center; }
.oracle-card {
  position: absolute;
  width: 180px; height: 280px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8f5ee 0%, #e8f0eb 100%);
  border: 1px solid rgba(201, 149, 110, 0.4);
  box-shadow: 0 30px 60px -30px rgba(13, 26, 16, 0.45), 0 6px 12px rgba(13, 26, 16, 0.1);
  transform-origin: 50% 110%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.oracle-card .card-inner {
  width: 100%; height: 100%;
  border: 1px solid rgba(201, 149, 110, 0.5);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px;
  background: radial-gradient(circle at 50% 50%, rgba(248, 245, 238, 0.6) 0%, transparent 70%);
}
.oracle-card .card-glyph { width: 70px; height: 70px; color: var(--gold-deep); opacity: 0.85; }
.oracle-card .card-num { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--gold-deep); font-style: italic; font-weight: 400; }
.oracle-card .card-word { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--forest); letter-spacing: 0.15em; text-transform: uppercase; }
.oracle-card.c1 { transform: translate(-220px, 30px) rotate(-22deg); z-index: 1; }
.oracle-card.c2 { transform: translate(-110px, -10px) rotate(-11deg); z-index: 2; }
.oracle-card.c3 { transform: translate(0, -30px) rotate(0deg); z-index: 3; }
.oracle-card.c4 { transform: translate(110px, -10px) rotate(11deg); z-index: 2; }
.oracle-card.c5 { transform: translate(220px, 30px) rotate(22deg); z-index: 1; }
.card-fan:hover .oracle-card.c1 { transform: translate(-240px, 40px) rotate(-28deg); }
.card-fan:hover .oracle-card.c5 { transform: translate(240px, 40px) rotate(28deg); }
.card-fan:hover .oracle-card.c3 { transform: translate(0, -50px) rotate(0deg); }
.product-text h2 { font-family: 'Cormorant Garamond', serif; }
.product-desc { font-size: 17px; line-height: 2; color: var(--ink-soft); margin-bottom: 32px; max-width: 540px; }
.feature-list { list-style: none; margin: 32px 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(201, 149, 110, 0.2); font-size: 15px; color: var(--ink); }
.feature-list svg { width: 18px; height: 18px; color: var(--gold-deep); flex-shrink: 0; margin-top: 4px; }
.feature-list li strong { display: block; font-weight: 500; margin-bottom: 2px; }
.feature-list li span { color: var(--ink-soft); font-weight: 300; }
.price-card { display: flex; align-items: center; gap: 32px; padding: 28px 32px; background: white; border-radius: 18px; box-shadow: 0 24px 60px -30px rgba(13, 26, 16, 0.35); border: 1px solid rgba(201, 149, 110, 0.2); margin-top: 32px; flex-wrap: wrap; }
.price-tag .label { font-size: 11px; letter-spacing: 0.25em; color: var(--gold-deep); font-weight: 500; margin-bottom: 4px; }
.price-tag .amount { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 400; color: var(--forest-deep); line-height: 1; }
.price-tag .amount small { font-size: 28px; color: var(--gold-deep); margin-left: 2px; vertical-align: top; }
.price-tag .sub { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.btn-whatsapp {
  background: linear-gradient(135deg, var(--forest), var(--forest-deep));
  color: white;
  padding: 20px 32px;
  border: none;
  border-radius: 999px;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 30px -10px rgba(26, 58, 40, 0.5);
  text-decoration: none;
  transition: transform 0.25s;
  flex: 1;
  min-width: 200px;
  justify-content: center;
}
.btn-whatsapp:hover { transform: translateY(-2px); }
.btn-whatsapp svg { width: 20px; height: 20px; }
.sessions-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 100px; }
.session-card { background: rgba(255, 255, 255, 0.55); backdrop-filter: blur(10px); border: 1px solid rgba(201, 149, 110, 0.25); border-radius: 16px; padding: 32px 28px; transition: transform 0.3s, box-shadow 0.3s; }
.session-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(13, 26, 16, 0.3); }
.session-card .num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px; color: var(--gold-deep); margin-bottom: 12px; }
.session-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--forest-deep); font-weight: 500; margin-bottom: 12px; }
.session-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.8; }

/* ——— TESTIMONIALS ——— */
.testimonials { padding: 140px 0; background: var(--ivory); position: relative; }
.testimonials::before { content: ""; position: absolute; top: 10%; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(232, 240, 235, 0.6) 0%, transparent 70%); }
.testimonials-header { text-align: center; margin-bottom: 80px; position: relative; }
.testimonials-header .eyebrow { justify-content: center; }
.testimonials-header .eyebrow::after { content: ""; width: 36px; height: 1px; background: var(--gold); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.testimonial { background: linear-gradient(180deg, #fff 0%, #f8f5ee 100%); border: 1px solid rgba(201, 149, 110, 0.2); border-radius: 20px; padding: 44px 36px 36px; position: relative; transition: transform 0.3s; }
.testimonial:hover { transform: translateY(-6px); }
.testimonial:nth-child(2) { background: linear-gradient(180deg, var(--sage) 0%, #c5ddd0 100%); transform: translateY(-20px); }
.testimonial:nth-child(2):hover { transform: translateY(-26px); }
.quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 100px; line-height: 0.6; color: var(--gold); opacity: 0.35; position: absolute; top: 32px; right: 32px; }
.testimonial p { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-style: italic; line-height: 1.6; color: var(--ink); margin-bottom: 28px; position: relative; z-index: 1; font-weight: 400; }
.testimonial-footer { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(201, 149, 110, 0.25); }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--forest)); display: flex; align-items: center; justify-content: center; color: white; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; }
.testimonial-footer .name { font-size: 14px; font-weight: 500; color: var(--ink); }
.testimonial-footer .loc { font-size: 12px; color: var(--ink-soft); letter-spacing: 0.05em; }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-top: 2px; }

/* ——— CONTACT ——— */
.contact {
  padding: 140px 0 120px;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(232, 240, 235, 0.9) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(212, 137, 106, 0.2) 0%, transparent 55%),
    linear-gradient(135deg, #f8f5ee 0%, #e8f0eb 50%, #c5ddd0 100%);
  position: relative;
  overflow: hidden;
}
.contact-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.contact h2 { margin-bottom: 32px; }
.contact p { font-size: 19px; line-height: 1.9; color: var(--ink-soft); margin-bottom: 44px; max-width: 540px; margin-left: auto; margin-right: auto; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.contact-card { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 16px; padding: 28px 20px; text-align: center; }
.contact-card .icon { width: 40px; height: 40px; margin: 0 auto 14px; color: var(--forest); }
.contact-card .label { font-size: 11px; letter-spacing: 0.25em; color: var(--gold-deep); font-weight: 500; margin-bottom: 6px; }
.contact-card .val { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--forest-deep); font-weight: 500; }
.contact .floater { position: absolute; border-radius: 50% 0 50% 50%; opacity: 0.4; animation: float 10s ease-in-out infinite; }
.contact .f1 { top: 15%; right: 10%; width: 50px; height: 50px; background: linear-gradient(135deg, #c9a843, #a88a2a); }
.contact .f2 { bottom: 20%; left: 8%; width: 32px; height: 32px; background: linear-gradient(135deg, #a8d5b8, #6aab8a); animation-delay: 2s; }
.contact .f3 { top: 40%; left: 15%; width: 20px; height: 20px; background: linear-gradient(135deg, #c9a843, #a88a2a); animation-delay: 4s; }

/* ——— FOOTER ——— */
footer { background: var(--sage); color: var(--ink-soft); padding: 60px 8vw 40px; text-align: center; border-top: 1px solid rgba(201, 149, 110, 0.25); }
footer .logo { color: var(--forest); }
footer .logo span { color: var(--gold); }
footer p { font-size: 13px; margin-top: 18px; letter-spacing: 0.05em; color: var(--ink-soft); }
footer .gold-line { width: 60px; height: 1px; background: var(--gold); margin: 28px auto 28px; }
footer .copyright { font-size: 11px; opacity: 0.5; letter-spacing: 0.12em; margin-top: 24px; }

/* ——— CHECKOUT PAGE ——— */
.checkout-wrap {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(201, 149, 110, 0.1) 0%, transparent 55%),
    linear-gradient(135deg, #f8f5ee 0%, #e8f0eb 60%, #c5ddd0 100%);
  padding: 120px 8vw 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-wrap h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  color: var(--forest-deep);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.checkout-wrap .checkout-sub {
  font-size: 16px;
  color: var(--ink-soft);
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}
.checkout-box {
  background: white;
  border-radius: 24px;
  border: 1px solid rgba(201, 149, 110, 0.2);
  box-shadow: 0 40px 80px -40px rgba(13, 26, 16, 0.25);
  padding: 56px;
  width: 100%;
  max-width: 760px;
}
.checkout-box .woocommerce-checkout input,
.checkout-box .woocommerce-checkout select,
.checkout-box .woocommerce-checkout textarea {
  font-family: 'Heebo', sans-serif;
  border: 1px solid rgba(201, 149, 110, 0.35);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--ink);
  background: var(--ivory);
  width: 100%;
}
.checkout-box .woocommerce-checkout input:focus,
.checkout-box .woocommerce-checkout select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 67, 0.12);
}
.checkout-box #place_order {
  background: linear-gradient(135deg, var(--forest), var(--forest-deep)) !important;
  color: white !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 18px 48px !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  box-shadow: 0 12px 32px -10px rgba(26, 58, 40, 0.55) !important;
  transition: transform 0.25s !important;
  width: 100% !important;
  margin-top: 16px !important;
}
.checkout-box #place_order:hover { transform: translateY(-2px) !important; }
.checkout-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--forest-deep);
  font-weight: 400;
  margin-bottom: 24px;
}
.checkout-box .woocommerce-checkout-review-order-table { border-collapse: collapse; width: 100%; margin-bottom: 32px; }
.checkout-box .woocommerce-checkout-review-order-table th,
.checkout-box .woocommerce-checkout-review-order-table td { padding: 12px 0; border-bottom: 1px solid rgba(201, 149, 110, 0.15); font-size: 15px; }
.checkout-box .woocommerce-checkout-review-order-table th { font-weight: 500; color: var(--forest); }
.checkout-box .order-total .amount { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--forest-deep); }

@media (max-width: 900px) {
  .hero-grid, .about-grid, .product-grid { grid-template-columns: 1fr; gap: 60px; }
  .sessions-row, .testimonials-grid, .contact-cards { grid-template-columns: 1fr; }
  .testimonial:nth-child(2) { transform: none; }
  .nav-links { display: none; }
  .oracle-card.c1 { transform: translate(-130px, 30px) rotate(-22deg); }
  .oracle-card.c2 { transform: translate(-65px, -5px) rotate(-11deg); }
  .oracle-card.c4 { transform: translate(65px, -5px) rotate(11deg); }
  .oracle-card.c5 { transform: translate(130px, 30px) rotate(22deg); }
  .checkout-box { padding: 32px 24px; }
}

/* ============ Inner pages (privacy, terms, accessibility, etc) ============ */
body.prima-inner-page {
  background: linear-gradient(180deg, #fdfaf3 0%, #f5ebd8 100%);
}
.prima-page-main {
  padding: 120px 0 80px;
  min-height: 60vh;
}
.prima-page-content {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255,255,255,0.55);
  padding: 60px 50px;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 67, 0.2);
}
.prima-page-content .page-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2.4rem;
  color: #1a3a28;
  margin: 0 0 32px;
  text-align: center;
  font-weight: 500;
}
.prima-page-content .page-body {
  color: #3a3a3a;
  line-height: 1.85;
  font-size: 1.05rem;
}
.prima-page-content .page-body p { margin: 0 0 1.2em; }
.prima-page-content .page-body a { color: #c9a843; }
.prima-page-content .page-body h2,
.prima-page-content .page-body h3 {
  font-family: 'Frank Ruhl Libre', serif;
  color: #1a3a28;
  margin: 1.8em 0 0.6em;
}
footer .footer-links {
  margin: 12px 0;
  font-size: 0.85rem;
  opacity: 0.75;
}
footer .footer-links a {
  color: inherit;
  text-decoration: none;
  margin: 0 6px;
}
footer .footer-links a:hover { color: #c9a843; }

/* WooCommerce checkout body branding */
body.woocommerce-checkout {
  background: linear-gradient(180deg, #fdfaf3 0%, #f5ebd8 100%);
}

/* Override WP block-theme global padding so hero/sections span full width */
:root {
  --wp--style--root--padding-left: 0 !important;
  --wp--style--root--padding-right: 0 !important;
  --wp--style--root--padding-top: 0 !important;
  --wp--style--root--padding-bottom: 0 !important;
}
.wp-site-blocks,
.has-global-padding,
body > .wp-site-blocks {
  padding: 0 !important;
}
body { margin: 0 !important; padding: 0 !important; }

/* Constrain card-fan so cards don't overflow into adjacent column */
.card-fan {
  transform: scale(0.7);
  transform-origin: center center;
}
@media (max-width: 1100px) {
  .card-fan { transform: scale(0.55); }
}
@media (max-width: 768px) {
  .card-fan { transform: scale(0.5); }
}
