/* Ferhatlar Okulları – Servis sayfası
   Tüm kurallar .fsv altında kapsanır ki tema stilleriyle çakışmasın. */

#fs-top{
  --n:#10304f;        /* derin lacivert */
  --n2:#0a2137;
  --n3:#1b4468;
  --gold:#b0813f;
  --gold-2:#cfa057;
  --gold-soft:#f0e2c9;
  --cream:#faf7f1;
  --cream-2:#f3ece1;
  --ink:#1b2733;
  --muted:#5d6f80;
  --line:#e6ded1;
  --line-strong:#cfc0a8;
  --green:#2c7a5b;
  --green-soft:#e8f4ee;
  --red:#a83a32;
  --radius:16px;
  --radius-s:11px;
  --shadow:0 1px 2px rgba(16,48,79,.05), 0 12px 34px -14px rgba(16,48,79,.22);
  --shadow-lg:0 2px 4px rgba(16,48,79,.06), 0 26px 60px -22px rgba(16,48,79,.34);
  --serif:"Lora", Georgia, "Times New Roman", serif;
  --sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  font-family:var(--sans);
  color:var(--ink);
  line-height:1.65;
  font-size:16.5px;
  -webkit-font-smoothing:antialiased;
  background:var(--cream);
}
#fs-top *,#fs-top *::before,#fs-top *::after{box-sizing:border-box;}
#fs-top h1,#fs-top h2,#fs-top h3{font-family:var(--serif);font-weight:600;line-height:1.2;color:var(--n);margin:0 0 .5em;letter-spacing:-.01em;}
#fs-top h1{font-size:clamp(2rem,4.6vw,3.4rem);}
#fs-top h2{font-size:clamp(1.5rem,2.9vw,2.2rem);}
#fs-top h3{font-size:1.11rem;font-family:var(--sans);font-weight:700;letter-spacing:-.005em;}
#fs-top p{margin:0 0 1em;}
#fs-top p:last-child{margin-bottom:0;}
#fs-top ul,#fs-top ol{margin:0;padding:0;list-style:none;}
#fs-top img{max-width:100%;height:auto;display:block;}
#fs-top [hidden]{display:none !important;}
#fs-top svg{width:20px;height:20px;flex:none;}
#fs-top em{font-style:italic;color:var(--gold-2);}
#fs-top strong{font-weight:700;}

#fs-top .fsv-kicker{
  display:inline-block;font-size:.735rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.6em;
}

/* ---------- HERO ---------- */
#fs-top .fsv-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(150deg,var(--n2) 0%,var(--n) 46%,var(--n3) 100%);
  color:#fff;padding:clamp(56px,8vw,104px) 24px clamp(52px,7vw,88px);
}
#fs-top .fsv-hero.has-img::before{
  content:"";position:absolute;inset:0;
  background-image:var(--fs-hero);background-size:cover;background-position:center 62%;
  opacity:.34;
}
#fs-top .fsv-hero::after{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(120% 90% at 12% 8%, rgba(10,33,55,.94) 0%, rgba(10,33,55,.72) 40%, rgba(10,33,55,.42) 100%),
    linear-gradient(180deg, rgba(10,33,55,.15) 0%, rgba(10,33,55,.82) 100%);
}
#fs-top .fsv-hero-in{position:relative;z-index:2;max-width:1120px;margin:0 auto;}
#fs-top .fsv-hero .fsv-eyebrow{
  display:inline-block;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;
  font-weight:700;color:var(--gold-soft);border:1px solid rgba(207,160,87,.42);
  padding:.42em 1em;border-radius:100px;margin-bottom:1.5em;background:rgba(207,160,87,.09);
}
#fs-top .fsv-hero h1{color:#fff;max-width:16ch;margin-bottom:.42em;}
#fs-top .fsv-lead{font-size:clamp(1rem,1.35vw,1.14rem);color:rgba(255,255,255,.84);max-width:56ch;margin-bottom:2em;}
#fs-top .fsv-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:2.6em;}
#fs-top .fsv-hero-badges{display:flex;flex-wrap:wrap;gap:10px 26px;padding-top:1.6em;border-top:1px solid rgba(255,255,255,.16);}
#fs-top .fsv-hero-badges li{display:flex;align-items:center;gap:9px;font-size:.9rem;color:rgba(255,255,255,.86);font-weight:500;}
#fs-top .fsv-hero-badges svg{color:var(--gold-2);width:19px;height:19px;}

