.ft-store-top{background:#fff;padding:2rem 0;border-bottom:1px solid #e8e8ed}
.ft-store-top h1{font-size:clamp(1.3rem,3vw,1.7rem);font-weight:800;margin-bottom:.5rem}
.ft-store-top p{color:#6e6e73;font-size:.9rem;max-width:620px}
.editor-badge{display:inline-block;background:#ff9500;color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .6rem;border-radius:6px;margin-bottom:.65rem}

.category-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.25rem 0 1.75rem}
.tag{background:#f5f5f7;border:1px solid #d2d2d7;border-radius:980px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;color:#6e6e73}

.feature-stack{display:flex;flex-direction:column;gap:1rem}
.feature-row{display:grid;grid-template-columns:48px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d2d2d7;border-radius:14px;padding:1rem 1.15rem}
.feature-icon{width:48px;height:48px;background:#e8f4fd;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:900;color:#0071e3}
.feature-row h2{font-size:.95rem;font-weight:800;color:#1d1d1f;margin-bottom:.2rem}
.feature-row p{font-size:.84rem;color:#6e6e73}
.feature-row img{width:120px;border-radius:8px;border:1px solid #e8e8ed}

.whats-new{background:#f5f5f7;border-radius:16px;padding:1.25rem;margin:1.5rem 0}
.whats-new h3{font-size:.95rem;font-weight:800;margin-bottom:.75rem;color:#1d1d1f}
.whats-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e8e8ed}
.whats-item:last-child{border-bottom:none}
.whats-date{font-size:.72rem;font-weight:800;color:#0071e3;min-width:64px}
.whats-item p{font-size:.84rem;color:#6e6e73}

.ft-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ft-pair-col{background:#fff;border:1px solid #d2d2d7;border-radius:14px;padding:1.1rem}
.ft-pair-col h3{font-size:.9rem;font-weight:800;margin-bottom:.55rem;color:#1d1d1f}
.ft-pair-col li{font-size:.84rem;color:#6e6e73;padding:.3rem 0;border-bottom:1px solid #f0f0f2}
.ft-pair-col li:last-child{border-bottom:none}

.ft-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
.ft-step{background:#fff;border:1px solid #d2d2d7;border-radius:12px;padding:1rem;text-align:center}
.ft-step strong{display:block;font-size:1.1rem;color:#0071e3;font-weight:900;margin-bottom:.35rem}
.ft-step h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.ft-step p{font-size:.8rem;color:#6e6e73}

.ft-cta{background:#1d1d1f;color:#fff;text-align:center;padding:2.25rem 1rem}
.ft-cta h2{font-size:1.2rem;font-weight:800;margin-bottom:.45rem}
.ft-cta p{color:#a1a1a6;font-size:.88rem;margin-bottom:1rem}
.ft-cta a{display:inline-block;background:#0071e3;color:#fff!important;padding:.55rem 1.5rem;border-radius:980px;font-weight:700;text-decoration:none!important}

@media(max-width:768px){
  .feature-row{grid-template-columns:48px 1fr}
  .feature-row img{display:none}
  .ft-pair,.ft-steps{grid-template-columns:1fr}
}
