html {
  font-family: "DM Sans", sans-serif;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2.8px);
  border-bottom: 1px solid #e5e7eb;
}

body.is-home .site-nav,
body.is-hero-page .site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  overflow: visible;
}

body.is-home .site-nav::before,
body.is-hero-page .site-nav::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 190px;
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.22) 0%, rgba(2, 6, 23, 0.12) 40%, rgba(2, 6, 23, 0.04) 72%, rgba(2, 6, 23, 0) 100%);
  backdrop-filter: blur(3.5px);
  pointer-events: none;
  z-index: -1;
}

body.is-home .site-brand,
body.is-home .site-menu .ai-nav-link,
body.is-home .site-mobile-btn,
body.is-hero-page .site-brand,
body.is-hero-page .site-menu .ai-nav-link,
body.is-hero-page .site-mobile-btn {
  color: #fff;
}

body.is-home .site-mobile-btn,
body.is-hero-page .site-mobile-btn {
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-menu-gradient {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) border-box;
  cursor: pointer;
}

.btn-menu-gradient span {
  display: block;
  flex: none;
  width: 18px;
  height: 2.4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

body.is-home .btn-menu-gradient,
body.is-hero-page .btn-menu-gradient {
  background:
    linear-gradient(rgba(15, 23, 42, 0.68), rgba(15, 23, 42, 0.68)) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) border-box;
}

.inside-logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  width: max-content;
}

.inside-logo__top {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
}

.inside-logo__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
}

.inside-logo__line {
  margin: calc(0.24rem - 2px) 0 calc(0.28rem - 2px);
  height: 3.6px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--btn-grad-start), var(--btn-grad-end));
}

.inside-logo--top .inside-logo__line {
  height: 5px;
}

.inside-logo__mid {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.inside-logo__by {
  margin-top: 0.24rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.72;
}

.mobile-menu {
  padding: 0;
  border: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  background: transparent;
}

.mobile-menu::backdrop {
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(2px);
}

.mobile-menu-box {
  width: 100vw;
  height: 100vh;
  background: #0f172a;
  color: #fff;
  overflow-y: auto;
}

.ai-nav-link .ai-nav-link__label {
  position: relative;
  display: inline-block;
}

.ai-nav-link .ai-nav-link__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 0.23rem;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.ai-nav-link:hover .ai-nav-link__label:not(.is-active)::after,
.ai-nav-link:focus-visible .ai-nav-link__label:not(.is-active)::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ai-nav-link .ai-nav-link__label.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mega-panel {
  position: absolute;
  right: 1.5rem;
  top: calc(100% + 0.75rem);
  width: 52rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.12);
}

.mega-link {
  font-weight: 600;
  color: #0f172a;
  padding: 0.45rem 0.25rem;
  border-radius: 0.5rem;
}

.mega-link:hover {
  background: #f8fafc;
}

:root {
  --btn-grad-start: #e35d8e;
  --btn-grad-end: #f39a4b;
}

.btn-item,
.btn-item-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.75rem;
  padding: 0.55rem 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color 0.22s ease, transform 0.22s ease, background-size 0.22s ease;
  border: 2px solid transparent;
  color: #be4a7b;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) border-box;
  background-position: right top, left top, left top;
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-repeat: no-repeat;
}

.btn-item:hover,
.btn-item-secondary:hover {
  color: #fff;
  background-size: 0% 100%, 100% 100%, 100% 100%;
  transform: translateY(-1px);
}

.btn-item-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.75rem;
  padding: 0.55rem 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  border: 2px solid transparent;
  color: #fff;
  background:
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) border-box;
  transition: filter 0.22s ease, transform 0.22s ease;
}

.btn-item-solid:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.mega-feature {
  background: #f8fafc;
  border-radius: 0.85rem;
  padding: 1rem;
}

.mega-feature img {
  margin-bottom: 0.85rem;
}

