/* DETAY-1 PAGE SPECIFIC STYLES - Variables, typography, buttons, navigation, and footer already in common.css */

/*---------------------------------------
  AI HERO SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.ai-hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ai-hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ai-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  opacity: 0.9;
}

.ai-hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(102, 126, 234, 0.2) 0%, transparent 50%);
  z-index: 2;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.float-element {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: float-around 20s infinite linear;
}

.element-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 25s;
}

.element-2 {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 20%;
  animation-delay: 5s;
  animation-duration: 30s;
}

.element-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
  animation-duration: 35s;
}

.element-4 {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 10%;
  animation-delay: 15s;
  animation-duration: 20s;
}

.ai-hero-content {
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

.hero-text-content {
  color: white;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  animation: glow 2s ease-in-out infinite alternate;
}

.hero-badge i {
  color: #ffd700;
}

.hero-main-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: white;
}

.gradient-text {
  background: linear-gradient(45deg, #ffd700, #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease-in-out infinite;
}

.hero-description {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  max-width: 90%;
  font-weight: 600;
}

.hero-intro-text {
  margin-bottom: 40px;
}

.hero-intro-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.hero-intro-text p strong {
  color: #ffd700;
  font-weight: 600;
}

.highlight-text {
  color: #ffd700 !important;
  font-weight: 600 !important;
  font-style: italic;
  font-size: 1.2rem !important;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-primary-btn, .hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-primary-btn {
  background: linear-gradient(45deg, #ffd700, #ff6b35);
  color: #1a1a1a;
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.4);
}

.hero-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 215, 0, 0.6);
  color: #1a1a1a;
}

.hero-secondary-btn {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.hero-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  color: white;
}

.hero-visual-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-container {
  position: relative;
  max-width: 500px;
  width: 100%;
  z-index: 5;
}

.image-glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  opacity: 0.3;
  border-radius: 20px;
  filter: blur(20px);
  animation: glow-pulse 3s ease-in-out infinite;
}

.hero-main-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float-around 4s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.card-1 {
  top: 10%;
  right: -20px;
  animation-delay: 0s;
}

.card-2 {
  top: 50%;
  left: -40px;
  animation-delay: 1s;
}

.card-3 {
  bottom: 10%;
  right: -30px;
  animation-delay: 2s;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.card-content {
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Animasyonlar */
@keyframes float-around {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes glow {
  0% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
  100% { box-shadow: 0 0 30px rgba(255, 215, 0, 0.8); }
}

@keyframes gradient-shift {
  0%, 100% { filter: hue-rotate(0deg); }
  50% { filter: hue-rotate(45deg); }
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.05); }
}
/*---------------------------------------
  AI HERO SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
  WHAT IS SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.what-is-section {
  padding: 80px 0;
  background: white;
  text-align: center;
}

.what-is-content h2 {
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 3rem;
}

.description-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.description-card {
  background: #f8fafc;
  padding: 30px;
  border-radius: 16px;
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
}

.description-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.description-card p {
  color: var(--p-color);
  line-height: 1.6;
  margin: 0;
}

.description-card p strong {
  color: var(--primary-color);
}

.tagline {
  margin-top: 40px;
}

.tagline p {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
  font-style: italic;
}
/*---------------------------------------
  WHAT IS SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
  FEATURES SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.features-section {
  padding: 80px 0;
  background: var(--section-bg-color);
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.feature-content h3 {
  color: #1a1a1a;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.feature-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.special-feature {
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary-color);
  position: relative;
}


.special-feature-content h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.special-feature-content p {
  color: #666;
  font-size: 1.1rem;
  font-style: italic;
}
/*---------------------------------------
  FEATURES SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
  HOW IT WORKS SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.how-it-works-section {
  padding: 80px 0;
  background: white;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.step-card {
  text-align: center;
  padding: 30px;
  border-radius: 16px;
  background: #f8fafc;
  transition: all 0.3s ease;
  position: relative;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 15px rgba(25, 178, 192, 0.3);
}

.step-content h3 {
  color: #1a1a1a;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.step-content p {
  color: #666;
  line-height: 1.6;
}
/*---------------------------------------
  HOW IT WORKS SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
  EDUCATION ACCESS SECTION - BAŞLANGIÇ
-----------------------------------------*/
.education-access-section {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  overflow: hidden;
}

.education-access-section .container {
  position: relative;
  z-index: 10;
}

/* Content Wrapper */
.education-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 70px 50px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
  position: relative;
}

.education-content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
}