/* ---------- BUTONLAR ---------- */
#fs-top .fsv-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--sans);font-size:.945rem;font-weight:650;line-height:1.2;
  padding:.92em 1.6em;border-radius:100px;border:1.5px solid transparent;
  cursor:pointer;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
#fs-top .fsv-btn:focus-visible{outline:3px solid var(--gold-2);outline-offset:3px;}
#fs-top .fsv-btn-gold{background:var(--gold);color:#fff;box-shadow:0 10px 24px -12px rgba(176,129,63,.9);}
#fs-top .fsv-btn-gold:hover{background:#9d7237;color:#fff;transform:translateY(-1px);}
#fs-top .fsv-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.42);}
#fs-top .fsv-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff;}
#fs-top .fsv-btn-dark{color:var(--n);border-color:rgba(16,48,79,.28);}
#fs-top .fsv-btn-dark:hover{background:rgba(16,48,79,.06);color:var(--n);}
#fs-top .fsv-btn-soft{background:var(--cream-2);color:var(--n);border-color:var(--line);}
#fs-top .fsv-btn-soft:hover{background:var(--gold-soft);}
#fs-top .fsv-btn-plain{background:transparent;color:var(--muted);border-color:var(--line);}
#fs-top .fsv-btn-plain:hover{background:#fff;color:var(--n);}
#fs-top .fsv-btn-lg{padding:1.05em 2.2em;font-size:1.02rem;}
#fs-top .fsv-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none;}

/* ---------- FİRMA ŞERİDİ ---------- */
#fs-top .fsv-firma{background:#fff;border-bottom:1px solid var(--line);padding:clamp(30px,4vw,44px) 24px;}
#fs-top .fsv-firma-in{
  max-width:1120px;margin:0 auto;display:grid;gap:22px 28px;align-items:center;
  grid-template-columns:auto minmax(0,1fr) minmax(0,.85fr);
}
#fs-top .fsv-firma-mark{
  width:62px;height:62px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(140deg,var(--n) 0%,var(--n3) 100%);color:var(--gold-2);
}
#fs-top .fsv-firma-mark svg{width:30px;height:30px;}
#fs-top .fsv-firma-txt h2{font-size:1.5rem;margin-bottom:.28em;letter-spacing:.01em;}
#fs-top .fsv-firma-txt .fsv-kicker{margin-bottom:.25em;}
#fs-top .fsv-firma-txt p{font-size:.945rem;color:var(--muted);}
#fs-top .fsv-firma-note{
  display:flex;gap:12px;align-items:flex-start;background:var(--cream);
  border:1px solid var(--line);border-radius:var(--radius-s);padding:14px 16px;
}
#fs-top .fsv-firma-note svg{color:var(--gold);margin-top:2px;}
#fs-top .fsv-firma-note p{font-size:.85rem;color:var(--muted);line-height:1.55;}

/* ---------- BÖLÜM İSKELETİ ---------- */
#fs-top .fsv-sec{padding:clamp(52px,7vw,88px) 24px;}
#fs-top .fsv-sec-head{max-width:640px;margin:0 auto clamp(30px,4vw,48px);text-align:center;}
#fs-top .fsv-sec-head p{color:var(--muted);font-size:1.02rem;}
#fs-top .fsv-grid-3{max-width:1120px;margin:0 auto;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));}
#fs-top .fsv-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px 24px;box-shadow:var(--shadow);
}
#fs-top .fsv-card-ico{
  display:grid;place-items:center;width:44px;height:44px;border-radius:12px;
  background:var(--cream-2);color:var(--gold);margin-bottom:16px;
}
#fs-top .fsv-card-ico svg{width:22px;height:22px;}
#fs-top .fsv-card h3{margin-bottom:.4em;}
#fs-top .fsv-card p{font-size:.925rem;color:var(--muted);}

