/* =============================================
   İstanbul Güvenlik Sistemleri - Ana Stil
   ============================================= */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap');

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #111111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
  margin: 0 0 1rem;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1rem; }

a {
  color: #cc0000;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: #990000; }

/* ---- HEADER ---- */
.wp-block-template-part[data-slug="header"],
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 999;
}

.igs-header {
  background: #0a0a0a;
  border-bottom: 3px solid #cc0000;
  padding: 0;
  width: 100%;
}

.igs-header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  gap: 24px;
}

.igs-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.igs-logo-icon {
  width: 42px;
  height: 42px;
  background: #cc0000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.igs-logo-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.igs-logo-text {
  display: flex;
  flex-direction: column;
}

.igs-logo-text strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.igs-logo-text span {
  font-size: 11px;
  color: #cc0000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

/* Navigasyon */
.igs-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.igs-nav li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cccccc;
  padding: 8px 14px;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.igs-nav li a:hover,
.igs-nav li.current-menu-item > a {
  color: #ffffff;
  background: rgba(204, 0, 0, 0.15);
}

.igs-nav li.current-menu-item > a {
  color: #cc0000;
}

.igs-header-cta {
  background: #cc0000;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  transition: background 0.2s ease !important;
}

.igs-header-cta:hover {
  background: #aa0000 !important;
  color: #ffffff !important;
}

/* Üst bilgi çubuğu */
.igs-topbar {
  background: #cc0000;
  padding: 6px 0;
}

.igs-topbar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.igs-topbar a, .igs-topbar span {
  font-size: 13px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.igs-topbar a { text-decoration: none; margin: 0 12px; }
.igs-topbar a:hover { opacity: 0.85; }

/* Mobil menü */
.igs-mobile-toggle {
  display: none;
  background: none;
  border: 2px solid #cc0000;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.igs-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #cc0000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ---- HERO SECTION ---- */
.igs-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 50%, #0a0a0a 100%);
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.igs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cc0000' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.igs-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #cc0000;
}

.igs-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 24px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.igs-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(204, 0, 0, 0.15);
  border: 1px solid rgba(204, 0, 0, 0.4);
  border-radius: 40px;
  padding: 6px 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #cc0000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.igs-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cc0000;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.igs-hero-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.igs-hero-title .accent {
  color: #cc0000;
  display: block;
}

.igs-hero-desc {
  font-size: 17px;
  color: #aaaaaa;
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 480px;
}

.igs-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.igs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.igs-btn-primary {
  background: #cc0000;
  color: #ffffff;
  border-color: #cc0000;
}

.igs-btn-primary:hover {
  background: #aa0000;
  border-color: #aa0000;
  color: #ffffff;
  transform: translateY(-2px);
}

.igs-btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.3);
}

.igs-btn-outline:hover {
  border-color: #cc0000;
  color: #cc0000;
  transform: translateY(-2px);
}

.igs-hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.igs-stat {
  display: flex;
  flex-direction: column;
}

.igs-stat-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #cc0000;
  line-height: 1;
}

.igs-stat-label {
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.igs-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.igs-hero-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  max-width: 380px;
}

.igs-hero-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2a2a2a;
}

.igs-shield {
  width: 48px;
  height: 48px;
  background: rgba(204, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.igs-hero-card-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.igs-hero-card-sub {
  font-size: 12px;
  color: #888888;
  margin: 0;
}

.igs-status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #1f1f1f;
}

.igs-status-item:last-child { border-bottom: none; }

.igs-status-label {
  font-size: 13px;
  color: #888888;
}

.igs-status-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.igs-status-active {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.igs-status-alert {
  background: rgba(204, 0, 0, 0.15);
  color: #cc0000;
}

/* ---- SECTIONS COMMON ---- */
.igs-section {
  padding: 90px 0;
}

.igs-section-dark {
  background: #0a0a0a;
  color: #cccccc;
}

.igs-section-dark h2,
.igs-section-dark h3 {
  color: #ffffff;
}

.igs-section-gray {
  background: #f5f5f5;
}

.igs-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.igs-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.igs-section-tag {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #cc0000;
  margin-bottom: 12px;
}

.igs-section-title {
  margin: 0 0 16px;
}

.igs-section-desc {
  font-size: 17px;
  color: #666666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.igs-section-dark .igs-section-desc {
  color: #888888;
}

/* ---- HİZMETLER ---- */
.igs-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.igs-service-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.igs-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cc0000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.igs-service-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-4px);
  border-color: #dddddd;
}

.igs-service-card:hover::before {
  transform: scaleX(1);
}

.igs-service-icon {
  width: 52px;
  height: 52px;
  background: #fff0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.igs-service-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px;
}

.igs-service-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.65;
  margin: 0 0 20px;
}

.igs-service-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #cc0000;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.igs-service-link:hover { gap: 10px; color: #990000; }

/* Dark servisler */
.igs-section-dark .igs-service-card {
  background: #1a1a1a;
  border-color: #2a2a2a;
}

