/*
Theme Name: A Better Deal Plumbing (Clean v3)
Theme URI: https://abetterdealplumbing.com
Author: Ruben Santoyo
Description: Clean, modern theme with transparent logo and warmer colors.
Version: 1.4
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fffaf4;
  margin: 0;
  color: #222;
}
header {
  background-color: #ffffff;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
nav {
  margin-top: 1rem;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #d03c2d;
  font-weight: 600;
}
.hero {
  padding: 3rem 1rem;
  text-align: center;
}
.hero h1 {
  color: #d03c2d;
  margin-bottom: 0.5rem;
}
.section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.cta {
  text-align: center;
  margin: 2rem 0;
}
.cta button {
  background-color: #e03e00;
  color: white;
  padding: 1rem 2rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.cta button:hover {
  background-color: #c03100;
}
footer {
  background-color: #eee;
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
}
