/* ============================================================
   Kurumsal Sporlar — page/section layout (homepage + form)
   Builds on kurumsal.css (brand layer) + sporara.css (tokens)
   ============================================================ */

/* ---------- image-slot integration ---------- */
/* :host ships a fixed 240×160 — must override width/height explicitly. */
image-slot { display: block; }
.hero-art image-slot { position: absolute; box-shadow: var(--shadow-md); overflow: hidden; border-radius: var(--radius-lg); }
.hero-art .p1 { left: 0; top: 0; width: 72%; height: 68%; background: var(--sp-lime); }
.hero-art .p2 { right: 0; top: 8%; left: auto; width: 42%; height: 46%; background: var(--sp-blue-100); }
.hero-art .p3 { right: 12%; bottom: 0; left: auto; top: auto; width: 50%; height: 40%; background: var(--kp-pink-100); }
.exp .img image-slot { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#exp-rafting   { background: var(--sp-blue-50); }
#exp-yelken    { background: var(--sp-lime-200); }
#exp-basketbol { background: var(--kp-pink-50); }
.stat-photo image-slot { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--sp-blue-50); }

/* ---------- photo placeholder system ---------- */
.photo {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--sp-blue-50); display: grid; place-items: center;
}
.photo[data-tone="ink"]  { background: var(--sp-ink); }
.photo[data-tone="blue"] { background: var(--sp-blue); }
.photo[data-tone="lime"] { background: var(--sp-lime); }
.photo[data-tone="pink"] { background: var(--kp-pink); }
.photo[data-tone="soft"] { background: var(--sp-blue-50); }
.photo .wm { width: 38%; max-width: 120px; opacity: 0.9; }
.photo[data-tone="ink"] .wm, .photo[data-tone="blue"] .wm, .photo[data-tone="pink"] .wm { filter: brightness(0) invert(1); opacity: 0.85; }
.photo[data-tone="lime"] .wm { filter: brightness(0); opacity: 0.8; }
.photo[data-tone="soft"] .wm { filter: none; opacity: 0.6; }
.photo .tag {
  position: absolute; left: 14px; top: 14px; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.18); padding: 5px 9px; border-radius: 6px; backdrop-filter: blur(4px);
}
.photo[data-tone="lime"] .tag, .photo[data-tone="soft"] .tag { color: rgba(10,15,28,0.45); background: rgba(255,255,255,0.4); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 56px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98;
  font-size: clamp(40px, 5.6vw, 72px); margin: 0;
}
.hero h1 .hl { color: var(--sp-blue); }
.hero h1 .hl-pink { color: var(--pink); }
.hero .lead-xl { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--sp-mute); margin: 24px 0 0; max-width: 520px; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust .item { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--sp-ink-soft); }
.hero-trust .item svg { width: 18px; height: 18px; color: var(--sp-success); }
.hero-trust .sep { width: 1px; height: 18px; background: var(--sp-line-strong); }

/* hero collage */
.hero-art { position: relative; height: 520px; }
.hero-art .photo { position: absolute; box-shadow: var(--shadow-md); }
.hero-art .p1 { inset: 0 28% 32% 0; border-radius: var(--radius-lg); }
.hero-art .p2 { width: 42%; height: 46%; right: 0; top: 8%; }
.hero-art .p3 { width: 50%; height: 40%; right: 12%; bottom: 0; }
.float-card {
  position: absolute; background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg); padding: 14px 16px; display: flex; align-items: center; gap: 12px;
}
.float-card .ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.float-card .ic svg { width: 20px; height: 20px; }
.float-card .t { font-size: 13px; font-weight: 700; color: var(--sp-ink); line-height: 1.1; }
.float-card .s { font-size: 11.5px; color: var(--sp-mute); margin-top: 2px; }
.float-1 { left: -18px; top: 38%; }
.float-2 { right: -14px; bottom: 16%; }

