/* HTML dosyasındaki stillerin özeti ve çakışma önleyici ekler */
.fsec { 
    --brand: #9b00ff; --brand-dark: #7700cc; --brand-light: #c266ff; --ink: #1a0a2e; --ink2: #4a2870; --ink3: #8a6aaa; --bg: #faf9f6; --bg2: #f3eeff; --border: #e5d0f8; --r: 14px; --r2: 20px; 
    max-width: 740px; margin-inline: auto; padding: 100px 1.25rem 4rem; 
}
.stk { display: flex; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r2); overflow: hidden; margin-bottom: 1.35rem; }
.sti { flex: 1; display: flex; flex-direction: column; align-items: center; gap: .15rem; padding: .7rem .35rem; border-right: 1px solid var(--border); transition: background .15s; }
.sti.cur { background: var(--brand); color: #fff; }
.sti.done { background: var(--bg2); }
.stn { font-family: 'Outfit', sans-serif; font-size: .58rem; font-weight: 900; color: var(--ink3); width: 20px; height: 20px; border-radius: 5px; background: var(--bg2); display: flex; align-items: center; justify-content: center; }
.sti.cur .stn { background: rgba(255,255,255,.22); color: #fff; }
.stl { font-size: .55rem; font-weight: 700; color: var(--ink3); text-align: center; }
.sti.cur .stl { color: #fff; }
.sc { display: none; } .sc.on { display: block; }
.fb { background: #fff; border: 1.5px solid var(--border); border-radius: var(--r2); overflow: hidden; box-shadow: 0 4px 20px rgba(155,0,255,.05); }
.fbb { padding: 1.5rem; }
.fg { display: grid; gap: 1rem; } .fg2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .fg2 { grid-template-columns: 1fr; } }
.fld { display: flex; flex-direction: column; gap: .3rem; }
.fld label { font-size: .75rem; font-weight: 700; color: var(--ink2); }
.req { color: var(--brand); }
input, select, textarea { font-family: inherit; font-size: .85rem; padding: .65rem .85rem; border: 1.5px solid var(--border); border-radius: 9px; outline: none; transition: .15s; width: 100%; }
input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(155,0,255,.08); }
.chip-wrap { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .3rem; }
.co input { display: none; }
.co span { font-size: .7rem; font-weight: 600; color: var(--ink2); background: #fff; border: 1.5px solid var(--border); padding: .3rem .75rem; border-radius: 99px; cursor: pointer; transition: .12s; }
.co input:checked + span { background: var(--brand); border-color: var(--brand); color: #fff; }
.fnav { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; border-top: 1px solid var(--border); background: #fafafa; }
.btn-p { background: var(--brand); color: #fff; border: none; padding: .65rem 1.5rem; border-radius: 8px; font-weight: 700; cursor: pointer; transition: .15s; }
.btn-p:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-g { background: #fff; color: var(--ink3); border: 1.5px solid var(--border); padding: .65rem 1.2rem; border-radius: 8px; font-weight: 700; cursor: pointer; }
.drow { position: relative; background: #fcfcfc; border: 1px solid var(--border); padding: .75rem; border-radius: 8px; margin-bottom: .5rem; }
.ddel { position: absolute; top: .5rem; right: .5rem; cursor: pointer; color: #ef4444; border: none; background: none; }
.ferr { font-size: .65rem; color: #ef4444; margin-top: .2rem; display: none; } .ferr.on { display: block; }
.suc-ico { font-size: 3rem; margin-bottom: 1rem; }