.hero {
  position: relative;
  min-height: clamp(680px, 88vh, 860px);
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: 30% top;
}

@media (max-width: 767px) {
  .hero video {
    object-position: center top;
  }
}

.hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(2, 6, 23, 0.44));
}

.hero .content {
  position: relative;
  z-index: 2;
  min-height: clamp(680px, 88vh, 860px);
}

.btn-ghost-fill {
  position: relative;
  overflow: hidden;
  border: 2.5px solid #fff;
  color: #fff;
}

.btn-ghost-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
  z-index: 0;
}

.btn-ghost-fill:hover::before {
  transform: scaleX(1);
}

.btn-ghost-fill span {
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}

.btn-ghost-fill:hover span {
  color: var(--btn-grad-start);
}

.hero-btn-primary {
  color: var(--btn-grad-start);
  border: 2px solid transparent;
  transition: color 0.22s ease, transform 0.22s ease, background-size 0.22s ease;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) padding-box,
    linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%) border-box;
  background-position: right top, left top, left top;
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-repeat: no-repeat;
}

.hero-btn-primary:hover {
  color: #fff;
  background-size: 0% 100%, 100% 100%, 100% 100%;
  transform: translateY(-1px);
}

.site-footer-gradient {
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.site-footer-gradient,
.site-footer-gradient a,
.site-footer-gradient .inside-logo__top,
.site-footer-gradient .inside-logo__mid,
.site-footer-gradient .inside-logo__by {
  color: #fff;
}

.site-footer-gradient .inside-logo__line {
  background: #fff;
}

.site-footer-gradient .footer-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.site-footer-gradient .footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.22rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.site-footer-gradient .footer-link:hover::after,
.site-footer-gradient .footer-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.content-prose h1,
.content-prose h2,
.content-prose h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
  line-height: 1.2;
  font-weight: 800;
}

.content-prose h1 { font-size: 2.2rem; }
.content-prose h2 { font-size: 1.55rem; }
.content-prose h3 { font-size: 1.25rem; }
.content-prose p { margin: 0.7rem 0; line-height: 1.72; color: #1e293b; }
.content-prose ul { margin: 0.8rem 0 1rem 1.25rem; list-style: disc; }
.content-prose ol { margin: 0.8rem 0 1rem 1.25rem; list-style: decimal; }
.content-prose li { margin-bottom: 0.4rem; }

.content-prose a:not(.btn-item):not(.btn-item-secondary):not(.btn-item-solid) {
  color: #7a2f48;
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
}

.content-prose a:not(.btn-item):not(.btn-item-secondary):not(.btn-item-solid):hover {
  color: #5f2338;
}

.cms-btn {
  border: 2px solid #cbd5e1;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.cms-btn:hover {
  background: #f8fafc;
}

a.rounded-lg.border,
a.rounded-xl.border,
button.rounded-lg.border,
button.rounded-xl.border {
  border-width: 2px;
}

.flywheel-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(243, 154, 75, 0.34), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(227, 93, 142, 0.28), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0f172a 42%, #1d1f3e 100%);
}

.flywheel-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.28));
}

.flywheel-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.flywheel-orbit--one {
  width: 38rem;
  height: 38rem;
  top: -12rem;
  right: -11rem;
}

.flywheel-orbit--two {
  width: 24rem;
  height: 24rem;
  bottom: -9rem;
  left: -5rem;
}

.flywheel-signal-card,
.flywheel-side-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.flywheel-signal-card {
  padding: 1.55rem;
}