/* quick request bar */
.quickbar {
  background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); margin-top: 56px; padding: 12px;
  display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 6px; align-items: stretch;
  position: relative; z-index: 3;
}
.qfield { display: flex; flex-direction: column; gap: 3px; padding: 10px 16px; border-radius: var(--radius-md); cursor: pointer; transition: background var(--dur-1); }
.qfield:hover { background: var(--sp-surface); }
.qfield + .qfield { border-left: 1px solid var(--sp-line); }
.qfield label { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--sp-mute); }
.qfield select, .qfield input {
  border: none; background: transparent; font-family: var(--font-text); font-size: 15px; font-weight: 600;
  color: var(--sp-ink); padding: 2px 0 0; outline: none; cursor: pointer; width: 100%;
  appearance: none; -webkit-appearance: none;
}
.qfield input::placeholder { color: var(--sp-mute-2); font-weight: 600; }
.quickbar .btn { align-self: stretch; }
@media (max-width: 980px){
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { height: 380px; }
  .quickbar { grid-template-columns: 1fr 1fr; }
  .qfield + .qfield { border-left: none; }
  .quickbar .btn { grid-column: 1 / -1; }
}

/* ============================================================
   KPI strip
   ============================================================ */
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.kpi .n { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 3.4vw, 44px); letter-spacing: -0.03em; line-height: 1; }
.kpi .n.pink { color: var(--pink); }
.kpi .n.blue { color: var(--sp-blue); }
.kpi .l { font-size: 14px; color: var(--sp-mute); margin-top: 8px; font-weight: 500; }
@media (max-width: 720px){ .kpis { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ============================================================
   Service categories
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat {
  background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg); padding: 26px;
  display: flex; flex-direction: column; gap: 16px; text-decoration: none; color: inherit;
  transition: transform var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out);
  position: relative; overflow: hidden;
}
.cat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sp-line-strong); color: inherit; }
.cat .ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; }
.cat .ic svg { width: 26px; height: 26px; }
.cat h3 { margin: 0; font-size: 19px; }
.cat p { margin: 0; font-size: 14.5px; color: var(--sp-mute); line-height: 1.5; }
.cat .go { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--sp-blue); }
.cat .go svg { width: 15px; height: 15px; transition: transform var(--dur-1); }
.cat:hover .go svg { transform: translateX(3px); }
.cat.feat { grid-column: span 1; }
.cat.feat-pink { background: linear-gradient(165deg, #14060F 0%, var(--sp-ink) 70%); color: #fff; border-color: transparent; }
.cat.feat-pink h3, .cat.feat-pink .go { color: #fff; }
.cat.feat-pink p { color: rgba(255,255,255,0.66); }
.cat.feat-pink .ic { background: var(--pink); }
.cat.feat-pink .ic svg { filter: brightness(0) invert(1); }
.cat.feat-pink .go svg { filter: brightness(0) invert(1); }
.ic-blue { background: var(--sp-blue-50); }
.ic-blue svg { color: var(--sp-blue); }
.ic-pink { background: var(--kp-pink-50); }
.ic-pink svg { color: var(--pink); }
.ic-lime { background: var(--sp-lime); }
.ic-lime svg { color: var(--sp-ink); }
@media (max-width: 920px){ .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .cat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Featured experiences (tour cards)
   ============================================================ */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.exp { display: flex; flex-direction: column; }
.exp .img { height: 220px; position: relative; }
.exp .img .photo { position: absolute; inset: 0; border-radius: 0; }
.exp .chips-tl { position: absolute; top: 14px; left: 14px; display: flex; gap: 7px; z-index: 2; }
.exp .heart { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 999px; background: rgba(255,255,255,0.92); display: grid; place-items: center; z-index: 2; }
.exp .heart svg { width: 17px; height: 17px; color: var(--sp-ink); }
.exp .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.exp .meta { display: flex; align-items: center; gap: 14px; font-size: 12.5px; color: var(--sp-mute); font-weight: 600; }
.exp .meta .m { display: inline-flex; align-items: center; gap: 5px; }
.exp .meta svg { width: 14px; height: 14px; }
.exp h3 { margin: 0; font-size: 19px; letter-spacing: -0.02em; }
.exp .desc { font-size: 14px; color: var(--sp-mute); line-height: 1.5; margin: 0; flex: 1; }
.exp .foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--sp-line); margin-top: 4px; }
.exp .rating { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; }
.exp .rating svg { width: 15px; height: 15px; color: var(--sp-warn); }
.exp .rating span { color: var(--sp-mute); font-weight: 500; }
@media (max-width: 920px){ .exp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .exp-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Sport branches row
   ============================================================ */
.branch-row { display: flex; gap: 12px; flex-wrap: wrap; }
.branch {
  display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px 11px 14px; background: #fff;
  border: 1px solid var(--sp-line); border-radius: var(--radius-pill); font-size: 14.5px; font-weight: 600;
  color: var(--sp-ink); text-decoration: none; transition: all var(--dur-1) var(--ease-out);
}
.branch svg { width: 20px; height: 20px; color: var(--sp-blue); }
.branch:hover { border-color: var(--pink); color: var(--pink); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.branch:hover svg { color: var(--pink); }

/* ============================================================
   How it works
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; }
.step .num {
  width: 48px; height: 48px; border-radius: 14px; background: var(--sp-ink); color: #fff;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 18px;
}
.step:nth-child(1) .num { background: var(--sp-blue); }
.step:nth-child(2) .num { background: var(--pink); }
.step:nth-child(3) .num { background: var(--sp-ink); }
.step h3 { margin: 0 0 8px; font-size: 19px; }
.step p { margin: 0; font-size: 14.5px; color: var(--sp-mute); line-height: 1.55; }
@media (max-width: 760px){ .steps { grid-template-columns: 1fr; gap: 22px; } }

/* ============================================================
   Trust / stat band
   ============================================================ */
.stat-band { background: var(--sp-ink); border-radius: var(--radius-xl); overflow: hidden; }
.stat-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; }
.stat-copy { padding: 64px; color: #fff; }
.stat-copy h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); margin: 16px 0 0; letter-spacing: -0.03em; }
.stat-copy p { color: rgba(255,255,255,0.66); font-size: 16.5px; line-height: 1.6; margin: 18px 0 0; max-width: 460px; }
.stat-nums { display: flex; gap: 56px; margin-top: 38px; }
.stat-nums .n { font-family: var(--font-display); font-weight: 700; font-size: 56px; line-height: 1; letter-spacing: -0.03em; }
.stat-nums .n.lime { color: var(--sp-lime); }
.stat-nums .n.pink { color: var(--pink); }
.stat-nums .l { font-size: 13.5px; color: rgba(255,255,255,0.6); margin-top: 10px; max-width: 150px; line-height: 1.35; }
.stat-photo { position: relative; min-height: 360px; }
.stat-photo .photo { position: absolute; inset: 0; border-radius: 0; }
@media (max-width: 860px){ .stat-grid { grid-template-columns: 1fr; } .stat-copy { padding: 44px 32px; } .stat-photo { min-height: 260px; } .stat-nums { gap: 36px; } }

/* ============================================================
   Final CTA (lime spotlight)
   ============================================================ */
.cta-band { background: var(--sp-lime); border-radius: var(--radius-xl); padding: 64px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: var(--sp-ink); font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.035em; margin: 0; line-height: 1.02; }
.cta-band p { color: var(--sp-ink-soft); font-size: 18px; margin: 18px auto 0; max-width: 540px; }
.cta-band .row { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
@media (max-width: 720px){ .cta-band { padding: 44px 26px; } }

/* ============================================================
   FORM PAGE
   ============================================================ */
.form-hero { background: var(--sp-ink); color: #fff; padding: 72px 0 140px; position: relative; }
.form-hero h1 { color: #fff; font-size: clamp(34px, 4.4vw, 56px); letter-spacing: -0.04em; margin: 18px 0 0; line-height: 1.0; }
.form-hero .eyebrow-pink { color: var(--kp-pink); }
.form-hero .eyebrow-pink::before { background: var(--kp-pink); }
.form-hero p { color: rgba(255,255,255,0.7); font-size: 18px; margin: 18px 0 0; max-width: 560px; }
.form-shell { max-width: 920px; margin: -100px auto 0; padding: 0 32px 96px; position: relative; z-index: 5; }
.form-card { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.form-progress { display: flex; border-bottom: 1px solid var(--sp-line); background: var(--sp-surface); }
.fp-step { flex: 1; padding: 18px 20px; display: flex; align-items: center; gap: 12px; position: relative; }
.fp-step .b { width: 30px; height: 30px; border-radius: 999px; background: var(--sp-surface-2); color: var(--sp-mute); display: grid; place-items: center; font-weight: 700; font-size: 14px; flex-shrink: 0; border: 1px solid var(--sp-line); transition: all var(--dur-2); }
.fp-step .tx { font-size: 13.5px; font-weight: 700; color: var(--sp-mute); line-height: 1.1; transition: color var(--dur-2); }
.fp-step .tx small { display: block; font-size: 11px; font-weight: 500; color: var(--sp-mute-2); margin-top: 2px; }
.fp-step.active .b { background: var(--pink); color: #fff; border-color: var(--pink); }
.fp-step.active .tx { color: var(--sp-ink); }
.fp-step.done .b { background: var(--sp-blue); color: #fff; border-color: var(--sp-blue); }
.fp-step.done .tx { color: var(--sp-ink); }
.fp-step:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 60%; background: var(--sp-line); }
@media (max-width: 680px){ .fp-step .tx small { display: none; } .fp-step { padding: 14px; justify-content: center; } }

.form-body { padding: 40px; }
.form-body .step-pane { display: none; }
.form-body .step-pane.active { display: block; animation: paneIn var(--dur-3) var(--ease-out); }
@keyframes paneIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form-body h2 { font-size: 24px; margin: 0 0 6px; letter-spacing: -0.025em; }
.form-body .sub { color: var(--sp-mute); font-size: 15px; margin: 0 0 26px; }

.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.type-opt {
  border: 1.5px solid var(--sp-line); border-radius: var(--radius-md); padding: 18px; cursor: pointer;
  display: flex; gap: 14px; align-items: flex-start; transition: all var(--dur-1) var(--ease-out); background: #fff;
}
.type-opt:hover { border-color: var(--sp-line-strong); }
.type-opt.sel { border-color: var(--pink); background: var(--kp-pink-50); box-shadow: 0 0 0 3px rgba(248,2,172,0.12); }
.type-opt .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sp-blue-50); display: grid; place-items: center; flex-shrink: 0; }
.type-opt .ic svg { width: 22px; height: 22px; color: var(--sp-blue); }
.type-opt.sel .ic { background: var(--pink); }
.type-opt.sel .ic svg { filter: brightness(0) invert(1); }
.type-opt .t { font-weight: 700; font-size: 15.5px; color: var(--sp-ink); display: block; }
.type-opt .d { font-size: 13px; color: var(--sp-mute); margin-top: 3px; line-height: 1.45; display: block; }
@media (max-width: 600px){ .type-grid { grid-template-columns: 1fr; } }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; color: var(--sp-ink-soft); }
.field label .req { color: var(--pink); }
.field input, .field select, .field textarea {
  font-family: var(--font-text); font-size: 15px; color: var(--sp-ink); background: #fff;
  border: 1.5px solid var(--sp-line); border-radius: var(--radius-sm); padding: 13px 14px; outline: none;
  transition: border-color var(--dur-1), box-shadow var(--dur-1); width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sp-blue); box-shadow: var(--shadow-focus); }
.field input::placeholder, .field textarea::placeholder { color: var(--sp-mute-2); }
.pill-select { display: flex; flex-wrap: wrap; gap: 9px; }
.pill-opt { padding: 9px 16px; border: 1.5px solid var(--sp-line); border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; cursor: pointer; transition: all var(--dur-1); background: #fff; color: var(--sp-ink-soft); user-select: none; }
.pill-opt:hover { border-color: var(--sp-line-strong); }
.pill-opt.sel { background: var(--sp-blue); border-color: var(--sp-blue); color: #fff; }
@media (max-width: 600px){ .field-grid { grid-template-columns: 1fr; } }

.form-foot { display: flex; align-items: center; justify-content: space-between; padding: 22px 40px; border-top: 1px solid var(--sp-line); background: var(--sp-surface); gap: 16px; }
.form-foot .hint { font-size: 13px; color: var(--sp-mute); display: flex; align-items: center; gap: 7px; }
.form-foot .hint svg { width: 15px; height: 15px; color: var(--sp-success); }
.form-foot .actions { display: flex; gap: 10px; margin-left: auto; }

/* success */
.success { text-align: center; padding: 56px 40px; display: none; }
.success.show { display: block; animation: paneIn var(--dur-3) var(--ease-out); }
.success .badge { width: 76px; height: 76px; border-radius: 999px; background: var(--sp-lime); display: grid; place-items: center; margin: 0 auto 24px; }
.success .badge svg { width: 38px; height: 38px; color: var(--sp-ink); }
.success h2 { font-size: 30px; margin: 0 0 12px; letter-spacing: -0.03em; }
.success p { color: var(--sp-mute); font-size: 16px; max-width: 440px; margin: 0 auto 8px; }
.success .summary { background: var(--sp-surface); border: 1px solid var(--sp-line); border-radius: var(--radius-md); padding: 20px; max-width: 460px; margin: 28px auto 0; text-align: left; }
.success .summary .r { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; border-bottom: 1px solid var(--sp-line); }
.success .summary .r:last-child { border-bottom: none; }
.success .summary .r .k { color: var(--sp-mute); }
.success .summary .r .v { font-weight: 700; color: var(--sp-ink); }

/* aside trust on form hero */
.form-aside { display: flex; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.form-aside .a { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); }
.form-aside .a svg { width: 18px; height: 18px; color: var(--sp-lime); }

/* ============================================================
   ASSURANCE / TRUST STRIP (TÜRSAB güvencesi)
   ============================================================ */
.assurance { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-xl); overflow: hidden; }
.assurance-head { display: flex; align-items: center; gap: 16px; padding: 26px 32px; border-bottom: 1px solid var(--sp-line); background: var(--sp-surface); }
.assurance-head .seal { width: 54px; height: 54px; border-radius: 14px; background: var(--sp-blue); display: grid; place-items: center; flex-shrink: 0; }
.assurance-head .seal svg { width: 28px; height: 28px; color: #fff; }
.assurance-head .tx h3 { font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.025em; margin: 0; }
.assurance-head .tx p { font-size: 14.5px; color: var(--sp-mute); margin: 4px 0 0; }
.assurance-head .doc { margin-left: auto; text-align: right; font-size: 12px; color: var(--sp-mute); line-height: 1.4; }
.assurance-head .doc b { display: block; font-family: var(--font-mono); font-size: 14px; color: var(--sp-ink); letter-spacing: -0.01em; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-grid .a { padding: 28px 30px; display: flex; flex-direction: column; gap: 12px; border-right: 1px solid var(--sp-line); }
.assurance-grid .a:last-child { border-right: 0; }
.assurance-grid .a .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }
.assurance-grid .a .ic svg { width: 22px; height: 22px; }
.assurance-grid .a h4 { margin: 0; font-size: 16px; letter-spacing: -0.015em; }
.assurance-grid .a p { margin: 0; font-size: 13.5px; color: var(--sp-mute); line-height: 1.5; }
@media (max-width: 860px){ .assurance-grid { grid-template-columns: 1fr 1fr; } .assurance-grid .a:nth-child(2){ border-right: 0; } .assurance-grid .a:nth-child(1), .assurance-grid .a:nth-child(2){ border-bottom: 1px solid var(--sp-line); } .assurance-head .doc { display: none; } }
@media (max-width: 520px){ .assurance-grid { grid-template-columns: 1fr; } .assurance-grid .a { border-right: 0; border-bottom: 1px solid var(--sp-line); } }

/* footer TÜRSAB badge */
.tursab-badge { display: inline-flex; align-items: center; gap: 11px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 11px 15px; margin-top: 20px; }
.tursab-badge .m { width: 34px; height: 34px; border-radius: 9px; background: var(--sp-blue); display: grid; place-items: center; flex-shrink: 0; }
.tursab-badge .m svg { width: 18px; height: 18px; color: #fff; }
.tursab-badge .t { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.3; }
.tursab-badge .t b { display: block; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; }

/* ============================================================
   ABOUT (Hakkımızda)
   ============================================================ */
.about-hero { padding: 56px 0 0; }
.about-hero .grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: start; }
.about-hero h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.045em; line-height: 0.96; font-size: clamp(44px, 6.4vw, 86px); margin: 0; text-wrap: balance; }
.about-hero h1 .hl { color: var(--sp-blue); }
.about-hero .side { padding-top: 14px; }
.about-hero .side .eyebrow-pink { margin-bottom: 16px; }
.about-hero .side p { font-size: 18px; line-height: 1.62; color: var(--sp-ink-soft); margin: 0 0 16px; }
.about-hero .side p:last-of-type { margin-bottom: 0; }
@media (max-width: 900px){ .about-hero .grid { grid-template-columns: 1fr; gap: 28px; } }

/* photo mosaic */
.mosaic { display: grid; grid-template-columns: 1fr 1.1fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; margin-top: 52px; height: 600px; }
.mosaic > * { border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.mosaic .center { grid-row: 1 / 3; background: var(--sp-blue); display: grid; place-items: center; }
.mosaic .center .qmark { width: 46%; max-width: 220px; fill: #fff; }
.mosaic image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.mosaic .m1 { background: var(--kp-pink-100); }
.mosaic .m2 { background: var(--sp-blue-50); }
.mosaic .m3 { background: var(--sp-lime); }
.mosaic .m4 { background: var(--sp-blue-100); }
@media (max-width: 760px){ .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; } .mosaic .center { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16/7; } .mosaic > *:not(.center) { aspect-ratio: 4/3; } }

/* value cards */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg); padding: 28px; }
.value .ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 18px; }
.value .ic svg { width: 26px; height: 26px; }
.value h3 { margin: 0 0 8px; font-size: 19px; letter-spacing: -0.02em; }
.value p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--sp-mute); }
@media (max-width: 820px){ .values-grid { grid-template-columns: 1fr; } }

