/* ============================================================
 * DEKORMAR — TEKLİF SİHİRBAZI + TEŞEKKÜR SAYFASI
 * Yalnızca /teklif-formu ve /tesekkurler sayfalarında yüklenir.
 * main.css'teki token'ları kullanır: --accent, --heading, --line …
 * ============================================================ */

/* ------------------------------------------------------------
   1) SAYFA GİRİŞİ (dark hero)
   ------------------------------------------------------------ */
.qt-hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; }
.qt-hero .hero-bg { position: absolute; inset: 0; z-index: 0; }
.qt-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.qt-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(17,24,28,.96) 0%, rgba(17,24,28,.86) 46%, rgba(17,24,28,.62) 100%),
    radial-gradient(680px 340px at 88% -10%, rgba(135,230,75,.22), transparent 62%),
    radial-gradient(520px 320px at 4% 110%, rgba(135,230,75,.10), transparent 60%);
}
.qt-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}
.qt-hero-inner { position: relative; z-index: 2; padding-block: clamp(34px, 5vw, 62px) clamp(58px, 8vw, 96px); }
.qt-hero .crumbs { color: #cfd6da; }
.qt-hero h1 { color: #fff; max-width: 15ch; }
.qt-hero h1 em { font-style: normal; color: var(--accent); }
.qt-hero-lead { color: #d5dce1; margin-top: 14px; max-width: 62ch; font-size: 17px; }

.qt-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.qt-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: 50px; font-size: 13.5px; font-weight: 500;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); color: #eef3f6;
  backdrop-filter: blur(6px);
}
.qt-badge svg { width: 16px; height: 16px; flex: none; color: var(--accent); }

/* ------------------------------------------------------------
   2) YERLEŞİM — form + yan panel
   ------------------------------------------------------------ */
.qt-section { padding: 0 0 clamp(56px, 8vw, 100px); background: var(--bg-2); }
.qt-shell {
  display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px;
  align-items: start; margin-top: clamp(-72px, -6vw, -48px);
}

/* ------------------------------------------------------------
   3) FORM KARTI
   ------------------------------------------------------------ */
.qt-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: 20px; box-shadow: 0 26px 70px rgba(17,24,28,.13); overflow: hidden;
}
.qt-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), #b6f286 55%, var(--accent));
}
.qt-card-body { padding: clamp(22px, 3.4vw, 40px); }

/* Yalnız ekran okuyucu için */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ---- İlerleme çubuğu ---- */
/* Adım kontrolleri yalnız JS varken görünür; form zaten JS olmadan gönderilemez. */
.qt-progress { display: none; padding: 26px clamp(22px, 3.4vw, 40px) 0; }
.has-qt-js .qt-progress { display: block; }
.qt-progress-track {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-bottom: 6px;
}
.qt-progress-track::before {
  content: ""; position: absolute; left: 12%; right: 12%; top: 17px; height: 3px;
  background: var(--line); border-radius: 3px;
}
.qt-progress-fill {
  position: absolute; left: 12%; top: 17px; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--accent), #6dc935);
  border-radius: 3px; transition: width .42s cubic-bezier(.16,1,.3,1);
}
.qt-pstep {
  position: relative; z-index: 2; text-align: center; display: grid; justify-items: center; gap: 8px;
  background: none; border: 0; padding: 0; font: inherit;
}
.qt-pstep:disabled { cursor: default; }
.qt-pstep.is-done { cursor: pointer; }
.qt-pstep-dot {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 3px solid var(--line); color: var(--muted);
  font-weight: 700; font-size: 14px; transition: all .3s ease;
}
.qt-pstep-dot svg { width: 17px; height: 17px; display: none; }
.qt-pstep-label { font-size: 12.5px; font-weight: 500; color: var(--muted); letter-spacing: .01em; }
.qt-pstep.is-active .qt-pstep-dot {
  border-color: var(--accent); background: var(--accent); color: var(--heading);
  box-shadow: 0 0 0 6px rgba(135,230,75,.18);
}
.qt-pstep.is-active .qt-pstep-label { color: var(--heading); font-weight: 600; }
.qt-pstep.is-done .qt-pstep-dot { border-color: var(--accent); background: var(--accent-soft); color: var(--accent-deep); }
.qt-pstep.is-done .qt-pstep-dot span { display: none; }
.qt-pstep.is-done .qt-pstep-dot svg { display: block; }

