/* Reference lock: real night-sky photography, neutral liquid glass, restrained blush light. */
:root {
  --glass-canvas: #07101b;
  --glass-surface: rgba(53, 73, 89, .17);
  --glass-surface-deep: rgba(9, 21, 33, .25);
  --glass-edge: rgba(238, 247, 255, .48);
  --glass-edge-soft: rgba(235, 245, 255, .17);
  --glass-text: #f5f7f9;
  --glass-muted: #aeb9c4;
  --glass-accent: #e6c6df;
  --glass-focus: #d9e9f6;
  --glass-radius: 30px;
  --glass-ease: cubic-bezier(.2, .75, .25, 1);
}

body.calculator-open::before {
  background:
    linear-gradient(180deg, rgba(4, 10, 18, .2), rgba(3, 7, 13, .5)),
    url('/astro/reference-mountains.jpg') center / cover no-repeat,
    #101b2d;
  backdrop-filter: blur(12px) saturate(105%);
  -webkit-backdrop-filter: blur(12px) saturate(105%);
}

footer .legal-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 10px;
}

footer .legal-links a {
  display: inline;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.2);
  text-underline-offset: 4px;
}

form#birth {
  isolation: isolate;
  width: min(570px, calc(100vw - 40px));
  max-height: calc(100svh - 34px);
  padding: 22px 26px 20px;
  border: 1px solid var(--glass-edge);
  border-radius: var(--glass-radius);
  color: var(--glass-text);
  background:
    radial-gradient(circle at 13% 0%, rgba(235, 247, 255, .2), transparent 36%),
    radial-gradient(circle at 92% 11%, rgba(239, 207, 231, .12), transparent 31%),
    linear-gradient(112deg, rgba(255, 255, 255, .1), transparent 28% 70%, rgba(196, 220, 237, .055)),
    linear-gradient(145deg, var(--glass-surface), var(--glass-surface-deep));
  box-shadow:
    0 42px 130px rgba(0, 4, 10, .58),
    0 12px 36px rgba(0, 5, 12, .32),
    inset 0 1px 0 rgba(255, 255, 255, .24),
    inset 0 -1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(42px) saturate(118%) brightness(1.17);
  -webkit-backdrop-filter: blur(42px) saturate(118%) brightness(1.17);
  overscroll-behavior: contain;
  scrollbar-width: none;
}

form#birth::-webkit-scrollbar { width: 0; height: 0; }

form#birth::before,
form#birth::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
}

form#birth::before {
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .035) 45%, rgba(190, 214, 231, .15));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

form#birth::after {
  inset: 1px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .17), transparent 18% 72%, rgba(184, 213, 231, .05)),
    radial-gradient(circle at 22% -8%, rgba(255,255,255,.14), transparent 32%);
}

form#birth > :not(.calculation) {
  position: relative;
  z-index: 1;
}

form#birth > .calculation {
  position: absolute;
  z-index: 80;
}

form#birth .form-heading {
  margin-bottom: 8px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--glass-edge-soft);
}

form#birth .form-heading .eyebrow {
  color: rgba(240, 246, 251, .72);
  letter-spacing: .24em;
}

form#birth .form-heading > span:nth-child(2) {
  display: inline;
  color: var(--glass-accent);
  text-shadow: 0 0 20px rgba(230, 198, 223, .32);
}

form#birth .close-calculator {
  width: 38px;
  height: 38px;
  border-color: rgba(239, 247, 255, .2);
  color: #f4f7fa;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  transition: background-color 140ms ease-out, border-color 140ms ease-out, transform 110ms ease-out;
}

form#birth .close-calculator:hover {
  border-color: rgba(239, 247, 255, .38);
  background: rgba(255, 255, 255, .1);
}

form#birth .close-calculator:active {
  transform: scale(.96);
}

form#birth .form-intro {
  max-width: 510px;
  margin-bottom: 28px;
  color: var(--glass-muted);
  font-size: 13px;
  line-height: 1.7;
}

form#birth .birth-section {
  padding: 10px 0 3px;
  border-color: var(--glass-edge-soft);
}

form#birth .birth-section legend {
  margin-bottom: 8px;
  color: var(--glass-text);
  font-size: 18px;
  font-weight: 560;
  letter-spacing: -.25px;
}

form#birth label {
  margin-bottom: 8px;
  color: rgba(234, 240, 245, .84);
  font-size: 11px;
  font-weight: 580;
  letter-spacing: .025em;
}

form#birth .optional,
form#birth .hint,
form#birth .form-note {
  color: var(--glass-muted);
}

form#birth .hint {
  margin: 0 0 8px;
  line-height: 1.45;
}

form#birth input,
form#birth select {
  min-height: 44px;
  margin-top: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(225, 238, 248, .28);
  border-radius: 15px;
  color: var(--glass-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105), transparent 58%),
    rgba(10, 24, 37, .18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -10px 24px rgba(0, 5, 10, .08),
    0 8px 24px rgba(0, 5, 11, .11);
  caret-color: var(--glass-focus);
  transition: border-color 150ms ease-out, background-color 150ms ease-out, box-shadow 150ms ease-out, transform 150ms ease-out;
}

form#birth input::placeholder {
  color: rgba(190, 204, 215, .54);
  opacity: 1;
}

form#birth select option {
  color: #eef3f7;
  background: #111c28;
}

form#birth input:hover:not(:disabled),
form#birth select:hover:not(:disabled) {
  border-color: rgba(225, 238, 248, .28);
  background-color: rgba(30, 46, 60, .56);
}

