@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
   --zodiac-background: #0D0A1E;
   --zodiac-page-background: radial-gradient(80% 60% at 50% 0%, rgba(123, 94, 167, 0.35) 0%, rgba(0, 0, 0, 0.00) 70%), var(--zodiac-background);
   --zodiac-star-field: radial-gradient(circle at 4% 18%, rgba(246, 244, 250, 0.62) 0 1px, transparent 1.5px), radial-gradient(circle at 17% 36%, rgba(246, 244, 250, 0.52) 0 1px, transparent 1.5px), radial-gradient(circle at 31% 14%, rgba(228, 178, 237, 0.38) 0 1px, transparent 1.5px), radial-gradient(circle at 38% 58%, rgba(246, 244, 250, 0.56) 0 1px, transparent 1.5px), radial-gradient(circle at 53% 88%, rgba(228, 178, 237, 0.36) 0 1px, transparent 1.5px), radial-gradient(circle at 61% 42%, rgba(246, 244, 250, 0.55) 0 1px, transparent 1.5px), radial-gradient(circle at 74% 70%, rgba(246, 244, 250, 0.48) 0 1px, transparent 1.5px), radial-gradient(circle at 82% 29%, rgba(246, 244, 250, 0.58) 0 1px, transparent 1.5px), radial-gradient(circle at 96% 51%, rgba(246, 244, 250, 0.54) 0 1px, transparent 1.5px);
   --zodiac-surface: #16113A;
   --zodiac-how-to-card-background: #241128;
   --zodiac-primary: #FEA200;
   --zodiac-primary-border: #FFB000;
   --zodiac-text: #E4B2ED;
   --zodiac-text-muted: #8B7EC8;
   --zodiac-text-secondary: #C266D4;
   --zodiac-text-inverse: #F6F4FA;
   --zodiac-card-title: #E8DEFF;
   --zodiac-white: #FFF;
   --zodiac-footer-link: var(--zodiac-text);
   --zodiac-footer-link-active: var(--zodiac-text-inverse);
   --zodiac-header-link: var(--zodiac-text);
   --zodiac-header-link-active: var(--zodiac-primary);
   --zodiac-cta-start: #F60;
   --zodiac-cta-end: #9E0000;
   --zodiac-cta-background: linear-gradient(180deg, var(--zodiac-cta-start) 5.38%, var(--zodiac-cta-end) 100%);
   --zodiac-eyebrow-border: rgba(254, 162, 0, 0.35);
   --zodiac-card-border: rgba(201, 168, 76, 0.15);
   --zodiac-setup-card-border: rgba(201, 168, 76, 0.13);
   --zodiac-icon-border: rgba(228, 178, 237, 0.16);
   --zodiac-icon-background: rgba(139, 126, 200, 0.16);
   --zodiac-control-border: rgba(123, 94, 167, 0.40);
   --zodiac-setup-icon-border: rgba(123, 94, 167, 0.35);
   --zodiac-setup-icon-background: rgba(123, 94, 167, 0.20);
   --zodiac-tab-hover-background: rgba(254, 162, 0, 0.10);
   --zodiac-font-body: 'Inter', sans-serif;
   --zodiac-font-display: 'Cinzel', serif;
}

html,
body {
   min-height: 100%;
}

body.zodiac-page {
   position: relative;
   background: var(--zodiac-page-background);
   background-attachment: fixed;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: 100% 100vh;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
}

