/* Petroes - Premium Corporate Website */
/* Color Palette: Mavi #264796, Kırmızı #E31E24, Beyaz #FFFFFF */

:root {
  --petroes-blue: #264796;
  --petroes-blue-light: #2d5ab5;
  --petroes-blue-dark: #1a3570;
  --petroes-red: #E31E24;
  --petroes-white: #FFFFFF;
  --petroes-dark: #0a0a0a;
  --petroes-gray: #1a1a1a;
  --font-primary: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  background: #ffffff;
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  line-height: 1.6;
}

/* Grain texture overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  z-index: 9999;
}

/* Navbar */
.navbar-petroes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 2rem;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(38, 71, 150, 0.3);
  transition: all 0.3s ease;
}

.navbar-petroes .navbar-brand img {
  height: 70px;
  width: 100%;
}

.navbar-petroes .nav-link {
  color: var(--petroes-white) !important;
  font-weight: 700;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: color 0.3s;
}

.navbar-petroes .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--petroes-red);
  transition: all 0.3s;
  transform: translateX(-50%);
}

.navbar-petroes .nav-link:hover::after {
  width: 80%;
}

.navbar-petroes .nav-link:hover {
  color: var(--petroes-red) !important;
}

/* Navbar - Mobil hamburger menü */
.navbar-petroes .navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  background: rgba(38, 71, 150, 0.3);
  box-shadow: none;
}

.navbar-petroes .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.navbar-petroes .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .navbar-petroes {
    padding: 0.75rem 1rem;
    background: linear-gradient(180deg, var(--petroes-blue-dark) 0%, rgba(26, 53, 112, 0.98) 100%);
  }

  .navbar-petroes .navbar-toggler {
    background: rgba(38, 71, 150, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.9);
  }

  .navbar-petroes .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .navbar-petroes .navbar-brand img {
    height: 50px;
  }

  .navbar-petroes .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 0;
    background: rgba(26, 53, 112, 0.95);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-petroes .navbar-nav {
    align-items: flex-start;
  }

  .navbar-petroes .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-petroes .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-petroes .nav-link {
    padding: 0.75rem 1rem !important;
    display: block;
  }
}

/* Hero Slider - Petrol Ofisi Tarzı */
.hero-slider-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-slider {
  min-height: 100vh;
}

.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  min-height: 100vh;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-slider .hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-slider .hero-video-wrapper .hero-video-bg,
.hero-slider .hero-video-wrapper #heroVideo,
.hero-slider .hero-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.hero-slider .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(38,71,150,0.3) 0%, rgba(26,53,112,0.7) 50%, rgba(10,20,40,0.9) 100%);
  z-index: 1;
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Petrol Ofisi - Sol kırmızı blok */
.hero-red-block {
  min-width: 235px;
  min-height: 325px;
  background: var(--petroes-red);
  padding: 2.5rem 3rem;
  border-radius: 0 20px 20px 0;
  max-width: 285px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-red-block::before {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1));
  border-radius: 0 20px 20px 0;
}

