/* ==========================================================================
   Index Page Specific Styles
   ========================================================================== */

/* ==========================================================================
   Font Standardization - Tüm yazılar tek standart font tipinde
   ========================================================================== */
#main-content,
#main-content *,
#main-content *::before,
#main-content *::after {
  font-family: var(--font-display) !important;
}

/* ==========================================================================
   Top Video Section - Only visible on medium screens (1025px - 1360px)
   ========================================================================== */
.top-video-section {
  width: 100%;
  margin-top: var(--header-height);
  overflow: hidden;
  display: block;
  position: relative;
}

.top-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  -webkit-playsinline: true;
  playsinline: true;
  background: #000;
  visibility: visible;
  opacity: 1;
  /* Prevent video freezing */
  will-change: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.top-video::-webkit-media-controls {
  display: none !important;
}

.top-video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Video responsive for mobile */
@media (max-width: 768px) {
  .top-video-section {
    display: block !important;
    margin-top: 70px !important;
    padding-top: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 30vh !important;
    min-height: 200px !important;
    max-height: 250px !important;
    z-index: 0 !important;
  }
  
  .top-video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    -webkit-playsinline: true !important;
    playsinline: true !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  .video-fallback-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}

/* Tablet video */
@media (max-width: 1024px) and (min-width: 769px) {
  .top-video {
    height: 60vh;
    min-height: 400px;
  }
}


/* ==========================================================================
   Hero Section - Light Modern Design
   ========================================================================== */
.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, 
    #f8faf9 0%, 
    #ffffff 50%,
    #f0f7f4 100%
  );
  color: var(--gray-900);
  text-align: center;
  overflow: hidden;
}


.hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -10%;
  width: 120%;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(46, 204, 113, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: var(--spacing-3xl);
  background: transparent;
  animation: fadeInUp 0.8s ease-out;
  margin: 0 var(--spacing-lg);
}

.hero-title {
  color: var(--gray-900);
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: var(--spacing-lg);
  background: linear-gradient(135deg, var(--green-primary) 0%, var(--earth-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--gray-700);
  margin-bottom: var(--spacing-xl);
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content .btn {
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
  box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
  transition: all 0.3s ease;
}

.hero-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.3);
}

.hero-content .btn-outline {
  border-color: var(--green-primary);
  color: var(--green-primary);
  background: transparent;
}

.hero-content .btn-outline:hover {
  background: var(--green-primary);
  color: white;
}

/* Hero text below video */
.hero-below .section-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-below-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--gray-900);
}

/* ==========================================================================
   Product Grid
   ========================================================================== */
/* Product Showcase Section Container */
/* ==========================================================================
   Products Showcase Section - Ürün Grupları
   ========================================================================== */
.products-showcase-section {
  position: relative;
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
  background: var(--white);
  overflow: hidden;
}

/* Minimal Dünya Haritası Arka Planı */
.products-showcase-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/svg/dunya.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(0.5px);
  z-index: 0;
  pointer-events: none;
}

/* Gradient Overlay - Yumuşak Geçiş */
.products-showcase-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.4) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.products-showcase-section .container {
  position: relative;
  z-index: 2;
}

.section:has(.product-grid) {
  padding-left: 0;
  padding-right: 0;
}

.section:has(.product-grid) .container {
  max-width: 100%;
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
  width: 100%;
  box-sizing: border-box;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--spacing-lg);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
  
  .section:has(.product-grid) .container {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

.product-card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.product-card-image {
  width: 100%;
  height: 380px;
  min-height: 380px;
  object-fit: contain;
  object-position: center;
  background-color: var(--gray-50);
  padding: var(--spacing-md);
  display: block;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  flex-shrink: 0;
}

.product-card-image-hisir {
  padding: var(--spacing-sm);
  object-fit: contain;
  transform: scale(1.05);
}

.product-card-content {
  padding: var(--spacing-md) var(--spacing-sm);
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 150px;
}

.product-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: var(--spacing-xs);
  color: var(--gray-900);
  line-height: 1.3;
}

.product-card-description {
  color: var(--gray-700);
  line-height: 1.6;
  margin-bottom: var(--spacing-sm);
  font-size: 0.9rem;
  flex-grow: 1;
}

.product-card-cta {
  display: flex;
  margin-top: auto;
}

