/* ==== extracted from templates/iletisim.html (T2.5) ==== */

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-size: var(--bp-text-md); line-height: 1.7; min-height: 100vh; }
  header { background: #161b22; border-bottom: 1px solid #30363d; padding: 14px 24px; display: flex; align-items: center; gap: 16px; position: sticky; top: 0; z-index:var(--bp-z-dropdown); }
  .page-title { font-size: var(--bp-text-2xl); font-weight: 700; color: #f0f6fc; }
  .container { max-width: var(--bp-container-680); margin: 0 auto; padding: 40px 24px; }
  .card { background: #161b22; border: 1px solid #30363d; border-radius:var(--bp-radius-xl); padding: 28px; }
  h2 { font-size: var(--bp-text-xl); font-weight: 700; color: #f0f6fc; margin-bottom: 8px; }
  p  { color: #c9d1d9; margin-bottom: 14px; }
  .contact-row { display: flex; align-items: center; gap: 12px; padding: 14px 0; }
  .contact-icon { font-size: var(--bp-text-22); flex-shrink: 0; }
  .contact-lbl  { font-size: var(--bp-text-xs); color: #8b949e; text-transform: uppercase; letter-spacing: 0.4px; }
  .contact-val  { font-size: var(--bp-text-md); color: #58a6ff; }
  .contact-val a { color: #58a6ff; text-decoration: none; }
  .contact-val a:hover { text-decoration: underline; }
  .disclaimer { background: rgba(var(--bp-sat-rgb),.06); border: 1px solid rgba(var(--bp-sat-rgb),.2); border-radius:var(--bp-radius-md); padding: 14px 16px; color: #c9d1d9; font-size: var(--bp-text-base); margin-top: 24px; }
  footer { text-align: center; padding: 20px; font-size: var(--bp-text-sm); color: var(--bp-text3); margin-top: 32px; }
  footer a { color: #8b949e; text-decoration: none; }
  @media (max-width: 600px) { .container { padding: 16px; } }


  #contactForm input:focus, #contactForm select:focus, #contactForm textarea:focus {
    border-color: var(--bp-brand);
  }
  @media (max-width: 500px) {
    #contactForm > div:first-child { grid-template-columns: 1fr !important; }
  }

  /* r155 gorsel denetim: WCAG 2.5.5 - .btn-action emsaliyle ayni desen, gorunum degismez */
  #cfBtn { position: relative; }
  #cfBtn::before { content:''; position:absolute; top:50%; left:50%; min-width:44px; min-height:44px; width:100%; height:100%; transform:translate(-50%,-50%); }