form#birth input:focus-visible,
form#birth select:focus-visible,
form#birth .country-search:focus-within > label > input,
form#birth .place-search:focus-within > label > input {
  outline: none;
  border-color: rgba(218, 235, 248, .74);
  background-color: rgba(28, 44, 58, .68);
  box-shadow:
    0 0 0 3px rgba(206, 227, 242, .13),
    0 0 32px rgba(179, 211, 234, .1),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

form#birth input:disabled {
  opacity: .42;
  cursor: not-allowed;
}

form#birth .date-fields {
  grid-template-columns: .7fr 1.45fr 1fr;
  gap: 11px;
}

form#birth .date-fields input,
form#birth .date-fields select,
form#birth .time-fields input {
  height: 46px;
  border-radius: 14px;
}

form#birth .time-fields {
  gap: 14px;
  max-width: 320px;
}

form#birth .time-fields > span {
  color: rgba(220, 230, 238, .48);
  font-weight: 300;
}

form#birth .check {
  width: max-content;
  max-width: 100%;
  color: var(--glass-muted);
  cursor: pointer;
  margin: 2px 0 7px;
}

form#birth .check input {
  width: 21px;
  min-height: 21px;
  margin: 0;
  padding: 0;
  accent-color: #d6e3eb;
}

form#birth #country-options,
form#birth #place-options {
  top: calc(100% + 7px);
  padding: 7px;
  border: 1px solid rgba(230, 241, 249, .2);
  border-radius: 17px;
  color: var(--glass-text);
  background:
    linear-gradient(160deg, rgba(35, 48, 61, .94), rgba(9, 17, 26, .97));
  box-shadow: 0 22px 62px rgba(0, 4, 10, .62), inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
}

form#birth #country-options button,
form#birth #place-options button {
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 11px;
  color: rgba(244, 248, 251, .94);
  transition: background-color 120ms ease-out, color 120ms ease-out, box-shadow 120ms ease-out;
}

form#birth #country-options button:hover,
form#birth #country-options button[aria-selected='true'],
form#birth #place-options button:hover,
form#birth #place-options button[aria-selected='true'] {
  outline: 0;
  color: #fff;
  background: rgba(215, 230, 241, .11);
  box-shadow: inset 0 0 0 1px rgba(228, 240, 248, .12);
}

form#birth details {
  border-color: var(--glass-edge-soft);
  color: var(--glass-muted);
}

form#birth summary {
  color: rgba(225, 234, 241, .78);
}

form#birth .wizard-actions {
  margin-top: 12px;
}

form#birth .submit {
  min-height: 49px;
  border: 1px solid rgba(255, 235, 246, .58);
  color: #251722;
  background:
    linear-gradient(180deg, #efd1e1, #d9abc3);
  box-shadow:
    0 15px 34px rgba(5, 2, 8, .34),
    0 0 30px rgba(225, 181, 207, .1),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  transition: transform 120ms ease-out, filter 140ms ease-out, box-shadow 140ms ease-out;
}

form#birth .submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.04) saturate(1.03);
  box-shadow: 0 18px 42px rgba(5, 2, 8, .4), 0 0 34px rgba(225, 181, 207, .15), inset 0 1px 0 rgba(255, 255, 255, .76);
}

form#birth .submit:active {
  transform: translateY(0) scale(.992);
}

form#birth .submit:focus-visible {
  outline: 3px solid rgba(239, 209, 225, .36);
  outline-offset: 4px;
}

form#birth #country-options,
form#birth #place-options {
  scrollbar-width: none;
}

form#birth #country-options::-webkit-scrollbar,
form#birth #place-options::-webkit-scrollbar {
  width: 0;
  height: 0;
}

form#birth .time-ambiguity {
  margin: 16px 0 8px;
  padding: 16px;
  border: 1px solid rgba(230, 241, 249, .16);
  border-radius: 16px;
  background: rgba(3, 10, 18, .34);
}

form#birth .time-ambiguity p {
  margin: 0 0 12px;
  color: var(--glass-muted);
  font-size: 12px;
  line-height: 1.55;
}

form#birth #status {
  color: #f0c9cb;
}

.result.handoff-result {
  position: relative;
  isolation: isolate;
  max-width: 1040px;
  min-height: 660px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: clamp(28px, 7vw, 84px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(232, 243, 251, .16);
  border-radius: 38px;
  color: var(--glass-text);
  background:
    linear-gradient(180deg, rgba(5, 12, 21, .35), rgba(3, 8, 14, .76)),
    url('/astro/reference-mountains.jpg') center / auto 100% no-repeat,
    #101b2d;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .35);
}

.result.handoff-result::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 16%, rgba(186, 213, 234, .13), transparent 36%);
}

.result.handoff-result::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #070a0f 92%);
}

.handoff-card {
  position: relative;
  z-index: 1;
  width: min(590px, 100%);
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
  border: 1px solid rgba(238, 247, 255, .25);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(220, 236, 247, .12), transparent 33%),
    linear-gradient(145deg, rgba(23, 34, 45, .7), rgba(7, 14, 23, .84));
  box-shadow:
    0 30px 80px rgba(0, 4, 10, .58),
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(30px) saturate(118%);
  -webkit-backdrop-filter: blur(30px) saturate(118%);
}