.flywheel-side-card {
  padding: 1.45rem;
  border-color: #e2e8f0;
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.flywheel-side-card--soft {
  background: linear-gradient(180deg, #fff7f4 0%, #ffffff 100%);
}

.flywheel-stat {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  background: #f8fafc;
  padding: 0.9rem 1rem;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.5;
}

.flywheel-stat__dot {
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.35rem;
  flex: none;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-band {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 1.2rem 1.35rem;
  background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
}

.flywheel-band__line {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-prose {
  font-size: 1.08rem;
  color: #0f172a;
}

.flywheel-prose > *:first-child {
  margin-top: 0;
}

.flywheel-prose h2,
.flywheel-prose h3,
.flywheel-prose h4 {
  position: relative;
  margin-top: 2.6rem;
  margin-bottom: 1rem;
  color: #020617;
  font-weight: 800;
  line-height: 1.1;
}

.flywheel-prose h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  padding-top: 1.25rem;
}

.flywheel-prose h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-prose h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.flywheel-prose h4 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.flywheel-prose p {
  margin: 1rem 0;
  color: #334155;
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  line-height: 1.9;
}

.flywheel-prose strong {
  color: #0f172a;
}

.flywheel-prose ul,
.flywheel-prose ol {
  margin: 1.15rem 0 1.4rem 1.3rem;
}

.flywheel-prose li {
  margin-bottom: 0.65rem;
  padding-left: 0.15rem;
  color: #334155;
  line-height: 1.8;
}

.flywheel-prose blockquote {
  margin: 1.5rem 0;
  border-left: 4px solid transparent;
  border-image: linear-gradient(180deg, var(--btn-grad-start), var(--btn-grad-end)) 1;
  padding: 0.25rem 0 0.25rem 1.15rem;
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 700;
}

.flywheel-prose hr {
  margin: 2.2rem 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(227, 93, 142, 0), rgba(227, 93, 142, 0.75), rgba(243, 154, 75, 0));
}

.flywheel-related-link {
  display: block;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.flywheel-related-link:hover {
  transform: translateY(-2px);
  border-color: rgba(227, 93, 142, 0.42);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.flywheel-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 2rem;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

@media (min-width: 900px) {
  .flywheel-band {
    grid-template-columns: minmax(0, 1.15fr) 72px minmax(0, 0.85fr);
    padding: 1.4rem 1.6rem;
  }

  .flywheel-band__line {
    width: 72px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .flywheel-orbit--one {
    width: 22rem;
    height: 22rem;
    right: -7rem;
    top: -6rem;
  }

  .flywheel-orbit--two {
    width: 14rem;
    height: 14rem;
    left: -4rem;
    bottom: -4rem;
  }

  .flywheel-cta {
    padding: 1.5rem;
  }
}

.flywheel-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(243, 154, 75, 0.28), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(227, 93, 142, 0.28), transparent 26%),
    linear-gradient(135deg, #07111e 0%, #10192d 38%, #1e2144 100%);
}

.flywheel-page-hero--flywheel-for-agencies {
  background:
    radial-gradient(circle at 14% 12%, rgba(243, 154, 75, 0.22), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(227, 93, 142, 0.2), transparent 26%),
    linear-gradient(135deg, #08111e 0%, #11192b 34%, #2e2135 100%);
}

.flywheel-page-hero--flywheel-for-publishers {
  background:
    radial-gradient(circle at 12% 12%, rgba(243, 154, 75, 0.18), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #07111e 0%, #0e1e2a 38%, #153e49 100%);
}

.flywheel-page-hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}

.flywheel-page-hero__glow,
.flywheel-page-hero__ring {
  position: absolute;
  pointer-events: none;
}

.flywheel-page-hero__glow {
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.8;
}

.flywheel-page-hero__glow--one {
  left: -4rem;
  top: 7rem;
  width: 16rem;
  height: 16rem;
  background: rgba(243, 154, 75, 0.18);
}

.flywheel-page-hero__glow--two {
  right: 6%;
  bottom: 8%;
  width: 14rem;
  height: 14rem;
  background: rgba(227, 93, 142, 0.18);
}

.flywheel-page-hero__ring {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.flywheel-page-hero__ring--one {
  right: -10rem;
  top: -10rem;
  width: 34rem;
  height: 34rem;
}

.flywheel-page-hero__ring--two {
  left: -8rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
}

.flywheel-hero-line {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.95rem 1rem;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.flywheel-hero-line p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  line-height: 1.55;
}

.flywheel-hero-line__dot {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.35rem;
  flex: none;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-glass-card {
  border-radius: 1.8rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.26);
  backdrop-filter: blur(12px);
}

.flywheel-signal-point {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  border-radius: 0.95rem;
  background: #f8fafc;
  padding: 0.85rem 0.95rem;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.45;
}

.flywheel-signal-point__bar {
  width: 0.33rem;
  align-self: stretch;
  flex: none;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-story-band {
  display: grid;
  gap: 1.5rem;
  border-radius: 2rem;
  border: 1px solid #e2e8f0;
  padding: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(243, 154, 75, 0.1), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff8f5 100%);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

.flywheel-loop-rail {
  display: grid;
  gap: 1rem;
  align-items: center;
  border-radius: 1.6rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.flywheel-loop-rail__label {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.flywheel-loop-rail__steps {
  display: grid;
  gap: 0.9rem;
}

.flywheel-loop-step {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
  border: 1px solid #e2e8f0;
}

.flywheel-loop-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flywheel-loop-step__label {
  color: #0f172a;
  font-weight: 800;
}

.flywheel-pillar-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 1.7rem;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.flywheel-pillar-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.flywheel-gradient-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, 0.14), transparent 20%),
    radial-gradient(circle at 88% 85%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-blocks-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flywheel-block-chip {
  border-radius: 1.15rem;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.flywheel-proof-card {
  border-radius: 2rem;
  padding: 1.7rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.06);
}

.flywheel-proof-list {
  display: grid;
  gap: 0.95rem;
}

.flywheel-proof-list__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 1.1rem;
  padding: 1rem 1.05rem;
  background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.5;
}

.flywheel-proof-list__bullet {
  width: 0.9rem;
  height: 0.9rem;
  flex: none;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-outcome-card {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  min-height: 100%;
  border-radius: 1.35rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.flywheel-outcome-card p {
  margin: 0;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.55;
}

.flywheel-outcome-card__plus {
  color: #be4a7b;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
}

.flywheel-audience-shell {
  display: grid;
  gap: 2rem;
  border-radius: 2rem;
  padding: 1.6rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.flywheel-audience-card {
  border-radius: 1.5rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.flywheel-audience-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: #334155;
  line-height: 1.6;
}

.flywheel-audience-item__dot {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.4rem;
  flex: none;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
}

.flywheel-link-card {
  display: block;
  min-height: 100%;
  border-radius: 1.7rem;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(243, 154, 75, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.flywheel-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(227, 93, 142, 0.35);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

.flywheel-link-card__cta {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 800;
  color: #be4a7b;
}

.flywheel-grand-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  border-radius: 2.25rem;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at left bottom, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(110deg, var(--btn-grad-start) 0%, var(--btn-grad-end) 100%);
  box-shadow: 0 24px 56px rgba(190, 74, 123, 0.24);
}

@media (min-width: 900px) {
  .flywheel-loop-rail {
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 1.25rem 1.35rem;
  }

  .flywheel-loop-rail__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
  }

  .flywheel-story-band {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: end;
    padding: 1.9rem;
  }

  .flywheel-audience-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    padding: 1.9rem;
  }
}

@media (max-width: 767px) {
  .flywheel-page-hero__ring--one {
    width: 20rem;
    height: 20rem;
    right: -8rem;
    top: -6rem;
  }

  .flywheel-page-hero__ring--two {
    width: 12rem;
    height: 12rem;
    left: -4rem;
    bottom: -4rem;
  }

  .flywheel-blocks-grid {
    grid-template-columns: 1fr;
  }

  .flywheel-grand-cta {
    padding: 1.45rem;
  }
}