/* ---- Adımlar ---- */
/* [hidden] grid/flex kutularda da geçerli olsun */
.qt-block[hidden], .qt-f[hidden], .qt-summary[hidden], select optgroup[hidden] { display: none !important; }

.qt-step { display: block; border: 0; padding: 0; margin: 0; min-inline-size: 0; }
.qt-step + .qt-step { margin-top: 38px; padding-top: 32px; border-top: 1px dashed var(--line); }
/* JS aktifken tek adım görünür */
.js-wizard .qt-step { display: none; margin-top: 0; padding-top: 0; border-top: 0; }
.js-wizard .qt-step.is-active { display: block; animation: qtIn .38s cubic-bezier(.16,1,.3,1) both; }
.qt-step[hidden] { display: none !important; }
.qt-step-head h2:focus { outline: none; }
@keyframes qtIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.qt-step-head { margin-bottom: 22px; }
.qt-step-kicker {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 8px;
}
.qt-step-head h2 { font-size: clamp(21px, 2.3vw, 27px); font-weight: 600; }
.qt-step-head p { color: var(--muted); font-size: 15px; margin-top: 6px; }

.qt-block { margin-bottom: 26px; }
.qt-block:last-child { margin-bottom: 0; }
.qt-legend {
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
  font-size: 15px; font-weight: 600; color: var(--heading); margin-bottom: 12px;
}
.qt-legend .qt-opt-note { font-size: 12.5px; font-weight: 400; color: var(--muted); }
.qt-legend .req { color: #c0392b; }

/* ---- Seçim kartları ---- */
.qt-opts { display: grid; gap: 10px; }
.qt-opts-3 { grid-template-columns: repeat(3, 1fr); }
.qt-opts-2 { grid-template-columns: repeat(2, 1fr); }
.qt-opt { position: relative; display: block; cursor: pointer; }
.qt-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.qt-opt-box {
  display: flex; align-items: center; gap: 12px; height: 100%;
  padding: 14px 16px; border: 2px solid var(--line); border-radius: 14px;
  background: #fff; transition: all .18s ease;
}
.qt-opt-ic {
  width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center;
  background: var(--bg-2); color: var(--accent-ink); transition: all .18s ease;
}
.qt-opt-ic svg { width: 21px; height: 21px; }
.qt-opt-t { font-size: 14.5px; font-weight: 500; color: var(--heading); line-height: 1.35; }
.qt-opt-sub { display: block; font-size: 12.5px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.qt-opt:hover .qt-opt-box { border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.qt-opt input:checked + .qt-opt-box {
  border-color: var(--accent); background: var(--accent-soft);
  box-shadow: 0 6px 20px rgba(135,230,75,.24);
}
.qt-opt input:checked + .qt-opt-box .qt-opt-ic { background: var(--accent); color: var(--heading); }
.qt-opt input:focus-visible + .qt-opt-box { outline: 3px solid var(--accent-ink); outline-offset: 2px; }
.qt-opt input:checked + .qt-opt-box::after {
  content: ""; position: absolute; top: -7px; right: -7px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--accent-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
  background-size: 13px; background-repeat: no-repeat; background-position: center;
  box-shadow: 0 2px 8px rgba(17,24,28,.24);
}
/* Sade (ikonsuz) varyant — bütçe / zaman seçimleri */
.qt-opts-plain .qt-opt-box { justify-content: center; text-align: center; padding: 13px 12px; }

/* ---- Alan/gizli alanlar ---- */
.qt-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.qt-fields .full { grid-column: 1 / -1; }
/* align-content: start olmadan, .qt-fields satırı en uzun kolona göre yükselir ve
   grid artan boşluğu kısa kolonun satırlarına dağıtır (etiket altında boşluk,
   şişmiş select). Satırlar her zaman içeriğe göre yükselsin. */
.qt-f { display: grid; gap: 7px; align-content: start; }
.qt-f label { font-size: 14px; font-weight: 500; color: var(--heading); }
.qt-f label .req { color: #c0392b; }
.qt-f input, .qt-f select, .qt-f textarea {
  width: 100%; padding: 13px 15px; font: inherit; font-size: 15px; color: var(--text);
  background: #fff; border: 1.5px solid var(--line); border-radius: 11px; transition: all .18s ease;
}
/* Native select oku tasarımın geri kalanıyla uyuşmuyordu; kendi chevron'umuzu koyuyoruz. */
.qt-f select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  padding-right: 42px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7780' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 17px;
}
.qt-f select::-ms-expand { display: none; }
.qt-f textarea { min-height: 130px; resize: vertical; }
.qt-f input:hover, .qt-f select:hover, .qt-f textarea:hover { border-color: var(--line-2); }
.qt-f input:focus, .qt-f select:focus, .qt-f textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(135,230,75,.18);
}
.qt-f .hint { font-size: 12.5px; color: var(--muted); }
.qt-f-icon { position: relative; }
.qt-f-icon input { padding-left: 44px; }
.qt-f-icon > svg {
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: var(--muted); pointer-events: none;
}
.qt-f.is-invalid input, .qt-f.is-invalid select, .qt-f.is-invalid textarea { border-color: #e0796a; background: #fffbfa; }
.qt-block.is-invalid .qt-opt input:not(:checked) + .qt-opt-box { border-color: #edb8ae; }
.qt-err { display: block; margin-top: 7px; font-size: 12.5px; color: #a02b1c; font-weight: 500; }
.btn.is-busy { opacity: .65; pointer-events: none; }

/* ---- KVKK onayı ---- */
.qt-consent {
  display: flex; gap: 12px; align-items: flex-start; padding: 15px 17px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 13px;
  font-size: 13.5px; line-height: 1.65; color: var(--muted); cursor: pointer;
}
.qt-consent input { width: 19px; height: 19px; margin-top: 2px; flex: none; accent-color: var(--accent-deep); }
.qt-consent a { color: var(--accent-ink); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }

/* ---- Özet ---- */
.qt-summary { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 24px; }
.qt-summary-head {
  display: flex; align-items: center; gap: 9px; padding: 12px 16px;
  background: var(--bg-2); border-bottom: 1px solid var(--line);
  font-size: 13px; font-weight: 600; color: var(--heading);
}
.qt-summary-head svg { width: 16px; height: 16px; color: var(--accent-ink); }
.qt-summary dl { display: grid; grid-template-columns: auto 1fr; gap: 0; margin: 0; }
.qt-summary dt { padding: 9px 16px; font-size: 13px; color: var(--muted); white-space: nowrap; }
.qt-summary dd { padding: 9px 16px; font-size: 13.5px; color: var(--heading); font-weight: 500; margin: 0; text-align: right; }
.qt-summary dt, .qt-summary dd { border-top: 1px solid var(--line); }
.qt-summary dl > dt:first-child, .qt-summary dl > dt:first-child + dd { border-top: 0; }

/* ---- Adım navigasyonu ---- */
.qt-nav { display: none; align-items: center; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.has-qt-js .qt-nav { display: flex; }
.qt-nav .btn { flex: none; }
.qt-nav .qt-spacer { flex: 1; }
.qt-back {
  display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 500;
  color: var(--muted); padding: 10px 4px; border-radius: 8px;
  background: none; border: 0; cursor: pointer;
}
.qt-back:hover { color: var(--heading); }
.qt-back svg { width: 16px; height: 16px; transform: rotate(180deg); }
.qt-submit-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; gap: 7px; }
.qt-submit-note svg { width: 15px; height: 15px; color: var(--accent-ink); flex: none; }

.qt-alert { padding: 15px 18px; border-radius: 12px; font-size: 15px; margin-bottom: 22px; }
.qt-alert-err { background: #fdecea; border: 1px solid #f5c6c0; color: #a02b1c; }

/* ------------------------------------------------------------
   4) YAN PANEL
   ------------------------------------------------------------ */
.qt-side { display: grid; gap: 16px; align-content: start; }
/* Yan sütun ancak sığdığı ölçüde yapışsın (kısa ekranlarda alt kartlar kırpılmasın) */
@media (min-height: 1000px) and (min-width: 1101px) {
  .qt-side { position: sticky; top: calc(var(--header-h) + 20px); }
}

.qt-side-card {
  background: var(--dark); color: #fff; border-radius: 18px; padding: 24px;
  border: 1px solid rgba(255,255,255,.09); position: relative; overflow: hidden;
}
.qt-side-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 100% 0%, rgba(135,230,75,.16), transparent 65%);
}
.qt-side-card > * { position: relative; z-index: 2; }
.qt-side-card h2 { font-size: 16px; color: #fff; margin-bottom: 16px; }

.qt-flow { display: grid; gap: 0; list-style: none; }
.qt-flow li { position: relative; padding: 0 0 20px 34px; }
.qt-flow li:last-child { padding-bottom: 0; }
.qt-flow li::before {
  content: ""; position: absolute; left: 9px; top: 20px; bottom: -2px; width: 2px;
  background: linear-gradient(180deg, rgba(135,230,75,.55), rgba(255,255,255,.10));
}
.qt-flow li:last-child::before { display: none; }
.qt-flow-n {
  position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); color: var(--dark); font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
}
.qt-flow b { display: block; font-size: 14px; font-weight: 600; color: #fff; }
.qt-flow span { display: block; font-size: 13px; color: var(--dark-muted); line-height: 1.6; margin-top: 2px; }

.qt-stars { display: flex; gap: 3px; color: #f5a623; margin-bottom: 10px; }
.qt-stars svg { width: 16px; height: 16px; }

.qt-mini {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
}
.qt-mini > div { background: #fff; padding: 16px 14px; text-align: center; }
.qt-mini b { display: block; font-size: 21px; font-weight: 600; color: var(--accent-deep); }
.qt-mini span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; line-height: 1.45; }

.qt-call-card { background: var(--accent-soft); border: 1px solid var(--accent); border-radius: 18px; padding: 22px; text-align: center; }
.qt-call-card h3 { font-size: 16px; margin-bottom: 6px; }
.qt-call-card p { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.qt-call-actions { display: grid; gap: 9px; }
.qt-call-actions .btn { width: 100%; padding: 13px 18px; font-size: 14.5px; }
.qt-wa { background: #25d366; color: #fff; }
.qt-wa:hover { background: #1fbe5a; color: #fff; }

/* ------------------------------------------------------------
   5) ALT GÜVEN ŞERİDİ + SSS
   ------------------------------------------------------------ */
.qt-trust { padding: clamp(48px, 7vw, 84px) 0; }
.qt-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.qt-trust-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; }
.qt-trust-ic {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent-deep); margin-bottom: 14px;
}
.qt-trust-ic svg { width: 23px; height: 23px; }
.qt-trust-item h3 { font-size: 17px; margin-bottom: 7px; }
.qt-trust-item p { font-size: 14.5px; color: var(--muted); line-height: 1.7; }

/* Sayı şeridi + müşteri yorumu (eskiden yan sütundaydı) */
.qt-mini-wide { grid-template-columns: repeat(4, 1fr); margin-top: 22px; }
.qt-mini-wide > div { padding: 20px 16px; }
.qt-quote-band {
  margin: 22px auto 0; max-width: 760px; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 28px;
}
.qt-quote-band .qt-stars { justify-content: center; }
.qt-quote-band blockquote { font-size: 16px; line-height: 1.75; color: var(--text); font-style: italic; }
.qt-quote-band figcaption { font-size: 13px; color: var(--muted); margin-top: 12px; font-weight: 500; }

/* ------------------------------------------------------------
   6) TEŞEKKÜR SAYFASI
   ------------------------------------------------------------ */
.ty-hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; text-align: center; }
.ty-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(760px 420px at 50% -18%, rgba(135,230,75,.28), transparent 66%),
    radial-gradient(520px 300px at 12% 108%, rgba(135,230,75,.10), transparent 62%);
}
.ty-hero-inner { position: relative; z-index: 2; padding-block: clamp(56px, 8vw, 104px) clamp(66px, 9vw, 112px); }
.ty-check {
  width: 92px; height: 92px; margin: 0 auto 26px; border-radius: 50%;
  display: grid; place-items: center; background: var(--accent); color: var(--dark);
  box-shadow: 0 0 0 12px rgba(135,230,75,.16), 0 0 0 26px rgba(135,230,75,.07);
  animation: tyPop .55s cubic-bezier(.16,1.4,.3,1) both;
}
.ty-check svg { width: 46px; height: 46px; stroke-dasharray: 40; stroke-dashoffset: 40; animation: tyDraw .5s .32s ease forwards; }
@keyframes tyPop { from { transform: scale(.4); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes tyDraw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .ty-check, .ty-check svg { animation: none; stroke-dashoffset: 0; }
  .js-wizard .qt-step.is-active { animation: none; }
}
.ty-hero h1 { color: #fff; max-width: 20ch; margin-inline: auto; }
.ty-hero h1 em { font-style: normal; color: var(--accent); }
.ty-hero p { color: #d5dce1; max-width: 60ch; margin: 16px auto 0; font-size: 17px; }
.ty-ref {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 24px;
  padding: 10px 20px; border-radius: 50px; font-size: 14px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #eef3f6;
}
.ty-ref b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; color: var(--accent); }
.ty-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }

/* ---- Zaman çizelgesi ---- */
.ty-timeline-sec { padding: clamp(52px, 7vw, 92px) 0; background: var(--bg-2); }
.ty-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.ty-tl-item { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; }
.ty-tl-item::after {
  content: ""; position: absolute; top: 44px; right: -13px; width: 26px; height: 2px;
  background: var(--line-2); z-index: 1;
}
.ty-tl-item:last-child::after { display: none; }
.ty-tl-n {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  font-size: 15px; font-weight: 700; margin-bottom: 14px;
  background: var(--bg-2); color: var(--muted); border: 1px solid var(--line);
}
.ty-tl-item.is-now .ty-tl-n { background: var(--accent); color: var(--heading); border-color: var(--accent); box-shadow: 0 6px 18px rgba(135,230,75,.3); }
.ty-tl-item.is-now { border-color: var(--accent); box-shadow: 0 10px 30px rgba(135,230,75,.16); }
.ty-tl-item h3 { font-size: 16.5px; margin-bottom: 6px; }
.ty-tl-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.ty-tl-when {
  display: inline-block; margin-top: 12px; font-size: 11.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--accent-deep);
  background: var(--accent-soft); padding: 4px 10px; border-radius: 20px;
}

/* ---- Hızlı iletişim şeridi ---- */
.ty-contact { padding: clamp(48px, 7vw, 84px) 0; }
.ty-contact-box {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center;
  background: var(--dark); color: #fff; border-radius: 22px; padding: clamp(26px, 4vw, 44px);
  position: relative; overflow: hidden;
}
.ty-contact-box::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(520px 260px at 92% 10%, rgba(135,230,75,.2), transparent 66%);
}
.ty-contact-box > * { position: relative; z-index: 2; }
.ty-contact-box h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); }
.ty-contact-box p { color: var(--dark-muted); margin-top: 10px; font-size: 15.5px; }
.ty-hours { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13.5px; color: #cfd8dd; }
.ty-hours svg { width: 16px; height: 16px; color: var(--accent); }
.ty-contact-actions { display: grid; gap: 10px; min-width: 240px; }
.ty-contact-actions .btn { width: 100%; }

/* ---- Öneriler ---- */
.ty-suggest { padding: 0 0 clamp(52px, 7vw, 92px); }
.ty-projects { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ty-project { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; display: block; background: var(--bg-3); }
.ty-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ty-project:hover img { transform: scale(1.06); }
.ty-project span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; font-size: 13px;
  font-weight: 500; color: #fff; background: linear-gradient(180deg, transparent, rgba(17,24,28,.86));
}
.ty-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.ty-post {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 20px; transition: all .2s ease;
}
.ty-post:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.ty-post h3 { font-size: 16px; margin-bottom: 7px; }
.ty-post p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }
.ty-post-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-size: 13.5px; font-weight: 600; color: var(--accent-ink);
}
.ty-post-link svg { width: 15px; height: 15px; }

/* ------------------------------------------------------------
   7) DUYARLI
   ------------------------------------------------------------ */
@media (max-width: 1100px) {
  .qt-shell { grid-template-columns: 1fr; gap: 24px; }
  /* Yan sütunda artık iki kart var; yan yana koymak yerine akışta bırakıyoruz. */
  .qt-side { position: static; grid-template-columns: repeat(2, 1fr); align-items: start; }
  .qt-side-card { grid-column: 1 / -1; }
  .qt-call-card { grid-column: 1 / -1; }
  .qt-mini-wide { grid-template-columns: repeat(4, 1fr); }
  .ty-timeline { grid-template-columns: repeat(2, 1fr); }
  .ty-tl-item:nth-child(2)::after { display: none; }
  .ty-projects { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .qt-trust-grid { grid-template-columns: 1fr; }
  .ty-posts { grid-template-columns: 1fr; }
  .ty-contact-box { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .qt-shell { margin-top: -40px; }
  .qt-opts-3, .qt-opts-2 { grid-template-columns: repeat(2, 1fr); }
  .qt-fields { grid-template-columns: 1fr; }
  .qt-side { grid-template-columns: 1fr; }
  .qt-progress-track::before, .qt-progress-fill { left: 16%; right: 16%; }
  .qt-pstep-label { font-size: 11px; }
  .ty-timeline { grid-template-columns: 1fr; }
  .ty-tl-item::after { display: none; }
  .qt-nav { flex-wrap: wrap; }
  .qt-nav .btn { width: 100%; }
  .qt-nav .qt-spacer { display: none; }
  .qt-nav .qt-back { order: 2; justify-content: center; width: 100%; }
}
@media (max-width: 520px) {
  /* Tek sütuna düşmek adım başına 6–10 tam genişlik kart demekti (form metrelerce
     uzuyordu). Bunun yerine kartları dikey/kompakt hâle getirip 2 sütunda tutuyoruz. */
  .qt-opts-3, .qt-opts-2 { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .qt-opt-box { flex-direction: column; align-items: flex-start; gap: 9px; padding: 12px 13px; }
  .qt-opt-ic { width: 32px; height: 32px; border-radius: 9px; }
  .qt-opt-ic svg { width: 18px; height: 18px; }
  .qt-opt-t { font-size: 13.5px; }
  .qt-opt-sub { font-size: 11.5px; line-height: 1.4; }
  .qt-opts-plain .qt-opt-box { flex-direction: row; align-items: center; justify-content: center; padding: 12px 8px; }
  .qt-opts-plain .qt-opt-t { font-size: 13px; }
  .qt-mini-wide { grid-template-columns: repeat(2, 1fr); }
  .qt-quote-band { padding: 22px 20px; }
  .qt-quote-band blockquote { font-size: 15px; }
  .qt-summary dl { grid-template-columns: 1fr; }
  .qt-summary dd { text-align: left; border-top: 0; padding-top: 0; }
  .qt-summary dt { padding-bottom: 2px; }
  .ty-projects { grid-template-columns: 1fr 1fr; }
}