.handoff-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 25px;
  border: 1px solid rgba(231, 241, 248, .3);
  border-radius: 50%;
  color: #f2f7fa;
  background: rgba(216, 230, 240, .08);
  box-shadow: 0 0 36px rgba(194, 219, 236, .12), inset 0 1px 0 rgba(255, 255, 255, .13);
  font-size: 25px;
}

.handoff-card .eyebrow {
  color: rgba(223, 233, 240, .66);
}

.handoff-card h2 {
  max-width: 540px;
  margin: 13px auto 14px;
  color: #f8fafb;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 570;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.handoff-card h2 > span {
  display: block;
  white-space: nowrap;
}

.handoff-lede {
  max-width: 470px;
  margin: 0 auto 26px;
  color: var(--glass-muted);
  font-size: 14px;
  line-height: 1.7;
  text-wrap: pretty;
}

.energy-preview {
  width: min(480px, 100%);
  margin: 28px auto 26px;
  padding: 14px;
  border: 1px solid rgba(238, 247, 255, .24);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035) 62%, transparent 63%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36), 0 0 65px rgba(230, 198, 223, .13), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.energy-preview figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.energy-preview-chart {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: saturate(.84) contrast(1.03);
}

.handoff-keyword-wrap {
  margin: 28px 0 22px;
  padding: 17px;
  border: 1px solid rgba(227, 239, 248, .15);
  border-radius: 18px;
  background: rgba(2, 8, 15, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.handoff-keyword-label {
  display: block;
  margin-bottom: 9px;
  color: rgba(206, 218, 227, .66);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}

.handoff-keyword-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.handoff-keyword {
  color: #f8fbfd;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 680;
  letter-spacing: .12em;
  font-variant-numeric: tabular-nums;
}

.copy-keyword {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(231, 241, 248, .2);
  border-radius: 12px;
  color: #e8f0f5;
  background: rgba(255, 255, 255, .055);
  font-size: 11px;
  transition: background-color 120ms ease-out, border-color 120ms ease-out, transform 100ms ease-out;
}

.copy-keyword:hover {
  border-color: rgba(231, 241, 248, .36);
  background: rgba(255, 255, 255, .1);
}

.copy-keyword:active {
  transform: scale(.98);
}

.handoff-steps {
  display: flex;
  justify-content: center;
  gap: 7px 16px;
  margin: 0 0 20px;
  color: rgba(205, 217, 226, .66);
  font-size: 10px;
  line-height: 1.5;
}

.handoff-steps span + span::before {
  content: '·';
  margin-right: 16px;
  color: rgba(228, 238, 245, .3);
}

.handoff-channel-buttons {
  display: grid;
  gap: 12px;
}

.handoff-channel-buttons .button {
  width: 100%;
  min-height: 58px;
  gap: 12px;
  justify-content: center;
  border-radius: 18px;
}

.handoff-card .instagram-button {
  border: 1px solid rgba(255, 255, 255, .68);
  color: #0b1620;
  background: linear-gradient(180deg, #f7fafc, #dae6ed);
  box-shadow: 0 14px 34px rgba(0, 5, 12, .3), inset 0 1px 0 #fff;
}

.handoff-card .whatsapp-button {
  border: 1px solid rgba(188, 255, 213, .46);
  color: #062312;
  background: linear-gradient(180deg, #49df81, #20bd61);
  box-shadow: 0 14px 34px rgba(0, 13, 6, .3), inset 0 1px 0 rgba(255, 255, 255, .42);
}

/* Der Instagram-Knopf ist hier BEWUSST nicht aufgefuehrt (Nutzerauftrag 2026-09-18: "Der Knopf
   soll genau so aussehen wie er war aber nichts tun"). Er bleibt voll eingefaerbt, obwohl er
   ohne hinterlegtes Ziel nirgendwohin fuehrt — die Abdunklung galt einen Stand lang und wurde
   auf Zuruf wieder entfernt. Fuer WhatsApp gilt sie unveraendert weiter. */
.handoff-card .whatsapp-button[aria-disabled='true'] {
  cursor: not-allowed;
  filter: saturate(.76);
  opacity: .76;
}

.instagram-icon,
.whatsapp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.whatsapp-icon {
  fill: currentColor;
}

.handoff-note {
  max-width: 440px;
  margin: 16px auto 0;
  color: rgba(198, 211, 221, .72);
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 620px) {
  body.calculator-open::before {
    background-position: 52% bottom;
  }

  form#birth {
    width: calc(100vw - 28px);
    max-height: calc(100svh - 24px);
    padding: 19px 16px 17px;
    border-radius: 23px;
  }

  form#birth .form-intro {
    margin-bottom: 22px;
  }

  form#birth .birth-section {
    padding-top: 14px;
  }

  form#birth .date-fields {
    grid-template-columns: .68fr 1.35fr .92fr;
    gap: 7px;
  }

  form#birth .date-fields input,
  form#birth .date-fields select,
  form#birth .time-fields input {
    height: 50px;
    padding-inline: 9px;
  }

  form#birth .date-fields select {
    font-size: 13px;
  }

  form#birth #country-options,
  form#birth #place-options {
    max-height: 220px;
  }

  .result.handoff-result {
    min-height: 630px;
    width: calc(100% - 24px);
    margin: 40px auto;
    padding: 16px;
    border-radius: 28px;
    background-position: center bottom;
  }

  .handoff-card {
    padding: 29px 20px 24px;
    border-radius: 24px;
  }

  .handoff-card h2 {
    font-size: clamp(21px, 6.2vw, 26px);
    letter-spacing: -.035em;
  }

  .handoff-keyword-line {
    flex-direction: column;
    gap: 11px;
  }

  .copy-keyword {
    width: 100%;
  }

  .handoff-steps {
    display: grid;
    gap: 6px;
    text-align: left;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .handoff-steps span + span::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  form#birth.is-open,
  .handoff-card {
    animation: none;
  }
}

