/* ============================================================
   FitaFlow — Novo visual (Redesign 2026)
   Home + páginas com header/footer v2
   ============================================================ */

:root {
  --ff-bg: #F4F2FB;
  --ff-ink: #131A45;
  --ff-ink-soft: #4A4E75;
  --ff-ink-mute: #6B6F96;
  --ff-navy: #0B102C;
  --ff-violet: #8B5CF6;
  --ff-violet-deep: #7C3AED;
  --ff-pink: #EC4899;
  --ff-pink-soft: #F472B6;
  --ff-blue: #38BDF8;
  --ff-gold: #FACC15;
}

html { scroll-behavior: smooth; }

body.ffv2 {
  margin: 0;
  background: var(--ff-bg);
  color: #101433;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 0;
  overflow-x: clip;
}
.ffv2 *, .ffv2 *::before, .ffv2 *::after { box-sizing: border-box; }

@keyframes ffFloat { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-14px); } }
@keyframes ffFloatB { 0%,100% { transform: translateY(0px) rotate(-8deg); } 50% { transform: translateY(-10px) rotate(-4deg); } }
@keyframes ffPulse { 0%,100% { filter: drop-shadow(0 0 6px rgba(250,204,21,.85)) drop-shadow(0 0 22px rgba(251,146,60,.55)); transform: scale(1); } 50% { filter: drop-shadow(0 0 14px rgba(250,204,21,1)) drop-shadow(0 0 40px rgba(251,146,60,.9)); transform: scale(1.06); } }
@keyframes ffPulseCenter { 0%,100% { filter: drop-shadow(0 0 6px rgba(250,204,21,.85)) drop-shadow(0 0 22px rgba(251,146,60,.55)); transform: translate(-53%, -56%) scale(1); } 50% { filter: drop-shadow(0 0 14px rgba(250,204,21,1)) drop-shadow(0 0 40px rgba(251,146,60,.9)); transform: translate(-53%, -56%) scale(1.06); } }
@keyframes ffDash { to { stroke-dashoffset: -220; } }
@keyframes ffShine { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@keyframes ffSparkle { 0%,100% { opacity: .2; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes ffNeonPulse { 0%,100% { filter: drop-shadow(0 0 4px rgba(236,72,153,.5)) drop-shadow(0 0 12px rgba(139,92,246,.3)); } 50% { filter: drop-shadow(0 0 7px rgba(236,72,153,.85)) drop-shadow(0 0 20px rgba(139,92,246,.55)); } }

.ff-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ===== Flash ===== */
.ff-flash { max-width: 1240px; margin: 14px auto 0; padding: 0 24px; }
.ff-flash > div { padding: 13px 18px; border-radius: 14px; font-weight: 700; font-size: 14px; }
.ff-flash__success { background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.35); color: #065F46; }
.ff-flash__error { background: rgba(236,72,153,.12); border: 1px solid rgba(236,72,153,.35); color: #9D174D; }

/* ===== Topbar ===== */
.ff-topbar {
  background: linear-gradient(90deg, #7C3AED 0%, #5B4FE8 35%, #2563EB 70%, #7C3AED 100%);
  padding: 9px 16px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.ff-topbar svg { filter: drop-shadow(0 0 6px rgba(250,204,21,.9)); flex-shrink: 0; }
.ff-topbar span { color: #FFFFFF; font-size: 13.5px; font-weight: 700; letter-spacing: .02em; }

/* ===== Header ===== */
.ff-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,16,44,.94);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(124,58,237,.35);
}
.ff-header__inner {
  max-width: 1240px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.ff-logo { text-decoration: none; display: flex; align-items: center; gap: 10px; }
.ff-logo__word { font-family: Sora, sans-serif; font-weight: 800; font-size: 25px; letter-spacing: -0.01em; line-height: 1; }
.ff-logo__word .fita { background: linear-gradient(90deg, #38BDF8, #60A5FA); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ff-logo__word .flow { background: linear-gradient(90deg, #F472B6, #EC4899); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ff-nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin: 0 auto; }
.ff-nav a { color: #C9C6E8; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .25s; }
.ff-nav a:hover, .ff-nav a.is-active { color: #F472B6; }
.ff-nav a.is-active { color: #EDEBFF; }
.ff-nav a.is-active:hover { color: #F472B6; }
.ff-actions { display: flex; align-items: center; gap: 18px; }
.ff-actions__sep { width: 1px; height: 22px; background: rgba(255,255,255,.22); }
.ff-iconbtn {
  position: relative; display: flex; background: none; border: none; cursor: pointer;
  color: #EDEBFF; padding: 2px; text-decoration: none; transition: color .25s;
}
.ff-iconbtn:hover { color: #F472B6; }
.ff-cart-badge {
  position: absolute; top: -7px; right: -9px; min-width: 18px; height: 18px; padding: 0 4px;
  border-radius: 999px; background: linear-gradient(120deg, #8B5CF6, #EC4899);
  color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center;
  box-shadow: 0 0 10px rgba(236,72,153,.7); transition: transform .25s;
}
.ff-burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; color: #EDEBFF; }
.ff-burger span { display: block; width: 24px; height: 2.6px; border-radius: 3px; background: currentColor; margin: 5px 0; transition: transform .3s, opacity .3s; }
.ff-search-btn { display: none; }

/* Drawer mobile */
.ff-drawer { position: fixed; inset: 0; z-index: 90; pointer-events: none; }
.ff-drawer__backdrop { position: absolute; inset: 0; background: rgba(5,8,24,.6); opacity: 0; transition: opacity .3s; }
.ff-drawer__panel {
  position: absolute; top: 0; left: 0; bottom: 0; width: min(320px, 84vw);
  background: linear-gradient(160deg, #0C1233, #171040);
  border-right: 1px solid rgba(139,92,246,.35);
  padding: 22px; transform: translateX(-102%); transition: transform .32s cubic-bezier(.2,.7,.2,1);
  display: flex; flex-direction: column; gap: 6px; overflow-y: auto;
}
.ff-drawer.is-open { pointer-events: auto; }
.ff-drawer.is-open .ff-drawer__backdrop { opacity: 1; }
.ff-drawer.is-open .ff-drawer__panel { transform: translateX(0); }
.ff-drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ff-drawer__close { background: none; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: #EDEBFF; width: 34px; height: 34px; display: grid; place-items: center; cursor: pointer; }
.ff-drawer__links { display: grid; gap: 4px; }
.ff-drawer__links a {
  color: #C9C6E8; text-decoration: none; font-size: 15px; font-weight: 700;
  padding: 12px 12px; border-radius: 12px; transition: background .2s, color .2s;
}
.ff-drawer__links a:hover { background: rgba(139,92,246,.14); color: #fff; }
.ff-drawer__cta { margin-top: auto; display: grid; gap: 10px; padding-top: 18px; }

/* Busca */
.ff-search { position: fixed; inset: 0; z-index: 95; display: none; align-items: flex-start; justify-content: center; padding: 90px 18px 20px; }
.ff-search.is-open { display: flex; }
.ff-search__backdrop { position: absolute; inset: 0; background: rgba(5,8,24,.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.ff-search__box {
  position: relative; width: min(560px, 100%); background: linear-gradient(150deg, #0C1233, #171040);
  border: 1px solid rgba(139,92,246,.45); border-radius: 20px; padding: 20px;
  box-shadow: 0 30px 70px rgba(5,8,24,.6);
}
.ff-search__field { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(139,92,246,.5); border-radius: 13px; padding: 12px 14px; color: #C9C6E8; }
.ff-search__field input { flex: 1; background: none; border: none; outline: none; color: #fff; font-family: inherit; font-size: 15px; }
.ff-search__field input::placeholder { color: #8B8FBB; }
.ff-search__hint { margin: 14px 2px 6px; color: #8B8FBB; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; }
.ff-search__links { display: grid; gap: 6px; }
.ff-search__links a { color: #C9C6E8; text-decoration: none; font-size: 14px; font-weight: 700; padding: 10px 12px; border-radius: 10px; display: flex; align-items: center; gap: 9px; }
.ff-search__links a:hover { background: rgba(139,92,246,.14); color: #fff; }

/* ===== Botões ===== */
.ff-btn-grad {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 28px; border-radius: 14px; border: none; cursor: pointer;
  background: linear-gradient(110deg, #8B5CF6, #C026D3 55%, #EC4899);
  background-size: 200% 100%;
  color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; text-decoration: none;
  box-shadow: 0 10px 30px rgba(192,38,211,.4);
  animation: ffShine 6s linear infinite;
  transition: box-shadow .3s, transform .3s;
}
.ff-btn-grad:hover { box-shadow: 0 14px 38px rgba(192,38,211,.55); transform: translateY(-2px); }
.ff-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border-radius: 14px;
  background: #FFFFFF; border: 1.5px solid rgba(19,26,69,.16);
  color: #131A45; font-weight: 700; font-size: 15px; text-decoration: none; cursor: pointer;
  transition: border-color .25s, color .25s;
}
.ff-btn-ghost:hover { border-color: #8B5CF6; color: #7C3AED; }

/* ===== Hero ===== */
.ff-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 480px at 12% 0%, #FFFFFF 0%, rgba(255,255,255,0) 60%),
    radial-gradient(800px 500px at 88% 18%, rgba(196,181,253,.45) 0%, rgba(196,181,253,0) 65%),
    radial-gradient(700px 420px at 70% 90%, rgba(244,114,182,.18) 0%, rgba(244,114,182,0) 60%),
    #F4F2FB;
}
.ff-hero__grid {
  max-width: 1240px; margin: 0 auto; padding: 56px 24px 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  gap: 32px; align-items: center;
}
.ff-hero__copy { min-width: 0; }
.ff-eyebrow-pill {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 16px; border-radius: 999px;
  background: #FFFFFF; border: 1px solid rgba(139,92,246,.35);
  box-shadow: 0 4px 18px rgba(139,92,246,.16);
  font-size: 12px; font-weight: 800; letter-spacing: .14em; color: #7C3AED;
}
.ff-eyebrow-pill i {
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(120deg, #38BDF8, #EC4899);
  box-shadow: 0 0 8px rgba(236,72,153,.8);
}
.ff-hero__copy h1 {
  margin: 22px 0 0; font-family: Sora, sans-serif; font-weight: 800;
  font-size: clamp(40px, 4.6vw, 62px); line-height: 1.06; letter-spacing: -0.025em; color: #131A45;
}
.ff-grad-text { background: linear-gradient(92deg, #8B5CF6 5%, #EC4899 60%, #F472B6 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ff-hero__copy h1 em { font-style: italic; }
.ff-hero__copy > p { margin: 20px 0 0; max-width: 460px; font-size: 16.5px; line-height: 1.65; color: #4A4E75; }
.ff-hero__actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.ff-hero__feats { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.ff-feat { display: flex; align-items: center; gap: 9px; }
.ff-feat > span:first-child {
  width: 34px; height: 34px; border-radius: 50%; background: #fff; flex-shrink: 0;
  border: 1px solid rgba(139,92,246,.3); display: grid; place-items: center;
  box-shadow: 0 3px 12px rgba(139,92,246,.15);
}
.ff-feat > span:last-child { font-size: 12.5px; font-weight: 700; color: #3E4370; line-height: 1.3; }

.ff-hero__visual { position: relative; width: 100%; max-width: 560px; margin: 0 auto; height: clamp(380px, 42vw, 500px); min-width: 0; }
.ff-hero__bolt { position: absolute; top: 2px; right: 5%; z-index: 3; animation: ffPulse 2.6s ease-in-out infinite; }
.ff-hero__paths { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.ff-hero__paths path:first-child { animation: ffDash 7s linear infinite; opacity: .8; }
.ff-hero__paths path:last-child { animation: ffDash 9s linear infinite; opacity: .7; }
.ff-hero__model { position: absolute; left: 0; bottom: 0; width: 56%; height: 97%; z-index: 1; mix-blend-mode: multiply; object-fit: contain; object-position: bottom; }
.ff-hero__box {
  position: absolute; right: 4%; top: 20%; width: 42%; height: 44%; z-index: 2; mix-blend-mode: multiply; object-fit: contain;
  animation: ffFloat 5.5s ease-in-out infinite;
  filter: drop-shadow(0 20px 28px rgba(59,7,100,.28));
}
.ff-hero__saches {
  position: absolute; right: 6%; bottom: 1%; width: 40%; height: 32%; z-index: 2; mix-blend-mode: multiply; object-fit: contain;
  animation: ffFloatB 6.5s ease-in-out infinite;
  filter: drop-shadow(0 16px 24px rgba(59,7,100,.25));
}
.ff-spark { position: absolute; border-radius: 50%; z-index: 2; }
.ff-spark--1 { left: 2%; bottom: 40px; width: 10px; height: 10px; background: #A78BFA; box-shadow: 0 0 12px #A78BFA; animation: ffSparkle 3s ease-in-out infinite; }
.ff-spark--2 { right: 0; top: 40%; width: 8px; height: 8px; background: #F472B6; box-shadow: 0 0 12px #F472B6; animation: ffSparkle 2.4s ease-in-out .6s infinite; }
.ff-spark--3 { left: 50%; top: 6px; width: 7px; height: 7px; background: #38BDF8; box-shadow: 0 0 12px #38BDF8; animation: ffSparkle 2.8s ease-in-out 1.1s infinite; }

/* ===== Stats band ===== */
.ff-stats { max-width: 1240px; margin: 6px auto 0; padding: 0 24px; }
.ff-stats__card {
  background: linear-gradient(120deg, #0C1233 0%, #141B4D 60%, #1A1240 100%);
  border-radius: 24px; padding: 26px 30px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  box-shadow: 0 24px 60px rgba(12,18,51,.35);
  border: 1px solid rgba(139,92,246,.28);
}
.ff-stat { display: flex; align-items: center; gap: 12px; min-width: 200px; flex: 1; }
.ff-stat__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; flex-shrink: 0; }
.ff-stat__icon--pink { background: rgba(236,72,153,.12); border: 1px solid rgba(236,72,153,.5); box-shadow: 0 0 18px rgba(236,72,153,.25); }
.ff-stat__icon--gold { background: rgba(250,204,21,.1); border: 1px solid rgba(250,204,21,.5); box-shadow: 0 0 18px rgba(250,204,21,.22); }
.ff-stat__icon--blue { background: rgba(56,189,248,.1); border: 1px solid rgba(56,189,248,.5); box-shadow: 0 0 18px rgba(56,189,248,.22); }
.ff-stat strong { display: block; color: #fff; font-size: 15px; font-family: Sora, sans-serif; }
.ff-stat small { color: #9FA3CF; font-size: 12.5px; }
.ff-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.ff-chip { padding: 12px 16px; border-radius: 14px; text-align: center; border: 1px solid rgba(139,92,246,.55); background: rgba(139,92,246,.08); }
.ff-chip--pink { border-color: rgba(236,72,153,.55); background: rgba(236,72,153,.08); }
.ff-chip--blue { border-color: rgba(56,189,248,.55); background: rgba(56,189,248,.08); }
.ff-chip--gold { border-color: rgba(250,204,21,.55); background: rgba(250,204,21,.08); }
.ff-chip strong { display: block; color: #fff; font-size: 16px; font-family: Sora, sans-serif; white-space: nowrap; }
.ff-chip small { color: #9FA3CF; font-size: 11px; white-space: nowrap; }
.ff-chip--pink small { color: #F9A8D4; }
.ff-chip--pink strong { color: #F472B6; }

/* ===== Audience ===== */
.ff-aud { max-width: 1240px; margin: 0 auto; padding: 34px 24px 10px; }
.ff-aud__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); gap: 16px; align-items: stretch; }
.ff-aud__intro { background: #FFFFFF; border-radius: 20px; padding: 22px; border: 1px solid rgba(139,92,246,.18); box-shadow: 0 10px 30px rgba(19,26,69,.07); min-width: 0; }
.ff-tag { display: inline-block; padding: 5px 12px; border-radius: 999px; background: rgba(139,92,246,.1); color: #7C3AED; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; }
.ff-aud__intro h2 { margin: 12px 0 8px; font-family: Sora, sans-serif; font-size: 23px; line-height: 1.2; letter-spacing: -0.02em; color: #131A45; }
.ff-aud__intro p { margin: 0; font-size: 13px; line-height: 1.6; color: #5A5E86; }
.ff-aud__card {
  background: #FFFFFF; border-radius: 20px; padding: 24px 18px; text-align: center;
  box-shadow: 0 10px 30px rgba(19,26,69,.07);
  transition: transform .3s, box-shadow .3s; min-width: 0;
}
.ff-aud__card svg { filter: drop-shadow(0 0 8px rgba(139,92,246,.4)); }
.ff-aud__card strong { display: block; margin-top: 12px; font-family: Sora, sans-serif; font-size: 15.5px; color: #131A45; }
.ff-aud__card span { display: block; margin-top: 6px; font-size: 12px; line-height: 1.5; color: #6B6F96; }
.ff-aud__card--blue { border: 1px solid rgba(56,189,248,.25); }
.ff-aud__card--blue:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(56,189,248,.22); }
.ff-aud__card--violet { border: 1px solid rgba(139,92,246,.25); }
.ff-aud__card--violet:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(139,92,246,.22); }
.ff-aud__card--rose { border: 1px solid rgba(244,114,182,.3); }
.ff-aud__card--rose:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(244,114,182,.24); }
.ff-aud__card--pink { border: 1px solid rgba(236,72,153,.3); }
.ff-aud__card--pink:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(236,72,153,.22); }
.ff-aud__card--orange { border: 1px solid rgba(251,146,60,.35); }
.ff-aud__card--orange:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(251,146,60,.24); }

/* ===== Produto em destaque ===== */
.ff-prod { max-width: 1240px; margin: 0 auto; padding: 28px 24px; }
.ff-prod__card {
  background: linear-gradient(130deg, #0C1233 0%, #131A4A 55%, #1D1245 100%);
  border-radius: 26px; padding: clamp(22px, 3.4vw, 42px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 34px;
  border: 1px solid rgba(139,92,246,.3);
  box-shadow: 0 30px 70px rgba(12,18,51,.4);
  position: relative; overflow: hidden;
}
.ff-prod__glow { position: absolute; top: -120px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,.28) 0%, rgba(139,92,246,0) 70%); }
.ff-prod__media { min-width: 0; position: relative; }
.ff-prod__main {
  width: 100%; height: 330px; border-radius: 20px; object-fit: cover; display: block;
  box-shadow: 0 24px 50px rgba(0,0,0,.45); border: 1px solid rgba(139,92,246,.35);
}
.ff-prod__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.ff-prod__thumbs img { width: 100%; height: 92px; border-radius: 14px; object-fit: cover; display: block; border: 1px solid rgba(139,92,246,.3); background: #fff; }
.ff-prod__info { min-width: 0; position: relative; }
.ff-tag-outline {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(56,189,248,.6); color: #7DD3FC; background: rgba(56,189,248,.08);
  font-size: 11px; font-weight: 800; letter-spacing: .14em;
}
.ff-prod__info h2 { margin: 14px 0 8px; font-family: Sora, sans-serif; font-size: clamp(30px, 3vw, 40px); letter-spacing: -0.02em; color: #FFFFFF; }
.ff-prod__rating { display: flex; align-items: center; gap: 8px; }
.ff-prod__stars { color: #FACC15; font-size: 16px; letter-spacing: 2px; text-shadow: 0 0 10px rgba(250,204,21,.5); }
.ff-prod__rating span:last-child { color: #9FA3CF; font-size: 13px; font-weight: 600; }
.ff-prod__desc { margin: 16px 0 0; font-size: 14.5px; line-height: 1.65; color: #B9BCDF; max-width: 400px; }
.ff-checklist { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.ff-checklist li { display: flex; align-items: center; gap: 10px; color: #E4E2F7; font-size: 14px; font-weight: 600; }
.ff-checklist li > span {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.6);
  display: grid; place-items: center;
}
.ff-prod__buy { min-width: 0; position: relative; }
.ff-buybox {
  background: rgba(10,14,38,.75); border: 1px solid rgba(139,92,246,.4); border-radius: 20px;
  padding: 24px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: 0 20px 44px rgba(0,0,0,.35);
}
.ff-buybox__price { font-family: Sora, sans-serif; font-size: 34px; color: #FFFFFF; letter-spacing: -0.02em; }
.ff-buybox__compare { color: #8B8FBB; font-size: 15px; text-decoration: line-through; margin-left: 8px; }
.ff-buybox__installments { display: block; margin-top: 2px; color: #9FA3CF; font-size: 13px; }
.ff-buybox__flavor { margin-top: 16px; display: flex; align-items: center; gap: 8px; }
.ff-buybox__flavor b { color: #C9C6E8; font-size: 13px; font-weight: 700; }
.ff-buybox__flavor span { color: #9FA3CF; font-size: 13px; }
.ff-buybox__mint {
  display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; margin-top: 8px;
  background: radial-gradient(circle at 35% 30%, #6EE7B7, #059669);
  box-shadow: 0 0 14px rgba(16,185,129,.5); border: 2px solid rgba(255,255,255,.3);
}
.ff-buybox__qty-label { display: block; color: #C9C6E8; font-size: 13px; font-weight: 700; margin: 16px 0 8px; }
.ff-qty { display: inline-flex; align-items: center; border: 1px solid rgba(139,92,246,.5); border-radius: 12px; overflow: hidden; }
.ff-qty button { width: 40px; height: 40px; background: rgba(139,92,246,.12); border: none; color: #fff; font-size: 19px; cursor: pointer; transition: background .2s; font-family: inherit; }
.ff-qty button:hover { background: rgba(139,92,246,.3); }
.ff-qty output { width: 52px; text-align: center; color: #fff; font-weight: 800; font-size: 15px; }
.ff-buybox__add {
  width: 100%; margin-top: 18px; padding: 15px; border: none; border-radius: 13px;
  background: linear-gradient(110deg, #8B5CF6, #C026D3 55%, #EC4899); background-size: 200% 100%;
  color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 12px 28px rgba(192,38,211,.45);
  animation: ffShine 6s linear infinite;
  transition: transform .3s, box-shadow .3s;
  text-decoration: none;
}
.ff-buybox__add:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(192,38,211,.6); }
.ff-buybox__now {
  width: 100%; margin-top: 10px; padding: 14px; border-radius: 13px; background: transparent;
  border: 1.5px solid rgba(255,255,255,.3); color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 14.5px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: border-color .25s, color .25s; text-decoration: none;
}
.ff-buybox__now:hover { border-color: #F472B6; color: #F9A8D4; }
.ff-buybox__ship { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; color: #9FA3CF; font-size: 12.5px; }

/* ===== Como funciona ===== */
.ff-how { max-width: 1240px; margin: 0 auto; padding: 18px 24px 30px; }
.ff-how__card {
  background: #FFFFFF; border-radius: 24px; padding: 30px clamp(22px, 3vw, 40px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 26px; align-items: center;
  border: 1px solid rgba(139,92,246,.16);
  box-shadow: 0 14px 40px rgba(19,26,69,.08);
}
.ff-how__head { min-width: 0; }
.ff-tag--pink { background: rgba(236,72,153,.08); color: #DB2777; }
.ff-how__head h2 { margin: 12px 0 0; font-family: Sora, sans-serif; font-size: 26px; letter-spacing: -0.02em; color: #131A45; }
.ff-how__more { display: none; color: #7C3AED; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.ff-step { display: flex; align-items: center; gap: 14px; min-width: 0; }
.ff-step__icon { flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%; background: #fff; display: grid; place-items: center; transition: box-shadow .5s; }
.ff-step__icon--blue { border: 2px solid rgba(56,189,248,.45); box-shadow: 0 6px 20px rgba(56,189,248,.2); }
.ff-step__icon--pink { border: 2px solid rgba(244,114,182,.5); box-shadow: 0 6px 20px rgba(244,114,182,.22); }
.ff-step__icon--gold { border: 2px solid rgba(250,204,21,.55); box-shadow: 0 6px 20px rgba(250,204,21,.25); }
.ff-step__num { color: #A78BFA; font-weight: 800; font-size: 13px; font-family: Sora, sans-serif; }
.ff-step strong { display: block; color: #131A45; font-size: 15.5px; font-family: Sora, sans-serif; }
.ff-step small { display: block; color: #6B6F96; font-size: 12.5px; margin-top: 3px; }

/* ===== Cérebro / Ciência ===== */
.ff-brain { max-width: 1240px; margin: 0 auto; padding: 0 24px 30px; }
.ff-brain__card {
  background:
    radial-gradient(700px 420px at 22% 55%, rgba(124,58,237,.32) 0%, rgba(124,58,237,0) 65%),
    linear-gradient(120deg, #090E2C 0%, #101740 55%, #170F3C 100%);
  border-radius: 26px; padding: clamp(24px, 3.4vw, 46px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: 30px; align-items: center;
  border: 1px solid rgba(139,92,246,.32);
  box-shadow: 0 30px 70px rgba(9,14,44,.5);
  position: relative; overflow: hidden;
}
.ff-brain__stage { position: relative; min-width: 0; min-height: 360px; }
.ff-brain__canvas { width: 100%; height: 420px; display: block; }
.ff-brain__info { min-width: 0; position: relative; }
.ff-brain__info h2 { margin: 16px 0 0; font-family: Sora, sans-serif; font-size: clamp(28px, 3vw, 38px); line-height: 1.14; letter-spacing: -0.02em; color: #FFFFFF; }
.ff-brain__info > p { margin: 14px 0 0; font-size: 14.5px; line-height: 1.65; color: #B9BCDF; max-width: 430px; }
.ff-brain__points { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); gap: 14px; margin-top: 24px; }
.ff-point { display: flex; align-items: center; gap: 10px; }
.ff-point__icon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.ff-point__icon--rose { border: 1px solid rgba(244,114,182,.6); background: rgba(244,114,182,.08); box-shadow: 0 0 14px rgba(244,114,182,.25); }
.ff-point__icon--violet { border: 1px solid rgba(139,92,246,.6); background: rgba(139,92,246,.08); box-shadow: 0 0 14px rgba(139,92,246,.25); }
.ff-point__icon--gold { border: 1px solid rgba(250,204,21,.6); background: rgba(250,204,21,.08); box-shadow: 0 0 14px rgba(250,204,21,.22); }
.ff-point__icon--blue { border: 1px solid rgba(56,189,248,.6); background: rgba(56,189,248,.08); box-shadow: 0 0 14px rgba(56,189,248,.22); }
.ff-point strong { display: block; color: #fff; font-size: 13.5px; font-family: Sora, sans-serif; }
.ff-point small { color: #9FA3CF; font-size: 11.5px; }

/* ===== Roleta + Influencer ===== */
.ff-duo {
  max-width: 1240px; margin: 0 auto; padding: 0 24px 34px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: 22px;
}
.ff-duo__card {
  position: relative; overflow: hidden; border-radius: 24px; padding: 30px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  box-shadow: 0 24px 60px rgba(12,18,51,.4);
}
.ff-duo__card--roleta {
  background:
    radial-gradient(400px 300px at 80% 30%, rgba(236,72,153,.3) 0%, rgba(236,72,153,0) 70%),
    linear-gradient(120deg, #0C1233, #1A1240);
  border: 1px solid rgba(236,72,153,.35);
}
.ff-duo__card--inf {
  background:
    radial-gradient(400px 300px at 15% 80%, rgba(56,189,248,.24) 0%, rgba(56,189,248,0) 70%),
    linear-gradient(120deg, #0C1233, #101B4D);
  border: 1px solid rgba(56,189,248,.35);
}
.ff-duo__stars { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.ff-duo__copy { flex: 1; min-width: 220px; position: relative; z-index: 1; }
.ff-duo__copy h3 { margin: 0; font-family: Sora, sans-serif; font-size: 27px; letter-spacing: -0.02em; color: #fff; }
.ff-duo__copy p { margin: 10px 0 0; color: #B9BCDF; font-size: 14px; line-height: 1.6; max-width: 300px; }
.ff-duo__btn {
  margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px;
  border: none; border-radius: 13px;
  background: linear-gradient(110deg, #8B5CF6, #EC4899);
  color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 14.5px;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 10px 26px rgba(236,72,153,.45);
  transition: transform .3s, box-shadow .3s;
}
.ff-duo__btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(236,72,153,.6); }
.ff-duo__btn--pink { background: linear-gradient(110deg, #EC4899, #F472B6); }
.ff-wheelwrap { position: relative; width: 244px; height: 244px; margin: 0 auto; z-index: 1; }
.ff-wheelwrap__pin { position: absolute; left: 50%; top: -14px; transform: translateX(-50%); z-index: 3; display: grid; place-items: center; filter: drop-shadow(0 0 10px rgba(253,224,71,.9)); }
.ff-wheelwrap__pin i { width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 12px solid #FDE047; margin-top: -4px; }
.ff-wheelwrap__canvas {
  position: absolute; inset: 0; width: 244px; height: 244px; z-index: 1; border-radius: 50%;
  filter: drop-shadow(0 0 26px rgba(139,92,246,.6)) drop-shadow(0 0 10px rgba(236,72,153,.45));
}
.ff-wheelwrap__hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #3A2C7A, #171040);
  border: 3px solid #FDE047; display: grid; place-items: center;
  box-shadow: 0 0 20px rgba(253,224,71,.5);
}
.ff-wheelwrap__spark1 { position: absolute; left: -8px; top: 34%; width: 8px; height: 8px; border-radius: 50%; background: #F472B6; box-shadow: 0 0 10px #F472B6; animation: ffSparkle 2.2s ease-in-out infinite; }
.ff-wheelwrap__spark2 { position: absolute; right: -4px; bottom: 20%; width: 7px; height: 7px; border-radius: 50%; background: #FDE047; box-shadow: 0 0 10px #FDE047; animation: ffSparkle 2.8s ease-in-out .5s infinite; }
.ff-duo__art { position: relative; flex: 1.2; min-width: min(300px, 100%); height: 248px; margin: 0 auto; z-index: 1; }
.ff-duo__art svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; animation: ffNeonPulse 3.4s ease-in-out infinite; }

/* ===== FAQ ===== */
.ff-faq { max-width: 1240px; margin: 0 auto; padding: 0 24px 44px; }
.ff-faq__head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.ff-faq__head h2 { margin: 0; font-family: Sora, sans-serif; font-size: 27px; letter-spacing: -0.02em; color: #131A45; }
.ff-faq__all { color: #7C3AED; font-size: 13.5px; font-weight: 700; text-decoration: none; background: none; border: none; cursor: pointer; font-family: inherit; padding: 0; }
.ff-faq__all:hover { color: #EC4899; }
.ff-faq__grid { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); gap: 12px 22px; align-items: start; }
.ff-faq__item { background: #FFFFFF; border: 1px solid rgba(139,92,246,.18); border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(19,26,69,.05); }
.ff-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit;
}
.ff-faq__q span { font-size: 14.5px; font-weight: 700; color: #1E2455; }
.ff-faq__q svg { flex-shrink: 0; transition: transform .3s; }
.ff-faq__item.is-open .ff-faq__q svg { transform: rotate(180deg); }
.ff-faq__a { display: none; padding: 0 18px 16px; color: #5A5E86; font-size: 13.5px; line-height: 1.65; }
.ff-faq__item.is-open .ff-faq__a { display: block; }

/* ===== Footer ===== */
.ff-footer { background: linear-gradient(180deg, #0B102C, #0A0E26); border-top: 1px solid rgba(139,92,246,.3); padding: 46px 24px 0; }
.ff-footer__grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr)); gap: 34px; }
.ff-footer__brand p { margin: 12px 0 0; color: #8B8FBB; font-size: 13px; line-height: 1.65; max-width: 240px; }
.ff-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.ff-footer__social a {
  width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(139,92,246,.45);
  display: grid; place-items: center; color: #C9C6E8; transition: border-color .25s, color .25s;
}
.ff-footer__social a:hover { border-color: #EC4899; color: #F472B6; }
.ff-footer strong.ff-footer__title { display: block; color: #fff; font-size: 13.5px; font-family: Sora, sans-serif; margin-bottom: 14px; }
.ff-footer__links { display: grid; gap: 9px; }
.ff-footer__links a { color: #8B8FBB; font-size: 13px; text-decoration: none; transition: color .25s; }
.ff-footer__links a:hover { color: #F472B6; }
.ff-pay { display: flex; gap: 8px; flex-wrap: wrap; }
.ff-pay__visa { height: 34px; padding: 0 12px; border-radius: 8px; background: #FFFFFF; display: grid; place-items: center; font-weight: 800; font-style: italic; font-size: 13px; color: #1A1F71; letter-spacing: .02em; }
.ff-pay__mc { height: 34px; padding: 0 12px; border-radius: 8px; background: #FFFFFF; display: flex; align-items: center; }
.ff-pay__mc i { width: 16px; height: 16px; border-radius: 50%; display: block; }
.ff-pay__mc i:first-child { background: #EB001B; }
.ff-pay__mc i:last-child { background: #F79E1B; margin-left: -7px; }
.ff-pay__pix { height: 34px; padding: 0 12px; border-radius: 8px; background: #FFFFFF; display: flex; align-items: center; gap: 5px; font-weight: 800; font-size: 12.5px; color: #32BCAD; }
.ff-pay__boleto { height: 34px; padding: 0 12px; border-radius: 8px; background: #FFFFFF; display: grid; place-items: center; font-weight: 800; font-size: 12.5px; color: #101433; }
.ff-footer__bar { max-width: 1240px; margin: 34px auto 0; border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0 22px; text-align: center; color: #6E729E; font-size: 12.5px; }

/* ===== Bottom nav (mobile) ===== */
.ff-bottomnav {
  position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 70;
  display: none; align-items: stretch; justify-content: space-around;
  background: rgba(11,16,44,.96);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(124,58,237,.4); border-radius: 22px;
  padding: 9px 6px calc(9px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 14px 40px rgba(5,8,24,.55);
}
.ff-bottomnav a, .ff-bottomnav button {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: none; border: none; cursor: pointer; text-decoration: none;
  color: #9FA3CF; font-family: inherit; font-size: 10.5px; font-weight: 700; padding: 2px 0;
}
.ff-bottomnav .is-active { color: #F472B6; }
.ff-bottomnav svg { display: block; }

/* ===== Reveal ===== */
.ffv2 [data-reveal] { will-change: opacity, transform; }
.ffv2 [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.ffv2 [data-reveal].is-visible { opacity: 1; transform: none; }

/* ============================================================
   Paginas internas da loja no visual v2
   ============================================================ */
.store-v2 {
  background:
    radial-gradient(900px 520px at 12% -10%, rgba(255,255,255,.98), rgba(255,255,255,0) 62%),
    radial-gradient(760px 500px at 92% 10%, rgba(196,181,253,.36), rgba(196,181,253,0) 64%),
    #F4F2FB;
}
.store-v2 .storefront__main {
  position: relative;
  z-index: 1;
  padding: 0;
}
.store-v2 .container,
.store-v2 .ff-page-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.store-v2 .section {
  padding: clamp(28px, 4vw, 56px) 0;
}
.store-v2 .section--soft {
  background: transparent;
}
.store-v2 .section-heading,
.store-v2 .checkout-card__header,
.store-v2 .checkout-section__head,
.store-v2 .account-panel__head,
.store-v2 .shipping-panel__head {
  color: var(--ff-ink);
}
.store-v2 .section-heading h1,
.store-v2 .section-heading h2,
.store-v2 .checkout-card__header h1,
.store-v2 .checkout-section__head h2,
.store-v2 .account-panel__head h2,
.store-v2 .auth-form h2,
.store-v2 .auth-visual h1,
.store-v2 .product-panel h1 {
  font-family: Sora, sans-serif;
  color: var(--ff-ink);
  letter-spacing: 0;
}
.store-v2 .eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139,92,246,.24);
  background: rgba(139,92,246,.08);
  color: #7C3AED;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .12em;
}
.store-v2 .glass-card,
.store-v2 .auth-form,
.store-v2 .auth-visual,
.store-v2 .summary-card,
.store-v2 .cart-item,
.store-v2 .gallery__main,
.store-v2 .gallery__thumb,
.store-v2 .account-hub-nav,
.store-v2 .account-hero-card,
.store-v2 .account-stat-card,
.store-v2 .account-panel,
.store-v2 .checkout-address-card,
.store-v2 .checkout-cep-card,
.store-v2 .shipping-panel,
.store-v2 .radio-card,
.store-v2 .info-card,
.store-v2 .note-card,
.store-v2 .account-quick-card,
.store-v2 .account-address-card,
.store-v2 .account-order-card,
.store-v2 .account-timeline-card,
.store-v2 .checkout-customer-strip,
.store-v2 .checkout-section {
  border: 1px solid rgba(139,92,246,.16);
  background:
    radial-gradient(420px 260px at 100% 0%, rgba(196,181,253,.18), transparent 62%),
    #FFFFFF;
  color: var(--ff-ink);
  box-shadow: 0 14px 42px rgba(19,26,69,.08);
}
.store-v2 .glass-card,
.store-v2 .auth-form,
.store-v2 .auth-visual,
.store-v2 .summary-card,
.store-v2 .product-panel,
.store-v2 .checkout-card,
.store-v2 .account-hero-card,
.store-v2 .account-panel,
.store-v2 .account-hub-nav {
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
}
.store-v2 p,
.store-v2 small,
.store-v2 .muted,
.store-v2 .product-panel__lead,
.store-v2 .auth-form__hint,
.store-v2 .checkout-card__header p,
.store-v2 .checkout-section__head small,
.store-v2 .account-panel__head p,
.store-v2 .account-hero-card__copy p,
.store-v2 .cart-item__copy span {
  color: var(--ff-ink-soft);
}
.store-v2 .btn,
.store-v2 .btn--primary,
.store-v2 .btn--soft,
.store-v2 .btn--glass,
.store-v2 .link-button {
  min-height: 46px;
  border-radius: 13px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.store-v2 .btn--primary,
.store-v2 .btn-primary,
.store-v2 .btn--glass {
  border: 0;
  color: #fff;
  background: linear-gradient(110deg, #8B5CF6, #C026D3 55%, #EC4899);
  box-shadow: 0 12px 28px rgba(192,38,211,.28);
}
.store-v2 .btn--soft,
.store-v2 .btn-secondary {
  color: var(--ff-ink);
  border: 1px solid rgba(19,26,69,.14);
  background: #fff;
}
.store-v2 .link-button {
  color: #DB2777;
  background: none;
  border: 0;
  padding: 0;
  min-height: auto;
}
.store-v2 .field {
  display: grid;
  gap: 8px;
}
.store-v2 .field span,
.store-v2 .field label {
  color: #29305F;
  font-weight: 800;
  font-size: 13px;
}
.store-v2 input[type="text"],
.store-v2 input[type="email"],
.store-v2 input[type="password"],
.store-v2 input[type="number"],
.store-v2 input[type="date"],
.store-v2 input[type="tel"],
.store-v2 select,
.store-v2 textarea {
  min-height: 50px;
  border: 1px solid rgba(139,92,246,.18);
  border-radius: 14px;
  background: #FAFBFF;
  color: var(--ff-ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.store-v2 input:focus,
.store-v2 select:focus,
.store-v2 textarea:focus {
  outline: none;
  border-color: rgba(139,92,246,.5);
  box-shadow: 0 0 0 4px rgba(139,92,246,.1);
}

/* Produto */
.store-v2 .product-page__grid {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}
.store-v2 .gallery,
.store-v2 .product-panel {
  min-width: 0;
}
.store-v2 .gallery__main {
  padding: 16px;
  border-radius: 26px;
}
.store-v2 .gallery__main img {
  width: 100%;
  aspect-ratio: 1 / .86;
  object-fit: cover;
  border-radius: 18px;
}
.store-v2 .gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.store-v2 .gallery__thumb {
  padding: 8px;
  border-radius: 16px;
  cursor: pointer;
}
.store-v2 .gallery__thumb img {
  width: 100%;
  aspect-ratio: 1 / .76;
  object-fit: cover;
  border-radius: 11px;
}
.store-v2 .product-panel {
  border: 1px solid rgba(139,92,246,.2);
  background: #fff;
  box-shadow: 0 16px 46px rgba(19,26,69,.09);
}
.store-v2 .product-panel h1 {
  margin: 14px 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}
.store-v2 .price-stack strong {
  font-family: Sora, sans-serif;
  color: var(--ff-ink);
  font-size: clamp(30px, 4vw, 44px);
}
.store-v2 .price-stack__compare {
  color: var(--ff-ink-mute);
  text-decoration: line-through;
}
.store-v2 .quantity-row {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.store-v2 .quantity-picker {
  display: inline-flex;
  width: fit-content;
  overflow: hidden;
  border: 1px solid rgba(139,92,246,.26);
  border-radius: 13px;
  background: #fff;
}
.store-v2 .quantity-picker button {
  width: 42px;
  border: 0;
  background: rgba(139,92,246,.08);
  color: var(--ff-ink);
  cursor: pointer;
}
.store-v2 .quantity-picker input {
  width: 60px;
  min-height: 42px;
  border: 0;
  text-align: center;
  background: transparent;
}
.store-v2 .info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.store-v2 .info-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 14px;
}
.store-v2 .info-card span {
  color: #10B981;
}

/* Auth */
.store-v2 .auth-page {
  padding-top: clamp(28px, 5vw, 70px);
}
.store-v2 .auth-grid {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(320px, .68fr);
  gap: 22px;
  align-items: stretch;
}
.store-v2 .auth-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
  overflow: hidden;
  background:
    radial-gradient(420px 320px at 88% 16%, rgba(236,72,153,.2), transparent 64%),
    radial-gradient(520px 360px at 0% 100%, rgba(56,189,248,.18), transparent 62%),
    #fff;
}
.store-v2 .auth-visual h1 {
  max-width: 640px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  margin: 18px 0 14px;
}
.store-v2 .auth-form {
  display: grid;
  gap: 16px;
}
.store-v2 .auth-form h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
}
.store-v2 .auth-visual__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.store-v2 .note-card {
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--ff-ink);
  font-weight: 800;
}
.store-v2 .auth-form__links,
.store-v2 .auth-form__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.store-v2 .auth-form__links a {
  color: #7C3AED;
  font-weight: 800;
  text-decoration: none;
}
.store-v2 .auth-form__notice {
  border: 1px solid rgba(236,72,153,.24);
  border-radius: 16px;
  padding: 16px;
  background: rgba(236,72,153,.08);
}

/* Carrinho e checkout */
.store-v2 .cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: start;
}
.store-v2 .cart-list {
  display: grid;
  gap: 16px;
}
.store-v2 .cart-item {
  border-radius: 22px;
  padding: 18px;
  display: grid;
  gap: 16px;
}
.store-v2 .cart-item__main {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.store-v2 .cart-item__media img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 18px;
}
.store-v2 .cart-item__content,
.store-v2 .cart-item__controls,
.store-v2 .cart-item__update-form,
.store-v2 .shipping-panel__actions,
.store-v2 .checkout-gate__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.store-v2 .cart-item__content {
  justify-content: space-between;
}
.store-v2 .cart-item__copy strong,
.store-v2 .cart-item__price,
.store-v2 .summary-line strong {
  color: var(--ff-ink);
  font-weight: 900;
}
.store-v2 .summary-card {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}
.store-v2 .summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(139,92,246,.12);
  color: var(--ff-ink-soft);
}
.store-v2 .summary-line--total {
  align-items: baseline;
  border-bottom: 0;
}
.store-v2 .summary-line--total strong {
  font-family: Sora, sans-serif;
  font-size: 26px;
}
.store-v2 .shipping-panel,
.store-v2 .checkout-section {
  border-radius: 20px;
  padding: 18px;
  display: grid;
  gap: 14px;
}
.store-v2 .shipping-feedback {
  border-radius: 13px;
  padding: 12px 14px;
  background: rgba(139,92,246,.08);
  color: var(--ff-ink-soft);
}
.store-v2 .shipping-feedback[data-state="success"] {
  background: rgba(16,185,129,.1);
  color: #047857;
}
.store-v2 .shipping-feedback[data-state="error"] {
  background: rgba(236,72,153,.1);
  color: #BE185D;
}
.store-v2 .shipping-results {
  display: grid;
  gap: 10px;
}
.store-v2 .radio-card {
  border-radius: 18px;
  padding: 15px;
}
.store-v2 .checkout-card {
  border: 1px solid rgba(139,92,246,.16);
  background: #fff;
  box-shadow: 0 16px 46px rgba(19,26,69,.08);
}
.store-v2 .checkout-customer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-radius: 18px;
  padding: 14px;
}
.store-v2 .checkout-toggle {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.store-v2 .checkout-toggle__button {
  border: 1px solid rgba(139,92,246,.2);
  background: #fff;
  color: var(--ff-ink);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 800;
  cursor: pointer;
}
.store-v2 .checkout-toggle__button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(110deg, #8B5CF6, #EC4899);
}
.store-v2 .checkout-section:not(.is-active) {
  display: none;
}
.store-v2 .account-form-grid,
.store-v2 .checkout-form-grid,
.store-v2 .checkout-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.store-v2 .account-form-grid__full {
  grid-column: 1 / -1;
}
.store-v2 .checkout-address-card {
  border-radius: 18px;
  padding: 14px;
  cursor: pointer;
}
.store-v2 .checkout-options {
  display: grid;
  gap: 10px;
}
.store-v2 .account-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(139,92,246,.15);
  border-radius: 15px;
  background: #FAFBFF;
}

/* Conta */
.store-v2 .account-shell {
  display: grid;
  gap: 22px;
}
.store-v2 .account-hero-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.store-v2 .account-hero-card__identity,
.store-v2 .account-hub-nav__head,
.store-v2 .account-order-card__top,
.store-v2 .account-order-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.store-v2 .account-avatar,
.store-v2 .account-hub-nav__avatar,
.store-v2 .account-quick-card__icon,
.store-v2 .account-hub-nav__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(135deg, #38BDF8, #8B5CF6 45%, #EC4899);
}
.store-v2 .account-avatar,
.store-v2 .account-hub-nav__avatar {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  font-family: Sora, sans-serif;
  font-weight: 900;
}
.store-v2 .account-hub-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
}
.store-v2 .account-hub-nav {
  position: sticky;
  top: 112px;
  align-self: start;
}
.store-v2 .account-hub-nav__menu {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.store-v2 .account-hub-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 14px;
  color: var(--ff-ink-soft);
  font-weight: 800;
  text-decoration: none;
}
.store-v2 .account-hub-nav__link.is-active {
  color: #7C3AED;
  background: rgba(139,92,246,.1);
}
.store-v2 .account-hub-nav__icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}
.store-v2 .account-hub-nav__icon svg {
  width: 18px;
  height: 18px;
}
.store-v2 .account-hub-main {
  display: grid;
  gap: 18px;
}
.store-v2 .account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.store-v2 .account-stat-card {
  border-radius: 20px;
  padding: 18px;
}
.store-v2 .account-stat-card strong {
  display: block;
  margin: 8px 0 4px;
  font-family: Sora, sans-serif;
  font-size: 28px;
  color: var(--ff-ink);
}
.store-v2 .account-page-grid,
.store-v2 .account-quick-grid,
.store-v2 .account-address-grid,
.store-v2 .account-order-list {
  display: grid;
  gap: 14px;
}
.store-v2 .account-quick-grid,
.store-v2 .account-address-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-v2 .account-quick-card,
.store-v2 .account-address-card,
.store-v2 .account-order-card,
.store-v2 .account-timeline-card {
  border-radius: 18px;
  padding: 16px;
}
.store-v2 .status-pill,
.store-v2 .chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(139,92,246,.1);
  color: #7C3AED;
  font-weight: 900;
  font-size: 12px;
}
.store-v2 .status-pill--paid,
.store-v2 .status-pill--delivered,
.store-v2 .status-pill.is-paid {
  background: rgba(16,185,129,.12);
  color: #059669;
}
.store-v2 .status-pill--cancelled {
  background: rgba(236,72,153,.12);
  color: #DB2777;
}
.store-v2 .status-pill--pending {
  background: rgba(250,204,21,.14);
  color: #B45309;
}
.store-v2 .account-order-progress__bar,
.store-v2 .account-order-stage__track {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(139,92,246,.12);
}
.store-v2 .account-order-progress__bar span,
.store-v2 .account-order-stage__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #38BDF8, #EC4899);
}

/* Modais */
.store-v2 .cart-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.store-v2 .cart-modal.is-open {
  display: flex;
}
.store-v2 .cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5,8,24,.68);
  backdrop-filter: blur(6px);
}
.store-v2 .cart-modal__dialog {
  position: relative;
  width: min(460px, 100%);
  border-radius: 24px;
  border: 1px solid rgba(139,92,246,.2);
  background: #fff;
  padding: 26px;
  box-shadow: 0 28px 80px rgba(5,8,24,.35);
}
.store-v2 .cart-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(139,92,246,.18);
  background: #fff;
  cursor: pointer;
}
.store-v2 .cart-modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1100px) {
  .ff-nav { gap: 16px; }
}

@media (max-width: 980px) {
  .ff-nav { display: none; }
  .ff-burger { display: block; }
  .ff-search-btn { display: flex; }
  .ff-header__inner { flex-wrap: nowrap; gap: 14px; padding: 13px 18px; }
  .ff-logo { margin-right: auto; }
  .ff-actions { gap: 14px; }
  .ff-actions__sep, .ff-account-link { display: none; }
}

@media (max-width: 768px) {
  body.ffv2 { padding-bottom: 86px; }
  .ff-bottomnav { display: flex; }
  .ff-topbar span { font-size: 12.5px; }

  /* Hero vira card branco como no mock */
  .ff-hero { background: #F4F2FB; padding: 16px 14px 6px; }
  .ff-hero__grid {
    background: #FFFFFF; border-radius: 26px; padding: 26px 22px 28px;
    box-shadow: 0 14px 40px rgba(19,26,69,.08); border: 1px solid rgba(139,92,246,.14);
    gap: 10px;
  }
  .ff-hero__copy h1 { font-size: clamp(34px, 9.6vw, 42px); }
  .ff-hero__copy > p { font-size: 15px; }
  .ff-hero__actions { margin-top: 22px; }
  .ff-hero__actions .ff-btn-ghost { display: none; }
  .ff-hero__feats { display: none; }
  .ff-hero__visual { height: clamp(300px, 88vw, 420px); max-width: 100%; }

  .ff-stats { padding: 0 14px; margin-top: 14px; }
  .ff-stats__card { padding: 18px 16px; gap: 12px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; border-radius: 22px; }
  .ff-stats__card::-webkit-scrollbar { display: none; }
  .ff-stat { display: none; }
  .ff-chips { flex-wrap: nowrap; margin: 0 auto; }
  .ff-chip { padding: 13px 18px; }

  .ff-aud { padding: 20px 14px 4px; }
  .ff-aud__grid { display: flex; overflow-x: auto; gap: 12px; scrollbar-width: none; padding-bottom: 6px; }
  .ff-aud__grid::-webkit-scrollbar { display: none; }
  .ff-aud__intro { display: none; }
  .ff-aud__card { flex: 0 0 150px; padding: 20px 14px; }

  .ff-prod { padding: 18px 14px; }
  .ff-prod__card { display: grid; grid-template-columns: 44% 1fr; gap: 16px; padding: 20px 16px; }
  .ff-prod__media { grid-column: 1; grid-row: 1; }
  .ff-prod__info { grid-column: 2; grid-row: 1; }
  .ff-prod__buy { grid-column: 1 / -1; grid-row: 2; }
  .ff-prod__main { height: 200px; border-radius: 16px; }
  .ff-prod__thumbs { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
  .ff-prod__thumbs img { height: 74px; }
  .ff-prod__thumbs img:nth-child(3) { display: none; }
  .ff-prod__info h2 { font-size: 26px; margin-top: 10px; }
  .ff-prod__desc { font-size: 13px; margin-top: 10px; }
  .ff-checklist { gap: 8px; margin-top: 12px; }
  .ff-checklist li { font-size: 12.5px; }
  .ff-tag-outline { font-size: 10px; padding: 5px 11px; }
  .ff-prod__stars { font-size: 14px; }
  .ff-prod__rating span:last-child { font-size: 12px; }

  .ff-how { padding: 4px 14px 18px; }
  .ff-how__card { display: block; padding: 22px 18px; }
  .ff-how__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .ff-how__head .ff-tag { display: none; }
  .ff-how__head h2 { margin: 0; font-size: 22px; }
  .ff-how__more { display: inline-flex; align-items: center; gap: 4px; }
  .ff-how__steps { display: flex; overflow-x: auto; gap: 18px; margin-top: 18px; scrollbar-width: none; }
  .ff-how__steps::-webkit-scrollbar { display: none; }
  .ff-step { flex: 0 0 auto; max-width: 240px; }
  .ff-step__icon { width: 56px; height: 56px; }

  .ff-brain { padding: 0 14px 18px; }
  .ff-brain__stage { min-height: 250px; }
  .ff-brain__canvas { height: 280px; }
  .ff-brain__info h2 { font-size: 25px; }
  .ff-brain__points { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .ff-duo { padding: 0 14px 20px; gap: 14px; }
  .ff-duo__card { padding: 24px 20px; }
  .ff-duo__copy h3 { font-size: 23px; }
  .ff-wheelwrap { width: 205px; height: 205px; }
  .ff-wheelwrap__canvas { width: 205px; height: 205px; }
  .ff-duo__art { height: 200px; }

  .ff-faq { padding: 0 14px 30px; }
  .ff-faq__grid { grid-template-columns: 1fr; gap: 10px; }
  .ff-faq__item.ff-faq__item--extra { display: none; }
  .ff-faq.is-expanded .ff-faq__item--extra { display: block; }

  .ff-footer { padding: 36px 18px 0; }
  .ff-footer__bar { padding-bottom: 18px; }
  .ff-flash { padding: 0 14px; }
}

@media (max-width: 420px) {
  .ff-topbar span { font-size: 11.5px; }
  .ff-logo__word { font-size: 22px; }
  .ff-hero__grid { padding: 22px 18px 24px; }
  .ff-chip strong { font-size: 15px; }
  .ff-duo__card { padding: 22px 16px; }
}

@media (max-width: 920px) {
  .store-v2 .product-page__grid,
  .store-v2 .auth-grid,
  .store-v2 .cart-layout,
  .store-v2 .account-hub-layout {
    grid-template-columns: 1fr;
  }
  .store-v2 .summary-card,
  .store-v2 .account-hub-nav {
    position: static;
  }
  .store-v2 .account-stat-grid,
  .store-v2 .account-quick-grid,
  .store-v2 .account-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .store-v2 .container,
  .store-v2 .ff-page-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .store-v2 .section {
    padding: 18px 0;
  }
  .store-v2 .glass-card,
  .store-v2 .auth-form,
  .store-v2 .auth-visual,
  .store-v2 .summary-card,
  .store-v2 .product-panel,
  .store-v2 .checkout-card,
  .store-v2 .account-hero-card,
  .store-v2 .account-panel,
  .store-v2 .account-hub-nav {
    border-radius: 22px;
    padding: 18px;
  }
  .store-v2 .auth-visual {
    min-height: auto;
  }
  .store-v2 .auth-visual h1,
  .store-v2 .product-panel h1 {
    font-size: 30px;
  }
  .store-v2 .gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .store-v2 .info-grid,
  .store-v2 .account-form-grid,
  .store-v2 .checkout-form-grid,
  .store-v2 .checkout-address-grid,
  .store-v2 .checkout-customer-strip,
  .store-v2 .account-stat-grid,
  .store-v2 .account-quick-grid,
  .store-v2 .account-address-grid {
    grid-template-columns: 1fr;
  }
  .store-v2 .cart-item__main {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .store-v2 .cart-item__media img {
    width: 86px;
    height: 86px;
  }
  .store-v2 .cart-item__content {
    align-items: flex-start;
    flex-direction: column;
  }
  .store-v2 .cart-item__controls,
  .store-v2 .cart-item__update-form,
  .store-v2 .shipping-panel__actions,
  .store-v2 .checkout-gate__actions,
  .store-v2 .auth-form__links,
  .store-v2 .auth-form__actions,
  .store-v2 .account-hero-card,
  .store-v2 .account-hero-card__actions,
  .store-v2 .account-order-card__footer,
  .store-v2 .cart-modal__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .store-v2 .btn,
  .store-v2 .btn--primary,
  .store-v2 .btn--soft,
  .store-v2 .btn--glass {
    width: 100%;
  }
}

/* ============================================================================
   Visual polish v4: sections matched to desktop/mobile references
   ========================================================================== */
@media (min-width: 769px) {
  .ff-stats {
    max-width: 1280px;
    margin-top: 18px;
    padding: 0 30px;
  }

  .ff-stats__card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 26px 42px;
    min-height: 178px;
    padding: 30px 42px 32px;
    border-radius: 28px;
    background:
      radial-gradient(480px 260px at 88% 8%, rgba(139, 92, 246, .22), transparent 66%),
      linear-gradient(120deg, #0d1237 0%, #141747 58%, #1c1246 100%);
    box-shadow: 0 28px 70px rgba(17, 18, 64, .32);
  }

  .ff-stat {
    min-width: 0;
    gap: 15px;
  }

  .ff-stat__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .ff-stat strong {
    font-size: 16px;
    line-height: 1.15;
  }

  .ff-stat small {
    display: block;
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .ff-chips {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 14px;
    padding-top: 2px;
  }

  .ff-chip {
    display: grid;
    align-content: center;
    min-width: 96px;
    min-height: 70px;
    padding: 12px 18px;
    border-radius: 14px;
  }

  .ff-chip strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .ff-chip small {
    margin-top: 5px;
    font-size: 11.5px;
  }

  .ff-aud {
    max-width: 1280px;
    padding: 34px 30px 16px;
  }

  .ff-aud__grid {
    grid-template-columns: 188px repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .ff-aud__intro,
  .ff-aud__card {
    min-height: 238px;
    border-radius: 20px;
  }

  .ff-aud__intro {
    padding: 24px 22px;
  }

  .ff-aud__intro h2 {
    font-size: 25px;
    line-height: 1.08;
  }

  .ff-aud__intro p {
    font-size: 12.7px;
  }

  .ff-aud__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 18px;
  }

  .ff-aud__card svg {
    width: 48px;
    height: 48px;
  }

  .ff-aud__card strong {
    margin-top: 22px;
    font-size: 15.5px;
  }

  .ff-aud__card span {
    max-width: 138px;
    font-size: 12.5px;
    line-height: 1.42;
  }

  .ff-duo {
    max-width: 1280px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 8px 30px 36px;
  }

  .ff-duo__card {
    min-height: 314px;
    flex-wrap: nowrap;
    gap: 18px;
    padding: 40px 42px;
    border-radius: 25px;
  }

  .ff-duo__card--roleta {
    background:
      radial-gradient(340px 260px at 78% 47%, rgba(236, 72, 153, .30), transparent 68%),
      radial-gradient(420px 280px at 86% 28%, rgba(139, 92, 246, .28), transparent 70%),
      linear-gradient(120deg, #10133e 0%, #151342 58%, #231039 100%);
  }

  .ff-duo__card--inf {
    align-items: flex-start;
    background:
      radial-gradient(360px 260px at 72% 78%, rgba(56, 189, 248, .30), transparent 72%),
      radial-gradient(440px 300px at 18% 10%, rgba(139, 92, 246, .18), transparent 64%),
      linear-gradient(120deg, #0d143a 0%, #10214a 100%);
  }

  .ff-duo__copy {
    flex: 0 0 min(43%, 270px);
    min-width: 0;
  }

  .ff-duo__copy h3 {
    font-size: 28px;
    line-height: 1.1;
  }

  .ff-duo__copy p {
    max-width: 280px;
    font-size: 14px;
    line-height: 1.45;
  }

  .ff-duo__btn {
    min-height: 48px;
    margin-top: 22px;
    padding: 0 28px;
    border-radius: 13px;
    font-size: 14px;
  }

  .ff-wheelwrap {
    flex: 0 0 auto;
    width: clamp(252px, 21vw, 312px);
    height: clamp(252px, 21vw, 312px);
    margin: 0 -8px 0 auto;
  }

  .ff-wheelwrap__canvas {
    width: 100%;
    height: 100%;
  }

  .ff-wheelwrap__hub {
    width: 68px;
    height: 68px;
  }

  .ff-duo__art {
    flex: 1 1 300px;
    min-width: min(300px, 52%);
    height: 314px;
    margin: -12px -24px -44px auto;
    align-self: flex-end;
  }
}

@media (min-width: 769px) and (max-width: 1080px) {
  .ff-stats__card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ff-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

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

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

  .ff-aud__intro {
    display: block;
  }

  .ff-duo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ff-stats__card {
    min-height: 86px;
    align-items: center;
  }

  .ff-chip {
    min-width: 92px;
    min-height: 60px;
  }

  .ff-aud__card {
    flex: 0 0 158px;
    min-height: 178px;
    border-radius: 18px;
  }

  .ff-aud__card strong {
    font-size: 14.5px;
  }

  .ff-duo {
    grid-template-columns: 1fr;
  }

  .ff-duo__card {
    min-height: 270px;
    align-items: flex-start;
    overflow: hidden;
  }

  .ff-duo__card--roleta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ff-wheelwrap {
    margin: 8px auto 0;
  }

  .ff-duo__art {
    width: min(330px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ffv2 *, .ffv2 *::before, .ffv2 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ============================================================================
   Visual polish v5: compact horizontal reference blocks
   ========================================================================== */
@media (min-width: 769px) {
  .ff-stats {
    max-width: 1280px;
    padding: 0 30px;
    margin-top: 10px;
  }

  .ff-stats__card {
    display: grid;
    grid-template-columns:
      minmax(150px, 1.12fr)
      minmax(150px, 1.12fr)
      minmax(150px, 1.12fr)
      repeat(5, minmax(78px, .58fr));
    align-items: center;
    gap: 0;
    min-height: 86px;
    padding: 16px 24px;
    border-radius: 18px;
  }

  .ff-stat {
    height: 100%;
    min-width: 0;
    padding: 0 18px 0 0;
    margin-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, .12);
    gap: 12px;
  }

  .ff-stat__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .ff-stat__icon svg {
    width: 22px;
    height: 22px;
  }

  .ff-stat strong {
    font-size: 13.5px;
    line-height: 1.05;
  }

  .ff-stat small {
    margin-top: 3px;
    max-width: 130px;
    font-size: 9.8px;
    line-height: 1.25;
  }

  .ff-chips {
    display: contents;
  }

  .ff-chip {
    min-width: 0;
    min-height: 52px;
    margin: 0 0 0 10px;
    padding: 9px 10px;
    border-radius: 11px;
  }

  .ff-chip strong {
    font-size: 13.5px;
  }

  .ff-chip small {
    margin-top: 3px;
    font-size: 9.5px;
  }

  .ff-aud {
    max-width: 1280px;
    padding: 20px 30px 18px;
  }

  .ff-aud__grid {
    grid-template-columns: minmax(220px, 1.2fr) repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .ff-aud__intro,
  .ff-aud__card {
    min-height: 142px;
    border-radius: 16px;
  }

  .ff-aud__intro {
    padding: 18px 20px;
  }

  .ff-tag {
    padding: 4px 10px;
    font-size: 9px;
    letter-spacing: .11em;
  }

  .ff-aud__intro h2 {
    margin: 10px 0 6px;
    font-size: 22px;
    line-height: 1.06;
  }

  .ff-aud__intro p {
    font-size: 11.5px;
    line-height: 1.45;
  }

  .ff-aud__card {
    justify-content: center;
    padding: 18px 14px;
  }

  .ff-aud__card svg {
    width: 42px;
    height: 42px;
  }

  .ff-aud__card strong {
    margin-top: 12px;
    font-size: 13.5px;
  }

  .ff-aud__card span {
    max-width: 126px;
    margin-top: 5px;
    font-size: 10.6px;
    line-height: 1.35;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .ff-stats__card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    min-height: 134px;
    border-radius: 22px;
  }

  .ff-stat {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .ff-chips {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .ff-chip {
    min-width: 82px;
    margin-left: 0;
  }

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

/* ============================================================================
   Influencer neon + compact duo cards
   ========================================================================== */
.ff-duo__art--neon {
  overflow: hidden;
}

.ff-duo__art--neon svg {
  display: none;
}

.ff-neon-person {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

@media (min-width: 769px) {
  .ff-duo {
    gap: 18px;
    padding-top: 2px;
  }

  .ff-duo__card {
    min-height: 174px;
    padding: 24px 28px;
    border-radius: 18px;
  }

  .ff-duo__copy {
    flex-basis: min(43%, 250px);
  }

  .ff-duo__copy h3 {
    font-size: 24px;
  }

  .ff-duo__copy p {
    font-size: 13px;
    line-height: 1.42;
  }

  .ff-duo__btn {
    min-height: 42px;
    margin-top: 16px;
    padding: 0 22px;
    border-radius: 11px;
    font-size: 13px;
  }

  .ff-wheelwrap {
    width: clamp(176px, 15vw, 220px);
    height: clamp(176px, 15vw, 220px);
  }

  .ff-wheelwrap__hub {
    width: 54px;
    height: 54px;
  }

  .ff-duo__art {
    height: 184px;
    min-width: min(280px, 52%);
    margin: -18px -18px -24px auto;
  }
}

.ff-influencer-page .storefront__main {
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(56, 189, 248, .12), transparent 62%),
    radial-gradient(840px 520px at 86% 7%, rgba(236, 72, 153, .10), transparent 64%),
    #f6f7fd;
}

.ff-inf-hero,
.ff-inf-band,
.ff-inf-steps,
.ff-inf-cta {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ff-inf-hero {
  padding-top: 34px;
  padding-bottom: 24px;
}

.ff-inf-hero__inner {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 30px;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid rgba(56, 189, 248, .26);
  border-radius: 28px;
  background:
    radial-gradient(640px 420px at 78% 54%, rgba(236, 72, 153, .24), transparent 68%),
    radial-gradient(560px 380px at 16% 22%, rgba(56, 189, 248, .18), transparent 66%),
    linear-gradient(120deg, #081331 0%, #111745 54%, #231140 100%);
  box-shadow: 0 30px 80px rgba(17, 18, 64, .34);
}

.ff-inf-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.ff-inf-hero__copy h1 {
  margin: 18px 0 0;
  max-width: 560px;
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}

.ff-inf-hero__copy h1 span {
  color: #38bdf8;
  text-shadow: 0 0 20px rgba(56, 189, 248, .42);
}

.ff-inf-hero__copy p {
  margin: 18px 0 0;
  max-width: 500px;
  color: #c7cbed;
  font-size: 16px;
  line-height: 1.65;
}

.ff-inf-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ff-inf-hero__actions .ff-duo__btn,
.ff-inf-cta .ff-duo__btn {
  margin-top: 0;
}

.ff-inf-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ff-inf-hero__metrics span {
  min-width: 112px;
  padding: 12px 14px;
  border: 1px solid rgba(139, 92, 246, .36);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

.ff-inf-hero__metrics strong,
.ff-inf-hero__metrics small {
  display: block;
}

.ff-inf-hero__metrics strong {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 15px;
}

.ff-inf-hero__metrics small {
  margin-top: 3px;
  color: #9fa3cf;
  font-size: 11px;
}

.ff-inf-hero__stage {
  position: relative;
  z-index: 1;
  height: clamp(360px, 42vw, 520px);
  min-width: 0;
}

.ff-neon-person--hero {
  filter: drop-shadow(0 0 24px rgba(56, 189, 248, .18));
}

.ff-inf-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 28px;
}

.ff-inf-band article,
.ff-inf-steps__grid > div {
  border: 1px solid rgba(139, 92, 246, .16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(19, 26, 69, .07);
}

.ff-inf-band article {
  padding: 22px;
}

.ff-inf-band span,
.ff-inf-steps__grid i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #38bdf8, #8b5cf6 54%, #ec4899);
  font-style: normal;
  font-weight: 900;
}

.ff-inf-band strong,
.ff-inf-steps__grid strong {
  display: block;
  margin-top: 16px;
  color: #131a45;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.ff-inf-band p,
.ff-inf-steps__grid p {
  margin: 8px 0 0;
  color: #5a5e86;
  font-size: 13.5px;
  line-height: 1.55;
}

.ff-inf-steps {
  padding-top: 8px;
  padding-bottom: 30px;
}

.ff-inf-section-head {
  max-width: 620px;
  margin-bottom: 18px;
}

.ff-inf-section-head h2 {
  margin: 12px 0 0;
  color: #131a45;
  font-family: Sora, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

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

.ff-inf-steps__grid > div {
  padding: 24px;
}

.ff-inf-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid rgba(56, 189, 248, .28);
  border-radius: 24px;
  background:
    radial-gradient(480px 280px at 82% 46%, rgba(236, 72, 153, .22), transparent 70%),
    linear-gradient(120deg, #0c1233, #101b4d);
  box-shadow: 0 24px 60px rgba(12, 18, 51, .32);
}

.ff-inf-cta > div,
.ff-inf-cta > a {
  position: relative;
  z-index: 1;
}

.ff-inf-cta h2 {
  margin: 12px 0 0;
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
}

.ff-inf-cta p {
  margin: 10px 0 0;
  max-width: 620px;
  color: #b9bcdf;
  line-height: 1.55;
}

@media (max-width: 920px) {
  .ff-inf-hero,
  .ff-inf-band,
  .ff-inf-steps,
  .ff-inf-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ff-inf-hero__inner,
  .ff-inf-band,
  .ff-inf-steps__grid,
  .ff-inf-cta {
    grid-template-columns: 1fr;
  }

  .ff-inf-hero__inner {
    min-height: 0;
    padding: 28px 20px 20px;
  }

  .ff-inf-hero__copy h1 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .ff-inf-hero__stage {
    height: 330px;
  }

  .ff-inf-cta .ff-duo__btn {
    width: fit-content;
  }
}

@media (max-width: 520px) {
  .ff-inf-hero__actions,
  .ff-inf-hero__metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ff-inf-hero__actions a,
  .ff-inf-cta .ff-duo__btn {
    width: 100%;
    justify-content: center;
  }

  .ff-inf-hero__stage {
    height: 285px;
  }
}

/* ===== Cenas neon 3D (fx-neon.js) ===== */
.ff-brain__canvas { touch-action: pan-y; }
.ff-woman-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: pan-y; }
.ff-duo__art--neon { min-height: 184px; }
.ff-duo__art--neon img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 768px) {
  .ff-duo__art--neon { min-height: 210px; }
}

.ff-woman-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  border-radius: 18px; display: block;
}

/* ===== Card influencer com a arte como fundo inteiro ===== */
.ff-duo__card--photo { min-height: 218px; }
.ff-duo__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 80% 28%; z-index: 0; display: block;
}
.ff-duo__card--photo::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12,18,51,.93) 0%, rgba(12,18,51,.62) 36%, rgba(12,18,51,.06) 60%),
    linear-gradient(0deg, rgba(12,18,51,.30) 0%, rgba(12,18,51,0) 42%);
}
.ff-duo__card--photo .ff-duo__stars { z-index: 2; }
.ff-duo__card--photo .ff-duo__copy { z-index: 3; }
@media (min-width: 769px) {
  .ff-duo__card--photo { min-height: 212px; }
}
@media (max-width: 768px) {
  .ff-duo__card--photo { min-height: 238px; align-items: flex-end; }
  .ff-duo__bg { object-position: 72% 24%; }
}

.ff-icons-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: pan-y; }

/* ============================================================
   HERO 3D — caixa + sachê em Three.js no lugar das fotos
   ============================================================ */
.ff-hero3d {
  position: absolute; right: -5%; top: 0;
  width: 64%; height: 100%;
  z-index: 2; pointer-events: none;
}
.ff-hero3d canvas { display: block; width: 100% !important; height: 100% !important; }
.ff-hero3d__glow {
  position: absolute; right: 16%; top: 26%;
  width: 54%; height: 50%; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(196,150,255,.40), rgba(255,150,220,.15) 55%, transparent 75%);
  filter: blur(12px);
  animation: ffGlowPulse 5s ease-in-out infinite;
}
@keyframes ffGlowPulse { 0%,100% { opacity: .7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
html.ff-flow-on .ff-hero3d__glow {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,216,77,.5), rgba(255,184,0,.18) 55%, transparent 75%);
}
@media (max-width: 768px) {
  .ff-hero3d { width: 74%; right: -9%; }
}