/* big stat band (about) */
.about-stats { background: var(--sp-ink); border-radius: var(--radius-xl); padding: 56px; }
.about-stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.about-stats .s .n { font-family: var(--font-display); font-weight: 700; font-size: clamp(38px, 4.4vw, 56px); letter-spacing: -0.03em; line-height: 1; }
.about-stats .s .n.lime { color: var(--sp-lime); }
.about-stats .s .n.pink { color: var(--kp-pink); }
.about-stats .s .n.white { color: #fff; }
.about-stats .s .l { font-size: 14px; color: rgba(255,255,255,0.62); margin-top: 10px; line-height: 1.4; }
@media (max-width: 760px){ .about-stats { padding: 40px 28px; } .about-stats .grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* split feature (powered by Sporara) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .copy .eyebrow-pink { margin-bottom: 16px; }
.split .copy h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.035em; line-height: 1.04; font-size: clamp(28px, 3.4vw, 42px); margin: 0; }
.split .copy p { font-size: 16.5px; line-height: 1.62; color: var(--sp-ink-soft); margin: 18px 0 0; }
.split .copy .list { margin: 24px 0 0; display: grid; gap: 12px; }
.split .copy .list .li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--sp-ink-soft); }
.split .copy .list .li svg { width: 20px; height: 20px; color: var(--sp-success); flex-shrink: 0; margin-top: 1px; }
.split .visual { aspect-ratio: 4/3; border-radius: var(--radius-xl); background: var(--sp-blue); display: grid; place-items: center; position: relative; overflow: hidden; }
.split .visual .qmark { width: 40%; fill: #fff; }
.split .visual image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (max-width: 820px){ .split { grid-template-columns: 1fr; gap: 28px; } }

/* timeline (our story) */
.story { display: grid; gap: 0; }
.story .row { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 24px 0; border-top: 1px solid var(--sp-line); }
.story .row:last-child { border-bottom: 1px solid var(--sp-line); }
.story .yr { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; color: var(--sp-blue); }
.story .row:nth-child(even) .yr { color: var(--kp-pink); }
.story .tx h3 { margin: 0 0 6px; font-size: 19px; letter-spacing: -0.02em; }
.story .tx p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--sp-mute); max-width: 620px; }
@media (max-width: 600px){ .story .row { grid-template-columns: 1fr; gap: 8px; } }

