/* Fluid 2026 layer. Loaded after styles.css. */
body {
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  letter-spacing: .002em;
}
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 30% 24% at 14% 18%, rgba(129,154,255,.17), transparent 72%),
    radial-gradient(ellipse 27% 31% at 87% 30%, rgba(101,236,198,.12), transparent 74%),
    radial-gradient(ellipse 32% 27% at 54% 82%, rgba(194,131,255,.1), transparent 72%);
  filter: blur(38px);
  animation: ambient-drift 18s ease-in-out infinite alternate;
}

h1, h2, h3, h4, .btn, .brand, summary, strong {
  overflow-wrap: anywhere;
  text-wrap: balance;
}
h1, h2, h3 { letter-spacing: -.028em; }
p, li, .section-copy, .hero-lead { text-wrap: pretty; }
[lang="en"], .brand, .eyebrow, .plan-badge {
  letter-spacing: .015em;
  font-kerning: normal;
}
.latin-word {
  letter-spacing: .018em;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
}
p, li, label, a, .field-help, .modal-intro { overflow-wrap: anywhere; }
.hero h1 { letter-spacing: -.036em; line-height: .99; }
.section-heading, .legal-hero h1 { letter-spacing: -.03em; }
.btn { letter-spacing: .005em; white-space: normal; text-align: center; }
.field input { letter-spacing: .012em; }
.glass {
  border-color: rgba(255,255,255,.075);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.1),
    inset 0 -1px 0 rgba(255,255,255,.025),
    0 22px 58px rgba(0,0,0,.22);
}

.hero::before {
  width: 560px;
  height: 470px;
  border-radius: 42% 58% 63% 37% / 53% 38% 62% 47%;
  background:
    radial-gradient(circle at 31% 28%, rgba(255,255,255,.18), transparent 17%),
    radial-gradient(circle at 52% 48%, rgba(151,175,255,.13), rgba(111,223,202,.045) 53%, transparent 73%);
  filter: blur(34px);
  animation: liquid-morph 12s ease-in-out infinite alternate;
}
.hero::after {
  width: 690px;
  height: 620px;
  top: 5%;
  border: 0;
  border-radius: 39% 61% 47% 53% / 58% 41% 59% 42%;
  background: conic-gradient(from 120deg, rgba(133,163,255,.12), rgba(112,231,200,.06), rgba(193,131,255,.09), rgba(133,163,255,.12));
  box-shadow: none;
  filter: blur(46px);
  opacity: .76;
  animation: liquid-morph 16s ease-in-out infinite alternate-reverse;
}
.product-orb {
  width: 430px;
  border-radius: 43% 57% 62% 38% / 48% 39% 61% 52%;
  background:
    radial-gradient(circle at 31% 26%, rgba(255,255,255,.52), rgba(205,216,255,.2) 9%, transparent 24%),
    radial-gradient(ellipse at 42% 39%, rgba(165,186,255,.24), rgba(136,159,231,.12) 34%, transparent 66%),
    radial-gradient(ellipse at 62% 62%, rgba(103,229,195,.15), rgba(75,93,159,.06) 48%, transparent 78%);
  filter: blur(36px) saturate(112%);
  opacity: .72;
  animation: liquid-morph 9s ease-in-out infinite alternate;
}
.orbit {
  width: 470px;
  height: 430px;
  border: 0;
  border-radius: 45% 55% 52% 48% / 58% 40% 60% 42%;
  background: conic-gradient(from 80deg, transparent 5%, rgba(173,191,255,.2) 22%, transparent 43%, rgba(114,231,199,.16) 66%, transparent 88%);
  -webkit-mask: radial-gradient(ellipse at center, transparent 48%, rgba(0,0,0,.38) 59%, rgba(0,0,0,.72) 66%, transparent 82%);
          mask: radial-gradient(ellipse at center, transparent 48%, rgba(0,0,0,.38) 59%, rgba(0,0,0,.72) 66%, transparent 82%);
  filter: blur(23px);
  opacity: .72;
  animation: liquid-rotate 15s linear infinite;
}
.orbit::before, .orbit::after { width: 18px; height: 18px; filter: blur(5px); opacity: .8; }
.plan-card { isolation: isolate; }
.plan-card::after {
  border-radius: 43% 57% 51% 49%;
  filter: blur(36px);
  animation: liquid-morph 10s ease-in-out infinite alternate;
}