.product-detail-link {
  color: var(--green-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: inline-block;
}

.product-detail-link:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.product-detail-link {
  color: var(--green-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: inline-block;
}

.product-detail-link:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

/* ==========================================================================
   Numbers Section - Sayılarla Öz-Ay Ambalaj
   ========================================================================== */
.numbers-section {
  background: var(--white);
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.numbers-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: var(--spacing-lg);
  padding-right: var(--spacing-lg);
  width: 100%;
  box-sizing: border-box;
}

.numbers-section .section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.numbers-section .section-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: var(--spacing-md);
}

/* Görseldeki gibi yeşil alt çizgi - sadece "ÖZ-AY" kısmının altında */
.numbers-section .section-title h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: var(--green-primary);
  border-radius: 2px;
}

.numbers-section .section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-700);
  text-align: center;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--spacing-md);
  margin-top: var(--spacing-3xl);
  width: 100%;
  max-width: 100%;
  justify-items: stretch;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
  
  .number-card {
    padding: var(--spacing-lg);
  }
  
  .number-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 1.5rem;
  }
  
  .number-value {
    font-size: 2rem;
  }
  
  .number-label {
    font-size: 0.85rem;
  }
}

.number-card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-2xl);
  box-shadow: var(--shadow-md);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.number-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.number-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.number-icon-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block !important;
  max-width: 100%;
  max-height: 100%;
  visibility: visible !important;
  opacity: 1 !important;
  /* SVG'ler zaten yeşil renkte, sadece hafif gölge ekle */
  filter: drop-shadow(0 2px 8px rgba(46, 204, 113, 0.2));
}

.number-value {
  font-size: 3rem;
  font-weight: 800;
  color: #1C2833;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.number-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gray-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
/* ==========================================================================
   Sustainability Block
   ========================================================================== */
.sustainability-block {
  background: var(--white);
  color: var(--gray-900);
  padding: var(--spacing-3xl) 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Dünya Haritası Arka Planı - Sustainability Block */
.sustainability-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/svg/dunya.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(0.5px);
  z-index: 0;
  pointer-events: none;
}

/* Sustainability Text Styling */
.sustainability-text {
  position: relative;
  z-index: 2;
}

.sustainability-text h2 {
  color: var(--green-primary) !important;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.sustainability-subtitle {
  color: var(--gray-700) !important;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

.sustainability-description {
  color: var(--gray-700) !important;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 0;
}

.sustainability-stats p {
  color: var(--green-primary) !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* Scrolling Text Banner */
.scrolling-banner {
  width: 100%;
  overflow: hidden;
  background: rgba(46, 204, 113, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.5rem 0;
  border-top: 2px solid rgba(46, 204, 113, 0.2);
  border-bottom: 2px solid rgba(46, 204, 113, 0.2);
  position: relative;
  z-index: 2;
}

.scrolling-banner-top {
  margin-bottom: var(--spacing-3xl);
}

.scrolling-banner-bottom {
  margin-top: var(--spacing-3xl);
}

.scrolling-content {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 40s linear infinite;
  will-change: transform;
}

.scrolling-reverse {
  animation: scroll-right 40s linear infinite;
}

.banner-item {
  display: inline-flex;
  align-items: center;
  padding: 0 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-display);
  color: var(--green-primary);
  text-shadow: 0 2px 8px rgba(46, 204, 113, 0.1);
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.banner-item:hover {
  transform: scale(1.1);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause animation on hover */
.scrolling-banner:hover .scrolling-content {
  animation-play-state: paused;
}

/* Decorative gradient overlays - güncellendi, dünya haritasının üstünde */
.sustainability-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
  z-index: 1;
  pointer-events: none;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.sustainability-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3xl);
  align-items: center;
  position: relative;
  z-index: 2;
}

.sustainability-stats {
  text-align: center;
  background: rgba(46, 204, 113, 0.1);
  padding: var(--spacing-3xl);
  border-radius: var(--border-radius-lg);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(46, 204, 113, 0.2);
  position: relative;
  z-index: 2;
}

.percentage {
  font-size: 5rem;
  font-weight: 900;
  color: var(--green-primary);
  text-shadow: 0 4px 16px rgba(46, 204, 113, 0.2);
  margin-bottom: var(--spacing-md);
  background: linear-gradient(135deg, var(--green-primary) 0%, var(--earth-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
  }
}

/* ==========================================================================
   News and Contact Section
   ========================================================================== */
.news-contact-section {
  background: var(--gray-50);
  padding: var(--spacing-xl) 0;
}

.news-contact-section .container {
  max-width: 100%;
  width: 100%;
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .news-contact-section .container {
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
  }
}

@media (min-width: 1200px) {
  .news-contact-section .container {
    padding-left: var(--spacing-2xl);
    padding-right: var(--spacing-2xl);
  }
}

@media (min-width: 1400px) {
  .news-contact-section .container {
    padding-left: var(--spacing-3xl);
    padding-right: var(--spacing-3xl);
  }
}

.news-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
  align-items: stretch;
  width: 100%;
}

/* News Section */
.news-section {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section-title-left {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--spacing-lg);
  text-align: left;
  line-height: 1.2;
}

.news-carousel-wrapper {
  position: relative;
}

.news-carousel {
  position: relative;
  min-height: auto;
}

.news-item {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.news-item.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: stretch;
}

.news-image {
  width: 100%;
  min-height: 280px;
  max-height: 400px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.news-text {
  flex: 1;
}

.news-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: var(--spacing-sm);
  line-height: 1.3;
}

.news-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gray-700);
  margin-bottom: var(--spacing-sm);
}

.news-meta {
  margin-bottom: var(--spacing-sm);
}

.news-date {
  font-size: 0.9rem;
  color: var(--gray-600);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.news-read-more {
  color: var(--green-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: inline-block;
}

.news-read-more:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.news-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-sm);
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--gray-300);
}

.news-dots {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  justify-content: center;
}

.news-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gray-300);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.news-dot.active {
  background: var(--green-primary);
}