/* ============================================================
   CATEGORY LISTING PAGE
   ============================================================ */
.cat-hero { padding: 52px 0 8px; }
.cat-hero .eyebrow-pink { margin-bottom: 14px; }
.cat-hero h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1.0; font-size: clamp(34px, 4.6vw, 56px); margin: 0; }
.cat-hero p { font-size: 18px; line-height: 1.55; color: var(--sp-mute); margin: 16px 0 0; max-width: 620px; }
.cat-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.cpill { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: var(--radius-pill); background: #fff; border: 1px solid var(--sp-line); font-size: 13.5px; font-weight: 600; color: var(--sp-ink-soft); text-decoration: none; transition: all var(--dur-1) var(--ease-out); }
.cpill:hover { border-color: var(--sp-ink); color: var(--sp-ink); transform: translateY(-1px); }
.cpill.active { background: var(--sp-ink); border-color: var(--sp-ink); color: #fff; }

.svc-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.svc-card:hover { color: inherit; }
.svc-card .img { height: 158px; position: relative; }
.svc-card .img .photo { position: absolute; inset: 0; border-radius: 0; }
.svc-card .img .photo .wm { width: 30%; max-width: 80px; }
.svc-card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-card h3 { margin: 0; font-size: 17.5px; letter-spacing: -0.02em; }
.svc-card .desc { font-size: 13.5px; color: var(--sp-mute); line-height: 1.5; margin: 0; flex: 1; }
.svc-card .foot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--sp-line); margin-top: 4px; }
.svc-go { font-size: 13.5px; font-weight: 700; color: var(--sp-blue); white-space: nowrap; }
.svc-arrow { color: var(--sp-blue); display: inline-flex; }
.svc-arrow svg { width: 17px; height: 17px; transition: transform var(--dur-1) var(--ease-out); }
.svc-card:hover .svc-arrow svg { transform: translateX(3px); }

