.sa-page {
  --gold: #e4bd68;
  --gold-soft: #f5dda2;
  --rose: #c5a5ef;
  --violet: #b99cff;
  --ink: #0d0b16;
  --surface: #151120;
  --surface-2: #1a1528;
  --line: rgba(229,191,109,.2);
  --muted: #c8bdad;
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 100px;
  color: #f8f1df;
  font-family: Raleway, system-ui, sans-serif;
  text-align: left;
}
.page-synastry-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(112,70,135,.2), transparent 31rem),
    radial-gradient(circle at 88% 13%, rgba(211,168,84,.13), transparent 28rem),
    linear-gradient(180deg,#0c0b18 0%,#100c1a 48%,#090a16 100%);
  background-attachment: scroll;
}
@media (min-width: 1181px) {
  #synastry-page { overflow: visible; }
  #synastry-page .sa-page {
    width: min(1180px, calc(100vw - 40px));
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.sa-page, .sa-page * { box-sizing: border-box; }
.sa-page [hidden] { display: none !important; }
.sa-page h1, .sa-page h2, .sa-page h3 {
  color: #f8f1df;
  font-family: Cinzel, Georgia, serif;
  font-weight: 500;
  text-align: left;
}
.sa-page h1, .sa-page h2, .sa-page h3, .sa-page p { margin-top: 0; }
.sa-kicker { margin-bottom: 18px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.sa-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(380px,440px);
  align-items: center;
  gap: clamp(32px,5vw,68px);
  min-height: 0;
  overflow: hidden;
  padding: 56px 0 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sa-hero::after { content: ''; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.2px); background-size: 58px 58px; mask-image: linear-gradient(90deg,transparent,#000 48%,transparent); pointer-events: none; }
.sa-hero__content { position: relative; z-index: 2; align-self: center; padding: 0; text-align: left; }
.sa-hero__content .sa-kicker { text-align: left; }
.sa-hero h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(2rem,3.2vw,2.85rem); line-height: 1.16; letter-spacing: .012em; }
.sa-hero h1 em { display: block; margin-top: .12em; color: var(--gold-soft); font-style: normal; font-weight: 500; }
.sa-hero__lead { max-width: 570px; margin-right: 0; margin-left: 0; color: var(--muted); font-size: clamp(1rem,1.4vw,1.14rem); line-height: 1.75; text-align: left; }
.sa-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sa-hero__visual { position: relative; z-index: 1; display: grid; place-items: center; min-height: 410px; border-left: 1px solid rgba(229,191,109,.3); }
.sa-cosmos { position: absolute; border: 1px solid rgba(231,196,110,.32); border-radius: 50%; }
.sa-cosmos--one { width: 330px; height: 225px; transform: rotate(-24deg); }
.sa-cosmos--two { width: 225px; height: 330px; border-color: rgba(185,156,255,.36); transform: rotate(35deg); }
.sa-cosmos__a, .sa-cosmos__b { position: absolute; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid var(--line); border-radius: 50%; background: rgba(13,11,22,.9); font: 500 1.1rem Cinzel,serif; box-shadow: 0 0 50px rgba(169,139,239,.2); }
.sa-cosmos__a { transform: translate(-42px,-15px); color: var(--gold); }
.sa-cosmos__b { transform: translate(42px,15px); color: var(--violet); }
.sa-hero__visual i { position: absolute; right: 15%; bottom: 18%; color: var(--rose); font-style: normal; }

.sa-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font: 800 .76rem Raleway,sans-serif; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.sa-button:hover { transform: translateY(-1px); filter: brightness(1.06); }
.sa-button:disabled { cursor: wait; opacity: .55; transform: none; }
.sa-button--primary { background: linear-gradient(135deg,#f0d17f,#dca64c); color: #1a1320; box-shadow: 0 12px 30px rgba(220,166,76,.15); }
.sa-button--quiet { border-color: var(--line); background: rgba(255,255,255,.035); color: #e7dfec; }
.sa-text-button { padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-weight: 750; }
.sa-text-button--danger { color: #df899d; }

.sa-price-path { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; max-width: none; margin: 0; overflow: hidden; position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 0; border-left: 0; border-radius: 0; background: rgba(15,12,25,.38); box-shadow: none; }
.sa-price-path div { display: grid; align-content: center; min-height: 108px; padding: 21px 26px; border-right: 1px solid var(--line); }
.sa-price-path div:last-child { border-right: 0; }
.sa-price-path small { color: #91899c; font-size: .67rem; }
.sa-price-path strong { margin-top: 5px; color: #eee7f2; font-size: .86rem; }
.sa-price-path em { margin-top: 5px; color: var(--gold); font-size: .63rem; font-style: normal; text-transform: uppercase; }
.sa-price-path .is-featured { background: linear-gradient(135deg,rgba(231,196,110,.09),rgba(185,156,255,.04)); }

.sa-story, .sa-depth, .sa-editorial, .sa-faq, .sa-output { width: min(1040px,100%); max-width: none; margin: 0 auto; }
.sa-story, .sa-depth, .sa-editorial, .sa-faq, .sa-output {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sa-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,100px); align-items: start; padding: 130px 0 110px; }
.sa-section-copy { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.sa-story .sa-section-copy { position: sticky; top: 110px; margin: 0; text-align: left; }
.sa-section-copy h2, .sa-story h2 { margin-bottom: 18px; font-size: clamp(2rem,3.8vw,3.5rem); line-height: 1.12; }
.sa-section-copy h2 { text-align: center; }
.sa-section-copy > p:not(.sa-kicker), .sa-story .sa-section-copy > p:not(.sa-kicker) { color: var(--muted); line-height: 1.75; }
.sa-deliverables { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; color: #d9d1df; font-size: .75rem; list-style: none; }
.sa-deliverables li::before { content: '✓'; margin-right: 9px; color: var(--gold); }
.sa-how { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sa-how li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.sa-how li > span { color: var(--gold); font: 600 .72rem Cinzel,serif; }
.sa-how h3 { margin-bottom: 8px; font-size: 1rem; }
.sa-how p { margin: 0; color: #9f97aa; font-size: .8rem; line-height: 1.65; }

.sa-builder { width: min(1080px,100%); max-width: none; margin: 0 auto; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 0; border-left: 0; border-radius: 0; background: transparent; box-shadow: none; }
.sa-builder__intro { max-width: 780px; margin: 0 0 48px; text-align: left; }
.sa-builder__intro h2 { margin-bottom: 14px; font-size: clamp(1.9rem,3.2vw,2.85rem); }
.sa-builder__intro .sa-kicker,
.sa-builder__intro > p:not(.sa-kicker) { text-align: left; }
.sa-builder__intro > p:not(.sa-kicker) { max-width: 720px; color: var(--muted); line-height: 1.7; }
.sa-alert { margin: 0 auto 25px; padding: 14px 17px; border-left: 2px solid var(--rose); background: rgba(239,125,163,.08); color: #ffd9e5; line-height: 1.55; }
.sa-pair { display: grid; grid-template-columns: minmax(0,1fr) 55px minmax(0,1fr); align-items: start; }
.sa-map-source { min-width: 0; padding: 4px 0 4px 26px; border: 0; border-left: 1px solid rgba(229,191,109,.3); border-radius: 0; background: transparent; }
.sa-map-source--primary { border-left-color: rgba(229,191,109,.42); }
.sa-map-source--partner { border-left-color: rgba(185,156,255,.38); }
.sa-map-source__header { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 24px; }
.sa-map-source__header > span { color: var(--gold); font: 700 .67rem Cinzel,serif; }
.sa-map-source--partner .sa-map-source__header > span { color: var(--violet); }
.sa-map-source__header p { margin: 0 0 2px; color: #81798c; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.sa-map-source__header h3 { margin: 0; font-size: .95rem; }
.sa-map-source__header b { padding: 5px 8px; border-radius: 99px; background: rgba(255,255,255,.05); color: #8d8598; font-size: .58rem; }
.sa-map-source__header b.is-complete { background: rgba(231,196,110,.1); color: var(--gold); }
.sa-source-label { margin-bottom: 9px; color: #c6becf; font-size: .7rem; font-weight: 750; }
.sa-saved-list { display: grid; gap: 7px; min-height: 47px; }
.sa-saved-list > span { display: grid; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px dashed var(--line); border-radius: 9px; color: #837b8e; font-size: .67rem; }
.sa-saved-choice { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; width: 100%; padding: 10px 12px; border: 1px solid rgba(229,191,109,.18); border-radius: 4px; background: rgba(24,19,35,.46); color: #e7dfd2; text-align: left; cursor: pointer; }
.sa-saved-choice span { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.sa-saved-choice b { color: var(--gold); font-size: .58rem; }
.sa-saved-choice.is-selected { border-color: rgba(231,196,110,.55); background: rgba(231,196,110,.07); }
.sa-map-source--partner .sa-saved-choice.is-selected { border-color: rgba(239,125,163,.55); background: rgba(239,125,163,.07); }
.sa-profile-map { margin-top: 8px; padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: .66rem; }
.sa-or { display: flex; align-items: center; gap: 10px; margin: 23px 0 10px; color: #6f6879; font-size: .6rem; text-align: center; }
.sa-or::before,.sa-or::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.sa-fields label:not(.sa-check) { display: block; margin: 15px 0 7px; color: #cfc7d6; font-size: .69rem; font-weight: 750; }
.sa-fields input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(229,191,109,.2); border-radius: 4px; outline: none; background: rgba(24,19,35,.7); color: #f8f1df; font: inherit; }
.sa-fields input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(169,139,239,.1); }
.sa-field-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 11px; }
.sa-check { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: #958d9f; font-size: .67rem; cursor: pointer; }
.sa-check input { accent-color: var(--violet); }
.sa-city-field { position: relative; }
.sa-city-field small { display: block; min-height: 17px; margin-top: 5px; color: #8d8599; font-size: .62rem; }
.sa-city-results { position: absolute; z-index: 10; top: calc(100% - 16px); right: 0; left: 0; max-height: 220px; overflow: auto; border: 1px solid #493c60; border-radius: 10px; background: #171322; box-shadow: 0 18px 40px #05040b; }
.sa-city-results button { width: 100%; padding: 11px 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #eee8f2; text-align: left; cursor: pointer; }
.sa-city-results button:hover { background: rgba(169,139,239,.12); }
.sa-pair__link { display: flex; flex-direction: column; align-items: center; height: 100%; color: var(--rose); }
.sa-pair__link span { width: 1px; flex: 1; background: linear-gradient(transparent,var(--line)); }
.sa-pair__link span:last-child { background: linear-gradient(var(--line),transparent); }
.sa-pair__link b { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(239,125,163,.3); border-radius: 50%; background: #181323; }
.sa-builder__finish { display: grid; justify-items: center; margin-top: 30px; text-align: center; }
.sa-builder__finish > p:first-child { color: #948c9f; font-size: .69rem; }
.sa-builder__finish > p span { color: var(--gold); }
.sa-builder__finish .sa-button { width: min(420px,100%); }
.sa-action-status { min-height: 20px; margin: 9px 0 0; color: #aaa1b6; font-size: .7rem; }

.sa-output { padding: 120px 0 30px; scroll-margin-top: 65px; }
.sa-map-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.sa-map-grid > article { min-width: 0; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,8,16,.38); }
.sa-map-label { display: flex; justify-content: center; align-items: center; gap: 8px; }
.sa-map-label span { width: 7px; height: 7px; border-radius: 50%; }
.sa-map-label--gold span { background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.sa-map-label--rose span { background: var(--rose); box-shadow: 0 0 10px var(--rose); }
.sa-map-grid svg { display: block; width: min(100%,460px); height: auto; margin: auto; }
.sa-map-grid .cw-ring,.sa-map-grid .cw-sign-divider,.sa-map-grid .cw-house,.sa-map-grid .cw-cusp { fill: none; stroke: rgba(255,255,255,.16); }
.sa-map-grid .cw-ring--faint { stroke: rgba(255,255,255,.07); }
.sa-map-grid .cw-axis { stroke: rgba(231,196,110,.5); }
.sa-map-grid .cw-sign,.sa-map-grid .cw-body,.sa-map-grid .cw-axis-label { fill: #eee8f2; font-family: Georgia,serif; }
.sa-map-grid .cw-degree,.sa-map-grid .cw-house { fill: #8f879c; font-family: Raleway,sans-serif; }
.sa-big-three { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border-radius: 10px; background: var(--line); }
.sa-big-three div { padding: 10px 4px; background: #12101d; text-align: center; }
.sa-big-three small { display: block; color: #8f879c; font-size: .57rem; text-transform: uppercase; }
.sa-big-three strong { font-size: .7rem; }
.sa-offer { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin-top: 25px; padding: clamp(28px,4vw,48px); border: 1px solid rgba(231,196,110,.25); border-radius: 20px; background: radial-gradient(circle at 90% 50%,rgba(231,196,110,.1),transparent 35%),#14111f; }
.sa-offer h2 { margin-bottom: 10px; font-size: clamp(1.7rem,3vw,2.5rem); }
.sa-offer__copy > p:not(.sa-kicker) { color: var(--muted); line-height: 1.65; }
.sa-includes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.sa-includes span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; color: #cfc7d6; font-size: .66rem; }
.sa-includes .is-owned { color: #8f879c; text-decoration: line-through; }
.sa-offer__price { display: grid; justify-items: end; min-width: 250px; }
.sa-offer__price s { color: #8d8598; font-size: .73rem; }
.sa-offer__price > strong { color: var(--gold); font: 600 clamp(2.4rem,4vw,3.6rem) Cinzel,serif; }
.sa-offer__price small { margin: -3px 0 16px; color: #91899c; }
.sa-offer__price p { max-width: 260px; margin: 8px 0 0; color: #aaa1b7; font-size: .67rem; text-align: right; }

.sa-progress-panel { text-align: center; }
.sa-progress-panel > h2 { text-align: center; }
.sa-progress-panel > p:not(.sa-kicker) { max-width: 650px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.sa-document-progress { display: grid; gap: 9px; max-width: 720px; margin: 28px auto; padding: 0; list-style: none; counter-reset: docs; }
.sa-document-progress li { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; counter-increment: docs; }
.sa-document-progress li::before { content: counter(docs); display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #4b405c; border-radius: 50%; color: #a49bac; font-size: .63rem; }
.sa-document-progress strong { display: block; font-size: .78rem; }
.sa-document-progress small,.sa-document-progress em { color: #91899b; font-size: .64rem; font-style: normal; }
.sa-document-progress .is-complete::before { content: '✓'; color: var(--gold); border-color: rgba(231,196,110,.45); }
.sa-document-progress .is-upcoming em { color: #c8bde0; }
.sa-document-progress .is-active { border-radius: 12px; border-color: rgba(169,139,239,.42); background: linear-gradient(90deg,rgba(169,139,239,.13),rgba(239,125,163,.045),rgba(169,139,239,.13)); background-size: 220% 100%; animation: sa-progress-glow 2.2s ease-in-out infinite; }
.sa-document-progress .is-active::before { color: transparent; border: 2px solid rgba(169,139,239,.22); border-top-color: var(--violet); box-shadow: 0 0 16px rgba(169,139,239,.18); animation: sa-progress-spin .9s linear infinite; }
.sa-document-progress .is-active strong { color: #f4efff; }
.sa-document-progress .is-active small { color: #bcb1ca; }
.sa-document-progress .is-active em { color: #d5c5ff; font-weight: 750; }
@keyframes sa-progress-spin { to { transform: rotate(360deg); } }
@keyframes sa-progress-glow { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) {
  .sa-document-progress .is-active,.sa-document-progress .is-active::before { animation: none; }
}
.sa-result__hero { max-width: 800px; margin: 0 auto 36px; text-align: center; }
.sa-result__hero h2 { font-size: clamp(2rem,4vw,3.5rem); text-align: center; }
@media screen {
  #sa-result-names { display: inline-block; white-space: nowrap; }
  .sa-report-section h3,
  .sa-report-ending h3 { text-align: center; }
}
.sa-result__hero > p:not(.sa-kicker) { color: var(--muted); line-height: 1.7; }
.sa-result-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.sa-result-maps { margin-bottom: 68px; }
.sa-dimensions { display: grid; gap: 0; max-width: 930px; margin: 0 auto 54px; border-top: 1px solid var(--line); }
.sa-dimension { display: grid; grid-template-columns: minmax(180px,.8fr) minmax(260px,1.35fr) minmax(220px,1fr); gap: 28px; align-items: center; padding: 22px 8px; border-bottom: 1px solid var(--line); }
.sa-dimension__heading { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.sa-dimension__heading small { display: block; margin-bottom: 5px; color: var(--rose); font-size: .59rem; letter-spacing: .09em; text-transform: uppercase; }
.sa-dimension__heading strong { display: block; color: #f2edf6; font-size: .82rem; }
.sa-dimension__heading > span { flex: 0 0 auto; color: #8f879c; font-size: .62rem; }
.sa-dimension__heading > span b { color: var(--gold); font: 500 1.35rem Cinzel,serif; }
.sa-dimension__bar { position: relative; height: 12px; overflow: hidden; border: 1px solid rgba(169,139,239,.26); border-radius: 99px; background: repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) calc(25% - 1px),rgba(255,255,255,.14) 25%); }
.sa-dimension__bar i { display: block; width: calc(var(--dimension) * 100%); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--violet),var(--rose),var(--gold)); box-shadow: 0 0 18px rgba(239,125,163,.32); }
.sa-dimension p { margin: 0; color: #a9a1b3; font-size: .7rem; line-height: 1.6; }
.sa-aspects-layout { display: grid; grid-template-columns: minmax(220px,.34fr) minmax(0,1fr); gap: 34px; align-items: start; }
.sa-aspects-layout aside { position: sticky; top: 85px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(9,8,16,.35); }
.sa-aspect-item { padding: 11px 0; border-top: 1px solid var(--line); }
.sa-aspect-item strong { display: block; font-size: .7rem; }
.sa-aspect-item small { color: #968da0; font-size: .61rem; }
.sa-aspect-item--supportive strong { color: #a9cce8; }.sa-aspect-item--dynamic strong { color: #ef9a9a; }.sa-aspect-item--intense strong { color: var(--gold); }
.sa-report-copy { min-width: 0; padding: 10px clamp(12px,2vw,28px) 0; }
.sa-report-intro { max-width: 72ch; margin: 0 auto; padding-bottom: 30px; color: #ddd5e4; font-size: 1.02rem; line-height: 1.85; text-align: justify; text-wrap: pretty; hyphens: auto; }
.sa-report-section { max-width: 72ch; margin: 0 auto; padding: 30px 0; }
.sa-report-section h3 { margin-bottom: 10px; color: var(--gold); font: 500 1.2rem Cinzel,serif; }
.sa-report-section p,.sa-report-ending p { color: #c4bdcc; line-height: 1.85; text-align: justify; text-wrap: pretty; hyphens: auto; white-space: pre-line; }
.sa-report-ending { max-width: 72ch; margin: 18px auto 0; padding: 28px 0 0; }
.sa-report-copy > .sa-report-section,
.sa-report-copy > .sa-report-ending {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  transition: none;
}
.sa-report-copy > .sa-report-section:hover,
.sa-report-copy > .sa-report-ending:hover { border-color: transparent; }

.sa-questions { max-width: 930px; margin: 90px auto 0; padding-top: 60px; border-top: 1px solid var(--line); }
.sa-questions__intro { max-width: 700px; margin-right: auto; margin-left: auto; text-align: center; }
.sa-questions__intro h2 { margin-bottom: 12px; font-size: clamp(1.8rem,3vw,2.7rem); text-align: center; }
.sa-questions__intro .sa-kicker,
.sa-questions__intro > p:not(.sa-kicker) { text-align: center; }
.sa-questions__intro > p:not(.sa-kicker) { color: var(--muted); line-height: 1.75; }
.sa-question-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 16px; }
.sa-question-suggestions button { padding: 9px 12px; border: 1px solid rgba(169,139,239,.24); border-radius: 99px; background: rgba(169,139,239,.06); color: #c8bfda; font: inherit; font-size: .67rem; cursor: pointer; }
.sa-question-suggestions button:hover { border-color: rgba(169,139,239,.55); background: rgba(169,139,239,.12); color: #f1ebfa; }
.sa-question-form { padding: clamp(22px,3vw,34px); border: 1px solid rgba(169,139,239,.25); border-radius: 17px; background: rgba(15,12,25,.62); }
.sa-question-form label { display: block; margin-bottom: 10px; color: #eee8f3; font-size: .76rem; font-weight: 750; }
.sa-question-form textarea { width: 100%; min-height: 112px; resize: vertical; padding: 15px 16px; border: 1px solid #493d60; border-radius: 10px; outline: none; background: #100d19; color: #f5eff8; font: inherit; font-size: .78rem; line-height: 1.65; }
.sa-question-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(169,139,239,.1); }
.sa-question-form__footer { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 15px; }
.sa-question-form__footer p { margin: 0; color: #968da1; font-size: .67rem; }
.sa-question-form__footer .sa-button { margin: 0; }
.sa-question-history { display: grid; gap: 18px; margin-top: 30px; }
.sa-question-empty { padding: 22px 0; color: #81798c; font-size: .72rem; text-align: center; }
.sa-question-answer { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sa-question-answer__question { margin: 0; padding: 18px clamp(22px,3vw,32px); border-bottom: 1px solid var(--line); color: var(--gold); font: 500 .88rem Cinzel,serif; line-height: 1.55; }
.sa-question-answer > div { padding: clamp(24px,4vw,38px); }
.sa-question-answer > div p { max-width: 72ch; margin: 0 auto; color: #c8c0d0; line-height: 1.85; text-align: justify; text-wrap: pretty; hyphens: auto; }
.sa-question-answer__reflection { margin-top: 22px !important; padding-top: 20px; border-top: 1px solid var(--line); }

.sa-depth { padding: 140px 0 100px; }
.sa-depth__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sa-depth__grid article { min-height: 215px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sa-depth__grid span { color: var(--gold); font-size: 1.45rem; }
.sa-depth__grid h3 { margin: 18px 0 9px; font-size: .9rem; }
.sa-depth__grid p { margin: 0; color: #9d95a8; font-size: .76rem; line-height: 1.7; }
.sa-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,100px); padding: 95px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sa-editorial h2 { margin-bottom: 18px; font-size: clamp(1.7rem,3vw,2.6rem); line-height: 1.2; }
.sa-editorial article > p:not(.sa-kicker) { color: #aaa2b7; line-height: 1.8; }
.sa-faq { padding: 120px 0 30px; }
.sa-faq__list { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
.sa-faq details { border-bottom: 1px solid var(--line); }
.sa-faq summary { position: relative; padding: 22px 45px 22px 0; color: #eee7f2; cursor: pointer; font-weight: 750; list-style: none; }
.sa-faq summary::-webkit-details-marker { display: none; }
.sa-faq summary::after { content: '+'; position: absolute; right: 5px; color: var(--gold); font-size: 1.2rem; font-weight: 400; }
.sa-faq details[open] summary::after { content: '−'; }
.sa-faq details p { max-width: 700px; margin: -5px 0 22px; color: #a59dad; line-height: 1.75; }

@media (max-width: 900px) {
  .sa-hero { grid-template-columns: 1fr; }
  .sa-hero__content { padding-right: min(12vw,90px); text-align: left; }
  .sa-hero__lead { margin-right: 0; margin-left: 0; }
  .sa-hero__actions { justify-content: flex-start; }
  .sa-hero__visual { position: absolute; inset: 0 0 0 45%; opacity: .15; border-left: 0; }
  .sa-price-path { grid-template-columns: 1fr; }
  .sa-price-path div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .sa-story { grid-template-columns: 1fr; }
  .sa-story .sa-section-copy { position: static; text-align: center; }
  .sa-pair { grid-template-columns: 1fr; gap: 0; }
  .sa-pair__link { height: 48px; flex-direction: row; }
  .sa-pair__link span { width: auto; height: 1px; }
  .sa-map-grid { grid-template-columns: 1fr; }
  .sa-dimension { grid-template-columns: minmax(180px,.8fr) minmax(260px,1.2fr); }
  .sa-dimension p { grid-column: 1 / -1; }
  .sa-depth__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 650px) {
  .sa-page { width: min(100% - 30px,1180px); padding-top: 0; }
  .sa-hero { min-height: 0; padding: 44px 0 38px; border-radius: 0; }
  .sa-hero__content { padding: 0; }
  .sa-hero h1 { font-size: clamp(2rem,10vw,2.7rem); }
  .sa-hero__actions { display: grid; }
  .sa-price-path { width: 100%; margin-top: 0; }
  .sa-story { padding: 100px 8px 85px; }
  .sa-builder { padding: 54px 0; border-radius: 0; }
  .sa-map-source { padding: 4px 0 4px 16px; }
  .sa-map-source__header { grid-template-columns: auto 1fr; }
  .sa-map-source__header b { grid-column: 2; justify-self: start; }
  .sa-field-row { grid-template-columns: 1fr; gap: 0; }
  .sa-output { padding: 90px 4px 20px; }
  .sa-offer { grid-template-columns: 1fr; gap: 25px; padding: 28px 20px; }
  .sa-offer__price { justify-items: start; min-width: 0; }
  .sa-offer__price .sa-button { width: 100%; }
  .sa-offer__price p { text-align: left; }
  .sa-dimension { grid-template-columns: 1fr; gap: 13px; padding: 20px 4px; }
  .sa-dimension p { grid-column: auto; }
  .sa-aspects-layout,.sa-editorial { grid-template-columns: 1fr; }
  .sa-aspects-layout aside { position: static; }
  .sa-report-copy { padding: 8px 4px 0; }
  .sa-report-section p,.sa-report-ending p,.sa-report-intro,.sa-question-answer > div p { text-align: left; }
  .sa-question-form__footer { align-items: stretch; flex-direction: column; }
  .sa-question-form__footer .sa-button { width: 100%; }
  .sa-question-suggestions { display: grid; }
  .sa-depth { padding: 105px 4px 80px; }
  .sa-depth__grid { border-left: 0; }
  .sa-depth__grid article { min-height: 0; padding: 25px 8px; border-right: 0; }
  .sa-editorial { padding: 75px 8px; }
  .sa-faq { padding: 95px 8px 20px; }
}
@media print {
  @page { size: A4; margin: 14mm 13mm 15mm; }

  html,
  body.page-synastry-page {
    background: #fff !important;
    color: #17121f !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body::before,
  .site-header,
  .site-footer,
  .sa-page > :not(#sa-result-panel),
  .sa-result-actions,
  .sa-questions { display: none !important; }

  main,
  #synastry-page,
  #synastry-page .sa-page,
  #sa-result-panel {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }
  #sa-result-panel,
  #sa-result-panel * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .sa-result__hero {
    max-width: none;
    margin: 0 0 9mm;
    padding: 0 0 7mm;
    border-bottom: 1px solid #d5bd7d;
    text-align: center;
  }
  .sa-result__hero::before {
    content: "✦  MEU TAROT ONLINE";
    display: block;
    margin-bottom: 5mm;
    color: #a97b20;
    font: 600 10pt Cinzel, Georgia, serif;
    letter-spacing: .14em;
  }
  .sa-result__hero .sa-kicker,
  .sa-result__hero h2,
  .sa-result__hero > p { text-align: center !important; }
  .sa-result__hero .sa-kicker { margin-bottom: 2mm; color: #8d6822 !important; }
  .sa-result__hero h2 { margin-bottom: 3mm; color: #241a2d !important; font-size: 25pt; line-height: 1.15; }
  .sa-result__hero > p:not(.sa-kicker) { max-width: 155mm; margin: 0 auto; color: #554c5d !important; font-size: 8.5pt; }

  .sa-result-maps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7mm;
    margin: 0 0 10mm;
    break-inside: avoid;
  }
  .sa-result-maps > article {
    padding: 4mm;
    border: 1px solid #ddd4e2;
    border-radius: 3mm;
    background: #fbf9fc !important;
    break-inside: avoid;
  }
  .sa-map-label strong,
  .sa-big-three strong { color: #241a2d !important; }
  .sa-big-three { border: 1px solid #e4dde8; background: #e4dde8 !important; }
  .sa-big-three div { background: #fff !important; }
  .sa-big-three small { color: #746c7b !important; }
  .sa-map-grid .cw-ring,
  .sa-map-grid .cw-sign-divider,
  .sa-map-grid .cw-house,
  .sa-map-grid .cw-cusp { stroke: #c3b9ca !important; }
  .sa-map-grid .cw-ring--faint { stroke: #e7e1ea !important; }
  .sa-map-grid .cw-axis { stroke: #aa7e2d !important; }
  .sa-map-grid .cw-sign,
  .sa-map-grid .cw-body,
  .sa-map-grid .cw-axis-label { fill: #241a2d !important; }
  .sa-map-grid .cw-degree,
  .sa-map-grid .cw-house { fill: #746c7b !important; }

  .sa-dimensions {
    max-width: none;
    margin: 0 0 10mm;
    border-color: #d9d0de;
    break-inside: avoid;
  }
  .sa-dimension {
    grid-template-columns: 45mm minmax(0, 1fr) 56mm;
    gap: 6mm;
    padding: 4mm 1mm;
    border-color: #d9d0de;
    break-inside: avoid;
  }
  .sa-dimension__heading strong { color: #241a2d !important; }
  .sa-dimension__heading small { color: #845b91 !important; }
  .sa-dimension__heading > span { color: #746c7b !important; }
  .sa-dimension__heading > span b { color: #9c6f1d !important; }
  .sa-dimension p { color: #554c5d !important; font-size: 7.5pt; }
  .sa-dimension__bar { border-color: #cfc2dc; background: #eee9f1 !important; }

  .sa-aspects-layout { display: block !important; }
  .sa-aspects-layout aside {
    position: static;
    margin: 0 0 9mm;
    padding: 5mm;
    border-color: #d9d0de;
    background: #fbf9fc !important;
    break-inside: avoid;
  }
  .sa-aspect-item { border-color: #ded6e3; }
  .sa-aspect-item small { color: #665d6d !important; }

  .sa-report-copy { padding: 0 !important; }
  .sa-report-intro {
    margin: 0 0 7mm;
    padding: 0 0 6mm;
    border-bottom: 1px solid #d9d0de;
    color: #423849 !important;
    font-size: 10.5pt;
    line-height: 1.65;
  }
  .sa-report-section,
  .sa-report-ending {
    max-width: none;
    padding: 5mm 0 !important;
    break-inside: auto;
  }
  .sa-report-section h3,
  .sa-report-ending h3 {
    margin-bottom: 3mm;
    color: #8d6822 !important;
    font-size: 14pt;
    break-after: avoid;
  }
  .sa-report-section p,
  .sa-report-ending p {
    color: #3f3745 !important;
    font-size: 9.5pt;
    line-height: 1.65;
    orphans: 3;
    widows: 3;
  }
  .sa-report-ending {
    margin-top: 6mm;
    padding-top: 8mm !important;
    border-top: 1px solid #d5bd7d !important;
  }
}
