body {
    font-family: 'Comic Sans MS', Arial, sans-serif;
    background: #fafafa;
    margin: 0;
    padding: 0;
    color: #333;
    
}
.footer-text{
    font-size: 0.5rem;
    padding:1rem 0rem;
}
.logo-row {
    display: flex;
    justify-content: space-between; /* Araları eşit dağıt */
    margin-top: 40px;
    flex-wrap: nowrap; /* Tek satır */
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; /* Kenarlardan boşluk */
}

.logo-row img {
    width: calc(20% - 10px); /* 5 logo yan yana, gap’ten kalan alan */
    height: auto;
    object-fit: contain;
}
.home-container {
    margin-inline: auto;
    max-width: 500px;
    height: 100vh; /* Tek ekran */
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: center;
}
.mascot{
    margin-bottom: 2rem;
}
.logo{
        display: flex;
    justify-content: space-between; /* Araları eşit dağıt */
    flex-wrap: nowrap; /* Tek satır */
    width: 100%;
    box-sizing: border-box;
}
.logo img {
    width: calc(50% - 40px); /* 5 logo yan yana, gap’ten kalan alan */
    height: auto;
    object-fit: contain;
}
h1{
    margin-bottom: 1rem !important;
}

.mascot img {
    max-width: 100px;
    animation: bounce 2s infinite;
}

h1 {
    font-size: 20px;
    color: #228B22;
    margin: 5px 0;
}

/* Accordion */
.accordion {
    text-align: left;
    margin-bottom: 1rem;
}
.feedback{
    text-align: center;
    margin: 0 !important;
    color: rgb(255, 0, 0);
}

.accordion-header {
    background: #228B22;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 8px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.accordion-header:hover {
    background: #1a6d1a;
}

.accordion-header.active {
    background: #6B4226; /* Toprak rengi */
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: white;
    border-radius: 8px;
    padding: 0 10px;
    margin-bottom: 5px;
    transition: max-height 0.3s ease;
}

.accordion-content p, 
.accordion-content ul, 
.accordion-content ol {
    margin: 10px 0;
    font-size: 14px;
}

/* Form */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-form input {
    padding: 12px;
    font-size: 14px;
    border: 2px solid #d2b48c; /* Toprak rengi */
    border-radius: 8px;
    outline: none;
}

.login-form input:focus {
    border-color: #228B22;
}

/* Form butonları */
.form-buttons {
    display: flex;
    gap: 10px;
}

.btn-register, .btn-login {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: white;
    transition: background 0.3s;
}

.btn-register {
    background: #6B4226;
}

.btn-login {
    background: #228B22;
}

.btn-register:hover {
    background: #55311c;
}

.btn-login:hover {
    background: #1a6d1a;
}
.logo{
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

/* Maskot bounce animasyonu */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}
/* Placeholder stili (daha okunaklı) */
.login-form input::placeholder {
  color: rgba(75, 75, 75, 0.6);
}

/* Küçük gölge ve iç boşluk düzeni */
.login-form input {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
  -webkit-appearance: none;
  appearance: none;
}

/* Erişilebilir fokus halkası */
.login-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34,139,34,0.12); /* hafif yeşil halo */
}

/* Hata / başarısı için sınıf örnekleri */
.login-form input.error {
  border-color: #e06a6a;
  box-shadow: 0 0 0 3px rgba(224,106,106,0.12);
}
.login-form input.success {
  border-color: #3aa05a;
  box-shadow: 0 0 0 3px rgba(58,160,90,0.08);
}

/* ---------- Kayıt Ol butonu (btn-register) ---------- */

/* Temel görünüm (daha belirgin, ikonik) */
.btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;                 /* ikon ile metin arası mesafe */
  padding: 12px 14px;
  border-radius: 12px;      /* biraz daha yuvarlak */
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #8a5a2b 0%, #6B4226 100%); /* toprak gradyanı */
  border: 2px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 16px rgba(107,66,38,0.12);
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
  text-decoration: none;
}

/* Hover / aktif / focus durumları */
.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(107,66,38,0.14);
  filter: brightness(1.03);
}

.btn-register:active {
  transform: translateY(0);
  box-shadow: 0 6px 12px rgba(107,66,38,0.10);
}

.btn-register:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(107,66,38,0.12);
}

/* İkon kullanıyorsan (ör. span veya svg içinde) */
.btn-register .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Disabled durumu */
.btn-register[disabled],
.btn-register.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: grayscale(0.1);
}

/* Responsive — küçük ekranlarda butonların boyutu */
@media (max-width: 420px) {
  .btn-register { font-size: 14px; padding: 10px 12px; border-radius: 10px; }
  .login-form input { padding: 11px; font-size: 14px; }
}