.hero-slide-title {
  width: 200%;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.hero-slide-title .highlight {
  color: rgba(255,255,255,0.95);
  font-weight: 800;
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-hero-cta:hover {
  background: white;
  color: var(--petroes-red);
}

/* Sağ taraftaki gradient butonlar */
.hero-side-buttons {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.btn-hero-side {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(90deg, var(--petroes-red), var(--petroes-blue-dark));
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-hero-side:hover {
  transform: translateX(5px);
  color: white;
  box-shadow: 0 6px 20px rgba(227,30,36,0.4);
}

/* Slider Navigation - Petrol Ofisi tarzı, sol altta */
/* Sol bölüm - kırmızı kart + slider nav (kartın altında) */
.hero-left-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.hero-slider-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  background: transparent;
}

.hero-slider-control {
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  color: white !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 1 !important;
}

.hero-slider-control:hover {
  background: transparent !important;
  color: white !important;
  border: 0;
}

.hero-slider-control .fas {
  font-size: 0.9rem;
}

.hero-slider-counter {
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: auto;
  opacity: 1;
  position: static;
}

.hero-slider .carousel-indicators {
  display: none;
}

@media (max-width: 992px) {
  .hero-side-buttons {
    position: static;
    transform: none;
    margin-top: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .hero-slide-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 1.5rem 1rem !important;
    margin-top: 120px !important;
    min-height: 100px !important;
  }
  
  .hero-red-block {
    max-width: 100%;
    border-radius: 12px;
  }
}

/* 768px ve altı: hero-red-block ve hero-slider-nav birlikte görünsün */
@media (max-width: 768px) {
  .hero-left-section {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    min-height: auto;
    position: relative;
  }
  
  .hero-red-block {
    display: block !important;
    min-height: auto;
    padding: 1.25rem 1rem;
    max-width: 100%;
    border-radius: 12px;
  }
  
  /* hero-slide-title: mobilde kırmızı alana sığmayan metin alt satıra geçsin */
  .hero-slide-title {
    width: 100% !important;
    max-width: 100%;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .hero-left-section .hero-slider-nav {
    display: inline-flex !important;
    visibility: visible !important;
  }
  
  /* hero-slide-content: mobil stiller */
  .hero-slide-content {
    padding: 1.5rem 1rem !important;
    margin-top: 100px !important;
    min-height: 100px !important;
  }
}

@media (max-width: 576px) {
  .hero-red-block {
    padding: 1.5rem 2rem;
  }
}

/* Buttons */
.btn-petroes-primary {
  background: linear-gradient(90deg, var(--petroes-red), var(--petroes-blue-dark));
  color: var(--petroes-white) !important;
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-petroes-primary:hover {
  transform: translateX(5px);
  color: white !important;
  box-shadow: 0 6px 20px rgba(227, 30, 36, 0.4);
}

.btn-petroes-primary:active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  to { width: 300px; height: 300px; opacity: 0; }
}

.btn-petroes-outline {
  background: linear-gradient(90deg, var(--petroes-red), var(--petroes-blue-dark));
  color: var(--petroes-white) !important;
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-petroes-outline:hover {
  transform: translateX(5px);
  color: white !important;
  box-shadow: 0 6px 20px rgba(227, 30, 36, 0.4);
}

/* Section styling */
.section-petroes {
  padding: 5rem 2rem;
  position: relative;
  background: #ffffff;
}

#neden-petroes.section-petroes {
  background: white;
}

#sik-sorulan-sorular {
  background: rgba(255, 255, 255, 0.05) !important;
  margin-top: 45px;
}

#sik-sorulan-sorular .container {
  background: transparent;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.section-title .accent {
  color: var(--petroes-red);
}

#neden-petroes .section-title {
  color: var(--petroes-blue);
}

#neden-petroes .section-title .neden-accent,
#neden-petroes .section-title .accent {
  color: var(--petroes-blue) !important;
}

.section-title.reveal.visible .neden-accent,
.section-title .neden-accent {
  color: var(--petroes-blue);
}

/* Cards - Glassmorphism */
.card-petroes {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-petroes:hover {
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 30px rgba(227, 30, 36, 0.1);
  border-color: rgba(227, 30, 36, 0.5);
}

.card-petroes p.text-muted {
  color: rgb(54 54 53) !important;
}

#neden-petroes .card-petroes.reveal.visible h4,
#neden-petroes .card-petroes h4 {
  font-weight: 500;
  color: #284897;
}

#neden-petroes .card-icon {
  color: #000000;
}

#neden-petroes .card-icon i {
  color: inherit;
}

.card-petroes .card-icon {
  width: 60px;
  height: 60px;
  background: white;
  border: 1px solid #e4dddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

/* Light streak effect */
.light-streak {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--petroes-red), transparent);
  opacity: 0.5;
  width: 100%;
}

