:root {
  --ff-ink: #111827;
  --ff-muted: #5b6472;
  --ff-line: #d8dee8;
  --ff-panel: #ffffff;
  --ff-soft: #f5f7fb;
  --ff-teal: #0f766e;
  --ff-blue: #2563eb;
  --ff-amber: #d97706;
  --ff-rose: #be123c;
  --ff-hero-image: url("feedforge-hero.png");
}

.ff-main--woocommerce .woocommerce {
  color: var(--ff-ink);
}

.ff-main--woocommerce .woocommerce-notices-wrapper,
.ff-main--woocommerce .woocommerce-message,
.ff-main--woocommerce .woocommerce-info,
.ff-main--woocommerce .woocommerce-error {
  border-radius: 8px;
}

.ff-main--woocommerce .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.ff-main--woocommerce .woocommerce div.product div.images,
.ff-main--woocommerce .woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.ff-main--woocommerce .product_title {
  margin: 0 0 .8rem;
  color: var(--ff-ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .98;
  letter-spacing: 0;
}

.ff-main--woocommerce .price {
  color: var(--ff-teal);
  font-size: 1.35rem;
  font-weight: 800;
}

.ff-main--woocommerce .woocommerce-product-details__short-description,
.ff-main--woocommerce .woocommerce-Tabs-panel,
.ff-main--woocommerce .woocommerce-product-details__short-description p {
  color: var(--ff-muted);
  line-height: 1.7;
}

.ff-main--woocommerce .single_add_to_cart_button,
.ff-main--woocommerce .button,
.ff-main--woocommerce button.button,
.ff-main--woocommerce a.button {
  min-height: 44px;
  border-radius: 8px;
  background: var(--ff-ink);
  color: #fff;
  font-weight: 800;
}

.ff-main--woocommerce .single_add_to_cart_button:hover,
.ff-main--woocommerce .button:hover,
.ff-main--woocommerce button.button:hover,
.ff-main--woocommerce a.button:hover {
  background: var(--ff-teal);
  color: #fff;
}

.ff-main--woocommerce input.input-text,
.ff-main--woocommerce textarea,
.ff-main--woocommerce select {
  min-height: 42px;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
}

.ff-main--woocommerce .quantity .qty {
  width: 5rem;
}

.ff-main--account-page {
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 42%),
    #ffffff;
}

.ff-main--account-page .ff-section {
  padding: clamp(2.4rem, 5vw, 4.2rem) 0;
}

.ff-account-intro {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .10), rgba(37, 99, 235, .06) 48%, #ffffff 100%);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ff-account-intro::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 5vw, 3rem);
  bottom: -2.2rem;
  width: clamp(8rem, 18vw, 14rem);
  height: clamp(8rem, 18vw, 14rem);
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  pointer-events: none;
}

.ff-account-intro__eyebrow {
  margin: 0 0 .6rem;
  color: var(--ff-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ff-account-intro h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ff-ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.ff-account-intro p:last-child {
  max-width: 760px;
  margin: .85rem 0 0;
  color: var(--ff-muted);
  font-size: 1.04rem;
}

body.woocommerce-account.logged-in .ff-main--account-page .woocommerce,
.ff-main--account-page .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-areas: "account-nav account-content";
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(1.1rem, 3vw, 2rem);
  align-items: start;
}

.ff-main--account-page .woocommerce-MyAccount-navigation,
.ff-main--account-page .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

.ff-main--account-page .woocommerce-MyAccount-navigation {
  grid-area: account-nav;
  order: 1;
  position: sticky;
  top: 96px;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
  padding: .55rem;
}

.ff-main--account-page .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: .25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-main--account-page .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.ff-main--account-page .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-radius: 7px;
  padding: .72rem .85rem;
  color: #334155;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.ff-main--account-page .woocommerce-MyAccount-navigation a:hover,
.ff-main--account-page .woocommerce-MyAccount-navigation .is-active a {
  background: #eef6f5;
  color: var(--ff-teal);
}

.ff-main--account-page .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--ff-rose);
}

.ff-main--account-page .woocommerce-MyAccount-content {
  grid-area: account-content;
  order: 2;
  min-height: 260px;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
  padding: clamp(1rem, 3vw, 1.6rem);
}

.ff-main--account-page .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.ff-account-panel-head {
  margin: 0 0 1.25rem;
  border-bottom: 1px solid var(--ff-line);
  padding: 0 0 1.15rem;
}