/* ---------- ZAMAN ÇİZELGESİ ---------- */
#fs-top .fsv-akis{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
#fs-top .fsv-timeline{max-width:1120px;margin:0 auto;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:tl;}
#fs-top .fsv-timeline li{position:relative;padding-top:8px;}
#fs-top .fsv-timeline li::before{
  content:"";position:absolute;top:29px;left:52px;right:-10px;height:1px;
  background:repeating-linear-gradient(90deg,var(--line) 0 6px,transparent 6px 12px);
}
#fs-top .fsv-timeline li:last-child::before{display:none;}
#fs-top .fsv-tl-dot{
  display:grid;place-items:center;width:44px;height:44px;border-radius:50%;
  background:var(--n);color:var(--gold-2);margin-bottom:16px;position:relative;z-index:1;
}
#fs-top .fsv-timeline h3{margin-bottom:.35em;}
#fs-top .fsv-timeline p{font-size:.9rem;color:var(--muted);}

/* ---------- SPLIT ---------- */
#fs-top .fsv-split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--cream);}
#fs-top .fsv-split-rev .fsv-split-img{order:2;}
#fs-top .fsv-split-img{
  min-height:420px;background-size:cover;background-position:center;
  background-color:var(--n);
}
#fs-top .fsv-ph{
  background-image:
    radial-gradient(60% 60% at 30% 30%, rgba(207,160,87,.22) 0%, transparent 70%),
    linear-gradient(150deg,var(--n2) 0%,var(--n3) 100%);
}
#fs-top .fsv-ph-2{
  background-image:
    radial-gradient(70% 70% at 70% 40%, rgba(120,180,220,.2) 0%, transparent 70%),
    linear-gradient(200deg,var(--n) 0%,var(--n2) 100%);
}
#fs-top .fsv-split-txt{padding:clamp(38px,5vw,72px) clamp(24px,4vw,60px);align-self:center;max-width:620px;}
#fs-top .fsv-split-txt p{color:var(--muted);}
#fs-top .fsv-ticks li{position:relative;padding-left:30px;margin-bottom:.75em;font-size:.95rem;color:var(--ink);}
#fs-top .fsv-ticks li::before{
  content:"";position:absolute;left:0;top:.42em;width:17px;height:17px;border-radius:50%;
  background:var(--green-soft);
  box-shadow:inset 0 0 0 1.5px rgba(44,122,91,.35);
}
#fs-top .fsv-ticks li::after{
  content:"";position:absolute;left:5px;top:.72em;width:7px;height:4px;
  border-left:1.8px solid var(--green);border-bottom:1.8px solid var(--green);transform:rotate(-45deg);
}

/* ---------- HATLAR ---------- */
#fs-top .fsv-hatlar{position:relative;background:var(--n);color:#fff;overflow:hidden;}
#fs-top .fsv-hatlar::before{
  content:"";position:absolute;inset:0;background-image:var(--fs-city);
  background-size:cover;background-position:center;opacity:.16;
}
#fs-top .fsv-hatlar::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,33,55,.9) 0%,rgba(16,48,79,.94) 100%);
}
#fs-top .fsv-hatlar>*{position:relative;z-index:2;}
#fs-top .fsv-hatlar h2{color:#fff;}
#fs-top .fsv-hatlar .fsv-sec-head p{color:rgba(255,255,255,.72);}
#fs-top .fsv-hat-grid{max-width:1120px;margin:0 auto;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));}
#fs-top .fsv-hat{
  position:relative;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13);
  border-radius:var(--radius);padding:24px 22px;backdrop-filter:blur(2px);
}
#fs-top .fsv-hat h3{color:#fff;margin-bottom:.3em;}
#fs-top .fsv-hat p{font-size:.9rem;color:rgba(255,255,255,.72);}
#fs-top .fsv-hat-ico{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:rgba(207,160,87,.22);color:#e2bd7e;margin-bottom:14px;}
#fs-top .fsv-hat.is-new{border-color:rgba(207,160,87,.55);background:rgba(207,160,87,.1);}
#fs-top .fsv-new{
  position:absolute;top:16px;right:16px;font-size:.66rem;font-weight:800;letter-spacing:.1em;
  background:var(--gold-2);color:#2a1d09;padding:.32em .72em;border-radius:100px;
}
#fs-top .fsv-duyuru{
  max-width:1120px;margin:22px auto 0;display:flex;gap:16px;align-items:flex-start;
  background:linear-gradient(120deg,rgba(207,160,87,.18),rgba(207,160,87,.06));
  border:1px solid rgba(207,160,87,.4);border-radius:var(--radius);padding:20px 22px;
}
#fs-top .fsv-duyuru-tag{
  flex:none;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  background:var(--gold-2);color:#2a1d09;padding:.42em .9em;border-radius:100px;
}
#fs-top .fsv-duyuru p{font-size:.96rem;color:rgba(255,255,255,.9);}
#fs-top .fsv-duyuru strong{color:#fff;}
#fs-top .fsv-hat-note{max-width:1120px;margin:16px auto 0;font-size:.85rem;color:rgba(255,255,255,.55);text-align:center;}