/* Icon Element */
.education-icon-element {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.icon-circle-premium {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 50px rgba(72, 192, 179, 0.5);
  animation: icon-float 4s ease-in-out infinite;
}

.icon-circle-premium i {
  font-size: 4rem;
  color: white;
}

.icon-pulse-premium {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  opacity: 0.4;
  z-index: 1;
  animation: pulse-premium 3s ease-in-out infinite;
}

/* Text Content */
.education-text-content {
  margin-bottom: 45px;
}

.education-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
  line-height: 1.4;
}

.education-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin: 0;
}

/* CTA Button */
.education-cta-wrapper {
  margin-top: 20px;
}

.education-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(45deg, #ffd700, #ff6b35);
  color: #1a1a1a;
  text-decoration: none;
  padding: 22px 50px;
  border-radius: 60px;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 45px rgba(255, 215, 0, 0.5);
}

.education-cta-button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 18px 60px rgba(255, 215, 0, 0.7);
  color: #1a1a1a;
}

.education-cta-button .btn-text {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.education-cta-button i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.education-cta-button:hover i {
  transform: translateX(8px);
}

.button-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer-slide 3s infinite;
}

/* Background Effects */
.education-background-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.bg-gradient-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(72, 192, 179, 0.15) 0%, transparent 70%);
  top: -100px;
  left: -100px;
  animation: float-bg 20s ease-in-out infinite;
}

.bg-gradient-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
  animation: float-bg 25s ease-in-out infinite reverse;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  animation: float-shapes 15s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 10s;
}

/* Animations */
@keyframes icon-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse-premium {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
}

@keyframes shimmer-slide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes float-bg {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes float-shapes {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -20px);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  75% {
    transform: translate(15px, 10px);
  }
}
/*---------------------------------------
  EDUCATION ACCESS SECTION - BİTİŞ
-----------------------------------------*/

/* Responsive Styles for Page-Specific Content */
@media screen and (max-width: 991px) {
  .hero-main-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
    max-width: 100%;
  }
  
  .mobile-visual-content {
    margin: 1.5rem 0;
    position: relative;
    z-index: 10;
  }
  
  .mobile-visual-content .hero-visual-content {
    margin: 0;
    padding: 0;
  }
  
  .mobile-visual-content .hero-image-container {
    max-width: 100%;
  }
  
  .mobile-visual-content .hero-main-image {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }
  
  .mobile-visual-content .image-glow {
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    border-radius: 1.5rem;
  }
  
  .mobile-visual-content .floating-card {
    padding: 0.75rem;
    font-size: 0.8rem;
  }
  
  .mobile-visual-content .card-1 {
    top: -0.5rem;
    right: -0.5rem;
  }
  
  .mobile-visual-content .card-2 {
    top: 50%;
    left: -0.5rem;
  }
  
  .mobile-visual-content .card-3 {
    bottom: -0.5rem;
    right: -0.5rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .education-content-wrapper {
    padding: 50px 30px;
  }

  .education-main-title {
    font-size: 1.8rem;
  }

  .education-subtitle {
    font-size: 1.2rem;
  }

  .icon-circle-premium {
    width: 110px;
    height: 110px;
  }

  .icon-circle-premium i {
    font-size: 3rem;
  }

  .education-cta-button {
    padding: 18px 40px;
    font-size: 1.1rem;
  }

  .education-cta-button .btn-text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-main-title {
    font-size: 2rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-primary-btn, .hero-secondary-btn {
    width: 100%;
    justify-content: center;
  }
  
  .floating-card {
    position: static;
    margin-bottom: 20px;
  }
  
  .card-1 {
    margin-top: 20px;
  }
  
  .hero-image-container .hero-main-image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .hero-main-title {
    font-size: 1.8rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .feature-card {
    padding: 30px 20px;
  }
  
  .step-card {
    padding: 25px 20px;
  }

  .education-content-wrapper {
    padding: 40px 20px;
  }

  .education-main-title {
    font-size: 1.4rem;
  }

  .education-subtitle {
    font-size: 1.1rem;
  }

  .icon-circle-premium {
    width: 90px;
    height: 90px;
  }

  .icon-circle-premium i {
    font-size: 2.5rem;
  }

  .education-cta-button {
    padding: 16px 30px;
    font-size: 1rem;
  }

  .education-cta-button .btn-text {
    font-size: 1rem;
  }

  .education-cta-button i {
    font-size: 1.2rem;
  }
}

/*---------------------------------------
  DETAY-1 - BİTİŞ              
-----------------------------------------*/