/* ===== BesiPazarı - Custom Styles ===== */

:root {
  --cp-green: #2e7d32;
  --cp-green-light: #4caf50;
  --cp-green-dark: #1b5e20;
  --cp-brown: #5d4037;
  --cp-brown-light: #8d6e63;
  --cp-cream: #fdf6e3;
  --cp-gold: #f9a825;
  --cp-text: #333333;
  --cp-muted: #757575;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--cp-text);
  background-color: #f8f9fa;
}

/* ===== Navbar ===== */
.navbar-cobanzar {
  background: linear-gradient(135deg, var(--cp-green-dark), var(--cp-green));
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.navbar-cobanzar .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff !important;
  letter-spacing: 0.5px;
}

.navbar-cobanzar .navbar-brand span {
  color: var(--cp-gold);
}

.navbar-cobanzar .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  transition: color 0.2s;
}

.navbar-cobanzar .nav-link:hover,
.navbar-cobanzar .nav-link.active {
  color: #fff !important;
}

/* ===== Hero Section ===== */
.hero-section {
  background: linear-gradient(135deg, var(--cp-green-dark) 0%, var(--cp-green) 50%, var(--cp-green-light) 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
}

.hero-section h1 {
  font-weight: 800;
  font-size: 2.8rem;
}

.hero-section .lead {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ===== Search Box ===== */
.search-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.search-box .form-control,
.search-box .form-select {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}

.search-box .form-control:focus,
.search-box .form-select:focus {
  border-color: var(--cp-green);
  box-shadow: 0 0 0 0.2rem rgba(46,125,50,0.15);
}

/* ===== Buttons ===== */
.btn-cobanzar {
  background: linear-gradient(135deg, var(--cp-green), var(--cp-green-light));
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-cobanzar:hover {
  background: linear-gradient(135deg, var(--cp-green-dark), var(--cp-green));
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(46,125,50,0.3);
}

.btn-cobanzar-outline {
  background: transparent;
  color: var(--cp-green);
  border: 2px solid var(--cp-green);
  border-radius: 10px;
  padding: 10px 26px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-cobanzar-outline:hover {
  background: var(--cp-green);
  color: #fff;
}

.btn-gold {
  background: linear-gradient(135deg, var(--cp-gold), #fbc02d);
  color: var(--cp-brown);
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 700;
  transition: all 0.3s;
}

.btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(249,168,37,0.4);
  color: var(--cp-brown);
}

/* ===== Cards ===== */
.sheep-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  background: #fff;
}

.sheep-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.sheep-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.sheep-card .card-body {
  padding: 20px;
}

.sheep-card .price-tag {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--cp-green);
}

.sheep-card .location {
  color: var(--cp-muted);
  font-size: 0.85rem;
}

.sheep-card .badge-breed {
  background: var(--cp-cream);
  color: var(--cp-brown);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 20px;
}

.sheep-card .badge-featured {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--cp-gold);
  color: var(--cp-brown);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
}

/* ===== Category Cards ===== */
.category-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  cursor: pointer;
  border: 2px solid transparent;
}

.category-card:hover {
  border-color: var(--cp-green);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.category-card .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.category-card h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.category-card small {
  color: var(--cp-muted);
}

/* ===== Stats Section ===== */
.stats-section {
  background: linear-gradient(135deg, var(--cp-green-dark), var(--cp-green));
  color: #fff;
  padding: 50px 0;
}

.stat-item h3 {
  font-weight: 800;
  font-size: 2.2rem;
}

.stat-item p {
  opacity: 0.85;
  font-size: 0.95rem;
}

/* ===== Section Headers ===== */
.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-weight: 800;
  color: var(--cp-text);
}

.section-header .underline {
  width: 60px;
  height: 4px;
  background: var(--cp-green);
  border-radius: 2px;
  margin: 12px auto 0;
}

/* ===== Auth Pages ===== */
.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cp-green-dark) 0%, var(--cp-green) 50%, var(--cp-green-light) 100%);
  padding: 20px;
}

