.astralignment-reading {
  --astr-bg: #08070b;
  --astr-panel: rgba(10, 9, 14, 0.86);
  --astr-border: rgba(212, 186, 120, 0.28);
  --astr-gold: #d8b56a;
  --astr-accent: #cba4f2;
  --astr-text: #f6f0e6;
  --astr-muted: #c9c0b2;
  position: relative;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  color: var(--astr-text);
  background: radial-gradient(120% 140% at 50% 0%, rgba(71, 52, 99, 0.35), transparent 60%),
    radial-gradient(140% 120% at 0% 0%, rgba(28, 36, 78, 0.4), transparent 70%),
    var(--astr-bg);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px;
  border-radius: 20px;
  overflow: hidden;
}

.astralignment-reading__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 24px;
  background: var(--astr-panel);
  border: 1px solid var(--astr-border);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.astralignment-reading__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.astralignment-reading__field label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--astr-muted);
}

.astralignment-reading__field input {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 7, 12, 0.8);
  color: var(--astr-text);
  font-size: 16px;
}

.astralignment-reading__field select {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 7, 12, 0.8);
  color: var(--astr-text);
  font-size: 16px;
  appearance: none;
}

.astralignment-reading__form > button {
  padding: 14px 18px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #c89b4c, #f0d8a6);
  color: #1c1408;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.astralignment-reading__status {
  margin-top: 16px;
  font-size: 15px;
  color: var(--astr-accent);
}

.astralignment-reading__results {
  margin-top: 24px;
  display: grid;
  gap: 20px;
}

.panel-head__summary {
  display: grid;
  gap: 6px;
}

.panel-head__summary-left {
  display: grid;
  gap: 6px;
}

.panel-head__name {
  font-size: 26px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--astr-gold);
}

.panel-head__meta {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--astr-muted);
}

.panel-head--reading {
  flex-direction: column;
  align-items: stretch;
}

@media (min-width: 840px) {
  .panel-head--reading {
    flex-direction: row;
    align-items: center;
  }
  .panel-head__summary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

.panel-head__placements {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 64px));
  gap: 12px;
}

.panel-head__placement {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  color: var(--astr-text);
  position: relative;
}

.panel-head__glyph {
  font-size: 26px;
  color: var(--astr-gold);
  font-family: "Noto Sans Symbols 2", "Segoe UI Symbol", "Apple Symbols", "Symbola", serif;
}

.panel-head__planet {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--astr-muted);
}

.panel-head__tooltip {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  padding: 10px 10px 12px;
  border-radius: 10px;
  background: rgba(10, 9, 14, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform-origin: top center;
  z-index: 10;
}

.panel-head__placement:hover .panel-head__tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}

.panel-head__tooltip-glyph {
  font-size: 22px;
  color: var(--astr-gold);
  text-align: center;
  margin-bottom: 6px;
  font-family: "Noto Sans Symbols 2", "Segoe UI Symbol", "Apple Symbols", "Symbola", serif;
}

.panel-head__tooltip-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--astr-text);
  text-align: center;
  margin-bottom: 6px;
}

.panel-head__tooltip-desc {
  font-size: 12px;
  line-height: 1.4;
  color: var(--astr-muted);
  text-align: center;
}

@media (max-width: 640px) {
  .panel-head__tooltip {
    width: min(160px, 70vw);
  }
  .panel-head__placements .panel-head__placement:first-child .panel-head__tooltip {
    left: 0;
    right: auto;
    transform: translateX(0);
  }
  .panel-head__placements .panel-head__placement:last-child .panel-head__tooltip {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .panel-head__placements .panel-head__placement:first-child:hover .panel-head__tooltip,
  .panel-head__placements .panel-head__placement:last-child:hover .panel-head__tooltip {
    transform: translateY(2px);
  }
}

.astralignment-reading__sections {
  display: grid;
  gap: 24px;
}

.astralignment-reading__section {
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 10, 16, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.astralignment-reading__title {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--astr-gold);
  text-transform: uppercase;
}

.astralignment-reading__text {
  font-size: 21px;
  line-height: 1.6;
  color: var(--astr-text);
  font-family: "EB Garamond", "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.astralignment-reading__text p {
  margin: 0 0 14px;
}

.astralignment-reading__text p:last-child {
  margin-bottom: 0;
}

.astralignment-reading__attribution {
  margin-top: 18px;
  font-size: 12px;
  color: var(--astr-muted);
  text-align: center;
}

.astralignment-reading__loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  background: rgba(6, 5, 9, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.astralignment-reading__progress {
  margin-top: 24px;
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

.astralignment-reading__progress-item {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 90px;
  color: var(--astr-text);
}

.astralignment-reading__progress-item[hidden] {
  display: none !important;
}

.astralignment-reading__progress-glyph {
  font-size: 28px;
  color: var(--astr-gold);
  font-family: "Noto Sans Symbols 2", "Segoe UI Symbol", "Apple Symbols", "Symbola", serif;
}

.astralignment-reading__progress-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--astr-muted);
}

.astralignment-reading__progress-value {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.astralignment-reading__modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 50;
}

.astralignment-reading__modal[hidden] {
  display: none;
}

.astralignment-reading__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 5, 9, 0.75);
}