.ff-account-panel-head__eyebrow {
  margin: 0 0 .35rem;
  color: var(--ff-teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ff-account-panel-head h2 {
  margin: 0;
  color: var(--ff-ink);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.ff-account-panel-head p:last-child {
  max-width: 720px;
  margin: .65rem 0 0;
  color: var(--ff-muted);
  line-height: 1.65;
}

.ff-main--account-page .woocommerce-info,
.ff-main--account-page .woocommerce-message,
.ff-main--account-page .woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 92px;
  margin: 0;
  border: 1px solid rgba(15, 118, 110, .18);
  border-left: 4px solid var(--ff-teal);
  border-radius: 8px;
  background: #f7fcfb;
  color: var(--ff-ink);
  line-height: 1.55;
  padding: 1.15rem 1.25rem;
}

.ff-main--account-page .woocommerce-info::before,
.ff-main--account-page .woocommerce-message::before,
.ff-main--account-page .woocommerce-error::before {
  display: none;
}

.ff-main--account-page .woocommerce-info .button,
.ff-main--account-page .woocommerce-message .button,
.ff-main--account-page .woocommerce-error .button {
  order: 2;
  flex: 0 0 auto;
  margin: 0;
}

.ff-main--account-page table.shop_table,
.ff-main--account-page .woocommerce-table {
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--ff-line);
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  background: #ffffff;
}

.ff-main--account-page table.shop_table th,
.ff-main--account-page table.shop_table td,
.ff-main--account-page .woocommerce-table th,
.ff-main--account-page .woocommerce-table td {
  border-color: var(--ff-line);
  padding: .9rem 1rem;
  vertical-align: middle;
}

.ff-main--account-page table.shop_table th,
.ff-main--account-page .woocommerce-table th {
  background: #f8fafc;
  color: var(--ff-ink);
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ff-main--account-page .woocommerce-form-login,
.ff-main--account-page .woocommerce-form-register {
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
  padding: clamp(1rem, 3vw, 1.5rem);
}

@media (max-width: 800px) {
  .ff-main--woocommerce .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account.logged-in .ff-main--account-page .woocommerce,
  .ff-main--account-page .woocommerce:has(.woocommerce-MyAccount-navigation) {
    grid-template-areas:
      "account-nav"
      "account-content";
    grid-template-columns: 1fr;
  }

  .ff-main--account-page .woocommerce-MyAccount-navigation {
    position: static;
  }

  .ff-main--account-page .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-main--account-page .woocommerce-info,
  .ff-main--account-page .woocommerce-message,
  .ff-main--account-page .woocommerce-error {
    align-items: flex-start;
    flex-direction: column;
  }

  .ff-main--account-page .woocommerce-info .button,
  .ff-main--account-page .woocommerce-message .button,
  .ff-main--account-page .woocommerce-error .button {
    order: 0;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ff-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.admin-bar .ff-header {
  top: 32px;
}

a {
  color: inherit;
}

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

.ff-skip-link {
  position: absolute;
  left: 1rem;
  top: -6rem;
  z-index: 30;
  background: #ffffff;
  border: 2px solid var(--ff-blue);
  border-radius: 6px;
  padding: .6rem .9rem;
}

.ff-skip-link:focus {
  top: 1rem;
}

.ff-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(17, 24, 39, .09);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease, background .2s ease;
}

.ff-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
}

.ff-header__inner,
.ff-container,
.ff-footer__inner,
.ff-footer__bottom {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.ff-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
}

.ff-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ff-ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ff-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--ff-ink);
  color: #ffffff;
  font-size: 1rem;
}

.ff-brand__text {
  font-size: 1.05rem;
}

.ff-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: .12rem;
}

.ff-nav a,
.ff-lang-toggle,
.ff-header-account,
.ff-header-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ff-nav a {
  padding: .45rem .62rem;
  color: #334155;
  font-size: .93rem;
}

.ff-nav a:hover,
.ff-nav a.is-active {
  background: #eef6f5;
  color: var(--ff-teal);
}

.ff-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .45rem;
}

.ff-lang-toggle {
  width: 44px;
  border: 1px solid var(--ff-line);
  color: var(--ff-ink);
}

.ff-header-account {
  padding: .45rem .68rem;
  border: 1px solid var(--ff-line);
  background: #ffffff;
  color: var(--ff-ink);
}

