.project-getflaire-story-enhanced .project-content-components > .project-content-grid {
  display: none !important;
}

.getflaire-story-root {
  --getflaire-ink: #1f2937;
  --getflaire-muted: #667085;
  --getflaire-orange: #f59e0b;
  --getflaire-orange-dark: #b45309;
  --getflaire-cream: #fff7ed;
  width: 100%;
  color: var(--getflaire-ink);
}

.getflaire-story-root *,
.getflaire-story-root *::before,
.getflaire-story-root *::after {
  box-sizing: border-box;
}

.getflaire-story-root h2,
.getflaire-story-root h3,
.getflaire-story-root h4,
.getflaire-story-root p,
.getflaire-story-root dl,
.getflaire-story-root dd,
.getflaire-story-root ol,
.getflaire-story-root ul {
  margin: 0;
}

.getflaire-story-root h2,
.getflaire-story-root h3,
.getflaire-story-root h4,
.getflaire-story-root strong {
  font-family: Urbanist, sans-serif;
}

.getflaire-story-hero,
.getflaire-proof-section,
.getflaire-journey,
.getflaire-system,
.getflaire-benefits,
.getflaire-workflow,
.getflaire-offer {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.getflaire-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding: clamp(48px, 8vw, 104px) 0 clamp(38px, 6vw, 78px);
}