/* Contact Form Section - Minimalist */
.contact-form-section {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-2xl);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form-section .section-title-left {
  margin-bottom: var(--spacing-xl);
}

.contact-form {
  margin-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-select {
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius);
  font-size: 1rem;
  font-family: var(--font-display);
  background-color: var(--white);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.form-select:focus {
  outline: none;
  border-color: var(--green-primary);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}

.form-group {
  margin-bottom: 0;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: var(--spacing-xs);
}

.form-label .required {
  color: var(--green-primary);
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius);
  font-size: 0.95rem;
  font-family: var(--font-display);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  background: var(--white);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--green-primary);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xs);
  margin-bottom: var(--spacing-md);
}

.form-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.form-checkbox label {
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.5;
  cursor: pointer;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 968px) {
  .news-contact-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
  }
  
  .news-item-content {
    flex-direction: column;
  }
  
  .news-image {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .news-contact-section {
    padding: var(--spacing-2xl) 0;
  }
  
  .news-section,
  .contact-form-section {
    padding: var(--spacing-lg);
  }
  
  .section-title-left {
    font-size: 1.75rem;
  }
  
  .news-text h3 {
    font-size: 1.25rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
  
  .form-group {
    margin-bottom: var(--spacing-sm);
  }
  
  /* Scrolling banner mobile fixes */
  .scrolling-banner {
    padding: 1rem 0;
  }
  
  .banner-item {
    font-size: 1rem;
    padding: 0 1.5rem;
    white-space: nowrap;
  }
  
  .scrolling-content {
    animation-duration: 30s;
  }
  
  .scrolling-reverse {
    animation-duration: 30s;
  }
  
  /* Sustainability block mobile fixes */
  .sustainability-content {
    padding: 0 1rem;
  }
  
  .sustainability-stats {
    padding: var(--spacing-xl);
  }
  
  .percentage {
    font-size: 3.5rem;
  }
  
  .sustainability-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .sustainability-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .sustainability-description {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  /* Numbers section mobile fixes */
  .numbers-section {
    padding: var(--spacing-xl) 0;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  /* Product grid mobile fixes */
  .product-card-image {
    height: 240px;
    min-height: 240px;
  }
  
  .product-card-title {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  
  .product-card-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  
  /* News section mobile fixes */
  .news-image {
    height: 200px;
    min-height: 200px;
  }
  
  .news-text h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
  
  .news-text p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .news-date {
    font-size: 0.8rem;
  }
  
  /* Form mobile fixes */
  .form-label {
    font-size: 0.9rem;
  }
  
  .form-input,
  .form-textarea {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* References slider mobile fixes */
  .references-slider {
    padding: var(--spacing-xl) 0;
  }
  
  .slider-item {
    width: 150px;
    height: 90px;
  }
  
  /* About section mobile fixes */
  .about-content-grid {
    gap: var(--spacing-xl);
  }
  
  .about-image-wrapper {
    margin-bottom: var(--spacing-lg);
  }
  
  .about-text-wrapper {
    padding: 0;
  }
}

/* ==========================================================================
   References Slider
   ========================================================================== */
.references-slider {
  padding: var(--spacing-3xl) 0;
  background: var(--gray-50);
  overflow: hidden;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: inline-flex;
  gap: var(--spacing-xl);
  animation: scroll 20s linear infinite;
  will-change: transform;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

/* Continuous scroll - no pause on hover */
.slider-track {
  animation-play-state: running !important;
}

.slider-item {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  background: var(--white);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
}

.slider-item:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

.slider-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slider-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   News Grid
   ========================================================================== */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--spacing-xl);
}

.news-card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

.news-card:hover {
  transform: none;
  box-shadow: var(--shadow-md);
}

.news-card:hover .news-card-image {
  transform: none;
}

.news-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.news-card-content {
  padding: var(--spacing-xl);
}

.news-card-date {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-bottom: var(--spacing-sm);
}

.news-card-title {
  font-size: 1.5rem;
  margin-bottom: var(--spacing-md);
  color: var(--gray-900);
}

.news-card-excerpt {
  color: var(--gray-600);
  line-height: 1.7;
}

/* ==========================================================================
   Responsive - Index Page
   ========================================================================== */
/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .sustainability-content {
    gap: 2rem;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .top-video-section {
    margin-top: 70px;
    display: block !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 30vh !important;
    min-height: 200px !important;
    max-height: 250px !important;
  }
  
  .top-video {
    display: block !important;
    width: 100% !important;
    height: 30vh !important;
    min-height: 200px !important;
    max-height: 250px !important;
    object-fit: cover !important;
    -webkit-playsinline: true !important;
    playsinline: true !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }
  
  .video-fallback-image {
    height: 30vh !important;
    min-height: 200px !important;
    max-height: 250px !important;
    object-fit: cover !important;
  }
  
  .hero {
    min-height: 400px;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: linear-gradient(to bottom, 
      #f8faf9 0%, 
      #ffffff 50%,
      #f0f7f4 100%
    );
  }
  
  .hero-content {
    margin: 0 1rem;
    padding: 1.5rem;
  }
  
  .hero-title {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .hero-video {
    display: none;
  }
  
  .hero-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .hero-content .btn {
    width: 100%;
    max-width: 280px;
    margin-left: 0 !important;
    min-height: 48px;
  }
  
  .product-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
  }
  
  .product-card {
    width: 100%;
    max-width: 100%;
  }
  
  .product-card-image {
    height: 280px;
    min-height: 280px;
  }
  
  .product-card-content {
    padding: 1rem;
    min-height: auto;
  }
  
  .product-card-title {
    font-size: 1rem;
  }
  
  .product-card-description {
    font-size: 0.875rem;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
  }
  
  .number-card {
    padding: 1.5rem 1rem;
  }
  
  .number-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
  }
  
  .number-value {
    font-size: 1.75rem;
  }
  
  .number-label {
    font-size: 0.75rem;
  }
  
  .sustainability-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  .sustainability-stats {
    padding: 1.5rem;
  }
  
  .percentage {
    font-size: 3rem;
  }
  
  .sustainability-text h2 {
    font-size: 1.75rem;
  }
  
  .sustainability-subtitle {
    font-size: 1rem;
  }
  
  .news-contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .company-features-section {
    padding: var(--spacing-3xl) 0;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    align-items: center;
  }
  
  .features-left,
  .features-right {
    text-align: center;
  }
  
  .features-center {
    order: -1;
  }
  
  .features-map-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
  }
  
  .features-intro {
    margin-bottom: var(--spacing-xl);
  }
  
  .features-intro-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: var(--spacing-md);
  }
  
  .features-cta-text {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--green-primary);
    line-height: 1.4;
  }
  
  .features-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
  }
  
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    background: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }
  
  .feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
  }
  
  .feature-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-900);
    margin: 0;
    line-height: 1.4;
  }
  
  .stat-item {
    text-align: center;
    padding: var(--spacing-lg);
    background: var(--white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    margin-bottom: var(--spacing-md);
  }
  
  .stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--green-primary);
    line-height: 1;
    margin-bottom: var(--spacing-xs);
  }
  
  .stat-unit {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--green-primary);
    display: inline-block;
    margin-left: 0.25rem;
  }
  
  .stat-label {
    font-size: 1rem;
    color: var(--gray-700);
    margin-top: var(--spacing-xs);
    text-transform: lowercase;
  }
  
}