.ff-header-cta,
.ff-button {
  background: var(--ff-ink);
  color: #ffffff;
  border: 1px solid var(--ff-ink);
}

.ff-header-cta {
  padding: .45rem .78rem;
}

.ff-main {
  min-height: 60vh;
}

.ff-entry > :first-child {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .ff-header__inner {
    width: min(100% - 32px, 1160px);
    gap: .65rem;
  }

  .ff-brand__text {
    font-size: .98rem;
  }

  .ff-nav a {
    min-height: 38px;
    padding: .4rem .5rem;
    font-size: .88rem;
  }

  .ff-header-account,
  .ff-header-cta {
    min-height: 38px;
    padding: .4rem .58rem;
    font-size: .9rem;
  }
}

.ff-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background:
    linear-gradient(135deg, #f8fafc 0%, #eef6f5 48%, #ffffff 100%);
  padding: clamp(1.85rem, 3.55vw, 3.05rem) 0;
}

.ff-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .09), transparent 42%),
    linear-gradient(180deg, rgba(37, 99, 235, .08), transparent 55%);
  pointer-events: none;
}

.ff-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
  gap: clamp(1.7rem, 4vw, 3.25rem);
  align-items: center;
}

.ff-hero__content {
  width: min(720px, 100%);
}

.ff-eyebrow {
  margin: 0 0 .75rem;
  color: #bfdbfe;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ff-hero h1,
.ff-page-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.35rem, 7vw, 5.9rem);
  line-height: .98;
}

.ff-hero .ff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 30px;
  margin-bottom: 1rem;
  border: 1px solid rgba(15, 118, 110, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--ff-teal);
  padding: .25rem .7rem;
}

.ff-hero .ff-eyebrow::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  background: var(--ff-amber);
}

.ff-hero h1 {
  max-width: 760px;
  color: var(--ff-ink);
  font-size: clamp(2.75rem, 5.65vw, 4.65rem);
  letter-spacing: 0;
}

.ff-hero__intro {
  max-width: 650px;
  margin: .9rem 0 0;
  color: #425066;
  font-size: clamp(1.05rem, 1.65vw, 1.22rem);
}

.ff-hero__actions,
.ff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.8rem;
}

.ff-hero .ff-hero__actions {
  margin-top: 1.25rem;
}

.ff-button,
.ff-button-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: .78rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.ff-button:hover,
.ff-header-account:hover,
.ff-header-cta:hover {
  background: #0f172a;
  color: #ffffff;
}

.ff-button-secondary {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .45);
  color: #ffffff;
}

.ff-hero .ff-button-secondary {
  background: #ffffff;
  border-color: rgba(17, 24, 39, .18);
  color: var(--ff-ink);
}

.ff-hero .ff-button-secondary:hover {
  border-color: rgba(15, 118, 110, .35);
  color: var(--ff-teal);
}

.ff-hero__showcase {
  position: relative;
  display: grid;
  gap: .9rem;
}

.ff-hero__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  background: #ffffff;
  aspect-ratio: 16 / 10;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .16);
}

.ff-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, .62);
  pointer-events: none;
}

.ff-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-hero-metrics {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.ff-hero-metrics div {
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  padding: .65rem .75rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .055);
}

.ff-hero-metrics strong,
.ff-home-strip strong {
  display: block;
  color: var(--ff-ink);
  font-size: .9rem;
  line-height: 1.2;
}

.ff-hero-metrics span,
.ff-home-strip span {
  display: block;
  margin-top: .25rem;
  color: var(--ff-muted);
  font-size: .86rem;
  line-height: 1.35;
}

.ff-section {
  position: relative;
  padding: clamp(3.7rem, 7vw, 6.7rem) 0;
}

.ff-home-strip {
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: #ffffff;
  padding: 1.15rem 0;
}

.ff-home-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: rgba(15, 23, 42, .08);
}

.ff-home-strip__inner div {
  background: #ffffff;
  padding: 1rem;
}

.ff-home-intro .ff-list {
  align-self: center;
}

.ff-home-flow {
  margin-top: 1rem;
}

.ff-home-flow img {
  aspect-ratio: 16 / 9;
}

.ff-page-hero + .ff-section {
  padding-top: clamp(2.8rem, 5vw, 4.4rem);
}

