/* DROPSHIPPING EĞİTİMİ PAGE SPECIFIC STYLES - Variables and base styles already in common.css */

:root {
  --body-font-family: "DM Sans", sans-serif;
}

body {
  font-family: var(--body-font-family) !important;
}

/* Typography styles already in common.css */

/* Custom button styles already in common.css */

/* DROPSHIPPING EĞİTİMİ PAGE SPECIFIC STYLES - Navigation already in common.css */

/*---------------------------------------
 BUSINESS HERO SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.business-hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.business-hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.business-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, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
  opacity: 0.95;
}

.business-hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(30, 60, 114, 0.4) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(42, 82, 152, 0.4) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 40%,
      rgba(30, 60, 114, 0.3) 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.08);
  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;
}

.business-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: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  animation: glow 2s ease-in-out infinite alternate;
}

.hero-badge i {
  color: #ffd700;
  font-size: 18px;
}

.hero-main-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  color: white;
  letter-spacing: -1px;
}

.highlight-text {
  color: #ffd700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gradient-text {
  background: linear-gradient(45deg, #19b2c0, #19b2c0) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: gradient-shift 3s ease-in-out infinite;
  text-transform: uppercase;
}

.brand-text {
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-description-box {
  max-width: 100%;
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.hero-description:last-child {
  margin-bottom: 0;
}

.hero-description strong {
  color: var(--gold-color);
  font-weight: 600;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffd700;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.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-trust-badges {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trust-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.trust-logos {
  display: flex;
  gap: 12px;
}

.trust-logo {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  animation: bounce 2s infinite;
  z-index: 10;
}

.scroll-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.scroll-arrow {
  font-size: 20px;
  animation: bounce-arrow 1.5s infinite;
}

/* Hero Visual Content */
.hero-visual-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-images-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 420px;
  margin: 0 auto;
}

.main-image-wrapper {
  position: relative;
  width: 560px;
  height: 560px;
  margin: 0 auto;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.image-glow {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  opacity: 0.4;
  border-radius: 50%;
  filter: blur(25px);
  animation: glow-pulse 3s ease-in-out infinite;
}

.hero-main-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

/* Floating Images */
.floating-image {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  animation: orbit-around 8s ease-in-out infinite;
  z-index: 2;
  border: 4px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}

.floating-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.image-1 {
  width: 70px;
  height: 70px;
  top: 40px;
  left: 30px;
  animation-delay: 0s;
  transform-origin: 125px 125px;
}

.image-2 {
  width: 80px;
  height: 80px;
  top: 200px;
  right: 20px;
  animation-delay: 2.7s;
  transform-origin: -60px -30px;
}

.image-3 {
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 60px;
  animation-delay: 5.4s;
  transform-origin: 80px -90px;
}

/* Floating Cards */
.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 40px;
  padding: 14px 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: orbital-float 6s ease-in-out infinite;
  border: 2px solid rgba(255, 255, 255, 0.4);
  z-index: 4;
  min-width: 140px;
  max-width: 160px;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}

.floating-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}

.card-1 {
  top: 20px;
  right: -60px;
  animation-delay: 1s;
  transform-origin: -50px 130px;
}

.card-2 {
  top: 320px;
  left: -70px;
  animation-delay: 3s;
  transform-origin: 140px -110px;
}

.card-3 {
  bottom: 30px;
  right: -50px;
  animation-delay: 5s;
  transform-origin: -30px -50px;
}