.auth-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 440px;
}

.auth-card .logo {
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--cp-green);
}

.auth-card .logo span {
  color: var(--cp-gold);
}

.auth-card .form-control {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  padding: 12px 16px;
  transition: border-color 0.2s;
}

.auth-card .form-control:focus {
  border-color: var(--cp-green);
  box-shadow: 0 0 0 0.2rem rgba(46,125,50,0.15);
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--cp-muted);
  font-size: 0.85rem;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

/* ===== Admin Panel ===== */
.admin-sidebar {
  background: linear-gradient(180deg, var(--cp-green-dark), var(--cp-green));
  min-height: 100vh;
  width: 260px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding-top: 0;
  transition: all 0.3s;
}

.admin-sidebar .sidebar-brand {
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.admin-sidebar .nav-link {
  color: rgba(255,255,255,0.75);
  padding: 12px 20px;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: all 0.2s;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
  color: #fff;
  background: rgba(255,255,255,0.1);
  border-left-color: var(--cp-gold);
}

.admin-sidebar .nav-link i {
  width: 24px;
  text-align: center;
  margin-right: 10px;
}

.admin-content {
  margin-left: 260px;
  padding: 20px 30px;
  min-height: 100vh;
  background: #f1f3f5;
}

.admin-topbar {
  background: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.admin-stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.admin-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.admin-stat-card .icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.admin-stat-card h3 {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 2px;
}

.admin-stat-card p {
  color: var(--cp-muted);
  font-size: 0.85rem;
  margin: 0;
}

.admin-table {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.admin-table .table {
  margin: 0;
}

.admin-table .table th {
  background: #f8f9fa;
  font-weight: 700;
  color: var(--cp-text);
  border: none;
  padding: 14px 20px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-table .table td {
  padding: 14px 20px;
  vertical-align: middle;
  border-color: #f0f0f0;
}

/* ===== Search Results ===== */
.filter-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filter-sidebar h6 {
  font-weight: 700;
  color: var(--cp-text);
  margin-bottom: 12px;
}

.filter-sidebar .form-range::-webkit-slider-thumb {
  background: var(--cp-green);
}

.result-count {
  color: var(--cp-muted);
  font-size: 0.9rem;
}

.result-count strong {
  color: var(--cp-text);
}

/* ===== Detail Page ===== */
.detail-gallery {
  border-radius: 16px;
  overflow: hidden;
}

.detail-gallery img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.detail-thumbs img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  border: 2px solid transparent;
}

.detail-thumbs img:hover,
.detail-thumbs img.active {
  opacity: 1;
  border-color: var(--cp-green);
}

.detail-info {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.detail-info .price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--cp-green);
}

.detail-specs {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.detail-specs .spec-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.detail-specs .spec-item:last-child {
  border-bottom: none;
}

.detail-specs .spec-label {
  color: var(--cp-muted);
  font-weight: 500;
}

.detail-specs .spec-value {
  font-weight: 700;
  color: var(--cp-text);
}

.seller-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
}

.seller-card .seller-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--cp-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 2rem;
  color: var(--cp-brown);
}

/* ===== Footer ===== */
.footer {
  background: #1a1a2e;
  color: rgba(255,255,255,0.7);
  padding: 60px 0 30px;
}

.footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.footer a:hover {
  color: var(--cp-gold);
}

.footer .footer-brand {
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}

.footer .footer-brand span {
  color: var(--cp-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 40px;
}

/* ===== Utilities ===== */
.text-green { color: var(--cp-green) !important; }
.bg-green-light { background: rgba(46,125,50,0.1); }
.bg-gold-light { background: rgba(249,168,37,0.15); }
.bg-blue-light { background: rgba(33,150,243,0.1); }
.bg-red-light { background: rgba(244,67,54,0.1); }

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .hero-section { padding: 50px 0; }
  .hero-section h1 { font-size: 2rem; }
  .search-box { margin-top: -40px; padding: 20px; }
  .admin-sidebar { width: 0; overflow: hidden; }
  .admin-sidebar.show { width: 260px; }
  .admin-content { margin-left: 0; }
}

@media (max-width: 575.98px) {
  .hero-section h1 { font-size: 1.6rem; }
  .auth-card { padding: 25px; }
  .sheep-card .card-img-top { height: 180px; }
}

/* ===== Placeholder Images ===== */
.img-placeholder {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-green);
  font-size: 3rem;
}