.astralignment-reading__modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 92vw);
  background: #0b0c10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
  color: var(--astr-text);
}

.astralignment-reading__modal-panel h3 {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--astr-gold);
}

.astralignment-reading__modal-price {
  margin: -6px 0 14px;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--astr-muted);
}

.astralignment-reading__modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  color: var(--astr-muted);
  font-size: 24px;
  cursor: pointer;
}

.astralignment-reading__modal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.astralignment-reading__modal-list {
  margin: 0;
  padding-left: 18px;
  color: var(--astr-text);
}

.astralignment-reading__modal-form {
  display: grid;
  gap: 10px;
}

.astralignment-reading__modal-form label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--astr-muted);
}

.astralignment-reading__modal-form input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 7, 12, 0.8);
  color: var(--astr-text);
}

.astralignment-reading__stripe {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 7, 12, 0.8);
}

.astralignment-reading__stripe .StripeElement {
  color: var(--astr-text);
}

.astralignment-reading__stripe .StripeElement--focus {
  outline: none;
}

.astralignment-reading__modal-form button {
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #c89b4c, #f0d8a6);
  color: #1c1408;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.astralignment-reading__modal-pay {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #c89b4c, #f0d8a6);
  color: #1c1408;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.astralignment-reading__modal-error {
  font-size: 13px;
  color: #ffb4b4;
}

.astralignment-reading__modal-status {
  font-size: 13px;
  color: var(--astr-text);
}

.astralignment-reading__modal-status.is-loading::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--astr-gold);
  animation: astralignment-spin 1s linear infinite;
  vertical-align: -2px;
}

.astralignment-reading__page-loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(6, 5, 9, 0.82);
  z-index: 60;
}

.astralignment-reading__page-loading[hidden] {
  display: none;
}

.astralignment-reading__page-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--astr-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.astralignment-reading__page-loading-text {
  margin-top: 12px;
  font-size: 16px;
}

@media (min-width: 720px) {
  .astralignment-reading__modal-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.astralignment-reading__suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #0b0c10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 6px;
  display: none;
  z-index: 20;
  max-height: 200px;
  overflow-y: auto;
}

.astralignment-reading__suggestion {
  appearance: none;
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  text-align: left;
  background: transparent;
  color: var(--astr-text);
  font-family: inherit;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 400;
}

.astralignment-reading__suggestion:hover {
  background: rgba(255, 255, 255, 0.08);
}

.astralignment-reading__locked {
  position: relative;
}

.astralignment-reading__locked-text {
  filter: blur(8px);
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

.astralignment-reading__locked-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(6, 5, 9, 0.68);
  border-radius: 12px;
}

.astralignment-reading__locked-overlay.is-generating {
  background: rgba(6, 5, 9, 0.6);
}

.astralignment-reading__mini-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--astr-text);
}

.astralignment-reading__mini-loading .astralignment-reading__spinner {
  width: 18px;
  height: 18px;
  margin: 0;
}

.astralignment-reading__unlock {
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, #c89b4c, #f0d8a6);
  color: #1c1408;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.astralignment-reading__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--astr-gold);
  animation: astralignment-spin 1s linear infinite;
  margin-bottom: 16px;
}

.astralignment-reading__debug {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(10, 8, 14, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  color: #f5f2ea;
  white-space: pre-wrap;
}

.astralignment-reading.is-loading .astralignment-reading__loading {
  opacity: 1;
  pointer-events: all;
}

@keyframes astralignment-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .astralignment-reading__form {
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
  }

  .astralignment-reading__form button {
    grid-column: 3;
    grid-row: 2;
    justify-self: stretch;
  }
  
  
 
  
  
}


@media (max-width: 720px) {
  
  
  .panel-head--reading {
  padding: 18px 10px 12px!important;
  }
  
  .panel-body {
  padding: 0 0px 18px!important;
  }
  
  .astralignment-reading {
  padding: 20px!important;
  }
  
}

