/* F5 One — landing evolution (preserva identidade atual) */
:root {
  --f5-black: #0b0b0b;
  --f5-ink: #141414;
  --f5-panel: #1a1a1a;
  --f5-gold: #ffbd39;
  --f5-gold-soft: #febc38;
  --f5-text: #f5f5f5;
  --f5-muted: #b7b7b7;
  --f5-line: rgba(255, 255, 255, 0.08);
  --f5-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body.f5-landing {
  background: var(--f5-black);
  color: var(--f5-text);
}

/* Loader residual do template não deve bloquear scroll/cliques */
body.f5-landing #ftco-loader,
body.f5-landing #ftco-loader.fullscreen {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.f5-landing .navbar-brand img {
  height: 72px;
  width: auto;
}

.f5-landing .ftco-navbar-light.scrolled,
.f5-landing .ftco-navbar-light.scrolled.awake {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  z-index: 1030 !important;
  background: rgba(11, 11, 11, 0.96) !important;
  border-bottom: 1px solid var(--f5-line);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.f5-landing .ftco-navbar-light.scrolled .nav-link,
.f5-landing .ftco-navbar-light.scrolled.awake .nav-link {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .f5-landing .ftco-navbar-light {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.96) !important;
  }

  .f5-landing .ftco-navbar-light.scrolled,
  .f5-landing .ftco-navbar-light.scrolled.awake {
    position: fixed !important;
  }
}

.f5-section {
  padding: 96px 0;
  position: relative;
}

.f5-section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.f5-section-lead {
  color: var(--f5-muted);
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.f5-kicker {
  display: inline-block;
  color: var(--f5-gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.f5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none !important;
}

.f5-btn:hover {
  transform: translateY(-2px);
}

.f5-btn-primary {
  background: var(--f5-gold);
  color: #111 !important;
  border: 1px solid var(--f5-gold);
}

.f5-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.f5-btn-outline:hover {
  border-color: var(--f5-gold);
  color: var(--f5-gold) !important;
}

/* Hero */
.f5-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.f5-hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.f5-hero-photo {
  position: absolute;
  inset: 0;
  background-color: #050505;
  background-image:
    linear-gradient(105deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.82) 42%, rgba(5, 5, 5, 0.35) 100%),
    image-set(
      url("../images/progamacao.webp") type("image/webp"),
      url("../images/progamacao.png") type("image/png")
    );
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.08);
  will-change: transform, opacity;
}

.f5-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.f5-hero-glow-a {
  width: min(22vw, 200px);
  height: min(22vw, 200px);
  right: 6%;
  top: 8%;
  background: radial-gradient(circle, rgba(255, 214, 120, 0.22) 0%, rgba(255, 189, 57, 0.08) 42%, rgba(255, 189, 57, 0) 72%);
  opacity: 0.7;
  filter: blur(34px);
}

.f5-hero-glow-b {
  width: min(18vw, 160px);
  height: min(18vw, 160px);
  left: 14%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(255, 188, 56, 0.1) 0%, rgba(255, 188, 56, 0) 70%);
  opacity: 0.55;
  filter: blur(36px);
}

.f5-hero-glow-mouse {
  width: min(16vw, 150px);
  height: min(16vw, 150px);
  left: 88%;
  top: 14%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 220, 140, 0.2) 0%, rgba(255, 189, 57, 0.07) 45%, rgba(255, 189, 57, 0) 72%);
  opacity: 0.65;
  filter: blur(30px);
  z-index: 1;
  transition: opacity 0.35s ease, width 0.35s ease, height 0.35s ease;
}

.f5-hero.is-mouse-active .f5-hero-glow-mouse {
  opacity: 0.8;
  width: min(18vw, 170px);
  height: min(18vw, 170px);
}

.f5-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.f5-hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 40%, transparent 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, transparent 30%, rgba(0, 0, 0, 0.55) 100%);
}

.f5-cursor-field {
  display: none !important;
}

/* Cosmos / galáxia */
.f5-cosmos {
  position: fixed;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0.85;
}

.f5-cosmos-sun {
  position: fixed;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  border-radius: 50%;
  z-index: 9;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 230, 160, 0.28) 0%, rgba(255, 189, 57, 0.1) 42%, rgba(255, 189, 57, 0) 72%);
  box-shadow: 0 0 18px rgba(255, 189, 57, 0.12);
  transition: width 0.25s ease, height 0.25s ease, margin 0.25s ease, opacity 0.25s ease;
  opacity: 0.7;
}

.f5-cosmos-sun.is-following {
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0.85;
  box-shadow: 0 0 24px rgba(255, 189, 57, 0.16);
}

.f5-cosmos-planet {
  position: fixed;
  right: -70px;
  bottom: 4%;
  width: min(380px, 48vw);
  height: min(380px, 48vw);
  z-index: 9;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.5s ease, transform 0.6s ease, visibility 0.5s ease;
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.55));
  visibility: visible;
}

.f5-cosmos-planet.is-hidden {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.9);
}

.f5-cosmos-planet.is-swap {
  animation: f5-planet-swap 0.75s ease;
}

@keyframes f5-planet-swap {
  0% { opacity: 0.12; transform: scale(0.9) translateY(18px); }
  100% { opacity: 0.5; transform: scale(1) translateY(0); }
}

/* Aura suave fora do planeta (não é moldura) */
.f5-cosmos-planet-glow {
  position: absolute;
  inset: -22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 140, 0.14), transparent 58%);
  filter: blur(22px);
  opacity: 0.75;
  animation: f5-planet-aura 7s ease-in-out infinite;
  z-index: 0;
}

@keyframes f5-planet-aura {
  0%, 100% { opacity: 0.45; transform: scale(0.97); }
  50% { opacity: 0.85; transform: scale(1.05); }
}

