/* FOX Flow — landing de produto na Fox Agência */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");

:root {
  --ff-orange: #ff5a00;
  --ff-orange-dark: #d64b00;
  --ff-black: #0d0d0d;
  --ff-ink: #161616;
  --ff-muted: #6b6b6e;
  --ff-line: rgba(13, 13, 13, 0.08);
  --ff-paper: #f6f6f7;
}

body.page-fox-flow {
  background: #fff;
}

body.page-fox-flow #header .topo {
  position: relative !important;
  background: #050505 !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
}

body.page-fox-flow #header .topo.sticky,
body.page-fox-flow #header .topo.menu2 {
  background: #050505 !important;
}

/* Este CSS só carrega em /fox-flow. Header no fluxo: o 110px legado é da home. */
#header .megaMenu {
  top: 0;
}

#header .sticky .megaMenu {
  top: 110px;
}

.ff {
  font-family: "Montserrat", "Lato", Arial, sans-serif;
  color: #1a1a1a;
}

.ff * {
  box-sizing: border-box;
}

.ff-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.ff-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 90, 0, 0.22), transparent 42%),
    linear-gradient(165deg, #000 0%, #111 58%, #1a0d08 100%);
  color: #fff;
  padding: 72px 0 80px;
  overflow: hidden;
}

.ff-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.ff-hero-visual {
  position: relative;
  min-height: 380px;
  padding: 12px 8px 48px 0;
}

.ff-frame {
  margin: 0;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.ff-frame-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  background: #1c1c1c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ff-frame-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3a3a;
}

.ff-frame-bar span:nth-child(1) { background: #ff5f57; }
.ff-frame-bar span:nth-child(2) { background: #febc2e; }
.ff-frame-bar span:nth-child(3) { background: #28c840; }

.ff-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ff-frame-main {
  transform: rotate(-1.5deg);
}

.ff-frame-float {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 62%;
  transform: rotate(3deg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.ff-logo {
  display: block;
  width: min(420px, 100%);
  height: auto;
  margin: 0 0 28px;
}

.ff-eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 90, 0, 0.45);
  color: #ffb38a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ff-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ff-hero h1 em {
  font-style: normal;
  color: var(--ff-orange);
}

.ff-hero p.lead {
  margin: 0 0 28px;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.ff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ff-btn:hover,
.ff-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.ff-btn-primary {
  background: var(--ff-orange);
  color: #fff;
}

.ff-btn-primary:hover {
  background: var(--ff-orange-dark);
  color: #fff;
}

.ff-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ff-btn-ghost:hover {
  color: #fff;
  border-color: #fff;
}

.ff-hero-aside {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 26px;
}

.ff-hero-aside h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.ff-hero-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-hero-aside li {
  position: relative;
  padding: 10px 0 10px 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ff-hero-aside li:first-child {
  border-top: 0;
  padding-top: 0;
}

.ff-hero-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--ff-orange);
}

.ff-shots {
  background: #0f0f10;
  color: #fff;
}

.ff-shots h2,
.ff-shots .sub {
  color: #fff;
}

.ff-shots .sub {
  color: rgba(255, 255, 255, 0.68);
}

.ff-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ff-shot {
  margin: 0;
}

.ff-shot .ff-frame {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.ff-shot figcaption {
  padding: 14px 4px 0;
}

.ff-shot strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}

.ff-shot span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.ff-section {
  padding: 72px 0;
}

.ff-section h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ff-section .sub {
  margin: 0 0 36px;
  max-width: 640px;
  color: var(--ff-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ff-audiences {
  background: var(--ff-paper);
}

.ff-grid-4,
.ff-grid-3,
.ff-mods {
  display: grid;
  gap: 16px;
}

.ff-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ff-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ff-mods {
  grid-template-columns: repeat(3, 1fr);
}

.ff-card {
  background: #fff;
  border: 1px solid var(--ff-line);
  border-radius: 14px;
  padding: 22px 20px;
  min-height: 100%;
}

.ff-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.ff-card p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ff-mod {
  padding: 22px 20px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ff-line);
  box-shadow: 0 8px 24px rgba(13, 13, 13, 0.03);
}

.ff-mod span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ff-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-mod strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.ff-mod p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ff-why {
  background: var(--ff-ink);
  color: #fff;
}

.ff-why h2,
.ff-why .sub {
  color: #fff;
}

.ff-why .sub {
  color: rgba(255, 255, 255, 0.68);
}

.ff-why .ff-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.ff-why .ff-card strong {
  color: #fff;
}

.ff-why .ff-card p {
  color: rgba(255, 255, 255, 0.7);
}

.ff-steps {
  counter-reset: ffstep;
}

.ff-step {
  position: relative;
  padding: 8px 0 8px 72px;
  margin-bottom: 22px;
}

.ff-step::before {
  counter-increment: ffstep;
  content: counter(ffstep, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--ff-orange);
  font-size: 28px;
  font-weight: 800;
}

.ff-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.ff-step p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ff-cta {
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 90, 0, 0.18), transparent 40%),
    var(--ff-black);
  color: #fff;
}

.ff-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ff-cta h2 {
  color: #fff;
}

.ff-cta .sub {
  color: rgba(255, 255, 255, 0.7);
}

.ff-form {
  background: #fff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 26px 24px;
}

.ff-form label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-form input,
.ff-form textarea {
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
}

.ff-form textarea {
  min-height: 110px;
  resize: vertical;
}

.ff-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
  background: var(--ff-orange);
  color: #fff;
}

.ff-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ff-form-msg {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.ff-form-msg.ok {
  color: #1a7f4b;
}

.ff-form-msg.err {
  color: #a12129;
}

.ff-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

@media (max-width: 991px) {
  .ff-hero-grid,
  .ff-cta-grid,
  .ff-grid-4,
  .ff-grid-3,
  .ff-mods,
  .ff-shot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-hero-visual {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .ff-hero {
    padding: 48px 0 56px;
  }

  .ff-hero-grid,
  .ff-cta-grid,
  .ff-grid-4,
  .ff-grid-3,
  .ff-mods,
  .ff-shot-grid {
    grid-template-columns: 1fr;
  }

  .ff-hero-visual {
    min-height: 0;
    padding-bottom: 0;
  }

  .ff-frame-main,
  .ff-frame-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .ff-frame-float {
    margin-top: 14px;
  }

  .ff-section {
    padding: 52px 0;
  }
}