body.zodiac-page::before {
   position: fixed;
   z-index: 0;
   inset: 0;
   pointer-events: none;
   background-image:
      radial-gradient(circle at 4% 18%, rgba(246, 244, 250, 0.62) 0 1px, transparent 1.5px),
      radial-gradient(circle at 9% 72%, rgba(228, 178, 237, 0.42) 0 1px, transparent 1.5px),
      radial-gradient(circle at 17% 36%, rgba(246, 244, 250, 0.52) 0 1px, transparent 1.5px),
      radial-gradient(circle at 23% 82%, rgba(246, 244, 250, 0.46) 0 1px, transparent 1.5px),
      radial-gradient(circle at 31% 14%, rgba(228, 178, 237, 0.38) 0 1px, transparent 1.5px),
      radial-gradient(circle at 38% 58%, rgba(246, 244, 250, 0.56) 0 1px, transparent 1.5px),
      radial-gradient(circle at 46% 24%, rgba(246, 244, 250, 0.42) 0 1px, transparent 1.5px),
      radial-gradient(circle at 53% 88%, rgba(228, 178, 237, 0.36) 0 1px, transparent 1.5px),
      radial-gradient(circle at 61% 42%, rgba(246, 244, 250, 0.55) 0 1px, transparent 1.5px),
      radial-gradient(circle at 68% 16%, rgba(228, 178, 237, 0.46) 0 1px, transparent 1.5px),
      radial-gradient(circle at 74% 70%, rgba(246, 244, 250, 0.48) 0 1px, transparent 1.5px),
      radial-gradient(circle at 82% 29%, rgba(246, 244, 250, 0.58) 0 1px, transparent 1.5px),
      radial-gradient(circle at 88% 84%, rgba(228, 178, 237, 0.38) 0 1px, transparent 1.5px),
      radial-gradient(circle at 96% 51%, rgba(246, 244, 250, 0.54) 0 1px, transparent 1.5px);
   opacity: 0.7;
   content: '';
}

.zodiac-page > * {
   position: relative;
   z-index: 1;
}

.zodiac-page .zodiac-header,
.zodiac-page .zodiac-page__main > section,
.zodiac-page .zodiac-footer {
   position: relative;
   isolation: isolate;
}

.zodiac-page .zodiac-header::before,
.zodiac-page .zodiac-page__main > section::before,
.zodiac-page .zodiac-footer::before {
   position: absolute;
   z-index: 0;
   inset: 0;
   pointer-events: none;
   background-image: var(--zodiac-star-field);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   content: '';
   opacity: 0.7;
}

.zodiac-page .zodiac-header > *,
.zodiac-page .zodiac-page__main > section > *,
.zodiac-page .zodiac-footer > * {
   position: relative;
   z-index: 1;
}

body.zodiac-page a {
   transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, filter 0.5s ease;
}

.zodiac-page__main {
   flex: 1 0 auto;
}

.zodiac-shell {
   width: min(calc(100% - 48px), 1032px);
   margin: 0 auto;
}

.zodiac-header {
   flex: 0 0 auto;
   min-height: 100px;
   display: flex;
   align-items: center;
   background: transparent;
}

.zodiac-header__inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 32px;
}

.zodiac-header__brand {
   color: var(--zodiac-footer-link-active);
   font-size: 28px;
   font-weight: 700;
   letter-spacing: -0.04em;
   line-height: 1;
   text-decoration: none;
   white-space: nowrap;
}

.zodiac-header__brand:hover,
.zodiac-header__brand:focus {
   color: var(--zodiac-footer-link-active);
   text-decoration: none;
}

.zodiac-header__brand img {
   display: block;
   height: 44px;
   width: 122px;
}

.zodiac-header__nav {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 34px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.zodiac-header__link {
   color: var(--zodiac-header-link);
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 0.12em;
   text-decoration: none;
   text-transform: uppercase;
   white-space: nowrap;
}

.zodiac-header__link:hover,
.zodiac-header__link:focus,
.zodiac-header__link.is-active {
   color: var(--zodiac-header-link-active);
   text-decoration: none;
}

.zodiac-header__cta {
   flex: 0 0 auto;
   border: 1px solid var(--zodiac-primary-border);
   border-radius: 999px;
   background: var(--zodiac-cta-background);
   color: var(--zodiac-white);
   font-size: 13px;
   font-weight: 700;
   padding: 8px 22px;
   text-decoration: none;
   white-space: nowrap;
}

.zodiac-inline-icon {
   display: inline-flex;
   width: 16px;
   height: 16px;
   vertical-align: -3px;
}

.zodiac-inline-icon svg {
   display: block;
   width: 100%;
   height: 100%;
}

.zodiac-header__cta:hover,
.zodiac-header__cta:focus {
   color: var(--zodiac-white);
   filter: brightness(1.08);
   text-decoration: none;
}

.zodiac-footer {
   flex: 0 0 auto;
   padding: 28px 0;
}

.zodiac-footer__nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 16px 28px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.zodiac-footer__link {
   color: var(--zodiac-footer-link);
   font-size: 14px;
   letter-spacing: 0.16em;
   text-decoration: none;
   text-transform: uppercase;
   white-space: nowrap;
}

.zodiac-footer__link:hover,
.zodiac-footer__link:focus,
.zodiac-footer__link.is-active {
   color: var(--zodiac-footer-link-active);
   text-decoration: none;
}

@media (max-width: 900px) {
   .zodiac-header__inner {
      flex-wrap: wrap;
      justify-content: center;
      padding: 22px 0;
   }

   .zodiac-header__nav {
      order: 3;
      flex-basis: 100%;
      flex-wrap: wrap;
   }

   .zodiac-footer__nav {
      justify-content: center;
   }
}

@media (max-width: 576px) {
   .zodiac-shell {
      width: min(calc(100% - 32px), 1032px);
   }

   .zodiac-header__nav {
      gap: 16px;
   }

   .zodiac-header__cta {
      padding-inline: 14px;
   }
}

.zodiac-hero {
   min-height: 555px;
   overflow: hidden;
   text-align: center;
}

.zodiac-hero__inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 56px 0 26px;
}