/* O círculo É o planeta — sem borda/anel */
.f5-cosmos-planet-body {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #050505;
  background-size: 112% 112%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
  border: 0 !important;
  outline: 0;
  animation: f5-planet-orbit 80s linear infinite;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes f5-planet-orbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.f5-cosmos-planet-atmosphere {
  display: none;
}

.f5-cosmos-planet-ring {
  display: none !important;
}

/* Texturas circulares reais */
.f5-cosmos-planet[data-planet="sunworld"] .f5-cosmos-planet-body,
.f5-cosmos-planet[data-planet="mercury"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/mercury.webp") type("image/webp"),
    url("../images/cosmos/planets/mercury.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="mercury"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(200, 190, 170, 0.18), transparent 60%);
}

.f5-cosmos-planet[data-planet="earth"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/earth.webp") type("image/webp"),
    url("../images/cosmos/planets/earth.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="earth"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(90, 160, 255, 0.2), transparent 60%);
}

.f5-cosmos-planet[data-planet="mars"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/mars.webp") type("image/webp"),
    url("../images/cosmos/planets/mars.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="mars"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(255, 120, 70, 0.2), transparent 60%);
}

.f5-cosmos-planet[data-planet="neptune"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/neptune.webp") type("image/webp"),
    url("../images/cosmos/planets/neptune.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="neptune"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(80, 120, 255, 0.22), transparent 60%);
}

.f5-cosmos-planet[data-planet="jupiter"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/jupiter.webp") type("image/webp"),
    url("../images/cosmos/planets/jupiter.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="jupiter"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(220, 180, 120, 0.18), transparent 60%);
}

.f5-cosmos-planet[data-planet="venus"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/venus.webp") type("image/webp"),
    url("../images/cosmos/planets/venus.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="venus"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(255, 200, 110, 0.2), transparent 60%);
}

.f5-cosmos-planet[data-planet="uranus"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/uranus.webp") type("image/webp"),
    url("../images/cosmos/planets/uranus.png") type("image/png")
  );
}
.f5-cosmos-planet[data-planet="uranus"] .f5-cosmos-planet-glow {
  background: radial-gradient(circle, rgba(120, 220, 230, 0.22), transparent 60%);
}

.f5-cosmos-planet[data-planet="saturn"] .f5-cosmos-planet-body {
  background-image: image-set(
    url("../images/cosmos/planets/uranus.webp") type("image/webp"),
    url("../images/cosmos/planets/uranus.png") type("image/png")
  );
}

@media (prefers-reduced-motion: reduce) {
  .f5-cosmos-planet-body {
    animation: none !important;
  }
}

/* Voltar ao topo (ao lado do botão de IA) */
.f5-back-top {
  position: fixed;
  right: 22px;
  bottom: 98px;
  z-index: 100001;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 189, 57, 0.45);
  border-radius: 50%;
  background: rgba(10, 12, 18, 0.82);
  color: #ffbd39;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, background 0.2s ease;
}

.f5-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.f5-back-top:hover,
.f5-back-top:focus-visible {
  background: rgba(255, 189, 57, 0.16);
  outline: none;
}

.f5-back-top svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .f5-cosmos,
  .f5-cosmos-sun,
  .f5-cosmos-planet {
    display: none !important;
  }

  .f5-back-top {
    right: 14px;
    bottom: 90px;
    width: 44px;
    height: 44px;
  }
}

.f5-hero .container {
  position: relative;
  z-index: 2;
}

.f5-hero-copy > * {
  will-change: transform, opacity;
}

.f5-hero-brand {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.f5-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 16ch;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

.f5-hero h1 span {
  color: var(--f5-gold);
  position: relative;
}

.f5-hero-sub {
  color: var(--f5-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.f5-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2rem;
}

.f5-need-rotator {
  min-height: 1.6em;
  color: var(--f5-gold-soft);
  font-weight: 500;
  font-size: 1.05rem;
}

.f5-need-rotator span {
  display: none;
}

.f5-need-rotator span.is-active {
  display: inline;
  animation: f5-fade-up 0.45s ease;
}

.f5-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: 28px;
  height: 44px;
  margin-left: -14px;
  border: 1px solid rgba(255, 189, 57, 0.45);
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  text-decoration: none !important;
}

.f5-scroll-cue span {
  width: 4px;
  height: 10px;
  border-radius: 4px;
  background: var(--f5-gold);
  display: block;
}

.f5-hero.is-leaving .f5-hero-stage {
  filter: saturate(1.15);
}

@keyframes f5-fade-up {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Challenges */
.f5-challenges {
  background: var(--f5-ink);
}

.f5-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.f5-challenge-card {
  background: var(--f5-panel);
  border: 1px solid var(--f5-line);
  border-radius: var(--f5-radius);
  padding: 24px;
  min-height: 160px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.f5-challenge-card:hover {
  border-color: rgba(255, 189, 57, 0.45);
  transform: translateY(-3px);
}

.f5-challenge-card h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.6rem;
}

.f5-challenge-card p {
  color: var(--f5-muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.f5-challenge-note {
  margin-top: 2rem;
  color: var(--f5-muted);
  max-width: 760px;
  line-height: 1.7;
}

/* Process */
.f5-process {
  background: #000;
}

.f5-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: f5step;
}

.f5-process-step {
  border: 1px solid var(--f5-line);
  border-radius: var(--f5-radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.f5-process-step.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 189, 57, 0.55);
}

.f5-process-step::before {
  counter-increment: f5step;
  content: counter(f5step);
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--f5-gold);
  color: #111;
  font-weight: 700;
  margin-bottom: 14px;
}

.f5-process-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.f5-process-step p {
  color: var(--f5-muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Media reel */
.f5-media-reel {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  background: #050505;
  border-top: 1px solid var(--f5-line);
  border-bottom: 1px solid var(--f5-line);
}

.f5-media-reel::before,
.f5-media-reel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.f5-media-reel::before {
  left: 0;
  background: linear-gradient(90deg, #050505, transparent);
}

.f5-media-reel::after {
  right: 0;
  background: linear-gradient(270deg, #050505, transparent);
}

.f5-media-reel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.f5-media-reel-item {
  width: min(320px, 70vw);
  height: 190px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 57, 0.18);
  flex: 0 0 auto;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.f5-media-reel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  transition: transform 0.6s ease;
}

.f5-media-reel-item:hover img {
  transform: scale(1.12);
}

/* Services / balloons */
.f5-services {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 189, 57, 0.08), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(72, 198, 239, 0.08), transparent 40%),
    var(--f5-ink);
}

.f5-balloon-field {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent),
    #101010;
  overflow: hidden;
  padding: 24px;
}

.f5-balloon {
  position: absolute;
  left: var(--bx);
  top: var(--by);
  width: min(210px, 42vw);
  border: 0;
  border-radius: 22px;
  padding: 18px 16px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  background: rgba(18, 18, 18, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 189, 57, 0.35),
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(255, 189, 57, 0.12);
  border: 1px solid var(--bc);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: f5-balloon-float 5.5s ease-in-out infinite;
}

.f5-balloon:nth-child(2n) { animation-duration: 6.2s; animation-delay: -1s; }
.f5-balloon:nth-child(3n) { animation-duration: 4.8s; animation-delay: -2s; }
.f5-balloon-lg { width: min(230px, 46vw); padding: 22px 18px; }

.f5-balloon:hover,
.f5-balloon:focus-visible {
  transform: translateY(-6px) scale(1.03);
  outline: none;
  box-shadow:
    0 0 0 1px var(--bc),
    0 22px 50px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(255, 189, 57, 0.28);
}

.f5-balloon-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: #111;
  background: var(--bc);
}

.f5-balloon-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.f5-balloon-hint {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

@keyframes f5-balloon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Demo modal */
body.f5-modal-open { overflow: hidden; }

.f5-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.f5-demo-modal.is-open { display: flex; }

.f5-demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.f5-demo-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(90vh, 860px);
  overflow: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 189, 57, 0.28);
  background: linear-gradient(165deg, #171717 0%, #0d0d0d 100%);
  padding: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.f5-demo-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.f5-demo-head { padding-right: 40px; margin-bottom: 1rem; }
.f5-demo-head h3 { color: #fff; margin-bottom: 0.5rem; }
.f5-demo-head p { color: var(--f5-muted); margin: 0; line-height: 1.6; }
.f5-demo-stage {
  min-height: 280px;
  border-radius: 18px;
  border: 1px solid var(--f5-line);
  background: #0a0a0a;
  padding: 14px;
  margin-bottom: 0;
  display: grid;
  place-items: center;
}

.mock-real {
  width: min(100%, 760px);
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101018;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.mock-real-chrome {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px 12px;
  background: #1a1a24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mock-real-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #555;
}

.mock-real-chrome span:first-child { background: #ff5f57; }
.mock-real-chrome span:nth-child(2) { background: #febc2e; }
.mock-real-chrome span:nth-child(3) { background: #28c840; }

.mock-real-chrome i {
  margin-left: 10px;
  font-style: normal;
  color: #888;
  font-size: 0.78rem;
}

.mock-real-viewport {
  position: relative;
  background: #050507;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.mock-real-phone .mock-real-viewport {
  aspect-ratio: 10 / 14;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
}

.mock-real-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.f5-demo-modal.is-open .mock-real-viewport img {
  transform: scale(1);
}

.mock-real figcaption {
  display: none;
}

/* Fluxo n8n / IA */
.mock-n8n {
  position: relative;
  width: min(100%, 760px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 57, 0.25);
  background: #0a0c14;
  padding: 28px 18px 16px;
}

.mock-n8n-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 189, 57, 0.16), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(80, 120, 255, 0.18), transparent 42%),
    linear-gradient(160deg, #0b1020, #05070f);
  opacity: 0.95;
}

.mock-n8n-board {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 4px;
}

.n8n-node {
  min-width: 120px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(20, 24, 40, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.n8n-node b {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.n8n-node small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
}

.n8n-trigger { border-color: rgba(72, 198, 239, 0.55); }
.n8n-ai {
  border-color: rgba(255, 189, 57, 0.7);
  box-shadow: 0 0 24px rgba(255, 189, 57, 0.2);
}
.n8n-human { border-color: rgba(126, 231, 135, 0.55); }

.n8n-wire {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 189, 57, 0.2), #ffbd39, rgba(255, 189, 57, 0.2));
  position: relative;
}

.n8n-wire::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbd39;
  box-shadow: 0 0 10px rgba(255, 189, 57, 0.8);
}

.mock-n8n-caption {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

/* Integrações entre sistemas */
.mock-systems {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(52, 211, 153, 0.28);
  background:
    radial-gradient(circle at 50% 50%, rgba(52, 211, 153, 0.12), transparent 55%),
    #0a1012;
}

.sys-node,
.sys-hub {
  border-radius: 12px;
  padding: 16px 10px;
  text-align: center;
  color: #fff;
  font-weight: 650;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 22, 28, 0.9);
}

.sys-hub {
  grid-column: 1 / -1;
  border-color: rgba(255, 189, 57, 0.55);
  background: linear-gradient(135deg, rgba(255, 189, 57, 0.2), rgba(15, 22, 28, 0.95));
  color: #ffbd39;
  letter-spacing: 0.04em;
}

@media (max-width: 575px) {
  .n8n-wire { display: none; }
  .mock-systems { grid-template-columns: 1fr 1fr; }
}

/* Mockups (legado) */
.mock-browser, .mock-admin, .mock-dash, .mock-portal, .mock-chat, .mock-secure, .mock-flow {
  width: min(100%, 720px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #121212;
  color: #fff;
}
.mock-browser-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px 12px;
  background: #1d1d1d;
}
.mock-browser-bar span {
  width: 9px; height: 9px; border-radius: 50%; background: #555;
}
.mock-browser-bar span:first-child { background: #ff5f57; }
.mock-browser-bar span:nth-child(2) { background: #febc2e; }
.mock-browser-bar span:nth-child(3) { background: #28c840; }
.mock-browser-bar i { margin-left: 10px; font-style: normal; color: #888; font-size: 0.78rem; }
.mock-browser-body { padding: 18px; }
.mock-hero-block {
  border-radius: 12px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(255,189,57,0.2), rgba(255,255,255,0.04));
  margin-bottom: 14px;
}
.mock-hero-block b { display: block; font-size: 1.2rem; margin-bottom: 0.35rem; }
.mock-hero-block small { display: block; color: #bbb; margin-bottom: 0.8rem; }
.mock-hero-block em, .mock-cart em {
  display: inline-block;
  font-style: normal;
  background: #ffbd39;
  color: #111;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 0.85rem;
}
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-cards div { height: 70px; border-radius: 10px; background: rgba(255,255,255,0.06); }
.mock-shop { display: grid; grid-template-columns: repeat(3, 1fr) 140px; gap: 10px; padding: 14px; }
.mock-shop-item .ph { height: 80px; border-radius: 10px; background: linear-gradient(135deg, #333, #222); margin-bottom: 8px; }
.mock-shop-item b, .mock-shop-item small { display: block; }
.mock-cart { background: #1a1a1a; border-radius: 12px; padding: 12px; }
.mock-admin { display: grid; grid-template-columns: 160px 1fr; min-height: 300px; }
.mock-admin aside { background: #161616; padding: 16px; border-right: 1px solid rgba(255,255,255,0.06); }
.mock-admin aside b { color: #ffbd39; display: block; margin-bottom: 1rem; }
.mock-admin aside p { color: #999; margin: 0 0 0.55rem; font-size: 0.9rem; }
.mock-admin main { padding: 16px; }
.mock-admin header { display: flex; justify-content: space-between; margin-bottom: 14px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mock-kpis div { background: rgba(255,189,57,0.08); border: 1px solid rgba(255,189,57,0.2); border-radius: 12px; padding: 12px; }
.mock-kpis small { color: #aaa; display: block; }
.mock-kpis b { font-size: 1.35rem; color: #ffbd39; }
.mock-table div { height: 28px; margin-bottom: 8px; border-radius: 8px; background: rgba(255,255,255,0.06); }
.mock-iphone {
  width: 230px;
  height: 460px;
  border-radius: 36px;
  border: 3px solid #333;
  background: #000;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45), inset 0 0 0 2px #111;
  position: relative;
  padding: 14px 12px;
}
.mock-iphone-notch {
  width: 92px; height: 18px; border-radius: 12px; background: #111; margin: 0 auto 12px;
}
.mock-iphone-screen {
  height: calc(100% - 30px);
  border-radius: 24px;
  background: linear-gradient(180deg, #1a1a1a, #0d0d0d);
  padding: 14px;
  position: relative;
}
.mock-app-top b { display: block; color: #fff; }
.mock-app-top small { color: #999; }
.mock-app-card {
  margin-top: 12px;
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,189,57,0.1);
  border: 1px solid rgba(255,189,57,0.25);
}
.mock-app-card b, .mock-app-card small { display: block; }
.mock-app-card small { color: #bbb; margin-top: 4px; }
.mock-app-nav {
  position: absolute; left: 16px; right: 16px; bottom: 14px;
  display: flex; justify-content: space-around;
}
.mock-app-nav span { width: 8px; height: 8px; border-radius: 50%; background: #444; }
.mock-app-nav span.on { background: #ffbd39; }
.mock-dash { padding: 16px; width: min(100%, 680px); }
.mock-dash-head { display: flex; justify-content: space-between; margin-bottom: 14px; }
.mock-dash-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 12px; }
.chart { border-radius: 12px; background: #171717; border: 1px solid rgba(255,255,255,0.06); min-height: 140px; }
.chart.bars { display: flex; align-items: end; gap: 8px; padding: 16px; }
.chart.bars i { flex: 1; display: block; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #ffbd39, #8a6410); }
.chart.bars i:nth-child(1){height:40%} .chart.bars i:nth-child(2){height:70%}
.chart.bars i:nth-child(3){height:55%} .chart.bars i:nth-child(4){height:85%} .chart.bars i:nth-child(5){height:60%}
.chart.donut {
  background:
    radial-gradient(circle at center, #121212 42%, transparent 43%),
    conic-gradient(#ffbd39 0 55%, #48c6ef 55% 80%, #333 80% 100%);
}
.chart.line {
  background:
    linear-gradient(180deg, transparent 60%, rgba(255,189,57,0.15) 60%),
    radial-gradient(circle at 20% 60%, #ffbd39 3px, transparent 4px),
    radial-gradient(circle at 45% 35%, #ffbd39 3px, transparent 4px),
    radial-gradient(circle at 70% 50%, #ffbd39 3px, transparent 4px),
    radial-gradient(circle at 88% 28%, #ffbd39 3px, transparent 4px),
    #171717;
}
.mock-portal { display: grid; grid-template-columns: 150px 1fr; min-height: 260px; width: min(100%, 680px); }
.mock-portal-side { padding: 16px; background: #161616; }
.mock-portal-side b { color: #ffbd39; display: block; margin-bottom: 1rem; }
.mock-portal-side p { color: #999; margin: 0 0 0.5rem; }
.mock-portal-main { padding: 16px; }
.mock-portal-files { display: grid; gap: 8px; margin-top: 12px; }
.mock-portal-files span { display: block; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.06); }
.mock-chat { width: min(100%, 420px); padding: 14px; }
.mock-chat-head { display: flex; justify-content: space-between; margin-bottom: 12px; }
.mock-bubble { max-width: 85%; padding: 10px 12px; border-radius: 14px; margin-bottom: 8px; font-size: 0.9rem; line-height: 1.4; }
.mock-bubble.in { background: #222; }
.mock-bubble.out { background: rgba(255,189,57,0.18); border: 1px solid rgba(255,189,57,0.3); margin-left: auto; }
.mock-flow {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  width: min(100%, 680px);
}
.mock-flow .node {
  padding: 12px 14px;
  border-radius: 12px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  font-weight: 600;
}
.mock-flow .node.gold { background: rgba(255,189,57,0.15); border-color: rgba(255,189,57,0.4); color: #ffbd39; }
.mock-flow span { width: 28px; height: 2px; background: linear-gradient(90deg, #555, #ffbd39); }
.mock-secure { display: flex; gap: 20px; align-items: center; padding: 24px; width: min(100%, 520px); }
.mock-secure .shield {
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; color: #111;
  background: #ffbd39; box-shadow: 0 0 30px rgba(255,189,57,0.45);
}
.mock-secure ul { list-style: none; padding: 0; margin: 0; }
.mock-secure li { color: #ddd; padding: 0.35rem 0; }

/* Security */
.f5-security {
  background: #000;
}

.f5-security-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(255, 189, 57, 0.25);
  border-radius: 24px;
  padding: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 189, 57, 0.12), transparent 40%),
    linear-gradient(160deg, #141414 0%, #0a0a0a 100%);
}

.f5-security-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.f5-security-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.4rem;
  color: var(--f5-muted);
}

.f5-security-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--f5-gold);
  box-shadow: 0 0 12px rgba(255, 189, 57, 0.7);
}

.f5-security-visual {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--f5-line);
}

.f5-security-orb {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 189, 57, 0.28), transparent 70%);
  filter: blur(8px);
  animation: f5-orb-pulse 3.2s ease-in-out infinite;
}

.f5-security-shield {
  width: min(180px, 50vw);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 18px rgba(255, 189, 57, 0.35));
}

.f5-security-check {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: f5-draw-check 2.4s ease forwards infinite;
}

.f5-security-scanline {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 189, 57, 0.8), transparent);
  animation: f5-scan 2.8s linear infinite;
  z-index: 3;
}

@keyframes f5-orb-pulse {
  0%, 100% { transform: scale(0.9); opacity: 0.55; }
  50% { transform: scale(1.15); opacity: 1; }
}

@keyframes f5-draw-check {
  0%, 15% { stroke-dashoffset: 80; }
  45%, 70% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 80; }
}

@keyframes f5-scan {
  0% { top: 18%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 82%; opacity: 0; }
}

.f5-service-card p {
  margin: 0;
  color: var(--f5-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

/* AI / Brain constellation */
.f5-ai {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255, 189, 57, 0.12), transparent 42%),
    radial-gradient(ellipse at 80% 70%, rgba(70, 40, 140, 0.18), transparent 45%),
    radial-gradient(ellipse at 15% 85%, rgba(20, 80, 140, 0.22), transparent 40%),
    #020308;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.f5-ai-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.f5-ai-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 189, 57, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 189, 57, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 75%);
}

.f5-ai-bg-glow {
  position: absolute;
  left: 50%;
  top: 35%;
  width: min(900px, 90vw);
  height: 420px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 189, 57, 0.14), transparent 70%);
  filter: blur(10px);
  animation: f5-core-pulse 4.5s ease-in-out infinite;
}

.f5-ai > .container {
  position: relative;
  z-index: 1;
}

.f5-ai-intro .f5-section-lead {
  margin-bottom: 1.75rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.f5-brain-layout {
  display: grid;
  grid-template-columns: 1.55fr 0.75fr;
  gap: 22px;
  align-items: stretch;
}

.f5-brain-layout-wide {
  grid-template-columns: 1.75fr 0.75fr;
}

.f5-brain-stage {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 57, 0.28);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 189, 57, 0.08), transparent 42%),
    #05070f;
  box-shadow:
    inset 0 0 100px rgba(255, 189, 57, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 24px 70px rgba(0, 0, 0, 0.5);
}

.f5-brain-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 189, 57, 0.08), transparent 18%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 22%);
}

.f5-brain-stage-lg,
.f5-brain-stage-lg .f5-brain-svg {
  min-height: 760px;
}

.f5-brain-space {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.f5-brain-hud {
  position: absolute;
  inset: 14px 14px auto 14px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.f5-brain-hud-chip {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 189, 57, 0.35);
  background: rgba(5, 8, 16, 0.65);
  color: rgba(255, 214, 120, 0.92);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  backdrop-filter: blur(6px);
}

.f5-brain-hud-chip-right {
  margin-left: auto;
}

.f5-brain-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(68%, 520px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(255, 189, 57, 0.22);
  pointer-events: none;
  z-index: 1;
  animation: f5-orbit-spin 28s linear infinite;
  box-shadow: inset 0 0 40px rgba(255, 189, 57, 0.05);
}

.f5-brain-orbit::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbd39;
  box-shadow: 0 0 12px rgba(255, 189, 57, 0.9);
  transform: translateX(-50%);
}

.f5-brain-orbit-2 {
  width: min(82%, 640px);
  animation-duration: 42s;
  animation-direction: reverse;
  opacity: 0.7;
}

@keyframes f5-orbit-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.f5-brain-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
}

.f5-brain-synapse {
  fill: none;
  stroke: rgba(255, 189, 57, 0.28);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  animation: f5-synapse-dash 4s linear infinite;
}

.f5-brain-synapse.is-firing,
.f5-brain-synapse.is-active {
  stroke: rgba(255, 214, 120, 0.95);
  stroke-width: 2.4;
  filter: drop-shadow(0 0 6px rgba(255, 189, 57, 0.65));
}

.f5-brain-halo {
  fill: rgba(255, 189, 57, 0.12);
}

.f5-brain-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: f5-core-pulse 2.8s ease-in-out infinite;
}

.f5-brain-spark {
  opacity: 0.85;
  offset-distance: 0%;
  animation: f5-spark-travel 3.8s linear infinite;
}

.f5-brain-fold {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: f5-fold-draw 3.5s ease-in-out infinite;
}

.f5-brain-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: f5-core-pulse 2.2s ease-in-out infinite;
}

.f5-brain-node {
  cursor: pointer;
  outline: none;
}

.f5-brain-hit {
  fill: transparent;
}

.f5-brain-dot {
  fill: #ffbd39;
  stroke: rgba(255, 243, 200, 0.8);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(255, 189, 57, 0.8));
  transition: r 0.2s ease, fill 0.2s ease;
}

.f5-brain-node:hover .f5-brain-dot,
.f5-brain-node.is-active .f5-brain-dot,
.f5-brain-node:focus-visible .f5-brain-dot {
  fill: #fff2c2;
}

.f5-brain-node.is-active .f5-brain-dot {
  r: 9;
}

.f5-brain-label {
  fill: rgba(245, 245, 245, 0.9);
  font-size: 13px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.65);
  stroke-width: 3px;
}

.f5-brain-node.is-active .f5-brain-label {
  fill: #ffbd39;
  font-weight: 650;
}

.f5-brain-detail {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 189, 57, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 189, 57, 0.16), transparent 45%),
    linear-gradient(165deg, #12151f 0%, #07090f 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), inset 0 0 40px rgba(255, 189, 57, 0.04);
}

.f5-brain-detail-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
  top: -90px;
  background: linear-gradient(to bottom, transparent, rgba(255, 189, 57, 0.12), transparent);
  animation: f5-detail-scan 4.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes f5-detail-scan {
  0% { top: -90px; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 110%; opacity: 0; }
}

.f5-brain-detail-kicker {
  position: relative;
  color: var(--f5-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.f5-brain-detail h3 {
  position: relative;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.f5-brain-detail p {
  position: relative;
  color: var(--f5-muted);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.f5-brain-detail-meta {
  position: relative;
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.f5-brain-detail-meta li {
  border: 1px solid rgba(255, 189, 57, 0.2);
  border-radius: 12px;
  padding: 8px 8px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.f5-brain-detail-meta span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: rgba(255, 214, 120, 0.7);
  margin-bottom: 2px;
}

.f5-brain-detail-meta b {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 650;
}

.f5-brain-detail .f5-btn {
  position: relative;
}

@keyframes f5-synapse-dash {
  to { stroke-dashoffset: -120; }
}

@keyframes f5-spark-travel {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

@keyframes f5-fold-draw {
  0%, 100% { stroke-dashoffset: 120; opacity: 0.25; }
  50% { stroke-dashoffset: 0; opacity: 0.9; }
}

@keyframes f5-core-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.35); opacity: 1; }
}

/* Portfolio */
.f5-portfolio {
  background: var(--f5-ink);
}

.f5-portfolio-showcase {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 20px;
  margin-bottom: 2rem;
  align-items: stretch;
}

.f5-showcase-stage {
  position: relative;
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 57, 0.25);
  background: #000;
}

.f5-showcase-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s ease, transform 4.5s ease;
}

.f5-showcase-stage img.is-active {
  opacity: 1;
  transform: scale(1);
}

.f5-showcase-meta {
  border: 1px solid var(--f5-line);
  border-radius: 22px;
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(255, 189, 57, 0.08), transparent 50%),
    #121212;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f5-showcase-label {
  color: var(--f5-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.f5-showcase-meta h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
  color: #fff;
}

.f5-showcase-meta p {
  color: var(--f5-muted);
  margin: 0;
  line-height: 1.6;
}

.f5-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.f5-project-card {
  border-radius: var(--f5-radius);
  overflow: hidden;
  background: #111;
  border: 1px solid var(--f5-line);
  transition: transform 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.f5-project-card:hover,
.f5-project-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(255, 189, 57, 0.55);
}

.f5-project-media {
  aspect-ratio: 16 / 10;
  background: #000 center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.f5-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.f5-project-card:hover .f5-project-media img {
  transform: scale(1.08);
}

.f5-project-body {
  padding: 18px;
}

.f5-project-body .segment {
  color: var(--f5-gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  display: block;
}

.f5-project-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.f5-project-body p {
  margin: 0;
  color: var(--f5-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* About */
.f5-about {
  background: #000;
}

.f5-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.f5-about-stack {
  position: relative;
  min-height: 360px;
}

.f5-about-stack img {
  position: absolute;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(255, 189, 57, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.f5-about-stack .stack-main {
  width: 78%;
  height: 300px;
  left: 8%;
  top: 30px;
  z-index: 3;
}

.f5-about-stack .stack-back {
  width: 62%;
  height: 220px;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.75;
  transform: rotate(4deg);
}

.f5-about-stack .stack-side {
  width: 48%;
  height: 170px;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.85;
  transform: rotate(-5deg);
}

.f5-about-copy p {
  color: var(--f5-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.f5-about-copy strong {
  color: var(--f5-gold);
}

/* Contact CTA */
.f5-contact-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.f5-contact-intro h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 0.75rem;
}

.f5-contact-intro p {
  color: var(--f5-muted);
  max-width: 680px;
  margin: 0 auto 1.25rem;
  line-height: 1.7;
}

.f5-landing .contact-section .img {
  min-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0c0c0c;
}

.f5-contact-row {
  align-items: stretch !important;
}

.f5-contact-visual {
  background: #0c0c0c;
  padding: 0;
  margin: 0;
  align-items: stretch !important;
  justify-content: center;
  overflow: hidden;
}

.f5-contact-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #0c0c0c;
}

.f5-landing .contact-section .contact-form {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f5-landing .contact-section .block-9 > [class*="col-"] {
  display: flex;
}

@media (max-width: 767.98px) {
  .f5-contact-visual {
    min-height: 280px;
    order: -1;
  }

  .f5-contact-photo {
    min-height: 280px;
    max-height: 360px;
    height: auto;
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .f5-contact-visual,
  .f5-landing .contact-section .block-9 > [class*="col-"] {
    min-height: 560px;
  }

  .f5-contact-photo {
    max-height: none;
  }
}

.f5-landing .contact-form {
  width: 100%;
}

.f5-landing footer.ftco-footer {
  background: #050505;
}

.f5-anim-ready .f5-reveal,
.f5-anim-ready .f5-process-step,
.f5-anim-ready .f5-security-panel,
.f5-anim-ready .f5-brain-layout,
.f5-anim-ready .f5-balloon-field {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  will-change: opacity, transform;
}

.f5-anim-ready .f5-process-step {
  opacity: 0.35;
}

.f5-anim-ready .f5-reveal.is-inview,
.f5-anim-ready .f5-process-step.is-inview,
.f5-anim-ready .f5-security-panel.is-inview,
.f5-anim-ready .f5-brain-layout.is-inview,
.f5-anim-ready .f5-balloon-field.is-inview {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .f5-challenge-grid,
  .f5-process-track,
  .f5-portfolio-grid,
  .f5-about-grid,
  .f5-service-grid,
  .f5-security-panel,
  .f5-portfolio-showcase,
  .f5-brain-layout {
    grid-template-columns: 1fr 1fr;
  }

  .f5-hero {
    background-position: center;
    padding-top: 120px;
  }

  .f5-portfolio-showcase,
  .f5-security-panel,
  .f5-brain-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .f5-section {
    padding: 72px 0;
  }

  .f5-challenge-grid,
  .f5-process-track,
  .f5-portfolio-grid,
  .f5-about-grid,
  .f5-service-grid,
  .f5-security-panel,
  .f5-portfolio-showcase,
  .f5-brain-layout {
    grid-template-columns: 1fr;
  }

  .f5-brain-stage,
  .f5-brain-svg,
  .f5-brain-stage-lg,
  .f5-brain-stage-lg .f5-brain-svg {
    min-height: 480px;
  }

  .f5-brain-label {
    font-size: 11px;
  }

  .f5-balloon-field {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px;
  }

  .f5-balloon,
  .f5-balloon-lg {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100%;
    animation: none;
  }

  .mock-shop { grid-template-columns: 1fr 1fr; }
  .mock-admin, .mock-portal { grid-template-columns: 1fr; }
  .mock-dash-grid { grid-template-columns: 1fr; }
  .mock-flow { grid-template-columns: 1fr; }
  .mock-flow span { display: none; }
}

  .f5-hero h1 {
    max-width: none;
  }

  .f5-hero-photo {
    background-position: 65% center;
  }

  .f5-hero-glow-a,
  .f5-hero-glow-b {
    filter: blur(28px);
    opacity: 0.75;
  }

  .f5-scroll-cue {
    display: none;
  }

  .f5-about-stack {
    min-height: 280px;
  }

  .f5-showcase-stage {
    min-height: 240px;
  }

  .f5-media-reel-item {
    height: 150px;
  }
}

/* WhatsApp à esquerda (força sobre style.css que define right) */
.whatsapp-widget.whatsapp-widget--left {
  position: fixed !important;
  left: 22px !important;
  right: auto !important;
  bottom: 22px !important;
  z-index: 100000 !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.whatsapp-widget.whatsapp-widget--left .wa-toggle {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.whatsapp-widget.whatsapp-widget--left .wa-panel {
  right: auto !important;
  left: 0 !important;
  transform-origin: bottom left;
}

/* Widget IA (direita) */
.f5-ai-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  font-family: Poppins, sans-serif;
}

.f5-ai-toggle {
  position: relative;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: radial-gradient(circle at 35% 30%, #ffe08a 0%, #ffbd39 42%, #1a1408 100%);
  box-shadow:
    0 0 0 1px rgba(255, 189, 57, 0.55),
    0 0 28px rgba(255, 189, 57, 0.35),
    0 12px 28px rgba(0, 0, 0, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.f5-ai-toggle:hover,
.f5-ai-toggle:focus-visible {
  transform: translateY(-2px) scale(1.03);
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 189, 57, 0.85),
    0 0 36px rgba(255, 189, 57, 0.5),
    0 14px 32px rgba(0, 0, 0, 0.45);
}

.f5-ai-toggle-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 189, 57, 0.45);
  animation: f5-ai-ring 2.4s ease-out infinite;
}

.f5-ai-toggle-core {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #111;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

@keyframes f5-ai-ring {
  0% { transform: scale(0.92); opacity: 0.85; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

.f5-ai-panel {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: min(380px, calc(100vw - 28px));
  max-height: min(560px, calc(100vh - 110px));
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 57, 0.35);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 189, 57, 0.16), transparent 40%),
    linear-gradient(165deg, #141722 0%, #07090f 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 189, 57, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.f5-ai-widget.is-open .f5-ai-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.f5-ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255, 189, 57, 0.18);
  background: rgba(0, 0, 0, 0.25);
}

.f5-ai-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.f5-ai-orb {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 35% 30%, #fff4c8, #ffbd39 45%, #3a2a08 100%);
  box-shadow: 0 0 18px rgba(255, 189, 57, 0.55);
  animation: f5-core-pulse 2.4s ease-in-out infinite;
}

.f5-ai-title {
  color: #fff;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.2;
}

.f5-ai-subtitle {
  color: rgba(255, 214, 120, 0.85);
  font-size: 0.75rem;
}

.f5-ai-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}

.f5-ai-close:hover,
.f5-ai-close:focus-visible {
  opacity: 1;
  color: #ffbd39;
}

.f5-ai-messages {
  flex: 1;
  overflow: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
}

.f5-ai-bubble {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.f5-ai-bubble--assistant {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 189, 57, 0.22);
  color: #f2f2f2;
}

.f5-ai-bubble--user {
  align-self: flex-end;
  background: linear-gradient(135deg, #ffbd39, #d49a12);
  color: #111;
  border: 0;
}

.f5-ai-bubble.is-thinking {
  opacity: 0.75;
  font-style: italic;
}

.f5-ai-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 189, 57, 0.18);
  background: rgba(0, 0, 0, 0.28);
}

.f5-ai-input {
  width: 100%;
  resize: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0c0e14;
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.9rem;
}

.f5-ai-input:focus-visible {
  outline: 2px solid rgba(255, 189, 57, 0.65);
  outline-offset: 1px;
}

.f5-ai-send {
  border: 0;
  border-radius: 12px;
  background: #ffbd39;
  color: #111;
  font-weight: 650;
  padding: 0 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.f5-ai-send svg {
  width: 16px;
  height: 16px;
}

.f5-ai-send:disabled {
  opacity: 0.55;
  cursor: wait;
}

.f5-ai-lock {
  padding: 14px;
  border-top: 1px solid rgba(255, 189, 57, 0.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 189, 57, 0.12), transparent 50%),
    rgba(0, 0, 0, 0.4);
}

.f5-ai-lock-text {
  color: rgba(255, 230, 180, 0.92);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0 0 8px;
}

.f5-ai-lock-pitch {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0 0 12px;
}

.f5-ai-lock-cta,
.f5-ai-inline-cta,
.f5-ai-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.f5-ai-lock-cta:hover,
.f5-ai-inline-cta:hover,
.f5-ai-wa-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.36);
  color: #fff !important;
  text-decoration: none !important;
}

.f5-ai-wa-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.f5-ai-bubble--cta {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}

.f5-ai-widget.is-locked .f5-ai-toggle {
  filter: grayscale(0.25);
  box-shadow:
    0 0 0 1px rgba(255, 189, 57, 0.35),
    0 0 18px rgba(255, 189, 57, 0.2),
    0 12px 28px rgba(0, 0, 0, 0.4);
}

.f5-ai-widget .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Scan futurista no scroll */
.f5-page-scan {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.f5-page-scan.is-active {
  opacity: 1;
}

.f5-page-scan-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 189, 57, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 189, 57, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.f5-page-scan-beam {
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  top: 0;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(255, 189, 57, 0.05) 35%,
      rgba(255, 189, 57, 0.28) 50%,
      rgba(255, 189, 57, 0.05) 65%,
      transparent 100%
    );
  box-shadow: 0 0 40px rgba(255, 189, 57, 0.18);
}

.f5-page-scan-beam::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffbd39, transparent);
  box-shadow: 0 0 16px rgba(255, 189, 57, 0.85);
}

.f5-page-scan-hud {
  position: absolute;
  top: 88px;
  right: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 189, 57, 0.35);
  background: rgba(8, 10, 16, 0.55);
  backdrop-filter: blur(6px);
  color: #ffbd39;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 650;
}

.f5-page-scan-pct {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 767.98px) {
  .whatsapp-widget.whatsapp-widget--left {
    left: 14px !important;
    right: auto !important;
    bottom: 14px !important;
  }

  .f5-ai-widget {
    right: 14px;
    bottom: 14px;
  }

  .f5-ai-send span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .f5-anim-ready .f5-reveal,
  .f5-anim-ready .f5-process-step,
  .f5-anim-ready .f5-challenge-card,
  .f5-anim-ready .f5-service-group,
  .f5-anim-ready .f5-project-card,
  .f5-need-rotator span.is-active,
  .f5-btn,
  .f5-hero-copy > *,
  .f5-hero-photo,
  .f5-scroll-cue span,
  .f5-security-orb,
  .f5-security-check,
  .f5-security-scanline,
  .f5-media-reel-track,
  .f5-brain-synapse,
  .f5-brain-spark,
  .f5-brain-fold,
  .f5-brain-pulse,
  .f5-ai-toggle-ring,
  .f5-ai-orb,
  .f5-brain-orbit,
  .f5-brain-detail-scan,
  .f5-ai-bg-glow {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .f5-brain-orbit {
    transform: translate(-50%, -50%) !important;
  }

  .f5-security-scanline,
  .f5-brain-detail-scan,
  .f5-cursor-field,
  .f5-cosmos,
  .f5-cosmos-sun,
  .f5-cosmos-planet {
    display: none;
  }
}

/* FAQ / AEO */
.f5-faq-list {
  max-width: 860px;
  margin: 2rem auto 0;
  display: grid;
  gap: 14px;
}

.f5-faq-item {
  padding: 18px 20px;
  border: 1px solid rgba(255, 189, 57, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.25));
}

.f5-faq-q {
  color: #ffbd39;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.35;
}

.f5-faq-a {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.55;
}

.f5-faq-ai-note {
  max-width: 860px;
  margin: 1.5rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.f5-faq-ai-note a {
  color: #ffbd39;
  text-decoration: underline;
}
