/* Flu Links public landing — Linktree-inspired rhythm, Flu-native product and brand. */

body:has(.flx-landing) {
  padding-top: 0 !important;
  background: #f4f3ef !important;
}

body:has(.flx-landing) #fluAppNav {
  display: none !important;
}

body:has(.flx-landing) main.flex-grow-1 > .container {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

body:has(.flx-landing) #fluFlashRegion:not(:has(.alert)) {
  display: none;
}

body:has(.flx-landing) .back-to-top-btn {
  right: 8px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  color: #202432;
  background: #d9f21c;
  box-shadow:
    0 0 0 1px rgba(30, 35, 48, 0.08),
    0 12px 26px rgba(30, 35, 48, 0.18);
}

body:has(.flx-landing) .back-to-top-btn:hover {
  color: #202432;
  background: #f2ff75;
}

.flx-landing {
  --flx-ink: #1e2330;
  --flx-paper: #f4f3ef;
  --flx-white: #fff;
  --flx-hero: #8f74f5;
  --flx-hero-ink: #1c1533;
  --flx-blue: #2f68d6;
  --flx-blue-ink: #e8f0ff;
  --flx-wine: #8d0829;
  --flx-wine-ink: #f4c9ed;
  --flx-sage: #e9efda;
  --flx-plum: #512674;
  --flx-brand: #7c4dff;
  --flx-brand-soft: #bb86fc;
  --flx-coral: #e1306c;
  --flx-orange: #f77737;
  --flx-display: "Bricolage Grotesque", "Montserrat", sans-serif;
  --flx-body: "Manrope", "Roboto", sans-serif;
  --flx-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--flx-ink);
  background: var(--flx-paper);
  font-family: var(--flx-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: clip;
}

body.light-mode .flx-landing {
  --flx-hero: #f2aec5;
  --flx-hero-ink: #32162a;
  --flx-brand: #e1306c;
  --flx-brand-soft: #f77737;
}

.flx-landing *,
.flx-landing *::before,
.flx-landing *::after {
  box-sizing: border-box;
}

.flx-landing h1,
.flx-landing h2,
.flx-landing h3,
.flx-landing p,
.flx-landing figure,
.flx-landing ul,
.flx-landing dl,
.flx-landing dd {
  margin-top: 0;
}

.flx-landing h1,
.flx-landing h2,
.flx-landing h3 {
  font-family: var(--flx-display);
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.flx-landing p,
.flx-landing li,
.flx-landing figcaption,
.flx-landing summary {
  text-wrap: pretty;
}

.flx-landing img {
  display: block;
  max-width: 100%;
}

.flx-hero__public img,
.flx-hero__studio img,
.flx-feature__media img,
.flx-use-card img {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}

body.dark-mode .flx-hero__public img,
body.dark-mode .flx-hero__studio img,
body.dark-mode .flx-feature__media img,
body.dark-mode .flx-use-card img {
  outline-color: rgba(255, 255, 255, 0.1);
}

.flx-landing a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.flx-landing a:focus-visible,
.flx-landing button:focus-visible,
.flx-landing summary:focus-visible {
  outline: 3px solid #111827;
  outline-offset: 4px;
}

.flx-shell {
  width: min(100% - 64px, 1312px);
  margin-inline: auto;
}

.flx-skip {
  position: fixed;
  z-index: 3000;
  left: 18px;
  top: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff !important;
  background: #111827;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

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

/* Announcement and floating navigation */
.flx-header {
  position: sticky;
  z-index: 1040;
  top: 16px;
  height: 0;
}

.flx-nav {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 32px;
  padding: 12px 14px 12px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 0 0 1px rgba(30, 35, 48, 0.08),
    0 14px 42px rgba(27, 24, 32, 0.13);
  backdrop-filter: blur(18px);
}

.flx-nav__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: #1e2330 !important;
  text-decoration: none;
}

.flx-nav__brand img {
  width: 92px;
  height: auto;
}

.flx-nav__brand span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #512674;
  background: #efe9ff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flx-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.3vw, 34px);
}

.flx-nav__links a,
.flx-nav__login {
  position: relative;
  color: #303444 !important;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease;
}

.flx-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #7c4dff;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms var(--flx-ease-out);
}

.flx-nav__links a:hover::after,
.flx-nav__links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.flx-nav__links a:hover,
.flx-nav__login:hover {
  color: #7c4dff !important;
}

.flx-nav__actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}

.flx-nav__theme {
  width: 72px !important;
  height: 48px !important;
  flex: 0 0 auto;
}

.flx-nav__login,
.flx-nav__cta {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 14px;
}

.flx-nav__login {
  background: #f1f0ec;
}

.flx-nav__cta {
  min-width: 146px;
  border-radius: 999px;
  color: #fff !important;
  background: #202432;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.flx-nav__cta:hover {
  color: #fff !important;
  background: #7c4dff;
  transform: translateY(-2px);
}

.flx-nav__cta:active,
.flx-btn:active,
.flx-plan-card > a:active {
  scale: 0.96;
}

.flx-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #1e2330;
  background: #d9f21c;
}

.flx-nav__toggle span {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.flx-header.is-open .flx-nav__toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.flx-header.is-open .flx-nav__toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.flx-mobile-menu {
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(30, 35, 48, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(27, 24, 32, 0.2);
}

.flx-mobile-menu[hidden] {
  display: none;
}

.flx-mobile-menu a {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding-inline: 8px;
  border-bottom: 1px solid rgba(30, 35, 48, 0.12);
  color: #1e2330 !important;
  font-family: var(--flx-display);
  font-size: 1rem;
  font-weight: 750;
  text-decoration: none;
}

.flx-mobile-menu a:last-child {
  border-bottom: 0;
}

/* Shared UI */
.flx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flx-kicker::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 14%, transparent);
  content: "";
}

