.iletisim-acil-wrapper {
  display: flex;
  gap: 38px;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  margin: 60px auto 60px auto;
  flex-wrap: wrap;
}
.iletisim-panel, .acil-panel {
  flex: 1 1 370px;
  max-width: 420px;
  min-width: 270px;
  background: linear-gradient(100deg, #18151c 87%, #2a1117 100%);
  border-radius: 20px;
  box-shadow: 0 0 36px #e6394626;
  padding: 38px 20px 28px 20px;
  border: 2px solid #e639463a;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.cozumler-title {
  color: #e63946;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 0;
  text-shadow: 0 2px 22px #e6394632;
}
.iletisim-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-row {
  width: 100%;
  display: flex;
}
.iletisim-form input,
.iletisim-form textarea {
  width: 100%;
  background: #191a1b;
  border: 1.5px solid #e639463a;
  color: #faf9fb;
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 1.05rem;
  margin: 0;
  outline: none;
  transition: border-color .18s, box-shadow .16s;
  font-family: inherit;
}
.iletisim-form textarea {
  min-height: 66px;
  resize: vertical;
}
.iletisim-form input:focus,
.iletisim-form textarea:focus {
  border-color: #e63946;
  box-shadow: 0 0 12px #e6394625;
}
.iletisim-btn {
  margin-top: 10px;
  background: #e63946;
  color: #fff;
  font-size: 1.09rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 13px 0;
  width: 100%;
  box-shadow: 0 0 15px #e6394635;
  cursor: pointer;
  letter-spacing: .04em;
  transition: background .16s, box-shadow .16s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.iletisim-btn:hover, .iletisim-btn:focus {
  background: #ff2255;
  box-shadow: 0 0 24px #e6394642;
}
.iletisim-btn .icon svg {
  width: 22px; height: 22px;
  stroke: #fff;
}

.acil-card {
  background: #191a1b;
  border-left: 4px solid #e63946;
  border-radius: 14px;
  box-shadow: 0 0 26px #e6394633;
  padding: 32px 22px 22px 22px;
  color: #fff;
  width: 100%;
  display: flex;
  gap: 19px;
  align-items: flex-start;
  margin: 0;
  position: relative;
  flex-direction: row;
}
.acil-card .icon {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
.acil-card .icon svg {
  width: 38px;
  height: 38px;
  stroke: #e63946;
}
.acil-info h3 {
  color: #e63946;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 7px 0;
}
.referans-input {
  width: 100%;
  background: #161417;
  border: 1.5px solid #e639463a;
  color: #faf9fb;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1.04rem;
  margin: 12px 0 8px 0;
  outline: none;
  transition: border-color .17s, box-shadow .13s;
  font-family: inherit;
}
.referans-input:focus {
  border-color: #e63946;
  box-shadow: 0 0 9px #e6394621;
}
.acil-btn {
  background: #e63946;
  color: #fff;
  font-size: 1.03rem;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  padding: 10px 24px;
  box-shadow: 0 1px 9px #e6394613;
  cursor: pointer;
  letter-spacing: .03em;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.55;
  transition: background .16s, box-shadow .12s, opacity .14s;
}
.acil-btn:disabled {
  opacity: 0.4 !important;
  background: #888 !important;
  cursor: not-allowed;
}
.acil-btn:not(:disabled):hover {
  background: #ff2255;
  box-shadow: 0 0 18px #e6394630;
  opacity: 1;
}
.acil-desc {
  color: #e6e0e9;
  font-size: .97rem;
  opacity: 0.89;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .iletisim-acil-wrapper {
    flex-direction: column;
    gap: 22px;
    align-items: stretch;
  }
 
  .acil-card { flex-direction: column; gap: 11px;}
  .acil-card .icon { margin-bottom: 7px; margin-right: 0;}
}