.ff-section--soft {
  border-block: 1px solid rgba(15, 23, 42, .06);
  background:
    linear-gradient(180deg, #ffffff 0%, var(--ff-soft) 18%, var(--ff-soft) 100%);
}

.ff-section--ink {
  background:
    linear-gradient(135deg, #0f172a 0%, #172033 55%, #111827 100%);
  color: #ffffff;
}

.ff-section__head {
  width: min(800px, 100%);
  margin-bottom: clamp(1.7rem, 3vw, 2.45rem);
}

.ff-section__head h2,
.ff-page-hero h1,
.ff-doc h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.ff-section__head p {
  margin: .9rem 0 0;
  color: var(--ff-muted);
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
}

.ff-section--ink .ff-section__head p,
.ff-section--ink .ff-card p,
.ff-section--ink .ff-list li {
  color: rgba(255, 255, 255, .78);
}

.ff-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.25rem);
}

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

.ff-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-card {
  --ff-card-accent: var(--ff-teal);
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94));
  padding: clamp(1.15rem, 2vw, 1.45rem);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.ff-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--ff-card-accent);
}

.ff-grid .ff-card:nth-child(2n) {
  --ff-card-accent: var(--ff-blue);
}

.ff-grid .ff-card:nth-child(3n) {
  --ff-card-accent: var(--ff-amber);
}

.ff-grid .ff-card:nth-child(4n) {
  --ff-card-accent: var(--ff-rose);
}

.ff-section--ink .ff-card {
  background: rgba(255, 255, 255, .075);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.ff-section--ink .ff-list li,
.ff-section--ink .ff-step {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}

.ff-card h2,
.ff-card h3,
.ff-step h3 {
  margin: 0 0 .55rem;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  line-height: 1.25;
}

.ff-card p,
.ff-card ul,
.ff-step p {
  margin: 0;
  color: var(--ff-muted);
}

.ff-card p + p {
  margin-top: .85rem;
}

.ff-card a {
  color: var(--ff-teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ff-card ul {
  padding-left: 1.15rem;
}

.ff-feature-visual {
  margin: 2rem 0 0;
  overflow: hidden;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 24, 39, .12);
}

.ff-feature-visual--lead {
  margin: 0 0 2rem;
}

.ff-feature-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ff-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: .8rem;
  border-radius: 999px;
  padding: .22rem .65rem;
  background: #edf8f7;
  color: var(--ff-teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.ff-tag--blue {
  background: #eff6ff;
  color: var(--ff-blue);
}

.ff-tag--amber {
  background: #fff7ed;
  color: var(--ff-amber);
}

.ff-tag--rose {
  background: #fff1f2;
  color: var(--ff-rose);
}

.ff-page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background:
    linear-gradient(135deg, #f8fafc 0%, #eef6f5 46%, #f9fafb 100%);
  padding: clamp(2.15rem, 4.6vw, 3.8rem) 0;
}

.ff-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .08), transparent 38%),
    linear-gradient(180deg, rgba(37, 99, 235, .08), transparent 54%);
  pointer-events: none;
}

.ff-page-hero .ff-container {
  position: relative;
  width: min(1160px, calc(100% - 40px));
}

.ff-page-hero--media .ff-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: clamp(2rem, 4.4vw, 3.4rem);
  align-items: center;
}

.ff-page-hero__copy {
  max-width: 680px;
}

.ff-page-hero .ff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 30px;
  margin-bottom: 1rem;
  border: 1px solid rgba(15, 118, 110, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--ff-teal);
  padding: .25rem .7rem;
}

.ff-page-hero .ff-eyebrow::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  background: var(--ff-amber);
}

.ff-page-hero h1 {
  max-width: 700px;
  font-size: clamp(2.15rem, 4.2vw, 3.55rem);
  letter-spacing: 0;
}

.ff-page-hero__intro {
  max-width: 660px;
  margin: .95rem 0 0;
  color: #425066;
  font-size: clamp(1.03rem, 1.45vw, 1.16rem);
}

.ff-hero-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.ff-hero-checks li {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(15, 23, 42, .12);
  padding: .7rem 0 .2rem 1.45rem;
  color: #243145;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.25;
}

.ff-hero-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .92rem;
  width: .62rem;
  height: .62rem;
  border-radius: 999px;
  background: var(--ff-teal);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .13);
}

.ff-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.4rem;
}

