/* White background, black text, minimal and clean */
.sfpt-wrap { background:#ffffff; color:#0b0b0b; min-height:60vh; padding:40px 16px; }
.sfpt-container { width:100%; max-width:880px; margin:0 auto; }
.sfpt-card { background:#ffffff; border:1px solid rgba(0,0,0,0.08); padding:28px; border-radius:16px; box-shadow:0 10px 25px rgba(0,0,0,0.05); }
.sfpt-logo { text-align:center; margin-bottom:18px; }
.sfpt-logo img{ height:48px; }
.sfpt-content { font-size:18px; line-height:1.6; }
.sfpt-form { display:flex; gap:10px; margin-top:16px; }
.sfpt-form input[type="email"]{ flex:1; padding:14px 16px; border-radius:12px; border:1px solid rgba(0,0,0,0.15); background:#fff; color:#111; outline:none; }
.sfpt-form button{ padding:14px 18px; border-radius:12px; border:0; background:var(--sfpt-brand,#111111); color:white; font-weight:700; cursor:pointer; }
.sfpt-small { opacity:0.7; font-size:12px; margin-top:10px; }
.sfpt-video { position:relative; padding-top:56.25%; margin:10px 0 16px; border-radius:12px; overflow:hidden; box-shadow:0 6px 14px rgba(0,0,0,0.07); }
.sfpt-embed iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.sfpt-btn { display:inline-block; text-align:center; padding:14px 18px; border-radius:12px; background:var(--sfpt-brand,#111111); color:#fff; text-decoration:none; font-weight:700; }
@media (max-width:640px){ .sfpt-form{ flex-direction:column; } }