.flx-btn {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: scale 150ms ease-out, transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.flx-btn:hover {
  transform: translateY(-2px);
}

.flx-btn i {
  transition: transform 180ms ease;
}

.flx-btn:hover i {
  transform: translateX(3px);
}

.flx-btn--light {
  color: #1e2330 !important;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 28, 53, 0.16);
}

/* Hero */
.flx-hero {
  min-height: 980px;
  padding-block: 154px 92px;
  color: var(--flx-hero-ink);
  background: var(--flx-hero);
}

.flx-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.92fr);
  align-items: center;
  gap: clamp(60px, 6vw, 96px);
}

.flx-hero__copy {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

.flx-hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--flx-hero-ink);
  font-size: clamp(4.5rem, 6.2vw, 6rem);
  font-weight: 800;
  line-height: 0.94;
  text-wrap: balance;
}

.flx-hero h1 em {
  color: inherit;
  font-style: normal;
}

.flx-hero__lead {
  max-width: 645px;
  margin-bottom: 34px;
  color: color-mix(in srgb, var(--flx-hero-ink) 82%, transparent);
  font-size: 1.12rem;
  line-height: 1.62;
}

.flx-claim {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  max-width: 650px;
}

.flx-claim__url {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0 20px;
  border-radius: 14px;
  color: #565b67;
  background: #fff;
  box-shadow: 0 12px 30px rgba(37, 28, 50, 0.1);
  font-size: 0.98rem;
  cursor: text;
  color-scheme: light;
}

.flx-claim__url strong,
.flx-claim__prefix {
  flex: 0 0 auto;
  color: #8a909c;
  font-weight: 650;
  white-space: nowrap;
}

.flx-claim__url strong {
  color: #202432;
  font-weight: 850;
}

.flx-claim__input {
  flex: 1 1 auto;
  min-width: 4ch;
  width: 100%;
  height: 1.35em;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #202432 !important;
  caret-color: #214f1d;
  font: inherit;
  font-weight: 850;
  letter-spacing: -0.01em;
  -webkit-appearance: none;
  appearance: none;
  color-scheme: light;
}

.flx-claim__input:-webkit-autofill,
.flx-claim__input:-webkit-autofill:hover,
.flx-claim__input:-webkit-autofill:focus,
.flx-claim__input:-internal-autofill-selected {
  -webkit-text-fill-color: #202432 !important;
  caret-color: #214f1d;
  box-shadow: 0 0 0 1000px #fff inset !important;
  background-color: transparent !important;
  background-image: none !important;
  transition: background-color 99999s ease-out;
}

.flx-claim__input:focus,
.flx-claim__input:active,
.flx-claim__input:hover {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.flx-claim__url:focus-within {
  box-shadow:
    0 12px 30px rgba(37, 28, 50, 0.1),
    0 0 0 3px rgba(217, 242, 28, 0.45);
}

.flx-hero__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  color: color-mix(in srgb, var(--flx-hero-ink) 78%, transparent);
  font-size: 0.8rem;
  font-weight: 750;
}

.flx-hero__note i {
  color: #214f1d;
}

.flx-hero__visual {
  position: relative;
  min-height: 700px;
}

.flx-hero__public,
.flx-hero__studio {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  box-shadow: 0 34px 74px rgba(39, 25, 55, 0.24);
  overflow: hidden;
}

.flx-hero__public {
  z-index: 2;
  top: 10px;
  right: 18px;
  width: min(72%, 360px);
  height: 680px;
  border-radius: 34px;
}

.flx-hero__public img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.flx-hero__studio {
  z-index: 1;
  left: -30px;
  bottom: 58px;
  width: min(82%, 455px);
  height: 300px;
  border-radius: 28px;
  transform: rotate(-3deg);
}

.flx-hero__studio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.flx-product-label {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 16px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(30, 35, 48, 0.1);
  border-radius: 999px;
  color: #202432;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.7rem;
  font-weight: 850;
}

.flx-hero__status {
  position: absolute;
  z-index: 4;
  right: -10px;
  top: 122px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 999px;
  color: #202432;
  background: #d9f21c;
  box-shadow: 0 12px 28px rgba(39, 25, 55, 0.18);
  font-size: 0.74rem;
  font-weight: 900;
}

.flx-hero__status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #168b46;
  box-shadow: 0 0 0 5px rgba(22, 139, 70, 0.14);
}

@media (prefers-reduced-motion: no-preference) {
  .flx-nav {
    animation: flx-nav-enter 680ms var(--flx-ease-out) 80ms both;
  }

  .flx-hero [data-flx-hero] {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, 22px, 0);
    animation: flx-hero-enter 720ms var(--flx-ease-out) both;
  }

  .flx-hero [data-flx-hero]:nth-child(1) { animation-delay: 160ms; }
  .flx-hero [data-flx-hero]:nth-child(2) { animation-delay: 250ms; }
  .flx-hero [data-flx-hero]:nth-child(3) { animation-delay: 340ms; }
  .flx-hero [data-flx-hero]:nth-child(4) { animation-delay: 430ms; }
  .flx-hero [data-flx-hero]:nth-child(5) { animation-delay: 520ms; }

  .flx-hero [data-flx-hero-visual] {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(30px, 18px, 0) scale(0.97);
    animation: flx-visual-enter 880ms var(--flx-ease-out) 360ms both;
  }

  .flx-hero__status span {
    animation: flx-status-pulse 2.4s ease-out infinite;
  }
}

