/* FlipForge homepage evidence section — evidence-first product differentiation. */
.ff-evidence{
  max-width:1240px;
  margin:0 auto;
  padding:38px 24px 64px;
}
.ff-evidence-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:40px;
  align-items:start;
  margin-bottom:24px;
}
.ff-evidence-head h2{
  max-width:760px;
  margin:0;
  font-size:clamp(27px,2.25vw,33px)!important;
  line-height:1.1;
  letter-spacing:-.026em;
}
.ff-evidence-head p{
  max-width:500px;
  margin:4px 0 0;
  color:#b9bec6;
  font-size:15px;
  line-height:1.65;
}
.ff-evidence-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.ff-evidence-card{
  position:relative;
  min-height:300px;
  padding:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:linear-gradient(180deg,#0b0d11,#030405);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.ff-evidence-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  opacity:.9;
}
.ff-evidence-card.accepted::before{background:linear-gradient(90deg,transparent,#59d796,transparent)}
.ff-evidence-card.excluded::before{background:linear-gradient(90deg,transparent,#f27670,transparent)}
.ff-evidence-card.traceback::before{background:linear-gradient(90deg,transparent,#d4af37,transparent)}
.ff-evidence-state{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:20px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.accepted .ff-evidence-state{color:#8fe3b3;border-color:rgba(89,215,150,.35);background:rgba(89,215,150,.06)}
.excluded .ff-evidence-state{color:#ffaaa6;border-color:rgba(242,118,112,.34);background:rgba(242,118,112,.055)}
.traceback .ff-evidence-state{color:#f0ca58;border-color:rgba(212,175,55,.36);background:rgba(212,175,55,.055)}
.ff-evidence-card h3{
  margin:0 0 10px;
  color:#fff;
  font-size:22px;
  line-height:1.16;
  letter-spacing:-.025em;
}
.ff-evidence-card>p{
  margin:0 0 20px;
  color:#aeb4bd;
  font-size:14px;
  line-height:1.62;
}
.ff-evidence-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.ff-evidence-list li{
  position:relative;
  padding:10px 12px 10px 34px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
  background:rgba(255,255,255,.02);
  color:#e0e3e7;
  font-size:13px;
  line-height:1.5;
}
.ff-evidence-list li::before{
  position:absolute;
  left:12px;
  top:10px;
  font-weight:900;
}
.accepted .ff-evidence-list li::before{content:"✓";color:#59d796}
.excluded .ff-evidence-list li::before{content:"×";color:#f27670}
.traceback .ff-evidence-list li::before{content:"→";color:#d4af37}
.ff-evidence-example{
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);
  gap:34px;
  align-items:center;
  margin-top:16px;
  padding:26px 28px;
  border:1px solid rgba(212,175,55,.32);
  border-radius:18px;
  background:
    radial-gradient(circle at 90% 5%,rgba(212,175,55,.1),transparent 30%),
    linear-gradient(180deg,#090a0d,#020202);
}
.ff-evidence-example-copy .ff-kicker{margin-bottom:8px}
.ff-evidence-example-copy strong{
  display:block;
  color:#fff;
  font-size:19px;
  line-height:1.34;
}
.ff-evidence-example-copy p{
  margin:9px 0 0;
  color:#aeb4bd;
  font-size:14px;
  line-height:1.6;
}
.ff-evidence-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:12px;
  align-items:center;
}
.ff-evidence-flow>div{
  min-height:94px;
  padding:16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.022);
}
.ff-evidence-flow>div.blocked{border-color:rgba(242,118,112,.38);background:rgba(242,118,112,.05)}
.ff-evidence-flow>div.verdict{border-color:rgba(212,175,55,.42);background:rgba(212,175,55,.06)}
.ff-evidence-flow span{
  display:block;
  margin-bottom:7px;
  color:#929aa5;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ff-evidence-flow strong{
  display:block;
  color:#f3f4f6;
  font-size:15px;
  line-height:1.42;
}
.ff-evidence-arrow{color:#d4af37;font-size:20px;text-align:center}
.ff-evidence-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:18px;
}
.ff-evidence-actions a{
  color:#d4af37;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.ff-evidence-actions a:hover{text-decoration:underline;text-underline-offset:4px}
.ff-evidence-actions a:focus-visible{outline:3px solid #f0ca58;outline-offset:5px;border-radius:4px}

@media(max-width:900px){
  .ff-evidence{padding-top:34px}
  .ff-evidence-head{grid-template-columns:1fr;gap:12px;align-items:start}
  .ff-evidence-head p{max-width:720px;margin-top:0}
  .ff-evidence-grid{grid-template-columns:1fr}
  .ff-evidence-card{min-height:auto}
  .ff-evidence-example{grid-template-columns:1fr}
}
@media(max-width:700px){
  .ff-evidence{padding:32px 18px 52px}
  .ff-evidence-head h2{font-size:clamp(25px,7vw,31px)!important}
  .ff-evidence-head p{font-size:14px}
  .ff-evidence-card{padding:22px}
  .ff-evidence-flow{grid-template-columns:1fr}
  .ff-evidence-flow>div{min-height:auto}
  .ff-evidence-arrow{transform:rotate(90deg)}
  .ff-evidence-actions{justify-content:flex-start}
}

/* Final homepage mobile layout contract. This file loads last in the homepage CSS stack. */
@media(max-width:900px){
  body.ff-home-conversion-v2 .hero.ff-conversion-hero{
    display:block!important;
    box-sizing:border-box;
    width:calc(100% - 24px);
    max-width:720px;
    min-height:auto;
    margin:22px auto 0;
    padding:42px 24px 30px;
    overflow:hidden;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero:before{
    inset:0;
    border-radius:28px;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero:after{
    inset:auto -24% 12% 30%;
    height:420px;
    opacity:.7;
  }
  body.ff-home-conversion-v2 .ff-hero-copy{
    width:100%;
    max-width:none;
    min-width:0;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero .eyebrow{
    max-width:none;
    margin:0;
    font-size:12px;
    line-height:1.55;
    letter-spacing:.15em;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero h1{
    width:100%;
    max-width:none;
    margin:18px 0 0;
    font-size:clamp(42px,10.5vw,54px);
    line-height:.96;
    letter-spacing:-.042em;
    overflow-wrap:normal;
    word-break:normal;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero h1 span{
    display:block;
    margin-top:4px;
  }
  body.ff-home-conversion-v2 .ff-hero-tension,
  body.ff-home-conversion-v2 .hero.ff-conversion-hero .lead{
    box-sizing:border-box;
    width:100%;
    max-width:none;
  }
  body.ff-home-conversion-v2 .ff-hero-tension{
    margin-top:24px;
    font-size:18px;
    line-height:1.46;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero .lead{
    margin-top:14px;
    font-size:16px;
    line-height:1.58;
  }
  body.ff-home-conversion-v2 .ff-primary-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:100%;
    margin-top:24px;
  }
  body.ff-home-conversion-v2 .ff-primary-actions .btn{
    box-sizing:border-box;
    width:100%;
    min-height:50px;
  }
  body.ff-home-conversion-v2 .ff-hero-visual{
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    box-sizing:border-box;
    width:100%;
    max-width:none;
    min-width:0;
    margin:30px 0 0!important;
  }
  body.ff-home-conversion-v2 .ff-hero-visual .visual{
    width:100%;
    max-width:none;
    overflow:hidden;
    border-radius:16px;
  }
  body.ff-home-conversion-v2 .ff-hero-visual img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
  }
  body.ff-home-conversion-v2 .ff-hero-visual figcaption{
    margin-top:10px;
    color:#979ca4;
    font-size:12px;
    line-height:1.5;
  }
  .ff-demo-float{display:none!important}
}

@media(max-width:520px){
  body.ff-home-conversion-v2 .hero.ff-conversion-hero{
    width:calc(100% - 20px);
    margin-top:16px;
    padding:34px 20px 24px;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero .eyebrow{
    font-size:11px;
    line-height:1.5;
    letter-spacing:.14em;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero h1{
    margin-top:16px;
    font-size:clamp(40px,11vw,46px);
    line-height:.95;
  }
  body.ff-home-conversion-v2 .ff-hero-tension{
    margin-top:22px;
    font-size:18px;
    line-height:1.42;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero .lead{
    font-size:16px;
    line-height:1.55;
  }
  body.ff-home-conversion-v2 .ff-hero-visual{margin-top:26px!important}
}

@media(max-width:360px){
  body.ff-home-conversion-v2 .hero.ff-conversion-hero{
    padding-left:18px;
    padding-right:18px;
  }
  body.ff-home-conversion-v2 .hero.ff-conversion-hero h1{font-size:39px}
}