/* Teklif Al — fullscreen dark wizard (video match) */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

body.is-teklif-page {
  --t-bg: #070a14;
  --t-panel: #12182b;
  --t-panel-2: #171e34;
  --t-card: #1a2238;
  --t-field: #0e1322;
  --t-line: rgba(255, 255, 255, 0.1);
  --t-text: #ffffff;
  --t-muted: rgba(255, 255, 255, 0.48);
  --t-purple: #6022ea;
  --t-purple-2: #7a4dff;
  --t-dot: #f0c419;
  --t-font: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--t-bg) !important;
  color: var(--t-text);
  font-family: var(--t-font);
  overflow-x: hidden;
}

/* Kill site chrome — görsellerde yok */
body.is-teklif-page header.header,
body.is-teklif-page .sub-mobile-nav,
body.is-teklif-page .mst-text-business,
body.is-teklif-page footer.footer,
body.is-teklif-page footer.dh-footer,
body.is-teklif-page #scroll-percentage,
body.is-teklif-page .install-app-content {
  display: none !important;
}

body.is-teklif-page .dh-teklif-brand {
  position: fixed;
  top: 7rem;
  left: 50%;
  z-index: 50;
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
  font-family: "Ethnocentric", var(--t-font);
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  white-space: nowrap;
  user-select: none;
}

body.is-teklif-page .dh-teklif-brand__mark {
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

body.is-teklif-page .dh-teklif-brand__mark span {
  font-family: inherit;
}

body.is-teklif-page .dh-teklif-brand__name {
  font-family: inherit;
  font-size: 1.05rem;
  opacity: 0.85;
  letter-spacing: 0.06em;
}

.dh-teklif {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 1.25rem 3rem;
  box-sizing: border-box;
  font-family: var(--t-font);
}

.dh-teklif__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(70% 55% at 12% 8%, rgba(96, 34, 234, 0.34), transparent 58%),
    radial-gradient(55% 50% at 92% 18%, rgba(40, 90, 200, 0.22), transparent 55%),
    radial-gradient(50% 45% at 70% 95%, rgba(20, 140, 130, 0.12), transparent 50%),
    linear-gradient(165deg, #060914 0%, #0b1224 42%, #101935 100%);
}

.dh-teklif__shell {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
}

/* Gate */
.dh-teklif__gate {
  width: min(760px, 100%);
  margin: 0 auto;
}

.dh-teklif__hero-copy {
  text-align: center;
  margin-bottom: 1.75rem;
}

.dh-teklif__title {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
}

.dh-teklif__lead {
  margin: 0.9rem auto 0;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--t-muted);
  font-weight: 500;
}

/* Stage: back + dots + panel */
.dh-teklif__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dh-teklif__frame {
  position: relative;
  width: 100%;
  margin-top: 1.75rem;
}

/* Geri: panel üst kenarının tam ortasında */
.dh-teklif__back {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 30;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: color 0.35s ease, transform 0.35s ease;
}

.dh-teklif__back-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0.9;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.dh-teklif__back-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dh-teklif__back-ring circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1.6;
  stroke-linecap: round;
  transition: stroke 0.35s ease, stroke-dasharray 0.55s ease, stroke-dashoffset 0.55s ease;
}

.dh-teklif__back-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.dh-teklif__back-icon svg {
  width: 100%;
  height: 100%;
}

.dh-teklif__back:hover {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.04);
}

.dh-teklif__back:hover .dh-teklif__back-glow {
  background: rgba(96, 34, 234, 0.16);
  box-shadow: 0 0 0 1px rgba(96, 34, 234, 0.18), 0 10px 28px rgba(96, 34, 234, 0.22);
}

.dh-teklif__back:hover .dh-teklif__back-ring circle {
  stroke: #9b7cff;
  stroke-dasharray: 18 8;
  stroke-dashoffset: 6;
}

.dh-teklif__back:hover .dh-teklif__back-icon {
  transform: translateX(-2px);
}

.dh-teklif__back:focus-visible {
  outline: none;
  color: #fff;
}