.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 5px 16px rgba(25, 178, 192, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.card-content {
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
  line-height: 1.1;
}

.card-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Animasyonlar */
@keyframes float-around {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes orbit-around {
  0% {
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(25px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(35px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(25px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

@keyframes orbital-float {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(90deg) translateX(25px) rotate(-90deg) translateY(-10px);
  }
  50% {
    transform: rotate(180deg) translateX(20px) rotate(-180deg) translateY(0px);
  }
  75% {
    transform: rotate(270deg) translateX(15px) rotate(-270deg) translateY(5px);
  }
  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg) translateY(0px);
  }
}

@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(20deg);
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.08) rotate(5deg);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes bounce-arrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

/* Responsive Design */
@media (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-images-container {
    max-width: 100%;
  }
  
  .mobile-visual-content .hero-main-image {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }

  .hero-description-box {
    padding: 20px 24px;
    margin-bottom: 25px;
  }

  .hero-description {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-primary-btn, .hero-secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .element-1,
  .element-2,
  .element-3,
  .element-4 {
    display: none;
  }
}

@media (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-images-container .hero-main-image {
    margin-top: 20px;
  }

  .hero-description-box {
    padding: 18px 22px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
    max-width: 260px;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
  }

  .hero-stats {
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
  }

  .stat-number {
    font-size: 1.8rem;
  }


  .hero-images-container {
    height: 300px;
    max-width: 380px;
  }

  .main-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .floating-image {
    transform: scale(0.7);
    animation-duration: 12s;
  }

  .floating-card {
    transform: scale(0.7);
    min-width: 100px;
    max-width: 120px;
    padding: 8px 12px;
    gap: 6px;
    animation-duration: 9s;
  }

  .card-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .card-title {
    font-size: 9px;
  }

  .card-value {
    font-size: 12px;
  }

  .image-1 {
    transform-origin: 80px 80px;
  }

  .image-2 {
    transform-origin: -30px -15px;
  }

  .image-3 {
    transform-origin: 50px -50px;
  }

  .card-1 {
    transform-origin: -30px 80px;
  }

  .card-2 {
    transform-origin: 80px -60px;
  }

  .card-3 {
    transform-origin: -15px -30px;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 1.8rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }

  .hero-description-box {
    padding: 16px 20px;
    margin-bottom: 18px;
  }

  .hero-description {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
    max-width: 240px;
    justify-content: center;
    padding: 10px 20px;
    font-size: 13px;
  }

  .hero-stats {
    gap: 16px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 12px;
  }


  .element-1,
  .element-2,
  .element-3,
  .element-4 {
    display: none;
  }

  .hero-images-container {
    height: 250px;
    max-width: 320px;
  }

  .main-image-wrapper {
    width: 180px;
    height: 180px;
  }

  .floating-image {
    transform: scale(0.6);
    animation-duration: 15s;
  }

  .floating-card {
    transform: scale(0.6);
    min-width: 90px;
    max-width: 110px;
    padding: 6px 10px;
    gap: 5px;
    animation-duration: 10s;
  }

  .card-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .card-title {
    font-size: 8px;
  }

  .card-value {
    font-size: 11px;
  }

  .image-1 {
    transform-origin: 60px 60px;
  }

  .image-2 {
    transform-origin: -20px -10px;
  }

  .image-3 {
    transform-origin: 40px -40px;
  }

  .card-1 {
    transform-origin: -20px 60px;
  }

  .card-2 {
    transform-origin: 60px -40px;
  }

  .card-3 {
    transform-origin: -10px -20px;
  }
}
/*---------------------------------------
 PROFESSIONAL HERO SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 STATS SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.stats-section {
  padding: 60px 0;
  background: #f8fafc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.stat-card {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.stat-card p {
  color: #666;
  font-weight: 500;
}
/*---------------------------------------
 STATS SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 INTRO SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.intro-section {
  padding: 60px 0;
  background: white;
  text-align: center;
}

.intro-content h2 {
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.intro-description {
  font-size: 1.2rem;
  color: var(--p-color);
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.intro-link {
  display: inline-block;
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.intro-link:hover {
  color: var(--secondary-color);
}
/*---------------------------------------
 INTRO 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;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 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%;
  overflow: hidden;
  border: 3px solid var(--primary-color);
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


/* FEATURES SECTION içindeki .feature-icon kısmını tamamen şununla değiştirin */
/* FEATURES SECTION - İkon stilleri */
/* .feature-icon {
  width: auto;
  height: 180px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible;
  padding: 0;
  box-shadow: none !important;
} */
/* FEATURES SECTION - İkon stilleri */
/* FEATURES SECTION - İkon stilleri */
.features-section .feature-card .feature-icon {
  width: auto;
  height: 120px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible;
  padding: 0;
  box-shadow: none !important;
}

.features-section .feature-card .feature-icon img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.feature-icon img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.feature-content h3 {
  color: #1a1a1a;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.feature-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ai-cta-btn {
  display: inline-block;
  background: var(--secondary-color);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ai-cta-btn:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  color: white;
}
/*---------------------------------------
 FEATURES SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 ADDITIONAL FEATURES SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.additional-features-section {
  padding: 80px 0;
  background: white;
}

.additional-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.additional-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: #f8fafc;
  border-radius: 16px;
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
}

.additional-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.additional-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--primary-color);
  flex-shrink: 0;
}

.additional-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional-feature-content h3 {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.additional-feature-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.app-note {
  display: inline-block;
  background: var(--primary-color);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
/*---------------------------------------
 ADDITIONAL FEATURES SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 MOTIVATION SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.motivation-section {
  padding: 100px 0;
  background: #f8fafc;
}

.motivation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.motivation-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
  padding: 60px 80px;
  border-radius: 30px;
  color: white;
  position: relative;
  box-shadow: 0 15px 50px rgba(78, 205, 196, 0.2);
}

.trophy-icon {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  opacity: 0.8;
}

.motivation-content h2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: white;
  font-weight: 400;
  line-height: 1.1;
  font-family: "DM Sans", sans-serif;
}

.motivation-content p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: white;
  line-height: 1.6;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.motivation-content p strong {
  font-weight: 600;
}

.motivation-buttons {
  display: flex;
  justify-content: center;
}

.primary-cta-btn {
  display: inline-block;
  background: white;
  color: #4ecdc4;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  border: none;
}

.primary-cta-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  color: #4ecdc4;
}

/* Responsive */
@media (max-width: 768px) {
  .motivation-content {
    padding: 50px 30px;
    max-width: 95%;
  }

  .trophy-icon {
    top: 25px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .motivation-content h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .motivation-content p {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }

  .primary-cta-btn {
    padding: 14px 35px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .motivation-content {
    padding: 40px 25px;
    border-radius: 25px;
  }

  .trophy-icon {
    top: 20px;
    right: 25px;
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .motivation-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .motivation-content p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
/*---------------------------------------
 MOTIVATION SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 FAQ SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.faq-section {
  padding: 80px 0;
  background: var(--section-bg-color);
}

.faq-grid {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question h3 {
  color: #1a1a1a;
  font-size: 1.1rem;
  margin: 0;
}

.faq-icon {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px 30px;
  max-height: 200px;
}

.faq-answer p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.final-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.final-cta p {
  font-size: 1.2rem;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.final-cta .pricing-btn {
  width: auto;
  min-width: 250px;
  display: inline-block;
  text-decoration: none;
}

/* FAQ Redirect Section */
.faq-redirect-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.faq-redirect-card {
  background: white;
  padding: 60px 40px;
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(25, 178, 192, 0.1);
}

.faq-redirect-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.faq-redirect-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 25px rgba(25, 178, 192, 0.3);
}

.faq-redirect-card h3 {
  color: var(--dark-color);
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.faq-redirect-card p {
  color: var(--p-color);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.faq-redirect-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(25, 178, 192, 0.3);
}

.faq-redirect-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(25, 178, 192, 0.4);
  color: white;
}

.faq-redirect-btn i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-redirect-btn:hover i {
  transform: translateX(5px);
}

/* FAQ Redirect Section */
.faq-redirect-section {
  background: linear-gradient(135deg, #f8fcff 0%, #e8f6ff 100%);
  position: relative;
  overflow: hidden;
}

.faq-redirect-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 178, 192, 0.1);
}

.faq-redirect-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}

.faq-redirect-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 0;
  line-height: 1.5;
}

.faq-redirect-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  padding: 10px 18px;
  border-radius: 22px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(25, 178, 192, 0.25);
  white-space: nowrap;
}

.faq-redirect-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(25, 178, 192, 0.4);
  color: white;
}

.faq-redirect-btn i {
  font-size: 20px;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
  .faq-redirect-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
  }
}

@media screen and (max-width: 768px) {
  .faq-redirect-card {
    padding: 30px 20px;
  }

  .faq-redirect-text h3 {
    font-size: 16px;
  }

  .faq-redirect-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/*---------------------------------------
 FAQ SECTION - BİTİŞ              
-----------------------------------------*/

/*---------------------------------------
 PRICING SECTION - BAŞLANGIÇ              
-----------------------------------------*/
.pricing-section {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(135deg, var(--section-bg-color) 0%, #e8f4f8 100%);
  overflow: hidden;
}

/* Static wave-shaped stripes */
.pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
   /* Main wave stripes */ repeating-linear-gradient(
      -45deg,
      transparent 0px,
      transparent 8px,
      rgba(25, 178, 192, 0.06) 8px,
      rgba(25, 178, 192, 0.06) 12px,
      transparent 12px,
      transparent 24px
    ),
    /* Secondary wave stripes */
      repeating-linear-gradient(
        45deg,
        transparent 0px,
        transparent 15px,
        rgba(25, 178, 192, 0.04) 15px,
        rgba(25, 178, 192, 0.04) 18px,
        transparent 18px,
        transparent 35px
      ),
    /* Accent wave stripes */
      repeating-linear-gradient(
        15deg,
        transparent 0px,
        transparent 25px,
        rgba(25, 178, 192, 0.03) 25px,
        rgba(25, 178, 192, 0.03) 27px,
        transparent 27px,
        transparent 50px
      );
  z-index: 1;
}

/* Additional wave pattern overlay */
.pricing-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
   /* Curved wave effect using radial gradients */ radial-gradient(
      ellipse 800px 600px at 0% 0%,
      transparent 40%,
      rgba(25, 178, 192, 0.02) 50%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 600px 400px at 100% 100%,
      transparent 40%,
      rgba(25, 178, 192, 0.03) 50%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 400px 300px at 50% 0%,
      transparent 40%,
      rgba(25, 178, 192, 0.02) 50%,
      transparent 60%
    ),
    /* Thin wavy lines */
      repeating-linear-gradient(
        75deg,
        transparent 0px,
        transparent 30px,
        rgba(25, 178, 192, 0.08) 30px,
        rgba(25, 178, 192, 0.08) 31px,
        transparent 31px,
        transparent 60px
      ),
    repeating-linear-gradient(
      -30deg,
      transparent 0px,
      transparent 40px,
      rgba(25, 178, 192, 0.06) 40px,
      rgba(25, 178, 192, 0.06) 41px,
      transparent 41px,
      transparent 80px
    );
  z-index: 1;
}

.pricing-section .container {
  position: relative;
  z-index: 2;
}

.pricing-section .section-title {
  color: var(--dark-color);
}

/* Premium Professional Pricing Design */
.section-header {
  position: relative;
}

.section-subtitle {
  display: inline-block;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.premium-pricing-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.premium-pricing-card {
  background: var(--white-color);
  border-radius: 30px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  min-height: 600px;
}

.premium-pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

/* Left Side - Content */
.pricing-content {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.label-badge {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: var(--white-color);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.label-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(135deg, var(--primary-color), transparent);
}

.package-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.package-description p {
  font-size: 1.1rem;
  color: var(--p-color);
  line-height: 1.6;
  margin-bottom: 40px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(25, 178, 192, 0.05);
  border-radius: 15px;
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(25, 178, 192, 0.1);
  transform: translateX(5px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  color: var(--white-color);
  font-size: 1.2rem;
}

.feature-text h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  margin: 0 0 5px 0;
}

.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.feature-text p {
  font-size: 0.9rem;
  color: var(--p-color);
  margin: 0;
  line-height: 1.4;
}

/* Right Side - Pricing */
.pricing-sidebar {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.pricing-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 10px,
    rgba(25, 178, 192, 0.03) 10px,
    rgba(25, 178, 192, 0.03) 12px
  );
}

.pricing-box {
  background: var(--white-color);
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid rgba(25, 178, 192, 0.1);
  width: 100%;
  max-width: 320px;
}

.discount-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b6b, #ffa500);
  color: var(--white-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.price-display {
  margin: 30px 0 40px 0;
}

.old-price {
  font-size: 1.1rem;
  color: var(--p-color);
  text-decoration: line-through;
  font-weight: 500;
  margin-bottom: 8px;
}

.current-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.price-amount {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.price-currency {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
}

.payment-type {
  font-size: 0.9rem;
  color: var(--p-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.value-proposition {
  margin: 30px 0;
  padding: 25px 0;
  border-top: 2px solid rgba(25, 178, 192, 0.1);
  border-bottom: 2px solid rgba(25, 178, 192, 0.1);
}

.value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: var(--dark-color);
  font-weight: 500;
}

.value-item:last-child {
  margin-bottom: 0;
}

.value-item i {
  color: var(--primary-color);
  font-size: 1rem;
  width: 16px;
  text-align: center;
}

.premium-cta-btn {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: var(--white-color);
  border: none;
  padding: 18px 35px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(25, 178, 192, 0.3);
  width: 100%;
  justify-content: center;
}

.premium-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.premium-cta-btn:hover::before {
  left: 100%;
}

.premium-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(25, 178, 192, 0.4);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.premium-cta-btn:hover .btn-icon {
  transform: translateX(3px);
}

.guarantee-badge {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--p-color);
  font-weight: 600;
}

.guarantee-badge i {
  color: var(--primary-color);
  font-size: 1rem;
}

/* Responsive Design for Premium Pricing */
@media screen and (max-width: 1024px) {
  .premium-pricing-card {
    grid-template-columns: 1fr 350px;
  }

  .pricing-content {
    padding: 50px 40px;
  }

  .package-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  .premium-pricing-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pricing-content {
    padding: 50px 40px 30px 40px;
  }

  .pricing-sidebar {
    padding: 30px 40px 50px 40px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .package-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .package-description {
    text-align: center;
  }

  .pricing-label {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .premium-pricing-wrapper {
    padding: 0 15px;
  }

  .premium-pricing-card {
    border-radius: 20px;
  }

  .pricing-content {
    padding: 40px 30px 25px 30px;
  }

  .pricing-sidebar {
    padding: 25px 30px 40px 30px;
  }

  .package-title {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .package-description p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .feature-item {
    padding: 15px;
    gap: 12px;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
  }

  .feature-icon i {
    font-size: 1.1rem;
  }

  .feature-text h5 {
    font-size: 0.95rem;
  }

  .feature-text p {
    font-size: 0.85rem;
  }

  .pricing-box {
    padding: 35px 25px;
  }

  .price-amount {
    font-size: 2.8rem;
  }

  .price-currency {
    font-size: 1.6rem;
  }

  .premium-cta-btn {
    padding: 16px 30px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .premium-pricing-wrapper {
    padding: 0 10px;
  }

  .pricing-content {
    padding: 30px 25px 20px 25px;
  }

  .pricing-sidebar {
    padding: 20px 25px 30px 25px;
  }

  .package-title {
    font-size: 1.6rem;
  }

  .pricing-label {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .label-line {
    width: 100px;
    height: 2px;
  }

  .feature-item {
    padding: 12px;
    gap: 10px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .feature-icon i {
    font-size: 1rem;
  }

  .feature-text h5 {
    font-size: 0.9rem;
  }

  .feature-text p {
    font-size: 0.8rem;
  }

  .pricing-box {
    padding: 30px 20px;
  }

  .discount-badge {
    padding: 6px 16px;
    font-size: 0.8rem;
  }

  .price-amount {
    font-size: 2.4rem;
  }

  .price-currency {
    font-size: 1.4rem;
  }

  .premium-cta-btn {
    padding: 14px 25px;
    font-size: 0.95rem;
  }

  .value-item {
    font-size: 0.85rem;
  }

  .guarantee-badge {
    font-size: 0.8rem;
  }
}

.currency {
  font-size: 1.2rem;
  vertical-align: top;
}

.amount {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
}

.period {
  color: #666;
  font-size: 0.9rem;
}

.pricing-features ul {
  list-style: none;
  margin-bottom: 30px;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-btn {
  width: 100%;
  padding: 15px;
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}
/*---------------------------------------
 PRICING SECTION - BİTİŞ              
-----------------------------------------*/

/* DROPSHIPPING EĞİTİMİ PAGE SPECIFIC STYLES - Footer already in common.css */

/* DROPSHIPPING EĞİTİMİ PAGE SPECIFIC STYLES - Scrollbar styles already in common.css */

/* DROPSHIPPING EĞİTİMİ PAGE SPECIFIC STYLES - Common responsive styles already in common.css */