/* ==========================================================================
   Company Features Section - Eprati Style
   ========================================================================== */
.company-features-section {
  background: linear-gradient(to bottom, #f8faf9 0%, #ffffff 100%);
  padding: var(--spacing-3xl) 0;
}

.company-features-section .container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: var(--spacing-lg);
  padding-right: var(--spacing-lg);
  width: 100%;
  box-sizing: border-box;
}

.company-features-section .section-title {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.company-features-section .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--spacing-lg);
  line-height: 1.3;
  white-space: nowrap;
}

.company-features-section .section-subtitle {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--gray-700);
  margin-top: var(--spacing-md);
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: var(--spacing-2xl);
  align-items: stretch;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.features-left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  text-align: center;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.features-intro-overlay .features-cta-text {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--green-primary);
  line-height: 1.3;
  text-align: center;
  margin: 0 0 var(--spacing-md) 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.9), 0 2px 20px rgba(255, 255, 255, 0.7);
}

.features-intro-overlay .features-intro-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--gray-900);
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  display: block;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.9), 0 2px 20px rgba(255, 255, 255, 0.7);
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-md);
  padding: var(--spacing-lg);
  background: var(--white);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  border-left: 4px solid var(--green-primary);
  text-align: left;
  width: 100%;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-left-width: 6px;
}

.feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.1) 0%, rgba(39, 174, 96, 0.05) 100%);
  border-radius: var(--border-radius);
  padding: 8px;
  transition: all 0.3s ease;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--green-primary);
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.1) 100%);
  transform: scale(1.1);
}

.feature-item:hover .feature-icon svg {
  stroke: var(--green-dark);
  transform: scale(1.05);
}

.feature-content {
  flex: 1;
  text-align: left;
}

.feature-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.features-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.features-map-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-map-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-xl);
  transition: transform 0.3s ease;
  display: block;
}

.features-map-image:hover {
  transform: scale(1.02);
}

.features-intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-xl);
  text-align: center;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: var(--border-radius-lg);
}

.features-right {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.stat-item {
  text-align: center;
  padding: var(--spacing-xl) var(--spacing-lg);
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.05) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(46, 204, 113, 0.1);
  transition: all 0.3s ease;
  color: var(--gray-900);
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--green-primary) 0%, var(--green-dark) 100%);
  opacity: 0.8;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.15);
  border-color: rgba(46, 204, 113, 0.2);
}

.stat-item:hover::before {
  opacity: 1;
  width: 5px;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: var(--spacing-xs);
  display: inline-block;
  text-align: center;
  letter-spacing: -0.02em;
}

.stat-unit {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--green-dark);
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: baseline;
}

