body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.hero {
    position: relative;
    text-align: center;
    color: white;
}
.hero-image {
    width: 100%;
    height: auto;
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 1em;
}
.content {
    padding: 1em;
}
.services, .faq, .contact {
    margin-top: 2em;
}
.footer {
    background: #f1f1f1;
    text-align: center;
    padding: 1em;
}
details {
        background: #f7f9fb;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 18px 20px;
        transition: all 0.3s ease-in-out;
      }

      summary {
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        color: #333;
        outline: none;
      }

      details[open] {
        background-color: #eef4fa;
      }

      details p {
        margin-top: 10px;
        font-size: 16px;
        color: #555;
        line-height: 1.6;
      }

      .why-tacoma-remodel {
  background-color: #f8fafc;
  padding: 10px 10px;
  font-family: 'Segoe UI', sans-serif;
  color: #1f2937;
}

.why-tacoma-remodel .container {
  max-width: 850px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  color: #0f172a;
}

.content-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
}

.content-box p {
  margin-bottom: 20px;
  font-size: 17px;
}

.content-box a {
  color: #005a8d;
  text-decoration: underline;
  font-weight: 500;
}

.content-box a:hover {
  color: #0073aa;
}

.bathroom-remodel-types {
  padding: 80px 20px;
  background-color: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
  color: #1e293b;
}

.bathroom-remodel-types .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.intro, .closing {
  text-align: center;
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

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

.remodel-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.remodel-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.remodel-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000000;
}

.remodel-box p {
  font-size: 16px;
  line-height: 1.5;
}
.tacoma-bathroom-trends {
  font-family: 'Segoe UI', sans-serif;
  padding: 80px 20px;
  background-color: #f9fafb;
  color: #1e293b;
}

.tacoma-bathroom-trends .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section {
  margin-bottom: 60px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #0f172a;
}

.sub-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e3a8a;
}

.intro, .note, .section p {
  font-size: 17px;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.trend-list, .bullet-list, .trust-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.trend-list li,
.bullet-list li,
.trust-list li {
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 5px solid #60a5fa;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.structural-box {
  background-color: #e0f2fe;
  padding: 30px;
  border-radius: 12px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.challenge-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #3b82f6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.challenge-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1d4ed8;
}

.challenge-card p {
  font-size: 15px;
  line-height: 1.5;
}

.trust-box {
  background-color: #fef9c3;
  padding: 30px;
  border-radius: 12px;
}
.faq-section {
  background: #f9fafb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  font-size: 32px;
  text-align: center;
  color: #1f2937;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  text-align: left;
  background: none;
  border: none;
  color: #1e40af;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #eff6ff;
}

.faq-answer {
  padding: 0 20px 20px;
  display: none;
  font-size: 16px;
  color: #374151;
  animation: fadeIn 0.3s ease;
}

.faq-answer p {
  margin: 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.more-from-team {
    padding: 70px 20px;
    background: #f1f5f9;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
  }

  .more-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .more-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #1a202c;
  }

  .more-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .more-link {
    display: inline-block;
    background: #005a8d;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .more-link:hover {
    background: #0073aa;
  }

  @media (min-width: 640px) {
    .more-links {
      flex-direction: row;
      justify-content: center;
    }
  }