/* Droptan çerez onayı — panel marka yeşili #4ae1c6, landing krem zemini */
.dt-cc {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}

.dt-cc__panel {
  pointer-events: auto;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 14px;
  background: #fffdf8;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 12px 40px rgba(15, 23, 42, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.dt-cc__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.dt-cc__desc {
  margin: 0 0 0.95rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #475569;
}

.dt-cc__link {
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dt-cc__link:hover,
.dt-cc__link:focus-visible {
  color: #115e59;
}

.dt-cc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dt-cc__btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.55rem 0.95rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dt-cc__btn:focus-visible {
  outline: 2px solid #4ae1c6;
  outline-offset: 2px;
}

.dt-cc__btn--primary {
  background: #4ae1c6;
  color: #0f172a;
  border-color: #4ae1c6;
}

.dt-cc__btn--primary:hover {
  background: #3ad4b8;
  border-color: #3ad4b8;
}

.dt-cc__btn--secondary {
  background: #fff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
}

.dt-cc__btn--secondary:hover {
  border-color: rgba(15, 23, 42, 0.28);
  background: #f8fafc;
}

.dt-cc__btn--ghost {
  background: transparent;
  color: #64748b;
  border-color: transparent;
}

.dt-cc__btn--ghost:hover {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
}

.dt-cc__customize {
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dt-cc__row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0 0 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
}

.dt-cc__row input {
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  accent-color: #4ae1c6;
  flex-shrink: 0;
}

.dt-cc__row strong {
  display: block;
  font-weight: 700;
  color: #0f172a;
}

.dt-cc__row-meta {
  display: block;
  margin-top: 0.15rem;
  color: #64748b;
  font-size: 0.8125rem;
}

.dt-cc__customize-actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .dt-cc__actions {
    flex-direction: column;
  }

  .dt-cc__btn {
    width: 100%;
    text-align: center;
  }

  .dt-cc__customize-actions .dt-cc__btn {
    width: 100%;
  }
}