.stat-label {
  font-size: 0.9375rem;
  color: var(--gray-800);
  margin-top: var(--spacing-sm);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
  .company-features-section .section-title h2 {
    font-size: 2rem;
    color: var(--gray-900);
    white-space: normal;
  }
  
  .company-features-section .section-subtitle {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
  }
  
  .features-center {
    grid-column: 1 / -1;
    order: -1;
  }
  
  .features-map-wrapper {
    width: 100%;
  }
  
  .features-map-image {
    max-width: 100%;
  }
  
  .features-intro-overlay {
    padding: var(--spacing-lg);
  }
  
  .features-intro-overlay .features-cta-text {
    font-size: 2rem;
  }
  
  .features-intro-overlay .features-intro-text {
    font-size: 1.25rem;
  }
  
  .features-left {
    text-align: center;
    align-items: center;
  }
  
  .features-list {
    max-width: 100%;
  }
  
  .feature-item {
    text-align: center;
    justify-content: center;
  }
  
  .feature-content h3 {
    text-align: center;
  }
  
  .features-right {
    align-items: stretch;
  }
  
  .stat-item {
    width: 100%;
    padding: var(--spacing-lg);
  }
  
  .stat-number {
    font-size: 2.25rem;
  }
  
  .stat-unit {
    font-size: 1.25rem;
  }
  
  .stat-label {
    font-size: 0.95rem;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .company-features-section {
    padding: var(--spacing-lg) 0;
  }
  
  .company-features-section .container {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  
  .company-features-section .section-title {
    margin-bottom: var(--spacing-lg);
    padding: 0;
  }
  
  .company-features-section .section-title h2 {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
    color: var(--gray-900);
    white-space: normal;
    line-height: 1.4;
  }
  
  .company-features-section .section-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 var(--spacing-sm);
  }
  
  .company-features-section .container {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
    padding: 0;
  }
  
  .features-center {
    order: 0;
    width: 100%;
    margin-bottom: var(--spacing-md);
  }
  
  .features-map-wrapper {
    width: 100%;
    margin: 0;
  }
  
  .features-map-image {
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius-md);
  }
  
  .features-left {
    order: 1;
    margin-bottom: var(--spacing-md);
  }
  
  .features-right {
    order: 2;
  }
  
  .features-intro-overlay {
    padding: var(--spacing-md);
    position: relative;
  }
  
  .features-intro-overlay .features-cta-text {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-sm);
  }
  
  .features-intro-overlay .features-intro-text {
    font-size: 1rem;
  }
  
  .features-left {
    text-align: left;
    align-items: stretch;
    width: 100%;
  }
  
  .features-list {
    max-width: 100%;
    width: 100%;
    gap: var(--spacing-sm);
  }
  
  .feature-item {
    padding: var(--spacing-md);
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    gap: var(--spacing-sm);
    width: 100%;
    margin-bottom: var(--spacing-xs);
  }
  
  .feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
  }
  
  .feature-content {
    text-align: left;
    flex: 1;
  }
  
  .feature-content h3 {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.3;
  }
  
  .features-right {
    align-items: stretch;
    width: 100%;
    gap: var(--spacing-sm);
  }
  
  .stat-item {
    width: 100%;
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-xs);
  }
  
  .stat-number {
    font-size: 1.75rem;
  }
  
  .stat-unit {
    font-size: 1rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .sector-products-section {
    padding: var(--spacing-2xl) 0;
  }
  
  .sector-products-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: var(--spacing-lg);
  }
  
  .sector-products-image {
    width: 100%;
    max-width: 100%;
  }
  
}

/* ==========================================================================
   Sector Products Section
   ========================================================================== */
.sector-products-section {
  background: var(--white);
  padding: var(--spacing-3xl) 0;
}

.sector-products-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sector-products-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--spacing-2xl);
  line-height: 1.2;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sector-products-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector-products-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-xl);
  transition: transform 0.3s ease;
}

.sector-products-image:hover {
  transform: scale(1.01);
}

/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
  .sector-products-title {
    font-size: 2rem;
  }
  
  .sector-products-section {
    padding: var(--spacing-2xl) 0;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .sector-products-section {
    padding: var(--spacing-xl) 0;
  }
  
  .sector-products-content {
    padding: 0 var(--spacing-md);
  }
  
  .sector-products-title {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
    padding: 0;
    line-height: 1.4;
  }
  
  .sector-products-image-wrapper {
    width: 100%;
    padding: 0;
  }
  
  .sector-products-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-md);
    display: block;
  }
  
  .news-section,
  .contact-form-section {
    padding: 1.5rem;
  }
  
  .section-title-left {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   About Section - Hakkımızda (Görseldeki gibi)
   ========================================================================== */
.about-section {
  background: var(--white);
  padding: var(--spacing-3xl) 0;
}

.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3xl);
  align-items: center;
}

.about-image-wrapper {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: var(--border-radius-lg);
}

.about-text-wrapper {
  padding: var(--spacing-lg);
}

.about-text-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--green-primary);
}

.about-text-content p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}

@media (max-width: 968px) {
  .about-content-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
  }
  
  .about-image-wrapper {
    order: 1;
  }
  
  .about-text-wrapper {
    order: 2;
  }
  
  .about-text-content h3 {
    font-size: 1.75rem;
  }
}