/* ---------- SÖZ ---------- */
#fs-top .fsv-soz{background:#fff;padding:clamp(52px,7vw,84px) 24px;border-bottom:1px solid var(--line);}
#fs-top .fsv-soz-in{max-width:1000px;margin:0 auto;text-align:center;}
#fs-top .fsv-soz-in h2{max-width:22ch;margin:0 auto 2em;font-style:italic;}
#fs-top .fsv-soz-grid{display:grid;gap:26px;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center;}
#fs-top .fsv-soz-grid svg{width:26px;height:26px;color:var(--gold);margin:0 auto 12px;}
#fs-top .fsv-soz-grid h3{margin-bottom:.35em;}
#fs-top .fsv-soz-grid p{font-size:.9rem;color:var(--muted);}

/* ---------- SSS ---------- */
#fs-top .fsv-sss{background:var(--cream);}
#fs-top .fsv-acc{max-width:800px;margin:0 auto;}
#fs-top .fsv-acc details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-s);margin-bottom:10px;overflow:hidden;}
#fs-top .fsv-acc summary{
  cursor:pointer;list-style:none;padding:18px 52px 18px 22px;position:relative;
  font-weight:650;color:var(--n);font-size:1rem;
}
#fs-top .fsv-acc summary::-webkit-details-marker{display:none;}
#fs-top .fsv-acc summary::after{
  content:"";position:absolute;right:22px;top:50%;width:9px;height:9px;
  border-right:2px solid var(--gold);border-bottom:2px solid var(--gold);
  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;
}
#fs-top .fsv-acc details[open] summary::after{transform:translateY(-30%) rotate(-135deg);}
#fs-top .fsv-acc-body{padding:0 22px 20px;}
#fs-top .fsv-acc-body p{font-size:.93rem;color:var(--muted);}

/* ---------- FORM ---------- */
#fs-top .fsv-form-wrap{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-2) 100%);padding:clamp(52px,7vw,88px) 24px;scroll-margin-top:90px;}
#fs-top .fsv-form-head{max-width:700px;margin:0 auto clamp(26px,3.5vw,38px);text-align:center;}
#fs-top .fsv-form-head p{color:var(--muted);}
#fs-top .fsv-deadline{
  display:inline-flex;align-items:center;gap:8px;margin-top:.6em;font-size:.88rem;
  background:#fff;border:1px solid var(--line);border-radius:100px;padding:.5em 1.1em;color:var(--n);
}
#fs-top .fsv-deadline svg{width:17px;height:17px;color:var(--gold);}
#fs-top .fsv-closed{
  max-width:620px;margin:0 auto;background:#fff;border:1px dashed var(--line);
  border-radius:var(--radius);padding:38px 30px;text-align:center;color:var(--muted);
}
#fs-top .fsv-closed svg{width:34px;height:34px;color:var(--gold);margin:0 auto 14px;}

