/* Çekici talep sayfası — acil yol yardım formu stilleri */

.cekici-page {
  padding: 2rem 0 4rem;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(0, 174, 239, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(253, 185, 19, 0.14), transparent 50%),
    linear-gradient(180deg, #f0f9fd 0%, #f8fafc 35%, #fff 100%);
  min-height: calc(100vh - 80px);
}

.cekici-hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.cekici-hero h1 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  color: #0f172a;
}

.cekici-hero p {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.6;
}

.cekici-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1.5rem;
  align-items: start;
  max-width: 1100px;
  margin-inline: auto;
}

.cekici-aside {
  position: sticky;
  top: 1.25rem;
}

.cekici-info-card {
  background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 55%, #007fb3 100%);
  color: #fff;
  border-radius: 1.25rem;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 18px 40px rgba(0, 127, 179, 0.22);
}

.cekici-info-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.85rem;
}

.cekici-steps {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  counter-reset: cekici-step;
}

.cekici-steps li {
  counter-increment: cekici-step;
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.65rem 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.cekici-steps li::before {
  content: counter(cekici-step);
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-yellow, #fdb913);
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 800;
  grid-row: 1 / span 2;
  align-self: start;
}

.cekici-steps strong {
  font-size: 0.92rem;
  grid-column: 2;
}

.cekici-steps span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  grid-column: 2;
}

.cekici-callout {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.75rem;
  background: rgba(253, 185, 19, 0.18);
  border: 1px solid rgba(253, 185, 19, 0.35);
}

.cekici-callout span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}

.cekici-callout a {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}

.cekici-callout a:hover {
  text-decoration: underline;
}

.cekici-main {
  min-width: 0;
}

.cekici-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.cekici-panel h2 {
  margin: 0;
  font-size: 1.05rem;
  color: #0f172a;
}

.cekici-location-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1rem;
}

.cekici-btn-locate {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.1rem;
  border-radius: 0.75rem;
  border: 1px solid #bae6fd;
  background: #e8f7fd;
  color: #0369a1;
  font: inherit;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.cekici-btn-locate:hover:not(:disabled) {
  background: #d0effc;
  border-color: #7dd3fc;
}

.cekici-btn-locate:disabled {
  opacity: 0.7;
  cursor: wait;
}

.cekici-btn-locate.is-loading {
  pointer-events: none;
}

.cekici-hint {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
}

.cekici-textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.cekici-gps-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding: 0.75rem 0.95rem;
  border-radius: 0.75rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.cekici-gps-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #047857;
}

.cekici-gps-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

.cekici-map-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0369a1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cekici-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

.cekici-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0.9rem;
  background: #25d366;
  color: #fff;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.cekici-btn-whatsapp:hover {
  background: #1ebe57;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.4);
}

.cekici-btn-whatsapp:active {
  transform: translateY(0);
}

.cekici-btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.9rem 1.5rem;
  border: 1px solid #0284c7;
  border-radius: 0.9rem;
  background: #fff;
  color: #0369a1;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.cekici-btn-call:hover {
  background: #0284c7;
  color: #fff;
  transform: translateY(-1px);
}

.cekici-btn-call:active {
  transform: translateY(0);
}

.cekici-whatsapp-note {
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

/* Satın alma formu ile aynı alan görünümü (bağımsız sayfa için kopyalandı) */
.cekici-page .satin-al-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.cekici-page .satin-al-panel-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #f1f5f9;
}

.cekici-page .satin-al-panel-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: #e8f7fd;
  color: #0284c7;
  flex-shrink: 0;
}

.cekici-page .satin-al-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.cekici-page .satin-al-field {
  margin-bottom: 0.85rem;
}

.cekici-page .satin-al-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.35rem;
}

.cekici-page .satin-al-input {
  width: 100%;
  padding: 0.78rem 0.95rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  font: inherit;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cekici-page .satin-al-input:focus {
  outline: none;
  border-color: var(--primary-500, #00aeef);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}

.cekici-page .satin-al-message {
  margin-top: 0;
  padding: 1rem 1.15rem;
  border-radius: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cekici-page .satin-al-message-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cekici-page .satin-al-message-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.cekici-page .satin-al-message-text {
  margin: 0;
}

.cekici-page .satin-al-message.is-error {
  background: #fef2f2;
  color: #7f1d1d;
  border: 1px solid #fecaca;
}

.cekici-page .satin-al-message.is-error .satin-al-message-title {
  color: #991b1b;
}

@media (max-width: 900px) {
  .cekici-layout {
    grid-template-columns: 1fr;
  }

  /* Mobilde yan bilgi kartı formu itiyor — gizlenir */
  .cekici-aside {
    display: none;
  }
}

@media (max-width: 640px) {
  .cekici-page {
    padding: 1.25rem 0 3rem;
  }

  .cekici-hero {
    margin-bottom: 1.35rem;
    text-align: left;
  }

  .cekici-page .satin-al-row {
    grid-template-columns: 1fr;
  }

  .cekici-btn-locate {
    width: 100%;
    justify-content: center;
  }
}