/* Parallax */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Products grid */
#urunlerimiz .urunlerimiz-title,
#urunlerimiz .section-title {
  color: var(--petroes-blue);
}

/* Gradient SADECE Partnerlerimiz bölümünde */
.partners-section {
  background: linear-gradient(135deg, #e22125 0%, #c91a1f 40%, #a01515 100%) !important;
  padding: 2rem 2rem !important;
  margin-top: 45px;
}

/* Sık Sorulan Sorular, Müşteri Yorumları, İletişim - beyaz arka plan */
#iletisim-form .section-title,
#iletisim-form h2,
#sik-sorulan-sorular .section-title,
#musteri-yorumlari .section-title {
  background: #ffffff !important;
  color: var(--petroes-blue) !important;
}

#iletisim-form {
  background: #ffffff !important;
}

#iletisim-form .form-control,
#iletisim-form input,
#iletisim-form textarea,
#iletisim-form select {
  border: 1px solid var(--petroes-blue) !important;
  background: #ffffff !important;
  color: #333333 !important;
}

#iletisim-form .form-control::placeholder,
#iletisim-form input::placeholder,
#iletisim-form textarea::placeholder {
  color: #888888 !important;
  opacity: 1;
}

.partners-section .section-title {
  color: #ffffff;
}

@keyframes productCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

#urunlerimiz .product-card.reveal.visible {
  animation: productCardFadeIn 1.2s ease-out forwards;
}

#urunlerimiz .product-card.reveal.visible:nth-child(1) { animation-delay: 0.2s; }
#urunlerimiz .product-card.reveal.visible:nth-child(2) { animation-delay: 0.4s; }
#urunlerimiz .product-card.reveal.visible:nth-child(3) { animation-delay: 0.6s; }
#urunlerimiz .product-card.reveal.visible:nth-child(4) { animation-delay: 0.8s; }
#urunlerimiz .product-card.reveal.visible:nth-child(5) { animation-delay: 1s; }

.product-card {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
  color: white;
  font-weight: 600;
  transition: all 0.3s;
}

.product-card:hover .product-card-overlay {
  background: linear-gradient(transparent, var(--petroes-red));
}

/* Partners */
/* Partnerlerimiz - Hareketli animasyonlar */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.partner-item {
  padding: 0.75rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.partner-item:hover {
  transform: translateY(-12px) scale(1.08);
}

.partner-item:hover .partner-logo {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.05);
}

.partner-logo {
  height: 130px;
  width: auto;
  filter: grayscale(100%) brightness(2);
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.partner-logo:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

.partners-section .partner-item.reveal.visible {
  animation: partner-fade-in 1.2s ease-out forwards;
}

.partners-section .partner-item-1.reveal.visible { animation-delay: 0.2s; }
.partners-section .partner-item-2.reveal.visible { animation-delay: 0.5s; }
.partners-section .partner-item-3.reveal.visible { animation-delay: 0.8s; }
.partners-section .partner-item-4.reveal.visible { animation-delay: 1.1s; }

@keyframes partner-fade-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ Accordion */
.faq-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-item.reveal.visible {
  border-color: var(--petroes-blue);
}

.faq-item:hover {
  border-color: rgba(227, 30, 36, 0.3);
}

.faq-question {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #363131;
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--petroes-blue);
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-inner {
  padding: 0 1.5rem 1.5rem;
  color: var(--petroes-blue);
}

/* Müşteri Yorumları - 3 Kart */
.testimonials-grid {
  margin-top: 1rem;
}

.testimonials-card {
  text-align: center;
  height: 100%;
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 30px rgba(227, 30, 36, 0.1);
  border-color: rgba(227, 30, 36, 0.5);
}

.testimonials-card p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.testimonials-card strong {
  color: var(--petroes-blue);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .testimonials-grid .col-md-4 {
    margin-bottom: 0;
  }
  
  .testimonials-card {
    transform: none;
  }
}

/* Contact form */
.form-petroes .form-control {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--petroes-white);
  padding: 0.875rem 1rem;
  border-radius: 4px;
}