.has-modal { overflow: hidden; }
.modal-backdrop {
  min-height: 100dvh;
  padding: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 18%, rgba(143,166,255,.16), transparent 34%),
    radial-gradient(circle at 80% 82%, rgba(101,232,199,.11), transparent 34%),
    rgba(2,6,14,.79);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
}
.liquid-glass {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035) 38%, rgba(8,17,31,.72) 82%),
    rgba(8,16,29,.86);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 38px 100px rgba(0,0,0,.5),
    0 0 80px rgba(114,218,199,.055);
  backdrop-filter: blur(34px) saturate(135%);
  -webkit-backdrop-filter: blur(34px) saturate(135%);
}
.checkout-modal {
  width: min(100%, 840px);
  max-height: calc(100dvh - 24px);
  min-height: min(520px, calc(100dvh - 24px));
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  border-radius: 32px;
  transform: translateY(18px) scale(.975);
  isolation: isolate;
}
.modal-backdrop.is-open .checkout-modal {
  transform: translateY(0) scale(var(--checkout-fit, 1));
}
.checkout-modal::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 310px;
  left: -160px;
  bottom: -150px;
  border-radius: 42% 58% 66% 34%;
  background: radial-gradient(circle, rgba(118,230,199,.17), transparent 70%);
  filter: blur(28px);
  animation: liquid-morph 10s ease-in-out infinite alternate;
}
.modal-shine {
  position: absolute;
  z-index: 4;
  inset: -65% auto auto -25%;
  width: 54%;
  height: 190%;
  pointer-events: none;
  transform: rotate(22deg) translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent);
  filter: blur(12px);
  animation: glass-sweep 7s ease-in-out infinite 1.2s;
}
.modal-close {
  z-index: 6;
  right: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.modal-close:hover { background: rgba(255,255,255,.12); transform: rotate(4deg); }

.checkout-overview {
  position: relative;
  min-width: 0;
  padding: 36px 30px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(155deg, rgba(157,177,255,.095), transparent 53%, rgba(116,229,199,.045));
}
.checkout-heading { padding-right: 24px; }
.checkout-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(30px,4.3vw,43px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.checkout-heading .modal-intro {
  margin: 12px 0 0;
  max-width: 31ch;
  color: #aeb9cc;
  font-size: 14px;
  line-height: 1.55;
}
.checkout-product {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.105);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}
.checkout-product-icon {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #e1e7ff;
  background: linear-gradient(145deg, rgba(174,192,255,.25), rgba(110,229,197,.12));
  border: 1px solid rgba(255,255,255,.14);
}
.checkout-product-icon svg { width: 25px; }
.checkout-product div { min-width: 0; }
.checkout-product small, .checkout-product span { display: block; color: #8f9db3; font-size: 11px; }
.checkout-product strong {
  display: block;
  margin: 2px 0 3px;
  color: #f5f7ff;
  font-size: 15px;
  line-height: 1.25;
}
.checkout-assurance {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}
.checkout-assurance > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #8de8cf;
  background: rgba(113,228,197,.08);
  border: 1px solid rgba(113,228,197,.14);
}
.checkout-assurance svg { width: 18px; }
.checkout-assurance p { margin: 0; color: #9eacbf; font-size: 11px; line-height: 1.45; }
.checkout-assurance strong { color: #d7e1ee; }

.checkout-action {
  min-width: 0;
  padding: 32px 34px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-breakdown {
  margin-bottom: 18px;
  padding: 15px 17px;
  border-radius: 20px;
  background: rgba(2,8,18,.26);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}
.price-row, .price-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.price-row { color: #8997aa; font-size: 12px; }
.price-row + .price-row { margin-top: 5px; }
.price-row strong { color: #adb9ca; font-weight: 650; }
.price-discount, .price-discount strong { color: #87e6cb; }
.price-total { margin-top: 2px; }
.price-row:not([hidden]) ~ .price-total {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid rgba(255,255,255,.075);
}
.price-total > span { color: #c4cedc; font-size: 13px; font-weight: 700; }
.price-total > strong {
  color: #f6f9ff;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -.035em;
  text-shadow: 0 0 32px rgba(167,190,255,.2);
}
.price-total .currency-amount { align-items: flex-end; gap: .14em; }
.currency-total-icon { width: .38em; height: .53em; margin-bottom: .05em; color: #aeb9cc; }
.currency-mini-icon { width: .55em; height: .74em; color: currentColor; }
.currency-code { margin-left: .25em; font-size: .42em; letter-spacing: .08em; opacity: .7; }

.checkout-modal .form-grid { gap: 12px; }
.checkout-modal .field { gap: 6px; min-width: 0; }
.checkout-modal .field label { color: #d9e1ed; font-size: 12px; line-height: 1.3; }
.checkout-modal .field label span { color: #748299; font-weight: 500; }
.checkout-modal .field input {
  min-height: 48px;
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(3,9,19,.48);
  border-color: rgba(255,255,255,.105);
}
.checkout-modal .field input::placeholder { color: #667286; }
.checkout-modal .field input:hover { border-color: rgba(255,255,255,.17); }
.checkout-modal .field input:focus {
  border-color: rgba(151,177,255,.52);
  box-shadow: 0 0 0 4px rgba(143,167,255,.085), inset 0 1px 0 rgba(255,255,255,.045);
}
.checkout-modal .field input[aria-invalid="true"] { border-color: rgba(255,134,143,.55); }
.promo-control {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
}
.promo-control input { text-transform: uppercase; }
.promo-control button {
  min-width: 98px;
  min-height: 48px;
  padding: 9px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.065);
  color: #dce5f2;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}
.promo-control button:hover { background: rgba(255,255,255,.105); }
.promo-control button:disabled { opacity: .55; cursor: wait; }
.promo-status, .form-status {
  display: block;
  min-height: 17px;
  color: #7f8ca0;
  font-size: 10.5px;
  line-height: 1.35;
}
.promo-status.is-success, .form-status.is-success { color: #83dfc5; }
.promo-status.is-error, .form-status.is-error { color: #ff9ca5; }
.promo-status.is-loading, .form-status.is-loading { color: #aebdff; }
.checkout-consent {
  grid-template-columns: 17px minmax(0,1fr);
  gap: 9px;
  color: #8d9bae;
  font-size: 10.5px;
  line-height: 1.42;
}
.checkout-consent input { width: 17px; height: 17px; margin: 0; }
.checkout-submit {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 18px;
  padding-inline: 18px;
  text-align: left;
}
.checkout-submit > span { justify-self: start; }
.checkout-submit > strong { font-size: 17px; }
.checkout-submit .currency-amount { gap: .13em; }
.currency-button-icon { width: .45em; height: .62em; color: rgba(7,16,31,.65); }
.checkout-submit:disabled { opacity: .65; cursor: wait; transform: none; }

.result-page { min-height: 100dvh; }
.result-shell { min-height: 100dvh; display: grid; place-items: center; padding: 22px; }
.result-card {
  width: min(100%,580px);
  padding: clamp(26px,6vw,48px);
  border-radius: 31px;
  text-align: center;
  overflow: hidden;
}
.result-card::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 260px;
  left: -100px;
  top: -130px;
  border-radius: 42% 58% 61% 39%;
  background: radial-gradient(circle, rgba(159,181,255,.2), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}
.result-card h1 { margin: 15px 0 0; font-size: clamp(34px,7vw,54px); line-height: 1; }
.result-card > p { max-width: 44ch; margin: 16px auto 0; color: #a8b4c6; }
.result-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 20px;
  color: #b9c8ff;
  background: rgba(159,181,255,.1);
  border: 1px solid rgba(159,181,255,.18);
}
.result-icon.is-success { color: #83e0c6; background: rgba(112,227,195,.09); border-color: rgba(112,227,195,.17); }
.result-icon svg { width: 28px; }
.result-status {
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 15px;
  color: #aeb9ca;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.075);
  font-size: 13px;
}
.result-status.is-success { color: #a4efd9; border-color: rgba(112,227,195,.16); background: rgba(112,227,195,.06); }
.result-status.is-error { color: #ffadb4; border-color: rgba(255,139,148,.15); background: rgba(255,139,148,.055); }
.result-summary, .test-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(255,255,255,.045);
}
.result-summary[hidden] { display: none; }
.result-summary span, .test-order span { color: #8e9bae; font-size: 12px; }
.result-summary strong { font-size: 22px; }
.test-order strong { font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 13px; }
.result-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }

@keyframes ambient-drift {
  from { transform: translate3d(-1%,-1%,0) scale(.98); }
  to { transform: translate3d(2%,1.5%,0) scale(1.04); }
}
@keyframes liquid-morph {
  0% { border-radius: 43% 57% 62% 38% / 48% 39% 61% 52%; transform: translate3d(0,0,0) rotate(-2deg); }
  50% { border-radius: 61% 39% 42% 58% / 37% 56% 44% 63%; transform: translate3d(7px,-6px,0) rotate(2deg); }
  100% { border-radius: 48% 52% 35% 65% / 60% 42% 58% 40%; transform: translate3d(-5px,5px,0) rotate(-1deg); }
}
@keyframes liquid-rotate {
  from { transform: rotateX(66deg) rotateZ(-22deg); }
  to { transform: rotateX(66deg) rotateZ(338deg); }
}
@keyframes glass-sweep {
  0%, 58% { transform: rotate(22deg) translateX(-130%); opacity: 0; }
  68% { opacity: .8; }
  85%, 100% { transform: rotate(22deg) translateX(370%); opacity: 0; }
}

@media (max-width: 720px) {
  .checkout-modal { width: min(100%,480px); min-height: 0; display: block; border-radius: 27px; }
  .checkout-overview {
    padding: 20px 20px 10px;
    border-right: 0;
    background: linear-gradient(160deg, rgba(157,177,255,.09), transparent 72%);
  }
  .checkout-heading { padding-right: 34px; }
  .checkout-heading h2 { margin-top: 6px; font-size: 31px; }
  .checkout-heading .modal-intro { margin-top: 7px; max-width: 38ch; font-size: 12px; }
  .checkout-product {
    grid-template-columns: 42px minmax(0,1fr);
    margin-top: 12px;
    padding: 11px 12px;
    border-radius: 16px;
  }
  .checkout-product-icon { width: 42px; height: 42px; border-radius: 14px; }
  .checkout-product-icon svg { width: 21px; }
  .checkout-product strong { font-size: 13px; }
  .checkout-assurance { display: none; }
  .checkout-action { padding: 8px 20px 18px; }
  .price-breakdown { margin-bottom: 10px; padding: 10px 13px; border-radius: 16px; }
  .price-total > strong { font-size: 29px; }
  .checkout-modal .form-grid { gap: 8px; }
  .checkout-modal .field { gap: 4px; }
  .checkout-modal .field input, .promo-control button { min-height: 44px; }
  .promo-status, .form-status { min-height: 14px; font-size: 9.5px; }
  .checkout-submit { min-height: 49px; }
  .modal-close { right: 14px; top: 14px; width: 36px; height: 36px; }
}

@media (max-width: 390px) {
  .modal-backdrop { padding: 7px; }
  .checkout-overview { padding: 17px 16px 8px; }
  .checkout-action { padding: 7px 16px 14px; }
  .checkout-heading h2 { font-size: 28px; }
  .promo-control button { min-width: 86px; padding-inline: 10px; }
  .checkout-consent { font-size: 9.7px; }
  .checkout-submit { padding-inline: 14px; }
}

@media (max-width: 720px) and (max-height: 660px) {
  .checkout-heading .modal-intro, .checkout-product small, .checkout-product div > span { display: none; }
  .checkout-heading .eyebrow { font-size: 9px; }
  .checkout-heading h2 { font-size: 25px; }
  .checkout-overview { padding-top: 12px; }
  .checkout-product { margin-top: 7px; padding-block: 8px; grid-template-columns: 36px 1fr; }
  .checkout-product-icon { width: 36px; height: 36px; }
  .checkout-action { padding-top: 5px; }
  .price-breakdown { padding-block: 8px; margin-bottom: 7px; }
  .price-total > strong { font-size: 25px; }
  .checkout-modal .field input, .promo-control button { min-height: 40px; padding-block: 7px; }
  .checkout-consent { line-height: 1.25; }
  .checkout-submit { min-height: 44px; }
  .modal-close { top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  body::after, .hero::before, .hero::after, .product-orb, .orbit,
  .plan-card::after, .checkout-modal::before, .modal-shine, .plan-shine,
  .liquid-pebble, .visual-glint { animation: none !important; }
}

/* Visual corrections: stable currency, header, spacing and sequenced liquid layer. */
.site-header,
.site-header.is-scrolled {
  box-sizing: border-box;
  height: var(--header-h) !important;
  min-height: var(--header-h);
  max-height: var(--header-h);
  padding: 0 !important;
  transform: none !important;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.header-inner {
  height: var(--header-h) !important;
  min-height: var(--header-h);
}

.hero h1 {
  line-height: 1.04;
  letter-spacing: -.03em;
  overflow-wrap: normal;
  word-break: normal;
}
.hero h1 .product-title {
  display: inline-block;
  padding-left: .045em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

#about,
#how,
#price,
#faq {
  padding-block: clamp(52px, 5.5vw, 72px);
  scroll-margin-top: calc(var(--header-h) + 14px);
}
#about .section-heading,
#price .section-heading,
#faq .section-heading {
  margin-top: 0;
}
#about .feature-grid { margin-top: 34px; }
#how .steps-layout { margin-top: 0; }
#faq .faq-list { margin-top: 30px; }
main > .section-sm { padding-block: clamp(38px, 4.5vw, 58px); }
.company-data { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
html:not(.is-ui-ready) .site-footer [data-config],
html:not(.is-ui-ready) .info-table { visibility: hidden; }

.currency-amount,
.currency-inline-text {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: .13em !important;
  white-space: nowrap;
  line-height: 1;
}
.currency-icon,
.currency-inline-icon,
.currency-total-icon,
.currency-mini-icon,
.currency-button-icon {
  display: block;
  width: .66em !important;
  height: .82em !important;
  flex: 0 0 .66em;
  margin: 0 !important;
  padding: 0 !important;
  color: currentColor !important;
  opacity: 1 !important;
  transform: translateY(.075em) !important;
  overflow: visible;
}

.cta-panel::before { display: none !important; }
.cta-panel::after {
  border-radius: 50%;
  filter: blur(28px);
  opacity: .75;
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  justify-content: initial;
}

.plan-card { z-index: 2; }
.plan-icon img,
.checkout-product-icon img {
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .94;
}
.checkout-product-icon img { width: 25px; height: 25px; }

.plan-card::before { z-index: 4; }
.plan-card::after { z-index: 0; }
.plan-card > :not(.plan-shine) {
  position: relative;
  z-index: 2;
}
.plan-shine {
  position: absolute;
  z-index: 1;
  inset: -35% auto -35% -42%;
  width: 34%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.17), transparent);
  filter: blur(8px);
  transform: skewX(-18deg) translateX(-220%);
  animation: plan-glass-sweep 7.5s ease-in-out infinite 1.6s;
  animation-play-state: paused;
}

.visual-decor {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease .72s;
}
.liquid-pebble {
  --pebble-size: 36px;
  position: absolute;
  width: var(--pebble-size);
  height: var(--pebble-size);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 43% 57% 61% 39% / 54% 39% 61% 46%;
  color: #95ead2;
  background:
    radial-gradient(circle at 29% 23%, rgba(255,255,255,.38), transparent 22%),
    linear-gradient(145deg, rgba(178,195,255,.18), rgba(105,228,198,.1));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(255,255,255,.04),
    0 16px 38px rgba(0,0,0,.3),
    0 0 34px rgba(117,224,202,.1);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  animation: liquid-pebble-float 7s ease-in-out infinite;
  animation-play-state: paused;
}
.liquid-pebble::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  border-top: 1px solid rgba(255,255,255,.13);
  opacity: .8;
}
.liquid-pebble svg {
  width: 42%;
  height: 42%;
  filter: drop-shadow(0 0 9px currentColor);
}
.pebble-one {
  --pebble-size: 48px;
  left: calc(50% - 274px);
  top: 29%;
}
.pebble-two {
  --pebble-size: 34px;
  right: calc(50% - 264px);
  top: 18%;
  color: #b8c8ff;
  animation-duration: 8.2s;
  animation-delay: -3.2s;
}
.pebble-three {
  --pebble-size: 22px;
  right: calc(50% - 278px);
  bottom: 18%;
  animation-duration: 6.4s;
  animation-delay: -1.7s;
}
.visual-glint {
  position: absolute;
  width: 11px;
  height: 11px;
  clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
  background: linear-gradient(135deg, #fff, #aebfff 48%, #79e7ca);
  filter: drop-shadow(0 0 8px rgba(164,196,255,.9));
  opacity: .2;
  animation: visual-glint-pulse 3.8s ease-in-out infinite;
  animation-play-state: paused;
}
.glint-one { left: calc(50% - 238px); top: 15%; }
.glint-two { right: calc(50% - 244px); top: 42%; animation-delay: -1.4s; }
.glint-three { left: calc(50% - 246px); bottom: 14%; animation-delay: -2.6s; }

.product-visual {
  --liquid-orb-size: 610px;
  --liquid-orbit-width: 650px;
  --liquid-orbit-height: 580px;
}
.product-orb {
  z-index: 0;
  width: var(--liquid-orb-size);
  opacity: 0 !important;
  animation-play-state: paused;
  transition: opacity .8s ease .5s;
}
.orbit {
  z-index: 0;
  width: var(--liquid-orbit-width);
  height: var(--liquid-orbit-height);
  opacity: 0 !important;
  animation-play-state: paused;
  transition: opacity .9s ease .65s;
}
.plan-card::after {
  opacity: 0;
  animation-play-state: paused;
  transition: opacity .7s ease .35s;
}
html.is-ui-ready .product-visual.is-visible .product-orb {
  opacity: .68 !important;
  animation-play-state: running;
}
html.is-ui-ready .product-visual.is-visible .orbit {
  opacity: .48 !important;
  animation-play-state: running;
}
html.is-ui-ready .product-visual.is-visible .plan-card::after {
  opacity: .62;
  animation-play-state: running;
}
html.is-ui-ready .product-visual.is-visible .visual-decor { opacity: 1; }
html.is-ui-ready .product-visual.is-visible .liquid-pebble,
html.is-ui-ready .product-visual.is-visible .visual-glint,
html.is-ui-ready .product-visual.is-visible .plan-shine {
  animation-play-state: running;
}

@keyframes liquid-pebble-float {
  0%, 100% {
    border-radius: 43% 57% 61% 39% / 54% 39% 61% 46%;
    transform: translate3d(0, 3px, 0) rotate(-5deg) scale(.96);
  }
  50% {
    border-radius: 59% 41% 38% 62% / 42% 58% 42% 58%;
    transform: translate3d(8px, -10px, 0) rotate(7deg) scale(1.04);
  }
}
@keyframes visual-glint-pulse {
  0%, 58%, 100% { opacity: .14; transform: scale(.65) rotate(0); }
  72% { opacity: .95; transform: scale(1.35) rotate(45deg); }
}
@keyframes plan-glass-sweep {
  0%, 54% { opacity: 0; transform: skewX(-18deg) translateX(-220%); }
  64% { opacity: .8; }
  82%, 100% { opacity: 0; transform: skewX(-18deg) translateX(570%); }
}

@media (max-width: 980px) {
  .product-visual {
    --liquid-orb-size: 540px;
    --liquid-orbit-width: 570px;
    --liquid-orbit-height: 520px;
  }
}

@media (max-width: 720px) {
  .product-visual {
    --liquid-orb-size: 390px;
    --liquid-orbit-width: 420px;
    --liquid-orbit-height: 390px;
  }
  .pebble-one { --pebble-size: 34px; left: -2px; top: 31%; }
  .pebble-two { --pebble-size: 27px; right: 1px; top: 18%; }
  .pebble-three { --pebble-size: 18px; right: -1px; bottom: 18%; }
  .glint-one { left: 3%; top: 18%; }
  .glint-two { right: 2%; top: 45%; }
  .glint-three { left: 1%; bottom: 16%; }
  #about,
  #how,
  #price,
  #faq { padding-block: 44px; }
  #about .feature-grid,
  #faq .faq-list { margin-top: 24px; }
}