@keyframes flx-nav-enter {
  from { opacity: 0; transform: translate3d(0, -16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes flx-hero-enter {
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
}

@keyframes flx-visual-enter {
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes flx-status-pulse {
  0%, 55% { box-shadow: 0 0 0 5px rgba(22, 139, 70, 0.14); }
  100% { box-shadow: 0 0 0 12px rgba(22, 139, 70, 0); }
}

/* Full-color product chapters */
.flx-feature {
  min-height: 850px;
  padding-block: 110px;
}

.flx-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.84fr);
  align-items: center;
  gap: clamp(64px, 7vw, 116px);
}

.flx-feature__grid--reverse {
  grid-template-columns: minmax(390px, 0.84fr) minmax(0, 1.06fr);
}

.flx-feature__copy h2 {
  max-width: 630px;
  margin-bottom: 28px;
  color: inherit;
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

.flx-feature__copy > p:not(.flx-kicker) {
  max-width: 590px;
  margin-bottom: 32px;
  color: currentColor;
  font-size: 1.02rem;
  line-height: 1.7;
  opacity: 0.84;
}

.flx-feature__media {
  position: relative;
  margin: 0;
  border-radius: 34px;
  box-shadow: 0 32px 70px rgba(16, 25, 48, 0.2);
  transition: transform 520ms var(--flx-ease-out), box-shadow 520ms var(--flx-ease-out);
  overflow: hidden;
}

.flx-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--flx-ease-out);
}

.flx-feature__media:hover {
  box-shadow: 0 40px 86px rgba(16, 25, 48, 0.26);
  transform: translate3d(0, -7px, 0);
}

.flx-feature__media:hover img {
  transform: scale(1.018);
}

.flx-feature__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 11px;
  border-radius: 10px;
  color: #fff;
  background: rgba(24, 27, 36, 0.76);
  font-size: 0.67rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.flx-feature--studio {
  color: var(--flx-blue-ink);
  background: var(--flx-blue);
}

.flx-feature--studio .flx-feature__copy h2 {
  color: var(--flx-blue-ink) !important;
}

.flx-feature--studio .flx-feature__media {
  height: 580px;
}

.flx-feature--studio .flx-feature__media img {
  object-position: left top;
}

.flx-feature--share {
  color: var(--flx-wine-ink);
  background: var(--flx-wine);
}

.flx-feature--share .flx-feature__copy h2 {
  color: var(--flx-wine-ink) !important;
}

.flx-feature--share .flx-feature__media {
  height: 590px;
}

.flx-feature--share .flx-feature__media img {
  object-position: left top;
}

.flx-feature--analytics {
  color: var(--flx-ink);
  background: var(--flx-sage);
}

.flx-feature--analytics .flx-feature__copy h2 {
  color: var(--flx-ink) !important;
}

.flx-feature--analytics .flx-feature__media {
  height: 560px;
}

.flx-feature--analytics .flx-feature__media img {
  object-position: left top;
}

.flx-feature__checks {
  display: grid;
  gap: 0;
  max-width: 590px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(244, 201, 237, 0.28);
  list-style: none;
}

.flx-feature__checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(244, 201, 237, 0.28);
  font-size: 0.9rem;
  font-weight: 750;
}

.flx-insights-bento {
  display: grid;
  width: 100%;
  max-width: 620px;
  aspect-ratio: 1.5 / 1;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.flx-insight-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  border-radius: 26px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 18px 38px rgba(18, 28, 30, 0.12);
  transition: transform 320ms var(--flx-ease-out), box-shadow 320ms var(--flx-ease-out);
  overflow: hidden;
}

.flx-insight-card:hover {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 25px 52px rgba(18, 28, 30, 0.2);
  transform: translate3d(0, -5px, 0);
}

.flx-insight-card > strong,
.flx-insight-card__stat strong {
  font-family: var(--flx-display);
  letter-spacing: -0.045em;
}

.flx-insight-card--clicks {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(110px, 0.8fr);
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  color: #d9f21c;
  background: #214f1d;
}

.flx-insight-card__chart {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.flx-insight-card__chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flx-insight-card__grid {
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.5;
}

.flx-insight-card__line {
  fill: none;
  stroke: #d9f21c;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
}

.flx-insight-card__point {
  fill: #f8d8ea;
  stroke: #214f1d;
  stroke-width: 4;
  opacity: 0;
  transform-origin: 312px 22px;
}

.flx-feature__copy.is-visible .flx-insight-card__line {
  animation: flx-draw-chart 1.25s var(--flx-ease-out) 260ms forwards;
}

.flx-feature__copy.is-visible .flx-insight-card__point {
  animation: flx-pop-point 360ms var(--flx-ease-out) 1.18s forwards;
}

.flx-insight-card__stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flx-insight-card__stat strong {
  font-size: clamp(1.8rem, 2.9vw, 2.8rem);
  font-weight: 780;
  line-height: 0.94;
}

.flx-insight-card__stat span,
.flx-insight-card--ctr > span,
.flx-insight-card--history > span {
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 750;
  opacity: 0.72;
}

.flx-insight-card--ctr,
.flx-insight-card--history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}

.flx-insight-card--ctr {
  grid-column: 3;
  grid-row: 1;
  color: #32162a;
  background: #f2b8d9;
}