.dh-teklif__back:focus-visible .dh-teklif__back-ring circle {
  stroke: #cbb6ff;
}

.dh-teklif__dots {
  position: absolute;
  left: -1.35rem;
  top: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 2;
}

.dh-teklif__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.dh-teklif__dots span.is-on {
  background: var(--t-dot);
  box-shadow: 0 0 10px rgba(240, 196, 25, 0.55);
  transform: scale(1.08);
}

.dh-teklif__panel-card {
  position: relative;
  width: 100%;
  background: rgba(18, 22, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  padding: 2.75rem 2rem 1.85rem;
  box-sizing: border-box;
  overflow: visible;
}

.dh-teklif__gate .dh-teklif__panel-card {
  padding: 1.35rem;
  background: var(--t-panel-2);
}

/* Choices */
.dh-teklif__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.dh-teklif__choice {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 108px;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.dh-teklif__choice:hover {
  border-color: rgba(96, 34, 234, 0.55);
  background: rgba(96, 34, 234, 0.12);
  transform: translateY(-2px);
}

.dh-teklif__choice-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--t-purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  flex: 0 0 auto;
}

.dh-teklif__choice-title {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  color: #fff;
}

.dh-teklif__choice-meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--t-muted);
}

.dh-teklif__choice--radio {
  position: relative;
}

.dh-teklif__choice--radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dh-teklif__choice--radio:has(input:checked) {
  background: #fff;
  border-color: transparent;
}

.dh-teklif__choice--radio:has(input:checked) .dh-teklif__choice-title {
  color: #12182b;
}

.dh-teklif__choice--radio:has(input:checked) .dh-teklif__choice-icon {
  background: rgba(96, 34, 234, 0.12);
  color: var(--t-purple);
}

/* Panels */
.dh-teklif__panel-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.dh-teklif__panel--svc .dh-teklif__panel-title,
.dh-teklif__panel--proj .dh-teklif__panel-title {
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.dh-teklif[data-panel="p-hizmet"] .dh-teklif__shell {
  width: min(1280px, 100%);
}

.dh-teklif[data-panel="p-proje"] .dh-teklif__shell,
.dh-teklif[data-panel="p-sirket"] .dh-teklif__shell,
.dh-teklif[data-panel="p-tip"] .dh-teklif__shell,
.dh-teklif[data-panel="hizli"] .dh-teklif__shell,
.dh-teklif[data-panel="p-kisi"] .dh-teklif__shell {
  width: min(750px, 100%);
}

.dh-teklif__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.1rem;
  width: min(720px, 100%);
  margin: 0 auto;
}

.dh-teklif__grid--compact {
  width: min(620px, 100%);
}

.dh-teklif__stack {
  display: grid;
  gap: 0.9rem;
  width: min(520px, 100%);
  margin: 0 auto;
}

.dh-teklif__field {
  display: block;
  width: 100%;
}

.dh-teklif__field--full {
  grid-column: 1 / -1;
}

.dh-teklif__field input,
.dh-teklif__field textarea,
.dh-teklif__lang-trigger,
.dh-teklif__lang-search {
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  background: var(--t-field) !important;
  color: #fff !important;
  font-family: var(--t-font) !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
  padding: 0 1.15rem !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dh-teklif__field textarea {
  height: auto !important;
  min-height: 140px;
  padding: 1rem 1.15rem !important;
  border-radius: 16px !important;
  resize: vertical;
}

.dh-teklif__field input::placeholder,
.dh-teklif__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
}

.dh-teklif__field input:focus,
.dh-teklif__field textarea:focus,
.dh-teklif__lang-trigger:focus {
  border-color: rgba(96, 34, 234, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(96, 34, 234, 0.18) !important;
}

/* Phone = tek kutu (görseldeki gibi) */
.dh-teklif__phone {
  display: flex;
  align-items: stretch;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: var(--t-field);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dh-teklif__phone:focus-within {
  border-color: rgba(96, 34, 234, 0.75);
  box-shadow: 0 0 0 3px rgba(96, 34, 234, 0.18);
}

.dh-teklif__phone select {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--t-font) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  padding: 0 1.5rem 0 0.65rem !important;
  width: 118px;
  max-width: 42%;
  outline: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.55)' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.4rem center !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  cursor: pointer;
  text-overflow: ellipsis;
}