/* Continue the night tone only after the untouched photographed image and mountains. */
.hero {
  overflow: visible;
  margin-bottom: 0;
  min-height: 950px;
  height: 110svh;
  max-height: 1200px;
  background-color: #101b2d;
  background-image:
    linear-gradient(90deg, rgba(7, 16, 31, .42), transparent 25% 75%, rgba(7, 16, 31, .42)),
    url('/astro/reference-mountains.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  background-position: center calc(50% + var(--hero-scroll));
}

.hero .sky {
  display: none;
}

.hero .sky > * {
  display: none;
}

.hero::after {
  background: linear-gradient(180deg, rgba(18, 13, 24, .16) 0%, rgba(18, 13, 24, 0) 46%);
}

.hero-note {
  margin-top: 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(8, 9, 15, .28);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

.hero-copy {
  padding-top: 120px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 850px;
    height: 110svh;
    max-height: 1100px;
    background-image: url('/astro/reference-mountains.jpg');
    background-size: 100% auto;
    background-position: center calc(100% + var(--hero-scroll));
  }

  .hero .sky {
    display: none;
  }

  body.calculator-open::before {
    background-image:
      linear-gradient(180deg, rgba(4, 10, 18, .2), rgba(3, 7, 13, .5)),
      url('/astro/reference-mountains.jpg');
  }

  .hero-copy {
    padding-top: 118px;
  }
}

.hero::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: clamp(62px, 6vw, 88px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 9, 13, 0) 0%, rgba(8, 9, 13, .08) 34%, rgba(8, 9, 13, .78) 76%, #08090d 100%);
}

.discovery {
  border-top: 0;
}

/* Frame the complete hero as one softly rounded visual surface. */
html,
body {
  background-color: #03050d !important;
  background-image: none !important;
}

.hero {
  width: calc(100% - 48px);
  margin: 24px 24px 0;
  border-radius: 42px 42px 0 0;
  overflow: hidden;
}

body > header {
  inset: 24px 24px auto;
  padding-inline: calc(6% - 1px);
}

@media (max-width: 760px) {
  .hero {
    width: calc(100% - 24px);
    margin: 12px 12px 0;
    border-radius: 26px 26px 0 0;
  }

  body > header {
    inset: 12px 12px auto;
  }

}


/* ============================================================
   Mobil-Feinschliff 16.09.2026
   Auftrag Oliver: Hero-Bild bis zur Oberkante, engerer Hero,
   kleinerer Aufruf, Wortmarke in der Fusszeile, Eingabe ohne Scrollen.
   ============================================================ */

/* Der Nachthimmel wurde nach oben verlaengert (736 x 1595 statt 736 x 1104),
   damit auf hohen Displays keine Hintergrundfarbe mehr durchscheint. */
.hero {
  background-image:
    linear-gradient(90deg, rgba(7, 16, 31, .42), transparent 25% 75%, rgba(7, 16, 31, .42)),
    url('/astro/hero-nachthimmel.jpg');
}

/* Fusszeile traegt dieselbe Wortmarke wie der Kopfbereich. */
footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

footer .brand-mark {
  flex: none;
  width: auto;
  height: 51px;
}

footer .brand-word {
  display: block;
}

footer .brand-word span {
  display: block;
  margin-top: 8px;
  font: 8px "Segoe UI", sans-serif;
  letter-spacing: 3px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 680px;
    height: 100svh;
    max-height: 920px;
    background-image: url('/astro/hero-nachthimmel.jpg');
    background-size: cover;
    background-position: center calc(100% + var(--hero-scroll));
  }

  /* Text und Aufruf ruecken naeher an das Tierkreisrad im Bild. */
  .hero-copy {
    padding-top: 88px;
    padding-bottom: 0;
  }

  .hero-copy h1 {
    margin: 16px 0 12px;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-bottom: 16px;
  }

  /* Aufruf rund 15 Prozent kompakter als zuvor. */
  .hero-copy .button {
    min-height: 46px;
    gap: 18px;
    padding: 14px 23px;
    font-size: 12px;
  }

  .hero-note {
    margin-top: 10px;
    font-size: 9px;
  }

  footer .brand-mark {
    height: 42px;
  }
}

/* Eingabe passt ohne Scrollen auf ein Handydisplay. */
@media (max-width: 620px) {
  form#birth {
    padding: 14px 15px 13px;
  }

  form#birth .form-heading {
    margin-bottom: 12px;
  }

  form#birth .birth-section {
    padding: 8px 0 1px;
  }

  form#birth .birth-section legend {
    margin-bottom: 4px;
    font-size: 15px;
  }

  form#birth label {
    margin-bottom: 5px;
  }

  form#birth input,
  form#birth select {
    min-height: 42px;
    margin-top: 3px;
  }

  form#birth .date-fields input,
  form#birth .date-fields select,
  form#birth .time-fields input {
    height: 44px;
  }

  form#birth .hint {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 1.35;
  }

  form#birth .check {
    margin-bottom: 4px;
  }

  form#birth .wizard-actions {
    margin-top: 8px;
  }

  form#birth .submit {
    min-height: 46px;
  }

  form#birth .form-note {
    font-size: 9px;
  }

  /* Zwei Hinweise sind auf dem Handy entbehrlich, weil die Felder sie ueber
     Platzhalter schon sagen. Sie bleiben fuer Screenreader erhalten. */
  form#birth #date-hint,
  form#birth #country-hint {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}