.form-petroes .form-control:focus {
  border-color: var(--petroes-red);
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.2);
}

.form-petroes .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

/* Footer */
.footer-petroes {
  background: linear-gradient(180deg, var(--petroes-blue-dark) 0%, #152a50 100%);
  padding: 3rem 2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.footer-petroes p,
.footer-petroes h5,
.footer-petroes span,
.footer-petroes small {
  color: #ffffff !important;
}

.footer-petroes a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-petroes a:hover {
  color: var(--petroes-red) !important;
}

.footer-petroes .text-muted {
  color: #ffffff !important;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: var(--petroes-red);
  color: white !important;
}

/* Sticky CTA - Mobile */
.sticky-cta-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(26, 53, 112, 0.98);
  z-index: 999;
  border-top: 1px solid rgba(227, 30, 36, 0.3);
}

@media (max-width: 768px) {
  .sticky-cta-mobile {
    display: flex;
    justify-content: center;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .hero-cta .btn {
    width: 100%;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.visible {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Page content wrapper (for non-hero pages) */
.page-content {
  padding-top: 80px;
  min-height: 100vh;
  background: linear-gradient(180deg, var(--petroes-blue) 0%, var(--petroes-blue-dark) 50%, var(--petroes-blue) 100%);
}

/* Hakkımızda sayfası - Temel stil (hakkimizda-style ile override edilir) */
body .page-content.hakkimizda-page,
.page-content.hakkimizda-page {
  padding-top: 80px !important;
  padding-bottom: 150px !important;
  min-height: 100vh;
  position: relative;
  background-image: url('/images/petroes-bina.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #0d1b2a;
}

/* Hakkımızda sayfası - Ürünler ile aynı tasarım */
body .page-content.hakkimizda-page.hakkimizda-style,
.page-content.hakkimizda-page.hakkimizda-style {
  background-image: url('/images/petroes-bina.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0d1b2a !important;
  padding-top: 165px !important;
  padding-bottom: 150px !important;
  min-height: 100vh;
}

/* Petrol Ofisi kırmızı gradient overlay - Hakkımızda sayfası */
/* https://www.petrolofisi.com.tr/petrol-ofisi-grubu/hakkimizda */
.main-header-body-bg {
  position: relative;
  width: 100%;
  min-height: 300px;
  border-top-left-radius: 1.5rem;
  background: linear-gradient(98deg, #ed1d24 -8%, rgba(19, 32, 71, 0.42) 80%, rgba(19, 32, 71, 0.18) 100%);
  padding: 0;
}

/* Hakkımızda ortada - about-content wrapper */
.about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem 1rem;
}

.main-header-body-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(357.94deg, #222528 7%, rgba(28, 29, 32, 0) 40%), linear-gradient(180deg, #222528 -9.67%, rgba(0, 0, 0, 0) 57.12%);
}

@media (min-width: 992px) {
  .main-header-body-bg {
    top: 0;
    height: 500px;
  }
}

/* Hakkımızda içerik - gradient arka planın üzerinde */
.page-content.hakkimizda-page .about-content {
  position: relative;
  z-index: 1;
}

.about-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.about-content h1 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-weight: 700;
  border-bottom: 3px solid var(--petroes-red);
  padding-bottom: 1rem;
  display: inline-block;
}

.about-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #000000;
}

.about-content p:first-of-type {
  font-size: 1.15rem;
  font-weight: 500;
}

/* Ürünler page - Hakkımızda sayfası ile aynı tasarım */
body .page-content.urunler-page.hakkimizda-style,
.page-content.urunler-page.hakkimizda-style {
  background-image: url('/images/petroes-bina.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0d1b2a !important;
  padding-top: 165px !important;
  padding-bottom: 150px !important;
  min-height: 100vh;
}

.urunler-header-bg {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.urunler-content .urunler-page-title {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--petroes-blue);
  border-bottom: 3px solid var(--petroes-red);
  display: inline-block;
}

.urunler-content-wrapper {
  padding: 2rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.urunler-breadcrumb-wrapper {
  background: linear-gradient(to right, #e22125 0%, #c91a1f 50%, transparent 100%);
  border-radius: 8px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.urunler-content-wrapper .urunler-breadcrumb-wrapper .urunler-breadcrumb {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.urunler-content .urunler-intro-text {
  margin-bottom: 2rem;
}

.urunler-content .urunler-intro-text p {
  color: #000;
}

.urunler-content {
  max-width: 1200px;
}

.urunler-breadcrumb {
  padding: 1rem 0;
  background: transparent;
}

.urunler-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

.urunler-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.urunler-breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.urunler-breadcrumb .breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.urunler-breadcrumb .breadcrumb-item.active,
.urunler-breadcrumb .breadcrumb-item.active a {
  color: #ffffff !important;
  text-decoration: none;
  pointer-events: auto;
}

/* Hakkımızda sayfası - Ürünler ile aynı tasarım (hakkimizda-* class'ları) */
.hakkimizda-content-wrapper {
  padding: 2rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.hakkimizda-breadcrumb-wrapper {
  background: linear-gradient(to right, #e22125 0%, #c91a1f 50%, transparent 100%);
  border-radius: 8px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.hakkimizda-content-wrapper .hakkimizda-breadcrumb-wrapper .hakkimizda-breadcrumb {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.hakkimizda-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hakkimizda-content .hakkimizda-page-title {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--petroes-blue);
  border-bottom: 3px solid var(--petroes-red);
  display: inline-block;
}

.hakkimizda-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #000000;
}

.hakkimizda-breadcrumb {
  padding: 1rem 0;
  background: transparent;
}

.hakkimizda-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

.hakkimizda-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.hakkimizda-breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.hakkimizda-breadcrumb .breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.hakkimizda-breadcrumb .breadcrumb-item.active,
.hakkimizda-breadcrumb .breadcrumb-item.active a {
  color: #ffffff !important;
  text-decoration: none;
  pointer-events: auto;
}

/* Hakkımızda sayfası - Mobil uyumlu */
@media (max-width: 768px) {
  body .page-content.hakkimizda-page.hakkimizda-style,
  .page-content.hakkimizda-page.hakkimizda-style {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
  }

  .hakkimizda-content-wrapper {
    padding: 1rem 0.75rem 2rem;
    margin-top: 2rem;
  }

  .hakkimizda-content {
    padding: 2rem 1rem;
  }

  .hakkimizda-content .hakkimizda-page-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }

  .hakkimizda-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .hakkimizda-breadcrumb-wrapper {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
  }

  .hakkimizda-content-wrapper .hakkimizda-breadcrumb-wrapper .hakkimizda-breadcrumb {
    padding: 0.75rem 1rem;
  }

  .hakkimizda-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  body .page-content.hakkimizda-page.hakkimizda-style,
  .page-content.hakkimizda-page.hakkimizda-style {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }

  .hakkimizda-content-wrapper {
    padding: 0.75rem 0.5rem 1.5rem;
    margin-top: 1.5rem;
  }

  .hakkimizda-content {
    padding: 1.5rem 0.75rem;
  }

  .hakkimizda-content .hakkimizda-page-title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  .hakkimizda-content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .hakkimizda-breadcrumb-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

/* İletişim sayfası - Ürünler/Hakkımızda ile aynı tasarım */
body .page-content.iletisim-page.iletisim-style,
.page-content.iletisim-page.iletisim-style {
  background-image: url('/images/petroes-bina.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0d1b2a !important;
  padding-top: 165px !important;
  padding-bottom: 150px !important;
  min-height: 100vh;
}

.iletisim-content-wrapper {
  padding: 2rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.iletisim-breadcrumb-wrapper {
  background: linear-gradient(to right, #e22125 0%, #c91a1f 50%, transparent 100%);
  border-radius: 8px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}

.iletisim-content-wrapper .iletisim-breadcrumb-wrapper .iletisim-breadcrumb {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.iletisim-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.iletisim-content .iletisim-page-title {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--petroes-blue);
  border-bottom: 3px solid var(--petroes-red);
  display: inline-block;
}

.iletisim-intro-text {
  margin: 0 0 2rem;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
}

.iletisim-breadcrumb {
  padding: 1rem 0;
  background: transparent;
}

.iletisim-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

.iletisim-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.iletisim-breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.iletisim-breadcrumb .breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.iletisim-breadcrumb .breadcrumb-item.active,
.iletisim-breadcrumb .breadcrumb-item.active a {
  color: #ffffff !important;
  text-decoration: none;
  pointer-events: auto;
}

.iletisim-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
}

.iletisim-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--petroes-blue);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.iletisim-section-title:first-child {
  margin-top: 0;
}

.iletisim-adres-section p {
  margin-bottom: 0.5rem;
  color: #333;
}

.iletisim-phone-link {
  color: var(--petroes-red) !important;
  text-decoration: none;
}

.iletisim-phone-link:hover {
  text-decoration: underline;
}

.iletisim-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--petroes-blue);
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: background 0.3s;
}

.iletisim-social a:hover {
  background: var(--petroes-red);
  color: #fff;
}

.iletisim-form .form-control {
  border: 1px solid var(--petroes-blue);
  background: #ffffff;
  color: #333333;
}

.iletisim-form .form-control::placeholder {
  color: #888888;
}

.iletisim-form .form-label {
  color: #333;
  font-weight: 500;
}

/* İlk iletisim-content kutusunun alt boşluğu (sadece birinci kutu) */
.iletisim-content-first-wrap {
  margin-bottom: 40px;
}

.first-iletisim-content {
  margin-bottom: 40px;
}

/* İki iletisim-content arasında boşluk */
.iletisim-content + .iletisim-content {
  margin-top: 2rem;
}

/* Yetkili kişiler - iletisim-content altı */
.iletisim-kisiler-section {
  margin-top: 0;
  padding-top: 0;
}

.iletisim-kisiler-section .iletisim-page-title {
  margin-top: 0;
}

.iletisim-kisiler-intro {
  margin: 0 0 1.5rem;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
}

.iletisim-kisi-listesi {
  margin-top: 1rem;
}

.iletisim-kisi-listesi.row {
  display: flex;
  flex-wrap: wrap;
}

.iletisim-kisi-block {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  color: #000;
}

.iletisim-kisi-block:nth-child(odd) {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .iletisim-kisi-block:nth-child(odd) {
    padding-right: 0;
  }
}

.iletisim-kisi-block:last-child {
  border-bottom: none;
}

.iletisim-kisi-adi {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.25rem;
}

.iletisim-kisi-unvan {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.iletisim-kisi-tel,
.iletisim-kisi-email,
.iletisim-kisi-bolge {
  margin-bottom: 0.35rem;
  color: #333;
  font-size: 0.95rem;
}

.iletisim-email-link {
  color: var(--petroes-blue) !important;
  text-decoration: underline;
}

.iletisim-email-link:hover {
  color: var(--petroes-red) !important;
}

@media (max-width: 768px) {
  body .page-content.iletisim-page.iletisim-style,
  .page-content.iletisim-page.iletisim-style {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
  }
  
  .iletisim-content-wrapper {
    padding: 1rem 0.75rem 2rem;
    margin-top: 2rem;
  }
  
  .iletisim-content {
    padding: 2rem 1rem;
  }
  
  .iletisim-content .iletisim-page-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
  .iletisim-intro-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .iletisim-breadcrumb-wrapper {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .iletisim-content-wrapper .iletisim-breadcrumb-wrapper .iletisim-breadcrumb {
    padding: 0.75rem 1rem;
  }
  
  .iletisim-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
  }
  
  .iletisim-sections {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 0.5rem;
  }
  
  .iletisim-section-title {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  
  .iletisim-form .row.g-3 {
    margin: 0 -0.5rem;
  }
  
  .iletisim-form .row.g-3 > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .iletisim-social a {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .iletisim-content + .iletisim-content {
    margin-top: 1.5rem;
  }

  .iletisim-kisiler-intro {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .iletisim-kisi-listesi.row {
    margin-top: 0.75rem;
  }

  .iletisim-kisi-block {
    padding: 0.75rem 0;
    padding-left: 1rem;
  }
}

@media (max-width: 480px) {
  body .page-content.iletisim-page.iletisim-style,
  .page-content.iletisim-page.iletisim-style {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }
  
  .iletisim-content-wrapper {
    padding: 0.75rem 0.5rem 1.5rem;
  }
  
  .iletisim-content {
    padding: 1.5rem 0.75rem;
  }
  
  .iletisim-content .iletisim-page-title {
    font-size: 1.35rem;
  }
  
  .iletisim-intro-text {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .iletisim-content + .iletisim-content {
    margin-top: 1.25rem;
  }

  .iletisim-kisiler-intro {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .iletisim-kisi-adi {
    font-size: 1rem;
  }

  .iletisim-kisi-unvan,
  .iletisim-kisi-tel,
  .iletisim-kisi-email,
  .iletisim-kisi-bolge {
    font-size: 0.9rem;
  }
  
  .iletisim-breadcrumb-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  
  .iletisim-section-title {
    font-size: 1rem;
  }
  
  .iletisim-adres-section p {
    font-size: 0.9rem;
  }
}

.urunler-header-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.urunler-banner-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 6.5rem 8rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.urunler-header-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.urunler-intro-block {
  background: #fff;
  padding: 3rem 1rem;
  text-align: center;
}

.urunler-intro-title {
  font-size: 2rem;
  font-weight: 700;
  color: #132047;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.urunler-consultant-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #fff;
  color: #264796;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #7ba3d8;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  transition: all 0.3s;
}

.urunler-consultant-btn:hover {
  background: #f8f9fa;
  border-color: #264796;
  color: #132047;
}

.urunler-intro-text {
  margin: 0px auto;
  text-align: left;
}

.urunler-intro-text p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.urunler-page .section-petroes {
  background: #ffffff !important;
  padding: 2rem 1rem 4rem;
}

.urunler-section .container {
  max-width: 1400px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

@keyframes categoryCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
  animation: categoryCardFadeIn 1.2s ease-out forwards;
  opacity: 0;
}

.category-card:nth-child(1) { animation-delay: 0.2s; }
.category-card:nth-child(2) { animation-delay: 0.4s; }
.category-card:nth-child(3) { animation-delay: 0.6s; }
.category-card:nth-child(4) { animation-delay: 0.8s; }
.category-card:nth-child(5) { animation-delay: 1s; }
.category-card:nth-child(6) { animation-delay: 1.2s; }
.category-card:nth-child(7) { animation-delay: 1.4s; }
.category-card:nth-child(8) { animation-delay: 1.6s; }
.category-card:nth-child(9) { animation-delay: 1.8s; }
.category-card:nth-child(10) { animation-delay: 2s; }

.category-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
}

.category-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}

.category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card-title {
  padding: 1.25rem 1rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin: 0;
  letter-spacing: 0.5px;
}

.category-card-btn {
  display: block;
  margin: 0 1rem 1.25rem;
  padding: 0.75rem 1rem;
  background: #ed1d24;
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.category-card:hover .category-card-btn {
  background: #c9181e;
}

@media (max-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  body .page-content.urunler-page.hakkimizda-style,
  .page-content.urunler-page.hakkimizda-style {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
  }

  .urunler-content-wrapper {
    padding: 1rem 0.75rem 2rem;
    margin-top: 2rem;
  }

  .urunler-content,
  .urunler-content-wrapper .about-content.urunler-content {
    padding: 2rem 1rem;
  }

  .urunler-content .urunler-page-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }

  .urunler-content .urunler-intro-text {
    margin-bottom: 1.5rem;
  }

  .urunler-content .urunler-intro-text p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .urunler-breadcrumb-wrapper {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
  }

  .urunler-content-wrapper .urunler-breadcrumb-wrapper .urunler-breadcrumb {
    padding: 0.75rem 1rem;
  }

  .urunler-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .category-card-image {
    height: 150px;
  }

  .category-card-title {
    padding: 1rem 0.75rem 0.75rem;
    font-size: 0.85rem;
  }

  .category-card-btn {
    margin: 0 0.75rem 1rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  body .page-content.urunler-page.hakkimizda-style,
  .page-content.urunler-page.hakkimizda-style {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }

  .urunler-content-wrapper {
    padding: 0.75rem 0.5rem 1.5rem;
    margin-top: 4.5rem;
  }

  .urunler-content,
  .urunler-content-wrapper .about-content.urunler-content {
    padding: 1.5rem 0.75rem;
  }

  .urunler-content .urunler-page-title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  .urunler-content .urunler-intro-text p {
    font-size: 0.9rem;
  }

  .urunler-breadcrumb-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .category-card-image {
    height: 180px;
  }

  .category-card-title {
    font-size: 0.9rem;
    padding: 1rem 0.75rem 0.75rem;
  }

  .category-card-btn {
    font-size: 0.85rem;
  }
}

/* Gresel Ürünleri sayfası */
.gresel-urunleri-page .urunler-intro-text {
  margin-bottom: 2.5rem;
}

.gresel-kategoriler-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}

.gresel-kategori-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.3s;
  border-left: 4px solid var(--petroes-red);
}

.gresel-kategori-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateX(4px);
}

.gresel-kategori-link {
  text-decoration: none;
  color: inherit;
}

.gresel-kategoriler-grid.yaglar-kategoriler-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 576px) {
  .gresel-kategoriler-grid.yaglar-kategoriler-grid {
    grid-template-columns: 1fr;
  }
}

.gresel-kategori-icon {
  color: var(--petroes-red);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.gresel-kategori-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

.gresel-cta-wrapper {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.gresel-cta-text {
  margin-bottom: 1rem;
  color: #555;
  font-size: 1rem;
}

.gresel-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 1200px) {
  .gresel-kategoriler-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gresel-kategoriler-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  .gresel-kategori-item {
    padding: 0.875rem 1rem;
  }

  .gresel-kategori-title {
    font-size: 0.85rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .gresel-cta-buttons {
    flex-direction: column;
  }

  .gresel-cta-buttons .me-2 {
    margin-right: 0 !important;
  }
}

@media (max-width: 576px) {
  .gresel-kategoriler-grid {
    grid-template-columns: 1fr;
  }
}

/* SEO & Erişilebilirlik - Skip to content */
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem 1.5rem;
  background: var(--petroes-red);
  color: white !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10000;
  transition: top 0.3s;
}
.skip-link:focus {
  top: 1rem;
  outline: 2px solid white;
  outline-offset: 2px;
}

/* Mobil - Touch hedefleri (min 44px Google önerisi) */
@media (max-width: 768px) {
  .btn, .btn-hero-side, .btn-hero-cta {
    min-height: 44px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .nav-link {
    min-height: 44px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .navbar-toggler {
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
  }
}

/* Mobil - Metin boyutu ayarı */
html {
  -webkit-text-size-adjust: 100%;
}

/* Mobil - Yatay kaydırma önleme */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    max-width: 100vw;
  }
}

/* reCAPTCHA v3 rozeti gizle (sağ alttaki localhost uyarısı); Gizlilik/Hizmet şartları form altında gösteriliyor */
.grecaptcha-badge {
  visibility: hidden !important;
}