.zodiac-hero__eyebrow {
   margin: 0 0 30px;
   border: 1px solid var(--zodiac-eyebrow-border);
   border-radius: 999px;
   color: var(--zodiac-header-link-active);
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.2em;
   padding: 6px 16px;
   text-transform: uppercase;
}

.zodiac-hero__title {
   margin: 0;
   color: var(--zodiac-footer-link-active);
   font-family: var(--zodiac-font-display);
   font-size: clamp(48px, 6vw, 68px);
   font-weight: 400;
   letter-spacing: -0.04em;
   line-height: 1.05;
   text-transform: uppercase;
}

.zodiac-hero__title span {
   display: block;
}

.zodiac-hero__title span:last-child {
   color: var(--zodiac-header-link-active);
}

.zodiac-hero__description {
   margin: 22px 0 36px;
   color: var(--zodiac-text);
   font-size: 26px;
   line-height: 1.28;
}

.zodiac-hero__cta {
   display: inline-block;
   font-size: 16px;
   padding: 13px 38px;
}

.zodiac-hero__note {
   margin: 25px 0 17px;
   color: var(--zodiac-text);
   font-size: 18px;
}

.zodiac-hero__placement {
   width: min(100%, 728px);
}

.zodiac-showcase {
   background: var(--zodiac-background);
}

.zodiac-how-to-hero {
   background: linear-gradient(180deg, var(--zodiac-background) 20.67%, #241128 74.04%);
}

.zodiac-how-to-hero__inner {
   display: grid;
   min-height: 430px;
   grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
   align-items: center;
   gap: 48px;
   padding-top: 24px;
   padding-bottom: 24px;
}

.zodiac-how-to-hero__content {
   min-width: 0;
}

.zodiac-how-to-hero__eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   margin: 0 0 24px;
   border: 1px solid var(--zodiac-eyebrow-border);
   border-radius: 999px;
   color: var(--zodiac-primary);
   font-family: var(--zodiac-font-display);
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 2.64px;
   line-height: 16px;
   padding: 5px 12px;
   text-transform: uppercase;
}

.zodiac-how-to-hero__eyebrow .zodiac-inline-icon {
   width: 16px;
   height: 16px;
   vertical-align: 0;
}

.zodiac-how-to-hero__title {
   margin: 0;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-weight: 400;
   line-height: 1.15;
   text-transform: uppercase;
}

.zodiac-how-to-hero__title span {
   display: block;
}

.zodiac-how-to-hero__title span:last-child {
   color: var(--zodiac-primary);
}

.zodiac-how-to-hero__description {
   margin: 22px 0 0;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 26px;
   font-weight: 400;
   line-height: 29.25px;
}

.zodiac-how-to-hero__media {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

.zodiac-how-to-hero__image {
   display: block;
   width: min(100%, 728px);
   height: auto;
}

.zodiac-how-to-intro {
   background: var(--zodiac-background);
   text-align: center;
}

.zodiac-how-to-intro__inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 22px;
   padding-bottom: 86px;
}

.zodiac-how-to-intro__banner {
   width: min(100%, 728px);
   margin-bottom: 30px;
}

.zodiac-how-to-intro__title {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 8px;
   margin: 0 0 22px;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-weight: 400;
   line-height: 40px;
   text-transform: uppercase;
}