/* Flache Handydisplays (iPhone SE und aehnlich): auch dort ohne Scrollen.
   Die verbleibenden Hinweise wandern in die Screenreader-Ebene, die Felder
   ruecken enger zusammen. */
@media (max-width: 620px) and (max-height: 740px) {
  form#birth #time-hint,
  form#birth #city-hint {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  form#birth .form-heading {
    margin-bottom: 8px;
  }

  form#birth .birth-section {
    padding: 5px 0 0;
  }

  form#birth .birth-section legend {
    margin-bottom: 2px;
    font-size: 14px;
  }

  form#birth label {
    margin-bottom: 3px;
    font-size: 10px;
  }

  form#birth input,
  form#birth select {
    min-height: 40px;
  }

  form#birth .date-fields input,
  form#birth .date-fields select,
  form#birth .time-fields input {
    height: 42px;
  }

  form#birth .check {
    margin-bottom: 2px;
  }
}


/* Nachtrag 16.09.2026: Der Streifen unter dem Bergbild war blaugrau und setzte
   hart an der naechsten Sektion an. Er wird jetzt schwarz und blendet weich
   in den folgenden Abschnitt ueber. */
.hero {
  background-color: #05070c;
}

.hero::before {
  height: clamp(110px, 13vw, 170px);
  background: linear-gradient(180deg,
    rgba(5, 7, 12, 0) 0%,
    rgba(5, 7, 12, .35) 26%,
    rgba(4, 6, 10, .78) 56%,
    rgba(3, 5, 9, .95) 78%,
    #02040b 100%);
}

.horizon-label {
  text-shadow: 0 1px 10px rgba(0, 0, 0, .85);
}

@media (max-width: 760px) {
  .hero::before {
    height: 150px;
  }
}


/* 16.09.2026: Das Ergebnis erscheint jetzt oben an Stelle des Hero-Bereichs,
   statt unterhalb der ganzen Seite. */
body.result-open .hero,
body.result-open .energy-story,
body.result-open header nav {
  display: none;
}

body.result-open #result {
  margin-top: 78px;
}

.handoff-again {
  display: block;
  margin: 18px auto 0;
  padding: 9px 18px;
  border: 1px solid rgba(226, 235, 243, .3);
  border-radius: 999px;
  color: rgba(228, 236, 243, .82);
  background: rgba(255, 255, 255, .05);
  font-size: 11px;
  letter-spacing: .02em;
}

.handoff-again:hover {
  border-color: rgba(226, 235, 243, .5);
  background: rgba(255, 255, 255, .1);
}

@media (max-width: 620px) {
  body.result-open #result {
    margin-top: 66px;
  }
}


/* 16.09.2026: Die Ergebniskarte stand auf dem Handy nicht mittig und ragte rechts
   heraus. Ursache: Die runde Vorschau war an der Bildschirmbreite bemessen (78vw)
   statt an der Karte und hat sie ueber die verfuegbare Breite hinaus gedehnt. */
.handoff-card {
  min-width: 0;
  max-width: 100%;
  justify-self: center;
}

.energy-preview {
  width: min(480px, 100%);
  max-width: 100%;
}

@media (max-width: 620px) {
  .result.handoff-result {
    width: calc(100% - 20px);
    padding: 13px;
  }

  .handoff-card {
    padding: 26px 16px 22px;
  }

  .energy-preview {
    margin: 22px auto 20px;
    padding: 11px;
  }
}


/* 16.09.2026, Rueckmeldung Oliver: Der Uebergang war zu lang gezogen.
   Kuerzer und weiter oben ansetzend. */
.hero::before {
  height: clamp(74px, 8vw, 104px);
}

@media (max-width: 760px) {
  .hero::before {
    height: 92px;
  }
}


/* 16.09.2026: Die Ergebniskarte zeigt jetzt die Hauptenergie, also das
   Sonnenzeichen, mit Symbol und drei Stichworten. Der Uebergang zu Instagram
   soll dadurch Neugier wecken statt nur zu informieren. */
.energieform {
  margin: 4px auto 18px;
  text-align: center;
}

.energieform-glyphe {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border: 1px solid rgba(238, 247, 255, .28);
  border-radius: 50%;
  font-family: "Segoe UI Symbol", sans-serif;
  font-size: 30px;
  line-height: 1;
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 10px 30px rgba(0, 0, 0, .3);
}

.energieform-symbol {
  width: 31px;
  height: 31px;
  color: currentColor;
}