.flx-insight-card--ctr > strong,
.flx-insight-card--history > strong {
  margin-top: 7px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 780;
  line-height: 0.98;
}

.flx-insight-card__ring {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
}

.flx-insight-card__ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.flx-insight-card__ring circle {
  fill: none;
  stroke: rgba(50, 22, 42, 0.18);
  stroke-width: 4;
}

.flx-insight-card__ring .flx-insight-card__ring-value {
  stroke: #7d0625;
  stroke-linecap: round;
  stroke-dasharray: 214;
  stroke-dashoffset: 214;
}

.flx-feature__copy.is-visible .flx-insight-card__ring-value {
  animation: flx-fill-ring 900ms var(--flx-ease-out) 420ms forwards;
}

.flx-insight-card__ring i {
  font-size: 1.15rem;
  transform: rotate(-12deg);
}

.flx-insight-card--history {
  grid-column: 1;
  grid-row: 2;
  color: #f4e9ff;
  background: #512674;
}

.flx-insight-card__ring--history circle {
  stroke: rgba(244, 233, 255, 0.22);
}

.flx-insight-card__ring--history .flx-insight-card__ring-value {
  stroke: #d9f21c;
}

.flx-insight-card__ring--history i {
  transform: none;
  font-size: 1.2rem;
}

.flx-insight-card--ranking {
  grid-column: 2 / 4;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(110px, 0.85fr);
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  color: #e8f0ff;
  background: #2f68d6;
}

.flx-insight-card__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: 72px;
  padding: 8px 12px 4px;
}

.flx-insight-card__bars > span {
  display: block;
  width: 18px;
  height: var(--flx-bar, 50%);
  border-radius: 999px 999px 8px 8px;
  background: #d9f21c;
  transform-origin: bottom center;
  transform: scaleY(0.2);
}

.flx-insight-card__bars > span:nth-child(1) { opacity: 1; }
.flx-insight-card__bars > span:nth-child(2) { opacity: 0.72; }
.flx-insight-card__bars > span:nth-child(3) { opacity: 0.48; }

.flx-feature__copy.is-visible .flx-insight-card__bars > span {
  animation: flx-grow-bar 720ms var(--flx-ease-out) forwards;
}

.flx-feature__copy.is-visible .flx-insight-card__bars > span:nth-child(1) {
  animation-delay: 280ms;
}

.flx-feature__copy.is-visible .flx-insight-card__bars > span:nth-child(2) {
  animation-delay: 380ms;
}

.flx-feature__copy.is-visible .flx-insight-card__bars > span:nth-child(3) {
  animation-delay: 480ms;
}

.flx-insight-card--ranking .flx-insight-card__stat strong {
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
}

@keyframes flx-draw-chart {
  to { stroke-dashoffset: 0; }
}

@keyframes flx-pop-point {
  from { opacity: 0; transform: scale(0.25); filter: blur(4px); }
  to { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes flx-fill-ring {
  to { stroke-dashoffset: 130; }
}

@keyframes flx-grow-bar {
  to { transform: scaleY(1); }
}

/* Solution cards */
.flx-use-cases {
  padding-block: 136px;
  color: var(--flx-ink);
  background: #f4f3ef;
}

.flx-use-cases__head {
  max-width: 900px;
  margin: 0 auto 74px;
  text-align: center;
}

.flx-use-cases__head h2,
.flx-plans__head h2 {
  margin-bottom: 24px;
  color: var(--flx-ink);
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

.flx-use-cases__head > p:not(.flx-kicker),
.flx-plans__head > p:not(.flx-kicker) {
  max-width: 680px;
  margin: 0 auto;
  color: #666b76;
  font-size: 1rem;
  line-height: 1.68;
}

.flx-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flx-use-card {
  position: relative;
  min-height: 570px;
  padding: 38px;
  border-radius: 38px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.045),
    0 18px 44px rgba(23, 27, 38, 0.06);
  transition: transform 420ms var(--flx-ease-out), box-shadow 420ms var(--flx-ease-out);
  overflow: hidden;
}

.flx-use-card:hover {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.065),
    0 28px 64px rgba(23, 27, 38, 0.14);
  transform: translate3d(0, -8px, 0);
}

.flx-use-card--wide {
  grid-column: 1 / -1;
  min-height: 640px;
  color: #fff;
  background: #202432;
}

.flx-use-card--wide h3 {
  color: #fff !important;
}

.flx-use-card > div {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.flx-use-card span {
  display: block;
  margin-bottom: 16px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.flx-use-card h3 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.3vw, 3.6rem);
  font-weight: 750;
  line-height: 1.02;
}

.flx-use-card img {
  position: absolute;
  box-shadow: 0 24px 52px rgba(22, 24, 33, 0.2);
  transition: transform 620ms var(--flx-ease-out), box-shadow 620ms var(--flx-ease-out);
}

.flx-use-card--wide img {
  width: 330px;
  height: 590px;
  right: 8%;
  bottom: -120px;
  border-radius: 30px;
  object-fit: cover;
  object-position: top center;
  transform: rotate(6deg);
}

.flx-use-card--wide:hover img {
  box-shadow: 0 34px 68px rgba(22, 24, 33, 0.26);
  transform: translate3d(0, -12px, 0) rotate(4deg);
}

.flx-use-card--wide > div {
  max-width: 57%;
}

.flx-use-card--design {
  color: #32162a;
  background: #f2b8d9;
}

.flx-use-card--design h3 {
  color: #32162a !important;
}

.flx-use-card--measure {
  color: #161c4e;
  background: #d9f21c;
}

.flx-use-card--measure h3 {
  color: #161c4e !important;
}

.flx-use-card--design img,
.flx-use-card--measure img {
  width: 88%;
  height: 300px;
  left: 6%;
  bottom: -22px;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
  object-position: left top;
}

.flx-use-card--design:hover img,
.flx-use-card--measure:hover img {
  box-shadow: 0 32px 62px rgba(22, 24, 33, 0.26);
  transform: translate3d(0, -10px, 0) scale(1.01);
}

/* Plans */
.flx-plans {
  padding-block: 130px;
  color: var(--flx-ink);
  background: #fff;
}

.flx-plans__head {
  max-width: 1040px;
  margin: 0 auto 68px;
  text-align: center;
}

.flx-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flx-plan-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 30px 26px 26px;
  border-radius: 30px;
  background: #f8f7f4;
  box-shadow:
    0 0 0 1px rgba(30, 35, 48, 0.1),
    0 16px 40px rgba(25, 28, 38, 0.06);
  transition: transform 320ms var(--flx-ease-out), box-shadow 320ms var(--flx-ease-out);
}