.zodiac-how-to-intro__title span:last-child {
   color: var(--zodiac-primary);
}

.zodiac-how-to-intro__description {
   margin: 0;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 26px;
   font-weight: 400;
   line-height: 29.25px;
}

.zodiac-how-to-step {
   background: var(--zodiac-background);
}

.zodiac-how-to-step__inner {
   width: min(calc(100% - 48px), 850px);
   display: grid;
   grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
   align-items: center;
   gap: 78px;
   padding-top: 72px;
   padding-bottom: 72px;
}

.zodiac-how-to-step__media {
   display: flex;
   justify-content: center;
}

.zodiac-how-to-step--image-right .zodiac-how-to-step__media {
   grid-column: 2;
   grid-row: 1;
}

.zodiac-how-to-step--image-right .zodiac-how-to-step__content {
   grid-column: 1;
   grid-row: 1;
}

.zodiac-how-to-step__image {
   display: block;
   width: min(100%, 320px);
   height: auto;
   box-shadow: 0 4px 52px 0 rgba(32, 21, 107, 0.50);
}

.zodiac-how-to-step__content {
   min-width: 0;
   transform: translateY(-16px);
}

.zodiac-how-to-step--lifted .zodiac-how-to-step__content {
   transform: translateY(-32px);
}

.zodiac-how-to-step--more-lifted .zodiac-how-to-step__content {
   transform: translateY(-48px);
}

.zodiac-how-to-step--moon-lifted .zodiac-how-to-step__content {
   transform: translateY(-80px);
}

.zodiac-how-to-step__eyebrow {
   margin: 0 0 18px;
   color: var(--zodiac-primary);
   font-family: var(--zodiac-font-body);
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 1px;
   line-height: normal;
   text-transform: uppercase;
}

.zodiac-how-to-step__heading {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 18px;
   text-transform: uppercase;
}

.zodiac-how-to-step__icon {
   flex: 0 0 auto;
   width: 34px;
   height: 34px;
   margin: 0;
   border-radius: 12px;
}

.zodiac-how-to-step .zodiac-how-to-step__icon {
   align-self: center;
   margin-bottom: 0;
}

.zodiac-how-to-step__icon svg {
   width: 20px;
   height: 20px;
}

.zodiac-how-to-step__text {
   margin-bottom: 28px;
}

.zodiac-how-to-step__banner {
   width: 300px;
   max-width: 100%;
   margin-top: 38px;
}

.zodiac-preferences {
   background: var(--zodiac-background);
}

.zodiac-preferences__inner {
   width: min(calc(100% - 48px), 850px);
   padding-top: 80px;
   padding-bottom: 80px;
   text-align: center;
}

.zodiac-preferences__title {
   display: flex;
   justify-content: center;
   gap: 8px;
   margin: 0 0 24px;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-weight: 400;
   line-height: 40px;
   text-transform: uppercase;
}

.zodiac-preferences__title span:last-child {
   color: var(--zodiac-primary);
}

.zodiac-preferences__description {
   margin: 0 0 72px;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 26px;
   line-height: 29.25px;
}

.zodiac-preferences__list {
   display: grid;
   gap: 36px;
}

.zodiac-preference-card {
   display: grid;
   grid-template-columns: 170px minmax(0, 1fr);
   min-height: 140px;
   background: var(--zodiac-how-to-card-background);
   text-align: left;
}

.zodiac-preference-card__label {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 16px;
   background: var(--zodiac-text-inverse);
   color: var(--zodiac-how-to-card-background);
   text-align: center;
}

.zodiac-preference-card__icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   height: 32px;
   color: var(--zodiac-how-to-card-background);
}

.zodiac-preference-card__icon svg {
   display: block;
   max-width: 32px;
   max-height: 32px;
}

.zodiac-preference-card__label h3 {
   margin: 0;
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   font-weight: 500;
   line-height: 18px;
}

.zodiac-preference-card__label button {
   border: 0;
   border-radius: 8px;
   background: var(--zodiac-primary);
   color: var(--zodiac-how-to-card-background);
   cursor: pointer;
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   padding: 7px 28px;
}

.zodiac-preference-card > p {
   align-self: center;
   margin: 0;
   padding: 24px 38px;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-body);
   font-size: 20px;
   line-height: 24px;
}