#fs-top .fsv-form-card{
  max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--line);
  border-radius:22px;box-shadow:var(--shadow-lg);overflow:hidden;
}
#fs-top .fsv-steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:var(--cream);}
#fs-top .fsv-steps li{
  display:flex;align-items:center;justify-content:center;gap:9px;padding:16px 10px;
  font-size:.86rem;font-weight:600;color:var(--muted);position:relative;
}
#fs-top .fsv-steps li span{
  display:grid;place-items:center;width:24px;height:24px;border-radius:50%;
  background:#fff;border:1.5px solid var(--line);font-size:.78rem;color:var(--muted);
}
#fs-top .fsv-steps li.is-active{color:var(--n);background:#fff;}
#fs-top .fsv-steps li.is-active span{background:var(--gold);border-color:var(--gold);color:#fff;}
#fs-top .fsv-steps li.is-done span{background:var(--green);border-color:var(--green);color:transparent;position:relative;}
#fs-top .fsv-steps li.is-done span::after{
  content:"";position:absolute;left:7.5px;top:5px;width:5px;height:9px;
  border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(42deg);
}
#fs-top .fsv-steps li.is-done{color:var(--n);}

#fs-top .fsv-step{display:none;padding:clamp(24px,3.4vw,36px);}
#fs-top .fsv-step.is-active{display:block;animation:fsIn .28s ease;}
@keyframes fsIn{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
#fs-top .fsv-step-intro{font-size:.94rem;color:var(--muted);margin-bottom:1.4em;}
#fs-top .fsv-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}

/* öğrenci kartı */
#fs-top .fsv-st{
  border:1px solid var(--line);border-radius:var(--radius);padding:20px;margin-bottom:14px;
  background:var(--cream);transition:border-color .2s ease,background .2s ease;
}
#fs-top .fsv-st.is-ok{border-color:rgba(44,122,91,.42);background:var(--green-soft);}
#fs-top .fsv-st-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}
#fs-top .fsv-st-title{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);}
#fs-top .fsv-st-remove{
  background:none;border:none;color:var(--muted);font-size:.83rem;cursor:pointer;
  text-decoration:underline;padding:0;font-family:inherit;
}
#fs-top .fsv-st-remove:hover{color:var(--red);}
#fs-top .fsv-tc-row{display:flex;gap:10px;align-items:flex-start;}
#fs-top .fsv-tc-row .fsv-field{flex:1;margin:0;}
#fs-top .fsv-tc-row .fsv-btn{margin-top:26px;white-space:nowrap;}

#fs-top .fsv-found{
  display:none;margin-top:14px;padding-top:14px;border-top:1px solid rgba(44,122,91,.22);
}
#fs-top .fsv-st.is-ok .fsv-found{display:block;}
#fs-top .fsv-found-name{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:1.25rem;color:var(--n);font-weight:600;}
#fs-top .fsv-found-name svg{width:22px;height:22px;color:var(--green);}
#fs-top .fsv-found-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
#fs-top .fsv-chip{
  font-size:.8rem;background:#fff;border:1px solid var(--line);border-radius:100px;
  padding:.35em .85em;color:var(--muted);
}
#fs-top .fsv-chip strong{color:var(--n);font-weight:650;}

/* alanlar */
#fs-top .fsv-fields{display:grid;gap:16px;grid-template-columns:1fr 1fr;}
#fs-top .fsv-field{display:flex;flex-direction:column;}
#fs-top .fsv-field.fsv-full{grid-column:1/-1;}
#fs-top .fsv-field label{font-size:.855rem;font-weight:650;color:var(--n);margin-bottom:.45em;}
#fs-top .fsv-field label span{color:var(--red);}
#fs-top .fsv-field label small{font-weight:400;color:var(--muted);}
#fs-top input[type=text],#fs-top input[type=tel],#fs-top input[type=email],#fs-top select,#fs-top textarea{
  width:100%;font-family:var(--sans);font-size:1rem;color:var(--ink);background:#fff;
  border:1.5px solid var(--line);border-radius:10px;padding:.78em .95em;line-height:1.4;
  transition:border-color .16s ease,box-shadow .16s ease;
}
#fs-top textarea{resize:vertical;min-height:96px;}
#fs-top input:focus,#fs-top select:focus,#fs-top textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(176,129,63,.14);
}
#fs-top input.has-error,#fs-top textarea.has-error{border-color:var(--red);box-shadow:0 0 0 3px rgba(168,58,50,.12);}
#fs-top .fsv-err{font-size:.83rem;color:var(--red);margin-top:.45em;}
#fs-top .fsv-hint{font-size:.83rem;color:var(--muted);margin-top:.45em;}