/* Page template styling to match home/payment layouts */
.page-template-templatespage-reading-php,
.page-template-templatespage-my-path-php,
.page-template-templatespage-login-php {
  background: #050607;
  color: #efe7d4;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  --astr-bg: #08070b;
  --astr-panel: rgba(10, 9, 14, 0.86);
  --astr-border: rgba(212, 186, 120, 0.28);
  --astr-gold: #d8b56a;
  --astr-accent: #cba4f2;
  --astr-text: #f6f0e6;
  --astr-muted: #c9c0b2;
}

.page-template-templatespage-reading-php .wrap,
.page-template-templatespage-my-path-php .wrap,
.page-template-templatespage-login-php .wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.page-template-templatespage-reading-php .pay-hero,
.page-template-templatespage-my-path-php .pay-hero,
.page-template-templatespage-login-php .pay-hero {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(215, 181, 107, 0.1);
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.12)),
    url("https://astralignment.com/wp-content/uploads/2026/02/Add-a-heading-92-1.png") center/cover no-repeat;
}

.page-template-templatespage-reading-php .pay-hero h1,
.page-template-templatespage-my-path-php .pay-hero h1,
.page-template-templatespage-login-php .pay-hero h1 {
  margin: 0 0 10px;
  padding-top: 18px;
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: clamp(26px, 3.6vw, 42px);
  text-transform: uppercase;
  color: rgba(239, 231, 212, 0.94);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.75);
}

.page-template-templatespage-reading-php .pay-hero p,
.page-template-templatespage-my-path-php .pay-hero p,
.page-template-templatespage-login-php .pay-hero p {
  margin: 0;
  color: rgba(239, 231, 212, 0.78);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 860px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}

.page-template-templatespage-reading-php .topbar,
.page-template-templatespage-my-path-php .topbar,
.page-template-templatespage-login-php .topbar {
  background: #000;
  margin-top: 2px;
  border-bottom: 1px solid rgba(215, 181, 107, 0.18);
}

.page-template-templatespage-reading-php .topbar-inner,
.page-template-templatespage-my-path-php .topbar-inner,
.page-template-templatespage-login-php .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 76px;
  gap: 14px;
}

.page-template-templatespage-reading-php .brand,
.page-template-templatespage-my-path-php .brand,
.page-template-templatespage-login-php .brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #efe7d4;
}

.page-template-templatespage-reading-php .brand-name,
.page-template-templatespage-my-path-php .brand-name,
.page-template-templatespage-login-php .brand-name {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 0 2px 18px rgba(215, 181, 107, 0.18);
}

.page-template-templatespage-reading-php .pay,
.page-template-templatespage-my-path-php .pay,
.page-template-templatespage-login-php .pay {
  background: #000;
  padding: 34px 0 70px;
}

.page-template-templatespage-reading-php .panel,
.page-template-templatespage-my-path-php .panel,
.page-template-templatespage-login-php .panel {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(520px 260px at 50% 0%, rgba(215, 181, 107, 0.12), transparent 60%),
    rgba(12, 12, 14, 0.92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.page-template-templatespage-reading-php .panel-head,
.page-template-templatespage-my-path-php .panel-head,
.page-template-templatespage-login-php .panel-head {
  padding: 18px 18px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.page-template-templatespage-reading-php .panel-title,
.page-template-templatespage-my-path-php .panel-title,
.page-template-templatespage-login-php .panel-title {
  margin: 0;
  font-family: "Cinzel", "Cormorant Garamond", serif;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 16px;
  color: rgba(239, 231, 212, 0.92);
  text-transform: uppercase;
}

.page-template-templatespage-reading-php .panel-sub,
.page-template-templatespage-my-path-php .panel-sub,
.page-template-templatespage-login-php .panel-sub {
  margin: 6px 0 0;
  color: rgba(239, 231, 212, 0.68);
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
  max-width: 720px;
}

.page-template-templatespage-reading-php .panel-body,
.page-template-templatespage-my-path-php .panel-body,
.page-template-templatespage-login-php .panel-body {
  padding: 0 18px 18px;
}

.page-template-templatespage-reading-php .divider,
.page-template-templatespage-my-path-php .divider,
.page-template-templatespage-login-php .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 10px 0 16px;
}

@media (max-width: 860px) {
  .page-template-templatespage-reading-php .wrap,
  .page-template-templatespage-my-path-php .wrap,
  .page-template-templatespage-login-php .wrap {
    width: min(1120px, calc(100% - 32px));
  }
}

@media (max-width: 640px) {
  .page-template-templatespage-reading-php .wrap,
  .page-template-templatespage-login-php .wrap {
    width: min(1120px, calc(100% - 18px));
  }
   .astralignment-reading {
  padding: 14px!important;
  }
}