body {
  background: #f5f3ee;
}

.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.brand .dot {
  color: #d97706;
}

.tag-line {
  font-size: 0.9rem;
  color: #6b6359;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  background: #fff;
  border: 1px solid #ece7da;
  border-radius: 18px;
  padding: 2.5rem;
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.hero h1 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.hero p {
  margin: 0 0 1.25rem;
  color: #4d4842;
}

.quote-form {
  display: flex;
  background: #f5f3ee;
  border-radius: 12px;
  padding: 0.4rem;
  border: 1px solid #ece7da;
}

.quote-form input {
  flex: 1;
  padding: 0.7rem 1rem;
  font: inherit;
  border: none;
  background: transparent;
  outline: none;
}

.quote-form button {
  padding: 0.65rem 1.2rem;
  background: #d97706;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.assurance {
  display: grid;
  gap: 0.65rem;
}

.assurance li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  list-style: none;
  font-size: 0.95rem;
  color: #3a352f;
}

.assurance li::before {
  content: "✓";
  color: #2f7a4d;
  font-weight: 700;
}

.assurance ul {
  margin: 0;
  padding: 0;
}

.section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.section-title h2 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.005em;
}

.section-title .meta {
  font-size: 0.85rem;
  color: #6b6359;
}

.installers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1rem;
}

.installer {
  background: #fff;
  border: 1px solid #ece7da;
  border-radius: 14px;
  padding: 1.25rem;
}

.installer header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

.installer h3 {
  margin: 0;
  font-size: 1.05rem;
}

.rating {
  font-size: 0.95rem;
  font-weight: 600;
}

.rating .stars {
  color: #d97706;
}

.installer p {
  margin: 0 0 0.75rem;
  color: #4d4842;
  font-size: 0.95rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tags span {
  font-size: 0.78rem;
  font-weight: 500;
  background: #f5f3ee;
  border: 1px solid #e3ddcd;
  color: #5a5249;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.back {
  margin-top: 3rem;
  font-size: 0.95rem;
}

.back a {
  color: #d97706;
}
