:root {
  --fk-black: var(--ast-global-color-4, #070807);
  --fk-charcoal: var(--ast-global-color-5, #111410);
  --fk-charcoal-2: var(--ast-global-color-6, #171b15);
  --fk-steel: var(--ast-global-color-7, #30372a);
  --fk-lime: var(--ast-global-color-0, #c7ff00);
  --fk-soft-lime: var(--ast-global-color-1, #e4ff78);
  --fk-white: var(--ast-global-color-2, #f7f8f2);
  --fk-muted: var(--ast-global-color-3, #9ba394);
  --fk-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --fk-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fk-letter-spacing-body: 0.012em;
  --fk-letter-spacing-display: 0.015em;
  --fk-radius: 24px;
  --fk-border: 1px solid rgba(247, 248, 242, 0.14);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.feed-kevin-site {
  overflow-x: hidden;
  color: var(--fk-white);
  background: var(--fk-black);
  font-family: var(--fk-ui);
  letter-spacing: var(--fk-letter-spacing-body);
}

/* Keep WordPress preset classes connected to Astra's editable global palette. */
body.feed-kevin-site,
.editor-styles-wrapper {
  --wp--preset--color--deep-black: var(--ast-global-color-4, #070807);
  --wp--preset--color--charcoal: var(--ast-global-color-5, #111410);
  --wp--preset--color--secondary-charcoal: var(--ast-global-color-6, #171b15);
  --wp--preset--color--steel: var(--ast-global-color-7, #30372a);
  --wp--preset--color--kevin-lime: var(--ast-global-color-0, #c7ff00);
  --wp--preset--color--soft-lime: var(--ast-global-color-1, #e4ff78);
  --wp--preset--color--white: var(--ast-global-color-2, #f7f8f2);
  --wp--preset--color--muted: var(--ast-global-color-3, #9ba394);
}

.feed-kevin-site *,
.feed-kevin-site *::before,
.feed-kevin-site *::after {
  box-sizing: border-box;
}

.feed-kevin-site a {
  text-underline-offset: 0.2em;
}

.feed-kevin-site a:focus-visible,
.feed-kevin-site button:focus-visible,
.feed-kevin-site summary:focus-visible {
  outline: 3px solid var(--fk-soft-lime);
  outline-offset: 4px;
}

.fk-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--fk-black);
  background: var(--fk-lime);
  font-weight: 800;
  transform: translateY(-150%);
}

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

.fk-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(247, 248, 242, 0.1);
  background: rgba(7, 8, 7, 0.9);
  backdrop-filter: blur(18px);
}

.fk-header-inner {
  min-height: 76px;
  padding: 0 24px;
  gap: 30px;
}

.fk-wordmark a,
.fk-wordmark {
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.fk-primary-nav {
  margin-left: auto;
}

.fk-primary-nav .wp-block-navigation-item__content {
  padding: 12px 9px;
  color: var(--fk-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.fk-primary-nav .wp-block-navigation-item__content:hover {
  color: var(--fk-lime);
}

.fk-header-cta .wp-block-button__link,
.fk-button-link,
.fk-site-header .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--fk-lime);
  border-radius: 999px;
  color: var(--fk-black);
  background: var(--fk-lime);
  box-shadow: 0 0 30px rgba(199, 255, 0, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fk-header-cta .wp-block-button__link:hover,
.fk-button-link:hover,
.fk-site-header .wp-block-button__link:hover {
  background: var(--fk-soft-lime);
  box-shadow: 0 0 36px rgba(199, 255, 0, 0.22);
  transform: translateY(-2px);
}

.fk-main {
  margin: 0;
}

.fk-section {
  position: relative;
  margin: 0;
  padding: clamp(72px, 9vw, 132px) 24px;
}

.fk-section > .alignwide,
.fk-section > .wp-block-group__inner-container > .alignwide {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
}

.fk-kicker {
  margin: 0 0 20px;
  color: var(--fk-lime);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fk-kicker--dark {
  color: rgba(7, 8, 7, 0.72);
}

.fk-section h2,
.fk-hero-title,
.fk-feature-card h3,
.fk-step-card h3,
.fk-mode-card h3 {
  font-family: var(--fk-display);
  font-weight: 800;
  letter-spacing: var(--fk-letter-spacing-display);
  line-height: 0.96;
  text-transform: uppercase;
}

.fk-section h2 {
  max-width: 980px;
  margin: 0 0 28px;
}

.fk-hero {
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 42%, rgba(199, 255, 0, 0.1), transparent 27%),
    linear-gradient(180deg, #090a09 0%, var(--fk-black) 100%);
}

.fk-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent);
  pointer-events: none;
}

.fk-hero-grid {
  position: relative;
  z-index: 1;
  gap: clamp(36px, 6vw, 90px);
}

.fk-hero-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4rem, 8.7vw, 8.8rem) !important;
}

.fk-hero-title span {
  color: var(--fk-lime);
  text-shadow: 0 0 38px rgba(199, 255, 0, 0.16);
}

.fk-hero-lead,
.fk-section-lead {
  max-width: 700px;
  color: var(--fk-muted);
  line-height: 1.55;
}

.fk-hero-actions {
  margin-top: 34px;
  gap: 12px;
}

.fk-hero-actions .is-style-outline .wp-block-button__link {
  border: 1px solid rgba(247, 248, 242, 0.35);
  color: var(--fk-white);
  background: transparent;
}

.fk-hero-actions .is-style-outline .wp-block-button__link:hover {
  border-color: var(--fk-lime);
  color: var(--fk-lime);
}

.fk-fine-print {
  max-width: 720px;
  margin-top: 22px;
  color: #747d70;
  font-size: 0.78rem;
  line-height: 1.55;
}

.fk-kevin-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 22px;
  border: var(--fk-border);
  border-radius: 30px;
  background: linear-gradient(145deg, #151915, #0b0d0b);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.05);
}

.fk-kevin-card::before {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(199, 255, 0, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 255, 0, 0.09), transparent 66%);
  content: "";
  transform: translateX(-50%);
}

.fk-card-topline,
.fk-kevin-readout,
.fk-mode-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fk-card-topline {
  position: relative;
  z-index: 2;
  color: var(--fk-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fk-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fk-lime);
}

.fk-status-dot::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
  content: "";
}

.fk-status-dot.is-offline {
  color: #8f9789;
}

.fk-kevin-render {
  position: absolute;
  z-index: 1;
  top: 68px;
  right: 1%;
  left: 1%;
  width: 98%;
  height: 430px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 32px 30px rgba(0, 0, 0, 0.48));
  animation: fk-breathe 5.8s ease-in-out infinite;
}

.fk-kevin-readout {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border: 1px solid rgba(247, 248, 242, 0.12);
  border-radius: 18px;
  background: rgba(7, 8, 7, 0.88);
  backdrop-filter: blur(14px);
}

.fk-kevin-readout div:first-child {
  flex: 1;
}

.fk-kevin-readout small,
.fk-kevin-readout strong {
  display: block;
}

.fk-kevin-readout small {
  margin-bottom: 5px;
  color: var(--fk-lime);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-kevin-readout strong {
  font-size: 0.9rem;
  line-height: 1.35;
}

.fk-counters-section {
  padding-top: 58px;
  padding-bottom: 78px;
  border-top: 1px solid rgba(247, 248, 242, 0.07);
  border-bottom: 1px solid rgba(247, 248, 242, 0.07);
  background: #090a09;
}

.fk-section-heading {
  align-items: flex-end;
  gap: 24px;
}

.fk-section-heading h2 {
  margin-bottom: 0;
}

.fk-verified-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--fk-lime);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-verified-label::before {
  content: "●";
}

.fk-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border: var(--fk-border);
  border-radius: var(--fk-radius);
  background: var(--fk-charcoal);
}

.fk-counter-grid article {
  min-height: 170px;
  padding: 32px;
  border-right: 1px solid rgba(247, 248, 242, 0.11);
}

.fk-counter-grid article:last-child {
  border-right: 0;
}

.fk-counter-grid small,
.fk-counter-grid strong {
  display: block;
}

.fk-counter-grid small {
  color: var(--fk-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.fk-counter-grid strong {
  margin-top: 20px;
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 1;
}

.fk-ticker {
  overflow: hidden;
  padding: 17px 0;
  color: var(--fk-black);
  background: var(--fk-lime);
  font-family: var(--fk-display);
  font-size: clamp(1.15rem, 2vw, 2rem);
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.fk-ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  animation: fk-ticker 24s linear infinite;
}

.fk-ticker p {
  margin: 0;
}

.fk-experiment {
  background: var(--fk-black);
}

.fk-card-grid,
.fk-step-grid,
.fk-mode-grid {
  position: relative;
  left: 50%;
  width: min(1240px, calc(100vw - 48px));
  max-width: none;
  gap: clamp(18px, 2vw, 26px);
  margin-top: 48px;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-50%);
}

.fk-feature-card,
.fk-step-card,
.fk-mode-card,
.fk-content-card {
  height: 100%;
  padding: clamp(28px, 3.4vw, 44px);
  border: var(--fk-border);
  border-radius: 28px;
  background: var(--fk-charcoal);
}

.fk-feature-card {
  min-height: 390px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.fk-feature-card:first-child {
  border-color: rgba(199, 255, 0, 0.62);
  background: linear-gradient(145deg, #151b11, #10140d);
}

.fk-feature-card:hover {
  border-color: rgba(199, 255, 0, 0.55);
  transform: translateY(-4px);
}

.fk-card-number {
  margin: 0;
  color: var(--fk-lime);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-feature-card h3,
.fk-step-card h3,
.fk-mode-card h3 {
  margin: clamp(42px, 5vw, 70px) 0 18px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  overflow-wrap: normal;
  word-break: normal;
}

.fk-feature-card p,
.fk-mode-card li {
  color: var(--fk-muted);
}

.fk-lime-section,
.fk-download-section {
  color: var(--fk-black);
  background: var(--fk-lime);
}

.fk-step-card {
  min-height: 390px;
  border-color: rgba(7, 8, 7, 0.2);
  background: rgba(247, 248, 242, 0.2);
}

.fk-step-card:first-child {
  border-color: rgba(7, 8, 7, 0.45);
  background: rgba(247, 248, 242, 0.32);
}

.fk-step-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(7, 8, 7, 0.3);
  border-radius: 50%;
}

.fk-step-card h3 {
  margin-top: 52px;
}

.fk-step-card p {
  color: rgba(7, 8, 7, 0.72);
}

.fk-modes {
  background: #0b0d0b;
}

.fk-mode-card {
  min-height: 610px;
  padding: clamp(30px, 3.5vw, 48px);
}

.fk-mode-card--featured {
  border-color: rgba(199, 255, 0, 0.55);
  background: linear-gradient(145deg, #1b2413, #10140d);
  box-shadow: inset 0 0 80px rgba(199, 255, 0, 0.04);
}

.fk-mode-card__top {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(247, 248, 242, 0.12);
  color: var(--fk-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-mode-card__top p {
  margin: 0;
}

.fk-mode-card__top .fk-mode-price {
  color: var(--fk-lime);
}

.fk-mode-card h3 {
  margin: 52px 0 25px;
}

.fk-mode-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.fk-mode-card li {
  position: relative;
  padding-left: 24px;
}

.fk-mode-card li::before {
  position: absolute;
  left: 0;
  color: var(--fk-lime);
  content: "＋";
}

.fk-text-link {
  color: var(--fk-lime);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.fk-mode-card .fk-text-link,
.fk-mode-card .fk-button-link {
  margin-top: 28px;
}

.fk-story {
  background: var(--fk-black);
}

.fk-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.fk-story-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  border: var(--fk-border);
  border-radius: 20px;
  background: var(--fk-charcoal);
}

.fk-story-card__state {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(199, 255, 0, 0.35);
  border-radius: 999px;
  color: var(--fk-lime);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-story-card__month {
  display: block;
  margin-top: 80px;
  color: var(--fk-muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-story-card h3 {
  margin: 12px 0;
  font-family: var(--fk-display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.fk-story-card p {
  color: var(--fk-muted);
  font-size: 0.88rem;
}

.fk-empty-state {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  padding: 36px;
  border: 1px dashed rgba(247, 248, 242, 0.2);
  border-radius: var(--fk-radius);
  color: var(--fk-muted);
  text-align: center;
}

.fk-empty-state strong {
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: 1.8rem;
}

.fk-vote-section {
  background: #0b0d0b;
}

.fk-vote-card {
  display: flex;
  min-height: 330px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(199, 255, 0, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 255, 0, 0.12), transparent 28%),
    var(--fk-charcoal);
}

.fk-vote-card h2 {
  margin-bottom: 16px;
}

.fk-vote-card p {
  max-width: 620px;
  color: var(--fk-muted);
}

.fk-vote-options {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.fk-vote-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(247, 248, 242, 0.14);
  border-radius: 12px;
}

.fk-disabled-cta,
.fk-store-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(247, 248, 242, 0.2);
  border-radius: 999px;
  color: var(--fk-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.fk-download-grid {
  gap: clamp(30px, 7vw, 100px);
}

.fk-download-section p {
  max-width: 760px;
  color: rgba(7, 8, 7, 0.72);
}

.fk-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.fk-store-button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-width: 220px;
  min-height: 62px;
  align-content: center;
  justify-content: start;
  column-gap: 13px;
  padding: 10px 18px;
  border-color: rgba(7, 8, 7, 0.28);
  border-radius: 14px;
  color: rgba(7, 8, 7, 0.72);
  background: rgba(247, 248, 242, 0.26);
  text-align: left;
}

.fk-store-button p {
  margin: 0;
}

.fk-store-button::before {
  width: 28px;
  height: 30px;
  grid-row: 1 / 3;
  align-self: center;
  background: currentColor;
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fk-store-button--apple::before,
.fk-store-button:first-child::before {
  mask-image: url("../icons/apple.svg");
  -webkit-mask-image: url("../icons/apple.svg");
}

.fk-store-button--google-play::before,
.fk-store-button:nth-child(2)::before {
  mask-image: url("../icons/google-play.svg");
  -webkit-mask-image: url("../icons/google-play.svg");
}

.fk-store-button .fk-store-name {
  grid-column: 2;
  letter-spacing: 0.1em;
}

.fk-store-button .fk-store-state {
  grid-column: 2;
  margin-top: 2px;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.fk-app-icon img {
  display: block;
  overflow: hidden;
  width: min(100%, 280px);
  aspect-ratio: 1;
  margin: auto;
  border-radius: 26%;
  box-shadow: 0 25px 65px rgba(7, 8, 7, 0.32);
}

.fk-faq {
  background: var(--fk-black);
}

.fk-faq-item {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(247, 248, 242, 0.15);
}

.fk-faq-item:last-child {
  border-bottom: 1px solid rgba(247, 248, 242, 0.15);
}

.fk-faq-item summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--fk-white);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.fk-faq-item summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--fk-lime);
  content: "+";
  font-size: 1.7rem;
  font-weight: 400;
}

.fk-faq-item[open] summary::after {
  content: "−";
}

.fk-faq-item > p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--fk-muted);
}

.fk-site-footer {
  padding: 70px 24px 28px;
  border-top: 1px solid rgba(247, 248, 242, 0.12);
  background: #050605;
}

.fk-footer-grid,
.fk-footer-bottom {
  width: min(100%, 1240px);
  margin: auto;
}

.fk-footer-grid {
  gap: 48px;
}

.fk-footer-tagline,
.fk-footer-links p,
.fk-footer-bottom {
  color: var(--fk-muted);
  font-size: 0.8rem;
}

.fk-footer-links {
  gap: 4px 24px;
}

.fk-footer-links p {
  margin: 0 0 9px;
}

.fk-footer-links a {
  color: var(--fk-muted);
  text-decoration: none;
}

.fk-footer-links a:hover {
  color: var(--fk-lime);
}

.fk-footer-bottom {
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(247, 248, 242, 0.09);
}

.fk-page-shell {
  min-height: 65vh;
  padding: clamp(70px, 9vw, 130px) 24px;
}

.fk-page-shell > h1,
.fk-page-shell > .wp-block-post-title {
  max-width: 1000px;
  font-family: var(--fk-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.fk-page-shell .wp-block-post-content {
  color: var(--fk-muted);
}

.fk-privacy-module {
  display: grid;
  width: min(100%, 1120px);
  max-width: 1120px;
  gap: 18px;
  margin: 34px auto 0;
  color: var(--fk-muted);
}

.fk-privacy-module > * {
  min-width: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.fk-privacy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 7vw, 76px);
  border: 1px solid rgba(199, 255, 0, 0.5);
  border-radius: 32px;
  background:
    radial-gradient(circle at 84% 20%, rgba(199, 255, 0, 0.2), transparent 28%),
    linear-gradient(135deg, #10180b 0%, #111410 55%, #080a07 100%);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.05);
}

.fk-privacy-hero::before,
.fk-privacy-hero::after {
  position: absolute;
  border: 1px solid rgba(199, 255, 0, 0.16);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.fk-privacy-hero::before {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -70px;
}

.fk-privacy-hero::after {
  width: 150px;
  height: 150px;
  right: 72px;
  bottom: -92px;
}

.fk-privacy-hero > * {
  position: relative;
  z-index: 1;
}

.fk-privacy-title {
  max-width: 850px;
  margin: 0;
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: clamp(3.6rem, 10vw, 8.6rem);
  font-weight: 800;
  letter-spacing: var(--fk-letter-spacing-display);
  line-height: 0.88;
  text-transform: uppercase;
}

.fk-privacy-title mark {
  padding: 0;
  color: var(--fk-lime);
  background: transparent;
}

.fk-privacy-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--fk-white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.fk-privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fk-privacy-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(199, 255, 0, 0.3);
  border-radius: 999px;
  color: var(--fk-white);
  background: rgba(7, 8, 7, 0.5);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fk-privacy-language-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: var(--fk-border);
  border-radius: 22px;
  background: var(--fk-charcoal);
}

.fk-privacy-language-nav p,
.fk-privacy-language-nav .wp-block-buttons {
  margin: 0;
}

.fk-privacy-language-nav .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fk-privacy-language-nav .wp-block-button {
  display: inline-flex;
}

.fk-privacy-language-nav p {
  color: var(--fk-white);
  font-weight: 800;
}

.fk-privacy-language-nav .wp-block-button__link {
  padding: 10px 17px;
  border: 1px solid rgba(199, 255, 0, 0.4);
  border-radius: 999px;
  color: var(--fk-lime);
  background: rgba(199, 255, 0, 0.06);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fk-privacy-highlights {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fk-privacy-highlight {
  min-width: 0;
  padding: 24px;
  border: var(--fk-border);
  border-radius: 24px;
  background: var(--fk-charcoal);
}

.fk-privacy-highlight:first-child {
  border-color: rgba(199, 255, 0, 0.5);
}

.fk-privacy-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 0 28px;
  border: 1px solid rgba(199, 255, 0, 0.35);
  border-radius: 14px;
  color: var(--fk-lime);
  background: rgba(199, 255, 0, 0.08);
  font-size: 1.15rem;
  font-weight: 900;
  place-items: center;
}

.fk-privacy-highlight h3 {
  margin: 0 0 8px;
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.fk-privacy-highlight p:last-child {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.fk-privacy-flow {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(199, 255, 0, 0.28);
  border-radius: 28px;
  background: linear-gradient(145deg, #151b11, #0e110c);
}

.fk-privacy-flow h2,
.fk-privacy-language-head h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

.fk-privacy-flow-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.fk-privacy-flow-step {
  padding: 22px;
  border: var(--fk-border);
  border-radius: 20px;
  background: rgba(7, 8, 7, 0.55);
}

.fk-privacy-flow-step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fk-lime);
  letter-spacing: 0.08em;
}

.fk-privacy-flow-step p {
  margin-bottom: 0;
}

.fk-privacy-language {
  display: grid;
  scroll-margin-top: 100px;
  gap: 16px;
  margin-top: 42px;
}

.fk-privacy-language-head {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--fk-lime);
  border-radius: 28px;
  background: var(--fk-lime);
}

.fk-privacy-language-head .fk-kicker,
.fk-privacy-language-head h2,
.fk-privacy-language-head p {
  color: var(--fk-black);
}

.fk-privacy-language-head p:last-child {
  margin-bottom: 0;
}

.fk-privacy-module .fk-legal-card {
  margin: 0;
}

.fk-privacy-module .fk-legal-card h2 span {
  display: block;
  margin-bottom: 12px;
  color: var(--fk-lime);
  font-family: var(--fk-ui);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.fk-privacy-check {
  padding: 18px 20px;
  border: 1px solid rgba(255, 207, 135, 0.5);
  border-radius: 18px;
  border-color: rgba(255, 207, 135, 0.5);
  background: rgba(255, 207, 135, 0.07);
}

.fk-privacy-check strong {
  color: #ffcf87;
}

.fk-legal-document {
  display: grid;
  width: min(100%, 1000px);
  gap: 22px;
  max-width: 1000px;
  margin: 34px auto 0;
  color: var(--fk-muted);
}

.fk-legal-document > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.fk-legal-meta,
.fk-legal-alert,
.fk-legal-toc,
.fk-legal-card {
  padding: clamp(24px, 4vw, 42px);
  border: var(--fk-border);
  border-radius: 28px;
  background: var(--fk-charcoal);
}

.fk-legal-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-color: rgba(199, 255, 0, 0.48);
  background: linear-gradient(145deg, #151b11, #10140d);
}

.fk-legal-meta p,
.fk-legal-alert p,
.fk-legal-card > :last-child,
.fk-legal-toc > :last-child {
  margin-bottom: 0;
}

.fk-legal-meta > .wp-block-group {
  min-width: 0;
  flex: 1 1 560px;
}

.fk-legal-meta > .fk-legal-version {
  margin-left: auto;
}

.fk-legal-version {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(199, 255, 0, 0.42);
  border-radius: 999px;
  color: var(--fk-lime);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fk-legal-alert {
  border-color: rgba(255, 190, 92, 0.5);
  background: rgba(255, 190, 92, 0.08);
}

.fk-legal-alert strong {
  color: #ffcf87;
}

.fk-legal-toc h2,
.fk-legal-card h2 {
  margin: 0 0 18px;
  color: var(--fk-white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.fk-legal-toc ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 24px;
  padding: 0;
  list-style: none;
}

.fk-legal-toc a {
  display: block;
  padding: 4px 0;
  color: var(--fk-muted);
  text-decoration: none;
}

.fk-legal-toc a:hover {
  color: var(--fk-lime);
}

.fk-legal-card {
  scroll-margin-top: 100px;
}

.fk-legal-card:nth-of-type(3n + 1) {
  border-color: rgba(199, 255, 0, 0.28);
}

.fk-legal-card h3 {
  margin-top: 28px;
  color: var(--fk-white);
  font-family: var(--fk-ui);
  font-size: 1.05rem;
  line-height: 1.35;
}

.fk-legal-card p,
.fk-legal-card li {
  line-height: 1.75;
}

.fk-legal-card a {
  color: var(--fk-soft-lime);
}

.fk-legal-card code,
.fk-legal-placeholder {
  padding: 2px 6px;
  border: 1px solid rgba(255, 190, 92, 0.28);
  border-radius: 5px;
  color: #ffcf87;
  background: rgba(255, 190, 92, 0.07);
  font-family: var(--fk-ui);
  font-size: 0.88em;
}

.fk-legal-callout {
  padding: 18px 20px;
  border-left: 3px solid var(--fk-lime);
  color: var(--fk-white);
  background: rgba(199, 255, 0, 0.06);
}

.fk-legal-contact {
  border-color: rgba(199, 255, 0, 0.55);
  background: linear-gradient(145deg, #1b2413, #10140d);
}

.fk-service-store-grid {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-inline: 0 !important;
}

.fk-service-store-card {
  display: flex;
  width: auto;
  min-width: 0;
  max-width: none !important;
  flex-direction: column;
  margin: 0 !important;
}

.fk-service-store-card .wp-block-buttons {
  margin-top: auto;
  padding-top: 18px;
}

.fk-service-store-link {
  width: 100%;
}

.fk-service-store-link .wp-block-button__link {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  border: 1px solid rgba(199, 255, 0, 0.58);
  border-radius: 16px;
  color: var(--fk-white);
  background: var(--fk-deep-black);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
}

.fk-service-store-link .wp-block-button__link::before {
  width: 25px;
  height: 25px;
  background: var(--fk-lime);
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.fk-service-store-link--apple .wp-block-button__link::before {
  mask-image: url("../icons/apple.svg");
}

.fk-service-store-link--google .wp-block-button__link::before {
  mask-image: url("../icons/google-play.svg");
}

.fk-service-store-link .wp-block-button__link:hover,
.fk-service-store-link .wp-block-button__link:focus-visible {
  color: var(--fk-black);
  background: var(--fk-lime);
}

.fk-service-store-link .wp-block-button__link:hover::before,
.fk-service-store-link .wp-block-button__link:focus-visible::before {
  background: var(--fk-black);
}

/* Astra child-theme shell ------------------------------------------------- */

body.feed-kevin-site,
body.feed-kevin-site #page,
body.feed-kevin-site .site-content {
  color: var(--fk-white);
  background: var(--fk-black);
}

.feed-kevin-site .site-content > .ast-container,
.feed-kevin-site .ast-container #primary,
.feed-kevin-site .site-main,
.feed-kevin-site .ast-article-single,
.feed-kevin-site .entry-content {
  width: 100%;
  max-width: none;
}

.feed-kevin-site .site-content > .ast-container {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.feed-kevin-site #primary {
  margin: 0;
}

.feed-kevin-site .ast-article-single {
  padding: 0;
  background: transparent;
}

.feed-kevin-site .entry-content {
  margin: 0;
}

.feed-kevin-site.page:not(.home) .entry-header {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding-top: clamp(64px, 8vw, 112px);
}

.feed-kevin-site.page:not(.home) .entry-title {
  margin: 0;
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  font-weight: 800;
  letter-spacing: var(--fk-letter-spacing-display);
  line-height: 0.96;
  text-transform: uppercase;
}

.feed-kevin-site .entry-content > .alignfull,
.feed-kevin-site .entry-content > .wp-block-group.alignfull {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

/* Astra Header Builder. Its structure remains editable in the Customizer. */
.feed-kevin-site #masthead {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(247, 248, 242, 0.1);
  background: rgba(7, 8, 7, 0.92);
  backdrop-filter: blur(18px);
}

.admin-bar.feed-kevin-site #masthead {
  top: 32px;
}

.feed-kevin-site .ast-primary-header-bar {
  border-bottom-width: 0;
  background: transparent;
}

.feed-kevin-site .site-title,
.feed-kevin-site .site-title a,
.feed-kevin-site .ast-site-title-wrap .site-title {
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.feed-kevin-site .site-header-primary-section-right {
  gap: 18px;
}

.feed-kevin-site .main-header-menu > .menu-item > .menu-link,
.feed-kevin-site .ast-builder-menu-1 .menu-item > .menu-link {
  min-height: 44px;
  padding: 0 10px;
  color: var(--fk-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feed-kevin-site .main-header-menu > .menu-item:hover > .menu-link,
.feed-kevin-site .main-header-menu > .current-menu-item > .menu-link,
.feed-kevin-site .ast-builder-menu-1 .menu-item:hover > .menu-link {
  color: var(--fk-lime);
}

.feed-kevin-site .ast-header-button-1[data-section*="button"] .ast-custom-button,
.feed-kevin-site .ast-header-button-1 .ast-custom-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--fk-lime);
  border-radius: 999px;
  color: var(--fk-black);
  background: var(--fk-lime);
  box-shadow: 0 0 30px rgba(199, 255, 0, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.feed-kevin-site .ast-header-button-1 .ast-custom-button:hover {
  color: var(--fk-black);
  background: var(--fk-soft-lime);
  box-shadow: 0 0 36px rgba(199, 255, 0, 0.22);
  transform: translateY(-2px);
}

.feed-kevin-site .ast-mobile-popup-drawer .ast-mobile-popup-inner,
.feed-kevin-site .ast-mobile-popup-content {
  color: var(--fk-white);
  background: var(--fk-black);
}

.feed-kevin-site .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  color: var(--fk-lime);
}

/* Astra Footer Builder mirrors the previous three-column information map. */
.feed-kevin-site .site-footer {
  color: var(--fk-muted);
  border-top: 1px solid rgba(247, 248, 242, 0.1);
  background: var(--fk-black);
}

.feed-kevin-site .site-primary-footer-wrap,
.feed-kevin-site .site-below-footer-wrap {
  color: var(--fk-muted);
  background: var(--fk-black);
  border-color: rgba(247, 248, 242, 0.1);
}

.feed-kevin-site .site-primary-footer-wrap {
  padding-top: 72px;
  padding-bottom: 56px;
}

.feed-kevin-site .footer-widget-area[data-section*="html"] {
  align-self: start;
}

.fk-footer-brand strong {
  display: block;
  margin-bottom: 18px;
  color: var(--fk-white);
  font-family: var(--fk-display);
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.fk-footer-brand p {
  max-width: 330px;
  margin: 0;
  color: var(--fk-muted);
}

.feed-kevin-site .site-footer .menu,
.fk-footer-service-links {
  display: grid;
  gap: 8px 28px;
  margin: 0;
}

.feed-kevin-site .site-footer .menu {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}

.feed-kevin-site .site-footer .menu-item {
  margin: 0;
}

.feed-kevin-site .site-footer a,
.fk-footer-service-links a {
  color: var(--fk-muted);
  line-height: 1.6;
  text-decoration: none;
}

.feed-kevin-site .site-footer a:hover,
.feed-kevin-site .site-footer a:focus-visible,
.fk-footer-service-links a:hover,
.fk-footer-service-links a:focus-visible {
  color: var(--fk-lime);
}

.fk-footer-service-links a {
  display: block;
}

.feed-kevin-site .site-below-footer-wrap {
  min-height: 72px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Gutenberg editor parity: every shipped section stays visually recognisable. */
.editor-styles-wrapper {
  min-height: 100%;
  color: var(--fk-white);
  background: var(--fk-black);
  font-family: var(--fk-ui);
  letter-spacing: var(--fk-letter-spacing-body);
}

.editor-styles-wrapper .wp-block-post-title,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  color: var(--fk-white);
}

.editor-styles-wrapper .wp-block[data-align="full"] {
  max-width: none;
}

.editor-styles-wrapper .fk-section {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 921px) {
  .admin-bar.feed-kevin-site #masthead { top: 46px; }
  .feed-kevin-site .site-primary-footer-wrap { padding-top: 56px; padding-bottom: 44px; }
}

@media (max-width: 782px) {
  .admin-bar.feed-kevin-site #masthead { top: 46px; }
  .feed-kevin-site.page:not(.home) .entry-header { width: min(calc(100% - 36px), 1240px); padding-top: 64px; }
  .feed-kevin-site .site-footer .menu { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .admin-bar.feed-kevin-site #masthead { top: 0; }
}

@keyframes fk-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.012); }
}

@keyframes fk-ticker {
  to { transform: translateX(-36%); }
}

@media (max-width: 1024px) {
  .fk-header-cta { display: none; }
  .fk-hero { min-height: auto; }
  .fk-hero-grid { flex-direction: column; }
  .fk-hero-grid > .wp-block-column { flex-basis: 100% !important; width: 100%; }
  .fk-hero-title { font-size: clamp(4rem, 12vw, 7rem) !important; }
  .fk-kevin-card { width: min(100%, 620px); margin: 10px auto 0; }
  .fk-timeline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fk-privacy-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fk-privacy-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .fk-header-inner { min-height: 68px; padding: 0 18px; }
  .fk-primary-nav { order: 3; margin-left: 0; }
  .fk-primary-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 24px; color: var(--fk-white); background: var(--fk-black); }
  .fk-primary-nav .wp-block-navigation__responsive-container-content { gap: 20px; }
  .fk-primary-nav .wp-block-navigation-item__content { font-family: var(--fk-display); font-size: 2.4rem; }
  .fk-section { padding: 72px 18px; }
  .fk-hero { padding-top: 64px; }
  .fk-hero-title { font-size: clamp(3.8rem, 16vw, 6.3rem) !important; }
  .fk-hero-lead { font-size: 1.05rem !important; }
  .fk-kevin-card { min-height: 540px; }
  .fk-kevin-render { height: 390px; }
  .fk-counter-grid { grid-template-columns: 1fr; }
  .fk-counter-grid article { min-height: 130px; border-right: 0; border-bottom: 1px solid rgba(247, 248, 242, 0.11); }
  .fk-counter-grid article:last-child { border-bottom: 0; }
  .fk-feature-card, .fk-step-card, .fk-mode-card { min-height: auto; }
  .fk-feature-card h3, .fk-step-card h3 { margin-top: 34px; }
  .fk-vote-card { align-items: flex-start; flex-direction: column; }
  .fk-footer-grid { grid-template-columns: 1fr !important; }
  .fk-legal-toc ul { grid-template-columns: 1fr; }
  .fk-service-store-grid { grid-template-columns: 1fr; }
  .fk-legal-meta { align-items: flex-start; flex-direction: column; }
  .fk-legal-meta > .wp-block-group { width: 100%; flex: 0 1 auto; }
  .fk-legal-meta > .fk-legal-version { margin-left: 0; }
  .fk-legal-toc a { min-height: 44px; padding: 9px 0; }
  .fk-privacy-module { width: min(100%, calc(100vw - 36px)); margin-top: 24px; }
  .fk-privacy-hero { padding: 42px 28px; border-radius: 26px; }
  .fk-privacy-title { font-size: clamp(3.35rem, 14vw, 6rem); }
  .fk-privacy-language-nav { align-items: flex-start; flex-direction: column; }
  .fk-privacy-language-nav .wp-block-buttons { width: 100%; }
  .fk-privacy-language-nav .wp-block-button { flex: 1; }
  .fk-privacy-language-nav .wp-block-button__link { width: 100%; text-align: center; }
  .fk-privacy-language-head { border-radius: 24px; }
}

@media (max-width: 520px) {
  .fk-section { padding: 60px 16px; }
  .fk-hero { padding-top: 52px; }
  .fk-hero-title { font-size: clamp(3.2rem, 18vw, 4.7rem) !important; overflow-wrap: normal; word-break: normal; }
  .fk-hero-actions .wp-block-button, .fk-hero-actions .wp-block-button__link { width: 100%; }
  .fk-kevin-card { min-height: 470px; padding: 16px; border-radius: 24px; }
  .fk-card-topline { font-size: 0.6rem; }
  .fk-kevin-render { top: 54px; height: 330px; }
  .fk-kevin-readout { right: 12px; bottom: 12px; left: 12px; padding: 14px; }
  .fk-timeline-grid { grid-template-columns: 1fr; }
  .fk-story-card { min-height: 240px; }
  .fk-story-card__month { margin-top: 45px; }
  .fk-store-button { width: 100%; }
  .fk-privacy-module { width: min(100%, calc(100vw - 24px)); gap: 12px; }
  .fk-privacy-hero { padding: 34px 22px; border-radius: 22px; }
  .fk-privacy-hero::before { width: 210px; height: 210px; }
  .fk-privacy-title { font-size: clamp(2.9rem, 15vw, 4.4rem); line-height: 0.92; }
  .fk-privacy-lead { margin-top: 22px; font-size: 1rem; }
  .fk-privacy-meta span { width: 100%; justify-content: center; }
  .fk-privacy-language-nav .wp-block-buttons { flex-direction: column; }
  .fk-privacy-language-nav .wp-block-button { width: 100%; flex: 0 1 auto; }
  .fk-privacy-highlights { grid-template-columns: 1fr; }
  .fk-privacy-highlight { padding: 22px; border-radius: 20px; }
  .fk-privacy-flow { padding: 26px 20px; border-radius: 22px; }
  .fk-privacy-flow-grid { grid-template-columns: 1fr; }
  .fk-privacy-language { margin-top: 30px; }
  .fk-privacy-language-head { padding: 28px 22px; border-radius: 22px; }
  .fk-privacy-flow h2,
  .fk-privacy-language-head h2 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .fk-privacy-module .fk-legal-card { padding: 24px 20px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .fk-ticker-track { width: auto; flex-wrap: wrap; justify-content: center; white-space: normal; }
}