.img-placeholder-sm {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-green);
  font-size: 1.5rem;
}

/* ===== Account Page Styles ===== */
.account-sidebar .nav-link {
  color: var(--cp-text);
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  transition: all 0.2s;
}
.account-sidebar .nav-link:hover { background: #f0f0f0; }
.account-sidebar .nav-link.active {
  background: var(--cp-green);
  color: #fff;
}
.account-sidebar .nav-link i { width: 22px; text-align: center; margin-right: 8px; }
.account-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}
.avatar-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cp-green), var(--cp-green-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  position: relative;
}
.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cp-gold);
  color: var(--cp-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  border: 3px solid #fff;
}
.stat-mini {
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  background: #f8f9fa;
}
.stat-mini h4 { font-weight: 800; color: var(--cp-green); margin-bottom: 2px; }
.stat-mini small { color: var(--cp-muted); font-size: 0.8rem; }
.listing-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  transition: all 0.2s;
}
.listing-mini:hover { border-color: var(--cp-green); background: #fafffe; }
.msg-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 10px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}
.msg-item:hover { background: #f8f9fa; }
.msg-item.unread { background: rgba(46,125,50,0.04); }
.msg-item.unread .msg-name { font-weight: 700; }
.msg-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cp-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-brown);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.notif-switch .form-check { padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.notif-switch .form-check:last-child { border-bottom: none; }

/* ===== İlan Ver (Create Listing) Styles ===== */
.create-listing-wrapper {
  background: #f1f3f5;
  min-height: 100vh;
  padding-bottom: 60px;
}
.form-section {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 24px;
}
.form-section h5 {
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.form-section h5 i {
  color: var(--cp-green);
  margin-right: 8px;
}
.form-section .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cp-text);
}
.form-section .form-control,
.form-section .form-select {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  padding: 10px 14px;
  transition: border-color 0.2s;
}
.form-section .form-control:focus,
.form-section .form-select:focus {
  border-color: var(--cp-green);
  box-shadow: 0 0 0 0.2rem rgba(46,125,50,0.15);
}
.photo-upload-area {
  border: 2px dashed #ccc;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #fafafa;
}
.photo-upload-area:hover {
  border-color: var(--cp-green);
  background: rgba(46,125,50,0.03);
}
.photo-upload-area i {
  font-size: 3rem;
  color: var(--cp-green);
  opacity: 0.6;
}
.photo-preview-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.photo-preview-item {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e0e0e0;
}
.photo-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-preview-item .remove-photo {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  background: rgba(220,53,69,0.9);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.step-indicator {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
.step-indicator .step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--cp-muted);
  font-weight: 600;
}
.step-indicator .step.active {
  color: var(--cp-green);
}
.step-indicator .step .step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  background: #e0e0e0;
  color: #999;
}
.step-indicator .step.active .step-num {
  background: var(--cp-green);
  color: #fff;
}
.step-indicator .step-line {
  width: 40px;
  height: 2px;
  background: #e0e0e0;
  align-self: center;
}
.listing-type-card {
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.listing-type-card:hover {
  border-color: var(--cp-green);
}
.listing-type-card.selected {
  border-color: var(--cp-green);
  background: rgba(46,125,50,0.05);
}
.listing-type-card i {
  font-size: 2rem;
  color: var(--cp-green);
}
.listing-type-card input[type="radio"] {
  display: none;
}
.price-info-box {
  background: rgba(249,168,37,0.1);
  border: 1px solid rgba(249,168,37,0.3);
  border-radius: 12px;
  padding: 16px;
}
.preview-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 80px;
}
.preview-card .preview-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  margin-bottom: 16px;
}

