.tech {
  background: var(--accent);
  color: #fff;
  padding: 80px 20px;
}

.section-inner {
  max-width: 980px;
  margin: 0 auto;
}

.tech h2 {
  margin-bottom: 14px;
  text-align: center;
}

.section-lead {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 32px;
  font-family: "Roboto Serif", "Times New Roman", serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tech-list {
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-family: "Roboto Serif", "Times New Roman", serif;
}

.tech-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.tech-cards {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tech-cards article {
  background: #f7f6f4;
  color: #201f1e;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.tech-cards h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tech-cards p {
  color: #5a5854;
  font-size: 14px;
  font-family: "Roboto Serif", "Times New Roman", serif;
}

.search {
  padding: 70px 20px 30px;
}

.anchor {
  height: 1px;
}

.search-grid {
  display: grid;
  grid-template-columns: minmax(200px, 320px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.search-visual {
  background: #dcdad7;
  border-radius: 18px;
  min-height: 260px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.search-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-copy h2 {
  margin-bottom: 16px;
}

.search-copy {
  width: 70%;
  justify-self: center;
}

.search-copy p {
  color: #3c3a37;
  margin-bottom: 16px;
  font-size: 15px;
  font-family: "Roboto Serif", "Times New Roman", serif;
}

.contact {
  padding: 80px 20px 70px;
}

.contact-inner {
  display: grid;
  gap: 36px;
}

.contact h2 {
  margin-bottom: 12px;
  text-align: center;
}

.section-inner h1,
.section-inner h2,
.search-copy h2,
.contact h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.contact p {
  max-width: 640px;
  margin: 0 auto;
  color: #3c3a37;
  font-size: 15px;
  text-align: center;
  font-family: "Roboto Serif", "Times New Roman", serif;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 20px;
  background: #f7f6f4;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(182, 37, 38, 0.14);
  color: #b62526;
  font-weight: 700;
  font-size: 16px;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.contact-label {
  font-size: 16px;
  font-weight: 700;
}

.contact-value {
  color: #5a5854;
  font-size: 14px;
  font-family: "Roboto Serif", "Times New Roman", serif;
}
