@font-face {
  font-family: "Biennale";
  src: url("/assets/fonts/Biennale/Biennale-Light.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Biennale";
  src: url("/assets/fonts/Biennale/Biennale-Regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Biennale";
  src: url("/assets/fonts/Biennale/Biennale-Medium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Biennale";
  src: url("/assets/fonts/Biennale/Biennale-Bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Biennale";
  src: url("/assets/fonts/Biennale/Biennale-Black.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

:root {
  --background: #000317;
  --white: #f4f2fb;
  --muted: #a9a3c6;
  --dim: #6f6a92;
  --violet: #a88cff;
  --purple: #a855f7;
  --pink: #f52c76;
  --pink-light: #ff5c8a;
  --line: rgb(168 140 255 / 14%);
  color-scheme: dark;
  font-family: "Biennale", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--background);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}

.site-footer {
  padding: 18px 20px 24px;
  color: rgba(169, 163, 198, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.experience {
  flex: 1 1 auto;
  min-height: 0;
}

.site-footer strong {
  font-weight: 700;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--background);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.experience {
  position: relative;
  isolation: isolate;
  flex: 1 1 auto;
  min-height: 0;
  padding: 28px 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgb(91 25 181 / 20%), transparent 38%),
    radial-gradient(circle at 28% 55%, rgb(168 30 129 / 8%), transparent 28%),
    var(--background);
}

.ambient {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient__mesh {
  position: absolute;
  width: min(84vw, 1240px);
  height: min(70vw, 760px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.86;
  background-image: radial-gradient(rgb(164 55 255 / 58%) 0.72px, transparent 0.82px);
  background-size: 6px 6px;
  mask-image: radial-gradient(ellipse 58% 56% at center, black 8%, transparent 80%);
}

.ambient__glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.ambient__glow--one {
  top: 12%;
  left: 24%;
  background: #751eff;
}

.ambient__glow--two {
  right: 22%;
  bottom: 7%;
  background: #f52c76;
}

.calculator {
  position: relative;
  width: min(100%, 594px);
}

.stage {
  width: 100%;
  animation: stage-in 360ms ease-out;
}

.stage[hidden] {
  display: none;
}

.glass-card {
  position: relative;
  width: 100%;
  height: 610px;
  padding: 20px 50px 42px;
  background:
    radial-gradient(circle at 2% 0%, rgb(181 48 42 / 29%), transparent 39%),
    radial-gradient(circle at 94% 0%, rgb(124 46 230 / 27%), transparent 38%),
    radial-gradient(circle at 55% 18%, rgb(106 22 151 / 14%), transparent 44%),
    linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 42%),
    rgb(2 0 14 / 82%);
  border: 1px solid rgb(168 140 255 / 21%);
  border-radius: 22px;
  box-shadow:
    0 24px 80px rgb(0 0 0 / 52%),
    0 0 70px rgb(105 34 212 / 12%),
    inset 0 1px rgb(255 255 255 / 7%);
  backdrop-filter: blur(18px);
}

.glass-card::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 190px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d53255, #7e32dd);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.36;
}

.step-brand {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: calc(100% + 20px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  transform: translateX(-50%);
}

.calculator > .step-brand {
  top: -56px;
  bottom: auto;
}

.step-logo {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.step-brand__name {
  display: flex;
  align-items: center;
  height: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-top: -5px;
}

.glass-card--intro,
.summary-card-flip {
  position: relative;
  width: 100%;
  height: 610px;
  perspective: 1400px;
}

.summary-card-flip {
  z-index: 1;
}

.summary-squares {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 610px;
  transform: translateX(-50%);
  pointer-events: none;
}

.summary-square {
  position: absolute;
  display: block;
  object-fit: contain;
}

.summary-square--violet {
  top: -56px;
  right: 3.5%;
  width: 150px;
  height: 150px;
}

.summary-square--yellow {
  top: 166px;
  right: 12.5%;
  width: 92px;
  height: 92px;
}

.summary-square--green {
  right: 3.5%;
  bottom: -35px;
  width: 150px;
  height: 150px;
}

.summary-square--violet-left {
  top: 245px;
  left: 3.5%;
  width: 124px;
  height: 124px;
}

.summary-card-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.summary-card-flip.is-contact-open .summary-card-flip__inner {
  transform: rotateY(180deg);
}

.summary-card-flip__face {
  position: absolute;
  inset: 0;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: auto;
}

.summary-card-flip__back {
  z-index: 0;
  transform: rotateY(180deg);
  pointer-events: none;
}

.summary-card-flip.is-contact-open .summary-card-flip__front {
  pointer-events: none;
}

.summary-card-flip.is-contact-open .summary-card-flip__back {
  z-index: 2;
  pointer-events: auto;
}

.contact-brand {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  color: var(--white);
  transform: translateX(-50%);
  white-space: nowrap;
}

.contact-brand img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.contact-brand span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.summary-card-flip__face > .glass-card {
  height: 100%;
}

.glass-card--summary {
  padding-right: 37px;
  padding-left: 37px;
}

.glass-card--intro {
  left: 50%;
  width: min(654px, calc(100vw - 40px));
  height: 610px;
  padding: 25px 44px 45px;
  transform: translateX(-50%);
}

.stage[data-stage="intro"] {
  position: relative;
  top: 27px;
}

.step-pill {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  height: 36px;
  min-height: 36px;
  padding: 0 18px;
  display: grid;
  place-items: center;
  color: #c66bff;
  background: rgb(49 22 84 / 82%);
  border: 1px solid #684088;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-transform: uppercase;
}

.intro-copy {
  position: relative;
  z-index: 1;
  margin-top: 66px;
  text-align: center;
}

.intro-copy h1,
.form-heading h2,
.glass-card--summary h2 {
  margin: 0;
  color: var(--white);
  font-size: 2rem;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.intro-copy > p {
  max-width: 512px;
  margin: 12px auto 0;
  color: rgba(169, 163, 198, 1);
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 1.5;
}

.text-white {
  color: var(--white);
}

.glass-card--intro .step-pill {
  height: 36px;
  min-height: 36px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.intro-copy h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.benefit-grid {
  position: relative;
  z-index: 1;
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefit-card {
  position: relative;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.benefit-card--orange .benefit-icon {
  background:
    radial-gradient(ellipse 100% 90% at 52% 100%, rgb(119 55 20 / 54%), transparent 70%),
    linear-gradient(145deg, #170b14 0%, #2b101a 58%, #210a16 100%);
}

.benefit-card--violet .benefit-icon {
  background:
    radial-gradient(ellipse 100% 92% at 50% 100%, rgb(87 25 148 / 64%), transparent 70%),
    linear-gradient(145deg, #12091f 0%, #251042 58%, #190a31 100%);
}

.benefit-card--pink .benefit-icon {
  background:
    radial-gradient(ellipse 100% 92% at 50% 100%, rgb(123 25 62 / 56%), transparent 70%),
    linear-gradient(145deg, #1d0a16 0%, #3a1127 58%, #2b0b1d 100%);
}

.benefit-icon {
  height: 142px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 11px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 5%),
    0 12px 30px rgb(0 0 0 / 20%);
}

.benefit-icon svg {
  width: 43px;
  fill: none;
  stroke: #ffe6a5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  filter: drop-shadow(0 0 7px rgb(255 199 87 / 60%));
}

.benefit-icon img {
  width: 101px;
  height: 81px;
  display: block;
  object-fit: contain;
}

.benefit-card--violet svg {
  stroke: #d9b8ff;
  filter: drop-shadow(0 0 7px rgb(167 88 255 / 65%));
}

.benefit-card--pink svg {
  stroke: #ff86a9;
  filter: drop-shadow(0 0 7px rgb(255 45 108 / 65%));
}

.benefit-card strong {
  margin-top: 14px;
  display: block;
  color: rgba(169, 163, 198, 1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.33;
}

.disclaimer {
  width: min(100%, 477px);
  min-height: 34px;
  margin: 16px auto 0;
  color: rgba(169, 163, 198, 1);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.primary-button,
.secondary-button {
  min-height: 46px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.primary-button {
  min-width: 168px;
  background: linear-gradient(100deg, #ff6b50, #f52c76 58%, #e52387);
  border: none;
  box-shadow:
    0 0 28px rgb(245 44 118 / 38%),
    inset 0 1px rgb(255 255 255 / 24%);
}

.stage > .primary-button {
  min-width: 167px;
  margin: 13px auto 0;
  display: flex;
}

.stage[data-stage="intro"] > .primary-button {
  margin-top: 32px;
}

.secondary-button {
  min-width: 129px;
  background: transparent;
  border: 1px solid rgb(168 140 255 / 24%);
  color: var(--muted);
  font-weight: 400;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow:
    0 0 38px rgb(245 44 118 / 52%),
    inset 0 1px rgb(255 255 255 / 24%);
}

.primary-button:focus-visible,
.secondary-button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

input[type="range"]:focus-visible {
  outline: none;
}

.action-row {
  width: 291px;
  margin: 13px auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.action-row .primary-button {
  flex: 1;
  min-width: 0;
}

.stage[data-stage="inputs"] .action-row .primary-button {
  flex: 0 0 168px;
  min-width: 168px;
}

.summary-demo {
  width: 152px;
  min-height: 46px;
  padding: 0 18px;
  gap: 12px;
  line-height: 1.08;
  white-space: nowrap;
  text-align: center;
}

.summary-demo span {
  margin-left: auto;
  font-size: 18px;
  line-height: 1;
}

.form-heading {
  position: relative;
  z-index: 1;
  margin-top: 49px;
  text-align: center;
}

.form-heading h2,
.glass-card--summary h2 {
  font-size: 2rem;
}

.form-heading > p {
  margin: 9px auto 0;
  color: rgba(169, 163, 198, 1);
  font-size: 14px;
  font-weight: 400;
}

#revenue-form {
  margin-top: 28px;
}

.input-row {
  position: relative;
  min-height: 105px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: end;
  gap: 10px 24px;
  border-bottom: 1px solid rgb(168 140 255 / 9%);
}

.input-label {
  color: rgba(169, 163, 198, 1);
  font-size: 14px;
  font-weight: 700;
}

.input-row output {
  color: rgba(255, 92, 138, 1);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 0 18px rgba(255, 45, 108, 0.5);
}

.range-control {
  grid-column: 1 / -1;
  min-width: 0;
  display: grid;
  grid-template-columns: 42px 24px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 10px;
}

.range-icon {
  width: 29px;
  height: 26px;
  display: block;
  object-fit: contain;
  justify-self: center;
}

input[type="range"] {
  grid-column: 3;
  height: 4px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  appearance: none;
  background: linear-gradient(
    to right,
    #b85cff 0,
    var(--pink) var(--range-progress),
    #241a46 var(--range-progress),
    #241a46 100%
  );
  border-radius: 99px;
}

input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  appearance: none;
  background: #f82d74;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(248 45 116 / 48%);
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #f82d74;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(248 45 116 / 48%);
}

input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--white);
  border: 3px solid #ff2d75;
  box-shadow:
    0 0 0 2px rgb(255 45 117 / 18%),
    0 0 15px rgb(255 45 117 / 72%);
}

input[type="range"]:focus::-moz-range-thumb {
  background: var(--white);
  border: 3px solid #ff2d75;
  box-shadow:
    0 0 0 2px rgb(255 45 117 / 18%),
    0 0 15px rgb(255 45 117 / 72%);
}

.range-limits {
  grid-column: 2 / 5;
  grid-row: 1;
  display: contents;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.range-limits span:first-child {
  grid-column: 2;
  grid-row: 1;
  text-align: left;
}

.range-limits span:last-child {
  grid-column: 4;
  grid-row: 1;
  text-align: right;
}

.glass-card--summary {
  height: 610px;
  z-index: 1;
  isolation: isolate;
  text-align: center;
  overflow: visible;
  background:
    radial-gradient(circle at 2% 0%, rgb(181 48 42 / 29%), transparent 39%),
    radial-gradient(circle at 94% 0%, rgb(124 46 230 / 27%), transparent 38%),
    radial-gradient(circle at 55% 18%, rgb(106 22 151 / 14%), transparent 44%),
    linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 42%),
    rgb(2 0 14 / 88%);
}

.glass-card--summary::before {
  opacity: 0.16;
}

.glass-card--summary h2 {
  position: relative;
  z-index: 1;
  margin-top: 58px;
  color: var(--muted);
  font-size: 2rem;
}

.revenue-total {
  position: relative;
  z-index: 1;
  margin: 48px auto 0;
}

.revenue-total > span {
  display: block;
  background: linear-gradient(90deg, #f04bbf 0%, #b45cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.revenue-total__value {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.revenue-total__plus {
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.revenue-total__value > strong {
  color: var(--white);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.065em;
  text-shadow: 0 0 30px rgb(255 45 108 / 20%);
}

.revenue-total small {
  margin-top: 12px;
  display: block;
  color: rgba(169, 163, 198, 1);
  font-size: 14px;
  font-weight: 400;
}

.revenue-total small strong {
  color: var(--white);
  font-weight: 700;
}

.summary-grid {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.summary-grid article {
  height: 186px;
  padding: 31px 8px 12px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgb(148 74 239 / 28%), transparent 66%),
    linear-gradient(180deg, #2d155b 0%, #160a35 68%, #0d0622 100%);
  border: none;
  border-radius: 10px;
}

.summary-icon {
  height: 38px;
  display: grid;
  place-items: center;
}

.summary-icon svg {
  width: 31px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  filter: drop-shadow(0 0 8px rgb(168 140 255 / 38%));
}

.summary-icon img {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 40px;
  display: block;
  object-fit: contain;
}

.summary-grid strong {
  display: block;
  color: var(--white);
  font-size: 32px;
  line-height: 1.2;
}

.summary-grid article > span:last-child {
  margin-top: 7px;
  display: block;
  color: rgba(169, 163, 198, 1);
  font-size: 11px;
  font-weight: 400;
}

.glass-card--summary {
  width: 100%;
  height: 610px;
  padding: 20px 27px 30px;
}

.glass-card--summary h2 {
  margin-top: 32px;
  color: var(--white);
  font-size: 32.4px;
  letter-spacing: -0.27px;
}

.glass-card--summary > .step-pill {
  display: none;
}

.glass-card--contact {
  padding: 28px 51px 24px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.glass-card--contact h2 {
  position: relative;
  z-index: 1;
  margin: 17px 0 24px;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.12;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 5px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
}

.contact-form label span {
  color: var(--muted);
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input:not([type="hidden"]):not(.contact-form__honeypot),
.contact-form textarea {
  width: 100%;
  padding: 8px 10px;
  color: var(--white);
  background: rgb(7 2 20 / 72%);
  border: 1px solid rgb(168 140 255 / 32%);
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  outline: none;
}

.contact-form input:not([type="hidden"]):not(.contact-form__honeypot) {
  height: 40px;
}

.contact-form textarea {
  min-height: 90px;
  height: 90px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 2px rgb(168 140 255 / 12%);
}

.contact-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form__submit {
  min-width: 0;
  min-height: 42px;
  margin: 14px 0 0 auto;
  padding: 0 23px;
  gap: 10px;
}

.contact-form__submit span {
  font-size: 17px;
}

.contact-form__status {
  min-height: 16px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.contact-form__status.is-success {
  color: #9bd0c0;
}

.contact-form__status.is-error {
  color: #ff9aaa;
}

.contact-back-button {
  display: none;
}

.summary-card-flip.is-contact-open ~ .action-row [data-contact-open],
.summary-card-flip.is-contact-open ~ .action-row .summary-demo {
  display: none;
}

.summary-card-flip.is-contact-open ~ .action-row .contact-back-button {
  display: inline-flex;
}

.impact-panel {
  position: relative;
  z-index: 1;
  width: 526px;
  height: 150px;
  margin: 28px auto 0;
  padding: 12px 29px 15px;
  background: linear-gradient(
    to top,
    rgb(143 62 255 / 36%) 22.222%,
    rgb(143 62 255 / 0%) 81.683%
  );
  border-radius: 14px;
  box-shadow: 0 -19.8px 19.08px 0 rgb(17 0 46 / 46%);
}

.impact-panel__back {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 343px;
  height: 178px;
  display: block;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.impact-panel__value {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 24.4px;
  font-weight: 900;
  line-height: 1.2;
}

.impact-scale {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 329px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  justify-items: stretch;
}

.impact-scale > span:first-child {
  text-align: left;
}

.impact-scale > span:last-child {
  text-align: right;
}

.impact-track {
  width: 329px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.impact-panel__caption {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-size: 18px;
}

.price-comparison {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 8px 0 0;
  padding: 26px 24px 0;
  border-top: 1px solid rgb(168 140 255 / 7%);
}

.comparison-legend {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
}

.comparison-legend span:first-child { color: #a9a3c6; }
.comparison-legend span:nth-child(2) { color: #a855f7; }
.comparison-legend span:last-child { color: #f52c76; }

.comparison-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 13px;
}

.comparison-card {
  position: relative;
  height: 175px;
  padding: 12px 7px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  text-align: center;
}

.comparison-card-flip {
  padding: 0;
  perspective: 1000px;
}

.comparison-cards > .comparison-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 69%;
  right: -24px;
  z-index: 4;
  width: 24px;
  height: 1px;
  background: var(--white);
  pointer-events: none;
}

.comparison-cards > .comparison-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(69% - 3px);
  right: -24px;
  z-index: 5;
  width: 6px;
  height: 7px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
}

.comparison-card-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.comparison-card-flip.is-flipped .comparison-card-flip__inner {
  transform: rotateY(180deg);
}

.comparison-card-flip__face {
  position: absolute;
  inset: 0;
  padding: 12px 7px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

.comparison-card-flip__back {
  justify-content: flex-start;
  padding: 12px 7px 8px;
  transform: rotateY(180deg);
}

.comparison-card-flip__back p {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin: 15px 0 0;
  /*color: var(--muted);*/
  font-size: 11px;
  line-height: 1.28;
}

.comparison-card__learn-more,
.comparison-card__close {
  position: relative;
  z-index: 3;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.comparison-card__learn-more {
  margin-top: 45px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.comparison-card__close {
  position: relative;
  z-index: 5;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-top: 10px;
  padding: 0;
  color: var(--muted);
  border: 1px solid rgb(168 140 255 / 58%);
  border-radius: 50%;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: auto;
}

.comparison-card-flip > .comparison-card__close {
  position: absolute;
  right: auto;
  bottom: 12px;
  left: 50%;
  z-index: 6;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.comparison-card-flip.is-flipped > .comparison-card__close {
  opacity: 1;
  pointer-events: auto;
}

.comparison-card__close:hover {
  color: var(--white);
  border-color: rgb(168 140 255 / 92%);
  box-shadow: 0 0 12px rgb(168 140 255 / 28%);
  background-color: rgb(168 140 255 / 18%);
}

.comparison-card__close::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  pointer-events: none;
  background:
    linear-gradient(45deg, transparent 45%, currentColor 46% 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, currentColor 46% 54%, transparent 55%);
}

.comparison-card__learn-more:focus-visible,
.comparison-card__close:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
  border-radius: 3px;
}

.comparison-card__back {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: 0;
  left: 0;
  width: 100%;
  height: 205px;
  display: block;
  object-fit: fill;
  pointer-events: none;
}

.comparison-card-flip:not(.is-flipped)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 69%;
  right: 10px;
  left: 10px;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    rgba(103, 89, 93, 1) 0 7px,
    transparent 7px 14px
  );
  transform: translateY(-50%);
  pointer-events: none;
}

.comparison-card small,
.comparison-card strong,
.comparison-card > span,
.comparison-card b,
.comparison-card em,
.comparison-card a {
  position: relative;
  z-index: 1;
}

.summary-card-actions {
  position: relative;
  z-index: 1;
  margin: 39px auto 0;
  display: flex;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  gap: 12px;
}

.summary-restart {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 50px;
  margin: 0;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgb(168 140 255 / 35%);
  border-radius: 999px;
  cursor: pointer;
  font-size: 14.4px;
}

.summary-share {
  min-width: 0;
  color: var(--white);
  border-color: transparent;
}

.summary-share:hover,
.summary-share.is-copied {
  color: #d9fff1;
  border-color: rgb(0 206 150 / 88%);
  box-shadow: 0 0 20px rgb(0 174 125 / 22%);
}

.summary-restart span {
  color: #a855f7;
  font-size: 22px;
}

.summary-share .share-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #8f3eff;
  font-size: 0;
}

.summary-share .share-icon::before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 1px;
  left: 2px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-top: 0;
  border-radius: 0 0 2px 2px;
}

.summary-share .share-icon::after {
  content: "↑";
  position: absolute;
  top: -4px;
  left: 50%;
  color: currentColor;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.comparison-card small {
  color: var(--muted);
  font-size: 12px;
}

.comparison-card strong {
  margin-top: 20px;
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}

.comparison-card > span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.comparison-card-flip__face > span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.comparison-card--final .comparison-card-flip__front > span {
  color: var(--white);
  font-weight: 700;
}

.comparison-card--base { background: transparent; }
.comparison-card--base strong { color: var(--muted); }
.comparison-card--added { background: linear-gradient(180deg, #073b43, #063036); }
.comparison-card--added { background: transparent; }
.comparison-card--added strong { color: rgba(0, 174, 125, 1); }
.comparison-card--added small { color: var(--white); }
.comparison-card--added > span { color: #f4f2fb; }
.comparison-card--added em { color: rgba(151, 208, 192, 1); }
.comparison-card--added b { color: var(--white); }
.comparison-card--final { background: transparent; }

.comparison-card--final small,
.comparison-card--final strong,
.comparison-card--final > span,
.comparison-card--final a {
  color: var(--white);
  font-weight: 700;
}

.comparison-card--final small {
  transform: translateY(1px);
}

.comparison-card--final .comparison-card__back {
  top: -29px;
}

.comparison-card--added b {
  margin-top: 31px;
  padding: 3px 8px;
  color: #ffffff;
  background: rgba(0, 174, 125, 1);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.comparison-card--added em {
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
}

.result-spark {
  position: absolute;
  z-index: -1;
  display: block;
  object-fit: contain;
  opacity: 0.8;
  mix-blend-mode: normal;
  pointer-events: none;
}

.result-spark--pink {
  top: 2px;
  left: -84px;
  width: 160px;
  height: 160px;
}

.result-spark--orange {
  bottom: 175px;
  left: -98px;
  width: 110px;
  height: 110px;
}

.result-spark--green {
  right: -70px;
  bottom: 250px;
  width: 145px;
  height: 145px;
}

.result-spark--violet-left {
  left: -58px;
  bottom: 139px;
  width: 115px;
  height: 115px;
}

.result-spark--orange-right {
  top: 216px;
  right: -81px;
  width: 110px;
  height: 110px;
}

.result-spark--violet {
  top: 4px;
  right: -60px;
  width: 115px;
  height: 115px;
}

@keyframes stage-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 681px) {
  .stage {
    position: relative;
    height: 709px;
  }

  .stage[data-stage="intro"] {
    top: 0;
  }

  .stage > .glass-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .stage > .summary-card-flip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .stage > .disclaimer {
    position: absolute;
    top: 616px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .stage > .primary-button,
  .stage > .action-row {
    position: absolute;
    top: 663px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .stage[data-stage="intro"] > .primary-button {
    margin: 0;
  }
}

@media (max-width: 680px) {
  body {
    height: auto;
    min-height: 100svh;
  }
  .disclaimer {
    width: min(100%, 360px);
    font-size: 12px;
  }

  .comparison-card--base strong {
    color: var(--white);
  }

  .experience {
    flex: 0 0 auto;
    display: block;
    min-height: 0;
    padding: 24px 14px;
    overflow: visible;
  }

  .calculator {
    margin: 0 auto;
  }

  .stage {
    margin-bottom: 40px;
  }

  .glass-card {
    height: auto;
    min-height: 560px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .stage[data-stage="inputs"] > .glass-card {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }

  .intro-copy {
    margin-top: 44px;
  }

  .intro-copy h1 {
    font-size: 2rem;
  }

  .intro-copy > p {
    font-size: 14px;
  }

  .benefit-grid {
    margin-top: 42px;
    gap: 7px;
  }

  .benefit-card {
    padding: 0;
  }

  .benefit-icon {
    height: 112px;
  }

  .benefit-icon svg {
    width: 36px;
  }

  .benefit-card strong {
    font-size: 14px;
  }

  .form-heading {
    margin-top: 40px;
  }

  .input-row {
    min-height: 125px;
  }

  .glass-card--summary h2 {
    position: absolute;
    z-index: 3;
    top: 37px;
    right: 30px;
    left: 30px;
    margin-top: 0;
    color: var(--white);
  }

  .glass-card--summary {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .summary-card-flip {
    width: calc(100% - 30px);
    height: 864px;
    margin-right: auto;
    margin-left: auto;
  }

  .summary-card-flip.is-contact-open {
    height: 620px;
  }

  .glass-card--contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .impact-panel,
  .price-comparison {
    width: 100%;
  }

  .impact-panel {
    position: absolute;
    top: 95px;
    left: 10px;
    width: calc(100% - 20px);
    height: 190px;
    min-height: 0;
    margin-top: 0;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 22px;
  }

  .impact-scale {
    grid-template-columns: 35px minmax(0, 1fr) 35px;
    gap: 4px;
    margin-top: 17px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
  }

  .impact-track {
    width: 100%;
    height: 20px;
  }

  .impact-panel__value {
    font-size: 42px;
  }

  .impact-panel__caption {
    margin-top: 8px;
    font-size: 12px;
  }

  .price-comparison {
    position: absolute;
    top: 296px;
    left: 10px;
    width: calc(100% - 20px);
    height: 151px;
    margin-top: 0;
    padding: 16px 20px 0;
    border-top: 0;
    background: linear-gradient(
      to top,
      rgb(143 62 255 / 0%) 13.676%,
      rgb(143 62 255 / 36%) 93.578%
    );
    border-radius: 14px;
    box-shadow: 0 -19.8px 19.08px rgb(17 0 46 / 46%);
  }

  .comparison-cards {
    position: relative;
    z-index: 1;
    width: 289px;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto;
    align-items: stretch;
  }

  .comparison-cards > .comparison-card:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    width: 1px;
    height: 20px;
    transform: translateX(50%);
  }

  .comparison-cards > .comparison-card:not(:last-child)::before {
    top: auto;
    right: calc(50% - 3px);
    bottom: -20px;
    width: 6px;
    height: 7px;
    transform: rotate(90deg);
  }

  .comparison-card {
    width: 100%;
    min-width: 0;
    height: 136px;
    /*padding: 12px 7px 8px;*/
  }

  .comparison-card__back {
    top: -12px;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 24px);
  }

  .comparison-card .comparison-card__back {
    display: block;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .comparison-card--base .comparison-card__back {
    content: url("/assets/images/no-card-mobile.svg");
  }

  .comparison-card--added .comparison-card__back {
    content: url("/assets/images/impact-card-mobile.svg");
    top: -4px;
    height: calc(100% + 8px);
  }

  .comparison-card--final .comparison-card__back {
    content: url("/assets/images/with-card-mobile.svg");
  }

  .comparison-card-flip:not(.is-flipped)::before {
    display: none;
  }

  .comparison-card--base {
    background: transparent;
  }

  .comparison-card--added {
    background: transparent;
  }

  .comparison-card--final .comparison-card-flip__face {
    background: transparent;
  }

  .comparison-card small,
  .comparison-card strong,
  .comparison-card > span,
  .comparison-card b,
  .comparison-card em,
  .comparison-card-flip__face > *:not(.comparison-card__back),
  .comparison-card__learn-more {
    position: relative;
    z-index: 3;
    filter: none;
  }

  .comparison-card small {
    font-size: 12px;
    text-transform: uppercase;
  }

  .comparison-card--base small {
    align-self: flex-start;
    margin-top: 10px;
    margin-left: 12px;
    color:rgba(168, 140, 255, 1);
    font-weight: 700;
    font-size: 12px;
  }

  .comparison-card strong {
    margin-top: 15px;
    font-size: 36px;
  }

  .comparison-card--base strong {
    margin-top: 18px;
  }

  .comparison-card > span,
  .comparison-card-flip__face > span {
    margin-top: 5px;
    font-size: 12px;
  }

  .comparison-card--added b {
    margin-top: 19px;
    padding: 2px 7px;
    font-size: 9px;
  }

  .comparison-card--added em {
    margin-top: 3px;
    font-size: 10px;
  }

  .comparison-card--added {
    position: relative;
    height: 160px;
  }

  .comparison-card--added strong {
    position: absolute;
    top: 58px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    color: #00ae7d;
    font-size: 36px;
  }

  .comparison-card--added small {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    color: #a88cff;
    font-size: 12px;
    font-weight: 700;
  }

  .comparison-card--added > span {
    position: absolute;
    top: 101px;
    left: 50%;
    width: max-content;
    margin: 0;
    transform: translateX(-50%);
    color: #feffff;
    font-size: 12px;
    line-height: 1.06;
    white-space: nowrap;
  }

  .comparison-card--added > span br {
    display: none;
  }

  .comparison-card--added b {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 2px 9px;
    font-size: 10px;
  }

  .comparison-card--added em {
    position: absolute;
    top: 132px;
    left: 50%;
    width: 136px;
    margin: 0;
    transform: translateX(-50%);
    color: #97d0c0;
    font-size: 11px;
    line-height: 1.06;
  }

  .comparison-card--final .comparison-card__back {
    top: -17px;
  }

  .comparison-card--final {
    height: 136px;
  }

  .comparison-card--final .comparison-card-flip__front {
    align-items: center;
  }

  .comparison-card--final .comparison-card-flip__front small {
    position: absolute;
    top: 20px;
    left: 18px;
    color: rgba(168, 140, 255, 1);
    font-weight: 700;
    font-size: 12px;
    margin-top: -2px;
  }

  .comparison-card--final .comparison-card-flip__front > span {
    font-size: 11px;
  }

  .comparison-card--final .comparison-card__learn-more {
    position: absolute;
    top: 20px;
    right: 18px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .comparison-card--final .comparison-card__learn-more::after {
    content: " →";
    color: #a855f7;
  }

  .comparison-card--final .comparison-card-flip__front strong {
    margin-top: 55px;
  }

  .comparison-card-flip__back p {
    max-width: 250px;
    margin-top: 10px;
    font-size: 12px;
  }

  .summary-card-actions {
    position: absolute;
    top: 810px;
    right: auto;
    left: 38px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 99px;
  }

  .summary-card-actions .summary-restart {
    min-width: 0;
    width: 112px;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }

  .summary-card-actions .summary-share {
    width: auto;
    border-color: transparent;
    margin-right: 0;
  }

  .summary-card-actions .summary-restart span {
    font-size: 16px;
    margin-top: 0;
  }

  .stage[data-stage="summary"] > .disclaimer {
    width: calc(100% - 30px);
    margin-top: 14px;
    font-size: 12px;
  }

  .stage[data-stage="summary"] > .action-row {
    width: min(100%, 298px);
    margin-top: 18px;
    flex-direction: column;
    gap: 14px;
  }

  .stage[data-stage="summary"] > .action-row .secondary-button,
  .stage[data-stage="summary"] > .action-row .summary-demo {
    width: 100%;
    min-height: 42px;
  }

  .stage[data-stage="summary"] > .action-row .secondary-button {
    background: linear-gradient(90deg, rgb(255 75 117 / 7%), rgb(103 43 125 / 10%));
    border-color: rgb(168 140 255 / 42%);
  }

  .stage[data-stage="summary"] > .action-row .summary-demo {
    min-height: 42px;
    font-size: 12px;
    position: relative;
    justify-content: center;
  }

  .stage[data-stage="summary"] > .action-row .summary-demo span {
    position: absolute;
    right: 18px;
    margin-left: 0;
  }

  .revenue-total__plus {
    font-size: clamp(1.225rem, 6vw, 1.725rem);
  }

  .revenue-total__value > strong {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
  }

  .summary-grid {
    margin-top: 44px;
    gap: 7px;
  }

  .summary-grid article {
    padding-right: 4px;
    padding-left: 4px;
  }

  .result-spark {
    display: none;
  }

  .result-spark--pink,
  .result-spark--orange {
    left: -8px;
  }

  .result-spark--green,
  .result-spark--violet {
    right: -7px;
  }
}

@media (max-width: 600px) {
  .calculator > .step-brand {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: max-content;
    margin: 0 auto 20px;
    transform: none;
  }
  .form-heading h2, .glass-card--summary h2 {
    font-size: 1.5rem;
  }
  .form-heading {
    margin-top: 24px;
  }
  .glass-card--summary h2 {
    margin-top: 25px;
  }
  .glass-card--contact h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  /* Keep the brand mark floating above the card while reserving space for it
     inside the responsive layout. */
  .glass-card {
    padding-top: 20px;
  }

  .glass-card--intro {
    padding-top: 25px;
  }

  .experience {
    padding-top: 20px;
  }

  .step-brand {
    top: auto;
    bottom: calc(100% + 20px);
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .stage {
    height: 809px;
  }

  .stage > .glass-card {
    top: 100px;
  }

  .stage > .disclaimer {
    top: 716px;
  }

  .stage > .primary-button,
  .stage > .action-row {
    top: 763px;
  }
}

@media (max-width: 680px) {
  .stage {
    padding-top: 0;
  }

  .summary-squares {
    display: none;
  }
}

@media (max-height: 820px) and (min-width: 681px) {
  .experience {
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