.ff-page-hero__actions .ff-button-secondary {
  background: #ffffff;
  border-color: rgba(17, 24, 39, .18);
  color: var(--ff-ink);
}

.ff-page-hero__actions .ff-button-secondary:hover {
  border-color: rgba(15, 118, 110, .35);
  color: var(--ff-teal);
}

.ff-page-hero__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .16);
}

.ff-page-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, .62);
  pointer-events: none;
}

.ff-page-hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ff-page-hero--seo .ff-page-hero__visual img,
.ff-page-hero--automation .ff-page-hero__visual img,
.ff-page-hero--how .ff-page-hero__visual img {
  object-position: center;
}

.ff-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.ff-split > .ff-list,
.ff-split > .ff-note {
  align-self: stretch;
}

.ff-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-list li {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  padding: .7rem .85rem .7rem 2.45rem;
  color: var(--ff-muted);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}

.ff-list li::before {
  content: "";
  position: absolute;
  left: .95rem;
  top: 50%;
  width: .58rem;
  height: .58rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: var(--ff-teal);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .12);
}

.ff-steps {
  display: grid;
  gap: .9rem;
  counter-reset: steps;
}

.ff-step {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #ffffff;
  padding: 1.05rem 1.05rem 1.05rem 4rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .055);
}

.ff-step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ff-teal), var(--ff-blue));
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(37, 99, 235, .18);
}

.ff-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: var(--ff-line);
}

.ff-proof div {
  background: #ffffff;
  padding: 1.15rem;
}

.ff-proof strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.ff-proof span {
  display: block;
  margin-top: .35rem;
  color: var(--ff-muted);
  font-weight: 700;
}

.ff-doc {
  display: grid;
  gap: 1.15rem;
}

.ff-doc h2 {
  font-size: clamp(1.48rem, 2.8vw, 2.25rem);
}

.ff-doc h3 {
  margin: 0 0 .45rem;
}

.ff-doc p {
  margin: .35rem 0 0;
  color: var(--ff-muted);
}

.ff-doc > div:not(.ff-note):not(.ff-grid):not(.ff-section__head) {
  border-left: 3px solid rgba(15, 118, 110, .38);
  padding-left: 1rem;
}

.ff-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 119, 6, .22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff7ed 0%, #ffffff 52%, #f8fafc 100%);
  padding: clamp(1rem, 2vw, 1.25rem);
  box-shadow: 0 16px 36px rgba(146, 64, 14, .075);
}

.ff-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--ff-amber);
}

.ff-note h3 {
  margin: 0 0 .45rem;
  color: #78350f;
}

.ff-note p {
  color: #5f4b2c;
}

.ff-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.ff-table th,
.ff-table td {
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.ff-table th {
  background: #0f172a;
  color: #ffffff;
  font-weight: 800;
}

.ff-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.ff-table tr:last-child td {
  border-bottom: 0;
}

.ff-cta-band {
  background: #0f172a;
  color: #ffffff;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.ff-cta-band .ff-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.ff-cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.ff-cta-band p {
  margin: .65rem 0 0;
  color: rgba(255, 255, 255, .76);
}

.ff-footer {
  background: #f8fafc;
  border-top: 1px solid var(--ff-line);
}

.ff-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(160px, .35fr));
  gap: 2rem;
  padding: 3rem 0 2rem;
}

.ff-footer h2 {
  margin: 0 0 .8rem;
  font-size: .98rem;
}

.ff-footer p {
  max-width: 480px;
  color: var(--ff-muted);
}

.ff-footer a:not(.ff-brand) {
  display: block;
  color: var(--ff-muted);
  text-decoration: none;
  margin-top: .45rem;
}

.ff-footer a:hover {
  color: var(--ff-teal);
}

.ff-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--ff-line);
  padding: 1rem 0 1.4rem;
  color: var(--ff-muted);
  font-size: .92rem;
}

