/* contact.css */
.contact-form {
  max-width: 560px;
  margin: 24px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form .field input[type="text"],
.contact-form .field input[type="email"],
.contact-form .field input[type="tel"],
.contact-form .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--sky-pale);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}
.contact-form .field textarea { resize: vertical; }
.kvkk-check--contact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0;
}
.contact-submit,
.contact-submit.btn-submit {
  padding: 14px 24px;
  background: var(--sky);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact-submit:hover,
.contact-submit.btn-submit:hover {
  background: var(--sky-dark);
}
.contact-form .form-result {
  display: none;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}
.form-result--success { background: #d4edda; color: #155724; display: block; }
.form-result--error { background: #f8d7da; color: #721c24; display: block; }

/* From legacy.css: info-section base */
.info-section { padding: 0 20px; background: var(--white); }
.info-section + .info-section { background: var(--dawn); }
.info-section h2 { font-family: var(--font-display); font-size: 32px; font-weight: 400; color: var(--ink); text-align: center; margin: 0 0 12px; line-height: 1.2; }
.info-section .section-subtitle { font-size: 15px; line-height: 1.6; color: var(--ink-hint); text-align: center; max-width: 720px; margin: 0 auto 40px; }
.info-section footer, .page-footer, body > footer { margin-top: 80px; text-align: center; padding: 32px 16px; font-size: 13px; color: var(--ink-soft); border-top: 1px solid rgba(168,202,236,0.2); background: rgba(255,255,255,0.3); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.info-section footer a, .page-footer a, body > footer a { color: var(--sky-dark); text-decoration: none; font-weight: 500; transition: color var(--transition); }
.info-section footer a:hover, .page-footer a:hover, body > footer a:hover { color: var(--sky-deep); text-decoration: underline; }

/* From legacy.css: phone input wrapper */
.phone-wrap { position: relative; }
.phone-wrap { display: block; position: relative; border: 1.5px solid var(--sky-pale); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; transition: all var(--transition); }
.phone-wrap:hover { border-color: var(--sky-light); }
.phone-wrap:focus-within { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(91,155,213,0.12); background: var(--dawn); }
.phone-wrap__prefix { position: absolute; left: 12px; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; color: var(--ink-soft); font-size: 13px; font-weight: 600; line-height: 1; pointer-events: none; z-index: 1; }
.phone-wrap__input { width: 100%; padding: 12px 14px 12px 44px !important; border: none; background: transparent; font-size: 14px; font-family: inherit; outline: none; }

/* From legacy.css: kvkk checkbox */
.kvkk-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; cursor: pointer; font-size: 11px; color: var(--ink-hint); line-height: 1.4; }
.kvkk-check input { width: 18px; height: 18px; accent-color: var(--sky); flex-shrink: 0; margin-top: 2px; }
.kvkk-check a { color: var(--sky); text-decoration: none; }
.kvkk-check.error-input input { outline: 2px solid var(--danger); outline-offset: 2px; }
.kvkk-check { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; font-size: 13px; color: var(--ink-mid); line-height: 1.5; padding: 12px 16px; background: var(--sky-faint); border-radius: var(--radius-sm); border: 1px solid var(--sky-pale); }
.kvkk-check input[type="checkbox"] { margin-top: 2px; width: 18px; height: 18px; cursor: pointer; accent-color: var(--sky); flex-shrink: 0; }
.kvkk-check a { color: var(--sky-dark); text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
.kvkk-check a:hover { color: var(--sky-deep); }

/* From legacy.css: submit button */
.btn-submit { width: 100%; padding: 18px; border: none; border-radius: 12px; background: linear-gradient(135deg, var(--sky-deep), var(--sky)); color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-style: italic; cursor: pointer; transition: all 0.3s; box-shadow: 0 6px 24px rgb(30 80 140 / .25); display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 8px; }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgb(30 80 140 / .35); }
.btn-submit:active { transform: scale(.99); }
.btn-submit span { font-family: system-ui, -apple-system, sans-serif; font-size: 20px; }
.btn-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 18px; background: linear-gradient(135deg, var(--sky) 0%, var(--sky-dark) 50%, var(--sky-deep) 100%); color: var(--white); border: none; border-radius: var(--radius-md); font-size: 16px; font-weight: 600; cursor: pointer; transition: all var(--transition); margin-top: 16px; font-family: inherit; position: relative; overflow: hidden; box-shadow: 0 4px 16px rgba(46,109,164,0.25); letter-spacing: 0.01em; }
.btn-submit::before { content: none; }
.btn-submit > * { position: relative; z-index: 1; }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(46,109,164,0.35); }
.btn-submit:hover::before { opacity: 0; }
.btn-submit:active { transform: translateY(0); }
.btn-submit span { font-size: 20px; }

/* From legacy.css: scroll-margin for sections */
.section, .card, [id^="sec"], [id^="mainCard"], [id^="progressBar"], [id^="cardTitle"], [id^="cardSub"], .brand-btn, .brand-card, .year-btn, .year-card, .model-btn, .model-card, .package-btn, .body-card, .motor-btn, .summary-pill, .btn-back, .btn-next, .btn-submit, a[href] { scroll-margin-top: 120px; }

/* info-section modifiers */
.info-section__title { position: relative; display: inline-block; padding-bottom: 12px; margin: 0 0 18px; text-align: center; font-family: var(--font-display); font-size: 28px; color: var(--ink); }
.info-section__title:not(:only-child) { display: block; }
.info-section__subtitle { font-size: 15px; line-height: 1.65; color: var(--ink-mid, #4b5563); text-align: center; max-width: 720px; margin: 0 auto 28px; }