/* onay kutuları */
#fs-top .fsv-check{display:flex;gap:11px;align-items:flex-start;cursor:pointer;font-size:.93rem;color:var(--ink);}
#fs-top .fsv-check input{
  appearance:none;-webkit-appearance:none;flex:none;
  width:21px;height:21px;min-width:21px;max-width:21px;min-height:21px;max-height:21px;
  margin:1px 0 0;padding:0;
  border:1.5px solid var(--line-strong);border-radius:6px;background:#fff;cursor:pointer;position:relative;
  transition:background .15s ease,border-color .15s ease;
}
#fs-top .fsv-check input:checked{background:var(--green);border-color:var(--green);}
#fs-top .fsv-check input:checked::after{
  content:"";position:absolute;left:6.5px;top:3px;width:6px;height:11px;
  border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(42deg);
}
#fs-top .fsv-check input:focus-visible{outline:3px solid var(--gold-2);outline-offset:2px;}
#fs-top .fsv-check-lg{font-size:.92rem;line-height:1.6;}
#fs-top .fsv-sibling{
  margin-top:6px;padding:18px 20px;background:var(--cream);border:1px solid var(--line);
  border-radius:var(--radius-s);display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;
}
#fs-top .fsv-onay{
  margin-top:16px;padding:18px 20px;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-s);
}
#fs-top .fsv-onay.is-hidden{display:none;}
#fs-top .fsv-link{background:none;border:none;padding:0;font:inherit;color:var(--gold);text-decoration:underline;cursor:pointer;}
#fs-top .fsv-kvkk{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted);line-height:1.6;}

/* servis tercihi kartı */
#fs-top .fsv-pref{border:1px solid var(--line);border-radius:var(--radius);margin-bottom:16px;overflow:hidden;background:#fff;}
#fs-top .fsv-pref-head{background:var(--cream);padding:16px 20px;border-bottom:1px solid var(--line);}
#fs-top .fsv-pref-head h3{margin:0;font-family:var(--serif);font-size:1.2rem;font-weight:600;}
#fs-top .fsv-pref-head p{font-size:.83rem;color:var(--muted);margin:.2em 0 0;}
#fs-top .fsv-pref-body{padding:20px;}
#fs-top .fsv-radio-row{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:4px;}
#fs-top .fsv-radio{
  position:relative;display:flex;align-items:center;gap:13px;
  cursor:pointer;min-height:78px;
  border:1.5px solid var(--line);border-radius:13px;
  padding:15px 16px;background:#fff;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
#fs-top .fsv-radio input{
  position:absolute;left:16px;top:50%;transform:translateY(-50%);
  width:24px;height:24px;margin:0;padding:0;border:0;background:none;
  appearance:none;-webkit-appearance:none;opacity:0;cursor:pointer;z-index:2;
}
/* İşaret gerçek bir öğedir; input'un tarayıcı görünümüne bağlı değildir. */
#fs-top .fsv-radio .fsv-mark{
  flex:none;display:block;width:23px;height:23px;border-radius:50%;
  border:1.5px solid var(--line-strong);background:#fff;
  position:relative;transition:border-color .18s ease;
}
#fs-top .fsv-radio .fsv-mark i{
  position:absolute;left:50%;top:50%;width:11px;height:11px;margin:-5.5px 0 0 -5.5px;
  border-radius:50%;background:var(--green);display:block;
  transform:scale(0);transition:transform .22s cubic-bezier(.2,.9,.3,1.35);
}
#fs-top .fsv-radio-txt{display:flex;flex-direction:column;gap:2px;min-width:0;}
#fs-top .fsv-radio b{font-size:.95rem;font-weight:650;color:var(--n);line-height:1.3;}
#fs-top .fsv-radio small{font-size:.79rem;color:var(--muted);line-height:1.45;}
#fs-top .fsv-radio:hover{border-color:var(--gold-2);}
#fs-top .fsv-radio:hover .fsv-mark{border-color:var(--gold-2);}
#fs-top .fsv-radio.is-picked b{color:#1f5c43;}
#fs-top .fsv-radio.is-focus{outline:3px solid var(--gold-2);outline-offset:2px;}