.fdbc-img-holder {
   background: var(--zodiac-surface) !important;
}

.fdbck-header-holder {
   background: var(--zodiac-page-background) !important;
}

#starScore {
   margin-left: -20px;
}

.zodiac-showcase__inner {
   display: flex;
   justify-content: center;
   padding: 0 0 28px;
}

.zodiac-showcase__image {
   display: block;
   height: auto;
   max-width: 100%;
   width: min(100%, 798px);
}

.zodiac-stats {
   background: var(--zodiac-surface);
}

.zodiac-stats__inner {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   padding: 42px 0 44px;
}

.zodiac-stat {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}

.zodiac-stat__value {
   color: var(--zodiac-header-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-style: normal;
   font-weight: 700;
   line-height: 40px;
}

.zodiac-stat__label {
   color: var(--zodiac-text-muted);
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   letter-spacing: 1.2px;
   line-height: 16px;
   text-align: center;
   text-transform: uppercase;
}

.zodiac-features {
   background: var(--zodiac-background);
   text-align: center;
}

.zodiac-features__inner {
   padding: 74px 0 54px;
}

.zodiac-features__eyebrow {
   margin: 0 auto 24px;
   color: var(--zodiac-header-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: 2.64px;
   line-height: 16px;
   text-transform: uppercase;
}

.zodiac-features__title {
   margin: 0;
   color: var(--zodiac-footer-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   text-transform: uppercase;
}

.zodiac-features__title span {
   display: block;
}

.zodiac-features__title span:last-child {
   color: var(--zodiac-header-link-active);
}

.zodiac-features__description {
   margin: 12px 0 68px;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   line-height: 1.05;
}

.zodiac-features__grid {
   display: grid;
   gap: 14px;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   text-align: left;
}

.zodiac-feature-card {
   min-height: 214px;
   padding: 20px;
   border: 1px solid var(--zodiac-card-border);
   border-radius: 16px;
   background: var(--zodiac-surface);
}

.zodiac-feature-card__icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 38px;
   height: 38px;
   margin-bottom: 14px;
   border: 1px solid var(--zodiac-icon-border);
   border-radius: 12px;
   background: var(--zodiac-icon-background);
   color: var(--zodiac-header-link-active);
   font-size: 27px;
   line-height: 1;
}

.zodiac-feature-card__icon svg {
   display: block;
   width: 24px;
   height: 24px;
}

.zodiac-feature-card__title {
   margin: 0 0 8px;
   color: var(--zodiac-footer-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: 0.4px;
   line-height: 24px;
   text-transform: uppercase;
}

.zodiac-feature-card__text {
   margin: 0;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 22.75px;
}

.zodiac-features__placement {
   display: block;
   width: min(100%, 728px);
   margin: 40px auto 0;
}

.zodiac-app-screens {
   background: var(--zodiac-background);
   text-align: center;
}

.zodiac-app-screens__inner {
   padding: 76px 0 86px;
}

.zodiac-app-screens__eyebrow {
   margin: 0 0 24px;
   color: var(--zodiac-header-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: 2.64px;
   line-height: 16px;
   text-transform: uppercase;
}

.zodiac-app-screens__title {
   margin: 0 0 52px;
   color: var(--zodiac-footer-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   text-transform: uppercase;
}

.zodiac-app-screens__title span:last-child {
   color: var(--zodiac-header-link-active);
}

.zodiac-app-screens__tabs {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   overflow: hidden;
   margin-bottom: 88px;
   border-radius: 8px;
   background: var(--zodiac-surface);
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-display);
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 0.7px;
   line-height: 20px;
   text-transform: uppercase;
}

.zodiac-app-screens__tabs > button {
   appearance: none;
   border: 0;
   border-radius: 0;
   background: transparent;
   color: inherit;
   cursor: pointer;
   font: inherit;
   text-align: center;
   padding: 11px 8px;
   white-space: nowrap;
   transition: color 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
}

.zodiac-app-screens__tabs > button:hover {
   background: var(--zodiac-tab-hover-background);
   box-shadow: inset 0 -2px 0 var(--zodiac-primary);
   color: var(--zodiac-primary);
}

.zodiac-app-screens__tabs > button.is-active:hover {
   filter: brightness(1.08);
}

.zodiac-app-screens__tabs > button:focus {
   outline: 2px solid var(--zodiac-primary);
   outline-offset: -2px;
}

.zodiac-app-screens__tab-icon {
   color: var(--zodiac-header-link-active);
}

.zodiac-app-screens__tab-icon svg {
   display: inline-block;
   width: 18px;
   height: 18px;
   vertical-align: -4px;
}

.zodiac-app-screens__tab-icon--moon {
   display: inline-flex;
   vertical-align: middle;
}

.zodiac-app-screens__tab-icon--moon svg {
   display: block;
}

.zodiac-app-screens__tabs .is-active {
   background: var(--zodiac-primary);
   color: var(--zodiac-surface);
}

.zodiac-app-screens__tabs .is-active .zodiac-app-screens__tab-icon {
   color: var(--zodiac-surface);
}

.zodiac-app-screens__tabs > button.is-active:hover {
   background: var(--zodiac-primary);
   box-shadow: none;
   color: var(--zodiac-surface);
}

.zodiac-app-screens__content {
   display: grid;
   grid-template-columns: 231px minmax(0, 1fr);
   gap: 34px;
   align-items: start;
   text-align: left;
}

.zodiac-app-screens__stage {
   position: relative;
   min-height: 688px;
}

.zodiac-app-screens__carousel .carousel-inner {
   min-height: 688px;
}

.zodiac-app-screens__carousel.carousel-fade .carousel-item {
   transition: opacity 0.3s ease-in-out;
}

.zodiac-app-screens__device {
   display: flex;
   justify-content: center;
}

.zodiac-app-screens__image {
   display: block;
   height: auto;
   max-width: 100%;
   width: 231px;
   box-shadow: 0 4px 52px 0 rgba(32, 21, 107, 0.50);
}

.zodiac-app-screens__details {
   padding-top: 0;
}

.zodiac-app-screens__icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 38px;
   height: 38px;
   margin-bottom: 34px;
   border: 1px solid var(--zodiac-control-border);
   border-radius: 14px;
   background: var(--zodiac-surface);
   color: var(--zodiac-primary);
}

.zodiac-app-screens__icon svg {
   display: block;
   width: 24px;
   height: 24px;
}

.zodiac-app-screens__heading {
   margin: 0 0 20px;
   color: var(--zodiac-footer-link-active);
   font-family: var(--zodiac-font-display);
   font-size: 28px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   text-align: left;
}

.zodiac-app-screens__text {
   max-width: 580px;
   margin: 0 0 30px;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.zodiac-app-screens__list {
   margin: 0;
   padding: 0;
   list-style: none;
   color: var(--zodiac-text-secondary);
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px;
}

.zodiac-app-screens__list li {
   position: relative;
   padding-left: 14px;
}

.zodiac-app-screens__list li::before {
   position: absolute;
   left: 0;
   color: var(--zodiac-header-link-active);
   content: '•';
}

.zodiac-app-screens__placement {
   position: absolute;
   top: 328px;
   left: 265px;
   display: block;
   width: 300px;
   max-width: 100%;
   margin: 0;
}

.zodiac-setup {
   background: var(--zodiac-background);
   text-align: center;
}

.zodiac-setup__inner {
   padding: 76px 0 86px;
}

.zodiac-setup__eyebrow {
   margin: 0 0 24px;
   color: var(--zodiac-primary);
   font-family: var(--zodiac-font-display);
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: 2.64px;
   line-height: 16px;
   text-transform: uppercase;
}

.zodiac-setup__title {
   margin: 0 0 68px;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-display);
   font-size: 36px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   text-transform: uppercase;
}

.zodiac-setup__title span:last-child {
   color: var(--zodiac-primary);
}

.zodiac-setup__grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 32px;
   text-align: left;
}

.zodiac-setup-card {
   display: flex;
   min-height: 243px;
   box-sizing: border-box;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
   padding: 28px;
   border: 1px solid var(--zodiac-setup-card-border);
   border-radius: 16px;
   background: var(--zodiac-surface);
}

.zodiac-setup-card__top {
   display: flex;
   width: 100%;
   align-items: flex-start;
   justify-content: space-between;
}

.zodiac-setup-card__icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 48px;
   height: 48px;
   box-sizing: border-box;
   border: 1px solid var(--zodiac-setup-icon-border);
   border-radius: 14px;
   background: var(--zodiac-setup-icon-background);
   color: var(--zodiac-primary);
   font-family: var(--zodiac-font-body);
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 1;
}

.zodiac-setup-card__icon svg {
   display: block;
   width: 24px;
   height: 24px;
}

.zodiac-setup-card__number {
   color: var(--zodiac-text-secondary);
   font-family: var(--zodiac-font-display);
   font-size: 48px;
   font-style: normal;
   font-weight: 700;
   line-height: 48px;
}

.zodiac-setup-card__title {
   margin: 0;
   color: var(--zodiac-card-title);
   font-family: var(--zodiac-font-display);
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
   text-transform: uppercase;
}

.zodiac-setup-card__text {
   margin: 0;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 22.75px;
}

.zodiac-final-cta {
   background: var(--zodiac-background);
   text-align: center;
}

.zodiac-final-cta__inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 92px 0 116px;
}