.flx-plan-card:hover {
  box-shadow:
    0 0 0 1px rgba(30, 35, 48, 0.13),
    0 26px 56px rgba(25, 28, 38, 0.13);
  transform: translate3d(0, -8px, 0);
}

.flx-plan-card--featured {
  color: #fff;
  background: linear-gradient(155deg, #7c4dff, #512674);
  box-shadow:
    0 0 0 1px rgba(124, 77, 255, 0.7),
    0 24px 52px rgba(89, 50, 190, 0.22);
}

.flx-plan-card--featured:hover {
  box-shadow:
    0 0 0 1px rgba(187, 134, 252, 0.8),
    0 34px 68px rgba(89, 50, 190, 0.32);
}

.flx-plan-card--featured h3 {
  color: #fff !important;
}

.flx-plan-card__badge {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #2a1f00;
  background: #d9f21c;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flx-plan-card__eyebrow {
  min-height: 34px;
  margin-bottom: 8px;
  color: #737782;
  font-size: 0.7rem;
  font-weight: 800;
}

.flx-plan-card--featured .flx-plan-card__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.flx-plan-card h3 {
  margin-bottom: 20px;
  color: inherit;
  font-size: 2.2rem;
  font-weight: 800;
}

.flx-plan-card__limit {
  display: flex;
  min-height: 72px;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  color: #4f5460;
  line-height: 1.25;
}

.flx-plan-card--featured .flx-plan-card__limit {
  color: rgba(255, 255, 255, 0.82);
}

.flx-plan-card__limit strong {
  color: inherit;
  font-family: var(--flx-display);
  font-size: 2.65rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.flx-plan-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(30, 35, 48, 0.12);
  list-style: none;
}

.flx-plan-card--featured ul {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.flx-plan-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: #626671;
  font-size: 0.76rem;
  line-height: 1.45;
}

.flx-plan-card--featured li {
  color: rgba(255, 255, 255, 0.82);
}

.flx-plan-card li i {
  color: #7c4dff;
}

.flx-plan-card--featured li i {
  color: #d9f21c;
}

.flx-plan-card > a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  border: 1px solid rgba(30, 35, 48, 0.14);
  border-radius: 999px;
  color: #202432 !important;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  transition: scale 150ms ease-out, transform 180ms ease, box-shadow 180ms ease;
}

.flx-plan-card > a:hover {
  box-shadow: 0 10px 24px rgba(31, 35, 48, 0.14);
  transform: translate3d(0, -2px, 0);
}

.flx-plan-card--featured > a {
  border-color: #d9f21c;
  background: #d9f21c;
}

.flx-plan-note {
  margin: 28px 0 0;
  color: #777b84;
  font-size: 0.78rem;
  text-align: center;
}

/* FAQ */
.flx-faq {
  position: relative;
  isolation: isolate;
  padding-block: 142px;
  color: var(--flx-wine-ink);
  background:
    radial-gradient(circle at 8% 14%, rgba(247, 119, 55, 0.15), transparent 28%),
    radial-gradient(circle at 91% 86%, rgba(187, 134, 252, 0.16), transparent 30%),
    linear-gradient(145deg, #7d0625 0%, #97082e 48%, #72051f 100%);
  overflow: hidden;
}

.flx-faq::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  content: "";
  opacity: 0.16;
  mask-image: linear-gradient(90deg, #000, transparent 46%, #000);
}

.flx-faq__glow {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -150px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(247, 119, 55, 0.12);
  filter: blur(70px);
  pointer-events: none;
}

.flx-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: start;
  gap: clamp(54px, 6vw, 92px);
}

.flx-faq__intro {
  position: sticky;
  top: 126px;
  min-width: 0;
  padding-top: 10px;
}

.flx-faq__intro h2 {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--flx-wine-ink) !important;
  font-size: clamp(4rem, 5.45vw, 5.75rem);
  font-weight: 760;
  line-height: 0.88;
  letter-spacing: -0.064em;
}

.flx-faq__intro h2 span,
.flx-faq__intro h2 em {
  display: block;
}

.flx-faq__intro h2 em {
  color: #ffd6ef;
  font-style: normal;
  font-variation-settings: "wdth" 86;
}

.flx-faq__lead {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 225, 244, 0.76);
  font-size: 1rem;
  line-height: 1.68;
}