#fs-top .fsv-pref-extra{display:none;margin-top:18px;padding-top:18px;border-top:1px dashed var(--line);}
#fs-top .fsv-pref-extra.is-open{display:block;animation:fsIn .24s ease;}

#fs-top .fsv-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;margin-top:26px;flex-wrap:wrap;}
#fs-top .fsv-msg{
  margin-top:18px;padding:14px 16px;border-radius:var(--radius-s);font-size:.92rem;
  background:#fdf2f1;border:1px solid rgba(168,58,50,.3);color:#8a2f28;
}
#fs-top .fsv-msg.is-info{background:var(--green-soft);border-color:rgba(44,122,91,.3);color:#1f5c43;}

/* teşekkür */
#fs-top .fsv-thanks{padding:clamp(34px,5vw,56px) clamp(24px,4vw,44px);text-align:center;animation:fsIn .35s ease;}
#fs-top .fsv-thanks-mark{
  width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;
  background:var(--green-soft);color:var(--green);
}
#fs-top .fsv-thanks-mark svg{width:38px;height:38px;stroke-width:1.5;}
#fs-top .fsv-thanks h3{font-family:var(--serif);font-size:1.7rem;font-weight:600;margin-bottom:.5em;}
#fs-top .fsv-thanks-lead{color:var(--muted);max-width:52ch;margin:0 auto 1.6em;}
#fs-top .fsv-ref{
  display:inline-flex;flex-direction:column;gap:3px;background:var(--cream);border:1px solid var(--line);
  border-radius:var(--radius-s);padding:14px 28px;font-size:.78rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted);margin-bottom:1.8em;
}
#fs-top .fsv-ref strong{font-family:var(--serif);font-size:1.5rem;letter-spacing:.02em;color:var(--n);text-transform:none;}
#fs-top .fsv-thanks-ozet{display:grid;gap:10px;max-width:520px;margin:0 auto 2em;text-align:left;}
#fs-top .fsv-ozet-row{
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-s);padding:13px 16px;
}
#fs-top .fsv-ozet-row b{font-weight:650;color:var(--n);}
#fs-top .fsv-ozet-row span{font-size:.84rem;color:var(--muted);}
#fs-top .fsv-ozet-tag{font-size:.78rem;font-weight:700;padding:.3em .8em;border-radius:100px;background:var(--green-soft);color:var(--green);}
#fs-top .fsv-ozet-tag.is-no{background:var(--cream-2);color:var(--muted);}
#fs-top .fsv-thanks-foot{font-size:.87rem;color:var(--muted);}

/* iletişim */
#fs-top .fsv-iletisim{background:var(--n);color:#fff;padding:clamp(46px,6vw,72px) 24px;text-align:center;}
#fs-top .fsv-iletisim h2{color:#fff;}
#fs-top .fsv-iletisim p{color:rgba(255,255,255,.74);max-width:50ch;margin:0 auto 1.8em;}
#fs-top .fsv-il-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}
#fs-top .fsv-iletisim .fsv-btn-dark{color:#fff;border-color:rgba(255,255,255,.4);}
#fs-top .fsv-iletisim .fsv-btn-dark:hover{background:rgba(255,255,255,.1);}

#fs-top .fsv-spin{
  width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;
  border-radius:50%;animation:fsSpin .7s linear infinite;
}
@keyframes fsSpin{to{transform:rotate(360deg);}}