.dh-teklif__phone input {
  flex: 1;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 1rem !important;
}

.dh-teklif__phone input:focus {
  box-shadow: none !important;
}

.dh-teklif .dh-svc {
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  isolation: auto;
}

.dh-svc__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.dh-svc__box {
  border-radius: 24px;
  border: 1px solid transparent;
  padding: 0.5rem;
  transition: border-color 0.35s ease;
}

.dh-svc__box:hover,
.dh-svc__box.is-selected,
.dh-svc__box.is-hot {
  border-color: rgba(255, 255, 255, 0.2);
}

.dh-svc__inner {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem 2rem 2.5rem;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}

.dh-svc__box:hover .dh-svc__inner,
.dh-svc__box.is-selected .dh-svc__inner,
.dh-svc__box.is-hot .dh-svc__inner {
  background: #ffffff;
  border-color: transparent;
}

.dh-svc__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.dh-svc__image {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.35s ease;
}

.dh-svc__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.35s ease;
}

.dh-svc__box:hover .dh-svc__title,
.dh-svc__box.is-selected .dh-svc__title,
.dh-svc__box.is-hot .dh-svc__title {
  color: #111111;
}

.dh-svc__box:hover .dh-svc__image,
.dh-svc__box.is-selected .dh-svc__image,
.dh-svc__box.is-hot .dh-svc__image {
  color: #6022ea;
}

.dh-svc__list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.dh-svc__item {
  position: relative;
}

.dh-svc__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.dh-svc__row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  pointer-events: none;
}