/* ============================================================
   FAQ / SSS
   ============================================================ */
.faq-hero { padding: 52px 0 8px; }
.faq-hero .eyebrow-pink { margin-bottom: 14px; }
.faq-hero h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1.0; font-size: clamp(36px, 5vw, 60px); margin: 0; }
.faq-hero p { font-size: 18px; line-height: 1.55; color: var(--sp-mute); margin: 16px 0 0; max-width: 600px; }
.faq-search { display: flex; align-items: center; gap: 12px; background: #fff; border: 1.5px solid var(--sp-line); border-radius: var(--radius-pill); padding: 14px 22px; margin-top: 30px; max-width: 540px; transition: border-color var(--dur-1), box-shadow var(--dur-1); }
.faq-search:focus-within { border-color: var(--sp-blue); box-shadow: var(--shadow-focus); }
.faq-search svg { width: 20px; height: 20px; color: var(--sp-mute); flex-shrink: 0; }
.faq-search input { border: none; outline: none; background: transparent; font-family: var(--font-text); font-size: 16px; color: var(--sp-ink); width: 100%; }
.faq-search input::placeholder { color: var(--sp-mute-2); }

.faq-layout { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; }
.faq-side { position: sticky; top: 96px; align-self: start; display: flex; flex-direction: column; gap: 4px; }
.faq-side .label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--sp-mute); margin-bottom: 8px; }
.faq-side a { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--sp-ink-soft); text-decoration: none; padding: 11px 14px; border-radius: var(--radius-md); transition: background var(--dur-1), color var(--dur-1); cursor: pointer; }
.faq-side a .ct { font-size: 12px; font-weight: 700; color: var(--sp-mute); background: var(--sp-surface-2); border-radius: 999px; padding: 2px 9px; }
.faq-side a:hover { background: #fff; color: var(--sp-ink); }
.faq-side a.active { background: var(--sp-ink); color: #fff; }
.faq-side a.active .ct { background: rgba(255,255,255,0.18); color: #fff; }
@media (max-width: 860px){ .faq-layout { grid-template-columns: 1fr; gap: 20px; } .faq-side { position: static; flex-direction: row; flex-wrap: wrap; } .faq-side .label { display: none; } .faq-side a { background: #fff; border: 1px solid var(--sp-line); } }

.faq-group { margin-bottom: 40px; scroll-margin-top: 96px; }
.faq-group > h2 { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.03em; margin: 0 0 16px; display: flex; align-items: center; gap: 12px; }
.faq-group > h2 .gi { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.faq-group > h2 .gi svg { width: 20px; height: 20px; }

.faq-q { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; transition: border-color var(--dur-1), box-shadow var(--dur-1); }
.faq-q.open { border-color: var(--sp-line-strong); box-shadow: var(--shadow-sm); }
.faq-q .q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 22px; font-family: var(--font-text); font-weight: 700; font-size: 16px; color: var(--sp-ink); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq-q .q .pl { width: 24px; height: 24px; flex-shrink: 0; position: relative; }
.faq-q .q .pl::before, .faq-q .q .pl::after { content: ''; position: absolute; background: var(--pink); border-radius: 2px; transition: transform var(--dur-2) var(--ease-out), opacity var(--dur-2); }
.faq-q .q .pl::before { left: 3px; right: 3px; top: 11px; height: 2px; }
.faq-q .q .pl::after { top: 3px; bottom: 3px; left: 11px; width: 2px; }
.faq-q.open .q .pl::after { opacity: 0; transform: rotate(90deg); }
.faq-q .a { max-height: 0; overflow: hidden; transition: max-height var(--dur-3) var(--ease-out); }
.faq-q .a-inner { padding: 0 22px 22px; font-size: 15.5px; line-height: 1.65; color: var(--sp-ink-soft); }
.faq-q .a-inner a { color: var(--sp-blue); text-decoration: underline; text-underline-offset: 2px; }

.faq-noresult { padding: 48px 0; text-align: center; color: var(--sp-mute); font-size: 16px; display: none; }
.faq-noresult.show { display: block; }

/* still-have-questions band */
.faq-cta { background: var(--sp-ink); border-radius: var(--radius-xl); padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.faq-cta .tx h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.03em; margin: 0; color: #fff; }
.faq-cta .tx p { font-size: 16px; color: rgba(255,255,255,0.66); margin: 10px 0 0; max-width: 460px; }
.faq-cta .acts { display: flex; gap: 12px; flex-wrap: wrap; }