/* ---------- DUYARLI ---------- */
@media (max-width:1000px){
  #fs-top .fsv-grid-3,#fs-top .fsv-hat-grid,#fs-top .fsv-soz-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #fs-top .fsv-timeline{grid-template-columns:repeat(2,minmax(0,1fr));}
  #fs-top .fsv-timeline li::before{display:none;}
  #fs-top .fsv-firma-in{grid-template-columns:auto minmax(0,1fr);}
  #fs-top .fsv-firma-note{grid-column:1/-1;}
}
@media (max-width:760px){
  #fs-top{font-size:16px;}
  #fs-top .fsv-grid-3,#fs-top .fsv-hat-grid,#fs-top .fsv-soz-grid,#fs-top .fsv-timeline{grid-template-columns:1fr;}
  #fs-top .fsv-split,#fs-top .fsv-split-rev .fsv-split-img{display:block;order:0;}
  #fs-top .fsv-split-img{min-height:240px;}
  #fs-top .fsv-fields{grid-template-columns:1fr;}
  #fs-top .fsv-radio-row{grid-template-columns:1fr;}
  #fs-top .fsv-tc-row{flex-direction:column;}
  #fs-top .fsv-tc-row .fsv-btn{margin-top:0;width:100%;}
  #fs-top .fsv-steps li{flex-direction:column;gap:5px;font-size:.75rem;text-align:center;padding:13px 6px;}
  #fs-top .fsv-actions{justify-content:stretch;}
  #fs-top .fsv-actions .fsv-btn{flex:1;}
  #fs-top .fsv-duyuru{flex-direction:column;}
  #fs-top .fsv-hero-cta .fsv-btn{width:100%;}
}
@media (prefers-reduced-motion:reduce){
  #fs-top *{animation-duration:.01ms !important;transition-duration:.01ms !important;}
}

/* ---- Listede olmayan öğrenci: hata değil, açılan bir yol ---- */
#fs-top .fsv-st.is-manuel{
  border-color:rgba(176,129,63,.5);
  background:linear-gradient(180deg,var(--gold-soft) 0%,var(--cream) 100%);
}
#fs-top .fsv-manuel{margin-top:16px;padding-top:16px;border-top:1px solid rgba(176,129,63,.3);}
#fs-top .fsv-manuel-not{
  font-size:.93rem;color:#6f5322;line-height:1.6;margin-bottom:1em;max-width:60ch;
}
#fs-top .fsv-manuel-alan{margin-top:16px;}
#fs-top .fsv-manuel-alan .fsv-hint{margin-top:.9em;color:#6f5322;}
#fs-top .fs-m-err{margin-top:.7em;}

#fs-top .fsv-yeni-kayit{
  display:inline-block;vertical-align:middle;margin-left:8px;
  font-family:var(--sans);font-style:normal;font-size:.68rem;font-weight:800;
  letter-spacing:.09em;text-transform:uppercase;
  background:var(--gold-soft);color:#6f5322;border-radius:100px;padding:.32em .8em;
}
#fs-top .fsv-pref.is-manuel{border-color:rgba(176,129,63,.5);}
#fs-top .fsv-pref.is-manuel .fsv-pref-head{background:var(--gold-soft);}

#fs-top .fsv-ozet-row.is-manuel{border-color:rgba(176,129,63,.45);background:#fdfaf4;}
#fs-top .fsv-manuel-tesekkur{
  max-width:52ch;margin:0 auto 2em;font-size:.9rem;line-height:1.65;color:#6f5322;
  background:var(--gold-soft);border:1px solid rgba(176,129,63,.32);
  border-radius:var(--radius-s);padding:14px 18px;text-align:left;
}

/* ---- Telefon alanı: sabit sıfır öneki ---- */
#fs-top .fsv-tel{display:flex;align-items:stretch;}
#fs-top .fsv-tel-pre{
  display:flex;align-items:center;padding:0 .85em;flex:none;
  background:var(--cream-2);border:1.5px solid var(--line);border-right:none;
  border-radius:10px 0 0 10px;color:var(--muted);font-size:1rem;font-weight:600;
}
#fs-top .fsv-tel input{border-radius:0 10px 10px 0;letter-spacing:.04em;}
#fs-top .fsv-tel input:focus{position:relative;z-index:1;}
#fs-top .fsv-zorunlu{color:var(--red);font-weight:700;}
#fs-top .fsv-onay.is-hidden{display:block;}