/* ===== Nasıl Çalışır (How It Works) Styles ===== */
.nc-hero {
  background: linear-gradient(135deg, var(--cp-green-dark) 0%, var(--cp-green) 50%, var(--cp-green-light) 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.nc-hero h1 { font-weight: 800; }

.role-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: -28px;
  position: relative;
  z-index: 10;
}
.role-tab-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 14px 36px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.role-tab-btn:hover { border-color: var(--cp-green); }
.role-tab-btn.active {
  background: var(--cp-green);
  color: #fff;
  border-color: var(--cp-green);
}

.steps-section { padding: 60px 0; }
.step-card {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}
.step-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.2rem;
  position: relative;
  z-index: 2;
}
.step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cp-gold);
  color: var(--cp-brown);
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.step-card h5 { font-weight: 700; margin-bottom: 10px; font-size: 0.95rem; }
.step-card p { color: var(--cp-muted); font-size: 0.85rem; }
.step-has-arrow { position: relative; }
.step-has-arrow::after {
  content: '\F285';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: -12px;
  top: 55px;
  font-size: 1.4rem;
  color: var(--cp-green);
  opacity: 0.35;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .step-has-arrow::after { display: none; }
}

.timeline-section {
  background: #f8f9fa;
  padding: 60px 0;
}
.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--cp-green), var(--cp-green-light));
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item.left .timeline-content { text-align: right; padding-right: 50px; }
.timeline-item.right .timeline-content { text-align: left; padding-left: 50px; }
.timeline-item .timeline-content {
  width: 50%;
}
.timeline-item.right {
  justify-content: flex-end;
}
.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cp-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(46,125,50,0.3);
}
.timeline-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.timeline-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--cp-text);
}
.timeline-card p {
  color: var(--cp-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}
.timeline-card .detail-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.timeline-card .detail-list li {
  padding: 4px 0;
  font-size: 0.85rem;
  color: var(--cp-muted);
}
.timeline-card .detail-list li i {
  color: var(--cp-green);
  margin-right: 6px;
}
.timeline-card .tip-badge {
  display: inline-block;
  background: rgba(249,168,37,0.15);
  color: var(--cp-brown);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 10px;
}

.faq-section { padding: 60px 0; }
.faq-section .accordion-button {
  font-weight: 600;
  color: var(--cp-text);
}
.faq-section .accordion-button:not(.collapsed) {
  background: rgba(46,125,50,0.05);
  color: var(--cp-green);
}
.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(46,125,50,0.15);
}
.faq-section .accordion-item {
  border-radius: 12px !important;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.cta-section {
  background: linear-gradient(135deg, var(--cp-green-dark), var(--cp-green));
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.safety-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
}
.safety-card .safety-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .timeline::before { left: 22px; }
  .timeline-dot { left: 22px; }
  .timeline-item .timeline-content,
  .timeline-item.right .timeline-content {
    width: 100%;
    padding-left: 65px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .timeline-item.right { justify-content: flex-start; }
  .step-connector { display: none; }
  .role-tabs { flex-direction: column; align-items: center; }
}

/* ===== Account Type Button (Register) ===== */
.account-type-btn {
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
}
.account-type-btn:hover {
  border-color: var(--cp-green);
}
.account-type-btn.selected {
  border-color: var(--cp-green);
  background: rgba(46,125,50,0.05);
}
.account-type-btn i {
  font-size: 2rem;
  color: var(--cp-green);
}
.account-type-btn input[type="radio"] {
  display: none;
}

/* ===== Kurbanlık Köşesi ===== */
.kurbanlik-section {
  background: linear-gradient(135deg, rgba(46,125,50,0.06) 0%, rgba(249,168,37,0.1) 50%, rgba(46,125,50,0.06) 100%);
  padding: 60px 0;
  border-radius: 0;
  position: relative;
}
.kurbanlik-section .section-header h2 {
  color: var(--cp-green-dark);
}
.badge-kurbanlik {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, var(--cp-gold), #fbc02d);
  color: var(--cp-brown);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
}