/* Elementfarben wie im Geburtsbild, nur fuer den dunklen Grund aufgehellt. */
.energieform[data-element="feuer"] .energieform-glyphe {
  color: #ff8a7e;
  border-color: rgba(255, 138, 126, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 34px rgba(255, 90, 70, .22);
}

.energieform[data-element="erde"] .energieform-glyphe {
  color: #7fd98f;
  border-color: rgba(127, 217, 143, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 34px rgba(60, 190, 100, .2);
}

.energieform[data-element="luft"] .energieform-glyphe {
  color: #ffc46b;
  border-color: rgba(255, 196, 107, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 34px rgba(255, 170, 60, .2);
}

.energieform[data-element="wasser"] .energieform-glyphe {
  color: #8fb6ff;
  border-color: rgba(143, 182, 255, .45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 34px rgba(90, 140, 255, .22);
}

.energieform .eyebrow {
  display: block;
  color: rgba(214, 226, 236, .62);
  font-size: 9px;
  letter-spacing: .24em;
}

.energieform-name {
  margin: 7px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 7.4vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
  color: #f4f8fb;
}

.energieform-worte {
  margin: 0;
  color: rgba(214, 226, 236, .78);
  font-size: 12px;
  letter-spacing: .01em;
}

@media (max-width: 620px) {
  .energieform {
    margin-bottom: 15px;
  }

  .energieform-glyphe {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .energieform-symbol {
    width: 27px;
    height: 27px;
  }

  .energieform-worte {
    font-size: 11px;
  }
}


/* 16.09.2026: Das Ergebnis soll auf dem Handy ohne Scrollen auf eine
   Bildschirmseite passen. Ausserdem lag die Wortmarke ueber dem Kartenrand,
   weil der Kopfbereich absolut positioniert ist und der Hero fehlt. */
body.result-open header {
  position: static;
  padding: 16px 6% 0;
}

body.result-open #result {
  margin-top: 6px;
  margin-bottom: 18px;
}

@media (max-width: 620px) {
  body.result-open header {
    padding: 12px 20px 0;
  }

  body.result-open .brand-mark {
    height: 38px;
  }

  body.result-open #result {
    margin-top: 2px;
    margin-bottom: 12px;
  }

  /* Das Haekchen sagt nichts, was die Zeile darunter nicht schon sagt. */
  .handoff-card .handoff-mark {
    display: none;
  }

  .handoff-card h2 {
    margin: 6px 0 0;
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .handoff-card .energy-preview {
    width: 100%;
    margin: 14px auto 12px;
    padding: 8px;
  }

  .energieform {
    margin: 0 auto 12px;
  }

  .energieform-glyphe {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .energieform-name {
    margin: 5px 0 4px;
    font-size: clamp(23px, 6.4vw, 29px);
  }

  .handoff-lede {
    margin: 0 0 12px;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .handoff-card .instagram-button {
    min-height: 46px;
  }

  .handoff-again {
    margin-top: 12px;
    padding: 7px 15px;
    font-size: 10px;
  }
}


/* 16.09.2026: Der erklaerende Satz unter der Energieform ist entfallen. Die
   Energieform rueckt naeher an das Geburtsbild und traegt die Aussage allein. */
.energieform {
  margin: 2px auto 20px;
}

@media (max-width: 620px) {
  .handoff-card .energy-preview {
    margin: 12px auto 10px;
  }

  .energieform {
    margin: 0 auto 16px;
  }

  .energieform-worte {
    font-size: 11.5px;
  }
}


/* 16.09.2026: Beim Ergebnis lag hinter der Karte nur der schwarze Seitengrund,
   dadurch wirkte der Bildschirm oben hart abgeschnitten. Jetzt steht dort
   derselbe Nachthimmel wie hinter dem Rechner. */
body.result-open::before {
  content: '';
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 18, .42), rgba(3, 7, 13, .72)),
    url('/astro/hero-nachthimmel.jpg') center / cover no-repeat,
    #05070c;
}

body.result-open {
  background: transparent;
}

/* Der Kopfbereich bleibt statisch. Mit position:relative wuerde das geerbte
   inset aus der Grundregel als Versatz wirken und die Seite seitlich ueberlaufen
   lassen. Der Hintergrund liegt ohnehin auf z-index -1. */
body.result-open header {
  position: static;
}

body.result-open #result,
body.result-open footer {
  position: relative;
  z-index: 1;
}


/* 16.09.2026: Im Ergebniszustand stiess die Wortmarke unten an die Karte, das
   Wort ASTROLOGIE wurde dadurch verdeckt. Der Kopfbereich bekommt Polster. */
body.result-open header {
  padding: 14px 6% 12px;
}

@media (max-width: 620px) {
  body.result-open header {
    padding: 12px 20px 10px;
  }

  body.result-open #result {
    margin-top: 0;
  }
}


/* 16.09.2026: Die Wortmarke traegt nur noch das Zeichen, der Schriftzug ist raus.
   Im Kopfbereich steht es mittig. */
header {
  justify-content: center;
}

header .brand {
  gap: 0;
}

header nav {
  display: none;
}

.brand-mark {
  height: 66px;
}

footer .brand-mark {
  height: 54px;
}

@media (max-width: 760px) {
  .brand-mark {
    height: 52px;
  }

  footer .brand-mark {
    height: 44px;
  }

  body.result-open .brand-mark {
    height: 42px;
  }
}

body.result-open header {
  justify-content: center;
}


/* 19.09.2026: iOS zoomt Formularfelder unter 16 px beim Fokussieren. Der
   Rechner bleibt deshalb in normaler Seitenskalierung; manuelles Zoomen bleibt erlaubt. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.zodiac-vector {
  color: rgba(222, 232, 240, .66);
  overflow: visible;
}

.calculation-glyph .calculation-symbol {
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
}

form#birth input:not([type='checkbox']),
form#birth select,
form#birth .date-fields select {
  font-size: 17px;
  touch-action: manipulation;
}

form#birth input:not([type='checkbox']) {
  height: 42px;
  min-height: 42px;
  padding: 8px 10px;
  line-height: 20px;
  -webkit-appearance: none;
  appearance: none;
}

.cta-arrow {
  display: inline-block;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: .95em;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

body.calculator-open {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (max-width: 620px) {
  /* Der Dialog bleibt ein stabiler Scrollbereich in der kleinen Browserflaeche.
     Die iOS-Tastatur darf ihn ueberlagern, statt ihn nach oben zu schieben oder
     auf die wechselnde visualViewport-Hoehe zusammenzudruecken. */
  form#birth {
    inset: auto 14px auto;
    top: calc(12px + var(--astro-visual-offset-top, 0px));
    width: auto;
    height: calc(100lvh - 24px);
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(13px + var(--astro-keyboard-space, 0px));
    transform: none;
    scroll-padding-block: 14px calc(40px + var(--astro-keyboard-space, 0px));
  }

  form#birth .form-heading {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 9px;
  }

  form#birth .birth-section {
    padding: 10px 0 3px;
  }

  form#birth .birth-section + .birth-section {
    margin-top: 8px;
  }

  form#birth input:not([type='checkbox']),
  form#birth select {
    min-height: 42px;
    padding-block: 8px;
  }

  form#birth .place-search {
    margin-top: 10px;
  }

  form#birth .place-search label {
    margin-bottom: 0;
  }

  form#birth #city-hint {
    margin-top: 6px;
  }

  form#birth.is-open {
    animation: astro-mobile-in .2s ease-out;
  }

  @keyframes astro-mobile-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Vorschlaege vergroessern den scrollbaren Dialog, statt folgende Felder zu
     verdecken. Die Treffer bleiben trotz Bildschirmtastatur gut antippbar. */
  form#birth #country-options,
  form#birth #place-options {
    position: static;
    inset: auto;
    max-height: 180px;
    margin: 6px 0 5px;
  }

  .handoff-card .energy-preview {
    width: 100%;
    padding: 6px;
  }
}


