/* =====================================================
   SEO SERVICE BLOCKS STYLES
   ===================================================== */

.seo-service-block {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.seo-service-block:nth-child(odd) {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.seo-service-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.seo-service-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.seo-service-block.reverse .seo-service-content {
  direction: rtl;
}

.seo-service-block.reverse .seo-service-text,
.seo-service-block.reverse .seo-service-image {
  direction: ltr;
}

/* Text Content */
.seo-service-text {
  position: relative;
}

.service-badge-seo {
  display: inline-block;
  background: linear-gradient(135deg, #FF6B35, #FF8C42);
  color: white;
  padding: 6px 20px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
}

.seo-service-title {
  font-size: 36px;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 25px;
}

.seo-lead-text {
  font-size: 18px;
  line-height: 1.7;
  color: #5a6c7d;
  margin-bottom: 20px;
  font-weight: 500;
}

.seo-lead-text strong {
  color: #0077BE;
  font-weight: 700;
}

.seo-service-description {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6c7d;
  margin-bottom: 30px;
}

.service-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #0077BE;
  margin: 30px 0 20px;
}

/* Features */
.seo-service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.feature-item-seo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border-radius: 12px;
  border: 1px solid #e3f2fd;
  transition: all 0.3s ease;
}

.feature-item-seo:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 119, 190, 0.15);
  border-color: #0077BE;
}

.feature-icon-seo {
  font-size: 24px;
  flex-shrink: 0;
}

.feature-item-seo div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.feature-item-seo strong {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}

.feature-item-seo span {
  font-size: 13px;
  color: #5a6c7d;
}

/* Service List */
.seo-service-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.seo-service-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #5a6c7d;
  line-height: 1.6;
}

.seo-service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
}

/* Service Grid */
.service-grid-seo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 20px 0 30px;
}

.service-grid-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: white;
  border-radius: 10px;
  border: 2px solid #e3f2fd;
  transition: all 0.3s ease;
}

.service-grid-item:hover {
  background: #f0f8ff;
  border-color: #0077BE;
  transform: translateX(5px);
}

.grid-icon {
  font-size: 20px;
}

/* Price Box */
.seo-price-box {
  background: linear-gradient(135deg, #e8f5ff 0%, #d4e9f7 100%);
  border: 2px solid #0077BE;
  border-radius: 16px;
  padding: 25px;
  margin: 30px 0;
  text-align: center;
}

.price-label {
  font-size: 14px;
  color: #5a6c7d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.price-value {
  font-size: 36px;
  font-weight: 900;
  color: #0077BE;
  margin-bottom: 5px;
}

.price-note {
  font-size: 13px;
  color: #5a6c7d;
  font-style: italic;
}

.price-range-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 15px;
}

.price-item-seo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-item-seo span {
  font-size: 13px;
  color: #5a6c7d;
}

.price-item-seo strong {
  font-size: 20px;
  font-weight: 800;
  color: #0077BE;
}

/* Special Offer Box */
.special-offer-box {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
  border: 2px solid #ffc107;
  border-radius: 16px;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.offer-icon {
  font-size: 36px;
  flex-shrink: 0;
}

.offer-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #856404;
  margin-bottom: 5px;
}

.offer-content p {
  font-size: 14px;
  color: #856404;
  margin: 0;
}

/* CTA Buttons */
.seo-cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-emergency-seo,
.btn-quote-seo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1;
}

.btn-emergency-seo {
  background: linear-gradient(135deg, #DC3545, #FF6B6B);
  color: white;
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.btn-emergency-seo:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(220, 53, 69, 0.4);
}

.btn-quote-seo {
  background: white;
  color: #0077BE;
  border: 2px solid #0077BE;
  box-shadow: 0 5px 15px rgba(0, 119, 190, 0.15);
}

.btn-quote-seo:hover {
  background: linear-gradient(135deg, #0077BE, #4A90E2);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 119, 190, 0.3);
}

/* Image Section */
.seo-service-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.seo-service-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

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

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .seo-service-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .seo-service-block.reverse .seo-service-content {
    direction: ltr;
  }
  
  .seo-service-features {
    grid-template-columns: 1fr;
  }
  
  .service-grid-seo {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .price-range-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .seo-service-block {
    padding: 60px 0;
  }
  
  .seo-service-title {
    font-size: 28px;
  }
  
  .seo-lead-text {
    font-size: 16px;
  }
  
  .seo-service-description {
    font-size: 15px;
  }
  
  .seo-cta-buttons {
    flex-direction: column;
  }
  
  .btn-emergency-seo,
  .btn-quote-seo {
    width: 100%;
    justify-content: center;
  }
  
  .service-grid-seo {
    grid-template-columns: 1fr;
  }
  
  .price-value {
    font-size: 28px;
  }
  
  .special-offer-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .seo-service-title {
    font-size: 24px;
  }
  
  .service-badge-seo {
    font-size: 10px;
    padding: 5px 15px;
  }
  
  .seo-service-features {
    gap: 10px;
  }
  
  .feature-item-seo {
    padding: 10px;
  }
  
  .btn-emergency-seo,
  .btn-quote-seo {
    padding: 15px 25px;
    font-size: 14px;
  }
}