.zodiac-final-cta__icon {
   display: block;
   width: 48px;
   height: 48px;
   margin-bottom: 28px;
}

.zodiac-final-cta__title {
   margin: 0;
   color: var(--zodiac-text-inverse);
   font-family: var(--zodiac-font-display);
   font-size: 52px;
   font-style: normal;
   font-weight: 400;
   line-height: 62px;
   text-transform: uppercase;
}

.zodiac-final-cta__title span {
   display: block;
}

.zodiac-final-cta__title span:last-child {
   color: var(--zodiac-primary);
}

.zodiac-final-cta__description {
   margin: 34px 0 72px;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 26px;
   font-style: normal;
   font-weight: 400;
   line-height: 29.25px;
}

.zodiac-final-cta__button {
   font-size: 16px;
   padding: 15px 40px;
}

.zodiac-final-cta__note {
   margin: 26px 0 0;
   color: var(--zodiac-text);
   font-family: var(--zodiac-font-body);
   font-size: 18px;
   line-height: 1.25;
}

@media (max-width: 768px) {
   .zodiac-how-to-step__inner {
      grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
      gap: 36px;
   }

   .zodiac-how-to-hero__inner {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 28px;
   }

   .zodiac-how-to-hero__title {
      font-size: 32px;
   }

   .zodiac-how-to-hero__description {
      font-size: 22px;
      line-height: 26px;
   }

   .zodiac-hero__inner {
      padding-top: 40px;
   }

   .zodiac-hero__description {
      font-size: 18px;
   }

   .zodiac-hero__description br {
      display: none;
   }

   .zodiac-showcase__inner {
      padding-bottom: 20px;
   }

   .zodiac-stats__inner {
      gap: 28px 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding: 32px 0 34px;
   }

   .zodiac-stat__value {
      font-size: 30px;
      line-height: 34px;
   }

   .zodiac-stat__label {
      font-size: 13px;
      line-height: 16px;
   }

   .zodiac-features__inner {
      padding: 56px 0 42px;
   }

   .zodiac-features__title {
      font-size: 30px;
      line-height: 34px;
   }

   .zodiac-features__description {
      margin-bottom: 42px;
   }

   .zodiac-features__description br {
      display: none;
   }

   .zodiac-features__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .zodiac-feature-card {
      min-height: 0;
   }

   .zodiac-app-screens__inner {
      padding: 56px 0 64px;
   }

   .zodiac-app-screens__title {
      margin-bottom: 36px;
      font-size: 30px;
      line-height: 34px;
   }

   .zodiac-app-screens__tabs {
      gap: 0;
      margin-bottom: 52px;
      font-size: 12px;
      letter-spacing: 0.3px;
      line-height: 16px;
   }

   .zodiac-app-screens__tabs > button {
      padding-inline: 4px;
      white-space: normal;
   }

   .zodiac-app-screens__content {
      grid-template-columns: 180px minmax(0, 1fr);
      gap: 20px;
   }

   .zodiac-app-screens__stage,
   .zodiac-app-screens__carousel .carousel-inner {
      min-height: 688px;
   }

   .zodiac-app-screens__image {
      width: 180px;
   }

   .zodiac-app-screens__icon {
      margin-bottom: 20px;
   }

   .zodiac-app-screens__heading {
      font-size: 22px;
      line-height: 28px;
   }

   .zodiac-app-screens__text {
      font-size: 16px;
   }

   .zodiac-app-screens__placement {
      top: 300px;
      left: 200px;
   }

   .zodiac-setup__inner {
      padding: 56px 0 64px;
   }

   .zodiac-setup__title {
      margin-bottom: 42px;
      font-size: 30px;
      line-height: 34px;
   }

   .zodiac-setup__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .zodiac-final-cta__inner {
      padding: 64px 0 80px;
   }

   .zodiac-final-cta__title {
      font-size: 40px;
      line-height: 48px;
   }

   .zodiac-final-cta__description {
      font-size: 20px;
      line-height: 24px;
   }
}