/* 19.09.2026: Die Live-Auswertung folgt jetzt der lokalen Michael-Vorlage.
   Das Geburtsbild, die ganze Konstellation und die Verteilungen bleiben eine
   zusammenhaengende Auswertung; der einzige Abschluss ist Instagram. */
.energy-report-shell {
  width: min(1080px, calc(100% - 28px));
  max-width: 1080px;
  margin: 0 auto 36px;
  padding: 0;
}

.energy-report {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  color: #f2f7fb;
  background: #01030a;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .48);
}

.energy-report::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 9, 16, .58), rgba(3, 6, 12, .94)),
    url('/astro/hero-nachthimmel.jpg') top center / 1080px auto repeat-y;
}

.energy-report-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 70px 40px;
  text-align: center;
}

.energy-report-logo img { width: auto; height: 96px; }

.energy-report-title {
  margin: 34px 0 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.energy-report-subtitle {
  margin: 14px 0 0;
  color: rgba(214, 226, 237, .62);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.energy-report-chart {
  width: min(440px, 100%);
  margin: 36px 0 0;
  padding: 16px;
  border: 1px solid rgba(226, 238, 248, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .55);
}

.energy-report-chart-svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.energy-report-section {
  margin: 0 60px 34px;
  padding: 40px 38px 36px;
  border: 1px solid rgba(226, 238, 248, .15);
  border-radius: 34px;
  background: rgba(10, 17, 27, .66);
}

.energy-report-big-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(440px, 100%);
  margin-top: 24px;
  border: 1px solid rgba(226, 238, 248, .15);
  border-radius: 18px;
  background: rgba(10, 17, 27, .66);
}

.energy-report-big-three-item {
  min-width: 0;
  padding: 16px 12px;
  border-left: 1px solid rgba(226, 238, 248, .12);
  text-align: center;
}

.energy-report-big-three-item:first-child { border-left: 0; }
.energy-report-big-three-label { display: block; color: rgba(214, 226, 237, .58); font-size: 13px; text-transform: uppercase; }
.energy-report-big-three-value { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 6px; color: var(--report-tone); font-size: 21px; }
.energy-report-big-three-symbol { width: 25px; height: 25px; flex: 0 0 25px; }
.energy-report-big-three-item[data-element='feuer'] { --report-tone: #ff8a7e; }
.energy-report-big-three-item[data-element='erde'] { --report-tone: #7fd98f; }
.energy-report-big-three-item[data-element='luft'] { --report-tone: #ffc46b; }
.energy-report-big-three-item[data-element='wasser'] { --report-tone: #8fb6ff; }

.energy-report-section-title {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

.energy-report-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 27px;
}

.energy-report-table tr { border-top: 1px solid rgba(226, 238, 248, .09); }
.energy-report-table tr:first-child { border-top: 0; }
.energy-report-table td { padding: 15px 0; vertical-align: middle; }

.energy-report-glyph {
  width: 62px;
  color: rgba(226, 238, 248, .82);
  font-size: 33px;
  text-align: center;
}

.energy-report-symbol { display: block; width: 33px; height: 33px; margin: 0 auto; color: inherit; }

.energy-report-axis {
  display: inline-block;
  color: #e88a86;
  font-family: "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.energy-report-name { width: 218px; font-weight: 600; }
.energy-report-degree { width: 178px; color: rgba(214, 226, 237, .82); font-variant-numeric: tabular-nums; }
.energy-report-retrograde { width: 46px; color: #f4a79f; font-weight: 700; text-align: center; }
.energy-report-sign { color: var(--report-tone); font-weight: 600; white-space: nowrap; }
.energy-report-sign-symbol { display: inline-block; width: 32px; height: 32px; margin-right: 10px; vertical-align: middle; }
.energy-report-house { width: 132px; color: rgba(214, 226, 237, .7); font-size: 25px; text-align: right; }

.energy-report-table tr[data-element='feuer'] { --report-tone: #ff8a7e; }
.energy-report-table tr[data-element='erde'] { --report-tone: #7fd98f; }
.energy-report-table tr[data-element='luft'] { --report-tone: #ffc46b; }
.energy-report-table tr[data-element='wasser'] { --report-tone: #8fb6ff; }

.energy-report-bars {
  display: grid;
  gap: 34px;
  margin-top: 40px;
  padding-top: 34px;
  border-top: 1px solid rgba(226, 238, 248, .12);
}

.energy-report-bar-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.energy-report-bar-header > span:first-child { font-size: 30px; font-weight: 600; }
.energy-report-bar-header > span:last-child { color: rgba(214, 226, 237, .5); font-size: 19px; letter-spacing: 2px; }
.energy-report-bar { display: block; width: 100%; height: 34px; }
.energy-report-segment.feuer { fill: #ff7f72; }
.energy-report-segment.erde { fill: #6fd182; }
.energy-report-segment.luft { fill: #f5b957; }
.energy-report-segment.wasser { fill: #7fadff; }
.energy-report-segment.maennlich { fill: #ff9f66; }
.energy-report-segment.weiblich { fill: #9b93f5; }

.energy-report-bar-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.energy-report-bar-label { display: flex; align-items: center; gap: 10px; font-size: 25px; }
.energy-report-dot { width: 18px; height: 18px; border-radius: 50%; }
.energy-report-bar-label[data-part='feuer'] .energy-report-dot { background: #ff7f72; }
.energy-report-bar-label[data-part='erde'] .energy-report-dot { background: #6fd182; }
.energy-report-bar-label[data-part='luft'] .energy-report-dot { background: #f5b957; }
.energy-report-bar-label[data-part='wasser'] .energy-report-dot { background: #7fadff; }
.energy-report-bar-label[data-part='maennlich'] .energy-report-dot { background: #ff9f66; }
.energy-report-bar-label[data-part='weiblich'] .energy-report-dot { background: #9b93f5; }
.energy-report-bar-label strong { font-variant-numeric: tabular-nums; }

.energy-report-delivery { margin: 24px auto 0; padding: 24px 20px; text-align: center; }
.energy-report-instagram { width: min(560px, 100%); margin: 0 auto; }
.energy-report-again {
  display: block;
  margin: 18px auto 0;
  padding: 9px 18px;
  border: 1px solid rgba(226, 235, 243, .3);
  border-radius: 999px;
  color: rgba(228, 236, 243, .82);
  background: rgba(255, 255, 255, .05);
  font-size: 13px;
}

@media (max-width: 700px) {
  .energy-report-shell { width: calc(100% - 16px); }
  .energy-report-header { padding: 28px 18px 22px; }
  .energy-report-logo img { height: 58px; }
  .energy-report-title { width: 100%; margin-top: 18px; font-size: 23px; }
  .energy-report-subtitle { margin-top: 9px; font-size: 13px; letter-spacing: 2px; }
  .energy-report-chart { width: min(280px, 86%); margin-top: 22px; padding: 8px; }
  .energy-report-big-three { width: min(280px, 86%); margin-top: 14px; border-radius: 12px; }
  .energy-report-big-three-item { padding: 10px 4px; }
  .energy-report-big-three-label { font-size: 9px; }
  .energy-report-big-three-value { gap: 3px; margin-top: 4px; font-size: 12px; }
  .energy-report-big-three-symbol { width: 15px; height: 15px; flex-basis: 15px; }
  .energy-report-section { margin: 0 10px 14px; padding: 22px 14px 20px; border-radius: 18px; }
  .energy-report-section-title { margin-bottom: 14px; font-size: 27px; }
  .energy-report-table { font-size: 12px; }
  .energy-report-table td { padding: 7px 0; }
  .energy-report-glyph { width: 25px; font-size: 18px; }
  .energy-report-symbol { width: 18px; height: 18px; }
  .energy-report-axis { font-size: 11px; }
  .energy-report-name { width: 74px; }
  .energy-report-degree { width: 72px; font-size: 11px; }
  .energy-report-retrograde { width: 17px; }
  .energy-report-sign-symbol { width: 15px; height: 15px; margin-right: 3px; }
  .energy-report-house { width: 44px; font-size: 10px; }
  .energy-report-bars { gap: 18px; margin-top: 22px; padding-top: 20px; }
  .energy-report-bar-header { margin-bottom: 8px; }
  .energy-report-bar-header > span:first-child { font-size: 17px; }
  .energy-report-bar-header > span:last-child { font-size: 10px; letter-spacing: 1px; }
  .energy-report-bar { height: 18px; }
  .energy-report-bar-labels { gap: 8px 13px; margin-top: 9px; }
  .energy-report-bar-label { gap: 5px; font-size: 11px; }
  .energy-report-dot { width: 9px; height: 9px; }
  .energy-report-delivery { margin-top: 12px; padding: 16px 8px; }
  .energy-report-instagram { min-height: 48px; }
}
