/* Genel Stiller */
body {
  background: #FFFBEA;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 80px;
}

/* Navbar Stilleri */
.navbar {
  background: rgba(255, 222, 125, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(249, 166, 32, 0.15);
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  color: #2D572C !important;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 4px;
  padding: 8px 12px;
  border-radius: 20px;
}

.navbar-nav .nav-link i {
  margin-right: 6px;
  font-size: 0.8rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #F9A620 !important;
  background: rgba(249, 166, 32, 0.1);
  transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #2D572C, #4E944F);
  box-shadow: 0 4px 15px rgba(45, 87, 44, 0.3);
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand img {
  height: 60px;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

/* Dropdown Menu Stilleri */
.dropdown-menu {
  background: rgba(255, 222, 125, 0.98);
  backdrop-filter: blur(15px);
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(249, 166, 32, 0.2);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 220px;
  animation: fadeInDown 0.3s ease;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 222, 125, 0.98);
}

.dropdown-item {
  color: #2D572C !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border-radius: 0;
  position: relative;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #F9A620 !important;
  background: rgba(249, 166, 32, 0.1);
  transform: translateX(5px);
}

.dropdown-item i {
  margin-right: 8px;
  font-size: 0.85rem;
  width: 16px;
  text-align: center;
}

.dropdown-toggle::after {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Dropdown Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 50%, #FFDE7D 100%);
  padding: 80px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-logo {
  max-width: 200px;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.hero-section h1 {
  color: #2D572C;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(255,255,255,0.5);
}

.hero-subtitle {
  color: #4E944F;
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-buttons {
  margin-top: 30px;
}

.btn-primary {
  background: linear-gradient(135deg, #F9A620, #F7B801);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 35px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #F7B801, #F9A620);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 166, 32, 0.4);
  color: #fff;
}

.btn-outline-primary {
  border: 2px solid #F9A620;
  color: #F9A620;
  background: transparent;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 35px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #F9A620;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.hero-image {
  position: relative;
}

.hero-icon {
  font-size: 8rem;
  color: rgba(45, 87, 44, 0.1);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Page Hero */
.page-hero {
  background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
  padding: 100px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-hero h1 {
  color: #2D572C;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(255,255,255,0.5);
}

.page-hero .hero-subtitle {
  color: #4E944F;
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Section Stilleri */
.section-title {
  color: #2D572C;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.section-subtitle {
  color: #4E944F;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 40px;
  opacity: 0.8;
}

/* Program Kartları */
.programs-section {
  background: #fff;
  position: relative;
}

.program-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(249, 166, 32, 0.1);
}

.program-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.program-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #2D572C;
  box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.program-card h3 {
  color: #2D572C;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.program-card p {
  color: #4E944F;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Eğitim Modeli Kartları */
.models-section {
  background: #fff;
}

.model-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.model-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.model-card:hover::before {
  transform: scaleX(1);
}

.model-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(249, 166, 32, 0.25);
  border-color: #F9A620;
}

.model-card.featured {
  border-color: #F9A620;
  box-shadow: 0 15px 45px rgba(249, 166, 32, 0.2);
}

.model-card.featured::before {
  transform: scaleX(1);
}

.model-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.5rem;
  color: #2D572C;
  box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
  transition: all 0.3s ease;
}

.model-card:hover .model-icon {
  transform: scale(1.1) rotate(5deg);
}

.model-card h3 {
  color: #2D572C;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.model-description {
  color: #4E944F;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.model-features h5 {
  color: #F9A620;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.model-features ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.model-features li {
  color: #4E944F;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.model-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F9A620;
  font-weight: bold;
}

/* Eğitim Prensipleri */
.principles-section {
  background: linear-gradient(135deg, #FFFBEA, #E8F5E8);
}

.principle-item {
  padding: 30px 20px;
}

.principle-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(249, 166, 32, 0.3);
  transition: all 0.3s ease;
}

.principle-item:hover .principle-icon {
  transform: scale(1.1) rotate(5deg);
}

.principle-item h4 {
  color: #2D572C;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.principle-item p {
  color: #4E944F;
  line-height: 1.6;
}

/* Günlük Program Timeline */
.daily-program-section {
  background: #fff;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-time {
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 120px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.timeline-content {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin: 0 30px;
  flex: 1;
  max-width: 300px;
  border: 1px solid rgba(249, 166, 32, 0.1);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.timeline-content h5 {
  color: #2D572C;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.timeline-content p {
  color: #4E944F;
  margin: 0;
  line-height: 1.5;
}

/* Atölye Kartları */
.workshops-section {
  background: #fff;
}

.workshop-card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
}

.workshop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.workshop-card:hover::before {
  transform: scaleX(1);
}

.workshop-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
  border-color: #F9A620;
}

.workshop-card.large {
  padding: 0;
}

.workshop-card.wide {
  padding: 40px;
}

.workshop-image {
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  padding: 40px;
  text-align: center;
  position: relative;
}

.workshop-icon {
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 3rem;
  color: #2D572C;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.workshop-card:hover .workshop-icon {
  transform: scale(1.1) rotate(5deg);
}

.workshop-content {
  padding: 40px;
}

.workshop-content h3 {
  color: #2D572C;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.workshop-description {
  color: #4E944F;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.workshop-features h5 {
  color: #F9A620;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.workshop-features ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.workshop-features li {
  color: #4E944F;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.workshop-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F9A620;
  font-weight: bold;
}

.workshop-materials h6 {
  color: #2D572C;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.material-tag {
  display: inline-block;
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  color: #2D572C;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 3px;
  box-shadow: 0 2px 8px rgba(249, 166, 32, 0.2);
}

/* Atölye Prensipleri */
.workshop-principles {
  background: linear-gradient(135deg, #FFFBEA, #E8F5E8);
}

.principle-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(249, 166, 32, 0.1);
}

.principle-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.principle-card .principle-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(249, 166, 32, 0.3);
  transition: all 0.3s ease;
}

.principle-card:hover .principle-icon {
  transform: scale(1.1) rotate(5deg);
}

.principle-card h4 {
  color: #2D572C;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.principle-card p {
  color: #4E944F;
  line-height: 1.6;
}

/* Atölye Takvimi */
.workshop-schedule {
  background: #fff;
}

.schedule-table {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 1px solid rgba(249, 166, 32, 0.1);
}

.schedule-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background: linear-gradient(135deg, #2D572C, #4E944F);
  color: #fff;
}

.schedule-header .schedule-cell {
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.schedule-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(249, 166, 32, 0.1);
  transition: all 0.3s ease;
}

.schedule-row:hover {
  background: rgba(249, 166, 32, 0.05);
}

.schedule-row:last-child {
  border-bottom: none;
}

.schedule-cell {
  padding: 20px 15px;
  text-align: center;
  color: #4E944F;
  font-weight: 500;
  border-right: 1px solid rgba(249, 166, 32, 0.1);
}

.schedule-cell:last-child {
  border-right: none;
}

.schedule-cell.time {
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  color: #2D572C;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Bahçe Kartları */
.garden-areas {
  background: #fff;
}

.garden-card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
  height: 100%;
}

.garden-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.garden-card:hover::before {
  transform: scaleX(1);
}

.garden-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
  border-color: #F9A620;
}

.garden-card.wide {
  padding: 0;
}

.garden-image {
  background: linear-gradient(135deg, #A7E9AF, #4E944F);
  padding: 40px;
  text-align: center;
  position: relative;
}

.garden-icon {
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 3rem;
  color: #2D572C;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.garden-card:hover .garden-icon {
  transform: scale(1.1) rotate(5deg);
}

.garden-content {
  padding: 40px;
}

.garden-content h3 {
  color: #2D572C;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.garden-description {
  color: #4E944F;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.garden-features h5 {
  color: #F9A620;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.garden-features ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.garden-features li {
  color: #4E944F;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.garden-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F9A620;
  font-weight: bold;
}

.garden-activities h6 {
  color: #2D572C;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.activity-tag {
  display: inline-block;
  background: linear-gradient(135deg, #FFDE7D, #A7E9AF);
  color: #2D572C;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 3px;
  box-shadow: 0 2px 8px rgba(249, 166, 32, 0.2);
}

/* Mevsimsel Aktiviteler */
.seasonal-activities {
  background: linear-gradient(135deg, #FFFBEA, #E8F5E8);
}

.seasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.season-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.season-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: all 0.3s ease;
}

.season-card.spring::before {
  background: linear-gradient(90deg, #FF69B4, #FFB6C1);
}

.season-card.summer::before {
  background: linear-gradient(90deg, #FFD700, #FFA500);
}

.season-card.autumn::before {
  background: linear-gradient(90deg, #8B4513, #D2691E);
}

.season-card.winter::before {
  background: linear-gradient(90deg, #87CEEB, #B0E0E6);
}

.season-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.season-header {
  text-align: center;
  margin-bottom: 25px;
}

.season-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 2.5rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.season-card.spring .season-icon {
  background: linear-gradient(135deg, #FF69B4, #FFB6C1);
}

.season-card.summer .season-icon {
  background: linear-gradient(135deg, #FFD700, #FFA500);
}

.season-card.autumn .season-icon {
  background: linear-gradient(135deg, #8B4513, #D2691E);
}

.season-card.winter .season-icon {
  background: linear-gradient(135deg, #87CEEB, #B0E0E6);
}

.season-header h4 {
  color: #2D572C;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.season-content h5 {
  color: #F9A620;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.season-content ul {
  list-style: none;
  padding: 0;
}

.season-content li {
  color: #4E944F;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.season-content li::before {
  content: '🌱';
  position: absolute;
  left: 0;
  font-size: 0.9rem;
}

/* Bahçe Kuralları */
.garden-rules {
  background: #fff;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.rule-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(249, 166, 32, 0.1);
}

.rule-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.rule-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #A7E9AF, #4E944F);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(167, 233, 175, 0.3);
  transition: all 0.3s ease;
}

.rule-item:hover .rule-icon {
  transform: scale(1.1) rotate(5deg);
}

.rule-item h5 {
  color: #2D572C;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.rule-item p {
  color: #4E944F;
  line-height: 1.6;
  margin: 0;
}

/* Özellikler Section */
.features-section {
  background: linear-gradient(135deg, #FFFBEA, #E8F5E8);
}

.feature-item {
  padding: 30px 20px;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.feature-item h4 {
  color: #2D572C;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-item p {
  color: #4E944F;
  line-height: 1.6;
}

/* İletişim Section */
.contact-section {
  background: #fff;
}

.contact-info {
  padding: 30px 20px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #A7E9AF, #4E944F);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 4px 15px rgba(167, 233, 175, 0.3);
}

.contact-info h5 {
  color: #2D572C;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info p {
  color: #4E944F;
  margin: 0;
}

/* Footer */
.footer-section {
  background: linear-gradient(135deg, #2D572C, #4E944F);
  color: #fff;
  position: relative;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFDE7D, #F9A620, #A7E9AF);
}

.footer-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFDE7D;
  margin-bottom: 20px;
}

.footer-section p {
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #FFDE7D;
  transform: translateX(5px);
}

.social-links {
  margin-top: 20px;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #FFDE7D;
  color: #2D572C;
  transform: translateY(-3px);
}

.footer-divider {
  border-color: rgba(255,255,255,0.2);
  margin: 30px 0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  
  .hero-section h1,
  .page-hero h1 {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .navbar-brand img {
    height: 45px;
  }
  
  .navbar-nav .nav-link {
    font-size: 0.85rem;
    margin: 2px 0;
  }
  
  /* Dropdown responsive styles */
  .dropdown-menu {
    background: rgba(255, 222, 125, 0.95);
    border-radius: 10px;
    margin-top: 5px;
    min-width: 200px;
    box-shadow: 0 4px 20px rgba(249, 166, 32, 0.15);
  }
  
  .dropdown-item {
    font-size: 0.8rem;
    padding: 8px 15px;
  }
  
  .dropdown-toggle::after {
    margin-left: 4px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .program-card,
  .model-card {
    padding: 25px 20px;
  }
  
  .hero-icon {
    font-size: 5rem;
  }
  
  .timeline::before {
    left: 20px;
  }
  
  .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-left: 40px;
  }
  
  .timeline-time {
    margin-bottom: 15px;
  }
  
  .timeline-content {
    margin: 0;
    max-width: none;
  }
  
  .schedule-header,
  .schedule-row {
    grid-template-columns: 1fr;
  }
  
  .schedule-cell {
    border-right: none;
    border-bottom: 1px solid rgba(249, 166, 32, 0.1);
  }
  
  .schedule-cell:last-child {
    border-bottom: none;
  }
  
  .workshop-card.large .workshop-content {
    padding: 25px 20px;
  }
  
  .workshop-card.wide {
    padding: 25px 20px;
  }
  
  .seasons-grid {
    grid-template-columns: 1fr;
  }
  
  .rules-grid {
    grid-template-columns: 1fr;
  }
  
  .garden-card.wide .garden-content {
    padding: 25px 20px;
  }
  
  .garden-image {
    padding: 25px 20px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .events-timeline::before {
    left: 20px;
  }
  
  .event-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-left: 40px;
  }
  
  .event-date {
    margin-bottom: 15px;
  }
  
  .event-content {
    margin: 0;
    max-width: none;
  }
  
  .art-card.wide .art-content {
    padding: 25px 20px;
  }
  
  .art-image {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .hero-section,
  .page-hero {
    padding: 60px 0 40px 0;
  }
  
  .hero-section h1,
  .page-hero h1 {
    font-size: 1.8rem;
  }
  
  .btn-primary,
  .btn-outline-primary {
    padding: 12px 25px;
    font-size: 1rem;
  }
  
  .program-card,
  .model-card {
    padding: 20px 15px;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .timeline-item {
    margin-left: 20px;
  }
  
  .workshop-content {
    padding: 25px 20px;
  }
  
  .workshop-image {
    padding: 25px 20px;
  }
  
  .workshop-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .garden-content {
    padding: 25px 20px;
  }
  
  .garden-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .season-card {
    padding: 25px 20px;
  }
  
  .rule-item {
    padding: 25px 20px;
  }
  
  .art-content {
    padding: 25px 20px;
  }
  
  .art-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .gallery-item {
    padding: 25px 20px;
  }
  
  .event-item {
    margin-left: 20px;
  }
  
  /* Dropdown responsive styles for small screens */
  .dropdown-menu {
    min-width: 180px;
    margin-top: 3px;
  }
  
  .dropdown-item {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  
  .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
}

/* Animasyonlar */
.program-card,
.feature-item,
.contact-info,
.model-card,
.principle-item,
.timeline-item,
.workshop-card,
.principle-card,
.garden-card,
.season-card,
.rule-item,
.art-card,
.gallery-item,
.event-item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Hover Efektleri */
.navbar-nav .nav-link:hover {
  transform: translateY(-2px);
}

.program-card:hover .program-icon {
  transform: scale(1.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(5deg) scale(1.1);
} 

/* Sanat Kartları */
.art-areas {
  background: #fff;
}

.art-card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
  height: 100%;
}

.art-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.art-card:hover::before {
  transform: scaleX(1);
}

.art-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
  border-color: #F9A620;
}

.art-card.wide {
  padding: 0;
}

.art-image {
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  padding: 40px;
  text-align: center;
  position: relative;
}

.art-icon {
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 3rem;
  color: #2D572C;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.art-card:hover .art-icon {
  transform: scale(1.1) rotate(5deg);
}

.art-content {
  padding: 40px;
}

.art-content h3 {
  color: #2D572C;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.art-description {
  color: #4E944F;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.art-features h5 {
  color: #F9A620;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.art-features ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.art-features li {
  color: #4E944F;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.art-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F9A620;
  font-weight: bold;
}

.art-activities h6 {
  color: #2D572C;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Sanat Galerisi */
.art-gallery {
  background: linear-gradient(135deg, #FFFBEA, #E8F5E8);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(249, 166, 32, 0.1);
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.gallery-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(249, 166, 32, 0.3);
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1.1) rotate(5deg);
}

.gallery-item h5 {
  color: #2D572C;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.gallery-item p {
  color: #4E944F;
  line-height: 1.6;
  margin: 0;
}

/* Sanat Etkinlikleri */
.art-events {
  background: #fff;
}

.events-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.events-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #FFDE7D, #F9A620, #A7E9AF);
  transform: translateX(-50%);
  border-radius: 2px;
}

.event-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.event-item:nth-child(odd) {
  flex-direction: row;
}

.event-item:nth-child(even) {
  flex-direction: row-reverse;
}

.event-date {
  background: linear-gradient(135deg, #F9A620, #FFDE7D);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 80px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.event-content {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin: 0 30px;
  flex: 1;
  max-width: 300px;
  border: 1px solid rgba(249, 166, 32, 0.1);
  transition: all 0.3s ease;
}

.event-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(249, 166, 32, 0.2);
  border-color: #F9A620;
}

.event-content h5 {
  color: #2D572C;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.event-content p {
  color: #4E944F;
  margin: 0;
  line-height: 1.5;
} 

/* Spor Sayfası Stilleri */
.sports-activities {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sport-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.sport-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.sport-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.sport-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.sport-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.sport-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.sport-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sport-features {
    margin-bottom: 20px;
}

.feature-tag {
    display: inline-block;
    background: linear-gradient(135deg, #FFDE7D 0%, #F9A620 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.sport-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sport-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.sport-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.sports-principles {
    padding: 80px 0;
    background: white;
}

.it-schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

/* Bilişim Sayfası Stilleri */
.it-activities {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.it-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.it-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.it-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.it-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.it-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.it-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.it-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.it-features {
    margin-bottom: 20px;
}

.it-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.it-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.it-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.tech-principles {
    padding: 80px 0;
    background: white;
}

.it-schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

/* Yabancı Dil Sayfası Stilleri */
.language-activities {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.language-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.language-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.language-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.language-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.language-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.language-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.language-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.language-features {
    margin-bottom: 20px;
}

.language-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.language-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.language-principles {
    padding: 80px 0;
    background: white;
}

.language-schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

/* Animasyonlar */
.sport-card, .it-card, .language-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .sport-card, .it-card, .language-card {
        margin-bottom: 30px;
    }
    
    .sport-icon, .it-icon, .language-icon {
        font-size: 3rem;
    }
    
    .sport-content h3, .it-content h3, .language-content h3 {
        font-size: 1.3rem;
    }
} 

/* Ailem Sayfası Stilleri */
.family-activities {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.family-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.family-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.family-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.family-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.family-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.family-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.family-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.family-features {
    margin-bottom: 20px;
}

.family-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.family-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.family-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.family-principles {
    padding: 80px 0;
    background: white;
}

.family-calendar {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.calendar-month {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.calendar-month:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
    border-color: #F9A620;
}

.calendar-month h4 {
    color: #F9A620;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 10px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 10px;
    color: #2C3E50;
}

.calendar-month ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar-month li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #e9ecef;
}

.calendar-month li:last-child {
    border-bottom: none;
}

.calendar-month li:before {
    content: "📅";
    position: absolute;
    left: 0;
    font-size: 1rem;
}

/* Animasyonlar */
.family-card, .calendar-month {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .family-card {
        margin-bottom: 30px;
    }
    
    .family-icon {
        font-size: 3rem;
    }
    
    .family-content h3 {
        font-size: 1.3rem;
    }
    
    .calendar-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
} 

/* Temalar Sayfası Stilleri */
.monthly-themes {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.theme-month {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.theme-month:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.theme-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
    position: relative;
}

.theme-header h3 {
    color: #2C3E50;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.theme-icon {
    font-size: 2.5rem;
    color: #F9A620;
    margin-top: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.theme-content h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}

.theme-content p {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.theme-activities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.activity-tag {
    display: inline-block;
    background: linear-gradient(135deg, #FFDE7D 0%, #F9A620 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(249, 166, 32, 0.3);
}

.weekly-programs {
    padding: 80px 0;
    background: white;
}

.weekly-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.weekly-theme {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.weekly-theme:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
    border-color: #F9A620;
}

.weekly-header {
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 10px;
}

.weekly-header h4 {
    color: #2C3E50;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.weekly-icon {
    font-size: 2rem;
    color: #F9A620;
}

.weekly-content h5 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

.weekly-content p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

/* Animasyonlar */
.theme-month, .weekly-theme {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .themes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .weekly-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .theme-header h3 {
        font-size: 1.3rem;
    }
    
    .theme-icon {
        font-size: 2rem;
    }
    
    .weekly-header h4 {
        font-size: 1.1rem;
    }
} 

/* Rutin & Ritüel Sayfası Stilleri */
.daily-routines {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.routines-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.routines-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #FFDE7D, #F9A620, #A7E9AF);
    transform: translateX(-50%);
    border-radius: 2px;
}

.routine-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.routine-item:nth-child(odd) {
    flex-direction: row;
}

.routine-item:nth-child(even) {
    flex-direction: row-reverse;
}

.routine-time {
    background: linear-gradient(135deg, #FFDE7D 0%, #F9A620 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 25px;
    text-align: center;
    min-width: 150px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
    position: relative;
    z-index: 2;
}

.routine-time i {
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: block;
}

.routine-time span {
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
}

.routine-content {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 30px;
    flex: 1;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.routine-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
    border-color: #F9A620;
}

.routine-content h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.routine-content p {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.routine-activities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.routine-activities .activity-tag {
    background: linear-gradient(135deg, #A7E9AF 0%, #28A745 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.special-rituals {
    padding: 80px 0;
    background: white;
}

.rituals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.ritual-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.ritual-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.ritual-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.ritual-icon i {
    font-size: 2.5rem;
    color: #F9A620;
}

.ritual-card h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.ritual-card p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .routines-timeline::before {
        left: 20px;
    }
    
    .routine-item {
        flex-direction: column !important;
        align-items: flex-start;
        margin-left: 20px;
    }
    
    .routine-time {
        min-width: 120px;
        margin-bottom: 20px;
        align-self: flex-start;
    }
    
    .routine-content {
        margin: 0;
        width: 100%;
    }
    
    .rituals-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ritual-card {
        margin-bottom: 20px;
    }
}

/* Animasyonlar */
.routine-item, .ritual-card {
    animation: fadeInUp 0.6s ease-out;
} 

/* Yerel-Kültürel-Evrensel Sayfası Stilleri */
.culture-activities {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.culture-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.culture-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.culture-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.culture-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.culture-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.culture-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.culture-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.culture-features {
    margin-bottom: 20px;
}

.culture-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.culture-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.culture-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.city-exploration {
    padding: 80px 0;
    background: white;
}

.exploration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.exploration-item {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.exploration-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.exploration-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.exploration-icon i {
    font-size: 2.5rem;
    color: #F9A620;
}

.exploration-item h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.exploration-item p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

.culture-calendar {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.calendar-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.calendar-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #FFDE7D, #F9A620, #A7E9AF);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-date {
    background: linear-gradient(135deg, #FFDE7D 0%, #F9A620 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
    position: relative;
    z-index: 2;
}

.timeline-date .month {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.timeline-date .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
}

.timeline-content {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 30px;
    flex: 1;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(249, 166, 32, 0.2);
    border-color: #F9A620;
}

.timeline-content h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.timeline-content p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .culture-card {
        margin-bottom: 30px;
    }
    
    .culture-icon {
        font-size: 3rem;
    }
    
    .culture-content h3 {
        font-size: 1.3rem;
    }
    
    .exploration-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .exploration-item {
        margin-bottom: 20px;
    }
    
    .calendar-timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
        margin-left: 20px;
    }
    
    .timeline-date {
        min-width: 100px;
        margin-bottom: 20px;
        align-self: flex-start;
    }
    
    .timeline-content {
        margin: 0;
        width: 100%;
    }
}

/* Animasyonlar */
.culture-card, .exploration-item, .timeline-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Bireysel Sayfası Stilleri */
.character-development {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.character-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.character-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.character-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.character-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.character-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.character-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.character-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.character-features {
    margin-bottom: 20px;
}

.character-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.character-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.character-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.values-education {
    padding: 80px 0;
    background: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.value-item {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.value-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.value-icon i {
    font-size: 2.5rem;
    color: #F9A620;
}

.value-item h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.value-item p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

.individual-tracking {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.tracking-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tracking-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.tracking-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.tracking-header {
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.tracking-header i {
    font-size: 2.5rem;
    color: #F9A620;
    margin-bottom: 15px;
    display: block;
}

.tracking-header h4 {
    color: #2C3E50;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.tracking-card p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .character-card {
        margin-bottom: 30px;
    }
    
    .character-icon {
        font-size: 3rem;
    }
    
    .character-content h3 {
        font-size: 1.3rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-item {
        margin-bottom: 20px;
    }
    
    .tracking-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tracking-card {
        margin-bottom: 20px;
    }
}

/* Animasyonlar */
.character-card, .value-item, .tracking-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Rehberlik Sayfası Stilleri */
.guidance-services {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.guidance-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.guidance-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.guidance-image {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 15px;
}

.guidance-icon {
    font-size: 4rem;
    color: #F9A620;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.guidance-content h3 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.guidance-content h3 i {
    color: #F9A620;
    margin-right: 10px;
}

.guidance-description {
    color: #6C757D;
    margin-bottom: 20px;
    line-height: 1.6;
}

.guidance-features {
    margin-bottom: 20px;
}

.guidance-activities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guidance-activities li {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 25px;
}

.guidance-activities li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28A745;
    font-weight: bold;
    font-size: 1.1rem;
}

.development-tracking {
    padding: 80px 0;
    background: white;
}

.tracking-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tracking-item {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.tracking-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.tracking-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.tracking-icon i {
    font-size: 2.5rem;
    color: #F9A620;
}

.tracking-item h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.tracking-item p {
    color: #6C757D;
    line-height: 1.6;
    margin: 0;
}

.expert-team {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-member {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.team-member:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(249, 166, 32, 0.25);
    border-color: #F9A620;
}

.member-photo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #FFDE7D 0%, #A7E9AF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(249, 166, 32, 0.3);
}

.member-photo i {
    font-size: 3rem;
    color: #F9A620;
}

.team-member h4 {
    color: #2C3E50;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.team-member p {
    color: #6C757D;
    line-height: 1.6;
    margin-bottom: 20px;
}

.member-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.specialty-tag {
    display: inline-block;
    background: linear-gradient(135deg, #A7E9AF 0%, #28A745 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .guidance-card {
        margin-bottom: 30px;
    }
    
    .guidance-icon {
        font-size: 3rem;
    }
    
    .guidance-content h3 {
        font-size: 1.3rem;
    }
    
    .tracking-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tracking-item {
        margin-bottom: 20px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .team-member {
        margin-bottom: 20px;
    }
}

/* Animasyonlar */
.guidance-card, .tracking-item, .team-member {
    animation: fadeInUp 0.6s ease-out;
}