@media (max-width: 900px) {
  body.admin-bar .ff-header {
    top: 46px;
  }

  .ff-header__inner {
    align-items: center;
    flex-wrap: wrap;
    min-height: 68px;
    padding: .55rem 0 .6rem;
  }

  .ff-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: .35rem;
    overflow-x: auto;
    padding: .15rem 0 .2rem;
    scrollbar-width: none;
  }

  .ff-nav::-webkit-scrollbar {
    display: none;
  }

  .ff-nav a {
    min-height: 34px;
    padding: .34rem .62rem;
    font-size: .9rem;
    white-space: nowrap;
  }

  .ff-grid--two,
  .ff-grid--three,
  .ff-hero__layout,
  .ff-home-strip__inner,
  .ff-page-hero--media .ff-container,
  .ff-split,
  .ff-proof,
  .ff-footer__inner {
    grid-template-columns: 1fr;
  }

  .ff-hero {
    padding: clamp(2rem, 6vw, 3rem) 0;
  }

  .ff-hero__content {
    width: min(760px, 100%);
  }

  .ff-hero__showcase {
    width: min(620px, 100%);
  }

  .ff-home-strip__inner {
    gap: 0;
  }

  .ff-page-hero {
    padding: clamp(2.75rem, 8vw, 4.25rem) 0;
  }

  .ff-page-hero__copy {
    max-width: 760px;
  }

  .ff-page-hero__visual {
    width: min(620px, 100%);
  }

  .ff-cta-band .ff-container,
  .ff-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .ff-header__inner,
  .ff-container,
  .ff-footer__inner,
  .ff-footer__bottom,
  .ff-page-hero .ff-container {
    width: min(100% - 28px, 1160px);
  }

  .ff-brand__text {
    font-size: 1rem;
  }

  .ff-header__actions {
    gap: .35rem;
    margin-left: auto;
  }

  .ff-header-account {
    min-height: 38px;
    padding: .35rem .55rem;
    font-size: .86rem;
  }

  .ff-header-cta {
    display: none;
  }

  .ff-main--account-page .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .ff-hero {
    padding: clamp(1.45rem, 6vw, 2.05rem) 0;
  }

  .ff-hero .ff-eyebrow {
    margin-bottom: .7rem;
    padding: .24rem .62rem;
    font-size: .72rem;
  }

  .ff-hero h1,
  .ff-page-hero h1 {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .ff-hero h1 {
    font-size: clamp(2.35rem, 10vw, 2.72rem);
    line-height: .96;
  }

  .ff-page-hero__intro {
    margin-top: .85rem;
    font-size: 1rem;
  }

  .ff-hero__intro {
    margin-top: .7rem;
    font-size: .95rem;
    line-height: 1.5;
  }

  .ff-hero-checks {
    grid-template-columns: 1fr;
    gap: .12rem;
    margin-top: .55rem;
  }

  .ff-hero-checks li {
    min-height: 0;
    border-top: 0;
    padding: .25rem 0 .25rem 1.3rem;
    font-size: .9rem;
  }

  .ff-hero-checks li::before {
    top: .62rem;
    width: .5rem;
    height: .5rem;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, .12);
  }

  .ff-hero__showcase {
    display: none;
  }

  .ff-page-hero__actions {
    gap: .55rem;
    margin-top: 1.15rem;
  }

  .ff-page-hero__visual img {
    aspect-ratio: 21 / 9;
  }

  .ff-hero__visual {
    aspect-ratio: 16 / 10;
  }

  .ff-hero-metrics {
    position: static;
    grid-template-columns: 1fr;
    gap: .55rem;
  }

  .ff-hero-metrics div,
  .ff-home-strip__inner div {
    padding: .8rem;
  }

  .ff-section {
    padding: clamp(2.8rem, 12vw, 4.4rem) 0;
  }

  .ff-section__head {
    margin-bottom: 1.25rem;
  }

  .ff-card {
    padding: 1rem;
  }

  .ff-step {
    padding: 4.1rem 1rem 1rem;
  }

  .ff-step::before {
    left: 1rem;
    top: 1rem;
  }

  .ff-list li {
    min-height: 0;
    align-items: flex-start;
  }

  .ff-hero__content {
    padding-block: 1.5rem;
  }

  .ff-hero p {
    margin-top: .75rem;
    font-size: 1rem;
  }

  .ff-hero__actions {
    margin-top: .85rem;
    gap: .5rem;
  }

  .ff-button,
  .ff-button-secondary {
    min-height: 42px;
    width: 100%;
  }

  .ff-hero .ff-button,
  .ff-hero .ff-button-secondary {
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    width: auto;
    padding: .62rem .45rem;
    font-size: .82rem;
    line-height: 1.15;
    text-align: center;
  }

  .ff-table {
    display: block;
    overflow-x: auto;
  }
}