@media (max-width: 576px) {
   .zodiac-preferences__inner {
      width: min(calc(100% - 32px), 850px);
      padding-top: 56px;
      padding-bottom: 56px;
   }

   .zodiac-preferences__title {
      flex-direction: column;
      gap: 0;
      font-size: 30px;
      line-height: 36px;
   }

   .zodiac-preferences__description {
      margin-bottom: 48px;
      font-size: 20px;
      line-height: 24px;
   }

   .zodiac-preferences__description br {
      display: none;
   }

   .zodiac-preference-card {
      grid-template-columns: 1fr;
   }

   .zodiac-preference-card > p {
      padding: 24px;
      text-align: center;
   }

   .zodiac-how-to-step--image-right .zodiac-how-to-step__media,
   .zodiac-how-to-step--image-right .zodiac-how-to-step__content {
      grid-column: 1;
      grid-row: auto;
   }

   .zodiac-how-to-step__inner {
      grid-template-columns: 1fr;
      gap: 36px;
      padding-top: 56px;
      padding-bottom: 56px;
   }

   .zodiac-how-to-step__content {
      text-align: center;
      transform: none;
   }

   .zodiac-how-to-step--more-lifted .zodiac-how-to-step__content {
      transform: none;
   }

   .zodiac-how-to-step--moon-lifted .zodiac-how-to-step__content {
      transform: none;
   }

   .zodiac-how-to-step__banner {
      margin-right: auto;
      margin-left: auto;
   }

   .zodiac-how-to-step__heading {
      justify-content: center;
   }

   .zodiac-how-to-step__text,
   .zodiac-how-to-step__list {
      text-align: left;
   }

   .zodiac-how-to-hero__inner {
      display: flex;
      min-height: 0;
      flex-direction: column;
      align-items: stretch;
      gap: 28px;
      padding-top: 48px;
      padding-bottom: 48px;
   }

   .zodiac-how-to-hero__content {
      text-align: center;
   }

   .zodiac-how-to-hero__eyebrow {
      margin-bottom: 20px;
   }

   .zodiac-how-to-hero__title {
      font-size: 30px;
   }

   .zodiac-how-to-hero__description {
      font-size: 20px;
      line-height: 24px;
   }

   .zodiac-how-to-hero__media {
      justify-content: center;
   }

   .zodiac-features__grid {
      grid-template-columns: 1fr;
   }

   .zodiac-app-screens__tabs {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .zodiac-app-screens__tabs > button {
      text-align: center;
   }

   .zodiac-app-screens__content {
      grid-template-columns: 1fr;
   }

   .zodiac-app-screens__stage,
   .zodiac-app-screens__carousel .carousel-inner {
      min-height: 0;
   }

   .zodiac-app-screens__device {
      order: 2;
   }

   .zodiac-app-screens__details {
      order: 1;
   }

   .zodiac-app-screens__heading,
   .zodiac-app-screens__text,
   .zodiac-app-screens__list {
      text-align: center;
   }

   .zodiac-app-screens__icon {
      margin-inline: auto;
   }

   .zodiac-app-screens__placement {
      position: static;
      margin-top: 44px;
      margin-right: auto;
      margin-left: auto;
   }

   .zodiac-setup__grid {
      grid-template-columns: 1fr;
   }

   .zodiac-final-cta__title {
      font-size: 34px;
      line-height: 42px;
   }

   .zodiac-final-cta__description {
      font-size: 18px;
      line-height: 23px;
   }

   .zodiac-final-cta__description br {
      display: none;
   }
}
