/* Sineklik Wizard v3.0.0 — Flat minimal design */

/* ── Root ─────────────────────────────────────────────────────────────── */
.skw-root {
  color: #1a2e1a;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* ── Cover ────────────────────────────────────────────────────────────── */
.skw-cover { display: none !important; }
.skw-cover-ico { display: none; }
.skw-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #2d6a2d;
  margin-bottom: 1.25rem;
}
.skw-cover h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a2e1a;
  margin: 0 0 1rem;
  font-family: inherit;
}
.skw-cover p {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 2.5rem;
}
.skw-car{position:relative;margin:0 auto 2rem;padding:8px 0;overflow:hidden}
.skw-cfl,.skw-cfr{position:absolute;top:0;bottom:0;width:10%;z-index:10;pointer-events:none}
.skw-cfl{left:0;background:linear-gradient(to right,#fff,transparent)}
.skw-cfr{right:0;background:linear-gradient(to left,#fff,transparent)}
.skw-ctr{position:relative;height:32px}
.skw-cp{position:absolute;left:50%;top:50%;display:inline-flex;align-items:center;justify-content:center;border-radius:20px;padding:0 14px;height:28px;white-space:nowrap;font-size:12px;font-weight:500;font-family:sans-serif;background:#fff;border:1px solid #d0d8d0;color:#1a2e1a;user-select:none;pointer-events:none}

.skw-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  background: #2d6a2d;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
.skw-start-btn:hover { background: #1e4d1e; }
.skw-time-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 1rem;
  font-size: 12px;
  color: #999;
}

/* ── Wizard ───────────────────────────────────────────────────────────── */
.skw-wizard { width: 100%; }
.skw-wiz-title { text-align: center; padding: 2rem 1.5rem 0; }
.skw-wiz-main {
  font-size: 1rem;
  font-weight: 400;
  color: #aaa;
  letter-spacing: .05em;
}

/* ── Qbox ─────────────────────────────────────────────────────────────── */
.skw-qbox {
  width: 100%;
  padding: 1.5rem 0 2rem;
  box-sizing: border-box;
}

/* Progress */
.skw-pb { height:2px; background:#e8ebe8; border-radius:1px; margin-bottom:.5rem; }
.skw-pf { height:2px; background:#2d6a2d; border-radius:1px; transition:width .4s ease; width:0%; }
.skw-pl { display:none; }

/* Frage label */
.skw-prog-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 2rem;
}

/* Question */
.skw-qt {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: #1a2e1a;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.skw-qs {
  font-size: 14px;
  color: #888;
  margin: -.5rem 0 1.5rem;
}

/* ── Cards — flat list style ──────────────────────────────────────────── */
.skw-g, .skw-g2, .skw-g3 {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 1.5rem;
}
.skw-card-wrap { display: flex; flex-direction: column; }

.skw-card {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  padding: 1.75rem 1.75rem;
  background: #fff;
  border: 1.5px solid #d0d8d0 !important;
  border-radius: 6px !important;
  cursor: pointer;
  text-align: left;
  transition: background .15s, border-color .15s;
  font-family: inherit;
  box-sizing: border-box;
}
.skw-card:hover { background: #f4f7f4; border-color: #a0b8a0 !important; }
.skw-card[data-sel="1"] { background: #f0f5f0; border-color: #2d6a2d !important; }

/* Arrow */
.skw-card::after {
  content: '\2192';
  font-size: 22px;
  color: #2d6a2d;
  opacity: .4;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: opacity .15s, transform .15s;
}
.skw-card:hover::after { opacity: 1; transform: translateX(4px); }
.skw-card[data-sel="1"]::after { opacity: 1; }

/* Hide images */
.skw-cic, .skw-cic-img, .skw-cic-img img { display: none !important; }

.skw-ci { display: flex; flex-direction: column; flex: 1; }
.skw-ctext { display: flex; flex-direction: column; }
.skw-ct { font-size: 1.1rem; font-weight: 400; color: #1a2e1a; line-height: 1.3; }
.skw-cs { font-size: 13px; color: #888; margin-top: 3px; }

/* ── Nav ──────────────────────────────────────────────────────────────── */
.skw-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 1.25rem;
  gap: 8px;
}
.skw-bb {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 15px;
  color: #555;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .15s;
}
.skw-bb:hover { color: #1a2e1a; background: none !important; }
.skw-rst-inline {
  flex: 1;
  text-align: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 12px;
  color: #bbb;
  cursor: pointer;
  font-family: inherit;
  transition: color .15s;
}
.skw-rst-inline:hover { color: #888; background: none !important; }

/* No Devam button — selection triggers next */
.skw-bn { display: none !important; }

/* ── Result ───────────────────────────────────────────────────────────── */
.skw-result { width: 100%; }


.skw-result-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2d6a2d;
  border: 1px solid #2d6a2d;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 1.25rem;
}
.skw-nosol-badge { color: #7B5800 !important; border-color: #7B5800 !important; }

.skw-result-name {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 400;
  color: #1a2e1a;
  margin-bottom: .5rem;
}
.skw-result-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.skw-result-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid #e8ebe8;
}
.skw-result-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
  padding: 8px 0;
  border-bottom: 1px solid #e8ebe8;
}
.skw-fk { color: #2d6a2d; font-size: 14px; flex-shrink: 0; }

.skw-result-btn {
  display: block;
  width: 100%;
  background: #2d6a2d;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1rem;
  box-sizing: border-box;
  transition: background .15s;
}
.skw-result-btn:hover { background: #1e4d1e; color: #fff; }

.skw-result-alt {
  border: 1px solid #d0d8d0;
  border-radius: 4px;
  padding: .875rem 1rem;
  margin-bottom: 1rem;
}
.skw-alt-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #aaa; margin-bottom: .4rem; }
.skw-alt-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.skw-alt-name { font-size: 15px; color: #666; }
.skw-alt-btn { font-size: 12px; color: #2d6a2d; text-decoration: underline; }

/* Nosol */
.skw-nosol-contact { display: flex; flex-direction: column; gap: 8px; margin-bottom: 1rem; }
.skw-nosol-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px;
  border-radius: 4px; font-size: 14px; font-weight: 600;
  text-decoration: none; background: #2d6a2d; color: #fff;
  border: 1.5px solid #2d6a2d; align-self: flex-start; transition: background .15s;
}
.skw-nosol-btn:hover { background: #1e4d1e; color: #fff; }
.skw-nosol-btn-outline { background: transparent; color: #2d6a2d; }
.skw-nosol-btn-outline:hover { background: #f0f5f0; }
.skw-nosol-hint { font-size: 12px; color: #aaa; margin-bottom: .5rem; }
.skw-nosol-divider { border: none; border-top: 1px solid #e8ebe8; margin: 1rem 0; }

/* Result nav */
.skw-result .skw-nav { border-top: 1px solid #e8ebe8; padding-top: 1rem; }
.skw-rst { background: transparent; border: none; font-size: 13px; color: #aaa; cursor: pointer; padding: 8px 0; }
.skw-rst:hover { color: #1a2e1a; }

/* Ek bilgi */
.skw-opt-info-btn {
  display: inline-flex !important; align-items: center !important; gap: 4px !important;
  background: transparent !important; border: none !important; padding: 4px 0 4px 1.5rem !important;
  font-size: 12px !important; color: #aaa !important; cursor: pointer;
}
.skw-opt-info-btn:hover { color: #2d6a2d !important; }
.skw-opt-info-drawer {
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  background: #f8faf8; border-left: 3px solid #2d6a2d; padding: 0 1.5rem;
}
.skw-opt-info-drawer.open { max-height: 300px; padding: .875rem 1.5rem; }
.skw-oid-title { font-size: 13px; font-weight: 600; color: #1a2e1a; margin-bottom: .3rem; }
.skw-oid-text { font-size: 13px; color: #666; line-height: 1.6; }
.skw-oid-img { width: 100%; max-width: 280px; border-radius: 4px; margin-top: .75rem; }

/* Duble */
.skw-result-duble { margin-top: .75rem; padding: .5rem .75rem; background: #f0f5f0; border-left: 3px solid #2d6a2d; font-size: 13px; font-weight: 600; color: #2d6a2d; }

/* ── New result screen ─────────────────────────────────────────────────── */
.skw-res-icon {
  text-align: center;
  margin: 2rem 0 1.5rem;
}
.skw-res-eyebrow {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #2d6a2d;
  margin-bottom: .75rem;
  display: block;
}
.skw-nosol-eyebrow { color: #c8a84b; }

.skw-res-name {
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  color: #1a2e1a;
  line-height: 1.15;
  margin-bottom: .75rem;
}
.skw-res-desc {
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* Why box */
.skw-why-box {
  border: 1.5px solid #d0d8d0;
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  background: #fff;
}
.skw-why-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a2e1a;
  margin-bottom: 1rem;
}
.skw-result-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.skw-result-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  padding: 5px 0;
}
.skw-fk {
  color: #2d6a2d;
  font-size: 14px;
  flex-shrink: 0;
}

/* Alt product */
.skw-result-alt {
  border: 1px solid #d0d8d0;
  border-radius: 4px;
  padding: .875rem 1rem;
  margin-bottom: 1.75rem;
}
.skw-alt-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #aaa; margin-bottom: .4rem; }
.skw-alt-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.skw-alt-name { font-size: 15px; color: #666; }
.skw-alt-btn { font-size: 12px; color: #2d6a2d; text-decoration: underline; }

/* Buttons */
.skw-res-btns {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.skw-res-btn-primary {
  flex: 1;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: #2d6a2d;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s;
  text-align: center;
}
.skw-res-btn-primary:hover { background: #1e4d1e; color: #fff; }

.skw-res-btn-secondary {
  flex: 1;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: transparent;
  color: #1a2e1a;
  border: 2px solid #1a2e1a;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s;
  font-family: inherit;
}
.skw-res-btn-secondary:hover { background: #f4f7f4; }

.skw-res-btn-secondary-link {
  flex: 1;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: transparent;
  color: #1a2e1a;
  border: 2px solid #1a2e1a;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.skw-res-btn-secondary-link:hover { background: #f4f7f4; color: #1a2e1a; }

/* Footer note */
.skw-res-footer {
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 1rem;
}
.skw-res-footer a { color: #2d6a2d; text-decoration: underline; }

/* Back nav */
.skw-result-back {
  border-top: 1px solid #e8ebe8;
  padding-top: 1rem;
  margin-top: .5rem;
}

/* Result progress label */
.skw-result .skw-prog-label-result {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 2rem;
}