.flx-faq__items {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.flx-faq details {
  position: relative;
  border-radius: 28px;
  color: var(--flx-wine-ink);
  background: rgba(68, 0, 21, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.065),
    0 14px 34px rgba(48, 0, 15, 0.1);
  transition: transform 260ms var(--flx-ease-out), background-color 260ms ease, box-shadow 260ms ease;
  overflow: hidden;
}

.flx-faq details:hover {
  background: rgba(58, 0, 18, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.11),
    0 18px 42px rgba(48, 0, 15, 0.2);
  transform: translate3d(-6px, 0, 0);
}

.flx-faq details[open] {
  background: rgba(48, 0, 16, 0.7);
  box-shadow:
    0 0 0 1px rgba(255, 214, 239, 0.18),
    0 24px 54px rgba(48, 0, 15, 0.25);
}

.flx-faq summary {
  display: grid;
  min-height: 112px;
  grid-template-columns: 36px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 18px;
  padding: 22px 24px 22px 26px;
  cursor: pointer;
  list-style: none;
}

.flx-faq summary::-webkit-details-marker {
  display: none;
}

.flx-faq__number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: rgba(255, 225, 244, 0.66);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--flx-ease-out);
}

.flx-faq__question {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.flx-faq__question strong {
  color: #ffe6f5;
  font-family: var(--flx-display);
  font-size: 1.08rem;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -0.022em;
}

.flx-faq__question small {
  color: rgba(255, 225, 244, 0.52);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.flx-faq__icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #431025;
  background: #f8d8ea;
  box-shadow: 0 7px 18px rgba(35, 0, 12, 0.16);
  transition: transform 260ms var(--flx-ease-out), background-color 220ms ease;
}

.flx-faq__icon::before,
.flx-faq__icon::after {
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 260ms var(--flx-ease-out), opacity 180ms ease, filter 180ms ease;
}

.flx-faq__icon::after {
  transform: rotate(90deg);
}

.flx-faq details[open] .flx-faq__icon {
  background: #d9f21c;
  transform: rotate(180deg);
}

.flx-faq details[open] .flx-faq__icon::after {
  opacity: 0;
  filter: blur(4px);
  transform: rotate(90deg) scale(0.25);
}

.flx-faq details[open] .flx-faq__number {
  color: #36101f;
  background: #f8d8ea;
  transform: rotate(-4deg);
}

.flx-faq details > .flx-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition:
    grid-template-rows 420ms var(--flx-ease-out),
    opacity 280ms ease,
    transform 420ms var(--flx-ease-out);
}

.flx-faq details[open]:not(.is-closing) > .flx-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.flx-faq details.is-closing > .flx-faq__answer {
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.flx-faq__answer > div {
  min-height: 0;
  overflow: hidden;
}

.flx-faq__answer p {
  max-width: 650px;
  margin: 0;
  padding: 0 88px 30px 80px;
  color: rgba(255, 225, 244, 0.76);
  font-size: 0.88rem;
  line-height: 1.72;
}

.flx-faq details.is-closing .flx-faq__icon {
  background: #d9f21c;
  transform: rotate(180deg);
}

.flx-faq details.is-closing .flx-faq__icon::after {
  opacity: 0;
  filter: blur(4px);
  transform: rotate(90deg) scale(0.25);
}

.flx-faq details.is-closing .flx-faq__number {
  color: #36101f;
  background: #f8d8ea;
  transform: rotate(-4deg);
}

/* Final CTA and dedicated footer */
.flx-final {
  padding: 132px 0 42px;
  color: #f3c7ed;
  background: var(--flx-plum);
}

.flx-final__inner {
  min-height: 620px;
  text-align: center;
}

.flx-final__inner h2 {
  max-width: 1060px;
  margin: 0 auto 48px;
  color: #f3c7ed !important;
  font-size: clamp(4rem, 6.6vw, 7rem);
  font-weight: 800;
  line-height: 0.94;
  text-wrap: balance;
}

.flx-claim--final {
  max-width: 650px;
  margin-inline: auto;
}

.flx-btn--final {
  min-width: 250px;
  color: #202432 !important;
  background: #d9f21c;
  box-shadow: 0 18px 40px rgba(15, 11, 22, 0.24);
  cursor: pointer;
}

.flx-btn--final:hover {
  background: #e4f84a;
}

.flx-footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 54px;
  padding: 62px 54px 36px;
  border-radius: 34px;
  color: #202432;
  background: #fff;
}

.flx-footer__brand img {
  width: 110px;
  height: auto;
  margin-bottom: 20px;
}

.flx-footer__brand p {
  max-width: 270px;
  margin-bottom: 0;
  color: #666b76;
  font-size: 0.86rem;
  line-height: 1.6;
}

.flx-footer h3 {
  margin-bottom: 20px;
  color: #202432 !important;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.flx-footer > div:not(.flx-footer__brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flx-footer a {
  margin-bottom: 11px;
  color: #60646f !important;
  font-size: 0.8rem;
  text-decoration: none;
}

.flx-footer a:hover {
  color: #7c4dff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.flx-footer__legal {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(30, 35, 48, 0.12);
  color: #858892;
  font-size: 0.72rem;
}

/* Motion is progressive enhancement. */
.flx-motion-ready [data-flx-reveal] {
  --flx-reveal-x: 0px;
  --flx-reveal-y: 30px;
  --flx-reveal-scale: 1;
  --flx-reveal-delay: 0ms;
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(var(--flx-reveal-x), var(--flx-reveal-y), 0) scale(var(--flx-reveal-scale));
  transition:
    opacity 620ms ease var(--flx-reveal-delay),
    filter 620ms ease var(--flx-reveal-delay),
    transform 760ms var(--flx-ease-out) var(--flx-reveal-delay);
}