.dh-svc__box-check {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.dh-svc__tick {
  width: 13px;
  height: 13px;
  color: #fff;
  opacity: 0;
  transform: scale(0.55) rotate(-12deg);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.dh-svc__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.35s ease;
  cursor: pointer;
}

/* checked — koyu kart üzerinde */
.dh-svc__item:has(.dh-svc__input:checked) .dh-svc__box-check {
  border-color: transparent;
  background: linear-gradient(145deg, #7a4dff, #3c43dd);
  box-shadow: 0 6px 16px rgba(60, 67, 221, 0.35);
}

.dh-svc__item:has(.dh-svc__input:checked) .dh-svc__tick {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.dh-svc__item:has(.dh-svc__input:checked) .dh-svc__text {
  color: #fff;
}

/* hover/seçili beyaz kart */
.dh-svc__box:hover .dh-svc__box-check,
.dh-svc__box.is-selected .dh-svc__box-check,
.dh-svc__box.is-hot .dh-svc__box-check {
  border-color: rgba(9, 11, 16, 0.28);
  background: rgba(9, 11, 16, 0.04);
}

.dh-svc__box:hover .dh-svc__text,
.dh-svc__box.is-selected .dh-svc__text,
.dh-svc__box.is-hot .dh-svc__text {
  color: rgba(9, 11, 16, 0.75);
}

.dh-svc__box:hover .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__box-check,
.dh-svc__box.is-selected .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__box-check,
.dh-svc__box.is-hot .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__box-check {
  border-color: transparent;
  background: linear-gradient(145deg, #6022ea, #3c43dd);
  box-shadow: 0 8px 18px rgba(96, 34, 234, 0.28);
}

.dh-svc__box:hover .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__tick,
.dh-svc__box.is-selected .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__tick,
.dh-svc__box.is-hot .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__tick {
  color: #fff;
}

.dh-svc__box:hover .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__text,
.dh-svc__box.is-selected .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__text,
.dh-svc__box.is-hot .dh-svc__item:has(.dh-svc__input:checked) .dh-svc__text {
  color: #090b10;
}

.dh-teklif__panel--svc .dh-teklif__btn {
  height: 56px;
  min-width: 160px;
  padding: 0 3rem;
  background: linear-gradient(135deg, #601799 0%, #3c43dd 100%);
  box-shadow:
    inset 0 4px 12.5px rgba(0, 0, 0, 0.25),
    0 12px 34px rgba(60, 67, 221, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.dh-proj {
  width: min(480px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
}

.dh-proj__field {
  display: block;
  width: 100%;
}

.dh-proj__input,
.dh-proj__textarea,
.dh-select__trigger {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--t-font) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.dh-proj__input,
.dh-select__trigger {
  height: 60px;
  padding: 0 1.85rem !important;
}

.dh-proj__textarea {
  min-height: 120px;
  padding: 1.15rem 1.85rem !important;
  border-radius: 24px !important;
  resize: vertical;
}

.dh-proj__input::placeholder,
.dh-proj__textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1rem !important;
}

.dh-proj__hint {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.42);
}

.dh-proj__field.is-none .dh-proj__input {
  opacity: 0.4;
  pointer-events: none;
}

.dh-proj__field.is-none .dh-proj__hint {
  opacity: 0.35;
}

.dh-proj__none {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.dh-proj__none:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.dh-proj__none:has(input:checked) {
  border-color: rgba(96, 34, 234, 0.45);
  background: rgba(96, 34, 234, 0.12);
  box-shadow: 0 0 0 3px rgba(96, 34, 234, 0.12);
}

.dh-proj__none input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dh-proj__none-box {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  color: #fff;
  transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.dh-proj__none-box svg {
  width: 13px;
  height: 13px;
  opacity: 0;
  transform: scale(0.55) rotate(-10deg);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.dh-proj__none:has(input:checked) .dh-proj__none-box {
  border-color: transparent;
  background: linear-gradient(145deg, #7a4dff, #3c43dd);
  box-shadow: 0 6px 16px rgba(96, 34, 234, 0.35);
}

.dh-proj__none:has(input:checked) .dh-proj__none-box svg {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.dh-proj__none-body {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.dh-proj__none-body strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.dh-proj__none-body small {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}

.dh-proj__warn {
  margin: 0.55rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: rgba(250, 204, 21, 0.1);
  color: rgba(255, 236, 170, 0.95);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
}

.dh-proj__warn.is-hidden {
  display: none;
}

.dh-proj__input:hover,
.dh-proj__textarea:hover,
.dh-select__trigger:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.dh-proj__input:focus,
.dh-proj__textarea:focus {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

/* Dil select — açıkken beyaz */
.dh-select {
  position: relative;
  z-index: 20;
}

.dh-select.is-open {
  z-index: 40;
}

.dh-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
}

.dh-select__value {
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dh-select__chevron {
  flex: 0 0 auto;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  transition: transform 0.3s ease, color 0.3s ease;
}

.dh-select.is-open .dh-select__trigger {
  background: #fff !important;
  border-color: transparent !important;
}

.dh-select.is-open .dh-select__value,
.dh-select.is-open .dh-select__chevron {
  color: #151a2c !important;
}

.dh-select.is-open .dh-select__chevron {
  transform: rotate(180deg);
}

.dh-select__menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(400px, 100%);
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(18, 22, 38, 0.88);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.dh-select.is-open .dh-select__menu,
.dh-select.is-open .dh-select__menu.is-hidden {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dh-select__search {
  position: relative;
  padding-bottom: 1.1rem;
  margin-bottom: 0.75rem;
}

.dh-select__search input {
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--t-font) !important;
  font-size: 1rem !important;
  padding: 0 2rem 0.85rem 0.5rem !important;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
}

.dh-select__search input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dh-select__search i {
  position: absolute;
  right: 0.5rem;
  top: 0.15rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}

.dh-select__list {
  display: grid;
  gap: 0.75rem;
  max-height: 140px;
  overflow-y: auto;
  padding: 0 0.35rem;
}

.dh-select__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease;
}

.dh-select__item:hover {
  color: #fff;
}

.dh-select__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dh-select__item-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.3;
}

.dh-select__check {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.dh-select__check svg {
  width: 12px;
  height: 12px;
  color: #fff;
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.dh-select__item:has(input:checked) {
  color: #fff;
}

.dh-select__item:has(input:checked) .dh-select__check {
  border-color: transparent;
  background: linear-gradient(145deg, #7a4dff, #3c43dd);
  box-shadow: 0 4px 12px rgba(60, 67, 221, 0.35);
}

.dh-select__item:has(input:checked) .dh-select__check svg {
  opacity: 1;
  transform: scale(1);
}

.dh-teklif__panel--proj .dh-teklif__btn {
  height: 56px;
  min-width: 160px;
  padding: 0 3rem;
  background: linear-gradient(135deg, #601799 0%, #3c43dd 100%);
  box-shadow:
    inset 0 4px 12.5px rgba(0, 0, 0, 0.25),
    0 12px 34px rgba(60, 67, 221, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Actions */
.dh-teklif__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.65rem;
}

.dh-teklif__btn {
  appearance: none;
  border: 0;
  min-width: 150px;
  height: 50px;
  padding: 0 2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #5a1fe8 0%, #6b35f0 50%, #7d52ff 100%);
  color: #fff !important;
  font-family: var(--t-font);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 34px rgba(96, 34, 234, 0.55);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.dh-teklif__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 40px rgba(96, 34, 234, 0.65);
}

.dh-teklif__btn:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

a.dh-teklif__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.dh-teklif__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.dh-teklif__check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 32rem;
  margin: 1.35rem auto 0;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.dh-teklif__check:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.dh-teklif__check:has(input:checked) {
  border-color: rgba(96, 34, 234, 0.45);
  background: rgba(96, 34, 234, 0.12);
  box-shadow: 0 0 0 3px rgba(96, 34, 234, 0.12);
}

.dh-teklif__check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dh-teklif__check-box {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  color: #fff;
  transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.dh-teklif__check-box svg {
  width: 13px;
  height: 13px;
  opacity: 0;
  transform: scale(0.55) rotate(-10deg);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.dh-teklif__check:has(input:checked) .dh-teklif__check-box {
  border-color: transparent;
  background: linear-gradient(145deg, #7a4dff, #3c43dd);
  box-shadow: 0 6px 16px rgba(96, 34, 234, 0.35);
}

.dh-teklif__check:has(input:checked) .dh-teklif__check-box svg {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.dh-teklif__check-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.dh-teklif__check a {
  color: #d4c4ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.dh-teklif__check a:hover {
  color: #fff;
}

.dh-teklif__empty {
  text-align: center;
  color: var(--t-muted);
  padding: 1.5rem 0;
}

.dh-teklif__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.is-hidden {
  display: none !important;
}

.dh-teklif--thanks .dh-teklif__panel-card {
  text-align: center;
  padding: 3rem 2rem;
}

.dh-teklif__thanks-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.2rem;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  color: #fff;
  background: linear-gradient(135deg, var(--t-purple), var(--t-purple-2));
  box-shadow: 0 14px 34px rgba(96, 34, 234, 0.4);
}

@media (max-width: 1100px) {
  .dh-svc__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .dh-teklif__dots {
    left: 0.75rem;
    top: 0.85rem;
  }
}

@media (max-width: 680px) {
  .dh-teklif {
    padding: 0 1.1rem 2.75rem;
    min-height: auto;
    align-items: flex-start;
  }

  .dh-teklif__choices,
  .dh-svc__grid,
  .dh-teklif__grid {
    grid-template-columns: 1fr;
  }

  .dh-svc__inner {
    padding: 1.25rem 1.35rem 1.5rem;
  }

  .dh-teklif__panel-card {
    padding: 2rem 1.1rem 1.4rem;
  }

  .dh-teklif__back {
    width: 48px;
    height: 48px;
  }

  .dh-teklif__dots {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0.75rem;
  }

  .dh-teklif__btn {
    width: min(100%, 240px);
  }

  body.is-teklif-page .dh-teklif-brand {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    margin: max(5rem, env(safe-area-inset-top, 0px)) auto 4.5rem;
    padding: 0 1rem;
    font-size: 1.7rem;
  }
}
