.news-hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    background: url('../img/Screenshot\ 2025-02-10\ at\ 20.49.00.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .news-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    z-index: -1;
  }

  .news-hero-content {
    max-width: 800px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
  }

  .news-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  .news-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  .news-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Content Styles */
  .news-content-wrapper {
    position: relative;
    background: #fff;
    margin-top: -100px;
    border-radius: 15px;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.1);
    padding: 40px;
    margin-bottom: 60px;
  }

  .news-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
  }

  /* Related News Styles */
  .related-news {
    background: #f8f9fa;
    padding: 80px 0;
  }

  .news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .news-card:hover {
    transform: translateY(-5px);
  }

  .news-card-image {
    height: 240px;
    overflow: hidden;
  }

  .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .news-card:hover .news-card-image img {
    transform: scale(1.05);
  }

  .news-card-content {
    padding: 25px;
  }

  .news-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
  }

  .news-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .btn-read-more {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .btn-read-more:hover {
    background: #0056b3;
  }

  /* Önceki/Sonraki Navigasyon Stilleri */
  .prev-next-navigation {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 50px 0;
  }

  .nav-item {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .nav-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transform: translateY(-2px);
  }

  .prev-post {
    flex-direction: row;
  }

  .next-post {
    flex-direction: row-reverse;
  }

  .nav-preview {
    flex: 0 0 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 20px;
  }

  .nav-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nav-content {
    flex: 1;
  }

  .nav-label {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .nav-content h4 {
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  /* Diğer Haberler Grid Stilleri */
  .other-news {
    background: #f8f9fa;
    padding: 60px 0;
  }

  .section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
  }

  .news-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }

  .news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  }

  .news-img {
    position: relative;
    height: 200px;
    overflow: hidden;
  }

  .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .news-item:hover .news-img img {
    transform: scale(1.1);
  }

  .news-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
  }

  .news-content {
    padding: 25px;
  }

  .news-content h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #333;
    line-height: 1.4;
  }

  .news-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .read-more {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
  }

  .read-more:after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
  }

  .read-more:hover:after {
    right: -5px;
  }

  @media (max-width: 768px) {
    .nav-item {
      margin-bottom: 20px;
    }
    
    .nav-content.text-right {
      text-align: left;
    }
    
    .next-post {
      flex-direction: row;
    }
  }

  .bg-grey {
    background-color: #f8f9fa;
  }

  .bg-light {
    background-color: #f1f5f9;
  }

  .video-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .feature-block {
    padding: 30px;
    transition: all 0.3s ease;
  }

  .feature-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .feature-block h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #333;
  }

  .feature-block p {
    color: #666;
    line-height: 1.6;
  }

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

  .check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  .check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #555;
  }

  .check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .feature-block {
      margin-bottom: 30px;
    }
    
    .info-block {
      margin-bottom: 30px;
    }
  }

  .product-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }

  .product-card:hover {
    transform: translateY(-10px);
  }

  .product-image {
    height: 200px;
    margin-bottom: 20px;
  }

  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .video-card {
    margin-bottom: 30px;
  }

  .video-preview {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
  }

  .video-preview img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .play-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
  }

  .video-preview:hover img {
    transform: scale(1.05);
  }

  .video-preview:hover .play-btn {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
  }

  .video-card h4 {
    margin: 15px 0 5px;
    font-size: 18px;
  }

  .video-card p {
    color: #666;
    font-size: 14px;
  }

  .color-white {
    color: #fff;
  }

  .jarallax {
    position: relative;
    background-color: rgba(0,0,0,0.7);
  }

  .jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.6;
  }

  /* Z-index düzenlemeleri */
  .section {
    position: relative;
    z-index: 1; /* Tüm section'lar için temel z-index */
  }

  /* Hero section için özel z-index */
  .hero-section {
    position: relative;
    z-index: 2;
  }

  /* İlk içerik section'ı için özel z-index */
  .section:nth-of-type(1) {
    position: relative;
    z-index: 2;
  }

  /* Footer'ın arkada kalması için */
  footer, 
  .footer-section {
    position: relative;
    z-index: 0; /* Footer'ı arka plana at */
  }

  /* Video ve diğer section'lar için container düzenlemesi */
  .section .container {
    position: relative;
    z-index: 1;
  }

  /* Paralax section için z-index düzeltmesi */
  .jarallax {
    position: relative;
    z-index: 1;
  }

  .jarallax-img {
    z-index: -1;
  }

  /* Video modal için z-index ayarı */
  .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999; /* Video modalın en üstte görünmesi için */
    display: none;
  }

  .video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Swiper slider için z-index düzeltmesi */
  .swiper-container {
    position: relative;
    z-index: 1;
  }

  .swiper-pagination {
    z-index: 2;
  }

  .swiper-button-prev,
  .swiper-button-next {
    z-index: 2;
  }

  /* Diğer interaktif elementler için z-index ayarları */
  .play-btn {
    z-index: 2;
  }

  .product-card {
    position: relative;
    z-index: 1;
  }

  /* Responsive düzenlemeler için z-index koruması */
  @media (max-width: 768px) {
    .section {
      z-index: 1;
    }
    
    .hero-section,
    .section:nth-of-type(1) {
      z-index: 2;
    }
  }

  /* Section Background Styles */
  .section {
    position: relative;
    overflow: hidden;
  }

  /* İlk section beyaz */
  .section:nth-of-type(1) {
    background: #ffffff;
  }

  /* Diğer sectionlar için canlı gradientler */
  .section:nth-of-type(2) {
    background: linear-gradient(135deg, #f6f9fe 0%, #edf4ff 100%);
  }

  .section:nth-of-type(3) {
    background: linear-gradient(45deg, #eef2ff 0%, #e6f0ff 100%);
    position: relative;
  }

  .section:nth-of-type(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 70%);
  }

  .section:nth-of-type(4) {
    background: linear-gradient(to right, #f0f7ff 0%, #e8f4ff 50%, #f0f7ff 100%);
  }

  .section:nth-of-type(5) {
    background: linear-gradient(135deg, #f5f9ff 0%, #edf6ff 50%, #f5f9ff 100%);
    position: relative;
  }

  .section:nth-of-type(5)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom left, rgba(226,236,255,0.8) 0%, rgba(226,236,255,0) 70%);
  }

  /* Section Transition Effects */
  .section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: inherit;
    filter: blur(10px);
  }

  .section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: inherit;
    filter: blur(10px);
  }

  /* Content wrapper için z-index ayarı */
  .section .container {
    position: relative;
    z-index: 2;
  }

  /* Galeri Stili */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0;
  }

  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1);
  }

  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }

  .gallery-caption {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }

  .gallery-item:hover .gallery-caption {
    transform: translateY(0);
  }

  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 480px) {
    .gallery-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Counter Styles */
  .counter-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #007bff;
  }

  .counter-entry {
    padding: 30px;
    transition: transform 0.3s ease;
  }

  .counter-entry:hover {
    transform: translateY(-10px);
  }

  /* Animations */
  .wow {
    visibility: hidden;
  }

  /* Özel Stil Tanımlamaları */
  .gradient-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
  }
  
  .gradient-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, white, transparent);
    z-index: 1;
  }

  .gradient-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, white, transparent);
    z-index: 1;
  }

  .content-wrapper {
    position: relative;
    z-index: 2;
  }

  .stats-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }

  .stats-box:hover {
    transform: translateY(-5px);
  }

  .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  }

  .image-container img {
    transition: transform 0.5s ease;
  }

  .image-container:hover img {
    transform: scale(1.05);
  }

  .section-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #007bff, transparent);
    margin: 60px 0;
    opacity: 0.2;
  }

  .highlight-text {
    border-left: 4px solid #007bff;
    padding-left: 20px;
    margin: 30px 0;
  }

  /* Section Geçişleri ve Stiller */
  .section-angle {
    position: relative;
    background: #fff;
    padding: 120px 0;
  }

  .section-angle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom right, transparent 49%, #1a1a1a 50%);
  }

  .dark-section {
    background: #1a1a1a;
    color: #fff;
    padding: 120px 0;
    position: relative;
  }

  .stats-container {
    background: #1a1a1a;
    padding: 100px 0;
    position: relative;
  }

  .stat-item {
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    padding: 40px 20px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
  }

  .stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.05);
  }

  .stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .stat-text {
    color: white;
    font-size: 18px;
    margin-top: 10px;
  }

  .content-block {
    padding: 30px;
    background: rgba(255,255,255,0.02);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    margin: 20px 0;
  }

  .section-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.8;
  }

  /* Son section için özel stil */
  .last-section {
    padding-bottom: 60px; /* Footer'a olan mesafeyi azalttık */
  }

  /* Yeni Cool Stiller */
  .achievement-box {
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .achievement-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, transparent);
  }

  .achievement-box:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.05);
  }

  .achievement-box h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
  }

  .testimonial-box {
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .testimonial-box::after {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
    color: rgba(255,255,255,0.1);
    font-family: serif;
  }

  .testimonial-box:hover {
    transform: translateY(-5px);
  }

  .testimonial-box p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
  }

  .testimonial-author {
    color: rgba(255,255,255,0.7);
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }

  .custom-list {
    list-style: none;
    padding: 0;
  }

  .custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .custom-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1a1a1a;
  }

  /* Son Section için Özel Stiller */
  .light-section {
    background: #fff;
    padding: 120px 0 60px;
    color: #1a1a1a;
  }

  .light-section .section-title {
    color: #1a1a1a;
  }

  .light-section .content-block {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }

  .light-section .custom-list li {
    color: #1a1a1a;
  }

  .goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }

  .goal-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .goal-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }

  .goal-box h4 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  }

  @media (max-width: 768px) {
    .goals-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Yeni Geçiş Stilleri */
  .skewed-section {
    position: relative;
    padding-bottom: 120px;
    background: #fff;
  }

  .skewed-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right bottom, transparent 49%, #fff 50%);
  }

  .skewed-section.dark {
    background: #1a1a1a;
    color: #fff;
  }

  .skewed-section.dark::before {
    background: linear-gradient(to right bottom, transparent 49%, #1a1a1a 50%);
  }

  .skewed-section.dark .section-title,
  .skewed-section.dark h3 {
    color: #fff;
  }

  .achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
  }

  .achievement-card {
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
  }

  .achievement-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.05);
  }

  .achievement-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
  }

  .achievement-card p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .achievements-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Yeni Info Cards Stilleri */
  .info-section {
    padding: 80px 0;
    background: #fff;
  }

  .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
  }

  .info-card {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }

  .info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #1a1a1a, transparent);
  }

  .info-card h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
  }

  .info-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1a1a1a;
  }

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

  .info-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    transition: all 0.3s ease;
  }

  .info-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #1a1a1a;
    transition: all 0.3s ease;
  }

  .info-list li:hover {
    transform: translateX(5px);
    color: #000;
  }

  .info-list li:hover::before {
    color: #000;
  }

  @media (max-width: 768px) {
    .info-grid {
      grid-template-columns: 1fr;
    }
  }

  .goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
  }

  .goal-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .goal-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }

  .goal-box.highlight {
    background: linear-gradient(145deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
  }

  .goal-box h4 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  }

  .strategy-box {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }

  .strategy-box h4 {
    color: #1a1a1a;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .strategy-content {
    color: #495057;
  }

  .strategy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  .strategy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .strategy-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: bold;
  }

  .lead-text {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
  }

  @media (max-width: 992px) {
    .goals-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .goals-grid {
      grid-template-columns: 1fr;
    }
  }