/* IfixWPQuickly.com Custom Styles - Override Minima Theme */

/* Reset and base styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
}

/* Full-width sections with contained content */
.section {
  width: 100%;
  padding: 80px 0;
}

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

.emergency-hero {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%) !important;
  color: white !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.hero-title {
  font-size: 4rem !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  line-height: 1.1 !important;
  color: white !important;
}

.highlight {
  color: #ffeb3b !important;
}

.emergency-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.badge {
  background: rgba(255,255,255,0.15) !important;
  padding: 12px 24px !important;
  border-radius: 30px !important;
  font-size: 1rem !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  backdrop-filter: blur(10px);
  color: white !important;
}

.hero-subtitle {
  font-size: 1.4rem !important;
  margin-bottom: 50px !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.95) !important;
}

.emergency-cta {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.btn-emergency {
  background: #ffeb3b !important;
  color: #d32f2f !important;
  padding: 20px 40px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(255,235,59,0.3);
}

.btn-emergency:hover {
  background: #fff59d !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,235,59,0.4);
  color: #d32f2f !important;
  text-decoration: none !important;
}

.btn-secondary {
  background: transparent !important;
  color: white !important;
  padding: 20px 40px !important;
  border: 2px solid rgba(255,255,255,0.8) !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: white !important;
  color: #d32f2f !important;
  border-color: white !important;
  text-decoration: none !important;
}

.trust-indicators {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.trust-item {
  text-align: center;
  color: white !important;
}

.trust-item strong {
  font-size: 2rem !important;
  display: block;
  font-weight: 700 !important;
  color: white !important;
}

.trust-item small {
  font-size: 0.9rem !important;
  opacity: 0.9;
  color: white !important;
}

.services-section {
  background: #f8f9fa !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.services-section h2 {
  text-align: center !important;
  font-size: 3rem !important;
  margin-bottom: 20px !important;
  color: #333 !important;
  font-weight: 700 !important;
}

.section-subtitle {
  text-align: center !important;
  font-size: 1.3rem !important;
  color: #666 !important;
  margin-bottom: 60px !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.service-card {
  background: white !important;
  padding: 40px !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05) !important;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
}

.service-card h3 {
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
  color: #d32f2f !important;
  font-weight: 600 !important;
}

.service-price {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
}

.service-timeline, .service-guarantee {
  margin-bottom: 20px !important;
  color: #666 !important;
  font-size: 1.1rem !important;
}

.service-features {
  text-align: left !important;
  margin: 30px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.service-features li {
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-size: 1rem !important;
}

.service-features li:before {
  content: "✓ " !important;
  color: #4caf50 !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.btn-service {
  background: #d32f2f !important;
  color: white !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  display: inline-block;
  margin-top: 25px !important;
  transition: all 0.3s ease;
  font-size: 1.1rem !important;
}

.btn-service:hover {
  background: #b71c1c !important;
  transform: translateY(-2px);
  color: white !important;
  text-decoration: none !important;
}

.diagnostic-process {
  background: white !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.diagnostic-process h2 {
  text-align: center !important;
  font-size: 3rem !important;
  margin-bottom: 20px !important;
  color: #333 !important;
  font-weight: 700 !important;
}

.diagnostic-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.step {
  text-align: center;
}

.step-number {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%) !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  margin: 0 auto 20px !important;
  box-shadow: 0 8px 25px rgba(211,47,47,0.3);
}

.step h3 {
  font-size: 1.3rem !important;
  margin-bottom: 15px !important;
  color: #333 !important;
  font-weight: 600 !important;
}

.step p {
  color: #666 !important;
  line-height: 1.6 !important;
}

.specializations {
  background: #f8f9fa !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.specializations h2 {
  text-align: center !important;
  font-size: 3rem !important;
  margin-bottom: 60px !important;
  color: #333 !important;
  font-weight: 700 !important;
}

.specializations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.spec-item {
  background: white !important;
  padding: 30px !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05) !important;
}

.spec-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.spec-icon {
  font-size: 1.8rem !important;
}

.testimonial-section {
  background: #2c2c2c !important;
  color: white !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.testimonial-card {
  text-align: center !important;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-card blockquote {
  font-size: 1.8rem !important;
  font-style: italic !important;
  margin-bottom: 30px !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  color: white !important;
}

.testimonial-rating {
  font-size: 1.3rem !important;
  margin-bottom: 10px !important;
  color: #ffeb3b !important;
}

.testimonial-count {
  font-size: 1.1rem !important;
  opacity: 0.8;
  color: white !important;
}

.emergency-contact {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%) !important;
  color: white !important;
  width: 100%;
  padding: 100px 0 !important;
  margin: 0 !important;
}

.emergency-contact h2 {
  text-align: center !important;
  font-size: 3rem !important;
  margin-bottom: 60px !important;
  font-weight: 700 !important;
  color: white !important;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
  margin-bottom: 60px;
}

.contact-method {
  text-align: center;
}

.contact-method h3 {
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  color: white !important;
}

.contact-link {
  color: #ffeb3b !important;
  text-decoration: none !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #fff59d !important;
  text-decoration: none !important;
}

.contact-link.emergency {
  font-size: 2.2rem !important;
}

.emergency-form {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255,255,255,0.1) !important;
  padding: 50px !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px);
}

.emergency-form h3 {
  text-align: center !important;
  font-size: 1.8rem !important;
  margin-bottom: 40px !important;
  font-weight: 600 !important;
  color: white !important;
}

.form-group {
  margin-bottom: 25px !important;
}

.form-group label {
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  color: white !important;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100% !important;
  padding: 15px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  background: rgba(255,255,255,0.95) !important;
  color: #333 !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none !important;
  background: white !important;
  box-shadow: 0 0 0 3px rgba(255,235,59,0.3) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem !important;
  }

  .services-section h2,
  .diagnostic-process h2,
  .specializations h2,
  .emergency-contact h2 {
    font-size: 2.2rem !important;
  }

  .emergency-cta {
    flex-direction: column;
    align-items: center;
  }

  .trust-indicators {
    gap: 30px;
  }

  .container {
    padding: 0 15px !important;
  }

  .hero-content {
    padding: 0 15px !important;
  }

  .emergency-form {
    padding: 30px 20px !important;
  }

  .diagnostic-steps {
    grid-template-columns: 1fr;
  }
}

/* Override any theme defaults */
.site-header {
  display: none !important;
}

.site-footer {
  display: none !important;
}

.page-content {
  padding: 0 !important;
}

.wrapper {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}