.getflaire-story-eyebrow,
.getflaire-proof-section > p {
  color: var(--getflaire-orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.getflaire-story-hero h2 {
  max-width: 720px;
  margin-top: 15px;
  font-size: clamp(42px, 6.4vw, 82px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .96;
}

.getflaire-story-lead {
  max-width: 650px;
  margin-top: 24px !important;
  color: var(--getflaire-muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.getflaire-signal-board,
.getflaire-workflow-board {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(31, 41, 55, .12);
  border-radius: 30px;
  background: linear-gradient(145deg, #202a3b, #111827);
  box-shadow: 0 30px 80px rgba(31, 41, 55, .22);
}

.getflaire-signal-board::before {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: rgba(245, 158, 11, .24);
  filter: blur(4px);
  content: "";
}

.getflaire-signal-board-label {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.getflaire-signal-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

.getflaire-signal-row i,
.getflaire-workflow-board i {
  position: relative;
  display: block;
  width: var(--signal-level);
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.getflaire-signal-row i::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #fbbf24, #f97316);
  animation: getflaire-signal 2.8s ease-in-out infinite alternate;
  content: "";
  transform-origin: left;
}

.getflaire-proof-section {
  padding: 28px 0 clamp(62px, 8vw, 104px);
}

.getflaire-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px !important;
}

.getflaire-proof-card {
  min-height: 148px;
  padding: 25px;
  border: 1px solid rgba(180, 83, 9, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(180, 83, 9, .08);
}

.getflaire-proof-card dd {
  color: var(--getflaire-ink);
  font-family: Urbanist, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -.035em;
}

.getflaire-proof-card dt {
  margin-top: 8px;
  color: var(--getflaire-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.getflaire-journey,
.getflaire-system,
.getflaire-benefits,
.getflaire-workflow,
.getflaire-offer {
  margin-bottom: clamp(34px, 5vw, 68px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(180, 83, 9, .16);
  border-radius: 32px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(180, 83, 9, .08);
}

.getflaire-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.getflaire-section-heading h3,
.getflaire-offer h3 {
  max-width: 650px;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.getflaire-section-heading p,
.getflaire-offer > div > p:last-child {
  max-width: 520px;
  color: var(--getflaire-muted);
  font-size: 17px;
  line-height: 1.55;
}

.getflaire-journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.getflaire-journey-steps::before,
.getflaire-journey-steps::after {
  position: absolute;
  top: 24px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  content: "";
}

.getflaire-journey-steps::before { background: #e5e7eb; }
.getflaire-journey-steps::after {
  background: linear-gradient(90deg, #fbbf24, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1) .2s;
}

.getflaire-reveal-visible .getflaire-journey-steps::after { transform: scaleX(1); }

.getflaire-journey-steps li {
  position: relative;
  z-index: 1;
  padding: 0 14px;
}

.getflaire-step-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(180, 83, 9, .28);
  border-radius: 50%;
  background: #fff;
  color: var(--getflaire-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.getflaire-journey-steps h4,
.getflaire-system-flow h4,
.getflaire-benefit-grid h4 {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.1;
}

.getflaire-journey-steps p,
.getflaire-system-flow p,
.getflaire-benefit-grid p {
  margin-top: 10px;
  color: var(--getflaire-muted);
  font-size: 15px;
  line-height: 1.55;
}

.getflaire-system {
  overflow: hidden;
  background: linear-gradient(145deg, #202a3b, #111827);
  color: #fff;
}

.getflaire-system .getflaire-section-heading p,
.getflaire-system-flow p { color: rgba(255, 255, 255, .64); }

.getflaire-system-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
}

.getflaire-system-flow li {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
}

.getflaire-system-flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--getflaire-orange);
  color: #fff;
  content: "→";
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.getflaire-system-flow li > span,
.getflaire-benefit-grid article > span {
  display: block;
  margin-bottom: 34px;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.getflaire-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.getflaire-benefit-grid article {
  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  background: var(--getflaire-cream);
}

.getflaire-workflow {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.getflaire-workflow .getflaire-section-heading {
  display: block;
  margin: 0;
}

.getflaire-workflow .getflaire-section-heading p { margin-top: 18px; }

.getflaire-workflow-board {
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, .82);
}

.getflaire-workflow-board div {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 18px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.getflaire-workflow-board i {
  width: var(--workflow-width);
  background: linear-gradient(90deg, #fbbf24, #f97316);
}

.getflaire-offer {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
  margin-bottom: clamp(70px, 10vw, 130px);
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.getflaire-offer h3 { margin-top: 15px; }
.getflaire-offer > div > p:last-child { margin-top: 18px; }
.getflaire-offer ul { list-style: none; padding: 0; }
.getflaire-offer li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: var(--getflaire-muted);
  font-weight: 700;
}
.getflaire-offer li::before {
  position: absolute;
  left: 0;
  color: var(--getflaire-orange-dark);
  content: "✓";
}
.getflaire-offer > a {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 18px;
  padding: 17px 24px;
  border-radius: 999px;
  background: var(--getflaire-ink);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}
.getflaire-offer > a:hover { background: var(--getflaire-orange-dark); transform: translateY(-2px); }

.getflaire-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .75s cubic-bezier(.22, 1, .36, 1);
}
.getflaire-reveal-visible { opacity: 1; transform: none; }

@keyframes getflaire-signal {
  from { transform: scaleX(.42); }
  to { transform: scaleX(1); }
}

@media (max-width: 980px) {
  .getflaire-story-hero { grid-template-columns: 1fr; }
  .getflaire-signal-board { width: min(100%, 680px); }
  .getflaire-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .getflaire-system-flow { grid-template-columns: 1fr; }
  .getflaire-system-flow li { min-height: 0; display: grid; grid-template-columns: 40px 1fr; gap: 12px; }
  .getflaire-system-flow li > span { margin: 5px 0 0; }
  .getflaire-system-flow li:not(:last-child)::after { top: auto; right: auto; bottom: -18px; left: 29px; content: "↓"; transform: none; }
}

@media (max-width: 760px) {
  .getflaire-story-hero,
  .getflaire-proof-section,
  .getflaire-journey,
  .getflaire-system,
  .getflaire-benefits,
  .getflaire-workflow,
  .getflaire-offer { width: min(calc(100% - 28px), 1180px); }
  .getflaire-section-heading { display: block; }
  .getflaire-section-heading p { margin-top: 14px; }
  .getflaire-journey-steps { grid-template-columns: 1fr; gap: 24px; }
  .getflaire-journey-steps::before,
  .getflaire-journey-steps::after { top: 24px; bottom: 24px; left: 23px; right: auto; width: 2px; height: auto; }
  .getflaire-journey-steps::after { transform: scaleY(0); transform-origin: top; }
  .getflaire-reveal-visible .getflaire-journey-steps::after { transform: scaleY(1); }
  .getflaire-journey-steps li { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 0; }
  .getflaire-step-number { grid-row: 1 / 3; margin: 0; }
  .getflaire-journey-steps p { grid-column: 2; }
  .getflaire-benefit-grid { grid-template-columns: 1fr; }
  .getflaire-benefit-grid article { min-height: 0; }
  .getflaire-workflow { grid-template-columns: 1fr; }
  .getflaire-offer { grid-template-columns: 1fr; }
  .getflaire-offer > a { grid-column: auto; }
}

@media (max-width: 480px) {
  .getflaire-proof-grid { grid-template-columns: 1fr 1fr; }
  .getflaire-proof-card { min-height: 126px; padding: 19px; }
  .getflaire-proof-card dd { font-size: 30px; }
  .getflaire-journey,
  .getflaire-system,
  .getflaire-benefits,
  .getflaire-workflow,
  .getflaire-offer { padding: 25px 20px; border-radius: 25px; }
  .getflaire-signal-row,
  .getflaire-workflow-board div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .getflaire-signal-row i::after { animation: none; transform: none; }
  .getflaire-reveal { opacity: 1; transform: none; transition: none; }
  .getflaire-journey-steps::after { transform: none; transition: none; }
  .getflaire-offer > a { transition: none; }
}