.flx-motion-ready [data-flx-reveal="left"] {
  --flx-reveal-x: -34px;
  --flx-reveal-y: 8px;
}

.flx-motion-ready [data-flx-reveal="right"] {
  --flx-reveal-x: 34px;
  --flx-reveal-y: 8px;
}

.flx-motion-ready [data-flx-reveal="scale"] {
  --flx-reveal-y: 18px;
  --flx-reveal-scale: 0.965;
}

.flx-motion-ready [data-flx-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.flx-use-grid [data-flx-reveal]:nth-child(2),
.flx-plan-grid [data-flx-reveal]:nth-child(2),
.flx-faq__items [data-flx-reveal]:nth-child(2),
.flx-faq__intro [data-flx-reveal]:nth-child(2) {
  --flx-reveal-delay: 70ms;
}

.flx-use-grid [data-flx-reveal]:nth-child(3),
.flx-plan-grid [data-flx-reveal]:nth-child(3),
.flx-faq__items [data-flx-reveal]:nth-child(3),
.flx-faq__intro [data-flx-reveal]:nth-child(3) {
  --flx-reveal-delay: 140ms;
}

.flx-plan-grid [data-flx-reveal]:nth-child(4),
.flx-faq__items [data-flx-reveal]:nth-child(4),
.flx-faq__intro [data-flx-reveal]:nth-child(4) {
  --flx-reveal-delay: 210ms;
}

.flx-faq__items [data-flx-reveal]:nth-child(5),
.flx-faq__intro [data-flx-reveal]:nth-child(5) {
  --flx-reveal-delay: 280ms;
}

.flx-faq__items [data-flx-reveal]:nth-child(6) {
  --flx-reveal-delay: 350ms;
}

/* Base theme headings use !important; keep intentional chapter contrast above them. */
html body .flx-landing .flx-feature--studio .flx-feature__copy h2 {
  color: var(--flx-blue-ink) !important;
}

html body .flx-landing .flx-feature--share .flx-feature__copy h2,
html body .flx-landing .flx-faq .flx-faq__intro h2 {
  color: var(--flx-wine-ink) !important;
}

html body .flx-landing .flx-use-card--wide h3,
html body .flx-landing .flx-plan-card--featured h3 {
  color: #fff !important;
}

html body .flx-landing .flx-use-card--design h3 {
  color: #32162a !important;
}

html body .flx-landing .flx-use-card--measure h3 {
  color: #161c4e !important;
}

html body .flx-landing .flx-final .flx-final__inner h2 {
  color: #f3c7ed !important;
}

@media (max-width: 1160px) {
  .flx-nav {
    gap: 20px;
  }

  .flx-nav__links {
    gap: 18px;
  }

  .flx-nav__login,
  .flx-nav__cta {
    padding-inline: 18px;
  }

  .flx-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(450px, 0.9fr);
  }

  .flx-hero__studio {
    left: 0;
  }

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

  .flx-faq__grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .flx-faq__intro {
    position: static;
    text-align: center;
  }

  .flx-faq__intro h2,
  .flx-faq__lead,
  .flx-faq__items {
    margin-right: auto;
    margin-left: auto;
  }

  .flx-faq__intro h2 {
    max-width: 820px;
  }

  .flx-faq__lead {
    max-width: 620px;
  }

  .flx-faq__items {
    width: min(100%, 860px);
  }
}