.igs-section-dark .igs-service-title { color: #ffffff; }
.igs-section-dark .igs-service-desc { color: #888888; }
.igs-section-dark .igs-service-icon { background: rgba(204,0,0,0.1); }

/* ---- NEDEN BİZ ---- */
.igs-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.igs-why-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.igs-why-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.igs-why-icon {
  width: 44px;
  height: 44px;
  background: #cc0000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: #ffffff;
}

.igs-why-content h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111111;
}

.igs-why-content p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.igs-why-image {
  background: linear-gradient(135deg, #1a0000, #0a0a0a);
  border-radius: 12px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #2a2a2a;
}

.igs-why-image-content {
  text-align: center;
  color: #ffffff;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.igs-why-big-num {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #cc0000;
  line-height: 1;
  display: block;
}

.igs-why-big-label {
  font-size: 14px;
  color: #888888;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- ÜRÜN PAKETLERİ ---- */
.igs-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.igs-package-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  position: relative;
}

.igs-package-card.featured {
  border-color: #cc0000;
  background: #1a0000;
}

.igs-package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #cc0000;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
}

.igs-package-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.igs-package-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}

.igs-package-desc {
  font-size: 13px;
  color: #888888;
  margin: 0 0 24px;
  line-height: 1.6;
}

.igs-package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.igs-package-features li {
  font-size: 13px;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 8px;
}

.igs-package-features li::before {
  content: '✓';
  color: #cc0000;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.igs-package-cta {
  display: block;
  text-align: center;
  background: transparent;
  border: 2px solid #cc0000;
  color: #cc0000;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}

.igs-package-cta:hover,
.igs-package-card.featured .igs-package-cta {
  background: #cc0000;
  color: #ffffff;
}

/* ---- REFERANSLAR ---- */
.igs-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.igs-testimonial {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 28px;
}

.igs-testimonial-stars {
  color: #cc0000;
  font-size: 16px;
  margin-bottom: 12px;
}

.igs-testimonial-text {
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
  margin: 0 0 20px;
  font-style: italic;
}

.igs-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.igs-author-avatar {
  width: 42px;
  height: 42px;
  background: #cc0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.igs-author-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.igs-author-role {
  font-size: 12px;
  color: #888888;
  margin: 0;
}

/* ---- İLETİŞİM BANNERİ ---- */
.igs-cta-banner {
  background: #cc0000;
  padding: 70px 0;
}

.igs-cta-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.igs-cta-text h2 {
  color: #ffffff;
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.igs-cta-text p {
  color: rgba(255,255,255,0.8);
  margin: 0;
  font-size: 16px;
}

.igs-btn-white {
  background: #ffffff;
  color: #cc0000;
  border: 2px solid #ffffff;
  flex-shrink: 0;
}

.igs-btn-white:hover {
  background: transparent;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ---- FOOTER ---- */
.igs-footer {
  background: #0a0a0a;
  border-top: 3px solid #cc0000;
  padding: 70px 0 0;
  color: #888888;
}

.igs-footer-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.igs-footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 24px;
  color: #666666;
}

.igs-footer-social {
  display: flex;
  gap: 10px;
}

.igs-social-link {
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.igs-social-link:hover {
  background: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

.igs-footer-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #cc0000;
  display: inline-block;
}

.igs-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.igs-footer-links li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.igs-footer-links li a::before {
  content: '›';
  color: #cc0000;
  font-size: 16px;
  line-height: 1;
}

.igs-footer-links li a:hover { color: #cc0000; }

.igs-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.igs-footer-contact-icon {
  width: 32px;
  height: 32px;
  background: rgba(204,0,0,0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cc0000;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.igs-footer-contact-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.igs-footer-contact-text strong {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.igs-footer-bottom {
  border-top: 1px solid #1a1a1a;
  padding: 20px 0;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.igs-footer-copy {
  font-size: 13px;
  color: #444444;
}

.igs-footer-copy a {
  color: #cc0000;
  text-decoration: none;
}

/* ---- WORDPRESS BLOK UYUMU ---- */
.wp-block-navigation {
  background: transparent !important;
}

.wp-block-navigation a:not(.wp-block-navigation__submenu-icon) {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  color: #cccccc !important;
}

.wp-block-navigation a:hover {
  color: #cc0000 !important;
}

.wp-block-site-title a {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Butonlar */
.wp-block-button__link {
  background-color: #cc0000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  padding: 13px 28px !important;
}

.wp-block-button__link:hover {
  background-color: #aa0000 !important;
  transform: translateY(-2px) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #cc0000 !important;
  border: 2px solid #cc0000 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #cc0000 !important;
  color: #ffffff !important;
}

/* Ayırıcı */
.wp-block-separator {
  border-color: #cc0000 !important;
  border-width: 2px !important;
}

/* ---- MOBİL RESPONSIVE ---- */
@media (max-width: 1024px) {
  .igs-services-grid,
  .igs-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .igs-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .igs-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .igs-header-inner {
    height: 65px;
  }

  .igs-nav { display: none; }

  .igs-mobile-toggle { display: flex; }

  .igs-nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background: #0a0a0a;
    border-top: 1px solid #2a2a2a;
    padding: 16px 24px;
    z-index: 998;
    gap: 0;
  }

  .igs-nav.open li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #1a1a1a;
    font-size: 16px;
  }

  .igs-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 24px;
  }

  .igs-hero-visual { order: -1; }

  .igs-hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .igs-why-grid {
    grid-template-columns: 1fr;
  }

  .igs-services-grid,
  .igs-packages-grid,
  .igs-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .igs-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .igs-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .igs-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .igs-topbar-inner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 8px 24px;
  }

  .igs-section { padding: 60px 0; }

  .igs-section-header { margin-bottom: 40px; }
}

@media (max-width: 480px) {
  .igs-hero-buttons {
    flex-direction: column;
  }

  .igs-btn { text-align: center; justify-content: center; }

  .igs-hero-card { max-width: 100%; }
}