@media (max-width: 900px) {
  .flx-shell {
    width: min(100% - 36px, 760px);
  }

  .flx-nav {
    min-height: 76px;
    padding: 9px 10px 9px 20px;
  }

  .flx-nav__links,
  .flx-nav__login {
    display: none;
  }

  .flx-nav__cta {
    min-width: 124px;
    min-height: 54px;
  }

  .flx-nav__toggle {
    display: inline-flex;
  }

  .flx-hero {
    min-height: auto;
    padding-block: 138px 82px;
  }

  .flx-hero__grid,
  .flx-feature__grid,
  .flx-feature__grid--reverse,
  .flx-faq__grid {
    grid-template-columns: 1fr;
  }

  .flx-hero__copy {
    text-align: center;
  }

  .flx-hero h1,
  .flx-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .flx-hero__note {
    justify-content: center;
  }

  .flx-claim {
    margin-inline: auto;
  }

  .flx-hero__visual {
    width: min(100%, 660px);
    min-height: 690px;
    margin-inline: auto;
  }

  .flx-feature {
    min-height: auto;
    padding-block: 98px;
  }

  .flx-feature__grid,
  .flx-feature__grid--reverse {
    gap: 56px;
  }

  .flx-feature__grid--reverse .flx-feature__copy {
    order: 2;
  }

  .flx-feature__copy {
    max-width: 720px;
  }

  .flx-feature__media {
    width: 100%;
  }

  .flx-use-card--wide > div {
    max-width: 52%;
  }

  .flx-faq__intro {
    position: static;
  }

  .flx-footer {
    grid-template-columns: repeat(3, 1fr);
  }

  .flx-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  body:has(.flx-landing) .back-to-top-btn {
    display: none !important;
  }

  .flx-shell {
    width: min(100% - 24px, 520px);
  }

  .flx-header {
    top: 8px;
  }

  .flx-nav {
    width: calc(100% - 16px);
    min-height: 66px;
    padding: 7px 8px 7px 14px;
    border-radius: 999px;
  }

  .flx-nav__brand img {
    width: 72px;
  }

  .flx-nav__brand span {
    display: none;
  }

  .flx-nav__cta {
    min-width: 108px;
    min-height: 48px;
    padding-inline: 13px;
    font-size: 0.74rem;
  }

  .flx-nav__theme {
    width: 48px !important;
    height: 42px !important;
  }

  .flx-nav__toggle {
    width: 46px;
    height: 46px;
  }

  .flx-mobile-menu {
    width: calc(100% - 16px);
    border-radius: 24px;
  }

  .flx-hero {
    padding-block: 124px 62px;
  }

  .flx-hero__copy {
    padding-top: 0;
  }

  .flx-kicker {
    margin-bottom: 17px;
    font-size: 0.66rem;
  }

  .flx-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(2.55rem, 12.7vw, 3.6rem);
    line-height: 0.98;
  }

  .flx-hero__lead {
    margin-bottom: 28px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .flx-claim {
    grid-template-columns: 1fr;
  }

  .flx-claim__url,
  .flx-btn {
    width: 100%;
    min-height: 58px;
  }

  .flx-claim__url {
    justify-content: flex-start;
  }

  .flx-hero__note {
    align-items: flex-start;
    font-size: 0.72rem;
  }

  .flx-hero__visual {
    min-height: 580px;
  }

  .flx-hero__public {
    right: 50%;
    width: 270px;
    height: 555px;
    border-radius: 28px;
    transform: translateX(50%);
  }

  .flx-hero__studio {
    display: none;
  }

  .flx-hero__status {
    right: 6px;
    top: 92px;
  }

  .flx-feature {
    padding-block: 82px;
  }

  .flx-feature__grid,
  .flx-feature__grid--reverse {
    gap: 42px;
  }

  .flx-feature__copy {
    text-align: center;
  }

  .flx-feature__copy h2 {
    margin-bottom: 22px;
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .flx-feature__copy > p:not(.flx-kicker) {
    margin-bottom: 26px;
    font-size: 0.92rem;
  }

  .flx-feature__media,
  .flx-feature--studio .flx-feature__media,
  .flx-feature--share .flx-feature__media,
  .flx-feature--analytics .flx-feature__media {
    height: 370px;
    border-radius: 26px;
  }

  .flx-feature__checks {
    text-align: left;
  }

  .flx-insights-bento {
    aspect-ratio: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 8px;
  }

  .flx-insight-card {
    border-radius: 22px;
  }

  .flx-insight-card--clicks {
    min-height: 210px;
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: minmax(0, 1.18fr) minmax(100px, 0.82fr);
  }

  .flx-insight-card--ctr,
  .flx-insight-card--history {
    min-height: 184px;
    grid-row: auto;
  }

  .flx-insight-card--ctr {
    grid-column: 1;
  }

  .flx-insight-card--history {
    grid-column: 2;
  }

  .flx-insight-card--ranking {
    min-height: 184px;
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: minmax(0, 1.18fr) minmax(100px, 0.82fr);
    padding: 18px 20px;
  }

  .flx-use-cases,
  .flx-plans,
  .flx-faq {
    padding-block: 92px;
  }

  .flx-use-cases__head,
  .flx-plans__head {
    margin-bottom: 48px;
  }

  .flx-use-cases__head h2,
  .flx-plans__head h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .flx-use-grid,
  .flx-plan-grid {
    grid-template-columns: 1fr;
  }

  .flx-use-card,
  .flx-use-card--wide {
    grid-column: auto;
    min-height: 500px;
    padding: 28px;
    border-radius: 30px;
  }

  .flx-use-card--wide > div {
    max-width: 100%;
  }

  .flx-use-card h3 {
    font-size: 2.35rem;
  }

  .flx-use-card--wide img {
    right: -4%;
    width: 245px;
    height: 410px;
    bottom: -110px;
  }

  .flx-use-card--design img,
  .flx-use-card--measure img {
    height: 240px;
  }

  .flx-plan-card {
    min-height: 430px;
  }

  .flx-faq__grid {
    gap: 42px;
  }

  .flx-motion-ready [data-flx-reveal="left"],
  .flx-motion-ready [data-flx-reveal="right"] {
    --flx-reveal-x: 0px;
    --flx-reveal-y: 26px;
  }

  .flx-faq__intro {
    text-align: center;
  }

  .flx-faq__intro h2 {
    font-size: clamp(3rem, 13.2vw, 4.4rem);
  }

  .flx-faq summary {
    min-height: 104px;
    grid-template-columns: 34px minmax(0, 1fr) 42px;
    gap: 13px;
    padding: 19px 17px;
  }

  .flx-faq__number {
    width: 34px;
    height: 34px;
  }

  .flx-faq__question strong {
    font-size: 0.96rem;
  }

  .flx-faq__icon {
    width: 42px;
    height: 42px;
  }

  .flx-faq__answer p {
    padding: 0 24px 27px 64px;
    font-size: 0.82rem;
  }

  .flx-final {
    padding: 94px 0 18px;
  }

  .flx-final__inner {
    min-height: 520px;
  }

  .flx-final__inner h2 {
    margin-bottom: 38px;
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .flx-footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
    padding: 38px 26px 26px;
    border-radius: 28px;
  }

  .flx-footer__brand,
  .flx-footer__legal {
    grid-column: 1 / -1;
  }
}

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